]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - MAINTAINERS
Revert "UBUNTU: SAUCE: apparmor: null profiles should inherit parent control flags"
[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 LIQUIDIO NETWORK DRIVER
2663 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2664 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2665 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2666 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2667 L: netdev@vger.kernel.org
2668 W: http://www.cavium.com
2669 S: Supported
2670 F: drivers/net/ethernet/cavium/liquidio/
2671
2672 CC2520 IEEE-802.15.4 RADIO DRIVER
2673 M: Varka Bhadram <varkabhadram@gmail.com>
2674 L: linux-wpan@vger.kernel.org
2675 S: Maintained
2676 F: drivers/net/ieee802154/cc2520.c
2677 F: include/linux/spi/cc2520.h
2678 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2679
2680 CELL BROADBAND ENGINE ARCHITECTURE
2681 M: Arnd Bergmann <arnd@arndb.de>
2682 L: linuxppc-dev@lists.ozlabs.org
2683 W: http://www.ibm.com/developerworks/power/cell/
2684 S: Supported
2685 F: arch/powerpc/include/asm/cell*.h
2686 F: arch/powerpc/include/asm/spu*.h
2687 F: arch/powerpc/include/uapi/asm/spu*.h
2688 F: arch/powerpc/oprofile/*cell*
2689 F: arch/powerpc/platforms/cell/
2690
2691 CEPH COMMON CODE (LIBCEPH)
2692 M: Ilya Dryomov <idryomov@gmail.com>
2693 M: "Yan, Zheng" <zyan@redhat.com>
2694 M: Sage Weil <sage@redhat.com>
2695 L: ceph-devel@vger.kernel.org
2696 W: http://ceph.com/
2697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2698 T: git git://github.com/ceph/ceph-client.git
2699 S: Supported
2700 F: net/ceph/
2701 F: include/linux/ceph/
2702 F: include/linux/crush/
2703
2704 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2705 M: "Yan, Zheng" <zyan@redhat.com>
2706 M: Sage Weil <sage@redhat.com>
2707 M: Ilya Dryomov <idryomov@gmail.com>
2708 L: ceph-devel@vger.kernel.org
2709 W: http://ceph.com/
2710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2711 T: git git://github.com/ceph/ceph-client.git
2712 S: Supported
2713 F: Documentation/filesystems/ceph.txt
2714 F: fs/ceph/
2715
2716 CERTIFICATE HANDLING:
2717 M: David Howells <dhowells@redhat.com>
2718 M: David Woodhouse <dwmw2@infradead.org>
2719 L: keyrings@linux-nfs.org
2720 S: Maintained
2721 F: Documentation/module-signing.txt
2722 F: certs/
2723 F: scripts/extract-cert.c
2724
2725 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2726 L: linux-usb@vger.kernel.org
2727 S: Orphan
2728 F: Documentation/usb/WUSB-Design-overview.txt
2729 F: Documentation/usb/wusb-cbaf
2730 F: drivers/usb/host/hwa-hc.c
2731 F: drivers/usb/host/whci/
2732 F: drivers/usb/wusbcore/
2733 F: include/linux/usb/wusb*
2734
2735 CFAG12864B LCD DRIVER
2736 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2737 W: http://miguelojeda.es/auxdisplay.htm
2738 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2739 S: Maintained
2740 F: drivers/auxdisplay/cfag12864b.c
2741 F: include/linux/cfag12864b.h
2742
2743 CFAG12864BFB LCD FRAMEBUFFER 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/cfag12864bfb.c
2749 F: include/linux/cfag12864b.h
2750
2751 CFG80211 and NL80211
2752 M: Johannes Berg <johannes@sipsolutions.net>
2753 L: linux-wireless@vger.kernel.org
2754 W: http://wireless.kernel.org/
2755 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2757 S: Maintained
2758 F: include/uapi/linux/nl80211.h
2759 F: include/net/cfg80211.h
2760 F: net/wireless/*
2761 X: net/wireless/wext*
2762
2763 CHAR and MISC DRIVERS
2764 M: Arnd Bergmann <arnd@arndb.de>
2765 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2767 S: Supported
2768 F: drivers/char/*
2769 F: drivers/misc/*
2770 F: include/linux/miscdevice.h
2771
2772 CHECKPATCH
2773 M: Andy Whitcroft <apw@canonical.com>
2774 M: Joe Perches <joe@perches.com>
2775 S: Maintained
2776 F: scripts/checkpatch.pl
2777
2778 CHINESE DOCUMENTATION
2779 M: Harry Wei <harryxiyou@gmail.com>
2780 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2781 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2782 S: Maintained
2783 F: Documentation/zh_CN/
2784
2785 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2786 M: Peter Chen <Peter.Chen@freescale.com>
2787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2788 L: linux-usb@vger.kernel.org
2789 S: Maintained
2790 F: drivers/usb/chipidea/
2791
2792 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2793 M: Hans de Goede <hdegoede@redhat.com>
2794 L: linux-input@vger.kernel.org
2795 S: Maintained
2796 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2797 F: drivers/input/touchscreen/chipone_icn8318.c
2798
2799 CHROME HARDWARE PLATFORM SUPPORT
2800 M: Olof Johansson <olof@lixom.net>
2801 S: Maintained
2802 F: drivers/platform/chrome/
2803
2804 CISCO VIC ETHERNET NIC DRIVER
2805 M: Christian Benvenuti <benve@cisco.com>
2806 M: Sujith Sankar <ssujith@cisco.com>
2807 M: Govindarajulu Varadarajan <_govind@gmx.com>
2808 M: Neel Patel <neepatel@cisco.com>
2809 S: Supported
2810 F: drivers/net/ethernet/cisco/enic/
2811
2812 CISCO VIC LOW LATENCY NIC DRIVER
2813 M: Christian Benvenuti <benve@cisco.com>
2814 M: Dave Goodell <dgoodell@cisco.com>
2815 S: Supported
2816 F: drivers/infiniband/hw/usnic/
2817
2818 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2819 M: Hartley Sweeten <hsweeten@visionengravers.com>
2820 L: netdev@vger.kernel.org
2821 S: Maintained
2822 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2823
2824 CIRRUS LOGIC AUDIO CODEC DRIVERS
2825 M: Brian Austin <brian.austin@cirrus.com>
2826 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2827 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2828 S: Maintained
2829 F: sound/soc/codecs/cs*
2830
2831 CLEANCACHE API
2832 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2833 L: linux-kernel@vger.kernel.org
2834 S: Maintained
2835 F: mm/cleancache.c
2836 F: include/linux/cleancache.h
2837
2838 CLK API
2839 M: Russell King <linux@arm.linux.org.uk>
2840 L: linux-clk@vger.kernel.org
2841 S: Maintained
2842 F: include/linux/clk.h
2843
2844 CLOCKSOURCE, CLOCKEVENT DRIVERS
2845 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2846 M: Thomas Gleixner <tglx@linutronix.de>
2847 L: linux-kernel@vger.kernel.org
2848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2849 S: Supported
2850 F: drivers/clocksource
2851
2852 CISCO FCOE HBA DRIVER
2853 M: Hiral Patel <hiralpat@cisco.com>
2854 M: Suma Ramars <sramars@cisco.com>
2855 M: Brian Uchino <buchino@cisco.com>
2856 L: linux-scsi@vger.kernel.org
2857 S: Supported
2858 F: drivers/scsi/fnic/
2859
2860 CISCO SCSI HBA DRIVER
2861 M: Narsimhulu Musini <nmusini@cisco.com>
2862 M: Sesidhar Baddela <sebaddel@cisco.com>
2863 L: linux-scsi@vger.kernel.org
2864 S: Supported
2865 F: drivers/scsi/snic/
2866
2867 CMPC ACPI DRIVER
2868 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2869 M: Daniel Oliveira Nascimento <don@syst.com.br>
2870 L: platform-driver-x86@vger.kernel.org
2871 S: Supported
2872 F: drivers/platform/x86/classmate-laptop.c
2873
2874 COBALT MEDIA DRIVER
2875 M: Hans Verkuil <hans.verkuil@cisco.com>
2876 L: linux-media@vger.kernel.org
2877 T: git git://linuxtv.org/media_tree.git
2878 W: http://linuxtv.org
2879 S: Supported
2880 F: drivers/media/pci/cobalt/
2881
2882 COCCINELLE/Semantic Patches (SmPL)
2883 M: Julia Lawall <Julia.Lawall@lip6.fr>
2884 M: Gilles Muller <Gilles.Muller@lip6.fr>
2885 M: Nicolas Palix <nicolas.palix@imag.fr>
2886 M: Michal Marek <mmarek@suse.com>
2887 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2889 W: http://coccinelle.lip6.fr/
2890 S: Supported
2891 F: Documentation/coccinelle.txt
2892 F: scripts/coccinelle/
2893 F: scripts/coccicheck
2894
2895 CODA FILE SYSTEM
2896 M: Jan Harkes <jaharkes@cs.cmu.edu>
2897 M: coda@cs.cmu.edu
2898 L: codalist@coda.cs.cmu.edu
2899 W: http://www.coda.cs.cmu.edu/
2900 S: Maintained
2901 F: Documentation/filesystems/coda.txt
2902 F: fs/coda/
2903 F: include/linux/coda*.h
2904 F: include/uapi/linux/coda*.h
2905
2906 CODA V4L2 MEM2MEM DRIVER
2907 M: Philipp Zabel <p.zabel@pengutronix.de>
2908 L: linux-media@vger.kernel.org
2909 S: Maintained
2910 F: Documentation/devicetree/bindings/media/coda.txt
2911 F: drivers/media/platform/coda/
2912
2913 COMMON CLK FRAMEWORK
2914 M: Michael Turquette <mturquette@baylibre.com>
2915 M: Stephen Boyd <sboyd@codeaurora.org>
2916 L: linux-clk@vger.kernel.org
2917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2918 S: Maintained
2919 F: drivers/clk/
2920 X: drivers/clk/clkdev.c
2921 F: include/linux/clk-pr*
2922 F: include/linux/clk/
2923
2924 COMMON INTERNET FILE SYSTEM (CIFS)
2925 M: Steve French <sfrench@samba.org>
2926 L: linux-cifs@vger.kernel.org
2927 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2928 W: http://linux-cifs.samba.org/
2929 T: git git://git.samba.org/sfrench/cifs-2.6.git
2930 S: Supported
2931 F: Documentation/filesystems/cifs/
2932 F: fs/cifs/
2933
2934 COMPACTPCI HOTPLUG CORE
2935 M: Scott Murray <scott@spiteful.org>
2936 L: linux-pci@vger.kernel.org
2937 S: Maintained
2938 F: drivers/pci/hotplug/cpci_hotplug*
2939
2940 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2941 M: Scott Murray <scott@spiteful.org>
2942 L: linux-pci@vger.kernel.org
2943 S: Maintained
2944 F: drivers/pci/hotplug/cpcihp_zt5550.*
2945
2946 COMPACTPCI HOTPLUG GENERIC DRIVER
2947 M: Scott Murray <scott@spiteful.org>
2948 L: linux-pci@vger.kernel.org
2949 S: Maintained
2950 F: drivers/pci/hotplug/cpcihp_generic.c
2951
2952 COMPAL LAPTOP SUPPORT
2953 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2954 L: platform-driver-x86@vger.kernel.org
2955 S: Maintained
2956 F: drivers/platform/x86/compal-laptop.c
2957
2958 CONEXANT ACCESSRUNNER USB DRIVER
2959 L: accessrunner-general@lists.sourceforge.net
2960 W: http://accessrunner.sourceforge.net/
2961 S: Orphan
2962 F: drivers/usb/atm/cxacru.c
2963
2964 CONFIGFS
2965 M: Joel Becker <jlbec@evilplan.org>
2966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2967 S: Supported
2968 F: fs/configfs/
2969 F: include/linux/configfs.h
2970
2971 CONNECTOR
2972 M: Evgeniy Polyakov <zbr@ioremap.net>
2973 L: netdev@vger.kernel.org
2974 S: Maintained
2975 F: drivers/connector/
2976
2977 CONTROL GROUP (CGROUP)
2978 M: Tejun Heo <tj@kernel.org>
2979 M: Li Zefan <lizefan@huawei.com>
2980 M: Johannes Weiner <hannes@cmpxchg.org>
2981 L: cgroups@vger.kernel.org
2982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2983 S: Maintained
2984 F: Documentation/cgroups/
2985 F: include/linux/cgroup*
2986 F: kernel/cgroup*
2987
2988 CONTROL GROUP - CPUSET
2989 M: Li Zefan <lizefan@huawei.com>
2990 L: cgroups@vger.kernel.org
2991 W: http://www.bullopensource.org/cpuset/
2992 W: http://oss.sgi.com/projects/cpusets/
2993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2994 S: Maintained
2995 F: Documentation/cgroups/cpusets.txt
2996 F: include/linux/cpuset.h
2997 F: kernel/cpuset.c
2998
2999 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3000 M: Johannes Weiner <hannes@cmpxchg.org>
3001 M: Michal Hocko <mhocko@kernel.org>
3002 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3003 L: cgroups@vger.kernel.org
3004 L: linux-mm@kvack.org
3005 S: Maintained
3006 F: mm/memcontrol.c
3007 F: mm/swap_cgroup.c
3008
3009 CORETEMP HARDWARE MONITORING DRIVER
3010 M: Fenghua Yu <fenghua.yu@intel.com>
3011 L: linux-hwmon@vger.kernel.org
3012 S: Maintained
3013 F: Documentation/hwmon/coretemp
3014 F: drivers/hwmon/coretemp.c
3015
3016 COSA/SRP SYNC SERIAL DRIVER
3017 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3018 W: http://www.fi.muni.cz/~kas/cosa/
3019 S: Maintained
3020 F: drivers/net/wan/cosa*
3021
3022 CPMAC ETHERNET DRIVER
3023 M: Florian Fainelli <florian@openwrt.org>
3024 L: netdev@vger.kernel.org
3025 S: Maintained
3026 F: drivers/net/ethernet/ti/cpmac.c
3027
3028 CPU FREQUENCY DRIVERS
3029 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3030 M: Viresh Kumar <viresh.kumar@linaro.org>
3031 L: linux-pm@vger.kernel.org
3032 S: Maintained
3033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3034 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3035 F: drivers/cpufreq/
3036 F: include/linux/cpufreq.h
3037
3038 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3039 M: Viresh Kumar <viresh.kumar@linaro.org>
3040 M: Sudeep Holla <sudeep.holla@arm.com>
3041 L: linux-pm@vger.kernel.org
3042 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3043 S: Maintained
3044 F: drivers/cpufreq/arm_big_little.h
3045 F: drivers/cpufreq/arm_big_little.c
3046 F: drivers/cpufreq/arm_big_little_dt.c
3047
3048 CPUIDLE DRIVER - ARM BIG LITTLE
3049 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3050 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3051 L: linux-pm@vger.kernel.org
3052 L: linux-arm-kernel@lists.infradead.org
3053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3054 S: Maintained
3055 F: drivers/cpuidle/cpuidle-big_little.c
3056
3057 CPUIDLE DRIVER - ARM EXYNOS
3058 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3059 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3060 M: Kukjin Kim <kgene@kernel.org>
3061 L: linux-pm@vger.kernel.org
3062 L: linux-samsung-soc@vger.kernel.org
3063 S: Supported
3064 F: drivers/cpuidle/cpuidle-exynos.c
3065 F: arch/arm/mach-exynos/pm.c
3066
3067 CPUIDLE DRIVERS
3068 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3069 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3070 L: linux-pm@vger.kernel.org
3071 S: Maintained
3072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3073 F: drivers/cpuidle/*
3074 F: include/linux/cpuidle.h
3075
3076 CPUID/MSR DRIVER
3077 M: "H. Peter Anvin" <hpa@zytor.com>
3078 S: Maintained
3079 F: arch/x86/kernel/cpuid.c
3080 F: arch/x86/kernel/msr.c
3081
3082 CPU POWER MONITORING SUBSYSTEM
3083 M: Thomas Renninger <trenn@suse.com>
3084 L: linux-pm@vger.kernel.org
3085 S: Maintained
3086 F: tools/power/cpupower/
3087
3088 CRAMFS FILESYSTEM
3089 W: http://sourceforge.net/projects/cramfs/
3090 S: Orphan / Obsolete
3091 F: Documentation/filesystems/cramfs.txt
3092 F: fs/cramfs/
3093
3094 CRIS PORT
3095 M: Mikael Starvik <starvik@axis.com>
3096 M: Jesper Nilsson <jesper.nilsson@axis.com>
3097 L: linux-cris-kernel@axis.com
3098 W: http://developer.axis.com
3099 S: Maintained
3100 F: arch/cris/
3101 F: drivers/tty/serial/crisv10.*
3102
3103 CRYPTO API
3104 M: Herbert Xu <herbert@gondor.apana.org.au>
3105 M: "David S. Miller" <davem@davemloft.net>
3106 L: linux-crypto@vger.kernel.org
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3108 S: Maintained
3109 F: Documentation/crypto/
3110 F: Documentation/DocBook/crypto-API.tmpl
3111 F: arch/*/crypto/
3112 F: crypto/
3113 F: drivers/crypto/
3114 F: include/crypto/
3115
3116 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3117 M: Neil Horman <nhorman@tuxdriver.com>
3118 L: linux-crypto@vger.kernel.org
3119 S: Maintained
3120 F: crypto/ansi_cprng.c
3121 F: crypto/rng.c
3122
3123 CS5535 Audio ALSA driver
3124 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3125 S: Maintained
3126 F: sound/pci/cs5535audio/
3127
3128 CW1200 WLAN driver
3129 M: Solomon Peachy <pizza@shaftnet.org>
3130 S: Maintained
3131 F: drivers/net/wireless/cw1200/
3132
3133 CX18 VIDEO4LINUX DRIVER
3134 M: Andy Walls <awalls@md.metrocast.net>
3135 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3136 L: linux-media@vger.kernel.org
3137 T: git git://linuxtv.org/media_tree.git
3138 W: http://linuxtv.org
3139 W: http://www.ivtvdriver.org/index.php/Cx18
3140 S: Maintained
3141 F: Documentation/video4linux/cx18.txt
3142 F: drivers/media/pci/cx18/
3143 F: include/uapi/linux/ivtv*
3144
3145 CX2341X MPEG ENCODER HELPER MODULE
3146 M: Hans Verkuil <hverkuil@xs4all.nl>
3147 L: linux-media@vger.kernel.org
3148 T: git git://linuxtv.org/media_tree.git
3149 W: http://linuxtv.org
3150 S: Maintained
3151 F: drivers/media/common/cx2341x*
3152 F: include/media/cx2341x*
3153
3154 CX24120 MEDIA DRIVER
3155 M: Jemma Denson <jdenson@gmail.com>
3156 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3157 L: linux-media@vger.kernel.org
3158 W: http://linuxtv.org/
3159 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3160 S: Maintained
3161 F: drivers/media/dvb-frontends/cx24120*
3162
3163 CX88 VIDEO4LINUX DRIVER
3164 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3165 L: linux-media@vger.kernel.org
3166 W: http://linuxtv.org
3167 T: git git://linuxtv.org/media_tree.git
3168 S: Odd fixes
3169 F: Documentation/video4linux/cx88/
3170 F: drivers/media/pci/cx88/
3171
3172 CXD2820R MEDIA DRIVER
3173 M: Antti Palosaari <crope@iki.fi>
3174 L: linux-media@vger.kernel.org
3175 W: http://linuxtv.org/
3176 W: http://palosaari.fi/linux/
3177 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3178 T: git git://linuxtv.org/anttip/media_tree.git
3179 S: Maintained
3180 F: drivers/media/dvb-frontends/cxd2820r*
3181
3182 CXGB3 ETHERNET DRIVER (CXGB3)
3183 M: Santosh Raspatur <santosh@chelsio.com>
3184 L: netdev@vger.kernel.org
3185 W: http://www.chelsio.com
3186 S: Supported
3187 F: drivers/net/ethernet/chelsio/cxgb3/
3188
3189 CXGB3 ISCSI DRIVER (CXGB3I)
3190 M: Karen Xie <kxie@chelsio.com>
3191 L: linux-scsi@vger.kernel.org
3192 W: http://www.chelsio.com
3193 S: Supported
3194 F: drivers/scsi/cxgbi/cxgb3i
3195
3196 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3197 M: Steve Wise <swise@chelsio.com>
3198 L: linux-rdma@vger.kernel.org
3199 W: http://www.openfabrics.org
3200 S: Supported
3201 F: drivers/infiniband/hw/cxgb3/
3202
3203 CXGB4 ETHERNET DRIVER (CXGB4)
3204 M: Hariprasad S <hariprasad@chelsio.com>
3205 L: netdev@vger.kernel.org
3206 W: http://www.chelsio.com
3207 S: Supported
3208 F: drivers/net/ethernet/chelsio/cxgb4/
3209
3210 CXGB4 ISCSI DRIVER (CXGB4I)
3211 M: Karen Xie <kxie@chelsio.com>
3212 L: linux-scsi@vger.kernel.org
3213 W: http://www.chelsio.com
3214 S: Supported
3215 F: drivers/scsi/cxgbi/cxgb4i
3216
3217 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3218 M: Steve Wise <swise@chelsio.com>
3219 L: linux-rdma@vger.kernel.org
3220 W: http://www.openfabrics.org
3221 S: Supported
3222 F: drivers/infiniband/hw/cxgb4/
3223
3224 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3225 M: Casey Leedom <leedom@chelsio.com>
3226 L: netdev@vger.kernel.org
3227 W: http://www.chelsio.com
3228 S: Supported
3229 F: drivers/net/ethernet/chelsio/cxgb4vf/
3230
3231 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3232 M: Ian Munsie <imunsie@au1.ibm.com>
3233 M: Michael Neuling <mikey@neuling.org>
3234 L: linuxppc-dev@lists.ozlabs.org
3235 S: Supported
3236 F: drivers/misc/cxl/
3237 F: include/misc/cxl*
3238 F: include/uapi/misc/cxl.h
3239 F: Documentation/powerpc/cxl.txt
3240 F: Documentation/powerpc/cxl.txt
3241 F: Documentation/ABI/testing/sysfs-class-cxl
3242
3243 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3244 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3245 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3246 L: linux-scsi@vger.kernel.org
3247 S: Supported
3248 F: drivers/scsi/cxlflash/
3249 F: include/uapi/scsi/cxlflash_ioctls.h
3250 F: Documentation/powerpc/cxlflash.txt
3251
3252 STMMAC ETHERNET DRIVER
3253 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3254 L: netdev@vger.kernel.org
3255 W: http://www.stlinux.com
3256 S: Supported
3257 F: drivers/net/ethernet/stmicro/stmmac/
3258
3259 CYBERPRO FB DRIVER
3260 M: Russell King <linux@arm.linux.org.uk>
3261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3262 W: http://www.arm.linux.org.uk/
3263 S: Maintained
3264 F: drivers/video/fbdev/cyber2000fb.*
3265
3266 CYCLADES ASYNC MUX DRIVER
3267 W: http://www.cyclades.com/
3268 S: Orphan
3269 F: drivers/tty/cyclades.c
3270 F: include/linux/cyclades.h
3271 F: include/uapi/linux/cyclades.h
3272
3273 CYCLADES PC300 DRIVER
3274 W: http://www.cyclades.com/
3275 S: Orphan
3276 F: drivers/net/wan/pc300*
3277
3278 CYPRESS_FIRMWARE MEDIA DRIVER
3279 M: Antti Palosaari <crope@iki.fi>
3280 L: linux-media@vger.kernel.org
3281 W: http://linuxtv.org/
3282 W: http://palosaari.fi/linux/
3283 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3284 T: git git://linuxtv.org/anttip/media_tree.git
3285 S: Maintained
3286 F: drivers/media/common/cypress_firmware*
3287
3288 CYTTSP TOUCHSCREEN DRIVER
3289 M: Ferruh Yigit <fery@cypress.com>
3290 L: linux-input@vger.kernel.org
3291 S: Supported
3292 F: drivers/input/touchscreen/cyttsp*
3293 F: include/linux/input/cyttsp.h
3294
3295 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3296 M: Joshua Kinard <kumba@gentoo.org>
3297 S: Maintained
3298 F: drivers/rtc/rtc-ds1685.c
3299 F: include/linux/rtc/ds1685.h
3300
3301 DAMA SLAVE for AX.25
3302 M: Joerg Reuter <jreuter@yaina.de>
3303 W: http://yaina.de/jreuter/
3304 W: http://www.qsl.net/dl1bke/
3305 L: linux-hams@vger.kernel.org
3306 S: Maintained
3307 F: net/ax25/af_ax25.c
3308 F: net/ax25/ax25_dev.c
3309 F: net/ax25/ax25_ds_*
3310 F: net/ax25/ax25_in.c
3311 F: net/ax25/ax25_out.c
3312 F: net/ax25/ax25_timer.c
3313 F: net/ax25/sysctl_net_ax25.c
3314
3315 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3316 L: netdev@vger.kernel.org
3317 S: Orphan
3318 F: Documentation/networking/dmfe.txt
3319 F: drivers/net/ethernet/dec/tulip/dmfe.c
3320
3321 DC390/AM53C974 SCSI driver
3322 M: Hannes Reinecke <hare@suse.com>
3323 L: linux-scsi@vger.kernel.org
3324 S: Maintained
3325 F: drivers/scsi/am53c974.c
3326
3327 DC395x SCSI driver
3328 M: Oliver Neukum <oliver@neukum.org>
3329 M: Ali Akcaagac <aliakc@web.de>
3330 M: Jamie Lenehan <lenehan@twibble.org>
3331 L: dc395x@twibble.org
3332 W: http://twibble.org/dist/dc395x/
3333 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3334 S: Maintained
3335 F: Documentation/scsi/dc395x.txt
3336 F: drivers/scsi/dc395x.*
3337
3338 DCCP PROTOCOL
3339 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3340 L: dccp@vger.kernel.org
3341 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3342 S: Maintained
3343 F: include/linux/dccp.h
3344 F: include/uapi/linux/dccp.h
3345 F: include/linux/tfrc.h
3346 F: net/dccp/
3347
3348 DECnet NETWORK LAYER
3349 W: http://linux-decnet.sourceforge.net
3350 L: linux-decnet-user@lists.sourceforge.net
3351 S: Orphan
3352 F: Documentation/networking/decnet.txt
3353 F: net/decnet/
3354
3355 DECSTATION PLATFORM SUPPORT
3356 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3357 L: linux-mips@linux-mips.org
3358 W: http://www.linux-mips.org/wiki/DECstation
3359 S: Maintained
3360 F: arch/mips/dec/
3361 F: arch/mips/include/asm/dec/
3362 F: arch/mips/include/asm/mach-dec/
3363
3364 DEFXX FDDI NETWORK DRIVER
3365 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3366 S: Maintained
3367 F: drivers/net/fddi/defxx.*
3368
3369 DELL LAPTOP DRIVER
3370 M: Matthew Garrett <mjg59@srcf.ucam.org>
3371 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3372 L: platform-driver-x86@vger.kernel.org
3373 S: Maintained
3374 F: drivers/platform/x86/dell-laptop.c
3375
3376 DELL LAPTOP RBTN DRIVER
3377 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3378 S: Maintained
3379 F: drivers/platform/x86/dell-rbtn.*
3380
3381 DELL LAPTOP FREEFALL DRIVER
3382 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3383 S: Maintained
3384 F: drivers/platform/x86/dell-smo8800.c
3385
3386 DELL LAPTOP SMM DRIVER
3387 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3388 S: Maintained
3389 F: drivers/hwmon/dell-smm-hwmon.c
3390 F: include/uapi/linux/i8k.h
3391
3392 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3393 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3394 S: Maintained
3395 F: Documentation/dcdbas.txt
3396 F: drivers/firmware/dcdbas.*
3397
3398 DELL WMI EXTRAS DRIVER
3399 M: Matthew Garrett <mjg59@srcf.ucam.org>
3400 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3401 S: Maintained
3402 F: drivers/platform/x86/dell-wmi.c
3403
3404 DESIGNWARE USB2 DRD IP DRIVER
3405 M: John Youn <johnyoun@synopsys.com>
3406 L: linux-usb@vger.kernel.org
3407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3408 S: Maintained
3409 F: drivers/usb/dwc2/
3410
3411 DESIGNWARE USB3 DRD IP DRIVER
3412 M: Felipe Balbi <balbi@ti.com>
3413 L: linux-usb@vger.kernel.org
3414 L: linux-omap@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/dwc3/
3418
3419 DEVICE COREDUMP (DEV_COREDUMP)
3420 M: Johannes Berg <johannes@sipsolutions.net>
3421 L: linux-kernel@vger.kernel.org
3422 S: Maintained
3423 F: drivers/base/devcoredump.c
3424 F: include/linux/devcoredump.h
3425
3426 DEVICE FREQUENCY (DEVFREQ)
3427 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3428 M: Kyungmin Park <kyungmin.park@samsung.com>
3429 L: linux-pm@vger.kernel.org
3430 S: Maintained
3431 F: drivers/devfreq/
3432
3433 DEVICE NUMBER REGISTRY
3434 M: Torben Mathiasen <device@lanana.org>
3435 W: http://lanana.org/docs/device-list/index.html
3436 S: Maintained
3437
3438 DEVICE-MAPPER (LVM)
3439 M: Alasdair Kergon <agk@redhat.com>
3440 M: Mike Snitzer <snitzer@redhat.com>
3441 M: dm-devel@redhat.com
3442 L: dm-devel@redhat.com
3443 W: http://sources.redhat.com/dm
3444 Q: http://patchwork.kernel.org/project/dm-devel/list/
3445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3446 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3447 S: Maintained
3448 F: Documentation/device-mapper/
3449 F: drivers/md/dm*
3450 F: drivers/md/persistent-data/
3451 F: include/linux/device-mapper.h
3452 F: include/linux/dm-*.h
3453 F: include/uapi/linux/dm-*.h
3454
3455 DIALOG SEMICONDUCTOR DRIVERS
3456 M: Support Opensource <support.opensource@diasemi.com>
3457 W: http://www.dialog-semiconductor.com/products
3458 S: Supported
3459 F: Documentation/hwmon/da90??
3460 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3461 F: drivers/gpio/gpio-da90??.c
3462 F: drivers/hwmon/da90??-hwmon.c
3463 F: drivers/iio/adc/da91??-*.c
3464 F: drivers/input/misc/da90??_onkey.c
3465 F: drivers/input/touchscreen/da9052_tsi.c
3466 F: drivers/leds/leds-da90??.c
3467 F: drivers/mfd/da903x.c
3468 F: drivers/mfd/da90??-*.c
3469 F: drivers/mfd/da91??-*.c
3470 F: drivers/power/da9052-battery.c
3471 F: drivers/power/da91??-*.c
3472 F: drivers/regulator/da903x.c
3473 F: drivers/regulator/da9???-regulator.[ch]
3474 F: drivers/rtc/rtc-da90??.c
3475 F: drivers/video/backlight/da90??_bl.c
3476 F: drivers/watchdog/da90??_wdt.c
3477 F: include/linux/mfd/da903x.h
3478 F: include/linux/mfd/da9052/
3479 F: include/linux/mfd/da9055/
3480 F: include/linux/mfd/da9063/
3481 F: include/linux/mfd/da9150/
3482 F: include/sound/da[79]*.h
3483 F: sound/soc/codecs/da[79]*.[ch]
3484
3485 DIGI NEO AND CLASSIC PCI PRODUCTS
3486 M: Lidza Louina <lidza.louina@gmail.com>
3487 M: Mark Hounschell <markh@compro.net>
3488 L: driverdev-devel@linuxdriverproject.org
3489 S: Maintained
3490 F: drivers/staging/dgnc/
3491
3492 DIGI EPCA PCI PRODUCTS
3493 M: Lidza Louina <lidza.louina@gmail.com>
3494 M: Daeseok Youn <daeseok.youn@gmail.com>
3495 L: driverdev-devel@linuxdriverproject.org
3496 S: Maintained
3497 F: drivers/staging/dgap/
3498
3499 DIOLAN U2C-12 I2C DRIVER
3500 M: Guenter Roeck <linux@roeck-us.net>
3501 L: linux-i2c@vger.kernel.org
3502 S: Maintained
3503 F: drivers/i2c/busses/i2c-diolan-u2c.c
3504
3505 DIRECT ACCESS (DAX)
3506 M: Matthew Wilcox <willy@linux.intel.com>
3507 L: linux-fsdevel@vger.kernel.org
3508 S: Supported
3509 F: fs/dax.c
3510
3511 DIRECTORY NOTIFICATION (DNOTIFY)
3512 M: Eric Paris <eparis@parisplace.org>
3513 S: Maintained
3514 F: Documentation/filesystems/dnotify.txt
3515 F: fs/notify/dnotify/
3516 F: include/linux/dnotify.h
3517
3518 DISK GEOMETRY AND PARTITION HANDLING
3519 M: Andries Brouwer <aeb@cwi.nl>
3520 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3521 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3522 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3523 S: Maintained
3524
3525 DISKQUOTA
3526 M: Jan Kara <jack@suse.com>
3527 S: Maintained
3528 F: Documentation/filesystems/quota.txt
3529 F: fs/quota/
3530 F: include/linux/quota*.h
3531 F: include/uapi/linux/quota*.h
3532
3533 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3534 M: Bernie Thompson <bernie@plugable.com>
3535 L: linux-fbdev@vger.kernel.org
3536 S: Maintained
3537 W: http://plugable.com/category/projects/udlfb/
3538 F: drivers/video/fbdev/udlfb.c
3539 F: include/video/udlfb.h
3540 F: Documentation/fb/udlfb.txt
3541
3542 DISTRIBUTED LOCK MANAGER (DLM)
3543 M: Christine Caulfield <ccaulfie@redhat.com>
3544 M: David Teigland <teigland@redhat.com>
3545 L: cluster-devel@redhat.com
3546 W: http://sources.redhat.com/cluster/
3547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3548 S: Supported
3549 F: fs/dlm/
3550
3551 DMA BUFFER SHARING FRAMEWORK
3552 M: Sumit Semwal <sumit.semwal@linaro.org>
3553 S: Maintained
3554 L: linux-media@vger.kernel.org
3555 L: dri-devel@lists.freedesktop.org
3556 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3557 F: drivers/dma-buf/
3558 F: include/linux/dma-buf*
3559 F: include/linux/reservation.h
3560 F: include/linux/*fence.h
3561 F: Documentation/dma-buf-sharing.txt
3562 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3563
3564 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3565 M: Vinod Koul <vinod.koul@intel.com>
3566 L: dmaengine@vger.kernel.org
3567 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3568 S: Maintained
3569 F: drivers/dma/
3570 F: include/linux/dmaengine.h
3571 F: Documentation/dmaengine/
3572 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3573
3574 DME1737 HARDWARE MONITOR DRIVER
3575 M: Juerg Haefliger <juergh@gmail.com>
3576 L: linux-hwmon@vger.kernel.org
3577 S: Maintained
3578 F: Documentation/hwmon/dme1737
3579 F: drivers/hwmon/dme1737.c
3580
3581 DMI/SMBIOS SUPPORT
3582 M: Jean Delvare <jdelvare@suse.com>
3583 S: Maintained
3584 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3585 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3586 F: drivers/firmware/dmi-id.c
3587 F: drivers/firmware/dmi_scan.c
3588 F: include/linux/dmi.h
3589
3590 DOCUMENTATION
3591 M: Jonathan Corbet <corbet@lwn.net>
3592 L: linux-doc@vger.kernel.org
3593 S: Maintained
3594 F: Documentation/
3595 F: scripts/docproc.c
3596 F: scripts/kernel-doc*
3597 X: Documentation/ABI/
3598 X: Documentation/devicetree/
3599 X: Documentation/acpi
3600 X: Documentation/power
3601 X: Documentation/spi
3602 X: Documentation/DocBook/media
3603 T: git git://git.lwn.net/linux.git docs-next
3604
3605 DOUBLETALK DRIVER
3606 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3607 L: blinux-list@redhat.com
3608 S: Maintained
3609 F: drivers/char/dtlk.c
3610 F: include/linux/dtlk.h
3611
3612 DPT_I2O SCSI RAID DRIVER
3613 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3614 L: linux-scsi@vger.kernel.org
3615 W: http://www.adaptec.com/
3616 S: Maintained
3617 F: drivers/scsi/dpt*
3618 F: drivers/scsi/dpt/
3619
3620 DRBD DRIVER
3621 P: Philipp Reisner
3622 P: Lars Ellenberg
3623 M: drbd-dev@lists.linbit.com
3624 L: drbd-user@lists.linbit.com
3625 W: http://www.drbd.org
3626 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3627 T: git git://git.drbd.org/drbd-8.3.git
3628 S: Supported
3629 F: drivers/block/drbd/
3630 F: lib/lru_cache.c
3631 F: Documentation/blockdev/drbd/
3632
3633 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3634 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3636 S: Supported
3637 F: Documentation/kobject.txt
3638 F: drivers/base/
3639 F: fs/debugfs/
3640 F: fs/kernfs/
3641 F: fs/sysfs/
3642 F: include/linux/debugfs.h
3643 F: include/linux/kobj*
3644 F: lib/kobj*
3645
3646 DRM DRIVERS
3647 M: David Airlie <airlied@linux.ie>
3648 L: dri-devel@lists.freedesktop.org
3649 T: git git://people.freedesktop.org/~airlied/linux
3650 S: Maintained
3651 F: drivers/gpu/drm/
3652 F: drivers/gpu/vga/
3653 F: include/drm/
3654 F: include/uapi/drm/
3655
3656 RADEON DRM DRIVERS
3657 M: Alex Deucher <alexander.deucher@amd.com>
3658 M: Christian König <christian.koenig@amd.com>
3659 L: dri-devel@lists.freedesktop.org
3660 T: git git://people.freedesktop.org/~agd5f/linux
3661 S: Supported
3662 F: drivers/gpu/drm/radeon/
3663 F: include/uapi/drm/radeon*
3664
3665 DRM PANEL DRIVERS
3666 M: Thierry Reding <thierry.reding@gmail.com>
3667 L: dri-devel@lists.freedesktop.org
3668 T: git git://anongit.freedesktop.org/tegra/linux.git
3669 S: Maintained
3670 F: drivers/gpu/drm/drm_panel.c
3671 F: drivers/gpu/drm/panel/
3672 F: include/drm/drm_panel.h
3673 F: Documentation/devicetree/bindings/display/panel/
3674
3675 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3676 M: Daniel Vetter <daniel.vetter@intel.com>
3677 M: Jani Nikula <jani.nikula@linux.intel.com>
3678 L: intel-gfx@lists.freedesktop.org
3679 L: dri-devel@lists.freedesktop.org
3680 W: https://01.org/linuxgraphics/
3681 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3682 T: git git://anongit.freedesktop.org/drm-intel
3683 S: Supported
3684 F: drivers/gpu/drm/i915/
3685 F: include/drm/i915*
3686 F: include/uapi/drm/i915*
3687
3688 DRM DRIVERS FOR ATMEL HLCDC
3689 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3690 L: dri-devel@lists.freedesktop.org
3691 S: Supported
3692 F: drivers/gpu/drm/atmel-hlcdc/
3693 F: Documentation/devicetree/bindings/drm/atmel/
3694
3695 DRM DRIVERS FOR EXYNOS
3696 M: Inki Dae <inki.dae@samsung.com>
3697 M: Joonyoung Shim <jy0922.shim@samsung.com>
3698 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3699 M: Kyungmin Park <kyungmin.park@samsung.com>
3700 L: dri-devel@lists.freedesktop.org
3701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3702 S: Supported
3703 F: drivers/gpu/drm/exynos/
3704 F: include/drm/exynos*
3705 F: include/uapi/drm/exynos*
3706
3707 DRM DRIVERS FOR FREESCALE DCU
3708 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3709 M: Alison Wang <alison.wang@freescale.com>
3710 L: dri-devel@lists.freedesktop.org
3711 S: Supported
3712 F: drivers/gpu/drm/fsl-dcu/
3713 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3714 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3715
3716 DRM DRIVERS FOR FREESCALE IMX
3717 M: Philipp Zabel <p.zabel@pengutronix.de>
3718 L: dri-devel@lists.freedesktop.org
3719 S: Maintained
3720 F: drivers/gpu/drm/imx/
3721 F: drivers/gpu/ipu-v3/
3722 F: Documentation/devicetree/bindings/display/imx/
3723
3724 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3725 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3726 L: dri-devel@lists.freedesktop.org
3727 T: git git://github.com/patjak/drm-gma500
3728 S: Maintained
3729 F: drivers/gpu/drm/gma500
3730 F: include/drm/gma500*
3731
3732 DRM DRIVERS FOR NVIDIA TEGRA
3733 M: Thierry Reding <thierry.reding@gmail.com>
3734 M: Terje Bergström <tbergstrom@nvidia.com>
3735 L: dri-devel@lists.freedesktop.org
3736 L: linux-tegra@vger.kernel.org
3737 T: git git://anongit.freedesktop.org/tegra/linux.git
3738 S: Supported
3739 F: drivers/gpu/drm/tegra/
3740 F: drivers/gpu/host1x/
3741 F: include/linux/host1x.h
3742 F: include/uapi/drm/tegra_drm.h
3743 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3744
3745 DRM DRIVERS FOR RENESAS
3746 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3747 L: dri-devel@lists.freedesktop.org
3748 L: linux-sh@vger.kernel.org
3749 T: git git://people.freedesktop.org/~airlied/linux
3750 S: Supported
3751 F: drivers/gpu/drm/rcar-du/
3752 F: drivers/gpu/drm/shmobile/
3753 F: include/linux/platform_data/shmob_drm.h
3754
3755 DRM DRIVERS FOR ROCKCHIP
3756 M: Mark Yao <mark.yao@rock-chips.com>
3757 L: dri-devel@lists.freedesktop.org
3758 S: Maintained
3759 F: drivers/gpu/drm/rockchip/
3760 F: Documentation/devicetree/bindings/display/rockchip*
3761
3762 DRM DRIVERS FOR STI
3763 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3764 M: Vincent Abriou <vincent.abriou@st.com>
3765 L: dri-devel@lists.freedesktop.org
3766 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3767 S: Maintained
3768 F: drivers/gpu/drm/sti
3769 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3770
3771 DSBR100 USB FM RADIO DRIVER
3772 M: Alexey Klimov <klimov.linux@gmail.com>
3773 L: linux-media@vger.kernel.org
3774 T: git git://linuxtv.org/media_tree.git
3775 S: Maintained
3776 F: drivers/media/radio/dsbr100.c
3777
3778 DSCC4 DRIVER
3779 M: Francois Romieu <romieu@fr.zoreil.com>
3780 L: netdev@vger.kernel.org
3781 S: Maintained
3782 F: drivers/net/wan/dscc4.c
3783
3784 DT3155 MEDIA DRIVER
3785 M: Hans Verkuil <hverkuil@xs4all.nl>
3786 L: linux-media@vger.kernel.org
3787 T: git git://linuxtv.org/media_tree.git
3788 W: http://linuxtv.org
3789 S: Odd Fixes
3790 F: drivers/media/pci/dt3155/
3791
3792 DVB_USB_AF9015 MEDIA DRIVER
3793 M: Antti Palosaari <crope@iki.fi>
3794 L: linux-media@vger.kernel.org
3795 W: http://linuxtv.org/
3796 W: http://palosaari.fi/linux/
3797 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3798 T: git git://linuxtv.org/anttip/media_tree.git
3799 S: Maintained
3800 F: drivers/media/usb/dvb-usb-v2/af9015*
3801
3802 DVB_USB_AF9035 MEDIA DRIVER
3803 M: Antti Palosaari <crope@iki.fi>
3804 L: linux-media@vger.kernel.org
3805 W: http://linuxtv.org/
3806 W: http://palosaari.fi/linux/
3807 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3808 T: git git://linuxtv.org/anttip/media_tree.git
3809 S: Maintained
3810 F: drivers/media/usb/dvb-usb-v2/af9035*
3811
3812 DVB_USB_ANYSEE MEDIA DRIVER
3813 M: Antti Palosaari <crope@iki.fi>
3814 L: linux-media@vger.kernel.org
3815 W: http://linuxtv.org/
3816 W: http://palosaari.fi/linux/
3817 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3818 T: git git://linuxtv.org/anttip/media_tree.git
3819 S: Maintained
3820 F: drivers/media/usb/dvb-usb-v2/anysee*
3821
3822 DVB_USB_AU6610 MEDIA DRIVER
3823 M: Antti Palosaari <crope@iki.fi>
3824 L: linux-media@vger.kernel.org
3825 W: http://linuxtv.org/
3826 W: http://palosaari.fi/linux/
3827 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3828 T: git git://linuxtv.org/anttip/media_tree.git
3829 S: Maintained
3830 F: drivers/media/usb/dvb-usb-v2/au6610*
3831
3832 DVB_USB_CE6230 MEDIA DRIVER
3833 M: Antti Palosaari <crope@iki.fi>
3834 L: linux-media@vger.kernel.org
3835 W: http://linuxtv.org/
3836 W: http://palosaari.fi/linux/
3837 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3838 T: git git://linuxtv.org/anttip/media_tree.git
3839 S: Maintained
3840 F: drivers/media/usb/dvb-usb-v2/ce6230*
3841
3842 DVB_USB_CXUSB MEDIA DRIVER
3843 M: Michael Krufky <mkrufky@linuxtv.org>
3844 L: linux-media@vger.kernel.org
3845 W: http://linuxtv.org/
3846 W: http://github.com/mkrufky
3847 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3848 T: git git://linuxtv.org/media_tree.git
3849 S: Maintained
3850 F: drivers/media/usb/dvb-usb/cxusb*
3851
3852 DVB_USB_EC168 MEDIA DRIVER
3853 M: Antti Palosaari <crope@iki.fi>
3854 L: linux-media@vger.kernel.org
3855 W: http://linuxtv.org/
3856 W: http://palosaari.fi/linux/
3857 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3858 T: git git://linuxtv.org/anttip/media_tree.git
3859 S: Maintained
3860 F: drivers/media/usb/dvb-usb-v2/ec168*
3861
3862 DVB_USB_GL861 MEDIA DRIVER
3863 M: Antti Palosaari <crope@iki.fi>
3864 L: linux-media@vger.kernel.org
3865 W: http://linuxtv.org/
3866 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3867 T: git git://linuxtv.org/anttip/media_tree.git
3868 S: Maintained
3869 F: drivers/media/usb/dvb-usb-v2/gl861*
3870
3871 DVB_USB_MXL111SF MEDIA DRIVER
3872 M: Michael Krufky <mkrufky@linuxtv.org>
3873 L: linux-media@vger.kernel.org
3874 W: http://linuxtv.org/
3875 W: http://github.com/mkrufky
3876 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3877 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3878 S: Maintained
3879 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3880
3881 DVB_USB_RTL28XXU MEDIA DRIVER
3882 M: Antti Palosaari <crope@iki.fi>
3883 L: linux-media@vger.kernel.org
3884 W: http://linuxtv.org/
3885 W: http://palosaari.fi/linux/
3886 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3887 T: git git://linuxtv.org/anttip/media_tree.git
3888 S: Maintained
3889 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3890
3891 DVB_USB_V2 MEDIA DRIVER
3892 M: Antti Palosaari <crope@iki.fi>
3893 L: linux-media@vger.kernel.org
3894 W: http://linuxtv.org/
3895 W: http://palosaari.fi/linux/
3896 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3897 T: git git://linuxtv.org/anttip/media_tree.git
3898 S: Maintained
3899 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3900 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3901
3902 DYNAMIC DEBUG
3903 M: Jason Baron <jbaron@akamai.com>
3904 S: Maintained
3905 F: lib/dynamic_debug.c
3906 F: include/linux/dynamic_debug.h
3907
3908 DZ DECSTATION DZ11 SERIAL DRIVER
3909 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3910 S: Maintained
3911 F: drivers/tty/serial/dz.*
3912
3913 E3X0 POWER BUTTON DRIVER
3914 M: Moritz Fischer <moritz.fischer@ettus.com>
3915 L: usrp-users@lists.ettus.com
3916 W: http://www.ettus.com
3917 S: Supported
3918 F: drivers/input/misc/e3x0-button.c
3919 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3920
3921 E4000 MEDIA DRIVER
3922 M: Antti Palosaari <crope@iki.fi>
3923 L: linux-media@vger.kernel.org
3924 W: http://linuxtv.org/
3925 W: http://palosaari.fi/linux/
3926 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3927 T: git git://linuxtv.org/anttip/media_tree.git
3928 S: Maintained
3929 F: drivers/media/tuners/e4000*
3930
3931 EATA ISA/EISA/PCI SCSI DRIVER
3932 M: Dario Ballabio <ballabio_dario@emc.com>
3933 L: linux-scsi@vger.kernel.org
3934 S: Maintained
3935 F: drivers/scsi/eata.c
3936
3937 EC100 MEDIA DRIVER
3938 M: Antti Palosaari <crope@iki.fi>
3939 L: linux-media@vger.kernel.org
3940 W: http://linuxtv.org/
3941 W: http://palosaari.fi/linux/
3942 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3943 T: git git://linuxtv.org/anttip/media_tree.git
3944 S: Maintained
3945 F: drivers/media/dvb-frontends/ec100*
3946
3947 ECRYPT FILE SYSTEM
3948 M: Tyler Hicks <tyhicks@canonical.com>
3949 L: ecryptfs@vger.kernel.org
3950 W: http://ecryptfs.org
3951 W: https://launchpad.net/ecryptfs
3952 S: Supported
3953 F: Documentation/filesystems/ecryptfs.txt
3954 F: fs/ecryptfs/
3955
3956 EDAC-CORE
3957 M: Doug Thompson <dougthompson@xmission.com>
3958 M: Borislav Petkov <bp@alien8.de>
3959 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3960 L: linux-edac@vger.kernel.org
3961 W: bluesmoke.sourceforge.net
3962 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3963 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3964 S: Supported
3965 F: Documentation/edac.txt
3966 F: drivers/edac/
3967 F: include/linux/edac.h
3968
3969 EDAC-AMD64
3970 M: Doug Thompson <dougthompson@xmission.com>
3971 M: Borislav Petkov <bp@alien8.de>
3972 L: linux-edac@vger.kernel.org
3973 W: bluesmoke.sourceforge.net
3974 S: Maintained
3975 F: drivers/edac/amd64_edac*
3976
3977 EDAC-CALXEDA
3978 M: Doug Thompson <dougthompson@xmission.com>
3979 M: Robert Richter <rric@kernel.org>
3980 L: linux-edac@vger.kernel.org
3981 W: bluesmoke.sourceforge.net
3982 S: Maintained
3983 F: drivers/edac/highbank*
3984
3985 EDAC-CAVIUM
3986 M: Ralf Baechle <ralf@linux-mips.org>
3987 M: David Daney <david.daney@cavium.com>
3988 L: linux-edac@vger.kernel.org
3989 L: linux-mips@linux-mips.org
3990 W: bluesmoke.sourceforge.net
3991 S: Supported
3992 F: drivers/edac/octeon_edac*
3993
3994 EDAC-E752X
3995 M: Mark Gross <mark.gross@intel.com>
3996 M: Doug Thompson <dougthompson@xmission.com>
3997 L: linux-edac@vger.kernel.org
3998 W: bluesmoke.sourceforge.net
3999 S: Maintained
4000 F: drivers/edac/e752x_edac.c
4001
4002 EDAC-E7XXX
4003 M: Doug Thompson <dougthompson@xmission.com>
4004 L: linux-edac@vger.kernel.org
4005 W: bluesmoke.sourceforge.net
4006 S: Maintained
4007 F: drivers/edac/e7xxx_edac.c
4008
4009 EDAC-GHES
4010 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4011 L: linux-edac@vger.kernel.org
4012 W: bluesmoke.sourceforge.net
4013 S: Maintained
4014 F: drivers/edac/ghes_edac.c
4015
4016 EDAC-I82443BXGX
4017 M: Tim Small <tim@buttersideup.com>
4018 L: linux-edac@vger.kernel.org
4019 W: bluesmoke.sourceforge.net
4020 S: Maintained
4021 F: drivers/edac/i82443bxgx_edac.c
4022
4023 EDAC-I3000
4024 M: Jason Uhlenkott <juhlenko@akamai.com>
4025 L: linux-edac@vger.kernel.org
4026 W: bluesmoke.sourceforge.net
4027 S: Maintained
4028 F: drivers/edac/i3000_edac.c
4029
4030 EDAC-I5000
4031 M: Doug Thompson <dougthompson@xmission.com>
4032 L: linux-edac@vger.kernel.org
4033 W: bluesmoke.sourceforge.net
4034 S: Maintained
4035 F: drivers/edac/i5000_edac.c
4036
4037 EDAC-I5400
4038 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4039 L: linux-edac@vger.kernel.org
4040 W: bluesmoke.sourceforge.net
4041 S: Maintained
4042 F: drivers/edac/i5400_edac.c
4043
4044 EDAC-I7300
4045 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4046 L: linux-edac@vger.kernel.org
4047 W: bluesmoke.sourceforge.net
4048 S: Maintained
4049 F: drivers/edac/i7300_edac.c
4050
4051 EDAC-I7CORE
4052 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4053 L: linux-edac@vger.kernel.org
4054 W: bluesmoke.sourceforge.net
4055 S: Maintained
4056 F: drivers/edac/i7core_edac.c
4057
4058 EDAC-I82975X
4059 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4060 M: "Arvind R." <arvino55@gmail.com>
4061 L: linux-edac@vger.kernel.org
4062 W: bluesmoke.sourceforge.net
4063 S: Maintained
4064 F: drivers/edac/i82975x_edac.c
4065
4066 EDAC-IE31200
4067 M: Jason Baron <jbaron@akamai.com>
4068 L: linux-edac@vger.kernel.org
4069 W: bluesmoke.sourceforge.net
4070 S: Maintained
4071 F: drivers/edac/ie31200_edac.c
4072
4073 EDAC-MPC85XX
4074 M: Johannes Thumshirn <morbidrsa@gmail.com>
4075 L: linux-edac@vger.kernel.org
4076 W: bluesmoke.sourceforge.net
4077 S: Maintained
4078 F: drivers/edac/mpc85xx_edac.[ch]
4079
4080 EDAC-PASEMI
4081 M: Egor Martovetsky <egor@pasemi.com>
4082 L: linux-edac@vger.kernel.org
4083 W: bluesmoke.sourceforge.net
4084 S: Maintained
4085 F: drivers/edac/pasemi_edac.c
4086
4087 EDAC-R82600
4088 M: Tim Small <tim@buttersideup.com>
4089 L: linux-edac@vger.kernel.org
4090 W: bluesmoke.sourceforge.net
4091 S: Maintained
4092 F: drivers/edac/r82600_edac.c
4093
4094 EDAC-SBRIDGE
4095 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4096 L: linux-edac@vger.kernel.org
4097 W: bluesmoke.sourceforge.net
4098 S: Maintained
4099 F: drivers/edac/sb_edac.c
4100
4101 EDAC-SKYLAKE
4102 M: Tony Luck <tony.luck@intel.com>
4103 L: linux-edac@vger.kernel.org
4104 S: Maintained
4105 F: drivers/edac/skx_edac.c
4106
4107 EDAC-XGENE
4108 APPLIED MICRO (APM) X-GENE SOC EDAC
4109 M: Loc Ho <lho@apm.com>
4110 S: Supported
4111 F: drivers/edac/xgene_edac.c
4112 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4113
4114 EDIROL UA-101/UA-1000 DRIVER
4115 M: Clemens Ladisch <clemens@ladisch.de>
4116 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4117 T: git git://git.alsa-project.org/alsa-kernel.git
4118 S: Maintained
4119 F: sound/usb/misc/ua101.c
4120
4121 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4122 M: Matt Fleming <matt@codeblueprint.co.uk>
4123 L: linux-efi@vger.kernel.org
4124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4125 S: Maintained
4126 F: Documentation/efi-stub.txt
4127 F: arch/ia64/kernel/efi.c
4128 F: arch/x86/boot/compressed/eboot.[ch]
4129 F: arch/x86/include/asm/efi.h
4130 F: arch/x86/platform/efi/
4131 F: drivers/firmware/efi/
4132 F: include/linux/efi*.h
4133
4134 EFI VARIABLE FILESYSTEM
4135 M: Matthew Garrett <matthew.garrett@nebula.com>
4136 M: Jeremy Kerr <jk@ozlabs.org>
4137 M: Matt Fleming <matt@codeblueprint.co.uk>
4138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4139 L: linux-efi@vger.kernel.org
4140 S: Maintained
4141 F: fs/efivarfs/
4142
4143 EFIFB FRAMEBUFFER DRIVER
4144 L: linux-fbdev@vger.kernel.org
4145 M: Peter Jones <pjones@redhat.com>
4146 S: Maintained
4147 F: drivers/video/fbdev/efifb.c
4148
4149 EFI TEST DRIVER
4150 L: linux-efi@vger.kernel.org
4151 M: Ivan Hu <ivan.hu@canonical.com>
4152 M: Matt Fleming <matt@codeblueprint.co.uk>
4153 S: Maintained
4154 F: drivers/firmware/efi/test/
4155
4156 EFS FILESYSTEM
4157 W: http://aeschi.ch.eu.org/efs/
4158 S: Orphan
4159 F: fs/efs/
4160
4161 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4162 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4163 M: Christoph Raisch <raisch@de.ibm.com>
4164 L: linux-rdma@vger.kernel.org
4165 S: Supported
4166 F: drivers/infiniband/hw/ehca/
4167
4168 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4169 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4170 L: netdev@vger.kernel.org
4171 S: Maintained
4172 F: drivers/net/ethernet/ibm/ehea/
4173
4174 EM28XX VIDEO4LINUX DRIVER
4175 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4176 L: linux-media@vger.kernel.org
4177 W: http://linuxtv.org
4178 T: git git://linuxtv.org/media_tree.git
4179 S: Maintained
4180 F: drivers/media/usb/em28xx/
4181
4182 EMBEDDED LINUX
4183 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4184 M: Matt Mackall <mpm@selenic.com>
4185 M: David Woodhouse <dwmw2@infradead.org>
4186 L: linux-embedded@vger.kernel.org
4187 S: Maintained
4188
4189 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4190 M: James Smart <james.smart@avagotech.com>
4191 M: Dick Kennedy <dick.kennedy@avagotech.com>
4192 L: linux-scsi@vger.kernel.org
4193 W: http://www.avagotech.com
4194 S: Supported
4195 F: drivers/scsi/lpfc/
4196
4197 ENE CB710 FLASH CARD READER DRIVER
4198 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4199 S: Maintained
4200 F: drivers/misc/cb710/
4201 F: drivers/mmc/host/cb710-mmc.*
4202 F: include/linux/cb710.h
4203
4204 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4205 M: Maxim Levitsky <maximlevitsky@gmail.com>
4206 S: Maintained
4207 F: drivers/media/rc/ene_ir.*
4208
4209 ENHANCED ERROR HANDLING (EEH)
4210 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4211 L: linuxppc-dev@lists.ozlabs.org
4212 S: Supported
4213 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4214 F: arch/powerpc/kernel/eeh*.c
4215
4216 EPSON S1D13XXX FRAMEBUFFER DRIVER
4217 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4218 S: Maintained
4219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4220 F: drivers/video/fbdev/s1d13xxxfb.c
4221 F: include/video/s1d13xxxfb.h
4222
4223 ET131X NETWORK DRIVER
4224 M: Mark Einon <mark.einon@gmail.com>
4225 S: Odd Fixes
4226 F: drivers/net/ethernet/agere/
4227
4228 ETHERNET BRIDGE
4229 M: Stephen Hemminger <stephen@networkplumber.org>
4230 L: bridge@lists.linux-foundation.org
4231 L: netdev@vger.kernel.org
4232 W: http://www.linuxfoundation.org/en/Net:Bridge
4233 S: Maintained
4234 F: include/linux/netfilter_bridge/
4235 F: net/bridge/
4236
4237 ETHERNET PHY LIBRARY
4238 M: Florian Fainelli <f.fainelli@gmail.com>
4239 L: netdev@vger.kernel.org
4240 S: Maintained
4241 F: include/linux/phy.h
4242 F: include/linux/phy_fixed.h
4243 F: drivers/net/phy/
4244 F: Documentation/networking/phy.txt
4245 F: drivers/of/of_mdio.c
4246 F: drivers/of/of_net.c
4247
4248 EXT2 FILE SYSTEM
4249 M: Jan Kara <jack@suse.com>
4250 L: linux-ext4@vger.kernel.org
4251 S: Maintained
4252 F: Documentation/filesystems/ext2.txt
4253 F: fs/ext2/
4254 F: include/linux/ext2*
4255
4256 EXT4 FILE SYSTEM
4257 M: "Theodore Ts'o" <tytso@mit.edu>
4258 M: Andreas Dilger <adilger.kernel@dilger.ca>
4259 L: linux-ext4@vger.kernel.org
4260 W: http://ext4.wiki.kernel.org
4261 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4262 S: Maintained
4263 F: Documentation/filesystems/ext4.txt
4264 F: fs/ext4/
4265
4266 Extended Verification Module (EVM)
4267 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4268 L: linux-ima-devel@lists.sourceforge.net
4269 L: linux-security-module@vger.kernel.org
4270 S: Supported
4271 F: security/integrity/evm/
4272
4273 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4274 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4275 M: Chanwoo Choi <cw00.choi@samsung.com>
4276 L: linux-kernel@vger.kernel.org
4277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4278 S: Maintained
4279 F: drivers/extcon/
4280 F: include/linux/extcon/
4281 F: include/linux/extcon.h
4282 F: Documentation/extcon/
4283 F: Documentation/devicetree/bindings/extcon/
4284
4285 EXYNOS DP DRIVER
4286 M: Jingoo Han <jingoohan1@gmail.com>
4287 L: dri-devel@lists.freedesktop.org
4288 S: Maintained
4289 F: drivers/gpu/drm/exynos/exynos_dp*
4290
4291 EXYNOS MIPI DISPLAY DRIVERS
4292 M: Inki Dae <inki.dae@samsung.com>
4293 M: Donghwa Lee <dh09.lee@samsung.com>
4294 M: Kyungmin Park <kyungmin.park@samsung.com>
4295 L: linux-fbdev@vger.kernel.org
4296 S: Maintained
4297 F: drivers/video/fbdev/exynos/exynos_mipi*
4298 F: include/video/exynos_mipi*
4299
4300 F71805F HARDWARE MONITORING DRIVER
4301 M: Jean Delvare <jdelvare@suse.com>
4302 L: linux-hwmon@vger.kernel.org
4303 S: Maintained
4304 F: Documentation/hwmon/f71805f
4305 F: drivers/hwmon/f71805f.c
4306
4307 FC0011 TUNER DRIVER
4308 M: Michael Buesch <m@bues.ch>
4309 L: linux-media@vger.kernel.org
4310 S: Maintained
4311 F: drivers/media/tuners/fc0011.h
4312 F: drivers/media/tuners/fc0011.c
4313
4314 FC2580 MEDIA DRIVER
4315 M: Antti Palosaari <crope@iki.fi>
4316 L: linux-media@vger.kernel.org
4317 W: http://linuxtv.org/
4318 W: http://palosaari.fi/linux/
4319 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4320 T: git git://linuxtv.org/anttip/media_tree.git
4321 S: Maintained
4322 F: drivers/media/tuners/fc2580*
4323
4324 FANOTIFY
4325 M: Eric Paris <eparis@redhat.com>
4326 S: Maintained
4327 F: fs/notify/fanotify/
4328 F: include/linux/fanotify.h
4329 F: include/uapi/linux/fanotify.h
4330
4331 FARSYNC SYNCHRONOUS DRIVER
4332 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4333 W: http://www.farsite.co.uk/
4334 S: Supported
4335 F: drivers/net/wan/farsync.*
4336
4337 FAULT INJECTION SUPPORT
4338 M: Akinobu Mita <akinobu.mita@gmail.com>
4339 S: Supported
4340 F: Documentation/fault-injection/
4341 F: lib/fault-inject.c
4342
4343 FBTFT Framebuffer drivers
4344 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4345 M: Noralf Trønnes <noralf@tronnes.org>
4346 S: Maintained
4347 F: drivers/staging/fbtft/
4348
4349 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4350 M: Vasu Dev <vasu.dev@intel.com>
4351 L: fcoe-devel@open-fcoe.org
4352 W: www.Open-FCoE.org
4353 S: Supported
4354 F: drivers/scsi/libfc/
4355 F: drivers/scsi/fcoe/
4356 F: include/scsi/fc/
4357 F: include/scsi/libfc.h
4358 F: include/scsi/libfcoe.h
4359 F: include/uapi/scsi/fc/
4360
4361 FILE LOCKING (flock() and fcntl()/lockf())
4362 M: Jeff Layton <jlayton@poochiereds.net>
4363 M: "J. Bruce Fields" <bfields@fieldses.org>
4364 L: linux-fsdevel@vger.kernel.org
4365 S: Maintained
4366 F: include/linux/fcntl.h
4367 F: include/linux/fs.h
4368 F: include/uapi/linux/fcntl.h
4369 F: include/uapi/linux/fs.h
4370 F: fs/fcntl.c
4371 F: fs/locks.c
4372
4373 FILESYSTEMS (VFS and infrastructure)
4374 M: Alexander Viro <viro@zeniv.linux.org.uk>
4375 L: linux-fsdevel@vger.kernel.org
4376 S: Maintained
4377 F: fs/*
4378
4379 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4380 M: Riku Voipio <riku.voipio@iki.fi>
4381 L: linux-hwmon@vger.kernel.org
4382 S: Maintained
4383 F: drivers/hwmon/f75375s.c
4384 F: include/linux/f75375s.h
4385
4386 FIREWIRE AUDIO DRIVERS
4387 M: Clemens Ladisch <clemens@ladisch.de>
4388 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4389 T: git git://git.alsa-project.org/alsa-kernel.git
4390 S: Maintained
4391 F: sound/firewire/
4392
4393 FIREWIRE MEDIA DRIVERS (firedtv)
4394 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4395 L: linux-media@vger.kernel.org
4396 L: linux1394-devel@lists.sourceforge.net
4397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4398 S: Maintained
4399 F: drivers/media/firewire/
4400
4401 FIREWIRE SBP-2 TARGET
4402 M: Chris Boot <bootc@bootc.net>
4403 L: linux-scsi@vger.kernel.org
4404 L: target-devel@vger.kernel.org
4405 L: linux1394-devel@lists.sourceforge.net
4406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4407 S: Maintained
4408 F: drivers/target/sbp/
4409
4410 FIREWIRE SUBSYSTEM
4411 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4412 L: linux1394-devel@lists.sourceforge.net
4413 W: http://ieee1394.wiki.kernel.org/
4414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4415 S: Maintained
4416 F: drivers/firewire/
4417 F: include/linux/firewire.h
4418 F: include/uapi/linux/firewire*.h
4419 F: tools/firewire/
4420
4421 FIRMWARE LOADER (request_firmware)
4422 M: Ming Lei <ming.lei@canonical.com>
4423 L: linux-kernel@vger.kernel.org
4424 S: Maintained
4425 F: Documentation/firmware_class/
4426 F: drivers/base/firmware*.c
4427 F: include/linux/firmware.h
4428
4429 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4430 M: Joshua Morris <josh.h.morris@us.ibm.com>
4431 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4432 S: Maintained
4433 F: drivers/block/rsxx/
4434
4435 FLOPPY DRIVER
4436 M: Jiri Kosina <jikos@kernel.org>
4437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4438 S: Odd fixes
4439 F: drivers/block/floppy.c
4440
4441 FMC SUBSYSTEM
4442 M: Alessandro Rubini <rubini@gnudd.com>
4443 W: http://www.ohwr.org/projects/fmc-bus
4444 S: Supported
4445 F: drivers/fmc/
4446 F: include/linux/fmc*.h
4447 F: include/linux/ipmi-fru.h
4448 K: fmc_d.*register
4449
4450 FPGA MANAGER FRAMEWORK
4451 M: Alan Tull <atull@opensource.altera.com>
4452 R: Moritz Fischer <moritz.fischer@ettus.com>
4453 S: Maintained
4454 F: drivers/fpga/
4455 F: include/linux/fpga/fpga-mgr.h
4456 W: http://www.rocketboards.org
4457
4458 FPU EMULATOR
4459 M: Bill Metzenthen <billm@melbpc.org.au>
4460 W: http://floatingpoint.sourceforge.net/emulator/index.html
4461 S: Maintained
4462 F: arch/x86/math-emu/
4463
4464 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4465 L: netdev@vger.kernel.org
4466 S: Orphan
4467 F: drivers/net/wan/dlci.c
4468 F: drivers/net/wan/sdla.c
4469
4470 FRAMEBUFFER LAYER
4471 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4472 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4473 L: linux-fbdev@vger.kernel.org
4474 W: http://linux-fbdev.sourceforge.net/
4475 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4477 S: Maintained
4478 F: Documentation/fb/
4479 F: drivers/video/
4480 F: include/video/
4481 F: include/linux/fb.h
4482 F: include/uapi/video/
4483 F: include/uapi/linux/fb.h
4484
4485 FREESCALE DIU FRAMEBUFFER DRIVER
4486 M: Timur Tabi <timur@tabi.org>
4487 L: linux-fbdev@vger.kernel.org
4488 S: Maintained
4489 F: drivers/video/fbdev/fsl-diu-fb.*
4490
4491 FREESCALE DMA DRIVER
4492 M: Li Yang <leoli@freescale.com>
4493 M: Zhang Wei <zw@zh-kernel.org>
4494 L: linuxppc-dev@lists.ozlabs.org
4495 S: Maintained
4496 F: drivers/dma/fsldma.*
4497
4498 FREESCALE I2C CPM DRIVER
4499 M: Jochen Friedrich <jochen@scram.de>
4500 L: linuxppc-dev@lists.ozlabs.org
4501 L: linux-i2c@vger.kernel.org
4502 S: Maintained
4503 F: drivers/i2c/busses/i2c-cpm.c
4504
4505 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4506 M: Sascha Hauer <kernel@pengutronix.de>
4507 L: linux-fbdev@vger.kernel.org
4508 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4509 S: Maintained
4510 F: include/linux/platform_data/video-imxfb.h
4511 F: drivers/video/fbdev/imxfb.c
4512
4513 FREESCALE QUAD SPI DRIVER
4514 M: Han Xu <han.xu@freescale.com>
4515 L: linux-mtd@lists.infradead.org
4516 S: Maintained
4517 F: drivers/mtd/spi-nor/fsl-quadspi.c
4518
4519 FREESCALE SOC FS_ENET DRIVER
4520 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4521 M: Vitaly Bordug <vbordug@ru.mvista.com>
4522 L: linuxppc-dev@lists.ozlabs.org
4523 L: netdev@vger.kernel.org
4524 S: Maintained
4525 F: drivers/net/ethernet/freescale/fs_enet/
4526 F: include/linux/fs_enet_pd.h
4527
4528 FREESCALE QUICC ENGINE LIBRARY
4529 L: linuxppc-dev@lists.ozlabs.org
4530 S: Orphan
4531 F: arch/powerpc/sysdev/qe_lib/
4532 F: arch/powerpc/include/asm/*qe.h
4533
4534 FREESCALE USB PERIPHERAL DRIVERS
4535 M: Li Yang <leoli@freescale.com>
4536 L: linux-usb@vger.kernel.org
4537 L: linuxppc-dev@lists.ozlabs.org
4538 S: Maintained
4539 F: drivers/usb/gadget/udc/fsl*
4540
4541 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4542 M: Li Yang <leoli@freescale.com>
4543 L: netdev@vger.kernel.org
4544 L: linuxppc-dev@lists.ozlabs.org
4545 S: Maintained
4546 F: drivers/net/ethernet/freescale/ucc_geth*
4547
4548 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4549 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4550 L: netdev@vger.kernel.org
4551 S: Maintained
4552 F: drivers/net/ethernet/freescale/gianfar*
4553 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4554 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4555
4556 FREESCALE QUICC ENGINE UCC UART DRIVER
4557 M: Timur Tabi <timur@tabi.org>
4558 L: linuxppc-dev@lists.ozlabs.org
4559 S: Maintained
4560 F: drivers/tty/serial/ucc_uart.c
4561
4562 FREESCALE SOC SOUND DRIVERS
4563 M: Timur Tabi <timur@tabi.org>
4564 M: Nicolin Chen <nicoleotsuka@gmail.com>
4565 M: Xiubo Li <Xiubo.Lee@gmail.com>
4566 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4567 L: linuxppc-dev@lists.ozlabs.org
4568 S: Maintained
4569 F: sound/soc/fsl/fsl*
4570 F: sound/soc/fsl/imx*
4571 F: sound/soc/fsl/mpc8610_hpcd.c
4572
4573 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4574 M: "J. German Rivera" <German.Rivera@freescale.com>
4575 L: linux-kernel@vger.kernel.org
4576 S: Maintained
4577 F: drivers/staging/fsl-mc/
4578
4579 FREEVXFS FILESYSTEM
4580 M: Christoph Hellwig <hch@infradead.org>
4581 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4582 S: Maintained
4583 F: fs/freevxfs/
4584
4585 FREEZER
4586 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4587 M: Pavel Machek <pavel@ucw.cz>
4588 L: linux-pm@vger.kernel.org
4589 S: Supported
4590 F: Documentation/power/freezing-of-tasks.txt
4591 F: include/linux/freezer.h
4592 F: kernel/freezer.c
4593
4594 FRONTSWAP API
4595 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4596 L: linux-kernel@vger.kernel.org
4597 S: Maintained
4598 F: mm/frontswap.c
4599 F: include/linux/frontswap.h
4600
4601 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4602 M: David Howells <dhowells@redhat.com>
4603 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4604 S: Supported
4605 F: Documentation/filesystems/caching/
4606 F: fs/fscache/
4607 F: include/linux/fscache*.h
4608
4609 F2FS FILE SYSTEM
4610 M: Jaegeuk Kim <jaegeuk@kernel.org>
4611 M: Changman Lee <cm224.lee@samsung.com>
4612 R: Chao Yu <chao2.yu@samsung.com>
4613 L: linux-f2fs-devel@lists.sourceforge.net
4614 W: http://en.wikipedia.org/wiki/F2FS
4615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4616 S: Maintained
4617 F: Documentation/filesystems/f2fs.txt
4618 F: Documentation/ABI/testing/sysfs-fs-f2fs
4619 F: fs/f2fs/
4620 F: include/linux/f2fs_fs.h
4621 F: include/trace/events/f2fs.h
4622
4623 FUJITSU FR-V (FRV) PORT
4624 M: David Howells <dhowells@redhat.com>
4625 S: Maintained
4626 F: arch/frv/
4627
4628 FUJITSU LAPTOP EXTRAS
4629 M: Jonathan Woithe <jwoithe@just42.net>
4630 L: platform-driver-x86@vger.kernel.org
4631 S: Maintained
4632 F: drivers/platform/x86/fujitsu-laptop.c
4633
4634 FUJITSU M-5MO LS CAMERA ISP DRIVER
4635 M: Kyungmin Park <kyungmin.park@samsung.com>
4636 M: Heungjun Kim <riverful.kim@samsung.com>
4637 L: linux-media@vger.kernel.org
4638 S: Maintained
4639 F: drivers/media/i2c/m5mols/
4640 F: include/media/m5mols.h
4641
4642 FUJITSU TABLET EXTRAS
4643 M: Robert Gerlach <khnz@gmx.de>
4644 L: platform-driver-x86@vger.kernel.org
4645 S: Maintained
4646 F: drivers/platform/x86/fujitsu-tablet.c
4647
4648 FUSE: FILESYSTEM IN USERSPACE
4649 M: Miklos Szeredi <miklos@szeredi.hu>
4650 L: fuse-devel@lists.sourceforge.net
4651 W: http://fuse.sourceforge.net/
4652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4653 S: Maintained
4654 F: fs/fuse/
4655 F: include/uapi/linux/fuse.h
4656 F: Documentation/filesystems/fuse.txt
4657
4658 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4659 M: Rik Faith <faith@cs.unc.edu>
4660 L: linux-scsi@vger.kernel.org
4661 S: Odd Fixes (e.g., new signatures)
4662 F: drivers/scsi/fdomain.*
4663
4664 GCOV BASED KERNEL PROFILING
4665 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4666 S: Maintained
4667 F: kernel/gcov/
4668 F: Documentation/gcov.txt
4669
4670 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4671 M: Achim Leubner <achim_leubner@adaptec.com>
4672 L: linux-scsi@vger.kernel.org
4673 W: http://www.icp-vortex.com/
4674 S: Supported
4675 F: drivers/scsi/gdt*
4676
4677 GDB KERNEL DEBUGGING HELPER SCRIPTS
4678 M: Jan Kiszka <jan.kiszka@siemens.com>
4679 S: Supported
4680 F: scripts/gdb/
4681
4682 GEMTEK FM RADIO RECEIVER DRIVER
4683 M: Hans Verkuil <hverkuil@xs4all.nl>
4684 L: linux-media@vger.kernel.org
4685 T: git git://linuxtv.org/media_tree.git
4686 W: http://linuxtv.org
4687 S: Maintained
4688 F: drivers/media/radio/radio-gemtek*
4689
4690 GENERIC GPIO I2C DRIVER
4691 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4692 S: Supported
4693 F: drivers/i2c/busses/i2c-gpio.c
4694 F: include/linux/i2c-gpio.h
4695
4696 GENERIC GPIO I2C MULTIPLEXER DRIVER
4697 M: Peter Korsgaard <peter.korsgaard@barco.com>
4698 L: linux-i2c@vger.kernel.org
4699 S: Supported
4700 F: drivers/i2c/muxes/i2c-mux-gpio.c
4701 F: include/linux/i2c-mux-gpio.h
4702 F: Documentation/i2c/muxes/i2c-mux-gpio
4703
4704 GENERIC HDLC (WAN) DRIVERS
4705 M: Krzysztof Halasa <khc@pm.waw.pl>
4706 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4707 S: Maintained
4708 F: drivers/net/wan/c101.c
4709 F: drivers/net/wan/hd6457*
4710 F: drivers/net/wan/hdlc*
4711 F: drivers/net/wan/n2.c
4712 F: drivers/net/wan/pc300too.c
4713 F: drivers/net/wan/pci200syn.c
4714 F: drivers/net/wan/wanxl*
4715
4716 GENERIC INCLUDE/ASM HEADER FILES
4717 M: Arnd Bergmann <arnd@arndb.de>
4718 L: linux-arch@vger.kernel.org
4719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4720 S: Maintained
4721 F: include/asm-generic/
4722 F: include/uapi/asm-generic/
4723
4724 GENERIC PHY FRAMEWORK
4725 M: Kishon Vijay Abraham I <kishon@ti.com>
4726 L: linux-kernel@vger.kernel.org
4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4728 S: Supported
4729 F: drivers/phy/
4730 F: include/linux/phy/
4731
4732 GENERIC PM DOMAINS
4733 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4734 M: Kevin Hilman <khilman@kernel.org>
4735 M: Ulf Hansson <ulf.hansson@linaro.org>
4736 L: linux-pm@vger.kernel.org
4737 S: Supported
4738 F: drivers/base/power/domain*.c
4739 F: include/linux/pm_domain.h
4740
4741 GENERIC UIO DRIVER FOR PCI DEVICES
4742 M: "Michael S. Tsirkin" <mst@redhat.com>
4743 L: kvm@vger.kernel.org
4744 S: Supported
4745 F: drivers/uio/uio_pci_generic.c
4746
4747 GET_MAINTAINER SCRIPT
4748 M: Joe Perches <joe@perches.com>
4749 S: Maintained
4750 F: scripts/get_maintainer.pl
4751
4752 GFS2 FILE SYSTEM
4753 M: Steven Whitehouse <swhiteho@redhat.com>
4754 M: Bob Peterson <rpeterso@redhat.com>
4755 L: cluster-devel@redhat.com
4756 W: http://sources.redhat.com/cluster/
4757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4758 S: Supported
4759 F: Documentation/filesystems/gfs2*.txt
4760 F: fs/gfs2/
4761 F: include/uapi/linux/gfs2_ondisk.h
4762
4763 GIGASET ISDN DRIVERS
4764 M: Paul Bolle <pebolle@tiscali.nl>
4765 L: gigaset307x-common@lists.sourceforge.net
4766 W: http://gigaset307x.sourceforge.net/
4767 S: Odd Fixes
4768 F: Documentation/isdn/README.gigaset
4769 F: drivers/isdn/gigaset/
4770 F: include/uapi/linux/gigaset_dev.h
4771
4772 GO7007 MPEG CODEC
4773 M: Hans Verkuil <hans.verkuil@cisco.com>
4774 L: linux-media@vger.kernel.org
4775 S: Maintained
4776 F: drivers/media/usb/go7007/
4777
4778 GOODIX TOUCHSCREEN
4779 M: Bastien Nocera <hadess@hadess.net>
4780 L: linux-input@vger.kernel.org
4781 S: Maintained
4782 F: drivers/input/touchscreen/goodix.c
4783
4784 GPIO SUBSYSTEM
4785 M: Linus Walleij <linus.walleij@linaro.org>
4786 M: Alexandre Courbot <gnurou@gmail.com>
4787 L: linux-gpio@vger.kernel.org
4788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4789 S: Maintained
4790 F: Documentation/gpio/
4791 F: drivers/gpio/
4792 F: include/linux/gpio/
4793 F: include/linux/gpio.h
4794 F: include/asm-generic/gpio.h
4795
4796 GRE DEMULTIPLEXER DRIVER
4797 M: Dmitry Kozlov <xeb@mail.ru>
4798 L: netdev@vger.kernel.org
4799 S: Maintained
4800 F: net/ipv4/gre_demux.c
4801 F: net/ipv4/gre_offload.c
4802 F: include/net/gre.h
4803
4804 GRETH 10/100/1G Ethernet MAC device driver
4805 M: Kristoffer Glembo <kristoffer@gaisler.com>
4806 L: netdev@vger.kernel.org
4807 S: Maintained
4808 F: drivers/net/ethernet/aeroflex/
4809
4810 GSPCA FINEPIX SUBDRIVER
4811 M: Frank Zago <frank@zago.net>
4812 L: linux-media@vger.kernel.org
4813 T: git git://linuxtv.org/media_tree.git
4814 S: Maintained
4815 F: drivers/media/usb/gspca/finepix.c
4816
4817 GSPCA GL860 SUBDRIVER
4818 M: Olivier Lorin <o.lorin@laposte.net>
4819 L: linux-media@vger.kernel.org
4820 T: git git://linuxtv.org/media_tree.git
4821 S: Maintained
4822 F: drivers/media/usb/gspca/gl860/
4823
4824 GSPCA M5602 SUBDRIVER
4825 M: Erik Andren <erik.andren@gmail.com>
4826 L: linux-media@vger.kernel.org
4827 T: git git://linuxtv.org/media_tree.git
4828 S: Maintained
4829 F: drivers/media/usb/gspca/m5602/
4830
4831 GSPCA PAC207 SONIXB SUBDRIVER
4832 M: Hans de Goede <hdegoede@redhat.com>
4833 L: linux-media@vger.kernel.org
4834 T: git git://linuxtv.org/media_tree.git
4835 S: Maintained
4836 F: drivers/media/usb/gspca/pac207.c
4837
4838 GSPCA SN9C20X SUBDRIVER
4839 M: Brian Johnson <brijohn@gmail.com>
4840 L: linux-media@vger.kernel.org
4841 T: git git://linuxtv.org/media_tree.git
4842 S: Maintained
4843 F: drivers/media/usb/gspca/sn9c20x.c
4844
4845 GSPCA T613 SUBDRIVER
4846 M: Leandro Costantino <lcostantino@gmail.com>
4847 L: linux-media@vger.kernel.org
4848 T: git git://linuxtv.org/media_tree.git
4849 S: Maintained
4850 F: drivers/media/usb/gspca/t613.c
4851
4852 GSPCA USB WEBCAM DRIVER
4853 M: Hans de Goede <hdegoede@redhat.com>
4854 L: linux-media@vger.kernel.org
4855 T: git git://linuxtv.org/media_tree.git
4856 S: Maintained
4857 F: drivers/media/usb/gspca/
4858
4859 GUID PARTITION TABLE (GPT)
4860 M: Davidlohr Bueso <dave@stgolabs.net>
4861 L: linux-efi@vger.kernel.org
4862 S: Maintained
4863 F: block/partitions/efi.*
4864
4865 STK1160 USB VIDEO CAPTURE DRIVER
4866 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4867 L: linux-media@vger.kernel.org
4868 T: git git://linuxtv.org/media_tree.git
4869 S: Maintained
4870 F: drivers/media/usb/stk1160/
4871
4872 H8/300 ARCHITECTURE
4873 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4874 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4875 W: http://uclinux-h8.sourceforge.jp
4876 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4877 S: Maintained
4878 F: arch/h8300/
4879 F: drivers/clocksource/h8300_*.c
4880 F: drivers/clk/h8300/
4881 F: drivers/irqchip/irq-renesas-h8*.c
4882
4883 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4884 M: Frank Seidel <frank@f-seidel.de>
4885 L: platform-driver-x86@vger.kernel.org
4886 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4887 S: Maintained
4888 F: drivers/platform/x86/hdaps.c
4889
4890 HDPVR USB VIDEO ENCODER DRIVER
4891 M: Hans Verkuil <hverkuil@xs4all.nl>
4892 L: linux-media@vger.kernel.org
4893 T: git git://linuxtv.org/media_tree.git
4894 W: http://linuxtv.org
4895 S: Odd Fixes
4896 F: drivers/media/usb/hdpvr/
4897
4898 HWPOISON MEMORY FAILURE HANDLING
4899 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4900 L: linux-mm@kvack.org
4901 S: Maintained
4902 F: mm/memory-failure.c
4903 F: mm/hwpoison-inject.c
4904
4905 HYPERVISOR VIRTUAL CONSOLE DRIVER
4906 L: linuxppc-dev@lists.ozlabs.org
4907 S: Odd Fixes
4908 F: drivers/tty/hvc/
4909
4910 HACKRF MEDIA DRIVER
4911 M: Antti Palosaari <crope@iki.fi>
4912 L: linux-media@vger.kernel.org
4913 W: http://linuxtv.org/
4914 W: http://palosaari.fi/linux/
4915 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4916 T: git git://linuxtv.org/anttip/media_tree.git
4917 S: Maintained
4918 F: drivers/media/usb/hackrf/
4919
4920 HARDWARE MONITORING
4921 M: Jean Delvare <jdelvare@suse.com>
4922 M: Guenter Roeck <linux@roeck-us.net>
4923 L: linux-hwmon@vger.kernel.org
4924 W: http://hwmon.wiki.kernel.org/
4925 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4927 S: Maintained
4928 F: Documentation/hwmon/
4929 F: drivers/hwmon/
4930 F: include/linux/hwmon*.h
4931
4932 HARDWARE RANDOM NUMBER GENERATOR CORE
4933 M: Matt Mackall <mpm@selenic.com>
4934 M: Herbert Xu <herbert@gondor.apana.org.au>
4935 L: linux-crypto@vger.kernel.org
4936 S: Odd fixes
4937 F: Documentation/hw_random.txt
4938 F: drivers/char/hw_random/
4939 F: include/linux/hw_random.h
4940
4941 HARDWARE SPINLOCK CORE
4942 M: Ohad Ben-Cohen <ohad@wizery.com>
4943 S: Maintained
4944 F: Documentation/hwspinlock.txt
4945 F: drivers/hwspinlock/hwspinlock_*
4946 F: include/linux/hwspinlock.h
4947
4948 HARMONY SOUND DRIVER
4949 L: linux-parisc@vger.kernel.org
4950 S: Maintained
4951 F: sound/parisc/harmony.*
4952
4953 HD29L2 MEDIA DRIVER
4954 M: Antti Palosaari <crope@iki.fi>
4955 L: linux-media@vger.kernel.org
4956 W: http://linuxtv.org/
4957 W: http://palosaari.fi/linux/
4958 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4959 T: git git://linuxtv.org/anttip/media_tree.git
4960 S: Maintained
4961 F: drivers/media/dvb-frontends/hd29l2*
4962
4963 HEWLETT-PACKARD SMART2 RAID DRIVER
4964 L: iss_storagedev@hp.com
4965 S: Orphan
4966 F: Documentation/blockdev/cpqarray.txt
4967 F: drivers/block/cpqarray.*
4968
4969 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4970 M: Don Brace <don.brace@pmcs.com>
4971 L: iss_storagedev@hp.com
4972 L: storagedev@pmcs.com
4973 L: linux-scsi@vger.kernel.org
4974 S: Supported
4975 F: Documentation/scsi/hpsa.txt
4976 F: drivers/scsi/hpsa*.[ch]
4977 F: include/linux/cciss*.h
4978 F: include/uapi/linux/cciss*.h
4979
4980 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4981 M: Don Brace <don.brace@pmcs.com>
4982 L: iss_storagedev@hp.com
4983 L: storagedev@pmcs.com
4984 L: linux-scsi@vger.kernel.org
4985 S: Supported
4986 F: Documentation/blockdev/cciss.txt
4987 F: drivers/block/cciss*
4988 F: include/linux/cciss_ioctl.h
4989 F: include/uapi/linux/cciss_ioctl.h
4990
4991 HFS FILESYSTEM
4992 L: linux-fsdevel@vger.kernel.org
4993 S: Orphan
4994 F: Documentation/filesystems/hfs.txt
4995 F: fs/hfs/
4996
4997 HFSPLUS FILESYSTEM
4998 L: linux-fsdevel@vger.kernel.org
4999 S: Orphan
5000 F: Documentation/filesystems/hfsplus.txt
5001 F: fs/hfsplus/
5002
5003 HGA FRAMEBUFFER DRIVER
5004 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5005 L: linux-nvidia@lists.surfsouth.com
5006 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5007 S: Maintained
5008 F: drivers/video/fbdev/hgafb.c
5009
5010 HIBERNATION (aka Software Suspend, aka swsusp)
5011 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5012 M: Pavel Machek <pavel@ucw.cz>
5013 L: linux-pm@vger.kernel.org
5014 S: Supported
5015 F: arch/x86/power/
5016 F: drivers/base/power/
5017 F: kernel/power/
5018 F: include/linux/suspend.h
5019 F: include/linux/freezer.h
5020 F: include/linux/pm.h
5021 F: arch/*/include/asm/suspend*.h
5022
5023 HID CORE LAYER
5024 M: Jiri Kosina <jikos@kernel.org>
5025 L: linux-input@vger.kernel.org
5026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5027 S: Maintained
5028 F: drivers/hid/
5029 F: include/linux/hid*
5030 F: include/uapi/linux/hid*
5031
5032 HID SENSOR HUB DRIVERS
5033 M: Jiri Kosina <jikos@kernel.org>
5034 M: Jonathan Cameron <jic23@kernel.org>
5035 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5036 L: linux-input@vger.kernel.org
5037 L: linux-iio@vger.kernel.org
5038 S: Maintained
5039 F: Documentation/hid/hid-sensor*
5040 F: drivers/hid/hid-sensor-*
5041 F: drivers/iio/*/hid-*
5042 F: include/linux/hid-sensor-*
5043
5044 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5045 M: Thomas Gleixner <tglx@linutronix.de>
5046 L: linux-kernel@vger.kernel.org
5047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5048 S: Maintained
5049 F: Documentation/timers/
5050 F: kernel/time/hrtimer.c
5051 F: kernel/time/clockevents.c
5052 F: kernel/time/tick*.*
5053 F: kernel/time/timer_*.c
5054 F: include/linux/clockchips.h
5055 F: include/linux/hrtimer.h
5056
5057 HIGH-SPEED SCC DRIVER FOR AX.25
5058 L: linux-hams@vger.kernel.org
5059 S: Orphan
5060 F: drivers/net/hamradio/dmascc.c
5061 F: drivers/net/hamradio/scc.c
5062
5063 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5064 M: HighPoint Linux Team <linux@highpoint-tech.com>
5065 W: http://www.highpoint-tech.com
5066 S: Supported
5067 F: Documentation/scsi/hptiop.txt
5068 F: drivers/scsi/hptiop.c
5069
5070 HIPPI
5071 M: Jes Sorensen <jes@trained-monkey.org>
5072 L: linux-hippi@sunsite.dk
5073 S: Maintained
5074 F: include/linux/hippidevice.h
5075 F: include/uapi/linux/if_hippi.h
5076 F: net/802/hippi.c
5077 F: drivers/net/hippi/
5078
5079 HOST AP DRIVER
5080 M: Jouni Malinen <j@w1.fi>
5081 L: hostap@shmoo.com (subscribers-only)
5082 L: linux-wireless@vger.kernel.org
5083 W: http://hostap.epitest.fi/
5084 S: Maintained
5085 F: drivers/net/wireless/hostap/
5086
5087 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5088 L: platform-driver-x86@vger.kernel.org
5089 S: Orphan
5090 F: drivers/platform/x86/tc1100-wmi.c
5091
5092 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5093 M: Jaroslav Kysela <perex@perex.cz>
5094 S: Maintained
5095 F: drivers/net/ethernet/hp/hp100.*
5096
5097 HPET: High Precision Event Timers driver
5098 M: Clemens Ladisch <clemens@ladisch.de>
5099 S: Maintained
5100 F: Documentation/timers/hpet.txt
5101 F: drivers/char/hpet.c
5102 F: include/linux/hpet.h
5103 F: include/uapi/linux/hpet.h
5104
5105 HPET: x86
5106 S: Orphan
5107 F: arch/x86/kernel/hpet.c
5108 F: arch/x86/include/asm/hpet.h
5109
5110 HPFS FILESYSTEM
5111 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5112 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5113 S: Maintained
5114 F: fs/hpfs/
5115
5116 HSI SUBSYSTEM
5117 M: Sebastian Reichel <sre@kernel.org>
5118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5119 S: Maintained
5120 F: Documentation/ABI/testing/sysfs-bus-hsi
5121 F: Documentation/hsi.txt
5122 F: drivers/hsi/
5123 F: include/linux/hsi/
5124 F: include/uapi/linux/hsi/
5125
5126 HSO 3G MODEM DRIVER
5127 M: Jan Dumon <j.dumon@option.com>
5128 W: http://www.pharscape.org
5129 S: Maintained
5130 F: drivers/net/usb/hso.c
5131
5132 HSR NETWORK PROTOCOL
5133 M: Arvid Brodin <arvid.brodin@alten.se>
5134 L: netdev@vger.kernel.org
5135 S: Maintained
5136 F: net/hsr/
5137
5138 HTCPEN TOUCHSCREEN DRIVER
5139 M: Pau Oliva Fora <pof@eslack.org>
5140 L: linux-input@vger.kernel.org
5141 S: Maintained
5142 F: drivers/input/touchscreen/htcpen.c
5143
5144 HUGETLB FILESYSTEM
5145 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5146 S: Maintained
5147 F: fs/hugetlbfs/
5148
5149 Hyper-V CORE AND DRIVERS
5150 M: "K. Y. Srinivasan" <kys@microsoft.com>
5151 M: Haiyang Zhang <haiyangz@microsoft.com>
5152 L: devel@linuxdriverproject.org
5153 S: Maintained
5154 F: arch/x86/include/asm/mshyperv.h
5155 F: arch/x86/include/uapi/asm/hyperv.h
5156 F: arch/x86/kernel/cpu/mshyperv.c
5157 F: drivers/hid/hid-hyperv.c
5158 F: drivers/hv/
5159 F: drivers/input/serio/hyperv-keyboard.c
5160 F: drivers/pci/host/pci-hyperv.c
5161 F: drivers/net/hyperv/
5162 F: drivers/scsi/storvsc_drv.c
5163 F: drivers/video/fbdev/hyperv_fb.c
5164 F: include/linux/hyperv.h
5165 F: tools/hv/
5166 F: Documentation/ABI/stable/sysfs-bus-vmbus
5167
5168 I2C OVER PARALLEL PORT
5169 M: Jean Delvare <jdelvare@suse.com>
5170 L: linux-i2c@vger.kernel.org
5171 S: Maintained
5172 F: Documentation/i2c/busses/i2c-parport
5173 F: Documentation/i2c/busses/i2c-parport-light
5174 F: drivers/i2c/busses/i2c-parport.c
5175 F: drivers/i2c/busses/i2c-parport-light.c
5176
5177 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5178 M: Jean Delvare <jdelvare@suse.com>
5179 L: linux-i2c@vger.kernel.org
5180 S: Maintained
5181 F: Documentation/i2c/busses/i2c-ali1535
5182 F: Documentation/i2c/busses/i2c-ali1563
5183 F: Documentation/i2c/busses/i2c-ali15x3
5184 F: Documentation/i2c/busses/i2c-amd756
5185 F: Documentation/i2c/busses/i2c-amd8111
5186 F: Documentation/i2c/busses/i2c-i801
5187 F: Documentation/i2c/busses/i2c-nforce2
5188 F: Documentation/i2c/busses/i2c-piix4
5189 F: Documentation/i2c/busses/i2c-sis5595
5190 F: Documentation/i2c/busses/i2c-sis630
5191 F: Documentation/i2c/busses/i2c-sis96x
5192 F: Documentation/i2c/busses/i2c-via
5193 F: Documentation/i2c/busses/i2c-viapro
5194 F: drivers/i2c/busses/i2c-ali1535.c
5195 F: drivers/i2c/busses/i2c-ali1563.c
5196 F: drivers/i2c/busses/i2c-ali15x3.c
5197 F: drivers/i2c/busses/i2c-amd756.c
5198 F: drivers/i2c/busses/i2c-amd756-s4882.c
5199 F: drivers/i2c/busses/i2c-amd8111.c
5200 F: drivers/i2c/busses/i2c-i801.c
5201 F: drivers/i2c/busses/i2c-isch.c
5202 F: drivers/i2c/busses/i2c-nforce2.c
5203 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5204 F: drivers/i2c/busses/i2c-piix4.c
5205 F: drivers/i2c/busses/i2c-sis5595.c
5206 F: drivers/i2c/busses/i2c-sis630.c
5207 F: drivers/i2c/busses/i2c-sis96x.c
5208 F: drivers/i2c/busses/i2c-via.c
5209 F: drivers/i2c/busses/i2c-viapro.c
5210
5211 I2C/SMBUS ISMT DRIVER
5212 M: Seth Heasley <seth.heasley@intel.com>
5213 M: Neil Horman <nhorman@tuxdriver.com>
5214 L: linux-i2c@vger.kernel.org
5215 F: drivers/i2c/busses/i2c-ismt.c
5216 F: Documentation/i2c/busses/i2c-ismt
5217
5218 I2C/SMBUS STUB DRIVER
5219 M: Jean Delvare <jdelvare@suse.com>
5220 L: linux-i2c@vger.kernel.org
5221 S: Maintained
5222 F: drivers/i2c/i2c-stub.c
5223
5224 I2C SUBSYSTEM
5225 M: Wolfram Sang <wsa@the-dreams.de>
5226 L: linux-i2c@vger.kernel.org
5227 W: https://i2c.wiki.kernel.org/
5228 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5230 S: Maintained
5231 F: Documentation/devicetree/bindings/i2c/
5232 F: Documentation/i2c/
5233 F: drivers/i2c/
5234 F: drivers/i2c/*/
5235 F: include/linux/i2c.h
5236 F: include/linux/i2c-*.h
5237 F: include/uapi/linux/i2c.h
5238 F: include/uapi/linux/i2c-*.h
5239
5240 I2C ACPI SUPPORT
5241 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5242 L: linux-i2c@vger.kernel.org
5243 L: linux-acpi@vger.kernel.org
5244 S: Maintained
5245
5246 I2C-TAOS-EVM DRIVER
5247 M: Jean Delvare <jdelvare@suse.com>
5248 L: linux-i2c@vger.kernel.org
5249 S: Maintained
5250 F: Documentation/i2c/busses/i2c-taos-evm
5251 F: drivers/i2c/busses/i2c-taos-evm.c
5252
5253 I2C-TINY-USB DRIVER
5254 M: Till Harbaum <till@harbaum.org>
5255 L: linux-i2c@vger.kernel.org
5256 W: http://www.harbaum.org/till/i2c_tiny_usb
5257 S: Maintained
5258 F: drivers/i2c/busses/i2c-tiny-usb.c
5259
5260 i386 BOOT CODE
5261 M: "H. Peter Anvin" <hpa@zytor.com>
5262 S: Maintained
5263 F: arch/x86/boot/
5264
5265 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5266 M: "H. Peter Anvin" <hpa@zytor.com>
5267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5268 S: Maintained
5269
5270 IA64 (Itanium) PLATFORM
5271 M: Tony Luck <tony.luck@intel.com>
5272 M: Fenghua Yu <fenghua.yu@intel.com>
5273 L: linux-ia64@vger.kernel.org
5274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5275 S: Maintained
5276 F: arch/ia64/
5277
5278 IBM Power VMX Cryptographic instructions
5279 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5280 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5281 L: linux-crypto@vger.kernel.org
5282 S: Supported
5283 F: drivers/crypto/vmx/Makefile
5284 F: drivers/crypto/vmx/Kconfig
5285 F: drivers/crypto/vmx/vmx.c
5286 F: drivers/crypto/vmx/aes*
5287 F: drivers/crypto/vmx/ghash*
5288 F: drivers/crypto/vmx/ppc-xlate.pl
5289
5290 IBM Power in-Nest Crypto Acceleration
5291 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5292 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5293 L: linux-crypto@vger.kernel.org
5294 S: Supported
5295 F: drivers/crypto/nx/Makefile
5296 F: drivers/crypto/nx/Kconfig
5297 F: drivers/crypto/nx/nx-aes*
5298 F: drivers/crypto/nx/nx-sha*
5299 F: drivers/crypto/nx/nx.*
5300 F: drivers/crypto/nx/nx_csbcpb.h
5301 F: drivers/crypto/nx/nx_debugfs.h
5302
5303 IBM Power 842 compression accelerator
5304 M: Dan Streetman <ddstreet@ieee.org>
5305 S: Supported
5306 F: drivers/crypto/nx/Makefile
5307 F: drivers/crypto/nx/Kconfig
5308 F: drivers/crypto/nx/nx-842*
5309 F: include/linux/sw842.h
5310 F: crypto/842.c
5311 F: lib/842/
5312
5313 IBM Power Linux RAID adapter
5314 M: Brian King <brking@us.ibm.com>
5315 S: Supported
5316 F: drivers/scsi/ipr.*
5317
5318 IBM Power Virtual Ethernet Device Driver
5319 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5320 L: netdev@vger.kernel.org
5321 S: Supported
5322 F: drivers/net/ethernet/ibm/ibmveth.*
5323
5324 IBM Power SRIOV Virtual NIC Device Driver
5325 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5326 M: John Allen <jallen@linux.vnet.ibm.com>
5327 L: netdev@vger.kernel.org
5328 S: Supported
5329 F: drivers/net/ethernet/ibm/ibmvnic.*
5330
5331 IBM Power Virtual SCSI Device Drivers
5332 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5333 L: linux-scsi@vger.kernel.org
5334 S: Supported
5335 F: drivers/scsi/ibmvscsi/ibmvscsi*
5336 F: include/scsi/viosrp.h
5337
5338 IBM Power Virtual SCSI Device Target Driver
5339 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5340 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5341 L: linux-scsi@vger.kernel.org
5342 L: target-devel@vger.kernel.org
5343 S: Supported
5344 F: drivers/scsi/ibmvscsi_tgt/
5345
5346 IBM Power Virtual FC Device Drivers
5347 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5348 L: linux-scsi@vger.kernel.org
5349 S: Supported
5350 F: drivers/scsi/ibmvscsi/ibmvfc*
5351
5352 IBM ServeRAID RAID DRIVER
5353 S: Orphan
5354 F: drivers/scsi/ips.*
5355
5356 ICH LPC AND GPIO DRIVER
5357 M: Peter Tyser <ptyser@xes-inc.com>
5358 S: Maintained
5359 F: drivers/mfd/lpc_ich.c
5360 F: drivers/gpio/gpio-ich.c
5361
5362 IDE SUBSYSTEM
5363 M: "David S. Miller" <davem@davemloft.net>
5364 L: linux-ide@vger.kernel.org
5365 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5367 S: Maintained
5368 F: Documentation/ide/
5369 F: drivers/ide/
5370 F: include/linux/ide.h
5371
5372 IDEAPAD LAPTOP EXTRAS DRIVER
5373 M: Ike Panhc <ike.pan@canonical.com>
5374 L: platform-driver-x86@vger.kernel.org
5375 W: http://launchpad.net/ideapad-laptop
5376 S: Maintained
5377 F: drivers/platform/x86/ideapad-laptop.c
5378
5379 IDEAPAD LAPTOP SLIDEBAR DRIVER
5380 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5381 L: linux-input@vger.kernel.org
5382 W: https://github.com/o2genum/ideapad-slidebar
5383 S: Maintained
5384 F: drivers/input/misc/ideapad_slidebar.c
5385
5386 IDE/ATAPI DRIVERS
5387 M: Borislav Petkov <bp@alien8.de>
5388 L: linux-ide@vger.kernel.org
5389 S: Maintained
5390 F: Documentation/cdrom/ide-cd
5391 F: drivers/ide/ide-cd*
5392
5393 IDLE-I7300
5394 M: Andy Henroid <andrew.d.henroid@intel.com>
5395 L: linux-pm@vger.kernel.org
5396 S: Supported
5397 F: drivers/idle/i7300_idle.c
5398
5399 IEEE 802.15.4 SUBSYSTEM
5400 M: Alexander Aring <alex.aring@gmail.com>
5401 L: linux-wpan@vger.kernel.org
5402 W: https://github.com/linux-wpan
5403 T: git git://github.com/linux-wpan/linux-wpan-next.git
5404 S: Maintained
5405 F: net/ieee802154/
5406 F: net/mac802154/
5407 F: drivers/net/ieee802154/
5408 F: include/linux/nl802154.h
5409 F: include/linux/ieee802154.h
5410 F: include/net/nl802154.h
5411 F: include/net/mac802154.h
5412 F: include/net/af_ieee802154.h
5413 F: include/net/cfg802154.h
5414 F: include/net/ieee802154_netdev.h
5415 F: Documentation/networking/ieee802154.txt
5416
5417 IGORPLUG-USB IR RECEIVER
5418 M: Sean Young <sean@mess.org>
5419 L: linux-media@vger.kernel.org
5420 S: Maintained
5421 F: drivers/media/rc/igorplugusb.c
5422
5423 IGUANAWORKS USB IR TRANSCEIVER
5424 M: Sean Young <sean@mess.org>
5425 L: linux-media@vger.kernel.org
5426 S: Maintained
5427 F: drivers/media/rc/iguanair.c
5428
5429 IIO SUBSYSTEM AND DRIVERS
5430 M: Jonathan Cameron <jic23@kernel.org>
5431 R: Hartmut Knaack <knaack.h@gmx.de>
5432 R: Lars-Peter Clausen <lars@metafoo.de>
5433 R: Peter Meerwald <pmeerw@pmeerw.net>
5434 L: linux-iio@vger.kernel.org
5435 S: Maintained
5436 F: drivers/iio/
5437 F: drivers/staging/iio/
5438 F: include/linux/iio/
5439 F: tools/iio/
5440
5441 IKANOS/ADI EAGLE ADSL USB DRIVER
5442 M: Matthieu Castet <castet.matthieu@free.fr>
5443 M: Stanislaw Gruszka <stf_xl@wp.pl>
5444 S: Maintained
5445 F: drivers/usb/atm/ueagle-atm.c
5446
5447 INA209 HARDWARE MONITOR DRIVER
5448 M: Guenter Roeck <linux@roeck-us.net>
5449 L: linux-hwmon@vger.kernel.org
5450 S: Maintained
5451 F: Documentation/hwmon/ina209
5452 F: Documentation/devicetree/bindings/i2c/ina209.txt
5453 F: drivers/hwmon/ina209.c
5454
5455 INA2XX 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/ina2xx
5460 F: drivers/hwmon/ina2xx.c
5461 F: include/linux/platform_data/ina2xx.h
5462
5463 INDUSTRY PACK SUBSYSTEM (IPACK)
5464 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5465 M: Jens Taprogge <jens.taprogge@taprogge.org>
5466 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5467 L: industrypack-devel@lists.sourceforge.net
5468 W: http://industrypack.sourceforge.net
5469 S: Maintained
5470 F: drivers/ipack/
5471
5472 INGENIC JZ4780 DMA Driver
5473 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5474 S: Maintained
5475 F: drivers/dma/dma-jz4780.c
5476
5477 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5478 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5479 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5480 L: linux-ima-devel@lists.sourceforge.net
5481 L: linux-ima-user@lists.sourceforge.net
5482 L: linux-security-module@vger.kernel.org
5483 S: Supported
5484 F: security/integrity/ima/
5485
5486 IMGTEC IR DECODER DRIVER
5487 M: James Hogan <james.hogan@imgtec.com>
5488 S: Maintained
5489 F: drivers/media/rc/img-ir/
5490
5491 IMS TWINTURBO FRAMEBUFFER DRIVER
5492 L: linux-fbdev@vger.kernel.org
5493 S: Orphan
5494 F: drivers/video/fbdev/imsttfb.c
5495
5496 INFINIBAND SUBSYSTEM
5497 M: Doug Ledford <dledford@redhat.com>
5498 M: Sean Hefty <sean.hefty@intel.com>
5499 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5500 L: linux-rdma@vger.kernel.org
5501 W: http://www.openfabrics.org/
5502 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5504 S: Supported
5505 F: Documentation/infiniband/
5506 F: drivers/infiniband/
5507 F: drivers/staging/rdma/
5508 F: include/uapi/linux/if_infiniband.h
5509 F: include/uapi/rdma/
5510 F: include/rdma/
5511
5512 INOTIFY
5513 M: John McCutchan <john@johnmccutchan.com>
5514 M: Robert Love <rlove@rlove.org>
5515 M: Eric Paris <eparis@parisplace.org>
5516 S: Maintained
5517 F: Documentation/filesystems/inotify.txt
5518 F: fs/notify/inotify/
5519 F: include/linux/inotify.h
5520 F: include/uapi/linux/inotify.h
5521
5522 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5523 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5524 L: linux-input@vger.kernel.org
5525 Q: http://patchwork.kernel.org/project/linux-input/list/
5526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5527 S: Maintained
5528 F: drivers/input/
5529 F: include/linux/input.h
5530 F: include/uapi/linux/input.h
5531 F: include/linux/input/
5532
5533 INPUT MULTITOUCH (MT) PROTOCOL
5534 M: Henrik Rydberg <rydberg@bitmath.org>
5535 L: linux-input@vger.kernel.org
5536 S: Odd fixes
5537 F: Documentation/input/multi-touch-protocol.txt
5538 F: drivers/input/input-mt.c
5539 K: \b(ABS|SYN)_MT_
5540
5541 INTEL ASoC BDW/HSW DRIVERS
5542 M: Jie Yang <yang.jie@linux.intel.com>
5543 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5544 S: Supported
5545 F: sound/soc/intel/common/sst-dsp*
5546 F: sound/soc/intel/common/sst-firmware.c
5547 F: sound/soc/intel/boards/broadwell.c
5548 F: sound/soc/intel/haswell/
5549
5550 INTEL C600 SERIES SAS CONTROLLER DRIVER
5551 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5552 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5553 L: linux-scsi@vger.kernel.org
5554 T: git git://git.code.sf.net/p/intel-sas/isci
5555 S: Supported
5556 F: drivers/scsi/isci/
5557
5558 INTEL HID EVENT DRIVER
5559 M: Alex Hung <alex.hung@canonical.com>
5560 L: platform-driver-x86@vger.kernel.org
5561 S: Maintained
5562 F: drivers/platform/x86/intel-hid.c
5563
5564 INTEL VIRTUAL BUTTON DRIVER
5565 M: AceLan Kao <acelan.kao@canonical.com>
5566 L: platform-driver-x86@vger.kernel.org
5567 S: Maintained
5568 F: drivers/platform/x86/intel-vbtn.c
5569
5570 INTEL IDLE DRIVER
5571 M: Len Brown <lenb@kernel.org>
5572 L: linux-pm@vger.kernel.org
5573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5574 S: Supported
5575 F: drivers/idle/intel_idle.c
5576
5577 INTEL PSTATE DRIVER
5578 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5579 M: Len Brown <lenb@kernel.org>
5580 L: linux-pm@vger.kernel.org
5581 S: Supported
5582 F: drivers/cpufreq/intel_pstate.c
5583
5584 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5585 M: Maik Broemme <mbroemme@plusserver.de>
5586 L: linux-fbdev@vger.kernel.org
5587 S: Maintained
5588 F: Documentation/fb/intelfb.txt
5589 F: drivers/video/fbdev/intelfb/
5590
5591 INTEL 810/815 FRAMEBUFFER DRIVER
5592 M: Antonino Daplas <adaplas@gmail.com>
5593 L: linux-fbdev@vger.kernel.org
5594 S: Maintained
5595 F: drivers/video/fbdev/i810/
5596
5597 INTEL MENLOW THERMAL DRIVER
5598 M: Sujith Thomas <sujith.thomas@intel.com>
5599 L: platform-driver-x86@vger.kernel.org
5600 W: https://01.org/linux-acpi
5601 S: Supported
5602 F: drivers/platform/x86/intel_menlow.c
5603
5604 INTEL I/OAT DMA DRIVER
5605 M: Dave Jiang <dave.jiang@intel.com>
5606 R: Dan Williams <dan.j.williams@intel.com>
5607 L: dmaengine@vger.kernel.org
5608 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5609 S: Supported
5610 F: drivers/dma/ioat*
5611
5612 INTEL IOMMU (VT-d)
5613 M: David Woodhouse <dwmw2@infradead.org>
5614 L: iommu@lists.linux-foundation.org
5615 T: git git://git.infradead.org/iommu-2.6.git
5616 S: Supported
5617 F: drivers/iommu/intel-iommu.c
5618 F: include/linux/intel-iommu.h
5619
5620 INTEL IOP-ADMA DMA DRIVER
5621 R: Dan Williams <dan.j.williams@intel.com>
5622 S: Odd fixes
5623 F: drivers/dma/iop-adma.c
5624
5625 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5626 M: Krzysztof Halasa <khalasa@piap.pl>
5627 S: Maintained
5628 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5629 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5630 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5631 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5632 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5633 F: drivers/net/wan/ixp4xx_hss.c
5634
5635 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5636 M: Deepak Saxena <dsaxena@plexity.net>
5637 S: Maintained
5638 F: drivers/char/hw_random/ixp4xx-rng.c
5639
5640 INTEL ETHERNET DRIVERS
5641 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5642 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5643 R: Shannon Nelson <shannon.nelson@intel.com>
5644 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5645 R: Don Skidmore <donald.c.skidmore@intel.com>
5646 R: Bruce Allan <bruce.w.allan@intel.com>
5647 R: John Ronciak <john.ronciak@intel.com>
5648 R: Mitch Williams <mitch.a.williams@intel.com>
5649 L: intel-wired-lan@lists.osuosl.org
5650 W: http://www.intel.com/support/feedback.htm
5651 W: http://e1000.sourceforge.net/
5652 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5655 S: Supported
5656 F: Documentation/networking/e100.txt
5657 F: Documentation/networking/e1000.txt
5658 F: Documentation/networking/e1000e.txt
5659 F: Documentation/networking/igb.txt
5660 F: Documentation/networking/igbvf.txt
5661 F: Documentation/networking/ixgb.txt
5662 F: Documentation/networking/ixgbe.txt
5663 F: Documentation/networking/ixgbevf.txt
5664 F: Documentation/networking/i40e.txt
5665 F: Documentation/networking/i40evf.txt
5666 F: drivers/net/ethernet/intel/
5667 F: drivers/net/ethernet/intel/*/
5668
5669 INTEL-MID GPIO DRIVER
5670 M: David Cohen <david.a.cohen@linux.intel.com>
5671 L: linux-gpio@vger.kernel.org
5672 S: Maintained
5673 F: drivers/gpio/gpio-intel-mid.c
5674
5675 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5676 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5677 L: linux-wireless@vger.kernel.org
5678 S: Maintained
5679 F: Documentation/networking/README.ipw2100
5680 F: Documentation/networking/README.ipw2200
5681 F: drivers/net/wireless/ipw2x00/
5682
5683 INTEL(R) TRACE HUB
5684 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5685 S: Supported
5686 F: Documentation/trace/intel_th.txt
5687 F: drivers/hwtracing/intel_th/
5688
5689 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5690 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5691 M: Gang Wei <gang.wei@intel.com>
5692 M: Shane Wang <shane.wang@intel.com>
5693 L: tboot-devel@lists.sourceforge.net
5694 W: http://tboot.sourceforge.net
5695 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5696 S: Supported
5697 F: Documentation/intel_txt.txt
5698 F: include/linux/tboot.h
5699 F: arch/x86/kernel/tboot.c
5700
5701 INTEL WIRELESS WIMAX CONNECTION 2400
5702 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5703 M: linux-wimax@intel.com
5704 L: wimax@linuxwimax.org (subscribers-only)
5705 S: Supported
5706 W: http://linuxwimax.org
5707 F: Documentation/wimax/README.i2400m
5708 F: drivers/net/wimax/i2400m/
5709 F: include/uapi/linux/wimax/i2400m.h
5710
5711 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5712 M: Stanislaw Gruszka <sgruszka@redhat.com>
5713 L: linux-wireless@vger.kernel.org
5714 S: Supported
5715 F: drivers/net/wireless/iwlegacy/
5716
5717 INTEL WIRELESS WIFI LINK (iwlwifi)
5718 M: Johannes Berg <johannes.berg@intel.com>
5719 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5720 M: Intel Linux Wireless <linuxwifi@intel.com>
5721 L: linux-wireless@vger.kernel.org
5722 W: http://intellinuxwireless.org
5723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5724 S: Supported
5725 F: drivers/net/wireless/iwlwifi/
5726
5727 INTEL MANAGEMENT ENGINE (mei)
5728 M: Tomas Winkler <tomas.winkler@intel.com>
5729 L: linux-kernel@vger.kernel.org
5730 S: Supported
5731 F: include/uapi/linux/mei.h
5732 F: include/linux/mei_cl_bus.h
5733 F: drivers/misc/mei/*
5734 F: Documentation/misc-devices/mei/*
5735
5736 INTEL MIC DRIVERS (mic)
5737 M: Sudeep Dutt <sudeep.dutt@intel.com>
5738 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5739 S: Supported
5740 W: https://github.com/sudeepdutt/mic
5741 W: http://software.intel.com/en-us/mic-developer
5742 F: include/linux/mic_bus.h
5743 F: include/linux/scif.h
5744 F: include/uapi/linux/mic_common.h
5745 F: include/uapi/linux/mic_ioctl.h
5746 F include/uapi/linux/scif_ioctl.h
5747 F: drivers/misc/mic/
5748 F: drivers/dma/mic_x100_dma.c
5749 F: drivers/dma/mic_x100_dma.h
5750 F Documentation/mic/
5751
5752 INTEL PMC/P-Unit IPC DRIVER
5753 M: Zha Qipeng<qipeng.zha@intel.com>
5754 L: platform-driver-x86@vger.kernel.org
5755 S: Maintained
5756 F: drivers/platform/x86/intel_pmc_ipc.c
5757 F: drivers/platform/x86/intel_punit_ipc.c
5758 F: arch/x86/include/asm/intel_pmc_ipc.h
5759 F: arch/x86/include/asm/intel_punit_ipc.h
5760
5761 INTEL TELEMETRY DRIVER
5762 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5763 L: platform-driver-x86@vger.kernel.org
5764 S: Maintained
5765 F: drivers/platform/x86/intel_telemetry_core.c
5766 F: arch/x86/include/asm/intel_telemetry.h
5767 F: drivers/platform/x86/intel_telemetry_pltdrv.c
5768 F: drivers/platform/x86/intel_telemetry_debugfs.c
5769
5770 IOC3 ETHERNET DRIVER
5771 M: Ralf Baechle <ralf@linux-mips.org>
5772 L: linux-mips@linux-mips.org
5773 S: Maintained
5774 F: drivers/net/ethernet/sgi/ioc3-eth.c
5775
5776 IOC3 SERIAL DRIVER
5777 M: Pat Gefre <pfg@sgi.com>
5778 L: linux-serial@vger.kernel.org
5779 S: Maintained
5780 F: drivers/tty/serial/ioc3_serial.c
5781
5782 IOMMU DRIVERS
5783 M: Joerg Roedel <joro@8bytes.org>
5784 L: iommu@lists.linux-foundation.org
5785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5786 S: Maintained
5787 F: drivers/iommu/
5788
5789 IP MASQUERADING
5790 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5791 S: Maintained
5792 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5793
5794 IPATH DRIVER
5795 M: Mike Marciniszyn <infinipath@intel.com>
5796 L: linux-rdma@vger.kernel.org
5797 S: Maintained
5798 F: drivers/staging/rdma/ipath/
5799
5800 IPMI SUBSYSTEM
5801 M: Corey Minyard <minyard@acm.org>
5802 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5803 W: http://openipmi.sourceforge.net/
5804 S: Supported
5805 F: Documentation/IPMI.txt
5806 F: drivers/char/ipmi/
5807 F: include/linux/ipmi*
5808 F: include/uapi/linux/ipmi*
5809
5810 QCOM AUDIO (ASoC) DRIVERS
5811 M: Patrick Lai <plai@codeaurora.org>
5812 M: Banajit Goswami <bgoswami@codeaurora.org>
5813 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5814 S: Supported
5815 F: sound/soc/qcom/
5816
5817 IPS SCSI RAID DRIVER
5818 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5819 L: linux-scsi@vger.kernel.org
5820 W: http://www.adaptec.com/
5821 S: Maintained
5822 F: drivers/scsi/ips*
5823
5824 IPVS
5825 M: Wensong Zhang <wensong@linux-vs.org>
5826 M: Simon Horman <horms@verge.net.au>
5827 M: Julian Anastasov <ja@ssi.bg>
5828 L: netdev@vger.kernel.org
5829 L: lvs-devel@vger.kernel.org
5830 S: Maintained
5831 F: Documentation/networking/ipvs-sysctl.txt
5832 F: include/net/ip_vs.h
5833 F: include/uapi/linux/ip_vs.h
5834 F: net/netfilter/ipvs/
5835
5836 IPWIRELESS DRIVER
5837 M: Jiri Kosina <jikos@kernel.org>
5838 M: David Sterba <dsterba@suse.com>
5839 S: Odd Fixes
5840 F: drivers/tty/ipwireless/
5841
5842 IPX NETWORK LAYER
5843 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5844 L: netdev@vger.kernel.org
5845 S: Maintained
5846 F: include/net/ipx.h
5847 F: include/uapi/linux/ipx.h
5848 F: net/ipx/
5849
5850 IRDA SUBSYSTEM
5851 M: Samuel Ortiz <samuel@sortiz.org>
5852 L: irda-users@lists.sourceforge.net (subscribers-only)
5853 L: netdev@vger.kernel.org
5854 W: http://irda.sourceforge.net/
5855 S: Maintained
5856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5857 F: Documentation/networking/irda.txt
5858 F: drivers/net/irda/
5859 F: include/net/irda/
5860 F: net/irda/
5861
5862 IRQ SUBSYSTEM
5863 M: Thomas Gleixner <tglx@linutronix.de>
5864 L: linux-kernel@vger.kernel.org
5865 S: Maintained
5866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5867 F: kernel/irq/
5868
5869 IRQCHIP DRIVERS
5870 M: Thomas Gleixner <tglx@linutronix.de>
5871 M: Jason Cooper <jason@lakedaemon.net>
5872 M: Marc Zyngier <marc.zyngier@arm.com>
5873 L: linux-kernel@vger.kernel.org
5874 S: Maintained
5875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5876 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5877 F: Documentation/devicetree/bindings/interrupt-controller/
5878 F: drivers/irqchip/
5879
5880 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5881 M: Jiang Liu <jiang.liu@linux.intel.com>
5882 M: Marc Zyngier <marc.zyngier@arm.com>
5883 S: Maintained
5884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5885 F: Documentation/IRQ-domain.txt
5886 F: include/linux/irqdomain.h
5887 F: kernel/irq/irqdomain.c
5888 F: kernel/irq/msi.c
5889
5890 ISAPNP
5891 M: Jaroslav Kysela <perex@perex.cz>
5892 S: Maintained
5893 F: Documentation/isapnp.txt
5894 F: drivers/pnp/isapnp/
5895 F: include/linux/isapnp.h
5896
5897 ISA RADIO MODULE
5898 M: Hans Verkuil <hverkuil@xs4all.nl>
5899 L: linux-media@vger.kernel.org
5900 T: git git://linuxtv.org/media_tree.git
5901 W: http://linuxtv.org
5902 S: Maintained
5903 F: drivers/media/radio/radio-isa*
5904
5905 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5906 M: Peter Jones <pjones@redhat.com>
5907 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5908 S: Maintained
5909 F: drivers/firmware/iscsi_ibft*
5910
5911 ISCSI
5912 M: Mike Christie <michaelc@cs.wisc.edu>
5913 L: open-iscsi@googlegroups.com
5914 W: www.open-iscsi.org
5915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5916 S: Maintained
5917 F: drivers/scsi/*iscsi*
5918 F: include/scsi/*iscsi*
5919
5920 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5921 M: Or Gerlitz <ogerlitz@mellanox.com>
5922 M: Sagi Grimberg <sagig@mellanox.com>
5923 M: Roi Dayan <roid@mellanox.com>
5924 L: linux-rdma@vger.kernel.org
5925 S: Supported
5926 W: http://www.openfabrics.org
5927 W: www.open-iscsi.org
5928 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5929 F: drivers/infiniband/ulp/iser/
5930
5931 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5932 M: Sagi Grimberg <sagig@mellanox.com>
5933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5934 L: linux-rdma@vger.kernel.org
5935 L: target-devel@vger.kernel.org
5936 S: Supported
5937 W: http://www.linux-iscsi.org
5938 F: drivers/infiniband/ulp/isert
5939
5940 ISDN SUBSYSTEM
5941 M: Karsten Keil <isdn@linux-pingi.de>
5942 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5943 L: netdev@vger.kernel.org
5944 W: http://www.isdn4linux.de
5945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5946 S: Maintained
5947 F: Documentation/isdn/
5948 F: drivers/isdn/
5949 F: include/linux/isdn.h
5950 F: include/linux/isdn/
5951 F: include/uapi/linux/isdn.h
5952 F: include/uapi/linux/isdn/
5953
5954 ISDN SUBSYSTEM (Eicon active card driver)
5955 M: Armin Schindler <mac@melware.de>
5956 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5957 W: http://www.melware.de
5958 S: Maintained
5959 F: drivers/isdn/hardware/eicon/
5960
5961 IT87 HARDWARE MONITORING DRIVER
5962 M: Jean Delvare <jdelvare@suse.com>
5963 L: linux-hwmon@vger.kernel.org
5964 S: Maintained
5965 F: Documentation/hwmon/it87
5966 F: drivers/hwmon/it87.c
5967
5968 IT913X MEDIA DRIVER
5969 M: Antti Palosaari <crope@iki.fi>
5970 L: linux-media@vger.kernel.org
5971 W: http://linuxtv.org/
5972 W: http://palosaari.fi/linux/
5973 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5974 T: git git://linuxtv.org/anttip/media_tree.git
5975 S: Maintained
5976 F: drivers/media/tuners/it913x*
5977
5978 IVTV VIDEO4LINUX DRIVER
5979 M: Andy Walls <awalls@md.metrocast.net>
5980 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5981 L: linux-media@vger.kernel.org
5982 T: git git://linuxtv.org/media_tree.git
5983 W: http://www.ivtvdriver.org
5984 S: Maintained
5985 F: Documentation/video4linux/*.ivtv
5986 F: drivers/media/pci/ivtv/
5987 F: include/uapi/linux/ivtv*
5988
5989 IX2505V MEDIA DRIVER
5990 M: Malcolm Priestley <tvboxspy@gmail.com>
5991 L: linux-media@vger.kernel.org
5992 W: http://linuxtv.org/
5993 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5994 S: Maintained
5995 F: drivers/media/dvb-frontends/ix2505v*
5996
5997 JC42.4 TEMPERATURE SENSOR DRIVER
5998 M: Guenter Roeck <linux@roeck-us.net>
5999 L: linux-hwmon@vger.kernel.org
6000 S: Maintained
6001 F: drivers/hwmon/jc42.c
6002 F: Documentation/hwmon/jc42
6003
6004 JFS FILESYSTEM
6005 M: Dave Kleikamp <shaggy@kernel.org>
6006 L: jfs-discussion@lists.sourceforge.net
6007 W: http://jfs.sourceforge.net/
6008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6009 S: Maintained
6010 F: Documentation/filesystems/jfs.txt
6011 F: fs/jfs/
6012
6013 JME NETWORK DRIVER
6014 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6015 L: netdev@vger.kernel.org
6016 S: Maintained
6017 F: drivers/net/ethernet/jme.*
6018
6019 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6020 M: David Woodhouse <dwmw2@infradead.org>
6021 L: linux-mtd@lists.infradead.org
6022 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6023 S: Maintained
6024 F: fs/jffs2/
6025 F: include/uapi/linux/jffs2.h
6026
6027 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6028 M: "Theodore Ts'o" <tytso@mit.edu>
6029 M: Jan Kara <jack@suse.com>
6030 L: linux-ext4@vger.kernel.org
6031 S: Maintained
6032 F: fs/jbd2/
6033 F: include/linux/jbd2.h
6034
6035 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6036 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6037 L: linux-media@vger.kernel.org
6038 S: Maintained
6039 F: drivers/media/platform/rcar_jpu.c
6040
6041 JSM Neo PCI based serial card
6042 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6043 L: linux-serial@vger.kernel.org
6044 S: Maintained
6045 F: drivers/tty/serial/jsm/
6046
6047 K10TEMP HARDWARE MONITORING DRIVER
6048 M: Clemens Ladisch <clemens@ladisch.de>
6049 L: linux-hwmon@vger.kernel.org
6050 S: Maintained
6051 F: Documentation/hwmon/k10temp
6052 F: drivers/hwmon/k10temp.c
6053
6054 K8TEMP HARDWARE MONITORING DRIVER
6055 M: Rudolf Marek <r.marek@assembler.cz>
6056 L: linux-hwmon@vger.kernel.org
6057 S: Maintained
6058 F: Documentation/hwmon/k8temp
6059 F: drivers/hwmon/k8temp.c
6060
6061 KCONFIG
6062 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6063 L: linux-kbuild@vger.kernel.org
6064 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6065 S: Maintained
6066 F: Documentation/kbuild/kconfig-language.txt
6067 F: scripts/kconfig/
6068
6069 KDUMP
6070 M: Vivek Goyal <vgoyal@redhat.com>
6071 M: Haren Myneni <hbabu@us.ibm.com>
6072 L: kexec@lists.infradead.org
6073 W: http://lse.sourceforge.net/kdump/
6074 S: Maintained
6075 F: Documentation/kdump/
6076
6077 KEENE FM RADIO TRANSMITTER DRIVER
6078 M: Hans Verkuil <hverkuil@xs4all.nl>
6079 L: linux-media@vger.kernel.org
6080 T: git git://linuxtv.org/media_tree.git
6081 W: http://linuxtv.org
6082 S: Maintained
6083 F: drivers/media/radio/radio-keene*
6084
6085 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6086 M: Ian Kent <raven@themaw.net>
6087 L: autofs@vger.kernel.org
6088 S: Maintained
6089 F: fs/autofs4/
6090
6091 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6092 M: Michal Marek <mmarek@suse.com>
6093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6095 L: linux-kbuild@vger.kernel.org
6096 S: Maintained
6097 F: Documentation/kbuild/
6098 F: Makefile
6099 F: scripts/Makefile.*
6100 F: scripts/basic/
6101 F: scripts/mk*
6102 F: scripts/package/
6103
6104 KERNEL JANITORS
6105 L: kernel-janitors@vger.kernel.org
6106 W: http://kernelnewbies.org/KernelJanitors
6107 S: Odd Fixes
6108
6109 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6110 M: "J. Bruce Fields" <bfields@fieldses.org>
6111 M: Jeff Layton <jlayton@poochiereds.net>
6112 L: linux-nfs@vger.kernel.org
6113 W: http://nfs.sourceforge.net/
6114 S: Supported
6115 F: fs/nfsd/
6116 F: include/uapi/linux/nfsd/
6117 F: fs/lockd/
6118 F: fs/nfs_common/
6119 F: net/sunrpc/
6120 F: include/linux/lockd/
6121 F: include/linux/sunrpc/
6122 F: include/uapi/linux/sunrpc/
6123
6124 KERNEL SELFTEST FRAMEWORK
6125 M: Shuah Khan <shuahkh@osg.samsung.com>
6126 L: linux-api@vger.kernel.org
6127 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6128 S: Maintained
6129 F: tools/testing/selftests
6130
6131 KERNEL VIRTUAL MACHINE (KVM)
6132 M: Gleb Natapov <gleb@kernel.org>
6133 M: Paolo Bonzini <pbonzini@redhat.com>
6134 L: kvm@vger.kernel.org
6135 W: http://www.linux-kvm.org
6136 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6137 S: Supported
6138 F: Documentation/*/kvm*.txt
6139 F: Documentation/virtual/kvm/
6140 F: arch/*/kvm/
6141 F: arch/x86/kernel/kvm.c
6142 F: arch/x86/kernel/kvmclock.c
6143 F: arch/*/include/asm/kvm*
6144 F: include/linux/kvm*
6145 F: include/uapi/linux/kvm*
6146 F: virt/kvm/
6147
6148 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6149 M: Joerg Roedel <joro@8bytes.org>
6150 L: kvm@vger.kernel.org
6151 W: http://www.linux-kvm.org/
6152 S: Maintained
6153 F: arch/x86/include/asm/svm.h
6154 F: arch/x86/kvm/svm.c
6155
6156 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6157 M: Alexander Graf <agraf@suse.com>
6158 L: kvm-ppc@vger.kernel.org
6159 W: http://www.linux-kvm.org/
6160 T: git git://github.com/agraf/linux-2.6.git
6161 S: Supported
6162 F: arch/powerpc/include/asm/kvm*
6163 F: arch/powerpc/kvm/
6164
6165 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6166 M: Christian Borntraeger <borntraeger@de.ibm.com>
6167 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6168 L: linux-s390@vger.kernel.org
6169 W: http://www.ibm.com/developerworks/linux/linux390/
6170 S: Supported
6171 F: Documentation/s390/kvm.txt
6172 F: arch/s390/include/asm/kvm*
6173 F: arch/s390/kvm/
6174
6175 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6176 M: Christoffer Dall <christoffer.dall@linaro.org>
6177 M: Marc Zyngier <marc.zyngier@arm.com>
6178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6179 L: kvmarm@lists.cs.columbia.edu
6180 W: http://systems.cs.columbia.edu/projects/kvm-arm
6181 S: Supported
6182 F: arch/arm/include/uapi/asm/kvm*
6183 F: arch/arm/include/asm/kvm*
6184 F: arch/arm/kvm/
6185 F: virt/kvm/arm/
6186 F: include/kvm/arm_*
6187
6188 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6189 M: Christoffer Dall <christoffer.dall@linaro.org>
6190 M: Marc Zyngier <marc.zyngier@arm.com>
6191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6192 L: kvmarm@lists.cs.columbia.edu
6193 S: Maintained
6194 F: arch/arm64/include/uapi/asm/kvm*
6195 F: arch/arm64/include/asm/kvm*
6196 F: arch/arm64/kvm/
6197
6198 KEXEC
6199 M: Eric Biederman <ebiederm@xmission.com>
6200 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6201 L: kexec@lists.infradead.org
6202 S: Maintained
6203 F: include/linux/kexec.h
6204 F: include/uapi/linux/kexec.h
6205 F: kernel/kexec.c
6206
6207 KEYS/KEYRINGS:
6208 M: David Howells <dhowells@redhat.com>
6209 L: keyrings@vger.kernel.org
6210 S: Maintained
6211 F: Documentation/security/keys.txt
6212 F: include/linux/key.h
6213 F: include/linux/key-type.h
6214 F: include/keys/
6215 F: security/keys/
6216
6217 KEYS-TRUSTED
6218 M: David Safford <safford@us.ibm.com>
6219 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6220 L: linux-security-module@vger.kernel.org
6221 L: keyrings@vger.kernel.org
6222 S: Supported
6223 F: Documentation/security/keys-trusted-encrypted.txt
6224 F: include/keys/trusted-type.h
6225 F: security/keys/trusted.c
6226 F: security/keys/trusted.h
6227
6228 KEYS-ENCRYPTED
6229 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6230 M: David Safford <safford@us.ibm.com>
6231 L: linux-security-module@vger.kernel.org
6232 L: keyrings@vger.kernel.org
6233 S: Supported
6234 F: Documentation/security/keys-trusted-encrypted.txt
6235 F: include/keys/encrypted-type.h
6236 F: security/keys/encrypted-keys/
6237
6238 KGDB / KDB /debug_core
6239 M: Jason Wessel <jason.wessel@windriver.com>
6240 W: http://kgdb.wiki.kernel.org/
6241 L: kgdb-bugreport@lists.sourceforge.net
6242 S: Maintained
6243 F: Documentation/DocBook/kgdb.tmpl
6244 F: drivers/misc/kgdbts.c
6245 F: drivers/tty/serial/kgdboc.c
6246 F: include/linux/kdb.h
6247 F: include/linux/kgdb.h
6248 F: kernel/debug/
6249
6250 KMEMCHECK
6251 M: Vegard Nossum <vegardno@ifi.uio.no>
6252 M: Pekka Enberg <penberg@kernel.org>
6253 S: Maintained
6254 F: Documentation/kmemcheck.txt
6255 F: arch/x86/include/asm/kmemcheck.h
6256 F: arch/x86/mm/kmemcheck/
6257 F: include/linux/kmemcheck.h
6258 F: mm/kmemcheck.c
6259
6260 KMEMLEAK
6261 M: Catalin Marinas <catalin.marinas@arm.com>
6262 S: Maintained
6263 F: Documentation/kmemleak.txt
6264 F: include/linux/kmemleak.h
6265 F: mm/kmemleak.c
6266 F: mm/kmemleak-test.c
6267
6268 KPROBES
6269 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6270 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6271 M: "David S. Miller" <davem@davemloft.net>
6272 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6273 S: Maintained
6274 F: Documentation/kprobes.txt
6275 F: include/linux/kprobes.h
6276 F: kernel/kprobes.c
6277
6278 KS0108 LCD CONTROLLER DRIVER
6279 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6280 W: http://miguelojeda.es/auxdisplay.htm
6281 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6282 S: Maintained
6283 F: Documentation/auxdisplay/ks0108
6284 F: drivers/auxdisplay/ks0108.c
6285 F: include/linux/ks0108.h
6286
6287 L3MDEV
6288 M: David Ahern <dsa@cumulusnetworks.com>
6289 L: netdev@vger.kernel.org
6290 S: Maintained
6291 F: net/l3mdev
6292 F: include/net/l3mdev.h
6293
6294 LAPB module
6295 L: linux-x25@vger.kernel.org
6296 S: Orphan
6297 F: Documentation/networking/lapb-module.txt
6298 F: include/*/lapb.h
6299 F: net/lapb/
6300
6301 LASI 53c700 driver for PARISC
6302 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6303 L: linux-scsi@vger.kernel.org
6304 S: Maintained
6305 F: Documentation/scsi/53c700.txt
6306 F: drivers/scsi/53c700*
6307
6308 LED SUBSYSTEM
6309 M: Richard Purdie <rpurdie@rpsys.net>
6310 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6311 L: linux-leds@vger.kernel.org
6312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6313 S: Maintained
6314 F: drivers/leds/
6315 F: include/linux/leds.h
6316
6317 LEGACY EEPROM DRIVER
6318 M: Jean Delvare <jdelvare@suse.com>
6319 S: Maintained
6320 F: Documentation/misc-devices/eeprom
6321 F: drivers/misc/eeprom/eeprom.c
6322
6323 LEGO USB Tower driver
6324 M: Juergen Stuber <starblue@users.sourceforge.net>
6325 L: legousb-devel@lists.sourceforge.net
6326 W: http://legousb.sourceforge.net/
6327 S: Maintained
6328 F: drivers/usb/misc/legousbtower.c
6329
6330 LG2160 MEDIA DRIVER
6331 M: Michael Krufky <mkrufky@linuxtv.org>
6332 L: linux-media@vger.kernel.org
6333 W: http://linuxtv.org/
6334 W: http://github.com/mkrufky
6335 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6336 T: git git://linuxtv.org/mkrufky/tuners.git
6337 S: Maintained
6338 F: drivers/media/dvb-frontends/lg2160.*
6339
6340 LGDT3305 MEDIA DRIVER
6341 M: Michael Krufky <mkrufky@linuxtv.org>
6342 L: linux-media@vger.kernel.org
6343 W: http://linuxtv.org/
6344 W: http://github.com/mkrufky
6345 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6346 T: git git://linuxtv.org/mkrufky/tuners.git
6347 S: Maintained
6348 F: drivers/media/dvb-frontends/lgdt3305.*
6349
6350 LGUEST
6351 M: Rusty Russell <rusty@rustcorp.com.au>
6352 L: lguest@lists.ozlabs.org
6353 W: http://lguest.ozlabs.org/
6354 S: Odd Fixes
6355 F: arch/x86/include/asm/lguest*.h
6356 F: arch/x86/lguest/
6357 F: drivers/lguest/
6358 F: include/linux/lguest*.h
6359 F: tools/lguest/
6360
6361 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6362 M: Tejun Heo <tj@kernel.org>
6363 L: linux-ide@vger.kernel.org
6364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6365 S: Maintained
6366 F: drivers/ata/
6367 F: include/linux/ata.h
6368 F: include/linux/libata.h
6369
6370 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6371 M: Viresh Kumar <vireshk@kernel.org>
6372 L: linux-ide@vger.kernel.org
6373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6374 S: Maintained
6375 F: include/linux/pata_arasan_cf_data.h
6376 F: drivers/ata/pata_arasan_cf.c
6377
6378 LIBATA PATA DRIVERS
6379 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6380 M: Tejun Heo <tj@kernel.org>
6381 L: linux-ide@vger.kernel.org
6382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6383 S: Maintained
6384 F: drivers/ata/pata_*.c
6385 F: drivers/ata/ata_generic.c
6386
6387 LIBATA SATA AHCI PLATFORM devices support
6388 M: Hans de Goede <hdegoede@redhat.com>
6389 M: Tejun Heo <tj@kernel.org>
6390 L: linux-ide@vger.kernel.org
6391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6392 S: Maintained
6393 F: drivers/ata/ahci_platform.c
6394 F: drivers/ata/libahci_platform.c
6395 F: include/linux/ahci_platform.h
6396
6397 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6398 M: Mikael Pettersson <mikpelinux@gmail.com>
6399 L: linux-ide@vger.kernel.org
6400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6401 S: Maintained
6402 F: drivers/ata/sata_promise.*
6403
6404 LIBLOCKDEP
6405 M: Sasha Levin <sasha.levin@oracle.com>
6406 S: Maintained
6407 F: tools/lib/lockdep/
6408
6409 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6410 M: Dan Williams <dan.j.williams@intel.com>
6411 L: linux-nvdimm@lists.01.org
6412 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6413 S: Supported
6414 F: drivers/nvdimm/*
6415 F: include/linux/nd.h
6416 F: include/linux/libnvdimm.h
6417 F: include/uapi/linux/ndctl.h
6418
6419 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6420 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6421 L: linux-nvdimm@lists.01.org
6422 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6423 S: Supported
6424 F: drivers/nvdimm/blk.c
6425 F: drivers/nvdimm/region_devs.c
6426 F: drivers/acpi/nfit*
6427
6428 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6429 M: Vishal Verma <vishal.l.verma@intel.com>
6430 L: linux-nvdimm@lists.01.org
6431 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6432 S: Supported
6433 F: drivers/nvdimm/btt*
6434
6435 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6436 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6437 L: linux-nvdimm@lists.01.org
6438 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6439 S: Supported
6440 F: drivers/nvdimm/pmem.c
6441 F: include/linux/pmem.h
6442 F: arch/*/include/asm/pmem.h
6443
6444 LIGHTNVM PLATFORM SUPPORT
6445 M: Matias Bjorling <mb@lightnvm.io>
6446 W: http://github/OpenChannelSSD
6447 L: linux-block@vger.kernel.org
6448 S: Maintained
6449 F: drivers/lightnvm/
6450 F: include/linux/lightnvm.h
6451 F: include/uapi/linux/lightnvm.h
6452
6453 LINUX FOR IBM pSERIES (RS/6000)
6454 M: Paul Mackerras <paulus@au.ibm.com>
6455 W: http://www.ibm.com/linux/ltc/projects/ppc
6456 S: Supported
6457 F: arch/powerpc/boot/rs6000.h
6458
6459 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6460 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6461 M: Paul Mackerras <paulus@samba.org>
6462 M: Michael Ellerman <mpe@ellerman.id.au>
6463 W: http://www.penguinppc.org/
6464 L: linuxppc-dev@lists.ozlabs.org
6465 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6467 S: Supported
6468 F: Documentation/powerpc/
6469 F: arch/powerpc/
6470
6471 LINUX FOR POWER MACINTOSH
6472 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6473 W: http://www.penguinppc.org/
6474 L: linuxppc-dev@lists.ozlabs.org
6475 S: Maintained
6476 F: arch/powerpc/platforms/powermac/
6477 F: drivers/macintosh/
6478
6479 LINUX FOR POWERPC EMBEDDED MPC5XXX
6480 M: Anatolij Gustschin <agust@denx.de>
6481 L: linuxppc-dev@lists.ozlabs.org
6482 T: git git://git.denx.de/linux-denx-agust.git
6483 S: Maintained
6484 F: arch/powerpc/platforms/512x/
6485 F: arch/powerpc/platforms/52xx/
6486
6487 LINUX FOR POWERPC EMBEDDED PPC4XX
6488 M: Alistair Popple <alistair@popple.id.au>
6489 M: Matt Porter <mporter@kernel.crashing.org>
6490 W: http://www.penguinppc.org/
6491 L: linuxppc-dev@lists.ozlabs.org
6492 S: Maintained
6493 F: arch/powerpc/platforms/40x/
6494 F: arch/powerpc/platforms/44x/
6495
6496 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6497 L: linuxppc-dev@lists.ozlabs.org
6498 S: Orphan
6499 F: arch/powerpc/*/*virtex*
6500 F: arch/powerpc/*/*/*virtex*
6501
6502 LINUX FOR POWERPC EMBEDDED PPC8XX
6503 M: Vitaly Bordug <vitb@kernel.crashing.org>
6504 W: http://www.penguinppc.org/
6505 L: linuxppc-dev@lists.ozlabs.org
6506 S: Maintained
6507 F: arch/powerpc/platforms/8xx/
6508
6509 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6510 M: Scott Wood <scottwood@freescale.com>
6511 M: Kumar Gala <galak@kernel.crashing.org>
6512 W: http://www.penguinppc.org/
6513 L: linuxppc-dev@lists.ozlabs.org
6514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6515 S: Maintained
6516 F: arch/powerpc/platforms/83xx/
6517 F: arch/powerpc/platforms/85xx/
6518
6519 LINUX FOR POWERPC PA SEMI PWRFICIENT
6520 M: Olof Johansson <olof@lixom.net>
6521 L: linuxppc-dev@lists.ozlabs.org
6522 S: Maintained
6523 F: arch/powerpc/platforms/pasemi/
6524 F: drivers/*/*pasemi*
6525 F: drivers/*/*/*pasemi*
6526
6527 LINUX SECURITY MODULE (LSM) FRAMEWORK
6528 M: Chris Wright <chrisw@sous-sol.org>
6529 L: linux-security-module@vger.kernel.org
6530 S: Supported
6531
6532 LIS3LV02D ACCELEROMETER DRIVER
6533 M: Eric Piel <eric.piel@tremplin-utc.net>
6534 S: Maintained
6535 F: Documentation/misc-devices/lis3lv02d
6536 F: drivers/misc/lis3lv02d/
6537 F: drivers/platform/x86/hp_accel.c
6538
6539 LIVE PATCHING
6540 M: Josh Poimboeuf <jpoimboe@redhat.com>
6541 M: Seth Jennings <sjenning@redhat.com>
6542 M: Jiri Kosina <jikos@kernel.org>
6543 M: Vojtech Pavlik <vojtech@suse.com>
6544 S: Maintained
6545 F: kernel/livepatch/
6546 F: include/linux/livepatch.h
6547 F: arch/x86/include/asm/livepatch.h
6548 F: arch/x86/kernel/livepatch.c
6549 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6550 F: samples/livepatch/
6551 L: live-patching@vger.kernel.org
6552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6553
6554 LLC (802.2)
6555 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6556 S: Maintained
6557 F: include/linux/llc.h
6558 F: include/uapi/linux/llc.h
6559 F: include/net/llc*
6560 F: net/llc/
6561
6562 LM73 HARDWARE MONITOR DRIVER
6563 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6564 L: linux-hwmon@vger.kernel.org
6565 S: Maintained
6566 F: drivers/hwmon/lm73.c
6567
6568 LM78 HARDWARE MONITOR DRIVER
6569 M: Jean Delvare <jdelvare@suse.com>
6570 L: linux-hwmon@vger.kernel.org
6571 S: Maintained
6572 F: Documentation/hwmon/lm78
6573 F: drivers/hwmon/lm78.c
6574
6575 LM83 HARDWARE MONITOR DRIVER
6576 M: Jean Delvare <jdelvare@suse.com>
6577 L: linux-hwmon@vger.kernel.org
6578 S: Maintained
6579 F: Documentation/hwmon/lm83
6580 F: drivers/hwmon/lm83.c
6581
6582 LM90 HARDWARE MONITOR DRIVER
6583 M: Jean Delvare <jdelvare@suse.com>
6584 L: linux-hwmon@vger.kernel.org
6585 S: Maintained
6586 F: Documentation/hwmon/lm90
6587 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6588 F: drivers/hwmon/lm90.c
6589
6590 LM95234 HARDWARE MONITOR DRIVER
6591 M: Guenter Roeck <linux@roeck-us.net>
6592 L: linux-hwmon@vger.kernel.org
6593 S: Maintained
6594 F: Documentation/hwmon/lm95234
6595 F: drivers/hwmon/lm95234.c
6596
6597 LME2510 MEDIA DRIVER
6598 M: Malcolm Priestley <tvboxspy@gmail.com>
6599 L: linux-media@vger.kernel.org
6600 W: http://linuxtv.org/
6601 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6602 S: Maintained
6603 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6604
6605 LOCKDEP AND LOCKSTAT
6606 M: Peter Zijlstra <peterz@infradead.org>
6607 M: Ingo Molnar <mingo@redhat.com>
6608 L: linux-kernel@vger.kernel.org
6609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6610 S: Maintained
6611 F: Documentation/locking/lockdep*.txt
6612 F: Documentation/locking/lockstat.txt
6613 F: include/linux/lockdep.h
6614 F: kernel/locking/
6615
6616 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6617 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6618 L: linux-ntfs-dev@lists.sourceforge.net
6619 W: http://www.linux-ntfs.org/content/view/19/37/
6620 S: Maintained
6621 F: Documentation/ldm.txt
6622 F: block/partitions/ldm.*
6623
6624 LogFS
6625 M: Joern Engel <joern@logfs.org>
6626 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6627 L: logfs@logfs.org
6628 W: logfs.org
6629 S: Maintained
6630 F: fs/logfs/
6631
6632 LPC32XX MACHINE SUPPORT
6633 M: Roland Stigge <stigge@antcom.de>
6634 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6635 S: Maintained
6636 F: arch/arm/mach-lpc32xx/
6637
6638 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6639 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6640 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6641 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6642 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6643 L: MPT-FusionLinux.pdl@avagotech.com
6644 L: linux-scsi@vger.kernel.org
6645 W: http://www.lsilogic.com/support
6646 S: Supported
6647 F: drivers/message/fusion/
6648 F: drivers/scsi/mpt2sas/
6649 F: drivers/scsi/mpt3sas/
6650
6651 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6652 M: Matthew Wilcox <matthew@wil.cx>
6653 L: linux-scsi@vger.kernel.org
6654 S: Maintained
6655 F: drivers/scsi/sym53c8xx_2/
6656
6657 LTC4261 HARDWARE MONITOR DRIVER
6658 M: Guenter Roeck <linux@roeck-us.net>
6659 L: linux-hwmon@vger.kernel.org
6660 S: Maintained
6661 F: Documentation/hwmon/ltc4261
6662 F: drivers/hwmon/ltc4261.c
6663
6664 LTP (Linux Test Project)
6665 M: Mike Frysinger <vapier@gentoo.org>
6666 M: Cyril Hrubis <chrubis@suse.cz>
6667 M: Wanlong Gao <wanlong.gao@gmail.com>
6668 M: Jan Stancek <jstancek@redhat.com>
6669 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6670 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6671 L: ltp@lists.linux.it (subscribers-only)
6672 W: http://linux-test-project.github.io/
6673 T: git git://github.com/linux-test-project/ltp.git
6674 S: Maintained
6675
6676 M32R ARCHITECTURE
6677 W: http://www.linux-m32r.org/
6678 S: Orphan
6679 F: arch/m32r/
6680
6681 M68K ARCHITECTURE
6682 M: Geert Uytterhoeven <geert@linux-m68k.org>
6683 L: linux-m68k@lists.linux-m68k.org
6684 W: http://www.linux-m68k.org/
6685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6686 S: Maintained
6687 F: arch/m68k/
6688 F: drivers/zorro/
6689
6690 M68K ON APPLE MACINTOSH
6691 M: Joshua Thompson <funaho@jurai.org>
6692 W: http://www.mac.linux-m68k.org/
6693 L: linux-m68k@lists.linux-m68k.org
6694 S: Maintained
6695 F: arch/m68k/mac/
6696
6697 M68K ON HP9000/300
6698 M: Philip Blundell <philb@gnu.org>
6699 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6700 S: Maintained
6701 F: arch/m68k/hp300/
6702
6703 M88DS3103 MEDIA DRIVER
6704 M: Antti Palosaari <crope@iki.fi>
6705 L: linux-media@vger.kernel.org
6706 W: http://linuxtv.org/
6707 W: http://palosaari.fi/linux/
6708 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6709 T: git git://linuxtv.org/anttip/media_tree.git
6710 S: Maintained
6711 F: drivers/media/dvb-frontends/m88ds3103*
6712
6713 M88RS2000 MEDIA DRIVER
6714 M: Malcolm Priestley <tvboxspy@gmail.com>
6715 L: linux-media@vger.kernel.org
6716 W: http://linuxtv.org/
6717 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6718 S: Maintained
6719 F: drivers/media/dvb-frontends/m88rs2000*
6720
6721 MA901 MASTERKIT USB FM RADIO DRIVER
6722 M: Alexey Klimov <klimov.linux@gmail.com>
6723 L: linux-media@vger.kernel.org
6724 T: git git://linuxtv.org/media_tree.git
6725 S: Maintained
6726 F: drivers/media/radio/radio-ma901.c
6727
6728 MAC80211
6729 M: Johannes Berg <johannes@sipsolutions.net>
6730 L: linux-wireless@vger.kernel.org
6731 W: http://wireless.kernel.org/
6732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6734 S: Maintained
6735 F: Documentation/networking/mac80211-injection.txt
6736 F: include/net/mac80211.h
6737 F: net/mac80211/
6738
6739 MACVLAN DRIVER
6740 M: Patrick McHardy <kaber@trash.net>
6741 L: netdev@vger.kernel.org
6742 S: Maintained
6743 F: drivers/net/macvlan.c
6744 F: include/linux/if_macvlan.h
6745
6746 MAILBOX API
6747 M: Jassi Brar <jassisinghbrar@gmail.com>
6748 L: linux-kernel@vger.kernel.org
6749 S: Maintained
6750 F: drivers/mailbox/
6751 F: include/linux/mailbox_client.h
6752 F: include/linux/mailbox_controller.h
6753
6754 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6755 M: Michael Kerrisk <mtk.manpages@gmail.com>
6756 W: http://www.kernel.org/doc/man-pages
6757 L: linux-man@vger.kernel.org
6758 S: Maintained
6759
6760 MARVELL ARMADA DRM SUPPORT
6761 M: Russell King <rmk+kernel@arm.linux.org.uk>
6762 S: Maintained
6763 F: drivers/gpu/drm/armada/
6764
6765 MARVELL 88E6352 DSA support
6766 M: Guenter Roeck <linux@roeck-us.net>
6767 S: Maintained
6768 F: drivers/net/dsa/mv88e6352.c
6769
6770 MARVELL CRYPTO DRIVER
6771 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6772 M: Arnaud Ebalard <arno@natisbad.org>
6773 F: drivers/crypto/marvell/
6774 S: Maintained
6775 L: linux-crypto@vger.kernel.org
6776
6777 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6778 M: Mirko Lindner <mlindner@marvell.com>
6779 M: Stephen Hemminger <stephen@networkplumber.org>
6780 L: netdev@vger.kernel.org
6781 S: Maintained
6782 F: drivers/net/ethernet/marvell/sk*
6783
6784 MARVELL LIBERTAS WIRELESS DRIVER
6785 L: libertas-dev@lists.infradead.org
6786 S: Orphan
6787 F: drivers/net/wireless/libertas/
6788
6789 MARVELL MV643XX ETHERNET DRIVER
6790 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6791 L: netdev@vger.kernel.org
6792 S: Maintained
6793 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6794 F: include/linux/mv643xx.h
6795
6796 MARVELL MVNETA ETHERNET DRIVER
6797 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6798 L: netdev@vger.kernel.org
6799 S: Maintained
6800 F: drivers/net/ethernet/marvell/mvneta.*
6801
6802 MARVELL MWIFIEX WIRELESS DRIVER
6803 M: Amitkumar Karwar <akarwar@marvell.com>
6804 M: Nishant Sarmukadam <nishants@marvell.com>
6805 L: linux-wireless@vger.kernel.org
6806 S: Maintained
6807 F: drivers/net/wireless/mwifiex/
6808
6809 MARVELL MWL8K WIRELESS DRIVER
6810 M: Lennert Buytenhek <buytenh@wantstofly.org>
6811 L: linux-wireless@vger.kernel.org
6812 S: Odd Fixes
6813 F: drivers/net/wireless/mwl8k.c
6814
6815 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6816 M: Nicolas Pitre <nico@fluxnic.net>
6817 S: Odd Fixes
6818 F: drivers/mmc/host/mvsdio.*
6819
6820 MATROX FRAMEBUFFER DRIVER
6821 L: linux-fbdev@vger.kernel.org
6822 S: Orphan
6823 F: drivers/video/fbdev/matrox/matroxfb_*
6824 F: include/uapi/linux/matroxfb.h
6825
6826 MAX16065 HARDWARE MONITOR DRIVER
6827 M: Guenter Roeck <linux@roeck-us.net>
6828 L: linux-hwmon@vger.kernel.org
6829 S: Maintained
6830 F: Documentation/hwmon/max16065
6831 F: drivers/hwmon/max16065.c
6832
6833 MAX20751 HARDWARE MONITOR DRIVER
6834 M: Guenter Roeck <linux@roeck-us.net>
6835 L: linux-hwmon@vger.kernel.org
6836 S: Maintained
6837 F: Documentation/hwmon/max20751
6838 F: drivers/hwmon/max20751.c
6839
6840 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6841 M: "Hans J. Koch" <hjk@hansjkoch.de>
6842 L: linux-hwmon@vger.kernel.org
6843 S: Maintained
6844 F: Documentation/hwmon/max6650
6845 F: drivers/hwmon/max6650.c
6846
6847 MAX6697 HARDWARE MONITOR DRIVER
6848 M: Guenter Roeck <linux@roeck-us.net>
6849 L: linux-hwmon@vger.kernel.org
6850 S: Maintained
6851 F: Documentation/hwmon/max6697
6852 F: Documentation/devicetree/bindings/i2c/max6697.txt
6853 F: drivers/hwmon/max6697.c
6854 F: include/linux/platform_data/max6697.h
6855
6856 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6857 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6858 L: linux-pm@vger.kernel.org
6859 S: Supported
6860 F: drivers/power/max14577_charger.c
6861 F: drivers/power/max77693_charger.c
6862
6863 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6864 M: Javier Martinez Canillas <javier@osg.samsung.com>
6865 L: linux-kernel@vger.kernel.org
6866 S: Supported
6867 F: drivers/*/*max77802.c
6868 F: Documentation/devicetree/bindings/*/*max77802.txt
6869 F: include/dt-bindings/*/*max77802.h
6870
6871 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6872 M: Chanwoo Choi <cw00.choi@samsung.com>
6873 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6874 L: linux-kernel@vger.kernel.org
6875 S: Supported
6876 F: drivers/*/max14577.c
6877 F: drivers/*/max77686.c
6878 F: drivers/*/max77693.c
6879 F: drivers/extcon/extcon-max14577.c
6880 F: drivers/extcon/extcon-max77693.c
6881 F: drivers/rtc/rtc-max77686.c
6882 F: drivers/clk/clk-max77686.c
6883 F: Documentation/devicetree/bindings/mfd/max14577.txt
6884 F: Documentation/devicetree/bindings/*/max77686.txt
6885 F: Documentation/devicetree/bindings/mfd/max77693.txt
6886 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6887 F: include/linux/mfd/max14577*.h
6888 F: include/linux/mfd/max77686*.h
6889 F: include/linux/mfd/max77693*.h
6890
6891 MAXIRADIO FM RADIO RECEIVER DRIVER
6892 M: Hans Verkuil <hverkuil@xs4all.nl>
6893 L: linux-media@vger.kernel.org
6894 T: git git://linuxtv.org/media_tree.git
6895 W: http://linuxtv.org
6896 S: Maintained
6897 F: drivers/media/radio/radio-maxiradio*
6898
6899 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6900 M: Peter Rosin <peda@axentia.se>
6901 L: linux-iio@vger.kernel.org
6902 S: Maintained
6903 F: drivers/iio/potentiometer/mcp4531.c
6904
6905 MEDIA DRIVERS FOR RENESAS - VSP1
6906 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6907 L: linux-media@vger.kernel.org
6908 L: linux-sh@vger.kernel.org
6909 T: git git://linuxtv.org/media_tree.git
6910 S: Supported
6911 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6912 F: drivers/media/platform/vsp1/
6913
6914 MEDIA DRIVERS FOR ASCOT2E
6915 M: Sergey Kozlov <serjk@netup.ru>
6916 L: linux-media@vger.kernel.org
6917 W: http://linuxtv.org
6918 W: http://netup.tv/
6919 T: git git://linuxtv.org/media_tree.git
6920 S: Supported
6921 F: drivers/media/dvb-frontends/ascot2e*
6922
6923 MEDIA DRIVERS FOR CXD2841ER
6924 M: Sergey Kozlov <serjk@netup.ru>
6925 L: linux-media@vger.kernel.org
6926 W: http://linuxtv.org/
6927 W: http://netup.tv/
6928 T: git git://linuxtv.org/media_tree.git
6929 S: Supported
6930 F: drivers/media/dvb-frontends/cxd2841er*
6931
6932 MEDIA DRIVERS FOR HORUS3A
6933 M: Sergey Kozlov <serjk@netup.ru>
6934 L: linux-media@vger.kernel.org
6935 W: http://linuxtv.org/
6936 W: http://netup.tv/
6937 T: git git://linuxtv.org/media_tree.git
6938 S: Supported
6939 F: drivers/media/dvb-frontends/horus3a*
6940
6941 MEDIA DRIVERS FOR LNBH25
6942 M: Sergey Kozlov <serjk@netup.ru>
6943 L: linux-media@vger.kernel.org
6944 W: http://linuxtv.org/
6945 W: http://netup.tv/
6946 T: git git://linuxtv.org/media_tree.git
6947 S: Supported
6948 F: drivers/media/dvb-frontends/lnbh25*
6949
6950 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6951 M: Sergey Kozlov <serjk@netup.ru>
6952 L: linux-media@vger.kernel.org
6953 W: http://linuxtv.org/
6954 W: http://netup.tv/
6955 T: git git://linuxtv.org/media_tree.git
6956 S: Supported
6957 F: drivers/media/pci/netup_unidvb/*
6958
6959 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6960 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6961 P: LinuxTV.org Project
6962 L: linux-media@vger.kernel.org
6963 W: http://linuxtv.org
6964 Q: http://patchwork.kernel.org/project/linux-media/list/
6965 T: git git://linuxtv.org/media_tree.git
6966 S: Maintained
6967 F: Documentation/dvb/
6968 F: Documentation/video4linux/
6969 F: Documentation/DocBook/media/
6970 F: drivers/media/
6971 F: drivers/staging/media/
6972 F: include/media/
6973 F: include/uapi/linux/dvb/
6974 F: include/uapi/linux/videodev2.h
6975 F: include/uapi/linux/media.h
6976 F: include/uapi/linux/v4l2-*
6977 F: include/uapi/linux/meye.h
6978 F: include/uapi/linux/ivtv*
6979 F: include/uapi/linux/uvcvideo.h
6980
6981 MEDIATEK MT7601U WIRELESS LAN DRIVER
6982 M: Jakub Kicinski <kubakici@wp.pl>
6983 L: linux-wireless@vger.kernel.org
6984 S: Maintained
6985 F: drivers/net/wireless/mediatek/mt7601u/
6986
6987 MEGARAID SCSI/SAS DRIVERS
6988 M: Kashyap Desai <kashyap.desai@avagotech.com>
6989 M: Sumit Saxena <sumit.saxena@avagotech.com>
6990 M: Uday Lingala <uday.lingala@avagotech.com>
6991 L: megaraidlinux.pdl@avagotech.com
6992 L: linux-scsi@vger.kernel.org
6993 W: http://www.lsi.com
6994 S: Maintained
6995 F: Documentation/scsi/megaraid.txt
6996 F: drivers/scsi/megaraid.*
6997 F: drivers/scsi/megaraid/
6998
6999 MELLANOX ETHERNET DRIVER (mlx4_en)
7000 M: Eugenia Emantayev <eugenia@mellanox.com>
7001 L: netdev@vger.kernel.org
7002 S: Supported
7003 W: http://www.mellanox.com
7004 Q: http://patchwork.ozlabs.org/project/netdev/list/
7005 F: drivers/net/ethernet/mellanox/mlx4/en_*
7006
7007 MELLANOX ETHERNET DRIVER (mlx5e)
7008 M: Saeed Mahameed <saeedm@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/mlx5/core/en_*
7014
7015 MELLANOX ETHERNET SWITCH DRIVERS
7016 M: Jiri Pirko <jiri@mellanox.com>
7017 M: Ido Schimmel <idosch@mellanox.com>
7018 L: netdev@vger.kernel.org
7019 S: Supported
7020 W: http://www.mellanox.com
7021 Q: http://patchwork.ozlabs.org/project/netdev/list/
7022 F: drivers/net/ethernet/mellanox/mlxsw/
7023
7024 MEMBARRIER SUPPORT
7025 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7026 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7027 L: linux-kernel@vger.kernel.org
7028 S: Supported
7029 F: kernel/membarrier.c
7030 F: include/uapi/linux/membarrier.h
7031
7032 MEMORY MANAGEMENT
7033 L: linux-mm@kvack.org
7034 W: http://www.linux-mm.org
7035 S: Maintained
7036 F: include/linux/mm.h
7037 F: include/linux/gfp.h
7038 F: include/linux/mmzone.h
7039 F: include/linux/memory_hotplug.h
7040 F: include/linux/vmalloc.h
7041 F: mm/
7042
7043 MEMORY TECHNOLOGY DEVICES (MTD)
7044 M: David Woodhouse <dwmw2@infradead.org>
7045 M: Brian Norris <computersforpeace@gmail.com>
7046 L: linux-mtd@lists.infradead.org
7047 W: http://www.linux-mtd.infradead.org/
7048 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7049 T: git git://git.infradead.org/linux-mtd.git
7050 T: git git://git.infradead.org/l2-mtd.git
7051 S: Maintained
7052 F: drivers/mtd/
7053 F: include/linux/mtd/
7054 F: include/uapi/mtd/
7055
7056 MEN A21 WATCHDOG DRIVER
7057 M: Johannes Thumshirn <morbidrsa@gmail.com>
7058 L: linux-watchdog@vger.kernel.org
7059 S: Maintained
7060 F: drivers/watchdog/mena21_wdt.c
7061
7062 MEN CHAMELEON BUS (mcb)
7063 M: Johannes Thumshirn <morbidrsa@gmail.com>
7064 S: Maintained
7065 F: drivers/mcb/
7066 F: include/linux/mcb.h
7067 F: Documentation/men-chameleon-bus.txt
7068
7069 MEN F21BMC (Board Management Controller)
7070 M: Andreas Werner <andreas.werner@men.de>
7071 S: Supported
7072 F: drivers/mfd/menf21bmc.c
7073 F: drivers/watchdog/menf21bmc_wdt.c
7074 F: drivers/leds/leds-menf21bmc.c
7075 F: drivers/hwmon/menf21bmc_hwmon.c
7076 F: Documentation/hwmon/menf21bmc
7077
7078 METAG ARCHITECTURE
7079 M: James Hogan <james.hogan@imgtec.com>
7080 L: linux-metag@vger.kernel.org
7081 S: Odd Fixes
7082 F: arch/metag/
7083 F: Documentation/metag/
7084 F: Documentation/devicetree/bindings/metag/
7085 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7086 F: drivers/clocksource/metag_generic.c
7087 F: drivers/irqchip/irq-metag.c
7088 F: drivers/irqchip/irq-metag-ext.c
7089 F: drivers/tty/metag_da.c
7090
7091 MICROBLAZE ARCHITECTURE
7092 M: Michal Simek <monstr@monstr.eu>
7093 W: http://www.monstr.eu/fdt/
7094 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7095 S: Supported
7096 F: arch/microblaze/
7097
7098 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7099 M: Chen Yu <yu.c.chen@intel.com>
7100 L: platform-driver-x86@vger.kernel.org
7101 S: Supported
7102 F: drivers/platform/x86/surfacepro3_button.c
7103
7104 MICROTEK X6 SCANNER
7105 M: Oliver Neukum <oliver@neukum.org>
7106 S: Maintained
7107 F: drivers/usb/image/microtek.*
7108
7109 MIPS
7110 M: Ralf Baechle <ralf@linux-mips.org>
7111 L: linux-mips@linux-mips.org
7112 W: http://www.linux-mips.org/
7113 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7114 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7115 S: Supported
7116 F: Documentation/mips/
7117 F: arch/mips/
7118
7119 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7120 M: Hans Verkuil <hverkuil@xs4all.nl>
7121 L: linux-media@vger.kernel.org
7122 T: git git://linuxtv.org/media_tree.git
7123 W: http://linuxtv.org
7124 S: Odd Fixes
7125 F: drivers/media/radio/radio-miropcm20*
7126
7127 Mellanox MLX5 core VPI driver
7128 M: Eli Cohen <eli@mellanox.com>
7129 L: netdev@vger.kernel.org
7130 L: linux-rdma@vger.kernel.org
7131 W: http://www.mellanox.com
7132 Q: http://patchwork.ozlabs.org/project/netdev/list/
7133 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7134 T: git git://openfabrics.org/~eli/connect-ib.git
7135 S: Supported
7136 F: drivers/net/ethernet/mellanox/mlx5/core/
7137 F: include/linux/mlx5/
7138
7139 Mellanox MLX5 IB driver
7140 M: Eli Cohen <eli@mellanox.com>
7141 L: linux-rdma@vger.kernel.org
7142 W: http://www.mellanox.com
7143 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7144 T: git git://openfabrics.org/~eli/connect-ib.git
7145 S: Supported
7146 F: include/linux/mlx5/
7147 F: drivers/infiniband/hw/mlx5/
7148
7149 MELEXIS MLX90614 DRIVER
7150 M: Crt Mori <cmo@melexis.com>
7151 L: linux-iio@vger.kernel.org
7152 W: http://www.melexis.com
7153 S: Supported
7154 F: drivers/iio/temperature/mlx90614.c
7155
7156 MN88472 MEDIA DRIVER
7157 M: Antti Palosaari <crope@iki.fi>
7158 L: linux-media@vger.kernel.org
7159 W: http://linuxtv.org/
7160 W: http://palosaari.fi/linux/
7161 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7162 T: git git://linuxtv.org/anttip/media_tree.git
7163 S: Maintained
7164 F: drivers/staging/media/mn88472/
7165 F: drivers/media/dvb-frontends/mn88472.h
7166
7167 MN88473 MEDIA DRIVER
7168 M: Antti Palosaari <crope@iki.fi>
7169 L: linux-media@vger.kernel.org
7170 W: http://linuxtv.org/
7171 W: http://palosaari.fi/linux/
7172 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7173 T: git git://linuxtv.org/anttip/media_tree.git
7174 S: Maintained
7175 F: drivers/staging/media/mn88473/
7176 F: drivers/media/dvb-frontends/mn88473.h
7177
7178 MODULE SUPPORT
7179 M: Rusty Russell <rusty@rustcorp.com.au>
7180 S: Maintained
7181 F: include/linux/module.h
7182 F: kernel/module.c
7183
7184 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7185 W: http://popies.net/meye/
7186 S: Orphan
7187 F: Documentation/video4linux/meye.txt
7188 F: drivers/media/pci/meye/
7189 F: include/uapi/linux/meye.h
7190
7191 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7192 M: Jiri Slaby <jirislaby@gmail.com>
7193 S: Maintained
7194 F: Documentation/serial/moxa-smartio
7195 F: drivers/tty/mxser.*
7196
7197 MR800 AVERMEDIA USB FM RADIO DRIVER
7198 M: Alexey Klimov <klimov.linux@gmail.com>
7199 L: linux-media@vger.kernel.org
7200 T: git git://linuxtv.org/media_tree.git
7201 S: Maintained
7202 F: drivers/media/radio/radio-mr800.c
7203
7204 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7205 M: Alan Ott <alan@signal11.us>
7206 L: linux-wpan@vger.kernel.org
7207 S: Maintained
7208 F: drivers/net/ieee802154/mrf24j40.c
7209 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7210
7211 MSI LAPTOP SUPPORT
7212 M: "Lee, Chun-Yi" <jlee@suse.com>
7213 L: platform-driver-x86@vger.kernel.org
7214 S: Maintained
7215 F: drivers/platform/x86/msi-laptop.c
7216
7217 MSI WMI SUPPORT
7218 L: platform-driver-x86@vger.kernel.org
7219 S: Orphan
7220 F: drivers/platform/x86/msi-wmi.c
7221
7222 MSI001 MEDIA DRIVER
7223 M: Antti Palosaari <crope@iki.fi>
7224 L: linux-media@vger.kernel.org
7225 W: http://linuxtv.org/
7226 W: http://palosaari.fi/linux/
7227 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7228 T: git git://linuxtv.org/anttip/media_tree.git
7229 S: Maintained
7230 F: drivers/media/tuners/msi001*
7231
7232 MSI2500 MEDIA DRIVER
7233 M: Antti Palosaari <crope@iki.fi>
7234 L: linux-media@vger.kernel.org
7235 W: http://linuxtv.org/
7236 W: http://palosaari.fi/linux/
7237 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7238 T: git git://linuxtv.org/anttip/media_tree.git
7239 S: Maintained
7240 F: drivers/media/usb/msi2500/
7241
7242 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7243 M: Robert Jarzmik <robert.jarzmik@free.fr>
7244 L: linux-mtd@lists.infradead.org
7245 S: Maintained
7246 F: drivers/mtd/devices/docg3*
7247
7248 MT9M032 APTINA SENSOR DRIVER
7249 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7250 L: linux-media@vger.kernel.org
7251 T: git git://linuxtv.org/media_tree.git
7252 S: Maintained
7253 F: drivers/media/i2c/mt9m032.c
7254 F: include/media/mt9m032.h
7255
7256 MT9P031 APTINA CAMERA SENSOR
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/mt9p031.c
7262 F: include/media/mt9p031.h
7263
7264 MT9T001 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/mt9t001.c
7270 F: include/media/mt9t001.h
7271
7272 MT9V032 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: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7278 F: drivers/media/i2c/mt9v032.c
7279 F: include/media/mt9v032.h
7280
7281 MULTIFUNCTION DEVICES (MFD)
7282 M: Lee Jones <lee.jones@linaro.org>
7283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7284 S: Supported
7285 F: drivers/mfd/
7286 F: include/linux/mfd/
7287
7288 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7289 M: Ulf Hansson <ulf.hansson@linaro.org>
7290 L: linux-mmc@vger.kernel.org
7291 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7292 S: Maintained
7293 F: drivers/mmc/
7294 F: include/linux/mmc/
7295 F: include/uapi/linux/mmc/
7296
7297 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7298 S: Orphan
7299 F: drivers/mmc/host/mmc_spi.c
7300 F: include/linux/spi/mmc_spi.h
7301
7302 MULTISOUND SOUND DRIVER
7303 M: Andrew Veliath <andrewtv@usa.net>
7304 S: Maintained
7305 F: Documentation/sound/oss/MultiSound
7306 F: sound/oss/msnd*
7307
7308 MULTITECH MULTIPORT CARD (ISICOM)
7309 S: Orphan
7310 F: drivers/tty/isicom.c
7311 F: include/linux/isicom.h
7312
7313 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7314 M: Felipe Balbi <balbi@ti.com>
7315 L: linux-usb@vger.kernel.org
7316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7317 S: Maintained
7318 F: drivers/usb/musb/
7319
7320 MXL5007T MEDIA DRIVER
7321 M: Michael Krufky <mkrufky@linuxtv.org>
7322 L: linux-media@vger.kernel.org
7323 W: http://linuxtv.org/
7324 W: http://github.com/mkrufky
7325 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7326 T: git git://linuxtv.org/mkrufky/tuners.git
7327 S: Maintained
7328 F: drivers/media/tuners/mxl5007t.*
7329
7330 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7331 M: Hyong-Youb Kim <hykim@myri.com>
7332 L: netdev@vger.kernel.org
7333 W: https://www.myricom.com/support/downloads/myri10ge.html
7334 S: Supported
7335 F: drivers/net/ethernet/myricom/myri10ge/
7336
7337 NATSEMI ETHERNET DRIVER (DP8381x)
7338 S: Orphan
7339 F: drivers/net/ethernet/natsemi/natsemi.c
7340
7341 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7342 M: Daniel Mack <zonque@gmail.com>
7343 S: Maintained
7344 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7345 W: http://www.native-instruments.com
7346 F: sound/usb/caiaq/
7347
7348 NCP FILESYSTEM
7349 M: Petr Vandrovec <petr@vandrovec.name>
7350 S: Odd Fixes
7351 F: fs/ncpfs/
7352
7353 NCR 5380 SCSI DRIVERS
7354 M: Finn Thain <fthain@telegraphics.com.au>
7355 M: Michael Schmitz <schmitzmic@gmail.com>
7356 L: linux-scsi@vger.kernel.org
7357 S: Maintained
7358 F: Documentation/scsi/g_NCR5380.txt
7359 F: drivers/scsi/NCR5380.*
7360 F: drivers/scsi/arm/cumana_1.c
7361 F: drivers/scsi/arm/oak.c
7362 F: drivers/scsi/atari_NCR5380.c
7363 F: drivers/scsi/atari_scsi.*
7364 F: drivers/scsi/dmx3191d.c
7365 F: drivers/scsi/dtc.*
7366 F: drivers/scsi/g_NCR5380.*
7367 F: drivers/scsi/g_NCR5380_mmio.c
7368 F: drivers/scsi/mac_scsi.*
7369 F: drivers/scsi/pas16.*
7370 F: drivers/scsi/sun3_scsi.*
7371 F: drivers/scsi/sun3_scsi_vme.c
7372 F: drivers/scsi/t128.*
7373
7374 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7375 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7376 L: linux-scsi@vger.kernel.org
7377 S: Maintained
7378 F: drivers/scsi/NCR_D700.*
7379
7380 NCT6775 HARDWARE MONITOR DRIVER
7381 M: Guenter Roeck <linux@roeck-us.net>
7382 L: linux-hwmon@vger.kernel.org
7383 S: Maintained
7384 F: Documentation/hwmon/nct6775
7385 F: drivers/hwmon/nct6775.c
7386
7387 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7388 M: Faisal Latif <faisal.latif@intel.com>
7389 L: linux-rdma@vger.kernel.org
7390 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7391 S: Supported
7392 F: drivers/infiniband/hw/nes/
7393
7394 NETEM NETWORK EMULATOR
7395 M: Stephen Hemminger <stephen@networkplumber.org>
7396 L: netem@lists.linux-foundation.org
7397 S: Maintained
7398 F: net/sched/sch_netem.c
7399
7400 NETERION 10GbE DRIVERS (s2io/vxge)
7401 M: Jon Mason <jdmason@kudzu.us>
7402 L: netdev@vger.kernel.org
7403 S: Supported
7404 F: Documentation/networking/s2io.txt
7405 F: Documentation/networking/vxge.txt
7406 F: drivers/net/ethernet/neterion/
7407
7408 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7409 M: Pablo Neira Ayuso <pablo@netfilter.org>
7410 M: Patrick McHardy <kaber@trash.net>
7411 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7412 L: netfilter-devel@vger.kernel.org
7413 L: coreteam@netfilter.org
7414 W: http://www.netfilter.org/
7415 W: http://www.iptables.org/
7416 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7419 S: Supported
7420 F: include/linux/netfilter*
7421 F: include/linux/netfilter/
7422 F: include/net/netfilter/
7423 F: include/uapi/linux/netfilter*
7424 F: include/uapi/linux/netfilter/
7425 F: net/*/netfilter.c
7426 F: net/*/netfilter/
7427 F: net/netfilter/
7428 F: net/bridge/br_netfilter*.c
7429
7430 NETLABEL
7431 M: Paul Moore <paul@paul-moore.com>
7432 W: http://netlabel.sf.net
7433 L: netdev@vger.kernel.org
7434 S: Maintained
7435 F: Documentation/netlabel/
7436 F: include/net/netlabel.h
7437 F: net/netlabel/
7438
7439 NETROM NETWORK LAYER
7440 M: Ralf Baechle <ralf@linux-mips.org>
7441 L: linux-hams@vger.kernel.org
7442 W: http://www.linux-ax25.org/
7443 S: Maintained
7444 F: include/net/netrom.h
7445 F: include/uapi/linux/netrom.h
7446 F: net/netrom/
7447
7448 NETWORK BLOCK DEVICE (NBD)
7449 M: Markus Pargmann <mpa@pengutronix.de>
7450 S: Maintained
7451 L: nbd-general@lists.sourceforge.net
7452 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7453 F: Documentation/blockdev/nbd.txt
7454 F: drivers/block/nbd.c
7455 F: include/uapi/linux/nbd.h
7456
7457 NETWORK DROP MONITOR
7458 M: Neil Horman <nhorman@tuxdriver.com>
7459 L: netdev@vger.kernel.org
7460 S: Maintained
7461 W: https://fedorahosted.org/dropwatch/
7462 F: net/core/drop_monitor.c
7463
7464 NETWORKING [GENERAL]
7465 M: "David S. Miller" <davem@davemloft.net>
7466 L: netdev@vger.kernel.org
7467 W: http://www.linuxfoundation.org/en/Net
7468 Q: http://patchwork.ozlabs.org/project/netdev/list/
7469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7471 S: Maintained
7472 F: net/
7473 F: include/net/
7474 F: include/linux/in.h
7475 F: include/linux/net.h
7476 F: include/linux/netdevice.h
7477 F: include/uapi/linux/in.h
7478 F: include/uapi/linux/net.h
7479 F: include/uapi/linux/netdevice.h
7480 F: include/uapi/linux/net_namespace.h
7481 F: tools/net/
7482 F: tools/testing/selftests/net/
7483 F: lib/random32.c
7484 F: lib/test_bpf.c
7485
7486 NETWORKING [IPv4/IPv6]
7487 M: "David S. Miller" <davem@davemloft.net>
7488 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7489 M: James Morris <jmorris@namei.org>
7490 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7491 M: Patrick McHardy <kaber@trash.net>
7492 L: netdev@vger.kernel.org
7493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7494 S: Maintained
7495 F: net/ipv4/
7496 F: net/ipv6/
7497 F: include/net/ip*
7498 F: arch/x86/net/*
7499
7500 NETWORKING [IPSEC]
7501 M: Steffen Klassert <steffen.klassert@secunet.com>
7502 M: Herbert Xu <herbert@gondor.apana.org.au>
7503 M: "David S. Miller" <davem@davemloft.net>
7504 L: netdev@vger.kernel.org
7505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7507 S: Maintained
7508 F: net/core/flow.c
7509 F: net/xfrm/
7510 F: net/key/
7511 F: net/ipv4/xfrm*
7512 F: net/ipv4/esp4.c
7513 F: net/ipv4/ah4.c
7514 F: net/ipv4/ipcomp.c
7515 F: net/ipv4/ip_vti.c
7516 F: net/ipv6/xfrm*
7517 F: net/ipv6/esp6.c
7518 F: net/ipv6/ah6.c
7519 F: net/ipv6/ipcomp6.c
7520 F: net/ipv6/ip6_vti.c
7521 F: include/uapi/linux/xfrm.h
7522 F: include/net/xfrm.h
7523
7524 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7525 M: Paul Moore <paul@paul-moore.com>
7526 L: netdev@vger.kernel.org
7527 S: Maintained
7528
7529 NETWORKING [WIRELESS]
7530 L: linux-wireless@vger.kernel.org
7531 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7532
7533 NETWORKING DRIVERS
7534 L: netdev@vger.kernel.org
7535 W: http://www.linuxfoundation.org/en/Net
7536 Q: http://patchwork.ozlabs.org/project/netdev/list/
7537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7539 S: Odd Fixes
7540 F: drivers/net/
7541 F: include/linux/if_*
7542 F: include/linux/netdevice.h
7543 F: include/linux/etherdevice.h
7544 F: include/linux/fcdevice.h
7545 F: include/linux/fddidevice.h
7546 F: include/linux/hippidevice.h
7547 F: include/linux/inetdevice.h
7548 F: include/uapi/linux/if_*
7549 F: include/uapi/linux/netdevice.h
7550
7551 NETWORKING DRIVERS (WIRELESS)
7552 M: Kalle Valo <kvalo@codeaurora.org>
7553 L: linux-wireless@vger.kernel.org
7554 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7556 S: Maintained
7557 F: drivers/net/wireless/
7558
7559 NETXEN (1/10) GbE SUPPORT
7560 M: Manish Chopra <manish.chopra@qlogic.com>
7561 M: Sony Chacko <sony.chacko@qlogic.com>
7562 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7563 L: netdev@vger.kernel.org
7564 W: http://www.qlogic.com
7565 S: Supported
7566 F: drivers/net/ethernet/qlogic/netxen/
7567
7568 NFC SUBSYSTEM
7569 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7570 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7571 M: Samuel Ortiz <sameo@linux.intel.com>
7572 L: linux-wireless@vger.kernel.org
7573 L: linux-nfc@lists.01.org (subscribers-only)
7574 S: Supported
7575 F: net/nfc/
7576 F: include/net/nfc/
7577 F: include/uapi/linux/nfc.h
7578 F: drivers/nfc/
7579 F: include/linux/platform_data/pn544.h
7580 F: Documentation/devicetree/bindings/net/nfc/
7581
7582 NFS, SUNRPC, AND LOCKD CLIENTS
7583 M: Trond Myklebust <trond.myklebust@primarydata.com>
7584 M: Anna Schumaker <anna.schumaker@netapp.com>
7585 L: linux-nfs@vger.kernel.org
7586 W: http://client.linux-nfs.org
7587 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7588 S: Maintained
7589 F: fs/lockd/
7590 F: fs/nfs/
7591 F: fs/nfs_common/
7592 F: net/sunrpc/
7593 F: include/linux/lockd/
7594 F: include/linux/nfs*
7595 F: include/linux/sunrpc/
7596 F: include/uapi/linux/nfs*
7597 F: include/uapi/linux/sunrpc/
7598
7599 NILFS2 FILESYSTEM
7600 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7601 L: linux-nilfs@vger.kernel.org
7602 W: http://nilfs.sourceforge.net/
7603 T: git git://github.com/konis/nilfs2.git
7604 S: Supported
7605 F: Documentation/filesystems/nilfs2.txt
7606 F: fs/nilfs2/
7607 F: include/linux/nilfs2_fs.h
7608 F: include/trace/events/nilfs2.h
7609
7610 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7611 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7612 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7613 S: Maintained
7614 F: Documentation/scsi/NinjaSCSI.txt
7615 F: drivers/scsi/pcmcia/nsp_*
7616
7617 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7618 M: GOTO Masanori <gotom@debian.or.jp>
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/nsp32*
7624
7625 NIOS2 ARCHITECTURE
7626 M: Ley Foon Tan <lftan@altera.com>
7627 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7629 S: Maintained
7630 F: arch/nios2/
7631
7632 NOKIA N900 POWER SUPPLY DRIVERS
7633 M: Pali RohĂ¡r <pali.rohar@gmail.com>
7634 S: Maintained
7635 F: include/linux/power/bq2415x_charger.h
7636 F: include/linux/power/bq27xxx_battery.h
7637 F: include/linux/power/isp1704_charger.h
7638 F: drivers/power/bq2415x_charger.c
7639 F: drivers/power/bq27xxx_battery.c
7640 F: drivers/power/isp1704_charger.c
7641 F: drivers/power/rx51_battery.c
7642
7643 NTB DRIVER CORE
7644 M: Jon Mason <jdmason@kudzu.us>
7645 M: Dave Jiang <dave.jiang@intel.com>
7646 M: Allen Hubbe <Allen.Hubbe@emc.com>
7647 L: linux-ntb@googlegroups.com
7648 S: Supported
7649 W: https://github.com/jonmason/ntb/wiki
7650 T: git git://github.com/jonmason/ntb.git
7651 F: drivers/ntb/
7652 F: drivers/net/ntb_netdev.c
7653 F: include/linux/ntb.h
7654 F: include/linux/ntb_transport.h
7655
7656 NTB INTEL DRIVER
7657 M: Jon Mason <jdmason@kudzu.us>
7658 M: Dave Jiang <dave.jiang@intel.com>
7659 L: linux-ntb@googlegroups.com
7660 S: Supported
7661 W: https://github.com/jonmason/ntb/wiki
7662 T: git git://github.com/jonmason/ntb.git
7663 F: drivers/ntb/hw/intel/
7664
7665 NTB AMD DRIVER
7666 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7667 L: linux-ntb@googlegroups.com
7668 S: Supported
7669 F: drivers/ntb/hw/amd/
7670
7671 NTFS FILESYSTEM
7672 M: Anton Altaparmakov <anton@tuxera.com>
7673 L: linux-ntfs-dev@lists.sourceforge.net
7674 W: http://www.tuxera.com/
7675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7676 S: Supported
7677 F: Documentation/filesystems/ntfs.txt
7678 F: fs/ntfs/
7679
7680 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7681 M: Antonino Daplas <adaplas@gmail.com>
7682 L: linux-fbdev@vger.kernel.org
7683 S: Maintained
7684 F: drivers/video/fbdev/riva/
7685 F: drivers/video/fbdev/nvidia/
7686
7687 NVM EXPRESS DRIVER
7688 M: Keith Busch <keith.busch@intel.com>
7689 M: Jens Axboe <axboe@fb.com>
7690 L: linux-nvme@lists.infradead.org
7691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7692 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7693 S: Supported
7694 F: drivers/nvme/host/
7695 F: include/linux/nvme.h
7696
7697 NVMEM FRAMEWORK
7698 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7699 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7700 S: Maintained
7701 F: drivers/nvmem/
7702 F: Documentation/devicetree/bindings/nvmem/
7703 F: include/linux/nvmem-consumer.h
7704 F: include/linux/nvmem-provider.h
7705
7706 NXP-NCI NFC DRIVER
7707 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7708 R: Charles Gorand <charles.gorand@effinnov.com>
7709 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7710 S: Supported
7711 F: drivers/nfc/nxp-nci
7712
7713 NXP TDA998X DRM DRIVER
7714 M: Russell King <rmk+kernel@arm.linux.org.uk>
7715 S: Supported
7716 F: drivers/gpu/drm/i2c/tda998x_drv.c
7717 F: include/drm/i2c/tda998x.h
7718
7719 NXP TFA9879 DRIVER
7720 M: Peter Rosin <peda@axentia.se>
7721 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7722 S: Maintained
7723 F: sound/soc/codecs/tfa9879*
7724
7725 OMAP SUPPORT
7726 M: Tony Lindgren <tony@atomide.com>
7727 L: linux-omap@vger.kernel.org
7728 W: http://www.muru.com/linux/omap/
7729 W: http://linux.omap.com/
7730 Q: http://patchwork.kernel.org/project/linux-omap/list/
7731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7732 S: Maintained
7733 F: arch/arm/*omap*/
7734 F: arch/arm/configs/omap1_defconfig
7735 F: arch/arm/configs/omap2plus_defconfig
7736 F: drivers/i2c/busses/i2c-omap.c
7737 F: drivers/irqchip/irq-omap-intc.c
7738 F: drivers/mfd/*omap*.c
7739 F: drivers/mfd/menelaus.c
7740 F: drivers/mfd/palmas.c
7741 F: drivers/mfd/tps65217.c
7742 F: drivers/mfd/tps65218.c
7743 F: drivers/mfd/tps65910.c
7744 F: drivers/mfd/twl-core.[ch]
7745 F: drivers/mfd/twl4030*.c
7746 F: drivers/mfd/twl6030*.c
7747 F: drivers/mfd/twl6040*.c
7748 F: drivers/regulator/palmas-regulator*.c
7749 F: drivers/regulator/pbias-regulator.c
7750 F: drivers/regulator/tps65217-regulator.c
7751 F: drivers/regulator/tps65218-regulator.c
7752 F: drivers/regulator/tps65910-regulator.c
7753 F: drivers/regulator/twl-regulator.c
7754 F: include/linux/i2c-omap.h
7755
7756 OMAP DEVICE TREE SUPPORT
7757 M: Benoît Cousson <bcousson@baylibre.com>
7758 M: Tony Lindgren <tony@atomide.com>
7759 L: linux-omap@vger.kernel.org
7760 L: devicetree@vger.kernel.org
7761 S: Maintained
7762 F: arch/arm/boot/dts/*omap*
7763 F: arch/arm/boot/dts/*am3*
7764 F: arch/arm/boot/dts/*am4*
7765 F: arch/arm/boot/dts/*am5*
7766 F: arch/arm/boot/dts/*dra7*
7767
7768 OMAP CLOCK FRAMEWORK SUPPORT
7769 M: Paul Walmsley <paul@pwsan.com>
7770 L: linux-omap@vger.kernel.org
7771 S: Maintained
7772 F: arch/arm/*omap*/*clock*
7773
7774 OMAP POWER MANAGEMENT SUPPORT
7775 M: Kevin Hilman <khilman@deeprootsystems.com>
7776 L: linux-omap@vger.kernel.org
7777 S: Maintained
7778 F: arch/arm/*omap*/*pm*
7779 F: drivers/cpufreq/omap-cpufreq.c
7780
7781 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7782 M: Rajendra Nayak <rnayak@ti.com>
7783 M: Paul Walmsley <paul@pwsan.com>
7784 L: linux-omap@vger.kernel.org
7785 S: Maintained
7786 F: arch/arm/mach-omap2/prm*
7787
7788 OMAP AUDIO SUPPORT
7789 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7790 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7791 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7792 L: linux-omap@vger.kernel.org
7793 S: Maintained
7794 F: sound/soc/omap/
7795
7796 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7797 M: Roger Quadros <rogerq@ti.com>
7798 M: Tony Lindgren <tony@atomide.com>
7799 L: linux-omap@vger.kernel.org
7800 S: Maintained
7801 F: drivers/memory/omap-gpmc.c
7802 F: arch/arm/mach-omap2/*gpmc*
7803
7804 OMAP FRAMEBUFFER SUPPORT
7805 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7806 L: linux-fbdev@vger.kernel.org
7807 L: linux-omap@vger.kernel.org
7808 S: Maintained
7809 F: drivers/video/fbdev/omap/
7810
7811 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7812 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7813 L: linux-omap@vger.kernel.org
7814 L: linux-fbdev@vger.kernel.org
7815 S: Maintained
7816 F: drivers/video/fbdev/omap2/
7817 F: Documentation/arm/OMAP/DSS
7818
7819 OMAP HARDWARE SPINLOCK SUPPORT
7820 M: Ohad Ben-Cohen <ohad@wizery.com>
7821 L: linux-omap@vger.kernel.org
7822 S: Maintained
7823 F: drivers/hwspinlock/omap_hwspinlock.c
7824
7825 OMAP MMC SUPPORT
7826 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7827 L: linux-omap@vger.kernel.org
7828 S: Maintained
7829 F: drivers/mmc/host/omap.c
7830
7831 OMAP HS MMC SUPPORT
7832 L: linux-mmc@vger.kernel.org
7833 L: linux-omap@vger.kernel.org
7834 S: Orphan
7835 F: drivers/mmc/host/omap_hsmmc.c
7836
7837 OMAP RANDOM NUMBER GENERATOR SUPPORT
7838 M: Deepak Saxena <dsaxena@plexity.net>
7839 S: Maintained
7840 F: drivers/char/hw_random/omap-rng.c
7841
7842 OMAP HWMOD SUPPORT
7843 M: Benoît Cousson <bcousson@baylibre.com>
7844 M: Paul Walmsley <paul@pwsan.com>
7845 L: linux-omap@vger.kernel.org
7846 S: Maintained
7847 F: arch/arm/mach-omap2/omap_hwmod.*
7848
7849 OMAP HWMOD DATA
7850 M: Paul Walmsley <paul@pwsan.com>
7851 L: linux-omap@vger.kernel.org
7852 S: Maintained
7853 F: arch/arm/mach-omap2/omap_hwmod*data*
7854
7855 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7856 M: Benoît Cousson <bcousson@baylibre.com>
7857 L: linux-omap@vger.kernel.org
7858 S: Maintained
7859 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7860
7861 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7862 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7863 L: linux-media@vger.kernel.org
7864 S: Maintained
7865 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7866 F: drivers/media/platform/omap3isp/
7867 F: drivers/staging/media/omap4iss/
7868
7869 OMAP USB SUPPORT
7870 M: Felipe Balbi <balbi@ti.com>
7871 L: linux-usb@vger.kernel.org
7872 L: linux-omap@vger.kernel.org
7873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7874 S: Maintained
7875 F: drivers/usb/*/*omap*
7876 F: arch/arm/*omap*/usb*
7877
7878 OMAP GPIO DRIVER
7879 M: Javier Martinez Canillas <javier@dowhile0.org>
7880 M: Santosh Shilimkar <ssantosh@kernel.org>
7881 M: Kevin Hilman <khilman@deeprootsystems.com>
7882 L: linux-omap@vger.kernel.org
7883 S: Maintained
7884 F: drivers/gpio/gpio-omap.c
7885
7886 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7887 M: Mark Jackson <mpfj@newflow.co.uk>
7888 L: linux-omap@vger.kernel.org
7889 S: Maintained
7890 F: arch/arm/boot/dts/am335x-nano.dts
7891
7892 OMFS FILESYSTEM
7893 M: Bob Copeland <me@bobcopeland.com>
7894 L: linux-karma-devel@lists.sourceforge.net
7895 S: Maintained
7896 F: Documentation/filesystems/omfs.txt
7897 F: fs/omfs/
7898
7899 OMNIKEY CARDMAN 4000 DRIVER
7900 M: Harald Welte <laforge@gnumonks.org>
7901 S: Maintained
7902 F: drivers/char/pcmcia/cm4000_cs.c
7903 F: include/linux/cm4000_cs.h
7904 F: include/uapi/linux/cm4000_cs.h
7905
7906 OMNIKEY CARDMAN 4040 DRIVER
7907 M: Harald Welte <laforge@gnumonks.org>
7908 S: Maintained
7909 F: drivers/char/pcmcia/cm4040_cs.*
7910
7911 OMNIVISION OV7670 SENSOR DRIVER
7912 M: Jonathan Corbet <corbet@lwn.net>
7913 L: linux-media@vger.kernel.org
7914 T: git git://linuxtv.org/media_tree.git
7915 S: Maintained
7916 F: drivers/media/i2c/ov7670.c
7917
7918 ONENAND FLASH DRIVER
7919 M: Kyungmin Park <kyungmin.park@samsung.com>
7920 L: linux-mtd@lists.infradead.org
7921 S: Maintained
7922 F: drivers/mtd/onenand/
7923 F: include/linux/mtd/onenand*.h
7924
7925 ONSTREAM SCSI TAPE DRIVER
7926 M: Willem Riede <osst@riede.org>
7927 L: osst-users@lists.sourceforge.net
7928 L: linux-scsi@vger.kernel.org
7929 S: Maintained
7930 F: Documentation/scsi/osst.txt
7931 F: drivers/scsi/osst.*
7932 F: drivers/scsi/osst_*.h
7933 F: drivers/scsi/st.h
7934
7935 OPENCORES I2C BUS DRIVER
7936 M: Peter Korsgaard <jacmet@sunsite.dk>
7937 L: linux-i2c@vger.kernel.org
7938 S: Maintained
7939 F: Documentation/i2c/busses/i2c-ocores
7940 F: drivers/i2c/busses/i2c-ocores.c
7941
7942 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7943 M: Rob Herring <robh+dt@kernel.org>
7944 M: Frank Rowand <frowand.list@gmail.com>
7945 M: Grant Likely <grant.likely@linaro.org>
7946 L: devicetree@vger.kernel.org
7947 W: http://www.devicetree.org/
7948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7949 S: Maintained
7950 F: drivers/of/
7951 F: include/linux/of*.h
7952 F: scripts/dtc/
7953
7954 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7955 M: Rob Herring <robh+dt@kernel.org>
7956 M: Pawel Moll <pawel.moll@arm.com>
7957 M: Mark Rutland <mark.rutland@arm.com>
7958 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7959 M: Kumar Gala <galak@codeaurora.org>
7960 L: devicetree@vger.kernel.org
7961 S: Maintained
7962 F: Documentation/devicetree/
7963 F: arch/*/boot/dts/
7964 F: include/dt-bindings/
7965
7966 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7967 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7968 L: devicetree@vger.kernel.org
7969 S: Maintained
7970 F: Documentation/devicetree/dynamic-resolution-notes.txt
7971 F: Documentation/devicetree/overlay-notes.txt
7972 F: drivers/of/overlay.c
7973 F: drivers/of/resolver.c
7974
7975 OPENRISC ARCHITECTURE
7976 M: Jonas Bonn <jonas@southpole.se>
7977 W: http://openrisc.net
7978 L: linux@lists.openrisc.net (moderated for non-subscribers)
7979 S: Maintained
7980 T: git git://openrisc.net/~jonas/linux
7981 F: arch/openrisc/
7982
7983 OPENVSWITCH
7984 M: Pravin Shelar <pshelar@nicira.com>
7985 L: netdev@vger.kernel.org
7986 L: dev@openvswitch.org
7987 W: http://openvswitch.org
7988 S: Maintained
7989 F: net/openvswitch/
7990 F: include/uapi/linux/openvswitch.h
7991
7992 OPERATING PERFORMANCE POINTS (OPP)
7993 M: Viresh Kumar <vireshk@kernel.org>
7994 M: Nishanth Menon <nm@ti.com>
7995 M: Stephen Boyd <sboyd@codeaurora.org>
7996 L: linux-pm@vger.kernel.org
7997 S: Maintained
7998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7999 F: drivers/base/power/opp/
8000 F: include/linux/pm_opp.h
8001 F: Documentation/power/opp.txt
8002 F: Documentation/devicetree/bindings/opp/
8003
8004 OPL4 DRIVER
8005 M: Clemens Ladisch <clemens@ladisch.de>
8006 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8007 T: git git://git.alsa-project.org/alsa-kernel.git
8008 S: Maintained
8009 F: sound/drivers/opl4/
8010
8011 OPROFILE
8012 M: Robert Richter <rric@kernel.org>
8013 L: oprofile-list@lists.sf.net
8014 S: Maintained
8015 F: arch/*/include/asm/oprofile*.h
8016 F: arch/*/oprofile/
8017 F: drivers/oprofile/
8018 F: include/linux/oprofile.h
8019
8020 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8021 M: Mark Fasheh <mfasheh@suse.com>
8022 M: Joel Becker <jlbec@evilplan.org>
8023 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8024 W: http://ocfs2.wiki.kernel.org
8025 S: Supported
8026 F: Documentation/filesystems/ocfs2.txt
8027 F: Documentation/filesystems/dlmfs.txt
8028 F: fs/ocfs2/
8029
8030 ORINOCO DRIVER
8031 L: linux-wireless@vger.kernel.org
8032 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8033 W: http://www.nongnu.org/orinoco/
8034 S: Orphan
8035 F: drivers/net/wireless/orinoco/
8036
8037 OSD LIBRARY and FILESYSTEM
8038 M: Boaz Harrosh <ooo@electrozaur.com>
8039 M: Benny Halevy <bhalevy@primarydata.com>
8040 L: osd-dev@open-osd.org
8041 W: http://open-osd.org
8042 T: git git://git.open-osd.org/open-osd.git
8043 S: Maintained
8044 F: drivers/scsi/osd/
8045 F: include/scsi/osd_*
8046 F: fs/exofs/
8047
8048 OVERLAY FILESYSTEM
8049 M: Miklos Szeredi <miklos@szeredi.hu>
8050 L: linux-unionfs@vger.kernel.org
8051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8052 S: Supported
8053 F: fs/overlayfs/
8054 F: Documentation/filesystems/overlayfs.txt
8055
8056 P54 WIRELESS DRIVER
8057 M: Christian Lamparter <chunkeey@googlemail.com>
8058 L: linux-wireless@vger.kernel.org
8059 W: http://wireless.kernel.org/en/users/Drivers/p54
8060 S: Maintained
8061 F: drivers/net/wireless/p54/
8062
8063 PA SEMI ETHERNET DRIVER
8064 M: Olof Johansson <olof@lixom.net>
8065 L: netdev@vger.kernel.org
8066 S: Maintained
8067 F: drivers/net/ethernet/pasemi/*
8068
8069 PA SEMI SMBUS DRIVER
8070 M: Olof Johansson <olof@lixom.net>
8071 L: linux-i2c@vger.kernel.org
8072 S: Maintained
8073 F: drivers/i2c/busses/i2c-pasemi.c
8074
8075 PADATA PARALLEL EXECUTION MECHANISM
8076 M: Steffen Klassert <steffen.klassert@secunet.com>
8077 L: linux-crypto@vger.kernel.org
8078 S: Maintained
8079 F: kernel/padata.c
8080 F: include/linux/padata.h
8081 F: Documentation/padata.txt
8082
8083 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8084 M: Harald Welte <laforge@gnumonks.org>
8085 L: platform-driver-x86@vger.kernel.org
8086 S: Maintained
8087 F: drivers/platform/x86/panasonic-laptop.c
8088
8089 PANASONIC MN10300/AM33/AM34 PORT
8090 M: David Howells <dhowells@redhat.com>
8091 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8092 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8093 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8094 S: Maintained
8095 F: Documentation/mn10300/
8096 F: arch/mn10300/
8097
8098 PARALLEL PORT SUBSYSTEM
8099 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8100 M: Sudip Mukherjee <sudip@vectorindia.org>
8101 L: linux-parport@lists.infradead.org (subscribers-only)
8102 S: Maintained
8103 F: drivers/parport/
8104 F: include/linux/parport*.h
8105 F: drivers/char/ppdev.c
8106 F: include/uapi/linux/ppdev.h
8107 F: Documentation/parport*.txt
8108
8109 PARAVIRT_OPS INTERFACE
8110 M: Jeremy Fitzhardinge <jeremy@goop.org>
8111 M: Chris Wright <chrisw@sous-sol.org>
8112 M: Alok Kataria <akataria@vmware.com>
8113 M: Rusty Russell <rusty@rustcorp.com.au>
8114 L: virtualization@lists.linux-foundation.org
8115 S: Supported
8116 F: Documentation/virtual/paravirt_ops.txt
8117 F: arch/*/kernel/paravirt*
8118 F: arch/*/include/asm/paravirt.h
8119
8120 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8121 M: Tim Waugh <tim@cyberelk.net>
8122 L: linux-parport@lists.infradead.org (subscribers-only)
8123 S: Maintained
8124 F: Documentation/blockdev/paride.txt
8125 F: drivers/block/paride/
8126
8127 PARISC ARCHITECTURE
8128 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8129 M: Helge Deller <deller@gmx.de>
8130 L: linux-parisc@vger.kernel.org
8131 W: http://www.parisc-linux.org/
8132 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8135 S: Maintained
8136 F: arch/parisc/
8137 F: Documentation/parisc/
8138 F: drivers/parisc/
8139 F: drivers/char/agp/parisc-agp.c
8140 F: drivers/input/serio/gscps2.c
8141 F: drivers/parport/parport_gsc.*
8142 F: drivers/tty/serial/8250/8250_gsc.c
8143 F: drivers/video/fbdev/sti*
8144 F: drivers/video/console/sti*
8145 F: drivers/video/logo/logo_parisc*
8146
8147 PC87360 HARDWARE MONITORING DRIVER
8148 M: Jim Cromie <jim.cromie@gmail.com>
8149 L: linux-hwmon@vger.kernel.org
8150 S: Maintained
8151 F: Documentation/hwmon/pc87360
8152 F: drivers/hwmon/pc87360.c
8153
8154 PC8736x GPIO DRIVER
8155 M: Jim Cromie <jim.cromie@gmail.com>
8156 S: Maintained
8157 F: drivers/char/pc8736x_gpio.c
8158
8159 PC87427 HARDWARE MONITORING DRIVER
8160 M: Jean Delvare <jdelvare@suse.com>
8161 L: linux-hwmon@vger.kernel.org
8162 S: Maintained
8163 F: Documentation/hwmon/pc87427
8164 F: drivers/hwmon/pc87427.c
8165
8166 PCA9532 LED DRIVER
8167 M: Riku Voipio <riku.voipio@iki.fi>
8168 S: Maintained
8169 F: drivers/leds/leds-pca9532.c
8170 F: include/linux/leds-pca9532.h
8171
8172 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8173 M: Guenter Roeck <linux@roeck-us.net>
8174 L: linux-i2c@vger.kernel.org
8175 S: Maintained
8176 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8177
8178 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8179 M: Khalid Aziz <khalid@gonehiking.org>
8180 S: Maintained
8181 F: drivers/firmware/pcdp.*
8182
8183 PCI ERROR RECOVERY
8184 M: Linas Vepstas <linasvepstas@gmail.com>
8185 L: linux-pci@vger.kernel.org
8186 S: Supported
8187 F: Documentation/PCI/pci-error-recovery.txt
8188
8189 PCI SUBSYSTEM
8190 M: Bjorn Helgaas <bhelgaas@google.com>
8191 L: linux-pci@vger.kernel.org
8192 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8194 S: Supported
8195 F: Documentation/PCI/
8196 F: drivers/pci/
8197 F: include/linux/pci*
8198 F: arch/x86/pci/
8199 F: arch/x86/kernel/quirks.c
8200
8201 PCI DRIVER FOR ALTERA PCIE IP
8202 M: Ley Foon Tan <lftan@altera.com>
8203 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8204 L: linux-pci@vger.kernel.org
8205 S: Supported
8206 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8207 F: drivers/pci/host/pcie-altera.c
8208
8209 PCI DRIVER FOR ARM VERSATILE PLATFORM
8210 M: Rob Herring <robh@kernel.org>
8211 L: linux-pci@vger.kernel.org
8212 L: linux-arm-kernel@lists.infradead.org
8213 S: Maintained
8214 F: Documentation/devicetree/bindings/pci/versatile.txt
8215 F: drivers/pci/host/pci-versatile.c
8216
8217 PCI DRIVER FOR APPLIEDMICRO XGENE
8218 M: Tanmay Inamdar <tinamdar@apm.com>
8219 L: linux-pci@vger.kernel.org
8220 L: linux-arm-kernel@lists.infradead.org
8221 S: Maintained
8222 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8223 F: drivers/pci/host/pci-xgene.c
8224
8225 PCI DRIVER FOR FREESCALE LAYERSCAPE
8226 M: Minghuan Lian <minghuan.Lian@freescale.com>
8227 M: Mingkai Hu <mingkai.hu@freescale.com>
8228 M: Roy Zang <tie-fei.zang@freescale.com>
8229 L: linuxppc-dev@lists.ozlabs.org
8230 L: linux-pci@vger.kernel.org
8231 L: linux-arm-kernel@lists.infradead.org
8232 S: Maintained
8233 F: drivers/pci/host/*layerscape*
8234
8235 PCI DRIVER FOR IMX6
8236 M: Richard Zhu <Richard.Zhu@freescale.com>
8237 M: Lucas Stach <l.stach@pengutronix.de>
8238 L: linux-pci@vger.kernel.org
8239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8240 S: Maintained
8241 F: drivers/pci/host/*imx6*
8242
8243 PCI DRIVER FOR TI KEYSTONE
8244 M: Murali Karicheri <m-karicheri2@ti.com>
8245 L: linux-pci@vger.kernel.org
8246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8247 S: Maintained
8248 F: drivers/pci/host/*keystone*
8249
8250 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8251 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8252 M: Jason Cooper <jason@lakedaemon.net>
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/*mvebu*
8257
8258 PCI DRIVER FOR NVIDIA TEGRA
8259 M: Thierry Reding <thierry.reding@gmail.com>
8260 L: linux-tegra@vger.kernel.org
8261 L: linux-pci@vger.kernel.org
8262 S: Supported
8263 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8264 F: drivers/pci/host/pci-tegra.c
8265
8266 PCI DRIVER FOR TI DRA7XX
8267 M: Kishon Vijay Abraham I <kishon@ti.com>
8268 L: linux-omap@vger.kernel.org
8269 L: linux-pci@vger.kernel.org
8270 S: Supported
8271 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8272 F: drivers/pci/host/pci-dra7xx.c
8273
8274 PCI DRIVER FOR RENESAS R-CAR
8275 M: Simon Horman <horms@verge.net.au>
8276 L: linux-pci@vger.kernel.org
8277 L: linux-sh@vger.kernel.org
8278 S: Maintained
8279 F: drivers/pci/host/*rcar*
8280
8281 PCI DRIVER FOR SAMSUNG EXYNOS
8282 M: Jingoo Han <jingoohan1@gmail.com>
8283 L: linux-pci@vger.kernel.org
8284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8285 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8286 S: Maintained
8287 F: drivers/pci/host/pci-exynos.c
8288
8289 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8290 M: Jingoo Han <jingoohan1@gmail.com>
8291 M: Pratyush Anand <pratyush.anand@gmail.com>
8292 L: linux-pci@vger.kernel.org
8293 S: Maintained
8294 F: drivers/pci/host/*designware*
8295
8296 PCI DRIVER FOR GENERIC OF HOSTS
8297 M: Will Deacon <will.deacon@arm.com>
8298 L: linux-pci@vger.kernel.org
8299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8300 S: Maintained
8301 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8302 F: drivers/pci/host/pci-host-common.c
8303 F: drivers/pci/host/pci-host-generic.c
8304
8305 PCIE DRIVER FOR ST SPEAR13XX
8306 M: Pratyush Anand <pratyush.anand@gmail.com>
8307 L: linux-pci@vger.kernel.org
8308 S: Maintained
8309 F: drivers/pci/host/*spear*
8310
8311 PCI MSI DRIVER FOR ALTERA MSI IP
8312 M: Ley Foon Tan <lftan@altera.com>
8313 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8314 L: linux-pci@vger.kernel.org
8315 S: Supported
8316 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8317 F: drivers/pci/host/pcie-altera-msi.c
8318
8319 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8320 M: Duc Dang <dhdang@apm.com>
8321 L: linux-pci@vger.kernel.org
8322 L: linux-arm-kernel@lists.infradead.org
8323 S: Maintained
8324 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8325 F: drivers/pci/host/pci-xgene-msi.c
8326
8327 PCIE DRIVER FOR HISILICON
8328 M: Zhou Wang <wangzhou1@hisilicon.com>
8329 L: linux-pci@vger.kernel.org
8330 S: Maintained
8331 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8332 F: drivers/pci/host/pcie-hisi.c
8333
8334 PCIE DRIVER FOR CAVIUM THUNDERX
8335 M: David Daney <david.daney@cavium.com>
8336 L: linux-pci@vger.kernel.org
8337 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8338 S: Supported
8339 F: Documentation/devicetree/bindings/pci/pci-thunder-*
8340 F: drivers/pci/host/pci-thunder-*
8341
8342 PCMCIA SUBSYSTEM
8343 P: Linux PCMCIA Team
8344 L: linux-pcmcia@lists.infradead.org
8345 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8347 S: Maintained
8348 F: Documentation/pcmcia/
8349 F: drivers/pcmcia/
8350 F: include/pcmcia/
8351
8352 PCNET32 NETWORK DRIVER
8353 M: Don Fry <pcnet32@frontier.com>
8354 L: netdev@vger.kernel.org
8355 S: Maintained
8356 F: drivers/net/ethernet/amd/pcnet32.c
8357
8358 PCRYPT PARALLEL CRYPTO ENGINE
8359 M: Steffen Klassert <steffen.klassert@secunet.com>
8360 L: linux-crypto@vger.kernel.org
8361 S: Maintained
8362 F: crypto/pcrypt.c
8363 F: include/crypto/pcrypt.h
8364
8365 PER-CPU MEMORY ALLOCATOR
8366 M: Tejun Heo <tj@kernel.org>
8367 M: Christoph Lameter <cl@linux-foundation.org>
8368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8369 S: Maintained
8370 F: include/linux/percpu*.h
8371 F: mm/percpu*.c
8372 F: arch/*/include/asm/percpu.h
8373
8374 PER-TASK DELAY ACCOUNTING
8375 M: Balbir Singh <bsingharora@gmail.com>
8376 S: Maintained
8377 F: include/linux/delayacct.h
8378 F: kernel/delayacct.c
8379
8380 PERFORMANCE EVENTS SUBSYSTEM
8381 M: Peter Zijlstra <peterz@infradead.org>
8382 M: Ingo Molnar <mingo@redhat.com>
8383 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8384 L: linux-kernel@vger.kernel.org
8385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8386 S: Supported
8387 F: kernel/events/*
8388 F: include/linux/perf_event.h
8389 F: include/uapi/linux/perf_event.h
8390 F: arch/*/kernel/perf_event*.c
8391 F: arch/*/kernel/*/perf_event*.c
8392 F: arch/*/kernel/*/*/perf_event*.c
8393 F: arch/*/include/asm/perf_event.h
8394 F: arch/*/kernel/perf_callchain.c
8395 F: tools/perf/
8396
8397 PERSONALITY HANDLING
8398 M: Christoph Hellwig <hch@infradead.org>
8399 L: linux-abi-devel@lists.sourceforge.net
8400 S: Maintained
8401 F: include/linux/personality.h
8402 F: include/uapi/linux/personality.h
8403
8404 PHONET PROTOCOL
8405 M: Remi Denis-Courmont <courmisch@gmail.com>
8406 S: Supported
8407 F: Documentation/networking/phonet.txt
8408 F: include/linux/phonet.h
8409 F: include/net/phonet/
8410 F: include/uapi/linux/phonet.h
8411 F: net/phonet/
8412
8413 PHRAM MTD DRIVER
8414 M: Joern Engel <joern@lazybastard.org>
8415 L: linux-mtd@lists.infradead.org
8416 S: Maintained
8417 F: drivers/mtd/devices/phram.c
8418
8419 PICOLCD HID DRIVER
8420 M: Bruno Prémont <bonbons@linux-vserver.org>
8421 L: linux-input@vger.kernel.org
8422 S: Maintained
8423 F: drivers/hid/hid-picolcd*
8424
8425 PICOXCELL SUPPORT
8426 M: Jamie Iles <jamie@jamieiles.com>
8427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8428 T: git git://github.com/jamieiles/linux-2.6-ji.git
8429 S: Supported
8430 F: arch/arm/boot/dts/picoxcell*
8431 F: arch/arm/mach-picoxcell/
8432 F: drivers/crypto/picoxcell*
8433
8434 PIN CONTROL SUBSYSTEM
8435 M: Linus Walleij <linus.walleij@linaro.org>
8436 L: linux-gpio@vger.kernel.org
8437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8438 S: Maintained
8439 F: drivers/pinctrl/
8440 F: include/linux/pinctrl/
8441
8442 PIN CONTROLLER - ATMEL AT91
8443 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8444 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8445 S: Maintained
8446 F: drivers/pinctrl/pinctrl-at91.*
8447
8448 PIN CONTROLLER - ATMEL AT91 PIO4
8449 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8450 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8451 L: linux-gpio@vger.kernel.org
8452 S: Supported
8453 F: drivers/pinctrl/pinctrl-at91-pio4.*
8454
8455 PIN CONTROLLER - INTEL
8456 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8457 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8458 S: Maintained
8459 F: drivers/pinctrl/intel/
8460
8461 PIN CONTROLLER - RENESAS
8462 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8463 L: linux-sh@vger.kernel.org
8464 S: Maintained
8465 F: drivers/pinctrl/sh-pfc/
8466
8467 PIN CONTROLLER - SAMSUNG
8468 M: Tomasz Figa <tomasz.figa@gmail.com>
8469 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8470 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8471 S: Maintained
8472 F: drivers/pinctrl/samsung/
8473
8474 PIN CONTROLLER - SINGLE
8475 M: Tony Lindgren <tony@atomide.com>
8476 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8477 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8478 L: linux-omap@vger.kernel.org
8479 S: Maintained
8480 F: drivers/pinctrl/pinctrl-single.c
8481
8482 PIN CONTROLLER - ST SPEAR
8483 M: Viresh Kumar <vireshk@kernel.org>
8484 L: spear-devel@list.st.com
8485 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8486 W: http://www.st.com/spear
8487 S: Maintained
8488 F: drivers/pinctrl/spear/
8489
8490 PKTCDVD DRIVER
8491 M: Jiri Kosina <jikos@kernel.org>
8492 S: Maintained
8493 F: drivers/block/pktcdvd.c
8494 F: include/linux/pktcdvd.h
8495 F: include/uapi/linux/pktcdvd.h
8496
8497 PKUNITY SOC DRIVERS
8498 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8499 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8500 S: Maintained
8501 T: git git://github.com/gxt/linux.git
8502 F: drivers/input/serio/i8042-unicore32io.h
8503 F: drivers/i2c/busses/i2c-puv3.c
8504 F: drivers/video/fbdev/fb-puv3.c
8505 F: drivers/rtc/rtc-puv3.c
8506
8507 PMBUS HARDWARE MONITORING DRIVERS
8508 M: Guenter Roeck <linux@roeck-us.net>
8509 L: linux-hwmon@vger.kernel.org
8510 W: http://hwmon.wiki.kernel.org/
8511 W: http://www.roeck-us.net/linux/drivers/
8512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8513 S: Maintained
8514 F: Documentation/hwmon/pmbus
8515 F: drivers/hwmon/pmbus/
8516 F: include/linux/i2c/pmbus.h
8517
8518 PMC SIERRA MaxRAID DRIVER
8519 L: linux-scsi@vger.kernel.org
8520 W: http://www.pmc-sierra.com/
8521 S: Orphan
8522 F: drivers/scsi/pmcraid.*
8523
8524 PMC SIERRA PM8001 DRIVER
8525 M: Jack Wang <jinpu.wang@profitbricks.com>
8526 M: lindar_liu@usish.com
8527 L: pmchba@pmcs.com
8528 L: linux-scsi@vger.kernel.org
8529 S: Supported
8530 F: drivers/scsi/pm8001/
8531
8532 POSIX CLOCKS and TIMERS
8533 M: Thomas Gleixner <tglx@linutronix.de>
8534 L: linux-kernel@vger.kernel.org
8535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8536 S: Maintained
8537 F: fs/timerfd.c
8538 F: include/linux/timer*
8539 F: kernel/time/*timer*
8540
8541 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8542 M: Sebastian Reichel <sre@kernel.org>
8543 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8544 M: David Woodhouse <dwmw2@infradead.org>
8545 L: linux-pm@vger.kernel.org
8546 T: git git://git.infradead.org/battery-2.6.git
8547 S: Maintained
8548 F: include/linux/power_supply.h
8549 F: drivers/power/
8550 X: drivers/power/avs/
8551
8552 POWER STATE COORDINATION INTERFACE (PSCI)
8553 M: Mark Rutland <mark.rutland@arm.com>
8554 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8555 L: linux-arm-kernel@lists.infradead.org
8556 S: Maintained
8557 F: drivers/firmware/psci.c
8558 F: include/linux/psci.h
8559 F: include/uapi/linux/psci.h
8560
8561 PNP SUPPORT
8562 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8563 S: Maintained
8564 F: drivers/pnp/
8565
8566 PPP PROTOCOL DRIVERS AND COMPRESSORS
8567 M: Paul Mackerras <paulus@samba.org>
8568 L: linux-ppp@vger.kernel.org
8569 S: Maintained
8570 F: drivers/net/ppp/ppp_*
8571
8572 PPP OVER ATM (RFC 2364)
8573 M: Mitchell Blank Jr <mitch@sfgoth.com>
8574 S: Maintained
8575 F: net/atm/pppoatm.c
8576 F: include/uapi/linux/atmppp.h
8577
8578 PPP OVER ETHERNET
8579 M: Michal Ostrowski <mostrows@earthlink.net>
8580 S: Maintained
8581 F: drivers/net/ppp/pppoe.c
8582 F: drivers/net/ppp/pppox.c
8583
8584 PPP OVER L2TP
8585 M: James Chapman <jchapman@katalix.com>
8586 S: Maintained
8587 F: net/l2tp/l2tp_ppp.c
8588 F: include/linux/if_pppol2tp.h
8589 F: include/uapi/linux/if_pppol2tp.h
8590
8591 PPS SUPPORT
8592 M: Rodolfo Giometti <giometti@enneenne.com>
8593 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8594 L: linuxpps@ml.enneenne.com (subscribers-only)
8595 S: Maintained
8596 F: Documentation/pps/
8597 F: drivers/pps/
8598 F: include/linux/pps*.h
8599
8600 PPTP DRIVER
8601 M: Dmitry Kozlov <xeb@mail.ru>
8602 L: netdev@vger.kernel.org
8603 S: Maintained
8604 F: drivers/net/ppp/pptp.c
8605 W: http://sourceforge.net/projects/accel-pptp
8606
8607 PREEMPTIBLE KERNEL
8608 M: Robert Love <rml@tech9.net>
8609 L: kpreempt-tech@lists.sourceforge.net
8610 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8611 S: Supported
8612 F: Documentation/preempt-locking.txt
8613 F: include/linux/preempt.h
8614
8615 PRISM54 WIRELESS DRIVER
8616 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8617 L: linux-wireless@vger.kernel.org
8618 W: http://wireless.kernel.org/en/users/Drivers/p54
8619 S: Obsolete
8620 F: drivers/net/wireless/prism54/
8621
8622 PS3 NETWORK SUPPORT
8623 M: Geoff Levand <geoff@infradead.org>
8624 L: netdev@vger.kernel.org
8625 L: linuxppc-dev@lists.ozlabs.org
8626 S: Maintained
8627 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8628
8629 PS3 PLATFORM SUPPORT
8630 M: Geoff Levand <geoff@infradead.org>
8631 L: linuxppc-dev@lists.ozlabs.org
8632 S: Maintained
8633 F: arch/powerpc/boot/ps3*
8634 F: arch/powerpc/include/asm/lv1call.h
8635 F: arch/powerpc/include/asm/ps3*.h
8636 F: arch/powerpc/platforms/ps3/
8637 F: drivers/*/ps3*
8638 F: drivers/ps3/
8639 F: drivers/rtc/rtc-ps3.c
8640 F: drivers/usb/host/*ps3.c
8641 F: sound/ppc/snd_ps3*
8642
8643 PS3VRAM DRIVER
8644 M: Jim Paris <jim@jtan.com>
8645 M: Geoff Levand <geoff@infradead.org>
8646 L: linuxppc-dev@lists.ozlabs.org
8647 S: Maintained
8648 F: drivers/block/ps3vram.c
8649
8650 PSTORE FILESYSTEM
8651 M: Anton Vorontsov <anton@enomsg.org>
8652 M: Colin Cross <ccross@android.com>
8653 M: Kees Cook <keescook@chromium.org>
8654 M: Tony Luck <tony.luck@intel.com>
8655 S: Maintained
8656 T: git git://git.infradead.org/users/cbou/linux-pstore.git
8657 F: fs/pstore/
8658 F: include/linux/pstore*
8659 F: drivers/firmware/efi/efi-pstore.c
8660 F: drivers/acpi/apei/erst.c
8661
8662 PTP HARDWARE CLOCK SUPPORT
8663 M: Richard Cochran <richardcochran@gmail.com>
8664 L: netdev@vger.kernel.org
8665 S: Maintained
8666 W: http://linuxptp.sourceforge.net/
8667 F: Documentation/ABI/testing/sysfs-ptp
8668 F: Documentation/ptp/*
8669 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8670 F: drivers/net/phy/dp83640*
8671 F: drivers/ptp/*
8672 F: include/linux/ptp_cl*
8673
8674 PTRACE SUPPORT
8675 M: Roland McGrath <roland@hack.frob.com>
8676 M: Oleg Nesterov <oleg@redhat.com>
8677 S: Maintained
8678 F: include/asm-generic/syscall.h
8679 F: include/linux/ptrace.h
8680 F: include/linux/regset.h
8681 F: include/linux/tracehook.h
8682 F: include/uapi/linux/ptrace.h
8683 F: kernel/ptrace.c
8684
8685 PVRUSB2 VIDEO4LINUX DRIVER
8686 M: Mike Isely <isely@pobox.com>
8687 L: pvrusb2@isely.net (subscribers-only)
8688 L: linux-media@vger.kernel.org
8689 W: http://www.isely.net/pvrusb2/
8690 T: git git://linuxtv.org/media_tree.git
8691 S: Maintained
8692 F: Documentation/video4linux/README.pvrusb2
8693 F: drivers/media/usb/pvrusb2/
8694
8695 PWC WEBCAM DRIVER
8696 M: Hans de Goede <hdegoede@redhat.com>
8697 L: linux-media@vger.kernel.org
8698 T: git git://linuxtv.org/media_tree.git
8699 S: Maintained
8700 F: drivers/media/usb/pwc/*
8701
8702 PWM FAN DRIVER
8703 M: Kamil Debski <k.debski@samsung.com>
8704 L: linux-hwmon@vger.kernel.org
8705 S: Supported
8706 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8707 F: Documentation/hwmon/pwm-fan
8708 F: drivers/hwmon/pwm-fan.c
8709
8710 PWM SUBSYSTEM
8711 M: Thierry Reding <thierry.reding@gmail.com>
8712 L: linux-pwm@vger.kernel.org
8713 S: Maintained
8714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8715 F: Documentation/pwm.txt
8716 F: Documentation/devicetree/bindings/pwm/
8717 F: include/linux/pwm.h
8718 F: drivers/pwm/
8719 F: drivers/video/backlight/pwm_bl.c
8720 F: include/linux/pwm_backlight.h
8721
8722 PXA2xx/PXA3xx SUPPORT
8723 M: Daniel Mack <daniel@zonque.org>
8724 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8725 M: Robert Jarzmik <robert.jarzmik@free.fr>
8726 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8727 T: git git://github.com/hzhuang1/linux.git
8728 T: git git://github.com/rjarzmik/linux.git
8729 S: Maintained
8730 F: arch/arm/mach-pxa/
8731 F: drivers/dma/pxa*
8732 F: drivers/pcmcia/pxa2xx*
8733 F: drivers/spi/spi-pxa2xx*
8734 F: drivers/usb/gadget/udc/pxa2*
8735 F: include/sound/pxa2xx-lib.h
8736 F: sound/arm/pxa*
8737 F: sound/soc/pxa/
8738
8739 PXA3xx NAND FLASH DRIVER
8740 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8741 L: linux-mtd@lists.infradead.org
8742 S: Maintained
8743 F: drivers/mtd/nand/pxa3xx_nand.c
8744
8745 MMP SUPPORT
8746 M: Eric Miao <eric.y.miao@gmail.com>
8747 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8748 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8749 T: git git://github.com/hzhuang1/linux.git
8750 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8751 S: Maintained
8752 F: arch/arm/mach-mmp/
8753
8754 PXA MMCI DRIVER
8755 S: Orphan
8756
8757 PXA RTC DRIVER
8758 M: Robert Jarzmik <robert.jarzmik@free.fr>
8759 L: rtc-linux@googlegroups.com
8760 S: Maintained
8761
8762 QAT DRIVER
8763 M: Tadeusz Struk <tadeusz.struk@intel.com>
8764 L: qat-linux@intel.com
8765 S: Supported
8766 F: drivers/crypto/qat/
8767
8768 QIB DRIVER
8769 M: Mike Marciniszyn <infinipath@intel.com>
8770 L: linux-rdma@vger.kernel.org
8771 S: Supported
8772 F: drivers/infiniband/hw/qib/
8773
8774 QLOGIC QLA1280 SCSI DRIVER
8775 M: Michael Reed <mdr@sgi.com>
8776 L: linux-scsi@vger.kernel.org
8777 S: Maintained
8778 F: drivers/scsi/qla1280.[ch]
8779
8780 QLOGIC QLA2XXX FC-SCSI DRIVER
8781 M: qla2xxx-upstream@qlogic.com
8782 L: linux-scsi@vger.kernel.org
8783 S: Supported
8784 F: Documentation/scsi/LICENSE.qla2xxx
8785 F: drivers/scsi/qla2xxx/
8786
8787 QLOGIC QLA4XXX iSCSI DRIVER
8788 M: QLogic-Storage-Upstream@qlogic.com
8789 L: linux-scsi@vger.kernel.org
8790 S: Supported
8791 F: Documentation/scsi/LICENSE.qla4xxx
8792 F: drivers/scsi/qla4xxx/
8793
8794 QLOGIC QLA3XXX NETWORK DRIVER
8795 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8796 M: Ron Mercer <ron.mercer@qlogic.com>
8797 M: linux-driver@qlogic.com
8798 L: netdev@vger.kernel.org
8799 S: Supported
8800 F: Documentation/networking/LICENSE.qla3xxx
8801 F: drivers/net/ethernet/qlogic/qla3xxx.*
8802
8803 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8804 M: Dept-GELinuxNICDev@qlogic.com
8805 L: netdev@vger.kernel.org
8806 S: Supported
8807 F: drivers/net/ethernet/qlogic/qlcnic/
8808
8809 QLOGIC QLGE 10Gb ETHERNET DRIVER
8810 M: Harish Patil <harish.patil@qlogic.com>
8811 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8812 M: Dept-GELinuxNICDev@qlogic.com
8813 M: linux-driver@qlogic.com
8814 L: netdev@vger.kernel.org
8815 S: Supported
8816 F: drivers/net/ethernet/qlogic/qlge/
8817
8818 QLOGIC QL4xxx ETHERNET DRIVER
8819 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8820 M: Ariel Elior <Ariel.Elior@qlogic.com>
8821 M: everest-linux-l2@qlogic.com
8822 L: netdev@vger.kernel.org
8823 S: Supported
8824 F: drivers/net/ethernet/qlogic/qed/
8825 F: include/linux/qed/
8826 F: drivers/net/ethernet/qlogic/qede/
8827
8828 QNX4 FILESYSTEM
8829 M: Anders Larsen <al@alarsen.net>
8830 W: http://www.alarsen.net/linux/qnx4fs/
8831 S: Maintained
8832 F: fs/qnx4/
8833 F: include/uapi/linux/qnx4_fs.h
8834 F: include/uapi/linux/qnxtypes.h
8835
8836 QT1010 MEDIA DRIVER
8837 M: Antti Palosaari <crope@iki.fi>
8838 L: linux-media@vger.kernel.org
8839 W: http://linuxtv.org/
8840 W: http://palosaari.fi/linux/
8841 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8842 T: git git://linuxtv.org/anttip/media_tree.git
8843 S: Maintained
8844 F: drivers/media/tuners/qt1010*
8845
8846 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8847 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8848 L: linux-wireless@vger.kernel.org
8849 L: ath9k-devel@lists.ath9k.org
8850 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8851 S: Supported
8852 F: drivers/net/wireless/ath/ath9k/
8853
8854 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8855 M: Kalle Valo <kvalo@qca.qualcomm.com>
8856 L: ath10k@lists.infradead.org
8857 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8858 T: git git://github.com/kvalo/ath.git
8859 S: Supported
8860 F: drivers/net/wireless/ath/ath10k/
8861
8862 QUALCOMM HEXAGON ARCHITECTURE
8863 M: Richard Kuo <rkuo@codeaurora.org>
8864 L: linux-hexagon@vger.kernel.org
8865 S: Supported
8866 F: arch/hexagon/
8867
8868 QUALCOMM WCN36XX WIRELESS DRIVER
8869 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8870 L: wcn36xx@lists.infradead.org
8871 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8872 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8873 S: Supported
8874 F: drivers/net/wireless/ath/wcn36xx/
8875
8876 RADOS BLOCK DEVICE (RBD)
8877 M: Ilya Dryomov <idryomov@gmail.com>
8878 M: Sage Weil <sage@redhat.com>
8879 M: Alex Elder <elder@kernel.org>
8880 L: ceph-devel@vger.kernel.org
8881 W: http://ceph.com/
8882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8883 T: git git://github.com/ceph/ceph-client.git
8884 S: Supported
8885 F: Documentation/ABI/testing/sysfs-bus-rbd
8886 F: drivers/block/rbd.c
8887 F: drivers/block/rbd_types.h
8888
8889 RADEON FRAMEBUFFER DISPLAY DRIVER
8890 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8891 L: linux-fbdev@vger.kernel.org
8892 S: Maintained
8893 F: drivers/video/fbdev/aty/radeon*
8894 F: include/uapi/linux/radeonfb.h
8895
8896 RADIOSHARK RADIO DRIVER
8897 M: Hans de Goede <hdegoede@redhat.com>
8898 L: linux-media@vger.kernel.org
8899 T: git git://linuxtv.org/media_tree.git
8900 S: Maintained
8901 F: drivers/media/radio/radio-shark.c
8902
8903 RADIOSHARK2 RADIO DRIVER
8904 M: Hans de Goede <hdegoede@redhat.com>
8905 L: linux-media@vger.kernel.org
8906 T: git git://linuxtv.org/media_tree.git
8907 S: Maintained
8908 F: drivers/media/radio/radio-shark2.c
8909 F: drivers/media/radio/radio-tea5777.c
8910
8911 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8912 M: Paul Mackerras <paulus@samba.org>
8913 L: linux-fbdev@vger.kernel.org
8914 S: Maintained
8915 F: drivers/video/fbdev/aty/aty128fb.c
8916
8917 RALINK RT2X00 WIRELESS LAN DRIVER
8918 P: rt2x00 project
8919 M: Stanislaw Gruszka <sgruszka@redhat.com>
8920 M: Helmut Schaa <helmut.schaa@googlemail.com>
8921 L: linux-wireless@vger.kernel.org
8922 S: Maintained
8923 F: drivers/net/wireless/rt2x00/
8924
8925 RAMDISK RAM BLOCK DEVICE DRIVER
8926 M: Jens Axboe <axboe@kernel.dk>
8927 S: Maintained
8928 F: Documentation/blockdev/ramdisk.txt
8929 F: drivers/block/brd.c
8930
8931 RANDOM NUMBER DRIVER
8932 M: "Theodore Ts'o" <tytso@mit.edu>
8933 S: Maintained
8934 F: drivers/char/random.c
8935
8936 RAPIDIO SUBSYSTEM
8937 M: Matt Porter <mporter@kernel.crashing.org>
8938 M: Alexandre Bounine <alexandre.bounine@idt.com>
8939 S: Maintained
8940 F: drivers/rapidio/
8941
8942 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8943 L: linux-wireless@vger.kernel.org
8944 S: Orphan
8945 F: drivers/net/wireless/ray*
8946
8947 RCUTORTURE MODULE
8948 M: Josh Triplett <josh@joshtriplett.org>
8949 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8950 L: linux-kernel@vger.kernel.org
8951 S: Supported
8952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8953 F: Documentation/RCU/torture.txt
8954 F: kernel/rcu/rcutorture.c
8955
8956 RCUTORTURE TEST FRAMEWORK
8957 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8958 M: Josh Triplett <josh@joshtriplett.org>
8959 R: Steven Rostedt <rostedt@goodmis.org>
8960 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8961 R: Lai Jiangshan <jiangshanlai@gmail.com>
8962 L: linux-kernel@vger.kernel.org
8963 S: Supported
8964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8965 F: tools/testing/selftests/rcutorture
8966
8967 RDC R-321X SoC
8968 M: Florian Fainelli <florian@openwrt.org>
8969 S: Maintained
8970
8971 RDC R6040 FAST ETHERNET DRIVER
8972 M: Florian Fainelli <florian@openwrt.org>
8973 L: netdev@vger.kernel.org
8974 S: Maintained
8975 F: drivers/net/ethernet/rdc/r6040.c
8976
8977 RDS - RELIABLE DATAGRAM SOCKETS
8978 M: Chien Yen <chien.yen@oracle.com>
8979 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8980 S: Supported
8981 F: net/rds/
8982
8983 READ-COPY UPDATE (RCU)
8984 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8985 M: Josh Triplett <josh@joshtriplett.org>
8986 R: Steven Rostedt <rostedt@goodmis.org>
8987 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8988 R: Lai Jiangshan <jiangshanlai@gmail.com>
8989 L: linux-kernel@vger.kernel.org
8990 W: http://www.rdrop.com/users/paulmck/RCU/
8991 S: Supported
8992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8993 F: Documentation/RCU/
8994 X: Documentation/RCU/torture.txt
8995 F: include/linux/rcu*
8996 X: include/linux/srcu.h
8997 F: kernel/rcu/
8998 X: kernel/torture.c
8999
9000 REAL TIME CLOCK (RTC) SUBSYSTEM
9001 M: Alessandro Zummo <a.zummo@towertech.it>
9002 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9003 L: rtc-linux@googlegroups.com
9004 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9006 S: Maintained
9007 F: Documentation/rtc.txt
9008 F: drivers/rtc/
9009 F: include/linux/rtc.h
9010 F: include/uapi/linux/rtc.h
9011
9012 REALTEK AUDIO CODECS
9013 M: Bard Liao <bardliao@realtek.com>
9014 M: Oder Chiou <oder_chiou@realtek.com>
9015 S: Maintained
9016 F: sound/soc/codecs/rt*
9017 F: include/sound/rt*.h
9018
9019 REISERFS FILE SYSTEM
9020 L: reiserfs-devel@vger.kernel.org
9021 S: Supported
9022 F: fs/reiserfs/
9023
9024 REGISTER MAP ABSTRACTION
9025 M: Mark Brown <broonie@kernel.org>
9026 L: linux-kernel@vger.kernel.org
9027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9028 S: Supported
9029 F: drivers/base/regmap/
9030 F: include/linux/regmap.h
9031
9032 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9033 M: Ohad Ben-Cohen <ohad@wizery.com>
9034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9035 S: Maintained
9036 F: drivers/remoteproc/
9037 F: Documentation/remoteproc.txt
9038 F: include/linux/remoteproc.h
9039
9040 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9041 M: Ohad Ben-Cohen <ohad@wizery.com>
9042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9043 S: Maintained
9044 F: drivers/rpmsg/
9045 F: Documentation/rpmsg.txt
9046 F: include/linux/rpmsg.h
9047
9048 RENESAS ETHERNET DRIVERS
9049 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9050 L: netdev@vger.kernel.org
9051 L: linux-sh@vger.kernel.org
9052 F: drivers/net/ethernet/renesas/
9053 F: include/linux/sh_eth.h
9054
9055 RESET CONTROLLER FRAMEWORK
9056 M: Philipp Zabel <p.zabel@pengutronix.de>
9057 S: Maintained
9058 F: drivers/reset/
9059 F: Documentation/devicetree/bindings/reset/
9060 F: include/dt-bindings/reset/
9061 F: include/linux/reset.h
9062 F: include/linux/reset-controller.h
9063
9064 RFKILL
9065 M: Johannes Berg <johannes@sipsolutions.net>
9066 L: linux-wireless@vger.kernel.org
9067 W: http://wireless.kernel.org/
9068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9070 S: Maintained
9071 F: Documentation/rfkill.txt
9072 F: net/rfkill/
9073
9074 RHASHTABLE
9075 M: Thomas Graf <tgraf@suug.ch>
9076 L: netdev@vger.kernel.org
9077 S: Maintained
9078 F: lib/rhashtable.c
9079 F: include/linux/rhashtable.h
9080
9081 RICOH SMARTMEDIA/XD DRIVER
9082 M: Maxim Levitsky <maximlevitsky@gmail.com>
9083 S: Maintained
9084 F: drivers/mtd/nand/r852.c
9085 F: drivers/mtd/nand/r852.h
9086
9087 RICOH R5C592 MEMORYSTICK DRIVER
9088 M: Maxim Levitsky <maximlevitsky@gmail.com>
9089 S: Maintained
9090 F: drivers/memstick/host/r592.*
9091
9092 ROCCAT DRIVERS
9093 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9094 W: http://sourceforge.net/projects/roccat/
9095 S: Maintained
9096 F: drivers/hid/hid-roccat*
9097 F: include/linux/hid-roccat*
9098 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9099
9100 ROCKER DRIVER
9101 M: Jiri Pirko <jiri@resnulli.us>
9102 M: Scott Feldman <sfeldma@gmail.com>
9103 L: netdev@vger.kernel.org
9104 S: Supported
9105 F: drivers/net/ethernet/rocker/
9106
9107 ROCKETPORT DRIVER
9108 P: Comtrol Corp.
9109 W: http://www.comtrol.com
9110 S: Maintained
9111 F: Documentation/serial/rocket.txt
9112 F: drivers/tty/rocket*
9113
9114 ROCKETPORT EXPRESS/INFINITY DRIVER
9115 M: Kevin Cernekee <cernekee@gmail.com>
9116 L: linux-serial@vger.kernel.org
9117 S: Odd Fixes
9118 F: drivers/tty/serial/rp2.*
9119
9120 ROSE NETWORK LAYER
9121 M: Ralf Baechle <ralf@linux-mips.org>
9122 L: linux-hams@vger.kernel.org
9123 W: http://www.linux-ax25.org/
9124 S: Maintained
9125 F: include/net/rose.h
9126 F: include/uapi/linux/rose.h
9127 F: net/rose/
9128
9129 RTL2830 MEDIA DRIVER
9130 M: Antti Palosaari <crope@iki.fi>
9131 L: linux-media@vger.kernel.org
9132 W: http://linuxtv.org/
9133 W: http://palosaari.fi/linux/
9134 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9135 T: git git://linuxtv.org/anttip/media_tree.git
9136 S: Maintained
9137 F: drivers/media/dvb-frontends/rtl2830*
9138
9139 RTL2832 MEDIA DRIVER
9140 M: Antti Palosaari <crope@iki.fi>
9141 L: linux-media@vger.kernel.org
9142 W: http://linuxtv.org/
9143 W: http://palosaari.fi/linux/
9144 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9145 T: git git://linuxtv.org/anttip/media_tree.git
9146 S: Maintained
9147 F: drivers/media/dvb-frontends/rtl2832*
9148
9149 RTL2832_SDR MEDIA DRIVER
9150 M: Antti Palosaari <crope@iki.fi>
9151 L: linux-media@vger.kernel.org
9152 W: http://linuxtv.org/
9153 W: http://palosaari.fi/linux/
9154 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9155 T: git git://linuxtv.org/anttip/media_tree.git
9156 S: Maintained
9157 F: drivers/media/dvb-frontends/rtl2832_sdr*
9158
9159 RTL8180 WIRELESS DRIVER
9160 L: linux-wireless@vger.kernel.org
9161 W: http://wireless.kernel.org/
9162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9163 S: Orphan
9164 F: drivers/net/wireless/rtl818x/rtl8180/
9165
9166 RTL8187 WIRELESS DRIVER
9167 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9168 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9169 M: Larry Finger <Larry.Finger@lwfinger.net>
9170 L: linux-wireless@vger.kernel.org
9171 W: http://wireless.kernel.org/
9172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9173 S: Maintained
9174 F: drivers/net/wireless/rtl818x/rtl8187/
9175
9176 RTL8192CE WIRELESS DRIVER
9177 M: Larry Finger <Larry.Finger@lwfinger.net>
9178 M: Chaoming Li <chaoming_li@realsil.com.cn>
9179 L: linux-wireless@vger.kernel.org
9180 W: http://wireless.kernel.org/
9181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9182 S: Maintained
9183 F: drivers/net/wireless/rtlwifi/
9184 F: drivers/net/wireless/rtlwifi/rtl8192ce/
9185
9186 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9187 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9188 L: linux-wireless@vger.kernel.org
9189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9190 S: Maintained
9191 F: drivers/net/wireless/realtek/rtl8xxxu/
9192
9193 S3 SAVAGE FRAMEBUFFER DRIVER
9194 M: Antonino Daplas <adaplas@gmail.com>
9195 L: linux-fbdev@vger.kernel.org
9196 S: Maintained
9197 F: drivers/video/fbdev/savage/
9198
9199 S390
9200 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9201 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9202 L: linux-s390@vger.kernel.org
9203 W: http://www.ibm.com/developerworks/linux/linux390/
9204 S: Supported
9205 F: arch/s390/
9206 F: drivers/s390/
9207 F: Documentation/s390/
9208 F: Documentation/DocBook/s390*
9209
9210 S390 COMMON I/O LAYER
9211 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9212 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9213 L: linux-s390@vger.kernel.org
9214 W: http://www.ibm.com/developerworks/linux/linux390/
9215 S: Supported
9216 F: drivers/s390/cio/
9217
9218 S390 DASD DRIVER
9219 M: Stefan Weinhuber <wein@de.ibm.com>
9220 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9221 L: linux-s390@vger.kernel.org
9222 W: http://www.ibm.com/developerworks/linux/linux390/
9223 S: Supported
9224 F: drivers/s390/block/dasd*
9225 F: block/partitions/ibm.c
9226
9227 S390 NETWORK DRIVERS
9228 M: Ursula Braun <ursula.braun@de.ibm.com>
9229 L: linux-s390@vger.kernel.org
9230 W: http://www.ibm.com/developerworks/linux/linux390/
9231 S: Supported
9232 F: drivers/s390/net/
9233
9234 S390 PCI SUBSYSTEM
9235 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9236 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9237 L: linux-s390@vger.kernel.org
9238 W: http://www.ibm.com/developerworks/linux/linux390/
9239 S: Supported
9240 F: arch/s390/pci/
9241 F: drivers/pci/hotplug/s390_pci_hpc.c
9242
9243 S390 ZCRYPT DRIVER
9244 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9245 L: linux-s390@vger.kernel.org
9246 W: http://www.ibm.com/developerworks/linux/linux390/
9247 S: Supported
9248 F: drivers/s390/crypto/
9249
9250 S390 ZFCP DRIVER
9251 M: Steffen Maier <maier@linux.vnet.ibm.com>
9252 L: linux-s390@vger.kernel.org
9253 W: http://www.ibm.com/developerworks/linux/linux390/
9254 S: Supported
9255 F: drivers/s390/scsi/zfcp_*
9256
9257 S390 IUCV NETWORK LAYER
9258 M: Ursula Braun <ursula.braun@de.ibm.com>
9259 L: linux-s390@vger.kernel.org
9260 W: http://www.ibm.com/developerworks/linux/linux390/
9261 S: Supported
9262 F: drivers/s390/net/*iucv*
9263 F: include/net/iucv/
9264 F: net/iucv/
9265
9266 S390 IOMMU (PCI)
9267 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9268 L: linux-s390@vger.kernel.org
9269 W: http://www.ibm.com/developerworks/linux/linux390/
9270 S: Supported
9271 F: drivers/iommu/s390-iommu.c
9272
9273 S3C24XX SD/MMC Driver
9274 M: Ben Dooks <ben-linux@fluff.org>
9275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9276 S: Supported
9277 F: drivers/mmc/host/s3cmci.*
9278
9279 SAA6588 RDS RECEIVER DRIVER
9280 M: Hans Verkuil <hverkuil@xs4all.nl>
9281 L: linux-media@vger.kernel.org
9282 T: git git://linuxtv.org/media_tree.git
9283 W: http://linuxtv.org
9284 S: Odd Fixes
9285 F: drivers/media/i2c/saa6588*
9286
9287 SAA7134 VIDEO4LINUX DRIVER
9288 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9289 L: linux-media@vger.kernel.org
9290 W: http://linuxtv.org
9291 T: git git://linuxtv.org/media_tree.git
9292 S: Odd fixes
9293 F: Documentation/video4linux/*.saa7134
9294 F: drivers/media/pci/saa7134/
9295
9296 SAA7146 VIDEO4LINUX-2 DRIVER
9297 M: Hans Verkuil <hverkuil@xs4all.nl>
9298 L: linux-media@vger.kernel.org
9299 T: git git://linuxtv.org/media_tree.git
9300 S: Maintained
9301 F: drivers/media/common/saa7146/
9302 F: drivers/media/pci/saa7146/
9303 F: include/media/saa7146*
9304
9305 SAMSUNG LAPTOP DRIVER
9306 M: Corentin Chary <corentin.chary@gmail.com>
9307 L: platform-driver-x86@vger.kernel.org
9308 S: Maintained
9309 F: drivers/platform/x86/samsung-laptop.c
9310
9311 SAMSUNG AUDIO (ASoC) DRIVERS
9312 M: Sangbeom Kim <sbkim73@samsung.com>
9313 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9314 S: Supported
9315 F: sound/soc/samsung/
9316
9317 SAMSUNG FRAMEBUFFER DRIVER
9318 M: Jingoo Han <jingoohan1@gmail.com>
9319 L: linux-fbdev@vger.kernel.org
9320 S: Maintained
9321 F: drivers/video/fbdev/s3c-fb.c
9322
9323 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9324 M: Sangbeom Kim <sbkim73@samsung.com>
9325 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9326 L: linux-kernel@vger.kernel.org
9327 L: linux-samsung-soc@vger.kernel.org
9328 S: Supported
9329 F: drivers/mfd/sec*.c
9330 F: drivers/regulator/s2m*.c
9331 F: drivers/regulator/s5m*.c
9332 F: drivers/clk/clk-s2mps11.c
9333 F: drivers/rtc/rtc-s5m.c
9334 F: include/linux/mfd/samsung/
9335 F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9336 F: Documentation/devicetree/bindings/mfd/s2mp*.txt
9337
9338 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9339 M: Kyungmin Park <kyungmin.park@samsung.com>
9340 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9341 L: linux-media@vger.kernel.org
9342 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9343 S: Supported
9344 F: drivers/media/platform/exynos4-is/
9345
9346 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9347 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9348 L: linux-media@vger.kernel.org
9349 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9350 S: Maintained
9351 F: drivers/media/platform/s3c-camif/
9352 F: include/media/s3c_camif.h
9353
9354 SAMSUNG S5C73M3 CAMERA DRIVER
9355 M: Kyungmin Park <kyungmin.park@samsung.com>
9356 M: Andrzej Hajda <a.hajda@samsung.com>
9357 L: linux-media@vger.kernel.org
9358 S: Supported
9359 F: drivers/media/i2c/s5c73m3/*
9360
9361 SAMSUNG S5K5BAF CAMERA DRIVER
9362 M: Kyungmin Park <kyungmin.park@samsung.com>
9363 M: Andrzej Hajda <a.hajda@samsung.com>
9364 L: linux-media@vger.kernel.org
9365 S: Supported
9366 F: drivers/media/i2c/s5k5baf.c
9367
9368 SAMSUNG S3FWRN5 NFC DRIVER
9369 M: Robert Baldyga <r.baldyga@samsung.com>
9370 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9371 S: Supported
9372 F: drivers/nfc/s3fwrn5
9373
9374 SAMSUNG SOC CLOCK DRIVERS
9375 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9376 M: Tomasz Figa <tomasz.figa@gmail.com>
9377 S: Supported
9378 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9379 F: drivers/clk/samsung/
9380
9381 SAMSUNG SXGBE DRIVERS
9382 M: Byungho An <bh74.an@samsung.com>
9383 M: Girish K S <ks.giri@samsung.com>
9384 M: Vipul Pandya <vipul.pandya@samsung.com>
9385 S: Supported
9386 L: netdev@vger.kernel.org
9387 F: drivers/net/ethernet/samsung/sxgbe/
9388
9389 SAMSUNG THERMAL DRIVER
9390 M: Lukasz Majewski <l.majewski@samsung.com>
9391 L: linux-pm@vger.kernel.org
9392 L: linux-samsung-soc@vger.kernel.org
9393 S: Supported
9394 T: https://github.com/lmajewski/linux-samsung-thermal.git
9395 F: drivers/thermal/samsung/
9396
9397 SAMSUNG USB2 PHY DRIVER
9398 M: Kamil Debski <k.debski@samsung.com>
9399 L: linux-kernel@vger.kernel.org
9400 S: Supported
9401 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9402 F: Documentation/phy/samsung-usb2.txt
9403 F: drivers/phy/phy-exynos4210-usb2.c
9404 F: drivers/phy/phy-exynos4x12-usb2.c
9405 F: drivers/phy/phy-exynos5250-usb2.c
9406 F: drivers/phy/phy-s5pv210-usb2.c
9407 F: drivers/phy/phy-samsung-usb2.c
9408 F: drivers/phy/phy-samsung-usb2.h
9409
9410 SERIAL DRIVERS
9411 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9412 L: linux-serial@vger.kernel.org
9413 S: Maintained
9414 F: drivers/tty/serial/
9415
9416 SYNOPSYS DESIGNWARE DMAC DRIVER
9417 M: Viresh Kumar <vireshk@kernel.org>
9418 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9419 S: Maintained
9420 F: include/linux/dma/dw.h
9421 F: include/linux/platform_data/dma-dw.h
9422 F: drivers/dma/dw/
9423
9424 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9425 M: Lars Persson <lars.persson@axis.com>
9426 L: netdev@vger.kernel.org
9427 S: Supported
9428 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9429 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9430
9431 SYNOPSYS DESIGNWARE I2C DRIVER
9432 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9433 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9434 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9435 L: linux-i2c@vger.kernel.org
9436 S: Maintained
9437 F: drivers/i2c/busses/i2c-designware-*
9438 F: include/linux/platform_data/i2c-designware.h
9439
9440 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9441 M: Jaehoon Chung <jh80.chung@samsung.com>
9442 L: linux-mmc@vger.kernel.org
9443 S: Maintained
9444 F: include/linux/mmc/dw_mmc.h
9445 F: drivers/mmc/host/dw_mmc*
9446
9447 SYSTEM TRACE MODULE CLASS
9448 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9449 S: Maintained
9450 F: Documentation/trace/stm.txt
9451 F: drivers/hwtracing/stm/
9452 F: include/linux/stm.h
9453 F: include/uapi/linux/stm.h
9454
9455 THUNDERBOLT DRIVER
9456 M: Andreas Noever <andreas.noever@gmail.com>
9457 S: Maintained
9458 F: drivers/thunderbolt/
9459
9460 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9461 M: John Stultz <john.stultz@linaro.org>
9462 M: Thomas Gleixner <tglx@linutronix.de>
9463 L: linux-kernel@vger.kernel.org
9464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9465 S: Supported
9466 F: include/linux/clocksource.h
9467 F: include/linux/time.h
9468 F: include/linux/timex.h
9469 F: include/uapi/linux/time.h
9470 F: include/uapi/linux/timex.h
9471 F: kernel/time/clocksource.c
9472 F: kernel/time/time*.c
9473 F: kernel/time/ntp.c
9474 F: tools/testing/selftests/timers/
9475
9476 SC1200 WDT DRIVER
9477 M: Zwane Mwaikambo <zwanem@gmail.com>
9478 S: Maintained
9479 F: drivers/watchdog/sc1200wdt.c
9480
9481 SCHEDULER
9482 M: Ingo Molnar <mingo@redhat.com>
9483 M: Peter Zijlstra <peterz@infradead.org>
9484 L: linux-kernel@vger.kernel.org
9485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9486 S: Maintained
9487 F: kernel/sched/
9488 F: include/linux/sched.h
9489 F: include/uapi/linux/sched.h
9490 F: include/linux/wait.h
9491
9492 SCORE ARCHITECTURE
9493 M: Chen Liqin <liqin.linux@gmail.com>
9494 M: Lennox Wu <lennox.wu@gmail.com>
9495 W: http://www.sunplus.com
9496 S: Supported
9497 F: arch/score/
9498
9499 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9500 M: Sudeep Holla <sudeep.holla@arm.com>
9501 L: linux-arm-kernel@lists.infradead.org
9502 S: Maintained
9503 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9504 F: drivers/clk/clk-scpi.c
9505 F: drivers/cpufreq/scpi-cpufreq.c
9506 F: drivers/firmware/arm_scpi.c
9507 F: include/linux/scpi_protocol.h
9508
9509 SCSI CDROM DRIVER
9510 M: Jens Axboe <axboe@kernel.dk>
9511 L: linux-scsi@vger.kernel.org
9512 W: http://www.kernel.dk
9513 S: Maintained
9514 F: drivers/scsi/sr*
9515
9516 SCSI RDMA PROTOCOL (SRP) INITIATOR
9517 M: Bart Van Assche <bart.vanassche@sandisk.com>
9518 L: linux-rdma@vger.kernel.org
9519 S: Supported
9520 W: http://www.openfabrics.org
9521 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9523 F: drivers/infiniband/ulp/srp/
9524 F: include/scsi/srp.h
9525
9526 SCSI SG DRIVER
9527 M: Doug Gilbert <dgilbert@interlog.com>
9528 L: linux-scsi@vger.kernel.org
9529 W: http://sg.danny.cz/sg
9530 S: Maintained
9531 F: Documentation/scsi/scsi-generic.txt
9532 F: drivers/scsi/sg.c
9533 F: include/scsi/sg.h
9534
9535 SCSI SUBSYSTEM
9536 M: "James E.J. Bottomley" <JBottomley@odin.com>
9537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9538 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9540 L: linux-scsi@vger.kernel.org
9541 S: Maintained
9542 F: drivers/scsi/
9543 F: include/scsi/
9544
9545 SCSI TAPE DRIVER
9546 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9547 L: linux-scsi@vger.kernel.org
9548 S: Maintained
9549 F: Documentation/scsi/st.txt
9550 F: drivers/scsi/st.*
9551 F: drivers/scsi/st_*.h
9552
9553 SCTP PROTOCOL
9554 M: Vlad Yasevich <vyasevich@gmail.com>
9555 M: Neil Horman <nhorman@tuxdriver.com>
9556 L: linux-sctp@vger.kernel.org
9557 W: http://lksctp.sourceforge.net
9558 S: Maintained
9559 F: Documentation/networking/sctp.txt
9560 F: include/linux/sctp.h
9561 F: include/uapi/linux/sctp.h
9562 F: include/net/sctp/
9563 F: net/sctp/
9564
9565 SCx200 CPU SUPPORT
9566 M: Jim Cromie <jim.cromie@gmail.com>
9567 S: Odd Fixes
9568 F: Documentation/i2c/busses/scx200_acb
9569 F: arch/x86/platform/scx200/
9570 F: drivers/watchdog/scx200_wdt.c
9571 F: drivers/i2c/busses/scx200*
9572 F: drivers/mtd/maps/scx200_docflash.c
9573 F: include/linux/scx200.h
9574
9575 SCx200 GPIO DRIVER
9576 M: Jim Cromie <jim.cromie@gmail.com>
9577 S: Maintained
9578 F: drivers/char/scx200_gpio.c
9579 F: include/linux/scx200_gpio.h
9580
9581 SCx200 HRT CLOCKSOURCE DRIVER
9582 M: Jim Cromie <jim.cromie@gmail.com>
9583 S: Maintained
9584 F: drivers/clocksource/scx200_hrt.c
9585
9586 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9587 M: Sascha Sommer <saschasommer@freenet.de>
9588 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9589 S: Maintained
9590 F: drivers/mmc/host/sdricoh_cs.c
9591
9592 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9593 L: linux-mmc@vger.kernel.org
9594 S: Orphan
9595 F: drivers/mmc/host/sdhci.*
9596 F: drivers/mmc/host/sdhci-pltfm.[ch]
9597
9598 SECURE COMPUTING
9599 M: Kees Cook <keescook@chromium.org>
9600 R: Andy Lutomirski <luto@amacapital.net>
9601 R: Will Drewry <wad@chromium.org>
9602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9603 S: Supported
9604 F: kernel/seccomp.c
9605 F: include/uapi/linux/seccomp.h
9606 F: include/linux/seccomp.h
9607 F: tools/testing/selftests/seccomp/*
9608 K: \bsecure_computing
9609 K: \bTIF_SECCOMP\b
9610
9611 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9612 M: Ben Dooks <ben-linux@fluff.org>
9613 M: Jaehoon Chung <jh80.chung@samsung.com>
9614 L: linux-mmc@vger.kernel.org
9615 S: Maintained
9616 F: drivers/mmc/host/sdhci-s3c*
9617
9618 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9619 M: Viresh Kumar <vireshk@kernel.org>
9620 L: spear-devel@list.st.com
9621 L: linux-mmc@vger.kernel.org
9622 S: Maintained
9623 F: drivers/mmc/host/sdhci-spear.c
9624
9625 SECURITY SUBSYSTEM
9626 M: James Morris <james.l.morris@oracle.com>
9627 M: "Serge E. Hallyn" <serge@hallyn.com>
9628 L: linux-security-module@vger.kernel.org (suggested Cc:)
9629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9630 W: http://kernsec.org/
9631 S: Supported
9632 F: security/
9633
9634 SECURITY CONTACT
9635 M: Security Officers <security@kernel.org>
9636 S: Supported
9637
9638 SELINUX SECURITY MODULE
9639 M: Paul Moore <paul@paul-moore.com>
9640 M: Stephen Smalley <sds@tycho.nsa.gov>
9641 M: Eric Paris <eparis@parisplace.org>
9642 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9643 W: http://selinuxproject.org
9644 T: git git://git.infradead.org/users/pcmoore/selinux
9645 S: Supported
9646 F: include/linux/selinux*
9647 F: security/selinux/
9648 F: scripts/selinux/
9649
9650 APPARMOR SECURITY MODULE
9651 M: John Johansen <john.johansen@canonical.com>
9652 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9653 W: apparmor.wiki.kernel.org
9654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9655 S: Supported
9656 F: security/apparmor/
9657
9658 YAMA SECURITY MODULE
9659 M: Kees Cook <keescook@chromium.org>
9660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9661 S: Supported
9662 F: security/yama/
9663
9664 SENSABLE PHANTOM
9665 M: Jiri Slaby <jirislaby@gmail.com>
9666 S: Maintained
9667 F: drivers/misc/phantom.c
9668 F: include/uapi/linux/phantom.h
9669
9670 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9671 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9672 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9673 M: John Soni Jose <sony.john@avagotech.com>
9674 L: linux-scsi@vger.kernel.org
9675 W: http://www.avagotech.com
9676 S: Supported
9677 F: drivers/scsi/be2iscsi/
9678
9679 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9680 M: Sathya Perla <sathya.perla@avagotech.com>
9681 M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9682 M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9683 M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9684 L: netdev@vger.kernel.org
9685 W: http://www.emulex.com
9686 S: Supported
9687 F: drivers/net/ethernet/emulex/benet/
9688
9689 EMULEX ONECONNECT ROCE DRIVER
9690 M: Selvin Xavier <selvin.xavier@avagotech.com>
9691 M: Devesh Sharma <devesh.sharma@avagotech.com>
9692 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9693 L: linux-rdma@vger.kernel.org
9694 W: http://www.emulex.com
9695 S: Supported
9696 F: drivers/infiniband/hw/ocrdma/
9697
9698 SFC NETWORK DRIVER
9699 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9700 M: Shradha Shah <sshah@solarflare.com>
9701 L: netdev@vger.kernel.org
9702 S: Supported
9703 F: drivers/net/ethernet/sfc/
9704
9705 SGI GRU DRIVER
9706 M: Dimitri Sivanich <sivanich@sgi.com>
9707 S: Maintained
9708 F: drivers/misc/sgi-gru/
9709
9710 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9711 M: Pat Gefre <pfg@sgi.com>
9712 L: linux-ia64@vger.kernel.org
9713 S: Supported
9714 F: Documentation/ia64/serial.txt
9715 F: drivers/tty/serial/ioc?_serial.c
9716 F: include/linux/ioc?.h
9717
9718 SGI XP/XPC/XPNET DRIVER
9719 M: Cliff Whickman <cpw@sgi.com>
9720 M: Robin Holt <robinmholt@gmail.com>
9721 S: Maintained
9722 F: drivers/misc/sgi-xp/
9723
9724 SI2157 MEDIA DRIVER
9725 M: Antti Palosaari <crope@iki.fi>
9726 L: linux-media@vger.kernel.org
9727 W: http://linuxtv.org/
9728 W: http://palosaari.fi/linux/
9729 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9730 T: git git://linuxtv.org/anttip/media_tree.git
9731 S: Maintained
9732 F: drivers/media/tuners/si2157*
9733
9734 SI2168 MEDIA DRIVER
9735 M: Antti Palosaari <crope@iki.fi>
9736 L: linux-media@vger.kernel.org
9737 W: http://linuxtv.org/
9738 W: http://palosaari.fi/linux/
9739 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9740 T: git git://linuxtv.org/anttip/media_tree.git
9741 S: Maintained
9742 F: drivers/media/dvb-frontends/si2168*
9743
9744 SI470X FM RADIO RECEIVER I2C DRIVER
9745 M: Hans Verkuil <hverkuil@xs4all.nl>
9746 L: linux-media@vger.kernel.org
9747 T: git git://linuxtv.org/media_tree.git
9748 W: http://linuxtv.org
9749 S: Odd Fixes
9750 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9751
9752 SI470X FM RADIO RECEIVER USB DRIVER
9753 M: Hans Verkuil <hverkuil@xs4all.nl>
9754 L: linux-media@vger.kernel.org
9755 T: git git://linuxtv.org/media_tree.git
9756 W: http://linuxtv.org
9757 S: Maintained
9758 F: drivers/media/radio/si470x/radio-si470x-common.c
9759 F: drivers/media/radio/si470x/radio-si470x.h
9760 F: drivers/media/radio/si470x/radio-si470x-usb.c
9761
9762 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9763 M: Eduardo Valentin <edubezval@gmail.com>
9764 L: linux-media@vger.kernel.org
9765 T: git git://linuxtv.org/media_tree.git
9766 W: http://linuxtv.org
9767 S: Odd Fixes
9768 F: drivers/media/radio/si4713/si4713.?
9769
9770 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9771 M: Eduardo Valentin <edubezval@gmail.com>
9772 L: linux-media@vger.kernel.org
9773 T: git git://linuxtv.org/media_tree.git
9774 W: http://linuxtv.org
9775 S: Odd Fixes
9776 F: drivers/media/radio/si4713/radio-platform-si4713.c
9777
9778 SI4713 FM RADIO TRANSMITTER USB DRIVER
9779 M: Hans Verkuil <hverkuil@xs4all.nl>
9780 L: linux-media@vger.kernel.org
9781 T: git git://linuxtv.org/media_tree.git
9782 W: http://linuxtv.org
9783 S: Maintained
9784 F: drivers/media/radio/si4713/radio-usb-si4713.c
9785
9786 SIANO DVB DRIVER
9787 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9788 L: linux-media@vger.kernel.org
9789 W: http://linuxtv.org
9790 T: git git://linuxtv.org/media_tree.git
9791 S: Odd fixes
9792 F: drivers/media/common/siano/
9793 F: drivers/media/usb/siano/
9794 F: drivers/media/usb/siano/
9795 F: drivers/media/mmc/siano/
9796
9797 SIMPLEFB FB DRIVER
9798 M: Hans de Goede <hdegoede@redhat.com>
9799 L: linux-fbdev@vger.kernel.org
9800 S: Maintained
9801 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9802 F: drivers/video/fbdev/simplefb.c
9803 F: include/linux/platform_data/simplefb.h
9804
9805 SH_VEU V4L2 MEM2MEM DRIVER
9806 L: linux-media@vger.kernel.org
9807 S: Orphan
9808 F: drivers/media/platform/sh_veu.c
9809
9810 SH_VOU V4L2 OUTPUT DRIVER
9811 L: linux-media@vger.kernel.org
9812 S: Orphan
9813 F: drivers/media/platform/sh_vou.c
9814 F: include/media/sh_vou.h
9815
9816 SIMPLE FIRMWARE INTERFACE (SFI)
9817 M: Len Brown <lenb@kernel.org>
9818 L: sfi-devel@simplefirmware.org
9819 W: http://simplefirmware.org/
9820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9821 S: Supported
9822 F: arch/x86/platform/sfi/
9823 F: drivers/sfi/
9824 F: include/linux/sfi*.h
9825
9826 SIMTEC EB110ATX (Chalice CATS)
9827 P: Ben Dooks
9828 P: Vincent Sanders <vince@simtec.co.uk>
9829 M: Simtec Linux Team <linux@simtec.co.uk>
9830 W: http://www.simtec.co.uk/products/EB110ATX/
9831 S: Supported
9832
9833 SIMTEC EB2410ITX (BAST)
9834 P: Ben Dooks
9835 P: Vincent Sanders <vince@simtec.co.uk>
9836 M: Simtec Linux Team <linux@simtec.co.uk>
9837 W: http://www.simtec.co.uk/products/EB2410ITX/
9838 S: Supported
9839 F: arch/arm/mach-s3c24xx/mach-bast.c
9840 F: arch/arm/mach-s3c24xx/bast-ide.c
9841 F: arch/arm/mach-s3c24xx/bast-irq.c
9842
9843 TI DAVINCI MACHINE SUPPORT
9844 M: Sekhar Nori <nsekhar@ti.com>
9845 M: Kevin Hilman <khilman@deeprootsystems.com>
9846 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9847 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9848 S: Supported
9849 F: arch/arm/mach-davinci/
9850 F: drivers/i2c/busses/i2c-davinci.c
9851
9852 TI DAVINCI SERIES MEDIA DRIVER
9853 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9854 L: linux-media@vger.kernel.org
9855 W: http://linuxtv.org/
9856 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9857 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9858 S: Maintained
9859 F: drivers/media/platform/davinci/
9860 F: include/media/davinci/
9861
9862 TI AM437X VPFE DRIVER
9863 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9864 L: linux-media@vger.kernel.org
9865 W: http://linuxtv.org/
9866 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9867 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9868 S: Maintained
9869 F: drivers/media/platform/am437x/
9870
9871 OV2659 OMNIVISION SENSOR DRIVER
9872 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9873 L: linux-media@vger.kernel.org
9874 W: http://linuxtv.org/
9875 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9876 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9877 S: Maintained
9878 F: drivers/media/i2c/ov2659.c
9879 F: include/media/ov2659.h
9880
9881 SILICON MOTION SM712 FRAME BUFFER DRIVER
9882 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9883 M: Teddy Wang <teddy.wang@siliconmotion.com>
9884 M: Sudip Mukherjee <sudip@vectorindia.org>
9885 L: linux-fbdev@vger.kernel.org
9886 S: Maintained
9887 F: drivers/video/fbdev/sm712*
9888 F: Documentation/fb/sm712fb.txt
9889
9890 SIS 190 ETHERNET DRIVER
9891 M: Francois Romieu <romieu@fr.zoreil.com>
9892 L: netdev@vger.kernel.org
9893 S: Maintained
9894 F: drivers/net/ethernet/sis/sis190.c
9895
9896 SIS 900/7016 FAST ETHERNET DRIVER
9897 M: Daniele Venzano <venza@brownhat.org>
9898 W: http://www.brownhat.org/sis900.html
9899 L: netdev@vger.kernel.org
9900 S: Maintained
9901 F: drivers/net/ethernet/sis/sis900.*
9902
9903 SIS FRAMEBUFFER DRIVER
9904 M: Thomas Winischhofer <thomas@winischhofer.net>
9905 W: http://www.winischhofer.net/linuxsisvga.shtml
9906 S: Maintained
9907 F: Documentation/fb/sisfb.txt
9908 F: drivers/video/fbdev/sis/
9909 F: include/video/sisfb.h
9910
9911 SIS USB2VGA DRIVER
9912 M: Thomas Winischhofer <thomas@winischhofer.net>
9913 W: http://www.winischhofer.at/linuxsisusbvga.shtml
9914 S: Maintained
9915 F: drivers/usb/misc/sisusbvga/
9916
9917 SLAB ALLOCATOR
9918 M: Christoph Lameter <cl@linux.com>
9919 M: Pekka Enberg <penberg@kernel.org>
9920 M: David Rientjes <rientjes@google.com>
9921 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9922 M: Andrew Morton <akpm@linux-foundation.org>
9923 L: linux-mm@kvack.org
9924 S: Maintained
9925 F: include/linux/sl?b*.h
9926 F: mm/sl?b*
9927
9928 SLEEPABLE READ-COPY UPDATE (SRCU)
9929 M: Lai Jiangshan <jiangshanlai@gmail.com>
9930 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9931 M: Josh Triplett <josh@joshtriplett.org>
9932 R: Steven Rostedt <rostedt@goodmis.org>
9933 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9934 L: linux-kernel@vger.kernel.org
9935 W: http://www.rdrop.com/users/paulmck/RCU/
9936 S: Supported
9937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9938 F: include/linux/srcu.h
9939 F: kernel/rcu/srcu.c
9940
9941 SMACK SECURITY MODULE
9942 M: Casey Schaufler <casey@schaufler-ca.com>
9943 L: linux-security-module@vger.kernel.org
9944 W: http://schaufler-ca.com
9945 T: git git://git.gitorious.org/smack-next/kernel.git
9946 S: Maintained
9947 F: Documentation/security/Smack.txt
9948 F: security/smack/
9949
9950 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9951 M: Kevin Hilman <khilman@kernel.org>
9952 M: Nishanth Menon <nm@ti.com>
9953 S: Maintained
9954 F: drivers/power/avs/
9955 F: include/linux/power/smartreflex.h
9956 L: linux-pm@vger.kernel.org
9957
9958 SMC91x ETHERNET DRIVER
9959 M: Nicolas Pitre <nico@fluxnic.net>
9960 S: Odd Fixes
9961 F: drivers/net/ethernet/smsc/smc91x.*
9962
9963 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9964 M: Sakari Ailus <sakari.ailus@iki.fi>
9965 L: linux-media@vger.kernel.org
9966 S: Maintained
9967 F: drivers/media/i2c/smiapp/
9968 F: include/media/smiapp.h
9969 F: drivers/media/i2c/smiapp-pll.c
9970 F: drivers/media/i2c/smiapp-pll.h
9971 F: include/uapi/linux/smiapp.h
9972 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9973
9974 SMM665 HARDWARE MONITOR DRIVER
9975 M: Guenter Roeck <linux@roeck-us.net>
9976 L: linux-hwmon@vger.kernel.org
9977 S: Maintained
9978 F: Documentation/hwmon/smm665
9979 F: drivers/hwmon/smm665.c
9980
9981 SMSC EMC2103 HARDWARE MONITOR DRIVER
9982 M: Steve Glendinning <steve.glendinning@shawell.net>
9983 L: linux-hwmon@vger.kernel.org
9984 S: Maintained
9985 F: Documentation/hwmon/emc2103
9986 F: drivers/hwmon/emc2103.c
9987
9988 SMSC SCH5627 HARDWARE MONITOR DRIVER
9989 M: Hans de Goede <hdegoede@redhat.com>
9990 L: linux-hwmon@vger.kernel.org
9991 S: Supported
9992 F: Documentation/hwmon/sch5627
9993 F: drivers/hwmon/sch5627.c
9994
9995 SMSC47B397 HARDWARE MONITOR DRIVER
9996 M: Jean Delvare <jdelvare@suse.com>
9997 L: linux-hwmon@vger.kernel.org
9998 S: Maintained
9999 F: Documentation/hwmon/smsc47b397
10000 F: drivers/hwmon/smsc47b397.c
10001
10002 SMSC911x ETHERNET DRIVER
10003 M: Steve Glendinning <steve.glendinning@shawell.net>
10004 L: netdev@vger.kernel.org
10005 S: Maintained
10006 F: include/linux/smsc911x.h
10007 F: drivers/net/ethernet/smsc/smsc911x.*
10008
10009 SMSC9420 PCI ETHERNET DRIVER
10010 M: Steve Glendinning <steve.glendinning@shawell.net>
10011 L: netdev@vger.kernel.org
10012 S: Maintained
10013 F: drivers/net/ethernet/smsc/smsc9420.*
10014
10015 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10016 M: Steve Glendinning <steve.glendinning@shawell.net>
10017 L: linux-fbdev@vger.kernel.org
10018 S: Maintained
10019 F: drivers/video/fbdev/smscufx.c
10020
10021 SOC-CAMERA V4L2 SUBSYSTEM
10022 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10023 L: linux-media@vger.kernel.org
10024 T: git git://linuxtv.org/media_tree.git
10025 S: Maintained
10026 F: include/media/soc*
10027 F: drivers/media/i2c/soc_camera/
10028 F: drivers/media/platform/soc_camera/
10029
10030 SOEKRIS NET48XX LED SUPPORT
10031 M: Chris Boot <bootc@bootc.net>
10032 S: Maintained
10033 F: drivers/leds/leds-net48xx.c
10034
10035 SOFTLOGIC 6x10 MPEG CODEC
10036 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10037 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10038 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10039 M: Ismael Luceno <ismael@iodev.co.uk>
10040 L: linux-media@vger.kernel.org
10041 S: Supported
10042 F: drivers/media/pci/solo6x10/
10043
10044 SOFTWARE RAID (Multiple Disks) SUPPORT
10045 M: Neil Brown <neilb@suse.com>
10046 L: linux-raid@vger.kernel.org
10047 S: Supported
10048 F: drivers/md/
10049 F: include/linux/raid/
10050 F: include/uapi/linux/raid/
10051
10052 SONIC NETWORK DRIVER
10053 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10054 L: netdev@vger.kernel.org
10055 S: Maintained
10056 F: drivers/net/ethernet/natsemi/sonic.*
10057
10058 SONICS SILICON BACKPLANE DRIVER (SSB)
10059 M: Michael Buesch <m@bues.ch>
10060 L: netdev@vger.kernel.org
10061 S: Maintained
10062 F: drivers/ssb/
10063 F: include/linux/ssb/
10064
10065 SONY VAIO CONTROL DEVICE DRIVER
10066 M: Mattia Dongili <malattia@linux.it>
10067 L: platform-driver-x86@vger.kernel.org
10068 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10069 S: Maintained
10070 F: Documentation/laptops/sony-laptop.txt
10071 F: drivers/char/sonypi.c
10072 F: drivers/platform/x86/sony-laptop.c
10073 F: include/linux/sony-laptop.h
10074
10075 SONY MEMORYSTICK CARD SUPPORT
10076 M: Alex Dubov <oakad@yahoo.com>
10077 W: http://tifmxx.berlios.de/
10078 S: Maintained
10079 F: drivers/memstick/host/tifm_ms.c
10080
10081 SONY MEMORYSTICK STANDARD SUPPORT
10082 M: Maxim Levitsky <maximlevitsky@gmail.com>
10083 S: Maintained
10084 F: drivers/memstick/core/ms_block.*
10085
10086 SOUND
10087 M: Jaroslav Kysela <perex@perex.cz>
10088 M: Takashi Iwai <tiwai@suse.com>
10089 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10090 W: http://www.alsa-project.org/
10091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10092 T: git git://git.alsa-project.org/alsa-kernel.git
10093 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10094 S: Maintained
10095 F: Documentation/sound/
10096 F: include/sound/
10097 F: include/uapi/sound/
10098 F: sound/
10099
10100 SOUND - COMPRESSED AUDIO
10101 M: Vinod Koul <vinod.koul@intel.com>
10102 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10104 S: Supported
10105 F: Documentation/sound/alsa/compress_offload.txt
10106 F: include/sound/compress_driver.h
10107 F: include/uapi/sound/compress_*
10108 F: sound/core/compress_offload.c
10109 F: sound/soc/soc-compress.c
10110
10111 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10112 M: Liam Girdwood <lgirdwood@gmail.com>
10113 M: Mark Brown <broonie@kernel.org>
10114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10115 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10116 W: http://alsa-project.org/main/index.php/ASoC
10117 S: Supported
10118 F: Documentation/sound/alsa/soc/
10119 F: sound/soc/
10120 F: include/sound/soc*
10121
10122 SOUND - DMAENGINE HELPERS
10123 M: Lars-Peter Clausen <lars@metafoo.de>
10124 S: Supported
10125 F: include/sound/dmaengine_pcm.h
10126 F: sound/core/pcm_dmaengine.c
10127 F: sound/soc/soc-generic-dmaengine-pcm.c
10128
10129 SP2 MEDIA DRIVER
10130 M: Olli Salonen <olli.salonen@iki.fi>
10131 L: linux-media@vger.kernel.org
10132 W: http://linuxtv.org/
10133 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10134 S: Maintained
10135 F: drivers/media/dvb-frontends/sp2*
10136
10137 SPARC + UltraSPARC (sparc/sparc64)
10138 M: "David S. Miller" <davem@davemloft.net>
10139 L: sparclinux@vger.kernel.org
10140 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10143 S: Maintained
10144 F: arch/sparc/
10145 F: drivers/sbus/
10146
10147 SPARC SERIAL DRIVERS
10148 M: "David S. Miller" <davem@davemloft.net>
10149 L: sparclinux@vger.kernel.org
10150 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10152 S: Maintained
10153 F: include/linux/sunserialcore.h
10154 F: drivers/tty/serial/suncore.c
10155 F: drivers/tty/serial/sunhv.c
10156 F: drivers/tty/serial/sunsab.c
10157 F: drivers/tty/serial/sunsab.h
10158 F: drivers/tty/serial/sunsu.c
10159 F: drivers/tty/serial/sunzilog.c
10160 F: drivers/tty/serial/sunzilog.h
10161
10162 SPARSE CHECKER
10163 M: "Christopher Li" <sparse@chrisli.org>
10164 L: linux-sparse@vger.kernel.org
10165 W: https://sparse.wiki.kernel.org/
10166 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10167 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10168 S: Maintained
10169 F: include/linux/compiler.h
10170
10171 SPEAR PLATFORM SUPPORT
10172 M: Viresh Kumar <vireshk@kernel.org>
10173 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10174 L: spear-devel@list.st.com
10175 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10176 W: http://www.st.com/spear
10177 S: Maintained
10178 F: arch/arm/mach-spear/
10179
10180 SPEAR CLOCK FRAMEWORK SUPPORT
10181 M: Viresh Kumar <vireshk@kernel.org>
10182 L: spear-devel@list.st.com
10183 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10184 W: http://www.st.com/spear
10185 S: Maintained
10186 F: drivers/clk/spear/
10187
10188 SPI SUBSYSTEM
10189 M: Mark Brown <broonie@kernel.org>
10190 L: linux-spi@vger.kernel.org
10191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10192 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10193 S: Maintained
10194 F: Documentation/spi/
10195 F: drivers/spi/
10196 F: include/linux/spi/
10197 F: include/uapi/linux/spi/
10198
10199 SPIDERNET NETWORK DRIVER for CELL
10200 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10201 L: netdev@vger.kernel.org
10202 S: Supported
10203 F: Documentation/networking/spider_net.txt
10204 F: drivers/net/ethernet/toshiba/spider_net*
10205
10206 SPU FILE SYSTEM
10207 M: Jeremy Kerr <jk@ozlabs.org>
10208 L: linuxppc-dev@lists.ozlabs.org
10209 W: http://www.ibm.com/developerworks/power/cell/
10210 S: Supported
10211 F: Documentation/filesystems/spufs.txt
10212 F: arch/powerpc/platforms/cell/spufs/
10213
10214 SQUASHFS FILE SYSTEM
10215 M: Phillip Lougher <phillip@squashfs.org.uk>
10216 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10217 W: http://squashfs.org.uk
10218 S: Maintained
10219 F: Documentation/filesystems/squashfs.txt
10220 F: fs/squashfs/
10221
10222 SRM (Alpha) environment access
10223 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10224 S: Maintained
10225 F: arch/alpha/kernel/srm_env.c
10226
10227 STABLE BRANCH
10228 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10229 L: stable@vger.kernel.org
10230 S: Supported
10231 F: Documentation/stable_kernel_rules.txt
10232
10233 STAGING SUBSYSTEM
10234 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10236 L: devel@driverdev.osuosl.org
10237 S: Supported
10238 F: drivers/staging/
10239
10240 STAGING - COMEDI
10241 M: Ian Abbott <abbotti@mev.co.uk>
10242 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10243 S: Odd Fixes
10244 F: drivers/staging/comedi/
10245
10246 STAGING - FLARION FT1000 DRIVERS
10247 M: Marek Belisko <marek.belisko@gmail.com>
10248 S: Odd Fixes
10249 F: drivers/staging/ft1000/
10250
10251 STAGING - INDUSTRIAL IO
10252 M: Jonathan Cameron <jic23@kernel.org>
10253 L: linux-iio@vger.kernel.org
10254 S: Odd Fixes
10255 F: drivers/staging/iio/
10256
10257 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10258 M: Jarod Wilson <jarod@wilsonet.com>
10259 W: http://www.lirc.org/
10260 S: Odd Fixes
10261 F: drivers/staging/media/lirc/
10262
10263 STAGING - LUSTRE PARALLEL FILESYSTEM
10264 M: Oleg Drokin <oleg.drokin@intel.com>
10265 M: Andreas Dilger <andreas.dilger@intel.com>
10266 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10267 W: http://wiki.lustre.org/
10268 S: Maintained
10269 F: drivers/staging/lustre
10270
10271 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10272 M: Marc Dietrich <marvin24@gmx.de>
10273 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10274 L: linux-tegra@vger.kernel.org
10275 S: Maintained
10276 F: drivers/staging/nvec/
10277
10278 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10279 M: Jens Frederich <jfrederich@gmail.com>
10280 M: Daniel Drake <dsd@laptop.org>
10281 M: Jon Nettleton <jon.nettleton@gmail.com>
10282 W: http://wiki.laptop.org/go/DCON
10283 S: Maintained
10284 F: drivers/staging/olpc_dcon/
10285
10286 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10287 M: Willy Tarreau <willy@meta-x.org>
10288 S: Odd Fixes
10289 F: drivers/staging/panel/
10290
10291 STAGING - REALTEK RTL8712U DRIVERS
10292 M: Larry Finger <Larry.Finger@lwfinger.net>
10293 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10294 S: Odd Fixes
10295 F: drivers/staging/rtl8712/
10296
10297 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10298 M: Larry Finger <Larry.Finger@lwfinger.net>
10299 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10300 L: linux-wireless@vger.kernel.org
10301 S: Maintained
10302 F: drivers/staging/rtl8723au/
10303
10304 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10305 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10306 M: Teddy Wang <teddy.wang@siliconmotion.com>
10307 M: Sudip Mukherjee <sudip@vectorindia.org>
10308 L: linux-fbdev@vger.kernel.org
10309 S: Maintained
10310 F: drivers/staging/sm750fb/
10311
10312 STAGING - SLICOSS
10313 M: Lior Dotan <liodot@gmail.com>
10314 M: Christopher Harrer <charrer@alacritech.com>
10315 S: Odd Fixes
10316 F: drivers/staging/slicoss/
10317
10318 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10319 M: William Hubbs <w.d.hubbs@gmail.com>
10320 M: Chris Brannon <chris@the-brannons.com>
10321 M: Kirk Reiser <kirk@reisers.ca>
10322 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10323 L: speakup@linux-speakup.org
10324 W: http://www.linux-speakup.org/
10325 S: Odd Fixes
10326 F: drivers/staging/speakup/
10327
10328 STAGING - VIA VT665X DRIVERS
10329 M: Forest Bond <forest@alittletooquiet.net>
10330 S: Odd Fixes
10331 F: drivers/staging/vt665?/
10332
10333 STAGING - WILC1000 WIFI DRIVER
10334 M: Johnny Kim <johnny.kim@atmel.com>
10335 M: Austin Shin <austin.shin@atmel.com>
10336 M: Chris Park <chris.park@atmel.com>
10337 M: Tony Cho <tony.cho@atmel.com>
10338 M: Glen Lee <glen.lee@atmel.com>
10339 M: Leo Kim <leo.kim@atmel.com>
10340 L: linux-wireless@vger.kernel.org
10341 S: Supported
10342 F: drivers/staging/wilc1000/
10343
10344 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10345 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10346 S: Odd Fixes
10347 F: drivers/staging/xgifb/
10348
10349 HFI1 DRIVER
10350 M: Mike Marciniszyn <infinipath@intel.com>
10351 L: linux-rdma@vger.kernel.org
10352 S: Supported
10353 F: drivers/staging/rdma/hfi1
10354
10355 STARFIRE/DURALAN NETWORK DRIVER
10356 M: Ion Badulescu <ionut@badula.org>
10357 S: Odd Fixes
10358 F: drivers/net/ethernet/adaptec/starfire*
10359
10360 SUN3/3X
10361 M: Sam Creasey <sammy@sammy.net>
10362 W: http://sammy.net/sun3/
10363 S: Maintained
10364 F: arch/m68k/kernel/*sun3*
10365 F: arch/m68k/sun3*/
10366 F: arch/m68k/include/asm/sun3*
10367 F: drivers/net/ethernet/i825xx/sun3*
10368
10369 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10370 M: Hans de Goede <hdegoede@redhat.com>
10371 L: linux-input@vger.kernel.org
10372 S: Maintained
10373 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10374 F: drivers/input/keyboard/sun4i-lradc-keys.c
10375
10376 SUNDANCE NETWORK DRIVER
10377 M: Denis Kirjanov <kda@linux-powerpc.org>
10378 L: netdev@vger.kernel.org
10379 S: Maintained
10380 F: drivers/net/ethernet/dlink/sundance.c
10381
10382 SUPERH
10383 M: Yoshinori Sato <ysato@users.sourceforge.jp>
10384 M: Rich Felker <dalias@libc.org>
10385 L: linux-sh@vger.kernel.org
10386 Q: http://patchwork.kernel.org/project/linux-sh/list/
10387 S: Maintained
10388 F: Documentation/sh/
10389 F: arch/sh/
10390 F: drivers/sh/
10391
10392 SUSPEND TO RAM
10393 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10394 M: Len Brown <len.brown@intel.com>
10395 M: Pavel Machek <pavel@ucw.cz>
10396 L: linux-pm@vger.kernel.org
10397 S: Supported
10398 F: Documentation/power/
10399 F: arch/x86/kernel/acpi/
10400 F: drivers/base/power/
10401 F: kernel/power/
10402 F: include/linux/suspend.h
10403 F: include/linux/freezer.h
10404 F: include/linux/pm.h
10405
10406 SVGA HANDLING
10407 M: Martin Mares <mj@ucw.cz>
10408 L: linux-video@atrey.karlin.mff.cuni.cz
10409 S: Maintained
10410 F: Documentation/svga.txt
10411 F: arch/x86/boot/video*
10412
10413 SWIOTLB SUBSYSTEM
10414 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10415 L: linux-kernel@vger.kernel.org
10416 S: Supported
10417 F: lib/swiotlb.c
10418 F: arch/*/kernel/pci-swiotlb.c
10419 F: include/linux/swiotlb.h
10420
10421 SWITCHDEV
10422 M: Jiri Pirko <jiri@resnulli.us>
10423 L: netdev@vger.kernel.org
10424 S: Supported
10425 F: net/switchdev/
10426 F: include/net/switchdev.h
10427
10428 SYNOPSYS ARC ARCHITECTURE
10429 M: Vineet Gupta <vgupta@synopsys.com>
10430 L: linux-snps-arc@lists.infradead.org
10431 S: Supported
10432 F: arch/arc/
10433 F: Documentation/devicetree/bindings/arc/*
10434 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10435 F: drivers/tty/serial/arc_uart.c
10436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10437
10438 SYNOPSYS ARC SDP platform support
10439 M: Alexey Brodkin <abrodkin@synopsys.com>
10440 S: Supported
10441 F: arch/arc/plat-axs10x
10442 F: arch/arc/boot/dts/ax*
10443 F: Documentation/devicetree/bindings/arc/axs10*
10444
10445 SYSTEM CONFIGURATION (SYSCON)
10446 M: Lee Jones <lee.jones@linaro.org>
10447 M: Arnd Bergmann <arnd@arndb.de>
10448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10449 S: Supported
10450 F: drivers/mfd/syscon.c
10451
10452 SYSV FILESYSTEM
10453 M: Christoph Hellwig <hch@infradead.org>
10454 S: Maintained
10455 F: Documentation/filesystems/sysv-fs.txt
10456 F: fs/sysv/
10457 F: include/linux/sysv_fs.h
10458
10459 TARGET SUBSYSTEM
10460 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10461 L: linux-scsi@vger.kernel.org
10462 L: target-devel@vger.kernel.org
10463 W: http://www.linux-iscsi.org
10464 W: http://groups.google.com/group/linux-iscsi-target-dev
10465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10466 S: Supported
10467 F: drivers/target/
10468 F: include/target/
10469 F: Documentation/target/
10470
10471 TASKSTATS STATISTICS INTERFACE
10472 M: Balbir Singh <bsingharora@gmail.com>
10473 S: Maintained
10474 F: Documentation/accounting/taskstats*
10475 F: include/linux/taskstats*
10476 F: kernel/taskstats.c
10477
10478 TC CLASSIFIER
10479 M: Jamal Hadi Salim <jhs@mojatatu.com>
10480 L: netdev@vger.kernel.org
10481 S: Maintained
10482 F: include/net/pkt_cls.h
10483 F: include/uapi/linux/pkt_cls.h
10484 F: net/sched/
10485
10486 TCP LOW PRIORITY MODULE
10487 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10488 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10489 W: http://tcp-lp-mod.sourceforge.net/
10490 S: Maintained
10491 F: net/ipv4/tcp_lp.c
10492
10493 TDA10071 MEDIA DRIVER
10494 M: Antti Palosaari <crope@iki.fi>
10495 L: linux-media@vger.kernel.org
10496 W: http://linuxtv.org/
10497 W: http://palosaari.fi/linux/
10498 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10499 T: git git://linuxtv.org/anttip/media_tree.git
10500 S: Maintained
10501 F: drivers/media/dvb-frontends/tda10071*
10502
10503 TDA18212 MEDIA DRIVER
10504 M: Antti Palosaari <crope@iki.fi>
10505 L: linux-media@vger.kernel.org
10506 W: http://linuxtv.org/
10507 W: http://palosaari.fi/linux/
10508 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10509 T: git git://linuxtv.org/anttip/media_tree.git
10510 S: Maintained
10511 F: drivers/media/tuners/tda18212*
10512
10513 TDA18218 MEDIA DRIVER
10514 M: Antti Palosaari <crope@iki.fi>
10515 L: linux-media@vger.kernel.org
10516 W: http://linuxtv.org/
10517 W: http://palosaari.fi/linux/
10518 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10519 T: git git://linuxtv.org/anttip/media_tree.git
10520 S: Maintained
10521 F: drivers/media/tuners/tda18218*
10522
10523 TDA18271 MEDIA DRIVER
10524 M: Michael Krufky <mkrufky@linuxtv.org>
10525 L: linux-media@vger.kernel.org
10526 W: http://linuxtv.org/
10527 W: http://github.com/mkrufky
10528 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10529 T: git git://linuxtv.org/mkrufky/tuners.git
10530 S: Maintained
10531 F: drivers/media/tuners/tda18271*
10532
10533 TDA827x MEDIA DRIVER
10534 M: Michael Krufky <mkrufky@linuxtv.org>
10535 L: linux-media@vger.kernel.org
10536 W: http://linuxtv.org/
10537 W: http://github.com/mkrufky
10538 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10539 T: git git://linuxtv.org/mkrufky/tuners.git
10540 S: Maintained
10541 F: drivers/media/tuners/tda8290.*
10542
10543 TDA8290 MEDIA DRIVER
10544 M: Michael Krufky <mkrufky@linuxtv.org>
10545 L: linux-media@vger.kernel.org
10546 W: http://linuxtv.org/
10547 W: http://github.com/mkrufky
10548 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10549 T: git git://linuxtv.org/mkrufky/tuners.git
10550 S: Maintained
10551 F: drivers/media/tuners/tda8290.*
10552
10553 TDA9840 MEDIA DRIVER
10554 M: Hans Verkuil <hverkuil@xs4all.nl>
10555 L: linux-media@vger.kernel.org
10556 T: git git://linuxtv.org/media_tree.git
10557 W: http://linuxtv.org
10558 S: Maintained
10559 F: drivers/media/i2c/tda9840*
10560
10561 TEA5761 TUNER DRIVER
10562 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10563 L: linux-media@vger.kernel.org
10564 W: http://linuxtv.org
10565 T: git git://linuxtv.org/media_tree.git
10566 S: Odd fixes
10567 F: drivers/media/tuners/tea5761.*
10568
10569 TEA5767 TUNER DRIVER
10570 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10571 L: linux-media@vger.kernel.org
10572 W: http://linuxtv.org
10573 T: git git://linuxtv.org/media_tree.git
10574 S: Maintained
10575 F: drivers/media/tuners/tea5767.*
10576
10577 TEA6415C MEDIA DRIVER
10578 M: Hans Verkuil <hverkuil@xs4all.nl>
10579 L: linux-media@vger.kernel.org
10580 T: git git://linuxtv.org/media_tree.git
10581 W: http://linuxtv.org
10582 S: Maintained
10583 F: drivers/media/i2c/tea6415c*
10584
10585 TEA6420 MEDIA DRIVER
10586 M: Hans Verkuil <hverkuil@xs4all.nl>
10587 L: linux-media@vger.kernel.org
10588 T: git git://linuxtv.org/media_tree.git
10589 W: http://linuxtv.org
10590 S: Maintained
10591 F: drivers/media/i2c/tea6420*
10592
10593 TEAM DRIVER
10594 M: Jiri Pirko <jiri@resnulli.us>
10595 L: netdev@vger.kernel.org
10596 S: Supported
10597 F: drivers/net/team/
10598 F: include/linux/if_team.h
10599 F: include/uapi/linux/if_team.h
10600
10601 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10602 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10603 S: Maintained
10604 F: arch/x86/platform/ts5500/
10605
10606 TECHNOTREND USB IR RECEIVER
10607 M: Sean Young <sean@mess.org>
10608 L: linux-media@vger.kernel.org
10609 S: Maintained
10610 F: drivers/media/rc/ttusbir.c
10611
10612 TEGRA ARCHITECTURE SUPPORT
10613 M: Stephen Warren <swarren@wwwdotorg.org>
10614 M: Thierry Reding <thierry.reding@gmail.com>
10615 M: Alexandre Courbot <gnurou@gmail.com>
10616 L: linux-tegra@vger.kernel.org
10617 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10619 S: Supported
10620 N: [^a-z]tegra
10621
10622 TEGRA CLOCK DRIVER
10623 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10624 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10625 S: Supported
10626 F: drivers/clk/tegra/
10627
10628 TEGRA DMA DRIVER
10629 M: Laxman Dewangan <ldewangan@nvidia.com>
10630 S: Supported
10631 F: drivers/dma/tegra20-apb-dma.c
10632
10633 TEGRA I2C DRIVER
10634 M: Laxman Dewangan <ldewangan@nvidia.com>
10635 S: Supported
10636 F: drivers/i2c/busses/i2c-tegra.c
10637
10638 TEGRA IOMMU DRIVERS
10639 M: Hiroshi Doyu <hdoyu@nvidia.com>
10640 S: Supported
10641 F: drivers/iommu/tegra*
10642
10643 TEGRA KBC DRIVER
10644 M: Rakesh Iyer <riyer@nvidia.com>
10645 M: Laxman Dewangan <ldewangan@nvidia.com>
10646 S: Supported
10647 F: drivers/input/keyboard/tegra-kbc.c
10648
10649 TEGRA PWM DRIVER
10650 M: Thierry Reding <thierry.reding@gmail.com>
10651 S: Supported
10652 F: drivers/pwm/pwm-tegra.c
10653
10654 TEGRA SERIAL DRIVER
10655 M: Laxman Dewangan <ldewangan@nvidia.com>
10656 S: Supported
10657 F: drivers/tty/serial/serial-tegra.c
10658
10659 TEGRA SPI DRIVER
10660 M: Laxman Dewangan <ldewangan@nvidia.com>
10661 S: Supported
10662 F: drivers/spi/spi-tegra*
10663
10664 TEHUTI ETHERNET DRIVER
10665 M: Andy Gospodarek <andy@greyhouse.net>
10666 L: netdev@vger.kernel.org
10667 S: Supported
10668 F: drivers/net/ethernet/tehuti/*
10669
10670 Telecom Clock Driver for MCPL0010
10671 M: Mark Gross <mark.gross@intel.com>
10672 S: Supported
10673 F: drivers/char/tlclk.c
10674
10675 TENSILICA XTENSA PORT (xtensa)
10676 M: Chris Zankel <chris@zankel.net>
10677 M: Max Filippov <jcmvbkbc@gmail.com>
10678 L: linux-xtensa@linux-xtensa.org
10679 S: Maintained
10680 F: arch/xtensa/
10681 F: drivers/irqchip/irq-xtensa-*
10682
10683 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10684 M: Hans Verkuil <hverkuil@xs4all.nl>
10685 L: linux-media@vger.kernel.org
10686 T: git git://linuxtv.org/media_tree.git
10687 W: http://linuxtv.org
10688 S: Maintained
10689 F: drivers/media/radio/radio-raremono.c
10690
10691 THERMAL
10692 M: Zhang Rui <rui.zhang@intel.com>
10693 M: Eduardo Valentin <edubezval@gmail.com>
10694 L: linux-pm@vger.kernel.org
10695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10697 Q: https://patchwork.kernel.org/project/linux-pm/list/
10698 S: Supported
10699 F: drivers/thermal/
10700 F: include/linux/thermal.h
10701 F: include/uapi/linux/thermal.h
10702 F: include/linux/cpu_cooling.h
10703 F: Documentation/devicetree/bindings/thermal/
10704
10705 THERMAL/CPU_COOLING
10706 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10707 M: Viresh Kumar <viresh.kumar@linaro.org>
10708 M: Javi Merino <javi.merino@arm.com>
10709 L: linux-pm@vger.kernel.org
10710 S: Supported
10711 F: Documentation/thermal/cpu-cooling-api.txt
10712 F: drivers/thermal/cpu_cooling.c
10713 F: include/linux/cpu_cooling.h
10714
10715 THINGM BLINK(1) USB RGB LED DRIVER
10716 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10717 S: Maintained
10718 F: drivers/hid/hid-thingm.c
10719
10720 THINKPAD ACPI EXTRAS DRIVER
10721 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10722 L: ibm-acpi-devel@lists.sourceforge.net
10723 L: platform-driver-x86@vger.kernel.org
10724 W: http://ibm-acpi.sourceforge.net
10725 W: http://thinkwiki.org/wiki/Ibm-acpi
10726 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10727 S: Maintained
10728 F: drivers/platform/x86/thinkpad_acpi.c
10729
10730 TI BANDGAP AND THERMAL DRIVER
10731 M: Eduardo Valentin <edubezval@gmail.com>
10732 L: linux-pm@vger.kernel.org
10733 L: linux-omap@vger.kernel.org
10734 S: Maintained
10735 F: drivers/thermal/ti-soc-thermal/
10736
10737 TI CDCE706 CLOCK DRIVER
10738 M: Max Filippov <jcmvbkbc@gmail.com>
10739 S: Maintained
10740 F: drivers/clk/clk-cdce706.c
10741
10742 TI CLOCK DRIVER
10743 M: Tero Kristo <t-kristo@ti.com>
10744 L: linux-omap@vger.kernel.org
10745 S: Maintained
10746 F: drivers/clk/ti/
10747 F: include/linux/clk/ti.h
10748
10749 TI FLASH MEDIA INTERFACE DRIVER
10750 M: Alex Dubov <oakad@yahoo.com>
10751 S: Maintained
10752 F: drivers/misc/tifm*
10753 F: drivers/mmc/host/tifm_sd.c
10754 F: include/linux/tifm.h
10755
10756 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10757 M: Santosh Shilimkar <ssantosh@kernel.org>
10758 L: linux-kernel@vger.kernel.org
10759 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10760 S: Maintained
10761 F: drivers/soc/ti/*
10762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10763
10764
10765 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10766 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10767 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10769 S: Maintained
10770 F: sound/soc/codecs/lm49453*
10771 F: sound/soc/codecs/isabelle*
10772
10773 TI LP855x BACKLIGHT DRIVER
10774 M: Milo Kim <milo.kim@ti.com>
10775 S: Maintained
10776 F: Documentation/backlight/lp855x-driver.txt
10777 F: drivers/video/backlight/lp855x_bl.c
10778 F: include/linux/platform_data/lp855x.h
10779
10780 TI LP8727 CHARGER DRIVER
10781 M: Milo Kim <milo.kim@ti.com>
10782 S: Maintained
10783 F: drivers/power/lp8727_charger.c
10784 F: include/linux/platform_data/lp8727.h
10785
10786 TI LP8788 MFD DRIVER
10787 M: Milo Kim <milo.kim@ti.com>
10788 S: Maintained
10789 F: drivers/iio/adc/lp8788_adc.c
10790 F: drivers/leds/leds-lp8788.c
10791 F: drivers/mfd/lp8788*.c
10792 F: drivers/power/lp8788-charger.c
10793 F: drivers/regulator/lp8788-*.c
10794 F: include/linux/mfd/lp8788*.h
10795
10796 TI NETCP ETHERNET DRIVER
10797 M: Wingman Kwok <w-kwok2@ti.com>
10798 M: Murali Karicheri <m-karicheri2@ti.com>
10799 L: netdev@vger.kernel.org
10800 S: Maintained
10801 F: drivers/net/ethernet/ti/netcp*
10802
10803 TI TAS571X FAMILY ASoC CODEC DRIVER
10804 M: Kevin Cernekee <cernekee@chromium.org>
10805 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10806 S: Odd Fixes
10807 F: sound/soc/codecs/tas571x*
10808
10809 TI TWL4030 SERIES SOC CODEC DRIVER
10810 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10811 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10812 S: Maintained
10813 F: sound/soc/codecs/twl4030*
10814
10815 TI WILINK WIRELESS DRIVERS
10816 L: linux-wireless@vger.kernel.org
10817 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10818 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10820 S: Orphan
10821 F: drivers/net/wireless/ti/
10822 F: include/linux/wl12xx.h
10823
10824 TIPC NETWORK LAYER
10825 M: Jon Maloy <jon.maloy@ericsson.com>
10826 M: Ying Xue <ying.xue@windriver.com>
10827 L: netdev@vger.kernel.org (core kernel code)
10828 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10829 W: http://tipc.sourceforge.net/
10830 S: Maintained
10831 F: include/uapi/linux/tipc*.h
10832 F: net/tipc/
10833
10834 TILE ARCHITECTURE
10835 M: Chris Metcalf <cmetcalf@ezchip.com>
10836 W: http://www.ezchip.com/scm/
10837 S: Supported
10838 F: arch/tile/
10839 F: drivers/char/tile-srom.c
10840 F: drivers/edac/tile_edac.c
10841 F: drivers/net/ethernet/tile/
10842 F: drivers/rtc/rtc-tile.c
10843 F: drivers/tty/hvc/hvc_tile.c
10844 F: drivers/tty/serial/tilegx.c
10845 F: drivers/usb/host/*-tilegx.c
10846 F: include/linux/usb/tilegx.h
10847
10848 TLAN NETWORK DRIVER
10849 M: Samuel Chessman <chessman@tux.org>
10850 L: tlan-devel@lists.sourceforge.net (subscribers-only)
10851 W: http://sourceforge.net/projects/tlan/
10852 S: Maintained
10853 F: Documentation/networking/tlan.txt
10854 F: drivers/net/ethernet/ti/tlan.*
10855
10856 TOMOYO SECURITY MODULE
10857 M: Kentaro Takeda <takedakn@nttdata.co.jp>
10858 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10859 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10860 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10861 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10862 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10863 W: http://tomoyo.sourceforge.jp/
10864 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10865 S: Maintained
10866 F: security/tomoyo/
10867
10868 TOPSTAR LAPTOP EXTRAS DRIVER
10869 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10870 L: platform-driver-x86@vger.kernel.org
10871 S: Maintained
10872 F: drivers/platform/x86/topstar-laptop.c
10873
10874 TOSHIBA ACPI EXTRAS DRIVER
10875 M: Azael Avalos <coproscefalo@gmail.com>
10876 L: platform-driver-x86@vger.kernel.org
10877 S: Maintained
10878 F: drivers/platform/x86/toshiba_acpi.c
10879
10880 TOSHIBA BLUETOOTH DRIVER
10881 M: Azael Avalos <coproscefalo@gmail.com>
10882 L: platform-driver-x86@vger.kernel.org
10883 S: Maintained
10884 F: drivers/platform/x86/toshiba_bluetooth.c
10885
10886 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10887 M: Azael Avalos <coproscefalo@gmail.com>
10888 L: platform-driver-x86@vger.kernel.org
10889 S: Maintained
10890 F: drivers/platform/x86/toshiba_haps.c
10891
10892 TOSHIBA WMI HOTKEYS DRIVER
10893 M: Azael Avalos <coproscefalo@gmail.com>
10894 L: platform-driver-x86@vger.kernel.org
10895 S: Maintained
10896 F: drivers/platform/x86/toshiba-wmi.c
10897
10898 TOSHIBA SMM DRIVER
10899 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10900 W: http://www.buzzard.org.uk/toshiba/
10901 S: Maintained
10902 F: drivers/char/toshiba.c
10903 F: include/linux/toshiba.h
10904 F: include/uapi/linux/toshiba.h
10905
10906 TOSHIBA TC358743 DRIVER
10907 M: Mats Randgaard <matrandg@cisco.com>
10908 L: linux-media@vger.kernel.org
10909 S: Maintained
10910 F: drivers/media/i2c/tc358743*
10911 F: include/media/tc358743.h
10912
10913 TMIO MMC DRIVER
10914 M: Ian Molton <ian@mnementh.co.uk>
10915 L: linux-mmc@vger.kernel.org
10916 S: Maintained
10917 F: drivers/mmc/host/tmio_mmc*
10918 F: drivers/mmc/host/sh_mobile_sdhi.c
10919 F: include/linux/mmc/tmio.h
10920 F: include/linux/mmc/sh_mobile_sdhi.h
10921
10922 TMP401 HARDWARE MONITOR DRIVER
10923 M: Guenter Roeck <linux@roeck-us.net>
10924 L: linux-hwmon@vger.kernel.org
10925 S: Maintained
10926 F: Documentation/hwmon/tmp401
10927 F: drivers/hwmon/tmp401.c
10928
10929 TMPFS (SHMEM FILESYSTEM)
10930 M: Hugh Dickins <hughd@google.com>
10931 L: linux-mm@kvack.org
10932 S: Maintained
10933 F: include/linux/shmem_fs.h
10934 F: mm/shmem.c
10935
10936 TM6000 VIDEO4LINUX DRIVER
10937 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10938 L: linux-media@vger.kernel.org
10939 W: http://linuxtv.org
10940 T: git git://linuxtv.org/media_tree.git
10941 S: Odd fixes
10942 F: drivers/media/usb/tm6000/
10943
10944 TW68 VIDEO4LINUX DRIVER
10945 M: Hans Verkuil <hverkuil@xs4all.nl>
10946 L: linux-media@vger.kernel.org
10947 T: git git://linuxtv.org/media_tree.git
10948 W: http://linuxtv.org
10949 S: Odd Fixes
10950 F: drivers/media/pci/tw68/
10951
10952 TPM DEVICE DRIVER
10953 M: Peter Huewe <peterhuewe@gmx.de>
10954 M: Marcel Selhorst <tpmdd@selhorst.net>
10955 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10956 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10957 W: http://tpmdd.sourceforge.net
10958 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10959 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10960 T: https://github.com/PeterHuewe/linux-tpmdd
10961 S: Maintained
10962 F: drivers/char/tpm/
10963
10964 TPM IBM_VTPM DEVICE DRIVER
10965 M: Ashley Lai <ashleydlai@gmail.com>
10966 W: http://tpmdd.sourceforge.net
10967 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10968 S: Maintained
10969 F: drivers/char/tpm/tpm_ibmvtpm*
10970
10971 TRACING
10972 M: Steven Rostedt <rostedt@goodmis.org>
10973 M: Ingo Molnar <mingo@redhat.com>
10974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10975 S: Maintained
10976 F: Documentation/trace/ftrace.txt
10977 F: arch/*/*/*/ftrace.h
10978 F: arch/*/kernel/ftrace.c
10979 F: include/*/ftrace.h
10980 F: include/linux/trace*.h
10981 F: include/trace/
10982 F: kernel/trace/
10983 F: tools/testing/selftests/ftrace/
10984
10985 TRIVIAL PATCHES
10986 M: Jiri Kosina <trivial@kernel.org>
10987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10988 S: Maintained
10989 K: ^Subject:.*(?i)trivial
10990
10991 TTY LAYER
10992 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10993 M: Jiri Slaby <jslaby@suse.com>
10994 S: Supported
10995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10996 F: Documentation/serial/
10997 F: drivers/tty/
10998 F: drivers/tty/serial/serial_core.c
10999 F: include/linux/serial_core.h
11000 F: include/linux/serial.h
11001 F: include/linux/tty.h
11002 F: include/uapi/linux/serial_core.h
11003 F: include/uapi/linux/serial.h
11004 F: include/uapi/linux/tty.h
11005
11006 TUA9001 MEDIA DRIVER
11007 M: Antti Palosaari <crope@iki.fi>
11008 L: linux-media@vger.kernel.org
11009 W: http://linuxtv.org/
11010 W: http://palosaari.fi/linux/
11011 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11012 T: git git://linuxtv.org/anttip/media_tree.git
11013 S: Maintained
11014 F: drivers/media/tuners/tua9001*
11015
11016 TULIP NETWORK DRIVERS
11017 L: netdev@vger.kernel.org
11018 L: linux-parisc@vger.kernel.org
11019 S: Orphan
11020 F: drivers/net/ethernet/dec/tulip/
11021
11022 TUN/TAP driver
11023 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11024 W: http://vtun.sourceforge.net/tun
11025 S: Maintained
11026 F: Documentation/networking/tuntap.txt
11027 F: arch/um/os-Linux/drivers/
11028
11029 TURBOCHANNEL SUBSYSTEM
11030 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11031 M: Ralf Baechle <ralf@linux-mips.org>
11032 L: linux-mips@linux-mips.org
11033 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11034 S: Maintained
11035 F: drivers/tc/
11036 F: include/linux/tc.h
11037
11038 U14-34F SCSI DRIVER
11039 M: Dario Ballabio <ballabio_dario@emc.com>
11040 L: linux-scsi@vger.kernel.org
11041 S: Maintained
11042 F: drivers/scsi/u14-34f.c
11043
11044 UBI FILE SYSTEM (UBIFS)
11045 M: Artem Bityutskiy <dedekind1@gmail.com>
11046 M: Adrian Hunter <adrian.hunter@intel.com>
11047 L: linux-mtd@lists.infradead.org
11048 T: git git://git.infradead.org/ubifs-2.6.git
11049 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11050 S: Maintained
11051 F: Documentation/filesystems/ubifs.txt
11052 F: fs/ubifs/
11053
11054 UCLINUX (M68KNOMMU AND COLDFIRE)
11055 M: Greg Ungerer <gerg@uclinux.org>
11056 W: http://www.uclinux.org/
11057 L: linux-m68k@lists.linux-m68k.org
11058 L: uclinux-dev@uclinux.org (subscribers-only)
11059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11060 S: Maintained
11061 F: arch/m68k/coldfire/
11062 F: arch/m68k/68*/
11063 F: arch/m68k/*/*_no.*
11064 F: arch/m68k/include/asm/*_no.*
11065
11066 UDF FILESYSTEM
11067 M: Jan Kara <jack@suse.com>
11068 S: Maintained
11069 F: Documentation/filesystems/udf.txt
11070 F: fs/udf/
11071
11072 UFS FILESYSTEM
11073 M: Evgeniy Dushistov <dushistov@mail.ru>
11074 S: Maintained
11075 F: Documentation/filesystems/ufs.txt
11076 F: fs/ufs/
11077
11078 UHID USERSPACE HID IO DRIVER:
11079 M: David Herrmann <dh.herrmann@googlemail.com>
11080 L: linux-input@vger.kernel.org
11081 S: Maintained
11082 F: drivers/hid/uhid.c
11083 F: include/uapi/linux/uhid.h
11084
11085 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11086 L: linux-usb@vger.kernel.org
11087 S: Orphan
11088 F: drivers/uwb/
11089 F: include/linux/uwb.h
11090 F: include/linux/uwb/
11091
11092 UNICORE32 ARCHITECTURE:
11093 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11094 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11095 S: Maintained
11096 T: git git://github.com/gxt/linux.git
11097 F: arch/unicore32/
11098
11099 UNIFDEF
11100 M: Tony Finch <dot@dotat.at>
11101 W: http://dotat.at/prog/unifdef
11102 S: Maintained
11103 F: scripts/unifdef.c
11104
11105 UNIFORM CDROM DRIVER
11106 M: Jens Axboe <axboe@kernel.dk>
11107 W: http://www.kernel.dk
11108 S: Maintained
11109 F: Documentation/cdrom/
11110 F: drivers/cdrom/cdrom.c
11111 F: include/linux/cdrom.h
11112 F: include/uapi/linux/cdrom.h
11113
11114 UNISYS S-PAR DRIVERS
11115 M: Benjamin Romer <benjamin.romer@unisys.com>
11116 M: David Kershner <david.kershner@unisys.com>
11117 L: sparmaintainer@unisys.com (Unisys internal)
11118 S: Supported
11119 F: drivers/staging/unisys/
11120
11121 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11122 M: Vinayak Holikatti <vinholikatti@gmail.com>
11123 L: linux-scsi@vger.kernel.org
11124 S: Supported
11125 F: Documentation/scsi/ufs.txt
11126 F: drivers/scsi/ufs/
11127
11128 UNSORTED BLOCK IMAGES (UBI)
11129 M: Artem Bityutskiy <dedekind1@gmail.com>
11130 M: Richard Weinberger <richard@nod.at>
11131 W: http://www.linux-mtd.infradead.org/
11132 L: linux-mtd@lists.infradead.org
11133 T: git git://git.infradead.org/ubifs-2.6.git
11134 S: Supported
11135 F: drivers/mtd/ubi/
11136 F: include/linux/mtd/ubi.h
11137 F: include/uapi/mtd/ubi-user.h
11138
11139 USB ACM DRIVER
11140 M: Oliver Neukum <oliver@neukum.org>
11141 L: linux-usb@vger.kernel.org
11142 S: Maintained
11143 F: Documentation/usb/acm.txt
11144 F: drivers/usb/class/cdc-acm.*
11145
11146 USB AR5523 WIRELESS DRIVER
11147 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11148 L: linux-wireless@vger.kernel.org
11149 S: Maintained
11150 F: drivers/net/wireless/ath/ar5523/
11151
11152 USB ATTACHED SCSI
11153 M: Hans de Goede <hdegoede@redhat.com>
11154 M: Gerd Hoffmann <kraxel@redhat.com>
11155 L: linux-usb@vger.kernel.org
11156 L: linux-scsi@vger.kernel.org
11157 S: Maintained
11158 F: drivers/usb/storage/uas.c
11159
11160 USB CDC ETHERNET DRIVER
11161 M: Oliver Neukum <oliver@neukum.org>
11162 L: linux-usb@vger.kernel.org
11163 S: Maintained
11164 F: drivers/net/usb/cdc_*.c
11165 F: include/uapi/linux/usb/cdc.h
11166
11167 USB CHAOSKEY DRIVER
11168 M: Keith Packard <keithp@keithp.com>
11169 L: linux-usb@vger.kernel.org
11170 S: Maintained
11171 F: drivers/usb/misc/chaoskey.c
11172
11173 USB CYPRESS C67X00 DRIVER
11174 M: Peter Korsgaard <jacmet@sunsite.dk>
11175 L: linux-usb@vger.kernel.org
11176 S: Maintained
11177 F: drivers/usb/c67x00/
11178
11179 USB DAVICOM DM9601 DRIVER
11180 M: Peter Korsgaard <jacmet@sunsite.dk>
11181 L: netdev@vger.kernel.org
11182 W: http://www.linux-usb.org/usbnet
11183 S: Maintained
11184 F: drivers/net/usb/dm9601.c
11185
11186 USB DIAMOND RIO500 DRIVER
11187 M: Cesar Miquel <miquel@df.uba.ar>
11188 L: rio500-users@lists.sourceforge.net
11189 W: http://rio500.sourceforge.net
11190 S: Maintained
11191 F: drivers/usb/misc/rio500*
11192
11193 USB EHCI DRIVER
11194 M: Alan Stern <stern@rowland.harvard.edu>
11195 L: linux-usb@vger.kernel.org
11196 S: Maintained
11197 F: Documentation/usb/ehci.txt
11198 F: drivers/usb/host/ehci*
11199
11200 USB GADGET/PERIPHERAL SUBSYSTEM
11201 M: Felipe Balbi <balbi@ti.com>
11202 L: linux-usb@vger.kernel.org
11203 W: http://www.linux-usb.org/gadget
11204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11205 S: Maintained
11206 F: drivers/usb/gadget/
11207 F: include/linux/usb/gadget*
11208
11209 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11210 M: Jiri Kosina <jikos@kernel.org>
11211 L: linux-usb@vger.kernel.org
11212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11213 S: Maintained
11214 F: Documentation/hid/hiddev.txt
11215 F: drivers/hid/usbhid/
11216
11217 USB ISP116X DRIVER
11218 M: Olav Kongas <ok@artecdesign.ee>
11219 L: linux-usb@vger.kernel.org
11220 S: Maintained
11221 F: drivers/usb/host/isp116x*
11222 F: include/linux/usb/isp116x.h
11223
11224 USB MASS STORAGE DRIVER
11225 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11226 L: linux-usb@vger.kernel.org
11227 L: usb-storage@lists.one-eyed-alien.net
11228 S: Maintained
11229 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11230 F: drivers/usb/storage/
11231
11232 USB MIDI DRIVER
11233 M: Clemens Ladisch <clemens@ladisch.de>
11234 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11235 T: git git://git.alsa-project.org/alsa-kernel.git
11236 S: Maintained
11237 F: sound/usb/midi.*
11238
11239 USB NETWORKING DRIVERS
11240 L: linux-usb@vger.kernel.org
11241 S: Odd Fixes
11242 F: drivers/net/usb/
11243
11244 USB OHCI DRIVER
11245 M: Alan Stern <stern@rowland.harvard.edu>
11246 L: linux-usb@vger.kernel.org
11247 S: Maintained
11248 F: Documentation/usb/ohci.txt
11249 F: drivers/usb/host/ohci*
11250
11251 USB OTG FSM (Finite State Machine)
11252 M: Peter Chen <Peter.Chen@freescale.com>
11253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11254 L: linux-usb@vger.kernel.org
11255 S: Maintained
11256 F: drivers/usb/common/usb-otg-fsm.c
11257
11258 USB OVER IP DRIVER
11259 M: Valentina Manea <valentina.manea.m@gmail.com>
11260 M: Shuah Khan <shuah.kh@samsung.com>
11261 L: linux-usb@vger.kernel.org
11262 S: Maintained
11263 F: drivers/usb/usbip/
11264 F: tools/usb/usbip/
11265
11266 USB PEGASUS DRIVER
11267 M: Petko Manolov <petkan@nucleusys.com>
11268 L: linux-usb@vger.kernel.org
11269 L: netdev@vger.kernel.org
11270 T: git git://github.com/petkan/pegasus.git
11271 W: https://github.com/petkan/pegasus
11272 S: Maintained
11273 F: drivers/net/usb/pegasus.*
11274
11275 USB PHY LAYER
11276 M: Felipe Balbi <balbi@ti.com>
11277 L: linux-usb@vger.kernel.org
11278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11279 S: Maintained
11280 F: drivers/usb/phy/
11281
11282 USB PRINTER DRIVER (usblp)
11283 M: Pete Zaitcev <zaitcev@redhat.com>
11284 L: linux-usb@vger.kernel.org
11285 S: Supported
11286 F: drivers/usb/class/usblp.c
11287
11288 USB RTL8150 DRIVER
11289 M: Petko Manolov <petkan@nucleusys.com>
11290 L: linux-usb@vger.kernel.org
11291 L: netdev@vger.kernel.org
11292 T: git git://github.com/petkan/rtl8150.git
11293 W: https://github.com/petkan/rtl8150
11294 S: Maintained
11295 F: drivers/net/usb/rtl8150.c
11296
11297 USB SERIAL SUBSYSTEM
11298 M: Johan Hovold <johan@kernel.org>
11299 L: linux-usb@vger.kernel.org
11300 S: Maintained
11301 F: Documentation/usb/usb-serial.txt
11302 F: drivers/usb/serial/
11303 F: include/linux/usb/serial.h
11304
11305 USB SMSC75XX ETHERNET DRIVER
11306 M: Steve Glendinning <steve.glendinning@shawell.net>
11307 L: netdev@vger.kernel.org
11308 S: Maintained
11309 F: drivers/net/usb/smsc75xx.*
11310
11311 USB SMSC95XX ETHERNET DRIVER
11312 M: Steve Glendinning <steve.glendinning@shawell.net>
11313 L: netdev@vger.kernel.org
11314 S: Maintained
11315 F: drivers/net/usb/smsc95xx.*
11316
11317 USB SUBSYSTEM
11318 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11319 L: linux-usb@vger.kernel.org
11320 W: http://www.linux-usb.org
11321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11322 S: Supported
11323 F: Documentation/usb/
11324 F: drivers/usb/
11325 F: include/linux/usb.h
11326 F: include/linux/usb/
11327
11328 USB UHCI DRIVER
11329 M: Alan Stern <stern@rowland.harvard.edu>
11330 L: linux-usb@vger.kernel.org
11331 S: Maintained
11332 F: drivers/usb/host/uhci*
11333
11334 USB "USBNET" DRIVER FRAMEWORK
11335 M: Oliver Neukum <oneukum@suse.com>
11336 L: netdev@vger.kernel.org
11337 W: http://www.linux-usb.org/usbnet
11338 S: Maintained
11339 F: drivers/net/usb/usbnet.c
11340 F: include/linux/usb/usbnet.h
11341
11342 USB VIDEO CLASS
11343 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11344 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11345 L: linux-media@vger.kernel.org
11346 T: git git://linuxtv.org/media_tree.git
11347 W: http://www.ideasonboard.org/uvc/
11348 S: Maintained
11349 F: drivers/media/usb/uvc/
11350 F: include/uapi/linux/uvcvideo.h
11351
11352 USB VISION DRIVER
11353 M: Hans Verkuil <hverkuil@xs4all.nl>
11354 L: linux-media@vger.kernel.org
11355 T: git git://linuxtv.org/media_tree.git
11356 W: http://linuxtv.org
11357 S: Odd Fixes
11358 F: drivers/media/usb/usbvision/
11359
11360 USB WEBCAM GADGET
11361 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11362 L: linux-usb@vger.kernel.org
11363 S: Maintained
11364 F: drivers/usb/gadget/function/*uvc*
11365 F: drivers/usb/gadget/legacy/webcam.c
11366
11367 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11368 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11369 L: linux-wireless@vger.kernel.org
11370 S: Maintained
11371 F: drivers/net/wireless/rndis_wlan.c
11372
11373 USB XHCI DRIVER
11374 M: Mathias Nyman <mathias.nyman@intel.com>
11375 L: linux-usb@vger.kernel.org
11376 S: Supported
11377 F: drivers/usb/host/xhci*
11378 F: drivers/usb/host/pci-quirks*
11379
11380 USB ZD1201 DRIVER
11381 L: linux-wireless@vger.kernel.org
11382 W: http://linux-lc100020.sourceforge.net
11383 S: Orphan
11384 F: drivers/net/wireless/zd1201.*
11385
11386 USB ZR364XX DRIVER
11387 M: Antoine Jacquet <royale@zerezo.com>
11388 L: linux-usb@vger.kernel.org
11389 L: linux-media@vger.kernel.org
11390 T: git git://linuxtv.org/media_tree.git
11391 W: http://royale.zerezo.com/zr364xx/
11392 S: Maintained
11393 F: Documentation/video4linux/zr364xx.txt
11394 F: drivers/media/usb/zr364xx/
11395
11396 ULPI BUS
11397 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11398 L: linux-usb@vger.kernel.org
11399 S: Maintained
11400 F: drivers/usb/common/ulpi.c
11401 F: include/linux/ulpi/
11402
11403 USER-MODE LINUX (UML)
11404 M: Jeff Dike <jdike@addtoit.com>
11405 M: Richard Weinberger <richard@nod.at>
11406 L: user-mode-linux-devel@lists.sourceforge.net
11407 L: user-mode-linux-user@lists.sourceforge.net
11408 W: http://user-mode-linux.sourceforge.net
11409 S: Maintained
11410 F: Documentation/virtual/uml/
11411 F: arch/um/
11412 F: arch/x86/um/
11413 F: fs/hostfs/
11414 F: fs/hppfs/
11415
11416 USERSPACE I/O (UIO)
11417 M: "Hans J. Koch" <hjk@hansjkoch.de>
11418 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11419 S: Maintained
11420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11421 F: Documentation/DocBook/uio-howto.tmpl
11422 F: drivers/uio/
11423 F: include/linux/uio*.h
11424
11425 UTIL-LINUX PACKAGE
11426 M: Karel Zak <kzak@redhat.com>
11427 L: util-linux@vger.kernel.org
11428 W: http://en.wikipedia.org/wiki/Util-linux
11429 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11430 S: Maintained
11431
11432 UVESAFB DRIVER
11433 M: Michal Januszewski <spock@gentoo.org>
11434 L: linux-fbdev@vger.kernel.org
11435 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11436 S: Maintained
11437 F: Documentation/fb/uvesafb.txt
11438 F: drivers/video/fbdev/uvesafb.*
11439
11440 VF610 NAND DRIVER
11441 M: Stefan Agner <stefan@agner.ch>
11442 L: linux-mtd@lists.infradead.org
11443 S: Supported
11444 F: drivers/mtd/nand/vf610_nfc.c
11445
11446 VFAT/FAT/MSDOS FILESYSTEM
11447 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11448 S: Maintained
11449 F: Documentation/filesystems/vfat.txt
11450 F: fs/fat/
11451
11452 VFIO DRIVER
11453 M: Alex Williamson <alex.williamson@redhat.com>
11454 L: kvm@vger.kernel.org
11455 S: Maintained
11456 F: Documentation/vfio.txt
11457 F: drivers/vfio/
11458 F: include/linux/vfio.h
11459 F: include/uapi/linux/vfio.h
11460
11461 VFIO PLATFORM DRIVER
11462 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11463 L: kvm@vger.kernel.org
11464 S: Maintained
11465 F: drivers/vfio/platform/
11466
11467 VIDEOBUF2 FRAMEWORK
11468 M: Pawel Osciak <pawel@osciak.com>
11469 M: Marek Szyprowski <m.szyprowski@samsung.com>
11470 M: Kyungmin Park <kyungmin.park@samsung.com>
11471 L: linux-media@vger.kernel.org
11472 S: Maintained
11473 F: drivers/media/v4l2-core/videobuf2-*
11474 F: include/media/videobuf2-*
11475
11476 VIRTUAL SERIO DEVICE DRIVER
11477 M: Stephen Chandler Paul <thatslyude@gmail.com>
11478 S: Maintained
11479 F: drivers/input/serio/userio.c
11480 F: include/uapi/linux/userio.h
11481
11482 VIRTIO CONSOLE DRIVER
11483 M: Amit Shah <amit.shah@redhat.com>
11484 L: virtualization@lists.linux-foundation.org
11485 S: Maintained
11486 F: drivers/char/virtio_console.c
11487 F: include/linux/virtio_console.h
11488 F: include/uapi/linux/virtio_console.h
11489
11490 VIRTIO CORE, NET AND BLOCK DRIVERS
11491 M: "Michael S. Tsirkin" <mst@redhat.com>
11492 L: virtualization@lists.linux-foundation.org
11493 S: Maintained
11494 F: drivers/virtio/
11495 F: tools/virtio/
11496 F: drivers/net/virtio_net.c
11497 F: drivers/block/virtio_blk.c
11498 F: include/linux/virtio_*.h
11499 F: include/uapi/linux/virtio_*.h
11500
11501 VIRTIO DRIVERS FOR S390
11502 M: Christian Borntraeger <borntraeger@de.ibm.com>
11503 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11504 L: linux-s390@vger.kernel.org
11505 L: virtualization@lists.linux-foundation.org
11506 L: kvm@vger.kernel.org
11507 S: Supported
11508 F: drivers/s390/virtio/
11509
11510 VIRTIO GPU DRIVER
11511 M: David Airlie <airlied@linux.ie>
11512 M: Gerd Hoffmann <kraxel@redhat.com>
11513 L: dri-devel@lists.freedesktop.org
11514 L: virtualization@lists.linux-foundation.org
11515 S: Maintained
11516 F: drivers/gpu/drm/virtio/
11517 F: include/uapi/linux/virtio_gpu.h
11518
11519 VIRTIO HOST (VHOST)
11520 M: "Michael S. Tsirkin" <mst@redhat.com>
11521 L: kvm@vger.kernel.org
11522 L: virtualization@lists.linux-foundation.org
11523 L: netdev@vger.kernel.org
11524 S: Maintained
11525 F: drivers/vhost/
11526 F: include/uapi/linux/vhost.h
11527
11528 VIRTIO INPUT DRIVER
11529 M: Gerd Hoffmann <kraxel@redhat.com>
11530 S: Maintained
11531 F: drivers/virtio/virtio_input.c
11532 F: include/uapi/linux/virtio_input.h
11533
11534 VIA RHINE NETWORK DRIVER
11535 S: Orphan
11536 F: drivers/net/ethernet/via/via-rhine.c
11537
11538 VIA SD/MMC CARD CONTROLLER DRIVER
11539 M: Bruce Chang <brucechang@via.com.tw>
11540 M: Harald Welte <HaraldWelte@viatech.com>
11541 S: Maintained
11542 F: drivers/mmc/host/via-sdmmc.c
11543
11544 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11545 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11546 L: linux-fbdev@vger.kernel.org
11547 S: Maintained
11548 F: include/linux/via-core.h
11549 F: include/linux/via-gpio.h
11550 F: include/linux/via_i2c.h
11551 F: drivers/video/fbdev/via/
11552
11553 VIA VELOCITY NETWORK DRIVER
11554 M: Francois Romieu <romieu@fr.zoreil.com>
11555 L: netdev@vger.kernel.org
11556 S: Maintained
11557 F: drivers/net/ethernet/via/via-velocity.*
11558
11559 VIRT LIB
11560 M: Alex Williamson <alex.williamson@redhat.com>
11561 M: Paolo Bonzini <pbonzini@redhat.com>
11562 L: kvm@vger.kernel.org
11563 S: Supported
11564 F: virt/lib/
11565
11566 VIVID VIRTUAL VIDEO DRIVER
11567 M: Hans Verkuil <hverkuil@xs4all.nl>
11568 L: linux-media@vger.kernel.org
11569 T: git git://linuxtv.org/media_tree.git
11570 W: http://linuxtv.org
11571 S: Maintained
11572 F: drivers/media/platform/vivid/*
11573
11574 VLAN (802.1Q)
11575 M: Patrick McHardy <kaber@trash.net>
11576 L: netdev@vger.kernel.org
11577 S: Maintained
11578 F: drivers/net/macvlan.c
11579 F: include/linux/if_*vlan.h
11580 F: net/8021q/
11581
11582 VLYNQ BUS
11583 M: Florian Fainelli <florian@openwrt.org>
11584 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11585 S: Maintained
11586 F: drivers/vlynq/vlynq.c
11587 F: include/linux/vlynq.h
11588
11589 VME SUBSYSTEM
11590 M: Martyn Welch <martyn@welchs.me.uk>
11591 M: Manohar Vanga <manohar.vanga@gmail.com>
11592 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11593 L: devel@driverdev.osuosl.org
11594 S: Maintained
11595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11596 F: Documentation/vme_api.txt
11597 F: drivers/staging/vme/
11598 F: drivers/vme/
11599 F: include/linux/vme*
11600
11601 VMWARE HYPERVISOR INTERFACE
11602 M: Alok Kataria <akataria@vmware.com>
11603 L: virtualization@lists.linux-foundation.org
11604 S: Supported
11605 F: arch/x86/kernel/cpu/vmware.c
11606
11607 VMWARE BALLOON DRIVER
11608 M: Xavier Deguillard <xdeguillard@vmware.com>
11609 M: Philip Moltmann <moltmann@vmware.com>
11610 M: "VMware, Inc." <pv-drivers@vmware.com>
11611 L: linux-kernel@vger.kernel.org
11612 S: Maintained
11613 F: drivers/misc/vmw_balloon.c
11614
11615 VMWARE VMMOUSE SUBDRIVER
11616 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11617 M: "VMware, Inc." <pv-drivers@vmware.com>
11618 L: linux-input@vger.kernel.org
11619 S: Maintained
11620 F: drivers/input/mouse/vmmouse.c
11621 F: drivers/input/mouse/vmmouse.h
11622
11623 VMWARE VMXNET3 ETHERNET DRIVER
11624 M: Shrikrishna Khare <skhare@vmware.com>
11625 M: "VMware, Inc." <pv-drivers@vmware.com>
11626 L: netdev@vger.kernel.org
11627 S: Maintained
11628 F: drivers/net/vmxnet3/
11629
11630 VMware PVSCSI driver
11631 M: Arvind Kumar <arvindkumar@vmware.com>
11632 M: VMware PV-Drivers <pv-drivers@vmware.com>
11633 L: linux-scsi@vger.kernel.org
11634 S: Maintained
11635 F: drivers/scsi/vmw_pvscsi.c
11636 F: drivers/scsi/vmw_pvscsi.h
11637
11638 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11639 M: Liam Girdwood <lgirdwood@gmail.com>
11640 M: Mark Brown <broonie@kernel.org>
11641 L: linux-kernel@vger.kernel.org
11642 W: http://www.slimlogic.co.uk/?p=48
11643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11644 S: Supported
11645 F: drivers/regulator/
11646 F: include/linux/regulator/
11647
11648 VRF
11649 M: David Ahern <dsa@cumulusnetworks.com>
11650 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11651 L: netdev@vger.kernel.org
11652 S: Maintained
11653 F: drivers/net/vrf.c
11654 F: Documentation/networking/vrf.txt
11655
11656 VT1211 HARDWARE MONITOR DRIVER
11657 M: Juerg Haefliger <juergh@gmail.com>
11658 L: linux-hwmon@vger.kernel.org
11659 S: Maintained
11660 F: Documentation/hwmon/vt1211
11661 F: drivers/hwmon/vt1211.c
11662
11663 VT8231 HARDWARE MONITOR DRIVER
11664 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11665 L: linux-hwmon@vger.kernel.org
11666 S: Maintained
11667 F: drivers/hwmon/vt8231.c
11668
11669 VUB300 USB to SDIO/SD/MMC bridge chip
11670 M: Tony Olech <tony.olech@elandigitalsystems.com>
11671 L: linux-mmc@vger.kernel.org
11672 L: linux-usb@vger.kernel.org
11673 S: Supported
11674 F: drivers/mmc/host/vub300.c
11675
11676 W1 DALLAS'S 1-WIRE BUS
11677 M: Evgeniy Polyakov <zbr@ioremap.net>
11678 S: Maintained
11679 F: Documentation/w1/
11680 F: drivers/w1/
11681
11682 W83791D HARDWARE MONITORING DRIVER
11683 M: Marc Hulsman <m.hulsman@tudelft.nl>
11684 L: linux-hwmon@vger.kernel.org
11685 S: Maintained
11686 F: Documentation/hwmon/w83791d
11687 F: drivers/hwmon/w83791d.c
11688
11689 W83793 HARDWARE MONITORING DRIVER
11690 M: Rudolf Marek <r.marek@assembler.cz>
11691 L: linux-hwmon@vger.kernel.org
11692 S: Maintained
11693 F: Documentation/hwmon/w83793
11694 F: drivers/hwmon/w83793.c
11695
11696 W83795 HARDWARE MONITORING DRIVER
11697 M: Jean Delvare <jdelvare@suse.com>
11698 L: linux-hwmon@vger.kernel.org
11699 S: Maintained
11700 F: drivers/hwmon/w83795.c
11701
11702 W83L51xD SD/MMC CARD INTERFACE DRIVER
11703 M: Pierre Ossman <pierre@ossman.eu>
11704 S: Maintained
11705 F: drivers/mmc/host/wbsd.*
11706
11707 WACOM PROTOCOL 4 SERIAL TABLETS
11708 M: Julian Squires <julian@cipht.net>
11709 M: Hans de Goede <hdegoede@redhat.com>
11710 L: linux-input@vger.kernel.org
11711 S: Maintained
11712 F: drivers/input/tablet/wacom_serial4.c
11713
11714 WATCHDOG DEVICE DRIVERS
11715 M: Wim Van Sebroeck <wim@iguana.be>
11716 L: linux-watchdog@vger.kernel.org
11717 W: http://www.linux-watchdog.org/
11718 T: git git://www.linux-watchdog.org/linux-watchdog.git
11719 S: Maintained
11720 F: Documentation/watchdog/
11721 F: drivers/watchdog/
11722 F: include/linux/watchdog.h
11723 F: include/uapi/linux/watchdog.h
11724
11725 WD7000 SCSI DRIVER
11726 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11727 L: linux-scsi@vger.kernel.org
11728 S: Maintained
11729 F: drivers/scsi/wd7000.c
11730
11731 WIIMOTE HID DRIVER
11732 M: David Herrmann <dh.herrmann@googlemail.com>
11733 L: linux-input@vger.kernel.org
11734 S: Maintained
11735 F: drivers/hid/hid-wiimote*
11736
11737 WINBOND CIR DRIVER
11738 M: David Härdeman <david@hardeman.nu>
11739 S: Maintained
11740 F: drivers/media/rc/winbond-cir.c
11741
11742 WIMAX STACK
11743 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11744 M: linux-wimax@intel.com
11745 L: wimax@linuxwimax.org (subscribers-only)
11746 S: Supported
11747 W: http://linuxwimax.org
11748 F: Documentation/wimax/README.wimax
11749 F: include/linux/wimax/debug.h
11750 F: include/net/wimax.h
11751 F: include/uapi/linux/wimax.h
11752 F: net/wimax/
11753
11754 WISTRON LAPTOP BUTTON DRIVER
11755 M: Miloslav Trmac <mitr@volny.cz>
11756 S: Maintained
11757 F: drivers/input/misc/wistron_btns.c
11758
11759 WL3501 WIRELESS PCMCIA CARD DRIVER
11760 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11761 L: linux-wireless@vger.kernel.org
11762 W: http://oops.ghostprotocols.net:81/blog
11763 S: Maintained
11764 F: drivers/net/wireless/wl3501*
11765
11766 WOLFSON MICROELECTRONICS DRIVERS
11767 L: patches@opensource.wolfsonmicro.com
11768 T: git https://github.com/CirrusLogic/linux-drivers.git
11769 W: https://github.com/CirrusLogic/linux-drivers/wiki
11770 S: Supported
11771 F: Documentation/hwmon/wm83??
11772 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11773 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11774 F: Documentation/devicetree/bindings/mfd/arizona.txt
11775 F: arch/arm/mach-s3c64xx/mach-crag6410*
11776 F: drivers/clk/clk-wm83*.c
11777 F: drivers/extcon/extcon-arizona.c
11778 F: drivers/leds/leds-wm83*.c
11779 F: drivers/gpio/gpio-*wm*.c
11780 F: drivers/gpio/gpio-arizona.c
11781 F: drivers/hwmon/wm83??-hwmon.c
11782 F: drivers/input/misc/wm831x-on.c
11783 F: drivers/input/touchscreen/wm831x-ts.c
11784 F: drivers/input/touchscreen/wm97*.c
11785 F: drivers/mfd/arizona*
11786 F: drivers/mfd/wm*.c
11787 F: drivers/power/wm83*.c
11788 F: drivers/rtc/rtc-wm83*.c
11789 F: drivers/regulator/wm8*.c
11790 F: drivers/video/backlight/wm83*_bl.c
11791 F: drivers/watchdog/wm83*_wdt.c
11792 F: include/linux/mfd/arizona/
11793 F: include/linux/mfd/wm831x/
11794 F: include/linux/mfd/wm8350/
11795 F: include/linux/mfd/wm8400*
11796 F: include/linux/wm97xx.h
11797 F: include/sound/wm????.h
11798 F: sound/soc/codecs/arizona.?
11799 F: sound/soc/codecs/wm*
11800
11801 WORKQUEUE
11802 M: Tejun Heo <tj@kernel.org>
11803 R: Lai Jiangshan <jiangshanlai@gmail.com>
11804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11805 S: Maintained
11806 F: include/linux/workqueue.h
11807 F: kernel/workqueue.c
11808 F: Documentation/workqueue.txt
11809
11810 X.25 NETWORK LAYER
11811 M: Andrew Hendry <andrew.hendry@gmail.com>
11812 L: linux-x25@vger.kernel.org
11813 S: Odd Fixes
11814 F: Documentation/networking/x25*
11815 F: include/net/x25*
11816 F: net/x25/
11817
11818 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11819 M: Thomas Gleixner <tglx@linutronix.de>
11820 M: Ingo Molnar <mingo@redhat.com>
11821 M: "H. Peter Anvin" <hpa@zytor.com>
11822 M: x86@kernel.org
11823 L: linux-kernel@vger.kernel.org
11824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11825 S: Maintained
11826 F: Documentation/x86/
11827 F: arch/x86/
11828
11829 X86 PLATFORM DRIVERS
11830 M: Darren Hart <dvhart@infradead.org>
11831 L: platform-driver-x86@vger.kernel.org
11832 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11833 S: Maintained
11834 F: drivers/platform/x86/
11835 F: drivers/platform/olpc/
11836
11837 X86 MCE INFRASTRUCTURE
11838 M: Tony Luck <tony.luck@intel.com>
11839 M: Borislav Petkov <bp@alien8.de>
11840 L: linux-edac@vger.kernel.org
11841 S: Maintained
11842 F: arch/x86/kernel/cpu/mcheck/*
11843
11844 X86 MICROCODE UPDATE SUPPORT
11845 M: Borislav Petkov <bp@alien8.de>
11846 S: Maintained
11847 F: arch/x86/kernel/cpu/microcode/*
11848
11849 X86 VDSO
11850 M: Andy Lutomirski <luto@amacapital.net>
11851 L: linux-kernel@vger.kernel.org
11852 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11853 S: Maintained
11854 F: arch/x86/entry/vdso/
11855
11856 XC2028/3028 TUNER DRIVER
11857 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11858 L: linux-media@vger.kernel.org
11859 W: http://linuxtv.org
11860 T: git git://linuxtv.org/media_tree.git
11861 S: Maintained
11862 F: drivers/media/tuners/tuner-xc2028.*
11863
11864 XEN HYPERVISOR INTERFACE
11865 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11866 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11867 M: David Vrabel <david.vrabel@citrix.com>
11868 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11870 S: Supported
11871 F: arch/x86/xen/
11872 F: drivers/*/xen-*front.c
11873 F: drivers/xen/
11874 F: arch/x86/include/asm/xen/
11875 F: include/xen/
11876 F: include/uapi/xen/
11877
11878 XEN HYPERVISOR ARM
11879 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11880 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11881 S: Supported
11882 F: arch/arm/xen/
11883 F: arch/arm/include/asm/xen/
11884
11885 XEN HYPERVISOR ARM64
11886 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11887 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11888 S: Supported
11889 F: arch/arm64/xen/
11890 F: arch/arm64/include/asm/xen/
11891
11892 XEN NETWORK BACKEND DRIVER
11893 M: Ian Campbell <ian.campbell@citrix.com>
11894 M: Wei Liu <wei.liu2@citrix.com>
11895 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11896 L: netdev@vger.kernel.org
11897 S: Supported
11898 F: drivers/net/xen-netback/*
11899
11900 XEN PCI SUBSYSTEM
11901 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11902 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11903 S: Supported
11904 F: arch/x86/pci/*xen*
11905 F: drivers/pci/*xen*
11906
11907 XEN BLOCK SUBSYSTEM
11908 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11909 M: Roger Pau Monné <roger.pau@citrix.com>
11910 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11911 S: Supported
11912 F: drivers/block/xen-blkback/*
11913 F: drivers/block/xen*
11914
11915 XEN PVSCSI DRIVERS
11916 M: Juergen Gross <jgross@suse.com>
11917 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11918 L: linux-scsi@vger.kernel.org
11919 S: Supported
11920 F: drivers/scsi/xen-scsifront.c
11921 F: drivers/xen/xen-scsiback.c
11922 F: include/xen/interface/io/vscsiif.h
11923
11924 XEN SWIOTLB SUBSYSTEM
11925 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11926 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11927 S: Supported
11928 F: arch/x86/xen/*swiotlb*
11929 F: drivers/xen/*swiotlb*
11930
11931 XFS FILESYSTEM
11932 P: Silicon Graphics Inc
11933 M: Dave Chinner <david@fromorbit.com>
11934 M: xfs@oss.sgi.com
11935 L: xfs@oss.sgi.com
11936 W: http://oss.sgi.com/projects/xfs
11937 T: git git://oss.sgi.com/xfs/xfs.git
11938 S: Supported
11939 F: Documentation/filesystems/xfs.txt
11940 F: fs/xfs/
11941
11942 XILINX AXI ETHERNET DRIVER
11943 M: Anirudha Sarangi <anirudh@xilinx.com>
11944 M: John Linn <John.Linn@xilinx.com>
11945 S: Maintained
11946 F: drivers/net/ethernet/xilinx/xilinx_axienet*
11947
11948 XILINX UARTLITE SERIAL DRIVER
11949 M: Peter Korsgaard <jacmet@sunsite.dk>
11950 L: linux-serial@vger.kernel.org
11951 S: Maintained
11952 F: drivers/tty/serial/uartlite.c
11953
11954 XILINX VIDEO IP CORES
11955 M: Hyun Kwon <hyun.kwon@xilinx.com>
11956 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11957 L: linux-media@vger.kernel.org
11958 T: git git://linuxtv.org/media_tree.git
11959 S: Supported
11960 F: Documentation/devicetree/bindings/media/xilinx/
11961 F: drivers/media/platform/xilinx/
11962 F: include/uapi/linux/xilinx-v4l2-controls.h
11963
11964 XILLYBUS DRIVER
11965 M: Eli Billauer <eli.billauer@gmail.com>
11966 L: linux-kernel@vger.kernel.org
11967 S: Supported
11968 F: drivers/char/xillybus/
11969
11970 XTENSA XTFPGA PLATFORM SUPPORT
11971 M: Max Filippov <jcmvbkbc@gmail.com>
11972 L: linux-xtensa@linux-xtensa.org
11973 S: Maintained
11974 F: drivers/spi/spi-xtensa-xtfpga.c
11975 F: sound/soc/xtensa/xtfpga-i2s.c
11976
11977 YAM DRIVER FOR AX.25
11978 M: Jean-Paul Roubelat <jpr@f6fbb.org>
11979 L: linux-hams@vger.kernel.org
11980 S: Maintained
11981 F: drivers/net/hamradio/yam*
11982 F: include/linux/yam.h
11983
11984 YEALINK PHONE DRIVER
11985 M: Henk Vergonet <Henk.Vergonet@gmail.com>
11986 L: usbb2k-api-dev@nongnu.org
11987 S: Maintained
11988 F: Documentation/input/yealink.txt
11989 F: drivers/input/misc/yealink.*
11990
11991 Z8530 DRIVER FOR AX.25
11992 M: Joerg Reuter <jreuter@yaina.de>
11993 W: http://yaina.de/jreuter/
11994 W: http://www.qsl.net/dl1bke/
11995 L: linux-hams@vger.kernel.org
11996 S: Maintained
11997 F: Documentation/networking/z8530drv.txt
11998 F: drivers/net/hamradio/*scc.c
11999 F: drivers/net/hamradio/z8530.h
12000
12001 ZBUD COMPRESSED PAGE ALLOCATOR
12002 M: Seth Jennings <sjennings@variantweb.net>
12003 L: linux-mm@kvack.org
12004 S: Maintained
12005 F: mm/zbud.c
12006 F: include/linux/zbud.h
12007
12008 ZD1211RW WIRELESS DRIVER
12009 M: Daniel Drake <dsd@gentoo.org>
12010 M: Ulrich Kunitz <kune@deine-taler.de>
12011 W: http://zd1211.ath.cx/wiki/DriverRewrite
12012 L: linux-wireless@vger.kernel.org
12013 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12014 S: Maintained
12015 F: drivers/net/wireless/zd1211rw/
12016
12017 ZPOOL COMPRESSED PAGE STORAGE API
12018 M: Dan Streetman <ddstreet@ieee.org>
12019 L: linux-mm@kvack.org
12020 S: Maintained
12021 F: mm/zpool.c
12022 F: include/linux/zpool.h
12023
12024 ZR36067 VIDEO FOR LINUX DRIVER
12025 L: mjpeg-users@lists.sourceforge.net
12026 L: linux-media@vger.kernel.org
12027 W: http://mjpeg.sourceforge.net/driver-zoran/
12028 T: hg http://linuxtv.org/hg/v4l-dvb
12029 S: Odd Fixes
12030 F: drivers/media/pci/zoran/
12031
12032 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12033 M: Minchan Kim <minchan@kernel.org>
12034 M: Nitin Gupta <ngupta@vflare.org>
12035 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12036 L: linux-kernel@vger.kernel.org
12037 S: Maintained
12038 F: drivers/block/zram/
12039 F: Documentation/blockdev/zram.txt
12040
12041 ZS DECSTATION Z85C30 SERIAL DRIVER
12042 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12043 S: Maintained
12044 F: drivers/tty/serial/zs.*
12045
12046 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12047 M: Minchan Kim <minchan@kernel.org>
12048 M: Nitin Gupta <ngupta@vflare.org>
12049 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12050 L: linux-mm@kvack.org
12051 S: Maintained
12052 F: mm/zsmalloc.c
12053 F: include/linux/zsmalloc.h
12054 F: Documentation/vm/zsmalloc.txt
12055
12056 ZSWAP COMPRESSED SWAP CACHING
12057 M: Seth Jennings <sjennings@variantweb.net>
12058 L: linux-mm@kvack.org
12059 S: Maintained
12060 F: mm/zswap.c
12061
12062 THE REST
12063 M: Linus Torvalds <torvalds@linux-foundation.org>
12064 L: linux-kernel@vger.kernel.org
12065 Q: http://patchwork.kernel.org/project/LKML/list/
12066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12067 S: Buried alive in reporters
12068 F: *
12069 F: */