]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - MAINTAINERS
Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[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: lm-sensors@lm-sensors.org
234 S: Maintained
235 F: drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M: Alistair John Strachan <alistair@devzero.co.uk>
239 L: lm-sensors@lm-sensors.org
240 S: Maintained
241 F: drivers/hwmon/abituguru3.c
242
243 ACCES 104-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/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: lm-sensors@lm-sensors.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: lm-sensors@lm-sensors.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: lm-sensors@lm-sensors.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: lm-sensors@lm-sensors.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 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M: Tom Lendacky <thomas.lendacky@amd.com>
611 L: linux-crypto@vger.kernel.org
612 S: Supported
613 F: drivers/crypto/ccp/
614 F: include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L: lm-sensors@lm-sensors.org
619 S: Maintained
620 F: Documentation/hwmon/fam15h_power
621 F: drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S: Orphan
626 F: drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P: Andres Salomon <dilinger@queued.net>
630 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S: Supported
633 F: drivers/char/hw_random/geode-rng.c
634 F: drivers/crypto/geode*
635 F: drivers/video/fbdev/geode/
636 F: arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M: Joerg Roedel <joro@8bytes.org>
640 L: iommu@lists.linux-foundation.org
641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S: Maintained
643 F: drivers/iommu/amd_iommu*.[ch]
644 F: include/linux/amd-iommu.h
645
646 AMD KFD
647 M: Oded Gabbay <oded.gabbay@gmail.com>
648 L: dri-devel@lists.freedesktop.org
649 T: git git://people.freedesktop.org/~gabbayo/linux.git
650 S: Supported
651 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F: drivers/gpu/drm/amd/amdkfd/
656 F: drivers/gpu/drm/amd/include/cik_structs.h
657 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F: drivers/gpu/drm/amd/include/vi_structs.h
659 F: drivers/gpu/drm/radeon/radeon_kfd.c
660 F: drivers/gpu/drm/radeon/radeon_kfd.h
661 F: include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M: Tom Lendacky <thomas.lendacky@amd.com>
665 L: netdev@vger.kernel.org
666 S: Supported
667 F: drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M: Michael Hanselmann <linux-kernel@hansmi.ch>
671 S: Supported
672 F: drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M: Tom Tucker <tom@opengridcomputing.com>
676 M: Steve Wise <swise@opengridcomputing.com>
677 L: linux-rdma@vger.kernel.org
678 S: Maintained
679 F: drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M: Hans Verkuil <hans.verkuil@cisco.com>
683 L: linux-media@vger.kernel.org
684 S: Maintained
685 F: drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M: Lars-Peter Clausen <lars@metafoo.de>
689 L: linux-media@vger.kernel.org
690 W: http://ez.analog.com/community/linux-device-drivers
691 S: Supported
692 F: drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M: Hans Verkuil <hans.verkuil@cisco.com>
696 L: linux-media@vger.kernel.org
697 S: Maintained
698 F: drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M: Hans Verkuil <hans.verkuil@cisco.com>
702 L: linux-media@vger.kernel.org
703 S: Maintained
704 F: drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M: Hans Verkuil <hans.verkuil@cisco.com>
708 L: linux-media@vger.kernel.org
709 S: Maintained
710 F: drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M: Lars-Peter Clausen <lars@metafoo.de>
714 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W: http://wiki.analog.com/
716 W: http://ez.analog.com/community/linux-device-drivers
717 S: Supported
718 F: sound/soc/codecs/adau*
719 F: sound/soc/codecs/adav*
720 F: sound/soc/codecs/ad1*
721 F: sound/soc/codecs/ad7*
722 F: sound/soc/codecs/ssm*
723 F: sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W: http://blackfin.uclinux.org/
729 S: Supported
730 F: sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M: Lars-Peter Clausen <lars@metafoo.de>
734 M: Michael Hennerich <Michael.Hennerich@analog.com>
735 W: http://wiki.analog.com/
736 W: http://ez.analog.com/community/linux-device-drivers
737 S: Supported
738 F: drivers/iio/*/ad*
739 X: drivers/iio/*/adjd*
740 F: drivers/staging/iio/*/ad*
741 F: staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M: Lars-Peter Clausen <lars@metafoo.de>
745 W: http://ez.analog.com/community/linux-device-drivers
746 S: Supported
747 F: drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M: Arve HjønnevĂ¥g <arve@android.com>
752 M: Riley Andrews <riandrews@android.com>
753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L: devel@driverdev.osuosl.org
755 S: Supported
756 F: drivers/android/
757 F: drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M: Johannes Berg <johannes@sipsolutions.net>
761 L: linuxppc-dev@lists.ozlabs.org
762 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S: Maintained
764 F: sound/aoa/
765
766 APM DRIVER
767 M: Jiri Kosina <jikos@kernel.org>
768 S: Odd fixes
769 F: arch/x86/kernel/apm_32.c
770 F: include/linux/apm_bios.h
771 F: include/uapi/linux/apm_bios.h
772 F: drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M: Henrik Rydberg <rydberg@bitmath.org>
776 L: linux-input@vger.kernel.org
777 S: Odd fixes
778 F: drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M: Henrik Rydberg <rydberg@bitmath.org>
782 L: lm-sensors@lm-sensors.org
783 S: Odd fixes
784 F: drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S: Maintained
789 F: drivers/net/appletalk/
790 F: net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M: Iyappan Subramanian <isubramanian@apm.com>
794 M: Keyur Chudgar <kchudgar@apm.com>
795 S: Supported
796 F: drivers/net/ethernet/apm/xgene/
797 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L: linux-media@vger.kernel.org
802 S: Maintained
803 F: drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M: Jaya Kumar <jayalk@intworks.biz>
807 S: Maintained
808 F: drivers/video/fbdev/arcfb.c
809 F: drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L: netdev@vger.kernel.org
814 S: Maintained
815 F: drivers/net/arcnet/
816 F: include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M: Ian Molton <spyro@f2s.com>
820 S: Maintained
821 F: arch/arm/lib/floppydma.S
822 F: arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M: Will Deacon <will.deacon@arm.com>
826 R: Mark Rutland <mark.rutland@arm.com>
827 S: Maintained
828 F: arch/arm*/kernel/perf_*
829 F: arch/arm/oprofile/common.c
830 F: arch/arm*/kernel/hw_breakpoint.c
831 F: arch/arm*/include/asm/hw_breakpoint.h
832 F: arch/arm*/include/asm/perf_event.h
833 F: drivers/perf/arm_pmu.c
834 F: include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M: Russell King <linux@arm.linux.org.uk>
838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W: http://www.arm.linux.org.uk/
840 S: Maintained
841 F: arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S: Maintained
846 F: arch/arm/mach-*/
847 F: arch/arm/plat-*/
848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M: Russell King <linux@arm.linux.org.uk>
852 S: Maintained
853 F: sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M: Russell King <linux@arm.linux.org.uk>
857 S: Maintained
858 F: drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M: Russell King <linux@arm.linux.org.uk>
862 S: Maintained
863 F: drivers/input/serio/ambakmi.*
864 F: include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M: Russell King <linux@arm.linux.org.uk>
868 S: Maintained
869 F: drivers/mmc/host/mmci.*
870 F: include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M: Russell King <linux@arm.linux.org.uk>
874 S: Maintained
875 F: drivers/tty/serial/amba-pl01*.c
876 F: include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M: Russell King <linux@arm.linux.org.uk>
880 S: Maintained
881 F: drivers/amba/
882 F: include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M: Lennert Buytenhek <kernel@wantstofly.org>
886 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S: Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M: Sergey Lapin <slapin@ossfans.org>
891 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S: Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M: Lennert Buytenhek <kernel@wantstofly.org>
896 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S: Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M: Maxime Ripard <maxime.ripard@free-electrons.com>
901 M: Chen-Yu Tsai <wens@csie.org>
902 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S: Maintained
904 N: sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M: Emilio LĂ³pez <emilio@elopez.com.ar>
908 S: Maintained
909 F: drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M: Carlo Caione <carlo@caione.org>
913 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S: Maintained
915 F: drivers/media/rc/meson-ir.c
916 N: meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S: Maintained
921 F: arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M: Nicolas Ferre <nicolas.ferre@atmel.com>
925 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W: http://www.linux4sam.org
929 S: Supported
930 F: arch/arm/mach-at91/
931 F: include/soc/at91/
932 F: arch/arm/boot/dts/at91*.dts
933 F: arch/arm/boot/dts/at91*.dtsi
934 F: arch/arm/boot/dts/sama*.dts
935 F: arch/arm/boot/dts/sama*.dtsi
936 F: arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M: Boris Brezillon <boris.brezillon@free-electrons.com>
940 S: Maintained
941 F: drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M: Rob Herring <robh@kernel.org>
945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S: Maintained
947 F: arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M: Krzysztof Halasa <khalasa@piap.pl>
951 S: Maintained
952 F: arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M: Sunil Goutham <sgoutham@cavium.com>
956 M: Robert Richter <rric@kernel.org>
957 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S: Supported
959 F: drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M: Alexander Shiyan <shc_work@mail.ru>
963 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S: Odd Fixes
965 N: clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M: Hartley Sweeten <hsweeten@visionengravers.com>
969 M: Ryan Mallon <rmallon@gmail.com>
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S: Maintained
972 F: arch/arm/mach-ep93xx/
973 F: arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M: Lennert Buytenhek <kernel@wantstofly.org>
977 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S: Maintained
979
980 ARM/CLKDEV SUPPORT
981 M: Russell King <linux@arm.linux.org.uk>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S: Maintained
984 F: arch/arm/include/asm/clkdev.h
985 F: drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M: Mike Rapoport <mike@compulab.co.il>
989 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S: Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M: Hubert Feurstein <hubert.feurstein@contec.at>
994 S: Maintained
995 F: arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M: Mathieu Poirier <mathieu.poirier@linaro.org>
999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S: Maintained
1001 F: drivers/hwtracing/coresight/*
1002 F: Documentation/trace/coresight.txt
1003 F: Documentation/devicetree/bindings/arm/coresight.txt
1004 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M: Richard Purdie <rpurdie@rpsys.net>
1008 S: Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T: git git://github.com/ulli-kroll/linux.git
1014 S: Maintained
1015 F: arch/arm/mach-gemini/
1016 F: drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M: Barry Song <baohua@kernel.org>
1020 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S: Maintained
1023 F: arch/arm/mach-prima2/
1024 F: drivers/clk/sirf/
1025 F: drivers/clocksource/timer-prima2.c
1026 F: drivers/clocksource/timer-atlas7.c
1027 N: [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M: Baruch Siach <baruch@tkos.co.il>
1031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S: Maintained
1033 F: arch/arm/boot/dts/cx92755*
1034 N: digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M: Russell King <linux@arm.linux.org.uk>
1038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W: http://www.arm.linux.org.uk/
1040 S: Maintained
1041 F: arch/arm/mach-ebsa110/
1042 F: drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M: Uwe Kleine-König <kernel@pengutronix.de>
1046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S: Maintained
1048 N: efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M: Daniel Ribeiro <drwyrm@gmail.com>
1052 M: Stefan Schmidt <stefan@openezx.org>
1053 M: Harald Welte <laforge@openezx.org>
1054 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W: http://www.openezx.org/
1056 S: Maintained
1057 T: topgit git://git.openezx.org/openezx.git
1058 F: arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S: Maintained
1064 T: git git://git.berlios.de/gemini-board
1065 F: arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M: Russell King <linux@arm.linux.org.uk>
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W: http://www.arm.linux.org.uk/
1071 S: Maintained
1072 F: arch/arm/include/asm/hardware/dec21285.h
1073 F: arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M: Shawn Guo <shawnguo@kernel.org>
1077 M: Sascha Hauer <kernel@pengutronix.de>
1078 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S: Maintained
1080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F: arch/arm/mach-imx/
1082 F: arch/arm/mach-mxs/
1083 F: arch/arm/boot/dts/imx*
1084 F: arch/arm/configs/imx*_defconfig
1085 F: drivers/clk/imx/
1086 F: include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M: Shawn Guo <shawnguo@kernel.org>
1090 M: Sascha Hauer <kernel@pengutronix.de>
1091 R: Stefan Agner <stefan@agner.ch>
1092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S: Maintained
1094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F: arch/arm/mach-imx/*vf610*
1096 F: arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M: Lennert Buytenhek <kernel@wantstofly.org>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S: Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M: Steve Sakoman <sakoman@gmail.com>
1105 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S: Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M: Philipp Zabel <philipp.zabel@gmail.com>
1110 M: Paul Parsons <lost.distance@yahoo.com>
1111 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S: Maintained
1113 F: arch/arm/mach-pxa/hx4700.c
1114 F: arch/arm/mach-pxa/include/mach/hx4700.h
1115 F: sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M: Wei Xu <xuwei5@hisilicon.com>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W: http://www.hisilicon.com
1121 S: Supported
1122 T: git git://github.com/hisilicon/linux-hisi.git
1123 F: arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W: www.jlime.com
1128 S: Maintained
1129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F: arch/arm/mach-sa1100/jornada720.c
1131 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M: Javier Martinez Canillas <javier@dowhile0.org>
1136 L: linux-omap@vger.kernel.org
1137 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S: Maintained
1139 F: arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M: Marek Vasut <marek.vasut@gmail.com>
1143 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S: Maintained
1145 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M: Lennert Buytenhek <kernel@wantstofly.org>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S: Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S: Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M: Lennert Buytenhek <kernel@wantstofly.org>
1158 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S: Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M: Lennert Buytenhek <kernel@wantstofly.org>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S: Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M: Lennert Buytenhek <kernel@wantstofly.org>
1168 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S: Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M: Imre Kaloz <kaloz@openwrt.org>
1173 M: Krzysztof Halasa <khalasa@piap.pl>
1174 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S: Maintained
1176 F: arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M: Jonathan Cameron <jic23@cam.ac.uk>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S: Maintained
1182 F: arch/arm/mach-pxa/stargate2.c
1183 F: drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M: Lennert Buytenhek <kernel@wantstofly.org>
1187 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S: Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M: Lennert Buytenhek <kernel@wantstofly.org>
1192 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S: Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M: Santosh Shilimkar <ssantosh@kernel.org>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S: Maintained
1199 F: arch/arm/mach-keystone/
1200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M: Santosh Shilimkar <ssantosh@kernel.org>
1204 L: linux-kernel@vger.kernel.org
1205 S: Maintained
1206 F: drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M: Santosh Shilimkar <ssantosh@kernel.org>
1210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L: linux-kernel@vger.kernel.org
1212 S: Maintained
1213 F: drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M: Santosh Shilimkar <ssantosh@kernel.org>
1217 L: linux-kernel@vger.kernel.org
1218 S: Maintained
1219 F: drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M: Santosh Shilimkar <ssantosh@kernel.org>
1223 L: linux-kernel@vger.kernel.org
1224 S: Maintained
1225 F: drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M: Lennert Buytenhek <kernel@wantstofly.org>
1229 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S: Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M: Joachim Eastwood <manabian@gmail.com>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S: Maintained
1236 N: lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M: Philipp Zabel <philipp.zabel@gmail.com>
1240 S: Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M: Jason Cooper <jason@lakedaemon.net>
1244 M: Andrew Lunn <andrew@lunn.ch>
1245 M: Gregory Clement <gregory.clement@free-electrons.com>
1246 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S: Maintained
1249 F: arch/arm/mach-mvebu/
1250 F: drivers/rtc/rtc-armada38x.c
1251 F: arch/arm/boot/dts/armada*
1252 F: arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S: Maintained
1259 F: arch/arm/mach-berlin/
1260 F: arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M: Jason Cooper <jason@lakedaemon.net>
1265 M: Andrew Lunn <andrew@lunn.ch>
1266 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M: Gregory Clement <gregory.clement@free-electrons.com>
1268 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S: Maintained
1270 F: arch/arm/mach-dove/
1271 F: arch/arm/mach-mv78xx0/
1272 F: arch/arm/mach-orion5x/
1273 F: arch/arm/plat-orion/
1274 F: arch/arm/boot/dts/dove*
1275 F: arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M: Alexander Clouter <alex@digriz.org.uk>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W: http://www.digriz.org.uk/ts78xx/kernel
1282 S: Maintained
1283 F: arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M: Eddie Huang <eddie.huang@mediatek.com>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S: Maintained
1290 F: drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M: Matthias Brugger <matthias.bgg@gmail.com>
1294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297 F: arch/arm/boot/dts/mt6*
1298 F: arch/arm/boot/dts/mt8*
1299 F: arch/arm/mach-mediatek/
1300 N: mtk
1301 K: mediatek
1302
1303 ARM/Mediatek USB3 PHY DRIVER
1304 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307 S: Maintained
1308 F: drivers/phy/phy-mt65xx-usb3.c
1309
1310 ARM/MICREL KS8695 ARCHITECTURE
1311 M: Greg Ungerer <gerg@uclinux.org>
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F: arch/arm/mach-ks8695/
1314 S: Odd Fixes
1315
1316 ARM/MIOA701 MACHINE SUPPORT
1317 M: Robert Jarzmik <robert.jarzmik@free.fr>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 F: arch/arm/mach-pxa/mioa701.c
1320 S: Maintained
1321
1322 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1323 M: Michael Petchkovsky <mkpetch@internode.on.net>
1324 S: Maintained
1325
1326 ARM/NOMADIK ARCHITECTURE
1327 M: Alessandro Rubini <rubini@unipv.it>
1328 M: Linus Walleij <linus.walleij@linaro.org>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S: Maintained
1331 F: arch/arm/mach-nomadik/
1332 F: drivers/pinctrl/nomadik/
1333 F: drivers/i2c/busses/i2c-nomadik.c
1334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1335
1336 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1337 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1338 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1339 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340 S: Supported
1341
1342 ARM/TOSA MACHINE SUPPORT
1343 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344 M: Dirk Opfer <dirk@opfer-online.de>
1345 S: Maintained
1346
1347 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1348 M: Marek Vasut <marek.vasut@gmail.com>
1349 L: linux-arm-kernel@lists.infradead.org
1350 W: http://hackndev.com
1351 S: Maintained
1352 F: arch/arm/mach-pxa/include/mach/palmtx.h
1353 F: arch/arm/mach-pxa/palmtx.c
1354 F: arch/arm/mach-pxa/include/mach/palmt5.h
1355 F: arch/arm/mach-pxa/palmt5.c
1356 F: arch/arm/mach-pxa/include/mach/palmld.h
1357 F: arch/arm/mach-pxa/palmld.c
1358 F: arch/arm/mach-pxa/include/mach/palmte2.h
1359 F: arch/arm/mach-pxa/palmte2.c
1360 F: arch/arm/mach-pxa/include/mach/palmtc.h
1361 F: arch/arm/mach-pxa/palmtc.c
1362
1363 ARM/PALM TREO SUPPORT
1364 M: Tomas Cech <sleep_walker@suse.com>
1365 L: linux-arm-kernel@lists.infradead.org
1366 W: http://hackndev.com
1367 S: Maintained
1368 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1369 F: arch/arm/mach-pxa/palmtreo.c
1370
1371 ARM/PALMZ72 SUPPORT
1372 M: Sergey Lapin <slapin@ossfans.org>
1373 L: linux-arm-kernel@lists.infradead.org
1374 W: http://hackndev.com
1375 S: Maintained
1376 F: arch/arm/mach-pxa/include/mach/palmz72.h
1377 F: arch/arm/mach-pxa/palmz72.c
1378
1379 ARM/PLEB SUPPORT
1380 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1381 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382 S: Maintained
1383
1384 ARM/PT DIGITAL BOARD PORT
1385 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1386 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W: http://www.arm.linux.org.uk/
1388 S: Maintained
1389
1390 ARM/QUALCOMM SUPPORT
1391 M: Kumar Gala <galak@codeaurora.org>
1392 M: Andy Gross <agross@codeaurora.org>
1393 M: David Brown <davidb@codeaurora.org>
1394 L: linux-arm-msm@vger.kernel.org
1395 L: linux-soc@vger.kernel.org
1396 S: Maintained
1397 F: arch/arm/mach-qcom/
1398 F: drivers/soc/qcom/
1399 F: drivers/tty/serial/msm_serial.h
1400 F: drivers/tty/serial/msm_serial.c
1401 F: drivers/*/pm8???-*
1402 F: drivers/mfd/ssbi.c
1403 F: drivers/firmware/qcom_scm.c
1404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
1406 ARM/RADISYS ENP2611 MACHINE SUPPORT
1407 M: Lennert Buytenhek <kernel@wantstofly.org>
1408 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S: Maintained
1410
1411 ARM/RISCPC ARCHITECTURE
1412 M: Russell King <linux@arm.linux.org.uk>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W: http://www.arm.linux.org.uk/
1415 S: Maintained
1416 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1417 F: arch/arm/include/asm/hardware/ioc.h
1418 F: arch/arm/include/asm/hardware/iomd.h
1419 F: arch/arm/include/asm/hardware/memc.h
1420 F: arch/arm/mach-rpc/
1421 F: drivers/net/ethernet/8390/etherh.c
1422 F: drivers/net/ethernet/i825xx/ether1*
1423 F: drivers/net/ethernet/seeq/ether3*
1424 F: drivers/scsi/arm/
1425
1426 ARM/Rockchip SoC support
1427 M: Heiko Stuebner <heiko@sntech.de>
1428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L: linux-rockchip@lists.infradead.org
1430 S: Maintained
1431 F: arch/arm/boot/dts/rk3*
1432 F: arch/arm/mach-rockchip/
1433 F: drivers/clk/rockchip/
1434 F: drivers/i2c/busses/i2c-rk3x.c
1435 F: drivers/*/*rockchip*
1436 F: drivers/*/*/*rockchip*
1437 F: sound/soc/rockchip/
1438 N: rockchip
1439
1440 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441 M: Kukjin Kim <kgene@kernel.org>
1442 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1443 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1445 S: Maintained
1446 F: arch/arm/boot/dts/s3c*
1447 F: arch/arm/boot/dts/exynos*
1448 F: arch/arm64/boot/dts/exynos/
1449 F: arch/arm/plat-samsung/
1450 F: arch/arm/mach-s3c24*/
1451 F: arch/arm/mach-s3c64xx/
1452 F: arch/arm/mach-s5p*/
1453 F: arch/arm/mach-exynos*/
1454 F: drivers/*/*s3c2410*
1455 F: drivers/*/*/*s3c2410*
1456 F: drivers/spi/spi-s3c*
1457 F: sound/soc/samsung/*
1458 N: exynos
1459
1460 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461 M: Kyungmin Park <kyungmin.park@samsung.com>
1462 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S: Maintained
1464 F: arch/arm/mach-s5pv210/
1465
1466 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467 M: Kyungmin Park <kyungmin.park@samsung.com>
1468 M: Kamil Debski <k.debski@samsung.com>
1469 L: linux-arm-kernel@lists.infradead.org
1470 L: linux-media@vger.kernel.org
1471 S: Maintained
1472 F: drivers/media/platform/s5p-g2d/
1473
1474 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475 M: Kyungmin Park <kyungmin.park@samsung.com>
1476 M: Kamil Debski <k.debski@samsung.com>
1477 M: Jeongtae Park <jtp.park@samsung.com>
1478 L: linux-arm-kernel@lists.infradead.org
1479 L: linux-media@vger.kernel.org
1480 S: Maintained
1481 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1482 F: drivers/media/platform/s5p-mfc/
1483
1484 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485 M: Kyungmin Park <kyungmin.park@samsung.com>
1486 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1487 L: linux-arm-kernel@lists.infradead.org
1488 L: linux-media@vger.kernel.org
1489 S: Maintained
1490 F: drivers/media/platform/s5p-tv/
1491
1492 ARM/SHMOBILE ARM ARCHITECTURE
1493 M: Simon Horman <horms@verge.net.au>
1494 M: Magnus Damm <magnus.damm@gmail.com>
1495 L: linux-sh@vger.kernel.org
1496 W: http://oss.renesas.com
1497 Q: http://patchwork.kernel.org/project/linux-sh/list/
1498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1499 S: Supported
1500 F: arch/arm/boot/dts/emev2*
1501 F: arch/arm/boot/dts/r7s*
1502 F: arch/arm/boot/dts/r8a*
1503 F: arch/arm/boot/dts/sh*
1504 F: arch/arm/configs/bockw_defconfig
1505 F: arch/arm/configs/marzen_defconfig
1506 F: arch/arm/configs/shmobile_defconfig
1507 F: arch/arm/include/debug/renesas-scif.S
1508 F: arch/arm/mach-shmobile/
1509 F: drivers/sh/
1510
1511 ARM/SOCFPGA ARCHITECTURE
1512 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1513 S: Maintained
1514 F: arch/arm/mach-socfpga/
1515 F: arch/arm/boot/dts/socfpga*
1516 F: arch/arm/configs/socfpga_defconfig
1517 W: http://www.rocketboards.org
1518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1519
1520 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1521 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1522 S: Maintained
1523 F: drivers/clk/socfpga/
1524
1525 ARM/SOCFPGA EDAC SUPPORT
1526 M: Thor Thayer <tthayer@opensource.altera.com>
1527 S: Maintained
1528 F: drivers/edac/altera_edac.
1529
1530 ARM/STI ARCHITECTURE
1531 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1532 M: Maxime Coquelin <maxime.coquelin@st.com>
1533 M: Patrice Chotard <patrice.chotard@st.com>
1534 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 L: kernel@stlinux.com
1536 W: http://www.stlinux.com
1537 S: Maintained
1538 F: arch/arm/mach-sti/
1539 F: arch/arm/boot/dts/sti*
1540 F: drivers/char/hw_random/st-rng.c
1541 F: drivers/clocksource/arm_global_timer.c
1542 F: drivers/clocksource/clksrc_st_lpc.c
1543 F: drivers/i2c/busses/i2c-st.c
1544 F: drivers/media/rc/st_rc.c
1545 F: drivers/media/platform/sti/c8sectpfe/
1546 F: drivers/mmc/host/sdhci-st.c
1547 F: drivers/phy/phy-miphy28lp.c
1548 F: drivers/phy/phy-miphy365x.c
1549 F: drivers/phy/phy-stih407-usb.c
1550 F: drivers/phy/phy-stih41x-usb.c
1551 F: drivers/pinctrl/pinctrl-st.c
1552 F: drivers/reset/sti/
1553 F: drivers/rtc/rtc-st-lpc.c
1554 F: drivers/tty/serial/st-asc.c
1555 F: drivers/usb/dwc3/dwc3-st.c
1556 F: drivers/usb/host/ehci-st.c
1557 F: drivers/usb/host/ohci-st.c
1558 F: drivers/watchdog/st_lpc_wdt.c
1559 F: drivers/ata/ahci_st.c
1560
1561 ARM/STM32 ARCHITECTURE
1562 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S: Maintained
1565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1566 N: stm32
1567 F: drivers/clocksource/armv7m_systick.c
1568
1569 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1570 M: Lennert Buytenhek <kernel@wantstofly.org>
1571 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S: Maintained
1573
1574 ARM/TETON BGA MACHINE SUPPORT
1575 M: "Mark F. Brown" <mark.brown314@gmail.com>
1576 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S: Maintained
1578
1579 ARM/THECUS N2100 MACHINE SUPPORT
1580 M: Lennert Buytenhek <kernel@wantstofly.org>
1581 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S: Maintained
1583
1584 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1585 M: Wan ZongShun <mcuos.com@gmail.com>
1586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 W: http://www.mcuos.com
1588 S: Maintained
1589 F: arch/arm/mach-w90x900/
1590 F: drivers/input/keyboard/w90p910_keypad.c
1591 F: drivers/input/touchscreen/w90p910_ts.c
1592 F: drivers/watchdog/nuc900_wdt.c
1593 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1594 F: drivers/mtd/nand/nuc900_nand.c
1595 F: drivers/rtc/rtc-nuc900.c
1596 F: drivers/spi/spi-nuc900.c
1597 F: drivers/usb/host/ehci-w90x900.c
1598 F: drivers/video/fbdev/nuc900fb.c
1599
1600 ARM/U300 MACHINE SUPPORT
1601 M: Linus Walleij <linus.walleij@linaro.org>
1602 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 S: Supported
1604 F: arch/arm/mach-u300/
1605 F: drivers/clocksource/timer-u300.c
1606 F: drivers/i2c/busses/i2c-stu300.c
1607 F: drivers/rtc/rtc-coh901331.c
1608 F: drivers/watchdog/coh901327_wdt.c
1609 F: drivers/dma/coh901318*
1610 F: drivers/mfd/ab3100*
1611 F: drivers/rtc/rtc-ab3100.c
1612 F: drivers/rtc/rtc-coh901331.c
1613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1614
1615 ARM/UNIPHIER ARCHITECTURE
1616 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S: Maintained
1619 F: arch/arm/boot/dts/uniphier*
1620 F: arch/arm/mach-uniphier/
1621 F: drivers/pinctrl/uniphier/
1622 F: drivers/tty/serial/8250/8250_uniphier.c
1623 N: uniphier
1624
1625 ARM/Ux500 ARM ARCHITECTURE
1626 M: Linus Walleij <linus.walleij@linaro.org>
1627 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S: Maintained
1629 F: arch/arm/mach-ux500/
1630 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1631 F: drivers/dma/ste_dma40*
1632 F: drivers/hwspinlock/u8500_hsem.c
1633 F: drivers/mfd/abx500*
1634 F: drivers/mfd/ab8500*
1635 F: drivers/mfd/dbx500*
1636 F: drivers/mfd/db8500*
1637 F: drivers/pinctrl/nomadik/pinctrl-ab*
1638 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1639 F: drivers/rtc/rtc-ab8500.c
1640 F: drivers/rtc/rtc-pl031.c
1641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1642
1643 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1644 M: Ulf Hansson <ulf.hansson@linaro.org>
1645 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 T: git git://git.linaro.org/people/ulfh/clk.git
1647 S: Maintained
1648 F: drivers/clk/ux500/
1649 F: include/linux/platform_data/clk-ux500.h
1650
1651 ARM/VERSATILE EXPRESS PLATFORM
1652 M: Liviu Dudau <liviu.dudau@arm.com>
1653 M: Sudeep Holla <sudeep.holla@arm.com>
1654 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1655 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656 S: Maintained
1657 F: arch/arm/boot/dts/vexpress*
1658 F: arch/arm64/boot/dts/arm/vexpress*
1659 F: arch/arm/mach-vexpress/
1660 F: */*/vexpress*
1661 F: */*/*/vexpress*
1662 F: drivers/clk/versatile/clk-vexpress-osc.c
1663 F: drivers/clocksource/versatile.c
1664
1665 ARM/VFP SUPPORT
1666 M: Russell King <linux@arm.linux.org.uk>
1667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 W: http://www.arm.linux.org.uk/
1669 S: Maintained
1670 F: arch/arm/vfp/
1671
1672 ARM/VOIPAC PXA270 SUPPORT
1673 M: Marek Vasut <marek.vasut@gmail.com>
1674 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S: Maintained
1676 F: arch/arm/mach-pxa/vpac270.c
1677 F: arch/arm/mach-pxa/include/mach/vpac270.h
1678
1679 ARM/VT8500 ARM ARCHITECTURE
1680 M: Tony Prisk <linux@prisktech.co.nz>
1681 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S: Maintained
1683 F: arch/arm/mach-vt8500/
1684 F: drivers/clocksource/vt8500_timer.c
1685 F: drivers/i2c/busses/i2c-wmt.c
1686 F: drivers/mmc/host/wmt-sdmmc.c
1687 F: drivers/pwm/pwm-vt8500.c
1688 F: drivers/rtc/rtc-vt8500.c
1689 F: drivers/tty/serial/vt8500_serial.c
1690 F: drivers/usb/host/ehci-platform.c
1691 F: drivers/usb/host/uhci-platform.c
1692 F: drivers/video/fbdev/vt8500lcdfb.*
1693 F: drivers/video/fbdev/wm8505fb*
1694 F: drivers/video/fbdev/wmt_ge_rops.*
1695
1696 ARM/ZIPIT Z2 SUPPORT
1697 M: Marek Vasut <marek.vasut@gmail.com>
1698 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 S: Maintained
1700 F: arch/arm/mach-pxa/z2.c
1701 F: arch/arm/mach-pxa/include/mach/z2.h
1702
1703 ARM/ZTE ARCHITECTURE
1704 M: Jun Nie <jun.nie@linaro.org>
1705 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S: Maintained
1707 F: arch/arm/mach-zx/
1708 F: drivers/clk/zte/
1709 F: Documentation/devicetree/bindings/arm/zte.txt
1710 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1711
1712 ARM/ZYNQ ARCHITECTURE
1713 M: Michal Simek <michal.simek@xilinx.com>
1714 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1715 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 W: http://wiki.xilinx.com
1717 T: git https://github.com/Xilinx/linux-xlnx.git
1718 S: Supported
1719 F: arch/arm/mach-zynq/
1720 F: drivers/cpuidle/cpuidle-zynq.c
1721 F: drivers/block/xsysace.c
1722 N: zynq
1723 N: xilinx
1724 F: drivers/clocksource/cadence_ttc_timer.c
1725 F: drivers/i2c/busses/i2c-cadence.c
1726 F: drivers/mmc/host/sdhci-of-arasan.c
1727 F: drivers/edac/synopsys_edac.c
1728
1729 ARM SMMU DRIVERS
1730 M: Will Deacon <will.deacon@arm.com>
1731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S: Maintained
1733 F: drivers/iommu/arm-smmu.c
1734 F: drivers/iommu/arm-smmu-v3.c
1735 F: drivers/iommu/io-pgtable-arm.c
1736
1737 ARM64 PORT (AARCH64 ARCHITECTURE)
1738 M: Catalin Marinas <catalin.marinas@arm.com>
1739 M: Will Deacon <will.deacon@arm.com>
1740 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S: Maintained
1742 F: arch/arm64/
1743 F: Documentation/arm64/
1744
1745 AS3645A LED FLASH CONTROLLER DRIVER
1746 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1747 L: linux-media@vger.kernel.org
1748 T: git git://linuxtv.org/media_tree.git
1749 S: Maintained
1750 F: drivers/media/i2c/as3645a.c
1751 F: include/media/as3645a.h
1752
1753 ASC7621 HARDWARE MONITOR DRIVER
1754 M: George Joseph <george.joseph@fairview5.com>
1755 L: lm-sensors@lm-sensors.org
1756 S: Maintained
1757 F: Documentation/hwmon/asc7621
1758 F: drivers/hwmon/asc7621.c
1759
1760 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1761 M: Corentin Chary <corentin.chary@gmail.com>
1762 L: acpi4asus-user@lists.sourceforge.net
1763 L: platform-driver-x86@vger.kernel.org
1764 W: http://acpi4asus.sf.net
1765 S: Maintained
1766 F: drivers/platform/x86/asus*.c
1767 F: drivers/platform/x86/eeepc*.c
1768
1769 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1770 R: Dan Williams <dan.j.williams@intel.com>
1771 W: http://sourceforge.net/projects/xscaleiop
1772 S: Odd fixes
1773 F: Documentation/crypto/async-tx-api.txt
1774 F: crypto/async_tx/
1775 F: drivers/dma/
1776 F: include/linux/dmaengine.h
1777 F: include/linux/async_tx.h
1778
1779 AT24 EEPROM DRIVER
1780 M: Wolfram Sang <wsa@the-dreams.de>
1781 L: linux-i2c@vger.kernel.org
1782 S: Maintained
1783 F: drivers/misc/eeprom/at24.c
1784 F: include/linux/platform_data/at24.h
1785
1786 ATA OVER ETHERNET (AOE) DRIVER
1787 M: "Ed L. Cashin" <ed.cashin@acm.org>
1788 W: http://www.openaoe.org/
1789 S: Supported
1790 F: Documentation/aoe/
1791 F: drivers/block/aoe/
1792
1793 ATHEROS 71XX/9XXX GPIO DRIVER
1794 M: Alban Bedel <albeu@free.fr>
1795 W: https://github.com/AlbanBedel/linux
1796 T: git git://github.com/AlbanBedel/linux
1797 S: Maintained
1798 F: drivers/gpio/gpio-ath79.c
1799 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1800
1801 ATHEROS ATH GENERIC UTILITIES
1802 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1803 L: linux-wireless@vger.kernel.org
1804 S: Supported
1805 F: drivers/net/wireless/ath/*
1806
1807 ATHEROS ATH5K WIRELESS DRIVER
1808 M: Jiri Slaby <jirislaby@gmail.com>
1809 M: Nick Kossifidis <mickflemm@gmail.com>
1810 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L: linux-wireless@vger.kernel.org
1812 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1813 S: Maintained
1814 F: drivers/net/wireless/ath/ath5k/
1815
1816 ATHEROS ATH6KL WIRELESS DRIVER
1817 M: Kalle Valo <kvalo@qca.qualcomm.com>
1818 L: linux-wireless@vger.kernel.org
1819 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1820 T: git git://github.com/kvalo/ath.git
1821 S: Supported
1822 F: drivers/net/wireless/ath/ath6kl/
1823
1824 WILOCITY WIL6210 WIRELESS DRIVER
1825 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1826 L: linux-wireless@vger.kernel.org
1827 L: wil6210@qca.qualcomm.com
1828 S: Supported
1829 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1830 F: drivers/net/wireless/ath/wil6210/
1831 F: include/uapi/linux/wil6210_uapi.h
1832
1833 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1834 M: Christian Lamparter <chunkeey@googlemail.com>
1835 L: linux-wireless@vger.kernel.org
1836 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1837 S: Maintained
1838 F: drivers/net/wireless/ath/carl9170/
1839
1840 ATK0110 HWMON DRIVER
1841 M: Luca Tettamanti <kronos.it@gmail.com>
1842 L: lm-sensors@lm-sensors.org
1843 S: Maintained
1844 F: drivers/hwmon/asus_atk0110.c
1845
1846 ATI_REMOTE2 DRIVER
1847 M: Ville Syrjala <syrjala@sci.fi>
1848 S: Maintained
1849 F: drivers/input/misc/ati_remote2.c
1850
1851 ATLX ETHERNET DRIVERS
1852 M: Jay Cliburn <jcliburn@gmail.com>
1853 M: Chris Snook <chris.snook@gmail.com>
1854 L: netdev@vger.kernel.org
1855 W: http://sourceforge.net/projects/atl1
1856 W: http://atl1.sourceforge.net
1857 S: Maintained
1858 F: drivers/net/ethernet/atheros/
1859
1860 ATM
1861 M: Chas Williams <3chas3@gmail.com>
1862 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1863 L: netdev@vger.kernel.org
1864 W: http://linux-atm.sourceforge.net
1865 S: Maintained
1866 F: drivers/atm/
1867 F: include/linux/atm*
1868 F: include/uapi/linux/atm*
1869
1870 ATMEL AT91 / AT32 MCI DRIVER
1871 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1872 S: Maintained
1873 F: drivers/mmc/host/atmel-mci.c
1874 F: drivers/mmc/host/atmel-mci-regs.h
1875
1876 ATMEL AT91 / AT32 SERIAL DRIVER
1877 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1878 S: Supported
1879 F: drivers/tty/serial/atmel_serial.c
1880
1881 ATMEL Audio ALSA driver
1882 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1883 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1884 S: Supported
1885 F: sound/soc/atmel
1886
1887 ATMEL DMA DRIVER
1888 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1889 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1890 S: Supported
1891 F: drivers/dma/at_hdmac.c
1892 F: drivers/dma/at_hdmac_regs.h
1893 F: include/linux/platform_data/dma-atmel.h
1894
1895 ATMEL XDMA DRIVER
1896 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1897 L: linux-arm-kernel@lists.infradead.org
1898 L: dmaengine@vger.kernel.org
1899 S: Supported
1900 F: drivers/dma/at_xdmac.c
1901
1902 ATMEL I2C DRIVER
1903 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1904 L: linux-i2c@vger.kernel.org
1905 S: Supported
1906 F: drivers/i2c/busses/i2c-at91.c
1907
1908 ATMEL ISI DRIVER
1909 M: Josh Wu <josh.wu@atmel.com>
1910 L: linux-media@vger.kernel.org
1911 S: Supported
1912 F: drivers/media/platform/soc_camera/atmel-isi.c
1913 F: include/media/atmel-isi.h
1914
1915 ATMEL LCDFB DRIVER
1916 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1917 L: linux-fbdev@vger.kernel.org
1918 S: Maintained
1919 F: drivers/video/fbdev/atmel_lcdfb.c
1920 F: include/video/atmel_lcdc.h
1921
1922 ATMEL MACB ETHERNET DRIVER
1923 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1924 S: Supported
1925 F: drivers/net/ethernet/cadence/
1926
1927 ATMEL NAND DRIVER
1928 M: Josh Wu <josh.wu@atmel.com>
1929 L: linux-mtd@lists.infradead.org
1930 S: Supported
1931 F: drivers/mtd/nand/atmel_nand*
1932
1933 ATMEL SDMMC DRIVER
1934 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1935 L: linux-mmc@vger.kernel.org
1936 S: Supported
1937 F: drivers/mmc/host/sdhci-of-at91.c
1938
1939 ATMEL SPI DRIVER
1940 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1941 S: Supported
1942 F: drivers/spi/spi-atmel.*
1943
1944 ATMEL SSC DRIVER
1945 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1946 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 S: Supported
1948 F: drivers/misc/atmel-ssc.c
1949 F: include/linux/atmel-ssc.h
1950
1951 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1952 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1953 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 S: Supported
1955 F: drivers/misc/atmel_tclib.c
1956 F: drivers/clocksource/tcb_clksrc.c
1957
1958 ATMEL USBA UDC DRIVER
1959 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1960 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 S: Supported
1962 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1963
1964 ATMEL WIRELESS DRIVER
1965 M: Simon Kelley <simon@thekelleys.org.uk>
1966 L: linux-wireless@vger.kernel.org
1967 W: http://www.thekelleys.org.uk/atmel
1968 W: http://atmelwlandriver.sourceforge.net/
1969 S: Maintained
1970 F: drivers/net/wireless/atmel*
1971
1972 ATMEL MAXTOUCH DRIVER
1973 M: Nick Dyer <nick.dyer@itdev.co.uk>
1974 T: git git://github.com/atmel-maxtouch/linux.git
1975 S: Supported
1976 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1977 F: drivers/input/touchscreen/atmel_mxt_ts.c
1978 F: include/linux/platform_data/atmel_mxt_ts.h
1979
1980 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1981 M: Bradley Grove <linuxdrivers@attotech.com>
1982 L: linux-scsi@vger.kernel.org
1983 W: http://www.attotech.com
1984 S: Supported
1985 F: drivers/scsi/esas2r
1986
1987 ATUSB IEEE 802.15.4 RADIO DRIVER
1988 M: Stefan Schmidt <stefan@osg.samsung.com>
1989 L: linux-wpan@vger.kernel.org
1990 S: Maintained
1991 F: drivers/net/ieee802154/atusb.c
1992 F: drivers/net/ieee802154/atusb.h
1993 F: drivers/net/ieee802154/at86rf230.h
1994
1995 AUDIT SUBSYSTEM
1996 M: Paul Moore <paul@paul-moore.com>
1997 M: Eric Paris <eparis@redhat.com>
1998 L: linux-audit@redhat.com (moderated for non-subscribers)
1999 W: http://people.redhat.com/sgrubb/audit/
2000 T: git git://git.infradead.org/users/pcmoore/audit
2001 S: Maintained
2002 F: include/linux/audit.h
2003 F: include/uapi/linux/audit.h
2004 F: kernel/audit*
2005
2006 AUXILIARY DISPLAY DRIVERS
2007 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2008 W: http://miguelojeda.es/auxdisplay.htm
2009 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2010 S: Maintained
2011 F: drivers/auxdisplay/
2012 F: include/linux/cfag12864b.h
2013
2014 AVR32 ARCHITECTURE
2015 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2016 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2017 W: http://www.atmel.com/products/AVR32/
2018 W: http://mirror.egtvedt.no/avr32linux.org/
2019 W: http://avrfreaks.net/
2020 S: Maintained
2021 F: arch/avr32/
2022
2023 AVR32/AT32AP MACHINE SUPPORT
2024 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2025 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2026 S: Maintained
2027 F: arch/avr32/mach-at32ap/
2028
2029 AX.25 NETWORK LAYER
2030 M: Ralf Baechle <ralf@linux-mips.org>
2031 L: linux-hams@vger.kernel.org
2032 W: http://www.linux-ax25.org/
2033 S: Maintained
2034 F: include/uapi/linux/ax25.h
2035 F: include/net/ax25.h
2036 F: net/ax25/
2037
2038 AZ6007 DVB DRIVER
2039 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2040 L: linux-media@vger.kernel.org
2041 W: http://linuxtv.org
2042 T: git git://linuxtv.org/media_tree.git
2043 S: Maintained
2044 F: drivers/media/usb/dvb-usb-v2/az6007.c
2045
2046 AZTECH FM RADIO RECEIVER DRIVER
2047 M: Hans Verkuil <hverkuil@xs4all.nl>
2048 L: linux-media@vger.kernel.org
2049 T: git git://linuxtv.org/media_tree.git
2050 W: http://linuxtv.org
2051 S: Maintained
2052 F: drivers/media/radio/radio-aztech*
2053
2054 B43 WIRELESS DRIVER
2055 L: linux-wireless@vger.kernel.org
2056 L: b43-dev@lists.infradead.org
2057 W: http://wireless.kernel.org/en/users/Drivers/b43
2058 S: Odd Fixes
2059 F: drivers/net/wireless/b43/
2060
2061 B43LEGACY WIRELESS DRIVER
2062 M: Larry Finger <Larry.Finger@lwfinger.net>
2063 L: linux-wireless@vger.kernel.org
2064 L: b43-dev@lists.infradead.org
2065 W: http://wireless.kernel.org/en/users/Drivers/b43
2066 S: Maintained
2067 F: drivers/net/wireless/b43legacy/
2068
2069 BACKLIGHT CLASS/SUBSYSTEM
2070 M: Jingoo Han <jingoohan1@gmail.com>
2071 M: Lee Jones <lee.jones@linaro.org>
2072 S: Maintained
2073 F: drivers/video/backlight/
2074 F: include/linux/backlight.h
2075
2076 BATMAN ADVANCED
2077 M: Marek Lindner <mareklindner@neomailbox.ch>
2078 M: Simon Wunderlich <sw@simonwunderlich.de>
2079 M: Antonio Quartulli <antonio@meshcoding.com>
2080 L: b.a.t.m.a.n@lists.open-mesh.org
2081 W: http://www.open-mesh.org/
2082 S: Maintained
2083 F: net/batman-adv/
2084
2085 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2086 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2087 L: linux-hams@vger.kernel.org
2088 W: http://www.baycom.org/~tom/ham/ham.html
2089 S: Maintained
2090 F: drivers/net/hamradio/baycom*
2091
2092 BCACHE (BLOCK LAYER CACHE)
2093 M: Kent Overstreet <kent.overstreet@gmail.com>
2094 L: linux-bcache@vger.kernel.org
2095 W: http://bcache.evilpiepirate.org
2096 S: Maintained
2097 F: drivers/md/bcache/
2098
2099 BDISP ST MEDIA DRIVER
2100 M: Fabien Dessenne <fabien.dessenne@st.com>
2101 L: linux-media@vger.kernel.org
2102 T: git git://linuxtv.org/media_tree.git
2103 W: http://linuxtv.org
2104 S: Supported
2105 F: drivers/media/platform/sti/bdisp
2106
2107 BEFS FILE SYSTEM
2108 S: Orphan
2109 F: Documentation/filesystems/befs.txt
2110 F: fs/befs/
2111
2112 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2113 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2114 L: netdev@vger.kernel.org
2115 S: Maintained
2116 F: drivers/net/ethernet/ec_bhf.c
2117
2118 BFS FILE SYSTEM
2119 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2120 S: Maintained
2121 F: Documentation/filesystems/bfs.txt
2122 F: fs/bfs/
2123 F: include/uapi/linux/bfs_fs.h
2124
2125 BLACKFIN ARCHITECTURE
2126 M: Steven Miao <realmz6@gmail.com>
2127 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2128 T: git git://git.code.sf.net/p/adi-linux/code
2129 W: http://blackfin.uclinux.org
2130 S: Supported
2131 F: arch/blackfin/
2132
2133 BLACKFIN EMAC DRIVER
2134 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2135 W: http://blackfin.uclinux.org
2136 S: Supported
2137 F: drivers/net/ethernet/adi/
2138
2139 BLACKFIN RTC DRIVER
2140 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2141 W: http://blackfin.uclinux.org
2142 S: Supported
2143 F: drivers/rtc/rtc-bfin.c
2144
2145 BLACKFIN SDH DRIVER
2146 M: Sonic Zhang <sonic.zhang@analog.com>
2147 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2148 W: http://blackfin.uclinux.org
2149 S: Supported
2150 F: drivers/mmc/host/bfin_sdh.c
2151
2152 BLACKFIN SERIAL DRIVER
2153 M: Sonic Zhang <sonic.zhang@analog.com>
2154 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2155 W: http://blackfin.uclinux.org
2156 S: Supported
2157 F: drivers/tty/serial/bfin_uart.c
2158
2159 BLACKFIN WATCHDOG DRIVER
2160 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2161 W: http://blackfin.uclinux.org
2162 S: Supported
2163 F: drivers/watchdog/bfin_wdt.c
2164
2165 BLACKFIN I2C TWI DRIVER
2166 M: Sonic Zhang <sonic.zhang@analog.com>
2167 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W: http://blackfin.uclinux.org/
2169 S: Supported
2170 F: drivers/i2c/busses/i2c-bfin-twi.c
2171
2172 BLACKFIN MEDIA DRIVER
2173 M: Scott Jiang <scott.jiang.linux@gmail.com>
2174 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2175 W: http://blackfin.uclinux.org/
2176 S: Supported
2177 F: drivers/media/platform/blackfin/
2178 F: drivers/media/i2c/adv7183*
2179 F: drivers/media/i2c/vs6624*
2180
2181 BLINKM RGB LED DRIVER
2182 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2183 S: Maintained
2184 F: drivers/leds/leds-blinkm.c
2185
2186 BLOCK LAYER
2187 M: Jens Axboe <axboe@kernel.dk>
2188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2189 S: Maintained
2190 F: block/
2191 F: kernel/trace/blktrace.c
2192
2193 BLOCK2MTD DRIVER
2194 M: Joern Engel <joern@lazybastard.org>
2195 L: linux-mtd@lists.infradead.org
2196 S: Maintained
2197 F: drivers/mtd/devices/block2mtd.c
2198
2199 BLUETOOTH DRIVERS
2200 M: Marcel Holtmann <marcel@holtmann.org>
2201 M: Gustavo Padovan <gustavo@padovan.org>
2202 M: Johan Hedberg <johan.hedberg@gmail.com>
2203 L: linux-bluetooth@vger.kernel.org
2204 W: http://www.bluez.org/
2205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2207 S: Maintained
2208 F: drivers/bluetooth/
2209
2210 BLUETOOTH SUBSYSTEM
2211 M: Marcel Holtmann <marcel@holtmann.org>
2212 M: Gustavo Padovan <gustavo@padovan.org>
2213 M: Johan Hedberg <johan.hedberg@gmail.com>
2214 L: linux-bluetooth@vger.kernel.org
2215 W: http://www.bluez.org/
2216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2218 S: Maintained
2219 F: net/bluetooth/
2220 F: include/net/bluetooth/
2221
2222 BONDING DRIVER
2223 M: Jay Vosburgh <j.vosburgh@gmail.com>
2224 M: Veaceslav Falico <vfalico@gmail.com>
2225 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2226 L: netdev@vger.kernel.org
2227 W: http://sourceforge.net/projects/bonding/
2228 S: Supported
2229 F: drivers/net/bonding/
2230 F: include/uapi/linux/if_bonding.h
2231
2232 BPF (Safe dynamic programs and tools)
2233 M: Alexei Starovoitov <ast@kernel.org>
2234 L: netdev@vger.kernel.org
2235 L: linux-kernel@vger.kernel.org
2236 S: Supported
2237 F: kernel/bpf/
2238
2239 BROADCOM B44 10/100 ETHERNET DRIVER
2240 M: Gary Zambrano <zambrano@broadcom.com>
2241 L: netdev@vger.kernel.org
2242 S: Supported
2243 F: drivers/net/ethernet/broadcom/b44.*
2244
2245 BROADCOM GENET ETHERNET DRIVER
2246 M: Florian Fainelli <f.fainelli@gmail.com>
2247 L: netdev@vger.kernel.org
2248 S: Supported
2249 F: drivers/net/ethernet/broadcom/genet/
2250
2251 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2252 M: Sony Chacko <sony.chacko@qlogic.com>
2253 M: Dept-HSGLinuxNICDev@qlogic.com
2254 L: netdev@vger.kernel.org
2255 S: Supported
2256 F: drivers/net/ethernet/broadcom/bnx2.*
2257 F: drivers/net/ethernet/broadcom/bnx2_*
2258
2259 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2260 M: Ariel Elior <ariel.elior@qlogic.com>
2261 L: netdev@vger.kernel.org
2262 S: Supported
2263 F: drivers/net/ethernet/broadcom/bnx2x/
2264
2265 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2266 M: Florian Fainelli <f.fainelli@gmail.com>
2267 M: Ray Jui <rjui@broadcom.com>
2268 M: Scott Branden <sbranden@broadcom.com>
2269 L: bcm-kernel-feedback-list@broadcom.com
2270 T: git git://github.com/broadcom/mach-bcm
2271 S: Maintained
2272 F: arch/arm/mach-bcm/
2273 F: arch/arm/boot/dts/bcm113*
2274 F: arch/arm/boot/dts/bcm216*
2275 F: arch/arm/boot/dts/bcm281*
2276 F: arch/arm/configs/bcm_defconfig
2277 F: drivers/mmc/host/sdhci-bcm-kona.c
2278 F: drivers/clocksource/bcm_kona_timer.c
2279
2280 BROADCOM BCM2835 ARM ARCHITECTURE
2281 M: Stephen Warren <swarren@wwwdotorg.org>
2282 M: Lee Jones <lee@kernel.org>
2283 M: Eric Anholt <eric@anholt.net>
2284 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2287 S: Maintained
2288 N: bcm2835
2289
2290 BROADCOM BCM33XX MIPS ARCHITECTURE
2291 M: Kevin Cernekee <cernekee@gmail.com>
2292 L: linux-mips@linux-mips.org
2293 S: Maintained
2294 F: arch/mips/bcm3384/*
2295 F: arch/mips/include/asm/mach-bcm3384/*
2296 F: arch/mips/kernel/*bmips*
2297
2298 BROADCOM BCM47XX MIPS ARCHITECTURE
2299 M: Hauke Mehrtens <hauke@hauke-m.de>
2300 M: Rafał Miłecki <zajec5@gmail.com>
2301 L: linux-mips@linux-mips.org
2302 S: Maintained
2303 F: arch/mips/bcm47xx/*
2304 F: arch/mips/include/asm/mach-bcm47xx/*
2305
2306 BROADCOM BCM5301X ARM ARCHITECTURE
2307 M: Hauke Mehrtens <hauke@hauke-m.de>
2308 L: linux-arm-kernel@lists.infradead.org
2309 S: Maintained
2310 F: arch/arm/mach-bcm/bcm_5301x.c
2311 F: arch/arm/boot/dts/bcm5301x.dtsi
2312 F: arch/arm/boot/dts/bcm470*
2313
2314 BROADCOM BCM63XX ARM ARCHITECTURE
2315 M: Florian Fainelli <f.fainelli@gmail.com>
2316 L: linux-arm-kernel@lists.infradead.org
2317 T: git git://github.com/broadcom/arm-bcm63xx.git
2318 S: Maintained
2319 F: arch/arm/mach-bcm/bcm63xx.c
2320 F: arch/arm/include/debug/bcm63xx.S
2321
2322 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2323 M: Kevin Cernekee <cernekee@gmail.com>
2324 L: linux-usb@vger.kernel.org
2325 S: Maintained
2326 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2327
2328 BROADCOM BCM7XXX ARM ARCHITECTURE
2329 M: Brian Norris <computersforpeace@gmail.com>
2330 M: Gregory Fong <gregory.0xf0@gmail.com>
2331 M: Florian Fainelli <f.fainelli@gmail.com>
2332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2333 T: git git://github.com/broadcom/stblinux.git
2334 S: Maintained
2335 F: arch/arm/mach-bcm/*brcmstb*
2336 F: arch/arm/boot/dts/bcm7*.dts*
2337 F: drivers/bus/brcmstb_gisb.c
2338 N: brcmstb
2339
2340 BROADCOM BMIPS MIPS ARCHITECTURE
2341 M: Kevin Cernekee <cernekee@gmail.com>
2342 M: Florian Fainelli <f.fainelli@gmail.com>
2343 L: linux-mips@linux-mips.org
2344 T: git git://github.com/broadcom/stblinux.git
2345 S: Maintained
2346 F: arch/mips/bmips/*
2347 F: arch/mips/include/asm/mach-bmips/*
2348 F: arch/mips/kernel/*bmips*
2349 F: arch/mips/boot/dts/brcm/bcm*.dts*
2350 F: drivers/irqchip/irq-bcm7*
2351 F: drivers/irqchip/irq-brcmstb*
2352
2353 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2354 M: Prashant Sreedharan <prashant@broadcom.com>
2355 M: Michael Chan <mchan@broadcom.com>
2356 L: netdev@vger.kernel.org
2357 S: Supported
2358 F: drivers/net/ethernet/broadcom/tg3.*
2359
2360 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2361 M: Brett Rudley <brudley@broadcom.com>
2362 M: Arend van Spriel <arend@broadcom.com>
2363 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2364 M: Hante Meuleman <meuleman@broadcom.com>
2365 L: linux-wireless@vger.kernel.org
2366 L: brcm80211-dev-list@broadcom.com
2367 S: Supported
2368 F: drivers/net/wireless/brcm80211/
2369
2370 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2371 M: QLogic-Storage-Upstream@qlogic.com
2372 L: linux-scsi@vger.kernel.org
2373 S: Supported
2374 F: drivers/scsi/bnx2fc/
2375
2376 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2377 M: QLogic-Storage-Upstream@qlogic.com
2378 L: linux-scsi@vger.kernel.org
2379 S: Supported
2380 F: drivers/scsi/bnx2i/
2381
2382 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2383 M: Ray Jui <rjui@broadcom.com>
2384 M: Scott Branden <sbranden@broadcom.com>
2385 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2386 L: bcm-kernel-feedback-list@broadcom.com
2387 T: git git://github.com/broadcom/cygnus-linux.git
2388 S: Maintained
2389 N: iproc
2390 N: cygnus
2391 N: bcm9113*
2392 N: bcm9583*
2393 N: bcm583*
2394 N: bcm113*
2395
2396 BROADCOM BRCMSTB GPIO DRIVER
2397 M: Gregory Fong <gregory.0xf0@gmail.com>
2398 L: bcm-kernel-feedback-list@broadcom.com>
2399 S: Supported
2400 F: drivers/gpio/gpio-brcmstb.c
2401 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2402
2403 BROADCOM KONA GPIO DRIVER
2404 M: Ray Jui <rjui@broadcom.com>
2405 L: bcm-kernel-feedback-list@broadcom.com
2406 S: Supported
2407 F: drivers/gpio/gpio-bcm-kona.c
2408 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2409
2410 BROADCOM NVRAM DRIVER
2411 M: Rafał Miłecki <zajec5@gmail.com>
2412 L: linux-mips@linux-mips.org
2413 S: Maintained
2414 F: drivers/firmware/broadcom/*
2415
2416 BROADCOM STB NAND FLASH DRIVER
2417 M: Brian Norris <computersforpeace@gmail.com>
2418 L: linux-mtd@lists.infradead.org
2419 S: Maintained
2420 F: drivers/mtd/nand/brcmnand/
2421
2422 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2423 M: Rafał Miłecki <zajec5@gmail.com>
2424 L: linux-wireless@vger.kernel.org
2425 S: Maintained
2426 F: drivers/bcma/
2427 F: include/linux/bcma/
2428
2429 BROADCOM SYSTEMPORT ETHERNET DRIVER
2430 M: Florian Fainelli <f.fainelli@gmail.com>
2431 L: netdev@vger.kernel.org
2432 S: Supported
2433 F: drivers/net/ethernet/broadcom/bcmsysport.*
2434
2435 BROCADE BFA FC SCSI DRIVER
2436 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2437 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2438 L: linux-scsi@vger.kernel.org
2439 S: Supported
2440 F: drivers/scsi/bfa/
2441
2442 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2443 M: Rasesh Mody <rasesh.mody@qlogic.com>
2444 L: netdev@vger.kernel.org
2445 S: Supported
2446 F: drivers/net/ethernet/brocade/bna/
2447
2448 BSG (block layer generic sg v4 driver)
2449 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2450 L: linux-scsi@vger.kernel.org
2451 S: Supported
2452 F: block/bsg.c
2453 F: include/linux/bsg.h
2454 F: include/uapi/linux/bsg.h
2455
2456 BT87X AUDIO DRIVER
2457 M: Clemens Ladisch <clemens@ladisch.de>
2458 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2459 T: git git://git.alsa-project.org/alsa-kernel.git
2460 S: Maintained
2461 F: Documentation/sound/alsa/Bt87x.txt
2462 F: sound/pci/bt87x.c
2463
2464 BT8XXGPIO DRIVER
2465 M: Michael Buesch <m@bues.ch>
2466 W: http://bu3sch.de/btgpio.php
2467 S: Maintained
2468 F: drivers/gpio/gpio-bt8xx.c
2469
2470 BTRFS FILE SYSTEM
2471 M: Chris Mason <clm@fb.com>
2472 M: Josef Bacik <jbacik@fb.com>
2473 M: David Sterba <dsterba@suse.com>
2474 L: linux-btrfs@vger.kernel.org
2475 W: http://btrfs.wiki.kernel.org/
2476 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2478 S: Maintained
2479 F: Documentation/filesystems/btrfs.txt
2480 F: fs/btrfs/
2481
2482 BTTV VIDEO4LINUX DRIVER
2483 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2484 L: linux-media@vger.kernel.org
2485 W: http://linuxtv.org
2486 T: git git://linuxtv.org/media_tree.git
2487 S: Odd fixes
2488 F: Documentation/video4linux/bttv/
2489 F: drivers/media/pci/bt8xx/bttv*
2490
2491 BUSLOGIC SCSI DRIVER
2492 M: Khalid Aziz <khalid@gonehiking.org>
2493 L: linux-scsi@vger.kernel.org
2494 S: Maintained
2495 F: drivers/scsi/BusLogic.*
2496 F: drivers/scsi/FlashPoint.*
2497
2498 C-MEDIA CMI8788 DRIVER
2499 M: Clemens Ladisch <clemens@ladisch.de>
2500 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2501 T: git git://git.alsa-project.org/alsa-kernel.git
2502 S: Maintained
2503 F: sound/pci/oxygen/
2504
2505 C6X ARCHITECTURE
2506 M: Mark Salter <msalter@redhat.com>
2507 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2508 L: linux-c6x-dev@linux-c6x.org
2509 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2510 S: Maintained
2511 F: arch/c6x/
2512
2513 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2514 M: David Howells <dhowells@redhat.com>
2515 L: linux-cachefs@redhat.com
2516 S: Supported
2517 F: Documentation/filesystems/caching/cachefiles.txt
2518 F: fs/cachefiles/
2519
2520 CADET FM/AM RADIO RECEIVER DRIVER
2521 M: Hans Verkuil <hverkuil@xs4all.nl>
2522 L: linux-media@vger.kernel.org
2523 T: git git://linuxtv.org/media_tree.git
2524 W: http://linuxtv.org
2525 S: Maintained
2526 F: drivers/media/radio/radio-cadet*
2527
2528 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2529 M: Jonathan Corbet <corbet@lwn.net>
2530 L: linux-media@vger.kernel.org
2531 T: git git://linuxtv.org/media_tree.git
2532 S: Maintained
2533 F: Documentation/video4linux/cafe_ccic
2534 F: drivers/media/platform/marvell-ccic/
2535
2536 CAIF NETWORK LAYER
2537 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2538 L: netdev@vger.kernel.org
2539 S: Supported
2540 F: Documentation/networking/caif/
2541 F: drivers/net/caif/
2542 F: include/uapi/linux/caif/
2543 F: include/net/caif/
2544 F: net/caif/
2545
2546 CALGARY x86-64 IOMMU
2547 M: Muli Ben-Yehuda <muli@il.ibm.com>
2548 M: "Jon D. Mason" <jdmason@kudzu.us>
2549 L: discuss@x86-64.org
2550 S: Maintained
2551 F: arch/x86/kernel/pci-calgary_64.c
2552 F: arch/x86/kernel/tce_64.c
2553 F: arch/x86/include/asm/calgary.h
2554 F: arch/x86/include/asm/tce.h
2555
2556 CAN NETWORK LAYER
2557 M: Oliver Hartkopp <socketcan@hartkopp.net>
2558 M: Marc Kleine-Budde <mkl@pengutronix.de>
2559 L: linux-can@vger.kernel.org
2560 W: https://github.com/linux-can
2561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2563 S: Maintained
2564 F: Documentation/networking/can.txt
2565 F: net/can/
2566 F: include/linux/can/core.h
2567 F: include/uapi/linux/can.h
2568 F: include/uapi/linux/can/bcm.h
2569 F: include/uapi/linux/can/raw.h
2570 F: include/uapi/linux/can/gw.h
2571
2572 CAN NETWORK DRIVERS
2573 M: Wolfgang Grandegger <wg@grandegger.com>
2574 M: Marc Kleine-Budde <mkl@pengutronix.de>
2575 L: linux-can@vger.kernel.org
2576 W: https://github.com/linux-can
2577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2579 S: Maintained
2580 F: drivers/net/can/
2581 F: include/linux/can/dev.h
2582 F: include/linux/can/platform/
2583 F: include/uapi/linux/can/error.h
2584 F: include/uapi/linux/can/netlink.h
2585
2586 CAPABILITIES
2587 M: Serge Hallyn <serge.hallyn@canonical.com>
2588 L: linux-security-module@vger.kernel.org
2589 S: Supported
2590 F: include/linux/capability.h
2591 F: include/uapi/linux/capability.h
2592 F: security/commoncap.c
2593 F: kernel/capability.c
2594
2595 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2596 M: Kevin Tsai <ktsai@capellamicro.com>
2597 S: Maintained
2598 F: drivers/iio/light/cm*
2599 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2600
2601 CAVIUM LIQUIDIO NETWORK DRIVER
2602 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2603 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2604 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2605 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2606 L: netdev@vger.kernel.org
2607 W: http://www.cavium.com
2608 S: Supported
2609 F: drivers/net/ethernet/cavium/liquidio/
2610
2611 CC2520 IEEE-802.15.4 RADIO DRIVER
2612 M: Varka Bhadram <varkabhadram@gmail.com>
2613 L: linux-wpan@vger.kernel.org
2614 S: Maintained
2615 F: drivers/net/ieee802154/cc2520.c
2616 F: include/linux/spi/cc2520.h
2617 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2618
2619 CELL BROADBAND ENGINE ARCHITECTURE
2620 M: Arnd Bergmann <arnd@arndb.de>
2621 L: linuxppc-dev@lists.ozlabs.org
2622 W: http://www.ibm.com/developerworks/power/cell/
2623 S: Supported
2624 F: arch/powerpc/include/asm/cell*.h
2625 F: arch/powerpc/include/asm/spu*.h
2626 F: arch/powerpc/include/uapi/asm/spu*.h
2627 F: arch/powerpc/oprofile/*cell*
2628 F: arch/powerpc/platforms/cell/
2629
2630 CEPH COMMON CODE (LIBCEPH)
2631 M: Ilya Dryomov <idryomov@gmail.com>
2632 M: "Yan, Zheng" <zyan@redhat.com>
2633 M: Sage Weil <sage@redhat.com>
2634 L: ceph-devel@vger.kernel.org
2635 W: http://ceph.com/
2636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2637 T: git git://github.com/ceph/ceph-client.git
2638 S: Supported
2639 F: net/ceph/
2640 F: include/linux/ceph/
2641 F: include/linux/crush/
2642
2643 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2644 M: "Yan, Zheng" <zyan@redhat.com>
2645 M: Sage Weil <sage@redhat.com>
2646 M: Ilya Dryomov <idryomov@gmail.com>
2647 L: ceph-devel@vger.kernel.org
2648 W: http://ceph.com/
2649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2650 T: git git://github.com/ceph/ceph-client.git
2651 S: Supported
2652 F: Documentation/filesystems/ceph.txt
2653 F: fs/ceph/
2654
2655 CERTIFICATE HANDLING:
2656 M: David Howells <dhowells@redhat.com>
2657 M: David Woodhouse <dwmw2@infradead.org>
2658 L: keyrings@linux-nfs.org
2659 S: Maintained
2660 F: Documentation/module-signing.txt
2661 F: certs/
2662 F: scripts/extract-cert.c
2663
2664 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2665 L: linux-usb@vger.kernel.org
2666 S: Orphan
2667 F: Documentation/usb/WUSB-Design-overview.txt
2668 F: Documentation/usb/wusb-cbaf
2669 F: drivers/usb/host/hwa-hc.c
2670 F: drivers/usb/host/whci/
2671 F: drivers/usb/wusbcore/
2672 F: include/linux/usb/wusb*
2673
2674 CFAG12864B LCD DRIVER
2675 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2676 W: http://miguelojeda.es/auxdisplay.htm
2677 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2678 S: Maintained
2679 F: drivers/auxdisplay/cfag12864b.c
2680 F: include/linux/cfag12864b.h
2681
2682 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2683 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2684 W: http://miguelojeda.es/auxdisplay.htm
2685 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686 S: Maintained
2687 F: drivers/auxdisplay/cfag12864bfb.c
2688 F: include/linux/cfag12864b.h
2689
2690 CFG80211 and NL80211
2691 M: Johannes Berg <johannes@sipsolutions.net>
2692 L: linux-wireless@vger.kernel.org
2693 W: http://wireless.kernel.org/
2694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2696 S: Maintained
2697 F: include/uapi/linux/nl80211.h
2698 F: include/net/cfg80211.h
2699 F: net/wireless/*
2700 X: net/wireless/wext*
2701
2702 CHAR and MISC DRIVERS
2703 M: Arnd Bergmann <arnd@arndb.de>
2704 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2706 S: Supported
2707 F: drivers/char/*
2708 F: drivers/misc/*
2709 F: include/linux/miscdevice.h
2710
2711 CHECKPATCH
2712 M: Andy Whitcroft <apw@canonical.com>
2713 M: Joe Perches <joe@perches.com>
2714 S: Maintained
2715 F: scripts/checkpatch.pl
2716
2717 CHINESE DOCUMENTATION
2718 M: Harry Wei <harryxiyou@gmail.com>
2719 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2720 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2721 S: Maintained
2722 F: Documentation/zh_CN/
2723
2724 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2725 M: Peter Chen <Peter.Chen@freescale.com>
2726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2727 L: linux-usb@vger.kernel.org
2728 S: Maintained
2729 F: drivers/usb/chipidea/
2730
2731 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2732 M: Hans de Goede <hdegoede@redhat.com>
2733 L: linux-input@vger.kernel.org
2734 S: Maintained
2735 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2736 F: drivers/input/touchscreen/chipone_icn8318.c
2737
2738 CHROME HARDWARE PLATFORM SUPPORT
2739 M: Olof Johansson <olof@lixom.net>
2740 S: Maintained
2741 F: drivers/platform/chrome/
2742
2743 CISCO VIC ETHERNET NIC DRIVER
2744 M: Christian Benvenuti <benve@cisco.com>
2745 M: Sujith Sankar <ssujith@cisco.com>
2746 M: Govindarajulu Varadarajan <_govind@gmx.com>
2747 M: Neel Patel <neepatel@cisco.com>
2748 S: Supported
2749 F: drivers/net/ethernet/cisco/enic/
2750
2751 CISCO VIC LOW LATENCY NIC DRIVER
2752 M: Upinder Malhi <umalhi@cisco.com>
2753 S: Supported
2754 F: drivers/infiniband/hw/usnic
2755
2756 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2757 M: Hartley Sweeten <hsweeten@visionengravers.com>
2758 L: netdev@vger.kernel.org
2759 S: Maintained
2760 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2761
2762 CIRRUS LOGIC AUDIO CODEC DRIVERS
2763 M: Brian Austin <brian.austin@cirrus.com>
2764 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2765 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2766 S: Maintained
2767 F: sound/soc/codecs/cs*
2768
2769 CLEANCACHE API
2770 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2771 L: linux-kernel@vger.kernel.org
2772 S: Maintained
2773 F: mm/cleancache.c
2774 F: include/linux/cleancache.h
2775
2776 CLK API
2777 M: Russell King <linux@arm.linux.org.uk>
2778 L: linux-clk@vger.kernel.org
2779 S: Maintained
2780 F: include/linux/clk.h
2781
2782 CLOCKSOURCE, CLOCKEVENT DRIVERS
2783 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2784 M: Thomas Gleixner <tglx@linutronix.de>
2785 L: linux-kernel@vger.kernel.org
2786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2787 S: Supported
2788 F: drivers/clocksource
2789
2790 CISCO FCOE HBA DRIVER
2791 M: Hiral Patel <hiralpat@cisco.com>
2792 M: Suma Ramars <sramars@cisco.com>
2793 M: Brian Uchino <buchino@cisco.com>
2794 L: linux-scsi@vger.kernel.org
2795 S: Supported
2796 F: drivers/scsi/fnic/
2797
2798 CISCO SCSI HBA DRIVER
2799 M: Narsimhulu Musini <nmusini@cisco.com>
2800 M: Sesidhar Baddela <sebaddel@cisco.com>
2801 L: linux-scsi@vger.kernel.org
2802 S: Supported
2803 F: drivers/scsi/snic/
2804
2805 CMPC ACPI DRIVER
2806 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2807 M: Daniel Oliveira Nascimento <don@syst.com.br>
2808 L: platform-driver-x86@vger.kernel.org
2809 S: Supported
2810 F: drivers/platform/x86/classmate-laptop.c
2811
2812 COBALT MEDIA DRIVER
2813 M: Hans Verkuil <hans.verkuil@cisco.com>
2814 L: linux-media@vger.kernel.org
2815 T: git git://linuxtv.org/media_tree.git
2816 W: http://linuxtv.org
2817 S: Supported
2818 F: drivers/media/pci/cobalt/
2819
2820 COCCINELLE/Semantic Patches (SmPL)
2821 M: Julia Lawall <Julia.Lawall@lip6.fr>
2822 M: Gilles Muller <Gilles.Muller@lip6.fr>
2823 M: Nicolas Palix <nicolas.palix@imag.fr>
2824 M: Michal Marek <mmarek@suse.com>
2825 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2826 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2827 W: http://coccinelle.lip6.fr/
2828 S: Supported
2829 F: Documentation/coccinelle.txt
2830 F: scripts/coccinelle/
2831 F: scripts/coccicheck
2832
2833 CODA FILE SYSTEM
2834 M: Jan Harkes <jaharkes@cs.cmu.edu>
2835 M: coda@cs.cmu.edu
2836 L: codalist@coda.cs.cmu.edu
2837 W: http://www.coda.cs.cmu.edu/
2838 S: Maintained
2839 F: Documentation/filesystems/coda.txt
2840 F: fs/coda/
2841 F: include/linux/coda*.h
2842 F: include/uapi/linux/coda*.h
2843
2844 CODA V4L2 MEM2MEM DRIVER
2845 M: Philipp Zabel <p.zabel@pengutronix.de>
2846 L: linux-media@vger.kernel.org
2847 S: Maintained
2848 F: Documentation/devicetree/bindings/media/coda.txt
2849 F: drivers/media/platform/coda/
2850
2851 COMMON CLK FRAMEWORK
2852 M: Michael Turquette <mturquette@baylibre.com>
2853 M: Stephen Boyd <sboyd@codeaurora.org>
2854 L: linux-clk@vger.kernel.org
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2856 S: Maintained
2857 F: drivers/clk/
2858 X: drivers/clk/clkdev.c
2859 F: include/linux/clk-pr*
2860 F: include/linux/clk/
2861
2862 COMMON INTERNET FILE SYSTEM (CIFS)
2863 M: Steve French <sfrench@samba.org>
2864 L: linux-cifs@vger.kernel.org
2865 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2866 W: http://linux-cifs.samba.org/
2867 T: git git://git.samba.org/sfrench/cifs-2.6.git
2868 S: Supported
2869 F: Documentation/filesystems/cifs/
2870 F: fs/cifs/
2871
2872 COMPACTPCI HOTPLUG CORE
2873 M: Scott Murray <scott@spiteful.org>
2874 L: linux-pci@vger.kernel.org
2875 S: Maintained
2876 F: drivers/pci/hotplug/cpci_hotplug*
2877
2878 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2879 M: Scott Murray <scott@spiteful.org>
2880 L: linux-pci@vger.kernel.org
2881 S: Maintained
2882 F: drivers/pci/hotplug/cpcihp_zt5550.*
2883
2884 COMPACTPCI HOTPLUG GENERIC DRIVER
2885 M: Scott Murray <scott@spiteful.org>
2886 L: linux-pci@vger.kernel.org
2887 S: Maintained
2888 F: drivers/pci/hotplug/cpcihp_generic.c
2889
2890 COMPAL LAPTOP SUPPORT
2891 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2892 L: platform-driver-x86@vger.kernel.org
2893 S: Maintained
2894 F: drivers/platform/x86/compal-laptop.c
2895
2896 CONEXANT ACCESSRUNNER USB DRIVER
2897 M: Simon Arlott <cxacru@fire.lp0.eu>
2898 L: accessrunner-general@lists.sourceforge.net
2899 W: http://accessrunner.sourceforge.net/
2900 S: Maintained
2901 F: drivers/usb/atm/cxacru.c
2902
2903 CONFIGFS
2904 M: Joel Becker <jlbec@evilplan.org>
2905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2906 S: Supported
2907 F: fs/configfs/
2908 F: include/linux/configfs.h
2909
2910 CONNECTOR
2911 M: Evgeniy Polyakov <zbr@ioremap.net>
2912 L: netdev@vger.kernel.org
2913 S: Maintained
2914 F: drivers/connector/
2915
2916 CONTROL GROUP (CGROUP)
2917 M: Tejun Heo <tj@kernel.org>
2918 M: Li Zefan <lizefan@huawei.com>
2919 M: Johannes Weiner <hannes@cmpxchg.org>
2920 L: cgroups@vger.kernel.org
2921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2922 S: Maintained
2923 F: Documentation/cgroups/
2924 F: include/linux/cgroup*
2925 F: kernel/cgroup*
2926
2927 CONTROL GROUP - CPUSET
2928 M: Li Zefan <lizefan@huawei.com>
2929 L: cgroups@vger.kernel.org
2930 W: http://www.bullopensource.org/cpuset/
2931 W: http://oss.sgi.com/projects/cpusets/
2932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2933 S: Maintained
2934 F: Documentation/cgroups/cpusets.txt
2935 F: include/linux/cpuset.h
2936 F: kernel/cpuset.c
2937
2938 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2939 M: Johannes Weiner <hannes@cmpxchg.org>
2940 M: Michal Hocko <mhocko@kernel.org>
2941 L: cgroups@vger.kernel.org
2942 L: linux-mm@kvack.org
2943 S: Maintained
2944 F: mm/memcontrol.c
2945 F: mm/swap_cgroup.c
2946
2947 CORETEMP HARDWARE MONITORING DRIVER
2948 M: Fenghua Yu <fenghua.yu@intel.com>
2949 L: lm-sensors@lm-sensors.org
2950 S: Maintained
2951 F: Documentation/hwmon/coretemp
2952 F: drivers/hwmon/coretemp.c
2953
2954 COSA/SRP SYNC SERIAL DRIVER
2955 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2956 W: http://www.fi.muni.cz/~kas/cosa/
2957 S: Maintained
2958 F: drivers/net/wan/cosa*
2959
2960 CPMAC ETHERNET DRIVER
2961 M: Florian Fainelli <florian@openwrt.org>
2962 L: netdev@vger.kernel.org
2963 S: Maintained
2964 F: drivers/net/ethernet/ti/cpmac.c
2965
2966 CPU FREQUENCY DRIVERS
2967 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2968 M: Viresh Kumar <viresh.kumar@linaro.org>
2969 L: linux-pm@vger.kernel.org
2970 S: Maintained
2971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2972 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2973 F: drivers/cpufreq/
2974 F: include/linux/cpufreq.h
2975
2976 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2977 M: Viresh Kumar <viresh.kumar@linaro.org>
2978 M: Sudeep Holla <sudeep.holla@arm.com>
2979 L: linux-pm@vger.kernel.org
2980 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2981 S: Maintained
2982 F: drivers/cpufreq/arm_big_little.h
2983 F: drivers/cpufreq/arm_big_little.c
2984 F: drivers/cpufreq/arm_big_little_dt.c
2985
2986 CPUIDLE DRIVER - ARM BIG LITTLE
2987 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2988 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2989 L: linux-pm@vger.kernel.org
2990 L: linux-arm-kernel@lists.infradead.org
2991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2992 S: Maintained
2993 F: drivers/cpuidle/cpuidle-big_little.c
2994
2995 CPUIDLE DRIVER - ARM EXYNOS
2996 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2997 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2998 M: Kukjin Kim <kgene@kernel.org>
2999 L: linux-pm@vger.kernel.org
3000 L: linux-samsung-soc@vger.kernel.org
3001 S: Supported
3002 F: drivers/cpuidle/cpuidle-exynos.c
3003 F: arch/arm/mach-exynos/pm.c
3004
3005 CPUIDLE DRIVERS
3006 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3007 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3008 L: linux-pm@vger.kernel.org
3009 S: Maintained
3010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3011 F: drivers/cpuidle/*
3012 F: include/linux/cpuidle.h
3013
3014 CPUID/MSR DRIVER
3015 M: "H. Peter Anvin" <hpa@zytor.com>
3016 S: Maintained
3017 F: arch/x86/kernel/cpuid.c
3018 F: arch/x86/kernel/msr.c
3019
3020 CPU POWER MONITORING SUBSYSTEM
3021 M: Thomas Renninger <trenn@suse.com>
3022 L: linux-pm@vger.kernel.org
3023 S: Maintained
3024 F: tools/power/cpupower/
3025
3026 CRAMFS FILESYSTEM
3027 W: http://sourceforge.net/projects/cramfs/
3028 S: Orphan / Obsolete
3029 F: Documentation/filesystems/cramfs.txt
3030 F: fs/cramfs/
3031
3032 CRIS PORT
3033 M: Mikael Starvik <starvik@axis.com>
3034 M: Jesper Nilsson <jesper.nilsson@axis.com>
3035 L: linux-cris-kernel@axis.com
3036 W: http://developer.axis.com
3037 S: Maintained
3038 F: arch/cris/
3039 F: drivers/tty/serial/crisv10.*
3040
3041 CRYPTO API
3042 M: Herbert Xu <herbert@gondor.apana.org.au>
3043 M: "David S. Miller" <davem@davemloft.net>
3044 L: linux-crypto@vger.kernel.org
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3046 S: Maintained
3047 F: Documentation/crypto/
3048 F: Documentation/DocBook/crypto-API.tmpl
3049 F: arch/*/crypto/
3050 F: crypto/
3051 F: drivers/crypto/
3052 F: include/crypto/
3053
3054 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3055 M: Neil Horman <nhorman@tuxdriver.com>
3056 L: linux-crypto@vger.kernel.org
3057 S: Maintained
3058 F: crypto/ansi_cprng.c
3059 F: crypto/rng.c
3060
3061 CS5535 Audio ALSA driver
3062 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3063 S: Maintained
3064 F: sound/pci/cs5535audio/
3065
3066 CW1200 WLAN driver
3067 M: Solomon Peachy <pizza@shaftnet.org>
3068 S: Maintained
3069 F: drivers/net/wireless/cw1200/
3070
3071 CX18 VIDEO4LINUX DRIVER
3072 M: Andy Walls <awalls@md.metrocast.net>
3073 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3074 L: linux-media@vger.kernel.org
3075 T: git git://linuxtv.org/media_tree.git
3076 W: http://linuxtv.org
3077 W: http://www.ivtvdriver.org/index.php/Cx18
3078 S: Maintained
3079 F: Documentation/video4linux/cx18.txt
3080 F: drivers/media/pci/cx18/
3081 F: include/uapi/linux/ivtv*
3082
3083 CX2341X MPEG ENCODER HELPER MODULE
3084 M: Hans Verkuil <hverkuil@xs4all.nl>
3085 L: linux-media@vger.kernel.org
3086 T: git git://linuxtv.org/media_tree.git
3087 W: http://linuxtv.org
3088 S: Maintained
3089 F: drivers/media/common/cx2341x*
3090 F: include/media/cx2341x*
3091
3092 CX24120 MEDIA DRIVER
3093 M: Jemma Denson <jdenson@gmail.com>
3094 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3095 L: linux-media@vger.kernel.org
3096 W: http://linuxtv.org/
3097 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3098 S: Maintained
3099 F: drivers/media/dvb-frontends/cx24120*
3100
3101 CX88 VIDEO4LINUX DRIVER
3102 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3103 L: linux-media@vger.kernel.org
3104 W: http://linuxtv.org
3105 T: git git://linuxtv.org/media_tree.git
3106 S: Odd fixes
3107 F: Documentation/video4linux/cx88/
3108 F: drivers/media/pci/cx88/
3109
3110 CXD2820R MEDIA DRIVER
3111 M: Antti Palosaari <crope@iki.fi>
3112 L: linux-media@vger.kernel.org
3113 W: http://linuxtv.org/
3114 W: http://palosaari.fi/linux/
3115 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3116 T: git git://linuxtv.org/anttip/media_tree.git
3117 S: Maintained
3118 F: drivers/media/dvb-frontends/cxd2820r*
3119
3120 CXGB3 ETHERNET DRIVER (CXGB3)
3121 M: Santosh Raspatur <santosh@chelsio.com>
3122 L: netdev@vger.kernel.org
3123 W: http://www.chelsio.com
3124 S: Supported
3125 F: drivers/net/ethernet/chelsio/cxgb3/
3126
3127 CXGB3 ISCSI DRIVER (CXGB3I)
3128 M: Karen Xie <kxie@chelsio.com>
3129 L: linux-scsi@vger.kernel.org
3130 W: http://www.chelsio.com
3131 S: Supported
3132 F: drivers/scsi/cxgbi/cxgb3i
3133
3134 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3135 M: Steve Wise <swise@chelsio.com>
3136 L: linux-rdma@vger.kernel.org
3137 W: http://www.openfabrics.org
3138 S: Supported
3139 F: drivers/infiniband/hw/cxgb3/
3140
3141 CXGB4 ETHERNET DRIVER (CXGB4)
3142 M: Hariprasad S <hariprasad@chelsio.com>
3143 L: netdev@vger.kernel.org
3144 W: http://www.chelsio.com
3145 S: Supported
3146 F: drivers/net/ethernet/chelsio/cxgb4/
3147
3148 CXGB4 ISCSI DRIVER (CXGB4I)
3149 M: Karen Xie <kxie@chelsio.com>
3150 L: linux-scsi@vger.kernel.org
3151 W: http://www.chelsio.com
3152 S: Supported
3153 F: drivers/scsi/cxgbi/cxgb4i
3154
3155 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3156 M: Steve Wise <swise@chelsio.com>
3157 L: linux-rdma@vger.kernel.org
3158 W: http://www.openfabrics.org
3159 S: Supported
3160 F: drivers/infiniband/hw/cxgb4/
3161
3162 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3163 M: Casey Leedom <leedom@chelsio.com>
3164 L: netdev@vger.kernel.org
3165 W: http://www.chelsio.com
3166 S: Supported
3167 F: drivers/net/ethernet/chelsio/cxgb4vf/
3168
3169 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3170 M: Ian Munsie <imunsie@au1.ibm.com>
3171 M: Michael Neuling <mikey@neuling.org>
3172 L: linuxppc-dev@lists.ozlabs.org
3173 S: Supported
3174 F: drivers/misc/cxl/
3175 F: include/misc/cxl*
3176 F: include/uapi/misc/cxl.h
3177 F: Documentation/powerpc/cxl.txt
3178 F: Documentation/powerpc/cxl.txt
3179 F: Documentation/ABI/testing/sysfs-class-cxl
3180
3181 STMMAC ETHERNET DRIVER
3182 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3183 L: netdev@vger.kernel.org
3184 W: http://www.stlinux.com
3185 S: Supported
3186 F: drivers/net/ethernet/stmicro/stmmac/
3187
3188 CYBERPRO FB DRIVER
3189 M: Russell King <linux@arm.linux.org.uk>
3190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3191 W: http://www.arm.linux.org.uk/
3192 S: Maintained
3193 F: drivers/video/fbdev/cyber2000fb.*
3194
3195 CYCLADES ASYNC MUX DRIVER
3196 W: http://www.cyclades.com/
3197 S: Orphan
3198 F: drivers/tty/cyclades.c
3199 F: include/linux/cyclades.h
3200 F: include/uapi/linux/cyclades.h
3201
3202 CYCLADES PC300 DRIVER
3203 W: http://www.cyclades.com/
3204 S: Orphan
3205 F: drivers/net/wan/pc300*
3206
3207 CYPRESS_FIRMWARE MEDIA DRIVER
3208 M: Antti Palosaari <crope@iki.fi>
3209 L: linux-media@vger.kernel.org
3210 W: http://linuxtv.org/
3211 W: http://palosaari.fi/linux/
3212 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3213 T: git git://linuxtv.org/anttip/media_tree.git
3214 S: Maintained
3215 F: drivers/media/common/cypress_firmware*
3216
3217 CYTTSP TOUCHSCREEN DRIVER
3218 M: Ferruh Yigit <fery@cypress.com>
3219 L: linux-input@vger.kernel.org
3220 S: Supported
3221 F: drivers/input/touchscreen/cyttsp*
3222 F: include/linux/input/cyttsp.h
3223
3224 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3225 M: Joshua Kinard <kumba@gentoo.org>
3226 S: Maintained
3227 F: drivers/rtc/rtc-ds1685.c
3228 F: include/linux/rtc/ds1685.h
3229
3230 DAMA SLAVE for AX.25
3231 M: Joerg Reuter <jreuter@yaina.de>
3232 W: http://yaina.de/jreuter/
3233 W: http://www.qsl.net/dl1bke/
3234 L: linux-hams@vger.kernel.org
3235 S: Maintained
3236 F: net/ax25/af_ax25.c
3237 F: net/ax25/ax25_dev.c
3238 F: net/ax25/ax25_ds_*
3239 F: net/ax25/ax25_in.c
3240 F: net/ax25/ax25_out.c
3241 F: net/ax25/ax25_timer.c
3242 F: net/ax25/sysctl_net_ax25.c
3243
3244 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3245 L: netdev@vger.kernel.org
3246 S: Orphan
3247 F: Documentation/networking/dmfe.txt
3248 F: drivers/net/ethernet/dec/tulip/dmfe.c
3249
3250 DC390/AM53C974 SCSI driver
3251 M: Hannes Reinecke <hare@suse.com>
3252 L: linux-scsi@vger.kernel.org
3253 S: Maintained
3254 F: drivers/scsi/am53c974.c
3255
3256 DC395x SCSI driver
3257 M: Oliver Neukum <oliver@neukum.org>
3258 M: Ali Akcaagac <aliakc@web.de>
3259 M: Jamie Lenehan <lenehan@twibble.org>
3260 L: dc395x@twibble.org
3261 W: http://twibble.org/dist/dc395x/
3262 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3263 S: Maintained
3264 F: Documentation/scsi/dc395x.txt
3265 F: drivers/scsi/dc395x.*
3266
3267 DCCP PROTOCOL
3268 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3269 L: dccp@vger.kernel.org
3270 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3271 S: Maintained
3272 F: include/linux/dccp.h
3273 F: include/uapi/linux/dccp.h
3274 F: include/linux/tfrc.h
3275 F: net/dccp/
3276
3277 DECnet NETWORK LAYER
3278 W: http://linux-decnet.sourceforge.net
3279 L: linux-decnet-user@lists.sourceforge.net
3280 S: Orphan
3281 F: Documentation/networking/decnet.txt
3282 F: net/decnet/
3283
3284 DECSTATION PLATFORM SUPPORT
3285 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3286 L: linux-mips@linux-mips.org
3287 W: http://www.linux-mips.org/wiki/DECstation
3288 S: Maintained
3289 F: arch/mips/dec/
3290 F: arch/mips/include/asm/dec/
3291 F: arch/mips/include/asm/mach-dec/
3292
3293 DEFXX FDDI NETWORK DRIVER
3294 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3295 S: Maintained
3296 F: drivers/net/fddi/defxx.*
3297
3298 DELL LAPTOP DRIVER
3299 M: Matthew Garrett <mjg59@srcf.ucam.org>
3300 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3301 L: platform-driver-x86@vger.kernel.org
3302 S: Maintained
3303 F: drivers/platform/x86/dell-laptop.c
3304
3305 DELL LAPTOP RBTN DRIVER
3306 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3307 S: Maintained
3308 F: drivers/platform/x86/dell-rbtn.*
3309
3310 DELL LAPTOP FREEFALL DRIVER
3311 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3312 S: Maintained
3313 F: drivers/platform/x86/dell-smo8800.c
3314
3315 DELL LAPTOP SMM DRIVER
3316 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3317 S: Maintained
3318 F: drivers/hwmon/dell-smm-hwmon.c
3319 F: include/uapi/linux/i8k.h
3320
3321 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3322 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3323 S: Maintained
3324 F: Documentation/dcdbas.txt
3325 F: drivers/firmware/dcdbas.*
3326
3327 DELL WMI EXTRAS DRIVER
3328 M: Matthew Garrett <mjg59@srcf.ucam.org>
3329 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3330 S: Maintained
3331 F: drivers/platform/x86/dell-wmi.c
3332
3333 DESIGNWARE USB2 DRD IP DRIVER
3334 M: John Youn <johnyoun@synopsys.com>
3335 L: linux-usb@vger.kernel.org
3336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3337 S: Maintained
3338 F: drivers/usb/dwc2/
3339
3340 DESIGNWARE USB3 DRD IP DRIVER
3341 M: Felipe Balbi <balbi@ti.com>
3342 L: linux-usb@vger.kernel.org
3343 L: linux-omap@vger.kernel.org
3344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3345 S: Maintained
3346 F: drivers/usb/dwc3/
3347
3348 DEVICE COREDUMP (DEV_COREDUMP)
3349 M: Johannes Berg <johannes@sipsolutions.net>
3350 L: linux-kernel@vger.kernel.org
3351 S: Maintained
3352 F: drivers/base/devcoredump.c
3353 F: include/linux/devcoredump.h
3354
3355 DEVICE FREQUENCY (DEVFREQ)
3356 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3357 M: Kyungmin Park <kyungmin.park@samsung.com>
3358 L: linux-pm@vger.kernel.org
3359 S: Maintained
3360 F: drivers/devfreq/
3361
3362 DEVICE NUMBER REGISTRY
3363 M: Torben Mathiasen <device@lanana.org>
3364 W: http://lanana.org/docs/device-list/index.html
3365 S: Maintained
3366
3367 DEVICE-MAPPER (LVM)
3368 M: Alasdair Kergon <agk@redhat.com>
3369 M: Mike Snitzer <snitzer@redhat.com>
3370 M: dm-devel@redhat.com
3371 L: dm-devel@redhat.com
3372 W: http://sources.redhat.com/dm
3373 Q: http://patchwork.kernel.org/project/dm-devel/list/
3374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3375 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3376 S: Maintained
3377 F: Documentation/device-mapper/
3378 F: drivers/md/dm*
3379 F: drivers/md/persistent-data/
3380 F: include/linux/device-mapper.h
3381 F: include/linux/dm-*.h
3382 F: include/uapi/linux/dm-*.h
3383
3384 DIALOG SEMICONDUCTOR DRIVERS
3385 M: Support Opensource <support.opensource@diasemi.com>
3386 W: http://www.dialog-semiconductor.com/products
3387 S: Supported
3388 F: Documentation/hwmon/da90??
3389 F: drivers/gpio/gpio-da90??.c
3390 F: drivers/hwmon/da90??-hwmon.c
3391 F: drivers/iio/adc/da91??-*.c
3392 F: drivers/input/misc/da90??_onkey.c
3393 F: drivers/input/touchscreen/da9052_tsi.c
3394 F: drivers/leds/leds-da90??.c
3395 F: drivers/mfd/da903x.c
3396 F: drivers/mfd/da90??-*.c
3397 F: drivers/mfd/da91??-*.c
3398 F: drivers/power/da9052-battery.c
3399 F: drivers/power/da91??-*.c
3400 F: drivers/regulator/da903x.c
3401 F: drivers/regulator/da9???-regulator.[ch]
3402 F: drivers/rtc/rtc-da90??.c
3403 F: drivers/video/backlight/da90??_bl.c
3404 F: drivers/watchdog/da90??_wdt.c
3405 F: include/linux/mfd/da903x.h
3406 F: include/linux/mfd/da9052/
3407 F: include/linux/mfd/da9055/
3408 F: include/linux/mfd/da9063/
3409 F: include/linux/mfd/da9150/
3410 F: include/sound/da[79]*.h
3411 F: sound/soc/codecs/da[79]*.[ch]
3412
3413 DIGI NEO AND CLASSIC PCI PRODUCTS
3414 M: Lidza Louina <lidza.louina@gmail.com>
3415 M: Mark Hounschell <markh@compro.net>
3416 L: driverdev-devel@linuxdriverproject.org
3417 S: Maintained
3418 F: drivers/staging/dgnc/
3419
3420 DIGI EPCA PCI PRODUCTS
3421 M: Lidza Louina <lidza.louina@gmail.com>
3422 M: Daeseok Youn <daeseok.youn@gmail.com>
3423 L: driverdev-devel@linuxdriverproject.org
3424 S: Maintained
3425 F: drivers/staging/dgap/
3426
3427 DIOLAN U2C-12 I2C DRIVER
3428 M: Guenter Roeck <linux@roeck-us.net>
3429 L: linux-i2c@vger.kernel.org
3430 S: Maintained
3431 F: drivers/i2c/busses/i2c-diolan-u2c.c
3432
3433 DIRECT ACCESS (DAX)
3434 M: Matthew Wilcox <willy@linux.intel.com>
3435 L: linux-fsdevel@vger.kernel.org
3436 S: Supported
3437 F: fs/dax.c
3438
3439 DIRECTORY NOTIFICATION (DNOTIFY)
3440 M: Eric Paris <eparis@parisplace.org>
3441 S: Maintained
3442 F: Documentation/filesystems/dnotify.txt
3443 F: fs/notify/dnotify/
3444 F: include/linux/dnotify.h
3445
3446 DISK GEOMETRY AND PARTITION HANDLING
3447 M: Andries Brouwer <aeb@cwi.nl>
3448 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3449 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3450 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3451 S: Maintained
3452
3453 DISKQUOTA
3454 M: Jan Kara <jack@suse.com>
3455 S: Maintained
3456 F: Documentation/filesystems/quota.txt
3457 F: fs/quota/
3458 F: include/linux/quota*.h
3459 F: include/uapi/linux/quota*.h
3460
3461 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3462 M: Bernie Thompson <bernie@plugable.com>
3463 L: linux-fbdev@vger.kernel.org
3464 S: Maintained
3465 W: http://plugable.com/category/projects/udlfb/
3466 F: drivers/video/fbdev/udlfb.c
3467 F: include/video/udlfb.h
3468 F: Documentation/fb/udlfb.txt
3469
3470 DISTRIBUTED LOCK MANAGER (DLM)
3471 M: Christine Caulfield <ccaulfie@redhat.com>
3472 M: David Teigland <teigland@redhat.com>
3473 L: cluster-devel@redhat.com
3474 W: http://sources.redhat.com/cluster/
3475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3476 S: Supported
3477 F: fs/dlm/
3478
3479 DMA BUFFER SHARING FRAMEWORK
3480 M: Sumit Semwal <sumit.semwal@linaro.org>
3481 S: Maintained
3482 L: linux-media@vger.kernel.org
3483 L: dri-devel@lists.freedesktop.org
3484 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3485 F: drivers/dma-buf/
3486 F: include/linux/dma-buf*
3487 F: include/linux/reservation.h
3488 F: include/linux/*fence.h
3489 F: Documentation/dma-buf-sharing.txt
3490 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3491
3492 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3493 M: Vinod Koul <vinod.koul@intel.com>
3494 L: dmaengine@vger.kernel.org
3495 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3496 S: Maintained
3497 F: drivers/dma/
3498 F: include/linux/dmaengine.h
3499 F: Documentation/dmaengine/
3500 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3501
3502 DME1737 HARDWARE MONITOR DRIVER
3503 M: Juerg Haefliger <juergh@gmail.com>
3504 L: lm-sensors@lm-sensors.org
3505 S: Maintained
3506 F: Documentation/hwmon/dme1737
3507 F: drivers/hwmon/dme1737.c
3508
3509 DMI/SMBIOS SUPPORT
3510 M: Jean Delvare <jdelvare@suse.com>
3511 S: Maintained
3512 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3513 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3514 F: drivers/firmware/dmi-id.c
3515 F: drivers/firmware/dmi_scan.c
3516 F: include/linux/dmi.h
3517
3518 DOCUMENTATION
3519 M: Jonathan Corbet <corbet@lwn.net>
3520 L: linux-doc@vger.kernel.org
3521 S: Maintained
3522 F: Documentation/
3523 X: Documentation/ABI/
3524 X: Documentation/devicetree/
3525 X: Documentation/acpi
3526 X: Documentation/power
3527 X: Documentation/spi
3528 X: Documentation/DocBook/media
3529 T: git git://git.lwn.net/linux-2.6.git docs-next
3530
3531 DOUBLETALK DRIVER
3532 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3533 L: blinux-list@redhat.com
3534 S: Maintained
3535 F: drivers/char/dtlk.c
3536 F: include/linux/dtlk.h
3537
3538 DPT_I2O SCSI RAID DRIVER
3539 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3540 L: linux-scsi@vger.kernel.org
3541 W: http://www.adaptec.com/
3542 S: Maintained
3543 F: drivers/scsi/dpt*
3544 F: drivers/scsi/dpt/
3545
3546 DRBD DRIVER
3547 P: Philipp Reisner
3548 P: Lars Ellenberg
3549 M: drbd-dev@lists.linbit.com
3550 L: drbd-user@lists.linbit.com
3551 W: http://www.drbd.org
3552 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3553 T: git git://git.drbd.org/drbd-8.3.git
3554 S: Supported
3555 F: drivers/block/drbd/
3556 F: lib/lru_cache.c
3557 F: Documentation/blockdev/drbd/
3558
3559 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3560 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3562 S: Supported
3563 F: Documentation/kobject.txt
3564 F: drivers/base/
3565 F: fs/debugfs/
3566 F: fs/kernfs/
3567 F: fs/sysfs/
3568 F: include/linux/debugfs.h
3569 F: include/linux/kobj*
3570 F: lib/kobj*
3571
3572 DRM DRIVERS
3573 M: David Airlie <airlied@linux.ie>
3574 L: dri-devel@lists.freedesktop.org
3575 T: git git://people.freedesktop.org/~airlied/linux
3576 S: Maintained
3577 F: drivers/gpu/drm/
3578 F: drivers/gpu/vga/
3579 F: include/drm/
3580 F: include/uapi/drm/
3581
3582 RADEON DRM DRIVERS
3583 M: Alex Deucher <alexander.deucher@amd.com>
3584 M: Christian König <christian.koenig@amd.com>
3585 L: dri-devel@lists.freedesktop.org
3586 T: git git://people.freedesktop.org/~agd5f/linux
3587 S: Supported
3588 F: drivers/gpu/drm/radeon/
3589 F: include/uapi/drm/radeon*
3590
3591 DRM PANEL DRIVERS
3592 M: Thierry Reding <thierry.reding@gmail.com>
3593 L: dri-devel@lists.freedesktop.org
3594 T: git git://anongit.freedesktop.org/tegra/linux.git
3595 S: Maintained
3596 F: drivers/gpu/drm/drm_panel.c
3597 F: drivers/gpu/drm/panel/
3598 F: include/drm/drm_panel.h
3599 F: Documentation/devicetree/bindings/panel/
3600
3601 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3602 M: Daniel Vetter <daniel.vetter@intel.com>
3603 M: Jani Nikula <jani.nikula@linux.intel.com>
3604 L: intel-gfx@lists.freedesktop.org
3605 L: dri-devel@lists.freedesktop.org
3606 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3607 T: git git://anongit.freedesktop.org/drm-intel
3608 S: Supported
3609 F: drivers/gpu/drm/i915/
3610 F: include/drm/i915*
3611 F: include/uapi/drm/i915*
3612
3613 DRM DRIVERS FOR ATMEL HLCDC
3614 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3615 L: dri-devel@lists.freedesktop.org
3616 S: Supported
3617 F: drivers/gpu/drm/atmel-hlcdc/
3618 F: Documentation/devicetree/bindings/drm/atmel/
3619
3620 DRM DRIVERS FOR EXYNOS
3621 M: Inki Dae <inki.dae@samsung.com>
3622 M: Joonyoung Shim <jy0922.shim@samsung.com>
3623 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3624 M: Kyungmin Park <kyungmin.park@samsung.com>
3625 L: dri-devel@lists.freedesktop.org
3626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3627 S: Supported
3628 F: drivers/gpu/drm/exynos/
3629 F: include/drm/exynos*
3630 F: include/uapi/drm/exynos*
3631
3632 DRM DRIVERS FOR FREESCALE DCU
3633 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3634 M: Alison Wang <alison.wang@freescale.com>
3635 L: dri-devel@lists.freedesktop.org
3636 S: Supported
3637 F: drivers/gpu/drm/fsl-dcu/
3638 F: Documentation/devicetree/bindings/video/fsl,dcu.txt
3639 F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3640
3641 DRM DRIVERS FOR FREESCALE IMX
3642 M: Philipp Zabel <p.zabel@pengutronix.de>
3643 L: dri-devel@lists.freedesktop.org
3644 S: Maintained
3645 F: drivers/gpu/drm/imx/
3646 F: Documentation/devicetree/bindings/drm/imx/
3647
3648 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3649 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3650 L: dri-devel@lists.freedesktop.org
3651 T: git git://github.com/patjak/drm-gma500
3652 S: Maintained
3653 F: drivers/gpu/drm/gma500
3654 F: include/drm/gma500*
3655
3656 DRM DRIVERS FOR NVIDIA TEGRA
3657 M: Thierry Reding <thierry.reding@gmail.com>
3658 M: Terje Bergström <tbergstrom@nvidia.com>
3659 L: dri-devel@lists.freedesktop.org
3660 L: linux-tegra@vger.kernel.org
3661 T: git git://anongit.freedesktop.org/tegra/linux.git
3662 S: Supported
3663 F: drivers/gpu/drm/tegra/
3664 F: drivers/gpu/host1x/
3665 F: include/linux/host1x.h
3666 F: include/uapi/drm/tegra_drm.h
3667 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3668
3669 DRM DRIVERS FOR RENESAS
3670 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3671 L: dri-devel@lists.freedesktop.org
3672 L: linux-sh@vger.kernel.org
3673 T: git git://people.freedesktop.org/~airlied/linux
3674 S: Supported
3675 F: drivers/gpu/drm/rcar-du/
3676 F: drivers/gpu/drm/shmobile/
3677 F: include/linux/platform_data/shmob_drm.h
3678
3679 DRM DRIVERS FOR ROCKCHIP
3680 M: Mark Yao <mark.yao@rock-chips.com>
3681 L: dri-devel@lists.freedesktop.org
3682 S: Maintained
3683 F: drivers/gpu/drm/rockchip/
3684 F: Documentation/devicetree/bindings/video/rockchip*
3685
3686 DRM DRIVERS FOR STI
3687 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3688 M: Vincent Abriou <vincent.abriou@st.com>
3689 L: dri-devel@lists.freedesktop.org
3690 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3691 S: Maintained
3692 F: drivers/gpu/drm/sti
3693 F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3694
3695 DSBR100 USB FM RADIO DRIVER
3696 M: Alexey Klimov <klimov.linux@gmail.com>
3697 L: linux-media@vger.kernel.org
3698 T: git git://linuxtv.org/media_tree.git
3699 S: Maintained
3700 F: drivers/media/radio/dsbr100.c
3701
3702 DSCC4 DRIVER
3703 M: Francois Romieu <romieu@fr.zoreil.com>
3704 L: netdev@vger.kernel.org
3705 S: Maintained
3706 F: drivers/net/wan/dscc4.c
3707
3708 DT3155 MEDIA DRIVER
3709 M: Hans Verkuil <hverkuil@xs4all.nl>
3710 L: linux-media@vger.kernel.org
3711 T: git git://linuxtv.org/media_tree.git
3712 W: http://linuxtv.org
3713 S: Odd Fixes
3714 F: drivers/media/pci/dt3155/
3715
3716 DVB_USB_AF9015 MEDIA DRIVER
3717 M: Antti Palosaari <crope@iki.fi>
3718 L: linux-media@vger.kernel.org
3719 W: http://linuxtv.org/
3720 W: http://palosaari.fi/linux/
3721 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3722 T: git git://linuxtv.org/anttip/media_tree.git
3723 S: Maintained
3724 F: drivers/media/usb/dvb-usb-v2/af9015*
3725
3726 DVB_USB_AF9035 MEDIA DRIVER
3727 M: Antti Palosaari <crope@iki.fi>
3728 L: linux-media@vger.kernel.org
3729 W: http://linuxtv.org/
3730 W: http://palosaari.fi/linux/
3731 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3732 T: git git://linuxtv.org/anttip/media_tree.git
3733 S: Maintained
3734 F: drivers/media/usb/dvb-usb-v2/af9035*
3735
3736 DVB_USB_ANYSEE MEDIA DRIVER
3737 M: Antti Palosaari <crope@iki.fi>
3738 L: linux-media@vger.kernel.org
3739 W: http://linuxtv.org/
3740 W: http://palosaari.fi/linux/
3741 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3742 T: git git://linuxtv.org/anttip/media_tree.git
3743 S: Maintained
3744 F: drivers/media/usb/dvb-usb-v2/anysee*
3745
3746 DVB_USB_AU6610 MEDIA DRIVER
3747 M: Antti Palosaari <crope@iki.fi>
3748 L: linux-media@vger.kernel.org
3749 W: http://linuxtv.org/
3750 W: http://palosaari.fi/linux/
3751 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3752 T: git git://linuxtv.org/anttip/media_tree.git
3753 S: Maintained
3754 F: drivers/media/usb/dvb-usb-v2/au6610*
3755
3756 DVB_USB_CE6230 MEDIA DRIVER
3757 M: Antti Palosaari <crope@iki.fi>
3758 L: linux-media@vger.kernel.org
3759 W: http://linuxtv.org/
3760 W: http://palosaari.fi/linux/
3761 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3762 T: git git://linuxtv.org/anttip/media_tree.git
3763 S: Maintained
3764 F: drivers/media/usb/dvb-usb-v2/ce6230*
3765
3766 DVB_USB_CXUSB MEDIA DRIVER
3767 M: Michael Krufky <mkrufky@linuxtv.org>
3768 L: linux-media@vger.kernel.org
3769 W: http://linuxtv.org/
3770 W: http://github.com/mkrufky
3771 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3772 T: git git://linuxtv.org/media_tree.git
3773 S: Maintained
3774 F: drivers/media/usb/dvb-usb/cxusb*
3775
3776 DVB_USB_EC168 MEDIA DRIVER
3777 M: Antti Palosaari <crope@iki.fi>
3778 L: linux-media@vger.kernel.org
3779 W: http://linuxtv.org/
3780 W: http://palosaari.fi/linux/
3781 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3782 T: git git://linuxtv.org/anttip/media_tree.git
3783 S: Maintained
3784 F: drivers/media/usb/dvb-usb-v2/ec168*
3785
3786 DVB_USB_GL861 MEDIA DRIVER
3787 M: Antti Palosaari <crope@iki.fi>
3788 L: linux-media@vger.kernel.org
3789 W: http://linuxtv.org/
3790 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3791 T: git git://linuxtv.org/anttip/media_tree.git
3792 S: Maintained
3793 F: drivers/media/usb/dvb-usb-v2/gl861*
3794
3795 DVB_USB_MXL111SF MEDIA DRIVER
3796 M: Michael Krufky <mkrufky@linuxtv.org>
3797 L: linux-media@vger.kernel.org
3798 W: http://linuxtv.org/
3799 W: http://github.com/mkrufky
3800 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3801 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3802 S: Maintained
3803 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3804
3805 DVB_USB_RTL28XXU MEDIA DRIVER
3806 M: Antti Palosaari <crope@iki.fi>
3807 L: linux-media@vger.kernel.org
3808 W: http://linuxtv.org/
3809 W: http://palosaari.fi/linux/
3810 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3811 T: git git://linuxtv.org/anttip/media_tree.git
3812 S: Maintained
3813 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3814
3815 DVB_USB_V2 MEDIA DRIVER
3816 M: Antti Palosaari <crope@iki.fi>
3817 L: linux-media@vger.kernel.org
3818 W: http://linuxtv.org/
3819 W: http://palosaari.fi/linux/
3820 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3821 T: git git://linuxtv.org/anttip/media_tree.git
3822 S: Maintained
3823 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3824 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3825
3826 DYNAMIC DEBUG
3827 M: Jason Baron <jbaron@akamai.com>
3828 S: Maintained
3829 F: lib/dynamic_debug.c
3830 F: include/linux/dynamic_debug.h
3831
3832 DZ DECSTATION DZ11 SERIAL DRIVER
3833 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3834 S: Maintained
3835 F: drivers/tty/serial/dz.*
3836
3837 E3X0 POWER BUTTON DRIVER
3838 M: Moritz Fischer <moritz.fischer@ettus.com>
3839 L: usrp-users@lists.ettus.com
3840 W: http://www.ettus.com
3841 S: Supported
3842 F: drivers/input/misc/e3x0-button.c
3843 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3844
3845 E4000 MEDIA DRIVER
3846 M: Antti Palosaari <crope@iki.fi>
3847 L: linux-media@vger.kernel.org
3848 W: http://linuxtv.org/
3849 W: http://palosaari.fi/linux/
3850 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3851 T: git git://linuxtv.org/anttip/media_tree.git
3852 S: Maintained
3853 F: drivers/media/tuners/e4000*
3854
3855 EATA ISA/EISA/PCI SCSI DRIVER
3856 M: Dario Ballabio <ballabio_dario@emc.com>
3857 L: linux-scsi@vger.kernel.org
3858 S: Maintained
3859 F: drivers/scsi/eata.c
3860
3861 EC100 MEDIA DRIVER
3862 M: Antti Palosaari <crope@iki.fi>
3863 L: linux-media@vger.kernel.org
3864 W: http://linuxtv.org/
3865 W: http://palosaari.fi/linux/
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/dvb-frontends/ec100*
3870
3871 ECRYPT FILE SYSTEM
3872 M: Tyler Hicks <tyhicks@canonical.com>
3873 L: ecryptfs@vger.kernel.org
3874 W: http://ecryptfs.org
3875 W: https://launchpad.net/ecryptfs
3876 S: Supported
3877 F: Documentation/filesystems/ecryptfs.txt
3878 F: fs/ecryptfs/
3879
3880 EDAC-CORE
3881 M: Doug Thompson <dougthompson@xmission.com>
3882 M: Borislav Petkov <bp@alien8.de>
3883 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3884 L: linux-edac@vger.kernel.org
3885 W: bluesmoke.sourceforge.net
3886 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3887 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3888 S: Supported
3889 F: Documentation/edac.txt
3890 F: drivers/edac/
3891 F: include/linux/edac.h
3892
3893 EDAC-AMD64
3894 M: Doug Thompson <dougthompson@xmission.com>
3895 M: Borislav Petkov <bp@alien8.de>
3896 L: linux-edac@vger.kernel.org
3897 W: bluesmoke.sourceforge.net
3898 S: Maintained
3899 F: drivers/edac/amd64_edac*
3900
3901 EDAC-CALXEDA
3902 M: Doug Thompson <dougthompson@xmission.com>
3903 M: Robert Richter <rric@kernel.org>
3904 L: linux-edac@vger.kernel.org
3905 W: bluesmoke.sourceforge.net
3906 S: Maintained
3907 F: drivers/edac/highbank*
3908
3909 EDAC-CAVIUM
3910 M: Ralf Baechle <ralf@linux-mips.org>
3911 M: David Daney <david.daney@cavium.com>
3912 L: linux-edac@vger.kernel.org
3913 L: linux-mips@linux-mips.org
3914 W: bluesmoke.sourceforge.net
3915 S: Supported
3916 F: drivers/edac/octeon_edac*
3917
3918 EDAC-E752X
3919 M: Mark Gross <mark.gross@intel.com>
3920 M: Doug Thompson <dougthompson@xmission.com>
3921 L: linux-edac@vger.kernel.org
3922 W: bluesmoke.sourceforge.net
3923 S: Maintained
3924 F: drivers/edac/e752x_edac.c
3925
3926 EDAC-E7XXX
3927 M: Doug Thompson <dougthompson@xmission.com>
3928 L: linux-edac@vger.kernel.org
3929 W: bluesmoke.sourceforge.net
3930 S: Maintained
3931 F: drivers/edac/e7xxx_edac.c
3932
3933 EDAC-GHES
3934 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3935 L: linux-edac@vger.kernel.org
3936 W: bluesmoke.sourceforge.net
3937 S: Maintained
3938 F: drivers/edac/ghes_edac.c
3939
3940 EDAC-I82443BXGX
3941 M: Tim Small <tim@buttersideup.com>
3942 L: linux-edac@vger.kernel.org
3943 W: bluesmoke.sourceforge.net
3944 S: Maintained
3945 F: drivers/edac/i82443bxgx_edac.c
3946
3947 EDAC-I3000
3948 M: Jason Uhlenkott <juhlenko@akamai.com>
3949 L: linux-edac@vger.kernel.org
3950 W: bluesmoke.sourceforge.net
3951 S: Maintained
3952 F: drivers/edac/i3000_edac.c
3953
3954 EDAC-I5000
3955 M: Doug Thompson <dougthompson@xmission.com>
3956 L: linux-edac@vger.kernel.org
3957 W: bluesmoke.sourceforge.net
3958 S: Maintained
3959 F: drivers/edac/i5000_edac.c
3960
3961 EDAC-I5400
3962 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3963 L: linux-edac@vger.kernel.org
3964 W: bluesmoke.sourceforge.net
3965 S: Maintained
3966 F: drivers/edac/i5400_edac.c
3967
3968 EDAC-I7300
3969 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3970 L: linux-edac@vger.kernel.org
3971 W: bluesmoke.sourceforge.net
3972 S: Maintained
3973 F: drivers/edac/i7300_edac.c
3974
3975 EDAC-I7CORE
3976 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3977 L: linux-edac@vger.kernel.org
3978 W: bluesmoke.sourceforge.net
3979 S: Maintained
3980 F: drivers/edac/i7core_edac.c
3981
3982 EDAC-I82975X
3983 M: Ranganathan Desikan <ravi@jetztechnologies.com>
3984 M: "Arvind R." <arvino55@gmail.com>
3985 L: linux-edac@vger.kernel.org
3986 W: bluesmoke.sourceforge.net
3987 S: Maintained
3988 F: drivers/edac/i82975x_edac.c
3989
3990 EDAC-IE31200
3991 M: Jason Baron <jbaron@akamai.com>
3992 L: linux-edac@vger.kernel.org
3993 W: bluesmoke.sourceforge.net
3994 S: Maintained
3995 F: drivers/edac/ie31200_edac.c
3996
3997 EDAC-MPC85XX
3998 M: Johannes Thumshirn <morbidrsa@gmail.com>
3999 L: linux-edac@vger.kernel.org
4000 W: bluesmoke.sourceforge.net
4001 S: Maintained
4002 F: drivers/edac/mpc85xx_edac.[ch]
4003
4004 EDAC-PASEMI
4005 M: Egor Martovetsky <egor@pasemi.com>
4006 L: linux-edac@vger.kernel.org
4007 W: bluesmoke.sourceforge.net
4008 S: Maintained
4009 F: drivers/edac/pasemi_edac.c
4010
4011 EDAC-R82600
4012 M: Tim Small <tim@buttersideup.com>
4013 L: linux-edac@vger.kernel.org
4014 W: bluesmoke.sourceforge.net
4015 S: Maintained
4016 F: drivers/edac/r82600_edac.c
4017
4018 EDAC-SBRIDGE
4019 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4020 L: linux-edac@vger.kernel.org
4021 W: bluesmoke.sourceforge.net
4022 S: Maintained
4023 F: drivers/edac/sb_edac.c
4024
4025 EDAC-XGENE
4026 APPLIED MICRO (APM) X-GENE SOC EDAC
4027 M: Loc Ho <lho@apm.com>
4028 S: Supported
4029 F: drivers/edac/xgene_edac.c
4030 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4031
4032 EDIROL UA-101/UA-1000 DRIVER
4033 M: Clemens Ladisch <clemens@ladisch.de>
4034 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4035 T: git git://git.alsa-project.org/alsa-kernel.git
4036 S: Maintained
4037 F: sound/usb/misc/ua101.c
4038
4039 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4040 M: Matt Fleming <matt@codeblueprint.co.uk>
4041 L: linux-efi@vger.kernel.org
4042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4043 S: Maintained
4044 F: Documentation/efi-stub.txt
4045 F: arch/ia64/kernel/efi.c
4046 F: arch/x86/boot/compressed/eboot.[ch]
4047 F: arch/x86/include/asm/efi.h
4048 F: arch/x86/platform/efi/*
4049 F: drivers/firmware/efi/*
4050 F: include/linux/efi*.h
4051
4052 EFI VARIABLE FILESYSTEM
4053 M: Matthew Garrett <matthew.garrett@nebula.com>
4054 M: Jeremy Kerr <jk@ozlabs.org>
4055 M: Matt Fleming <matt@codeblueprint.co.uk>
4056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4057 L: linux-efi@vger.kernel.org
4058 S: Maintained
4059 F: fs/efivarfs/
4060
4061 EFIFB FRAMEBUFFER DRIVER
4062 L: linux-fbdev@vger.kernel.org
4063 M: Peter Jones <pjones@redhat.com>
4064 S: Maintained
4065 F: drivers/video/fbdev/efifb.c
4066
4067 EFS FILESYSTEM
4068 W: http://aeschi.ch.eu.org/efs/
4069 S: Orphan
4070 F: fs/efs/
4071
4072 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4073 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4074 M: Christoph Raisch <raisch@de.ibm.com>
4075 L: linux-rdma@vger.kernel.org
4076 S: Supported
4077 F: drivers/infiniband/hw/ehca/
4078
4079 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4080 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4081 L: netdev@vger.kernel.org
4082 S: Maintained
4083 F: drivers/net/ethernet/ibm/ehea/
4084
4085 EM28XX VIDEO4LINUX DRIVER
4086 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4087 L: linux-media@vger.kernel.org
4088 W: http://linuxtv.org
4089 T: git git://linuxtv.org/media_tree.git
4090 S: Maintained
4091 F: drivers/media/usb/em28xx/
4092
4093 EMBEDDED LINUX
4094 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4095 M: Matt Mackall <mpm@selenic.com>
4096 M: David Woodhouse <dwmw2@infradead.org>
4097 L: linux-embedded@vger.kernel.org
4098 S: Maintained
4099
4100 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4101 M: James Smart <james.smart@avagotech.com>
4102 M: Dick Kennedy <dick.kennedy@avagotech.com>
4103 L: linux-scsi@vger.kernel.org
4104 W: http://www.avagotech.com
4105 S: Supported
4106 F: drivers/scsi/lpfc/
4107
4108 ENE CB710 FLASH CARD READER DRIVER
4109 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4110 S: Maintained
4111 F: drivers/misc/cb710/
4112 F: drivers/mmc/host/cb710-mmc.*
4113 F: include/linux/cb710.h
4114
4115 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4116 M: Maxim Levitsky <maximlevitsky@gmail.com>
4117 S: Maintained
4118 F: drivers/media/rc/ene_ir.*
4119
4120 ENHANCED ERROR HANDLING (EEH)
4121 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4122 L: linuxppc-dev@lists.ozlabs.org
4123 S: Supported
4124 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4125 F: arch/powerpc/kernel/eeh*.c
4126
4127 EPSON S1D13XXX FRAMEBUFFER DRIVER
4128 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4129 S: Maintained
4130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4131 F: drivers/video/fbdev/s1d13xxxfb.c
4132 F: include/video/s1d13xxxfb.h
4133
4134 ET131X NETWORK DRIVER
4135 M: Mark Einon <mark.einon@gmail.com>
4136 S: Odd Fixes
4137 F: drivers/net/ethernet/agere/
4138
4139 ETHERNET BRIDGE
4140 M: Stephen Hemminger <stephen@networkplumber.org>
4141 L: bridge@lists.linux-foundation.org
4142 L: netdev@vger.kernel.org
4143 W: http://www.linuxfoundation.org/en/Net:Bridge
4144 S: Maintained
4145 F: include/linux/netfilter_bridge/
4146 F: net/bridge/
4147
4148 ETHERNET PHY LIBRARY
4149 M: Florian Fainelli <f.fainelli@gmail.com>
4150 L: netdev@vger.kernel.org
4151 S: Maintained
4152 F: include/linux/phy.h
4153 F: include/linux/phy_fixed.h
4154 F: drivers/net/phy/
4155 F: Documentation/networking/phy.txt
4156 F: drivers/of/of_mdio.c
4157 F: drivers/of/of_net.c
4158
4159 EXT2 FILE SYSTEM
4160 M: Jan Kara <jack@suse.com>
4161 L: linux-ext4@vger.kernel.org
4162 S: Maintained
4163 F: Documentation/filesystems/ext2.txt
4164 F: fs/ext2/
4165 F: include/linux/ext2*
4166
4167 EXT4 FILE SYSTEM
4168 M: "Theodore Ts'o" <tytso@mit.edu>
4169 M: Andreas Dilger <adilger.kernel@dilger.ca>
4170 L: linux-ext4@vger.kernel.org
4171 W: http://ext4.wiki.kernel.org
4172 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4173 S: Maintained
4174 F: Documentation/filesystems/ext4.txt
4175 F: fs/ext4/
4176
4177 Extended Verification Module (EVM)
4178 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4179 L: linux-ima-devel@lists.sourceforge.net
4180 L: linux-security-module@vger.kernel.org
4181 S: Supported
4182 F: security/integrity/evm/
4183
4184 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4185 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4186 M: Chanwoo Choi <cw00.choi@samsung.com>
4187 L: linux-kernel@vger.kernel.org
4188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4189 S: Maintained
4190 F: drivers/extcon/
4191 F: Documentation/extcon/
4192
4193 EXYNOS DP DRIVER
4194 M: Jingoo Han <jingoohan1@gmail.com>
4195 L: dri-devel@lists.freedesktop.org
4196 S: Maintained
4197 F: drivers/gpu/drm/exynos/exynos_dp*
4198
4199 EXYNOS MIPI DISPLAY DRIVERS
4200 M: Inki Dae <inki.dae@samsung.com>
4201 M: Donghwa Lee <dh09.lee@samsung.com>
4202 M: Kyungmin Park <kyungmin.park@samsung.com>
4203 L: linux-fbdev@vger.kernel.org
4204 S: Maintained
4205 F: drivers/video/fbdev/exynos/exynos_mipi*
4206 F: include/video/exynos_mipi*
4207
4208 F71805F HARDWARE MONITORING DRIVER
4209 M: Jean Delvare <jdelvare@suse.com>
4210 L: lm-sensors@lm-sensors.org
4211 S: Maintained
4212 F: Documentation/hwmon/f71805f
4213 F: drivers/hwmon/f71805f.c
4214
4215 FC0011 TUNER DRIVER
4216 M: Michael Buesch <m@bues.ch>
4217 L: linux-media@vger.kernel.org
4218 S: Maintained
4219 F: drivers/media/tuners/fc0011.h
4220 F: drivers/media/tuners/fc0011.c
4221
4222 FC2580 MEDIA DRIVER
4223 M: Antti Palosaari <crope@iki.fi>
4224 L: linux-media@vger.kernel.org
4225 W: http://linuxtv.org/
4226 W: http://palosaari.fi/linux/
4227 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4228 T: git git://linuxtv.org/anttip/media_tree.git
4229 S: Maintained
4230 F: drivers/media/tuners/fc2580*
4231
4232 FANOTIFY
4233 M: Eric Paris <eparis@redhat.com>
4234 S: Maintained
4235 F: fs/notify/fanotify/
4236 F: include/linux/fanotify.h
4237 F: include/uapi/linux/fanotify.h
4238
4239 FARSYNC SYNCHRONOUS DRIVER
4240 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4241 W: http://www.farsite.co.uk/
4242 S: Supported
4243 F: drivers/net/wan/farsync.*
4244
4245 FAULT INJECTION SUPPORT
4246 M: Akinobu Mita <akinobu.mita@gmail.com>
4247 S: Supported
4248 F: Documentation/fault-injection/
4249 F: lib/fault-inject.c
4250
4251 FBTFT Framebuffer drivers
4252 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4253 M: Noralf Trønnes <noralf@tronnes.org>
4254 S: Maintained
4255 F: drivers/staging/fbtft/
4256
4257 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4258 M: Vasu Dev <vasu.dev@intel.com>
4259 L: fcoe-devel@open-fcoe.org
4260 W: www.Open-FCoE.org
4261 S: Supported
4262 F: drivers/scsi/libfc/
4263 F: drivers/scsi/fcoe/
4264 F: include/scsi/fc/
4265 F: include/scsi/libfc.h
4266 F: include/scsi/libfcoe.h
4267 F: include/uapi/scsi/fc/
4268
4269 FILE LOCKING (flock() and fcntl()/lockf())
4270 M: Jeff Layton <jlayton@poochiereds.net>
4271 M: "J. Bruce Fields" <bfields@fieldses.org>
4272 L: linux-fsdevel@vger.kernel.org
4273 S: Maintained
4274 F: include/linux/fcntl.h
4275 F: include/linux/fs.h
4276 F: include/uapi/linux/fcntl.h
4277 F: include/uapi/linux/fs.h
4278 F: fs/fcntl.c
4279 F: fs/locks.c
4280
4281 FILESYSTEMS (VFS and infrastructure)
4282 M: Alexander Viro <viro@zeniv.linux.org.uk>
4283 L: linux-fsdevel@vger.kernel.org
4284 S: Maintained
4285 F: fs/*
4286
4287 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4288 M: Riku Voipio <riku.voipio@iki.fi>
4289 L: lm-sensors@lm-sensors.org
4290 S: Maintained
4291 F: drivers/hwmon/f75375s.c
4292 F: include/linux/f75375s.h
4293
4294 FIREWIRE AUDIO DRIVERS
4295 M: Clemens Ladisch <clemens@ladisch.de>
4296 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4297 T: git git://git.alsa-project.org/alsa-kernel.git
4298 S: Maintained
4299 F: sound/firewire/
4300
4301 FIREWIRE MEDIA DRIVERS (firedtv)
4302 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4303 L: linux-media@vger.kernel.org
4304 L: linux1394-devel@lists.sourceforge.net
4305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4306 S: Maintained
4307 F: drivers/media/firewire/
4308
4309 FIREWIRE SBP-2 TARGET
4310 M: Chris Boot <bootc@bootc.net>
4311 L: linux-scsi@vger.kernel.org
4312 L: target-devel@vger.kernel.org
4313 L: linux1394-devel@lists.sourceforge.net
4314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4315 S: Maintained
4316 F: drivers/target/sbp/
4317
4318 FIREWIRE SUBSYSTEM
4319 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4320 L: linux1394-devel@lists.sourceforge.net
4321 W: http://ieee1394.wiki.kernel.org/
4322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4323 S: Maintained
4324 F: drivers/firewire/
4325 F: include/linux/firewire.h
4326 F: include/uapi/linux/firewire*.h
4327 F: tools/firewire/
4328
4329 FIRMWARE LOADER (request_firmware)
4330 M: Ming Lei <ming.lei@canonical.com>
4331 L: linux-kernel@vger.kernel.org
4332 S: Maintained
4333 F: Documentation/firmware_class/
4334 F: drivers/base/firmware*.c
4335 F: include/linux/firmware.h
4336
4337 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4338 M: Joshua Morris <josh.h.morris@us.ibm.com>
4339 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4340 S: Maintained
4341 F: drivers/block/rsxx/
4342
4343 FLOPPY DRIVER
4344 M: Jiri Kosina <jikos@kernel.org>
4345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4346 S: Odd fixes
4347 F: drivers/block/floppy.c
4348
4349 FMC SUBSYSTEM
4350 M: Alessandro Rubini <rubini@gnudd.com>
4351 W: http://www.ohwr.org/projects/fmc-bus
4352 S: Supported
4353 F: drivers/fmc/
4354 F: include/linux/fmc*.h
4355 F: include/linux/ipmi-fru.h
4356 K: fmc_d.*register
4357
4358 FPU EMULATOR
4359 M: Bill Metzenthen <billm@melbpc.org.au>
4360 W: http://floatingpoint.sourceforge.net/emulator/index.html
4361 S: Maintained
4362 F: arch/x86/math-emu/
4363
4364 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4365 L: netdev@vger.kernel.org
4366 S: Orphan
4367 F: drivers/net/wan/dlci.c
4368 F: drivers/net/wan/sdla.c
4369
4370 FRAMEBUFFER LAYER
4371 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4372 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4373 L: linux-fbdev@vger.kernel.org
4374 W: http://linux-fbdev.sourceforge.net/
4375 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4377 S: Maintained
4378 F: Documentation/fb/
4379 F: Documentation/devicetree/bindings/fb/
4380 F: drivers/video/
4381 F: include/video/
4382 F: include/linux/fb.h
4383 F: include/uapi/video/
4384 F: include/uapi/linux/fb.h
4385
4386 FREESCALE DIU FRAMEBUFFER DRIVER
4387 M: Timur Tabi <timur@tabi.org>
4388 L: linux-fbdev@vger.kernel.org
4389 S: Maintained
4390 F: drivers/video/fbdev/fsl-diu-fb.*
4391
4392 FREESCALE DMA DRIVER
4393 M: Li Yang <leoli@freescale.com>
4394 M: Zhang Wei <zw@zh-kernel.org>
4395 L: linuxppc-dev@lists.ozlabs.org
4396 S: Maintained
4397 F: drivers/dma/fsldma.*
4398
4399 FREESCALE I2C CPM DRIVER
4400 M: Jochen Friedrich <jochen@scram.de>
4401 L: linuxppc-dev@lists.ozlabs.org
4402 L: linux-i2c@vger.kernel.org
4403 S: Maintained
4404 F: drivers/i2c/busses/i2c-cpm.c
4405
4406 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4407 M: Sascha Hauer <kernel@pengutronix.de>
4408 L: linux-fbdev@vger.kernel.org
4409 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4410 S: Maintained
4411 F: include/linux/platform_data/video-imxfb.h
4412 F: drivers/video/fbdev/imxfb.c
4413
4414 FREESCALE QUAD SPI DRIVER
4415 M: Han Xu <han.xu@freescale.com>
4416 L: linux-mtd@lists.infradead.org
4417 S: Maintained
4418 F: drivers/mtd/spi-nor/fsl-quadspi.c
4419
4420 FREESCALE SOC FS_ENET DRIVER
4421 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4422 M: Vitaly Bordug <vbordug@ru.mvista.com>
4423 L: linuxppc-dev@lists.ozlabs.org
4424 L: netdev@vger.kernel.org
4425 S: Maintained
4426 F: drivers/net/ethernet/freescale/fs_enet/
4427 F: include/linux/fs_enet_pd.h
4428
4429 FREESCALE QUICC ENGINE LIBRARY
4430 L: linuxppc-dev@lists.ozlabs.org
4431 S: Orphan
4432 F: arch/powerpc/sysdev/qe_lib/
4433 F: arch/powerpc/include/asm/*qe.h
4434
4435 FREESCALE USB PERIPHERAL DRIVERS
4436 M: Li Yang <leoli@freescale.com>
4437 L: linux-usb@vger.kernel.org
4438 L: linuxppc-dev@lists.ozlabs.org
4439 S: Maintained
4440 F: drivers/usb/gadget/udc/fsl*
4441
4442 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4443 M: Li Yang <leoli@freescale.com>
4444 L: netdev@vger.kernel.org
4445 L: linuxppc-dev@lists.ozlabs.org
4446 S: Maintained
4447 F: drivers/net/ethernet/freescale/ucc_geth*
4448
4449 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4450 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4451 L: netdev@vger.kernel.org
4452 S: Maintained
4453 F: drivers/net/ethernet/freescale/gianfar*
4454 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4455 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4456
4457 FREESCALE QUICC ENGINE UCC UART DRIVER
4458 M: Timur Tabi <timur@tabi.org>
4459 L: linuxppc-dev@lists.ozlabs.org
4460 S: Maintained
4461 F: drivers/tty/serial/ucc_uart.c
4462
4463 FREESCALE SOC SOUND DRIVERS
4464 M: Timur Tabi <timur@tabi.org>
4465 M: Nicolin Chen <nicoleotsuka@gmail.com>
4466 M: Xiubo Li <Xiubo.Lee@gmail.com>
4467 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4468 L: linuxppc-dev@lists.ozlabs.org
4469 S: Maintained
4470 F: sound/soc/fsl/fsl*
4471 F: sound/soc/fsl/imx*
4472 F: sound/soc/fsl/mpc8610_hpcd.c
4473
4474 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4475 M: "J. German Rivera" <German.Rivera@freescale.com>
4476 L: linux-kernel@vger.kernel.org
4477 S: Maintained
4478 F: drivers/staging/fsl-mc/
4479
4480 FREEVXFS FILESYSTEM
4481 M: Christoph Hellwig <hch@infradead.org>
4482 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4483 S: Maintained
4484 F: fs/freevxfs/
4485
4486 FREEZER
4487 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4488 M: Pavel Machek <pavel@ucw.cz>
4489 L: linux-pm@vger.kernel.org
4490 S: Supported
4491 F: Documentation/power/freezing-of-tasks.txt
4492 F: include/linux/freezer.h
4493 F: kernel/freezer.c
4494
4495 FRONTSWAP API
4496 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4497 L: linux-kernel@vger.kernel.org
4498 S: Maintained
4499 F: mm/frontswap.c
4500 F: include/linux/frontswap.h
4501
4502 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4503 M: David Howells <dhowells@redhat.com>
4504 L: linux-cachefs@redhat.com
4505 S: Supported
4506 F: Documentation/filesystems/caching/
4507 F: fs/fscache/
4508 F: include/linux/fscache*.h
4509
4510 F2FS FILE SYSTEM
4511 M: Jaegeuk Kim <jaegeuk@kernel.org>
4512 M: Changman Lee <cm224.lee@samsung.com>
4513 R: Chao Yu <chao2.yu@samsung.com>
4514 L: linux-f2fs-devel@lists.sourceforge.net
4515 W: http://en.wikipedia.org/wiki/F2FS
4516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4517 S: Maintained
4518 F: Documentation/filesystems/f2fs.txt
4519 F: Documentation/ABI/testing/sysfs-fs-f2fs
4520 F: fs/f2fs/
4521 F: include/linux/f2fs_fs.h
4522 F: include/trace/events/f2fs.h
4523
4524 FUJITSU FR-V (FRV) PORT
4525 M: David Howells <dhowells@redhat.com>
4526 S: Maintained
4527 F: arch/frv/
4528
4529 FUJITSU LAPTOP EXTRAS
4530 M: Jonathan Woithe <jwoithe@just42.net>
4531 L: platform-driver-x86@vger.kernel.org
4532 S: Maintained
4533 F: drivers/platform/x86/fujitsu-laptop.c
4534
4535 FUJITSU M-5MO LS CAMERA ISP DRIVER
4536 M: Kyungmin Park <kyungmin.park@samsung.com>
4537 M: Heungjun Kim <riverful.kim@samsung.com>
4538 L: linux-media@vger.kernel.org
4539 S: Maintained
4540 F: drivers/media/i2c/m5mols/
4541 F: include/media/m5mols.h
4542
4543 FUJITSU TABLET EXTRAS
4544 M: Robert Gerlach <khnz@gmx.de>
4545 L: platform-driver-x86@vger.kernel.org
4546 S: Maintained
4547 F: drivers/platform/x86/fujitsu-tablet.c
4548
4549 FUSE: FILESYSTEM IN USERSPACE
4550 M: Miklos Szeredi <miklos@szeredi.hu>
4551 L: fuse-devel@lists.sourceforge.net
4552 W: http://fuse.sourceforge.net/
4553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4554 S: Maintained
4555 F: fs/fuse/
4556 F: include/uapi/linux/fuse.h
4557 F: Documentation/filesystems/fuse.txt
4558
4559 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4560 M: Rik Faith <faith@cs.unc.edu>
4561 L: linux-scsi@vger.kernel.org
4562 S: Odd Fixes (e.g., new signatures)
4563 F: drivers/scsi/fdomain.*
4564
4565 GCOV BASED KERNEL PROFILING
4566 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4567 S: Maintained
4568 F: kernel/gcov/
4569 F: Documentation/gcov.txt
4570
4571 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4572 M: Achim Leubner <achim_leubner@adaptec.com>
4573 L: linux-scsi@vger.kernel.org
4574 W: http://www.icp-vortex.com/
4575 S: Supported
4576 F: drivers/scsi/gdt*
4577
4578 GDB KERNEL DEBUGGING HELPER SCRIPTS
4579 M: Jan Kiszka <jan.kiszka@siemens.com>
4580 S: Supported
4581 F: scripts/gdb/
4582
4583 GEMTEK FM RADIO RECEIVER DRIVER
4584 M: Hans Verkuil <hverkuil@xs4all.nl>
4585 L: linux-media@vger.kernel.org
4586 T: git git://linuxtv.org/media_tree.git
4587 W: http://linuxtv.org
4588 S: Maintained
4589 F: drivers/media/radio/radio-gemtek*
4590
4591 GENERIC GPIO I2C DRIVER
4592 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4593 S: Supported
4594 F: drivers/i2c/busses/i2c-gpio.c
4595 F: include/linux/i2c-gpio.h
4596
4597 GENERIC GPIO I2C MULTIPLEXER DRIVER
4598 M: Peter Korsgaard <peter.korsgaard@barco.com>
4599 L: linux-i2c@vger.kernel.org
4600 S: Supported
4601 F: drivers/i2c/muxes/i2c-mux-gpio.c
4602 F: include/linux/i2c-mux-gpio.h
4603 F: Documentation/i2c/muxes/i2c-mux-gpio
4604
4605 GENERIC HDLC (WAN) DRIVERS
4606 M: Krzysztof Halasa <khc@pm.waw.pl>
4607 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4608 S: Maintained
4609 F: drivers/net/wan/c101.c
4610 F: drivers/net/wan/hd6457*
4611 F: drivers/net/wan/hdlc*
4612 F: drivers/net/wan/n2.c
4613 F: drivers/net/wan/pc300too.c
4614 F: drivers/net/wan/pci200syn.c
4615 F: drivers/net/wan/wanxl*
4616
4617 GENERIC INCLUDE/ASM HEADER FILES
4618 M: Arnd Bergmann <arnd@arndb.de>
4619 L: linux-arch@vger.kernel.org
4620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4621 S: Maintained
4622 F: include/asm-generic/
4623 F: include/uapi/asm-generic/
4624
4625 GENERIC PHY FRAMEWORK
4626 M: Kishon Vijay Abraham I <kishon@ti.com>
4627 L: linux-kernel@vger.kernel.org
4628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4629 S: Supported
4630 F: drivers/phy/
4631 F: include/linux/phy/
4632
4633 GENERIC PM DOMAINS
4634 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4635 M: Kevin Hilman <khilman@kernel.org>
4636 M: Ulf Hansson <ulf.hansson@linaro.org>
4637 L: linux-pm@vger.kernel.org
4638 S: Supported
4639 F: drivers/base/power/domain*.c
4640 F: include/linux/pm_domain.h
4641
4642 GENERIC UIO DRIVER FOR PCI DEVICES
4643 M: "Michael S. Tsirkin" <mst@redhat.com>
4644 L: kvm@vger.kernel.org
4645 S: Supported
4646 F: drivers/uio/uio_pci_generic.c
4647
4648 GET_MAINTAINER SCRIPT
4649 M: Joe Perches <joe@perches.com>
4650 S: Maintained
4651 F: scripts/get_maintainer.pl
4652
4653 GFS2 FILE SYSTEM
4654 M: Steven Whitehouse <swhiteho@redhat.com>
4655 M: Bob Peterson <rpeterso@redhat.com>
4656 L: cluster-devel@redhat.com
4657 W: http://sources.redhat.com/cluster/
4658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4659 S: Supported
4660 F: Documentation/filesystems/gfs2*.txt
4661 F: fs/gfs2/
4662 F: include/uapi/linux/gfs2_ondisk.h
4663
4664 GIGASET ISDN DRIVERS
4665 M: Paul Bolle <pebolle@tiscali.nl>
4666 L: gigaset307x-common@lists.sourceforge.net
4667 W: http://gigaset307x.sourceforge.net/
4668 S: Odd Fixes
4669 F: Documentation/isdn/README.gigaset
4670 F: drivers/isdn/gigaset/
4671 F: include/uapi/linux/gigaset_dev.h
4672
4673 GO7007 MPEG CODEC
4674 M: Hans Verkuil <hans.verkuil@cisco.com>
4675 L: linux-media@vger.kernel.org
4676 S: Maintained
4677 F: drivers/media/usb/go7007/
4678
4679 GOODIX TOUCHSCREEN
4680 M: Bastien Nocera <hadess@hadess.net>
4681 L: linux-input@vger.kernel.org
4682 S: Maintained
4683 F: drivers/input/touchscreen/goodix.c
4684
4685 GPIO SUBSYSTEM
4686 M: Linus Walleij <linus.walleij@linaro.org>
4687 M: Alexandre Courbot <gnurou@gmail.com>
4688 L: linux-gpio@vger.kernel.org
4689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4690 S: Maintained
4691 F: Documentation/gpio/
4692 F: drivers/gpio/
4693 F: include/linux/gpio/
4694 F: include/linux/gpio.h
4695 F: include/asm-generic/gpio.h
4696
4697 GRE DEMULTIPLEXER DRIVER
4698 M: Dmitry Kozlov <xeb@mail.ru>
4699 L: netdev@vger.kernel.org
4700 S: Maintained
4701 F: net/ipv4/gre_demux.c
4702 F: net/ipv4/gre_offload.c
4703 F: include/net/gre.h
4704
4705 GRETH 10/100/1G Ethernet MAC device driver
4706 M: Kristoffer Glembo <kristoffer@gaisler.com>
4707 L: netdev@vger.kernel.org
4708 S: Maintained
4709 F: drivers/net/ethernet/aeroflex/
4710
4711 GSPCA FINEPIX SUBDRIVER
4712 M: Frank Zago <frank@zago.net>
4713 L: linux-media@vger.kernel.org
4714 T: git git://linuxtv.org/media_tree.git
4715 S: Maintained
4716 F: drivers/media/usb/gspca/finepix.c
4717
4718 GSPCA GL860 SUBDRIVER
4719 M: Olivier Lorin <o.lorin@laposte.net>
4720 L: linux-media@vger.kernel.org
4721 T: git git://linuxtv.org/media_tree.git
4722 S: Maintained
4723 F: drivers/media/usb/gspca/gl860/
4724
4725 GSPCA M5602 SUBDRIVER
4726 M: Erik Andren <erik.andren@gmail.com>
4727 L: linux-media@vger.kernel.org
4728 T: git git://linuxtv.org/media_tree.git
4729 S: Maintained
4730 F: drivers/media/usb/gspca/m5602/
4731
4732 GSPCA PAC207 SONIXB SUBDRIVER
4733 M: Hans de Goede <hdegoede@redhat.com>
4734 L: linux-media@vger.kernel.org
4735 T: git git://linuxtv.org/media_tree.git
4736 S: Maintained
4737 F: drivers/media/usb/gspca/pac207.c
4738
4739 GSPCA SN9C20X SUBDRIVER
4740 M: Brian Johnson <brijohn@gmail.com>
4741 L: linux-media@vger.kernel.org
4742 T: git git://linuxtv.org/media_tree.git
4743 S: Maintained
4744 F: drivers/media/usb/gspca/sn9c20x.c
4745
4746 GSPCA T613 SUBDRIVER
4747 M: Leandro Costantino <lcostantino@gmail.com>
4748 L: linux-media@vger.kernel.org
4749 T: git git://linuxtv.org/media_tree.git
4750 S: Maintained
4751 F: drivers/media/usb/gspca/t613.c
4752
4753 GSPCA USB WEBCAM DRIVER
4754 M: Hans de Goede <hdegoede@redhat.com>
4755 L: linux-media@vger.kernel.org
4756 T: git git://linuxtv.org/media_tree.git
4757 S: Maintained
4758 F: drivers/media/usb/gspca/
4759
4760 GUID PARTITION TABLE (GPT)
4761 M: Davidlohr Bueso <dave@stgolabs.net>
4762 L: linux-efi@vger.kernel.org
4763 S: Maintained
4764 F: block/partitions/efi.*
4765
4766 STK1160 USB VIDEO CAPTURE DRIVER
4767 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4768 L: linux-media@vger.kernel.org
4769 T: git git://linuxtv.org/media_tree.git
4770 S: Maintained
4771 F: drivers/media/usb/stk1160/
4772
4773 H8/300 ARCHITECTURE
4774 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4775 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4776 W: http://uclinux-h8.sourceforge.jp
4777 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4778 S: Maintained
4779 F: arch/h8300/
4780 F: drivers/clocksource/h8300_*.c
4781 F: drivers/clk/h8300/
4782 F: drivers/irqchip/irq-renesas-h8*.c
4783
4784 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4785 M: Frank Seidel <frank@f-seidel.de>
4786 L: platform-driver-x86@vger.kernel.org
4787 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4788 S: Maintained
4789 F: drivers/platform/x86/hdaps.c
4790
4791 HDPVR USB VIDEO ENCODER DRIVER
4792 M: Hans Verkuil <hverkuil@xs4all.nl>
4793 L: linux-media@vger.kernel.org
4794 T: git git://linuxtv.org/media_tree.git
4795 W: http://linuxtv.org
4796 S: Odd Fixes
4797 F: drivers/media/usb/hdpvr/
4798
4799 HWPOISON MEMORY FAILURE HANDLING
4800 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4801 L: linux-mm@kvack.org
4802 S: Maintained
4803 F: mm/memory-failure.c
4804 F: mm/hwpoison-inject.c
4805
4806 HYPERVISOR VIRTUAL CONSOLE DRIVER
4807 L: linuxppc-dev@lists.ozlabs.org
4808 S: Odd Fixes
4809 F: drivers/tty/hvc/
4810
4811 HACKRF MEDIA DRIVER
4812 M: Antti Palosaari <crope@iki.fi>
4813 L: linux-media@vger.kernel.org
4814 W: http://linuxtv.org/
4815 W: http://palosaari.fi/linux/
4816 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4817 T: git git://linuxtv.org/anttip/media_tree.git
4818 S: Maintained
4819 F: drivers/media/usb/hackrf/
4820
4821 HARDWARE MONITORING
4822 M: Jean Delvare <jdelvare@suse.com>
4823 M: Guenter Roeck <linux@roeck-us.net>
4824 L: lm-sensors@lm-sensors.org
4825 W: http://www.lm-sensors.org/
4826 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4828 S: Maintained
4829 F: Documentation/hwmon/
4830 F: drivers/hwmon/
4831 F: include/linux/hwmon*.h
4832
4833 HARDWARE RANDOM NUMBER GENERATOR CORE
4834 M: Matt Mackall <mpm@selenic.com>
4835 M: Herbert Xu <herbert@gondor.apana.org.au>
4836 L: linux-crypto@vger.kernel.org
4837 S: Odd fixes
4838 F: Documentation/hw_random.txt
4839 F: drivers/char/hw_random/
4840 F: include/linux/hw_random.h
4841
4842 HARDWARE SPINLOCK CORE
4843 M: Ohad Ben-Cohen <ohad@wizery.com>
4844 S: Maintained
4845 F: Documentation/hwspinlock.txt
4846 F: drivers/hwspinlock/hwspinlock_*
4847 F: include/linux/hwspinlock.h
4848
4849 HARMONY SOUND DRIVER
4850 L: linux-parisc@vger.kernel.org
4851 S: Maintained
4852 F: sound/parisc/harmony.*
4853
4854 HD29L2 MEDIA DRIVER
4855 M: Antti Palosaari <crope@iki.fi>
4856 L: linux-media@vger.kernel.org
4857 W: http://linuxtv.org/
4858 W: http://palosaari.fi/linux/
4859 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4860 T: git git://linuxtv.org/anttip/media_tree.git
4861 S: Maintained
4862 F: drivers/media/dvb-frontends/hd29l2*
4863
4864 HEWLETT-PACKARD SMART2 RAID DRIVER
4865 L: iss_storagedev@hp.com
4866 S: Orphan
4867 F: Documentation/blockdev/cpqarray.txt
4868 F: drivers/block/cpqarray.*
4869
4870 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4871 M: Don Brace <don.brace@pmcs.com>
4872 L: iss_storagedev@hp.com
4873 L: storagedev@pmcs.com
4874 L: linux-scsi@vger.kernel.org
4875 S: Supported
4876 F: Documentation/scsi/hpsa.txt
4877 F: drivers/scsi/hpsa*.[ch]
4878 F: include/linux/cciss*.h
4879 F: include/uapi/linux/cciss*.h
4880
4881 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4882 M: Don Brace <don.brace@pmcs.com>
4883 L: iss_storagedev@hp.com
4884 L: storagedev@pmcs.com
4885 L: linux-scsi@vger.kernel.org
4886 S: Supported
4887 F: Documentation/blockdev/cciss.txt
4888 F: drivers/block/cciss*
4889 F: include/linux/cciss_ioctl.h
4890 F: include/uapi/linux/cciss_ioctl.h
4891
4892 HFS FILESYSTEM
4893 L: linux-fsdevel@vger.kernel.org
4894 S: Orphan
4895 F: Documentation/filesystems/hfs.txt
4896 F: fs/hfs/
4897
4898 HFSPLUS FILESYSTEM
4899 L: linux-fsdevel@vger.kernel.org
4900 S: Orphan
4901 F: Documentation/filesystems/hfsplus.txt
4902 F: fs/hfsplus/
4903
4904 HGA FRAMEBUFFER DRIVER
4905 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4906 L: linux-nvidia@lists.surfsouth.com
4907 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4908 S: Maintained
4909 F: drivers/video/fbdev/hgafb.c
4910
4911 HIBERNATION (aka Software Suspend, aka swsusp)
4912 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4913 M: Pavel Machek <pavel@ucw.cz>
4914 L: linux-pm@vger.kernel.org
4915 S: Supported
4916 F: arch/x86/power/
4917 F: drivers/base/power/
4918 F: kernel/power/
4919 F: include/linux/suspend.h
4920 F: include/linux/freezer.h
4921 F: include/linux/pm.h
4922 F: arch/*/include/asm/suspend*.h
4923
4924 HID CORE LAYER
4925 M: Jiri Kosina <jikos@kernel.org>
4926 L: linux-input@vger.kernel.org
4927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4928 S: Maintained
4929 F: drivers/hid/
4930 F: include/linux/hid*
4931 F: include/uapi/linux/hid*
4932
4933 HID SENSOR HUB DRIVERS
4934 M: Jiri Kosina <jikos@kernel.org>
4935 M: Jonathan Cameron <jic23@kernel.org>
4936 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4937 L: linux-input@vger.kernel.org
4938 L: linux-iio@vger.kernel.org
4939 S: Maintained
4940 F: Documentation/hid/hid-sensor*
4941 F: drivers/hid/hid-sensor-*
4942 F: drivers/iio/*/hid-*
4943 F: include/linux/hid-sensor-*
4944
4945 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4946 M: Thomas Gleixner <tglx@linutronix.de>
4947 L: linux-kernel@vger.kernel.org
4948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4949 S: Maintained
4950 F: Documentation/timers/
4951 F: kernel/time/hrtimer.c
4952 F: kernel/time/clockevents.c
4953 F: kernel/time/tick*.*
4954 F: kernel/time/timer_*.c
4955 F: include/linux/clockchips.h
4956 F: include/linux/hrtimer.h
4957
4958 HIGH-SPEED SCC DRIVER FOR AX.25
4959 L: linux-hams@vger.kernel.org
4960 S: Orphan
4961 F: drivers/net/hamradio/dmascc.c
4962 F: drivers/net/hamradio/scc.c
4963
4964 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4965 M: HighPoint Linux Team <linux@highpoint-tech.com>
4966 W: http://www.highpoint-tech.com
4967 S: Supported
4968 F: Documentation/scsi/hptiop.txt
4969 F: drivers/scsi/hptiop.c
4970
4971 HIPPI
4972 M: Jes Sorensen <jes@trained-monkey.org>
4973 L: linux-hippi@sunsite.dk
4974 S: Maintained
4975 F: include/linux/hippidevice.h
4976 F: include/uapi/linux/if_hippi.h
4977 F: net/802/hippi.c
4978 F: drivers/net/hippi/
4979
4980 HOST AP DRIVER
4981 M: Jouni Malinen <j@w1.fi>
4982 L: hostap@shmoo.com (subscribers-only)
4983 L: linux-wireless@vger.kernel.org
4984 W: http://hostap.epitest.fi/
4985 S: Maintained
4986 F: drivers/net/wireless/hostap/
4987
4988 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4989 L: platform-driver-x86@vger.kernel.org
4990 S: Orphan
4991 F: drivers/platform/x86/tc1100-wmi.c
4992
4993 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4994 M: Jaroslav Kysela <perex@perex.cz>
4995 S: Maintained
4996 F: drivers/net/ethernet/hp/hp100.*
4997
4998 HPET: High Precision Event Timers driver
4999 M: Clemens Ladisch <clemens@ladisch.de>
5000 S: Maintained
5001 F: Documentation/timers/hpet.txt
5002 F: drivers/char/hpet.c
5003 F: include/linux/hpet.h
5004 F: include/uapi/linux/hpet.h
5005
5006 HPET: x86
5007 S: Orphan
5008 F: arch/x86/kernel/hpet.c
5009 F: arch/x86/include/asm/hpet.h
5010
5011 HPFS FILESYSTEM
5012 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5013 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5014 S: Maintained
5015 F: fs/hpfs/
5016
5017 HSI SUBSYSTEM
5018 M: Sebastian Reichel <sre@kernel.org>
5019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5020 S: Maintained
5021 F: Documentation/ABI/testing/sysfs-bus-hsi
5022 F: Documentation/hsi.txt
5023 F: drivers/hsi/
5024 F: include/linux/hsi/
5025 F: include/uapi/linux/hsi/
5026
5027 HSO 3G MODEM DRIVER
5028 M: Jan Dumon <j.dumon@option.com>
5029 W: http://www.pharscape.org
5030 S: Maintained
5031 F: drivers/net/usb/hso.c
5032
5033 HSR NETWORK PROTOCOL
5034 M: Arvid Brodin <arvid.brodin@alten.se>
5035 L: netdev@vger.kernel.org
5036 S: Maintained
5037 F: net/hsr/
5038
5039 HTCPEN TOUCHSCREEN DRIVER
5040 M: Pau Oliva Fora <pof@eslack.org>
5041 L: linux-input@vger.kernel.org
5042 S: Maintained
5043 F: drivers/input/touchscreen/htcpen.c
5044
5045 HUGETLB FILESYSTEM
5046 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5047 S: Maintained
5048 F: fs/hugetlbfs/
5049
5050 Hyper-V CORE AND DRIVERS
5051 M: "K. Y. Srinivasan" <kys@microsoft.com>
5052 M: Haiyang Zhang <haiyangz@microsoft.com>
5053 L: devel@linuxdriverproject.org
5054 S: Maintained
5055 F: arch/x86/include/asm/mshyperv.h
5056 F: arch/x86/include/uapi/asm/hyperv.h
5057 F: arch/x86/kernel/cpu/mshyperv.c
5058 F: drivers/hid/hid-hyperv.c
5059 F: drivers/hv/
5060 F: drivers/input/serio/hyperv-keyboard.c
5061 F: drivers/net/hyperv/
5062 F: drivers/scsi/storvsc_drv.c
5063 F: drivers/video/fbdev/hyperv_fb.c
5064 F: include/linux/hyperv.h
5065 F: tools/hv/
5066 F: Documentation/ABI/stable/sysfs-bus-vmbus
5067
5068 I2C OVER PARALLEL PORT
5069 M: Jean Delvare <jdelvare@suse.com>
5070 L: linux-i2c@vger.kernel.org
5071 S: Maintained
5072 F: Documentation/i2c/busses/i2c-parport
5073 F: Documentation/i2c/busses/i2c-parport-light
5074 F: drivers/i2c/busses/i2c-parport.c
5075 F: drivers/i2c/busses/i2c-parport-light.c
5076
5077 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5078 M: Jean Delvare <jdelvare@suse.com>
5079 L: linux-i2c@vger.kernel.org
5080 S: Maintained
5081 F: Documentation/i2c/busses/i2c-ali1535
5082 F: Documentation/i2c/busses/i2c-ali1563
5083 F: Documentation/i2c/busses/i2c-ali15x3
5084 F: Documentation/i2c/busses/i2c-amd756
5085 F: Documentation/i2c/busses/i2c-amd8111
5086 F: Documentation/i2c/busses/i2c-i801
5087 F: Documentation/i2c/busses/i2c-nforce2
5088 F: Documentation/i2c/busses/i2c-piix4
5089 F: Documentation/i2c/busses/i2c-sis5595
5090 F: Documentation/i2c/busses/i2c-sis630
5091 F: Documentation/i2c/busses/i2c-sis96x
5092 F: Documentation/i2c/busses/i2c-via
5093 F: Documentation/i2c/busses/i2c-viapro
5094 F: drivers/i2c/busses/i2c-ali1535.c
5095 F: drivers/i2c/busses/i2c-ali1563.c
5096 F: drivers/i2c/busses/i2c-ali15x3.c
5097 F: drivers/i2c/busses/i2c-amd756.c
5098 F: drivers/i2c/busses/i2c-amd756-s4882.c
5099 F: drivers/i2c/busses/i2c-amd8111.c
5100 F: drivers/i2c/busses/i2c-i801.c
5101 F: drivers/i2c/busses/i2c-isch.c
5102 F: drivers/i2c/busses/i2c-nforce2.c
5103 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5104 F: drivers/i2c/busses/i2c-piix4.c
5105 F: drivers/i2c/busses/i2c-sis5595.c
5106 F: drivers/i2c/busses/i2c-sis630.c
5107 F: drivers/i2c/busses/i2c-sis96x.c
5108 F: drivers/i2c/busses/i2c-via.c
5109 F: drivers/i2c/busses/i2c-viapro.c
5110
5111 I2C/SMBUS ISMT DRIVER
5112 M: Seth Heasley <seth.heasley@intel.com>
5113 M: Neil Horman <nhorman@tuxdriver.com>
5114 L: linux-i2c@vger.kernel.org
5115 F: drivers/i2c/busses/i2c-ismt.c
5116 F: Documentation/i2c/busses/i2c-ismt
5117
5118 I2C/SMBUS STUB DRIVER
5119 M: Jean Delvare <jdelvare@suse.com>
5120 L: linux-i2c@vger.kernel.org
5121 S: Maintained
5122 F: drivers/i2c/i2c-stub.c
5123
5124 I2C SUBSYSTEM
5125 M: Wolfram Sang <wsa@the-dreams.de>
5126 L: linux-i2c@vger.kernel.org
5127 W: https://i2c.wiki.kernel.org/
5128 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5130 S: Maintained
5131 F: Documentation/devicetree/bindings/i2c/
5132 F: Documentation/i2c/
5133 F: drivers/i2c/
5134 F: include/linux/i2c.h
5135 F: include/linux/i2c-*.h
5136 F: include/uapi/linux/i2c.h
5137 F: include/uapi/linux/i2c-*.h
5138
5139 I2C ACPI SUPPORT
5140 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5141 L: linux-i2c@vger.kernel.org
5142 L: linux-acpi@vger.kernel.org
5143 S: Maintained
5144
5145 I2C-TAOS-EVM DRIVER
5146 M: Jean Delvare <jdelvare@suse.com>
5147 L: linux-i2c@vger.kernel.org
5148 S: Maintained
5149 F: Documentation/i2c/busses/i2c-taos-evm
5150 F: drivers/i2c/busses/i2c-taos-evm.c
5151
5152 I2C-TINY-USB DRIVER
5153 M: Till Harbaum <till@harbaum.org>
5154 L: linux-i2c@vger.kernel.org
5155 W: http://www.harbaum.org/till/i2c_tiny_usb
5156 S: Maintained
5157 F: drivers/i2c/busses/i2c-tiny-usb.c
5158
5159 i386 BOOT CODE
5160 M: "H. Peter Anvin" <hpa@zytor.com>
5161 S: Maintained
5162 F: arch/x86/boot/
5163
5164 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5165 M: "H. Peter Anvin" <hpa@zytor.com>
5166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5167 S: Maintained
5168
5169 IA64 (Itanium) PLATFORM
5170 M: Tony Luck <tony.luck@intel.com>
5171 M: Fenghua Yu <fenghua.yu@intel.com>
5172 L: linux-ia64@vger.kernel.org
5173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5174 S: Maintained
5175 F: arch/ia64/
5176
5177 IBM Power VMX Cryptographic instructions
5178 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5179 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5180 L: linux-crypto@vger.kernel.org
5181 S: Supported
5182 F: drivers/crypto/vmx/Makefile
5183 F: drivers/crypto/vmx/Kconfig
5184 F: drivers/crypto/vmx/vmx.c
5185 F: drivers/crypto/vmx/aes*
5186 F: drivers/crypto/vmx/ghash*
5187 F: drivers/crypto/vmx/ppc-xlate.pl
5188
5189 IBM Power in-Nest Crypto Acceleration
5190 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5191 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5192 L: linux-crypto@vger.kernel.org
5193 S: Supported
5194 F: drivers/crypto/nx/Makefile
5195 F: drivers/crypto/nx/Kconfig
5196 F: drivers/crypto/nx/nx-aes*
5197 F: drivers/crypto/nx/nx-sha*
5198 F: drivers/crypto/nx/nx.*
5199 F: drivers/crypto/nx/nx_csbcpb.h
5200 F: drivers/crypto/nx/nx_debugfs.h
5201
5202 IBM Power 842 compression accelerator
5203 M: Dan Streetman <ddstreet@ieee.org>
5204 S: Supported
5205 F: drivers/crypto/nx/Makefile
5206 F: drivers/crypto/nx/Kconfig
5207 F: drivers/crypto/nx/nx-842*
5208 F: include/linux/sw842.h
5209 F: crypto/842.c
5210 F: lib/842/
5211
5212 IBM Power Linux RAID adapter
5213 M: Brian King <brking@us.ibm.com>
5214 S: Supported
5215 F: drivers/scsi/ipr.*
5216
5217 IBM Power Virtual Ethernet Device Driver
5218 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5219 L: netdev@vger.kernel.org
5220 S: Supported
5221 F: drivers/net/ethernet/ibm/ibmveth.*
5222
5223 IBM Power Virtual SCSI Device Drivers
5224 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5225 L: linux-scsi@vger.kernel.org
5226 S: Supported
5227 F: drivers/scsi/ibmvscsi/ibmvscsi*
5228 F: drivers/scsi/ibmvscsi/viosrp.h
5229
5230 IBM Power Virtual FC Device Drivers
5231 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5232 L: linux-scsi@vger.kernel.org
5233 S: Supported
5234 F: drivers/scsi/ibmvscsi/ibmvfc*
5235
5236 IBM ServeRAID RAID DRIVER
5237 S: Orphan
5238 F: drivers/scsi/ips.*
5239
5240 ICH LPC AND GPIO DRIVER
5241 M: Peter Tyser <ptyser@xes-inc.com>
5242 S: Maintained
5243 F: drivers/mfd/lpc_ich.c
5244 F: drivers/gpio/gpio-ich.c
5245
5246 IDE SUBSYSTEM
5247 M: "David S. Miller" <davem@davemloft.net>
5248 L: linux-ide@vger.kernel.org
5249 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5251 S: Maintained
5252 F: Documentation/ide/
5253 F: drivers/ide/
5254 F: include/linux/ide.h
5255
5256 IDEAPAD LAPTOP EXTRAS DRIVER
5257 M: Ike Panhc <ike.pan@canonical.com>
5258 L: platform-driver-x86@vger.kernel.org
5259 W: http://launchpad.net/ideapad-laptop
5260 S: Maintained
5261 F: drivers/platform/x86/ideapad-laptop.c
5262
5263 IDEAPAD LAPTOP SLIDEBAR DRIVER
5264 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5265 L: linux-input@vger.kernel.org
5266 W: https://github.com/o2genum/ideapad-slidebar
5267 S: Maintained
5268 F: drivers/input/misc/ideapad_slidebar.c
5269
5270 IDE/ATAPI DRIVERS
5271 M: Borislav Petkov <bp@alien8.de>
5272 L: linux-ide@vger.kernel.org
5273 S: Maintained
5274 F: Documentation/cdrom/ide-cd
5275 F: drivers/ide/ide-cd*
5276
5277 IDLE-I7300
5278 M: Andy Henroid <andrew.d.henroid@intel.com>
5279 L: linux-pm@vger.kernel.org
5280 S: Supported
5281 F: drivers/idle/i7300_idle.c
5282
5283 IEEE 802.15.4 SUBSYSTEM
5284 M: Alexander Aring <alex.aring@gmail.com>
5285 L: linux-wpan@vger.kernel.org
5286 W: https://github.com/linux-wpan
5287 T: git git://github.com/linux-wpan/linux-wpan-next.git
5288 S: Maintained
5289 F: net/ieee802154/
5290 F: net/mac802154/
5291 F: drivers/net/ieee802154/
5292 F: include/linux/nl802154.h
5293 F: include/linux/ieee802154.h
5294 F: include/net/nl802154.h
5295 F: include/net/mac802154.h
5296 F: include/net/af_ieee802154.h
5297 F: include/net/cfg802154.h
5298 F: include/net/ieee802154_netdev.h
5299 F: Documentation/networking/ieee802154.txt
5300
5301 IGORPLUG-USB IR RECEIVER
5302 M: Sean Young <sean@mess.org>
5303 L: linux-media@vger.kernel.org
5304 S: Maintained
5305 F: drivers/media/rc/igorplugusb.c
5306
5307 IGUANAWORKS USB IR TRANSCEIVER
5308 M: Sean Young <sean@mess.org>
5309 L: linux-media@vger.kernel.org
5310 S: Maintained
5311 F: drivers/media/rc/iguanair.c
5312
5313 IIO SUBSYSTEM AND DRIVERS
5314 M: Jonathan Cameron <jic23@kernel.org>
5315 R: Hartmut Knaack <knaack.h@gmx.de>
5316 R: Lars-Peter Clausen <lars@metafoo.de>
5317 R: Peter Meerwald <pmeerw@pmeerw.net>
5318 L: linux-iio@vger.kernel.org
5319 S: Maintained
5320 F: drivers/iio/
5321 F: drivers/staging/iio/
5322 F: include/linux/iio/
5323 F: tools/iio/
5324
5325 IKANOS/ADI EAGLE ADSL USB DRIVER
5326 M: Matthieu Castet <castet.matthieu@free.fr>
5327 M: Stanislaw Gruszka <stf_xl@wp.pl>
5328 S: Maintained
5329 F: drivers/usb/atm/ueagle-atm.c
5330
5331 INA209 HARDWARE MONITOR DRIVER
5332 M: Guenter Roeck <linux@roeck-us.net>
5333 L: lm-sensors@lm-sensors.org
5334 S: Maintained
5335 F: Documentation/hwmon/ina209
5336 F: Documentation/devicetree/bindings/i2c/ina209.txt
5337 F: drivers/hwmon/ina209.c
5338
5339 INA2XX HARDWARE MONITOR DRIVER
5340 M: Guenter Roeck <linux@roeck-us.net>
5341 L: lm-sensors@lm-sensors.org
5342 S: Maintained
5343 F: Documentation/hwmon/ina2xx
5344 F: drivers/hwmon/ina2xx.c
5345 F: include/linux/platform_data/ina2xx.h
5346
5347 INDUSTRY PACK SUBSYSTEM (IPACK)
5348 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5349 M: Jens Taprogge <jens.taprogge@taprogge.org>
5350 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5351 L: industrypack-devel@lists.sourceforge.net
5352 W: http://industrypack.sourceforge.net
5353 S: Maintained
5354 F: drivers/ipack/
5355
5356 INGENIC JZ4780 DMA Driver
5357 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5358 S: Maintained
5359 F: drivers/dma/dma-jz4780.c
5360
5361 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5362 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5363 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5364 L: linux-ima-devel@lists.sourceforge.net
5365 L: linux-ima-user@lists.sourceforge.net
5366 L: linux-security-module@vger.kernel.org
5367 S: Supported
5368 F: security/integrity/ima/
5369
5370 IMGTEC IR DECODER DRIVER
5371 M: James Hogan <james.hogan@imgtec.com>
5372 S: Maintained
5373 F: drivers/media/rc/img-ir/
5374
5375 IMS TWINTURBO FRAMEBUFFER DRIVER
5376 L: linux-fbdev@vger.kernel.org
5377 S: Orphan
5378 F: drivers/video/fbdev/imsttfb.c
5379
5380 INFINIBAND SUBSYSTEM
5381 M: Doug Ledford <dledford@redhat.com>
5382 M: Sean Hefty <sean.hefty@intel.com>
5383 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5384 L: linux-rdma@vger.kernel.org
5385 W: http://www.openfabrics.org/
5386 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5388 S: Supported
5389 F: Documentation/infiniband/
5390 F: drivers/infiniband/
5391 F: drivers/staging/rdma/
5392 F: include/uapi/linux/if_infiniband.h
5393 F: include/uapi/rdma/
5394 F: include/rdma/
5395
5396 INOTIFY
5397 M: John McCutchan <john@johnmccutchan.com>
5398 M: Robert Love <rlove@rlove.org>
5399 M: Eric Paris <eparis@parisplace.org>
5400 S: Maintained
5401 F: Documentation/filesystems/inotify.txt
5402 F: fs/notify/inotify/
5403 F: include/linux/inotify.h
5404 F: include/uapi/linux/inotify.h
5405
5406 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5407 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5408 L: linux-input@vger.kernel.org
5409 Q: http://patchwork.kernel.org/project/linux-input/list/
5410 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5411 S: Maintained
5412 F: drivers/input/
5413 F: include/linux/input.h
5414 F: include/uapi/linux/input.h
5415 F: include/linux/input/
5416
5417 INPUT MULTITOUCH (MT) PROTOCOL
5418 M: Henrik Rydberg <rydberg@bitmath.org>
5419 L: linux-input@vger.kernel.org
5420 S: Odd fixes
5421 F: Documentation/input/multi-touch-protocol.txt
5422 F: drivers/input/input-mt.c
5423 K: \b(ABS|SYN)_MT_
5424
5425 INTEL ASoC BDW/HSW DRIVERS
5426 M: Jie Yang <yang.jie@linux.intel.com>
5427 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5428 S: Supported
5429 F: sound/soc/intel/common/sst-dsp*
5430 F: sound/soc/intel/common/sst-firmware.c
5431 F: sound/soc/intel/boards/broadwell.c
5432 F: sound/soc/intel/haswell/
5433
5434 INTEL C600 SERIES SAS CONTROLLER DRIVER
5435 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5436 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5437 L: linux-scsi@vger.kernel.org
5438 T: git git://git.code.sf.net/p/intel-sas/isci
5439 S: Supported
5440 F: drivers/scsi/isci/
5441
5442 INTEL IDLE DRIVER
5443 M: Len Brown <lenb@kernel.org>
5444 L: linux-pm@vger.kernel.org
5445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5446 S: Supported
5447 F: drivers/idle/intel_idle.c
5448
5449 INTEL PSTATE DRIVER
5450 M: Kristen Carlson Accardi <kristen@linux.intel.com>
5451 L: linux-pm@vger.kernel.org
5452 S: Supported
5453 F: drivers/cpufreq/intel_pstate.c
5454
5455 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5456 M: Maik Broemme <mbroemme@plusserver.de>
5457 L: linux-fbdev@vger.kernel.org
5458 S: Maintained
5459 F: Documentation/fb/intelfb.txt
5460 F: drivers/video/fbdev/intelfb/
5461
5462 INTEL 810/815 FRAMEBUFFER DRIVER
5463 M: Antonino Daplas <adaplas@gmail.com>
5464 L: linux-fbdev@vger.kernel.org
5465 S: Maintained
5466 F: drivers/video/fbdev/i810/
5467
5468 INTEL MENLOW THERMAL DRIVER
5469 M: Sujith Thomas <sujith.thomas@intel.com>
5470 L: platform-driver-x86@vger.kernel.org
5471 W: https://01.org/linux-acpi
5472 S: Supported
5473 F: drivers/platform/x86/intel_menlow.c
5474
5475 INTEL I/OAT DMA DRIVER
5476 M: Dave Jiang <dave.jiang@intel.com>
5477 R: Dan Williams <dan.j.williams@intel.com>
5478 L: dmaengine@vger.kernel.org
5479 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5480 S: Supported
5481 F: drivers/dma/ioat*
5482
5483 INTEL IOMMU (VT-d)
5484 M: David Woodhouse <dwmw2@infradead.org>
5485 L: iommu@lists.linux-foundation.org
5486 T: git git://git.infradead.org/iommu-2.6.git
5487 S: Supported
5488 F: drivers/iommu/intel-iommu.c
5489 F: include/linux/intel-iommu.h
5490
5491 INTEL IOP-ADMA DMA DRIVER
5492 R: Dan Williams <dan.j.williams@intel.com>
5493 S: Odd fixes
5494 F: drivers/dma/iop-adma.c
5495
5496 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5497 M: Krzysztof Halasa <khalasa@piap.pl>
5498 S: Maintained
5499 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5500 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5501 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5502 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5503 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5504 F: drivers/net/wan/ixp4xx_hss.c
5505
5506 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5507 M: Deepak Saxena <dsaxena@plexity.net>
5508 S: Maintained
5509 F: drivers/char/hw_random/ixp4xx-rng.c
5510
5511 INTEL ETHERNET DRIVERS
5512 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5513 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5514 R: Shannon Nelson <shannon.nelson@intel.com>
5515 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5516 R: Don Skidmore <donald.c.skidmore@intel.com>
5517 R: Matthew Vick <matthew.vick@intel.com>
5518 R: John Ronciak <john.ronciak@intel.com>
5519 R: Mitch Williams <mitch.a.williams@intel.com>
5520 L: intel-wired-lan@lists.osuosl.org
5521 W: http://www.intel.com/support/feedback.htm
5522 W: http://e1000.sourceforge.net/
5523 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5526 S: Supported
5527 F: Documentation/networking/e100.txt
5528 F: Documentation/networking/e1000.txt
5529 F: Documentation/networking/e1000e.txt
5530 F: Documentation/networking/igb.txt
5531 F: Documentation/networking/igbvf.txt
5532 F: Documentation/networking/ixgb.txt
5533 F: Documentation/networking/ixgbe.txt
5534 F: Documentation/networking/ixgbevf.txt
5535 F: Documentation/networking/i40e.txt
5536 F: Documentation/networking/i40evf.txt
5537 F: drivers/net/ethernet/intel/
5538 F: drivers/net/ethernet/intel/*/
5539
5540 INTEL-MID GPIO DRIVER
5541 M: David Cohen <david.a.cohen@linux.intel.com>
5542 L: linux-gpio@vger.kernel.org
5543 S: Maintained
5544 F: drivers/gpio/gpio-intel-mid.c
5545
5546 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5547 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5548 L: linux-wireless@vger.kernel.org
5549 S: Maintained
5550 F: Documentation/networking/README.ipw2100
5551 F: Documentation/networking/README.ipw2200
5552 F: drivers/net/wireless/ipw2x00/
5553
5554 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5555 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5556 M: Gang Wei <gang.wei@intel.com>
5557 M: Shane Wang <shane.wang@intel.com>
5558 L: tboot-devel@lists.sourceforge.net
5559 W: http://tboot.sourceforge.net
5560 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5561 S: Supported
5562 F: Documentation/intel_txt.txt
5563 F: include/linux/tboot.h
5564 F: arch/x86/kernel/tboot.c
5565
5566 INTEL WIRELESS WIMAX CONNECTION 2400
5567 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5568 M: linux-wimax@intel.com
5569 L: wimax@linuxwimax.org (subscribers-only)
5570 S: Supported
5571 W: http://linuxwimax.org
5572 F: Documentation/wimax/README.i2400m
5573 F: drivers/net/wimax/i2400m/
5574 F: include/uapi/linux/wimax/i2400m.h
5575
5576 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5577 M: Stanislaw Gruszka <sgruszka@redhat.com>
5578 L: linux-wireless@vger.kernel.org
5579 S: Supported
5580 F: drivers/net/wireless/iwlegacy/
5581
5582 INTEL WIRELESS WIFI LINK (iwlwifi)
5583 M: Johannes Berg <johannes.berg@intel.com>
5584 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5585 M: Intel Linux Wireless <linuxwifi@intel.com>
5586 L: linux-wireless@vger.kernel.org
5587 W: http://intellinuxwireless.org
5588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5589 S: Supported
5590 F: drivers/net/wireless/iwlwifi/
5591
5592 INTEL MANAGEMENT ENGINE (mei)
5593 M: Tomas Winkler <tomas.winkler@intel.com>
5594 L: linux-kernel@vger.kernel.org
5595 S: Supported
5596 F: include/uapi/linux/mei.h
5597 F: include/linux/mei_cl_bus.h
5598 F: drivers/misc/mei/*
5599 F: Documentation/misc-devices/mei/*
5600
5601 INTEL PMC IPC DRIVER
5602 M: Zha Qipeng<qipeng.zha@intel.com>
5603 L: platform-driver-x86@vger.kernel.org
5604 S: Maintained
5605 F: drivers/platform/x86/intel_pmc_ipc.c
5606 F: arch/x86/include/asm/intel_pmc_ipc.h
5607
5608 IOC3 ETHERNET DRIVER
5609 M: Ralf Baechle <ralf@linux-mips.org>
5610 L: linux-mips@linux-mips.org
5611 S: Maintained
5612 F: drivers/net/ethernet/sgi/ioc3-eth.c
5613
5614 IOC3 SERIAL DRIVER
5615 M: Pat Gefre <pfg@sgi.com>
5616 L: linux-serial@vger.kernel.org
5617 S: Maintained
5618 F: drivers/tty/serial/ioc3_serial.c
5619
5620 IOMMU DRIVERS
5621 M: Joerg Roedel <joro@8bytes.org>
5622 L: iommu@lists.linux-foundation.org
5623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5624 S: Maintained
5625 F: drivers/iommu/
5626
5627 IP MASQUERADING
5628 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5629 S: Maintained
5630 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5631
5632 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5633 M: Francois Romieu <romieu@fr.zoreil.com>
5634 M: Sorbica Shieh <sorbica@icplus.com.tw>
5635 L: netdev@vger.kernel.org
5636 S: Maintained
5637 F: drivers/net/ethernet/icplus/ipg.*
5638
5639 IPATH DRIVER
5640 M: Mike Marciniszyn <infinipath@intel.com>
5641 L: linux-rdma@vger.kernel.org
5642 S: Maintained
5643 F: drivers/staging/rdma/ipath/
5644
5645 IPMI SUBSYSTEM
5646 M: Corey Minyard <minyard@acm.org>
5647 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5648 W: http://openipmi.sourceforge.net/
5649 S: Supported
5650 F: Documentation/IPMI.txt
5651 F: drivers/char/ipmi/
5652 F: include/linux/ipmi*
5653 F: include/uapi/linux/ipmi*
5654
5655 QCOM AUDIO (ASoC) DRIVERS
5656 M: Patrick Lai <plai@codeaurora.org>
5657 M: Banajit Goswami <bgoswami@codeaurora.org>
5658 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5659 S: Supported
5660 F: sound/soc/qcom/
5661
5662 IPS SCSI RAID DRIVER
5663 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5664 L: linux-scsi@vger.kernel.org
5665 W: http://www.adaptec.com/
5666 S: Maintained
5667 F: drivers/scsi/ips*
5668
5669 IPVS
5670 M: Wensong Zhang <wensong@linux-vs.org>
5671 M: Simon Horman <horms@verge.net.au>
5672 M: Julian Anastasov <ja@ssi.bg>
5673 L: netdev@vger.kernel.org
5674 L: lvs-devel@vger.kernel.org
5675 S: Maintained
5676 F: Documentation/networking/ipvs-sysctl.txt
5677 F: include/net/ip_vs.h
5678 F: include/uapi/linux/ip_vs.h
5679 F: net/netfilter/ipvs/
5680
5681 IPWIRELESS DRIVER
5682 M: Jiri Kosina <jikos@kernel.org>
5683 M: David Sterba <dsterba@suse.com>
5684 S: Odd Fixes
5685 F: drivers/tty/ipwireless/
5686
5687 IPX NETWORK LAYER
5688 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5689 L: netdev@vger.kernel.org
5690 S: Maintained
5691 F: include/net/ipx.h
5692 F: include/uapi/linux/ipx.h
5693 F: net/ipx/
5694
5695 IRDA SUBSYSTEM
5696 M: Samuel Ortiz <samuel@sortiz.org>
5697 L: irda-users@lists.sourceforge.net (subscribers-only)
5698 L: netdev@vger.kernel.org
5699 W: http://irda.sourceforge.net/
5700 S: Maintained
5701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5702 F: Documentation/networking/irda.txt
5703 F: drivers/net/irda/
5704 F: include/net/irda/
5705 F: net/irda/
5706
5707 IRQ SUBSYSTEM
5708 M: Thomas Gleixner <tglx@linutronix.de>
5709 L: linux-kernel@vger.kernel.org
5710 S: Maintained
5711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5712 F: kernel/irq/
5713
5714 IRQCHIP DRIVERS
5715 M: Thomas Gleixner <tglx@linutronix.de>
5716 M: Jason Cooper <jason@lakedaemon.net>
5717 M: Marc Zyngier <marc.zyngier@arm.com>
5718 L: linux-kernel@vger.kernel.org
5719 S: Maintained
5720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5721 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5722 F: Documentation/devicetree/bindings/interrupt-controller/
5723 F: drivers/irqchip/
5724
5725 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5726 M: Jiang Liu <jiang.liu@linux.intel.com>
5727 M: Marc Zyngier <marc.zyngier@arm.com>
5728 S: Maintained
5729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5730 F: Documentation/IRQ-domain.txt
5731 F: include/linux/irqdomain.h
5732 F: kernel/irq/irqdomain.c
5733 F: kernel/irq/msi.c
5734
5735 ISAPNP
5736 M: Jaroslav Kysela <perex@perex.cz>
5737 S: Maintained
5738 F: Documentation/isapnp.txt
5739 F: drivers/pnp/isapnp/
5740 F: include/linux/isapnp.h
5741
5742 ISA RADIO MODULE
5743 M: Hans Verkuil <hverkuil@xs4all.nl>
5744 L: linux-media@vger.kernel.org
5745 T: git git://linuxtv.org/media_tree.git
5746 W: http://linuxtv.org
5747 S: Maintained
5748 F: drivers/media/radio/radio-isa*
5749
5750 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5751 M: Peter Jones <pjones@redhat.com>
5752 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5753 S: Maintained
5754 F: drivers/firmware/iscsi_ibft*
5755
5756 ISCSI
5757 M: Mike Christie <michaelc@cs.wisc.edu>
5758 L: open-iscsi@googlegroups.com
5759 W: www.open-iscsi.org
5760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5761 S: Maintained
5762 F: drivers/scsi/*iscsi*
5763 F: include/scsi/*iscsi*
5764
5765 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5766 M: Or Gerlitz <ogerlitz@mellanox.com>
5767 M: Sagi Grimberg <sagig@mellanox.com>
5768 M: Roi Dayan <roid@mellanox.com>
5769 L: linux-rdma@vger.kernel.org
5770 S: Supported
5771 W: http://www.openfabrics.org
5772 W: www.open-iscsi.org
5773 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5774 F: drivers/infiniband/ulp/iser/
5775
5776 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5777 M: Sagi Grimberg <sagig@mellanox.com>
5778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5779 L: linux-rdma@vger.kernel.org
5780 L: target-devel@vger.kernel.org
5781 S: Supported
5782 W: http://www.linux-iscsi.org
5783 F: drivers/infiniband/ulp/isert
5784
5785 ISDN SUBSYSTEM
5786 M: Karsten Keil <isdn@linux-pingi.de>
5787 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5788 L: netdev@vger.kernel.org
5789 W: http://www.isdn4linux.de
5790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5791 S: Maintained
5792 F: Documentation/isdn/
5793 F: drivers/isdn/
5794 F: include/linux/isdn.h
5795 F: include/linux/isdn/
5796 F: include/uapi/linux/isdn.h
5797 F: include/uapi/linux/isdn/
5798
5799 ISDN SUBSYSTEM (Eicon active card driver)
5800 M: Armin Schindler <mac@melware.de>
5801 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5802 W: http://www.melware.de
5803 S: Maintained
5804 F: drivers/isdn/hardware/eicon/
5805
5806 IT87 HARDWARE MONITORING DRIVER
5807 M: Jean Delvare <jdelvare@suse.com>
5808 L: lm-sensors@lm-sensors.org
5809 S: Maintained
5810 F: Documentation/hwmon/it87
5811 F: drivers/hwmon/it87.c
5812
5813 IT913X MEDIA DRIVER
5814 M: Antti Palosaari <crope@iki.fi>
5815 L: linux-media@vger.kernel.org
5816 W: http://linuxtv.org/
5817 W: http://palosaari.fi/linux/
5818 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5819 T: git git://linuxtv.org/anttip/media_tree.git
5820 S: Maintained
5821 F: drivers/media/tuners/it913x*
5822
5823 IVTV VIDEO4LINUX DRIVER
5824 M: Andy Walls <awalls@md.metrocast.net>
5825 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5826 L: linux-media@vger.kernel.org
5827 T: git git://linuxtv.org/media_tree.git
5828 W: http://www.ivtvdriver.org
5829 S: Maintained
5830 F: Documentation/video4linux/*.ivtv
5831 F: drivers/media/pci/ivtv/
5832 F: include/uapi/linux/ivtv*
5833
5834 IX2505V MEDIA DRIVER
5835 M: Malcolm Priestley <tvboxspy@gmail.com>
5836 L: linux-media@vger.kernel.org
5837 W: http://linuxtv.org/
5838 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5839 S: Maintained
5840 F: drivers/media/dvb-frontends/ix2505v*
5841
5842 JC42.4 TEMPERATURE SENSOR DRIVER
5843 M: Guenter Roeck <linux@roeck-us.net>
5844 L: lm-sensors@lm-sensors.org
5845 S: Maintained
5846 F: drivers/hwmon/jc42.c
5847 F: Documentation/hwmon/jc42
5848
5849 JFS FILESYSTEM
5850 M: Dave Kleikamp <shaggy@kernel.org>
5851 L: jfs-discussion@lists.sourceforge.net
5852 W: http://jfs.sourceforge.net/
5853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5854 S: Maintained
5855 F: Documentation/filesystems/jfs.txt
5856 F: fs/jfs/
5857
5858 JME NETWORK DRIVER
5859 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5860 L: netdev@vger.kernel.org
5861 S: Maintained
5862 F: drivers/net/ethernet/jme.*
5863
5864 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5865 M: David Woodhouse <dwmw2@infradead.org>
5866 L: linux-mtd@lists.infradead.org
5867 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5868 S: Maintained
5869 F: fs/jffs2/
5870 F: include/uapi/linux/jffs2.h
5871
5872 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5873 M: "Theodore Ts'o" <tytso@mit.edu>
5874 M: Jan Kara <jack@suse.com>
5875 L: linux-ext4@vger.kernel.org
5876 S: Maintained
5877 F: fs/jbd2/
5878 F: include/linux/jbd2.h
5879
5880 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5881 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5882 L: linux-media@vger.kernel.org
5883 S: Maintained
5884 F: drivers/media/platform/rcar_jpu.c
5885
5886 JSM Neo PCI based serial card
5887 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5888 L: linux-serial@vger.kernel.org
5889 S: Maintained
5890 F: drivers/tty/serial/jsm/
5891
5892 K10TEMP HARDWARE MONITORING DRIVER
5893 M: Clemens Ladisch <clemens@ladisch.de>
5894 L: lm-sensors@lm-sensors.org
5895 S: Maintained
5896 F: Documentation/hwmon/k10temp
5897 F: drivers/hwmon/k10temp.c
5898
5899 K8TEMP HARDWARE MONITORING DRIVER
5900 M: Rudolf Marek <r.marek@assembler.cz>
5901 L: lm-sensors@lm-sensors.org
5902 S: Maintained
5903 F: Documentation/hwmon/k8temp
5904 F: drivers/hwmon/k8temp.c
5905
5906 KCONFIG
5907 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5908 L: linux-kbuild@vger.kernel.org
5909 T: git git://gitorious.org/linux-kconfig/linux-kconfig
5910 S: Maintained
5911 F: Documentation/kbuild/kconfig-language.txt
5912 F: scripts/kconfig/
5913
5914 KDUMP
5915 M: Vivek Goyal <vgoyal@redhat.com>
5916 M: Haren Myneni <hbabu@us.ibm.com>
5917 L: kexec@lists.infradead.org
5918 W: http://lse.sourceforge.net/kdump/
5919 S: Maintained
5920 F: Documentation/kdump/
5921
5922 KEENE FM RADIO TRANSMITTER DRIVER
5923 M: Hans Verkuil <hverkuil@xs4all.nl>
5924 L: linux-media@vger.kernel.org
5925 T: git git://linuxtv.org/media_tree.git
5926 W: http://linuxtv.org
5927 S: Maintained
5928 F: drivers/media/radio/radio-keene*
5929
5930 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5931 M: Ian Kent <raven@themaw.net>
5932 L: autofs@vger.kernel.org
5933 S: Maintained
5934 F: fs/autofs4/
5935
5936 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5937 M: Michal Marek <mmarek@suse.com>
5938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5940 L: linux-kbuild@vger.kernel.org
5941 S: Maintained
5942 F: Documentation/kbuild/
5943 F: Makefile
5944 F: scripts/Makefile.*
5945 F: scripts/basic/
5946 F: scripts/mk*
5947 F: scripts/package/
5948
5949 KERNEL JANITORS
5950 L: kernel-janitors@vger.kernel.org
5951 W: http://kernelnewbies.org/KernelJanitors
5952 S: Odd Fixes
5953
5954 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5955 M: "J. Bruce Fields" <bfields@fieldses.org>
5956 M: Jeff Layton <jlayton@poochiereds.net>
5957 L: linux-nfs@vger.kernel.org
5958 W: http://nfs.sourceforge.net/
5959 S: Supported
5960 F: fs/nfsd/
5961 F: include/uapi/linux/nfsd/
5962 F: fs/lockd/
5963 F: fs/nfs_common/
5964 F: net/sunrpc/
5965 F: include/linux/lockd/
5966 F: include/linux/sunrpc/
5967 F: include/uapi/linux/sunrpc/
5968
5969 KERNEL SELFTEST FRAMEWORK
5970 M: Shuah Khan <shuahkh@osg.samsung.com>
5971 L: linux-api@vger.kernel.org
5972 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5973 S: Maintained
5974 F: tools/testing/selftests
5975
5976 KERNEL VIRTUAL MACHINE (KVM)
5977 M: Gleb Natapov <gleb@kernel.org>
5978 M: Paolo Bonzini <pbonzini@redhat.com>
5979 L: kvm@vger.kernel.org
5980 W: http://www.linux-kvm.org
5981 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5982 S: Supported
5983 F: Documentation/*/kvm*.txt
5984 F: Documentation/virtual/kvm/
5985 F: arch/*/kvm/
5986 F: arch/x86/kernel/kvm.c
5987 F: arch/x86/kernel/kvmclock.c
5988 F: arch/*/include/asm/kvm*
5989 F: include/linux/kvm*
5990 F: include/uapi/linux/kvm*
5991 F: virt/kvm/
5992
5993 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5994 M: Joerg Roedel <joro@8bytes.org>
5995 L: kvm@vger.kernel.org
5996 W: http://www.linux-kvm.org/
5997 S: Maintained
5998 F: arch/x86/include/asm/svm.h
5999 F: arch/x86/kvm/svm.c
6000
6001 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6002 M: Alexander Graf <agraf@suse.com>
6003 L: kvm-ppc@vger.kernel.org
6004 W: http://www.linux-kvm.org/
6005 T: git git://github.com/agraf/linux-2.6.git
6006 S: Supported
6007 F: arch/powerpc/include/asm/kvm*
6008 F: arch/powerpc/kvm/
6009
6010 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6011 M: Christian Borntraeger <borntraeger@de.ibm.com>
6012 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6013 L: linux-s390@vger.kernel.org
6014 W: http://www.ibm.com/developerworks/linux/linux390/
6015 S: Supported
6016 F: Documentation/s390/kvm.txt
6017 F: arch/s390/include/asm/kvm*
6018 F: arch/s390/kvm/
6019
6020 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6021 M: Christoffer Dall <christoffer.dall@linaro.org>
6022 M: Marc Zyngier <marc.zyngier@arm.com>
6023 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6024 L: kvmarm@lists.cs.columbia.edu
6025 W: http://systems.cs.columbia.edu/projects/kvm-arm
6026 S: Supported
6027 F: arch/arm/include/uapi/asm/kvm*
6028 F: arch/arm/include/asm/kvm*
6029 F: arch/arm/kvm/
6030 F: virt/kvm/arm/
6031 F: include/kvm/arm_*
6032
6033 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6034 M: Christoffer Dall <christoffer.dall@linaro.org>
6035 M: Marc Zyngier <marc.zyngier@arm.com>
6036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6037 L: kvmarm@lists.cs.columbia.edu
6038 S: Maintained
6039 F: arch/arm64/include/uapi/asm/kvm*
6040 F: arch/arm64/include/asm/kvm*
6041 F: arch/arm64/kvm/
6042
6043 KEXEC
6044 M: Eric Biederman <ebiederm@xmission.com>
6045 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6046 L: kexec@lists.infradead.org
6047 S: Maintained
6048 F: include/linux/kexec.h
6049 F: include/uapi/linux/kexec.h
6050 F: kernel/kexec.c
6051
6052 KEYS/KEYRINGS:
6053 M: David Howells <dhowells@redhat.com>
6054 L: keyrings@vger.kernel.org
6055 S: Maintained
6056 F: Documentation/security/keys.txt
6057 F: include/linux/key.h
6058 F: include/linux/key-type.h
6059 F: include/keys/
6060 F: security/keys/
6061
6062 KEYS-TRUSTED
6063 M: David Safford <safford@us.ibm.com>
6064 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6065 L: linux-security-module@vger.kernel.org
6066 L: keyrings@vger.kernel.org
6067 S: Supported
6068 F: Documentation/security/keys-trusted-encrypted.txt
6069 F: include/keys/trusted-type.h
6070 F: security/keys/trusted.c
6071 F: security/keys/trusted.h
6072
6073 KEYS-ENCRYPTED
6074 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6075 M: David Safford <safford@us.ibm.com>
6076 L: linux-security-module@vger.kernel.org
6077 L: keyrings@vger.kernel.org
6078 S: Supported
6079 F: Documentation/security/keys-trusted-encrypted.txt
6080 F: include/keys/encrypted-type.h
6081 F: security/keys/encrypted-keys/
6082
6083 KGDB / KDB /debug_core
6084 M: Jason Wessel <jason.wessel@windriver.com>
6085 W: http://kgdb.wiki.kernel.org/
6086 L: kgdb-bugreport@lists.sourceforge.net
6087 S: Maintained
6088 F: Documentation/DocBook/kgdb.tmpl
6089 F: drivers/misc/kgdbts.c
6090 F: drivers/tty/serial/kgdboc.c
6091 F: include/linux/kdb.h
6092 F: include/linux/kgdb.h
6093 F: kernel/debug/
6094
6095 KMEMCHECK
6096 M: Vegard Nossum <vegardno@ifi.uio.no>
6097 M: Pekka Enberg <penberg@kernel.org>
6098 S: Maintained
6099 F: Documentation/kmemcheck.txt
6100 F: arch/x86/include/asm/kmemcheck.h
6101 F: arch/x86/mm/kmemcheck/
6102 F: include/linux/kmemcheck.h
6103 F: mm/kmemcheck.c
6104
6105 KMEMLEAK
6106 M: Catalin Marinas <catalin.marinas@arm.com>
6107 S: Maintained
6108 F: Documentation/kmemleak.txt
6109 F: include/linux/kmemleak.h
6110 F: mm/kmemleak.c
6111 F: mm/kmemleak-test.c
6112
6113 KPROBES
6114 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6115 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6116 M: "David S. Miller" <davem@davemloft.net>
6117 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6118 S: Maintained
6119 F: Documentation/kprobes.txt
6120 F: include/linux/kprobes.h
6121 F: kernel/kprobes.c
6122
6123 KS0108 LCD CONTROLLER DRIVER
6124 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6125 W: http://miguelojeda.es/auxdisplay.htm
6126 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6127 S: Maintained
6128 F: Documentation/auxdisplay/ks0108
6129 F: drivers/auxdisplay/ks0108.c
6130 F: include/linux/ks0108.h
6131
6132 L3MDEV
6133 M: David Ahern <dsa@cumulusnetworks.com>
6134 L: netdev@vger.kernel.org
6135 S: Maintained
6136 F: net/l3mdev
6137 F: include/net/l3mdev.h
6138
6139 LAPB module
6140 L: linux-x25@vger.kernel.org
6141 S: Orphan
6142 F: Documentation/networking/lapb-module.txt
6143 F: include/*/lapb.h
6144 F: net/lapb/
6145
6146 LASI 53c700 driver for PARISC
6147 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6148 L: linux-scsi@vger.kernel.org
6149 S: Maintained
6150 F: Documentation/scsi/53c700.txt
6151 F: drivers/scsi/53c700*
6152
6153 LED SUBSYSTEM
6154 M: Richard Purdie <rpurdie@rpsys.net>
6155 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6156 L: linux-leds@vger.kernel.org
6157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6158 S: Maintained
6159 F: drivers/leds/
6160 F: include/linux/leds.h
6161
6162 LEGACY EEPROM DRIVER
6163 M: Jean Delvare <jdelvare@suse.com>
6164 S: Maintained
6165 F: Documentation/misc-devices/eeprom
6166 F: drivers/misc/eeprom/eeprom.c
6167
6168 LEGO USB Tower driver
6169 M: Juergen Stuber <starblue@users.sourceforge.net>
6170 L: legousb-devel@lists.sourceforge.net
6171 W: http://legousb.sourceforge.net/
6172 S: Maintained
6173 F: drivers/usb/misc/legousbtower.c
6174
6175 LG2160 MEDIA DRIVER
6176 M: Michael Krufky <mkrufky@linuxtv.org>
6177 L: linux-media@vger.kernel.org
6178 W: http://linuxtv.org/
6179 W: http://github.com/mkrufky
6180 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6181 T: git git://linuxtv.org/mkrufky/tuners.git
6182 S: Maintained
6183 F: drivers/media/dvb-frontends/lg2160.*
6184
6185 LGDT3305 MEDIA DRIVER
6186 M: Michael Krufky <mkrufky@linuxtv.org>
6187 L: linux-media@vger.kernel.org
6188 W: http://linuxtv.org/
6189 W: http://github.com/mkrufky
6190 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6191 T: git git://linuxtv.org/mkrufky/tuners.git
6192 S: Maintained
6193 F: drivers/media/dvb-frontends/lgdt3305.*
6194
6195 LGUEST
6196 M: Rusty Russell <rusty@rustcorp.com.au>
6197 L: lguest@lists.ozlabs.org
6198 W: http://lguest.ozlabs.org/
6199 S: Odd Fixes
6200 F: arch/x86/include/asm/lguest*.h
6201 F: arch/x86/lguest/
6202 F: drivers/lguest/
6203 F: include/linux/lguest*.h
6204 F: tools/lguest/
6205
6206 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6207 M: Tejun Heo <tj@kernel.org>
6208 L: linux-ide@vger.kernel.org
6209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6210 S: Maintained
6211 F: drivers/ata/
6212 F: include/linux/ata.h
6213 F: include/linux/libata.h
6214
6215 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6216 M: Viresh Kumar <vireshk@kernel.org>
6217 L: linux-ide@vger.kernel.org
6218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6219 S: Maintained
6220 F: include/linux/pata_arasan_cf_data.h
6221 F: drivers/ata/pata_arasan_cf.c
6222
6223 LIBATA PATA DRIVERS
6224 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6225 M: Tejun Heo <tj@kernel.org>
6226 L: linux-ide@vger.kernel.org
6227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6228 S: Maintained
6229 F: drivers/ata/pata_*.c
6230 F: drivers/ata/ata_generic.c
6231
6232 LIBATA SATA AHCI PLATFORM devices support
6233 M: Hans de Goede <hdegoede@redhat.com>
6234 M: Tejun Heo <tj@kernel.org>
6235 L: linux-ide@vger.kernel.org
6236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6237 S: Maintained
6238 F: drivers/ata/ahci_platform.c
6239 F: drivers/ata/libahci_platform.c
6240 F: include/linux/ahci_platform.h
6241
6242 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6243 M: Mikael Pettersson <mikpelinux@gmail.com>
6244 L: linux-ide@vger.kernel.org
6245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6246 S: Maintained
6247 F: drivers/ata/sata_promise.*
6248
6249 LIBLOCKDEP
6250 M: Sasha Levin <sasha.levin@oracle.com>
6251 S: Maintained
6252 F: tools/lib/lockdep/
6253
6254 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6255 M: Dan Williams <dan.j.williams@intel.com>
6256 L: linux-nvdimm@lists.01.org
6257 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6258 S: Supported
6259 F: drivers/nvdimm/*
6260 F: include/linux/nd.h
6261 F: include/linux/libnvdimm.h
6262 F: include/uapi/linux/ndctl.h
6263
6264 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6265 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6266 L: linux-nvdimm@lists.01.org
6267 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6268 S: Supported
6269 F: drivers/nvdimm/blk.c
6270 F: drivers/nvdimm/region_devs.c
6271 F: drivers/acpi/nfit*
6272
6273 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6274 M: Vishal Verma <vishal.l.verma@intel.com>
6275 L: linux-nvdimm@lists.01.org
6276 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6277 S: Supported
6278 F: drivers/nvdimm/btt*
6279
6280 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6281 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6282 L: linux-nvdimm@lists.01.org
6283 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6284 S: Supported
6285 F: drivers/nvdimm/pmem.c
6286 F: include/linux/pmem.h
6287 F: arch/*/include/asm/pmem.h
6288
6289 LIGHTNVM PLATFORM SUPPORT
6290 M: Matias Bjorling <mb@lightnvm.io>
6291 W: http://github/OpenChannelSSD
6292 S: Maintained
6293 F: drivers/lightnvm/
6294 F: include/linux/lightnvm.h
6295 F: include/uapi/linux/lightnvm.h
6296
6297 LINUX FOR IBM pSERIES (RS/6000)
6298 M: Paul Mackerras <paulus@au.ibm.com>
6299 W: http://www.ibm.com/linux/ltc/projects/ppc
6300 S: Supported
6301 F: arch/powerpc/boot/rs6000.h
6302
6303 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6304 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6305 M: Paul Mackerras <paulus@samba.org>
6306 M: Michael Ellerman <mpe@ellerman.id.au>
6307 W: http://www.penguinppc.org/
6308 L: linuxppc-dev@lists.ozlabs.org
6309 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6311 S: Supported
6312 F: Documentation/powerpc/
6313 F: arch/powerpc/
6314
6315 LINUX FOR POWER MACINTOSH
6316 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6317 W: http://www.penguinppc.org/
6318 L: linuxppc-dev@lists.ozlabs.org
6319 S: Maintained
6320 F: arch/powerpc/platforms/powermac/
6321 F: drivers/macintosh/
6322
6323 LINUX FOR POWERPC EMBEDDED MPC5XXX
6324 M: Anatolij Gustschin <agust@denx.de>
6325 L: linuxppc-dev@lists.ozlabs.org
6326 T: git git://git.denx.de/linux-denx-agust.git
6327 S: Maintained
6328 F: arch/powerpc/platforms/512x/
6329 F: arch/powerpc/platforms/52xx/
6330
6331 LINUX FOR POWERPC EMBEDDED PPC4XX
6332 M: Alistair Popple <alistair@popple.id.au>
6333 M: Matt Porter <mporter@kernel.crashing.org>
6334 W: http://www.penguinppc.org/
6335 L: linuxppc-dev@lists.ozlabs.org
6336 S: Maintained
6337 F: arch/powerpc/platforms/40x/
6338 F: arch/powerpc/platforms/44x/
6339
6340 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6341 L: linuxppc-dev@lists.ozlabs.org
6342 S: Orphan
6343 F: arch/powerpc/*/*virtex*
6344 F: arch/powerpc/*/*/*virtex*
6345
6346 LINUX FOR POWERPC EMBEDDED PPC8XX
6347 M: Vitaly Bordug <vitb@kernel.crashing.org>
6348 W: http://www.penguinppc.org/
6349 L: linuxppc-dev@lists.ozlabs.org
6350 S: Maintained
6351 F: arch/powerpc/platforms/8xx/
6352
6353 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6354 M: Scott Wood <scottwood@freescale.com>
6355 M: Kumar Gala <galak@kernel.crashing.org>
6356 W: http://www.penguinppc.org/
6357 L: linuxppc-dev@lists.ozlabs.org
6358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6359 S: Maintained
6360 F: arch/powerpc/platforms/83xx/
6361 F: arch/powerpc/platforms/85xx/
6362
6363 LINUX FOR POWERPC PA SEMI PWRFICIENT
6364 M: Olof Johansson <olof@lixom.net>
6365 L: linuxppc-dev@lists.ozlabs.org
6366 S: Maintained
6367 F: arch/powerpc/platforms/pasemi/
6368 F: drivers/*/*pasemi*
6369 F: drivers/*/*/*pasemi*
6370
6371 LINUX SECURITY MODULE (LSM) FRAMEWORK
6372 M: Chris Wright <chrisw@sous-sol.org>
6373 L: linux-security-module@vger.kernel.org
6374 S: Supported
6375
6376 LIS3LV02D ACCELEROMETER DRIVER
6377 M: Eric Piel <eric.piel@tremplin-utc.net>
6378 S: Maintained
6379 F: Documentation/misc-devices/lis3lv02d
6380 F: drivers/misc/lis3lv02d/
6381 F: drivers/platform/x86/hp_accel.c
6382
6383 LIVE PATCHING
6384 M: Josh Poimboeuf <jpoimboe@redhat.com>
6385 M: Seth Jennings <sjenning@redhat.com>
6386 M: Jiri Kosina <jikos@kernel.org>
6387 M: Vojtech Pavlik <vojtech@suse.com>
6388 S: Maintained
6389 F: kernel/livepatch/
6390 F: include/linux/livepatch.h
6391 F: arch/x86/include/asm/livepatch.h
6392 F: arch/x86/kernel/livepatch.c
6393 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6394 F: samples/livepatch/
6395 L: live-patching@vger.kernel.org
6396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6397
6398 LLC (802.2)
6399 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6400 S: Maintained
6401 F: include/linux/llc.h
6402 F: include/uapi/linux/llc.h
6403 F: include/net/llc*
6404 F: net/llc/
6405
6406 LM73 HARDWARE MONITOR DRIVER
6407 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6408 L: lm-sensors@lm-sensors.org
6409 S: Maintained
6410 F: drivers/hwmon/lm73.c
6411
6412 LM78 HARDWARE MONITOR DRIVER
6413 M: Jean Delvare <jdelvare@suse.com>
6414 L: lm-sensors@lm-sensors.org
6415 S: Maintained
6416 F: Documentation/hwmon/lm78
6417 F: drivers/hwmon/lm78.c
6418
6419 LM83 HARDWARE MONITOR DRIVER
6420 M: Jean Delvare <jdelvare@suse.com>
6421 L: lm-sensors@lm-sensors.org
6422 S: Maintained
6423 F: Documentation/hwmon/lm83
6424 F: drivers/hwmon/lm83.c
6425
6426 LM90 HARDWARE MONITOR DRIVER
6427 M: Jean Delvare <jdelvare@suse.com>
6428 L: lm-sensors@lm-sensors.org
6429 S: Maintained
6430 F: Documentation/hwmon/lm90
6431 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6432 F: drivers/hwmon/lm90.c
6433
6434 LM95234 HARDWARE MONITOR DRIVER
6435 M: Guenter Roeck <linux@roeck-us.net>
6436 L: lm-sensors@lm-sensors.org
6437 S: Maintained
6438 F: Documentation/hwmon/lm95234
6439 F: drivers/hwmon/lm95234.c
6440
6441 LME2510 MEDIA DRIVER
6442 M: Malcolm Priestley <tvboxspy@gmail.com>
6443 L: linux-media@vger.kernel.org
6444 W: http://linuxtv.org/
6445 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6446 S: Maintained
6447 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6448
6449 LOCKDEP AND LOCKSTAT
6450 M: Peter Zijlstra <peterz@infradead.org>
6451 M: Ingo Molnar <mingo@redhat.com>
6452 L: linux-kernel@vger.kernel.org
6453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6454 S: Maintained
6455 F: Documentation/locking/lockdep*.txt
6456 F: Documentation/locking/lockstat.txt
6457 F: include/linux/lockdep.h
6458 F: kernel/locking/
6459
6460 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6461 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6462 L: linux-ntfs-dev@lists.sourceforge.net
6463 W: http://www.linux-ntfs.org/content/view/19/37/
6464 S: Maintained
6465 F: Documentation/ldm.txt
6466 F: block/partitions/ldm.*
6467
6468 LogFS
6469 M: Joern Engel <joern@logfs.org>
6470 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6471 L: logfs@logfs.org
6472 W: logfs.org
6473 S: Maintained
6474 F: fs/logfs/
6475
6476 LPC32XX MACHINE SUPPORT
6477 M: Roland Stigge <stigge@antcom.de>
6478 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6479 S: Maintained
6480 F: arch/arm/mach-lpc32xx/
6481
6482 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6483 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6484 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6485 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6486 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6487 L: MPT-FusionLinux.pdl@avagotech.com
6488 L: linux-scsi@vger.kernel.org
6489 W: http://www.lsilogic.com/support
6490 S: Supported
6491 F: drivers/message/fusion/
6492 F: drivers/scsi/mpt2sas/
6493 F: drivers/scsi/mpt3sas/
6494
6495 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6496 M: Matthew Wilcox <matthew@wil.cx>
6497 L: linux-scsi@vger.kernel.org
6498 S: Maintained
6499 F: drivers/scsi/sym53c8xx_2/
6500
6501 LTC4261 HARDWARE MONITOR DRIVER
6502 M: Guenter Roeck <linux@roeck-us.net>
6503 L: lm-sensors@lm-sensors.org
6504 S: Maintained
6505 F: Documentation/hwmon/ltc4261
6506 F: drivers/hwmon/ltc4261.c
6507
6508 LTP (Linux Test Project)
6509 M: Mike Frysinger <vapier@gentoo.org>
6510 M: Cyril Hrubis <chrubis@suse.cz>
6511 M: Wanlong Gao <wanlong.gao@gmail.com>
6512 M: Jan Stancek <jstancek@redhat.com>
6513 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6514 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6515 L: ltp@lists.linux.it (subscribers-only)
6516 W: http://linux-test-project.github.io/
6517 T: git git://github.com/linux-test-project/ltp.git
6518 S: Maintained
6519
6520 M32R ARCHITECTURE
6521 W: http://www.linux-m32r.org/
6522 S: Orphan
6523 F: arch/m32r/
6524
6525 M68K ARCHITECTURE
6526 M: Geert Uytterhoeven <geert@linux-m68k.org>
6527 L: linux-m68k@lists.linux-m68k.org
6528 W: http://www.linux-m68k.org/
6529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6530 S: Maintained
6531 F: arch/m68k/
6532 F: drivers/zorro/
6533
6534 M68K ON APPLE MACINTOSH
6535 M: Joshua Thompson <funaho@jurai.org>
6536 W: http://www.mac.linux-m68k.org/
6537 L: linux-m68k@lists.linux-m68k.org
6538 S: Maintained
6539 F: arch/m68k/mac/
6540
6541 M68K ON HP9000/300
6542 M: Philip Blundell <philb@gnu.org>
6543 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6544 S: Maintained
6545 F: arch/m68k/hp300/
6546
6547 M88DS3103 MEDIA DRIVER
6548 M: Antti Palosaari <crope@iki.fi>
6549 L: linux-media@vger.kernel.org
6550 W: http://linuxtv.org/
6551 W: http://palosaari.fi/linux/
6552 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6553 T: git git://linuxtv.org/anttip/media_tree.git
6554 S: Maintained
6555 F: drivers/media/dvb-frontends/m88ds3103*
6556
6557 M88RS2000 MEDIA DRIVER
6558 M: Malcolm Priestley <tvboxspy@gmail.com>
6559 L: linux-media@vger.kernel.org
6560 W: http://linuxtv.org/
6561 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6562 S: Maintained
6563 F: drivers/media/dvb-frontends/m88rs2000*
6564
6565 MA901 MASTERKIT USB FM RADIO DRIVER
6566 M: Alexey Klimov <klimov.linux@gmail.com>
6567 L: linux-media@vger.kernel.org
6568 T: git git://linuxtv.org/media_tree.git
6569 S: Maintained
6570 F: drivers/media/radio/radio-ma901.c
6571
6572 MAC80211
6573 M: Johannes Berg <johannes@sipsolutions.net>
6574 L: linux-wireless@vger.kernel.org
6575 W: http://wireless.kernel.org/
6576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6578 S: Maintained
6579 F: Documentation/networking/mac80211-injection.txt
6580 F: include/net/mac80211.h
6581 F: net/mac80211/
6582
6583 MACVLAN DRIVER
6584 M: Patrick McHardy <kaber@trash.net>
6585 L: netdev@vger.kernel.org
6586 S: Maintained
6587 F: drivers/net/macvlan.c
6588 F: include/linux/if_macvlan.h
6589
6590 MAILBOX API
6591 M: Jassi Brar <jassisinghbrar@gmail.com>
6592 L: linux-kernel@vger.kernel.org
6593 S: Maintained
6594 F: drivers/mailbox/
6595 F: include/linux/mailbox_client.h
6596 F: include/linux/mailbox_controller.h
6597
6598 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6599 M: Michael Kerrisk <mtk.manpages@gmail.com>
6600 W: http://www.kernel.org/doc/man-pages
6601 L: linux-man@vger.kernel.org
6602 S: Maintained
6603
6604 MARVELL ARMADA DRM SUPPORT
6605 M: Russell King <rmk+kernel@arm.linux.org.uk>
6606 S: Maintained
6607 F: drivers/gpu/drm/armada/
6608
6609 MARVELL 88E6352 DSA support
6610 M: Guenter Roeck <linux@roeck-us.net>
6611 S: Maintained
6612 F: drivers/net/dsa/mv88e6352.c
6613
6614 MARVELL CRYPTO DRIVER
6615 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6616 M: Arnaud Ebalard <arno@natisbad.org>
6617 F: drivers/crypto/marvell/
6618 S: Maintained
6619 L: linux-crypto@vger.kernel.org
6620
6621 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6622 M: Mirko Lindner <mlindner@marvell.com>
6623 M: Stephen Hemminger <stephen@networkplumber.org>
6624 L: netdev@vger.kernel.org
6625 S: Maintained
6626 F: drivers/net/ethernet/marvell/sk*
6627
6628 MARVELL LIBERTAS WIRELESS DRIVER
6629 L: libertas-dev@lists.infradead.org
6630 S: Orphan
6631 F: drivers/net/wireless/libertas/
6632
6633 MARVELL MV643XX ETHERNET DRIVER
6634 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6635 L: netdev@vger.kernel.org
6636 S: Maintained
6637 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6638 F: include/linux/mv643xx.h
6639
6640 MARVELL MVNETA ETHERNET DRIVER
6641 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6642 L: netdev@vger.kernel.org
6643 S: Maintained
6644 F: drivers/net/ethernet/marvell/mvneta.*
6645
6646 MARVELL MWIFIEX WIRELESS DRIVER
6647 M: Amitkumar Karwar <akarwar@marvell.com>
6648 M: Nishant Sarmukadam <nishants@marvell.com>
6649 L: linux-wireless@vger.kernel.org
6650 S: Maintained
6651 F: drivers/net/wireless/mwifiex/
6652
6653 MARVELL MWL8K WIRELESS DRIVER
6654 M: Lennert Buytenhek <buytenh@wantstofly.org>
6655 L: linux-wireless@vger.kernel.org
6656 S: Odd Fixes
6657 F: drivers/net/wireless/mwl8k.c
6658
6659 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6660 M: Nicolas Pitre <nico@fluxnic.net>
6661 S: Odd Fixes
6662 F: drivers/mmc/host/mvsdio.*
6663
6664 MATROX FRAMEBUFFER DRIVER
6665 L: linux-fbdev@vger.kernel.org
6666 S: Orphan
6667 F: drivers/video/fbdev/matrox/matroxfb_*
6668 F: include/uapi/linux/matroxfb.h
6669
6670 MAX16065 HARDWARE MONITOR DRIVER
6671 M: Guenter Roeck <linux@roeck-us.net>
6672 L: lm-sensors@lm-sensors.org
6673 S: Maintained
6674 F: Documentation/hwmon/max16065
6675 F: drivers/hwmon/max16065.c
6676
6677 MAX20751 HARDWARE MONITOR DRIVER
6678 M: Guenter Roeck <linux@roeck-us.net>
6679 L: lm-sensors@lm-sensors.org
6680 S: Maintained
6681 F: Documentation/hwmon/max20751
6682 F: drivers/hwmon/max20751.c
6683
6684 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6685 M: "Hans J. Koch" <hjk@hansjkoch.de>
6686 L: lm-sensors@lm-sensors.org
6687 S: Maintained
6688 F: Documentation/hwmon/max6650
6689 F: drivers/hwmon/max6650.c
6690
6691 MAX6697 HARDWARE MONITOR DRIVER
6692 M: Guenter Roeck <linux@roeck-us.net>
6693 L: lm-sensors@lm-sensors.org
6694 S: Maintained
6695 F: Documentation/hwmon/max6697
6696 F: Documentation/devicetree/bindings/i2c/max6697.txt
6697 F: drivers/hwmon/max6697.c
6698 F: include/linux/platform_data/max6697.h
6699
6700 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6701 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6702 L: linux-pm@vger.kernel.org
6703 S: Supported
6704 F: drivers/power/max14577_charger.c
6705 F: drivers/power/max77693_charger.c
6706
6707 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6708 M: Javier Martinez Canillas <javier@osg.samsung.com>
6709 L: linux-kernel@vger.kernel.org
6710 S: Supported
6711 F: drivers/*/*max77802.c
6712 F: Documentation/devicetree/bindings/*/*max77802.txt
6713 F: include/dt-bindings/*/*max77802.h
6714
6715 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6716 M: Chanwoo Choi <cw00.choi@samsung.com>
6717 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6718 L: linux-kernel@vger.kernel.org
6719 S: Supported
6720 F: drivers/*/max14577.c
6721 F: drivers/*/max77686.c
6722 F: drivers/*/max77693.c
6723 F: drivers/extcon/extcon-max14577.c
6724 F: drivers/extcon/extcon-max77693.c
6725 F: drivers/rtc/rtc-max77686.c
6726 F: drivers/clk/clk-max77686.c
6727 F: Documentation/devicetree/bindings/mfd/max14577.txt
6728 F: Documentation/devicetree/bindings/*/max77686.txt
6729 F: Documentation/devicetree/bindings/mfd/max77693.txt
6730 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6731 F: include/linux/mfd/max14577*.h
6732 F: include/linux/mfd/max77686*.h
6733 F: include/linux/mfd/max77693*.h
6734
6735 MAXIRADIO FM RADIO RECEIVER DRIVER
6736 M: Hans Verkuil <hverkuil@xs4all.nl>
6737 L: linux-media@vger.kernel.org
6738 T: git git://linuxtv.org/media_tree.git
6739 W: http://linuxtv.org
6740 S: Maintained
6741 F: drivers/media/radio/radio-maxiradio*
6742
6743 MEDIA DRIVERS FOR RENESAS - VSP1
6744 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6745 L: linux-media@vger.kernel.org
6746 L: linux-sh@vger.kernel.org
6747 T: git git://linuxtv.org/media_tree.git
6748 S: Supported
6749 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6750 F: drivers/media/platform/vsp1/
6751
6752 MEDIA DRIVERS FOR ASCOT2E
6753 M: Sergey Kozlov <serjk@netup.ru>
6754 L: linux-media@vger.kernel.org
6755 W: http://linuxtv.org
6756 W: http://netup.tv/
6757 T: git git://linuxtv.org/media_tree.git
6758 S: Supported
6759 F: drivers/media/dvb-frontends/ascot2e*
6760
6761 MEDIA DRIVERS FOR CXD2841ER
6762 M: Sergey Kozlov <serjk@netup.ru>
6763 L: linux-media@vger.kernel.org
6764 W: http://linuxtv.org/
6765 W: http://netup.tv/
6766 T: git git://linuxtv.org/media_tree.git
6767 S: Supported
6768 F: drivers/media/dvb-frontends/cxd2841er*
6769
6770 MEDIA DRIVERS FOR HORUS3A
6771 M: Sergey Kozlov <serjk@netup.ru>
6772 L: linux-media@vger.kernel.org
6773 W: http://linuxtv.org/
6774 W: http://netup.tv/
6775 T: git git://linuxtv.org/media_tree.git
6776 S: Supported
6777 F: drivers/media/dvb-frontends/horus3a*
6778
6779 MEDIA DRIVERS FOR LNBH25
6780 M: Sergey Kozlov <serjk@netup.ru>
6781 L: linux-media@vger.kernel.org
6782 W: http://linuxtv.org/
6783 W: http://netup.tv/
6784 T: git git://linuxtv.org/media_tree.git
6785 S: Supported
6786 F: drivers/media/dvb-frontends/lnbh25*
6787
6788 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6789 M: Sergey Kozlov <serjk@netup.ru>
6790 L: linux-media@vger.kernel.org
6791 W: http://linuxtv.org/
6792 W: http://netup.tv/
6793 T: git git://linuxtv.org/media_tree.git
6794 S: Supported
6795 F: drivers/media/pci/netup_unidvb/*
6796
6797 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6798 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6799 P: LinuxTV.org Project
6800 L: linux-media@vger.kernel.org
6801 W: http://linuxtv.org
6802 Q: http://patchwork.kernel.org/project/linux-media/list/
6803 T: git git://linuxtv.org/media_tree.git
6804 S: Maintained
6805 F: Documentation/dvb/
6806 F: Documentation/video4linux/
6807 F: Documentation/DocBook/media/
6808 F: drivers/media/
6809 F: drivers/staging/media/
6810 F: include/media/
6811 F: include/uapi/linux/dvb/
6812 F: include/uapi/linux/videodev2.h
6813 F: include/uapi/linux/media.h
6814 F: include/uapi/linux/v4l2-*
6815 F: include/uapi/linux/meye.h
6816 F: include/uapi/linux/ivtv*
6817 F: include/uapi/linux/uvcvideo.h
6818
6819 MEDIATEK MT7601U WIRELESS LAN DRIVER
6820 M: Jakub Kicinski <kubakici@wp.pl>
6821 L: linux-wireless@vger.kernel.org
6822 S: Maintained
6823 F: drivers/net/wireless/mediatek/mt7601u/
6824
6825 MEGARAID SCSI/SAS DRIVERS
6826 M: Kashyap Desai <kashyap.desai@avagotech.com>
6827 M: Sumit Saxena <sumit.saxena@avagotech.com>
6828 M: Uday Lingala <uday.lingala@avagotech.com>
6829 L: megaraidlinux.pdl@avagotech.com
6830 L: linux-scsi@vger.kernel.org
6831 W: http://www.lsi.com
6832 S: Maintained
6833 F: Documentation/scsi/megaraid.txt
6834 F: drivers/scsi/megaraid.*
6835 F: drivers/scsi/megaraid/
6836
6837 MELLANOX ETHERNET DRIVER (mlx4_en)
6838 M: Amir Vadai <amirv@mellanox.com>
6839 L: netdev@vger.kernel.org
6840 S: Supported
6841 W: http://www.mellanox.com
6842 Q: http://patchwork.ozlabs.org/project/netdev/list/
6843 F: drivers/net/ethernet/mellanox/mlx4/en_*
6844
6845 MELLANOX ETHERNET SWITCH DRIVERS
6846 M: Jiri Pirko <jiri@mellanox.com>
6847 M: Ido Schimmel <idosch@mellanox.com>
6848 L: netdev@vger.kernel.org
6849 S: Supported
6850 W: http://www.mellanox.com
6851 Q: http://patchwork.ozlabs.org/project/netdev/list/
6852 F: drivers/net/ethernet/mellanox/mlxsw/
6853
6854 MEMBARRIER SUPPORT
6855 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6856 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6857 L: linux-kernel@vger.kernel.org
6858 S: Supported
6859 F: kernel/membarrier.c
6860 F: include/uapi/linux/membarrier.h
6861
6862 MEMORY MANAGEMENT
6863 L: linux-mm@kvack.org
6864 W: http://www.linux-mm.org
6865 S: Maintained
6866 F: include/linux/mm.h
6867 F: include/linux/gfp.h
6868 F: include/linux/mmzone.h
6869 F: include/linux/memory_hotplug.h
6870 F: include/linux/vmalloc.h
6871 F: mm/
6872
6873 MEMORY TECHNOLOGY DEVICES (MTD)
6874 M: David Woodhouse <dwmw2@infradead.org>
6875 M: Brian Norris <computersforpeace@gmail.com>
6876 L: linux-mtd@lists.infradead.org
6877 W: http://www.linux-mtd.infradead.org/
6878 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6879 T: git git://git.infradead.org/linux-mtd.git
6880 T: git git://git.infradead.org/l2-mtd.git
6881 S: Maintained
6882 F: drivers/mtd/
6883 F: include/linux/mtd/
6884 F: include/uapi/mtd/
6885
6886 MEN A21 WATCHDOG DRIVER
6887 M: Johannes Thumshirn <morbidrsa@gmail.com>
6888 L: linux-watchdog@vger.kernel.org
6889 S: Maintained
6890 F: drivers/watchdog/mena21_wdt.c
6891
6892 MEN CHAMELEON BUS (mcb)
6893 M: Johannes Thumshirn <morbidrsa@gmail.com>
6894 S: Maintained
6895 F: drivers/mcb/
6896 F: include/linux/mcb.h
6897 F: Documentation/men-chameleon-bus.txt
6898
6899 MEN F21BMC (Board Management Controller)
6900 M: Andreas Werner <andreas.werner@men.de>
6901 S: Supported
6902 F: drivers/mfd/menf21bmc.c
6903 F: drivers/watchdog/menf21bmc_wdt.c
6904 F: drivers/leds/leds-menf21bmc.c
6905 F: drivers/hwmon/menf21bmc_hwmon.c
6906 F: Documentation/hwmon/menf21bmc
6907
6908 METAG ARCHITECTURE
6909 M: James Hogan <james.hogan@imgtec.com>
6910 L: linux-metag@vger.kernel.org
6911 S: Supported
6912 F: arch/metag/
6913 F: Documentation/metag/
6914 F: Documentation/devicetree/bindings/metag/
6915 F: drivers/clocksource/metag_generic.c
6916 F: drivers/irqchip/irq-metag.c
6917 F: drivers/irqchip/irq-metag-ext.c
6918 F: drivers/tty/metag_da.c
6919
6920 MICROBLAZE ARCHITECTURE
6921 M: Michal Simek <monstr@monstr.eu>
6922 W: http://www.monstr.eu/fdt/
6923 T: git git://git.monstr.eu/linux-2.6-microblaze.git
6924 S: Supported
6925 F: arch/microblaze/
6926
6927 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6928 M: Chen Yu <yu.c.chen@intel.com>
6929 L: platform-driver-x86@vger.kernel.org
6930 S: Supported
6931 F: drivers/platform/x86/surfacepro3_button.c
6932
6933 MICROTEK X6 SCANNER
6934 M: Oliver Neukum <oliver@neukum.org>
6935 S: Maintained
6936 F: drivers/usb/image/microtek.*
6937
6938 MIPS
6939 M: Ralf Baechle <ralf@linux-mips.org>
6940 L: linux-mips@linux-mips.org
6941 W: http://www.linux-mips.org/
6942 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6943 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
6944 S: Supported
6945 F: Documentation/mips/
6946 F: arch/mips/
6947
6948 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6949 M: Hans Verkuil <hverkuil@xs4all.nl>
6950 L: linux-media@vger.kernel.org
6951 T: git git://linuxtv.org/media_tree.git
6952 W: http://linuxtv.org
6953 S: Odd Fixes
6954 F: drivers/media/radio/radio-miropcm20*
6955
6956 Mellanox MLX5 core VPI driver
6957 M: Eli Cohen <eli@mellanox.com>
6958 L: netdev@vger.kernel.org
6959 L: linux-rdma@vger.kernel.org
6960 W: http://www.mellanox.com
6961 Q: http://patchwork.ozlabs.org/project/netdev/list/
6962 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6963 T: git git://openfabrics.org/~eli/connect-ib.git
6964 S: Supported
6965 F: drivers/net/ethernet/mellanox/mlx5/core/
6966 F: include/linux/mlx5/
6967
6968 Mellanox MLX5 IB driver
6969 M: Eli Cohen <eli@mellanox.com>
6970 L: linux-rdma@vger.kernel.org
6971 W: http://www.mellanox.com
6972 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6973 T: git git://openfabrics.org/~eli/connect-ib.git
6974 S: Supported
6975 F: include/linux/mlx5/
6976 F: drivers/infiniband/hw/mlx5/
6977
6978 MN88472 MEDIA DRIVER
6979 M: Antti Palosaari <crope@iki.fi>
6980 L: linux-media@vger.kernel.org
6981 W: http://linuxtv.org/
6982 W: http://palosaari.fi/linux/
6983 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6984 T: git git://linuxtv.org/anttip/media_tree.git
6985 S: Maintained
6986 F: drivers/staging/media/mn88472/
6987 F: drivers/media/dvb-frontends/mn88472.h
6988
6989 MN88473 MEDIA DRIVER
6990 M: Antti Palosaari <crope@iki.fi>
6991 L: linux-media@vger.kernel.org
6992 W: http://linuxtv.org/
6993 W: http://palosaari.fi/linux/
6994 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6995 T: git git://linuxtv.org/anttip/media_tree.git
6996 S: Maintained
6997 F: drivers/staging/media/mn88473/
6998 F: drivers/media/dvb-frontends/mn88473.h
6999
7000 MODULE SUPPORT
7001 M: Rusty Russell <rusty@rustcorp.com.au>
7002 S: Maintained
7003 F: include/linux/module.h
7004 F: kernel/module.c
7005
7006 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7007 W: http://popies.net/meye/
7008 S: Orphan
7009 F: Documentation/video4linux/meye.txt
7010 F: drivers/media/pci/meye/
7011 F: include/uapi/linux/meye.h
7012
7013 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7014 M: Jiri Slaby <jirislaby@gmail.com>
7015 S: Maintained
7016 F: Documentation/serial/moxa-smartio
7017 F: drivers/tty/mxser.*
7018
7019 MR800 AVERMEDIA USB FM RADIO DRIVER
7020 M: Alexey Klimov <klimov.linux@gmail.com>
7021 L: linux-media@vger.kernel.org
7022 T: git git://linuxtv.org/media_tree.git
7023 S: Maintained
7024 F: drivers/media/radio/radio-mr800.c
7025
7026 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7027 M: Alan Ott <alan@signal11.us>
7028 L: linux-wpan@vger.kernel.org
7029 S: Maintained
7030 F: drivers/net/ieee802154/mrf24j40.c
7031 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7032
7033 MSI LAPTOP SUPPORT
7034 M: "Lee, Chun-Yi" <jlee@suse.com>
7035 L: platform-driver-x86@vger.kernel.org
7036 S: Maintained
7037 F: drivers/platform/x86/msi-laptop.c
7038
7039 MSI WMI SUPPORT
7040 L: platform-driver-x86@vger.kernel.org
7041 S: Orphan
7042 F: drivers/platform/x86/msi-wmi.c
7043
7044 MSI001 MEDIA DRIVER
7045 M: Antti Palosaari <crope@iki.fi>
7046 L: linux-media@vger.kernel.org
7047 W: http://linuxtv.org/
7048 W: http://palosaari.fi/linux/
7049 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7050 T: git git://linuxtv.org/anttip/media_tree.git
7051 S: Maintained
7052 F: drivers/media/tuners/msi001*
7053
7054 MSI2500 MEDIA DRIVER
7055 M: Antti Palosaari <crope@iki.fi>
7056 L: linux-media@vger.kernel.org
7057 W: http://linuxtv.org/
7058 W: http://palosaari.fi/linux/
7059 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7060 T: git git://linuxtv.org/anttip/media_tree.git
7061 S: Maintained
7062 F: drivers/media/usb/msi2500/
7063
7064 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7065 M: Robert Jarzmik <robert.jarzmik@free.fr>
7066 L: linux-mtd@lists.infradead.org
7067 S: Maintained
7068 F: drivers/mtd/devices/docg3*
7069
7070 MT9M032 APTINA SENSOR DRIVER
7071 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7072 L: linux-media@vger.kernel.org
7073 T: git git://linuxtv.org/media_tree.git
7074 S: Maintained
7075 F: drivers/media/i2c/mt9m032.c
7076 F: include/media/mt9m032.h
7077
7078 MT9P031 APTINA CAMERA SENSOR
7079 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7080 L: linux-media@vger.kernel.org
7081 T: git git://linuxtv.org/media_tree.git
7082 S: Maintained
7083 F: drivers/media/i2c/mt9p031.c
7084 F: include/media/mt9p031.h
7085
7086 MT9T001 APTINA CAMERA SENSOR
7087 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7088 L: linux-media@vger.kernel.org
7089 T: git git://linuxtv.org/media_tree.git
7090 S: Maintained
7091 F: drivers/media/i2c/mt9t001.c
7092 F: include/media/mt9t001.h
7093
7094 MT9V032 APTINA CAMERA SENSOR
7095 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7096 L: linux-media@vger.kernel.org
7097 T: git git://linuxtv.org/media_tree.git
7098 S: Maintained
7099 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7100 F: drivers/media/i2c/mt9v032.c
7101 F: include/media/mt9v032.h
7102
7103 MULTIFUNCTION DEVICES (MFD)
7104 M: Samuel Ortiz <sameo@linux.intel.com>
7105 M: Lee Jones <lee.jones@linaro.org>
7106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7107 S: Supported
7108 F: drivers/mfd/
7109 F: include/linux/mfd/
7110
7111 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7112 M: Ulf Hansson <ulf.hansson@linaro.org>
7113 L: linux-mmc@vger.kernel.org
7114 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7115 S: Maintained
7116 F: drivers/mmc/
7117 F: include/linux/mmc/
7118 F: include/uapi/linux/mmc/
7119
7120 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7121 S: Orphan
7122 F: drivers/mmc/host/mmc_spi.c
7123 F: include/linux/spi/mmc_spi.h
7124
7125 MULTISOUND SOUND DRIVER
7126 M: Andrew Veliath <andrewtv@usa.net>
7127 S: Maintained
7128 F: Documentation/sound/oss/MultiSound
7129 F: sound/oss/msnd*
7130
7131 MULTITECH MULTIPORT CARD (ISICOM)
7132 S: Orphan
7133 F: drivers/tty/isicom.c
7134 F: include/linux/isicom.h
7135
7136 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7137 M: Felipe Balbi <balbi@ti.com>
7138 L: linux-usb@vger.kernel.org
7139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7140 S: Maintained
7141 F: drivers/usb/musb/
7142
7143 MXL5007T MEDIA DRIVER
7144 M: Michael Krufky <mkrufky@linuxtv.org>
7145 L: linux-media@vger.kernel.org
7146 W: http://linuxtv.org/
7147 W: http://github.com/mkrufky
7148 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7149 T: git git://linuxtv.org/mkrufky/tuners.git
7150 S: Maintained
7151 F: drivers/media/tuners/mxl5007t.*
7152
7153 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7154 M: Hyong-Youb Kim <hykim@myri.com>
7155 L: netdev@vger.kernel.org
7156 W: https://www.myricom.com/support/downloads/myri10ge.html
7157 S: Supported
7158 F: drivers/net/ethernet/myricom/myri10ge/
7159
7160 NATSEMI ETHERNET DRIVER (DP8381x)
7161 S: Orphan
7162 F: drivers/net/ethernet/natsemi/natsemi.c
7163
7164 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7165 M: Daniel Mack <zonque@gmail.com>
7166 S: Maintained
7167 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7168 W: http://www.native-instruments.com
7169 F: sound/usb/caiaq/
7170
7171 NCP FILESYSTEM
7172 M: Petr Vandrovec <petr@vandrovec.name>
7173 S: Odd Fixes
7174 F: fs/ncpfs/
7175
7176 NCR 5380 SCSI DRIVERS
7177 M: Finn Thain <fthain@telegraphics.com.au>
7178 M: Michael Schmitz <schmitzmic@gmail.com>
7179 L: linux-scsi@vger.kernel.org
7180 S: Maintained
7181 F: Documentation/scsi/g_NCR5380.txt
7182 F: drivers/scsi/NCR5380.*
7183 F: drivers/scsi/arm/cumana_1.c
7184 F: drivers/scsi/arm/oak.c
7185 F: drivers/scsi/atari_NCR5380.c
7186 F: drivers/scsi/atari_scsi.*
7187 F: drivers/scsi/dmx3191d.c
7188 F: drivers/scsi/dtc.*
7189 F: drivers/scsi/g_NCR5380.*
7190 F: drivers/scsi/g_NCR5380_mmio.c
7191 F: drivers/scsi/mac_scsi.*
7192 F: drivers/scsi/pas16.*
7193 F: drivers/scsi/sun3_scsi.*
7194 F: drivers/scsi/sun3_scsi_vme.c
7195 F: drivers/scsi/t128.*
7196
7197 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7198 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7199 L: linux-scsi@vger.kernel.org
7200 S: Maintained
7201 F: drivers/scsi/NCR_D700.*
7202
7203 NCT6775 HARDWARE MONITOR DRIVER
7204 M: Guenter Roeck <linux@roeck-us.net>
7205 L: lm-sensors@lm-sensors.org
7206 S: Maintained
7207 F: Documentation/hwmon/nct6775
7208 F: drivers/hwmon/nct6775.c
7209
7210 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7211 M: Faisal Latif <faisal.latif@intel.com>
7212 L: linux-rdma@vger.kernel.org
7213 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7214 S: Supported
7215 F: drivers/infiniband/hw/nes/
7216
7217 NETEM NETWORK EMULATOR
7218 M: Stephen Hemminger <stephen@networkplumber.org>
7219 L: netem@lists.linux-foundation.org
7220 S: Maintained
7221 F: net/sched/sch_netem.c
7222
7223 NETERION 10GbE DRIVERS (s2io/vxge)
7224 M: Jon Mason <jdmason@kudzu.us>
7225 L: netdev@vger.kernel.org
7226 S: Supported
7227 F: Documentation/networking/s2io.txt
7228 F: Documentation/networking/vxge.txt
7229 F: drivers/net/ethernet/neterion/
7230
7231 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7232 M: Pablo Neira Ayuso <pablo@netfilter.org>
7233 M: Patrick McHardy <kaber@trash.net>
7234 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7235 L: netfilter-devel@vger.kernel.org
7236 L: coreteam@netfilter.org
7237 W: http://www.netfilter.org/
7238 W: http://www.iptables.org/
7239 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7242 S: Supported
7243 F: include/linux/netfilter*
7244 F: include/linux/netfilter/
7245 F: include/net/netfilter/
7246 F: include/uapi/linux/netfilter*
7247 F: include/uapi/linux/netfilter/
7248 F: net/*/netfilter.c
7249 F: net/*/netfilter/
7250 F: net/netfilter/
7251 F: net/bridge/br_netfilter*.c
7252
7253 NETLABEL
7254 M: Paul Moore <paul@paul-moore.com>
7255 W: http://netlabel.sf.net
7256 L: netdev@vger.kernel.org
7257 S: Maintained
7258 F: Documentation/netlabel/
7259 F: include/net/netlabel.h
7260 F: net/netlabel/
7261
7262 NETROM NETWORK LAYER
7263 M: Ralf Baechle <ralf@linux-mips.org>
7264 L: linux-hams@vger.kernel.org
7265 W: http://www.linux-ax25.org/
7266 S: Maintained
7267 F: include/net/netrom.h
7268 F: include/uapi/linux/netrom.h
7269 F: net/netrom/
7270
7271 NETWORK BLOCK DEVICE (NBD)
7272 M: Markus Pargmann <mpa@pengutronix.de>
7273 S: Maintained
7274 L: nbd-general@lists.sourceforge.net
7275 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7276 F: Documentation/blockdev/nbd.txt
7277 F: drivers/block/nbd.c
7278 F: include/uapi/linux/nbd.h
7279
7280 NETWORK DROP MONITOR
7281 M: Neil Horman <nhorman@tuxdriver.com>
7282 L: netdev@vger.kernel.org
7283 S: Maintained
7284 W: https://fedorahosted.org/dropwatch/
7285 F: net/core/drop_monitor.c
7286
7287 NETWORKING [GENERAL]
7288 M: "David S. Miller" <davem@davemloft.net>
7289 L: netdev@vger.kernel.org
7290 W: http://www.linuxfoundation.org/en/Net
7291 Q: http://patchwork.ozlabs.org/project/netdev/list/
7292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7294 S: Maintained
7295 F: net/
7296 F: include/net/
7297 F: include/linux/in.h
7298 F: include/linux/net.h
7299 F: include/linux/netdevice.h
7300 F: include/uapi/linux/in.h
7301 F: include/uapi/linux/net.h
7302 F: include/uapi/linux/netdevice.h
7303 F: include/uapi/linux/net_namespace.h
7304 F: tools/net/
7305 F: tools/testing/selftests/net/
7306 F: lib/random32.c
7307 F: lib/test_bpf.c
7308
7309 NETWORKING [IPv4/IPv6]
7310 M: "David S. Miller" <davem@davemloft.net>
7311 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7312 M: James Morris <jmorris@namei.org>
7313 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7314 M: Patrick McHardy <kaber@trash.net>
7315 L: netdev@vger.kernel.org
7316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7317 S: Maintained
7318 F: net/ipv4/
7319 F: net/ipv6/
7320 F: include/net/ip*
7321 F: arch/x86/net/*
7322
7323 NETWORKING [IPSEC]
7324 M: Steffen Klassert <steffen.klassert@secunet.com>
7325 M: Herbert Xu <herbert@gondor.apana.org.au>
7326 M: "David S. Miller" <davem@davemloft.net>
7327 L: netdev@vger.kernel.org
7328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7330 S: Maintained
7331 F: net/core/flow.c
7332 F: net/xfrm/
7333 F: net/key/
7334 F: net/ipv4/xfrm*
7335 F: net/ipv4/esp4.c
7336 F: net/ipv4/ah4.c
7337 F: net/ipv4/ipcomp.c
7338 F: net/ipv4/ip_vti.c
7339 F: net/ipv6/xfrm*
7340 F: net/ipv6/esp6.c
7341 F: net/ipv6/ah6.c
7342 F: net/ipv6/ipcomp6.c
7343 F: net/ipv6/ip6_vti.c
7344 F: include/uapi/linux/xfrm.h
7345 F: include/net/xfrm.h
7346
7347 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7348 M: Paul Moore <paul@paul-moore.com>
7349 L: netdev@vger.kernel.org
7350 S: Maintained
7351
7352 NETWORKING [WIRELESS]
7353 L: linux-wireless@vger.kernel.org
7354 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7355
7356 NETWORKING DRIVERS
7357 L: netdev@vger.kernel.org
7358 W: http://www.linuxfoundation.org/en/Net
7359 Q: http://patchwork.ozlabs.org/project/netdev/list/
7360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7362 S: Odd Fixes
7363 F: drivers/net/
7364 F: include/linux/if_*
7365 F: include/linux/netdevice.h
7366 F: include/linux/etherdevice.h
7367 F: include/linux/fcdevice.h
7368 F: include/linux/fddidevice.h
7369 F: include/linux/hippidevice.h
7370 F: include/linux/inetdevice.h
7371 F: include/uapi/linux/if_*
7372 F: include/uapi/linux/netdevice.h
7373
7374 NETWORKING DRIVERS (WIRELESS)
7375 M: Kalle Valo <kvalo@codeaurora.org>
7376 L: linux-wireless@vger.kernel.org
7377 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7379 S: Maintained
7380 F: drivers/net/wireless/
7381
7382 NETXEN (1/10) GbE SUPPORT
7383 M: Manish Chopra <manish.chopra@qlogic.com>
7384 M: Sony Chacko <sony.chacko@qlogic.com>
7385 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7386 L: netdev@vger.kernel.org
7387 W: http://www.qlogic.com
7388 S: Supported
7389 F: drivers/net/ethernet/qlogic/netxen/
7390
7391 NFC SUBSYSTEM
7392 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7393 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7394 M: Samuel Ortiz <sameo@linux.intel.com>
7395 L: linux-wireless@vger.kernel.org
7396 L: linux-nfc@lists.01.org (subscribers-only)
7397 S: Supported
7398 F: net/nfc/
7399 F: include/net/nfc/
7400 F: include/uapi/linux/nfc.h
7401 F: drivers/nfc/
7402 F: include/linux/platform_data/pn544.h
7403 F: Documentation/devicetree/bindings/net/nfc/
7404
7405 NFS, SUNRPC, AND LOCKD CLIENTS
7406 M: Trond Myklebust <trond.myklebust@primarydata.com>
7407 M: Anna Schumaker <anna.schumaker@netapp.com>
7408 L: linux-nfs@vger.kernel.org
7409 W: http://client.linux-nfs.org
7410 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7411 S: Maintained
7412 F: fs/lockd/
7413 F: fs/nfs/
7414 F: fs/nfs_common/
7415 F: net/sunrpc/
7416 F: include/linux/lockd/
7417 F: include/linux/nfs*
7418 F: include/linux/sunrpc/
7419 F: include/uapi/linux/nfs*
7420 F: include/uapi/linux/sunrpc/
7421
7422 NILFS2 FILESYSTEM
7423 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7424 L: linux-nilfs@vger.kernel.org
7425 W: http://nilfs.sourceforge.net/
7426 T: git git://github.com/konis/nilfs2.git
7427 S: Supported
7428 F: Documentation/filesystems/nilfs2.txt
7429 F: fs/nilfs2/
7430 F: include/linux/nilfs2_fs.h
7431
7432 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7433 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7434 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7435 S: Maintained
7436 F: Documentation/scsi/NinjaSCSI.txt
7437 F: drivers/scsi/pcmcia/nsp_*
7438
7439 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7440 M: GOTO Masanori <gotom@debian.or.jp>
7441 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7442 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7443 S: Maintained
7444 F: Documentation/scsi/NinjaSCSI.txt
7445 F: drivers/scsi/nsp32*
7446
7447 NIOS2 ARCHITECTURE
7448 M: Ley Foon Tan <lftan@altera.com>
7449 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7451 S: Maintained
7452 F: arch/nios2/
7453
7454 NOKIA N900 POWER SUPPLY DRIVERS
7455 M: Pali RohĂ¡r <pali.rohar@gmail.com>
7456 S: Maintained
7457 F: include/linux/power/bq2415x_charger.h
7458 F: include/linux/power/bq27x00_battery.h
7459 F: include/linux/power/isp1704_charger.h
7460 F: drivers/power/bq2415x_charger.c
7461 F: drivers/power/bq27x00_battery.c
7462 F: drivers/power/isp1704_charger.c
7463 F: drivers/power/rx51_battery.c
7464
7465 NTB DRIVER CORE
7466 M: Jon Mason <jdmason@kudzu.us>
7467 M: Dave Jiang <dave.jiang@intel.com>
7468 M: Allen Hubbe <Allen.Hubbe@emc.com>
7469 L: linux-ntb@googlegroups.com
7470 S: Supported
7471 W: https://github.com/jonmason/ntb/wiki
7472 T: git git://github.com/jonmason/ntb.git
7473 F: drivers/ntb/
7474 F: drivers/net/ntb_netdev.c
7475 F: include/linux/ntb.h
7476 F: include/linux/ntb_transport.h
7477
7478 NTB INTEL DRIVER
7479 M: Jon Mason <jdmason@kudzu.us>
7480 M: Dave Jiang <dave.jiang@intel.com>
7481 L: linux-ntb@googlegroups.com
7482 S: Supported
7483 W: https://github.com/jonmason/ntb/wiki
7484 T: git git://github.com/jonmason/ntb.git
7485 F: drivers/ntb/hw/intel/
7486
7487 NTFS FILESYSTEM
7488 M: Anton Altaparmakov <anton@tuxera.com>
7489 L: linux-ntfs-dev@lists.sourceforge.net
7490 W: http://www.tuxera.com/
7491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7492 S: Supported
7493 F: Documentation/filesystems/ntfs.txt
7494 F: fs/ntfs/
7495
7496 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7497 M: Antonino Daplas <adaplas@gmail.com>
7498 L: linux-fbdev@vger.kernel.org
7499 S: Maintained
7500 F: drivers/video/fbdev/riva/
7501 F: drivers/video/fbdev/nvidia/
7502
7503 NVM EXPRESS DRIVER
7504 M: Keith Busch <keith.busch@intel.com>
7505 M: Jens Axboe <axboe@fb.com>
7506 L: linux-nvme@lists.infradead.org
7507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7508 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7509 S: Supported
7510 F: drivers/nvme/host/
7511 F: include/linux/nvme.h
7512
7513 NVMEM FRAMEWORK
7514 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7515 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7516 S: Maintained
7517 F: drivers/nvmem/
7518 F: Documentation/devicetree/bindings/nvmem/
7519 F: include/linux/nvmem-consumer.h
7520 F: include/linux/nvmem-provider.h
7521
7522 NXP-NCI NFC DRIVER
7523 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7524 R: Charles Gorand <charles.gorand@effinnov.com>
7525 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7526 S: Supported
7527 F: drivers/nfc/nxp-nci
7528
7529 NXP TDA998X DRM DRIVER
7530 M: Russell King <rmk+kernel@arm.linux.org.uk>
7531 S: Supported
7532 F: drivers/gpu/drm/i2c/tda998x_drv.c
7533 F: include/drm/i2c/tda998x.h
7534
7535 NXP TFA9879 DRIVER
7536 M: Peter Rosin <peda@axentia.se>
7537 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7538 S: Maintained
7539 F: sound/soc/codecs/tfa9879*
7540
7541 OMAP SUPPORT
7542 M: Tony Lindgren <tony@atomide.com>
7543 L: linux-omap@vger.kernel.org
7544 W: http://www.muru.com/linux/omap/
7545 W: http://linux.omap.com/
7546 Q: http://patchwork.kernel.org/project/linux-omap/list/
7547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7548 S: Maintained
7549 F: arch/arm/*omap*/
7550 F: arch/arm/configs/omap1_defconfig
7551 F: arch/arm/configs/omap2plus_defconfig
7552 F: drivers/i2c/busses/i2c-omap.c
7553 F: drivers/irqchip/irq-omap-intc.c
7554 F: drivers/mfd/*omap*.c
7555 F: drivers/mfd/menelaus.c
7556 F: drivers/mfd/palmas.c
7557 F: drivers/mfd/tps65217.c
7558 F: drivers/mfd/tps65218.c
7559 F: drivers/mfd/tps65910.c
7560 F: drivers/mfd/twl-core.[ch]
7561 F: drivers/mfd/twl4030*.c
7562 F: drivers/mfd/twl6030*.c
7563 F: drivers/mfd/twl6040*.c
7564 F: drivers/regulator/palmas-regulator*.c
7565 F: drivers/regulator/pbias-regulator.c
7566 F: drivers/regulator/tps65217-regulator.c
7567 F: drivers/regulator/tps65218-regulator.c
7568 F: drivers/regulator/tps65910-regulator.c
7569 F: drivers/regulator/twl-regulator.c
7570 F: include/linux/i2c-omap.h
7571
7572 OMAP DEVICE TREE SUPPORT
7573 M: Benoît Cousson <bcousson@baylibre.com>
7574 M: Tony Lindgren <tony@atomide.com>
7575 L: linux-omap@vger.kernel.org
7576 L: devicetree@vger.kernel.org
7577 S: Maintained
7578 F: arch/arm/boot/dts/*omap*
7579 F: arch/arm/boot/dts/*am3*
7580 F: arch/arm/boot/dts/*am4*
7581 F: arch/arm/boot/dts/*am5*
7582 F: arch/arm/boot/dts/*dra7*
7583
7584 OMAP CLOCK FRAMEWORK SUPPORT
7585 M: Paul Walmsley <paul@pwsan.com>
7586 L: linux-omap@vger.kernel.org
7587 S: Maintained
7588 F: arch/arm/*omap*/*clock*
7589
7590 OMAP POWER MANAGEMENT SUPPORT
7591 M: Kevin Hilman <khilman@deeprootsystems.com>
7592 L: linux-omap@vger.kernel.org
7593 S: Maintained
7594 F: arch/arm/*omap*/*pm*
7595 F: drivers/cpufreq/omap-cpufreq.c
7596
7597 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7598 M: Rajendra Nayak <rnayak@ti.com>
7599 M: Paul Walmsley <paul@pwsan.com>
7600 L: linux-omap@vger.kernel.org
7601 S: Maintained
7602 F: arch/arm/mach-omap2/prm*
7603
7604 OMAP AUDIO SUPPORT
7605 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7606 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7607 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7608 L: linux-omap@vger.kernel.org
7609 S: Maintained
7610 F: sound/soc/omap/
7611
7612 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7613 M: Roger Quadros <rogerq@ti.com>
7614 M: Tony Lindgren <tony@atomide.com>
7615 L: linux-omap@vger.kernel.org
7616 S: Maintained
7617 F: drivers/memory/omap-gpmc.c
7618 F: arch/arm/mach-omap2/*gpmc*
7619
7620 OMAP FRAMEBUFFER SUPPORT
7621 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7622 L: linux-fbdev@vger.kernel.org
7623 L: linux-omap@vger.kernel.org
7624 S: Maintained
7625 F: drivers/video/fbdev/omap/
7626
7627 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7628 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7629 L: linux-omap@vger.kernel.org
7630 L: linux-fbdev@vger.kernel.org
7631 S: Maintained
7632 F: drivers/video/fbdev/omap2/
7633 F: Documentation/arm/OMAP/DSS
7634
7635 OMAP HARDWARE SPINLOCK SUPPORT
7636 M: Ohad Ben-Cohen <ohad@wizery.com>
7637 L: linux-omap@vger.kernel.org
7638 S: Maintained
7639 F: drivers/hwspinlock/omap_hwspinlock.c
7640
7641 OMAP MMC SUPPORT
7642 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7643 L: linux-omap@vger.kernel.org
7644 S: Maintained
7645 F: drivers/mmc/host/omap.c
7646
7647 OMAP HS MMC SUPPORT
7648 L: linux-mmc@vger.kernel.org
7649 L: linux-omap@vger.kernel.org
7650 S: Orphan
7651 F: drivers/mmc/host/omap_hsmmc.c
7652
7653 OMAP RANDOM NUMBER GENERATOR SUPPORT
7654 M: Deepak Saxena <dsaxena@plexity.net>
7655 S: Maintained
7656 F: drivers/char/hw_random/omap-rng.c
7657
7658 OMAP HWMOD SUPPORT
7659 M: Benoît Cousson <bcousson@baylibre.com>
7660 M: Paul Walmsley <paul@pwsan.com>
7661 L: linux-omap@vger.kernel.org
7662 S: Maintained
7663 F: arch/arm/mach-omap2/omap_hwmod.*
7664
7665 OMAP HWMOD DATA
7666 M: Paul Walmsley <paul@pwsan.com>
7667 L: linux-omap@vger.kernel.org
7668 S: Maintained
7669 F: arch/arm/mach-omap2/omap_hwmod*data*
7670
7671 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7672 M: Benoît Cousson <bcousson@baylibre.com>
7673 L: linux-omap@vger.kernel.org
7674 S: Maintained
7675 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7676
7677 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7678 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7679 L: linux-media@vger.kernel.org
7680 S: Maintained
7681 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7682 F: drivers/media/platform/omap3isp/
7683 F: drivers/staging/media/omap4iss/
7684
7685 OMAP USB SUPPORT
7686 M: Felipe Balbi <balbi@ti.com>
7687 L: linux-usb@vger.kernel.org
7688 L: linux-omap@vger.kernel.org
7689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7690 S: Maintained
7691 F: drivers/usb/*/*omap*
7692 F: arch/arm/*omap*/usb*
7693
7694 OMAP GPIO DRIVER
7695 M: Javier Martinez Canillas <javier@dowhile0.org>
7696 M: Santosh Shilimkar <ssantosh@kernel.org>
7697 M: Kevin Hilman <khilman@deeprootsystems.com>
7698 L: linux-omap@vger.kernel.org
7699 S: Maintained
7700 F: drivers/gpio/gpio-omap.c
7701
7702 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7703 M: Mark Jackson <mpfj@newflow.co.uk>
7704 L: linux-omap@vger.kernel.org
7705 S: Maintained
7706 F: arch/arm/boot/dts/am335x-nano.dts
7707
7708 OMFS FILESYSTEM
7709 M: Bob Copeland <me@bobcopeland.com>
7710 L: linux-karma-devel@lists.sourceforge.net
7711 S: Maintained
7712 F: Documentation/filesystems/omfs.txt
7713 F: fs/omfs/
7714
7715 OMNIKEY CARDMAN 4000 DRIVER
7716 M: Harald Welte <laforge@gnumonks.org>
7717 S: Maintained
7718 F: drivers/char/pcmcia/cm4000_cs.c
7719 F: include/linux/cm4000_cs.h
7720 F: include/uapi/linux/cm4000_cs.h
7721
7722 OMNIKEY CARDMAN 4040 DRIVER
7723 M: Harald Welte <laforge@gnumonks.org>
7724 S: Maintained
7725 F: drivers/char/pcmcia/cm4040_cs.*
7726
7727 OMNIVISION OV7670 SENSOR DRIVER
7728 M: Jonathan Corbet <corbet@lwn.net>
7729 L: linux-media@vger.kernel.org
7730 T: git git://linuxtv.org/media_tree.git
7731 S: Maintained
7732 F: drivers/media/i2c/ov7670.c
7733
7734 ONENAND FLASH DRIVER
7735 M: Kyungmin Park <kyungmin.park@samsung.com>
7736 L: linux-mtd@lists.infradead.org
7737 S: Maintained
7738 F: drivers/mtd/onenand/
7739 F: include/linux/mtd/onenand*.h
7740
7741 ONSTREAM SCSI TAPE DRIVER
7742 M: Willem Riede <osst@riede.org>
7743 L: osst-users@lists.sourceforge.net
7744 L: linux-scsi@vger.kernel.org
7745 S: Maintained
7746 F: Documentation/scsi/osst.txt
7747 F: drivers/scsi/osst.*
7748 F: drivers/scsi/osst_*.h
7749 F: drivers/scsi/st.h
7750
7751 OPENCORES I2C BUS DRIVER
7752 M: Peter Korsgaard <jacmet@sunsite.dk>
7753 L: linux-i2c@vger.kernel.org
7754 S: Maintained
7755 F: Documentation/i2c/busses/i2c-ocores
7756 F: drivers/i2c/busses/i2c-ocores.c
7757
7758 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7759 M: Rob Herring <robh+dt@kernel.org>
7760 M: Frank Rowand <frowand.list@gmail.com>
7761 M: Grant Likely <grant.likely@linaro.org>
7762 L: devicetree@vger.kernel.org
7763 W: http://www.devicetree.org/
7764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7765 S: Maintained
7766 F: drivers/of/
7767 F: include/linux/of*.h
7768 F: scripts/dtc/
7769
7770 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7771 M: Rob Herring <robh+dt@kernel.org>
7772 M: Pawel Moll <pawel.moll@arm.com>
7773 M: Mark Rutland <mark.rutland@arm.com>
7774 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7775 M: Kumar Gala <galak@codeaurora.org>
7776 L: devicetree@vger.kernel.org
7777 S: Maintained
7778 F: Documentation/devicetree/
7779 F: arch/*/boot/dts/
7780 F: include/dt-bindings/
7781
7782 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7783 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7784 L: devicetree@vger.kernel.org
7785 S: Maintained
7786 F: Documentation/devicetree/dynamic-resolution-notes.txt
7787 F: Documentation/devicetree/overlay-notes.txt
7788 F: drivers/of/overlay.c
7789 F: drivers/of/resolver.c
7790
7791 OPENRISC ARCHITECTURE
7792 M: Jonas Bonn <jonas@southpole.se>
7793 W: http://openrisc.net
7794 L: linux@lists.openrisc.net (moderated for non-subscribers)
7795 S: Maintained
7796 T: git git://openrisc.net/~jonas/linux
7797 F: arch/openrisc/
7798
7799 OPENVSWITCH
7800 M: Pravin Shelar <pshelar@nicira.com>
7801 L: netdev@vger.kernel.org
7802 L: dev@openvswitch.org
7803 W: http://openvswitch.org
7804 S: Maintained
7805 F: net/openvswitch/
7806 F: include/uapi/linux/openvswitch.h
7807
7808 OPL4 DRIVER
7809 M: Clemens Ladisch <clemens@ladisch.de>
7810 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7811 T: git git://git.alsa-project.org/alsa-kernel.git
7812 S: Maintained
7813 F: sound/drivers/opl4/
7814
7815 OPROFILE
7816 M: Robert Richter <rric@kernel.org>
7817 L: oprofile-list@lists.sf.net
7818 S: Maintained
7819 F: arch/*/include/asm/oprofile*.h
7820 F: arch/*/oprofile/
7821 F: drivers/oprofile/
7822 F: include/linux/oprofile.h
7823
7824 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7825 M: Mark Fasheh <mfasheh@suse.com>
7826 M: Joel Becker <jlbec@evilplan.org>
7827 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7828 W: http://ocfs2.wiki.kernel.org
7829 S: Supported
7830 F: Documentation/filesystems/ocfs2.txt
7831 F: Documentation/filesystems/dlmfs.txt
7832 F: fs/ocfs2/
7833
7834 ORINOCO DRIVER
7835 L: linux-wireless@vger.kernel.org
7836 W: http://wireless.kernel.org/en/users/Drivers/orinoco
7837 W: http://www.nongnu.org/orinoco/
7838 S: Orphan
7839 F: drivers/net/wireless/orinoco/
7840
7841 OSD LIBRARY and FILESYSTEM
7842 M: Boaz Harrosh <ooo@electrozaur.com>
7843 M: Benny Halevy <bhalevy@primarydata.com>
7844 L: osd-dev@open-osd.org
7845 W: http://open-osd.org
7846 T: git git://git.open-osd.org/open-osd.git
7847 S: Maintained
7848 F: drivers/scsi/osd/
7849 F: include/scsi/osd_*
7850 F: fs/exofs/
7851
7852 OVERLAY FILESYSTEM
7853 M: Miklos Szeredi <miklos@szeredi.hu>
7854 L: linux-unionfs@vger.kernel.org
7855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7856 S: Supported
7857 F: fs/overlayfs/
7858 F: Documentation/filesystems/overlayfs.txt
7859
7860 P54 WIRELESS DRIVER
7861 M: Christian Lamparter <chunkeey@googlemail.com>
7862 L: linux-wireless@vger.kernel.org
7863 W: http://wireless.kernel.org/en/users/Drivers/p54
7864 S: Maintained
7865 F: drivers/net/wireless/p54/
7866
7867 PA SEMI ETHERNET DRIVER
7868 M: Olof Johansson <olof@lixom.net>
7869 L: netdev@vger.kernel.org
7870 S: Maintained
7871 F: drivers/net/ethernet/pasemi/*
7872
7873 PA SEMI SMBUS DRIVER
7874 M: Olof Johansson <olof@lixom.net>
7875 L: linux-i2c@vger.kernel.org
7876 S: Maintained
7877 F: drivers/i2c/busses/i2c-pasemi.c
7878
7879 PADATA PARALLEL EXECUTION MECHANISM
7880 M: Steffen Klassert <steffen.klassert@secunet.com>
7881 L: linux-crypto@vger.kernel.org
7882 S: Maintained
7883 F: kernel/padata.c
7884 F: include/linux/padata.h
7885 F: Documentation/padata.txt
7886
7887 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7888 M: Harald Welte <laforge@gnumonks.org>
7889 L: platform-driver-x86@vger.kernel.org
7890 S: Maintained
7891 F: drivers/platform/x86/panasonic-laptop.c
7892
7893 PANASONIC MN10300/AM33/AM34 PORT
7894 M: David Howells <dhowells@redhat.com>
7895 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7896 L: linux-am33-list@redhat.com (moderated for non-subscribers)
7897 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7898 S: Maintained
7899 F: Documentation/mn10300/
7900 F: arch/mn10300/
7901
7902 PARALLEL PORT SUBSYSTEM
7903 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7904 M: Sudip Mukherjee <sudip@vectorindia.org>
7905 L: linux-parport@lists.infradead.org (subscribers-only)
7906 S: Maintained
7907 F: drivers/parport/
7908 F: include/linux/parport*.h
7909 F: drivers/char/ppdev.c
7910 F: include/uapi/linux/ppdev.h
7911 F: Documentation/parport*.txt
7912
7913 PARAVIRT_OPS INTERFACE
7914 M: Jeremy Fitzhardinge <jeremy@goop.org>
7915 M: Chris Wright <chrisw@sous-sol.org>
7916 M: Alok Kataria <akataria@vmware.com>
7917 M: Rusty Russell <rusty@rustcorp.com.au>
7918 L: virtualization@lists.linux-foundation.org
7919 S: Supported
7920 F: Documentation/virtual/paravirt_ops.txt
7921 F: arch/*/kernel/paravirt*
7922 F: arch/*/include/asm/paravirt.h
7923
7924 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7925 M: Tim Waugh <tim@cyberelk.net>
7926 L: linux-parport@lists.infradead.org (subscribers-only)
7927 S: Maintained
7928 F: Documentation/blockdev/paride.txt
7929 F: drivers/block/paride/
7930
7931 PARISC ARCHITECTURE
7932 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
7933 M: Helge Deller <deller@gmx.de>
7934 L: linux-parisc@vger.kernel.org
7935 W: http://www.parisc-linux.org/
7936 Q: http://patchwork.kernel.org/project/linux-parisc/list/
7937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7939 S: Maintained
7940 F: arch/parisc/
7941 F: Documentation/parisc/
7942 F: drivers/parisc/
7943 F: drivers/char/agp/parisc-agp.c
7944 F: drivers/input/serio/gscps2.c
7945 F: drivers/parport/parport_gsc.*
7946 F: drivers/tty/serial/8250/8250_gsc.c
7947 F: drivers/video/fbdev/sti*
7948 F: drivers/video/console/sti*
7949 F: drivers/video/logo/logo_parisc*
7950
7951 PC87360 HARDWARE MONITORING DRIVER
7952 M: Jim Cromie <jim.cromie@gmail.com>
7953 L: lm-sensors@lm-sensors.org
7954 S: Maintained
7955 F: Documentation/hwmon/pc87360
7956 F: drivers/hwmon/pc87360.c
7957
7958 PC8736x GPIO DRIVER
7959 M: Jim Cromie <jim.cromie@gmail.com>
7960 S: Maintained
7961 F: drivers/char/pc8736x_gpio.c
7962
7963 PC87427 HARDWARE MONITORING DRIVER
7964 M: Jean Delvare <jdelvare@suse.com>
7965 L: lm-sensors@lm-sensors.org
7966 S: Maintained
7967 F: Documentation/hwmon/pc87427
7968 F: drivers/hwmon/pc87427.c
7969
7970 PCA9532 LED DRIVER
7971 M: Riku Voipio <riku.voipio@iki.fi>
7972 S: Maintained
7973 F: drivers/leds/leds-pca9532.c
7974 F: include/linux/leds-pca9532.h
7975
7976 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7977 M: Guenter Roeck <linux@roeck-us.net>
7978 L: linux-i2c@vger.kernel.org
7979 S: Maintained
7980 F: drivers/i2c/muxes/i2c-mux-pca9541.c
7981
7982 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7983 M: Khalid Aziz <khalid@gonehiking.org>
7984 S: Maintained
7985 F: drivers/firmware/pcdp.*
7986
7987 PCI ERROR RECOVERY
7988 M: Linas Vepstas <linasvepstas@gmail.com>
7989 L: linux-pci@vger.kernel.org
7990 S: Supported
7991 F: Documentation/PCI/pci-error-recovery.txt
7992
7993 PCI SUBSYSTEM
7994 M: Bjorn Helgaas <bhelgaas@google.com>
7995 L: linux-pci@vger.kernel.org
7996 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
7997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7998 S: Supported
7999 F: Documentation/PCI/
8000 F: drivers/pci/
8001 F: include/linux/pci*
8002 F: arch/x86/pci/
8003 F: arch/x86/kernel/quirks.c
8004
8005 PCI DRIVER FOR ARM VERSATILE PLATFORM
8006 M: Rob Herring <robh@kernel.org>
8007 L: linux-pci@vger.kernel.org
8008 L: linux-arm-kernel@lists.infradead.org
8009 S: Maintained
8010 F: Documentation/devicetree/bindings/pci/versatile.txt
8011 F: drivers/pci/host/pci-versatile.c
8012
8013 PCI DRIVER FOR APPLIEDMICRO XGENE
8014 M: Tanmay Inamdar <tinamdar@apm.com>
8015 L: linux-pci@vger.kernel.org
8016 L: linux-arm-kernel@lists.infradead.org
8017 S: Maintained
8018 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8019 F: drivers/pci/host/pci-xgene.c
8020
8021 PCI DRIVER FOR FREESCALE LAYERSCAPE
8022 M: Minghuan Lian <minghuan.Lian@freescale.com>
8023 M: Mingkai Hu <mingkai.hu@freescale.com>
8024 M: Roy Zang <tie-fei.zang@freescale.com>
8025 L: linuxppc-dev@lists.ozlabs.org
8026 L: linux-pci@vger.kernel.org
8027 L: linux-arm-kernel@lists.infradead.org
8028 S: Maintained
8029 F: drivers/pci/host/*layerscape*
8030
8031 PCI DRIVER FOR IMX6
8032 M: Richard Zhu <Richard.Zhu@freescale.com>
8033 M: Lucas Stach <l.stach@pengutronix.de>
8034 L: linux-pci@vger.kernel.org
8035 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8036 S: Maintained
8037 F: drivers/pci/host/*imx6*
8038
8039 PCI DRIVER FOR TI KEYSTONE
8040 M: Murali Karicheri <m-karicheri2@ti.com>
8041 L: linux-pci@vger.kernel.org
8042 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8043 S: Maintained
8044 F: drivers/pci/host/*keystone*
8045
8046 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8047 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8048 M: Jason Cooper <jason@lakedaemon.net>
8049 L: linux-pci@vger.kernel.org
8050 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8051 S: Maintained
8052 F: drivers/pci/host/*mvebu*
8053
8054 PCI DRIVER FOR NVIDIA TEGRA
8055 M: Thierry Reding <thierry.reding@gmail.com>
8056 L: linux-tegra@vger.kernel.org
8057 L: linux-pci@vger.kernel.org
8058 S: Supported
8059 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8060 F: drivers/pci/host/pci-tegra.c
8061
8062 PCI DRIVER FOR TI DRA7XX
8063 M: Kishon Vijay Abraham I <kishon@ti.com>
8064 L: linux-omap@vger.kernel.org
8065 L: linux-pci@vger.kernel.org
8066 S: Supported
8067 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8068 F: drivers/pci/host/pci-dra7xx.c
8069
8070 PCI DRIVER FOR RENESAS R-CAR
8071 M: Simon Horman <horms@verge.net.au>
8072 L: linux-pci@vger.kernel.org
8073 L: linux-sh@vger.kernel.org
8074 S: Maintained
8075 F: drivers/pci/host/*rcar*
8076
8077 PCI DRIVER FOR SAMSUNG EXYNOS
8078 M: Jingoo Han <jingoohan1@gmail.com>
8079 L: linux-pci@vger.kernel.org
8080 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8081 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8082 S: Maintained
8083 F: drivers/pci/host/pci-exynos.c
8084
8085 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8086 M: Jingoo Han <jingoohan1@gmail.com>
8087 M: Pratyush Anand <pratyush.anand@gmail.com>
8088 L: linux-pci@vger.kernel.org
8089 S: Maintained
8090 F: drivers/pci/host/*designware*
8091
8092 PCI DRIVER FOR GENERIC OF HOSTS
8093 M: Will Deacon <will.deacon@arm.com>
8094 L: linux-pci@vger.kernel.org
8095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8096 S: Maintained
8097 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8098 F: drivers/pci/host/pci-host-generic.c
8099
8100 PCIE DRIVER FOR ST SPEAR13XX
8101 M: Pratyush Anand <pratyush.anand@gmail.com>
8102 L: linux-pci@vger.kernel.org
8103 S: Maintained
8104 F: drivers/pci/host/*spear*
8105
8106 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8107 M: Duc Dang <dhdang@apm.com>
8108 L: linux-pci@vger.kernel.org
8109 L: linux-arm-kernel@lists.infradead.org
8110 S: Maintained
8111 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8112 F: drivers/pci/host/pci-xgene-msi.c
8113
8114 PCMCIA SUBSYSTEM
8115 P: Linux PCMCIA Team
8116 L: linux-pcmcia@lists.infradead.org
8117 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8119 S: Maintained
8120 F: Documentation/pcmcia/
8121 F: drivers/pcmcia/
8122 F: include/pcmcia/
8123
8124 PCNET32 NETWORK DRIVER
8125 M: Don Fry <pcnet32@frontier.com>
8126 L: netdev@vger.kernel.org
8127 S: Maintained
8128 F: drivers/net/ethernet/amd/pcnet32.c
8129
8130 PCRYPT PARALLEL CRYPTO ENGINE
8131 M: Steffen Klassert <steffen.klassert@secunet.com>
8132 L: linux-crypto@vger.kernel.org
8133 S: Maintained
8134 F: crypto/pcrypt.c
8135 F: include/crypto/pcrypt.h
8136
8137 PER-CPU MEMORY ALLOCATOR
8138 M: Tejun Heo <tj@kernel.org>
8139 M: Christoph Lameter <cl@linux-foundation.org>
8140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8141 S: Maintained
8142 F: include/linux/percpu*.h
8143 F: mm/percpu*.c
8144 F: arch/*/include/asm/percpu.h
8145
8146 PER-TASK DELAY ACCOUNTING
8147 M: Balbir Singh <bsingharora@gmail.com>
8148 S: Maintained
8149 F: include/linux/delayacct.h
8150 F: kernel/delayacct.c
8151
8152 PERFORMANCE EVENTS SUBSYSTEM
8153 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
8154 M: Ingo Molnar <mingo@redhat.com>
8155 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8156 L: linux-kernel@vger.kernel.org
8157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8158 S: Supported
8159 F: kernel/events/*
8160 F: include/linux/perf_event.h
8161 F: include/uapi/linux/perf_event.h
8162 F: arch/*/kernel/perf_event*.c
8163 F: arch/*/kernel/*/perf_event*.c
8164 F: arch/*/kernel/*/*/perf_event*.c
8165 F: arch/*/include/asm/perf_event.h
8166 F: arch/*/kernel/perf_callchain.c
8167 F: tools/perf/
8168
8169 PERSONALITY HANDLING
8170 M: Christoph Hellwig <hch@infradead.org>
8171 L: linux-abi-devel@lists.sourceforge.net
8172 S: Maintained
8173 F: include/linux/personality.h
8174 F: include/uapi/linux/personality.h
8175
8176 PHONET PROTOCOL
8177 M: Remi Denis-Courmont <courmisch@gmail.com>
8178 S: Supported
8179 F: Documentation/networking/phonet.txt
8180 F: include/linux/phonet.h
8181 F: include/net/phonet/
8182 F: include/uapi/linux/phonet.h
8183 F: net/phonet/
8184
8185 PHRAM MTD DRIVER
8186 M: Joern Engel <joern@lazybastard.org>
8187 L: linux-mtd@lists.infradead.org
8188 S: Maintained
8189 F: drivers/mtd/devices/phram.c
8190
8191 PICOLCD HID DRIVER
8192 M: Bruno Prémont <bonbons@linux-vserver.org>
8193 L: linux-input@vger.kernel.org
8194 S: Maintained
8195 F: drivers/hid/hid-picolcd*
8196
8197 PICOXCELL SUPPORT
8198 M: Jamie Iles <jamie@jamieiles.com>
8199 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8200 T: git git://github.com/jamieiles/linux-2.6-ji.git
8201 S: Supported
8202 F: arch/arm/boot/dts/picoxcell*
8203 F: arch/arm/mach-picoxcell/
8204 F: drivers/crypto/picoxcell*
8205
8206 PIN CONTROL SUBSYSTEM
8207 M: Linus Walleij <linus.walleij@linaro.org>
8208 L: linux-gpio@vger.kernel.org
8209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8210 S: Maintained
8211 F: drivers/pinctrl/
8212 F: include/linux/pinctrl/
8213
8214 PIN CONTROLLER - ATMEL AT91
8215 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8217 S: Maintained
8218 F: drivers/pinctrl/pinctrl-at91.*
8219
8220 PIN CONTROLLER - ATMEL AT91 PIO4
8221 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8222 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8223 L: linux-gpio@vger.kernel.org
8224 S: Supported
8225 F: drivers/pinctrl/pinctrl-at91-pio4.*
8226
8227 PIN CONTROLLER - INTEL
8228 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8229 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8230 S: Maintained
8231 F: drivers/pinctrl/intel/
8232
8233 PIN CONTROLLER - RENESAS
8234 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8235 L: linux-sh@vger.kernel.org
8236 S: Maintained
8237 F: drivers/pinctrl/sh-pfc/
8238
8239 PIN CONTROLLER - SAMSUNG
8240 M: Tomasz Figa <tomasz.figa@gmail.com>
8241 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8242 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8243 S: Maintained
8244 F: drivers/pinctrl/samsung/
8245
8246 PIN CONTROLLER - ST SPEAR
8247 M: Viresh Kumar <vireshk@kernel.org>
8248 L: spear-devel@list.st.com
8249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8250 W: http://www.st.com/spear
8251 S: Maintained
8252 F: drivers/pinctrl/spear/
8253
8254 PKTCDVD DRIVER
8255 M: Jiri Kosina <jikos@kernel.org>
8256 S: Maintained
8257 F: drivers/block/pktcdvd.c
8258 F: include/linux/pktcdvd.h
8259 F: include/uapi/linux/pktcdvd.h
8260
8261 PKUNITY SOC DRIVERS
8262 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8263 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8264 S: Maintained
8265 T: git git://github.com/gxt/linux.git
8266 F: drivers/input/serio/i8042-unicore32io.h
8267 F: drivers/i2c/busses/i2c-puv3.c
8268 F: drivers/video/fbdev/fb-puv3.c
8269 F: drivers/rtc/rtc-puv3.c
8270
8271 PMBUS HARDWARE MONITORING DRIVERS
8272 M: Guenter Roeck <linux@roeck-us.net>
8273 L: lm-sensors@lm-sensors.org
8274 W: http://www.lm-sensors.org/
8275 W: http://www.roeck-us.net/linux/drivers/
8276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8277 S: Maintained
8278 F: Documentation/hwmon/pmbus
8279 F: drivers/hwmon/pmbus/
8280 F: include/linux/i2c/pmbus.h
8281
8282 PMC SIERRA MaxRAID DRIVER
8283 L: linux-scsi@vger.kernel.org
8284 W: http://www.pmc-sierra.com/
8285 S: Orphan
8286 F: drivers/scsi/pmcraid.*
8287
8288 PMC SIERRA PM8001 DRIVER
8289 M: Jack Wang <jinpu.wang@profitbricks.com>
8290 M: lindar_liu@usish.com
8291 L: pmchba@pmcs.com
8292 L: linux-scsi@vger.kernel.org
8293 S: Supported
8294 F: drivers/scsi/pm8001/
8295
8296 POSIX CLOCKS and TIMERS
8297 M: Thomas Gleixner <tglx@linutronix.de>
8298 L: linux-kernel@vger.kernel.org
8299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8300 S: Maintained
8301 F: fs/timerfd.c
8302 F: include/linux/timer*
8303 F: kernel/time/*timer*
8304
8305 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8306 M: Sebastian Reichel <sre@kernel.org>
8307 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8308 M: David Woodhouse <dwmw2@infradead.org>
8309 L: linux-pm@vger.kernel.org
8310 T: git git://git.infradead.org/battery-2.6.git
8311 S: Maintained
8312 F: include/linux/power_supply.h
8313 F: drivers/power/
8314 X: drivers/power/avs/
8315
8316 POWER STATE COORDINATION INTERFACE (PSCI)
8317 M: Mark Rutland <mark.rutland@arm.com>
8318 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8319 L: linux-arm-kernel@lists.infradead.org
8320 S: Maintained
8321 F: drivers/firmware/psci.c
8322 F: include/linux/psci.h
8323 F: include/uapi/linux/psci.h
8324
8325 PNP SUPPORT
8326 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8327 S: Maintained
8328 F: drivers/pnp/
8329
8330 PNXxxxx I2C DRIVER
8331 M: Vitaly Wool <vitalywool@gmail.com>
8332 L: linux-i2c@vger.kernel.org
8333 S: Maintained
8334 F: drivers/i2c/busses/i2c-pnx.c
8335
8336 PPP PROTOCOL DRIVERS AND COMPRESSORS
8337 M: Paul Mackerras <paulus@samba.org>
8338 L: linux-ppp@vger.kernel.org
8339 S: Maintained
8340 F: drivers/net/ppp/ppp_*
8341
8342 PPP OVER ATM (RFC 2364)
8343 M: Mitchell Blank Jr <mitch@sfgoth.com>
8344 S: Maintained
8345 F: net/atm/pppoatm.c
8346 F: include/uapi/linux/atmppp.h
8347
8348 PPP OVER ETHERNET
8349 M: Michal Ostrowski <mostrows@earthlink.net>
8350 S: Maintained
8351 F: drivers/net/ppp/pppoe.c
8352 F: drivers/net/ppp/pppox.c
8353
8354 PPP OVER L2TP
8355 M: James Chapman <jchapman@katalix.com>
8356 S: Maintained
8357 F: net/l2tp/l2tp_ppp.c
8358 F: include/linux/if_pppol2tp.h
8359 F: include/uapi/linux/if_pppol2tp.h
8360
8361 PPS SUPPORT
8362 M: Rodolfo Giometti <giometti@enneenne.com>
8363 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8364 L: linuxpps@ml.enneenne.com (subscribers-only)
8365 S: Maintained
8366 F: Documentation/pps/
8367 F: drivers/pps/
8368 F: include/linux/pps*.h
8369
8370 PPTP DRIVER
8371 M: Dmitry Kozlov <xeb@mail.ru>
8372 L: netdev@vger.kernel.org
8373 S: Maintained
8374 F: drivers/net/ppp/pptp.c
8375 W: http://sourceforge.net/projects/accel-pptp
8376
8377 PREEMPTIBLE KERNEL
8378 M: Robert Love <rml@tech9.net>
8379 L: kpreempt-tech@lists.sourceforge.net
8380 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8381 S: Supported
8382 F: Documentation/preempt-locking.txt
8383 F: include/linux/preempt.h
8384
8385 PRISM54 WIRELESS DRIVER
8386 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8387 L: linux-wireless@vger.kernel.org
8388 W: http://wireless.kernel.org/en/users/Drivers/p54
8389 S: Obsolete
8390 F: drivers/net/wireless/prism54/
8391
8392 PS3 NETWORK SUPPORT
8393 M: Geoff Levand <geoff@infradead.org>
8394 L: netdev@vger.kernel.org
8395 L: linuxppc-dev@lists.ozlabs.org
8396 S: Maintained
8397 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8398
8399 PS3 PLATFORM SUPPORT
8400 M: Geoff Levand <geoff@infradead.org>
8401 L: linuxppc-dev@lists.ozlabs.org
8402 S: Maintained
8403 F: arch/powerpc/boot/ps3*
8404 F: arch/powerpc/include/asm/lv1call.h
8405 F: arch/powerpc/include/asm/ps3*.h
8406 F: arch/powerpc/platforms/ps3/
8407 F: drivers/*/ps3*
8408 F: drivers/ps3/
8409 F: drivers/rtc/rtc-ps3.c
8410 F: drivers/usb/host/*ps3.c
8411 F: sound/ppc/snd_ps3*
8412
8413 PS3VRAM DRIVER
8414 M: Jim Paris <jim@jtan.com>
8415 M: Geoff Levand <geoff@infradead.org>
8416 L: linuxppc-dev@lists.ozlabs.org
8417 S: Maintained
8418 F: drivers/block/ps3vram.c
8419
8420 PSTORE FILESYSTEM
8421 M: Anton Vorontsov <anton@enomsg.org>
8422 M: Colin Cross <ccross@android.com>
8423 M: Kees Cook <keescook@chromium.org>
8424 M: Tony Luck <tony.luck@intel.com>
8425 S: Maintained
8426 T: git git://git.infradead.org/users/cbou/linux-pstore.git
8427 F: fs/pstore/
8428 F: include/linux/pstore*
8429 F: drivers/firmware/efi/efi-pstore.c
8430 F: drivers/acpi/apei/erst.c
8431
8432 PTP HARDWARE CLOCK SUPPORT
8433 M: Richard Cochran <richardcochran@gmail.com>
8434 L: netdev@vger.kernel.org
8435 S: Maintained
8436 W: http://linuxptp.sourceforge.net/
8437 F: Documentation/ABI/testing/sysfs-ptp
8438 F: Documentation/ptp/*
8439 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8440 F: drivers/net/phy/dp83640*
8441 F: drivers/ptp/*
8442 F: include/linux/ptp_cl*
8443
8444 PTRACE SUPPORT
8445 M: Roland McGrath <roland@hack.frob.com>
8446 M: Oleg Nesterov <oleg@redhat.com>
8447 S: Maintained
8448 F: include/asm-generic/syscall.h
8449 F: include/linux/ptrace.h
8450 F: include/linux/regset.h
8451 F: include/linux/tracehook.h
8452 F: include/uapi/linux/ptrace.h
8453 F: kernel/ptrace.c
8454
8455 PVRUSB2 VIDEO4LINUX DRIVER
8456 M: Mike Isely <isely@pobox.com>
8457 L: pvrusb2@isely.net (subscribers-only)
8458 L: linux-media@vger.kernel.org
8459 W: http://www.isely.net/pvrusb2/
8460 T: git git://linuxtv.org/media_tree.git
8461 S: Maintained
8462 F: Documentation/video4linux/README.pvrusb2
8463 F: drivers/media/usb/pvrusb2/
8464
8465 PWC WEBCAM DRIVER
8466 M: Hans de Goede <hdegoede@redhat.com>
8467 L: linux-media@vger.kernel.org
8468 T: git git://linuxtv.org/media_tree.git
8469 S: Maintained
8470 F: drivers/media/usb/pwc/*
8471
8472 PWM FAN DRIVER
8473 M: Kamil Debski <k.debski@samsung.com>
8474 L: lm-sensors@lm-sensors.org
8475 S: Supported
8476 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8477 F: Documentation/hwmon/pwm-fan
8478 F: drivers/hwmon/pwm-fan.c
8479
8480 PWM SUBSYSTEM
8481 M: Thierry Reding <thierry.reding@gmail.com>
8482 L: linux-pwm@vger.kernel.org
8483 S: Maintained
8484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8485 F: Documentation/pwm.txt
8486 F: Documentation/devicetree/bindings/pwm/
8487 F: include/linux/pwm.h
8488 F: drivers/pwm/
8489 F: drivers/video/backlight/pwm_bl.c
8490 F: include/linux/pwm_backlight.h
8491
8492 PXA2xx/PXA3xx SUPPORT
8493 M: Daniel Mack <daniel@zonque.org>
8494 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8495 M: Robert Jarzmik <robert.jarzmik@free.fr>
8496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8497 T: git git://github.com/hzhuang1/linux.git
8498 T: git git://github.com/rjarzmik/linux.git
8499 S: Maintained
8500 F: arch/arm/mach-pxa/
8501 F: drivers/dma/pxa*
8502 F: drivers/pcmcia/pxa2xx*
8503 F: drivers/spi/spi-pxa2xx*
8504 F: drivers/usb/gadget/udc/pxa2*
8505 F: include/sound/pxa2xx-lib.h
8506 F: sound/arm/pxa*
8507 F: sound/soc/pxa/
8508
8509 PXA3xx NAND FLASH DRIVER
8510 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8511 L: linux-mtd@lists.infradead.org
8512 S: Maintained
8513 F: drivers/mtd/nand/pxa3xx_nand.c
8514
8515 MMP SUPPORT
8516 M: Eric Miao <eric.y.miao@gmail.com>
8517 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8518 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8519 T: git git://github.com/hzhuang1/linux.git
8520 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8521 S: Maintained
8522 F: arch/arm/mach-mmp/
8523
8524 PXA MMCI DRIVER
8525 S: Orphan
8526
8527 PXA RTC DRIVER
8528 M: Robert Jarzmik <robert.jarzmik@free.fr>
8529 L: rtc-linux@googlegroups.com
8530 S: Maintained
8531
8532 QAT DRIVER
8533 M: Tadeusz Struk <tadeusz.struk@intel.com>
8534 L: qat-linux@intel.com
8535 S: Supported
8536 F: drivers/crypto/qat/
8537
8538 QIB DRIVER
8539 M: Mike Marciniszyn <infinipath@intel.com>
8540 L: linux-rdma@vger.kernel.org
8541 S: Supported
8542 F: drivers/infiniband/hw/qib/
8543
8544 QLOGIC QLA1280 SCSI DRIVER
8545 M: Michael Reed <mdr@sgi.com>
8546 L: linux-scsi@vger.kernel.org
8547 S: Maintained
8548 F: drivers/scsi/qla1280.[ch]
8549
8550 QLOGIC QLA2XXX FC-SCSI DRIVER
8551 M: qla2xxx-upstream@qlogic.com
8552 L: linux-scsi@vger.kernel.org
8553 S: Supported
8554 F: Documentation/scsi/LICENSE.qla2xxx
8555 F: drivers/scsi/qla2xxx/
8556
8557 QLOGIC QLA4XXX iSCSI DRIVER
8558 M: QLogic-Storage-Upstream@qlogic.com
8559 L: linux-scsi@vger.kernel.org
8560 S: Supported
8561 F: Documentation/scsi/LICENSE.qla4xxx
8562 F: drivers/scsi/qla4xxx/
8563
8564 QLOGIC QLA3XXX NETWORK DRIVER
8565 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8566 M: Ron Mercer <ron.mercer@qlogic.com>
8567 M: linux-driver@qlogic.com
8568 L: netdev@vger.kernel.org
8569 S: Supported
8570 F: Documentation/networking/LICENSE.qla3xxx
8571 F: drivers/net/ethernet/qlogic/qla3xxx.*
8572
8573 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8574 M: Dept-GELinuxNICDev@qlogic.com
8575 L: netdev@vger.kernel.org
8576 S: Supported
8577 F: drivers/net/ethernet/qlogic/qlcnic/
8578
8579 QLOGIC QLGE 10Gb ETHERNET DRIVER
8580 M: Harish Patil <harish.patil@qlogic.com>
8581 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8582 M: Dept-GELinuxNICDev@qlogic.com
8583 M: linux-driver@qlogic.com
8584 L: netdev@vger.kernel.org
8585 S: Supported
8586 F: drivers/net/ethernet/qlogic/qlge/
8587
8588 QLOGIC QL4xxx ETHERNET DRIVER
8589 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8590 M: Ariel Elior <Ariel.Elior@qlogic.com>
8591 M: everest-linux-l2@qlogic.com
8592 L: netdev@vger.kernel.org
8593 S: Supported
8594 F: drivers/net/ethernet/qlogic/qed/
8595 F: include/linux/qed/
8596 F: drivers/net/ethernet/qlogic/qede/
8597
8598 QNX4 FILESYSTEM
8599 M: Anders Larsen <al@alarsen.net>
8600 W: http://www.alarsen.net/linux/qnx4fs/
8601 S: Maintained
8602 F: fs/qnx4/
8603 F: include/uapi/linux/qnx4_fs.h
8604 F: include/uapi/linux/qnxtypes.h
8605
8606 QT1010 MEDIA DRIVER
8607 M: Antti Palosaari <crope@iki.fi>
8608 L: linux-media@vger.kernel.org
8609 W: http://linuxtv.org/
8610 W: http://palosaari.fi/linux/
8611 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8612 T: git git://linuxtv.org/anttip/media_tree.git
8613 S: Maintained
8614 F: drivers/media/tuners/qt1010*
8615
8616 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8617 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8618 L: linux-wireless@vger.kernel.org
8619 L: ath9k-devel@lists.ath9k.org
8620 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8621 S: Supported
8622 F: drivers/net/wireless/ath/ath9k/
8623
8624 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8625 M: Kalle Valo <kvalo@qca.qualcomm.com>
8626 L: ath10k@lists.infradead.org
8627 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8628 T: git git://github.com/kvalo/ath.git
8629 S: Supported
8630 F: drivers/net/wireless/ath/ath10k/
8631
8632 QUALCOMM HEXAGON ARCHITECTURE
8633 M: Richard Kuo <rkuo@codeaurora.org>
8634 L: linux-hexagon@vger.kernel.org
8635 S: Supported
8636 F: arch/hexagon/
8637
8638 QUALCOMM WCN36XX WIRELESS DRIVER
8639 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8640 L: wcn36xx@lists.infradead.org
8641 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8642 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8643 S: Supported
8644 F: drivers/net/wireless/ath/wcn36xx/
8645
8646 RADOS BLOCK DEVICE (RBD)
8647 M: Ilya Dryomov <idryomov@gmail.com>
8648 M: Sage Weil <sage@redhat.com>
8649 M: Alex Elder <elder@kernel.org>
8650 L: ceph-devel@vger.kernel.org
8651 W: http://ceph.com/
8652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8653 T: git git://github.com/ceph/ceph-client.git
8654 S: Supported
8655 F: Documentation/ABI/testing/sysfs-bus-rbd
8656 F: drivers/block/rbd.c
8657 F: drivers/block/rbd_types.h
8658
8659 RADEON FRAMEBUFFER DISPLAY DRIVER
8660 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8661 L: linux-fbdev@vger.kernel.org
8662 S: Maintained
8663 F: drivers/video/fbdev/aty/radeon*
8664 F: include/uapi/linux/radeonfb.h
8665
8666 RADIOSHARK RADIO DRIVER
8667 M: Hans de Goede <hdegoede@redhat.com>
8668 L: linux-media@vger.kernel.org
8669 T: git git://linuxtv.org/media_tree.git
8670 S: Maintained
8671 F: drivers/media/radio/radio-shark.c
8672
8673 RADIOSHARK2 RADIO DRIVER
8674 M: Hans de Goede <hdegoede@redhat.com>
8675 L: linux-media@vger.kernel.org
8676 T: git git://linuxtv.org/media_tree.git
8677 S: Maintained
8678 F: drivers/media/radio/radio-shark2.c
8679 F: drivers/media/radio/radio-tea5777.c
8680
8681 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8682 M: Paul Mackerras <paulus@samba.org>
8683 L: linux-fbdev@vger.kernel.org
8684 S: Maintained
8685 F: drivers/video/fbdev/aty/aty128fb.c
8686
8687 RALINK RT2X00 WIRELESS LAN DRIVER
8688 P: rt2x00 project
8689 M: Stanislaw Gruszka <sgruszka@redhat.com>
8690 M: Helmut Schaa <helmut.schaa@googlemail.com>
8691 L: linux-wireless@vger.kernel.org
8692 S: Maintained
8693 F: drivers/net/wireless/rt2x00/
8694
8695 RAMDISK RAM BLOCK DEVICE DRIVER
8696 M: Jens Axboe <axboe@kernel.dk>
8697 S: Maintained
8698 F: Documentation/blockdev/ramdisk.txt
8699 F: drivers/block/brd.c
8700
8701 RANDOM NUMBER DRIVER
8702 M: "Theodore Ts'o" <tytso@mit.edu>
8703 S: Maintained
8704 F: drivers/char/random.c
8705
8706 RAPIDIO SUBSYSTEM
8707 M: Matt Porter <mporter@kernel.crashing.org>
8708 M: Alexandre Bounine <alexandre.bounine@idt.com>
8709 S: Maintained
8710 F: drivers/rapidio/
8711
8712 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8713 L: linux-wireless@vger.kernel.org
8714 S: Orphan
8715 F: drivers/net/wireless/ray*
8716
8717 RCUTORTURE MODULE
8718 M: Josh Triplett <josh@joshtriplett.org>
8719 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8720 L: linux-kernel@vger.kernel.org
8721 S: Supported
8722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8723 F: Documentation/RCU/torture.txt
8724 F: kernel/rcu/rcutorture.c
8725
8726 RCUTORTURE TEST FRAMEWORK
8727 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8728 M: Josh Triplett <josh@joshtriplett.org>
8729 R: Steven Rostedt <rostedt@goodmis.org>
8730 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8731 R: Lai Jiangshan <jiangshanlai@gmail.com>
8732 L: linux-kernel@vger.kernel.org
8733 S: Supported
8734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8735 F: tools/testing/selftests/rcutorture
8736
8737 RDC R-321X SoC
8738 M: Florian Fainelli <florian@openwrt.org>
8739 S: Maintained
8740
8741 RDC R6040 FAST ETHERNET DRIVER
8742 M: Florian Fainelli <florian@openwrt.org>
8743 L: netdev@vger.kernel.org
8744 S: Maintained
8745 F: drivers/net/ethernet/rdc/r6040.c
8746
8747 RDS - RELIABLE DATAGRAM SOCKETS
8748 M: Chien Yen <chien.yen@oracle.com>
8749 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8750 S: Supported
8751 F: net/rds/
8752
8753 READ-COPY UPDATE (RCU)
8754 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8755 M: Josh Triplett <josh@joshtriplett.org>
8756 R: Steven Rostedt <rostedt@goodmis.org>
8757 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8758 R: Lai Jiangshan <jiangshanlai@gmail.com>
8759 L: linux-kernel@vger.kernel.org
8760 W: http://www.rdrop.com/users/paulmck/RCU/
8761 S: Supported
8762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8763 F: Documentation/RCU/
8764 X: Documentation/RCU/torture.txt
8765 F: include/linux/rcu*
8766 X: include/linux/srcu.h
8767 F: kernel/rcu/
8768 X: kernel/torture.c
8769
8770 REAL TIME CLOCK (RTC) SUBSYSTEM
8771 M: Alessandro Zummo <a.zummo@towertech.it>
8772 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
8773 L: rtc-linux@googlegroups.com
8774 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8776 S: Maintained
8777 F: Documentation/rtc.txt
8778 F: drivers/rtc/
8779 F: include/linux/rtc.h
8780 F: include/uapi/linux/rtc.h
8781
8782 REALTEK AUDIO CODECS
8783 M: Bard Liao <bardliao@realtek.com>
8784 M: Oder Chiou <oder_chiou@realtek.com>
8785 S: Maintained
8786 F: sound/soc/codecs/rt*
8787 F: include/sound/rt*.h
8788
8789 REISERFS FILE SYSTEM
8790 L: reiserfs-devel@vger.kernel.org
8791 S: Supported
8792 F: fs/reiserfs/
8793
8794 REGISTER MAP ABSTRACTION
8795 M: Mark Brown <broonie@kernel.org>
8796 L: linux-kernel@vger.kernel.org
8797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8798 S: Supported
8799 F: drivers/base/regmap/
8800 F: include/linux/regmap.h
8801
8802 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8803 M: Ohad Ben-Cohen <ohad@wizery.com>
8804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8805 S: Maintained
8806 F: drivers/remoteproc/
8807 F: Documentation/remoteproc.txt
8808 F: include/linux/remoteproc.h
8809
8810 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8811 M: Ohad Ben-Cohen <ohad@wizery.com>
8812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8813 S: Maintained
8814 F: drivers/rpmsg/
8815 F: Documentation/rpmsg.txt
8816 F: include/linux/rpmsg.h
8817
8818 RESET CONTROLLER FRAMEWORK
8819 M: Philipp Zabel <p.zabel@pengutronix.de>
8820 S: Maintained
8821 F: drivers/reset/
8822 F: Documentation/devicetree/bindings/reset/
8823 F: include/dt-bindings/reset/
8824 F: include/linux/reset.h
8825 F: include/linux/reset-controller.h
8826
8827 RFKILL
8828 M: Johannes Berg <johannes@sipsolutions.net>
8829 L: linux-wireless@vger.kernel.org
8830 W: http://wireless.kernel.org/
8831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8833 S: Maintained
8834 F: Documentation/rfkill.txt
8835 F: net/rfkill/
8836
8837 RHASHTABLE
8838 M: Thomas Graf <tgraf@suug.ch>
8839 L: netdev@vger.kernel.org
8840 S: Maintained
8841 F: lib/rhashtable.c
8842 F: include/linux/rhashtable.h
8843
8844 RICOH SMARTMEDIA/XD DRIVER
8845 M: Maxim Levitsky <maximlevitsky@gmail.com>
8846 S: Maintained
8847 F: drivers/mtd/nand/r852.c
8848 F: drivers/mtd/nand/r852.h
8849
8850 RICOH R5C592 MEMORYSTICK DRIVER
8851 M: Maxim Levitsky <maximlevitsky@gmail.com>
8852 S: Maintained
8853 F: drivers/memstick/host/r592.*
8854
8855 ROCCAT DRIVERS
8856 M: Stefan Achatz <erazor_de@users.sourceforge.net>
8857 W: http://sourceforge.net/projects/roccat/
8858 S: Maintained
8859 F: drivers/hid/hid-roccat*
8860 F: include/linux/hid-roccat*
8861 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8862
8863 ROCKER DRIVER
8864 M: Jiri Pirko <jiri@resnulli.us>
8865 M: Scott Feldman <sfeldma@gmail.com>
8866 L: netdev@vger.kernel.org
8867 S: Supported
8868 F: drivers/net/ethernet/rocker/
8869
8870 ROCKETPORT DRIVER
8871 P: Comtrol Corp.
8872 W: http://www.comtrol.com
8873 S: Maintained
8874 F: Documentation/serial/rocket.txt
8875 F: drivers/tty/rocket*
8876
8877 ROCKETPORT EXPRESS/INFINITY DRIVER
8878 M: Kevin Cernekee <cernekee@gmail.com>
8879 L: linux-serial@vger.kernel.org
8880 S: Odd Fixes
8881 F: drivers/tty/serial/rp2.*
8882
8883 ROSE NETWORK LAYER
8884 M: Ralf Baechle <ralf@linux-mips.org>
8885 L: linux-hams@vger.kernel.org
8886 W: http://www.linux-ax25.org/
8887 S: Maintained
8888 F: include/net/rose.h
8889 F: include/uapi/linux/rose.h
8890 F: net/rose/
8891
8892 RTL2830 MEDIA DRIVER
8893 M: Antti Palosaari <crope@iki.fi>
8894 L: linux-media@vger.kernel.org
8895 W: http://linuxtv.org/
8896 W: http://palosaari.fi/linux/
8897 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8898 T: git git://linuxtv.org/anttip/media_tree.git
8899 S: Maintained
8900 F: drivers/media/dvb-frontends/rtl2830*
8901
8902 RTL2832 MEDIA DRIVER
8903 M: Antti Palosaari <crope@iki.fi>
8904 L: linux-media@vger.kernel.org
8905 W: http://linuxtv.org/
8906 W: http://palosaari.fi/linux/
8907 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8908 T: git git://linuxtv.org/anttip/media_tree.git
8909 S: Maintained
8910 F: drivers/media/dvb-frontends/rtl2832*
8911
8912 RTL2832_SDR MEDIA DRIVER
8913 M: Antti Palosaari <crope@iki.fi>
8914 L: linux-media@vger.kernel.org
8915 W: http://linuxtv.org/
8916 W: http://palosaari.fi/linux/
8917 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8918 T: git git://linuxtv.org/anttip/media_tree.git
8919 S: Maintained
8920 F: drivers/media/dvb-frontends/rtl2832_sdr*
8921
8922 RTL8180 WIRELESS DRIVER
8923 L: linux-wireless@vger.kernel.org
8924 W: http://wireless.kernel.org/
8925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8926 S: Orphan
8927 F: drivers/net/wireless/rtl818x/rtl8180/
8928
8929 RTL8187 WIRELESS DRIVER
8930 M: Herton Ronaldo Krzesinski <herton@canonical.com>
8931 M: Hin-Tak Leung <htl10@users.sourceforge.net>
8932 M: Larry Finger <Larry.Finger@lwfinger.net>
8933 L: linux-wireless@vger.kernel.org
8934 W: http://wireless.kernel.org/
8935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8936 S: Maintained
8937 F: drivers/net/wireless/rtl818x/rtl8187/
8938
8939 RTL8192CE WIRELESS DRIVER
8940 M: Larry Finger <Larry.Finger@lwfinger.net>
8941 M: Chaoming Li <chaoming_li@realsil.com.cn>
8942 L: linux-wireless@vger.kernel.org
8943 W: http://wireless.kernel.org/
8944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8945 S: Maintained
8946 F: drivers/net/wireless/rtlwifi/
8947 F: drivers/net/wireless/rtlwifi/rtl8192ce/
8948
8949 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8950 M: Jes Sorensen <Jes.Sorensen@redhat.com>
8951 L: linux-wireless@vger.kernel.org
8952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8953 S: Maintained
8954 F: drivers/net/wireless/realtek/rtl8xxxu/
8955
8956 S3 SAVAGE FRAMEBUFFER DRIVER
8957 M: Antonino Daplas <adaplas@gmail.com>
8958 L: linux-fbdev@vger.kernel.org
8959 S: Maintained
8960 F: drivers/video/fbdev/savage/
8961
8962 S390
8963 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
8964 M: Heiko Carstens <heiko.carstens@de.ibm.com>
8965 L: linux-s390@vger.kernel.org
8966 W: http://www.ibm.com/developerworks/linux/linux390/
8967 S: Supported
8968 F: arch/s390/
8969 F: drivers/s390/
8970 F: Documentation/s390/
8971 F: Documentation/DocBook/s390*
8972
8973 S390 COMMON I/O LAYER
8974 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8975 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8976 L: linux-s390@vger.kernel.org
8977 W: http://www.ibm.com/developerworks/linux/linux390/
8978 S: Supported
8979 F: drivers/s390/cio/
8980
8981 S390 DASD DRIVER
8982 M: Stefan Weinhuber <wein@de.ibm.com>
8983 M: Stefan Haberland <stefan.haberland@de.ibm.com>
8984 L: linux-s390@vger.kernel.org
8985 W: http://www.ibm.com/developerworks/linux/linux390/
8986 S: Supported
8987 F: drivers/s390/block/dasd*
8988 F: block/partitions/ibm.c
8989
8990 S390 NETWORK DRIVERS
8991 M: Ursula Braun <ursula.braun@de.ibm.com>
8992 L: linux-s390@vger.kernel.org
8993 W: http://www.ibm.com/developerworks/linux/linux390/
8994 S: Supported
8995 F: drivers/s390/net/
8996
8997 S390 PCI SUBSYSTEM
8998 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8999 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9000 L: linux-s390@vger.kernel.org
9001 W: http://www.ibm.com/developerworks/linux/linux390/
9002 S: Supported
9003 F: arch/s390/pci/
9004 F: drivers/pci/hotplug/s390_pci_hpc.c
9005
9006 S390 ZCRYPT DRIVER
9007 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9008 L: linux-s390@vger.kernel.org
9009 W: http://www.ibm.com/developerworks/linux/linux390/
9010 S: Supported
9011 F: drivers/s390/crypto/
9012
9013 S390 ZFCP DRIVER
9014 M: Steffen Maier <maier@linux.vnet.ibm.com>
9015 L: linux-s390@vger.kernel.org
9016 W: http://www.ibm.com/developerworks/linux/linux390/
9017 S: Supported
9018 F: drivers/s390/scsi/zfcp_*
9019
9020 S390 IUCV NETWORK LAYER
9021 M: Ursula Braun <ursula.braun@de.ibm.com>
9022 L: linux-s390@vger.kernel.org
9023 W: http://www.ibm.com/developerworks/linux/linux390/
9024 S: Supported
9025 F: drivers/s390/net/*iucv*
9026 F: include/net/iucv/
9027 F: net/iucv/
9028
9029 S3C24XX SD/MMC Driver
9030 M: Ben Dooks <ben-linux@fluff.org>
9031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9032 S: Supported
9033 F: drivers/mmc/host/s3cmci.*
9034
9035 SAA6588 RDS RECEIVER DRIVER
9036 M: Hans Verkuil <hverkuil@xs4all.nl>
9037 L: linux-media@vger.kernel.org
9038 T: git git://linuxtv.org/media_tree.git
9039 W: http://linuxtv.org
9040 S: Odd Fixes
9041 F: drivers/media/i2c/saa6588*
9042
9043 SAA7134 VIDEO4LINUX DRIVER
9044 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9045 L: linux-media@vger.kernel.org
9046 W: http://linuxtv.org
9047 T: git git://linuxtv.org/media_tree.git
9048 S: Odd fixes
9049 F: Documentation/video4linux/*.saa7134
9050 F: drivers/media/pci/saa7134/
9051
9052 SAA7146 VIDEO4LINUX-2 DRIVER
9053 M: Hans Verkuil <hverkuil@xs4all.nl>
9054 L: linux-media@vger.kernel.org
9055 T: git git://linuxtv.org/media_tree.git
9056 S: Maintained
9057 F: drivers/media/common/saa7146/
9058 F: drivers/media/pci/saa7146/
9059 F: include/media/saa7146*
9060
9061 SAMSUNG LAPTOP DRIVER
9062 M: Corentin Chary <corentin.chary@gmail.com>
9063 L: platform-driver-x86@vger.kernel.org
9064 S: Maintained
9065 F: drivers/platform/x86/samsung-laptop.c
9066
9067 SAMSUNG AUDIO (ASoC) DRIVERS
9068 M: Sangbeom Kim <sbkim73@samsung.com>
9069 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9070 S: Supported
9071 F: sound/soc/samsung/
9072
9073 SAMSUNG FRAMEBUFFER DRIVER
9074 M: Jingoo Han <jingoohan1@gmail.com>
9075 L: linux-fbdev@vger.kernel.org
9076 S: Maintained
9077 F: drivers/video/fbdev/s3c-fb.c
9078
9079 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9080 M: Sangbeom Kim <sbkim73@samsung.com>
9081 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9082 L: linux-kernel@vger.kernel.org
9083 L: linux-samsung-soc@vger.kernel.org
9084 S: Supported
9085 F: drivers/mfd/sec*.c
9086 F: drivers/regulator/s2m*.c
9087 F: drivers/regulator/s5m*.c
9088 F: drivers/clk/clk-s2mps11.c
9089 F: drivers/rtc/rtc-s5m.c
9090 F: include/linux/mfd/samsung/
9091 F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9092 F: Documentation/devicetree/bindings/mfd/s2mp*.txt
9093
9094 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9095 M: Kyungmin Park <kyungmin.park@samsung.com>
9096 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9097 L: linux-media@vger.kernel.org
9098 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9099 S: Supported
9100 F: drivers/media/platform/exynos4-is/
9101
9102 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9103 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9104 L: linux-media@vger.kernel.org
9105 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9106 S: Maintained
9107 F: drivers/media/platform/s3c-camif/
9108 F: include/media/s3c_camif.h
9109
9110 SAMSUNG S5C73M3 CAMERA DRIVER
9111 M: Kyungmin Park <kyungmin.park@samsung.com>
9112 M: Andrzej Hajda <a.hajda@samsung.com>
9113 L: linux-media@vger.kernel.org
9114 S: Supported
9115 F: drivers/media/i2c/s5c73m3/*
9116
9117 SAMSUNG S5K5BAF CAMERA DRIVER
9118 M: Kyungmin Park <kyungmin.park@samsung.com>
9119 M: Andrzej Hajda <a.hajda@samsung.com>
9120 L: linux-media@vger.kernel.org
9121 S: Supported
9122 F: drivers/media/i2c/s5k5baf.c
9123
9124 SAMSUNG S3FWRN5 NFC DRIVER
9125 M: Robert Baldyga <r.baldyga@samsung.com>
9126 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9127 S: Supported
9128 F: drivers/nfc/s3fwrn5
9129
9130 SAMSUNG SOC CLOCK DRIVERS
9131 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9132 M: Tomasz Figa <tomasz.figa@gmail.com>
9133 S: Supported
9134 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9135 F: drivers/clk/samsung/
9136
9137 SAMSUNG SXGBE DRIVERS
9138 M: Byungho An <bh74.an@samsung.com>
9139 M: Girish K S <ks.giri@samsung.com>
9140 M: Vipul Pandya <vipul.pandya@samsung.com>
9141 S: Supported
9142 L: netdev@vger.kernel.org
9143 F: drivers/net/ethernet/samsung/sxgbe/
9144
9145 SAMSUNG THERMAL DRIVER
9146 M: Lukasz Majewski <l.majewski@samsung.com>
9147 L: linux-pm@vger.kernel.org
9148 L: linux-samsung-soc@vger.kernel.org
9149 S: Supported
9150 T: https://github.com/lmajewski/linux-samsung-thermal.git
9151 F: drivers/thermal/samsung/
9152
9153 SAMSUNG USB2 PHY DRIVER
9154 M: Kamil Debski <k.debski@samsung.com>
9155 L: linux-kernel@vger.kernel.org
9156 S: Supported
9157 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9158 F: Documentation/phy/samsung-usb2.txt
9159 F: drivers/phy/phy-exynos4210-usb2.c
9160 F: drivers/phy/phy-exynos4x12-usb2.c
9161 F: drivers/phy/phy-exynos5250-usb2.c
9162 F: drivers/phy/phy-s5pv210-usb2.c
9163 F: drivers/phy/phy-samsung-usb2.c
9164 F: drivers/phy/phy-samsung-usb2.h
9165
9166 SERIAL DRIVERS
9167 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9168 L: linux-serial@vger.kernel.org
9169 S: Maintained
9170 F: drivers/tty/serial/
9171
9172 SYNOPSYS DESIGNWARE DMAC DRIVER
9173 M: Viresh Kumar <vireshk@kernel.org>
9174 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9175 S: Maintained
9176 F: include/linux/dma/dw.h
9177 F: include/linux/platform_data/dma-dw.h
9178 F: drivers/dma/dw/
9179
9180 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9181 M: Lars Persson <lars.persson@axis.com>
9182 L: netdev@vger.kernel.org
9183 S: Supported
9184 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9185 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9186
9187 SYNOPSYS DESIGNWARE I2C DRIVER
9188 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9189 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9190 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9191 L: linux-i2c@vger.kernel.org
9192 S: Maintained
9193 F: drivers/i2c/busses/i2c-designware-*
9194 F: include/linux/platform_data/i2c-designware.h
9195
9196 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9197 M: Seungwon Jeon <tgih.jun@samsung.com>
9198 M: Jaehoon Chung <jh80.chung@samsung.com>
9199 L: linux-mmc@vger.kernel.org
9200 S: Maintained
9201 F: include/linux/mmc/dw_mmc.h
9202 F: drivers/mmc/host/dw_mmc*
9203
9204 THUNDERBOLT DRIVER
9205 M: Andreas Noever <andreas.noever@gmail.com>
9206 S: Maintained
9207 F: drivers/thunderbolt/
9208
9209 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9210 M: John Stultz <john.stultz@linaro.org>
9211 M: Thomas Gleixner <tglx@linutronix.de>
9212 L: linux-kernel@vger.kernel.org
9213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9214 S: Supported
9215 F: include/linux/clocksource.h
9216 F: include/linux/time.h
9217 F: include/linux/timex.h
9218 F: include/uapi/linux/time.h
9219 F: include/uapi/linux/timex.h
9220 F: kernel/time/clocksource.c
9221 F: kernel/time/time*.c
9222 F: kernel/time/ntp.c
9223 F: tools/testing/selftests/timers/
9224
9225 SC1200 WDT DRIVER
9226 M: Zwane Mwaikambo <zwanem@gmail.com>
9227 S: Maintained
9228 F: drivers/watchdog/sc1200wdt.c
9229
9230 SCHEDULER
9231 M: Ingo Molnar <mingo@redhat.com>
9232 M: Peter Zijlstra <peterz@infradead.org>
9233 L: linux-kernel@vger.kernel.org
9234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9235 S: Maintained
9236 F: kernel/sched/
9237 F: include/linux/sched.h
9238 F: include/uapi/linux/sched.h
9239 F: include/linux/wait.h
9240
9241 SCORE ARCHITECTURE
9242 M: Chen Liqin <liqin.linux@gmail.com>
9243 M: Lennox Wu <lennox.wu@gmail.com>
9244 W: http://www.sunplus.com
9245 S: Supported
9246 F: arch/score/
9247
9248 SCSI CDROM DRIVER
9249 M: Jens Axboe <axboe@kernel.dk>
9250 L: linux-scsi@vger.kernel.org
9251 W: http://www.kernel.dk
9252 S: Maintained
9253 F: drivers/scsi/sr*
9254
9255 SCSI RDMA PROTOCOL (SRP) INITIATOR
9256 M: Bart Van Assche <bart.vanassche@sandisk.com>
9257 L: linux-rdma@vger.kernel.org
9258 S: Supported
9259 W: http://www.openfabrics.org
9260 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9261 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9262 F: drivers/infiniband/ulp/srp/
9263 F: include/scsi/srp.h
9264
9265 SCSI SG DRIVER
9266 M: Doug Gilbert <dgilbert@interlog.com>
9267 L: linux-scsi@vger.kernel.org
9268 W: http://sg.danny.cz/sg
9269 S: Maintained
9270 F: Documentation/scsi/scsi-generic.txt
9271 F: drivers/scsi/sg.c
9272 F: include/scsi/sg.h
9273
9274 SCSI SUBSYSTEM
9275 M: "James E.J. Bottomley" <JBottomley@odin.com>
9276 L: linux-scsi@vger.kernel.org
9277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9278 S: Maintained
9279 F: drivers/scsi/
9280 F: include/scsi/
9281
9282 SCSI TAPE DRIVER
9283 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9284 L: linux-scsi@vger.kernel.org
9285 S: Maintained
9286 F: Documentation/scsi/st.txt
9287 F: drivers/scsi/st.*
9288 F: drivers/scsi/st_*.h
9289
9290 SCTP PROTOCOL
9291 M: Vlad Yasevich <vyasevich@gmail.com>
9292 M: Neil Horman <nhorman@tuxdriver.com>
9293 L: linux-sctp@vger.kernel.org
9294 W: http://lksctp.sourceforge.net
9295 S: Maintained
9296 F: Documentation/networking/sctp.txt
9297 F: include/linux/sctp.h
9298 F: include/uapi/linux/sctp.h
9299 F: include/net/sctp/
9300 F: net/sctp/
9301
9302 SCx200 CPU SUPPORT
9303 M: Jim Cromie <jim.cromie@gmail.com>
9304 S: Odd Fixes
9305 F: Documentation/i2c/busses/scx200_acb
9306 F: arch/x86/platform/scx200/
9307 F: drivers/watchdog/scx200_wdt.c
9308 F: drivers/i2c/busses/scx200*
9309 F: drivers/mtd/maps/scx200_docflash.c
9310 F: include/linux/scx200.h
9311
9312 SCx200 GPIO DRIVER
9313 M: Jim Cromie <jim.cromie@gmail.com>
9314 S: Maintained
9315 F: drivers/char/scx200_gpio.c
9316 F: include/linux/scx200_gpio.h
9317
9318 SCx200 HRT CLOCKSOURCE DRIVER
9319 M: Jim Cromie <jim.cromie@gmail.com>
9320 S: Maintained
9321 F: drivers/clocksource/scx200_hrt.c
9322
9323 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9324 M: Sascha Sommer <saschasommer@freenet.de>
9325 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9326 S: Maintained
9327 F: drivers/mmc/host/sdricoh_cs.c
9328
9329 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9330 L: linux-mmc@vger.kernel.org
9331 S: Orphan
9332 F: drivers/mmc/host/sdhci.*
9333 F: drivers/mmc/host/sdhci-pltfm.[ch]
9334
9335 SECURE COMPUTING
9336 M: Kees Cook <keescook@chromium.org>
9337 R: Andy Lutomirski <luto@amacapital.net>
9338 R: Will Drewry <wad@chromium.org>
9339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9340 S: Supported
9341 F: kernel/seccomp.c
9342 F: include/uapi/linux/seccomp.h
9343 F: include/linux/seccomp.h
9344 F: tools/testing/selftests/seccomp/*
9345 K: \bsecure_computing
9346 K: \bTIF_SECCOMP\b
9347
9348 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9349 M: Ben Dooks <ben-linux@fluff.org>
9350 M: Jaehoon Chung <jh80.chung@samsung.com>
9351 L: linux-mmc@vger.kernel.org
9352 S: Maintained
9353 F: drivers/mmc/host/sdhci-s3c*
9354
9355 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9356 M: Viresh Kumar <vireshk@kernel.org>
9357 L: spear-devel@list.st.com
9358 L: linux-mmc@vger.kernel.org
9359 S: Maintained
9360 F: drivers/mmc/host/sdhci-spear.c
9361
9362 SECURITY SUBSYSTEM
9363 M: James Morris <james.l.morris@oracle.com>
9364 M: "Serge E. Hallyn" <serge@hallyn.com>
9365 L: linux-security-module@vger.kernel.org (suggested Cc:)
9366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9367 W: http://kernsec.org/
9368 S: Supported
9369 F: security/
9370
9371 SECURITY CONTACT
9372 M: Security Officers <security@kernel.org>
9373 S: Supported
9374
9375 SELINUX SECURITY MODULE
9376 M: Paul Moore <paul@paul-moore.com>
9377 M: Stephen Smalley <sds@tycho.nsa.gov>
9378 M: Eric Paris <eparis@parisplace.org>
9379 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9380 W: http://selinuxproject.org
9381 T: git git://git.infradead.org/users/pcmoore/selinux
9382 S: Supported
9383 F: include/linux/selinux*
9384 F: security/selinux/
9385 F: scripts/selinux/
9386
9387 APPARMOR SECURITY MODULE
9388 M: John Johansen <john.johansen@canonical.com>
9389 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9390 W: apparmor.wiki.kernel.org
9391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9392 S: Supported
9393 F: security/apparmor/
9394
9395 YAMA SECURITY MODULE
9396 M: Kees Cook <keescook@chromium.org>
9397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9398 S: Supported
9399 F: security/yama/
9400
9401 SENSABLE PHANTOM
9402 M: Jiri Slaby <jirislaby@gmail.com>
9403 S: Maintained
9404 F: drivers/misc/phantom.c
9405 F: include/uapi/linux/phantom.h
9406
9407 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9408 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9409 M: Minh Tran <minh.tran@avagotech.com>
9410 M: John Soni Jose <sony.john-n@avagotech.com>
9411 L: linux-scsi@vger.kernel.org
9412 W: http://www.avagotech.com
9413 S: Supported
9414 F: drivers/scsi/be2iscsi/
9415
9416 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9417 M: Sathya Perla <sathya.perla@avagotech.com>
9418 M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9419 M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9420 M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9421 L: netdev@vger.kernel.org
9422 W: http://www.emulex.com
9423 S: Supported
9424 F: drivers/net/ethernet/emulex/benet/
9425
9426 EMULEX ONECONNECT ROCE DRIVER
9427 M: Selvin Xavier <selvin.xavier@avagotech.com>
9428 M: Devesh Sharma <devesh.sharma@avagotech.com>
9429 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9430 L: linux-rdma@vger.kernel.org
9431 W: http://www.emulex.com
9432 S: Supported
9433 F: drivers/infiniband/hw/ocrdma/
9434
9435 SFC NETWORK DRIVER
9436 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9437 M: Shradha Shah <sshah@solarflare.com>
9438 L: netdev@vger.kernel.org
9439 S: Supported
9440 F: drivers/net/ethernet/sfc/
9441
9442 SGI GRU DRIVER
9443 M: Dimitri Sivanich <sivanich@sgi.com>
9444 S: Maintained
9445 F: drivers/misc/sgi-gru/
9446
9447 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9448 M: Pat Gefre <pfg@sgi.com>
9449 L: linux-ia64@vger.kernel.org
9450 S: Supported
9451 F: Documentation/ia64/serial.txt
9452 F: drivers/tty/serial/ioc?_serial.c
9453 F: include/linux/ioc?.h
9454
9455 SGI XP/XPC/XPNET DRIVER
9456 M: Cliff Whickman <cpw@sgi.com>
9457 M: Robin Holt <robinmholt@gmail.com>
9458 S: Maintained
9459 F: drivers/misc/sgi-xp/
9460
9461 SI2157 MEDIA DRIVER
9462 M: Antti Palosaari <crope@iki.fi>
9463 L: linux-media@vger.kernel.org
9464 W: http://linuxtv.org/
9465 W: http://palosaari.fi/linux/
9466 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9467 T: git git://linuxtv.org/anttip/media_tree.git
9468 S: Maintained
9469 F: drivers/media/tuners/si2157*
9470
9471 SI2168 MEDIA DRIVER
9472 M: Antti Palosaari <crope@iki.fi>
9473 L: linux-media@vger.kernel.org
9474 W: http://linuxtv.org/
9475 W: http://palosaari.fi/linux/
9476 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9477 T: git git://linuxtv.org/anttip/media_tree.git
9478 S: Maintained
9479 F: drivers/media/dvb-frontends/si2168*
9480
9481 SI470X FM RADIO RECEIVER I2C DRIVER
9482 M: Hans Verkuil <hverkuil@xs4all.nl>
9483 L: linux-media@vger.kernel.org
9484 T: git git://linuxtv.org/media_tree.git
9485 W: http://linuxtv.org
9486 S: Odd Fixes
9487 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9488
9489 SI470X FM RADIO RECEIVER USB DRIVER
9490 M: Hans Verkuil <hverkuil@xs4all.nl>
9491 L: linux-media@vger.kernel.org
9492 T: git git://linuxtv.org/media_tree.git
9493 W: http://linuxtv.org
9494 S: Maintained
9495 F: drivers/media/radio/si470x/radio-si470x-common.c
9496 F: drivers/media/radio/si470x/radio-si470x.h
9497 F: drivers/media/radio/si470x/radio-si470x-usb.c
9498
9499 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9500 M: Eduardo Valentin <edubezval@gmail.com>
9501 L: linux-media@vger.kernel.org
9502 T: git git://linuxtv.org/media_tree.git
9503 W: http://linuxtv.org
9504 S: Odd Fixes
9505 F: drivers/media/radio/si4713/si4713.?
9506
9507 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9508 M: Eduardo Valentin <edubezval@gmail.com>
9509 L: linux-media@vger.kernel.org
9510 T: git git://linuxtv.org/media_tree.git
9511 W: http://linuxtv.org
9512 S: Odd Fixes
9513 F: drivers/media/radio/si4713/radio-platform-si4713.c
9514
9515 SI4713 FM RADIO TRANSMITTER USB DRIVER
9516 M: Hans Verkuil <hverkuil@xs4all.nl>
9517 L: linux-media@vger.kernel.org
9518 T: git git://linuxtv.org/media_tree.git
9519 W: http://linuxtv.org
9520 S: Maintained
9521 F: drivers/media/radio/si4713/radio-usb-si4713.c
9522
9523 SIANO DVB DRIVER
9524 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9525 L: linux-media@vger.kernel.org
9526 W: http://linuxtv.org
9527 T: git git://linuxtv.org/media_tree.git
9528 S: Odd fixes
9529 F: drivers/media/common/siano/
9530 F: drivers/media/usb/siano/
9531 F: drivers/media/usb/siano/
9532 F: drivers/media/mmc/siano/
9533
9534 SIMPLEFB FB DRIVER
9535 M: Hans de Goede <hdegoede@redhat.com>
9536 L: linux-fbdev@vger.kernel.org
9537 S: Maintained
9538 F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
9539 F: drivers/video/fbdev/simplefb.c
9540 F: include/linux/platform_data/simplefb.h
9541
9542 SH_VEU V4L2 MEM2MEM DRIVER
9543 L: linux-media@vger.kernel.org
9544 S: Orphan
9545 F: drivers/media/platform/sh_veu.c
9546
9547 SH_VOU V4L2 OUTPUT DRIVER
9548 L: linux-media@vger.kernel.org
9549 S: Orphan
9550 F: drivers/media/platform/sh_vou.c
9551 F: include/media/sh_vou.h
9552
9553 SIMPLE FIRMWARE INTERFACE (SFI)
9554 M: Len Brown <lenb@kernel.org>
9555 L: sfi-devel@simplefirmware.org
9556 W: http://simplefirmware.org/
9557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9558 S: Supported
9559 F: arch/x86/platform/sfi/
9560 F: drivers/sfi/
9561 F: include/linux/sfi*.h
9562
9563 SIMTEC EB110ATX (Chalice CATS)
9564 P: Ben Dooks
9565 P: Vincent Sanders <vince@simtec.co.uk>
9566 M: Simtec Linux Team <linux@simtec.co.uk>
9567 W: http://www.simtec.co.uk/products/EB110ATX/
9568 S: Supported
9569
9570 SIMTEC EB2410ITX (BAST)
9571 P: Ben Dooks
9572 P: Vincent Sanders <vince@simtec.co.uk>
9573 M: Simtec Linux Team <linux@simtec.co.uk>
9574 W: http://www.simtec.co.uk/products/EB2410ITX/
9575 S: Supported
9576 F: arch/arm/mach-s3c24xx/mach-bast.c
9577 F: arch/arm/mach-s3c24xx/bast-ide.c
9578 F: arch/arm/mach-s3c24xx/bast-irq.c
9579
9580 TI DAVINCI MACHINE SUPPORT
9581 M: Sekhar Nori <nsekhar@ti.com>
9582 M: Kevin Hilman <khilman@deeprootsystems.com>
9583 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9584 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9585 S: Supported
9586 F: arch/arm/mach-davinci/
9587 F: drivers/i2c/busses/i2c-davinci.c
9588
9589 TI DAVINCI SERIES MEDIA DRIVER
9590 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9591 L: linux-media@vger.kernel.org
9592 W: http://linuxtv.org/
9593 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9594 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9595 S: Maintained
9596 F: drivers/media/platform/davinci/
9597 F: include/media/davinci/
9598
9599 TI AM437X VPFE DRIVER
9600 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9601 L: linux-media@vger.kernel.org
9602 W: http://linuxtv.org/
9603 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9604 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9605 S: Maintained
9606 F: drivers/media/platform/am437x/
9607
9608 OV2659 OMNIVISION SENSOR DRIVER
9609 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9610 L: linux-media@vger.kernel.org
9611 W: http://linuxtv.org/
9612 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9613 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9614 S: Maintained
9615 F: drivers/media/i2c/ov2659.c
9616 F: include/media/ov2659.h
9617
9618 SILICON MOTION SM712 FRAME BUFFER DRIVER
9619 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9620 M: Teddy Wang <teddy.wang@siliconmotion.com>
9621 M: Sudip Mukherjee <sudip@vectorindia.org>
9622 L: linux-fbdev@vger.kernel.org
9623 S: Maintained
9624 F: drivers/video/fbdev/sm712*
9625 F: Documentation/fb/sm712fb.txt
9626
9627 SIS 190 ETHERNET DRIVER
9628 M: Francois Romieu <romieu@fr.zoreil.com>
9629 L: netdev@vger.kernel.org
9630 S: Maintained
9631 F: drivers/net/ethernet/sis/sis190.c
9632
9633 SIS 900/7016 FAST ETHERNET DRIVER
9634 M: Daniele Venzano <venza@brownhat.org>
9635 W: http://www.brownhat.org/sis900.html
9636 L: netdev@vger.kernel.org
9637 S: Maintained
9638 F: drivers/net/ethernet/sis/sis900.*
9639
9640 SIS FRAMEBUFFER DRIVER
9641 M: Thomas Winischhofer <thomas@winischhofer.net>
9642 W: http://www.winischhofer.net/linuxsisvga.shtml
9643 S: Maintained
9644 F: Documentation/fb/sisfb.txt
9645 F: drivers/video/fbdev/sis/
9646 F: include/video/sisfb.h
9647
9648 SIS USB2VGA DRIVER
9649 M: Thomas Winischhofer <thomas@winischhofer.net>
9650 W: http://www.winischhofer.at/linuxsisusbvga.shtml
9651 S: Maintained
9652 F: drivers/usb/misc/sisusbvga/
9653
9654 SLAB ALLOCATOR
9655 M: Christoph Lameter <cl@linux.com>
9656 M: Pekka Enberg <penberg@kernel.org>
9657 M: David Rientjes <rientjes@google.com>
9658 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9659 M: Andrew Morton <akpm@linux-foundation.org>
9660 L: linux-mm@kvack.org
9661 S: Maintained
9662 F: include/linux/sl?b*.h
9663 F: mm/sl?b*
9664
9665 SLEEPABLE READ-COPY UPDATE (SRCU)
9666 M: Lai Jiangshan <jiangshanlai@gmail.com>
9667 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9668 M: Josh Triplett <josh@joshtriplett.org>
9669 R: Steven Rostedt <rostedt@goodmis.org>
9670 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9671 L: linux-kernel@vger.kernel.org
9672 W: http://www.rdrop.com/users/paulmck/RCU/
9673 S: Supported
9674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9675 F: include/linux/srcu.h
9676 F: kernel/rcu/srcu.c
9677
9678 SMACK SECURITY MODULE
9679 M: Casey Schaufler <casey@schaufler-ca.com>
9680 L: linux-security-module@vger.kernel.org
9681 W: http://schaufler-ca.com
9682 T: git git://git.gitorious.org/smack-next/kernel.git
9683 S: Maintained
9684 F: Documentation/security/Smack.txt
9685 F: security/smack/
9686
9687 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9688 M: Kevin Hilman <khilman@kernel.org>
9689 M: Nishanth Menon <nm@ti.com>
9690 S: Maintained
9691 F: drivers/power/avs/
9692 F: include/linux/power/smartreflex.h
9693 L: linux-pm@vger.kernel.org
9694
9695 SMC91x ETHERNET DRIVER
9696 M: Nicolas Pitre <nico@fluxnic.net>
9697 S: Odd Fixes
9698 F: drivers/net/ethernet/smsc/smc91x.*
9699
9700 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9701 M: Sakari Ailus <sakari.ailus@iki.fi>
9702 L: linux-media@vger.kernel.org
9703 S: Maintained
9704 F: drivers/media/i2c/smiapp/
9705 F: include/media/smiapp.h
9706 F: drivers/media/i2c/smiapp-pll.c
9707 F: drivers/media/i2c/smiapp-pll.h
9708 F: include/uapi/linux/smiapp.h
9709 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9710
9711 SMM665 HARDWARE MONITOR DRIVER
9712 M: Guenter Roeck <linux@roeck-us.net>
9713 L: lm-sensors@lm-sensors.org
9714 S: Maintained
9715 F: Documentation/hwmon/smm665
9716 F: drivers/hwmon/smm665.c
9717
9718 SMSC EMC2103 HARDWARE MONITOR DRIVER
9719 M: Steve Glendinning <steve.glendinning@shawell.net>
9720 L: lm-sensors@lm-sensors.org
9721 S: Maintained
9722 F: Documentation/hwmon/emc2103
9723 F: drivers/hwmon/emc2103.c
9724
9725 SMSC SCH5627 HARDWARE MONITOR DRIVER
9726 M: Hans de Goede <hdegoede@redhat.com>
9727 L: lm-sensors@lm-sensors.org
9728 S: Supported
9729 F: Documentation/hwmon/sch5627
9730 F: drivers/hwmon/sch5627.c
9731
9732 SMSC47B397 HARDWARE MONITOR DRIVER
9733 M: Jean Delvare <jdelvare@suse.com>
9734 L: lm-sensors@lm-sensors.org
9735 S: Maintained
9736 F: Documentation/hwmon/smsc47b397
9737 F: drivers/hwmon/smsc47b397.c
9738
9739 SMSC911x ETHERNET DRIVER
9740 M: Steve Glendinning <steve.glendinning@shawell.net>
9741 L: netdev@vger.kernel.org
9742 S: Maintained
9743 F: include/linux/smsc911x.h
9744 F: drivers/net/ethernet/smsc/smsc911x.*
9745
9746 SMSC9420 PCI ETHERNET DRIVER
9747 M: Steve Glendinning <steve.glendinning@shawell.net>
9748 L: netdev@vger.kernel.org
9749 S: Maintained
9750 F: drivers/net/ethernet/smsc/smsc9420.*
9751
9752 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9753 M: Steve Glendinning <steve.glendinning@shawell.net>
9754 L: linux-fbdev@vger.kernel.org
9755 S: Maintained
9756 F: drivers/video/fbdev/smscufx.c
9757
9758 SOC-CAMERA V4L2 SUBSYSTEM
9759 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9760 L: linux-media@vger.kernel.org
9761 T: git git://linuxtv.org/media_tree.git
9762 S: Maintained
9763 F: include/media/soc*
9764 F: drivers/media/i2c/soc_camera/
9765 F: drivers/media/platform/soc_camera/
9766
9767 SOEKRIS NET48XX LED SUPPORT
9768 M: Chris Boot <bootc@bootc.net>
9769 S: Maintained
9770 F: drivers/leds/leds-net48xx.c
9771
9772 SOFTLOGIC 6x10 MPEG CODEC
9773 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9774 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9775 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
9776 M: Ismael Luceno <ismael@iodev.co.uk>
9777 L: linux-media@vger.kernel.org
9778 S: Supported
9779 F: drivers/media/pci/solo6x10/
9780
9781 SOFTWARE RAID (Multiple Disks) SUPPORT
9782 M: Neil Brown <neilb@suse.com>
9783 L: linux-raid@vger.kernel.org
9784 S: Supported
9785 F: drivers/md/
9786 F: include/linux/raid/
9787 F: include/uapi/linux/raid/
9788
9789 SONIC NETWORK DRIVER
9790 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9791 L: netdev@vger.kernel.org
9792 S: Maintained
9793 F: drivers/net/ethernet/natsemi/sonic.*
9794
9795 SONICS SILICON BACKPLANE DRIVER (SSB)
9796 M: Michael Buesch <m@bues.ch>
9797 L: netdev@vger.kernel.org
9798 S: Maintained
9799 F: drivers/ssb/
9800 F: include/linux/ssb/
9801
9802 SONY VAIO CONTROL DEVICE DRIVER
9803 M: Mattia Dongili <malattia@linux.it>
9804 L: platform-driver-x86@vger.kernel.org
9805 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9806 S: Maintained
9807 F: Documentation/laptops/sony-laptop.txt
9808 F: drivers/char/sonypi.c
9809 F: drivers/platform/x86/sony-laptop.c
9810 F: include/linux/sony-laptop.h
9811
9812 SONY MEMORYSTICK CARD SUPPORT
9813 M: Alex Dubov <oakad@yahoo.com>
9814 W: http://tifmxx.berlios.de/
9815 S: Maintained
9816 F: drivers/memstick/host/tifm_ms.c
9817
9818 SONY MEMORYSTICK STANDARD SUPPORT
9819 M: Maxim Levitsky <maximlevitsky@gmail.com>
9820 S: Maintained
9821 F: drivers/memstick/core/ms_block.*
9822
9823 SOUND
9824 M: Jaroslav Kysela <perex@perex.cz>
9825 M: Takashi Iwai <tiwai@suse.com>
9826 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9827 W: http://www.alsa-project.org/
9828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9829 T: git git://git.alsa-project.org/alsa-kernel.git
9830 Q: http://patchwork.kernel.org/project/alsa-devel/list/
9831 S: Maintained
9832 F: Documentation/sound/
9833 F: include/sound/
9834 F: include/uapi/sound/
9835 F: sound/
9836
9837 SOUND - COMPRESSED AUDIO
9838 M: Vinod Koul <vinod.koul@intel.com>
9839 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9841 S: Supported
9842 F: Documentation/sound/alsa/compress_offload.txt
9843 F: include/sound/compress_driver.h
9844 F: include/uapi/sound/compress_*
9845 F: sound/core/compress_offload.c
9846 F: sound/soc/soc-compress.c
9847
9848 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9849 M: Liam Girdwood <lgirdwood@gmail.com>
9850 M: Mark Brown <broonie@kernel.org>
9851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9852 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9853 W: http://alsa-project.org/main/index.php/ASoC
9854 S: Supported
9855 F: Documentation/sound/alsa/soc/
9856 F: sound/soc/
9857 F: include/sound/soc*
9858
9859 SOUND - DMAENGINE HELPERS
9860 M: Lars-Peter Clausen <lars@metafoo.de>
9861 S: Supported
9862 F: include/sound/dmaengine_pcm.h
9863 F: sound/core/pcm_dmaengine.c
9864 F: sound/soc/soc-generic-dmaengine-pcm.c
9865
9866 SP2 MEDIA DRIVER
9867 M: Olli Salonen <olli.salonen@iki.fi>
9868 L: linux-media@vger.kernel.org
9869 W: http://linuxtv.org/
9870 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9871 S: Maintained
9872 F: drivers/media/dvb-frontends/sp2*
9873
9874 SPARC + UltraSPARC (sparc/sparc64)
9875 M: "David S. Miller" <davem@davemloft.net>
9876 L: sparclinux@vger.kernel.org
9877 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
9878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9880 S: Maintained
9881 F: arch/sparc/
9882 F: drivers/sbus/
9883
9884 SPARC SERIAL DRIVERS
9885 M: "David S. Miller" <davem@davemloft.net>
9886 L: sparclinux@vger.kernel.org
9887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9889 S: Maintained
9890 F: include/linux/sunserialcore.h
9891 F: drivers/tty/serial/suncore.c
9892 F: drivers/tty/serial/sunhv.c
9893 F: drivers/tty/serial/sunsab.c
9894 F: drivers/tty/serial/sunsab.h
9895 F: drivers/tty/serial/sunsu.c
9896 F: drivers/tty/serial/sunzilog.c
9897 F: drivers/tty/serial/sunzilog.h
9898
9899 SPARSE CHECKER
9900 M: "Christopher Li" <sparse@chrisli.org>
9901 L: linux-sparse@vger.kernel.org
9902 W: https://sparse.wiki.kernel.org/
9903 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9904 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9905 S: Maintained
9906 F: include/linux/compiler.h
9907
9908 SPEAR PLATFORM SUPPORT
9909 M: Viresh Kumar <vireshk@kernel.org>
9910 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9911 L: spear-devel@list.st.com
9912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9913 W: http://www.st.com/spear
9914 S: Maintained
9915 F: arch/arm/mach-spear/
9916
9917 SPEAR CLOCK FRAMEWORK SUPPORT
9918 M: Viresh Kumar <vireshk@kernel.org>
9919 L: spear-devel@list.st.com
9920 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9921 W: http://www.st.com/spear
9922 S: Maintained
9923 F: drivers/clk/spear/
9924
9925 SPI SUBSYSTEM
9926 M: Mark Brown <broonie@kernel.org>
9927 L: linux-spi@vger.kernel.org
9928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9929 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
9930 S: Maintained
9931 F: Documentation/spi/
9932 F: drivers/spi/
9933 F: include/linux/spi/
9934 F: include/uapi/linux/spi/
9935
9936 SPIDERNET NETWORK DRIVER for CELL
9937 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9938 L: netdev@vger.kernel.org
9939 S: Supported
9940 F: Documentation/networking/spider_net.txt
9941 F: drivers/net/ethernet/toshiba/spider_net*
9942
9943 SPU FILE SYSTEM
9944 M: Jeremy Kerr <jk@ozlabs.org>
9945 L: linuxppc-dev@lists.ozlabs.org
9946 W: http://www.ibm.com/developerworks/power/cell/
9947 S: Supported
9948 F: Documentation/filesystems/spufs.txt
9949 F: arch/powerpc/platforms/cell/spufs/
9950
9951 SQUASHFS FILE SYSTEM
9952 M: Phillip Lougher <phillip@squashfs.org.uk>
9953 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
9954 W: http://squashfs.org.uk
9955 S: Maintained
9956 F: Documentation/filesystems/squashfs.txt
9957 F: fs/squashfs/
9958
9959 SRM (Alpha) environment access
9960 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
9961 S: Maintained
9962 F: arch/alpha/kernel/srm_env.c
9963
9964 STABLE BRANCH
9965 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9966 L: stable@vger.kernel.org
9967 S: Supported
9968 F: Documentation/stable_kernel_rules.txt
9969
9970 STAGING SUBSYSTEM
9971 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9973 L: devel@driverdev.osuosl.org
9974 S: Supported
9975 F: drivers/staging/
9976
9977 STAGING - COMEDI
9978 M: Ian Abbott <abbotti@mev.co.uk>
9979 M: H Hartley Sweeten <hsweeten@visionengravers.com>
9980 S: Odd Fixes
9981 F: drivers/staging/comedi/
9982
9983 STAGING - FLARION FT1000 DRIVERS
9984 M: Marek Belisko <marek.belisko@gmail.com>
9985 S: Odd Fixes
9986 F: drivers/staging/ft1000/
9987
9988 STAGING - INDUSTRIAL IO
9989 M: Jonathan Cameron <jic23@kernel.org>
9990 L: linux-iio@vger.kernel.org
9991 S: Odd Fixes
9992 F: drivers/staging/iio/
9993
9994 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9995 M: Jarod Wilson <jarod@wilsonet.com>
9996 W: http://www.lirc.org/
9997 S: Odd Fixes
9998 F: drivers/staging/media/lirc/
9999
10000 STAGING - LUSTRE PARALLEL FILESYSTEM
10001 M: Oleg Drokin <oleg.drokin@intel.com>
10002 M: Andreas Dilger <andreas.dilger@intel.com>
10003 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10004 W: http://wiki.lustre.org/
10005 S: Maintained
10006 F: drivers/staging/lustre
10007
10008 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10009 M: Marc Dietrich <marvin24@gmx.de>
10010 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10011 L: linux-tegra@vger.kernel.org
10012 S: Maintained
10013 F: drivers/staging/nvec/
10014
10015 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10016 M: Jens Frederich <jfrederich@gmail.com>
10017 M: Daniel Drake <dsd@laptop.org>
10018 M: Jon Nettleton <jon.nettleton@gmail.com>
10019 W: http://wiki.laptop.org/go/DCON
10020 S: Maintained
10021 F: drivers/staging/olpc_dcon/
10022
10023 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10024 M: Willy Tarreau <willy@meta-x.org>
10025 S: Odd Fixes
10026 F: drivers/staging/panel/
10027
10028 STAGING - REALTEK RTL8712U DRIVERS
10029 M: Larry Finger <Larry.Finger@lwfinger.net>
10030 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10031 S: Odd Fixes
10032 F: drivers/staging/rtl8712/
10033
10034 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10035 M: Larry Finger <Larry.Finger@lwfinger.net>
10036 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10037 L: linux-wireless@vger.kernel.org
10038 S: Maintained
10039 F: drivers/staging/rtl8723au/
10040
10041 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10042 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10043 M: Teddy Wang <teddy.wang@siliconmotion.com>
10044 M: Sudip Mukherjee <sudip@vectorindia.org>
10045 L: linux-fbdev@vger.kernel.org
10046 S: Maintained
10047 F: drivers/staging/sm750fb/
10048
10049 STAGING - SLICOSS
10050 M: Lior Dotan <liodot@gmail.com>
10051 M: Christopher Harrer <charrer@alacritech.com>
10052 S: Odd Fixes
10053 F: drivers/staging/slicoss/
10054
10055 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10056 M: William Hubbs <w.d.hubbs@gmail.com>
10057 M: Chris Brannon <chris@the-brannons.com>
10058 M: Kirk Reiser <kirk@reisers.ca>
10059 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10060 L: speakup@linux-speakup.org
10061 W: http://www.linux-speakup.org/
10062 S: Odd Fixes
10063 F: drivers/staging/speakup/
10064
10065 STAGING - VIA VT665X DRIVERS
10066 M: Forest Bond <forest@alittletooquiet.net>
10067 S: Odd Fixes
10068 F: drivers/staging/vt665?/
10069
10070 STAGING - WILC1000 WIFI DRIVER
10071 M: Johnny Kim <johnny.kim@atmel.com>
10072 M: Rachel Kim <rachel.kim@atmel.com>
10073 M: Dean Lee <dean.lee@atmel.com>
10074 M: Chris Park <chris.park@atmel.com>
10075 L: linux-wireless@vger.kernel.org
10076 S: Supported
10077 F: drivers/staging/wilc1000/
10078
10079 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10080 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10081 S: Odd Fixes
10082 F: drivers/staging/xgifb/
10083
10084 HFI1 DRIVER
10085 M: Mike Marciniszyn <infinipath@intel.com>
10086 L: linux-rdma@vger.kernel.org
10087 S: Supported
10088 F: drivers/staging/rdma/hfi1
10089
10090 STARFIRE/DURALAN NETWORK DRIVER
10091 M: Ion Badulescu <ionut@badula.org>
10092 S: Odd Fixes
10093 F: drivers/net/ethernet/adaptec/starfire*
10094
10095 SUN3/3X
10096 M: Sam Creasey <sammy@sammy.net>
10097 W: http://sammy.net/sun3/
10098 S: Maintained
10099 F: arch/m68k/kernel/*sun3*
10100 F: arch/m68k/sun3*/
10101 F: arch/m68k/include/asm/sun3*
10102 F: drivers/net/ethernet/i825xx/sun3*
10103
10104 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10105 M: Hans de Goede <hdegoede@redhat.com>
10106 L: linux-input@vger.kernel.org
10107 S: Maintained
10108 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10109 F: drivers/input/keyboard/sun4i-lradc-keys.c
10110
10111 SUNDANCE NETWORK DRIVER
10112 M: Denis Kirjanov <kda@linux-powerpc.org>
10113 L: netdev@vger.kernel.org
10114 S: Maintained
10115 F: drivers/net/ethernet/dlink/sundance.c
10116
10117 SUPERH
10118 L: linux-sh@vger.kernel.org
10119 Q: http://patchwork.kernel.org/project/linux-sh/list/
10120 S: Orphan
10121 F: Documentation/sh/
10122 F: arch/sh/
10123 F: drivers/sh/
10124
10125 SUSPEND TO RAM
10126 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10127 M: Len Brown <len.brown@intel.com>
10128 M: Pavel Machek <pavel@ucw.cz>
10129 L: linux-pm@vger.kernel.org
10130 S: Supported
10131 F: Documentation/power/
10132 F: arch/x86/kernel/acpi/
10133 F: drivers/base/power/
10134 F: kernel/power/
10135 F: include/linux/suspend.h
10136 F: include/linux/freezer.h
10137 F: include/linux/pm.h
10138
10139 SVGA HANDLING
10140 M: Martin Mares <mj@ucw.cz>
10141 L: linux-video@atrey.karlin.mff.cuni.cz
10142 S: Maintained
10143 F: Documentation/svga.txt
10144 F: arch/x86/boot/video*
10145
10146 SWIOTLB SUBSYSTEM
10147 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10148 L: linux-kernel@vger.kernel.org
10149 S: Supported
10150 F: lib/swiotlb.c
10151 F: arch/*/kernel/pci-swiotlb.c
10152 F: include/linux/swiotlb.h
10153
10154 SWITCHDEV
10155 M: Jiri Pirko <jiri@resnulli.us>
10156 L: netdev@vger.kernel.org
10157 S: Supported
10158 F: net/switchdev/
10159 F: include/net/switchdev.h
10160
10161 SYNOPSYS ARC ARCHITECTURE
10162 M: Vineet Gupta <vgupta@synopsys.com>
10163 L: linux-snps-arc@lists.infraded.org
10164 S: Supported
10165 F: arch/arc/
10166 F: Documentation/devicetree/bindings/arc/*
10167 F: drivers/tty/serial/arc_uart.c
10168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10169
10170 SYNOPSYS ARC SDP platform support
10171 M: Alexey Brodkin <abrodkin@synopsys.com>
10172 S: Supported
10173 F: arch/arc/plat-axs10x
10174 F: arch/arc/boot/dts/ax*
10175 F: Documentation/devicetree/bindings/arc/axs10*
10176
10177 SYSTEM CONFIGURATION (SYSCON)
10178 M: Lee Jones <lee.jones@linaro.org>
10179 M: Arnd Bergmann <arnd@arndb.de>
10180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10181 S: Supported
10182 F: drivers/mfd/syscon.c
10183
10184 SYSV FILESYSTEM
10185 M: Christoph Hellwig <hch@infradead.org>
10186 S: Maintained
10187 F: Documentation/filesystems/sysv-fs.txt
10188 F: fs/sysv/
10189 F: include/linux/sysv_fs.h
10190
10191 TARGET SUBSYSTEM
10192 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10193 L: linux-scsi@vger.kernel.org
10194 L: target-devel@vger.kernel.org
10195 W: http://www.linux-iscsi.org
10196 W: http://groups.google.com/group/linux-iscsi-target-dev
10197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10198 S: Supported
10199 F: drivers/target/
10200 F: include/target/
10201 F: Documentation/target/
10202
10203 TASKSTATS STATISTICS INTERFACE
10204 M: Balbir Singh <bsingharora@gmail.com>
10205 S: Maintained
10206 F: Documentation/accounting/taskstats*
10207 F: include/linux/taskstats*
10208 F: kernel/taskstats.c
10209
10210 TC CLASSIFIER
10211 M: Jamal Hadi Salim <jhs@mojatatu.com>
10212 L: netdev@vger.kernel.org
10213 S: Maintained
10214 F: include/net/pkt_cls.h
10215 F: include/uapi/linux/pkt_cls.h
10216 F: net/sched/
10217
10218 TCP LOW PRIORITY MODULE
10219 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10220 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10221 W: http://tcp-lp-mod.sourceforge.net/
10222 S: Maintained
10223 F: net/ipv4/tcp_lp.c
10224
10225 TDA10071 MEDIA DRIVER
10226 M: Antti Palosaari <crope@iki.fi>
10227 L: linux-media@vger.kernel.org
10228 W: http://linuxtv.org/
10229 W: http://palosaari.fi/linux/
10230 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10231 T: git git://linuxtv.org/anttip/media_tree.git
10232 S: Maintained
10233 F: drivers/media/dvb-frontends/tda10071*
10234
10235 TDA18212 MEDIA DRIVER
10236 M: Antti Palosaari <crope@iki.fi>
10237 L: linux-media@vger.kernel.org
10238 W: http://linuxtv.org/
10239 W: http://palosaari.fi/linux/
10240 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10241 T: git git://linuxtv.org/anttip/media_tree.git
10242 S: Maintained
10243 F: drivers/media/tuners/tda18212*
10244
10245 TDA18218 MEDIA DRIVER
10246 M: Antti Palosaari <crope@iki.fi>
10247 L: linux-media@vger.kernel.org
10248 W: http://linuxtv.org/
10249 W: http://palosaari.fi/linux/
10250 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10251 T: git git://linuxtv.org/anttip/media_tree.git
10252 S: Maintained
10253 F: drivers/media/tuners/tda18218*
10254
10255 TDA18271 MEDIA DRIVER
10256 M: Michael Krufky <mkrufky@linuxtv.org>
10257 L: linux-media@vger.kernel.org
10258 W: http://linuxtv.org/
10259 W: http://github.com/mkrufky
10260 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10261 T: git git://linuxtv.org/mkrufky/tuners.git
10262 S: Maintained
10263 F: drivers/media/tuners/tda18271*
10264
10265 TDA827x MEDIA DRIVER
10266 M: Michael Krufky <mkrufky@linuxtv.org>
10267 L: linux-media@vger.kernel.org
10268 W: http://linuxtv.org/
10269 W: http://github.com/mkrufky
10270 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10271 T: git git://linuxtv.org/mkrufky/tuners.git
10272 S: Maintained
10273 F: drivers/media/tuners/tda8290.*
10274
10275 TDA8290 MEDIA DRIVER
10276 M: Michael Krufky <mkrufky@linuxtv.org>
10277 L: linux-media@vger.kernel.org
10278 W: http://linuxtv.org/
10279 W: http://github.com/mkrufky
10280 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10281 T: git git://linuxtv.org/mkrufky/tuners.git
10282 S: Maintained
10283 F: drivers/media/tuners/tda8290.*
10284
10285 TDA9840 MEDIA DRIVER
10286 M: Hans Verkuil <hverkuil@xs4all.nl>
10287 L: linux-media@vger.kernel.org
10288 T: git git://linuxtv.org/media_tree.git
10289 W: http://linuxtv.org
10290 S: Maintained
10291 F: drivers/media/i2c/tda9840*
10292
10293 TEA5761 TUNER DRIVER
10294 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10295 L: linux-media@vger.kernel.org
10296 W: http://linuxtv.org
10297 T: git git://linuxtv.org/media_tree.git
10298 S: Odd fixes
10299 F: drivers/media/tuners/tea5761.*
10300
10301 TEA5767 TUNER DRIVER
10302 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10303 L: linux-media@vger.kernel.org
10304 W: http://linuxtv.org
10305 T: git git://linuxtv.org/media_tree.git
10306 S: Maintained
10307 F: drivers/media/tuners/tea5767.*
10308
10309 TEA6415C MEDIA DRIVER
10310 M: Hans Verkuil <hverkuil@xs4all.nl>
10311 L: linux-media@vger.kernel.org
10312 T: git git://linuxtv.org/media_tree.git
10313 W: http://linuxtv.org
10314 S: Maintained
10315 F: drivers/media/i2c/tea6415c*
10316
10317 TEA6420 MEDIA DRIVER
10318 M: Hans Verkuil <hverkuil@xs4all.nl>
10319 L: linux-media@vger.kernel.org
10320 T: git git://linuxtv.org/media_tree.git
10321 W: http://linuxtv.org
10322 S: Maintained
10323 F: drivers/media/i2c/tea6420*
10324
10325 TEAM DRIVER
10326 M: Jiri Pirko <jiri@resnulli.us>
10327 L: netdev@vger.kernel.org
10328 S: Supported
10329 F: drivers/net/team/
10330 F: include/linux/if_team.h
10331 F: include/uapi/linux/if_team.h
10332
10333 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10334 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10335 S: Maintained
10336 F: arch/x86/platform/ts5500/
10337
10338 TECHNOTREND USB IR RECEIVER
10339 M: Sean Young <sean@mess.org>
10340 L: linux-media@vger.kernel.org
10341 S: Maintained
10342 F: drivers/media/rc/ttusbir.c
10343
10344 TEGRA ARCHITECTURE SUPPORT
10345 M: Stephen Warren <swarren@wwwdotorg.org>
10346 M: Thierry Reding <thierry.reding@gmail.com>
10347 M: Alexandre Courbot <gnurou@gmail.com>
10348 L: linux-tegra@vger.kernel.org
10349 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10350 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10351 S: Supported
10352 N: [^a-z]tegra
10353
10354 TEGRA CLOCK DRIVER
10355 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10356 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10357 S: Supported
10358 F: drivers/clk/tegra/
10359
10360 TEGRA DMA DRIVER
10361 M: Laxman Dewangan <ldewangan@nvidia.com>
10362 S: Supported
10363 F: drivers/dma/tegra20-apb-dma.c
10364
10365 TEGRA I2C DRIVER
10366 M: Laxman Dewangan <ldewangan@nvidia.com>
10367 S: Supported
10368 F: drivers/i2c/busses/i2c-tegra.c
10369
10370 TEGRA IOMMU DRIVERS
10371 M: Hiroshi Doyu <hdoyu@nvidia.com>
10372 S: Supported
10373 F: drivers/iommu/tegra*
10374
10375 TEGRA KBC DRIVER
10376 M: Rakesh Iyer <riyer@nvidia.com>
10377 M: Laxman Dewangan <ldewangan@nvidia.com>
10378 S: Supported
10379 F: drivers/input/keyboard/tegra-kbc.c
10380
10381 TEGRA PWM DRIVER
10382 M: Thierry Reding <thierry.reding@gmail.com>
10383 S: Supported
10384 F: drivers/pwm/pwm-tegra.c
10385
10386 TEGRA SERIAL DRIVER
10387 M: Laxman Dewangan <ldewangan@nvidia.com>
10388 S: Supported
10389 F: drivers/tty/serial/serial-tegra.c
10390
10391 TEGRA SPI DRIVER
10392 M: Laxman Dewangan <ldewangan@nvidia.com>
10393 S: Supported
10394 F: drivers/spi/spi-tegra*
10395
10396 TEHUTI ETHERNET DRIVER
10397 M: Andy Gospodarek <andy@greyhouse.net>
10398 L: netdev@vger.kernel.org
10399 S: Supported
10400 F: drivers/net/ethernet/tehuti/*
10401
10402 Telecom Clock Driver for MCPL0010
10403 M: Mark Gross <mark.gross@intel.com>
10404 S: Supported
10405 F: drivers/char/tlclk.c
10406
10407 TENSILICA XTENSA PORT (xtensa)
10408 M: Chris Zankel <chris@zankel.net>
10409 M: Max Filippov <jcmvbkbc@gmail.com>
10410 L: linux-xtensa@linux-xtensa.org
10411 S: Maintained
10412 F: arch/xtensa/
10413 F: drivers/irqchip/irq-xtensa-*
10414
10415 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10416 M: Hans Verkuil <hverkuil@xs4all.nl>
10417 L: linux-media@vger.kernel.org
10418 T: git git://linuxtv.org/media_tree.git
10419 W: http://linuxtv.org
10420 S: Maintained
10421 F: drivers/media/radio/radio-raremono.c
10422
10423 THERMAL
10424 M: Zhang Rui <rui.zhang@intel.com>
10425 M: Eduardo Valentin <edubezval@gmail.com>
10426 L: linux-pm@vger.kernel.org
10427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10429 Q: https://patchwork.kernel.org/project/linux-pm/list/
10430 S: Supported
10431 F: drivers/thermal/
10432 F: include/linux/thermal.h
10433 F: include/uapi/linux/thermal.h
10434 F: include/linux/cpu_cooling.h
10435 F: Documentation/devicetree/bindings/thermal/
10436
10437 THERMAL/CPU_COOLING
10438 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10439 M: Viresh Kumar <viresh.kumar@linaro.org>
10440 M: Javi Merino <javi.merino@arm.com>
10441 L: linux-pm@vger.kernel.org
10442 S: Supported
10443 F: Documentation/thermal/cpu-cooling-api.txt
10444 F: drivers/thermal/cpu_cooling.c
10445 F: include/linux/cpu_cooling.h
10446
10447 THINGM BLINK(1) USB RGB LED DRIVER
10448 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10449 S: Maintained
10450 F: drivers/hid/hid-thingm.c
10451
10452 THINKPAD ACPI EXTRAS DRIVER
10453 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10454 L: ibm-acpi-devel@lists.sourceforge.net
10455 L: platform-driver-x86@vger.kernel.org
10456 W: http://ibm-acpi.sourceforge.net
10457 W: http://thinkwiki.org/wiki/Ibm-acpi
10458 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10459 S: Maintained
10460 F: drivers/platform/x86/thinkpad_acpi.c
10461
10462 TI BANDGAP AND THERMAL DRIVER
10463 M: Eduardo Valentin <edubezval@gmail.com>
10464 L: linux-pm@vger.kernel.org
10465 L: linux-omap@vger.kernel.org
10466 S: Maintained
10467 F: drivers/thermal/ti-soc-thermal/
10468
10469 TI CDCE706 CLOCK DRIVER
10470 M: Max Filippov <jcmvbkbc@gmail.com>
10471 S: Maintained
10472 F: drivers/clk/clk-cdce706.c
10473
10474 TI CLOCK DRIVER
10475 M: Tero Kristo <t-kristo@ti.com>
10476 L: linux-omap@vger.kernel.org
10477 S: Maintained
10478 F: drivers/clk/ti/
10479 F: include/linux/clk/ti.h
10480
10481 TI FLASH MEDIA INTERFACE DRIVER
10482 M: Alex Dubov <oakad@yahoo.com>
10483 S: Maintained
10484 F: drivers/misc/tifm*
10485 F: drivers/mmc/host/tifm_sd.c
10486 F: include/linux/tifm.h
10487
10488 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10489 M: Santosh Shilimkar <ssantosh@kernel.org>
10490 L: linux-kernel@vger.kernel.org
10491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10492 S: Maintained
10493 F: drivers/soc/ti/*
10494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10495
10496
10497 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10498 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10499 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10500 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10501 S: Maintained
10502 F: sound/soc/codecs/lm49453*
10503 F: sound/soc/codecs/isabelle*
10504
10505 TI LP855x BACKLIGHT DRIVER
10506 M: Milo Kim <milo.kim@ti.com>
10507 S: Maintained
10508 F: Documentation/backlight/lp855x-driver.txt
10509 F: drivers/video/backlight/lp855x_bl.c
10510 F: include/linux/platform_data/lp855x.h
10511
10512 TI LP8727 CHARGER DRIVER
10513 M: Milo Kim <milo.kim@ti.com>
10514 S: Maintained
10515 F: drivers/power/lp8727_charger.c
10516 F: include/linux/platform_data/lp8727.h
10517
10518 TI LP8788 MFD DRIVER
10519 M: Milo Kim <milo.kim@ti.com>
10520 S: Maintained
10521 F: drivers/iio/adc/lp8788_adc.c
10522 F: drivers/leds/leds-lp8788.c
10523 F: drivers/mfd/lp8788*.c
10524 F: drivers/power/lp8788-charger.c
10525 F: drivers/regulator/lp8788-*.c
10526 F: include/linux/mfd/lp8788*.h
10527
10528 TI NETCP ETHERNET DRIVER
10529 M: Wingman Kwok <w-kwok2@ti.com>
10530 M: Murali Karicheri <m-karicheri2@ti.com>
10531 L: netdev@vger.kernel.org
10532 S: Maintained
10533 F: drivers/net/ethernet/ti/netcp*
10534
10535 TI TAS571X FAMILY ASoC CODEC DRIVER
10536 M: Kevin Cernekee <cernekee@chromium.org>
10537 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10538 S: Odd Fixes
10539 F: sound/soc/codecs/tas571x*
10540
10541 TI TWL4030 SERIES SOC CODEC DRIVER
10542 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10543 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10544 S: Maintained
10545 F: sound/soc/codecs/twl4030*
10546
10547 TI WILINK WIRELESS DRIVERS
10548 L: linux-wireless@vger.kernel.org
10549 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10550 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10552 S: Orphan
10553 F: drivers/net/wireless/ti/
10554 F: include/linux/wl12xx.h
10555
10556 TIPC NETWORK LAYER
10557 M: Jon Maloy <jon.maloy@ericsson.com>
10558 M: Ying Xue <ying.xue@windriver.com>
10559 L: netdev@vger.kernel.org (core kernel code)
10560 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10561 W: http://tipc.sourceforge.net/
10562 S: Maintained
10563 F: include/uapi/linux/tipc*.h
10564 F: net/tipc/
10565
10566 TILE ARCHITECTURE
10567 M: Chris Metcalf <cmetcalf@ezchip.com>
10568 W: http://www.ezchip.com/scm/
10569 S: Supported
10570 F: arch/tile/
10571 F: drivers/char/tile-srom.c
10572 F: drivers/edac/tile_edac.c
10573 F: drivers/net/ethernet/tile/
10574 F: drivers/rtc/rtc-tile.c
10575 F: drivers/tty/hvc/hvc_tile.c
10576 F: drivers/tty/serial/tilegx.c
10577 F: drivers/usb/host/*-tilegx.c
10578 F: include/linux/usb/tilegx.h
10579
10580 TLAN NETWORK DRIVER
10581 M: Samuel Chessman <chessman@tux.org>
10582 L: tlan-devel@lists.sourceforge.net (subscribers-only)
10583 W: http://sourceforge.net/projects/tlan/
10584 S: Maintained
10585 F: Documentation/networking/tlan.txt
10586 F: drivers/net/ethernet/ti/tlan.*
10587
10588 TOMOYO SECURITY MODULE
10589 M: Kentaro Takeda <takedakn@nttdata.co.jp>
10590 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10591 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10592 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10593 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10594 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10595 W: http://tomoyo.sourceforge.jp/
10596 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10597 S: Maintained
10598 F: security/tomoyo/
10599
10600 TOPSTAR LAPTOP EXTRAS DRIVER
10601 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10602 L: platform-driver-x86@vger.kernel.org
10603 S: Maintained
10604 F: drivers/platform/x86/topstar-laptop.c
10605
10606 TOSHIBA ACPI EXTRAS DRIVER
10607 M: Azael Avalos <coproscefalo@gmail.com>
10608 L: platform-driver-x86@vger.kernel.org
10609 S: Maintained
10610 F: drivers/platform/x86/toshiba_acpi.c
10611
10612 TOSHIBA BLUETOOTH DRIVER
10613 M: Azael Avalos <coproscefalo@gmail.com>
10614 L: platform-driver-x86@vger.kernel.org
10615 S: Maintained
10616 F: drivers/platform/x86/toshiba_bluetooth.c
10617
10618 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10619 M: Azael Avalos <coproscefalo@gmail.com>
10620 L: platform-driver-x86@vger.kernel.org
10621 S: Maintained
10622 F: drivers/platform/x86/toshiba_haps.c
10623
10624 TOSHIBA SMM DRIVER
10625 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
10626 W: http://www.buzzard.org.uk/toshiba/
10627 S: Maintained
10628 F: drivers/char/toshiba.c
10629 F: include/linux/toshiba.h
10630 F: include/uapi/linux/toshiba.h
10631
10632 TOSHIBA TC358743 DRIVER
10633 M: Mats Randgaard <matrandg@cisco.com>
10634 L: linux-media@vger.kernel.org
10635 S: Maintained
10636 F: drivers/media/i2c/tc358743*
10637 F: include/media/tc358743.h
10638
10639 TMIO MMC DRIVER
10640 M: Ian Molton <ian@mnementh.co.uk>
10641 L: linux-mmc@vger.kernel.org
10642 S: Maintained
10643 F: drivers/mmc/host/tmio_mmc*
10644 F: drivers/mmc/host/sh_mobile_sdhi.c
10645 F: include/linux/mmc/tmio.h
10646 F: include/linux/mmc/sh_mobile_sdhi.h
10647
10648 TMP401 HARDWARE MONITOR DRIVER
10649 M: Guenter Roeck <linux@roeck-us.net>
10650 L: lm-sensors@lm-sensors.org
10651 S: Maintained
10652 F: Documentation/hwmon/tmp401
10653 F: drivers/hwmon/tmp401.c
10654
10655 TMPFS (SHMEM FILESYSTEM)
10656 M: Hugh Dickins <hughd@google.com>
10657 L: linux-mm@kvack.org
10658 S: Maintained
10659 F: include/linux/shmem_fs.h
10660 F: mm/shmem.c
10661
10662 TM6000 VIDEO4LINUX DRIVER
10663 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10664 L: linux-media@vger.kernel.org
10665 W: http://linuxtv.org
10666 T: git git://linuxtv.org/media_tree.git
10667 S: Odd fixes
10668 F: drivers/media/usb/tm6000/
10669
10670 TW68 VIDEO4LINUX DRIVER
10671 M: Hans Verkuil <hverkuil@xs4all.nl>
10672 L: linux-media@vger.kernel.org
10673 T: git git://linuxtv.org/media_tree.git
10674 W: http://linuxtv.org
10675 S: Odd Fixes
10676 F: drivers/media/pci/tw68/
10677
10678 TPM DEVICE DRIVER
10679 M: Peter Huewe <peterhuewe@gmx.de>
10680 M: Marcel Selhorst <tpmdd@selhorst.net>
10681 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10682 W: http://tpmdd.sourceforge.net
10683 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10684 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10685 T: https://github.com/PeterHuewe/linux-tpmdd
10686 S: Maintained
10687 F: drivers/char/tpm/
10688
10689 TPM IBM_VTPM DEVICE DRIVER
10690 M: Ashley Lai <ashleydlai@gmail.com>
10691 W: http://tpmdd.sourceforge.net
10692 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10693 S: Maintained
10694 F: drivers/char/tpm/tpm_ibmvtpm*
10695
10696 TRACING
10697 M: Steven Rostedt <rostedt@goodmis.org>
10698 M: Ingo Molnar <mingo@redhat.com>
10699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10700 S: Maintained
10701 F: Documentation/trace/ftrace.txt
10702 F: arch/*/*/*/ftrace.h
10703 F: arch/*/kernel/ftrace.c
10704 F: include/*/ftrace.h
10705 F: include/linux/trace*.h
10706 F: include/trace/
10707 F: kernel/trace/
10708 F: tools/testing/selftests/ftrace/
10709
10710 TRIVIAL PATCHES
10711 M: Jiri Kosina <trivial@kernel.org>
10712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10713 S: Maintained
10714 K: ^Subject:.*(?i)trivial
10715
10716 TTY LAYER
10717 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10718 M: Jiri Slaby <jslaby@suse.com>
10719 S: Supported
10720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10721 F: Documentation/serial/
10722 F: drivers/tty/
10723 F: drivers/tty/serial/serial_core.c
10724 F: include/linux/serial_core.h
10725 F: include/linux/serial.h
10726 F: include/linux/tty.h
10727 F: include/uapi/linux/serial_core.h
10728 F: include/uapi/linux/serial.h
10729 F: include/uapi/linux/tty.h
10730
10731 TUA9001 MEDIA DRIVER
10732 M: Antti Palosaari <crope@iki.fi>
10733 L: linux-media@vger.kernel.org
10734 W: http://linuxtv.org/
10735 W: http://palosaari.fi/linux/
10736 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10737 T: git git://linuxtv.org/anttip/media_tree.git
10738 S: Maintained
10739 F: drivers/media/tuners/tua9001*
10740
10741 TULIP NETWORK DRIVERS
10742 M: Grant Grundler <grundler@parisc-linux.org>
10743 L: netdev@vger.kernel.org
10744 S: Maintained
10745 F: drivers/net/ethernet/dec/tulip/
10746
10747 TUN/TAP driver
10748 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
10749 W: http://vtun.sourceforge.net/tun
10750 S: Maintained
10751 F: Documentation/networking/tuntap.txt
10752 F: arch/um/os-Linux/drivers/
10753
10754 TURBOCHANNEL SUBSYSTEM
10755 M: "Maciej W. Rozycki" <macro@linux-mips.org>
10756 M: Ralf Baechle <ralf@linux-mips.org>
10757 L: linux-mips@linux-mips.org
10758 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
10759 S: Maintained
10760 F: drivers/tc/
10761 F: include/linux/tc.h
10762
10763 U14-34F SCSI DRIVER
10764 M: Dario Ballabio <ballabio_dario@emc.com>
10765 L: linux-scsi@vger.kernel.org
10766 S: Maintained
10767 F: drivers/scsi/u14-34f.c
10768
10769 UBI FILE SYSTEM (UBIFS)
10770 M: Artem Bityutskiy <dedekind1@gmail.com>
10771 M: Adrian Hunter <adrian.hunter@intel.com>
10772 L: linux-mtd@lists.infradead.org
10773 T: git git://git.infradead.org/ubifs-2.6.git
10774 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
10775 S: Maintained
10776 F: Documentation/filesystems/ubifs.txt
10777 F: fs/ubifs/
10778
10779 UCLINUX (M68KNOMMU AND COLDFIRE)
10780 M: Greg Ungerer <gerg@uclinux.org>
10781 W: http://www.uclinux.org/
10782 L: linux-m68k@lists.linux-m68k.org
10783 L: uclinux-dev@uclinux.org (subscribers-only)
10784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10785 S: Maintained
10786 F: arch/m68k/coldfire/
10787 F: arch/m68k/68*/
10788 F: arch/m68k/*/*_no.*
10789 F: arch/m68k/include/asm/*_no.*
10790
10791 UDF FILESYSTEM
10792 M: Jan Kara <jack@suse.com>
10793 S: Maintained
10794 F: Documentation/filesystems/udf.txt
10795 F: fs/udf/
10796
10797 UFS FILESYSTEM
10798 M: Evgeniy Dushistov <dushistov@mail.ru>
10799 S: Maintained
10800 F: Documentation/filesystems/ufs.txt
10801 F: fs/ufs/
10802
10803 UHID USERSPACE HID IO DRIVER:
10804 M: David Herrmann <dh.herrmann@googlemail.com>
10805 L: linux-input@vger.kernel.org
10806 S: Maintained
10807 F: drivers/hid/uhid.c
10808 F: include/uapi/linux/uhid.h
10809
10810 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10811 L: linux-usb@vger.kernel.org
10812 S: Orphan
10813 F: drivers/uwb/
10814 F: include/linux/uwb.h
10815 F: include/linux/uwb/
10816
10817 UNICORE32 ARCHITECTURE:
10818 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10819 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10820 S: Maintained
10821 T: git git://github.com/gxt/linux.git
10822 F: arch/unicore32/
10823
10824 UNIFDEF
10825 M: Tony Finch <dot@dotat.at>
10826 W: http://dotat.at/prog/unifdef
10827 S: Maintained
10828 F: scripts/unifdef.c
10829
10830 UNIFORM CDROM DRIVER
10831 M: Jens Axboe <axboe@kernel.dk>
10832 W: http://www.kernel.dk
10833 S: Maintained
10834 F: Documentation/cdrom/
10835 F: drivers/cdrom/cdrom.c
10836 F: include/linux/cdrom.h
10837 F: include/uapi/linux/cdrom.h
10838
10839 UNISYS S-PAR DRIVERS
10840 M: Benjamin Romer <benjamin.romer@unisys.com>
10841 M: David Kershner <david.kershner@unisys.com>
10842 L: sparmaintainer@unisys.com (Unisys internal)
10843 S: Supported
10844 F: drivers/staging/unisys/
10845
10846 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10847 M: Vinayak Holikatti <vinholikatti@gmail.com>
10848 L: linux-scsi@vger.kernel.org
10849 S: Supported
10850 F: Documentation/scsi/ufs.txt
10851 F: drivers/scsi/ufs/
10852
10853 UNSORTED BLOCK IMAGES (UBI)
10854 M: Artem Bityutskiy <dedekind1@gmail.com>
10855 M: Richard Weinberger <richard@nod.at>
10856 W: http://www.linux-mtd.infradead.org/
10857 L: linux-mtd@lists.infradead.org
10858 T: git git://git.infradead.org/ubifs-2.6.git
10859 S: Supported
10860 F: drivers/mtd/ubi/
10861 F: include/linux/mtd/ubi.h
10862 F: include/uapi/mtd/ubi-user.h
10863
10864 USB ACM DRIVER
10865 M: Oliver Neukum <oliver@neukum.org>
10866 L: linux-usb@vger.kernel.org
10867 S: Maintained
10868 F: Documentation/usb/acm.txt
10869 F: drivers/usb/class/cdc-acm.*
10870
10871 USB AR5523 WIRELESS DRIVER
10872 M: Pontus Fuchs <pontus.fuchs@gmail.com>
10873 L: linux-wireless@vger.kernel.org
10874 S: Maintained
10875 F: drivers/net/wireless/ath/ar5523/
10876
10877 USB ATTACHED SCSI
10878 M: Hans de Goede <hdegoede@redhat.com>
10879 M: Gerd Hoffmann <kraxel@redhat.com>
10880 L: linux-usb@vger.kernel.org
10881 L: linux-scsi@vger.kernel.org
10882 S: Maintained
10883 F: drivers/usb/storage/uas.c
10884
10885 USB CDC ETHERNET DRIVER
10886 M: Oliver Neukum <oliver@neukum.org>
10887 L: linux-usb@vger.kernel.org
10888 S: Maintained
10889 F: drivers/net/usb/cdc_*.c
10890 F: include/uapi/linux/usb/cdc.h
10891
10892 USB CHAOSKEY DRIVER
10893 M: Keith Packard <keithp@keithp.com>
10894 L: linux-usb@vger.kernel.org
10895 S: Maintained
10896 F: drivers/usb/misc/chaoskey.c
10897
10898 USB CYPRESS C67X00 DRIVER
10899 M: Peter Korsgaard <jacmet@sunsite.dk>
10900 L: linux-usb@vger.kernel.org
10901 S: Maintained
10902 F: drivers/usb/c67x00/
10903
10904 USB DAVICOM DM9601 DRIVER
10905 M: Peter Korsgaard <jacmet@sunsite.dk>
10906 L: netdev@vger.kernel.org
10907 W: http://www.linux-usb.org/usbnet
10908 S: Maintained
10909 F: drivers/net/usb/dm9601.c
10910
10911 USB DIAMOND RIO500 DRIVER
10912 M: Cesar Miquel <miquel@df.uba.ar>
10913 L: rio500-users@lists.sourceforge.net
10914 W: http://rio500.sourceforge.net
10915 S: Maintained
10916 F: drivers/usb/misc/rio500*
10917
10918 USB EHCI DRIVER
10919 M: Alan Stern <stern@rowland.harvard.edu>
10920 L: linux-usb@vger.kernel.org
10921 S: Maintained
10922 F: Documentation/usb/ehci.txt
10923 F: drivers/usb/host/ehci*
10924
10925 USB GADGET/PERIPHERAL SUBSYSTEM
10926 M: Felipe Balbi <balbi@ti.com>
10927 L: linux-usb@vger.kernel.org
10928 W: http://www.linux-usb.org/gadget
10929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10930 S: Maintained
10931 F: drivers/usb/gadget/
10932 F: include/linux/usb/gadget*
10933
10934 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10935 M: Jiri Kosina <jikos@kernel.org>
10936 L: linux-usb@vger.kernel.org
10937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10938 S: Maintained
10939 F: Documentation/hid/hiddev.txt
10940 F: drivers/hid/usbhid/
10941
10942 USB ISP116X DRIVER
10943 M: Olav Kongas <ok@artecdesign.ee>
10944 L: linux-usb@vger.kernel.org
10945 S: Maintained
10946 F: drivers/usb/host/isp116x*
10947 F: include/linux/usb/isp116x.h
10948
10949 USB MASS STORAGE DRIVER
10950 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10951 L: linux-usb@vger.kernel.org
10952 L: usb-storage@lists.one-eyed-alien.net
10953 S: Maintained
10954 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
10955 F: drivers/usb/storage/
10956
10957 USB MIDI DRIVER
10958 M: Clemens Ladisch <clemens@ladisch.de>
10959 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10960 T: git git://git.alsa-project.org/alsa-kernel.git
10961 S: Maintained
10962 F: sound/usb/midi.*
10963
10964 USB NETWORKING DRIVERS
10965 L: linux-usb@vger.kernel.org
10966 S: Odd Fixes
10967 F: drivers/net/usb/
10968
10969 USB OHCI DRIVER
10970 M: Alan Stern <stern@rowland.harvard.edu>
10971 L: linux-usb@vger.kernel.org
10972 S: Maintained
10973 F: Documentation/usb/ohci.txt
10974 F: drivers/usb/host/ohci*
10975
10976 USB OTG FSM (Finite State Machine)
10977 M: Peter Chen <Peter.Chen@freescale.com>
10978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10979 L: linux-usb@vger.kernel.org
10980 S: Maintained
10981 F: drivers/usb/common/usb-otg-fsm.c
10982
10983 USB OVER IP DRIVER
10984 M: Valentina Manea <valentina.manea.m@gmail.com>
10985 M: Shuah Khan <shuah.kh@samsung.com>
10986 L: linux-usb@vger.kernel.org
10987 S: Maintained
10988 F: drivers/usb/usbip/
10989 F: tools/usb/usbip/
10990
10991 USB PEGASUS DRIVER
10992 M: Petko Manolov <petkan@nucleusys.com>
10993 L: linux-usb@vger.kernel.org
10994 L: netdev@vger.kernel.org
10995 T: git git://github.com/petkan/pegasus.git
10996 W: https://github.com/petkan/pegasus
10997 S: Maintained
10998 F: drivers/net/usb/pegasus.*
10999
11000 USB PHY LAYER
11001 M: Felipe Balbi <balbi@ti.com>
11002 L: linux-usb@vger.kernel.org
11003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11004 S: Maintained
11005 F: drivers/usb/phy/
11006
11007 USB PRINTER DRIVER (usblp)
11008 M: Pete Zaitcev <zaitcev@redhat.com>
11009 L: linux-usb@vger.kernel.org
11010 S: Supported
11011 F: drivers/usb/class/usblp.c
11012
11013 USB RTL8150 DRIVER
11014 M: Petko Manolov <petkan@nucleusys.com>
11015 L: linux-usb@vger.kernel.org
11016 L: netdev@vger.kernel.org
11017 T: git git://github.com/petkan/rtl8150.git
11018 W: https://github.com/petkan/rtl8150
11019 S: Maintained
11020 F: drivers/net/usb/rtl8150.c
11021
11022 USB SERIAL SUBSYSTEM
11023 M: Johan Hovold <johan@kernel.org>
11024 L: linux-usb@vger.kernel.org
11025 S: Maintained
11026 F: Documentation/usb/usb-serial.txt
11027 F: drivers/usb/serial/
11028 F: include/linux/usb/serial.h
11029
11030 USB SMSC75XX ETHERNET DRIVER
11031 M: Steve Glendinning <steve.glendinning@shawell.net>
11032 L: netdev@vger.kernel.org
11033 S: Maintained
11034 F: drivers/net/usb/smsc75xx.*
11035
11036 USB SMSC95XX ETHERNET DRIVER
11037 M: Steve Glendinning <steve.glendinning@shawell.net>
11038 L: netdev@vger.kernel.org
11039 S: Maintained
11040 F: drivers/net/usb/smsc95xx.*
11041
11042 USB SUBSYSTEM
11043 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11044 L: linux-usb@vger.kernel.org
11045 W: http://www.linux-usb.org
11046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11047 S: Supported
11048 F: Documentation/usb/
11049 F: drivers/usb/
11050 F: include/linux/usb.h
11051 F: include/linux/usb/
11052
11053 USB UHCI DRIVER
11054 M: Alan Stern <stern@rowland.harvard.edu>
11055 L: linux-usb@vger.kernel.org
11056 S: Maintained
11057 F: drivers/usb/host/uhci*
11058
11059 USB "USBNET" DRIVER FRAMEWORK
11060 M: Oliver Neukum <oneukum@suse.com>
11061 L: netdev@vger.kernel.org
11062 W: http://www.linux-usb.org/usbnet
11063 S: Maintained
11064 F: drivers/net/usb/usbnet.c
11065 F: include/linux/usb/usbnet.h
11066
11067 USB VIDEO CLASS
11068 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11069 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11070 L: linux-media@vger.kernel.org
11071 T: git git://linuxtv.org/media_tree.git
11072 W: http://www.ideasonboard.org/uvc/
11073 S: Maintained
11074 F: drivers/media/usb/uvc/
11075 F: include/uapi/linux/uvcvideo.h
11076
11077 USB VISION DRIVER
11078 M: Hans Verkuil <hverkuil@xs4all.nl>
11079 L: linux-media@vger.kernel.org
11080 T: git git://linuxtv.org/media_tree.git
11081 W: http://linuxtv.org
11082 S: Odd Fixes
11083 F: drivers/media/usb/usbvision/
11084
11085 USB WEBCAM GADGET
11086 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11087 L: linux-usb@vger.kernel.org
11088 S: Maintained
11089 F: drivers/usb/gadget/function/*uvc*
11090 F: drivers/usb/gadget/legacy/webcam.c
11091
11092 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11093 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11094 L: linux-wireless@vger.kernel.org
11095 S: Maintained
11096 F: drivers/net/wireless/rndis_wlan.c
11097
11098 USB XHCI DRIVER
11099 M: Mathias Nyman <mathias.nyman@intel.com>
11100 L: linux-usb@vger.kernel.org
11101 S: Supported
11102 F: drivers/usb/host/xhci*
11103 F: drivers/usb/host/pci-quirks*
11104
11105 USB ZD1201 DRIVER
11106 L: linux-wireless@vger.kernel.org
11107 W: http://linux-lc100020.sourceforge.net
11108 S: Orphan
11109 F: drivers/net/wireless/zd1201.*
11110
11111 USB ZR364XX DRIVER
11112 M: Antoine Jacquet <royale@zerezo.com>
11113 L: linux-usb@vger.kernel.org
11114 L: linux-media@vger.kernel.org
11115 T: git git://linuxtv.org/media_tree.git
11116 W: http://royale.zerezo.com/zr364xx/
11117 S: Maintained
11118 F: Documentation/video4linux/zr364xx.txt
11119 F: drivers/media/usb/zr364xx/
11120
11121 ULPI BUS
11122 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11123 L: linux-usb@vger.kernel.org
11124 S: Maintained
11125 F: drivers/usb/common/ulpi.c
11126 F: include/linux/ulpi/
11127
11128 USER-MODE LINUX (UML)
11129 M: Jeff Dike <jdike@addtoit.com>
11130 M: Richard Weinberger <richard@nod.at>
11131 L: user-mode-linux-devel@lists.sourceforge.net
11132 L: user-mode-linux-user@lists.sourceforge.net
11133 W: http://user-mode-linux.sourceforge.net
11134 S: Maintained
11135 F: Documentation/virtual/uml/
11136 F: arch/um/
11137 F: arch/x86/um/
11138 F: fs/hostfs/
11139 F: fs/hppfs/
11140
11141 USERSPACE I/O (UIO)
11142 M: "Hans J. Koch" <hjk@hansjkoch.de>
11143 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11144 S: Maintained
11145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11146 F: Documentation/DocBook/uio-howto.tmpl
11147 F: drivers/uio/
11148 F: include/linux/uio*.h
11149
11150 UTIL-LINUX PACKAGE
11151 M: Karel Zak <kzak@redhat.com>
11152 L: util-linux@vger.kernel.org
11153 W: http://en.wikipedia.org/wiki/Util-linux
11154 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11155 S: Maintained
11156
11157 UVESAFB DRIVER
11158 M: Michal Januszewski <spock@gentoo.org>
11159 L: linux-fbdev@vger.kernel.org
11160 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11161 S: Maintained
11162 F: Documentation/fb/uvesafb.txt
11163 F: drivers/video/fbdev/uvesafb.*
11164
11165 VFAT/FAT/MSDOS FILESYSTEM
11166 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11167 S: Maintained
11168 F: Documentation/filesystems/vfat.txt
11169 F: fs/fat/
11170
11171 VFIO DRIVER
11172 M: Alex Williamson <alex.williamson@redhat.com>
11173 L: kvm@vger.kernel.org
11174 S: Maintained
11175 F: Documentation/vfio.txt
11176 F: drivers/vfio/
11177 F: include/linux/vfio.h
11178 F: include/uapi/linux/vfio.h
11179
11180 VFIO PLATFORM DRIVER
11181 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11182 L: kvm@vger.kernel.org
11183 S: Maintained
11184 F: drivers/vfio/platform/
11185
11186 VIDEOBUF2 FRAMEWORK
11187 M: Pawel Osciak <pawel@osciak.com>
11188 M: Marek Szyprowski <m.szyprowski@samsung.com>
11189 M: Kyungmin Park <kyungmin.park@samsung.com>
11190 L: linux-media@vger.kernel.org
11191 S: Maintained
11192 F: drivers/media/v4l2-core/videobuf2-*
11193 F: include/media/videobuf2-*
11194
11195 VIRTIO CONSOLE DRIVER
11196 M: Amit Shah <amit.shah@redhat.com>
11197 L: virtualization@lists.linux-foundation.org
11198 S: Maintained
11199 F: drivers/char/virtio_console.c
11200 F: include/linux/virtio_console.h
11201 F: include/uapi/linux/virtio_console.h
11202
11203 VIRTIO CORE, NET AND BLOCK DRIVERS
11204 M: "Michael S. Tsirkin" <mst@redhat.com>
11205 L: virtualization@lists.linux-foundation.org
11206 S: Maintained
11207 F: drivers/virtio/
11208 F: tools/virtio/
11209 F: drivers/net/virtio_net.c
11210 F: drivers/block/virtio_blk.c
11211 F: include/linux/virtio_*.h
11212 F: include/uapi/linux/virtio_*.h
11213
11214 VIRTIO DRIVERS FOR S390
11215 M: Christian Borntraeger <borntraeger@de.ibm.com>
11216 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11217 L: linux-s390@vger.kernel.org
11218 L: virtualization@lists.linux-foundation.org
11219 L: kvm@vger.kernel.org
11220 S: Supported
11221 F: drivers/s390/virtio/
11222
11223 VIRTIO GPU DRIVER
11224 M: David Airlie <airlied@linux.ie>
11225 M: Gerd Hoffmann <kraxel@redhat.com>
11226 L: dri-devel@lists.freedesktop.org
11227 L: virtualization@lists.linux-foundation.org
11228 S: Maintained
11229 F: drivers/gpu/drm/virtio/
11230 F: include/uapi/linux/virtio_gpu.h
11231
11232 VIRTIO HOST (VHOST)
11233 M: "Michael S. Tsirkin" <mst@redhat.com>
11234 L: kvm@vger.kernel.org
11235 L: virtualization@lists.linux-foundation.org
11236 L: netdev@vger.kernel.org
11237 S: Maintained
11238 F: drivers/vhost/
11239 F: include/uapi/linux/vhost.h
11240
11241 VIRTIO INPUT DRIVER
11242 M: Gerd Hoffmann <kraxel@redhat.com>
11243 S: Maintained
11244 F: drivers/virtio/virtio_input.c
11245 F: include/uapi/linux/virtio_input.h
11246
11247 VIA RHINE NETWORK DRIVER
11248 S: Orphan
11249 F: drivers/net/ethernet/via/via-rhine.c
11250
11251 VIA SD/MMC CARD CONTROLLER DRIVER
11252 M: Bruce Chang <brucechang@via.com.tw>
11253 M: Harald Welte <HaraldWelte@viatech.com>
11254 S: Maintained
11255 F: drivers/mmc/host/via-sdmmc.c
11256
11257 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11258 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11259 L: linux-fbdev@vger.kernel.org
11260 S: Maintained
11261 F: include/linux/via-core.h
11262 F: include/linux/via-gpio.h
11263 F: include/linux/via_i2c.h
11264 F: drivers/video/fbdev/via/
11265
11266 VIA VELOCITY NETWORK DRIVER
11267 M: Francois Romieu <romieu@fr.zoreil.com>
11268 L: netdev@vger.kernel.org
11269 S: Maintained
11270 F: drivers/net/ethernet/via/via-velocity.*
11271
11272 VIVID VIRTUAL VIDEO DRIVER
11273 M: Hans Verkuil <hverkuil@xs4all.nl>
11274 L: linux-media@vger.kernel.org
11275 T: git git://linuxtv.org/media_tree.git
11276 W: http://linuxtv.org
11277 S: Maintained
11278 F: drivers/media/platform/vivid/*
11279
11280 VLAN (802.1Q)
11281 M: Patrick McHardy <kaber@trash.net>
11282 L: netdev@vger.kernel.org
11283 S: Maintained
11284 F: drivers/net/macvlan.c
11285 F: include/linux/if_*vlan.h
11286 F: net/8021q/
11287
11288 VLYNQ BUS
11289 M: Florian Fainelli <florian@openwrt.org>
11290 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11291 S: Maintained
11292 F: drivers/vlynq/vlynq.c
11293 F: include/linux/vlynq.h
11294
11295 VME SUBSYSTEM
11296 M: Martyn Welch <martyn@welchs.me.uk>
11297 M: Manohar Vanga <manohar.vanga@gmail.com>
11298 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11299 L: devel@driverdev.osuosl.org
11300 S: Maintained
11301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11302 F: Documentation/vme_api.txt
11303 F: drivers/staging/vme/
11304 F: drivers/vme/
11305 F: include/linux/vme*
11306
11307 VMWARE HYPERVISOR INTERFACE
11308 M: Alok Kataria <akataria@vmware.com>
11309 L: virtualization@lists.linux-foundation.org
11310 S: Supported
11311 F: arch/x86/kernel/cpu/vmware.c
11312
11313 VMWARE BALLOON DRIVER
11314 M: Xavier Deguillard <xdeguillard@vmware.com>
11315 M: Philip Moltmann <moltmann@vmware.com>
11316 M: "VMware, Inc." <pv-drivers@vmware.com>
11317 L: linux-kernel@vger.kernel.org
11318 S: Maintained
11319 F: drivers/misc/vmw_balloon.c
11320
11321 VMWARE VMMOUSE SUBDRIVER
11322 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11323 M: "VMware, Inc." <pv-drivers@vmware.com>
11324 L: linux-input@vger.kernel.org
11325 S: Maintained
11326 F: drivers/input/mouse/vmmouse.c
11327 F: drivers/input/mouse/vmmouse.h
11328
11329 VMWARE VMXNET3 ETHERNET DRIVER
11330 M: Shrikrishna Khare <skhare@vmware.com>
11331 M: "VMware, Inc." <pv-drivers@vmware.com>
11332 L: netdev@vger.kernel.org
11333 S: Maintained
11334 F: drivers/net/vmxnet3/
11335
11336 VMware PVSCSI driver
11337 M: Arvind Kumar <arvindkumar@vmware.com>
11338 M: VMware PV-Drivers <pv-drivers@vmware.com>
11339 L: linux-scsi@vger.kernel.org
11340 S: Maintained
11341 F: drivers/scsi/vmw_pvscsi.c
11342 F: drivers/scsi/vmw_pvscsi.h
11343
11344 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11345 M: Liam Girdwood <lgirdwood@gmail.com>
11346 M: Mark Brown <broonie@kernel.org>
11347 L: linux-kernel@vger.kernel.org
11348 W: http://www.slimlogic.co.uk/?p=48
11349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11350 S: Supported
11351 F: drivers/regulator/
11352 F: include/linux/regulator/
11353
11354 VRF
11355 M: David Ahern <dsa@cumulusnetworks.com>
11356 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11357 L: netdev@vger.kernel.org
11358 S: Maintained
11359 F: drivers/net/vrf.c
11360 F: Documentation/networking/vrf.txt
11361
11362 VT1211 HARDWARE MONITOR DRIVER
11363 M: Juerg Haefliger <juergh@gmail.com>
11364 L: lm-sensors@lm-sensors.org
11365 S: Maintained
11366 F: Documentation/hwmon/vt1211
11367 F: drivers/hwmon/vt1211.c
11368
11369 VT8231 HARDWARE MONITOR DRIVER
11370 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11371 L: lm-sensors@lm-sensors.org
11372 S: Maintained
11373 F: drivers/hwmon/vt8231.c
11374
11375 VUB300 USB to SDIO/SD/MMC bridge chip
11376 M: Tony Olech <tony.olech@elandigitalsystems.com>
11377 L: linux-mmc@vger.kernel.org
11378 L: linux-usb@vger.kernel.org
11379 S: Supported
11380 F: drivers/mmc/host/vub300.c
11381
11382 W1 DALLAS'S 1-WIRE BUS
11383 M: Evgeniy Polyakov <zbr@ioremap.net>
11384 S: Maintained
11385 F: Documentation/w1/
11386 F: drivers/w1/
11387
11388 W83791D HARDWARE MONITORING DRIVER
11389 M: Marc Hulsman <m.hulsman@tudelft.nl>
11390 L: lm-sensors@lm-sensors.org
11391 S: Maintained
11392 F: Documentation/hwmon/w83791d
11393 F: drivers/hwmon/w83791d.c
11394
11395 W83793 HARDWARE MONITORING DRIVER
11396 M: Rudolf Marek <r.marek@assembler.cz>
11397 L: lm-sensors@lm-sensors.org
11398 S: Maintained
11399 F: Documentation/hwmon/w83793
11400 F: drivers/hwmon/w83793.c
11401
11402 W83795 HARDWARE MONITORING DRIVER
11403 M: Jean Delvare <jdelvare@suse.com>
11404 L: lm-sensors@lm-sensors.org
11405 S: Maintained
11406 F: drivers/hwmon/w83795.c
11407
11408 W83L51xD SD/MMC CARD INTERFACE DRIVER
11409 M: Pierre Ossman <pierre@ossman.eu>
11410 S: Maintained
11411 F: drivers/mmc/host/wbsd.*
11412
11413 WACOM PROTOCOL 4 SERIAL TABLETS
11414 M: Julian Squires <julian@cipht.net>
11415 M: Hans de Goede <hdegoede@redhat.com>
11416 L: linux-input@vger.kernel.org
11417 S: Maintained
11418 F: drivers/input/tablet/wacom_serial4.c
11419
11420 WATCHDOG DEVICE DRIVERS
11421 M: Wim Van Sebroeck <wim@iguana.be>
11422 L: linux-watchdog@vger.kernel.org
11423 W: http://www.linux-watchdog.org/
11424 T: git git://www.linux-watchdog.org/linux-watchdog.git
11425 S: Maintained
11426 F: Documentation/watchdog/
11427 F: drivers/watchdog/
11428 F: include/linux/watchdog.h
11429 F: include/uapi/linux/watchdog.h
11430
11431 WD7000 SCSI DRIVER
11432 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11433 L: linux-scsi@vger.kernel.org
11434 S: Maintained
11435 F: drivers/scsi/wd7000.c
11436
11437 WIIMOTE HID DRIVER
11438 M: David Herrmann <dh.herrmann@googlemail.com>
11439 L: linux-input@vger.kernel.org
11440 S: Maintained
11441 F: drivers/hid/hid-wiimote*
11442
11443 WINBOND CIR DRIVER
11444 M: David Härdeman <david@hardeman.nu>
11445 S: Maintained
11446 F: drivers/media/rc/winbond-cir.c
11447
11448 WIMAX STACK
11449 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11450 M: linux-wimax@intel.com
11451 L: wimax@linuxwimax.org (subscribers-only)
11452 S: Supported
11453 W: http://linuxwimax.org
11454 F: Documentation/wimax/README.wimax
11455 F: include/linux/wimax/debug.h
11456 F: include/net/wimax.h
11457 F: include/uapi/linux/wimax.h
11458 F: net/wimax/
11459
11460 WISTRON LAPTOP BUTTON DRIVER
11461 M: Miloslav Trmac <mitr@volny.cz>
11462 S: Maintained
11463 F: drivers/input/misc/wistron_btns.c
11464
11465 WL3501 WIRELESS PCMCIA CARD DRIVER
11466 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11467 L: linux-wireless@vger.kernel.org
11468 W: http://oops.ghostprotocols.net:81/blog
11469 S: Maintained
11470 F: drivers/net/wireless/wl3501*
11471
11472 WOLFSON MICROELECTRONICS DRIVERS
11473 L: patches@opensource.wolfsonmicro.com
11474 T: git https://github.com/CirrusLogic/linux-drivers.git
11475 W: https://github.com/CirrusLogic/linux-drivers/wiki
11476 S: Supported
11477 F: Documentation/hwmon/wm83??
11478 F: arch/arm/mach-s3c64xx/mach-crag6410*
11479 F: drivers/clk/clk-wm83*.c
11480 F: drivers/extcon/extcon-arizona.c
11481 F: drivers/leds/leds-wm83*.c
11482 F: drivers/gpio/gpio-*wm*.c
11483 F: drivers/gpio/gpio-arizona.c
11484 F: drivers/hwmon/wm83??-hwmon.c
11485 F: drivers/input/misc/wm831x-on.c
11486 F: drivers/input/touchscreen/wm831x-ts.c
11487 F: drivers/input/touchscreen/wm97*.c
11488 F: drivers/mfd/arizona*
11489 F: drivers/mfd/wm*.c
11490 F: drivers/power/wm83*.c
11491 F: drivers/rtc/rtc-wm83*.c
11492 F: drivers/regulator/wm8*.c
11493 F: drivers/video/backlight/wm83*_bl.c
11494 F: drivers/watchdog/wm83*_wdt.c
11495 F: include/linux/mfd/arizona/
11496 F: include/linux/mfd/wm831x/
11497 F: include/linux/mfd/wm8350/
11498 F: include/linux/mfd/wm8400*
11499 F: include/linux/wm97xx.h
11500 F: include/sound/wm????.h
11501 F: sound/soc/codecs/arizona.?
11502 F: sound/soc/codecs/wm*
11503
11504 WORKQUEUE
11505 M: Tejun Heo <tj@kernel.org>
11506 R: Lai Jiangshan <jiangshanlai@gmail.com>
11507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11508 S: Maintained
11509 F: include/linux/workqueue.h
11510 F: kernel/workqueue.c
11511 F: Documentation/workqueue.txt
11512
11513 X.25 NETWORK LAYER
11514 M: Andrew Hendry <andrew.hendry@gmail.com>
11515 L: linux-x25@vger.kernel.org
11516 S: Odd Fixes
11517 F: Documentation/networking/x25*
11518 F: include/net/x25*
11519 F: net/x25/
11520
11521 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11522 M: Thomas Gleixner <tglx@linutronix.de>
11523 M: Ingo Molnar <mingo@redhat.com>
11524 M: "H. Peter Anvin" <hpa@zytor.com>
11525 M: x86@kernel.org
11526 L: linux-kernel@vger.kernel.org
11527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11528 S: Maintained
11529 F: Documentation/x86/
11530 F: arch/x86/
11531
11532 X86 PLATFORM DRIVERS
11533 M: Darren Hart <dvhart@infradead.org>
11534 L: platform-driver-x86@vger.kernel.org
11535 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11536 S: Maintained
11537 F: drivers/platform/x86/
11538
11539 X86 MCE INFRASTRUCTURE
11540 M: Tony Luck <tony.luck@intel.com>
11541 M: Borislav Petkov <bp@alien8.de>
11542 L: linux-edac@vger.kernel.org
11543 S: Maintained
11544 F: arch/x86/kernel/cpu/mcheck/*
11545
11546 X86 MICROCODE UPDATE SUPPORT
11547 M: Borislav Petkov <bp@alien8.de>
11548 S: Maintained
11549 F: arch/x86/kernel/cpu/microcode/*
11550
11551 X86 VDSO
11552 M: Andy Lutomirski <luto@amacapital.net>
11553 L: linux-kernel@vger.kernel.org
11554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11555 S: Maintained
11556 F: arch/x86/entry/vdso/
11557
11558 XC2028/3028 TUNER DRIVER
11559 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11560 L: linux-media@vger.kernel.org
11561 W: http://linuxtv.org
11562 T: git git://linuxtv.org/media_tree.git
11563 S: Maintained
11564 F: drivers/media/tuners/tuner-xc2028.*
11565
11566 XEN HYPERVISOR INTERFACE
11567 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11568 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11569 M: David Vrabel <david.vrabel@citrix.com>
11570 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11572 S: Supported
11573 F: arch/x86/xen/
11574 F: drivers/*/xen-*front.c
11575 F: drivers/xen/
11576 F: arch/x86/include/asm/xen/
11577 F: include/xen/
11578 F: include/uapi/xen/
11579
11580 XEN HYPERVISOR ARM
11581 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11582 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11583 S: Supported
11584 F: arch/arm/xen/
11585 F: arch/arm/include/asm/xen/
11586
11587 XEN HYPERVISOR ARM64
11588 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11589 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11590 S: Supported
11591 F: arch/arm64/xen/
11592 F: arch/arm64/include/asm/xen/
11593
11594 XEN NETWORK BACKEND DRIVER
11595 M: Ian Campbell <ian.campbell@citrix.com>
11596 M: Wei Liu <wei.liu2@citrix.com>
11597 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11598 L: netdev@vger.kernel.org
11599 S: Supported
11600 F: drivers/net/xen-netback/*
11601
11602 XEN PCI SUBSYSTEM
11603 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11604 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11605 S: Supported
11606 F: arch/x86/pci/*xen*
11607 F: drivers/pci/*xen*
11608
11609 XEN BLOCK SUBSYSTEM
11610 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11611 M: Roger Pau Monné <roger.pau@citrix.com>
11612 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11613 S: Supported
11614 F: drivers/block/xen-blkback/*
11615 F: drivers/block/xen*
11616
11617 XEN PVSCSI DRIVERS
11618 M: Juergen Gross <jgross@suse.com>
11619 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11620 L: linux-scsi@vger.kernel.org
11621 S: Supported
11622 F: drivers/scsi/xen-scsifront.c
11623 F: drivers/xen/xen-scsiback.c
11624 F: include/xen/interface/io/vscsiif.h
11625
11626 XEN SWIOTLB SUBSYSTEM
11627 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11628 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11629 S: Supported
11630 F: arch/x86/xen/*swiotlb*
11631 F: drivers/xen/*swiotlb*
11632
11633 XFS FILESYSTEM
11634 P: Silicon Graphics Inc
11635 M: Dave Chinner <david@fromorbit.com>
11636 M: xfs@oss.sgi.com
11637 L: xfs@oss.sgi.com
11638 W: http://oss.sgi.com/projects/xfs
11639 T: git git://oss.sgi.com/xfs/xfs.git
11640 S: Supported
11641 F: Documentation/filesystems/xfs.txt
11642 F: fs/xfs/
11643
11644 XILINX AXI ETHERNET DRIVER
11645 M: Anirudha Sarangi <anirudh@xilinx.com>
11646 M: John Linn <John.Linn@xilinx.com>
11647 S: Maintained
11648 F: drivers/net/ethernet/xilinx/xilinx_axienet*
11649
11650 XILINX UARTLITE SERIAL DRIVER
11651 M: Peter Korsgaard <jacmet@sunsite.dk>
11652 L: linux-serial@vger.kernel.org
11653 S: Maintained
11654 F: drivers/tty/serial/uartlite.c
11655
11656 XILINX VIDEO IP CORES
11657 M: Hyun Kwon <hyun.kwon@xilinx.com>
11658 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11659 L: linux-media@vger.kernel.org
11660 T: git git://linuxtv.org/media_tree.git
11661 S: Supported
11662 F: Documentation/devicetree/bindings/media/xilinx/
11663 F: drivers/media/platform/xilinx/
11664 F: include/uapi/linux/xilinx-v4l2-controls.h
11665
11666 XILLYBUS DRIVER
11667 M: Eli Billauer <eli.billauer@gmail.com>
11668 L: linux-kernel@vger.kernel.org
11669 S: Supported
11670 F: drivers/char/xillybus/
11671
11672 XTENSA XTFPGA PLATFORM SUPPORT
11673 M: Max Filippov <jcmvbkbc@gmail.com>
11674 L: linux-xtensa@linux-xtensa.org
11675 S: Maintained
11676 F: drivers/spi/spi-xtensa-xtfpga.c
11677 F: sound/soc/xtensa/xtfpga-i2s.c
11678
11679 YAM DRIVER FOR AX.25
11680 M: Jean-Paul Roubelat <jpr@f6fbb.org>
11681 L: linux-hams@vger.kernel.org
11682 S: Maintained
11683 F: drivers/net/hamradio/yam*
11684 F: include/linux/yam.h
11685
11686 YEALINK PHONE DRIVER
11687 M: Henk Vergonet <Henk.Vergonet@gmail.com>
11688 L: usbb2k-api-dev@nongnu.org
11689 S: Maintained
11690 F: Documentation/input/yealink.txt
11691 F: drivers/input/misc/yealink.*
11692
11693 Z8530 DRIVER FOR AX.25
11694 M: Joerg Reuter <jreuter@yaina.de>
11695 W: http://yaina.de/jreuter/
11696 W: http://www.qsl.net/dl1bke/
11697 L: linux-hams@vger.kernel.org
11698 S: Maintained
11699 F: Documentation/networking/z8530drv.txt
11700 F: drivers/net/hamradio/*scc.c
11701 F: drivers/net/hamradio/z8530.h
11702
11703 ZBUD COMPRESSED PAGE ALLOCATOR
11704 M: Seth Jennings <sjennings@variantweb.net>
11705 L: linux-mm@kvack.org
11706 S: Maintained
11707 F: mm/zbud.c
11708 F: include/linux/zbud.h
11709
11710 ZD1211RW WIRELESS DRIVER
11711 M: Daniel Drake <dsd@gentoo.org>
11712 M: Ulrich Kunitz <kune@deine-taler.de>
11713 W: http://zd1211.ath.cx/wiki/DriverRewrite
11714 L: linux-wireless@vger.kernel.org
11715 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
11716 S: Maintained
11717 F: drivers/net/wireless/zd1211rw/
11718
11719 ZPOOL COMPRESSED PAGE STORAGE API
11720 M: Dan Streetman <ddstreet@ieee.org>
11721 L: linux-mm@kvack.org
11722 S: Maintained
11723 F: mm/zpool.c
11724 F: include/linux/zpool.h
11725
11726 ZR36067 VIDEO FOR LINUX DRIVER
11727 L: mjpeg-users@lists.sourceforge.net
11728 L: linux-media@vger.kernel.org
11729 W: http://mjpeg.sourceforge.net/driver-zoran/
11730 T: hg http://linuxtv.org/hg/v4l-dvb
11731 S: Odd Fixes
11732 F: drivers/media/pci/zoran/
11733
11734 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11735 M: Minchan Kim <minchan@kernel.org>
11736 M: Nitin Gupta <ngupta@vflare.org>
11737 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11738 L: linux-kernel@vger.kernel.org
11739 S: Maintained
11740 F: drivers/block/zram/
11741 F: Documentation/blockdev/zram.txt
11742
11743 ZS DECSTATION Z85C30 SERIAL DRIVER
11744 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11745 S: Maintained
11746 F: drivers/tty/serial/zs.*
11747
11748 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11749 M: Minchan Kim <minchan@kernel.org>
11750 M: Nitin Gupta <ngupta@vflare.org>
11751 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11752 L: linux-mm@kvack.org
11753 S: Maintained
11754 F: mm/zsmalloc.c
11755 F: include/linux/zsmalloc.h
11756 F: Documentation/vm/zsmalloc.txt
11757
11758 ZSWAP COMPRESSED SWAP CACHING
11759 M: Seth Jennings <sjennings@variantweb.net>
11760 L: linux-mm@kvack.org
11761 S: Maintained
11762 F: mm/zswap.c
11763
11764 THE REST
11765 M: Linus Torvalds <torvalds@linux-foundation.org>
11766 L: linux-kernel@vger.kernel.org
11767 Q: http://patchwork.kernel.org/project/LKML/list/
11768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11769 S: Buried alive in reporters
11770 F: *
11771 F: */