]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - MAINTAINERS
UBUNTU: Ubuntu-snapdragon-4.4.0-1078.83
[mirror_ubuntu-artful-kernel.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <alex.aring@gmail.com>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 W: http://serial.sourceforge.net
179 S: Maintained
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
186 S: Orphan / Obsolete
187 F: drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S: Maintained
198 F: Documentation/filesystems/9p.txt
199 F: fs/9p/
200 F: net/9p/
201 F: include/net/9p/
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: http://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: linux-hwmon@vger.kernel.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: linux-hwmon@vger.kernel.org
240 S: Maintained
241 F: drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 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-idio-16.c
248
249 ACENIC DRIVER
250 M: Jes Sorensen <jes@trained-monkey.org>
251 L: linux-acenic@sunsite.dk
252 S: Maintained
253 F: drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M: Peter Feuerer <peter@piie.net>
257 L: platform-driver-x86@vger.kernel.org
258 W: http://piie.net/?section=acerhdf
259 S: Maintained
260 F: drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M: "Lee, Chun-Yi" <jlee@suse.com>
264 L: platform-driver-x86@vger.kernel.org
265 S: Maintained
266 F: drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M: Len Brown <lenb@kernel.org>
271 L: linux-acpi@vger.kernel.org
272 W: https://01.org/linux-acpi
273 Q: https://patchwork.kernel.org/project/linux-acpi/list/
274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S: Supported
276 F: drivers/acpi/
277 F: drivers/pnp/pnpacpi/
278 F: include/linux/acpi.h
279 F: include/acpi/
280 F: Documentation/acpi/
281 F: Documentation/ABI/testing/sysfs-bus-acpi
282 F: drivers/pci/*acpi*
283 F: drivers/pci/*/*acpi*
284 F: drivers/pci/*/*/*acpi*
285 F: tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M: Robert Moore <robert.moore@intel.com>
289 M: Lv Zheng <lv.zheng@intel.com>
290 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L: linux-acpi@vger.kernel.org
292 L: devel@acpica.org
293 W: https://acpica.org/
294 W: https://github.com/acpica/acpica/
295 Q: https://patchwork.kernel.org/project/linux-acpi/list/
296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S: Supported
298 F: drivers/acpi/acpica/
299 F: include/acpi/
300 F: tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M: Zhang Rui <rui.zhang@intel.com>
304 L: linux-acpi@vger.kernel.org
305 W: https://01.org/linux-acpi
306 S: Supported
307 F: drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M: Zhang Rui <rui.zhang@intel.com>
311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi
313 S: Supported
314 F: drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M: Zhang Rui <rui.zhang@intel.com>
318 L: linux-acpi@vger.kernel.org
319 W: https://01.org/linux-acpi
320 S: Supported
321 F: drivers/acpi/acpi_video.c
322
323 ACPI WMI DRIVER
324 L: platform-driver-x86@vger.kernel.org
325 S: Orphan
326 F: drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M: Thibaut Varene <T-Bone@parisc-linux.org>
330 W: http://wiki.parisc-linux.org/AD1889
331 L: linux-parisc@vger.kernel.org
332 S: Maintained
333 F: sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M: Michael Hennerich <michael.hennerich@analog.com>
337 W: http://wiki.analog.com/AD5254
338 W: http://ez.analog.com/community/linux-device-drivers
339 S: Supported
340 F: drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M: Michael Hennerich <michael.hennerich@analog.com>
344 W: http://wiki.analog.com/AD5398
345 W: http://ez.analog.com/community/linux-device-drivers
346 S: Supported
347 F: drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M: Michael Hennerich <michael.hennerich@analog.com>
351 W: http://wiki.analog.com/AD7142
352 W: http://ez.analog.com/community/linux-device-drivers
353 S: Supported
354 F: drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M: Michael Hennerich <michael.hennerich@analog.com>
358 W: http://wiki.analog.com/AD7877
359 W: http://ez.analog.com/community/linux-device-drivers
360 S: Supported
361 F: drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M: Michael Hennerich <michael.hennerich@analog.com>
365 W: http://wiki.analog.com/AD7879
366 W: http://ez.analog.com/community/linux-device-drivers
367 S: Supported
368 F: drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M: Jiri Kosina <jikos@kernel.org>
372 S: Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M: Jean Delvare <jdelvare@suse.com>
376 L: linux-hwmon@vger.kernel.org
377 S: Maintained
378 F: Documentation/hwmon/adm1025
379 F: drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M: Corentin Labbe <clabbe.montjoie@gmail.com>
383 L: linux-hwmon@vger.kernel.org
384 S: Maintained
385 F: drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L: linux-wireless@vger.kernel.org
389 W: http://wireless.kernel.org/
390 S: Orphan
391 F: drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M: Sakari Ailus <sakari.ailus@iki.fi>
395 L: linux-media@vger.kernel.org
396 S: Maintained
397 F: drivers/media/i2c/adp1653.c
398 F: include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M: Michael Hennerich <michael.hennerich@analog.com>
402 W: http://wiki.analog.com/ADP5520
403 W: http://ez.analog.com/community/linux-device-drivers
404 S: Supported
405 F: drivers/mfd/adp5520.c
406 F: drivers/video/backlight/adp5520_bl.c
407 F: drivers/leds/leds-adp5520.c
408 F: drivers/gpio/gpio-adp5520.c
409 F: drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M: Michael Hennerich <michael.hennerich@analog.com>
413 W: http://wiki.analog.com/ADP5588
414 W: http://ez.analog.com/community/linux-device-drivers
415 S: Supported
416 F: drivers/input/keyboard/adp5588-keys.c
417 F: drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP8860
422 W: http://ez.analog.com/community/linux-device-drivers
423 S: Supported
424 F: drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M: Dirk Eibach <eibach@gdsys.de>
428 L: linux-hwmon@vger.kernel.org
429 S: Maintained
430 F: Documentation/hwmon/ads1015
431 F: drivers/hwmon/ads1015.c
432 F: include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M: Colin Leroy <colin@colino.net>
436 S: Maintained
437 F: drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M: Jean Delvare <jdelvare@suse.com>
441 L: linux-hwmon@vger.kernel.org
442 S: Maintained
443 F: Documentation/hwmon/adt7475
444 F: drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M: Michael Hennerich <michael.hennerich@analog.com>
448 W: http://wiki.analog.com/ADXL345
449 W: http://ez.analog.com/community/linux-device-drivers
450 S: Supported
451 F: drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M: Matthew Wilcox <matthew@wil.cx>
455 M: Hannes Reinecke <hare@suse.com>
456 L: linux-scsi@vger.kernel.org
457 S: Maintained
458 F: Documentation/scsi/advansys.txt
459 F: drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M: Riccardo Facchetti <fizban@tin.it>
463 S: Maintained
464 F: sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M: Antti Palosaari <crope@iki.fi>
468 L: linux-media@vger.kernel.org
469 W: http://linuxtv.org/
470 W: http://palosaari.fi/linux/
471 Q: http://patchwork.linuxtv.org/project/linux-media/list/
472 T: git git://linuxtv.org/anttip/media_tree.git
473 S: Maintained
474 F: drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M: Antti Palosaari <crope@iki.fi>
478 L: linux-media@vger.kernel.org
479 W: http://linuxtv.org/
480 W: http://palosaari.fi/linux/
481 Q: http://patchwork.linuxtv.org/project/linux-media/list/
482 T: git git://linuxtv.org/anttip/media_tree.git
483 S: Maintained
484 F: drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L: linux-fsdevel@vger.kernel.org
488 S: Orphan
489 F: Documentation/filesystems/affs.txt
490 F: fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M: David Howells <dhowells@redhat.com>
494 L: linux-afs@lists.infradead.org
495 S: Supported
496 F: fs/afs/
497 F: include/net/af_rxrpc.h
498 F: net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M: David Airlie <airlied@linux.ie>
502 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S: Maintained
504 F: drivers/char/agp/
505 F: include/linux/agp*
506 F: include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M: "Juergen E. Fischer" <fischer@norbit.de>
510 L: linux-scsi@vger.kernel.org
511 S: Maintained
512 F: drivers/scsi/aha152x*
513 F: drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M: Hannes Reinecke <hare@suse.com>
517 L: linux-scsi@vger.kernel.org
518 S: Maintained
519 F: drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M: Hans Verkuil <hverkuil@xs4all.nl>
523 L: linux-media@vger.kernel.org
524 T: git git://linuxtv.org/media_tree.git
525 W: http://linuxtv.org
526 S: Maintained
527 F: drivers/media/radio/radio-aimslab*
528
529 AIO
530 M: Benjamin LaHaise <bcrl@kvack.org>
531 L: linux-aio@kvack.org
532 S: Supported
533 F: fs/aio.c
534 F: include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M: Antti Palosaari <crope@iki.fi>
538 L: linux-media@vger.kernel.org
539 W: http://linuxtv.org/
540 W: http://palosaari.fi/linux/
541 Q: http://patchwork.linuxtv.org/project/linux-media/list/
542 T: git git://linuxtv.org/anttip/media_tree.git
543 S: Maintained
544 F: drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M: Duncan Sands <duncan.sands@free.fr>
548 L: linux-usb@vger.kernel.org
549 W: http://www.linux-usb.org/SpeedTouch/
550 S: Maintained
551 F: drivers/usb/atm/speedtch.c
552 F: drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M: Manuel Lauss <manuel.lauss@gmail.com>
556 S: Maintained
557 F: drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M: Rudolf Marek <r.marek@assembler.cz>
561 L: linux-i2c@vger.kernel.org
562 S: Maintained
563 F: Documentation/i2c/busses/i2c-ali1563
564 F: drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M: Corentin Labbe <clabbe.montjoie@gmail.com>
568 L: linux-crypto@vger.kernel.org
569 S: Maintained
570 F: drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M: Richard Henderson <rth@twiddle.net>
574 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M: Matt Turner <mattst88@gmail.com>
576 S: Odd Fixes
577 L: linux-alpha@vger.kernel.org
578 F: arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M: Ley Foon Tan <lftan@altera.com>
582 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S: Maintained
584 F: drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M: Tien Hock Loh <thloh@altera.com>
588 L: linux-gpio@vger.kernel.org
589 S: Maintained
590 F: drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M: Vince Bridgers <vbridger@opensource.altera.com>
594 L: netdev@vger.kernel.org
595 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S: Maintained
597 F: drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M: Tobias Klauser <tklauser@distanz.ch>
601 L: linux-serial@vger.kernel.org
602 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S: Maintained
604 F: drivers/tty/serial/altera_uart.c
605 F: drivers/tty/serial/altera_jtaguart.c
606 F: include/linux/altera_uart.h
607 F: include/linux/altera_jtaguart.h
608
609 AMAZON ETHERNET DRIVERS
610 M: Netanel Belgazal <netanel@annapurnalabs.com>
611 R: Saeed Bishara <saeed@annapurnalabs.com>
612 R: Zorik Machulsky <zorik@annapurnalabs.com>
613 L: netdev@vger.kernel.org
614 S: Supported
615 F: Documentation/networking/ena.txt
616 F: drivers/net/ethernet/amazon/
617
618 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
619 M: Tom Lendacky <thomas.lendacky@amd.com>
620 L: linux-crypto@vger.kernel.org
621 S: Supported
622 F: drivers/crypto/ccp/
623 F: include/linux/ccp.h
624
625 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
626 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
627 L: linux-hwmon@vger.kernel.org
628 S: Maintained
629 F: Documentation/hwmon/fam15h_power
630 F: drivers/hwmon/fam15h_power.c
631
632 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
633 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
634 S: Orphan
635 F: drivers/usb/gadget/udc/amd5536udc.*
636
637 AMD GEODE PROCESSOR/CHIPSET SUPPORT
638 P: Andres Salomon <dilinger@queued.net>
639 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
640 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
641 S: Supported
642 F: drivers/char/hw_random/geode-rng.c
643 F: drivers/crypto/geode*
644 F: drivers/video/fbdev/geode/
645 F: arch/x86/include/asm/geode.h
646
647 AMD IOMMU (AMD-VI)
648 M: Joerg Roedel <joro@8bytes.org>
649 L: iommu@lists.linux-foundation.org
650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
651 S: Maintained
652 F: drivers/iommu/amd_iommu*.[ch]
653 F: include/linux/amd-iommu.h
654
655 AMD KFD
656 M: Oded Gabbay <oded.gabbay@gmail.com>
657 L: dri-devel@lists.freedesktop.org
658 T: git git://people.freedesktop.org/~gabbayo/linux.git
659 S: Supported
660 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
661 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
662 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
663 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
664 F: drivers/gpu/drm/amd/amdkfd/
665 F: drivers/gpu/drm/amd/include/cik_structs.h
666 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
667 F: drivers/gpu/drm/amd/include/vi_structs.h
668 F: drivers/gpu/drm/radeon/radeon_kfd.c
669 F: drivers/gpu/drm/radeon/radeon_kfd.h
670 F: include/uapi/linux/kfd_ioctl.h
671
672 AMD XGBE DRIVER
673 M: Tom Lendacky <thomas.lendacky@amd.com>
674 L: netdev@vger.kernel.org
675 S: Supported
676 F: drivers/net/ethernet/amd/xgbe/
677
678 AMS (Apple Motion Sensor) DRIVER
679 M: Michael Hanselmann <linux-kernel@hansmi.ch>
680 S: Supported
681 F: drivers/macintosh/ams/
682
683 AMSO1100 RNIC DRIVER
684 M: Tom Tucker <tom@opengridcomputing.com>
685 M: Steve Wise <swise@opengridcomputing.com>
686 L: linux-rdma@vger.kernel.org
687 S: Maintained
688 F: drivers/infiniband/hw/amso1100/
689
690 ANALOG DEVICES INC AD9389B DRIVER
691 M: Hans Verkuil <hans.verkuil@cisco.com>
692 L: linux-media@vger.kernel.org
693 S: Maintained
694 F: drivers/media/i2c/ad9389b*
695
696 ANALOG DEVICES INC ADV7180 DRIVER
697 M: Lars-Peter Clausen <lars@metafoo.de>
698 L: linux-media@vger.kernel.org
699 W: http://ez.analog.com/community/linux-device-drivers
700 S: Supported
701 F: drivers/media/i2c/adv7180.c
702
703 ANALOG DEVICES INC ADV7511 DRIVER
704 M: Hans Verkuil <hans.verkuil@cisco.com>
705 L: linux-media@vger.kernel.org
706 S: Maintained
707 F: drivers/media/i2c/adv7511*
708
709 ANALOG DEVICES INC ADV7604 DRIVER
710 M: Hans Verkuil <hans.verkuil@cisco.com>
711 L: linux-media@vger.kernel.org
712 S: Maintained
713 F: drivers/media/i2c/adv7604*
714
715 ANALOG DEVICES INC ADV7842 DRIVER
716 M: Hans Verkuil <hans.verkuil@cisco.com>
717 L: linux-media@vger.kernel.org
718 S: Maintained
719 F: drivers/media/i2c/adv7842*
720
721 ANALOG DEVICES INC ASOC CODEC DRIVERS
722 M: Lars-Peter Clausen <lars@metafoo.de>
723 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
724 W: http://wiki.analog.com/
725 W: http://ez.analog.com/community/linux-device-drivers
726 S: Supported
727 F: sound/soc/codecs/adau*
728 F: sound/soc/codecs/adav*
729 F: sound/soc/codecs/ad1*
730 F: sound/soc/codecs/ad7*
731 F: sound/soc/codecs/ssm*
732 F: sound/soc/codecs/sigmadsp.*
733
734 ANALOG DEVICES INC ASOC DRIVERS
735 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
736 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
737 W: http://blackfin.uclinux.org/
738 S: Supported
739 F: sound/soc/blackfin/*
740
741 ANALOG DEVICES INC IIO DRIVERS
742 M: Lars-Peter Clausen <lars@metafoo.de>
743 M: Michael Hennerich <Michael.Hennerich@analog.com>
744 W: http://wiki.analog.com/
745 W: http://ez.analog.com/community/linux-device-drivers
746 S: Supported
747 F: drivers/iio/*/ad*
748 X: drivers/iio/*/adjd*
749 F: drivers/staging/iio/*/ad*
750 F: staging/iio/trigger/iio-trig-bfin-timer.c
751
752 ANALOG DEVICES INC DMA DRIVERS
753 M: Lars-Peter Clausen <lars@metafoo.de>
754 W: http://ez.analog.com/community/linux-device-drivers
755 S: Supported
756 F: drivers/dma/dma-axi-dmac.c
757
758 ANDROID DRIVERS
759 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
760 M: Arve HjønnevĂ¥g <arve@android.com>
761 M: Riley Andrews <riandrews@android.com>
762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
763 L: devel@driverdev.osuosl.org
764 S: Supported
765 F: drivers/android/
766 F: drivers/staging/android/
767
768 AOA (Apple Onboard Audio) ALSA DRIVER
769 M: Johannes Berg <johannes@sipsolutions.net>
770 L: linuxppc-dev@lists.ozlabs.org
771 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
772 S: Maintained
773 F: sound/aoa/
774
775 APM DRIVER
776 M: Jiri Kosina <jikos@kernel.org>
777 S: Odd fixes
778 F: arch/x86/kernel/apm_32.c
779 F: include/linux/apm_bios.h
780 F: include/uapi/linux/apm_bios.h
781 F: drivers/char/apm-emulation.c
782
783 APPLE BCM5974 MULTITOUCH DRIVER
784 M: Henrik Rydberg <rydberg@bitmath.org>
785 L: linux-input@vger.kernel.org
786 S: Odd fixes
787 F: drivers/input/mouse/bcm5974.c
788
789 APPLE SMC DRIVER
790 M: Henrik Rydberg <rydberg@bitmath.org>
791 L: linux-hwmon@vger.kernel.org
792 S: Odd fixes
793 F: drivers/hwmon/applesmc.c
794
795 APPLETALK NETWORK LAYER
796 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
797 S: Maintained
798 F: drivers/net/appletalk/
799 F: net/appletalk/
800
801 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
802 M: Duc Dang <dhdang@apm.com>
803 S: Supported
804 F: arch/arm64/boot/dts/apm/
805
806 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
807 M: Iyappan Subramanian <isubramanian@apm.com>
808 M: Keyur Chudgar <kchudgar@apm.com>
809 S: Supported
810 F: drivers/net/ethernet/apm/xgene/
811 F: drivers/net/phy/mdio-xgene.c
812 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
813 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
814
815 APTINA CAMERA SENSOR PLL
816 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
817 L: linux-media@vger.kernel.org
818 S: Maintained
819 F: drivers/media/i2c/aptina-pll.*
820
821 ARC FRAMEBUFFER DRIVER
822 M: Jaya Kumar <jayalk@intworks.biz>
823 S: Maintained
824 F: drivers/video/fbdev/arcfb.c
825 F: drivers/video/fbdev/core/fb_defio.c
826
827 ARCNET NETWORK LAYER
828 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
829 L: netdev@vger.kernel.org
830 S: Maintained
831 F: drivers/net/arcnet/
832 F: include/uapi/linux/if_arcnet.h
833
834 ARM MFM AND FLOPPY DRIVERS
835 M: Ian Molton <spyro@f2s.com>
836 S: Maintained
837 F: arch/arm/lib/floppydma.S
838 F: arch/arm/include/asm/floppy.h
839
840 ARM PMU PROFILING AND DEBUGGING
841 M: Will Deacon <will.deacon@arm.com>
842 R: Mark Rutland <mark.rutland@arm.com>
843 S: Maintained
844 F: arch/arm*/kernel/perf_*
845 F: arch/arm/oprofile/common.c
846 F: arch/arm*/kernel/hw_breakpoint.c
847 F: arch/arm*/include/asm/hw_breakpoint.h
848 F: arch/arm*/include/asm/perf_event.h
849 F: drivers/perf/arm_pmu.c
850 F: include/linux/perf/arm_pmu.h
851
852 ARM PORT
853 M: Russell King <linux@arm.linux.org.uk>
854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
855 W: http://www.arm.linux.org.uk/
856 S: Maintained
857 F: arch/arm/
858
859 ARM SUB-ARCHITECTURES
860 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S: Maintained
862 F: arch/arm/mach-*/
863 F: arch/arm/plat-*/
864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
865
866 ARM PRIMECELL AACI PL041 DRIVER
867 M: Russell King <linux@arm.linux.org.uk>
868 S: Maintained
869 F: sound/arm/aaci.*
870
871 ARM PRIMECELL CLCD PL110 DRIVER
872 M: Russell King <linux@arm.linux.org.uk>
873 S: Maintained
874 F: drivers/video/fbdev/amba-clcd.*
875
876 ARM PRIMECELL KMI PL050 DRIVER
877 M: Russell King <linux@arm.linux.org.uk>
878 S: Maintained
879 F: drivers/input/serio/ambakmi.*
880 F: include/linux/amba/kmi.h
881
882 ARM PRIMECELL MMCI PL180/1 DRIVER
883 M: Russell King <linux@arm.linux.org.uk>
884 S: Maintained
885 F: drivers/mmc/host/mmci.*
886 F: include/linux/amba/mmci.h
887
888 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
889 M: Russell King <linux@arm.linux.org.uk>
890 S: Maintained
891 F: drivers/tty/serial/amba-pl01*.c
892 F: include/linux/amba/serial.h
893
894 ARM PRIMECELL BUS SUPPORT
895 M: Russell King <linux@arm.linux.org.uk>
896 S: Maintained
897 F: drivers/amba/
898 F: include/linux/amba/bus.h
899
900 ARM/ADS SPHERE MACHINE SUPPORT
901 M: Lennert Buytenhek <kernel@wantstofly.org>
902 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S: Maintained
904
905 ARM/AFEB9260 MACHINE SUPPORT
906 M: Sergey Lapin <slapin@ossfans.org>
907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S: Maintained
909
910 ARM/AJECO 1ARM MACHINE SUPPORT
911 M: Lennert Buytenhek <kernel@wantstofly.org>
912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S: Maintained
914
915 ARM/Allwinner sunXi SoC support
916 M: Maxime Ripard <maxime.ripard@free-electrons.com>
917 M: Chen-Yu Tsai <wens@csie.org>
918 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S: Maintained
920 N: sun[x456789]i
921
922 ARM/Allwinner SoC Clock Support
923 M: Emilio LĂ³pez <emilio@elopez.com.ar>
924 S: Maintained
925 F: drivers/clk/sunxi/
926
927 ARM/Amlogic MesonX SoC support
928 M: Carlo Caione <carlo@caione.org>
929 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S: Maintained
931 F: drivers/media/rc/meson-ir.c
932 N: meson[x68]
933
934 ARM/Annapurna Labs ALPINE ARCHITECTURE
935 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
936 S: Maintained
937 F: arch/arm/mach-alpine/
938
939 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
940 M: Nicolas Ferre <nicolas.ferre@atmel.com>
941 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
942 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 W: http://www.linux4sam.org
945 S: Supported
946 F: arch/arm/mach-at91/
947 F: include/soc/at91/
948 F: arch/arm/boot/dts/at91*.dts
949 F: arch/arm/boot/dts/at91*.dtsi
950 F: arch/arm/boot/dts/sama*.dts
951 F: arch/arm/boot/dts/sama*.dtsi
952 F: arch/arm/include/debug/at91.S
953
954 ARM/ATMEL AT91 Clock Support
955 M: Boris Brezillon <boris.brezillon@free-electrons.com>
956 S: Maintained
957 F: drivers/clk/at91
958
959 ARM/CALXEDA HIGHBANK ARCHITECTURE
960 M: Rob Herring <robh@kernel.org>
961 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S: Maintained
963 F: arch/arm/mach-highbank/
964
965 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
966 M: Krzysztof Halasa <khalasa@piap.pl>
967 S: Maintained
968 F: arch/arm/mach-cns3xxx/
969
970 ARM/CAVIUM THUNDER NETWORK DRIVER
971 M: Sunil Goutham <sgoutham@cavium.com>
972 M: Robert Richter <rric@kernel.org>
973 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S: Supported
975 F: drivers/net/ethernet/cavium/thunder/
976
977 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
978 M: Alexander Shiyan <shc_work@mail.ru>
979 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S: Odd Fixes
981 N: clps711x
982
983 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
984 M: Hartley Sweeten <hsweeten@visionengravers.com>
985 M: Ryan Mallon <rmallon@gmail.com>
986 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 S: Maintained
988 F: arch/arm/mach-ep93xx/
989 F: arch/arm/mach-ep93xx/include/mach/
990
991 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
992 M: Lennert Buytenhek <kernel@wantstofly.org>
993 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 S: Maintained
995
996 ARM/CLKDEV SUPPORT
997 M: Russell King <linux@arm.linux.org.uk>
998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S: Maintained
1000 F: arch/arm/include/asm/clkdev.h
1001 F: drivers/clk/clkdev.c
1002
1003 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1004 M: Mike Rapoport <mike@compulab.co.il>
1005 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S: Maintained
1007
1008 ARM/CONTEC MICRO9 MACHINE SUPPORT
1009 M: Hubert Feurstein <hubert.feurstein@contec.at>
1010 S: Maintained
1011 F: arch/arm/mach-ep93xx/micro9.c
1012
1013 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1014 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1015 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S: Maintained
1017 F: drivers/hwtracing/coresight/*
1018 F: Documentation/trace/coresight.txt
1019 F: Documentation/devicetree/bindings/arm/coresight.txt
1020 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1021
1022 ARM/CORGI MACHINE SUPPORT
1023 M: Richard Purdie <rpurdie@rpsys.net>
1024 S: Maintained
1025
1026 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1027 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 T: git git://github.com/ulli-kroll/linux.git
1030 S: Maintained
1031 F: arch/arm/mach-gemini/
1032 F: drivers/rtc/rtc-gemini.c
1033
1034 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1035 M: Barry Song <baohua@kernel.org>
1036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1038 S: Maintained
1039 F: arch/arm/mach-prima2/
1040 F: drivers/clk/sirf/
1041 F: drivers/clocksource/timer-prima2.c
1042 F: drivers/clocksource/timer-atlas7.c
1043 N: [^a-z]sirf
1044
1045 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1046 M: Baruch Siach <baruch@tkos.co.il>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S: Maintained
1049 F: arch/arm/boot/dts/cx92755*
1050 N: digicolor
1051
1052 ARM/EBSA110 MACHINE SUPPORT
1053 M: Russell King <linux@arm.linux.org.uk>
1054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 W: http://www.arm.linux.org.uk/
1056 S: Maintained
1057 F: arch/arm/mach-ebsa110/
1058 F: drivers/net/ethernet/amd/am79c961a.*
1059
1060 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1061 M: Uwe Kleine-König <kernel@pengutronix.de>
1062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S: Maintained
1064 N: efm32
1065
1066 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1067 M: Daniel Ribeiro <drwyrm@gmail.com>
1068 M: Stefan Schmidt <stefan@openezx.org>
1069 M: Harald Welte <laforge@openezx.org>
1070 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1071 W: http://www.openezx.org/
1072 S: Maintained
1073 T: topgit git://git.openezx.org/openezx.git
1074 F: arch/arm/mach-pxa/ezx.c
1075
1076 ARM/FARADAY FA526 PORT
1077 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1078 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S: Maintained
1080 T: git git://git.berlios.de/gemini-board
1081 F: arch/arm/mm/*-fa*
1082
1083 ARM/FOOTBRIDGE ARCHITECTURE
1084 M: Russell King <linux@arm.linux.org.uk>
1085 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 W: http://www.arm.linux.org.uk/
1087 S: Maintained
1088 F: arch/arm/include/asm/hardware/dec21285.h
1089 F: arch/arm/mach-footbridge/
1090
1091 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1092 M: Shawn Guo <shawnguo@kernel.org>
1093 M: Sascha Hauer <kernel@pengutronix.de>
1094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S: Maintained
1096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1097 F: arch/arm/mach-imx/
1098 F: arch/arm/mach-mxs/
1099 F: arch/arm/boot/dts/imx*
1100 F: arch/arm/configs/imx*_defconfig
1101 F: drivers/clk/imx/
1102 F: include/soc/imx/
1103
1104 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1105 M: Shawn Guo <shawnguo@kernel.org>
1106 M: Sascha Hauer <kernel@pengutronix.de>
1107 R: Stefan Agner <stefan@agner.ch>
1108 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S: Maintained
1110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1111 F: arch/arm/mach-imx/*vf610*
1112 F: arch/arm/boot/dts/vf*
1113
1114 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1115 M: Lennert Buytenhek <kernel@wantstofly.org>
1116 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S: Maintained
1118
1119 ARM/GUMSTIX MACHINE SUPPORT
1120 M: Steve Sakoman <sakoman@gmail.com>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Maintained
1123
1124 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1125 M: Philipp Zabel <philipp.zabel@gmail.com>
1126 M: Paul Parsons <lost.distance@yahoo.com>
1127 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S: Maintained
1129 F: arch/arm/mach-pxa/hx4700.c
1130 F: arch/arm/mach-pxa/include/mach/hx4700.h
1131 F: sound/soc/pxa/hx4700.c
1132
1133 ARM/HISILICON SOC SUPPORT
1134 M: Wei Xu <xuwei5@hisilicon.com>
1135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 W: http://www.hisilicon.com
1137 S: Supported
1138 T: git git://github.com/hisilicon/linux-hisi.git
1139 F: arch/arm/mach-hisi/
1140
1141 ARM/HP JORNADA 7XX MACHINE SUPPORT
1142 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1143 W: www.jlime.com
1144 S: Maintained
1145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1146 F: arch/arm/mach-sa1100/jornada720.c
1147 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1148
1149 ARM/IGEP MACHINE SUPPORT
1150 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1151 M: Javier Martinez Canillas <javier@dowhile0.org>
1152 L: linux-omap@vger.kernel.org
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S: Maintained
1155 F: arch/arm/boot/dts/omap3-igep*
1156
1157 ARM/INCOME PXA270 SUPPORT
1158 M: Marek Vasut <marek.vasut@gmail.com>
1159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S: Maintained
1161 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1162
1163 ARM/INTEL IOP32X ARM ARCHITECTURE
1164 M: Lennert Buytenhek <kernel@wantstofly.org>
1165 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S: Maintained
1167
1168 ARM/INTEL IOP33X ARM ARCHITECTURE
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S: Orphan
1171
1172 ARM/INTEL IOP13XX ARM ARCHITECTURE
1173 M: Lennert Buytenhek <kernel@wantstofly.org>
1174 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S: Maintained
1176
1177 ARM/INTEL IQ81342EX MACHINE SUPPORT
1178 M: Lennert Buytenhek <kernel@wantstofly.org>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181
1182 ARM/INTEL IXDP2850 MACHINE SUPPORT
1183 M: Lennert Buytenhek <kernel@wantstofly.org>
1184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S: Maintained
1186
1187 ARM/INTEL IXP4XX ARM ARCHITECTURE
1188 M: Imre Kaloz <kaloz@openwrt.org>
1189 M: Krzysztof Halasa <khalasa@piap.pl>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S: Maintained
1192 F: arch/arm/mach-ixp4xx/
1193
1194 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1195 M: Jonathan Cameron <jic23@cam.ac.uk>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S: Maintained
1198 F: arch/arm/mach-pxa/stargate2.c
1199 F: drivers/pcmcia/pxa2xx_stargate2.c
1200
1201 ARM/INTEL XSC3 (MANZANO) ARM CORE
1202 M: Lennert Buytenhek <kernel@wantstofly.org>
1203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S: Maintained
1205
1206 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1207 M: Lennert Buytenhek <kernel@wantstofly.org>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S: Maintained
1210
1211 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1212 M: Santosh Shilimkar <ssantosh@kernel.org>
1213 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 S: Maintained
1215 F: arch/arm/mach-keystone/
1216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1217
1218 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1219 M: Santosh Shilimkar <ssantosh@kernel.org>
1220 L: linux-kernel@vger.kernel.org
1221 S: Maintained
1222 F: drivers/clk/keystone/
1223
1224 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1225 M: Santosh Shilimkar <ssantosh@kernel.org>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 L: linux-kernel@vger.kernel.org
1228 S: Maintained
1229 F: drivers/clocksource/timer-keystone.c
1230
1231 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1232 M: Santosh Shilimkar <ssantosh@kernel.org>
1233 L: linux-kernel@vger.kernel.org
1234 S: Maintained
1235 F: drivers/power/reset/keystone-reset.c
1236
1237 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1238 M: Santosh Shilimkar <ssantosh@kernel.org>
1239 L: linux-kernel@vger.kernel.org
1240 S: Maintained
1241 F: drivers/memory/*emif*
1242
1243 ARM/LOGICPD PXA270 MACHINE SUPPORT
1244 M: Lennert Buytenhek <kernel@wantstofly.org>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S: Maintained
1247
1248 ARM/LPC18XX ARCHITECTURE
1249 M: Joachim Eastwood <manabian@gmail.com>
1250 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S: Maintained
1252 F: arch/arm/boot/dts/lpc43*
1253 F: drivers/clk/nxp/clk-lpc18xx*
1254 F: drivers/clocksource/time-lpc32xx.c
1255 F: drivers/i2c/busses/i2c-lpc2k.c
1256 F: drivers/memory/pl172.c
1257 F: drivers/mtd/spi-nor/nxp-spifi.c
1258 F: drivers/rtc/rtc-lpc24xx.c
1259 N: lpc18xx
1260
1261 ARM/MAGICIAN MACHINE SUPPORT
1262 M: Philipp Zabel <philipp.zabel@gmail.com>
1263 S: Maintained
1264
1265 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1266 M: Jason Cooper <jason@lakedaemon.net>
1267 M: Andrew Lunn <andrew@lunn.ch>
1268 M: Gregory Clement <gregory.clement@free-electrons.com>
1269 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S: Maintained
1272 F: arch/arm/mach-mvebu/
1273 F: drivers/rtc/rtc-armada38x.c
1274 F: arch/arm/boot/dts/armada*
1275 F: arch/arm/boot/dts/kirkwood*
1276
1277
1278 ARM/Marvell Berlin SoC support
1279 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S: Maintained
1282 F: arch/arm/mach-berlin/
1283 F: arch/arm/boot/dts/berlin*
1284
1285
1286 ARM/Marvell Dove/MV78xx0/Orion SOC support
1287 M: Jason Cooper <jason@lakedaemon.net>
1288 M: Andrew Lunn <andrew@lunn.ch>
1289 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1290 M: Gregory Clement <gregory.clement@free-electrons.com>
1291 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S: Maintained
1293 F: arch/arm/mach-dove/
1294 F: arch/arm/mach-mv78xx0/
1295 F: arch/arm/mach-orion5x/
1296 F: arch/arm/plat-orion/
1297 F: arch/arm/boot/dts/dove*
1298 F: arch/arm/boot/dts/orion5x*
1299
1300
1301 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1302 M: Alexander Clouter <alex@digriz.org.uk>
1303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 W: http://www.digriz.org.uk/ts78xx/kernel
1305 S: Maintained
1306 F: arch/arm/mach-orion5x/ts78xx-*
1307
1308 ARM/Mediatek RTC DRIVER
1309 M: Eddie Huang <eddie.huang@mediatek.com>
1310 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1312 S: Maintained
1313 F: drivers/rtc/rtc-mt6397.c
1314
1315 ARM/Mediatek SoC support
1316 M: Matthias Brugger <matthias.bgg@gmail.com>
1317 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm/boot/dts/mt6*
1321 F: arch/arm/boot/dts/mt8*
1322 F: arch/arm/mach-mediatek/
1323 N: mtk
1324 K: mediatek
1325
1326 ARM/Mediatek USB3 PHY DRIVER
1327 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1328 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1330 S: Maintained
1331 F: drivers/phy/phy-mt65xx-usb3.c
1332
1333 ARM/MICREL KS8695 ARCHITECTURE
1334 M: Greg Ungerer <gerg@uclinux.org>
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 F: arch/arm/mach-ks8695/
1337 S: Odd Fixes
1338
1339 ARM/MIOA701 MACHINE SUPPORT
1340 M: Robert Jarzmik <robert.jarzmik@free.fr>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 F: arch/arm/mach-pxa/mioa701.c
1343 S: Maintained
1344
1345 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1346 M: Michael Petchkovsky <mkpetch@internode.on.net>
1347 S: Maintained
1348
1349 ARM/NOMADIK ARCHITECTURE
1350 M: Alessandro Rubini <rubini@unipv.it>
1351 M: Linus Walleij <linus.walleij@linaro.org>
1352 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S: Maintained
1354 F: arch/arm/mach-nomadik/
1355 F: drivers/pinctrl/nomadik/
1356 F: drivers/i2c/busses/i2c-nomadik.c
1357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1358
1359 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1360 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1361 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1362 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1363 S: Supported
1364
1365 ARM/TOSA MACHINE SUPPORT
1366 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1367 M: Dirk Opfer <dirk@opfer-online.de>
1368 S: Maintained
1369
1370 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1371 M: Marek Vasut <marek.vasut@gmail.com>
1372 L: linux-arm-kernel@lists.infradead.org
1373 W: http://hackndev.com
1374 S: Maintained
1375 F: arch/arm/mach-pxa/include/mach/palmtx.h
1376 F: arch/arm/mach-pxa/palmtx.c
1377 F: arch/arm/mach-pxa/include/mach/palmt5.h
1378 F: arch/arm/mach-pxa/palmt5.c
1379 F: arch/arm/mach-pxa/include/mach/palmld.h
1380 F: arch/arm/mach-pxa/palmld.c
1381 F: arch/arm/mach-pxa/include/mach/palmte2.h
1382 F: arch/arm/mach-pxa/palmte2.c
1383 F: arch/arm/mach-pxa/include/mach/palmtc.h
1384 F: arch/arm/mach-pxa/palmtc.c
1385
1386 ARM/PALM TREO SUPPORT
1387 M: Tomas Cech <sleep_walker@suse.com>
1388 L: linux-arm-kernel@lists.infradead.org
1389 W: http://hackndev.com
1390 S: Maintained
1391 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1392 F: arch/arm/mach-pxa/palmtreo.c
1393
1394 ARM/PALMZ72 SUPPORT
1395 M: Sergey Lapin <slapin@ossfans.org>
1396 L: linux-arm-kernel@lists.infradead.org
1397 W: http://hackndev.com
1398 S: Maintained
1399 F: arch/arm/mach-pxa/include/mach/palmz72.h
1400 F: arch/arm/mach-pxa/palmz72.c
1401
1402 ARM/PLEB SUPPORT
1403 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1404 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1405 S: Maintained
1406
1407 ARM/PT DIGITAL BOARD PORT
1408 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1409 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 W: http://www.arm.linux.org.uk/
1411 S: Maintained
1412
1413 ARM/QUALCOMM SUPPORT
1414 M: Kumar Gala <galak@codeaurora.org>
1415 M: Andy Gross <agross@codeaurora.org>
1416 M: David Brown <davidb@codeaurora.org>
1417 L: linux-arm-msm@vger.kernel.org
1418 L: linux-soc@vger.kernel.org
1419 S: Maintained
1420 F: arch/arm/mach-qcom/
1421 F: drivers/soc/qcom/
1422 F: drivers/tty/serial/msm_serial.h
1423 F: drivers/tty/serial/msm_serial.c
1424 F: drivers/*/pm8???-*
1425 F: drivers/mfd/ssbi.c
1426 F: drivers/firmware/qcom_scm.c
1427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1428
1429 ARM/RADISYS ENP2611 MACHINE SUPPORT
1430 M: Lennert Buytenhek <kernel@wantstofly.org>
1431 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 S: Maintained
1433
1434 ARM/RISCPC ARCHITECTURE
1435 M: Russell King <linux@arm.linux.org.uk>
1436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 W: http://www.arm.linux.org.uk/
1438 S: Maintained
1439 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1440 F: arch/arm/include/asm/hardware/ioc.h
1441 F: arch/arm/include/asm/hardware/iomd.h
1442 F: arch/arm/include/asm/hardware/memc.h
1443 F: arch/arm/mach-rpc/
1444 F: drivers/net/ethernet/8390/etherh.c
1445 F: drivers/net/ethernet/i825xx/ether1*
1446 F: drivers/net/ethernet/seeq/ether3*
1447 F: drivers/scsi/arm/
1448
1449 ARM/Rockchip SoC support
1450 M: Heiko Stuebner <heiko@sntech.de>
1451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 L: linux-rockchip@lists.infradead.org
1453 S: Maintained
1454 F: arch/arm/boot/dts/rk3*
1455 F: arch/arm/mach-rockchip/
1456 F: drivers/clk/rockchip/
1457 F: drivers/i2c/busses/i2c-rk3x.c
1458 F: drivers/*/*rockchip*
1459 F: drivers/*/*/*rockchip*
1460 F: sound/soc/rockchip/
1461 N: rockchip
1462
1463 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1464 M: Kukjin Kim <kgene@kernel.org>
1465 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1466 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1468 S: Maintained
1469 F: arch/arm/boot/dts/s3c*
1470 F: arch/arm/boot/dts/exynos*
1471 F: arch/arm64/boot/dts/exynos/
1472 F: arch/arm/plat-samsung/
1473 F: arch/arm/mach-s3c24*/
1474 F: arch/arm/mach-s3c64xx/
1475 F: arch/arm/mach-s5p*/
1476 F: arch/arm/mach-exynos*/
1477 F: drivers/*/*s3c2410*
1478 F: drivers/*/*/*s3c2410*
1479 F: drivers/spi/spi-s3c*
1480 F: sound/soc/samsung/*
1481 F: Documentation/arm/Samsung/
1482 F: Documentation/devicetree/bindings/arm/samsung/
1483 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1484 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1485 N: exynos
1486
1487 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1488 M: Kyungmin Park <kyungmin.park@samsung.com>
1489 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 S: Maintained
1491 F: arch/arm/mach-s5pv210/
1492
1493 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1494 M: Kyungmin Park <kyungmin.park@samsung.com>
1495 M: Kamil Debski <k.debski@samsung.com>
1496 L: linux-arm-kernel@lists.infradead.org
1497 L: linux-media@vger.kernel.org
1498 S: Maintained
1499 F: drivers/media/platform/s5p-g2d/
1500
1501 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1502 M: Kyungmin Park <kyungmin.park@samsung.com>
1503 M: Kamil Debski <k.debski@samsung.com>
1504 M: Jeongtae Park <jtp.park@samsung.com>
1505 L: linux-arm-kernel@lists.infradead.org
1506 L: linux-media@vger.kernel.org
1507 S: Maintained
1508 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1509 F: drivers/media/platform/s5p-mfc/
1510
1511 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1512 M: Kyungmin Park <kyungmin.park@samsung.com>
1513 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1514 L: linux-arm-kernel@lists.infradead.org
1515 L: linux-media@vger.kernel.org
1516 S: Maintained
1517 F: drivers/media/platform/s5p-tv/
1518
1519 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1520 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1521 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1522 L: linux-arm-kernel@lists.infradead.org
1523 L: linux-media@vger.kernel.org
1524 S: Maintained
1525 F: drivers/media/platform/s5p-jpeg/
1526
1527 ARM/SHMOBILE ARM ARCHITECTURE
1528 M: Simon Horman <horms@verge.net.au>
1529 M: Magnus Damm <magnus.damm@gmail.com>
1530 L: linux-sh@vger.kernel.org
1531 W: http://oss.renesas.com
1532 Q: http://patchwork.kernel.org/project/linux-sh/list/
1533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1534 S: Supported
1535 F: arch/arm/boot/dts/emev2*
1536 F: arch/arm/boot/dts/r7s*
1537 F: arch/arm/boot/dts/r8a*
1538 F: arch/arm/boot/dts/sh*
1539 F: arch/arm/configs/shmobile_defconfig
1540 F: arch/arm/include/debug/renesas-scif.S
1541 F: arch/arm/mach-shmobile/
1542 F: drivers/sh/
1543
1544 ARM/SOCFPGA ARCHITECTURE
1545 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1546 S: Maintained
1547 F: arch/arm/mach-socfpga/
1548 F: arch/arm/boot/dts/socfpga*
1549 F: arch/arm/configs/socfpga_defconfig
1550 W: http://www.rocketboards.org
1551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1552
1553 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1554 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1555 S: Maintained
1556 F: drivers/clk/socfpga/
1557
1558 ARM/SOCFPGA EDAC SUPPORT
1559 M: Thor Thayer <tthayer@opensource.altera.com>
1560 S: Maintained
1561 F: drivers/edac/altera_edac.
1562
1563 ARM/STI ARCHITECTURE
1564 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1565 M: Maxime Coquelin <maxime.coquelin@st.com>
1566 M: Patrice Chotard <patrice.chotard@st.com>
1567 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 L: kernel@stlinux.com
1569 W: http://www.stlinux.com
1570 S: Maintained
1571 F: arch/arm/mach-sti/
1572 F: arch/arm/boot/dts/sti*
1573 F: drivers/char/hw_random/st-rng.c
1574 F: drivers/clocksource/arm_global_timer.c
1575 F: drivers/clocksource/clksrc_st_lpc.c
1576 F: drivers/i2c/busses/i2c-st.c
1577 F: drivers/media/rc/st_rc.c
1578 F: drivers/media/platform/sti/c8sectpfe/
1579 F: drivers/mmc/host/sdhci-st.c
1580 F: drivers/phy/phy-miphy28lp.c
1581 F: drivers/phy/phy-miphy365x.c
1582 F: drivers/phy/phy-stih407-usb.c
1583 F: drivers/phy/phy-stih41x-usb.c
1584 F: drivers/pinctrl/pinctrl-st.c
1585 F: drivers/reset/sti/
1586 F: drivers/rtc/rtc-st-lpc.c
1587 F: drivers/tty/serial/st-asc.c
1588 F: drivers/usb/dwc3/dwc3-st.c
1589 F: drivers/usb/host/ehci-st.c
1590 F: drivers/usb/host/ohci-st.c
1591 F: drivers/watchdog/st_lpc_wdt.c
1592 F: drivers/ata/ahci_st.c
1593
1594 ARM/STM32 ARCHITECTURE
1595 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1596 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S: Maintained
1598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1599 N: stm32
1600 F: drivers/clocksource/armv7m_systick.c
1601
1602 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1603 M: Lennert Buytenhek <kernel@wantstofly.org>
1604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S: Maintained
1606
1607 ARM/TETON BGA MACHINE SUPPORT
1608 M: "Mark F. Brown" <mark.brown314@gmail.com>
1609 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S: Maintained
1611
1612 ARM/THECUS N2100 MACHINE SUPPORT
1613 M: Lennert Buytenhek <kernel@wantstofly.org>
1614 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615 S: Maintained
1616
1617 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1618 M: Wan ZongShun <mcuos.com@gmail.com>
1619 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 W: http://www.mcuos.com
1621 S: Maintained
1622 F: arch/arm/mach-w90x900/
1623 F: drivers/input/keyboard/w90p910_keypad.c
1624 F: drivers/input/touchscreen/w90p910_ts.c
1625 F: drivers/watchdog/nuc900_wdt.c
1626 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1627 F: drivers/mtd/nand/nuc900_nand.c
1628 F: drivers/rtc/rtc-nuc900.c
1629 F: drivers/spi/spi-nuc900.c
1630 F: drivers/usb/host/ehci-w90x900.c
1631 F: drivers/video/fbdev/nuc900fb.c
1632
1633 ARM/U300 MACHINE SUPPORT
1634 M: Linus Walleij <linus.walleij@linaro.org>
1635 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 S: Supported
1637 F: arch/arm/mach-u300/
1638 F: drivers/clocksource/timer-u300.c
1639 F: drivers/i2c/busses/i2c-stu300.c
1640 F: drivers/rtc/rtc-coh901331.c
1641 F: drivers/watchdog/coh901327_wdt.c
1642 F: drivers/dma/coh901318*
1643 F: drivers/mfd/ab3100*
1644 F: drivers/rtc/rtc-ab3100.c
1645 F: drivers/rtc/rtc-coh901331.c
1646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1647
1648 ARM/UNIPHIER ARCHITECTURE
1649 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1650 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 S: Maintained
1652 F: arch/arm/boot/dts/uniphier*
1653 F: arch/arm/include/asm/hardware/cache-uniphier.h
1654 F: arch/arm/mach-uniphier/
1655 F: arch/arm/mm/cache-uniphier.c
1656 F: drivers/i2c/busses/i2c-uniphier*
1657 F: drivers/pinctrl/uniphier/
1658 F: drivers/tty/serial/8250/8250_uniphier.c
1659 N: uniphier
1660
1661 ARM/Ux500 ARM ARCHITECTURE
1662 M: Linus Walleij <linus.walleij@linaro.org>
1663 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S: Maintained
1665 F: arch/arm/mach-ux500/
1666 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1667 F: drivers/dma/ste_dma40*
1668 F: drivers/hwspinlock/u8500_hsem.c
1669 F: drivers/mfd/abx500*
1670 F: drivers/mfd/ab8500*
1671 F: drivers/mfd/dbx500*
1672 F: drivers/mfd/db8500*
1673 F: drivers/pinctrl/nomadik/pinctrl-ab*
1674 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1675 F: drivers/rtc/rtc-ab8500.c
1676 F: drivers/rtc/rtc-pl031.c
1677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1678
1679 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1680 M: Ulf Hansson <ulf.hansson@linaro.org>
1681 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 T: git git://git.linaro.org/people/ulfh/clk.git
1683 S: Maintained
1684 F: drivers/clk/ux500/
1685 F: include/linux/platform_data/clk-ux500.h
1686
1687 ARM/VERSATILE EXPRESS PLATFORM
1688 M: Liviu Dudau <liviu.dudau@arm.com>
1689 M: Sudeep Holla <sudeep.holla@arm.com>
1690 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1691 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 S: Maintained
1693 F: arch/arm/boot/dts/vexpress*
1694 F: arch/arm64/boot/dts/arm/vexpress*
1695 F: arch/arm/mach-vexpress/
1696 F: */*/vexpress*
1697 F: */*/*/vexpress*
1698 F: drivers/clk/versatile/clk-vexpress-osc.c
1699 F: drivers/clocksource/versatile.c
1700
1701 ARM/VFP SUPPORT
1702 M: Russell King <linux@arm.linux.org.uk>
1703 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1704 W: http://www.arm.linux.org.uk/
1705 S: Maintained
1706 F: arch/arm/vfp/
1707
1708 ARM/VOIPAC PXA270 SUPPORT
1709 M: Marek Vasut <marek.vasut@gmail.com>
1710 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711 S: Maintained
1712 F: arch/arm/mach-pxa/vpac270.c
1713 F: arch/arm/mach-pxa/include/mach/vpac270.h
1714
1715 ARM/VT8500 ARM ARCHITECTURE
1716 M: Tony Prisk <linux@prisktech.co.nz>
1717 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 S: Maintained
1719 F: arch/arm/mach-vt8500/
1720 F: drivers/clocksource/vt8500_timer.c
1721 F: drivers/i2c/busses/i2c-wmt.c
1722 F: drivers/mmc/host/wmt-sdmmc.c
1723 F: drivers/pwm/pwm-vt8500.c
1724 F: drivers/rtc/rtc-vt8500.c
1725 F: drivers/tty/serial/vt8500_serial.c
1726 F: drivers/usb/host/ehci-platform.c
1727 F: drivers/usb/host/uhci-platform.c
1728 F: drivers/video/fbdev/vt8500lcdfb.*
1729 F: drivers/video/fbdev/wm8505fb*
1730 F: drivers/video/fbdev/wmt_ge_rops.*
1731
1732 ARM/ZIPIT Z2 SUPPORT
1733 M: Marek Vasut <marek.vasut@gmail.com>
1734 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1735 S: Maintained
1736 F: arch/arm/mach-pxa/z2.c
1737 F: arch/arm/mach-pxa/include/mach/z2.h
1738
1739 ARM/ZTE ARCHITECTURE
1740 M: Jun Nie <jun.nie@linaro.org>
1741 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1742 S: Maintained
1743 F: arch/arm/mach-zx/
1744 F: drivers/clk/zte/
1745 F: Documentation/devicetree/bindings/arm/zte.txt
1746 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1747
1748 ARM/ZYNQ ARCHITECTURE
1749 M: Michal Simek <michal.simek@xilinx.com>
1750 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1752 W: http://wiki.xilinx.com
1753 T: git https://github.com/Xilinx/linux-xlnx.git
1754 S: Supported
1755 F: arch/arm/mach-zynq/
1756 F: drivers/cpuidle/cpuidle-zynq.c
1757 F: drivers/block/xsysace.c
1758 N: zynq
1759 N: xilinx
1760 F: drivers/clocksource/cadence_ttc_timer.c
1761 F: drivers/i2c/busses/i2c-cadence.c
1762 F: drivers/mmc/host/sdhci-of-arasan.c
1763 F: drivers/edac/synopsys_edac.c
1764
1765 ARM SMMU DRIVERS
1766 M: Will Deacon <will.deacon@arm.com>
1767 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1768 S: Maintained
1769 F: drivers/iommu/arm-smmu.c
1770 F: drivers/iommu/arm-smmu-v3.c
1771 F: drivers/iommu/io-pgtable-arm.c
1772
1773 ARM64 PORT (AARCH64 ARCHITECTURE)
1774 M: Catalin Marinas <catalin.marinas@arm.com>
1775 M: Will Deacon <will.deacon@arm.com>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S: Maintained
1778 F: arch/arm64/
1779 F: Documentation/arm64/
1780
1781 AS3645A LED FLASH CONTROLLER DRIVER
1782 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1783 L: linux-media@vger.kernel.org
1784 T: git git://linuxtv.org/media_tree.git
1785 S: Maintained
1786 F: drivers/media/i2c/as3645a.c
1787 F: include/media/as3645a.h
1788
1789 ASC7621 HARDWARE MONITOR DRIVER
1790 M: George Joseph <george.joseph@fairview5.com>
1791 L: linux-hwmon@vger.kernel.org
1792 S: Maintained
1793 F: Documentation/hwmon/asc7621
1794 F: drivers/hwmon/asc7621.c
1795
1796 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1797 M: Corentin Chary <corentin.chary@gmail.com>
1798 L: acpi4asus-user@lists.sourceforge.net
1799 L: platform-driver-x86@vger.kernel.org
1800 W: http://acpi4asus.sf.net
1801 S: Maintained
1802 F: drivers/platform/x86/asus*.c
1803 F: drivers/platform/x86/eeepc*.c
1804
1805 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1806 R: Dan Williams <dan.j.williams@intel.com>
1807 W: http://sourceforge.net/projects/xscaleiop
1808 S: Odd fixes
1809 F: Documentation/crypto/async-tx-api.txt
1810 F: crypto/async_tx/
1811 F: drivers/dma/
1812 F: include/linux/dmaengine.h
1813 F: include/linux/async_tx.h
1814
1815 AT24 EEPROM DRIVER
1816 M: Wolfram Sang <wsa@the-dreams.de>
1817 L: linux-i2c@vger.kernel.org
1818 S: Maintained
1819 F: drivers/misc/eeprom/at24.c
1820 F: include/linux/platform_data/at24.h
1821
1822 ATA OVER ETHERNET (AOE) DRIVER
1823 M: "Ed L. Cashin" <ed.cashin@acm.org>
1824 W: http://www.openaoe.org/
1825 S: Supported
1826 F: Documentation/aoe/
1827 F: drivers/block/aoe/
1828
1829 ATHEROS 71XX/9XXX GPIO DRIVER
1830 M: Alban Bedel <albeu@free.fr>
1831 W: https://github.com/AlbanBedel/linux
1832 T: git git://github.com/AlbanBedel/linux
1833 S: Maintained
1834 F: drivers/gpio/gpio-ath79.c
1835 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1836
1837 ATHEROS ATH GENERIC UTILITIES
1838 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1839 L: linux-wireless@vger.kernel.org
1840 S: Supported
1841 F: drivers/net/wireless/ath/*
1842
1843 ATHEROS ATH5K WIRELESS DRIVER
1844 M: Jiri Slaby <jirislaby@gmail.com>
1845 M: Nick Kossifidis <mickflemm@gmail.com>
1846 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1847 L: linux-wireless@vger.kernel.org
1848 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1849 S: Maintained
1850 F: drivers/net/wireless/ath/ath5k/
1851
1852 ATHEROS ATH6KL WIRELESS DRIVER
1853 M: Kalle Valo <kvalo@qca.qualcomm.com>
1854 L: linux-wireless@vger.kernel.org
1855 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1856 T: git git://github.com/kvalo/ath.git
1857 S: Supported
1858 F: drivers/net/wireless/ath/ath6kl/
1859
1860 WILOCITY WIL6210 WIRELESS DRIVER
1861 M: Maya Erez <qca_merez@qca.qualcomm.com>
1862 L: linux-wireless@vger.kernel.org
1863 L: wil6210@qca.qualcomm.com
1864 S: Supported
1865 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1866 F: drivers/net/wireless/ath/wil6210/
1867 F: include/uapi/linux/wil6210_uapi.h
1868
1869 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1870 M: Christian Lamparter <chunkeey@googlemail.com>
1871 L: linux-wireless@vger.kernel.org
1872 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1873 S: Maintained
1874 F: drivers/net/wireless/ath/carl9170/
1875
1876 ATK0110 HWMON DRIVER
1877 M: Luca Tettamanti <kronos.it@gmail.com>
1878 L: linux-hwmon@vger.kernel.org
1879 S: Maintained
1880 F: drivers/hwmon/asus_atk0110.c
1881
1882 ATI_REMOTE2 DRIVER
1883 M: Ville Syrjala <syrjala@sci.fi>
1884 S: Maintained
1885 F: drivers/input/misc/ati_remote2.c
1886
1887 ATLX ETHERNET DRIVERS
1888 M: Jay Cliburn <jcliburn@gmail.com>
1889 M: Chris Snook <chris.snook@gmail.com>
1890 L: netdev@vger.kernel.org
1891 W: http://sourceforge.net/projects/atl1
1892 W: http://atl1.sourceforge.net
1893 S: Maintained
1894 F: drivers/net/ethernet/atheros/
1895
1896 ATM
1897 M: Chas Williams <3chas3@gmail.com>
1898 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1899 L: netdev@vger.kernel.org
1900 W: http://linux-atm.sourceforge.net
1901 S: Maintained
1902 F: drivers/atm/
1903 F: include/linux/atm*
1904 F: include/uapi/linux/atm*
1905
1906 ATMEL AT91 / AT32 MCI DRIVER
1907 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1908 S: Maintained
1909 F: drivers/mmc/host/atmel-mci.c
1910 F: drivers/mmc/host/atmel-mci-regs.h
1911
1912 ATMEL AT91 / AT32 SERIAL DRIVER
1913 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1914 S: Supported
1915 F: drivers/tty/serial/atmel_serial.c
1916
1917 ATMEL Audio ALSA driver
1918 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1919 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1920 S: Supported
1921 F: sound/soc/atmel
1922
1923 ATMEL DMA DRIVER
1924 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S: Supported
1927 F: drivers/dma/at_hdmac.c
1928 F: drivers/dma/at_hdmac_regs.h
1929 F: include/linux/platform_data/dma-atmel.h
1930
1931 ATMEL XDMA DRIVER
1932 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1933 L: linux-arm-kernel@lists.infradead.org
1934 L: dmaengine@vger.kernel.org
1935 S: Supported
1936 F: drivers/dma/at_xdmac.c
1937
1938 ATMEL I2C DRIVER
1939 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1940 L: linux-i2c@vger.kernel.org
1941 S: Supported
1942 F: drivers/i2c/busses/i2c-at91.c
1943
1944 ATMEL ISI DRIVER
1945 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1946 L: linux-media@vger.kernel.org
1947 S: Supported
1948 F: drivers/media/platform/soc_camera/atmel-isi.c
1949 F: include/media/atmel-isi.h
1950
1951 ATMEL LCDFB DRIVER
1952 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1953 L: linux-fbdev@vger.kernel.org
1954 S: Maintained
1955 F: drivers/video/fbdev/atmel_lcdfb.c
1956 F: include/video/atmel_lcdc.h
1957
1958 ATMEL MACB ETHERNET DRIVER
1959 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1960 S: Supported
1961 F: drivers/net/ethernet/cadence/
1962
1963 ATMEL NAND DRIVER
1964 M: Wenyou Yang <wenyou.yang@atmel.com>
1965 M: Josh Wu <rainyfeeling@outlook.com>
1966 L: linux-mtd@lists.infradead.org
1967 S: Supported
1968 F: drivers/mtd/nand/atmel_nand*
1969
1970 ATMEL SDMMC DRIVER
1971 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1972 L: linux-mmc@vger.kernel.org
1973 S: Supported
1974 F: drivers/mmc/host/sdhci-of-at91.c
1975
1976 ATMEL SPI DRIVER
1977 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1978 S: Supported
1979 F: drivers/spi/spi-atmel.*
1980
1981 ATMEL SSC DRIVER
1982 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1983 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1984 S: Supported
1985 F: drivers/misc/atmel-ssc.c
1986 F: include/linux/atmel-ssc.h
1987
1988 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1989 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1991 S: Supported
1992 F: drivers/misc/atmel_tclib.c
1993 F: drivers/clocksource/tcb_clksrc.c
1994
1995 ATMEL USBA UDC DRIVER
1996 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1997 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1998 S: Supported
1999 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2000
2001 ATMEL WIRELESS DRIVER
2002 M: Simon Kelley <simon@thekelleys.org.uk>
2003 L: linux-wireless@vger.kernel.org
2004 W: http://www.thekelleys.org.uk/atmel
2005 W: http://atmelwlandriver.sourceforge.net/
2006 S: Maintained
2007 F: drivers/net/wireless/atmel*
2008
2009 ATMEL MAXTOUCH DRIVER
2010 M: Nick Dyer <nick.dyer@itdev.co.uk>
2011 T: git git://github.com/atmel-maxtouch/linux.git
2012 S: Supported
2013 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2014 F: drivers/input/touchscreen/atmel_mxt_ts.c
2015 F: include/linux/platform_data/atmel_mxt_ts.h
2016
2017 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2018 M: Bradley Grove <linuxdrivers@attotech.com>
2019 L: linux-scsi@vger.kernel.org
2020 W: http://www.attotech.com
2021 S: Supported
2022 F: drivers/scsi/esas2r
2023
2024 ATUSB IEEE 802.15.4 RADIO DRIVER
2025 M: Stefan Schmidt <stefan@osg.samsung.com>
2026 L: linux-wpan@vger.kernel.org
2027 S: Maintained
2028 F: drivers/net/ieee802154/atusb.c
2029 F: drivers/net/ieee802154/atusb.h
2030 F: drivers/net/ieee802154/at86rf230.h
2031
2032 AUDIT SUBSYSTEM
2033 M: Paul Moore <paul@paul-moore.com>
2034 M: Eric Paris <eparis@redhat.com>
2035 L: linux-audit@redhat.com (moderated for non-subscribers)
2036 W: http://people.redhat.com/sgrubb/audit/
2037 T: git git://git.infradead.org/users/pcmoore/audit
2038 S: Maintained
2039 F: include/linux/audit.h
2040 F: include/uapi/linux/audit.h
2041 F: kernel/audit*
2042
2043 AUFS (advanced multi layered unification filesystem) FILESYSTEM
2044 M: "J. R. Okajima" <hooanon05g@gmail.com>
2045 L: linux-unionfs@vger.kernel.org
2046 L: aufs-users@lists.sourceforge.net (members only)
2047 W: http://aufs.sourceforge.net
2048 T: git://github.com/sfjro/aufs4-linux.git
2049 S: Supported
2050 F: Documentation/filesystems/aufs/
2051 F: Documentation/ABI/testing/debugfs-aufs
2052 F: Documentation/ABI/testing/sysfs-aufs
2053 F: fs/aufs/
2054 F: include/uapi/linux/aufs_type.h
2055
2056 AUXILIARY DISPLAY DRIVERS
2057 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2058 W: http://miguelojeda.es/auxdisplay.htm
2059 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2060 S: Maintained
2061 F: drivers/auxdisplay/
2062 F: include/linux/cfag12864b.h
2063
2064 AVR32 ARCHITECTURE
2065 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2066 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2067 W: http://www.atmel.com/products/AVR32/
2068 W: http://mirror.egtvedt.no/avr32linux.org/
2069 W: http://avrfreaks.net/
2070 S: Maintained
2071 F: arch/avr32/
2072
2073 AVR32/AT32AP MACHINE SUPPORT
2074 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2075 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2076 S: Maintained
2077 F: arch/avr32/mach-at32ap/
2078
2079 AX.25 NETWORK LAYER
2080 M: Ralf Baechle <ralf@linux-mips.org>
2081 L: linux-hams@vger.kernel.org
2082 W: http://www.linux-ax25.org/
2083 S: Maintained
2084 F: include/uapi/linux/ax25.h
2085 F: include/net/ax25.h
2086 F: net/ax25/
2087
2088 AZ6007 DVB DRIVER
2089 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2090 L: linux-media@vger.kernel.org
2091 W: http://linuxtv.org
2092 T: git git://linuxtv.org/media_tree.git
2093 S: Maintained
2094 F: drivers/media/usb/dvb-usb-v2/az6007.c
2095
2096 AZTECH FM RADIO RECEIVER DRIVER
2097 M: Hans Verkuil <hverkuil@xs4all.nl>
2098 L: linux-media@vger.kernel.org
2099 T: git git://linuxtv.org/media_tree.git
2100 W: http://linuxtv.org
2101 S: Maintained
2102 F: drivers/media/radio/radio-aztech*
2103
2104 B43 WIRELESS DRIVER
2105 L: linux-wireless@vger.kernel.org
2106 L: b43-dev@lists.infradead.org
2107 W: http://wireless.kernel.org/en/users/Drivers/b43
2108 S: Odd Fixes
2109 F: drivers/net/wireless/b43/
2110
2111 B43LEGACY WIRELESS DRIVER
2112 M: Larry Finger <Larry.Finger@lwfinger.net>
2113 L: linux-wireless@vger.kernel.org
2114 L: b43-dev@lists.infradead.org
2115 W: http://wireless.kernel.org/en/users/Drivers/b43
2116 S: Maintained
2117 F: drivers/net/wireless/b43legacy/
2118
2119 BACKLIGHT CLASS/SUBSYSTEM
2120 M: Jingoo Han <jingoohan1@gmail.com>
2121 M: Lee Jones <lee.jones@linaro.org>
2122 S: Maintained
2123 F: drivers/video/backlight/
2124 F: include/linux/backlight.h
2125
2126 BATMAN ADVANCED
2127 M: Marek Lindner <mareklindner@neomailbox.ch>
2128 M: Simon Wunderlich <sw@simonwunderlich.de>
2129 M: Antonio Quartulli <antonio@meshcoding.com>
2130 L: b.a.t.m.a.n@lists.open-mesh.org
2131 W: http://www.open-mesh.org/
2132 S: Maintained
2133 F: net/batman-adv/
2134
2135 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2136 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2137 L: linux-hams@vger.kernel.org
2138 W: http://www.baycom.org/~tom/ham/ham.html
2139 S: Maintained
2140 F: drivers/net/hamradio/baycom*
2141
2142 BCACHE (BLOCK LAYER CACHE)
2143 M: Kent Overstreet <kent.overstreet@gmail.com>
2144 L: linux-bcache@vger.kernel.org
2145 W: http://bcache.evilpiepirate.org
2146 S: Maintained
2147 F: drivers/md/bcache/
2148
2149 BDISP ST MEDIA DRIVER
2150 M: Fabien Dessenne <fabien.dessenne@st.com>
2151 L: linux-media@vger.kernel.org
2152 T: git git://linuxtv.org/media_tree.git
2153 W: http://linuxtv.org
2154 S: Supported
2155 F: drivers/media/platform/sti/bdisp
2156
2157 BEFS FILE SYSTEM
2158 S: Orphan
2159 F: Documentation/filesystems/befs.txt
2160 F: fs/befs/
2161
2162 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2163 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2164 L: netdev@vger.kernel.org
2165 S: Maintained
2166 F: drivers/net/ethernet/ec_bhf.c
2167
2168 BFS FILE SYSTEM
2169 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2170 S: Maintained
2171 F: Documentation/filesystems/bfs.txt
2172 F: fs/bfs/
2173 F: include/uapi/linux/bfs_fs.h
2174
2175 BLACKFIN ARCHITECTURE
2176 M: Steven Miao <realmz6@gmail.com>
2177 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2178 T: git git://git.code.sf.net/p/adi-linux/code
2179 W: http://blackfin.uclinux.org
2180 S: Supported
2181 F: arch/blackfin/
2182
2183 BLACKFIN EMAC DRIVER
2184 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2185 W: http://blackfin.uclinux.org
2186 S: Supported
2187 F: drivers/net/ethernet/adi/
2188
2189 BLACKFIN RTC DRIVER
2190 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2191 W: http://blackfin.uclinux.org
2192 S: Supported
2193 F: drivers/rtc/rtc-bfin.c
2194
2195 BLACKFIN SDH DRIVER
2196 M: Sonic Zhang <sonic.zhang@analog.com>
2197 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2198 W: http://blackfin.uclinux.org
2199 S: Supported
2200 F: drivers/mmc/host/bfin_sdh.c
2201
2202 BLACKFIN SERIAL DRIVER
2203 M: Sonic Zhang <sonic.zhang@analog.com>
2204 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2205 W: http://blackfin.uclinux.org
2206 S: Supported
2207 F: drivers/tty/serial/bfin_uart.c
2208
2209 BLACKFIN WATCHDOG DRIVER
2210 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2211 W: http://blackfin.uclinux.org
2212 S: Supported
2213 F: drivers/watchdog/bfin_wdt.c
2214
2215 BLACKFIN I2C TWI DRIVER
2216 M: Sonic Zhang <sonic.zhang@analog.com>
2217 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2218 W: http://blackfin.uclinux.org/
2219 S: Supported
2220 F: drivers/i2c/busses/i2c-bfin-twi.c
2221
2222 BLACKFIN MEDIA DRIVER
2223 M: Scott Jiang <scott.jiang.linux@gmail.com>
2224 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2225 W: http://blackfin.uclinux.org/
2226 S: Supported
2227 F: drivers/media/platform/blackfin/
2228 F: drivers/media/i2c/adv7183*
2229 F: drivers/media/i2c/vs6624*
2230
2231 BLINKM RGB LED DRIVER
2232 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2233 S: Maintained
2234 F: drivers/leds/leds-blinkm.c
2235
2236 BLOCK LAYER
2237 M: Jens Axboe <axboe@kernel.dk>
2238 L: linux-block@vger.kernel.org
2239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2240 S: Maintained
2241 F: block/
2242 F: kernel/trace/blktrace.c
2243
2244 BLOCK2MTD DRIVER
2245 M: Joern Engel <joern@lazybastard.org>
2246 L: linux-mtd@lists.infradead.org
2247 S: Maintained
2248 F: drivers/mtd/devices/block2mtd.c
2249
2250 BLUETOOTH DRIVERS
2251 M: Marcel Holtmann <marcel@holtmann.org>
2252 M: Gustavo Padovan <gustavo@padovan.org>
2253 M: Johan Hedberg <johan.hedberg@gmail.com>
2254 L: linux-bluetooth@vger.kernel.org
2255 W: http://www.bluez.org/
2256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2258 S: Maintained
2259 F: drivers/bluetooth/
2260
2261 BLUETOOTH SUBSYSTEM
2262 M: Marcel Holtmann <marcel@holtmann.org>
2263 M: Gustavo Padovan <gustavo@padovan.org>
2264 M: Johan Hedberg <johan.hedberg@gmail.com>
2265 L: linux-bluetooth@vger.kernel.org
2266 W: http://www.bluez.org/
2267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2269 S: Maintained
2270 F: net/bluetooth/
2271 F: include/net/bluetooth/
2272
2273 BONDING DRIVER
2274 M: Jay Vosburgh <j.vosburgh@gmail.com>
2275 M: Veaceslav Falico <vfalico@gmail.com>
2276 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2277 L: netdev@vger.kernel.org
2278 W: http://sourceforge.net/projects/bonding/
2279 S: Supported
2280 F: drivers/net/bonding/
2281 F: include/uapi/linux/if_bonding.h
2282
2283 BPF (Safe dynamic programs and tools)
2284 M: Alexei Starovoitov <ast@kernel.org>
2285 L: netdev@vger.kernel.org
2286 L: linux-kernel@vger.kernel.org
2287 S: Supported
2288 F: kernel/bpf/
2289
2290 BROADCOM B44 10/100 ETHERNET DRIVER
2291 M: Gary Zambrano <zambrano@broadcom.com>
2292 L: netdev@vger.kernel.org
2293 S: Supported
2294 F: drivers/net/ethernet/broadcom/b44.*
2295
2296 BROADCOM GENET ETHERNET DRIVER
2297 M: Florian Fainelli <f.fainelli@gmail.com>
2298 L: netdev@vger.kernel.org
2299 S: Supported
2300 F: drivers/net/ethernet/broadcom/genet/
2301
2302 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2303 M: Sony Chacko <sony.chacko@qlogic.com>
2304 M: Dept-HSGLinuxNICDev@qlogic.com
2305 L: netdev@vger.kernel.org
2306 S: Supported
2307 F: drivers/net/ethernet/broadcom/bnx2.*
2308 F: drivers/net/ethernet/broadcom/bnx2_*
2309
2310 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2311 M: Ariel Elior <ariel.elior@qlogic.com>
2312 L: netdev@vger.kernel.org
2313 S: Supported
2314 F: drivers/net/ethernet/broadcom/bnx2x/
2315
2316 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2317 M: Florian Fainelli <f.fainelli@gmail.com>
2318 M: Ray Jui <rjui@broadcom.com>
2319 M: Scott Branden <sbranden@broadcom.com>
2320 L: bcm-kernel-feedback-list@broadcom.com
2321 T: git git://github.com/broadcom/mach-bcm
2322 S: Maintained
2323 F: arch/arm/mach-bcm/
2324 F: arch/arm/boot/dts/bcm113*
2325 F: arch/arm/boot/dts/bcm216*
2326 F: arch/arm/boot/dts/bcm281*
2327 F: arch/arm/configs/bcm_defconfig
2328 F: drivers/mmc/host/sdhci-bcm-kona.c
2329 F: drivers/clocksource/bcm_kona_timer.c
2330
2331 BROADCOM BCM2835 ARM ARCHITECTURE
2332 M: Stephen Warren <swarren@wwwdotorg.org>
2333 M: Lee Jones <lee@kernel.org>
2334 M: Eric Anholt <eric@anholt.net>
2335 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2336 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2338 S: Maintained
2339 N: bcm2835
2340
2341 BROADCOM BCM33XX MIPS ARCHITECTURE
2342 M: Kevin Cernekee <cernekee@gmail.com>
2343 L: linux-mips@linux-mips.org
2344 S: Maintained
2345 F: arch/mips/bcm3384/*
2346 F: arch/mips/include/asm/mach-bcm3384/*
2347 F: arch/mips/kernel/*bmips*
2348
2349 BROADCOM BCM47XX MIPS ARCHITECTURE
2350 M: Hauke Mehrtens <hauke@hauke-m.de>
2351 M: Rafał Miłecki <zajec5@gmail.com>
2352 L: linux-mips@linux-mips.org
2353 S: Maintained
2354 F: arch/mips/bcm47xx/*
2355 F: arch/mips/include/asm/mach-bcm47xx/*
2356
2357 BROADCOM BCM5301X ARM ARCHITECTURE
2358 M: Hauke Mehrtens <hauke@hauke-m.de>
2359 L: linux-arm-kernel@lists.infradead.org
2360 S: Maintained
2361 F: arch/arm/mach-bcm/bcm_5301x.c
2362 F: arch/arm/boot/dts/bcm5301x.dtsi
2363 F: arch/arm/boot/dts/bcm470*
2364
2365 BROADCOM BCM63XX ARM ARCHITECTURE
2366 M: Florian Fainelli <f.fainelli@gmail.com>
2367 L: linux-arm-kernel@lists.infradead.org
2368 T: git git://github.com/broadcom/arm-bcm63xx.git
2369 S: Maintained
2370 F: arch/arm/mach-bcm/bcm63xx.c
2371 F: arch/arm/include/debug/bcm63xx.S
2372
2373 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2374 M: Kevin Cernekee <cernekee@gmail.com>
2375 L: linux-usb@vger.kernel.org
2376 S: Maintained
2377 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2378
2379 BROADCOM BCM7XXX ARM ARCHITECTURE
2380 M: Brian Norris <computersforpeace@gmail.com>
2381 M: Gregory Fong <gregory.0xf0@gmail.com>
2382 M: Florian Fainelli <f.fainelli@gmail.com>
2383 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2384 T: git git://github.com/broadcom/stblinux.git
2385 S: Maintained
2386 F: arch/arm/mach-bcm/*brcmstb*
2387 F: arch/arm/boot/dts/bcm7*.dts*
2388 F: drivers/bus/brcmstb_gisb.c
2389 N: brcmstb
2390
2391 BROADCOM BMIPS MIPS ARCHITECTURE
2392 M: Kevin Cernekee <cernekee@gmail.com>
2393 M: Florian Fainelli <f.fainelli@gmail.com>
2394 L: linux-mips@linux-mips.org
2395 T: git git://github.com/broadcom/stblinux.git
2396 S: Maintained
2397 F: arch/mips/bmips/*
2398 F: arch/mips/include/asm/mach-bmips/*
2399 F: arch/mips/kernel/*bmips*
2400 F: arch/mips/boot/dts/brcm/bcm*.dts*
2401 F: drivers/irqchip/irq-bcm7*
2402 F: drivers/irqchip/irq-brcmstb*
2403
2404 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2405 M: Prashant Sreedharan <prashant@broadcom.com>
2406 M: Michael Chan <mchan@broadcom.com>
2407 L: netdev@vger.kernel.org
2408 S: Supported
2409 F: drivers/net/ethernet/broadcom/tg3.*
2410
2411 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2412 M: Brett Rudley <brudley@broadcom.com>
2413 M: Arend van Spriel <arend@broadcom.com>
2414 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2415 M: Hante Meuleman <meuleman@broadcom.com>
2416 L: linux-wireless@vger.kernel.org
2417 L: brcm80211-dev-list@broadcom.com
2418 S: Supported
2419 F: drivers/net/wireless/brcm80211/
2420
2421 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2422 M: QLogic-Storage-Upstream@qlogic.com
2423 L: linux-scsi@vger.kernel.org
2424 S: Supported
2425 F: drivers/scsi/bnx2fc/
2426
2427 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2428 M: QLogic-Storage-Upstream@qlogic.com
2429 L: linux-scsi@vger.kernel.org
2430 S: Supported
2431 F: drivers/scsi/bnx2i/
2432
2433 BROADCOM IPROC ARM ARCHITECTURE
2434 M: Ray Jui <rjui@broadcom.com>
2435 M: Scott Branden <sbranden@broadcom.com>
2436 M: Jon Mason <jonmason@broadcom.com>
2437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2438 L: bcm-kernel-feedback-list@broadcom.com
2439 T: git git://github.com/broadcom/cygnus-linux.git
2440 S: Maintained
2441 N: iproc
2442 N: cygnus
2443 N: nsp
2444 N: bcm9113*
2445 N: bcm9583*
2446 N: bcm9585*
2447 N: bcm9586*
2448 N: bcm988312
2449 N: bcm113*
2450 N: bcm583*
2451 N: bcm585*
2452 N: bcm586*
2453 N: bcm88312
2454
2455 BROADCOM BRCMSTB GPIO DRIVER
2456 M: Gregory Fong <gregory.0xf0@gmail.com>
2457 L: bcm-kernel-feedback-list@broadcom.com>
2458 S: Supported
2459 F: drivers/gpio/gpio-brcmstb.c
2460 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2461
2462 BROADCOM KONA GPIO DRIVER
2463 M: Ray Jui <rjui@broadcom.com>
2464 L: bcm-kernel-feedback-list@broadcom.com
2465 S: Supported
2466 F: drivers/gpio/gpio-bcm-kona.c
2467 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2468
2469 BROADCOM NVRAM DRIVER
2470 M: Rafał Miłecki <zajec5@gmail.com>
2471 L: linux-mips@linux-mips.org
2472 S: Maintained
2473 F: drivers/firmware/broadcom/*
2474
2475 BROADCOM STB NAND FLASH DRIVER
2476 M: Brian Norris <computersforpeace@gmail.com>
2477 M: Kamal Dasu <kdasu.kdev@gmail.com>
2478 L: linux-mtd@lists.infradead.org
2479 L: bcm-kernel-feedback-list@broadcom.com
2480 S: Maintained
2481 F: drivers/mtd/nand/brcmnand/
2482
2483 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2484 M: Rafał Miłecki <zajec5@gmail.com>
2485 L: linux-wireless@vger.kernel.org
2486 S: Maintained
2487 F: drivers/bcma/
2488 F: include/linux/bcma/
2489
2490 BROADCOM SYSTEMPORT ETHERNET DRIVER
2491 M: Florian Fainelli <f.fainelli@gmail.com>
2492 L: netdev@vger.kernel.org
2493 S: Supported
2494 F: drivers/net/ethernet/broadcom/bcmsysport.*
2495
2496 BROCADE BFA FC SCSI DRIVER
2497 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2498 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2499 L: linux-scsi@vger.kernel.org
2500 S: Supported
2501 F: drivers/scsi/bfa/
2502
2503 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2504 M: Rasesh Mody <rasesh.mody@qlogic.com>
2505 L: netdev@vger.kernel.org
2506 S: Supported
2507 F: drivers/net/ethernet/brocade/bna/
2508
2509 BSG (block layer generic sg v4 driver)
2510 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2511 L: linux-scsi@vger.kernel.org
2512 S: Supported
2513 F: block/bsg.c
2514 F: include/linux/bsg.h
2515 F: include/uapi/linux/bsg.h
2516
2517 BT87X AUDIO DRIVER
2518 M: Clemens Ladisch <clemens@ladisch.de>
2519 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2520 T: git git://git.alsa-project.org/alsa-kernel.git
2521 S: Maintained
2522 F: Documentation/sound/alsa/Bt87x.txt
2523 F: sound/pci/bt87x.c
2524
2525 BT8XXGPIO DRIVER
2526 M: Michael Buesch <m@bues.ch>
2527 W: http://bu3sch.de/btgpio.php
2528 S: Maintained
2529 F: drivers/gpio/gpio-bt8xx.c
2530
2531 BTRFS FILE SYSTEM
2532 M: Chris Mason <clm@fb.com>
2533 M: Josef Bacik <jbacik@fb.com>
2534 M: David Sterba <dsterba@suse.com>
2535 L: linux-btrfs@vger.kernel.org
2536 W: http://btrfs.wiki.kernel.org/
2537 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2539 S: Maintained
2540 F: Documentation/filesystems/btrfs.txt
2541 F: fs/btrfs/
2542
2543 BTTV VIDEO4LINUX DRIVER
2544 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2545 L: linux-media@vger.kernel.org
2546 W: http://linuxtv.org
2547 T: git git://linuxtv.org/media_tree.git
2548 S: Odd fixes
2549 F: Documentation/video4linux/bttv/
2550 F: drivers/media/pci/bt8xx/bttv*
2551
2552 BUSLOGIC SCSI DRIVER
2553 M: Khalid Aziz <khalid@gonehiking.org>
2554 L: linux-scsi@vger.kernel.org
2555 S: Maintained
2556 F: drivers/scsi/BusLogic.*
2557 F: drivers/scsi/FlashPoint.*
2558
2559 C-MEDIA CMI8788 DRIVER
2560 M: Clemens Ladisch <clemens@ladisch.de>
2561 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2562 T: git git://git.alsa-project.org/alsa-kernel.git
2563 S: Maintained
2564 F: sound/pci/oxygen/
2565
2566 C6X ARCHITECTURE
2567 M: Mark Salter <msalter@redhat.com>
2568 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2569 L: linux-c6x-dev@linux-c6x.org
2570 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2571 S: Maintained
2572 F: arch/c6x/
2573
2574 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2575 M: David Howells <dhowells@redhat.com>
2576 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2577 S: Supported
2578 F: Documentation/filesystems/caching/cachefiles.txt
2579 F: fs/cachefiles/
2580
2581 CADET FM/AM RADIO RECEIVER DRIVER
2582 M: Hans Verkuil <hverkuil@xs4all.nl>
2583 L: linux-media@vger.kernel.org
2584 T: git git://linuxtv.org/media_tree.git
2585 W: http://linuxtv.org
2586 S: Maintained
2587 F: drivers/media/radio/radio-cadet*
2588
2589 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2590 M: Jonathan Corbet <corbet@lwn.net>
2591 L: linux-media@vger.kernel.org
2592 T: git git://linuxtv.org/media_tree.git
2593 S: Maintained
2594 F: Documentation/video4linux/cafe_ccic
2595 F: drivers/media/platform/marvell-ccic/
2596
2597 CAIF NETWORK LAYER
2598 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2599 L: netdev@vger.kernel.org
2600 S: Supported
2601 F: Documentation/networking/caif/
2602 F: drivers/net/caif/
2603 F: include/uapi/linux/caif/
2604 F: include/net/caif/
2605 F: net/caif/
2606
2607 CALGARY x86-64 IOMMU
2608 M: Muli Ben-Yehuda <muli@il.ibm.com>
2609 M: "Jon D. Mason" <jdmason@kudzu.us>
2610 L: discuss@x86-64.org
2611 S: Maintained
2612 F: arch/x86/kernel/pci-calgary_64.c
2613 F: arch/x86/kernel/tce_64.c
2614 F: arch/x86/include/asm/calgary.h
2615 F: arch/x86/include/asm/tce.h
2616
2617 CAN NETWORK LAYER
2618 M: Oliver Hartkopp <socketcan@hartkopp.net>
2619 M: Marc Kleine-Budde <mkl@pengutronix.de>
2620 L: linux-can@vger.kernel.org
2621 W: https://github.com/linux-can
2622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2624 S: Maintained
2625 F: Documentation/networking/can.txt
2626 F: net/can/
2627 F: include/linux/can/core.h
2628 F: include/uapi/linux/can.h
2629 F: include/uapi/linux/can/bcm.h
2630 F: include/uapi/linux/can/raw.h
2631 F: include/uapi/linux/can/gw.h
2632
2633 CAN NETWORK DRIVERS
2634 M: Wolfgang Grandegger <wg@grandegger.com>
2635 M: Marc Kleine-Budde <mkl@pengutronix.de>
2636 L: linux-can@vger.kernel.org
2637 W: https://github.com/linux-can
2638 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2640 S: Maintained
2641 F: drivers/net/can/
2642 F: include/linux/can/dev.h
2643 F: include/linux/can/platform/
2644 F: include/uapi/linux/can/error.h
2645 F: include/uapi/linux/can/netlink.h
2646
2647 CAPABILITIES
2648 M: Serge Hallyn <serge.hallyn@canonical.com>
2649 L: linux-security-module@vger.kernel.org
2650 S: Supported
2651 F: include/linux/capability.h
2652 F: include/uapi/linux/capability.h
2653 F: security/commoncap.c
2654 F: kernel/capability.c
2655
2656 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2657 M: Kevin Tsai <ktsai@capellamicro.com>
2658 S: Maintained
2659 F: drivers/iio/light/cm*
2660 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2661
2662 CAVIUM I2C DRIVER
2663 M: Jan Glauber <jglauber@cavium.com>
2664 M: David Daney <david.daney@cavium.com>
2665 W: http://www.cavium.com
2666 S: Supported
2667 F: drivers/i2c/busses/i2c-octeon*
2668 F: drivers/i2c/busses/i2c-thunderx*
2669
2670 CAVIUM LIQUIDIO NETWORK DRIVER
2671 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2672 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2673 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2674 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2675 L: netdev@vger.kernel.org
2676 W: http://www.cavium.com
2677 S: Supported
2678 F: drivers/net/ethernet/cavium/liquidio/
2679
2680 CC2520 IEEE-802.15.4 RADIO DRIVER
2681 M: Varka Bhadram <varkabhadram@gmail.com>
2682 L: linux-wpan@vger.kernel.org
2683 S: Maintained
2684 F: drivers/net/ieee802154/cc2520.c
2685 F: include/linux/spi/cc2520.h
2686 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2687
2688 CELL BROADBAND ENGINE ARCHITECTURE
2689 M: Arnd Bergmann <arnd@arndb.de>
2690 L: linuxppc-dev@lists.ozlabs.org
2691 W: http://www.ibm.com/developerworks/power/cell/
2692 S: Supported
2693 F: arch/powerpc/include/asm/cell*.h
2694 F: arch/powerpc/include/asm/spu*.h
2695 F: arch/powerpc/include/uapi/asm/spu*.h
2696 F: arch/powerpc/oprofile/*cell*
2697 F: arch/powerpc/platforms/cell/
2698
2699 CEPH COMMON CODE (LIBCEPH)
2700 M: Ilya Dryomov <idryomov@gmail.com>
2701 M: "Yan, Zheng" <zyan@redhat.com>
2702 M: Sage Weil <sage@redhat.com>
2703 L: ceph-devel@vger.kernel.org
2704 W: http://ceph.com/
2705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2706 T: git git://github.com/ceph/ceph-client.git
2707 S: Supported
2708 F: net/ceph/
2709 F: include/linux/ceph/
2710 F: include/linux/crush/
2711
2712 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2713 M: "Yan, Zheng" <zyan@redhat.com>
2714 M: Sage Weil <sage@redhat.com>
2715 M: Ilya Dryomov <idryomov@gmail.com>
2716 L: ceph-devel@vger.kernel.org
2717 W: http://ceph.com/
2718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2719 T: git git://github.com/ceph/ceph-client.git
2720 S: Supported
2721 F: Documentation/filesystems/ceph.txt
2722 F: fs/ceph/
2723
2724 CERTIFICATE HANDLING:
2725 M: David Howells <dhowells@redhat.com>
2726 M: David Woodhouse <dwmw2@infradead.org>
2727 L: keyrings@linux-nfs.org
2728 S: Maintained
2729 F: Documentation/module-signing.txt
2730 F: certs/
2731 F: scripts/extract-cert.c
2732
2733 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2734 L: linux-usb@vger.kernel.org
2735 S: Orphan
2736 F: Documentation/usb/WUSB-Design-overview.txt
2737 F: Documentation/usb/wusb-cbaf
2738 F: drivers/usb/host/hwa-hc.c
2739 F: drivers/usb/host/whci/
2740 F: drivers/usb/wusbcore/
2741 F: include/linux/usb/wusb*
2742
2743 CFAG12864B LCD DRIVER
2744 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2745 W: http://miguelojeda.es/auxdisplay.htm
2746 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2747 S: Maintained
2748 F: drivers/auxdisplay/cfag12864b.c
2749 F: include/linux/cfag12864b.h
2750
2751 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2752 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2753 W: http://miguelojeda.es/auxdisplay.htm
2754 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2755 S: Maintained
2756 F: drivers/auxdisplay/cfag12864bfb.c
2757 F: include/linux/cfag12864b.h
2758
2759 CFG80211 and NL80211
2760 M: Johannes Berg <johannes@sipsolutions.net>
2761 L: linux-wireless@vger.kernel.org
2762 W: http://wireless.kernel.org/
2763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2765 S: Maintained
2766 F: include/uapi/linux/nl80211.h
2767 F: include/net/cfg80211.h
2768 F: net/wireless/*
2769 X: net/wireless/wext*
2770
2771 CHAR and MISC DRIVERS
2772 M: Arnd Bergmann <arnd@arndb.de>
2773 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2775 S: Supported
2776 F: drivers/char/*
2777 F: drivers/misc/*
2778 F: include/linux/miscdevice.h
2779
2780 CHECKPATCH
2781 M: Andy Whitcroft <apw@canonical.com>
2782 M: Joe Perches <joe@perches.com>
2783 S: Maintained
2784 F: scripts/checkpatch.pl
2785
2786 CHINESE DOCUMENTATION
2787 M: Harry Wei <harryxiyou@gmail.com>
2788 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2789 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2790 S: Maintained
2791 F: Documentation/zh_CN/
2792
2793 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2794 M: Peter Chen <Peter.Chen@freescale.com>
2795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2796 L: linux-usb@vger.kernel.org
2797 S: Maintained
2798 F: drivers/usb/chipidea/
2799
2800 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2801 M: Hans de Goede <hdegoede@redhat.com>
2802 L: linux-input@vger.kernel.org
2803 S: Maintained
2804 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2805 F: drivers/input/touchscreen/chipone_icn8318.c
2806
2807 CHROME HARDWARE PLATFORM SUPPORT
2808 M: Olof Johansson <olof@lixom.net>
2809 S: Maintained
2810 F: drivers/platform/chrome/
2811
2812 CISCO VIC ETHERNET NIC DRIVER
2813 M: Christian Benvenuti <benve@cisco.com>
2814 M: Sujith Sankar <ssujith@cisco.com>
2815 M: Govindarajulu Varadarajan <_govind@gmx.com>
2816 M: Neel Patel <neepatel@cisco.com>
2817 S: Supported
2818 F: drivers/net/ethernet/cisco/enic/
2819
2820 CISCO VIC LOW LATENCY NIC DRIVER
2821 M: Christian Benvenuti <benve@cisco.com>
2822 M: Dave Goodell <dgoodell@cisco.com>
2823 S: Supported
2824 F: drivers/infiniband/hw/usnic/
2825
2826 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2827 M: Hartley Sweeten <hsweeten@visionengravers.com>
2828 L: netdev@vger.kernel.org
2829 S: Maintained
2830 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2831
2832 CIRRUS LOGIC AUDIO CODEC DRIVERS
2833 M: Brian Austin <brian.austin@cirrus.com>
2834 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2835 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2836 S: Maintained
2837 F: sound/soc/codecs/cs*
2838
2839 CLEANCACHE API
2840 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2841 L: linux-kernel@vger.kernel.org
2842 S: Maintained
2843 F: mm/cleancache.c
2844 F: include/linux/cleancache.h
2845
2846 CLK API
2847 M: Russell King <linux@arm.linux.org.uk>
2848 L: linux-clk@vger.kernel.org
2849 S: Maintained
2850 F: include/linux/clk.h
2851
2852 CLOCKSOURCE, CLOCKEVENT DRIVERS
2853 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2854 M: Thomas Gleixner <tglx@linutronix.de>
2855 L: linux-kernel@vger.kernel.org
2856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2857 S: Supported
2858 F: drivers/clocksource
2859
2860 CISCO FCOE HBA DRIVER
2861 M: Hiral Patel <hiralpat@cisco.com>
2862 M: Suma Ramars <sramars@cisco.com>
2863 M: Brian Uchino <buchino@cisco.com>
2864 L: linux-scsi@vger.kernel.org
2865 S: Supported
2866 F: drivers/scsi/fnic/
2867
2868 CISCO SCSI HBA DRIVER
2869 M: Narsimhulu Musini <nmusini@cisco.com>
2870 M: Sesidhar Baddela <sebaddel@cisco.com>
2871 L: linux-scsi@vger.kernel.org
2872 S: Supported
2873 F: drivers/scsi/snic/
2874
2875 CMPC ACPI DRIVER
2876 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2877 M: Daniel Oliveira Nascimento <don@syst.com.br>
2878 L: platform-driver-x86@vger.kernel.org
2879 S: Supported
2880 F: drivers/platform/x86/classmate-laptop.c
2881
2882 COBALT MEDIA DRIVER
2883 M: Hans Verkuil <hans.verkuil@cisco.com>
2884 L: linux-media@vger.kernel.org
2885 T: git git://linuxtv.org/media_tree.git
2886 W: http://linuxtv.org
2887 S: Supported
2888 F: drivers/media/pci/cobalt/
2889
2890 COCCINELLE/Semantic Patches (SmPL)
2891 M: Julia Lawall <Julia.Lawall@lip6.fr>
2892 M: Gilles Muller <Gilles.Muller@lip6.fr>
2893 M: Nicolas Palix <nicolas.palix@imag.fr>
2894 M: Michal Marek <mmarek@suse.com>
2895 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2897 W: http://coccinelle.lip6.fr/
2898 S: Supported
2899 F: Documentation/coccinelle.txt
2900 F: scripts/coccinelle/
2901 F: scripts/coccicheck
2902
2903 CODA FILE SYSTEM
2904 M: Jan Harkes <jaharkes@cs.cmu.edu>
2905 M: coda@cs.cmu.edu
2906 L: codalist@coda.cs.cmu.edu
2907 W: http://www.coda.cs.cmu.edu/
2908 S: Maintained
2909 F: Documentation/filesystems/coda.txt
2910 F: fs/coda/
2911 F: include/linux/coda*.h
2912 F: include/uapi/linux/coda*.h
2913
2914 CODA V4L2 MEM2MEM DRIVER
2915 M: Philipp Zabel <p.zabel@pengutronix.de>
2916 L: linux-media@vger.kernel.org
2917 S: Maintained
2918 F: Documentation/devicetree/bindings/media/coda.txt
2919 F: drivers/media/platform/coda/
2920
2921 COMMON CLK FRAMEWORK
2922 M: Michael Turquette <mturquette@baylibre.com>
2923 M: Stephen Boyd <sboyd@codeaurora.org>
2924 L: linux-clk@vger.kernel.org
2925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2926 S: Maintained
2927 F: drivers/clk/
2928 X: drivers/clk/clkdev.c
2929 F: include/linux/clk-pr*
2930 F: include/linux/clk/
2931
2932 COMMON INTERNET FILE SYSTEM (CIFS)
2933 M: Steve French <sfrench@samba.org>
2934 L: linux-cifs@vger.kernel.org
2935 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2936 W: http://linux-cifs.samba.org/
2937 T: git git://git.samba.org/sfrench/cifs-2.6.git
2938 S: Supported
2939 F: Documentation/filesystems/cifs/
2940 F: fs/cifs/
2941
2942 COMPACTPCI HOTPLUG CORE
2943 M: Scott Murray <scott@spiteful.org>
2944 L: linux-pci@vger.kernel.org
2945 S: Maintained
2946 F: drivers/pci/hotplug/cpci_hotplug*
2947
2948 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2949 M: Scott Murray <scott@spiteful.org>
2950 L: linux-pci@vger.kernel.org
2951 S: Maintained
2952 F: drivers/pci/hotplug/cpcihp_zt5550.*
2953
2954 COMPACTPCI HOTPLUG GENERIC DRIVER
2955 M: Scott Murray <scott@spiteful.org>
2956 L: linux-pci@vger.kernel.org
2957 S: Maintained
2958 F: drivers/pci/hotplug/cpcihp_generic.c
2959
2960 COMPAL LAPTOP SUPPORT
2961 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2962 L: platform-driver-x86@vger.kernel.org
2963 S: Maintained
2964 F: drivers/platform/x86/compal-laptop.c
2965
2966 CONEXANT ACCESSRUNNER USB DRIVER
2967 L: accessrunner-general@lists.sourceforge.net
2968 W: http://accessrunner.sourceforge.net/
2969 S: Orphan
2970 F: drivers/usb/atm/cxacru.c
2971
2972 CONFIGFS
2973 M: Joel Becker <jlbec@evilplan.org>
2974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2975 S: Supported
2976 F: fs/configfs/
2977 F: include/linux/configfs.h
2978
2979 CONNECTOR
2980 M: Evgeniy Polyakov <zbr@ioremap.net>
2981 L: netdev@vger.kernel.org
2982 S: Maintained
2983 F: drivers/connector/
2984
2985 CONTROL GROUP (CGROUP)
2986 M: Tejun Heo <tj@kernel.org>
2987 M: Li Zefan <lizefan@huawei.com>
2988 M: Johannes Weiner <hannes@cmpxchg.org>
2989 L: cgroups@vger.kernel.org
2990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2991 S: Maintained
2992 F: Documentation/cgroups/
2993 F: include/linux/cgroup*
2994 F: kernel/cgroup*
2995
2996 CONTROL GROUP - CPUSET
2997 M: Li Zefan <lizefan@huawei.com>
2998 L: cgroups@vger.kernel.org
2999 W: http://www.bullopensource.org/cpuset/
3000 W: http://oss.sgi.com/projects/cpusets/
3001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3002 S: Maintained
3003 F: Documentation/cgroups/cpusets.txt
3004 F: include/linux/cpuset.h
3005 F: kernel/cpuset.c
3006
3007 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3008 M: Johannes Weiner <hannes@cmpxchg.org>
3009 M: Michal Hocko <mhocko@kernel.org>
3010 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3011 L: cgroups@vger.kernel.org
3012 L: linux-mm@kvack.org
3013 S: Maintained
3014 F: mm/memcontrol.c
3015 F: mm/swap_cgroup.c
3016
3017 CORETEMP HARDWARE MONITORING DRIVER
3018 M: Fenghua Yu <fenghua.yu@intel.com>
3019 L: linux-hwmon@vger.kernel.org
3020 S: Maintained
3021 F: Documentation/hwmon/coretemp
3022 F: drivers/hwmon/coretemp.c
3023
3024 COSA/SRP SYNC SERIAL DRIVER
3025 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3026 W: http://www.fi.muni.cz/~kas/cosa/
3027 S: Maintained
3028 F: drivers/net/wan/cosa*
3029
3030 CPMAC ETHERNET DRIVER
3031 M: Florian Fainelli <florian@openwrt.org>
3032 L: netdev@vger.kernel.org
3033 S: Maintained
3034 F: drivers/net/ethernet/ti/cpmac.c
3035
3036 CPU FREQUENCY DRIVERS
3037 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3038 M: Viresh Kumar <viresh.kumar@linaro.org>
3039 L: linux-pm@vger.kernel.org
3040 S: Maintained
3041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3042 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3043 F: drivers/cpufreq/
3044 F: include/linux/cpufreq.h
3045
3046 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3047 M: Viresh Kumar <viresh.kumar@linaro.org>
3048 M: Sudeep Holla <sudeep.holla@arm.com>
3049 L: linux-pm@vger.kernel.org
3050 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3051 S: Maintained
3052 F: drivers/cpufreq/arm_big_little.h
3053 F: drivers/cpufreq/arm_big_little.c
3054 F: drivers/cpufreq/arm_big_little_dt.c
3055
3056 CPUIDLE DRIVER - ARM BIG LITTLE
3057 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3058 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3059 L: linux-pm@vger.kernel.org
3060 L: linux-arm-kernel@lists.infradead.org
3061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3062 S: Maintained
3063 F: drivers/cpuidle/cpuidle-big_little.c
3064
3065 CPUIDLE DRIVER - ARM EXYNOS
3066 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3067 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3068 M: Kukjin Kim <kgene@kernel.org>
3069 L: linux-pm@vger.kernel.org
3070 L: linux-samsung-soc@vger.kernel.org
3071 S: Supported
3072 F: drivers/cpuidle/cpuidle-exynos.c
3073 F: arch/arm/mach-exynos/pm.c
3074
3075 CPUIDLE DRIVERS
3076 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3077 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3078 L: linux-pm@vger.kernel.org
3079 S: Maintained
3080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3081 F: drivers/cpuidle/*
3082 F: include/linux/cpuidle.h
3083
3084 CPUID/MSR DRIVER
3085 M: "H. Peter Anvin" <hpa@zytor.com>
3086 S: Maintained
3087 F: arch/x86/kernel/cpuid.c
3088 F: arch/x86/kernel/msr.c
3089
3090 CPU POWER MONITORING SUBSYSTEM
3091 M: Thomas Renninger <trenn@suse.com>
3092 L: linux-pm@vger.kernel.org
3093 S: Maintained
3094 F: tools/power/cpupower/
3095
3096 CRAMFS FILESYSTEM
3097 W: http://sourceforge.net/projects/cramfs/
3098 S: Orphan / Obsolete
3099 F: Documentation/filesystems/cramfs.txt
3100 F: fs/cramfs/
3101
3102 CRIS PORT
3103 M: Mikael Starvik <starvik@axis.com>
3104 M: Jesper Nilsson <jesper.nilsson@axis.com>
3105 L: linux-cris-kernel@axis.com
3106 W: http://developer.axis.com
3107 S: Maintained
3108 F: arch/cris/
3109 F: drivers/tty/serial/crisv10.*
3110
3111 CRYPTO API
3112 M: Herbert Xu <herbert@gondor.apana.org.au>
3113 M: "David S. Miller" <davem@davemloft.net>
3114 L: linux-crypto@vger.kernel.org
3115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3116 S: Maintained
3117 F: Documentation/crypto/
3118 F: Documentation/DocBook/crypto-API.tmpl
3119 F: arch/*/crypto/
3120 F: crypto/
3121 F: drivers/crypto/
3122 F: include/crypto/
3123
3124 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3125 M: Neil Horman <nhorman@tuxdriver.com>
3126 L: linux-crypto@vger.kernel.org
3127 S: Maintained
3128 F: crypto/ansi_cprng.c
3129 F: crypto/rng.c
3130
3131 CS5535 Audio ALSA driver
3132 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3133 S: Maintained
3134 F: sound/pci/cs5535audio/
3135
3136 CW1200 WLAN driver
3137 M: Solomon Peachy <pizza@shaftnet.org>
3138 S: Maintained
3139 F: drivers/net/wireless/cw1200/
3140
3141 CX18 VIDEO4LINUX DRIVER
3142 M: Andy Walls <awalls@md.metrocast.net>
3143 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3144 L: linux-media@vger.kernel.org
3145 T: git git://linuxtv.org/media_tree.git
3146 W: http://linuxtv.org
3147 W: http://www.ivtvdriver.org/index.php/Cx18
3148 S: Maintained
3149 F: Documentation/video4linux/cx18.txt
3150 F: drivers/media/pci/cx18/
3151 F: include/uapi/linux/ivtv*
3152
3153 CX2341X MPEG ENCODER HELPER MODULE
3154 M: Hans Verkuil <hverkuil@xs4all.nl>
3155 L: linux-media@vger.kernel.org
3156 T: git git://linuxtv.org/media_tree.git
3157 W: http://linuxtv.org
3158 S: Maintained
3159 F: drivers/media/common/cx2341x*
3160 F: include/media/cx2341x*
3161
3162 CX24120 MEDIA DRIVER
3163 M: Jemma Denson <jdenson@gmail.com>
3164 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3165 L: linux-media@vger.kernel.org
3166 W: http://linuxtv.org/
3167 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3168 S: Maintained
3169 F: drivers/media/dvb-frontends/cx24120*
3170
3171 CX88 VIDEO4LINUX DRIVER
3172 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3173 L: linux-media@vger.kernel.org
3174 W: http://linuxtv.org
3175 T: git git://linuxtv.org/media_tree.git
3176 S: Odd fixes
3177 F: Documentation/video4linux/cx88/
3178 F: drivers/media/pci/cx88/
3179
3180 CXD2820R MEDIA DRIVER
3181 M: Antti Palosaari <crope@iki.fi>
3182 L: linux-media@vger.kernel.org
3183 W: http://linuxtv.org/
3184 W: http://palosaari.fi/linux/
3185 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3186 T: git git://linuxtv.org/anttip/media_tree.git
3187 S: Maintained
3188 F: drivers/media/dvb-frontends/cxd2820r*
3189
3190 CXGB3 ETHERNET DRIVER (CXGB3)
3191 M: Santosh Raspatur <santosh@chelsio.com>
3192 L: netdev@vger.kernel.org
3193 W: http://www.chelsio.com
3194 S: Supported
3195 F: drivers/net/ethernet/chelsio/cxgb3/
3196
3197 CXGB3 ISCSI DRIVER (CXGB3I)
3198 M: Karen Xie <kxie@chelsio.com>
3199 L: linux-scsi@vger.kernel.org
3200 W: http://www.chelsio.com
3201 S: Supported
3202 F: drivers/scsi/cxgbi/cxgb3i
3203
3204 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3205 M: Steve Wise <swise@chelsio.com>
3206 L: linux-rdma@vger.kernel.org
3207 W: http://www.openfabrics.org
3208 S: Supported
3209 F: drivers/infiniband/hw/cxgb3/
3210
3211 CXGB4 ETHERNET DRIVER (CXGB4)
3212 M: Hariprasad S <hariprasad@chelsio.com>
3213 L: netdev@vger.kernel.org
3214 W: http://www.chelsio.com
3215 S: Supported
3216 F: drivers/net/ethernet/chelsio/cxgb4/
3217
3218 CXGB4 ISCSI DRIVER (CXGB4I)
3219 M: Karen Xie <kxie@chelsio.com>
3220 L: linux-scsi@vger.kernel.org
3221 W: http://www.chelsio.com
3222 S: Supported
3223 F: drivers/scsi/cxgbi/cxgb4i
3224
3225 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3226 M: Steve Wise <swise@chelsio.com>
3227 L: linux-rdma@vger.kernel.org
3228 W: http://www.openfabrics.org
3229 S: Supported
3230 F: drivers/infiniband/hw/cxgb4/
3231
3232 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3233 M: Casey Leedom <leedom@chelsio.com>
3234 L: netdev@vger.kernel.org
3235 W: http://www.chelsio.com
3236 S: Supported
3237 F: drivers/net/ethernet/chelsio/cxgb4vf/
3238
3239 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3240 M: Ian Munsie <imunsie@au1.ibm.com>
3241 M: Michael Neuling <mikey@neuling.org>
3242 L: linuxppc-dev@lists.ozlabs.org
3243 S: Supported
3244 F: drivers/misc/cxl/
3245 F: include/misc/cxl*
3246 F: include/uapi/misc/cxl.h
3247 F: Documentation/powerpc/cxl.txt
3248 F: Documentation/powerpc/cxl.txt
3249 F: Documentation/ABI/testing/sysfs-class-cxl
3250
3251 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3252 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3253 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3254 L: linux-scsi@vger.kernel.org
3255 S: Supported
3256 F: drivers/scsi/cxlflash/
3257 F: include/uapi/scsi/cxlflash_ioctls.h
3258 F: Documentation/powerpc/cxlflash.txt
3259
3260 STMMAC ETHERNET DRIVER
3261 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3262 L: netdev@vger.kernel.org
3263 W: http://www.stlinux.com
3264 S: Supported
3265 F: drivers/net/ethernet/stmicro/stmmac/
3266
3267 CYBERPRO FB DRIVER
3268 M: Russell King <linux@arm.linux.org.uk>
3269 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3270 W: http://www.arm.linux.org.uk/
3271 S: Maintained
3272 F: drivers/video/fbdev/cyber2000fb.*
3273
3274 CYCLADES ASYNC MUX DRIVER
3275 W: http://www.cyclades.com/
3276 S: Orphan
3277 F: drivers/tty/cyclades.c
3278 F: include/linux/cyclades.h
3279 F: include/uapi/linux/cyclades.h
3280
3281 CYCLADES PC300 DRIVER
3282 W: http://www.cyclades.com/
3283 S: Orphan
3284 F: drivers/net/wan/pc300*
3285
3286 CYPRESS_FIRMWARE MEDIA DRIVER
3287 M: Antti Palosaari <crope@iki.fi>
3288 L: linux-media@vger.kernel.org
3289 W: http://linuxtv.org/
3290 W: http://palosaari.fi/linux/
3291 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3292 T: git git://linuxtv.org/anttip/media_tree.git
3293 S: Maintained
3294 F: drivers/media/common/cypress_firmware*
3295
3296 CYTTSP TOUCHSCREEN DRIVER
3297 M: Ferruh Yigit <fery@cypress.com>
3298 L: linux-input@vger.kernel.org
3299 S: Supported
3300 F: drivers/input/touchscreen/cyttsp*
3301 F: include/linux/input/cyttsp.h
3302
3303 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3304 M: Joshua Kinard <kumba@gentoo.org>
3305 S: Maintained
3306 F: drivers/rtc/rtc-ds1685.c
3307 F: include/linux/rtc/ds1685.h
3308
3309 DAMA SLAVE for AX.25
3310 M: Joerg Reuter <jreuter@yaina.de>
3311 W: http://yaina.de/jreuter/
3312 W: http://www.qsl.net/dl1bke/
3313 L: linux-hams@vger.kernel.org
3314 S: Maintained
3315 F: net/ax25/af_ax25.c
3316 F: net/ax25/ax25_dev.c
3317 F: net/ax25/ax25_ds_*
3318 F: net/ax25/ax25_in.c
3319 F: net/ax25/ax25_out.c
3320 F: net/ax25/ax25_timer.c
3321 F: net/ax25/sysctl_net_ax25.c
3322
3323 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3324 L: netdev@vger.kernel.org
3325 S: Orphan
3326 F: Documentation/networking/dmfe.txt
3327 F: drivers/net/ethernet/dec/tulip/dmfe.c
3328
3329 DC390/AM53C974 SCSI driver
3330 M: Hannes Reinecke <hare@suse.com>
3331 L: linux-scsi@vger.kernel.org
3332 S: Maintained
3333 F: drivers/scsi/am53c974.c
3334
3335 DC395x SCSI driver
3336 M: Oliver Neukum <oliver@neukum.org>
3337 M: Ali Akcaagac <aliakc@web.de>
3338 M: Jamie Lenehan <lenehan@twibble.org>
3339 L: dc395x@twibble.org
3340 W: http://twibble.org/dist/dc395x/
3341 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3342 S: Maintained
3343 F: Documentation/scsi/dc395x.txt
3344 F: drivers/scsi/dc395x.*
3345
3346 DCCP PROTOCOL
3347 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3348 L: dccp@vger.kernel.org
3349 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3350 S: Maintained
3351 F: include/linux/dccp.h
3352 F: include/uapi/linux/dccp.h
3353 F: include/linux/tfrc.h
3354 F: net/dccp/
3355
3356 DECnet NETWORK LAYER
3357 W: http://linux-decnet.sourceforge.net
3358 L: linux-decnet-user@lists.sourceforge.net
3359 S: Orphan
3360 F: Documentation/networking/decnet.txt
3361 F: net/decnet/
3362
3363 DECSTATION PLATFORM SUPPORT
3364 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3365 L: linux-mips@linux-mips.org
3366 W: http://www.linux-mips.org/wiki/DECstation
3367 S: Maintained
3368 F: arch/mips/dec/
3369 F: arch/mips/include/asm/dec/
3370 F: arch/mips/include/asm/mach-dec/
3371
3372 DEFXX FDDI NETWORK DRIVER
3373 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3374 S: Maintained
3375 F: drivers/net/fddi/defxx.*
3376
3377 DELL LAPTOP DRIVER
3378 M: Matthew Garrett <mjg59@srcf.ucam.org>
3379 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3380 L: platform-driver-x86@vger.kernel.org
3381 S: Maintained
3382 F: drivers/platform/x86/dell-laptop.c
3383
3384 DELL LAPTOP RBTN DRIVER
3385 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3386 S: Maintained
3387 F: drivers/platform/x86/dell-rbtn.*
3388
3389 DELL LAPTOP FREEFALL DRIVER
3390 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3391 S: Maintained
3392 F: drivers/platform/x86/dell-smo8800.c
3393
3394 DELL LAPTOP SMM DRIVER
3395 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3396 S: Maintained
3397 F: drivers/hwmon/dell-smm-hwmon.c
3398 F: include/uapi/linux/i8k.h
3399
3400 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3401 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3402 S: Maintained
3403 F: Documentation/dcdbas.txt
3404 F: drivers/firmware/dcdbas.*
3405
3406 DELL WMI EXTRAS DRIVER
3407 M: Matthew Garrett <mjg59@srcf.ucam.org>
3408 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3409 S: Maintained
3410 F: drivers/platform/x86/dell-wmi.c
3411
3412 DESIGNWARE USB2 DRD IP DRIVER
3413 M: John Youn <johnyoun@synopsys.com>
3414 L: linux-usb@vger.kernel.org
3415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3416 S: Maintained
3417 F: drivers/usb/dwc2/
3418
3419 DESIGNWARE USB3 DRD IP DRIVER
3420 M: Felipe Balbi <balbi@ti.com>
3421 L: linux-usb@vger.kernel.org
3422 L: linux-omap@vger.kernel.org
3423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3424 S: Maintained
3425 F: drivers/usb/dwc3/
3426
3427 DEVICE COREDUMP (DEV_COREDUMP)
3428 M: Johannes Berg <johannes@sipsolutions.net>
3429 L: linux-kernel@vger.kernel.org
3430 S: Maintained
3431 F: drivers/base/devcoredump.c
3432 F: include/linux/devcoredump.h
3433
3434 DEVICE FREQUENCY (DEVFREQ)
3435 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3436 M: Kyungmin Park <kyungmin.park@samsung.com>
3437 L: linux-pm@vger.kernel.org
3438 S: Maintained
3439 F: drivers/devfreq/
3440
3441 DEVICE NUMBER REGISTRY
3442 M: Torben Mathiasen <device@lanana.org>
3443 W: http://lanana.org/docs/device-list/index.html
3444 S: Maintained
3445
3446 DEVICE-MAPPER (LVM)
3447 M: Alasdair Kergon <agk@redhat.com>
3448 M: Mike Snitzer <snitzer@redhat.com>
3449 M: dm-devel@redhat.com
3450 L: dm-devel@redhat.com
3451 W: http://sources.redhat.com/dm
3452 Q: http://patchwork.kernel.org/project/dm-devel/list/
3453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3454 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3455 S: Maintained
3456 F: Documentation/device-mapper/
3457 F: drivers/md/dm*
3458 F: drivers/md/persistent-data/
3459 F: include/linux/device-mapper.h
3460 F: include/linux/dm-*.h
3461 F: include/uapi/linux/dm-*.h
3462
3463 DIALOG SEMICONDUCTOR DRIVERS
3464 M: Support Opensource <support.opensource@diasemi.com>
3465 W: http://www.dialog-semiconductor.com/products
3466 S: Supported
3467 F: Documentation/hwmon/da90??
3468 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3469 F: drivers/gpio/gpio-da90??.c
3470 F: drivers/hwmon/da90??-hwmon.c
3471 F: drivers/iio/adc/da91??-*.c
3472 F: drivers/input/misc/da90??_onkey.c
3473 F: drivers/input/touchscreen/da9052_tsi.c
3474 F: drivers/leds/leds-da90??.c
3475 F: drivers/mfd/da903x.c
3476 F: drivers/mfd/da90??-*.c
3477 F: drivers/mfd/da91??-*.c
3478 F: drivers/power/da9052-battery.c
3479 F: drivers/power/da91??-*.c
3480 F: drivers/regulator/da903x.c
3481 F: drivers/regulator/da9???-regulator.[ch]
3482 F: drivers/rtc/rtc-da90??.c
3483 F: drivers/video/backlight/da90??_bl.c
3484 F: drivers/watchdog/da90??_wdt.c
3485 F: include/linux/mfd/da903x.h
3486 F: include/linux/mfd/da9052/
3487 F: include/linux/mfd/da9055/
3488 F: include/linux/mfd/da9063/
3489 F: include/linux/mfd/da9150/
3490 F: include/sound/da[79]*.h
3491 F: sound/soc/codecs/da[79]*.[ch]
3492
3493 DIGI NEO AND CLASSIC PCI PRODUCTS
3494 M: Lidza Louina <lidza.louina@gmail.com>
3495 M: Mark Hounschell <markh@compro.net>
3496 L: driverdev-devel@linuxdriverproject.org
3497 S: Maintained
3498 F: drivers/staging/dgnc/
3499
3500 DIGI EPCA PCI PRODUCTS
3501 M: Lidza Louina <lidza.louina@gmail.com>
3502 M: Daeseok Youn <daeseok.youn@gmail.com>
3503 L: driverdev-devel@linuxdriverproject.org
3504 S: Maintained
3505 F: drivers/staging/dgap/
3506
3507 DIOLAN U2C-12 I2C DRIVER
3508 M: Guenter Roeck <linux@roeck-us.net>
3509 L: linux-i2c@vger.kernel.org
3510 S: Maintained
3511 F: drivers/i2c/busses/i2c-diolan-u2c.c
3512
3513 DIRECT ACCESS (DAX)
3514 M: Matthew Wilcox <willy@linux.intel.com>
3515 L: linux-fsdevel@vger.kernel.org
3516 S: Supported
3517 F: fs/dax.c
3518
3519 DIRECTORY NOTIFICATION (DNOTIFY)
3520 M: Eric Paris <eparis@parisplace.org>
3521 S: Maintained
3522 F: Documentation/filesystems/dnotify.txt
3523 F: fs/notify/dnotify/
3524 F: include/linux/dnotify.h
3525
3526 DISK GEOMETRY AND PARTITION HANDLING
3527 M: Andries Brouwer <aeb@cwi.nl>
3528 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3529 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3530 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3531 S: Maintained
3532
3533 DISKQUOTA
3534 M: Jan Kara <jack@suse.com>
3535 S: Maintained
3536 F: Documentation/filesystems/quota.txt
3537 F: fs/quota/
3538 F: include/linux/quota*.h
3539 F: include/uapi/linux/quota*.h
3540
3541 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3542 M: Bernie Thompson <bernie@plugable.com>
3543 L: linux-fbdev@vger.kernel.org
3544 S: Maintained
3545 W: http://plugable.com/category/projects/udlfb/
3546 F: drivers/video/fbdev/udlfb.c
3547 F: include/video/udlfb.h
3548 F: Documentation/fb/udlfb.txt
3549
3550 DISTRIBUTED LOCK MANAGER (DLM)
3551 M: Christine Caulfield <ccaulfie@redhat.com>
3552 M: David Teigland <teigland@redhat.com>
3553 L: cluster-devel@redhat.com
3554 W: http://sources.redhat.com/cluster/
3555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3556 S: Supported
3557 F: fs/dlm/
3558
3559 DMA BUFFER SHARING FRAMEWORK
3560 M: Sumit Semwal <sumit.semwal@linaro.org>
3561 S: Maintained
3562 L: linux-media@vger.kernel.org
3563 L: dri-devel@lists.freedesktop.org
3564 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3565 F: drivers/dma-buf/
3566 F: include/linux/dma-buf*
3567 F: include/linux/reservation.h
3568 F: include/linux/*fence.h
3569 F: Documentation/dma-buf-sharing.txt
3570 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3571
3572 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3573 M: Vinod Koul <vinod.koul@intel.com>
3574 L: dmaengine@vger.kernel.org
3575 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3576 S: Maintained
3577 F: drivers/dma/
3578 F: include/linux/dmaengine.h
3579 F: Documentation/dmaengine/
3580 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3581
3582 DME1737 HARDWARE MONITOR DRIVER
3583 M: Juerg Haefliger <juergh@gmail.com>
3584 L: linux-hwmon@vger.kernel.org
3585 S: Maintained
3586 F: Documentation/hwmon/dme1737
3587 F: drivers/hwmon/dme1737.c
3588
3589 DMI/SMBIOS SUPPORT
3590 M: Jean Delvare <jdelvare@suse.com>
3591 S: Maintained
3592 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3593 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3594 F: drivers/firmware/dmi-id.c
3595 F: drivers/firmware/dmi_scan.c
3596 F: include/linux/dmi.h
3597
3598 DOCUMENTATION
3599 M: Jonathan Corbet <corbet@lwn.net>
3600 L: linux-doc@vger.kernel.org
3601 S: Maintained
3602 F: Documentation/
3603 F: scripts/docproc.c
3604 F: scripts/kernel-doc*
3605 X: Documentation/ABI/
3606 X: Documentation/devicetree/
3607 X: Documentation/acpi
3608 X: Documentation/power
3609 X: Documentation/spi
3610 X: Documentation/DocBook/media
3611 T: git git://git.lwn.net/linux.git docs-next
3612
3613 DOUBLETALK DRIVER
3614 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3615 L: blinux-list@redhat.com
3616 S: Maintained
3617 F: drivers/char/dtlk.c
3618 F: include/linux/dtlk.h
3619
3620 DPT_I2O SCSI RAID DRIVER
3621 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3622 L: linux-scsi@vger.kernel.org
3623 W: http://www.adaptec.com/
3624 S: Maintained
3625 F: drivers/scsi/dpt*
3626 F: drivers/scsi/dpt/
3627
3628 DRBD DRIVER
3629 P: Philipp Reisner
3630 P: Lars Ellenberg
3631 M: drbd-dev@lists.linbit.com
3632 L: drbd-user@lists.linbit.com
3633 W: http://www.drbd.org
3634 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3635 T: git git://git.drbd.org/drbd-8.3.git
3636 S: Supported
3637 F: drivers/block/drbd/
3638 F: lib/lru_cache.c
3639 F: Documentation/blockdev/drbd/
3640
3641 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3642 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3644 S: Supported
3645 F: Documentation/kobject.txt
3646 F: drivers/base/
3647 F: fs/debugfs/
3648 F: fs/kernfs/
3649 F: fs/sysfs/
3650 F: include/linux/debugfs.h
3651 F: include/linux/kobj*
3652 F: lib/kobj*
3653
3654 DRM DRIVERS
3655 M: David Airlie <airlied@linux.ie>
3656 L: dri-devel@lists.freedesktop.org
3657 T: git git://people.freedesktop.org/~airlied/linux
3658 S: Maintained
3659 F: drivers/gpu/drm/
3660 F: drivers/gpu/vga/
3661 F: include/drm/
3662 F: include/uapi/drm/
3663
3664 RADEON DRM DRIVERS
3665 M: Alex Deucher <alexander.deucher@amd.com>
3666 M: Christian König <christian.koenig@amd.com>
3667 L: dri-devel@lists.freedesktop.org
3668 T: git git://people.freedesktop.org/~agd5f/linux
3669 S: Supported
3670 F: drivers/gpu/drm/radeon/
3671 F: include/uapi/drm/radeon*
3672
3673 DRM PANEL DRIVERS
3674 M: Thierry Reding <thierry.reding@gmail.com>
3675 L: dri-devel@lists.freedesktop.org
3676 T: git git://anongit.freedesktop.org/tegra/linux.git
3677 S: Maintained
3678 F: drivers/gpu/drm/drm_panel.c
3679 F: drivers/gpu/drm/panel/
3680 F: include/drm/drm_panel.h
3681 F: Documentation/devicetree/bindings/display/panel/
3682
3683 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3684 M: Daniel Vetter <daniel.vetter@intel.com>
3685 M: Jani Nikula <jani.nikula@linux.intel.com>
3686 L: intel-gfx@lists.freedesktop.org
3687 L: dri-devel@lists.freedesktop.org
3688 W: https://01.org/linuxgraphics/
3689 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3690 T: git git://anongit.freedesktop.org/drm-intel
3691 S: Supported
3692 F: drivers/gpu/drm/i915/
3693 F: include/drm/i915*
3694 F: include/uapi/drm/i915*
3695
3696 DRM DRIVERS FOR ATMEL HLCDC
3697 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3698 L: dri-devel@lists.freedesktop.org
3699 S: Supported
3700 F: drivers/gpu/drm/atmel-hlcdc/
3701 F: Documentation/devicetree/bindings/drm/atmel/
3702
3703 DRM DRIVERS FOR EXYNOS
3704 M: Inki Dae <inki.dae@samsung.com>
3705 M: Joonyoung Shim <jy0922.shim@samsung.com>
3706 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3707 M: Kyungmin Park <kyungmin.park@samsung.com>
3708 L: dri-devel@lists.freedesktop.org
3709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3710 S: Supported
3711 F: drivers/gpu/drm/exynos/
3712 F: include/drm/exynos*
3713 F: include/uapi/drm/exynos*
3714
3715 DRM DRIVERS FOR FREESCALE DCU
3716 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3717 M: Alison Wang <alison.wang@freescale.com>
3718 L: dri-devel@lists.freedesktop.org
3719 S: Supported
3720 F: drivers/gpu/drm/fsl-dcu/
3721 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3722 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3723
3724 DRM DRIVERS FOR FREESCALE IMX
3725 M: Philipp Zabel <p.zabel@pengutronix.de>
3726 L: dri-devel@lists.freedesktop.org
3727 S: Maintained
3728 F: drivers/gpu/drm/imx/
3729 F: drivers/gpu/ipu-v3/
3730 F: Documentation/devicetree/bindings/display/imx/
3731
3732 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3733 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3734 L: dri-devel@lists.freedesktop.org
3735 T: git git://github.com/patjak/drm-gma500
3736 S: Maintained
3737 F: drivers/gpu/drm/gma500
3738 F: include/drm/gma500*
3739
3740 DRM DRIVERS FOR NVIDIA TEGRA
3741 M: Thierry Reding <thierry.reding@gmail.com>
3742 M: Terje Bergström <tbergstrom@nvidia.com>
3743 L: dri-devel@lists.freedesktop.org
3744 L: linux-tegra@vger.kernel.org
3745 T: git git://anongit.freedesktop.org/tegra/linux.git
3746 S: Supported
3747 F: drivers/gpu/drm/tegra/
3748 F: drivers/gpu/host1x/
3749 F: include/linux/host1x.h
3750 F: include/uapi/drm/tegra_drm.h
3751 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3752
3753 DRM DRIVERS FOR RENESAS
3754 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3755 L: dri-devel@lists.freedesktop.org
3756 L: linux-sh@vger.kernel.org
3757 T: git git://people.freedesktop.org/~airlied/linux
3758 S: Supported
3759 F: drivers/gpu/drm/rcar-du/
3760 F: drivers/gpu/drm/shmobile/
3761 F: include/linux/platform_data/shmob_drm.h
3762
3763 DRM DRIVERS FOR ROCKCHIP
3764 M: Mark Yao <mark.yao@rock-chips.com>
3765 L: dri-devel@lists.freedesktop.org
3766 S: Maintained
3767 F: drivers/gpu/drm/rockchip/
3768 F: Documentation/devicetree/bindings/display/rockchip*
3769
3770 DRM DRIVERS FOR STI
3771 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3772 M: Vincent Abriou <vincent.abriou@st.com>
3773 L: dri-devel@lists.freedesktop.org
3774 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3775 S: Maintained
3776 F: drivers/gpu/drm/sti
3777 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3778
3779 DSBR100 USB FM RADIO DRIVER
3780 M: Alexey Klimov <klimov.linux@gmail.com>
3781 L: linux-media@vger.kernel.org
3782 T: git git://linuxtv.org/media_tree.git
3783 S: Maintained
3784 F: drivers/media/radio/dsbr100.c
3785
3786 DSCC4 DRIVER
3787 M: Francois Romieu <romieu@fr.zoreil.com>
3788 L: netdev@vger.kernel.org
3789 S: Maintained
3790 F: drivers/net/wan/dscc4.c
3791
3792 DT3155 MEDIA DRIVER
3793 M: Hans Verkuil <hverkuil@xs4all.nl>
3794 L: linux-media@vger.kernel.org
3795 T: git git://linuxtv.org/media_tree.git
3796 W: http://linuxtv.org
3797 S: Odd Fixes
3798 F: drivers/media/pci/dt3155/
3799
3800 DVB_USB_AF9015 MEDIA DRIVER
3801 M: Antti Palosaari <crope@iki.fi>
3802 L: linux-media@vger.kernel.org
3803 W: http://linuxtv.org/
3804 W: http://palosaari.fi/linux/
3805 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3806 T: git git://linuxtv.org/anttip/media_tree.git
3807 S: Maintained
3808 F: drivers/media/usb/dvb-usb-v2/af9015*
3809
3810 DVB_USB_AF9035 MEDIA DRIVER
3811 M: Antti Palosaari <crope@iki.fi>
3812 L: linux-media@vger.kernel.org
3813 W: http://linuxtv.org/
3814 W: http://palosaari.fi/linux/
3815 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3816 T: git git://linuxtv.org/anttip/media_tree.git
3817 S: Maintained
3818 F: drivers/media/usb/dvb-usb-v2/af9035*
3819
3820 DVB_USB_ANYSEE MEDIA DRIVER
3821 M: Antti Palosaari <crope@iki.fi>
3822 L: linux-media@vger.kernel.org
3823 W: http://linuxtv.org/
3824 W: http://palosaari.fi/linux/
3825 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3826 T: git git://linuxtv.org/anttip/media_tree.git
3827 S: Maintained
3828 F: drivers/media/usb/dvb-usb-v2/anysee*
3829
3830 DVB_USB_AU6610 MEDIA DRIVER
3831 M: Antti Palosaari <crope@iki.fi>
3832 L: linux-media@vger.kernel.org
3833 W: http://linuxtv.org/
3834 W: http://palosaari.fi/linux/
3835 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3836 T: git git://linuxtv.org/anttip/media_tree.git
3837 S: Maintained
3838 F: drivers/media/usb/dvb-usb-v2/au6610*
3839
3840 DVB_USB_CE6230 MEDIA DRIVER
3841 M: Antti Palosaari <crope@iki.fi>
3842 L: linux-media@vger.kernel.org
3843 W: http://linuxtv.org/
3844 W: http://palosaari.fi/linux/
3845 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3846 T: git git://linuxtv.org/anttip/media_tree.git
3847 S: Maintained
3848 F: drivers/media/usb/dvb-usb-v2/ce6230*
3849
3850 DVB_USB_CXUSB MEDIA DRIVER
3851 M: Michael Krufky <mkrufky@linuxtv.org>
3852 L: linux-media@vger.kernel.org
3853 W: http://linuxtv.org/
3854 W: http://github.com/mkrufky
3855 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3856 T: git git://linuxtv.org/media_tree.git
3857 S: Maintained
3858 F: drivers/media/usb/dvb-usb/cxusb*
3859
3860 DVB_USB_EC168 MEDIA DRIVER
3861 M: Antti Palosaari <crope@iki.fi>
3862 L: linux-media@vger.kernel.org
3863 W: http://linuxtv.org/
3864 W: http://palosaari.fi/linux/
3865 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3866 T: git git://linuxtv.org/anttip/media_tree.git
3867 S: Maintained
3868 F: drivers/media/usb/dvb-usb-v2/ec168*
3869
3870 DVB_USB_GL861 MEDIA DRIVER
3871 M: Antti Palosaari <crope@iki.fi>
3872 L: linux-media@vger.kernel.org
3873 W: http://linuxtv.org/
3874 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3875 T: git git://linuxtv.org/anttip/media_tree.git
3876 S: Maintained
3877 F: drivers/media/usb/dvb-usb-v2/gl861*
3878
3879 DVB_USB_MXL111SF MEDIA DRIVER
3880 M: Michael Krufky <mkrufky@linuxtv.org>
3881 L: linux-media@vger.kernel.org
3882 W: http://linuxtv.org/
3883 W: http://github.com/mkrufky
3884 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3885 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3886 S: Maintained
3887 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3888
3889 DVB_USB_RTL28XXU MEDIA DRIVER
3890 M: Antti Palosaari <crope@iki.fi>
3891 L: linux-media@vger.kernel.org
3892 W: http://linuxtv.org/
3893 W: http://palosaari.fi/linux/
3894 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3895 T: git git://linuxtv.org/anttip/media_tree.git
3896 S: Maintained
3897 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3898
3899 DVB_USB_V2 MEDIA DRIVER
3900 M: Antti Palosaari <crope@iki.fi>
3901 L: linux-media@vger.kernel.org
3902 W: http://linuxtv.org/
3903 W: http://palosaari.fi/linux/
3904 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3905 T: git git://linuxtv.org/anttip/media_tree.git
3906 S: Maintained
3907 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3908 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3909
3910 DYNAMIC DEBUG
3911 M: Jason Baron <jbaron@akamai.com>
3912 S: Maintained
3913 F: lib/dynamic_debug.c
3914 F: include/linux/dynamic_debug.h
3915
3916 DZ DECSTATION DZ11 SERIAL DRIVER
3917 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3918 S: Maintained
3919 F: drivers/tty/serial/dz.*
3920
3921 E3X0 POWER BUTTON DRIVER
3922 M: Moritz Fischer <moritz.fischer@ettus.com>
3923 L: usrp-users@lists.ettus.com
3924 W: http://www.ettus.com
3925 S: Supported
3926 F: drivers/input/misc/e3x0-button.c
3927 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3928
3929 E4000 MEDIA DRIVER
3930 M: Antti Palosaari <crope@iki.fi>
3931 L: linux-media@vger.kernel.org
3932 W: http://linuxtv.org/
3933 W: http://palosaari.fi/linux/
3934 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3935 T: git git://linuxtv.org/anttip/media_tree.git
3936 S: Maintained
3937 F: drivers/media/tuners/e4000*
3938
3939 EATA ISA/EISA/PCI SCSI DRIVER
3940 M: Dario Ballabio <ballabio_dario@emc.com>
3941 L: linux-scsi@vger.kernel.org
3942 S: Maintained
3943 F: drivers/scsi/eata.c
3944
3945 EC100 MEDIA DRIVER
3946 M: Antti Palosaari <crope@iki.fi>
3947 L: linux-media@vger.kernel.org
3948 W: http://linuxtv.org/
3949 W: http://palosaari.fi/linux/
3950 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3951 T: git git://linuxtv.org/anttip/media_tree.git
3952 S: Maintained
3953 F: drivers/media/dvb-frontends/ec100*
3954
3955 ECRYPT FILE SYSTEM
3956 M: Tyler Hicks <tyhicks@canonical.com>
3957 L: ecryptfs@vger.kernel.org
3958 W: http://ecryptfs.org
3959 W: https://launchpad.net/ecryptfs
3960 S: Supported
3961 F: Documentation/filesystems/ecryptfs.txt
3962 F: fs/ecryptfs/
3963
3964 EDAC-CORE
3965 M: Doug Thompson <dougthompson@xmission.com>
3966 M: Borislav Petkov <bp@alien8.de>
3967 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3968 L: linux-edac@vger.kernel.org
3969 W: bluesmoke.sourceforge.net
3970 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3971 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3972 S: Supported
3973 F: Documentation/edac.txt
3974 F: drivers/edac/
3975 F: include/linux/edac.h
3976
3977 EDAC-AMD64
3978 M: Doug Thompson <dougthompson@xmission.com>
3979 M: Borislav Petkov <bp@alien8.de>
3980 L: linux-edac@vger.kernel.org
3981 W: bluesmoke.sourceforge.net
3982 S: Maintained
3983 F: drivers/edac/amd64_edac*
3984
3985 EDAC-CALXEDA
3986 M: Doug Thompson <dougthompson@xmission.com>
3987 M: Robert Richter <rric@kernel.org>
3988 L: linux-edac@vger.kernel.org
3989 W: bluesmoke.sourceforge.net
3990 S: Maintained
3991 F: drivers/edac/highbank*
3992
3993 EDAC-CAVIUM
3994 M: Ralf Baechle <ralf@linux-mips.org>
3995 M: David Daney <david.daney@cavium.com>
3996 L: linux-edac@vger.kernel.org
3997 L: linux-mips@linux-mips.org
3998 W: bluesmoke.sourceforge.net
3999 S: Supported
4000 F: drivers/edac/octeon_edac*
4001
4002 EDAC-E752X
4003 M: Mark Gross <mark.gross@intel.com>
4004 M: Doug Thompson <dougthompson@xmission.com>
4005 L: linux-edac@vger.kernel.org
4006 W: bluesmoke.sourceforge.net
4007 S: Maintained
4008 F: drivers/edac/e752x_edac.c
4009
4010 EDAC-E7XXX
4011 M: Doug Thompson <dougthompson@xmission.com>
4012 L: linux-edac@vger.kernel.org
4013 W: bluesmoke.sourceforge.net
4014 S: Maintained
4015 F: drivers/edac/e7xxx_edac.c
4016
4017 EDAC-GHES
4018 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4019 L: linux-edac@vger.kernel.org
4020 W: bluesmoke.sourceforge.net
4021 S: Maintained
4022 F: drivers/edac/ghes_edac.c
4023
4024 EDAC-I82443BXGX
4025 M: Tim Small <tim@buttersideup.com>
4026 L: linux-edac@vger.kernel.org
4027 W: bluesmoke.sourceforge.net
4028 S: Maintained
4029 F: drivers/edac/i82443bxgx_edac.c
4030
4031 EDAC-I3000
4032 M: Jason Uhlenkott <juhlenko@akamai.com>
4033 L: linux-edac@vger.kernel.org
4034 W: bluesmoke.sourceforge.net
4035 S: Maintained
4036 F: drivers/edac/i3000_edac.c
4037
4038 EDAC-I5000
4039 M: Doug Thompson <dougthompson@xmission.com>
4040 L: linux-edac@vger.kernel.org
4041 W: bluesmoke.sourceforge.net
4042 S: Maintained
4043 F: drivers/edac/i5000_edac.c
4044
4045 EDAC-I5400
4046 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4047 L: linux-edac@vger.kernel.org
4048 W: bluesmoke.sourceforge.net
4049 S: Maintained
4050 F: drivers/edac/i5400_edac.c
4051
4052 EDAC-I7300
4053 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4054 L: linux-edac@vger.kernel.org
4055 W: bluesmoke.sourceforge.net
4056 S: Maintained
4057 F: drivers/edac/i7300_edac.c
4058
4059 EDAC-I7CORE
4060 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4061 L: linux-edac@vger.kernel.org
4062 W: bluesmoke.sourceforge.net
4063 S: Maintained
4064 F: drivers/edac/i7core_edac.c
4065
4066 EDAC-I82975X
4067 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4068 M: "Arvind R." <arvino55@gmail.com>
4069 L: linux-edac@vger.kernel.org
4070 W: bluesmoke.sourceforge.net
4071 S: Maintained
4072 F: drivers/edac/i82975x_edac.c
4073
4074 EDAC-IE31200
4075 M: Jason Baron <jbaron@akamai.com>
4076 L: linux-edac@vger.kernel.org
4077 W: bluesmoke.sourceforge.net
4078 S: Maintained
4079 F: drivers/edac/ie31200_edac.c
4080
4081 EDAC-MPC85XX
4082 M: Johannes Thumshirn <morbidrsa@gmail.com>
4083 L: linux-edac@vger.kernel.org
4084 W: bluesmoke.sourceforge.net
4085 S: Maintained
4086 F: drivers/edac/mpc85xx_edac.[ch]
4087
4088 EDAC-PASEMI
4089 M: Egor Martovetsky <egor@pasemi.com>
4090 L: linux-edac@vger.kernel.org
4091 W: bluesmoke.sourceforge.net
4092 S: Maintained
4093 F: drivers/edac/pasemi_edac.c
4094
4095 EDAC-R82600
4096 M: Tim Small <tim@buttersideup.com>
4097 L: linux-edac@vger.kernel.org
4098 W: bluesmoke.sourceforge.net
4099 S: Maintained
4100 F: drivers/edac/r82600_edac.c
4101
4102 EDAC-SBRIDGE
4103 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4104 L: linux-edac@vger.kernel.org
4105 W: bluesmoke.sourceforge.net
4106 S: Maintained
4107 F: drivers/edac/sb_edac.c
4108
4109 EDAC-SKYLAKE
4110 M: Tony Luck <tony.luck@intel.com>
4111 L: linux-edac@vger.kernel.org
4112 S: Maintained
4113 F: drivers/edac/skx_edac.c
4114
4115 EDAC-XGENE
4116 APPLIED MICRO (APM) X-GENE SOC EDAC
4117 M: Loc Ho <lho@apm.com>
4118 S: Supported
4119 F: drivers/edac/xgene_edac.c
4120 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4121
4122 EDIROL UA-101/UA-1000 DRIVER
4123 M: Clemens Ladisch <clemens@ladisch.de>
4124 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4125 T: git git://git.alsa-project.org/alsa-kernel.git
4126 S: Maintained
4127 F: sound/usb/misc/ua101.c
4128
4129 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4130 M: Matt Fleming <matt@codeblueprint.co.uk>
4131 L: linux-efi@vger.kernel.org
4132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4133 S: Maintained
4134 F: Documentation/efi-stub.txt
4135 F: arch/ia64/kernel/efi.c
4136 F: arch/x86/boot/compressed/eboot.[ch]
4137 F: arch/x86/include/asm/efi.h
4138 F: arch/x86/platform/efi/
4139 F: drivers/firmware/efi/
4140 F: include/linux/efi*.h
4141
4142 EFI VARIABLE FILESYSTEM
4143 M: Matthew Garrett <matthew.garrett@nebula.com>
4144 M: Jeremy Kerr <jk@ozlabs.org>
4145 M: Matt Fleming <matt@codeblueprint.co.uk>
4146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4147 L: linux-efi@vger.kernel.org
4148 S: Maintained
4149 F: fs/efivarfs/
4150
4151 EFIFB FRAMEBUFFER DRIVER
4152 L: linux-fbdev@vger.kernel.org
4153 M: Peter Jones <pjones@redhat.com>
4154 S: Maintained
4155 F: drivers/video/fbdev/efifb.c
4156
4157 EFI TEST DRIVER
4158 L: linux-efi@vger.kernel.org
4159 M: Ivan Hu <ivan.hu@canonical.com>
4160 M: Matt Fleming <matt@codeblueprint.co.uk>
4161 S: Maintained
4162 F: drivers/firmware/efi/test/
4163
4164 EFS FILESYSTEM
4165 W: http://aeschi.ch.eu.org/efs/
4166 S: Orphan
4167 F: fs/efs/
4168
4169 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4170 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4171 M: Christoph Raisch <raisch@de.ibm.com>
4172 L: linux-rdma@vger.kernel.org
4173 S: Supported
4174 F: drivers/infiniband/hw/ehca/
4175
4176 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4177 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4178 L: netdev@vger.kernel.org
4179 S: Maintained
4180 F: drivers/net/ethernet/ibm/ehea/
4181
4182 EM28XX VIDEO4LINUX DRIVER
4183 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4184 L: linux-media@vger.kernel.org
4185 W: http://linuxtv.org
4186 T: git git://linuxtv.org/media_tree.git
4187 S: Maintained
4188 F: drivers/media/usb/em28xx/
4189
4190 EMBEDDED LINUX
4191 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4192 M: Matt Mackall <mpm@selenic.com>
4193 M: David Woodhouse <dwmw2@infradead.org>
4194 L: linux-embedded@vger.kernel.org
4195 S: Maintained
4196
4197 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4198 M: James Smart <james.smart@avagotech.com>
4199 M: Dick Kennedy <dick.kennedy@avagotech.com>
4200 L: linux-scsi@vger.kernel.org
4201 W: http://www.avagotech.com
4202 S: Supported
4203 F: drivers/scsi/lpfc/
4204
4205 ENE CB710 FLASH CARD READER DRIVER
4206 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4207 S: Maintained
4208 F: drivers/misc/cb710/
4209 F: drivers/mmc/host/cb710-mmc.*
4210 F: include/linux/cb710.h
4211
4212 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4213 M: Maxim Levitsky <maximlevitsky@gmail.com>
4214 S: Maintained
4215 F: drivers/media/rc/ene_ir.*
4216
4217 ENHANCED ERROR HANDLING (EEH)
4218 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4219 L: linuxppc-dev@lists.ozlabs.org
4220 S: Supported
4221 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4222 F: arch/powerpc/kernel/eeh*.c
4223
4224 EPSON S1D13XXX FRAMEBUFFER DRIVER
4225 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4226 S: Maintained
4227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4228 F: drivers/video/fbdev/s1d13xxxfb.c
4229 F: include/video/s1d13xxxfb.h
4230
4231 ET131X NETWORK DRIVER
4232 M: Mark Einon <mark.einon@gmail.com>
4233 S: Odd Fixes
4234 F: drivers/net/ethernet/agere/
4235
4236 ETHERNET BRIDGE
4237 M: Stephen Hemminger <stephen@networkplumber.org>
4238 L: bridge@lists.linux-foundation.org
4239 L: netdev@vger.kernel.org
4240 W: http://www.linuxfoundation.org/en/Net:Bridge
4241 S: Maintained
4242 F: include/linux/netfilter_bridge/
4243 F: net/bridge/
4244
4245 ETHERNET PHY LIBRARY
4246 M: Florian Fainelli <f.fainelli@gmail.com>
4247 L: netdev@vger.kernel.org
4248 S: Maintained
4249 F: include/linux/phy.h
4250 F: include/linux/phy_fixed.h
4251 F: drivers/net/phy/
4252 F: Documentation/networking/phy.txt
4253 F: drivers/of/of_mdio.c
4254 F: drivers/of/of_net.c
4255
4256 EXT2 FILE SYSTEM
4257 M: Jan Kara <jack@suse.com>
4258 L: linux-ext4@vger.kernel.org
4259 S: Maintained
4260 F: Documentation/filesystems/ext2.txt
4261 F: fs/ext2/
4262 F: include/linux/ext2*
4263
4264 EXT4 FILE SYSTEM
4265 M: "Theodore Ts'o" <tytso@mit.edu>
4266 M: Andreas Dilger <adilger.kernel@dilger.ca>
4267 L: linux-ext4@vger.kernel.org
4268 W: http://ext4.wiki.kernel.org
4269 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4270 S: Maintained
4271 F: Documentation/filesystems/ext4.txt
4272 F: fs/ext4/
4273
4274 Extended Verification Module (EVM)
4275 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4276 L: linux-ima-devel@lists.sourceforge.net
4277 L: linux-security-module@vger.kernel.org
4278 S: Supported
4279 F: security/integrity/evm/
4280
4281 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4282 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4283 M: Chanwoo Choi <cw00.choi@samsung.com>
4284 L: linux-kernel@vger.kernel.org
4285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4286 S: Maintained
4287 F: drivers/extcon/
4288 F: include/linux/extcon/
4289 F: include/linux/extcon.h
4290 F: Documentation/extcon/
4291 F: Documentation/devicetree/bindings/extcon/
4292
4293 EXYNOS DP DRIVER
4294 M: Jingoo Han <jingoohan1@gmail.com>
4295 L: dri-devel@lists.freedesktop.org
4296 S: Maintained
4297 F: drivers/gpu/drm/exynos/exynos_dp*
4298
4299 EXYNOS MIPI DISPLAY DRIVERS
4300 M: Inki Dae <inki.dae@samsung.com>
4301 M: Donghwa Lee <dh09.lee@samsung.com>
4302 M: Kyungmin Park <kyungmin.park@samsung.com>
4303 L: linux-fbdev@vger.kernel.org
4304 S: Maintained
4305 F: drivers/video/fbdev/exynos/exynos_mipi*
4306 F: include/video/exynos_mipi*
4307
4308 F71805F HARDWARE MONITORING DRIVER
4309 M: Jean Delvare <jdelvare@suse.com>
4310 L: linux-hwmon@vger.kernel.org
4311 S: Maintained
4312 F: Documentation/hwmon/f71805f
4313 F: drivers/hwmon/f71805f.c
4314
4315 FC0011 TUNER DRIVER
4316 M: Michael Buesch <m@bues.ch>
4317 L: linux-media@vger.kernel.org
4318 S: Maintained
4319 F: drivers/media/tuners/fc0011.h
4320 F: drivers/media/tuners/fc0011.c
4321
4322 FC2580 MEDIA DRIVER
4323 M: Antti Palosaari <crope@iki.fi>
4324 L: linux-media@vger.kernel.org
4325 W: http://linuxtv.org/
4326 W: http://palosaari.fi/linux/
4327 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4328 T: git git://linuxtv.org/anttip/media_tree.git
4329 S: Maintained
4330 F: drivers/media/tuners/fc2580*
4331
4332 FANOTIFY
4333 M: Eric Paris <eparis@redhat.com>
4334 S: Maintained
4335 F: fs/notify/fanotify/
4336 F: include/linux/fanotify.h
4337 F: include/uapi/linux/fanotify.h
4338
4339 FARSYNC SYNCHRONOUS DRIVER
4340 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4341 W: http://www.farsite.co.uk/
4342 S: Supported
4343 F: drivers/net/wan/farsync.*
4344
4345 FAULT INJECTION SUPPORT
4346 M: Akinobu Mita <akinobu.mita@gmail.com>
4347 S: Supported
4348 F: Documentation/fault-injection/
4349 F: lib/fault-inject.c
4350
4351 FBTFT Framebuffer drivers
4352 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4353 M: Noralf Trønnes <noralf@tronnes.org>
4354 S: Maintained
4355 F: drivers/staging/fbtft/
4356
4357 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4358 M: Vasu Dev <vasu.dev@intel.com>
4359 L: fcoe-devel@open-fcoe.org
4360 W: www.Open-FCoE.org
4361 S: Supported
4362 F: drivers/scsi/libfc/
4363 F: drivers/scsi/fcoe/
4364 F: include/scsi/fc/
4365 F: include/scsi/libfc.h
4366 F: include/scsi/libfcoe.h
4367 F: include/uapi/scsi/fc/
4368
4369 FILE LOCKING (flock() and fcntl()/lockf())
4370 M: Jeff Layton <jlayton@poochiereds.net>
4371 M: "J. Bruce Fields" <bfields@fieldses.org>
4372 L: linux-fsdevel@vger.kernel.org
4373 S: Maintained
4374 F: include/linux/fcntl.h
4375 F: include/linux/fs.h
4376 F: include/uapi/linux/fcntl.h
4377 F: include/uapi/linux/fs.h
4378 F: fs/fcntl.c
4379 F: fs/locks.c
4380
4381 FILESYSTEMS (VFS and infrastructure)
4382 M: Alexander Viro <viro@zeniv.linux.org.uk>
4383 L: linux-fsdevel@vger.kernel.org
4384 S: Maintained
4385 F: fs/*
4386
4387 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4388 M: Riku Voipio <riku.voipio@iki.fi>
4389 L: linux-hwmon@vger.kernel.org
4390 S: Maintained
4391 F: drivers/hwmon/f75375s.c
4392 F: include/linux/f75375s.h
4393
4394 FIREWIRE AUDIO DRIVERS
4395 M: Clemens Ladisch <clemens@ladisch.de>
4396 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4397 T: git git://git.alsa-project.org/alsa-kernel.git
4398 S: Maintained
4399 F: sound/firewire/
4400
4401 FIREWIRE MEDIA DRIVERS (firedtv)
4402 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4403 L: linux-media@vger.kernel.org
4404 L: linux1394-devel@lists.sourceforge.net
4405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4406 S: Maintained
4407 F: drivers/media/firewire/
4408
4409 FIREWIRE SBP-2 TARGET
4410 M: Chris Boot <bootc@bootc.net>
4411 L: linux-scsi@vger.kernel.org
4412 L: target-devel@vger.kernel.org
4413 L: linux1394-devel@lists.sourceforge.net
4414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4415 S: Maintained
4416 F: drivers/target/sbp/
4417
4418 FIREWIRE SUBSYSTEM
4419 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4420 L: linux1394-devel@lists.sourceforge.net
4421 W: http://ieee1394.wiki.kernel.org/
4422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4423 S: Maintained
4424 F: drivers/firewire/
4425 F: include/linux/firewire.h
4426 F: include/uapi/linux/firewire*.h
4427 F: tools/firewire/
4428
4429 FIRMWARE LOADER (request_firmware)
4430 M: Ming Lei <ming.lei@canonical.com>
4431 L: linux-kernel@vger.kernel.org
4432 S: Maintained
4433 F: Documentation/firmware_class/
4434 F: drivers/base/firmware*.c
4435 F: include/linux/firmware.h
4436
4437 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4438 M: Joshua Morris <josh.h.morris@us.ibm.com>
4439 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4440 S: Maintained
4441 F: drivers/block/rsxx/
4442
4443 FLOPPY DRIVER
4444 M: Jiri Kosina <jikos@kernel.org>
4445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4446 S: Odd fixes
4447 F: drivers/block/floppy.c
4448
4449 FMC SUBSYSTEM
4450 M: Alessandro Rubini <rubini@gnudd.com>
4451 W: http://www.ohwr.org/projects/fmc-bus
4452 S: Supported
4453 F: drivers/fmc/
4454 F: include/linux/fmc*.h
4455 F: include/linux/ipmi-fru.h
4456 K: fmc_d.*register
4457
4458 FPGA MANAGER FRAMEWORK
4459 M: Alan Tull <atull@opensource.altera.com>
4460 R: Moritz Fischer <moritz.fischer@ettus.com>
4461 S: Maintained
4462 F: drivers/fpga/
4463 F: include/linux/fpga/fpga-mgr.h
4464 W: http://www.rocketboards.org
4465
4466 FPU EMULATOR
4467 M: Bill Metzenthen <billm@melbpc.org.au>
4468 W: http://floatingpoint.sourceforge.net/emulator/index.html
4469 S: Maintained
4470 F: arch/x86/math-emu/
4471
4472 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4473 L: netdev@vger.kernel.org
4474 S: Orphan
4475 F: drivers/net/wan/dlci.c
4476 F: drivers/net/wan/sdla.c
4477
4478 FRAMEBUFFER LAYER
4479 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4480 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4481 L: linux-fbdev@vger.kernel.org
4482 W: http://linux-fbdev.sourceforge.net/
4483 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4485 S: Maintained
4486 F: Documentation/fb/
4487 F: drivers/video/
4488 F: include/video/
4489 F: include/linux/fb.h
4490 F: include/uapi/video/
4491 F: include/uapi/linux/fb.h
4492
4493 FREESCALE DIU FRAMEBUFFER DRIVER
4494 M: Timur Tabi <timur@tabi.org>
4495 L: linux-fbdev@vger.kernel.org
4496 S: Maintained
4497 F: drivers/video/fbdev/fsl-diu-fb.*
4498
4499 FREESCALE DMA DRIVER
4500 M: Li Yang <leoli@freescale.com>
4501 M: Zhang Wei <zw@zh-kernel.org>
4502 L: linuxppc-dev@lists.ozlabs.org
4503 S: Maintained
4504 F: drivers/dma/fsldma.*
4505
4506 FREESCALE I2C CPM DRIVER
4507 M: Jochen Friedrich <jochen@scram.de>
4508 L: linuxppc-dev@lists.ozlabs.org
4509 L: linux-i2c@vger.kernel.org
4510 S: Maintained
4511 F: drivers/i2c/busses/i2c-cpm.c
4512
4513 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4514 M: Sascha Hauer <kernel@pengutronix.de>
4515 L: linux-fbdev@vger.kernel.org
4516 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4517 S: Maintained
4518 F: include/linux/platform_data/video-imxfb.h
4519 F: drivers/video/fbdev/imxfb.c
4520
4521 FREESCALE QUAD SPI DRIVER
4522 M: Han Xu <han.xu@freescale.com>
4523 L: linux-mtd@lists.infradead.org
4524 S: Maintained
4525 F: drivers/mtd/spi-nor/fsl-quadspi.c
4526
4527 FREESCALE SOC FS_ENET DRIVER
4528 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4529 M: Vitaly Bordug <vbordug@ru.mvista.com>
4530 L: linuxppc-dev@lists.ozlabs.org
4531 L: netdev@vger.kernel.org
4532 S: Maintained
4533 F: drivers/net/ethernet/freescale/fs_enet/
4534 F: include/linux/fs_enet_pd.h
4535
4536 FREESCALE QUICC ENGINE LIBRARY
4537 L: linuxppc-dev@lists.ozlabs.org
4538 S: Orphan
4539 F: arch/powerpc/sysdev/qe_lib/
4540 F: arch/powerpc/include/asm/*qe.h
4541
4542 FREESCALE USB PERIPHERAL DRIVERS
4543 M: Li Yang <leoli@freescale.com>
4544 L: linux-usb@vger.kernel.org
4545 L: linuxppc-dev@lists.ozlabs.org
4546 S: Maintained
4547 F: drivers/usb/gadget/udc/fsl*
4548
4549 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4550 M: Li Yang <leoli@freescale.com>
4551 L: netdev@vger.kernel.org
4552 L: linuxppc-dev@lists.ozlabs.org
4553 S: Maintained
4554 F: drivers/net/ethernet/freescale/ucc_geth*
4555
4556 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4557 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4558 L: netdev@vger.kernel.org
4559 S: Maintained
4560 F: drivers/net/ethernet/freescale/gianfar*
4561 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4562 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4563
4564 FREESCALE QUICC ENGINE UCC UART DRIVER
4565 M: Timur Tabi <timur@tabi.org>
4566 L: linuxppc-dev@lists.ozlabs.org
4567 S: Maintained
4568 F: drivers/tty/serial/ucc_uart.c
4569
4570 FREESCALE SOC SOUND DRIVERS
4571 M: Timur Tabi <timur@tabi.org>
4572 M: Nicolin Chen <nicoleotsuka@gmail.com>
4573 M: Xiubo Li <Xiubo.Lee@gmail.com>
4574 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4575 L: linuxppc-dev@lists.ozlabs.org
4576 S: Maintained
4577 F: sound/soc/fsl/fsl*
4578 F: sound/soc/fsl/imx*
4579 F: sound/soc/fsl/mpc8610_hpcd.c
4580
4581 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4582 M: "J. German Rivera" <German.Rivera@freescale.com>
4583 L: linux-kernel@vger.kernel.org
4584 S: Maintained
4585 F: drivers/staging/fsl-mc/
4586
4587 FREEVXFS FILESYSTEM
4588 M: Christoph Hellwig <hch@infradead.org>
4589 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4590 S: Maintained
4591 F: fs/freevxfs/
4592
4593 FREEZER
4594 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4595 M: Pavel Machek <pavel@ucw.cz>
4596 L: linux-pm@vger.kernel.org
4597 S: Supported
4598 F: Documentation/power/freezing-of-tasks.txt
4599 F: include/linux/freezer.h
4600 F: kernel/freezer.c
4601
4602 FRONTSWAP API
4603 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4604 L: linux-kernel@vger.kernel.org
4605 S: Maintained
4606 F: mm/frontswap.c
4607 F: include/linux/frontswap.h
4608
4609 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4610 M: David Howells <dhowells@redhat.com>
4611 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4612 S: Supported
4613 F: Documentation/filesystems/caching/
4614 F: fs/fscache/
4615 F: include/linux/fscache*.h
4616
4617 F2FS FILE SYSTEM
4618 M: Jaegeuk Kim <jaegeuk@kernel.org>
4619 M: Changman Lee <cm224.lee@samsung.com>
4620 R: Chao Yu <chao2.yu@samsung.com>
4621 L: linux-f2fs-devel@lists.sourceforge.net
4622 W: http://en.wikipedia.org/wiki/F2FS
4623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4624 S: Maintained
4625 F: Documentation/filesystems/f2fs.txt
4626 F: Documentation/ABI/testing/sysfs-fs-f2fs
4627 F: fs/f2fs/
4628 F: include/linux/f2fs_fs.h
4629 F: include/trace/events/f2fs.h
4630
4631 FUJITSU FR-V (FRV) PORT
4632 M: David Howells <dhowells@redhat.com>
4633 S: Maintained
4634 F: arch/frv/
4635
4636 FUJITSU LAPTOP EXTRAS
4637 M: Jonathan Woithe <jwoithe@just42.net>
4638 L: platform-driver-x86@vger.kernel.org
4639 S: Maintained
4640 F: drivers/platform/x86/fujitsu-laptop.c
4641
4642 FUJITSU M-5MO LS CAMERA ISP DRIVER
4643 M: Kyungmin Park <kyungmin.park@samsung.com>
4644 M: Heungjun Kim <riverful.kim@samsung.com>
4645 L: linux-media@vger.kernel.org
4646 S: Maintained
4647 F: drivers/media/i2c/m5mols/
4648 F: include/media/m5mols.h
4649
4650 FUJITSU TABLET EXTRAS
4651 M: Robert Gerlach <khnz@gmx.de>
4652 L: platform-driver-x86@vger.kernel.org
4653 S: Maintained
4654 F: drivers/platform/x86/fujitsu-tablet.c
4655
4656 FUSE: FILESYSTEM IN USERSPACE
4657 M: Miklos Szeredi <miklos@szeredi.hu>
4658 L: fuse-devel@lists.sourceforge.net
4659 W: http://fuse.sourceforge.net/
4660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4661 S: Maintained
4662 F: fs/fuse/
4663 F: include/uapi/linux/fuse.h
4664 F: Documentation/filesystems/fuse.txt
4665
4666 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4667 M: Rik Faith <faith@cs.unc.edu>
4668 L: linux-scsi@vger.kernel.org
4669 S: Odd Fixes (e.g., new signatures)
4670 F: drivers/scsi/fdomain.*
4671
4672 GCOV BASED KERNEL PROFILING
4673 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4674 S: Maintained
4675 F: kernel/gcov/
4676 F: Documentation/gcov.txt
4677
4678 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4679 M: Achim Leubner <achim_leubner@adaptec.com>
4680 L: linux-scsi@vger.kernel.org
4681 W: http://www.icp-vortex.com/
4682 S: Supported
4683 F: drivers/scsi/gdt*
4684
4685 GDB KERNEL DEBUGGING HELPER SCRIPTS
4686 M: Jan Kiszka <jan.kiszka@siemens.com>
4687 S: Supported
4688 F: scripts/gdb/
4689
4690 GEMTEK FM RADIO RECEIVER DRIVER
4691 M: Hans Verkuil <hverkuil@xs4all.nl>
4692 L: linux-media@vger.kernel.org
4693 T: git git://linuxtv.org/media_tree.git
4694 W: http://linuxtv.org
4695 S: Maintained
4696 F: drivers/media/radio/radio-gemtek*
4697
4698 GENERIC GPIO I2C DRIVER
4699 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4700 S: Supported
4701 F: drivers/i2c/busses/i2c-gpio.c
4702 F: include/linux/i2c-gpio.h
4703
4704 GENERIC GPIO I2C MULTIPLEXER DRIVER
4705 M: Peter Korsgaard <peter.korsgaard@barco.com>
4706 L: linux-i2c@vger.kernel.org
4707 S: Supported
4708 F: drivers/i2c/muxes/i2c-mux-gpio.c
4709 F: include/linux/i2c-mux-gpio.h
4710 F: Documentation/i2c/muxes/i2c-mux-gpio
4711
4712 GENERIC HDLC (WAN) DRIVERS
4713 M: Krzysztof Halasa <khc@pm.waw.pl>
4714 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4715 S: Maintained
4716 F: drivers/net/wan/c101.c
4717 F: drivers/net/wan/hd6457*
4718 F: drivers/net/wan/hdlc*
4719 F: drivers/net/wan/n2.c
4720 F: drivers/net/wan/pc300too.c
4721 F: drivers/net/wan/pci200syn.c
4722 F: drivers/net/wan/wanxl*
4723
4724 GENERIC INCLUDE/ASM HEADER FILES
4725 M: Arnd Bergmann <arnd@arndb.de>
4726 L: linux-arch@vger.kernel.org
4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4728 S: Maintained
4729 F: include/asm-generic/
4730 F: include/uapi/asm-generic/
4731
4732 GENERIC PHY FRAMEWORK
4733 M: Kishon Vijay Abraham I <kishon@ti.com>
4734 L: linux-kernel@vger.kernel.org
4735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4736 S: Supported
4737 F: drivers/phy/
4738 F: include/linux/phy/
4739
4740 GENERIC PM DOMAINS
4741 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4742 M: Kevin Hilman <khilman@kernel.org>
4743 M: Ulf Hansson <ulf.hansson@linaro.org>
4744 L: linux-pm@vger.kernel.org
4745 S: Supported
4746 F: drivers/base/power/domain*.c
4747 F: include/linux/pm_domain.h
4748
4749 GENERIC UIO DRIVER FOR PCI DEVICES
4750 M: "Michael S. Tsirkin" <mst@redhat.com>
4751 L: kvm@vger.kernel.org
4752 S: Supported
4753 F: drivers/uio/uio_pci_generic.c
4754
4755 GET_MAINTAINER SCRIPT
4756 M: Joe Perches <joe@perches.com>
4757 S: Maintained
4758 F: scripts/get_maintainer.pl
4759
4760 GFS2 FILE SYSTEM
4761 M: Steven Whitehouse <swhiteho@redhat.com>
4762 M: Bob Peterson <rpeterso@redhat.com>
4763 L: cluster-devel@redhat.com
4764 W: http://sources.redhat.com/cluster/
4765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4766 S: Supported
4767 F: Documentation/filesystems/gfs2*.txt
4768 F: fs/gfs2/
4769 F: include/uapi/linux/gfs2_ondisk.h
4770
4771 GIGASET ISDN DRIVERS
4772 M: Paul Bolle <pebolle@tiscali.nl>
4773 L: gigaset307x-common@lists.sourceforge.net
4774 W: http://gigaset307x.sourceforge.net/
4775 S: Odd Fixes
4776 F: Documentation/isdn/README.gigaset
4777 F: drivers/isdn/gigaset/
4778 F: include/uapi/linux/gigaset_dev.h
4779
4780 GO7007 MPEG CODEC
4781 M: Hans Verkuil <hans.verkuil@cisco.com>
4782 L: linux-media@vger.kernel.org
4783 S: Maintained
4784 F: drivers/media/usb/go7007/
4785
4786 GOODIX TOUCHSCREEN
4787 M: Bastien Nocera <hadess@hadess.net>
4788 L: linux-input@vger.kernel.org
4789 S: Maintained
4790 F: drivers/input/touchscreen/goodix.c
4791
4792 GPIO SUBSYSTEM
4793 M: Linus Walleij <linus.walleij@linaro.org>
4794 M: Alexandre Courbot <gnurou@gmail.com>
4795 L: linux-gpio@vger.kernel.org
4796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4797 S: Maintained
4798 F: Documentation/gpio/
4799 F: drivers/gpio/
4800 F: include/linux/gpio/
4801 F: include/linux/gpio.h
4802 F: include/asm-generic/gpio.h
4803
4804 GRE DEMULTIPLEXER DRIVER
4805 M: Dmitry Kozlov <xeb@mail.ru>
4806 L: netdev@vger.kernel.org
4807 S: Maintained
4808 F: net/ipv4/gre_demux.c
4809 F: net/ipv4/gre_offload.c
4810 F: include/net/gre.h
4811
4812 GRETH 10/100/1G Ethernet MAC device driver
4813 M: Kristoffer Glembo <kristoffer@gaisler.com>
4814 L: netdev@vger.kernel.org
4815 S: Maintained
4816 F: drivers/net/ethernet/aeroflex/
4817
4818 GSPCA FINEPIX SUBDRIVER
4819 M: Frank Zago <frank@zago.net>
4820 L: linux-media@vger.kernel.org
4821 T: git git://linuxtv.org/media_tree.git
4822 S: Maintained
4823 F: drivers/media/usb/gspca/finepix.c
4824
4825 GSPCA GL860 SUBDRIVER
4826 M: Olivier Lorin <o.lorin@laposte.net>
4827 L: linux-media@vger.kernel.org
4828 T: git git://linuxtv.org/media_tree.git
4829 S: Maintained
4830 F: drivers/media/usb/gspca/gl860/
4831
4832 GSPCA M5602 SUBDRIVER
4833 M: Erik Andren <erik.andren@gmail.com>
4834 L: linux-media@vger.kernel.org
4835 T: git git://linuxtv.org/media_tree.git
4836 S: Maintained
4837 F: drivers/media/usb/gspca/m5602/
4838
4839 GSPCA PAC207 SONIXB SUBDRIVER
4840 M: Hans de Goede <hdegoede@redhat.com>
4841 L: linux-media@vger.kernel.org
4842 T: git git://linuxtv.org/media_tree.git
4843 S: Maintained
4844 F: drivers/media/usb/gspca/pac207.c
4845
4846 GSPCA SN9C20X SUBDRIVER
4847 M: Brian Johnson <brijohn@gmail.com>
4848 L: linux-media@vger.kernel.org
4849 T: git git://linuxtv.org/media_tree.git
4850 S: Maintained
4851 F: drivers/media/usb/gspca/sn9c20x.c
4852
4853 GSPCA T613 SUBDRIVER
4854 M: Leandro Costantino <lcostantino@gmail.com>
4855 L: linux-media@vger.kernel.org
4856 T: git git://linuxtv.org/media_tree.git
4857 S: Maintained
4858 F: drivers/media/usb/gspca/t613.c
4859
4860 GSPCA USB WEBCAM DRIVER
4861 M: Hans de Goede <hdegoede@redhat.com>
4862 L: linux-media@vger.kernel.org
4863 T: git git://linuxtv.org/media_tree.git
4864 S: Maintained
4865 F: drivers/media/usb/gspca/
4866
4867 GUID PARTITION TABLE (GPT)
4868 M: Davidlohr Bueso <dave@stgolabs.net>
4869 L: linux-efi@vger.kernel.org
4870 S: Maintained
4871 F: block/partitions/efi.*
4872
4873 STK1160 USB VIDEO CAPTURE DRIVER
4874 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4875 L: linux-media@vger.kernel.org
4876 T: git git://linuxtv.org/media_tree.git
4877 S: Maintained
4878 F: drivers/media/usb/stk1160/
4879
4880 H8/300 ARCHITECTURE
4881 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4882 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4883 W: http://uclinux-h8.sourceforge.jp
4884 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4885 S: Maintained
4886 F: arch/h8300/
4887 F: drivers/clocksource/h8300_*.c
4888 F: drivers/clk/h8300/
4889 F: drivers/irqchip/irq-renesas-h8*.c
4890
4891 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4892 M: Frank Seidel <frank@f-seidel.de>
4893 L: platform-driver-x86@vger.kernel.org
4894 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4895 S: Maintained
4896 F: drivers/platform/x86/hdaps.c
4897
4898 HDPVR USB VIDEO ENCODER DRIVER
4899 M: Hans Verkuil <hverkuil@xs4all.nl>
4900 L: linux-media@vger.kernel.org
4901 T: git git://linuxtv.org/media_tree.git
4902 W: http://linuxtv.org
4903 S: Odd Fixes
4904 F: drivers/media/usb/hdpvr/
4905
4906 HWPOISON MEMORY FAILURE HANDLING
4907 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4908 L: linux-mm@kvack.org
4909 S: Maintained
4910 F: mm/memory-failure.c
4911 F: mm/hwpoison-inject.c
4912
4913 HYPERVISOR VIRTUAL CONSOLE DRIVER
4914 L: linuxppc-dev@lists.ozlabs.org
4915 S: Odd Fixes
4916 F: drivers/tty/hvc/
4917
4918 HACKRF MEDIA DRIVER
4919 M: Antti Palosaari <crope@iki.fi>
4920 L: linux-media@vger.kernel.org
4921 W: http://linuxtv.org/
4922 W: http://palosaari.fi/linux/
4923 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4924 T: git git://linuxtv.org/anttip/media_tree.git
4925 S: Maintained
4926 F: drivers/media/usb/hackrf/
4927
4928 HARDWARE MONITORING
4929 M: Jean Delvare <jdelvare@suse.com>
4930 M: Guenter Roeck <linux@roeck-us.net>
4931 L: linux-hwmon@vger.kernel.org
4932 W: http://hwmon.wiki.kernel.org/
4933 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4935 S: Maintained
4936 F: Documentation/hwmon/
4937 F: drivers/hwmon/
4938 F: include/linux/hwmon*.h
4939
4940 HARDWARE RANDOM NUMBER GENERATOR CORE
4941 M: Matt Mackall <mpm@selenic.com>
4942 M: Herbert Xu <herbert@gondor.apana.org.au>
4943 L: linux-crypto@vger.kernel.org
4944 S: Odd fixes
4945 F: Documentation/hw_random.txt
4946 F: drivers/char/hw_random/
4947 F: include/linux/hw_random.h
4948
4949 HARDWARE SPINLOCK CORE
4950 M: Ohad Ben-Cohen <ohad@wizery.com>
4951 S: Maintained
4952 F: Documentation/hwspinlock.txt
4953 F: drivers/hwspinlock/hwspinlock_*
4954 F: include/linux/hwspinlock.h
4955
4956 HARMONY SOUND DRIVER
4957 L: linux-parisc@vger.kernel.org
4958 S: Maintained
4959 F: sound/parisc/harmony.*
4960
4961 HD29L2 MEDIA DRIVER
4962 M: Antti Palosaari <crope@iki.fi>
4963 L: linux-media@vger.kernel.org
4964 W: http://linuxtv.org/
4965 W: http://palosaari.fi/linux/
4966 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4967 T: git git://linuxtv.org/anttip/media_tree.git
4968 S: Maintained
4969 F: drivers/media/dvb-frontends/hd29l2*
4970
4971 HEWLETT-PACKARD SMART2 RAID DRIVER
4972 L: iss_storagedev@hp.com
4973 S: Orphan
4974 F: Documentation/blockdev/cpqarray.txt
4975 F: drivers/block/cpqarray.*
4976
4977 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4978 M: Don Brace <don.brace@pmcs.com>
4979 L: iss_storagedev@hp.com
4980 L: storagedev@pmcs.com
4981 L: linux-scsi@vger.kernel.org
4982 S: Supported
4983 F: Documentation/scsi/hpsa.txt
4984 F: drivers/scsi/hpsa*.[ch]
4985 F: include/linux/cciss*.h
4986 F: include/uapi/linux/cciss*.h
4987
4988 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4989 M: Don Brace <don.brace@pmcs.com>
4990 L: iss_storagedev@hp.com
4991 L: storagedev@pmcs.com
4992 L: linux-scsi@vger.kernel.org
4993 S: Supported
4994 F: Documentation/blockdev/cciss.txt
4995 F: drivers/block/cciss*
4996 F: include/linux/cciss_ioctl.h
4997 F: include/uapi/linux/cciss_ioctl.h
4998
4999 HFS FILESYSTEM
5000 L: linux-fsdevel@vger.kernel.org
5001 S: Orphan
5002 F: Documentation/filesystems/hfs.txt
5003 F: fs/hfs/
5004
5005 HFSPLUS FILESYSTEM
5006 L: linux-fsdevel@vger.kernel.org
5007 S: Orphan
5008 F: Documentation/filesystems/hfsplus.txt
5009 F: fs/hfsplus/
5010
5011 HGA FRAMEBUFFER DRIVER
5012 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5013 L: linux-nvidia@lists.surfsouth.com
5014 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5015 S: Maintained
5016 F: drivers/video/fbdev/hgafb.c
5017
5018 HIBERNATION (aka Software Suspend, aka swsusp)
5019 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5020 M: Pavel Machek <pavel@ucw.cz>
5021 L: linux-pm@vger.kernel.org
5022 S: Supported
5023 F: arch/x86/power/
5024 F: drivers/base/power/
5025 F: kernel/power/
5026 F: include/linux/suspend.h
5027 F: include/linux/freezer.h
5028 F: include/linux/pm.h
5029 F: arch/*/include/asm/suspend*.h
5030
5031 HID CORE LAYER
5032 M: Jiri Kosina <jikos@kernel.org>
5033 L: linux-input@vger.kernel.org
5034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5035 S: Maintained
5036 F: drivers/hid/
5037 F: include/linux/hid*
5038 F: include/uapi/linux/hid*
5039
5040 HID SENSOR HUB DRIVERS
5041 M: Jiri Kosina <jikos@kernel.org>
5042 M: Jonathan Cameron <jic23@kernel.org>
5043 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5044 L: linux-input@vger.kernel.org
5045 L: linux-iio@vger.kernel.org
5046 S: Maintained
5047 F: Documentation/hid/hid-sensor*
5048 F: drivers/hid/hid-sensor-*
5049 F: drivers/iio/*/hid-*
5050 F: include/linux/hid-sensor-*
5051
5052 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5053 M: Thomas Gleixner <tglx@linutronix.de>
5054 L: linux-kernel@vger.kernel.org
5055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5056 S: Maintained
5057 F: Documentation/timers/
5058 F: kernel/time/hrtimer.c
5059 F: kernel/time/clockevents.c
5060 F: kernel/time/tick*.*
5061 F: kernel/time/timer_*.c
5062 F: include/linux/clockchips.h
5063 F: include/linux/hrtimer.h
5064
5065 HIGH-SPEED SCC DRIVER FOR AX.25
5066 L: linux-hams@vger.kernel.org
5067 S: Orphan
5068 F: drivers/net/hamradio/dmascc.c
5069 F: drivers/net/hamradio/scc.c
5070
5071 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5072 M: HighPoint Linux Team <linux@highpoint-tech.com>
5073 W: http://www.highpoint-tech.com
5074 S: Supported
5075 F: Documentation/scsi/hptiop.txt
5076 F: drivers/scsi/hptiop.c
5077
5078 HIPPI
5079 M: Jes Sorensen <jes@trained-monkey.org>
5080 L: linux-hippi@sunsite.dk
5081 S: Maintained
5082 F: include/linux/hippidevice.h
5083 F: include/uapi/linux/if_hippi.h
5084 F: net/802/hippi.c
5085 F: drivers/net/hippi/
5086
5087 HOST AP DRIVER
5088 M: Jouni Malinen <j@w1.fi>
5089 L: hostap@shmoo.com (subscribers-only)
5090 L: linux-wireless@vger.kernel.org
5091 W: http://hostap.epitest.fi/
5092 S: Maintained
5093 F: drivers/net/wireless/hostap/
5094
5095 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5096 L: platform-driver-x86@vger.kernel.org
5097 S: Orphan
5098 F: drivers/platform/x86/tc1100-wmi.c
5099
5100 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5101 M: Jaroslav Kysela <perex@perex.cz>
5102 S: Maintained
5103 F: drivers/net/ethernet/hp/hp100.*
5104
5105 HPET: High Precision Event Timers driver
5106 M: Clemens Ladisch <clemens@ladisch.de>
5107 S: Maintained
5108 F: Documentation/timers/hpet.txt
5109 F: drivers/char/hpet.c
5110 F: include/linux/hpet.h
5111 F: include/uapi/linux/hpet.h
5112
5113 HPET: x86
5114 S: Orphan
5115 F: arch/x86/kernel/hpet.c
5116 F: arch/x86/include/asm/hpet.h
5117
5118 HPFS FILESYSTEM
5119 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5120 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5121 S: Maintained
5122 F: fs/hpfs/
5123
5124 HSI SUBSYSTEM
5125 M: Sebastian Reichel <sre@kernel.org>
5126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5127 S: Maintained
5128 F: Documentation/ABI/testing/sysfs-bus-hsi
5129 F: Documentation/hsi.txt
5130 F: drivers/hsi/
5131 F: include/linux/hsi/
5132 F: include/uapi/linux/hsi/
5133
5134 HSO 3G MODEM DRIVER
5135 M: Jan Dumon <j.dumon@option.com>
5136 W: http://www.pharscape.org
5137 S: Maintained
5138 F: drivers/net/usb/hso.c
5139
5140 HSR NETWORK PROTOCOL
5141 M: Arvid Brodin <arvid.brodin@alten.se>
5142 L: netdev@vger.kernel.org
5143 S: Maintained
5144 F: net/hsr/
5145
5146 HTCPEN TOUCHSCREEN DRIVER
5147 M: Pau Oliva Fora <pof@eslack.org>
5148 L: linux-input@vger.kernel.org
5149 S: Maintained
5150 F: drivers/input/touchscreen/htcpen.c
5151
5152 HUGETLB FILESYSTEM
5153 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5154 S: Maintained
5155 F: fs/hugetlbfs/
5156
5157 Hyper-V CORE AND DRIVERS
5158 M: "K. Y. Srinivasan" <kys@microsoft.com>
5159 M: Haiyang Zhang <haiyangz@microsoft.com>
5160 L: devel@linuxdriverproject.org
5161 S: Maintained
5162 F: arch/x86/include/asm/mshyperv.h
5163 F: arch/x86/include/uapi/asm/hyperv.h
5164 F: arch/x86/kernel/cpu/mshyperv.c
5165 F: drivers/hid/hid-hyperv.c
5166 F: drivers/hv/
5167 F: drivers/input/serio/hyperv-keyboard.c
5168 F: drivers/pci/host/pci-hyperv.c
5169 F: drivers/net/hyperv/
5170 F: drivers/scsi/storvsc_drv.c
5171 F: drivers/video/fbdev/hyperv_fb.c
5172 F: include/linux/hyperv.h
5173 F: tools/hv/
5174 F: Documentation/ABI/stable/sysfs-bus-vmbus
5175
5176 I2C OVER PARALLEL PORT
5177 M: Jean Delvare <jdelvare@suse.com>
5178 L: linux-i2c@vger.kernel.org
5179 S: Maintained
5180 F: Documentation/i2c/busses/i2c-parport
5181 F: Documentation/i2c/busses/i2c-parport-light
5182 F: drivers/i2c/busses/i2c-parport.c
5183 F: drivers/i2c/busses/i2c-parport-light.c
5184
5185 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5186 M: Jean Delvare <jdelvare@suse.com>
5187 L: linux-i2c@vger.kernel.org
5188 S: Maintained
5189 F: Documentation/i2c/busses/i2c-ali1535
5190 F: Documentation/i2c/busses/i2c-ali1563
5191 F: Documentation/i2c/busses/i2c-ali15x3
5192 F: Documentation/i2c/busses/i2c-amd756
5193 F: Documentation/i2c/busses/i2c-amd8111
5194 F: Documentation/i2c/busses/i2c-i801
5195 F: Documentation/i2c/busses/i2c-nforce2
5196 F: Documentation/i2c/busses/i2c-piix4
5197 F: Documentation/i2c/busses/i2c-sis5595
5198 F: Documentation/i2c/busses/i2c-sis630
5199 F: Documentation/i2c/busses/i2c-sis96x
5200 F: Documentation/i2c/busses/i2c-via
5201 F: Documentation/i2c/busses/i2c-viapro
5202 F: drivers/i2c/busses/i2c-ali1535.c
5203 F: drivers/i2c/busses/i2c-ali1563.c
5204 F: drivers/i2c/busses/i2c-ali15x3.c
5205 F: drivers/i2c/busses/i2c-amd756.c
5206 F: drivers/i2c/busses/i2c-amd756-s4882.c
5207 F: drivers/i2c/busses/i2c-amd8111.c
5208 F: drivers/i2c/busses/i2c-i801.c
5209 F: drivers/i2c/busses/i2c-isch.c
5210 F: drivers/i2c/busses/i2c-nforce2.c
5211 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5212 F: drivers/i2c/busses/i2c-piix4.c
5213 F: drivers/i2c/busses/i2c-sis5595.c
5214 F: drivers/i2c/busses/i2c-sis630.c
5215 F: drivers/i2c/busses/i2c-sis96x.c
5216 F: drivers/i2c/busses/i2c-via.c
5217 F: drivers/i2c/busses/i2c-viapro.c
5218
5219 I2C/SMBUS ISMT DRIVER
5220 M: Seth Heasley <seth.heasley@intel.com>
5221 M: Neil Horman <nhorman@tuxdriver.com>
5222 L: linux-i2c@vger.kernel.org
5223 F: drivers/i2c/busses/i2c-ismt.c
5224 F: Documentation/i2c/busses/i2c-ismt
5225
5226 I2C/SMBUS STUB DRIVER
5227 M: Jean Delvare <jdelvare@suse.com>
5228 L: linux-i2c@vger.kernel.org
5229 S: Maintained
5230 F: drivers/i2c/i2c-stub.c
5231
5232 I2C SUBSYSTEM
5233 M: Wolfram Sang <wsa@the-dreams.de>
5234 L: linux-i2c@vger.kernel.org
5235 W: https://i2c.wiki.kernel.org/
5236 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5238 S: Maintained
5239 F: Documentation/devicetree/bindings/i2c/
5240 F: Documentation/i2c/
5241 F: drivers/i2c/
5242 F: drivers/i2c/*/
5243 F: include/linux/i2c.h
5244 F: include/linux/i2c-*.h
5245 F: include/uapi/linux/i2c.h
5246 F: include/uapi/linux/i2c-*.h
5247
5248 I2C ACPI SUPPORT
5249 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5250 L: linux-i2c@vger.kernel.org
5251 L: linux-acpi@vger.kernel.org
5252 S: Maintained
5253
5254 I2C-TAOS-EVM DRIVER
5255 M: Jean Delvare <jdelvare@suse.com>
5256 L: linux-i2c@vger.kernel.org
5257 S: Maintained
5258 F: Documentation/i2c/busses/i2c-taos-evm
5259 F: drivers/i2c/busses/i2c-taos-evm.c
5260
5261 I2C-TINY-USB DRIVER
5262 M: Till Harbaum <till@harbaum.org>
5263 L: linux-i2c@vger.kernel.org
5264 W: http://www.harbaum.org/till/i2c_tiny_usb
5265 S: Maintained
5266 F: drivers/i2c/busses/i2c-tiny-usb.c
5267
5268 i386 BOOT CODE
5269 M: "H. Peter Anvin" <hpa@zytor.com>
5270 S: Maintained
5271 F: arch/x86/boot/
5272
5273 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5274 M: "H. Peter Anvin" <hpa@zytor.com>
5275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5276 S: Maintained
5277
5278 IA64 (Itanium) PLATFORM
5279 M: Tony Luck <tony.luck@intel.com>
5280 M: Fenghua Yu <fenghua.yu@intel.com>
5281 L: linux-ia64@vger.kernel.org
5282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5283 S: Maintained
5284 F: arch/ia64/
5285
5286 IBM Power VMX Cryptographic instructions
5287 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5288 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5289 L: linux-crypto@vger.kernel.org
5290 S: Supported
5291 F: drivers/crypto/vmx/Makefile
5292 F: drivers/crypto/vmx/Kconfig
5293 F: drivers/crypto/vmx/vmx.c
5294 F: drivers/crypto/vmx/aes*
5295 F: drivers/crypto/vmx/ghash*
5296 F: drivers/crypto/vmx/ppc-xlate.pl
5297
5298 IBM Power in-Nest Crypto Acceleration
5299 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5300 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5301 L: linux-crypto@vger.kernel.org
5302 S: Supported
5303 F: drivers/crypto/nx/Makefile
5304 F: drivers/crypto/nx/Kconfig
5305 F: drivers/crypto/nx/nx-aes*
5306 F: drivers/crypto/nx/nx-sha*
5307 F: drivers/crypto/nx/nx.*
5308 F: drivers/crypto/nx/nx_csbcpb.h
5309 F: drivers/crypto/nx/nx_debugfs.h
5310
5311 IBM Power 842 compression accelerator
5312 M: Dan Streetman <ddstreet@ieee.org>
5313 S: Supported
5314 F: drivers/crypto/nx/Makefile
5315 F: drivers/crypto/nx/Kconfig
5316 F: drivers/crypto/nx/nx-842*
5317 F: include/linux/sw842.h
5318 F: crypto/842.c
5319 F: lib/842/
5320
5321 IBM Power Linux RAID adapter
5322 M: Brian King <brking@us.ibm.com>
5323 S: Supported
5324 F: drivers/scsi/ipr.*
5325
5326 IBM Power Virtual Ethernet Device Driver
5327 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5328 L: netdev@vger.kernel.org
5329 S: Supported
5330 F: drivers/net/ethernet/ibm/ibmveth.*
5331
5332 IBM Power SRIOV Virtual NIC Device Driver
5333 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5334 M: John Allen <jallen@linux.vnet.ibm.com>
5335 L: netdev@vger.kernel.org
5336 S: Supported
5337 F: drivers/net/ethernet/ibm/ibmvnic.*
5338
5339 IBM Power Virtual SCSI Device Drivers
5340 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5341 L: linux-scsi@vger.kernel.org
5342 S: Supported
5343 F: drivers/scsi/ibmvscsi/ibmvscsi*
5344 F: include/scsi/viosrp.h
5345
5346 IBM Power Virtual SCSI Device Target Driver
5347 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5348 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5349 L: linux-scsi@vger.kernel.org
5350 L: target-devel@vger.kernel.org
5351 S: Supported
5352 F: drivers/scsi/ibmvscsi_tgt/
5353
5354 IBM Power Virtual FC Device Drivers
5355 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5356 L: linux-scsi@vger.kernel.org
5357 S: Supported
5358 F: drivers/scsi/ibmvscsi/ibmvfc*
5359
5360 IBM ServeRAID RAID DRIVER
5361 S: Orphan
5362 F: drivers/scsi/ips.*
5363
5364 ICH LPC AND GPIO DRIVER
5365 M: Peter Tyser <ptyser@xes-inc.com>
5366 S: Maintained
5367 F: drivers/mfd/lpc_ich.c
5368 F: drivers/gpio/gpio-ich.c
5369
5370 IDE SUBSYSTEM
5371 M: "David S. Miller" <davem@davemloft.net>
5372 L: linux-ide@vger.kernel.org
5373 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5375 S: Maintained
5376 F: Documentation/ide/
5377 F: drivers/ide/
5378 F: include/linux/ide.h
5379
5380 IDEAPAD LAPTOP EXTRAS DRIVER
5381 M: Ike Panhc <ike.pan@canonical.com>
5382 L: platform-driver-x86@vger.kernel.org
5383 W: http://launchpad.net/ideapad-laptop
5384 S: Maintained
5385 F: drivers/platform/x86/ideapad-laptop.c
5386
5387 IDEAPAD LAPTOP SLIDEBAR DRIVER
5388 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5389 L: linux-input@vger.kernel.org
5390 W: https://github.com/o2genum/ideapad-slidebar
5391 S: Maintained
5392 F: drivers/input/misc/ideapad_slidebar.c
5393
5394 IDE/ATAPI DRIVERS
5395 M: Borislav Petkov <bp@alien8.de>
5396 L: linux-ide@vger.kernel.org
5397 S: Maintained
5398 F: Documentation/cdrom/ide-cd
5399 F: drivers/ide/ide-cd*
5400
5401 IDLE-I7300
5402 M: Andy Henroid <andrew.d.henroid@intel.com>
5403 L: linux-pm@vger.kernel.org
5404 S: Supported
5405 F: drivers/idle/i7300_idle.c
5406
5407 IEEE 802.15.4 SUBSYSTEM
5408 M: Alexander Aring <alex.aring@gmail.com>
5409 L: linux-wpan@vger.kernel.org
5410 W: https://github.com/linux-wpan
5411 T: git git://github.com/linux-wpan/linux-wpan-next.git
5412 S: Maintained
5413 F: net/ieee802154/
5414 F: net/mac802154/
5415 F: drivers/net/ieee802154/
5416 F: include/linux/nl802154.h
5417 F: include/linux/ieee802154.h
5418 F: include/net/nl802154.h
5419 F: include/net/mac802154.h
5420 F: include/net/af_ieee802154.h
5421 F: include/net/cfg802154.h
5422 F: include/net/ieee802154_netdev.h
5423 F: Documentation/networking/ieee802154.txt
5424
5425 IGORPLUG-USB IR RECEIVER
5426 M: Sean Young <sean@mess.org>
5427 L: linux-media@vger.kernel.org
5428 S: Maintained
5429 F: drivers/media/rc/igorplugusb.c
5430
5431 IGUANAWORKS USB IR TRANSCEIVER
5432 M: Sean Young <sean@mess.org>
5433 L: linux-media@vger.kernel.org
5434 S: Maintained
5435 F: drivers/media/rc/iguanair.c
5436
5437 IIO SUBSYSTEM AND DRIVERS
5438 M: Jonathan Cameron <jic23@kernel.org>
5439 R: Hartmut Knaack <knaack.h@gmx.de>
5440 R: Lars-Peter Clausen <lars@metafoo.de>
5441 R: Peter Meerwald <pmeerw@pmeerw.net>
5442 L: linux-iio@vger.kernel.org
5443 S: Maintained
5444 F: drivers/iio/
5445 F: drivers/staging/iio/
5446 F: include/linux/iio/
5447 F: tools/iio/
5448
5449 IKANOS/ADI EAGLE ADSL USB DRIVER
5450 M: Matthieu Castet <castet.matthieu@free.fr>
5451 M: Stanislaw Gruszka <stf_xl@wp.pl>
5452 S: Maintained
5453 F: drivers/usb/atm/ueagle-atm.c
5454
5455 INA209 HARDWARE MONITOR DRIVER
5456 M: Guenter Roeck <linux@roeck-us.net>
5457 L: linux-hwmon@vger.kernel.org
5458 S: Maintained
5459 F: Documentation/hwmon/ina209
5460 F: Documentation/devicetree/bindings/i2c/ina209.txt
5461 F: drivers/hwmon/ina209.c
5462
5463 INA2XX HARDWARE MONITOR DRIVER
5464 M: Guenter Roeck <linux@roeck-us.net>
5465 L: linux-hwmon@vger.kernel.org
5466 S: Maintained
5467 F: Documentation/hwmon/ina2xx
5468 F: drivers/hwmon/ina2xx.c
5469 F: include/linux/platform_data/ina2xx.h
5470
5471 INDUSTRY PACK SUBSYSTEM (IPACK)
5472 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5473 M: Jens Taprogge <jens.taprogge@taprogge.org>
5474 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5475 L: industrypack-devel@lists.sourceforge.net
5476 W: http://industrypack.sourceforge.net
5477 S: Maintained
5478 F: drivers/ipack/
5479
5480 INGENIC JZ4780 DMA Driver
5481 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5482 S: Maintained
5483 F: drivers/dma/dma-jz4780.c
5484
5485 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5486 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5487 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5488 L: linux-ima-devel@lists.sourceforge.net
5489 L: linux-ima-user@lists.sourceforge.net
5490 L: linux-security-module@vger.kernel.org
5491 S: Supported
5492 F: security/integrity/ima/
5493
5494 IMGTEC IR DECODER DRIVER
5495 M: James Hogan <james.hogan@imgtec.com>
5496 S: Maintained
5497 F: drivers/media/rc/img-ir/
5498
5499 IMS TWINTURBO FRAMEBUFFER DRIVER
5500 L: linux-fbdev@vger.kernel.org
5501 S: Orphan
5502 F: drivers/video/fbdev/imsttfb.c
5503
5504 INFINIBAND SUBSYSTEM
5505 M: Doug Ledford <dledford@redhat.com>
5506 M: Sean Hefty <sean.hefty@intel.com>
5507 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5508 L: linux-rdma@vger.kernel.org
5509 W: http://www.openfabrics.org/
5510 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5512 S: Supported
5513 F: Documentation/infiniband/
5514 F: drivers/infiniband/
5515 F: drivers/staging/rdma/
5516 F: include/uapi/linux/if_infiniband.h
5517 F: include/uapi/rdma/
5518 F: include/rdma/
5519
5520 INOTIFY
5521 M: John McCutchan <john@johnmccutchan.com>
5522 M: Robert Love <rlove@rlove.org>
5523 M: Eric Paris <eparis@parisplace.org>
5524 S: Maintained
5525 F: Documentation/filesystems/inotify.txt
5526 F: fs/notify/inotify/
5527 F: include/linux/inotify.h
5528 F: include/uapi/linux/inotify.h
5529
5530 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5531 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5532 L: linux-input@vger.kernel.org
5533 Q: http://patchwork.kernel.org/project/linux-input/list/
5534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5535 S: Maintained
5536 F: drivers/input/
5537 F: include/linux/input.h
5538 F: include/uapi/linux/input.h
5539 F: include/linux/input/
5540
5541 INPUT MULTITOUCH (MT) PROTOCOL
5542 M: Henrik Rydberg <rydberg@bitmath.org>
5543 L: linux-input@vger.kernel.org
5544 S: Odd fixes
5545 F: Documentation/input/multi-touch-protocol.txt
5546 F: drivers/input/input-mt.c
5547 K: \b(ABS|SYN)_MT_
5548
5549 INTEL ASoC BDW/HSW DRIVERS
5550 M: Jie Yang <yang.jie@linux.intel.com>
5551 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5552 S: Supported
5553 F: sound/soc/intel/common/sst-dsp*
5554 F: sound/soc/intel/common/sst-firmware.c
5555 F: sound/soc/intel/boards/broadwell.c
5556 F: sound/soc/intel/haswell/
5557
5558 INTEL C600 SERIES SAS CONTROLLER DRIVER
5559 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5560 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5561 L: linux-scsi@vger.kernel.org
5562 T: git git://git.code.sf.net/p/intel-sas/isci
5563 S: Supported
5564 F: drivers/scsi/isci/
5565
5566 INTEL HID EVENT DRIVER
5567 M: Alex Hung <alex.hung@canonical.com>
5568 L: platform-driver-x86@vger.kernel.org
5569 S: Maintained
5570 F: drivers/platform/x86/intel-hid.c
5571
5572 INTEL VIRTUAL BUTTON DRIVER
5573 M: AceLan Kao <acelan.kao@canonical.com>
5574 L: platform-driver-x86@vger.kernel.org
5575 S: Maintained
5576 F: drivers/platform/x86/intel-vbtn.c
5577
5578 INTEL IDLE DRIVER
5579 M: Len Brown <lenb@kernel.org>
5580 L: linux-pm@vger.kernel.org
5581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5582 S: Supported
5583 F: drivers/idle/intel_idle.c
5584
5585 INTEL PSTATE DRIVER
5586 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5587 M: Len Brown <lenb@kernel.org>
5588 L: linux-pm@vger.kernel.org
5589 S: Supported
5590 F: drivers/cpufreq/intel_pstate.c
5591
5592 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5593 M: Maik Broemme <mbroemme@plusserver.de>
5594 L: linux-fbdev@vger.kernel.org
5595 S: Maintained
5596 F: Documentation/fb/intelfb.txt
5597 F: drivers/video/fbdev/intelfb/
5598
5599 INTEL 810/815 FRAMEBUFFER DRIVER
5600 M: Antonino Daplas <adaplas@gmail.com>
5601 L: linux-fbdev@vger.kernel.org
5602 S: Maintained
5603 F: drivers/video/fbdev/i810/
5604
5605 INTEL MENLOW THERMAL DRIVER
5606 M: Sujith Thomas <sujith.thomas@intel.com>
5607 L: platform-driver-x86@vger.kernel.org
5608 W: https://01.org/linux-acpi
5609 S: Supported
5610 F: drivers/platform/x86/intel_menlow.c
5611
5612 INTEL I/OAT DMA DRIVER
5613 M: Dave Jiang <dave.jiang@intel.com>
5614 R: Dan Williams <dan.j.williams@intel.com>
5615 L: dmaengine@vger.kernel.org
5616 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5617 S: Supported
5618 F: drivers/dma/ioat*
5619
5620 INTEL IOMMU (VT-d)
5621 M: David Woodhouse <dwmw2@infradead.org>
5622 L: iommu@lists.linux-foundation.org
5623 T: git git://git.infradead.org/iommu-2.6.git
5624 S: Supported
5625 F: drivers/iommu/intel-iommu.c
5626 F: include/linux/intel-iommu.h
5627
5628 INTEL IOP-ADMA DMA DRIVER
5629 R: Dan Williams <dan.j.williams@intel.com>
5630 S: Odd fixes
5631 F: drivers/dma/iop-adma.c
5632
5633 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5634 M: Krzysztof Halasa <khalasa@piap.pl>
5635 S: Maintained
5636 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5637 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5638 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5639 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5640 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5641 F: drivers/net/wan/ixp4xx_hss.c
5642
5643 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5644 M: Deepak Saxena <dsaxena@plexity.net>
5645 S: Maintained
5646 F: drivers/char/hw_random/ixp4xx-rng.c
5647
5648 INTEL ETHERNET DRIVERS
5649 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5650 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5651 R: Shannon Nelson <shannon.nelson@intel.com>
5652 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5653 R: Don Skidmore <donald.c.skidmore@intel.com>
5654 R: Bruce Allan <bruce.w.allan@intel.com>
5655 R: John Ronciak <john.ronciak@intel.com>
5656 R: Mitch Williams <mitch.a.williams@intel.com>
5657 L: intel-wired-lan@lists.osuosl.org
5658 W: http://www.intel.com/support/feedback.htm
5659 W: http://e1000.sourceforge.net/
5660 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5663 S: Supported
5664 F: Documentation/networking/e100.txt
5665 F: Documentation/networking/e1000.txt
5666 F: Documentation/networking/e1000e.txt
5667 F: Documentation/networking/igb.txt
5668 F: Documentation/networking/igbvf.txt
5669 F: Documentation/networking/ixgb.txt
5670 F: Documentation/networking/ixgbe.txt
5671 F: Documentation/networking/ixgbevf.txt
5672 F: Documentation/networking/i40e.txt
5673 F: Documentation/networking/i40evf.txt
5674 F: drivers/net/ethernet/intel/
5675 F: drivers/net/ethernet/intel/*/
5676
5677 INTEL-MID GPIO DRIVER
5678 M: David Cohen <david.a.cohen@linux.intel.com>
5679 L: linux-gpio@vger.kernel.org
5680 S: Maintained
5681 F: drivers/gpio/gpio-intel-mid.c
5682
5683 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5684 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5685 L: linux-wireless@vger.kernel.org
5686 S: Maintained
5687 F: Documentation/networking/README.ipw2100
5688 F: Documentation/networking/README.ipw2200
5689 F: drivers/net/wireless/ipw2x00/
5690
5691 INTEL(R) TRACE HUB
5692 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5693 S: Supported
5694 F: Documentation/trace/intel_th.txt
5695 F: drivers/hwtracing/intel_th/
5696
5697 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5698 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5699 M: Gang Wei <gang.wei@intel.com>
5700 M: Shane Wang <shane.wang@intel.com>
5701 L: tboot-devel@lists.sourceforge.net
5702 W: http://tboot.sourceforge.net
5703 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5704 S: Supported
5705 F: Documentation/intel_txt.txt
5706 F: include/linux/tboot.h
5707 F: arch/x86/kernel/tboot.c
5708
5709 INTEL WIRELESS WIMAX CONNECTION 2400
5710 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5711 M: linux-wimax@intel.com
5712 L: wimax@linuxwimax.org (subscribers-only)
5713 S: Supported
5714 W: http://linuxwimax.org
5715 F: Documentation/wimax/README.i2400m
5716 F: drivers/net/wimax/i2400m/
5717 F: include/uapi/linux/wimax/i2400m.h
5718
5719 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5720 M: Stanislaw Gruszka <sgruszka@redhat.com>
5721 L: linux-wireless@vger.kernel.org
5722 S: Supported
5723 F: drivers/net/wireless/iwlegacy/
5724
5725 INTEL WIRELESS WIFI LINK (iwlwifi)
5726 M: Johannes Berg <johannes.berg@intel.com>
5727 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5728 M: Intel Linux Wireless <linuxwifi@intel.com>
5729 L: linux-wireless@vger.kernel.org
5730 W: http://intellinuxwireless.org
5731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5732 S: Supported
5733 F: drivers/net/wireless/iwlwifi/
5734
5735 INTEL MANAGEMENT ENGINE (mei)
5736 M: Tomas Winkler <tomas.winkler@intel.com>
5737 L: linux-kernel@vger.kernel.org
5738 S: Supported
5739 F: include/uapi/linux/mei.h
5740 F: include/linux/mei_cl_bus.h
5741 F: drivers/misc/mei/*
5742 F: Documentation/misc-devices/mei/*
5743
5744 INTEL MIC DRIVERS (mic)
5745 M: Sudeep Dutt <sudeep.dutt@intel.com>
5746 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5747 S: Supported
5748 W: https://github.com/sudeepdutt/mic
5749 W: http://software.intel.com/en-us/mic-developer
5750 F: include/linux/mic_bus.h
5751 F: include/linux/scif.h
5752 F: include/uapi/linux/mic_common.h
5753 F: include/uapi/linux/mic_ioctl.h
5754 F include/uapi/linux/scif_ioctl.h
5755 F: drivers/misc/mic/
5756 F: drivers/dma/mic_x100_dma.c
5757 F: drivers/dma/mic_x100_dma.h
5758 F Documentation/mic/
5759
5760 INTEL PMC/P-Unit IPC DRIVER
5761 M: Zha Qipeng<qipeng.zha@intel.com>
5762 L: platform-driver-x86@vger.kernel.org
5763 S: Maintained
5764 F: drivers/platform/x86/intel_pmc_ipc.c
5765 F: drivers/platform/x86/intel_punit_ipc.c
5766 F: arch/x86/include/asm/intel_pmc_ipc.h
5767 F: arch/x86/include/asm/intel_punit_ipc.h
5768
5769 INTEL TELEMETRY DRIVER
5770 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5771 L: platform-driver-x86@vger.kernel.org
5772 S: Maintained
5773 F: drivers/platform/x86/intel_telemetry_core.c
5774 F: arch/x86/include/asm/intel_telemetry.h
5775 F: drivers/platform/x86/intel_telemetry_pltdrv.c
5776 F: drivers/platform/x86/intel_telemetry_debugfs.c
5777
5778 IOC3 ETHERNET DRIVER
5779 M: Ralf Baechle <ralf@linux-mips.org>
5780 L: linux-mips@linux-mips.org
5781 S: Maintained
5782 F: drivers/net/ethernet/sgi/ioc3-eth.c
5783
5784 IOC3 SERIAL DRIVER
5785 M: Pat Gefre <pfg@sgi.com>
5786 L: linux-serial@vger.kernel.org
5787 S: Maintained
5788 F: drivers/tty/serial/ioc3_serial.c
5789
5790 IOMMU DRIVERS
5791 M: Joerg Roedel <joro@8bytes.org>
5792 L: iommu@lists.linux-foundation.org
5793 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5794 S: Maintained
5795 F: drivers/iommu/
5796
5797 IP MASQUERADING
5798 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5799 S: Maintained
5800 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5801
5802 IPATH DRIVER
5803 M: Mike Marciniszyn <infinipath@intel.com>
5804 L: linux-rdma@vger.kernel.org
5805 S: Maintained
5806 F: drivers/staging/rdma/ipath/
5807
5808 IPMI SUBSYSTEM
5809 M: Corey Minyard <minyard@acm.org>
5810 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5811 W: http://openipmi.sourceforge.net/
5812 S: Supported
5813 F: Documentation/IPMI.txt
5814 F: drivers/char/ipmi/
5815 F: include/linux/ipmi*
5816 F: include/uapi/linux/ipmi*
5817
5818 QCOM AUDIO (ASoC) DRIVERS
5819 M: Patrick Lai <plai@codeaurora.org>
5820 M: Banajit Goswami <bgoswami@codeaurora.org>
5821 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5822 S: Supported
5823 F: sound/soc/qcom/
5824
5825 IPS SCSI RAID DRIVER
5826 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5827 L: linux-scsi@vger.kernel.org
5828 W: http://www.adaptec.com/
5829 S: Maintained
5830 F: drivers/scsi/ips*
5831
5832 IPVS
5833 M: Wensong Zhang <wensong@linux-vs.org>
5834 M: Simon Horman <horms@verge.net.au>
5835 M: Julian Anastasov <ja@ssi.bg>
5836 L: netdev@vger.kernel.org
5837 L: lvs-devel@vger.kernel.org
5838 S: Maintained
5839 F: Documentation/networking/ipvs-sysctl.txt
5840 F: include/net/ip_vs.h
5841 F: include/uapi/linux/ip_vs.h
5842 F: net/netfilter/ipvs/
5843
5844 IPWIRELESS DRIVER
5845 M: Jiri Kosina <jikos@kernel.org>
5846 M: David Sterba <dsterba@suse.com>
5847 S: Odd Fixes
5848 F: drivers/tty/ipwireless/
5849
5850 IPX NETWORK LAYER
5851 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5852 L: netdev@vger.kernel.org
5853 S: Maintained
5854 F: include/net/ipx.h
5855 F: include/uapi/linux/ipx.h
5856 F: net/ipx/
5857
5858 IRDA SUBSYSTEM
5859 M: Samuel Ortiz <samuel@sortiz.org>
5860 L: irda-users@lists.sourceforge.net (subscribers-only)
5861 L: netdev@vger.kernel.org
5862 W: http://irda.sourceforge.net/
5863 S: Maintained
5864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5865 F: Documentation/networking/irda.txt
5866 F: drivers/net/irda/
5867 F: include/net/irda/
5868 F: net/irda/
5869
5870 IRQ SUBSYSTEM
5871 M: Thomas Gleixner <tglx@linutronix.de>
5872 L: linux-kernel@vger.kernel.org
5873 S: Maintained
5874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5875 F: kernel/irq/
5876
5877 IRQCHIP DRIVERS
5878 M: Thomas Gleixner <tglx@linutronix.de>
5879 M: Jason Cooper <jason@lakedaemon.net>
5880 M: Marc Zyngier <marc.zyngier@arm.com>
5881 L: linux-kernel@vger.kernel.org
5882 S: Maintained
5883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5884 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5885 F: Documentation/devicetree/bindings/interrupt-controller/
5886 F: drivers/irqchip/
5887
5888 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5889 M: Jiang Liu <jiang.liu@linux.intel.com>
5890 M: Marc Zyngier <marc.zyngier@arm.com>
5891 S: Maintained
5892 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5893 F: Documentation/IRQ-domain.txt
5894 F: include/linux/irqdomain.h
5895 F: kernel/irq/irqdomain.c
5896 F: kernel/irq/msi.c
5897
5898 ISAPNP
5899 M: Jaroslav Kysela <perex@perex.cz>
5900 S: Maintained
5901 F: Documentation/isapnp.txt
5902 F: drivers/pnp/isapnp/
5903 F: include/linux/isapnp.h
5904
5905 ISA RADIO MODULE
5906 M: Hans Verkuil <hverkuil@xs4all.nl>
5907 L: linux-media@vger.kernel.org
5908 T: git git://linuxtv.org/media_tree.git
5909 W: http://linuxtv.org
5910 S: Maintained
5911 F: drivers/media/radio/radio-isa*
5912
5913 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5914 M: Peter Jones <pjones@redhat.com>
5915 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5916 S: Maintained
5917 F: drivers/firmware/iscsi_ibft*
5918
5919 ISCSI
5920 M: Mike Christie <michaelc@cs.wisc.edu>
5921 L: open-iscsi@googlegroups.com
5922 W: www.open-iscsi.org
5923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5924 S: Maintained
5925 F: drivers/scsi/*iscsi*
5926 F: include/scsi/*iscsi*
5927
5928 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5929 M: Or Gerlitz <ogerlitz@mellanox.com>
5930 M: Sagi Grimberg <sagig@mellanox.com>
5931 M: Roi Dayan <roid@mellanox.com>
5932 L: linux-rdma@vger.kernel.org
5933 S: Supported
5934 W: http://www.openfabrics.org
5935 W: www.open-iscsi.org
5936 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5937 F: drivers/infiniband/ulp/iser/
5938
5939 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5940 M: Sagi Grimberg <sagig@mellanox.com>
5941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5942 L: linux-rdma@vger.kernel.org
5943 L: target-devel@vger.kernel.org
5944 S: Supported
5945 W: http://www.linux-iscsi.org
5946 F: drivers/infiniband/ulp/isert
5947
5948 ISDN SUBSYSTEM
5949 M: Karsten Keil <isdn@linux-pingi.de>
5950 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5951 L: netdev@vger.kernel.org
5952 W: http://www.isdn4linux.de
5953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5954 S: Maintained
5955 F: Documentation/isdn/
5956 F: drivers/isdn/
5957 F: include/linux/isdn.h
5958 F: include/linux/isdn/
5959 F: include/uapi/linux/isdn.h
5960 F: include/uapi/linux/isdn/
5961
5962 ISDN SUBSYSTEM (Eicon active card driver)
5963 M: Armin Schindler <mac@melware.de>
5964 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5965 W: http://www.melware.de
5966 S: Maintained
5967 F: drivers/isdn/hardware/eicon/
5968
5969 IT87 HARDWARE MONITORING DRIVER
5970 M: Jean Delvare <jdelvare@suse.com>
5971 L: linux-hwmon@vger.kernel.org
5972 S: Maintained
5973 F: Documentation/hwmon/it87
5974 F: drivers/hwmon/it87.c
5975
5976 IT913X MEDIA DRIVER
5977 M: Antti Palosaari <crope@iki.fi>
5978 L: linux-media@vger.kernel.org
5979 W: http://linuxtv.org/
5980 W: http://palosaari.fi/linux/
5981 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5982 T: git git://linuxtv.org/anttip/media_tree.git
5983 S: Maintained
5984 F: drivers/media/tuners/it913x*
5985
5986 IVTV VIDEO4LINUX DRIVER
5987 M: Andy Walls <awalls@md.metrocast.net>
5988 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5989 L: linux-media@vger.kernel.org
5990 T: git git://linuxtv.org/media_tree.git
5991 W: http://www.ivtvdriver.org
5992 S: Maintained
5993 F: Documentation/video4linux/*.ivtv
5994 F: drivers/media/pci/ivtv/
5995 F: include/uapi/linux/ivtv*
5996
5997 IX2505V MEDIA DRIVER
5998 M: Malcolm Priestley <tvboxspy@gmail.com>
5999 L: linux-media@vger.kernel.org
6000 W: http://linuxtv.org/
6001 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6002 S: Maintained
6003 F: drivers/media/dvb-frontends/ix2505v*
6004
6005 JC42.4 TEMPERATURE SENSOR DRIVER
6006 M: Guenter Roeck <linux@roeck-us.net>
6007 L: linux-hwmon@vger.kernel.org
6008 S: Maintained
6009 F: drivers/hwmon/jc42.c
6010 F: Documentation/hwmon/jc42
6011
6012 JFS FILESYSTEM
6013 M: Dave Kleikamp <shaggy@kernel.org>
6014 L: jfs-discussion@lists.sourceforge.net
6015 W: http://jfs.sourceforge.net/
6016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6017 S: Maintained
6018 F: Documentation/filesystems/jfs.txt
6019 F: fs/jfs/
6020
6021 JME NETWORK DRIVER
6022 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6023 L: netdev@vger.kernel.org
6024 S: Maintained
6025 F: drivers/net/ethernet/jme.*
6026
6027 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6028 M: David Woodhouse <dwmw2@infradead.org>
6029 L: linux-mtd@lists.infradead.org
6030 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6031 S: Maintained
6032 F: fs/jffs2/
6033 F: include/uapi/linux/jffs2.h
6034
6035 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6036 M: "Theodore Ts'o" <tytso@mit.edu>
6037 M: Jan Kara <jack@suse.com>
6038 L: linux-ext4@vger.kernel.org
6039 S: Maintained
6040 F: fs/jbd2/
6041 F: include/linux/jbd2.h
6042
6043 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6044 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6045 L: linux-media@vger.kernel.org
6046 S: Maintained
6047 F: drivers/media/platform/rcar_jpu.c
6048
6049 JSM Neo PCI based serial card
6050 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6051 L: linux-serial@vger.kernel.org
6052 S: Maintained
6053 F: drivers/tty/serial/jsm/
6054
6055 K10TEMP HARDWARE MONITORING DRIVER
6056 M: Clemens Ladisch <clemens@ladisch.de>
6057 L: linux-hwmon@vger.kernel.org
6058 S: Maintained
6059 F: Documentation/hwmon/k10temp
6060 F: drivers/hwmon/k10temp.c
6061
6062 K8TEMP HARDWARE MONITORING DRIVER
6063 M: Rudolf Marek <r.marek@assembler.cz>
6064 L: linux-hwmon@vger.kernel.org
6065 S: Maintained
6066 F: Documentation/hwmon/k8temp
6067 F: drivers/hwmon/k8temp.c
6068
6069 KCONFIG
6070 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6071 L: linux-kbuild@vger.kernel.org
6072 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6073 S: Maintained
6074 F: Documentation/kbuild/kconfig-language.txt
6075 F: scripts/kconfig/
6076
6077 KDUMP
6078 M: Vivek Goyal <vgoyal@redhat.com>
6079 M: Haren Myneni <hbabu@us.ibm.com>
6080 L: kexec@lists.infradead.org
6081 W: http://lse.sourceforge.net/kdump/
6082 S: Maintained
6083 F: Documentation/kdump/
6084
6085 KEENE FM RADIO TRANSMITTER DRIVER
6086 M: Hans Verkuil <hverkuil@xs4all.nl>
6087 L: linux-media@vger.kernel.org
6088 T: git git://linuxtv.org/media_tree.git
6089 W: http://linuxtv.org
6090 S: Maintained
6091 F: drivers/media/radio/radio-keene*
6092
6093 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6094 M: Ian Kent <raven@themaw.net>
6095 L: autofs@vger.kernel.org
6096 S: Maintained
6097 F: fs/autofs4/
6098
6099 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6100 M: Michal Marek <mmarek@suse.com>
6101 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6103 L: linux-kbuild@vger.kernel.org
6104 S: Maintained
6105 F: Documentation/kbuild/
6106 F: Makefile
6107 F: scripts/Makefile.*
6108 F: scripts/basic/
6109 F: scripts/mk*
6110 F: scripts/package/
6111
6112 KERNEL JANITORS
6113 L: kernel-janitors@vger.kernel.org
6114 W: http://kernelnewbies.org/KernelJanitors
6115 S: Odd Fixes
6116
6117 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6118 M: "J. Bruce Fields" <bfields@fieldses.org>
6119 M: Jeff Layton <jlayton@poochiereds.net>
6120 L: linux-nfs@vger.kernel.org
6121 W: http://nfs.sourceforge.net/
6122 S: Supported
6123 F: fs/nfsd/
6124 F: include/uapi/linux/nfsd/
6125 F: fs/lockd/
6126 F: fs/nfs_common/
6127 F: net/sunrpc/
6128 F: include/linux/lockd/
6129 F: include/linux/sunrpc/
6130 F: include/uapi/linux/sunrpc/
6131
6132 KERNEL SELFTEST FRAMEWORK
6133 M: Shuah Khan <shuahkh@osg.samsung.com>
6134 L: linux-api@vger.kernel.org
6135 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6136 S: Maintained
6137 F: tools/testing/selftests
6138
6139 KERNEL VIRTUAL MACHINE (KVM)
6140 M: Gleb Natapov <gleb@kernel.org>
6141 M: Paolo Bonzini <pbonzini@redhat.com>
6142 L: kvm@vger.kernel.org
6143 W: http://www.linux-kvm.org
6144 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6145 S: Supported
6146 F: Documentation/*/kvm*.txt
6147 F: Documentation/virtual/kvm/
6148 F: arch/*/kvm/
6149 F: arch/x86/kernel/kvm.c
6150 F: arch/x86/kernel/kvmclock.c
6151 F: arch/*/include/asm/kvm*
6152 F: include/linux/kvm*
6153 F: include/uapi/linux/kvm*
6154 F: virt/kvm/
6155
6156 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6157 M: Joerg Roedel <joro@8bytes.org>
6158 L: kvm@vger.kernel.org
6159 W: http://www.linux-kvm.org/
6160 S: Maintained
6161 F: arch/x86/include/asm/svm.h
6162 F: arch/x86/kvm/svm.c
6163
6164 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6165 M: Alexander Graf <agraf@suse.com>
6166 L: kvm-ppc@vger.kernel.org
6167 W: http://www.linux-kvm.org/
6168 T: git git://github.com/agraf/linux-2.6.git
6169 S: Supported
6170 F: arch/powerpc/include/asm/kvm*
6171 F: arch/powerpc/kvm/
6172
6173 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6174 M: Christian Borntraeger <borntraeger@de.ibm.com>
6175 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6176 L: linux-s390@vger.kernel.org
6177 W: http://www.ibm.com/developerworks/linux/linux390/
6178 S: Supported
6179 F: Documentation/s390/kvm.txt
6180 F: arch/s390/include/asm/kvm*
6181 F: arch/s390/kvm/
6182
6183 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6184 M: Christoffer Dall <christoffer.dall@linaro.org>
6185 M: Marc Zyngier <marc.zyngier@arm.com>
6186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6187 L: kvmarm@lists.cs.columbia.edu
6188 W: http://systems.cs.columbia.edu/projects/kvm-arm
6189 S: Supported
6190 F: arch/arm/include/uapi/asm/kvm*
6191 F: arch/arm/include/asm/kvm*
6192 F: arch/arm/kvm/
6193 F: virt/kvm/arm/
6194 F: include/kvm/arm_*
6195
6196 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
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 S: Maintained
6202 F: arch/arm64/include/uapi/asm/kvm*
6203 F: arch/arm64/include/asm/kvm*
6204 F: arch/arm64/kvm/
6205
6206 KEXEC
6207 M: Eric Biederman <ebiederm@xmission.com>
6208 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6209 L: kexec@lists.infradead.org
6210 S: Maintained
6211 F: include/linux/kexec.h
6212 F: include/uapi/linux/kexec.h
6213 F: kernel/kexec.c
6214
6215 KEYS/KEYRINGS:
6216 M: David Howells <dhowells@redhat.com>
6217 L: keyrings@vger.kernel.org
6218 S: Maintained
6219 F: Documentation/security/keys.txt
6220 F: include/linux/key.h
6221 F: include/linux/key-type.h
6222 F: include/keys/
6223 F: security/keys/
6224
6225 KEYS-TRUSTED
6226 M: David Safford <safford@us.ibm.com>
6227 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6228 L: linux-security-module@vger.kernel.org
6229 L: keyrings@vger.kernel.org
6230 S: Supported
6231 F: Documentation/security/keys-trusted-encrypted.txt
6232 F: include/keys/trusted-type.h
6233 F: security/keys/trusted.c
6234 F: security/keys/trusted.h
6235
6236 KEYS-ENCRYPTED
6237 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6238 M: David Safford <safford@us.ibm.com>
6239 L: linux-security-module@vger.kernel.org
6240 L: keyrings@vger.kernel.org
6241 S: Supported
6242 F: Documentation/security/keys-trusted-encrypted.txt
6243 F: include/keys/encrypted-type.h
6244 F: security/keys/encrypted-keys/
6245
6246 KGDB / KDB /debug_core
6247 M: Jason Wessel <jason.wessel@windriver.com>
6248 W: http://kgdb.wiki.kernel.org/
6249 L: kgdb-bugreport@lists.sourceforge.net
6250 S: Maintained
6251 F: Documentation/DocBook/kgdb.tmpl
6252 F: drivers/misc/kgdbts.c
6253 F: drivers/tty/serial/kgdboc.c
6254 F: include/linux/kdb.h
6255 F: include/linux/kgdb.h
6256 F: kernel/debug/
6257
6258 KMEMCHECK
6259 M: Vegard Nossum <vegardno@ifi.uio.no>
6260 M: Pekka Enberg <penberg@kernel.org>
6261 S: Maintained
6262 F: Documentation/kmemcheck.txt
6263 F: arch/x86/include/asm/kmemcheck.h
6264 F: arch/x86/mm/kmemcheck/
6265 F: include/linux/kmemcheck.h
6266 F: mm/kmemcheck.c
6267
6268 KMEMLEAK
6269 M: Catalin Marinas <catalin.marinas@arm.com>
6270 S: Maintained
6271 F: Documentation/kmemleak.txt
6272 F: include/linux/kmemleak.h
6273 F: mm/kmemleak.c
6274 F: mm/kmemleak-test.c
6275
6276 KPROBES
6277 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6278 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6279 M: "David S. Miller" <davem@davemloft.net>
6280 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6281 S: Maintained
6282 F: Documentation/kprobes.txt
6283 F: include/linux/kprobes.h
6284 F: kernel/kprobes.c
6285
6286 KS0108 LCD CONTROLLER DRIVER
6287 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6288 W: http://miguelojeda.es/auxdisplay.htm
6289 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6290 S: Maintained
6291 F: Documentation/auxdisplay/ks0108
6292 F: drivers/auxdisplay/ks0108.c
6293 F: include/linux/ks0108.h
6294
6295 L3MDEV
6296 M: David Ahern <dsa@cumulusnetworks.com>
6297 L: netdev@vger.kernel.org
6298 S: Maintained
6299 F: net/l3mdev
6300 F: include/net/l3mdev.h
6301
6302 LAPB module
6303 L: linux-x25@vger.kernel.org
6304 S: Orphan
6305 F: Documentation/networking/lapb-module.txt
6306 F: include/*/lapb.h
6307 F: net/lapb/
6308
6309 LASI 53c700 driver for PARISC
6310 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6311 L: linux-scsi@vger.kernel.org
6312 S: Maintained
6313 F: Documentation/scsi/53c700.txt
6314 F: drivers/scsi/53c700*
6315
6316 LED SUBSYSTEM
6317 M: Richard Purdie <rpurdie@rpsys.net>
6318 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6319 L: linux-leds@vger.kernel.org
6320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6321 S: Maintained
6322 F: drivers/leds/
6323 F: include/linux/leds.h
6324
6325 LEGACY EEPROM DRIVER
6326 M: Jean Delvare <jdelvare@suse.com>
6327 S: Maintained
6328 F: Documentation/misc-devices/eeprom
6329 F: drivers/misc/eeprom/eeprom.c
6330
6331 LEGO USB Tower driver
6332 M: Juergen Stuber <starblue@users.sourceforge.net>
6333 L: legousb-devel@lists.sourceforge.net
6334 W: http://legousb.sourceforge.net/
6335 S: Maintained
6336 F: drivers/usb/misc/legousbtower.c
6337
6338 LG2160 MEDIA DRIVER
6339 M: Michael Krufky <mkrufky@linuxtv.org>
6340 L: linux-media@vger.kernel.org
6341 W: http://linuxtv.org/
6342 W: http://github.com/mkrufky
6343 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6344 T: git git://linuxtv.org/mkrufky/tuners.git
6345 S: Maintained
6346 F: drivers/media/dvb-frontends/lg2160.*
6347
6348 LGDT3305 MEDIA DRIVER
6349 M: Michael Krufky <mkrufky@linuxtv.org>
6350 L: linux-media@vger.kernel.org
6351 W: http://linuxtv.org/
6352 W: http://github.com/mkrufky
6353 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6354 T: git git://linuxtv.org/mkrufky/tuners.git
6355 S: Maintained
6356 F: drivers/media/dvb-frontends/lgdt3305.*
6357
6358 LGUEST
6359 M: Rusty Russell <rusty@rustcorp.com.au>
6360 L: lguest@lists.ozlabs.org
6361 W: http://lguest.ozlabs.org/
6362 S: Odd Fixes
6363 F: arch/x86/include/asm/lguest*.h
6364 F: arch/x86/lguest/
6365 F: drivers/lguest/
6366 F: include/linux/lguest*.h
6367 F: tools/lguest/
6368
6369 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6370 M: Tejun Heo <tj@kernel.org>
6371 L: linux-ide@vger.kernel.org
6372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6373 S: Maintained
6374 F: drivers/ata/
6375 F: include/linux/ata.h
6376 F: include/linux/libata.h
6377
6378 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6379 M: Viresh Kumar <vireshk@kernel.org>
6380 L: linux-ide@vger.kernel.org
6381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6382 S: Maintained
6383 F: include/linux/pata_arasan_cf_data.h
6384 F: drivers/ata/pata_arasan_cf.c
6385
6386 LIBATA PATA DRIVERS
6387 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6388 M: Tejun Heo <tj@kernel.org>
6389 L: linux-ide@vger.kernel.org
6390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6391 S: Maintained
6392 F: drivers/ata/pata_*.c
6393 F: drivers/ata/ata_generic.c
6394
6395 LIBATA SATA AHCI PLATFORM devices support
6396 M: Hans de Goede <hdegoede@redhat.com>
6397 M: Tejun Heo <tj@kernel.org>
6398 L: linux-ide@vger.kernel.org
6399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6400 S: Maintained
6401 F: drivers/ata/ahci_platform.c
6402 F: drivers/ata/libahci_platform.c
6403 F: include/linux/ahci_platform.h
6404
6405 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6406 M: Mikael Pettersson <mikpelinux@gmail.com>
6407 L: linux-ide@vger.kernel.org
6408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6409 S: Maintained
6410 F: drivers/ata/sata_promise.*
6411
6412 LIBLOCKDEP
6413 M: Sasha Levin <sasha.levin@oracle.com>
6414 S: Maintained
6415 F: tools/lib/lockdep/
6416
6417 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6418 M: Dan Williams <dan.j.williams@intel.com>
6419 L: linux-nvdimm@lists.01.org
6420 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6421 S: Supported
6422 F: drivers/nvdimm/*
6423 F: include/linux/nd.h
6424 F: include/linux/libnvdimm.h
6425 F: include/uapi/linux/ndctl.h
6426
6427 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6428 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6429 L: linux-nvdimm@lists.01.org
6430 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6431 S: Supported
6432 F: drivers/nvdimm/blk.c
6433 F: drivers/nvdimm/region_devs.c
6434 F: drivers/acpi/nfit*
6435
6436 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6437 M: Vishal Verma <vishal.l.verma@intel.com>
6438 L: linux-nvdimm@lists.01.org
6439 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6440 S: Supported
6441 F: drivers/nvdimm/btt*
6442
6443 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6444 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6445 L: linux-nvdimm@lists.01.org
6446 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6447 S: Supported
6448 F: drivers/nvdimm/pmem.c
6449 F: include/linux/pmem.h
6450 F: arch/*/include/asm/pmem.h
6451
6452 LIGHTNVM PLATFORM SUPPORT
6453 M: Matias Bjorling <mb@lightnvm.io>
6454 W: http://github/OpenChannelSSD
6455 L: linux-block@vger.kernel.org
6456 S: Maintained
6457 F: drivers/lightnvm/
6458 F: include/linux/lightnvm.h
6459 F: include/uapi/linux/lightnvm.h
6460
6461 LINUX FOR IBM pSERIES (RS/6000)
6462 M: Paul Mackerras <paulus@au.ibm.com>
6463 W: http://www.ibm.com/linux/ltc/projects/ppc
6464 S: Supported
6465 F: arch/powerpc/boot/rs6000.h
6466
6467 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6468 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6469 M: Paul Mackerras <paulus@samba.org>
6470 M: Michael Ellerman <mpe@ellerman.id.au>
6471 W: http://www.penguinppc.org/
6472 L: linuxppc-dev@lists.ozlabs.org
6473 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6475 S: Supported
6476 F: Documentation/powerpc/
6477 F: arch/powerpc/
6478
6479 LINUX FOR POWER MACINTOSH
6480 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6481 W: http://www.penguinppc.org/
6482 L: linuxppc-dev@lists.ozlabs.org
6483 S: Maintained
6484 F: arch/powerpc/platforms/powermac/
6485 F: drivers/macintosh/
6486
6487 LINUX FOR POWERPC EMBEDDED MPC5XXX
6488 M: Anatolij Gustschin <agust@denx.de>
6489 L: linuxppc-dev@lists.ozlabs.org
6490 T: git git://git.denx.de/linux-denx-agust.git
6491 S: Maintained
6492 F: arch/powerpc/platforms/512x/
6493 F: arch/powerpc/platforms/52xx/
6494
6495 LINUX FOR POWERPC EMBEDDED PPC4XX
6496 M: Alistair Popple <alistair@popple.id.au>
6497 M: Matt Porter <mporter@kernel.crashing.org>
6498 W: http://www.penguinppc.org/
6499 L: linuxppc-dev@lists.ozlabs.org
6500 S: Maintained
6501 F: arch/powerpc/platforms/40x/
6502 F: arch/powerpc/platforms/44x/
6503
6504 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6505 L: linuxppc-dev@lists.ozlabs.org
6506 S: Orphan
6507 F: arch/powerpc/*/*virtex*
6508 F: arch/powerpc/*/*/*virtex*
6509
6510 LINUX FOR POWERPC EMBEDDED PPC8XX
6511 M: Vitaly Bordug <vitb@kernel.crashing.org>
6512 W: http://www.penguinppc.org/
6513 L: linuxppc-dev@lists.ozlabs.org
6514 S: Maintained
6515 F: arch/powerpc/platforms/8xx/
6516
6517 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6518 M: Scott Wood <scottwood@freescale.com>
6519 M: Kumar Gala <galak@kernel.crashing.org>
6520 W: http://www.penguinppc.org/
6521 L: linuxppc-dev@lists.ozlabs.org
6522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6523 S: Maintained
6524 F: arch/powerpc/platforms/83xx/
6525 F: arch/powerpc/platforms/85xx/
6526
6527 LINUX FOR POWERPC PA SEMI PWRFICIENT
6528 M: Olof Johansson <olof@lixom.net>
6529 L: linuxppc-dev@lists.ozlabs.org
6530 S: Maintained
6531 F: arch/powerpc/platforms/pasemi/
6532 F: drivers/*/*pasemi*
6533 F: drivers/*/*/*pasemi*
6534
6535 LINUX SECURITY MODULE (LSM) FRAMEWORK
6536 M: Chris Wright <chrisw@sous-sol.org>
6537 L: linux-security-module@vger.kernel.org
6538 S: Supported
6539
6540 LIS3LV02D ACCELEROMETER DRIVER
6541 M: Eric Piel <eric.piel@tremplin-utc.net>
6542 S: Maintained
6543 F: Documentation/misc-devices/lis3lv02d
6544 F: drivers/misc/lis3lv02d/
6545 F: drivers/platform/x86/hp_accel.c
6546
6547 LIVE PATCHING
6548 M: Josh Poimboeuf <jpoimboe@redhat.com>
6549 M: Seth Jennings <sjenning@redhat.com>
6550 M: Jiri Kosina <jikos@kernel.org>
6551 M: Vojtech Pavlik <vojtech@suse.com>
6552 S: Maintained
6553 F: kernel/livepatch/
6554 F: include/linux/livepatch.h
6555 F: arch/x86/include/asm/livepatch.h
6556 F: arch/x86/kernel/livepatch.c
6557 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6558 F: samples/livepatch/
6559 L: live-patching@vger.kernel.org
6560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6561
6562 LLC (802.2)
6563 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6564 S: Maintained
6565 F: include/linux/llc.h
6566 F: include/uapi/linux/llc.h
6567 F: include/net/llc*
6568 F: net/llc/
6569
6570 LM73 HARDWARE MONITOR DRIVER
6571 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6572 L: linux-hwmon@vger.kernel.org
6573 S: Maintained
6574 F: drivers/hwmon/lm73.c
6575
6576 LM78 HARDWARE MONITOR DRIVER
6577 M: Jean Delvare <jdelvare@suse.com>
6578 L: linux-hwmon@vger.kernel.org
6579 S: Maintained
6580 F: Documentation/hwmon/lm78
6581 F: drivers/hwmon/lm78.c
6582
6583 LM83 HARDWARE MONITOR DRIVER
6584 M: Jean Delvare <jdelvare@suse.com>
6585 L: linux-hwmon@vger.kernel.org
6586 S: Maintained
6587 F: Documentation/hwmon/lm83
6588 F: drivers/hwmon/lm83.c
6589
6590 LM90 HARDWARE MONITOR DRIVER
6591 M: Jean Delvare <jdelvare@suse.com>
6592 L: linux-hwmon@vger.kernel.org
6593 S: Maintained
6594 F: Documentation/hwmon/lm90
6595 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6596 F: drivers/hwmon/lm90.c
6597
6598 LM95234 HARDWARE MONITOR DRIVER
6599 M: Guenter Roeck <linux@roeck-us.net>
6600 L: linux-hwmon@vger.kernel.org
6601 S: Maintained
6602 F: Documentation/hwmon/lm95234
6603 F: drivers/hwmon/lm95234.c
6604
6605 LME2510 MEDIA DRIVER
6606 M: Malcolm Priestley <tvboxspy@gmail.com>
6607 L: linux-media@vger.kernel.org
6608 W: http://linuxtv.org/
6609 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6610 S: Maintained
6611 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6612
6613 LOCKDEP AND LOCKSTAT
6614 M: Peter Zijlstra <peterz@infradead.org>
6615 M: Ingo Molnar <mingo@redhat.com>
6616 L: linux-kernel@vger.kernel.org
6617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6618 S: Maintained
6619 F: Documentation/locking/lockdep*.txt
6620 F: Documentation/locking/lockstat.txt
6621 F: include/linux/lockdep.h
6622 F: kernel/locking/
6623
6624 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6625 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6626 L: linux-ntfs-dev@lists.sourceforge.net
6627 W: http://www.linux-ntfs.org/content/view/19/37/
6628 S: Maintained
6629 F: Documentation/ldm.txt
6630 F: block/partitions/ldm.*
6631
6632 LogFS
6633 M: Joern Engel <joern@logfs.org>
6634 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6635 L: logfs@logfs.org
6636 W: logfs.org
6637 S: Maintained
6638 F: fs/logfs/
6639
6640 LPC32XX MACHINE SUPPORT
6641 M: Roland Stigge <stigge@antcom.de>
6642 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6643 S: Maintained
6644 F: arch/arm/mach-lpc32xx/
6645
6646 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6647 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6648 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6649 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6650 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6651 L: MPT-FusionLinux.pdl@avagotech.com
6652 L: linux-scsi@vger.kernel.org
6653 W: http://www.lsilogic.com/support
6654 S: Supported
6655 F: drivers/message/fusion/
6656 F: drivers/scsi/mpt2sas/
6657 F: drivers/scsi/mpt3sas/
6658
6659 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6660 M: Matthew Wilcox <matthew@wil.cx>
6661 L: linux-scsi@vger.kernel.org
6662 S: Maintained
6663 F: drivers/scsi/sym53c8xx_2/
6664
6665 LTC4261 HARDWARE MONITOR DRIVER
6666 M: Guenter Roeck <linux@roeck-us.net>
6667 L: linux-hwmon@vger.kernel.org
6668 S: Maintained
6669 F: Documentation/hwmon/ltc4261
6670 F: drivers/hwmon/ltc4261.c
6671
6672 LTP (Linux Test Project)
6673 M: Mike Frysinger <vapier@gentoo.org>
6674 M: Cyril Hrubis <chrubis@suse.cz>
6675 M: Wanlong Gao <wanlong.gao@gmail.com>
6676 M: Jan Stancek <jstancek@redhat.com>
6677 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6678 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6679 L: ltp@lists.linux.it (subscribers-only)
6680 W: http://linux-test-project.github.io/
6681 T: git git://github.com/linux-test-project/ltp.git
6682 S: Maintained
6683
6684 M32R ARCHITECTURE
6685 W: http://www.linux-m32r.org/
6686 S: Orphan
6687 F: arch/m32r/
6688
6689 M68K ARCHITECTURE
6690 M: Geert Uytterhoeven <geert@linux-m68k.org>
6691 L: linux-m68k@lists.linux-m68k.org
6692 W: http://www.linux-m68k.org/
6693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6694 S: Maintained
6695 F: arch/m68k/
6696 F: drivers/zorro/
6697
6698 M68K ON APPLE MACINTOSH
6699 M: Joshua Thompson <funaho@jurai.org>
6700 W: http://www.mac.linux-m68k.org/
6701 L: linux-m68k@lists.linux-m68k.org
6702 S: Maintained
6703 F: arch/m68k/mac/
6704
6705 M68K ON HP9000/300
6706 M: Philip Blundell <philb@gnu.org>
6707 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6708 S: Maintained
6709 F: arch/m68k/hp300/
6710
6711 M88DS3103 MEDIA DRIVER
6712 M: Antti Palosaari <crope@iki.fi>
6713 L: linux-media@vger.kernel.org
6714 W: http://linuxtv.org/
6715 W: http://palosaari.fi/linux/
6716 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6717 T: git git://linuxtv.org/anttip/media_tree.git
6718 S: Maintained
6719 F: drivers/media/dvb-frontends/m88ds3103*
6720
6721 M88RS2000 MEDIA DRIVER
6722 M: Malcolm Priestley <tvboxspy@gmail.com>
6723 L: linux-media@vger.kernel.org
6724 W: http://linuxtv.org/
6725 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6726 S: Maintained
6727 F: drivers/media/dvb-frontends/m88rs2000*
6728
6729 MA901 MASTERKIT USB FM RADIO DRIVER
6730 M: Alexey Klimov <klimov.linux@gmail.com>
6731 L: linux-media@vger.kernel.org
6732 T: git git://linuxtv.org/media_tree.git
6733 S: Maintained
6734 F: drivers/media/radio/radio-ma901.c
6735
6736 MAC80211
6737 M: Johannes Berg <johannes@sipsolutions.net>
6738 L: linux-wireless@vger.kernel.org
6739 W: http://wireless.kernel.org/
6740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6742 S: Maintained
6743 F: Documentation/networking/mac80211-injection.txt
6744 F: include/net/mac80211.h
6745 F: net/mac80211/
6746
6747 MACVLAN DRIVER
6748 M: Patrick McHardy <kaber@trash.net>
6749 L: netdev@vger.kernel.org
6750 S: Maintained
6751 F: drivers/net/macvlan.c
6752 F: include/linux/if_macvlan.h
6753
6754 MAILBOX API
6755 M: Jassi Brar <jassisinghbrar@gmail.com>
6756 L: linux-kernel@vger.kernel.org
6757 S: Maintained
6758 F: drivers/mailbox/
6759 F: include/linux/mailbox_client.h
6760 F: include/linux/mailbox_controller.h
6761
6762 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6763 M: Michael Kerrisk <mtk.manpages@gmail.com>
6764 W: http://www.kernel.org/doc/man-pages
6765 L: linux-man@vger.kernel.org
6766 S: Maintained
6767
6768 MARVELL ARMADA DRM SUPPORT
6769 M: Russell King <rmk+kernel@arm.linux.org.uk>
6770 S: Maintained
6771 F: drivers/gpu/drm/armada/
6772
6773 MARVELL 88E6352 DSA support
6774 M: Guenter Roeck <linux@roeck-us.net>
6775 S: Maintained
6776 F: drivers/net/dsa/mv88e6352.c
6777
6778 MARVELL CRYPTO DRIVER
6779 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6780 M: Arnaud Ebalard <arno@natisbad.org>
6781 F: drivers/crypto/marvell/
6782 S: Maintained
6783 L: linux-crypto@vger.kernel.org
6784
6785 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6786 M: Mirko Lindner <mlindner@marvell.com>
6787 M: Stephen Hemminger <stephen@networkplumber.org>
6788 L: netdev@vger.kernel.org
6789 S: Maintained
6790 F: drivers/net/ethernet/marvell/sk*
6791
6792 MARVELL LIBERTAS WIRELESS DRIVER
6793 L: libertas-dev@lists.infradead.org
6794 S: Orphan
6795 F: drivers/net/wireless/libertas/
6796
6797 MARVELL MV643XX ETHERNET DRIVER
6798 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6799 L: netdev@vger.kernel.org
6800 S: Maintained
6801 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6802 F: include/linux/mv643xx.h
6803
6804 MARVELL MVNETA ETHERNET DRIVER
6805 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6806 L: netdev@vger.kernel.org
6807 S: Maintained
6808 F: drivers/net/ethernet/marvell/mvneta.*
6809
6810 MARVELL MWIFIEX WIRELESS DRIVER
6811 M: Amitkumar Karwar <akarwar@marvell.com>
6812 M: Nishant Sarmukadam <nishants@marvell.com>
6813 L: linux-wireless@vger.kernel.org
6814 S: Maintained
6815 F: drivers/net/wireless/mwifiex/
6816
6817 MARVELL MWL8K WIRELESS DRIVER
6818 M: Lennert Buytenhek <buytenh@wantstofly.org>
6819 L: linux-wireless@vger.kernel.org
6820 S: Odd Fixes
6821 F: drivers/net/wireless/mwl8k.c
6822
6823 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6824 M: Nicolas Pitre <nico@fluxnic.net>
6825 S: Odd Fixes
6826 F: drivers/mmc/host/mvsdio.*
6827
6828 MATROX FRAMEBUFFER DRIVER
6829 L: linux-fbdev@vger.kernel.org
6830 S: Orphan
6831 F: drivers/video/fbdev/matrox/matroxfb_*
6832 F: include/uapi/linux/matroxfb.h
6833
6834 MAX16065 HARDWARE MONITOR DRIVER
6835 M: Guenter Roeck <linux@roeck-us.net>
6836 L: linux-hwmon@vger.kernel.org
6837 S: Maintained
6838 F: Documentation/hwmon/max16065
6839 F: drivers/hwmon/max16065.c
6840
6841 MAX20751 HARDWARE MONITOR DRIVER
6842 M: Guenter Roeck <linux@roeck-us.net>
6843 L: linux-hwmon@vger.kernel.org
6844 S: Maintained
6845 F: Documentation/hwmon/max20751
6846 F: drivers/hwmon/max20751.c
6847
6848 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6849 M: "Hans J. Koch" <hjk@hansjkoch.de>
6850 L: linux-hwmon@vger.kernel.org
6851 S: Maintained
6852 F: Documentation/hwmon/max6650
6853 F: drivers/hwmon/max6650.c
6854
6855 MAX6697 HARDWARE MONITOR DRIVER
6856 M: Guenter Roeck <linux@roeck-us.net>
6857 L: linux-hwmon@vger.kernel.org
6858 S: Maintained
6859 F: Documentation/hwmon/max6697
6860 F: Documentation/devicetree/bindings/i2c/max6697.txt
6861 F: drivers/hwmon/max6697.c
6862 F: include/linux/platform_data/max6697.h
6863
6864 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6865 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6866 L: linux-pm@vger.kernel.org
6867 S: Supported
6868 F: drivers/power/max14577_charger.c
6869 F: drivers/power/max77693_charger.c
6870
6871 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6872 M: Javier Martinez Canillas <javier@osg.samsung.com>
6873 L: linux-kernel@vger.kernel.org
6874 S: Supported
6875 F: drivers/*/*max77802.c
6876 F: Documentation/devicetree/bindings/*/*max77802.txt
6877 F: include/dt-bindings/*/*max77802.h
6878
6879 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6880 M: Chanwoo Choi <cw00.choi@samsung.com>
6881 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6882 L: linux-kernel@vger.kernel.org
6883 S: Supported
6884 F: drivers/*/max14577.c
6885 F: drivers/*/max77686.c
6886 F: drivers/*/max77693.c
6887 F: drivers/extcon/extcon-max14577.c
6888 F: drivers/extcon/extcon-max77693.c
6889 F: drivers/rtc/rtc-max77686.c
6890 F: drivers/clk/clk-max77686.c
6891 F: Documentation/devicetree/bindings/mfd/max14577.txt
6892 F: Documentation/devicetree/bindings/*/max77686.txt
6893 F: Documentation/devicetree/bindings/mfd/max77693.txt
6894 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6895 F: include/linux/mfd/max14577*.h
6896 F: include/linux/mfd/max77686*.h
6897 F: include/linux/mfd/max77693*.h
6898
6899 MAXIRADIO FM RADIO RECEIVER DRIVER
6900 M: Hans Verkuil <hverkuil@xs4all.nl>
6901 L: linux-media@vger.kernel.org
6902 T: git git://linuxtv.org/media_tree.git
6903 W: http://linuxtv.org
6904 S: Maintained
6905 F: drivers/media/radio/radio-maxiradio*
6906
6907 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6908 M: Peter Rosin <peda@axentia.se>
6909 L: linux-iio@vger.kernel.org
6910 S: Maintained
6911 F: drivers/iio/potentiometer/mcp4531.c
6912
6913 MEDIA DRIVERS FOR RENESAS - VSP1
6914 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6915 L: linux-media@vger.kernel.org
6916 L: linux-sh@vger.kernel.org
6917 T: git git://linuxtv.org/media_tree.git
6918 S: Supported
6919 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6920 F: drivers/media/platform/vsp1/
6921
6922 MEDIA DRIVERS FOR ASCOT2E
6923 M: Sergey Kozlov <serjk@netup.ru>
6924 L: linux-media@vger.kernel.org
6925 W: http://linuxtv.org
6926 W: http://netup.tv/
6927 T: git git://linuxtv.org/media_tree.git
6928 S: Supported
6929 F: drivers/media/dvb-frontends/ascot2e*
6930
6931 MEDIA DRIVERS FOR CXD2841ER
6932 M: Sergey Kozlov <serjk@netup.ru>
6933 L: linux-media@vger.kernel.org
6934 W: http://linuxtv.org/
6935 W: http://netup.tv/
6936 T: git git://linuxtv.org/media_tree.git
6937 S: Supported
6938 F: drivers/media/dvb-frontends/cxd2841er*
6939
6940 MEDIA DRIVERS FOR HORUS3A
6941 M: Sergey Kozlov <serjk@netup.ru>
6942 L: linux-media@vger.kernel.org
6943 W: http://linuxtv.org/
6944 W: http://netup.tv/
6945 T: git git://linuxtv.org/media_tree.git
6946 S: Supported
6947 F: drivers/media/dvb-frontends/horus3a*
6948
6949 MEDIA DRIVERS FOR LNBH25
6950 M: Sergey Kozlov <serjk@netup.ru>
6951 L: linux-media@vger.kernel.org
6952 W: http://linuxtv.org/
6953 W: http://netup.tv/
6954 T: git git://linuxtv.org/media_tree.git
6955 S: Supported
6956 F: drivers/media/dvb-frontends/lnbh25*
6957
6958 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6959 M: Sergey Kozlov <serjk@netup.ru>
6960 L: linux-media@vger.kernel.org
6961 W: http://linuxtv.org/
6962 W: http://netup.tv/
6963 T: git git://linuxtv.org/media_tree.git
6964 S: Supported
6965 F: drivers/media/pci/netup_unidvb/*
6966
6967 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6968 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6969 P: LinuxTV.org Project
6970 L: linux-media@vger.kernel.org
6971 W: http://linuxtv.org
6972 Q: http://patchwork.kernel.org/project/linux-media/list/
6973 T: git git://linuxtv.org/media_tree.git
6974 S: Maintained
6975 F: Documentation/dvb/
6976 F: Documentation/video4linux/
6977 F: Documentation/DocBook/media/
6978 F: drivers/media/
6979 F: drivers/staging/media/
6980 F: include/media/
6981 F: include/uapi/linux/dvb/
6982 F: include/uapi/linux/videodev2.h
6983 F: include/uapi/linux/media.h
6984 F: include/uapi/linux/v4l2-*
6985 F: include/uapi/linux/meye.h
6986 F: include/uapi/linux/ivtv*
6987 F: include/uapi/linux/uvcvideo.h
6988
6989 MEDIATEK MT7601U WIRELESS LAN DRIVER
6990 M: Jakub Kicinski <kubakici@wp.pl>
6991 L: linux-wireless@vger.kernel.org
6992 S: Maintained
6993 F: drivers/net/wireless/mediatek/mt7601u/
6994
6995 MEGARAID SCSI/SAS DRIVERS
6996 M: Kashyap Desai <kashyap.desai@avagotech.com>
6997 M: Sumit Saxena <sumit.saxena@avagotech.com>
6998 M: Uday Lingala <uday.lingala@avagotech.com>
6999 L: megaraidlinux.pdl@avagotech.com
7000 L: linux-scsi@vger.kernel.org
7001 W: http://www.lsi.com
7002 S: Maintained
7003 F: Documentation/scsi/megaraid.txt
7004 F: drivers/scsi/megaraid.*
7005 F: drivers/scsi/megaraid/
7006
7007 MELLANOX ETHERNET DRIVER (mlx4_en)
7008 M: Eugenia Emantayev <eugenia@mellanox.com>
7009 L: netdev@vger.kernel.org
7010 S: Supported
7011 W: http://www.mellanox.com
7012 Q: http://patchwork.ozlabs.org/project/netdev/list/
7013 F: drivers/net/ethernet/mellanox/mlx4/en_*
7014
7015 MELLANOX ETHERNET DRIVER (mlx5e)
7016 M: Saeed Mahameed <saeedm@mellanox.com>
7017 L: netdev@vger.kernel.org
7018 S: Supported
7019 W: http://www.mellanox.com
7020 Q: http://patchwork.ozlabs.org/project/netdev/list/
7021 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7022
7023 MELLANOX ETHERNET SWITCH DRIVERS
7024 M: Jiri Pirko <jiri@mellanox.com>
7025 M: Ido Schimmel <idosch@mellanox.com>
7026 L: netdev@vger.kernel.org
7027 S: Supported
7028 W: http://www.mellanox.com
7029 Q: http://patchwork.ozlabs.org/project/netdev/list/
7030 F: drivers/net/ethernet/mellanox/mlxsw/
7031
7032 MEMBARRIER SUPPORT
7033 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7034 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7035 L: linux-kernel@vger.kernel.org
7036 S: Supported
7037 F: kernel/membarrier.c
7038 F: include/uapi/linux/membarrier.h
7039
7040 MEMORY MANAGEMENT
7041 L: linux-mm@kvack.org
7042 W: http://www.linux-mm.org
7043 S: Maintained
7044 F: include/linux/mm.h
7045 F: include/linux/gfp.h
7046 F: include/linux/mmzone.h
7047 F: include/linux/memory_hotplug.h
7048 F: include/linux/vmalloc.h
7049 F: mm/
7050
7051 MEMORY TECHNOLOGY DEVICES (MTD)
7052 M: David Woodhouse <dwmw2@infradead.org>
7053 M: Brian Norris <computersforpeace@gmail.com>
7054 L: linux-mtd@lists.infradead.org
7055 W: http://www.linux-mtd.infradead.org/
7056 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7057 T: git git://git.infradead.org/linux-mtd.git
7058 T: git git://git.infradead.org/l2-mtd.git
7059 S: Maintained
7060 F: drivers/mtd/
7061 F: include/linux/mtd/
7062 F: include/uapi/mtd/
7063
7064 MEN A21 WATCHDOG DRIVER
7065 M: Johannes Thumshirn <morbidrsa@gmail.com>
7066 L: linux-watchdog@vger.kernel.org
7067 S: Maintained
7068 F: drivers/watchdog/mena21_wdt.c
7069
7070 MEN CHAMELEON BUS (mcb)
7071 M: Johannes Thumshirn <morbidrsa@gmail.com>
7072 S: Maintained
7073 F: drivers/mcb/
7074 F: include/linux/mcb.h
7075 F: Documentation/men-chameleon-bus.txt
7076
7077 MEN F21BMC (Board Management Controller)
7078 M: Andreas Werner <andreas.werner@men.de>
7079 S: Supported
7080 F: drivers/mfd/menf21bmc.c
7081 F: drivers/watchdog/menf21bmc_wdt.c
7082 F: drivers/leds/leds-menf21bmc.c
7083 F: drivers/hwmon/menf21bmc_hwmon.c
7084 F: Documentation/hwmon/menf21bmc
7085
7086 METAG ARCHITECTURE
7087 M: James Hogan <james.hogan@imgtec.com>
7088 L: linux-metag@vger.kernel.org
7089 S: Odd Fixes
7090 F: arch/metag/
7091 F: Documentation/metag/
7092 F: Documentation/devicetree/bindings/metag/
7093 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7094 F: drivers/clocksource/metag_generic.c
7095 F: drivers/irqchip/irq-metag.c
7096 F: drivers/irqchip/irq-metag-ext.c
7097 F: drivers/tty/metag_da.c
7098
7099 MICROBLAZE ARCHITECTURE
7100 M: Michal Simek <monstr@monstr.eu>
7101 W: http://www.monstr.eu/fdt/
7102 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7103 S: Supported
7104 F: arch/microblaze/
7105
7106 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7107 M: Chen Yu <yu.c.chen@intel.com>
7108 L: platform-driver-x86@vger.kernel.org
7109 S: Supported
7110 F: drivers/platform/x86/surfacepro3_button.c
7111
7112 MICROTEK X6 SCANNER
7113 M: Oliver Neukum <oliver@neukum.org>
7114 S: Maintained
7115 F: drivers/usb/image/microtek.*
7116
7117 MIPS
7118 M: Ralf Baechle <ralf@linux-mips.org>
7119 L: linux-mips@linux-mips.org
7120 W: http://www.linux-mips.org/
7121 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7122 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7123 S: Supported
7124 F: Documentation/mips/
7125 F: arch/mips/
7126
7127 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7128 M: Hans Verkuil <hverkuil@xs4all.nl>
7129 L: linux-media@vger.kernel.org
7130 T: git git://linuxtv.org/media_tree.git
7131 W: http://linuxtv.org
7132 S: Odd Fixes
7133 F: drivers/media/radio/radio-miropcm20*
7134
7135 Mellanox MLX5 core VPI driver
7136 M: Eli Cohen <eli@mellanox.com>
7137 L: netdev@vger.kernel.org
7138 L: linux-rdma@vger.kernel.org
7139 W: http://www.mellanox.com
7140 Q: http://patchwork.ozlabs.org/project/netdev/list/
7141 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7142 T: git git://openfabrics.org/~eli/connect-ib.git
7143 S: Supported
7144 F: drivers/net/ethernet/mellanox/mlx5/core/
7145 F: include/linux/mlx5/
7146
7147 Mellanox MLX5 IB driver
7148 M: Eli Cohen <eli@mellanox.com>
7149 L: linux-rdma@vger.kernel.org
7150 W: http://www.mellanox.com
7151 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7152 T: git git://openfabrics.org/~eli/connect-ib.git
7153 S: Supported
7154 F: include/linux/mlx5/
7155 F: drivers/infiniband/hw/mlx5/
7156
7157 MELEXIS MLX90614 DRIVER
7158 M: Crt Mori <cmo@melexis.com>
7159 L: linux-iio@vger.kernel.org
7160 W: http://www.melexis.com
7161 S: Supported
7162 F: drivers/iio/temperature/mlx90614.c
7163
7164 MN88472 MEDIA DRIVER
7165 M: Antti Palosaari <crope@iki.fi>
7166 L: linux-media@vger.kernel.org
7167 W: http://linuxtv.org/
7168 W: http://palosaari.fi/linux/
7169 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7170 T: git git://linuxtv.org/anttip/media_tree.git
7171 S: Maintained
7172 F: drivers/staging/media/mn88472/
7173 F: drivers/media/dvb-frontends/mn88472.h
7174
7175 MN88473 MEDIA DRIVER
7176 M: Antti Palosaari <crope@iki.fi>
7177 L: linux-media@vger.kernel.org
7178 W: http://linuxtv.org/
7179 W: http://palosaari.fi/linux/
7180 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7181 T: git git://linuxtv.org/anttip/media_tree.git
7182 S: Maintained
7183 F: drivers/staging/media/mn88473/
7184 F: drivers/media/dvb-frontends/mn88473.h
7185
7186 MODULE SUPPORT
7187 M: Rusty Russell <rusty@rustcorp.com.au>
7188 S: Maintained
7189 F: include/linux/module.h
7190 F: kernel/module.c
7191
7192 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7193 W: http://popies.net/meye/
7194 S: Orphan
7195 F: Documentation/video4linux/meye.txt
7196 F: drivers/media/pci/meye/
7197 F: include/uapi/linux/meye.h
7198
7199 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7200 M: Jiri Slaby <jirislaby@gmail.com>
7201 S: Maintained
7202 F: Documentation/serial/moxa-smartio
7203 F: drivers/tty/mxser.*
7204
7205 MR800 AVERMEDIA USB FM RADIO DRIVER
7206 M: Alexey Klimov <klimov.linux@gmail.com>
7207 L: linux-media@vger.kernel.org
7208 T: git git://linuxtv.org/media_tree.git
7209 S: Maintained
7210 F: drivers/media/radio/radio-mr800.c
7211
7212 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7213 M: Alan Ott <alan@signal11.us>
7214 L: linux-wpan@vger.kernel.org
7215 S: Maintained
7216 F: drivers/net/ieee802154/mrf24j40.c
7217 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7218
7219 MSI LAPTOP SUPPORT
7220 M: "Lee, Chun-Yi" <jlee@suse.com>
7221 L: platform-driver-x86@vger.kernel.org
7222 S: Maintained
7223 F: drivers/platform/x86/msi-laptop.c
7224
7225 MSI WMI SUPPORT
7226 L: platform-driver-x86@vger.kernel.org
7227 S: Orphan
7228 F: drivers/platform/x86/msi-wmi.c
7229
7230 MSI001 MEDIA DRIVER
7231 M: Antti Palosaari <crope@iki.fi>
7232 L: linux-media@vger.kernel.org
7233 W: http://linuxtv.org/
7234 W: http://palosaari.fi/linux/
7235 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7236 T: git git://linuxtv.org/anttip/media_tree.git
7237 S: Maintained
7238 F: drivers/media/tuners/msi001*
7239
7240 MSI2500 MEDIA DRIVER
7241 M: Antti Palosaari <crope@iki.fi>
7242 L: linux-media@vger.kernel.org
7243 W: http://linuxtv.org/
7244 W: http://palosaari.fi/linux/
7245 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7246 T: git git://linuxtv.org/anttip/media_tree.git
7247 S: Maintained
7248 F: drivers/media/usb/msi2500/
7249
7250 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7251 M: Robert Jarzmik <robert.jarzmik@free.fr>
7252 L: linux-mtd@lists.infradead.org
7253 S: Maintained
7254 F: drivers/mtd/devices/docg3*
7255
7256 MT9M032 APTINA SENSOR DRIVER
7257 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7258 L: linux-media@vger.kernel.org
7259 T: git git://linuxtv.org/media_tree.git
7260 S: Maintained
7261 F: drivers/media/i2c/mt9m032.c
7262 F: include/media/mt9m032.h
7263
7264 MT9P031 APTINA CAMERA SENSOR
7265 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7266 L: linux-media@vger.kernel.org
7267 T: git git://linuxtv.org/media_tree.git
7268 S: Maintained
7269 F: drivers/media/i2c/mt9p031.c
7270 F: include/media/mt9p031.h
7271
7272 MT9T001 APTINA CAMERA SENSOR
7273 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7274 L: linux-media@vger.kernel.org
7275 T: git git://linuxtv.org/media_tree.git
7276 S: Maintained
7277 F: drivers/media/i2c/mt9t001.c
7278 F: include/media/mt9t001.h
7279
7280 MT9V032 APTINA CAMERA SENSOR
7281 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7282 L: linux-media@vger.kernel.org
7283 T: git git://linuxtv.org/media_tree.git
7284 S: Maintained
7285 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7286 F: drivers/media/i2c/mt9v032.c
7287 F: include/media/mt9v032.h
7288
7289 MULTIFUNCTION DEVICES (MFD)
7290 M: Lee Jones <lee.jones@linaro.org>
7291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7292 S: Supported
7293 F: drivers/mfd/
7294 F: include/linux/mfd/
7295
7296 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7297 M: Ulf Hansson <ulf.hansson@linaro.org>
7298 L: linux-mmc@vger.kernel.org
7299 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7300 S: Maintained
7301 F: drivers/mmc/
7302 F: include/linux/mmc/
7303 F: include/uapi/linux/mmc/
7304
7305 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7306 S: Orphan
7307 F: drivers/mmc/host/mmc_spi.c
7308 F: include/linux/spi/mmc_spi.h
7309
7310 MULTISOUND SOUND DRIVER
7311 M: Andrew Veliath <andrewtv@usa.net>
7312 S: Maintained
7313 F: Documentation/sound/oss/MultiSound
7314 F: sound/oss/msnd*
7315
7316 MULTITECH MULTIPORT CARD (ISICOM)
7317 S: Orphan
7318 F: drivers/tty/isicom.c
7319 F: include/linux/isicom.h
7320
7321 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7322 M: Felipe Balbi <balbi@ti.com>
7323 L: linux-usb@vger.kernel.org
7324 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7325 S: Maintained
7326 F: drivers/usb/musb/
7327
7328 MXL5007T MEDIA DRIVER
7329 M: Michael Krufky <mkrufky@linuxtv.org>
7330 L: linux-media@vger.kernel.org
7331 W: http://linuxtv.org/
7332 W: http://github.com/mkrufky
7333 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7334 T: git git://linuxtv.org/mkrufky/tuners.git
7335 S: Maintained
7336 F: drivers/media/tuners/mxl5007t.*
7337
7338 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7339 M: Hyong-Youb Kim <hykim@myri.com>
7340 L: netdev@vger.kernel.org
7341 W: https://www.myricom.com/support/downloads/myri10ge.html
7342 S: Supported
7343 F: drivers/net/ethernet/myricom/myri10ge/
7344
7345 NATSEMI ETHERNET DRIVER (DP8381x)
7346 S: Orphan
7347 F: drivers/net/ethernet/natsemi/natsemi.c
7348
7349 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7350 M: Daniel Mack <zonque@gmail.com>
7351 S: Maintained
7352 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7353 W: http://www.native-instruments.com
7354 F: sound/usb/caiaq/
7355
7356 NCP FILESYSTEM
7357 M: Petr Vandrovec <petr@vandrovec.name>
7358 S: Odd Fixes
7359 F: fs/ncpfs/
7360
7361 NCR 5380 SCSI DRIVERS
7362 M: Finn Thain <fthain@telegraphics.com.au>
7363 M: Michael Schmitz <schmitzmic@gmail.com>
7364 L: linux-scsi@vger.kernel.org
7365 S: Maintained
7366 F: Documentation/scsi/g_NCR5380.txt
7367 F: drivers/scsi/NCR5380.*
7368 F: drivers/scsi/arm/cumana_1.c
7369 F: drivers/scsi/arm/oak.c
7370 F: drivers/scsi/atari_NCR5380.c
7371 F: drivers/scsi/atari_scsi.*
7372 F: drivers/scsi/dmx3191d.c
7373 F: drivers/scsi/dtc.*
7374 F: drivers/scsi/g_NCR5380.*
7375 F: drivers/scsi/g_NCR5380_mmio.c
7376 F: drivers/scsi/mac_scsi.*
7377 F: drivers/scsi/pas16.*
7378 F: drivers/scsi/sun3_scsi.*
7379 F: drivers/scsi/sun3_scsi_vme.c
7380 F: drivers/scsi/t128.*
7381
7382 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7383 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7384 L: linux-scsi@vger.kernel.org
7385 S: Maintained
7386 F: drivers/scsi/NCR_D700.*
7387
7388 NCT6775 HARDWARE MONITOR DRIVER
7389 M: Guenter Roeck <linux@roeck-us.net>
7390 L: linux-hwmon@vger.kernel.org
7391 S: Maintained
7392 F: Documentation/hwmon/nct6775
7393 F: drivers/hwmon/nct6775.c
7394
7395 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7396 M: Faisal Latif <faisal.latif@intel.com>
7397 L: linux-rdma@vger.kernel.org
7398 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7399 S: Supported
7400 F: drivers/infiniband/hw/nes/
7401
7402 NETEM NETWORK EMULATOR
7403 M: Stephen Hemminger <stephen@networkplumber.org>
7404 L: netem@lists.linux-foundation.org
7405 S: Maintained
7406 F: net/sched/sch_netem.c
7407
7408 NETERION 10GbE DRIVERS (s2io/vxge)
7409 M: Jon Mason <jdmason@kudzu.us>
7410 L: netdev@vger.kernel.org
7411 S: Supported
7412 F: Documentation/networking/s2io.txt
7413 F: Documentation/networking/vxge.txt
7414 F: drivers/net/ethernet/neterion/
7415
7416 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7417 M: Pablo Neira Ayuso <pablo@netfilter.org>
7418 M: Patrick McHardy <kaber@trash.net>
7419 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7420 L: netfilter-devel@vger.kernel.org
7421 L: coreteam@netfilter.org
7422 W: http://www.netfilter.org/
7423 W: http://www.iptables.org/
7424 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7427 S: Supported
7428 F: include/linux/netfilter*
7429 F: include/linux/netfilter/
7430 F: include/net/netfilter/
7431 F: include/uapi/linux/netfilter*
7432 F: include/uapi/linux/netfilter/
7433 F: net/*/netfilter.c
7434 F: net/*/netfilter/
7435 F: net/netfilter/
7436 F: net/bridge/br_netfilter*.c
7437
7438 NETLABEL
7439 M: Paul Moore <paul@paul-moore.com>
7440 W: http://netlabel.sf.net
7441 L: netdev@vger.kernel.org
7442 S: Maintained
7443 F: Documentation/netlabel/
7444 F: include/net/netlabel.h
7445 F: net/netlabel/
7446
7447 NETROM NETWORK LAYER
7448 M: Ralf Baechle <ralf@linux-mips.org>
7449 L: linux-hams@vger.kernel.org
7450 W: http://www.linux-ax25.org/
7451 S: Maintained
7452 F: include/net/netrom.h
7453 F: include/uapi/linux/netrom.h
7454 F: net/netrom/
7455
7456 NETWORK BLOCK DEVICE (NBD)
7457 M: Markus Pargmann <mpa@pengutronix.de>
7458 S: Maintained
7459 L: nbd-general@lists.sourceforge.net
7460 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7461 F: Documentation/blockdev/nbd.txt
7462 F: drivers/block/nbd.c
7463 F: include/uapi/linux/nbd.h
7464
7465 NETWORK DROP MONITOR
7466 M: Neil Horman <nhorman@tuxdriver.com>
7467 L: netdev@vger.kernel.org
7468 S: Maintained
7469 W: https://fedorahosted.org/dropwatch/
7470 F: net/core/drop_monitor.c
7471
7472 NETWORKING [GENERAL]
7473 M: "David S. Miller" <davem@davemloft.net>
7474 L: netdev@vger.kernel.org
7475 W: http://www.linuxfoundation.org/en/Net
7476 Q: http://patchwork.ozlabs.org/project/netdev/list/
7477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7479 S: Maintained
7480 F: net/
7481 F: include/net/
7482 F: include/linux/in.h
7483 F: include/linux/net.h
7484 F: include/linux/netdevice.h
7485 F: include/uapi/linux/in.h
7486 F: include/uapi/linux/net.h
7487 F: include/uapi/linux/netdevice.h
7488 F: include/uapi/linux/net_namespace.h
7489 F: tools/net/
7490 F: tools/testing/selftests/net/
7491 F: lib/random32.c
7492 F: lib/test_bpf.c
7493
7494 NETWORKING [IPv4/IPv6]
7495 M: "David S. Miller" <davem@davemloft.net>
7496 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7497 M: James Morris <jmorris@namei.org>
7498 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7499 M: Patrick McHardy <kaber@trash.net>
7500 L: netdev@vger.kernel.org
7501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7502 S: Maintained
7503 F: net/ipv4/
7504 F: net/ipv6/
7505 F: include/net/ip*
7506 F: arch/x86/net/*
7507
7508 NETWORKING [IPSEC]
7509 M: Steffen Klassert <steffen.klassert@secunet.com>
7510 M: Herbert Xu <herbert@gondor.apana.org.au>
7511 M: "David S. Miller" <davem@davemloft.net>
7512 L: netdev@vger.kernel.org
7513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7515 S: Maintained
7516 F: net/core/flow.c
7517 F: net/xfrm/
7518 F: net/key/
7519 F: net/ipv4/xfrm*
7520 F: net/ipv4/esp4.c
7521 F: net/ipv4/ah4.c
7522 F: net/ipv4/ipcomp.c
7523 F: net/ipv4/ip_vti.c
7524 F: net/ipv6/xfrm*
7525 F: net/ipv6/esp6.c
7526 F: net/ipv6/ah6.c
7527 F: net/ipv6/ipcomp6.c
7528 F: net/ipv6/ip6_vti.c
7529 F: include/uapi/linux/xfrm.h
7530 F: include/net/xfrm.h
7531
7532 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7533 M: Paul Moore <paul@paul-moore.com>
7534 L: netdev@vger.kernel.org
7535 S: Maintained
7536
7537 NETWORKING [WIRELESS]
7538 L: linux-wireless@vger.kernel.org
7539 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7540
7541 NETWORKING DRIVERS
7542 L: netdev@vger.kernel.org
7543 W: http://www.linuxfoundation.org/en/Net
7544 Q: http://patchwork.ozlabs.org/project/netdev/list/
7545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7547 S: Odd Fixes
7548 F: drivers/net/
7549 F: include/linux/if_*
7550 F: include/linux/netdevice.h
7551 F: include/linux/etherdevice.h
7552 F: include/linux/fcdevice.h
7553 F: include/linux/fddidevice.h
7554 F: include/linux/hippidevice.h
7555 F: include/linux/inetdevice.h
7556 F: include/uapi/linux/if_*
7557 F: include/uapi/linux/netdevice.h
7558
7559 NETWORKING DRIVERS (WIRELESS)
7560 M: Kalle Valo <kvalo@codeaurora.org>
7561 L: linux-wireless@vger.kernel.org
7562 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7564 S: Maintained
7565 F: drivers/net/wireless/
7566
7567 NETXEN (1/10) GbE SUPPORT
7568 M: Manish Chopra <manish.chopra@qlogic.com>
7569 M: Sony Chacko <sony.chacko@qlogic.com>
7570 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7571 L: netdev@vger.kernel.org
7572 W: http://www.qlogic.com
7573 S: Supported
7574 F: drivers/net/ethernet/qlogic/netxen/
7575
7576 NFC SUBSYSTEM
7577 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7578 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7579 M: Samuel Ortiz <sameo@linux.intel.com>
7580 L: linux-wireless@vger.kernel.org
7581 L: linux-nfc@lists.01.org (subscribers-only)
7582 S: Supported
7583 F: net/nfc/
7584 F: include/net/nfc/
7585 F: include/uapi/linux/nfc.h
7586 F: drivers/nfc/
7587 F: include/linux/platform_data/pn544.h
7588 F: Documentation/devicetree/bindings/net/nfc/
7589
7590 NFS, SUNRPC, AND LOCKD CLIENTS
7591 M: Trond Myklebust <trond.myklebust@primarydata.com>
7592 M: Anna Schumaker <anna.schumaker@netapp.com>
7593 L: linux-nfs@vger.kernel.org
7594 W: http://client.linux-nfs.org
7595 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7596 S: Maintained
7597 F: fs/lockd/
7598 F: fs/nfs/
7599 F: fs/nfs_common/
7600 F: net/sunrpc/
7601 F: include/linux/lockd/
7602 F: include/linux/nfs*
7603 F: include/linux/sunrpc/
7604 F: include/uapi/linux/nfs*
7605 F: include/uapi/linux/sunrpc/
7606
7607 NILFS2 FILESYSTEM
7608 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7609 L: linux-nilfs@vger.kernel.org
7610 W: http://nilfs.sourceforge.net/
7611 T: git git://github.com/konis/nilfs2.git
7612 S: Supported
7613 F: Documentation/filesystems/nilfs2.txt
7614 F: fs/nilfs2/
7615 F: include/linux/nilfs2_fs.h
7616 F: include/trace/events/nilfs2.h
7617
7618 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7619 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7620 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7621 S: Maintained
7622 F: Documentation/scsi/NinjaSCSI.txt
7623 F: drivers/scsi/pcmcia/nsp_*
7624
7625 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7626 M: GOTO Masanori <gotom@debian.or.jp>
7627 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7628 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7629 S: Maintained
7630 F: Documentation/scsi/NinjaSCSI.txt
7631 F: drivers/scsi/nsp32*
7632
7633 NIOS2 ARCHITECTURE
7634 M: Ley Foon Tan <lftan@altera.com>
7635 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7637 S: Maintained
7638 F: arch/nios2/
7639
7640 NOKIA N900 POWER SUPPLY DRIVERS
7641 M: Pali RohĂ¡r <pali.rohar@gmail.com>
7642 S: Maintained
7643 F: include/linux/power/bq2415x_charger.h
7644 F: include/linux/power/bq27xxx_battery.h
7645 F: include/linux/power/isp1704_charger.h
7646 F: drivers/power/bq2415x_charger.c
7647 F: drivers/power/bq27xxx_battery.c
7648 F: drivers/power/isp1704_charger.c
7649 F: drivers/power/rx51_battery.c
7650
7651 NTB DRIVER CORE
7652 M: Jon Mason <jdmason@kudzu.us>
7653 M: Dave Jiang <dave.jiang@intel.com>
7654 M: Allen Hubbe <Allen.Hubbe@emc.com>
7655 L: linux-ntb@googlegroups.com
7656 S: Supported
7657 W: https://github.com/jonmason/ntb/wiki
7658 T: git git://github.com/jonmason/ntb.git
7659 F: drivers/ntb/
7660 F: drivers/net/ntb_netdev.c
7661 F: include/linux/ntb.h
7662 F: include/linux/ntb_transport.h
7663
7664 NTB INTEL DRIVER
7665 M: Jon Mason <jdmason@kudzu.us>
7666 M: Dave Jiang <dave.jiang@intel.com>
7667 L: linux-ntb@googlegroups.com
7668 S: Supported
7669 W: https://github.com/jonmason/ntb/wiki
7670 T: git git://github.com/jonmason/ntb.git
7671 F: drivers/ntb/hw/intel/
7672
7673 NTB AMD DRIVER
7674 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7675 L: linux-ntb@googlegroups.com
7676 S: Supported
7677 F: drivers/ntb/hw/amd/
7678
7679 NTFS FILESYSTEM
7680 M: Anton Altaparmakov <anton@tuxera.com>
7681 L: linux-ntfs-dev@lists.sourceforge.net
7682 W: http://www.tuxera.com/
7683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7684 S: Supported
7685 F: Documentation/filesystems/ntfs.txt
7686 F: fs/ntfs/
7687
7688 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7689 M: Antonino Daplas <adaplas@gmail.com>
7690 L: linux-fbdev@vger.kernel.org
7691 S: Maintained
7692 F: drivers/video/fbdev/riva/
7693 F: drivers/video/fbdev/nvidia/
7694
7695 NVM EXPRESS DRIVER
7696 M: Keith Busch <keith.busch@intel.com>
7697 M: Jens Axboe <axboe@fb.com>
7698 L: linux-nvme@lists.infradead.org
7699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7700 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7701 S: Supported
7702 F: drivers/nvme/host/
7703 F: include/linux/nvme.h
7704
7705 NVMEM FRAMEWORK
7706 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7707 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7708 S: Maintained
7709 F: drivers/nvmem/
7710 F: Documentation/devicetree/bindings/nvmem/
7711 F: include/linux/nvmem-consumer.h
7712 F: include/linux/nvmem-provider.h
7713
7714 NXP-NCI NFC DRIVER
7715 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7716 R: Charles Gorand <charles.gorand@effinnov.com>
7717 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7718 S: Supported
7719 F: drivers/nfc/nxp-nci
7720
7721 NXP TDA998X DRM DRIVER
7722 M: Russell King <rmk+kernel@arm.linux.org.uk>
7723 S: Supported
7724 F: drivers/gpu/drm/i2c/tda998x_drv.c
7725 F: include/drm/i2c/tda998x.h
7726
7727 NXP TFA9879 DRIVER
7728 M: Peter Rosin <peda@axentia.se>
7729 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7730 S: Maintained
7731 F: sound/soc/codecs/tfa9879*
7732
7733 OMAP SUPPORT
7734 M: Tony Lindgren <tony@atomide.com>
7735 L: linux-omap@vger.kernel.org
7736 W: http://www.muru.com/linux/omap/
7737 W: http://linux.omap.com/
7738 Q: http://patchwork.kernel.org/project/linux-omap/list/
7739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7740 S: Maintained
7741 F: arch/arm/*omap*/
7742 F: arch/arm/configs/omap1_defconfig
7743 F: arch/arm/configs/omap2plus_defconfig
7744 F: drivers/i2c/busses/i2c-omap.c
7745 F: drivers/irqchip/irq-omap-intc.c
7746 F: drivers/mfd/*omap*.c
7747 F: drivers/mfd/menelaus.c
7748 F: drivers/mfd/palmas.c
7749 F: drivers/mfd/tps65217.c
7750 F: drivers/mfd/tps65218.c
7751 F: drivers/mfd/tps65910.c
7752 F: drivers/mfd/twl-core.[ch]
7753 F: drivers/mfd/twl4030*.c
7754 F: drivers/mfd/twl6030*.c
7755 F: drivers/mfd/twl6040*.c
7756 F: drivers/regulator/palmas-regulator*.c
7757 F: drivers/regulator/pbias-regulator.c
7758 F: drivers/regulator/tps65217-regulator.c
7759 F: drivers/regulator/tps65218-regulator.c
7760 F: drivers/regulator/tps65910-regulator.c
7761 F: drivers/regulator/twl-regulator.c
7762 F: include/linux/i2c-omap.h
7763
7764 OMAP DEVICE TREE SUPPORT
7765 M: Benoît Cousson <bcousson@baylibre.com>
7766 M: Tony Lindgren <tony@atomide.com>
7767 L: linux-omap@vger.kernel.org
7768 L: devicetree@vger.kernel.org
7769 S: Maintained
7770 F: arch/arm/boot/dts/*omap*
7771 F: arch/arm/boot/dts/*am3*
7772 F: arch/arm/boot/dts/*am4*
7773 F: arch/arm/boot/dts/*am5*
7774 F: arch/arm/boot/dts/*dra7*
7775
7776 OMAP CLOCK FRAMEWORK SUPPORT
7777 M: Paul Walmsley <paul@pwsan.com>
7778 L: linux-omap@vger.kernel.org
7779 S: Maintained
7780 F: arch/arm/*omap*/*clock*
7781
7782 OMAP POWER MANAGEMENT SUPPORT
7783 M: Kevin Hilman <khilman@deeprootsystems.com>
7784 L: linux-omap@vger.kernel.org
7785 S: Maintained
7786 F: arch/arm/*omap*/*pm*
7787 F: drivers/cpufreq/omap-cpufreq.c
7788
7789 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7790 M: Rajendra Nayak <rnayak@ti.com>
7791 M: Paul Walmsley <paul@pwsan.com>
7792 L: linux-omap@vger.kernel.org
7793 S: Maintained
7794 F: arch/arm/mach-omap2/prm*
7795
7796 OMAP AUDIO SUPPORT
7797 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7798 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7799 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7800 L: linux-omap@vger.kernel.org
7801 S: Maintained
7802 F: sound/soc/omap/
7803
7804 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7805 M: Roger Quadros <rogerq@ti.com>
7806 M: Tony Lindgren <tony@atomide.com>
7807 L: linux-omap@vger.kernel.org
7808 S: Maintained
7809 F: drivers/memory/omap-gpmc.c
7810 F: arch/arm/mach-omap2/*gpmc*
7811
7812 OMAP FRAMEBUFFER SUPPORT
7813 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7814 L: linux-fbdev@vger.kernel.org
7815 L: linux-omap@vger.kernel.org
7816 S: Maintained
7817 F: drivers/video/fbdev/omap/
7818
7819 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7820 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7821 L: linux-omap@vger.kernel.org
7822 L: linux-fbdev@vger.kernel.org
7823 S: Maintained
7824 F: drivers/video/fbdev/omap2/
7825 F: Documentation/arm/OMAP/DSS
7826
7827 OMAP HARDWARE SPINLOCK SUPPORT
7828 M: Ohad Ben-Cohen <ohad@wizery.com>
7829 L: linux-omap@vger.kernel.org
7830 S: Maintained
7831 F: drivers/hwspinlock/omap_hwspinlock.c
7832
7833 OMAP MMC SUPPORT
7834 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7835 L: linux-omap@vger.kernel.org
7836 S: Maintained
7837 F: drivers/mmc/host/omap.c
7838
7839 OMAP HS MMC SUPPORT
7840 L: linux-mmc@vger.kernel.org
7841 L: linux-omap@vger.kernel.org
7842 S: Orphan
7843 F: drivers/mmc/host/omap_hsmmc.c
7844
7845 OMAP RANDOM NUMBER GENERATOR SUPPORT
7846 M: Deepak Saxena <dsaxena@plexity.net>
7847 S: Maintained
7848 F: drivers/char/hw_random/omap-rng.c
7849
7850 OMAP HWMOD SUPPORT
7851 M: Benoît Cousson <bcousson@baylibre.com>
7852 M: Paul Walmsley <paul@pwsan.com>
7853 L: linux-omap@vger.kernel.org
7854 S: Maintained
7855 F: arch/arm/mach-omap2/omap_hwmod.*
7856
7857 OMAP HWMOD DATA
7858 M: Paul Walmsley <paul@pwsan.com>
7859 L: linux-omap@vger.kernel.org
7860 S: Maintained
7861 F: arch/arm/mach-omap2/omap_hwmod*data*
7862
7863 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7864 M: Benoît Cousson <bcousson@baylibre.com>
7865 L: linux-omap@vger.kernel.org
7866 S: Maintained
7867 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7868
7869 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7870 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7871 L: linux-media@vger.kernel.org
7872 S: Maintained
7873 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7874 F: drivers/media/platform/omap3isp/
7875 F: drivers/staging/media/omap4iss/
7876
7877 OMAP USB SUPPORT
7878 M: Felipe Balbi <balbi@ti.com>
7879 L: linux-usb@vger.kernel.org
7880 L: linux-omap@vger.kernel.org
7881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7882 S: Maintained
7883 F: drivers/usb/*/*omap*
7884 F: arch/arm/*omap*/usb*
7885
7886 OMAP GPIO DRIVER
7887 M: Javier Martinez Canillas <javier@dowhile0.org>
7888 M: Santosh Shilimkar <ssantosh@kernel.org>
7889 M: Kevin Hilman <khilman@deeprootsystems.com>
7890 L: linux-omap@vger.kernel.org
7891 S: Maintained
7892 F: drivers/gpio/gpio-omap.c
7893
7894 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7895 M: Mark Jackson <mpfj@newflow.co.uk>
7896 L: linux-omap@vger.kernel.org
7897 S: Maintained
7898 F: arch/arm/boot/dts/am335x-nano.dts
7899
7900 OMFS FILESYSTEM
7901 M: Bob Copeland <me@bobcopeland.com>
7902 L: linux-karma-devel@lists.sourceforge.net
7903 S: Maintained
7904 F: Documentation/filesystems/omfs.txt
7905 F: fs/omfs/
7906
7907 OMNIKEY CARDMAN 4000 DRIVER
7908 M: Harald Welte <laforge@gnumonks.org>
7909 S: Maintained
7910 F: drivers/char/pcmcia/cm4000_cs.c
7911 F: include/linux/cm4000_cs.h
7912 F: include/uapi/linux/cm4000_cs.h
7913
7914 OMNIKEY CARDMAN 4040 DRIVER
7915 M: Harald Welte <laforge@gnumonks.org>
7916 S: Maintained
7917 F: drivers/char/pcmcia/cm4040_cs.*
7918
7919 OMNIVISION OV7670 SENSOR DRIVER
7920 M: Jonathan Corbet <corbet@lwn.net>
7921 L: linux-media@vger.kernel.org
7922 T: git git://linuxtv.org/media_tree.git
7923 S: Maintained
7924 F: drivers/media/i2c/ov7670.c
7925
7926 ONENAND FLASH DRIVER
7927 M: Kyungmin Park <kyungmin.park@samsung.com>
7928 L: linux-mtd@lists.infradead.org
7929 S: Maintained
7930 F: drivers/mtd/onenand/
7931 F: include/linux/mtd/onenand*.h
7932
7933 ONSTREAM SCSI TAPE DRIVER
7934 M: Willem Riede <osst@riede.org>
7935 L: osst-users@lists.sourceforge.net
7936 L: linux-scsi@vger.kernel.org
7937 S: Maintained
7938 F: Documentation/scsi/osst.txt
7939 F: drivers/scsi/osst.*
7940 F: drivers/scsi/osst_*.h
7941 F: drivers/scsi/st.h
7942
7943 OPENCORES I2C BUS DRIVER
7944 M: Peter Korsgaard <jacmet@sunsite.dk>
7945 L: linux-i2c@vger.kernel.org
7946 S: Maintained
7947 F: Documentation/i2c/busses/i2c-ocores
7948 F: drivers/i2c/busses/i2c-ocores.c
7949
7950 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7951 M: Rob Herring <robh+dt@kernel.org>
7952 M: Frank Rowand <frowand.list@gmail.com>
7953 M: Grant Likely <grant.likely@linaro.org>
7954 L: devicetree@vger.kernel.org
7955 W: http://www.devicetree.org/
7956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7957 S: Maintained
7958 F: drivers/of/
7959 F: include/linux/of*.h
7960 F: scripts/dtc/
7961
7962 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7963 M: Rob Herring <robh+dt@kernel.org>
7964 M: Pawel Moll <pawel.moll@arm.com>
7965 M: Mark Rutland <mark.rutland@arm.com>
7966 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7967 M: Kumar Gala <galak@codeaurora.org>
7968 L: devicetree@vger.kernel.org
7969 S: Maintained
7970 F: Documentation/devicetree/
7971 F: arch/*/boot/dts/
7972 F: include/dt-bindings/
7973
7974 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7975 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7976 L: devicetree@vger.kernel.org
7977 S: Maintained
7978 F: Documentation/devicetree/dynamic-resolution-notes.txt
7979 F: Documentation/devicetree/overlay-notes.txt
7980 F: drivers/of/overlay.c
7981 F: drivers/of/resolver.c
7982
7983 OPENRISC ARCHITECTURE
7984 M: Jonas Bonn <jonas@southpole.se>
7985 W: http://openrisc.net
7986 L: linux@lists.openrisc.net (moderated for non-subscribers)
7987 S: Maintained
7988 T: git git://openrisc.net/~jonas/linux
7989 F: arch/openrisc/
7990
7991 OPENVSWITCH
7992 M: Pravin Shelar <pshelar@nicira.com>
7993 L: netdev@vger.kernel.org
7994 L: dev@openvswitch.org
7995 W: http://openvswitch.org
7996 S: Maintained
7997 F: net/openvswitch/
7998 F: include/uapi/linux/openvswitch.h
7999
8000 OPERATING PERFORMANCE POINTS (OPP)
8001 M: Viresh Kumar <vireshk@kernel.org>
8002 M: Nishanth Menon <nm@ti.com>
8003 M: Stephen Boyd <sboyd@codeaurora.org>
8004 L: linux-pm@vger.kernel.org
8005 S: Maintained
8006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8007 F: drivers/base/power/opp/
8008 F: include/linux/pm_opp.h
8009 F: Documentation/power/opp.txt
8010 F: Documentation/devicetree/bindings/opp/
8011
8012 OPL4 DRIVER
8013 M: Clemens Ladisch <clemens@ladisch.de>
8014 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8015 T: git git://git.alsa-project.org/alsa-kernel.git
8016 S: Maintained
8017 F: sound/drivers/opl4/
8018
8019 OPROFILE
8020 M: Robert Richter <rric@kernel.org>
8021 L: oprofile-list@lists.sf.net
8022 S: Maintained
8023 F: arch/*/include/asm/oprofile*.h
8024 F: arch/*/oprofile/
8025 F: drivers/oprofile/
8026 F: include/linux/oprofile.h
8027
8028 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8029 M: Mark Fasheh <mfasheh@suse.com>
8030 M: Joel Becker <jlbec@evilplan.org>
8031 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8032 W: http://ocfs2.wiki.kernel.org
8033 S: Supported
8034 F: Documentation/filesystems/ocfs2.txt
8035 F: Documentation/filesystems/dlmfs.txt
8036 F: fs/ocfs2/
8037
8038 ORINOCO DRIVER
8039 L: linux-wireless@vger.kernel.org
8040 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8041 W: http://www.nongnu.org/orinoco/
8042 S: Orphan
8043 F: drivers/net/wireless/orinoco/
8044
8045 OSD LIBRARY and FILESYSTEM
8046 M: Boaz Harrosh <ooo@electrozaur.com>
8047 M: Benny Halevy <bhalevy@primarydata.com>
8048 L: osd-dev@open-osd.org
8049 W: http://open-osd.org
8050 T: git git://git.open-osd.org/open-osd.git
8051 S: Maintained
8052 F: drivers/scsi/osd/
8053 F: include/scsi/osd_*
8054 F: fs/exofs/
8055
8056 OVERLAY FILESYSTEM
8057 M: Miklos Szeredi <miklos@szeredi.hu>
8058 L: linux-unionfs@vger.kernel.org
8059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8060 S: Supported
8061 F: fs/overlayfs/
8062 F: Documentation/filesystems/overlayfs.txt
8063
8064 P54 WIRELESS DRIVER
8065 M: Christian Lamparter <chunkeey@googlemail.com>
8066 L: linux-wireless@vger.kernel.org
8067 W: http://wireless.kernel.org/en/users/Drivers/p54
8068 S: Maintained
8069 F: drivers/net/wireless/p54/
8070
8071 PA SEMI ETHERNET DRIVER
8072 M: Olof Johansson <olof@lixom.net>
8073 L: netdev@vger.kernel.org
8074 S: Maintained
8075 F: drivers/net/ethernet/pasemi/*
8076
8077 PA SEMI SMBUS DRIVER
8078 M: Olof Johansson <olof@lixom.net>
8079 L: linux-i2c@vger.kernel.org
8080 S: Maintained
8081 F: drivers/i2c/busses/i2c-pasemi.c
8082
8083 PADATA PARALLEL EXECUTION MECHANISM
8084 M: Steffen Klassert <steffen.klassert@secunet.com>
8085 L: linux-crypto@vger.kernel.org
8086 S: Maintained
8087 F: kernel/padata.c
8088 F: include/linux/padata.h
8089 F: Documentation/padata.txt
8090
8091 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8092 M: Harald Welte <laforge@gnumonks.org>
8093 L: platform-driver-x86@vger.kernel.org
8094 S: Maintained
8095 F: drivers/platform/x86/panasonic-laptop.c
8096
8097 PANASONIC MN10300/AM33/AM34 PORT
8098 M: David Howells <dhowells@redhat.com>
8099 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8100 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8101 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8102 S: Maintained
8103 F: Documentation/mn10300/
8104 F: arch/mn10300/
8105
8106 PARALLEL PORT SUBSYSTEM
8107 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8108 M: Sudip Mukherjee <sudip@vectorindia.org>
8109 L: linux-parport@lists.infradead.org (subscribers-only)
8110 S: Maintained
8111 F: drivers/parport/
8112 F: include/linux/parport*.h
8113 F: drivers/char/ppdev.c
8114 F: include/uapi/linux/ppdev.h
8115 F: Documentation/parport*.txt
8116
8117 PARAVIRT_OPS INTERFACE
8118 M: Jeremy Fitzhardinge <jeremy@goop.org>
8119 M: Chris Wright <chrisw@sous-sol.org>
8120 M: Alok Kataria <akataria@vmware.com>
8121 M: Rusty Russell <rusty@rustcorp.com.au>
8122 L: virtualization@lists.linux-foundation.org
8123 S: Supported
8124 F: Documentation/virtual/paravirt_ops.txt
8125 F: arch/*/kernel/paravirt*
8126 F: arch/*/include/asm/paravirt.h
8127
8128 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8129 M: Tim Waugh <tim@cyberelk.net>
8130 L: linux-parport@lists.infradead.org (subscribers-only)
8131 S: Maintained
8132 F: Documentation/blockdev/paride.txt
8133 F: drivers/block/paride/
8134
8135 PARISC ARCHITECTURE
8136 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8137 M: Helge Deller <deller@gmx.de>
8138 L: linux-parisc@vger.kernel.org
8139 W: http://www.parisc-linux.org/
8140 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8143 S: Maintained
8144 F: arch/parisc/
8145 F: Documentation/parisc/
8146 F: drivers/parisc/
8147 F: drivers/char/agp/parisc-agp.c
8148 F: drivers/input/serio/gscps2.c
8149 F: drivers/parport/parport_gsc.*
8150 F: drivers/tty/serial/8250/8250_gsc.c
8151 F: drivers/video/fbdev/sti*
8152 F: drivers/video/console/sti*
8153 F: drivers/video/logo/logo_parisc*
8154
8155 PC87360 HARDWARE MONITORING DRIVER
8156 M: Jim Cromie <jim.cromie@gmail.com>
8157 L: linux-hwmon@vger.kernel.org
8158 S: Maintained
8159 F: Documentation/hwmon/pc87360
8160 F: drivers/hwmon/pc87360.c
8161
8162 PC8736x GPIO DRIVER
8163 M: Jim Cromie <jim.cromie@gmail.com>
8164 S: Maintained
8165 F: drivers/char/pc8736x_gpio.c
8166
8167 PC87427 HARDWARE MONITORING DRIVER
8168 M: Jean Delvare <jdelvare@suse.com>
8169 L: linux-hwmon@vger.kernel.org
8170 S: Maintained
8171 F: Documentation/hwmon/pc87427
8172 F: drivers/hwmon/pc87427.c
8173
8174 PCA9532 LED DRIVER
8175 M: Riku Voipio <riku.voipio@iki.fi>
8176 S: Maintained
8177 F: drivers/leds/leds-pca9532.c
8178 F: include/linux/leds-pca9532.h
8179
8180 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8181 M: Guenter Roeck <linux@roeck-us.net>
8182 L: linux-i2c@vger.kernel.org
8183 S: Maintained
8184 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8185
8186 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8187 M: Khalid Aziz <khalid@gonehiking.org>
8188 S: Maintained
8189 F: drivers/firmware/pcdp.*
8190
8191 PCI ERROR RECOVERY
8192 M: Linas Vepstas <linasvepstas@gmail.com>
8193 L: linux-pci@vger.kernel.org
8194 S: Supported
8195 F: Documentation/PCI/pci-error-recovery.txt
8196
8197 PCI SUBSYSTEM
8198 M: Bjorn Helgaas <bhelgaas@google.com>
8199 L: linux-pci@vger.kernel.org
8200 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8202 S: Supported
8203 F: Documentation/PCI/
8204 F: drivers/pci/
8205 F: include/linux/pci*
8206 F: arch/x86/pci/
8207 F: arch/x86/kernel/quirks.c
8208
8209 PCI DRIVER FOR ALTERA PCIE IP
8210 M: Ley Foon Tan <lftan@altera.com>
8211 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8212 L: linux-pci@vger.kernel.org
8213 S: Supported
8214 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8215 F: drivers/pci/host/pcie-altera.c
8216
8217 PCI DRIVER FOR ARM VERSATILE PLATFORM
8218 M: Rob Herring <robh@kernel.org>
8219 L: linux-pci@vger.kernel.org
8220 L: linux-arm-kernel@lists.infradead.org
8221 S: Maintained
8222 F: Documentation/devicetree/bindings/pci/versatile.txt
8223 F: drivers/pci/host/pci-versatile.c
8224
8225 PCI DRIVER FOR APPLIEDMICRO XGENE
8226 M: Tanmay Inamdar <tinamdar@apm.com>
8227 L: linux-pci@vger.kernel.org
8228 L: linux-arm-kernel@lists.infradead.org
8229 S: Maintained
8230 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8231 F: drivers/pci/host/pci-xgene.c
8232
8233 PCI DRIVER FOR FREESCALE LAYERSCAPE
8234 M: Minghuan Lian <minghuan.Lian@freescale.com>
8235 M: Mingkai Hu <mingkai.hu@freescale.com>
8236 M: Roy Zang <tie-fei.zang@freescale.com>
8237 L: linuxppc-dev@lists.ozlabs.org
8238 L: linux-pci@vger.kernel.org
8239 L: linux-arm-kernel@lists.infradead.org
8240 S: Maintained
8241 F: drivers/pci/host/*layerscape*
8242
8243 PCI DRIVER FOR IMX6
8244 M: Richard Zhu <Richard.Zhu@freescale.com>
8245 M: Lucas Stach <l.stach@pengutronix.de>
8246 L: linux-pci@vger.kernel.org
8247 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8248 S: Maintained
8249 F: drivers/pci/host/*imx6*
8250
8251 PCI DRIVER FOR TI KEYSTONE
8252 M: Murali Karicheri <m-karicheri2@ti.com>
8253 L: linux-pci@vger.kernel.org
8254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8255 S: Maintained
8256 F: drivers/pci/host/*keystone*
8257
8258 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8259 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8260 M: Jason Cooper <jason@lakedaemon.net>
8261 L: linux-pci@vger.kernel.org
8262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8263 S: Maintained
8264 F: drivers/pci/host/*mvebu*
8265
8266 PCI DRIVER FOR NVIDIA TEGRA
8267 M: Thierry Reding <thierry.reding@gmail.com>
8268 L: linux-tegra@vger.kernel.org
8269 L: linux-pci@vger.kernel.org
8270 S: Supported
8271 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8272 F: drivers/pci/host/pci-tegra.c
8273
8274 PCI DRIVER FOR TI DRA7XX
8275 M: Kishon Vijay Abraham I <kishon@ti.com>
8276 L: linux-omap@vger.kernel.org
8277 L: linux-pci@vger.kernel.org
8278 S: Supported
8279 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8280 F: drivers/pci/host/pci-dra7xx.c
8281
8282 PCI DRIVER FOR RENESAS R-CAR
8283 M: Simon Horman <horms@verge.net.au>
8284 L: linux-pci@vger.kernel.org
8285 L: linux-sh@vger.kernel.org
8286 S: Maintained
8287 F: drivers/pci/host/*rcar*
8288
8289 PCI DRIVER FOR SAMSUNG EXYNOS
8290 M: Jingoo Han <jingoohan1@gmail.com>
8291 L: linux-pci@vger.kernel.org
8292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8293 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8294 S: Maintained
8295 F: drivers/pci/host/pci-exynos.c
8296
8297 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8298 M: Jingoo Han <jingoohan1@gmail.com>
8299 M: Pratyush Anand <pratyush.anand@gmail.com>
8300 L: linux-pci@vger.kernel.org
8301 S: Maintained
8302 F: drivers/pci/host/*designware*
8303
8304 PCI DRIVER FOR GENERIC OF HOSTS
8305 M: Will Deacon <will.deacon@arm.com>
8306 L: linux-pci@vger.kernel.org
8307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8308 S: Maintained
8309 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8310 F: drivers/pci/host/pci-host-common.c
8311 F: drivers/pci/host/pci-host-generic.c
8312
8313 PCIE DRIVER FOR ST SPEAR13XX
8314 M: Pratyush Anand <pratyush.anand@gmail.com>
8315 L: linux-pci@vger.kernel.org
8316 S: Maintained
8317 F: drivers/pci/host/*spear*
8318
8319 PCI MSI DRIVER FOR ALTERA MSI IP
8320 M: Ley Foon Tan <lftan@altera.com>
8321 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8322 L: linux-pci@vger.kernel.org
8323 S: Supported
8324 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8325 F: drivers/pci/host/pcie-altera-msi.c
8326
8327 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8328 M: Duc Dang <dhdang@apm.com>
8329 L: linux-pci@vger.kernel.org
8330 L: linux-arm-kernel@lists.infradead.org
8331 S: Maintained
8332 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8333 F: drivers/pci/host/pci-xgene-msi.c
8334
8335 PCIE DRIVER FOR HISILICON
8336 M: Zhou Wang <wangzhou1@hisilicon.com>
8337 L: linux-pci@vger.kernel.org
8338 S: Maintained
8339 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8340 F: drivers/pci/host/pcie-hisi.c
8341
8342 PCIE DRIVER FOR CAVIUM THUNDERX
8343 M: David Daney <david.daney@cavium.com>
8344 L: linux-pci@vger.kernel.org
8345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8346 S: Supported
8347 F: Documentation/devicetree/bindings/pci/pci-thunder-*
8348 F: drivers/pci/host/pci-thunder-*
8349
8350 PCIE DRIVER FOR QUALCOMM MSM
8351 M: Stanimir Varbanov <svarbanov@mm-sol.com>
8352 L: linux-pci@vger.kernel.org
8353 L: linux-arm-msm@vger.kernel.org
8354 S: Maintained
8355 F: drivers/pci/host/*qcom*
8356
8357 PCMCIA SUBSYSTEM
8358 P: Linux PCMCIA Team
8359 L: linux-pcmcia@lists.infradead.org
8360 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8362 S: Maintained
8363 F: Documentation/pcmcia/
8364 F: drivers/pcmcia/
8365 F: include/pcmcia/
8366
8367 PCNET32 NETWORK DRIVER
8368 M: Don Fry <pcnet32@frontier.com>
8369 L: netdev@vger.kernel.org
8370 S: Maintained
8371 F: drivers/net/ethernet/amd/pcnet32.c
8372
8373 PCRYPT PARALLEL CRYPTO ENGINE
8374 M: Steffen Klassert <steffen.klassert@secunet.com>
8375 L: linux-crypto@vger.kernel.org
8376 S: Maintained
8377 F: crypto/pcrypt.c
8378 F: include/crypto/pcrypt.h
8379
8380 PER-CPU MEMORY ALLOCATOR
8381 M: Tejun Heo <tj@kernel.org>
8382 M: Christoph Lameter <cl@linux-foundation.org>
8383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8384 S: Maintained
8385 F: include/linux/percpu*.h
8386 F: mm/percpu*.c
8387 F: arch/*/include/asm/percpu.h
8388
8389 PER-TASK DELAY ACCOUNTING
8390 M: Balbir Singh <bsingharora@gmail.com>
8391 S: Maintained
8392 F: include/linux/delayacct.h
8393 F: kernel/delayacct.c
8394
8395 PERFORMANCE EVENTS SUBSYSTEM
8396 M: Peter Zijlstra <peterz@infradead.org>
8397 M: Ingo Molnar <mingo@redhat.com>
8398 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8399 L: linux-kernel@vger.kernel.org
8400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8401 S: Supported
8402 F: kernel/events/*
8403 F: include/linux/perf_event.h
8404 F: include/uapi/linux/perf_event.h
8405 F: arch/*/kernel/perf_event*.c
8406 F: arch/*/kernel/*/perf_event*.c
8407 F: arch/*/kernel/*/*/perf_event*.c
8408 F: arch/*/include/asm/perf_event.h
8409 F: arch/*/kernel/perf_callchain.c
8410 F: tools/perf/
8411
8412 PERSONALITY HANDLING
8413 M: Christoph Hellwig <hch@infradead.org>
8414 L: linux-abi-devel@lists.sourceforge.net
8415 S: Maintained
8416 F: include/linux/personality.h
8417 F: include/uapi/linux/personality.h
8418
8419 PHONET PROTOCOL
8420 M: Remi Denis-Courmont <courmisch@gmail.com>
8421 S: Supported
8422 F: Documentation/networking/phonet.txt
8423 F: include/linux/phonet.h
8424 F: include/net/phonet/
8425 F: include/uapi/linux/phonet.h
8426 F: net/phonet/
8427
8428 PHRAM MTD DRIVER
8429 M: Joern Engel <joern@lazybastard.org>
8430 L: linux-mtd@lists.infradead.org
8431 S: Maintained
8432 F: drivers/mtd/devices/phram.c
8433
8434 PICOLCD HID DRIVER
8435 M: Bruno Prémont <bonbons@linux-vserver.org>
8436 L: linux-input@vger.kernel.org
8437 S: Maintained
8438 F: drivers/hid/hid-picolcd*
8439
8440 PICOXCELL SUPPORT
8441 M: Jamie Iles <jamie@jamieiles.com>
8442 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8443 T: git git://github.com/jamieiles/linux-2.6-ji.git
8444 S: Supported
8445 F: arch/arm/boot/dts/picoxcell*
8446 F: arch/arm/mach-picoxcell/
8447 F: drivers/crypto/picoxcell*
8448
8449 PIN CONTROL SUBSYSTEM
8450 M: Linus Walleij <linus.walleij@linaro.org>
8451 L: linux-gpio@vger.kernel.org
8452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8453 S: Maintained
8454 F: drivers/pinctrl/
8455 F: include/linux/pinctrl/
8456
8457 PIN CONTROLLER - ATMEL AT91
8458 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8459 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8460 S: Maintained
8461 F: drivers/pinctrl/pinctrl-at91.*
8462
8463 PIN CONTROLLER - ATMEL AT91 PIO4
8464 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8466 L: linux-gpio@vger.kernel.org
8467 S: Supported
8468 F: drivers/pinctrl/pinctrl-at91-pio4.*
8469
8470 PIN CONTROLLER - INTEL
8471 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8472 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8473 S: Maintained
8474 F: drivers/pinctrl/intel/
8475
8476 PIN CONTROLLER - RENESAS
8477 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8478 L: linux-sh@vger.kernel.org
8479 S: Maintained
8480 F: drivers/pinctrl/sh-pfc/
8481
8482 PIN CONTROLLER - SAMSUNG
8483 M: Tomasz Figa <tomasz.figa@gmail.com>
8484 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8485 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8486 S: Maintained
8487 F: drivers/pinctrl/samsung/
8488
8489 PIN CONTROLLER - SINGLE
8490 M: Tony Lindgren <tony@atomide.com>
8491 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8492 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8493 L: linux-omap@vger.kernel.org
8494 S: Maintained
8495 F: drivers/pinctrl/pinctrl-single.c
8496
8497 PIN CONTROLLER - ST SPEAR
8498 M: Viresh Kumar <vireshk@kernel.org>
8499 L: spear-devel@list.st.com
8500 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8501 W: http://www.st.com/spear
8502 S: Maintained
8503 F: drivers/pinctrl/spear/
8504
8505 PKTCDVD DRIVER
8506 M: Jiri Kosina <jikos@kernel.org>
8507 S: Maintained
8508 F: drivers/block/pktcdvd.c
8509 F: include/linux/pktcdvd.h
8510 F: include/uapi/linux/pktcdvd.h
8511
8512 PKUNITY SOC DRIVERS
8513 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8514 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8515 S: Maintained
8516 T: git git://github.com/gxt/linux.git
8517 F: drivers/input/serio/i8042-unicore32io.h
8518 F: drivers/i2c/busses/i2c-puv3.c
8519 F: drivers/video/fbdev/fb-puv3.c
8520 F: drivers/rtc/rtc-puv3.c
8521
8522 PMBUS HARDWARE MONITORING DRIVERS
8523 M: Guenter Roeck <linux@roeck-us.net>
8524 L: linux-hwmon@vger.kernel.org
8525 W: http://hwmon.wiki.kernel.org/
8526 W: http://www.roeck-us.net/linux/drivers/
8527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8528 S: Maintained
8529 F: Documentation/hwmon/pmbus
8530 F: drivers/hwmon/pmbus/
8531 F: include/linux/i2c/pmbus.h
8532
8533 PMC SIERRA MaxRAID DRIVER
8534 L: linux-scsi@vger.kernel.org
8535 W: http://www.pmc-sierra.com/
8536 S: Orphan
8537 F: drivers/scsi/pmcraid.*
8538
8539 PMC SIERRA PM8001 DRIVER
8540 M: Jack Wang <jinpu.wang@profitbricks.com>
8541 M: lindar_liu@usish.com
8542 L: pmchba@pmcs.com
8543 L: linux-scsi@vger.kernel.org
8544 S: Supported
8545 F: drivers/scsi/pm8001/
8546
8547 POSIX CLOCKS and TIMERS
8548 M: Thomas Gleixner <tglx@linutronix.de>
8549 L: linux-kernel@vger.kernel.org
8550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8551 S: Maintained
8552 F: fs/timerfd.c
8553 F: include/linux/timer*
8554 F: kernel/time/*timer*
8555
8556 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8557 M: Sebastian Reichel <sre@kernel.org>
8558 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8559 M: David Woodhouse <dwmw2@infradead.org>
8560 L: linux-pm@vger.kernel.org
8561 T: git git://git.infradead.org/battery-2.6.git
8562 S: Maintained
8563 F: include/linux/power_supply.h
8564 F: drivers/power/
8565 X: drivers/power/avs/
8566
8567 POWER STATE COORDINATION INTERFACE (PSCI)
8568 M: Mark Rutland <mark.rutland@arm.com>
8569 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8570 L: linux-arm-kernel@lists.infradead.org
8571 S: Maintained
8572 F: drivers/firmware/psci.c
8573 F: include/linux/psci.h
8574 F: include/uapi/linux/psci.h
8575
8576 PNP SUPPORT
8577 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8578 S: Maintained
8579 F: drivers/pnp/
8580
8581 PPP PROTOCOL DRIVERS AND COMPRESSORS
8582 M: Paul Mackerras <paulus@samba.org>
8583 L: linux-ppp@vger.kernel.org
8584 S: Maintained
8585 F: drivers/net/ppp/ppp_*
8586
8587 PPP OVER ATM (RFC 2364)
8588 M: Mitchell Blank Jr <mitch@sfgoth.com>
8589 S: Maintained
8590 F: net/atm/pppoatm.c
8591 F: include/uapi/linux/atmppp.h
8592
8593 PPP OVER ETHERNET
8594 M: Michal Ostrowski <mostrows@earthlink.net>
8595 S: Maintained
8596 F: drivers/net/ppp/pppoe.c
8597 F: drivers/net/ppp/pppox.c
8598
8599 PPP OVER L2TP
8600 M: James Chapman <jchapman@katalix.com>
8601 S: Maintained
8602 F: net/l2tp/l2tp_ppp.c
8603 F: include/linux/if_pppol2tp.h
8604 F: include/uapi/linux/if_pppol2tp.h
8605
8606 PPS SUPPORT
8607 M: Rodolfo Giometti <giometti@enneenne.com>
8608 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8609 L: linuxpps@ml.enneenne.com (subscribers-only)
8610 S: Maintained
8611 F: Documentation/pps/
8612 F: drivers/pps/
8613 F: include/linux/pps*.h
8614
8615 PPTP DRIVER
8616 M: Dmitry Kozlov <xeb@mail.ru>
8617 L: netdev@vger.kernel.org
8618 S: Maintained
8619 F: drivers/net/ppp/pptp.c
8620 W: http://sourceforge.net/projects/accel-pptp
8621
8622 PREEMPTIBLE KERNEL
8623 M: Robert Love <rml@tech9.net>
8624 L: kpreempt-tech@lists.sourceforge.net
8625 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8626 S: Supported
8627 F: Documentation/preempt-locking.txt
8628 F: include/linux/preempt.h
8629
8630 PRISM54 WIRELESS DRIVER
8631 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8632 L: linux-wireless@vger.kernel.org
8633 W: http://wireless.kernel.org/en/users/Drivers/p54
8634 S: Obsolete
8635 F: drivers/net/wireless/prism54/
8636
8637 PS3 NETWORK SUPPORT
8638 M: Geoff Levand <geoff@infradead.org>
8639 L: netdev@vger.kernel.org
8640 L: linuxppc-dev@lists.ozlabs.org
8641 S: Maintained
8642 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8643
8644 PS3 PLATFORM SUPPORT
8645 M: Geoff Levand <geoff@infradead.org>
8646 L: linuxppc-dev@lists.ozlabs.org
8647 S: Maintained
8648 F: arch/powerpc/boot/ps3*
8649 F: arch/powerpc/include/asm/lv1call.h
8650 F: arch/powerpc/include/asm/ps3*.h
8651 F: arch/powerpc/platforms/ps3/
8652 F: drivers/*/ps3*
8653 F: drivers/ps3/
8654 F: drivers/rtc/rtc-ps3.c
8655 F: drivers/usb/host/*ps3.c
8656 F: sound/ppc/snd_ps3*
8657
8658 PS3VRAM DRIVER
8659 M: Jim Paris <jim@jtan.com>
8660 M: Geoff Levand <geoff@infradead.org>
8661 L: linuxppc-dev@lists.ozlabs.org
8662 S: Maintained
8663 F: drivers/block/ps3vram.c
8664
8665 PSTORE FILESYSTEM
8666 M: Anton Vorontsov <anton@enomsg.org>
8667 M: Colin Cross <ccross@android.com>
8668 M: Kees Cook <keescook@chromium.org>
8669 M: Tony Luck <tony.luck@intel.com>
8670 S: Maintained
8671 T: git git://git.infradead.org/users/cbou/linux-pstore.git
8672 F: fs/pstore/
8673 F: include/linux/pstore*
8674 F: drivers/firmware/efi/efi-pstore.c
8675 F: drivers/acpi/apei/erst.c
8676
8677 PTP HARDWARE CLOCK SUPPORT
8678 M: Richard Cochran <richardcochran@gmail.com>
8679 L: netdev@vger.kernel.org
8680 S: Maintained
8681 W: http://linuxptp.sourceforge.net/
8682 F: Documentation/ABI/testing/sysfs-ptp
8683 F: Documentation/ptp/*
8684 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8685 F: drivers/net/phy/dp83640*
8686 F: drivers/ptp/*
8687 F: include/linux/ptp_cl*
8688
8689 PTRACE SUPPORT
8690 M: Roland McGrath <roland@hack.frob.com>
8691 M: Oleg Nesterov <oleg@redhat.com>
8692 S: Maintained
8693 F: include/asm-generic/syscall.h
8694 F: include/linux/ptrace.h
8695 F: include/linux/regset.h
8696 F: include/linux/tracehook.h
8697 F: include/uapi/linux/ptrace.h
8698 F: kernel/ptrace.c
8699
8700 PVRUSB2 VIDEO4LINUX DRIVER
8701 M: Mike Isely <isely@pobox.com>
8702 L: pvrusb2@isely.net (subscribers-only)
8703 L: linux-media@vger.kernel.org
8704 W: http://www.isely.net/pvrusb2/
8705 T: git git://linuxtv.org/media_tree.git
8706 S: Maintained
8707 F: Documentation/video4linux/README.pvrusb2
8708 F: drivers/media/usb/pvrusb2/
8709
8710 PWC WEBCAM DRIVER
8711 M: Hans de Goede <hdegoede@redhat.com>
8712 L: linux-media@vger.kernel.org
8713 T: git git://linuxtv.org/media_tree.git
8714 S: Maintained
8715 F: drivers/media/usb/pwc/*
8716
8717 PWM FAN DRIVER
8718 M: Kamil Debski <k.debski@samsung.com>
8719 L: linux-hwmon@vger.kernel.org
8720 S: Supported
8721 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8722 F: Documentation/hwmon/pwm-fan
8723 F: drivers/hwmon/pwm-fan.c
8724
8725 PWM SUBSYSTEM
8726 M: Thierry Reding <thierry.reding@gmail.com>
8727 L: linux-pwm@vger.kernel.org
8728 S: Maintained
8729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8730 F: Documentation/pwm.txt
8731 F: Documentation/devicetree/bindings/pwm/
8732 F: include/linux/pwm.h
8733 F: drivers/pwm/
8734 F: drivers/video/backlight/pwm_bl.c
8735 F: include/linux/pwm_backlight.h
8736
8737 PXA2xx/PXA3xx SUPPORT
8738 M: Daniel Mack <daniel@zonque.org>
8739 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8740 M: Robert Jarzmik <robert.jarzmik@free.fr>
8741 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8742 T: git git://github.com/hzhuang1/linux.git
8743 T: git git://github.com/rjarzmik/linux.git
8744 S: Maintained
8745 F: arch/arm/mach-pxa/
8746 F: drivers/dma/pxa*
8747 F: drivers/pcmcia/pxa2xx*
8748 F: drivers/spi/spi-pxa2xx*
8749 F: drivers/usb/gadget/udc/pxa2*
8750 F: include/sound/pxa2xx-lib.h
8751 F: sound/arm/pxa*
8752 F: sound/soc/pxa/
8753
8754 PXA3xx NAND FLASH DRIVER
8755 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8756 L: linux-mtd@lists.infradead.org
8757 S: Maintained
8758 F: drivers/mtd/nand/pxa3xx_nand.c
8759
8760 MMP SUPPORT
8761 M: Eric Miao <eric.y.miao@gmail.com>
8762 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8763 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8764 T: git git://github.com/hzhuang1/linux.git
8765 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8766 S: Maintained
8767 F: arch/arm/mach-mmp/
8768
8769 PXA MMCI DRIVER
8770 S: Orphan
8771
8772 PXA RTC DRIVER
8773 M: Robert Jarzmik <robert.jarzmik@free.fr>
8774 L: rtc-linux@googlegroups.com
8775 S: Maintained
8776
8777 QAT DRIVER
8778 M: Tadeusz Struk <tadeusz.struk@intel.com>
8779 L: qat-linux@intel.com
8780 S: Supported
8781 F: drivers/crypto/qat/
8782
8783 QIB DRIVER
8784 M: Mike Marciniszyn <infinipath@intel.com>
8785 L: linux-rdma@vger.kernel.org
8786 S: Supported
8787 F: drivers/infiniband/hw/qib/
8788
8789 QLOGIC QLA1280 SCSI DRIVER
8790 M: Michael Reed <mdr@sgi.com>
8791 L: linux-scsi@vger.kernel.org
8792 S: Maintained
8793 F: drivers/scsi/qla1280.[ch]
8794
8795 QLOGIC QLA2XXX FC-SCSI DRIVER
8796 M: qla2xxx-upstream@qlogic.com
8797 L: linux-scsi@vger.kernel.org
8798 S: Supported
8799 F: Documentation/scsi/LICENSE.qla2xxx
8800 F: drivers/scsi/qla2xxx/
8801
8802 QLOGIC QLA4XXX iSCSI DRIVER
8803 M: QLogic-Storage-Upstream@qlogic.com
8804 L: linux-scsi@vger.kernel.org
8805 S: Supported
8806 F: Documentation/scsi/LICENSE.qla4xxx
8807 F: drivers/scsi/qla4xxx/
8808
8809 QLOGIC QLA3XXX NETWORK DRIVER
8810 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8811 M: Ron Mercer <ron.mercer@qlogic.com>
8812 M: linux-driver@qlogic.com
8813 L: netdev@vger.kernel.org
8814 S: Supported
8815 F: Documentation/networking/LICENSE.qla3xxx
8816 F: drivers/net/ethernet/qlogic/qla3xxx.*
8817
8818 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8819 M: Dept-GELinuxNICDev@qlogic.com
8820 L: netdev@vger.kernel.org
8821 S: Supported
8822 F: drivers/net/ethernet/qlogic/qlcnic/
8823
8824 QLOGIC QLGE 10Gb ETHERNET DRIVER
8825 M: Harish Patil <harish.patil@qlogic.com>
8826 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8827 M: Dept-GELinuxNICDev@qlogic.com
8828 M: linux-driver@qlogic.com
8829 L: netdev@vger.kernel.org
8830 S: Supported
8831 F: drivers/net/ethernet/qlogic/qlge/
8832
8833 QLOGIC QL4xxx ETHERNET DRIVER
8834 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8835 M: Ariel Elior <Ariel.Elior@qlogic.com>
8836 M: everest-linux-l2@qlogic.com
8837 L: netdev@vger.kernel.org
8838 S: Supported
8839 F: drivers/net/ethernet/qlogic/qed/
8840 F: include/linux/qed/
8841 F: drivers/net/ethernet/qlogic/qede/
8842
8843 QNX4 FILESYSTEM
8844 M: Anders Larsen <al@alarsen.net>
8845 W: http://www.alarsen.net/linux/qnx4fs/
8846 S: Maintained
8847 F: fs/qnx4/
8848 F: include/uapi/linux/qnx4_fs.h
8849 F: include/uapi/linux/qnxtypes.h
8850
8851 QT1010 MEDIA DRIVER
8852 M: Antti Palosaari <crope@iki.fi>
8853 L: linux-media@vger.kernel.org
8854 W: http://linuxtv.org/
8855 W: http://palosaari.fi/linux/
8856 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8857 T: git git://linuxtv.org/anttip/media_tree.git
8858 S: Maintained
8859 F: drivers/media/tuners/qt1010*
8860
8861 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8862 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8863 L: linux-wireless@vger.kernel.org
8864 L: ath9k-devel@lists.ath9k.org
8865 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8866 S: Supported
8867 F: drivers/net/wireless/ath/ath9k/
8868
8869 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8870 M: Kalle Valo <kvalo@qca.qualcomm.com>
8871 L: ath10k@lists.infradead.org
8872 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8873 T: git git://github.com/kvalo/ath.git
8874 S: Supported
8875 F: drivers/net/wireless/ath/ath10k/
8876
8877 QUALCOMM HEXAGON ARCHITECTURE
8878 M: Richard Kuo <rkuo@codeaurora.org>
8879 L: linux-hexagon@vger.kernel.org
8880 S: Supported
8881 F: arch/hexagon/
8882
8883 QUALCOMM WCN36XX WIRELESS DRIVER
8884 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8885 L: wcn36xx@lists.infradead.org
8886 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8887 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8888 S: Supported
8889 F: drivers/net/wireless/ath/wcn36xx/
8890
8891 RADOS BLOCK DEVICE (RBD)
8892 M: Ilya Dryomov <idryomov@gmail.com>
8893 M: Sage Weil <sage@redhat.com>
8894 M: Alex Elder <elder@kernel.org>
8895 L: ceph-devel@vger.kernel.org
8896 W: http://ceph.com/
8897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8898 T: git git://github.com/ceph/ceph-client.git
8899 S: Supported
8900 F: Documentation/ABI/testing/sysfs-bus-rbd
8901 F: drivers/block/rbd.c
8902 F: drivers/block/rbd_types.h
8903
8904 RADEON FRAMEBUFFER DISPLAY DRIVER
8905 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8906 L: linux-fbdev@vger.kernel.org
8907 S: Maintained
8908 F: drivers/video/fbdev/aty/radeon*
8909 F: include/uapi/linux/radeonfb.h
8910
8911 RADIOSHARK RADIO DRIVER
8912 M: Hans de Goede <hdegoede@redhat.com>
8913 L: linux-media@vger.kernel.org
8914 T: git git://linuxtv.org/media_tree.git
8915 S: Maintained
8916 F: drivers/media/radio/radio-shark.c
8917
8918 RADIOSHARK2 RADIO DRIVER
8919 M: Hans de Goede <hdegoede@redhat.com>
8920 L: linux-media@vger.kernel.org
8921 T: git git://linuxtv.org/media_tree.git
8922 S: Maintained
8923 F: drivers/media/radio/radio-shark2.c
8924 F: drivers/media/radio/radio-tea5777.c
8925
8926 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8927 M: Paul Mackerras <paulus@samba.org>
8928 L: linux-fbdev@vger.kernel.org
8929 S: Maintained
8930 F: drivers/video/fbdev/aty/aty128fb.c
8931
8932 RALINK RT2X00 WIRELESS LAN DRIVER
8933 P: rt2x00 project
8934 M: Stanislaw Gruszka <sgruszka@redhat.com>
8935 M: Helmut Schaa <helmut.schaa@googlemail.com>
8936 L: linux-wireless@vger.kernel.org
8937 S: Maintained
8938 F: drivers/net/wireless/rt2x00/
8939
8940 RAMDISK RAM BLOCK DEVICE DRIVER
8941 M: Jens Axboe <axboe@kernel.dk>
8942 S: Maintained
8943 F: Documentation/blockdev/ramdisk.txt
8944 F: drivers/block/brd.c
8945
8946 RANDOM NUMBER DRIVER
8947 M: "Theodore Ts'o" <tytso@mit.edu>
8948 S: Maintained
8949 F: drivers/char/random.c
8950
8951 RAPIDIO SUBSYSTEM
8952 M: Matt Porter <mporter@kernel.crashing.org>
8953 M: Alexandre Bounine <alexandre.bounine@idt.com>
8954 S: Maintained
8955 F: drivers/rapidio/
8956
8957 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8958 L: linux-wireless@vger.kernel.org
8959 S: Orphan
8960 F: drivers/net/wireless/ray*
8961
8962 RCUTORTURE MODULE
8963 M: Josh Triplett <josh@joshtriplett.org>
8964 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8965 L: linux-kernel@vger.kernel.org
8966 S: Supported
8967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8968 F: Documentation/RCU/torture.txt
8969 F: kernel/rcu/rcutorture.c
8970
8971 RCUTORTURE TEST FRAMEWORK
8972 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8973 M: Josh Triplett <josh@joshtriplett.org>
8974 R: Steven Rostedt <rostedt@goodmis.org>
8975 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8976 R: Lai Jiangshan <jiangshanlai@gmail.com>
8977 L: linux-kernel@vger.kernel.org
8978 S: Supported
8979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8980 F: tools/testing/selftests/rcutorture
8981
8982 RDC R-321X SoC
8983 M: Florian Fainelli <florian@openwrt.org>
8984 S: Maintained
8985
8986 RDC R6040 FAST ETHERNET DRIVER
8987 M: Florian Fainelli <florian@openwrt.org>
8988 L: netdev@vger.kernel.org
8989 S: Maintained
8990 F: drivers/net/ethernet/rdc/r6040.c
8991
8992 RDS - RELIABLE DATAGRAM SOCKETS
8993 M: Chien Yen <chien.yen@oracle.com>
8994 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8995 S: Supported
8996 F: net/rds/
8997
8998 READ-COPY UPDATE (RCU)
8999 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9000 M: Josh Triplett <josh@joshtriplett.org>
9001 R: Steven Rostedt <rostedt@goodmis.org>
9002 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9003 R: Lai Jiangshan <jiangshanlai@gmail.com>
9004 L: linux-kernel@vger.kernel.org
9005 W: http://www.rdrop.com/users/paulmck/RCU/
9006 S: Supported
9007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9008 F: Documentation/RCU/
9009 X: Documentation/RCU/torture.txt
9010 F: include/linux/rcu*
9011 X: include/linux/srcu.h
9012 F: kernel/rcu/
9013 X: kernel/torture.c
9014
9015 REAL TIME CLOCK (RTC) SUBSYSTEM
9016 M: Alessandro Zummo <a.zummo@towertech.it>
9017 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9018 L: rtc-linux@googlegroups.com
9019 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9021 S: Maintained
9022 F: Documentation/rtc.txt
9023 F: drivers/rtc/
9024 F: include/linux/rtc.h
9025 F: include/uapi/linux/rtc.h
9026
9027 REALTEK AUDIO CODECS
9028 M: Bard Liao <bardliao@realtek.com>
9029 M: Oder Chiou <oder_chiou@realtek.com>
9030 S: Maintained
9031 F: sound/soc/codecs/rt*
9032 F: include/sound/rt*.h
9033
9034 REISERFS FILE SYSTEM
9035 L: reiserfs-devel@vger.kernel.org
9036 S: Supported
9037 F: fs/reiserfs/
9038
9039 REGISTER MAP ABSTRACTION
9040 M: Mark Brown <broonie@kernel.org>
9041 L: linux-kernel@vger.kernel.org
9042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9043 S: Supported
9044 F: drivers/base/regmap/
9045 F: include/linux/regmap.h
9046
9047 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9048 M: Ohad Ben-Cohen <ohad@wizery.com>
9049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9050 S: Maintained
9051 F: drivers/remoteproc/
9052 F: Documentation/remoteproc.txt
9053 F: include/linux/remoteproc.h
9054
9055 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9056 M: Ohad Ben-Cohen <ohad@wizery.com>
9057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9058 S: Maintained
9059 F: drivers/rpmsg/
9060 F: Documentation/rpmsg.txt
9061 F: include/linux/rpmsg.h
9062
9063 RENESAS ETHERNET DRIVERS
9064 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9065 L: netdev@vger.kernel.org
9066 L: linux-sh@vger.kernel.org
9067 F: drivers/net/ethernet/renesas/
9068 F: include/linux/sh_eth.h
9069
9070 RESET CONTROLLER FRAMEWORK
9071 M: Philipp Zabel <p.zabel@pengutronix.de>
9072 S: Maintained
9073 F: drivers/reset/
9074 F: Documentation/devicetree/bindings/reset/
9075 F: include/dt-bindings/reset/
9076 F: include/linux/reset.h
9077 F: include/linux/reset-controller.h
9078
9079 RFKILL
9080 M: Johannes Berg <johannes@sipsolutions.net>
9081 L: linux-wireless@vger.kernel.org
9082 W: http://wireless.kernel.org/
9083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9085 S: Maintained
9086 F: Documentation/rfkill.txt
9087 F: net/rfkill/
9088
9089 RHASHTABLE
9090 M: Thomas Graf <tgraf@suug.ch>
9091 L: netdev@vger.kernel.org
9092 S: Maintained
9093 F: lib/rhashtable.c
9094 F: include/linux/rhashtable.h
9095
9096 RICOH SMARTMEDIA/XD DRIVER
9097 M: Maxim Levitsky <maximlevitsky@gmail.com>
9098 S: Maintained
9099 F: drivers/mtd/nand/r852.c
9100 F: drivers/mtd/nand/r852.h
9101
9102 RICOH R5C592 MEMORYSTICK DRIVER
9103 M: Maxim Levitsky <maximlevitsky@gmail.com>
9104 S: Maintained
9105 F: drivers/memstick/host/r592.*
9106
9107 ROCCAT DRIVERS
9108 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9109 W: http://sourceforge.net/projects/roccat/
9110 S: Maintained
9111 F: drivers/hid/hid-roccat*
9112 F: include/linux/hid-roccat*
9113 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9114
9115 ROCKER DRIVER
9116 M: Jiri Pirko <jiri@resnulli.us>
9117 M: Scott Feldman <sfeldma@gmail.com>
9118 L: netdev@vger.kernel.org
9119 S: Supported
9120 F: drivers/net/ethernet/rocker/
9121
9122 ROCKETPORT DRIVER
9123 P: Comtrol Corp.
9124 W: http://www.comtrol.com
9125 S: Maintained
9126 F: Documentation/serial/rocket.txt
9127 F: drivers/tty/rocket*
9128
9129 ROCKETPORT EXPRESS/INFINITY DRIVER
9130 M: Kevin Cernekee <cernekee@gmail.com>
9131 L: linux-serial@vger.kernel.org
9132 S: Odd Fixes
9133 F: drivers/tty/serial/rp2.*
9134
9135 ROSE NETWORK LAYER
9136 M: Ralf Baechle <ralf@linux-mips.org>
9137 L: linux-hams@vger.kernel.org
9138 W: http://www.linux-ax25.org/
9139 S: Maintained
9140 F: include/net/rose.h
9141 F: include/uapi/linux/rose.h
9142 F: net/rose/
9143
9144 RTL2830 MEDIA DRIVER
9145 M: Antti Palosaari <crope@iki.fi>
9146 L: linux-media@vger.kernel.org
9147 W: http://linuxtv.org/
9148 W: http://palosaari.fi/linux/
9149 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9150 T: git git://linuxtv.org/anttip/media_tree.git
9151 S: Maintained
9152 F: drivers/media/dvb-frontends/rtl2830*
9153
9154 RTL2832 MEDIA DRIVER
9155 M: Antti Palosaari <crope@iki.fi>
9156 L: linux-media@vger.kernel.org
9157 W: http://linuxtv.org/
9158 W: http://palosaari.fi/linux/
9159 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9160 T: git git://linuxtv.org/anttip/media_tree.git
9161 S: Maintained
9162 F: drivers/media/dvb-frontends/rtl2832*
9163
9164 RTL2832_SDR MEDIA DRIVER
9165 M: Antti Palosaari <crope@iki.fi>
9166 L: linux-media@vger.kernel.org
9167 W: http://linuxtv.org/
9168 W: http://palosaari.fi/linux/
9169 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9170 T: git git://linuxtv.org/anttip/media_tree.git
9171 S: Maintained
9172 F: drivers/media/dvb-frontends/rtl2832_sdr*
9173
9174 RTL8180 WIRELESS DRIVER
9175 L: linux-wireless@vger.kernel.org
9176 W: http://wireless.kernel.org/
9177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9178 S: Orphan
9179 F: drivers/net/wireless/rtl818x/rtl8180/
9180
9181 RTL8187 WIRELESS DRIVER
9182 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9183 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9184 M: Larry Finger <Larry.Finger@lwfinger.net>
9185 L: linux-wireless@vger.kernel.org
9186 W: http://wireless.kernel.org/
9187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9188 S: Maintained
9189 F: drivers/net/wireless/rtl818x/rtl8187/
9190
9191 RTL8192CE WIRELESS DRIVER
9192 M: Larry Finger <Larry.Finger@lwfinger.net>
9193 M: Chaoming Li <chaoming_li@realsil.com.cn>
9194 L: linux-wireless@vger.kernel.org
9195 W: http://wireless.kernel.org/
9196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9197 S: Maintained
9198 F: drivers/net/wireless/rtlwifi/
9199 F: drivers/net/wireless/rtlwifi/rtl8192ce/
9200
9201 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9202 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9203 L: linux-wireless@vger.kernel.org
9204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9205 S: Maintained
9206 F: drivers/net/wireless/realtek/rtl8xxxu/
9207
9208 S3 SAVAGE FRAMEBUFFER DRIVER
9209 M: Antonino Daplas <adaplas@gmail.com>
9210 L: linux-fbdev@vger.kernel.org
9211 S: Maintained
9212 F: drivers/video/fbdev/savage/
9213
9214 S390
9215 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9216 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9217 L: linux-s390@vger.kernel.org
9218 W: http://www.ibm.com/developerworks/linux/linux390/
9219 S: Supported
9220 F: arch/s390/
9221 F: drivers/s390/
9222 F: Documentation/s390/
9223 F: Documentation/DocBook/s390*
9224
9225 S390 COMMON I/O LAYER
9226 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9227 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9228 L: linux-s390@vger.kernel.org
9229 W: http://www.ibm.com/developerworks/linux/linux390/
9230 S: Supported
9231 F: drivers/s390/cio/
9232
9233 S390 DASD DRIVER
9234 M: Stefan Weinhuber <wein@de.ibm.com>
9235 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9236 L: linux-s390@vger.kernel.org
9237 W: http://www.ibm.com/developerworks/linux/linux390/
9238 S: Supported
9239 F: drivers/s390/block/dasd*
9240 F: block/partitions/ibm.c
9241
9242 S390 NETWORK DRIVERS
9243 M: Ursula Braun <ursula.braun@de.ibm.com>
9244 L: linux-s390@vger.kernel.org
9245 W: http://www.ibm.com/developerworks/linux/linux390/
9246 S: Supported
9247 F: drivers/s390/net/
9248
9249 S390 PCI SUBSYSTEM
9250 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9251 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9252 L: linux-s390@vger.kernel.org
9253 W: http://www.ibm.com/developerworks/linux/linux390/
9254 S: Supported
9255 F: arch/s390/pci/
9256 F: drivers/pci/hotplug/s390_pci_hpc.c
9257
9258 S390 ZCRYPT DRIVER
9259 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9260 L: linux-s390@vger.kernel.org
9261 W: http://www.ibm.com/developerworks/linux/linux390/
9262 S: Supported
9263 F: drivers/s390/crypto/
9264
9265 S390 ZFCP DRIVER
9266 M: Steffen Maier <maier@linux.vnet.ibm.com>
9267 L: linux-s390@vger.kernel.org
9268 W: http://www.ibm.com/developerworks/linux/linux390/
9269 S: Supported
9270 F: drivers/s390/scsi/zfcp_*
9271
9272 S390 IUCV NETWORK LAYER
9273 M: Ursula Braun <ursula.braun@de.ibm.com>
9274 L: linux-s390@vger.kernel.org
9275 W: http://www.ibm.com/developerworks/linux/linux390/
9276 S: Supported
9277 F: drivers/s390/net/*iucv*
9278 F: include/net/iucv/
9279 F: net/iucv/
9280
9281 S390 IOMMU (PCI)
9282 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9283 L: linux-s390@vger.kernel.org
9284 W: http://www.ibm.com/developerworks/linux/linux390/
9285 S: Supported
9286 F: drivers/iommu/s390-iommu.c
9287
9288 S3C24XX SD/MMC Driver
9289 M: Ben Dooks <ben-linux@fluff.org>
9290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9291 S: Supported
9292 F: drivers/mmc/host/s3cmci.*
9293
9294 SAA6588 RDS RECEIVER DRIVER
9295 M: Hans Verkuil <hverkuil@xs4all.nl>
9296 L: linux-media@vger.kernel.org
9297 T: git git://linuxtv.org/media_tree.git
9298 W: http://linuxtv.org
9299 S: Odd Fixes
9300 F: drivers/media/i2c/saa6588*
9301
9302 SAA7134 VIDEO4LINUX DRIVER
9303 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9304 L: linux-media@vger.kernel.org
9305 W: http://linuxtv.org
9306 T: git git://linuxtv.org/media_tree.git
9307 S: Odd fixes
9308 F: Documentation/video4linux/*.saa7134
9309 F: drivers/media/pci/saa7134/
9310
9311 SAA7146 VIDEO4LINUX-2 DRIVER
9312 M: Hans Verkuil <hverkuil@xs4all.nl>
9313 L: linux-media@vger.kernel.org
9314 T: git git://linuxtv.org/media_tree.git
9315 S: Maintained
9316 F: drivers/media/common/saa7146/
9317 F: drivers/media/pci/saa7146/
9318 F: include/media/saa7146*
9319
9320 SAMSUNG LAPTOP DRIVER
9321 M: Corentin Chary <corentin.chary@gmail.com>
9322 L: platform-driver-x86@vger.kernel.org
9323 S: Maintained
9324 F: drivers/platform/x86/samsung-laptop.c
9325
9326 SAMSUNG AUDIO (ASoC) DRIVERS
9327 M: Sangbeom Kim <sbkim73@samsung.com>
9328 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9329 S: Supported
9330 F: sound/soc/samsung/
9331
9332 SAMSUNG FRAMEBUFFER DRIVER
9333 M: Jingoo Han <jingoohan1@gmail.com>
9334 L: linux-fbdev@vger.kernel.org
9335 S: Maintained
9336 F: drivers/video/fbdev/s3c-fb.c
9337
9338 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9339 M: Sangbeom Kim <sbkim73@samsung.com>
9340 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9341 L: linux-kernel@vger.kernel.org
9342 L: linux-samsung-soc@vger.kernel.org
9343 S: Supported
9344 F: drivers/mfd/sec*.c
9345 F: drivers/regulator/s2m*.c
9346 F: drivers/regulator/s5m*.c
9347 F: drivers/clk/clk-s2mps11.c
9348 F: drivers/rtc/rtc-s5m.c
9349 F: include/linux/mfd/samsung/
9350 F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9351 F: Documentation/devicetree/bindings/mfd/s2mp*.txt
9352
9353 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9354 M: Kyungmin Park <kyungmin.park@samsung.com>
9355 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9356 L: linux-media@vger.kernel.org
9357 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9358 S: Supported
9359 F: drivers/media/platform/exynos4-is/
9360
9361 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9362 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9363 L: linux-media@vger.kernel.org
9364 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9365 S: Maintained
9366 F: drivers/media/platform/s3c-camif/
9367 F: include/media/s3c_camif.h
9368
9369 SAMSUNG S5C73M3 CAMERA DRIVER
9370 M: Kyungmin Park <kyungmin.park@samsung.com>
9371 M: Andrzej Hajda <a.hajda@samsung.com>
9372 L: linux-media@vger.kernel.org
9373 S: Supported
9374 F: drivers/media/i2c/s5c73m3/*
9375
9376 SAMSUNG S5K5BAF CAMERA DRIVER
9377 M: Kyungmin Park <kyungmin.park@samsung.com>
9378 M: Andrzej Hajda <a.hajda@samsung.com>
9379 L: linux-media@vger.kernel.org
9380 S: Supported
9381 F: drivers/media/i2c/s5k5baf.c
9382
9383 SAMSUNG S3FWRN5 NFC DRIVER
9384 M: Robert Baldyga <r.baldyga@samsung.com>
9385 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9386 S: Supported
9387 F: drivers/nfc/s3fwrn5
9388
9389 SAMSUNG SOC CLOCK DRIVERS
9390 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9391 M: Tomasz Figa <tomasz.figa@gmail.com>
9392 S: Supported
9393 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9394 F: drivers/clk/samsung/
9395
9396 SAMSUNG SXGBE DRIVERS
9397 M: Byungho An <bh74.an@samsung.com>
9398 M: Girish K S <ks.giri@samsung.com>
9399 M: Vipul Pandya <vipul.pandya@samsung.com>
9400 S: Supported
9401 L: netdev@vger.kernel.org
9402 F: drivers/net/ethernet/samsung/sxgbe/
9403
9404 SAMSUNG THERMAL DRIVER
9405 M: Lukasz Majewski <l.majewski@samsung.com>
9406 L: linux-pm@vger.kernel.org
9407 L: linux-samsung-soc@vger.kernel.org
9408 S: Supported
9409 T: https://github.com/lmajewski/linux-samsung-thermal.git
9410 F: drivers/thermal/samsung/
9411
9412 SAMSUNG USB2 PHY DRIVER
9413 M: Kamil Debski <k.debski@samsung.com>
9414 L: linux-kernel@vger.kernel.org
9415 S: Supported
9416 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9417 F: Documentation/phy/samsung-usb2.txt
9418 F: drivers/phy/phy-exynos4210-usb2.c
9419 F: drivers/phy/phy-exynos4x12-usb2.c
9420 F: drivers/phy/phy-exynos5250-usb2.c
9421 F: drivers/phy/phy-s5pv210-usb2.c
9422 F: drivers/phy/phy-samsung-usb2.c
9423 F: drivers/phy/phy-samsung-usb2.h
9424
9425 SERIAL DRIVERS
9426 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9427 L: linux-serial@vger.kernel.org
9428 S: Maintained
9429 F: drivers/tty/serial/
9430
9431 SYNOPSYS DESIGNWARE DMAC DRIVER
9432 M: Viresh Kumar <vireshk@kernel.org>
9433 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9434 S: Maintained
9435 F: include/linux/dma/dw.h
9436 F: include/linux/platform_data/dma-dw.h
9437 F: drivers/dma/dw/
9438
9439 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9440 M: Lars Persson <lars.persson@axis.com>
9441 L: netdev@vger.kernel.org
9442 S: Supported
9443 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9444 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9445
9446 SYNOPSYS DESIGNWARE I2C DRIVER
9447 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9448 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9449 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9450 L: linux-i2c@vger.kernel.org
9451 S: Maintained
9452 F: drivers/i2c/busses/i2c-designware-*
9453 F: include/linux/platform_data/i2c-designware.h
9454
9455 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9456 M: Jaehoon Chung <jh80.chung@samsung.com>
9457 L: linux-mmc@vger.kernel.org
9458 S: Maintained
9459 F: include/linux/mmc/dw_mmc.h
9460 F: drivers/mmc/host/dw_mmc*
9461
9462 SYSTEM TRACE MODULE CLASS
9463 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9464 S: Maintained
9465 F: Documentation/trace/stm.txt
9466 F: drivers/hwtracing/stm/
9467 F: include/linux/stm.h
9468 F: include/uapi/linux/stm.h
9469
9470 THUNDERBOLT DRIVER
9471 M: Andreas Noever <andreas.noever@gmail.com>
9472 S: Maintained
9473 F: drivers/thunderbolt/
9474
9475 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9476 M: John Stultz <john.stultz@linaro.org>
9477 M: Thomas Gleixner <tglx@linutronix.de>
9478 L: linux-kernel@vger.kernel.org
9479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9480 S: Supported
9481 F: include/linux/clocksource.h
9482 F: include/linux/time.h
9483 F: include/linux/timex.h
9484 F: include/uapi/linux/time.h
9485 F: include/uapi/linux/timex.h
9486 F: kernel/time/clocksource.c
9487 F: kernel/time/time*.c
9488 F: kernel/time/ntp.c
9489 F: tools/testing/selftests/timers/
9490
9491 SC1200 WDT DRIVER
9492 M: Zwane Mwaikambo <zwanem@gmail.com>
9493 S: Maintained
9494 F: drivers/watchdog/sc1200wdt.c
9495
9496 SCHEDULER
9497 M: Ingo Molnar <mingo@redhat.com>
9498 M: Peter Zijlstra <peterz@infradead.org>
9499 L: linux-kernel@vger.kernel.org
9500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9501 S: Maintained
9502 F: kernel/sched/
9503 F: include/linux/sched.h
9504 F: include/uapi/linux/sched.h
9505 F: include/linux/wait.h
9506
9507 SCORE ARCHITECTURE
9508 M: Chen Liqin <liqin.linux@gmail.com>
9509 M: Lennox Wu <lennox.wu@gmail.com>
9510 W: http://www.sunplus.com
9511 S: Supported
9512 F: arch/score/
9513
9514 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9515 M: Sudeep Holla <sudeep.holla@arm.com>
9516 L: linux-arm-kernel@lists.infradead.org
9517 S: Maintained
9518 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9519 F: drivers/clk/clk-scpi.c
9520 F: drivers/cpufreq/scpi-cpufreq.c
9521 F: drivers/firmware/arm_scpi.c
9522 F: include/linux/scpi_protocol.h
9523
9524 SCSI CDROM DRIVER
9525 M: Jens Axboe <axboe@kernel.dk>
9526 L: linux-scsi@vger.kernel.org
9527 W: http://www.kernel.dk
9528 S: Maintained
9529 F: drivers/scsi/sr*
9530
9531 SCSI RDMA PROTOCOL (SRP) INITIATOR
9532 M: Bart Van Assche <bart.vanassche@sandisk.com>
9533 L: linux-rdma@vger.kernel.org
9534 S: Supported
9535 W: http://www.openfabrics.org
9536 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9538 F: drivers/infiniband/ulp/srp/
9539 F: include/scsi/srp.h
9540
9541 SCSI SG DRIVER
9542 M: Doug Gilbert <dgilbert@interlog.com>
9543 L: linux-scsi@vger.kernel.org
9544 W: http://sg.danny.cz/sg
9545 S: Maintained
9546 F: Documentation/scsi/scsi-generic.txt
9547 F: drivers/scsi/sg.c
9548 F: include/scsi/sg.h
9549
9550 SCSI SUBSYSTEM
9551 M: "James E.J. Bottomley" <JBottomley@odin.com>
9552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9553 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9555 L: linux-scsi@vger.kernel.org
9556 S: Maintained
9557 F: drivers/scsi/
9558 F: include/scsi/
9559
9560 SCSI TAPE DRIVER
9561 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9562 L: linux-scsi@vger.kernel.org
9563 S: Maintained
9564 F: Documentation/scsi/st.txt
9565 F: drivers/scsi/st.*
9566 F: drivers/scsi/st_*.h
9567
9568 SCTP PROTOCOL
9569 M: Vlad Yasevich <vyasevich@gmail.com>
9570 M: Neil Horman <nhorman@tuxdriver.com>
9571 L: linux-sctp@vger.kernel.org
9572 W: http://lksctp.sourceforge.net
9573 S: Maintained
9574 F: Documentation/networking/sctp.txt
9575 F: include/linux/sctp.h
9576 F: include/uapi/linux/sctp.h
9577 F: include/net/sctp/
9578 F: net/sctp/
9579
9580 SCx200 CPU SUPPORT
9581 M: Jim Cromie <jim.cromie@gmail.com>
9582 S: Odd Fixes
9583 F: Documentation/i2c/busses/scx200_acb
9584 F: arch/x86/platform/scx200/
9585 F: drivers/watchdog/scx200_wdt.c
9586 F: drivers/i2c/busses/scx200*
9587 F: drivers/mtd/maps/scx200_docflash.c
9588 F: include/linux/scx200.h
9589
9590 SCx200 GPIO DRIVER
9591 M: Jim Cromie <jim.cromie@gmail.com>
9592 S: Maintained
9593 F: drivers/char/scx200_gpio.c
9594 F: include/linux/scx200_gpio.h
9595
9596 SCx200 HRT CLOCKSOURCE DRIVER
9597 M: Jim Cromie <jim.cromie@gmail.com>
9598 S: Maintained
9599 F: drivers/clocksource/scx200_hrt.c
9600
9601 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9602 M: Sascha Sommer <saschasommer@freenet.de>
9603 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9604 S: Maintained
9605 F: drivers/mmc/host/sdricoh_cs.c
9606
9607 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9608 L: linux-mmc@vger.kernel.org
9609 S: Orphan
9610 F: drivers/mmc/host/sdhci.*
9611 F: drivers/mmc/host/sdhci-pltfm.[ch]
9612
9613 SECURE COMPUTING
9614 M: Kees Cook <keescook@chromium.org>
9615 R: Andy Lutomirski <luto@amacapital.net>
9616 R: Will Drewry <wad@chromium.org>
9617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9618 S: Supported
9619 F: kernel/seccomp.c
9620 F: include/uapi/linux/seccomp.h
9621 F: include/linux/seccomp.h
9622 F: tools/testing/selftests/seccomp/*
9623 K: \bsecure_computing
9624 K: \bTIF_SECCOMP\b
9625
9626 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9627 M: Ben Dooks <ben-linux@fluff.org>
9628 M: Jaehoon Chung <jh80.chung@samsung.com>
9629 L: linux-mmc@vger.kernel.org
9630 S: Maintained
9631 F: drivers/mmc/host/sdhci-s3c*
9632
9633 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9634 M: Viresh Kumar <vireshk@kernel.org>
9635 L: spear-devel@list.st.com
9636 L: linux-mmc@vger.kernel.org
9637 S: Maintained
9638 F: drivers/mmc/host/sdhci-spear.c
9639
9640 SECURITY SUBSYSTEM
9641 M: James Morris <james.l.morris@oracle.com>
9642 M: "Serge E. Hallyn" <serge@hallyn.com>
9643 L: linux-security-module@vger.kernel.org (suggested Cc:)
9644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9645 W: http://kernsec.org/
9646 S: Supported
9647 F: security/
9648
9649 SECURITY CONTACT
9650 M: Security Officers <security@kernel.org>
9651 S: Supported
9652
9653 SELINUX SECURITY MODULE
9654 M: Paul Moore <paul@paul-moore.com>
9655 M: Stephen Smalley <sds@tycho.nsa.gov>
9656 M: Eric Paris <eparis@parisplace.org>
9657 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9658 W: http://selinuxproject.org
9659 T: git git://git.infradead.org/users/pcmoore/selinux
9660 S: Supported
9661 F: include/linux/selinux*
9662 F: security/selinux/
9663 F: scripts/selinux/
9664
9665 APPARMOR SECURITY MODULE
9666 M: John Johansen <john.johansen@canonical.com>
9667 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9668 W: apparmor.wiki.kernel.org
9669 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9670 S: Supported
9671 F: security/apparmor/
9672
9673 YAMA SECURITY MODULE
9674 M: Kees Cook <keescook@chromium.org>
9675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9676 S: Supported
9677 F: security/yama/
9678
9679 SENSABLE PHANTOM
9680 M: Jiri Slaby <jirislaby@gmail.com>
9681 S: Maintained
9682 F: drivers/misc/phantom.c
9683 F: include/uapi/linux/phantom.h
9684
9685 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9686 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9687 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9688 M: John Soni Jose <sony.john@avagotech.com>
9689 L: linux-scsi@vger.kernel.org
9690 W: http://www.avagotech.com
9691 S: Supported
9692 F: drivers/scsi/be2iscsi/
9693
9694 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9695 M: Sathya Perla <sathya.perla@avagotech.com>
9696 M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9697 M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9698 M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9699 L: netdev@vger.kernel.org
9700 W: http://www.emulex.com
9701 S: Supported
9702 F: drivers/net/ethernet/emulex/benet/
9703
9704 EMULEX ONECONNECT ROCE DRIVER
9705 M: Selvin Xavier <selvin.xavier@avagotech.com>
9706 M: Devesh Sharma <devesh.sharma@avagotech.com>
9707 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9708 L: linux-rdma@vger.kernel.org
9709 W: http://www.emulex.com
9710 S: Supported
9711 F: drivers/infiniband/hw/ocrdma/
9712
9713 SFC NETWORK DRIVER
9714 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9715 M: Shradha Shah <sshah@solarflare.com>
9716 L: netdev@vger.kernel.org
9717 S: Supported
9718 F: drivers/net/ethernet/sfc/
9719
9720 SGI GRU DRIVER
9721 M: Dimitri Sivanich <sivanich@sgi.com>
9722 S: Maintained
9723 F: drivers/misc/sgi-gru/
9724
9725 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9726 M: Pat Gefre <pfg@sgi.com>
9727 L: linux-ia64@vger.kernel.org
9728 S: Supported
9729 F: Documentation/ia64/serial.txt
9730 F: drivers/tty/serial/ioc?_serial.c
9731 F: include/linux/ioc?.h
9732
9733 SGI XP/XPC/XPNET DRIVER
9734 M: Cliff Whickman <cpw@sgi.com>
9735 M: Robin Holt <robinmholt@gmail.com>
9736 S: Maintained
9737 F: drivers/misc/sgi-xp/
9738
9739 SI2157 MEDIA DRIVER
9740 M: Antti Palosaari <crope@iki.fi>
9741 L: linux-media@vger.kernel.org
9742 W: http://linuxtv.org/
9743 W: http://palosaari.fi/linux/
9744 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9745 T: git git://linuxtv.org/anttip/media_tree.git
9746 S: Maintained
9747 F: drivers/media/tuners/si2157*
9748
9749 SI2168 MEDIA DRIVER
9750 M: Antti Palosaari <crope@iki.fi>
9751 L: linux-media@vger.kernel.org
9752 W: http://linuxtv.org/
9753 W: http://palosaari.fi/linux/
9754 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9755 T: git git://linuxtv.org/anttip/media_tree.git
9756 S: Maintained
9757 F: drivers/media/dvb-frontends/si2168*
9758
9759 SI470X FM RADIO RECEIVER I2C DRIVER
9760 M: Hans Verkuil <hverkuil@xs4all.nl>
9761 L: linux-media@vger.kernel.org
9762 T: git git://linuxtv.org/media_tree.git
9763 W: http://linuxtv.org
9764 S: Odd Fixes
9765 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9766
9767 SI470X FM RADIO RECEIVER USB DRIVER
9768 M: Hans Verkuil <hverkuil@xs4all.nl>
9769 L: linux-media@vger.kernel.org
9770 T: git git://linuxtv.org/media_tree.git
9771 W: http://linuxtv.org
9772 S: Maintained
9773 F: drivers/media/radio/si470x/radio-si470x-common.c
9774 F: drivers/media/radio/si470x/radio-si470x.h
9775 F: drivers/media/radio/si470x/radio-si470x-usb.c
9776
9777 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9778 M: Eduardo Valentin <edubezval@gmail.com>
9779 L: linux-media@vger.kernel.org
9780 T: git git://linuxtv.org/media_tree.git
9781 W: http://linuxtv.org
9782 S: Odd Fixes
9783 F: drivers/media/radio/si4713/si4713.?
9784
9785 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9786 M: Eduardo Valentin <edubezval@gmail.com>
9787 L: linux-media@vger.kernel.org
9788 T: git git://linuxtv.org/media_tree.git
9789 W: http://linuxtv.org
9790 S: Odd Fixes
9791 F: drivers/media/radio/si4713/radio-platform-si4713.c
9792
9793 SI4713 FM RADIO TRANSMITTER USB DRIVER
9794 M: Hans Verkuil <hverkuil@xs4all.nl>
9795 L: linux-media@vger.kernel.org
9796 T: git git://linuxtv.org/media_tree.git
9797 W: http://linuxtv.org
9798 S: Maintained
9799 F: drivers/media/radio/si4713/radio-usb-si4713.c
9800
9801 SIANO DVB DRIVER
9802 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9803 L: linux-media@vger.kernel.org
9804 W: http://linuxtv.org
9805 T: git git://linuxtv.org/media_tree.git
9806 S: Odd fixes
9807 F: drivers/media/common/siano/
9808 F: drivers/media/usb/siano/
9809 F: drivers/media/usb/siano/
9810 F: drivers/media/mmc/siano/
9811
9812 SIMPLEFB FB DRIVER
9813 M: Hans de Goede <hdegoede@redhat.com>
9814 L: linux-fbdev@vger.kernel.org
9815 S: Maintained
9816 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9817 F: drivers/video/fbdev/simplefb.c
9818 F: include/linux/platform_data/simplefb.h
9819
9820 SH_VEU V4L2 MEM2MEM DRIVER
9821 L: linux-media@vger.kernel.org
9822 S: Orphan
9823 F: drivers/media/platform/sh_veu.c
9824
9825 SH_VOU V4L2 OUTPUT DRIVER
9826 L: linux-media@vger.kernel.org
9827 S: Orphan
9828 F: drivers/media/platform/sh_vou.c
9829 F: include/media/sh_vou.h
9830
9831 SIMPLE FIRMWARE INTERFACE (SFI)
9832 M: Len Brown <lenb@kernel.org>
9833 L: sfi-devel@simplefirmware.org
9834 W: http://simplefirmware.org/
9835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9836 S: Supported
9837 F: arch/x86/platform/sfi/
9838 F: drivers/sfi/
9839 F: include/linux/sfi*.h
9840
9841 SIMTEC EB110ATX (Chalice CATS)
9842 P: Ben Dooks
9843 P: Vincent Sanders <vince@simtec.co.uk>
9844 M: Simtec Linux Team <linux@simtec.co.uk>
9845 W: http://www.simtec.co.uk/products/EB110ATX/
9846 S: Supported
9847
9848 SIMTEC EB2410ITX (BAST)
9849 P: Ben Dooks
9850 P: Vincent Sanders <vince@simtec.co.uk>
9851 M: Simtec Linux Team <linux@simtec.co.uk>
9852 W: http://www.simtec.co.uk/products/EB2410ITX/
9853 S: Supported
9854 F: arch/arm/mach-s3c24xx/mach-bast.c
9855 F: arch/arm/mach-s3c24xx/bast-ide.c
9856 F: arch/arm/mach-s3c24xx/bast-irq.c
9857
9858 TI DAVINCI MACHINE SUPPORT
9859 M: Sekhar Nori <nsekhar@ti.com>
9860 M: Kevin Hilman <khilman@deeprootsystems.com>
9861 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9862 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9863 S: Supported
9864 F: arch/arm/mach-davinci/
9865 F: drivers/i2c/busses/i2c-davinci.c
9866
9867 TI DAVINCI SERIES MEDIA DRIVER
9868 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9869 L: linux-media@vger.kernel.org
9870 W: http://linuxtv.org/
9871 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9872 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9873 S: Maintained
9874 F: drivers/media/platform/davinci/
9875 F: include/media/davinci/
9876
9877 TI AM437X VPFE DRIVER
9878 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9879 L: linux-media@vger.kernel.org
9880 W: http://linuxtv.org/
9881 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9882 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9883 S: Maintained
9884 F: drivers/media/platform/am437x/
9885
9886 OV2659 OMNIVISION SENSOR DRIVER
9887 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9888 L: linux-media@vger.kernel.org
9889 W: http://linuxtv.org/
9890 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9891 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9892 S: Maintained
9893 F: drivers/media/i2c/ov2659.c
9894 F: include/media/ov2659.h
9895
9896 SILICON MOTION SM712 FRAME BUFFER DRIVER
9897 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9898 M: Teddy Wang <teddy.wang@siliconmotion.com>
9899 M: Sudip Mukherjee <sudip@vectorindia.org>
9900 L: linux-fbdev@vger.kernel.org
9901 S: Maintained
9902 F: drivers/video/fbdev/sm712*
9903 F: Documentation/fb/sm712fb.txt
9904
9905 SIS 190 ETHERNET DRIVER
9906 M: Francois Romieu <romieu@fr.zoreil.com>
9907 L: netdev@vger.kernel.org
9908 S: Maintained
9909 F: drivers/net/ethernet/sis/sis190.c
9910
9911 SIS 900/7016 FAST ETHERNET DRIVER
9912 M: Daniele Venzano <venza@brownhat.org>
9913 W: http://www.brownhat.org/sis900.html
9914 L: netdev@vger.kernel.org
9915 S: Maintained
9916 F: drivers/net/ethernet/sis/sis900.*
9917
9918 SIS FRAMEBUFFER DRIVER
9919 M: Thomas Winischhofer <thomas@winischhofer.net>
9920 W: http://www.winischhofer.net/linuxsisvga.shtml
9921 S: Maintained
9922 F: Documentation/fb/sisfb.txt
9923 F: drivers/video/fbdev/sis/
9924 F: include/video/sisfb.h
9925
9926 SIS USB2VGA DRIVER
9927 M: Thomas Winischhofer <thomas@winischhofer.net>
9928 W: http://www.winischhofer.at/linuxsisusbvga.shtml
9929 S: Maintained
9930 F: drivers/usb/misc/sisusbvga/
9931
9932 SLAB ALLOCATOR
9933 M: Christoph Lameter <cl@linux.com>
9934 M: Pekka Enberg <penberg@kernel.org>
9935 M: David Rientjes <rientjes@google.com>
9936 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9937 M: Andrew Morton <akpm@linux-foundation.org>
9938 L: linux-mm@kvack.org
9939 S: Maintained
9940 F: include/linux/sl?b*.h
9941 F: mm/sl?b*
9942
9943 SLEEPABLE READ-COPY UPDATE (SRCU)
9944 M: Lai Jiangshan <jiangshanlai@gmail.com>
9945 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9946 M: Josh Triplett <josh@joshtriplett.org>
9947 R: Steven Rostedt <rostedt@goodmis.org>
9948 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9949 L: linux-kernel@vger.kernel.org
9950 W: http://www.rdrop.com/users/paulmck/RCU/
9951 S: Supported
9952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9953 F: include/linux/srcu.h
9954 F: kernel/rcu/srcu.c
9955
9956 SMACK SECURITY MODULE
9957 M: Casey Schaufler <casey@schaufler-ca.com>
9958 L: linux-security-module@vger.kernel.org
9959 W: http://schaufler-ca.com
9960 T: git git://git.gitorious.org/smack-next/kernel.git
9961 S: Maintained
9962 F: Documentation/security/Smack.txt
9963 F: security/smack/
9964
9965 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9966 M: Kevin Hilman <khilman@kernel.org>
9967 M: Nishanth Menon <nm@ti.com>
9968 S: Maintained
9969 F: drivers/power/avs/
9970 F: include/linux/power/smartreflex.h
9971 L: linux-pm@vger.kernel.org
9972
9973 SMC91x ETHERNET DRIVER
9974 M: Nicolas Pitre <nico@fluxnic.net>
9975 S: Odd Fixes
9976 F: drivers/net/ethernet/smsc/smc91x.*
9977
9978 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9979 M: Sakari Ailus <sakari.ailus@iki.fi>
9980 L: linux-media@vger.kernel.org
9981 S: Maintained
9982 F: drivers/media/i2c/smiapp/
9983 F: include/media/smiapp.h
9984 F: drivers/media/i2c/smiapp-pll.c
9985 F: drivers/media/i2c/smiapp-pll.h
9986 F: include/uapi/linux/smiapp.h
9987 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9988
9989 SMM665 HARDWARE MONITOR DRIVER
9990 M: Guenter Roeck <linux@roeck-us.net>
9991 L: linux-hwmon@vger.kernel.org
9992 S: Maintained
9993 F: Documentation/hwmon/smm665
9994 F: drivers/hwmon/smm665.c
9995
9996 SMSC EMC2103 HARDWARE MONITOR DRIVER
9997 M: Steve Glendinning <steve.glendinning@shawell.net>
9998 L: linux-hwmon@vger.kernel.org
9999 S: Maintained
10000 F: Documentation/hwmon/emc2103
10001 F: drivers/hwmon/emc2103.c
10002
10003 SMSC SCH5627 HARDWARE MONITOR DRIVER
10004 M: Hans de Goede <hdegoede@redhat.com>
10005 L: linux-hwmon@vger.kernel.org
10006 S: Supported
10007 F: Documentation/hwmon/sch5627
10008 F: drivers/hwmon/sch5627.c
10009
10010 SMSC47B397 HARDWARE MONITOR DRIVER
10011 M: Jean Delvare <jdelvare@suse.com>
10012 L: linux-hwmon@vger.kernel.org
10013 S: Maintained
10014 F: Documentation/hwmon/smsc47b397
10015 F: drivers/hwmon/smsc47b397.c
10016
10017 SMSC911x ETHERNET DRIVER
10018 M: Steve Glendinning <steve.glendinning@shawell.net>
10019 L: netdev@vger.kernel.org
10020 S: Maintained
10021 F: include/linux/smsc911x.h
10022 F: drivers/net/ethernet/smsc/smsc911x.*
10023
10024 SMSC9420 PCI ETHERNET DRIVER
10025 M: Steve Glendinning <steve.glendinning@shawell.net>
10026 L: netdev@vger.kernel.org
10027 S: Maintained
10028 F: drivers/net/ethernet/smsc/smsc9420.*
10029
10030 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10031 M: Steve Glendinning <steve.glendinning@shawell.net>
10032 L: linux-fbdev@vger.kernel.org
10033 S: Maintained
10034 F: drivers/video/fbdev/smscufx.c
10035
10036 SOC-CAMERA V4L2 SUBSYSTEM
10037 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10038 L: linux-media@vger.kernel.org
10039 T: git git://linuxtv.org/media_tree.git
10040 S: Maintained
10041 F: include/media/soc*
10042 F: drivers/media/i2c/soc_camera/
10043 F: drivers/media/platform/soc_camera/
10044
10045 SOEKRIS NET48XX LED SUPPORT
10046 M: Chris Boot <bootc@bootc.net>
10047 S: Maintained
10048 F: drivers/leds/leds-net48xx.c
10049
10050 SOFTLOGIC 6x10 MPEG CODEC
10051 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10052 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10053 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10054 M: Ismael Luceno <ismael@iodev.co.uk>
10055 L: linux-media@vger.kernel.org
10056 S: Supported
10057 F: drivers/media/pci/solo6x10/
10058
10059 SOFTWARE RAID (Multiple Disks) SUPPORT
10060 M: Neil Brown <neilb@suse.com>
10061 L: linux-raid@vger.kernel.org
10062 S: Supported
10063 F: drivers/md/
10064 F: include/linux/raid/
10065 F: include/uapi/linux/raid/
10066
10067 SONIC NETWORK DRIVER
10068 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10069 L: netdev@vger.kernel.org
10070 S: Maintained
10071 F: drivers/net/ethernet/natsemi/sonic.*
10072
10073 SONICS SILICON BACKPLANE DRIVER (SSB)
10074 M: Michael Buesch <m@bues.ch>
10075 L: netdev@vger.kernel.org
10076 S: Maintained
10077 F: drivers/ssb/
10078 F: include/linux/ssb/
10079
10080 SONY VAIO CONTROL DEVICE DRIVER
10081 M: Mattia Dongili <malattia@linux.it>
10082 L: platform-driver-x86@vger.kernel.org
10083 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10084 S: Maintained
10085 F: Documentation/laptops/sony-laptop.txt
10086 F: drivers/char/sonypi.c
10087 F: drivers/platform/x86/sony-laptop.c
10088 F: include/linux/sony-laptop.h
10089
10090 SONY MEMORYSTICK CARD SUPPORT
10091 M: Alex Dubov <oakad@yahoo.com>
10092 W: http://tifmxx.berlios.de/
10093 S: Maintained
10094 F: drivers/memstick/host/tifm_ms.c
10095
10096 SONY MEMORYSTICK STANDARD SUPPORT
10097 M: Maxim Levitsky <maximlevitsky@gmail.com>
10098 S: Maintained
10099 F: drivers/memstick/core/ms_block.*
10100
10101 SOUND
10102 M: Jaroslav Kysela <perex@perex.cz>
10103 M: Takashi Iwai <tiwai@suse.com>
10104 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10105 W: http://www.alsa-project.org/
10106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10107 T: git git://git.alsa-project.org/alsa-kernel.git
10108 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10109 S: Maintained
10110 F: Documentation/sound/
10111 F: include/sound/
10112 F: include/uapi/sound/
10113 F: sound/
10114
10115 SOUND - COMPRESSED AUDIO
10116 M: Vinod Koul <vinod.koul@intel.com>
10117 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10119 S: Supported
10120 F: Documentation/sound/alsa/compress_offload.txt
10121 F: include/sound/compress_driver.h
10122 F: include/uapi/sound/compress_*
10123 F: sound/core/compress_offload.c
10124 F: sound/soc/soc-compress.c
10125
10126 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10127 M: Liam Girdwood <lgirdwood@gmail.com>
10128 M: Mark Brown <broonie@kernel.org>
10129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10130 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10131 W: http://alsa-project.org/main/index.php/ASoC
10132 S: Supported
10133 F: Documentation/sound/alsa/soc/
10134 F: sound/soc/
10135 F: include/sound/soc*
10136
10137 SOUND - DMAENGINE HELPERS
10138 M: Lars-Peter Clausen <lars@metafoo.de>
10139 S: Supported
10140 F: include/sound/dmaengine_pcm.h
10141 F: sound/core/pcm_dmaengine.c
10142 F: sound/soc/soc-generic-dmaengine-pcm.c
10143
10144 SP2 MEDIA DRIVER
10145 M: Olli Salonen <olli.salonen@iki.fi>
10146 L: linux-media@vger.kernel.org
10147 W: http://linuxtv.org/
10148 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10149 S: Maintained
10150 F: drivers/media/dvb-frontends/sp2*
10151
10152 SPARC + UltraSPARC (sparc/sparc64)
10153 M: "David S. Miller" <davem@davemloft.net>
10154 L: sparclinux@vger.kernel.org
10155 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10158 S: Maintained
10159 F: arch/sparc/
10160 F: drivers/sbus/
10161
10162 SPARC SERIAL DRIVERS
10163 M: "David S. Miller" <davem@davemloft.net>
10164 L: sparclinux@vger.kernel.org
10165 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10167 S: Maintained
10168 F: include/linux/sunserialcore.h
10169 F: drivers/tty/serial/suncore.c
10170 F: drivers/tty/serial/sunhv.c
10171 F: drivers/tty/serial/sunsab.c
10172 F: drivers/tty/serial/sunsab.h
10173 F: drivers/tty/serial/sunsu.c
10174 F: drivers/tty/serial/sunzilog.c
10175 F: drivers/tty/serial/sunzilog.h
10176
10177 SPARSE CHECKER
10178 M: "Christopher Li" <sparse@chrisli.org>
10179 L: linux-sparse@vger.kernel.org
10180 W: https://sparse.wiki.kernel.org/
10181 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10182 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10183 S: Maintained
10184 F: include/linux/compiler.h
10185
10186 SPEAR PLATFORM SUPPORT
10187 M: Viresh Kumar <vireshk@kernel.org>
10188 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10189 L: spear-devel@list.st.com
10190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10191 W: http://www.st.com/spear
10192 S: Maintained
10193 F: arch/arm/mach-spear/
10194
10195 SPEAR CLOCK FRAMEWORK SUPPORT
10196 M: Viresh Kumar <vireshk@kernel.org>
10197 L: spear-devel@list.st.com
10198 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10199 W: http://www.st.com/spear
10200 S: Maintained
10201 F: drivers/clk/spear/
10202
10203 SPI SUBSYSTEM
10204 M: Mark Brown <broonie@kernel.org>
10205 L: linux-spi@vger.kernel.org
10206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10207 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10208 S: Maintained
10209 F: Documentation/spi/
10210 F: drivers/spi/
10211 F: include/linux/spi/
10212 F: include/uapi/linux/spi/
10213
10214 SPIDERNET NETWORK DRIVER for CELL
10215 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10216 L: netdev@vger.kernel.org
10217 S: Supported
10218 F: Documentation/networking/spider_net.txt
10219 F: drivers/net/ethernet/toshiba/spider_net*
10220
10221 SPU FILE SYSTEM
10222 M: Jeremy Kerr <jk@ozlabs.org>
10223 L: linuxppc-dev@lists.ozlabs.org
10224 W: http://www.ibm.com/developerworks/power/cell/
10225 S: Supported
10226 F: Documentation/filesystems/spufs.txt
10227 F: arch/powerpc/platforms/cell/spufs/
10228
10229 SQUASHFS FILE SYSTEM
10230 M: Phillip Lougher <phillip@squashfs.org.uk>
10231 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10232 W: http://squashfs.org.uk
10233 S: Maintained
10234 F: Documentation/filesystems/squashfs.txt
10235 F: fs/squashfs/
10236
10237 SRM (Alpha) environment access
10238 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10239 S: Maintained
10240 F: arch/alpha/kernel/srm_env.c
10241
10242 STABLE BRANCH
10243 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10244 L: stable@vger.kernel.org
10245 S: Supported
10246 F: Documentation/stable_kernel_rules.txt
10247
10248 STAGING SUBSYSTEM
10249 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10251 L: devel@driverdev.osuosl.org
10252 S: Supported
10253 F: drivers/staging/
10254
10255 STAGING - COMEDI
10256 M: Ian Abbott <abbotti@mev.co.uk>
10257 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10258 S: Odd Fixes
10259 F: drivers/staging/comedi/
10260
10261 STAGING - FLARION FT1000 DRIVERS
10262 M: Marek Belisko <marek.belisko@gmail.com>
10263 S: Odd Fixes
10264 F: drivers/staging/ft1000/
10265
10266 STAGING - INDUSTRIAL IO
10267 M: Jonathan Cameron <jic23@kernel.org>
10268 L: linux-iio@vger.kernel.org
10269 S: Odd Fixes
10270 F: drivers/staging/iio/
10271
10272 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10273 M: Jarod Wilson <jarod@wilsonet.com>
10274 W: http://www.lirc.org/
10275 S: Odd Fixes
10276 F: drivers/staging/media/lirc/
10277
10278 STAGING - LUSTRE PARALLEL FILESYSTEM
10279 M: Oleg Drokin <oleg.drokin@intel.com>
10280 M: Andreas Dilger <andreas.dilger@intel.com>
10281 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10282 W: http://wiki.lustre.org/
10283 S: Maintained
10284 F: drivers/staging/lustre
10285
10286 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10287 M: Marc Dietrich <marvin24@gmx.de>
10288 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10289 L: linux-tegra@vger.kernel.org
10290 S: Maintained
10291 F: drivers/staging/nvec/
10292
10293 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10294 M: Jens Frederich <jfrederich@gmail.com>
10295 M: Daniel Drake <dsd@laptop.org>
10296 M: Jon Nettleton <jon.nettleton@gmail.com>
10297 W: http://wiki.laptop.org/go/DCON
10298 S: Maintained
10299 F: drivers/staging/olpc_dcon/
10300
10301 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10302 M: Willy Tarreau <willy@meta-x.org>
10303 S: Odd Fixes
10304 F: drivers/staging/panel/
10305
10306 STAGING - REALTEK RTL8712U DRIVERS
10307 M: Larry Finger <Larry.Finger@lwfinger.net>
10308 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10309 S: Odd Fixes
10310 F: drivers/staging/rtl8712/
10311
10312 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10313 M: Larry Finger <Larry.Finger@lwfinger.net>
10314 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10315 L: linux-wireless@vger.kernel.org
10316 S: Maintained
10317 F: drivers/staging/rtl8723au/
10318
10319 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10320 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10321 M: Teddy Wang <teddy.wang@siliconmotion.com>
10322 M: Sudip Mukherjee <sudip@vectorindia.org>
10323 L: linux-fbdev@vger.kernel.org
10324 S: Maintained
10325 F: drivers/staging/sm750fb/
10326
10327 STAGING - SLICOSS
10328 M: Lior Dotan <liodot@gmail.com>
10329 M: Christopher Harrer <charrer@alacritech.com>
10330 S: Odd Fixes
10331 F: drivers/staging/slicoss/
10332
10333 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10334 M: William Hubbs <w.d.hubbs@gmail.com>
10335 M: Chris Brannon <chris@the-brannons.com>
10336 M: Kirk Reiser <kirk@reisers.ca>
10337 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10338 L: speakup@linux-speakup.org
10339 W: http://www.linux-speakup.org/
10340 S: Odd Fixes
10341 F: drivers/staging/speakup/
10342
10343 STAGING - VIA VT665X DRIVERS
10344 M: Forest Bond <forest@alittletooquiet.net>
10345 S: Odd Fixes
10346 F: drivers/staging/vt665?/
10347
10348 STAGING - WILC1000 WIFI DRIVER
10349 M: Johnny Kim <johnny.kim@atmel.com>
10350 M: Austin Shin <austin.shin@atmel.com>
10351 M: Chris Park <chris.park@atmel.com>
10352 M: Tony Cho <tony.cho@atmel.com>
10353 M: Glen Lee <glen.lee@atmel.com>
10354 M: Leo Kim <leo.kim@atmel.com>
10355 L: linux-wireless@vger.kernel.org
10356 S: Supported
10357 F: drivers/staging/wilc1000/
10358
10359 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10360 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10361 S: Odd Fixes
10362 F: drivers/staging/xgifb/
10363
10364 HFI1 DRIVER
10365 M: Mike Marciniszyn <infinipath@intel.com>
10366 L: linux-rdma@vger.kernel.org
10367 S: Supported
10368 F: drivers/staging/rdma/hfi1
10369
10370 STARFIRE/DURALAN NETWORK DRIVER
10371 M: Ion Badulescu <ionut@badula.org>
10372 S: Odd Fixes
10373 F: drivers/net/ethernet/adaptec/starfire*
10374
10375 SUN3/3X
10376 M: Sam Creasey <sammy@sammy.net>
10377 W: http://sammy.net/sun3/
10378 S: Maintained
10379 F: arch/m68k/kernel/*sun3*
10380 F: arch/m68k/sun3*/
10381 F: arch/m68k/include/asm/sun3*
10382 F: drivers/net/ethernet/i825xx/sun3*
10383
10384 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10385 M: Hans de Goede <hdegoede@redhat.com>
10386 L: linux-input@vger.kernel.org
10387 S: Maintained
10388 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10389 F: drivers/input/keyboard/sun4i-lradc-keys.c
10390
10391 SUNDANCE NETWORK DRIVER
10392 M: Denis Kirjanov <kda@linux-powerpc.org>
10393 L: netdev@vger.kernel.org
10394 S: Maintained
10395 F: drivers/net/ethernet/dlink/sundance.c
10396
10397 SUPERH
10398 M: Yoshinori Sato <ysato@users.sourceforge.jp>
10399 M: Rich Felker <dalias@libc.org>
10400 L: linux-sh@vger.kernel.org
10401 Q: http://patchwork.kernel.org/project/linux-sh/list/
10402 S: Maintained
10403 F: Documentation/sh/
10404 F: arch/sh/
10405 F: drivers/sh/
10406
10407 SUSPEND TO RAM
10408 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10409 M: Len Brown <len.brown@intel.com>
10410 M: Pavel Machek <pavel@ucw.cz>
10411 L: linux-pm@vger.kernel.org
10412 S: Supported
10413 F: Documentation/power/
10414 F: arch/x86/kernel/acpi/
10415 F: drivers/base/power/
10416 F: kernel/power/
10417 F: include/linux/suspend.h
10418 F: include/linux/freezer.h
10419 F: include/linux/pm.h
10420
10421 SVGA HANDLING
10422 M: Martin Mares <mj@ucw.cz>
10423 L: linux-video@atrey.karlin.mff.cuni.cz
10424 S: Maintained
10425 F: Documentation/svga.txt
10426 F: arch/x86/boot/video*
10427
10428 SWIOTLB SUBSYSTEM
10429 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10430 L: linux-kernel@vger.kernel.org
10431 S: Supported
10432 F: lib/swiotlb.c
10433 F: arch/*/kernel/pci-swiotlb.c
10434 F: include/linux/swiotlb.h
10435
10436 SWITCHDEV
10437 M: Jiri Pirko <jiri@resnulli.us>
10438 L: netdev@vger.kernel.org
10439 S: Supported
10440 F: net/switchdev/
10441 F: include/net/switchdev.h
10442
10443 SYNOPSYS ARC ARCHITECTURE
10444 M: Vineet Gupta <vgupta@synopsys.com>
10445 L: linux-snps-arc@lists.infradead.org
10446 S: Supported
10447 F: arch/arc/
10448 F: Documentation/devicetree/bindings/arc/*
10449 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10450 F: drivers/tty/serial/arc_uart.c
10451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10452
10453 SYNOPSYS ARC SDP platform support
10454 M: Alexey Brodkin <abrodkin@synopsys.com>
10455 S: Supported
10456 F: arch/arc/plat-axs10x
10457 F: arch/arc/boot/dts/ax*
10458 F: Documentation/devicetree/bindings/arc/axs10*
10459
10460 SYSTEM CONFIGURATION (SYSCON)
10461 M: Lee Jones <lee.jones@linaro.org>
10462 M: Arnd Bergmann <arnd@arndb.de>
10463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10464 S: Supported
10465 F: drivers/mfd/syscon.c
10466
10467 SYSV FILESYSTEM
10468 M: Christoph Hellwig <hch@infradead.org>
10469 S: Maintained
10470 F: Documentation/filesystems/sysv-fs.txt
10471 F: fs/sysv/
10472 F: include/linux/sysv_fs.h
10473
10474 TARGET SUBSYSTEM
10475 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10476 L: linux-scsi@vger.kernel.org
10477 L: target-devel@vger.kernel.org
10478 W: http://www.linux-iscsi.org
10479 W: http://groups.google.com/group/linux-iscsi-target-dev
10480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10481 S: Supported
10482 F: drivers/target/
10483 F: include/target/
10484 F: Documentation/target/
10485
10486 TASKSTATS STATISTICS INTERFACE
10487 M: Balbir Singh <bsingharora@gmail.com>
10488 S: Maintained
10489 F: Documentation/accounting/taskstats*
10490 F: include/linux/taskstats*
10491 F: kernel/taskstats.c
10492
10493 TC CLASSIFIER
10494 M: Jamal Hadi Salim <jhs@mojatatu.com>
10495 L: netdev@vger.kernel.org
10496 S: Maintained
10497 F: include/net/pkt_cls.h
10498 F: include/uapi/linux/pkt_cls.h
10499 F: net/sched/
10500
10501 TCP LOW PRIORITY MODULE
10502 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10503 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10504 W: http://tcp-lp-mod.sourceforge.net/
10505 S: Maintained
10506 F: net/ipv4/tcp_lp.c
10507
10508 TDA10071 MEDIA DRIVER
10509 M: Antti Palosaari <crope@iki.fi>
10510 L: linux-media@vger.kernel.org
10511 W: http://linuxtv.org/
10512 W: http://palosaari.fi/linux/
10513 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10514 T: git git://linuxtv.org/anttip/media_tree.git
10515 S: Maintained
10516 F: drivers/media/dvb-frontends/tda10071*
10517
10518 TDA18212 MEDIA DRIVER
10519 M: Antti Palosaari <crope@iki.fi>
10520 L: linux-media@vger.kernel.org
10521 W: http://linuxtv.org/
10522 W: http://palosaari.fi/linux/
10523 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10524 T: git git://linuxtv.org/anttip/media_tree.git
10525 S: Maintained
10526 F: drivers/media/tuners/tda18212*
10527
10528 TDA18218 MEDIA DRIVER
10529 M: Antti Palosaari <crope@iki.fi>
10530 L: linux-media@vger.kernel.org
10531 W: http://linuxtv.org/
10532 W: http://palosaari.fi/linux/
10533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10534 T: git git://linuxtv.org/anttip/media_tree.git
10535 S: Maintained
10536 F: drivers/media/tuners/tda18218*
10537
10538 TDA18271 MEDIA DRIVER
10539 M: Michael Krufky <mkrufky@linuxtv.org>
10540 L: linux-media@vger.kernel.org
10541 W: http://linuxtv.org/
10542 W: http://github.com/mkrufky
10543 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10544 T: git git://linuxtv.org/mkrufky/tuners.git
10545 S: Maintained
10546 F: drivers/media/tuners/tda18271*
10547
10548 TDA827x MEDIA DRIVER
10549 M: Michael Krufky <mkrufky@linuxtv.org>
10550 L: linux-media@vger.kernel.org
10551 W: http://linuxtv.org/
10552 W: http://github.com/mkrufky
10553 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10554 T: git git://linuxtv.org/mkrufky/tuners.git
10555 S: Maintained
10556 F: drivers/media/tuners/tda8290.*
10557
10558 TDA8290 MEDIA DRIVER
10559 M: Michael Krufky <mkrufky@linuxtv.org>
10560 L: linux-media@vger.kernel.org
10561 W: http://linuxtv.org/
10562 W: http://github.com/mkrufky
10563 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10564 T: git git://linuxtv.org/mkrufky/tuners.git
10565 S: Maintained
10566 F: drivers/media/tuners/tda8290.*
10567
10568 TDA9840 MEDIA DRIVER
10569 M: Hans Verkuil <hverkuil@xs4all.nl>
10570 L: linux-media@vger.kernel.org
10571 T: git git://linuxtv.org/media_tree.git
10572 W: http://linuxtv.org
10573 S: Maintained
10574 F: drivers/media/i2c/tda9840*
10575
10576 TEA5761 TUNER DRIVER
10577 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10578 L: linux-media@vger.kernel.org
10579 W: http://linuxtv.org
10580 T: git git://linuxtv.org/media_tree.git
10581 S: Odd fixes
10582 F: drivers/media/tuners/tea5761.*
10583
10584 TEA5767 TUNER DRIVER
10585 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10586 L: linux-media@vger.kernel.org
10587 W: http://linuxtv.org
10588 T: git git://linuxtv.org/media_tree.git
10589 S: Maintained
10590 F: drivers/media/tuners/tea5767.*
10591
10592 TEA6415C MEDIA DRIVER
10593 M: Hans Verkuil <hverkuil@xs4all.nl>
10594 L: linux-media@vger.kernel.org
10595 T: git git://linuxtv.org/media_tree.git
10596 W: http://linuxtv.org
10597 S: Maintained
10598 F: drivers/media/i2c/tea6415c*
10599
10600 TEA6420 MEDIA DRIVER
10601 M: Hans Verkuil <hverkuil@xs4all.nl>
10602 L: linux-media@vger.kernel.org
10603 T: git git://linuxtv.org/media_tree.git
10604 W: http://linuxtv.org
10605 S: Maintained
10606 F: drivers/media/i2c/tea6420*
10607
10608 TEAM DRIVER
10609 M: Jiri Pirko <jiri@resnulli.us>
10610 L: netdev@vger.kernel.org
10611 S: Supported
10612 F: drivers/net/team/
10613 F: include/linux/if_team.h
10614 F: include/uapi/linux/if_team.h
10615
10616 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10617 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10618 S: Maintained
10619 F: arch/x86/platform/ts5500/
10620
10621 TECHNOTREND USB IR RECEIVER
10622 M: Sean Young <sean@mess.org>
10623 L: linux-media@vger.kernel.org
10624 S: Maintained
10625 F: drivers/media/rc/ttusbir.c
10626
10627 TEGRA ARCHITECTURE SUPPORT
10628 M: Stephen Warren <swarren@wwwdotorg.org>
10629 M: Thierry Reding <thierry.reding@gmail.com>
10630 M: Alexandre Courbot <gnurou@gmail.com>
10631 L: linux-tegra@vger.kernel.org
10632 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10634 S: Supported
10635 N: [^a-z]tegra
10636
10637 TEGRA CLOCK DRIVER
10638 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10639 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10640 S: Supported
10641 F: drivers/clk/tegra/
10642
10643 TEGRA DMA DRIVER
10644 M: Laxman Dewangan <ldewangan@nvidia.com>
10645 S: Supported
10646 F: drivers/dma/tegra20-apb-dma.c
10647
10648 TEGRA I2C DRIVER
10649 M: Laxman Dewangan <ldewangan@nvidia.com>
10650 S: Supported
10651 F: drivers/i2c/busses/i2c-tegra.c
10652
10653 TEGRA IOMMU DRIVERS
10654 M: Hiroshi Doyu <hdoyu@nvidia.com>
10655 S: Supported
10656 F: drivers/iommu/tegra*
10657
10658 TEGRA KBC DRIVER
10659 M: Rakesh Iyer <riyer@nvidia.com>
10660 M: Laxman Dewangan <ldewangan@nvidia.com>
10661 S: Supported
10662 F: drivers/input/keyboard/tegra-kbc.c
10663
10664 TEGRA PWM DRIVER
10665 M: Thierry Reding <thierry.reding@gmail.com>
10666 S: Supported
10667 F: drivers/pwm/pwm-tegra.c
10668
10669 TEGRA SERIAL DRIVER
10670 M: Laxman Dewangan <ldewangan@nvidia.com>
10671 S: Supported
10672 F: drivers/tty/serial/serial-tegra.c
10673
10674 TEGRA SPI DRIVER
10675 M: Laxman Dewangan <ldewangan@nvidia.com>
10676 S: Supported
10677 F: drivers/spi/spi-tegra*
10678
10679 TEHUTI ETHERNET DRIVER
10680 M: Andy Gospodarek <andy@greyhouse.net>
10681 L: netdev@vger.kernel.org
10682 S: Supported
10683 F: drivers/net/ethernet/tehuti/*
10684
10685 Telecom Clock Driver for MCPL0010
10686 M: Mark Gross <mark.gross@intel.com>
10687 S: Supported
10688 F: drivers/char/tlclk.c
10689
10690 TENSILICA XTENSA PORT (xtensa)
10691 M: Chris Zankel <chris@zankel.net>
10692 M: Max Filippov <jcmvbkbc@gmail.com>
10693 L: linux-xtensa@linux-xtensa.org
10694 S: Maintained
10695 F: arch/xtensa/
10696 F: drivers/irqchip/irq-xtensa-*
10697
10698 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10699 M: Hans Verkuil <hverkuil@xs4all.nl>
10700 L: linux-media@vger.kernel.org
10701 T: git git://linuxtv.org/media_tree.git
10702 W: http://linuxtv.org
10703 S: Maintained
10704 F: drivers/media/radio/radio-raremono.c
10705
10706 THERMAL
10707 M: Zhang Rui <rui.zhang@intel.com>
10708 M: Eduardo Valentin <edubezval@gmail.com>
10709 L: linux-pm@vger.kernel.org
10710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10712 Q: https://patchwork.kernel.org/project/linux-pm/list/
10713 S: Supported
10714 F: drivers/thermal/
10715 F: include/linux/thermal.h
10716 F: include/uapi/linux/thermal.h
10717 F: include/linux/cpu_cooling.h
10718 F: Documentation/devicetree/bindings/thermal/
10719
10720 THERMAL/CPU_COOLING
10721 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10722 M: Viresh Kumar <viresh.kumar@linaro.org>
10723 M: Javi Merino <javi.merino@arm.com>
10724 L: linux-pm@vger.kernel.org
10725 S: Supported
10726 F: Documentation/thermal/cpu-cooling-api.txt
10727 F: drivers/thermal/cpu_cooling.c
10728 F: include/linux/cpu_cooling.h
10729
10730 THINGM BLINK(1) USB RGB LED DRIVER
10731 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10732 S: Maintained
10733 F: drivers/hid/hid-thingm.c
10734
10735 THINKPAD ACPI EXTRAS DRIVER
10736 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10737 L: ibm-acpi-devel@lists.sourceforge.net
10738 L: platform-driver-x86@vger.kernel.org
10739 W: http://ibm-acpi.sourceforge.net
10740 W: http://thinkwiki.org/wiki/Ibm-acpi
10741 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10742 S: Maintained
10743 F: drivers/platform/x86/thinkpad_acpi.c
10744
10745 TI BANDGAP AND THERMAL DRIVER
10746 M: Eduardo Valentin <edubezval@gmail.com>
10747 L: linux-pm@vger.kernel.org
10748 L: linux-omap@vger.kernel.org
10749 S: Maintained
10750 F: drivers/thermal/ti-soc-thermal/
10751
10752 TI CDCE706 CLOCK DRIVER
10753 M: Max Filippov <jcmvbkbc@gmail.com>
10754 S: Maintained
10755 F: drivers/clk/clk-cdce706.c
10756
10757 TI CLOCK DRIVER
10758 M: Tero Kristo <t-kristo@ti.com>
10759 L: linux-omap@vger.kernel.org
10760 S: Maintained
10761 F: drivers/clk/ti/
10762 F: include/linux/clk/ti.h
10763
10764 TI FLASH MEDIA INTERFACE DRIVER
10765 M: Alex Dubov <oakad@yahoo.com>
10766 S: Maintained
10767 F: drivers/misc/tifm*
10768 F: drivers/mmc/host/tifm_sd.c
10769 F: include/linux/tifm.h
10770
10771 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10772 M: Santosh Shilimkar <ssantosh@kernel.org>
10773 L: linux-kernel@vger.kernel.org
10774 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10775 S: Maintained
10776 F: drivers/soc/ti/*
10777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10778
10779
10780 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10781 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10782 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10783 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10784 S: Maintained
10785 F: sound/soc/codecs/lm49453*
10786 F: sound/soc/codecs/isabelle*
10787
10788 TI LP855x BACKLIGHT DRIVER
10789 M: Milo Kim <milo.kim@ti.com>
10790 S: Maintained
10791 F: Documentation/backlight/lp855x-driver.txt
10792 F: drivers/video/backlight/lp855x_bl.c
10793 F: include/linux/platform_data/lp855x.h
10794
10795 TI LP8727 CHARGER DRIVER
10796 M: Milo Kim <milo.kim@ti.com>
10797 S: Maintained
10798 F: drivers/power/lp8727_charger.c
10799 F: include/linux/platform_data/lp8727.h
10800
10801 TI LP8788 MFD DRIVER
10802 M: Milo Kim <milo.kim@ti.com>
10803 S: Maintained
10804 F: drivers/iio/adc/lp8788_adc.c
10805 F: drivers/leds/leds-lp8788.c
10806 F: drivers/mfd/lp8788*.c
10807 F: drivers/power/lp8788-charger.c
10808 F: drivers/regulator/lp8788-*.c
10809 F: include/linux/mfd/lp8788*.h
10810
10811 TI NETCP ETHERNET DRIVER
10812 M: Wingman Kwok <w-kwok2@ti.com>
10813 M: Murali Karicheri <m-karicheri2@ti.com>
10814 L: netdev@vger.kernel.org
10815 S: Maintained
10816 F: drivers/net/ethernet/ti/netcp*
10817
10818 TI TAS571X FAMILY ASoC CODEC DRIVER
10819 M: Kevin Cernekee <cernekee@chromium.org>
10820 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10821 S: Odd Fixes
10822 F: sound/soc/codecs/tas571x*
10823
10824 TI TWL4030 SERIES SOC CODEC DRIVER
10825 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10826 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10827 S: Maintained
10828 F: sound/soc/codecs/twl4030*
10829
10830 TI WILINK WIRELESS DRIVERS
10831 L: linux-wireless@vger.kernel.org
10832 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10833 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10835 S: Orphan
10836 F: drivers/net/wireless/ti/
10837 F: include/linux/wl12xx.h
10838
10839 TIPC NETWORK LAYER
10840 M: Jon Maloy <jon.maloy@ericsson.com>
10841 M: Ying Xue <ying.xue@windriver.com>
10842 L: netdev@vger.kernel.org (core kernel code)
10843 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10844 W: http://tipc.sourceforge.net/
10845 S: Maintained
10846 F: include/uapi/linux/tipc*.h
10847 F: net/tipc/
10848
10849 TILE ARCHITECTURE
10850 M: Chris Metcalf <cmetcalf@ezchip.com>
10851 W: http://www.ezchip.com/scm/
10852 S: Supported
10853 F: arch/tile/
10854 F: drivers/char/tile-srom.c
10855 F: drivers/edac/tile_edac.c
10856 F: drivers/net/ethernet/tile/
10857 F: drivers/rtc/rtc-tile.c
10858 F: drivers/tty/hvc/hvc_tile.c
10859 F: drivers/tty/serial/tilegx.c
10860 F: drivers/usb/host/*-tilegx.c
10861 F: include/linux/usb/tilegx.h
10862
10863 TLAN NETWORK DRIVER
10864 M: Samuel Chessman <chessman@tux.org>
10865 L: tlan-devel@lists.sourceforge.net (subscribers-only)
10866 W: http://sourceforge.net/projects/tlan/
10867 S: Maintained
10868 F: Documentation/networking/tlan.txt
10869 F: drivers/net/ethernet/ti/tlan.*
10870
10871 TOMOYO SECURITY MODULE
10872 M: Kentaro Takeda <takedakn@nttdata.co.jp>
10873 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10874 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10875 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10876 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10877 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10878 W: http://tomoyo.sourceforge.jp/
10879 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10880 S: Maintained
10881 F: security/tomoyo/
10882
10883 TOPSTAR LAPTOP EXTRAS DRIVER
10884 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10885 L: platform-driver-x86@vger.kernel.org
10886 S: Maintained
10887 F: drivers/platform/x86/topstar-laptop.c
10888
10889 TOSHIBA ACPI EXTRAS DRIVER
10890 M: Azael Avalos <coproscefalo@gmail.com>
10891 L: platform-driver-x86@vger.kernel.org
10892 S: Maintained
10893 F: drivers/platform/x86/toshiba_acpi.c
10894
10895 TOSHIBA BLUETOOTH DRIVER
10896 M: Azael Avalos <coproscefalo@gmail.com>
10897 L: platform-driver-x86@vger.kernel.org
10898 S: Maintained
10899 F: drivers/platform/x86/toshiba_bluetooth.c
10900
10901 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10902 M: Azael Avalos <coproscefalo@gmail.com>
10903 L: platform-driver-x86@vger.kernel.org
10904 S: Maintained
10905 F: drivers/platform/x86/toshiba_haps.c
10906
10907 TOSHIBA WMI HOTKEYS DRIVER
10908 M: Azael Avalos <coproscefalo@gmail.com>
10909 L: platform-driver-x86@vger.kernel.org
10910 S: Maintained
10911 F: drivers/platform/x86/toshiba-wmi.c
10912
10913 TOSHIBA SMM DRIVER
10914 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10915 W: http://www.buzzard.org.uk/toshiba/
10916 S: Maintained
10917 F: drivers/char/toshiba.c
10918 F: include/linux/toshiba.h
10919 F: include/uapi/linux/toshiba.h
10920
10921 TOSHIBA TC358743 DRIVER
10922 M: Mats Randgaard <matrandg@cisco.com>
10923 L: linux-media@vger.kernel.org
10924 S: Maintained
10925 F: drivers/media/i2c/tc358743*
10926 F: include/media/tc358743.h
10927
10928 TMIO MMC DRIVER
10929 M: Ian Molton <ian@mnementh.co.uk>
10930 L: linux-mmc@vger.kernel.org
10931 S: Maintained
10932 F: drivers/mmc/host/tmio_mmc*
10933 F: drivers/mmc/host/sh_mobile_sdhi.c
10934 F: include/linux/mmc/tmio.h
10935 F: include/linux/mmc/sh_mobile_sdhi.h
10936
10937 TMP401 HARDWARE MONITOR DRIVER
10938 M: Guenter Roeck <linux@roeck-us.net>
10939 L: linux-hwmon@vger.kernel.org
10940 S: Maintained
10941 F: Documentation/hwmon/tmp401
10942 F: drivers/hwmon/tmp401.c
10943
10944 TMPFS (SHMEM FILESYSTEM)
10945 M: Hugh Dickins <hughd@google.com>
10946 L: linux-mm@kvack.org
10947 S: Maintained
10948 F: include/linux/shmem_fs.h
10949 F: mm/shmem.c
10950
10951 TM6000 VIDEO4LINUX DRIVER
10952 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10953 L: linux-media@vger.kernel.org
10954 W: http://linuxtv.org
10955 T: git git://linuxtv.org/media_tree.git
10956 S: Odd fixes
10957 F: drivers/media/usb/tm6000/
10958
10959 TW68 VIDEO4LINUX DRIVER
10960 M: Hans Verkuil <hverkuil@xs4all.nl>
10961 L: linux-media@vger.kernel.org
10962 T: git git://linuxtv.org/media_tree.git
10963 W: http://linuxtv.org
10964 S: Odd Fixes
10965 F: drivers/media/pci/tw68/
10966
10967 TPM DEVICE DRIVER
10968 M: Peter Huewe <peterhuewe@gmx.de>
10969 M: Marcel Selhorst <tpmdd@selhorst.net>
10970 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10971 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10972 W: http://tpmdd.sourceforge.net
10973 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10974 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10975 T: https://github.com/PeterHuewe/linux-tpmdd
10976 S: Maintained
10977 F: drivers/char/tpm/
10978
10979 TPM IBM_VTPM DEVICE DRIVER
10980 M: Ashley Lai <ashleydlai@gmail.com>
10981 W: http://tpmdd.sourceforge.net
10982 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10983 S: Maintained
10984 F: drivers/char/tpm/tpm_ibmvtpm*
10985
10986 TRACING
10987 M: Steven Rostedt <rostedt@goodmis.org>
10988 M: Ingo Molnar <mingo@redhat.com>
10989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10990 S: Maintained
10991 F: Documentation/trace/ftrace.txt
10992 F: arch/*/*/*/ftrace.h
10993 F: arch/*/kernel/ftrace.c
10994 F: include/*/ftrace.h
10995 F: include/linux/trace*.h
10996 F: include/trace/
10997 F: kernel/trace/
10998 F: tools/testing/selftests/ftrace/
10999
11000 TRIVIAL PATCHES
11001 M: Jiri Kosina <trivial@kernel.org>
11002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11003 S: Maintained
11004 K: ^Subject:.*(?i)trivial
11005
11006 TTY LAYER
11007 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11008 M: Jiri Slaby <jslaby@suse.com>
11009 S: Supported
11010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11011 F: Documentation/serial/
11012 F: drivers/tty/
11013 F: drivers/tty/serial/serial_core.c
11014 F: include/linux/serial_core.h
11015 F: include/linux/serial.h
11016 F: include/linux/tty.h
11017 F: include/uapi/linux/serial_core.h
11018 F: include/uapi/linux/serial.h
11019 F: include/uapi/linux/tty.h
11020
11021 TUA9001 MEDIA DRIVER
11022 M: Antti Palosaari <crope@iki.fi>
11023 L: linux-media@vger.kernel.org
11024 W: http://linuxtv.org/
11025 W: http://palosaari.fi/linux/
11026 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11027 T: git git://linuxtv.org/anttip/media_tree.git
11028 S: Maintained
11029 F: drivers/media/tuners/tua9001*
11030
11031 TULIP NETWORK DRIVERS
11032 L: netdev@vger.kernel.org
11033 L: linux-parisc@vger.kernel.org
11034 S: Orphan
11035 F: drivers/net/ethernet/dec/tulip/
11036
11037 TUN/TAP driver
11038 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11039 W: http://vtun.sourceforge.net/tun
11040 S: Maintained
11041 F: Documentation/networking/tuntap.txt
11042 F: arch/um/os-Linux/drivers/
11043
11044 TURBOCHANNEL SUBSYSTEM
11045 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11046 M: Ralf Baechle <ralf@linux-mips.org>
11047 L: linux-mips@linux-mips.org
11048 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11049 S: Maintained
11050 F: drivers/tc/
11051 F: include/linux/tc.h
11052
11053 U14-34F SCSI DRIVER
11054 M: Dario Ballabio <ballabio_dario@emc.com>
11055 L: linux-scsi@vger.kernel.org
11056 S: Maintained
11057 F: drivers/scsi/u14-34f.c
11058
11059 UBI FILE SYSTEM (UBIFS)
11060 M: Artem Bityutskiy <dedekind1@gmail.com>
11061 M: Adrian Hunter <adrian.hunter@intel.com>
11062 L: linux-mtd@lists.infradead.org
11063 T: git git://git.infradead.org/ubifs-2.6.git
11064 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11065 S: Maintained
11066 F: Documentation/filesystems/ubifs.txt
11067 F: fs/ubifs/
11068
11069 UCLINUX (M68KNOMMU AND COLDFIRE)
11070 M: Greg Ungerer <gerg@uclinux.org>
11071 W: http://www.uclinux.org/
11072 L: linux-m68k@lists.linux-m68k.org
11073 L: uclinux-dev@uclinux.org (subscribers-only)
11074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11075 S: Maintained
11076 F: arch/m68k/coldfire/
11077 F: arch/m68k/68*/
11078 F: arch/m68k/*/*_no.*
11079 F: arch/m68k/include/asm/*_no.*
11080
11081 UDF FILESYSTEM
11082 M: Jan Kara <jack@suse.com>
11083 S: Maintained
11084 F: Documentation/filesystems/udf.txt
11085 F: fs/udf/
11086
11087 UFS FILESYSTEM
11088 M: Evgeniy Dushistov <dushistov@mail.ru>
11089 S: Maintained
11090 F: Documentation/filesystems/ufs.txt
11091 F: fs/ufs/
11092
11093 UHID USERSPACE HID IO DRIVER:
11094 M: David Herrmann <dh.herrmann@googlemail.com>
11095 L: linux-input@vger.kernel.org
11096 S: Maintained
11097 F: drivers/hid/uhid.c
11098 F: include/uapi/linux/uhid.h
11099
11100 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11101 L: linux-usb@vger.kernel.org
11102 S: Orphan
11103 F: drivers/uwb/
11104 F: include/linux/uwb.h
11105 F: include/linux/uwb/
11106
11107 UNICORE32 ARCHITECTURE:
11108 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11109 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11110 S: Maintained
11111 T: git git://github.com/gxt/linux.git
11112 F: arch/unicore32/
11113
11114 UNIFDEF
11115 M: Tony Finch <dot@dotat.at>
11116 W: http://dotat.at/prog/unifdef
11117 S: Maintained
11118 F: scripts/unifdef.c
11119
11120 UNIFORM CDROM DRIVER
11121 M: Jens Axboe <axboe@kernel.dk>
11122 W: http://www.kernel.dk
11123 S: Maintained
11124 F: Documentation/cdrom/
11125 F: drivers/cdrom/cdrom.c
11126 F: include/linux/cdrom.h
11127 F: include/uapi/linux/cdrom.h
11128
11129 UNISYS S-PAR DRIVERS
11130 M: Benjamin Romer <benjamin.romer@unisys.com>
11131 M: David Kershner <david.kershner@unisys.com>
11132 L: sparmaintainer@unisys.com (Unisys internal)
11133 S: Supported
11134 F: drivers/staging/unisys/
11135
11136 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11137 M: Vinayak Holikatti <vinholikatti@gmail.com>
11138 L: linux-scsi@vger.kernel.org
11139 S: Supported
11140 F: Documentation/scsi/ufs.txt
11141 F: drivers/scsi/ufs/
11142
11143 UNSORTED BLOCK IMAGES (UBI)
11144 M: Artem Bityutskiy <dedekind1@gmail.com>
11145 M: Richard Weinberger <richard@nod.at>
11146 W: http://www.linux-mtd.infradead.org/
11147 L: linux-mtd@lists.infradead.org
11148 T: git git://git.infradead.org/ubifs-2.6.git
11149 S: Supported
11150 F: drivers/mtd/ubi/
11151 F: include/linux/mtd/ubi.h
11152 F: include/uapi/mtd/ubi-user.h
11153
11154 USB ACM DRIVER
11155 M: Oliver Neukum <oliver@neukum.org>
11156 L: linux-usb@vger.kernel.org
11157 S: Maintained
11158 F: Documentation/usb/acm.txt
11159 F: drivers/usb/class/cdc-acm.*
11160
11161 USB AR5523 WIRELESS DRIVER
11162 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11163 L: linux-wireless@vger.kernel.org
11164 S: Maintained
11165 F: drivers/net/wireless/ath/ar5523/
11166
11167 USB ATTACHED SCSI
11168 M: Hans de Goede <hdegoede@redhat.com>
11169 M: Gerd Hoffmann <kraxel@redhat.com>
11170 L: linux-usb@vger.kernel.org
11171 L: linux-scsi@vger.kernel.org
11172 S: Maintained
11173 F: drivers/usb/storage/uas.c
11174
11175 USB CDC ETHERNET DRIVER
11176 M: Oliver Neukum <oliver@neukum.org>
11177 L: linux-usb@vger.kernel.org
11178 S: Maintained
11179 F: drivers/net/usb/cdc_*.c
11180 F: include/uapi/linux/usb/cdc.h
11181
11182 USB CHAOSKEY DRIVER
11183 M: Keith Packard <keithp@keithp.com>
11184 L: linux-usb@vger.kernel.org
11185 S: Maintained
11186 F: drivers/usb/misc/chaoskey.c
11187
11188 USB CYPRESS C67X00 DRIVER
11189 M: Peter Korsgaard <jacmet@sunsite.dk>
11190 L: linux-usb@vger.kernel.org
11191 S: Maintained
11192 F: drivers/usb/c67x00/
11193
11194 USB DAVICOM DM9601 DRIVER
11195 M: Peter Korsgaard <jacmet@sunsite.dk>
11196 L: netdev@vger.kernel.org
11197 W: http://www.linux-usb.org/usbnet
11198 S: Maintained
11199 F: drivers/net/usb/dm9601.c
11200
11201 USB DIAMOND RIO500 DRIVER
11202 M: Cesar Miquel <miquel@df.uba.ar>
11203 L: rio500-users@lists.sourceforge.net
11204 W: http://rio500.sourceforge.net
11205 S: Maintained
11206 F: drivers/usb/misc/rio500*
11207
11208 USB EHCI DRIVER
11209 M: Alan Stern <stern@rowland.harvard.edu>
11210 L: linux-usb@vger.kernel.org
11211 S: Maintained
11212 F: Documentation/usb/ehci.txt
11213 F: drivers/usb/host/ehci*
11214
11215 USB GADGET/PERIPHERAL SUBSYSTEM
11216 M: Felipe Balbi <balbi@ti.com>
11217 L: linux-usb@vger.kernel.org
11218 W: http://www.linux-usb.org/gadget
11219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11220 S: Maintained
11221 F: drivers/usb/gadget/
11222 F: include/linux/usb/gadget*
11223
11224 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11225 M: Jiri Kosina <jikos@kernel.org>
11226 L: linux-usb@vger.kernel.org
11227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11228 S: Maintained
11229 F: Documentation/hid/hiddev.txt
11230 F: drivers/hid/usbhid/
11231
11232 USB ISP116X DRIVER
11233 M: Olav Kongas <ok@artecdesign.ee>
11234 L: linux-usb@vger.kernel.org
11235 S: Maintained
11236 F: drivers/usb/host/isp116x*
11237 F: include/linux/usb/isp116x.h
11238
11239 USB MASS STORAGE DRIVER
11240 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11241 L: linux-usb@vger.kernel.org
11242 L: usb-storage@lists.one-eyed-alien.net
11243 S: Maintained
11244 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11245 F: drivers/usb/storage/
11246
11247 USB MIDI DRIVER
11248 M: Clemens Ladisch <clemens@ladisch.de>
11249 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11250 T: git git://git.alsa-project.org/alsa-kernel.git
11251 S: Maintained
11252 F: sound/usb/midi.*
11253
11254 USB NETWORKING DRIVERS
11255 L: linux-usb@vger.kernel.org
11256 S: Odd Fixes
11257 F: drivers/net/usb/
11258
11259 USB OHCI DRIVER
11260 M: Alan Stern <stern@rowland.harvard.edu>
11261 L: linux-usb@vger.kernel.org
11262 S: Maintained
11263 F: Documentation/usb/ohci.txt
11264 F: drivers/usb/host/ohci*
11265
11266 USB OTG FSM (Finite State Machine)
11267 M: Peter Chen <Peter.Chen@freescale.com>
11268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11269 L: linux-usb@vger.kernel.org
11270 S: Maintained
11271 F: drivers/usb/common/usb-otg-fsm.c
11272
11273 USB OVER IP DRIVER
11274 M: Valentina Manea <valentina.manea.m@gmail.com>
11275 M: Shuah Khan <shuah.kh@samsung.com>
11276 L: linux-usb@vger.kernel.org
11277 S: Maintained
11278 F: drivers/usb/usbip/
11279 F: tools/usb/usbip/
11280
11281 USB PEGASUS DRIVER
11282 M: Petko Manolov <petkan@nucleusys.com>
11283 L: linux-usb@vger.kernel.org
11284 L: netdev@vger.kernel.org
11285 T: git git://github.com/petkan/pegasus.git
11286 W: https://github.com/petkan/pegasus
11287 S: Maintained
11288 F: drivers/net/usb/pegasus.*
11289
11290 USB PHY LAYER
11291 M: Felipe Balbi <balbi@ti.com>
11292 L: linux-usb@vger.kernel.org
11293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11294 S: Maintained
11295 F: drivers/usb/phy/
11296
11297 USB PRINTER DRIVER (usblp)
11298 M: Pete Zaitcev <zaitcev@redhat.com>
11299 L: linux-usb@vger.kernel.org
11300 S: Supported
11301 F: drivers/usb/class/usblp.c
11302
11303 USB RTL8150 DRIVER
11304 M: Petko Manolov <petkan@nucleusys.com>
11305 L: linux-usb@vger.kernel.org
11306 L: netdev@vger.kernel.org
11307 T: git git://github.com/petkan/rtl8150.git
11308 W: https://github.com/petkan/rtl8150
11309 S: Maintained
11310 F: drivers/net/usb/rtl8150.c
11311
11312 USB SERIAL SUBSYSTEM
11313 M: Johan Hovold <johan@kernel.org>
11314 L: linux-usb@vger.kernel.org
11315 S: Maintained
11316 F: Documentation/usb/usb-serial.txt
11317 F: drivers/usb/serial/
11318 F: include/linux/usb/serial.h
11319
11320 USB SMSC75XX ETHERNET DRIVER
11321 M: Steve Glendinning <steve.glendinning@shawell.net>
11322 L: netdev@vger.kernel.org
11323 S: Maintained
11324 F: drivers/net/usb/smsc75xx.*
11325
11326 USB SMSC95XX ETHERNET DRIVER
11327 M: Steve Glendinning <steve.glendinning@shawell.net>
11328 L: netdev@vger.kernel.org
11329 S: Maintained
11330 F: drivers/net/usb/smsc95xx.*
11331
11332 USB SUBSYSTEM
11333 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11334 L: linux-usb@vger.kernel.org
11335 W: http://www.linux-usb.org
11336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11337 S: Supported
11338 F: Documentation/usb/
11339 F: drivers/usb/
11340 F: include/linux/usb.h
11341 F: include/linux/usb/
11342
11343 USB UHCI DRIVER
11344 M: Alan Stern <stern@rowland.harvard.edu>
11345 L: linux-usb@vger.kernel.org
11346 S: Maintained
11347 F: drivers/usb/host/uhci*
11348
11349 USB "USBNET" DRIVER FRAMEWORK
11350 M: Oliver Neukum <oneukum@suse.com>
11351 L: netdev@vger.kernel.org
11352 W: http://www.linux-usb.org/usbnet
11353 S: Maintained
11354 F: drivers/net/usb/usbnet.c
11355 F: include/linux/usb/usbnet.h
11356
11357 USB VIDEO CLASS
11358 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11359 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11360 L: linux-media@vger.kernel.org
11361 T: git git://linuxtv.org/media_tree.git
11362 W: http://www.ideasonboard.org/uvc/
11363 S: Maintained
11364 F: drivers/media/usb/uvc/
11365 F: include/uapi/linux/uvcvideo.h
11366
11367 USB VISION DRIVER
11368 M: Hans Verkuil <hverkuil@xs4all.nl>
11369 L: linux-media@vger.kernel.org
11370 T: git git://linuxtv.org/media_tree.git
11371 W: http://linuxtv.org
11372 S: Odd Fixes
11373 F: drivers/media/usb/usbvision/
11374
11375 USB WEBCAM GADGET
11376 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11377 L: linux-usb@vger.kernel.org
11378 S: Maintained
11379 F: drivers/usb/gadget/function/*uvc*
11380 F: drivers/usb/gadget/legacy/webcam.c
11381
11382 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11383 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11384 L: linux-wireless@vger.kernel.org
11385 S: Maintained
11386 F: drivers/net/wireless/rndis_wlan.c
11387
11388 USB XHCI DRIVER
11389 M: Mathias Nyman <mathias.nyman@intel.com>
11390 L: linux-usb@vger.kernel.org
11391 S: Supported
11392 F: drivers/usb/host/xhci*
11393 F: drivers/usb/host/pci-quirks*
11394
11395 USB ZD1201 DRIVER
11396 L: linux-wireless@vger.kernel.org
11397 W: http://linux-lc100020.sourceforge.net
11398 S: Orphan
11399 F: drivers/net/wireless/zd1201.*
11400
11401 USB ZR364XX DRIVER
11402 M: Antoine Jacquet <royale@zerezo.com>
11403 L: linux-usb@vger.kernel.org
11404 L: linux-media@vger.kernel.org
11405 T: git git://linuxtv.org/media_tree.git
11406 W: http://royale.zerezo.com/zr364xx/
11407 S: Maintained
11408 F: Documentation/video4linux/zr364xx.txt
11409 F: drivers/media/usb/zr364xx/
11410
11411 ULPI BUS
11412 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11413 L: linux-usb@vger.kernel.org
11414 S: Maintained
11415 F: drivers/usb/common/ulpi.c
11416 F: include/linux/ulpi/
11417
11418 USER-MODE LINUX (UML)
11419 M: Jeff Dike <jdike@addtoit.com>
11420 M: Richard Weinberger <richard@nod.at>
11421 L: user-mode-linux-devel@lists.sourceforge.net
11422 L: user-mode-linux-user@lists.sourceforge.net
11423 W: http://user-mode-linux.sourceforge.net
11424 S: Maintained
11425 F: Documentation/virtual/uml/
11426 F: arch/um/
11427 F: arch/x86/um/
11428 F: fs/hostfs/
11429 F: fs/hppfs/
11430
11431 USERSPACE I/O (UIO)
11432 M: "Hans J. Koch" <hjk@hansjkoch.de>
11433 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11434 S: Maintained
11435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11436 F: Documentation/DocBook/uio-howto.tmpl
11437 F: drivers/uio/
11438 F: include/linux/uio*.h
11439
11440 UTIL-LINUX PACKAGE
11441 M: Karel Zak <kzak@redhat.com>
11442 L: util-linux@vger.kernel.org
11443 W: http://en.wikipedia.org/wiki/Util-linux
11444 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11445 S: Maintained
11446
11447 UVESAFB DRIVER
11448 M: Michal Januszewski <spock@gentoo.org>
11449 L: linux-fbdev@vger.kernel.org
11450 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11451 S: Maintained
11452 F: Documentation/fb/uvesafb.txt
11453 F: drivers/video/fbdev/uvesafb.*
11454
11455 VF610 NAND DRIVER
11456 M: Stefan Agner <stefan@agner.ch>
11457 L: linux-mtd@lists.infradead.org
11458 S: Supported
11459 F: drivers/mtd/nand/vf610_nfc.c
11460
11461 VFAT/FAT/MSDOS FILESYSTEM
11462 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11463 S: Maintained
11464 F: Documentation/filesystems/vfat.txt
11465 F: fs/fat/
11466
11467 VFIO DRIVER
11468 M: Alex Williamson <alex.williamson@redhat.com>
11469 L: kvm@vger.kernel.org
11470 S: Maintained
11471 F: Documentation/vfio.txt
11472 F: drivers/vfio/
11473 F: include/linux/vfio.h
11474 F: include/uapi/linux/vfio.h
11475
11476 VFIO PLATFORM DRIVER
11477 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11478 L: kvm@vger.kernel.org
11479 S: Maintained
11480 F: drivers/vfio/platform/
11481
11482 VIDEOBUF2 FRAMEWORK
11483 M: Pawel Osciak <pawel@osciak.com>
11484 M: Marek Szyprowski <m.szyprowski@samsung.com>
11485 M: Kyungmin Park <kyungmin.park@samsung.com>
11486 L: linux-media@vger.kernel.org
11487 S: Maintained
11488 F: drivers/media/v4l2-core/videobuf2-*
11489 F: include/media/videobuf2-*
11490
11491 VIRTUAL SERIO DEVICE DRIVER
11492 M: Stephen Chandler Paul <thatslyude@gmail.com>
11493 S: Maintained
11494 F: drivers/input/serio/userio.c
11495 F: include/uapi/linux/userio.h
11496
11497 VIRTIO CONSOLE DRIVER
11498 M: Amit Shah <amit.shah@redhat.com>
11499 L: virtualization@lists.linux-foundation.org
11500 S: Maintained
11501 F: drivers/char/virtio_console.c
11502 F: include/linux/virtio_console.h
11503 F: include/uapi/linux/virtio_console.h
11504
11505 VIRTIO CORE, NET AND BLOCK DRIVERS
11506 M: "Michael S. Tsirkin" <mst@redhat.com>
11507 L: virtualization@lists.linux-foundation.org
11508 S: Maintained
11509 F: drivers/virtio/
11510 F: tools/virtio/
11511 F: drivers/net/virtio_net.c
11512 F: drivers/block/virtio_blk.c
11513 F: include/linux/virtio_*.h
11514 F: include/uapi/linux/virtio_*.h
11515
11516 VIRTIO DRIVERS FOR S390
11517 M: Christian Borntraeger <borntraeger@de.ibm.com>
11518 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11519 L: linux-s390@vger.kernel.org
11520 L: virtualization@lists.linux-foundation.org
11521 L: kvm@vger.kernel.org
11522 S: Supported
11523 F: drivers/s390/virtio/
11524
11525 VIRTIO GPU DRIVER
11526 M: David Airlie <airlied@linux.ie>
11527 M: Gerd Hoffmann <kraxel@redhat.com>
11528 L: dri-devel@lists.freedesktop.org
11529 L: virtualization@lists.linux-foundation.org
11530 S: Maintained
11531 F: drivers/gpu/drm/virtio/
11532 F: include/uapi/linux/virtio_gpu.h
11533
11534 VIRTIO HOST (VHOST)
11535 M: "Michael S. Tsirkin" <mst@redhat.com>
11536 L: kvm@vger.kernel.org
11537 L: virtualization@lists.linux-foundation.org
11538 L: netdev@vger.kernel.org
11539 S: Maintained
11540 F: drivers/vhost/
11541 F: include/uapi/linux/vhost.h
11542
11543 VIRTIO INPUT DRIVER
11544 M: Gerd Hoffmann <kraxel@redhat.com>
11545 S: Maintained
11546 F: drivers/virtio/virtio_input.c
11547 F: include/uapi/linux/virtio_input.h
11548
11549 VIA RHINE NETWORK DRIVER
11550 S: Orphan
11551 F: drivers/net/ethernet/via/via-rhine.c
11552
11553 VIA SD/MMC CARD CONTROLLER DRIVER
11554 M: Bruce Chang <brucechang@via.com.tw>
11555 M: Harald Welte <HaraldWelte@viatech.com>
11556 S: Maintained
11557 F: drivers/mmc/host/via-sdmmc.c
11558
11559 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11560 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11561 L: linux-fbdev@vger.kernel.org
11562 S: Maintained
11563 F: include/linux/via-core.h
11564 F: include/linux/via-gpio.h
11565 F: include/linux/via_i2c.h
11566 F: drivers/video/fbdev/via/
11567
11568 VIA VELOCITY NETWORK DRIVER
11569 M: Francois Romieu <romieu@fr.zoreil.com>
11570 L: netdev@vger.kernel.org
11571 S: Maintained
11572 F: drivers/net/ethernet/via/via-velocity.*
11573
11574 VIRT LIB
11575 M: Alex Williamson <alex.williamson@redhat.com>
11576 M: Paolo Bonzini <pbonzini@redhat.com>
11577 L: kvm@vger.kernel.org
11578 S: Supported
11579 F: virt/lib/
11580
11581 VIVID VIRTUAL VIDEO DRIVER
11582 M: Hans Verkuil <hverkuil@xs4all.nl>
11583 L: linux-media@vger.kernel.org
11584 T: git git://linuxtv.org/media_tree.git
11585 W: http://linuxtv.org
11586 S: Maintained
11587 F: drivers/media/platform/vivid/*
11588
11589 VLAN (802.1Q)
11590 M: Patrick McHardy <kaber@trash.net>
11591 L: netdev@vger.kernel.org
11592 S: Maintained
11593 F: drivers/net/macvlan.c
11594 F: include/linux/if_*vlan.h
11595 F: net/8021q/
11596
11597 VLYNQ BUS
11598 M: Florian Fainelli <florian@openwrt.org>
11599 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11600 S: Maintained
11601 F: drivers/vlynq/vlynq.c
11602 F: include/linux/vlynq.h
11603
11604 VME SUBSYSTEM
11605 M: Martyn Welch <martyn@welchs.me.uk>
11606 M: Manohar Vanga <manohar.vanga@gmail.com>
11607 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11608 L: devel@driverdev.osuosl.org
11609 S: Maintained
11610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11611 F: Documentation/vme_api.txt
11612 F: drivers/staging/vme/
11613 F: drivers/vme/
11614 F: include/linux/vme*
11615
11616 VMWARE HYPERVISOR INTERFACE
11617 M: Alok Kataria <akataria@vmware.com>
11618 L: virtualization@lists.linux-foundation.org
11619 S: Supported
11620 F: arch/x86/kernel/cpu/vmware.c
11621
11622 VMWARE BALLOON DRIVER
11623 M: Xavier Deguillard <xdeguillard@vmware.com>
11624 M: Philip Moltmann <moltmann@vmware.com>
11625 M: "VMware, Inc." <pv-drivers@vmware.com>
11626 L: linux-kernel@vger.kernel.org
11627 S: Maintained
11628 F: drivers/misc/vmw_balloon.c
11629
11630 VMWARE VMMOUSE SUBDRIVER
11631 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11632 M: "VMware, Inc." <pv-drivers@vmware.com>
11633 L: linux-input@vger.kernel.org
11634 S: Maintained
11635 F: drivers/input/mouse/vmmouse.c
11636 F: drivers/input/mouse/vmmouse.h
11637
11638 VMWARE VMXNET3 ETHERNET DRIVER
11639 M: Shrikrishna Khare <skhare@vmware.com>
11640 M: "VMware, Inc." <pv-drivers@vmware.com>
11641 L: netdev@vger.kernel.org
11642 S: Maintained
11643 F: drivers/net/vmxnet3/
11644
11645 VMware PVSCSI driver
11646 M: Arvind Kumar <arvindkumar@vmware.com>
11647 M: VMware PV-Drivers <pv-drivers@vmware.com>
11648 L: linux-scsi@vger.kernel.org
11649 S: Maintained
11650 F: drivers/scsi/vmw_pvscsi.c
11651 F: drivers/scsi/vmw_pvscsi.h
11652
11653 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11654 M: Liam Girdwood <lgirdwood@gmail.com>
11655 M: Mark Brown <broonie@kernel.org>
11656 L: linux-kernel@vger.kernel.org
11657 W: http://www.slimlogic.co.uk/?p=48
11658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11659 S: Supported
11660 F: drivers/regulator/
11661 F: include/linux/regulator/
11662
11663 VRF
11664 M: David Ahern <dsa@cumulusnetworks.com>
11665 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11666 L: netdev@vger.kernel.org
11667 S: Maintained
11668 F: drivers/net/vrf.c
11669 F: Documentation/networking/vrf.txt
11670
11671 VT1211 HARDWARE MONITOR DRIVER
11672 M: Juerg Haefliger <juergh@gmail.com>
11673 L: linux-hwmon@vger.kernel.org
11674 S: Maintained
11675 F: Documentation/hwmon/vt1211
11676 F: drivers/hwmon/vt1211.c
11677
11678 VT8231 HARDWARE MONITOR DRIVER
11679 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11680 L: linux-hwmon@vger.kernel.org
11681 S: Maintained
11682 F: drivers/hwmon/vt8231.c
11683
11684 VUB300 USB to SDIO/SD/MMC bridge chip
11685 M: Tony Olech <tony.olech@elandigitalsystems.com>
11686 L: linux-mmc@vger.kernel.org
11687 L: linux-usb@vger.kernel.org
11688 S: Supported
11689 F: drivers/mmc/host/vub300.c
11690
11691 W1 DALLAS'S 1-WIRE BUS
11692 M: Evgeniy Polyakov <zbr@ioremap.net>
11693 S: Maintained
11694 F: Documentation/w1/
11695 F: drivers/w1/
11696
11697 W83791D HARDWARE MONITORING DRIVER
11698 M: Marc Hulsman <m.hulsman@tudelft.nl>
11699 L: linux-hwmon@vger.kernel.org
11700 S: Maintained
11701 F: Documentation/hwmon/w83791d
11702 F: drivers/hwmon/w83791d.c
11703
11704 W83793 HARDWARE MONITORING DRIVER
11705 M: Rudolf Marek <r.marek@assembler.cz>
11706 L: linux-hwmon@vger.kernel.org
11707 S: Maintained
11708 F: Documentation/hwmon/w83793
11709 F: drivers/hwmon/w83793.c
11710
11711 W83795 HARDWARE MONITORING DRIVER
11712 M: Jean Delvare <jdelvare@suse.com>
11713 L: linux-hwmon@vger.kernel.org
11714 S: Maintained
11715 F: drivers/hwmon/w83795.c
11716
11717 W83L51xD SD/MMC CARD INTERFACE DRIVER
11718 M: Pierre Ossman <pierre@ossman.eu>
11719 S: Maintained
11720 F: drivers/mmc/host/wbsd.*
11721
11722 WACOM PROTOCOL 4 SERIAL TABLETS
11723 M: Julian Squires <julian@cipht.net>
11724 M: Hans de Goede <hdegoede@redhat.com>
11725 L: linux-input@vger.kernel.org
11726 S: Maintained
11727 F: drivers/input/tablet/wacom_serial4.c
11728
11729 WATCHDOG DEVICE DRIVERS
11730 M: Wim Van Sebroeck <wim@iguana.be>
11731 L: linux-watchdog@vger.kernel.org
11732 W: http://www.linux-watchdog.org/
11733 T: git git://www.linux-watchdog.org/linux-watchdog.git
11734 S: Maintained
11735 F: Documentation/watchdog/
11736 F: drivers/watchdog/
11737 F: include/linux/watchdog.h
11738 F: include/uapi/linux/watchdog.h
11739
11740 WD7000 SCSI DRIVER
11741 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11742 L: linux-scsi@vger.kernel.org
11743 S: Maintained
11744 F: drivers/scsi/wd7000.c
11745
11746 WIIMOTE HID DRIVER
11747 M: David Herrmann <dh.herrmann@googlemail.com>
11748 L: linux-input@vger.kernel.org
11749 S: Maintained
11750 F: drivers/hid/hid-wiimote*
11751
11752 WINBOND CIR DRIVER
11753 M: David Härdeman <david@hardeman.nu>
11754 S: Maintained
11755 F: drivers/media/rc/winbond-cir.c
11756
11757 WIMAX STACK
11758 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11759 M: linux-wimax@intel.com
11760 L: wimax@linuxwimax.org (subscribers-only)
11761 S: Supported
11762 W: http://linuxwimax.org
11763 F: Documentation/wimax/README.wimax
11764 F: include/linux/wimax/debug.h
11765 F: include/net/wimax.h
11766 F: include/uapi/linux/wimax.h
11767 F: net/wimax/
11768
11769 WISTRON LAPTOP BUTTON DRIVER
11770 M: Miloslav Trmac <mitr@volny.cz>
11771 S: Maintained
11772 F: drivers/input/misc/wistron_btns.c
11773
11774 WL3501 WIRELESS PCMCIA CARD DRIVER
11775 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11776 L: linux-wireless@vger.kernel.org
11777 W: http://oops.ghostprotocols.net:81/blog
11778 S: Maintained
11779 F: drivers/net/wireless/wl3501*
11780
11781 WOLFSON MICROELECTRONICS DRIVERS
11782 L: patches@opensource.wolfsonmicro.com
11783 T: git https://github.com/CirrusLogic/linux-drivers.git
11784 W: https://github.com/CirrusLogic/linux-drivers/wiki
11785 S: Supported
11786 F: Documentation/hwmon/wm83??
11787 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11788 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11789 F: Documentation/devicetree/bindings/mfd/arizona.txt
11790 F: arch/arm/mach-s3c64xx/mach-crag6410*
11791 F: drivers/clk/clk-wm83*.c
11792 F: drivers/extcon/extcon-arizona.c
11793 F: drivers/leds/leds-wm83*.c
11794 F: drivers/gpio/gpio-*wm*.c
11795 F: drivers/gpio/gpio-arizona.c
11796 F: drivers/hwmon/wm83??-hwmon.c
11797 F: drivers/input/misc/wm831x-on.c
11798 F: drivers/input/touchscreen/wm831x-ts.c
11799 F: drivers/input/touchscreen/wm97*.c
11800 F: drivers/mfd/arizona*
11801 F: drivers/mfd/wm*.c
11802 F: drivers/power/wm83*.c
11803 F: drivers/rtc/rtc-wm83*.c
11804 F: drivers/regulator/wm8*.c
11805 F: drivers/video/backlight/wm83*_bl.c
11806 F: drivers/watchdog/wm83*_wdt.c
11807 F: include/linux/mfd/arizona/
11808 F: include/linux/mfd/wm831x/
11809 F: include/linux/mfd/wm8350/
11810 F: include/linux/mfd/wm8400*
11811 F: include/linux/wm97xx.h
11812 F: include/sound/wm????.h
11813 F: sound/soc/codecs/arizona.?
11814 F: sound/soc/codecs/wm*
11815
11816 WORKQUEUE
11817 M: Tejun Heo <tj@kernel.org>
11818 R: Lai Jiangshan <jiangshanlai@gmail.com>
11819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11820 S: Maintained
11821 F: include/linux/workqueue.h
11822 F: kernel/workqueue.c
11823 F: Documentation/workqueue.txt
11824
11825 X.25 NETWORK LAYER
11826 M: Andrew Hendry <andrew.hendry@gmail.com>
11827 L: linux-x25@vger.kernel.org
11828 S: Odd Fixes
11829 F: Documentation/networking/x25*
11830 F: include/net/x25*
11831 F: net/x25/
11832
11833 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11834 M: Thomas Gleixner <tglx@linutronix.de>
11835 M: Ingo Molnar <mingo@redhat.com>
11836 M: "H. Peter Anvin" <hpa@zytor.com>
11837 M: x86@kernel.org
11838 L: linux-kernel@vger.kernel.org
11839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11840 S: Maintained
11841 F: Documentation/x86/
11842 F: arch/x86/
11843
11844 X86 PLATFORM DRIVERS
11845 M: Darren Hart <dvhart@infradead.org>
11846 L: platform-driver-x86@vger.kernel.org
11847 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11848 S: Maintained
11849 F: drivers/platform/x86/
11850 F: drivers/platform/olpc/
11851
11852 X86 MCE INFRASTRUCTURE
11853 M: Tony Luck <tony.luck@intel.com>
11854 M: Borislav Petkov <bp@alien8.de>
11855 L: linux-edac@vger.kernel.org
11856 S: Maintained
11857 F: arch/x86/kernel/cpu/mcheck/*
11858
11859 X86 MICROCODE UPDATE SUPPORT
11860 M: Borislav Petkov <bp@alien8.de>
11861 S: Maintained
11862 F: arch/x86/kernel/cpu/microcode/*
11863
11864 X86 VDSO
11865 M: Andy Lutomirski <luto@amacapital.net>
11866 L: linux-kernel@vger.kernel.org
11867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11868 S: Maintained
11869 F: arch/x86/entry/vdso/
11870
11871 XC2028/3028 TUNER DRIVER
11872 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11873 L: linux-media@vger.kernel.org
11874 W: http://linuxtv.org
11875 T: git git://linuxtv.org/media_tree.git
11876 S: Maintained
11877 F: drivers/media/tuners/tuner-xc2028.*
11878
11879 XEN HYPERVISOR INTERFACE
11880 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11881 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11882 M: David Vrabel <david.vrabel@citrix.com>
11883 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11885 S: Supported
11886 F: arch/x86/xen/
11887 F: drivers/*/xen-*front.c
11888 F: drivers/xen/
11889 F: arch/x86/include/asm/xen/
11890 F: include/xen/
11891 F: include/uapi/xen/
11892
11893 XEN HYPERVISOR ARM
11894 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11895 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11896 S: Supported
11897 F: arch/arm/xen/
11898 F: arch/arm/include/asm/xen/
11899
11900 XEN HYPERVISOR ARM64
11901 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11902 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11903 S: Supported
11904 F: arch/arm64/xen/
11905 F: arch/arm64/include/asm/xen/
11906
11907 XEN NETWORK BACKEND DRIVER
11908 M: Ian Campbell <ian.campbell@citrix.com>
11909 M: Wei Liu <wei.liu2@citrix.com>
11910 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11911 L: netdev@vger.kernel.org
11912 S: Supported
11913 F: drivers/net/xen-netback/*
11914
11915 XEN PCI SUBSYSTEM
11916 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11917 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11918 S: Supported
11919 F: arch/x86/pci/*xen*
11920 F: drivers/pci/*xen*
11921
11922 XEN BLOCK SUBSYSTEM
11923 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11924 M: Roger Pau Monné <roger.pau@citrix.com>
11925 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11926 S: Supported
11927 F: drivers/block/xen-blkback/*
11928 F: drivers/block/xen*
11929
11930 XEN PVSCSI DRIVERS
11931 M: Juergen Gross <jgross@suse.com>
11932 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11933 L: linux-scsi@vger.kernel.org
11934 S: Supported
11935 F: drivers/scsi/xen-scsifront.c
11936 F: drivers/xen/xen-scsiback.c
11937 F: include/xen/interface/io/vscsiif.h
11938
11939 XEN SWIOTLB SUBSYSTEM
11940 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11941 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11942 S: Supported
11943 F: arch/x86/xen/*swiotlb*
11944 F: drivers/xen/*swiotlb*
11945
11946 XFS FILESYSTEM
11947 P: Silicon Graphics Inc
11948 M: Dave Chinner <david@fromorbit.com>
11949 M: xfs@oss.sgi.com
11950 L: xfs@oss.sgi.com
11951 W: http://oss.sgi.com/projects/xfs
11952 T: git git://oss.sgi.com/xfs/xfs.git
11953 S: Supported
11954 F: Documentation/filesystems/xfs.txt
11955 F: fs/xfs/
11956
11957 XILINX AXI ETHERNET DRIVER
11958 M: Anirudha Sarangi <anirudh@xilinx.com>
11959 M: John Linn <John.Linn@xilinx.com>
11960 S: Maintained
11961 F: drivers/net/ethernet/xilinx/xilinx_axienet*
11962
11963 XILINX UARTLITE SERIAL DRIVER
11964 M: Peter Korsgaard <jacmet@sunsite.dk>
11965 L: linux-serial@vger.kernel.org
11966 S: Maintained
11967 F: drivers/tty/serial/uartlite.c
11968
11969 XILINX VIDEO IP CORES
11970 M: Hyun Kwon <hyun.kwon@xilinx.com>
11971 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11972 L: linux-media@vger.kernel.org
11973 T: git git://linuxtv.org/media_tree.git
11974 S: Supported
11975 F: Documentation/devicetree/bindings/media/xilinx/
11976 F: drivers/media/platform/xilinx/
11977 F: include/uapi/linux/xilinx-v4l2-controls.h
11978
11979 XILLYBUS DRIVER
11980 M: Eli Billauer <eli.billauer@gmail.com>
11981 L: linux-kernel@vger.kernel.org
11982 S: Supported
11983 F: drivers/char/xillybus/
11984
11985 XTENSA XTFPGA PLATFORM SUPPORT
11986 M: Max Filippov <jcmvbkbc@gmail.com>
11987 L: linux-xtensa@linux-xtensa.org
11988 S: Maintained
11989 F: drivers/spi/spi-xtensa-xtfpga.c
11990 F: sound/soc/xtensa/xtfpga-i2s.c
11991
11992 YAM DRIVER FOR AX.25
11993 M: Jean-Paul Roubelat <jpr@f6fbb.org>
11994 L: linux-hams@vger.kernel.org
11995 S: Maintained
11996 F: drivers/net/hamradio/yam*
11997 F: include/linux/yam.h
11998
11999 YEALINK PHONE DRIVER
12000 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12001 L: usbb2k-api-dev@nongnu.org
12002 S: Maintained
12003 F: Documentation/input/yealink.txt
12004 F: drivers/input/misc/yealink.*
12005
12006 Z8530 DRIVER FOR AX.25
12007 M: Joerg Reuter <jreuter@yaina.de>
12008 W: http://yaina.de/jreuter/
12009 W: http://www.qsl.net/dl1bke/
12010 L: linux-hams@vger.kernel.org
12011 S: Maintained
12012 F: Documentation/networking/z8530drv.txt
12013 F: drivers/net/hamradio/*scc.c
12014 F: drivers/net/hamradio/z8530.h
12015
12016 ZBUD COMPRESSED PAGE ALLOCATOR
12017 M: Seth Jennings <sjennings@variantweb.net>
12018 L: linux-mm@kvack.org
12019 S: Maintained
12020 F: mm/zbud.c
12021 F: include/linux/zbud.h
12022
12023 ZD1211RW WIRELESS DRIVER
12024 M: Daniel Drake <dsd@gentoo.org>
12025 M: Ulrich Kunitz <kune@deine-taler.de>
12026 W: http://zd1211.ath.cx/wiki/DriverRewrite
12027 L: linux-wireless@vger.kernel.org
12028 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12029 S: Maintained
12030 F: drivers/net/wireless/zd1211rw/
12031
12032 ZPOOL COMPRESSED PAGE STORAGE API
12033 M: Dan Streetman <ddstreet@ieee.org>
12034 L: linux-mm@kvack.org
12035 S: Maintained
12036 F: mm/zpool.c
12037 F: include/linux/zpool.h
12038
12039 ZR36067 VIDEO FOR LINUX DRIVER
12040 L: mjpeg-users@lists.sourceforge.net
12041 L: linux-media@vger.kernel.org
12042 W: http://mjpeg.sourceforge.net/driver-zoran/
12043 T: hg http://linuxtv.org/hg/v4l-dvb
12044 S: Odd Fixes
12045 F: drivers/media/pci/zoran/
12046
12047 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12048 M: Minchan Kim <minchan@kernel.org>
12049 M: Nitin Gupta <ngupta@vflare.org>
12050 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12051 L: linux-kernel@vger.kernel.org
12052 S: Maintained
12053 F: drivers/block/zram/
12054 F: Documentation/blockdev/zram.txt
12055
12056 ZS DECSTATION Z85C30 SERIAL DRIVER
12057 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12058 S: Maintained
12059 F: drivers/tty/serial/zs.*
12060
12061 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12062 M: Minchan Kim <minchan@kernel.org>
12063 M: Nitin Gupta <ngupta@vflare.org>
12064 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12065 L: linux-mm@kvack.org
12066 S: Maintained
12067 F: mm/zsmalloc.c
12068 F: include/linux/zsmalloc.h
12069 F: Documentation/vm/zsmalloc.txt
12070
12071 ZSWAP COMPRESSED SWAP CACHING
12072 M: Seth Jennings <sjennings@variantweb.net>
12073 L: linux-mm@kvack.org
12074 S: Maintained
12075 F: mm/zswap.c
12076
12077 THE REST
12078 M: Linus Torvalds <torvalds@linux-foundation.org>
12079 L: linux-kernel@vger.kernel.org
12080 Q: http://patchwork.kernel.org/project/LKML/list/
12081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12082 S: Buried alive in reporters
12083 F: *
12084 F: */