MAINTAINERS: ARM64: EXYNOS: Extend entry for ARM64 DTS
[linux-2.6-block.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 OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         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
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL 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/*thermal*
308
309 ACPI VIDEO 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/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA PIO DRIVER
573 M:      Tien Hock Loh <thloh@altera.com>
574 L:      linux-gpio@vger.kernel.org
575 S:      Maintained
576 F:      drivers/gpio/gpio-altera.c
577
578 ALTERA TRIPLE SPEED ETHERNET DRIVER
579 M:      Vince Bridgers <vbridger@opensource.altera.com>
580 L:      netdev@vger.kernel.org
581 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
582 S:      Maintained
583 F:      drivers/net/ethernet/altera/
584
585 ALTERA UART/JTAG UART SERIAL DRIVERS
586 M:      Tobias Klauser <tklauser@distanz.ch>
587 L:      linux-serial@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/tty/serial/altera_uart.c
591 F:      drivers/tty/serial/altera_jtaguart.c
592 F:      include/linux/altera_uart.h
593 F:      include/linux/altera_jtaguart.h
594
595 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
596 M:      Tom Lendacky <thomas.lendacky@amd.com>
597 L:      linux-crypto@vger.kernel.org
598 S:      Supported
599 F:      drivers/crypto/ccp/
600 F:      include/linux/ccp.h
601
602 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
603 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
604 L:      lm-sensors@lm-sensors.org
605 S:      Maintained
606 F:      Documentation/hwmon/fam15h_power
607 F:      drivers/hwmon/fam15h_power.c
608
609 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
610 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 S:      Supported
613 F:      drivers/usb/gadget/udc/amd5536udc.*
614
615 AMD GEODE PROCESSOR/CHIPSET SUPPORT
616 P:      Andres Salomon <dilinger@queued.net>
617 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
618 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
619 S:      Supported
620 F:      drivers/char/hw_random/geode-rng.c
621 F:      drivers/crypto/geode*
622 F:      drivers/video/fbdev/geode/
623 F:      arch/x86/include/asm/geode.h
624
625 AMD IOMMU (AMD-VI)
626 M:      Joerg Roedel <joro@8bytes.org>
627 L:      iommu@lists.linux-foundation.org
628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
629 S:      Maintained
630 F:      drivers/iommu/amd_iommu*.[ch]
631 F:      include/linux/amd-iommu.h
632
633 AMD KFD
634 M:      Oded Gabbay <oded.gabbay@amd.com>
635 L:      dri-devel@lists.freedesktop.org
636 T:      git git://people.freedesktop.org/~gabbayo/linux.git
637 S:      Supported
638 F:      drivers/gpu/drm/amd/amdkfd/
639 F:      drivers/gpu/drm/amd/include/cik_structs.h
640 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
641 F:      drivers/gpu/drm/radeon/radeon_kfd.c
642 F:      drivers/gpu/drm/radeon/radeon_kfd.h
643 F:      include/uapi/linux/kfd_ioctl.h
644
645 AMD MICROCODE UPDATE SUPPORT
646 M:      Borislav Petkov <bp@alien8.de>
647 S:      Maintained
648 F:      arch/x86/kernel/cpu/microcode/amd*
649
650 AMD XGBE DRIVER
651 M:      Tom Lendacky <thomas.lendacky@amd.com>
652 L:      netdev@vger.kernel.org
653 S:      Supported
654 F:      drivers/net/ethernet/amd/xgbe/
655 F:      drivers/net/phy/amd-xgbe-phy.c
656
657 AMS (Apple Motion Sensor) DRIVER
658 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
659 S:      Supported
660 F:      drivers/macintosh/ams/
661
662 AMSO1100 RNIC DRIVER
663 M:      Tom Tucker <tom@opengridcomputing.com>
664 M:      Steve Wise <swise@opengridcomputing.com>
665 L:      linux-rdma@vger.kernel.org
666 S:      Maintained
667 F:      drivers/infiniband/hw/amso1100/
668
669 ANALOG DEVICES INC AD9389B DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/ad9389b*
674
675 ANALOG DEVICES INC ADV7180 DRIVER
676 M:      Lars-Peter Clausen <lars@metafoo.de>
677 L:      linux-media@vger.kernel.org
678 W:      http://ez.analog.com/community/linux-device-drivers
679 S:      Supported
680 F:      drivers/media/i2c/adv7180.c
681
682 ANALOG DEVICES INC ADV7511 DRIVER
683 M:      Hans Verkuil <hans.verkuil@cisco.com>
684 L:      linux-media@vger.kernel.org
685 S:      Maintained
686 F:      drivers/media/i2c/adv7511*
687
688 ANALOG DEVICES INC ADV7604 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7604*
693
694 ANALOG DEVICES INC ADV7842 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7842*
699
700 ANALOG DEVICES INC ASOC CODEC DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      sound/soc/codecs/adau*
707 F:      sound/soc/codecs/adav*
708 F:      sound/soc/codecs/ad1*
709 F:      sound/soc/codecs/ad7*
710 F:      sound/soc/codecs/ssm*
711 F:      sound/soc/codecs/sigmadsp.*
712
713 ANALOG DEVICES INC ASOC DRIVERS
714 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
716 W:      http://blackfin.uclinux.org/
717 S:      Supported
718 F:      sound/soc/blackfin/*
719
720 ANALOG DEVICES INC IIO DRIVERS
721 M:      Lars-Peter Clausen <lars@metafoo.de>
722 M:      Michael Hennerich <Michael.Hennerich@analog.com>
723 W:      http://wiki.analog.com/
724 W:      http://ez.analog.com/community/linux-device-drivers
725 S:      Supported
726 F:      drivers/iio/*/ad*
727 X:      drivers/iio/*/adjd*
728 F:      drivers/staging/iio/*/ad*
729 F:      staging/iio/trigger/iio-trig-bfin-timer.c
730
731 ANDROID DRIVERS
732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
733 M:      Arve HjønnevĂ¥g <arve@android.com>
734 M:      Riley Andrews <riandrews@android.com>
735 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
736 L:      devel@driverdev.osuosl.org
737 S:      Supported
738 F:      drivers/android/
739 F:      drivers/staging/android/
740
741 AOA (Apple Onboard Audio) ALSA DRIVER
742 M:      Johannes Berg <johannes@sipsolutions.net>
743 L:      linuxppc-dev@lists.ozlabs.org
744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
745 S:      Maintained
746 F:      sound/aoa/
747
748 APM DRIVER
749 M:      Jiri Kosina <jkosina@suse.cz>
750 S:      Odd fixes
751 F:      arch/x86/kernel/apm_32.c
752 F:      include/linux/apm_bios.h
753 F:      include/uapi/linux/apm_bios.h
754 F:      drivers/char/apm-emulation.c
755
756 APPLE BCM5974 MULTITOUCH DRIVER
757 M:      Henrik Rydberg <rydberg@bitmath.org>
758 L:      linux-input@vger.kernel.org
759 S:      Odd fixes
760 F:      drivers/input/mouse/bcm5974.c
761
762 APPLE SMC DRIVER
763 M:      Henrik Rydberg <rydberg@bitmath.org>
764 L:      lm-sensors@lm-sensors.org
765 S:      Odd fixes
766 F:      drivers/hwmon/applesmc.c
767
768 APPLETALK NETWORK LAYER
769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
770 S:      Maintained
771 F:      drivers/net/appletalk/
772 F:      net/appletalk/
773
774 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
775 M:      Iyappan Subramanian <isubramanian@apm.com>
776 M:      Keyur Chudgar <kchudgar@apm.com>
777 S:      Supported
778 F:      drivers/net/ethernet/apm/xgene/
779 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780
781 APTINA CAMERA SENSOR PLL
782 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
783 L:      linux-media@vger.kernel.org
784 S:      Maintained
785 F:      drivers/media/i2c/aptina-pll.*
786
787 ARC FRAMEBUFFER DRIVER
788 M:      Jaya Kumar <jayalk@intworks.biz>
789 S:      Maintained
790 F:      drivers/video/fbdev/arcfb.c
791 F:      drivers/video/fbdev/core/fb_defio.c
792
793 ARM MFM AND FLOPPY DRIVERS
794 M:      Ian Molton <spyro@f2s.com>
795 S:      Maintained
796 F:      arch/arm/lib/floppydma.S
797 F:      arch/arm/include/asm/floppy.h
798
799 ARM PMU PROFILING AND DEBUGGING
800 M:      Will Deacon <will.deacon@arm.com>
801 S:      Maintained
802 F:      arch/arm/kernel/perf_event*
803 F:      arch/arm/oprofile/common.c
804 F:      arch/arm/include/asm/pmu.h
805 F:      arch/arm/kernel/hw_breakpoint.c
806 F:      arch/arm/include/asm/hw_breakpoint.h
807
808 ARM PORT
809 M:      Russell King <linux@arm.linux.org.uk>
810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811 W:      http://www.arm.linux.org.uk/
812 S:      Maintained
813 F:      arch/arm/
814
815 ARM SUB-ARCHITECTURES
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 S:      Maintained
818 F:      arch/arm/mach-*/
819 F:      arch/arm/plat-*/
820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821
822 ARM PRIMECELL AACI PL041 DRIVER
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      sound/arm/aaci.*
826
827 ARM PRIMECELL CLCD PL110 DRIVER
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/video/fbdev/amba-clcd.*
831
832 ARM PRIMECELL KMI PL050 DRIVER
833 M:      Russell King <linux@arm.linux.org.uk>
834 S:      Maintained
835 F:      drivers/input/serio/ambakmi.*
836 F:      include/linux/amba/kmi.h
837
838 ARM PRIMECELL MMCI PL180/1 DRIVER
839 M:      Russell King <linux@arm.linux.org.uk>
840 S:      Maintained
841 F:      drivers/mmc/host/mmci.*
842 F:      include/linux/amba/mmci.h
843
844 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
845 M:      Russell King <linux@arm.linux.org.uk>
846 S:      Maintained
847 F:      drivers/tty/serial/amba-pl01*.c
848 F:      include/linux/amba/serial.h
849
850 ARM PRIMECELL BUS SUPPORT
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      drivers/amba/
854 F:      include/linux/amba/bus.h
855
856 ARM/ADS SPHERE MACHINE SUPPORT
857 M:      Lennert Buytenhek <kernel@wantstofly.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860
861 ARM/AFEB9260 MACHINE SUPPORT
862 M:      Sergey Lapin <slapin@ossfans.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865
866 ARM/AJECO 1ARM MACHINE SUPPORT
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870
871 ARM/Allwinner A1X SoC support
872 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 N:      sun[x4567]i
876
877 ARM/Allwinner SoC Clock Support
878 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
879 S:      Maintained
880 F:      drivers/clk/sunxi/
881
882 ARM/Amlogic MesonX SoC support
883 M:      Carlo Caione <carlo@caione.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886 F:      drivers/media/rc/meson-ir.c
887 N:      meson[x68]
888
889 ARM/Annapurna Labs ALPINE ARCHITECTURE
890 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
891 S:      Maintained
892 F:      arch/arm/mach-alpine/
893
894 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
895 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
896 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
897 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://www.linux4sam.org
900 S:      Supported
901 F:      arch/arm/mach-at91/
902 F:      include/soc/at91/
903 F:      arch/arm/boot/dts/at91*.dts
904 F:      arch/arm/boot/dts/at91*.dtsi
905 F:      arch/arm/boot/dts/sama*.dts
906 F:      arch/arm/boot/dts/sama*.dtsi
907 F:      arch/arm/include/debug/at91.S
908
909 ARM/ATMEL AT91 Clock Support
910 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
911 S:      Maintained
912 F:      drivers/clk/at91
913
914 ARM/CALXEDA HIGHBANK ARCHITECTURE
915 M:      Rob Herring <robh@kernel.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-highbank/
919
920 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
921 M:      Krzysztof Halasa <khalasa@piap.pl>
922 S:      Maintained
923 F:      arch/arm/mach-cns3xxx/
924
925 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
926 M:      Alexander Shiyan <shc_work@mail.ru>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S:      Odd Fixes
929 N:      clps711x
930
931 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
932 M:      Hartley Sweeten <hsweeten@visionengravers.com>
933 M:      Ryan Mallon <rmallon@gmail.com>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/mach-ep93xx/
937 F:      arch/arm/mach-ep93xx/include/mach/
938
939 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
940 M:      Lennert Buytenhek <kernel@wantstofly.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943
944 ARM/CLKDEV SUPPORT
945 M:      Russell King <linux@arm.linux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 S:      Maintained
948 F:      arch/arm/include/asm/clkdev.h
949 F:      drivers/clk/clkdev.c
950
951 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
952 M:      Mike Rapoport <mike@compulab.co.il>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 S:      Maintained
955
956 ARM/CONTEC MICRO9 MACHINE SUPPORT
957 M:      Hubert Feurstein <hubert.feurstein@contec.at>
958 S:      Maintained
959 F:      arch/arm/mach-ep93xx/micro9.c
960
961 ARM/CORESIGHT FRAMEWORK AND DRIVERS
962 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965 F:      drivers/hwtracing/coresight/*
966 F:      Documentation/trace/coresight.txt
967 F:      Documentation/devicetree/bindings/arm/coresight.txt
968 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
969
970 ARM/CORGI MACHINE SUPPORT
971 M:      Richard Purdie <rpurdie@rpsys.net>
972 S:      Maintained
973
974 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
975 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 T:      git git://github.com/ulli-kroll/linux.git
978 S:      Maintained
979 F:      arch/arm/mach-gemini/
980
981 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
982 M:      Barry Song <baohua@kernel.org>
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
985 S:      Maintained
986 F:      arch/arm/mach-prima2/
987 F:      drivers/clk/sirf/
988 F:      drivers/clocksource/timer-prima2.c
989 F:      drivers/clocksource/timer-atlas7.c
990 N:      [^a-z]sirf
991
992 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
993 M:      Baruch Siach <baruch@tkos.co.il>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996 N:      digicolor
997
998 ARM/EBSA110 MACHINE SUPPORT
999 M:      Russell King <linux@arm.linux.org.uk>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 W:      http://www.arm.linux.org.uk/
1002 S:      Maintained
1003 F:      arch/arm/mach-ebsa110/
1004 F:      drivers/net/ethernet/amd/am79c961a.*
1005
1006 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1007 M:      Uwe Kleine-König <kernel@pengutronix.de>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 N:      efm32
1011
1012 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1013 M:      Daniel Ribeiro <drwyrm@gmail.com>
1014 M:      Stefan Schmidt <stefan@openezx.org>
1015 M:      Harald Welte <laforge@openezx.org>
1016 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1017 W:      http://www.openezx.org/
1018 S:      Maintained
1019 T:      topgit git://git.openezx.org/openezx.git
1020 F:      arch/arm/mach-pxa/ezx.c
1021
1022 ARM/FARADAY FA526 PORT
1023 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 T:      git git://git.berlios.de/gemini-board
1027 F:      arch/arm/mm/*-fa*
1028
1029 ARM/FOOTBRIDGE ARCHITECTURE
1030 M:      Russell King <linux@arm.linux.org.uk>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 W:      http://www.arm.linux.org.uk/
1033 S:      Maintained
1034 F:      arch/arm/include/asm/hardware/dec21285.h
1035 F:      arch/arm/mach-footbridge/
1036
1037 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1038 M:      Shawn Guo <shawnguo@kernel.org>
1039 M:      Sascha Hauer <kernel@pengutronix.de>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1043 F:      arch/arm/mach-imx/
1044 F:      arch/arm/mach-mxs/
1045 F:      arch/arm/boot/dts/imx*
1046 F:      arch/arm/configs/imx*_defconfig
1047 F:      drivers/clk/imx/
1048 F:      include/soc/imx/
1049
1050 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1051 M:      Shawn Guo <shawnguo@kernel.org>
1052 M:      Sascha Hauer <kernel@pengutronix.de>
1053 R:      Stefan Agner <stefan@agner.ch>
1054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 S:      Maintained
1056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1057 F:      arch/arm/mach-imx/*vf610*
1058 F:      arch/arm/boot/dts/vf*
1059
1060 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1061 M:      Lennert Buytenhek <kernel@wantstofly.org>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064
1065 ARM/GUMSTIX MACHINE SUPPORT
1066 M:      Steve Sakoman <sakoman@gmail.com>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1071 M:      Philipp Zabel <philipp.zabel@gmail.com>
1072 M:      Paul Parsons <lost.distance@yahoo.com>
1073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 S:      Maintained
1075 F:      arch/arm/mach-pxa/hx4700.c
1076 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1077 F:      sound/soc/pxa/hx4700.c
1078
1079 ARM/HISILICON SOC SUPPORT
1080 M:      Wei Xu <xuwei5@hisilicon.com>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 W:      http://www.hisilicon.com
1083 S:      Supported
1084 T:      git git://github.com/hisilicon/linux-hisi.git
1085 F:      arch/arm/mach-hisi/
1086
1087 ARM/HP JORNADA 7XX MACHINE SUPPORT
1088 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1089 W:      www.jlime.com
1090 S:      Maintained
1091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1092 F:      arch/arm/mach-sa1100/jornada720.c
1093 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1094
1095 ARM/IGEP MACHINE SUPPORT
1096 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1097 M:      Javier Martinez Canillas <javier@dowhile0.org>
1098 L:      linux-omap@vger.kernel.org
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 S:      Maintained
1101 F:      arch/arm/boot/dts/omap3-igep*
1102
1103 ARM/INCOME PXA270 SUPPORT
1104 M:      Marek Vasut <marek.vasut@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1108
1109 ARM/INTEL IOP32X ARM ARCHITECTURE
1110 M:      Lennert Buytenhek <kernel@wantstofly.org>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113
1114 ARM/INTEL IOP33X ARM ARCHITECTURE
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Orphan
1117
1118 ARM/INTEL IOP13XX ARM ARCHITECTURE
1119 M:      Lennert Buytenhek <kernel@wantstofly.org>
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Maintained
1122
1123 ARM/INTEL IQ81342EX MACHINE SUPPORT
1124 M:      Lennert Buytenhek <kernel@wantstofly.org>
1125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1126 S:      Maintained
1127
1128 ARM/INTEL IXDP2850 MACHINE SUPPORT
1129 M:      Lennert Buytenhek <kernel@wantstofly.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Maintained
1132
1133 ARM/INTEL IXP4XX ARM ARCHITECTURE
1134 M:      Imre Kaloz <kaloz@openwrt.org>
1135 M:      Krzysztof Halasa <khalasa@piap.pl>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 F:      arch/arm/mach-ixp4xx/
1139
1140 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1141 M:      Jonathan Cameron <jic23@cam.ac.uk>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144 F:      arch/arm/mach-pxa/stargate2.c
1145 F:      drivers/pcmcia/pxa2xx_stargate2.c
1146
1147 ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1158 M:      Santosh Shilimkar <ssantosh@kernel.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161 F:      arch/arm/mach-keystone/
1162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1163
1164 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1165 M:      Santosh Shilimkar <ssantosh@kernel.org>
1166 L:      linux-kernel@vger.kernel.org
1167 S:      Maintained
1168 F:      drivers/clk/keystone/
1169
1170 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1171 M:      Santosh Shilimkar <ssantosh@kernel.org>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 L:      linux-kernel@vger.kernel.org
1174 S:      Maintained
1175 F:      drivers/clocksource/timer-keystone.c
1176
1177 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1178 M:      Santosh Shilimkar <ssantosh@kernel.org>
1179 L:      linux-kernel@vger.kernel.org
1180 S:      Maintained
1181 F:      drivers/power/reset/keystone-reset.c
1182
1183 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1184 M:      Santosh Shilimkar <ssantosh@kernel.org>
1185 L:      linux-kernel@vger.kernel.org
1186 S:      Maintained
1187 F:      drivers/memory/*emif*
1188
1189 ARM/LOGICPD PXA270 MACHINE SUPPORT
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/LPC18XX ARCHITECTURE
1195 M:      Joachim Eastwood <manabian@gmail.com>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198 N:      lpc18xx
1199
1200 ARM/MAGICIAN MACHINE SUPPORT
1201 M:      Philipp Zabel <philipp.zabel@gmail.com>
1202 S:      Maintained
1203
1204 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1205 M:      Jason Cooper <jason@lakedaemon.net>
1206 M:      Andrew Lunn <andrew@lunn.ch>
1207 M:      Gregory Clement <gregory.clement@free-electrons.com>
1208 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211 F:      arch/arm/mach-mvebu/
1212 F:      drivers/rtc/rtc-armada38x.c
1213 F:      arch/arm/boot/dts/armada*
1214 F:      arch/arm/boot/dts/kirkwood*
1215
1216
1217 ARM/Marvell Berlin SoC support
1218 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 S:      Maintained
1221 F:      arch/arm/mach-berlin/
1222 F:      arch/arm/boot/dts/berlin*
1223
1224
1225 ARM/Marvell Dove/MV78xx0/Orion SOC support
1226 M:      Jason Cooper <jason@lakedaemon.net>
1227 M:      Andrew Lunn <andrew@lunn.ch>
1228 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1229 M:      Gregory Clement <gregory.clement@free-electrons.com>
1230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S:      Maintained
1232 F:      arch/arm/mach-dove/
1233 F:      arch/arm/mach-mv78xx0/
1234 F:      arch/arm/mach-orion5x/
1235 F:      arch/arm/plat-orion/
1236 F:      arch/arm/boot/dts/dove*
1237 F:      arch/arm/boot/dts/orion5x*
1238
1239
1240 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1241 M:      Alexander Clouter <alex@digriz.org.uk>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 W:      http://www.digriz.org.uk/ts78xx/kernel
1244 S:      Maintained
1245 F:      arch/arm/mach-orion5x/ts78xx-*
1246
1247 ARM/Mediatek SoC support
1248 M:      Matthias Brugger <matthias.bgg@gmail.com>
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252 F:      arch/arm/boot/dts/mt6*
1253 F:      arch/arm/boot/dts/mt8*
1254 F:      arch/arm/mach-mediatek/
1255 N:      mtk
1256 K:      mediatek
1257
1258 ARM/MICREL KS8695 ARCHITECTURE
1259 M:      Greg Ungerer <gerg@uclinux.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 F:      arch/arm/mach-ks8695/
1262 S:      Odd Fixes
1263
1264 ARM/MIOA701 MACHINE SUPPORT
1265 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 F:      arch/arm/mach-pxa/mioa701.c
1268 S:      Maintained
1269
1270 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1271 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1272 S:      Maintained
1273
1274 ARM/NOMADIK ARCHITECTURE
1275 M:      Alessandro Rubini <rubini@unipv.it>
1276 M:      Linus Walleij <linus.walleij@linaro.org>
1277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 S:      Maintained
1279 F:      arch/arm/mach-nomadik/
1280 F:      drivers/pinctrl/nomadik/
1281 F:      drivers/i2c/busses/i2c-nomadik.c
1282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1283
1284 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1285 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1286 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1287 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1288 S:      Supported
1289
1290 ARM/TOSA MACHINE SUPPORT
1291 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1292 M:      Dirk Opfer <dirk@opfer-online.de>
1293 S:      Maintained
1294
1295 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1296 M:      Marek Vasut <marek.vasut@gmail.com>
1297 L:      linux-arm-kernel@lists.infradead.org
1298 W:      http://hackndev.com
1299 S:      Maintained
1300 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1301 F:      arch/arm/mach-pxa/palmtx.c
1302 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1303 F:      arch/arm/mach-pxa/palmt5.c
1304 F:      arch/arm/mach-pxa/include/mach/palmld.h
1305 F:      arch/arm/mach-pxa/palmld.c
1306 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1307 F:      arch/arm/mach-pxa/palmte2.c
1308 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1309 F:      arch/arm/mach-pxa/palmtc.c
1310
1311 ARM/PALM TREO SUPPORT
1312 M:      Tomas Cech <sleep_walker@suse.cz>
1313 L:      linux-arm-kernel@lists.infradead.org
1314 W:      http://hackndev.com
1315 S:      Maintained
1316 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1317 F:      arch/arm/mach-pxa/palmtreo.c
1318
1319 ARM/PALMZ72 SUPPORT
1320 M:      Sergey Lapin <slapin@ossfans.org>
1321 L:      linux-arm-kernel@lists.infradead.org
1322 W:      http://hackndev.com
1323 S:      Maintained
1324 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1325 F:      arch/arm/mach-pxa/palmz72.c
1326
1327 ARM/PLEB SUPPORT
1328 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1329 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1330 S:      Maintained
1331
1332 ARM/PT DIGITAL BOARD PORT
1333 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 W:      http://www.arm.linux.org.uk/
1336 S:      Maintained
1337
1338 ARM/QUALCOMM SUPPORT
1339 M:      Kumar Gala <galak@codeaurora.org>
1340 M:      Andy Gross <agross@codeaurora.org>
1341 M:      David Brown <davidb@codeaurora.org>
1342 L:      linux-arm-msm@vger.kernel.org
1343 L:      linux-soc@vger.kernel.org
1344 S:      Maintained
1345 F:      arch/arm/mach-qcom/
1346 F:      drivers/soc/qcom/
1347 F:      drivers/tty/serial/msm_serial.h
1348 F:      drivers/tty/serial/msm_serial.c
1349 F:      drivers/*/pm8???-*
1350 F:      drivers/mfd/ssbi.c
1351 F:      drivers/firmware/qcom_scm.c
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1353
1354 ARM/RADISYS ENP2611 MACHINE SUPPORT
1355 M:      Lennert Buytenhek <kernel@wantstofly.org>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S:      Maintained
1358
1359 ARM/RISCPC ARCHITECTURE
1360 M:      Russell King <linux@arm.linux.org.uk>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 W:      http://www.arm.linux.org.uk/
1363 S:      Maintained
1364 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1365 F:      arch/arm/include/asm/hardware/ioc.h
1366 F:      arch/arm/include/asm/hardware/iomd.h
1367 F:      arch/arm/include/asm/hardware/memc.h
1368 F:      arch/arm/mach-rpc/
1369 F:      drivers/net/ethernet/8390/etherh.c
1370 F:      drivers/net/ethernet/i825xx/ether1*
1371 F:      drivers/net/ethernet/seeq/ether3*
1372 F:      drivers/scsi/arm/
1373
1374 ARM/Rockchip SoC support
1375 M:      Heiko Stuebner <heiko@sntech.de>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 L:      linux-rockchip@lists.infradead.org
1378 S:      Maintained
1379 F:      arch/arm/boot/dts/rk3*
1380 F:      arch/arm/mach-rockchip/
1381 F:      drivers/clk/rockchip/
1382 F:      drivers/i2c/busses/i2c-rk3x.c
1383 F:      drivers/*/*rockchip*
1384 F:      drivers/*/*/*rockchip*
1385 F:      sound/soc/rockchip/
1386 N:      rockchip
1387
1388 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1389 M:      Kukjin Kim <kgene@kernel.org>
1390 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/s3c*
1395 F:      arch/arm/boot/dts/exynos*
1396 F:      arch/arm64/boot/dts/exynos/
1397 F:      arch/arm/plat-samsung/
1398 F:      arch/arm/mach-s3c24*/
1399 F:      arch/arm/mach-s3c64xx/
1400 F:      arch/arm/mach-s5p*/
1401 F:      arch/arm/mach-exynos*/
1402 F:      drivers/*/*s3c2410*
1403 F:      drivers/*/*/*s3c2410*
1404 F:      drivers/spi/spi-s3c*
1405 F:      sound/soc/samsung/*
1406 N:      exynos
1407
1408 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1409 M:      Kyungmin Park <kyungmin.park@samsung.com>
1410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1411 S:      Maintained
1412 F:      arch/arm/mach-s5pv210/
1413
1414 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1415 M:      Kyungmin Park <kyungmin.park@samsung.com>
1416 M:      Kamil Debski <k.debski@samsung.com>
1417 L:      linux-arm-kernel@lists.infradead.org
1418 L:      linux-media@vger.kernel.org
1419 S:      Maintained
1420 F:      drivers/media/platform/s5p-g2d/
1421
1422 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1423 M:      Kyungmin Park <kyungmin.park@samsung.com>
1424 M:      Kamil Debski <k.debski@samsung.com>
1425 M:      Jeongtae Park <jtp.park@samsung.com>
1426 L:      linux-arm-kernel@lists.infradead.org
1427 L:      linux-media@vger.kernel.org
1428 S:      Maintained
1429 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1430 F:      drivers/media/platform/s5p-mfc/
1431
1432 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1433 M:      Kyungmin Park <kyungmin.park@samsung.com>
1434 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1435 L:      linux-arm-kernel@lists.infradead.org
1436 L:      linux-media@vger.kernel.org
1437 S:      Maintained
1438 F:      drivers/media/platform/s5p-tv/
1439
1440 ARM/SHMOBILE ARM ARCHITECTURE
1441 M:      Simon Horman <horms@verge.net.au>
1442 M:      Magnus Damm <magnus.damm@gmail.com>
1443 L:      linux-sh@vger.kernel.org
1444 W:      http://oss.renesas.com
1445 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1447 S:      Supported
1448 F:      arch/arm/boot/dts/emev2*
1449 F:      arch/arm/boot/dts/r7s*
1450 F:      arch/arm/boot/dts/r8a*
1451 F:      arch/arm/boot/dts/sh*
1452 F:      arch/arm/configs/armadillo800eva_defconfig
1453 F:      arch/arm/configs/bockw_defconfig
1454 F:      arch/arm/configs/kzm9g_defconfig
1455 F:      arch/arm/configs/marzen_defconfig
1456 F:      arch/arm/configs/shmobile_defconfig
1457 F:      arch/arm/include/debug/renesas-scif.S
1458 F:      arch/arm/mach-shmobile/
1459 F:      drivers/sh/
1460
1461 ARM/SOCFPGA ARCHITECTURE
1462 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1463 S:      Maintained
1464 F:      arch/arm/mach-socfpga/
1465 F:      arch/arm/boot/dts/socfpga*
1466 F:      arch/arm/configs/socfpga_defconfig
1467 W:      http://www.rocketboards.org
1468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1469
1470 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1471 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1472 S:      Maintained
1473 F:      drivers/clk/socfpga/
1474
1475 ARM/SOCFPGA EDAC SUPPORT
1476 M:      Thor Thayer <tthayer@opensource.altera.com>
1477 S:      Maintained
1478 F:      drivers/edac/altera_edac.
1479
1480 ARM/STI ARCHITECTURE
1481 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1482 M:      Maxime Coquelin <maxime.coquelin@st.com>
1483 M:      Patrice Chotard <patrice.chotard@st.com>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 L:      kernel@stlinux.com
1486 W:      http://www.stlinux.com
1487 S:      Maintained
1488 F:      arch/arm/mach-sti/
1489 F:      arch/arm/boot/dts/sti*
1490 F:      drivers/clocksource/arm_global_timer.c
1491 F:      drivers/i2c/busses/i2c-st.c
1492 F:      drivers/media/rc/st_rc.c
1493 F:      drivers/mmc/host/sdhci-st.c
1494 F:      drivers/phy/phy-miphy28lp.c
1495 F:      drivers/phy/phy-miphy365x.c
1496 F:      drivers/phy/phy-stih407-usb.c
1497 F:      drivers/phy/phy-stih41x-usb.c
1498 F:      drivers/pinctrl/pinctrl-st.c
1499 F:      drivers/reset/sti/
1500 F:      drivers/tty/serial/st-asc.c
1501 F:      drivers/usb/dwc3/dwc3-st.c
1502 F:      drivers/usb/host/ehci-st.c
1503 F:      drivers/usb/host/ohci-st.c
1504 F:      drivers/ata/ahci_st.c
1505
1506 ARM/STM32 ARCHITECTURE
1507 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 S:      Maintained
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1511 N:      stm32
1512 F:      drivers/clocksource/armv7m_systick.c
1513
1514 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1515 M:      Lennert Buytenhek <kernel@wantstofly.org>
1516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517 S:      Maintained
1518
1519 ARM/TETON BGA MACHINE SUPPORT
1520 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523
1524 ARM/THECUS N2100 MACHINE SUPPORT
1525 M:      Lennert Buytenhek <kernel@wantstofly.org>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 S:      Maintained
1528
1529 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1530 M:      Wan ZongShun <mcuos.com@gmail.com>
1531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 W:      http://www.mcuos.com
1533 S:      Maintained
1534 F:      arch/arm/mach-w90x900/
1535 F:      drivers/input/keyboard/w90p910_keypad.c
1536 F:      drivers/input/touchscreen/w90p910_ts.c
1537 F:      drivers/watchdog/nuc900_wdt.c
1538 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1539 F:      drivers/mtd/nand/nuc900_nand.c
1540 F:      drivers/rtc/rtc-nuc900.c
1541 F:      drivers/spi/spi-nuc900.c
1542 F:      drivers/usb/host/ehci-w90x900.c
1543 F:      drivers/video/fbdev/nuc900fb.c
1544
1545 ARM/U300 MACHINE SUPPORT
1546 M:      Linus Walleij <linus.walleij@linaro.org>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Supported
1549 F:      arch/arm/mach-u300/
1550 F:      drivers/clocksource/timer-u300.c
1551 F:      drivers/i2c/busses/i2c-stu300.c
1552 F:      drivers/rtc/rtc-coh901331.c
1553 F:      drivers/watchdog/coh901327_wdt.c
1554 F:      drivers/dma/coh901318*
1555 F:      drivers/mfd/ab3100*
1556 F:      drivers/rtc/rtc-ab3100.c
1557 F:      drivers/rtc/rtc-coh901331.c
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1559
1560 ARM/UNIPHIER ARCHITECTURE
1561 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 S:      Maintained
1564 F:      arch/arm/mach-uniphier/
1565 N:      uniphier
1566
1567 ARM/Ux500 ARM ARCHITECTURE
1568 M:      Linus Walleij <linus.walleij@linaro.org>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S:      Maintained
1571 F:      arch/arm/mach-ux500/
1572 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1573 F:      drivers/dma/ste_dma40*
1574 F:      drivers/hwspinlock/u8500_hsem.c
1575 F:      drivers/mfd/abx500*
1576 F:      drivers/mfd/ab8500*
1577 F:      drivers/mfd/dbx500*
1578 F:      drivers/mfd/db8500*
1579 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1580 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1581 F:      drivers/rtc/rtc-ab8500.c
1582 F:      drivers/rtc/rtc-pl031.c
1583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1584
1585 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1586 M:      Ulf Hansson <ulf.hansson@linaro.org>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 T:      git git://git.linaro.org/people/ulfh/clk.git
1589 S:      Maintained
1590 F:      drivers/clk/ux500/
1591 F:      include/linux/platform_data/clk-ux500.h
1592
1593 ARM/VERSATILE EXPRESS PLATFORM
1594 M:      Liviu Dudau <liviu.dudau@arm.com>
1595 M:      Sudeep Holla <sudeep.holla@arm.com>
1596 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/boot/dts/vexpress*
1600 F:      arch/arm/mach-vexpress/
1601 F:      */*/vexpress*
1602 F:      */*/*/vexpress*
1603 F:      drivers/clk/versatile/clk-vexpress-osc.c
1604 F:      drivers/clocksource/versatile.c
1605
1606 ARM/VFP SUPPORT
1607 M:      Russell King <linux@arm.linux.org.uk>
1608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 W:      http://www.arm.linux.org.uk/
1610 S:      Maintained
1611 F:      arch/arm/vfp/
1612
1613 ARM/VOIPAC PXA270 SUPPORT
1614 M:      Marek Vasut <marek.vasut@gmail.com>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S:      Maintained
1617 F:      arch/arm/mach-pxa/vpac270.c
1618 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1619
1620 ARM/VT8500 ARM ARCHITECTURE
1621 M:      Tony Prisk <linux@prisktech.co.nz>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 S:      Maintained
1624 F:      arch/arm/mach-vt8500/
1625 F:      drivers/clocksource/vt8500_timer.c
1626 F:      drivers/i2c/busses/i2c-wmt.c
1627 F:      drivers/mmc/host/wmt-sdmmc.c
1628 F:      drivers/pwm/pwm-vt8500.c
1629 F:      drivers/rtc/rtc-vt8500.c
1630 F:      drivers/tty/serial/vt8500_serial.c
1631 F:      drivers/usb/host/ehci-platform.c
1632 F:      drivers/usb/host/uhci-platform.c
1633 F:      drivers/video/fbdev/vt8500lcdfb.*
1634 F:      drivers/video/fbdev/wm8505fb*
1635 F:      drivers/video/fbdev/wmt_ge_rops.*
1636
1637 ARM/ZIPIT Z2 SUPPORT
1638 M:      Marek Vasut <marek.vasut@gmail.com>
1639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 S:      Maintained
1641 F:      arch/arm/mach-pxa/z2.c
1642 F:      arch/arm/mach-pxa/include/mach/z2.h
1643
1644 ARM/ZTE ARCHITECTURE
1645 M:      Jun Nie <jun.nie@linaro.org>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 S:      Maintained
1648 F:      arch/arm/mach-zx/
1649 F:      drivers/clk/zte/
1650 F:      Documentation/devicetree/bindings/arm/zte.txt
1651 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1652
1653 ARM/ZYNQ ARCHITECTURE
1654 M:      Michal Simek <michal.simek@xilinx.com>
1655 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1657 W:      http://wiki.xilinx.com
1658 T:      git git://git.xilinx.com/linux-xlnx.git
1659 S:      Supported
1660 F:      arch/arm/mach-zynq/
1661 F:      drivers/cpuidle/cpuidle-zynq.c
1662 F:      drivers/block/xsysace.c
1663 N:      zynq
1664 N:      xilinx
1665 F:      drivers/clocksource/cadence_ttc_timer.c
1666 F:      drivers/i2c/busses/i2c-cadence.c
1667 F:      drivers/mmc/host/sdhci-of-arasan.c
1668 F:      drivers/edac/synopsys_edac.c
1669
1670 ARM SMMU DRIVER
1671 M:      Will Deacon <will.deacon@arm.com>
1672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 S:      Maintained
1674 F:      drivers/iommu/arm-smmu.c
1675 F:      drivers/iommu/io-pgtable-arm.c
1676
1677 ARM64 PORT (AARCH64 ARCHITECTURE)
1678 M:      Catalin Marinas <catalin.marinas@arm.com>
1679 M:      Will Deacon <will.deacon@arm.com>
1680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 S:      Maintained
1682 F:      arch/arm64/
1683 F:      Documentation/arm64/
1684
1685 AS3645A LED FLASH CONTROLLER DRIVER
1686 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1687 L:      linux-media@vger.kernel.org
1688 T:      git git://linuxtv.org/media_tree.git
1689 S:      Maintained
1690 F:      drivers/media/i2c/as3645a.c
1691 F:      include/media/as3645a.h
1692
1693 ASC7621 HARDWARE MONITOR DRIVER
1694 M:      George Joseph <george.joseph@fairview5.com>
1695 L:      lm-sensors@lm-sensors.org
1696 S:      Maintained
1697 F:      Documentation/hwmon/asc7621
1698 F:      drivers/hwmon/asc7621.c
1699
1700 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1701 M:      Corentin Chary <corentin.chary@gmail.com>
1702 L:      acpi4asus-user@lists.sourceforge.net
1703 L:      platform-driver-x86@vger.kernel.org
1704 W:      http://acpi4asus.sf.net
1705 S:      Maintained
1706 F:      drivers/platform/x86/asus*.c
1707 F:      drivers/platform/x86/eeepc*.c
1708
1709 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1710 R:      Dan Williams <dan.j.williams@intel.com>
1711 W:      http://sourceforge.net/projects/xscaleiop
1712 S:      Odd fixes
1713 F:      Documentation/crypto/async-tx-api.txt
1714 F:      crypto/async_tx/
1715 F:      drivers/dma/
1716 F:      include/linux/dmaengine.h
1717 F:      include/linux/async_tx.h
1718
1719 AT24 EEPROM DRIVER
1720 M:      Wolfram Sang <wsa@the-dreams.de>
1721 L:      linux-i2c@vger.kernel.org
1722 S:      Maintained
1723 F:      drivers/misc/eeprom/at24.c
1724 F:      include/linux/platform_data/at24.h
1725
1726 ATA OVER ETHERNET (AOE) DRIVER
1727 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1728 W:      http://www.openaoe.org/
1729 S:      Supported
1730 F:      Documentation/aoe/
1731 F:      drivers/block/aoe/
1732
1733 ATHEROS ATH GENERIC UTILITIES
1734 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1735 L:      linux-wireless@vger.kernel.org
1736 S:      Supported
1737 F:      drivers/net/wireless/ath/*
1738
1739 ATHEROS ATH5K WIRELESS DRIVER
1740 M:      Jiri Slaby <jirislaby@gmail.com>
1741 M:      Nick Kossifidis <mickflemm@gmail.com>
1742 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1743 L:      linux-wireless@vger.kernel.org
1744 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1745 S:      Maintained
1746 F:      drivers/net/wireless/ath/ath5k/
1747
1748 ATHEROS ATH6KL WIRELESS DRIVER
1749 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1750 L:      linux-wireless@vger.kernel.org
1751 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1752 T:      git git://github.com/kvalo/ath.git
1753 S:      Supported
1754 F:      drivers/net/wireless/ath/ath6kl/
1755
1756 WILOCITY WIL6210 WIRELESS DRIVER
1757 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1758 L:      linux-wireless@vger.kernel.org
1759 L:      wil6210@qca.qualcomm.com
1760 S:      Supported
1761 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1762 F:      drivers/net/wireless/ath/wil6210/
1763 F:      include/uapi/linux/wil6210_uapi.h
1764
1765 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1766 M:      Christian Lamparter <chunkeey@googlemail.com>
1767 L:      linux-wireless@vger.kernel.org
1768 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1769 S:      Maintained
1770 F:      drivers/net/wireless/ath/carl9170/
1771
1772 ATK0110 HWMON DRIVER
1773 M:      Luca Tettamanti <kronos.it@gmail.com>
1774 L:      lm-sensors@lm-sensors.org
1775 S:      Maintained
1776 F:      drivers/hwmon/asus_atk0110.c
1777
1778 ATI_REMOTE2 DRIVER
1779 M:      Ville Syrjala <syrjala@sci.fi>
1780 S:      Maintained
1781 F:      drivers/input/misc/ati_remote2.c
1782
1783 ATLX ETHERNET DRIVERS
1784 M:      Jay Cliburn <jcliburn@gmail.com>
1785 M:      Chris Snook <chris.snook@gmail.com>
1786 L:      netdev@vger.kernel.org
1787 W:      http://sourceforge.net/projects/atl1
1788 W:      http://atl1.sourceforge.net
1789 S:      Maintained
1790 F:      drivers/net/ethernet/atheros/
1791
1792 ATM
1793 M:      Chas Williams <3chas3@gmail.com>
1794 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1795 L:      netdev@vger.kernel.org
1796 W:      http://linux-atm.sourceforge.net
1797 S:      Maintained
1798 F:      drivers/atm/
1799 F:      include/linux/atm*
1800 F:      include/uapi/linux/atm*
1801
1802 ATMEL AT91 / AT32 MCI DRIVER
1803 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1804 S:      Maintained
1805 F:      drivers/mmc/host/atmel-mci.c
1806 F:      drivers/mmc/host/atmel-mci-regs.h
1807
1808 ATMEL AT91 / AT32 SERIAL DRIVER
1809 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1810 S:      Supported
1811 F:      drivers/tty/serial/atmel_serial.c
1812
1813 ATMEL Audio ALSA driver
1814 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1815 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1816 S:      Supported
1817 F:      sound/soc/atmel
1818
1819 ATMEL DMA DRIVER
1820 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S:      Supported
1823 F:      drivers/dma/at_hdmac.c
1824 F:      drivers/dma/at_hdmac_regs.h
1825 F:      include/linux/platform_data/dma-atmel.h
1826
1827 ATMEL XDMA DRIVER
1828 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1829 L:      linux-arm-kernel@lists.infradead.org
1830 L:      dmaengine@vger.kernel.org
1831 S:      Supported
1832 F:      drivers/dma/at_xdmac.c
1833
1834 ATMEL I2C DRIVER
1835 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1836 L:      linux-i2c@vger.kernel.org
1837 S:      Supported
1838 F:      drivers/i2c/busses/i2c-at91.c
1839
1840 ATMEL ISI DRIVER
1841 M:      Josh Wu <josh.wu@atmel.com>
1842 L:      linux-media@vger.kernel.org
1843 S:      Supported
1844 F:      drivers/media/platform/soc_camera/atmel-isi.c
1845 F:      include/media/atmel-isi.h
1846
1847 ATMEL LCDFB DRIVER
1848 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1849 L:      linux-fbdev@vger.kernel.org
1850 S:      Maintained
1851 F:      drivers/video/fbdev/atmel_lcdfb.c
1852 F:      include/video/atmel_lcdc.h
1853
1854 ATMEL MACB ETHERNET DRIVER
1855 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1856 S:      Supported
1857 F:      drivers/net/ethernet/cadence/
1858
1859 ATMEL NAND DRIVER
1860 M:      Josh Wu <josh.wu@atmel.com>
1861 L:      linux-mtd@lists.infradead.org
1862 S:      Supported
1863 F:      drivers/mtd/nand/atmel_nand*
1864
1865 ATMEL SPI DRIVER
1866 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1867 S:      Supported
1868 F:      drivers/spi/spi-atmel.*
1869
1870 ATMEL SSC DRIVER
1871 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 S:      Supported
1874 F:      drivers/misc/atmel-ssc.c
1875 F:      include/linux/atmel-ssc.h
1876
1877 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1878 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1880 S:      Supported
1881 F:      drivers/misc/atmel_tclib.c
1882 F:      drivers/clocksource/tcb_clksrc.c
1883
1884 ATMEL USBA UDC DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 S:      Supported
1888 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1889
1890 ATMEL WIRELESS DRIVER
1891 M:      Simon Kelley <simon@thekelleys.org.uk>
1892 L:      linux-wireless@vger.kernel.org
1893 W:      http://www.thekelleys.org.uk/atmel
1894 W:      http://atmelwlandriver.sourceforge.net/
1895 S:      Maintained
1896 F:      drivers/net/wireless/atmel*
1897
1898 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1899 M:      Bradley Grove <linuxdrivers@attotech.com>
1900 L:      linux-scsi@vger.kernel.org
1901 W:      http://www.attotech.com
1902 S:      Supported
1903 F:      drivers/scsi/esas2r
1904
1905 AUDIT SUBSYSTEM
1906 M:      Paul Moore <paul@paul-moore.com>
1907 M:      Eric Paris <eparis@redhat.com>
1908 L:      linux-audit@redhat.com (moderated for non-subscribers)
1909 W:      http://people.redhat.com/sgrubb/audit/
1910 T:      git git://git.infradead.org/users/pcmoore/audit
1911 S:      Maintained
1912 F:      include/linux/audit.h
1913 F:      include/uapi/linux/audit.h
1914 F:      kernel/audit*
1915
1916 AUXILIARY DISPLAY DRIVERS
1917 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1918 W:      http://miguelojeda.es/auxdisplay.htm
1919 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1920 S:      Maintained
1921 F:      drivers/auxdisplay/
1922 F:      include/linux/cfag12864b.h
1923
1924 AVR32 ARCHITECTURE
1925 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1926 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1927 W:      http://www.atmel.com/products/AVR32/
1928 W:      http://mirror.egtvedt.no/avr32linux.org/
1929 W:      http://avrfreaks.net/
1930 S:      Maintained
1931 F:      arch/avr32/
1932
1933 AVR32/AT32AP MACHINE SUPPORT
1934 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1935 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1936 S:      Maintained
1937 F:      arch/avr32/mach-at32ap/
1938
1939 AX.25 NETWORK LAYER
1940 M:      Ralf Baechle <ralf@linux-mips.org>
1941 L:      linux-hams@vger.kernel.org
1942 W:      http://www.linux-ax25.org/
1943 S:      Maintained
1944 F:      include/uapi/linux/ax25.h
1945 F:      include/net/ax25.h
1946 F:      net/ax25/
1947
1948 AZ6007 DVB DRIVER
1949 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1950 L:      linux-media@vger.kernel.org
1951 W:      http://linuxtv.org
1952 T:      git git://linuxtv.org/media_tree.git
1953 S:      Maintained
1954 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1955
1956 AZTECH FM RADIO RECEIVER DRIVER
1957 M:      Hans Verkuil <hverkuil@xs4all.nl>
1958 L:      linux-media@vger.kernel.org
1959 T:      git git://linuxtv.org/media_tree.git
1960 W:      http://linuxtv.org
1961 S:      Maintained
1962 F:      drivers/media/radio/radio-aztech*
1963
1964 B43 WIRELESS DRIVER
1965 L:      linux-wireless@vger.kernel.org
1966 L:      b43-dev@lists.infradead.org
1967 W:      http://wireless.kernel.org/en/users/Drivers/b43
1968 S:      Odd Fixes
1969 F:      drivers/net/wireless/b43/
1970
1971 B43LEGACY WIRELESS DRIVER
1972 M:      Larry Finger <Larry.Finger@lwfinger.net>
1973 L:      linux-wireless@vger.kernel.org
1974 L:      b43-dev@lists.infradead.org
1975 W:      http://wireless.kernel.org/en/users/Drivers/b43
1976 S:      Maintained
1977 F:      drivers/net/wireless/b43legacy/
1978
1979 BACKLIGHT CLASS/SUBSYSTEM
1980 M:      Jingoo Han <jingoohan1@gmail.com>
1981 M:      Lee Jones <lee.jones@linaro.org>
1982 S:      Maintained
1983 F:      drivers/video/backlight/
1984 F:      include/linux/backlight.h
1985
1986 BATMAN ADVANCED
1987 M:      Marek Lindner <mareklindner@neomailbox.ch>
1988 M:      Simon Wunderlich <sw@simonwunderlich.de>
1989 M:      Antonio Quartulli <antonio@meshcoding.com>
1990 L:      b.a.t.m.a.n@lists.open-mesh.org
1991 W:      http://www.open-mesh.org/
1992 S:      Maintained
1993 F:      net/batman-adv/
1994
1995 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1996 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1997 L:      linux-hams@vger.kernel.org
1998 W:      http://www.baycom.org/~tom/ham/ham.html
1999 S:      Maintained
2000 F:      drivers/net/hamradio/baycom*
2001
2002 BCACHE (BLOCK LAYER CACHE)
2003 M:      Kent Overstreet <kmo@daterainc.com>
2004 L:      linux-bcache@vger.kernel.org
2005 W:      http://bcache.evilpiepirate.org
2006 S:      Maintained:
2007 F:      drivers/md/bcache/
2008
2009 BEFS FILE SYSTEM
2010 S:      Orphan
2011 F:      Documentation/filesystems/befs.txt
2012 F:      fs/befs/
2013
2014 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2015 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2016 L:      netdev@vger.kernel.org
2017 S:      Maintained
2018 F:      drivers/net/ethernet/ec_bhf.c
2019
2020 BFS FILE SYSTEM
2021 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2022 S:      Maintained
2023 F:      Documentation/filesystems/bfs.txt
2024 F:      fs/bfs/
2025 F:      include/uapi/linux/bfs_fs.h
2026
2027 BLACKFIN ARCHITECTURE
2028 M:      Steven Miao <realmz6@gmail.com>
2029 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 T:      git git://git.code.sf.net/p/adi-linux/code
2031 W:      http://blackfin.uclinux.org
2032 S:      Supported
2033 F:      arch/blackfin/
2034
2035 BLACKFIN EMAC DRIVER
2036 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2037 W:      http://blackfin.uclinux.org
2038 S:      Supported
2039 F:      drivers/net/ethernet/adi/
2040
2041 BLACKFIN RTC DRIVER
2042 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W:      http://blackfin.uclinux.org
2044 S:      Supported
2045 F:      drivers/rtc/rtc-bfin.c
2046
2047 BLACKFIN SDH DRIVER
2048 M:      Sonic Zhang <sonic.zhang@analog.com>
2049 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W:      http://blackfin.uclinux.org
2051 S:      Supported
2052 F:      drivers/mmc/host/bfin_sdh.c
2053
2054 BLACKFIN SERIAL DRIVER
2055 M:      Sonic Zhang <sonic.zhang@analog.com>
2056 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2057 W:      http://blackfin.uclinux.org
2058 S:      Supported
2059 F:      drivers/tty/serial/bfin_uart.c
2060
2061 BLACKFIN WATCHDOG DRIVER
2062 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W:      http://blackfin.uclinux.org
2064 S:      Supported
2065 F:      drivers/watchdog/bfin_wdt.c
2066
2067 BLACKFIN I2C TWI DRIVER
2068 M:      Sonic Zhang <sonic.zhang@analog.com>
2069 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2070 W:      http://blackfin.uclinux.org/
2071 S:      Supported
2072 F:      drivers/i2c/busses/i2c-bfin-twi.c
2073
2074 BLACKFIN MEDIA DRIVER
2075 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2076 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 W:      http://blackfin.uclinux.org/
2078 S:      Supported
2079 F:      drivers/media/platform/blackfin/
2080 F:      drivers/media/i2c/adv7183*
2081 F:      drivers/media/i2c/vs6624*
2082
2083 BLINKM RGB LED DRIVER
2084 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2085 S:      Maintained
2086 F:      drivers/leds/leds-blinkm.c
2087
2088 BLOCK LAYER
2089 M:      Jens Axboe <axboe@kernel.dk>
2090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2091 S:      Maintained
2092 F:      block/
2093
2094 BLOCK2MTD DRIVER
2095 M:      Joern Engel <joern@lazybastard.org>
2096 L:      linux-mtd@lists.infradead.org
2097 S:      Maintained
2098 F:      drivers/mtd/devices/block2mtd.c
2099
2100 BLUETOOTH DRIVERS
2101 M:      Marcel Holtmann <marcel@holtmann.org>
2102 M:      Gustavo Padovan <gustavo@padovan.org>
2103 M:      Johan Hedberg <johan.hedberg@gmail.com>
2104 L:      linux-bluetooth@vger.kernel.org
2105 W:      http://www.bluez.org/
2106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2108 S:      Maintained
2109 F:      drivers/bluetooth/
2110
2111 BLUETOOTH SUBSYSTEM
2112 M:      Marcel Holtmann <marcel@holtmann.org>
2113 M:      Gustavo Padovan <gustavo@padovan.org>
2114 M:      Johan Hedberg <johan.hedberg@gmail.com>
2115 L:      linux-bluetooth@vger.kernel.org
2116 W:      http://www.bluez.org/
2117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2119 S:      Maintained
2120 F:      net/bluetooth/
2121 F:      include/net/bluetooth/
2122
2123 BONDING DRIVER
2124 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2125 M:      Veaceslav Falico <vfalico@gmail.com>
2126 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2127 L:      netdev@vger.kernel.org
2128 W:      http://sourceforge.net/projects/bonding/
2129 S:      Supported
2130 F:      drivers/net/bonding/
2131 F:      include/uapi/linux/if_bonding.h
2132
2133 BPF (Safe dynamic programs and tools)
2134 M:      Alexei Starovoitov <ast@kernel.org>
2135 L:      netdev@vger.kernel.org
2136 L:      linux-kernel@vger.kernel.org
2137 S:      Supported
2138 F:      kernel/bpf/
2139
2140 BROADCOM B44 10/100 ETHERNET DRIVER
2141 M:      Gary Zambrano <zambrano@broadcom.com>
2142 L:      netdev@vger.kernel.org
2143 S:      Supported
2144 F:      drivers/net/ethernet/broadcom/b44.*
2145
2146 BROADCOM GENET ETHERNET DRIVER
2147 M:      Florian Fainelli <f.fainelli@gmail.com>
2148 L:      netdev@vger.kernel.org
2149 S:      Supported
2150 F:      drivers/net/ethernet/broadcom/genet/
2151
2152 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2153 M:      Sony Chacko <sony.chacko@qlogic.com>
2154 M:      Dept-HSGLinuxNICDev@qlogic.com
2155 L:      netdev@vger.kernel.org
2156 S:      Supported
2157 F:      drivers/net/ethernet/broadcom/bnx2.*
2158 F:      drivers/net/ethernet/broadcom/bnx2_*
2159
2160 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2161 M:      Ariel Elior <ariel.elior@qlogic.com>
2162 L:      netdev@vger.kernel.org
2163 S:      Supported
2164 F:      drivers/net/ethernet/broadcom/bnx2x/
2165
2166 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2167 M:      Florian Fainelli <f.fainelli@gmail.com>
2168 M:      Ray Jui <rjui@broadcom.com>
2169 M:      Scott Branden <sbranden@broadcom.com>
2170 L:      bcm-kernel-feedback-list@broadcom.com
2171 T:      git git://github.com/broadcom/mach-bcm
2172 S:      Maintained
2173 F:      arch/arm/mach-bcm/
2174 F:      arch/arm/boot/dts/bcm113*
2175 F:      arch/arm/boot/dts/bcm216*
2176 F:      arch/arm/boot/dts/bcm281*
2177 F:      arch/arm/configs/bcm_defconfig
2178 F:      drivers/mmc/host/sdhci-bcm-kona.c
2179 F:      drivers/clocksource/bcm_kona_timer.c
2180
2181 BROADCOM BCM2835 ARM ARCHITECTURE
2182 M:      Stephen Warren <swarren@wwwdotorg.org>
2183 M:      Lee Jones <lee@kernel.org>
2184 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2186 S:      Maintained
2187 N:      bcm2835
2188
2189 BROADCOM BCM33XX MIPS ARCHITECTURE
2190 M:      Kevin Cernekee <cernekee@gmail.com>
2191 L:      linux-mips@linux-mips.org
2192 S:      Maintained
2193 F:      arch/mips/bcm3384/*
2194 F:      arch/mips/include/asm/mach-bcm3384/*
2195 F:      arch/mips/kernel/*bmips*
2196
2197 BROADCOM BCM5301X ARM ARCHITECTURE
2198 M:      Hauke Mehrtens <hauke@hauke-m.de>
2199 L:      linux-arm-kernel@lists.infradead.org
2200 S:      Maintained
2201 F:      arch/arm/mach-bcm/bcm_5301x.c
2202 F:      arch/arm/boot/dts/bcm5301x.dtsi
2203 F:      arch/arm/boot/dts/bcm470*
2204
2205 BROADCOM BCM63XX ARM ARCHITECTURE
2206 M:      Florian Fainelli <f.fainelli@gmail.com>
2207 L:      linux-arm-kernel@lists.infradead.org
2208 T:      git git://github.com/broadcom/arm-bcm63xx.git
2209 S:      Maintained
2210 F:      arch/arm/mach-bcm/bcm63xx.c
2211 F:      arch/arm/include/debug/bcm63xx.S
2212
2213 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2214 M:      Kevin Cernekee <cernekee@gmail.com>
2215 L:      linux-usb@vger.kernel.org
2216 S:      Maintained
2217 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2218
2219 BROADCOM BCM7XXX ARM ARCHITECTURE
2220 M:      Brian Norris <computersforpeace@gmail.com>
2221 M:      Gregory Fong <gregory.0xf0@gmail.com>
2222 M:      Florian Fainelli <f.fainelli@gmail.com>
2223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2224 T:      git git://github.com/broadcom/stblinux.git
2225 S:      Maintained
2226 F:      arch/arm/mach-bcm/*brcmstb*
2227 F:      arch/arm/boot/dts/bcm7*.dts*
2228 F:      drivers/bus/brcmstb_gisb.c
2229 N:      brcmstb
2230
2231 BROADCOM BMIPS MIPS ARCHITECTURE
2232 M:      Kevin Cernekee <cernekee@gmail.com>
2233 M:      Florian Fainelli <f.fainelli@gmail.com>
2234 L:      linux-mips@linux-mips.org
2235 T:      git git://github.com/broadcom/stblinux.git
2236 S:      Maintained
2237 F:      arch/mips/bmips/*
2238 F:      arch/mips/include/asm/mach-bmips/*
2239 F:      arch/mips/kernel/*bmips*
2240 F:      arch/mips/boot/dts/bcm*.dts*
2241 F:      drivers/irqchip/irq-bcm7*
2242 F:      drivers/irqchip/irq-brcmstb*
2243
2244 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2245 M:      Prashant Sreedharan <prashant@broadcom.com>
2246 M:      Michael Chan <mchan@broadcom.com>
2247 L:      netdev@vger.kernel.org
2248 S:      Supported
2249 F:      drivers/net/ethernet/broadcom/tg3.*
2250
2251 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2252 M:      Brett Rudley <brudley@broadcom.com>
2253 M:      Arend van Spriel <arend@broadcom.com>
2254 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2255 M:      Hante Meuleman <meuleman@broadcom.com>
2256 L:      linux-wireless@vger.kernel.org
2257 L:      brcm80211-dev-list@broadcom.com
2258 S:      Supported
2259 F:      drivers/net/wireless/brcm80211/
2260
2261 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2262 M:      QLogic-Storage-Upstream@qlogic.com
2263 L:      linux-scsi@vger.kernel.org
2264 S:      Supported
2265 F:      drivers/scsi/bnx2fc/
2266
2267 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2268 M:      QLogic-Storage-Upstream@qlogic.com
2269 L:      linux-scsi@vger.kernel.org
2270 S:      Supported
2271 F:      drivers/scsi/bnx2i/
2272
2273 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2274 M:      Ray Jui <rjui@broadcom.com>
2275 M:      Scott Branden <sbranden@broadcom.com>
2276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2277 L:      bcm-kernel-feedback-list@broadcom.com
2278 T:      git git://github.com/broadcom/cygnus-linux.git
2279 S:      Maintained
2280 N:      iproc
2281 N:      cygnus
2282 N:      bcm9113*
2283 N:      bcm9583*
2284 N:      bcm583*
2285 N:      bcm113*
2286
2287 BROADCOM KONA GPIO DRIVER
2288 M:      Ray Jui <rjui@broadcom.com>
2289 L:      bcm-kernel-feedback-list@broadcom.com
2290 S:      Supported
2291 F:      drivers/gpio/gpio-bcm-kona.c
2292 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2293
2294 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2295 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2296 L:      linux-wireless@vger.kernel.org
2297 S:      Maintained
2298 F:      drivers/bcma/
2299 F:      include/linux/bcma/
2300
2301 BROADCOM SYSTEMPORT ETHERNET DRIVER
2302 M:      Florian Fainelli <f.fainelli@gmail.com>
2303 L:      netdev@vger.kernel.org
2304 S:      Supported
2305 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2306
2307 BROCADE BFA FC SCSI DRIVER
2308 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2309 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2310 L:      linux-scsi@vger.kernel.org
2311 S:      Supported
2312 F:      drivers/scsi/bfa/
2313
2314 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2315 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2316 L:      netdev@vger.kernel.org
2317 S:      Supported
2318 F:      drivers/net/ethernet/brocade/bna/
2319
2320 BSG (block layer generic sg v4 driver)
2321 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2322 L:      linux-scsi@vger.kernel.org
2323 S:      Supported
2324 F:      block/bsg.c
2325 F:      include/linux/bsg.h
2326 F:      include/uapi/linux/bsg.h
2327
2328 BT87X AUDIO DRIVER
2329 M:      Clemens Ladisch <clemens@ladisch.de>
2330 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2331 T:      git git://git.alsa-project.org/alsa-kernel.git
2332 S:      Maintained
2333 F:      Documentation/sound/alsa/Bt87x.txt
2334 F:      sound/pci/bt87x.c
2335
2336 BT8XXGPIO DRIVER
2337 M:      Michael Buesch <m@bues.ch>
2338 W:      http://bu3sch.de/btgpio.php
2339 S:      Maintained
2340 F:      drivers/gpio/gpio-bt8xx.c
2341
2342 BTRFS FILE SYSTEM
2343 M:      Chris Mason <clm@fb.com>
2344 M:      Josef Bacik <jbacik@fb.com>
2345 M:      David Sterba <dsterba@suse.cz>
2346 L:      linux-btrfs@vger.kernel.org
2347 W:      http://btrfs.wiki.kernel.org/
2348 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2350 S:      Maintained
2351 F:      Documentation/filesystems/btrfs.txt
2352 F:      fs/btrfs/
2353
2354 BTTV VIDEO4LINUX DRIVER
2355 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2356 L:      linux-media@vger.kernel.org
2357 W:      http://linuxtv.org
2358 T:      git git://linuxtv.org/media_tree.git
2359 S:      Odd fixes
2360 F:      Documentation/video4linux/bttv/
2361 F:      drivers/media/pci/bt8xx/bttv*
2362
2363 BUSLOGIC SCSI DRIVER
2364 M:      Khalid Aziz <khalid@gonehiking.org>
2365 L:      linux-scsi@vger.kernel.org
2366 S:      Maintained
2367 F:      drivers/scsi/BusLogic.*
2368 F:      drivers/scsi/FlashPoint.*
2369
2370 C-MEDIA CMI8788 DRIVER
2371 M:      Clemens Ladisch <clemens@ladisch.de>
2372 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2373 T:      git git://git.alsa-project.org/alsa-kernel.git
2374 S:      Maintained
2375 F:      sound/pci/oxygen/
2376
2377 C6X ARCHITECTURE
2378 M:      Mark Salter <msalter@redhat.com>
2379 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2380 L:      linux-c6x-dev@linux-c6x.org
2381 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2382 S:      Maintained
2383 F:      arch/c6x/
2384
2385 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2386 M:      David Howells <dhowells@redhat.com>
2387 L:      linux-cachefs@redhat.com
2388 S:      Supported
2389 F:      Documentation/filesystems/caching/cachefiles.txt
2390 F:      fs/cachefiles/
2391
2392 CADET FM/AM RADIO RECEIVER DRIVER
2393 M:      Hans Verkuil <hverkuil@xs4all.nl>
2394 L:      linux-media@vger.kernel.org
2395 T:      git git://linuxtv.org/media_tree.git
2396 W:      http://linuxtv.org
2397 S:      Maintained
2398 F:      drivers/media/radio/radio-cadet*
2399
2400 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2401 M:      Jonathan Corbet <corbet@lwn.net>
2402 L:      linux-media@vger.kernel.org
2403 T:      git git://linuxtv.org/media_tree.git
2404 S:      Maintained
2405 F:      Documentation/video4linux/cafe_ccic
2406 F:      drivers/media/platform/marvell-ccic/
2407
2408 CAIF NETWORK LAYER
2409 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2410 L:      netdev@vger.kernel.org
2411 S:      Supported
2412 F:      Documentation/networking/caif/
2413 F:      drivers/net/caif/
2414 F:      include/uapi/linux/caif/
2415 F:      include/net/caif/
2416 F:      net/caif/
2417
2418 CALGARY x86-64 IOMMU
2419 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2420 M:      "Jon D. Mason" <jdmason@kudzu.us>
2421 L:      discuss@x86-64.org
2422 S:      Maintained
2423 F:      arch/x86/kernel/pci-calgary_64.c
2424 F:      arch/x86/kernel/tce_64.c
2425 F:      arch/x86/include/asm/calgary.h
2426 F:      arch/x86/include/asm/tce.h
2427
2428 CAN NETWORK LAYER
2429 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2430 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2431 L:      linux-can@vger.kernel.org
2432 W:      https://github.com/linux-can
2433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2435 S:      Maintained
2436 F:      Documentation/networking/can.txt
2437 F:      net/can/
2438 F:      include/linux/can/core.h
2439 F:      include/uapi/linux/can.h
2440 F:      include/uapi/linux/can/bcm.h
2441 F:      include/uapi/linux/can/raw.h
2442 F:      include/uapi/linux/can/gw.h
2443
2444 CAN NETWORK DRIVERS
2445 M:      Wolfgang Grandegger <wg@grandegger.com>
2446 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2447 L:      linux-can@vger.kernel.org
2448 W:      https://github.com/linux-can
2449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2451 S:      Maintained
2452 F:      drivers/net/can/
2453 F:      include/linux/can/dev.h
2454 F:      include/linux/can/platform/
2455 F:      include/uapi/linux/can/error.h
2456 F:      include/uapi/linux/can/netlink.h
2457
2458 CAPABILITIES
2459 M:      Serge Hallyn <serge.hallyn@canonical.com>
2460 L:      linux-security-module@vger.kernel.org
2461 S:      Supported
2462 F:      include/linux/capability.h
2463 F:      include/uapi/linux/capability.h
2464 F:      security/capability.c
2465 F:      security/commoncap.c
2466 F:      kernel/capability.c
2467
2468 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2469 M:      Kevin Tsai <ktsai@capellamicro.com>
2470 S:      Maintained
2471 F:      drivers/iio/light/cm*
2472 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2473
2474 CC2520 IEEE-802.15.4 RADIO DRIVER
2475 M:      Varka Bhadram <varkabhadram@gmail.com>
2476 L:      linux-wpan@vger.kernel.org
2477 S:      Maintained
2478 F:      drivers/net/ieee802154/cc2520.c
2479 F:      include/linux/spi/cc2520.h
2480 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2481
2482 CELL BROADBAND ENGINE ARCHITECTURE
2483 M:      Arnd Bergmann <arnd@arndb.de>
2484 L:      linuxppc-dev@lists.ozlabs.org
2485 L:      cbe-oss-dev@lists.ozlabs.org
2486 W:      http://www.ibm.com/developerworks/power/cell/
2487 S:      Supported
2488 F:      arch/powerpc/include/asm/cell*.h
2489 F:      arch/powerpc/include/asm/spu*.h
2490 F:      arch/powerpc/include/uapi/asm/spu*.h
2491 F:      arch/powerpc/oprofile/*cell*
2492 F:      arch/powerpc/platforms/cell/
2493
2494 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2495 M:      Yan, Zheng <zyan@redhat.com>
2496 M:      Sage Weil <sage@redhat.com>
2497 L:      ceph-devel@vger.kernel.org
2498 W:      http://ceph.com/
2499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2500 S:      Supported
2501 F:      Documentation/filesystems/ceph.txt
2502 F:      fs/ceph/
2503 F:      net/ceph/
2504 F:      include/linux/ceph/
2505 F:      include/linux/crush/
2506
2507 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2508 L:      linux-usb@vger.kernel.org
2509 S:      Orphan
2510 F:      Documentation/usb/WUSB-Design-overview.txt
2511 F:      Documentation/usb/wusb-cbaf
2512 F:      drivers/usb/host/hwa-hc.c
2513 F:      drivers/usb/host/whci/
2514 F:      drivers/usb/wusbcore/
2515 F:      include/linux/usb/wusb*
2516
2517 CFAG12864B LCD DRIVER
2518 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2519 W:      http://miguelojeda.es/auxdisplay.htm
2520 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2521 S:      Maintained
2522 F:      drivers/auxdisplay/cfag12864b.c
2523 F:      include/linux/cfag12864b.h
2524
2525 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2526 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2527 W:      http://miguelojeda.es/auxdisplay.htm
2528 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2529 S:      Maintained
2530 F:      drivers/auxdisplay/cfag12864bfb.c
2531 F:      include/linux/cfag12864b.h
2532
2533 CFG80211 and NL80211
2534 M:      Johannes Berg <johannes@sipsolutions.net>
2535 L:      linux-wireless@vger.kernel.org
2536 W:      http://wireless.kernel.org/
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2539 S:      Maintained
2540 F:      include/uapi/linux/nl80211.h
2541 F:      include/net/cfg80211.h
2542 F:      net/wireless/*
2543 X:      net/wireless/wext*
2544
2545 CHAR and MISC DRIVERS
2546 M:      Arnd Bergmann <arnd@arndb.de>
2547 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2549 S:      Supported
2550 F:      drivers/char/*
2551 F:      drivers/misc/*
2552 F:      include/linux/miscdevice.h
2553
2554 CHECKPATCH
2555 M:      Andy Whitcroft <apw@canonical.com>
2556 M:      Joe Perches <joe@perches.com>
2557 S:      Maintained
2558 F:      scripts/checkpatch.pl
2559
2560 CHINESE DOCUMENTATION
2561 M:      Harry Wei <harryxiyou@gmail.com>
2562 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2563 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2564 S:      Maintained
2565 F:      Documentation/zh_CN/
2566
2567 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2568 M:      Peter Chen <Peter.Chen@freescale.com>
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2570 L:      linux-usb@vger.kernel.org
2571 S:      Maintained
2572 F:      drivers/usb/chipidea/
2573
2574 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2575 M:      Hans de Goede <hdegoede@redhat.com>
2576 L:      linux-input@vger.kernel.org
2577 S:      Maintained
2578 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2579 F:      drivers/input/touchscreen/chipone_icn8318.c
2580
2581 CHROME HARDWARE PLATFORM SUPPORT
2582 M:      Olof Johansson <olof@lixom.net>
2583 S:      Maintained
2584 F:      drivers/platform/chrome/
2585
2586 CISCO VIC ETHERNET NIC DRIVER
2587 M:      Christian Benvenuti <benve@cisco.com>
2588 M:      Sujith Sankar <ssujith@cisco.com>
2589 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2590 M:      Neel Patel <neepatel@cisco.com>
2591 S:      Supported
2592 F:      drivers/net/ethernet/cisco/enic/
2593
2594 CISCO VIC LOW LATENCY NIC DRIVER
2595 M:      Upinder Malhi <umalhi@cisco.com>
2596 S:      Supported
2597 F:      drivers/infiniband/hw/usnic
2598
2599 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2600 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2601 L:      netdev@vger.kernel.org
2602 S:      Maintained
2603 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2604
2605 CIRRUS LOGIC AUDIO CODEC DRIVERS
2606 M:      Brian Austin <brian.austin@cirrus.com>
2607 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2608 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2609 S:      Maintained
2610 F:      sound/soc/codecs/cs*
2611
2612 CLEANCACHE API
2613 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2614 L:      linux-kernel@vger.kernel.org
2615 S:      Maintained
2616 F:      mm/cleancache.c
2617 F:      include/linux/cleancache.h
2618
2619 CLK API
2620 M:      Russell King <linux@arm.linux.org.uk>
2621 L:      linux-clk@vger.kernel.org
2622 S:      Maintained
2623 F:      include/linux/clk.h
2624
2625 CLOCKSOURCE, CLOCKEVENT DRIVERS
2626 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2627 M:      Thomas Gleixner <tglx@linutronix.de>
2628 L:      linux-kernel@vger.kernel.org
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2630 S:      Supported
2631 F:      drivers/clocksource
2632
2633 CISCO FCOE HBA DRIVER
2634 M:      Hiral Patel <hiralpat@cisco.com>
2635 M:      Suma Ramars <sramars@cisco.com>
2636 M:      Brian Uchino <buchino@cisco.com>
2637 L:      linux-scsi@vger.kernel.org
2638 S:      Supported
2639 F:      drivers/scsi/fnic/
2640
2641 CMPC ACPI DRIVER
2642 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2643 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2644 L:      platform-driver-x86@vger.kernel.org
2645 S:      Supported
2646 F:      drivers/platform/x86/classmate-laptop.c
2647
2648 COCCINELLE/Semantic Patches (SmPL)
2649 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2650 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2651 M:      Nicolas Palix <nicolas.palix@imag.fr>
2652 M:      Michal Marek <mmarek@suse.cz>
2653 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2655 W:      http://coccinelle.lip6.fr/
2656 S:      Supported
2657 F:      Documentation/coccinelle.txt
2658 F:      scripts/coccinelle/
2659 F:      scripts/coccicheck
2660
2661 CODA FILE SYSTEM
2662 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2663 M:      coda@cs.cmu.edu
2664 L:      codalist@coda.cs.cmu.edu
2665 W:      http://www.coda.cs.cmu.edu/
2666 S:      Maintained
2667 F:      Documentation/filesystems/coda.txt
2668 F:      fs/coda/
2669 F:      include/linux/coda*.h
2670 F:      include/uapi/linux/coda*.h
2671
2672 CODA V4L2 MEM2MEM DRIVER
2673 M:      Philipp Zabel <p.zabel@pengutronix.de>
2674 L:      linux-media@vger.kernel.org
2675 S:      Maintained
2676 F:      Documentation/devicetree/bindings/media/coda.txt
2677 F:      drivers/media/platform/coda/
2678
2679 COMMON CLK FRAMEWORK
2680 M:      Mike Turquette <mturquette@linaro.org>
2681 M:      Stephen Boyd <sboyd@codeaurora.org>
2682 L:      linux-clk@vger.kernel.org
2683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2684 S:      Maintained
2685 F:      drivers/clk/
2686 X:      drivers/clk/clkdev.c
2687 F:      include/linux/clk-pr*
2688 F:      include/linux/clk/
2689
2690 COMMON INTERNET FILE SYSTEM (CIFS)
2691 M:      Steve French <sfrench@samba.org>
2692 L:      linux-cifs@vger.kernel.org
2693 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2694 W:      http://linux-cifs.samba.org/
2695 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2696 S:      Supported
2697 F:      Documentation/filesystems/cifs/
2698 F:      fs/cifs/
2699
2700 COMPACTPCI HOTPLUG CORE
2701 M:      Scott Murray <scott@spiteful.org>
2702 L:      linux-pci@vger.kernel.org
2703 S:      Maintained
2704 F:      drivers/pci/hotplug/cpci_hotplug*
2705
2706 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2707 M:      Scott Murray <scott@spiteful.org>
2708 L:      linux-pci@vger.kernel.org
2709 S:      Maintained
2710 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2711
2712 COMPACTPCI HOTPLUG GENERIC DRIVER
2713 M:      Scott Murray <scott@spiteful.org>
2714 L:      linux-pci@vger.kernel.org
2715 S:      Maintained
2716 F:      drivers/pci/hotplug/cpcihp_generic.c
2717
2718 COMPAL LAPTOP SUPPORT
2719 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2720 L:      platform-driver-x86@vger.kernel.org
2721 S:      Maintained
2722 F:      drivers/platform/x86/compal-laptop.c
2723
2724 CONEXANT ACCESSRUNNER USB DRIVER
2725 M:      Simon Arlott <cxacru@fire.lp0.eu>
2726 L:      accessrunner-general@lists.sourceforge.net
2727 W:      http://accessrunner.sourceforge.net/
2728 S:      Maintained
2729 F:      drivers/usb/atm/cxacru.c
2730
2731 CONFIGFS
2732 M:      Joel Becker <jlbec@evilplan.org>
2733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2734 S:      Supported
2735 F:      fs/configfs/
2736 F:      include/linux/configfs.h
2737
2738 CONNECTOR
2739 M:      Evgeniy Polyakov <zbr@ioremap.net>
2740 L:      netdev@vger.kernel.org
2741 S:      Maintained
2742 F:      drivers/connector/
2743
2744 CONTROL GROUP (CGROUP)
2745 M:      Tejun Heo <tj@kernel.org>
2746 M:      Li Zefan <lizefan@huawei.com>
2747 L:      cgroups@vger.kernel.org
2748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2749 S:      Maintained
2750 F:      Documentation/cgroups/
2751 F:      include/linux/cgroup*
2752 F:      kernel/cgroup*
2753
2754 CONTROL GROUP - CPUSET
2755 M:      Li Zefan <lizefan@huawei.com>
2756 L:      cgroups@vger.kernel.org
2757 W:      http://www.bullopensource.org/cpuset/
2758 W:      http://oss.sgi.com/projects/cpusets/
2759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2760 S:      Maintained
2761 F:      Documentation/cgroups/cpusets.txt
2762 F:      include/linux/cpuset.h
2763 F:      kernel/cpuset.c
2764
2765 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2766 M:      Johannes Weiner <hannes@cmpxchg.org>
2767 M:      Michal Hocko <mhocko@suse.cz>
2768 L:      cgroups@vger.kernel.org
2769 L:      linux-mm@kvack.org
2770 S:      Maintained
2771 F:      mm/memcontrol.c
2772 F:      mm/swap_cgroup.c
2773
2774 CORETEMP HARDWARE MONITORING DRIVER
2775 M:      Fenghua Yu <fenghua.yu@intel.com>
2776 L:      lm-sensors@lm-sensors.org
2777 S:      Maintained
2778 F:      Documentation/hwmon/coretemp
2779 F:      drivers/hwmon/coretemp.c
2780
2781 COSA/SRP SYNC SERIAL DRIVER
2782 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2783 W:      http://www.fi.muni.cz/~kas/cosa/
2784 S:      Maintained
2785 F:      drivers/net/wan/cosa*
2786
2787 CPMAC ETHERNET DRIVER
2788 M:      Florian Fainelli <florian@openwrt.org>
2789 L:      netdev@vger.kernel.org
2790 S:      Maintained
2791 F:      drivers/net/ethernet/ti/cpmac.c
2792
2793 CPU FREQUENCY DRIVERS
2794 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2795 M:      Viresh Kumar <viresh.kumar@linaro.org>
2796 L:      linux-pm@vger.kernel.org
2797 S:      Maintained
2798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2799 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2800 F:      drivers/cpufreq/
2801 F:      include/linux/cpufreq.h
2802
2803 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2804 M:      Viresh Kumar <viresh.kumar@linaro.org>
2805 M:      Sudeep Holla <sudeep.holla@arm.com>
2806 L:      linux-pm@vger.kernel.org
2807 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2808 S:      Maintained
2809 F:      drivers/cpufreq/arm_big_little.h
2810 F:      drivers/cpufreq/arm_big_little.c
2811 F:      drivers/cpufreq/arm_big_little_dt.c
2812
2813 CPUIDLE DRIVER - ARM BIG LITTLE
2814 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2815 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2816 L:      linux-pm@vger.kernel.org
2817 L:      linux-arm-kernel@lists.infradead.org
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2819 S:      Maintained
2820 F:      drivers/cpuidle/cpuidle-big_little.c
2821
2822 CPUIDLE DRIVER - ARM EXYNOS
2823 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2824 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2825 M:      Kukjin Kim <kgene@kernel.org>
2826 L:      linux-pm@vger.kernel.org
2827 L:      linux-samsung-soc@vger.kernel.org
2828 S:      Supported
2829 F:      drivers/cpuidle/cpuidle-exynos.c
2830 F:      arch/arm/mach-exynos/pm.c
2831
2832 CPUIDLE DRIVERS
2833 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2834 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2835 L:      linux-pm@vger.kernel.org
2836 S:      Maintained
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2838 F:      drivers/cpuidle/*
2839 F:      include/linux/cpuidle.h
2840
2841 CPUID/MSR DRIVER
2842 M:      "H. Peter Anvin" <hpa@zytor.com>
2843 S:      Maintained
2844 F:      arch/x86/kernel/cpuid.c
2845 F:      arch/x86/kernel/msr.c
2846
2847 CPU POWER MONITORING SUBSYSTEM
2848 M:      Thomas Renninger <trenn@suse.de>
2849 L:      linux-pm@vger.kernel.org
2850 S:      Maintained
2851 F:      tools/power/cpupower/
2852
2853 CRAMFS FILESYSTEM
2854 W:      http://sourceforge.net/projects/cramfs/
2855 S:      Orphan / Obsolete
2856 F:      Documentation/filesystems/cramfs.txt
2857 F:      fs/cramfs/
2858
2859 CRIS PORT
2860 M:      Mikael Starvik <starvik@axis.com>
2861 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2862 L:      linux-cris-kernel@axis.com
2863 W:      http://developer.axis.com
2864 S:      Maintained
2865 F:      arch/cris/
2866 F:      drivers/tty/serial/crisv10.*
2867
2868 CRYPTO API
2869 M:      Herbert Xu <herbert@gondor.apana.org.au>
2870 M:      "David S. Miller" <davem@davemloft.net>
2871 L:      linux-crypto@vger.kernel.org
2872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2873 S:      Maintained
2874 F:      Documentation/crypto/
2875 F:      Documentation/DocBook/crypto-API.tmpl
2876 F:      arch/*/crypto/
2877 F:      crypto/
2878 F:      drivers/crypto/
2879 F:      include/crypto/
2880
2881 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2882 M:      Neil Horman <nhorman@tuxdriver.com>
2883 L:      linux-crypto@vger.kernel.org
2884 S:      Maintained
2885 F:      crypto/ansi_cprng.c
2886 F:      crypto/rng.c
2887
2888 CS5535 Audio ALSA driver
2889 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2890 S:      Maintained
2891 F:      sound/pci/cs5535audio/
2892
2893 CW1200 WLAN driver
2894 M:      Solomon Peachy <pizza@shaftnet.org>
2895 S:      Maintained
2896 F:      drivers/net/wireless/cw1200/
2897
2898 CX18 VIDEO4LINUX DRIVER
2899 M:      Andy Walls <awalls@md.metrocast.net>
2900 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2901 L:      linux-media@vger.kernel.org
2902 T:      git git://linuxtv.org/media_tree.git
2903 W:      http://linuxtv.org
2904 W:      http://www.ivtvdriver.org/index.php/Cx18
2905 S:      Maintained
2906 F:      Documentation/video4linux/cx18.txt
2907 F:      drivers/media/pci/cx18/
2908 F:      include/uapi/linux/ivtv*
2909
2910 CX2341X MPEG ENCODER HELPER MODULE
2911 M:      Hans Verkuil <hverkuil@xs4all.nl>
2912 L:      linux-media@vger.kernel.org
2913 T:      git git://linuxtv.org/media_tree.git
2914 W:      http://linuxtv.org
2915 S:      Maintained
2916 F:      drivers/media/common/cx2341x*
2917 F:      include/media/cx2341x*
2918
2919 CX88 VIDEO4LINUX DRIVER
2920 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2921 L:      linux-media@vger.kernel.org
2922 W:      http://linuxtv.org
2923 T:      git git://linuxtv.org/media_tree.git
2924 S:      Odd fixes
2925 F:      Documentation/video4linux/cx88/
2926 F:      drivers/media/pci/cx88/
2927
2928 CXD2820R MEDIA DRIVER
2929 M:      Antti Palosaari <crope@iki.fi>
2930 L:      linux-media@vger.kernel.org
2931 W:      http://linuxtv.org/
2932 W:      http://palosaari.fi/linux/
2933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2934 T:      git git://linuxtv.org/anttip/media_tree.git
2935 S:      Maintained
2936 F:      drivers/media/dvb-frontends/cxd2820r*
2937
2938 CXGB3 ETHERNET DRIVER (CXGB3)
2939 M:      Santosh Raspatur <santosh@chelsio.com>
2940 L:      netdev@vger.kernel.org
2941 W:      http://www.chelsio.com
2942 S:      Supported
2943 F:      drivers/net/ethernet/chelsio/cxgb3/
2944
2945 CXGB3 ISCSI DRIVER (CXGB3I)
2946 M:      Karen Xie <kxie@chelsio.com>
2947 L:      linux-scsi@vger.kernel.org
2948 W:      http://www.chelsio.com
2949 S:      Supported
2950 F:      drivers/scsi/cxgbi/cxgb3i
2951
2952 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2953 M:      Steve Wise <swise@chelsio.com>
2954 L:      linux-rdma@vger.kernel.org
2955 W:      http://www.openfabrics.org
2956 S:      Supported
2957 F:      drivers/infiniband/hw/cxgb3/
2958
2959 CXGB4 ETHERNET DRIVER (CXGB4)
2960 M:      Hariprasad S <hariprasad@chelsio.com>
2961 L:      netdev@vger.kernel.org
2962 W:      http://www.chelsio.com
2963 S:      Supported
2964 F:      drivers/net/ethernet/chelsio/cxgb4/
2965
2966 CXGB4 ISCSI DRIVER (CXGB4I)
2967 M:      Karen Xie <kxie@chelsio.com>
2968 L:      linux-scsi@vger.kernel.org
2969 W:      http://www.chelsio.com
2970 S:      Supported
2971 F:      drivers/scsi/cxgbi/cxgb4i
2972
2973 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2974 M:      Steve Wise <swise@chelsio.com>
2975 L:      linux-rdma@vger.kernel.org
2976 W:      http://www.openfabrics.org
2977 S:      Supported
2978 F:      drivers/infiniband/hw/cxgb4/
2979
2980 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2981 M:      Casey Leedom <leedom@chelsio.com>
2982 L:      netdev@vger.kernel.org
2983 W:      http://www.chelsio.com
2984 S:      Supported
2985 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2986
2987 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2988 M:      Ian Munsie <imunsie@au1.ibm.com>
2989 M:      Michael Neuling <mikey@neuling.org>
2990 L:      linuxppc-dev@lists.ozlabs.org
2991 S:      Supported
2992 F:      drivers/misc/cxl/
2993 F:      include/misc/cxl.h
2994 F:      include/uapi/misc/cxl.h
2995 F:      Documentation/powerpc/cxl.txt
2996 F:      Documentation/powerpc/cxl.txt
2997 F:      Documentation/ABI/testing/sysfs-class-cxl
2998
2999 STMMAC ETHERNET DRIVER
3000 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3001 L:      netdev@vger.kernel.org
3002 W:      http://www.stlinux.com
3003 S:      Supported
3004 F:      drivers/net/ethernet/stmicro/stmmac/
3005
3006 CYBERPRO FB DRIVER
3007 M:      Russell King <linux@arm.linux.org.uk>
3008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3009 W:      http://www.arm.linux.org.uk/
3010 S:      Maintained
3011 F:      drivers/video/fbdev/cyber2000fb.*
3012
3013 CYCLADES ASYNC MUX DRIVER
3014 W:      http://www.cyclades.com/
3015 S:      Orphan
3016 F:      drivers/tty/cyclades.c
3017 F:      include/linux/cyclades.h
3018 F:      include/uapi/linux/cyclades.h
3019
3020 CYCLADES PC300 DRIVER
3021 W:      http://www.cyclades.com/
3022 S:      Orphan
3023 F:      drivers/net/wan/pc300*
3024
3025 CYPRESS_FIRMWARE MEDIA DRIVER
3026 M:      Antti Palosaari <crope@iki.fi>
3027 L:      linux-media@vger.kernel.org
3028 W:      http://linuxtv.org/
3029 W:      http://palosaari.fi/linux/
3030 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3031 T:      git git://linuxtv.org/anttip/media_tree.git
3032 S:      Maintained
3033 F:      drivers/media/common/cypress_firmware*
3034
3035 CYTTSP TOUCHSCREEN DRIVER
3036 M:      Ferruh Yigit <fery@cypress.com>
3037 L:      linux-input@vger.kernel.org
3038 S:      Supported
3039 F:      drivers/input/touchscreen/cyttsp*
3040 F:      include/linux/input/cyttsp.h
3041
3042 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3043 M:      Joshua Kinard <kumba@gentoo.org>
3044 S:      Maintained
3045 F:      drivers/rtc/rtc-ds1685.c
3046 F:      include/linux/rtc/ds1685.h
3047
3048 DAMA SLAVE for AX.25
3049 M:      Joerg Reuter <jreuter@yaina.de>
3050 W:      http://yaina.de/jreuter/
3051 W:      http://www.qsl.net/dl1bke/
3052 L:      linux-hams@vger.kernel.org
3053 S:      Maintained
3054 F:      net/ax25/af_ax25.c
3055 F:      net/ax25/ax25_dev.c
3056 F:      net/ax25/ax25_ds_*
3057 F:      net/ax25/ax25_in.c
3058 F:      net/ax25/ax25_out.c
3059 F:      net/ax25/ax25_timer.c
3060 F:      net/ax25/sysctl_net_ax25.c
3061
3062 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3063 L:      netdev@vger.kernel.org
3064 S:      Orphan
3065 F:      Documentation/networking/dmfe.txt
3066 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3067
3068 DC390/AM53C974 SCSI driver
3069 M:      Hannes Reinecke <hare@suse.de>
3070 L:      linux-scsi@vger.kernel.org
3071 S:      Maintained
3072 F:      drivers/scsi/am53c974.c
3073
3074 DC395x SCSI driver
3075 M:      Oliver Neukum <oliver@neukum.org>
3076 M:      Ali Akcaagac <aliakc@web.de>
3077 M:      Jamie Lenehan <lenehan@twibble.org>
3078 L:      dc395x@twibble.org
3079 W:      http://twibble.org/dist/dc395x/
3080 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3081 S:      Maintained
3082 F:      Documentation/scsi/dc395x.txt
3083 F:      drivers/scsi/dc395x.*
3084
3085 DCCP PROTOCOL
3086 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3087 L:      dccp@vger.kernel.org
3088 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3089 S:      Maintained
3090 F:      include/linux/dccp.h
3091 F:      include/uapi/linux/dccp.h
3092 F:      include/linux/tfrc.h
3093 F:      net/dccp/
3094
3095 DECnet NETWORK LAYER
3096 W:      http://linux-decnet.sourceforge.net
3097 L:      linux-decnet-user@lists.sourceforge.net
3098 S:      Orphan
3099 F:      Documentation/networking/decnet.txt
3100 F:      net/decnet/
3101
3102 DECSTATION PLATFORM SUPPORT
3103 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3104 L:      linux-mips@linux-mips.org
3105 W:      http://www.linux-mips.org/wiki/DECstation
3106 S:      Maintained
3107 F:      arch/mips/dec/
3108 F:      arch/mips/include/asm/dec/
3109 F:      arch/mips/include/asm/mach-dec/
3110
3111 DEFXX FDDI NETWORK DRIVER
3112 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3113 S:      Maintained
3114 F:      drivers/net/fddi/defxx.*
3115
3116 DELL LAPTOP DRIVER
3117 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3118 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3119 L:      platform-driver-x86@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/platform/x86/dell-laptop.c
3122
3123 DELL LAPTOP FREEFALL DRIVER
3124 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3125 S:      Maintained
3126 F:      drivers/platform/x86/dell-smo8800.c
3127
3128 DELL LAPTOP SMM DRIVER
3129 M:      Guenter Roeck <linux@roeck-us.net>
3130 S:      Maintained
3131 F:      drivers/char/i8k.c
3132 F:      include/uapi/linux/i8k.h
3133
3134 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3135 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3136 S:      Maintained
3137 F:      Documentation/dcdbas.txt
3138 F:      drivers/firmware/dcdbas.*
3139
3140 DELL WMI EXTRAS DRIVER
3141 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3142 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3143 S:      Maintained
3144 F:      drivers/platform/x86/dell-wmi.c
3145
3146 DESIGNWARE USB2 DRD IP DRIVER
3147 M:      John Youn <johnyoun@synopsys.com>
3148 L:      linux-usb@vger.kernel.org
3149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3150 S:      Maintained
3151 F:      drivers/usb/dwc2/
3152
3153 DESIGNWARE USB3 DRD IP DRIVER
3154 M:      Felipe Balbi <balbi@ti.com>
3155 L:      linux-usb@vger.kernel.org
3156 L:      linux-omap@vger.kernel.org
3157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3158 S:      Maintained
3159 F:      drivers/usb/dwc3/
3160
3161 DEVICE COREDUMP (DEV_COREDUMP)
3162 M:      Johannes Berg <johannes@sipsolutions.net>
3163 L:      linux-kernel@vger.kernel.org
3164 S:      Maintained
3165 F:      drivers/base/devcoredump.c
3166 F:      include/linux/devcoredump.h
3167
3168 DEVICE FREQUENCY (DEVFREQ)
3169 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3170 M:      Kyungmin Park <kyungmin.park@samsung.com>
3171 L:      linux-pm@vger.kernel.org
3172 S:      Maintained
3173 F:      drivers/devfreq/
3174
3175 DEVICE NUMBER REGISTRY
3176 M:      Torben Mathiasen <device@lanana.org>
3177 W:      http://lanana.org/docs/device-list/index.html
3178 S:      Maintained
3179
3180 DEVICE-MAPPER  (LVM)
3181 M:      Alasdair Kergon <agk@redhat.com>
3182 M:      Mike Snitzer <snitzer@redhat.com>
3183 M:      dm-devel@redhat.com
3184 L:      dm-devel@redhat.com
3185 W:      http://sources.redhat.com/dm
3186 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3188 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3189 S:      Maintained
3190 F:      Documentation/device-mapper/
3191 F:      drivers/md/dm*
3192 F:      drivers/md/persistent-data/
3193 F:      include/linux/device-mapper.h
3194 F:      include/linux/dm-*.h
3195 F:      include/uapi/linux/dm-*.h
3196
3197 DIALOG SEMICONDUCTOR DRIVERS
3198 M:      Support Opensource <support.opensource@diasemi.com>
3199 W:      http://www.dialog-semiconductor.com/products
3200 S:      Supported
3201 F:      Documentation/hwmon/da90??
3202 F:      drivers/gpio/gpio-da90??.c
3203 F:      drivers/hwmon/da90??-hwmon.c
3204 F:      drivers/iio/adc/da91??-*.c
3205 F:      drivers/input/misc/da90??_onkey.c
3206 F:      drivers/input/touchscreen/da9052_tsi.c
3207 F:      drivers/leds/leds-da90??.c
3208 F:      drivers/mfd/da903x.c
3209 F:      drivers/mfd/da90??-*.c
3210 F:      drivers/mfd/da91??-*.c
3211 F:      drivers/power/da9052-battery.c
3212 F:      drivers/power/da91??-*.c
3213 F:      drivers/regulator/da903x.c
3214 F:      drivers/regulator/da9???-regulator.[ch]
3215 F:      drivers/rtc/rtc-da90??.c
3216 F:      drivers/video/backlight/da90??_bl.c
3217 F:      drivers/watchdog/da90??_wdt.c
3218 F:      include/linux/mfd/da903x.h
3219 F:      include/linux/mfd/da9052/
3220 F:      include/linux/mfd/da9055/
3221 F:      include/linux/mfd/da9063/
3222 F:      include/linux/mfd/da9150/
3223 F:      include/sound/da[79]*.h
3224 F:      sound/soc/codecs/da[79]*.[ch]
3225
3226 DIGI NEO AND CLASSIC PCI PRODUCTS
3227 M:      Lidza Louina <lidza.louina@gmail.com>
3228 M:      Mark Hounschell <markh@compro.net>
3229 L:      driverdev-devel@linuxdriverproject.org
3230 S:      Maintained
3231 F:      drivers/staging/dgnc/
3232
3233 DIGI EPCA PCI PRODUCTS
3234 M:      Lidza Louina <lidza.louina@gmail.com>
3235 M:      Mark Hounschell <markh@compro.net>
3236 M:      Daeseok Youn <daeseok.youn@gmail.com>
3237 L:      driverdev-devel@linuxdriverproject.org
3238 S:      Maintained
3239 F:      drivers/staging/dgap/
3240
3241 DIOLAN U2C-12 I2C DRIVER
3242 M:      Guenter Roeck <linux@roeck-us.net>
3243 L:      linux-i2c@vger.kernel.org
3244 S:      Maintained
3245 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3246
3247 DIRECT ACCESS (DAX)
3248 M:      Matthew Wilcox <willy@linux.intel.com>
3249 L:      linux-fsdevel@vger.kernel.org
3250 S:      Supported
3251 F:      fs/dax.c
3252
3253 DIRECTORY NOTIFICATION (DNOTIFY)
3254 M:      Eric Paris <eparis@parisplace.org>
3255 S:      Maintained
3256 F:      Documentation/filesystems/dnotify.txt
3257 F:      fs/notify/dnotify/
3258 F:      include/linux/dnotify.h
3259
3260 DISK GEOMETRY AND PARTITION HANDLING
3261 M:      Andries Brouwer <aeb@cwi.nl>
3262 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3263 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3264 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3265 S:      Maintained
3266
3267 DISKQUOTA
3268 M:      Jan Kara <jack@suse.cz>
3269 S:      Maintained
3270 F:      Documentation/filesystems/quota.txt
3271 F:      fs/quota/
3272 F:      include/linux/quota*.h
3273 F:      include/uapi/linux/quota*.h
3274
3275 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3276 M:      Bernie Thompson <bernie@plugable.com>
3277 L:      linux-fbdev@vger.kernel.org
3278 S:      Maintained
3279 W:      http://plugable.com/category/projects/udlfb/
3280 F:      drivers/video/fbdev/udlfb.c
3281 F:      include/video/udlfb.h
3282 F:      Documentation/fb/udlfb.txt
3283
3284 DISTRIBUTED LOCK MANAGER (DLM)
3285 M:      Christine Caulfield <ccaulfie@redhat.com>
3286 M:      David Teigland <teigland@redhat.com>
3287 L:      cluster-devel@redhat.com
3288 W:      http://sources.redhat.com/cluster/
3289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3290 S:      Supported
3291 F:      fs/dlm/
3292
3293 DMA BUFFER SHARING FRAMEWORK
3294 M:      Sumit Semwal <sumit.semwal@linaro.org>
3295 S:      Maintained
3296 L:      linux-media@vger.kernel.org
3297 L:      dri-devel@lists.freedesktop.org
3298 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3299 F:      drivers/dma-buf/
3300 F:      include/linux/dma-buf*
3301 F:      include/linux/reservation.h
3302 F:      include/linux/*fence.h
3303 F:      Documentation/dma-buf-sharing.txt
3304 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3305
3306 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3307 M:      Vinod Koul <vinod.koul@intel.com>
3308 L:      dmaengine@vger.kernel.org
3309 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3310 S:      Maintained
3311 F:      drivers/dma/
3312 F:      include/linux/dmaengine.h
3313 F:      Documentation/dmaengine/
3314 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3315
3316 DME1737 HARDWARE MONITOR DRIVER
3317 M:      Juerg Haefliger <juergh@gmail.com>
3318 L:      lm-sensors@lm-sensors.org
3319 S:      Maintained
3320 F:      Documentation/hwmon/dme1737
3321 F:      drivers/hwmon/dme1737.c
3322
3323 DMI/SMBIOS SUPPORT
3324 M:      Jean Delvare <jdelvare@suse.de>
3325 S:      Maintained
3326 F:      drivers/firmware/dmi-id.c
3327 F:      drivers/firmware/dmi_scan.c
3328 F:      include/linux/dmi.h
3329
3330 DOCUMENTATION
3331 M:      Jonathan Corbet <corbet@lwn.net>
3332 L:      linux-doc@vger.kernel.org
3333 S:      Maintained
3334 F:      Documentation/
3335 X:      Documentation/ABI/
3336 X:      Documentation/devicetree/
3337 X:      Documentation/acpi
3338 X:      Documentation/power
3339 X:      Documentation/spi
3340 T:      git git://git.lwn.net/linux-2.6.git docs-next
3341
3342 DOUBLETALK DRIVER
3343 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3344 L:      blinux-list@redhat.com
3345 S:      Maintained
3346 F:      drivers/char/dtlk.c
3347 F:      include/linux/dtlk.h
3348
3349 DPT_I2O SCSI RAID DRIVER
3350 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3351 L:      linux-scsi@vger.kernel.org
3352 W:      http://www.adaptec.com/
3353 S:      Maintained
3354 F:      drivers/scsi/dpt*
3355 F:      drivers/scsi/dpt/
3356
3357 DRBD DRIVER
3358 P:      Philipp Reisner
3359 P:      Lars Ellenberg
3360 M:      drbd-dev@lists.linbit.com
3361 L:      drbd-user@lists.linbit.com
3362 W:      http://www.drbd.org
3363 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3364 T:      git git://git.drbd.org/drbd-8.3.git
3365 S:      Supported
3366 F:      drivers/block/drbd/
3367 F:      lib/lru_cache.c
3368 F:      Documentation/blockdev/drbd/
3369
3370 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3371 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3373 S:      Supported
3374 F:      Documentation/kobject.txt
3375 F:      drivers/base/
3376 F:      fs/sysfs/
3377 F:      fs/debugfs/
3378 F:      include/linux/kobj*
3379 F:      include/linux/debugfs.h
3380 F:      lib/kobj*
3381
3382 DRM DRIVERS
3383 M:      David Airlie <airlied@linux.ie>
3384 L:      dri-devel@lists.freedesktop.org
3385 T:      git git://people.freedesktop.org/~airlied/linux
3386 S:      Maintained
3387 F:      drivers/gpu/drm/
3388 F:      drivers/gpu/vga/
3389 F:      include/drm/
3390 F:      include/uapi/drm/
3391
3392 RADEON DRM DRIVERS
3393 M:      Alex Deucher <alexander.deucher@amd.com>
3394 M:      Christian König <christian.koenig@amd.com>
3395 L:      dri-devel@lists.freedesktop.org
3396 T:      git git://people.freedesktop.org/~agd5f/linux
3397 S:      Supported
3398 F:      drivers/gpu/drm/radeon/
3399 F:      include/uapi/drm/radeon*
3400
3401 DRM PANEL DRIVERS
3402 M:      Thierry Reding <thierry.reding@gmail.com>
3403 L:      dri-devel@lists.freedesktop.org
3404 T:      git git://anongit.freedesktop.org/tegra/linux.git
3405 S:      Maintained
3406 F:      drivers/gpu/drm/drm_panel.c
3407 F:      drivers/gpu/drm/panel/
3408 F:      include/drm/drm_panel.h
3409 F:      Documentation/devicetree/bindings/panel/
3410
3411 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3412 M:      Daniel Vetter <daniel.vetter@intel.com>
3413 M:      Jani Nikula <jani.nikula@linux.intel.com>
3414 L:      intel-gfx@lists.freedesktop.org
3415 L:      dri-devel@lists.freedesktop.org
3416 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3417 T:      git git://anongit.freedesktop.org/drm-intel
3418 S:      Supported
3419 F:      drivers/gpu/drm/i915/
3420 F:      include/drm/i915*
3421 F:      include/uapi/drm/i915*
3422
3423 DRM DRIVERS FOR EXYNOS
3424 M:      Inki Dae <inki.dae@samsung.com>
3425 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3426 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3427 M:      Kyungmin Park <kyungmin.park@samsung.com>
3428 L:      dri-devel@lists.freedesktop.org
3429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3430 S:      Supported
3431 F:      drivers/gpu/drm/exynos/
3432 F:      include/drm/exynos*
3433 F:      include/uapi/drm/exynos*
3434
3435 DRM DRIVERS FOR FREESCALE IMX
3436 M:      Philipp Zabel <p.zabel@pengutronix.de>
3437 L:      dri-devel@lists.freedesktop.org
3438 S:      Maintained
3439 F:      drivers/gpu/drm/imx/
3440 F:      Documentation/devicetree/bindings/drm/imx/
3441
3442 DRM DRIVERS FOR NVIDIA TEGRA
3443 M:      Thierry Reding <thierry.reding@gmail.com>
3444 M:      Terje Bergström <tbergstrom@nvidia.com>
3445 L:      dri-devel@lists.freedesktop.org
3446 L:      linux-tegra@vger.kernel.org
3447 T:      git git://anongit.freedesktop.org/tegra/linux.git
3448 S:      Supported
3449 F:      drivers/gpu/drm/tegra/
3450 F:      drivers/gpu/host1x/
3451 F:      include/linux/host1x.h
3452 F:      include/uapi/drm/tegra_drm.h
3453 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3454
3455 DRM DRIVERS FOR RENESAS
3456 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3457 L:      dri-devel@lists.freedesktop.org
3458 L:      linux-sh@vger.kernel.org
3459 T:      git git://people.freedesktop.org/~airlied/linux
3460 S:      Supported
3461 F:      drivers/gpu/drm/rcar-du/
3462 F:      drivers/gpu/drm/shmobile/
3463 F:      include/linux/platform_data/shmob_drm.h
3464
3465 DRM DRIVERS FOR ROCKCHIP
3466 M:      Mark Yao <mark.yao@rock-chips.com>
3467 L:      dri-devel@lists.freedesktop.org
3468 S:      Maintained
3469 F:      drivers/gpu/drm/rockchip/
3470 F:      Documentation/devicetree/bindings/video/rockchip*
3471
3472 DSBR100 USB FM RADIO DRIVER
3473 M:      Alexey Klimov <klimov.linux@gmail.com>
3474 L:      linux-media@vger.kernel.org
3475 T:      git git://linuxtv.org/media_tree.git
3476 S:      Maintained
3477 F:      drivers/media/radio/dsbr100.c
3478
3479 DSCC4 DRIVER
3480 M:      Francois Romieu <romieu@fr.zoreil.com>
3481 L:      netdev@vger.kernel.org
3482 S:      Maintained
3483 F:      drivers/net/wan/dscc4.c
3484
3485 DVB_USB_AF9015 MEDIA DRIVER
3486 M:      Antti Palosaari <crope@iki.fi>
3487 L:      linux-media@vger.kernel.org
3488 W:      http://linuxtv.org/
3489 W:      http://palosaari.fi/linux/
3490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3491 T:      git git://linuxtv.org/anttip/media_tree.git
3492 S:      Maintained
3493 F:      drivers/media/usb/dvb-usb-v2/af9015*
3494
3495 DVB_USB_AF9035 MEDIA DRIVER
3496 M:      Antti Palosaari <crope@iki.fi>
3497 L:      linux-media@vger.kernel.org
3498 W:      http://linuxtv.org/
3499 W:      http://palosaari.fi/linux/
3500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3501 T:      git git://linuxtv.org/anttip/media_tree.git
3502 S:      Maintained
3503 F:      drivers/media/usb/dvb-usb-v2/af9035*
3504
3505 DVB_USB_ANYSEE MEDIA DRIVER
3506 M:      Antti Palosaari <crope@iki.fi>
3507 L:      linux-media@vger.kernel.org
3508 W:      http://linuxtv.org/
3509 W:      http://palosaari.fi/linux/
3510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3511 T:      git git://linuxtv.org/anttip/media_tree.git
3512 S:      Maintained
3513 F:      drivers/media/usb/dvb-usb-v2/anysee*
3514
3515 DVB_USB_AU6610 MEDIA DRIVER
3516 M:      Antti Palosaari <crope@iki.fi>
3517 L:      linux-media@vger.kernel.org
3518 W:      http://linuxtv.org/
3519 W:      http://palosaari.fi/linux/
3520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3521 T:      git git://linuxtv.org/anttip/media_tree.git
3522 S:      Maintained
3523 F:      drivers/media/usb/dvb-usb-v2/au6610*
3524
3525 DVB_USB_CE6230 MEDIA DRIVER
3526 M:      Antti Palosaari <crope@iki.fi>
3527 L:      linux-media@vger.kernel.org
3528 W:      http://linuxtv.org/
3529 W:      http://palosaari.fi/linux/
3530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3531 T:      git git://linuxtv.org/anttip/media_tree.git
3532 S:      Maintained
3533 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3534
3535 DVB_USB_CXUSB MEDIA DRIVER
3536 M:      Michael Krufky <mkrufky@linuxtv.org>
3537 L:      linux-media@vger.kernel.org
3538 W:      http://linuxtv.org/
3539 W:      http://github.com/mkrufky
3540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3541 T:      git git://linuxtv.org/media_tree.git
3542 S:      Maintained
3543 F:      drivers/media/usb/dvb-usb/cxusb*
3544
3545 DVB_USB_EC168 MEDIA DRIVER
3546 M:      Antti Palosaari <crope@iki.fi>
3547 L:      linux-media@vger.kernel.org
3548 W:      http://linuxtv.org/
3549 W:      http://palosaari.fi/linux/
3550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3551 T:      git git://linuxtv.org/anttip/media_tree.git
3552 S:      Maintained
3553 F:      drivers/media/usb/dvb-usb-v2/ec168*
3554
3555 DVB_USB_GL861 MEDIA DRIVER
3556 M:      Antti Palosaari <crope@iki.fi>
3557 L:      linux-media@vger.kernel.org
3558 W:      http://linuxtv.org/
3559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3560 T:      git git://linuxtv.org/anttip/media_tree.git
3561 S:      Maintained
3562 F:      drivers/media/usb/dvb-usb-v2/gl861*
3563
3564 DVB_USB_MXL111SF MEDIA DRIVER
3565 M:      Michael Krufky <mkrufky@linuxtv.org>
3566 L:      linux-media@vger.kernel.org
3567 W:      http://linuxtv.org/
3568 W:      http://github.com/mkrufky
3569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3570 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3571 S:      Maintained
3572 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3573
3574 DVB_USB_RTL28XXU MEDIA DRIVER
3575 M:      Antti Palosaari <crope@iki.fi>
3576 L:      linux-media@vger.kernel.org
3577 W:      http://linuxtv.org/
3578 W:      http://palosaari.fi/linux/
3579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3580 T:      git git://linuxtv.org/anttip/media_tree.git
3581 S:      Maintained
3582 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3583
3584 DVB_USB_V2 MEDIA DRIVER
3585 M:      Antti Palosaari <crope@iki.fi>
3586 L:      linux-media@vger.kernel.org
3587 W:      http://linuxtv.org/
3588 W:      http://palosaari.fi/linux/
3589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3590 T:      git git://linuxtv.org/anttip/media_tree.git
3591 S:      Maintained
3592 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3593 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3594
3595 DYNAMIC DEBUG
3596 M:      Jason Baron <jbaron@akamai.com>
3597 S:      Maintained
3598 F:      lib/dynamic_debug.c
3599 F:      include/linux/dynamic_debug.h
3600
3601 DZ DECSTATION DZ11 SERIAL DRIVER
3602 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3603 S:      Maintained
3604 F:      drivers/tty/serial/dz.*
3605
3606 E3X0 POWER BUTTON DRIVER
3607 M:      Moritz Fischer <moritz.fischer@ettus.com>
3608 L:      usrp-users@lists.ettus.com
3609 W:      http://www.ettus.com
3610 S:      Supported
3611 F:      drivers/input/misc/e3x0-button.c
3612 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3613
3614 E4000 MEDIA DRIVER
3615 M:      Antti Palosaari <crope@iki.fi>
3616 L:      linux-media@vger.kernel.org
3617 W:      http://linuxtv.org/
3618 W:      http://palosaari.fi/linux/
3619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3620 T:      git git://linuxtv.org/anttip/media_tree.git
3621 S:      Maintained
3622 F:      drivers/media/tuners/e4000*
3623
3624 EATA ISA/EISA/PCI SCSI DRIVER
3625 M:      Dario Ballabio <ballabio_dario@emc.com>
3626 L:      linux-scsi@vger.kernel.org
3627 S:      Maintained
3628 F:      drivers/scsi/eata.c
3629
3630 EC100 MEDIA DRIVER
3631 M:      Antti Palosaari <crope@iki.fi>
3632 L:      linux-media@vger.kernel.org
3633 W:      http://linuxtv.org/
3634 W:      http://palosaari.fi/linux/
3635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3636 T:      git git://linuxtv.org/anttip/media_tree.git
3637 S:      Maintained
3638 F:      drivers/media/dvb-frontends/ec100*
3639
3640 ECRYPT FILE SYSTEM
3641 M:      Tyler Hicks <tyhicks@canonical.com>
3642 L:      ecryptfs@vger.kernel.org
3643 W:      http://ecryptfs.org
3644 W:      https://launchpad.net/ecryptfs
3645 S:      Supported
3646 F:      Documentation/filesystems/ecryptfs.txt
3647 F:      fs/ecryptfs/
3648
3649 EDAC-CORE
3650 M:      Doug Thompson <dougthompson@xmission.com>
3651 M:      Borislav Petkov <bp@alien8.de>
3652 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3653 L:      linux-edac@vger.kernel.org
3654 W:      bluesmoke.sourceforge.net
3655 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3656 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3657 S:      Supported
3658 F:      Documentation/edac.txt
3659 F:      drivers/edac/
3660 F:      include/linux/edac.h
3661
3662 EDAC-AMD64
3663 M:      Doug Thompson <dougthompson@xmission.com>
3664 M:      Borislav Petkov <bp@alien8.de>
3665 L:      linux-edac@vger.kernel.org
3666 W:      bluesmoke.sourceforge.net
3667 S:      Maintained
3668 F:      drivers/edac/amd64_edac*
3669
3670 EDAC-CALXEDA
3671 M:      Doug Thompson <dougthompson@xmission.com>
3672 M:      Robert Richter <rric@kernel.org>
3673 L:      linux-edac@vger.kernel.org
3674 W:      bluesmoke.sourceforge.net
3675 S:      Maintained
3676 F:      drivers/edac/highbank*
3677
3678 EDAC-CAVIUM
3679 M:      Ralf Baechle <ralf@linux-mips.org>
3680 M:      David Daney <david.daney@cavium.com>
3681 L:      linux-edac@vger.kernel.org
3682 L:      linux-mips@linux-mips.org
3683 W:      bluesmoke.sourceforge.net
3684 S:      Supported
3685 F:      drivers/edac/octeon_edac*
3686
3687 EDAC-E752X
3688 M:      Mark Gross <mark.gross@intel.com>
3689 M:      Doug Thompson <dougthompson@xmission.com>
3690 L:      linux-edac@vger.kernel.org
3691 W:      bluesmoke.sourceforge.net
3692 S:      Maintained
3693 F:      drivers/edac/e752x_edac.c
3694
3695 EDAC-E7XXX
3696 M:      Doug Thompson <dougthompson@xmission.com>
3697 L:      linux-edac@vger.kernel.org
3698 W:      bluesmoke.sourceforge.net
3699 S:      Maintained
3700 F:      drivers/edac/e7xxx_edac.c
3701
3702 EDAC-GHES
3703 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3704 L:      linux-edac@vger.kernel.org
3705 W:      bluesmoke.sourceforge.net
3706 S:      Maintained
3707 F:      drivers/edac/ghes_edac.c
3708
3709 EDAC-I82443BXGX
3710 M:      Tim Small <tim@buttersideup.com>
3711 L:      linux-edac@vger.kernel.org
3712 W:      bluesmoke.sourceforge.net
3713 S:      Maintained
3714 F:      drivers/edac/i82443bxgx_edac.c
3715
3716 EDAC-I3000
3717 M:      Jason Uhlenkott <juhlenko@akamai.com>
3718 L:      linux-edac@vger.kernel.org
3719 W:      bluesmoke.sourceforge.net
3720 S:      Maintained
3721 F:      drivers/edac/i3000_edac.c
3722
3723 EDAC-I5000
3724 M:      Doug Thompson <dougthompson@xmission.com>
3725 L:      linux-edac@vger.kernel.org
3726 W:      bluesmoke.sourceforge.net
3727 S:      Maintained
3728 F:      drivers/edac/i5000_edac.c
3729
3730 EDAC-I5400
3731 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3732 L:      linux-edac@vger.kernel.org
3733 W:      bluesmoke.sourceforge.net
3734 S:      Maintained
3735 F:      drivers/edac/i5400_edac.c
3736
3737 EDAC-I7300
3738 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3739 L:      linux-edac@vger.kernel.org
3740 W:      bluesmoke.sourceforge.net
3741 S:      Maintained
3742 F:      drivers/edac/i7300_edac.c
3743
3744 EDAC-I7CORE
3745 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3746 L:      linux-edac@vger.kernel.org
3747 W:      bluesmoke.sourceforge.net
3748 S:      Maintained
3749 F:      drivers/edac/i7core_edac.c
3750
3751 EDAC-I82975X
3752 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3753 M:      "Arvind R." <arvino55@gmail.com>
3754 L:      linux-edac@vger.kernel.org
3755 W:      bluesmoke.sourceforge.net
3756 S:      Maintained
3757 F:      drivers/edac/i82975x_edac.c
3758
3759 EDAC-IE31200
3760 M:      Jason Baron <jbaron@akamai.com>
3761 L:      linux-edac@vger.kernel.org
3762 W:      bluesmoke.sourceforge.net
3763 S:      Maintained
3764 F:      drivers/edac/ie31200_edac.c
3765
3766 EDAC-MPC85XX
3767 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3768 L:      linux-edac@vger.kernel.org
3769 W:      bluesmoke.sourceforge.net
3770 S:      Maintained
3771 F:      drivers/edac/mpc85xx_edac.[ch]
3772
3773 EDAC-PASEMI
3774 M:      Egor Martovetsky <egor@pasemi.com>
3775 L:      linux-edac@vger.kernel.org
3776 W:      bluesmoke.sourceforge.net
3777 S:      Maintained
3778 F:      drivers/edac/pasemi_edac.c
3779
3780 EDAC-R82600
3781 M:      Tim Small <tim@buttersideup.com>
3782 L:      linux-edac@vger.kernel.org
3783 W:      bluesmoke.sourceforge.net
3784 S:      Maintained
3785 F:      drivers/edac/r82600_edac.c
3786
3787 EDAC-SBRIDGE
3788 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3789 L:      linux-edac@vger.kernel.org
3790 W:      bluesmoke.sourceforge.net
3791 S:      Maintained
3792 F:      drivers/edac/sb_edac.c
3793
3794 EDIROL UA-101/UA-1000 DRIVER
3795 M:      Clemens Ladisch <clemens@ladisch.de>
3796 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3797 T:      git git://git.alsa-project.org/alsa-kernel.git
3798 S:      Maintained
3799 F:      sound/usb/misc/ua101.c
3800
3801 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3802 M:      Matt Fleming <matt.fleming@intel.com>
3803 L:      linux-efi@vger.kernel.org
3804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3805 S:      Maintained
3806 F:      Documentation/efi-stub.txt
3807 F:      arch/ia64/kernel/efi.c
3808 F:      arch/x86/boot/compressed/eboot.[ch]
3809 F:      arch/x86/include/asm/efi.h
3810 F:      arch/x86/platform/efi/*
3811 F:      drivers/firmware/efi/*
3812 F:      include/linux/efi*.h
3813
3814 EFI VARIABLE FILESYSTEM
3815 M:      Matthew Garrett <matthew.garrett@nebula.com>
3816 M:      Jeremy Kerr <jk@ozlabs.org>
3817 M:      Matt Fleming <matt.fleming@intel.com>
3818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3819 L:      linux-efi@vger.kernel.org
3820 S:      Maintained
3821 F:      fs/efivarfs/
3822
3823 EFIFB FRAMEBUFFER DRIVER
3824 L:      linux-fbdev@vger.kernel.org
3825 M:      Peter Jones <pjones@redhat.com>
3826 S:      Maintained
3827 F:      drivers/video/fbdev/efifb.c
3828
3829 EFS FILESYSTEM
3830 W:      http://aeschi.ch.eu.org/efs/
3831 S:      Orphan
3832 F:      fs/efs/
3833
3834 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3835 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3836 M:      Christoph Raisch <raisch@de.ibm.com>
3837 L:      linux-rdma@vger.kernel.org
3838 S:      Supported
3839 F:      drivers/infiniband/hw/ehca/
3840
3841 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3842 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3843 L:      netdev@vger.kernel.org
3844 S:      Maintained
3845 F:      drivers/net/ethernet/ibm/ehea/
3846
3847 EM28XX VIDEO4LINUX DRIVER
3848 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3849 L:      linux-media@vger.kernel.org
3850 W:      http://linuxtv.org
3851 T:      git git://linuxtv.org/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/usb/em28xx/
3854
3855 EMBEDDED LINUX
3856 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3857 M:      Matt Mackall <mpm@selenic.com>
3858 M:      David Woodhouse <dwmw2@infradead.org>
3859 L:      linux-embedded@vger.kernel.org
3860 S:      Maintained
3861
3862 EMULEX LPFC FC SCSI DRIVER
3863 M:      James Smart <james.smart@emulex.com>
3864 L:      linux-scsi@vger.kernel.org
3865 W:      http://sourceforge.net/projects/lpfcxxxx
3866 S:      Supported
3867 F:      drivers/scsi/lpfc/
3868
3869 ENE CB710 FLASH CARD READER DRIVER
3870 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3871 S:      Maintained
3872 F:      drivers/misc/cb710/
3873 F:      drivers/mmc/host/cb710-mmc.*
3874 F:      include/linux/cb710.h
3875
3876 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3877 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3878 S:      Maintained
3879 F:      drivers/media/rc/ene_ir.*
3880
3881 ENHANCED ERROR HANDLING (EEH)
3882 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3883 L:      linuxppc-dev@lists.ozlabs.org
3884 S:      Supported
3885 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3886 F:      arch/powerpc/kernel/eeh*.c
3887
3888 EPSON S1D13XXX FRAMEBUFFER DRIVER
3889 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3890 S:      Maintained
3891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3892 F:      drivers/video/fbdev/s1d13xxxfb.c
3893 F:      include/video/s1d13xxxfb.h
3894
3895 ET131X NETWORK DRIVER
3896 M:      Mark Einon <mark.einon@gmail.com>
3897 S:      Odd Fixes
3898 F:      drivers/net/ethernet/agere/
3899
3900 ETHERNET BRIDGE
3901 M:      Stephen Hemminger <stephen@networkplumber.org>
3902 L:      bridge@lists.linux-foundation.org
3903 L:      netdev@vger.kernel.org
3904 W:      http://www.linuxfoundation.org/en/Net:Bridge
3905 S:      Maintained
3906 F:      include/linux/netfilter_bridge/
3907 F:      net/bridge/
3908
3909 ETHERNET PHY LIBRARY
3910 M:      Florian Fainelli <f.fainelli@gmail.com>
3911 L:      netdev@vger.kernel.org
3912 S:      Maintained
3913 F:      include/linux/phy.h
3914 F:      include/linux/phy_fixed.h
3915 F:      drivers/net/phy/
3916 F:      Documentation/networking/phy.txt
3917 F:      drivers/of/of_mdio.c
3918 F:      drivers/of/of_net.c
3919
3920 EXT2 FILE SYSTEM
3921 M:      Jan Kara <jack@suse.cz>
3922 L:      linux-ext4@vger.kernel.org
3923 S:      Maintained
3924 F:      Documentation/filesystems/ext2.txt
3925 F:      fs/ext2/
3926 F:      include/linux/ext2*
3927
3928 EXT3 FILE SYSTEM
3929 M:      Jan Kara <jack@suse.cz>
3930 M:      Andrew Morton <akpm@linux-foundation.org>
3931 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3932 L:      linux-ext4@vger.kernel.org
3933 S:      Maintained
3934 F:      Documentation/filesystems/ext3.txt
3935 F:      fs/ext3/
3936
3937 EXT4 FILE SYSTEM
3938 M:      "Theodore Ts'o" <tytso@mit.edu>
3939 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3940 L:      linux-ext4@vger.kernel.org
3941 W:      http://ext4.wiki.kernel.org
3942 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3943 S:      Maintained
3944 F:      Documentation/filesystems/ext4.txt
3945 F:      fs/ext4/
3946
3947 Extended Verification Module (EVM)
3948 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3949 L:      linux-ima-devel@lists.sourceforge.net
3950 L:      linux-security-module@vger.kernel.org
3951 S:      Supported
3952 F:      security/integrity/evm/
3953
3954 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3955 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3956 M:      Chanwoo Choi <cw00.choi@samsung.com>
3957 L:      linux-kernel@vger.kernel.org
3958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3959 S:      Maintained
3960 F:      drivers/extcon/
3961 F:      Documentation/extcon/
3962
3963 EXYNOS DP DRIVER
3964 M:      Jingoo Han <jingoohan1@gmail.com>
3965 L:      dri-devel@lists.freedesktop.org
3966 S:      Maintained
3967 F:      drivers/gpu/drm/exynos/exynos_dp*
3968
3969 EXYNOS MIPI DISPLAY DRIVERS
3970 M:      Inki Dae <inki.dae@samsung.com>
3971 M:      Donghwa Lee <dh09.lee@samsung.com>
3972 M:      Kyungmin Park <kyungmin.park@samsung.com>
3973 L:      linux-fbdev@vger.kernel.org
3974 S:      Maintained
3975 F:      drivers/video/fbdev/exynos/exynos_mipi*
3976 F:      include/video/exynos_mipi*
3977
3978 F71805F HARDWARE MONITORING DRIVER
3979 M:      Jean Delvare <jdelvare@suse.de>
3980 L:      lm-sensors@lm-sensors.org
3981 S:      Maintained
3982 F:      Documentation/hwmon/f71805f
3983 F:      drivers/hwmon/f71805f.c
3984
3985 FC0011 TUNER DRIVER
3986 M:      Michael Buesch <m@bues.ch>
3987 L:      linux-media@vger.kernel.org
3988 S:      Maintained
3989 F:      drivers/media/tuners/fc0011.h
3990 F:      drivers/media/tuners/fc0011.c
3991
3992 FC2580 MEDIA DRIVER
3993 M:      Antti Palosaari <crope@iki.fi>
3994 L:      linux-media@vger.kernel.org
3995 W:      http://linuxtv.org/
3996 W:      http://palosaari.fi/linux/
3997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3998 T:      git git://linuxtv.org/anttip/media_tree.git
3999 S:      Maintained
4000 F:      drivers/media/tuners/fc2580*
4001
4002 FANOTIFY
4003 M:      Eric Paris <eparis@redhat.com>
4004 S:      Maintained
4005 F:      fs/notify/fanotify/
4006 F:      include/linux/fanotify.h
4007 F:      include/uapi/linux/fanotify.h
4008
4009 FARSYNC SYNCHRONOUS DRIVER
4010 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4011 W:      http://www.farsite.co.uk/
4012 S:      Supported
4013 F:      drivers/net/wan/farsync.*
4014
4015 FAULT INJECTION SUPPORT
4016 M:      Akinobu Mita <akinobu.mita@gmail.com>
4017 S:      Supported
4018 F:      Documentation/fault-injection/
4019 F:      lib/fault-inject.c
4020
4021 FBTFT Framebuffer drivers
4022 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4023 M:      Noralf Trønnes <noralf@tronnes.org>
4024 S:      Maintained
4025 F:      drivers/staging/fbtft/
4026
4027 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4028 M:      Vasu Dev <vasu.dev@intel.com>
4029 L:      fcoe-devel@open-fcoe.org
4030 W:      www.Open-FCoE.org
4031 S:      Supported
4032 F:      drivers/scsi/libfc/
4033 F:      drivers/scsi/fcoe/
4034 F:      include/scsi/fc/
4035 F:      include/scsi/libfc.h
4036 F:      include/scsi/libfcoe.h
4037 F:      include/uapi/scsi/fc/
4038
4039 FILE LOCKING (flock() and fcntl()/lockf())
4040 M:      Jeff Layton <jlayton@poochiereds.net>
4041 M:      J. Bruce Fields <bfields@fieldses.org>
4042 L:      linux-fsdevel@vger.kernel.org
4043 S:      Maintained
4044 F:      include/linux/fcntl.h
4045 F:      include/linux/fs.h
4046 F:      include/uapi/linux/fcntl.h
4047 F:      include/uapi/linux/fs.h
4048 F:      fs/fcntl.c
4049 F:      fs/locks.c
4050
4051 FILESYSTEMS (VFS and infrastructure)
4052 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4053 L:      linux-fsdevel@vger.kernel.org
4054 S:      Maintained
4055 F:      fs/*
4056
4057 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4058 M:      Riku Voipio <riku.voipio@iki.fi>
4059 L:      lm-sensors@lm-sensors.org
4060 S:      Maintained
4061 F:      drivers/hwmon/f75375s.c
4062 F:      include/linux/f75375s.h
4063
4064 FIREWIRE AUDIO DRIVERS
4065 M:      Clemens Ladisch <clemens@ladisch.de>
4066 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4067 T:      git git://git.alsa-project.org/alsa-kernel.git
4068 S:      Maintained
4069 F:      sound/firewire/
4070
4071 FIREWIRE MEDIA DRIVERS (firedtv)
4072 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4073 L:      linux-media@vger.kernel.org
4074 L:      linux1394-devel@lists.sourceforge.net
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4076 S:      Maintained
4077 F:      drivers/media/firewire/
4078
4079 FIREWIRE SBP-2 TARGET
4080 M:      Chris Boot <bootc@bootc.net>
4081 L:      linux-scsi@vger.kernel.org
4082 L:      target-devel@vger.kernel.org
4083 L:      linux1394-devel@lists.sourceforge.net
4084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4085 S:      Maintained
4086 F:      drivers/target/sbp/
4087
4088 FIREWIRE SUBSYSTEM
4089 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4090 L:      linux1394-devel@lists.sourceforge.net
4091 W:      http://ieee1394.wiki.kernel.org/
4092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4093 S:      Maintained
4094 F:      drivers/firewire/
4095 F:      include/linux/firewire.h
4096 F:      include/uapi/linux/firewire*.h
4097 F:      tools/firewire/
4098
4099 FIRMWARE LOADER (request_firmware)
4100 M:      Ming Lei <ming.lei@canonical.com>
4101 L:      linux-kernel@vger.kernel.org
4102 S:      Maintained
4103 F:      Documentation/firmware_class/
4104 F:      drivers/base/firmware*.c
4105 F:      include/linux/firmware.h
4106
4107 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4108 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4109 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4110 S:      Maintained
4111 F:      drivers/block/rsxx/
4112
4113 FLOPPY DRIVER
4114 M:      Jiri Kosina <jkosina@suse.cz>
4115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4116 S:      Odd fixes
4117 F:      drivers/block/floppy.c
4118
4119 FMC SUBSYSTEM
4120 M:      Alessandro Rubini <rubini@gnudd.com>
4121 W:      http://www.ohwr.org/projects/fmc-bus
4122 S:      Supported
4123 F:      drivers/fmc/
4124 F:      include/linux/fmc*.h
4125 F:      include/linux/ipmi-fru.h
4126 K:      fmc_d.*register
4127
4128 FPU EMULATOR
4129 M:      Bill Metzenthen <billm@melbpc.org.au>
4130 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4131 S:      Maintained
4132 F:      arch/x86/math-emu/
4133
4134 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4135 L:      netdev@vger.kernel.org
4136 S:      Orphan
4137 F:      drivers/net/wan/dlci.c
4138 F:      drivers/net/wan/sdla.c
4139
4140 FRAMEBUFFER LAYER
4141 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4142 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4143 L:      linux-fbdev@vger.kernel.org
4144 W:      http://linux-fbdev.sourceforge.net/
4145 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4147 S:      Maintained
4148 F:      Documentation/fb/
4149 F:      Documentation/devicetree/bindings/fb/
4150 F:      drivers/video/
4151 F:      include/video/
4152 F:      include/linux/fb.h
4153 F:      include/uapi/video/
4154 F:      include/uapi/linux/fb.h
4155
4156 FREESCALE DIU FRAMEBUFFER DRIVER
4157 M:      Timur Tabi <timur@tabi.org>
4158 L:      linux-fbdev@vger.kernel.org
4159 S:      Maintained
4160 F:      drivers/video/fbdev/fsl-diu-fb.*
4161
4162 FREESCALE DMA DRIVER
4163 M:      Li Yang <leoli@freescale.com>
4164 M:      Zhang Wei <zw@zh-kernel.org>
4165 L:      linuxppc-dev@lists.ozlabs.org
4166 S:      Maintained
4167 F:      drivers/dma/fsldma.*
4168
4169 FREESCALE I2C CPM DRIVER
4170 M:      Jochen Friedrich <jochen@scram.de>
4171 L:      linuxppc-dev@lists.ozlabs.org
4172 L:      linux-i2c@vger.kernel.org
4173 S:      Maintained
4174 F:      drivers/i2c/busses/i2c-cpm.c
4175
4176 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4177 M:      Sascha Hauer <kernel@pengutronix.de>
4178 L:      linux-fbdev@vger.kernel.org
4179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4180 S:      Maintained
4181 F:      include/linux/platform_data/video-imxfb.h
4182 F:      drivers/video/fbdev/imxfb.c
4183
4184 FREESCALE QUAD SPI DRIVER
4185 M:      Han Xu <han.xu@freescale.com>
4186 L:      linux-mtd@lists.infradead.org
4187 S:      Maintained
4188 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4189
4190 FREESCALE SOC FS_ENET DRIVER
4191 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4192 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4193 L:      linuxppc-dev@lists.ozlabs.org
4194 L:      netdev@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/net/ethernet/freescale/fs_enet/
4197 F:      include/linux/fs_enet_pd.h
4198
4199 FREESCALE QUICC ENGINE LIBRARY
4200 L:      linuxppc-dev@lists.ozlabs.org
4201 S:      Orphan
4202 F:      arch/powerpc/sysdev/qe_lib/
4203 F:      arch/powerpc/include/asm/*qe.h
4204
4205 FREESCALE USB PERIPHERAL DRIVERS
4206 M:      Li Yang <leoli@freescale.com>
4207 L:      linux-usb@vger.kernel.org
4208 L:      linuxppc-dev@lists.ozlabs.org
4209 S:      Maintained
4210 F:      drivers/usb/gadget/udc/fsl*
4211
4212 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4213 M:      Li Yang <leoli@freescale.com>
4214 L:      netdev@vger.kernel.org
4215 L:      linuxppc-dev@lists.ozlabs.org
4216 S:      Maintained
4217 F:      drivers/net/ethernet/freescale/ucc_geth*
4218
4219 FREESCALE QUICC ENGINE UCC UART DRIVER
4220 M:      Timur Tabi <timur@tabi.org>
4221 L:      linuxppc-dev@lists.ozlabs.org
4222 S:      Maintained
4223 F:      drivers/tty/serial/ucc_uart.c
4224
4225 FREESCALE SOC SOUND DRIVERS
4226 M:      Timur Tabi <timur@tabi.org>
4227 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4228 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4229 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4230 L:      linuxppc-dev@lists.ozlabs.org
4231 S:      Maintained
4232 F:      sound/soc/fsl/fsl*
4233 F:      sound/soc/fsl/imx*
4234 F:      sound/soc/fsl/mpc8610_hpcd.c
4235
4236 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4237 M:      J. German Rivera <German.Rivera@freescale.com>
4238 L:      linux-kernel@vger.kernel.org
4239 S:      Maintained
4240 F:      drivers/staging/fsl-mc/
4241
4242 FREEVXFS FILESYSTEM
4243 M:      Christoph Hellwig <hch@infradead.org>
4244 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4245 S:      Maintained
4246 F:      fs/freevxfs/
4247
4248 FREEZER
4249 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4250 M:      Pavel Machek <pavel@ucw.cz>
4251 L:      linux-pm@vger.kernel.org
4252 S:      Supported
4253 F:      Documentation/power/freezing-of-tasks.txt
4254 F:      include/linux/freezer.h
4255 F:      kernel/freezer.c
4256
4257 FRONTSWAP API
4258 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4259 L:      linux-kernel@vger.kernel.org
4260 S:      Maintained
4261 F:      mm/frontswap.c
4262 F:      include/linux/frontswap.h
4263
4264 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4265 M:      David Howells <dhowells@redhat.com>
4266 L:      linux-cachefs@redhat.com
4267 S:      Supported
4268 F:      Documentation/filesystems/caching/
4269 F:      fs/fscache/
4270 F:      include/linux/fscache*.h
4271
4272 F2FS FILE SYSTEM
4273 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4274 M:      Changman Lee <cm224.lee@samsung.com>
4275 L:      linux-f2fs-devel@lists.sourceforge.net
4276 W:      http://en.wikipedia.org/wiki/F2FS
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4278 S:      Maintained
4279 F:      Documentation/filesystems/f2fs.txt
4280 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4281 F:      fs/f2fs/
4282 F:      include/linux/f2fs_fs.h
4283
4284 FUJITSU FR-V (FRV) PORT
4285 M:      David Howells <dhowells@redhat.com>
4286 S:      Maintained
4287 F:      arch/frv/
4288
4289 FUJITSU LAPTOP EXTRAS
4290 M:      Jonathan Woithe <jwoithe@just42.net>
4291 L:      platform-driver-x86@vger.kernel.org
4292 S:      Maintained
4293 F:      drivers/platform/x86/fujitsu-laptop.c
4294
4295 FUJITSU M-5MO LS CAMERA ISP DRIVER
4296 M:      Kyungmin Park <kyungmin.park@samsung.com>
4297 M:      Heungjun Kim <riverful.kim@samsung.com>
4298 L:      linux-media@vger.kernel.org
4299 S:      Maintained
4300 F:      drivers/media/i2c/m5mols/
4301 F:      include/media/m5mols.h
4302
4303 FUJITSU TABLET EXTRAS
4304 M:      Robert Gerlach <khnz@gmx.de>
4305 L:      platform-driver-x86@vger.kernel.org
4306 S:      Maintained
4307 F:      drivers/platform/x86/fujitsu-tablet.c
4308
4309 FUSE: FILESYSTEM IN USERSPACE
4310 M:      Miklos Szeredi <miklos@szeredi.hu>
4311 L:      fuse-devel@lists.sourceforge.net
4312 W:      http://fuse.sourceforge.net/
4313 S:      Maintained
4314 F:      fs/fuse/
4315 F:      include/uapi/linux/fuse.h
4316
4317 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4318 M:      Rik Faith <faith@cs.unc.edu>
4319 L:      linux-scsi@vger.kernel.org
4320 S:      Odd Fixes (e.g., new signatures)
4321 F:      drivers/scsi/fdomain.*
4322
4323 GCOV BASED KERNEL PROFILING
4324 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4325 S:      Maintained
4326 F:      kernel/gcov/
4327 F:      Documentation/gcov.txt
4328
4329 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4330 M:      Achim Leubner <achim_leubner@adaptec.com>
4331 L:      linux-scsi@vger.kernel.org
4332 W:      http://www.icp-vortex.com/
4333 S:      Supported
4334 F:      drivers/scsi/gdt*
4335
4336 GDB KERNEL DEBUGGING HELPER SCRIPTS
4337 M:      Jan Kiszka <jan.kiszka@siemens.com>
4338 S:      Supported
4339 F:      scripts/gdb/
4340
4341 GEMTEK FM RADIO RECEIVER DRIVER
4342 M:      Hans Verkuil <hverkuil@xs4all.nl>
4343 L:      linux-media@vger.kernel.org
4344 T:      git git://linuxtv.org/media_tree.git
4345 W:      http://linuxtv.org
4346 S:      Maintained
4347 F:      drivers/media/radio/radio-gemtek*
4348
4349 GENERIC GPIO I2C DRIVER
4350 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4351 S:      Supported
4352 F:      drivers/i2c/busses/i2c-gpio.c
4353 F:      include/linux/i2c-gpio.h
4354
4355 GENERIC GPIO I2C MULTIPLEXER DRIVER
4356 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4357 L:      linux-i2c@vger.kernel.org
4358 S:      Supported
4359 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4360 F:      include/linux/i2c-mux-gpio.h
4361 F:      Documentation/i2c/muxes/i2c-mux-gpio
4362
4363 GENERIC HDLC (WAN) DRIVERS
4364 M:      Krzysztof Halasa <khc@pm.waw.pl>
4365 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4366 S:      Maintained
4367 F:      drivers/net/wan/c101.c
4368 F:      drivers/net/wan/hd6457*
4369 F:      drivers/net/wan/hdlc*
4370 F:      drivers/net/wan/n2.c
4371 F:      drivers/net/wan/pc300too.c
4372 F:      drivers/net/wan/pci200syn.c
4373 F:      drivers/net/wan/wanxl*
4374
4375 GENERIC INCLUDE/ASM HEADER FILES
4376 M:      Arnd Bergmann <arnd@arndb.de>
4377 L:      linux-arch@vger.kernel.org
4378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4379 S:      Maintained
4380 F:      include/asm-generic/
4381 F:      include/uapi/asm-generic/
4382
4383 GENERIC PHY FRAMEWORK
4384 M:      Kishon Vijay Abraham I <kishon@ti.com>
4385 L:      linux-kernel@vger.kernel.org
4386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4387 S:      Supported
4388 F:      drivers/phy/
4389 F:      include/linux/phy/
4390
4391 GENERIC PM DOMAINS
4392 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4393 M:      Kevin Hilman <khilman@kernel.org>
4394 M:      Ulf Hansson <ulf.hansson@linaro.org>
4395 L:      linux-pm@vger.kernel.org
4396 S:      Supported
4397 F:      drivers/base/power/domain*.c
4398 F:      include/linux/pm_domain.h
4399
4400 GENERIC UIO DRIVER FOR PCI DEVICES
4401 M:      "Michael S. Tsirkin" <mst@redhat.com>
4402 L:      kvm@vger.kernel.org
4403 S:      Supported
4404 F:      drivers/uio/uio_pci_generic.c
4405
4406 GET_MAINTAINER SCRIPT
4407 M:      Joe Perches <joe@perches.com>
4408 S:      Maintained
4409 F:      scripts/get_maintainer.pl
4410
4411 GFS2 FILE SYSTEM
4412 M:      Steven Whitehouse <swhiteho@redhat.com>
4413 M:      Bob Peterson <rpeterso@redhat.com>
4414 L:      cluster-devel@redhat.com
4415 W:      http://sources.redhat.com/cluster/
4416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4417 S:      Supported
4418 F:      Documentation/filesystems/gfs2*.txt
4419 F:      fs/gfs2/
4420 F:      include/uapi/linux/gfs2_ondisk.h
4421
4422 GIGASET ISDN DRIVERS
4423 M:      Paul Bolle <pebolle@tiscali.nl>
4424 L:      gigaset307x-common@lists.sourceforge.net
4425 W:      http://gigaset307x.sourceforge.net/
4426 S:      Odd Fixes
4427 F:      Documentation/isdn/README.gigaset
4428 F:      drivers/isdn/gigaset/
4429 F:      include/uapi/linux/gigaset_dev.h
4430
4431 GO7007 MPEG CODEC
4432 M:      Hans Verkuil <hans.verkuil@cisco.com>
4433 L:      linux-media@vger.kernel.org
4434 S:      Maintained
4435 F:      drivers/media/usb/go7007/
4436
4437 GOODIX TOUCHSCREEN
4438 M:      Bastien Nocera <hadess@hadess.net>
4439 L:      linux-input@vger.kernel.org
4440 S:      Maintained
4441 F:      drivers/input/touchscreen/goodix.c
4442
4443 GPIO SUBSYSTEM
4444 M:      Linus Walleij <linus.walleij@linaro.org>
4445 M:      Alexandre Courbot <gnurou@gmail.com>
4446 L:      linux-gpio@vger.kernel.org
4447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4448 S:      Maintained
4449 F:      Documentation/gpio/
4450 F:      drivers/gpio/
4451 F:      include/linux/gpio/
4452 F:      include/linux/gpio.h
4453 F:      include/asm-generic/gpio.h
4454
4455 GRE DEMULTIPLEXER DRIVER
4456 M:      Dmitry Kozlov <xeb@mail.ru>
4457 L:      netdev@vger.kernel.org
4458 S:      Maintained
4459 F:      net/ipv4/gre_demux.c
4460 F:      net/ipv4/gre_offload.c
4461 F:      include/net/gre.h
4462
4463 GRETH 10/100/1G Ethernet MAC device driver
4464 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4465 L:      netdev@vger.kernel.org
4466 S:      Maintained
4467 F:      drivers/net/ethernet/aeroflex/
4468
4469 GSPCA FINEPIX SUBDRIVER
4470 M:      Frank Zago <frank@zago.net>
4471 L:      linux-media@vger.kernel.org
4472 T:      git git://linuxtv.org/media_tree.git
4473 S:      Maintained
4474 F:      drivers/media/usb/gspca/finepix.c
4475
4476 GSPCA GL860 SUBDRIVER
4477 M:      Olivier Lorin <o.lorin@laposte.net>
4478 L:      linux-media@vger.kernel.org
4479 T:      git git://linuxtv.org/media_tree.git
4480 S:      Maintained
4481 F:      drivers/media/usb/gspca/gl860/
4482
4483 GSPCA M5602 SUBDRIVER
4484 M:      Erik Andren <erik.andren@gmail.com>
4485 L:      linux-media@vger.kernel.org
4486 T:      git git://linuxtv.org/media_tree.git
4487 S:      Maintained
4488 F:      drivers/media/usb/gspca/m5602/
4489
4490 GSPCA PAC207 SONIXB SUBDRIVER
4491 M:      Hans de Goede <hdegoede@redhat.com>
4492 L:      linux-media@vger.kernel.org
4493 T:      git git://linuxtv.org/media_tree.git
4494 S:      Maintained
4495 F:      drivers/media/usb/gspca/pac207.c
4496
4497 GSPCA SN9C20X SUBDRIVER
4498 M:      Brian Johnson <brijohn@gmail.com>
4499 L:      linux-media@vger.kernel.org
4500 T:      git git://linuxtv.org/media_tree.git
4501 S:      Maintained
4502 F:      drivers/media/usb/gspca/sn9c20x.c
4503
4504 GSPCA T613 SUBDRIVER
4505 M:      Leandro Costantino <lcostantino@gmail.com>
4506 L:      linux-media@vger.kernel.org
4507 T:      git git://linuxtv.org/media_tree.git
4508 S:      Maintained
4509 F:      drivers/media/usb/gspca/t613.c
4510
4511 GSPCA USB WEBCAM DRIVER
4512 M:      Hans de Goede <hdegoede@redhat.com>
4513 L:      linux-media@vger.kernel.org
4514 T:      git git://linuxtv.org/media_tree.git
4515 S:      Maintained
4516 F:      drivers/media/usb/gspca/
4517
4518 GUID PARTITION TABLE (GPT)
4519 M:      Davidlohr Bueso <davidlohr@hp.com>
4520 L:      linux-efi@vger.kernel.org
4521 S:      Maintained
4522 F:      block/partitions/efi.*
4523
4524 STK1160 USB VIDEO CAPTURE DRIVER
4525 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4526 L:      linux-media@vger.kernel.org
4527 T:      git git://linuxtv.org/media_tree.git
4528 S:      Maintained
4529 F:      drivers/media/usb/stk1160/
4530
4531 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4532 M:      Frank Seidel <frank@f-seidel.de>
4533 L:      platform-driver-x86@vger.kernel.org
4534 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4535 S:      Maintained
4536 F:      drivers/platform/x86/hdaps.c
4537
4538 HDPVR USB VIDEO ENCODER DRIVER
4539 M:      Hans Verkuil <hverkuil@xs4all.nl>
4540 L:      linux-media@vger.kernel.org
4541 T:      git git://linuxtv.org/media_tree.git
4542 W:      http://linuxtv.org
4543 S:      Odd Fixes
4544 F:      drivers/media/usb/hdpvr/
4545
4546 HWPOISON MEMORY FAILURE HANDLING
4547 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4548 L:      linux-mm@kvack.org
4549 S:      Maintained
4550 F:      mm/memory-failure.c
4551 F:      mm/hwpoison-inject.c
4552
4553 HYPERVISOR VIRTUAL CONSOLE DRIVER
4554 L:      linuxppc-dev@lists.ozlabs.org
4555 S:      Odd Fixes
4556 F:      drivers/tty/hvc/
4557
4558 HACKRF MEDIA DRIVER
4559 M:      Antti Palosaari <crope@iki.fi>
4560 L:      linux-media@vger.kernel.org
4561 W:      http://linuxtv.org/
4562 W:      http://palosaari.fi/linux/
4563 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4564 T:      git git://linuxtv.org/anttip/media_tree.git
4565 S:      Maintained
4566 F:      drivers/media/usb/hackrf/
4567
4568 HARDWARE MONITORING
4569 M:      Jean Delvare <jdelvare@suse.de>
4570 M:      Guenter Roeck <linux@roeck-us.net>
4571 L:      lm-sensors@lm-sensors.org
4572 W:      http://www.lm-sensors.org/
4573 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4575 S:      Maintained
4576 F:      Documentation/hwmon/
4577 F:      drivers/hwmon/
4578 F:      include/linux/hwmon*.h
4579
4580 HARDWARE RANDOM NUMBER GENERATOR CORE
4581 M:      Matt Mackall <mpm@selenic.com>
4582 M:      Herbert Xu <herbert@gondor.apana.org.au>
4583 L:      linux-crypto@vger.kernel.org
4584 S:      Odd fixes
4585 F:      Documentation/hw_random.txt
4586 F:      drivers/char/hw_random/
4587 F:      include/linux/hw_random.h
4588
4589 HARDWARE SPINLOCK CORE
4590 M:      Ohad Ben-Cohen <ohad@wizery.com>
4591 S:      Maintained
4592 F:      Documentation/hwspinlock.txt
4593 F:      drivers/hwspinlock/hwspinlock_*
4594 F:      include/linux/hwspinlock.h
4595
4596 HARMONY SOUND DRIVER
4597 L:      linux-parisc@vger.kernel.org
4598 S:      Maintained
4599 F:      sound/parisc/harmony.*
4600
4601 HD29L2 MEDIA DRIVER
4602 M:      Antti Palosaari <crope@iki.fi>
4603 L:      linux-media@vger.kernel.org
4604 W:      http://linuxtv.org/
4605 W:      http://palosaari.fi/linux/
4606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4607 T:      git git://linuxtv.org/anttip/media_tree.git
4608 S:      Maintained
4609 F:      drivers/media/dvb-frontends/hd29l2*
4610
4611 HEWLETT-PACKARD SMART2 RAID DRIVER
4612 L:      iss_storagedev@hp.com
4613 S:      Orphan
4614 F:      Documentation/blockdev/cpqarray.txt
4615 F:      drivers/block/cpqarray.*
4616
4617 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4618 M:      Don Brace <don.brace@pmcs.com>
4619 L:      iss_storagedev@hp.com
4620 L:      storagedev@pmcs.com
4621 L:      linux-scsi@vger.kernel.org
4622 S:      Supported
4623 F:      Documentation/scsi/hpsa.txt
4624 F:      drivers/scsi/hpsa*.[ch]
4625 F:      include/linux/cciss*.h
4626 F:      include/uapi/linux/cciss*.h
4627
4628 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4629 M:      Don Brace <don.brace@pmcs.com>
4630 L:      iss_storagedev@hp.com
4631 L:      storagedev@pmcs.com
4632 L:      linux-scsi@vger.kernel.org
4633 S:      Supported
4634 F:      Documentation/blockdev/cciss.txt
4635 F:      drivers/block/cciss*
4636 F:      include/linux/cciss_ioctl.h
4637 F:      include/uapi/linux/cciss_ioctl.h
4638
4639 HFS FILESYSTEM
4640 L:      linux-fsdevel@vger.kernel.org
4641 S:      Orphan
4642 F:      Documentation/filesystems/hfs.txt
4643 F:      fs/hfs/
4644
4645 HFSPLUS FILESYSTEM
4646 L:      linux-fsdevel@vger.kernel.org
4647 S:      Orphan
4648 F:      Documentation/filesystems/hfsplus.txt
4649 F:      fs/hfsplus/
4650
4651 HGA FRAMEBUFFER DRIVER
4652 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4653 L:      linux-nvidia@lists.surfsouth.com
4654 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4655 S:      Maintained
4656 F:      drivers/video/fbdev/hgafb.c
4657
4658 HIBERNATION (aka Software Suspend, aka swsusp)
4659 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4660 M:      Pavel Machek <pavel@ucw.cz>
4661 L:      linux-pm@vger.kernel.org
4662 S:      Supported
4663 F:      arch/x86/power/
4664 F:      drivers/base/power/
4665 F:      kernel/power/
4666 F:      include/linux/suspend.h
4667 F:      include/linux/freezer.h
4668 F:      include/linux/pm.h
4669 F:      arch/*/include/asm/suspend*.h
4670
4671 HID CORE LAYER
4672 M:      Jiri Kosina <jkosina@suse.cz>
4673 L:      linux-input@vger.kernel.org
4674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4675 S:      Maintained
4676 F:      drivers/hid/
4677 F:      include/linux/hid*
4678 F:      include/uapi/linux/hid*
4679
4680 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4681 M:      Thomas Gleixner <tglx@linutronix.de>
4682 L:      linux-kernel@vger.kernel.org
4683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4684 S:      Maintained
4685 F:      Documentation/timers/
4686 F:      kernel/time/hrtimer.c
4687 F:      kernel/time/clockevents.c
4688 F:      kernel/time/tick*.*
4689 F:      kernel/time/timer_*.c
4690 F:      include/linux/clockchips.h
4691 F:      include/linux/hrtimer.h
4692
4693 HIGH-SPEED SCC DRIVER FOR AX.25
4694 L:      linux-hams@vger.kernel.org
4695 S:      Orphan
4696 F:      drivers/net/hamradio/dmascc.c
4697 F:      drivers/net/hamradio/scc.c
4698
4699 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4700 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4701 W:      http://www.highpoint-tech.com
4702 S:      Supported
4703 F:      Documentation/scsi/hptiop.txt
4704 F:      drivers/scsi/hptiop.c
4705
4706 HIPPI
4707 M:      Jes Sorensen <jes@trained-monkey.org>
4708 L:      linux-hippi@sunsite.dk
4709 S:      Maintained
4710 F:      include/linux/hippidevice.h
4711 F:      include/uapi/linux/if_hippi.h
4712 F:      net/802/hippi.c
4713 F:      drivers/net/hippi/
4714
4715 HOST AP DRIVER
4716 M:      Jouni Malinen <j@w1.fi>
4717 L:      hostap@shmoo.com (subscribers-only)
4718 L:      linux-wireless@vger.kernel.org
4719 W:      http://hostap.epitest.fi/
4720 S:      Maintained
4721 F:      drivers/net/wireless/hostap/
4722
4723 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4724 L:      platform-driver-x86@vger.kernel.org
4725 S:      Orphan
4726 F:      drivers/platform/x86/tc1100-wmi.c
4727
4728 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4729 M:      Jaroslav Kysela <perex@perex.cz>
4730 S:      Maintained
4731 F:      drivers/net/ethernet/hp/hp100.*
4732
4733 HPET:   High Precision Event Timers driver
4734 M:      Clemens Ladisch <clemens@ladisch.de>
4735 S:      Maintained
4736 F:      Documentation/timers/hpet.txt
4737 F:      drivers/char/hpet.c
4738 F:      include/linux/hpet.h
4739 F:      include/uapi/linux/hpet.h
4740
4741 HPET:   x86
4742 S:      Orphan
4743 F:      arch/x86/kernel/hpet.c
4744 F:      arch/x86/include/asm/hpet.h
4745
4746 HPFS FILESYSTEM
4747 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4748 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4749 S:      Maintained
4750 F:      fs/hpfs/
4751
4752 HSI SUBSYSTEM
4753 M:      Sebastian Reichel <sre@kernel.org>
4754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4755 S:      Maintained
4756 F:      Documentation/ABI/testing/sysfs-bus-hsi
4757 F:      Documentation/hsi.txt
4758 F:      drivers/hsi/
4759 F:      include/linux/hsi/
4760 F:      include/uapi/linux/hsi/
4761
4762 HSO 3G MODEM DRIVER
4763 M:      Jan Dumon <j.dumon@option.com>
4764 W:      http://www.pharscape.org
4765 S:      Maintained
4766 F:      drivers/net/usb/hso.c
4767
4768 HSR NETWORK PROTOCOL
4769 M:      Arvid Brodin <arvid.brodin@alten.se>
4770 L:      netdev@vger.kernel.org
4771 S:      Maintained
4772 F:      net/hsr/
4773
4774 HTCPEN TOUCHSCREEN DRIVER
4775 M:      Pau Oliva Fora <pof@eslack.org>
4776 L:      linux-input@vger.kernel.org
4777 S:      Maintained
4778 F:      drivers/input/touchscreen/htcpen.c
4779
4780 HUGETLB FILESYSTEM
4781 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4782 S:      Maintained
4783 F:      fs/hugetlbfs/
4784
4785 Hyper-V CORE AND DRIVERS
4786 M:      K. Y. Srinivasan <kys@microsoft.com>
4787 M:      Haiyang Zhang <haiyangz@microsoft.com>
4788 L:      devel@linuxdriverproject.org
4789 S:      Maintained
4790 F:      arch/x86/include/asm/mshyperv.h
4791 F:      arch/x86/include/uapi/asm/hyperv.h
4792 F:      arch/x86/kernel/cpu/mshyperv.c
4793 F:      drivers/hid/hid-hyperv.c
4794 F:      drivers/hv/
4795 F:      drivers/input/serio/hyperv-keyboard.c
4796 F:      drivers/net/hyperv/
4797 F:      drivers/scsi/storvsc_drv.c
4798 F:      drivers/video/fbdev/hyperv_fb.c
4799 F:      include/linux/hyperv.h
4800 F:      tools/hv/
4801
4802 I2C OVER PARALLEL PORT
4803 M:      Jean Delvare <jdelvare@suse.de>
4804 L:      linux-i2c@vger.kernel.org
4805 S:      Maintained
4806 F:      Documentation/i2c/busses/i2c-parport
4807 F:      Documentation/i2c/busses/i2c-parport-light
4808 F:      drivers/i2c/busses/i2c-parport.c
4809 F:      drivers/i2c/busses/i2c-parport-light.c
4810
4811 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4812 M:      Jean Delvare <jdelvare@suse.de>
4813 L:      linux-i2c@vger.kernel.org
4814 S:      Maintained
4815 F:      Documentation/i2c/busses/i2c-ali1535
4816 F:      Documentation/i2c/busses/i2c-ali1563
4817 F:      Documentation/i2c/busses/i2c-ali15x3
4818 F:      Documentation/i2c/busses/i2c-amd756
4819 F:      Documentation/i2c/busses/i2c-amd8111
4820 F:      Documentation/i2c/busses/i2c-i801
4821 F:      Documentation/i2c/busses/i2c-nforce2
4822 F:      Documentation/i2c/busses/i2c-piix4
4823 F:      Documentation/i2c/busses/i2c-sis5595
4824 F:      Documentation/i2c/busses/i2c-sis630
4825 F:      Documentation/i2c/busses/i2c-sis96x
4826 F:      Documentation/i2c/busses/i2c-via
4827 F:      Documentation/i2c/busses/i2c-viapro
4828 F:      drivers/i2c/busses/i2c-ali1535.c
4829 F:      drivers/i2c/busses/i2c-ali1563.c
4830 F:      drivers/i2c/busses/i2c-ali15x3.c
4831 F:      drivers/i2c/busses/i2c-amd756.c
4832 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4833 F:      drivers/i2c/busses/i2c-amd8111.c
4834 F:      drivers/i2c/busses/i2c-i801.c
4835 F:      drivers/i2c/busses/i2c-isch.c
4836 F:      drivers/i2c/busses/i2c-nforce2.c
4837 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4838 F:      drivers/i2c/busses/i2c-piix4.c
4839 F:      drivers/i2c/busses/i2c-sis5595.c
4840 F:      drivers/i2c/busses/i2c-sis630.c
4841 F:      drivers/i2c/busses/i2c-sis96x.c
4842 F:      drivers/i2c/busses/i2c-via.c
4843 F:      drivers/i2c/busses/i2c-viapro.c
4844
4845 I2C/SMBUS ISMT DRIVER
4846 M:      Seth Heasley <seth.heasley@intel.com>
4847 M:      Neil Horman <nhorman@tuxdriver.com>
4848 L:      linux-i2c@vger.kernel.org
4849 F:      drivers/i2c/busses/i2c-ismt.c
4850 F:      Documentation/i2c/busses/i2c-ismt
4851
4852 I2C/SMBUS STUB DRIVER
4853 M:      Jean Delvare <jdelvare@suse.de>
4854 L:      linux-i2c@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/i2c/i2c-stub.c
4857
4858 I2C SUBSYSTEM
4859 M:      Wolfram Sang <wsa@the-dreams.de>
4860 L:      linux-i2c@vger.kernel.org
4861 W:      https://i2c.wiki.kernel.org/
4862 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4864 S:      Maintained
4865 F:      Documentation/devicetree/bindings/i2c/
4866 F:      Documentation/i2c/
4867 F:      drivers/i2c/
4868 F:      include/linux/i2c.h
4869 F:      include/linux/i2c-*.h
4870 F:      include/uapi/linux/i2c.h
4871 F:      include/uapi/linux/i2c-*.h
4872
4873 I2C ACPI SUPPORT
4874 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4875 L:      linux-i2c@vger.kernel.org
4876 L:      linux-acpi@vger.kernel.org
4877 S:      Maintained
4878
4879 I2C-TAOS-EVM DRIVER
4880 M:      Jean Delvare <jdelvare@suse.de>
4881 L:      linux-i2c@vger.kernel.org
4882 S:      Maintained
4883 F:      Documentation/i2c/busses/i2c-taos-evm
4884 F:      drivers/i2c/busses/i2c-taos-evm.c
4885
4886 I2C-TINY-USB DRIVER
4887 M:      Till Harbaum <till@harbaum.org>
4888 L:      linux-i2c@vger.kernel.org
4889 W:      http://www.harbaum.org/till/i2c_tiny_usb
4890 S:      Maintained
4891 F:      drivers/i2c/busses/i2c-tiny-usb.c
4892
4893 i386 BOOT CODE
4894 M:      "H. Peter Anvin" <hpa@zytor.com>
4895 S:      Maintained
4896 F:      arch/x86/boot/
4897
4898 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4899 M:      "H. Peter Anvin" <hpa@zytor.com>
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4901 S:      Maintained
4902
4903 IA64 (Itanium) PLATFORM
4904 M:      Tony Luck <tony.luck@intel.com>
4905 M:      Fenghua Yu <fenghua.yu@intel.com>
4906 L:      linux-ia64@vger.kernel.org
4907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4908 S:      Maintained
4909 F:      arch/ia64/
4910
4911 IBM Power in-Nest Crypto Acceleration
4912 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4913 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4914 L:      linux-crypto@vger.kernel.org
4915 S:      Supported
4916 F:      drivers/crypto/nx/
4917
4918 IBM Power 842 compression accelerator
4919 M:      Dan Streetman <ddstreet@us.ibm.com>
4920 S:      Supported
4921 F:      drivers/crypto/nx/nx-842.c
4922 F:      include/linux/nx842.h
4923
4924 IBM Power Linux RAID adapter
4925 M:      Brian King <brking@us.ibm.com>
4926 S:      Supported
4927 F:      drivers/scsi/ipr.*
4928
4929 IBM Power Virtual Ethernet Device Driver
4930 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4931 L:      netdev@vger.kernel.org
4932 S:      Supported
4933 F:      drivers/net/ethernet/ibm/ibmveth.*
4934
4935 IBM Power Virtual SCSI Device Drivers
4936 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4937 L:      linux-scsi@vger.kernel.org
4938 S:      Supported
4939 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4940 F:      drivers/scsi/ibmvscsi/viosrp.h
4941
4942 IBM Power Virtual FC Device Drivers
4943 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4944 L:      linux-scsi@vger.kernel.org
4945 S:      Supported
4946 F:      drivers/scsi/ibmvscsi/ibmvfc*
4947
4948 IBM ServeRAID RAID DRIVER
4949 S:      Orphan
4950 F:      drivers/scsi/ips.*
4951
4952 ICH LPC AND GPIO DRIVER
4953 M:      Peter Tyser <ptyser@xes-inc.com>
4954 S:      Maintained
4955 F:      drivers/mfd/lpc_ich.c
4956 F:      drivers/gpio/gpio-ich.c
4957
4958 IDE SUBSYSTEM
4959 M:      "David S. Miller" <davem@davemloft.net>
4960 L:      linux-ide@vger.kernel.org
4961 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4963 S:      Maintained
4964 F:      Documentation/ide/
4965 F:      drivers/ide/
4966 F:      include/linux/ide.h
4967
4968 IDEAPAD LAPTOP EXTRAS DRIVER
4969 M:      Ike Panhc <ike.pan@canonical.com>
4970 L:      platform-driver-x86@vger.kernel.org
4971 W:      http://launchpad.net/ideapad-laptop
4972 S:      Maintained
4973 F:      drivers/platform/x86/ideapad-laptop.c
4974
4975 IDEAPAD LAPTOP SLIDEBAR DRIVER
4976 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4977 L:      linux-input@vger.kernel.org
4978 W:      https://github.com/o2genum/ideapad-slidebar
4979 S:      Maintained
4980 F:      drivers/input/misc/ideapad_slidebar.c
4981
4982 IDE/ATAPI DRIVERS
4983 M:      Borislav Petkov <bp@alien8.de>
4984 L:      linux-ide@vger.kernel.org
4985 S:      Maintained
4986 F:      Documentation/cdrom/ide-cd
4987 F:      drivers/ide/ide-cd*
4988
4989 IDLE-I7300
4990 M:      Andy Henroid <andrew.d.henroid@intel.com>
4991 L:      linux-pm@vger.kernel.org
4992 S:      Supported
4993 F:      drivers/idle/i7300_idle.c
4994
4995 IEEE 802.15.4 SUBSYSTEM
4996 M:      Alexander Aring <alex.aring@gmail.com>
4997 L:      linux-wpan@vger.kernel.org
4998 W:      https://github.com/linux-wpan
4999 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5000 S:      Maintained
5001 F:      net/ieee802154/
5002 F:      net/mac802154/
5003 F:      drivers/net/ieee802154/
5004 F:      include/linux/nl802154.h
5005 F:      include/linux/ieee802154.h
5006 F:      include/net/nl802154.h
5007 F:      include/net/mac802154.h
5008 F:      include/net/af_ieee802154.h
5009 F:      include/net/cfg802154.h
5010 F:      include/net/ieee802154_netdev.h
5011 F:      Documentation/networking/ieee802154.txt
5012
5013 IGORPLUG-USB IR RECEIVER
5014 M:      Sean Young <sean@mess.org>
5015 L:      linux-media@vger.kernel.org
5016 S:      Maintained
5017 F:      drivers/media/rc/igorplugusb.c
5018
5019 IGUANAWORKS USB IR TRANSCEIVER
5020 M:      Sean Young <sean@mess.org>
5021 L:      linux-media@vger.kernel.org
5022 S:      Maintained
5023 F:      drivers/media/rc/iguanair.c
5024
5025 IIO SUBSYSTEM AND DRIVERS
5026 M:      Jonathan Cameron <jic23@kernel.org>
5027 R:      Hartmut Knaack <knaack.h@gmx.de>
5028 R:      Lars-Peter Clausen <lars@metafoo.de>
5029 R:      Peter Meerwald <pmeerw@pmeerw.net>
5030 L:      linux-iio@vger.kernel.org
5031 S:      Maintained
5032 F:      drivers/iio/
5033 F:      drivers/staging/iio/
5034 F:      include/linux/iio/
5035 F:      tools/iio/
5036
5037 IKANOS/ADI EAGLE ADSL USB DRIVER
5038 M:      Matthieu Castet <castet.matthieu@free.fr>
5039 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5040 S:      Maintained
5041 F:      drivers/usb/atm/ueagle-atm.c
5042
5043 INA209 HARDWARE MONITOR DRIVER
5044 M:      Guenter Roeck <linux@roeck-us.net>
5045 L:      lm-sensors@lm-sensors.org
5046 S:      Maintained
5047 F:      Documentation/hwmon/ina209
5048 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5049 F:      drivers/hwmon/ina209.c
5050
5051 INA2XX HARDWARE MONITOR DRIVER
5052 M:      Guenter Roeck <linux@roeck-us.net>
5053 L:      lm-sensors@lm-sensors.org
5054 S:      Maintained
5055 F:      Documentation/hwmon/ina2xx
5056 F:      drivers/hwmon/ina2xx.c
5057 F:      include/linux/platform_data/ina2xx.h
5058
5059 INDUSTRY PACK SUBSYSTEM (IPACK)
5060 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5061 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5062 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5063 L:      industrypack-devel@lists.sourceforge.net
5064 W:      http://industrypack.sourceforge.net
5065 S:      Maintained
5066 F:      drivers/ipack/
5067
5068 INGENIC JZ4780 DMA Driver
5069 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5070 S:      Maintained
5071 F:      drivers/dma/dma-jz4780.c
5072
5073 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5074 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5075 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5076 L:      linux-ima-devel@lists.sourceforge.net
5077 L:      linux-ima-user@lists.sourceforge.net
5078 L:      linux-security-module@vger.kernel.org
5079 S:      Supported
5080 F:      security/integrity/ima/
5081
5082 IMGTEC IR DECODER DRIVER
5083 M:      James Hogan <james.hogan@imgtec.com>
5084 S:      Maintained
5085 F:      drivers/media/rc/img-ir/
5086
5087 IMS TWINTURBO FRAMEBUFFER DRIVER
5088 L:      linux-fbdev@vger.kernel.org
5089 S:      Orphan
5090 F:      drivers/video/fbdev/imsttfb.c
5091
5092 INFINIBAND SUBSYSTEM
5093 M:      Doug Ledford <dledford@redhat.com>
5094 M:      Sean Hefty <sean.hefty@intel.com>
5095 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5096 L:      linux-rdma@vger.kernel.org
5097 W:      http://www.openfabrics.org/
5098 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5100 S:      Supported
5101 F:      Documentation/infiniband/
5102 F:      drivers/infiniband/
5103 F:      include/uapi/linux/if_infiniband.h
5104 F:      include/uapi/rdma/
5105 F:      include/rdma/
5106
5107 INOTIFY
5108 M:      John McCutchan <john@johnmccutchan.com>
5109 M:      Robert Love <rlove@rlove.org>
5110 M:      Eric Paris <eparis@parisplace.org>
5111 S:      Maintained
5112 F:      Documentation/filesystems/inotify.txt
5113 F:      fs/notify/inotify/
5114 F:      include/linux/inotify.h
5115 F:      include/uapi/linux/inotify.h
5116
5117 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5118 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5119 L:      linux-input@vger.kernel.org
5120 Q:      http://patchwork.kernel.org/project/linux-input/list/
5121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5122 S:      Maintained
5123 F:      drivers/input/
5124 F:      include/linux/input.h
5125 F:      include/uapi/linux/input.h
5126 F:      include/linux/input/
5127
5128 INPUT MULTITOUCH (MT) PROTOCOL
5129 M:      Henrik Rydberg <rydberg@bitmath.org>
5130 L:      linux-input@vger.kernel.org
5131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5132 S:      Odd fixes
5133 F:      Documentation/input/multi-touch-protocol.txt
5134 F:      drivers/input/input-mt.c
5135 K:      \b(ABS|SYN)_MT_
5136
5137 INTEL ASoC BDW/HSW DRIVERS
5138 M:      Jie Yang <yang.jie@linux.intel.com>
5139 L:      alsa-devel@alsa-project.org
5140 S:      Supported
5141 F:      sound/soc/intel/sst-haswell*
5142 F:      sound/soc/intel/sst-dsp*
5143 F:      sound/soc/intel/sst-firmware.c
5144 F:      sound/soc/intel/broadwell.c
5145 F:      sound/soc/intel/haswell.c
5146
5147 INTEL C600 SERIES SAS CONTROLLER DRIVER
5148 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5149 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5150 L:      linux-scsi@vger.kernel.org
5151 T:      git git://git.code.sf.net/p/intel-sas/isci
5152 S:      Supported
5153 F:      drivers/scsi/isci/
5154
5155 INTEL IDLE DRIVER
5156 M:      Len Brown <lenb@kernel.org>
5157 L:      linux-pm@vger.kernel.org
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5159 S:      Supported
5160 F:      drivers/idle/intel_idle.c
5161
5162 INTEL PSTATE DRIVER
5163 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5164 L:      linux-pm@vger.kernel.org
5165 S:      Supported
5166 F:      drivers/cpufreq/intel_pstate.c
5167
5168 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5169 M:      Maik Broemme <mbroemme@plusserver.de>
5170 L:      linux-fbdev@vger.kernel.org
5171 S:      Maintained
5172 F:      Documentation/fb/intelfb.txt
5173 F:      drivers/video/fbdev/intelfb/
5174
5175 INTEL 810/815 FRAMEBUFFER DRIVER
5176 M:      Antonino Daplas <adaplas@gmail.com>
5177 L:      linux-fbdev@vger.kernel.org
5178 S:      Maintained
5179 F:      drivers/video/fbdev/i810/
5180
5181 INTEL MENLOW THERMAL DRIVER
5182 M:      Sujith Thomas <sujith.thomas@intel.com>
5183 L:      platform-driver-x86@vger.kernel.org
5184 W:      https://01.org/linux-acpi
5185 S:      Supported
5186 F:      drivers/platform/x86/intel_menlow.c
5187
5188 INTEL IA32 MICROCODE UPDATE SUPPORT
5189 M:      Borislav Petkov <bp@alien8.de>
5190 S:      Maintained
5191 F:      arch/x86/kernel/cpu/microcode/core*
5192 F:      arch/x86/kernel/cpu/microcode/intel*
5193
5194 INTEL I/OAT DMA DRIVER
5195 M:      Dave Jiang <dave.jiang@intel.com>
5196 R:      Dan Williams <dan.j.williams@intel.com>
5197 L:      dmaengine@vger.kernel.org
5198 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5199 S:      Supported
5200 F:      drivers/dma/ioat*
5201
5202 INTEL IOMMU (VT-d)
5203 M:      David Woodhouse <dwmw2@infradead.org>
5204 L:      iommu@lists.linux-foundation.org
5205 T:      git git://git.infradead.org/iommu-2.6.git
5206 S:      Supported
5207 F:      drivers/iommu/intel-iommu.c
5208 F:      include/linux/intel-iommu.h
5209
5210 INTEL IOP-ADMA DMA DRIVER
5211 R:      Dan Williams <dan.j.williams@intel.com>
5212 S:      Odd fixes
5213 F:      drivers/dma/iop-adma.c
5214
5215 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5216 M:      Krzysztof Halasa <khalasa@piap.pl>
5217 S:      Maintained
5218 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5219 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5220 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5221 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5222 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5223 F:      drivers/net/wan/ixp4xx_hss.c
5224
5225 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5226 M:      Deepak Saxena <dsaxena@plexity.net>
5227 S:      Maintained
5228 F:      drivers/char/hw_random/ixp4xx-rng.c
5229
5230 INTEL ETHERNET DRIVERS
5231 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5232 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5233 R:      Shannon Nelson <shannon.nelson@intel.com>
5234 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5235 R:      Don Skidmore <donald.c.skidmore@intel.com>
5236 R:      Matthew Vick <matthew.vick@intel.com>
5237 R:      John Ronciak <john.ronciak@intel.com>
5238 R:      Mitch Williams <mitch.a.williams@intel.com>
5239 L:      intel-wired-lan@lists.osuosl.org
5240 W:      http://www.intel.com/support/feedback.htm
5241 W:      http://e1000.sourceforge.net/
5242 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5245 S:      Supported
5246 F:      Documentation/networking/e100.txt
5247 F:      Documentation/networking/e1000.txt
5248 F:      Documentation/networking/e1000e.txt
5249 F:      Documentation/networking/igb.txt
5250 F:      Documentation/networking/igbvf.txt
5251 F:      Documentation/networking/ixgb.txt
5252 F:      Documentation/networking/ixgbe.txt
5253 F:      Documentation/networking/ixgbevf.txt
5254 F:      Documentation/networking/i40e.txt
5255 F:      Documentation/networking/i40evf.txt
5256 F:      drivers/net/ethernet/intel/
5257 F:      drivers/net/ethernet/intel/*/
5258
5259 INTEL-MID GPIO DRIVER
5260 M:      David Cohen <david.a.cohen@linux.intel.com>
5261 L:      linux-gpio@vger.kernel.org
5262 S:      Maintained
5263 F:      drivers/gpio/gpio-intel-mid.c
5264
5265 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5266 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5267 L:      linux-wireless@vger.kernel.org
5268 S:      Maintained
5269 F:      Documentation/networking/README.ipw2100
5270 F:      Documentation/networking/README.ipw2200
5271 F:      drivers/net/wireless/ipw2x00/
5272
5273 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5274 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5275 M:      Gang Wei <gang.wei@intel.com>
5276 M:      Shane Wang <shane.wang@intel.com>
5277 L:      tboot-devel@lists.sourceforge.net
5278 W:      http://tboot.sourceforge.net
5279 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5280 S:      Supported
5281 F:      Documentation/intel_txt.txt
5282 F:      include/linux/tboot.h
5283 F:      arch/x86/kernel/tboot.c
5284
5285 INTEL WIRELESS WIMAX CONNECTION 2400
5286 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5287 M:      linux-wimax@intel.com
5288 L:      wimax@linuxwimax.org (subscribers-only)
5289 S:      Supported
5290 W:      http://linuxwimax.org
5291 F:      Documentation/wimax/README.i2400m
5292 F:      drivers/net/wimax/i2400m/
5293 F:      include/uapi/linux/wimax/i2400m.h
5294
5295 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5296 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5297 L:      linux-wireless@vger.kernel.org
5298 S:      Supported
5299 F:      drivers/net/wireless/iwlegacy/
5300
5301 INTEL WIRELESS WIFI LINK (iwlwifi)
5302 M:      Johannes Berg <johannes.berg@intel.com>
5303 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5304 M:      Intel Linux Wireless <ilw@linux.intel.com>
5305 L:      linux-wireless@vger.kernel.org
5306 W:      http://intellinuxwireless.org
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5308 S:      Supported
5309 F:      drivers/net/wireless/iwlwifi/
5310
5311 INTEL MANAGEMENT ENGINE (mei)
5312 M:      Tomas Winkler <tomas.winkler@intel.com>
5313 L:      linux-kernel@vger.kernel.org
5314 S:      Supported
5315 F:      include/uapi/linux/mei.h
5316 F:      drivers/misc/mei/*
5317 F:      Documentation/misc-devices/mei/*
5318
5319 IOC3 ETHERNET DRIVER
5320 M:      Ralf Baechle <ralf@linux-mips.org>
5321 L:      linux-mips@linux-mips.org
5322 S:      Maintained
5323 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5324
5325 IOC3 SERIAL DRIVER
5326 M:      Pat Gefre <pfg@sgi.com>
5327 L:      linux-serial@vger.kernel.org
5328 S:      Maintained
5329 F:      drivers/tty/serial/ioc3_serial.c
5330
5331 IOMMU DRIVERS
5332 M:      Joerg Roedel <joro@8bytes.org>
5333 L:      iommu@lists.linux-foundation.org
5334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5335 S:      Maintained
5336 F:      drivers/iommu/
5337
5338 IP MASQUERADING
5339 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5340 S:      Maintained
5341 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5342
5343 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5344 M:      Francois Romieu <romieu@fr.zoreil.com>
5345 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5346 L:      netdev@vger.kernel.org
5347 S:      Maintained
5348 F:      drivers/net/ethernet/icplus/ipg.*
5349
5350 IPATH DRIVER
5351 M:      Mike Marciniszyn <infinipath@intel.com>
5352 L:      linux-rdma@vger.kernel.org
5353 S:      Maintained
5354 F:      drivers/infiniband/hw/ipath/
5355
5356 IPMI SUBSYSTEM
5357 M:      Corey Minyard <minyard@acm.org>
5358 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5359 W:      http://openipmi.sourceforge.net/
5360 S:      Supported
5361 F:      Documentation/IPMI.txt
5362 F:      drivers/char/ipmi/
5363 F:      include/linux/ipmi*
5364 F:      include/uapi/linux/ipmi*
5365
5366 QCOM AUDIO (ASoC) DRIVERS
5367 M:      Patrick Lai <plai@codeaurora.org>
5368 M:      Banajit Goswami <bgoswami@codeaurora.org>
5369 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5370 S:      Supported
5371 F:      sound/soc/qcom/
5372
5373 IPS SCSI RAID DRIVER
5374 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5375 L:      linux-scsi@vger.kernel.org
5376 W:      http://www.adaptec.com/
5377 S:      Maintained
5378 F:      drivers/scsi/ips*
5379
5380 IPVS
5381 M:      Wensong Zhang <wensong@linux-vs.org>
5382 M:      Simon Horman <horms@verge.net.au>
5383 M:      Julian Anastasov <ja@ssi.bg>
5384 L:      netdev@vger.kernel.org
5385 L:      lvs-devel@vger.kernel.org
5386 S:      Maintained
5387 F:      Documentation/networking/ipvs-sysctl.txt
5388 F:      include/net/ip_vs.h
5389 F:      include/uapi/linux/ip_vs.h
5390 F:      net/netfilter/ipvs/
5391
5392 IPWIRELESS DRIVER
5393 M:      Jiri Kosina <jkosina@suse.cz>
5394 M:      David Sterba <dsterba@suse.cz>
5395 S:      Odd Fixes
5396 F:      drivers/tty/ipwireless/
5397
5398 IPX NETWORK LAYER
5399 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5400 L:      netdev@vger.kernel.org
5401 S:      Maintained
5402 F:      include/net/ipx.h
5403 F:      include/uapi/linux/ipx.h
5404 F:      net/ipx/
5405
5406 IRDA SUBSYSTEM
5407 M:      Samuel Ortiz <samuel@sortiz.org>
5408 L:      irda-users@lists.sourceforge.net (subscribers-only)
5409 L:      netdev@vger.kernel.org
5410 W:      http://irda.sourceforge.net/
5411 S:      Maintained
5412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5413 F:      Documentation/networking/irda.txt
5414 F:      drivers/net/irda/
5415 F:      include/net/irda/
5416 F:      net/irda/
5417
5418 IRQ SUBSYSTEM
5419 M:      Thomas Gleixner <tglx@linutronix.de>
5420 L:      linux-kernel@vger.kernel.org
5421 S:      Maintained
5422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5423 F:      kernel/irq/
5424
5425 IRQCHIP DRIVERS
5426 M:      Thomas Gleixner <tglx@linutronix.de>
5427 M:      Jason Cooper <jason@lakedaemon.net>
5428 L:      linux-kernel@vger.kernel.org
5429 S:      Maintained
5430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5431 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5432 F:      Documentation/devicetree/bindings/interrupt-controller/
5433 F:      drivers/irqchip/
5434
5435 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5436 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5437 S:      Maintained
5438 F:      Documentation/IRQ-domain.txt
5439 F:      include/linux/irqdomain.h
5440 F:      kernel/irq/irqdomain.c
5441
5442 ISAPNP
5443 M:      Jaroslav Kysela <perex@perex.cz>
5444 S:      Maintained
5445 F:      Documentation/isapnp.txt
5446 F:      drivers/pnp/isapnp/
5447 F:      include/linux/isapnp.h
5448
5449 ISA RADIO MODULE
5450 M:      Hans Verkuil <hverkuil@xs4all.nl>
5451 L:      linux-media@vger.kernel.org
5452 T:      git git://linuxtv.org/media_tree.git
5453 W:      http://linuxtv.org
5454 S:      Maintained
5455 F:      drivers/media/radio/radio-isa*
5456
5457 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5458 M:      Peter Jones <pjones@redhat.com>
5459 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5460 S:      Maintained
5461 F:      drivers/firmware/iscsi_ibft*
5462
5463 ISCSI
5464 M:      Mike Christie <michaelc@cs.wisc.edu>
5465 L:      open-iscsi@googlegroups.com
5466 W:      www.open-iscsi.org
5467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5468 S:      Maintained
5469 F:      drivers/scsi/*iscsi*
5470 F:      include/scsi/*iscsi*
5471
5472 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5473 M:      Or Gerlitz <ogerlitz@mellanox.com>
5474 M:      Sagi Grimberg <sagig@mellanox.com>
5475 M:      Roi Dayan <roid@mellanox.com>
5476 L:      linux-rdma@vger.kernel.org
5477 S:      Supported
5478 W:      http://www.openfabrics.org
5479 W:      www.open-iscsi.org
5480 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5481 F:      drivers/infiniband/ulp/iser/
5482
5483 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5484 M:      Sagi Grimberg <sagig@mellanox.com>
5485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5486 L:      linux-rdma@vger.kernel.org
5487 L:      target-devel@vger.kernel.org
5488 S:      Supported
5489 W:      http://www.linux-iscsi.org
5490 F:      drivers/infiniband/ulp/isert
5491
5492 ISDN SUBSYSTEM
5493 M:      Karsten Keil <isdn@linux-pingi.de>
5494 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5495 L:      netdev@vger.kernel.org
5496 W:      http://www.isdn4linux.de
5497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5498 S:      Maintained
5499 F:      Documentation/isdn/
5500 F:      drivers/isdn/
5501 F:      include/linux/isdn.h
5502 F:      include/linux/isdn/
5503 F:      include/uapi/linux/isdn.h
5504 F:      include/uapi/linux/isdn/
5505
5506 ISDN SUBSYSTEM (Eicon active card driver)
5507 M:      Armin Schindler <mac@melware.de>
5508 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5509 W:      http://www.melware.de
5510 S:      Maintained
5511 F:      drivers/isdn/hardware/eicon/
5512
5513 IT87 HARDWARE MONITORING DRIVER
5514 M:      Jean Delvare <jdelvare@suse.de>
5515 L:      lm-sensors@lm-sensors.org
5516 S:      Maintained
5517 F:      Documentation/hwmon/it87
5518 F:      drivers/hwmon/it87.c
5519
5520 IT913X MEDIA DRIVER
5521 M:      Antti Palosaari <crope@iki.fi>
5522 L:      linux-media@vger.kernel.org
5523 W:      http://linuxtv.org/
5524 W:      http://palosaari.fi/linux/
5525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5526 T:      git git://linuxtv.org/anttip/media_tree.git
5527 S:      Maintained
5528 F:      drivers/media/tuners/it913x*
5529
5530 IVTV VIDEO4LINUX DRIVER
5531 M:      Andy Walls <awalls@md.metrocast.net>
5532 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5533 L:      linux-media@vger.kernel.org
5534 T:      git git://linuxtv.org/media_tree.git
5535 W:      http://www.ivtvdriver.org
5536 S:      Maintained
5537 F:      Documentation/video4linux/*.ivtv
5538 F:      drivers/media/pci/ivtv/
5539 F:      include/uapi/linux/ivtv*
5540
5541 IX2505V MEDIA DRIVER
5542 M:      Malcolm Priestley <tvboxspy@gmail.com>
5543 L:      linux-media@vger.kernel.org
5544 W:      http://linuxtv.org/
5545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5546 S:      Maintained
5547 F:      drivers/media/dvb-frontends/ix2505v*
5548
5549 JC42.4 TEMPERATURE SENSOR DRIVER
5550 M:      Guenter Roeck <linux@roeck-us.net>
5551 L:      lm-sensors@lm-sensors.org
5552 S:      Maintained
5553 F:      drivers/hwmon/jc42.c
5554 F:      Documentation/hwmon/jc42
5555
5556 JFS FILESYSTEM
5557 M:      Dave Kleikamp <shaggy@kernel.org>
5558 L:      jfs-discussion@lists.sourceforge.net
5559 W:      http://jfs.sourceforge.net/
5560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5561 S:      Maintained
5562 F:      Documentation/filesystems/jfs.txt
5563 F:      fs/jfs/
5564
5565 JME NETWORK DRIVER
5566 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5567 L:      netdev@vger.kernel.org
5568 S:      Maintained
5569 F:      drivers/net/ethernet/jme.*
5570
5571 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5572 M:      David Woodhouse <dwmw2@infradead.org>
5573 L:      linux-mtd@lists.infradead.org
5574 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5575 S:      Maintained
5576 F:      fs/jffs2/
5577 F:      include/uapi/linux/jffs2.h
5578
5579 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5580 M:      Andrew Morton <akpm@linux-foundation.org>
5581 M:      Jan Kara <jack@suse.cz>
5582 L:      linux-ext4@vger.kernel.org
5583 S:      Maintained
5584 F:      fs/jbd/
5585 F:      include/linux/jbd.h
5586
5587 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5588 M:      "Theodore Ts'o" <tytso@mit.edu>
5589 L:      linux-ext4@vger.kernel.org
5590 S:      Maintained
5591 F:      fs/jbd2/
5592 F:      include/linux/jbd2.h
5593
5594 JSM Neo PCI based serial card
5595 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5596 L:      linux-serial@vger.kernel.org
5597 S:      Maintained
5598 F:      drivers/tty/serial/jsm/
5599
5600 K10TEMP HARDWARE MONITORING DRIVER
5601 M:      Clemens Ladisch <clemens@ladisch.de>
5602 L:      lm-sensors@lm-sensors.org
5603 S:      Maintained
5604 F:      Documentation/hwmon/k10temp
5605 F:      drivers/hwmon/k10temp.c
5606
5607 K8TEMP HARDWARE MONITORING DRIVER
5608 M:      Rudolf Marek <r.marek@assembler.cz>
5609 L:      lm-sensors@lm-sensors.org
5610 S:      Maintained
5611 F:      Documentation/hwmon/k8temp
5612 F:      drivers/hwmon/k8temp.c
5613
5614 KCONFIG
5615 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5616 L:      linux-kbuild@vger.kernel.org
5617 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5618 S:      Maintained
5619 F:      Documentation/kbuild/kconfig-language.txt
5620 F:      scripts/kconfig/
5621
5622 KDUMP
5623 M:      Vivek Goyal <vgoyal@redhat.com>
5624 M:      Haren Myneni <hbabu@us.ibm.com>
5625 L:      kexec@lists.infradead.org
5626 W:      http://lse.sourceforge.net/kdump/
5627 S:      Maintained
5628 F:      Documentation/kdump/
5629
5630 KEENE FM RADIO TRANSMITTER DRIVER
5631 M:      Hans Verkuil <hverkuil@xs4all.nl>
5632 L:      linux-media@vger.kernel.org
5633 T:      git git://linuxtv.org/media_tree.git
5634 W:      http://linuxtv.org
5635 S:      Maintained
5636 F:      drivers/media/radio/radio-keene*
5637
5638 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5639 M:      Ian Kent <raven@themaw.net>
5640 L:      autofs@vger.kernel.org
5641 S:      Maintained
5642 F:      fs/autofs4/
5643
5644 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5645 M:      Michal Marek <mmarek@suse.cz>
5646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5648 L:      linux-kbuild@vger.kernel.org
5649 S:      Maintained
5650 F:      Documentation/kbuild/
5651 F:      Makefile
5652 F:      scripts/Makefile.*
5653 F:      scripts/basic/
5654 F:      scripts/mk*
5655 F:      scripts/package/
5656
5657 KERNEL JANITORS
5658 L:      kernel-janitors@vger.kernel.org
5659 W:      http://kernelnewbies.org/KernelJanitors
5660 S:      Odd Fixes
5661
5662 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5663 M:      "J. Bruce Fields" <bfields@fieldses.org>
5664 L:      linux-nfs@vger.kernel.org
5665 W:      http://nfs.sourceforge.net/
5666 S:      Supported
5667 F:      fs/nfsd/
5668 F:      include/uapi/linux/nfsd/
5669 F:      fs/lockd/
5670 F:      fs/nfs_common/
5671 F:      net/sunrpc/
5672 F:      include/linux/lockd/
5673 F:      include/linux/sunrpc/
5674 F:      include/uapi/linux/sunrpc/
5675
5676 KERNEL SELFTEST FRAMEWORK
5677 M:      Shuah Khan <shuahkh@osg.samsung.com>
5678 L:      linux-api@vger.kernel.org
5679 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5680 S:      Maintained
5681 F:      tools/testing/selftests
5682
5683 KERNEL VIRTUAL MACHINE (KVM)
5684 M:      Gleb Natapov <gleb@kernel.org>
5685 M:      Paolo Bonzini <pbonzini@redhat.com>
5686 L:      kvm@vger.kernel.org
5687 W:      http://www.linux-kvm.org
5688 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5689 S:      Supported
5690 F:      Documentation/*/kvm*.txt
5691 F:      Documentation/virtual/kvm/
5692 F:      arch/*/kvm/
5693 F:      arch/x86/kernel/kvm.c
5694 F:      arch/x86/kernel/kvmclock.c
5695 F:      arch/*/include/asm/kvm*
5696 F:      include/linux/kvm*
5697 F:      include/uapi/linux/kvm*
5698 F:      virt/kvm/
5699
5700 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5701 M:      Joerg Roedel <joro@8bytes.org>
5702 L:      kvm@vger.kernel.org
5703 W:      http://kvm.qumranet.com
5704 S:      Maintained
5705 F:      arch/x86/include/asm/svm.h
5706 F:      arch/x86/kvm/svm.c
5707
5708 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5709 M:      Alexander Graf <agraf@suse.de>
5710 L:      kvm-ppc@vger.kernel.org
5711 W:      http://kvm.qumranet.com
5712 T:      git git://github.com/agraf/linux-2.6.git
5713 S:      Supported
5714 F:      arch/powerpc/include/asm/kvm*
5715 F:      arch/powerpc/kvm/
5716
5717 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5718 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5719 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5720 M:      linux390@de.ibm.com
5721 L:      linux-s390@vger.kernel.org
5722 W:      http://www.ibm.com/developerworks/linux/linux390/
5723 S:      Supported
5724 F:      Documentation/s390/kvm.txt
5725 F:      arch/s390/include/asm/kvm*
5726 F:      arch/s390/kvm/
5727 F:      drivers/s390/kvm/
5728
5729 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5730 M:      Christoffer Dall <christoffer.dall@linaro.org>
5731 M:      Marc Zyngier <marc.zyngier@arm.com>
5732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5733 L:      kvmarm@lists.cs.columbia.edu
5734 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5735 S:      Supported
5736 F:      arch/arm/include/uapi/asm/kvm*
5737 F:      arch/arm/include/asm/kvm*
5738 F:      arch/arm/kvm/
5739 F:      virt/kvm/arm/
5740 F:      include/kvm/arm_*
5741
5742 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5743 M:      Christoffer Dall <christoffer.dall@linaro.org>
5744 M:      Marc Zyngier <marc.zyngier@arm.com>
5745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5746 L:      kvmarm@lists.cs.columbia.edu
5747 S:      Maintained
5748 F:      arch/arm64/include/uapi/asm/kvm*
5749 F:      arch/arm64/include/asm/kvm*
5750 F:      arch/arm64/kvm/
5751
5752 KEXEC
5753 M:      Eric Biederman <ebiederm@xmission.com>
5754 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5755 L:      kexec@lists.infradead.org
5756 S:      Maintained
5757 F:      include/linux/kexec.h
5758 F:      include/uapi/linux/kexec.h
5759 F:      kernel/kexec.c
5760
5761 KEYS/KEYRINGS:
5762 M:      David Howells <dhowells@redhat.com>
5763 L:      keyrings@linux-nfs.org
5764 S:      Maintained
5765 F:      Documentation/security/keys.txt
5766 F:      include/linux/key.h
5767 F:      include/linux/key-type.h
5768 F:      include/keys/
5769 F:      security/keys/
5770
5771 KEYS-TRUSTED
5772 M:      David Safford <safford@us.ibm.com>
5773 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5774 L:      linux-security-module@vger.kernel.org
5775 L:      keyrings@linux-nfs.org
5776 S:      Supported
5777 F:      Documentation/security/keys-trusted-encrypted.txt
5778 F:      include/keys/trusted-type.h
5779 F:      security/keys/trusted.c
5780 F:      security/keys/trusted.h
5781
5782 KEYS-ENCRYPTED
5783 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5784 M:      David Safford <safford@us.ibm.com>
5785 L:      linux-security-module@vger.kernel.org
5786 L:      keyrings@linux-nfs.org
5787 S:      Supported
5788 F:      Documentation/security/keys-trusted-encrypted.txt
5789 F:      include/keys/encrypted-type.h
5790 F:      security/keys/encrypted-keys/
5791
5792 KGDB / KDB /debug_core
5793 M:      Jason Wessel <jason.wessel@windriver.com>
5794 W:      http://kgdb.wiki.kernel.org/
5795 L:      kgdb-bugreport@lists.sourceforge.net
5796 S:      Maintained
5797 F:      Documentation/DocBook/kgdb.tmpl
5798 F:      drivers/misc/kgdbts.c
5799 F:      drivers/tty/serial/kgdboc.c
5800 F:      include/linux/kdb.h
5801 F:      include/linux/kgdb.h
5802 F:      kernel/debug/
5803
5804 KMEMCHECK
5805 M:      Vegard Nossum <vegardno@ifi.uio.no>
5806 M:      Pekka Enberg <penberg@kernel.org>
5807 S:      Maintained
5808 F:      Documentation/kmemcheck.txt
5809 F:      arch/x86/include/asm/kmemcheck.h
5810 F:      arch/x86/mm/kmemcheck/
5811 F:      include/linux/kmemcheck.h
5812 F:      mm/kmemcheck.c
5813
5814 KMEMLEAK
5815 M:      Catalin Marinas <catalin.marinas@arm.com>
5816 S:      Maintained
5817 F:      Documentation/kmemleak.txt
5818 F:      include/linux/kmemleak.h
5819 F:      mm/kmemleak.c
5820 F:      mm/kmemleak-test.c
5821
5822 KPROBES
5823 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5824 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5825 M:      "David S. Miller" <davem@davemloft.net>
5826 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5827 S:      Maintained
5828 F:      Documentation/kprobes.txt
5829 F:      include/linux/kprobes.h
5830 F:      kernel/kprobes.c
5831
5832 KS0108 LCD CONTROLLER DRIVER
5833 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5834 W:      http://miguelojeda.es/auxdisplay.htm
5835 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5836 S:      Maintained
5837 F:      Documentation/auxdisplay/ks0108
5838 F:      drivers/auxdisplay/ks0108.c
5839 F:      include/linux/ks0108.h
5840
5841 LAPB module
5842 L:      linux-x25@vger.kernel.org
5843 S:      Orphan
5844 F:      Documentation/networking/lapb-module.txt
5845 F:      include/*/lapb.h
5846 F:      net/lapb/
5847
5848 LASI 53c700 driver for PARISC
5849 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5850 L:      linux-scsi@vger.kernel.org
5851 S:      Maintained
5852 F:      Documentation/scsi/53c700.txt
5853 F:      drivers/scsi/53c700*
5854
5855 LED SUBSYSTEM
5856 M:      Bryan Wu <cooloney@gmail.com>
5857 M:      Richard Purdie <rpurdie@rpsys.net>
5858 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5859 L:      linux-leds@vger.kernel.org
5860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5861 S:      Maintained
5862 F:      drivers/leds/
5863 F:      include/linux/leds.h
5864
5865 LEGACY EEPROM DRIVER
5866 M:      Jean Delvare <jdelvare@suse.de>
5867 S:      Maintained
5868 F:      Documentation/misc-devices/eeprom
5869 F:      drivers/misc/eeprom/eeprom.c
5870
5871 LEGO USB Tower driver
5872 M:      Juergen Stuber <starblue@users.sourceforge.net>
5873 L:      legousb-devel@lists.sourceforge.net
5874 W:      http://legousb.sourceforge.net/
5875 S:      Maintained
5876 F:      drivers/usb/misc/legousbtower.c
5877
5878 LG2160 MEDIA DRIVER
5879 M:      Michael Krufky <mkrufky@linuxtv.org>
5880 L:      linux-media@vger.kernel.org
5881 W:      http://linuxtv.org/
5882 W:      http://github.com/mkrufky
5883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5884 T:      git git://linuxtv.org/mkrufky/tuners.git
5885 S:      Maintained
5886 F:      drivers/media/dvb-frontends/lg2160.*
5887
5888 LGDT3305 MEDIA DRIVER
5889 M:      Michael Krufky <mkrufky@linuxtv.org>
5890 L:      linux-media@vger.kernel.org
5891 W:      http://linuxtv.org/
5892 W:      http://github.com/mkrufky
5893 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5894 T:      git git://linuxtv.org/mkrufky/tuners.git
5895 S:      Maintained
5896 F:      drivers/media/dvb-frontends/lgdt3305.*
5897
5898 LGUEST
5899 M:      Rusty Russell <rusty@rustcorp.com.au>
5900 L:      lguest@lists.ozlabs.org
5901 W:      http://lguest.ozlabs.org/
5902 S:      Odd Fixes
5903 F:      arch/x86/include/asm/lguest*.h
5904 F:      arch/x86/lguest/
5905 F:      drivers/lguest/
5906 F:      include/linux/lguest*.h
5907 F:      tools/lguest/
5908
5909 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5910 M:      Tejun Heo <tj@kernel.org>
5911 L:      linux-ide@vger.kernel.org
5912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5913 S:      Maintained
5914 F:      drivers/ata/
5915 F:      include/linux/ata.h
5916 F:      include/linux/libata.h
5917
5918 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5919 M:      Viresh Kumar <viresh.linux@gmail.com>
5920 L:      linux-ide@vger.kernel.org
5921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5922 S:      Maintained
5923 F:      include/linux/pata_arasan_cf_data.h
5924 F:      drivers/ata/pata_arasan_cf.c
5925
5926 LIBATA PATA DRIVERS
5927 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5928 M:      Tejun Heo <tj@kernel.org>
5929 L:      linux-ide@vger.kernel.org
5930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5931 S:      Maintained
5932 F:      drivers/ata/pata_*.c
5933 F:      drivers/ata/ata_generic.c
5934
5935 LIBATA SATA AHCI PLATFORM devices support
5936 M:      Hans de Goede <hdegoede@redhat.com>
5937 M:      Tejun Heo <tj@kernel.org>
5938 L:      linux-ide@vger.kernel.org
5939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5940 S:      Maintained
5941 F:      drivers/ata/ahci_platform.c
5942 F:      drivers/ata/libahci_platform.c
5943 F:      include/linux/ahci_platform.h
5944
5945 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5946 M:      Mikael Pettersson <mikpelinux@gmail.com>
5947 L:      linux-ide@vger.kernel.org
5948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5949 S:      Maintained
5950 F:      drivers/ata/sata_promise.*
5951
5952 LIBLOCKDEP
5953 M:      Sasha Levin <sasha.levin@oracle.com>
5954 S:      Maintained
5955 F:      tools/lib/lockdep/
5956
5957 LINUX FOR IBM pSERIES (RS/6000)
5958 M:      Paul Mackerras <paulus@au.ibm.com>
5959 W:      http://www.ibm.com/linux/ltc/projects/ppc
5960 S:      Supported
5961 F:      arch/powerpc/boot/rs6000.h
5962
5963 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5964 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5965 M:      Paul Mackerras <paulus@samba.org>
5966 M:      Michael Ellerman <mpe@ellerman.id.au>
5967 W:      http://www.penguinppc.org/
5968 L:      linuxppc-dev@lists.ozlabs.org
5969 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5971 S:      Supported
5972 F:      Documentation/powerpc/
5973 F:      arch/powerpc/
5974
5975 LINUX FOR POWER MACINTOSH
5976 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5977 W:      http://www.penguinppc.org/
5978 L:      linuxppc-dev@lists.ozlabs.org
5979 S:      Maintained
5980 F:      arch/powerpc/platforms/powermac/
5981 F:      drivers/macintosh/
5982
5983 LINUX FOR POWERPC EMBEDDED MPC5XXX
5984 M:      Anatolij Gustschin <agust@denx.de>
5985 L:      linuxppc-dev@lists.ozlabs.org
5986 T:      git git://git.denx.de/linux-denx-agust.git
5987 S:      Maintained
5988 F:      arch/powerpc/platforms/512x/
5989 F:      arch/powerpc/platforms/52xx/
5990
5991 LINUX FOR POWERPC EMBEDDED PPC4XX
5992 M:      Alistair Popple <alistair@popple.id.au>
5993 M:      Matt Porter <mporter@kernel.crashing.org>
5994 W:      http://www.penguinppc.org/
5995 L:      linuxppc-dev@lists.ozlabs.org
5996 S:      Maintained
5997 F:      arch/powerpc/platforms/40x/
5998 F:      arch/powerpc/platforms/44x/
5999
6000 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6001 L:      linuxppc-dev@lists.ozlabs.org
6002 S:      Orphan
6003 F:      arch/powerpc/*/*virtex*
6004 F:      arch/powerpc/*/*/*virtex*
6005
6006 LINUX FOR POWERPC EMBEDDED PPC8XX
6007 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6008 W:      http://www.penguinppc.org/
6009 L:      linuxppc-dev@lists.ozlabs.org
6010 S:      Maintained
6011 F:      arch/powerpc/platforms/8xx/
6012
6013 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6014 M:      Scott Wood <scottwood@freescale.com>
6015 M:      Kumar Gala <galak@kernel.crashing.org>
6016 W:      http://www.penguinppc.org/
6017 L:      linuxppc-dev@lists.ozlabs.org
6018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6019 S:      Maintained
6020 F:      arch/powerpc/platforms/83xx/
6021 F:      arch/powerpc/platforms/85xx/
6022
6023 LINUX FOR POWERPC PA SEMI PWRFICIENT
6024 M:      Olof Johansson <olof@lixom.net>
6025 L:      linuxppc-dev@lists.ozlabs.org
6026 S:      Maintained
6027 F:      arch/powerpc/platforms/pasemi/
6028 F:      drivers/*/*pasemi*
6029 F:      drivers/*/*/*pasemi*
6030
6031 LINUX SECURITY MODULE (LSM) FRAMEWORK
6032 M:      Chris Wright <chrisw@sous-sol.org>
6033 L:      linux-security-module@vger.kernel.org
6034 S:      Supported
6035
6036 LIS3LV02D ACCELEROMETER DRIVER
6037 M:      Eric Piel <eric.piel@tremplin-utc.net>
6038 S:      Maintained
6039 F:      Documentation/misc-devices/lis3lv02d
6040 F:      drivers/misc/lis3lv02d/
6041 F:      drivers/platform/x86/hp_accel.c
6042
6043 LIVE PATCHING
6044 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6045 M:      Seth Jennings <sjenning@redhat.com>
6046 M:      Jiri Kosina <jkosina@suse.cz>
6047 M:      Vojtech Pavlik <vojtech@suse.cz>
6048 S:      Maintained
6049 F:      kernel/livepatch/
6050 F:      include/linux/livepatch.h
6051 F:      arch/x86/include/asm/livepatch.h
6052 F:      arch/x86/kernel/livepatch.c
6053 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6054 F:      samples/livepatch/
6055 L:      live-patching@vger.kernel.org
6056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6057
6058 LLC (802.2)
6059 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6060 S:      Maintained
6061 F:      include/linux/llc.h
6062 F:      include/uapi/linux/llc.h
6063 F:      include/net/llc*
6064 F:      net/llc/
6065
6066 LM73 HARDWARE MONITOR DRIVER
6067 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6068 L:      lm-sensors@lm-sensors.org
6069 S:      Maintained
6070 F:      drivers/hwmon/lm73.c
6071
6072 LM78 HARDWARE MONITOR DRIVER
6073 M:      Jean Delvare <jdelvare@suse.de>
6074 L:      lm-sensors@lm-sensors.org
6075 S:      Maintained
6076 F:      Documentation/hwmon/lm78
6077 F:      drivers/hwmon/lm78.c
6078
6079 LM83 HARDWARE MONITOR DRIVER
6080 M:      Jean Delvare <jdelvare@suse.de>
6081 L:      lm-sensors@lm-sensors.org
6082 S:      Maintained
6083 F:      Documentation/hwmon/lm83
6084 F:      drivers/hwmon/lm83.c
6085
6086 LM90 HARDWARE MONITOR DRIVER
6087 M:      Jean Delvare <jdelvare@suse.de>
6088 L:      lm-sensors@lm-sensors.org
6089 S:      Maintained
6090 F:      Documentation/hwmon/lm90
6091 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6092 F:      drivers/hwmon/lm90.c
6093
6094 LM95234 HARDWARE MONITOR DRIVER
6095 M:      Guenter Roeck <linux@roeck-us.net>
6096 L:      lm-sensors@lm-sensors.org
6097 S:      Maintained
6098 F:      Documentation/hwmon/lm95234
6099 F:      drivers/hwmon/lm95234.c
6100
6101 LME2510 MEDIA DRIVER
6102 M:      Malcolm Priestley <tvboxspy@gmail.com>
6103 L:      linux-media@vger.kernel.org
6104 W:      http://linuxtv.org/
6105 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6106 S:      Maintained
6107 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6108
6109 LOCKDEP AND LOCKSTAT
6110 M:      Peter Zijlstra <peterz@infradead.org>
6111 M:      Ingo Molnar <mingo@redhat.com>
6112 L:      linux-kernel@vger.kernel.org
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6114 S:      Maintained
6115 F:      Documentation/locking/lockdep*.txt
6116 F:      Documentation/locking/lockstat.txt
6117 F:      include/linux/lockdep.h
6118 F:      kernel/locking/
6119
6120 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6121 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6122 L:      linux-ntfs-dev@lists.sourceforge.net
6123 W:      http://www.linux-ntfs.org/content/view/19/37/
6124 S:      Maintained
6125 F:      Documentation/ldm.txt
6126 F:      block/partitions/ldm.*
6127
6128 LogFS
6129 M:      Joern Engel <joern@logfs.org>
6130 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6131 L:      logfs@logfs.org
6132 W:      logfs.org
6133 S:      Maintained
6134 F:      fs/logfs/
6135
6136 LPC32XX MACHINE SUPPORT
6137 M:      Roland Stigge <stigge@antcom.de>
6138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6139 S:      Maintained
6140 F:      arch/arm/mach-lpc32xx/
6141
6142 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6143 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6144 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6145 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6146 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6147 L:      MPT-FusionLinux.pdl@avagotech.com
6148 L:      linux-scsi@vger.kernel.org
6149 W:      http://www.lsilogic.com/support
6150 S:      Supported
6151 F:      drivers/message/fusion/
6152 F:      drivers/scsi/mpt2sas/
6153 F:      drivers/scsi/mpt3sas/
6154
6155 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6156 M:      Matthew Wilcox <matthew@wil.cx>
6157 L:      linux-scsi@vger.kernel.org
6158 S:      Maintained
6159 F:      drivers/scsi/sym53c8xx_2/
6160
6161 LTC4261 HARDWARE MONITOR DRIVER
6162 M:      Guenter Roeck <linux@roeck-us.net>
6163 L:      lm-sensors@lm-sensors.org
6164 S:      Maintained
6165 F:      Documentation/hwmon/ltc4261
6166 F:      drivers/hwmon/ltc4261.c
6167
6168 LTP (Linux Test Project)
6169 M:      Mike Frysinger <vapier@gentoo.org>
6170 M:      Cyril Hrubis <chrubis@suse.cz>
6171 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6172 M:      Jan Stancek <jstancek@redhat.com>
6173 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6174 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6175 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6176 W:      http://linux-test-project.github.io/
6177 T:      git git://github.com/linux-test-project/ltp.git
6178 S:      Maintained
6179
6180 M32R ARCHITECTURE
6181 W:      http://www.linux-m32r.org/
6182 S:      Orphan
6183 F:      arch/m32r/
6184
6185 M68K ARCHITECTURE
6186 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6187 L:      linux-m68k@lists.linux-m68k.org
6188 W:      http://www.linux-m68k.org/
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6190 S:      Maintained
6191 F:      arch/m68k/
6192 F:      drivers/zorro/
6193
6194 M68K ON APPLE MACINTOSH
6195 M:      Joshua Thompson <funaho@jurai.org>
6196 W:      http://www.mac.linux-m68k.org/
6197 L:      linux-m68k@lists.linux-m68k.org
6198 S:      Maintained
6199 F:      arch/m68k/mac/
6200
6201 M68K ON HP9000/300
6202 M:      Philip Blundell <philb@gnu.org>
6203 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6204 S:      Maintained
6205 F:      arch/m68k/hp300/
6206
6207 M88DS3103 MEDIA DRIVER
6208 M:      Antti Palosaari <crope@iki.fi>
6209 L:      linux-media@vger.kernel.org
6210 W:      http://linuxtv.org/
6211 W:      http://palosaari.fi/linux/
6212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6213 T:      git git://linuxtv.org/anttip/media_tree.git
6214 S:      Maintained
6215 F:      drivers/media/dvb-frontends/m88ds3103*
6216
6217 M88RS2000 MEDIA DRIVER
6218 M:      Malcolm Priestley <tvboxspy@gmail.com>
6219 L:      linux-media@vger.kernel.org
6220 W:      http://linuxtv.org/
6221 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6222 S:      Maintained
6223 F:      drivers/media/dvb-frontends/m88rs2000*
6224
6225 MA901 MASTERKIT USB FM RADIO DRIVER
6226 M:      Alexey Klimov <klimov.linux@gmail.com>
6227 L:      linux-media@vger.kernel.org
6228 T:      git git://linuxtv.org/media_tree.git
6229 S:      Maintained
6230 F:      drivers/media/radio/radio-ma901.c
6231
6232 MAC80211
6233 M:      Johannes Berg <johannes@sipsolutions.net>
6234 L:      linux-wireless@vger.kernel.org
6235 W:      http://wireless.kernel.org/
6236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6238 S:      Maintained
6239 F:      Documentation/networking/mac80211-injection.txt
6240 F:      include/net/mac80211.h
6241 F:      net/mac80211/
6242
6243 MACVLAN DRIVER
6244 M:      Patrick McHardy <kaber@trash.net>
6245 L:      netdev@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/net/macvlan.c
6248 F:      include/linux/if_macvlan.h
6249
6250 MAILBOX API
6251 M:      Jassi Brar <jassisinghbrar@gmail.com>
6252 L:      linux-kernel@vger.kernel.org
6253 S:      Maintained
6254 F:      drivers/mailbox/
6255 F:      include/linux/mailbox_client.h
6256 F:      include/linux/mailbox_controller.h
6257
6258 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6259 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6260 W:      http://www.kernel.org/doc/man-pages
6261 L:      linux-man@vger.kernel.org
6262 S:      Maintained
6263
6264 MARVELL ARMADA DRM SUPPORT
6265 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6266 S:      Maintained
6267 F:      drivers/gpu/drm/armada/
6268
6269 MARVELL 88E6352 DSA support
6270 M:      Guenter Roeck <linux@roeck-us.net>
6271 S:      Maintained
6272 F:      drivers/net/dsa/mv88e6352.c
6273
6274 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6275 M:      Mirko Lindner <mlindner@marvell.com>
6276 M:      Stephen Hemminger <stephen@networkplumber.org>
6277 L:      netdev@vger.kernel.org
6278 S:      Maintained
6279 F:      drivers/net/ethernet/marvell/sk*
6280
6281 MARVELL LIBERTAS WIRELESS DRIVER
6282 L:      libertas-dev@lists.infradead.org
6283 S:      Orphan
6284 F:      drivers/net/wireless/libertas/
6285
6286 MARVELL MV643XX ETHERNET DRIVER
6287 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6288 L:      netdev@vger.kernel.org
6289 S:      Maintained
6290 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6291 F:      include/linux/mv643xx.h
6292
6293 MARVELL MVNETA ETHERNET DRIVER
6294 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6295 L:      netdev@vger.kernel.org
6296 S:      Maintained
6297 F:      drivers/net/ethernet/marvell/mvneta.*
6298
6299 MARVELL MWIFIEX WIRELESS DRIVER
6300 M:      Amitkumar Karwar <akarwar@marvell.com>
6301 M:      Avinash Patil <patila@marvell.com>
6302 L:      linux-wireless@vger.kernel.org
6303 S:      Maintained
6304 F:      drivers/net/wireless/mwifiex/
6305
6306 MARVELL MWL8K WIRELESS DRIVER
6307 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6308 L:      linux-wireless@vger.kernel.org
6309 S:      Odd Fixes
6310 F:      drivers/net/wireless/mwl8k.c
6311
6312 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6313 M:      Nicolas Pitre <nico@fluxnic.net>
6314 S:      Odd Fixes
6315 F:      drivers/mmc/host/mvsdio.*
6316
6317 MATROX FRAMEBUFFER DRIVER
6318 L:      linux-fbdev@vger.kernel.org
6319 S:      Orphan
6320 F:      drivers/video/fbdev/matrox/matroxfb_*
6321 F:      include/uapi/linux/matroxfb.h
6322
6323 MAX16065 HARDWARE MONITOR DRIVER
6324 M:      Guenter Roeck <linux@roeck-us.net>
6325 L:      lm-sensors@lm-sensors.org
6326 S:      Maintained
6327 F:      Documentation/hwmon/max16065
6328 F:      drivers/hwmon/max16065.c
6329
6330 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6331 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6332 L:      lm-sensors@lm-sensors.org
6333 S:      Maintained
6334 F:      Documentation/hwmon/max6650
6335 F:      drivers/hwmon/max6650.c
6336
6337 MAX6697 HARDWARE MONITOR DRIVER
6338 M:      Guenter Roeck <linux@roeck-us.net>
6339 L:      lm-sensors@lm-sensors.org
6340 S:      Maintained
6341 F:      Documentation/hwmon/max6697
6342 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6343 F:      drivers/hwmon/max6697.c
6344 F:      include/linux/platform_data/max6697.h
6345
6346 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6347 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6348 L:      linux-pm@vger.kernel.org
6349 S:      Supported
6350 F:      drivers/power/max14577_charger.c
6351 F:      drivers/power/max77693_charger.c
6352
6353 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6354 M:      Chanwoo Choi <cw00.choi@samsung.com>
6355 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6356 L:      linux-kernel@vger.kernel.org
6357 S:      Supported
6358 F:      drivers/*/max14577.c
6359 F:      drivers/*/max77686.c
6360 F:      drivers/*/max77693.c
6361 F:      drivers/extcon/extcon-max14577.c
6362 F:      drivers/extcon/extcon-max77693.c
6363 F:      drivers/rtc/rtc-max77686.c
6364 F:      drivers/clk/clk-max77686.c
6365 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6366 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6367 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6368 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6369 F:      include/linux/mfd/max14577*.h
6370 F:      include/linux/mfd/max77686*.h
6371 F:      include/linux/mfd/max77693*.h
6372
6373 MAXIRADIO FM RADIO RECEIVER DRIVER
6374 M:      Hans Verkuil <hverkuil@xs4all.nl>
6375 L:      linux-media@vger.kernel.org
6376 T:      git git://linuxtv.org/media_tree.git
6377 W:      http://linuxtv.org
6378 S:      Maintained
6379 F:      drivers/media/radio/radio-maxiradio*
6380
6381 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6382 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6383 P:      LinuxTV.org Project
6384 L:      linux-media@vger.kernel.org
6385 W:      http://linuxtv.org
6386 Q:      http://patchwork.kernel.org/project/linux-media/list/
6387 T:      git git://linuxtv.org/media_tree.git
6388 S:      Maintained
6389 F:      Documentation/dvb/
6390 F:      Documentation/video4linux/
6391 F:      Documentation/DocBook/media/
6392 F:      drivers/media/
6393 F:      drivers/staging/media/
6394 F:      include/media/
6395 F:      include/uapi/linux/dvb/
6396 F:      include/uapi/linux/videodev2.h
6397 F:      include/uapi/linux/media.h
6398 F:      include/uapi/linux/v4l2-*
6399 F:      include/uapi/linux/meye.h
6400 F:      include/uapi/linux/ivtv*
6401 F:      include/uapi/linux/uvcvideo.h
6402
6403 MEGARAID SCSI/SAS DRIVERS
6404 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6405 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6406 M:      Uday Lingala <uday.lingala@avagotech.com>
6407 L:      megaraidlinux.pdl@avagotech.com
6408 L:      linux-scsi@vger.kernel.org
6409 W:      http://www.lsi.com
6410 S:      Maintained
6411 F:      Documentation/scsi/megaraid.txt
6412 F:      drivers/scsi/megaraid.*
6413 F:      drivers/scsi/megaraid/
6414
6415 MELLANOX ETHERNET DRIVER (mlx4_en)
6416 M:      Amir Vadai <amirv@mellanox.com>
6417 M:      Ido Shamay <idos@mellanox.com>
6418 L:      netdev@vger.kernel.org
6419 S:      Supported
6420 W:      http://www.mellanox.com
6421 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6422 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6423
6424 MEMORY MANAGEMENT
6425 L:      linux-mm@kvack.org
6426 W:      http://www.linux-mm.org
6427 S:      Maintained
6428 F:      include/linux/mm.h
6429 F:      include/linux/gfp.h
6430 F:      include/linux/mmzone.h
6431 F:      include/linux/memory_hotplug.h
6432 F:      include/linux/vmalloc.h
6433 F:      mm/
6434
6435 MEMORY TECHNOLOGY DEVICES (MTD)
6436 M:      David Woodhouse <dwmw2@infradead.org>
6437 M:      Brian Norris <computersforpeace@gmail.com>
6438 L:      linux-mtd@lists.infradead.org
6439 W:      http://www.linux-mtd.infradead.org/
6440 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6441 T:      git git://git.infradead.org/linux-mtd.git
6442 T:      git git://git.infradead.org/l2-mtd.git
6443 S:      Maintained
6444 F:      drivers/mtd/
6445 F:      include/linux/mtd/
6446 F:      include/uapi/mtd/
6447
6448 MEN A21 WATCHDOG DRIVER
6449 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6450 L:      linux-watchdog@vger.kernel.org
6451 S:      Supported
6452 F:      drivers/watchdog/mena21_wdt.c
6453
6454 MEN CHAMELEON BUS (mcb)
6455 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6456 S:      Supported
6457 F:      drivers/mcb/
6458 F:      include/linux/mcb.h
6459
6460 MEN F21BMC (Board Management Controller)
6461 M:      Andreas Werner <andreas.werner@men.de>
6462 S:      Supported
6463 F:      drivers/mfd/menf21bmc.c
6464 F:      drivers/watchdog/menf21bmc_wdt.c
6465 F:      drivers/leds/leds-menf21bmc.c
6466 F:      drivers/hwmon/menf21bmc_hwmon.c
6467 F:      Documentation/hwmon/menf21bmc
6468
6469 METAG ARCHITECTURE
6470 M:      James Hogan <james.hogan@imgtec.com>
6471 L:      linux-metag@vger.kernel.org
6472 S:      Supported
6473 F:      arch/metag/
6474 F:      Documentation/metag/
6475 F:      Documentation/devicetree/bindings/metag/
6476 F:      drivers/clocksource/metag_generic.c
6477 F:      drivers/irqchip/irq-metag.c
6478 F:      drivers/irqchip/irq-metag-ext.c
6479 F:      drivers/tty/metag_da.c
6480
6481 MICROBLAZE ARCHITECTURE
6482 M:      Michal Simek <monstr@monstr.eu>
6483 W:      http://www.monstr.eu/fdt/
6484 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6485 S:      Supported
6486 F:      arch/microblaze/
6487
6488 MICROTEK X6 SCANNER
6489 M:      Oliver Neukum <oliver@neukum.org>
6490 S:      Maintained
6491 F:      drivers/usb/image/microtek.*
6492
6493 MIPS
6494 M:      Ralf Baechle <ralf@linux-mips.org>
6495 L:      linux-mips@linux-mips.org
6496 W:      http://www.linux-mips.org/
6497 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6498 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6499 S:      Supported
6500 F:      Documentation/mips/
6501 F:      arch/mips/
6502
6503 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6504 M:      Hans Verkuil <hverkuil@xs4all.nl>
6505 L:      linux-media@vger.kernel.org
6506 T:      git git://linuxtv.org/media_tree.git
6507 W:      http://linuxtv.org
6508 S:      Odd Fixes
6509 F:      drivers/media/radio/radio-miropcm20*
6510
6511 Mellanox MLX5 core VPI driver
6512 M:      Eli Cohen <eli@mellanox.com>
6513 L:      netdev@vger.kernel.org
6514 L:      linux-rdma@vger.kernel.org
6515 W:      http://www.mellanox.com
6516 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6517 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6518 T:      git git://openfabrics.org/~eli/connect-ib.git
6519 S:      Supported
6520 F:      drivers/net/ethernet/mellanox/mlx5/core/
6521 F:      include/linux/mlx5/
6522
6523 Mellanox MLX5 IB driver
6524 M:      Eli Cohen <eli@mellanox.com>
6525 L:      linux-rdma@vger.kernel.org
6526 W:      http://www.mellanox.com
6527 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6528 T:      git git://openfabrics.org/~eli/connect-ib.git
6529 S:      Supported
6530 F:      include/linux/mlx5/
6531 F:      drivers/infiniband/hw/mlx5/
6532
6533 MN88472 MEDIA DRIVER
6534 M:      Antti Palosaari <crope@iki.fi>
6535 L:      linux-media@vger.kernel.org
6536 W:      http://linuxtv.org/
6537 W:      http://palosaari.fi/linux/
6538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6539 T:      git git://linuxtv.org/anttip/media_tree.git
6540 S:      Maintained
6541 F:      drivers/staging/media/mn88472/
6542 F:      drivers/media/dvb-frontends/mn88472.h
6543
6544 MN88473 MEDIA DRIVER
6545 M:      Antti Palosaari <crope@iki.fi>
6546 L:      linux-media@vger.kernel.org
6547 W:      http://linuxtv.org/
6548 W:      http://palosaari.fi/linux/
6549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6550 T:      git git://linuxtv.org/anttip/media_tree.git
6551 S:      Maintained
6552 F:      drivers/staging/media/mn88473/
6553 F:      drivers/media/dvb-frontends/mn88473.h
6554
6555 MODULE SUPPORT
6556 M:      Rusty Russell <rusty@rustcorp.com.au>
6557 S:      Maintained
6558 F:      include/linux/module.h
6559 F:      kernel/module.c
6560
6561 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6562 W:      http://popies.net/meye/
6563 S:      Orphan
6564 F:      Documentation/video4linux/meye.txt
6565 F:      drivers/media/pci/meye/
6566 F:      include/uapi/linux/meye.h
6567
6568 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6569 M:      Jiri Slaby <jirislaby@gmail.com>
6570 S:      Maintained
6571 F:      Documentation/serial/moxa-smartio
6572 F:      drivers/tty/mxser.*
6573
6574 MR800 AVERMEDIA USB FM RADIO DRIVER
6575 M:      Alexey Klimov <klimov.linux@gmail.com>
6576 L:      linux-media@vger.kernel.org
6577 T:      git git://linuxtv.org/media_tree.git
6578 S:      Maintained
6579 F:      drivers/media/radio/radio-mr800.c
6580
6581 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6582 M:      Alan Ott <alan@signal11.us>
6583 L:      linux-wpan@vger.kernel.org
6584 S:      Maintained
6585 F:      drivers/net/ieee802154/mrf24j40.c
6586
6587 MSI LAPTOP SUPPORT
6588 M:      "Lee, Chun-Yi" <jlee@suse.com>
6589 L:      platform-driver-x86@vger.kernel.org
6590 S:      Maintained
6591 F:      drivers/platform/x86/msi-laptop.c
6592
6593 MSI WMI SUPPORT
6594 M:      Anisse Astier <anisse@astier.eu>
6595 L:      platform-driver-x86@vger.kernel.org
6596 S:      Supported
6597 F:      drivers/platform/x86/msi-wmi.c
6598
6599 MSI001 MEDIA DRIVER
6600 M:      Antti Palosaari <crope@iki.fi>
6601 L:      linux-media@vger.kernel.org
6602 W:      http://linuxtv.org/
6603 W:      http://palosaari.fi/linux/
6604 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6605 T:      git git://linuxtv.org/anttip/media_tree.git
6606 S:      Maintained
6607 F:      drivers/media/tuners/msi001*
6608
6609 MSI2500 MEDIA DRIVER
6610 M:      Antti Palosaari <crope@iki.fi>
6611 L:      linux-media@vger.kernel.org
6612 W:      http://linuxtv.org/
6613 W:      http://palosaari.fi/linux/
6614 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6615 T:      git git://linuxtv.org/anttip/media_tree.git
6616 S:      Maintained
6617 F:      drivers/media/usb/msi2500/
6618
6619 MT9M032 APTINA SENSOR DRIVER
6620 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6621 L:      linux-media@vger.kernel.org
6622 T:      git git://linuxtv.org/media_tree.git
6623 S:      Maintained
6624 F:      drivers/media/i2c/mt9m032.c
6625 F:      include/media/mt9m032.h
6626
6627 MT9P031 APTINA CAMERA SENSOR
6628 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6629 L:      linux-media@vger.kernel.org
6630 T:      git git://linuxtv.org/media_tree.git
6631 S:      Maintained
6632 F:      drivers/media/i2c/mt9p031.c
6633 F:      include/media/mt9p031.h
6634
6635 MT9T001 APTINA CAMERA SENSOR
6636 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6637 L:      linux-media@vger.kernel.org
6638 T:      git git://linuxtv.org/media_tree.git
6639 S:      Maintained
6640 F:      drivers/media/i2c/mt9t001.c
6641 F:      include/media/mt9t001.h
6642
6643 MT9V032 APTINA CAMERA SENSOR
6644 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6645 L:      linux-media@vger.kernel.org
6646 T:      git git://linuxtv.org/media_tree.git
6647 S:      Maintained
6648 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6649 F:      drivers/media/i2c/mt9v032.c
6650 F:      include/media/mt9v032.h
6651
6652 MULTIFUNCTION DEVICES (MFD)
6653 M:      Samuel Ortiz <sameo@linux.intel.com>
6654 M:      Lee Jones <lee.jones@linaro.org>
6655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6656 S:      Supported
6657 F:      drivers/mfd/
6658 F:      include/linux/mfd/
6659
6660 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6661 M:      Ulf Hansson <ulf.hansson@linaro.org>
6662 L:      linux-mmc@vger.kernel.org
6663 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6664 S:      Maintained
6665 F:      drivers/mmc/
6666 F:      include/linux/mmc/
6667 F:      include/uapi/linux/mmc/
6668
6669 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6670 S:      Orphan
6671 F:      drivers/mmc/host/mmc_spi.c
6672 F:      include/linux/spi/mmc_spi.h
6673
6674 MULTISOUND SOUND DRIVER
6675 M:      Andrew Veliath <andrewtv@usa.net>
6676 S:      Maintained
6677 F:      Documentation/sound/oss/MultiSound
6678 F:      sound/oss/msnd*
6679
6680 MULTITECH MULTIPORT CARD (ISICOM)
6681 S:      Orphan
6682 F:      drivers/tty/isicom.c
6683 F:      include/linux/isicom.h
6684
6685 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6686 M:      Felipe Balbi <balbi@ti.com>
6687 L:      linux-usb@vger.kernel.org
6688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6689 S:      Maintained
6690 F:      drivers/usb/musb/
6691
6692 MXL5007T MEDIA DRIVER
6693 M:      Michael Krufky <mkrufky@linuxtv.org>
6694 L:      linux-media@vger.kernel.org
6695 W:      http://linuxtv.org/
6696 W:      http://github.com/mkrufky
6697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6698 T:      git git://linuxtv.org/mkrufky/tuners.git
6699 S:      Maintained
6700 F:      drivers/media/tuners/mxl5007t.*
6701
6702 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6703 M:      Hyong-Youb Kim <hykim@myri.com>
6704 L:      netdev@vger.kernel.org
6705 W:      https://www.myricom.com/support/downloads/myri10ge.html
6706 S:      Supported
6707 F:      drivers/net/ethernet/myricom/myri10ge/
6708
6709 NATSEMI ETHERNET DRIVER (DP8381x)
6710 S:      Orphan
6711 F:      drivers/net/ethernet/natsemi/natsemi.c
6712
6713 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6714 M:      Daniel Mack <zonque@gmail.com>
6715 S:      Maintained
6716 L:      alsa-devel@alsa-project.org
6717 W:      http://www.native-instruments.com
6718 F:      sound/usb/caiaq/
6719
6720 NCP FILESYSTEM
6721 M:      Petr Vandrovec <petr@vandrovec.name>
6722 S:      Odd Fixes
6723 F:      fs/ncpfs/
6724
6725 NCR 5380 SCSI DRIVERS
6726 M:      Finn Thain <fthain@telegraphics.com.au>
6727 M:      Michael Schmitz <schmitzmic@gmail.com>
6728 L:      linux-scsi@vger.kernel.org
6729 S:      Maintained
6730 F:      Documentation/scsi/g_NCR5380.txt
6731 F:      drivers/scsi/NCR5380.*
6732 F:      drivers/scsi/arm/cumana_1.c
6733 F:      drivers/scsi/arm/oak.c
6734 F:      drivers/scsi/atari_NCR5380.c
6735 F:      drivers/scsi/atari_scsi.*
6736 F:      drivers/scsi/dmx3191d.c
6737 F:      drivers/scsi/dtc.*
6738 F:      drivers/scsi/g_NCR5380.*
6739 F:      drivers/scsi/g_NCR5380_mmio.c
6740 F:      drivers/scsi/mac_scsi.*
6741 F:      drivers/scsi/pas16.*
6742 F:      drivers/scsi/sun3_scsi.*
6743 F:      drivers/scsi/sun3_scsi_vme.c
6744 F:      drivers/scsi/t128.*
6745
6746 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6747 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6748 L:      linux-scsi@vger.kernel.org
6749 S:      Maintained
6750 F:      drivers/scsi/NCR_D700.*
6751
6752 NCT6775 HARDWARE MONITOR DRIVER
6753 M:      Guenter Roeck <linux@roeck-us.net>
6754 L:      lm-sensors@lm-sensors.org
6755 S:      Maintained
6756 F:      Documentation/hwmon/nct6775
6757 F:      drivers/hwmon/nct6775.c
6758
6759 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6760 M:      Faisal Latif <faisal.latif@intel.com>
6761 L:      linux-rdma@vger.kernel.org
6762 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6763 S:      Supported
6764 F:      drivers/infiniband/hw/nes/
6765
6766 NETEM NETWORK EMULATOR
6767 M:      Stephen Hemminger <stephen@networkplumber.org>
6768 L:      netem@lists.linux-foundation.org
6769 S:      Maintained
6770 F:      net/sched/sch_netem.c
6771
6772 NETERION 10GbE DRIVERS (s2io/vxge)
6773 M:      Jon Mason <jdmason@kudzu.us>
6774 L:      netdev@vger.kernel.org
6775 S:      Supported
6776 F:      Documentation/networking/s2io.txt
6777 F:      Documentation/networking/vxge.txt
6778 F:      drivers/net/ethernet/neterion/
6779
6780 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6781 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6782 M:      Patrick McHardy <kaber@trash.net>
6783 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6784 L:      netfilter-devel@vger.kernel.org
6785 L:      coreteam@netfilter.org
6786 W:      http://www.netfilter.org/
6787 W:      http://www.iptables.org/
6788 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6791 S:      Supported
6792 F:      include/linux/netfilter*
6793 F:      include/linux/netfilter/
6794 F:      include/net/netfilter/
6795 F:      include/uapi/linux/netfilter*
6796 F:      include/uapi/linux/netfilter/
6797 F:      net/*/netfilter.c
6798 F:      net/*/netfilter/
6799 F:      net/netfilter/
6800
6801 NETLABEL
6802 M:      Paul Moore <paul@paul-moore.com>
6803 W:      http://netlabel.sf.net
6804 L:      netdev@vger.kernel.org
6805 S:      Maintained
6806 F:      Documentation/netlabel/
6807 F:      include/net/netlabel.h
6808 F:      net/netlabel/
6809
6810 NETROM NETWORK LAYER
6811 M:      Ralf Baechle <ralf@linux-mips.org>
6812 L:      linux-hams@vger.kernel.org
6813 W:      http://www.linux-ax25.org/
6814 S:      Maintained
6815 F:      include/net/netrom.h
6816 F:      include/uapi/linux/netrom.h
6817 F:      net/netrom/
6818
6819 NETWORK BLOCK DEVICE (NBD)
6820 M:      Markus Pargmann <mpa@pengutronix.de>
6821 S:      Maintained
6822 L:      nbd-general@lists.sourceforge.net
6823 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6824 F:      Documentation/blockdev/nbd.txt
6825 F:      drivers/block/nbd.c
6826 F:      include/linux/nbd.h
6827 F:      include/uapi/linux/nbd.h
6828
6829 NETWORK DROP MONITOR
6830 M:      Neil Horman <nhorman@tuxdriver.com>
6831 L:      netdev@vger.kernel.org
6832 S:      Maintained
6833 W:      https://fedorahosted.org/dropwatch/
6834 F:      net/core/drop_monitor.c
6835
6836 NETWORKING [GENERAL]
6837 M:      "David S. Miller" <davem@davemloft.net>
6838 L:      netdev@vger.kernel.org
6839 W:      http://www.linuxfoundation.org/en/Net
6840 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6843 S:      Maintained
6844 F:      net/
6845 F:      include/net/
6846 F:      include/linux/in.h
6847 F:      include/linux/net.h
6848 F:      include/linux/netdevice.h
6849 F:      include/uapi/linux/in.h
6850 F:      include/uapi/linux/net.h
6851 F:      include/uapi/linux/netdevice.h
6852 F:      include/uapi/linux/net_namespace.h
6853 F:      tools/net/
6854 F:      tools/testing/selftests/net/
6855 F:      lib/random32.c
6856 F:      lib/test_bpf.c
6857
6858 NETWORKING [IPv4/IPv6]
6859 M:      "David S. Miller" <davem@davemloft.net>
6860 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6861 M:      James Morris <jmorris@namei.org>
6862 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6863 M:      Patrick McHardy <kaber@trash.net>
6864 L:      netdev@vger.kernel.org
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6866 S:      Maintained
6867 F:      net/ipv4/
6868 F:      net/ipv6/
6869 F:      include/net/ip*
6870 F:      arch/x86/net/*
6871
6872 NETWORKING [IPSEC]
6873 M:      Steffen Klassert <steffen.klassert@secunet.com>
6874 M:      Herbert Xu <herbert@gondor.apana.org.au>
6875 M:      "David S. Miller" <davem@davemloft.net>
6876 L:      netdev@vger.kernel.org
6877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6879 S:      Maintained
6880 F:      net/core/flow.c
6881 F:      net/xfrm/
6882 F:      net/key/
6883 F:      net/ipv4/xfrm*
6884 F:      net/ipv4/esp4.c
6885 F:      net/ipv4/ah4.c
6886 F:      net/ipv4/ipcomp.c
6887 F:      net/ipv4/ip_vti.c
6888 F:      net/ipv6/xfrm*
6889 F:      net/ipv6/esp6.c
6890 F:      net/ipv6/ah6.c
6891 F:      net/ipv6/ipcomp6.c
6892 F:      net/ipv6/ip6_vti.c
6893 F:      include/uapi/linux/xfrm.h
6894 F:      include/net/xfrm.h
6895
6896 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6897 M:      Paul Moore <paul@paul-moore.com>
6898 L:      netdev@vger.kernel.org
6899 S:      Maintained
6900
6901 NETWORKING [WIRELESS]
6902 L:      linux-wireless@vger.kernel.org
6903 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6904
6905 NETWORKING DRIVERS
6906 L:      netdev@vger.kernel.org
6907 W:      http://www.linuxfoundation.org/en/Net
6908 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6911 S:      Odd Fixes
6912 F:      drivers/net/
6913 F:      include/linux/if_*
6914 F:      include/linux/netdevice.h
6915 F:      include/linux/arcdevice.h
6916 F:      include/linux/etherdevice.h
6917 F:      include/linux/fcdevice.h
6918 F:      include/linux/fddidevice.h
6919 F:      include/linux/hippidevice.h
6920 F:      include/linux/inetdevice.h
6921 F:      include/uapi/linux/if_*
6922 F:      include/uapi/linux/netdevice.h
6923
6924 NETWORKING DRIVERS (WIRELESS)
6925 M:      Kalle Valo <kvalo@codeaurora.org>
6926 L:      linux-wireless@vger.kernel.org
6927 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6929 S:      Maintained
6930 F:      drivers/net/wireless/
6931
6932 NETXEN (1/10) GbE SUPPORT
6933 M:      Manish Chopra <manish.chopra@qlogic.com>
6934 M:      Sony Chacko <sony.chacko@qlogic.com>
6935 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6936 L:      netdev@vger.kernel.org
6937 W:      http://www.qlogic.com
6938 S:      Supported
6939 F:      drivers/net/ethernet/qlogic/netxen/
6940
6941 NFC SUBSYSTEM
6942 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6943 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6944 M:      Samuel Ortiz <sameo@linux.intel.com>
6945 L:      linux-wireless@vger.kernel.org
6946 L:      linux-nfc@lists.01.org (subscribers-only)
6947 S:      Supported
6948 F:      net/nfc/
6949 F:      include/net/nfc/
6950 F:      include/uapi/linux/nfc.h
6951 F:      drivers/nfc/
6952 F:      include/linux/platform_data/pn544.h
6953 F:      Documentation/devicetree/bindings/net/nfc/
6954
6955 NFS, SUNRPC, AND LOCKD CLIENTS
6956 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6957 M:      Anna Schumaker <anna.schumaker@netapp.com>
6958 L:      linux-nfs@vger.kernel.org
6959 W:      http://client.linux-nfs.org
6960 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6961 S:      Maintained
6962 F:      fs/lockd/
6963 F:      fs/nfs/
6964 F:      fs/nfs_common/
6965 F:      net/sunrpc/
6966 F:      include/linux/lockd/
6967 F:      include/linux/nfs*
6968 F:      include/linux/sunrpc/
6969 F:      include/uapi/linux/nfs*
6970 F:      include/uapi/linux/sunrpc/
6971
6972 NILFS2 FILESYSTEM
6973 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6974 L:      linux-nilfs@vger.kernel.org
6975 W:      http://nilfs.sourceforge.net/
6976 T:      git git://github.com/konis/nilfs2.git
6977 S:      Supported
6978 F:      Documentation/filesystems/nilfs2.txt
6979 F:      fs/nilfs2/
6980 F:      include/linux/nilfs2_fs.h
6981
6982 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6983 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6984 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6985 S:      Maintained
6986 F:      Documentation/scsi/NinjaSCSI.txt
6987 F:      drivers/scsi/pcmcia/nsp_*
6988
6989 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6990 M:      GOTO Masanori <gotom@debian.or.jp>
6991 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6992 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6993 S:      Maintained
6994 F:      Documentation/scsi/NinjaSCSI.txt
6995 F:      drivers/scsi/nsp32*
6996
6997 NIOS2 ARCHITECTURE
6998 M:      Ley Foon Tan <lftan@altera.com>
6999 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7000 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7001 S:      Maintained
7002 F:      arch/nios2/
7003
7004 NOKIA N900 POWER SUPPLY DRIVERS
7005 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7006 S:      Maintained
7007 F:      include/linux/power/bq2415x_charger.h
7008 F:      include/linux/power/bq27x00_battery.h
7009 F:      include/linux/power/isp1704_charger.h
7010 F:      drivers/power/bq2415x_charger.c
7011 F:      drivers/power/bq27x00_battery.c
7012 F:      drivers/power/isp1704_charger.c
7013 F:      drivers/power/rx51_battery.c
7014
7015 NTB DRIVER
7016 M:      Jon Mason <jdmason@kudzu.us>
7017 M:      Dave Jiang <dave.jiang@intel.com>
7018 S:      Supported
7019 W:      https://github.com/jonmason/ntb/wiki
7020 T:      git git://github.com/jonmason/ntb.git
7021 F:      drivers/ntb/
7022 F:      drivers/net/ntb_netdev.c
7023 F:      include/linux/ntb.h
7024
7025 NTFS FILESYSTEM
7026 M:      Anton Altaparmakov <anton@tuxera.com>
7027 L:      linux-ntfs-dev@lists.sourceforge.net
7028 W:      http://www.tuxera.com/
7029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7030 S:      Supported
7031 F:      Documentation/filesystems/ntfs.txt
7032 F:      fs/ntfs/
7033
7034 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7035 M:      Antonino Daplas <adaplas@gmail.com>
7036 L:      linux-fbdev@vger.kernel.org
7037 S:      Maintained
7038 F:      drivers/video/fbdev/riva/
7039 F:      drivers/video/fbdev/nvidia/
7040
7041 NVM EXPRESS DRIVER
7042 M:      Matthew Wilcox <willy@linux.intel.com>
7043 L:      linux-nvme@lists.infradead.org
7044 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7045 S:      Supported
7046 F:      drivers/block/nvme*
7047 F:      include/linux/nvme.h
7048
7049 NXP-NCI NFC DRIVER
7050 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7051 R:      Charles Gorand <charles.gorand@effinnov.com>
7052 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7053 S:      Supported
7054 F:      drivers/nfc/nxp-nci
7055
7056 NXP TDA998X DRM DRIVER
7057 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7058 S:      Supported
7059 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7060 F:      include/drm/i2c/tda998x.h
7061
7062 NXP TFA9879 DRIVER
7063 M:      Peter Rosin <peda@axentia.se>
7064 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7065 S:      Maintained
7066 F:      sound/soc/codecs/tfa9879*
7067
7068 OMAP SUPPORT
7069 M:      Tony Lindgren <tony@atomide.com>
7070 L:      linux-omap@vger.kernel.org
7071 W:      http://www.muru.com/linux/omap/
7072 W:      http://linux.omap.com/
7073 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7075 S:      Maintained
7076 F:      arch/arm/*omap*/
7077 F:      arch/arm/configs/omap1_defconfig
7078 F:      arch/arm/configs/omap2plus_defconfig
7079 F:      drivers/i2c/busses/i2c-omap.c
7080 F:      drivers/irqchip/irq-omap-intc.c
7081 F:      drivers/mfd/*omap*.c
7082 F:      drivers/mfd/menelaus.c
7083 F:      drivers/mfd/palmas.c
7084 F:      drivers/mfd/tps65217.c
7085 F:      drivers/mfd/tps65218.c
7086 F:      drivers/mfd/tps65910.c
7087 F:      drivers/mfd/twl-core.[ch]
7088 F:      drivers/mfd/twl4030*.c
7089 F:      drivers/mfd/twl6030*.c
7090 F:      drivers/mfd/twl6040*.c
7091 F:      drivers/regulator/palmas-regulator*.c
7092 F:      drivers/regulator/pbias-regulator.c
7093 F:      drivers/regulator/tps65217-regulator.c
7094 F:      drivers/regulator/tps65218-regulator.c
7095 F:      drivers/regulator/tps65910-regulator.c
7096 F:      drivers/regulator/twl-regulator.c
7097 F:      include/linux/i2c-omap.h
7098
7099 OMAP DEVICE TREE SUPPORT
7100 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7101 M:      Tony Lindgren <tony@atomide.com>
7102 L:      linux-omap@vger.kernel.org
7103 L:      devicetree@vger.kernel.org
7104 S:      Maintained
7105 F:      arch/arm/boot/dts/*omap*
7106 F:      arch/arm/boot/dts/*am3*
7107 F:      arch/arm/boot/dts/*am4*
7108 F:      arch/arm/boot/dts/*am5*
7109 F:      arch/arm/boot/dts/*dra7*
7110
7111 OMAP CLOCK FRAMEWORK SUPPORT
7112 M:      Paul Walmsley <paul@pwsan.com>
7113 L:      linux-omap@vger.kernel.org
7114 S:      Maintained
7115 F:      arch/arm/*omap*/*clock*
7116
7117 OMAP POWER MANAGEMENT SUPPORT
7118 M:      Kevin Hilman <khilman@deeprootsystems.com>
7119 L:      linux-omap@vger.kernel.org
7120 S:      Maintained
7121 F:      arch/arm/*omap*/*pm*
7122 F:      drivers/cpufreq/omap-cpufreq.c
7123
7124 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7125 M:      Rajendra Nayak <rnayak@ti.com>
7126 M:      Paul Walmsley <paul@pwsan.com>
7127 L:      linux-omap@vger.kernel.org
7128 S:      Maintained
7129 F:      arch/arm/mach-omap2/prm*
7130
7131 OMAP AUDIO SUPPORT
7132 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7133 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7134 L:      alsa-devel@alsa-project.org (subscribers-only)
7135 L:      linux-omap@vger.kernel.org
7136 S:      Maintained
7137 F:      sound/soc/omap/
7138
7139 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7140 M:      Roger Quadros <rogerq@ti.com>
7141 M:      Tony Lindgren <tony@atomide.com>
7142 L:      linux-omap@vger.kernel.org
7143 S:      Maintained
7144 F:      drivers/memory/omap-gpmc.c
7145 F:      arch/arm/mach-omap2/*gpmc*
7146
7147 OMAP FRAMEBUFFER SUPPORT
7148 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7149 L:      linux-fbdev@vger.kernel.org
7150 L:      linux-omap@vger.kernel.org
7151 S:      Maintained
7152 F:      drivers/video/fbdev/omap/
7153
7154 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7155 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7156 L:      linux-omap@vger.kernel.org
7157 L:      linux-fbdev@vger.kernel.org
7158 S:      Maintained
7159 F:      drivers/video/fbdev/omap2/
7160 F:      Documentation/arm/OMAP/DSS
7161
7162 OMAP HARDWARE SPINLOCK SUPPORT
7163 M:      Ohad Ben-Cohen <ohad@wizery.com>
7164 L:      linux-omap@vger.kernel.org
7165 S:      Maintained
7166 F:      drivers/hwspinlock/omap_hwspinlock.c
7167 F:      arch/arm/mach-omap2/hwspinlock.c
7168
7169 OMAP MMC SUPPORT
7170 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7171 L:      linux-omap@vger.kernel.org
7172 S:      Maintained
7173 F:      drivers/mmc/host/omap.c
7174
7175 OMAP HS MMC SUPPORT
7176 L:      linux-mmc@vger.kernel.org
7177 L:      linux-omap@vger.kernel.org
7178 S:      Orphan
7179 F:      drivers/mmc/host/omap_hsmmc.c
7180
7181 OMAP RANDOM NUMBER GENERATOR SUPPORT
7182 M:      Deepak Saxena <dsaxena@plexity.net>
7183 S:      Maintained
7184 F:      drivers/char/hw_random/omap-rng.c
7185
7186 OMAP HWMOD SUPPORT
7187 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7188 M:      Paul Walmsley <paul@pwsan.com>
7189 L:      linux-omap@vger.kernel.org
7190 S:      Maintained
7191 F:      arch/arm/mach-omap2/omap_hwmod.*
7192
7193 OMAP HWMOD DATA
7194 M:      Paul Walmsley <paul@pwsan.com>
7195 L:      linux-omap@vger.kernel.org
7196 S:      Maintained
7197 F:      arch/arm/mach-omap2/omap_hwmod*data*
7198
7199 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7200 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7201 L:      linux-omap@vger.kernel.org
7202 S:      Maintained
7203 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7204
7205 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7206 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7207 L:      linux-media@vger.kernel.org
7208 S:      Maintained
7209 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7210 F:      drivers/media/platform/omap3isp/
7211 F:      drivers/staging/media/omap4iss/
7212
7213 OMAP USB SUPPORT
7214 M:      Felipe Balbi <balbi@ti.com>
7215 L:      linux-usb@vger.kernel.org
7216 L:      linux-omap@vger.kernel.org
7217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7218 S:      Maintained
7219 F:      drivers/usb/*/*omap*
7220 F:      arch/arm/*omap*/usb*
7221
7222 OMAP GPIO DRIVER
7223 M:      Javier Martinez Canillas <javier@dowhile0.org>
7224 M:      Santosh Shilimkar <ssantosh@kernel.org>
7225 M:      Kevin Hilman <khilman@deeprootsystems.com>
7226 L:      linux-omap@vger.kernel.org
7227 S:      Maintained
7228 F:      drivers/gpio/gpio-omap.c
7229
7230 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7231 M:      Mark Jackson <mpfj@newflow.co.uk>
7232 L:      linux-omap@vger.kernel.org
7233 S:      Maintained
7234 F:      arch/arm/boot/dts/am335x-nano.dts
7235
7236 OMFS FILESYSTEM
7237 M:      Bob Copeland <me@bobcopeland.com>
7238 L:      linux-karma-devel@lists.sourceforge.net
7239 S:      Maintained
7240 F:      Documentation/filesystems/omfs.txt
7241 F:      fs/omfs/
7242
7243 OMNIKEY CARDMAN 4000 DRIVER
7244 M:      Harald Welte <laforge@gnumonks.org>
7245 S:      Maintained
7246 F:      drivers/char/pcmcia/cm4000_cs.c
7247 F:      include/linux/cm4000_cs.h
7248 F:      include/uapi/linux/cm4000_cs.h
7249
7250 OMNIKEY CARDMAN 4040 DRIVER
7251 M:      Harald Welte <laforge@gnumonks.org>
7252 S:      Maintained
7253 F:      drivers/char/pcmcia/cm4040_cs.*
7254
7255 OMNIVISION OV7670 SENSOR DRIVER
7256 M:      Jonathan Corbet <corbet@lwn.net>
7257 L:      linux-media@vger.kernel.org
7258 T:      git git://linuxtv.org/media_tree.git
7259 S:      Maintained
7260 F:      drivers/media/i2c/ov7670.c
7261
7262 ONENAND FLASH DRIVER
7263 M:      Kyungmin Park <kyungmin.park@samsung.com>
7264 L:      linux-mtd@lists.infradead.org
7265 S:      Maintained
7266 F:      drivers/mtd/onenand/
7267 F:      include/linux/mtd/onenand*.h
7268
7269 ONSTREAM SCSI TAPE DRIVER
7270 M:      Willem Riede <osst@riede.org>
7271 L:      osst-users@lists.sourceforge.net
7272 L:      linux-scsi@vger.kernel.org
7273 S:      Maintained
7274 F:      Documentation/scsi/osst.txt
7275 F:      drivers/scsi/osst.*
7276 F:      drivers/scsi/osst_*.h
7277 F:      drivers/scsi/st.h
7278
7279 OPENCORES I2C BUS DRIVER
7280 M:      Peter Korsgaard <jacmet@sunsite.dk>
7281 L:      linux-i2c@vger.kernel.org
7282 S:      Maintained
7283 F:      Documentation/i2c/busses/i2c-ocores
7284 F:      drivers/i2c/busses/i2c-ocores.c
7285
7286 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7287 M:      Grant Likely <grant.likely@linaro.org>
7288 M:      Rob Herring <robh+dt@kernel.org>
7289 L:      devicetree@vger.kernel.org
7290 W:      http://www.devicetree.org/
7291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7292 S:      Maintained
7293 F:      drivers/of/
7294 F:      include/linux/of*.h
7295 F:      scripts/dtc/
7296
7297 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7298 M:      Rob Herring <robh+dt@kernel.org>
7299 M:      Pawel Moll <pawel.moll@arm.com>
7300 M:      Mark Rutland <mark.rutland@arm.com>
7301 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7302 M:      Kumar Gala <galak@codeaurora.org>
7303 L:      devicetree@vger.kernel.org
7304 S:      Maintained
7305 F:      Documentation/devicetree/
7306 F:      arch/*/boot/dts/
7307 F:      include/dt-bindings/
7308
7309 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7310 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7311 L:      devicetree@vger.kernel.org
7312 S:      Maintained
7313 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7314 F:      Documentation/devicetree/overlay-notes.txt
7315 F:      drivers/of/overlay.c
7316 F:      drivers/of/resolver.c
7317
7318 OPENRISC ARCHITECTURE
7319 M:      Jonas Bonn <jonas@southpole.se>
7320 W:      http://openrisc.net
7321 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7322 S:      Maintained
7323 T:      git git://openrisc.net/~jonas/linux
7324 F:      arch/openrisc/
7325
7326 OPENVSWITCH
7327 M:      Pravin Shelar <pshelar@nicira.com>
7328 L:      netdev@vger.kernel.org
7329 L:      dev@openvswitch.org
7330 W:      http://openvswitch.org
7331 S:      Maintained
7332 F:      net/openvswitch/
7333 F:      include/uapi/linux/openvswitch.h
7334
7335 OPL4 DRIVER
7336 M:      Clemens Ladisch <clemens@ladisch.de>
7337 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7338 T:      git git://git.alsa-project.org/alsa-kernel.git
7339 S:      Maintained
7340 F:      sound/drivers/opl4/
7341
7342 OPROFILE
7343 M:      Robert Richter <rric@kernel.org>
7344 L:      oprofile-list@lists.sf.net
7345 S:      Maintained
7346 F:      arch/*/include/asm/oprofile*.h
7347 F:      arch/*/oprofile/
7348 F:      drivers/oprofile/
7349 F:      include/linux/oprofile.h
7350
7351 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7352 M:      Mark Fasheh <mfasheh@suse.com>
7353 M:      Joel Becker <jlbec@evilplan.org>
7354 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7355 W:      http://ocfs2.wiki.kernel.org
7356 S:      Supported
7357 F:      Documentation/filesystems/ocfs2.txt
7358 F:      Documentation/filesystems/dlmfs.txt
7359 F:      fs/ocfs2/
7360
7361 ORINOCO DRIVER
7362 L:      linux-wireless@vger.kernel.org
7363 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7364 W:      http://www.nongnu.org/orinoco/
7365 S:      Orphan
7366 F:      drivers/net/wireless/orinoco/
7367
7368 OSD LIBRARY and FILESYSTEM
7369 M:      Boaz Harrosh <ooo@electrozaur.com>
7370 M:      Benny Halevy <bhalevy@primarydata.com>
7371 L:      osd-dev@open-osd.org
7372 W:      http://open-osd.org
7373 T:      git git://git.open-osd.org/open-osd.git
7374 S:      Maintained
7375 F:      drivers/scsi/osd/
7376 F:      include/scsi/osd_*
7377 F:      fs/exofs/
7378
7379 OVERLAY FILESYSTEM
7380 M:      Miklos Szeredi <miklos@szeredi.hu>
7381 L:      linux-unionfs@vger.kernel.org
7382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7383 S:      Supported
7384 F:      fs/overlayfs/
7385 F:      Documentation/filesystems/overlayfs.txt
7386
7387 P54 WIRELESS DRIVER
7388 M:      Christian Lamparter <chunkeey@googlemail.com>
7389 L:      linux-wireless@vger.kernel.org
7390 W:      http://wireless.kernel.org/en/users/Drivers/p54
7391 S:      Maintained
7392 F:      drivers/net/wireless/p54/
7393
7394 PA SEMI ETHERNET DRIVER
7395 M:      Olof Johansson <olof@lixom.net>
7396 L:      netdev@vger.kernel.org
7397 S:      Maintained
7398 F:      drivers/net/ethernet/pasemi/*
7399
7400 PA SEMI SMBUS DRIVER
7401 M:      Olof Johansson <olof@lixom.net>
7402 L:      linux-i2c@vger.kernel.org
7403 S:      Maintained
7404 F:      drivers/i2c/busses/i2c-pasemi.c
7405
7406 PADATA PARALLEL EXECUTION MECHANISM
7407 M:      Steffen Klassert <steffen.klassert@secunet.com>
7408 L:      linux-crypto@vger.kernel.org
7409 S:      Maintained
7410 F:      kernel/padata.c
7411 F:      include/linux/padata.h
7412 F:      Documentation/padata.txt
7413
7414 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7415 M:      Harald Welte <laforge@gnumonks.org>
7416 L:      platform-driver-x86@vger.kernel.org
7417 S:      Maintained
7418 F:      drivers/platform/x86/panasonic-laptop.c
7419
7420 PANASONIC MN10300/AM33/AM34 PORT
7421 M:      David Howells <dhowells@redhat.com>
7422 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7423 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7424 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7425 S:      Maintained
7426 F:      Documentation/mn10300/
7427 F:      arch/mn10300/
7428
7429 PARALLEL PORT SUPPORT
7430 L:      linux-parport@lists.infradead.org (subscribers-only)
7431 S:      Orphan
7432 F:      drivers/parport/
7433 F:      include/linux/parport*.h
7434 F:      drivers/char/ppdev.c
7435 F:      include/uapi/linux/ppdev.h
7436
7437 PARAVIRT_OPS INTERFACE
7438 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7439 M:      Chris Wright <chrisw@sous-sol.org>
7440 M:      Alok Kataria <akataria@vmware.com>
7441 M:      Rusty Russell <rusty@rustcorp.com.au>
7442 L:      virtualization@lists.linux-foundation.org
7443 S:      Supported
7444 F:      Documentation/virtual/paravirt_ops.txt
7445 F:      arch/*/kernel/paravirt*
7446 F:      arch/*/include/asm/paravirt.h
7447
7448 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7449 M:      Tim Waugh <tim@cyberelk.net>
7450 L:      linux-parport@lists.infradead.org (subscribers-only)
7451 W:      http://www.torque.net/linux-pp.html
7452 S:      Maintained
7453 F:      Documentation/blockdev/paride.txt
7454 F:      drivers/block/paride/
7455
7456 PARISC ARCHITECTURE
7457 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7458 M:      Helge Deller <deller@gmx.de>
7459 L:      linux-parisc@vger.kernel.org
7460 W:      http://www.parisc-linux.org/
7461 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7464 S:      Maintained
7465 F:      arch/parisc/
7466 F:      Documentation/parisc/
7467 F:      drivers/parisc/
7468 F:      drivers/char/agp/parisc-agp.c
7469 F:      drivers/input/serio/gscps2.c
7470 F:      drivers/parport/parport_gsc.*
7471 F:      drivers/tty/serial/8250/8250_gsc.c
7472 F:      drivers/video/fbdev/sti*
7473 F:      drivers/video/console/sti*
7474 F:      drivers/video/logo/logo_parisc*
7475
7476 PC87360 HARDWARE MONITORING DRIVER
7477 M:      Jim Cromie <jim.cromie@gmail.com>
7478 L:      lm-sensors@lm-sensors.org
7479 S:      Maintained
7480 F:      Documentation/hwmon/pc87360
7481 F:      drivers/hwmon/pc87360.c
7482
7483 PC8736x GPIO DRIVER
7484 M:      Jim Cromie <jim.cromie@gmail.com>
7485 S:      Maintained
7486 F:      drivers/char/pc8736x_gpio.c
7487
7488 PC87427 HARDWARE MONITORING DRIVER
7489 M:      Jean Delvare <jdelvare@suse.de>
7490 L:      lm-sensors@lm-sensors.org
7491 S:      Maintained
7492 F:      Documentation/hwmon/pc87427
7493 F:      drivers/hwmon/pc87427.c
7494
7495 PCA9532 LED DRIVER
7496 M:      Riku Voipio <riku.voipio@iki.fi>
7497 S:      Maintained
7498 F:      drivers/leds/leds-pca9532.c
7499 F:      include/linux/leds-pca9532.h
7500
7501 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7502 M:      Guenter Roeck <linux@roeck-us.net>
7503 L:      linux-i2c@vger.kernel.org
7504 S:      Maintained
7505 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7506
7507 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7508 M:      Khalid Aziz <khalid@gonehiking.org>
7509 S:      Maintained
7510 F:      drivers/firmware/pcdp.*
7511
7512 PCI ERROR RECOVERY
7513 M:      Linas Vepstas <linasvepstas@gmail.com>
7514 L:      linux-pci@vger.kernel.org
7515 S:      Supported
7516 F:      Documentation/PCI/pci-error-recovery.txt
7517
7518 PCI SUBSYSTEM
7519 M:      Bjorn Helgaas <bhelgaas@google.com>
7520 L:      linux-pci@vger.kernel.org
7521 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7523 S:      Supported
7524 F:      Documentation/PCI/
7525 F:      drivers/pci/
7526 F:      include/linux/pci*
7527 F:      arch/x86/pci/
7528 F:      arch/x86/kernel/quirks.c
7529
7530 PCI DRIVER FOR ARM VERSATILE PLATFORM
7531 M:      Rob Herring <robh@kernel.org>
7532 L:      linux-pci@vger.kernel.org
7533 L:      linux-arm-kernel@lists.infradead.org
7534 S:      Maintained
7535 F:      Documentation/devicetree/bindings/pci/versatile.txt
7536 F:      drivers/pci/host/pci-versatile.c
7537
7538 PCI DRIVER FOR APPLIEDMICRO XGENE
7539 M:      Tanmay Inamdar <tinamdar@apm.com>
7540 L:      linux-pci@vger.kernel.org
7541 L:      linux-arm-kernel@lists.infradead.org
7542 S:      Maintained
7543 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7544 F:      drivers/pci/host/pci-xgene.c
7545
7546 PCI DRIVER FOR FREESCALE LAYERSCAPE
7547 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7548 M:      Mingkai Hu <mingkai.hu@freescale.com>
7549 M:      Roy Zang <tie-fei.zang@freescale.com>
7550 L:      linuxppc-dev@lists.ozlabs.org
7551 L:      linux-pci@vger.kernel.org
7552 L:      linux-arm-kernel@lists.infradead.org
7553 S:      Maintained
7554 F:      drivers/pci/host/*layerscape*
7555
7556 PCI DRIVER FOR IMX6
7557 M:      Richard Zhu <Richard.Zhu@freescale.com>
7558 M:      Lucas Stach <l.stach@pengutronix.de>
7559 L:      linux-pci@vger.kernel.org
7560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7561 S:      Maintained
7562 F:      drivers/pci/host/*imx6*
7563
7564 PCI DRIVER FOR TI KEYSTONE
7565 M:      Murali Karicheri <m-karicheri2@ti.com>
7566 L:      linux-pci@vger.kernel.org
7567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7568 S:      Maintained
7569 F:      drivers/pci/host/*keystone*
7570
7571 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7572 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7573 M:      Jason Cooper <jason@lakedaemon.net>
7574 L:      linux-pci@vger.kernel.org
7575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7576 S:      Maintained
7577 F:      drivers/pci/host/*mvebu*
7578
7579 PCI DRIVER FOR NVIDIA TEGRA
7580 M:      Thierry Reding <thierry.reding@gmail.com>
7581 L:      linux-tegra@vger.kernel.org
7582 L:      linux-pci@vger.kernel.org
7583 S:      Supported
7584 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7585 F:      drivers/pci/host/pci-tegra.c
7586
7587 PCI DRIVER FOR TI DRA7XX
7588 M:      Kishon Vijay Abraham I <kishon@ti.com>
7589 L:      linux-omap@vger.kernel.org
7590 L:      linux-pci@vger.kernel.org
7591 S:      Supported
7592 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7593 F:      drivers/pci/host/pci-dra7xx.c
7594
7595 PCI DRIVER FOR RENESAS R-CAR
7596 M:      Simon Horman <horms@verge.net.au>
7597 L:      linux-pci@vger.kernel.org
7598 L:      linux-sh@vger.kernel.org
7599 S:      Maintained
7600 F:      drivers/pci/host/*rcar*
7601
7602 PCI DRIVER FOR SAMSUNG EXYNOS
7603 M:      Jingoo Han <jingoohan1@gmail.com>
7604 L:      linux-pci@vger.kernel.org
7605 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7606 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7607 S:      Maintained
7608 F:      drivers/pci/host/pci-exynos.c
7609
7610 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7611 M:      Jingoo Han <jingoohan1@gmail.com>
7612 L:      linux-pci@vger.kernel.org
7613 S:      Maintained
7614 F:      drivers/pci/host/*designware*
7615
7616 PCI DRIVER FOR GENERIC OF HOSTS
7617 M:      Will Deacon <will.deacon@arm.com>
7618 L:      linux-pci@vger.kernel.org
7619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7620 S:      Maintained
7621 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7622 F:      drivers/pci/host/pci-host-generic.c
7623
7624 PCIE DRIVER FOR ST SPEAR13XX
7625 L:      linux-pci@vger.kernel.org
7626 S:      Orphan
7627 F:      drivers/pci/host/*spear*
7628
7629 PCMCIA SUBSYSTEM
7630 P:      Linux PCMCIA Team
7631 L:      linux-pcmcia@lists.infradead.org
7632 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7634 S:      Maintained
7635 F:      Documentation/pcmcia/
7636 F:      drivers/pcmcia/
7637 F:      include/pcmcia/
7638
7639 PCNET32 NETWORK DRIVER
7640 M:      Don Fry <pcnet32@frontier.com>
7641 L:      netdev@vger.kernel.org
7642 S:      Maintained
7643 F:      drivers/net/ethernet/amd/pcnet32.c
7644
7645 PCRYPT PARALLEL CRYPTO ENGINE
7646 M:      Steffen Klassert <steffen.klassert@secunet.com>
7647 L:      linux-crypto@vger.kernel.org
7648 S:      Maintained
7649 F:      crypto/pcrypt.c
7650 F:      include/crypto/pcrypt.h
7651
7652 PER-CPU MEMORY ALLOCATOR
7653 M:      Tejun Heo <tj@kernel.org>
7654 M:      Christoph Lameter <cl@linux-foundation.org>
7655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7656 S:      Maintained
7657 F:      include/linux/percpu*.h
7658 F:      mm/percpu*.c
7659 F:      arch/*/include/asm/percpu.h
7660
7661 PER-TASK DELAY ACCOUNTING
7662 M:      Balbir Singh <bsingharora@gmail.com>
7663 S:      Maintained
7664 F:      include/linux/delayacct.h
7665 F:      kernel/delayacct.c
7666
7667 PERFORMANCE EVENTS SUBSYSTEM
7668 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7669 M:      Paul Mackerras <paulus@samba.org>
7670 M:      Ingo Molnar <mingo@redhat.com>
7671 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7672 L:      linux-kernel@vger.kernel.org
7673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7674 S:      Supported
7675 F:      kernel/events/*
7676 F:      include/linux/perf_event.h
7677 F:      include/uapi/linux/perf_event.h
7678 F:      arch/*/kernel/perf_event*.c
7679 F:      arch/*/kernel/*/perf_event*.c
7680 F:      arch/*/kernel/*/*/perf_event*.c
7681 F:      arch/*/include/asm/perf_event.h
7682 F:      arch/*/kernel/perf_callchain.c
7683 F:      tools/perf/
7684
7685 PERSONALITY HANDLING
7686 M:      Christoph Hellwig <hch@infradead.org>
7687 L:      linux-abi-devel@lists.sourceforge.net
7688 S:      Maintained
7689 F:      include/linux/personality.h
7690 F:      include/uapi/linux/personality.h
7691
7692 PHONET PROTOCOL
7693 M:      Remi Denis-Courmont <courmisch@gmail.com>
7694 S:      Supported
7695 F:      Documentation/networking/phonet.txt
7696 F:      include/linux/phonet.h
7697 F:      include/net/phonet/
7698 F:      include/uapi/linux/phonet.h
7699 F:      net/phonet/
7700
7701 PHRAM MTD DRIVER
7702 M:      Joern Engel <joern@lazybastard.org>
7703 L:      linux-mtd@lists.infradead.org
7704 S:      Maintained
7705 F:      drivers/mtd/devices/phram.c
7706
7707 PICOLCD HID DRIVER
7708 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7709 L:      linux-input@vger.kernel.org
7710 S:      Maintained
7711 F:      drivers/hid/hid-picolcd*
7712
7713 PICOXCELL SUPPORT
7714 M:      Jamie Iles <jamie@jamieiles.com>
7715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7716 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7717 S:      Supported
7718 F:      arch/arm/boot/dts/picoxcell*
7719 F:      arch/arm/mach-picoxcell/
7720 F:      drivers/crypto/picoxcell*
7721
7722 PIN CONTROL SUBSYSTEM
7723 M:      Linus Walleij <linus.walleij@linaro.org>
7724 L:      linux-gpio@vger.kernel.org
7725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7726 S:      Maintained
7727 F:      drivers/pinctrl/
7728 F:      include/linux/pinctrl/
7729
7730 PIN CONTROLLER - ATMEL AT91
7731 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7733 S:      Maintained
7734 F:      drivers/pinctrl/pinctrl-at91.*
7735
7736 PIN CONTROLLER - INTEL
7737 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7738 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7739 S:      Maintained
7740 F:      drivers/pinctrl/intel/
7741
7742 PIN CONTROLLER - RENESAS
7743 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7744 L:      linux-sh@vger.kernel.org
7745 S:      Maintained
7746 F:      drivers/pinctrl/sh-pfc/
7747
7748 PIN CONTROLLER - SAMSUNG
7749 M:      Tomasz Figa <tomasz.figa@gmail.com>
7750 M:      Thomas Abraham <thomas.abraham@linaro.org>
7751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7752 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7753 S:      Maintained
7754 F:      drivers/pinctrl/samsung/
7755
7756 PIN CONTROLLER - ST SPEAR
7757 M:      Viresh Kumar <viresh.linux@gmail.com>
7758 L:      spear-devel@list.st.com
7759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7760 W:      http://www.st.com/spear
7761 S:      Maintained
7762 F:      drivers/pinctrl/spear/
7763
7764 PKTCDVD DRIVER
7765 M:      Jiri Kosina <jkosina@suse.cz>
7766 S:      Maintained
7767 F:      drivers/block/pktcdvd.c
7768 F:      include/linux/pktcdvd.h
7769 F:      include/uapi/linux/pktcdvd.h
7770
7771 PKUNITY SOC DRIVERS
7772 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7773 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7774 S:      Maintained
7775 T:      git git://github.com/gxt/linux.git
7776 F:      drivers/input/serio/i8042-unicore32io.h
7777 F:      drivers/i2c/busses/i2c-puv3.c
7778 F:      drivers/video/fbdev/fb-puv3.c
7779 F:      drivers/rtc/rtc-puv3.c
7780
7781 PMBUS HARDWARE MONITORING DRIVERS
7782 M:      Guenter Roeck <linux@roeck-us.net>
7783 L:      lm-sensors@lm-sensors.org
7784 W:      http://www.lm-sensors.org/
7785 W:      http://www.roeck-us.net/linux/drivers/
7786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7787 S:      Maintained
7788 F:      Documentation/hwmon/pmbus
7789 F:      drivers/hwmon/pmbus/
7790 F:      include/linux/i2c/pmbus.h
7791
7792 PMC SIERRA MaxRAID DRIVER
7793 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7794 L:      linux-scsi@vger.kernel.org
7795 W:      http://www.pmc-sierra.com/
7796 S:      Supported
7797 F:      drivers/scsi/pmcraid.*
7798
7799 PMC SIERRA PM8001 DRIVER
7800 M:      xjtuwjp@gmail.com
7801 M:      lindar_liu@usish.com
7802 L:      pmchba@pmcs.com
7803 L:      linux-scsi@vger.kernel.org
7804 S:      Supported
7805 F:      drivers/scsi/pm8001/
7806
7807 POSIX CLOCKS and TIMERS
7808 M:      Thomas Gleixner <tglx@linutronix.de>
7809 L:      linux-kernel@vger.kernel.org
7810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7811 S:      Maintained
7812 F:      fs/timerfd.c
7813 F:      include/linux/timer*
7814 F:      kernel/time/*timer*
7815
7816 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7817 M:      Sebastian Reichel <sre@kernel.org>
7818 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7819 M:      David Woodhouse <dwmw2@infradead.org>
7820 L:      linux-pm@vger.kernel.org
7821 T:      git git://git.infradead.org/battery-2.6.git
7822 S:      Maintained
7823 F:      include/linux/power_supply.h
7824 F:      drivers/power/
7825
7826 PNP SUPPORT
7827 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7828 S:      Maintained
7829 F:      drivers/pnp/
7830
7831 PNXxxxx I2C DRIVER
7832 M:      Vitaly Wool <vitalywool@gmail.com>
7833 L:      linux-i2c@vger.kernel.org
7834 S:      Maintained
7835 F:      drivers/i2c/busses/i2c-pnx.c
7836
7837 PPP PROTOCOL DRIVERS AND COMPRESSORS
7838 M:      Paul Mackerras <paulus@samba.org>
7839 L:      linux-ppp@vger.kernel.org
7840 S:      Maintained
7841 F:      drivers/net/ppp/ppp_*
7842
7843 PPP OVER ATM (RFC 2364)
7844 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7845 S:      Maintained
7846 F:      net/atm/pppoatm.c
7847 F:      include/uapi/linux/atmppp.h
7848
7849 PPP OVER ETHERNET
7850 M:      Michal Ostrowski <mostrows@earthlink.net>
7851 S:      Maintained
7852 F:      drivers/net/ppp/pppoe.c
7853 F:      drivers/net/ppp/pppox.c
7854
7855 PPP OVER L2TP
7856 M:      James Chapman <jchapman@katalix.com>
7857 S:      Maintained
7858 F:      net/l2tp/l2tp_ppp.c
7859 F:      include/linux/if_pppol2tp.h
7860 F:      include/uapi/linux/if_pppol2tp.h
7861
7862 PPS SUPPORT
7863 M:      Rodolfo Giometti <giometti@enneenne.com>
7864 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7865 L:      linuxpps@ml.enneenne.com (subscribers-only)
7866 S:      Maintained
7867 F:      Documentation/pps/
7868 F:      drivers/pps/
7869 F:      include/linux/pps*.h
7870
7871 PPTP DRIVER
7872 M:      Dmitry Kozlov <xeb@mail.ru>
7873 L:      netdev@vger.kernel.org
7874 S:      Maintained
7875 F:      drivers/net/ppp/pptp.c
7876 W:      http://sourceforge.net/projects/accel-pptp
7877
7878 PREEMPTIBLE KERNEL
7879 M:      Robert Love <rml@tech9.net>
7880 L:      kpreempt-tech@lists.sourceforge.net
7881 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7882 S:      Supported
7883 F:      Documentation/preempt-locking.txt
7884 F:      include/linux/preempt.h
7885
7886 PRISM54 WIRELESS DRIVER
7887 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7888 L:      linux-wireless@vger.kernel.org
7889 W:      http://wireless.kernel.org/en/users/Drivers/p54
7890 S:      Obsolete
7891 F:      drivers/net/wireless/prism54/
7892
7893 PS3 NETWORK SUPPORT
7894 M:      Geoff Levand <geoff@infradead.org>
7895 L:      netdev@vger.kernel.org
7896 L:      cbe-oss-dev@lists.ozlabs.org
7897 S:      Maintained
7898 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7899
7900 PS3 PLATFORM SUPPORT
7901 M:      Geoff Levand <geoff@infradead.org>
7902 L:      linuxppc-dev@lists.ozlabs.org
7903 L:      cbe-oss-dev@lists.ozlabs.org
7904 S:      Maintained
7905 F:      arch/powerpc/boot/ps3*
7906 F:      arch/powerpc/include/asm/lv1call.h
7907 F:      arch/powerpc/include/asm/ps3*.h
7908 F:      arch/powerpc/platforms/ps3/
7909 F:      drivers/*/ps3*
7910 F:      drivers/ps3/
7911 F:      drivers/rtc/rtc-ps3.c
7912 F:      drivers/usb/host/*ps3.c
7913 F:      sound/ppc/snd_ps3*
7914
7915 PS3VRAM DRIVER
7916 M:      Jim Paris <jim@jtan.com>
7917 L:      cbe-oss-dev@lists.ozlabs.org
7918 S:      Maintained
7919 F:      drivers/block/ps3vram.c
7920
7921 PSTORE FILESYSTEM
7922 M:      Anton Vorontsov <anton@enomsg.org>
7923 M:      Colin Cross <ccross@android.com>
7924 M:      Kees Cook <keescook@chromium.org>
7925 M:      Tony Luck <tony.luck@intel.com>
7926 S:      Maintained
7927 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7928 F:      fs/pstore/
7929 F:      include/linux/pstore*
7930 F:      drivers/firmware/efi/efi-pstore.c
7931 F:      drivers/acpi/apei/erst.c
7932
7933 PTP HARDWARE CLOCK SUPPORT
7934 M:      Richard Cochran <richardcochran@gmail.com>
7935 L:      netdev@vger.kernel.org
7936 S:      Maintained
7937 W:      http://linuxptp.sourceforge.net/
7938 F:      Documentation/ABI/testing/sysfs-ptp
7939 F:      Documentation/ptp/*
7940 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7941 F:      drivers/net/phy/dp83640*
7942 F:      drivers/ptp/*
7943 F:      include/linux/ptp_cl*
7944
7945 PTRACE SUPPORT
7946 M:      Roland McGrath <roland@hack.frob.com>
7947 M:      Oleg Nesterov <oleg@redhat.com>
7948 S:      Maintained
7949 F:      include/asm-generic/syscall.h
7950 F:      include/linux/ptrace.h
7951 F:      include/linux/regset.h
7952 F:      include/linux/tracehook.h
7953 F:      include/uapi/linux/ptrace.h
7954 F:      kernel/ptrace.c
7955
7956 PVRUSB2 VIDEO4LINUX DRIVER
7957 M:      Mike Isely <isely@pobox.com>
7958 L:      pvrusb2@isely.net       (subscribers-only)
7959 L:      linux-media@vger.kernel.org
7960 W:      http://www.isely.net/pvrusb2/
7961 T:      git git://linuxtv.org/media_tree.git
7962 S:      Maintained
7963 F:      Documentation/video4linux/README.pvrusb2
7964 F:      drivers/media/usb/pvrusb2/
7965
7966 PWC WEBCAM DRIVER
7967 M:      Hans de Goede <hdegoede@redhat.com>
7968 L:      linux-media@vger.kernel.org
7969 T:      git git://linuxtv.org/media_tree.git
7970 S:      Maintained
7971 F:      drivers/media/usb/pwc/*
7972
7973 PWM FAN DRIVER
7974 M:      Kamil Debski <k.debski@samsung.com>
7975 L:      lm-sensors@lm-sensors.org
7976 S:      Supported
7977 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7978 F:      Documentation/hwmon/pwm-fan
7979 F:      drivers/hwmon/pwm-fan.c
7980
7981 PWM SUBSYSTEM
7982 M:      Thierry Reding <thierry.reding@gmail.com>
7983 L:      linux-pwm@vger.kernel.org
7984 S:      Maintained
7985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7986 F:      Documentation/pwm.txt
7987 F:      Documentation/devicetree/bindings/pwm/
7988 F:      include/linux/pwm.h
7989 F:      drivers/pwm/
7990 F:      drivers/video/backlight/pwm_bl.c
7991 F:      include/linux/pwm_backlight.h
7992
7993 PXA2xx/PXA3xx SUPPORT
7994 M:      Daniel Mack <daniel@zonque.org>
7995 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7996 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7998 T:      git git://github.com/hzhuang1/linux.git
7999 T:      git git://github.com/rjarzmik/linux.git
8000 S:      Maintained
8001 F:      arch/arm/mach-pxa/
8002 F:      drivers/pcmcia/pxa2xx*
8003 F:      drivers/spi/spi-pxa2xx*
8004 F:      drivers/usb/gadget/udc/pxa2*
8005 F:      include/sound/pxa2xx-lib.h
8006 F:      sound/arm/pxa*
8007 F:      sound/soc/pxa/
8008
8009 PXA3xx NAND FLASH DRIVER
8010 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8011 L:      linux-mtd@lists.infradead.org
8012 S:      Maintained
8013 F:      drivers/mtd/nand/pxa3xx_nand.c
8014
8015 MMP SUPPORT
8016 M:      Eric Miao <eric.y.miao@gmail.com>
8017 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8019 T:      git git://github.com/hzhuang1/linux.git
8020 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8021 S:      Maintained
8022 F:      arch/arm/mach-mmp/
8023
8024 PXA MMCI DRIVER
8025 S:      Orphan
8026
8027 PXA RTC DRIVER
8028 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8029 L:      rtc-linux@googlegroups.com
8030 S:      Maintained
8031
8032 QAT DRIVER
8033 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8034 L:      qat-linux@intel.com
8035 S:      Supported
8036 F:      drivers/crypto/qat/
8037
8038 QIB DRIVER
8039 M:      Mike Marciniszyn <infinipath@intel.com>
8040 L:      linux-rdma@vger.kernel.org
8041 S:      Supported
8042 F:      drivers/infiniband/hw/qib/
8043
8044 QLOGIC QLA1280 SCSI DRIVER
8045 M:      Michael Reed <mdr@sgi.com>
8046 L:      linux-scsi@vger.kernel.org
8047 S:      Maintained
8048 F:      drivers/scsi/qla1280.[ch]
8049
8050 QLOGIC QLA2XXX FC-SCSI DRIVER
8051 M:      qla2xxx-upstream@qlogic.com
8052 L:      linux-scsi@vger.kernel.org
8053 S:      Supported
8054 F:      Documentation/scsi/LICENSE.qla2xxx
8055 F:      drivers/scsi/qla2xxx/
8056
8057 QLOGIC QLA4XXX iSCSI DRIVER
8058 M:      QLogic-Storage-Upstream@qlogic.com
8059 L:      linux-scsi@vger.kernel.org
8060 S:      Supported
8061 F:      Documentation/scsi/LICENSE.qla4xxx
8062 F:      drivers/scsi/qla4xxx/
8063
8064 QLOGIC QLA3XXX NETWORK DRIVER
8065 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8066 M:      Ron Mercer <ron.mercer@qlogic.com>
8067 M:      linux-driver@qlogic.com
8068 L:      netdev@vger.kernel.org
8069 S:      Supported
8070 F:      Documentation/networking/LICENSE.qla3xxx
8071 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8072
8073 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8074 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8075 M:      Dept-GELinuxNICDev@qlogic.com
8076 L:      netdev@vger.kernel.org
8077 S:      Supported
8078 F:      drivers/net/ethernet/qlogic/qlcnic/
8079
8080 QLOGIC QLGE 10Gb ETHERNET DRIVER
8081 M:      Harish Patil <harish.patil@qlogic.com>
8082 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8083 M:      Dept-GELinuxNICDev@qlogic.com
8084 M:      linux-driver@qlogic.com
8085 L:      netdev@vger.kernel.org
8086 S:      Supported
8087 F:      drivers/net/ethernet/qlogic/qlge/
8088
8089 QNX4 FILESYSTEM
8090 M:      Anders Larsen <al@alarsen.net>
8091 W:      http://www.alarsen.net/linux/qnx4fs/
8092 S:      Maintained
8093 F:      fs/qnx4/
8094 F:      include/uapi/linux/qnx4_fs.h
8095 F:      include/uapi/linux/qnxtypes.h
8096
8097 QT1010 MEDIA DRIVER
8098 M:      Antti Palosaari <crope@iki.fi>
8099 L:      linux-media@vger.kernel.org
8100 W:      http://linuxtv.org/
8101 W:      http://palosaari.fi/linux/
8102 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8103 T:      git git://linuxtv.org/anttip/media_tree.git
8104 S:      Maintained
8105 F:      drivers/media/tuners/qt1010*
8106
8107 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8108 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8109 L:      linux-wireless@vger.kernel.org
8110 L:      ath9k-devel@lists.ath9k.org
8111 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8112 S:      Supported
8113 F:      drivers/net/wireless/ath/ath9k/
8114
8115 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8116 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8117 L:      ath10k@lists.infradead.org
8118 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8119 T:      git git://github.com/kvalo/ath.git
8120 S:      Supported
8121 F:      drivers/net/wireless/ath/ath10k/
8122
8123 QUALCOMM HEXAGON ARCHITECTURE
8124 M:      Richard Kuo <rkuo@codeaurora.org>
8125 L:      linux-hexagon@vger.kernel.org
8126 S:      Supported
8127 F:      arch/hexagon/
8128
8129 QUALCOMM WCN36XX WIRELESS DRIVER
8130 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8131 L:      wcn36xx@lists.infradead.org
8132 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8133 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8134 S:      Supported
8135 F:      drivers/net/wireless/ath/wcn36xx/
8136
8137 RADOS BLOCK DEVICE (RBD)
8138 M:      Ilya Dryomov <idryomov@gmail.com>
8139 M:      Sage Weil <sage@redhat.com>
8140 M:      Alex Elder <elder@kernel.org>
8141 M:      ceph-devel@vger.kernel.org
8142 W:      http://ceph.com/
8143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8144 S:      Supported
8145 F:      drivers/block/rbd.c
8146 F:      drivers/block/rbd_types.h
8147
8148 RADEON FRAMEBUFFER DISPLAY DRIVER
8149 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8150 L:      linux-fbdev@vger.kernel.org
8151 S:      Maintained
8152 F:      drivers/video/fbdev/aty/radeon*
8153 F:      include/uapi/linux/radeonfb.h
8154
8155 RADIOSHARK RADIO DRIVER
8156 M:      Hans de Goede <hdegoede@redhat.com>
8157 L:      linux-media@vger.kernel.org
8158 T:      git git://linuxtv.org/media_tree.git
8159 S:      Maintained
8160 F:      drivers/media/radio/radio-shark.c
8161
8162 RADIOSHARK2 RADIO DRIVER
8163 M:      Hans de Goede <hdegoede@redhat.com>
8164 L:      linux-media@vger.kernel.org
8165 T:      git git://linuxtv.org/media_tree.git
8166 S:      Maintained
8167 F:      drivers/media/radio/radio-shark2.c
8168 F:      drivers/media/radio/radio-tea5777.c
8169
8170 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8171 M:      Paul Mackerras <paulus@samba.org>
8172 L:      linux-fbdev@vger.kernel.org
8173 S:      Maintained
8174 F:      drivers/video/fbdev/aty/aty128fb.c
8175
8176 RALINK RT2X00 WIRELESS LAN DRIVER
8177 P:      rt2x00 project
8178 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8179 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8180 L:      linux-wireless@vger.kernel.org
8181 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8182 W:      http://rt2x00.serialmonkey.com/
8183 S:      Maintained
8184 F:      drivers/net/wireless/rt2x00/
8185
8186 RAMDISK RAM BLOCK DEVICE DRIVER
8187 M:      Jens Axboe <axboe@kernel.dk>
8188 S:      Maintained
8189 F:      Documentation/blockdev/ramdisk.txt
8190 F:      drivers/block/brd.c
8191
8192 PERSISTENT MEMORY DRIVER
8193 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8194 L:      linux-nvdimm@lists.01.org
8195 S:      Supported
8196 F:      drivers/block/pmem.c
8197
8198 RANDOM NUMBER DRIVER
8199 M:      "Theodore Ts'o" <tytso@mit.edu>
8200 S:      Maintained
8201 F:      drivers/char/random.c
8202
8203 RAPIDIO SUBSYSTEM
8204 M:      Matt Porter <mporter@kernel.crashing.org>
8205 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8206 S:      Maintained
8207 F:      drivers/rapidio/
8208
8209 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8210 L:      linux-wireless@vger.kernel.org
8211 S:      Orphan
8212 F:      drivers/net/wireless/ray*
8213
8214 RCUTORTURE MODULE
8215 M:      Josh Triplett <josh@joshtriplett.org>
8216 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8217 L:      linux-kernel@vger.kernel.org
8218 S:      Supported
8219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8220 F:      Documentation/RCU/torture.txt
8221 F:      kernel/rcu/rcutorture.c
8222
8223 RCUTORTURE TEST FRAMEWORK
8224 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8225 M:      Josh Triplett <josh@joshtriplett.org>
8226 R:      Steven Rostedt <rostedt@goodmis.org>
8227 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8228 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8229 L:      linux-kernel@vger.kernel.org
8230 S:      Supported
8231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8232 F:      tools/testing/selftests/rcutorture
8233
8234 RDC R-321X SoC
8235 M:      Florian Fainelli <florian@openwrt.org>
8236 S:      Maintained
8237
8238 RDC R6040 FAST ETHERNET DRIVER
8239 M:      Florian Fainelli <florian@openwrt.org>
8240 L:      netdev@vger.kernel.org
8241 S:      Maintained
8242 F:      drivers/net/ethernet/rdc/r6040.c
8243
8244 RDS - RELIABLE DATAGRAM SOCKETS
8245 M:      Chien Yen <chien.yen@oracle.com>
8246 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8247 S:      Supported
8248 F:      net/rds/
8249
8250 READ-COPY UPDATE (RCU)
8251 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8252 M:      Josh Triplett <josh@joshtriplett.org>
8253 R:      Steven Rostedt <rostedt@goodmis.org>
8254 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8255 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8256 L:      linux-kernel@vger.kernel.org
8257 W:      http://www.rdrop.com/users/paulmck/RCU/
8258 S:      Supported
8259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8260 F:      Documentation/RCU/
8261 X:      Documentation/RCU/torture.txt
8262 F:      include/linux/rcu*
8263 X:      include/linux/srcu.h
8264 F:      kernel/rcu/
8265 X:      kernel/torture.c
8266
8267 REAL TIME CLOCK (RTC) SUBSYSTEM
8268 M:      Alessandro Zummo <a.zummo@towertech.it>
8269 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8270 L:      rtc-linux@googlegroups.com
8271 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8272 S:      Maintained
8273 F:      Documentation/rtc.txt
8274 F:      drivers/rtc/
8275 F:      include/linux/rtc.h
8276 F:      include/uapi/linux/rtc.h
8277
8278 REALTEK AUDIO CODECS
8279 M:      Bard Liao <bardliao@realtek.com>
8280 M:      Oder Chiou <oder_chiou@realtek.com>
8281 S:      Maintained
8282 F:      sound/soc/codecs/rt*
8283 F:      include/sound/rt*.h
8284
8285 REISERFS FILE SYSTEM
8286 L:      reiserfs-devel@vger.kernel.org
8287 S:      Supported
8288 F:      fs/reiserfs/
8289
8290 REGISTER MAP ABSTRACTION
8291 M:      Mark Brown <broonie@kernel.org>
8292 L:      linux-kernel@vger.kernel.org
8293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8294 S:      Supported
8295 F:      drivers/base/regmap/
8296 F:      include/linux/regmap.h
8297
8298 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8299 M:      Ohad Ben-Cohen <ohad@wizery.com>
8300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8301 S:      Maintained
8302 F:      drivers/remoteproc/
8303 F:      Documentation/remoteproc.txt
8304 F:      include/linux/remoteproc.h
8305
8306 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8307 M:      Ohad Ben-Cohen <ohad@wizery.com>
8308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8309 S:      Maintained
8310 F:      drivers/rpmsg/
8311 F:      Documentation/rpmsg.txt
8312 F:      include/linux/rpmsg.h
8313
8314 RESET CONTROLLER FRAMEWORK
8315 M:      Philipp Zabel <p.zabel@pengutronix.de>
8316 S:      Maintained
8317 F:      drivers/reset/
8318 F:      Documentation/devicetree/bindings/reset/
8319 F:      include/linux/reset.h
8320 F:      include/linux/reset-controller.h
8321
8322 RFKILL
8323 M:      Johannes Berg <johannes@sipsolutions.net>
8324 L:      linux-wireless@vger.kernel.org
8325 W:      http://wireless.kernel.org/
8326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8328 S:      Maintained
8329 F:      Documentation/rfkill.txt
8330 F:      net/rfkill/
8331
8332 RHASHTABLE
8333 M:      Thomas Graf <tgraf@suug.ch>
8334 L:      netdev@vger.kernel.org
8335 S:      Maintained
8336 F:      lib/rhashtable.c
8337 F:      include/linux/rhashtable.h
8338
8339 RICOH SMARTMEDIA/XD DRIVER
8340 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8341 S:      Maintained
8342 F:      drivers/mtd/nand/r852.c
8343 F:      drivers/mtd/nand/r852.h
8344
8345 RICOH R5C592 MEMORYSTICK DRIVER
8346 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8347 S:      Maintained
8348 F:      drivers/memstick/host/r592.*
8349
8350 ROCCAT DRIVERS
8351 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8352 W:      http://sourceforge.net/projects/roccat/
8353 S:      Maintained
8354 F:      drivers/hid/hid-roccat*
8355 F:      include/linux/hid-roccat*
8356 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8357
8358 ROCKER DRIVER
8359 M:      Jiri Pirko <jiri@resnulli.us>
8360 M:      Scott Feldman <sfeldma@gmail.com>
8361 L:      netdev@vger.kernel.org
8362 S:      Supported
8363 F:      drivers/net/ethernet/rocker/
8364
8365 ROCKETPORT DRIVER
8366 P:      Comtrol Corp.
8367 W:      http://www.comtrol.com
8368 S:      Maintained
8369 F:      Documentation/serial/rocket.txt
8370 F:      drivers/tty/rocket*
8371
8372 ROCKETPORT EXPRESS/INFINITY DRIVER
8373 M:      Kevin Cernekee <cernekee@gmail.com>
8374 L:      linux-serial@vger.kernel.org
8375 S:      Odd Fixes
8376 F:      drivers/tty/serial/rp2.*
8377
8378 ROSE NETWORK LAYER
8379 M:      Ralf Baechle <ralf@linux-mips.org>
8380 L:      linux-hams@vger.kernel.org
8381 W:      http://www.linux-ax25.org/
8382 S:      Maintained
8383 F:      include/net/rose.h
8384 F:      include/uapi/linux/rose.h
8385 F:      net/rose/
8386
8387 RTL2830 MEDIA DRIVER
8388 M:      Antti Palosaari <crope@iki.fi>
8389 L:      linux-media@vger.kernel.org
8390 W:      http://linuxtv.org/
8391 W:      http://palosaari.fi/linux/
8392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8393 T:      git git://linuxtv.org/anttip/media_tree.git
8394 S:      Maintained
8395 F:      drivers/media/dvb-frontends/rtl2830*
8396
8397 RTL2832 MEDIA DRIVER
8398 M:      Antti Palosaari <crope@iki.fi>
8399 L:      linux-media@vger.kernel.org
8400 W:      http://linuxtv.org/
8401 W:      http://palosaari.fi/linux/
8402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8403 T:      git git://linuxtv.org/anttip/media_tree.git
8404 S:      Maintained
8405 F:      drivers/media/dvb-frontends/rtl2832*
8406
8407 RTL2832_SDR MEDIA DRIVER
8408 M:      Antti Palosaari <crope@iki.fi>
8409 L:      linux-media@vger.kernel.org
8410 W:      http://linuxtv.org/
8411 W:      http://palosaari.fi/linux/
8412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8413 T:      git git://linuxtv.org/anttip/media_tree.git
8414 S:      Maintained
8415 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8416
8417 RTL8180 WIRELESS DRIVER
8418 L:      linux-wireless@vger.kernel.org
8419 W:      http://wireless.kernel.org/
8420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8421 S:      Orphan
8422 F:      drivers/net/wireless/rtl818x/rtl8180/
8423
8424 RTL8187 WIRELESS DRIVER
8425 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8426 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8427 M:      Larry Finger <Larry.Finger@lwfinger.net>
8428 L:      linux-wireless@vger.kernel.org
8429 W:      http://wireless.kernel.org/
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8431 S:      Maintained
8432 F:      drivers/net/wireless/rtl818x/rtl8187/
8433
8434 RTL8192CE WIRELESS DRIVER
8435 M:      Larry Finger <Larry.Finger@lwfinger.net>
8436 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8437 L:      linux-wireless@vger.kernel.org
8438 W:      http://wireless.kernel.org/
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8440 S:      Maintained
8441 F:      drivers/net/wireless/rtlwifi/
8442 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8443
8444 S3 SAVAGE FRAMEBUFFER DRIVER
8445 M:      Antonino Daplas <adaplas@gmail.com>
8446 L:      linux-fbdev@vger.kernel.org
8447 S:      Maintained
8448 F:      drivers/video/fbdev/savage/
8449
8450 S390
8451 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8452 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8453 M:      linux390@de.ibm.com
8454 L:      linux-s390@vger.kernel.org
8455 W:      http://www.ibm.com/developerworks/linux/linux390/
8456 S:      Supported
8457 F:      arch/s390/
8458 F:      drivers/s390/
8459 F:      Documentation/s390/
8460 F:      Documentation/DocBook/s390*
8461
8462 S390 COMMON I/O LAYER
8463 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8464 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8465 L:      linux-s390@vger.kernel.org
8466 W:      http://www.ibm.com/developerworks/linux/linux390/
8467 S:      Supported
8468 F:      drivers/s390/cio/
8469
8470 S390 DASD DRIVER
8471 M:      Stefan Weinhuber <wein@de.ibm.com>
8472 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8473 L:      linux-s390@vger.kernel.org
8474 W:      http://www.ibm.com/developerworks/linux/linux390/
8475 S:      Supported
8476 F:      drivers/s390/block/dasd*
8477 F:      block/partitions/ibm.c
8478
8479 S390 NETWORK DRIVERS
8480 M:      Ursula Braun <ursula.braun@de.ibm.com>
8481 M:      linux390@de.ibm.com
8482 L:      linux-s390@vger.kernel.org
8483 W:      http://www.ibm.com/developerworks/linux/linux390/
8484 S:      Supported
8485 F:      drivers/s390/net/
8486
8487 S390 PCI SUBSYSTEM
8488 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8489 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8490 L:      linux-s390@vger.kernel.org
8491 W:      http://www.ibm.com/developerworks/linux/linux390/
8492 S:      Supported
8493 F:      arch/s390/pci/
8494 F:      drivers/pci/hotplug/s390_pci_hpc.c
8495
8496 S390 ZCRYPT DRIVER
8497 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8498 M:      linux390@de.ibm.com
8499 L:      linux-s390@vger.kernel.org
8500 W:      http://www.ibm.com/developerworks/linux/linux390/
8501 S:      Supported
8502 F:      drivers/s390/crypto/
8503
8504 S390 ZFCP DRIVER
8505 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8506 M:      linux390@de.ibm.com
8507 L:      linux-s390@vger.kernel.org
8508 W:      http://www.ibm.com/developerworks/linux/linux390/
8509 S:      Supported
8510 F:      drivers/s390/scsi/zfcp_*
8511
8512 S390 IUCV NETWORK LAYER
8513 M:      Ursula Braun <ursula.braun@de.ibm.com>
8514 M:      linux390@de.ibm.com
8515 L:      linux-s390@vger.kernel.org
8516 W:      http://www.ibm.com/developerworks/linux/linux390/
8517 S:      Supported
8518 F:      drivers/s390/net/*iucv*
8519 F:      include/net/iucv/
8520 F:      net/iucv/
8521
8522 S3C24XX SD/MMC Driver
8523 M:      Ben Dooks <ben-linux@fluff.org>
8524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8525 S:      Supported
8526 F:      drivers/mmc/host/s3cmci.*
8527
8528 SAA6588 RDS RECEIVER DRIVER
8529 M:      Hans Verkuil <hverkuil@xs4all.nl>
8530 L:      linux-media@vger.kernel.org
8531 T:      git git://linuxtv.org/media_tree.git
8532 W:      http://linuxtv.org
8533 S:      Odd Fixes
8534 F:      drivers/media/i2c/saa6588*
8535
8536 SAA7134 VIDEO4LINUX DRIVER
8537 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8538 L:      linux-media@vger.kernel.org
8539 W:      http://linuxtv.org
8540 T:      git git://linuxtv.org/media_tree.git
8541 S:      Odd fixes
8542 F:      Documentation/video4linux/*.saa7134
8543 F:      drivers/media/pci/saa7134/
8544
8545 SAA7146 VIDEO4LINUX-2 DRIVER
8546 M:      Hans Verkuil <hverkuil@xs4all.nl>
8547 L:      linux-media@vger.kernel.org
8548 T:      git git://linuxtv.org/media_tree.git
8549 S:      Maintained
8550 F:      drivers/media/common/saa7146/
8551 F:      drivers/media/pci/saa7146/
8552 F:      include/media/saa7146*
8553
8554 SAMSUNG LAPTOP DRIVER
8555 M:      Corentin Chary <corentin.chary@gmail.com>
8556 L:      platform-driver-x86@vger.kernel.org
8557 S:      Maintained
8558 F:      drivers/platform/x86/samsung-laptop.c
8559
8560 SAMSUNG AUDIO (ASoC) DRIVERS
8561 M:      Sangbeom Kim <sbkim73@samsung.com>
8562 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8563 S:      Supported
8564 F:      sound/soc/samsung/
8565
8566 SAMSUNG FRAMEBUFFER DRIVER
8567 M:      Jingoo Han <jingoohan1@gmail.com>
8568 L:      linux-fbdev@vger.kernel.org
8569 S:      Maintained
8570 F:      drivers/video/fbdev/s3c-fb.c
8571
8572 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8573 M:      Sangbeom Kim <sbkim73@samsung.com>
8574 L:      linux-kernel@vger.kernel.org
8575 S:      Supported
8576 F:      drivers/mfd/sec*.c
8577 F:      drivers/regulator/s2m*.c
8578 F:      drivers/regulator/s5m*.c
8579 F:      include/linux/mfd/samsung/
8580
8581 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8582 M:      Kyungmin Park <kyungmin.park@samsung.com>
8583 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8584 L:      linux-media@vger.kernel.org
8585 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8586 S:      Supported
8587 F:      drivers/media/platform/exynos4-is/
8588
8589 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8590 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8591 L:      linux-media@vger.kernel.org
8592 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8593 S:      Maintained
8594 F:      drivers/media/platform/s3c-camif/
8595 F:      include/media/s3c_camif.h
8596
8597 SAMSUNG S5C73M3 CAMERA DRIVER
8598 M:      Kyungmin Park <kyungmin.park@samsung.com>
8599 M:      Andrzej Hajda <a.hajda@samsung.com>
8600 L:      linux-media@vger.kernel.org
8601 S:      Supported
8602 F:      drivers/media/i2c/s5c73m3/*
8603
8604 SAMSUNG S5K5BAF CAMERA DRIVER
8605 M:      Kyungmin Park <kyungmin.park@samsung.com>
8606 M:      Andrzej Hajda <a.hajda@samsung.com>
8607 L:      linux-media@vger.kernel.org
8608 S:      Supported
8609 F:      drivers/media/i2c/s5k5baf.c
8610
8611 SAMSUNG SOC CLOCK DRIVERS
8612 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8613 M:      Tomasz Figa <tomasz.figa@gmail.com>
8614 S:      Supported
8615 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8616 F:      drivers/clk/samsung/
8617
8618 SAMSUNG SXGBE DRIVERS
8619 M:      Byungho An <bh74.an@samsung.com>
8620 M:      Girish K S <ks.giri@samsung.com>
8621 M:      Vipul Pandya <vipul.pandya@samsung.com>
8622 S:      Supported
8623 L:      netdev@vger.kernel.org
8624 F:      drivers/net/ethernet/samsung/sxgbe/
8625
8626 SAMSUNG THERMAL DRIVER
8627 M:      Lukasz Majewski <l.majewski@samsung.com>
8628 L:      linux-pm@vger.kernel.org
8629 L:      linux-samsung-soc@vger.kernel.org
8630 S:      Supported
8631 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8632 F:      drivers/thermal/samsung/
8633
8634 SAMSUNG USB2 PHY DRIVER
8635 M:      Kamil Debski <k.debski@samsung.com>
8636 L:      linux-kernel@vger.kernel.org
8637 S:      Supported
8638 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8639 F:      Documentation/phy/samsung-usb2.txt
8640 F:      drivers/phy/phy-exynos4210-usb2.c
8641 F:      drivers/phy/phy-exynos4x12-usb2.c
8642 F:      drivers/phy/phy-exynos5250-usb2.c
8643 F:      drivers/phy/phy-s5pv210-usb2.c
8644 F:      drivers/phy/phy-samsung-usb2.c
8645 F:      drivers/phy/phy-samsung-usb2.h
8646
8647 SERIAL DRIVERS
8648 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8649 L:      linux-serial@vger.kernel.org
8650 S:      Maintained
8651 F:      drivers/tty/serial/
8652
8653 SYNOPSYS DESIGNWARE DMAC DRIVER
8654 M:      Viresh Kumar <viresh.linux@gmail.com>
8655 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8656 S:      Maintained
8657 F:      include/linux/dma/dw.h
8658 F:      include/linux/platform_data/dma-dw.h
8659 F:      drivers/dma/dw/
8660
8661 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8662 M:      Seungwon Jeon <tgih.jun@samsung.com>
8663 M:      Jaehoon Chung <jh80.chung@samsung.com>
8664 L:      linux-mmc@vger.kernel.org
8665 S:      Maintained
8666 F:      include/linux/mmc/dw_mmc.h
8667 F:      drivers/mmc/host/dw_mmc*
8668
8669 THUNDERBOLT DRIVER
8670 M:      Andreas Noever <andreas.noever@gmail.com>
8671 S:      Maintained
8672 F:      drivers/thunderbolt/
8673
8674 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8675 M:      John Stultz <john.stultz@linaro.org>
8676 M:      Thomas Gleixner <tglx@linutronix.de>
8677 L:      linux-kernel@vger.kernel.org
8678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8679 S:      Supported
8680 F:      include/linux/clocksource.h
8681 F:      include/linux/time.h
8682 F:      include/linux/timex.h
8683 F:      include/uapi/linux/time.h
8684 F:      include/uapi/linux/timex.h
8685 F:      kernel/time/clocksource.c
8686 F:      kernel/time/time*.c
8687 F:      kernel/time/ntp.c
8688 F:      tools/testing/selftests/timers/
8689
8690 SC1200 WDT DRIVER
8691 M:      Zwane Mwaikambo <zwanem@gmail.com>
8692 S:      Maintained
8693 F:      drivers/watchdog/sc1200wdt.c
8694
8695 SCHEDULER
8696 M:      Ingo Molnar <mingo@redhat.com>
8697 M:      Peter Zijlstra <peterz@infradead.org>
8698 L:      linux-kernel@vger.kernel.org
8699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8700 S:      Maintained
8701 F:      kernel/sched/
8702 F:      include/linux/sched.h
8703 F:      include/uapi/linux/sched.h
8704 F:      include/linux/wait.h
8705
8706 SCORE ARCHITECTURE
8707 M:      Chen Liqin <liqin.linux@gmail.com>
8708 M:      Lennox Wu <lennox.wu@gmail.com>
8709 W:      http://www.sunplus.com
8710 S:      Supported
8711 F:      arch/score/
8712
8713 SCSI CDROM DRIVER
8714 M:      Jens Axboe <axboe@kernel.dk>
8715 L:      linux-scsi@vger.kernel.org
8716 W:      http://www.kernel.dk
8717 S:      Maintained
8718 F:      drivers/scsi/sr*
8719
8720 SCSI RDMA PROTOCOL (SRP) INITIATOR
8721 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8722 L:      linux-rdma@vger.kernel.org
8723 S:      Supported
8724 W:      http://www.openfabrics.org
8725 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8727 F:      drivers/infiniband/ulp/srp/
8728 F:      include/scsi/srp.h
8729
8730 SCSI SG DRIVER
8731 M:      Doug Gilbert <dgilbert@interlog.com>
8732 L:      linux-scsi@vger.kernel.org
8733 W:      http://sg.danny.cz/sg
8734 S:      Maintained
8735 F:      Documentation/scsi/scsi-generic.txt
8736 F:      drivers/scsi/sg.c
8737 F:      include/scsi/sg.h
8738
8739 SCSI SUBSYSTEM
8740 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8741 L:      linux-scsi@vger.kernel.org
8742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8743 S:      Maintained
8744 F:      drivers/scsi/
8745 F:      include/scsi/
8746
8747 SCSI TAPE DRIVER
8748 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8749 L:      linux-scsi@vger.kernel.org
8750 S:      Maintained
8751 F:      Documentation/scsi/st.txt
8752 F:      drivers/scsi/st.*
8753 F:      drivers/scsi/st_*.h
8754
8755 SCTP PROTOCOL
8756 M:      Vlad Yasevich <vyasevich@gmail.com>
8757 M:      Neil Horman <nhorman@tuxdriver.com>
8758 L:      linux-sctp@vger.kernel.org
8759 W:      http://lksctp.sourceforge.net
8760 S:      Maintained
8761 F:      Documentation/networking/sctp.txt
8762 F:      include/linux/sctp.h
8763 F:      include/uapi/linux/sctp.h
8764 F:      include/net/sctp/
8765 F:      net/sctp/
8766
8767 SCx200 CPU SUPPORT
8768 M:      Jim Cromie <jim.cromie@gmail.com>
8769 S:      Odd Fixes
8770 F:      Documentation/i2c/busses/scx200_acb
8771 F:      arch/x86/platform/scx200/
8772 F:      drivers/watchdog/scx200_wdt.c
8773 F:      drivers/i2c/busses/scx200*
8774 F:      drivers/mtd/maps/scx200_docflash.c
8775 F:      include/linux/scx200.h
8776
8777 SCx200 GPIO DRIVER
8778 M:      Jim Cromie <jim.cromie@gmail.com>
8779 S:      Maintained
8780 F:      drivers/char/scx200_gpio.c
8781 F:      include/linux/scx200_gpio.h
8782
8783 SCx200 HRT CLOCKSOURCE DRIVER
8784 M:      Jim Cromie <jim.cromie@gmail.com>
8785 S:      Maintained
8786 F:      drivers/clocksource/scx200_hrt.c
8787
8788 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8789 M:      Sascha Sommer <saschasommer@freenet.de>
8790 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8791 S:      Maintained
8792 F:      drivers/mmc/host/sdricoh_cs.c
8793
8794 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8795 L:      linux-mmc@vger.kernel.org
8796 S:      Orphan
8797 F:      drivers/mmc/host/sdhci.*
8798 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8799
8800 SECURE COMPUTING
8801 M:      Kees Cook <keescook@chromium.org>
8802 R:      Andy Lutomirski <luto@amacapital.net>
8803 R:      Will Drewry <wad@chromium.org>
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8805 S:      Supported
8806 F:      kernel/seccomp.c
8807 F:      include/uapi/linux/seccomp.h
8808 F:      include/linux/seccomp.h
8809 K:      \bsecure_computing
8810 K:      \bTIF_SECCOMP\b
8811
8812 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8813 M:      Ben Dooks <ben-linux@fluff.org>
8814 M:      Jaehoon Chung <jh80.chung@samsung.com>
8815 L:      linux-mmc@vger.kernel.org
8816 S:      Maintained
8817 F:      drivers/mmc/host/sdhci-s3c*
8818
8819 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8820 M:      Viresh Kumar <viresh.linux@gmail.com>
8821 L:      spear-devel@list.st.com
8822 L:      linux-mmc@vger.kernel.org
8823 S:      Maintained
8824 F:      drivers/mmc/host/sdhci-spear.c
8825
8826 SECURITY SUBSYSTEM
8827 M:      James Morris <james.l.morris@oracle.com>
8828 M:      Serge E. Hallyn <serge@hallyn.com>
8829 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8831 W:      http://kernsec.org/
8832 S:      Supported
8833 F:      security/
8834
8835 SECURITY CONTACT
8836 M:      Security Officers <security@kernel.org>
8837 S:      Supported
8838
8839 SELINUX SECURITY MODULE
8840 M:      Paul Moore <paul@paul-moore.com>
8841 M:      Stephen Smalley <sds@tycho.nsa.gov>
8842 M:      Eric Paris <eparis@parisplace.org>
8843 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8844 W:      http://selinuxproject.org
8845 T:      git git://git.infradead.org/users/pcmoore/selinux
8846 S:      Supported
8847 F:      include/linux/selinux*
8848 F:      security/selinux/
8849 F:      scripts/selinux/
8850
8851 APPARMOR SECURITY MODULE
8852 M:      John Johansen <john.johansen@canonical.com>
8853 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8854 W:      apparmor.wiki.kernel.org
8855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8856 S:      Supported
8857 F:      security/apparmor/
8858
8859 SENSABLE PHANTOM
8860 M:      Jiri Slaby <jirislaby@gmail.com>
8861 S:      Maintained
8862 F:      drivers/misc/phantom.c
8863 F:      include/uapi/linux/phantom.h
8864
8865 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8866 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8867 L:      linux-scsi@vger.kernel.org
8868 W:      http://www.emulex.com
8869 S:      Supported
8870 F:      drivers/scsi/be2iscsi/
8871
8872 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8873 M:      Sathya Perla <sathya.perla@avagotech.com>
8874 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8875 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8876 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8877 L:      netdev@vger.kernel.org
8878 W:      http://www.emulex.com
8879 S:      Supported
8880 F:      drivers/net/ethernet/emulex/benet/
8881
8882 EMULEX ONECONNECT ROCE DRIVER
8883 M:      Selvin Xavier <selvin.xavier@emulex.com>
8884 M:      Devesh Sharma <devesh.sharma@emulex.com>
8885 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8886 L:      linux-rdma@vger.kernel.org
8887 W:      http://www.emulex.com
8888 S:      Supported
8889 F:      drivers/infiniband/hw/ocrdma/
8890
8891 SFC NETWORK DRIVER
8892 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8893 M:      Shradha Shah <sshah@solarflare.com>
8894 L:      netdev@vger.kernel.org
8895 S:      Supported
8896 F:      drivers/net/ethernet/sfc/
8897
8898 SGI GRU DRIVER
8899 M:      Dimitri Sivanich <sivanich@sgi.com>
8900 S:      Maintained
8901 F:      drivers/misc/sgi-gru/
8902
8903 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8904 M:      Pat Gefre <pfg@sgi.com>
8905 L:      linux-ia64@vger.kernel.org
8906 S:      Supported
8907 F:      Documentation/ia64/serial.txt
8908 F:      drivers/tty/serial/ioc?_serial.c
8909 F:      include/linux/ioc?.h
8910
8911 SGI XP/XPC/XPNET DRIVER
8912 M:      Cliff Whickman <cpw@sgi.com>
8913 M:      Robin Holt <robinmholt@gmail.com>
8914 S:      Maintained
8915 F:      drivers/misc/sgi-xp/
8916
8917 SI2157 MEDIA DRIVER
8918 M:      Antti Palosaari <crope@iki.fi>
8919 L:      linux-media@vger.kernel.org
8920 W:      http://linuxtv.org/
8921 W:      http://palosaari.fi/linux/
8922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8923 T:      git git://linuxtv.org/anttip/media_tree.git
8924 S:      Maintained
8925 F:      drivers/media/tuners/si2157*
8926
8927 SI2168 MEDIA DRIVER
8928 M:      Antti Palosaari <crope@iki.fi>
8929 L:      linux-media@vger.kernel.org
8930 W:      http://linuxtv.org/
8931 W:      http://palosaari.fi/linux/
8932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8933 T:      git git://linuxtv.org/anttip/media_tree.git
8934 S:      Maintained
8935 F:      drivers/media/dvb-frontends/si2168*
8936
8937 SI470X FM RADIO RECEIVER I2C DRIVER
8938 M:      Hans Verkuil <hverkuil@xs4all.nl>
8939 L:      linux-media@vger.kernel.org
8940 T:      git git://linuxtv.org/media_tree.git
8941 W:      http://linuxtv.org
8942 S:      Odd Fixes
8943 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8944
8945 SI470X FM RADIO RECEIVER USB DRIVER
8946 M:      Hans Verkuil <hverkuil@xs4all.nl>
8947 L:      linux-media@vger.kernel.org
8948 T:      git git://linuxtv.org/media_tree.git
8949 W:      http://linuxtv.org
8950 S:      Maintained
8951 F:      drivers/media/radio/si470x/radio-si470x-common.c
8952 F:      drivers/media/radio/si470x/radio-si470x.h
8953 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8954
8955 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8956 M:      Eduardo Valentin <edubezval@gmail.com>
8957 L:      linux-media@vger.kernel.org
8958 T:      git git://linuxtv.org/media_tree.git
8959 W:      http://linuxtv.org
8960 S:      Odd Fixes
8961 F:      drivers/media/radio/si4713/si4713.?
8962
8963 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8964 M:      Eduardo Valentin <edubezval@gmail.com>
8965 L:      linux-media@vger.kernel.org
8966 T:      git git://linuxtv.org/media_tree.git
8967 W:      http://linuxtv.org
8968 S:      Odd Fixes
8969 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8970
8971 SI4713 FM RADIO TRANSMITTER USB DRIVER
8972 M:      Hans Verkuil <hverkuil@xs4all.nl>
8973 L:      linux-media@vger.kernel.org
8974 T:      git git://linuxtv.org/media_tree.git
8975 W:      http://linuxtv.org
8976 S:      Maintained
8977 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8978
8979 SIANO DVB DRIVER
8980 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8981 L:      linux-media@vger.kernel.org
8982 W:      http://linuxtv.org
8983 T:      git git://linuxtv.org/media_tree.git
8984 S:      Odd fixes
8985 F:      drivers/media/common/siano/
8986 F:      drivers/media/usb/siano/
8987 F:      drivers/media/usb/siano/
8988 F:      drivers/media/mmc/siano/
8989
8990 SIMPLEFB FB DRIVER
8991 M:      Hans de Goede <hdegoede@redhat.com>
8992 L:      linux-fbdev@vger.kernel.org
8993 S:      Maintained
8994 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8995 F:      drivers/video/fbdev/simplefb.c
8996 F:      include/linux/platform_data/simplefb.h
8997
8998 SH_VEU V4L2 MEM2MEM DRIVER
8999 L:      linux-media@vger.kernel.org
9000 S:      Orphan
9001 F:      drivers/media/platform/sh_veu.c
9002
9003 SH_VOU V4L2 OUTPUT DRIVER
9004 L:      linux-media@vger.kernel.org
9005 S:      Orphan
9006 F:      drivers/media/platform/sh_vou.c
9007 F:      include/media/sh_vou.h
9008
9009 SIMPLE FIRMWARE INTERFACE (SFI)
9010 M:      Len Brown <lenb@kernel.org>
9011 L:      sfi-devel@simplefirmware.org
9012 W:      http://simplefirmware.org/
9013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9014 S:      Supported
9015 F:      arch/x86/platform/sfi/
9016 F:      drivers/sfi/
9017 F:      include/linux/sfi*.h
9018
9019 SIMTEC EB110ATX (Chalice CATS)
9020 P:      Ben Dooks
9021 P:      Vincent Sanders <vince@simtec.co.uk>
9022 M:      Simtec Linux Team <linux@simtec.co.uk>
9023 W:      http://www.simtec.co.uk/products/EB110ATX/
9024 S:      Supported
9025
9026 SIMTEC EB2410ITX (BAST)
9027 P:      Ben Dooks
9028 P:      Vincent Sanders <vince@simtec.co.uk>
9029 M:      Simtec Linux Team <linux@simtec.co.uk>
9030 W:      http://www.simtec.co.uk/products/EB2410ITX/
9031 S:      Supported
9032 F:      arch/arm/mach-s3c24xx/mach-bast.c
9033 F:      arch/arm/mach-s3c24xx/bast-ide.c
9034 F:      arch/arm/mach-s3c24xx/bast-irq.c
9035
9036 TI DAVINCI MACHINE SUPPORT
9037 M:      Sekhar Nori <nsekhar@ti.com>
9038 M:      Kevin Hilman <khilman@deeprootsystems.com>
9039 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9040 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9041 S:      Supported
9042 F:      arch/arm/mach-davinci/
9043 F:      drivers/i2c/busses/i2c-davinci.c
9044
9045 TI DAVINCI SERIES MEDIA DRIVER
9046 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9047 L:      linux-media@vger.kernel.org
9048 W:      http://linuxtv.org/
9049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9050 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9051 S:      Maintained
9052 F:      drivers/media/platform/davinci/
9053 F:      include/media/davinci/
9054
9055 TI AM437X VPFE DRIVER
9056 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9057 L:      linux-media@vger.kernel.org
9058 W:      http://linuxtv.org/
9059 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9060 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9061 S:      Maintained
9062 F:      drivers/media/platform/am437x/
9063
9064 OV2659 OMNIVISION SENSOR DRIVER
9065 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9066 L:      linux-media@vger.kernel.org
9067 W:      http://linuxtv.org/
9068 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9069 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9070 S:      Maintained
9071 F:      drivers/media/i2c/ov2659.c
9072 F:      include/media/ov2659.h
9073
9074 SIS 190 ETHERNET DRIVER
9075 M:      Francois Romieu <romieu@fr.zoreil.com>
9076 L:      netdev@vger.kernel.org
9077 S:      Maintained
9078 F:      drivers/net/ethernet/sis/sis190.c
9079
9080 SIS 900/7016 FAST ETHERNET DRIVER
9081 M:      Daniele Venzano <venza@brownhat.org>
9082 W:      http://www.brownhat.org/sis900.html
9083 L:      netdev@vger.kernel.org
9084 S:      Maintained
9085 F:      drivers/net/ethernet/sis/sis900.*
9086
9087 SIS FRAMEBUFFER DRIVER
9088 M:      Thomas Winischhofer <thomas@winischhofer.net>
9089 W:      http://www.winischhofer.net/linuxsisvga.shtml
9090 S:      Maintained
9091 F:      Documentation/fb/sisfb.txt
9092 F:      drivers/video/fbdev/sis/
9093 F:      include/video/sisfb.h
9094
9095 SIS USB2VGA DRIVER
9096 M:      Thomas Winischhofer <thomas@winischhofer.net>
9097 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9098 S:      Maintained
9099 F:      drivers/usb/misc/sisusbvga/
9100
9101 SLAB ALLOCATOR
9102 M:      Christoph Lameter <cl@linux.com>
9103 M:      Pekka Enberg <penberg@kernel.org>
9104 M:      David Rientjes <rientjes@google.com>
9105 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9106 M:      Andrew Morton <akpm@linux-foundation.org>
9107 L:      linux-mm@kvack.org
9108 S:      Maintained
9109 F:      include/linux/sl?b*.h
9110 F:      mm/sl?b*
9111
9112 SLEEPABLE READ-COPY UPDATE (SRCU)
9113 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9114 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9115 M:      Josh Triplett <josh@joshtriplett.org>
9116 R:      Steven Rostedt <rostedt@goodmis.org>
9117 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9118 L:      linux-kernel@vger.kernel.org
9119 W:      http://www.rdrop.com/users/paulmck/RCU/
9120 S:      Supported
9121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9122 F:      include/linux/srcu.h
9123 F:      kernel/rcu/srcu.c
9124
9125 SMACK SECURITY MODULE
9126 M:      Casey Schaufler <casey@schaufler-ca.com>
9127 L:      linux-security-module@vger.kernel.org
9128 W:      http://schaufler-ca.com
9129 T:      git git://git.gitorious.org/smack-next/kernel.git
9130 S:      Maintained
9131 F:      Documentation/security/Smack.txt
9132 F:      security/smack/
9133
9134 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9135 M:      Kevin Hilman <khilman@kernel.org>
9136 M:      Nishanth Menon <nm@ti.com>
9137 S:      Maintained
9138 F:      drivers/power/avs/
9139 F:      include/linux/power/smartreflex.h
9140 L:      linux-pm@vger.kernel.org
9141
9142 SMC91x ETHERNET DRIVER
9143 M:      Nicolas Pitre <nico@fluxnic.net>
9144 S:      Odd Fixes
9145 F:      drivers/net/ethernet/smsc/smc91x.*
9146
9147 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9148 M:      Sakari Ailus <sakari.ailus@iki.fi>
9149 L:      linux-media@vger.kernel.org
9150 S:      Maintained
9151 F:      drivers/media/i2c/smiapp/
9152 F:      include/media/smiapp.h
9153 F:      drivers/media/i2c/smiapp-pll.c
9154 F:      drivers/media/i2c/smiapp-pll.h
9155 F:      include/uapi/linux/smiapp.h
9156 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9157
9158 SMM665 HARDWARE MONITOR DRIVER
9159 M:      Guenter Roeck <linux@roeck-us.net>
9160 L:      lm-sensors@lm-sensors.org
9161 S:      Maintained
9162 F:      Documentation/hwmon/smm665
9163 F:      drivers/hwmon/smm665.c
9164
9165 SMSC EMC2103 HARDWARE MONITOR DRIVER
9166 M:      Steve Glendinning <steve.glendinning@shawell.net>
9167 L:      lm-sensors@lm-sensors.org
9168 S:      Maintained
9169 F:      Documentation/hwmon/emc2103
9170 F:      drivers/hwmon/emc2103.c
9171
9172 SMSC SCH5627 HARDWARE MONITOR DRIVER
9173 M:      Hans de Goede <hdegoede@redhat.com>
9174 L:      lm-sensors@lm-sensors.org
9175 S:      Supported
9176 F:      Documentation/hwmon/sch5627
9177 F:      drivers/hwmon/sch5627.c
9178
9179 SMSC47B397 HARDWARE MONITOR DRIVER
9180 M:      Jean Delvare <jdelvare@suse.de>
9181 L:      lm-sensors@lm-sensors.org
9182 S:      Maintained
9183 F:      Documentation/hwmon/smsc47b397
9184 F:      drivers/hwmon/smsc47b397.c
9185
9186 SMSC911x ETHERNET DRIVER
9187 M:      Steve Glendinning <steve.glendinning@shawell.net>
9188 L:      netdev@vger.kernel.org
9189 S:      Maintained
9190 F:      include/linux/smsc911x.h
9191 F:      drivers/net/ethernet/smsc/smsc911x.*
9192
9193 SMSC9420 PCI ETHERNET DRIVER
9194 M:      Steve Glendinning <steve.glendinning@shawell.net>
9195 L:      netdev@vger.kernel.org
9196 S:      Maintained
9197 F:      drivers/net/ethernet/smsc/smsc9420.*
9198
9199 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9200 M:      Steve Glendinning <steve.glendinning@shawell.net>
9201 L:      linux-fbdev@vger.kernel.org
9202 S:      Maintained
9203 F:      drivers/video/fbdev/smscufx.c
9204
9205 SOC-CAMERA V4L2 SUBSYSTEM
9206 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9207 L:      linux-media@vger.kernel.org
9208 T:      git git://linuxtv.org/media_tree.git
9209 S:      Maintained
9210 F:      include/media/soc*
9211 F:      drivers/media/i2c/soc_camera/
9212 F:      drivers/media/platform/soc_camera/
9213
9214 SOEKRIS NET48XX LED SUPPORT
9215 M:      Chris Boot <bootc@bootc.net>
9216 S:      Maintained
9217 F:      drivers/leds/leds-net48xx.c
9218
9219 SOFTLOGIC 6x10 MPEG CODEC
9220 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9221 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9222 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9223 M:      Ismael Luceno <ismael@iodev.co.uk>
9224 L:      linux-media@vger.kernel.org
9225 S:      Supported
9226 F:      drivers/media/pci/solo6x10/
9227
9228 SOFTWARE RAID (Multiple Disks) SUPPORT
9229 M:      Neil Brown <neilb@suse.de>
9230 L:      linux-raid@vger.kernel.org
9231 S:      Supported
9232 F:      drivers/md/
9233 F:      include/linux/raid/
9234 F:      include/uapi/linux/raid/
9235
9236 SONIC NETWORK DRIVER
9237 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9238 L:      netdev@vger.kernel.org
9239 S:      Maintained
9240 F:      drivers/net/ethernet/natsemi/sonic.*
9241
9242 SONICS SILICON BACKPLANE DRIVER (SSB)
9243 M:      Michael Buesch <m@bues.ch>
9244 L:      netdev@vger.kernel.org
9245 S:      Maintained
9246 F:      drivers/ssb/
9247 F:      include/linux/ssb/
9248
9249 SONY VAIO CONTROL DEVICE DRIVER
9250 M:      Mattia Dongili <malattia@linux.it>
9251 L:      platform-driver-x86@vger.kernel.org
9252 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9253 S:      Maintained
9254 F:      Documentation/laptops/sony-laptop.txt
9255 F:      drivers/char/sonypi.c
9256 F:      drivers/platform/x86/sony-laptop.c
9257 F:      include/linux/sony-laptop.h
9258
9259 SONY MEMORYSTICK CARD SUPPORT
9260 M:      Alex Dubov <oakad@yahoo.com>
9261 W:      http://tifmxx.berlios.de/
9262 S:      Maintained
9263 F:      drivers/memstick/host/tifm_ms.c
9264
9265 SONY MEMORYSTICK STANDARD SUPPORT
9266 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9267 S:      Maintained
9268 F:      drivers/memstick/core/ms_block.*
9269
9270 SOUND
9271 M:      Jaroslav Kysela <perex@perex.cz>
9272 M:      Takashi Iwai <tiwai@suse.de>
9273 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9274 W:      http://www.alsa-project.org/
9275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9276 T:      git git://git.alsa-project.org/alsa-kernel.git
9277 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9278 S:      Maintained
9279 F:      Documentation/sound/
9280 F:      include/sound/
9281 F:      include/uapi/sound/
9282 F:      sound/
9283
9284 SOUND - COMPRESSED AUDIO
9285 M:      Vinod Koul <vinod.koul@intel.com>
9286 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9288 S:      Supported
9289 F:      Documentation/sound/alsa/compress_offload.txt
9290 F:      include/sound/compress_driver.h
9291 F:      include/uapi/sound/compress_*
9292 F:      sound/core/compress_offload.c
9293 F:      sound/soc/soc-compress.c
9294
9295 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9296 M:      Liam Girdwood <lgirdwood@gmail.com>
9297 M:      Mark Brown <broonie@kernel.org>
9298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9299 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9300 W:      http://alsa-project.org/main/index.php/ASoC
9301 S:      Supported
9302 F:      Documentation/sound/alsa/soc/
9303 F:      sound/soc/
9304 F:      include/sound/soc*
9305
9306 SOUND - DMAENGINE HELPERS
9307 M:      Lars-Peter Clausen <lars@metafoo.de>
9308 S:      Supported
9309 F:      include/sound/dmaengine_pcm.h
9310 F:      sound/core/pcm_dmaengine.c
9311 F:      sound/soc/soc-generic-dmaengine-pcm.c
9312
9313 SP2 MEDIA DRIVER
9314 M:      Olli Salonen <olli.salonen@iki.fi>
9315 L:      linux-media@vger.kernel.org
9316 W:      http://linuxtv.org/
9317 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9318 S:      Maintained
9319 F:      drivers/media/dvb-frontends/sp2*
9320
9321 SPARC + UltraSPARC (sparc/sparc64)
9322 M:      "David S. Miller" <davem@davemloft.net>
9323 L:      sparclinux@vger.kernel.org
9324 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9327 S:      Maintained
9328 F:      arch/sparc/
9329 F:      drivers/sbus/
9330
9331 SPARC SERIAL DRIVERS
9332 M:      "David S. Miller" <davem@davemloft.net>
9333 L:      sparclinux@vger.kernel.org
9334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9336 S:      Maintained
9337 F:      include/linux/sunserialcore.h
9338 F:      drivers/tty/serial/suncore.c
9339 F:      drivers/tty/serial/sunhv.c
9340 F:      drivers/tty/serial/sunsab.c
9341 F:      drivers/tty/serial/sunsab.h
9342 F:      drivers/tty/serial/sunsu.c
9343 F:      drivers/tty/serial/sunzilog.c
9344 F:      drivers/tty/serial/sunzilog.h
9345
9346 SPARSE CHECKER
9347 M:      "Christopher Li" <sparse@chrisli.org>
9348 L:      linux-sparse@vger.kernel.org
9349 W:      https://sparse.wiki.kernel.org/
9350 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9351 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9352 S:      Maintained
9353 F:      include/linux/compiler.h
9354
9355 SPEAR PLATFORM SUPPORT
9356 M:      Viresh Kumar <viresh.linux@gmail.com>
9357 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9358 L:      spear-devel@list.st.com
9359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9360 W:      http://www.st.com/spear
9361 S:      Maintained
9362 F:      arch/arm/mach-spear/
9363
9364 SPEAR CLOCK FRAMEWORK SUPPORT
9365 M:      Viresh Kumar <viresh.linux@gmail.com>
9366 L:      spear-devel@list.st.com
9367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9368 W:      http://www.st.com/spear
9369 S:      Maintained
9370 F:      drivers/clk/spear/
9371
9372 SPI SUBSYSTEM
9373 M:      Mark Brown <broonie@kernel.org>
9374 L:      linux-spi@vger.kernel.org
9375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9376 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9377 S:      Maintained
9378 F:      Documentation/spi/
9379 F:      drivers/spi/
9380 F:      include/linux/spi/
9381 F:      include/uapi/linux/spi/
9382
9383 SPIDERNET NETWORK DRIVER for CELL
9384 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9385 M:      Jens Osterkamp <jens@de.ibm.com>
9386 L:      netdev@vger.kernel.org
9387 S:      Supported
9388 F:      Documentation/networking/spider_net.txt
9389 F:      drivers/net/ethernet/toshiba/spider_net*
9390
9391 SPU FILE SYSTEM
9392 M:      Jeremy Kerr <jk@ozlabs.org>
9393 L:      linuxppc-dev@lists.ozlabs.org
9394 L:      cbe-oss-dev@lists.ozlabs.org
9395 W:      http://www.ibm.com/developerworks/power/cell/
9396 S:      Supported
9397 F:      Documentation/filesystems/spufs.txt
9398 F:      arch/powerpc/platforms/cell/spufs/
9399
9400 SQUASHFS FILE SYSTEM
9401 M:      Phillip Lougher <phillip@squashfs.org.uk>
9402 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9403 W:      http://squashfs.org.uk
9404 S:      Maintained
9405 F:      Documentation/filesystems/squashfs.txt
9406 F:      fs/squashfs/
9407
9408 SRM (Alpha) environment access
9409 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9410 S:      Maintained
9411 F:      arch/alpha/kernel/srm_env.c
9412
9413 STABLE BRANCH
9414 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9415 L:      stable@vger.kernel.org
9416 S:      Supported
9417 F:      Documentation/stable_kernel_rules.txt
9418
9419 STAGING SUBSYSTEM
9420 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9422 L:      devel@driverdev.osuosl.org
9423 S:      Supported
9424 F:      drivers/staging/
9425
9426 STAGING - COMEDI
9427 M:      Ian Abbott <abbotti@mev.co.uk>
9428 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9429 S:      Odd Fixes
9430 F:      drivers/staging/comedi/
9431
9432 STAGING - FLARION FT1000 DRIVERS
9433 M:      Marek Belisko <marek.belisko@gmail.com>
9434 S:      Odd Fixes
9435 F:      drivers/staging/ft1000/
9436
9437 STAGING - INDUSTRIAL IO
9438 M:      Jonathan Cameron <jic23@kernel.org>
9439 L:      linux-iio@vger.kernel.org
9440 S:      Odd Fixes
9441 F:      drivers/staging/iio/
9442
9443 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9444 M:      Jarod Wilson <jarod@wilsonet.com>
9445 W:      http://www.lirc.org/
9446 S:      Odd Fixes
9447 F:      drivers/staging/media/lirc/
9448
9449 STAGING - LUSTRE PARALLEL FILESYSTEM
9450 M:      Oleg Drokin <oleg.drokin@intel.com>
9451 M:      Andreas Dilger <andreas.dilger@intel.com>
9452 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9453 W:      http://lustre.opensfs.org/
9454 S:      Maintained
9455 F:      drivers/staging/lustre
9456
9457 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9458 M:      Julian Andres Klode <jak@jak-linux.org>
9459 M:      Marc Dietrich <marvin24@gmx.de>
9460 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9461 L:      linux-tegra@vger.kernel.org
9462 S:      Maintained
9463 F:      drivers/staging/nvec/
9464
9465 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9466 M:      Jens Frederich <jfrederich@gmail.com>
9467 M:      Daniel Drake <dsd@laptop.org>
9468 M:      Jon Nettleton <jon.nettleton@gmail.com>
9469 W:      http://wiki.laptop.org/go/DCON
9470 S:      Maintained
9471 F:      drivers/staging/olpc_dcon/
9472
9473 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9474 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9475 S:      Maintained
9476 F:      drivers/staging/ozwpan/
9477
9478 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9479 M:      Willy Tarreau <willy@meta-x.org>
9480 S:      Odd Fixes
9481 F:      drivers/staging/panel/
9482
9483 STAGING - REALTEK RTL8712U DRIVERS
9484 M:      Larry Finger <Larry.Finger@lwfinger.net>
9485 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9486 S:      Odd Fixes
9487 F:      drivers/staging/rtl8712/
9488
9489 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9490 M:      Larry Finger <Larry.Finger@lwfinger.net>
9491 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9492 L:      linux-wireless@vger.kernel.org
9493 S:      Maintained
9494 F:      drivers/staging/rtl8723au/
9495
9496 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9497 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9498 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9499 M:      Sudip Mukherjee <sudip@vectorindia.org>
9500 L:      linux-fbdev@vger.kernel.org
9501 S:      Maintained
9502 F:      drivers/staging/sm7xxfb/
9503
9504 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9505 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9506 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9507 M:      Sudip Mukherjee <sudip@vectorindia.org>
9508 L:      linux-fbdev@vger.kernel.org
9509 S:      Maintained
9510 F:      drivers/staging/sm750fb/
9511
9512 STAGING - SLICOSS
9513 M:      Lior Dotan <liodot@gmail.com>
9514 M:      Christopher Harrer <charrer@alacritech.com>
9515 S:      Odd Fixes
9516 F:      drivers/staging/slicoss/
9517
9518 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9519 M:      William Hubbs <w.d.hubbs@gmail.com>
9520 M:      Chris Brannon <chris@the-brannons.com>
9521 M:      Kirk Reiser <kirk@reisers.ca>
9522 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9523 L:      speakup@linux-speakup.org
9524 W:      http://www.linux-speakup.org/
9525 S:      Odd Fixes
9526 F:      drivers/staging/speakup/
9527
9528 STAGING - VIA VT665X DRIVERS
9529 M:      Forest Bond <forest@alittletooquiet.net>
9530 S:      Odd Fixes
9531 F:      drivers/staging/vt665?/
9532
9533 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9534 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9535 S:      Odd Fixes
9536 F:      drivers/staging/xgifb/
9537
9538 STARFIRE/DURALAN NETWORK DRIVER
9539 M:      Ion Badulescu <ionut@badula.org>
9540 S:      Odd Fixes
9541 F:      drivers/net/ethernet/adaptec/starfire*
9542
9543 SUN3/3X
9544 M:      Sam Creasey <sammy@sammy.net>
9545 W:      http://sammy.net/sun3/
9546 S:      Maintained
9547 F:      arch/m68k/kernel/*sun3*
9548 F:      arch/m68k/sun3*/
9549 F:      arch/m68k/include/asm/sun3*
9550 F:      drivers/net/ethernet/i825xx/sun3*
9551
9552 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9553 M:      Hans de Goede <hdegoede@redhat.com>
9554 L:      linux-input@vger.kernel.org
9555 S:      Maintained
9556 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9557 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9558
9559 SUNDANCE NETWORK DRIVER
9560 M:      Denis Kirjanov <kda@linux-powerpc.org>
9561 L:      netdev@vger.kernel.org
9562 S:      Maintained
9563 F:      drivers/net/ethernet/dlink/sundance.c
9564
9565 SUPERH
9566 L:      linux-sh@vger.kernel.org
9567 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9568 S:      Orphan
9569 F:      Documentation/sh/
9570 F:      arch/sh/
9571 F:      drivers/sh/
9572
9573 SUSPEND TO RAM
9574 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9575 M:      Len Brown <len.brown@intel.com>
9576 M:      Pavel Machek <pavel@ucw.cz>
9577 L:      linux-pm@vger.kernel.org
9578 S:      Supported
9579 F:      Documentation/power/
9580 F:      arch/x86/kernel/acpi/
9581 F:      drivers/base/power/
9582 F:      kernel/power/
9583 F:      include/linux/suspend.h
9584 F:      include/linux/freezer.h
9585 F:      include/linux/pm.h
9586
9587 SVGA HANDLING
9588 M:      Martin Mares <mj@ucw.cz>
9589 L:      linux-video@atrey.karlin.mff.cuni.cz
9590 S:      Maintained
9591 F:      Documentation/svga.txt
9592 F:      arch/x86/boot/video*
9593
9594 SWIOTLB SUBSYSTEM
9595 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9596 L:      linux-kernel@vger.kernel.org
9597 S:      Supported
9598 F:      lib/swiotlb.c
9599 F:      arch/*/kernel/pci-swiotlb.c
9600 F:      include/linux/swiotlb.h
9601
9602 SWITCHDEV
9603 M:      Jiri Pirko <jiri@resnulli.us>
9604 L:      netdev@vger.kernel.org
9605 S:      Supported
9606 F:      net/switchdev/
9607 F:      include/net/switchdev.h
9608
9609 SYNOPSYS ARC ARCHITECTURE
9610 M:      Vineet Gupta <vgupta@synopsys.com>
9611 S:      Supported
9612 F:      arch/arc/
9613 F:      Documentation/devicetree/bindings/arc/
9614 F:      drivers/tty/serial/arc_uart.c
9615
9616 SYSV FILESYSTEM
9617 M:      Christoph Hellwig <hch@infradead.org>
9618 S:      Maintained
9619 F:      Documentation/filesystems/sysv-fs.txt
9620 F:      fs/sysv/
9621 F:      include/linux/sysv_fs.h
9622
9623 TARGET SUBSYSTEM
9624 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9625 L:      linux-scsi@vger.kernel.org
9626 L:      target-devel@vger.kernel.org
9627 W:      http://www.linux-iscsi.org
9628 W:      http://groups.google.com/group/linux-iscsi-target-dev
9629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9630 S:      Supported
9631 F:      drivers/target/
9632 F:      include/target/
9633 F:      Documentation/target/
9634
9635 TASKSTATS STATISTICS INTERFACE
9636 M:      Balbir Singh <bsingharora@gmail.com>
9637 S:      Maintained
9638 F:      Documentation/accounting/taskstats*
9639 F:      include/linux/taskstats*
9640 F:      kernel/taskstats.c
9641
9642 TC CLASSIFIER
9643 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9644 L:      netdev@vger.kernel.org
9645 S:      Maintained
9646 F:      include/net/pkt_cls.h
9647 F:      include/uapi/linux/pkt_cls.h
9648 F:      net/sched/
9649
9650 TCP LOW PRIORITY MODULE
9651 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9652 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9653 W:      http://tcp-lp-mod.sourceforge.net/
9654 S:      Maintained
9655 F:      net/ipv4/tcp_lp.c
9656
9657 TDA10071 MEDIA DRIVER
9658 M:      Antti Palosaari <crope@iki.fi>
9659 L:      linux-media@vger.kernel.org
9660 W:      http://linuxtv.org/
9661 W:      http://palosaari.fi/linux/
9662 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9663 T:      git git://linuxtv.org/anttip/media_tree.git
9664 S:      Maintained
9665 F:      drivers/media/dvb-frontends/tda10071*
9666
9667 TDA18212 MEDIA DRIVER
9668 M:      Antti Palosaari <crope@iki.fi>
9669 L:      linux-media@vger.kernel.org
9670 W:      http://linuxtv.org/
9671 W:      http://palosaari.fi/linux/
9672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9673 T:      git git://linuxtv.org/anttip/media_tree.git
9674 S:      Maintained
9675 F:      drivers/media/tuners/tda18212*
9676
9677 TDA18218 MEDIA DRIVER
9678 M:      Antti Palosaari <crope@iki.fi>
9679 L:      linux-media@vger.kernel.org
9680 W:      http://linuxtv.org/
9681 W:      http://palosaari.fi/linux/
9682 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9683 T:      git git://linuxtv.org/anttip/media_tree.git
9684 S:      Maintained
9685 F:      drivers/media/tuners/tda18218*
9686
9687 TDA18271 MEDIA DRIVER
9688 M:      Michael Krufky <mkrufky@linuxtv.org>
9689 L:      linux-media@vger.kernel.org
9690 W:      http://linuxtv.org/
9691 W:      http://github.com/mkrufky
9692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9693 T:      git git://linuxtv.org/mkrufky/tuners.git
9694 S:      Maintained
9695 F:      drivers/media/tuners/tda18271*
9696
9697 TDA827x MEDIA DRIVER
9698 M:      Michael Krufky <mkrufky@linuxtv.org>
9699 L:      linux-media@vger.kernel.org
9700 W:      http://linuxtv.org/
9701 W:      http://github.com/mkrufky
9702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9703 T:      git git://linuxtv.org/mkrufky/tuners.git
9704 S:      Maintained
9705 F:      drivers/media/tuners/tda8290.*
9706
9707 TDA8290 MEDIA DRIVER
9708 M:      Michael Krufky <mkrufky@linuxtv.org>
9709 L:      linux-media@vger.kernel.org
9710 W:      http://linuxtv.org/
9711 W:      http://github.com/mkrufky
9712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9713 T:      git git://linuxtv.org/mkrufky/tuners.git
9714 S:      Maintained
9715 F:      drivers/media/tuners/tda8290.*
9716
9717 TDA9840 MEDIA DRIVER
9718 M:      Hans Verkuil <hverkuil@xs4all.nl>
9719 L:      linux-media@vger.kernel.org
9720 T:      git git://linuxtv.org/media_tree.git
9721 W:      http://linuxtv.org
9722 S:      Maintained
9723 F:      drivers/media/i2c/tda9840*
9724
9725 TEA5761 TUNER DRIVER
9726 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9727 L:      linux-media@vger.kernel.org
9728 W:      http://linuxtv.org
9729 T:      git git://linuxtv.org/media_tree.git
9730 S:      Odd fixes
9731 F:      drivers/media/tuners/tea5761.*
9732
9733 TEA5767 TUNER DRIVER
9734 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9735 L:      linux-media@vger.kernel.org
9736 W:      http://linuxtv.org
9737 T:      git git://linuxtv.org/media_tree.git
9738 S:      Maintained
9739 F:      drivers/media/tuners/tea5767.*
9740
9741 TEA6415C MEDIA DRIVER
9742 M:      Hans Verkuil <hverkuil@xs4all.nl>
9743 L:      linux-media@vger.kernel.org
9744 T:      git git://linuxtv.org/media_tree.git
9745 W:      http://linuxtv.org
9746 S:      Maintained
9747 F:      drivers/media/i2c/tea6415c*
9748
9749 TEA6420 MEDIA DRIVER
9750 M:      Hans Verkuil <hverkuil@xs4all.nl>
9751 L:      linux-media@vger.kernel.org
9752 T:      git git://linuxtv.org/media_tree.git
9753 W:      http://linuxtv.org
9754 S:      Maintained
9755 F:      drivers/media/i2c/tea6420*
9756
9757 TEAM DRIVER
9758 M:      Jiri Pirko <jiri@resnulli.us>
9759 L:      netdev@vger.kernel.org
9760 S:      Supported
9761 F:      drivers/net/team/
9762 F:      include/linux/if_team.h
9763 F:      include/uapi/linux/if_team.h
9764
9765 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9766 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9767 S:      Maintained
9768 F:      arch/x86/platform/ts5500/
9769
9770 TECHNOTREND USB IR RECEIVER
9771 M:      Sean Young <sean@mess.org>
9772 L:      linux-media@vger.kernel.org
9773 S:      Maintained
9774 F:      drivers/media/rc/ttusbir.c
9775
9776 TEGRA ARCHITECTURE SUPPORT
9777 M:      Stephen Warren <swarren@wwwdotorg.org>
9778 M:      Thierry Reding <thierry.reding@gmail.com>
9779 M:      Alexandre Courbot <gnurou@gmail.com>
9780 L:      linux-tegra@vger.kernel.org
9781 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9783 S:      Supported
9784 N:      [^a-z]tegra
9785
9786 TEGRA CLOCK DRIVER
9787 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9788 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9789 S:      Supported
9790 F:      drivers/clk/tegra/
9791
9792 TEGRA DMA DRIVER
9793 M:      Laxman Dewangan <ldewangan@nvidia.com>
9794 S:      Supported
9795 F:      drivers/dma/tegra20-apb-dma.c
9796
9797 TEGRA I2C DRIVER
9798 M:      Laxman Dewangan <ldewangan@nvidia.com>
9799 S:      Supported
9800 F:      drivers/i2c/busses/i2c-tegra.c
9801
9802 TEGRA IOMMU DRIVERS
9803 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9804 S:      Supported
9805 F:      drivers/iommu/tegra*
9806
9807 TEGRA KBC DRIVER
9808 M:      Rakesh Iyer <riyer@nvidia.com>
9809 M:      Laxman Dewangan <ldewangan@nvidia.com>
9810 S:      Supported
9811 F:      drivers/input/keyboard/tegra-kbc.c
9812
9813 TEGRA PWM DRIVER
9814 M:      Thierry Reding <thierry.reding@gmail.com>
9815 S:      Supported
9816 F:      drivers/pwm/pwm-tegra.c
9817
9818 TEGRA SERIAL DRIVER
9819 M:      Laxman Dewangan <ldewangan@nvidia.com>
9820 S:      Supported
9821 F:      drivers/tty/serial/serial-tegra.c
9822
9823 TEGRA SPI DRIVER
9824 M:      Laxman Dewangan <ldewangan@nvidia.com>
9825 S:      Supported
9826 F:      drivers/spi/spi-tegra*
9827
9828 TEHUTI ETHERNET DRIVER
9829 M:      Andy Gospodarek <andy@greyhouse.net>
9830 L:      netdev@vger.kernel.org
9831 S:      Supported
9832 F:      drivers/net/ethernet/tehuti/*
9833
9834 Telecom Clock Driver for MCPL0010
9835 M:      Mark Gross <mark.gross@intel.com>
9836 S:      Supported
9837 F:      drivers/char/tlclk.c
9838
9839 TENSILICA XTENSA PORT (xtensa)
9840 M:      Chris Zankel <chris@zankel.net>
9841 M:      Max Filippov <jcmvbkbc@gmail.com>
9842 L:      linux-xtensa@linux-xtensa.org
9843 S:      Maintained
9844 F:      arch/xtensa/
9845 F:      drivers/irqchip/irq-xtensa-*
9846
9847 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9848 M:      Hans Verkuil <hverkuil@xs4all.nl>
9849 L:      linux-media@vger.kernel.org
9850 T:      git git://linuxtv.org/media_tree.git
9851 W:      http://linuxtv.org
9852 S:      Maintained
9853 F:      drivers/media/radio/radio-raremono.c
9854
9855 THERMAL
9856 M:      Zhang Rui <rui.zhang@intel.com>
9857 M:      Eduardo Valentin <edubezval@gmail.com>
9858 L:      linux-pm@vger.kernel.org
9859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9861 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9862 S:      Supported
9863 F:      drivers/thermal/
9864 F:      include/linux/thermal.h
9865 F:      include/uapi/linux/thermal.h
9866 F:      include/linux/cpu_cooling.h
9867 F:      Documentation/devicetree/bindings/thermal/
9868
9869 THINGM BLINK(1) USB RGB LED DRIVER
9870 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9871 S:      Maintained
9872 F:      drivers/hid/hid-thingm.c
9873
9874 THINKPAD ACPI EXTRAS DRIVER
9875 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9876 L:      ibm-acpi-devel@lists.sourceforge.net
9877 L:      platform-driver-x86@vger.kernel.org
9878 W:      http://ibm-acpi.sourceforge.net
9879 W:      http://thinkwiki.org/wiki/Ibm-acpi
9880 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9881 S:      Maintained
9882 F:      drivers/platform/x86/thinkpad_acpi.c
9883
9884 TI BANDGAP AND THERMAL DRIVER
9885 M:      Eduardo Valentin <edubezval@gmail.com>
9886 L:      linux-pm@vger.kernel.org
9887 L:      linux-omap@vger.kernel.org
9888 S:      Maintained
9889 F:      drivers/thermal/ti-soc-thermal/
9890
9891 TI CDCE706 CLOCK DRIVER
9892 M:      Max Filippov <jcmvbkbc@gmail.com>
9893 S:      Maintained
9894 F:      drivers/clk/clk-cdce706.c
9895
9896 TI CLOCK DRIVER
9897 M:      Tero Kristo <t-kristo@ti.com>
9898 L:      linux-omap@vger.kernel.org
9899 S:      Maintained
9900 F:      drivers/clk/ti/
9901 F:      include/linux/clk/ti.h
9902
9903 TI FLASH MEDIA INTERFACE DRIVER
9904 M:      Alex Dubov <oakad@yahoo.com>
9905 S:      Maintained
9906 F:      drivers/misc/tifm*
9907 F:      drivers/mmc/host/tifm_sd.c
9908 F:      include/linux/tifm.h
9909
9910 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9911 M:      Santosh Shilimkar <ssantosh@kernel.org>
9912 L:      linux-kernel@vger.kernel.org
9913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9914 S:      Maintained
9915 F:      drivers/soc/ti/*
9916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9917
9918
9919 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9920 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9921 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9922 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9923 S:      Maintained
9924 F:      sound/soc/codecs/lm49453*
9925 F:      sound/soc/codecs/isabelle*
9926
9927 TI LP855x BACKLIGHT DRIVER
9928 M:      Milo Kim <milo.kim@ti.com>
9929 S:      Maintained
9930 F:      Documentation/backlight/lp855x-driver.txt
9931 F:      drivers/video/backlight/lp855x_bl.c
9932 F:      include/linux/platform_data/lp855x.h
9933
9934 TI LP8727 CHARGER DRIVER
9935 M:      Milo Kim <milo.kim@ti.com>
9936 S:      Maintained
9937 F:      drivers/power/lp8727_charger.c
9938 F:      include/linux/platform_data/lp8727.h
9939
9940 TI LP8788 MFD DRIVER
9941 M:      Milo Kim <milo.kim@ti.com>
9942 S:      Maintained
9943 F:      drivers/iio/adc/lp8788_adc.c
9944 F:      drivers/leds/leds-lp8788.c
9945 F:      drivers/mfd/lp8788*.c
9946 F:      drivers/power/lp8788-charger.c
9947 F:      drivers/regulator/lp8788-*.c
9948 F:      include/linux/mfd/lp8788*.h
9949
9950 TI NETCP ETHERNET DRIVER
9951 M:      Wingman Kwok <w-kwok2@ti.com>
9952 M:      Murali Karicheri <m-karicheri2@ti.com>
9953 L:      netdev@vger.kernel.org
9954 S:      Maintained
9955 F:      drivers/net/ethernet/ti/netcp*
9956
9957 TI TWL4030 SERIES SOC CODEC DRIVER
9958 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9959 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9960 S:      Maintained
9961 F:      sound/soc/codecs/twl4030*
9962
9963 TI WILINK WIRELESS DRIVERS
9964 L:      linux-wireless@vger.kernel.org
9965 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9966 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9968 S:      Orphan
9969 F:      drivers/net/wireless/ti/
9970 F:      include/linux/wl12xx.h
9971
9972 TIPC NETWORK LAYER
9973 M:      Jon Maloy <jon.maloy@ericsson.com>
9974 M:      Ying Xue <ying.xue@windriver.com>
9975 L:      netdev@vger.kernel.org (core kernel code)
9976 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9977 W:      http://tipc.sourceforge.net/
9978 S:      Maintained
9979 F:      include/uapi/linux/tipc*.h
9980 F:      net/tipc/
9981
9982 TILE ARCHITECTURE
9983 M:      Chris Metcalf <cmetcalf@ezchip.com>
9984 W:      http://www.ezchip.com/scm/
9985 S:      Supported
9986 F:      arch/tile/
9987 F:      drivers/char/tile-srom.c
9988 F:      drivers/edac/tile_edac.c
9989 F:      drivers/net/ethernet/tile/
9990 F:      drivers/rtc/rtc-tile.c
9991 F:      drivers/tty/hvc/hvc_tile.c
9992 F:      drivers/tty/serial/tilegx.c
9993 F:      drivers/usb/host/*-tilegx.c
9994 F:      include/linux/usb/tilegx.h
9995
9996 TLAN NETWORK DRIVER
9997 M:      Samuel Chessman <chessman@tux.org>
9998 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9999 W:      http://sourceforge.net/projects/tlan/
10000 S:      Maintained
10001 F:      Documentation/networking/tlan.txt
10002 F:      drivers/net/ethernet/ti/tlan.*
10003
10004 TOMOYO SECURITY MODULE
10005 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10006 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10007 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10008 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10009 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10010 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10011 W:      http://tomoyo.sourceforge.jp/
10012 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10013 S:      Maintained
10014 F:      security/tomoyo/
10015
10016 TOPSTAR LAPTOP EXTRAS DRIVER
10017 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10018 L:      platform-driver-x86@vger.kernel.org
10019 S:      Maintained
10020 F:      drivers/platform/x86/topstar-laptop.c
10021
10022 TOSHIBA ACPI EXTRAS DRIVER
10023 M:      Azael Avalos <coproscefalo@gmail.com>
10024 L:      platform-driver-x86@vger.kernel.org
10025 S:      Maintained
10026 F:      drivers/platform/x86/toshiba_acpi.c
10027
10028 TOSHIBA BLUETOOTH DRIVER
10029 M:      Azael Avalos <coproscefalo@gmail.com>
10030 L:      platform-driver-x86@vger.kernel.org
10031 S:      Maintained
10032 F:      drivers/platform/x86/toshiba_bluetooth.c
10033
10034 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10035 M:      Azael Avalos <coproscefalo@gmail.com>
10036 L:      platform-driver-x86@vger.kernel.org
10037 S:      Maintained
10038 F:      drivers/platform/x86/toshiba_haps.c
10039
10040 TOSHIBA SMM DRIVER
10041 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10042 L:      tlinux-users@tce.toshiba-dme.co.jp
10043 W:      http://www.buzzard.org.uk/toshiba/
10044 S:      Maintained
10045 F:      drivers/char/toshiba.c
10046 F:      include/linux/toshiba.h
10047 F:      include/uapi/linux/toshiba.h
10048
10049 TMIO MMC DRIVER
10050 M:      Ian Molton <ian.molton@codethink.co.uk>
10051 L:      linux-mmc@vger.kernel.org
10052 S:      Maintained
10053 F:      drivers/mmc/host/tmio_mmc*
10054 F:      drivers/mmc/host/sh_mobile_sdhi.c
10055 F:      include/linux/mmc/tmio.h
10056 F:      include/linux/mmc/sh_mobile_sdhi.h
10057
10058 TMP401 HARDWARE MONITOR DRIVER
10059 M:      Guenter Roeck <linux@roeck-us.net>
10060 L:      lm-sensors@lm-sensors.org
10061 S:      Maintained
10062 F:      Documentation/hwmon/tmp401
10063 F:      drivers/hwmon/tmp401.c
10064
10065 TMPFS (SHMEM FILESYSTEM)
10066 M:      Hugh Dickins <hughd@google.com>
10067 L:      linux-mm@kvack.org
10068 S:      Maintained
10069 F:      include/linux/shmem_fs.h
10070 F:      mm/shmem.c
10071
10072 TM6000 VIDEO4LINUX DRIVER
10073 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10074 L:      linux-media@vger.kernel.org
10075 W:      http://linuxtv.org
10076 T:      git git://linuxtv.org/media_tree.git
10077 S:      Odd fixes
10078 F:      drivers/media/usb/tm6000/
10079
10080 TW68 VIDEO4LINUX DRIVER
10081 M:      Hans Verkuil <hverkuil@xs4all.nl>
10082 L:      linux-media@vger.kernel.org
10083 T:      git git://linuxtv.org/media_tree.git
10084 W:      http://linuxtv.org
10085 S:      Odd Fixes
10086 F:      drivers/media/pci/tw68/
10087
10088 TPM DEVICE DRIVER
10089 M:      Peter Huewe <peterhuewe@gmx.de>
10090 M:      Marcel Selhorst <tpmdd@selhorst.net>
10091 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10092 W:      http://tpmdd.sourceforge.net
10093 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10094 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10095 T:      https://github.com/PeterHuewe/linux-tpmdd
10096 S:      Maintained
10097 F:      drivers/char/tpm/
10098
10099 TPM IBM_VTPM DEVICE DRIVER
10100 M:      Ashley Lai <ashleydlai@gmail.com>
10101 W:      http://tpmdd.sourceforge.net
10102 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10103 S:      Maintained
10104 F:      drivers/char/tpm/tpm_ibmvtpm*
10105
10106 TRACING
10107 M:      Steven Rostedt <rostedt@goodmis.org>
10108 M:      Ingo Molnar <mingo@redhat.com>
10109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10110 S:      Maintained
10111 F:      Documentation/trace/ftrace.txt
10112 F:      arch/*/*/*/ftrace.h
10113 F:      arch/*/kernel/ftrace.c
10114 F:      include/*/ftrace.h
10115 F:      include/linux/trace*.h
10116 F:      include/trace/
10117 F:      kernel/trace/
10118 F:      tools/testing/selftests/ftrace/
10119
10120 TRIVIAL PATCHES
10121 M:      Jiri Kosina <trivial@kernel.org>
10122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10123 S:      Maintained
10124 K:      ^Subject:.*(?i)trivial
10125
10126 TTY LAYER
10127 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10128 M:      Jiri Slaby <jslaby@suse.cz>
10129 S:      Supported
10130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10131 F:      drivers/tty/
10132 F:      drivers/tty/serial/serial_core.c
10133 F:      include/linux/serial_core.h
10134 F:      include/linux/serial.h
10135 F:      include/linux/tty.h
10136 F:      include/uapi/linux/serial_core.h
10137 F:      include/uapi/linux/serial.h
10138 F:      include/uapi/linux/tty.h
10139
10140 TUA9001 MEDIA DRIVER
10141 M:      Antti Palosaari <crope@iki.fi>
10142 L:      linux-media@vger.kernel.org
10143 W:      http://linuxtv.org/
10144 W:      http://palosaari.fi/linux/
10145 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10146 T:      git git://linuxtv.org/anttip/media_tree.git
10147 S:      Maintained
10148 F:      drivers/media/tuners/tua9001*
10149
10150 TULIP NETWORK DRIVERS
10151 M:      Grant Grundler <grundler@parisc-linux.org>
10152 L:      netdev@vger.kernel.org
10153 S:      Maintained
10154 F:      drivers/net/ethernet/dec/tulip/
10155
10156 TUN/TAP driver
10157 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10158 W:      http://vtun.sourceforge.net/tun
10159 S:      Maintained
10160 F:      Documentation/networking/tuntap.txt
10161 F:      arch/um/os-Linux/drivers/
10162
10163 TURBOCHANNEL SUBSYSTEM
10164 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10165 M:      Ralf Baechle <ralf@linux-mips.org>
10166 L:      linux-mips@linux-mips.org
10167 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10168 S:      Maintained
10169 F:      drivers/tc/
10170 F:      include/linux/tc.h
10171
10172 U14-34F SCSI DRIVER
10173 M:      Dario Ballabio <ballabio_dario@emc.com>
10174 L:      linux-scsi@vger.kernel.org
10175 S:      Maintained
10176 F:      drivers/scsi/u14-34f.c
10177
10178 UBI FILE SYSTEM (UBIFS)
10179 M:      Artem Bityutskiy <dedekind1@gmail.com>
10180 M:      Adrian Hunter <adrian.hunter@intel.com>
10181 L:      linux-mtd@lists.infradead.org
10182 T:      git git://git.infradead.org/ubifs-2.6.git
10183 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10184 S:      Maintained
10185 F:      Documentation/filesystems/ubifs.txt
10186 F:      fs/ubifs/
10187
10188 UCLINUX (AND M68KNOMMU)
10189 M:      Greg Ungerer <gerg@uclinux.org>
10190 W:      http://www.uclinux.org/
10191 L:      uclinux-dev@uclinux.org  (subscribers-only)
10192 S:      Maintained
10193 F:      arch/m68k/*/*_no.*
10194 F:      arch/m68k/include/asm/*_no.*
10195
10196 UDF FILESYSTEM
10197 M:      Jan Kara <jack@suse.cz>
10198 S:      Maintained
10199 F:      Documentation/filesystems/udf.txt
10200 F:      fs/udf/
10201
10202 UFS FILESYSTEM
10203 M:      Evgeniy Dushistov <dushistov@mail.ru>
10204 S:      Maintained
10205 F:      Documentation/filesystems/ufs.txt
10206 F:      fs/ufs/
10207
10208 UHID USERSPACE HID IO DRIVER:
10209 M:      David Herrmann <dh.herrmann@googlemail.com>
10210 L:      linux-input@vger.kernel.org
10211 S:      Maintained
10212 F:      drivers/hid/uhid.c
10213 F:      include/uapi/linux/uhid.h
10214
10215 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10216 L:      linux-usb@vger.kernel.org
10217 S:      Orphan
10218 F:      drivers/uwb/
10219 F:      include/linux/uwb.h
10220 F:      include/linux/uwb/
10221
10222 UNICORE32 ARCHITECTURE:
10223 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10224 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10225 S:      Maintained
10226 T:      git git://github.com/gxt/linux.git
10227 F:      arch/unicore32/
10228
10229 UNIFDEF
10230 M:      Tony Finch <dot@dotat.at>
10231 W:      http://dotat.at/prog/unifdef
10232 S:      Maintained
10233 F:      scripts/unifdef.c
10234
10235 UNIFORM CDROM DRIVER
10236 M:      Jens Axboe <axboe@kernel.dk>
10237 W:      http://www.kernel.dk
10238 S:      Maintained
10239 F:      Documentation/cdrom/
10240 F:      drivers/cdrom/cdrom.c
10241 F:      include/linux/cdrom.h
10242 F:      include/uapi/linux/cdrom.h
10243
10244 UNISYS S-PAR DRIVERS
10245 M:      Benjamin Romer <benjamin.romer@unisys.com>
10246 M:      David Kershner <david.kershner@unisys.com>
10247 L:      sparmaintainer@unisys.com (Unisys internal)
10248 S:      Supported
10249 F:      drivers/staging/unisys/
10250
10251 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10252 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10253 L:      linux-scsi@vger.kernel.org
10254 S:      Supported
10255 F:      Documentation/scsi/ufs.txt
10256 F:      drivers/scsi/ufs/
10257
10258 UNSORTED BLOCK IMAGES (UBI)
10259 M:      Artem Bityutskiy <dedekind1@gmail.com>
10260 M:      Richard Weinberger <richard@nod.at>
10261 W:      http://www.linux-mtd.infradead.org/
10262 L:      linux-mtd@lists.infradead.org
10263 T:      git git://git.infradead.org/ubifs-2.6.git
10264 S:      Supported
10265 F:      drivers/mtd/ubi/
10266 F:      include/linux/mtd/ubi.h
10267 F:      include/uapi/mtd/ubi-user.h
10268
10269 USB ACM DRIVER
10270 M:      Oliver Neukum <oliver@neukum.org>
10271 L:      linux-usb@vger.kernel.org
10272 S:      Maintained
10273 F:      Documentation/usb/acm.txt
10274 F:      drivers/usb/class/cdc-acm.*
10275
10276 USB AR5523 WIRELESS DRIVER
10277 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10278 L:      linux-wireless@vger.kernel.org
10279 S:      Maintained
10280 F:      drivers/net/wireless/ath/ar5523/
10281
10282 USB ATTACHED SCSI
10283 M:      Hans de Goede <hdegoede@redhat.com>
10284 M:      Gerd Hoffmann <kraxel@redhat.com>
10285 L:      linux-usb@vger.kernel.org
10286 L:      linux-scsi@vger.kernel.org
10287 S:      Maintained
10288 F:      drivers/usb/storage/uas.c
10289
10290 USB CDC ETHERNET DRIVER
10291 M:      Oliver Neukum <oliver@neukum.org>
10292 L:      linux-usb@vger.kernel.org
10293 S:      Maintained
10294 F:      drivers/net/usb/cdc_*.c
10295 F:      include/uapi/linux/usb/cdc.h
10296
10297 USB CHAOSKEY DRIVER
10298 M:      Keith Packard <keithp@keithp.com>
10299 L:      linux-usb@vger.kernel.org
10300 S:      Maintained
10301 F:      drivers/usb/misc/chaoskey.c
10302
10303 USB CYPRESS C67X00 DRIVER
10304 M:      Peter Korsgaard <jacmet@sunsite.dk>
10305 L:      linux-usb@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/usb/c67x00/
10308
10309 USB DAVICOM DM9601 DRIVER
10310 M:      Peter Korsgaard <jacmet@sunsite.dk>
10311 L:      netdev@vger.kernel.org
10312 W:      http://www.linux-usb.org/usbnet
10313 S:      Maintained
10314 F:      drivers/net/usb/dm9601.c
10315
10316 USB DIAMOND RIO500 DRIVER
10317 M:      Cesar Miquel <miquel@df.uba.ar>
10318 L:      rio500-users@lists.sourceforge.net
10319 W:      http://rio500.sourceforge.net
10320 S:      Maintained
10321 F:      drivers/usb/misc/rio500*
10322
10323 USB EHCI DRIVER
10324 M:      Alan Stern <stern@rowland.harvard.edu>
10325 L:      linux-usb@vger.kernel.org
10326 S:      Maintained
10327 F:      Documentation/usb/ehci.txt
10328 F:      drivers/usb/host/ehci*
10329
10330 USB GADGET/PERIPHERAL SUBSYSTEM
10331 M:      Felipe Balbi <balbi@ti.com>
10332 L:      linux-usb@vger.kernel.org
10333 W:      http://www.linux-usb.org/gadget
10334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10335 S:      Maintained
10336 F:      drivers/usb/gadget/
10337 F:      include/linux/usb/gadget*
10338
10339 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10340 M:      Jiri Kosina <jkosina@suse.cz>
10341 L:      linux-usb@vger.kernel.org
10342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10343 S:      Maintained
10344 F:      Documentation/hid/hiddev.txt
10345 F:      drivers/hid/usbhid/
10346
10347 USB ISP116X DRIVER
10348 M:      Olav Kongas <ok@artecdesign.ee>
10349 L:      linux-usb@vger.kernel.org
10350 S:      Maintained
10351 F:      drivers/usb/host/isp116x*
10352 F:      include/linux/usb/isp116x.h
10353
10354 USB MASS STORAGE DRIVER
10355 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10356 L:      linux-usb@vger.kernel.org
10357 L:      usb-storage@lists.one-eyed-alien.net
10358 S:      Maintained
10359 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10360 F:      drivers/usb/storage/
10361
10362 USB MIDI DRIVER
10363 M:      Clemens Ladisch <clemens@ladisch.de>
10364 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10365 T:      git git://git.alsa-project.org/alsa-kernel.git
10366 S:      Maintained
10367 F:      sound/usb/midi.*
10368
10369 USB NETWORKING DRIVERS
10370 L:      linux-usb@vger.kernel.org
10371 S:      Odd Fixes
10372 F:      drivers/net/usb/
10373
10374 USB OHCI DRIVER
10375 M:      Alan Stern <stern@rowland.harvard.edu>
10376 L:      linux-usb@vger.kernel.org
10377 S:      Maintained
10378 F:      Documentation/usb/ohci.txt
10379 F:      drivers/usb/host/ohci*
10380
10381 USB OTG FSM (Finite State Machine)
10382 M:      Peter Chen <Peter.Chen@freescale.com>
10383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10384 L:      linux-usb@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/usb/common/usb-otg-fsm.c
10387
10388 USB OVER IP DRIVER
10389 M:      Valentina Manea <valentina.manea.m@gmail.com>
10390 M:      Shuah Khan <shuah.kh@samsung.com>
10391 L:      linux-usb@vger.kernel.org
10392 S:      Maintained
10393 F:      drivers/usb/usbip/
10394 F:      tools/usb/usbip/
10395
10396 USB PEGASUS DRIVER
10397 M:      Petko Manolov <petkan@nucleusys.com>
10398 L:      linux-usb@vger.kernel.org
10399 L:      netdev@vger.kernel.org
10400 T:      git git://github.com/petkan/pegasus.git
10401 W:      https://github.com/petkan/pegasus
10402 S:      Maintained
10403 F:      drivers/net/usb/pegasus.*
10404
10405 USB PHY LAYER
10406 M:      Felipe Balbi <balbi@ti.com>
10407 L:      linux-usb@vger.kernel.org
10408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10409 S:      Maintained
10410 F:      drivers/usb/phy/
10411
10412 USB PRINTER DRIVER (usblp)
10413 M:      Pete Zaitcev <zaitcev@redhat.com>
10414 L:      linux-usb@vger.kernel.org
10415 S:      Supported
10416 F:      drivers/usb/class/usblp.c
10417
10418 USB RTL8150 DRIVER
10419 M:      Petko Manolov <petkan@nucleusys.com>
10420 L:      linux-usb@vger.kernel.org
10421 L:      netdev@vger.kernel.org
10422 T:      git git://github.com/petkan/rtl8150.git
10423 W:      https://github.com/petkan/rtl8150
10424 S:      Maintained
10425 F:      drivers/net/usb/rtl8150.c
10426
10427 USB SERIAL SUBSYSTEM
10428 M:      Johan Hovold <johan@kernel.org>
10429 L:      linux-usb@vger.kernel.org
10430 S:      Maintained
10431 F:      Documentation/usb/usb-serial.txt
10432 F:      drivers/usb/serial/
10433 F:      include/linux/usb/serial.h
10434
10435 USB SMSC75XX ETHERNET DRIVER
10436 M:      Steve Glendinning <steve.glendinning@shawell.net>
10437 L:      netdev@vger.kernel.org
10438 S:      Maintained
10439 F:      drivers/net/usb/smsc75xx.*
10440
10441 USB SMSC95XX ETHERNET DRIVER
10442 M:      Steve Glendinning <steve.glendinning@shawell.net>
10443 L:      netdev@vger.kernel.org
10444 S:      Maintained
10445 F:      drivers/net/usb/smsc95xx.*
10446
10447 USB SUBSYSTEM
10448 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10449 L:      linux-usb@vger.kernel.org
10450 W:      http://www.linux-usb.org
10451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10452 S:      Supported
10453 F:      Documentation/usb/
10454 F:      drivers/usb/
10455 F:      include/linux/usb.h
10456 F:      include/linux/usb/
10457
10458 USB UHCI DRIVER
10459 M:      Alan Stern <stern@rowland.harvard.edu>
10460 L:      linux-usb@vger.kernel.org
10461 S:      Maintained
10462 F:      drivers/usb/host/uhci*
10463
10464 USB "USBNET" DRIVER FRAMEWORK
10465 M:      Oliver Neukum <oneukum@suse.de>
10466 L:      netdev@vger.kernel.org
10467 W:      http://www.linux-usb.org/usbnet
10468 S:      Maintained
10469 F:      drivers/net/usb/usbnet.c
10470 F:      include/linux/usb/usbnet.h
10471
10472 USB VIDEO CLASS
10473 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10474 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10475 L:      linux-media@vger.kernel.org
10476 T:      git git://linuxtv.org/media_tree.git
10477 W:      http://www.ideasonboard.org/uvc/
10478 S:      Maintained
10479 F:      drivers/media/usb/uvc/
10480 F:      include/uapi/linux/uvcvideo.h
10481
10482 USB VISION DRIVER
10483 M:      Hans Verkuil <hverkuil@xs4all.nl>
10484 L:      linux-media@vger.kernel.org
10485 T:      git git://linuxtv.org/media_tree.git
10486 W:      http://linuxtv.org
10487 S:      Odd Fixes
10488 F:      drivers/media/usb/usbvision/
10489
10490 USB WEBCAM GADGET
10491 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10492 L:      linux-usb@vger.kernel.org
10493 S:      Maintained
10494 F:      drivers/usb/gadget/function/*uvc*
10495 F:      drivers/usb/gadget/legacy/webcam.c
10496
10497 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10498 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10499 L:      linux-wireless@vger.kernel.org
10500 S:      Maintained
10501 F:      drivers/net/wireless/rndis_wlan.c
10502
10503 USB XHCI DRIVER
10504 M:      Mathias Nyman <mathias.nyman@intel.com>
10505 L:      linux-usb@vger.kernel.org
10506 S:      Supported
10507 F:      drivers/usb/host/xhci*
10508 F:      drivers/usb/host/pci-quirks*
10509
10510 USB ZD1201 DRIVER
10511 L:      linux-wireless@vger.kernel.org
10512 W:      http://linux-lc100020.sourceforge.net
10513 S:      Orphan
10514 F:      drivers/net/wireless/zd1201.*
10515
10516 USB ZR364XX DRIVER
10517 M:      Antoine Jacquet <royale@zerezo.com>
10518 L:      linux-usb@vger.kernel.org
10519 L:      linux-media@vger.kernel.org
10520 T:      git git://linuxtv.org/media_tree.git
10521 W:      http://royale.zerezo.com/zr364xx/
10522 S:      Maintained
10523 F:      Documentation/video4linux/zr364xx.txt
10524 F:      drivers/media/usb/zr364xx/
10525
10526 USER-MODE LINUX (UML)
10527 M:      Jeff Dike <jdike@addtoit.com>
10528 M:      Richard Weinberger <richard@nod.at>
10529 L:      user-mode-linux-devel@lists.sourceforge.net
10530 L:      user-mode-linux-user@lists.sourceforge.net
10531 W:      http://user-mode-linux.sourceforge.net
10532 S:      Maintained
10533 F:      Documentation/virtual/uml/
10534 F:      arch/um/
10535 F:      arch/x86/um/
10536 F:      fs/hostfs/
10537 F:      fs/hppfs/
10538
10539 USERSPACE I/O (UIO)
10540 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10541 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10542 S:      Maintained
10543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10544 F:      Documentation/DocBook/uio-howto.tmpl
10545 F:      drivers/uio/
10546 F:      include/linux/uio*.h
10547
10548 UTIL-LINUX PACKAGE
10549 M:      Karel Zak <kzak@redhat.com>
10550 L:      util-linux@vger.kernel.org
10551 W:      http://en.wikipedia.org/wiki/Util-linux
10552 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10553 S:      Maintained
10554
10555 UVESAFB DRIVER
10556 M:      Michal Januszewski <spock@gentoo.org>
10557 L:      linux-fbdev@vger.kernel.org
10558 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10559 S:      Maintained
10560 F:      Documentation/fb/uvesafb.txt
10561 F:      drivers/video/fbdev/uvesafb.*
10562
10563 VFAT/FAT/MSDOS FILESYSTEM
10564 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10565 S:      Maintained
10566 F:      Documentation/filesystems/vfat.txt
10567 F:      fs/fat/
10568
10569 VFIO DRIVER
10570 M:      Alex Williamson <alex.williamson@redhat.com>
10571 L:      kvm@vger.kernel.org
10572 S:      Maintained
10573 F:      Documentation/vfio.txt
10574 F:      drivers/vfio/
10575 F:      include/linux/vfio.h
10576 F:      include/uapi/linux/vfio.h
10577
10578 VIDEOBUF2 FRAMEWORK
10579 M:      Pawel Osciak <pawel@osciak.com>
10580 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10581 M:      Kyungmin Park <kyungmin.park@samsung.com>
10582 L:      linux-media@vger.kernel.org
10583 S:      Maintained
10584 F:      drivers/media/v4l2-core/videobuf2-*
10585 F:      include/media/videobuf2-*
10586
10587 VIRTIO CONSOLE DRIVER
10588 M:      Amit Shah <amit.shah@redhat.com>
10589 L:      virtualization@lists.linux-foundation.org
10590 S:      Maintained
10591 F:      drivers/char/virtio_console.c
10592 F:      include/linux/virtio_console.h
10593 F:      include/uapi/linux/virtio_console.h
10594
10595 VIRTIO CORE, NET AND BLOCK DRIVERS
10596 M:      "Michael S. Tsirkin" <mst@redhat.com>
10597 L:      virtualization@lists.linux-foundation.org
10598 S:      Maintained
10599 F:      drivers/virtio/
10600 F:      tools/virtio/
10601 F:      drivers/net/virtio_net.c
10602 F:      drivers/block/virtio_blk.c
10603 F:      include/linux/virtio_*.h
10604 F:      include/uapi/linux/virtio_*.h
10605
10606 VIRTIO HOST (VHOST)
10607 M:      "Michael S. Tsirkin" <mst@redhat.com>
10608 L:      kvm@vger.kernel.org
10609 L:      virtualization@lists.linux-foundation.org
10610 L:      netdev@vger.kernel.org
10611 S:      Maintained
10612 F:      drivers/vhost/
10613 F:      include/uapi/linux/vhost.h
10614
10615 VIRTIO INPUT DRIVER
10616 M:      Gerd Hoffmann <kraxel@redhat.com>
10617 S:      Maintained
10618 F:      drivers/virtio/virtio_input.c
10619 F:      include/uapi/linux/virtio_input.h
10620
10621 VIA RHINE NETWORK DRIVER
10622 M:      Roger Luethi <rl@hellgate.ch>
10623 S:      Maintained
10624 F:      drivers/net/ethernet/via/via-rhine.c
10625
10626 VIA SD/MMC CARD CONTROLLER DRIVER
10627 M:      Bruce Chang <brucechang@via.com.tw>
10628 M:      Harald Welte <HaraldWelte@viatech.com>
10629 S:      Maintained
10630 F:      drivers/mmc/host/via-sdmmc.c
10631
10632 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10633 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10634 L:      linux-fbdev@vger.kernel.org
10635 S:      Maintained
10636 F:      include/linux/via-core.h
10637 F:      include/linux/via-gpio.h
10638 F:      include/linux/via_i2c.h
10639 F:      drivers/video/fbdev/via/
10640
10641 VIA VELOCITY NETWORK DRIVER
10642 M:      Francois Romieu <romieu@fr.zoreil.com>
10643 L:      netdev@vger.kernel.org
10644 S:      Maintained
10645 F:      drivers/net/ethernet/via/via-velocity.*
10646
10647 VIVID VIRTUAL VIDEO DRIVER
10648 M:      Hans Verkuil <hverkuil@xs4all.nl>
10649 L:      linux-media@vger.kernel.org
10650 T:      git git://linuxtv.org/media_tree.git
10651 W:      http://linuxtv.org
10652 S:      Maintained
10653 F:      drivers/media/platform/vivid/*
10654
10655 VLAN (802.1Q)
10656 M:      Patrick McHardy <kaber@trash.net>
10657 L:      netdev@vger.kernel.org
10658 S:      Maintained
10659 F:      drivers/net/macvlan.c
10660 F:      include/linux/if_*vlan.h
10661 F:      net/8021q/
10662
10663 VLYNQ BUS
10664 M:      Florian Fainelli <florian@openwrt.org>
10665 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10666 S:      Maintained
10667 F:      drivers/vlynq/vlynq.c
10668 F:      include/linux/vlynq.h
10669
10670 VME SUBSYSTEM
10671 M:      Martyn Welch <martyn.welch@ge.com>
10672 M:      Manohar Vanga <manohar.vanga@gmail.com>
10673 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10674 L:      devel@driverdev.osuosl.org
10675 S:      Maintained
10676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10677 F:      Documentation/vme_api.txt
10678 F:      drivers/staging/vme/
10679 F:      drivers/vme/
10680 F:      include/linux/vme*
10681
10682 VMWARE HYPERVISOR INTERFACE
10683 M:      Alok Kataria <akataria@vmware.com>
10684 L:      virtualization@lists.linux-foundation.org
10685 S:      Supported
10686 F:      arch/x86/kernel/cpu/vmware.c
10687
10688 VMWARE BALLOON DRIVER
10689 M:      Xavier Deguillard <xdeguillard@vmware.com>
10690 M:      Philip Moltmann <moltmann@vmware.com>
10691 M:      "VMware, Inc." <pv-drivers@vmware.com>
10692 L:      linux-kernel@vger.kernel.org
10693 S:      Maintained
10694 F:      drivers/misc/vmw_balloon.c
10695
10696 VMWARE VMMOUSE SUBDRIVER
10697 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10698 M:      "VMware, Inc." <pv-drivers@vmware.com>
10699 L:      linux-input@vger.kernel.org
10700 S:      Maintained
10701 F:      drivers/input/mouse/vmmouse.c
10702 F:      drivers/input/mouse/vmmouse.h
10703
10704 VMWARE VMXNET3 ETHERNET DRIVER
10705 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10706 M:      "VMware, Inc." <pv-drivers@vmware.com>
10707 L:      netdev@vger.kernel.org
10708 S:      Maintained
10709 F:      drivers/net/vmxnet3/
10710
10711 VMware PVSCSI driver
10712 M:      Arvind Kumar <arvindkumar@vmware.com>
10713 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10714 L:      linux-scsi@vger.kernel.org
10715 S:      Maintained
10716 F:      drivers/scsi/vmw_pvscsi.c
10717 F:      drivers/scsi/vmw_pvscsi.h
10718
10719 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10720 M:      Liam Girdwood <lgirdwood@gmail.com>
10721 M:      Mark Brown <broonie@kernel.org>
10722 L:      linux-kernel@vger.kernel.org
10723 W:      http://opensource.wolfsonmicro.com/node/15
10724 W:      http://www.slimlogic.co.uk/?p=48
10725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10726 S:      Supported
10727 F:      drivers/regulator/
10728 F:      include/linux/regulator/
10729
10730 VT1211 HARDWARE MONITOR DRIVER
10731 M:      Juerg Haefliger <juergh@gmail.com>
10732 L:      lm-sensors@lm-sensors.org
10733 S:      Maintained
10734 F:      Documentation/hwmon/vt1211
10735 F:      drivers/hwmon/vt1211.c
10736
10737 VT8231 HARDWARE MONITOR DRIVER
10738 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10739 L:      lm-sensors@lm-sensors.org
10740 S:      Maintained
10741 F:      drivers/hwmon/vt8231.c
10742
10743 VUB300 USB to SDIO/SD/MMC bridge chip
10744 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10745 L:      linux-mmc@vger.kernel.org
10746 L:      linux-usb@vger.kernel.org
10747 S:      Supported
10748 F:      drivers/mmc/host/vub300.c
10749
10750 W1 DALLAS'S 1-WIRE BUS
10751 M:      Evgeniy Polyakov <zbr@ioremap.net>
10752 S:      Maintained
10753 F:      Documentation/w1/
10754 F:      drivers/w1/
10755
10756 W83791D HARDWARE MONITORING DRIVER
10757 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10758 L:      lm-sensors@lm-sensors.org
10759 S:      Maintained
10760 F:      Documentation/hwmon/w83791d
10761 F:      drivers/hwmon/w83791d.c
10762
10763 W83793 HARDWARE MONITORING DRIVER
10764 M:      Rudolf Marek <r.marek@assembler.cz>
10765 L:      lm-sensors@lm-sensors.org
10766 S:      Maintained
10767 F:      Documentation/hwmon/w83793
10768 F:      drivers/hwmon/w83793.c
10769
10770 W83795 HARDWARE MONITORING DRIVER
10771 M:      Jean Delvare <jdelvare@suse.de>
10772 L:      lm-sensors@lm-sensors.org
10773 S:      Maintained
10774 F:      drivers/hwmon/w83795.c
10775
10776 W83L51xD SD/MMC CARD INTERFACE DRIVER
10777 M:      Pierre Ossman <pierre@ossman.eu>
10778 S:      Maintained
10779 F:      drivers/mmc/host/wbsd.*
10780
10781 WACOM PROTOCOL 4 SERIAL TABLETS
10782 M:      Julian Squires <julian@cipht.net>
10783 M:      Hans de Goede <hdegoede@redhat.com>
10784 L:      linux-input@vger.kernel.org
10785 S:      Maintained
10786 F:      drivers/input/tablet/wacom_serial4.c
10787
10788 WATCHDOG DEVICE DRIVERS
10789 M:      Wim Van Sebroeck <wim@iguana.be>
10790 L:      linux-watchdog@vger.kernel.org
10791 W:      http://www.linux-watchdog.org/
10792 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10793 S:      Maintained
10794 F:      Documentation/watchdog/
10795 F:      drivers/watchdog/
10796 F:      include/linux/watchdog.h
10797 F:      include/uapi/linux/watchdog.h
10798
10799 WD7000 SCSI DRIVER
10800 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10801 L:      linux-scsi@vger.kernel.org
10802 S:      Maintained
10803 F:      drivers/scsi/wd7000.c
10804
10805 WIIMOTE HID DRIVER
10806 M:      David Herrmann <dh.herrmann@googlemail.com>
10807 L:      linux-input@vger.kernel.org
10808 S:      Maintained
10809 F:      drivers/hid/hid-wiimote*
10810
10811 WINBOND CIR DRIVER
10812 M:      David Härdeman <david@hardeman.nu>
10813 S:      Maintained
10814 F:      drivers/media/rc/winbond-cir.c
10815
10816 WIMAX STACK
10817 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10818 M:      linux-wimax@intel.com
10819 L:      wimax@linuxwimax.org (subscribers-only)
10820 S:      Supported
10821 W:      http://linuxwimax.org
10822 F:      Documentation/wimax/README.wimax
10823 F:      include/linux/wimax/debug.h
10824 F:      include/net/wimax.h
10825 F:      include/uapi/linux/wimax.h
10826 F:      net/wimax/
10827
10828 WISTRON LAPTOP BUTTON DRIVER
10829 M:      Miloslav Trmac <mitr@volny.cz>
10830 S:      Maintained
10831 F:      drivers/input/misc/wistron_btns.c
10832
10833 WL3501 WIRELESS PCMCIA CARD DRIVER
10834 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10835 L:      linux-wireless@vger.kernel.org
10836 W:      http://oops.ghostprotocols.net:81/blog
10837 S:      Maintained
10838 F:      drivers/net/wireless/wl3501*
10839
10840 WM97XX TOUCHSCREEN DRIVERS
10841 M:      Mark Brown <broonie@kernel.org>
10842 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10843 L:      linux-input@vger.kernel.org
10844 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10845 W:      http://opensource.wolfsonmicro.com/node/7
10846 S:      Supported
10847 F:      drivers/input/touchscreen/*wm97*
10848 F:      include/linux/wm97xx.h
10849
10850 WOLFSON MICROELECTRONICS DRIVERS
10851 L:      patches@opensource.wolfsonmicro.com
10852 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10853 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10854 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10855 S:      Supported
10856 F:      Documentation/hwmon/wm83??
10857 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10858 F:      drivers/clk/clk-wm83*.c
10859 F:      drivers/extcon/extcon-arizona.c
10860 F:      drivers/leds/leds-wm83*.c
10861 F:      drivers/gpio/gpio-*wm*.c
10862 F:      drivers/gpio/gpio-arizona.c
10863 F:      drivers/hwmon/wm83??-hwmon.c
10864 F:      drivers/input/misc/wm831x-on.c
10865 F:      drivers/input/touchscreen/wm831x-ts.c
10866 F:      drivers/input/touchscreen/wm97*.c
10867 F:      drivers/mfd/arizona*
10868 F:      drivers/mfd/wm*.c
10869 F:      drivers/power/wm83*.c
10870 F:      drivers/rtc/rtc-wm83*.c
10871 F:      drivers/regulator/wm8*.c
10872 F:      drivers/video/backlight/wm83*_bl.c
10873 F:      drivers/watchdog/wm83*_wdt.c
10874 F:      include/linux/mfd/arizona/
10875 F:      include/linux/mfd/wm831x/
10876 F:      include/linux/mfd/wm8350/
10877 F:      include/linux/mfd/wm8400*
10878 F:      include/linux/wm97xx.h
10879 F:      include/sound/wm????.h
10880 F:      sound/soc/codecs/arizona.?
10881 F:      sound/soc/codecs/wm*
10882
10883 WORKQUEUE
10884 M:      Tejun Heo <tj@kernel.org>
10885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10886 S:      Maintained
10887 F:      include/linux/workqueue.h
10888 F:      kernel/workqueue.c
10889 F:      Documentation/workqueue.txt
10890
10891 X.25 NETWORK LAYER
10892 M:      Andrew Hendry <andrew.hendry@gmail.com>
10893 L:      linux-x25@vger.kernel.org
10894 S:      Odd Fixes
10895 F:      Documentation/networking/x25*
10896 F:      include/net/x25*
10897 F:      net/x25/
10898
10899 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10900 M:      Thomas Gleixner <tglx@linutronix.de>
10901 M:      Ingo Molnar <mingo@redhat.com>
10902 M:      "H. Peter Anvin" <hpa@zytor.com>
10903 M:      x86@kernel.org
10904 L:      linux-kernel@vger.kernel.org
10905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10906 S:      Maintained
10907 F:      Documentation/x86/
10908 F:      arch/x86/
10909
10910 X86 PLATFORM DRIVERS
10911 M:      Darren Hart <dvhart@infradead.org>
10912 L:      platform-driver-x86@vger.kernel.org
10913 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10914 S:      Maintained
10915 F:      drivers/platform/x86/
10916
10917 X86 MCE INFRASTRUCTURE
10918 M:      Tony Luck <tony.luck@intel.com>
10919 M:      Borislav Petkov <bp@alien8.de>
10920 L:      linux-edac@vger.kernel.org
10921 S:      Maintained
10922 F:      arch/x86/kernel/cpu/mcheck/*
10923
10924 X86 VDSO
10925 M:      Andy Lutomirski <luto@amacapital.net>
10926 L:      linux-kernel@vger.kernel.org
10927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10928 S:      Maintained
10929 F:      arch/x86/vdso/
10930
10931 XC2028/3028 TUNER DRIVER
10932 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10933 L:      linux-media@vger.kernel.org
10934 W:      http://linuxtv.org
10935 T:      git git://linuxtv.org/media_tree.git
10936 S:      Maintained
10937 F:      drivers/media/tuners/tuner-xc2028.*
10938
10939 XEN HYPERVISOR INTERFACE
10940 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10941 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10942 M:      David Vrabel <david.vrabel@citrix.com>
10943 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10945 S:      Supported
10946 F:      arch/x86/xen/
10947 F:      drivers/*/xen-*front.c
10948 F:      drivers/xen/
10949 F:      arch/x86/include/asm/xen/
10950 F:      include/xen/
10951 F:      include/uapi/xen/
10952
10953 XEN HYPERVISOR ARM
10954 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10955 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10956 S:      Supported
10957 F:      arch/arm/xen/
10958 F:      arch/arm/include/asm/xen/
10959
10960 XEN HYPERVISOR ARM64
10961 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10962 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10963 S:      Supported
10964 F:      arch/arm64/xen/
10965 F:      arch/arm64/include/asm/xen/
10966
10967 XEN NETWORK BACKEND DRIVER
10968 M:      Ian Campbell <ian.campbell@citrix.com>
10969 M:      Wei Liu <wei.liu2@citrix.com>
10970 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10971 L:      netdev@vger.kernel.org
10972 S:      Supported
10973 F:      drivers/net/xen-netback/*
10974
10975 XEN PCI SUBSYSTEM
10976 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10977 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10978 S:      Supported
10979 F:      arch/x86/pci/*xen*
10980 F:      drivers/pci/*xen*
10981
10982 XEN BLOCK SUBSYSTEM
10983 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10984 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10985 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10986 S:      Supported
10987 F:      drivers/block/xen-blkback/*
10988 F:      drivers/block/xen*
10989
10990 XEN PVSCSI DRIVERS
10991 M:      Juergen Gross <jgross@suse.com>
10992 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10993 L:      linux-scsi@vger.kernel.org
10994 S:      Supported
10995 F:      drivers/scsi/xen-scsifront.c
10996 F:      drivers/xen/xen-scsiback.c
10997 F:      include/xen/interface/io/vscsiif.h
10998
10999 XEN SWIOTLB SUBSYSTEM
11000 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11001 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11002 S:      Supported
11003 F:      arch/x86/xen/*swiotlb*
11004 F:      drivers/xen/*swiotlb*
11005
11006 XFS FILESYSTEM
11007 P:      Silicon Graphics Inc
11008 M:      Dave Chinner <david@fromorbit.com>
11009 M:      xfs@oss.sgi.com
11010 L:      xfs@oss.sgi.com
11011 W:      http://oss.sgi.com/projects/xfs
11012 T:      git git://oss.sgi.com/xfs/xfs.git
11013 S:      Supported
11014 F:      Documentation/filesystems/xfs.txt
11015 F:      fs/xfs/
11016
11017 XILINX AXI ETHERNET DRIVER
11018 M:      Anirudha Sarangi <anirudh@xilinx.com>
11019 M:      John Linn <John.Linn@xilinx.com>
11020 S:      Maintained
11021 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11022
11023 XILINX UARTLITE SERIAL DRIVER
11024 M:      Peter Korsgaard <jacmet@sunsite.dk>
11025 L:      linux-serial@vger.kernel.org
11026 S:      Maintained
11027 F:      drivers/tty/serial/uartlite.c
11028
11029 XILINX VIDEO IP CORES
11030 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11031 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11032 L:      linux-media@vger.kernel.org
11033 T:      git git://linuxtv.org/media_tree.git
11034 S:      Supported
11035 F:      Documentation/devicetree/bindings/media/xilinx/
11036 F:      drivers/media/platform/xilinx/
11037 F:      include/uapi/linux/xilinx-v4l2-controls.h
11038
11039 XILLYBUS DRIVER
11040 M:      Eli Billauer <eli.billauer@gmail.com>
11041 L:      linux-kernel@vger.kernel.org
11042 S:      Supported
11043 F:      drivers/char/xillybus/
11044
11045 XTENSA XTFPGA PLATFORM SUPPORT
11046 M:      Max Filippov <jcmvbkbc@gmail.com>
11047 L:      linux-xtensa@linux-xtensa.org
11048 S:      Maintained
11049 F:      drivers/spi/spi-xtensa-xtfpga.c
11050 F:      sound/soc/xtensa/xtfpga-i2s.c
11051
11052 YAM DRIVER FOR AX.25
11053 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11054 L:      linux-hams@vger.kernel.org
11055 S:      Maintained
11056 F:      drivers/net/hamradio/yam*
11057 F:      include/linux/yam.h
11058
11059 YEALINK PHONE DRIVER
11060 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11061 L:      usbb2k-api-dev@nongnu.org
11062 S:      Maintained
11063 F:      Documentation/input/yealink.txt
11064 F:      drivers/input/misc/yealink.*
11065
11066 Z8530 DRIVER FOR AX.25
11067 M:      Joerg Reuter <jreuter@yaina.de>
11068 W:      http://yaina.de/jreuter/
11069 W:      http://www.qsl.net/dl1bke/
11070 L:      linux-hams@vger.kernel.org
11071 S:      Maintained
11072 F:      Documentation/networking/z8530drv.txt
11073 F:      drivers/net/hamradio/*scc.c
11074 F:      drivers/net/hamradio/z8530.h
11075
11076 ZBUD COMPRESSED PAGE ALLOCATOR
11077 M:      Seth Jennings <sjennings@variantweb.net>
11078 L:      linux-mm@kvack.org
11079 S:      Maintained
11080 F:      mm/zbud.c
11081 F:      include/linux/zbud.h
11082
11083 ZD1211RW WIRELESS DRIVER
11084 M:      Daniel Drake <dsd@gentoo.org>
11085 M:      Ulrich Kunitz <kune@deine-taler.de>
11086 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11087 L:      linux-wireless@vger.kernel.org
11088 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11089 S:      Maintained
11090 F:      drivers/net/wireless/zd1211rw/
11091
11092 ZR36067 VIDEO FOR LINUX DRIVER
11093 L:      mjpeg-users@lists.sourceforge.net
11094 L:      linux-media@vger.kernel.org
11095 W:      http://mjpeg.sourceforge.net/driver-zoran/
11096 T:      hg http://linuxtv.org/hg/v4l-dvb
11097 S:      Odd Fixes
11098 F:      drivers/media/pci/zoran/
11099
11100 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11101 M:      Minchan Kim <minchan@kernel.org>
11102 M:      Nitin Gupta <ngupta@vflare.org>
11103 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11104 L:      linux-kernel@vger.kernel.org
11105 S:      Maintained
11106 F:      drivers/block/zram/
11107 F:      Documentation/blockdev/zram.txt
11108
11109 ZS DECSTATION Z85C30 SERIAL DRIVER
11110 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11111 S:      Maintained
11112 F:      drivers/tty/serial/zs.*
11113
11114 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11115 M:      Minchan Kim <minchan@kernel.org>
11116 M:      Nitin Gupta <ngupta@vflare.org>
11117 L:      linux-mm@kvack.org
11118 S:      Maintained
11119 F:      mm/zsmalloc.c
11120 F:      include/linux/zsmalloc.h
11121 F:      Documentation/vm/zsmalloc.txt
11122
11123 ZSWAP COMPRESSED SWAP CACHING
11124 M:      Seth Jennings <sjennings@variantweb.net>
11125 L:      linux-mm@kvack.org
11126 S:      Maintained
11127 F:      mm/zswap.c
11128
11129 THE REST
11130 M:      Linus Torvalds <torvalds@linux-foundation.org>
11131 L:      linux-kernel@vger.kernel.org
11132 Q:      http://patchwork.kernel.org/project/LKML/list/
11133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11134 S:      Buried alive in reporters
11135 F:      *
11136 F:      */