Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[firefly-linux-kernel-4.4.55.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
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 M:      Hannes Reinecke <hare@suse.de>
449 L:      linux-scsi@vger.kernel.org
450 S:      Maintained
451 F:      Documentation/scsi/advansys.txt
452 F:      drivers/scsi/advansys.c
453
454 AEDSP16 DRIVER
455 M:      Riccardo Facchetti <fizban@tin.it>
456 S:      Maintained
457 F:      sound/oss/aedsp16.c
458
459 AF9013 MEDIA DRIVER
460 M:      Antti Palosaari <crope@iki.fi>
461 L:      linux-media@vger.kernel.org
462 W:      http://linuxtv.org/
463 W:      http://palosaari.fi/linux/
464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
465 T:      git git://linuxtv.org/anttip/media_tree.git
466 S:      Maintained
467 F:      drivers/media/dvb-frontends/af9013*
468
469 AF9033 MEDIA DRIVER
470 M:      Antti Palosaari <crope@iki.fi>
471 L:      linux-media@vger.kernel.org
472 W:      http://linuxtv.org/
473 W:      http://palosaari.fi/linux/
474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
475 T:      git git://linuxtv.org/anttip/media_tree.git
476 S:      Maintained
477 F:      drivers/media/dvb-frontends/af9033*
478
479 AFFS FILE SYSTEM
480 L:      linux-fsdevel@vger.kernel.org
481 S:      Orphan
482 F:      Documentation/filesystems/affs.txt
483 F:      fs/affs/
484
485 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
486 M:      David Howells <dhowells@redhat.com>
487 L:      linux-afs@lists.infradead.org
488 S:      Supported
489 F:      fs/afs/
490 F:      include/net/af_rxrpc.h
491 F:      net/rxrpc/af_rxrpc.c
492
493 AGPGART DRIVER
494 M:      David Airlie <airlied@linux.ie>
495 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
496 S:      Maintained
497 F:      drivers/char/agp/
498 F:      include/linux/agp*
499 F:      include/uapi/linux/agp*
500
501 AHA152X SCSI DRIVER
502 M:      "Juergen E. Fischer" <fischer@norbit.de>
503 L:      linux-scsi@vger.kernel.org
504 S:      Maintained
505 F:      drivers/scsi/aha152x*
506 F:      drivers/scsi/pcmcia/aha152x*
507
508 AIC7XXX / AIC79XX SCSI DRIVER
509 M:      Hannes Reinecke <hare@suse.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aic7xxx/
513
514 AIMSLAB FM RADIO RECEIVER DRIVER
515 M:      Hans Verkuil <hverkuil@xs4all.nl>
516 L:      linux-media@vger.kernel.org
517 T:      git git://linuxtv.org/media_tree.git
518 W:      http://linuxtv.org
519 S:      Maintained
520 F:      drivers/media/radio/radio-aimslab*
521
522 AIO
523 M:      Benjamin LaHaise <bcrl@kvack.org>
524 L:      linux-aio@kvack.org
525 S:      Supported
526 F:      fs/aio.c
527 F:      include/linux/*aio*.h
528
529 AIRSPY MEDIA DRIVER
530 M:      Antti Palosaari <crope@iki.fi>
531 L:      linux-media@vger.kernel.org
532 W:      http://linuxtv.org/
533 W:      http://palosaari.fi/linux/
534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
535 T:      git git://linuxtv.org/anttip/media_tree.git
536 S:      Maintained
537 F:      drivers/media/usb/airspy/
538
539 ALCATEL SPEEDTOUCH USB DRIVER
540 M:      Duncan Sands <duncan.sands@free.fr>
541 L:      linux-usb@vger.kernel.org
542 W:      http://www.linux-usb.org/SpeedTouch/
543 S:      Maintained
544 F:      drivers/usb/atm/speedtch.c
545 F:      drivers/usb/atm/usbatm.c
546
547 ALCHEMY AU1XX0 MMC DRIVER
548 M:      Manuel Lauss <manuel.lauss@gmail.com>
549 S:      Maintained
550 F:      drivers/mmc/host/au1xmmc.c
551
552 ALI1563 I2C DRIVER
553 M:      Rudolf Marek <r.marek@assembler.cz>
554 L:      linux-i2c@vger.kernel.org
555 S:      Maintained
556 F:      Documentation/i2c/busses/i2c-ali1563
557 F:      drivers/i2c/busses/i2c-ali1563.c
558
559 ALPHA PORT
560 M:      Richard Henderson <rth@twiddle.net>
561 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
562 M:      Matt Turner <mattst88@gmail.com>
563 S:      Odd Fixes
564 L:      linux-alpha@vger.kernel.org
565 F:      arch/alpha/
566
567 ALTERA MAILBOX DRIVER
568 M:      Ley Foon Tan <lftan@altera.com>
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/mailbox/mailbox-altera.c
572
573 ALTERA PIO DRIVER
574 M:      Tien Hock Loh <thloh@altera.com>
575 L:      linux-gpio@vger.kernel.org
576 S:      Maintained
577 F:      drivers/gpio/gpio-altera.c
578
579 ALTERA TRIPLE SPEED ETHERNET DRIVER
580 M:      Vince Bridgers <vbridger@opensource.altera.com>
581 L:      netdev@vger.kernel.org
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/net/ethernet/altera/
585
586 ALTERA UART/JTAG UART SERIAL DRIVERS
587 M:      Tobias Klauser <tklauser@distanz.ch>
588 L:      linux-serial@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/tty/serial/altera_uart.c
592 F:      drivers/tty/serial/altera_jtaguart.c
593 F:      include/linux/altera_uart.h
594 F:      include/linux/altera_jtaguart.h
595
596 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
597 M:      Tom Lendacky <thomas.lendacky@amd.com>
598 L:      linux-crypto@vger.kernel.org
599 S:      Supported
600 F:      drivers/crypto/ccp/
601 F:      include/linux/ccp.h
602
603 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
604 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
605 L:      lm-sensors@lm-sensors.org
606 S:      Maintained
607 F:      Documentation/hwmon/fam15h_power
608 F:      drivers/hwmon/fam15h_power.c
609
610 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
611 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
612 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
613 S:      Supported
614 F:      drivers/usb/gadget/udc/amd5536udc.*
615
616 AMD GEODE PROCESSOR/CHIPSET SUPPORT
617 P:      Andres Salomon <dilinger@queued.net>
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
620 S:      Supported
621 F:      drivers/char/hw_random/geode-rng.c
622 F:      drivers/crypto/geode*
623 F:      drivers/video/fbdev/geode/
624 F:      arch/x86/include/asm/geode.h
625
626 AMD IOMMU (AMD-VI)
627 M:      Joerg Roedel <joro@8bytes.org>
628 L:      iommu@lists.linux-foundation.org
629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
630 S:      Maintained
631 F:      drivers/iommu/amd_iommu*.[ch]
632 F:      include/linux/amd-iommu.h
633
634 AMD KFD
635 M:      Oded Gabbay <oded.gabbay@amd.com>
636 L:      dri-devel@lists.freedesktop.org
637 T:      git git://people.freedesktop.org/~gabbayo/linux.git
638 S:      Supported
639 F:      drivers/gpu/drm/amd/amdkfd/
640 F:      drivers/gpu/drm/amd/include/cik_structs.h
641 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
642 F:      drivers/gpu/drm/radeon/radeon_kfd.c
643 F:      drivers/gpu/drm/radeon/radeon_kfd.h
644 F:      include/uapi/linux/kfd_ioctl.h
645
646 AMD MICROCODE UPDATE SUPPORT
647 M:      Borislav Petkov <bp@alien8.de>
648 S:      Maintained
649 F:      arch/x86/kernel/cpu/microcode/amd*
650
651 AMD XGBE DRIVER
652 M:      Tom Lendacky <thomas.lendacky@amd.com>
653 L:      netdev@vger.kernel.org
654 S:      Supported
655 F:      drivers/net/ethernet/amd/xgbe/
656 F:      drivers/net/phy/amd-xgbe-phy.c
657
658 AMS (Apple Motion Sensor) DRIVER
659 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
660 S:      Supported
661 F:      drivers/macintosh/ams/
662
663 AMSO1100 RNIC DRIVER
664 M:      Tom Tucker <tom@opengridcomputing.com>
665 M:      Steve Wise <swise@opengridcomputing.com>
666 L:      linux-rdma@vger.kernel.org
667 S:      Maintained
668 F:      drivers/infiniband/hw/amso1100/
669
670 ANALOG DEVICES INC AD9389B DRIVER
671 M:      Hans Verkuil <hans.verkuil@cisco.com>
672 L:      linux-media@vger.kernel.org
673 S:      Maintained
674 F:      drivers/media/i2c/ad9389b*
675
676 ANALOG DEVICES INC ADV7180 DRIVER
677 M:      Lars-Peter Clausen <lars@metafoo.de>
678 L:      linux-media@vger.kernel.org
679 W:      http://ez.analog.com/community/linux-device-drivers
680 S:      Supported
681 F:      drivers/media/i2c/adv7180.c
682
683 ANALOG DEVICES INC ADV7511 DRIVER
684 M:      Hans Verkuil <hans.verkuil@cisco.com>
685 L:      linux-media@vger.kernel.org
686 S:      Maintained
687 F:      drivers/media/i2c/adv7511*
688
689 ANALOG DEVICES INC ADV7604 DRIVER
690 M:      Hans Verkuil <hans.verkuil@cisco.com>
691 L:      linux-media@vger.kernel.org
692 S:      Maintained
693 F:      drivers/media/i2c/adv7604*
694
695 ANALOG DEVICES INC ADV7842 DRIVER
696 M:      Hans Verkuil <hans.verkuil@cisco.com>
697 L:      linux-media@vger.kernel.org
698 S:      Maintained
699 F:      drivers/media/i2c/adv7842*
700
701 ANALOG DEVICES INC ASOC CODEC DRIVERS
702 M:      Lars-Peter Clausen <lars@metafoo.de>
703 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
704 W:      http://wiki.analog.com/
705 W:      http://ez.analog.com/community/linux-device-drivers
706 S:      Supported
707 F:      sound/soc/codecs/adau*
708 F:      sound/soc/codecs/adav*
709 F:      sound/soc/codecs/ad1*
710 F:      sound/soc/codecs/ad7*
711 F:      sound/soc/codecs/ssm*
712 F:      sound/soc/codecs/sigmadsp.*
713
714 ANALOG DEVICES INC ASOC DRIVERS
715 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
716 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
717 W:      http://blackfin.uclinux.org/
718 S:      Supported
719 F:      sound/soc/blackfin/*
720
721 ANALOG DEVICES INC IIO DRIVERS
722 M:      Lars-Peter Clausen <lars@metafoo.de>
723 M:      Michael Hennerich <Michael.Hennerich@analog.com>
724 W:      http://wiki.analog.com/
725 W:      http://ez.analog.com/community/linux-device-drivers
726 S:      Supported
727 F:      drivers/iio/*/ad*
728 X:      drivers/iio/*/adjd*
729 F:      drivers/staging/iio/*/ad*
730 F:      staging/iio/trigger/iio-trig-bfin-timer.c
731
732 ANDROID DRIVERS
733 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
734 M:      Arve HjønnevĂ¥g <arve@android.com>
735 M:      Riley Andrews <riandrews@android.com>
736 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
737 L:      devel@driverdev.osuosl.org
738 S:      Supported
739 F:      drivers/android/
740 F:      drivers/staging/android/
741
742 AOA (Apple Onboard Audio) ALSA DRIVER
743 M:      Johannes Berg <johannes@sipsolutions.net>
744 L:      linuxppc-dev@lists.ozlabs.org
745 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
746 S:      Maintained
747 F:      sound/aoa/
748
749 APM DRIVER
750 M:      Jiri Kosina <jkosina@suse.cz>
751 S:      Odd fixes
752 F:      arch/x86/kernel/apm_32.c
753 F:      include/linux/apm_bios.h
754 F:      include/uapi/linux/apm_bios.h
755 F:      drivers/char/apm-emulation.c
756
757 APPLE BCM5974 MULTITOUCH DRIVER
758 M:      Henrik Rydberg <rydberg@bitmath.org>
759 L:      linux-input@vger.kernel.org
760 S:      Odd fixes
761 F:      drivers/input/mouse/bcm5974.c
762
763 APPLE SMC DRIVER
764 M:      Henrik Rydberg <rydberg@bitmath.org>
765 L:      lm-sensors@lm-sensors.org
766 S:      Odd fixes
767 F:      drivers/hwmon/applesmc.c
768
769 APPLETALK NETWORK LAYER
770 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
771 S:      Maintained
772 F:      drivers/net/appletalk/
773 F:      net/appletalk/
774
775 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
776 M:      Iyappan Subramanian <isubramanian@apm.com>
777 M:      Keyur Chudgar <kchudgar@apm.com>
778 S:      Supported
779 F:      drivers/net/ethernet/apm/xgene/
780 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
781
782 APTINA CAMERA SENSOR PLL
783 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
784 L:      linux-media@vger.kernel.org
785 S:      Maintained
786 F:      drivers/media/i2c/aptina-pll.*
787
788 ARC FRAMEBUFFER DRIVER
789 M:      Jaya Kumar <jayalk@intworks.biz>
790 S:      Maintained
791 F:      drivers/video/fbdev/arcfb.c
792 F:      drivers/video/fbdev/core/fb_defio.c
793
794 ARM MFM AND FLOPPY DRIVERS
795 M:      Ian Molton <spyro@f2s.com>
796 S:      Maintained
797 F:      arch/arm/lib/floppydma.S
798 F:      arch/arm/include/asm/floppy.h
799
800 ARM PMU PROFILING AND DEBUGGING
801 M:      Will Deacon <will.deacon@arm.com>
802 S:      Maintained
803 F:      arch/arm/kernel/perf_event*
804 F:      arch/arm/oprofile/common.c
805 F:      arch/arm/include/asm/pmu.h
806 F:      arch/arm/kernel/hw_breakpoint.c
807 F:      arch/arm/include/asm/hw_breakpoint.h
808
809 ARM PORT
810 M:      Russell King <linux@arm.linux.org.uk>
811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
812 W:      http://www.arm.linux.org.uk/
813 S:      Maintained
814 F:      arch/arm/
815
816 ARM SUB-ARCHITECTURES
817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818 S:      Maintained
819 F:      arch/arm/mach-*/
820 F:      arch/arm/plat-*/
821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
822
823 ARM PRIMECELL AACI PL041 DRIVER
824 M:      Russell King <linux@arm.linux.org.uk>
825 S:      Maintained
826 F:      sound/arm/aaci.*
827
828 ARM PRIMECELL CLCD PL110 DRIVER
829 M:      Russell King <linux@arm.linux.org.uk>
830 S:      Maintained
831 F:      drivers/video/fbdev/amba-clcd.*
832
833 ARM PRIMECELL KMI PL050 DRIVER
834 M:      Russell King <linux@arm.linux.org.uk>
835 S:      Maintained
836 F:      drivers/input/serio/ambakmi.*
837 F:      include/linux/amba/kmi.h
838
839 ARM PRIMECELL MMCI PL180/1 DRIVER
840 M:      Russell King <linux@arm.linux.org.uk>
841 S:      Maintained
842 F:      drivers/mmc/host/mmci.*
843 F:      include/linux/amba/mmci.h
844
845 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
846 M:      Russell King <linux@arm.linux.org.uk>
847 S:      Maintained
848 F:      drivers/tty/serial/amba-pl01*.c
849 F:      include/linux/amba/serial.h
850
851 ARM PRIMECELL BUS SUPPORT
852 M:      Russell King <linux@arm.linux.org.uk>
853 S:      Maintained
854 F:      drivers/amba/
855 F:      include/linux/amba/bus.h
856
857 ARM/ADS SPHERE MACHINE SUPPORT
858 M:      Lennert Buytenhek <kernel@wantstofly.org>
859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860 S:      Maintained
861
862 ARM/AFEB9260 MACHINE SUPPORT
863 M:      Sergey Lapin <slapin@ossfans.org>
864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 S:      Maintained
866
867 ARM/AJECO 1ARM MACHINE SUPPORT
868 M:      Lennert Buytenhek <kernel@wantstofly.org>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 S:      Maintained
871
872 ARM/Allwinner A1X SoC support
873 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
875 S:      Maintained
876 N:      sun[x4567]i
877
878 ARM/Allwinner SoC Clock Support
879 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
880 S:      Maintained
881 F:      drivers/clk/sunxi/
882
883 ARM/Amlogic MesonX SoC support
884 M:      Carlo Caione <carlo@caione.org>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S:      Maintained
887 F:      drivers/media/rc/meson-ir.c
888 N:      meson[x68]
889
890 ARM/Annapurna Labs ALPINE ARCHITECTURE
891 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
892 S:      Maintained
893 F:      arch/arm/mach-alpine/
894
895 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
897 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
898 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 W:      http://www.linux4sam.org
901 S:      Supported
902 F:      arch/arm/mach-at91/
903 F:      include/soc/at91/
904 F:      arch/arm/boot/dts/at91*.dts
905 F:      arch/arm/boot/dts/at91*.dtsi
906 F:      arch/arm/boot/dts/sama*.dts
907 F:      arch/arm/boot/dts/sama*.dtsi
908 F:      arch/arm/include/debug/at91.S
909
910 ARM/ATMEL AT91 Clock Support
911 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
912 S:      Maintained
913 F:      drivers/clk/at91
914
915 ARM/CALXEDA HIGHBANK ARCHITECTURE
916 M:      Rob Herring <robh@kernel.org>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Maintained
919 F:      arch/arm/mach-highbank/
920
921 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
922 M:      Krzysztof Halasa <khalasa@piap.pl>
923 S:      Maintained
924 F:      arch/arm/mach-cns3xxx/
925
926 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
927 M:      Alexander Shiyan <shc_work@mail.ru>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Odd Fixes
930 N:      clps711x
931
932 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
933 M:      Hartley Sweeten <hsweeten@visionengravers.com>
934 M:      Ryan Mallon <rmallon@gmail.com>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      arch/arm/mach-ep93xx/
938 F:      arch/arm/mach-ep93xx/include/mach/
939
940 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
941 M:      Lennert Buytenhek <kernel@wantstofly.org>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 S:      Maintained
944
945 ARM/CLKDEV SUPPORT
946 M:      Russell King <linux@arm.linux.org.uk>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949 F:      arch/arm/include/asm/clkdev.h
950 F:      drivers/clk/clkdev.c
951
952 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
953 M:      Mike Rapoport <mike@compulab.co.il>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Maintained
956
957 ARM/CONTEC MICRO9 MACHINE SUPPORT
958 M:      Hubert Feurstein <hubert.feurstein@contec.at>
959 S:      Maintained
960 F:      arch/arm/mach-ep93xx/micro9.c
961
962 ARM/CORESIGHT FRAMEWORK AND DRIVERS
963 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 S:      Maintained
966 F:      drivers/hwtracing/coresight/*
967 F:      Documentation/trace/coresight.txt
968 F:      Documentation/devicetree/bindings/arm/coresight.txt
969 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
970
971 ARM/CORGI MACHINE SUPPORT
972 M:      Richard Purdie <rpurdie@rpsys.net>
973 S:      Maintained
974
975 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
976 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 T:      git git://github.com/ulli-kroll/linux.git
979 S:      Maintained
980 F:      arch/arm/mach-gemini/
981
982 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
983 M:      Barry Song <baohua@kernel.org>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
986 S:      Maintained
987 F:      arch/arm/mach-prima2/
988 F:      drivers/clk/sirf/
989 F:      drivers/clocksource/timer-prima2.c
990 F:      drivers/clocksource/timer-atlas7.c
991 N:      [^a-z]sirf
992
993 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
994 M:      Baruch Siach <baruch@tkos.co.il>
995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S:      Maintained
997 N:      digicolor
998
999 ARM/EBSA110 MACHINE SUPPORT
1000 M:      Russell King <linux@arm.linux.org.uk>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 W:      http://www.arm.linux.org.uk/
1003 S:      Maintained
1004 F:      arch/arm/mach-ebsa110/
1005 F:      drivers/net/ethernet/amd/am79c961a.*
1006
1007 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1008 M:      Uwe Kleine-König <kernel@pengutronix.de>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011 N:      efm32
1012
1013 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1014 M:      Daniel Ribeiro <drwyrm@gmail.com>
1015 M:      Stefan Schmidt <stefan@openezx.org>
1016 M:      Harald Welte <laforge@openezx.org>
1017 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1018 W:      http://www.openezx.org/
1019 S:      Maintained
1020 T:      topgit git://git.openezx.org/openezx.git
1021 F:      arch/arm/mach-pxa/ezx.c
1022
1023 ARM/FARADAY FA526 PORT
1024 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026 S:      Maintained
1027 T:      git git://git.berlios.de/gemini-board
1028 F:      arch/arm/mm/*-fa*
1029
1030 ARM/FOOTBRIDGE ARCHITECTURE
1031 M:      Russell King <linux@arm.linux.org.uk>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 W:      http://www.arm.linux.org.uk/
1034 S:      Maintained
1035 F:      arch/arm/include/asm/hardware/dec21285.h
1036 F:      arch/arm/mach-footbridge/
1037
1038 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1039 M:      Shawn Guo <shawn.guo@linaro.org>
1040 M:      Sascha Hauer <kernel@pengutronix.de>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1044 F:      arch/arm/mach-imx/
1045 F:      arch/arm/mach-mxs/
1046 F:      arch/arm/boot/dts/imx*
1047 F:      arch/arm/configs/imx*_defconfig
1048
1049 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1050 M:      Shawn Guo <shawn.guo@linaro.org>
1051 M:      Sascha Hauer <kernel@pengutronix.de>
1052 R:      Stefan Agner <stefan@agner.ch>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1056 F:      arch/arm/mach-imx/*vf610*
1057 F:      arch/arm/boot/dts/vf*
1058
1059 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1060 M:      Lennert Buytenhek <kernel@wantstofly.org>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S:      Maintained
1063
1064 ARM/GUMSTIX MACHINE SUPPORT
1065 M:      Steve Sakoman <sakoman@gmail.com>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068
1069 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1070 M:      Philipp Zabel <philipp.zabel@gmail.com>
1071 M:      Paul Parsons <lost.distance@yahoo.com>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 F:      arch/arm/mach-pxa/hx4700.c
1075 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1076 F:      sound/soc/pxa/hx4700.c
1077
1078 ARM/HISILICON SOC SUPPORT
1079 M:      Wei Xu <xuwei5@hisilicon.com>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 W:      http://www.hisilicon.com
1082 S:      Supported
1083 T:      git git://github.com/hisilicon/linux-hisi.git
1084 F:      arch/arm/mach-hisi/
1085
1086 ARM/HP JORNADA 7XX MACHINE SUPPORT
1087 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1088 W:      www.jlime.com
1089 S:      Maintained
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1091 F:      arch/arm/mach-sa1100/jornada720.c
1092 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1093
1094 ARM/IGEP MACHINE SUPPORT
1095 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1096 M:      Javier Martinez Canillas <javier@dowhile0.org>
1097 L:      linux-omap@vger.kernel.org
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100 F:      arch/arm/boot/dts/omap3-igep*
1101
1102 ARM/INCOME PXA270 SUPPORT
1103 M:      Marek Vasut <marek.vasut@gmail.com>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1107
1108 ARM/INTEL IOP32X ARM ARCHITECTURE
1109 M:      Lennert Buytenhek <kernel@wantstofly.org>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112
1113 ARM/INTEL IOP33X ARM ARCHITECTURE
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Orphan
1116
1117 ARM/INTEL IOP13XX ARM ARCHITECTURE
1118 M:      Lennert Buytenhek <kernel@wantstofly.org>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Maintained
1121
1122 ARM/INTEL IQ81342EX MACHINE SUPPORT
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/INTEL IXDP2850 MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/INTEL IXP4XX ARM ARCHITECTURE
1133 M:      Imre Kaloz <kaloz@openwrt.org>
1134 M:      Krzysztof Halasa <khalasa@piap.pl>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/mach-ixp4xx/
1138
1139 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1140 M:      Jonathan Cameron <jic23@cam.ac.uk>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/stargate2.c
1144 F:      drivers/pcmcia/pxa2xx_stargate2.c
1145
1146 ARM/INTEL XSC3 (MANZANO) ARM CORE
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1152 M:      Lennert Buytenhek <kernel@wantstofly.org>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155
1156 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1157 M:      Santosh Shilimkar <ssantosh@kernel.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160 F:      arch/arm/mach-keystone/
1161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1162
1163 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1164 M:      Santosh Shilimkar <ssantosh@kernel.org>
1165 L:      linux-kernel@vger.kernel.org
1166 S:      Maintained
1167 F:      drivers/clk/keystone/
1168
1169 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1170 M:      Santosh Shilimkar <ssantosh@kernel.org>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 L:      linux-kernel@vger.kernel.org
1173 S:      Maintained
1174 F:      drivers/clocksource/timer-keystone.c
1175
1176 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1177 M:      Santosh Shilimkar <ssantosh@kernel.org>
1178 L:      linux-kernel@vger.kernel.org
1179 S:      Maintained
1180 F:      drivers/power/reset/keystone-reset.c
1181
1182 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1183 M:      Santosh Shilimkar <ssantosh@kernel.org>
1184 L:      linux-kernel@vger.kernel.org
1185 S:      Maintained
1186 F:      drivers/memory/*emif*
1187
1188 ARM/LOGICPD PXA270 MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/MAGICIAN MACHINE SUPPORT
1194 M:      Philipp Zabel <philipp.zabel@gmail.com>
1195 S:      Maintained
1196
1197 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1198 M:      Jason Cooper <jason@lakedaemon.net>
1199 M:      Andrew Lunn <andrew@lunn.ch>
1200 M:      Gregory Clement <gregory.clement@free-electrons.com>
1201 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204 F:      arch/arm/mach-mvebu/
1205 F:      drivers/rtc/rtc-armada38x.c
1206 F:      arch/arm/boot/dts/armada*
1207 F:      arch/arm/boot/dts/kirkwood*
1208
1209
1210 ARM/Marvell Berlin SoC support
1211 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214 F:      arch/arm/mach-berlin/
1215 F:      arch/arm/boot/dts/berlin*
1216
1217
1218 ARM/Marvell Dove/MV78xx0/Orion SOC support
1219 M:      Jason Cooper <jason@lakedaemon.net>
1220 M:      Andrew Lunn <andrew@lunn.ch>
1221 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1222 M:      Gregory Clement <gregory.clement@free-electrons.com>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 F:      arch/arm/mach-dove/
1226 F:      arch/arm/mach-mv78xx0/
1227 F:      arch/arm/mach-orion5x/
1228 F:      arch/arm/plat-orion/
1229 F:      arch/arm/boot/dts/dove*
1230 F:      arch/arm/boot/dts/orion5x*
1231
1232
1233 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1234 M:      Alexander Clouter <alex@digriz.org.uk>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 W:      http://www.digriz.org.uk/ts78xx/kernel
1237 S:      Maintained
1238 F:      arch/arm/mach-orion5x/ts78xx-*
1239
1240 ARM/Mediatek SoC support
1241 M:      Matthias Brugger <matthias.bgg@gmail.com>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 F:      arch/arm/boot/dts/mt6*
1246 F:      arch/arm/boot/dts/mt8*
1247 F:      arch/arm/mach-mediatek/
1248 N:      mtk
1249 K:      mediatek
1250
1251 ARM/MICREL KS8695 ARCHITECTURE
1252 M:      Greg Ungerer <gerg@uclinux.org>
1253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 F:      arch/arm/mach-ks8695/
1255 S:      Odd Fixes
1256
1257 ARM/MIOA701 MACHINE SUPPORT
1258 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 F:      arch/arm/mach-pxa/mioa701.c
1261 S:      Maintained
1262
1263 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1264 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1265 S:      Maintained
1266
1267 ARM/NOMADIK ARCHITECTURE
1268 M:      Alessandro Rubini <rubini@unipv.it>
1269 M:      Linus Walleij <linus.walleij@linaro.org>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 F:      arch/arm/mach-nomadik/
1273 F:      drivers/pinctrl/nomadik/
1274 F:      drivers/i2c/busses/i2c-nomadik.c
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1276
1277 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1278 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1279 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1280 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1281 S:      Supported
1282
1283 ARM/TOSA MACHINE SUPPORT
1284 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1285 M:      Dirk Opfer <dirk@opfer-online.de>
1286 S:      Maintained
1287
1288 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1289 M:      Marek Vasut <marek.vasut@gmail.com>
1290 L:      linux-arm-kernel@lists.infradead.org
1291 W:      http://hackndev.com
1292 S:      Maintained
1293 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1294 F:      arch/arm/mach-pxa/palmtx.c
1295 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1296 F:      arch/arm/mach-pxa/palmt5.c
1297 F:      arch/arm/mach-pxa/include/mach/palmld.h
1298 F:      arch/arm/mach-pxa/palmld.c
1299 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1300 F:      arch/arm/mach-pxa/palmte2.c
1301 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1302 F:      arch/arm/mach-pxa/palmtc.c
1303
1304 ARM/PALM TREO SUPPORT
1305 M:      Tomas Cech <sleep_walker@suse.cz>
1306 L:      linux-arm-kernel@lists.infradead.org
1307 W:      http://hackndev.com
1308 S:      Maintained
1309 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1310 F:      arch/arm/mach-pxa/palmtreo.c
1311
1312 ARM/PALMZ72 SUPPORT
1313 M:      Sergey Lapin <slapin@ossfans.org>
1314 L:      linux-arm-kernel@lists.infradead.org
1315 W:      http://hackndev.com
1316 S:      Maintained
1317 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1318 F:      arch/arm/mach-pxa/palmz72.c
1319
1320 ARM/PLEB SUPPORT
1321 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1322 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1323 S:      Maintained
1324
1325 ARM/PT DIGITAL BOARD PORT
1326 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 W:      http://www.arm.linux.org.uk/
1329 S:      Maintained
1330
1331 ARM/QUALCOMM SUPPORT
1332 M:      Kumar Gala <galak@codeaurora.org>
1333 M:      Andy Gross <agross@codeaurora.org>
1334 M:      David Brown <davidb@codeaurora.org>
1335 L:      linux-arm-msm@vger.kernel.org
1336 L:      linux-soc@vger.kernel.org
1337 S:      Maintained
1338 F:      arch/arm/mach-qcom/
1339 F:      drivers/soc/qcom/
1340 F:      drivers/tty/serial/msm_serial.h
1341 F:      drivers/tty/serial/msm_serial.c
1342 F:      drivers/*/pm8???-*
1343 F:      drivers/mfd/ssbi.c
1344 F:      drivers/firmware/qcom_scm.c
1345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1346
1347 ARM/RADISYS ENP2611 MACHINE SUPPORT
1348 M:      Lennert Buytenhek <kernel@wantstofly.org>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351
1352 ARM/RISCPC ARCHITECTURE
1353 M:      Russell King <linux@arm.linux.org.uk>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 W:      http://www.arm.linux.org.uk/
1356 S:      Maintained
1357 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1358 F:      arch/arm/include/asm/hardware/ioc.h
1359 F:      arch/arm/include/asm/hardware/iomd.h
1360 F:      arch/arm/include/asm/hardware/memc.h
1361 F:      arch/arm/mach-rpc/
1362 F:      drivers/net/ethernet/8390/etherh.c
1363 F:      drivers/net/ethernet/i825xx/ether1*
1364 F:      drivers/net/ethernet/seeq/ether3*
1365 F:      drivers/scsi/arm/
1366
1367 ARM/Rockchip SoC support
1368 M:      Heiko Stuebner <heiko@sntech.de>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 L:      linux-rockchip@lists.infradead.org
1371 S:      Maintained
1372 F:      arch/arm/boot/dts/rk3*
1373 F:      arch/arm/mach-rockchip/
1374 F:      drivers/clk/rockchip/
1375 F:      drivers/i2c/busses/i2c-rk3x.c
1376 F:      drivers/*/*rockchip*
1377 F:      drivers/*/*/*rockchip*
1378 F:      sound/soc/rockchip/
1379 N:      rockchip
1380
1381 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1382 M:      Kukjin Kim <kgene@kernel.org>
1383 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1386 S:      Maintained
1387 F:      arch/arm/boot/dts/s3c*
1388 F:      arch/arm/boot/dts/exynos*
1389 F:      arch/arm/plat-samsung/
1390 F:      arch/arm/mach-s3c24*/
1391 F:      arch/arm/mach-s3c64xx/
1392 F:      arch/arm/mach-s5p*/
1393 F:      arch/arm/mach-exynos*/
1394 F:      drivers/*/*s3c2410*
1395 F:      drivers/*/*/*s3c2410*
1396 F:      drivers/spi/spi-s3c*
1397 F:      sound/soc/samsung/*
1398 N:      exynos
1399
1400 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1401 M:      Kyungmin Park <kyungmin.park@samsung.com>
1402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      arch/arm/mach-s5pv210/
1405
1406 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1407 M:      Kyungmin Park <kyungmin.park@samsung.com>
1408 M:      Kamil Debski <k.debski@samsung.com>
1409 L:      linux-arm-kernel@lists.infradead.org
1410 L:      linux-media@vger.kernel.org
1411 S:      Maintained
1412 F:      drivers/media/platform/s5p-g2d/
1413
1414 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1415 M:      Kyungmin Park <kyungmin.park@samsung.com>
1416 M:      Kamil Debski <k.debski@samsung.com>
1417 M:      Jeongtae Park <jtp.park@samsung.com>
1418 L:      linux-arm-kernel@lists.infradead.org
1419 L:      linux-media@vger.kernel.org
1420 S:      Maintained
1421 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1422 F:      drivers/media/platform/s5p-mfc/
1423
1424 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1425 M:      Kyungmin Park <kyungmin.park@samsung.com>
1426 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org
1428 L:      linux-media@vger.kernel.org
1429 S:      Maintained
1430 F:      drivers/media/platform/s5p-tv/
1431
1432 ARM/SHMOBILE ARM ARCHITECTURE
1433 M:      Simon Horman <horms@verge.net.au>
1434 M:      Magnus Damm <magnus.damm@gmail.com>
1435 L:      linux-sh@vger.kernel.org
1436 W:      http://oss.renesas.com
1437 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1439 S:      Supported
1440 F:      arch/arm/boot/dts/emev2*
1441 F:      arch/arm/boot/dts/r7s*
1442 F:      arch/arm/boot/dts/r8a*
1443 F:      arch/arm/boot/dts/sh*
1444 F:      arch/arm/configs/armadillo800eva_defconfig
1445 F:      arch/arm/configs/bockw_defconfig
1446 F:      arch/arm/configs/kzm9g_defconfig
1447 F:      arch/arm/configs/marzen_defconfig
1448 F:      arch/arm/configs/shmobile_defconfig
1449 F:      arch/arm/include/debug/renesas-scif.S
1450 F:      arch/arm/mach-shmobile/
1451 F:      drivers/sh/
1452
1453 ARM/SOCFPGA ARCHITECTURE
1454 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1455 S:      Maintained
1456 F:      arch/arm/mach-socfpga/
1457 F:      arch/arm/boot/dts/socfpga*
1458 F:      arch/arm/configs/socfpga_defconfig
1459 W:      http://www.rocketboards.org
1460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1461
1462 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1463 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1464 S:      Maintained
1465 F:      drivers/clk/socfpga/
1466
1467 ARM/SOCFPGA EDAC SUPPORT
1468 M:      Thor Thayer <tthayer@opensource.altera.com>
1469 S:      Maintained
1470 F:      drivers/edac/altera_edac.
1471
1472 ARM/STI ARCHITECTURE
1473 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1474 M:      Maxime Coquelin <maxime.coquelin@st.com>
1475 M:      Patrice Chotard <patrice.chotard@st.com>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 L:      kernel@stlinux.com
1478 W:      http://www.stlinux.com
1479 S:      Maintained
1480 F:      arch/arm/mach-sti/
1481 F:      arch/arm/boot/dts/sti*
1482 F:      drivers/clocksource/arm_global_timer.c
1483 F:      drivers/i2c/busses/i2c-st.c
1484 F:      drivers/media/rc/st_rc.c
1485 F:      drivers/mmc/host/sdhci-st.c
1486 F:      drivers/phy/phy-miphy28lp.c
1487 F:      drivers/phy/phy-miphy365x.c
1488 F:      drivers/phy/phy-stih407-usb.c
1489 F:      drivers/phy/phy-stih41x-usb.c
1490 F:      drivers/pinctrl/pinctrl-st.c
1491 F:      drivers/reset/sti/
1492 F:      drivers/rtc/rtc-st-lpc.c
1493 F:      drivers/tty/serial/st-asc.c
1494 F:      drivers/usb/dwc3/dwc3-st.c
1495 F:      drivers/usb/host/ehci-st.c
1496 F:      drivers/usb/host/ohci-st.c
1497 F:      drivers/watchdog/st_lpc_wdt.c
1498 F:      drivers/ata/ahci_st.c
1499
1500 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1501 M:      Lennert Buytenhek <kernel@wantstofly.org>
1502 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1503 S:      Maintained
1504
1505 ARM/TETON BGA MACHINE SUPPORT
1506 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 S:      Maintained
1509
1510 ARM/THECUS N2100 MACHINE SUPPORT
1511 M:      Lennert Buytenhek <kernel@wantstofly.org>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514
1515 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1516 M:      Wan ZongShun <mcuos.com@gmail.com>
1517 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 W:      http://www.mcuos.com
1519 S:      Maintained
1520 F:      arch/arm/mach-w90x900/
1521 F:      drivers/input/keyboard/w90p910_keypad.c
1522 F:      drivers/input/touchscreen/w90p910_ts.c
1523 F:      drivers/watchdog/nuc900_wdt.c
1524 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1525 F:      drivers/mtd/nand/nuc900_nand.c
1526 F:      drivers/rtc/rtc-nuc900.c
1527 F:      drivers/spi/spi-nuc900.c
1528 F:      drivers/usb/host/ehci-w90x900.c
1529 F:      drivers/video/fbdev/nuc900fb.c
1530
1531 ARM/U300 MACHINE SUPPORT
1532 M:      Linus Walleij <linus.walleij@linaro.org>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 S:      Supported
1535 F:      arch/arm/mach-u300/
1536 F:      drivers/clocksource/timer-u300.c
1537 F:      drivers/i2c/busses/i2c-stu300.c
1538 F:      drivers/rtc/rtc-coh901331.c
1539 F:      drivers/watchdog/coh901327_wdt.c
1540 F:      drivers/dma/coh901318*
1541 F:      drivers/mfd/ab3100*
1542 F:      drivers/rtc/rtc-ab3100.c
1543 F:      drivers/rtc/rtc-coh901331.c
1544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1545
1546 ARM/Ux500 ARM ARCHITECTURE
1547 M:      Linus Walleij <linus.walleij@linaro.org>
1548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 S:      Maintained
1550 F:      arch/arm/mach-ux500/
1551 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1552 F:      drivers/dma/ste_dma40*
1553 F:      drivers/hwspinlock/u8500_hsem.c
1554 F:      drivers/mfd/abx500*
1555 F:      drivers/mfd/ab8500*
1556 F:      drivers/mfd/dbx500*
1557 F:      drivers/mfd/db8500*
1558 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1559 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1560 F:      drivers/rtc/rtc-ab8500.c
1561 F:      drivers/rtc/rtc-pl031.c
1562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1563
1564 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1565 M:      Ulf Hansson <ulf.hansson@linaro.org>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 T:      git git://git.linaro.org/people/ulfh/clk.git
1568 S:      Maintained
1569 F:      drivers/clk/ux500/
1570 F:      include/linux/platform_data/clk-ux500.h
1571
1572 ARM/VERSATILE EXPRESS PLATFORM
1573 M:      Liviu Dudau <liviu.dudau@arm.com>
1574 M:      Sudeep Holla <sudeep.holla@arm.com>
1575 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578 F:      arch/arm/boot/dts/vexpress*
1579 F:      arch/arm/mach-vexpress/
1580 F:      */*/vexpress*
1581 F:      */*/*/vexpress*
1582 F:      drivers/clk/versatile/clk-vexpress-osc.c
1583 F:      drivers/clocksource/versatile.c
1584
1585 ARM/VFP SUPPORT
1586 M:      Russell King <linux@arm.linux.org.uk>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 W:      http://www.arm.linux.org.uk/
1589 S:      Maintained
1590 F:      arch/arm/vfp/
1591
1592 ARM/VOIPAC PXA270 SUPPORT
1593 M:      Marek Vasut <marek.vasut@gmail.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 S:      Maintained
1596 F:      arch/arm/mach-pxa/vpac270.c
1597 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1598
1599 ARM/VT8500 ARM ARCHITECTURE
1600 M:      Tony Prisk <linux@prisktech.co.nz>
1601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/mach-vt8500/
1604 F:      drivers/clocksource/vt8500_timer.c
1605 F:      drivers/i2c/busses/i2c-wmt.c
1606 F:      drivers/mmc/host/wmt-sdmmc.c
1607 F:      drivers/pwm/pwm-vt8500.c
1608 F:      drivers/rtc/rtc-vt8500.c
1609 F:      drivers/tty/serial/vt8500_serial.c
1610 F:      drivers/usb/host/ehci-platform.c
1611 F:      drivers/usb/host/uhci-platform.c
1612 F:      drivers/video/fbdev/vt8500lcdfb.*
1613 F:      drivers/video/fbdev/wm8505fb*
1614 F:      drivers/video/fbdev/wmt_ge_rops.*
1615
1616 ARM/ZIPIT Z2 SUPPORT
1617 M:      Marek Vasut <marek.vasut@gmail.com>
1618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 S:      Maintained
1620 F:      arch/arm/mach-pxa/z2.c
1621 F:      arch/arm/mach-pxa/include/mach/z2.h
1622
1623 ARM/ZYNQ ARCHITECTURE
1624 M:      Michal Simek <michal.simek@xilinx.com>
1625 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1626 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1627 W:      http://wiki.xilinx.com
1628 T:      git git://git.xilinx.com/linux-xlnx.git
1629 S:      Supported
1630 F:      arch/arm/mach-zynq/
1631 F:      drivers/cpuidle/cpuidle-zynq.c
1632 F:      drivers/block/xsysace.c
1633 N:      zynq
1634 N:      xilinx
1635 F:      drivers/clocksource/cadence_ttc_timer.c
1636 F:      drivers/i2c/busses/i2c-cadence.c
1637 F:      drivers/mmc/host/sdhci-of-arasan.c
1638 F:      drivers/edac/synopsys_edac.c
1639
1640 ARM SMMU DRIVER
1641 M:      Will Deacon <will.deacon@arm.com>
1642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 S:      Maintained
1644 F:      drivers/iommu/arm-smmu.c
1645 F:      drivers/iommu/io-pgtable-arm.c
1646
1647 ARM64 PORT (AARCH64 ARCHITECTURE)
1648 M:      Catalin Marinas <catalin.marinas@arm.com>
1649 M:      Will Deacon <will.deacon@arm.com>
1650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 S:      Maintained
1652 F:      arch/arm64/
1653 F:      Documentation/arm64/
1654
1655 AS3645A LED FLASH CONTROLLER DRIVER
1656 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1657 L:      linux-media@vger.kernel.org
1658 T:      git git://linuxtv.org/media_tree.git
1659 S:      Maintained
1660 F:      drivers/media/i2c/as3645a.c
1661 F:      include/media/as3645a.h
1662
1663 ASC7621 HARDWARE MONITOR DRIVER
1664 M:      George Joseph <george.joseph@fairview5.com>
1665 L:      lm-sensors@lm-sensors.org
1666 S:      Maintained
1667 F:      Documentation/hwmon/asc7621
1668 F:      drivers/hwmon/asc7621.c
1669
1670 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1671 M:      Corentin Chary <corentin.chary@gmail.com>
1672 L:      acpi4asus-user@lists.sourceforge.net
1673 L:      platform-driver-x86@vger.kernel.org
1674 W:      http://acpi4asus.sf.net
1675 S:      Maintained
1676 F:      drivers/platform/x86/asus*.c
1677 F:      drivers/platform/x86/eeepc*.c
1678
1679 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1680 R:      Dan Williams <dan.j.williams@intel.com>
1681 W:      http://sourceforge.net/projects/xscaleiop
1682 S:      Odd fixes
1683 F:      Documentation/crypto/async-tx-api.txt
1684 F:      crypto/async_tx/
1685 F:      drivers/dma/
1686 F:      include/linux/dmaengine.h
1687 F:      include/linux/async_tx.h
1688
1689 AT24 EEPROM DRIVER
1690 M:      Wolfram Sang <wsa@the-dreams.de>
1691 L:      linux-i2c@vger.kernel.org
1692 S:      Maintained
1693 F:      drivers/misc/eeprom/at24.c
1694 F:      include/linux/platform_data/at24.h
1695
1696 ATA OVER ETHERNET (AOE) DRIVER
1697 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1698 W:      http://www.openaoe.org/
1699 S:      Supported
1700 F:      Documentation/aoe/
1701 F:      drivers/block/aoe/
1702
1703 ATHEROS ATH GENERIC UTILITIES
1704 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1705 L:      linux-wireless@vger.kernel.org
1706 S:      Supported
1707 F:      drivers/net/wireless/ath/*
1708
1709 ATHEROS ATH5K WIRELESS DRIVER
1710 M:      Jiri Slaby <jirislaby@gmail.com>
1711 M:      Nick Kossifidis <mickflemm@gmail.com>
1712 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1713 L:      linux-wireless@vger.kernel.org
1714 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1715 S:      Maintained
1716 F:      drivers/net/wireless/ath/ath5k/
1717
1718 ATHEROS ATH6KL WIRELESS DRIVER
1719 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1720 L:      linux-wireless@vger.kernel.org
1721 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1722 T:      git git://github.com/kvalo/ath.git
1723 S:      Supported
1724 F:      drivers/net/wireless/ath/ath6kl/
1725
1726 WILOCITY WIL6210 WIRELESS DRIVER
1727 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1728 L:      linux-wireless@vger.kernel.org
1729 L:      wil6210@qca.qualcomm.com
1730 S:      Supported
1731 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1732 F:      drivers/net/wireless/ath/wil6210/
1733 F:      include/uapi/linux/wil6210_uapi.h
1734
1735 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1736 M:      Christian Lamparter <chunkeey@googlemail.com>
1737 L:      linux-wireless@vger.kernel.org
1738 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1739 S:      Maintained
1740 F:      drivers/net/wireless/ath/carl9170/
1741
1742 ATK0110 HWMON DRIVER
1743 M:      Luca Tettamanti <kronos.it@gmail.com>
1744 L:      lm-sensors@lm-sensors.org
1745 S:      Maintained
1746 F:      drivers/hwmon/asus_atk0110.c
1747
1748 ATI_REMOTE2 DRIVER
1749 M:      Ville Syrjala <syrjala@sci.fi>
1750 S:      Maintained
1751 F:      drivers/input/misc/ati_remote2.c
1752
1753 ATLX ETHERNET DRIVERS
1754 M:      Jay Cliburn <jcliburn@gmail.com>
1755 M:      Chris Snook <chris.snook@gmail.com>
1756 L:      netdev@vger.kernel.org
1757 W:      http://sourceforge.net/projects/atl1
1758 W:      http://atl1.sourceforge.net
1759 S:      Maintained
1760 F:      drivers/net/ethernet/atheros/
1761
1762 ATM
1763 M:      Chas Williams <3chas3@gmail.com>
1764 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1765 L:      netdev@vger.kernel.org
1766 W:      http://linux-atm.sourceforge.net
1767 S:      Maintained
1768 F:      drivers/atm/
1769 F:      include/linux/atm*
1770 F:      include/uapi/linux/atm*
1771
1772 ATMEL AT91 / AT32 MCI DRIVER
1773 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1774 S:      Maintained
1775 F:      drivers/mmc/host/atmel-mci.c
1776 F:      drivers/mmc/host/atmel-mci-regs.h
1777
1778 ATMEL AT91 / AT32 SERIAL DRIVER
1779 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1780 S:      Supported
1781 F:      drivers/tty/serial/atmel_serial.c
1782
1783 ATMEL Audio ALSA driver
1784 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1785 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1786 S:      Supported
1787 F:      sound/soc/atmel
1788
1789 ATMEL DMA DRIVER
1790 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Supported
1793 F:      drivers/dma/at_hdmac.c
1794 F:      drivers/dma/at_hdmac_regs.h
1795 F:      include/linux/platform_data/dma-atmel.h
1796
1797 ATMEL XDMA DRIVER
1798 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1799 L:      linux-arm-kernel@lists.infradead.org
1800 L:      dmaengine@vger.kernel.org
1801 S:      Supported
1802 F:      drivers/dma/at_xdmac.c
1803
1804 ATMEL I2C DRIVER
1805 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1806 L:      linux-i2c@vger.kernel.org
1807 S:      Supported
1808 F:      drivers/i2c/busses/i2c-at91.c
1809
1810 ATMEL ISI DRIVER
1811 M:      Josh Wu <josh.wu@atmel.com>
1812 L:      linux-media@vger.kernel.org
1813 S:      Supported
1814 F:      drivers/media/platform/soc_camera/atmel-isi.c
1815 F:      include/media/atmel-isi.h
1816
1817 ATMEL LCDFB DRIVER
1818 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1819 L:      linux-fbdev@vger.kernel.org
1820 S:      Maintained
1821 F:      drivers/video/fbdev/atmel_lcdfb.c
1822 F:      include/video/atmel_lcdc.h
1823
1824 ATMEL MACB ETHERNET DRIVER
1825 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1826 S:      Supported
1827 F:      drivers/net/ethernet/cadence/
1828
1829 ATMEL NAND DRIVER
1830 M:      Josh Wu <josh.wu@atmel.com>
1831 L:      linux-mtd@lists.infradead.org
1832 S:      Supported
1833 F:      drivers/mtd/nand/atmel_nand*
1834
1835 ATMEL SPI DRIVER
1836 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1837 S:      Supported
1838 F:      drivers/spi/spi-atmel.*
1839
1840 ATMEL SSC DRIVER
1841 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1843 S:      Supported
1844 F:      drivers/misc/atmel-ssc.c
1845 F:      include/linux/atmel-ssc.h
1846
1847 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1848 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Supported
1851 F:      drivers/misc/atmel_tclib.c
1852 F:      drivers/clocksource/tcb_clksrc.c
1853
1854 ATMEL USBA UDC DRIVER
1855 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 S:      Supported
1858 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1859
1860 ATMEL WIRELESS DRIVER
1861 M:      Simon Kelley <simon@thekelleys.org.uk>
1862 L:      linux-wireless@vger.kernel.org
1863 W:      http://www.thekelleys.org.uk/atmel
1864 W:      http://atmelwlandriver.sourceforge.net/
1865 S:      Maintained
1866 F:      drivers/net/wireless/atmel*
1867
1868 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1869 M:      Bradley Grove <linuxdrivers@attotech.com>
1870 L:      linux-scsi@vger.kernel.org
1871 W:      http://www.attotech.com
1872 S:      Supported
1873 F:      drivers/scsi/esas2r
1874
1875 AUDIT SUBSYSTEM
1876 M:      Paul Moore <paul@paul-moore.com>
1877 M:      Eric Paris <eparis@redhat.com>
1878 L:      linux-audit@redhat.com (moderated for non-subscribers)
1879 W:      http://people.redhat.com/sgrubb/audit/
1880 T:      git git://git.infradead.org/users/pcmoore/audit
1881 S:      Maintained
1882 F:      include/linux/audit.h
1883 F:      include/uapi/linux/audit.h
1884 F:      kernel/audit*
1885
1886 AUXILIARY DISPLAY DRIVERS
1887 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1888 W:      http://miguelojeda.es/auxdisplay.htm
1889 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1890 S:      Maintained
1891 F:      drivers/auxdisplay/
1892 F:      include/linux/cfag12864b.h
1893
1894 AVR32 ARCHITECTURE
1895 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1896 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1897 W:      http://www.atmel.com/products/AVR32/
1898 W:      http://mirror.egtvedt.no/avr32linux.org/
1899 W:      http://avrfreaks.net/
1900 S:      Maintained
1901 F:      arch/avr32/
1902
1903 AVR32/AT32AP MACHINE SUPPORT
1904 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1905 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1906 S:      Maintained
1907 F:      arch/avr32/mach-at32ap/
1908
1909 AX.25 NETWORK LAYER
1910 M:      Ralf Baechle <ralf@linux-mips.org>
1911 L:      linux-hams@vger.kernel.org
1912 W:      http://www.linux-ax25.org/
1913 S:      Maintained
1914 F:      include/uapi/linux/ax25.h
1915 F:      include/net/ax25.h
1916 F:      net/ax25/
1917
1918 AZ6007 DVB DRIVER
1919 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1920 L:      linux-media@vger.kernel.org
1921 W:      http://linuxtv.org
1922 T:      git git://linuxtv.org/media_tree.git
1923 S:      Maintained
1924 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1925
1926 AZTECH FM RADIO RECEIVER DRIVER
1927 M:      Hans Verkuil <hverkuil@xs4all.nl>
1928 L:      linux-media@vger.kernel.org
1929 T:      git git://linuxtv.org/media_tree.git
1930 W:      http://linuxtv.org
1931 S:      Maintained
1932 F:      drivers/media/radio/radio-aztech*
1933
1934 B43 WIRELESS DRIVER
1935 L:      linux-wireless@vger.kernel.org
1936 L:      b43-dev@lists.infradead.org
1937 W:      http://wireless.kernel.org/en/users/Drivers/b43
1938 S:      Odd Fixes
1939 F:      drivers/net/wireless/b43/
1940
1941 B43LEGACY WIRELESS DRIVER
1942 M:      Larry Finger <Larry.Finger@lwfinger.net>
1943 L:      linux-wireless@vger.kernel.org
1944 L:      b43-dev@lists.infradead.org
1945 W:      http://wireless.kernel.org/en/users/Drivers/b43
1946 S:      Maintained
1947 F:      drivers/net/wireless/b43legacy/
1948
1949 BACKLIGHT CLASS/SUBSYSTEM
1950 M:      Jingoo Han <jingoohan1@gmail.com>
1951 M:      Lee Jones <lee.jones@linaro.org>
1952 S:      Maintained
1953 F:      drivers/video/backlight/
1954 F:      include/linux/backlight.h
1955
1956 BATMAN ADVANCED
1957 M:      Marek Lindner <mareklindner@neomailbox.ch>
1958 M:      Simon Wunderlich <sw@simonwunderlich.de>
1959 M:      Antonio Quartulli <antonio@meshcoding.com>
1960 L:      b.a.t.m.a.n@lists.open-mesh.org
1961 W:      http://www.open-mesh.org/
1962 S:      Maintained
1963 F:      net/batman-adv/
1964
1965 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1966 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1967 L:      linux-hams@vger.kernel.org
1968 W:      http://www.baycom.org/~tom/ham/ham.html
1969 S:      Maintained
1970 F:      drivers/net/hamradio/baycom*
1971
1972 BCACHE (BLOCK LAYER CACHE)
1973 M:      Kent Overstreet <kmo@daterainc.com>
1974 L:      linux-bcache@vger.kernel.org
1975 W:      http://bcache.evilpiepirate.org
1976 S:      Maintained:
1977 F:      drivers/md/bcache/
1978
1979 BEFS FILE SYSTEM
1980 S:      Orphan
1981 F:      Documentation/filesystems/befs.txt
1982 F:      fs/befs/
1983
1984 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1985 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1986 L:      netdev@vger.kernel.org
1987 S:      Maintained
1988 F:      drivers/net/ethernet/ec_bhf.c
1989
1990 BFS FILE SYSTEM
1991 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1992 S:      Maintained
1993 F:      Documentation/filesystems/bfs.txt
1994 F:      fs/bfs/
1995 F:      include/uapi/linux/bfs_fs.h
1996
1997 BLACKFIN ARCHITECTURE
1998 M:      Steven Miao <realmz6@gmail.com>
1999 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 T:      git git://git.code.sf.net/p/adi-linux/code
2001 W:      http://blackfin.uclinux.org
2002 S:      Supported
2003 F:      arch/blackfin/
2004
2005 BLACKFIN EMAC DRIVER
2006 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W:      http://blackfin.uclinux.org
2008 S:      Supported
2009 F:      drivers/net/ethernet/adi/
2010
2011 BLACKFIN RTC DRIVER
2012 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W:      http://blackfin.uclinux.org
2014 S:      Supported
2015 F:      drivers/rtc/rtc-bfin.c
2016
2017 BLACKFIN SDH DRIVER
2018 M:      Sonic Zhang <sonic.zhang@analog.com>
2019 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W:      http://blackfin.uclinux.org
2021 S:      Supported
2022 F:      drivers/mmc/host/bfin_sdh.c
2023
2024 BLACKFIN SERIAL DRIVER
2025 M:      Sonic Zhang <sonic.zhang@analog.com>
2026 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W:      http://blackfin.uclinux.org
2028 S:      Supported
2029 F:      drivers/tty/serial/bfin_uart.c
2030
2031 BLACKFIN WATCHDOG DRIVER
2032 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2033 W:      http://blackfin.uclinux.org
2034 S:      Supported
2035 F:      drivers/watchdog/bfin_wdt.c
2036
2037 BLACKFIN I2C TWI DRIVER
2038 M:      Sonic Zhang <sonic.zhang@analog.com>
2039 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2040 W:      http://blackfin.uclinux.org/
2041 S:      Supported
2042 F:      drivers/i2c/busses/i2c-bfin-twi.c
2043
2044 BLACKFIN MEDIA DRIVER
2045 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2046 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2047 W:      http://blackfin.uclinux.org/
2048 S:      Supported
2049 F:      drivers/media/platform/blackfin/
2050 F:      drivers/media/i2c/adv7183*
2051 F:      drivers/media/i2c/vs6624*
2052
2053 BLINKM RGB LED DRIVER
2054 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2055 S:      Maintained
2056 F:      drivers/leds/leds-blinkm.c
2057
2058 BLOCK LAYER
2059 M:      Jens Axboe <axboe@kernel.dk>
2060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2061 S:      Maintained
2062 F:      block/
2063
2064 BLOCK2MTD DRIVER
2065 M:      Joern Engel <joern@lazybastard.org>
2066 L:      linux-mtd@lists.infradead.org
2067 S:      Maintained
2068 F:      drivers/mtd/devices/block2mtd.c
2069
2070 BLUETOOTH DRIVERS
2071 M:      Marcel Holtmann <marcel@holtmann.org>
2072 M:      Gustavo Padovan <gustavo@padovan.org>
2073 M:      Johan Hedberg <johan.hedberg@gmail.com>
2074 L:      linux-bluetooth@vger.kernel.org
2075 W:      http://www.bluez.org/
2076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2078 S:      Maintained
2079 F:      drivers/bluetooth/
2080
2081 BLUETOOTH SUBSYSTEM
2082 M:      Marcel Holtmann <marcel@holtmann.org>
2083 M:      Gustavo Padovan <gustavo@padovan.org>
2084 M:      Johan Hedberg <johan.hedberg@gmail.com>
2085 L:      linux-bluetooth@vger.kernel.org
2086 W:      http://www.bluez.org/
2087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2089 S:      Maintained
2090 F:      net/bluetooth/
2091 F:      include/net/bluetooth/
2092
2093 BONDING DRIVER
2094 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2095 M:      Veaceslav Falico <vfalico@gmail.com>
2096 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2097 L:      netdev@vger.kernel.org
2098 W:      http://sourceforge.net/projects/bonding/
2099 S:      Supported
2100 F:      drivers/net/bonding/
2101 F:      include/uapi/linux/if_bonding.h
2102
2103 BPF (Safe dynamic programs and tools)
2104 M:      Alexei Starovoitov <ast@kernel.org>
2105 L:      netdev@vger.kernel.org
2106 L:      linux-kernel@vger.kernel.org
2107 S:      Supported
2108 F:      kernel/bpf/
2109
2110 BROADCOM B44 10/100 ETHERNET DRIVER
2111 M:      Gary Zambrano <zambrano@broadcom.com>
2112 L:      netdev@vger.kernel.org
2113 S:      Supported
2114 F:      drivers/net/ethernet/broadcom/b44.*
2115
2116 BROADCOM GENET ETHERNET DRIVER
2117 M:      Florian Fainelli <f.fainelli@gmail.com>
2118 L:      netdev@vger.kernel.org
2119 S:      Supported
2120 F:      drivers/net/ethernet/broadcom/genet/
2121
2122 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2123 M:      Sony Chacko <sony.chacko@qlogic.com>
2124 M:      Dept-HSGLinuxNICDev@qlogic.com
2125 L:      netdev@vger.kernel.org
2126 S:      Supported
2127 F:      drivers/net/ethernet/broadcom/bnx2.*
2128 F:      drivers/net/ethernet/broadcom/bnx2_*
2129
2130 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2131 M:      Ariel Elior <ariel.elior@qlogic.com>
2132 L:      netdev@vger.kernel.org
2133 S:      Supported
2134 F:      drivers/net/ethernet/broadcom/bnx2x/
2135
2136 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2137 M:      Florian Fainelli <f.fainelli@gmail.com>
2138 M:      Ray Jui <rjui@broadcom.com>
2139 M:      Scott Branden <sbranden@broadcom.com>
2140 L:      bcm-kernel-feedback-list@broadcom.com
2141 T:      git git://github.com/broadcom/mach-bcm
2142 S:      Maintained
2143 F:      arch/arm/mach-bcm/
2144 F:      arch/arm/boot/dts/bcm113*
2145 F:      arch/arm/boot/dts/bcm216*
2146 F:      arch/arm/boot/dts/bcm281*
2147 F:      arch/arm/configs/bcm_defconfig
2148 F:      drivers/mmc/host/sdhci-bcm-kona.c
2149 F:      drivers/clocksource/bcm_kona_timer.c
2150
2151 BROADCOM BCM2835 ARM ARCHITECTURE
2152 M:      Stephen Warren <swarren@wwwdotorg.org>
2153 M:      Lee Jones <lee@kernel.org>
2154 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2156 S:      Maintained
2157 N:      bcm2835
2158
2159 BROADCOM BCM33XX MIPS ARCHITECTURE
2160 M:      Kevin Cernekee <cernekee@gmail.com>
2161 L:      linux-mips@linux-mips.org
2162 S:      Maintained
2163 F:      arch/mips/bcm3384/*
2164 F:      arch/mips/include/asm/mach-bcm3384/*
2165 F:      arch/mips/kernel/*bmips*
2166
2167 BROADCOM BCM5301X ARM ARCHITECTURE
2168 M:      Hauke Mehrtens <hauke@hauke-m.de>
2169 L:      linux-arm-kernel@lists.infradead.org
2170 S:      Maintained
2171 F:      arch/arm/mach-bcm/bcm_5301x.c
2172 F:      arch/arm/boot/dts/bcm5301x.dtsi
2173 F:      arch/arm/boot/dts/bcm470*
2174
2175 BROADCOM BCM63XX ARM ARCHITECTURE
2176 M:      Florian Fainelli <f.fainelli@gmail.com>
2177 L:      linux-arm-kernel@lists.infradead.org
2178 T:      git git://github.com/broadcom/arm-bcm63xx.git
2179 S:      Maintained
2180 F:      arch/arm/mach-bcm/bcm63xx.c
2181 F:      arch/arm/include/debug/bcm63xx.S
2182
2183 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2184 M:      Kevin Cernekee <cernekee@gmail.com>
2185 L:      linux-usb@vger.kernel.org
2186 S:      Maintained
2187 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2188
2189 BROADCOM BCM7XXX ARM ARCHITECTURE
2190 M:      Brian Norris <computersforpeace@gmail.com>
2191 M:      Gregory Fong <gregory.0xf0@gmail.com>
2192 M:      Florian Fainelli <f.fainelli@gmail.com>
2193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2194 T:      git git://github.com/broadcom/stblinux.git
2195 S:      Maintained
2196 F:      arch/arm/mach-bcm/*brcmstb*
2197 F:      arch/arm/boot/dts/bcm7*.dts*
2198 F:      drivers/bus/brcmstb_gisb.c
2199
2200 BROADCOM BMIPS MIPS ARCHITECTURE
2201 M:      Kevin Cernekee <cernekee@gmail.com>
2202 M:      Florian Fainelli <f.fainelli@gmail.com>
2203 L:      linux-mips@linux-mips.org
2204 T:      git git://github.com/broadcom/stblinux.git
2205 S:      Maintained
2206 F:      arch/mips/bmips/*
2207 F:      arch/mips/include/asm/mach-bmips/*
2208 F:      arch/mips/kernel/*bmips*
2209 F:      arch/mips/boot/dts/bcm*.dts*
2210 F:      drivers/irqchip/irq-bcm7*
2211 F:      drivers/irqchip/irq-brcmstb*
2212
2213 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2214 M:      Prashant Sreedharan <prashant@broadcom.com>
2215 M:      Michael Chan <mchan@broadcom.com>
2216 L:      netdev@vger.kernel.org
2217 S:      Supported
2218 F:      drivers/net/ethernet/broadcom/tg3.*
2219
2220 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2221 M:      Brett Rudley <brudley@broadcom.com>
2222 M:      Arend van Spriel <arend@broadcom.com>
2223 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2224 M:      Hante Meuleman <meuleman@broadcom.com>
2225 L:      linux-wireless@vger.kernel.org
2226 L:      brcm80211-dev-list@broadcom.com
2227 S:      Supported
2228 F:      drivers/net/wireless/brcm80211/
2229
2230 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2231 M:      QLogic-Storage-Upstream@qlogic.com
2232 L:      linux-scsi@vger.kernel.org
2233 S:      Supported
2234 F:      drivers/scsi/bnx2fc/
2235
2236 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2237 M:      QLogic-Storage-Upstream@qlogic.com
2238 L:      linux-scsi@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/scsi/bnx2i/
2241
2242 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2243 M:      Ray Jui <rjui@broadcom.com>
2244 M:      Scott Branden <sbranden@broadcom.com>
2245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2246 L:      bcm-kernel-feedback-list@broadcom.com
2247 T:      git git://github.com/broadcom/cygnus-linux.git
2248 S:      Maintained
2249 N:      iproc
2250 N:      cygnus
2251 N:      bcm9113*
2252 N:      bcm9583*
2253 N:      bcm583*
2254 N:      bcm113*
2255
2256 BROADCOM BRCMSTB GPIO DRIVER
2257 M:      Gregory Fong <gregory.0xf0@gmail.com>
2258 L:      bcm-kernel-feedback-list@broadcom.com>
2259 S:      Supported
2260 F:      drivers/gpio/gpio-brcmstb.c
2261 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2262
2263 BROADCOM KONA GPIO DRIVER
2264 M:      Ray Jui <rjui@broadcom.com>
2265 L:      bcm-kernel-feedback-list@broadcom.com
2266 S:      Supported
2267 F:      drivers/gpio/gpio-bcm-kona.c
2268 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2269
2270 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2271 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2272 L:      linux-wireless@vger.kernel.org
2273 S:      Maintained
2274 F:      drivers/bcma/
2275 F:      include/linux/bcma/
2276
2277 BROADCOM SYSTEMPORT ETHERNET DRIVER
2278 M:      Florian Fainelli <f.fainelli@gmail.com>
2279 L:      netdev@vger.kernel.org
2280 S:      Supported
2281 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2282
2283 BROCADE BFA FC SCSI DRIVER
2284 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2285 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2286 L:      linux-scsi@vger.kernel.org
2287 S:      Supported
2288 F:      drivers/scsi/bfa/
2289
2290 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2291 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2292 L:      netdev@vger.kernel.org
2293 S:      Supported
2294 F:      drivers/net/ethernet/brocade/bna/
2295
2296 BSG (block layer generic sg v4 driver)
2297 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2298 L:      linux-scsi@vger.kernel.org
2299 S:      Supported
2300 F:      block/bsg.c
2301 F:      include/linux/bsg.h
2302 F:      include/uapi/linux/bsg.h
2303
2304 BT87X AUDIO DRIVER
2305 M:      Clemens Ladisch <clemens@ladisch.de>
2306 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2307 T:      git git://git.alsa-project.org/alsa-kernel.git
2308 S:      Maintained
2309 F:      Documentation/sound/alsa/Bt87x.txt
2310 F:      sound/pci/bt87x.c
2311
2312 BT8XXGPIO DRIVER
2313 M:      Michael Buesch <m@bues.ch>
2314 W:      http://bu3sch.de/btgpio.php
2315 S:      Maintained
2316 F:      drivers/gpio/gpio-bt8xx.c
2317
2318 BTRFS FILE SYSTEM
2319 M:      Chris Mason <clm@fb.com>
2320 M:      Josef Bacik <jbacik@fb.com>
2321 M:      David Sterba <dsterba@suse.cz>
2322 L:      linux-btrfs@vger.kernel.org
2323 W:      http://btrfs.wiki.kernel.org/
2324 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2326 S:      Maintained
2327 F:      Documentation/filesystems/btrfs.txt
2328 F:      fs/btrfs/
2329
2330 BTTV VIDEO4LINUX DRIVER
2331 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2332 L:      linux-media@vger.kernel.org
2333 W:      http://linuxtv.org
2334 T:      git git://linuxtv.org/media_tree.git
2335 S:      Odd fixes
2336 F:      Documentation/video4linux/bttv/
2337 F:      drivers/media/pci/bt8xx/bttv*
2338
2339 BUSLOGIC SCSI DRIVER
2340 M:      Khalid Aziz <khalid@gonehiking.org>
2341 L:      linux-scsi@vger.kernel.org
2342 S:      Maintained
2343 F:      drivers/scsi/BusLogic.*
2344 F:      drivers/scsi/FlashPoint.*
2345
2346 C-MEDIA CMI8788 DRIVER
2347 M:      Clemens Ladisch <clemens@ladisch.de>
2348 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2349 T:      git git://git.alsa-project.org/alsa-kernel.git
2350 S:      Maintained
2351 F:      sound/pci/oxygen/
2352
2353 C6X ARCHITECTURE
2354 M:      Mark Salter <msalter@redhat.com>
2355 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2356 L:      linux-c6x-dev@linux-c6x.org
2357 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2358 S:      Maintained
2359 F:      arch/c6x/
2360
2361 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2362 M:      David Howells <dhowells@redhat.com>
2363 L:      linux-cachefs@redhat.com
2364 S:      Supported
2365 F:      Documentation/filesystems/caching/cachefiles.txt
2366 F:      fs/cachefiles/
2367
2368 CADET FM/AM RADIO RECEIVER DRIVER
2369 M:      Hans Verkuil <hverkuil@xs4all.nl>
2370 L:      linux-media@vger.kernel.org
2371 T:      git git://linuxtv.org/media_tree.git
2372 W:      http://linuxtv.org
2373 S:      Maintained
2374 F:      drivers/media/radio/radio-cadet*
2375
2376 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2377 M:      Jonathan Corbet <corbet@lwn.net>
2378 L:      linux-media@vger.kernel.org
2379 T:      git git://linuxtv.org/media_tree.git
2380 S:      Maintained
2381 F:      Documentation/video4linux/cafe_ccic
2382 F:      drivers/media/platform/marvell-ccic/
2383
2384 CAIF NETWORK LAYER
2385 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2386 L:      netdev@vger.kernel.org
2387 S:      Supported
2388 F:      Documentation/networking/caif/
2389 F:      drivers/net/caif/
2390 F:      include/uapi/linux/caif/
2391 F:      include/net/caif/
2392 F:      net/caif/
2393
2394 CALGARY x86-64 IOMMU
2395 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2396 M:      "Jon D. Mason" <jdmason@kudzu.us>
2397 L:      discuss@x86-64.org
2398 S:      Maintained
2399 F:      arch/x86/kernel/pci-calgary_64.c
2400 F:      arch/x86/kernel/tce_64.c
2401 F:      arch/x86/include/asm/calgary.h
2402 F:      arch/x86/include/asm/tce.h
2403
2404 CAN NETWORK LAYER
2405 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2406 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2407 L:      linux-can@vger.kernel.org
2408 W:      https://github.com/linux-can
2409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2411 S:      Maintained
2412 F:      Documentation/networking/can.txt
2413 F:      net/can/
2414 F:      include/linux/can/core.h
2415 F:      include/uapi/linux/can.h
2416 F:      include/uapi/linux/can/bcm.h
2417 F:      include/uapi/linux/can/raw.h
2418 F:      include/uapi/linux/can/gw.h
2419
2420 CAN NETWORK DRIVERS
2421 M:      Wolfgang Grandegger <wg@grandegger.com>
2422 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2423 L:      linux-can@vger.kernel.org
2424 W:      https://github.com/linux-can
2425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2427 S:      Maintained
2428 F:      drivers/net/can/
2429 F:      include/linux/can/dev.h
2430 F:      include/linux/can/platform/
2431 F:      include/uapi/linux/can/error.h
2432 F:      include/uapi/linux/can/netlink.h
2433
2434 CAPABILITIES
2435 M:      Serge Hallyn <serge.hallyn@canonical.com>
2436 L:      linux-security-module@vger.kernel.org
2437 S:      Supported
2438 F:      include/linux/capability.h
2439 F:      include/uapi/linux/capability.h
2440 F:      security/commoncap.c
2441 F:      kernel/capability.c
2442
2443 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2444 M:      Kevin Tsai <ktsai@capellamicro.com>
2445 S:      Maintained
2446 F:      drivers/iio/light/cm*
2447 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2448
2449 CC2520 IEEE-802.15.4 RADIO DRIVER
2450 M:      Varka Bhadram <varkabhadram@gmail.com>
2451 L:      linux-wpan@vger.kernel.org
2452 S:      Maintained
2453 F:      drivers/net/ieee802154/cc2520.c
2454 F:      include/linux/spi/cc2520.h
2455 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2456
2457 CELL BROADBAND ENGINE ARCHITECTURE
2458 M:      Arnd Bergmann <arnd@arndb.de>
2459 L:      linuxppc-dev@lists.ozlabs.org
2460 L:      cbe-oss-dev@lists.ozlabs.org
2461 W:      http://www.ibm.com/developerworks/power/cell/
2462 S:      Supported
2463 F:      arch/powerpc/include/asm/cell*.h
2464 F:      arch/powerpc/include/asm/spu*.h
2465 F:      arch/powerpc/include/uapi/asm/spu*.h
2466 F:      arch/powerpc/oprofile/*cell*
2467 F:      arch/powerpc/platforms/cell/
2468
2469 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2470 M:      Yan, Zheng <zyan@redhat.com>
2471 M:      Sage Weil <sage@redhat.com>
2472 L:      ceph-devel@vger.kernel.org
2473 W:      http://ceph.com/
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2475 S:      Supported
2476 F:      Documentation/filesystems/ceph.txt
2477 F:      fs/ceph/
2478 F:      net/ceph/
2479 F:      include/linux/ceph/
2480 F:      include/linux/crush/
2481
2482 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2483 L:      linux-usb@vger.kernel.org
2484 S:      Orphan
2485 F:      Documentation/usb/WUSB-Design-overview.txt
2486 F:      Documentation/usb/wusb-cbaf
2487 F:      drivers/usb/host/hwa-hc.c
2488 F:      drivers/usb/host/whci/
2489 F:      drivers/usb/wusbcore/
2490 F:      include/linux/usb/wusb*
2491
2492 CFAG12864B LCD DRIVER
2493 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2494 W:      http://miguelojeda.es/auxdisplay.htm
2495 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2496 S:      Maintained
2497 F:      drivers/auxdisplay/cfag12864b.c
2498 F:      include/linux/cfag12864b.h
2499
2500 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2501 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2502 W:      http://miguelojeda.es/auxdisplay.htm
2503 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2504 S:      Maintained
2505 F:      drivers/auxdisplay/cfag12864bfb.c
2506 F:      include/linux/cfag12864b.h
2507
2508 CFG80211 and NL80211
2509 M:      Johannes Berg <johannes@sipsolutions.net>
2510 L:      linux-wireless@vger.kernel.org
2511 W:      http://wireless.kernel.org/
2512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2514 S:      Maintained
2515 F:      include/uapi/linux/nl80211.h
2516 F:      include/net/cfg80211.h
2517 F:      net/wireless/*
2518 X:      net/wireless/wext*
2519
2520 CHAR and MISC DRIVERS
2521 M:      Arnd Bergmann <arnd@arndb.de>
2522 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2524 S:      Supported
2525 F:      drivers/char/*
2526 F:      drivers/misc/*
2527 F:      include/linux/miscdevice.h
2528
2529 CHECKPATCH
2530 M:      Andy Whitcroft <apw@canonical.com>
2531 M:      Joe Perches <joe@perches.com>
2532 S:      Maintained
2533 F:      scripts/checkpatch.pl
2534
2535 CHINESE DOCUMENTATION
2536 M:      Harry Wei <harryxiyou@gmail.com>
2537 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2538 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2539 S:      Maintained
2540 F:      Documentation/zh_CN/
2541
2542 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2543 M:      Peter Chen <Peter.Chen@freescale.com>
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2545 L:      linux-usb@vger.kernel.org
2546 S:      Maintained
2547 F:      drivers/usb/chipidea/
2548
2549 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2550 M:      Hans de Goede <hdegoede@redhat.com>
2551 L:      linux-input@vger.kernel.org
2552 S:      Maintained
2553 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2554 F:      drivers/input/touchscreen/chipone_icn8318.c
2555
2556 CHROME HARDWARE PLATFORM SUPPORT
2557 M:      Olof Johansson <olof@lixom.net>
2558 S:      Maintained
2559 F:      drivers/platform/chrome/
2560
2561 CISCO VIC ETHERNET NIC DRIVER
2562 M:      Christian Benvenuti <benve@cisco.com>
2563 M:      Sujith Sankar <ssujith@cisco.com>
2564 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2565 M:      Neel Patel <neepatel@cisco.com>
2566 S:      Supported
2567 F:      drivers/net/ethernet/cisco/enic/
2568
2569 CISCO VIC LOW LATENCY NIC DRIVER
2570 M:      Upinder Malhi <umalhi@cisco.com>
2571 S:      Supported
2572 F:      drivers/infiniband/hw/usnic
2573
2574 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2575 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2576 L:      netdev@vger.kernel.org
2577 S:      Maintained
2578 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2579
2580 CIRRUS LOGIC AUDIO CODEC DRIVERS
2581 M:      Brian Austin <brian.austin@cirrus.com>
2582 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2583 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2584 S:      Maintained
2585 F:      sound/soc/codecs/cs*
2586
2587 CLEANCACHE API
2588 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2589 L:      linux-kernel@vger.kernel.org
2590 S:      Maintained
2591 F:      mm/cleancache.c
2592 F:      include/linux/cleancache.h
2593
2594 CLK API
2595 M:      Russell King <linux@arm.linux.org.uk>
2596 L:      linux-clk@vger.kernel.org
2597 S:      Maintained
2598 F:      include/linux/clk.h
2599
2600 CLOCKSOURCE, CLOCKEVENT DRIVERS
2601 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2602 M:      Thomas Gleixner <tglx@linutronix.de>
2603 L:      linux-kernel@vger.kernel.org
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2605 S:      Supported
2606 F:      drivers/clocksource
2607
2608 CISCO FCOE HBA DRIVER
2609 M:      Hiral Patel <hiralpat@cisco.com>
2610 M:      Suma Ramars <sramars@cisco.com>
2611 M:      Brian Uchino <buchino@cisco.com>
2612 L:      linux-scsi@vger.kernel.org
2613 S:      Supported
2614 F:      drivers/scsi/fnic/
2615
2616 CISCO SCSI HBA DRIVER
2617 M:      Narsimhulu Musini <nmusini@cisco.com>
2618 M:      Sesidhar Baddela <sebaddel@cisco.com>
2619 L:      linux-scsi@vger.kernel.org
2620 S:      Supported
2621 F:      drivers/scsi/snic/
2622
2623 CMPC ACPI DRIVER
2624 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2625 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2626 L:      platform-driver-x86@vger.kernel.org
2627 S:      Supported
2628 F:      drivers/platform/x86/classmate-laptop.c
2629
2630 COCCINELLE/Semantic Patches (SmPL)
2631 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2632 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2633 M:      Nicolas Palix <nicolas.palix@imag.fr>
2634 M:      Michal Marek <mmarek@suse.cz>
2635 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2637 W:      http://coccinelle.lip6.fr/
2638 S:      Supported
2639 F:      Documentation/coccinelle.txt
2640 F:      scripts/coccinelle/
2641 F:      scripts/coccicheck
2642
2643 CODA FILE SYSTEM
2644 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2645 M:      coda@cs.cmu.edu
2646 L:      codalist@coda.cs.cmu.edu
2647 W:      http://www.coda.cs.cmu.edu/
2648 S:      Maintained
2649 F:      Documentation/filesystems/coda.txt
2650 F:      fs/coda/
2651 F:      include/linux/coda*.h
2652 F:      include/uapi/linux/coda*.h
2653
2654 CODA V4L2 MEM2MEM DRIVER
2655 M:      Philipp Zabel <p.zabel@pengutronix.de>
2656 L:      linux-media@vger.kernel.org
2657 S:      Maintained
2658 F:      Documentation/devicetree/bindings/media/coda.txt
2659 F:      drivers/media/platform/coda/
2660
2661 COMMON CLK FRAMEWORK
2662 M:      Mike Turquette <mturquette@linaro.org>
2663 M:      Stephen Boyd <sboyd@codeaurora.org>
2664 L:      linux-clk@vger.kernel.org
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2666 S:      Maintained
2667 F:      drivers/clk/
2668 X:      drivers/clk/clkdev.c
2669 F:      include/linux/clk-pr*
2670 F:      include/linux/clk/
2671
2672 COMMON INTERNET FILE SYSTEM (CIFS)
2673 M:      Steve French <sfrench@samba.org>
2674 L:      linux-cifs@vger.kernel.org
2675 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2676 W:      http://linux-cifs.samba.org/
2677 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2678 S:      Supported
2679 F:      Documentation/filesystems/cifs/
2680 F:      fs/cifs/
2681
2682 COMPACTPCI HOTPLUG CORE
2683 M:      Scott Murray <scott@spiteful.org>
2684 L:      linux-pci@vger.kernel.org
2685 S:      Maintained
2686 F:      drivers/pci/hotplug/cpci_hotplug*
2687
2688 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2689 M:      Scott Murray <scott@spiteful.org>
2690 L:      linux-pci@vger.kernel.org
2691 S:      Maintained
2692 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2693
2694 COMPACTPCI HOTPLUG GENERIC DRIVER
2695 M:      Scott Murray <scott@spiteful.org>
2696 L:      linux-pci@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/pci/hotplug/cpcihp_generic.c
2699
2700 COMPAL LAPTOP SUPPORT
2701 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2702 L:      platform-driver-x86@vger.kernel.org
2703 S:      Maintained
2704 F:      drivers/platform/x86/compal-laptop.c
2705
2706 CONEXANT ACCESSRUNNER USB DRIVER
2707 M:      Simon Arlott <cxacru@fire.lp0.eu>
2708 L:      accessrunner-general@lists.sourceforge.net
2709 W:      http://accessrunner.sourceforge.net/
2710 S:      Maintained
2711 F:      drivers/usb/atm/cxacru.c
2712
2713 CONFIGFS
2714 M:      Joel Becker <jlbec@evilplan.org>
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2716 S:      Supported
2717 F:      fs/configfs/
2718 F:      include/linux/configfs.h
2719
2720 CONNECTOR
2721 M:      Evgeniy Polyakov <zbr@ioremap.net>
2722 L:      netdev@vger.kernel.org
2723 S:      Maintained
2724 F:      drivers/connector/
2725
2726 CONTROL GROUP (CGROUP)
2727 M:      Tejun Heo <tj@kernel.org>
2728 M:      Li Zefan <lizefan@huawei.com>
2729 L:      cgroups@vger.kernel.org
2730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2731 S:      Maintained
2732 F:      Documentation/cgroups/
2733 F:      include/linux/cgroup*
2734 F:      kernel/cgroup*
2735
2736 CONTROL GROUP - CPUSET
2737 M:      Li Zefan <lizefan@huawei.com>
2738 L:      cgroups@vger.kernel.org
2739 W:      http://www.bullopensource.org/cpuset/
2740 W:      http://oss.sgi.com/projects/cpusets/
2741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2742 S:      Maintained
2743 F:      Documentation/cgroups/cpusets.txt
2744 F:      include/linux/cpuset.h
2745 F:      kernel/cpuset.c
2746
2747 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2748 M:      Johannes Weiner <hannes@cmpxchg.org>
2749 M:      Michal Hocko <mhocko@suse.cz>
2750 L:      cgroups@vger.kernel.org
2751 L:      linux-mm@kvack.org
2752 S:      Maintained
2753 F:      mm/memcontrol.c
2754 F:      mm/swap_cgroup.c
2755
2756 CORETEMP HARDWARE MONITORING DRIVER
2757 M:      Fenghua Yu <fenghua.yu@intel.com>
2758 L:      lm-sensors@lm-sensors.org
2759 S:      Maintained
2760 F:      Documentation/hwmon/coretemp
2761 F:      drivers/hwmon/coretemp.c
2762
2763 COSA/SRP SYNC SERIAL DRIVER
2764 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2765 W:      http://www.fi.muni.cz/~kas/cosa/
2766 S:      Maintained
2767 F:      drivers/net/wan/cosa*
2768
2769 CPMAC ETHERNET DRIVER
2770 M:      Florian Fainelli <florian@openwrt.org>
2771 L:      netdev@vger.kernel.org
2772 S:      Maintained
2773 F:      drivers/net/ethernet/ti/cpmac.c
2774
2775 CPU FREQUENCY DRIVERS
2776 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2777 M:      Viresh Kumar <viresh.kumar@linaro.org>
2778 L:      linux-pm@vger.kernel.org
2779 S:      Maintained
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2781 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2782 F:      drivers/cpufreq/
2783 F:      include/linux/cpufreq.h
2784
2785 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2786 M:      Viresh Kumar <viresh.kumar@linaro.org>
2787 M:      Sudeep Holla <sudeep.holla@arm.com>
2788 L:      linux-pm@vger.kernel.org
2789 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2790 S:      Maintained
2791 F:      drivers/cpufreq/arm_big_little.h
2792 F:      drivers/cpufreq/arm_big_little.c
2793 F:      drivers/cpufreq/arm_big_little_dt.c
2794
2795 CPUIDLE DRIVER - ARM BIG LITTLE
2796 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2797 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2798 L:      linux-pm@vger.kernel.org
2799 L:      linux-arm-kernel@lists.infradead.org
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2801 S:      Maintained
2802 F:      drivers/cpuidle/cpuidle-big_little.c
2803
2804 CPUIDLE DRIVER - ARM EXYNOS
2805 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2806 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2807 M:      Kukjin Kim <kgene@kernel.org>
2808 L:      linux-pm@vger.kernel.org
2809 L:      linux-samsung-soc@vger.kernel.org
2810 S:      Supported
2811 F:      drivers/cpuidle/cpuidle-exynos.c
2812 F:      arch/arm/mach-exynos/pm.c
2813
2814 CPUIDLE DRIVERS
2815 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2816 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2817 L:      linux-pm@vger.kernel.org
2818 S:      Maintained
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2820 F:      drivers/cpuidle/*
2821 F:      include/linux/cpuidle.h
2822
2823 CPUID/MSR DRIVER
2824 M:      "H. Peter Anvin" <hpa@zytor.com>
2825 S:      Maintained
2826 F:      arch/x86/kernel/cpuid.c
2827 F:      arch/x86/kernel/msr.c
2828
2829 CPU POWER MONITORING SUBSYSTEM
2830 M:      Thomas Renninger <trenn@suse.de>
2831 L:      linux-pm@vger.kernel.org
2832 S:      Maintained
2833 F:      tools/power/cpupower/
2834
2835 CRAMFS FILESYSTEM
2836 W:      http://sourceforge.net/projects/cramfs/
2837 S:      Orphan / Obsolete
2838 F:      Documentation/filesystems/cramfs.txt
2839 F:      fs/cramfs/
2840
2841 CRIS PORT
2842 M:      Mikael Starvik <starvik@axis.com>
2843 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2844 L:      linux-cris-kernel@axis.com
2845 W:      http://developer.axis.com
2846 S:      Maintained
2847 F:      arch/cris/
2848 F:      drivers/tty/serial/crisv10.*
2849
2850 CRYPTO API
2851 M:      Herbert Xu <herbert@gondor.apana.org.au>
2852 M:      "David S. Miller" <davem@davemloft.net>
2853 L:      linux-crypto@vger.kernel.org
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2855 S:      Maintained
2856 F:      Documentation/crypto/
2857 F:      Documentation/DocBook/crypto-API.tmpl
2858 F:      arch/*/crypto/
2859 F:      crypto/
2860 F:      drivers/crypto/
2861 F:      include/crypto/
2862
2863 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2864 M:      Neil Horman <nhorman@tuxdriver.com>
2865 L:      linux-crypto@vger.kernel.org
2866 S:      Maintained
2867 F:      crypto/ansi_cprng.c
2868 F:      crypto/rng.c
2869
2870 CS5535 Audio ALSA driver
2871 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2872 S:      Maintained
2873 F:      sound/pci/cs5535audio/
2874
2875 CW1200 WLAN driver
2876 M:      Solomon Peachy <pizza@shaftnet.org>
2877 S:      Maintained
2878 F:      drivers/net/wireless/cw1200/
2879
2880 CX18 VIDEO4LINUX DRIVER
2881 M:      Andy Walls <awalls@md.metrocast.net>
2882 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2883 L:      linux-media@vger.kernel.org
2884 T:      git git://linuxtv.org/media_tree.git
2885 W:      http://linuxtv.org
2886 W:      http://www.ivtvdriver.org/index.php/Cx18
2887 S:      Maintained
2888 F:      Documentation/video4linux/cx18.txt
2889 F:      drivers/media/pci/cx18/
2890 F:      include/uapi/linux/ivtv*
2891
2892 CX2341X MPEG ENCODER HELPER MODULE
2893 M:      Hans Verkuil <hverkuil@xs4all.nl>
2894 L:      linux-media@vger.kernel.org
2895 T:      git git://linuxtv.org/media_tree.git
2896 W:      http://linuxtv.org
2897 S:      Maintained
2898 F:      drivers/media/common/cx2341x*
2899 F:      include/media/cx2341x*
2900
2901 CX88 VIDEO4LINUX DRIVER
2902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2903 L:      linux-media@vger.kernel.org
2904 W:      http://linuxtv.org
2905 T:      git git://linuxtv.org/media_tree.git
2906 S:      Odd fixes
2907 F:      Documentation/video4linux/cx88/
2908 F:      drivers/media/pci/cx88/
2909
2910 CXD2820R MEDIA DRIVER
2911 M:      Antti Palosaari <crope@iki.fi>
2912 L:      linux-media@vger.kernel.org
2913 W:      http://linuxtv.org/
2914 W:      http://palosaari.fi/linux/
2915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2916 T:      git git://linuxtv.org/anttip/media_tree.git
2917 S:      Maintained
2918 F:      drivers/media/dvb-frontends/cxd2820r*
2919
2920 CXGB3 ETHERNET DRIVER (CXGB3)
2921 M:      Santosh Raspatur <santosh@chelsio.com>
2922 L:      netdev@vger.kernel.org
2923 W:      http://www.chelsio.com
2924 S:      Supported
2925 F:      drivers/net/ethernet/chelsio/cxgb3/
2926
2927 CXGB3 ISCSI DRIVER (CXGB3I)
2928 M:      Karen Xie <kxie@chelsio.com>
2929 L:      linux-scsi@vger.kernel.org
2930 W:      http://www.chelsio.com
2931 S:      Supported
2932 F:      drivers/scsi/cxgbi/cxgb3i
2933
2934 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2935 M:      Steve Wise <swise@chelsio.com>
2936 L:      linux-rdma@vger.kernel.org
2937 W:      http://www.openfabrics.org
2938 S:      Supported
2939 F:      drivers/infiniband/hw/cxgb3/
2940
2941 CXGB4 ETHERNET DRIVER (CXGB4)
2942 M:      Hariprasad S <hariprasad@chelsio.com>
2943 L:      netdev@vger.kernel.org
2944 W:      http://www.chelsio.com
2945 S:      Supported
2946 F:      drivers/net/ethernet/chelsio/cxgb4/
2947
2948 CXGB4 ISCSI DRIVER (CXGB4I)
2949 M:      Karen Xie <kxie@chelsio.com>
2950 L:      linux-scsi@vger.kernel.org
2951 W:      http://www.chelsio.com
2952 S:      Supported
2953 F:      drivers/scsi/cxgbi/cxgb4i
2954
2955 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2956 M:      Steve Wise <swise@chelsio.com>
2957 L:      linux-rdma@vger.kernel.org
2958 W:      http://www.openfabrics.org
2959 S:      Supported
2960 F:      drivers/infiniband/hw/cxgb4/
2961
2962 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2963 M:      Casey Leedom <leedom@chelsio.com>
2964 L:      netdev@vger.kernel.org
2965 W:      http://www.chelsio.com
2966 S:      Supported
2967 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2968
2969 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2970 M:      Ian Munsie <imunsie@au1.ibm.com>
2971 M:      Michael Neuling <mikey@neuling.org>
2972 L:      linuxppc-dev@lists.ozlabs.org
2973 S:      Supported
2974 F:      drivers/misc/cxl/
2975 F:      include/misc/cxl.h
2976 F:      include/uapi/misc/cxl.h
2977 F:      Documentation/powerpc/cxl.txt
2978 F:      Documentation/powerpc/cxl.txt
2979 F:      Documentation/ABI/testing/sysfs-class-cxl
2980
2981 STMMAC ETHERNET DRIVER
2982 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2983 L:      netdev@vger.kernel.org
2984 W:      http://www.stlinux.com
2985 S:      Supported
2986 F:      drivers/net/ethernet/stmicro/stmmac/
2987
2988 CYBERPRO FB DRIVER
2989 M:      Russell King <linux@arm.linux.org.uk>
2990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2991 W:      http://www.arm.linux.org.uk/
2992 S:      Maintained
2993 F:      drivers/video/fbdev/cyber2000fb.*
2994
2995 CYCLADES ASYNC MUX DRIVER
2996 W:      http://www.cyclades.com/
2997 S:      Orphan
2998 F:      drivers/tty/cyclades.c
2999 F:      include/linux/cyclades.h
3000 F:      include/uapi/linux/cyclades.h
3001
3002 CYCLADES PC300 DRIVER
3003 W:      http://www.cyclades.com/
3004 S:      Orphan
3005 F:      drivers/net/wan/pc300*
3006
3007 CYPRESS_FIRMWARE MEDIA DRIVER
3008 M:      Antti Palosaari <crope@iki.fi>
3009 L:      linux-media@vger.kernel.org
3010 W:      http://linuxtv.org/
3011 W:      http://palosaari.fi/linux/
3012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3013 T:      git git://linuxtv.org/anttip/media_tree.git
3014 S:      Maintained
3015 F:      drivers/media/common/cypress_firmware*
3016
3017 CYTTSP TOUCHSCREEN DRIVER
3018 M:      Ferruh Yigit <fery@cypress.com>
3019 L:      linux-input@vger.kernel.org
3020 S:      Supported
3021 F:      drivers/input/touchscreen/cyttsp*
3022 F:      include/linux/input/cyttsp.h
3023
3024 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3025 M:      Joshua Kinard <kumba@gentoo.org>
3026 S:      Maintained
3027 F:      drivers/rtc/rtc-ds1685.c
3028 F:      include/linux/rtc/ds1685.h
3029
3030 DAMA SLAVE for AX.25
3031 M:      Joerg Reuter <jreuter@yaina.de>
3032 W:      http://yaina.de/jreuter/
3033 W:      http://www.qsl.net/dl1bke/
3034 L:      linux-hams@vger.kernel.org
3035 S:      Maintained
3036 F:      net/ax25/af_ax25.c
3037 F:      net/ax25/ax25_dev.c
3038 F:      net/ax25/ax25_ds_*
3039 F:      net/ax25/ax25_in.c
3040 F:      net/ax25/ax25_out.c
3041 F:      net/ax25/ax25_timer.c
3042 F:      net/ax25/sysctl_net_ax25.c
3043
3044 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3045 L:      netdev@vger.kernel.org
3046 S:      Orphan
3047 F:      Documentation/networking/dmfe.txt
3048 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3049
3050 DC390/AM53C974 SCSI driver
3051 M:      Hannes Reinecke <hare@suse.de>
3052 L:      linux-scsi@vger.kernel.org
3053 S:      Maintained
3054 F:      drivers/scsi/am53c974.c
3055
3056 DC395x SCSI driver
3057 M:      Oliver Neukum <oliver@neukum.org>
3058 M:      Ali Akcaagac <aliakc@web.de>
3059 M:      Jamie Lenehan <lenehan@twibble.org>
3060 L:      dc395x@twibble.org
3061 W:      http://twibble.org/dist/dc395x/
3062 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3063 S:      Maintained
3064 F:      Documentation/scsi/dc395x.txt
3065 F:      drivers/scsi/dc395x.*
3066
3067 DCCP PROTOCOL
3068 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3069 L:      dccp@vger.kernel.org
3070 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3071 S:      Maintained
3072 F:      include/linux/dccp.h
3073 F:      include/uapi/linux/dccp.h
3074 F:      include/linux/tfrc.h
3075 F:      net/dccp/
3076
3077 DECnet NETWORK LAYER
3078 W:      http://linux-decnet.sourceforge.net
3079 L:      linux-decnet-user@lists.sourceforge.net
3080 S:      Orphan
3081 F:      Documentation/networking/decnet.txt
3082 F:      net/decnet/
3083
3084 DECSTATION PLATFORM SUPPORT
3085 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3086 L:      linux-mips@linux-mips.org
3087 W:      http://www.linux-mips.org/wiki/DECstation
3088 S:      Maintained
3089 F:      arch/mips/dec/
3090 F:      arch/mips/include/asm/dec/
3091 F:      arch/mips/include/asm/mach-dec/
3092
3093 DEFXX FDDI NETWORK DRIVER
3094 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3095 S:      Maintained
3096 F:      drivers/net/fddi/defxx.*
3097
3098 DELL LAPTOP DRIVER
3099 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3100 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3101 L:      platform-driver-x86@vger.kernel.org
3102 S:      Maintained
3103 F:      drivers/platform/x86/dell-laptop.c
3104
3105 DELL LAPTOP FREEFALL DRIVER
3106 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3107 S:      Maintained
3108 F:      drivers/platform/x86/dell-smo8800.c
3109
3110 DELL LAPTOP SMM DRIVER
3111 M:      Guenter Roeck <linux@roeck-us.net>
3112 S:      Maintained
3113 F:      drivers/char/i8k.c
3114 F:      include/uapi/linux/i8k.h
3115
3116 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3117 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3118 S:      Maintained
3119 F:      Documentation/dcdbas.txt
3120 F:      drivers/firmware/dcdbas.*
3121
3122 DELL WMI EXTRAS DRIVER
3123 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3124 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3125 S:      Maintained
3126 F:      drivers/platform/x86/dell-wmi.c
3127
3128 DESIGNWARE USB2 DRD IP DRIVER
3129 M:      John Youn <johnyoun@synopsys.com>
3130 L:      linux-usb@vger.kernel.org
3131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3132 S:      Maintained
3133 F:      drivers/usb/dwc2/
3134
3135 DESIGNWARE USB3 DRD IP DRIVER
3136 M:      Felipe Balbi <balbi@ti.com>
3137 L:      linux-usb@vger.kernel.org
3138 L:      linux-omap@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3140 S:      Maintained
3141 F:      drivers/usb/dwc3/
3142
3143 DEVICE COREDUMP (DEV_COREDUMP)
3144 M:      Johannes Berg <johannes@sipsolutions.net>
3145 L:      linux-kernel@vger.kernel.org
3146 S:      Maintained
3147 F:      drivers/base/devcoredump.c
3148 F:      include/linux/devcoredump.h
3149
3150 DEVICE FREQUENCY (DEVFREQ)
3151 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3152 M:      Kyungmin Park <kyungmin.park@samsung.com>
3153 L:      linux-pm@vger.kernel.org
3154 S:      Maintained
3155 F:      drivers/devfreq/
3156
3157 DEVICE NUMBER REGISTRY
3158 M:      Torben Mathiasen <device@lanana.org>
3159 W:      http://lanana.org/docs/device-list/index.html
3160 S:      Maintained
3161
3162 DEVICE-MAPPER  (LVM)
3163 M:      Alasdair Kergon <agk@redhat.com>
3164 M:      Mike Snitzer <snitzer@redhat.com>
3165 M:      dm-devel@redhat.com
3166 L:      dm-devel@redhat.com
3167 W:      http://sources.redhat.com/dm
3168 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3170 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3171 S:      Maintained
3172 F:      Documentation/device-mapper/
3173 F:      drivers/md/dm*
3174 F:      drivers/md/persistent-data/
3175 F:      include/linux/device-mapper.h
3176 F:      include/linux/dm-*.h
3177 F:      include/uapi/linux/dm-*.h
3178
3179 DIALOG SEMICONDUCTOR DRIVERS
3180 M:      Support Opensource <support.opensource@diasemi.com>
3181 W:      http://www.dialog-semiconductor.com/products
3182 S:      Supported
3183 F:      Documentation/hwmon/da90??
3184 F:      drivers/gpio/gpio-da90??.c
3185 F:      drivers/hwmon/da90??-hwmon.c
3186 F:      drivers/iio/adc/da91??-*.c
3187 F:      drivers/input/misc/da90??_onkey.c
3188 F:      drivers/input/touchscreen/da9052_tsi.c
3189 F:      drivers/leds/leds-da90??.c
3190 F:      drivers/mfd/da903x.c
3191 F:      drivers/mfd/da90??-*.c
3192 F:      drivers/mfd/da91??-*.c
3193 F:      drivers/power/da9052-battery.c
3194 F:      drivers/power/da91??-*.c
3195 F:      drivers/regulator/da903x.c
3196 F:      drivers/regulator/da9???-regulator.[ch]
3197 F:      drivers/rtc/rtc-da90??.c
3198 F:      drivers/video/backlight/da90??_bl.c
3199 F:      drivers/watchdog/da90??_wdt.c
3200 F:      include/linux/mfd/da903x.h
3201 F:      include/linux/mfd/da9052/
3202 F:      include/linux/mfd/da9055/
3203 F:      include/linux/mfd/da9063/
3204 F:      include/linux/mfd/da9150/
3205 F:      include/sound/da[79]*.h
3206 F:      sound/soc/codecs/da[79]*.[ch]
3207
3208 DIGI NEO AND CLASSIC PCI PRODUCTS
3209 M:      Lidza Louina <lidza.louina@gmail.com>
3210 M:      Mark Hounschell <markh@compro.net>
3211 L:      driverdev-devel@linuxdriverproject.org
3212 S:      Maintained
3213 F:      drivers/staging/dgnc/
3214
3215 DIGI EPCA PCI PRODUCTS
3216 M:      Lidza Louina <lidza.louina@gmail.com>
3217 M:      Mark Hounschell <markh@compro.net>
3218 M:      Daeseok Youn <daeseok.youn@gmail.com>
3219 L:      driverdev-devel@linuxdriverproject.org
3220 S:      Maintained
3221 F:      drivers/staging/dgap/
3222
3223 DIOLAN U2C-12 I2C DRIVER
3224 M:      Guenter Roeck <linux@roeck-us.net>
3225 L:      linux-i2c@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3228
3229 DIRECT ACCESS (DAX)
3230 M:      Matthew Wilcox <willy@linux.intel.com>
3231 L:      linux-fsdevel@vger.kernel.org
3232 S:      Supported
3233 F:      fs/dax.c
3234
3235 DIRECTORY NOTIFICATION (DNOTIFY)
3236 M:      Eric Paris <eparis@parisplace.org>
3237 S:      Maintained
3238 F:      Documentation/filesystems/dnotify.txt
3239 F:      fs/notify/dnotify/
3240 F:      include/linux/dnotify.h
3241
3242 DISK GEOMETRY AND PARTITION HANDLING
3243 M:      Andries Brouwer <aeb@cwi.nl>
3244 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3245 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3246 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3247 S:      Maintained
3248
3249 DISKQUOTA
3250 M:      Jan Kara <jack@suse.cz>
3251 S:      Maintained
3252 F:      Documentation/filesystems/quota.txt
3253 F:      fs/quota/
3254 F:      include/linux/quota*.h
3255 F:      include/uapi/linux/quota*.h
3256
3257 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3258 M:      Bernie Thompson <bernie@plugable.com>
3259 L:      linux-fbdev@vger.kernel.org
3260 S:      Maintained
3261 W:      http://plugable.com/category/projects/udlfb/
3262 F:      drivers/video/fbdev/udlfb.c
3263 F:      include/video/udlfb.h
3264 F:      Documentation/fb/udlfb.txt
3265
3266 DISTRIBUTED LOCK MANAGER (DLM)
3267 M:      Christine Caulfield <ccaulfie@redhat.com>
3268 M:      David Teigland <teigland@redhat.com>
3269 L:      cluster-devel@redhat.com
3270 W:      http://sources.redhat.com/cluster/
3271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3272 S:      Supported
3273 F:      fs/dlm/
3274
3275 DMA BUFFER SHARING FRAMEWORK
3276 M:      Sumit Semwal <sumit.semwal@linaro.org>
3277 S:      Maintained
3278 L:      linux-media@vger.kernel.org
3279 L:      dri-devel@lists.freedesktop.org
3280 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3281 F:      drivers/dma-buf/
3282 F:      include/linux/dma-buf*
3283 F:      include/linux/reservation.h
3284 F:      include/linux/*fence.h
3285 F:      Documentation/dma-buf-sharing.txt
3286 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3287
3288 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3289 M:      Vinod Koul <vinod.koul@intel.com>
3290 L:      dmaengine@vger.kernel.org
3291 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3292 S:      Maintained
3293 F:      drivers/dma/
3294 F:      include/linux/dmaengine.h
3295 F:      Documentation/dmaengine/
3296 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3297
3298 DME1737 HARDWARE MONITOR DRIVER
3299 M:      Juerg Haefliger <juergh@gmail.com>
3300 L:      lm-sensors@lm-sensors.org
3301 S:      Maintained
3302 F:      Documentation/hwmon/dme1737
3303 F:      drivers/hwmon/dme1737.c
3304
3305 DMI/SMBIOS SUPPORT
3306 M:      Jean Delvare <jdelvare@suse.de>
3307 S:      Maintained
3308 F:      drivers/firmware/dmi-id.c
3309 F:      drivers/firmware/dmi_scan.c
3310 F:      include/linux/dmi.h
3311
3312 DOCUMENTATION
3313 M:      Jonathan Corbet <corbet@lwn.net>
3314 L:      linux-doc@vger.kernel.org
3315 S:      Maintained
3316 F:      Documentation/
3317 X:      Documentation/ABI/
3318 X:      Documentation/devicetree/
3319 X:      Documentation/acpi
3320 X:      Documentation/power
3321 X:      Documentation/spi
3322 T:      git git://git.lwn.net/linux-2.6.git docs-next
3323
3324 DOUBLETALK DRIVER
3325 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3326 L:      blinux-list@redhat.com
3327 S:      Maintained
3328 F:      drivers/char/dtlk.c
3329 F:      include/linux/dtlk.h
3330
3331 DPT_I2O SCSI RAID DRIVER
3332 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3333 L:      linux-scsi@vger.kernel.org
3334 W:      http://www.adaptec.com/
3335 S:      Maintained
3336 F:      drivers/scsi/dpt*
3337 F:      drivers/scsi/dpt/
3338
3339 DRBD DRIVER
3340 P:      Philipp Reisner
3341 P:      Lars Ellenberg
3342 M:      drbd-dev@lists.linbit.com
3343 L:      drbd-user@lists.linbit.com
3344 W:      http://www.drbd.org
3345 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3346 T:      git git://git.drbd.org/drbd-8.3.git
3347 S:      Supported
3348 F:      drivers/block/drbd/
3349 F:      lib/lru_cache.c
3350 F:      Documentation/blockdev/drbd/
3351
3352 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3353 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3355 S:      Supported
3356 F:      Documentation/kobject.txt
3357 F:      drivers/base/
3358 F:      fs/sysfs/
3359 F:      fs/debugfs/
3360 F:      include/linux/kobj*
3361 F:      include/linux/debugfs.h
3362 F:      lib/kobj*
3363
3364 DRM DRIVERS
3365 M:      David Airlie <airlied@linux.ie>
3366 L:      dri-devel@lists.freedesktop.org
3367 T:      git git://people.freedesktop.org/~airlied/linux
3368 S:      Maintained
3369 F:      drivers/gpu/drm/
3370 F:      drivers/gpu/vga/
3371 F:      include/drm/
3372 F:      include/uapi/drm/
3373
3374 RADEON DRM DRIVERS
3375 M:      Alex Deucher <alexander.deucher@amd.com>
3376 M:      Christian König <christian.koenig@amd.com>
3377 L:      dri-devel@lists.freedesktop.org
3378 T:      git git://people.freedesktop.org/~agd5f/linux
3379 S:      Supported
3380 F:      drivers/gpu/drm/radeon/
3381 F:      include/uapi/drm/radeon*
3382
3383 DRM PANEL DRIVERS
3384 M:      Thierry Reding <thierry.reding@gmail.com>
3385 L:      dri-devel@lists.freedesktop.org
3386 T:      git git://anongit.freedesktop.org/tegra/linux.git
3387 S:      Maintained
3388 F:      drivers/gpu/drm/drm_panel.c
3389 F:      drivers/gpu/drm/panel/
3390 F:      include/drm/drm_panel.h
3391 F:      Documentation/devicetree/bindings/panel/
3392
3393 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3394 M:      Daniel Vetter <daniel.vetter@intel.com>
3395 M:      Jani Nikula <jani.nikula@linux.intel.com>
3396 L:      intel-gfx@lists.freedesktop.org
3397 L:      dri-devel@lists.freedesktop.org
3398 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3399 T:      git git://anongit.freedesktop.org/drm-intel
3400 S:      Supported
3401 F:      drivers/gpu/drm/i915/
3402 F:      include/drm/i915*
3403 F:      include/uapi/drm/i915*
3404
3405 DRM DRIVERS FOR EXYNOS
3406 M:      Inki Dae <inki.dae@samsung.com>
3407 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3408 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3409 M:      Kyungmin Park <kyungmin.park@samsung.com>
3410 L:      dri-devel@lists.freedesktop.org
3411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3412 S:      Supported
3413 F:      drivers/gpu/drm/exynos/
3414 F:      include/drm/exynos*
3415 F:      include/uapi/drm/exynos*
3416
3417 DRM DRIVERS FOR FREESCALE IMX
3418 M:      Philipp Zabel <p.zabel@pengutronix.de>
3419 L:      dri-devel@lists.freedesktop.org
3420 S:      Maintained
3421 F:      drivers/gpu/drm/imx/
3422 F:      Documentation/devicetree/bindings/drm/imx/
3423
3424 DRM DRIVERS FOR NVIDIA TEGRA
3425 M:      Thierry Reding <thierry.reding@gmail.com>
3426 M:      Terje Bergström <tbergstrom@nvidia.com>
3427 L:      dri-devel@lists.freedesktop.org
3428 L:      linux-tegra@vger.kernel.org
3429 T:      git git://anongit.freedesktop.org/tegra/linux.git
3430 S:      Supported
3431 F:      drivers/gpu/drm/tegra/
3432 F:      drivers/gpu/host1x/
3433 F:      include/linux/host1x.h
3434 F:      include/uapi/drm/tegra_drm.h
3435 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3436
3437 DRM DRIVERS FOR RENESAS
3438 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3439 L:      dri-devel@lists.freedesktop.org
3440 L:      linux-sh@vger.kernel.org
3441 T:      git git://people.freedesktop.org/~airlied/linux
3442 S:      Supported
3443 F:      drivers/gpu/drm/rcar-du/
3444 F:      drivers/gpu/drm/shmobile/
3445 F:      include/linux/platform_data/shmob_drm.h
3446
3447 DRM DRIVERS FOR ROCKCHIP
3448 M:      Mark Yao <mark.yao@rock-chips.com>
3449 L:      dri-devel@lists.freedesktop.org
3450 S:      Maintained
3451 F:      drivers/gpu/drm/rockchip/
3452 F:      Documentation/devicetree/bindings/video/rockchip*
3453
3454 DSBR100 USB FM RADIO DRIVER
3455 M:      Alexey Klimov <klimov.linux@gmail.com>
3456 L:      linux-media@vger.kernel.org
3457 T:      git git://linuxtv.org/media_tree.git
3458 S:      Maintained
3459 F:      drivers/media/radio/dsbr100.c
3460
3461 DSCC4 DRIVER
3462 M:      Francois Romieu <romieu@fr.zoreil.com>
3463 L:      netdev@vger.kernel.org
3464 S:      Maintained
3465 F:      drivers/net/wan/dscc4.c
3466
3467 DVB_USB_AF9015 MEDIA DRIVER
3468 M:      Antti Palosaari <crope@iki.fi>
3469 L:      linux-media@vger.kernel.org
3470 W:      http://linuxtv.org/
3471 W:      http://palosaari.fi/linux/
3472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3473 T:      git git://linuxtv.org/anttip/media_tree.git
3474 S:      Maintained
3475 F:      drivers/media/usb/dvb-usb-v2/af9015*
3476
3477 DVB_USB_AF9035 MEDIA DRIVER
3478 M:      Antti Palosaari <crope@iki.fi>
3479 L:      linux-media@vger.kernel.org
3480 W:      http://linuxtv.org/
3481 W:      http://palosaari.fi/linux/
3482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3483 T:      git git://linuxtv.org/anttip/media_tree.git
3484 S:      Maintained
3485 F:      drivers/media/usb/dvb-usb-v2/af9035*
3486
3487 DVB_USB_ANYSEE MEDIA DRIVER
3488 M:      Antti Palosaari <crope@iki.fi>
3489 L:      linux-media@vger.kernel.org
3490 W:      http://linuxtv.org/
3491 W:      http://palosaari.fi/linux/
3492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3493 T:      git git://linuxtv.org/anttip/media_tree.git
3494 S:      Maintained
3495 F:      drivers/media/usb/dvb-usb-v2/anysee*
3496
3497 DVB_USB_AU6610 MEDIA DRIVER
3498 M:      Antti Palosaari <crope@iki.fi>
3499 L:      linux-media@vger.kernel.org
3500 W:      http://linuxtv.org/
3501 W:      http://palosaari.fi/linux/
3502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3503 T:      git git://linuxtv.org/anttip/media_tree.git
3504 S:      Maintained
3505 F:      drivers/media/usb/dvb-usb-v2/au6610*
3506
3507 DVB_USB_CE6230 MEDIA DRIVER
3508 M:      Antti Palosaari <crope@iki.fi>
3509 L:      linux-media@vger.kernel.org
3510 W:      http://linuxtv.org/
3511 W:      http://palosaari.fi/linux/
3512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3513 T:      git git://linuxtv.org/anttip/media_tree.git
3514 S:      Maintained
3515 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3516
3517 DVB_USB_CXUSB MEDIA DRIVER
3518 M:      Michael Krufky <mkrufky@linuxtv.org>
3519 L:      linux-media@vger.kernel.org
3520 W:      http://linuxtv.org/
3521 W:      http://github.com/mkrufky
3522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3523 T:      git git://linuxtv.org/media_tree.git
3524 S:      Maintained
3525 F:      drivers/media/usb/dvb-usb/cxusb*
3526
3527 DVB_USB_EC168 MEDIA DRIVER
3528 M:      Antti Palosaari <crope@iki.fi>
3529 L:      linux-media@vger.kernel.org
3530 W:      http://linuxtv.org/
3531 W:      http://palosaari.fi/linux/
3532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3533 T:      git git://linuxtv.org/anttip/media_tree.git
3534 S:      Maintained
3535 F:      drivers/media/usb/dvb-usb-v2/ec168*
3536
3537 DVB_USB_GL861 MEDIA DRIVER
3538 M:      Antti Palosaari <crope@iki.fi>
3539 L:      linux-media@vger.kernel.org
3540 W:      http://linuxtv.org/
3541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3542 T:      git git://linuxtv.org/anttip/media_tree.git
3543 S:      Maintained
3544 F:      drivers/media/usb/dvb-usb-v2/gl861*
3545
3546 DVB_USB_MXL111SF MEDIA DRIVER
3547 M:      Michael Krufky <mkrufky@linuxtv.org>
3548 L:      linux-media@vger.kernel.org
3549 W:      http://linuxtv.org/
3550 W:      http://github.com/mkrufky
3551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3552 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3553 S:      Maintained
3554 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3555
3556 DVB_USB_RTL28XXU MEDIA DRIVER
3557 M:      Antti Palosaari <crope@iki.fi>
3558 L:      linux-media@vger.kernel.org
3559 W:      http://linuxtv.org/
3560 W:      http://palosaari.fi/linux/
3561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3562 T:      git git://linuxtv.org/anttip/media_tree.git
3563 S:      Maintained
3564 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3565
3566 DVB_USB_V2 MEDIA DRIVER
3567 M:      Antti Palosaari <crope@iki.fi>
3568 L:      linux-media@vger.kernel.org
3569 W:      http://linuxtv.org/
3570 W:      http://palosaari.fi/linux/
3571 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3572 T:      git git://linuxtv.org/anttip/media_tree.git
3573 S:      Maintained
3574 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3575 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3576
3577 DYNAMIC DEBUG
3578 M:      Jason Baron <jbaron@akamai.com>
3579 S:      Maintained
3580 F:      lib/dynamic_debug.c
3581 F:      include/linux/dynamic_debug.h
3582
3583 DZ DECSTATION DZ11 SERIAL DRIVER
3584 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3585 S:      Maintained
3586 F:      drivers/tty/serial/dz.*
3587
3588 E3X0 POWER BUTTON DRIVER
3589 M:      Moritz Fischer <moritz.fischer@ettus.com>
3590 L:      usrp-users@lists.ettus.com
3591 W:      http://www.ettus.com
3592 S:      Supported
3593 F:      drivers/input/misc/e3x0-button.c
3594 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3595
3596 E4000 MEDIA DRIVER
3597 M:      Antti Palosaari <crope@iki.fi>
3598 L:      linux-media@vger.kernel.org
3599 W:      http://linuxtv.org/
3600 W:      http://palosaari.fi/linux/
3601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3602 T:      git git://linuxtv.org/anttip/media_tree.git
3603 S:      Maintained
3604 F:      drivers/media/tuners/e4000*
3605
3606 EATA ISA/EISA/PCI SCSI DRIVER
3607 M:      Dario Ballabio <ballabio_dario@emc.com>
3608 L:      linux-scsi@vger.kernel.org
3609 S:      Maintained
3610 F:      drivers/scsi/eata.c
3611
3612 EC100 MEDIA DRIVER
3613 M:      Antti Palosaari <crope@iki.fi>
3614 L:      linux-media@vger.kernel.org
3615 W:      http://linuxtv.org/
3616 W:      http://palosaari.fi/linux/
3617 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3618 T:      git git://linuxtv.org/anttip/media_tree.git
3619 S:      Maintained
3620 F:      drivers/media/dvb-frontends/ec100*
3621
3622 ECRYPT FILE SYSTEM
3623 M:      Tyler Hicks <tyhicks@canonical.com>
3624 L:      ecryptfs@vger.kernel.org
3625 W:      http://ecryptfs.org
3626 W:      https://launchpad.net/ecryptfs
3627 S:      Supported
3628 F:      Documentation/filesystems/ecryptfs.txt
3629 F:      fs/ecryptfs/
3630
3631 EDAC-CORE
3632 M:      Doug Thompson <dougthompson@xmission.com>
3633 M:      Borislav Petkov <bp@alien8.de>
3634 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3635 L:      linux-edac@vger.kernel.org
3636 W:      bluesmoke.sourceforge.net
3637 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3638 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3639 S:      Supported
3640 F:      Documentation/edac.txt
3641 F:      drivers/edac/
3642 F:      include/linux/edac.h
3643
3644 EDAC-AMD64
3645 M:      Doug Thompson <dougthompson@xmission.com>
3646 M:      Borislav Petkov <bp@alien8.de>
3647 L:      linux-edac@vger.kernel.org
3648 W:      bluesmoke.sourceforge.net
3649 S:      Maintained
3650 F:      drivers/edac/amd64_edac*
3651
3652 EDAC-CALXEDA
3653 M:      Doug Thompson <dougthompson@xmission.com>
3654 M:      Robert Richter <rric@kernel.org>
3655 L:      linux-edac@vger.kernel.org
3656 W:      bluesmoke.sourceforge.net
3657 S:      Maintained
3658 F:      drivers/edac/highbank*
3659
3660 EDAC-CAVIUM
3661 M:      Ralf Baechle <ralf@linux-mips.org>
3662 M:      David Daney <david.daney@cavium.com>
3663 L:      linux-edac@vger.kernel.org
3664 L:      linux-mips@linux-mips.org
3665 W:      bluesmoke.sourceforge.net
3666 S:      Supported
3667 F:      drivers/edac/octeon_edac*
3668
3669 EDAC-E752X
3670 M:      Mark Gross <mark.gross@intel.com>
3671 M:      Doug Thompson <dougthompson@xmission.com>
3672 L:      linux-edac@vger.kernel.org
3673 W:      bluesmoke.sourceforge.net
3674 S:      Maintained
3675 F:      drivers/edac/e752x_edac.c
3676
3677 EDAC-E7XXX
3678 M:      Doug Thompson <dougthompson@xmission.com>
3679 L:      linux-edac@vger.kernel.org
3680 W:      bluesmoke.sourceforge.net
3681 S:      Maintained
3682 F:      drivers/edac/e7xxx_edac.c
3683
3684 EDAC-GHES
3685 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3686 L:      linux-edac@vger.kernel.org
3687 W:      bluesmoke.sourceforge.net
3688 S:      Maintained
3689 F:      drivers/edac/ghes_edac.c
3690
3691 EDAC-I82443BXGX
3692 M:      Tim Small <tim@buttersideup.com>
3693 L:      linux-edac@vger.kernel.org
3694 W:      bluesmoke.sourceforge.net
3695 S:      Maintained
3696 F:      drivers/edac/i82443bxgx_edac.c
3697
3698 EDAC-I3000
3699 M:      Jason Uhlenkott <juhlenko@akamai.com>
3700 L:      linux-edac@vger.kernel.org
3701 W:      bluesmoke.sourceforge.net
3702 S:      Maintained
3703 F:      drivers/edac/i3000_edac.c
3704
3705 EDAC-I5000
3706 M:      Doug Thompson <dougthompson@xmission.com>
3707 L:      linux-edac@vger.kernel.org
3708 W:      bluesmoke.sourceforge.net
3709 S:      Maintained
3710 F:      drivers/edac/i5000_edac.c
3711
3712 EDAC-I5400
3713 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3714 L:      linux-edac@vger.kernel.org
3715 W:      bluesmoke.sourceforge.net
3716 S:      Maintained
3717 F:      drivers/edac/i5400_edac.c
3718
3719 EDAC-I7300
3720 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3721 L:      linux-edac@vger.kernel.org
3722 W:      bluesmoke.sourceforge.net
3723 S:      Maintained
3724 F:      drivers/edac/i7300_edac.c
3725
3726 EDAC-I7CORE
3727 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3728 L:      linux-edac@vger.kernel.org
3729 W:      bluesmoke.sourceforge.net
3730 S:      Maintained
3731 F:      drivers/edac/i7core_edac.c
3732
3733 EDAC-I82975X
3734 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3735 M:      "Arvind R." <arvino55@gmail.com>
3736 L:      linux-edac@vger.kernel.org
3737 W:      bluesmoke.sourceforge.net
3738 S:      Maintained
3739 F:      drivers/edac/i82975x_edac.c
3740
3741 EDAC-IE31200
3742 M:      Jason Baron <jbaron@akamai.com>
3743 L:      linux-edac@vger.kernel.org
3744 W:      bluesmoke.sourceforge.net
3745 S:      Maintained
3746 F:      drivers/edac/ie31200_edac.c
3747
3748 EDAC-MPC85XX
3749 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3750 L:      linux-edac@vger.kernel.org
3751 W:      bluesmoke.sourceforge.net
3752 S:      Maintained
3753 F:      drivers/edac/mpc85xx_edac.[ch]
3754
3755 EDAC-PASEMI
3756 M:      Egor Martovetsky <egor@pasemi.com>
3757 L:      linux-edac@vger.kernel.org
3758 W:      bluesmoke.sourceforge.net
3759 S:      Maintained
3760 F:      drivers/edac/pasemi_edac.c
3761
3762 EDAC-R82600
3763 M:      Tim Small <tim@buttersideup.com>
3764 L:      linux-edac@vger.kernel.org
3765 W:      bluesmoke.sourceforge.net
3766 S:      Maintained
3767 F:      drivers/edac/r82600_edac.c
3768
3769 EDAC-SBRIDGE
3770 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3771 L:      linux-edac@vger.kernel.org
3772 W:      bluesmoke.sourceforge.net
3773 S:      Maintained
3774 F:      drivers/edac/sb_edac.c
3775
3776 EDIROL UA-101/UA-1000 DRIVER
3777 M:      Clemens Ladisch <clemens@ladisch.de>
3778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3779 T:      git git://git.alsa-project.org/alsa-kernel.git
3780 S:      Maintained
3781 F:      sound/usb/misc/ua101.c
3782
3783 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3784 M:      Matt Fleming <matt.fleming@intel.com>
3785 L:      linux-efi@vger.kernel.org
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3787 S:      Maintained
3788 F:      Documentation/efi-stub.txt
3789 F:      arch/ia64/kernel/efi.c
3790 F:      arch/x86/boot/compressed/eboot.[ch]
3791 F:      arch/x86/include/asm/efi.h
3792 F:      arch/x86/platform/efi/*
3793 F:      drivers/firmware/efi/*
3794 F:      include/linux/efi*.h
3795
3796 EFI VARIABLE FILESYSTEM
3797 M:      Matthew Garrett <matthew.garrett@nebula.com>
3798 M:      Jeremy Kerr <jk@ozlabs.org>
3799 M:      Matt Fleming <matt.fleming@intel.com>
3800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3801 L:      linux-efi@vger.kernel.org
3802 S:      Maintained
3803 F:      fs/efivarfs/
3804
3805 EFIFB FRAMEBUFFER DRIVER
3806 L:      linux-fbdev@vger.kernel.org
3807 M:      Peter Jones <pjones@redhat.com>
3808 S:      Maintained
3809 F:      drivers/video/fbdev/efifb.c
3810
3811 EFS FILESYSTEM
3812 W:      http://aeschi.ch.eu.org/efs/
3813 S:      Orphan
3814 F:      fs/efs/
3815
3816 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3817 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3818 M:      Christoph Raisch <raisch@de.ibm.com>
3819 L:      linux-rdma@vger.kernel.org
3820 S:      Supported
3821 F:      drivers/infiniband/hw/ehca/
3822
3823 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3824 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3825 L:      netdev@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/net/ethernet/ibm/ehea/
3828
3829 EM28XX VIDEO4LINUX DRIVER
3830 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3831 L:      linux-media@vger.kernel.org
3832 W:      http://linuxtv.org
3833 T:      git git://linuxtv.org/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/usb/em28xx/
3836
3837 EMBEDDED LINUX
3838 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3839 M:      Matt Mackall <mpm@selenic.com>
3840 M:      David Woodhouse <dwmw2@infradead.org>
3841 L:      linux-embedded@vger.kernel.org
3842 S:      Maintained
3843
3844 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3845 M:      James Smart <james.smart@avagotech.com>
3846 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3847 L:      linux-scsi@vger.kernel.org
3848 W:      http://www.avagotech.com
3849 S:      Supported
3850 F:      drivers/scsi/lpfc/
3851
3852 ENE CB710 FLASH CARD READER DRIVER
3853 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3854 S:      Maintained
3855 F:      drivers/misc/cb710/
3856 F:      drivers/mmc/host/cb710-mmc.*
3857 F:      include/linux/cb710.h
3858
3859 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3860 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3861 S:      Maintained
3862 F:      drivers/media/rc/ene_ir.*
3863
3864 ENHANCED ERROR HANDLING (EEH)
3865 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3866 L:      linuxppc-dev@lists.ozlabs.org
3867 S:      Supported
3868 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3869 F:      arch/powerpc/kernel/eeh*.c
3870
3871 EPSON S1D13XXX FRAMEBUFFER DRIVER
3872 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3873 S:      Maintained
3874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3875 F:      drivers/video/fbdev/s1d13xxxfb.c
3876 F:      include/video/s1d13xxxfb.h
3877
3878 ET131X NETWORK DRIVER
3879 M:      Mark Einon <mark.einon@gmail.com>
3880 S:      Odd Fixes
3881 F:      drivers/net/ethernet/agere/
3882
3883 ETHERNET BRIDGE
3884 M:      Stephen Hemminger <stephen@networkplumber.org>
3885 L:      bridge@lists.linux-foundation.org
3886 L:      netdev@vger.kernel.org
3887 W:      http://www.linuxfoundation.org/en/Net:Bridge
3888 S:      Maintained
3889 F:      include/linux/netfilter_bridge/
3890 F:      net/bridge/
3891
3892 ETHERNET PHY LIBRARY
3893 M:      Florian Fainelli <f.fainelli@gmail.com>
3894 L:      netdev@vger.kernel.org
3895 S:      Maintained
3896 F:      include/linux/phy.h
3897 F:      include/linux/phy_fixed.h
3898 F:      drivers/net/phy/
3899 F:      Documentation/networking/phy.txt
3900 F:      drivers/of/of_mdio.c
3901 F:      drivers/of/of_net.c
3902
3903 EXT2 FILE SYSTEM
3904 M:      Jan Kara <jack@suse.cz>
3905 L:      linux-ext4@vger.kernel.org
3906 S:      Maintained
3907 F:      Documentation/filesystems/ext2.txt
3908 F:      fs/ext2/
3909 F:      include/linux/ext2*
3910
3911 EXT3 FILE SYSTEM
3912 M:      Jan Kara <jack@suse.cz>
3913 M:      Andrew Morton <akpm@linux-foundation.org>
3914 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3915 L:      linux-ext4@vger.kernel.org
3916 S:      Maintained
3917 F:      Documentation/filesystems/ext3.txt
3918 F:      fs/ext3/
3919
3920 EXT4 FILE SYSTEM
3921 M:      "Theodore Ts'o" <tytso@mit.edu>
3922 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3923 L:      linux-ext4@vger.kernel.org
3924 W:      http://ext4.wiki.kernel.org
3925 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3926 S:      Maintained
3927 F:      Documentation/filesystems/ext4.txt
3928 F:      fs/ext4/
3929
3930 Extended Verification Module (EVM)
3931 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3932 L:      linux-ima-devel@lists.sourceforge.net
3933 L:      linux-security-module@vger.kernel.org
3934 S:      Supported
3935 F:      security/integrity/evm/
3936
3937 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3938 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3939 M:      Chanwoo Choi <cw00.choi@samsung.com>
3940 L:      linux-kernel@vger.kernel.org
3941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3942 S:      Maintained
3943 F:      drivers/extcon/
3944 F:      Documentation/extcon/
3945
3946 EXYNOS DP DRIVER
3947 M:      Jingoo Han <jingoohan1@gmail.com>
3948 L:      dri-devel@lists.freedesktop.org
3949 S:      Maintained
3950 F:      drivers/gpu/drm/exynos/exynos_dp*
3951
3952 EXYNOS MIPI DISPLAY DRIVERS
3953 M:      Inki Dae <inki.dae@samsung.com>
3954 M:      Donghwa Lee <dh09.lee@samsung.com>
3955 M:      Kyungmin Park <kyungmin.park@samsung.com>
3956 L:      linux-fbdev@vger.kernel.org
3957 S:      Maintained
3958 F:      drivers/video/fbdev/exynos/exynos_mipi*
3959 F:      include/video/exynos_mipi*
3960
3961 F71805F HARDWARE MONITORING DRIVER
3962 M:      Jean Delvare <jdelvare@suse.de>
3963 L:      lm-sensors@lm-sensors.org
3964 S:      Maintained
3965 F:      Documentation/hwmon/f71805f
3966 F:      drivers/hwmon/f71805f.c
3967
3968 FC0011 TUNER DRIVER
3969 M:      Michael Buesch <m@bues.ch>
3970 L:      linux-media@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/media/tuners/fc0011.h
3973 F:      drivers/media/tuners/fc0011.c
3974
3975 FC2580 MEDIA DRIVER
3976 M:      Antti Palosaari <crope@iki.fi>
3977 L:      linux-media@vger.kernel.org
3978 W:      http://linuxtv.org/
3979 W:      http://palosaari.fi/linux/
3980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3981 T:      git git://linuxtv.org/anttip/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/tuners/fc2580*
3984
3985 FANOTIFY
3986 M:      Eric Paris <eparis@redhat.com>
3987 S:      Maintained
3988 F:      fs/notify/fanotify/
3989 F:      include/linux/fanotify.h
3990 F:      include/uapi/linux/fanotify.h
3991
3992 FARSYNC SYNCHRONOUS DRIVER
3993 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3994 W:      http://www.farsite.co.uk/
3995 S:      Supported
3996 F:      drivers/net/wan/farsync.*
3997
3998 FAULT INJECTION SUPPORT
3999 M:      Akinobu Mita <akinobu.mita@gmail.com>
4000 S:      Supported
4001 F:      Documentation/fault-injection/
4002 F:      lib/fault-inject.c
4003
4004 FBTFT Framebuffer drivers
4005 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4006 M:      Noralf Trønnes <noralf@tronnes.org>
4007 S:      Maintained
4008 F:      drivers/staging/fbtft/
4009
4010 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4011 M:      Vasu Dev <vasu.dev@intel.com>
4012 L:      fcoe-devel@open-fcoe.org
4013 W:      www.Open-FCoE.org
4014 S:      Supported
4015 F:      drivers/scsi/libfc/
4016 F:      drivers/scsi/fcoe/
4017 F:      include/scsi/fc/
4018 F:      include/scsi/libfc.h
4019 F:      include/scsi/libfcoe.h
4020 F:      include/uapi/scsi/fc/
4021
4022 FILE LOCKING (flock() and fcntl()/lockf())
4023 M:      Jeff Layton <jlayton@poochiereds.net>
4024 M:      J. Bruce Fields <bfields@fieldses.org>
4025 L:      linux-fsdevel@vger.kernel.org
4026 S:      Maintained
4027 F:      include/linux/fcntl.h
4028 F:      include/linux/fs.h
4029 F:      include/uapi/linux/fcntl.h
4030 F:      include/uapi/linux/fs.h
4031 F:      fs/fcntl.c
4032 F:      fs/locks.c
4033
4034 FILESYSTEMS (VFS and infrastructure)
4035 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4036 L:      linux-fsdevel@vger.kernel.org
4037 S:      Maintained
4038 F:      fs/*
4039
4040 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4041 M:      Riku Voipio <riku.voipio@iki.fi>
4042 L:      lm-sensors@lm-sensors.org
4043 S:      Maintained
4044 F:      drivers/hwmon/f75375s.c
4045 F:      include/linux/f75375s.h
4046
4047 FIREWIRE AUDIO DRIVERS
4048 M:      Clemens Ladisch <clemens@ladisch.de>
4049 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4050 T:      git git://git.alsa-project.org/alsa-kernel.git
4051 S:      Maintained
4052 F:      sound/firewire/
4053
4054 FIREWIRE MEDIA DRIVERS (firedtv)
4055 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4056 L:      linux-media@vger.kernel.org
4057 L:      linux1394-devel@lists.sourceforge.net
4058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4059 S:      Maintained
4060 F:      drivers/media/firewire/
4061
4062 FIREWIRE SBP-2 TARGET
4063 M:      Chris Boot <bootc@bootc.net>
4064 L:      linux-scsi@vger.kernel.org
4065 L:      target-devel@vger.kernel.org
4066 L:      linux1394-devel@lists.sourceforge.net
4067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4068 S:      Maintained
4069 F:      drivers/target/sbp/
4070
4071 FIREWIRE SUBSYSTEM
4072 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4073 L:      linux1394-devel@lists.sourceforge.net
4074 W:      http://ieee1394.wiki.kernel.org/
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4076 S:      Maintained
4077 F:      drivers/firewire/
4078 F:      include/linux/firewire.h
4079 F:      include/uapi/linux/firewire*.h
4080 F:      tools/firewire/
4081
4082 FIRMWARE LOADER (request_firmware)
4083 M:      Ming Lei <ming.lei@canonical.com>
4084 L:      linux-kernel@vger.kernel.org
4085 S:      Maintained
4086 F:      Documentation/firmware_class/
4087 F:      drivers/base/firmware*.c
4088 F:      include/linux/firmware.h
4089
4090 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4091 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4092 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4093 S:      Maintained
4094 F:      drivers/block/rsxx/
4095
4096 FLOPPY DRIVER
4097 M:      Jiri Kosina <jkosina@suse.cz>
4098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4099 S:      Odd fixes
4100 F:      drivers/block/floppy.c
4101
4102 FMC SUBSYSTEM
4103 M:      Alessandro Rubini <rubini@gnudd.com>
4104 W:      http://www.ohwr.org/projects/fmc-bus
4105 S:      Supported
4106 F:      drivers/fmc/
4107 F:      include/linux/fmc*.h
4108 F:      include/linux/ipmi-fru.h
4109 K:      fmc_d.*register
4110
4111 FPU EMULATOR
4112 M:      Bill Metzenthen <billm@melbpc.org.au>
4113 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4114 S:      Maintained
4115 F:      arch/x86/math-emu/
4116
4117 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4118 L:      netdev@vger.kernel.org
4119 S:      Orphan
4120 F:      drivers/net/wan/dlci.c
4121 F:      drivers/net/wan/sdla.c
4122
4123 FRAMEBUFFER LAYER
4124 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4125 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4126 L:      linux-fbdev@vger.kernel.org
4127 W:      http://linux-fbdev.sourceforge.net/
4128 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4130 S:      Maintained
4131 F:      Documentation/fb/
4132 F:      Documentation/devicetree/bindings/fb/
4133 F:      drivers/video/
4134 F:      include/video/
4135 F:      include/linux/fb.h
4136 F:      include/uapi/video/
4137 F:      include/uapi/linux/fb.h
4138
4139 FREESCALE DIU FRAMEBUFFER DRIVER
4140 M:      Timur Tabi <timur@tabi.org>
4141 L:      linux-fbdev@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/video/fbdev/fsl-diu-fb.*
4144
4145 FREESCALE DMA DRIVER
4146 M:      Li Yang <leoli@freescale.com>
4147 M:      Zhang Wei <zw@zh-kernel.org>
4148 L:      linuxppc-dev@lists.ozlabs.org
4149 S:      Maintained
4150 F:      drivers/dma/fsldma.*
4151
4152 FREESCALE I2C CPM DRIVER
4153 M:      Jochen Friedrich <jochen@scram.de>
4154 L:      linuxppc-dev@lists.ozlabs.org
4155 L:      linux-i2c@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/i2c/busses/i2c-cpm.c
4158
4159 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4160 M:      Sascha Hauer <kernel@pengutronix.de>
4161 L:      linux-fbdev@vger.kernel.org
4162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4163 S:      Maintained
4164 F:      include/linux/platform_data/video-imxfb.h
4165 F:      drivers/video/fbdev/imxfb.c
4166
4167 FREESCALE QUAD SPI DRIVER
4168 M:      Han Xu <han.xu@freescale.com>
4169 L:      linux-mtd@lists.infradead.org
4170 S:      Maintained
4171 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4172
4173 FREESCALE SOC FS_ENET DRIVER
4174 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4175 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4176 L:      linuxppc-dev@lists.ozlabs.org
4177 L:      netdev@vger.kernel.org
4178 S:      Maintained
4179 F:      drivers/net/ethernet/freescale/fs_enet/
4180 F:      include/linux/fs_enet_pd.h
4181
4182 FREESCALE QUICC ENGINE LIBRARY
4183 L:      linuxppc-dev@lists.ozlabs.org
4184 S:      Orphan
4185 F:      arch/powerpc/sysdev/qe_lib/
4186 F:      arch/powerpc/include/asm/*qe.h
4187
4188 FREESCALE USB PERIPHERAL DRIVERS
4189 M:      Li Yang <leoli@freescale.com>
4190 L:      linux-usb@vger.kernel.org
4191 L:      linuxppc-dev@lists.ozlabs.org
4192 S:      Maintained
4193 F:      drivers/usb/gadget/udc/fsl*
4194
4195 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4196 M:      Li Yang <leoli@freescale.com>
4197 L:      netdev@vger.kernel.org
4198 L:      linuxppc-dev@lists.ozlabs.org
4199 S:      Maintained
4200 F:      drivers/net/ethernet/freescale/ucc_geth*
4201
4202 FREESCALE QUICC ENGINE UCC UART DRIVER
4203 M:      Timur Tabi <timur@tabi.org>
4204 L:      linuxppc-dev@lists.ozlabs.org
4205 S:      Maintained
4206 F:      drivers/tty/serial/ucc_uart.c
4207
4208 FREESCALE SOC SOUND DRIVERS
4209 M:      Timur Tabi <timur@tabi.org>
4210 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4211 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4213 L:      linuxppc-dev@lists.ozlabs.org
4214 S:      Maintained
4215 F:      sound/soc/fsl/fsl*
4216 F:      sound/soc/fsl/imx*
4217 F:      sound/soc/fsl/mpc8610_hpcd.c
4218
4219 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4220 M:      J. German Rivera <German.Rivera@freescale.com>
4221 L:      linux-kernel@vger.kernel.org
4222 S:      Maintained
4223 F:      drivers/staging/fsl-mc/
4224
4225 FREEVXFS FILESYSTEM
4226 M:      Christoph Hellwig <hch@infradead.org>
4227 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4228 S:      Maintained
4229 F:      fs/freevxfs/
4230
4231 FREEZER
4232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4233 M:      Pavel Machek <pavel@ucw.cz>
4234 L:      linux-pm@vger.kernel.org
4235 S:      Supported
4236 F:      Documentation/power/freezing-of-tasks.txt
4237 F:      include/linux/freezer.h
4238 F:      kernel/freezer.c
4239
4240 FRONTSWAP API
4241 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4242 L:      linux-kernel@vger.kernel.org
4243 S:      Maintained
4244 F:      mm/frontswap.c
4245 F:      include/linux/frontswap.h
4246
4247 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4248 M:      David Howells <dhowells@redhat.com>
4249 L:      linux-cachefs@redhat.com
4250 S:      Supported
4251 F:      Documentation/filesystems/caching/
4252 F:      fs/fscache/
4253 F:      include/linux/fscache*.h
4254
4255 F2FS FILE SYSTEM
4256 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4257 M:      Changman Lee <cm224.lee@samsung.com>
4258 L:      linux-f2fs-devel@lists.sourceforge.net
4259 W:      http://en.wikipedia.org/wiki/F2FS
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4261 S:      Maintained
4262 F:      Documentation/filesystems/f2fs.txt
4263 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4264 F:      fs/f2fs/
4265 F:      include/linux/f2fs_fs.h
4266
4267 FUJITSU FR-V (FRV) PORT
4268 M:      David Howells <dhowells@redhat.com>
4269 S:      Maintained
4270 F:      arch/frv/
4271
4272 FUJITSU LAPTOP EXTRAS
4273 M:      Jonathan Woithe <jwoithe@just42.net>
4274 L:      platform-driver-x86@vger.kernel.org
4275 S:      Maintained
4276 F:      drivers/platform/x86/fujitsu-laptop.c
4277
4278 FUJITSU M-5MO LS CAMERA ISP DRIVER
4279 M:      Kyungmin Park <kyungmin.park@samsung.com>
4280 M:      Heungjun Kim <riverful.kim@samsung.com>
4281 L:      linux-media@vger.kernel.org
4282 S:      Maintained
4283 F:      drivers/media/i2c/m5mols/
4284 F:      include/media/m5mols.h
4285
4286 FUJITSU TABLET EXTRAS
4287 M:      Robert Gerlach <khnz@gmx.de>
4288 L:      platform-driver-x86@vger.kernel.org
4289 S:      Maintained
4290 F:      drivers/platform/x86/fujitsu-tablet.c
4291
4292 FUSE: FILESYSTEM IN USERSPACE
4293 M:      Miklos Szeredi <miklos@szeredi.hu>
4294 L:      fuse-devel@lists.sourceforge.net
4295 W:      http://fuse.sourceforge.net/
4296 S:      Maintained
4297 F:      fs/fuse/
4298 F:      include/uapi/linux/fuse.h
4299
4300 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4301 M:      Rik Faith <faith@cs.unc.edu>
4302 L:      linux-scsi@vger.kernel.org
4303 S:      Odd Fixes (e.g., new signatures)
4304 F:      drivers/scsi/fdomain.*
4305
4306 GCOV BASED KERNEL PROFILING
4307 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4308 S:      Maintained
4309 F:      kernel/gcov/
4310 F:      Documentation/gcov.txt
4311
4312 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4313 M:      Achim Leubner <achim_leubner@adaptec.com>
4314 L:      linux-scsi@vger.kernel.org
4315 W:      http://www.icp-vortex.com/
4316 S:      Supported
4317 F:      drivers/scsi/gdt*
4318
4319 GDB KERNEL DEBUGGING HELPER SCRIPTS
4320 M:      Jan Kiszka <jan.kiszka@siemens.com>
4321 S:      Supported
4322 F:      scripts/gdb/
4323
4324 GEMTEK FM RADIO RECEIVER DRIVER
4325 M:      Hans Verkuil <hverkuil@xs4all.nl>
4326 L:      linux-media@vger.kernel.org
4327 T:      git git://linuxtv.org/media_tree.git
4328 W:      http://linuxtv.org
4329 S:      Maintained
4330 F:      drivers/media/radio/radio-gemtek*
4331
4332 GENERIC GPIO I2C DRIVER
4333 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4334 S:      Supported
4335 F:      drivers/i2c/busses/i2c-gpio.c
4336 F:      include/linux/i2c-gpio.h
4337
4338 GENERIC GPIO I2C MULTIPLEXER DRIVER
4339 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4340 L:      linux-i2c@vger.kernel.org
4341 S:      Supported
4342 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4343 F:      include/linux/i2c-mux-gpio.h
4344 F:      Documentation/i2c/muxes/i2c-mux-gpio
4345
4346 GENERIC HDLC (WAN) DRIVERS
4347 M:      Krzysztof Halasa <khc@pm.waw.pl>
4348 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4349 S:      Maintained
4350 F:      drivers/net/wan/c101.c
4351 F:      drivers/net/wan/hd6457*
4352 F:      drivers/net/wan/hdlc*
4353 F:      drivers/net/wan/n2.c
4354 F:      drivers/net/wan/pc300too.c
4355 F:      drivers/net/wan/pci200syn.c
4356 F:      drivers/net/wan/wanxl*
4357
4358 GENERIC INCLUDE/ASM HEADER FILES
4359 M:      Arnd Bergmann <arnd@arndb.de>
4360 L:      linux-arch@vger.kernel.org
4361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4362 S:      Maintained
4363 F:      include/asm-generic/
4364 F:      include/uapi/asm-generic/
4365
4366 GENERIC PHY FRAMEWORK
4367 M:      Kishon Vijay Abraham I <kishon@ti.com>
4368 L:      linux-kernel@vger.kernel.org
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4370 S:      Supported
4371 F:      drivers/phy/
4372 F:      include/linux/phy/
4373
4374 GENERIC PM DOMAINS
4375 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4376 M:      Kevin Hilman <khilman@kernel.org>
4377 M:      Ulf Hansson <ulf.hansson@linaro.org>
4378 L:      linux-pm@vger.kernel.org
4379 S:      Supported
4380 F:      drivers/base/power/domain*.c
4381 F:      include/linux/pm_domain.h
4382
4383 GENERIC UIO DRIVER FOR PCI DEVICES
4384 M:      "Michael S. Tsirkin" <mst@redhat.com>
4385 L:      kvm@vger.kernel.org
4386 S:      Supported
4387 F:      drivers/uio/uio_pci_generic.c
4388
4389 GET_MAINTAINER SCRIPT
4390 M:      Joe Perches <joe@perches.com>
4391 S:      Maintained
4392 F:      scripts/get_maintainer.pl
4393
4394 GFS2 FILE SYSTEM
4395 M:      Steven Whitehouse <swhiteho@redhat.com>
4396 M:      Bob Peterson <rpeterso@redhat.com>
4397 L:      cluster-devel@redhat.com
4398 W:      http://sources.redhat.com/cluster/
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4400 S:      Supported
4401 F:      Documentation/filesystems/gfs2*.txt
4402 F:      fs/gfs2/
4403 F:      include/uapi/linux/gfs2_ondisk.h
4404
4405 GIGASET ISDN DRIVERS
4406 M:      Paul Bolle <pebolle@tiscali.nl>
4407 L:      gigaset307x-common@lists.sourceforge.net
4408 W:      http://gigaset307x.sourceforge.net/
4409 S:      Odd Fixes
4410 F:      Documentation/isdn/README.gigaset
4411 F:      drivers/isdn/gigaset/
4412 F:      include/uapi/linux/gigaset_dev.h
4413
4414 GO7007 MPEG CODEC
4415 M:      Hans Verkuil <hans.verkuil@cisco.com>
4416 L:      linux-media@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/media/usb/go7007/
4419
4420 GOODIX TOUCHSCREEN
4421 M:      Bastien Nocera <hadess@hadess.net>
4422 L:      linux-input@vger.kernel.org
4423 S:      Maintained
4424 F:      drivers/input/touchscreen/goodix.c
4425
4426 GPIO SUBSYSTEM
4427 M:      Linus Walleij <linus.walleij@linaro.org>
4428 M:      Alexandre Courbot <gnurou@gmail.com>
4429 L:      linux-gpio@vger.kernel.org
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4431 S:      Maintained
4432 F:      Documentation/gpio/
4433 F:      drivers/gpio/
4434 F:      include/linux/gpio/
4435 F:      include/linux/gpio.h
4436 F:      include/asm-generic/gpio.h
4437
4438 GRE DEMULTIPLEXER DRIVER
4439 M:      Dmitry Kozlov <xeb@mail.ru>
4440 L:      netdev@vger.kernel.org
4441 S:      Maintained
4442 F:      net/ipv4/gre_demux.c
4443 F:      net/ipv4/gre_offload.c
4444 F:      include/net/gre.h
4445
4446 GRETH 10/100/1G Ethernet MAC device driver
4447 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4448 L:      netdev@vger.kernel.org
4449 S:      Maintained
4450 F:      drivers/net/ethernet/aeroflex/
4451
4452 GSPCA FINEPIX SUBDRIVER
4453 M:      Frank Zago <frank@zago.net>
4454 L:      linux-media@vger.kernel.org
4455 T:      git git://linuxtv.org/media_tree.git
4456 S:      Maintained
4457 F:      drivers/media/usb/gspca/finepix.c
4458
4459 GSPCA GL860 SUBDRIVER
4460 M:      Olivier Lorin <o.lorin@laposte.net>
4461 L:      linux-media@vger.kernel.org
4462 T:      git git://linuxtv.org/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/usb/gspca/gl860/
4465
4466 GSPCA M5602 SUBDRIVER
4467 M:      Erik Andren <erik.andren@gmail.com>
4468 L:      linux-media@vger.kernel.org
4469 T:      git git://linuxtv.org/media_tree.git
4470 S:      Maintained
4471 F:      drivers/media/usb/gspca/m5602/
4472
4473 GSPCA PAC207 SONIXB SUBDRIVER
4474 M:      Hans de Goede <hdegoede@redhat.com>
4475 L:      linux-media@vger.kernel.org
4476 T:      git git://linuxtv.org/media_tree.git
4477 S:      Maintained
4478 F:      drivers/media/usb/gspca/pac207.c
4479
4480 GSPCA SN9C20X SUBDRIVER
4481 M:      Brian Johnson <brijohn@gmail.com>
4482 L:      linux-media@vger.kernel.org
4483 T:      git git://linuxtv.org/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/gspca/sn9c20x.c
4486
4487 GSPCA T613 SUBDRIVER
4488 M:      Leandro Costantino <lcostantino@gmail.com>
4489 L:      linux-media@vger.kernel.org
4490 T:      git git://linuxtv.org/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/gspca/t613.c
4493
4494 GSPCA USB WEBCAM DRIVER
4495 M:      Hans de Goede <hdegoede@redhat.com>
4496 L:      linux-media@vger.kernel.org
4497 T:      git git://linuxtv.org/media_tree.git
4498 S:      Maintained
4499 F:      drivers/media/usb/gspca/
4500
4501 GUID PARTITION TABLE (GPT)
4502 M:      Davidlohr Bueso <davidlohr@hp.com>
4503 L:      linux-efi@vger.kernel.org
4504 S:      Maintained
4505 F:      block/partitions/efi.*
4506
4507 STK1160 USB VIDEO CAPTURE DRIVER
4508 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4509 L:      linux-media@vger.kernel.org
4510 T:      git git://linuxtv.org/media_tree.git
4511 S:      Maintained
4512 F:      drivers/media/usb/stk1160/
4513
4514 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4515 M:      Frank Seidel <frank@f-seidel.de>
4516 L:      platform-driver-x86@vger.kernel.org
4517 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4518 S:      Maintained
4519 F:      drivers/platform/x86/hdaps.c
4520
4521 HDPVR USB VIDEO ENCODER DRIVER
4522 M:      Hans Verkuil <hverkuil@xs4all.nl>
4523 L:      linux-media@vger.kernel.org
4524 T:      git git://linuxtv.org/media_tree.git
4525 W:      http://linuxtv.org
4526 S:      Odd Fixes
4527 F:      drivers/media/usb/hdpvr/
4528
4529 HWPOISON MEMORY FAILURE HANDLING
4530 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4531 L:      linux-mm@kvack.org
4532 S:      Maintained
4533 F:      mm/memory-failure.c
4534 F:      mm/hwpoison-inject.c
4535
4536 HYPERVISOR VIRTUAL CONSOLE DRIVER
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 S:      Odd Fixes
4539 F:      drivers/tty/hvc/
4540
4541 HACKRF MEDIA DRIVER
4542 M:      Antti Palosaari <crope@iki.fi>
4543 L:      linux-media@vger.kernel.org
4544 W:      http://linuxtv.org/
4545 W:      http://palosaari.fi/linux/
4546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4547 T:      git git://linuxtv.org/anttip/media_tree.git
4548 S:      Maintained
4549 F:      drivers/media/usb/hackrf/
4550
4551 HARDWARE MONITORING
4552 M:      Jean Delvare <jdelvare@suse.de>
4553 M:      Guenter Roeck <linux@roeck-us.net>
4554 L:      lm-sensors@lm-sensors.org
4555 W:      http://www.lm-sensors.org/
4556 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4558 S:      Maintained
4559 F:      Documentation/hwmon/
4560 F:      drivers/hwmon/
4561 F:      include/linux/hwmon*.h
4562
4563 HARDWARE RANDOM NUMBER GENERATOR CORE
4564 M:      Matt Mackall <mpm@selenic.com>
4565 M:      Herbert Xu <herbert@gondor.apana.org.au>
4566 L:      linux-crypto@vger.kernel.org
4567 S:      Odd fixes
4568 F:      Documentation/hw_random.txt
4569 F:      drivers/char/hw_random/
4570 F:      include/linux/hw_random.h
4571
4572 HARDWARE SPINLOCK CORE
4573 M:      Ohad Ben-Cohen <ohad@wizery.com>
4574 S:      Maintained
4575 F:      Documentation/hwspinlock.txt
4576 F:      drivers/hwspinlock/hwspinlock_*
4577 F:      include/linux/hwspinlock.h
4578
4579 HARMONY SOUND DRIVER
4580 L:      linux-parisc@vger.kernel.org
4581 S:      Maintained
4582 F:      sound/parisc/harmony.*
4583
4584 HD29L2 MEDIA DRIVER
4585 M:      Antti Palosaari <crope@iki.fi>
4586 L:      linux-media@vger.kernel.org
4587 W:      http://linuxtv.org/
4588 W:      http://palosaari.fi/linux/
4589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4590 T:      git git://linuxtv.org/anttip/media_tree.git
4591 S:      Maintained
4592 F:      drivers/media/dvb-frontends/hd29l2*
4593
4594 HEWLETT-PACKARD SMART2 RAID DRIVER
4595 L:      iss_storagedev@hp.com
4596 S:      Orphan
4597 F:      Documentation/blockdev/cpqarray.txt
4598 F:      drivers/block/cpqarray.*
4599
4600 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4601 M:      Don Brace <don.brace@pmcs.com>
4602 L:      iss_storagedev@hp.com
4603 L:      storagedev@pmcs.com
4604 L:      linux-scsi@vger.kernel.org
4605 S:      Supported
4606 F:      Documentation/scsi/hpsa.txt
4607 F:      drivers/scsi/hpsa*.[ch]
4608 F:      include/linux/cciss*.h
4609 F:      include/uapi/linux/cciss*.h
4610
4611 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4612 M:      Don Brace <don.brace@pmcs.com>
4613 L:      iss_storagedev@hp.com
4614 L:      storagedev@pmcs.com
4615 L:      linux-scsi@vger.kernel.org
4616 S:      Supported
4617 F:      Documentation/blockdev/cciss.txt
4618 F:      drivers/block/cciss*
4619 F:      include/linux/cciss_ioctl.h
4620 F:      include/uapi/linux/cciss_ioctl.h
4621
4622 HFS FILESYSTEM
4623 L:      linux-fsdevel@vger.kernel.org
4624 S:      Orphan
4625 F:      Documentation/filesystems/hfs.txt
4626 F:      fs/hfs/
4627
4628 HFSPLUS FILESYSTEM
4629 L:      linux-fsdevel@vger.kernel.org
4630 S:      Orphan
4631 F:      Documentation/filesystems/hfsplus.txt
4632 F:      fs/hfsplus/
4633
4634 HGA FRAMEBUFFER DRIVER
4635 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4636 L:      linux-nvidia@lists.surfsouth.com
4637 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4638 S:      Maintained
4639 F:      drivers/video/fbdev/hgafb.c
4640
4641 HIBERNATION (aka Software Suspend, aka swsusp)
4642 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4643 M:      Pavel Machek <pavel@ucw.cz>
4644 L:      linux-pm@vger.kernel.org
4645 S:      Supported
4646 F:      arch/x86/power/
4647 F:      drivers/base/power/
4648 F:      kernel/power/
4649 F:      include/linux/suspend.h
4650 F:      include/linux/freezer.h
4651 F:      include/linux/pm.h
4652 F:      arch/*/include/asm/suspend*.h
4653
4654 HID CORE LAYER
4655 M:      Jiri Kosina <jkosina@suse.cz>
4656 L:      linux-input@vger.kernel.org
4657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4658 S:      Maintained
4659 F:      drivers/hid/
4660 F:      include/linux/hid*
4661 F:      include/uapi/linux/hid*
4662
4663 HID SENSOR HUB DRIVERS
4664 M:      Jiri Kosina <jkosina@suse.cz>
4665 M:      Jonathan Cameron <jic23@kernel.org>
4666 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4667 L:      linux-input@vger.kernel.org
4668 L:      linux-iio@vger.kernel.org
4669 S:      Maintained
4670 F:      Documentation/hid/hid-sensor*
4671 F:      drivers/hid/hid-sensor-*
4672 F:      drivers/iio/*/hid-*
4673 F:      include/linux/hid-sensor-*
4674
4675 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4676 M:      Thomas Gleixner <tglx@linutronix.de>
4677 L:      linux-kernel@vger.kernel.org
4678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4679 S:      Maintained
4680 F:      Documentation/timers/
4681 F:      kernel/time/hrtimer.c
4682 F:      kernel/time/clockevents.c
4683 F:      kernel/time/tick*.*
4684 F:      kernel/time/timer_*.c
4685 F:      include/linux/clockchips.h
4686 F:      include/linux/hrtimer.h
4687
4688 HIGH-SPEED SCC DRIVER FOR AX.25
4689 L:      linux-hams@vger.kernel.org
4690 S:      Orphan
4691 F:      drivers/net/hamradio/dmascc.c
4692 F:      drivers/net/hamradio/scc.c
4693
4694 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4695 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4696 W:      http://www.highpoint-tech.com
4697 S:      Supported
4698 F:      Documentation/scsi/hptiop.txt
4699 F:      drivers/scsi/hptiop.c
4700
4701 HIPPI
4702 M:      Jes Sorensen <jes@trained-monkey.org>
4703 L:      linux-hippi@sunsite.dk
4704 S:      Maintained
4705 F:      include/linux/hippidevice.h
4706 F:      include/uapi/linux/if_hippi.h
4707 F:      net/802/hippi.c
4708 F:      drivers/net/hippi/
4709
4710 HOST AP DRIVER
4711 M:      Jouni Malinen <j@w1.fi>
4712 L:      hostap@shmoo.com (subscribers-only)
4713 L:      linux-wireless@vger.kernel.org
4714 W:      http://hostap.epitest.fi/
4715 S:      Maintained
4716 F:      drivers/net/wireless/hostap/
4717
4718 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4719 L:      platform-driver-x86@vger.kernel.org
4720 S:      Orphan
4721 F:      drivers/platform/x86/tc1100-wmi.c
4722
4723 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4724 M:      Jaroslav Kysela <perex@perex.cz>
4725 S:      Maintained
4726 F:      drivers/net/ethernet/hp/hp100.*
4727
4728 HPET:   High Precision Event Timers driver
4729 M:      Clemens Ladisch <clemens@ladisch.de>
4730 S:      Maintained
4731 F:      Documentation/timers/hpet.txt
4732 F:      drivers/char/hpet.c
4733 F:      include/linux/hpet.h
4734 F:      include/uapi/linux/hpet.h
4735
4736 HPET:   x86
4737 S:      Orphan
4738 F:      arch/x86/kernel/hpet.c
4739 F:      arch/x86/include/asm/hpet.h
4740
4741 HPFS FILESYSTEM
4742 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4743 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4744 S:      Maintained
4745 F:      fs/hpfs/
4746
4747 HSI SUBSYSTEM
4748 M:      Sebastian Reichel <sre@kernel.org>
4749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4750 S:      Maintained
4751 F:      Documentation/ABI/testing/sysfs-bus-hsi
4752 F:      Documentation/hsi.txt
4753 F:      drivers/hsi/
4754 F:      include/linux/hsi/
4755 F:      include/uapi/linux/hsi/
4756
4757 HSO 3G MODEM DRIVER
4758 M:      Jan Dumon <j.dumon@option.com>
4759 W:      http://www.pharscape.org
4760 S:      Maintained
4761 F:      drivers/net/usb/hso.c
4762
4763 HSR NETWORK PROTOCOL
4764 M:      Arvid Brodin <arvid.brodin@alten.se>
4765 L:      netdev@vger.kernel.org
4766 S:      Maintained
4767 F:      net/hsr/
4768
4769 HTCPEN TOUCHSCREEN DRIVER
4770 M:      Pau Oliva Fora <pof@eslack.org>
4771 L:      linux-input@vger.kernel.org
4772 S:      Maintained
4773 F:      drivers/input/touchscreen/htcpen.c
4774
4775 HUGETLB FILESYSTEM
4776 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4777 S:      Maintained
4778 F:      fs/hugetlbfs/
4779
4780 Hyper-V CORE AND DRIVERS
4781 M:      K. Y. Srinivasan <kys@microsoft.com>
4782 M:      Haiyang Zhang <haiyangz@microsoft.com>
4783 L:      devel@linuxdriverproject.org
4784 S:      Maintained
4785 F:      arch/x86/include/asm/mshyperv.h
4786 F:      arch/x86/include/uapi/asm/hyperv.h
4787 F:      arch/x86/kernel/cpu/mshyperv.c
4788 F:      drivers/hid/hid-hyperv.c
4789 F:      drivers/hv/
4790 F:      drivers/input/serio/hyperv-keyboard.c
4791 F:      drivers/net/hyperv/
4792 F:      drivers/scsi/storvsc_drv.c
4793 F:      drivers/video/fbdev/hyperv_fb.c
4794 F:      include/linux/hyperv.h
4795 F:      tools/hv/
4796
4797 I2C OVER PARALLEL PORT
4798 M:      Jean Delvare <jdelvare@suse.de>
4799 L:      linux-i2c@vger.kernel.org
4800 S:      Maintained
4801 F:      Documentation/i2c/busses/i2c-parport
4802 F:      Documentation/i2c/busses/i2c-parport-light
4803 F:      drivers/i2c/busses/i2c-parport.c
4804 F:      drivers/i2c/busses/i2c-parport-light.c
4805
4806 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4807 M:      Jean Delvare <jdelvare@suse.de>
4808 L:      linux-i2c@vger.kernel.org
4809 S:      Maintained
4810 F:      Documentation/i2c/busses/i2c-ali1535
4811 F:      Documentation/i2c/busses/i2c-ali1563
4812 F:      Documentation/i2c/busses/i2c-ali15x3
4813 F:      Documentation/i2c/busses/i2c-amd756
4814 F:      Documentation/i2c/busses/i2c-amd8111
4815 F:      Documentation/i2c/busses/i2c-i801
4816 F:      Documentation/i2c/busses/i2c-nforce2
4817 F:      Documentation/i2c/busses/i2c-piix4
4818 F:      Documentation/i2c/busses/i2c-sis5595
4819 F:      Documentation/i2c/busses/i2c-sis630
4820 F:      Documentation/i2c/busses/i2c-sis96x
4821 F:      Documentation/i2c/busses/i2c-via
4822 F:      Documentation/i2c/busses/i2c-viapro
4823 F:      drivers/i2c/busses/i2c-ali1535.c
4824 F:      drivers/i2c/busses/i2c-ali1563.c
4825 F:      drivers/i2c/busses/i2c-ali15x3.c
4826 F:      drivers/i2c/busses/i2c-amd756.c
4827 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4828 F:      drivers/i2c/busses/i2c-amd8111.c
4829 F:      drivers/i2c/busses/i2c-i801.c
4830 F:      drivers/i2c/busses/i2c-isch.c
4831 F:      drivers/i2c/busses/i2c-nforce2.c
4832 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4833 F:      drivers/i2c/busses/i2c-piix4.c
4834 F:      drivers/i2c/busses/i2c-sis5595.c
4835 F:      drivers/i2c/busses/i2c-sis630.c
4836 F:      drivers/i2c/busses/i2c-sis96x.c
4837 F:      drivers/i2c/busses/i2c-via.c
4838 F:      drivers/i2c/busses/i2c-viapro.c
4839
4840 I2C/SMBUS ISMT DRIVER
4841 M:      Seth Heasley <seth.heasley@intel.com>
4842 M:      Neil Horman <nhorman@tuxdriver.com>
4843 L:      linux-i2c@vger.kernel.org
4844 F:      drivers/i2c/busses/i2c-ismt.c
4845 F:      Documentation/i2c/busses/i2c-ismt
4846
4847 I2C/SMBUS STUB DRIVER
4848 M:      Jean Delvare <jdelvare@suse.de>
4849 L:      linux-i2c@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/i2c/i2c-stub.c
4852
4853 I2C SUBSYSTEM
4854 M:      Wolfram Sang <wsa@the-dreams.de>
4855 L:      linux-i2c@vger.kernel.org
4856 W:      https://i2c.wiki.kernel.org/
4857 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4859 S:      Maintained
4860 F:      Documentation/devicetree/bindings/i2c/
4861 F:      Documentation/i2c/
4862 F:      drivers/i2c/
4863 F:      include/linux/i2c.h
4864 F:      include/linux/i2c-*.h
4865 F:      include/uapi/linux/i2c.h
4866 F:      include/uapi/linux/i2c-*.h
4867
4868 I2C ACPI SUPPORT
4869 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4870 L:      linux-i2c@vger.kernel.org
4871 L:      linux-acpi@vger.kernel.org
4872 S:      Maintained
4873
4874 I2C-TAOS-EVM DRIVER
4875 M:      Jean Delvare <jdelvare@suse.de>
4876 L:      linux-i2c@vger.kernel.org
4877 S:      Maintained
4878 F:      Documentation/i2c/busses/i2c-taos-evm
4879 F:      drivers/i2c/busses/i2c-taos-evm.c
4880
4881 I2C-TINY-USB DRIVER
4882 M:      Till Harbaum <till@harbaum.org>
4883 L:      linux-i2c@vger.kernel.org
4884 W:      http://www.harbaum.org/till/i2c_tiny_usb
4885 S:      Maintained
4886 F:      drivers/i2c/busses/i2c-tiny-usb.c
4887
4888 i386 BOOT CODE
4889 M:      "H. Peter Anvin" <hpa@zytor.com>
4890 S:      Maintained
4891 F:      arch/x86/boot/
4892
4893 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4894 M:      "H. Peter Anvin" <hpa@zytor.com>
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4896 S:      Maintained
4897
4898 IA64 (Itanium) PLATFORM
4899 M:      Tony Luck <tony.luck@intel.com>
4900 M:      Fenghua Yu <fenghua.yu@intel.com>
4901 L:      linux-ia64@vger.kernel.org
4902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4903 S:      Maintained
4904 F:      arch/ia64/
4905
4906 IBM Power in-Nest Crypto Acceleration
4907 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4908 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4909 L:      linux-crypto@vger.kernel.org
4910 S:      Supported
4911 F:      drivers/crypto/nx/Makefile
4912 F:      drivers/crypto/nx/Kconfig
4913 F:      drivers/crypto/nx/nx-aes*
4914 F:      drivers/crypto/nx/nx-sha*
4915 F:      drivers/crypto/nx/nx.*
4916 F:      drivers/crypto/nx/nx_csbcpb.h
4917 F:      drivers/crypto/nx/nx_debugfs.h
4918
4919 IBM Power 842 compression accelerator
4920 M:      Dan Streetman <ddstreet@us.ibm.com>
4921 S:      Supported
4922 F:      drivers/crypto/nx/Makefile
4923 F:      drivers/crypto/nx/Kconfig
4924 F:      drivers/crypto/nx/nx-842*
4925 F:      include/linux/sw842.h
4926 F:      crypto/842.c
4927 F:      lib/842/
4928
4929 IBM Power Linux RAID adapter
4930 M:      Brian King <brking@us.ibm.com>
4931 S:      Supported
4932 F:      drivers/scsi/ipr.*
4933
4934 IBM Power Virtual Ethernet Device Driver
4935 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4936 L:      netdev@vger.kernel.org
4937 S:      Supported
4938 F:      drivers/net/ethernet/ibm/ibmveth.*
4939
4940 IBM Power Virtual SCSI Device Drivers
4941 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4942 L:      linux-scsi@vger.kernel.org
4943 S:      Supported
4944 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4945 F:      drivers/scsi/ibmvscsi/viosrp.h
4946
4947 IBM Power Virtual FC Device Drivers
4948 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4949 L:      linux-scsi@vger.kernel.org
4950 S:      Supported
4951 F:      drivers/scsi/ibmvscsi/ibmvfc*
4952
4953 IBM ServeRAID RAID DRIVER
4954 S:      Orphan
4955 F:      drivers/scsi/ips.*
4956
4957 ICH LPC AND GPIO DRIVER
4958 M:      Peter Tyser <ptyser@xes-inc.com>
4959 S:      Maintained
4960 F:      drivers/mfd/lpc_ich.c
4961 F:      drivers/gpio/gpio-ich.c
4962
4963 IDE SUBSYSTEM
4964 M:      "David S. Miller" <davem@davemloft.net>
4965 L:      linux-ide@vger.kernel.org
4966 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4968 S:      Maintained
4969 F:      Documentation/ide/
4970 F:      drivers/ide/
4971 F:      include/linux/ide.h
4972
4973 IDEAPAD LAPTOP EXTRAS DRIVER
4974 M:      Ike Panhc <ike.pan@canonical.com>
4975 L:      platform-driver-x86@vger.kernel.org
4976 W:      http://launchpad.net/ideapad-laptop
4977 S:      Maintained
4978 F:      drivers/platform/x86/ideapad-laptop.c
4979
4980 IDEAPAD LAPTOP SLIDEBAR DRIVER
4981 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4982 L:      linux-input@vger.kernel.org
4983 W:      https://github.com/o2genum/ideapad-slidebar
4984 S:      Maintained
4985 F:      drivers/input/misc/ideapad_slidebar.c
4986
4987 IDE/ATAPI DRIVERS
4988 M:      Borislav Petkov <bp@alien8.de>
4989 L:      linux-ide@vger.kernel.org
4990 S:      Maintained
4991 F:      Documentation/cdrom/ide-cd
4992 F:      drivers/ide/ide-cd*
4993
4994 IDLE-I7300
4995 M:      Andy Henroid <andrew.d.henroid@intel.com>
4996 L:      linux-pm@vger.kernel.org
4997 S:      Supported
4998 F:      drivers/idle/i7300_idle.c
4999
5000 IEEE 802.15.4 SUBSYSTEM
5001 M:      Alexander Aring <alex.aring@gmail.com>
5002 L:      linux-wpan@vger.kernel.org
5003 W:      https://github.com/linux-wpan
5004 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5005 S:      Maintained
5006 F:      net/ieee802154/
5007 F:      net/mac802154/
5008 F:      drivers/net/ieee802154/
5009 F:      include/linux/nl802154.h
5010 F:      include/linux/ieee802154.h
5011 F:      include/net/nl802154.h
5012 F:      include/net/mac802154.h
5013 F:      include/net/af_ieee802154.h
5014 F:      include/net/cfg802154.h
5015 F:      include/net/ieee802154_netdev.h
5016 F:      Documentation/networking/ieee802154.txt
5017
5018 IGORPLUG-USB IR RECEIVER
5019 M:      Sean Young <sean@mess.org>
5020 L:      linux-media@vger.kernel.org
5021 S:      Maintained
5022 F:      drivers/media/rc/igorplugusb.c
5023
5024 IGUANAWORKS USB IR TRANSCEIVER
5025 M:      Sean Young <sean@mess.org>
5026 L:      linux-media@vger.kernel.org
5027 S:      Maintained
5028 F:      drivers/media/rc/iguanair.c
5029
5030 IIO SUBSYSTEM AND DRIVERS
5031 M:      Jonathan Cameron <jic23@kernel.org>
5032 R:      Hartmut Knaack <knaack.h@gmx.de>
5033 R:      Lars-Peter Clausen <lars@metafoo.de>
5034 R:      Peter Meerwald <pmeerw@pmeerw.net>
5035 L:      linux-iio@vger.kernel.org
5036 S:      Maintained
5037 F:      drivers/iio/
5038 F:      drivers/staging/iio/
5039 F:      include/linux/iio/
5040 F:      tools/iio/
5041
5042 IKANOS/ADI EAGLE ADSL USB DRIVER
5043 M:      Matthieu Castet <castet.matthieu@free.fr>
5044 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5045 S:      Maintained
5046 F:      drivers/usb/atm/ueagle-atm.c
5047
5048 INA209 HARDWARE MONITOR DRIVER
5049 M:      Guenter Roeck <linux@roeck-us.net>
5050 L:      lm-sensors@lm-sensors.org
5051 S:      Maintained
5052 F:      Documentation/hwmon/ina209
5053 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5054 F:      drivers/hwmon/ina209.c
5055
5056 INA2XX HARDWARE MONITOR DRIVER
5057 M:      Guenter Roeck <linux@roeck-us.net>
5058 L:      lm-sensors@lm-sensors.org
5059 S:      Maintained
5060 F:      Documentation/hwmon/ina2xx
5061 F:      drivers/hwmon/ina2xx.c
5062 F:      include/linux/platform_data/ina2xx.h
5063
5064 INDUSTRY PACK SUBSYSTEM (IPACK)
5065 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5066 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5067 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5068 L:      industrypack-devel@lists.sourceforge.net
5069 W:      http://industrypack.sourceforge.net
5070 S:      Maintained
5071 F:      drivers/ipack/
5072
5073 INGENIC JZ4780 DMA Driver
5074 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5075 S:      Maintained
5076 F:      drivers/dma/dma-jz4780.c
5077
5078 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5079 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5080 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5081 L:      linux-ima-devel@lists.sourceforge.net
5082 L:      linux-ima-user@lists.sourceforge.net
5083 L:      linux-security-module@vger.kernel.org
5084 S:      Supported
5085 F:      security/integrity/ima/
5086
5087 IMGTEC IR DECODER DRIVER
5088 M:      James Hogan <james.hogan@imgtec.com>
5089 S:      Maintained
5090 F:      drivers/media/rc/img-ir/
5091
5092 IMS TWINTURBO FRAMEBUFFER DRIVER
5093 L:      linux-fbdev@vger.kernel.org
5094 S:      Orphan
5095 F:      drivers/video/fbdev/imsttfb.c
5096
5097 INFINIBAND SUBSYSTEM
5098 M:      Doug Ledford <dledford@redhat.com>
5099 M:      Sean Hefty <sean.hefty@intel.com>
5100 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5101 L:      linux-rdma@vger.kernel.org
5102 W:      http://www.openfabrics.org/
5103 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5105 S:      Supported
5106 F:      Documentation/infiniband/
5107 F:      drivers/infiniband/
5108 F:      include/uapi/linux/if_infiniband.h
5109 F:      include/uapi/rdma/
5110 F:      include/rdma/
5111
5112 INOTIFY
5113 M:      John McCutchan <john@johnmccutchan.com>
5114 M:      Robert Love <rlove@rlove.org>
5115 M:      Eric Paris <eparis@parisplace.org>
5116 S:      Maintained
5117 F:      Documentation/filesystems/inotify.txt
5118 F:      fs/notify/inotify/
5119 F:      include/linux/inotify.h
5120 F:      include/uapi/linux/inotify.h
5121
5122 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5123 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5124 L:      linux-input@vger.kernel.org
5125 Q:      http://patchwork.kernel.org/project/linux-input/list/
5126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5127 S:      Maintained
5128 F:      drivers/input/
5129 F:      include/linux/input.h
5130 F:      include/uapi/linux/input.h
5131 F:      include/linux/input/
5132
5133 INPUT MULTITOUCH (MT) PROTOCOL
5134 M:      Henrik Rydberg <rydberg@bitmath.org>
5135 L:      linux-input@vger.kernel.org
5136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5137 S:      Odd fixes
5138 F:      Documentation/input/multi-touch-protocol.txt
5139 F:      drivers/input/input-mt.c
5140 K:      \b(ABS|SYN)_MT_
5141
5142 INTEL ASoC BDW/HSW DRIVERS
5143 M:      Jie Yang <yang.jie@linux.intel.com>
5144 L:      alsa-devel@alsa-project.org
5145 S:      Supported
5146 F:      sound/soc/intel/sst-haswell*
5147 F:      sound/soc/intel/sst-dsp*
5148 F:      sound/soc/intel/sst-firmware.c
5149 F:      sound/soc/intel/broadwell.c
5150 F:      sound/soc/intel/haswell.c
5151
5152 INTEL C600 SERIES SAS CONTROLLER DRIVER
5153 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5154 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5155 L:      linux-scsi@vger.kernel.org
5156 T:      git git://git.code.sf.net/p/intel-sas/isci
5157 S:      Supported
5158 F:      drivers/scsi/isci/
5159
5160 INTEL IDLE DRIVER
5161 M:      Len Brown <lenb@kernel.org>
5162 L:      linux-pm@vger.kernel.org
5163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5164 S:      Supported
5165 F:      drivers/idle/intel_idle.c
5166
5167 INTEL PSTATE DRIVER
5168 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5169 L:      linux-pm@vger.kernel.org
5170 S:      Supported
5171 F:      drivers/cpufreq/intel_pstate.c
5172
5173 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5174 M:      Maik Broemme <mbroemme@plusserver.de>
5175 L:      linux-fbdev@vger.kernel.org
5176 S:      Maintained
5177 F:      Documentation/fb/intelfb.txt
5178 F:      drivers/video/fbdev/intelfb/
5179
5180 INTEL 810/815 FRAMEBUFFER DRIVER
5181 M:      Antonino Daplas <adaplas@gmail.com>
5182 L:      linux-fbdev@vger.kernel.org
5183 S:      Maintained
5184 F:      drivers/video/fbdev/i810/
5185
5186 INTEL MENLOW THERMAL DRIVER
5187 M:      Sujith Thomas <sujith.thomas@intel.com>
5188 L:      platform-driver-x86@vger.kernel.org
5189 W:      https://01.org/linux-acpi
5190 S:      Supported
5191 F:      drivers/platform/x86/intel_menlow.c
5192
5193 INTEL IA32 MICROCODE UPDATE SUPPORT
5194 M:      Borislav Petkov <bp@alien8.de>
5195 S:      Maintained
5196 F:      arch/x86/kernel/cpu/microcode/core*
5197 F:      arch/x86/kernel/cpu/microcode/intel*
5198
5199 INTEL I/OAT DMA DRIVER
5200 M:      Dave Jiang <dave.jiang@intel.com>
5201 R:      Dan Williams <dan.j.williams@intel.com>
5202 L:      dmaengine@vger.kernel.org
5203 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5204 S:      Supported
5205 F:      drivers/dma/ioat*
5206
5207 INTEL IOMMU (VT-d)
5208 M:      David Woodhouse <dwmw2@infradead.org>
5209 L:      iommu@lists.linux-foundation.org
5210 T:      git git://git.infradead.org/iommu-2.6.git
5211 S:      Supported
5212 F:      drivers/iommu/intel-iommu.c
5213 F:      include/linux/intel-iommu.h
5214
5215 INTEL IOP-ADMA DMA DRIVER
5216 R:      Dan Williams <dan.j.williams@intel.com>
5217 S:      Odd fixes
5218 F:      drivers/dma/iop-adma.c
5219
5220 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5221 M:      Krzysztof Halasa <khalasa@piap.pl>
5222 S:      Maintained
5223 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5224 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5225 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5226 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5227 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5228 F:      drivers/net/wan/ixp4xx_hss.c
5229
5230 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5231 M:      Deepak Saxena <dsaxena@plexity.net>
5232 S:      Maintained
5233 F:      drivers/char/hw_random/ixp4xx-rng.c
5234
5235 INTEL ETHERNET DRIVERS
5236 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5237 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5238 R:      Shannon Nelson <shannon.nelson@intel.com>
5239 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5240 R:      Don Skidmore <donald.c.skidmore@intel.com>
5241 R:      Matthew Vick <matthew.vick@intel.com>
5242 R:      John Ronciak <john.ronciak@intel.com>
5243 R:      Mitch Williams <mitch.a.williams@intel.com>
5244 L:      intel-wired-lan@lists.osuosl.org
5245 W:      http://www.intel.com/support/feedback.htm
5246 W:      http://e1000.sourceforge.net/
5247 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5250 S:      Supported
5251 F:      Documentation/networking/e100.txt
5252 F:      Documentation/networking/e1000.txt
5253 F:      Documentation/networking/e1000e.txt
5254 F:      Documentation/networking/igb.txt
5255 F:      Documentation/networking/igbvf.txt
5256 F:      Documentation/networking/ixgb.txt
5257 F:      Documentation/networking/ixgbe.txt
5258 F:      Documentation/networking/ixgbevf.txt
5259 F:      Documentation/networking/i40e.txt
5260 F:      Documentation/networking/i40evf.txt
5261 F:      drivers/net/ethernet/intel/
5262 F:      drivers/net/ethernet/intel/*/
5263
5264 INTEL-MID GPIO DRIVER
5265 M:      David Cohen <david.a.cohen@linux.intel.com>
5266 L:      linux-gpio@vger.kernel.org
5267 S:      Maintained
5268 F:      drivers/gpio/gpio-intel-mid.c
5269
5270 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5271 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5272 L:      linux-wireless@vger.kernel.org
5273 S:      Maintained
5274 F:      Documentation/networking/README.ipw2100
5275 F:      Documentation/networking/README.ipw2200
5276 F:      drivers/net/wireless/ipw2x00/
5277
5278 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5279 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5280 M:      Gang Wei <gang.wei@intel.com>
5281 M:      Shane Wang <shane.wang@intel.com>
5282 L:      tboot-devel@lists.sourceforge.net
5283 W:      http://tboot.sourceforge.net
5284 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5285 S:      Supported
5286 F:      Documentation/intel_txt.txt
5287 F:      include/linux/tboot.h
5288 F:      arch/x86/kernel/tboot.c
5289
5290 INTEL WIRELESS WIMAX CONNECTION 2400
5291 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5292 M:      linux-wimax@intel.com
5293 L:      wimax@linuxwimax.org (subscribers-only)
5294 S:      Supported
5295 W:      http://linuxwimax.org
5296 F:      Documentation/wimax/README.i2400m
5297 F:      drivers/net/wimax/i2400m/
5298 F:      include/uapi/linux/wimax/i2400m.h
5299
5300 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5301 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5302 L:      linux-wireless@vger.kernel.org
5303 S:      Supported
5304 F:      drivers/net/wireless/iwlegacy/
5305
5306 INTEL WIRELESS WIFI LINK (iwlwifi)
5307 M:      Johannes Berg <johannes.berg@intel.com>
5308 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5309 M:      Intel Linux Wireless <ilw@linux.intel.com>
5310 L:      linux-wireless@vger.kernel.org
5311 W:      http://intellinuxwireless.org
5312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5313 S:      Supported
5314 F:      drivers/net/wireless/iwlwifi/
5315
5316 INTEL MANAGEMENT ENGINE (mei)
5317 M:      Tomas Winkler <tomas.winkler@intel.com>
5318 L:      linux-kernel@vger.kernel.org
5319 S:      Supported
5320 F:      include/uapi/linux/mei.h
5321 F:      drivers/misc/mei/*
5322 F:      Documentation/misc-devices/mei/*
5323
5324 IOC3 ETHERNET DRIVER
5325 M:      Ralf Baechle <ralf@linux-mips.org>
5326 L:      linux-mips@linux-mips.org
5327 S:      Maintained
5328 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5329
5330 IOC3 SERIAL DRIVER
5331 M:      Pat Gefre <pfg@sgi.com>
5332 L:      linux-serial@vger.kernel.org
5333 S:      Maintained
5334 F:      drivers/tty/serial/ioc3_serial.c
5335
5336 IOMMU DRIVERS
5337 M:      Joerg Roedel <joro@8bytes.org>
5338 L:      iommu@lists.linux-foundation.org
5339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5340 S:      Maintained
5341 F:      drivers/iommu/
5342
5343 IP MASQUERADING
5344 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5345 S:      Maintained
5346 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5347
5348 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5349 M:      Francois Romieu <romieu@fr.zoreil.com>
5350 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5351 L:      netdev@vger.kernel.org
5352 S:      Maintained
5353 F:      drivers/net/ethernet/icplus/ipg.*
5354
5355 IPATH DRIVER
5356 M:      Mike Marciniszyn <infinipath@intel.com>
5357 L:      linux-rdma@vger.kernel.org
5358 S:      Maintained
5359 F:      drivers/infiniband/hw/ipath/
5360
5361 IPMI SUBSYSTEM
5362 M:      Corey Minyard <minyard@acm.org>
5363 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5364 W:      http://openipmi.sourceforge.net/
5365 S:      Supported
5366 F:      Documentation/IPMI.txt
5367 F:      drivers/char/ipmi/
5368 F:      include/linux/ipmi*
5369 F:      include/uapi/linux/ipmi*
5370
5371 QCOM AUDIO (ASoC) DRIVERS
5372 M:      Patrick Lai <plai@codeaurora.org>
5373 M:      Banajit Goswami <bgoswami@codeaurora.org>
5374 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5375 S:      Supported
5376 F:      sound/soc/qcom/
5377
5378 IPS SCSI RAID DRIVER
5379 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5380 L:      linux-scsi@vger.kernel.org
5381 W:      http://www.adaptec.com/
5382 S:      Maintained
5383 F:      drivers/scsi/ips*
5384
5385 IPVS
5386 M:      Wensong Zhang <wensong@linux-vs.org>
5387 M:      Simon Horman <horms@verge.net.au>
5388 M:      Julian Anastasov <ja@ssi.bg>
5389 L:      netdev@vger.kernel.org
5390 L:      lvs-devel@vger.kernel.org
5391 S:      Maintained
5392 F:      Documentation/networking/ipvs-sysctl.txt
5393 F:      include/net/ip_vs.h
5394 F:      include/uapi/linux/ip_vs.h
5395 F:      net/netfilter/ipvs/
5396
5397 IPWIRELESS DRIVER
5398 M:      Jiri Kosina <jkosina@suse.cz>
5399 M:      David Sterba <dsterba@suse.cz>
5400 S:      Odd Fixes
5401 F:      drivers/tty/ipwireless/
5402
5403 IPX NETWORK LAYER
5404 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5405 L:      netdev@vger.kernel.org
5406 S:      Maintained
5407 F:      include/net/ipx.h
5408 F:      include/uapi/linux/ipx.h
5409 F:      net/ipx/
5410
5411 IRDA SUBSYSTEM
5412 M:      Samuel Ortiz <samuel@sortiz.org>
5413 L:      irda-users@lists.sourceforge.net (subscribers-only)
5414 L:      netdev@vger.kernel.org
5415 W:      http://irda.sourceforge.net/
5416 S:      Maintained
5417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5418 F:      Documentation/networking/irda.txt
5419 F:      drivers/net/irda/
5420 F:      include/net/irda/
5421 F:      net/irda/
5422
5423 IRQ SUBSYSTEM
5424 M:      Thomas Gleixner <tglx@linutronix.de>
5425 L:      linux-kernel@vger.kernel.org
5426 S:      Maintained
5427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5428 F:      kernel/irq/
5429
5430 IRQCHIP DRIVERS
5431 M:      Thomas Gleixner <tglx@linutronix.de>
5432 M:      Jason Cooper <jason@lakedaemon.net>
5433 L:      linux-kernel@vger.kernel.org
5434 S:      Maintained
5435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5436 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5437 F:      Documentation/devicetree/bindings/interrupt-controller/
5438 F:      drivers/irqchip/
5439
5440 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5441 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5442 S:      Maintained
5443 F:      Documentation/IRQ-domain.txt
5444 F:      include/linux/irqdomain.h
5445 F:      kernel/irq/irqdomain.c
5446
5447 ISAPNP
5448 M:      Jaroslav Kysela <perex@perex.cz>
5449 S:      Maintained
5450 F:      Documentation/isapnp.txt
5451 F:      drivers/pnp/isapnp/
5452 F:      include/linux/isapnp.h
5453
5454 ISA RADIO MODULE
5455 M:      Hans Verkuil <hverkuil@xs4all.nl>
5456 L:      linux-media@vger.kernel.org
5457 T:      git git://linuxtv.org/media_tree.git
5458 W:      http://linuxtv.org
5459 S:      Maintained
5460 F:      drivers/media/radio/radio-isa*
5461
5462 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5463 M:      Peter Jones <pjones@redhat.com>
5464 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5465 S:      Maintained
5466 F:      drivers/firmware/iscsi_ibft*
5467
5468 ISCSI
5469 M:      Mike Christie <michaelc@cs.wisc.edu>
5470 L:      open-iscsi@googlegroups.com
5471 W:      www.open-iscsi.org
5472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5473 S:      Maintained
5474 F:      drivers/scsi/*iscsi*
5475 F:      include/scsi/*iscsi*
5476
5477 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5478 M:      Or Gerlitz <ogerlitz@mellanox.com>
5479 M:      Sagi Grimberg <sagig@mellanox.com>
5480 M:      Roi Dayan <roid@mellanox.com>
5481 L:      linux-rdma@vger.kernel.org
5482 S:      Supported
5483 W:      http://www.openfabrics.org
5484 W:      www.open-iscsi.org
5485 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5486 F:      drivers/infiniband/ulp/iser/
5487
5488 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5489 M:      Sagi Grimberg <sagig@mellanox.com>
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5491 L:      linux-rdma@vger.kernel.org
5492 L:      target-devel@vger.kernel.org
5493 S:      Supported
5494 W:      http://www.linux-iscsi.org
5495 F:      drivers/infiniband/ulp/isert
5496
5497 ISDN SUBSYSTEM
5498 M:      Karsten Keil <isdn@linux-pingi.de>
5499 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5500 L:      netdev@vger.kernel.org
5501 W:      http://www.isdn4linux.de
5502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5503 S:      Maintained
5504 F:      Documentation/isdn/
5505 F:      drivers/isdn/
5506 F:      include/linux/isdn.h
5507 F:      include/linux/isdn/
5508 F:      include/uapi/linux/isdn.h
5509 F:      include/uapi/linux/isdn/
5510
5511 ISDN SUBSYSTEM (Eicon active card driver)
5512 M:      Armin Schindler <mac@melware.de>
5513 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5514 W:      http://www.melware.de
5515 S:      Maintained
5516 F:      drivers/isdn/hardware/eicon/
5517
5518 IT87 HARDWARE MONITORING DRIVER
5519 M:      Jean Delvare <jdelvare@suse.de>
5520 L:      lm-sensors@lm-sensors.org
5521 S:      Maintained
5522 F:      Documentation/hwmon/it87
5523 F:      drivers/hwmon/it87.c
5524
5525 IT913X MEDIA DRIVER
5526 M:      Antti Palosaari <crope@iki.fi>
5527 L:      linux-media@vger.kernel.org
5528 W:      http://linuxtv.org/
5529 W:      http://palosaari.fi/linux/
5530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5531 T:      git git://linuxtv.org/anttip/media_tree.git
5532 S:      Maintained
5533 F:      drivers/media/tuners/it913x*
5534
5535 IVTV VIDEO4LINUX DRIVER
5536 M:      Andy Walls <awalls@md.metrocast.net>
5537 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5538 L:      linux-media@vger.kernel.org
5539 T:      git git://linuxtv.org/media_tree.git
5540 W:      http://www.ivtvdriver.org
5541 S:      Maintained
5542 F:      Documentation/video4linux/*.ivtv
5543 F:      drivers/media/pci/ivtv/
5544 F:      include/uapi/linux/ivtv*
5545
5546 IX2505V MEDIA DRIVER
5547 M:      Malcolm Priestley <tvboxspy@gmail.com>
5548 L:      linux-media@vger.kernel.org
5549 W:      http://linuxtv.org/
5550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5551 S:      Maintained
5552 F:      drivers/media/dvb-frontends/ix2505v*
5553
5554 JC42.4 TEMPERATURE SENSOR DRIVER
5555 M:      Guenter Roeck <linux@roeck-us.net>
5556 L:      lm-sensors@lm-sensors.org
5557 S:      Maintained
5558 F:      drivers/hwmon/jc42.c
5559 F:      Documentation/hwmon/jc42
5560
5561 JFS FILESYSTEM
5562 M:      Dave Kleikamp <shaggy@kernel.org>
5563 L:      jfs-discussion@lists.sourceforge.net
5564 W:      http://jfs.sourceforge.net/
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5566 S:      Maintained
5567 F:      Documentation/filesystems/jfs.txt
5568 F:      fs/jfs/
5569
5570 JME NETWORK DRIVER
5571 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5572 L:      netdev@vger.kernel.org
5573 S:      Maintained
5574 F:      drivers/net/ethernet/jme.*
5575
5576 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5577 M:      David Woodhouse <dwmw2@infradead.org>
5578 L:      linux-mtd@lists.infradead.org
5579 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5580 S:      Maintained
5581 F:      fs/jffs2/
5582 F:      include/uapi/linux/jffs2.h
5583
5584 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5585 M:      Andrew Morton <akpm@linux-foundation.org>
5586 M:      Jan Kara <jack@suse.cz>
5587 L:      linux-ext4@vger.kernel.org
5588 S:      Maintained
5589 F:      fs/jbd/
5590 F:      include/linux/jbd.h
5591
5592 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5593 M:      "Theodore Ts'o" <tytso@mit.edu>
5594 L:      linux-ext4@vger.kernel.org
5595 S:      Maintained
5596 F:      fs/jbd2/
5597 F:      include/linux/jbd2.h
5598
5599 JSM Neo PCI based serial card
5600 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5601 L:      linux-serial@vger.kernel.org
5602 S:      Maintained
5603 F:      drivers/tty/serial/jsm/
5604
5605 K10TEMP HARDWARE MONITORING DRIVER
5606 M:      Clemens Ladisch <clemens@ladisch.de>
5607 L:      lm-sensors@lm-sensors.org
5608 S:      Maintained
5609 F:      Documentation/hwmon/k10temp
5610 F:      drivers/hwmon/k10temp.c
5611
5612 K8TEMP HARDWARE MONITORING DRIVER
5613 M:      Rudolf Marek <r.marek@assembler.cz>
5614 L:      lm-sensors@lm-sensors.org
5615 S:      Maintained
5616 F:      Documentation/hwmon/k8temp
5617 F:      drivers/hwmon/k8temp.c
5618
5619 KCONFIG
5620 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5621 L:      linux-kbuild@vger.kernel.org
5622 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5623 S:      Maintained
5624 F:      Documentation/kbuild/kconfig-language.txt
5625 F:      scripts/kconfig/
5626
5627 KDUMP
5628 M:      Vivek Goyal <vgoyal@redhat.com>
5629 M:      Haren Myneni <hbabu@us.ibm.com>
5630 L:      kexec@lists.infradead.org
5631 W:      http://lse.sourceforge.net/kdump/
5632 S:      Maintained
5633 F:      Documentation/kdump/
5634
5635 KEENE FM RADIO TRANSMITTER DRIVER
5636 M:      Hans Verkuil <hverkuil@xs4all.nl>
5637 L:      linux-media@vger.kernel.org
5638 T:      git git://linuxtv.org/media_tree.git
5639 W:      http://linuxtv.org
5640 S:      Maintained
5641 F:      drivers/media/radio/radio-keene*
5642
5643 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5644 M:      Ian Kent <raven@themaw.net>
5645 L:      autofs@vger.kernel.org
5646 S:      Maintained
5647 F:      fs/autofs4/
5648
5649 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5650 M:      Michal Marek <mmarek@suse.cz>
5651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5653 L:      linux-kbuild@vger.kernel.org
5654 S:      Maintained
5655 F:      Documentation/kbuild/
5656 F:      Makefile
5657 F:      scripts/Makefile.*
5658 F:      scripts/basic/
5659 F:      scripts/mk*
5660 F:      scripts/package/
5661
5662 KERNEL JANITORS
5663 L:      kernel-janitors@vger.kernel.org
5664 W:      http://kernelnewbies.org/KernelJanitors
5665 S:      Odd Fixes
5666
5667 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5668 M:      "J. Bruce Fields" <bfields@fieldses.org>
5669 L:      linux-nfs@vger.kernel.org
5670 W:      http://nfs.sourceforge.net/
5671 S:      Supported
5672 F:      fs/nfsd/
5673 F:      include/uapi/linux/nfsd/
5674 F:      fs/lockd/
5675 F:      fs/nfs_common/
5676 F:      net/sunrpc/
5677 F:      include/linux/lockd/
5678 F:      include/linux/sunrpc/
5679 F:      include/uapi/linux/sunrpc/
5680
5681 KERNEL SELFTEST FRAMEWORK
5682 M:      Shuah Khan <shuahkh@osg.samsung.com>
5683 L:      linux-api@vger.kernel.org
5684 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5685 S:      Maintained
5686 F:      tools/testing/selftests
5687
5688 KERNEL VIRTUAL MACHINE (KVM)
5689 M:      Gleb Natapov <gleb@kernel.org>
5690 M:      Paolo Bonzini <pbonzini@redhat.com>
5691 L:      kvm@vger.kernel.org
5692 W:      http://www.linux-kvm.org
5693 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5694 S:      Supported
5695 F:      Documentation/*/kvm*.txt
5696 F:      Documentation/virtual/kvm/
5697 F:      arch/*/kvm/
5698 F:      arch/x86/kernel/kvm.c
5699 F:      arch/x86/kernel/kvmclock.c
5700 F:      arch/*/include/asm/kvm*
5701 F:      include/linux/kvm*
5702 F:      include/uapi/linux/kvm*
5703 F:      virt/kvm/
5704
5705 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5706 M:      Joerg Roedel <joro@8bytes.org>
5707 L:      kvm@vger.kernel.org
5708 W:      http://kvm.qumranet.com
5709 S:      Maintained
5710 F:      arch/x86/include/asm/svm.h
5711 F:      arch/x86/kvm/svm.c
5712
5713 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5714 M:      Alexander Graf <agraf@suse.de>
5715 L:      kvm-ppc@vger.kernel.org
5716 W:      http://kvm.qumranet.com
5717 T:      git git://github.com/agraf/linux-2.6.git
5718 S:      Supported
5719 F:      arch/powerpc/include/asm/kvm*
5720 F:      arch/powerpc/kvm/
5721
5722 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5723 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5724 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5725 M:      linux390@de.ibm.com
5726 L:      linux-s390@vger.kernel.org
5727 W:      http://www.ibm.com/developerworks/linux/linux390/
5728 S:      Supported
5729 F:      Documentation/s390/kvm.txt
5730 F:      arch/s390/include/asm/kvm*
5731 F:      arch/s390/kvm/
5732 F:      drivers/s390/kvm/
5733
5734 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5735 M:      Christoffer Dall <christoffer.dall@linaro.org>
5736 M:      Marc Zyngier <marc.zyngier@arm.com>
5737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5738 L:      kvmarm@lists.cs.columbia.edu
5739 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5740 S:      Supported
5741 F:      arch/arm/include/uapi/asm/kvm*
5742 F:      arch/arm/include/asm/kvm*
5743 F:      arch/arm/kvm/
5744 F:      virt/kvm/arm/
5745 F:      include/kvm/arm_*
5746
5747 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5748 M:      Christoffer Dall <christoffer.dall@linaro.org>
5749 M:      Marc Zyngier <marc.zyngier@arm.com>
5750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5751 L:      kvmarm@lists.cs.columbia.edu
5752 S:      Maintained
5753 F:      arch/arm64/include/uapi/asm/kvm*
5754 F:      arch/arm64/include/asm/kvm*
5755 F:      arch/arm64/kvm/
5756
5757 KEXEC
5758 M:      Eric Biederman <ebiederm@xmission.com>
5759 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5760 L:      kexec@lists.infradead.org
5761 S:      Maintained
5762 F:      include/linux/kexec.h
5763 F:      include/uapi/linux/kexec.h
5764 F:      kernel/kexec.c
5765
5766 KEYS/KEYRINGS:
5767 M:      David Howells <dhowells@redhat.com>
5768 L:      keyrings@linux-nfs.org
5769 S:      Maintained
5770 F:      Documentation/security/keys.txt
5771 F:      include/linux/key.h
5772 F:      include/linux/key-type.h
5773 F:      include/keys/
5774 F:      security/keys/
5775
5776 KEYS-TRUSTED
5777 M:      David Safford <safford@us.ibm.com>
5778 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5779 L:      linux-security-module@vger.kernel.org
5780 L:      keyrings@linux-nfs.org
5781 S:      Supported
5782 F:      Documentation/security/keys-trusted-encrypted.txt
5783 F:      include/keys/trusted-type.h
5784 F:      security/keys/trusted.c
5785 F:      security/keys/trusted.h
5786
5787 KEYS-ENCRYPTED
5788 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5789 M:      David Safford <safford@us.ibm.com>
5790 L:      linux-security-module@vger.kernel.org
5791 L:      keyrings@linux-nfs.org
5792 S:      Supported
5793 F:      Documentation/security/keys-trusted-encrypted.txt
5794 F:      include/keys/encrypted-type.h
5795 F:      security/keys/encrypted-keys/
5796
5797 KGDB / KDB /debug_core
5798 M:      Jason Wessel <jason.wessel@windriver.com>
5799 W:      http://kgdb.wiki.kernel.org/
5800 L:      kgdb-bugreport@lists.sourceforge.net
5801 S:      Maintained
5802 F:      Documentation/DocBook/kgdb.tmpl
5803 F:      drivers/misc/kgdbts.c
5804 F:      drivers/tty/serial/kgdboc.c
5805 F:      include/linux/kdb.h
5806 F:      include/linux/kgdb.h
5807 F:      kernel/debug/
5808
5809 KMEMCHECK
5810 M:      Vegard Nossum <vegardno@ifi.uio.no>
5811 M:      Pekka Enberg <penberg@kernel.org>
5812 S:      Maintained
5813 F:      Documentation/kmemcheck.txt
5814 F:      arch/x86/include/asm/kmemcheck.h
5815 F:      arch/x86/mm/kmemcheck/
5816 F:      include/linux/kmemcheck.h
5817 F:      mm/kmemcheck.c
5818
5819 KMEMLEAK
5820 M:      Catalin Marinas <catalin.marinas@arm.com>
5821 S:      Maintained
5822 F:      Documentation/kmemleak.txt
5823 F:      include/linux/kmemleak.h
5824 F:      mm/kmemleak.c
5825 F:      mm/kmemleak-test.c
5826
5827 KPROBES
5828 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5829 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5830 M:      "David S. Miller" <davem@davemloft.net>
5831 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5832 S:      Maintained
5833 F:      Documentation/kprobes.txt
5834 F:      include/linux/kprobes.h
5835 F:      kernel/kprobes.c
5836
5837 KS0108 LCD CONTROLLER DRIVER
5838 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5839 W:      http://miguelojeda.es/auxdisplay.htm
5840 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5841 S:      Maintained
5842 F:      Documentation/auxdisplay/ks0108
5843 F:      drivers/auxdisplay/ks0108.c
5844 F:      include/linux/ks0108.h
5845
5846 LAPB module
5847 L:      linux-x25@vger.kernel.org
5848 S:      Orphan
5849 F:      Documentation/networking/lapb-module.txt
5850 F:      include/*/lapb.h
5851 F:      net/lapb/
5852
5853 LASI 53c700 driver for PARISC
5854 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5855 L:      linux-scsi@vger.kernel.org
5856 S:      Maintained
5857 F:      Documentation/scsi/53c700.txt
5858 F:      drivers/scsi/53c700*
5859
5860 LED SUBSYSTEM
5861 M:      Bryan Wu <cooloney@gmail.com>
5862 M:      Richard Purdie <rpurdie@rpsys.net>
5863 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5864 L:      linux-leds@vger.kernel.org
5865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5866 S:      Maintained
5867 F:      drivers/leds/
5868 F:      include/linux/leds.h
5869
5870 LEGACY EEPROM DRIVER
5871 M:      Jean Delvare <jdelvare@suse.de>
5872 S:      Maintained
5873 F:      Documentation/misc-devices/eeprom
5874 F:      drivers/misc/eeprom/eeprom.c
5875
5876 LEGO USB Tower driver
5877 M:      Juergen Stuber <starblue@users.sourceforge.net>
5878 L:      legousb-devel@lists.sourceforge.net
5879 W:      http://legousb.sourceforge.net/
5880 S:      Maintained
5881 F:      drivers/usb/misc/legousbtower.c
5882
5883 LG2160 MEDIA DRIVER
5884 M:      Michael Krufky <mkrufky@linuxtv.org>
5885 L:      linux-media@vger.kernel.org
5886 W:      http://linuxtv.org/
5887 W:      http://github.com/mkrufky
5888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5889 T:      git git://linuxtv.org/mkrufky/tuners.git
5890 S:      Maintained
5891 F:      drivers/media/dvb-frontends/lg2160.*
5892
5893 LGDT3305 MEDIA DRIVER
5894 M:      Michael Krufky <mkrufky@linuxtv.org>
5895 L:      linux-media@vger.kernel.org
5896 W:      http://linuxtv.org/
5897 W:      http://github.com/mkrufky
5898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5899 T:      git git://linuxtv.org/mkrufky/tuners.git
5900 S:      Maintained
5901 F:      drivers/media/dvb-frontends/lgdt3305.*
5902
5903 LGUEST
5904 M:      Rusty Russell <rusty@rustcorp.com.au>
5905 L:      lguest@lists.ozlabs.org
5906 W:      http://lguest.ozlabs.org/
5907 S:      Odd Fixes
5908 F:      arch/x86/include/asm/lguest*.h
5909 F:      arch/x86/lguest/
5910 F:      drivers/lguest/
5911 F:      include/linux/lguest*.h
5912 F:      tools/lguest/
5913
5914 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5915 M:      Tejun Heo <tj@kernel.org>
5916 L:      linux-ide@vger.kernel.org
5917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5918 S:      Maintained
5919 F:      drivers/ata/
5920 F:      include/linux/ata.h
5921 F:      include/linux/libata.h
5922
5923 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5924 M:      Viresh Kumar <viresh.linux@gmail.com>
5925 L:      linux-ide@vger.kernel.org
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5927 S:      Maintained
5928 F:      include/linux/pata_arasan_cf_data.h
5929 F:      drivers/ata/pata_arasan_cf.c
5930
5931 LIBATA PATA DRIVERS
5932 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5933 M:      Tejun Heo <tj@kernel.org>
5934 L:      linux-ide@vger.kernel.org
5935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5936 S:      Maintained
5937 F:      drivers/ata/pata_*.c
5938 F:      drivers/ata/ata_generic.c
5939
5940 LIBATA SATA AHCI PLATFORM devices support
5941 M:      Hans de Goede <hdegoede@redhat.com>
5942 M:      Tejun Heo <tj@kernel.org>
5943 L:      linux-ide@vger.kernel.org
5944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5945 S:      Maintained
5946 F:      drivers/ata/ahci_platform.c
5947 F:      drivers/ata/libahci_platform.c
5948 F:      include/linux/ahci_platform.h
5949
5950 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5951 M:      Mikael Pettersson <mikpelinux@gmail.com>
5952 L:      linux-ide@vger.kernel.org
5953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5954 S:      Maintained
5955 F:      drivers/ata/sata_promise.*
5956
5957 LIBLOCKDEP
5958 M:      Sasha Levin <sasha.levin@oracle.com>
5959 S:      Maintained
5960 F:      tools/lib/lockdep/
5961
5962 LINUX FOR IBM pSERIES (RS/6000)
5963 M:      Paul Mackerras <paulus@au.ibm.com>
5964 W:      http://www.ibm.com/linux/ltc/projects/ppc
5965 S:      Supported
5966 F:      arch/powerpc/boot/rs6000.h
5967
5968 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5969 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5970 M:      Paul Mackerras <paulus@samba.org>
5971 M:      Michael Ellerman <mpe@ellerman.id.au>
5972 W:      http://www.penguinppc.org/
5973 L:      linuxppc-dev@lists.ozlabs.org
5974 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5976 S:      Supported
5977 F:      Documentation/powerpc/
5978 F:      arch/powerpc/
5979
5980 LINUX FOR POWER MACINTOSH
5981 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5982 W:      http://www.penguinppc.org/
5983 L:      linuxppc-dev@lists.ozlabs.org
5984 S:      Maintained
5985 F:      arch/powerpc/platforms/powermac/
5986 F:      drivers/macintosh/
5987
5988 LINUX FOR POWERPC EMBEDDED MPC5XXX
5989 M:      Anatolij Gustschin <agust@denx.de>
5990 L:      linuxppc-dev@lists.ozlabs.org
5991 T:      git git://git.denx.de/linux-denx-agust.git
5992 S:      Maintained
5993 F:      arch/powerpc/platforms/512x/
5994 F:      arch/powerpc/platforms/52xx/
5995
5996 LINUX FOR POWERPC EMBEDDED PPC4XX
5997 M:      Alistair Popple <alistair@popple.id.au>
5998 M:      Matt Porter <mporter@kernel.crashing.org>
5999 W:      http://www.penguinppc.org/
6000 L:      linuxppc-dev@lists.ozlabs.org
6001 S:      Maintained
6002 F:      arch/powerpc/platforms/40x/
6003 F:      arch/powerpc/platforms/44x/
6004
6005 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6006 L:      linuxppc-dev@lists.ozlabs.org
6007 S:      Orphan
6008 F:      arch/powerpc/*/*virtex*
6009 F:      arch/powerpc/*/*/*virtex*
6010
6011 LINUX FOR POWERPC EMBEDDED PPC8XX
6012 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6013 W:      http://www.penguinppc.org/
6014 L:      linuxppc-dev@lists.ozlabs.org
6015 S:      Maintained
6016 F:      arch/powerpc/platforms/8xx/
6017
6018 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6019 M:      Scott Wood <scottwood@freescale.com>
6020 M:      Kumar Gala <galak@kernel.crashing.org>
6021 W:      http://www.penguinppc.org/
6022 L:      linuxppc-dev@lists.ozlabs.org
6023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6024 S:      Maintained
6025 F:      arch/powerpc/platforms/83xx/
6026 F:      arch/powerpc/platforms/85xx/
6027
6028 LINUX FOR POWERPC PA SEMI PWRFICIENT
6029 M:      Olof Johansson <olof@lixom.net>
6030 L:      linuxppc-dev@lists.ozlabs.org
6031 S:      Maintained
6032 F:      arch/powerpc/platforms/pasemi/
6033 F:      drivers/*/*pasemi*
6034 F:      drivers/*/*/*pasemi*
6035
6036 LINUX SECURITY MODULE (LSM) FRAMEWORK
6037 M:      Chris Wright <chrisw@sous-sol.org>
6038 L:      linux-security-module@vger.kernel.org
6039 S:      Supported
6040
6041 LIS3LV02D ACCELEROMETER DRIVER
6042 M:      Eric Piel <eric.piel@tremplin-utc.net>
6043 S:      Maintained
6044 F:      Documentation/misc-devices/lis3lv02d
6045 F:      drivers/misc/lis3lv02d/
6046 F:      drivers/platform/x86/hp_accel.c
6047
6048 LIVE PATCHING
6049 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6050 M:      Seth Jennings <sjenning@redhat.com>
6051 M:      Jiri Kosina <jkosina@suse.cz>
6052 M:      Vojtech Pavlik <vojtech@suse.cz>
6053 S:      Maintained
6054 F:      kernel/livepatch/
6055 F:      include/linux/livepatch.h
6056 F:      arch/x86/include/asm/livepatch.h
6057 F:      arch/x86/kernel/livepatch.c
6058 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6059 F:      samples/livepatch/
6060 L:      live-patching@vger.kernel.org
6061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6062
6063 LLC (802.2)
6064 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6065 S:      Maintained
6066 F:      include/linux/llc.h
6067 F:      include/uapi/linux/llc.h
6068 F:      include/net/llc*
6069 F:      net/llc/
6070
6071 LM73 HARDWARE MONITOR DRIVER
6072 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6073 L:      lm-sensors@lm-sensors.org
6074 S:      Maintained
6075 F:      drivers/hwmon/lm73.c
6076
6077 LM78 HARDWARE MONITOR DRIVER
6078 M:      Jean Delvare <jdelvare@suse.de>
6079 L:      lm-sensors@lm-sensors.org
6080 S:      Maintained
6081 F:      Documentation/hwmon/lm78
6082 F:      drivers/hwmon/lm78.c
6083
6084 LM83 HARDWARE MONITOR DRIVER
6085 M:      Jean Delvare <jdelvare@suse.de>
6086 L:      lm-sensors@lm-sensors.org
6087 S:      Maintained
6088 F:      Documentation/hwmon/lm83
6089 F:      drivers/hwmon/lm83.c
6090
6091 LM90 HARDWARE MONITOR DRIVER
6092 M:      Jean Delvare <jdelvare@suse.de>
6093 L:      lm-sensors@lm-sensors.org
6094 S:      Maintained
6095 F:      Documentation/hwmon/lm90
6096 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6097 F:      drivers/hwmon/lm90.c
6098
6099 LM95234 HARDWARE MONITOR DRIVER
6100 M:      Guenter Roeck <linux@roeck-us.net>
6101 L:      lm-sensors@lm-sensors.org
6102 S:      Maintained
6103 F:      Documentation/hwmon/lm95234
6104 F:      drivers/hwmon/lm95234.c
6105
6106 LME2510 MEDIA DRIVER
6107 M:      Malcolm Priestley <tvboxspy@gmail.com>
6108 L:      linux-media@vger.kernel.org
6109 W:      http://linuxtv.org/
6110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6111 S:      Maintained
6112 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6113
6114 LOCKDEP AND LOCKSTAT
6115 M:      Peter Zijlstra <peterz@infradead.org>
6116 M:      Ingo Molnar <mingo@redhat.com>
6117 L:      linux-kernel@vger.kernel.org
6118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6119 S:      Maintained
6120 F:      Documentation/locking/lockdep*.txt
6121 F:      Documentation/locking/lockstat.txt
6122 F:      include/linux/lockdep.h
6123 F:      kernel/locking/
6124
6125 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6126 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6127 L:      linux-ntfs-dev@lists.sourceforge.net
6128 W:      http://www.linux-ntfs.org/content/view/19/37/
6129 S:      Maintained
6130 F:      Documentation/ldm.txt
6131 F:      block/partitions/ldm.*
6132
6133 LogFS
6134 M:      Joern Engel <joern@logfs.org>
6135 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6136 L:      logfs@logfs.org
6137 W:      logfs.org
6138 S:      Maintained
6139 F:      fs/logfs/
6140
6141 LPC32XX MACHINE SUPPORT
6142 M:      Roland Stigge <stigge@antcom.de>
6143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6144 S:      Maintained
6145 F:      arch/arm/mach-lpc32xx/
6146
6147 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6148 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6149 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6150 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6151 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6152 L:      MPT-FusionLinux.pdl@avagotech.com
6153 L:      linux-scsi@vger.kernel.org
6154 W:      http://www.lsilogic.com/support
6155 S:      Supported
6156 F:      drivers/message/fusion/
6157 F:      drivers/scsi/mpt2sas/
6158 F:      drivers/scsi/mpt3sas/
6159
6160 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6161 M:      Matthew Wilcox <matthew@wil.cx>
6162 L:      linux-scsi@vger.kernel.org
6163 S:      Maintained
6164 F:      drivers/scsi/sym53c8xx_2/
6165
6166 LTC4261 HARDWARE MONITOR DRIVER
6167 M:      Guenter Roeck <linux@roeck-us.net>
6168 L:      lm-sensors@lm-sensors.org
6169 S:      Maintained
6170 F:      Documentation/hwmon/ltc4261
6171 F:      drivers/hwmon/ltc4261.c
6172
6173 LTP (Linux Test Project)
6174 M:      Mike Frysinger <vapier@gentoo.org>
6175 M:      Cyril Hrubis <chrubis@suse.cz>
6176 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6177 M:      Jan Stancek <jstancek@redhat.com>
6178 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6179 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6180 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6181 W:      http://linux-test-project.github.io/
6182 T:      git git://github.com/linux-test-project/ltp.git
6183 S:      Maintained
6184
6185 M32R ARCHITECTURE
6186 W:      http://www.linux-m32r.org/
6187 S:      Orphan
6188 F:      arch/m32r/
6189
6190 M68K ARCHITECTURE
6191 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6192 L:      linux-m68k@lists.linux-m68k.org
6193 W:      http://www.linux-m68k.org/
6194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6195 S:      Maintained
6196 F:      arch/m68k/
6197 F:      drivers/zorro/
6198
6199 M68K ON APPLE MACINTOSH
6200 M:      Joshua Thompson <funaho@jurai.org>
6201 W:      http://www.mac.linux-m68k.org/
6202 L:      linux-m68k@lists.linux-m68k.org
6203 S:      Maintained
6204 F:      arch/m68k/mac/
6205
6206 M68K ON HP9000/300
6207 M:      Philip Blundell <philb@gnu.org>
6208 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6209 S:      Maintained
6210 F:      arch/m68k/hp300/
6211
6212 M88DS3103 MEDIA DRIVER
6213 M:      Antti Palosaari <crope@iki.fi>
6214 L:      linux-media@vger.kernel.org
6215 W:      http://linuxtv.org/
6216 W:      http://palosaari.fi/linux/
6217 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6218 T:      git git://linuxtv.org/anttip/media_tree.git
6219 S:      Maintained
6220 F:      drivers/media/dvb-frontends/m88ds3103*
6221
6222 M88RS2000 MEDIA DRIVER
6223 M:      Malcolm Priestley <tvboxspy@gmail.com>
6224 L:      linux-media@vger.kernel.org
6225 W:      http://linuxtv.org/
6226 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6227 S:      Maintained
6228 F:      drivers/media/dvb-frontends/m88rs2000*
6229
6230 MA901 MASTERKIT USB FM RADIO DRIVER
6231 M:      Alexey Klimov <klimov.linux@gmail.com>
6232 L:      linux-media@vger.kernel.org
6233 T:      git git://linuxtv.org/media_tree.git
6234 S:      Maintained
6235 F:      drivers/media/radio/radio-ma901.c
6236
6237 MAC80211
6238 M:      Johannes Berg <johannes@sipsolutions.net>
6239 L:      linux-wireless@vger.kernel.org
6240 W:      http://wireless.kernel.org/
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6243 S:      Maintained
6244 F:      Documentation/networking/mac80211-injection.txt
6245 F:      include/net/mac80211.h
6246 F:      net/mac80211/
6247
6248 MACVLAN DRIVER
6249 M:      Patrick McHardy <kaber@trash.net>
6250 L:      netdev@vger.kernel.org
6251 S:      Maintained
6252 F:      drivers/net/macvlan.c
6253 F:      include/linux/if_macvlan.h
6254
6255 MAILBOX API
6256 M:      Jassi Brar <jassisinghbrar@gmail.com>
6257 L:      linux-kernel@vger.kernel.org
6258 S:      Maintained
6259 F:      drivers/mailbox/
6260 F:      include/linux/mailbox_client.h
6261 F:      include/linux/mailbox_controller.h
6262
6263 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6264 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6265 W:      http://www.kernel.org/doc/man-pages
6266 L:      linux-man@vger.kernel.org
6267 S:      Maintained
6268
6269 MARVELL ARMADA DRM SUPPORT
6270 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6271 S:      Maintained
6272 F:      drivers/gpu/drm/armada/
6273
6274 MARVELL 88E6352 DSA support
6275 M:      Guenter Roeck <linux@roeck-us.net>
6276 S:      Maintained
6277 F:      drivers/net/dsa/mv88e6352.c
6278
6279 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6280 M:      Mirko Lindner <mlindner@marvell.com>
6281 M:      Stephen Hemminger <stephen@networkplumber.org>
6282 L:      netdev@vger.kernel.org
6283 S:      Maintained
6284 F:      drivers/net/ethernet/marvell/sk*
6285
6286 MARVELL LIBERTAS WIRELESS DRIVER
6287 L:      libertas-dev@lists.infradead.org
6288 S:      Orphan
6289 F:      drivers/net/wireless/libertas/
6290
6291 MARVELL MV643XX ETHERNET DRIVER
6292 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6293 L:      netdev@vger.kernel.org
6294 S:      Maintained
6295 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6296 F:      include/linux/mv643xx.h
6297
6298 MARVELL MVNETA ETHERNET DRIVER
6299 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6300 L:      netdev@vger.kernel.org
6301 S:      Maintained
6302 F:      drivers/net/ethernet/marvell/mvneta.*
6303
6304 MARVELL MWIFIEX WIRELESS DRIVER
6305 M:      Amitkumar Karwar <akarwar@marvell.com>
6306 M:      Avinash Patil <patila@marvell.com>
6307 L:      linux-wireless@vger.kernel.org
6308 S:      Maintained
6309 F:      drivers/net/wireless/mwifiex/
6310
6311 MARVELL MWL8K WIRELESS DRIVER
6312 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6313 L:      linux-wireless@vger.kernel.org
6314 S:      Odd Fixes
6315 F:      drivers/net/wireless/mwl8k.c
6316
6317 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6318 M:      Nicolas Pitre <nico@fluxnic.net>
6319 S:      Odd Fixes
6320 F:      drivers/mmc/host/mvsdio.*
6321
6322 MATROX FRAMEBUFFER DRIVER
6323 L:      linux-fbdev@vger.kernel.org
6324 S:      Orphan
6325 F:      drivers/video/fbdev/matrox/matroxfb_*
6326 F:      include/uapi/linux/matroxfb.h
6327
6328 MAX16065 HARDWARE MONITOR DRIVER
6329 M:      Guenter Roeck <linux@roeck-us.net>
6330 L:      lm-sensors@lm-sensors.org
6331 S:      Maintained
6332 F:      Documentation/hwmon/max16065
6333 F:      drivers/hwmon/max16065.c
6334
6335 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6336 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6337 L:      lm-sensors@lm-sensors.org
6338 S:      Maintained
6339 F:      Documentation/hwmon/max6650
6340 F:      drivers/hwmon/max6650.c
6341
6342 MAX6697 HARDWARE MONITOR DRIVER
6343 M:      Guenter Roeck <linux@roeck-us.net>
6344 L:      lm-sensors@lm-sensors.org
6345 S:      Maintained
6346 F:      Documentation/hwmon/max6697
6347 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6348 F:      drivers/hwmon/max6697.c
6349 F:      include/linux/platform_data/max6697.h
6350
6351 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6352 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6353 L:      linux-pm@vger.kernel.org
6354 S:      Supported
6355 F:      drivers/power/max14577_charger.c
6356 F:      drivers/power/max77693_charger.c
6357
6358 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6359 M:      Chanwoo Choi <cw00.choi@samsung.com>
6360 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6361 L:      linux-kernel@vger.kernel.org
6362 S:      Supported
6363 F:      drivers/*/max14577.c
6364 F:      drivers/*/max77686.c
6365 F:      drivers/*/max77693.c
6366 F:      drivers/extcon/extcon-max14577.c
6367 F:      drivers/extcon/extcon-max77693.c
6368 F:      drivers/rtc/rtc-max77686.c
6369 F:      drivers/clk/clk-max77686.c
6370 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6371 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6372 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6373 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6374 F:      include/linux/mfd/max14577*.h
6375 F:      include/linux/mfd/max77686*.h
6376 F:      include/linux/mfd/max77693*.h
6377
6378 MAXIRADIO FM RADIO RECEIVER DRIVER
6379 M:      Hans Verkuil <hverkuil@xs4all.nl>
6380 L:      linux-media@vger.kernel.org
6381 T:      git git://linuxtv.org/media_tree.git
6382 W:      http://linuxtv.org
6383 S:      Maintained
6384 F:      drivers/media/radio/radio-maxiradio*
6385
6386 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6387 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6388 P:      LinuxTV.org Project
6389 L:      linux-media@vger.kernel.org
6390 W:      http://linuxtv.org
6391 Q:      http://patchwork.kernel.org/project/linux-media/list/
6392 T:      git git://linuxtv.org/media_tree.git
6393 S:      Maintained
6394 F:      Documentation/dvb/
6395 F:      Documentation/video4linux/
6396 F:      Documentation/DocBook/media/
6397 F:      drivers/media/
6398 F:      drivers/staging/media/
6399 F:      include/media/
6400 F:      include/uapi/linux/dvb/
6401 F:      include/uapi/linux/videodev2.h
6402 F:      include/uapi/linux/media.h
6403 F:      include/uapi/linux/v4l2-*
6404 F:      include/uapi/linux/meye.h
6405 F:      include/uapi/linux/ivtv*
6406 F:      include/uapi/linux/uvcvideo.h
6407
6408 MEGARAID SCSI/SAS DRIVERS
6409 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6410 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6411 M:      Uday Lingala <uday.lingala@avagotech.com>
6412 L:      megaraidlinux.pdl@avagotech.com
6413 L:      linux-scsi@vger.kernel.org
6414 W:      http://www.lsi.com
6415 S:      Maintained
6416 F:      Documentation/scsi/megaraid.txt
6417 F:      drivers/scsi/megaraid.*
6418 F:      drivers/scsi/megaraid/
6419
6420 MELLANOX ETHERNET DRIVER (mlx4_en)
6421 M:      Amir Vadai <amirv@mellanox.com>
6422 M:      Ido Shamay <idos@mellanox.com>
6423 L:      netdev@vger.kernel.org
6424 S:      Supported
6425 W:      http://www.mellanox.com
6426 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6427 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6428
6429 MEMORY MANAGEMENT
6430 L:      linux-mm@kvack.org
6431 W:      http://www.linux-mm.org
6432 S:      Maintained
6433 F:      include/linux/mm.h
6434 F:      include/linux/gfp.h
6435 F:      include/linux/mmzone.h
6436 F:      include/linux/memory_hotplug.h
6437 F:      include/linux/vmalloc.h
6438 F:      mm/
6439
6440 MEMORY TECHNOLOGY DEVICES (MTD)
6441 M:      David Woodhouse <dwmw2@infradead.org>
6442 M:      Brian Norris <computersforpeace@gmail.com>
6443 L:      linux-mtd@lists.infradead.org
6444 W:      http://www.linux-mtd.infradead.org/
6445 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6446 T:      git git://git.infradead.org/linux-mtd.git
6447 T:      git git://git.infradead.org/l2-mtd.git
6448 S:      Maintained
6449 F:      drivers/mtd/
6450 F:      include/linux/mtd/
6451 F:      include/uapi/mtd/
6452
6453 MEN A21 WATCHDOG DRIVER
6454 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6455 L:      linux-watchdog@vger.kernel.org
6456 S:      Supported
6457 F:      drivers/watchdog/mena21_wdt.c
6458
6459 MEN CHAMELEON BUS (mcb)
6460 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6461 S:      Supported
6462 F:      drivers/mcb/
6463 F:      include/linux/mcb.h
6464
6465 MEN F21BMC (Board Management Controller)
6466 M:      Andreas Werner <andreas.werner@men.de>
6467 S:      Supported
6468 F:      drivers/mfd/menf21bmc.c
6469 F:      drivers/watchdog/menf21bmc_wdt.c
6470 F:      drivers/leds/leds-menf21bmc.c
6471 F:      drivers/hwmon/menf21bmc_hwmon.c
6472 F:      Documentation/hwmon/menf21bmc
6473
6474 METAG ARCHITECTURE
6475 M:      James Hogan <james.hogan@imgtec.com>
6476 L:      linux-metag@vger.kernel.org
6477 S:      Supported
6478 F:      arch/metag/
6479 F:      Documentation/metag/
6480 F:      Documentation/devicetree/bindings/metag/
6481 F:      drivers/clocksource/metag_generic.c
6482 F:      drivers/irqchip/irq-metag.c
6483 F:      drivers/irqchip/irq-metag-ext.c
6484 F:      drivers/tty/metag_da.c
6485
6486 MICROBLAZE ARCHITECTURE
6487 M:      Michal Simek <monstr@monstr.eu>
6488 W:      http://www.monstr.eu/fdt/
6489 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6490 S:      Supported
6491 F:      arch/microblaze/
6492
6493 MICROTEK X6 SCANNER
6494 M:      Oliver Neukum <oliver@neukum.org>
6495 S:      Maintained
6496 F:      drivers/usb/image/microtek.*
6497
6498 MIPS
6499 M:      Ralf Baechle <ralf@linux-mips.org>
6500 L:      linux-mips@linux-mips.org
6501 W:      http://www.linux-mips.org/
6502 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6503 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6504 S:      Supported
6505 F:      Documentation/mips/
6506 F:      arch/mips/
6507
6508 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6509 M:      Hans Verkuil <hverkuil@xs4all.nl>
6510 L:      linux-media@vger.kernel.org
6511 T:      git git://linuxtv.org/media_tree.git
6512 W:      http://linuxtv.org
6513 S:      Odd Fixes
6514 F:      drivers/media/radio/radio-miropcm20*
6515
6516 Mellanox MLX5 core VPI driver
6517 M:      Eli Cohen <eli@mellanox.com>
6518 L:      netdev@vger.kernel.org
6519 L:      linux-rdma@vger.kernel.org
6520 W:      http://www.mellanox.com
6521 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6522 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6523 T:      git git://openfabrics.org/~eli/connect-ib.git
6524 S:      Supported
6525 F:      drivers/net/ethernet/mellanox/mlx5/core/
6526 F:      include/linux/mlx5/
6527
6528 Mellanox MLX5 IB driver
6529 M:      Eli Cohen <eli@mellanox.com>
6530 L:      linux-rdma@vger.kernel.org
6531 W:      http://www.mellanox.com
6532 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6533 T:      git git://openfabrics.org/~eli/connect-ib.git
6534 S:      Supported
6535 F:      include/linux/mlx5/
6536 F:      drivers/infiniband/hw/mlx5/
6537
6538 MN88472 MEDIA DRIVER
6539 M:      Antti Palosaari <crope@iki.fi>
6540 L:      linux-media@vger.kernel.org
6541 W:      http://linuxtv.org/
6542 W:      http://palosaari.fi/linux/
6543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6544 T:      git git://linuxtv.org/anttip/media_tree.git
6545 S:      Maintained
6546 F:      drivers/staging/media/mn88472/
6547 F:      drivers/media/dvb-frontends/mn88472.h
6548
6549 MN88473 MEDIA DRIVER
6550 M:      Antti Palosaari <crope@iki.fi>
6551 L:      linux-media@vger.kernel.org
6552 W:      http://linuxtv.org/
6553 W:      http://palosaari.fi/linux/
6554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6555 T:      git git://linuxtv.org/anttip/media_tree.git
6556 S:      Maintained
6557 F:      drivers/staging/media/mn88473/
6558 F:      drivers/media/dvb-frontends/mn88473.h
6559
6560 MODULE SUPPORT
6561 M:      Rusty Russell <rusty@rustcorp.com.au>
6562 S:      Maintained
6563 F:      include/linux/module.h
6564 F:      kernel/module.c
6565
6566 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6567 W:      http://popies.net/meye/
6568 S:      Orphan
6569 F:      Documentation/video4linux/meye.txt
6570 F:      drivers/media/pci/meye/
6571 F:      include/uapi/linux/meye.h
6572
6573 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6574 M:      Jiri Slaby <jirislaby@gmail.com>
6575 S:      Maintained
6576 F:      Documentation/serial/moxa-smartio
6577 F:      drivers/tty/mxser.*
6578
6579 MR800 AVERMEDIA USB FM RADIO DRIVER
6580 M:      Alexey Klimov <klimov.linux@gmail.com>
6581 L:      linux-media@vger.kernel.org
6582 T:      git git://linuxtv.org/media_tree.git
6583 S:      Maintained
6584 F:      drivers/media/radio/radio-mr800.c
6585
6586 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6587 M:      Alan Ott <alan@signal11.us>
6588 L:      linux-wpan@vger.kernel.org
6589 S:      Maintained
6590 F:      drivers/net/ieee802154/mrf24j40.c
6591
6592 MSI LAPTOP SUPPORT
6593 M:      "Lee, Chun-Yi" <jlee@suse.com>
6594 L:      platform-driver-x86@vger.kernel.org
6595 S:      Maintained
6596 F:      drivers/platform/x86/msi-laptop.c
6597
6598 MSI WMI SUPPORT
6599 M:      Anisse Astier <anisse@astier.eu>
6600 L:      platform-driver-x86@vger.kernel.org
6601 S:      Supported
6602 F:      drivers/platform/x86/msi-wmi.c
6603
6604 MSI001 MEDIA DRIVER
6605 M:      Antti Palosaari <crope@iki.fi>
6606 L:      linux-media@vger.kernel.org
6607 W:      http://linuxtv.org/
6608 W:      http://palosaari.fi/linux/
6609 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6610 T:      git git://linuxtv.org/anttip/media_tree.git
6611 S:      Maintained
6612 F:      drivers/media/tuners/msi001*
6613
6614 MSI2500 MEDIA DRIVER
6615 M:      Antti Palosaari <crope@iki.fi>
6616 L:      linux-media@vger.kernel.org
6617 W:      http://linuxtv.org/
6618 W:      http://palosaari.fi/linux/
6619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6620 T:      git git://linuxtv.org/anttip/media_tree.git
6621 S:      Maintained
6622 F:      drivers/media/usb/msi2500/
6623
6624 MT9M032 APTINA SENSOR DRIVER
6625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6626 L:      linux-media@vger.kernel.org
6627 T:      git git://linuxtv.org/media_tree.git
6628 S:      Maintained
6629 F:      drivers/media/i2c/mt9m032.c
6630 F:      include/media/mt9m032.h
6631
6632 MT9P031 APTINA CAMERA SENSOR
6633 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6634 L:      linux-media@vger.kernel.org
6635 T:      git git://linuxtv.org/media_tree.git
6636 S:      Maintained
6637 F:      drivers/media/i2c/mt9p031.c
6638 F:      include/media/mt9p031.h
6639
6640 MT9T001 APTINA CAMERA SENSOR
6641 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6642 L:      linux-media@vger.kernel.org
6643 T:      git git://linuxtv.org/media_tree.git
6644 S:      Maintained
6645 F:      drivers/media/i2c/mt9t001.c
6646 F:      include/media/mt9t001.h
6647
6648 MT9V032 APTINA CAMERA SENSOR
6649 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6650 L:      linux-media@vger.kernel.org
6651 T:      git git://linuxtv.org/media_tree.git
6652 S:      Maintained
6653 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6654 F:      drivers/media/i2c/mt9v032.c
6655 F:      include/media/mt9v032.h
6656
6657 MULTIFUNCTION DEVICES (MFD)
6658 M:      Samuel Ortiz <sameo@linux.intel.com>
6659 M:      Lee Jones <lee.jones@linaro.org>
6660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6661 S:      Supported
6662 F:      drivers/mfd/
6663 F:      include/linux/mfd/
6664
6665 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6666 M:      Ulf Hansson <ulf.hansson@linaro.org>
6667 L:      linux-mmc@vger.kernel.org
6668 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6669 S:      Maintained
6670 F:      drivers/mmc/
6671 F:      include/linux/mmc/
6672 F:      include/uapi/linux/mmc/
6673
6674 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6675 S:      Orphan
6676 F:      drivers/mmc/host/mmc_spi.c
6677 F:      include/linux/spi/mmc_spi.h
6678
6679 MULTISOUND SOUND DRIVER
6680 M:      Andrew Veliath <andrewtv@usa.net>
6681 S:      Maintained
6682 F:      Documentation/sound/oss/MultiSound
6683 F:      sound/oss/msnd*
6684
6685 MULTITECH MULTIPORT CARD (ISICOM)
6686 S:      Orphan
6687 F:      drivers/tty/isicom.c
6688 F:      include/linux/isicom.h
6689
6690 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6691 M:      Felipe Balbi <balbi@ti.com>
6692 L:      linux-usb@vger.kernel.org
6693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6694 S:      Maintained
6695 F:      drivers/usb/musb/
6696
6697 MXL5007T MEDIA DRIVER
6698 M:      Michael Krufky <mkrufky@linuxtv.org>
6699 L:      linux-media@vger.kernel.org
6700 W:      http://linuxtv.org/
6701 W:      http://github.com/mkrufky
6702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6703 T:      git git://linuxtv.org/mkrufky/tuners.git
6704 S:      Maintained
6705 F:      drivers/media/tuners/mxl5007t.*
6706
6707 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6708 M:      Hyong-Youb Kim <hykim@myri.com>
6709 L:      netdev@vger.kernel.org
6710 W:      https://www.myricom.com/support/downloads/myri10ge.html
6711 S:      Supported
6712 F:      drivers/net/ethernet/myricom/myri10ge/
6713
6714 NATSEMI ETHERNET DRIVER (DP8381x)
6715 S:      Orphan
6716 F:      drivers/net/ethernet/natsemi/natsemi.c
6717
6718 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6719 M:      Daniel Mack <zonque@gmail.com>
6720 S:      Maintained
6721 L:      alsa-devel@alsa-project.org
6722 W:      http://www.native-instruments.com
6723 F:      sound/usb/caiaq/
6724
6725 NCP FILESYSTEM
6726 M:      Petr Vandrovec <petr@vandrovec.name>
6727 S:      Odd Fixes
6728 F:      fs/ncpfs/
6729
6730 NCR 5380 SCSI DRIVERS
6731 M:      Finn Thain <fthain@telegraphics.com.au>
6732 M:      Michael Schmitz <schmitzmic@gmail.com>
6733 L:      linux-scsi@vger.kernel.org
6734 S:      Maintained
6735 F:      Documentation/scsi/g_NCR5380.txt
6736 F:      drivers/scsi/NCR5380.*
6737 F:      drivers/scsi/arm/cumana_1.c
6738 F:      drivers/scsi/arm/oak.c
6739 F:      drivers/scsi/atari_NCR5380.c
6740 F:      drivers/scsi/atari_scsi.*
6741 F:      drivers/scsi/dmx3191d.c
6742 F:      drivers/scsi/dtc.*
6743 F:      drivers/scsi/g_NCR5380.*
6744 F:      drivers/scsi/g_NCR5380_mmio.c
6745 F:      drivers/scsi/mac_scsi.*
6746 F:      drivers/scsi/pas16.*
6747 F:      drivers/scsi/sun3_scsi.*
6748 F:      drivers/scsi/sun3_scsi_vme.c
6749 F:      drivers/scsi/t128.*
6750
6751 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6752 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6753 L:      linux-scsi@vger.kernel.org
6754 S:      Maintained
6755 F:      drivers/scsi/NCR_D700.*
6756
6757 NCT6775 HARDWARE MONITOR DRIVER
6758 M:      Guenter Roeck <linux@roeck-us.net>
6759 L:      lm-sensors@lm-sensors.org
6760 S:      Maintained
6761 F:      Documentation/hwmon/nct6775
6762 F:      drivers/hwmon/nct6775.c
6763
6764 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6765 M:      Faisal Latif <faisal.latif@intel.com>
6766 L:      linux-rdma@vger.kernel.org
6767 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6768 S:      Supported
6769 F:      drivers/infiniband/hw/nes/
6770
6771 NETEM NETWORK EMULATOR
6772 M:      Stephen Hemminger <stephen@networkplumber.org>
6773 L:      netem@lists.linux-foundation.org
6774 S:      Maintained
6775 F:      net/sched/sch_netem.c
6776
6777 NETERION 10GbE DRIVERS (s2io/vxge)
6778 M:      Jon Mason <jdmason@kudzu.us>
6779 L:      netdev@vger.kernel.org
6780 S:      Supported
6781 F:      Documentation/networking/s2io.txt
6782 F:      Documentation/networking/vxge.txt
6783 F:      drivers/net/ethernet/neterion/
6784
6785 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6786 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6787 M:      Patrick McHardy <kaber@trash.net>
6788 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6789 L:      netfilter-devel@vger.kernel.org
6790 L:      coreteam@netfilter.org
6791 W:      http://www.netfilter.org/
6792 W:      http://www.iptables.org/
6793 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6796 S:      Supported
6797 F:      include/linux/netfilter*
6798 F:      include/linux/netfilter/
6799 F:      include/net/netfilter/
6800 F:      include/uapi/linux/netfilter*
6801 F:      include/uapi/linux/netfilter/
6802 F:      net/*/netfilter.c
6803 F:      net/*/netfilter/
6804 F:      net/netfilter/
6805
6806 NETLABEL
6807 M:      Paul Moore <paul@paul-moore.com>
6808 W:      http://netlabel.sf.net
6809 L:      netdev@vger.kernel.org
6810 S:      Maintained
6811 F:      Documentation/netlabel/
6812 F:      include/net/netlabel.h
6813 F:      net/netlabel/
6814
6815 NETROM NETWORK LAYER
6816 M:      Ralf Baechle <ralf@linux-mips.org>
6817 L:      linux-hams@vger.kernel.org
6818 W:      http://www.linux-ax25.org/
6819 S:      Maintained
6820 F:      include/net/netrom.h
6821 F:      include/uapi/linux/netrom.h
6822 F:      net/netrom/
6823
6824 NETWORK BLOCK DEVICE (NBD)
6825 M:      Markus Pargmann <mpa@pengutronix.de>
6826 S:      Maintained
6827 L:      nbd-general@lists.sourceforge.net
6828 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6829 F:      Documentation/blockdev/nbd.txt
6830 F:      drivers/block/nbd.c
6831 F:      include/linux/nbd.h
6832 F:      include/uapi/linux/nbd.h
6833
6834 NETWORK DROP MONITOR
6835 M:      Neil Horman <nhorman@tuxdriver.com>
6836 L:      netdev@vger.kernel.org
6837 S:      Maintained
6838 W:      https://fedorahosted.org/dropwatch/
6839 F:      net/core/drop_monitor.c
6840
6841 NETWORKING [GENERAL]
6842 M:      "David S. Miller" <davem@davemloft.net>
6843 L:      netdev@vger.kernel.org
6844 W:      http://www.linuxfoundation.org/en/Net
6845 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6848 S:      Maintained
6849 F:      net/
6850 F:      include/net/
6851 F:      include/linux/in.h
6852 F:      include/linux/net.h
6853 F:      include/linux/netdevice.h
6854 F:      include/uapi/linux/in.h
6855 F:      include/uapi/linux/net.h
6856 F:      include/uapi/linux/netdevice.h
6857 F:      include/uapi/linux/net_namespace.h
6858 F:      tools/net/
6859 F:      tools/testing/selftests/net/
6860 F:      lib/random32.c
6861 F:      lib/test_bpf.c
6862
6863 NETWORKING [IPv4/IPv6]
6864 M:      "David S. Miller" <davem@davemloft.net>
6865 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6866 M:      James Morris <jmorris@namei.org>
6867 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6868 M:      Patrick McHardy <kaber@trash.net>
6869 L:      netdev@vger.kernel.org
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6871 S:      Maintained
6872 F:      net/ipv4/
6873 F:      net/ipv6/
6874 F:      include/net/ip*
6875 F:      arch/x86/net/*
6876
6877 NETWORKING [IPSEC]
6878 M:      Steffen Klassert <steffen.klassert@secunet.com>
6879 M:      Herbert Xu <herbert@gondor.apana.org.au>
6880 M:      "David S. Miller" <davem@davemloft.net>
6881 L:      netdev@vger.kernel.org
6882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6884 S:      Maintained
6885 F:      net/core/flow.c
6886 F:      net/xfrm/
6887 F:      net/key/
6888 F:      net/ipv4/xfrm*
6889 F:      net/ipv4/esp4.c
6890 F:      net/ipv4/ah4.c
6891 F:      net/ipv4/ipcomp.c
6892 F:      net/ipv4/ip_vti.c
6893 F:      net/ipv6/xfrm*
6894 F:      net/ipv6/esp6.c
6895 F:      net/ipv6/ah6.c
6896 F:      net/ipv6/ipcomp6.c
6897 F:      net/ipv6/ip6_vti.c
6898 F:      include/uapi/linux/xfrm.h
6899 F:      include/net/xfrm.h
6900
6901 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6902 M:      Paul Moore <paul@paul-moore.com>
6903 L:      netdev@vger.kernel.org
6904 S:      Maintained
6905
6906 NETWORKING [WIRELESS]
6907 L:      linux-wireless@vger.kernel.org
6908 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6909
6910 NETWORKING DRIVERS
6911 L:      netdev@vger.kernel.org
6912 W:      http://www.linuxfoundation.org/en/Net
6913 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6916 S:      Odd Fixes
6917 F:      drivers/net/
6918 F:      include/linux/if_*
6919 F:      include/linux/netdevice.h
6920 F:      include/linux/arcdevice.h
6921 F:      include/linux/etherdevice.h
6922 F:      include/linux/fcdevice.h
6923 F:      include/linux/fddidevice.h
6924 F:      include/linux/hippidevice.h
6925 F:      include/linux/inetdevice.h
6926 F:      include/uapi/linux/if_*
6927 F:      include/uapi/linux/netdevice.h
6928
6929 NETWORKING DRIVERS (WIRELESS)
6930 M:      Kalle Valo <kvalo@codeaurora.org>
6931 L:      linux-wireless@vger.kernel.org
6932 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6934 S:      Maintained
6935 F:      drivers/net/wireless/
6936
6937 NETXEN (1/10) GbE SUPPORT
6938 M:      Manish Chopra <manish.chopra@qlogic.com>
6939 M:      Sony Chacko <sony.chacko@qlogic.com>
6940 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6941 L:      netdev@vger.kernel.org
6942 W:      http://www.qlogic.com
6943 S:      Supported
6944 F:      drivers/net/ethernet/qlogic/netxen/
6945
6946 NFC SUBSYSTEM
6947 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6948 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6949 M:      Samuel Ortiz <sameo@linux.intel.com>
6950 L:      linux-wireless@vger.kernel.org
6951 L:      linux-nfc@lists.01.org (subscribers-only)
6952 S:      Supported
6953 F:      net/nfc/
6954 F:      include/net/nfc/
6955 F:      include/uapi/linux/nfc.h
6956 F:      drivers/nfc/
6957 F:      include/linux/platform_data/pn544.h
6958 F:      Documentation/devicetree/bindings/net/nfc/
6959
6960 NFS, SUNRPC, AND LOCKD CLIENTS
6961 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6962 M:      Anna Schumaker <anna.schumaker@netapp.com>
6963 L:      linux-nfs@vger.kernel.org
6964 W:      http://client.linux-nfs.org
6965 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6966 S:      Maintained
6967 F:      fs/lockd/
6968 F:      fs/nfs/
6969 F:      fs/nfs_common/
6970 F:      net/sunrpc/
6971 F:      include/linux/lockd/
6972 F:      include/linux/nfs*
6973 F:      include/linux/sunrpc/
6974 F:      include/uapi/linux/nfs*
6975 F:      include/uapi/linux/sunrpc/
6976
6977 NILFS2 FILESYSTEM
6978 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6979 L:      linux-nilfs@vger.kernel.org
6980 W:      http://nilfs.sourceforge.net/
6981 T:      git git://github.com/konis/nilfs2.git
6982 S:      Supported
6983 F:      Documentation/filesystems/nilfs2.txt
6984 F:      fs/nilfs2/
6985 F:      include/linux/nilfs2_fs.h
6986
6987 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6988 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6989 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6990 S:      Maintained
6991 F:      Documentation/scsi/NinjaSCSI.txt
6992 F:      drivers/scsi/pcmcia/nsp_*
6993
6994 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6995 M:      GOTO Masanori <gotom@debian.or.jp>
6996 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6997 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6998 S:      Maintained
6999 F:      Documentation/scsi/NinjaSCSI.txt
7000 F:      drivers/scsi/nsp32*
7001
7002 NIOS2 ARCHITECTURE
7003 M:      Ley Foon Tan <lftan@altera.com>
7004 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7005 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7006 S:      Maintained
7007 F:      arch/nios2/
7008
7009 NOKIA N900 POWER SUPPLY DRIVERS
7010 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7011 S:      Maintained
7012 F:      include/linux/power/bq2415x_charger.h
7013 F:      include/linux/power/bq27x00_battery.h
7014 F:      include/linux/power/isp1704_charger.h
7015 F:      drivers/power/bq2415x_charger.c
7016 F:      drivers/power/bq27x00_battery.c
7017 F:      drivers/power/isp1704_charger.c
7018 F:      drivers/power/rx51_battery.c
7019
7020 NTB DRIVER
7021 M:      Jon Mason <jdmason@kudzu.us>
7022 M:      Dave Jiang <dave.jiang@intel.com>
7023 S:      Supported
7024 W:      https://github.com/jonmason/ntb/wiki
7025 T:      git git://github.com/jonmason/ntb.git
7026 F:      drivers/ntb/
7027 F:      drivers/net/ntb_netdev.c
7028 F:      include/linux/ntb.h
7029
7030 NTFS FILESYSTEM
7031 M:      Anton Altaparmakov <anton@tuxera.com>
7032 L:      linux-ntfs-dev@lists.sourceforge.net
7033 W:      http://www.tuxera.com/
7034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7035 S:      Supported
7036 F:      Documentation/filesystems/ntfs.txt
7037 F:      fs/ntfs/
7038
7039 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7040 M:      Antonino Daplas <adaplas@gmail.com>
7041 L:      linux-fbdev@vger.kernel.org
7042 S:      Maintained
7043 F:      drivers/video/fbdev/riva/
7044 F:      drivers/video/fbdev/nvidia/
7045
7046 NVM EXPRESS DRIVER
7047 M:      Matthew Wilcox <willy@linux.intel.com>
7048 L:      linux-nvme@lists.infradead.org
7049 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7050 S:      Supported
7051 F:      drivers/block/nvme*
7052 F:      include/linux/nvme.h
7053
7054 NXP-NCI NFC DRIVER
7055 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7056 R:      Charles Gorand <charles.gorand@effinnov.com>
7057 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7058 S:      Supported
7059 F:      drivers/nfc/nxp-nci
7060
7061 NXP TDA998X DRM DRIVER
7062 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7063 S:      Supported
7064 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7065 F:      include/drm/i2c/tda998x.h
7066
7067 NXP TFA9879 DRIVER
7068 M:      Peter Rosin <peda@axentia.se>
7069 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7070 S:      Maintained
7071 F:      sound/soc/codecs/tfa9879*
7072
7073 OMAP SUPPORT
7074 M:      Tony Lindgren <tony@atomide.com>
7075 L:      linux-omap@vger.kernel.org
7076 W:      http://www.muru.com/linux/omap/
7077 W:      http://linux.omap.com/
7078 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7080 S:      Maintained
7081 F:      arch/arm/*omap*/
7082 F:      arch/arm/configs/omap1_defconfig
7083 F:      arch/arm/configs/omap2plus_defconfig
7084 F:      drivers/i2c/busses/i2c-omap.c
7085 F:      drivers/irqchip/irq-omap-intc.c
7086 F:      drivers/mfd/*omap*.c
7087 F:      drivers/mfd/menelaus.c
7088 F:      drivers/mfd/palmas.c
7089 F:      drivers/mfd/tps65217.c
7090 F:      drivers/mfd/tps65218.c
7091 F:      drivers/mfd/tps65910.c
7092 F:      drivers/mfd/twl-core.[ch]
7093 F:      drivers/mfd/twl4030*.c
7094 F:      drivers/mfd/twl6030*.c
7095 F:      drivers/mfd/twl6040*.c
7096 F:      drivers/regulator/palmas-regulator*.c
7097 F:      drivers/regulator/pbias-regulator.c
7098 F:      drivers/regulator/tps65217-regulator.c
7099 F:      drivers/regulator/tps65218-regulator.c
7100 F:      drivers/regulator/tps65910-regulator.c
7101 F:      drivers/regulator/twl-regulator.c
7102 F:      include/linux/i2c-omap.h
7103
7104 OMAP DEVICE TREE SUPPORT
7105 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7106 M:      Tony Lindgren <tony@atomide.com>
7107 L:      linux-omap@vger.kernel.org
7108 L:      devicetree@vger.kernel.org
7109 S:      Maintained
7110 F:      arch/arm/boot/dts/*omap*
7111 F:      arch/arm/boot/dts/*am3*
7112 F:      arch/arm/boot/dts/*am4*
7113 F:      arch/arm/boot/dts/*am5*
7114 F:      arch/arm/boot/dts/*dra7*
7115
7116 OMAP CLOCK FRAMEWORK SUPPORT
7117 M:      Paul Walmsley <paul@pwsan.com>
7118 L:      linux-omap@vger.kernel.org
7119 S:      Maintained
7120 F:      arch/arm/*omap*/*clock*
7121
7122 OMAP POWER MANAGEMENT SUPPORT
7123 M:      Kevin Hilman <khilman@deeprootsystems.com>
7124 L:      linux-omap@vger.kernel.org
7125 S:      Maintained
7126 F:      arch/arm/*omap*/*pm*
7127 F:      drivers/cpufreq/omap-cpufreq.c
7128
7129 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7130 M:      Rajendra Nayak <rnayak@ti.com>
7131 M:      Paul Walmsley <paul@pwsan.com>
7132 L:      linux-omap@vger.kernel.org
7133 S:      Maintained
7134 F:      arch/arm/mach-omap2/prm*
7135
7136 OMAP AUDIO SUPPORT
7137 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7138 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7139 L:      alsa-devel@alsa-project.org (subscribers-only)
7140 L:      linux-omap@vger.kernel.org
7141 S:      Maintained
7142 F:      sound/soc/omap/
7143
7144 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7145 M:      Roger Quadros <rogerq@ti.com>
7146 M:      Tony Lindgren <tony@atomide.com>
7147 L:      linux-omap@vger.kernel.org
7148 S:      Maintained
7149 F:      drivers/memory/omap-gpmc.c
7150 F:      arch/arm/mach-omap2/*gpmc*
7151
7152 OMAP FRAMEBUFFER SUPPORT
7153 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7154 L:      linux-fbdev@vger.kernel.org
7155 L:      linux-omap@vger.kernel.org
7156 S:      Maintained
7157 F:      drivers/video/fbdev/omap/
7158
7159 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7160 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7161 L:      linux-omap@vger.kernel.org
7162 L:      linux-fbdev@vger.kernel.org
7163 S:      Maintained
7164 F:      drivers/video/fbdev/omap2/
7165 F:      Documentation/arm/OMAP/DSS
7166
7167 OMAP HARDWARE SPINLOCK SUPPORT
7168 M:      Ohad Ben-Cohen <ohad@wizery.com>
7169 L:      linux-omap@vger.kernel.org
7170 S:      Maintained
7171 F:      drivers/hwspinlock/omap_hwspinlock.c
7172 F:      arch/arm/mach-omap2/hwspinlock.c
7173
7174 OMAP MMC SUPPORT
7175 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7176 L:      linux-omap@vger.kernel.org
7177 S:      Maintained
7178 F:      drivers/mmc/host/omap.c
7179
7180 OMAP HS MMC SUPPORT
7181 L:      linux-mmc@vger.kernel.org
7182 L:      linux-omap@vger.kernel.org
7183 S:      Orphan
7184 F:      drivers/mmc/host/omap_hsmmc.c
7185
7186 OMAP RANDOM NUMBER GENERATOR SUPPORT
7187 M:      Deepak Saxena <dsaxena@plexity.net>
7188 S:      Maintained
7189 F:      drivers/char/hw_random/omap-rng.c
7190
7191 OMAP HWMOD SUPPORT
7192 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7193 M:      Paul Walmsley <paul@pwsan.com>
7194 L:      linux-omap@vger.kernel.org
7195 S:      Maintained
7196 F:      arch/arm/mach-omap2/omap_hwmod.*
7197
7198 OMAP HWMOD DATA
7199 M:      Paul Walmsley <paul@pwsan.com>
7200 L:      linux-omap@vger.kernel.org
7201 S:      Maintained
7202 F:      arch/arm/mach-omap2/omap_hwmod*data*
7203
7204 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7205 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7206 L:      linux-omap@vger.kernel.org
7207 S:      Maintained
7208 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7209
7210 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7211 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7212 L:      linux-media@vger.kernel.org
7213 S:      Maintained
7214 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7215 F:      drivers/media/platform/omap3isp/
7216 F:      drivers/staging/media/omap4iss/
7217
7218 OMAP USB SUPPORT
7219 M:      Felipe Balbi <balbi@ti.com>
7220 L:      linux-usb@vger.kernel.org
7221 L:      linux-omap@vger.kernel.org
7222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7223 S:      Maintained
7224 F:      drivers/usb/*/*omap*
7225 F:      arch/arm/*omap*/usb*
7226
7227 OMAP GPIO DRIVER
7228 M:      Javier Martinez Canillas <javier@dowhile0.org>
7229 M:      Santosh Shilimkar <ssantosh@kernel.org>
7230 M:      Kevin Hilman <khilman@deeprootsystems.com>
7231 L:      linux-omap@vger.kernel.org
7232 S:      Maintained
7233 F:      drivers/gpio/gpio-omap.c
7234
7235 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7236 M:      Mark Jackson <mpfj@newflow.co.uk>
7237 L:      linux-omap@vger.kernel.org
7238 S:      Maintained
7239 F:      arch/arm/boot/dts/am335x-nano.dts
7240
7241 OMFS FILESYSTEM
7242 M:      Bob Copeland <me@bobcopeland.com>
7243 L:      linux-karma-devel@lists.sourceforge.net
7244 S:      Maintained
7245 F:      Documentation/filesystems/omfs.txt
7246 F:      fs/omfs/
7247
7248 OMNIKEY CARDMAN 4000 DRIVER
7249 M:      Harald Welte <laforge@gnumonks.org>
7250 S:      Maintained
7251 F:      drivers/char/pcmcia/cm4000_cs.c
7252 F:      include/linux/cm4000_cs.h
7253 F:      include/uapi/linux/cm4000_cs.h
7254
7255 OMNIKEY CARDMAN 4040 DRIVER
7256 M:      Harald Welte <laforge@gnumonks.org>
7257 S:      Maintained
7258 F:      drivers/char/pcmcia/cm4040_cs.*
7259
7260 OMNIVISION OV7670 SENSOR DRIVER
7261 M:      Jonathan Corbet <corbet@lwn.net>
7262 L:      linux-media@vger.kernel.org
7263 T:      git git://linuxtv.org/media_tree.git
7264 S:      Maintained
7265 F:      drivers/media/i2c/ov7670.c
7266
7267 ONENAND FLASH DRIVER
7268 M:      Kyungmin Park <kyungmin.park@samsung.com>
7269 L:      linux-mtd@lists.infradead.org
7270 S:      Maintained
7271 F:      drivers/mtd/onenand/
7272 F:      include/linux/mtd/onenand*.h
7273
7274 ONSTREAM SCSI TAPE DRIVER
7275 M:      Willem Riede <osst@riede.org>
7276 L:      osst-users@lists.sourceforge.net
7277 L:      linux-scsi@vger.kernel.org
7278 S:      Maintained
7279 F:      Documentation/scsi/osst.txt
7280 F:      drivers/scsi/osst.*
7281 F:      drivers/scsi/osst_*.h
7282 F:      drivers/scsi/st.h
7283
7284 OPENCORES I2C BUS DRIVER
7285 M:      Peter Korsgaard <jacmet@sunsite.dk>
7286 L:      linux-i2c@vger.kernel.org
7287 S:      Maintained
7288 F:      Documentation/i2c/busses/i2c-ocores
7289 F:      drivers/i2c/busses/i2c-ocores.c
7290
7291 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7292 M:      Grant Likely <grant.likely@linaro.org>
7293 M:      Rob Herring <robh+dt@kernel.org>
7294 L:      devicetree@vger.kernel.org
7295 W:      http://www.devicetree.org/
7296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7297 S:      Maintained
7298 F:      drivers/of/
7299 F:      include/linux/of*.h
7300 F:      scripts/dtc/
7301
7302 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7303 M:      Rob Herring <robh+dt@kernel.org>
7304 M:      Pawel Moll <pawel.moll@arm.com>
7305 M:      Mark Rutland <mark.rutland@arm.com>
7306 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7307 M:      Kumar Gala <galak@codeaurora.org>
7308 L:      devicetree@vger.kernel.org
7309 S:      Maintained
7310 F:      Documentation/devicetree/
7311 F:      arch/*/boot/dts/
7312 F:      include/dt-bindings/
7313
7314 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7315 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7316 L:      devicetree@vger.kernel.org
7317 S:      Maintained
7318 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7319 F:      Documentation/devicetree/overlay-notes.txt
7320 F:      drivers/of/overlay.c
7321 F:      drivers/of/resolver.c
7322
7323 OPENRISC ARCHITECTURE
7324 M:      Jonas Bonn <jonas@southpole.se>
7325 W:      http://openrisc.net
7326 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7327 S:      Maintained
7328 T:      git git://openrisc.net/~jonas/linux
7329 F:      arch/openrisc/
7330
7331 OPENVSWITCH
7332 M:      Pravin Shelar <pshelar@nicira.com>
7333 L:      netdev@vger.kernel.org
7334 L:      dev@openvswitch.org
7335 W:      http://openvswitch.org
7336 S:      Maintained
7337 F:      net/openvswitch/
7338 F:      include/uapi/linux/openvswitch.h
7339
7340 OPL4 DRIVER
7341 M:      Clemens Ladisch <clemens@ladisch.de>
7342 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7343 T:      git git://git.alsa-project.org/alsa-kernel.git
7344 S:      Maintained
7345 F:      sound/drivers/opl4/
7346
7347 OPROFILE
7348 M:      Robert Richter <rric@kernel.org>
7349 L:      oprofile-list@lists.sf.net
7350 S:      Maintained
7351 F:      arch/*/include/asm/oprofile*.h
7352 F:      arch/*/oprofile/
7353 F:      drivers/oprofile/
7354 F:      include/linux/oprofile.h
7355
7356 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7357 M:      Mark Fasheh <mfasheh@suse.com>
7358 M:      Joel Becker <jlbec@evilplan.org>
7359 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7360 W:      http://ocfs2.wiki.kernel.org
7361 S:      Supported
7362 F:      Documentation/filesystems/ocfs2.txt
7363 F:      Documentation/filesystems/dlmfs.txt
7364 F:      fs/ocfs2/
7365
7366 ORINOCO DRIVER
7367 L:      linux-wireless@vger.kernel.org
7368 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7369 W:      http://www.nongnu.org/orinoco/
7370 S:      Orphan
7371 F:      drivers/net/wireless/orinoco/
7372
7373 OSD LIBRARY and FILESYSTEM
7374 M:      Boaz Harrosh <ooo@electrozaur.com>
7375 M:      Benny Halevy <bhalevy@primarydata.com>
7376 L:      osd-dev@open-osd.org
7377 W:      http://open-osd.org
7378 T:      git git://git.open-osd.org/open-osd.git
7379 S:      Maintained
7380 F:      drivers/scsi/osd/
7381 F:      include/scsi/osd_*
7382 F:      fs/exofs/
7383
7384 OVERLAY FILESYSTEM
7385 M:      Miklos Szeredi <miklos@szeredi.hu>
7386 L:      linux-unionfs@vger.kernel.org
7387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7388 S:      Supported
7389 F:      fs/overlayfs/
7390 F:      Documentation/filesystems/overlayfs.txt
7391
7392 P54 WIRELESS DRIVER
7393 M:      Christian Lamparter <chunkeey@googlemail.com>
7394 L:      linux-wireless@vger.kernel.org
7395 W:      http://wireless.kernel.org/en/users/Drivers/p54
7396 S:      Maintained
7397 F:      drivers/net/wireless/p54/
7398
7399 PA SEMI ETHERNET DRIVER
7400 M:      Olof Johansson <olof@lixom.net>
7401 L:      netdev@vger.kernel.org
7402 S:      Maintained
7403 F:      drivers/net/ethernet/pasemi/*
7404
7405 PA SEMI SMBUS DRIVER
7406 M:      Olof Johansson <olof@lixom.net>
7407 L:      linux-i2c@vger.kernel.org
7408 S:      Maintained
7409 F:      drivers/i2c/busses/i2c-pasemi.c
7410
7411 PADATA PARALLEL EXECUTION MECHANISM
7412 M:      Steffen Klassert <steffen.klassert@secunet.com>
7413 L:      linux-crypto@vger.kernel.org
7414 S:      Maintained
7415 F:      kernel/padata.c
7416 F:      include/linux/padata.h
7417 F:      Documentation/padata.txt
7418
7419 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7420 M:      Harald Welte <laforge@gnumonks.org>
7421 L:      platform-driver-x86@vger.kernel.org
7422 S:      Maintained
7423 F:      drivers/platform/x86/panasonic-laptop.c
7424
7425 PANASONIC MN10300/AM33/AM34 PORT
7426 M:      David Howells <dhowells@redhat.com>
7427 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7428 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7429 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7430 S:      Maintained
7431 F:      Documentation/mn10300/
7432 F:      arch/mn10300/
7433
7434 PARALLEL PORT SUPPORT
7435 L:      linux-parport@lists.infradead.org (subscribers-only)
7436 S:      Orphan
7437 F:      drivers/parport/
7438 F:      include/linux/parport*.h
7439 F:      drivers/char/ppdev.c
7440 F:      include/uapi/linux/ppdev.h
7441
7442 PARAVIRT_OPS INTERFACE
7443 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7444 M:      Chris Wright <chrisw@sous-sol.org>
7445 M:      Alok Kataria <akataria@vmware.com>
7446 M:      Rusty Russell <rusty@rustcorp.com.au>
7447 L:      virtualization@lists.linux-foundation.org
7448 S:      Supported
7449 F:      Documentation/virtual/paravirt_ops.txt
7450 F:      arch/*/kernel/paravirt*
7451 F:      arch/*/include/asm/paravirt.h
7452
7453 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7454 M:      Tim Waugh <tim@cyberelk.net>
7455 L:      linux-parport@lists.infradead.org (subscribers-only)
7456 W:      http://www.torque.net/linux-pp.html
7457 S:      Maintained
7458 F:      Documentation/blockdev/paride.txt
7459 F:      drivers/block/paride/
7460
7461 PARISC ARCHITECTURE
7462 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7463 M:      Helge Deller <deller@gmx.de>
7464 L:      linux-parisc@vger.kernel.org
7465 W:      http://www.parisc-linux.org/
7466 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7469 S:      Maintained
7470 F:      arch/parisc/
7471 F:      Documentation/parisc/
7472 F:      drivers/parisc/
7473 F:      drivers/char/agp/parisc-agp.c
7474 F:      drivers/input/serio/gscps2.c
7475 F:      drivers/parport/parport_gsc.*
7476 F:      drivers/tty/serial/8250/8250_gsc.c
7477 F:      drivers/video/fbdev/sti*
7478 F:      drivers/video/console/sti*
7479 F:      drivers/video/logo/logo_parisc*
7480
7481 PC87360 HARDWARE MONITORING DRIVER
7482 M:      Jim Cromie <jim.cromie@gmail.com>
7483 L:      lm-sensors@lm-sensors.org
7484 S:      Maintained
7485 F:      Documentation/hwmon/pc87360
7486 F:      drivers/hwmon/pc87360.c
7487
7488 PC8736x GPIO DRIVER
7489 M:      Jim Cromie <jim.cromie@gmail.com>
7490 S:      Maintained
7491 F:      drivers/char/pc8736x_gpio.c
7492
7493 PC87427 HARDWARE MONITORING DRIVER
7494 M:      Jean Delvare <jdelvare@suse.de>
7495 L:      lm-sensors@lm-sensors.org
7496 S:      Maintained
7497 F:      Documentation/hwmon/pc87427
7498 F:      drivers/hwmon/pc87427.c
7499
7500 PCA9532 LED DRIVER
7501 M:      Riku Voipio <riku.voipio@iki.fi>
7502 S:      Maintained
7503 F:      drivers/leds/leds-pca9532.c
7504 F:      include/linux/leds-pca9532.h
7505
7506 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7507 M:      Guenter Roeck <linux@roeck-us.net>
7508 L:      linux-i2c@vger.kernel.org
7509 S:      Maintained
7510 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7511
7512 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7513 M:      Khalid Aziz <khalid@gonehiking.org>
7514 S:      Maintained
7515 F:      drivers/firmware/pcdp.*
7516
7517 PCI ERROR RECOVERY
7518 M:      Linas Vepstas <linasvepstas@gmail.com>
7519 L:      linux-pci@vger.kernel.org
7520 S:      Supported
7521 F:      Documentation/PCI/pci-error-recovery.txt
7522
7523 PCI SUBSYSTEM
7524 M:      Bjorn Helgaas <bhelgaas@google.com>
7525 L:      linux-pci@vger.kernel.org
7526 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7528 S:      Supported
7529 F:      Documentation/PCI/
7530 F:      drivers/pci/
7531 F:      include/linux/pci*
7532 F:      arch/x86/pci/
7533 F:      arch/x86/kernel/quirks.c
7534
7535 PCI DRIVER FOR ARM VERSATILE PLATFORM
7536 M:      Rob Herring <robh@kernel.org>
7537 L:      linux-pci@vger.kernel.org
7538 L:      linux-arm-kernel@lists.infradead.org
7539 S:      Maintained
7540 F:      Documentation/devicetree/bindings/pci/versatile.txt
7541 F:      drivers/pci/host/pci-versatile.c
7542
7543 PCI DRIVER FOR APPLIEDMICRO XGENE
7544 M:      Tanmay Inamdar <tinamdar@apm.com>
7545 L:      linux-pci@vger.kernel.org
7546 L:      linux-arm-kernel@lists.infradead.org
7547 S:      Maintained
7548 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7549 F:      drivers/pci/host/pci-xgene.c
7550
7551 PCI DRIVER FOR FREESCALE LAYERSCAPE
7552 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7553 M:      Mingkai Hu <mingkai.hu@freescale.com>
7554 M:      Roy Zang <tie-fei.zang@freescale.com>
7555 L:      linuxppc-dev@lists.ozlabs.org
7556 L:      linux-pci@vger.kernel.org
7557 L:      linux-arm-kernel@lists.infradead.org
7558 S:      Maintained
7559 F:      drivers/pci/host/*layerscape*
7560
7561 PCI DRIVER FOR IMX6
7562 M:      Richard Zhu <Richard.Zhu@freescale.com>
7563 M:      Lucas Stach <l.stach@pengutronix.de>
7564 L:      linux-pci@vger.kernel.org
7565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7566 S:      Maintained
7567 F:      drivers/pci/host/*imx6*
7568
7569 PCI DRIVER FOR TI KEYSTONE
7570 M:      Murali Karicheri <m-karicheri2@ti.com>
7571 L:      linux-pci@vger.kernel.org
7572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7573 S:      Maintained
7574 F:      drivers/pci/host/*keystone*
7575
7576 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7577 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7578 M:      Jason Cooper <jason@lakedaemon.net>
7579 L:      linux-pci@vger.kernel.org
7580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7581 S:      Maintained
7582 F:      drivers/pci/host/*mvebu*
7583
7584 PCI DRIVER FOR NVIDIA TEGRA
7585 M:      Thierry Reding <thierry.reding@gmail.com>
7586 L:      linux-tegra@vger.kernel.org
7587 L:      linux-pci@vger.kernel.org
7588 S:      Supported
7589 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7590 F:      drivers/pci/host/pci-tegra.c
7591
7592 PCI DRIVER FOR TI DRA7XX
7593 M:      Kishon Vijay Abraham I <kishon@ti.com>
7594 L:      linux-omap@vger.kernel.org
7595 L:      linux-pci@vger.kernel.org
7596 S:      Supported
7597 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7598 F:      drivers/pci/host/pci-dra7xx.c
7599
7600 PCI DRIVER FOR RENESAS R-CAR
7601 M:      Simon Horman <horms@verge.net.au>
7602 L:      linux-pci@vger.kernel.org
7603 L:      linux-sh@vger.kernel.org
7604 S:      Maintained
7605 F:      drivers/pci/host/*rcar*
7606
7607 PCI DRIVER FOR SAMSUNG EXYNOS
7608 M:      Jingoo Han <jingoohan1@gmail.com>
7609 L:      linux-pci@vger.kernel.org
7610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7611 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7612 S:      Maintained
7613 F:      drivers/pci/host/pci-exynos.c
7614
7615 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7616 M:      Jingoo Han <jingoohan1@gmail.com>
7617 M:      Pratyush Anand <pratyush.anand@gmail.com>
7618 L:      linux-pci@vger.kernel.org
7619 S:      Maintained
7620 F:      drivers/pci/host/*designware*
7621
7622 PCI DRIVER FOR GENERIC OF HOSTS
7623 M:      Will Deacon <will.deacon@arm.com>
7624 L:      linux-pci@vger.kernel.org
7625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7626 S:      Maintained
7627 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7628 F:      drivers/pci/host/pci-host-generic.c
7629
7630 PCIE DRIVER FOR ST SPEAR13XX
7631 M:      Pratyush Anand <pratyush.anand@gmail.com>
7632 L:      linux-pci@vger.kernel.org
7633 S:      Maintained
7634 F:      drivers/pci/host/*spear*
7635
7636 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7637 M:      Duc Dang <dhdang@apm.com>
7638 L:      linux-pci@vger.kernel.org
7639 L:      linux-arm-kernel@lists.infradead.org
7640 S:      Maintained
7641 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7642 F:      drivers/pci/host/pci-xgene-msi.c
7643
7644 PCMCIA SUBSYSTEM
7645 P:      Linux PCMCIA Team
7646 L:      linux-pcmcia@lists.infradead.org
7647 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7649 S:      Maintained
7650 F:      Documentation/pcmcia/
7651 F:      drivers/pcmcia/
7652 F:      include/pcmcia/
7653
7654 PCNET32 NETWORK DRIVER
7655 M:      Don Fry <pcnet32@frontier.com>
7656 L:      netdev@vger.kernel.org
7657 S:      Maintained
7658 F:      drivers/net/ethernet/amd/pcnet32.c
7659
7660 PCRYPT PARALLEL CRYPTO ENGINE
7661 M:      Steffen Klassert <steffen.klassert@secunet.com>
7662 L:      linux-crypto@vger.kernel.org
7663 S:      Maintained
7664 F:      crypto/pcrypt.c
7665 F:      include/crypto/pcrypt.h
7666
7667 PER-CPU MEMORY ALLOCATOR
7668 M:      Tejun Heo <tj@kernel.org>
7669 M:      Christoph Lameter <cl@linux-foundation.org>
7670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7671 S:      Maintained
7672 F:      include/linux/percpu*.h
7673 F:      mm/percpu*.c
7674 F:      arch/*/include/asm/percpu.h
7675
7676 PER-TASK DELAY ACCOUNTING
7677 M:      Balbir Singh <bsingharora@gmail.com>
7678 S:      Maintained
7679 F:      include/linux/delayacct.h
7680 F:      kernel/delayacct.c
7681
7682 PERFORMANCE EVENTS SUBSYSTEM
7683 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7684 M:      Ingo Molnar <mingo@redhat.com>
7685 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7686 L:      linux-kernel@vger.kernel.org
7687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7688 S:      Supported
7689 F:      kernel/events/*
7690 F:      include/linux/perf_event.h
7691 F:      include/uapi/linux/perf_event.h
7692 F:      arch/*/kernel/perf_event*.c
7693 F:      arch/*/kernel/*/perf_event*.c
7694 F:      arch/*/kernel/*/*/perf_event*.c
7695 F:      arch/*/include/asm/perf_event.h
7696 F:      arch/*/kernel/perf_callchain.c
7697 F:      tools/perf/
7698
7699 PERSONALITY HANDLING
7700 M:      Christoph Hellwig <hch@infradead.org>
7701 L:      linux-abi-devel@lists.sourceforge.net
7702 S:      Maintained
7703 F:      include/linux/personality.h
7704 F:      include/uapi/linux/personality.h
7705
7706 PHONET PROTOCOL
7707 M:      Remi Denis-Courmont <courmisch@gmail.com>
7708 S:      Supported
7709 F:      Documentation/networking/phonet.txt
7710 F:      include/linux/phonet.h
7711 F:      include/net/phonet/
7712 F:      include/uapi/linux/phonet.h
7713 F:      net/phonet/
7714
7715 PHRAM MTD DRIVER
7716 M:      Joern Engel <joern@lazybastard.org>
7717 L:      linux-mtd@lists.infradead.org
7718 S:      Maintained
7719 F:      drivers/mtd/devices/phram.c
7720
7721 PICOLCD HID DRIVER
7722 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7723 L:      linux-input@vger.kernel.org
7724 S:      Maintained
7725 F:      drivers/hid/hid-picolcd*
7726
7727 PICOXCELL SUPPORT
7728 M:      Jamie Iles <jamie@jamieiles.com>
7729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7730 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7731 S:      Supported
7732 F:      arch/arm/boot/dts/picoxcell*
7733 F:      arch/arm/mach-picoxcell/
7734 F:      drivers/crypto/picoxcell*
7735
7736 PIN CONTROL SUBSYSTEM
7737 M:      Linus Walleij <linus.walleij@linaro.org>
7738 L:      linux-gpio@vger.kernel.org
7739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7740 S:      Maintained
7741 F:      drivers/pinctrl/
7742 F:      include/linux/pinctrl/
7743
7744 PIN CONTROLLER - ATMEL AT91
7745 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7746 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7747 S:      Maintained
7748 F:      drivers/pinctrl/pinctrl-at91.*
7749
7750 PIN CONTROLLER - INTEL
7751 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7752 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7753 S:      Maintained
7754 F:      drivers/pinctrl/intel/
7755
7756 PIN CONTROLLER - RENESAS
7757 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7758 L:      linux-sh@vger.kernel.org
7759 S:      Maintained
7760 F:      drivers/pinctrl/sh-pfc/
7761
7762 PIN CONTROLLER - SAMSUNG
7763 M:      Tomasz Figa <tomasz.figa@gmail.com>
7764 M:      Thomas Abraham <thomas.abraham@linaro.org>
7765 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7766 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7767 S:      Maintained
7768 F:      drivers/pinctrl/samsung/
7769
7770 PIN CONTROLLER - ST SPEAR
7771 M:      Viresh Kumar <viresh.linux@gmail.com>
7772 L:      spear-devel@list.st.com
7773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7774 W:      http://www.st.com/spear
7775 S:      Maintained
7776 F:      drivers/pinctrl/spear/
7777
7778 PKTCDVD DRIVER
7779 M:      Jiri Kosina <jkosina@suse.cz>
7780 S:      Maintained
7781 F:      drivers/block/pktcdvd.c
7782 F:      include/linux/pktcdvd.h
7783 F:      include/uapi/linux/pktcdvd.h
7784
7785 PKUNITY SOC DRIVERS
7786 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7787 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7788 S:      Maintained
7789 T:      git git://github.com/gxt/linux.git
7790 F:      drivers/input/serio/i8042-unicore32io.h
7791 F:      drivers/i2c/busses/i2c-puv3.c
7792 F:      drivers/video/fbdev/fb-puv3.c
7793 F:      drivers/rtc/rtc-puv3.c
7794
7795 PMBUS HARDWARE MONITORING DRIVERS
7796 M:      Guenter Roeck <linux@roeck-us.net>
7797 L:      lm-sensors@lm-sensors.org
7798 W:      http://www.lm-sensors.org/
7799 W:      http://www.roeck-us.net/linux/drivers/
7800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7801 S:      Maintained
7802 F:      Documentation/hwmon/pmbus
7803 F:      drivers/hwmon/pmbus/
7804 F:      include/linux/i2c/pmbus.h
7805
7806 PMC SIERRA MaxRAID DRIVER
7807 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7808 L:      linux-scsi@vger.kernel.org
7809 W:      http://www.pmc-sierra.com/
7810 S:      Supported
7811 F:      drivers/scsi/pmcraid.*
7812
7813 PMC SIERRA PM8001 DRIVER
7814 M:      xjtuwjp@gmail.com
7815 M:      lindar_liu@usish.com
7816 L:      pmchba@pmcs.com
7817 L:      linux-scsi@vger.kernel.org
7818 S:      Supported
7819 F:      drivers/scsi/pm8001/
7820
7821 POSIX CLOCKS and TIMERS
7822 M:      Thomas Gleixner <tglx@linutronix.de>
7823 L:      linux-kernel@vger.kernel.org
7824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7825 S:      Maintained
7826 F:      fs/timerfd.c
7827 F:      include/linux/timer*
7828 F:      kernel/time/*timer*
7829
7830 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7831 M:      Sebastian Reichel <sre@kernel.org>
7832 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7833 M:      David Woodhouse <dwmw2@infradead.org>
7834 L:      linux-pm@vger.kernel.org
7835 T:      git git://git.infradead.org/battery-2.6.git
7836 S:      Maintained
7837 F:      include/linux/power_supply.h
7838 F:      drivers/power/
7839
7840 PNP SUPPORT
7841 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7842 S:      Maintained
7843 F:      drivers/pnp/
7844
7845 PNXxxxx I2C DRIVER
7846 M:      Vitaly Wool <vitalywool@gmail.com>
7847 L:      linux-i2c@vger.kernel.org
7848 S:      Maintained
7849 F:      drivers/i2c/busses/i2c-pnx.c
7850
7851 PPP PROTOCOL DRIVERS AND COMPRESSORS
7852 M:      Paul Mackerras <paulus@samba.org>
7853 L:      linux-ppp@vger.kernel.org
7854 S:      Maintained
7855 F:      drivers/net/ppp/ppp_*
7856
7857 PPP OVER ATM (RFC 2364)
7858 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7859 S:      Maintained
7860 F:      net/atm/pppoatm.c
7861 F:      include/uapi/linux/atmppp.h
7862
7863 PPP OVER ETHERNET
7864 M:      Michal Ostrowski <mostrows@earthlink.net>
7865 S:      Maintained
7866 F:      drivers/net/ppp/pppoe.c
7867 F:      drivers/net/ppp/pppox.c
7868
7869 PPP OVER L2TP
7870 M:      James Chapman <jchapman@katalix.com>
7871 S:      Maintained
7872 F:      net/l2tp/l2tp_ppp.c
7873 F:      include/linux/if_pppol2tp.h
7874 F:      include/uapi/linux/if_pppol2tp.h
7875
7876 PPS SUPPORT
7877 M:      Rodolfo Giometti <giometti@enneenne.com>
7878 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7879 L:      linuxpps@ml.enneenne.com (subscribers-only)
7880 S:      Maintained
7881 F:      Documentation/pps/
7882 F:      drivers/pps/
7883 F:      include/linux/pps*.h
7884
7885 PPTP DRIVER
7886 M:      Dmitry Kozlov <xeb@mail.ru>
7887 L:      netdev@vger.kernel.org
7888 S:      Maintained
7889 F:      drivers/net/ppp/pptp.c
7890 W:      http://sourceforge.net/projects/accel-pptp
7891
7892 PREEMPTIBLE KERNEL
7893 M:      Robert Love <rml@tech9.net>
7894 L:      kpreempt-tech@lists.sourceforge.net
7895 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7896 S:      Supported
7897 F:      Documentation/preempt-locking.txt
7898 F:      include/linux/preempt.h
7899
7900 PRISM54 WIRELESS DRIVER
7901 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7902 L:      linux-wireless@vger.kernel.org
7903 W:      http://wireless.kernel.org/en/users/Drivers/p54
7904 S:      Obsolete
7905 F:      drivers/net/wireless/prism54/
7906
7907 PS3 NETWORK SUPPORT
7908 M:      Geoff Levand <geoff@infradead.org>
7909 L:      netdev@vger.kernel.org
7910 L:      cbe-oss-dev@lists.ozlabs.org
7911 S:      Maintained
7912 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7913
7914 PS3 PLATFORM SUPPORT
7915 M:      Geoff Levand <geoff@infradead.org>
7916 L:      linuxppc-dev@lists.ozlabs.org
7917 L:      cbe-oss-dev@lists.ozlabs.org
7918 S:      Maintained
7919 F:      arch/powerpc/boot/ps3*
7920 F:      arch/powerpc/include/asm/lv1call.h
7921 F:      arch/powerpc/include/asm/ps3*.h
7922 F:      arch/powerpc/platforms/ps3/
7923 F:      drivers/*/ps3*
7924 F:      drivers/ps3/
7925 F:      drivers/rtc/rtc-ps3.c
7926 F:      drivers/usb/host/*ps3.c
7927 F:      sound/ppc/snd_ps3*
7928
7929 PS3VRAM DRIVER
7930 M:      Jim Paris <jim@jtan.com>
7931 L:      cbe-oss-dev@lists.ozlabs.org
7932 S:      Maintained
7933 F:      drivers/block/ps3vram.c
7934
7935 PSTORE FILESYSTEM
7936 M:      Anton Vorontsov <anton@enomsg.org>
7937 M:      Colin Cross <ccross@android.com>
7938 M:      Kees Cook <keescook@chromium.org>
7939 M:      Tony Luck <tony.luck@intel.com>
7940 S:      Maintained
7941 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7942 F:      fs/pstore/
7943 F:      include/linux/pstore*
7944 F:      drivers/firmware/efi/efi-pstore.c
7945 F:      drivers/acpi/apei/erst.c
7946
7947 PTP HARDWARE CLOCK SUPPORT
7948 M:      Richard Cochran <richardcochran@gmail.com>
7949 L:      netdev@vger.kernel.org
7950 S:      Maintained
7951 W:      http://linuxptp.sourceforge.net/
7952 F:      Documentation/ABI/testing/sysfs-ptp
7953 F:      Documentation/ptp/*
7954 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7955 F:      drivers/net/phy/dp83640*
7956 F:      drivers/ptp/*
7957 F:      include/linux/ptp_cl*
7958
7959 PTRACE SUPPORT
7960 M:      Roland McGrath <roland@hack.frob.com>
7961 M:      Oleg Nesterov <oleg@redhat.com>
7962 S:      Maintained
7963 F:      include/asm-generic/syscall.h
7964 F:      include/linux/ptrace.h
7965 F:      include/linux/regset.h
7966 F:      include/linux/tracehook.h
7967 F:      include/uapi/linux/ptrace.h
7968 F:      kernel/ptrace.c
7969
7970 PVRUSB2 VIDEO4LINUX DRIVER
7971 M:      Mike Isely <isely@pobox.com>
7972 L:      pvrusb2@isely.net       (subscribers-only)
7973 L:      linux-media@vger.kernel.org
7974 W:      http://www.isely.net/pvrusb2/
7975 T:      git git://linuxtv.org/media_tree.git
7976 S:      Maintained
7977 F:      Documentation/video4linux/README.pvrusb2
7978 F:      drivers/media/usb/pvrusb2/
7979
7980 PWC WEBCAM DRIVER
7981 M:      Hans de Goede <hdegoede@redhat.com>
7982 L:      linux-media@vger.kernel.org
7983 T:      git git://linuxtv.org/media_tree.git
7984 S:      Maintained
7985 F:      drivers/media/usb/pwc/*
7986
7987 PWM FAN DRIVER
7988 M:      Kamil Debski <k.debski@samsung.com>
7989 L:      lm-sensors@lm-sensors.org
7990 S:      Supported
7991 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7992 F:      Documentation/hwmon/pwm-fan
7993 F:      drivers/hwmon/pwm-fan.c
7994
7995 PWM SUBSYSTEM
7996 M:      Thierry Reding <thierry.reding@gmail.com>
7997 L:      linux-pwm@vger.kernel.org
7998 S:      Maintained
7999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8000 F:      Documentation/pwm.txt
8001 F:      Documentation/devicetree/bindings/pwm/
8002 F:      include/linux/pwm.h
8003 F:      drivers/pwm/
8004 F:      drivers/video/backlight/pwm_bl.c
8005 F:      include/linux/pwm_backlight.h
8006
8007 PXA2xx/PXA3xx SUPPORT
8008 M:      Daniel Mack <daniel@zonque.org>
8009 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8010 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8012 T:      git git://github.com/hzhuang1/linux.git
8013 T:      git git://github.com/rjarzmik/linux.git
8014 S:      Maintained
8015 F:      arch/arm/mach-pxa/
8016 F:      drivers/pcmcia/pxa2xx*
8017 F:      drivers/spi/spi-pxa2xx*
8018 F:      drivers/usb/gadget/udc/pxa2*
8019 F:      include/sound/pxa2xx-lib.h
8020 F:      sound/arm/pxa*
8021 F:      sound/soc/pxa/
8022
8023 PXA3xx NAND FLASH DRIVER
8024 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8025 L:      linux-mtd@lists.infradead.org
8026 S:      Maintained
8027 F:      drivers/mtd/nand/pxa3xx_nand.c
8028
8029 MMP SUPPORT
8030 M:      Eric Miao <eric.y.miao@gmail.com>
8031 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8033 T:      git git://github.com/hzhuang1/linux.git
8034 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8035 S:      Maintained
8036 F:      arch/arm/mach-mmp/
8037
8038 PXA MMCI DRIVER
8039 S:      Orphan
8040
8041 PXA RTC DRIVER
8042 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8043 L:      rtc-linux@googlegroups.com
8044 S:      Maintained
8045
8046 QAT DRIVER
8047 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8048 L:      qat-linux@intel.com
8049 S:      Supported
8050 F:      drivers/crypto/qat/
8051
8052 QIB DRIVER
8053 M:      Mike Marciniszyn <infinipath@intel.com>
8054 L:      linux-rdma@vger.kernel.org
8055 S:      Supported
8056 F:      drivers/infiniband/hw/qib/
8057
8058 QLOGIC QLA1280 SCSI DRIVER
8059 M:      Michael Reed <mdr@sgi.com>
8060 L:      linux-scsi@vger.kernel.org
8061 S:      Maintained
8062 F:      drivers/scsi/qla1280.[ch]
8063
8064 QLOGIC QLA2XXX FC-SCSI DRIVER
8065 M:      qla2xxx-upstream@qlogic.com
8066 L:      linux-scsi@vger.kernel.org
8067 S:      Supported
8068 F:      Documentation/scsi/LICENSE.qla2xxx
8069 F:      drivers/scsi/qla2xxx/
8070
8071 QLOGIC QLA4XXX iSCSI DRIVER
8072 M:      QLogic-Storage-Upstream@qlogic.com
8073 L:      linux-scsi@vger.kernel.org
8074 S:      Supported
8075 F:      Documentation/scsi/LICENSE.qla4xxx
8076 F:      drivers/scsi/qla4xxx/
8077
8078 QLOGIC QLA3XXX NETWORK DRIVER
8079 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8080 M:      Ron Mercer <ron.mercer@qlogic.com>
8081 M:      linux-driver@qlogic.com
8082 L:      netdev@vger.kernel.org
8083 S:      Supported
8084 F:      Documentation/networking/LICENSE.qla3xxx
8085 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8086
8087 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8088 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8089 M:      Dept-GELinuxNICDev@qlogic.com
8090 L:      netdev@vger.kernel.org
8091 S:      Supported
8092 F:      drivers/net/ethernet/qlogic/qlcnic/
8093
8094 QLOGIC QLGE 10Gb ETHERNET DRIVER
8095 M:      Harish Patil <harish.patil@qlogic.com>
8096 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8097 M:      Dept-GELinuxNICDev@qlogic.com
8098 M:      linux-driver@qlogic.com
8099 L:      netdev@vger.kernel.org
8100 S:      Supported
8101 F:      drivers/net/ethernet/qlogic/qlge/
8102
8103 QNX4 FILESYSTEM
8104 M:      Anders Larsen <al@alarsen.net>
8105 W:      http://www.alarsen.net/linux/qnx4fs/
8106 S:      Maintained
8107 F:      fs/qnx4/
8108 F:      include/uapi/linux/qnx4_fs.h
8109 F:      include/uapi/linux/qnxtypes.h
8110
8111 QT1010 MEDIA DRIVER
8112 M:      Antti Palosaari <crope@iki.fi>
8113 L:      linux-media@vger.kernel.org
8114 W:      http://linuxtv.org/
8115 W:      http://palosaari.fi/linux/
8116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8117 T:      git git://linuxtv.org/anttip/media_tree.git
8118 S:      Maintained
8119 F:      drivers/media/tuners/qt1010*
8120
8121 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8122 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8123 L:      linux-wireless@vger.kernel.org
8124 L:      ath9k-devel@lists.ath9k.org
8125 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8126 S:      Supported
8127 F:      drivers/net/wireless/ath/ath9k/
8128
8129 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8130 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8131 L:      ath10k@lists.infradead.org
8132 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8133 T:      git git://github.com/kvalo/ath.git
8134 S:      Supported
8135 F:      drivers/net/wireless/ath/ath10k/
8136
8137 QUALCOMM HEXAGON ARCHITECTURE
8138 M:      Richard Kuo <rkuo@codeaurora.org>
8139 L:      linux-hexagon@vger.kernel.org
8140 S:      Supported
8141 F:      arch/hexagon/
8142
8143 QUALCOMM WCN36XX WIRELESS DRIVER
8144 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8145 L:      wcn36xx@lists.infradead.org
8146 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8147 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8148 S:      Supported
8149 F:      drivers/net/wireless/ath/wcn36xx/
8150
8151 RADOS BLOCK DEVICE (RBD)
8152 M:      Ilya Dryomov <idryomov@gmail.com>
8153 M:      Sage Weil <sage@redhat.com>
8154 M:      Alex Elder <elder@kernel.org>
8155 M:      ceph-devel@vger.kernel.org
8156 W:      http://ceph.com/
8157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8158 S:      Supported
8159 F:      drivers/block/rbd.c
8160 F:      drivers/block/rbd_types.h
8161
8162 RADEON FRAMEBUFFER DISPLAY DRIVER
8163 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8164 L:      linux-fbdev@vger.kernel.org
8165 S:      Maintained
8166 F:      drivers/video/fbdev/aty/radeon*
8167 F:      include/uapi/linux/radeonfb.h
8168
8169 RADIOSHARK RADIO DRIVER
8170 M:      Hans de Goede <hdegoede@redhat.com>
8171 L:      linux-media@vger.kernel.org
8172 T:      git git://linuxtv.org/media_tree.git
8173 S:      Maintained
8174 F:      drivers/media/radio/radio-shark.c
8175
8176 RADIOSHARK2 RADIO DRIVER
8177 M:      Hans de Goede <hdegoede@redhat.com>
8178 L:      linux-media@vger.kernel.org
8179 T:      git git://linuxtv.org/media_tree.git
8180 S:      Maintained
8181 F:      drivers/media/radio/radio-shark2.c
8182 F:      drivers/media/radio/radio-tea5777.c
8183
8184 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8185 M:      Paul Mackerras <paulus@samba.org>
8186 L:      linux-fbdev@vger.kernel.org
8187 S:      Maintained
8188 F:      drivers/video/fbdev/aty/aty128fb.c
8189
8190 RALINK RT2X00 WIRELESS LAN DRIVER
8191 P:      rt2x00 project
8192 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8193 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8194 L:      linux-wireless@vger.kernel.org
8195 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8196 W:      http://rt2x00.serialmonkey.com/
8197 S:      Maintained
8198 F:      drivers/net/wireless/rt2x00/
8199
8200 RAMDISK RAM BLOCK DEVICE DRIVER
8201 M:      Jens Axboe <axboe@kernel.dk>
8202 S:      Maintained
8203 F:      Documentation/blockdev/ramdisk.txt
8204 F:      drivers/block/brd.c
8205
8206 PERSISTENT MEMORY DRIVER
8207 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8208 L:      linux-nvdimm@lists.01.org
8209 S:      Supported
8210 F:      drivers/block/pmem.c
8211
8212 RANDOM NUMBER DRIVER
8213 M:      "Theodore Ts'o" <tytso@mit.edu>
8214 S:      Maintained
8215 F:      drivers/char/random.c
8216
8217 RAPIDIO SUBSYSTEM
8218 M:      Matt Porter <mporter@kernel.crashing.org>
8219 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8220 S:      Maintained
8221 F:      drivers/rapidio/
8222
8223 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8224 L:      linux-wireless@vger.kernel.org
8225 S:      Orphan
8226 F:      drivers/net/wireless/ray*
8227
8228 RCUTORTURE MODULE
8229 M:      Josh Triplett <josh@joshtriplett.org>
8230 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8231 L:      linux-kernel@vger.kernel.org
8232 S:      Supported
8233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8234 F:      Documentation/RCU/torture.txt
8235 F:      kernel/rcu/rcutorture.c
8236
8237 RCUTORTURE TEST FRAMEWORK
8238 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8239 M:      Josh Triplett <josh@joshtriplett.org>
8240 R:      Steven Rostedt <rostedt@goodmis.org>
8241 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8242 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8243 L:      linux-kernel@vger.kernel.org
8244 S:      Supported
8245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8246 F:      tools/testing/selftests/rcutorture
8247
8248 RDC R-321X SoC
8249 M:      Florian Fainelli <florian@openwrt.org>
8250 S:      Maintained
8251
8252 RDC R6040 FAST ETHERNET DRIVER
8253 M:      Florian Fainelli <florian@openwrt.org>
8254 L:      netdev@vger.kernel.org
8255 S:      Maintained
8256 F:      drivers/net/ethernet/rdc/r6040.c
8257
8258 RDS - RELIABLE DATAGRAM SOCKETS
8259 M:      Chien Yen <chien.yen@oracle.com>
8260 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8261 S:      Supported
8262 F:      net/rds/
8263
8264 READ-COPY UPDATE (RCU)
8265 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8266 M:      Josh Triplett <josh@joshtriplett.org>
8267 R:      Steven Rostedt <rostedt@goodmis.org>
8268 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8269 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8270 L:      linux-kernel@vger.kernel.org
8271 W:      http://www.rdrop.com/users/paulmck/RCU/
8272 S:      Supported
8273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8274 F:      Documentation/RCU/
8275 X:      Documentation/RCU/torture.txt
8276 F:      include/linux/rcu*
8277 X:      include/linux/srcu.h
8278 F:      kernel/rcu/
8279 X:      kernel/torture.c
8280
8281 REAL TIME CLOCK (RTC) SUBSYSTEM
8282 M:      Alessandro Zummo <a.zummo@towertech.it>
8283 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8284 L:      rtc-linux@googlegroups.com
8285 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8286 S:      Maintained
8287 F:      Documentation/rtc.txt
8288 F:      drivers/rtc/
8289 F:      include/linux/rtc.h
8290 F:      include/uapi/linux/rtc.h
8291
8292 REALTEK AUDIO CODECS
8293 M:      Bard Liao <bardliao@realtek.com>
8294 M:      Oder Chiou <oder_chiou@realtek.com>
8295 S:      Maintained
8296 F:      sound/soc/codecs/rt*
8297 F:      include/sound/rt*.h
8298
8299 REISERFS FILE SYSTEM
8300 L:      reiserfs-devel@vger.kernel.org
8301 S:      Supported
8302 F:      fs/reiserfs/
8303
8304 REGISTER MAP ABSTRACTION
8305 M:      Mark Brown <broonie@kernel.org>
8306 L:      linux-kernel@vger.kernel.org
8307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8308 S:      Supported
8309 F:      drivers/base/regmap/
8310 F:      include/linux/regmap.h
8311
8312 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8313 M:      Ohad Ben-Cohen <ohad@wizery.com>
8314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8315 S:      Maintained
8316 F:      drivers/remoteproc/
8317 F:      Documentation/remoteproc.txt
8318 F:      include/linux/remoteproc.h
8319
8320 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8321 M:      Ohad Ben-Cohen <ohad@wizery.com>
8322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8323 S:      Maintained
8324 F:      drivers/rpmsg/
8325 F:      Documentation/rpmsg.txt
8326 F:      include/linux/rpmsg.h
8327
8328 RESET CONTROLLER FRAMEWORK
8329 M:      Philipp Zabel <p.zabel@pengutronix.de>
8330 S:      Maintained
8331 F:      drivers/reset/
8332 F:      Documentation/devicetree/bindings/reset/
8333 F:      include/linux/reset.h
8334 F:      include/linux/reset-controller.h
8335
8336 RFKILL
8337 M:      Johannes Berg <johannes@sipsolutions.net>
8338 L:      linux-wireless@vger.kernel.org
8339 W:      http://wireless.kernel.org/
8340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8342 S:      Maintained
8343 F:      Documentation/rfkill.txt
8344 F:      net/rfkill/
8345
8346 RHASHTABLE
8347 M:      Thomas Graf <tgraf@suug.ch>
8348 L:      netdev@vger.kernel.org
8349 S:      Maintained
8350 F:      lib/rhashtable.c
8351 F:      include/linux/rhashtable.h
8352
8353 RICOH SMARTMEDIA/XD DRIVER
8354 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8355 S:      Maintained
8356 F:      drivers/mtd/nand/r852.c
8357 F:      drivers/mtd/nand/r852.h
8358
8359 RICOH R5C592 MEMORYSTICK DRIVER
8360 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8361 S:      Maintained
8362 F:      drivers/memstick/host/r592.*
8363
8364 ROCCAT DRIVERS
8365 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8366 W:      http://sourceforge.net/projects/roccat/
8367 S:      Maintained
8368 F:      drivers/hid/hid-roccat*
8369 F:      include/linux/hid-roccat*
8370 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8371
8372 ROCKER DRIVER
8373 M:      Jiri Pirko <jiri@resnulli.us>
8374 M:      Scott Feldman <sfeldma@gmail.com>
8375 L:      netdev@vger.kernel.org
8376 S:      Supported
8377 F:      drivers/net/ethernet/rocker/
8378
8379 ROCKETPORT DRIVER
8380 P:      Comtrol Corp.
8381 W:      http://www.comtrol.com
8382 S:      Maintained
8383 F:      Documentation/serial/rocket.txt
8384 F:      drivers/tty/rocket*
8385
8386 ROCKETPORT EXPRESS/INFINITY DRIVER
8387 M:      Kevin Cernekee <cernekee@gmail.com>
8388 L:      linux-serial@vger.kernel.org
8389 S:      Odd Fixes
8390 F:      drivers/tty/serial/rp2.*
8391
8392 ROSE NETWORK LAYER
8393 M:      Ralf Baechle <ralf@linux-mips.org>
8394 L:      linux-hams@vger.kernel.org
8395 W:      http://www.linux-ax25.org/
8396 S:      Maintained
8397 F:      include/net/rose.h
8398 F:      include/uapi/linux/rose.h
8399 F:      net/rose/
8400
8401 RTL2830 MEDIA DRIVER
8402 M:      Antti Palosaari <crope@iki.fi>
8403 L:      linux-media@vger.kernel.org
8404 W:      http://linuxtv.org/
8405 W:      http://palosaari.fi/linux/
8406 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8407 T:      git git://linuxtv.org/anttip/media_tree.git
8408 S:      Maintained
8409 F:      drivers/media/dvb-frontends/rtl2830*
8410
8411 RTL2832 MEDIA DRIVER
8412 M:      Antti Palosaari <crope@iki.fi>
8413 L:      linux-media@vger.kernel.org
8414 W:      http://linuxtv.org/
8415 W:      http://palosaari.fi/linux/
8416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8417 T:      git git://linuxtv.org/anttip/media_tree.git
8418 S:      Maintained
8419 F:      drivers/media/dvb-frontends/rtl2832*
8420
8421 RTL2832_SDR MEDIA DRIVER
8422 M:      Antti Palosaari <crope@iki.fi>
8423 L:      linux-media@vger.kernel.org
8424 W:      http://linuxtv.org/
8425 W:      http://palosaari.fi/linux/
8426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8427 T:      git git://linuxtv.org/anttip/media_tree.git
8428 S:      Maintained
8429 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8430
8431 RTL8180 WIRELESS DRIVER
8432 L:      linux-wireless@vger.kernel.org
8433 W:      http://wireless.kernel.org/
8434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8435 S:      Orphan
8436 F:      drivers/net/wireless/rtl818x/rtl8180/
8437
8438 RTL8187 WIRELESS DRIVER
8439 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8440 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8441 M:      Larry Finger <Larry.Finger@lwfinger.net>
8442 L:      linux-wireless@vger.kernel.org
8443 W:      http://wireless.kernel.org/
8444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8445 S:      Maintained
8446 F:      drivers/net/wireless/rtl818x/rtl8187/
8447
8448 RTL8192CE WIRELESS DRIVER
8449 M:      Larry Finger <Larry.Finger@lwfinger.net>
8450 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8451 L:      linux-wireless@vger.kernel.org
8452 W:      http://wireless.kernel.org/
8453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8454 S:      Maintained
8455 F:      drivers/net/wireless/rtlwifi/
8456 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8457
8458 S3 SAVAGE FRAMEBUFFER DRIVER
8459 M:      Antonino Daplas <adaplas@gmail.com>
8460 L:      linux-fbdev@vger.kernel.org
8461 S:      Maintained
8462 F:      drivers/video/fbdev/savage/
8463
8464 S390
8465 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8466 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8467 M:      linux390@de.ibm.com
8468 L:      linux-s390@vger.kernel.org
8469 W:      http://www.ibm.com/developerworks/linux/linux390/
8470 S:      Supported
8471 F:      arch/s390/
8472 F:      drivers/s390/
8473 F:      Documentation/s390/
8474 F:      Documentation/DocBook/s390*
8475
8476 S390 COMMON I/O LAYER
8477 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8478 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8479 L:      linux-s390@vger.kernel.org
8480 W:      http://www.ibm.com/developerworks/linux/linux390/
8481 S:      Supported
8482 F:      drivers/s390/cio/
8483
8484 S390 DASD DRIVER
8485 M:      Stefan Weinhuber <wein@de.ibm.com>
8486 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8487 L:      linux-s390@vger.kernel.org
8488 W:      http://www.ibm.com/developerworks/linux/linux390/
8489 S:      Supported
8490 F:      drivers/s390/block/dasd*
8491 F:      block/partitions/ibm.c
8492
8493 S390 NETWORK DRIVERS
8494 M:      Ursula Braun <ursula.braun@de.ibm.com>
8495 M:      linux390@de.ibm.com
8496 L:      linux-s390@vger.kernel.org
8497 W:      http://www.ibm.com/developerworks/linux/linux390/
8498 S:      Supported
8499 F:      drivers/s390/net/
8500
8501 S390 PCI SUBSYSTEM
8502 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8503 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8504 L:      linux-s390@vger.kernel.org
8505 W:      http://www.ibm.com/developerworks/linux/linux390/
8506 S:      Supported
8507 F:      arch/s390/pci/
8508 F:      drivers/pci/hotplug/s390_pci_hpc.c
8509
8510 S390 ZCRYPT DRIVER
8511 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8512 M:      linux390@de.ibm.com
8513 L:      linux-s390@vger.kernel.org
8514 W:      http://www.ibm.com/developerworks/linux/linux390/
8515 S:      Supported
8516 F:      drivers/s390/crypto/
8517
8518 S390 ZFCP DRIVER
8519 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8520 M:      linux390@de.ibm.com
8521 L:      linux-s390@vger.kernel.org
8522 W:      http://www.ibm.com/developerworks/linux/linux390/
8523 S:      Supported
8524 F:      drivers/s390/scsi/zfcp_*
8525
8526 S390 IUCV NETWORK LAYER
8527 M:      Ursula Braun <ursula.braun@de.ibm.com>
8528 M:      linux390@de.ibm.com
8529 L:      linux-s390@vger.kernel.org
8530 W:      http://www.ibm.com/developerworks/linux/linux390/
8531 S:      Supported
8532 F:      drivers/s390/net/*iucv*
8533 F:      include/net/iucv/
8534 F:      net/iucv/
8535
8536 S3C24XX SD/MMC Driver
8537 M:      Ben Dooks <ben-linux@fluff.org>
8538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8539 S:      Supported
8540 F:      drivers/mmc/host/s3cmci.*
8541
8542 SAA6588 RDS RECEIVER DRIVER
8543 M:      Hans Verkuil <hverkuil@xs4all.nl>
8544 L:      linux-media@vger.kernel.org
8545 T:      git git://linuxtv.org/media_tree.git
8546 W:      http://linuxtv.org
8547 S:      Odd Fixes
8548 F:      drivers/media/i2c/saa6588*
8549
8550 SAA7134 VIDEO4LINUX DRIVER
8551 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8552 L:      linux-media@vger.kernel.org
8553 W:      http://linuxtv.org
8554 T:      git git://linuxtv.org/media_tree.git
8555 S:      Odd fixes
8556 F:      Documentation/video4linux/*.saa7134
8557 F:      drivers/media/pci/saa7134/
8558
8559 SAA7146 VIDEO4LINUX-2 DRIVER
8560 M:      Hans Verkuil <hverkuil@xs4all.nl>
8561 L:      linux-media@vger.kernel.org
8562 T:      git git://linuxtv.org/media_tree.git
8563 S:      Maintained
8564 F:      drivers/media/common/saa7146/
8565 F:      drivers/media/pci/saa7146/
8566 F:      include/media/saa7146*
8567
8568 SAMSUNG LAPTOP DRIVER
8569 M:      Corentin Chary <corentin.chary@gmail.com>
8570 L:      platform-driver-x86@vger.kernel.org
8571 S:      Maintained
8572 F:      drivers/platform/x86/samsung-laptop.c
8573
8574 SAMSUNG AUDIO (ASoC) DRIVERS
8575 M:      Sangbeom Kim <sbkim73@samsung.com>
8576 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8577 S:      Supported
8578 F:      sound/soc/samsung/
8579
8580 SAMSUNG FRAMEBUFFER DRIVER
8581 M:      Jingoo Han <jingoohan1@gmail.com>
8582 L:      linux-fbdev@vger.kernel.org
8583 S:      Maintained
8584 F:      drivers/video/fbdev/s3c-fb.c
8585
8586 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8587 M:      Sangbeom Kim <sbkim73@samsung.com>
8588 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8589 L:      linux-kernel@vger.kernel.org
8590 L:      linux-samsung-soc@vger.kernel.org
8591 S:      Supported
8592 F:      drivers/mfd/sec*.c
8593 F:      drivers/regulator/s2m*.c
8594 F:      drivers/regulator/s5m*.c
8595 F:      drivers/clk/clk-s2mps11.c
8596 F:      drivers/rtc/rtc-s5m.c
8597 F:      include/linux/mfd/samsung/
8598 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8599 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8600
8601 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8602 M:      Kyungmin Park <kyungmin.park@samsung.com>
8603 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8604 L:      linux-media@vger.kernel.org
8605 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8606 S:      Supported
8607 F:      drivers/media/platform/exynos4-is/
8608
8609 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8610 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8611 L:      linux-media@vger.kernel.org
8612 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8613 S:      Maintained
8614 F:      drivers/media/platform/s3c-camif/
8615 F:      include/media/s3c_camif.h
8616
8617 SAMSUNG S5C73M3 CAMERA DRIVER
8618 M:      Kyungmin Park <kyungmin.park@samsung.com>
8619 M:      Andrzej Hajda <a.hajda@samsung.com>
8620 L:      linux-media@vger.kernel.org
8621 S:      Supported
8622 F:      drivers/media/i2c/s5c73m3/*
8623
8624 SAMSUNG S5K5BAF CAMERA DRIVER
8625 M:      Kyungmin Park <kyungmin.park@samsung.com>
8626 M:      Andrzej Hajda <a.hajda@samsung.com>
8627 L:      linux-media@vger.kernel.org
8628 S:      Supported
8629 F:      drivers/media/i2c/s5k5baf.c
8630
8631 SAMSUNG SOC CLOCK DRIVERS
8632 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8633 M:      Tomasz Figa <tomasz.figa@gmail.com>
8634 S:      Supported
8635 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8636 F:      drivers/clk/samsung/
8637
8638 SAMSUNG SXGBE DRIVERS
8639 M:      Byungho An <bh74.an@samsung.com>
8640 M:      Girish K S <ks.giri@samsung.com>
8641 M:      Vipul Pandya <vipul.pandya@samsung.com>
8642 S:      Supported
8643 L:      netdev@vger.kernel.org
8644 F:      drivers/net/ethernet/samsung/sxgbe/
8645
8646 SAMSUNG THERMAL DRIVER
8647 M:      Lukasz Majewski <l.majewski@samsung.com>
8648 L:      linux-pm@vger.kernel.org
8649 L:      linux-samsung-soc@vger.kernel.org
8650 S:      Supported
8651 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8652 F:      drivers/thermal/samsung/
8653
8654 SAMSUNG USB2 PHY DRIVER
8655 M:      Kamil Debski <k.debski@samsung.com>
8656 L:      linux-kernel@vger.kernel.org
8657 S:      Supported
8658 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8659 F:      Documentation/phy/samsung-usb2.txt
8660 F:      drivers/phy/phy-exynos4210-usb2.c
8661 F:      drivers/phy/phy-exynos4x12-usb2.c
8662 F:      drivers/phy/phy-exynos5250-usb2.c
8663 F:      drivers/phy/phy-s5pv210-usb2.c
8664 F:      drivers/phy/phy-samsung-usb2.c
8665 F:      drivers/phy/phy-samsung-usb2.h
8666
8667 SERIAL DRIVERS
8668 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8669 L:      linux-serial@vger.kernel.org
8670 S:      Maintained
8671 F:      drivers/tty/serial/
8672
8673 SYNOPSYS DESIGNWARE DMAC DRIVER
8674 M:      Viresh Kumar <viresh.linux@gmail.com>
8675 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8676 S:      Maintained
8677 F:      include/linux/dma/dw.h
8678 F:      include/linux/platform_data/dma-dw.h
8679 F:      drivers/dma/dw/
8680
8681 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8682 M:      Seungwon Jeon <tgih.jun@samsung.com>
8683 M:      Jaehoon Chung <jh80.chung@samsung.com>
8684 L:      linux-mmc@vger.kernel.org
8685 S:      Maintained
8686 F:      include/linux/mmc/dw_mmc.h
8687 F:      drivers/mmc/host/dw_mmc*
8688
8689 THUNDERBOLT DRIVER
8690 M:      Andreas Noever <andreas.noever@gmail.com>
8691 S:      Maintained
8692 F:      drivers/thunderbolt/
8693
8694 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8695 M:      John Stultz <john.stultz@linaro.org>
8696 M:      Thomas Gleixner <tglx@linutronix.de>
8697 L:      linux-kernel@vger.kernel.org
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8699 S:      Supported
8700 F:      include/linux/clocksource.h
8701 F:      include/linux/time.h
8702 F:      include/linux/timex.h
8703 F:      include/uapi/linux/time.h
8704 F:      include/uapi/linux/timex.h
8705 F:      kernel/time/clocksource.c
8706 F:      kernel/time/time*.c
8707 F:      kernel/time/ntp.c
8708 F:      tools/testing/selftests/timers/
8709
8710 SC1200 WDT DRIVER
8711 M:      Zwane Mwaikambo <zwanem@gmail.com>
8712 S:      Maintained
8713 F:      drivers/watchdog/sc1200wdt.c
8714
8715 SCHEDULER
8716 M:      Ingo Molnar <mingo@redhat.com>
8717 M:      Peter Zijlstra <peterz@infradead.org>
8718 L:      linux-kernel@vger.kernel.org
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8720 S:      Maintained
8721 F:      kernel/sched/
8722 F:      include/linux/sched.h
8723 F:      include/uapi/linux/sched.h
8724 F:      include/linux/wait.h
8725
8726 SCORE ARCHITECTURE
8727 M:      Chen Liqin <liqin.linux@gmail.com>
8728 M:      Lennox Wu <lennox.wu@gmail.com>
8729 W:      http://www.sunplus.com
8730 S:      Supported
8731 F:      arch/score/
8732
8733 SCSI CDROM DRIVER
8734 M:      Jens Axboe <axboe@kernel.dk>
8735 L:      linux-scsi@vger.kernel.org
8736 W:      http://www.kernel.dk
8737 S:      Maintained
8738 F:      drivers/scsi/sr*
8739
8740 SCSI RDMA PROTOCOL (SRP) INITIATOR
8741 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8742 L:      linux-rdma@vger.kernel.org
8743 S:      Supported
8744 W:      http://www.openfabrics.org
8745 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8747 F:      drivers/infiniband/ulp/srp/
8748 F:      include/scsi/srp.h
8749
8750 SCSI SG DRIVER
8751 M:      Doug Gilbert <dgilbert@interlog.com>
8752 L:      linux-scsi@vger.kernel.org
8753 W:      http://sg.danny.cz/sg
8754 S:      Maintained
8755 F:      Documentation/scsi/scsi-generic.txt
8756 F:      drivers/scsi/sg.c
8757 F:      include/scsi/sg.h
8758
8759 SCSI SUBSYSTEM
8760 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8761 L:      linux-scsi@vger.kernel.org
8762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8763 S:      Maintained
8764 F:      drivers/scsi/
8765 F:      include/scsi/
8766
8767 SCSI TAPE DRIVER
8768 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8769 L:      linux-scsi@vger.kernel.org
8770 S:      Maintained
8771 F:      Documentation/scsi/st.txt
8772 F:      drivers/scsi/st.*
8773 F:      drivers/scsi/st_*.h
8774
8775 SCTP PROTOCOL
8776 M:      Vlad Yasevich <vyasevich@gmail.com>
8777 M:      Neil Horman <nhorman@tuxdriver.com>
8778 L:      linux-sctp@vger.kernel.org
8779 W:      http://lksctp.sourceforge.net
8780 S:      Maintained
8781 F:      Documentation/networking/sctp.txt
8782 F:      include/linux/sctp.h
8783 F:      include/uapi/linux/sctp.h
8784 F:      include/net/sctp/
8785 F:      net/sctp/
8786
8787 SCx200 CPU SUPPORT
8788 M:      Jim Cromie <jim.cromie@gmail.com>
8789 S:      Odd Fixes
8790 F:      Documentation/i2c/busses/scx200_acb
8791 F:      arch/x86/platform/scx200/
8792 F:      drivers/watchdog/scx200_wdt.c
8793 F:      drivers/i2c/busses/scx200*
8794 F:      drivers/mtd/maps/scx200_docflash.c
8795 F:      include/linux/scx200.h
8796
8797 SCx200 GPIO DRIVER
8798 M:      Jim Cromie <jim.cromie@gmail.com>
8799 S:      Maintained
8800 F:      drivers/char/scx200_gpio.c
8801 F:      include/linux/scx200_gpio.h
8802
8803 SCx200 HRT CLOCKSOURCE DRIVER
8804 M:      Jim Cromie <jim.cromie@gmail.com>
8805 S:      Maintained
8806 F:      drivers/clocksource/scx200_hrt.c
8807
8808 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8809 M:      Sascha Sommer <saschasommer@freenet.de>
8810 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8811 S:      Maintained
8812 F:      drivers/mmc/host/sdricoh_cs.c
8813
8814 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8815 L:      linux-mmc@vger.kernel.org
8816 S:      Orphan
8817 F:      drivers/mmc/host/sdhci.*
8818 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8819
8820 SECURE COMPUTING
8821 M:      Kees Cook <keescook@chromium.org>
8822 R:      Andy Lutomirski <luto@amacapital.net>
8823 R:      Will Drewry <wad@chromium.org>
8824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8825 S:      Supported
8826 F:      kernel/seccomp.c
8827 F:      include/uapi/linux/seccomp.h
8828 F:      include/linux/seccomp.h
8829 K:      \bsecure_computing
8830 K:      \bTIF_SECCOMP\b
8831
8832 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8833 M:      Ben Dooks <ben-linux@fluff.org>
8834 M:      Jaehoon Chung <jh80.chung@samsung.com>
8835 L:      linux-mmc@vger.kernel.org
8836 S:      Maintained
8837 F:      drivers/mmc/host/sdhci-s3c*
8838
8839 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8840 M:      Viresh Kumar <viresh.linux@gmail.com>
8841 L:      spear-devel@list.st.com
8842 L:      linux-mmc@vger.kernel.org
8843 S:      Maintained
8844 F:      drivers/mmc/host/sdhci-spear.c
8845
8846 SECURITY SUBSYSTEM
8847 M:      James Morris <james.l.morris@oracle.com>
8848 M:      Serge E. Hallyn <serge@hallyn.com>
8849 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8851 W:      http://kernsec.org/
8852 S:      Supported
8853 F:      security/
8854
8855 SECURITY CONTACT
8856 M:      Security Officers <security@kernel.org>
8857 S:      Supported
8858
8859 SELINUX SECURITY MODULE
8860 M:      Paul Moore <paul@paul-moore.com>
8861 M:      Stephen Smalley <sds@tycho.nsa.gov>
8862 M:      Eric Paris <eparis@parisplace.org>
8863 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8864 W:      http://selinuxproject.org
8865 T:      git git://git.infradead.org/users/pcmoore/selinux
8866 S:      Supported
8867 F:      include/linux/selinux*
8868 F:      security/selinux/
8869 F:      scripts/selinux/
8870
8871 APPARMOR SECURITY MODULE
8872 M:      John Johansen <john.johansen@canonical.com>
8873 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8874 W:      apparmor.wiki.kernel.org
8875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8876 S:      Supported
8877 F:      security/apparmor/
8878
8879 SENSABLE PHANTOM
8880 M:      Jiri Slaby <jirislaby@gmail.com>
8881 S:      Maintained
8882 F:      drivers/misc/phantom.c
8883 F:      include/uapi/linux/phantom.h
8884
8885 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8886 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8887 M:      Minh Tran <minh.tran@avagotech.com>
8888 M:      John Soni Jose <sony.john-n@avagotech.com>
8889 L:      linux-scsi@vger.kernel.org
8890 W:      http://www.avagotech.com
8891 S:      Supported
8892 F:      drivers/scsi/be2iscsi/
8893
8894 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8895 M:      Sathya Perla <sathya.perla@avagotech.com>
8896 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8897 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8898 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8899 L:      netdev@vger.kernel.org
8900 W:      http://www.emulex.com
8901 S:      Supported
8902 F:      drivers/net/ethernet/emulex/benet/
8903
8904 EMULEX ONECONNECT ROCE DRIVER
8905 M:      Selvin Xavier <selvin.xavier@emulex.com>
8906 M:      Devesh Sharma <devesh.sharma@emulex.com>
8907 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8908 L:      linux-rdma@vger.kernel.org
8909 W:      http://www.emulex.com
8910 S:      Supported
8911 F:      drivers/infiniband/hw/ocrdma/
8912
8913 SFC NETWORK DRIVER
8914 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8915 M:      Shradha Shah <sshah@solarflare.com>
8916 L:      netdev@vger.kernel.org
8917 S:      Supported
8918 F:      drivers/net/ethernet/sfc/
8919
8920 SGI GRU DRIVER
8921 M:      Dimitri Sivanich <sivanich@sgi.com>
8922 S:      Maintained
8923 F:      drivers/misc/sgi-gru/
8924
8925 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8926 M:      Pat Gefre <pfg@sgi.com>
8927 L:      linux-ia64@vger.kernel.org
8928 S:      Supported
8929 F:      Documentation/ia64/serial.txt
8930 F:      drivers/tty/serial/ioc?_serial.c
8931 F:      include/linux/ioc?.h
8932
8933 SGI XP/XPC/XPNET DRIVER
8934 M:      Cliff Whickman <cpw@sgi.com>
8935 M:      Robin Holt <robinmholt@gmail.com>
8936 S:      Maintained
8937 F:      drivers/misc/sgi-xp/
8938
8939 SI2157 MEDIA DRIVER
8940 M:      Antti Palosaari <crope@iki.fi>
8941 L:      linux-media@vger.kernel.org
8942 W:      http://linuxtv.org/
8943 W:      http://palosaari.fi/linux/
8944 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8945 T:      git git://linuxtv.org/anttip/media_tree.git
8946 S:      Maintained
8947 F:      drivers/media/tuners/si2157*
8948
8949 SI2168 MEDIA DRIVER
8950 M:      Antti Palosaari <crope@iki.fi>
8951 L:      linux-media@vger.kernel.org
8952 W:      http://linuxtv.org/
8953 W:      http://palosaari.fi/linux/
8954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8955 T:      git git://linuxtv.org/anttip/media_tree.git
8956 S:      Maintained
8957 F:      drivers/media/dvb-frontends/si2168*
8958
8959 SI470X FM RADIO RECEIVER I2C DRIVER
8960 M:      Hans Verkuil <hverkuil@xs4all.nl>
8961 L:      linux-media@vger.kernel.org
8962 T:      git git://linuxtv.org/media_tree.git
8963 W:      http://linuxtv.org
8964 S:      Odd Fixes
8965 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8966
8967 SI470X FM RADIO RECEIVER USB DRIVER
8968 M:      Hans Verkuil <hverkuil@xs4all.nl>
8969 L:      linux-media@vger.kernel.org
8970 T:      git git://linuxtv.org/media_tree.git
8971 W:      http://linuxtv.org
8972 S:      Maintained
8973 F:      drivers/media/radio/si470x/radio-si470x-common.c
8974 F:      drivers/media/radio/si470x/radio-si470x.h
8975 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8976
8977 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8978 M:      Eduardo Valentin <edubezval@gmail.com>
8979 L:      linux-media@vger.kernel.org
8980 T:      git git://linuxtv.org/media_tree.git
8981 W:      http://linuxtv.org
8982 S:      Odd Fixes
8983 F:      drivers/media/radio/si4713/si4713.?
8984
8985 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8986 M:      Eduardo Valentin <edubezval@gmail.com>
8987 L:      linux-media@vger.kernel.org
8988 T:      git git://linuxtv.org/media_tree.git
8989 W:      http://linuxtv.org
8990 S:      Odd Fixes
8991 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8992
8993 SI4713 FM RADIO TRANSMITTER USB DRIVER
8994 M:      Hans Verkuil <hverkuil@xs4all.nl>
8995 L:      linux-media@vger.kernel.org
8996 T:      git git://linuxtv.org/media_tree.git
8997 W:      http://linuxtv.org
8998 S:      Maintained
8999 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9000
9001 SIANO DVB DRIVER
9002 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9003 L:      linux-media@vger.kernel.org
9004 W:      http://linuxtv.org
9005 T:      git git://linuxtv.org/media_tree.git
9006 S:      Odd fixes
9007 F:      drivers/media/common/siano/
9008 F:      drivers/media/usb/siano/
9009 F:      drivers/media/usb/siano/
9010 F:      drivers/media/mmc/siano/
9011
9012 SIMPLEFB FB DRIVER
9013 M:      Hans de Goede <hdegoede@redhat.com>
9014 L:      linux-fbdev@vger.kernel.org
9015 S:      Maintained
9016 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9017 F:      drivers/video/fbdev/simplefb.c
9018 F:      include/linux/platform_data/simplefb.h
9019
9020 SH_VEU V4L2 MEM2MEM DRIVER
9021 L:      linux-media@vger.kernel.org
9022 S:      Orphan
9023 F:      drivers/media/platform/sh_veu.c
9024
9025 SH_VOU V4L2 OUTPUT DRIVER
9026 L:      linux-media@vger.kernel.org
9027 S:      Orphan
9028 F:      drivers/media/platform/sh_vou.c
9029 F:      include/media/sh_vou.h
9030
9031 SIMPLE FIRMWARE INTERFACE (SFI)
9032 M:      Len Brown <lenb@kernel.org>
9033 L:      sfi-devel@simplefirmware.org
9034 W:      http://simplefirmware.org/
9035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9036 S:      Supported
9037 F:      arch/x86/platform/sfi/
9038 F:      drivers/sfi/
9039 F:      include/linux/sfi*.h
9040
9041 SIMTEC EB110ATX (Chalice CATS)
9042 P:      Ben Dooks
9043 P:      Vincent Sanders <vince@simtec.co.uk>
9044 M:      Simtec Linux Team <linux@simtec.co.uk>
9045 W:      http://www.simtec.co.uk/products/EB110ATX/
9046 S:      Supported
9047
9048 SIMTEC EB2410ITX (BAST)
9049 P:      Ben Dooks
9050 P:      Vincent Sanders <vince@simtec.co.uk>
9051 M:      Simtec Linux Team <linux@simtec.co.uk>
9052 W:      http://www.simtec.co.uk/products/EB2410ITX/
9053 S:      Supported
9054 F:      arch/arm/mach-s3c24xx/mach-bast.c
9055 F:      arch/arm/mach-s3c24xx/bast-ide.c
9056 F:      arch/arm/mach-s3c24xx/bast-irq.c
9057
9058 TI DAVINCI MACHINE SUPPORT
9059 M:      Sekhar Nori <nsekhar@ti.com>
9060 M:      Kevin Hilman <khilman@deeprootsystems.com>
9061 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9062 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9063 S:      Supported
9064 F:      arch/arm/mach-davinci/
9065 F:      drivers/i2c/busses/i2c-davinci.c
9066
9067 TI DAVINCI SERIES MEDIA DRIVER
9068 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9069 L:      linux-media@vger.kernel.org
9070 W:      http://linuxtv.org/
9071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9072 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9073 S:      Maintained
9074 F:      drivers/media/platform/davinci/
9075 F:      include/media/davinci/
9076
9077 TI AM437X VPFE DRIVER
9078 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9079 L:      linux-media@vger.kernel.org
9080 W:      http://linuxtv.org/
9081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9082 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9083 S:      Maintained
9084 F:      drivers/media/platform/am437x/
9085
9086 OV2659 OMNIVISION SENSOR DRIVER
9087 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9088 L:      linux-media@vger.kernel.org
9089 W:      http://linuxtv.org/
9090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9091 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9092 S:      Maintained
9093 F:      drivers/media/i2c/ov2659.c
9094 F:      include/media/ov2659.h
9095
9096 SIS 190 ETHERNET DRIVER
9097 M:      Francois Romieu <romieu@fr.zoreil.com>
9098 L:      netdev@vger.kernel.org
9099 S:      Maintained
9100 F:      drivers/net/ethernet/sis/sis190.c
9101
9102 SIS 900/7016 FAST ETHERNET DRIVER
9103 M:      Daniele Venzano <venza@brownhat.org>
9104 W:      http://www.brownhat.org/sis900.html
9105 L:      netdev@vger.kernel.org
9106 S:      Maintained
9107 F:      drivers/net/ethernet/sis/sis900.*
9108
9109 SIS FRAMEBUFFER DRIVER
9110 M:      Thomas Winischhofer <thomas@winischhofer.net>
9111 W:      http://www.winischhofer.net/linuxsisvga.shtml
9112 S:      Maintained
9113 F:      Documentation/fb/sisfb.txt
9114 F:      drivers/video/fbdev/sis/
9115 F:      include/video/sisfb.h
9116
9117 SIS USB2VGA DRIVER
9118 M:      Thomas Winischhofer <thomas@winischhofer.net>
9119 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9120 S:      Maintained
9121 F:      drivers/usb/misc/sisusbvga/
9122
9123 SLAB ALLOCATOR
9124 M:      Christoph Lameter <cl@linux.com>
9125 M:      Pekka Enberg <penberg@kernel.org>
9126 M:      David Rientjes <rientjes@google.com>
9127 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9128 M:      Andrew Morton <akpm@linux-foundation.org>
9129 L:      linux-mm@kvack.org
9130 S:      Maintained
9131 F:      include/linux/sl?b*.h
9132 F:      mm/sl?b*
9133
9134 SLEEPABLE READ-COPY UPDATE (SRCU)
9135 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9136 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9137 M:      Josh Triplett <josh@joshtriplett.org>
9138 R:      Steven Rostedt <rostedt@goodmis.org>
9139 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9140 L:      linux-kernel@vger.kernel.org
9141 W:      http://www.rdrop.com/users/paulmck/RCU/
9142 S:      Supported
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9144 F:      include/linux/srcu.h
9145 F:      kernel/rcu/srcu.c
9146
9147 SMACK SECURITY MODULE
9148 M:      Casey Schaufler <casey@schaufler-ca.com>
9149 L:      linux-security-module@vger.kernel.org
9150 W:      http://schaufler-ca.com
9151 T:      git git://git.gitorious.org/smack-next/kernel.git
9152 S:      Maintained
9153 F:      Documentation/security/Smack.txt
9154 F:      security/smack/
9155
9156 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9157 M:      Kevin Hilman <khilman@kernel.org>
9158 M:      Nishanth Menon <nm@ti.com>
9159 S:      Maintained
9160 F:      drivers/power/avs/
9161 F:      include/linux/power/smartreflex.h
9162 L:      linux-pm@vger.kernel.org
9163
9164 SMC91x ETHERNET DRIVER
9165 M:      Nicolas Pitre <nico@fluxnic.net>
9166 S:      Odd Fixes
9167 F:      drivers/net/ethernet/smsc/smc91x.*
9168
9169 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9170 M:      Sakari Ailus <sakari.ailus@iki.fi>
9171 L:      linux-media@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/media/i2c/smiapp/
9174 F:      include/media/smiapp.h
9175 F:      drivers/media/i2c/smiapp-pll.c
9176 F:      drivers/media/i2c/smiapp-pll.h
9177 F:      include/uapi/linux/smiapp.h
9178 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9179
9180 SMM665 HARDWARE MONITOR DRIVER
9181 M:      Guenter Roeck <linux@roeck-us.net>
9182 L:      lm-sensors@lm-sensors.org
9183 S:      Maintained
9184 F:      Documentation/hwmon/smm665
9185 F:      drivers/hwmon/smm665.c
9186
9187 SMSC EMC2103 HARDWARE MONITOR DRIVER
9188 M:      Steve Glendinning <steve.glendinning@shawell.net>
9189 L:      lm-sensors@lm-sensors.org
9190 S:      Maintained
9191 F:      Documentation/hwmon/emc2103
9192 F:      drivers/hwmon/emc2103.c
9193
9194 SMSC SCH5627 HARDWARE MONITOR DRIVER
9195 M:      Hans de Goede <hdegoede@redhat.com>
9196 L:      lm-sensors@lm-sensors.org
9197 S:      Supported
9198 F:      Documentation/hwmon/sch5627
9199 F:      drivers/hwmon/sch5627.c
9200
9201 SMSC47B397 HARDWARE MONITOR DRIVER
9202 M:      Jean Delvare <jdelvare@suse.de>
9203 L:      lm-sensors@lm-sensors.org
9204 S:      Maintained
9205 F:      Documentation/hwmon/smsc47b397
9206 F:      drivers/hwmon/smsc47b397.c
9207
9208 SMSC911x ETHERNET DRIVER
9209 M:      Steve Glendinning <steve.glendinning@shawell.net>
9210 L:      netdev@vger.kernel.org
9211 S:      Maintained
9212 F:      include/linux/smsc911x.h
9213 F:      drivers/net/ethernet/smsc/smsc911x.*
9214
9215 SMSC9420 PCI ETHERNET DRIVER
9216 M:      Steve Glendinning <steve.glendinning@shawell.net>
9217 L:      netdev@vger.kernel.org
9218 S:      Maintained
9219 F:      drivers/net/ethernet/smsc/smsc9420.*
9220
9221 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9222 M:      Steve Glendinning <steve.glendinning@shawell.net>
9223 L:      linux-fbdev@vger.kernel.org
9224 S:      Maintained
9225 F:      drivers/video/fbdev/smscufx.c
9226
9227 SOC-CAMERA V4L2 SUBSYSTEM
9228 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9229 L:      linux-media@vger.kernel.org
9230 T:      git git://linuxtv.org/media_tree.git
9231 S:      Maintained
9232 F:      include/media/soc*
9233 F:      drivers/media/i2c/soc_camera/
9234 F:      drivers/media/platform/soc_camera/
9235
9236 SOEKRIS NET48XX LED SUPPORT
9237 M:      Chris Boot <bootc@bootc.net>
9238 S:      Maintained
9239 F:      drivers/leds/leds-net48xx.c
9240
9241 SOFTLOGIC 6x10 MPEG CODEC
9242 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9243 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9244 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9245 M:      Ismael Luceno <ismael@iodev.co.uk>
9246 L:      linux-media@vger.kernel.org
9247 S:      Supported
9248 F:      drivers/media/pci/solo6x10/
9249
9250 SOFTWARE RAID (Multiple Disks) SUPPORT
9251 M:      Neil Brown <neilb@suse.de>
9252 L:      linux-raid@vger.kernel.org
9253 S:      Supported
9254 F:      drivers/md/
9255 F:      include/linux/raid/
9256 F:      include/uapi/linux/raid/
9257
9258 SONIC NETWORK DRIVER
9259 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9260 L:      netdev@vger.kernel.org
9261 S:      Maintained
9262 F:      drivers/net/ethernet/natsemi/sonic.*
9263
9264 SONICS SILICON BACKPLANE DRIVER (SSB)
9265 M:      Michael Buesch <m@bues.ch>
9266 L:      netdev@vger.kernel.org
9267 S:      Maintained
9268 F:      drivers/ssb/
9269 F:      include/linux/ssb/
9270
9271 SONY VAIO CONTROL DEVICE DRIVER
9272 M:      Mattia Dongili <malattia@linux.it>
9273 L:      platform-driver-x86@vger.kernel.org
9274 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9275 S:      Maintained
9276 F:      Documentation/laptops/sony-laptop.txt
9277 F:      drivers/char/sonypi.c
9278 F:      drivers/platform/x86/sony-laptop.c
9279 F:      include/linux/sony-laptop.h
9280
9281 SONY MEMORYSTICK CARD SUPPORT
9282 M:      Alex Dubov <oakad@yahoo.com>
9283 W:      http://tifmxx.berlios.de/
9284 S:      Maintained
9285 F:      drivers/memstick/host/tifm_ms.c
9286
9287 SONY MEMORYSTICK STANDARD SUPPORT
9288 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9289 S:      Maintained
9290 F:      drivers/memstick/core/ms_block.*
9291
9292 SOUND
9293 M:      Jaroslav Kysela <perex@perex.cz>
9294 M:      Takashi Iwai <tiwai@suse.de>
9295 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9296 W:      http://www.alsa-project.org/
9297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9298 T:      git git://git.alsa-project.org/alsa-kernel.git
9299 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9300 S:      Maintained
9301 F:      Documentation/sound/
9302 F:      include/sound/
9303 F:      include/uapi/sound/
9304 F:      sound/
9305
9306 SOUND - COMPRESSED AUDIO
9307 M:      Vinod Koul <vinod.koul@intel.com>
9308 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9310 S:      Supported
9311 F:      Documentation/sound/alsa/compress_offload.txt
9312 F:      include/sound/compress_driver.h
9313 F:      include/uapi/sound/compress_*
9314 F:      sound/core/compress_offload.c
9315 F:      sound/soc/soc-compress.c
9316
9317 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9318 M:      Liam Girdwood <lgirdwood@gmail.com>
9319 M:      Mark Brown <broonie@kernel.org>
9320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9321 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9322 W:      http://alsa-project.org/main/index.php/ASoC
9323 S:      Supported
9324 F:      Documentation/sound/alsa/soc/
9325 F:      sound/soc/
9326 F:      include/sound/soc*
9327
9328 SOUND - DMAENGINE HELPERS
9329 M:      Lars-Peter Clausen <lars@metafoo.de>
9330 S:      Supported
9331 F:      include/sound/dmaengine_pcm.h
9332 F:      sound/core/pcm_dmaengine.c
9333 F:      sound/soc/soc-generic-dmaengine-pcm.c
9334
9335 SP2 MEDIA DRIVER
9336 M:      Olli Salonen <olli.salonen@iki.fi>
9337 L:      linux-media@vger.kernel.org
9338 W:      http://linuxtv.org/
9339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9340 S:      Maintained
9341 F:      drivers/media/dvb-frontends/sp2*
9342
9343 SPARC + UltraSPARC (sparc/sparc64)
9344 M:      "David S. Miller" <davem@davemloft.net>
9345 L:      sparclinux@vger.kernel.org
9346 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9349 S:      Maintained
9350 F:      arch/sparc/
9351 F:      drivers/sbus/
9352
9353 SPARC SERIAL DRIVERS
9354 M:      "David S. Miller" <davem@davemloft.net>
9355 L:      sparclinux@vger.kernel.org
9356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9358 S:      Maintained
9359 F:      include/linux/sunserialcore.h
9360 F:      drivers/tty/serial/suncore.c
9361 F:      drivers/tty/serial/sunhv.c
9362 F:      drivers/tty/serial/sunsab.c
9363 F:      drivers/tty/serial/sunsab.h
9364 F:      drivers/tty/serial/sunsu.c
9365 F:      drivers/tty/serial/sunzilog.c
9366 F:      drivers/tty/serial/sunzilog.h
9367
9368 SPARSE CHECKER
9369 M:      "Christopher Li" <sparse@chrisli.org>
9370 L:      linux-sparse@vger.kernel.org
9371 W:      https://sparse.wiki.kernel.org/
9372 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9373 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9374 S:      Maintained
9375 F:      include/linux/compiler.h
9376
9377 SPEAR PLATFORM SUPPORT
9378 M:      Viresh Kumar <viresh.linux@gmail.com>
9379 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9380 L:      spear-devel@list.st.com
9381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9382 W:      http://www.st.com/spear
9383 S:      Maintained
9384 F:      arch/arm/mach-spear/
9385
9386 SPEAR CLOCK FRAMEWORK SUPPORT
9387 M:      Viresh Kumar <viresh.linux@gmail.com>
9388 L:      spear-devel@list.st.com
9389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9390 W:      http://www.st.com/spear
9391 S:      Maintained
9392 F:      drivers/clk/spear/
9393
9394 SPI SUBSYSTEM
9395 M:      Mark Brown <broonie@kernel.org>
9396 L:      linux-spi@vger.kernel.org
9397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9398 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9399 S:      Maintained
9400 F:      Documentation/spi/
9401 F:      drivers/spi/
9402 F:      include/linux/spi/
9403 F:      include/uapi/linux/spi/
9404
9405 SPIDERNET NETWORK DRIVER for CELL
9406 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9407 M:      Jens Osterkamp <jens@de.ibm.com>
9408 L:      netdev@vger.kernel.org
9409 S:      Supported
9410 F:      Documentation/networking/spider_net.txt
9411 F:      drivers/net/ethernet/toshiba/spider_net*
9412
9413 SPU FILE SYSTEM
9414 M:      Jeremy Kerr <jk@ozlabs.org>
9415 L:      linuxppc-dev@lists.ozlabs.org
9416 L:      cbe-oss-dev@lists.ozlabs.org
9417 W:      http://www.ibm.com/developerworks/power/cell/
9418 S:      Supported
9419 F:      Documentation/filesystems/spufs.txt
9420 F:      arch/powerpc/platforms/cell/spufs/
9421
9422 SQUASHFS FILE SYSTEM
9423 M:      Phillip Lougher <phillip@squashfs.org.uk>
9424 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9425 W:      http://squashfs.org.uk
9426 S:      Maintained
9427 F:      Documentation/filesystems/squashfs.txt
9428 F:      fs/squashfs/
9429
9430 SRM (Alpha) environment access
9431 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9432 S:      Maintained
9433 F:      arch/alpha/kernel/srm_env.c
9434
9435 STABLE BRANCH
9436 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9437 L:      stable@vger.kernel.org
9438 S:      Supported
9439 F:      Documentation/stable_kernel_rules.txt
9440
9441 STAGING SUBSYSTEM
9442 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9444 L:      devel@driverdev.osuosl.org
9445 S:      Supported
9446 F:      drivers/staging/
9447
9448 STAGING - COMEDI
9449 M:      Ian Abbott <abbotti@mev.co.uk>
9450 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9451 S:      Odd Fixes
9452 F:      drivers/staging/comedi/
9453
9454 STAGING - FLARION FT1000 DRIVERS
9455 M:      Marek Belisko <marek.belisko@gmail.com>
9456 S:      Odd Fixes
9457 F:      drivers/staging/ft1000/
9458
9459 STAGING - INDUSTRIAL IO
9460 M:      Jonathan Cameron <jic23@kernel.org>
9461 L:      linux-iio@vger.kernel.org
9462 S:      Odd Fixes
9463 F:      drivers/staging/iio/
9464
9465 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9466 M:      Jarod Wilson <jarod@wilsonet.com>
9467 W:      http://www.lirc.org/
9468 S:      Odd Fixes
9469 F:      drivers/staging/media/lirc/
9470
9471 STAGING - LUSTRE PARALLEL FILESYSTEM
9472 M:      Oleg Drokin <oleg.drokin@intel.com>
9473 M:      Andreas Dilger <andreas.dilger@intel.com>
9474 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9475 W:      http://lustre.opensfs.org/
9476 S:      Maintained
9477 F:      drivers/staging/lustre
9478
9479 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9480 M:      Julian Andres Klode <jak@jak-linux.org>
9481 M:      Marc Dietrich <marvin24@gmx.de>
9482 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9483 L:      linux-tegra@vger.kernel.org
9484 S:      Maintained
9485 F:      drivers/staging/nvec/
9486
9487 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9488 M:      Jens Frederich <jfrederich@gmail.com>
9489 M:      Daniel Drake <dsd@laptop.org>
9490 M:      Jon Nettleton <jon.nettleton@gmail.com>
9491 W:      http://wiki.laptop.org/go/DCON
9492 S:      Maintained
9493 F:      drivers/staging/olpc_dcon/
9494
9495 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9496 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9497 S:      Maintained
9498 F:      drivers/staging/ozwpan/
9499
9500 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9501 M:      Willy Tarreau <willy@meta-x.org>
9502 S:      Odd Fixes
9503 F:      drivers/staging/panel/
9504
9505 STAGING - REALTEK RTL8712U DRIVERS
9506 M:      Larry Finger <Larry.Finger@lwfinger.net>
9507 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9508 S:      Odd Fixes
9509 F:      drivers/staging/rtl8712/
9510
9511 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9512 M:      Larry Finger <Larry.Finger@lwfinger.net>
9513 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9514 L:      linux-wireless@vger.kernel.org
9515 S:      Maintained
9516 F:      drivers/staging/rtl8723au/
9517
9518 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9519 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9520 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9521 M:      Sudip Mukherjee <sudip@vectorindia.org>
9522 L:      linux-fbdev@vger.kernel.org
9523 S:      Maintained
9524 F:      drivers/staging/sm7xxfb/
9525
9526 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9527 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9528 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9529 M:      Sudip Mukherjee <sudip@vectorindia.org>
9530 L:      linux-fbdev@vger.kernel.org
9531 S:      Maintained
9532 F:      drivers/staging/sm750fb/
9533
9534 STAGING - SLICOSS
9535 M:      Lior Dotan <liodot@gmail.com>
9536 M:      Christopher Harrer <charrer@alacritech.com>
9537 S:      Odd Fixes
9538 F:      drivers/staging/slicoss/
9539
9540 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9541 M:      William Hubbs <w.d.hubbs@gmail.com>
9542 M:      Chris Brannon <chris@the-brannons.com>
9543 M:      Kirk Reiser <kirk@reisers.ca>
9544 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9545 L:      speakup@linux-speakup.org
9546 W:      http://www.linux-speakup.org/
9547 S:      Odd Fixes
9548 F:      drivers/staging/speakup/
9549
9550 STAGING - VIA VT665X DRIVERS
9551 M:      Forest Bond <forest@alittletooquiet.net>
9552 S:      Odd Fixes
9553 F:      drivers/staging/vt665?/
9554
9555 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9556 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9557 S:      Odd Fixes
9558 F:      drivers/staging/xgifb/
9559
9560 STARFIRE/DURALAN NETWORK DRIVER
9561 M:      Ion Badulescu <ionut@badula.org>
9562 S:      Odd Fixes
9563 F:      drivers/net/ethernet/adaptec/starfire*
9564
9565 SUN3/3X
9566 M:      Sam Creasey <sammy@sammy.net>
9567 W:      http://sammy.net/sun3/
9568 S:      Maintained
9569 F:      arch/m68k/kernel/*sun3*
9570 F:      arch/m68k/sun3*/
9571 F:      arch/m68k/include/asm/sun3*
9572 F:      drivers/net/ethernet/i825xx/sun3*
9573
9574 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9575 M:      Hans de Goede <hdegoede@redhat.com>
9576 L:      linux-input@vger.kernel.org
9577 S:      Maintained
9578 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9579 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9580
9581 SUNDANCE NETWORK DRIVER
9582 M:      Denis Kirjanov <kda@linux-powerpc.org>
9583 L:      netdev@vger.kernel.org
9584 S:      Maintained
9585 F:      drivers/net/ethernet/dlink/sundance.c
9586
9587 SUPERH
9588 L:      linux-sh@vger.kernel.org
9589 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9590 S:      Orphan
9591 F:      Documentation/sh/
9592 F:      arch/sh/
9593 F:      drivers/sh/
9594
9595 SUSPEND TO RAM
9596 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9597 M:      Len Brown <len.brown@intel.com>
9598 M:      Pavel Machek <pavel@ucw.cz>
9599 L:      linux-pm@vger.kernel.org
9600 S:      Supported
9601 F:      Documentation/power/
9602 F:      arch/x86/kernel/acpi/
9603 F:      drivers/base/power/
9604 F:      kernel/power/
9605 F:      include/linux/suspend.h
9606 F:      include/linux/freezer.h
9607 F:      include/linux/pm.h
9608
9609 SVGA HANDLING
9610 M:      Martin Mares <mj@ucw.cz>
9611 L:      linux-video@atrey.karlin.mff.cuni.cz
9612 S:      Maintained
9613 F:      Documentation/svga.txt
9614 F:      arch/x86/boot/video*
9615
9616 SWIOTLB SUBSYSTEM
9617 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9618 L:      linux-kernel@vger.kernel.org
9619 S:      Supported
9620 F:      lib/swiotlb.c
9621 F:      arch/*/kernel/pci-swiotlb.c
9622 F:      include/linux/swiotlb.h
9623
9624 SWITCHDEV
9625 M:      Jiri Pirko <jiri@resnulli.us>
9626 L:      netdev@vger.kernel.org
9627 S:      Supported
9628 F:      net/switchdev/
9629 F:      include/net/switchdev.h
9630
9631 SYNOPSYS ARC ARCHITECTURE
9632 M:      Vineet Gupta <vgupta@synopsys.com>
9633 S:      Supported
9634 F:      arch/arc/
9635 F:      Documentation/devicetree/bindings/arc/
9636 F:      drivers/tty/serial/arc_uart.c
9637
9638 SYSTEM CONFIGURATION (SYSCON)
9639 M:      Lee Jones <lee.jones@linaro.org>
9640 M:      Arnd Bergmann <arnd@arndb.de>
9641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9642 S:      Supported
9643 F:      drivers/mfd/syscon.c
9644
9645 SYSV FILESYSTEM
9646 M:      Christoph Hellwig <hch@infradead.org>
9647 S:      Maintained
9648 F:      Documentation/filesystems/sysv-fs.txt
9649 F:      fs/sysv/
9650 F:      include/linux/sysv_fs.h
9651
9652 TARGET SUBSYSTEM
9653 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9654 L:      linux-scsi@vger.kernel.org
9655 L:      target-devel@vger.kernel.org
9656 W:      http://www.linux-iscsi.org
9657 W:      http://groups.google.com/group/linux-iscsi-target-dev
9658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9659 S:      Supported
9660 F:      drivers/target/
9661 F:      include/target/
9662 F:      Documentation/target/
9663
9664 TASKSTATS STATISTICS INTERFACE
9665 M:      Balbir Singh <bsingharora@gmail.com>
9666 S:      Maintained
9667 F:      Documentation/accounting/taskstats*
9668 F:      include/linux/taskstats*
9669 F:      kernel/taskstats.c
9670
9671 TC CLASSIFIER
9672 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9673 L:      netdev@vger.kernel.org
9674 S:      Maintained
9675 F:      include/net/pkt_cls.h
9676 F:      include/uapi/linux/pkt_cls.h
9677 F:      net/sched/
9678
9679 TCP LOW PRIORITY MODULE
9680 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9681 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9682 W:      http://tcp-lp-mod.sourceforge.net/
9683 S:      Maintained
9684 F:      net/ipv4/tcp_lp.c
9685
9686 TDA10071 MEDIA DRIVER
9687 M:      Antti Palosaari <crope@iki.fi>
9688 L:      linux-media@vger.kernel.org
9689 W:      http://linuxtv.org/
9690 W:      http://palosaari.fi/linux/
9691 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9692 T:      git git://linuxtv.org/anttip/media_tree.git
9693 S:      Maintained
9694 F:      drivers/media/dvb-frontends/tda10071*
9695
9696 TDA18212 MEDIA DRIVER
9697 M:      Antti Palosaari <crope@iki.fi>
9698 L:      linux-media@vger.kernel.org
9699 W:      http://linuxtv.org/
9700 W:      http://palosaari.fi/linux/
9701 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9702 T:      git git://linuxtv.org/anttip/media_tree.git
9703 S:      Maintained
9704 F:      drivers/media/tuners/tda18212*
9705
9706 TDA18218 MEDIA DRIVER
9707 M:      Antti Palosaari <crope@iki.fi>
9708 L:      linux-media@vger.kernel.org
9709 W:      http://linuxtv.org/
9710 W:      http://palosaari.fi/linux/
9711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9712 T:      git git://linuxtv.org/anttip/media_tree.git
9713 S:      Maintained
9714 F:      drivers/media/tuners/tda18218*
9715
9716 TDA18271 MEDIA DRIVER
9717 M:      Michael Krufky <mkrufky@linuxtv.org>
9718 L:      linux-media@vger.kernel.org
9719 W:      http://linuxtv.org/
9720 W:      http://github.com/mkrufky
9721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9722 T:      git git://linuxtv.org/mkrufky/tuners.git
9723 S:      Maintained
9724 F:      drivers/media/tuners/tda18271*
9725
9726 TDA827x MEDIA DRIVER
9727 M:      Michael Krufky <mkrufky@linuxtv.org>
9728 L:      linux-media@vger.kernel.org
9729 W:      http://linuxtv.org/
9730 W:      http://github.com/mkrufky
9731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9732 T:      git git://linuxtv.org/mkrufky/tuners.git
9733 S:      Maintained
9734 F:      drivers/media/tuners/tda8290.*
9735
9736 TDA8290 MEDIA DRIVER
9737 M:      Michael Krufky <mkrufky@linuxtv.org>
9738 L:      linux-media@vger.kernel.org
9739 W:      http://linuxtv.org/
9740 W:      http://github.com/mkrufky
9741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9742 T:      git git://linuxtv.org/mkrufky/tuners.git
9743 S:      Maintained
9744 F:      drivers/media/tuners/tda8290.*
9745
9746 TDA9840 MEDIA DRIVER
9747 M:      Hans Verkuil <hverkuil@xs4all.nl>
9748 L:      linux-media@vger.kernel.org
9749 T:      git git://linuxtv.org/media_tree.git
9750 W:      http://linuxtv.org
9751 S:      Maintained
9752 F:      drivers/media/i2c/tda9840*
9753
9754 TEA5761 TUNER DRIVER
9755 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9756 L:      linux-media@vger.kernel.org
9757 W:      http://linuxtv.org
9758 T:      git git://linuxtv.org/media_tree.git
9759 S:      Odd fixes
9760 F:      drivers/media/tuners/tea5761.*
9761
9762 TEA5767 TUNER DRIVER
9763 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9764 L:      linux-media@vger.kernel.org
9765 W:      http://linuxtv.org
9766 T:      git git://linuxtv.org/media_tree.git
9767 S:      Maintained
9768 F:      drivers/media/tuners/tea5767.*
9769
9770 TEA6415C MEDIA DRIVER
9771 M:      Hans Verkuil <hverkuil@xs4all.nl>
9772 L:      linux-media@vger.kernel.org
9773 T:      git git://linuxtv.org/media_tree.git
9774 W:      http://linuxtv.org
9775 S:      Maintained
9776 F:      drivers/media/i2c/tea6415c*
9777
9778 TEA6420 MEDIA DRIVER
9779 M:      Hans Verkuil <hverkuil@xs4all.nl>
9780 L:      linux-media@vger.kernel.org
9781 T:      git git://linuxtv.org/media_tree.git
9782 W:      http://linuxtv.org
9783 S:      Maintained
9784 F:      drivers/media/i2c/tea6420*
9785
9786 TEAM DRIVER
9787 M:      Jiri Pirko <jiri@resnulli.us>
9788 L:      netdev@vger.kernel.org
9789 S:      Supported
9790 F:      drivers/net/team/
9791 F:      include/linux/if_team.h
9792 F:      include/uapi/linux/if_team.h
9793
9794 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9795 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9796 S:      Maintained
9797 F:      arch/x86/platform/ts5500/
9798
9799 TECHNOTREND USB IR RECEIVER
9800 M:      Sean Young <sean@mess.org>
9801 L:      linux-media@vger.kernel.org
9802 S:      Maintained
9803 F:      drivers/media/rc/ttusbir.c
9804
9805 TEGRA ARCHITECTURE SUPPORT
9806 M:      Stephen Warren <swarren@wwwdotorg.org>
9807 M:      Thierry Reding <thierry.reding@gmail.com>
9808 M:      Alexandre Courbot <gnurou@gmail.com>
9809 L:      linux-tegra@vger.kernel.org
9810 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9812 S:      Supported
9813 N:      [^a-z]tegra
9814
9815 TEGRA CLOCK DRIVER
9816 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9817 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9818 S:      Supported
9819 F:      drivers/clk/tegra/
9820
9821 TEGRA DMA DRIVER
9822 M:      Laxman Dewangan <ldewangan@nvidia.com>
9823 S:      Supported
9824 F:      drivers/dma/tegra20-apb-dma.c
9825
9826 TEGRA I2C DRIVER
9827 M:      Laxman Dewangan <ldewangan@nvidia.com>
9828 S:      Supported
9829 F:      drivers/i2c/busses/i2c-tegra.c
9830
9831 TEGRA IOMMU DRIVERS
9832 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9833 S:      Supported
9834 F:      drivers/iommu/tegra*
9835
9836 TEGRA KBC DRIVER
9837 M:      Rakesh Iyer <riyer@nvidia.com>
9838 M:      Laxman Dewangan <ldewangan@nvidia.com>
9839 S:      Supported
9840 F:      drivers/input/keyboard/tegra-kbc.c
9841
9842 TEGRA PWM DRIVER
9843 M:      Thierry Reding <thierry.reding@gmail.com>
9844 S:      Supported
9845 F:      drivers/pwm/pwm-tegra.c
9846
9847 TEGRA SERIAL DRIVER
9848 M:      Laxman Dewangan <ldewangan@nvidia.com>
9849 S:      Supported
9850 F:      drivers/tty/serial/serial-tegra.c
9851
9852 TEGRA SPI DRIVER
9853 M:      Laxman Dewangan <ldewangan@nvidia.com>
9854 S:      Supported
9855 F:      drivers/spi/spi-tegra*
9856
9857 TEHUTI ETHERNET DRIVER
9858 M:      Andy Gospodarek <andy@greyhouse.net>
9859 L:      netdev@vger.kernel.org
9860 S:      Supported
9861 F:      drivers/net/ethernet/tehuti/*
9862
9863 Telecom Clock Driver for MCPL0010
9864 M:      Mark Gross <mark.gross@intel.com>
9865 S:      Supported
9866 F:      drivers/char/tlclk.c
9867
9868 TENSILICA XTENSA PORT (xtensa)
9869 M:      Chris Zankel <chris@zankel.net>
9870 M:      Max Filippov <jcmvbkbc@gmail.com>
9871 L:      linux-xtensa@linux-xtensa.org
9872 S:      Maintained
9873 F:      arch/xtensa/
9874 F:      drivers/irqchip/irq-xtensa-*
9875
9876 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9877 M:      Hans Verkuil <hverkuil@xs4all.nl>
9878 L:      linux-media@vger.kernel.org
9879 T:      git git://linuxtv.org/media_tree.git
9880 W:      http://linuxtv.org
9881 S:      Maintained
9882 F:      drivers/media/radio/radio-raremono.c
9883
9884 THERMAL
9885 M:      Zhang Rui <rui.zhang@intel.com>
9886 M:      Eduardo Valentin <edubezval@gmail.com>
9887 L:      linux-pm@vger.kernel.org
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9890 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9891 S:      Supported
9892 F:      drivers/thermal/
9893 F:      include/linux/thermal.h
9894 F:      include/uapi/linux/thermal.h
9895 F:      include/linux/cpu_cooling.h
9896 F:      Documentation/devicetree/bindings/thermal/
9897
9898 THINGM BLINK(1) USB RGB LED DRIVER
9899 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9900 S:      Maintained
9901 F:      drivers/hid/hid-thingm.c
9902
9903 THINKPAD ACPI EXTRAS DRIVER
9904 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9905 L:      ibm-acpi-devel@lists.sourceforge.net
9906 L:      platform-driver-x86@vger.kernel.org
9907 W:      http://ibm-acpi.sourceforge.net
9908 W:      http://thinkwiki.org/wiki/Ibm-acpi
9909 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9910 S:      Maintained
9911 F:      drivers/platform/x86/thinkpad_acpi.c
9912
9913 TI BANDGAP AND THERMAL DRIVER
9914 M:      Eduardo Valentin <edubezval@gmail.com>
9915 L:      linux-pm@vger.kernel.org
9916 L:      linux-omap@vger.kernel.org
9917 S:      Maintained
9918 F:      drivers/thermal/ti-soc-thermal/
9919
9920 TI CDCE706 CLOCK DRIVER
9921 M:      Max Filippov <jcmvbkbc@gmail.com>
9922 S:      Maintained
9923 F:      drivers/clk/clk-cdce706.c
9924
9925 TI CLOCK DRIVER
9926 M:      Tero Kristo <t-kristo@ti.com>
9927 L:      linux-omap@vger.kernel.org
9928 S:      Maintained
9929 F:      drivers/clk/ti/
9930 F:      include/linux/clk/ti.h
9931
9932 TI FLASH MEDIA INTERFACE DRIVER
9933 M:      Alex Dubov <oakad@yahoo.com>
9934 S:      Maintained
9935 F:      drivers/misc/tifm*
9936 F:      drivers/mmc/host/tifm_sd.c
9937 F:      include/linux/tifm.h
9938
9939 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9940 M:      Santosh Shilimkar <ssantosh@kernel.org>
9941 L:      linux-kernel@vger.kernel.org
9942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9943 S:      Maintained
9944 F:      drivers/soc/ti/*
9945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9946
9947
9948 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9949 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9950 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9951 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9952 S:      Maintained
9953 F:      sound/soc/codecs/lm49453*
9954 F:      sound/soc/codecs/isabelle*
9955
9956 TI LP855x BACKLIGHT DRIVER
9957 M:      Milo Kim <milo.kim@ti.com>
9958 S:      Maintained
9959 F:      Documentation/backlight/lp855x-driver.txt
9960 F:      drivers/video/backlight/lp855x_bl.c
9961 F:      include/linux/platform_data/lp855x.h
9962
9963 TI LP8727 CHARGER DRIVER
9964 M:      Milo Kim <milo.kim@ti.com>
9965 S:      Maintained
9966 F:      drivers/power/lp8727_charger.c
9967 F:      include/linux/platform_data/lp8727.h
9968
9969 TI LP8788 MFD DRIVER
9970 M:      Milo Kim <milo.kim@ti.com>
9971 S:      Maintained
9972 F:      drivers/iio/adc/lp8788_adc.c
9973 F:      drivers/leds/leds-lp8788.c
9974 F:      drivers/mfd/lp8788*.c
9975 F:      drivers/power/lp8788-charger.c
9976 F:      drivers/regulator/lp8788-*.c
9977 F:      include/linux/mfd/lp8788*.h
9978
9979 TI NETCP ETHERNET DRIVER
9980 M:      Wingman Kwok <w-kwok2@ti.com>
9981 M:      Murali Karicheri <m-karicheri2@ti.com>
9982 L:      netdev@vger.kernel.org
9983 S:      Maintained
9984 F:      drivers/net/ethernet/ti/netcp*
9985
9986 TI TWL4030 SERIES SOC CODEC DRIVER
9987 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9988 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9989 S:      Maintained
9990 F:      sound/soc/codecs/twl4030*
9991
9992 TI WILINK WIRELESS DRIVERS
9993 L:      linux-wireless@vger.kernel.org
9994 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9995 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9997 S:      Orphan
9998 F:      drivers/net/wireless/ti/
9999 F:      include/linux/wl12xx.h
10000
10001 TIPC NETWORK LAYER
10002 M:      Jon Maloy <jon.maloy@ericsson.com>
10003 M:      Ying Xue <ying.xue@windriver.com>
10004 L:      netdev@vger.kernel.org (core kernel code)
10005 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10006 W:      http://tipc.sourceforge.net/
10007 S:      Maintained
10008 F:      include/uapi/linux/tipc*.h
10009 F:      net/tipc/
10010
10011 TILE ARCHITECTURE
10012 M:      Chris Metcalf <cmetcalf@ezchip.com>
10013 W:      http://www.ezchip.com/scm/
10014 S:      Supported
10015 F:      arch/tile/
10016 F:      drivers/char/tile-srom.c
10017 F:      drivers/edac/tile_edac.c
10018 F:      drivers/net/ethernet/tile/
10019 F:      drivers/rtc/rtc-tile.c
10020 F:      drivers/tty/hvc/hvc_tile.c
10021 F:      drivers/tty/serial/tilegx.c
10022 F:      drivers/usb/host/*-tilegx.c
10023 F:      include/linux/usb/tilegx.h
10024
10025 TLAN NETWORK DRIVER
10026 M:      Samuel Chessman <chessman@tux.org>
10027 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10028 W:      http://sourceforge.net/projects/tlan/
10029 S:      Maintained
10030 F:      Documentation/networking/tlan.txt
10031 F:      drivers/net/ethernet/ti/tlan.*
10032
10033 TOMOYO SECURITY MODULE
10034 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10035 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10036 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10037 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10038 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10039 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10040 W:      http://tomoyo.sourceforge.jp/
10041 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10042 S:      Maintained
10043 F:      security/tomoyo/
10044
10045 TOPSTAR LAPTOP EXTRAS DRIVER
10046 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10047 L:      platform-driver-x86@vger.kernel.org
10048 S:      Maintained
10049 F:      drivers/platform/x86/topstar-laptop.c
10050
10051 TOSHIBA ACPI EXTRAS DRIVER
10052 M:      Azael Avalos <coproscefalo@gmail.com>
10053 L:      platform-driver-x86@vger.kernel.org
10054 S:      Maintained
10055 F:      drivers/platform/x86/toshiba_acpi.c
10056
10057 TOSHIBA BLUETOOTH DRIVER
10058 M:      Azael Avalos <coproscefalo@gmail.com>
10059 L:      platform-driver-x86@vger.kernel.org
10060 S:      Maintained
10061 F:      drivers/platform/x86/toshiba_bluetooth.c
10062
10063 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10064 M:      Azael Avalos <coproscefalo@gmail.com>
10065 L:      platform-driver-x86@vger.kernel.org
10066 S:      Maintained
10067 F:      drivers/platform/x86/toshiba_haps.c
10068
10069 TOSHIBA SMM DRIVER
10070 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10071 L:      tlinux-users@tce.toshiba-dme.co.jp
10072 W:      http://www.buzzard.org.uk/toshiba/
10073 S:      Maintained
10074 F:      drivers/char/toshiba.c
10075 F:      include/linux/toshiba.h
10076 F:      include/uapi/linux/toshiba.h
10077
10078 TMIO MMC DRIVER
10079 M:      Ian Molton <ian@mnementh.co.uk>
10080 L:      linux-mmc@vger.kernel.org
10081 S:      Maintained
10082 F:      drivers/mmc/host/tmio_mmc*
10083 F:      drivers/mmc/host/sh_mobile_sdhi.c
10084 F:      include/linux/mmc/tmio.h
10085 F:      include/linux/mmc/sh_mobile_sdhi.h
10086
10087 TMP401 HARDWARE MONITOR DRIVER
10088 M:      Guenter Roeck <linux@roeck-us.net>
10089 L:      lm-sensors@lm-sensors.org
10090 S:      Maintained
10091 F:      Documentation/hwmon/tmp401
10092 F:      drivers/hwmon/tmp401.c
10093
10094 TMPFS (SHMEM FILESYSTEM)
10095 M:      Hugh Dickins <hughd@google.com>
10096 L:      linux-mm@kvack.org
10097 S:      Maintained
10098 F:      include/linux/shmem_fs.h
10099 F:      mm/shmem.c
10100
10101 TM6000 VIDEO4LINUX DRIVER
10102 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10103 L:      linux-media@vger.kernel.org
10104 W:      http://linuxtv.org
10105 T:      git git://linuxtv.org/media_tree.git
10106 S:      Odd fixes
10107 F:      drivers/media/usb/tm6000/
10108
10109 TW68 VIDEO4LINUX DRIVER
10110 M:      Hans Verkuil <hverkuil@xs4all.nl>
10111 L:      linux-media@vger.kernel.org
10112 T:      git git://linuxtv.org/media_tree.git
10113 W:      http://linuxtv.org
10114 S:      Odd Fixes
10115 F:      drivers/media/pci/tw68/
10116
10117 TPM DEVICE DRIVER
10118 M:      Peter Huewe <peterhuewe@gmx.de>
10119 M:      Marcel Selhorst <tpmdd@selhorst.net>
10120 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10121 W:      http://tpmdd.sourceforge.net
10122 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10123 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10124 T:      https://github.com/PeterHuewe/linux-tpmdd
10125 S:      Maintained
10126 F:      drivers/char/tpm/
10127
10128 TPM IBM_VTPM DEVICE DRIVER
10129 M:      Ashley Lai <ashleydlai@gmail.com>
10130 W:      http://tpmdd.sourceforge.net
10131 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10132 S:      Maintained
10133 F:      drivers/char/tpm/tpm_ibmvtpm*
10134
10135 TRACING
10136 M:      Steven Rostedt <rostedt@goodmis.org>
10137 M:      Ingo Molnar <mingo@redhat.com>
10138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10139 S:      Maintained
10140 F:      Documentation/trace/ftrace.txt
10141 F:      arch/*/*/*/ftrace.h
10142 F:      arch/*/kernel/ftrace.c
10143 F:      include/*/ftrace.h
10144 F:      include/linux/trace*.h
10145 F:      include/trace/
10146 F:      kernel/trace/
10147 F:      tools/testing/selftests/ftrace/
10148
10149 TRIVIAL PATCHES
10150 M:      Jiri Kosina <trivial@kernel.org>
10151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10152 S:      Maintained
10153 K:      ^Subject:.*(?i)trivial
10154
10155 TTY LAYER
10156 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10157 M:      Jiri Slaby <jslaby@suse.cz>
10158 S:      Supported
10159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10160 F:      drivers/tty/
10161 F:      drivers/tty/serial/serial_core.c
10162 F:      include/linux/serial_core.h
10163 F:      include/linux/serial.h
10164 F:      include/linux/tty.h
10165 F:      include/uapi/linux/serial_core.h
10166 F:      include/uapi/linux/serial.h
10167 F:      include/uapi/linux/tty.h
10168
10169 TUA9001 MEDIA DRIVER
10170 M:      Antti Palosaari <crope@iki.fi>
10171 L:      linux-media@vger.kernel.org
10172 W:      http://linuxtv.org/
10173 W:      http://palosaari.fi/linux/
10174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10175 T:      git git://linuxtv.org/anttip/media_tree.git
10176 S:      Maintained
10177 F:      drivers/media/tuners/tua9001*
10178
10179 TULIP NETWORK DRIVERS
10180 M:      Grant Grundler <grundler@parisc-linux.org>
10181 L:      netdev@vger.kernel.org
10182 S:      Maintained
10183 F:      drivers/net/ethernet/dec/tulip/
10184
10185 TUN/TAP driver
10186 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10187 W:      http://vtun.sourceforge.net/tun
10188 S:      Maintained
10189 F:      Documentation/networking/tuntap.txt
10190 F:      arch/um/os-Linux/drivers/
10191
10192 TURBOCHANNEL SUBSYSTEM
10193 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10194 M:      Ralf Baechle <ralf@linux-mips.org>
10195 L:      linux-mips@linux-mips.org
10196 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10197 S:      Maintained
10198 F:      drivers/tc/
10199 F:      include/linux/tc.h
10200
10201 U14-34F SCSI DRIVER
10202 M:      Dario Ballabio <ballabio_dario@emc.com>
10203 L:      linux-scsi@vger.kernel.org
10204 S:      Maintained
10205 F:      drivers/scsi/u14-34f.c
10206
10207 UBI FILE SYSTEM (UBIFS)
10208 M:      Artem Bityutskiy <dedekind1@gmail.com>
10209 M:      Adrian Hunter <adrian.hunter@intel.com>
10210 L:      linux-mtd@lists.infradead.org
10211 T:      git git://git.infradead.org/ubifs-2.6.git
10212 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10213 S:      Maintained
10214 F:      Documentation/filesystems/ubifs.txt
10215 F:      fs/ubifs/
10216
10217 UCLINUX (AND M68KNOMMU)
10218 M:      Greg Ungerer <gerg@uclinux.org>
10219 W:      http://www.uclinux.org/
10220 L:      uclinux-dev@uclinux.org  (subscribers-only)
10221 S:      Maintained
10222 F:      arch/m68k/*/*_no.*
10223 F:      arch/m68k/include/asm/*_no.*
10224
10225 UDF FILESYSTEM
10226 M:      Jan Kara <jack@suse.cz>
10227 S:      Maintained
10228 F:      Documentation/filesystems/udf.txt
10229 F:      fs/udf/
10230
10231 UFS FILESYSTEM
10232 M:      Evgeniy Dushistov <dushistov@mail.ru>
10233 S:      Maintained
10234 F:      Documentation/filesystems/ufs.txt
10235 F:      fs/ufs/
10236
10237 UHID USERSPACE HID IO DRIVER:
10238 M:      David Herrmann <dh.herrmann@googlemail.com>
10239 L:      linux-input@vger.kernel.org
10240 S:      Maintained
10241 F:      drivers/hid/uhid.c
10242 F:      include/uapi/linux/uhid.h
10243
10244 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10245 L:      linux-usb@vger.kernel.org
10246 S:      Orphan
10247 F:      drivers/uwb/
10248 F:      include/linux/uwb.h
10249 F:      include/linux/uwb/
10250
10251 UNICORE32 ARCHITECTURE:
10252 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10253 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10254 S:      Maintained
10255 T:      git git://github.com/gxt/linux.git
10256 F:      arch/unicore32/
10257
10258 UNIFDEF
10259 M:      Tony Finch <dot@dotat.at>
10260 W:      http://dotat.at/prog/unifdef
10261 S:      Maintained
10262 F:      scripts/unifdef.c
10263
10264 UNIFORM CDROM DRIVER
10265 M:      Jens Axboe <axboe@kernel.dk>
10266 W:      http://www.kernel.dk
10267 S:      Maintained
10268 F:      Documentation/cdrom/
10269 F:      drivers/cdrom/cdrom.c
10270 F:      include/linux/cdrom.h
10271 F:      include/uapi/linux/cdrom.h
10272
10273 UNISYS S-PAR DRIVERS
10274 M:      Benjamin Romer <benjamin.romer@unisys.com>
10275 M:      David Kershner <david.kershner@unisys.com>
10276 L:      sparmaintainer@unisys.com (Unisys internal)
10277 S:      Supported
10278 F:      drivers/staging/unisys/
10279
10280 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10281 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10282 L:      linux-scsi@vger.kernel.org
10283 S:      Supported
10284 F:      Documentation/scsi/ufs.txt
10285 F:      drivers/scsi/ufs/
10286
10287 UNSORTED BLOCK IMAGES (UBI)
10288 M:      Artem Bityutskiy <dedekind1@gmail.com>
10289 M:      Richard Weinberger <richard@nod.at>
10290 W:      http://www.linux-mtd.infradead.org/
10291 L:      linux-mtd@lists.infradead.org
10292 T:      git git://git.infradead.org/ubifs-2.6.git
10293 S:      Supported
10294 F:      drivers/mtd/ubi/
10295 F:      include/linux/mtd/ubi.h
10296 F:      include/uapi/mtd/ubi-user.h
10297
10298 USB ACM DRIVER
10299 M:      Oliver Neukum <oliver@neukum.org>
10300 L:      linux-usb@vger.kernel.org
10301 S:      Maintained
10302 F:      Documentation/usb/acm.txt
10303 F:      drivers/usb/class/cdc-acm.*
10304
10305 USB AR5523 WIRELESS DRIVER
10306 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10307 L:      linux-wireless@vger.kernel.org
10308 S:      Maintained
10309 F:      drivers/net/wireless/ath/ar5523/
10310
10311 USB ATTACHED SCSI
10312 M:      Hans de Goede <hdegoede@redhat.com>
10313 M:      Gerd Hoffmann <kraxel@redhat.com>
10314 L:      linux-usb@vger.kernel.org
10315 L:      linux-scsi@vger.kernel.org
10316 S:      Maintained
10317 F:      drivers/usb/storage/uas.c
10318
10319 USB CDC ETHERNET DRIVER
10320 M:      Oliver Neukum <oliver@neukum.org>
10321 L:      linux-usb@vger.kernel.org
10322 S:      Maintained
10323 F:      drivers/net/usb/cdc_*.c
10324 F:      include/uapi/linux/usb/cdc.h
10325
10326 USB CHAOSKEY DRIVER
10327 M:      Keith Packard <keithp@keithp.com>
10328 L:      linux-usb@vger.kernel.org
10329 S:      Maintained
10330 F:      drivers/usb/misc/chaoskey.c
10331
10332 USB CYPRESS C67X00 DRIVER
10333 M:      Peter Korsgaard <jacmet@sunsite.dk>
10334 L:      linux-usb@vger.kernel.org
10335 S:      Maintained
10336 F:      drivers/usb/c67x00/
10337
10338 USB DAVICOM DM9601 DRIVER
10339 M:      Peter Korsgaard <jacmet@sunsite.dk>
10340 L:      netdev@vger.kernel.org
10341 W:      http://www.linux-usb.org/usbnet
10342 S:      Maintained
10343 F:      drivers/net/usb/dm9601.c
10344
10345 USB DIAMOND RIO500 DRIVER
10346 M:      Cesar Miquel <miquel@df.uba.ar>
10347 L:      rio500-users@lists.sourceforge.net
10348 W:      http://rio500.sourceforge.net
10349 S:      Maintained
10350 F:      drivers/usb/misc/rio500*
10351
10352 USB EHCI DRIVER
10353 M:      Alan Stern <stern@rowland.harvard.edu>
10354 L:      linux-usb@vger.kernel.org
10355 S:      Maintained
10356 F:      Documentation/usb/ehci.txt
10357 F:      drivers/usb/host/ehci*
10358
10359 USB GADGET/PERIPHERAL SUBSYSTEM
10360 M:      Felipe Balbi <balbi@ti.com>
10361 L:      linux-usb@vger.kernel.org
10362 W:      http://www.linux-usb.org/gadget
10363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10364 S:      Maintained
10365 F:      drivers/usb/gadget/
10366 F:      include/linux/usb/gadget*
10367
10368 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10369 M:      Jiri Kosina <jkosina@suse.cz>
10370 L:      linux-usb@vger.kernel.org
10371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10372 S:      Maintained
10373 F:      Documentation/hid/hiddev.txt
10374 F:      drivers/hid/usbhid/
10375
10376 USB ISP116X DRIVER
10377 M:      Olav Kongas <ok@artecdesign.ee>
10378 L:      linux-usb@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/usb/host/isp116x*
10381 F:      include/linux/usb/isp116x.h
10382
10383 USB MASS STORAGE DRIVER
10384 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10385 L:      linux-usb@vger.kernel.org
10386 L:      usb-storage@lists.one-eyed-alien.net
10387 S:      Maintained
10388 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10389 F:      drivers/usb/storage/
10390
10391 USB MIDI DRIVER
10392 M:      Clemens Ladisch <clemens@ladisch.de>
10393 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10394 T:      git git://git.alsa-project.org/alsa-kernel.git
10395 S:      Maintained
10396 F:      sound/usb/midi.*
10397
10398 USB NETWORKING DRIVERS
10399 L:      linux-usb@vger.kernel.org
10400 S:      Odd Fixes
10401 F:      drivers/net/usb/
10402
10403 USB OHCI DRIVER
10404 M:      Alan Stern <stern@rowland.harvard.edu>
10405 L:      linux-usb@vger.kernel.org
10406 S:      Maintained
10407 F:      Documentation/usb/ohci.txt
10408 F:      drivers/usb/host/ohci*
10409
10410 USB OTG FSM (Finite State Machine)
10411 M:      Peter Chen <Peter.Chen@freescale.com>
10412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10413 L:      linux-usb@vger.kernel.org
10414 S:      Maintained
10415 F:      drivers/usb/common/usb-otg-fsm.c
10416
10417 USB OVER IP DRIVER
10418 M:      Valentina Manea <valentina.manea.m@gmail.com>
10419 M:      Shuah Khan <shuah.kh@samsung.com>
10420 L:      linux-usb@vger.kernel.org
10421 S:      Maintained
10422 F:      drivers/usb/usbip/
10423 F:      tools/usb/usbip/
10424
10425 USB PEGASUS DRIVER
10426 M:      Petko Manolov <petkan@nucleusys.com>
10427 L:      linux-usb@vger.kernel.org
10428 L:      netdev@vger.kernel.org
10429 T:      git git://github.com/petkan/pegasus.git
10430 W:      https://github.com/petkan/pegasus
10431 S:      Maintained
10432 F:      drivers/net/usb/pegasus.*
10433
10434 USB PHY LAYER
10435 M:      Felipe Balbi <balbi@ti.com>
10436 L:      linux-usb@vger.kernel.org
10437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10438 S:      Maintained
10439 F:      drivers/usb/phy/
10440
10441 USB PRINTER DRIVER (usblp)
10442 M:      Pete Zaitcev <zaitcev@redhat.com>
10443 L:      linux-usb@vger.kernel.org
10444 S:      Supported
10445 F:      drivers/usb/class/usblp.c
10446
10447 USB RTL8150 DRIVER
10448 M:      Petko Manolov <petkan@nucleusys.com>
10449 L:      linux-usb@vger.kernel.org
10450 L:      netdev@vger.kernel.org
10451 T:      git git://github.com/petkan/rtl8150.git
10452 W:      https://github.com/petkan/rtl8150
10453 S:      Maintained
10454 F:      drivers/net/usb/rtl8150.c
10455
10456 USB SERIAL SUBSYSTEM
10457 M:      Johan Hovold <johan@kernel.org>
10458 L:      linux-usb@vger.kernel.org
10459 S:      Maintained
10460 F:      Documentation/usb/usb-serial.txt
10461 F:      drivers/usb/serial/
10462 F:      include/linux/usb/serial.h
10463
10464 USB SMSC75XX ETHERNET DRIVER
10465 M:      Steve Glendinning <steve.glendinning@shawell.net>
10466 L:      netdev@vger.kernel.org
10467 S:      Maintained
10468 F:      drivers/net/usb/smsc75xx.*
10469
10470 USB SMSC95XX ETHERNET DRIVER
10471 M:      Steve Glendinning <steve.glendinning@shawell.net>
10472 L:      netdev@vger.kernel.org
10473 S:      Maintained
10474 F:      drivers/net/usb/smsc95xx.*
10475
10476 USB SUBSYSTEM
10477 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10478 L:      linux-usb@vger.kernel.org
10479 W:      http://www.linux-usb.org
10480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10481 S:      Supported
10482 F:      Documentation/usb/
10483 F:      drivers/usb/
10484 F:      include/linux/usb.h
10485 F:      include/linux/usb/
10486
10487 USB UHCI DRIVER
10488 M:      Alan Stern <stern@rowland.harvard.edu>
10489 L:      linux-usb@vger.kernel.org
10490 S:      Maintained
10491 F:      drivers/usb/host/uhci*
10492
10493 USB "USBNET" DRIVER FRAMEWORK
10494 M:      Oliver Neukum <oneukum@suse.de>
10495 L:      netdev@vger.kernel.org
10496 W:      http://www.linux-usb.org/usbnet
10497 S:      Maintained
10498 F:      drivers/net/usb/usbnet.c
10499 F:      include/linux/usb/usbnet.h
10500
10501 USB VIDEO CLASS
10502 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10503 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10504 L:      linux-media@vger.kernel.org
10505 T:      git git://linuxtv.org/media_tree.git
10506 W:      http://www.ideasonboard.org/uvc/
10507 S:      Maintained
10508 F:      drivers/media/usb/uvc/
10509 F:      include/uapi/linux/uvcvideo.h
10510
10511 USB VISION DRIVER
10512 M:      Hans Verkuil <hverkuil@xs4all.nl>
10513 L:      linux-media@vger.kernel.org
10514 T:      git git://linuxtv.org/media_tree.git
10515 W:      http://linuxtv.org
10516 S:      Odd Fixes
10517 F:      drivers/media/usb/usbvision/
10518
10519 USB WEBCAM GADGET
10520 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10521 L:      linux-usb@vger.kernel.org
10522 S:      Maintained
10523 F:      drivers/usb/gadget/function/*uvc*
10524 F:      drivers/usb/gadget/legacy/webcam.c
10525
10526 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10527 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10528 L:      linux-wireless@vger.kernel.org
10529 S:      Maintained
10530 F:      drivers/net/wireless/rndis_wlan.c
10531
10532 USB XHCI DRIVER
10533 M:      Mathias Nyman <mathias.nyman@intel.com>
10534 L:      linux-usb@vger.kernel.org
10535 S:      Supported
10536 F:      drivers/usb/host/xhci*
10537 F:      drivers/usb/host/pci-quirks*
10538
10539 USB ZD1201 DRIVER
10540 L:      linux-wireless@vger.kernel.org
10541 W:      http://linux-lc100020.sourceforge.net
10542 S:      Orphan
10543 F:      drivers/net/wireless/zd1201.*
10544
10545 USB ZR364XX DRIVER
10546 M:      Antoine Jacquet <royale@zerezo.com>
10547 L:      linux-usb@vger.kernel.org
10548 L:      linux-media@vger.kernel.org
10549 T:      git git://linuxtv.org/media_tree.git
10550 W:      http://royale.zerezo.com/zr364xx/
10551 S:      Maintained
10552 F:      Documentation/video4linux/zr364xx.txt
10553 F:      drivers/media/usb/zr364xx/
10554
10555 USER-MODE LINUX (UML)
10556 M:      Jeff Dike <jdike@addtoit.com>
10557 M:      Richard Weinberger <richard@nod.at>
10558 L:      user-mode-linux-devel@lists.sourceforge.net
10559 L:      user-mode-linux-user@lists.sourceforge.net
10560 W:      http://user-mode-linux.sourceforge.net
10561 S:      Maintained
10562 F:      Documentation/virtual/uml/
10563 F:      arch/um/
10564 F:      arch/x86/um/
10565 F:      fs/hostfs/
10566 F:      fs/hppfs/
10567
10568 USERSPACE I/O (UIO)
10569 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10570 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10571 S:      Maintained
10572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10573 F:      Documentation/DocBook/uio-howto.tmpl
10574 F:      drivers/uio/
10575 F:      include/linux/uio*.h
10576
10577 UTIL-LINUX PACKAGE
10578 M:      Karel Zak <kzak@redhat.com>
10579 L:      util-linux@vger.kernel.org
10580 W:      http://en.wikipedia.org/wiki/Util-linux
10581 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10582 S:      Maintained
10583
10584 UVESAFB DRIVER
10585 M:      Michal Januszewski <spock@gentoo.org>
10586 L:      linux-fbdev@vger.kernel.org
10587 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10588 S:      Maintained
10589 F:      Documentation/fb/uvesafb.txt
10590 F:      drivers/video/fbdev/uvesafb.*
10591
10592 VFAT/FAT/MSDOS FILESYSTEM
10593 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10594 S:      Maintained
10595 F:      Documentation/filesystems/vfat.txt
10596 F:      fs/fat/
10597
10598 VFIO DRIVER
10599 M:      Alex Williamson <alex.williamson@redhat.com>
10600 L:      kvm@vger.kernel.org
10601 S:      Maintained
10602 F:      Documentation/vfio.txt
10603 F:      drivers/vfio/
10604 F:      include/linux/vfio.h
10605 F:      include/uapi/linux/vfio.h
10606
10607 VIDEOBUF2 FRAMEWORK
10608 M:      Pawel Osciak <pawel@osciak.com>
10609 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10610 M:      Kyungmin Park <kyungmin.park@samsung.com>
10611 L:      linux-media@vger.kernel.org
10612 S:      Maintained
10613 F:      drivers/media/v4l2-core/videobuf2-*
10614 F:      include/media/videobuf2-*
10615
10616 VIRTIO CONSOLE DRIVER
10617 M:      Amit Shah <amit.shah@redhat.com>
10618 L:      virtualization@lists.linux-foundation.org
10619 S:      Maintained
10620 F:      drivers/char/virtio_console.c
10621 F:      include/linux/virtio_console.h
10622 F:      include/uapi/linux/virtio_console.h
10623
10624 VIRTIO CORE, NET AND BLOCK DRIVERS
10625 M:      "Michael S. Tsirkin" <mst@redhat.com>
10626 L:      virtualization@lists.linux-foundation.org
10627 S:      Maintained
10628 F:      drivers/virtio/
10629 F:      tools/virtio/
10630 F:      drivers/net/virtio_net.c
10631 F:      drivers/block/virtio_blk.c
10632 F:      include/linux/virtio_*.h
10633 F:      include/uapi/linux/virtio_*.h
10634
10635 VIRTIO HOST (VHOST)
10636 M:      "Michael S. Tsirkin" <mst@redhat.com>
10637 L:      kvm@vger.kernel.org
10638 L:      virtualization@lists.linux-foundation.org
10639 L:      netdev@vger.kernel.org
10640 S:      Maintained
10641 F:      drivers/vhost/
10642 F:      include/uapi/linux/vhost.h
10643
10644 VIRTIO INPUT DRIVER
10645 M:      Gerd Hoffmann <kraxel@redhat.com>
10646 S:      Maintained
10647 F:      drivers/virtio/virtio_input.c
10648 F:      include/uapi/linux/virtio_input.h
10649
10650 VIA RHINE NETWORK DRIVER
10651 S:      Orphan
10652 F:      drivers/net/ethernet/via/via-rhine.c
10653
10654 VIA SD/MMC CARD CONTROLLER DRIVER
10655 M:      Bruce Chang <brucechang@via.com.tw>
10656 M:      Harald Welte <HaraldWelte@viatech.com>
10657 S:      Maintained
10658 F:      drivers/mmc/host/via-sdmmc.c
10659
10660 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10661 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10662 L:      linux-fbdev@vger.kernel.org
10663 S:      Maintained
10664 F:      include/linux/via-core.h
10665 F:      include/linux/via-gpio.h
10666 F:      include/linux/via_i2c.h
10667 F:      drivers/video/fbdev/via/
10668
10669 VIA VELOCITY NETWORK DRIVER
10670 M:      Francois Romieu <romieu@fr.zoreil.com>
10671 L:      netdev@vger.kernel.org
10672 S:      Maintained
10673 F:      drivers/net/ethernet/via/via-velocity.*
10674
10675 VIVID VIRTUAL VIDEO DRIVER
10676 M:      Hans Verkuil <hverkuil@xs4all.nl>
10677 L:      linux-media@vger.kernel.org
10678 T:      git git://linuxtv.org/media_tree.git
10679 W:      http://linuxtv.org
10680 S:      Maintained
10681 F:      drivers/media/platform/vivid/*
10682
10683 VLAN (802.1Q)
10684 M:      Patrick McHardy <kaber@trash.net>
10685 L:      netdev@vger.kernel.org
10686 S:      Maintained
10687 F:      drivers/net/macvlan.c
10688 F:      include/linux/if_*vlan.h
10689 F:      net/8021q/
10690
10691 VLYNQ BUS
10692 M:      Florian Fainelli <florian@openwrt.org>
10693 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10694 S:      Maintained
10695 F:      drivers/vlynq/vlynq.c
10696 F:      include/linux/vlynq.h
10697
10698 VME SUBSYSTEM
10699 M:      Martyn Welch <martyn.welch@ge.com>
10700 M:      Manohar Vanga <manohar.vanga@gmail.com>
10701 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10702 L:      devel@driverdev.osuosl.org
10703 S:      Maintained
10704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10705 F:      Documentation/vme_api.txt
10706 F:      drivers/staging/vme/
10707 F:      drivers/vme/
10708 F:      include/linux/vme*
10709
10710 VMWARE HYPERVISOR INTERFACE
10711 M:      Alok Kataria <akataria@vmware.com>
10712 L:      virtualization@lists.linux-foundation.org
10713 S:      Supported
10714 F:      arch/x86/kernel/cpu/vmware.c
10715
10716 VMWARE BALLOON DRIVER
10717 M:      Xavier Deguillard <xdeguillard@vmware.com>
10718 M:      Philip Moltmann <moltmann@vmware.com>
10719 M:      "VMware, Inc." <pv-drivers@vmware.com>
10720 L:      linux-kernel@vger.kernel.org
10721 S:      Maintained
10722 F:      drivers/misc/vmw_balloon.c
10723
10724 VMWARE VMMOUSE SUBDRIVER
10725 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10726 M:      "VMware, Inc." <pv-drivers@vmware.com>
10727 L:      linux-input@vger.kernel.org
10728 S:      Maintained
10729 F:      drivers/input/mouse/vmmouse.c
10730 F:      drivers/input/mouse/vmmouse.h
10731
10732 VMWARE VMXNET3 ETHERNET DRIVER
10733 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10734 M:      "VMware, Inc." <pv-drivers@vmware.com>
10735 L:      netdev@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/net/vmxnet3/
10738
10739 VMware PVSCSI driver
10740 M:      Arvind Kumar <arvindkumar@vmware.com>
10741 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10742 L:      linux-scsi@vger.kernel.org
10743 S:      Maintained
10744 F:      drivers/scsi/vmw_pvscsi.c
10745 F:      drivers/scsi/vmw_pvscsi.h
10746
10747 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10748 M:      Liam Girdwood <lgirdwood@gmail.com>
10749 M:      Mark Brown <broonie@kernel.org>
10750 L:      linux-kernel@vger.kernel.org
10751 W:      http://opensource.wolfsonmicro.com/node/15
10752 W:      http://www.slimlogic.co.uk/?p=48
10753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10754 S:      Supported
10755 F:      drivers/regulator/
10756 F:      include/linux/regulator/
10757
10758 VT1211 HARDWARE MONITOR DRIVER
10759 M:      Juerg Haefliger <juergh@gmail.com>
10760 L:      lm-sensors@lm-sensors.org
10761 S:      Maintained
10762 F:      Documentation/hwmon/vt1211
10763 F:      drivers/hwmon/vt1211.c
10764
10765 VT8231 HARDWARE MONITOR DRIVER
10766 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10767 L:      lm-sensors@lm-sensors.org
10768 S:      Maintained
10769 F:      drivers/hwmon/vt8231.c
10770
10771 VUB300 USB to SDIO/SD/MMC bridge chip
10772 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10773 L:      linux-mmc@vger.kernel.org
10774 L:      linux-usb@vger.kernel.org
10775 S:      Supported
10776 F:      drivers/mmc/host/vub300.c
10777
10778 W1 DALLAS'S 1-WIRE BUS
10779 M:      Evgeniy Polyakov <zbr@ioremap.net>
10780 S:      Maintained
10781 F:      Documentation/w1/
10782 F:      drivers/w1/
10783
10784 W83791D HARDWARE MONITORING DRIVER
10785 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10786 L:      lm-sensors@lm-sensors.org
10787 S:      Maintained
10788 F:      Documentation/hwmon/w83791d
10789 F:      drivers/hwmon/w83791d.c
10790
10791 W83793 HARDWARE MONITORING DRIVER
10792 M:      Rudolf Marek <r.marek@assembler.cz>
10793 L:      lm-sensors@lm-sensors.org
10794 S:      Maintained
10795 F:      Documentation/hwmon/w83793
10796 F:      drivers/hwmon/w83793.c
10797
10798 W83795 HARDWARE MONITORING DRIVER
10799 M:      Jean Delvare <jdelvare@suse.de>
10800 L:      lm-sensors@lm-sensors.org
10801 S:      Maintained
10802 F:      drivers/hwmon/w83795.c
10803
10804 W83L51xD SD/MMC CARD INTERFACE DRIVER
10805 M:      Pierre Ossman <pierre@ossman.eu>
10806 S:      Maintained
10807 F:      drivers/mmc/host/wbsd.*
10808
10809 WACOM PROTOCOL 4 SERIAL TABLETS
10810 M:      Julian Squires <julian@cipht.net>
10811 M:      Hans de Goede <hdegoede@redhat.com>
10812 L:      linux-input@vger.kernel.org
10813 S:      Maintained
10814 F:      drivers/input/tablet/wacom_serial4.c
10815
10816 WATCHDOG DEVICE DRIVERS
10817 M:      Wim Van Sebroeck <wim@iguana.be>
10818 L:      linux-watchdog@vger.kernel.org
10819 W:      http://www.linux-watchdog.org/
10820 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10821 S:      Maintained
10822 F:      Documentation/watchdog/
10823 F:      drivers/watchdog/
10824 F:      include/linux/watchdog.h
10825 F:      include/uapi/linux/watchdog.h
10826
10827 WD7000 SCSI DRIVER
10828 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10829 L:      linux-scsi@vger.kernel.org
10830 S:      Maintained
10831 F:      drivers/scsi/wd7000.c
10832
10833 WIIMOTE HID DRIVER
10834 M:      David Herrmann <dh.herrmann@googlemail.com>
10835 L:      linux-input@vger.kernel.org
10836 S:      Maintained
10837 F:      drivers/hid/hid-wiimote*
10838
10839 WINBOND CIR DRIVER
10840 M:      David Härdeman <david@hardeman.nu>
10841 S:      Maintained
10842 F:      drivers/media/rc/winbond-cir.c
10843
10844 WIMAX STACK
10845 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10846 M:      linux-wimax@intel.com
10847 L:      wimax@linuxwimax.org (subscribers-only)
10848 S:      Supported
10849 W:      http://linuxwimax.org
10850 F:      Documentation/wimax/README.wimax
10851 F:      include/linux/wimax/debug.h
10852 F:      include/net/wimax.h
10853 F:      include/uapi/linux/wimax.h
10854 F:      net/wimax/
10855
10856 WISTRON LAPTOP BUTTON DRIVER
10857 M:      Miloslav Trmac <mitr@volny.cz>
10858 S:      Maintained
10859 F:      drivers/input/misc/wistron_btns.c
10860
10861 WL3501 WIRELESS PCMCIA CARD DRIVER
10862 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10863 L:      linux-wireless@vger.kernel.org
10864 W:      http://oops.ghostprotocols.net:81/blog
10865 S:      Maintained
10866 F:      drivers/net/wireless/wl3501*
10867
10868 WM97XX TOUCHSCREEN DRIVERS
10869 M:      Mark Brown <broonie@kernel.org>
10870 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10871 L:      linux-input@vger.kernel.org
10872 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10873 W:      http://opensource.wolfsonmicro.com/node/7
10874 S:      Supported
10875 F:      drivers/input/touchscreen/*wm97*
10876 F:      include/linux/wm97xx.h
10877
10878 WOLFSON MICROELECTRONICS DRIVERS
10879 L:      patches@opensource.wolfsonmicro.com
10880 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10881 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10882 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10883 S:      Supported
10884 F:      Documentation/hwmon/wm83??
10885 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10886 F:      drivers/clk/clk-wm83*.c
10887 F:      drivers/extcon/extcon-arizona.c
10888 F:      drivers/leds/leds-wm83*.c
10889 F:      drivers/gpio/gpio-*wm*.c
10890 F:      drivers/gpio/gpio-arizona.c
10891 F:      drivers/hwmon/wm83??-hwmon.c
10892 F:      drivers/input/misc/wm831x-on.c
10893 F:      drivers/input/touchscreen/wm831x-ts.c
10894 F:      drivers/input/touchscreen/wm97*.c
10895 F:      drivers/mfd/arizona*
10896 F:      drivers/mfd/wm*.c
10897 F:      drivers/power/wm83*.c
10898 F:      drivers/rtc/rtc-wm83*.c
10899 F:      drivers/regulator/wm8*.c
10900 F:      drivers/video/backlight/wm83*_bl.c
10901 F:      drivers/watchdog/wm83*_wdt.c
10902 F:      include/linux/mfd/arizona/
10903 F:      include/linux/mfd/wm831x/
10904 F:      include/linux/mfd/wm8350/
10905 F:      include/linux/mfd/wm8400*
10906 F:      include/linux/wm97xx.h
10907 F:      include/sound/wm????.h
10908 F:      sound/soc/codecs/arizona.?
10909 F:      sound/soc/codecs/wm*
10910
10911 WORKQUEUE
10912 M:      Tejun Heo <tj@kernel.org>
10913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10914 S:      Maintained
10915 F:      include/linux/workqueue.h
10916 F:      kernel/workqueue.c
10917 F:      Documentation/workqueue.txt
10918
10919 X.25 NETWORK LAYER
10920 M:      Andrew Hendry <andrew.hendry@gmail.com>
10921 L:      linux-x25@vger.kernel.org
10922 S:      Odd Fixes
10923 F:      Documentation/networking/x25*
10924 F:      include/net/x25*
10925 F:      net/x25/
10926
10927 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10928 M:      Thomas Gleixner <tglx@linutronix.de>
10929 M:      Ingo Molnar <mingo@redhat.com>
10930 M:      "H. Peter Anvin" <hpa@zytor.com>
10931 M:      x86@kernel.org
10932 L:      linux-kernel@vger.kernel.org
10933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10934 S:      Maintained
10935 F:      Documentation/x86/
10936 F:      arch/x86/
10937
10938 X86 PLATFORM DRIVERS
10939 M:      Darren Hart <dvhart@infradead.org>
10940 L:      platform-driver-x86@vger.kernel.org
10941 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10942 S:      Maintained
10943 F:      drivers/platform/x86/
10944
10945 X86 MCE INFRASTRUCTURE
10946 M:      Tony Luck <tony.luck@intel.com>
10947 M:      Borislav Petkov <bp@alien8.de>
10948 L:      linux-edac@vger.kernel.org
10949 S:      Maintained
10950 F:      arch/x86/kernel/cpu/mcheck/*
10951
10952 X86 VDSO
10953 M:      Andy Lutomirski <luto@amacapital.net>
10954 L:      linux-kernel@vger.kernel.org
10955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10956 S:      Maintained
10957 F:      arch/x86/entry/vdso/
10958
10959 XC2028/3028 TUNER DRIVER
10960 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10961 L:      linux-media@vger.kernel.org
10962 W:      http://linuxtv.org
10963 T:      git git://linuxtv.org/media_tree.git
10964 S:      Maintained
10965 F:      drivers/media/tuners/tuner-xc2028.*
10966
10967 XEN HYPERVISOR INTERFACE
10968 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10969 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10970 M:      David Vrabel <david.vrabel@citrix.com>
10971 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10973 S:      Supported
10974 F:      arch/x86/xen/
10975 F:      drivers/*/xen-*front.c
10976 F:      drivers/xen/
10977 F:      arch/x86/include/asm/xen/
10978 F:      include/xen/
10979 F:      include/uapi/xen/
10980
10981 XEN HYPERVISOR ARM
10982 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10983 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10984 S:      Supported
10985 F:      arch/arm/xen/
10986 F:      arch/arm/include/asm/xen/
10987
10988 XEN HYPERVISOR ARM64
10989 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10990 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10991 S:      Supported
10992 F:      arch/arm64/xen/
10993 F:      arch/arm64/include/asm/xen/
10994
10995 XEN NETWORK BACKEND DRIVER
10996 M:      Ian Campbell <ian.campbell@citrix.com>
10997 M:      Wei Liu <wei.liu2@citrix.com>
10998 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10999 L:      netdev@vger.kernel.org
11000 S:      Supported
11001 F:      drivers/net/xen-netback/*
11002
11003 XEN PCI SUBSYSTEM
11004 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11005 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11006 S:      Supported
11007 F:      arch/x86/pci/*xen*
11008 F:      drivers/pci/*xen*
11009
11010 XEN BLOCK SUBSYSTEM
11011 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11012 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11013 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11014 S:      Supported
11015 F:      drivers/block/xen-blkback/*
11016 F:      drivers/block/xen*
11017
11018 XEN PVSCSI DRIVERS
11019 M:      Juergen Gross <jgross@suse.com>
11020 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11021 L:      linux-scsi@vger.kernel.org
11022 S:      Supported
11023 F:      drivers/scsi/xen-scsifront.c
11024 F:      drivers/xen/xen-scsiback.c
11025 F:      include/xen/interface/io/vscsiif.h
11026
11027 XEN SWIOTLB SUBSYSTEM
11028 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11029 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11030 S:      Supported
11031 F:      arch/x86/xen/*swiotlb*
11032 F:      drivers/xen/*swiotlb*
11033
11034 XFS FILESYSTEM
11035 P:      Silicon Graphics Inc
11036 M:      Dave Chinner <david@fromorbit.com>
11037 M:      xfs@oss.sgi.com
11038 L:      xfs@oss.sgi.com
11039 W:      http://oss.sgi.com/projects/xfs
11040 T:      git git://oss.sgi.com/xfs/xfs.git
11041 S:      Supported
11042 F:      Documentation/filesystems/xfs.txt
11043 F:      fs/xfs/
11044
11045 XILINX AXI ETHERNET DRIVER
11046 M:      Anirudha Sarangi <anirudh@xilinx.com>
11047 M:      John Linn <John.Linn@xilinx.com>
11048 S:      Maintained
11049 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11050
11051 XILINX UARTLITE SERIAL DRIVER
11052 M:      Peter Korsgaard <jacmet@sunsite.dk>
11053 L:      linux-serial@vger.kernel.org
11054 S:      Maintained
11055 F:      drivers/tty/serial/uartlite.c
11056
11057 XILINX VIDEO IP CORES
11058 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11059 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11060 L:      linux-media@vger.kernel.org
11061 T:      git git://linuxtv.org/media_tree.git
11062 S:      Supported
11063 F:      Documentation/devicetree/bindings/media/xilinx/
11064 F:      drivers/media/platform/xilinx/
11065 F:      include/uapi/linux/xilinx-v4l2-controls.h
11066
11067 XILLYBUS DRIVER
11068 M:      Eli Billauer <eli.billauer@gmail.com>
11069 L:      linux-kernel@vger.kernel.org
11070 S:      Supported
11071 F:      drivers/char/xillybus/
11072
11073 XTENSA XTFPGA PLATFORM SUPPORT
11074 M:      Max Filippov <jcmvbkbc@gmail.com>
11075 L:      linux-xtensa@linux-xtensa.org
11076 S:      Maintained
11077 F:      drivers/spi/spi-xtensa-xtfpga.c
11078 F:      sound/soc/xtensa/xtfpga-i2s.c
11079
11080 YAM DRIVER FOR AX.25
11081 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11082 L:      linux-hams@vger.kernel.org
11083 S:      Maintained
11084 F:      drivers/net/hamradio/yam*
11085 F:      include/linux/yam.h
11086
11087 YEALINK PHONE DRIVER
11088 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11089 L:      usbb2k-api-dev@nongnu.org
11090 S:      Maintained
11091 F:      Documentation/input/yealink.txt
11092 F:      drivers/input/misc/yealink.*
11093
11094 Z8530 DRIVER FOR AX.25
11095 M:      Joerg Reuter <jreuter@yaina.de>
11096 W:      http://yaina.de/jreuter/
11097 W:      http://www.qsl.net/dl1bke/
11098 L:      linux-hams@vger.kernel.org
11099 S:      Maintained
11100 F:      Documentation/networking/z8530drv.txt
11101 F:      drivers/net/hamradio/*scc.c
11102 F:      drivers/net/hamradio/z8530.h
11103
11104 ZBUD COMPRESSED PAGE ALLOCATOR
11105 M:      Seth Jennings <sjennings@variantweb.net>
11106 L:      linux-mm@kvack.org
11107 S:      Maintained
11108 F:      mm/zbud.c
11109 F:      include/linux/zbud.h
11110
11111 ZD1211RW WIRELESS DRIVER
11112 M:      Daniel Drake <dsd@gentoo.org>
11113 M:      Ulrich Kunitz <kune@deine-taler.de>
11114 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11115 L:      linux-wireless@vger.kernel.org
11116 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11117 S:      Maintained
11118 F:      drivers/net/wireless/zd1211rw/
11119
11120 ZR36067 VIDEO FOR LINUX DRIVER
11121 L:      mjpeg-users@lists.sourceforge.net
11122 L:      linux-media@vger.kernel.org
11123 W:      http://mjpeg.sourceforge.net/driver-zoran/
11124 T:      hg http://linuxtv.org/hg/v4l-dvb
11125 S:      Odd Fixes
11126 F:      drivers/media/pci/zoran/
11127
11128 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11129 M:      Minchan Kim <minchan@kernel.org>
11130 M:      Nitin Gupta <ngupta@vflare.org>
11131 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11132 L:      linux-kernel@vger.kernel.org
11133 S:      Maintained
11134 F:      drivers/block/zram/
11135 F:      Documentation/blockdev/zram.txt
11136
11137 ZS DECSTATION Z85C30 SERIAL DRIVER
11138 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11139 S:      Maintained
11140 F:      drivers/tty/serial/zs.*
11141
11142 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11143 M:      Minchan Kim <minchan@kernel.org>
11144 M:      Nitin Gupta <ngupta@vflare.org>
11145 L:      linux-mm@kvack.org
11146 S:      Maintained
11147 F:      mm/zsmalloc.c
11148 F:      include/linux/zsmalloc.h
11149 F:      Documentation/vm/zsmalloc.txt
11150
11151 ZSWAP COMPRESSED SWAP CACHING
11152 M:      Seth Jennings <sjennings@variantweb.net>
11153 L:      linux-mm@kvack.org
11154 S:      Maintained
11155 F:      mm/zswap.c
11156
11157 THE REST
11158 M:      Linus Torvalds <torvalds@linux-foundation.org>
11159 L:      linux-kernel@vger.kernel.org
11160 Q:      http://patchwork.kernel.org/project/LKML/list/
11161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11162 S:      Buried alive in reporters
11163 F:      *
11164 F:      */