Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
[cascardo/linux.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
657 AMS (Apple Motion Sensor) DRIVER
658 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
659 S:      Supported
660 F:      drivers/macintosh/ams/
661
662 AMSO1100 RNIC DRIVER
663 M:      Tom Tucker <tom@opengridcomputing.com>
664 M:      Steve Wise <swise@opengridcomputing.com>
665 L:      linux-rdma@vger.kernel.org
666 S:      Maintained
667 F:      drivers/infiniband/hw/amso1100/
668
669 ANALOG DEVICES INC AD9389B DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/ad9389b*
674
675 ANALOG DEVICES INC ADV7180 DRIVER
676 M:      Lars-Peter Clausen <lars@metafoo.de>
677 L:      linux-media@vger.kernel.org
678 W:      http://ez.analog.com/community/linux-device-drivers
679 S:      Supported
680 F:      drivers/media/i2c/adv7180.c
681
682 ANALOG DEVICES INC ADV7511 DRIVER
683 M:      Hans Verkuil <hans.verkuil@cisco.com>
684 L:      linux-media@vger.kernel.org
685 S:      Maintained
686 F:      drivers/media/i2c/adv7511*
687
688 ANALOG DEVICES INC ADV7604 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7604*
693
694 ANALOG DEVICES INC ADV7842 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7842*
699
700 ANALOG DEVICES INC ASOC CODEC DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      sound/soc/codecs/adau*
707 F:      sound/soc/codecs/adav*
708 F:      sound/soc/codecs/ad1*
709 F:      sound/soc/codecs/ad7*
710 F:      sound/soc/codecs/ssm*
711 F:      sound/soc/codecs/sigmadsp.*
712
713 ANALOG DEVICES INC ASOC DRIVERS
714 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
716 W:      http://blackfin.uclinux.org/
717 S:      Supported
718 F:      sound/soc/blackfin/*
719
720 ANALOG DEVICES INC IIO DRIVERS
721 M:      Lars-Peter Clausen <lars@metafoo.de>
722 M:      Michael Hennerich <Michael.Hennerich@analog.com>
723 W:      http://wiki.analog.com/
724 W:      http://ez.analog.com/community/linux-device-drivers
725 S:      Supported
726 F:      drivers/iio/*/ad*
727 X:      drivers/iio/*/adjd*
728 F:      drivers/staging/iio/*/ad*
729 F:      staging/iio/trigger/iio-trig-bfin-timer.c
730
731 ANDROID DRIVERS
732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
733 M:      Arve HjønnevĂ¥g <arve@android.com>
734 M:      Riley Andrews <riandrews@android.com>
735 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
736 L:      devel@driverdev.osuosl.org
737 S:      Supported
738 F:      drivers/android/
739 F:      drivers/staging/android/
740
741 AOA (Apple Onboard Audio) ALSA DRIVER
742 M:      Johannes Berg <johannes@sipsolutions.net>
743 L:      linuxppc-dev@lists.ozlabs.org
744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
745 S:      Maintained
746 F:      sound/aoa/
747
748 APM DRIVER
749 M:      Jiri Kosina <jkosina@suse.cz>
750 S:      Odd fixes
751 F:      arch/x86/kernel/apm_32.c
752 F:      include/linux/apm_bios.h
753 F:      include/uapi/linux/apm_bios.h
754 F:      drivers/char/apm-emulation.c
755
756 APPLE BCM5974 MULTITOUCH DRIVER
757 M:      Henrik Rydberg <rydberg@bitmath.org>
758 L:      linux-input@vger.kernel.org
759 S:      Odd fixes
760 F:      drivers/input/mouse/bcm5974.c
761
762 APPLE SMC DRIVER
763 M:      Henrik Rydberg <rydberg@bitmath.org>
764 L:      lm-sensors@lm-sensors.org
765 S:      Odd fixes
766 F:      drivers/hwmon/applesmc.c
767
768 APPLETALK NETWORK LAYER
769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
770 S:      Maintained
771 F:      drivers/net/appletalk/
772 F:      net/appletalk/
773
774 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
775 M:      Iyappan Subramanian <isubramanian@apm.com>
776 M:      Keyur Chudgar <kchudgar@apm.com>
777 S:      Supported
778 F:      drivers/net/ethernet/apm/xgene/
779 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780
781 APTINA CAMERA SENSOR PLL
782 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
783 L:      linux-media@vger.kernel.org
784 S:      Maintained
785 F:      drivers/media/i2c/aptina-pll.*
786
787 ARC FRAMEBUFFER DRIVER
788 M:      Jaya Kumar <jayalk@intworks.biz>
789 S:      Maintained
790 F:      drivers/video/fbdev/arcfb.c
791 F:      drivers/video/fbdev/core/fb_defio.c
792
793 ARM MFM AND FLOPPY DRIVERS
794 M:      Ian Molton <spyro@f2s.com>
795 S:      Maintained
796 F:      arch/arm/lib/floppydma.S
797 F:      arch/arm/include/asm/floppy.h
798
799 ARM PMU PROFILING AND DEBUGGING
800 M:      Will Deacon <will.deacon@arm.com>
801 S:      Maintained
802 F:      arch/arm/kernel/perf_event*
803 F:      arch/arm/oprofile/common.c
804 F:      arch/arm/include/asm/pmu.h
805 F:      arch/arm/kernel/hw_breakpoint.c
806 F:      arch/arm/include/asm/hw_breakpoint.h
807
808 ARM PORT
809 M:      Russell King <linux@arm.linux.org.uk>
810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811 W:      http://www.arm.linux.org.uk/
812 S:      Maintained
813 F:      arch/arm/
814
815 ARM SUB-ARCHITECTURES
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 S:      Maintained
818 F:      arch/arm/mach-*/
819 F:      arch/arm/plat-*/
820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821
822 ARM PRIMECELL AACI PL041 DRIVER
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      sound/arm/aaci.*
826
827 ARM PRIMECELL CLCD PL110 DRIVER
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/video/fbdev/amba-clcd.*
831
832 ARM PRIMECELL KMI PL050 DRIVER
833 M:      Russell King <linux@arm.linux.org.uk>
834 S:      Maintained
835 F:      drivers/input/serio/ambakmi.*
836 F:      include/linux/amba/kmi.h
837
838 ARM PRIMECELL MMCI PL180/1 DRIVER
839 M:      Russell King <linux@arm.linux.org.uk>
840 S:      Maintained
841 F:      drivers/mmc/host/mmci.*
842 F:      include/linux/amba/mmci.h
843
844 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
845 M:      Russell King <linux@arm.linux.org.uk>
846 S:      Maintained
847 F:      drivers/tty/serial/amba-pl01*.c
848 F:      include/linux/amba/serial.h
849
850 ARM PRIMECELL BUS SUPPORT
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      drivers/amba/
854 F:      include/linux/amba/bus.h
855
856 ARM/ADS SPHERE MACHINE SUPPORT
857 M:      Lennert Buytenhek <kernel@wantstofly.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860
861 ARM/AFEB9260 MACHINE SUPPORT
862 M:      Sergey Lapin <slapin@ossfans.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865
866 ARM/AJECO 1ARM MACHINE SUPPORT
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870
871 ARM/Allwinner A1X SoC support
872 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 N:      sun[x4567]i
876
877 ARM/Allwinner SoC Clock Support
878 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
879 S:      Maintained
880 F:      drivers/clk/sunxi/
881
882 ARM/Amlogic MesonX SoC support
883 M:      Carlo Caione <carlo@caione.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886 F:      drivers/media/rc/meson-ir.c
887 N:      meson[x68]
888
889 ARM/Annapurna Labs ALPINE ARCHITECTURE
890 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
891 S:      Maintained
892 F:      arch/arm/mach-alpine/
893
894 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
895 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
896 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
897 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://www.linux4sam.org
900 S:      Supported
901 F:      arch/arm/mach-at91/
902 F:      include/soc/at91/
903 F:      arch/arm/boot/dts/at91*.dts
904 F:      arch/arm/boot/dts/at91*.dtsi
905 F:      arch/arm/boot/dts/sama*.dts
906 F:      arch/arm/boot/dts/sama*.dtsi
907 F:      arch/arm/include/debug/at91.S
908
909 ARM/ATMEL AT91 Clock Support
910 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
911 S:      Maintained
912 F:      drivers/clk/at91
913
914 ARM/CALXEDA HIGHBANK ARCHITECTURE
915 M:      Rob Herring <robh@kernel.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-highbank/
919
920 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
921 M:      Krzysztof Halasa <khalasa@piap.pl>
922 S:      Maintained
923 F:      arch/arm/mach-cns3xxx/
924
925 ARM/CAVIUM THUNDER NETWORK DRIVER
926 M:      Sunil Goutham <sgoutham@cavium.com>
927 M:      Robert Richter <rric@kernel.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Supported
930 F:      drivers/net/ethernet/cavium/
931
932 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
933 M:      Alexander Shiyan <shc_work@mail.ru>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Odd Fixes
936 N:      clps711x
937
938 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
939 M:      Hartley Sweeten <hsweeten@visionengravers.com>
940 M:      Ryan Mallon <rmallon@gmail.com>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943 F:      arch/arm/mach-ep93xx/
944 F:      arch/arm/mach-ep93xx/include/mach/
945
946 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
947 M:      Lennert Buytenhek <kernel@wantstofly.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950
951 ARM/CLKDEV SUPPORT
952 M:      Russell King <linux@arm.linux.org.uk>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 S:      Maintained
955 F:      arch/arm/include/asm/clkdev.h
956 F:      drivers/clk/clkdev.c
957
958 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
959 M:      Mike Rapoport <mike@compulab.co.il>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Maintained
962
963 ARM/CONTEC MICRO9 MACHINE SUPPORT
964 M:      Hubert Feurstein <hubert.feurstein@contec.at>
965 S:      Maintained
966 F:      arch/arm/mach-ep93xx/micro9.c
967
968 ARM/CORESIGHT FRAMEWORK AND DRIVERS
969 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      drivers/hwtracing/coresight/*
973 F:      Documentation/trace/coresight.txt
974 F:      Documentation/devicetree/bindings/arm/coresight.txt
975 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
976
977 ARM/CORGI MACHINE SUPPORT
978 M:      Richard Purdie <rpurdie@rpsys.net>
979 S:      Maintained
980
981 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
982 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 T:      git git://github.com/ulli-kroll/linux.git
985 S:      Maintained
986 F:      arch/arm/mach-gemini/
987
988 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
989 M:      Barry Song <baohua@kernel.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
992 S:      Maintained
993 F:      arch/arm/mach-prima2/
994 F:      drivers/clk/sirf/
995 F:      drivers/clocksource/timer-prima2.c
996 F:      drivers/clocksource/timer-atlas7.c
997 N:      [^a-z]sirf
998
999 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1000 M:      Baruch Siach <baruch@tkos.co.il>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 N:      digicolor
1004
1005 ARM/EBSA110 MACHINE SUPPORT
1006 M:      Russell King <linux@arm.linux.org.uk>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W:      http://www.arm.linux.org.uk/
1009 S:      Maintained
1010 F:      arch/arm/mach-ebsa110/
1011 F:      drivers/net/ethernet/amd/am79c961a.*
1012
1013 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1014 M:      Uwe Kleine-König <kernel@pengutronix.de>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Maintained
1017 N:      efm32
1018
1019 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1020 M:      Daniel Ribeiro <drwyrm@gmail.com>
1021 M:      Stefan Schmidt <stefan@openezx.org>
1022 M:      Harald Welte <laforge@openezx.org>
1023 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1024 W:      http://www.openezx.org/
1025 S:      Maintained
1026 T:      topgit git://git.openezx.org/openezx.git
1027 F:      arch/arm/mach-pxa/ezx.c
1028
1029 ARM/FARADAY FA526 PORT
1030 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 T:      git git://git.berlios.de/gemini-board
1034 F:      arch/arm/mm/*-fa*
1035
1036 ARM/FOOTBRIDGE ARCHITECTURE
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/include/asm/hardware/dec21285.h
1042 F:      arch/arm/mach-footbridge/
1043
1044 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1045 M:      Shawn Guo <shawn.guo@linaro.org>
1046 M:      Sascha Hauer <kernel@pengutronix.de>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1050 F:      arch/arm/mach-imx/
1051 F:      arch/arm/mach-mxs/
1052 F:      arch/arm/boot/dts/imx*
1053 F:      arch/arm/configs/imx*_defconfig
1054
1055 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1056 M:      Shawn Guo <shawn.guo@linaro.org>
1057 M:      Sascha Hauer <kernel@pengutronix.de>
1058 R:      Stefan Agner <stefan@agner.ch>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1062 F:      arch/arm/mach-imx/*vf610*
1063 F:      arch/arm/boot/dts/vf*
1064
1065 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1066 M:      Lennert Buytenhek <kernel@wantstofly.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/GUMSTIX MACHINE SUPPORT
1071 M:      Steve Sakoman <sakoman@gmail.com>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074
1075 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1076 M:      Philipp Zabel <philipp.zabel@gmail.com>
1077 M:      Paul Parsons <lost.distance@yahoo.com>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 F:      arch/arm/mach-pxa/hx4700.c
1081 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1082 F:      sound/soc/pxa/hx4700.c
1083
1084 ARM/HISILICON SOC SUPPORT
1085 M:      Wei Xu <xuwei5@hisilicon.com>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 W:      http://www.hisilicon.com
1088 S:      Supported
1089 T:      git git://github.com/hisilicon/linux-hisi.git
1090 F:      arch/arm/mach-hisi/
1091
1092 ARM/HP JORNADA 7XX MACHINE SUPPORT
1093 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1094 W:      www.jlime.com
1095 S:      Maintained
1096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1097 F:      arch/arm/mach-sa1100/jornada720.c
1098 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1099
1100 ARM/IGEP MACHINE SUPPORT
1101 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1102 M:      Javier Martinez Canillas <javier@dowhile0.org>
1103 L:      linux-omap@vger.kernel.org
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106 F:      arch/arm/boot/dts/omap3-igep*
1107
1108 ARM/INCOME PXA270 SUPPORT
1109 M:      Marek Vasut <marek.vasut@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1113
1114 ARM/INTEL IOP32X ARM ARCHITECTURE
1115 M:      Lennert Buytenhek <kernel@wantstofly.org>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118
1119 ARM/INTEL IOP33X ARM ARCHITECTURE
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Orphan
1122
1123 ARM/INTEL IOP13XX ARM ARCHITECTURE
1124 M:      Lennert Buytenhek <kernel@wantstofly.org>
1125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1126 S:      Maintained
1127
1128 ARM/INTEL IQ81342EX MACHINE SUPPORT
1129 M:      Lennert Buytenhek <kernel@wantstofly.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Maintained
1132
1133 ARM/INTEL IXDP2850 MACHINE SUPPORT
1134 M:      Lennert Buytenhek <kernel@wantstofly.org>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/INTEL IXP4XX ARM ARCHITECTURE
1139 M:      Imre Kaloz <kaloz@openwrt.org>
1140 M:      Krzysztof Halasa <khalasa@piap.pl>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-ixp4xx/
1144
1145 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1146 M:      Jonathan Cameron <jic23@cam.ac.uk>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      arch/arm/mach-pxa/stargate2.c
1150 F:      drivers/pcmcia/pxa2xx_stargate2.c
1151
1152 ARM/INTEL XSC3 (MANZANO) ARM CORE
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1163 M:      Santosh Shilimkar <ssantosh@kernel.org>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166 F:      arch/arm/mach-keystone/
1167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1168
1169 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1170 M:      Santosh Shilimkar <ssantosh@kernel.org>
1171 L:      linux-kernel@vger.kernel.org
1172 S:      Maintained
1173 F:      drivers/clk/keystone/
1174
1175 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1176 M:      Santosh Shilimkar <ssantosh@kernel.org>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 L:      linux-kernel@vger.kernel.org
1179 S:      Maintained
1180 F:      drivers/clocksource/timer-keystone.c
1181
1182 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1183 M:      Santosh Shilimkar <ssantosh@kernel.org>
1184 L:      linux-kernel@vger.kernel.org
1185 S:      Maintained
1186 F:      drivers/power/reset/keystone-reset.c
1187
1188 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-kernel@vger.kernel.org
1191 S:      Maintained
1192 F:      drivers/memory/*emif*
1193
1194 ARM/LOGICPD PXA270 MACHINE SUPPORT
1195 M:      Lennert Buytenhek <kernel@wantstofly.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/MAGICIAN MACHINE SUPPORT
1200 M:      Philipp Zabel <philipp.zabel@gmail.com>
1201 S:      Maintained
1202
1203 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1204 M:      Jason Cooper <jason@lakedaemon.net>
1205 M:      Andrew Lunn <andrew@lunn.ch>
1206 M:      Gregory Clement <gregory.clement@free-electrons.com>
1207 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/mach-mvebu/
1211 F:      drivers/rtc/rtc-armada38x.c
1212 F:      arch/arm/boot/dts/armada*
1213 F:      arch/arm/boot/dts/kirkwood*
1214
1215
1216 ARM/Marvell Berlin SoC support
1217 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 S:      Maintained
1220 F:      arch/arm/mach-berlin/
1221 F:      arch/arm/boot/dts/berlin*
1222
1223
1224 ARM/Marvell Dove/MV78xx0/Orion SOC support
1225 M:      Jason Cooper <jason@lakedaemon.net>
1226 M:      Andrew Lunn <andrew@lunn.ch>
1227 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1228 M:      Gregory Clement <gregory.clement@free-electrons.com>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231 F:      arch/arm/mach-dove/
1232 F:      arch/arm/mach-mv78xx0/
1233 F:      arch/arm/mach-orion5x/
1234 F:      arch/arm/plat-orion/
1235 F:      arch/arm/boot/dts/dove*
1236 F:      arch/arm/boot/dts/orion5x*
1237
1238
1239 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1240 M:      Alexander Clouter <alex@digriz.org.uk>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 W:      http://www.digriz.org.uk/ts78xx/kernel
1243 S:      Maintained
1244 F:      arch/arm/mach-orion5x/ts78xx-*
1245
1246 ARM/Mediatek SoC support
1247 M:      Matthias Brugger <matthias.bgg@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1250 S:      Maintained
1251 F:      arch/arm/boot/dts/mt6*
1252 F:      arch/arm/boot/dts/mt8*
1253 F:      arch/arm/mach-mediatek/
1254 N:      mtk
1255 K:      mediatek
1256
1257 ARM/MICREL KS8695 ARCHITECTURE
1258 M:      Greg Ungerer <gerg@uclinux.org>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 F:      arch/arm/mach-ks8695/
1261 S:      Odd Fixes
1262
1263 ARM/MIOA701 MACHINE SUPPORT
1264 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 F:      arch/arm/mach-pxa/mioa701.c
1267 S:      Maintained
1268
1269 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1270 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1271 S:      Maintained
1272
1273 ARM/NOMADIK ARCHITECTURE
1274 M:      Alessandro Rubini <rubini@unipv.it>
1275 M:      Linus Walleij <linus.walleij@linaro.org>
1276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S:      Maintained
1278 F:      arch/arm/mach-nomadik/
1279 F:      drivers/pinctrl/nomadik/
1280 F:      drivers/i2c/busses/i2c-nomadik.c
1281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1282
1283 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1284 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1285 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1286 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1287 S:      Supported
1288
1289 ARM/TOSA MACHINE SUPPORT
1290 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1291 M:      Dirk Opfer <dirk@opfer-online.de>
1292 S:      Maintained
1293
1294 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1295 M:      Marek Vasut <marek.vasut@gmail.com>
1296 L:      linux-arm-kernel@lists.infradead.org
1297 W:      http://hackndev.com
1298 S:      Maintained
1299 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1300 F:      arch/arm/mach-pxa/palmtx.c
1301 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1302 F:      arch/arm/mach-pxa/palmt5.c
1303 F:      arch/arm/mach-pxa/include/mach/palmld.h
1304 F:      arch/arm/mach-pxa/palmld.c
1305 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1306 F:      arch/arm/mach-pxa/palmte2.c
1307 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1308 F:      arch/arm/mach-pxa/palmtc.c
1309
1310 ARM/PALM TREO SUPPORT
1311 M:      Tomas Cech <sleep_walker@suse.cz>
1312 L:      linux-arm-kernel@lists.infradead.org
1313 W:      http://hackndev.com
1314 S:      Maintained
1315 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1316 F:      arch/arm/mach-pxa/palmtreo.c
1317
1318 ARM/PALMZ72 SUPPORT
1319 M:      Sergey Lapin <slapin@ossfans.org>
1320 L:      linux-arm-kernel@lists.infradead.org
1321 W:      http://hackndev.com
1322 S:      Maintained
1323 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1324 F:      arch/arm/mach-pxa/palmz72.c
1325
1326 ARM/PLEB SUPPORT
1327 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1328 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1329 S:      Maintained
1330
1331 ARM/PT DIGITAL BOARD PORT
1332 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 W:      http://www.arm.linux.org.uk/
1335 S:      Maintained
1336
1337 ARM/QUALCOMM SUPPORT
1338 M:      Kumar Gala <galak@codeaurora.org>
1339 M:      Andy Gross <agross@codeaurora.org>
1340 M:      David Brown <davidb@codeaurora.org>
1341 L:      linux-arm-msm@vger.kernel.org
1342 L:      linux-soc@vger.kernel.org
1343 S:      Maintained
1344 F:      arch/arm/mach-qcom/
1345 F:      drivers/soc/qcom/
1346 F:      drivers/tty/serial/msm_serial.h
1347 F:      drivers/tty/serial/msm_serial.c
1348 F:      drivers/*/pm8???-*
1349 F:      drivers/mfd/ssbi.c
1350 F:      drivers/firmware/qcom_scm.c
1351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1352
1353 ARM/RADISYS ENP2611 MACHINE SUPPORT
1354 M:      Lennert Buytenhek <kernel@wantstofly.org>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357
1358 ARM/RISCPC ARCHITECTURE
1359 M:      Russell King <linux@arm.linux.org.uk>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 W:      http://www.arm.linux.org.uk/
1362 S:      Maintained
1363 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1364 F:      arch/arm/include/asm/hardware/ioc.h
1365 F:      arch/arm/include/asm/hardware/iomd.h
1366 F:      arch/arm/include/asm/hardware/memc.h
1367 F:      arch/arm/mach-rpc/
1368 F:      drivers/net/ethernet/8390/etherh.c
1369 F:      drivers/net/ethernet/i825xx/ether1*
1370 F:      drivers/net/ethernet/seeq/ether3*
1371 F:      drivers/scsi/arm/
1372
1373 ARM/Rockchip SoC support
1374 M:      Heiko Stuebner <heiko@sntech.de>
1375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1376 L:      linux-rockchip@lists.infradead.org
1377 S:      Maintained
1378 F:      arch/arm/boot/dts/rk3*
1379 F:      arch/arm/mach-rockchip/
1380 F:      drivers/clk/rockchip/
1381 F:      drivers/i2c/busses/i2c-rk3x.c
1382 F:      drivers/*/*rockchip*
1383 F:      drivers/*/*/*rockchip*
1384 F:      sound/soc/rockchip/
1385 N:      rockchip
1386
1387 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1388 M:      Kukjin Kim <kgene@kernel.org>
1389 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1390 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1391 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1392 S:      Maintained
1393 F:      arch/arm/boot/dts/s3c*
1394 F:      arch/arm/boot/dts/exynos*
1395 F:      arch/arm/plat-samsung/
1396 F:      arch/arm/mach-s3c24*/
1397 F:      arch/arm/mach-s3c64xx/
1398 F:      arch/arm/mach-s5p*/
1399 F:      arch/arm/mach-exynos*/
1400 F:      drivers/*/*s3c2410*
1401 F:      drivers/*/*/*s3c2410*
1402 F:      drivers/spi/spi-s3c*
1403 F:      sound/soc/samsung/*
1404 N:      exynos
1405
1406 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1407 M:      Kyungmin Park <kyungmin.park@samsung.com>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410 F:      arch/arm/mach-s5pv210/
1411
1412 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1413 M:      Kyungmin Park <kyungmin.park@samsung.com>
1414 M:      Kamil Debski <k.debski@samsung.com>
1415 L:      linux-arm-kernel@lists.infradead.org
1416 L:      linux-media@vger.kernel.org
1417 S:      Maintained
1418 F:      drivers/media/platform/s5p-g2d/
1419
1420 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1421 M:      Kyungmin Park <kyungmin.park@samsung.com>
1422 M:      Kamil Debski <k.debski@samsung.com>
1423 M:      Jeongtae Park <jtp.park@samsung.com>
1424 L:      linux-arm-kernel@lists.infradead.org
1425 L:      linux-media@vger.kernel.org
1426 S:      Maintained
1427 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1428 F:      drivers/media/platform/s5p-mfc/
1429
1430 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1431 M:      Kyungmin Park <kyungmin.park@samsung.com>
1432 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1433 L:      linux-arm-kernel@lists.infradead.org
1434 L:      linux-media@vger.kernel.org
1435 S:      Maintained
1436 F:      drivers/media/platform/s5p-tv/
1437
1438 ARM/SHMOBILE ARM ARCHITECTURE
1439 M:      Simon Horman <horms@verge.net.au>
1440 M:      Magnus Damm <magnus.damm@gmail.com>
1441 L:      linux-sh@vger.kernel.org
1442 W:      http://oss.renesas.com
1443 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1445 S:      Supported
1446 F:      arch/arm/boot/dts/emev2*
1447 F:      arch/arm/boot/dts/r7s*
1448 F:      arch/arm/boot/dts/r8a*
1449 F:      arch/arm/boot/dts/sh*
1450 F:      arch/arm/configs/armadillo800eva_defconfig
1451 F:      arch/arm/configs/bockw_defconfig
1452 F:      arch/arm/configs/kzm9g_defconfig
1453 F:      arch/arm/configs/marzen_defconfig
1454 F:      arch/arm/configs/shmobile_defconfig
1455 F:      arch/arm/include/debug/renesas-scif.S
1456 F:      arch/arm/mach-shmobile/
1457 F:      drivers/sh/
1458
1459 ARM/SOCFPGA ARCHITECTURE
1460 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1461 S:      Maintained
1462 F:      arch/arm/mach-socfpga/
1463 F:      arch/arm/boot/dts/socfpga*
1464 F:      arch/arm/configs/socfpga_defconfig
1465 W:      http://www.rocketboards.org
1466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1467
1468 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1469 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1470 S:      Maintained
1471 F:      drivers/clk/socfpga/
1472
1473 ARM/SOCFPGA EDAC SUPPORT
1474 M:      Thor Thayer <tthayer@opensource.altera.com>
1475 S:      Maintained
1476 F:      drivers/edac/altera_edac.
1477
1478 ARM/STI ARCHITECTURE
1479 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1480 M:      Maxime Coquelin <maxime.coquelin@st.com>
1481 M:      Patrice Chotard <patrice.chotard@st.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 L:      kernel@stlinux.com
1484 W:      http://www.stlinux.com
1485 S:      Maintained
1486 F:      arch/arm/mach-sti/
1487 F:      arch/arm/boot/dts/sti*
1488 F:      drivers/clocksource/arm_global_timer.c
1489 F:      drivers/i2c/busses/i2c-st.c
1490 F:      drivers/media/rc/st_rc.c
1491 F:      drivers/mmc/host/sdhci-st.c
1492 F:      drivers/phy/phy-miphy28lp.c
1493 F:      drivers/phy/phy-miphy365x.c
1494 F:      drivers/phy/phy-stih407-usb.c
1495 F:      drivers/phy/phy-stih41x-usb.c
1496 F:      drivers/pinctrl/pinctrl-st.c
1497 F:      drivers/reset/sti/
1498 F:      drivers/rtc/rtc-st-lpc.c
1499 F:      drivers/tty/serial/st-asc.c
1500 F:      drivers/usb/dwc3/dwc3-st.c
1501 F:      drivers/usb/host/ehci-st.c
1502 F:      drivers/usb/host/ohci-st.c
1503 F:      drivers/watchdog/st_lpc_wdt.c
1504 F:      drivers/ata/ahci_st.c
1505
1506 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1507 M:      Lennert Buytenhek <kernel@wantstofly.org>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 S:      Maintained
1510
1511 ARM/TETON BGA MACHINE SUPPORT
1512 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 S:      Maintained
1515
1516 ARM/THECUS N2100 MACHINE SUPPORT
1517 M:      Lennert Buytenhek <kernel@wantstofly.org>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 S:      Maintained
1520
1521 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1522 M:      Wan ZongShun <mcuos.com@gmail.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 W:      http://www.mcuos.com
1525 S:      Maintained
1526 F:      arch/arm/mach-w90x900/
1527 F:      drivers/input/keyboard/w90p910_keypad.c
1528 F:      drivers/input/touchscreen/w90p910_ts.c
1529 F:      drivers/watchdog/nuc900_wdt.c
1530 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1531 F:      drivers/mtd/nand/nuc900_nand.c
1532 F:      drivers/rtc/rtc-nuc900.c
1533 F:      drivers/spi/spi-nuc900.c
1534 F:      drivers/usb/host/ehci-w90x900.c
1535 F:      drivers/video/fbdev/nuc900fb.c
1536
1537 ARM/U300 MACHINE SUPPORT
1538 M:      Linus Walleij <linus.walleij@linaro.org>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 S:      Supported
1541 F:      arch/arm/mach-u300/
1542 F:      drivers/clocksource/timer-u300.c
1543 F:      drivers/i2c/busses/i2c-stu300.c
1544 F:      drivers/rtc/rtc-coh901331.c
1545 F:      drivers/watchdog/coh901327_wdt.c
1546 F:      drivers/dma/coh901318*
1547 F:      drivers/mfd/ab3100*
1548 F:      drivers/rtc/rtc-ab3100.c
1549 F:      drivers/rtc/rtc-coh901331.c
1550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1551
1552 ARM/Ux500 ARM ARCHITECTURE
1553 M:      Linus Walleij <linus.walleij@linaro.org>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556 F:      arch/arm/mach-ux500/
1557 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1558 F:      drivers/dma/ste_dma40*
1559 F:      drivers/hwspinlock/u8500_hsem.c
1560 F:      drivers/mfd/abx500*
1561 F:      drivers/mfd/ab8500*
1562 F:      drivers/mfd/dbx500*
1563 F:      drivers/mfd/db8500*
1564 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1565 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1566 F:      drivers/rtc/rtc-ab8500.c
1567 F:      drivers/rtc/rtc-pl031.c
1568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1569
1570 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1571 M:      Ulf Hansson <ulf.hansson@linaro.org>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 T:      git git://git.linaro.org/people/ulfh/clk.git
1574 S:      Maintained
1575 F:      drivers/clk/ux500/
1576 F:      include/linux/platform_data/clk-ux500.h
1577
1578 ARM/VERSATILE EXPRESS PLATFORM
1579 M:      Liviu Dudau <liviu.dudau@arm.com>
1580 M:      Sudeep Holla <sudeep.holla@arm.com>
1581 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584 F:      arch/arm/boot/dts/vexpress*
1585 F:      arch/arm/mach-vexpress/
1586 F:      */*/vexpress*
1587 F:      */*/*/vexpress*
1588 F:      drivers/clk/versatile/clk-vexpress-osc.c
1589 F:      drivers/clocksource/versatile.c
1590
1591 ARM/VFP SUPPORT
1592 M:      Russell King <linux@arm.linux.org.uk>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 W:      http://www.arm.linux.org.uk/
1595 S:      Maintained
1596 F:      arch/arm/vfp/
1597
1598 ARM/VOIPAC PXA270 SUPPORT
1599 M:      Marek Vasut <marek.vasut@gmail.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/mach-pxa/vpac270.c
1603 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1604
1605 ARM/VT8500 ARM ARCHITECTURE
1606 M:      Tony Prisk <linux@prisktech.co.nz>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      arch/arm/mach-vt8500/
1610 F:      drivers/clocksource/vt8500_timer.c
1611 F:      drivers/i2c/busses/i2c-wmt.c
1612 F:      drivers/mmc/host/wmt-sdmmc.c
1613 F:      drivers/pwm/pwm-vt8500.c
1614 F:      drivers/rtc/rtc-vt8500.c
1615 F:      drivers/tty/serial/vt8500_serial.c
1616 F:      drivers/usb/host/ehci-platform.c
1617 F:      drivers/usb/host/uhci-platform.c
1618 F:      drivers/video/fbdev/vt8500lcdfb.*
1619 F:      drivers/video/fbdev/wm8505fb*
1620 F:      drivers/video/fbdev/wmt_ge_rops.*
1621
1622 ARM/ZIPIT Z2 SUPPORT
1623 M:      Marek Vasut <marek.vasut@gmail.com>
1624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S:      Maintained
1626 F:      arch/arm/mach-pxa/z2.c
1627 F:      arch/arm/mach-pxa/include/mach/z2.h
1628
1629 ARM/ZYNQ ARCHITECTURE
1630 M:      Michal Simek <michal.simek@xilinx.com>
1631 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 W:      http://wiki.xilinx.com
1634 T:      git git://git.xilinx.com/linux-xlnx.git
1635 S:      Supported
1636 F:      arch/arm/mach-zynq/
1637 F:      drivers/cpuidle/cpuidle-zynq.c
1638 F:      drivers/block/xsysace.c
1639 N:      zynq
1640 N:      xilinx
1641 F:      drivers/clocksource/cadence_ttc_timer.c
1642 F:      drivers/i2c/busses/i2c-cadence.c
1643 F:      drivers/mmc/host/sdhci-of-arasan.c
1644 F:      drivers/edac/synopsys_edac.c
1645
1646 ARM SMMU DRIVERS
1647 M:      Will Deacon <will.deacon@arm.com>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 S:      Maintained
1650 F:      drivers/iommu/arm-smmu.c
1651 F:      drivers/iommu/arm-smmu-v3.c
1652 F:      drivers/iommu/io-pgtable-arm.c
1653
1654 ARM64 PORT (AARCH64 ARCHITECTURE)
1655 M:      Catalin Marinas <catalin.marinas@arm.com>
1656 M:      Will Deacon <will.deacon@arm.com>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      arch/arm64/
1660 F:      Documentation/arm64/
1661
1662 AS3645A LED FLASH CONTROLLER DRIVER
1663 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1664 L:      linux-media@vger.kernel.org
1665 T:      git git://linuxtv.org/media_tree.git
1666 S:      Maintained
1667 F:      drivers/media/i2c/as3645a.c
1668 F:      include/media/as3645a.h
1669
1670 ASC7621 HARDWARE MONITOR DRIVER
1671 M:      George Joseph <george.joseph@fairview5.com>
1672 L:      lm-sensors@lm-sensors.org
1673 S:      Maintained
1674 F:      Documentation/hwmon/asc7621
1675 F:      drivers/hwmon/asc7621.c
1676
1677 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1678 M:      Corentin Chary <corentin.chary@gmail.com>
1679 L:      acpi4asus-user@lists.sourceforge.net
1680 L:      platform-driver-x86@vger.kernel.org
1681 W:      http://acpi4asus.sf.net
1682 S:      Maintained
1683 F:      drivers/platform/x86/asus*.c
1684 F:      drivers/platform/x86/eeepc*.c
1685
1686 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1687 R:      Dan Williams <dan.j.williams@intel.com>
1688 W:      http://sourceforge.net/projects/xscaleiop
1689 S:      Odd fixes
1690 F:      Documentation/crypto/async-tx-api.txt
1691 F:      crypto/async_tx/
1692 F:      drivers/dma/
1693 F:      include/linux/dmaengine.h
1694 F:      include/linux/async_tx.h
1695
1696 AT24 EEPROM DRIVER
1697 M:      Wolfram Sang <wsa@the-dreams.de>
1698 L:      linux-i2c@vger.kernel.org
1699 S:      Maintained
1700 F:      drivers/misc/eeprom/at24.c
1701 F:      include/linux/platform_data/at24.h
1702
1703 ATA OVER ETHERNET (AOE) DRIVER
1704 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1705 W:      http://www.openaoe.org/
1706 S:      Supported
1707 F:      Documentation/aoe/
1708 F:      drivers/block/aoe/
1709
1710 ATHEROS ATH GENERIC UTILITIES
1711 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1712 L:      linux-wireless@vger.kernel.org
1713 S:      Supported
1714 F:      drivers/net/wireless/ath/*
1715
1716 ATHEROS ATH5K WIRELESS DRIVER
1717 M:      Jiri Slaby <jirislaby@gmail.com>
1718 M:      Nick Kossifidis <mickflemm@gmail.com>
1719 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1720 L:      linux-wireless@vger.kernel.org
1721 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1722 S:      Maintained
1723 F:      drivers/net/wireless/ath/ath5k/
1724
1725 ATHEROS ATH6KL WIRELESS DRIVER
1726 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1727 L:      linux-wireless@vger.kernel.org
1728 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1729 T:      git git://github.com/kvalo/ath.git
1730 S:      Supported
1731 F:      drivers/net/wireless/ath/ath6kl/
1732
1733 WILOCITY WIL6210 WIRELESS DRIVER
1734 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1735 L:      linux-wireless@vger.kernel.org
1736 L:      wil6210@qca.qualcomm.com
1737 S:      Supported
1738 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1739 F:      drivers/net/wireless/ath/wil6210/
1740 F:      include/uapi/linux/wil6210_uapi.h
1741
1742 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1743 M:      Christian Lamparter <chunkeey@googlemail.com>
1744 L:      linux-wireless@vger.kernel.org
1745 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1746 S:      Maintained
1747 F:      drivers/net/wireless/ath/carl9170/
1748
1749 ATK0110 HWMON DRIVER
1750 M:      Luca Tettamanti <kronos.it@gmail.com>
1751 L:      lm-sensors@lm-sensors.org
1752 S:      Maintained
1753 F:      drivers/hwmon/asus_atk0110.c
1754
1755 ATI_REMOTE2 DRIVER
1756 M:      Ville Syrjala <syrjala@sci.fi>
1757 S:      Maintained
1758 F:      drivers/input/misc/ati_remote2.c
1759
1760 ATLX ETHERNET DRIVERS
1761 M:      Jay Cliburn <jcliburn@gmail.com>
1762 M:      Chris Snook <chris.snook@gmail.com>
1763 L:      netdev@vger.kernel.org
1764 W:      http://sourceforge.net/projects/atl1
1765 W:      http://atl1.sourceforge.net
1766 S:      Maintained
1767 F:      drivers/net/ethernet/atheros/
1768
1769 ATM
1770 M:      Chas Williams <3chas3@gmail.com>
1771 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1772 L:      netdev@vger.kernel.org
1773 W:      http://linux-atm.sourceforge.net
1774 S:      Maintained
1775 F:      drivers/atm/
1776 F:      include/linux/atm*
1777 F:      include/uapi/linux/atm*
1778
1779 ATMEL AT91 / AT32 MCI DRIVER
1780 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1781 S:      Maintained
1782 F:      drivers/mmc/host/atmel-mci.c
1783 F:      drivers/mmc/host/atmel-mci-regs.h
1784
1785 ATMEL AT91 / AT32 SERIAL DRIVER
1786 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1787 S:      Supported
1788 F:      drivers/tty/serial/atmel_serial.c
1789
1790 ATMEL Audio ALSA driver
1791 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1793 S:      Supported
1794 F:      sound/soc/atmel
1795
1796 ATMEL DMA DRIVER
1797 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799 S:      Supported
1800 F:      drivers/dma/at_hdmac.c
1801 F:      drivers/dma/at_hdmac_regs.h
1802 F:      include/linux/platform_data/dma-atmel.h
1803
1804 ATMEL XDMA DRIVER
1805 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1806 L:      linux-arm-kernel@lists.infradead.org
1807 L:      dmaengine@vger.kernel.org
1808 S:      Supported
1809 F:      drivers/dma/at_xdmac.c
1810
1811 ATMEL I2C DRIVER
1812 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1813 L:      linux-i2c@vger.kernel.org
1814 S:      Supported
1815 F:      drivers/i2c/busses/i2c-at91.c
1816
1817 ATMEL ISI DRIVER
1818 M:      Josh Wu <josh.wu@atmel.com>
1819 L:      linux-media@vger.kernel.org
1820 S:      Supported
1821 F:      drivers/media/platform/soc_camera/atmel-isi.c
1822 F:      include/media/atmel-isi.h
1823
1824 ATMEL LCDFB DRIVER
1825 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1826 L:      linux-fbdev@vger.kernel.org
1827 S:      Maintained
1828 F:      drivers/video/fbdev/atmel_lcdfb.c
1829 F:      include/video/atmel_lcdc.h
1830
1831 ATMEL MACB ETHERNET DRIVER
1832 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1833 S:      Supported
1834 F:      drivers/net/ethernet/cadence/
1835
1836 ATMEL NAND DRIVER
1837 M:      Josh Wu <josh.wu@atmel.com>
1838 L:      linux-mtd@lists.infradead.org
1839 S:      Supported
1840 F:      drivers/mtd/nand/atmel_nand*
1841
1842 ATMEL SPI DRIVER
1843 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1844 S:      Supported
1845 F:      drivers/spi/spi-atmel.*
1846
1847 ATMEL SSC DRIVER
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-ssc.c
1852 F:      include/linux/atmel-ssc.h
1853
1854 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
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/misc/atmel_tclib.c
1859 F:      drivers/clocksource/tcb_clksrc.c
1860
1861 ATMEL USBA UDC DRIVER
1862 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 S:      Supported
1865 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1866
1867 ATMEL WIRELESS DRIVER
1868 M:      Simon Kelley <simon@thekelleys.org.uk>
1869 L:      linux-wireless@vger.kernel.org
1870 W:      http://www.thekelleys.org.uk/atmel
1871 W:      http://atmelwlandriver.sourceforge.net/
1872 S:      Maintained
1873 F:      drivers/net/wireless/atmel*
1874
1875 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1876 M:      Bradley Grove <linuxdrivers@attotech.com>
1877 L:      linux-scsi@vger.kernel.org
1878 W:      http://www.attotech.com
1879 S:      Supported
1880 F:      drivers/scsi/esas2r
1881
1882 ATUSB IEEE 802.15.4 RADIO DRIVER
1883 M:      Stefan Schmidt <stefan@osg.samsung.com>
1884 L:      linux-wpan@vger.kernel.org
1885 S:      Maintained
1886 F:      drivers/net/ieee802154/atusb.c
1887 F:      drivers/net/ieee802154/atusb.h
1888 F:      drivers/net/ieee802154/at86rf230.h
1889
1890 AUDIT SUBSYSTEM
1891 M:      Paul Moore <paul@paul-moore.com>
1892 M:      Eric Paris <eparis@redhat.com>
1893 L:      linux-audit@redhat.com (moderated for non-subscribers)
1894 W:      http://people.redhat.com/sgrubb/audit/
1895 T:      git git://git.infradead.org/users/pcmoore/audit
1896 S:      Maintained
1897 F:      include/linux/audit.h
1898 F:      include/uapi/linux/audit.h
1899 F:      kernel/audit*
1900
1901 AUXILIARY DISPLAY DRIVERS
1902 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1903 W:      http://miguelojeda.es/auxdisplay.htm
1904 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1905 S:      Maintained
1906 F:      drivers/auxdisplay/
1907 F:      include/linux/cfag12864b.h
1908
1909 AVR32 ARCHITECTURE
1910 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1911 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1912 W:      http://www.atmel.com/products/AVR32/
1913 W:      http://mirror.egtvedt.no/avr32linux.org/
1914 W:      http://avrfreaks.net/
1915 S:      Maintained
1916 F:      arch/avr32/
1917
1918 AVR32/AT32AP MACHINE SUPPORT
1919 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1920 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1921 S:      Maintained
1922 F:      arch/avr32/mach-at32ap/
1923
1924 AX.25 NETWORK LAYER
1925 M:      Ralf Baechle <ralf@linux-mips.org>
1926 L:      linux-hams@vger.kernel.org
1927 W:      http://www.linux-ax25.org/
1928 S:      Maintained
1929 F:      include/uapi/linux/ax25.h
1930 F:      include/net/ax25.h
1931 F:      net/ax25/
1932
1933 AZ6007 DVB DRIVER
1934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1935 L:      linux-media@vger.kernel.org
1936 W:      http://linuxtv.org
1937 T:      git git://linuxtv.org/media_tree.git
1938 S:      Maintained
1939 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1940
1941 AZTECH FM RADIO RECEIVER DRIVER
1942 M:      Hans Verkuil <hverkuil@xs4all.nl>
1943 L:      linux-media@vger.kernel.org
1944 T:      git git://linuxtv.org/media_tree.git
1945 W:      http://linuxtv.org
1946 S:      Maintained
1947 F:      drivers/media/radio/radio-aztech*
1948
1949 B43 WIRELESS DRIVER
1950 L:      linux-wireless@vger.kernel.org
1951 L:      b43-dev@lists.infradead.org
1952 W:      http://wireless.kernel.org/en/users/Drivers/b43
1953 S:      Odd Fixes
1954 F:      drivers/net/wireless/b43/
1955
1956 B43LEGACY WIRELESS DRIVER
1957 M:      Larry Finger <Larry.Finger@lwfinger.net>
1958 L:      linux-wireless@vger.kernel.org
1959 L:      b43-dev@lists.infradead.org
1960 W:      http://wireless.kernel.org/en/users/Drivers/b43
1961 S:      Maintained
1962 F:      drivers/net/wireless/b43legacy/
1963
1964 BACKLIGHT CLASS/SUBSYSTEM
1965 M:      Jingoo Han <jingoohan1@gmail.com>
1966 M:      Lee Jones <lee.jones@linaro.org>
1967 S:      Maintained
1968 F:      drivers/video/backlight/
1969 F:      include/linux/backlight.h
1970
1971 BATMAN ADVANCED
1972 M:      Marek Lindner <mareklindner@neomailbox.ch>
1973 M:      Simon Wunderlich <sw@simonwunderlich.de>
1974 M:      Antonio Quartulli <antonio@meshcoding.com>
1975 L:      b.a.t.m.a.n@lists.open-mesh.org
1976 W:      http://www.open-mesh.org/
1977 S:      Maintained
1978 F:      net/batman-adv/
1979
1980 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1981 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1982 L:      linux-hams@vger.kernel.org
1983 W:      http://www.baycom.org/~tom/ham/ham.html
1984 S:      Maintained
1985 F:      drivers/net/hamradio/baycom*
1986
1987 BCACHE (BLOCK LAYER CACHE)
1988 M:      Kent Overstreet <kmo@daterainc.com>
1989 L:      linux-bcache@vger.kernel.org
1990 W:      http://bcache.evilpiepirate.org
1991 S:      Maintained:
1992 F:      drivers/md/bcache/
1993
1994 BEFS FILE SYSTEM
1995 S:      Orphan
1996 F:      Documentation/filesystems/befs.txt
1997 F:      fs/befs/
1998
1999 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2000 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2001 L:      netdev@vger.kernel.org
2002 S:      Maintained
2003 F:      drivers/net/ethernet/ec_bhf.c
2004
2005 BFS FILE SYSTEM
2006 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2007 S:      Maintained
2008 F:      Documentation/filesystems/bfs.txt
2009 F:      fs/bfs/
2010 F:      include/uapi/linux/bfs_fs.h
2011
2012 BLACKFIN ARCHITECTURE
2013 M:      Steven Miao <realmz6@gmail.com>
2014 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2015 T:      git git://git.code.sf.net/p/adi-linux/code
2016 W:      http://blackfin.uclinux.org
2017 S:      Supported
2018 F:      arch/blackfin/
2019
2020 BLACKFIN EMAC DRIVER
2021 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2022 W:      http://blackfin.uclinux.org
2023 S:      Supported
2024 F:      drivers/net/ethernet/adi/
2025
2026 BLACKFIN RTC DRIVER
2027 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2028 W:      http://blackfin.uclinux.org
2029 S:      Supported
2030 F:      drivers/rtc/rtc-bfin.c
2031
2032 BLACKFIN SDH DRIVER
2033 M:      Sonic Zhang <sonic.zhang@analog.com>
2034 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2035 W:      http://blackfin.uclinux.org
2036 S:      Supported
2037 F:      drivers/mmc/host/bfin_sdh.c
2038
2039 BLACKFIN SERIAL DRIVER
2040 M:      Sonic Zhang <sonic.zhang@analog.com>
2041 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2042 W:      http://blackfin.uclinux.org
2043 S:      Supported
2044 F:      drivers/tty/serial/bfin_uart.c
2045
2046 BLACKFIN WATCHDOG DRIVER
2047 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2048 W:      http://blackfin.uclinux.org
2049 S:      Supported
2050 F:      drivers/watchdog/bfin_wdt.c
2051
2052 BLACKFIN I2C TWI DRIVER
2053 M:      Sonic Zhang <sonic.zhang@analog.com>
2054 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2055 W:      http://blackfin.uclinux.org/
2056 S:      Supported
2057 F:      drivers/i2c/busses/i2c-bfin-twi.c
2058
2059 BLACKFIN MEDIA DRIVER
2060 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2061 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2062 W:      http://blackfin.uclinux.org/
2063 S:      Supported
2064 F:      drivers/media/platform/blackfin/
2065 F:      drivers/media/i2c/adv7183*
2066 F:      drivers/media/i2c/vs6624*
2067
2068 BLINKM RGB LED DRIVER
2069 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2070 S:      Maintained
2071 F:      drivers/leds/leds-blinkm.c
2072
2073 BLOCK LAYER
2074 M:      Jens Axboe <axboe@kernel.dk>
2075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2076 S:      Maintained
2077 F:      block/
2078 F:      kernel/trace/blktrace.c
2079
2080 BLOCK2MTD DRIVER
2081 M:      Joern Engel <joern@lazybastard.org>
2082 L:      linux-mtd@lists.infradead.org
2083 S:      Maintained
2084 F:      drivers/mtd/devices/block2mtd.c
2085
2086 BLUETOOTH DRIVERS
2087 M:      Marcel Holtmann <marcel@holtmann.org>
2088 M:      Gustavo Padovan <gustavo@padovan.org>
2089 M:      Johan Hedberg <johan.hedberg@gmail.com>
2090 L:      linux-bluetooth@vger.kernel.org
2091 W:      http://www.bluez.org/
2092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2094 S:      Maintained
2095 F:      drivers/bluetooth/
2096
2097 BLUETOOTH SUBSYSTEM
2098 M:      Marcel Holtmann <marcel@holtmann.org>
2099 M:      Gustavo Padovan <gustavo@padovan.org>
2100 M:      Johan Hedberg <johan.hedberg@gmail.com>
2101 L:      linux-bluetooth@vger.kernel.org
2102 W:      http://www.bluez.org/
2103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2105 S:      Maintained
2106 F:      net/bluetooth/
2107 F:      include/net/bluetooth/
2108
2109 BONDING DRIVER
2110 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2111 M:      Veaceslav Falico <vfalico@gmail.com>
2112 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2113 L:      netdev@vger.kernel.org
2114 W:      http://sourceforge.net/projects/bonding/
2115 S:      Supported
2116 F:      drivers/net/bonding/
2117 F:      include/uapi/linux/if_bonding.h
2118
2119 BPF (Safe dynamic programs and tools)
2120 M:      Alexei Starovoitov <ast@kernel.org>
2121 L:      netdev@vger.kernel.org
2122 L:      linux-kernel@vger.kernel.org
2123 S:      Supported
2124 F:      kernel/bpf/
2125
2126 BROADCOM B44 10/100 ETHERNET DRIVER
2127 M:      Gary Zambrano <zambrano@broadcom.com>
2128 L:      netdev@vger.kernel.org
2129 S:      Supported
2130 F:      drivers/net/ethernet/broadcom/b44.*
2131
2132 BROADCOM GENET ETHERNET DRIVER
2133 M:      Florian Fainelli <f.fainelli@gmail.com>
2134 L:      netdev@vger.kernel.org
2135 S:      Supported
2136 F:      drivers/net/ethernet/broadcom/genet/
2137
2138 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2139 M:      Sony Chacko <sony.chacko@qlogic.com>
2140 M:      Dept-HSGLinuxNICDev@qlogic.com
2141 L:      netdev@vger.kernel.org
2142 S:      Supported
2143 F:      drivers/net/ethernet/broadcom/bnx2.*
2144 F:      drivers/net/ethernet/broadcom/bnx2_*
2145
2146 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2147 M:      Ariel Elior <ariel.elior@qlogic.com>
2148 L:      netdev@vger.kernel.org
2149 S:      Supported
2150 F:      drivers/net/ethernet/broadcom/bnx2x/
2151
2152 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2153 M:      Florian Fainelli <f.fainelli@gmail.com>
2154 M:      Ray Jui <rjui@broadcom.com>
2155 M:      Scott Branden <sbranden@broadcom.com>
2156 L:      bcm-kernel-feedback-list@broadcom.com
2157 T:      git git://github.com/broadcom/mach-bcm
2158 S:      Maintained
2159 F:      arch/arm/mach-bcm/
2160 F:      arch/arm/boot/dts/bcm113*
2161 F:      arch/arm/boot/dts/bcm216*
2162 F:      arch/arm/boot/dts/bcm281*
2163 F:      arch/arm/configs/bcm_defconfig
2164 F:      drivers/mmc/host/sdhci-bcm-kona.c
2165 F:      drivers/clocksource/bcm_kona_timer.c
2166
2167 BROADCOM BCM2835 ARM ARCHITECTURE
2168 M:      Stephen Warren <swarren@wwwdotorg.org>
2169 M:      Lee Jones <lee@kernel.org>
2170 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2172 S:      Maintained
2173 N:      bcm2835
2174
2175 BROADCOM BCM33XX MIPS ARCHITECTURE
2176 M:      Kevin Cernekee <cernekee@gmail.com>
2177 L:      linux-mips@linux-mips.org
2178 S:      Maintained
2179 F:      arch/mips/bcm3384/*
2180 F:      arch/mips/include/asm/mach-bcm3384/*
2181 F:      arch/mips/kernel/*bmips*
2182
2183 BROADCOM BCM5301X ARM ARCHITECTURE
2184 M:      Hauke Mehrtens <hauke@hauke-m.de>
2185 L:      linux-arm-kernel@lists.infradead.org
2186 S:      Maintained
2187 F:      arch/arm/mach-bcm/bcm_5301x.c
2188 F:      arch/arm/boot/dts/bcm5301x.dtsi
2189 F:      arch/arm/boot/dts/bcm470*
2190
2191 BROADCOM BCM63XX ARM ARCHITECTURE
2192 M:      Florian Fainelli <f.fainelli@gmail.com>
2193 L:      linux-arm-kernel@lists.infradead.org
2194 T:      git git://github.com/broadcom/arm-bcm63xx.git
2195 S:      Maintained
2196 F:      arch/arm/mach-bcm/bcm63xx.c
2197 F:      arch/arm/include/debug/bcm63xx.S
2198
2199 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2200 M:      Kevin Cernekee <cernekee@gmail.com>
2201 L:      linux-usb@vger.kernel.org
2202 S:      Maintained
2203 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2204
2205 BROADCOM BCM7XXX ARM ARCHITECTURE
2206 M:      Brian Norris <computersforpeace@gmail.com>
2207 M:      Gregory Fong <gregory.0xf0@gmail.com>
2208 M:      Florian Fainelli <f.fainelli@gmail.com>
2209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 T:      git git://github.com/broadcom/stblinux.git
2211 S:      Maintained
2212 F:      arch/arm/mach-bcm/*brcmstb*
2213 F:      arch/arm/boot/dts/bcm7*.dts*
2214 F:      drivers/bus/brcmstb_gisb.c
2215
2216 BROADCOM BMIPS MIPS ARCHITECTURE
2217 M:      Kevin Cernekee <cernekee@gmail.com>
2218 M:      Florian Fainelli <f.fainelli@gmail.com>
2219 L:      linux-mips@linux-mips.org
2220 T:      git git://github.com/broadcom/stblinux.git
2221 S:      Maintained
2222 F:      arch/mips/bmips/*
2223 F:      arch/mips/include/asm/mach-bmips/*
2224 F:      arch/mips/kernel/*bmips*
2225 F:      arch/mips/boot/dts/bcm*.dts*
2226 F:      drivers/irqchip/irq-bcm7*
2227 F:      drivers/irqchip/irq-brcmstb*
2228
2229 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2230 M:      Prashant Sreedharan <prashant@broadcom.com>
2231 M:      Michael Chan <mchan@broadcom.com>
2232 L:      netdev@vger.kernel.org
2233 S:      Supported
2234 F:      drivers/net/ethernet/broadcom/tg3.*
2235
2236 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2237 M:      Brett Rudley <brudley@broadcom.com>
2238 M:      Arend van Spriel <arend@broadcom.com>
2239 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2240 M:      Hante Meuleman <meuleman@broadcom.com>
2241 L:      linux-wireless@vger.kernel.org
2242 L:      brcm80211-dev-list@broadcom.com
2243 S:      Supported
2244 F:      drivers/net/wireless/brcm80211/
2245
2246 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2247 M:      QLogic-Storage-Upstream@qlogic.com
2248 L:      linux-scsi@vger.kernel.org
2249 S:      Supported
2250 F:      drivers/scsi/bnx2fc/
2251
2252 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2253 M:      QLogic-Storage-Upstream@qlogic.com
2254 L:      linux-scsi@vger.kernel.org
2255 S:      Supported
2256 F:      drivers/scsi/bnx2i/
2257
2258 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2259 M:      Ray Jui <rjui@broadcom.com>
2260 M:      Scott Branden <sbranden@broadcom.com>
2261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2262 L:      bcm-kernel-feedback-list@broadcom.com
2263 T:      git git://github.com/broadcom/cygnus-linux.git
2264 S:      Maintained
2265 N:      iproc
2266 N:      cygnus
2267 N:      bcm9113*
2268 N:      bcm9583*
2269 N:      bcm583*
2270 N:      bcm113*
2271
2272 BROADCOM BRCMSTB GPIO DRIVER
2273 M:      Gregory Fong <gregory.0xf0@gmail.com>
2274 L:      bcm-kernel-feedback-list@broadcom.com>
2275 S:      Supported
2276 F:      drivers/gpio/gpio-brcmstb.c
2277 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2278
2279 BROADCOM KONA GPIO DRIVER
2280 M:      Ray Jui <rjui@broadcom.com>
2281 L:      bcm-kernel-feedback-list@broadcom.com
2282 S:      Supported
2283 F:      drivers/gpio/gpio-bcm-kona.c
2284 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2285
2286 BROADCOM STB NAND FLASH DRIVER
2287 M:      Brian Norris <computersforpeace@gmail.com>
2288 L:      linux-mtd@lists.infradead.org
2289 S:      Maintained
2290 F:      drivers/mtd/nand/brcmnand/
2291
2292 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2293 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2294 L:      linux-wireless@vger.kernel.org
2295 S:      Maintained
2296 F:      drivers/bcma/
2297 F:      include/linux/bcma/
2298
2299 BROADCOM SYSTEMPORT ETHERNET DRIVER
2300 M:      Florian Fainelli <f.fainelli@gmail.com>
2301 L:      netdev@vger.kernel.org
2302 S:      Supported
2303 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2304
2305 BROCADE BFA FC SCSI DRIVER
2306 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2307 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2308 L:      linux-scsi@vger.kernel.org
2309 S:      Supported
2310 F:      drivers/scsi/bfa/
2311
2312 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2313 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2314 L:      netdev@vger.kernel.org
2315 S:      Supported
2316 F:      drivers/net/ethernet/brocade/bna/
2317
2318 BSG (block layer generic sg v4 driver)
2319 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2320 L:      linux-scsi@vger.kernel.org
2321 S:      Supported
2322 F:      block/bsg.c
2323 F:      include/linux/bsg.h
2324 F:      include/uapi/linux/bsg.h
2325
2326 BT87X AUDIO DRIVER
2327 M:      Clemens Ladisch <clemens@ladisch.de>
2328 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2329 T:      git git://git.alsa-project.org/alsa-kernel.git
2330 S:      Maintained
2331 F:      Documentation/sound/alsa/Bt87x.txt
2332 F:      sound/pci/bt87x.c
2333
2334 BT8XXGPIO DRIVER
2335 M:      Michael Buesch <m@bues.ch>
2336 W:      http://bu3sch.de/btgpio.php
2337 S:      Maintained
2338 F:      drivers/gpio/gpio-bt8xx.c
2339
2340 BTRFS FILE SYSTEM
2341 M:      Chris Mason <clm@fb.com>
2342 M:      Josef Bacik <jbacik@fb.com>
2343 M:      David Sterba <dsterba@suse.cz>
2344 L:      linux-btrfs@vger.kernel.org
2345 W:      http://btrfs.wiki.kernel.org/
2346 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2348 S:      Maintained
2349 F:      Documentation/filesystems/btrfs.txt
2350 F:      fs/btrfs/
2351
2352 BTTV VIDEO4LINUX DRIVER
2353 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2354 L:      linux-media@vger.kernel.org
2355 W:      http://linuxtv.org
2356 T:      git git://linuxtv.org/media_tree.git
2357 S:      Odd fixes
2358 F:      Documentation/video4linux/bttv/
2359 F:      drivers/media/pci/bt8xx/bttv*
2360
2361 BUSLOGIC SCSI DRIVER
2362 M:      Khalid Aziz <khalid@gonehiking.org>
2363 L:      linux-scsi@vger.kernel.org
2364 S:      Maintained
2365 F:      drivers/scsi/BusLogic.*
2366 F:      drivers/scsi/FlashPoint.*
2367
2368 C-MEDIA CMI8788 DRIVER
2369 M:      Clemens Ladisch <clemens@ladisch.de>
2370 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2371 T:      git git://git.alsa-project.org/alsa-kernel.git
2372 S:      Maintained
2373 F:      sound/pci/oxygen/
2374
2375 C6X ARCHITECTURE
2376 M:      Mark Salter <msalter@redhat.com>
2377 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2378 L:      linux-c6x-dev@linux-c6x.org
2379 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2380 S:      Maintained
2381 F:      arch/c6x/
2382
2383 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2384 M:      David Howells <dhowells@redhat.com>
2385 L:      linux-cachefs@redhat.com
2386 S:      Supported
2387 F:      Documentation/filesystems/caching/cachefiles.txt
2388 F:      fs/cachefiles/
2389
2390 CADET FM/AM RADIO RECEIVER DRIVER
2391 M:      Hans Verkuil <hverkuil@xs4all.nl>
2392 L:      linux-media@vger.kernel.org
2393 T:      git git://linuxtv.org/media_tree.git
2394 W:      http://linuxtv.org
2395 S:      Maintained
2396 F:      drivers/media/radio/radio-cadet*
2397
2398 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2399 M:      Jonathan Corbet <corbet@lwn.net>
2400 L:      linux-media@vger.kernel.org
2401 T:      git git://linuxtv.org/media_tree.git
2402 S:      Maintained
2403 F:      Documentation/video4linux/cafe_ccic
2404 F:      drivers/media/platform/marvell-ccic/
2405
2406 CAIF NETWORK LAYER
2407 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2408 L:      netdev@vger.kernel.org
2409 S:      Supported
2410 F:      Documentation/networking/caif/
2411 F:      drivers/net/caif/
2412 F:      include/uapi/linux/caif/
2413 F:      include/net/caif/
2414 F:      net/caif/
2415
2416 CALGARY x86-64 IOMMU
2417 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2418 M:      "Jon D. Mason" <jdmason@kudzu.us>
2419 L:      discuss@x86-64.org
2420 S:      Maintained
2421 F:      arch/x86/kernel/pci-calgary_64.c
2422 F:      arch/x86/kernel/tce_64.c
2423 F:      arch/x86/include/asm/calgary.h
2424 F:      arch/x86/include/asm/tce.h
2425
2426 CAN NETWORK LAYER
2427 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2428 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2429 L:      linux-can@vger.kernel.org
2430 W:      https://github.com/linux-can
2431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2433 S:      Maintained
2434 F:      Documentation/networking/can.txt
2435 F:      net/can/
2436 F:      include/linux/can/core.h
2437 F:      include/uapi/linux/can.h
2438 F:      include/uapi/linux/can/bcm.h
2439 F:      include/uapi/linux/can/raw.h
2440 F:      include/uapi/linux/can/gw.h
2441
2442 CAN NETWORK DRIVERS
2443 M:      Wolfgang Grandegger <wg@grandegger.com>
2444 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2445 L:      linux-can@vger.kernel.org
2446 W:      https://github.com/linux-can
2447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2449 S:      Maintained
2450 F:      drivers/net/can/
2451 F:      include/linux/can/dev.h
2452 F:      include/linux/can/platform/
2453 F:      include/uapi/linux/can/error.h
2454 F:      include/uapi/linux/can/netlink.h
2455
2456 CAPABILITIES
2457 M:      Serge Hallyn <serge.hallyn@canonical.com>
2458 L:      linux-security-module@vger.kernel.org
2459 S:      Supported
2460 F:      include/linux/capability.h
2461 F:      include/uapi/linux/capability.h
2462 F:      security/commoncap.c
2463 F:      kernel/capability.c
2464
2465 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2466 M:      Kevin Tsai <ktsai@capellamicro.com>
2467 S:      Maintained
2468 F:      drivers/iio/light/cm*
2469 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2470
2471 CAVIUM LIQUIDIO NETWORK DRIVER
2472 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2473 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2474 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2475 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2476 L:     netdev@vger.kernel.org
2477 W:     http://www.cavium.com
2478 S:     Supported
2479 F:     drivers/net/ethernet/cavium/
2480 F:     drivers/net/ethernet/cavium/liquidio/
2481
2482 CC2520 IEEE-802.15.4 RADIO DRIVER
2483 M:      Varka Bhadram <varkabhadram@gmail.com>
2484 L:      linux-wpan@vger.kernel.org
2485 S:      Maintained
2486 F:      drivers/net/ieee802154/cc2520.c
2487 F:      include/linux/spi/cc2520.h
2488 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2489
2490 CELL BROADBAND ENGINE ARCHITECTURE
2491 M:      Arnd Bergmann <arnd@arndb.de>
2492 L:      linuxppc-dev@lists.ozlabs.org
2493 W:      http://www.ibm.com/developerworks/power/cell/
2494 S:      Supported
2495 F:      arch/powerpc/include/asm/cell*.h
2496 F:      arch/powerpc/include/asm/spu*.h
2497 F:      arch/powerpc/include/uapi/asm/spu*.h
2498 F:      arch/powerpc/oprofile/*cell*
2499 F:      arch/powerpc/platforms/cell/
2500
2501 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2502 M:      Yan, Zheng <zyan@redhat.com>
2503 M:      Sage Weil <sage@redhat.com>
2504 L:      ceph-devel@vger.kernel.org
2505 W:      http://ceph.com/
2506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2507 S:      Supported
2508 F:      Documentation/filesystems/ceph.txt
2509 F:      fs/ceph/
2510 F:      net/ceph/
2511 F:      include/linux/ceph/
2512 F:      include/linux/crush/
2513
2514 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2515 L:      linux-usb@vger.kernel.org
2516 S:      Orphan
2517 F:      Documentation/usb/WUSB-Design-overview.txt
2518 F:      Documentation/usb/wusb-cbaf
2519 F:      drivers/usb/host/hwa-hc.c
2520 F:      drivers/usb/host/whci/
2521 F:      drivers/usb/wusbcore/
2522 F:      include/linux/usb/wusb*
2523
2524 CFAG12864B LCD DRIVER
2525 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2526 W:      http://miguelojeda.es/auxdisplay.htm
2527 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2528 S:      Maintained
2529 F:      drivers/auxdisplay/cfag12864b.c
2530 F:      include/linux/cfag12864b.h
2531
2532 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2533 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2534 W:      http://miguelojeda.es/auxdisplay.htm
2535 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2536 S:      Maintained
2537 F:      drivers/auxdisplay/cfag12864bfb.c
2538 F:      include/linux/cfag12864b.h
2539
2540 CFG80211 and NL80211
2541 M:      Johannes Berg <johannes@sipsolutions.net>
2542 L:      linux-wireless@vger.kernel.org
2543 W:      http://wireless.kernel.org/
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2546 S:      Maintained
2547 F:      include/uapi/linux/nl80211.h
2548 F:      include/net/cfg80211.h
2549 F:      net/wireless/*
2550 X:      net/wireless/wext*
2551
2552 CHAR and MISC DRIVERS
2553 M:      Arnd Bergmann <arnd@arndb.de>
2554 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2556 S:      Supported
2557 F:      drivers/char/*
2558 F:      drivers/misc/*
2559 F:      include/linux/miscdevice.h
2560
2561 CHECKPATCH
2562 M:      Andy Whitcroft <apw@canonical.com>
2563 M:      Joe Perches <joe@perches.com>
2564 S:      Maintained
2565 F:      scripts/checkpatch.pl
2566
2567 CHINESE DOCUMENTATION
2568 M:      Harry Wei <harryxiyou@gmail.com>
2569 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2570 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2571 S:      Maintained
2572 F:      Documentation/zh_CN/
2573
2574 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2575 M:      Peter Chen <Peter.Chen@freescale.com>
2576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2577 L:      linux-usb@vger.kernel.org
2578 S:      Maintained
2579 F:      drivers/usb/chipidea/
2580
2581 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2582 M:      Hans de Goede <hdegoede@redhat.com>
2583 L:      linux-input@vger.kernel.org
2584 S:      Maintained
2585 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2586 F:      drivers/input/touchscreen/chipone_icn8318.c
2587
2588 CHROME HARDWARE PLATFORM SUPPORT
2589 M:      Olof Johansson <olof@lixom.net>
2590 S:      Maintained
2591 F:      drivers/platform/chrome/
2592
2593 CISCO VIC ETHERNET NIC DRIVER
2594 M:      Christian Benvenuti <benve@cisco.com>
2595 M:      Sujith Sankar <ssujith@cisco.com>
2596 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2597 M:      Neel Patel <neepatel@cisco.com>
2598 S:      Supported
2599 F:      drivers/net/ethernet/cisco/enic/
2600
2601 CISCO VIC LOW LATENCY NIC DRIVER
2602 M:      Upinder Malhi <umalhi@cisco.com>
2603 S:      Supported
2604 F:      drivers/infiniband/hw/usnic
2605
2606 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2607 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2608 L:      netdev@vger.kernel.org
2609 S:      Maintained
2610 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2611
2612 CIRRUS LOGIC AUDIO CODEC DRIVERS
2613 M:      Brian Austin <brian.austin@cirrus.com>
2614 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2615 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2616 S:      Maintained
2617 F:      sound/soc/codecs/cs*
2618
2619 CLEANCACHE API
2620 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2621 L:      linux-kernel@vger.kernel.org
2622 S:      Maintained
2623 F:      mm/cleancache.c
2624 F:      include/linux/cleancache.h
2625
2626 CLK API
2627 M:      Russell King <linux@arm.linux.org.uk>
2628 L:      linux-clk@vger.kernel.org
2629 S:      Maintained
2630 F:      include/linux/clk.h
2631
2632 CLOCKSOURCE, CLOCKEVENT DRIVERS
2633 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2634 M:      Thomas Gleixner <tglx@linutronix.de>
2635 L:      linux-kernel@vger.kernel.org
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2637 S:      Supported
2638 F:      drivers/clocksource
2639
2640 CISCO FCOE HBA DRIVER
2641 M:      Hiral Patel <hiralpat@cisco.com>
2642 M:      Suma Ramars <sramars@cisco.com>
2643 M:      Brian Uchino <buchino@cisco.com>
2644 L:      linux-scsi@vger.kernel.org
2645 S:      Supported
2646 F:      drivers/scsi/fnic/
2647
2648 CISCO SCSI HBA DRIVER
2649 M:      Narsimhulu Musini <nmusini@cisco.com>
2650 M:      Sesidhar Baddela <sebaddel@cisco.com>
2651 L:      linux-scsi@vger.kernel.org
2652 S:      Supported
2653 F:      drivers/scsi/snic/
2654
2655 CMPC ACPI DRIVER
2656 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2657 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2658 L:      platform-driver-x86@vger.kernel.org
2659 S:      Supported
2660 F:      drivers/platform/x86/classmate-laptop.c
2661
2662 COCCINELLE/Semantic Patches (SmPL)
2663 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2664 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2665 M:      Nicolas Palix <nicolas.palix@imag.fr>
2666 M:      Michal Marek <mmarek@suse.cz>
2667 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2669 W:      http://coccinelle.lip6.fr/
2670 S:      Supported
2671 F:      Documentation/coccinelle.txt
2672 F:      scripts/coccinelle/
2673 F:      scripts/coccicheck
2674
2675 CODA FILE SYSTEM
2676 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2677 M:      coda@cs.cmu.edu
2678 L:      codalist@coda.cs.cmu.edu
2679 W:      http://www.coda.cs.cmu.edu/
2680 S:      Maintained
2681 F:      Documentation/filesystems/coda.txt
2682 F:      fs/coda/
2683 F:      include/linux/coda*.h
2684 F:      include/uapi/linux/coda*.h
2685
2686 CODA V4L2 MEM2MEM DRIVER
2687 M:      Philipp Zabel <p.zabel@pengutronix.de>
2688 L:      linux-media@vger.kernel.org
2689 S:      Maintained
2690 F:      Documentation/devicetree/bindings/media/coda.txt
2691 F:      drivers/media/platform/coda/
2692
2693 COMMON CLK FRAMEWORK
2694 M:      Mike Turquette <mturquette@linaro.org>
2695 M:      Stephen Boyd <sboyd@codeaurora.org>
2696 L:      linux-clk@vger.kernel.org
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2698 S:      Maintained
2699 F:      drivers/clk/
2700 X:      drivers/clk/clkdev.c
2701 F:      include/linux/clk-pr*
2702 F:      include/linux/clk/
2703
2704 COMMON INTERNET FILE SYSTEM (CIFS)
2705 M:      Steve French <sfrench@samba.org>
2706 L:      linux-cifs@vger.kernel.org
2707 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2708 W:      http://linux-cifs.samba.org/
2709 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2710 S:      Supported
2711 F:      Documentation/filesystems/cifs/
2712 F:      fs/cifs/
2713
2714 COMPACTPCI HOTPLUG CORE
2715 M:      Scott Murray <scott@spiteful.org>
2716 L:      linux-pci@vger.kernel.org
2717 S:      Maintained
2718 F:      drivers/pci/hotplug/cpci_hotplug*
2719
2720 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2721 M:      Scott Murray <scott@spiteful.org>
2722 L:      linux-pci@vger.kernel.org
2723 S:      Maintained
2724 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2725
2726 COMPACTPCI HOTPLUG GENERIC DRIVER
2727 M:      Scott Murray <scott@spiteful.org>
2728 L:      linux-pci@vger.kernel.org
2729 S:      Maintained
2730 F:      drivers/pci/hotplug/cpcihp_generic.c
2731
2732 COMPAL LAPTOP SUPPORT
2733 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2734 L:      platform-driver-x86@vger.kernel.org
2735 S:      Maintained
2736 F:      drivers/platform/x86/compal-laptop.c
2737
2738 CONEXANT ACCESSRUNNER USB DRIVER
2739 M:      Simon Arlott <cxacru@fire.lp0.eu>
2740 L:      accessrunner-general@lists.sourceforge.net
2741 W:      http://accessrunner.sourceforge.net/
2742 S:      Maintained
2743 F:      drivers/usb/atm/cxacru.c
2744
2745 CONFIGFS
2746 M:      Joel Becker <jlbec@evilplan.org>
2747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2748 S:      Supported
2749 F:      fs/configfs/
2750 F:      include/linux/configfs.h
2751
2752 CONNECTOR
2753 M:      Evgeniy Polyakov <zbr@ioremap.net>
2754 L:      netdev@vger.kernel.org
2755 S:      Maintained
2756 F:      drivers/connector/
2757
2758 CONTROL GROUP (CGROUP)
2759 M:      Tejun Heo <tj@kernel.org>
2760 M:      Li Zefan <lizefan@huawei.com>
2761 L:      cgroups@vger.kernel.org
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2763 S:      Maintained
2764 F:      Documentation/cgroups/
2765 F:      include/linux/cgroup*
2766 F:      kernel/cgroup*
2767
2768 CONTROL GROUP - CPUSET
2769 M:      Li Zefan <lizefan@huawei.com>
2770 L:      cgroups@vger.kernel.org
2771 W:      http://www.bullopensource.org/cpuset/
2772 W:      http://oss.sgi.com/projects/cpusets/
2773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2774 S:      Maintained
2775 F:      Documentation/cgroups/cpusets.txt
2776 F:      include/linux/cpuset.h
2777 F:      kernel/cpuset.c
2778
2779 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2780 M:      Johannes Weiner <hannes@cmpxchg.org>
2781 M:      Michal Hocko <mhocko@suse.cz>
2782 L:      cgroups@vger.kernel.org
2783 L:      linux-mm@kvack.org
2784 S:      Maintained
2785 F:      mm/memcontrol.c
2786 F:      mm/swap_cgroup.c
2787
2788 CORETEMP HARDWARE MONITORING DRIVER
2789 M:      Fenghua Yu <fenghua.yu@intel.com>
2790 L:      lm-sensors@lm-sensors.org
2791 S:      Maintained
2792 F:      Documentation/hwmon/coretemp
2793 F:      drivers/hwmon/coretemp.c
2794
2795 COSA/SRP SYNC SERIAL DRIVER
2796 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2797 W:      http://www.fi.muni.cz/~kas/cosa/
2798 S:      Maintained
2799 F:      drivers/net/wan/cosa*
2800
2801 CPMAC ETHERNET DRIVER
2802 M:      Florian Fainelli <florian@openwrt.org>
2803 L:      netdev@vger.kernel.org
2804 S:      Maintained
2805 F:      drivers/net/ethernet/ti/cpmac.c
2806
2807 CPU FREQUENCY DRIVERS
2808 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2809 M:      Viresh Kumar <viresh.kumar@linaro.org>
2810 L:      linux-pm@vger.kernel.org
2811 S:      Maintained
2812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2813 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2814 F:      drivers/cpufreq/
2815 F:      include/linux/cpufreq.h
2816
2817 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2818 M:      Viresh Kumar <viresh.kumar@linaro.org>
2819 M:      Sudeep Holla <sudeep.holla@arm.com>
2820 L:      linux-pm@vger.kernel.org
2821 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2822 S:      Maintained
2823 F:      drivers/cpufreq/arm_big_little.h
2824 F:      drivers/cpufreq/arm_big_little.c
2825 F:      drivers/cpufreq/arm_big_little_dt.c
2826
2827 CPUIDLE DRIVER - ARM BIG LITTLE
2828 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2829 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2830 L:      linux-pm@vger.kernel.org
2831 L:      linux-arm-kernel@lists.infradead.org
2832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2833 S:      Maintained
2834 F:      drivers/cpuidle/cpuidle-big_little.c
2835
2836 CPUIDLE DRIVER - ARM EXYNOS
2837 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2838 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2839 M:      Kukjin Kim <kgene@kernel.org>
2840 L:      linux-pm@vger.kernel.org
2841 L:      linux-samsung-soc@vger.kernel.org
2842 S:      Supported
2843 F:      drivers/cpuidle/cpuidle-exynos.c
2844 F:      arch/arm/mach-exynos/pm.c
2845
2846 CPUIDLE DRIVERS
2847 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2848 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2849 L:      linux-pm@vger.kernel.org
2850 S:      Maintained
2851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2852 F:      drivers/cpuidle/*
2853 F:      include/linux/cpuidle.h
2854
2855 CPUID/MSR DRIVER
2856 M:      "H. Peter Anvin" <hpa@zytor.com>
2857 S:      Maintained
2858 F:      arch/x86/kernel/cpuid.c
2859 F:      arch/x86/kernel/msr.c
2860
2861 CPU POWER MONITORING SUBSYSTEM
2862 M:      Thomas Renninger <trenn@suse.de>
2863 L:      linux-pm@vger.kernel.org
2864 S:      Maintained
2865 F:      tools/power/cpupower/
2866
2867 CRAMFS FILESYSTEM
2868 W:      http://sourceforge.net/projects/cramfs/
2869 S:      Orphan / Obsolete
2870 F:      Documentation/filesystems/cramfs.txt
2871 F:      fs/cramfs/
2872
2873 CRIS PORT
2874 M:      Mikael Starvik <starvik@axis.com>
2875 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2876 L:      linux-cris-kernel@axis.com
2877 W:      http://developer.axis.com
2878 S:      Maintained
2879 F:      arch/cris/
2880 F:      drivers/tty/serial/crisv10.*
2881
2882 CRYPTO API
2883 M:      Herbert Xu <herbert@gondor.apana.org.au>
2884 M:      "David S. Miller" <davem@davemloft.net>
2885 L:      linux-crypto@vger.kernel.org
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2887 S:      Maintained
2888 F:      Documentation/crypto/
2889 F:      Documentation/DocBook/crypto-API.tmpl
2890 F:      arch/*/crypto/
2891 F:      crypto/
2892 F:      drivers/crypto/
2893 F:      include/crypto/
2894
2895 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2896 M:      Neil Horman <nhorman@tuxdriver.com>
2897 L:      linux-crypto@vger.kernel.org
2898 S:      Maintained
2899 F:      crypto/ansi_cprng.c
2900 F:      crypto/rng.c
2901
2902 CS5535 Audio ALSA driver
2903 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2904 S:      Maintained
2905 F:      sound/pci/cs5535audio/
2906
2907 CW1200 WLAN driver
2908 M:      Solomon Peachy <pizza@shaftnet.org>
2909 S:      Maintained
2910 F:      drivers/net/wireless/cw1200/
2911
2912 CX18 VIDEO4LINUX DRIVER
2913 M:      Andy Walls <awalls@md.metrocast.net>
2914 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2915 L:      linux-media@vger.kernel.org
2916 T:      git git://linuxtv.org/media_tree.git
2917 W:      http://linuxtv.org
2918 W:      http://www.ivtvdriver.org/index.php/Cx18
2919 S:      Maintained
2920 F:      Documentation/video4linux/cx18.txt
2921 F:      drivers/media/pci/cx18/
2922 F:      include/uapi/linux/ivtv*
2923
2924 CX2341X MPEG ENCODER HELPER MODULE
2925 M:      Hans Verkuil <hverkuil@xs4all.nl>
2926 L:      linux-media@vger.kernel.org
2927 T:      git git://linuxtv.org/media_tree.git
2928 W:      http://linuxtv.org
2929 S:      Maintained
2930 F:      drivers/media/common/cx2341x*
2931 F:      include/media/cx2341x*
2932
2933 CX88 VIDEO4LINUX DRIVER
2934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2935 L:      linux-media@vger.kernel.org
2936 W:      http://linuxtv.org
2937 T:      git git://linuxtv.org/media_tree.git
2938 S:      Odd fixes
2939 F:      Documentation/video4linux/cx88/
2940 F:      drivers/media/pci/cx88/
2941
2942 CXD2820R MEDIA DRIVER
2943 M:      Antti Palosaari <crope@iki.fi>
2944 L:      linux-media@vger.kernel.org
2945 W:      http://linuxtv.org/
2946 W:      http://palosaari.fi/linux/
2947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2948 T:      git git://linuxtv.org/anttip/media_tree.git
2949 S:      Maintained
2950 F:      drivers/media/dvb-frontends/cxd2820r*
2951
2952 CXGB3 ETHERNET DRIVER (CXGB3)
2953 M:      Santosh Raspatur <santosh@chelsio.com>
2954 L:      netdev@vger.kernel.org
2955 W:      http://www.chelsio.com
2956 S:      Supported
2957 F:      drivers/net/ethernet/chelsio/cxgb3/
2958
2959 CXGB3 ISCSI DRIVER (CXGB3I)
2960 M:      Karen Xie <kxie@chelsio.com>
2961 L:      linux-scsi@vger.kernel.org
2962 W:      http://www.chelsio.com
2963 S:      Supported
2964 F:      drivers/scsi/cxgbi/cxgb3i
2965
2966 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2967 M:      Steve Wise <swise@chelsio.com>
2968 L:      linux-rdma@vger.kernel.org
2969 W:      http://www.openfabrics.org
2970 S:      Supported
2971 F:      drivers/infiniband/hw/cxgb3/
2972
2973 CXGB4 ETHERNET DRIVER (CXGB4)
2974 M:      Hariprasad S <hariprasad@chelsio.com>
2975 L:      netdev@vger.kernel.org
2976 W:      http://www.chelsio.com
2977 S:      Supported
2978 F:      drivers/net/ethernet/chelsio/cxgb4/
2979
2980 CXGB4 ISCSI DRIVER (CXGB4I)
2981 M:      Karen Xie <kxie@chelsio.com>
2982 L:      linux-scsi@vger.kernel.org
2983 W:      http://www.chelsio.com
2984 S:      Supported
2985 F:      drivers/scsi/cxgbi/cxgb4i
2986
2987 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2988 M:      Steve Wise <swise@chelsio.com>
2989 L:      linux-rdma@vger.kernel.org
2990 W:      http://www.openfabrics.org
2991 S:      Supported
2992 F:      drivers/infiniband/hw/cxgb4/
2993
2994 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2995 M:      Casey Leedom <leedom@chelsio.com>
2996 L:      netdev@vger.kernel.org
2997 W:      http://www.chelsio.com
2998 S:      Supported
2999 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3000
3001 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3002 M:      Ian Munsie <imunsie@au1.ibm.com>
3003 M:      Michael Neuling <mikey@neuling.org>
3004 L:      linuxppc-dev@lists.ozlabs.org
3005 S:      Supported
3006 F:      drivers/misc/cxl/
3007 F:      include/misc/cxl*
3008 F:      include/uapi/misc/cxl.h
3009 F:      Documentation/powerpc/cxl.txt
3010 F:      Documentation/powerpc/cxl.txt
3011 F:      Documentation/ABI/testing/sysfs-class-cxl
3012
3013 STMMAC ETHERNET DRIVER
3014 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3015 L:      netdev@vger.kernel.org
3016 W:      http://www.stlinux.com
3017 S:      Supported
3018 F:      drivers/net/ethernet/stmicro/stmmac/
3019
3020 CYBERPRO FB DRIVER
3021 M:      Russell King <linux@arm.linux.org.uk>
3022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3023 W:      http://www.arm.linux.org.uk/
3024 S:      Maintained
3025 F:      drivers/video/fbdev/cyber2000fb.*
3026
3027 CYCLADES ASYNC MUX DRIVER
3028 W:      http://www.cyclades.com/
3029 S:      Orphan
3030 F:      drivers/tty/cyclades.c
3031 F:      include/linux/cyclades.h
3032 F:      include/uapi/linux/cyclades.h
3033
3034 CYCLADES PC300 DRIVER
3035 W:      http://www.cyclades.com/
3036 S:      Orphan
3037 F:      drivers/net/wan/pc300*
3038
3039 CYPRESS_FIRMWARE MEDIA DRIVER
3040 M:      Antti Palosaari <crope@iki.fi>
3041 L:      linux-media@vger.kernel.org
3042 W:      http://linuxtv.org/
3043 W:      http://palosaari.fi/linux/
3044 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3045 T:      git git://linuxtv.org/anttip/media_tree.git
3046 S:      Maintained
3047 F:      drivers/media/common/cypress_firmware*
3048
3049 CYTTSP TOUCHSCREEN DRIVER
3050 M:      Ferruh Yigit <fery@cypress.com>
3051 L:      linux-input@vger.kernel.org
3052 S:      Supported
3053 F:      drivers/input/touchscreen/cyttsp*
3054 F:      include/linux/input/cyttsp.h
3055
3056 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3057 M:      Joshua Kinard <kumba@gentoo.org>
3058 S:      Maintained
3059 F:      drivers/rtc/rtc-ds1685.c
3060 F:      include/linux/rtc/ds1685.h
3061
3062 DAMA SLAVE for AX.25
3063 M:      Joerg Reuter <jreuter@yaina.de>
3064 W:      http://yaina.de/jreuter/
3065 W:      http://www.qsl.net/dl1bke/
3066 L:      linux-hams@vger.kernel.org
3067 S:      Maintained
3068 F:      net/ax25/af_ax25.c
3069 F:      net/ax25/ax25_dev.c
3070 F:      net/ax25/ax25_ds_*
3071 F:      net/ax25/ax25_in.c
3072 F:      net/ax25/ax25_out.c
3073 F:      net/ax25/ax25_timer.c
3074 F:      net/ax25/sysctl_net_ax25.c
3075
3076 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3077 L:      netdev@vger.kernel.org
3078 S:      Orphan
3079 F:      Documentation/networking/dmfe.txt
3080 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3081
3082 DC390/AM53C974 SCSI driver
3083 M:      Hannes Reinecke <hare@suse.de>
3084 L:      linux-scsi@vger.kernel.org
3085 S:      Maintained
3086 F:      drivers/scsi/am53c974.c
3087
3088 DC395x SCSI driver
3089 M:      Oliver Neukum <oliver@neukum.org>
3090 M:      Ali Akcaagac <aliakc@web.de>
3091 M:      Jamie Lenehan <lenehan@twibble.org>
3092 L:      dc395x@twibble.org
3093 W:      http://twibble.org/dist/dc395x/
3094 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3095 S:      Maintained
3096 F:      Documentation/scsi/dc395x.txt
3097 F:      drivers/scsi/dc395x.*
3098
3099 DCCP PROTOCOL
3100 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3101 L:      dccp@vger.kernel.org
3102 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3103 S:      Maintained
3104 F:      include/linux/dccp.h
3105 F:      include/uapi/linux/dccp.h
3106 F:      include/linux/tfrc.h
3107 F:      net/dccp/
3108
3109 DECnet NETWORK LAYER
3110 W:      http://linux-decnet.sourceforge.net
3111 L:      linux-decnet-user@lists.sourceforge.net
3112 S:      Orphan
3113 F:      Documentation/networking/decnet.txt
3114 F:      net/decnet/
3115
3116 DECSTATION PLATFORM SUPPORT
3117 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3118 L:      linux-mips@linux-mips.org
3119 W:      http://www.linux-mips.org/wiki/DECstation
3120 S:      Maintained
3121 F:      arch/mips/dec/
3122 F:      arch/mips/include/asm/dec/
3123 F:      arch/mips/include/asm/mach-dec/
3124
3125 DEFXX FDDI NETWORK DRIVER
3126 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3127 S:      Maintained
3128 F:      drivers/net/fddi/defxx.*
3129
3130 DELL LAPTOP DRIVER
3131 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3132 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3133 L:      platform-driver-x86@vger.kernel.org
3134 S:      Maintained
3135 F:      drivers/platform/x86/dell-laptop.c
3136
3137 DELL LAPTOP FREEFALL DRIVER
3138 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3139 S:      Maintained
3140 F:      drivers/platform/x86/dell-smo8800.c
3141
3142 DELL LAPTOP SMM DRIVER
3143 M:      Guenter Roeck <linux@roeck-us.net>
3144 S:      Maintained
3145 F:      drivers/char/i8k.c
3146 F:      include/uapi/linux/i8k.h
3147
3148 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3149 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3150 S:      Maintained
3151 F:      Documentation/dcdbas.txt
3152 F:      drivers/firmware/dcdbas.*
3153
3154 DELL WMI EXTRAS DRIVER
3155 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3156 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3157 S:      Maintained
3158 F:      drivers/platform/x86/dell-wmi.c
3159
3160 DESIGNWARE USB2 DRD IP DRIVER
3161 M:      John Youn <johnyoun@synopsys.com>
3162 L:      linux-usb@vger.kernel.org
3163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3164 S:      Maintained
3165 F:      drivers/usb/dwc2/
3166
3167 DESIGNWARE USB3 DRD IP DRIVER
3168 M:      Felipe Balbi <balbi@ti.com>
3169 L:      linux-usb@vger.kernel.org
3170 L:      linux-omap@vger.kernel.org
3171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3172 S:      Maintained
3173 F:      drivers/usb/dwc3/
3174
3175 DEVICE COREDUMP (DEV_COREDUMP)
3176 M:      Johannes Berg <johannes@sipsolutions.net>
3177 L:      linux-kernel@vger.kernel.org
3178 S:      Maintained
3179 F:      drivers/base/devcoredump.c
3180 F:      include/linux/devcoredump.h
3181
3182 DEVICE FREQUENCY (DEVFREQ)
3183 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3184 M:      Kyungmin Park <kyungmin.park@samsung.com>
3185 L:      linux-pm@vger.kernel.org
3186 S:      Maintained
3187 F:      drivers/devfreq/
3188
3189 DEVICE NUMBER REGISTRY
3190 M:      Torben Mathiasen <device@lanana.org>
3191 W:      http://lanana.org/docs/device-list/index.html
3192 S:      Maintained
3193
3194 DEVICE-MAPPER  (LVM)
3195 M:      Alasdair Kergon <agk@redhat.com>
3196 M:      Mike Snitzer <snitzer@redhat.com>
3197 M:      dm-devel@redhat.com
3198 L:      dm-devel@redhat.com
3199 W:      http://sources.redhat.com/dm
3200 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3202 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3203 S:      Maintained
3204 F:      Documentation/device-mapper/
3205 F:      drivers/md/dm*
3206 F:      drivers/md/persistent-data/
3207 F:      include/linux/device-mapper.h
3208 F:      include/linux/dm-*.h
3209 F:      include/uapi/linux/dm-*.h
3210
3211 DIALOG SEMICONDUCTOR DRIVERS
3212 M:      Support Opensource <support.opensource@diasemi.com>
3213 W:      http://www.dialog-semiconductor.com/products
3214 S:      Supported
3215 F:      Documentation/hwmon/da90??
3216 F:      drivers/gpio/gpio-da90??.c
3217 F:      drivers/hwmon/da90??-hwmon.c
3218 F:      drivers/iio/adc/da91??-*.c
3219 F:      drivers/input/misc/da90??_onkey.c
3220 F:      drivers/input/touchscreen/da9052_tsi.c
3221 F:      drivers/leds/leds-da90??.c
3222 F:      drivers/mfd/da903x.c
3223 F:      drivers/mfd/da90??-*.c
3224 F:      drivers/mfd/da91??-*.c
3225 F:      drivers/power/da9052-battery.c
3226 F:      drivers/power/da91??-*.c
3227 F:      drivers/regulator/da903x.c
3228 F:      drivers/regulator/da9???-regulator.[ch]
3229 F:      drivers/rtc/rtc-da90??.c
3230 F:      drivers/video/backlight/da90??_bl.c
3231 F:      drivers/watchdog/da90??_wdt.c
3232 F:      include/linux/mfd/da903x.h
3233 F:      include/linux/mfd/da9052/
3234 F:      include/linux/mfd/da9055/
3235 F:      include/linux/mfd/da9063/
3236 F:      include/linux/mfd/da9150/
3237 F:      include/sound/da[79]*.h
3238 F:      sound/soc/codecs/da[79]*.[ch]
3239
3240 DIGI NEO AND CLASSIC PCI PRODUCTS
3241 M:      Lidza Louina <lidza.louina@gmail.com>
3242 M:      Mark Hounschell <markh@compro.net>
3243 L:      driverdev-devel@linuxdriverproject.org
3244 S:      Maintained
3245 F:      drivers/staging/dgnc/
3246
3247 DIGI EPCA PCI PRODUCTS
3248 M:      Lidza Louina <lidza.louina@gmail.com>
3249 M:      Mark Hounschell <markh@compro.net>
3250 M:      Daeseok Youn <daeseok.youn@gmail.com>
3251 L:      driverdev-devel@linuxdriverproject.org
3252 S:      Maintained
3253 F:      drivers/staging/dgap/
3254
3255 DIOLAN U2C-12 I2C DRIVER
3256 M:      Guenter Roeck <linux@roeck-us.net>
3257 L:      linux-i2c@vger.kernel.org
3258 S:      Maintained
3259 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3260
3261 DIRECT ACCESS (DAX)
3262 M:      Matthew Wilcox <willy@linux.intel.com>
3263 L:      linux-fsdevel@vger.kernel.org
3264 S:      Supported
3265 F:      fs/dax.c
3266
3267 DIRECTORY NOTIFICATION (DNOTIFY)
3268 M:      Eric Paris <eparis@parisplace.org>
3269 S:      Maintained
3270 F:      Documentation/filesystems/dnotify.txt
3271 F:      fs/notify/dnotify/
3272 F:      include/linux/dnotify.h
3273
3274 DISK GEOMETRY AND PARTITION HANDLING
3275 M:      Andries Brouwer <aeb@cwi.nl>
3276 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3277 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3278 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3279 S:      Maintained
3280
3281 DISKQUOTA
3282 M:      Jan Kara <jack@suse.cz>
3283 S:      Maintained
3284 F:      Documentation/filesystems/quota.txt
3285 F:      fs/quota/
3286 F:      include/linux/quota*.h
3287 F:      include/uapi/linux/quota*.h
3288
3289 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3290 M:      Bernie Thompson <bernie@plugable.com>
3291 L:      linux-fbdev@vger.kernel.org
3292 S:      Maintained
3293 W:      http://plugable.com/category/projects/udlfb/
3294 F:      drivers/video/fbdev/udlfb.c
3295 F:      include/video/udlfb.h
3296 F:      Documentation/fb/udlfb.txt
3297
3298 DISTRIBUTED LOCK MANAGER (DLM)
3299 M:      Christine Caulfield <ccaulfie@redhat.com>
3300 M:      David Teigland <teigland@redhat.com>
3301 L:      cluster-devel@redhat.com
3302 W:      http://sources.redhat.com/cluster/
3303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3304 S:      Supported
3305 F:      fs/dlm/
3306
3307 DMA BUFFER SHARING FRAMEWORK
3308 M:      Sumit Semwal <sumit.semwal@linaro.org>
3309 S:      Maintained
3310 L:      linux-media@vger.kernel.org
3311 L:      dri-devel@lists.freedesktop.org
3312 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3313 F:      drivers/dma-buf/
3314 F:      include/linux/dma-buf*
3315 F:      include/linux/reservation.h
3316 F:      include/linux/*fence.h
3317 F:      Documentation/dma-buf-sharing.txt
3318 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3319
3320 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3321 M:      Vinod Koul <vinod.koul@intel.com>
3322 L:      dmaengine@vger.kernel.org
3323 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3324 S:      Maintained
3325 F:      drivers/dma/
3326 F:      include/linux/dmaengine.h
3327 F:      Documentation/dmaengine/
3328 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3329
3330 DME1737 HARDWARE MONITOR DRIVER
3331 M:      Juerg Haefliger <juergh@gmail.com>
3332 L:      lm-sensors@lm-sensors.org
3333 S:      Maintained
3334 F:      Documentation/hwmon/dme1737
3335 F:      drivers/hwmon/dme1737.c
3336
3337 DMI/SMBIOS SUPPORT
3338 M:      Jean Delvare <jdelvare@suse.de>
3339 S:      Maintained
3340 F:      drivers/firmware/dmi-id.c
3341 F:      drivers/firmware/dmi_scan.c
3342 F:      include/linux/dmi.h
3343
3344 DOCUMENTATION
3345 M:      Jonathan Corbet <corbet@lwn.net>
3346 L:      linux-doc@vger.kernel.org
3347 S:      Maintained
3348 F:      Documentation/
3349 X:      Documentation/ABI/
3350 X:      Documentation/devicetree/
3351 X:      Documentation/acpi
3352 X:      Documentation/power
3353 X:      Documentation/spi
3354 T:      git git://git.lwn.net/linux-2.6.git docs-next
3355
3356 DOUBLETALK DRIVER
3357 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3358 L:      blinux-list@redhat.com
3359 S:      Maintained
3360 F:      drivers/char/dtlk.c
3361 F:      include/linux/dtlk.h
3362
3363 DPT_I2O SCSI RAID DRIVER
3364 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3365 L:      linux-scsi@vger.kernel.org
3366 W:      http://www.adaptec.com/
3367 S:      Maintained
3368 F:      drivers/scsi/dpt*
3369 F:      drivers/scsi/dpt/
3370
3371 DRBD DRIVER
3372 P:      Philipp Reisner
3373 P:      Lars Ellenberg
3374 M:      drbd-dev@lists.linbit.com
3375 L:      drbd-user@lists.linbit.com
3376 W:      http://www.drbd.org
3377 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3378 T:      git git://git.drbd.org/drbd-8.3.git
3379 S:      Supported
3380 F:      drivers/block/drbd/
3381 F:      lib/lru_cache.c
3382 F:      Documentation/blockdev/drbd/
3383
3384 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3385 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3387 S:      Supported
3388 F:      Documentation/kobject.txt
3389 F:      drivers/base/
3390 F:      fs/sysfs/
3391 F:      fs/debugfs/
3392 F:      include/linux/kobj*
3393 F:      include/linux/debugfs.h
3394 F:      lib/kobj*
3395
3396 DRM DRIVERS
3397 M:      David Airlie <airlied@linux.ie>
3398 L:      dri-devel@lists.freedesktop.org
3399 T:      git git://people.freedesktop.org/~airlied/linux
3400 S:      Maintained
3401 F:      drivers/gpu/drm/
3402 F:      drivers/gpu/vga/
3403 F:      include/drm/
3404 F:      include/uapi/drm/
3405
3406 RADEON DRM DRIVERS
3407 M:      Alex Deucher <alexander.deucher@amd.com>
3408 M:      Christian König <christian.koenig@amd.com>
3409 L:      dri-devel@lists.freedesktop.org
3410 T:      git git://people.freedesktop.org/~agd5f/linux
3411 S:      Supported
3412 F:      drivers/gpu/drm/radeon/
3413 F:      include/uapi/drm/radeon*
3414
3415 DRM PANEL DRIVERS
3416 M:      Thierry Reding <thierry.reding@gmail.com>
3417 L:      dri-devel@lists.freedesktop.org
3418 T:      git git://anongit.freedesktop.org/tegra/linux.git
3419 S:      Maintained
3420 F:      drivers/gpu/drm/drm_panel.c
3421 F:      drivers/gpu/drm/panel/
3422 F:      include/drm/drm_panel.h
3423 F:      Documentation/devicetree/bindings/panel/
3424
3425 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3426 M:      Daniel Vetter <daniel.vetter@intel.com>
3427 M:      Jani Nikula <jani.nikula@linux.intel.com>
3428 L:      intel-gfx@lists.freedesktop.org
3429 L:      dri-devel@lists.freedesktop.org
3430 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3431 T:      git git://anongit.freedesktop.org/drm-intel
3432 S:      Supported
3433 F:      drivers/gpu/drm/i915/
3434 F:      include/drm/i915*
3435 F:      include/uapi/drm/i915*
3436
3437 DRM DRIVERS FOR EXYNOS
3438 M:      Inki Dae <inki.dae@samsung.com>
3439 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3440 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3441 M:      Kyungmin Park <kyungmin.park@samsung.com>
3442 L:      dri-devel@lists.freedesktop.org
3443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3444 S:      Supported
3445 F:      drivers/gpu/drm/exynos/
3446 F:      include/drm/exynos*
3447 F:      include/uapi/drm/exynos*
3448
3449 DRM DRIVERS FOR FREESCALE IMX
3450 M:      Philipp Zabel <p.zabel@pengutronix.de>
3451 L:      dri-devel@lists.freedesktop.org
3452 S:      Maintained
3453 F:      drivers/gpu/drm/imx/
3454 F:      Documentation/devicetree/bindings/drm/imx/
3455
3456 DRM DRIVERS FOR NVIDIA TEGRA
3457 M:      Thierry Reding <thierry.reding@gmail.com>
3458 M:      Terje Bergström <tbergstrom@nvidia.com>
3459 L:      dri-devel@lists.freedesktop.org
3460 L:      linux-tegra@vger.kernel.org
3461 T:      git git://anongit.freedesktop.org/tegra/linux.git
3462 S:      Supported
3463 F:      drivers/gpu/drm/tegra/
3464 F:      drivers/gpu/host1x/
3465 F:      include/linux/host1x.h
3466 F:      include/uapi/drm/tegra_drm.h
3467 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3468
3469 DRM DRIVERS FOR RENESAS
3470 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3471 L:      dri-devel@lists.freedesktop.org
3472 L:      linux-sh@vger.kernel.org
3473 T:      git git://people.freedesktop.org/~airlied/linux
3474 S:      Supported
3475 F:      drivers/gpu/drm/rcar-du/
3476 F:      drivers/gpu/drm/shmobile/
3477 F:      include/linux/platform_data/shmob_drm.h
3478
3479 DRM DRIVERS FOR ROCKCHIP
3480 M:      Mark Yao <mark.yao@rock-chips.com>
3481 L:      dri-devel@lists.freedesktop.org
3482 S:      Maintained
3483 F:      drivers/gpu/drm/rockchip/
3484 F:      Documentation/devicetree/bindings/video/rockchip*
3485
3486 DSBR100 USB FM RADIO DRIVER
3487 M:      Alexey Klimov <klimov.linux@gmail.com>
3488 L:      linux-media@vger.kernel.org
3489 T:      git git://linuxtv.org/media_tree.git
3490 S:      Maintained
3491 F:      drivers/media/radio/dsbr100.c
3492
3493 DSCC4 DRIVER
3494 M:      Francois Romieu <romieu@fr.zoreil.com>
3495 L:      netdev@vger.kernel.org
3496 S:      Maintained
3497 F:      drivers/net/wan/dscc4.c
3498
3499 DVB_USB_AF9015 MEDIA DRIVER
3500 M:      Antti Palosaari <crope@iki.fi>
3501 L:      linux-media@vger.kernel.org
3502 W:      http://linuxtv.org/
3503 W:      http://palosaari.fi/linux/
3504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3505 T:      git git://linuxtv.org/anttip/media_tree.git
3506 S:      Maintained
3507 F:      drivers/media/usb/dvb-usb-v2/af9015*
3508
3509 DVB_USB_AF9035 MEDIA DRIVER
3510 M:      Antti Palosaari <crope@iki.fi>
3511 L:      linux-media@vger.kernel.org
3512 W:      http://linuxtv.org/
3513 W:      http://palosaari.fi/linux/
3514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3515 T:      git git://linuxtv.org/anttip/media_tree.git
3516 S:      Maintained
3517 F:      drivers/media/usb/dvb-usb-v2/af9035*
3518
3519 DVB_USB_ANYSEE MEDIA DRIVER
3520 M:      Antti Palosaari <crope@iki.fi>
3521 L:      linux-media@vger.kernel.org
3522 W:      http://linuxtv.org/
3523 W:      http://palosaari.fi/linux/
3524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3525 T:      git git://linuxtv.org/anttip/media_tree.git
3526 S:      Maintained
3527 F:      drivers/media/usb/dvb-usb-v2/anysee*
3528
3529 DVB_USB_AU6610 MEDIA DRIVER
3530 M:      Antti Palosaari <crope@iki.fi>
3531 L:      linux-media@vger.kernel.org
3532 W:      http://linuxtv.org/
3533 W:      http://palosaari.fi/linux/
3534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3535 T:      git git://linuxtv.org/anttip/media_tree.git
3536 S:      Maintained
3537 F:      drivers/media/usb/dvb-usb-v2/au6610*
3538
3539 DVB_USB_CE6230 MEDIA DRIVER
3540 M:      Antti Palosaari <crope@iki.fi>
3541 L:      linux-media@vger.kernel.org
3542 W:      http://linuxtv.org/
3543 W:      http://palosaari.fi/linux/
3544 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3545 T:      git git://linuxtv.org/anttip/media_tree.git
3546 S:      Maintained
3547 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3548
3549 DVB_USB_CXUSB MEDIA DRIVER
3550 M:      Michael Krufky <mkrufky@linuxtv.org>
3551 L:      linux-media@vger.kernel.org
3552 W:      http://linuxtv.org/
3553 W:      http://github.com/mkrufky
3554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3555 T:      git git://linuxtv.org/media_tree.git
3556 S:      Maintained
3557 F:      drivers/media/usb/dvb-usb/cxusb*
3558
3559 DVB_USB_EC168 MEDIA DRIVER
3560 M:      Antti Palosaari <crope@iki.fi>
3561 L:      linux-media@vger.kernel.org
3562 W:      http://linuxtv.org/
3563 W:      http://palosaari.fi/linux/
3564 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3565 T:      git git://linuxtv.org/anttip/media_tree.git
3566 S:      Maintained
3567 F:      drivers/media/usb/dvb-usb-v2/ec168*
3568
3569 DVB_USB_GL861 MEDIA DRIVER
3570 M:      Antti Palosaari <crope@iki.fi>
3571 L:      linux-media@vger.kernel.org
3572 W:      http://linuxtv.org/
3573 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3574 T:      git git://linuxtv.org/anttip/media_tree.git
3575 S:      Maintained
3576 F:      drivers/media/usb/dvb-usb-v2/gl861*
3577
3578 DVB_USB_MXL111SF MEDIA DRIVER
3579 M:      Michael Krufky <mkrufky@linuxtv.org>
3580 L:      linux-media@vger.kernel.org
3581 W:      http://linuxtv.org/
3582 W:      http://github.com/mkrufky
3583 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3584 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3585 S:      Maintained
3586 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3587
3588 DVB_USB_RTL28XXU MEDIA DRIVER
3589 M:      Antti Palosaari <crope@iki.fi>
3590 L:      linux-media@vger.kernel.org
3591 W:      http://linuxtv.org/
3592 W:      http://palosaari.fi/linux/
3593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3594 T:      git git://linuxtv.org/anttip/media_tree.git
3595 S:      Maintained
3596 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3597
3598 DVB_USB_V2 MEDIA DRIVER
3599 M:      Antti Palosaari <crope@iki.fi>
3600 L:      linux-media@vger.kernel.org
3601 W:      http://linuxtv.org/
3602 W:      http://palosaari.fi/linux/
3603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3604 T:      git git://linuxtv.org/anttip/media_tree.git
3605 S:      Maintained
3606 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3607 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3608
3609 DYNAMIC DEBUG
3610 M:      Jason Baron <jbaron@akamai.com>
3611 S:      Maintained
3612 F:      lib/dynamic_debug.c
3613 F:      include/linux/dynamic_debug.h
3614
3615 DZ DECSTATION DZ11 SERIAL DRIVER
3616 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3617 S:      Maintained
3618 F:      drivers/tty/serial/dz.*
3619
3620 E3X0 POWER BUTTON DRIVER
3621 M:      Moritz Fischer <moritz.fischer@ettus.com>
3622 L:      usrp-users@lists.ettus.com
3623 W:      http://www.ettus.com
3624 S:      Supported
3625 F:      drivers/input/misc/e3x0-button.c
3626 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3627
3628 E4000 MEDIA DRIVER
3629 M:      Antti Palosaari <crope@iki.fi>
3630 L:      linux-media@vger.kernel.org
3631 W:      http://linuxtv.org/
3632 W:      http://palosaari.fi/linux/
3633 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3634 T:      git git://linuxtv.org/anttip/media_tree.git
3635 S:      Maintained
3636 F:      drivers/media/tuners/e4000*
3637
3638 EATA ISA/EISA/PCI SCSI DRIVER
3639 M:      Dario Ballabio <ballabio_dario@emc.com>
3640 L:      linux-scsi@vger.kernel.org
3641 S:      Maintained
3642 F:      drivers/scsi/eata.c
3643
3644 EC100 MEDIA DRIVER
3645 M:      Antti Palosaari <crope@iki.fi>
3646 L:      linux-media@vger.kernel.org
3647 W:      http://linuxtv.org/
3648 W:      http://palosaari.fi/linux/
3649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3650 T:      git git://linuxtv.org/anttip/media_tree.git
3651 S:      Maintained
3652 F:      drivers/media/dvb-frontends/ec100*
3653
3654 ECRYPT FILE SYSTEM
3655 M:      Tyler Hicks <tyhicks@canonical.com>
3656 L:      ecryptfs@vger.kernel.org
3657 W:      http://ecryptfs.org
3658 W:      https://launchpad.net/ecryptfs
3659 S:      Supported
3660 F:      Documentation/filesystems/ecryptfs.txt
3661 F:      fs/ecryptfs/
3662
3663 EDAC-CORE
3664 M:      Doug Thompson <dougthompson@xmission.com>
3665 M:      Borislav Petkov <bp@alien8.de>
3666 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3667 L:      linux-edac@vger.kernel.org
3668 W:      bluesmoke.sourceforge.net
3669 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3670 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3671 S:      Supported
3672 F:      Documentation/edac.txt
3673 F:      drivers/edac/
3674 F:      include/linux/edac.h
3675
3676 EDAC-AMD64
3677 M:      Doug Thompson <dougthompson@xmission.com>
3678 M:      Borislav Petkov <bp@alien8.de>
3679 L:      linux-edac@vger.kernel.org
3680 W:      bluesmoke.sourceforge.net
3681 S:      Maintained
3682 F:      drivers/edac/amd64_edac*
3683
3684 EDAC-CALXEDA
3685 M:      Doug Thompson <dougthompson@xmission.com>
3686 M:      Robert Richter <rric@kernel.org>
3687 L:      linux-edac@vger.kernel.org
3688 W:      bluesmoke.sourceforge.net
3689 S:      Maintained
3690 F:      drivers/edac/highbank*
3691
3692 EDAC-CAVIUM
3693 M:      Ralf Baechle <ralf@linux-mips.org>
3694 M:      David Daney <david.daney@cavium.com>
3695 L:      linux-edac@vger.kernel.org
3696 L:      linux-mips@linux-mips.org
3697 W:      bluesmoke.sourceforge.net
3698 S:      Supported
3699 F:      drivers/edac/octeon_edac*
3700
3701 EDAC-E752X
3702 M:      Mark Gross <mark.gross@intel.com>
3703 M:      Doug Thompson <dougthompson@xmission.com>
3704 L:      linux-edac@vger.kernel.org
3705 W:      bluesmoke.sourceforge.net
3706 S:      Maintained
3707 F:      drivers/edac/e752x_edac.c
3708
3709 EDAC-E7XXX
3710 M:      Doug Thompson <dougthompson@xmission.com>
3711 L:      linux-edac@vger.kernel.org
3712 W:      bluesmoke.sourceforge.net
3713 S:      Maintained
3714 F:      drivers/edac/e7xxx_edac.c
3715
3716 EDAC-GHES
3717 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3718 L:      linux-edac@vger.kernel.org
3719 W:      bluesmoke.sourceforge.net
3720 S:      Maintained
3721 F:      drivers/edac/ghes_edac.c
3722
3723 EDAC-I82443BXGX
3724 M:      Tim Small <tim@buttersideup.com>
3725 L:      linux-edac@vger.kernel.org
3726 W:      bluesmoke.sourceforge.net
3727 S:      Maintained
3728 F:      drivers/edac/i82443bxgx_edac.c
3729
3730 EDAC-I3000
3731 M:      Jason Uhlenkott <juhlenko@akamai.com>
3732 L:      linux-edac@vger.kernel.org
3733 W:      bluesmoke.sourceforge.net
3734 S:      Maintained
3735 F:      drivers/edac/i3000_edac.c
3736
3737 EDAC-I5000
3738 M:      Doug Thompson <dougthompson@xmission.com>
3739 L:      linux-edac@vger.kernel.org
3740 W:      bluesmoke.sourceforge.net
3741 S:      Maintained
3742 F:      drivers/edac/i5000_edac.c
3743
3744 EDAC-I5400
3745 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3746 L:      linux-edac@vger.kernel.org
3747 W:      bluesmoke.sourceforge.net
3748 S:      Maintained
3749 F:      drivers/edac/i5400_edac.c
3750
3751 EDAC-I7300
3752 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3753 L:      linux-edac@vger.kernel.org
3754 W:      bluesmoke.sourceforge.net
3755 S:      Maintained
3756 F:      drivers/edac/i7300_edac.c
3757
3758 EDAC-I7CORE
3759 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3760 L:      linux-edac@vger.kernel.org
3761 W:      bluesmoke.sourceforge.net
3762 S:      Maintained
3763 F:      drivers/edac/i7core_edac.c
3764
3765 EDAC-I82975X
3766 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3767 M:      "Arvind R." <arvino55@gmail.com>
3768 L:      linux-edac@vger.kernel.org
3769 W:      bluesmoke.sourceforge.net
3770 S:      Maintained
3771 F:      drivers/edac/i82975x_edac.c
3772
3773 EDAC-IE31200
3774 M:      Jason Baron <jbaron@akamai.com>
3775 L:      linux-edac@vger.kernel.org
3776 W:      bluesmoke.sourceforge.net
3777 S:      Maintained
3778 F:      drivers/edac/ie31200_edac.c
3779
3780 EDAC-MPC85XX
3781 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3782 L:      linux-edac@vger.kernel.org
3783 W:      bluesmoke.sourceforge.net
3784 S:      Maintained
3785 F:      drivers/edac/mpc85xx_edac.[ch]
3786
3787 EDAC-PASEMI
3788 M:      Egor Martovetsky <egor@pasemi.com>
3789 L:      linux-edac@vger.kernel.org
3790 W:      bluesmoke.sourceforge.net
3791 S:      Maintained
3792 F:      drivers/edac/pasemi_edac.c
3793
3794 EDAC-R82600
3795 M:      Tim Small <tim@buttersideup.com>
3796 L:      linux-edac@vger.kernel.org
3797 W:      bluesmoke.sourceforge.net
3798 S:      Maintained
3799 F:      drivers/edac/r82600_edac.c
3800
3801 EDAC-SBRIDGE
3802 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3803 L:      linux-edac@vger.kernel.org
3804 W:      bluesmoke.sourceforge.net
3805 S:      Maintained
3806 F:      drivers/edac/sb_edac.c
3807
3808 EDAC-XGENE
3809 APPLIED MICRO (APM) X-GENE SOC EDAC
3810 M:     Loc Ho <lho@apm.com>
3811 S:     Supported
3812 F:     drivers/edac/xgene_edac.c
3813 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3814
3815 EDIROL UA-101/UA-1000 DRIVER
3816 M:      Clemens Ladisch <clemens@ladisch.de>
3817 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3818 T:      git git://git.alsa-project.org/alsa-kernel.git
3819 S:      Maintained
3820 F:      sound/usb/misc/ua101.c
3821
3822 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3823 M:      Matt Fleming <matt.fleming@intel.com>
3824 L:      linux-efi@vger.kernel.org
3825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3826 S:      Maintained
3827 F:      Documentation/efi-stub.txt
3828 F:      arch/ia64/kernel/efi.c
3829 F:      arch/x86/boot/compressed/eboot.[ch]
3830 F:      arch/x86/include/asm/efi.h
3831 F:      arch/x86/platform/efi/*
3832 F:      drivers/firmware/efi/*
3833 F:      include/linux/efi*.h
3834
3835 EFI VARIABLE FILESYSTEM
3836 M:      Matthew Garrett <matthew.garrett@nebula.com>
3837 M:      Jeremy Kerr <jk@ozlabs.org>
3838 M:      Matt Fleming <matt.fleming@intel.com>
3839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3840 L:      linux-efi@vger.kernel.org
3841 S:      Maintained
3842 F:      fs/efivarfs/
3843
3844 EFIFB FRAMEBUFFER DRIVER
3845 L:      linux-fbdev@vger.kernel.org
3846 M:      Peter Jones <pjones@redhat.com>
3847 S:      Maintained
3848 F:      drivers/video/fbdev/efifb.c
3849
3850 EFS FILESYSTEM
3851 W:      http://aeschi.ch.eu.org/efs/
3852 S:      Orphan
3853 F:      fs/efs/
3854
3855 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3856 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3857 M:      Christoph Raisch <raisch@de.ibm.com>
3858 L:      linux-rdma@vger.kernel.org
3859 S:      Supported
3860 F:      drivers/infiniband/hw/ehca/
3861
3862 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3863 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3864 L:      netdev@vger.kernel.org
3865 S:      Maintained
3866 F:      drivers/net/ethernet/ibm/ehea/
3867
3868 EM28XX VIDEO4LINUX DRIVER
3869 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3870 L:      linux-media@vger.kernel.org
3871 W:      http://linuxtv.org
3872 T:      git git://linuxtv.org/media_tree.git
3873 S:      Maintained
3874 F:      drivers/media/usb/em28xx/
3875
3876 EMBEDDED LINUX
3877 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3878 M:      Matt Mackall <mpm@selenic.com>
3879 M:      David Woodhouse <dwmw2@infradead.org>
3880 L:      linux-embedded@vger.kernel.org
3881 S:      Maintained
3882
3883 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3884 M:      James Smart <james.smart@avagotech.com>
3885 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3886 L:      linux-scsi@vger.kernel.org
3887 W:      http://www.avagotech.com
3888 S:      Supported
3889 F:      drivers/scsi/lpfc/
3890
3891 ENE CB710 FLASH CARD READER DRIVER
3892 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3893 S:      Maintained
3894 F:      drivers/misc/cb710/
3895 F:      drivers/mmc/host/cb710-mmc.*
3896 F:      include/linux/cb710.h
3897
3898 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3899 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3900 S:      Maintained
3901 F:      drivers/media/rc/ene_ir.*
3902
3903 ENHANCED ERROR HANDLING (EEH)
3904 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3905 L:      linuxppc-dev@lists.ozlabs.org
3906 S:      Supported
3907 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3908 F:      arch/powerpc/kernel/eeh*.c
3909
3910 EPSON S1D13XXX FRAMEBUFFER DRIVER
3911 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3912 S:      Maintained
3913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3914 F:      drivers/video/fbdev/s1d13xxxfb.c
3915 F:      include/video/s1d13xxxfb.h
3916
3917 ET131X NETWORK DRIVER
3918 M:      Mark Einon <mark.einon@gmail.com>
3919 S:      Odd Fixes
3920 F:      drivers/net/ethernet/agere/
3921
3922 ETHERNET BRIDGE
3923 M:      Stephen Hemminger <stephen@networkplumber.org>
3924 L:      bridge@lists.linux-foundation.org
3925 L:      netdev@vger.kernel.org
3926 W:      http://www.linuxfoundation.org/en/Net:Bridge
3927 S:      Maintained
3928 F:      include/linux/netfilter_bridge/
3929 F:      net/bridge/
3930
3931 ETHERNET PHY LIBRARY
3932 M:      Florian Fainelli <f.fainelli@gmail.com>
3933 L:      netdev@vger.kernel.org
3934 S:      Maintained
3935 F:      include/linux/phy.h
3936 F:      include/linux/phy_fixed.h
3937 F:      drivers/net/phy/
3938 F:      Documentation/networking/phy.txt
3939 F:      drivers/of/of_mdio.c
3940 F:      drivers/of/of_net.c
3941
3942 EXT2 FILE SYSTEM
3943 M:      Jan Kara <jack@suse.cz>
3944 L:      linux-ext4@vger.kernel.org
3945 S:      Maintained
3946 F:      Documentation/filesystems/ext2.txt
3947 F:      fs/ext2/
3948 F:      include/linux/ext2*
3949
3950 EXT3 FILE SYSTEM
3951 M:      Jan Kara <jack@suse.cz>
3952 M:      Andrew Morton <akpm@linux-foundation.org>
3953 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3954 L:      linux-ext4@vger.kernel.org
3955 S:      Maintained
3956 F:      Documentation/filesystems/ext3.txt
3957 F:      fs/ext3/
3958
3959 EXT4 FILE SYSTEM
3960 M:      "Theodore Ts'o" <tytso@mit.edu>
3961 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3962 L:      linux-ext4@vger.kernel.org
3963 W:      http://ext4.wiki.kernel.org
3964 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3965 S:      Maintained
3966 F:      Documentation/filesystems/ext4.txt
3967 F:      fs/ext4/
3968
3969 Extended Verification Module (EVM)
3970 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3971 L:      linux-ima-devel@lists.sourceforge.net
3972 L:      linux-security-module@vger.kernel.org
3973 S:      Supported
3974 F:      security/integrity/evm/
3975
3976 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3977 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3978 M:      Chanwoo Choi <cw00.choi@samsung.com>
3979 L:      linux-kernel@vger.kernel.org
3980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3981 S:      Maintained
3982 F:      drivers/extcon/
3983 F:      Documentation/extcon/
3984
3985 EXYNOS DP DRIVER
3986 M:      Jingoo Han <jingoohan1@gmail.com>
3987 L:      dri-devel@lists.freedesktop.org
3988 S:      Maintained
3989 F:      drivers/gpu/drm/exynos/exynos_dp*
3990
3991 EXYNOS MIPI DISPLAY DRIVERS
3992 M:      Inki Dae <inki.dae@samsung.com>
3993 M:      Donghwa Lee <dh09.lee@samsung.com>
3994 M:      Kyungmin Park <kyungmin.park@samsung.com>
3995 L:      linux-fbdev@vger.kernel.org
3996 S:      Maintained
3997 F:      drivers/video/fbdev/exynos/exynos_mipi*
3998 F:      include/video/exynos_mipi*
3999
4000 F71805F HARDWARE MONITORING DRIVER
4001 M:      Jean Delvare <jdelvare@suse.de>
4002 L:      lm-sensors@lm-sensors.org
4003 S:      Maintained
4004 F:      Documentation/hwmon/f71805f
4005 F:      drivers/hwmon/f71805f.c
4006
4007 FC0011 TUNER DRIVER
4008 M:      Michael Buesch <m@bues.ch>
4009 L:      linux-media@vger.kernel.org
4010 S:      Maintained
4011 F:      drivers/media/tuners/fc0011.h
4012 F:      drivers/media/tuners/fc0011.c
4013
4014 FC2580 MEDIA DRIVER
4015 M:      Antti Palosaari <crope@iki.fi>
4016 L:      linux-media@vger.kernel.org
4017 W:      http://linuxtv.org/
4018 W:      http://palosaari.fi/linux/
4019 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4020 T:      git git://linuxtv.org/anttip/media_tree.git
4021 S:      Maintained
4022 F:      drivers/media/tuners/fc2580*
4023
4024 FANOTIFY
4025 M:      Eric Paris <eparis@redhat.com>
4026 S:      Maintained
4027 F:      fs/notify/fanotify/
4028 F:      include/linux/fanotify.h
4029 F:      include/uapi/linux/fanotify.h
4030
4031 FARSYNC SYNCHRONOUS DRIVER
4032 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4033 W:      http://www.farsite.co.uk/
4034 S:      Supported
4035 F:      drivers/net/wan/farsync.*
4036
4037 FAULT INJECTION SUPPORT
4038 M:      Akinobu Mita <akinobu.mita@gmail.com>
4039 S:      Supported
4040 F:      Documentation/fault-injection/
4041 F:      lib/fault-inject.c
4042
4043 FBTFT Framebuffer drivers
4044 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4045 M:      Noralf Trønnes <noralf@tronnes.org>
4046 S:      Maintained
4047 F:      drivers/staging/fbtft/
4048
4049 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4050 M:      Vasu Dev <vasu.dev@intel.com>
4051 L:      fcoe-devel@open-fcoe.org
4052 W:      www.Open-FCoE.org
4053 S:      Supported
4054 F:      drivers/scsi/libfc/
4055 F:      drivers/scsi/fcoe/
4056 F:      include/scsi/fc/
4057 F:      include/scsi/libfc.h
4058 F:      include/scsi/libfcoe.h
4059 F:      include/uapi/scsi/fc/
4060
4061 FILE LOCKING (flock() and fcntl()/lockf())
4062 M:      Jeff Layton <jlayton@poochiereds.net>
4063 M:      J. Bruce Fields <bfields@fieldses.org>
4064 L:      linux-fsdevel@vger.kernel.org
4065 S:      Maintained
4066 F:      include/linux/fcntl.h
4067 F:      include/linux/fs.h
4068 F:      include/uapi/linux/fcntl.h
4069 F:      include/uapi/linux/fs.h
4070 F:      fs/fcntl.c
4071 F:      fs/locks.c
4072
4073 FILESYSTEMS (VFS and infrastructure)
4074 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4075 L:      linux-fsdevel@vger.kernel.org
4076 S:      Maintained
4077 F:      fs/*
4078
4079 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4080 M:      Riku Voipio <riku.voipio@iki.fi>
4081 L:      lm-sensors@lm-sensors.org
4082 S:      Maintained
4083 F:      drivers/hwmon/f75375s.c
4084 F:      include/linux/f75375s.h
4085
4086 FIREWIRE AUDIO DRIVERS
4087 M:      Clemens Ladisch <clemens@ladisch.de>
4088 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4089 T:      git git://git.alsa-project.org/alsa-kernel.git
4090 S:      Maintained
4091 F:      sound/firewire/
4092
4093 FIREWIRE MEDIA DRIVERS (firedtv)
4094 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4095 L:      linux-media@vger.kernel.org
4096 L:      linux1394-devel@lists.sourceforge.net
4097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4098 S:      Maintained
4099 F:      drivers/media/firewire/
4100
4101 FIREWIRE SBP-2 TARGET
4102 M:      Chris Boot <bootc@bootc.net>
4103 L:      linux-scsi@vger.kernel.org
4104 L:      target-devel@vger.kernel.org
4105 L:      linux1394-devel@lists.sourceforge.net
4106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4107 S:      Maintained
4108 F:      drivers/target/sbp/
4109
4110 FIREWIRE SUBSYSTEM
4111 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4112 L:      linux1394-devel@lists.sourceforge.net
4113 W:      http://ieee1394.wiki.kernel.org/
4114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4115 S:      Maintained
4116 F:      drivers/firewire/
4117 F:      include/linux/firewire.h
4118 F:      include/uapi/linux/firewire*.h
4119 F:      tools/firewire/
4120
4121 FIRMWARE LOADER (request_firmware)
4122 M:      Ming Lei <ming.lei@canonical.com>
4123 L:      linux-kernel@vger.kernel.org
4124 S:      Maintained
4125 F:      Documentation/firmware_class/
4126 F:      drivers/base/firmware*.c
4127 F:      include/linux/firmware.h
4128
4129 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4130 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4131 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4132 S:      Maintained
4133 F:      drivers/block/rsxx/
4134
4135 FLOPPY DRIVER
4136 M:      Jiri Kosina <jkosina@suse.cz>
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4138 S:      Odd fixes
4139 F:      drivers/block/floppy.c
4140
4141 FMC SUBSYSTEM
4142 M:      Alessandro Rubini <rubini@gnudd.com>
4143 W:      http://www.ohwr.org/projects/fmc-bus
4144 S:      Supported
4145 F:      drivers/fmc/
4146 F:      include/linux/fmc*.h
4147 F:      include/linux/ipmi-fru.h
4148 K:      fmc_d.*register
4149
4150 FPU EMULATOR
4151 M:      Bill Metzenthen <billm@melbpc.org.au>
4152 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4153 S:      Maintained
4154 F:      arch/x86/math-emu/
4155
4156 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4157 L:      netdev@vger.kernel.org
4158 S:      Orphan
4159 F:      drivers/net/wan/dlci.c
4160 F:      drivers/net/wan/sdla.c
4161
4162 FRAMEBUFFER LAYER
4163 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4164 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4165 L:      linux-fbdev@vger.kernel.org
4166 W:      http://linux-fbdev.sourceforge.net/
4167 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4169 S:      Maintained
4170 F:      Documentation/fb/
4171 F:      Documentation/devicetree/bindings/fb/
4172 F:      drivers/video/
4173 F:      include/video/
4174 F:      include/linux/fb.h
4175 F:      include/uapi/video/
4176 F:      include/uapi/linux/fb.h
4177
4178 FREESCALE DIU FRAMEBUFFER DRIVER
4179 M:      Timur Tabi <timur@tabi.org>
4180 L:      linux-fbdev@vger.kernel.org
4181 S:      Maintained
4182 F:      drivers/video/fbdev/fsl-diu-fb.*
4183
4184 FREESCALE DMA DRIVER
4185 M:      Li Yang <leoli@freescale.com>
4186 M:      Zhang Wei <zw@zh-kernel.org>
4187 L:      linuxppc-dev@lists.ozlabs.org
4188 S:      Maintained
4189 F:      drivers/dma/fsldma.*
4190
4191 FREESCALE I2C CPM DRIVER
4192 M:      Jochen Friedrich <jochen@scram.de>
4193 L:      linuxppc-dev@lists.ozlabs.org
4194 L:      linux-i2c@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/i2c/busses/i2c-cpm.c
4197
4198 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4199 M:      Sascha Hauer <kernel@pengutronix.de>
4200 L:      linux-fbdev@vger.kernel.org
4201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4202 S:      Maintained
4203 F:      include/linux/platform_data/video-imxfb.h
4204 F:      drivers/video/fbdev/imxfb.c
4205
4206 FREESCALE QUAD SPI DRIVER
4207 M:      Han Xu <han.xu@freescale.com>
4208 L:      linux-mtd@lists.infradead.org
4209 S:      Maintained
4210 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4211
4212 FREESCALE SOC FS_ENET DRIVER
4213 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4214 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4215 L:      linuxppc-dev@lists.ozlabs.org
4216 L:      netdev@vger.kernel.org
4217 S:      Maintained
4218 F:      drivers/net/ethernet/freescale/fs_enet/
4219 F:      include/linux/fs_enet_pd.h
4220
4221 FREESCALE QUICC ENGINE LIBRARY
4222 L:      linuxppc-dev@lists.ozlabs.org
4223 S:      Orphan
4224 F:      arch/powerpc/sysdev/qe_lib/
4225 F:      arch/powerpc/include/asm/*qe.h
4226
4227 FREESCALE USB PERIPHERAL DRIVERS
4228 M:      Li Yang <leoli@freescale.com>
4229 L:      linux-usb@vger.kernel.org
4230 L:      linuxppc-dev@lists.ozlabs.org
4231 S:      Maintained
4232 F:      drivers/usb/gadget/udc/fsl*
4233
4234 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4235 M:      Li Yang <leoli@freescale.com>
4236 L:      netdev@vger.kernel.org
4237 L:      linuxppc-dev@lists.ozlabs.org
4238 S:      Maintained
4239 F:      drivers/net/ethernet/freescale/ucc_geth*
4240
4241 FREESCALE QUICC ENGINE UCC UART DRIVER
4242 M:      Timur Tabi <timur@tabi.org>
4243 L:      linuxppc-dev@lists.ozlabs.org
4244 S:      Maintained
4245 F:      drivers/tty/serial/ucc_uart.c
4246
4247 FREESCALE SOC SOUND DRIVERS
4248 M:      Timur Tabi <timur@tabi.org>
4249 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4250 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4251 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4252 L:      linuxppc-dev@lists.ozlabs.org
4253 S:      Maintained
4254 F:      sound/soc/fsl/fsl*
4255 F:      sound/soc/fsl/imx*
4256 F:      sound/soc/fsl/mpc8610_hpcd.c
4257
4258 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4259 M:      J. German Rivera <German.Rivera@freescale.com>
4260 L:      linux-kernel@vger.kernel.org
4261 S:      Maintained
4262 F:      drivers/staging/fsl-mc/
4263
4264 FREEVXFS FILESYSTEM
4265 M:      Christoph Hellwig <hch@infradead.org>
4266 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4267 S:      Maintained
4268 F:      fs/freevxfs/
4269
4270 FREEZER
4271 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4272 M:      Pavel Machek <pavel@ucw.cz>
4273 L:      linux-pm@vger.kernel.org
4274 S:      Supported
4275 F:      Documentation/power/freezing-of-tasks.txt
4276 F:      include/linux/freezer.h
4277 F:      kernel/freezer.c
4278
4279 FRONTSWAP API
4280 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4281 L:      linux-kernel@vger.kernel.org
4282 S:      Maintained
4283 F:      mm/frontswap.c
4284 F:      include/linux/frontswap.h
4285
4286 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4287 M:      David Howells <dhowells@redhat.com>
4288 L:      linux-cachefs@redhat.com
4289 S:      Supported
4290 F:      Documentation/filesystems/caching/
4291 F:      fs/fscache/
4292 F:      include/linux/fscache*.h
4293
4294 F2FS FILE SYSTEM
4295 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4296 M:      Changman Lee <cm224.lee@samsung.com>
4297 L:      linux-f2fs-devel@lists.sourceforge.net
4298 W:      http://en.wikipedia.org/wiki/F2FS
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4300 S:      Maintained
4301 F:      Documentation/filesystems/f2fs.txt
4302 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4303 F:      fs/f2fs/
4304 F:      include/linux/f2fs_fs.h
4305
4306 FUJITSU FR-V (FRV) PORT
4307 M:      David Howells <dhowells@redhat.com>
4308 S:      Maintained
4309 F:      arch/frv/
4310
4311 FUJITSU LAPTOP EXTRAS
4312 M:      Jonathan Woithe <jwoithe@just42.net>
4313 L:      platform-driver-x86@vger.kernel.org
4314 S:      Maintained
4315 F:      drivers/platform/x86/fujitsu-laptop.c
4316
4317 FUJITSU M-5MO LS CAMERA ISP DRIVER
4318 M:      Kyungmin Park <kyungmin.park@samsung.com>
4319 M:      Heungjun Kim <riverful.kim@samsung.com>
4320 L:      linux-media@vger.kernel.org
4321 S:      Maintained
4322 F:      drivers/media/i2c/m5mols/
4323 F:      include/media/m5mols.h
4324
4325 FUJITSU TABLET EXTRAS
4326 M:      Robert Gerlach <khnz@gmx.de>
4327 L:      platform-driver-x86@vger.kernel.org
4328 S:      Maintained
4329 F:      drivers/platform/x86/fujitsu-tablet.c
4330
4331 FUSE: FILESYSTEM IN USERSPACE
4332 M:      Miklos Szeredi <miklos@szeredi.hu>
4333 L:      fuse-devel@lists.sourceforge.net
4334 W:      http://fuse.sourceforge.net/
4335 S:      Maintained
4336 F:      fs/fuse/
4337 F:      include/uapi/linux/fuse.h
4338
4339 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4340 M:      Rik Faith <faith@cs.unc.edu>
4341 L:      linux-scsi@vger.kernel.org
4342 S:      Odd Fixes (e.g., new signatures)
4343 F:      drivers/scsi/fdomain.*
4344
4345 GCOV BASED KERNEL PROFILING
4346 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4347 S:      Maintained
4348 F:      kernel/gcov/
4349 F:      Documentation/gcov.txt
4350
4351 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4352 M:      Achim Leubner <achim_leubner@adaptec.com>
4353 L:      linux-scsi@vger.kernel.org
4354 W:      http://www.icp-vortex.com/
4355 S:      Supported
4356 F:      drivers/scsi/gdt*
4357
4358 GDB KERNEL DEBUGGING HELPER SCRIPTS
4359 M:      Jan Kiszka <jan.kiszka@siemens.com>
4360 S:      Supported
4361 F:      scripts/gdb/
4362
4363 GEMTEK FM RADIO RECEIVER DRIVER
4364 M:      Hans Verkuil <hverkuil@xs4all.nl>
4365 L:      linux-media@vger.kernel.org
4366 T:      git git://linuxtv.org/media_tree.git
4367 W:      http://linuxtv.org
4368 S:      Maintained
4369 F:      drivers/media/radio/radio-gemtek*
4370
4371 GENERIC GPIO I2C DRIVER
4372 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4373 S:      Supported
4374 F:      drivers/i2c/busses/i2c-gpio.c
4375 F:      include/linux/i2c-gpio.h
4376
4377 GENERIC GPIO I2C MULTIPLEXER DRIVER
4378 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4379 L:      linux-i2c@vger.kernel.org
4380 S:      Supported
4381 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4382 F:      include/linux/i2c-mux-gpio.h
4383 F:      Documentation/i2c/muxes/i2c-mux-gpio
4384
4385 GENERIC HDLC (WAN) DRIVERS
4386 M:      Krzysztof Halasa <khc@pm.waw.pl>
4387 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4388 S:      Maintained
4389 F:      drivers/net/wan/c101.c
4390 F:      drivers/net/wan/hd6457*
4391 F:      drivers/net/wan/hdlc*
4392 F:      drivers/net/wan/n2.c
4393 F:      drivers/net/wan/pc300too.c
4394 F:      drivers/net/wan/pci200syn.c
4395 F:      drivers/net/wan/wanxl*
4396
4397 GENERIC INCLUDE/ASM HEADER FILES
4398 M:      Arnd Bergmann <arnd@arndb.de>
4399 L:      linux-arch@vger.kernel.org
4400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4401 S:      Maintained
4402 F:      include/asm-generic/
4403 F:      include/uapi/asm-generic/
4404
4405 GENERIC PHY FRAMEWORK
4406 M:      Kishon Vijay Abraham I <kishon@ti.com>
4407 L:      linux-kernel@vger.kernel.org
4408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4409 S:      Supported
4410 F:      drivers/phy/
4411 F:      include/linux/phy/
4412
4413 GENERIC PM DOMAINS
4414 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4415 M:      Kevin Hilman <khilman@kernel.org>
4416 M:      Ulf Hansson <ulf.hansson@linaro.org>
4417 L:      linux-pm@vger.kernel.org
4418 S:      Supported
4419 F:      drivers/base/power/domain*.c
4420 F:      include/linux/pm_domain.h
4421
4422 GENERIC UIO DRIVER FOR PCI DEVICES
4423 M:      "Michael S. Tsirkin" <mst@redhat.com>
4424 L:      kvm@vger.kernel.org
4425 S:      Supported
4426 F:      drivers/uio/uio_pci_generic.c
4427
4428 GET_MAINTAINER SCRIPT
4429 M:      Joe Perches <joe@perches.com>
4430 S:      Maintained
4431 F:      scripts/get_maintainer.pl
4432
4433 GFS2 FILE SYSTEM
4434 M:      Steven Whitehouse <swhiteho@redhat.com>
4435 M:      Bob Peterson <rpeterso@redhat.com>
4436 L:      cluster-devel@redhat.com
4437 W:      http://sources.redhat.com/cluster/
4438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4439 S:      Supported
4440 F:      Documentation/filesystems/gfs2*.txt
4441 F:      fs/gfs2/
4442 F:      include/uapi/linux/gfs2_ondisk.h
4443
4444 GIGASET ISDN DRIVERS
4445 M:      Paul Bolle <pebolle@tiscali.nl>
4446 L:      gigaset307x-common@lists.sourceforge.net
4447 W:      http://gigaset307x.sourceforge.net/
4448 S:      Odd Fixes
4449 F:      Documentation/isdn/README.gigaset
4450 F:      drivers/isdn/gigaset/
4451 F:      include/uapi/linux/gigaset_dev.h
4452
4453 GO7007 MPEG CODEC
4454 M:      Hans Verkuil <hans.verkuil@cisco.com>
4455 L:      linux-media@vger.kernel.org
4456 S:      Maintained
4457 F:      drivers/media/usb/go7007/
4458
4459 GOODIX TOUCHSCREEN
4460 M:      Bastien Nocera <hadess@hadess.net>
4461 L:      linux-input@vger.kernel.org
4462 S:      Maintained
4463 F:      drivers/input/touchscreen/goodix.c
4464
4465 GPIO SUBSYSTEM
4466 M:      Linus Walleij <linus.walleij@linaro.org>
4467 M:      Alexandre Courbot <gnurou@gmail.com>
4468 L:      linux-gpio@vger.kernel.org
4469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4470 S:      Maintained
4471 F:      Documentation/gpio/
4472 F:      drivers/gpio/
4473 F:      include/linux/gpio/
4474 F:      include/linux/gpio.h
4475 F:      include/asm-generic/gpio.h
4476
4477 GRE DEMULTIPLEXER DRIVER
4478 M:      Dmitry Kozlov <xeb@mail.ru>
4479 L:      netdev@vger.kernel.org
4480 S:      Maintained
4481 F:      net/ipv4/gre_demux.c
4482 F:      net/ipv4/gre_offload.c
4483 F:      include/net/gre.h
4484
4485 GRETH 10/100/1G Ethernet MAC device driver
4486 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4487 L:      netdev@vger.kernel.org
4488 S:      Maintained
4489 F:      drivers/net/ethernet/aeroflex/
4490
4491 GSPCA FINEPIX SUBDRIVER
4492 M:      Frank Zago <frank@zago.net>
4493 L:      linux-media@vger.kernel.org
4494 T:      git git://linuxtv.org/media_tree.git
4495 S:      Maintained
4496 F:      drivers/media/usb/gspca/finepix.c
4497
4498 GSPCA GL860 SUBDRIVER
4499 M:      Olivier Lorin <o.lorin@laposte.net>
4500 L:      linux-media@vger.kernel.org
4501 T:      git git://linuxtv.org/media_tree.git
4502 S:      Maintained
4503 F:      drivers/media/usb/gspca/gl860/
4504
4505 GSPCA M5602 SUBDRIVER
4506 M:      Erik Andren <erik.andren@gmail.com>
4507 L:      linux-media@vger.kernel.org
4508 T:      git git://linuxtv.org/media_tree.git
4509 S:      Maintained
4510 F:      drivers/media/usb/gspca/m5602/
4511
4512 GSPCA PAC207 SONIXB SUBDRIVER
4513 M:      Hans de Goede <hdegoede@redhat.com>
4514 L:      linux-media@vger.kernel.org
4515 T:      git git://linuxtv.org/media_tree.git
4516 S:      Maintained
4517 F:      drivers/media/usb/gspca/pac207.c
4518
4519 GSPCA SN9C20X SUBDRIVER
4520 M:      Brian Johnson <brijohn@gmail.com>
4521 L:      linux-media@vger.kernel.org
4522 T:      git git://linuxtv.org/media_tree.git
4523 S:      Maintained
4524 F:      drivers/media/usb/gspca/sn9c20x.c
4525
4526 GSPCA T613 SUBDRIVER
4527 M:      Leandro Costantino <lcostantino@gmail.com>
4528 L:      linux-media@vger.kernel.org
4529 T:      git git://linuxtv.org/media_tree.git
4530 S:      Maintained
4531 F:      drivers/media/usb/gspca/t613.c
4532
4533 GSPCA USB WEBCAM DRIVER
4534 M:      Hans de Goede <hdegoede@redhat.com>
4535 L:      linux-media@vger.kernel.org
4536 T:      git git://linuxtv.org/media_tree.git
4537 S:      Maintained
4538 F:      drivers/media/usb/gspca/
4539
4540 GUID PARTITION TABLE (GPT)
4541 M:      Davidlohr Bueso <davidlohr@hp.com>
4542 L:      linux-efi@vger.kernel.org
4543 S:      Maintained
4544 F:      block/partitions/efi.*
4545
4546 STK1160 USB VIDEO CAPTURE DRIVER
4547 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4548 L:      linux-media@vger.kernel.org
4549 T:      git git://linuxtv.org/media_tree.git
4550 S:      Maintained
4551 F:      drivers/media/usb/stk1160/
4552
4553 H8/300 ARCHITECTURE
4554 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4555 L:      uclinux-h8-devel@lists.sourceforge.jp
4556 W:      http://uclinux-h8.sourceforge.jp
4557 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4558 S:      Maintained
4559 F:      arch/h8300/
4560 F:      drivers/clocksource/h8300_*.c
4561 F:      drivers/clk/h8300/
4562 F:      drivers/irqchip/irq-renesas-h8*.c
4563
4564 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4565 M:      Frank Seidel <frank@f-seidel.de>
4566 L:      platform-driver-x86@vger.kernel.org
4567 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4568 S:      Maintained
4569 F:      drivers/platform/x86/hdaps.c
4570
4571 HDPVR USB VIDEO ENCODER DRIVER
4572 M:      Hans Verkuil <hverkuil@xs4all.nl>
4573 L:      linux-media@vger.kernel.org
4574 T:      git git://linuxtv.org/media_tree.git
4575 W:      http://linuxtv.org
4576 S:      Odd Fixes
4577 F:      drivers/media/usb/hdpvr/
4578
4579 HWPOISON MEMORY FAILURE HANDLING
4580 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4581 L:      linux-mm@kvack.org
4582 S:      Maintained
4583 F:      mm/memory-failure.c
4584 F:      mm/hwpoison-inject.c
4585
4586 HYPERVISOR VIRTUAL CONSOLE DRIVER
4587 L:      linuxppc-dev@lists.ozlabs.org
4588 S:      Odd Fixes
4589 F:      drivers/tty/hvc/
4590
4591 HACKRF MEDIA DRIVER
4592 M:      Antti Palosaari <crope@iki.fi>
4593 L:      linux-media@vger.kernel.org
4594 W:      http://linuxtv.org/
4595 W:      http://palosaari.fi/linux/
4596 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4597 T:      git git://linuxtv.org/anttip/media_tree.git
4598 S:      Maintained
4599 F:      drivers/media/usb/hackrf/
4600
4601 HARDWARE MONITORING
4602 M:      Jean Delvare <jdelvare@suse.de>
4603 M:      Guenter Roeck <linux@roeck-us.net>
4604 L:      lm-sensors@lm-sensors.org
4605 W:      http://www.lm-sensors.org/
4606 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4608 S:      Maintained
4609 F:      Documentation/hwmon/
4610 F:      drivers/hwmon/
4611 F:      include/linux/hwmon*.h
4612
4613 HARDWARE RANDOM NUMBER GENERATOR CORE
4614 M:      Matt Mackall <mpm@selenic.com>
4615 M:      Herbert Xu <herbert@gondor.apana.org.au>
4616 L:      linux-crypto@vger.kernel.org
4617 S:      Odd fixes
4618 F:      Documentation/hw_random.txt
4619 F:      drivers/char/hw_random/
4620 F:      include/linux/hw_random.h
4621
4622 HARDWARE SPINLOCK CORE
4623 M:      Ohad Ben-Cohen <ohad@wizery.com>
4624 S:      Maintained
4625 F:      Documentation/hwspinlock.txt
4626 F:      drivers/hwspinlock/hwspinlock_*
4627 F:      include/linux/hwspinlock.h
4628
4629 HARMONY SOUND DRIVER
4630 L:      linux-parisc@vger.kernel.org
4631 S:      Maintained
4632 F:      sound/parisc/harmony.*
4633
4634 HD29L2 MEDIA DRIVER
4635 M:      Antti Palosaari <crope@iki.fi>
4636 L:      linux-media@vger.kernel.org
4637 W:      http://linuxtv.org/
4638 W:      http://palosaari.fi/linux/
4639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4640 T:      git git://linuxtv.org/anttip/media_tree.git
4641 S:      Maintained
4642 F:      drivers/media/dvb-frontends/hd29l2*
4643
4644 HEWLETT-PACKARD SMART2 RAID DRIVER
4645 L:      iss_storagedev@hp.com
4646 S:      Orphan
4647 F:      Documentation/blockdev/cpqarray.txt
4648 F:      drivers/block/cpqarray.*
4649
4650 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4651 M:      Don Brace <don.brace@pmcs.com>
4652 L:      iss_storagedev@hp.com
4653 L:      storagedev@pmcs.com
4654 L:      linux-scsi@vger.kernel.org
4655 S:      Supported
4656 F:      Documentation/scsi/hpsa.txt
4657 F:      drivers/scsi/hpsa*.[ch]
4658 F:      include/linux/cciss*.h
4659 F:      include/uapi/linux/cciss*.h
4660
4661 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4662 M:      Don Brace <don.brace@pmcs.com>
4663 L:      iss_storagedev@hp.com
4664 L:      storagedev@pmcs.com
4665 L:      linux-scsi@vger.kernel.org
4666 S:      Supported
4667 F:      Documentation/blockdev/cciss.txt
4668 F:      drivers/block/cciss*
4669 F:      include/linux/cciss_ioctl.h
4670 F:      include/uapi/linux/cciss_ioctl.h
4671
4672 HFS FILESYSTEM
4673 L:      linux-fsdevel@vger.kernel.org
4674 S:      Orphan
4675 F:      Documentation/filesystems/hfs.txt
4676 F:      fs/hfs/
4677
4678 HFSPLUS FILESYSTEM
4679 L:      linux-fsdevel@vger.kernel.org
4680 S:      Orphan
4681 F:      Documentation/filesystems/hfsplus.txt
4682 F:      fs/hfsplus/
4683
4684 HGA FRAMEBUFFER DRIVER
4685 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4686 L:      linux-nvidia@lists.surfsouth.com
4687 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4688 S:      Maintained
4689 F:      drivers/video/fbdev/hgafb.c
4690
4691 HIBERNATION (aka Software Suspend, aka swsusp)
4692 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4693 M:      Pavel Machek <pavel@ucw.cz>
4694 L:      linux-pm@vger.kernel.org
4695 S:      Supported
4696 F:      arch/x86/power/
4697 F:      drivers/base/power/
4698 F:      kernel/power/
4699 F:      include/linux/suspend.h
4700 F:      include/linux/freezer.h
4701 F:      include/linux/pm.h
4702 F:      arch/*/include/asm/suspend*.h
4703
4704 HID CORE LAYER
4705 M:      Jiri Kosina <jkosina@suse.cz>
4706 L:      linux-input@vger.kernel.org
4707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4708 S:      Maintained
4709 F:      drivers/hid/
4710 F:      include/linux/hid*
4711 F:      include/uapi/linux/hid*
4712
4713 HID SENSOR HUB DRIVERS
4714 M:      Jiri Kosina <jkosina@suse.cz>
4715 M:      Jonathan Cameron <jic23@kernel.org>
4716 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4717 L:      linux-input@vger.kernel.org
4718 L:      linux-iio@vger.kernel.org
4719 S:      Maintained
4720 F:      Documentation/hid/hid-sensor*
4721 F:      drivers/hid/hid-sensor-*
4722 F:      drivers/iio/*/hid-*
4723 F:      include/linux/hid-sensor-*
4724
4725 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4726 M:      Thomas Gleixner <tglx@linutronix.de>
4727 L:      linux-kernel@vger.kernel.org
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4729 S:      Maintained
4730 F:      Documentation/timers/
4731 F:      kernel/time/hrtimer.c
4732 F:      kernel/time/clockevents.c
4733 F:      kernel/time/tick*.*
4734 F:      kernel/time/timer_*.c
4735 F:      include/linux/clockchips.h
4736 F:      include/linux/hrtimer.h
4737
4738 HIGH-SPEED SCC DRIVER FOR AX.25
4739 L:      linux-hams@vger.kernel.org
4740 S:      Orphan
4741 F:      drivers/net/hamradio/dmascc.c
4742 F:      drivers/net/hamradio/scc.c
4743
4744 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4745 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4746 W:      http://www.highpoint-tech.com
4747 S:      Supported
4748 F:      Documentation/scsi/hptiop.txt
4749 F:      drivers/scsi/hptiop.c
4750
4751 HIPPI
4752 M:      Jes Sorensen <jes@trained-monkey.org>
4753 L:      linux-hippi@sunsite.dk
4754 S:      Maintained
4755 F:      include/linux/hippidevice.h
4756 F:      include/uapi/linux/if_hippi.h
4757 F:      net/802/hippi.c
4758 F:      drivers/net/hippi/
4759
4760 HOST AP DRIVER
4761 M:      Jouni Malinen <j@w1.fi>
4762 L:      hostap@shmoo.com (subscribers-only)
4763 L:      linux-wireless@vger.kernel.org
4764 W:      http://hostap.epitest.fi/
4765 S:      Maintained
4766 F:      drivers/net/wireless/hostap/
4767
4768 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4769 L:      platform-driver-x86@vger.kernel.org
4770 S:      Orphan
4771 F:      drivers/platform/x86/tc1100-wmi.c
4772
4773 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4774 M:      Jaroslav Kysela <perex@perex.cz>
4775 S:      Maintained
4776 F:      drivers/net/ethernet/hp/hp100.*
4777
4778 HPET:   High Precision Event Timers driver
4779 M:      Clemens Ladisch <clemens@ladisch.de>
4780 S:      Maintained
4781 F:      Documentation/timers/hpet.txt
4782 F:      drivers/char/hpet.c
4783 F:      include/linux/hpet.h
4784 F:      include/uapi/linux/hpet.h
4785
4786 HPET:   x86
4787 S:      Orphan
4788 F:      arch/x86/kernel/hpet.c
4789 F:      arch/x86/include/asm/hpet.h
4790
4791 HPFS FILESYSTEM
4792 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4793 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4794 S:      Maintained
4795 F:      fs/hpfs/
4796
4797 HSI SUBSYSTEM
4798 M:      Sebastian Reichel <sre@kernel.org>
4799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4800 S:      Maintained
4801 F:      Documentation/ABI/testing/sysfs-bus-hsi
4802 F:      Documentation/hsi.txt
4803 F:      drivers/hsi/
4804 F:      include/linux/hsi/
4805 F:      include/uapi/linux/hsi/
4806
4807 HSO 3G MODEM DRIVER
4808 M:      Jan Dumon <j.dumon@option.com>
4809 W:      http://www.pharscape.org
4810 S:      Maintained
4811 F:      drivers/net/usb/hso.c
4812
4813 HSR NETWORK PROTOCOL
4814 M:      Arvid Brodin <arvid.brodin@alten.se>
4815 L:      netdev@vger.kernel.org
4816 S:      Maintained
4817 F:      net/hsr/
4818
4819 HTCPEN TOUCHSCREEN DRIVER
4820 M:      Pau Oliva Fora <pof@eslack.org>
4821 L:      linux-input@vger.kernel.org
4822 S:      Maintained
4823 F:      drivers/input/touchscreen/htcpen.c
4824
4825 HUGETLB FILESYSTEM
4826 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4827 S:      Maintained
4828 F:      fs/hugetlbfs/
4829
4830 Hyper-V CORE AND DRIVERS
4831 M:      K. Y. Srinivasan <kys@microsoft.com>
4832 M:      Haiyang Zhang <haiyangz@microsoft.com>
4833 L:      devel@linuxdriverproject.org
4834 S:      Maintained
4835 F:      arch/x86/include/asm/mshyperv.h
4836 F:      arch/x86/include/uapi/asm/hyperv.h
4837 F:      arch/x86/kernel/cpu/mshyperv.c
4838 F:      drivers/hid/hid-hyperv.c
4839 F:      drivers/hv/
4840 F:      drivers/input/serio/hyperv-keyboard.c
4841 F:      drivers/net/hyperv/
4842 F:      drivers/scsi/storvsc_drv.c
4843 F:      drivers/video/fbdev/hyperv_fb.c
4844 F:      include/linux/hyperv.h
4845 F:      tools/hv/
4846
4847 I2C OVER PARALLEL PORT
4848 M:      Jean Delvare <jdelvare@suse.de>
4849 L:      linux-i2c@vger.kernel.org
4850 S:      Maintained
4851 F:      Documentation/i2c/busses/i2c-parport
4852 F:      Documentation/i2c/busses/i2c-parport-light
4853 F:      drivers/i2c/busses/i2c-parport.c
4854 F:      drivers/i2c/busses/i2c-parport-light.c
4855
4856 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4857 M:      Jean Delvare <jdelvare@suse.de>
4858 L:      linux-i2c@vger.kernel.org
4859 S:      Maintained
4860 F:      Documentation/i2c/busses/i2c-ali1535
4861 F:      Documentation/i2c/busses/i2c-ali1563
4862 F:      Documentation/i2c/busses/i2c-ali15x3
4863 F:      Documentation/i2c/busses/i2c-amd756
4864 F:      Documentation/i2c/busses/i2c-amd8111
4865 F:      Documentation/i2c/busses/i2c-i801
4866 F:      Documentation/i2c/busses/i2c-nforce2
4867 F:      Documentation/i2c/busses/i2c-piix4
4868 F:      Documentation/i2c/busses/i2c-sis5595
4869 F:      Documentation/i2c/busses/i2c-sis630
4870 F:      Documentation/i2c/busses/i2c-sis96x
4871 F:      Documentation/i2c/busses/i2c-via
4872 F:      Documentation/i2c/busses/i2c-viapro
4873 F:      drivers/i2c/busses/i2c-ali1535.c
4874 F:      drivers/i2c/busses/i2c-ali1563.c
4875 F:      drivers/i2c/busses/i2c-ali15x3.c
4876 F:      drivers/i2c/busses/i2c-amd756.c
4877 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4878 F:      drivers/i2c/busses/i2c-amd8111.c
4879 F:      drivers/i2c/busses/i2c-i801.c
4880 F:      drivers/i2c/busses/i2c-isch.c
4881 F:      drivers/i2c/busses/i2c-nforce2.c
4882 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4883 F:      drivers/i2c/busses/i2c-piix4.c
4884 F:      drivers/i2c/busses/i2c-sis5595.c
4885 F:      drivers/i2c/busses/i2c-sis630.c
4886 F:      drivers/i2c/busses/i2c-sis96x.c
4887 F:      drivers/i2c/busses/i2c-via.c
4888 F:      drivers/i2c/busses/i2c-viapro.c
4889
4890 I2C/SMBUS ISMT DRIVER
4891 M:      Seth Heasley <seth.heasley@intel.com>
4892 M:      Neil Horman <nhorman@tuxdriver.com>
4893 L:      linux-i2c@vger.kernel.org
4894 F:      drivers/i2c/busses/i2c-ismt.c
4895 F:      Documentation/i2c/busses/i2c-ismt
4896
4897 I2C/SMBUS STUB DRIVER
4898 M:      Jean Delvare <jdelvare@suse.de>
4899 L:      linux-i2c@vger.kernel.org
4900 S:      Maintained
4901 F:      drivers/i2c/i2c-stub.c
4902
4903 I2C SUBSYSTEM
4904 M:      Wolfram Sang <wsa@the-dreams.de>
4905 L:      linux-i2c@vger.kernel.org
4906 W:      https://i2c.wiki.kernel.org/
4907 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4909 S:      Maintained
4910 F:      Documentation/devicetree/bindings/i2c/
4911 F:      Documentation/i2c/
4912 F:      drivers/i2c/
4913 F:      include/linux/i2c.h
4914 F:      include/linux/i2c-*.h
4915 F:      include/uapi/linux/i2c.h
4916 F:      include/uapi/linux/i2c-*.h
4917
4918 I2C ACPI SUPPORT
4919 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4920 L:      linux-i2c@vger.kernel.org
4921 L:      linux-acpi@vger.kernel.org
4922 S:      Maintained
4923
4924 I2C-TAOS-EVM DRIVER
4925 M:      Jean Delvare <jdelvare@suse.de>
4926 L:      linux-i2c@vger.kernel.org
4927 S:      Maintained
4928 F:      Documentation/i2c/busses/i2c-taos-evm
4929 F:      drivers/i2c/busses/i2c-taos-evm.c
4930
4931 I2C-TINY-USB DRIVER
4932 M:      Till Harbaum <till@harbaum.org>
4933 L:      linux-i2c@vger.kernel.org
4934 W:      http://www.harbaum.org/till/i2c_tiny_usb
4935 S:      Maintained
4936 F:      drivers/i2c/busses/i2c-tiny-usb.c
4937
4938 i386 BOOT CODE
4939 M:      "H. Peter Anvin" <hpa@zytor.com>
4940 S:      Maintained
4941 F:      arch/x86/boot/
4942
4943 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4944 M:      "H. Peter Anvin" <hpa@zytor.com>
4945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4946 S:      Maintained
4947
4948 IA64 (Itanium) PLATFORM
4949 M:      Tony Luck <tony.luck@intel.com>
4950 M:      Fenghua Yu <fenghua.yu@intel.com>
4951 L:      linux-ia64@vger.kernel.org
4952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4953 S:      Maintained
4954 F:      arch/ia64/
4955
4956 IBM Power in-Nest Crypto Acceleration
4957 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4958 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4959 L:      linux-crypto@vger.kernel.org
4960 S:      Supported
4961 F:      drivers/crypto/nx/Makefile
4962 F:      drivers/crypto/nx/Kconfig
4963 F:      drivers/crypto/nx/nx-aes*
4964 F:      drivers/crypto/nx/nx-sha*
4965 F:      drivers/crypto/nx/nx.*
4966 F:      drivers/crypto/nx/nx_csbcpb.h
4967 F:      drivers/crypto/nx/nx_debugfs.h
4968
4969 IBM Power 842 compression accelerator
4970 M:      Dan Streetman <ddstreet@us.ibm.com>
4971 S:      Supported
4972 F:      drivers/crypto/nx/Makefile
4973 F:      drivers/crypto/nx/Kconfig
4974 F:      drivers/crypto/nx/nx-842*
4975 F:      include/linux/sw842.h
4976 F:      crypto/842.c
4977 F:      lib/842/
4978
4979 IBM Power Linux RAID adapter
4980 M:      Brian King <brking@us.ibm.com>
4981 S:      Supported
4982 F:      drivers/scsi/ipr.*
4983
4984 IBM Power Virtual Ethernet Device Driver
4985 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4986 L:      netdev@vger.kernel.org
4987 S:      Supported
4988 F:      drivers/net/ethernet/ibm/ibmveth.*
4989
4990 IBM Power Virtual SCSI Device Drivers
4991 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4992 L:      linux-scsi@vger.kernel.org
4993 S:      Supported
4994 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4995 F:      drivers/scsi/ibmvscsi/viosrp.h
4996
4997 IBM Power Virtual FC Device Drivers
4998 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4999 L:      linux-scsi@vger.kernel.org
5000 S:      Supported
5001 F:      drivers/scsi/ibmvscsi/ibmvfc*
5002
5003 IBM ServeRAID RAID DRIVER
5004 S:      Orphan
5005 F:      drivers/scsi/ips.*
5006
5007 ICH LPC AND GPIO DRIVER
5008 M:      Peter Tyser <ptyser@xes-inc.com>
5009 S:      Maintained
5010 F:      drivers/mfd/lpc_ich.c
5011 F:      drivers/gpio/gpio-ich.c
5012
5013 IDE SUBSYSTEM
5014 M:      "David S. Miller" <davem@davemloft.net>
5015 L:      linux-ide@vger.kernel.org
5016 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5018 S:      Maintained
5019 F:      Documentation/ide/
5020 F:      drivers/ide/
5021 F:      include/linux/ide.h
5022
5023 IDEAPAD LAPTOP EXTRAS DRIVER
5024 M:      Ike Panhc <ike.pan@canonical.com>
5025 L:      platform-driver-x86@vger.kernel.org
5026 W:      http://launchpad.net/ideapad-laptop
5027 S:      Maintained
5028 F:      drivers/platform/x86/ideapad-laptop.c
5029
5030 IDEAPAD LAPTOP SLIDEBAR DRIVER
5031 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5032 L:      linux-input@vger.kernel.org
5033 W:      https://github.com/o2genum/ideapad-slidebar
5034 S:      Maintained
5035 F:      drivers/input/misc/ideapad_slidebar.c
5036
5037 IDE/ATAPI DRIVERS
5038 M:      Borislav Petkov <bp@alien8.de>
5039 L:      linux-ide@vger.kernel.org
5040 S:      Maintained
5041 F:      Documentation/cdrom/ide-cd
5042 F:      drivers/ide/ide-cd*
5043
5044 IDLE-I7300
5045 M:      Andy Henroid <andrew.d.henroid@intel.com>
5046 L:      linux-pm@vger.kernel.org
5047 S:      Supported
5048 F:      drivers/idle/i7300_idle.c
5049
5050 IEEE 802.15.4 SUBSYSTEM
5051 M:      Alexander Aring <alex.aring@gmail.com>
5052 L:      linux-wpan@vger.kernel.org
5053 W:      https://github.com/linux-wpan
5054 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5055 S:      Maintained
5056 F:      net/ieee802154/
5057 F:      net/mac802154/
5058 F:      drivers/net/ieee802154/
5059 F:      include/linux/nl802154.h
5060 F:      include/linux/ieee802154.h
5061 F:      include/net/nl802154.h
5062 F:      include/net/mac802154.h
5063 F:      include/net/af_ieee802154.h
5064 F:      include/net/cfg802154.h
5065 F:      include/net/ieee802154_netdev.h
5066 F:      Documentation/networking/ieee802154.txt
5067
5068 IGORPLUG-USB IR RECEIVER
5069 M:      Sean Young <sean@mess.org>
5070 L:      linux-media@vger.kernel.org
5071 S:      Maintained
5072 F:      drivers/media/rc/igorplugusb.c
5073
5074 IGUANAWORKS USB IR TRANSCEIVER
5075 M:      Sean Young <sean@mess.org>
5076 L:      linux-media@vger.kernel.org
5077 S:      Maintained
5078 F:      drivers/media/rc/iguanair.c
5079
5080 IIO SUBSYSTEM AND DRIVERS
5081 M:      Jonathan Cameron <jic23@kernel.org>
5082 R:      Hartmut Knaack <knaack.h@gmx.de>
5083 R:      Lars-Peter Clausen <lars@metafoo.de>
5084 R:      Peter Meerwald <pmeerw@pmeerw.net>
5085 L:      linux-iio@vger.kernel.org
5086 S:      Maintained
5087 F:      drivers/iio/
5088 F:      drivers/staging/iio/
5089 F:      include/linux/iio/
5090 F:      tools/iio/
5091
5092 IKANOS/ADI EAGLE ADSL USB DRIVER
5093 M:      Matthieu Castet <castet.matthieu@free.fr>
5094 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5095 S:      Maintained
5096 F:      drivers/usb/atm/ueagle-atm.c
5097
5098 INA209 HARDWARE MONITOR DRIVER
5099 M:      Guenter Roeck <linux@roeck-us.net>
5100 L:      lm-sensors@lm-sensors.org
5101 S:      Maintained
5102 F:      Documentation/hwmon/ina209
5103 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5104 F:      drivers/hwmon/ina209.c
5105
5106 INA2XX HARDWARE MONITOR DRIVER
5107 M:      Guenter Roeck <linux@roeck-us.net>
5108 L:      lm-sensors@lm-sensors.org
5109 S:      Maintained
5110 F:      Documentation/hwmon/ina2xx
5111 F:      drivers/hwmon/ina2xx.c
5112 F:      include/linux/platform_data/ina2xx.h
5113
5114 INDUSTRY PACK SUBSYSTEM (IPACK)
5115 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5116 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5117 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5118 L:      industrypack-devel@lists.sourceforge.net
5119 W:      http://industrypack.sourceforge.net
5120 S:      Maintained
5121 F:      drivers/ipack/
5122
5123 INGENIC JZ4780 DMA Driver
5124 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5125 S:      Maintained
5126 F:      drivers/dma/dma-jz4780.c
5127
5128 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5129 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5130 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5131 L:      linux-ima-devel@lists.sourceforge.net
5132 L:      linux-ima-user@lists.sourceforge.net
5133 L:      linux-security-module@vger.kernel.org
5134 S:      Supported
5135 F:      security/integrity/ima/
5136
5137 IMGTEC IR DECODER DRIVER
5138 M:      James Hogan <james.hogan@imgtec.com>
5139 S:      Maintained
5140 F:      drivers/media/rc/img-ir/
5141
5142 IMS TWINTURBO FRAMEBUFFER DRIVER
5143 L:      linux-fbdev@vger.kernel.org
5144 S:      Orphan
5145 F:      drivers/video/fbdev/imsttfb.c
5146
5147 INFINIBAND SUBSYSTEM
5148 M:      Doug Ledford <dledford@redhat.com>
5149 M:      Sean Hefty <sean.hefty@intel.com>
5150 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5151 L:      linux-rdma@vger.kernel.org
5152 W:      http://www.openfabrics.org/
5153 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5155 S:      Supported
5156 F:      Documentation/infiniband/
5157 F:      drivers/infiniband/
5158 F:      include/uapi/linux/if_infiniband.h
5159 F:      include/uapi/rdma/
5160 F:      include/rdma/
5161
5162 INOTIFY
5163 M:      John McCutchan <john@johnmccutchan.com>
5164 M:      Robert Love <rlove@rlove.org>
5165 M:      Eric Paris <eparis@parisplace.org>
5166 S:      Maintained
5167 F:      Documentation/filesystems/inotify.txt
5168 F:      fs/notify/inotify/
5169 F:      include/linux/inotify.h
5170 F:      include/uapi/linux/inotify.h
5171
5172 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5173 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5174 L:      linux-input@vger.kernel.org
5175 Q:      http://patchwork.kernel.org/project/linux-input/list/
5176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5177 S:      Maintained
5178 F:      drivers/input/
5179 F:      include/linux/input.h
5180 F:      include/uapi/linux/input.h
5181 F:      include/linux/input/
5182
5183 INPUT MULTITOUCH (MT) PROTOCOL
5184 M:      Henrik Rydberg <rydberg@bitmath.org>
5185 L:      linux-input@vger.kernel.org
5186 S:      Odd fixes
5187 F:      Documentation/input/multi-touch-protocol.txt
5188 F:      drivers/input/input-mt.c
5189 K:      \b(ABS|SYN)_MT_
5190
5191 INTEL ASoC BDW/HSW DRIVERS
5192 M:      Jie Yang <yang.jie@linux.intel.com>
5193 L:      alsa-devel@alsa-project.org
5194 S:      Supported
5195 F:      sound/soc/intel/sst-haswell*
5196 F:      sound/soc/intel/sst-dsp*
5197 F:      sound/soc/intel/sst-firmware.c
5198 F:      sound/soc/intel/broadwell.c
5199 F:      sound/soc/intel/haswell.c
5200
5201 INTEL C600 SERIES SAS CONTROLLER DRIVER
5202 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5203 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5204 L:      linux-scsi@vger.kernel.org
5205 T:      git git://git.code.sf.net/p/intel-sas/isci
5206 S:      Supported
5207 F:      drivers/scsi/isci/
5208
5209 INTEL IDLE DRIVER
5210 M:      Len Brown <lenb@kernel.org>
5211 L:      linux-pm@vger.kernel.org
5212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5213 S:      Supported
5214 F:      drivers/idle/intel_idle.c
5215
5216 INTEL PSTATE DRIVER
5217 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5218 L:      linux-pm@vger.kernel.org
5219 S:      Supported
5220 F:      drivers/cpufreq/intel_pstate.c
5221
5222 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5223 M:      Maik Broemme <mbroemme@plusserver.de>
5224 L:      linux-fbdev@vger.kernel.org
5225 S:      Maintained
5226 F:      Documentation/fb/intelfb.txt
5227 F:      drivers/video/fbdev/intelfb/
5228
5229 INTEL 810/815 FRAMEBUFFER DRIVER
5230 M:      Antonino Daplas <adaplas@gmail.com>
5231 L:      linux-fbdev@vger.kernel.org
5232 S:      Maintained
5233 F:      drivers/video/fbdev/i810/
5234
5235 INTEL MENLOW THERMAL DRIVER
5236 M:      Sujith Thomas <sujith.thomas@intel.com>
5237 L:      platform-driver-x86@vger.kernel.org
5238 W:      https://01.org/linux-acpi
5239 S:      Supported
5240 F:      drivers/platform/x86/intel_menlow.c
5241
5242 INTEL IA32 MICROCODE UPDATE SUPPORT
5243 M:      Borislav Petkov <bp@alien8.de>
5244 S:      Maintained
5245 F:      arch/x86/kernel/cpu/microcode/core*
5246 F:      arch/x86/kernel/cpu/microcode/intel*
5247
5248 INTEL I/OAT DMA DRIVER
5249 M:      Dave Jiang <dave.jiang@intel.com>
5250 R:      Dan Williams <dan.j.williams@intel.com>
5251 L:      dmaengine@vger.kernel.org
5252 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5253 S:      Supported
5254 F:      drivers/dma/ioat*
5255
5256 INTEL IOMMU (VT-d)
5257 M:      David Woodhouse <dwmw2@infradead.org>
5258 L:      iommu@lists.linux-foundation.org
5259 T:      git git://git.infradead.org/iommu-2.6.git
5260 S:      Supported
5261 F:      drivers/iommu/intel-iommu.c
5262 F:      include/linux/intel-iommu.h
5263
5264 INTEL IOP-ADMA DMA DRIVER
5265 R:      Dan Williams <dan.j.williams@intel.com>
5266 S:      Odd fixes
5267 F:      drivers/dma/iop-adma.c
5268
5269 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5270 M:      Krzysztof Halasa <khalasa@piap.pl>
5271 S:      Maintained
5272 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5273 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5274 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5275 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5276 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5277 F:      drivers/net/wan/ixp4xx_hss.c
5278
5279 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5280 M:      Deepak Saxena <dsaxena@plexity.net>
5281 S:      Maintained
5282 F:      drivers/char/hw_random/ixp4xx-rng.c
5283
5284 INTEL ETHERNET DRIVERS
5285 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5286 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5287 R:      Shannon Nelson <shannon.nelson@intel.com>
5288 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5289 R:      Don Skidmore <donald.c.skidmore@intel.com>
5290 R:      Matthew Vick <matthew.vick@intel.com>
5291 R:      John Ronciak <john.ronciak@intel.com>
5292 R:      Mitch Williams <mitch.a.williams@intel.com>
5293 L:      intel-wired-lan@lists.osuosl.org
5294 W:      http://www.intel.com/support/feedback.htm
5295 W:      http://e1000.sourceforge.net/
5296 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5299 S:      Supported
5300 F:      Documentation/networking/e100.txt
5301 F:      Documentation/networking/e1000.txt
5302 F:      Documentation/networking/e1000e.txt
5303 F:      Documentation/networking/igb.txt
5304 F:      Documentation/networking/igbvf.txt
5305 F:      Documentation/networking/ixgb.txt
5306 F:      Documentation/networking/ixgbe.txt
5307 F:      Documentation/networking/ixgbevf.txt
5308 F:      Documentation/networking/i40e.txt
5309 F:      Documentation/networking/i40evf.txt
5310 F:      drivers/net/ethernet/intel/
5311 F:      drivers/net/ethernet/intel/*/
5312
5313 INTEL-MID GPIO DRIVER
5314 M:      David Cohen <david.a.cohen@linux.intel.com>
5315 L:      linux-gpio@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/gpio/gpio-intel-mid.c
5318
5319 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5320 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5321 L:      linux-wireless@vger.kernel.org
5322 S:      Maintained
5323 F:      Documentation/networking/README.ipw2100
5324 F:      Documentation/networking/README.ipw2200
5325 F:      drivers/net/wireless/ipw2x00/
5326
5327 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5328 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5329 M:      Gang Wei <gang.wei@intel.com>
5330 M:      Shane Wang <shane.wang@intel.com>
5331 L:      tboot-devel@lists.sourceforge.net
5332 W:      http://tboot.sourceforge.net
5333 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5334 S:      Supported
5335 F:      Documentation/intel_txt.txt
5336 F:      include/linux/tboot.h
5337 F:      arch/x86/kernel/tboot.c
5338
5339 INTEL WIRELESS WIMAX CONNECTION 2400
5340 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5341 M:      linux-wimax@intel.com
5342 L:      wimax@linuxwimax.org (subscribers-only)
5343 S:      Supported
5344 W:      http://linuxwimax.org
5345 F:      Documentation/wimax/README.i2400m
5346 F:      drivers/net/wimax/i2400m/
5347 F:      include/uapi/linux/wimax/i2400m.h
5348
5349 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5350 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5351 L:      linux-wireless@vger.kernel.org
5352 S:      Supported
5353 F:      drivers/net/wireless/iwlegacy/
5354
5355 INTEL WIRELESS WIFI LINK (iwlwifi)
5356 M:      Johannes Berg <johannes.berg@intel.com>
5357 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5358 M:      Intel Linux Wireless <ilw@linux.intel.com>
5359 L:      linux-wireless@vger.kernel.org
5360 W:      http://intellinuxwireless.org
5361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5362 S:      Supported
5363 F:      drivers/net/wireless/iwlwifi/
5364
5365 INTEL MANAGEMENT ENGINE (mei)
5366 M:      Tomas Winkler <tomas.winkler@intel.com>
5367 L:      linux-kernel@vger.kernel.org
5368 S:      Supported
5369 F:      include/uapi/linux/mei.h
5370 F:      drivers/misc/mei/*
5371 F:      Documentation/misc-devices/mei/*
5372
5373 IOC3 ETHERNET DRIVER
5374 M:      Ralf Baechle <ralf@linux-mips.org>
5375 L:      linux-mips@linux-mips.org
5376 S:      Maintained
5377 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5378
5379 IOC3 SERIAL DRIVER
5380 M:      Pat Gefre <pfg@sgi.com>
5381 L:      linux-serial@vger.kernel.org
5382 S:      Maintained
5383 F:      drivers/tty/serial/ioc3_serial.c
5384
5385 IOMMU DRIVERS
5386 M:      Joerg Roedel <joro@8bytes.org>
5387 L:      iommu@lists.linux-foundation.org
5388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5389 S:      Maintained
5390 F:      drivers/iommu/
5391
5392 IP MASQUERADING
5393 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5394 S:      Maintained
5395 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5396
5397 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5398 M:      Francois Romieu <romieu@fr.zoreil.com>
5399 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5400 L:      netdev@vger.kernel.org
5401 S:      Maintained
5402 F:      drivers/net/ethernet/icplus/ipg.*
5403
5404 IPATH DRIVER
5405 M:      Mike Marciniszyn <infinipath@intel.com>
5406 L:      linux-rdma@vger.kernel.org
5407 S:      Maintained
5408 F:      drivers/infiniband/hw/ipath/
5409
5410 IPMI SUBSYSTEM
5411 M:      Corey Minyard <minyard@acm.org>
5412 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5413 W:      http://openipmi.sourceforge.net/
5414 S:      Supported
5415 F:      Documentation/IPMI.txt
5416 F:      drivers/char/ipmi/
5417 F:      include/linux/ipmi*
5418 F:      include/uapi/linux/ipmi*
5419
5420 QCOM AUDIO (ASoC) DRIVERS
5421 M:      Patrick Lai <plai@codeaurora.org>
5422 M:      Banajit Goswami <bgoswami@codeaurora.org>
5423 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5424 S:      Supported
5425 F:      sound/soc/qcom/
5426
5427 IPS SCSI RAID DRIVER
5428 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5429 L:      linux-scsi@vger.kernel.org
5430 W:      http://www.adaptec.com/
5431 S:      Maintained
5432 F:      drivers/scsi/ips*
5433
5434 IPVS
5435 M:      Wensong Zhang <wensong@linux-vs.org>
5436 M:      Simon Horman <horms@verge.net.au>
5437 M:      Julian Anastasov <ja@ssi.bg>
5438 L:      netdev@vger.kernel.org
5439 L:      lvs-devel@vger.kernel.org
5440 S:      Maintained
5441 F:      Documentation/networking/ipvs-sysctl.txt
5442 F:      include/net/ip_vs.h
5443 F:      include/uapi/linux/ip_vs.h
5444 F:      net/netfilter/ipvs/
5445
5446 IPWIRELESS DRIVER
5447 M:      Jiri Kosina <jkosina@suse.cz>
5448 M:      David Sterba <dsterba@suse.cz>
5449 S:      Odd Fixes
5450 F:      drivers/tty/ipwireless/
5451
5452 IPX NETWORK LAYER
5453 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5454 L:      netdev@vger.kernel.org
5455 S:      Maintained
5456 F:      include/net/ipx.h
5457 F:      include/uapi/linux/ipx.h
5458 F:      net/ipx/
5459
5460 IRDA SUBSYSTEM
5461 M:      Samuel Ortiz <samuel@sortiz.org>
5462 L:      irda-users@lists.sourceforge.net (subscribers-only)
5463 L:      netdev@vger.kernel.org
5464 W:      http://irda.sourceforge.net/
5465 S:      Maintained
5466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5467 F:      Documentation/networking/irda.txt
5468 F:      drivers/net/irda/
5469 F:      include/net/irda/
5470 F:      net/irda/
5471
5472 IRQ SUBSYSTEM
5473 M:      Thomas Gleixner <tglx@linutronix.de>
5474 L:      linux-kernel@vger.kernel.org
5475 S:      Maintained
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5477 F:      kernel/irq/
5478
5479 IRQCHIP DRIVERS
5480 M:      Thomas Gleixner <tglx@linutronix.de>
5481 M:      Jason Cooper <jason@lakedaemon.net>
5482 L:      linux-kernel@vger.kernel.org
5483 S:      Maintained
5484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5485 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5486 F:      Documentation/devicetree/bindings/interrupt-controller/
5487 F:      drivers/irqchip/
5488
5489 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5490 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5491 S:      Maintained
5492 F:      Documentation/IRQ-domain.txt
5493 F:      include/linux/irqdomain.h
5494 F:      kernel/irq/irqdomain.c
5495
5496 ISAPNP
5497 M:      Jaroslav Kysela <perex@perex.cz>
5498 S:      Maintained
5499 F:      Documentation/isapnp.txt
5500 F:      drivers/pnp/isapnp/
5501 F:      include/linux/isapnp.h
5502
5503 ISA RADIO MODULE
5504 M:      Hans Verkuil <hverkuil@xs4all.nl>
5505 L:      linux-media@vger.kernel.org
5506 T:      git git://linuxtv.org/media_tree.git
5507 W:      http://linuxtv.org
5508 S:      Maintained
5509 F:      drivers/media/radio/radio-isa*
5510
5511 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5512 M:      Peter Jones <pjones@redhat.com>
5513 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5514 S:      Maintained
5515 F:      drivers/firmware/iscsi_ibft*
5516
5517 ISCSI
5518 M:      Mike Christie <michaelc@cs.wisc.edu>
5519 L:      open-iscsi@googlegroups.com
5520 W:      www.open-iscsi.org
5521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5522 S:      Maintained
5523 F:      drivers/scsi/*iscsi*
5524 F:      include/scsi/*iscsi*
5525
5526 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5527 M:      Or Gerlitz <ogerlitz@mellanox.com>
5528 M:      Sagi Grimberg <sagig@mellanox.com>
5529 M:      Roi Dayan <roid@mellanox.com>
5530 L:      linux-rdma@vger.kernel.org
5531 S:      Supported
5532 W:      http://www.openfabrics.org
5533 W:      www.open-iscsi.org
5534 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5535 F:      drivers/infiniband/ulp/iser/
5536
5537 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5538 M:      Sagi Grimberg <sagig@mellanox.com>
5539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5540 L:      linux-rdma@vger.kernel.org
5541 L:      target-devel@vger.kernel.org
5542 S:      Supported
5543 W:      http://www.linux-iscsi.org
5544 F:      drivers/infiniband/ulp/isert
5545
5546 ISDN SUBSYSTEM
5547 M:      Karsten Keil <isdn@linux-pingi.de>
5548 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5549 L:      netdev@vger.kernel.org
5550 W:      http://www.isdn4linux.de
5551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5552 S:      Maintained
5553 F:      Documentation/isdn/
5554 F:      drivers/isdn/
5555 F:      include/linux/isdn.h
5556 F:      include/linux/isdn/
5557 F:      include/uapi/linux/isdn.h
5558 F:      include/uapi/linux/isdn/
5559
5560 ISDN SUBSYSTEM (Eicon active card driver)
5561 M:      Armin Schindler <mac@melware.de>
5562 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5563 W:      http://www.melware.de
5564 S:      Maintained
5565 F:      drivers/isdn/hardware/eicon/
5566
5567 IT87 HARDWARE MONITORING DRIVER
5568 M:      Jean Delvare <jdelvare@suse.de>
5569 L:      lm-sensors@lm-sensors.org
5570 S:      Maintained
5571 F:      Documentation/hwmon/it87
5572 F:      drivers/hwmon/it87.c
5573
5574 IT913X MEDIA DRIVER
5575 M:      Antti Palosaari <crope@iki.fi>
5576 L:      linux-media@vger.kernel.org
5577 W:      http://linuxtv.org/
5578 W:      http://palosaari.fi/linux/
5579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5580 T:      git git://linuxtv.org/anttip/media_tree.git
5581 S:      Maintained
5582 F:      drivers/media/tuners/it913x*
5583
5584 IVTV VIDEO4LINUX DRIVER
5585 M:      Andy Walls <awalls@md.metrocast.net>
5586 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5587 L:      linux-media@vger.kernel.org
5588 T:      git git://linuxtv.org/media_tree.git
5589 W:      http://www.ivtvdriver.org
5590 S:      Maintained
5591 F:      Documentation/video4linux/*.ivtv
5592 F:      drivers/media/pci/ivtv/
5593 F:      include/uapi/linux/ivtv*
5594
5595 IX2505V MEDIA DRIVER
5596 M:      Malcolm Priestley <tvboxspy@gmail.com>
5597 L:      linux-media@vger.kernel.org
5598 W:      http://linuxtv.org/
5599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5600 S:      Maintained
5601 F:      drivers/media/dvb-frontends/ix2505v*
5602
5603 JC42.4 TEMPERATURE SENSOR DRIVER
5604 M:      Guenter Roeck <linux@roeck-us.net>
5605 L:      lm-sensors@lm-sensors.org
5606 S:      Maintained
5607 F:      drivers/hwmon/jc42.c
5608 F:      Documentation/hwmon/jc42
5609
5610 JFS FILESYSTEM
5611 M:      Dave Kleikamp <shaggy@kernel.org>
5612 L:      jfs-discussion@lists.sourceforge.net
5613 W:      http://jfs.sourceforge.net/
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5615 S:      Maintained
5616 F:      Documentation/filesystems/jfs.txt
5617 F:      fs/jfs/
5618
5619 JME NETWORK DRIVER
5620 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5621 L:      netdev@vger.kernel.org
5622 S:      Maintained
5623 F:      drivers/net/ethernet/jme.*
5624
5625 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5626 M:      David Woodhouse <dwmw2@infradead.org>
5627 L:      linux-mtd@lists.infradead.org
5628 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5629 S:      Maintained
5630 F:      fs/jffs2/
5631 F:      include/uapi/linux/jffs2.h
5632
5633 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5634 M:      Andrew Morton <akpm@linux-foundation.org>
5635 M:      Jan Kara <jack@suse.cz>
5636 L:      linux-ext4@vger.kernel.org
5637 S:      Maintained
5638 F:      fs/jbd/
5639 F:      include/linux/jbd.h
5640
5641 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5642 M:      "Theodore Ts'o" <tytso@mit.edu>
5643 L:      linux-ext4@vger.kernel.org
5644 S:      Maintained
5645 F:      fs/jbd2/
5646 F:      include/linux/jbd2.h
5647
5648 JSM Neo PCI based serial card
5649 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5650 L:      linux-serial@vger.kernel.org
5651 S:      Maintained
5652 F:      drivers/tty/serial/jsm/
5653
5654 K10TEMP HARDWARE MONITORING DRIVER
5655 M:      Clemens Ladisch <clemens@ladisch.de>
5656 L:      lm-sensors@lm-sensors.org
5657 S:      Maintained
5658 F:      Documentation/hwmon/k10temp
5659 F:      drivers/hwmon/k10temp.c
5660
5661 K8TEMP HARDWARE MONITORING DRIVER
5662 M:      Rudolf Marek <r.marek@assembler.cz>
5663 L:      lm-sensors@lm-sensors.org
5664 S:      Maintained
5665 F:      Documentation/hwmon/k8temp
5666 F:      drivers/hwmon/k8temp.c
5667
5668 KCONFIG
5669 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5670 L:      linux-kbuild@vger.kernel.org
5671 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5672 S:      Maintained
5673 F:      Documentation/kbuild/kconfig-language.txt
5674 F:      scripts/kconfig/
5675
5676 KDUMP
5677 M:      Vivek Goyal <vgoyal@redhat.com>
5678 M:      Haren Myneni <hbabu@us.ibm.com>
5679 L:      kexec@lists.infradead.org
5680 W:      http://lse.sourceforge.net/kdump/
5681 S:      Maintained
5682 F:      Documentation/kdump/
5683
5684 KEENE FM RADIO TRANSMITTER DRIVER
5685 M:      Hans Verkuil <hverkuil@xs4all.nl>
5686 L:      linux-media@vger.kernel.org
5687 T:      git git://linuxtv.org/media_tree.git
5688 W:      http://linuxtv.org
5689 S:      Maintained
5690 F:      drivers/media/radio/radio-keene*
5691
5692 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5693 M:      Ian Kent <raven@themaw.net>
5694 L:      autofs@vger.kernel.org
5695 S:      Maintained
5696 F:      fs/autofs4/
5697
5698 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5699 M:      Michal Marek <mmarek@suse.cz>
5700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5702 L:      linux-kbuild@vger.kernel.org
5703 S:      Maintained
5704 F:      Documentation/kbuild/
5705 F:      Makefile
5706 F:      scripts/Makefile.*
5707 F:      scripts/basic/
5708 F:      scripts/mk*
5709 F:      scripts/package/
5710
5711 KERNEL JANITORS
5712 L:      kernel-janitors@vger.kernel.org
5713 W:      http://kernelnewbies.org/KernelJanitors
5714 S:      Odd Fixes
5715
5716 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5717 M:      "J. Bruce Fields" <bfields@fieldses.org>
5718 L:      linux-nfs@vger.kernel.org
5719 W:      http://nfs.sourceforge.net/
5720 S:      Supported
5721 F:      fs/nfsd/
5722 F:      include/uapi/linux/nfsd/
5723 F:      fs/lockd/
5724 F:      fs/nfs_common/
5725 F:      net/sunrpc/
5726 F:      include/linux/lockd/
5727 F:      include/linux/sunrpc/
5728 F:      include/uapi/linux/sunrpc/
5729
5730 KERNEL SELFTEST FRAMEWORK
5731 M:      Shuah Khan <shuahkh@osg.samsung.com>
5732 L:      linux-api@vger.kernel.org
5733 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5734 S:      Maintained
5735 F:      tools/testing/selftests
5736
5737 KERNEL VIRTUAL MACHINE (KVM)
5738 M:      Gleb Natapov <gleb@kernel.org>
5739 M:      Paolo Bonzini <pbonzini@redhat.com>
5740 L:      kvm@vger.kernel.org
5741 W:      http://www.linux-kvm.org
5742 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5743 S:      Supported
5744 F:      Documentation/*/kvm*.txt
5745 F:      Documentation/virtual/kvm/
5746 F:      arch/*/kvm/
5747 F:      arch/x86/kernel/kvm.c
5748 F:      arch/x86/kernel/kvmclock.c
5749 F:      arch/*/include/asm/kvm*
5750 F:      include/linux/kvm*
5751 F:      include/uapi/linux/kvm*
5752 F:      virt/kvm/
5753
5754 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5755 M:      Joerg Roedel <joro@8bytes.org>
5756 L:      kvm@vger.kernel.org
5757 W:      http://kvm.qumranet.com
5758 S:      Maintained
5759 F:      arch/x86/include/asm/svm.h
5760 F:      arch/x86/kvm/svm.c
5761
5762 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5763 M:      Alexander Graf <agraf@suse.de>
5764 L:      kvm-ppc@vger.kernel.org
5765 W:      http://kvm.qumranet.com
5766 T:      git git://github.com/agraf/linux-2.6.git
5767 S:      Supported
5768 F:      arch/powerpc/include/asm/kvm*
5769 F:      arch/powerpc/kvm/
5770
5771 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5772 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5773 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5774 M:      linux390@de.ibm.com
5775 L:      linux-s390@vger.kernel.org
5776 W:      http://www.ibm.com/developerworks/linux/linux390/
5777 S:      Supported
5778 F:      Documentation/s390/kvm.txt
5779 F:      arch/s390/include/asm/kvm*
5780 F:      arch/s390/kvm/
5781 F:      drivers/s390/kvm/
5782
5783 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5784 M:      Christoffer Dall <christoffer.dall@linaro.org>
5785 M:      Marc Zyngier <marc.zyngier@arm.com>
5786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5787 L:      kvmarm@lists.cs.columbia.edu
5788 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5789 S:      Supported
5790 F:      arch/arm/include/uapi/asm/kvm*
5791 F:      arch/arm/include/asm/kvm*
5792 F:      arch/arm/kvm/
5793 F:      virt/kvm/arm/
5794 F:      include/kvm/arm_*
5795
5796 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5797 M:      Christoffer Dall <christoffer.dall@linaro.org>
5798 M:      Marc Zyngier <marc.zyngier@arm.com>
5799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5800 L:      kvmarm@lists.cs.columbia.edu
5801 S:      Maintained
5802 F:      arch/arm64/include/uapi/asm/kvm*
5803 F:      arch/arm64/include/asm/kvm*
5804 F:      arch/arm64/kvm/
5805
5806 KEXEC
5807 M:      Eric Biederman <ebiederm@xmission.com>
5808 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5809 L:      kexec@lists.infradead.org
5810 S:      Maintained
5811 F:      include/linux/kexec.h
5812 F:      include/uapi/linux/kexec.h
5813 F:      kernel/kexec.c
5814
5815 KEYS/KEYRINGS:
5816 M:      David Howells <dhowells@redhat.com>
5817 L:      keyrings@linux-nfs.org
5818 S:      Maintained
5819 F:      Documentation/security/keys.txt
5820 F:      include/linux/key.h
5821 F:      include/linux/key-type.h
5822 F:      include/keys/
5823 F:      security/keys/
5824
5825 KEYS-TRUSTED
5826 M:      David Safford <safford@us.ibm.com>
5827 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5828 L:      linux-security-module@vger.kernel.org
5829 L:      keyrings@linux-nfs.org
5830 S:      Supported
5831 F:      Documentation/security/keys-trusted-encrypted.txt
5832 F:      include/keys/trusted-type.h
5833 F:      security/keys/trusted.c
5834 F:      security/keys/trusted.h
5835
5836 KEYS-ENCRYPTED
5837 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5838 M:      David Safford <safford@us.ibm.com>
5839 L:      linux-security-module@vger.kernel.org
5840 L:      keyrings@linux-nfs.org
5841 S:      Supported
5842 F:      Documentation/security/keys-trusted-encrypted.txt
5843 F:      include/keys/encrypted-type.h
5844 F:      security/keys/encrypted-keys/
5845
5846 KGDB / KDB /debug_core
5847 M:      Jason Wessel <jason.wessel@windriver.com>
5848 W:      http://kgdb.wiki.kernel.org/
5849 L:      kgdb-bugreport@lists.sourceforge.net
5850 S:      Maintained
5851 F:      Documentation/DocBook/kgdb.tmpl
5852 F:      drivers/misc/kgdbts.c
5853 F:      drivers/tty/serial/kgdboc.c
5854 F:      include/linux/kdb.h
5855 F:      include/linux/kgdb.h
5856 F:      kernel/debug/
5857
5858 KMEMCHECK
5859 M:      Vegard Nossum <vegardno@ifi.uio.no>
5860 M:      Pekka Enberg <penberg@kernel.org>
5861 S:      Maintained
5862 F:      Documentation/kmemcheck.txt
5863 F:      arch/x86/include/asm/kmemcheck.h
5864 F:      arch/x86/mm/kmemcheck/
5865 F:      include/linux/kmemcheck.h
5866 F:      mm/kmemcheck.c
5867
5868 KMEMLEAK
5869 M:      Catalin Marinas <catalin.marinas@arm.com>
5870 S:      Maintained
5871 F:      Documentation/kmemleak.txt
5872 F:      include/linux/kmemleak.h
5873 F:      mm/kmemleak.c
5874 F:      mm/kmemleak-test.c
5875
5876 KPROBES
5877 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5878 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5879 M:      "David S. Miller" <davem@davemloft.net>
5880 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5881 S:      Maintained
5882 F:      Documentation/kprobes.txt
5883 F:      include/linux/kprobes.h
5884 F:      kernel/kprobes.c
5885
5886 KS0108 LCD CONTROLLER DRIVER
5887 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5888 W:      http://miguelojeda.es/auxdisplay.htm
5889 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5890 S:      Maintained
5891 F:      Documentation/auxdisplay/ks0108
5892 F:      drivers/auxdisplay/ks0108.c
5893 F:      include/linux/ks0108.h
5894
5895 LAPB module
5896 L:      linux-x25@vger.kernel.org
5897 S:      Orphan
5898 F:      Documentation/networking/lapb-module.txt
5899 F:      include/*/lapb.h
5900 F:      net/lapb/
5901
5902 LASI 53c700 driver for PARISC
5903 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5904 L:      linux-scsi@vger.kernel.org
5905 S:      Maintained
5906 F:      Documentation/scsi/53c700.txt
5907 F:      drivers/scsi/53c700*
5908
5909 LED SUBSYSTEM
5910 M:      Bryan Wu <cooloney@gmail.com>
5911 M:      Richard Purdie <rpurdie@rpsys.net>
5912 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5913 L:      linux-leds@vger.kernel.org
5914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5915 S:      Maintained
5916 F:      drivers/leds/
5917 F:      include/linux/leds.h
5918
5919 LEGACY EEPROM DRIVER
5920 M:      Jean Delvare <jdelvare@suse.de>
5921 S:      Maintained
5922 F:      Documentation/misc-devices/eeprom
5923 F:      drivers/misc/eeprom/eeprom.c
5924
5925 LEGO USB Tower driver
5926 M:      Juergen Stuber <starblue@users.sourceforge.net>
5927 L:      legousb-devel@lists.sourceforge.net
5928 W:      http://legousb.sourceforge.net/
5929 S:      Maintained
5930 F:      drivers/usb/misc/legousbtower.c
5931
5932 LG2160 MEDIA DRIVER
5933 M:      Michael Krufky <mkrufky@linuxtv.org>
5934 L:      linux-media@vger.kernel.org
5935 W:      http://linuxtv.org/
5936 W:      http://github.com/mkrufky
5937 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5938 T:      git git://linuxtv.org/mkrufky/tuners.git
5939 S:      Maintained
5940 F:      drivers/media/dvb-frontends/lg2160.*
5941
5942 LGDT3305 MEDIA DRIVER
5943 M:      Michael Krufky <mkrufky@linuxtv.org>
5944 L:      linux-media@vger.kernel.org
5945 W:      http://linuxtv.org/
5946 W:      http://github.com/mkrufky
5947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5948 T:      git git://linuxtv.org/mkrufky/tuners.git
5949 S:      Maintained
5950 F:      drivers/media/dvb-frontends/lgdt3305.*
5951
5952 LGUEST
5953 M:      Rusty Russell <rusty@rustcorp.com.au>
5954 L:      lguest@lists.ozlabs.org
5955 W:      http://lguest.ozlabs.org/
5956 S:      Odd Fixes
5957 F:      arch/x86/include/asm/lguest*.h
5958 F:      arch/x86/lguest/
5959 F:      drivers/lguest/
5960 F:      include/linux/lguest*.h
5961 F:      tools/lguest/
5962
5963 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5964 M:      Tejun Heo <tj@kernel.org>
5965 L:      linux-ide@vger.kernel.org
5966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5967 S:      Maintained
5968 F:      drivers/ata/
5969 F:      include/linux/ata.h
5970 F:      include/linux/libata.h
5971
5972 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5973 M:      Viresh Kumar <viresh.linux@gmail.com>
5974 L:      linux-ide@vger.kernel.org
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5976 S:      Maintained
5977 F:      include/linux/pata_arasan_cf_data.h
5978 F:      drivers/ata/pata_arasan_cf.c
5979
5980 LIBATA PATA DRIVERS
5981 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5982 M:      Tejun Heo <tj@kernel.org>
5983 L:      linux-ide@vger.kernel.org
5984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5985 S:      Maintained
5986 F:      drivers/ata/pata_*.c
5987 F:      drivers/ata/ata_generic.c
5988
5989 LIBATA SATA AHCI PLATFORM devices support
5990 M:      Hans de Goede <hdegoede@redhat.com>
5991 M:      Tejun Heo <tj@kernel.org>
5992 L:      linux-ide@vger.kernel.org
5993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5994 S:      Maintained
5995 F:      drivers/ata/ahci_platform.c
5996 F:      drivers/ata/libahci_platform.c
5997 F:      include/linux/ahci_platform.h
5998
5999 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6000 M:      Mikael Pettersson <mikpelinux@gmail.com>
6001 L:      linux-ide@vger.kernel.org
6002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6003 S:      Maintained
6004 F:      drivers/ata/sata_promise.*
6005
6006 LIBLOCKDEP
6007 M:      Sasha Levin <sasha.levin@oracle.com>
6008 S:      Maintained
6009 F:      tools/lib/lockdep/
6010
6011 LINUX FOR IBM pSERIES (RS/6000)
6012 M:      Paul Mackerras <paulus@au.ibm.com>
6013 W:      http://www.ibm.com/linux/ltc/projects/ppc
6014 S:      Supported
6015 F:      arch/powerpc/boot/rs6000.h
6016
6017 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6018 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6019 M:      Paul Mackerras <paulus@samba.org>
6020 M:      Michael Ellerman <mpe@ellerman.id.au>
6021 W:      http://www.penguinppc.org/
6022 L:      linuxppc-dev@lists.ozlabs.org
6023 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
6025 S:      Supported
6026 F:      Documentation/powerpc/
6027 F:      arch/powerpc/
6028
6029 LINUX FOR POWER MACINTOSH
6030 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6031 W:      http://www.penguinppc.org/
6032 L:      linuxppc-dev@lists.ozlabs.org
6033 S:      Maintained
6034 F:      arch/powerpc/platforms/powermac/
6035 F:      drivers/macintosh/
6036
6037 LINUX FOR POWERPC EMBEDDED MPC5XXX
6038 M:      Anatolij Gustschin <agust@denx.de>
6039 L:      linuxppc-dev@lists.ozlabs.org
6040 T:      git git://git.denx.de/linux-denx-agust.git
6041 S:      Maintained
6042 F:      arch/powerpc/platforms/512x/
6043 F:      arch/powerpc/platforms/52xx/
6044
6045 LINUX FOR POWERPC EMBEDDED PPC4XX
6046 M:      Alistair Popple <alistair@popple.id.au>
6047 M:      Matt Porter <mporter@kernel.crashing.org>
6048 W:      http://www.penguinppc.org/
6049 L:      linuxppc-dev@lists.ozlabs.org
6050 S:      Maintained
6051 F:      arch/powerpc/platforms/40x/
6052 F:      arch/powerpc/platforms/44x/
6053
6054 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6055 L:      linuxppc-dev@lists.ozlabs.org
6056 S:      Orphan
6057 F:      arch/powerpc/*/*virtex*
6058 F:      arch/powerpc/*/*/*virtex*
6059
6060 LINUX FOR POWERPC EMBEDDED PPC8XX
6061 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6062 W:      http://www.penguinppc.org/
6063 L:      linuxppc-dev@lists.ozlabs.org
6064 S:      Maintained
6065 F:      arch/powerpc/platforms/8xx/
6066
6067 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6068 M:      Scott Wood <scottwood@freescale.com>
6069 M:      Kumar Gala <galak@kernel.crashing.org>
6070 W:      http://www.penguinppc.org/
6071 L:      linuxppc-dev@lists.ozlabs.org
6072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6073 S:      Maintained
6074 F:      arch/powerpc/platforms/83xx/
6075 F:      arch/powerpc/platforms/85xx/
6076
6077 LINUX FOR POWERPC PA SEMI PWRFICIENT
6078 M:      Olof Johansson <olof@lixom.net>
6079 L:      linuxppc-dev@lists.ozlabs.org
6080 S:      Maintained
6081 F:      arch/powerpc/platforms/pasemi/
6082 F:      drivers/*/*pasemi*
6083 F:      drivers/*/*/*pasemi*
6084
6085 LINUX SECURITY MODULE (LSM) FRAMEWORK
6086 M:      Chris Wright <chrisw@sous-sol.org>
6087 L:      linux-security-module@vger.kernel.org
6088 S:      Supported
6089
6090 LIS3LV02D ACCELEROMETER DRIVER
6091 M:      Eric Piel <eric.piel@tremplin-utc.net>
6092 S:      Maintained
6093 F:      Documentation/misc-devices/lis3lv02d
6094 F:      drivers/misc/lis3lv02d/
6095 F:      drivers/platform/x86/hp_accel.c
6096
6097 LIVE PATCHING
6098 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6099 M:      Seth Jennings <sjenning@redhat.com>
6100 M:      Jiri Kosina <jkosina@suse.cz>
6101 M:      Vojtech Pavlik <vojtech@suse.cz>
6102 S:      Maintained
6103 F:      kernel/livepatch/
6104 F:      include/linux/livepatch.h
6105 F:      arch/x86/include/asm/livepatch.h
6106 F:      arch/x86/kernel/livepatch.c
6107 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6108 F:      samples/livepatch/
6109 L:      live-patching@vger.kernel.org
6110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6111
6112 LLC (802.2)
6113 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6114 S:      Maintained
6115 F:      include/linux/llc.h
6116 F:      include/uapi/linux/llc.h
6117 F:      include/net/llc*
6118 F:      net/llc/
6119
6120 LM73 HARDWARE MONITOR DRIVER
6121 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6122 L:      lm-sensors@lm-sensors.org
6123 S:      Maintained
6124 F:      drivers/hwmon/lm73.c
6125
6126 LM78 HARDWARE MONITOR DRIVER
6127 M:      Jean Delvare <jdelvare@suse.de>
6128 L:      lm-sensors@lm-sensors.org
6129 S:      Maintained
6130 F:      Documentation/hwmon/lm78
6131 F:      drivers/hwmon/lm78.c
6132
6133 LM83 HARDWARE MONITOR DRIVER
6134 M:      Jean Delvare <jdelvare@suse.de>
6135 L:      lm-sensors@lm-sensors.org
6136 S:      Maintained
6137 F:      Documentation/hwmon/lm83
6138 F:      drivers/hwmon/lm83.c
6139
6140 LM90 HARDWARE MONITOR DRIVER
6141 M:      Jean Delvare <jdelvare@suse.de>
6142 L:      lm-sensors@lm-sensors.org
6143 S:      Maintained
6144 F:      Documentation/hwmon/lm90
6145 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6146 F:      drivers/hwmon/lm90.c
6147
6148 LM95234 HARDWARE MONITOR DRIVER
6149 M:      Guenter Roeck <linux@roeck-us.net>
6150 L:      lm-sensors@lm-sensors.org
6151 S:      Maintained
6152 F:      Documentation/hwmon/lm95234
6153 F:      drivers/hwmon/lm95234.c
6154
6155 LME2510 MEDIA DRIVER
6156 M:      Malcolm Priestley <tvboxspy@gmail.com>
6157 L:      linux-media@vger.kernel.org
6158 W:      http://linuxtv.org/
6159 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6160 S:      Maintained
6161 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6162
6163 LOCKDEP AND LOCKSTAT
6164 M:      Peter Zijlstra <peterz@infradead.org>
6165 M:      Ingo Molnar <mingo@redhat.com>
6166 L:      linux-kernel@vger.kernel.org
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6168 S:      Maintained
6169 F:      Documentation/locking/lockdep*.txt
6170 F:      Documentation/locking/lockstat.txt
6171 F:      include/linux/lockdep.h
6172 F:      kernel/locking/
6173
6174 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6175 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6176 L:      linux-ntfs-dev@lists.sourceforge.net
6177 W:      http://www.linux-ntfs.org/content/view/19/37/
6178 S:      Maintained
6179 F:      Documentation/ldm.txt
6180 F:      block/partitions/ldm.*
6181
6182 LogFS
6183 M:      Joern Engel <joern@logfs.org>
6184 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6185 L:      logfs@logfs.org
6186 W:      logfs.org
6187 S:      Maintained
6188 F:      fs/logfs/
6189
6190 LPC32XX MACHINE SUPPORT
6191 M:      Roland Stigge <stigge@antcom.de>
6192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6193 S:      Maintained
6194 F:      arch/arm/mach-lpc32xx/
6195
6196 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6197 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6198 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6199 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6200 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6201 L:      MPT-FusionLinux.pdl@avagotech.com
6202 L:      linux-scsi@vger.kernel.org
6203 W:      http://www.lsilogic.com/support
6204 S:      Supported
6205 F:      drivers/message/fusion/
6206 F:      drivers/scsi/mpt2sas/
6207 F:      drivers/scsi/mpt3sas/
6208
6209 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6210 M:      Matthew Wilcox <matthew@wil.cx>
6211 L:      linux-scsi@vger.kernel.org
6212 S:      Maintained
6213 F:      drivers/scsi/sym53c8xx_2/
6214
6215 LTC4261 HARDWARE MONITOR DRIVER
6216 M:      Guenter Roeck <linux@roeck-us.net>
6217 L:      lm-sensors@lm-sensors.org
6218 S:      Maintained
6219 F:      Documentation/hwmon/ltc4261
6220 F:      drivers/hwmon/ltc4261.c
6221
6222 LTP (Linux Test Project)
6223 M:      Mike Frysinger <vapier@gentoo.org>
6224 M:      Cyril Hrubis <chrubis@suse.cz>
6225 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6226 M:      Jan Stancek <jstancek@redhat.com>
6227 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6228 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6229 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6230 W:      http://linux-test-project.github.io/
6231 T:      git git://github.com/linux-test-project/ltp.git
6232 S:      Maintained
6233
6234 M32R ARCHITECTURE
6235 W:      http://www.linux-m32r.org/
6236 S:      Orphan
6237 F:      arch/m32r/
6238
6239 M68K ARCHITECTURE
6240 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6241 L:      linux-m68k@lists.linux-m68k.org
6242 W:      http://www.linux-m68k.org/
6243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6244 S:      Maintained
6245 F:      arch/m68k/
6246 F:      drivers/zorro/
6247
6248 M68K ON APPLE MACINTOSH
6249 M:      Joshua Thompson <funaho@jurai.org>
6250 W:      http://www.mac.linux-m68k.org/
6251 L:      linux-m68k@lists.linux-m68k.org
6252 S:      Maintained
6253 F:      arch/m68k/mac/
6254
6255 M68K ON HP9000/300
6256 M:      Philip Blundell <philb@gnu.org>
6257 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6258 S:      Maintained
6259 F:      arch/m68k/hp300/
6260
6261 M88DS3103 MEDIA DRIVER
6262 M:      Antti Palosaari <crope@iki.fi>
6263 L:      linux-media@vger.kernel.org
6264 W:      http://linuxtv.org/
6265 W:      http://palosaari.fi/linux/
6266 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6267 T:      git git://linuxtv.org/anttip/media_tree.git
6268 S:      Maintained
6269 F:      drivers/media/dvb-frontends/m88ds3103*
6270
6271 M88RS2000 MEDIA DRIVER
6272 M:      Malcolm Priestley <tvboxspy@gmail.com>
6273 L:      linux-media@vger.kernel.org
6274 W:      http://linuxtv.org/
6275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6276 S:      Maintained
6277 F:      drivers/media/dvb-frontends/m88rs2000*
6278
6279 MA901 MASTERKIT USB FM RADIO DRIVER
6280 M:      Alexey Klimov <klimov.linux@gmail.com>
6281 L:      linux-media@vger.kernel.org
6282 T:      git git://linuxtv.org/media_tree.git
6283 S:      Maintained
6284 F:      drivers/media/radio/radio-ma901.c
6285
6286 MAC80211
6287 M:      Johannes Berg <johannes@sipsolutions.net>
6288 L:      linux-wireless@vger.kernel.org
6289 W:      http://wireless.kernel.org/
6290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6292 S:      Maintained
6293 F:      Documentation/networking/mac80211-injection.txt
6294 F:      include/net/mac80211.h
6295 F:      net/mac80211/
6296
6297 MACVLAN DRIVER
6298 M:      Patrick McHardy <kaber@trash.net>
6299 L:      netdev@vger.kernel.org
6300 S:      Maintained
6301 F:      drivers/net/macvlan.c
6302 F:      include/linux/if_macvlan.h
6303
6304 MAILBOX API
6305 M:      Jassi Brar <jassisinghbrar@gmail.com>
6306 L:      linux-kernel@vger.kernel.org
6307 S:      Maintained
6308 F:      drivers/mailbox/
6309 F:      include/linux/mailbox_client.h
6310 F:      include/linux/mailbox_controller.h
6311
6312 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6313 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6314 W:      http://www.kernel.org/doc/man-pages
6315 L:      linux-man@vger.kernel.org
6316 S:      Maintained
6317
6318 MARVELL ARMADA DRM SUPPORT
6319 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6320 S:      Maintained
6321 F:      drivers/gpu/drm/armada/
6322
6323 MARVELL 88E6352 DSA support
6324 M:      Guenter Roeck <linux@roeck-us.net>
6325 S:      Maintained
6326 F:      drivers/net/dsa/mv88e6352.c
6327
6328 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6329 M:      Mirko Lindner <mlindner@marvell.com>
6330 M:      Stephen Hemminger <stephen@networkplumber.org>
6331 L:      netdev@vger.kernel.org
6332 S:      Maintained
6333 F:      drivers/net/ethernet/marvell/sk*
6334
6335 MARVELL LIBERTAS WIRELESS DRIVER
6336 L:      libertas-dev@lists.infradead.org
6337 S:      Orphan
6338 F:      drivers/net/wireless/libertas/
6339
6340 MARVELL MV643XX ETHERNET DRIVER
6341 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6342 L:      netdev@vger.kernel.org
6343 S:      Maintained
6344 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6345 F:      include/linux/mv643xx.h
6346
6347 MARVELL MVNETA ETHERNET DRIVER
6348 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6349 L:      netdev@vger.kernel.org
6350 S:      Maintained
6351 F:      drivers/net/ethernet/marvell/mvneta.*
6352
6353 MARVELL MWIFIEX WIRELESS DRIVER
6354 M:      Amitkumar Karwar <akarwar@marvell.com>
6355 M:      Avinash Patil <patila@marvell.com>
6356 L:      linux-wireless@vger.kernel.org
6357 S:      Maintained
6358 F:      drivers/net/wireless/mwifiex/
6359
6360 MARVELL MWL8K WIRELESS DRIVER
6361 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6362 L:      linux-wireless@vger.kernel.org
6363 S:      Odd Fixes
6364 F:      drivers/net/wireless/mwl8k.c
6365
6366 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6367 M:      Nicolas Pitre <nico@fluxnic.net>
6368 S:      Odd Fixes
6369 F:      drivers/mmc/host/mvsdio.*
6370
6371 MATROX FRAMEBUFFER DRIVER
6372 L:      linux-fbdev@vger.kernel.org
6373 S:      Orphan
6374 F:      drivers/video/fbdev/matrox/matroxfb_*
6375 F:      include/uapi/linux/matroxfb.h
6376
6377 MAX16065 HARDWARE MONITOR DRIVER
6378 M:      Guenter Roeck <linux@roeck-us.net>
6379 L:      lm-sensors@lm-sensors.org
6380 S:      Maintained
6381 F:      Documentation/hwmon/max16065
6382 F:      drivers/hwmon/max16065.c
6383
6384 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6385 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6386 L:      lm-sensors@lm-sensors.org
6387 S:      Maintained
6388 F:      Documentation/hwmon/max6650
6389 F:      drivers/hwmon/max6650.c
6390
6391 MAX6697 HARDWARE MONITOR DRIVER
6392 M:      Guenter Roeck <linux@roeck-us.net>
6393 L:      lm-sensors@lm-sensors.org
6394 S:      Maintained
6395 F:      Documentation/hwmon/max6697
6396 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6397 F:      drivers/hwmon/max6697.c
6398 F:      include/linux/platform_data/max6697.h
6399
6400 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6401 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6402 L:      linux-pm@vger.kernel.org
6403 S:      Supported
6404 F:      drivers/power/max14577_charger.c
6405 F:      drivers/power/max77693_charger.c
6406
6407 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6408 M:      Chanwoo Choi <cw00.choi@samsung.com>
6409 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6410 L:      linux-kernel@vger.kernel.org
6411 S:      Supported
6412 F:      drivers/*/max14577.c
6413 F:      drivers/*/max77686.c
6414 F:      drivers/*/max77693.c
6415 F:      drivers/extcon/extcon-max14577.c
6416 F:      drivers/extcon/extcon-max77693.c
6417 F:      drivers/rtc/rtc-max77686.c
6418 F:      drivers/clk/clk-max77686.c
6419 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6420 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6421 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6422 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6423 F:      include/linux/mfd/max14577*.h
6424 F:      include/linux/mfd/max77686*.h
6425 F:      include/linux/mfd/max77693*.h
6426
6427 MAXIRADIO FM RADIO RECEIVER DRIVER
6428 M:      Hans Verkuil <hverkuil@xs4all.nl>
6429 L:      linux-media@vger.kernel.org
6430 T:      git git://linuxtv.org/media_tree.git
6431 W:      http://linuxtv.org
6432 S:      Maintained
6433 F:      drivers/media/radio/radio-maxiradio*
6434
6435 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6436 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6437 P:      LinuxTV.org Project
6438 L:      linux-media@vger.kernel.org
6439 W:      http://linuxtv.org
6440 Q:      http://patchwork.kernel.org/project/linux-media/list/
6441 T:      git git://linuxtv.org/media_tree.git
6442 S:      Maintained
6443 F:      Documentation/dvb/
6444 F:      Documentation/video4linux/
6445 F:      Documentation/DocBook/media/
6446 F:      drivers/media/
6447 F:      drivers/staging/media/
6448 F:      include/media/
6449 F:      include/uapi/linux/dvb/
6450 F:      include/uapi/linux/videodev2.h
6451 F:      include/uapi/linux/media.h
6452 F:      include/uapi/linux/v4l2-*
6453 F:      include/uapi/linux/meye.h
6454 F:      include/uapi/linux/ivtv*
6455 F:      include/uapi/linux/uvcvideo.h
6456
6457 MEDIATEK MT7601U WIRELESS LAN DRIVER
6458 M:      Jakub Kicinski <kubakici@wp.pl>
6459 L:      linux-wireless@vger.kernel.org
6460 S:      Maintained
6461 F:      drivers/net/wireless/mediatek/mt7601u/
6462
6463 MEGARAID SCSI/SAS DRIVERS
6464 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6465 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6466 M:      Uday Lingala <uday.lingala@avagotech.com>
6467 L:      megaraidlinux.pdl@avagotech.com
6468 L:      linux-scsi@vger.kernel.org
6469 W:      http://www.lsi.com
6470 S:      Maintained
6471 F:      Documentation/scsi/megaraid.txt
6472 F:      drivers/scsi/megaraid.*
6473 F:      drivers/scsi/megaraid/
6474
6475 MELLANOX ETHERNET DRIVER (mlx4_en)
6476 M:      Amir Vadai <amirv@mellanox.com>
6477 M:      Ido Shamay <idos@mellanox.com>
6478 L:      netdev@vger.kernel.org
6479 S:      Supported
6480 W:      http://www.mellanox.com
6481 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6482 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6483
6484 MEMORY MANAGEMENT
6485 L:      linux-mm@kvack.org
6486 W:      http://www.linux-mm.org
6487 S:      Maintained
6488 F:      include/linux/mm.h
6489 F:      include/linux/gfp.h
6490 F:      include/linux/mmzone.h
6491 F:      include/linux/memory_hotplug.h
6492 F:      include/linux/vmalloc.h
6493 F:      mm/
6494
6495 MEMORY TECHNOLOGY DEVICES (MTD)
6496 M:      David Woodhouse <dwmw2@infradead.org>
6497 M:      Brian Norris <computersforpeace@gmail.com>
6498 L:      linux-mtd@lists.infradead.org
6499 W:      http://www.linux-mtd.infradead.org/
6500 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6501 T:      git git://git.infradead.org/linux-mtd.git
6502 T:      git git://git.infradead.org/l2-mtd.git
6503 S:      Maintained
6504 F:      drivers/mtd/
6505 F:      include/linux/mtd/
6506 F:      include/uapi/mtd/
6507
6508 MEN A21 WATCHDOG DRIVER
6509 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6510 L:      linux-watchdog@vger.kernel.org
6511 S:      Maintained
6512 F:      drivers/watchdog/mena21_wdt.c
6513
6514 MEN CHAMELEON BUS (mcb)
6515 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6516 S:      Maintained
6517 F:      drivers/mcb/
6518 F:      include/linux/mcb.h
6519
6520 MEN F21BMC (Board Management Controller)
6521 M:      Andreas Werner <andreas.werner@men.de>
6522 S:      Supported
6523 F:      drivers/mfd/menf21bmc.c
6524 F:      drivers/watchdog/menf21bmc_wdt.c
6525 F:      drivers/leds/leds-menf21bmc.c
6526 F:      drivers/hwmon/menf21bmc_hwmon.c
6527 F:      Documentation/hwmon/menf21bmc
6528
6529 METAG ARCHITECTURE
6530 M:      James Hogan <james.hogan@imgtec.com>
6531 L:      linux-metag@vger.kernel.org
6532 S:      Supported
6533 F:      arch/metag/
6534 F:      Documentation/metag/
6535 F:      Documentation/devicetree/bindings/metag/
6536 F:      drivers/clocksource/metag_generic.c
6537 F:      drivers/irqchip/irq-metag.c
6538 F:      drivers/irqchip/irq-metag-ext.c
6539 F:      drivers/tty/metag_da.c
6540
6541 MICROBLAZE ARCHITECTURE
6542 M:      Michal Simek <monstr@monstr.eu>
6543 W:      http://www.monstr.eu/fdt/
6544 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6545 S:      Supported
6546 F:      arch/microblaze/
6547
6548 MICROTEK X6 SCANNER
6549 M:      Oliver Neukum <oliver@neukum.org>
6550 S:      Maintained
6551 F:      drivers/usb/image/microtek.*
6552
6553 MIPS
6554 M:      Ralf Baechle <ralf@linux-mips.org>
6555 L:      linux-mips@linux-mips.org
6556 W:      http://www.linux-mips.org/
6557 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6558 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6559 S:      Supported
6560 F:      Documentation/mips/
6561 F:      arch/mips/
6562
6563 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6564 M:      Hans Verkuil <hverkuil@xs4all.nl>
6565 L:      linux-media@vger.kernel.org
6566 T:      git git://linuxtv.org/media_tree.git
6567 W:      http://linuxtv.org
6568 S:      Odd Fixes
6569 F:      drivers/media/radio/radio-miropcm20*
6570
6571 Mellanox MLX5 core VPI driver
6572 M:      Eli Cohen <eli@mellanox.com>
6573 L:      netdev@vger.kernel.org
6574 L:      linux-rdma@vger.kernel.org
6575 W:      http://www.mellanox.com
6576 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6577 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6578 T:      git git://openfabrics.org/~eli/connect-ib.git
6579 S:      Supported
6580 F:      drivers/net/ethernet/mellanox/mlx5/core/
6581 F:      include/linux/mlx5/
6582
6583 Mellanox MLX5 IB driver
6584 M:      Eli Cohen <eli@mellanox.com>
6585 L:      linux-rdma@vger.kernel.org
6586 W:      http://www.mellanox.com
6587 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6588 T:      git git://openfabrics.org/~eli/connect-ib.git
6589 S:      Supported
6590 F:      include/linux/mlx5/
6591 F:      drivers/infiniband/hw/mlx5/
6592
6593 MN88472 MEDIA DRIVER
6594 M:      Antti Palosaari <crope@iki.fi>
6595 L:      linux-media@vger.kernel.org
6596 W:      http://linuxtv.org/
6597 W:      http://palosaari.fi/linux/
6598 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6599 T:      git git://linuxtv.org/anttip/media_tree.git
6600 S:      Maintained
6601 F:      drivers/staging/media/mn88472/
6602 F:      drivers/media/dvb-frontends/mn88472.h
6603
6604 MN88473 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/staging/media/mn88473/
6613 F:      drivers/media/dvb-frontends/mn88473.h
6614
6615 MODULE SUPPORT
6616 M:      Rusty Russell <rusty@rustcorp.com.au>
6617 S:      Maintained
6618 F:      include/linux/module.h
6619 F:      kernel/module.c
6620
6621 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6622 W:      http://popies.net/meye/
6623 S:      Orphan
6624 F:      Documentation/video4linux/meye.txt
6625 F:      drivers/media/pci/meye/
6626 F:      include/uapi/linux/meye.h
6627
6628 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6629 M:      Jiri Slaby <jirislaby@gmail.com>
6630 S:      Maintained
6631 F:      Documentation/serial/moxa-smartio
6632 F:      drivers/tty/mxser.*
6633
6634 MR800 AVERMEDIA USB FM RADIO DRIVER
6635 M:      Alexey Klimov <klimov.linux@gmail.com>
6636 L:      linux-media@vger.kernel.org
6637 T:      git git://linuxtv.org/media_tree.git
6638 S:      Maintained
6639 F:      drivers/media/radio/radio-mr800.c
6640
6641 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6642 M:      Alan Ott <alan@signal11.us>
6643 L:      linux-wpan@vger.kernel.org
6644 S:      Maintained
6645 F:      drivers/net/ieee802154/mrf24j40.c
6646
6647 MSI LAPTOP SUPPORT
6648 M:      "Lee, Chun-Yi" <jlee@suse.com>
6649 L:      platform-driver-x86@vger.kernel.org
6650 S:      Maintained
6651 F:      drivers/platform/x86/msi-laptop.c
6652
6653 MSI WMI SUPPORT
6654 M:      Anisse Astier <anisse@astier.eu>
6655 L:      platform-driver-x86@vger.kernel.org
6656 S:      Supported
6657 F:      drivers/platform/x86/msi-wmi.c
6658
6659 MSI001 MEDIA DRIVER
6660 M:      Antti Palosaari <crope@iki.fi>
6661 L:      linux-media@vger.kernel.org
6662 W:      http://linuxtv.org/
6663 W:      http://palosaari.fi/linux/
6664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6665 T:      git git://linuxtv.org/anttip/media_tree.git
6666 S:      Maintained
6667 F:      drivers/media/tuners/msi001*
6668
6669 MSI2500 MEDIA DRIVER
6670 M:      Antti Palosaari <crope@iki.fi>
6671 L:      linux-media@vger.kernel.org
6672 W:      http://linuxtv.org/
6673 W:      http://palosaari.fi/linux/
6674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6675 T:      git git://linuxtv.org/anttip/media_tree.git
6676 S:      Maintained
6677 F:      drivers/media/usb/msi2500/
6678
6679 MT9M032 APTINA SENSOR DRIVER
6680 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6681 L:      linux-media@vger.kernel.org
6682 T:      git git://linuxtv.org/media_tree.git
6683 S:      Maintained
6684 F:      drivers/media/i2c/mt9m032.c
6685 F:      include/media/mt9m032.h
6686
6687 MT9P031 APTINA CAMERA SENSOR
6688 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6689 L:      linux-media@vger.kernel.org
6690 T:      git git://linuxtv.org/media_tree.git
6691 S:      Maintained
6692 F:      drivers/media/i2c/mt9p031.c
6693 F:      include/media/mt9p031.h
6694
6695 MT9T001 APTINA CAMERA SENSOR
6696 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6697 L:      linux-media@vger.kernel.org
6698 T:      git git://linuxtv.org/media_tree.git
6699 S:      Maintained
6700 F:      drivers/media/i2c/mt9t001.c
6701 F:      include/media/mt9t001.h
6702
6703 MT9V032 APTINA CAMERA SENSOR
6704 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6705 L:      linux-media@vger.kernel.org
6706 T:      git git://linuxtv.org/media_tree.git
6707 S:      Maintained
6708 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6709 F:      drivers/media/i2c/mt9v032.c
6710 F:      include/media/mt9v032.h
6711
6712 MULTIFUNCTION DEVICES (MFD)
6713 M:      Samuel Ortiz <sameo@linux.intel.com>
6714 M:      Lee Jones <lee.jones@linaro.org>
6715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6716 S:      Supported
6717 F:      drivers/mfd/
6718 F:      include/linux/mfd/
6719
6720 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6721 M:      Ulf Hansson <ulf.hansson@linaro.org>
6722 L:      linux-mmc@vger.kernel.org
6723 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6724 S:      Maintained
6725 F:      drivers/mmc/
6726 F:      include/linux/mmc/
6727 F:      include/uapi/linux/mmc/
6728
6729 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6730 S:      Orphan
6731 F:      drivers/mmc/host/mmc_spi.c
6732 F:      include/linux/spi/mmc_spi.h
6733
6734 MULTISOUND SOUND DRIVER
6735 M:      Andrew Veliath <andrewtv@usa.net>
6736 S:      Maintained
6737 F:      Documentation/sound/oss/MultiSound
6738 F:      sound/oss/msnd*
6739
6740 MULTITECH MULTIPORT CARD (ISICOM)
6741 S:      Orphan
6742 F:      drivers/tty/isicom.c
6743 F:      include/linux/isicom.h
6744
6745 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6746 M:      Felipe Balbi <balbi@ti.com>
6747 L:      linux-usb@vger.kernel.org
6748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6749 S:      Maintained
6750 F:      drivers/usb/musb/
6751
6752 MXL5007T MEDIA DRIVER
6753 M:      Michael Krufky <mkrufky@linuxtv.org>
6754 L:      linux-media@vger.kernel.org
6755 W:      http://linuxtv.org/
6756 W:      http://github.com/mkrufky
6757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6758 T:      git git://linuxtv.org/mkrufky/tuners.git
6759 S:      Maintained
6760 F:      drivers/media/tuners/mxl5007t.*
6761
6762 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6763 M:      Hyong-Youb Kim <hykim@myri.com>
6764 L:      netdev@vger.kernel.org
6765 W:      https://www.myricom.com/support/downloads/myri10ge.html
6766 S:      Supported
6767 F:      drivers/net/ethernet/myricom/myri10ge/
6768
6769 NATSEMI ETHERNET DRIVER (DP8381x)
6770 S:      Orphan
6771 F:      drivers/net/ethernet/natsemi/natsemi.c
6772
6773 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6774 M:      Daniel Mack <zonque@gmail.com>
6775 S:      Maintained
6776 L:      alsa-devel@alsa-project.org
6777 W:      http://www.native-instruments.com
6778 F:      sound/usb/caiaq/
6779
6780 NCP FILESYSTEM
6781 M:      Petr Vandrovec <petr@vandrovec.name>
6782 S:      Odd Fixes
6783 F:      fs/ncpfs/
6784
6785 NCR 5380 SCSI DRIVERS
6786 M:      Finn Thain <fthain@telegraphics.com.au>
6787 M:      Michael Schmitz <schmitzmic@gmail.com>
6788 L:      linux-scsi@vger.kernel.org
6789 S:      Maintained
6790 F:      Documentation/scsi/g_NCR5380.txt
6791 F:      drivers/scsi/NCR5380.*
6792 F:      drivers/scsi/arm/cumana_1.c
6793 F:      drivers/scsi/arm/oak.c
6794 F:      drivers/scsi/atari_NCR5380.c
6795 F:      drivers/scsi/atari_scsi.*
6796 F:      drivers/scsi/dmx3191d.c
6797 F:      drivers/scsi/dtc.*
6798 F:      drivers/scsi/g_NCR5380.*
6799 F:      drivers/scsi/g_NCR5380_mmio.c
6800 F:      drivers/scsi/mac_scsi.*
6801 F:      drivers/scsi/pas16.*
6802 F:      drivers/scsi/sun3_scsi.*
6803 F:      drivers/scsi/sun3_scsi_vme.c
6804 F:      drivers/scsi/t128.*
6805
6806 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6807 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6808 L:      linux-scsi@vger.kernel.org
6809 S:      Maintained
6810 F:      drivers/scsi/NCR_D700.*
6811
6812 NCT6775 HARDWARE MONITOR DRIVER
6813 M:      Guenter Roeck <linux@roeck-us.net>
6814 L:      lm-sensors@lm-sensors.org
6815 S:      Maintained
6816 F:      Documentation/hwmon/nct6775
6817 F:      drivers/hwmon/nct6775.c
6818
6819 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6820 M:      Faisal Latif <faisal.latif@intel.com>
6821 L:      linux-rdma@vger.kernel.org
6822 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6823 S:      Supported
6824 F:      drivers/infiniband/hw/nes/
6825
6826 NETEM NETWORK EMULATOR
6827 M:      Stephen Hemminger <stephen@networkplumber.org>
6828 L:      netem@lists.linux-foundation.org
6829 S:      Maintained
6830 F:      net/sched/sch_netem.c
6831
6832 NETERION 10GbE DRIVERS (s2io/vxge)
6833 M:      Jon Mason <jdmason@kudzu.us>
6834 L:      netdev@vger.kernel.org
6835 S:      Supported
6836 F:      Documentation/networking/s2io.txt
6837 F:      Documentation/networking/vxge.txt
6838 F:      drivers/net/ethernet/neterion/
6839
6840 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6841 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6842 M:      Patrick McHardy <kaber@trash.net>
6843 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6844 L:      netfilter-devel@vger.kernel.org
6845 L:      coreteam@netfilter.org
6846 W:      http://www.netfilter.org/
6847 W:      http://www.iptables.org/
6848 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6851 S:      Supported
6852 F:      include/linux/netfilter*
6853 F:      include/linux/netfilter/
6854 F:      include/net/netfilter/
6855 F:      include/uapi/linux/netfilter*
6856 F:      include/uapi/linux/netfilter/
6857 F:      net/*/netfilter.c
6858 F:      net/*/netfilter/
6859 F:      net/netfilter/
6860
6861 NETLABEL
6862 M:      Paul Moore <paul@paul-moore.com>
6863 W:      http://netlabel.sf.net
6864 L:      netdev@vger.kernel.org
6865 S:      Maintained
6866 F:      Documentation/netlabel/
6867 F:      include/net/netlabel.h
6868 F:      net/netlabel/
6869
6870 NETROM NETWORK LAYER
6871 M:      Ralf Baechle <ralf@linux-mips.org>
6872 L:      linux-hams@vger.kernel.org
6873 W:      http://www.linux-ax25.org/
6874 S:      Maintained
6875 F:      include/net/netrom.h
6876 F:      include/uapi/linux/netrom.h
6877 F:      net/netrom/
6878
6879 NETWORK BLOCK DEVICE (NBD)
6880 M:      Markus Pargmann <mpa@pengutronix.de>
6881 S:      Maintained
6882 L:      nbd-general@lists.sourceforge.net
6883 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6884 F:      Documentation/blockdev/nbd.txt
6885 F:      drivers/block/nbd.c
6886 F:      include/linux/nbd.h
6887 F:      include/uapi/linux/nbd.h
6888
6889 NETWORK DROP MONITOR
6890 M:      Neil Horman <nhorman@tuxdriver.com>
6891 L:      netdev@vger.kernel.org
6892 S:      Maintained
6893 W:      https://fedorahosted.org/dropwatch/
6894 F:      net/core/drop_monitor.c
6895
6896 NETWORKING [GENERAL]
6897 M:      "David S. Miller" <davem@davemloft.net>
6898 L:      netdev@vger.kernel.org
6899 W:      http://www.linuxfoundation.org/en/Net
6900 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6903 S:      Maintained
6904 F:      net/
6905 F:      include/net/
6906 F:      include/linux/in.h
6907 F:      include/linux/net.h
6908 F:      include/linux/netdevice.h
6909 F:      include/uapi/linux/in.h
6910 F:      include/uapi/linux/net.h
6911 F:      include/uapi/linux/netdevice.h
6912 F:      include/uapi/linux/net_namespace.h
6913 F:      tools/net/
6914 F:      tools/testing/selftests/net/
6915 F:      lib/random32.c
6916 F:      lib/test_bpf.c
6917
6918 NETWORKING [IPv4/IPv6]
6919 M:      "David S. Miller" <davem@davemloft.net>
6920 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6921 M:      James Morris <jmorris@namei.org>
6922 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6923 M:      Patrick McHardy <kaber@trash.net>
6924 L:      netdev@vger.kernel.org
6925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6926 S:      Maintained
6927 F:      net/ipv4/
6928 F:      net/ipv6/
6929 F:      include/net/ip*
6930 F:      arch/x86/net/*
6931
6932 NETWORKING [IPSEC]
6933 M:      Steffen Klassert <steffen.klassert@secunet.com>
6934 M:      Herbert Xu <herbert@gondor.apana.org.au>
6935 M:      "David S. Miller" <davem@davemloft.net>
6936 L:      netdev@vger.kernel.org
6937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6939 S:      Maintained
6940 F:      net/core/flow.c
6941 F:      net/xfrm/
6942 F:      net/key/
6943 F:      net/ipv4/xfrm*
6944 F:      net/ipv4/esp4.c
6945 F:      net/ipv4/ah4.c
6946 F:      net/ipv4/ipcomp.c
6947 F:      net/ipv4/ip_vti.c
6948 F:      net/ipv6/xfrm*
6949 F:      net/ipv6/esp6.c
6950 F:      net/ipv6/ah6.c
6951 F:      net/ipv6/ipcomp6.c
6952 F:      net/ipv6/ip6_vti.c
6953 F:      include/uapi/linux/xfrm.h
6954 F:      include/net/xfrm.h
6955
6956 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6957 M:      Paul Moore <paul@paul-moore.com>
6958 L:      netdev@vger.kernel.org
6959 S:      Maintained
6960
6961 NETWORKING [WIRELESS]
6962 L:      linux-wireless@vger.kernel.org
6963 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6964
6965 NETWORKING DRIVERS
6966 L:      netdev@vger.kernel.org
6967 W:      http://www.linuxfoundation.org/en/Net
6968 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6971 S:      Odd Fixes
6972 F:      drivers/net/
6973 F:      include/linux/if_*
6974 F:      include/linux/netdevice.h
6975 F:      include/linux/arcdevice.h
6976 F:      include/linux/etherdevice.h
6977 F:      include/linux/fcdevice.h
6978 F:      include/linux/fddidevice.h
6979 F:      include/linux/hippidevice.h
6980 F:      include/linux/inetdevice.h
6981 F:      include/uapi/linux/if_*
6982 F:      include/uapi/linux/netdevice.h
6983
6984 NETWORKING DRIVERS (WIRELESS)
6985 M:      Kalle Valo <kvalo@codeaurora.org>
6986 L:      linux-wireless@vger.kernel.org
6987 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6989 S:      Maintained
6990 F:      drivers/net/wireless/
6991
6992 NETXEN (1/10) GbE SUPPORT
6993 M:      Manish Chopra <manish.chopra@qlogic.com>
6994 M:      Sony Chacko <sony.chacko@qlogic.com>
6995 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6996 L:      netdev@vger.kernel.org
6997 W:      http://www.qlogic.com
6998 S:      Supported
6999 F:      drivers/net/ethernet/qlogic/netxen/
7000
7001 NFC SUBSYSTEM
7002 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7003 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7004 M:      Samuel Ortiz <sameo@linux.intel.com>
7005 L:      linux-wireless@vger.kernel.org
7006 L:      linux-nfc@lists.01.org (subscribers-only)
7007 S:      Supported
7008 F:      net/nfc/
7009 F:      include/net/nfc/
7010 F:      include/uapi/linux/nfc.h
7011 F:      drivers/nfc/
7012 F:      include/linux/platform_data/pn544.h
7013 F:      Documentation/devicetree/bindings/net/nfc/
7014
7015 NFS, SUNRPC, AND LOCKD CLIENTS
7016 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7017 M:      Anna Schumaker <anna.schumaker@netapp.com>
7018 L:      linux-nfs@vger.kernel.org
7019 W:      http://client.linux-nfs.org
7020 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7021 S:      Maintained
7022 F:      fs/lockd/
7023 F:      fs/nfs/
7024 F:      fs/nfs_common/
7025 F:      net/sunrpc/
7026 F:      include/linux/lockd/
7027 F:      include/linux/nfs*
7028 F:      include/linux/sunrpc/
7029 F:      include/uapi/linux/nfs*
7030 F:      include/uapi/linux/sunrpc/
7031
7032 NILFS2 FILESYSTEM
7033 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7034 L:      linux-nilfs@vger.kernel.org
7035 W:      http://nilfs.sourceforge.net/
7036 T:      git git://github.com/konis/nilfs2.git
7037 S:      Supported
7038 F:      Documentation/filesystems/nilfs2.txt
7039 F:      fs/nilfs2/
7040 F:      include/linux/nilfs2_fs.h
7041
7042 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7043 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7044 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7045 S:      Maintained
7046 F:      Documentation/scsi/NinjaSCSI.txt
7047 F:      drivers/scsi/pcmcia/nsp_*
7048
7049 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7050 M:      GOTO Masanori <gotom@debian.or.jp>
7051 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7052 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7053 S:      Maintained
7054 F:      Documentation/scsi/NinjaSCSI.txt
7055 F:      drivers/scsi/nsp32*
7056
7057 NIOS2 ARCHITECTURE
7058 M:      Ley Foon Tan <lftan@altera.com>
7059 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7060 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7061 S:      Maintained
7062 F:      arch/nios2/
7063
7064 NOKIA N900 POWER SUPPLY DRIVERS
7065 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7066 S:      Maintained
7067 F:      include/linux/power/bq2415x_charger.h
7068 F:      include/linux/power/bq27x00_battery.h
7069 F:      include/linux/power/isp1704_charger.h
7070 F:      drivers/power/bq2415x_charger.c
7071 F:      drivers/power/bq27x00_battery.c
7072 F:      drivers/power/isp1704_charger.c
7073 F:      drivers/power/rx51_battery.c
7074
7075 NTB DRIVER
7076 M:      Jon Mason <jdmason@kudzu.us>
7077 M:      Dave Jiang <dave.jiang@intel.com>
7078 S:      Supported
7079 W:      https://github.com/jonmason/ntb/wiki
7080 T:      git git://github.com/jonmason/ntb.git
7081 F:      drivers/ntb/
7082 F:      drivers/net/ntb_netdev.c
7083 F:      include/linux/ntb.h
7084
7085 NTFS FILESYSTEM
7086 M:      Anton Altaparmakov <anton@tuxera.com>
7087 L:      linux-ntfs-dev@lists.sourceforge.net
7088 W:      http://www.tuxera.com/
7089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7090 S:      Supported
7091 F:      Documentation/filesystems/ntfs.txt
7092 F:      fs/ntfs/
7093
7094 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7095 M:      Antonino Daplas <adaplas@gmail.com>
7096 L:      linux-fbdev@vger.kernel.org
7097 S:      Maintained
7098 F:      drivers/video/fbdev/riva/
7099 F:      drivers/video/fbdev/nvidia/
7100
7101 NVM EXPRESS DRIVER
7102 M:      Matthew Wilcox <willy@linux.intel.com>
7103 L:      linux-nvme@lists.infradead.org
7104 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7105 S:      Supported
7106 F:      drivers/block/nvme*
7107 F:      include/linux/nvme.h
7108
7109 NXP-NCI NFC DRIVER
7110 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7111 R:      Charles Gorand <charles.gorand@effinnov.com>
7112 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7113 S:      Supported
7114 F:      drivers/nfc/nxp-nci
7115
7116 NXP TDA998X DRM DRIVER
7117 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7118 S:      Supported
7119 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7120 F:      include/drm/i2c/tda998x.h
7121
7122 NXP TFA9879 DRIVER
7123 M:      Peter Rosin <peda@axentia.se>
7124 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7125 S:      Maintained
7126 F:      sound/soc/codecs/tfa9879*
7127
7128 OMAP SUPPORT
7129 M:      Tony Lindgren <tony@atomide.com>
7130 L:      linux-omap@vger.kernel.org
7131 W:      http://www.muru.com/linux/omap/
7132 W:      http://linux.omap.com/
7133 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7135 S:      Maintained
7136 F:      arch/arm/*omap*/
7137 F:      arch/arm/configs/omap1_defconfig
7138 F:      arch/arm/configs/omap2plus_defconfig
7139 F:      drivers/i2c/busses/i2c-omap.c
7140 F:      drivers/irqchip/irq-omap-intc.c
7141 F:      drivers/mfd/*omap*.c
7142 F:      drivers/mfd/menelaus.c
7143 F:      drivers/mfd/palmas.c
7144 F:      drivers/mfd/tps65217.c
7145 F:      drivers/mfd/tps65218.c
7146 F:      drivers/mfd/tps65910.c
7147 F:      drivers/mfd/twl-core.[ch]
7148 F:      drivers/mfd/twl4030*.c
7149 F:      drivers/mfd/twl6030*.c
7150 F:      drivers/mfd/twl6040*.c
7151 F:      drivers/regulator/palmas-regulator*.c
7152 F:      drivers/regulator/pbias-regulator.c
7153 F:      drivers/regulator/tps65217-regulator.c
7154 F:      drivers/regulator/tps65218-regulator.c
7155 F:      drivers/regulator/tps65910-regulator.c
7156 F:      drivers/regulator/twl-regulator.c
7157 F:      include/linux/i2c-omap.h
7158
7159 OMAP DEVICE TREE SUPPORT
7160 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7161 M:      Tony Lindgren <tony@atomide.com>
7162 L:      linux-omap@vger.kernel.org
7163 L:      devicetree@vger.kernel.org
7164 S:      Maintained
7165 F:      arch/arm/boot/dts/*omap*
7166 F:      arch/arm/boot/dts/*am3*
7167 F:      arch/arm/boot/dts/*am4*
7168 F:      arch/arm/boot/dts/*am5*
7169 F:      arch/arm/boot/dts/*dra7*
7170
7171 OMAP CLOCK FRAMEWORK SUPPORT
7172 M:      Paul Walmsley <paul@pwsan.com>
7173 L:      linux-omap@vger.kernel.org
7174 S:      Maintained
7175 F:      arch/arm/*omap*/*clock*
7176
7177 OMAP POWER MANAGEMENT SUPPORT
7178 M:      Kevin Hilman <khilman@deeprootsystems.com>
7179 L:      linux-omap@vger.kernel.org
7180 S:      Maintained
7181 F:      arch/arm/*omap*/*pm*
7182 F:      drivers/cpufreq/omap-cpufreq.c
7183
7184 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7185 M:      Rajendra Nayak <rnayak@ti.com>
7186 M:      Paul Walmsley <paul@pwsan.com>
7187 L:      linux-omap@vger.kernel.org
7188 S:      Maintained
7189 F:      arch/arm/mach-omap2/prm*
7190
7191 OMAP AUDIO SUPPORT
7192 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7193 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7194 L:      alsa-devel@alsa-project.org (subscribers-only)
7195 L:      linux-omap@vger.kernel.org
7196 S:      Maintained
7197 F:      sound/soc/omap/
7198
7199 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7200 M:      Roger Quadros <rogerq@ti.com>
7201 M:      Tony Lindgren <tony@atomide.com>
7202 L:      linux-omap@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/memory/omap-gpmc.c
7205 F:      arch/arm/mach-omap2/*gpmc*
7206
7207 OMAP FRAMEBUFFER SUPPORT
7208 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7209 L:      linux-fbdev@vger.kernel.org
7210 L:      linux-omap@vger.kernel.org
7211 S:      Maintained
7212 F:      drivers/video/fbdev/omap/
7213
7214 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7215 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7216 L:      linux-omap@vger.kernel.org
7217 L:      linux-fbdev@vger.kernel.org
7218 S:      Maintained
7219 F:      drivers/video/fbdev/omap2/
7220 F:      Documentation/arm/OMAP/DSS
7221
7222 OMAP HARDWARE SPINLOCK SUPPORT
7223 M:      Ohad Ben-Cohen <ohad@wizery.com>
7224 L:      linux-omap@vger.kernel.org
7225 S:      Maintained
7226 F:      drivers/hwspinlock/omap_hwspinlock.c
7227 F:      arch/arm/mach-omap2/hwspinlock.c
7228
7229 OMAP MMC SUPPORT
7230 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7231 L:      linux-omap@vger.kernel.org
7232 S:      Maintained
7233 F:      drivers/mmc/host/omap.c
7234
7235 OMAP HS MMC SUPPORT
7236 L:      linux-mmc@vger.kernel.org
7237 L:      linux-omap@vger.kernel.org
7238 S:      Orphan
7239 F:      drivers/mmc/host/omap_hsmmc.c
7240
7241 OMAP RANDOM NUMBER GENERATOR SUPPORT
7242 M:      Deepak Saxena <dsaxena@plexity.net>
7243 S:      Maintained
7244 F:      drivers/char/hw_random/omap-rng.c
7245
7246 OMAP HWMOD SUPPORT
7247 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7248 M:      Paul Walmsley <paul@pwsan.com>
7249 L:      linux-omap@vger.kernel.org
7250 S:      Maintained
7251 F:      arch/arm/mach-omap2/omap_hwmod.*
7252
7253 OMAP HWMOD DATA
7254 M:      Paul Walmsley <paul@pwsan.com>
7255 L:      linux-omap@vger.kernel.org
7256 S:      Maintained
7257 F:      arch/arm/mach-omap2/omap_hwmod*data*
7258
7259 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7260 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7261 L:      linux-omap@vger.kernel.org
7262 S:      Maintained
7263 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7264
7265 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7266 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7267 L:      linux-media@vger.kernel.org
7268 S:      Maintained
7269 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7270 F:      drivers/media/platform/omap3isp/
7271 F:      drivers/staging/media/omap4iss/
7272
7273 OMAP USB SUPPORT
7274 M:      Felipe Balbi <balbi@ti.com>
7275 L:      linux-usb@vger.kernel.org
7276 L:      linux-omap@vger.kernel.org
7277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7278 S:      Maintained
7279 F:      drivers/usb/*/*omap*
7280 F:      arch/arm/*omap*/usb*
7281
7282 OMAP GPIO DRIVER
7283 M:      Javier Martinez Canillas <javier@dowhile0.org>
7284 M:      Santosh Shilimkar <ssantosh@kernel.org>
7285 M:      Kevin Hilman <khilman@deeprootsystems.com>
7286 L:      linux-omap@vger.kernel.org
7287 S:      Maintained
7288 F:      drivers/gpio/gpio-omap.c
7289
7290 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7291 M:      Mark Jackson <mpfj@newflow.co.uk>
7292 L:      linux-omap@vger.kernel.org
7293 S:      Maintained
7294 F:      arch/arm/boot/dts/am335x-nano.dts
7295
7296 OMFS FILESYSTEM
7297 M:      Bob Copeland <me@bobcopeland.com>
7298 L:      linux-karma-devel@lists.sourceforge.net
7299 S:      Maintained
7300 F:      Documentation/filesystems/omfs.txt
7301 F:      fs/omfs/
7302
7303 OMNIKEY CARDMAN 4000 DRIVER
7304 M:      Harald Welte <laforge@gnumonks.org>
7305 S:      Maintained
7306 F:      drivers/char/pcmcia/cm4000_cs.c
7307 F:      include/linux/cm4000_cs.h
7308 F:      include/uapi/linux/cm4000_cs.h
7309
7310 OMNIKEY CARDMAN 4040 DRIVER
7311 M:      Harald Welte <laforge@gnumonks.org>
7312 S:      Maintained
7313 F:      drivers/char/pcmcia/cm4040_cs.*
7314
7315 OMNIVISION OV7670 SENSOR DRIVER
7316 M:      Jonathan Corbet <corbet@lwn.net>
7317 L:      linux-media@vger.kernel.org
7318 T:      git git://linuxtv.org/media_tree.git
7319 S:      Maintained
7320 F:      drivers/media/i2c/ov7670.c
7321
7322 ONENAND FLASH DRIVER
7323 M:      Kyungmin Park <kyungmin.park@samsung.com>
7324 L:      linux-mtd@lists.infradead.org
7325 S:      Maintained
7326 F:      drivers/mtd/onenand/
7327 F:      include/linux/mtd/onenand*.h
7328
7329 ONSTREAM SCSI TAPE DRIVER
7330 M:      Willem Riede <osst@riede.org>
7331 L:      osst-users@lists.sourceforge.net
7332 L:      linux-scsi@vger.kernel.org
7333 S:      Maintained
7334 F:      Documentation/scsi/osst.txt
7335 F:      drivers/scsi/osst.*
7336 F:      drivers/scsi/osst_*.h
7337 F:      drivers/scsi/st.h
7338
7339 OPENCORES I2C BUS DRIVER
7340 M:      Peter Korsgaard <jacmet@sunsite.dk>
7341 L:      linux-i2c@vger.kernel.org
7342 S:      Maintained
7343 F:      Documentation/i2c/busses/i2c-ocores
7344 F:      drivers/i2c/busses/i2c-ocores.c
7345
7346 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7347 M:      Grant Likely <grant.likely@linaro.org>
7348 M:      Rob Herring <robh+dt@kernel.org>
7349 L:      devicetree@vger.kernel.org
7350 W:      http://www.devicetree.org/
7351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7352 S:      Maintained
7353 F:      drivers/of/
7354 F:      include/linux/of*.h
7355 F:      scripts/dtc/
7356
7357 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7358 M:      Rob Herring <robh+dt@kernel.org>
7359 M:      Pawel Moll <pawel.moll@arm.com>
7360 M:      Mark Rutland <mark.rutland@arm.com>
7361 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7362 M:      Kumar Gala <galak@codeaurora.org>
7363 L:      devicetree@vger.kernel.org
7364 S:      Maintained
7365 F:      Documentation/devicetree/
7366 F:      arch/*/boot/dts/
7367 F:      include/dt-bindings/
7368
7369 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7370 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7371 L:      devicetree@vger.kernel.org
7372 S:      Maintained
7373 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7374 F:      Documentation/devicetree/overlay-notes.txt
7375 F:      drivers/of/overlay.c
7376 F:      drivers/of/resolver.c
7377
7378 OPENRISC ARCHITECTURE
7379 M:      Jonas Bonn <jonas@southpole.se>
7380 W:      http://openrisc.net
7381 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7382 S:      Maintained
7383 T:      git git://openrisc.net/~jonas/linux
7384 F:      arch/openrisc/
7385
7386 OPENVSWITCH
7387 M:      Pravin Shelar <pshelar@nicira.com>
7388 L:      netdev@vger.kernel.org
7389 L:      dev@openvswitch.org
7390 W:      http://openvswitch.org
7391 S:      Maintained
7392 F:      net/openvswitch/
7393 F:      include/uapi/linux/openvswitch.h
7394
7395 OPL4 DRIVER
7396 M:      Clemens Ladisch <clemens@ladisch.de>
7397 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7398 T:      git git://git.alsa-project.org/alsa-kernel.git
7399 S:      Maintained
7400 F:      sound/drivers/opl4/
7401
7402 OPROFILE
7403 M:      Robert Richter <rric@kernel.org>
7404 L:      oprofile-list@lists.sf.net
7405 S:      Maintained
7406 F:      arch/*/include/asm/oprofile*.h
7407 F:      arch/*/oprofile/
7408 F:      drivers/oprofile/
7409 F:      include/linux/oprofile.h
7410
7411 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7412 M:      Mark Fasheh <mfasheh@suse.com>
7413 M:      Joel Becker <jlbec@evilplan.org>
7414 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7415 W:      http://ocfs2.wiki.kernel.org
7416 S:      Supported
7417 F:      Documentation/filesystems/ocfs2.txt
7418 F:      Documentation/filesystems/dlmfs.txt
7419 F:      fs/ocfs2/
7420
7421 ORINOCO DRIVER
7422 L:      linux-wireless@vger.kernel.org
7423 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7424 W:      http://www.nongnu.org/orinoco/
7425 S:      Orphan
7426 F:      drivers/net/wireless/orinoco/
7427
7428 OSD LIBRARY and FILESYSTEM
7429 M:      Boaz Harrosh <ooo@electrozaur.com>
7430 M:      Benny Halevy <bhalevy@primarydata.com>
7431 L:      osd-dev@open-osd.org
7432 W:      http://open-osd.org
7433 T:      git git://git.open-osd.org/open-osd.git
7434 S:      Maintained
7435 F:      drivers/scsi/osd/
7436 F:      include/scsi/osd_*
7437 F:      fs/exofs/
7438
7439 OVERLAY FILESYSTEM
7440 M:      Miklos Szeredi <miklos@szeredi.hu>
7441 L:      linux-unionfs@vger.kernel.org
7442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7443 S:      Supported
7444 F:      fs/overlayfs/
7445 F:      Documentation/filesystems/overlayfs.txt
7446
7447 P54 WIRELESS DRIVER
7448 M:      Christian Lamparter <chunkeey@googlemail.com>
7449 L:      linux-wireless@vger.kernel.org
7450 W:      http://wireless.kernel.org/en/users/Drivers/p54
7451 S:      Maintained
7452 F:      drivers/net/wireless/p54/
7453
7454 PA SEMI ETHERNET DRIVER
7455 M:      Olof Johansson <olof@lixom.net>
7456 L:      netdev@vger.kernel.org
7457 S:      Maintained
7458 F:      drivers/net/ethernet/pasemi/*
7459
7460 PA SEMI SMBUS DRIVER
7461 M:      Olof Johansson <olof@lixom.net>
7462 L:      linux-i2c@vger.kernel.org
7463 S:      Maintained
7464 F:      drivers/i2c/busses/i2c-pasemi.c
7465
7466 PADATA PARALLEL EXECUTION MECHANISM
7467 M:      Steffen Klassert <steffen.klassert@secunet.com>
7468 L:      linux-crypto@vger.kernel.org
7469 S:      Maintained
7470 F:      kernel/padata.c
7471 F:      include/linux/padata.h
7472 F:      Documentation/padata.txt
7473
7474 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7475 M:      Harald Welte <laforge@gnumonks.org>
7476 L:      platform-driver-x86@vger.kernel.org
7477 S:      Maintained
7478 F:      drivers/platform/x86/panasonic-laptop.c
7479
7480 PANASONIC MN10300/AM33/AM34 PORT
7481 M:      David Howells <dhowells@redhat.com>
7482 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7483 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7484 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7485 S:      Maintained
7486 F:      Documentation/mn10300/
7487 F:      arch/mn10300/
7488
7489 PARALLEL PORT SUPPORT
7490 L:      linux-parport@lists.infradead.org (subscribers-only)
7491 S:      Orphan
7492 F:      drivers/parport/
7493 F:      include/linux/parport*.h
7494 F:      drivers/char/ppdev.c
7495 F:      include/uapi/linux/ppdev.h
7496
7497 PARAVIRT_OPS INTERFACE
7498 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7499 M:      Chris Wright <chrisw@sous-sol.org>
7500 M:      Alok Kataria <akataria@vmware.com>
7501 M:      Rusty Russell <rusty@rustcorp.com.au>
7502 L:      virtualization@lists.linux-foundation.org
7503 S:      Supported
7504 F:      Documentation/virtual/paravirt_ops.txt
7505 F:      arch/*/kernel/paravirt*
7506 F:      arch/*/include/asm/paravirt.h
7507
7508 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7509 M:      Tim Waugh <tim@cyberelk.net>
7510 L:      linux-parport@lists.infradead.org (subscribers-only)
7511 W:      http://www.torque.net/linux-pp.html
7512 S:      Maintained
7513 F:      Documentation/blockdev/paride.txt
7514 F:      drivers/block/paride/
7515
7516 PARISC ARCHITECTURE
7517 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7518 M:      Helge Deller <deller@gmx.de>
7519 L:      linux-parisc@vger.kernel.org
7520 W:      http://www.parisc-linux.org/
7521 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7524 S:      Maintained
7525 F:      arch/parisc/
7526 F:      Documentation/parisc/
7527 F:      drivers/parisc/
7528 F:      drivers/char/agp/parisc-agp.c
7529 F:      drivers/input/serio/gscps2.c
7530 F:      drivers/parport/parport_gsc.*
7531 F:      drivers/tty/serial/8250/8250_gsc.c
7532 F:      drivers/video/fbdev/sti*
7533 F:      drivers/video/console/sti*
7534 F:      drivers/video/logo/logo_parisc*
7535
7536 PC87360 HARDWARE MONITORING DRIVER
7537 M:      Jim Cromie <jim.cromie@gmail.com>
7538 L:      lm-sensors@lm-sensors.org
7539 S:      Maintained
7540 F:      Documentation/hwmon/pc87360
7541 F:      drivers/hwmon/pc87360.c
7542
7543 PC8736x GPIO DRIVER
7544 M:      Jim Cromie <jim.cromie@gmail.com>
7545 S:      Maintained
7546 F:      drivers/char/pc8736x_gpio.c
7547
7548 PC87427 HARDWARE MONITORING DRIVER
7549 M:      Jean Delvare <jdelvare@suse.de>
7550 L:      lm-sensors@lm-sensors.org
7551 S:      Maintained
7552 F:      Documentation/hwmon/pc87427
7553 F:      drivers/hwmon/pc87427.c
7554
7555 PCA9532 LED DRIVER
7556 M:      Riku Voipio <riku.voipio@iki.fi>
7557 S:      Maintained
7558 F:      drivers/leds/leds-pca9532.c
7559 F:      include/linux/leds-pca9532.h
7560
7561 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7562 M:      Guenter Roeck <linux@roeck-us.net>
7563 L:      linux-i2c@vger.kernel.org
7564 S:      Maintained
7565 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7566
7567 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7568 M:      Khalid Aziz <khalid@gonehiking.org>
7569 S:      Maintained
7570 F:      drivers/firmware/pcdp.*
7571
7572 PCI ERROR RECOVERY
7573 M:      Linas Vepstas <linasvepstas@gmail.com>
7574 L:      linux-pci@vger.kernel.org
7575 S:      Supported
7576 F:      Documentation/PCI/pci-error-recovery.txt
7577
7578 PCI SUBSYSTEM
7579 M:      Bjorn Helgaas <bhelgaas@google.com>
7580 L:      linux-pci@vger.kernel.org
7581 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7583 S:      Supported
7584 F:      Documentation/PCI/
7585 F:      drivers/pci/
7586 F:      include/linux/pci*
7587 F:      arch/x86/pci/
7588 F:      arch/x86/kernel/quirks.c
7589
7590 PCI DRIVER FOR ARM VERSATILE PLATFORM
7591 M:      Rob Herring <robh@kernel.org>
7592 L:      linux-pci@vger.kernel.org
7593 L:      linux-arm-kernel@lists.infradead.org
7594 S:      Maintained
7595 F:      Documentation/devicetree/bindings/pci/versatile.txt
7596 F:      drivers/pci/host/pci-versatile.c
7597
7598 PCI DRIVER FOR APPLIEDMICRO XGENE
7599 M:      Tanmay Inamdar <tinamdar@apm.com>
7600 L:      linux-pci@vger.kernel.org
7601 L:      linux-arm-kernel@lists.infradead.org
7602 S:      Maintained
7603 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7604 F:      drivers/pci/host/pci-xgene.c
7605
7606 PCI DRIVER FOR FREESCALE LAYERSCAPE
7607 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7608 M:      Mingkai Hu <mingkai.hu@freescale.com>
7609 M:      Roy Zang <tie-fei.zang@freescale.com>
7610 L:      linuxppc-dev@lists.ozlabs.org
7611 L:      linux-pci@vger.kernel.org
7612 L:      linux-arm-kernel@lists.infradead.org
7613 S:      Maintained
7614 F:      drivers/pci/host/*layerscape*
7615
7616 PCI DRIVER FOR IMX6
7617 M:      Richard Zhu <Richard.Zhu@freescale.com>
7618 M:      Lucas Stach <l.stach@pengutronix.de>
7619 L:      linux-pci@vger.kernel.org
7620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7621 S:      Maintained
7622 F:      drivers/pci/host/*imx6*
7623
7624 PCI DRIVER FOR TI KEYSTONE
7625 M:      Murali Karicheri <m-karicheri2@ti.com>
7626 L:      linux-pci@vger.kernel.org
7627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7628 S:      Maintained
7629 F:      drivers/pci/host/*keystone*
7630
7631 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7632 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7633 M:      Jason Cooper <jason@lakedaemon.net>
7634 L:      linux-pci@vger.kernel.org
7635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7636 S:      Maintained
7637 F:      drivers/pci/host/*mvebu*
7638
7639 PCI DRIVER FOR NVIDIA TEGRA
7640 M:      Thierry Reding <thierry.reding@gmail.com>
7641 L:      linux-tegra@vger.kernel.org
7642 L:      linux-pci@vger.kernel.org
7643 S:      Supported
7644 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7645 F:      drivers/pci/host/pci-tegra.c
7646
7647 PCI DRIVER FOR TI DRA7XX
7648 M:      Kishon Vijay Abraham I <kishon@ti.com>
7649 L:      linux-omap@vger.kernel.org
7650 L:      linux-pci@vger.kernel.org
7651 S:      Supported
7652 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7653 F:      drivers/pci/host/pci-dra7xx.c
7654
7655 PCI DRIVER FOR RENESAS R-CAR
7656 M:      Simon Horman <horms@verge.net.au>
7657 L:      linux-pci@vger.kernel.org
7658 L:      linux-sh@vger.kernel.org
7659 S:      Maintained
7660 F:      drivers/pci/host/*rcar*
7661
7662 PCI DRIVER FOR SAMSUNG EXYNOS
7663 M:      Jingoo Han <jingoohan1@gmail.com>
7664 L:      linux-pci@vger.kernel.org
7665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7666 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7667 S:      Maintained
7668 F:      drivers/pci/host/pci-exynos.c
7669
7670 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7671 M:      Jingoo Han <jingoohan1@gmail.com>
7672 M:      Pratyush Anand <pratyush.anand@gmail.com>
7673 L:      linux-pci@vger.kernel.org
7674 S:      Maintained
7675 F:      drivers/pci/host/*designware*
7676
7677 PCI DRIVER FOR GENERIC OF HOSTS
7678 M:      Will Deacon <will.deacon@arm.com>
7679 L:      linux-pci@vger.kernel.org
7680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7681 S:      Maintained
7682 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7683 F:      drivers/pci/host/pci-host-generic.c
7684
7685 PCIE DRIVER FOR ST SPEAR13XX
7686 M:      Pratyush Anand <pratyush.anand@gmail.com>
7687 L:      linux-pci@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/pci/host/*spear*
7690
7691 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7692 M:      Duc Dang <dhdang@apm.com>
7693 L:      linux-pci@vger.kernel.org
7694 L:      linux-arm-kernel@lists.infradead.org
7695 S:      Maintained
7696 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7697 F:      drivers/pci/host/pci-xgene-msi.c
7698
7699 PCMCIA SUBSYSTEM
7700 P:      Linux PCMCIA Team
7701 L:      linux-pcmcia@lists.infradead.org
7702 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7704 S:      Maintained
7705 F:      Documentation/pcmcia/
7706 F:      drivers/pcmcia/
7707 F:      include/pcmcia/
7708
7709 PCNET32 NETWORK DRIVER
7710 M:      Don Fry <pcnet32@frontier.com>
7711 L:      netdev@vger.kernel.org
7712 S:      Maintained
7713 F:      drivers/net/ethernet/amd/pcnet32.c
7714
7715 PCRYPT PARALLEL CRYPTO ENGINE
7716 M:      Steffen Klassert <steffen.klassert@secunet.com>
7717 L:      linux-crypto@vger.kernel.org
7718 S:      Maintained
7719 F:      crypto/pcrypt.c
7720 F:      include/crypto/pcrypt.h
7721
7722 PER-CPU MEMORY ALLOCATOR
7723 M:      Tejun Heo <tj@kernel.org>
7724 M:      Christoph Lameter <cl@linux-foundation.org>
7725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7726 S:      Maintained
7727 F:      include/linux/percpu*.h
7728 F:      mm/percpu*.c
7729 F:      arch/*/include/asm/percpu.h
7730
7731 PER-TASK DELAY ACCOUNTING
7732 M:      Balbir Singh <bsingharora@gmail.com>
7733 S:      Maintained
7734 F:      include/linux/delayacct.h
7735 F:      kernel/delayacct.c
7736
7737 PERFORMANCE EVENTS SUBSYSTEM
7738 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7739 M:      Ingo Molnar <mingo@redhat.com>
7740 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7741 L:      linux-kernel@vger.kernel.org
7742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7743 S:      Supported
7744 F:      kernel/events/*
7745 F:      include/linux/perf_event.h
7746 F:      include/uapi/linux/perf_event.h
7747 F:      arch/*/kernel/perf_event*.c
7748 F:      arch/*/kernel/*/perf_event*.c
7749 F:      arch/*/kernel/*/*/perf_event*.c
7750 F:      arch/*/include/asm/perf_event.h
7751 F:      arch/*/kernel/perf_callchain.c
7752 F:      tools/perf/
7753
7754 PERSONALITY HANDLING
7755 M:      Christoph Hellwig <hch@infradead.org>
7756 L:      linux-abi-devel@lists.sourceforge.net
7757 S:      Maintained
7758 F:      include/linux/personality.h
7759 F:      include/uapi/linux/personality.h
7760
7761 PHONET PROTOCOL
7762 M:      Remi Denis-Courmont <courmisch@gmail.com>
7763 S:      Supported
7764 F:      Documentation/networking/phonet.txt
7765 F:      include/linux/phonet.h
7766 F:      include/net/phonet/
7767 F:      include/uapi/linux/phonet.h
7768 F:      net/phonet/
7769
7770 PHRAM MTD DRIVER
7771 M:      Joern Engel <joern@lazybastard.org>
7772 L:      linux-mtd@lists.infradead.org
7773 S:      Maintained
7774 F:      drivers/mtd/devices/phram.c
7775
7776 PICOLCD HID DRIVER
7777 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7778 L:      linux-input@vger.kernel.org
7779 S:      Maintained
7780 F:      drivers/hid/hid-picolcd*
7781
7782 PICOXCELL SUPPORT
7783 M:      Jamie Iles <jamie@jamieiles.com>
7784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7785 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7786 S:      Supported
7787 F:      arch/arm/boot/dts/picoxcell*
7788 F:      arch/arm/mach-picoxcell/
7789 F:      drivers/crypto/picoxcell*
7790
7791 PIN CONTROL SUBSYSTEM
7792 M:      Linus Walleij <linus.walleij@linaro.org>
7793 L:      linux-gpio@vger.kernel.org
7794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7795 S:      Maintained
7796 F:      drivers/pinctrl/
7797 F:      include/linux/pinctrl/
7798
7799 PIN CONTROLLER - ATMEL AT91
7800 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7802 S:      Maintained
7803 F:      drivers/pinctrl/pinctrl-at91.*
7804
7805 PIN CONTROLLER - INTEL
7806 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7807 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7808 S:      Maintained
7809 F:      drivers/pinctrl/intel/
7810
7811 PIN CONTROLLER - RENESAS
7812 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7813 L:      linux-sh@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/pinctrl/sh-pfc/
7816
7817 PIN CONTROLLER - SAMSUNG
7818 M:      Tomasz Figa <tomasz.figa@gmail.com>
7819 M:      Thomas Abraham <thomas.abraham@linaro.org>
7820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7821 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7822 S:      Maintained
7823 F:      drivers/pinctrl/samsung/
7824
7825 PIN CONTROLLER - ST SPEAR
7826 M:      Viresh Kumar <viresh.linux@gmail.com>
7827 L:      spear-devel@list.st.com
7828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7829 W:      http://www.st.com/spear
7830 S:      Maintained
7831 F:      drivers/pinctrl/spear/
7832
7833 PKTCDVD DRIVER
7834 M:      Jiri Kosina <jkosina@suse.cz>
7835 S:      Maintained
7836 F:      drivers/block/pktcdvd.c
7837 F:      include/linux/pktcdvd.h
7838 F:      include/uapi/linux/pktcdvd.h
7839
7840 PKUNITY SOC DRIVERS
7841 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7842 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7843 S:      Maintained
7844 T:      git git://github.com/gxt/linux.git
7845 F:      drivers/input/serio/i8042-unicore32io.h
7846 F:      drivers/i2c/busses/i2c-puv3.c
7847 F:      drivers/video/fbdev/fb-puv3.c
7848 F:      drivers/rtc/rtc-puv3.c
7849
7850 PMBUS HARDWARE MONITORING DRIVERS
7851 M:      Guenter Roeck <linux@roeck-us.net>
7852 L:      lm-sensors@lm-sensors.org
7853 W:      http://www.lm-sensors.org/
7854 W:      http://www.roeck-us.net/linux/drivers/
7855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7856 S:      Maintained
7857 F:      Documentation/hwmon/pmbus
7858 F:      drivers/hwmon/pmbus/
7859 F:      include/linux/i2c/pmbus.h
7860
7861 PMC SIERRA MaxRAID DRIVER
7862 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7863 L:      linux-scsi@vger.kernel.org
7864 W:      http://www.pmc-sierra.com/
7865 S:      Supported
7866 F:      drivers/scsi/pmcraid.*
7867
7868 PMC SIERRA PM8001 DRIVER
7869 M:      xjtuwjp@gmail.com
7870 M:      lindar_liu@usish.com
7871 L:      pmchba@pmcs.com
7872 L:      linux-scsi@vger.kernel.org
7873 S:      Supported
7874 F:      drivers/scsi/pm8001/
7875
7876 POSIX CLOCKS and TIMERS
7877 M:      Thomas Gleixner <tglx@linutronix.de>
7878 L:      linux-kernel@vger.kernel.org
7879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7880 S:      Maintained
7881 F:      fs/timerfd.c
7882 F:      include/linux/timer*
7883 F:      kernel/time/*timer*
7884
7885 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7886 M:      Sebastian Reichel <sre@kernel.org>
7887 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7888 M:      David Woodhouse <dwmw2@infradead.org>
7889 L:      linux-pm@vger.kernel.org
7890 T:      git git://git.infradead.org/battery-2.6.git
7891 S:      Maintained
7892 F:      include/linux/power_supply.h
7893 F:      drivers/power/
7894
7895 PNP SUPPORT
7896 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7897 S:      Maintained
7898 F:      drivers/pnp/
7899
7900 PNXxxxx I2C DRIVER
7901 M:      Vitaly Wool <vitalywool@gmail.com>
7902 L:      linux-i2c@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/i2c/busses/i2c-pnx.c
7905
7906 PPP PROTOCOL DRIVERS AND COMPRESSORS
7907 M:      Paul Mackerras <paulus@samba.org>
7908 L:      linux-ppp@vger.kernel.org
7909 S:      Maintained
7910 F:      drivers/net/ppp/ppp_*
7911
7912 PPP OVER ATM (RFC 2364)
7913 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7914 S:      Maintained
7915 F:      net/atm/pppoatm.c
7916 F:      include/uapi/linux/atmppp.h
7917
7918 PPP OVER ETHERNET
7919 M:      Michal Ostrowski <mostrows@earthlink.net>
7920 S:      Maintained
7921 F:      drivers/net/ppp/pppoe.c
7922 F:      drivers/net/ppp/pppox.c
7923
7924 PPP OVER L2TP
7925 M:      James Chapman <jchapman@katalix.com>
7926 S:      Maintained
7927 F:      net/l2tp/l2tp_ppp.c
7928 F:      include/linux/if_pppol2tp.h
7929 F:      include/uapi/linux/if_pppol2tp.h
7930
7931 PPS SUPPORT
7932 M:      Rodolfo Giometti <giometti@enneenne.com>
7933 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7934 L:      linuxpps@ml.enneenne.com (subscribers-only)
7935 S:      Maintained
7936 F:      Documentation/pps/
7937 F:      drivers/pps/
7938 F:      include/linux/pps*.h
7939
7940 PPTP DRIVER
7941 M:      Dmitry Kozlov <xeb@mail.ru>
7942 L:      netdev@vger.kernel.org
7943 S:      Maintained
7944 F:      drivers/net/ppp/pptp.c
7945 W:      http://sourceforge.net/projects/accel-pptp
7946
7947 PREEMPTIBLE KERNEL
7948 M:      Robert Love <rml@tech9.net>
7949 L:      kpreempt-tech@lists.sourceforge.net
7950 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7951 S:      Supported
7952 F:      Documentation/preempt-locking.txt
7953 F:      include/linux/preempt.h
7954
7955 PRISM54 WIRELESS DRIVER
7956 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7957 L:      linux-wireless@vger.kernel.org
7958 W:      http://wireless.kernel.org/en/users/Drivers/p54
7959 S:      Obsolete
7960 F:      drivers/net/wireless/prism54/
7961
7962 PS3 NETWORK SUPPORT
7963 M:      Geoff Levand <geoff@infradead.org>
7964 L:      netdev@vger.kernel.org
7965 L:      linuxppc-dev@lists.ozlabs.org
7966 S:      Maintained
7967 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7968
7969 PS3 PLATFORM SUPPORT
7970 M:      Geoff Levand <geoff@infradead.org>
7971 L:      linuxppc-dev@lists.ozlabs.org
7972 S:      Maintained
7973 F:      arch/powerpc/boot/ps3*
7974 F:      arch/powerpc/include/asm/lv1call.h
7975 F:      arch/powerpc/include/asm/ps3*.h
7976 F:      arch/powerpc/platforms/ps3/
7977 F:      drivers/*/ps3*
7978 F:      drivers/ps3/
7979 F:      drivers/rtc/rtc-ps3.c
7980 F:      drivers/usb/host/*ps3.c
7981 F:      sound/ppc/snd_ps3*
7982
7983 PS3VRAM DRIVER
7984 M:      Jim Paris <jim@jtan.com>
7985 L:      linuxppc-dev@lists.ozlabs.org
7986 S:      Maintained
7987 F:      drivers/block/ps3vram.c
7988
7989 PSTORE FILESYSTEM
7990 M:      Anton Vorontsov <anton@enomsg.org>
7991 M:      Colin Cross <ccross@android.com>
7992 M:      Kees Cook <keescook@chromium.org>
7993 M:      Tony Luck <tony.luck@intel.com>
7994 S:      Maintained
7995 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7996 F:      fs/pstore/
7997 F:      include/linux/pstore*
7998 F:      drivers/firmware/efi/efi-pstore.c
7999 F:      drivers/acpi/apei/erst.c
8000
8001 PTP HARDWARE CLOCK SUPPORT
8002 M:      Richard Cochran <richardcochran@gmail.com>
8003 L:      netdev@vger.kernel.org
8004 S:      Maintained
8005 W:      http://linuxptp.sourceforge.net/
8006 F:      Documentation/ABI/testing/sysfs-ptp
8007 F:      Documentation/ptp/*
8008 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8009 F:      drivers/net/phy/dp83640*
8010 F:      drivers/ptp/*
8011 F:      include/linux/ptp_cl*
8012
8013 PTRACE SUPPORT
8014 M:      Roland McGrath <roland@hack.frob.com>
8015 M:      Oleg Nesterov <oleg@redhat.com>
8016 S:      Maintained
8017 F:      include/asm-generic/syscall.h
8018 F:      include/linux/ptrace.h
8019 F:      include/linux/regset.h
8020 F:      include/linux/tracehook.h
8021 F:      include/uapi/linux/ptrace.h
8022 F:      kernel/ptrace.c
8023
8024 PVRUSB2 VIDEO4LINUX DRIVER
8025 M:      Mike Isely <isely@pobox.com>
8026 L:      pvrusb2@isely.net       (subscribers-only)
8027 L:      linux-media@vger.kernel.org
8028 W:      http://www.isely.net/pvrusb2/
8029 T:      git git://linuxtv.org/media_tree.git
8030 S:      Maintained
8031 F:      Documentation/video4linux/README.pvrusb2
8032 F:      drivers/media/usb/pvrusb2/
8033
8034 PWC WEBCAM DRIVER
8035 M:      Hans de Goede <hdegoede@redhat.com>
8036 L:      linux-media@vger.kernel.org
8037 T:      git git://linuxtv.org/media_tree.git
8038 S:      Maintained
8039 F:      drivers/media/usb/pwc/*
8040
8041 PWM FAN DRIVER
8042 M:      Kamil Debski <k.debski@samsung.com>
8043 L:      lm-sensors@lm-sensors.org
8044 S:      Supported
8045 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8046 F:      Documentation/hwmon/pwm-fan
8047 F:      drivers/hwmon/pwm-fan.c
8048
8049 PWM SUBSYSTEM
8050 M:      Thierry Reding <thierry.reding@gmail.com>
8051 L:      linux-pwm@vger.kernel.org
8052 S:      Maintained
8053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8054 F:      Documentation/pwm.txt
8055 F:      Documentation/devicetree/bindings/pwm/
8056 F:      include/linux/pwm.h
8057 F:      drivers/pwm/
8058 F:      drivers/video/backlight/pwm_bl.c
8059 F:      include/linux/pwm_backlight.h
8060
8061 PXA2xx/PXA3xx SUPPORT
8062 M:      Daniel Mack <daniel@zonque.org>
8063 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8064 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8066 T:      git git://github.com/hzhuang1/linux.git
8067 T:      git git://github.com/rjarzmik/linux.git
8068 S:      Maintained
8069 F:      arch/arm/mach-pxa/
8070 F:      drivers/pcmcia/pxa2xx*
8071 F:      drivers/spi/spi-pxa2xx*
8072 F:      drivers/usb/gadget/udc/pxa2*
8073 F:      include/sound/pxa2xx-lib.h
8074 F:      sound/arm/pxa*
8075 F:      sound/soc/pxa/
8076
8077 PXA3xx NAND FLASH DRIVER
8078 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8079 L:      linux-mtd@lists.infradead.org
8080 S:      Maintained
8081 F:      drivers/mtd/nand/pxa3xx_nand.c
8082
8083 MMP SUPPORT
8084 M:      Eric Miao <eric.y.miao@gmail.com>
8085 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8087 T:      git git://github.com/hzhuang1/linux.git
8088 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8089 S:      Maintained
8090 F:      arch/arm/mach-mmp/
8091
8092 PXA MMCI DRIVER
8093 S:      Orphan
8094
8095 PXA RTC DRIVER
8096 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8097 L:      rtc-linux@googlegroups.com
8098 S:      Maintained
8099
8100 QAT DRIVER
8101 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8102 L:      qat-linux@intel.com
8103 S:      Supported
8104 F:      drivers/crypto/qat/
8105
8106 QIB DRIVER
8107 M:      Mike Marciniszyn <infinipath@intel.com>
8108 L:      linux-rdma@vger.kernel.org
8109 S:      Supported
8110 F:      drivers/infiniband/hw/qib/
8111
8112 QLOGIC QLA1280 SCSI DRIVER
8113 M:      Michael Reed <mdr@sgi.com>
8114 L:      linux-scsi@vger.kernel.org
8115 S:      Maintained
8116 F:      drivers/scsi/qla1280.[ch]
8117
8118 QLOGIC QLA2XXX FC-SCSI DRIVER
8119 M:      qla2xxx-upstream@qlogic.com
8120 L:      linux-scsi@vger.kernel.org
8121 S:      Supported
8122 F:      Documentation/scsi/LICENSE.qla2xxx
8123 F:      drivers/scsi/qla2xxx/
8124
8125 QLOGIC QLA4XXX iSCSI DRIVER
8126 M:      QLogic-Storage-Upstream@qlogic.com
8127 L:      linux-scsi@vger.kernel.org
8128 S:      Supported
8129 F:      Documentation/scsi/LICENSE.qla4xxx
8130 F:      drivers/scsi/qla4xxx/
8131
8132 QLOGIC QLA3XXX NETWORK DRIVER
8133 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8134 M:      Ron Mercer <ron.mercer@qlogic.com>
8135 M:      linux-driver@qlogic.com
8136 L:      netdev@vger.kernel.org
8137 S:      Supported
8138 F:      Documentation/networking/LICENSE.qla3xxx
8139 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8140
8141 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8142 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8143 M:      Dept-GELinuxNICDev@qlogic.com
8144 L:      netdev@vger.kernel.org
8145 S:      Supported
8146 F:      drivers/net/ethernet/qlogic/qlcnic/
8147
8148 QLOGIC QLGE 10Gb ETHERNET DRIVER
8149 M:      Harish Patil <harish.patil@qlogic.com>
8150 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8151 M:      Dept-GELinuxNICDev@qlogic.com
8152 M:      linux-driver@qlogic.com
8153 L:      netdev@vger.kernel.org
8154 S:      Supported
8155 F:      drivers/net/ethernet/qlogic/qlge/
8156
8157 QNX4 FILESYSTEM
8158 M:      Anders Larsen <al@alarsen.net>
8159 W:      http://www.alarsen.net/linux/qnx4fs/
8160 S:      Maintained
8161 F:      fs/qnx4/
8162 F:      include/uapi/linux/qnx4_fs.h
8163 F:      include/uapi/linux/qnxtypes.h
8164
8165 QT1010 MEDIA DRIVER
8166 M:      Antti Palosaari <crope@iki.fi>
8167 L:      linux-media@vger.kernel.org
8168 W:      http://linuxtv.org/
8169 W:      http://palosaari.fi/linux/
8170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8171 T:      git git://linuxtv.org/anttip/media_tree.git
8172 S:      Maintained
8173 F:      drivers/media/tuners/qt1010*
8174
8175 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8176 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8177 L:      linux-wireless@vger.kernel.org
8178 L:      ath9k-devel@lists.ath9k.org
8179 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8180 S:      Supported
8181 F:      drivers/net/wireless/ath/ath9k/
8182
8183 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8184 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8185 L:      ath10k@lists.infradead.org
8186 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8187 T:      git git://github.com/kvalo/ath.git
8188 S:      Supported
8189 F:      drivers/net/wireless/ath/ath10k/
8190
8191 QUALCOMM HEXAGON ARCHITECTURE
8192 M:      Richard Kuo <rkuo@codeaurora.org>
8193 L:      linux-hexagon@vger.kernel.org
8194 S:      Supported
8195 F:      arch/hexagon/
8196
8197 QUALCOMM WCN36XX WIRELESS DRIVER
8198 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8199 L:      wcn36xx@lists.infradead.org
8200 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8201 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8202 S:      Supported
8203 F:      drivers/net/wireless/ath/wcn36xx/
8204
8205 RADOS BLOCK DEVICE (RBD)
8206 M:      Ilya Dryomov <idryomov@gmail.com>
8207 M:      Sage Weil <sage@redhat.com>
8208 M:      Alex Elder <elder@kernel.org>
8209 M:      ceph-devel@vger.kernel.org
8210 W:      http://ceph.com/
8211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8212 S:      Supported
8213 F:      drivers/block/rbd.c
8214 F:      drivers/block/rbd_types.h
8215
8216 RADEON FRAMEBUFFER DISPLAY DRIVER
8217 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8218 L:      linux-fbdev@vger.kernel.org
8219 S:      Maintained
8220 F:      drivers/video/fbdev/aty/radeon*
8221 F:      include/uapi/linux/radeonfb.h
8222
8223 RADIOSHARK RADIO DRIVER
8224 M:      Hans de Goede <hdegoede@redhat.com>
8225 L:      linux-media@vger.kernel.org
8226 T:      git git://linuxtv.org/media_tree.git
8227 S:      Maintained
8228 F:      drivers/media/radio/radio-shark.c
8229
8230 RADIOSHARK2 RADIO DRIVER
8231 M:      Hans de Goede <hdegoede@redhat.com>
8232 L:      linux-media@vger.kernel.org
8233 T:      git git://linuxtv.org/media_tree.git
8234 S:      Maintained
8235 F:      drivers/media/radio/radio-shark2.c
8236 F:      drivers/media/radio/radio-tea5777.c
8237
8238 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8239 M:      Paul Mackerras <paulus@samba.org>
8240 L:      linux-fbdev@vger.kernel.org
8241 S:      Maintained
8242 F:      drivers/video/fbdev/aty/aty128fb.c
8243
8244 RALINK RT2X00 WIRELESS LAN DRIVER
8245 P:      rt2x00 project
8246 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8247 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8248 L:      linux-wireless@vger.kernel.org
8249 S:      Maintained
8250 F:      drivers/net/wireless/rt2x00/
8251
8252 RAMDISK RAM BLOCK DEVICE DRIVER
8253 M:      Jens Axboe <axboe@kernel.dk>
8254 S:      Maintained
8255 F:      Documentation/blockdev/ramdisk.txt
8256 F:      drivers/block/brd.c
8257
8258 PERSISTENT MEMORY DRIVER
8259 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8260 L:      linux-nvdimm@lists.01.org
8261 S:      Supported
8262 F:      drivers/block/pmem.c
8263
8264 RANDOM NUMBER DRIVER
8265 M:      "Theodore Ts'o" <tytso@mit.edu>
8266 S:      Maintained
8267 F:      drivers/char/random.c
8268
8269 RAPIDIO SUBSYSTEM
8270 M:      Matt Porter <mporter@kernel.crashing.org>
8271 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8272 S:      Maintained
8273 F:      drivers/rapidio/
8274
8275 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8276 L:      linux-wireless@vger.kernel.org
8277 S:      Orphan
8278 F:      drivers/net/wireless/ray*
8279
8280 RCUTORTURE MODULE
8281 M:      Josh Triplett <josh@joshtriplett.org>
8282 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8283 L:      linux-kernel@vger.kernel.org
8284 S:      Supported
8285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8286 F:      Documentation/RCU/torture.txt
8287 F:      kernel/rcu/rcutorture.c
8288
8289 RCUTORTURE TEST FRAMEWORK
8290 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8291 M:      Josh Triplett <josh@joshtriplett.org>
8292 R:      Steven Rostedt <rostedt@goodmis.org>
8293 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8294 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8295 L:      linux-kernel@vger.kernel.org
8296 S:      Supported
8297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8298 F:      tools/testing/selftests/rcutorture
8299
8300 RDC R-321X SoC
8301 M:      Florian Fainelli <florian@openwrt.org>
8302 S:      Maintained
8303
8304 RDC R6040 FAST ETHERNET DRIVER
8305 M:      Florian Fainelli <florian@openwrt.org>
8306 L:      netdev@vger.kernel.org
8307 S:      Maintained
8308 F:      drivers/net/ethernet/rdc/r6040.c
8309
8310 RDS - RELIABLE DATAGRAM SOCKETS
8311 M:      Chien Yen <chien.yen@oracle.com>
8312 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8313 S:      Supported
8314 F:      net/rds/
8315
8316 READ-COPY UPDATE (RCU)
8317 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8318 M:      Josh Triplett <josh@joshtriplett.org>
8319 R:      Steven Rostedt <rostedt@goodmis.org>
8320 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8321 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8322 L:      linux-kernel@vger.kernel.org
8323 W:      http://www.rdrop.com/users/paulmck/RCU/
8324 S:      Supported
8325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8326 F:      Documentation/RCU/
8327 X:      Documentation/RCU/torture.txt
8328 F:      include/linux/rcu*
8329 X:      include/linux/srcu.h
8330 F:      kernel/rcu/
8331 X:      kernel/torture.c
8332
8333 REAL TIME CLOCK (RTC) SUBSYSTEM
8334 M:      Alessandro Zummo <a.zummo@towertech.it>
8335 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8336 L:      rtc-linux@googlegroups.com
8337 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8338 S:      Maintained
8339 F:      Documentation/rtc.txt
8340 F:      drivers/rtc/
8341 F:      include/linux/rtc.h
8342 F:      include/uapi/linux/rtc.h
8343
8344 REALTEK AUDIO CODECS
8345 M:      Bard Liao <bardliao@realtek.com>
8346 M:      Oder Chiou <oder_chiou@realtek.com>
8347 S:      Maintained
8348 F:      sound/soc/codecs/rt*
8349 F:      include/sound/rt*.h
8350
8351 REISERFS FILE SYSTEM
8352 L:      reiserfs-devel@vger.kernel.org
8353 S:      Supported
8354 F:      fs/reiserfs/
8355
8356 REGISTER MAP ABSTRACTION
8357 M:      Mark Brown <broonie@kernel.org>
8358 L:      linux-kernel@vger.kernel.org
8359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8360 S:      Supported
8361 F:      drivers/base/regmap/
8362 F:      include/linux/regmap.h
8363
8364 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8365 M:      Ohad Ben-Cohen <ohad@wizery.com>
8366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8367 S:      Maintained
8368 F:      drivers/remoteproc/
8369 F:      Documentation/remoteproc.txt
8370 F:      include/linux/remoteproc.h
8371
8372 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8373 M:      Ohad Ben-Cohen <ohad@wizery.com>
8374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8375 S:      Maintained
8376 F:      drivers/rpmsg/
8377 F:      Documentation/rpmsg.txt
8378 F:      include/linux/rpmsg.h
8379
8380 RESET CONTROLLER FRAMEWORK
8381 M:      Philipp Zabel <p.zabel@pengutronix.de>
8382 S:      Maintained
8383 F:      drivers/reset/
8384 F:      Documentation/devicetree/bindings/reset/
8385 F:      include/linux/reset.h
8386 F:      include/linux/reset-controller.h
8387
8388 RFKILL
8389 M:      Johannes Berg <johannes@sipsolutions.net>
8390 L:      linux-wireless@vger.kernel.org
8391 W:      http://wireless.kernel.org/
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8394 S:      Maintained
8395 F:      Documentation/rfkill.txt
8396 F:      net/rfkill/
8397
8398 RHASHTABLE
8399 M:      Thomas Graf <tgraf@suug.ch>
8400 L:      netdev@vger.kernel.org
8401 S:      Maintained
8402 F:      lib/rhashtable.c
8403 F:      include/linux/rhashtable.h
8404
8405 RICOH SMARTMEDIA/XD DRIVER
8406 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8407 S:      Maintained
8408 F:      drivers/mtd/nand/r852.c
8409 F:      drivers/mtd/nand/r852.h
8410
8411 RICOH R5C592 MEMORYSTICK DRIVER
8412 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8413 S:      Maintained
8414 F:      drivers/memstick/host/r592.*
8415
8416 ROCCAT DRIVERS
8417 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8418 W:      http://sourceforge.net/projects/roccat/
8419 S:      Maintained
8420 F:      drivers/hid/hid-roccat*
8421 F:      include/linux/hid-roccat*
8422 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8423
8424 ROCKER DRIVER
8425 M:      Jiri Pirko <jiri@resnulli.us>
8426 M:      Scott Feldman <sfeldma@gmail.com>
8427 L:      netdev@vger.kernel.org
8428 S:      Supported
8429 F:      drivers/net/ethernet/rocker/
8430
8431 ROCKETPORT DRIVER
8432 P:      Comtrol Corp.
8433 W:      http://www.comtrol.com
8434 S:      Maintained
8435 F:      Documentation/serial/rocket.txt
8436 F:      drivers/tty/rocket*
8437
8438 ROCKETPORT EXPRESS/INFINITY DRIVER
8439 M:      Kevin Cernekee <cernekee@gmail.com>
8440 L:      linux-serial@vger.kernel.org
8441 S:      Odd Fixes
8442 F:      drivers/tty/serial/rp2.*
8443
8444 ROSE NETWORK LAYER
8445 M:      Ralf Baechle <ralf@linux-mips.org>
8446 L:      linux-hams@vger.kernel.org
8447 W:      http://www.linux-ax25.org/
8448 S:      Maintained
8449 F:      include/net/rose.h
8450 F:      include/uapi/linux/rose.h
8451 F:      net/rose/
8452
8453 RTL2830 MEDIA DRIVER
8454 M:      Antti Palosaari <crope@iki.fi>
8455 L:      linux-media@vger.kernel.org
8456 W:      http://linuxtv.org/
8457 W:      http://palosaari.fi/linux/
8458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8459 T:      git git://linuxtv.org/anttip/media_tree.git
8460 S:      Maintained
8461 F:      drivers/media/dvb-frontends/rtl2830*
8462
8463 RTL2832 MEDIA DRIVER
8464 M:      Antti Palosaari <crope@iki.fi>
8465 L:      linux-media@vger.kernel.org
8466 W:      http://linuxtv.org/
8467 W:      http://palosaari.fi/linux/
8468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8469 T:      git git://linuxtv.org/anttip/media_tree.git
8470 S:      Maintained
8471 F:      drivers/media/dvb-frontends/rtl2832*
8472
8473 RTL2832_SDR MEDIA DRIVER
8474 M:      Antti Palosaari <crope@iki.fi>
8475 L:      linux-media@vger.kernel.org
8476 W:      http://linuxtv.org/
8477 W:      http://palosaari.fi/linux/
8478 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8479 T:      git git://linuxtv.org/anttip/media_tree.git
8480 S:      Maintained
8481 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8482
8483 RTL8180 WIRELESS DRIVER
8484 L:      linux-wireless@vger.kernel.org
8485 W:      http://wireless.kernel.org/
8486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8487 S:      Orphan
8488 F:      drivers/net/wireless/rtl818x/rtl8180/
8489
8490 RTL8187 WIRELESS DRIVER
8491 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8492 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8493 M:      Larry Finger <Larry.Finger@lwfinger.net>
8494 L:      linux-wireless@vger.kernel.org
8495 W:      http://wireless.kernel.org/
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8497 S:      Maintained
8498 F:      drivers/net/wireless/rtl818x/rtl8187/
8499
8500 RTL8192CE WIRELESS DRIVER
8501 M:      Larry Finger <Larry.Finger@lwfinger.net>
8502 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8503 L:      linux-wireless@vger.kernel.org
8504 W:      http://wireless.kernel.org/
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8506 S:      Maintained
8507 F:      drivers/net/wireless/rtlwifi/
8508 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8509
8510 S3 SAVAGE FRAMEBUFFER DRIVER
8511 M:      Antonino Daplas <adaplas@gmail.com>
8512 L:      linux-fbdev@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/video/fbdev/savage/
8515
8516 S390
8517 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8518 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8519 M:      linux390@de.ibm.com
8520 L:      linux-s390@vger.kernel.org
8521 W:      http://www.ibm.com/developerworks/linux/linux390/
8522 S:      Supported
8523 F:      arch/s390/
8524 F:      drivers/s390/
8525 F:      Documentation/s390/
8526 F:      Documentation/DocBook/s390*
8527
8528 S390 COMMON I/O LAYER
8529 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8530 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8531 L:      linux-s390@vger.kernel.org
8532 W:      http://www.ibm.com/developerworks/linux/linux390/
8533 S:      Supported
8534 F:      drivers/s390/cio/
8535
8536 S390 DASD DRIVER
8537 M:      Stefan Weinhuber <wein@de.ibm.com>
8538 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8539 L:      linux-s390@vger.kernel.org
8540 W:      http://www.ibm.com/developerworks/linux/linux390/
8541 S:      Supported
8542 F:      drivers/s390/block/dasd*
8543 F:      block/partitions/ibm.c
8544
8545 S390 NETWORK DRIVERS
8546 M:      Ursula Braun <ursula.braun@de.ibm.com>
8547 M:      linux390@de.ibm.com
8548 L:      linux-s390@vger.kernel.org
8549 W:      http://www.ibm.com/developerworks/linux/linux390/
8550 S:      Supported
8551 F:      drivers/s390/net/
8552
8553 S390 PCI SUBSYSTEM
8554 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8555 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8556 L:      linux-s390@vger.kernel.org
8557 W:      http://www.ibm.com/developerworks/linux/linux390/
8558 S:      Supported
8559 F:      arch/s390/pci/
8560 F:      drivers/pci/hotplug/s390_pci_hpc.c
8561
8562 S390 ZCRYPT DRIVER
8563 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8564 M:      linux390@de.ibm.com
8565 L:      linux-s390@vger.kernel.org
8566 W:      http://www.ibm.com/developerworks/linux/linux390/
8567 S:      Supported
8568 F:      drivers/s390/crypto/
8569
8570 S390 ZFCP DRIVER
8571 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8572 M:      linux390@de.ibm.com
8573 L:      linux-s390@vger.kernel.org
8574 W:      http://www.ibm.com/developerworks/linux/linux390/
8575 S:      Supported
8576 F:      drivers/s390/scsi/zfcp_*
8577
8578 S390 IUCV NETWORK LAYER
8579 M:      Ursula Braun <ursula.braun@de.ibm.com>
8580 M:      linux390@de.ibm.com
8581 L:      linux-s390@vger.kernel.org
8582 W:      http://www.ibm.com/developerworks/linux/linux390/
8583 S:      Supported
8584 F:      drivers/s390/net/*iucv*
8585 F:      include/net/iucv/
8586 F:      net/iucv/
8587
8588 S3C24XX SD/MMC Driver
8589 M:      Ben Dooks <ben-linux@fluff.org>
8590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8591 S:      Supported
8592 F:      drivers/mmc/host/s3cmci.*
8593
8594 SAA6588 RDS RECEIVER DRIVER
8595 M:      Hans Verkuil <hverkuil@xs4all.nl>
8596 L:      linux-media@vger.kernel.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 W:      http://linuxtv.org
8599 S:      Odd Fixes
8600 F:      drivers/media/i2c/saa6588*
8601
8602 SAA7134 VIDEO4LINUX DRIVER
8603 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8604 L:      linux-media@vger.kernel.org
8605 W:      http://linuxtv.org
8606 T:      git git://linuxtv.org/media_tree.git
8607 S:      Odd fixes
8608 F:      Documentation/video4linux/*.saa7134
8609 F:      drivers/media/pci/saa7134/
8610
8611 SAA7146 VIDEO4LINUX-2 DRIVER
8612 M:      Hans Verkuil <hverkuil@xs4all.nl>
8613 L:      linux-media@vger.kernel.org
8614 T:      git git://linuxtv.org/media_tree.git
8615 S:      Maintained
8616 F:      drivers/media/common/saa7146/
8617 F:      drivers/media/pci/saa7146/
8618 F:      include/media/saa7146*
8619
8620 SAMSUNG LAPTOP DRIVER
8621 M:      Corentin Chary <corentin.chary@gmail.com>
8622 L:      platform-driver-x86@vger.kernel.org
8623 S:      Maintained
8624 F:      drivers/platform/x86/samsung-laptop.c
8625
8626 SAMSUNG AUDIO (ASoC) DRIVERS
8627 M:      Sangbeom Kim <sbkim73@samsung.com>
8628 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8629 S:      Supported
8630 F:      sound/soc/samsung/
8631
8632 SAMSUNG FRAMEBUFFER DRIVER
8633 M:      Jingoo Han <jingoohan1@gmail.com>
8634 L:      linux-fbdev@vger.kernel.org
8635 S:      Maintained
8636 F:      drivers/video/fbdev/s3c-fb.c
8637
8638 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8639 M:      Sangbeom Kim <sbkim73@samsung.com>
8640 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8641 L:      linux-kernel@vger.kernel.org
8642 L:      linux-samsung-soc@vger.kernel.org
8643 S:      Supported
8644 F:      drivers/mfd/sec*.c
8645 F:      drivers/regulator/s2m*.c
8646 F:      drivers/regulator/s5m*.c
8647 F:      drivers/clk/clk-s2mps11.c
8648 F:      drivers/rtc/rtc-s5m.c
8649 F:      include/linux/mfd/samsung/
8650 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8651 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8652
8653 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8654 M:      Kyungmin Park <kyungmin.park@samsung.com>
8655 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8656 L:      linux-media@vger.kernel.org
8657 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8658 S:      Supported
8659 F:      drivers/media/platform/exynos4-is/
8660
8661 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8662 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8663 L:      linux-media@vger.kernel.org
8664 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8665 S:      Maintained
8666 F:      drivers/media/platform/s3c-camif/
8667 F:      include/media/s3c_camif.h
8668
8669 SAMSUNG S5C73M3 CAMERA DRIVER
8670 M:      Kyungmin Park <kyungmin.park@samsung.com>
8671 M:      Andrzej Hajda <a.hajda@samsung.com>
8672 L:      linux-media@vger.kernel.org
8673 S:      Supported
8674 F:      drivers/media/i2c/s5c73m3/*
8675
8676 SAMSUNG S5K5BAF CAMERA DRIVER
8677 M:      Kyungmin Park <kyungmin.park@samsung.com>
8678 M:      Andrzej Hajda <a.hajda@samsung.com>
8679 L:      linux-media@vger.kernel.org
8680 S:      Supported
8681 F:      drivers/media/i2c/s5k5baf.c
8682
8683 SAMSUNG SOC CLOCK DRIVERS
8684 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8685 M:      Tomasz Figa <tomasz.figa@gmail.com>
8686 S:      Supported
8687 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8688 F:      drivers/clk/samsung/
8689
8690 SAMSUNG SXGBE DRIVERS
8691 M:      Byungho An <bh74.an@samsung.com>
8692 M:      Girish K S <ks.giri@samsung.com>
8693 M:      Vipul Pandya <vipul.pandya@samsung.com>
8694 S:      Supported
8695 L:      netdev@vger.kernel.org
8696 F:      drivers/net/ethernet/samsung/sxgbe/
8697
8698 SAMSUNG THERMAL DRIVER
8699 M:      Lukasz Majewski <l.majewski@samsung.com>
8700 L:      linux-pm@vger.kernel.org
8701 L:      linux-samsung-soc@vger.kernel.org
8702 S:      Supported
8703 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8704 F:      drivers/thermal/samsung/
8705
8706 SAMSUNG USB2 PHY DRIVER
8707 M:      Kamil Debski <k.debski@samsung.com>
8708 L:      linux-kernel@vger.kernel.org
8709 S:      Supported
8710 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8711 F:      Documentation/phy/samsung-usb2.txt
8712 F:      drivers/phy/phy-exynos4210-usb2.c
8713 F:      drivers/phy/phy-exynos4x12-usb2.c
8714 F:      drivers/phy/phy-exynos5250-usb2.c
8715 F:      drivers/phy/phy-s5pv210-usb2.c
8716 F:      drivers/phy/phy-samsung-usb2.c
8717 F:      drivers/phy/phy-samsung-usb2.h
8718
8719 SERIAL DRIVERS
8720 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8721 L:      linux-serial@vger.kernel.org
8722 S:      Maintained
8723 F:      drivers/tty/serial/
8724
8725 SYNOPSYS DESIGNWARE DMAC DRIVER
8726 M:      Viresh Kumar <viresh.linux@gmail.com>
8727 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8728 S:      Maintained
8729 F:      include/linux/dma/dw.h
8730 F:      include/linux/platform_data/dma-dw.h
8731 F:      drivers/dma/dw/
8732
8733 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8734 M:      Seungwon Jeon <tgih.jun@samsung.com>
8735 M:      Jaehoon Chung <jh80.chung@samsung.com>
8736 L:      linux-mmc@vger.kernel.org
8737 S:      Maintained
8738 F:      include/linux/mmc/dw_mmc.h
8739 F:      drivers/mmc/host/dw_mmc*
8740
8741 THUNDERBOLT DRIVER
8742 M:      Andreas Noever <andreas.noever@gmail.com>
8743 S:      Maintained
8744 F:      drivers/thunderbolt/
8745
8746 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8747 M:      John Stultz <john.stultz@linaro.org>
8748 M:      Thomas Gleixner <tglx@linutronix.de>
8749 L:      linux-kernel@vger.kernel.org
8750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8751 S:      Supported
8752 F:      include/linux/clocksource.h
8753 F:      include/linux/time.h
8754 F:      include/linux/timex.h
8755 F:      include/uapi/linux/time.h
8756 F:      include/uapi/linux/timex.h
8757 F:      kernel/time/clocksource.c
8758 F:      kernel/time/time*.c
8759 F:      kernel/time/ntp.c
8760 F:      tools/testing/selftests/timers/
8761
8762 SC1200 WDT DRIVER
8763 M:      Zwane Mwaikambo <zwanem@gmail.com>
8764 S:      Maintained
8765 F:      drivers/watchdog/sc1200wdt.c
8766
8767 SCHEDULER
8768 M:      Ingo Molnar <mingo@redhat.com>
8769 M:      Peter Zijlstra <peterz@infradead.org>
8770 L:      linux-kernel@vger.kernel.org
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8772 S:      Maintained
8773 F:      kernel/sched/
8774 F:      include/linux/sched.h
8775 F:      include/uapi/linux/sched.h
8776 F:      include/linux/wait.h
8777
8778 SCORE ARCHITECTURE
8779 M:      Chen Liqin <liqin.linux@gmail.com>
8780 M:      Lennox Wu <lennox.wu@gmail.com>
8781 W:      http://www.sunplus.com
8782 S:      Supported
8783 F:      arch/score/
8784
8785 SCSI CDROM DRIVER
8786 M:      Jens Axboe <axboe@kernel.dk>
8787 L:      linux-scsi@vger.kernel.org
8788 W:      http://www.kernel.dk
8789 S:      Maintained
8790 F:      drivers/scsi/sr*
8791
8792 SCSI RDMA PROTOCOL (SRP) INITIATOR
8793 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8794 L:      linux-rdma@vger.kernel.org
8795 S:      Supported
8796 W:      http://www.openfabrics.org
8797 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8799 F:      drivers/infiniband/ulp/srp/
8800 F:      include/scsi/srp.h
8801
8802 SCSI SG DRIVER
8803 M:      Doug Gilbert <dgilbert@interlog.com>
8804 L:      linux-scsi@vger.kernel.org
8805 W:      http://sg.danny.cz/sg
8806 S:      Maintained
8807 F:      Documentation/scsi/scsi-generic.txt
8808 F:      drivers/scsi/sg.c
8809 F:      include/scsi/sg.h
8810
8811 SCSI SUBSYSTEM
8812 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8813 L:      linux-scsi@vger.kernel.org
8814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8815 S:      Maintained
8816 F:      drivers/scsi/
8817 F:      include/scsi/
8818
8819 SCSI TAPE DRIVER
8820 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8821 L:      linux-scsi@vger.kernel.org
8822 S:      Maintained
8823 F:      Documentation/scsi/st.txt
8824 F:      drivers/scsi/st.*
8825 F:      drivers/scsi/st_*.h
8826
8827 SCTP PROTOCOL
8828 M:      Vlad Yasevich <vyasevich@gmail.com>
8829 M:      Neil Horman <nhorman@tuxdriver.com>
8830 L:      linux-sctp@vger.kernel.org
8831 W:      http://lksctp.sourceforge.net
8832 S:      Maintained
8833 F:      Documentation/networking/sctp.txt
8834 F:      include/linux/sctp.h
8835 F:      include/uapi/linux/sctp.h
8836 F:      include/net/sctp/
8837 F:      net/sctp/
8838
8839 SCx200 CPU SUPPORT
8840 M:      Jim Cromie <jim.cromie@gmail.com>
8841 S:      Odd Fixes
8842 F:      Documentation/i2c/busses/scx200_acb
8843 F:      arch/x86/platform/scx200/
8844 F:      drivers/watchdog/scx200_wdt.c
8845 F:      drivers/i2c/busses/scx200*
8846 F:      drivers/mtd/maps/scx200_docflash.c
8847 F:      include/linux/scx200.h
8848
8849 SCx200 GPIO DRIVER
8850 M:      Jim Cromie <jim.cromie@gmail.com>
8851 S:      Maintained
8852 F:      drivers/char/scx200_gpio.c
8853 F:      include/linux/scx200_gpio.h
8854
8855 SCx200 HRT CLOCKSOURCE DRIVER
8856 M:      Jim Cromie <jim.cromie@gmail.com>
8857 S:      Maintained
8858 F:      drivers/clocksource/scx200_hrt.c
8859
8860 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8861 M:      Sascha Sommer <saschasommer@freenet.de>
8862 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8863 S:      Maintained
8864 F:      drivers/mmc/host/sdricoh_cs.c
8865
8866 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8867 L:      linux-mmc@vger.kernel.org
8868 S:      Orphan
8869 F:      drivers/mmc/host/sdhci.*
8870 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8871
8872 SECURE COMPUTING
8873 M:      Kees Cook <keescook@chromium.org>
8874 R:      Andy Lutomirski <luto@amacapital.net>
8875 R:      Will Drewry <wad@chromium.org>
8876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8877 S:      Supported
8878 F:      kernel/seccomp.c
8879 F:      include/uapi/linux/seccomp.h
8880 F:      include/linux/seccomp.h
8881 K:      \bsecure_computing
8882 K:      \bTIF_SECCOMP\b
8883
8884 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8885 M:      Ben Dooks <ben-linux@fluff.org>
8886 M:      Jaehoon Chung <jh80.chung@samsung.com>
8887 L:      linux-mmc@vger.kernel.org
8888 S:      Maintained
8889 F:      drivers/mmc/host/sdhci-s3c*
8890
8891 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8892 M:      Viresh Kumar <viresh.linux@gmail.com>
8893 L:      spear-devel@list.st.com
8894 L:      linux-mmc@vger.kernel.org
8895 S:      Maintained
8896 F:      drivers/mmc/host/sdhci-spear.c
8897
8898 SECURITY SUBSYSTEM
8899 M:      James Morris <james.l.morris@oracle.com>
8900 M:      Serge E. Hallyn <serge@hallyn.com>
8901 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8903 W:      http://kernsec.org/
8904 S:      Supported
8905 F:      security/
8906
8907 SECURITY CONTACT
8908 M:      Security Officers <security@kernel.org>
8909 S:      Supported
8910
8911 SELINUX SECURITY MODULE
8912 M:      Paul Moore <paul@paul-moore.com>
8913 M:      Stephen Smalley <sds@tycho.nsa.gov>
8914 M:      Eric Paris <eparis@parisplace.org>
8915 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8916 W:      http://selinuxproject.org
8917 T:      git git://git.infradead.org/users/pcmoore/selinux
8918 S:      Supported
8919 F:      include/linux/selinux*
8920 F:      security/selinux/
8921 F:      scripts/selinux/
8922
8923 APPARMOR SECURITY MODULE
8924 M:      John Johansen <john.johansen@canonical.com>
8925 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8926 W:      apparmor.wiki.kernel.org
8927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8928 S:      Supported
8929 F:      security/apparmor/
8930
8931 SENSABLE PHANTOM
8932 M:      Jiri Slaby <jirislaby@gmail.com>
8933 S:      Maintained
8934 F:      drivers/misc/phantom.c
8935 F:      include/uapi/linux/phantom.h
8936
8937 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8938 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8939 M:      Minh Tran <minh.tran@avagotech.com>
8940 M:      John Soni Jose <sony.john-n@avagotech.com>
8941 L:      linux-scsi@vger.kernel.org
8942 W:      http://www.avagotech.com
8943 S:      Supported
8944 F:      drivers/scsi/be2iscsi/
8945
8946 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8947 M:      Sathya Perla <sathya.perla@avagotech.com>
8948 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8949 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8950 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8951 L:      netdev@vger.kernel.org
8952 W:      http://www.emulex.com
8953 S:      Supported
8954 F:      drivers/net/ethernet/emulex/benet/
8955
8956 EMULEX ONECONNECT ROCE DRIVER
8957 M:      Selvin Xavier <selvin.xavier@emulex.com>
8958 M:      Devesh Sharma <devesh.sharma@emulex.com>
8959 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8960 L:      linux-rdma@vger.kernel.org
8961 W:      http://www.emulex.com
8962 S:      Supported
8963 F:      drivers/infiniband/hw/ocrdma/
8964
8965 SFC NETWORK DRIVER
8966 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8967 M:      Shradha Shah <sshah@solarflare.com>
8968 L:      netdev@vger.kernel.org
8969 S:      Supported
8970 F:      drivers/net/ethernet/sfc/
8971
8972 SGI GRU DRIVER
8973 M:      Dimitri Sivanich <sivanich@sgi.com>
8974 S:      Maintained
8975 F:      drivers/misc/sgi-gru/
8976
8977 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8978 M:      Pat Gefre <pfg@sgi.com>
8979 L:      linux-ia64@vger.kernel.org
8980 S:      Supported
8981 F:      Documentation/ia64/serial.txt
8982 F:      drivers/tty/serial/ioc?_serial.c
8983 F:      include/linux/ioc?.h
8984
8985 SGI XP/XPC/XPNET DRIVER
8986 M:      Cliff Whickman <cpw@sgi.com>
8987 M:      Robin Holt <robinmholt@gmail.com>
8988 S:      Maintained
8989 F:      drivers/misc/sgi-xp/
8990
8991 SI2157 MEDIA DRIVER
8992 M:      Antti Palosaari <crope@iki.fi>
8993 L:      linux-media@vger.kernel.org
8994 W:      http://linuxtv.org/
8995 W:      http://palosaari.fi/linux/
8996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8997 T:      git git://linuxtv.org/anttip/media_tree.git
8998 S:      Maintained
8999 F:      drivers/media/tuners/si2157*
9000
9001 SI2168 MEDIA DRIVER
9002 M:      Antti Palosaari <crope@iki.fi>
9003 L:      linux-media@vger.kernel.org
9004 W:      http://linuxtv.org/
9005 W:      http://palosaari.fi/linux/
9006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9007 T:      git git://linuxtv.org/anttip/media_tree.git
9008 S:      Maintained
9009 F:      drivers/media/dvb-frontends/si2168*
9010
9011 SI470X FM RADIO RECEIVER I2C DRIVER
9012 M:      Hans Verkuil <hverkuil@xs4all.nl>
9013 L:      linux-media@vger.kernel.org
9014 T:      git git://linuxtv.org/media_tree.git
9015 W:      http://linuxtv.org
9016 S:      Odd Fixes
9017 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9018
9019 SI470X FM RADIO RECEIVER USB DRIVER
9020 M:      Hans Verkuil <hverkuil@xs4all.nl>
9021 L:      linux-media@vger.kernel.org
9022 T:      git git://linuxtv.org/media_tree.git
9023 W:      http://linuxtv.org
9024 S:      Maintained
9025 F:      drivers/media/radio/si470x/radio-si470x-common.c
9026 F:      drivers/media/radio/si470x/radio-si470x.h
9027 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9028
9029 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9030 M:      Eduardo Valentin <edubezval@gmail.com>
9031 L:      linux-media@vger.kernel.org
9032 T:      git git://linuxtv.org/media_tree.git
9033 W:      http://linuxtv.org
9034 S:      Odd Fixes
9035 F:      drivers/media/radio/si4713/si4713.?
9036
9037 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9038 M:      Eduardo Valentin <edubezval@gmail.com>
9039 L:      linux-media@vger.kernel.org
9040 T:      git git://linuxtv.org/media_tree.git
9041 W:      http://linuxtv.org
9042 S:      Odd Fixes
9043 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9044
9045 SI4713 FM RADIO TRANSMITTER USB DRIVER
9046 M:      Hans Verkuil <hverkuil@xs4all.nl>
9047 L:      linux-media@vger.kernel.org
9048 T:      git git://linuxtv.org/media_tree.git
9049 W:      http://linuxtv.org
9050 S:      Maintained
9051 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9052
9053 SIANO DVB DRIVER
9054 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9055 L:      linux-media@vger.kernel.org
9056 W:      http://linuxtv.org
9057 T:      git git://linuxtv.org/media_tree.git
9058 S:      Odd fixes
9059 F:      drivers/media/common/siano/
9060 F:      drivers/media/usb/siano/
9061 F:      drivers/media/usb/siano/
9062 F:      drivers/media/mmc/siano/
9063
9064 SIMPLEFB FB DRIVER
9065 M:      Hans de Goede <hdegoede@redhat.com>
9066 L:      linux-fbdev@vger.kernel.org
9067 S:      Maintained
9068 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9069 F:      drivers/video/fbdev/simplefb.c
9070 F:      include/linux/platform_data/simplefb.h
9071
9072 SH_VEU V4L2 MEM2MEM DRIVER
9073 L:      linux-media@vger.kernel.org
9074 S:      Orphan
9075 F:      drivers/media/platform/sh_veu.c
9076
9077 SH_VOU V4L2 OUTPUT DRIVER
9078 L:      linux-media@vger.kernel.org
9079 S:      Orphan
9080 F:      drivers/media/platform/sh_vou.c
9081 F:      include/media/sh_vou.h
9082
9083 SIMPLE FIRMWARE INTERFACE (SFI)
9084 M:      Len Brown <lenb@kernel.org>
9085 L:      sfi-devel@simplefirmware.org
9086 W:      http://simplefirmware.org/
9087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9088 S:      Supported
9089 F:      arch/x86/platform/sfi/
9090 F:      drivers/sfi/
9091 F:      include/linux/sfi*.h
9092
9093 SIMTEC EB110ATX (Chalice CATS)
9094 P:      Ben Dooks
9095 P:      Vincent Sanders <vince@simtec.co.uk>
9096 M:      Simtec Linux Team <linux@simtec.co.uk>
9097 W:      http://www.simtec.co.uk/products/EB110ATX/
9098 S:      Supported
9099
9100 SIMTEC EB2410ITX (BAST)
9101 P:      Ben Dooks
9102 P:      Vincent Sanders <vince@simtec.co.uk>
9103 M:      Simtec Linux Team <linux@simtec.co.uk>
9104 W:      http://www.simtec.co.uk/products/EB2410ITX/
9105 S:      Supported
9106 F:      arch/arm/mach-s3c24xx/mach-bast.c
9107 F:      arch/arm/mach-s3c24xx/bast-ide.c
9108 F:      arch/arm/mach-s3c24xx/bast-irq.c
9109
9110 TI DAVINCI MACHINE SUPPORT
9111 M:      Sekhar Nori <nsekhar@ti.com>
9112 M:      Kevin Hilman <khilman@deeprootsystems.com>
9113 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9114 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9115 S:      Supported
9116 F:      arch/arm/mach-davinci/
9117 F:      drivers/i2c/busses/i2c-davinci.c
9118
9119 TI DAVINCI SERIES MEDIA DRIVER
9120 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9121 L:      linux-media@vger.kernel.org
9122 W:      http://linuxtv.org/
9123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9124 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9125 S:      Maintained
9126 F:      drivers/media/platform/davinci/
9127 F:      include/media/davinci/
9128
9129 TI AM437X VPFE DRIVER
9130 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9131 L:      linux-media@vger.kernel.org
9132 W:      http://linuxtv.org/
9133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9134 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9135 S:      Maintained
9136 F:      drivers/media/platform/am437x/
9137
9138 OV2659 OMNIVISION SENSOR DRIVER
9139 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9140 L:      linux-media@vger.kernel.org
9141 W:      http://linuxtv.org/
9142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9143 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9144 S:      Maintained
9145 F:      drivers/media/i2c/ov2659.c
9146 F:      include/media/ov2659.h
9147
9148 SIS 190 ETHERNET DRIVER
9149 M:      Francois Romieu <romieu@fr.zoreil.com>
9150 L:      netdev@vger.kernel.org
9151 S:      Maintained
9152 F:      drivers/net/ethernet/sis/sis190.c
9153
9154 SIS 900/7016 FAST ETHERNET DRIVER
9155 M:      Daniele Venzano <venza@brownhat.org>
9156 W:      http://www.brownhat.org/sis900.html
9157 L:      netdev@vger.kernel.org
9158 S:      Maintained
9159 F:      drivers/net/ethernet/sis/sis900.*
9160
9161 SIS FRAMEBUFFER DRIVER
9162 M:      Thomas Winischhofer <thomas@winischhofer.net>
9163 W:      http://www.winischhofer.net/linuxsisvga.shtml
9164 S:      Maintained
9165 F:      Documentation/fb/sisfb.txt
9166 F:      drivers/video/fbdev/sis/
9167 F:      include/video/sisfb.h
9168
9169 SIS USB2VGA DRIVER
9170 M:      Thomas Winischhofer <thomas@winischhofer.net>
9171 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9172 S:      Maintained
9173 F:      drivers/usb/misc/sisusbvga/
9174
9175 SLAB ALLOCATOR
9176 M:      Christoph Lameter <cl@linux.com>
9177 M:      Pekka Enberg <penberg@kernel.org>
9178 M:      David Rientjes <rientjes@google.com>
9179 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9180 M:      Andrew Morton <akpm@linux-foundation.org>
9181 L:      linux-mm@kvack.org
9182 S:      Maintained
9183 F:      include/linux/sl?b*.h
9184 F:      mm/sl?b*
9185
9186 SLEEPABLE READ-COPY UPDATE (SRCU)
9187 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9188 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9189 M:      Josh Triplett <josh@joshtriplett.org>
9190 R:      Steven Rostedt <rostedt@goodmis.org>
9191 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9192 L:      linux-kernel@vger.kernel.org
9193 W:      http://www.rdrop.com/users/paulmck/RCU/
9194 S:      Supported
9195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9196 F:      include/linux/srcu.h
9197 F:      kernel/rcu/srcu.c
9198
9199 SMACK SECURITY MODULE
9200 M:      Casey Schaufler <casey@schaufler-ca.com>
9201 L:      linux-security-module@vger.kernel.org
9202 W:      http://schaufler-ca.com
9203 T:      git git://git.gitorious.org/smack-next/kernel.git
9204 S:      Maintained
9205 F:      Documentation/security/Smack.txt
9206 F:      security/smack/
9207
9208 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9209 M:      Kevin Hilman <khilman@kernel.org>
9210 M:      Nishanth Menon <nm@ti.com>
9211 S:      Maintained
9212 F:      drivers/power/avs/
9213 F:      include/linux/power/smartreflex.h
9214 L:      linux-pm@vger.kernel.org
9215
9216 SMC91x ETHERNET DRIVER
9217 M:      Nicolas Pitre <nico@fluxnic.net>
9218 S:      Odd Fixes
9219 F:      drivers/net/ethernet/smsc/smc91x.*
9220
9221 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9222 M:      Sakari Ailus <sakari.ailus@iki.fi>
9223 L:      linux-media@vger.kernel.org
9224 S:      Maintained
9225 F:      drivers/media/i2c/smiapp/
9226 F:      include/media/smiapp.h
9227 F:      drivers/media/i2c/smiapp-pll.c
9228 F:      drivers/media/i2c/smiapp-pll.h
9229 F:      include/uapi/linux/smiapp.h
9230 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9231
9232 SMM665 HARDWARE MONITOR DRIVER
9233 M:      Guenter Roeck <linux@roeck-us.net>
9234 L:      lm-sensors@lm-sensors.org
9235 S:      Maintained
9236 F:      Documentation/hwmon/smm665
9237 F:      drivers/hwmon/smm665.c
9238
9239 SMSC EMC2103 HARDWARE MONITOR DRIVER
9240 M:      Steve Glendinning <steve.glendinning@shawell.net>
9241 L:      lm-sensors@lm-sensors.org
9242 S:      Maintained
9243 F:      Documentation/hwmon/emc2103
9244 F:      drivers/hwmon/emc2103.c
9245
9246 SMSC SCH5627 HARDWARE MONITOR DRIVER
9247 M:      Hans de Goede <hdegoede@redhat.com>
9248 L:      lm-sensors@lm-sensors.org
9249 S:      Supported
9250 F:      Documentation/hwmon/sch5627
9251 F:      drivers/hwmon/sch5627.c
9252
9253 SMSC47B397 HARDWARE MONITOR DRIVER
9254 M:      Jean Delvare <jdelvare@suse.de>
9255 L:      lm-sensors@lm-sensors.org
9256 S:      Maintained
9257 F:      Documentation/hwmon/smsc47b397
9258 F:      drivers/hwmon/smsc47b397.c
9259
9260 SMSC911x ETHERNET DRIVER
9261 M:      Steve Glendinning <steve.glendinning@shawell.net>
9262 L:      netdev@vger.kernel.org
9263 S:      Maintained
9264 F:      include/linux/smsc911x.h
9265 F:      drivers/net/ethernet/smsc/smsc911x.*
9266
9267 SMSC9420 PCI ETHERNET DRIVER
9268 M:      Steve Glendinning <steve.glendinning@shawell.net>
9269 L:      netdev@vger.kernel.org
9270 S:      Maintained
9271 F:      drivers/net/ethernet/smsc/smsc9420.*
9272
9273 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9274 M:      Steve Glendinning <steve.glendinning@shawell.net>
9275 L:      linux-fbdev@vger.kernel.org
9276 S:      Maintained
9277 F:      drivers/video/fbdev/smscufx.c
9278
9279 SOC-CAMERA V4L2 SUBSYSTEM
9280 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9281 L:      linux-media@vger.kernel.org
9282 T:      git git://linuxtv.org/media_tree.git
9283 S:      Maintained
9284 F:      include/media/soc*
9285 F:      drivers/media/i2c/soc_camera/
9286 F:      drivers/media/platform/soc_camera/
9287
9288 SOEKRIS NET48XX LED SUPPORT
9289 M:      Chris Boot <bootc@bootc.net>
9290 S:      Maintained
9291 F:      drivers/leds/leds-net48xx.c
9292
9293 SOFTLOGIC 6x10 MPEG CODEC
9294 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9295 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9296 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9297 M:      Ismael Luceno <ismael@iodev.co.uk>
9298 L:      linux-media@vger.kernel.org
9299 S:      Supported
9300 F:      drivers/media/pci/solo6x10/
9301
9302 SOFTWARE RAID (Multiple Disks) SUPPORT
9303 M:      Neil Brown <neilb@suse.de>
9304 L:      linux-raid@vger.kernel.org
9305 S:      Supported
9306 F:      drivers/md/
9307 F:      include/linux/raid/
9308 F:      include/uapi/linux/raid/
9309
9310 SONIC NETWORK DRIVER
9311 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9312 L:      netdev@vger.kernel.org
9313 S:      Maintained
9314 F:      drivers/net/ethernet/natsemi/sonic.*
9315
9316 SONICS SILICON BACKPLANE DRIVER (SSB)
9317 M:      Michael Buesch <m@bues.ch>
9318 L:      netdev@vger.kernel.org
9319 S:      Maintained
9320 F:      drivers/ssb/
9321 F:      include/linux/ssb/
9322
9323 SONY VAIO CONTROL DEVICE DRIVER
9324 M:      Mattia Dongili <malattia@linux.it>
9325 L:      platform-driver-x86@vger.kernel.org
9326 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9327 S:      Maintained
9328 F:      Documentation/laptops/sony-laptop.txt
9329 F:      drivers/char/sonypi.c
9330 F:      drivers/platform/x86/sony-laptop.c
9331 F:      include/linux/sony-laptop.h
9332
9333 SONY MEMORYSTICK CARD SUPPORT
9334 M:      Alex Dubov <oakad@yahoo.com>
9335 W:      http://tifmxx.berlios.de/
9336 S:      Maintained
9337 F:      drivers/memstick/host/tifm_ms.c
9338
9339 SONY MEMORYSTICK STANDARD SUPPORT
9340 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9341 S:      Maintained
9342 F:      drivers/memstick/core/ms_block.*
9343
9344 SOUND
9345 M:      Jaroslav Kysela <perex@perex.cz>
9346 M:      Takashi Iwai <tiwai@suse.de>
9347 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9348 W:      http://www.alsa-project.org/
9349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9350 T:      git git://git.alsa-project.org/alsa-kernel.git
9351 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9352 S:      Maintained
9353 F:      Documentation/sound/
9354 F:      include/sound/
9355 F:      include/uapi/sound/
9356 F:      sound/
9357
9358 SOUND - COMPRESSED AUDIO
9359 M:      Vinod Koul <vinod.koul@intel.com>
9360 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9362 S:      Supported
9363 F:      Documentation/sound/alsa/compress_offload.txt
9364 F:      include/sound/compress_driver.h
9365 F:      include/uapi/sound/compress_*
9366 F:      sound/core/compress_offload.c
9367 F:      sound/soc/soc-compress.c
9368
9369 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9370 M:      Liam Girdwood <lgirdwood@gmail.com>
9371 M:      Mark Brown <broonie@kernel.org>
9372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9373 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9374 W:      http://alsa-project.org/main/index.php/ASoC
9375 S:      Supported
9376 F:      Documentation/sound/alsa/soc/
9377 F:      sound/soc/
9378 F:      include/sound/soc*
9379
9380 SOUND - DMAENGINE HELPERS
9381 M:      Lars-Peter Clausen <lars@metafoo.de>
9382 S:      Supported
9383 F:      include/sound/dmaengine_pcm.h
9384 F:      sound/core/pcm_dmaengine.c
9385 F:      sound/soc/soc-generic-dmaengine-pcm.c
9386
9387 SP2 MEDIA DRIVER
9388 M:      Olli Salonen <olli.salonen@iki.fi>
9389 L:      linux-media@vger.kernel.org
9390 W:      http://linuxtv.org/
9391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9392 S:      Maintained
9393 F:      drivers/media/dvb-frontends/sp2*
9394
9395 SPARC + UltraSPARC (sparc/sparc64)
9396 M:      "David S. Miller" <davem@davemloft.net>
9397 L:      sparclinux@vger.kernel.org
9398 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9401 S:      Maintained
9402 F:      arch/sparc/
9403 F:      drivers/sbus/
9404
9405 SPARC SERIAL DRIVERS
9406 M:      "David S. Miller" <davem@davemloft.net>
9407 L:      sparclinux@vger.kernel.org
9408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9410 S:      Maintained
9411 F:      include/linux/sunserialcore.h
9412 F:      drivers/tty/serial/suncore.c
9413 F:      drivers/tty/serial/sunhv.c
9414 F:      drivers/tty/serial/sunsab.c
9415 F:      drivers/tty/serial/sunsab.h
9416 F:      drivers/tty/serial/sunsu.c
9417 F:      drivers/tty/serial/sunzilog.c
9418 F:      drivers/tty/serial/sunzilog.h
9419
9420 SPARSE CHECKER
9421 M:      "Christopher Li" <sparse@chrisli.org>
9422 L:      linux-sparse@vger.kernel.org
9423 W:      https://sparse.wiki.kernel.org/
9424 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9425 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9426 S:      Maintained
9427 F:      include/linux/compiler.h
9428
9429 SPEAR PLATFORM SUPPORT
9430 M:      Viresh Kumar <viresh.linux@gmail.com>
9431 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9432 L:      spear-devel@list.st.com
9433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9434 W:      http://www.st.com/spear
9435 S:      Maintained
9436 F:      arch/arm/mach-spear/
9437
9438 SPEAR CLOCK FRAMEWORK SUPPORT
9439 M:      Viresh Kumar <viresh.linux@gmail.com>
9440 L:      spear-devel@list.st.com
9441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9442 W:      http://www.st.com/spear
9443 S:      Maintained
9444 F:      drivers/clk/spear/
9445
9446 SPI SUBSYSTEM
9447 M:      Mark Brown <broonie@kernel.org>
9448 L:      linux-spi@vger.kernel.org
9449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9450 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9451 S:      Maintained
9452 F:      Documentation/spi/
9453 F:      drivers/spi/
9454 F:      include/linux/spi/
9455 F:      include/uapi/linux/spi/
9456
9457 SPIDERNET NETWORK DRIVER for CELL
9458 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9459 M:      Jens Osterkamp <jens@de.ibm.com>
9460 L:      netdev@vger.kernel.org
9461 S:      Supported
9462 F:      Documentation/networking/spider_net.txt
9463 F:      drivers/net/ethernet/toshiba/spider_net*
9464
9465 SPU FILE SYSTEM
9466 M:      Jeremy Kerr <jk@ozlabs.org>
9467 L:      linuxppc-dev@lists.ozlabs.org
9468 W:      http://www.ibm.com/developerworks/power/cell/
9469 S:      Supported
9470 F:      Documentation/filesystems/spufs.txt
9471 F:      arch/powerpc/platforms/cell/spufs/
9472
9473 SQUASHFS FILE SYSTEM
9474 M:      Phillip Lougher <phillip@squashfs.org.uk>
9475 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9476 W:      http://squashfs.org.uk
9477 S:      Maintained
9478 F:      Documentation/filesystems/squashfs.txt
9479 F:      fs/squashfs/
9480
9481 SRM (Alpha) environment access
9482 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9483 S:      Maintained
9484 F:      arch/alpha/kernel/srm_env.c
9485
9486 STABLE BRANCH
9487 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9488 L:      stable@vger.kernel.org
9489 S:      Supported
9490 F:      Documentation/stable_kernel_rules.txt
9491
9492 STAGING SUBSYSTEM
9493 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9495 L:      devel@driverdev.osuosl.org
9496 S:      Supported
9497 F:      drivers/staging/
9498
9499 STAGING - COMEDI
9500 M:      Ian Abbott <abbotti@mev.co.uk>
9501 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9502 S:      Odd Fixes
9503 F:      drivers/staging/comedi/
9504
9505 STAGING - FLARION FT1000 DRIVERS
9506 M:      Marek Belisko <marek.belisko@gmail.com>
9507 S:      Odd Fixes
9508 F:      drivers/staging/ft1000/
9509
9510 STAGING - INDUSTRIAL IO
9511 M:      Jonathan Cameron <jic23@kernel.org>
9512 L:      linux-iio@vger.kernel.org
9513 S:      Odd Fixes
9514 F:      drivers/staging/iio/
9515
9516 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9517 M:      Jarod Wilson <jarod@wilsonet.com>
9518 W:      http://www.lirc.org/
9519 S:      Odd Fixes
9520 F:      drivers/staging/media/lirc/
9521
9522 STAGING - LUSTRE PARALLEL FILESYSTEM
9523 M:      Oleg Drokin <oleg.drokin@intel.com>
9524 M:      Andreas Dilger <andreas.dilger@intel.com>
9525 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9526 W:      http://lustre.opensfs.org/
9527 S:      Maintained
9528 F:      drivers/staging/lustre
9529
9530 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9531 M:      Julian Andres Klode <jak@jak-linux.org>
9532 M:      Marc Dietrich <marvin24@gmx.de>
9533 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9534 L:      linux-tegra@vger.kernel.org
9535 S:      Maintained
9536 F:      drivers/staging/nvec/
9537
9538 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9539 M:      Jens Frederich <jfrederich@gmail.com>
9540 M:      Daniel Drake <dsd@laptop.org>
9541 M:      Jon Nettleton <jon.nettleton@gmail.com>
9542 W:      http://wiki.laptop.org/go/DCON
9543 S:      Maintained
9544 F:      drivers/staging/olpc_dcon/
9545
9546 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9547 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9548 S:      Maintained
9549 F:      drivers/staging/ozwpan/
9550
9551 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9552 M:      Willy Tarreau <willy@meta-x.org>
9553 S:      Odd Fixes
9554 F:      drivers/staging/panel/
9555
9556 STAGING - REALTEK RTL8712U DRIVERS
9557 M:      Larry Finger <Larry.Finger@lwfinger.net>
9558 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9559 S:      Odd Fixes
9560 F:      drivers/staging/rtl8712/
9561
9562 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9563 M:      Larry Finger <Larry.Finger@lwfinger.net>
9564 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9565 L:      linux-wireless@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/staging/rtl8723au/
9568
9569 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9570 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9571 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9572 M:      Sudip Mukherjee <sudip@vectorindia.org>
9573 L:      linux-fbdev@vger.kernel.org
9574 S:      Maintained
9575 F:      drivers/staging/sm7xxfb/
9576
9577 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9578 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9579 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9580 M:      Sudip Mukherjee <sudip@vectorindia.org>
9581 L:      linux-fbdev@vger.kernel.org
9582 S:      Maintained
9583 F:      drivers/staging/sm750fb/
9584
9585 STAGING - SLICOSS
9586 M:      Lior Dotan <liodot@gmail.com>
9587 M:      Christopher Harrer <charrer@alacritech.com>
9588 S:      Odd Fixes
9589 F:      drivers/staging/slicoss/
9590
9591 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9592 M:      William Hubbs <w.d.hubbs@gmail.com>
9593 M:      Chris Brannon <chris@the-brannons.com>
9594 M:      Kirk Reiser <kirk@reisers.ca>
9595 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9596 L:      speakup@linux-speakup.org
9597 W:      http://www.linux-speakup.org/
9598 S:      Odd Fixes
9599 F:      drivers/staging/speakup/
9600
9601 STAGING - VIA VT665X DRIVERS
9602 M:      Forest Bond <forest@alittletooquiet.net>
9603 S:      Odd Fixes
9604 F:      drivers/staging/vt665?/
9605
9606 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9607 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9608 S:      Odd Fixes
9609 F:      drivers/staging/xgifb/
9610
9611 STARFIRE/DURALAN NETWORK DRIVER
9612 M:      Ion Badulescu <ionut@badula.org>
9613 S:      Odd Fixes
9614 F:      drivers/net/ethernet/adaptec/starfire*
9615
9616 SUN3/3X
9617 M:      Sam Creasey <sammy@sammy.net>
9618 W:      http://sammy.net/sun3/
9619 S:      Maintained
9620 F:      arch/m68k/kernel/*sun3*
9621 F:      arch/m68k/sun3*/
9622 F:      arch/m68k/include/asm/sun3*
9623 F:      drivers/net/ethernet/i825xx/sun3*
9624
9625 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9626 M:      Hans de Goede <hdegoede@redhat.com>
9627 L:      linux-input@vger.kernel.org
9628 S:      Maintained
9629 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9630 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9631
9632 SUNDANCE NETWORK DRIVER
9633 M:      Denis Kirjanov <kda@linux-powerpc.org>
9634 L:      netdev@vger.kernel.org
9635 S:      Maintained
9636 F:      drivers/net/ethernet/dlink/sundance.c
9637
9638 SUPERH
9639 L:      linux-sh@vger.kernel.org
9640 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9641 S:      Orphan
9642 F:      Documentation/sh/
9643 F:      arch/sh/
9644 F:      drivers/sh/
9645
9646 SUSPEND TO RAM
9647 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9648 M:      Len Brown <len.brown@intel.com>
9649 M:      Pavel Machek <pavel@ucw.cz>
9650 L:      linux-pm@vger.kernel.org
9651 S:      Supported
9652 F:      Documentation/power/
9653 F:      arch/x86/kernel/acpi/
9654 F:      drivers/base/power/
9655 F:      kernel/power/
9656 F:      include/linux/suspend.h
9657 F:      include/linux/freezer.h
9658 F:      include/linux/pm.h
9659
9660 SVGA HANDLING
9661 M:      Martin Mares <mj@ucw.cz>
9662 L:      linux-video@atrey.karlin.mff.cuni.cz
9663 S:      Maintained
9664 F:      Documentation/svga.txt
9665 F:      arch/x86/boot/video*
9666
9667 SWIOTLB SUBSYSTEM
9668 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9669 L:      linux-kernel@vger.kernel.org
9670 S:      Supported
9671 F:      lib/swiotlb.c
9672 F:      arch/*/kernel/pci-swiotlb.c
9673 F:      include/linux/swiotlb.h
9674
9675 SWITCHDEV
9676 M:      Jiri Pirko <jiri@resnulli.us>
9677 L:      netdev@vger.kernel.org
9678 S:      Supported
9679 F:      net/switchdev/
9680 F:      include/net/switchdev.h
9681
9682 SYNOPSYS ARC ARCHITECTURE
9683 M:      Vineet Gupta <vgupta@synopsys.com>
9684 S:      Supported
9685 F:      arch/arc/
9686 F:      Documentation/devicetree/bindings/arc/
9687 F:      drivers/tty/serial/arc_uart.c
9688
9689 SYSTEM CONFIGURATION (SYSCON)
9690 M:      Lee Jones <lee.jones@linaro.org>
9691 M:      Arnd Bergmann <arnd@arndb.de>
9692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9693 S:      Supported
9694 F:      drivers/mfd/syscon.c
9695
9696 SYSV FILESYSTEM
9697 M:      Christoph Hellwig <hch@infradead.org>
9698 S:      Maintained
9699 F:      Documentation/filesystems/sysv-fs.txt
9700 F:      fs/sysv/
9701 F:      include/linux/sysv_fs.h
9702
9703 TARGET SUBSYSTEM
9704 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9705 L:      linux-scsi@vger.kernel.org
9706 L:      target-devel@vger.kernel.org
9707 W:      http://www.linux-iscsi.org
9708 W:      http://groups.google.com/group/linux-iscsi-target-dev
9709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9710 S:      Supported
9711 F:      drivers/target/
9712 F:      include/target/
9713 F:      Documentation/target/
9714
9715 TASKSTATS STATISTICS INTERFACE
9716 M:      Balbir Singh <bsingharora@gmail.com>
9717 S:      Maintained
9718 F:      Documentation/accounting/taskstats*
9719 F:      include/linux/taskstats*
9720 F:      kernel/taskstats.c
9721
9722 TC CLASSIFIER
9723 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9724 L:      netdev@vger.kernel.org
9725 S:      Maintained
9726 F:      include/net/pkt_cls.h
9727 F:      include/uapi/linux/pkt_cls.h
9728 F:      net/sched/
9729
9730 TCP LOW PRIORITY MODULE
9731 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9732 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9733 W:      http://tcp-lp-mod.sourceforge.net/
9734 S:      Maintained
9735 F:      net/ipv4/tcp_lp.c
9736
9737 TDA10071 MEDIA DRIVER
9738 M:      Antti Palosaari <crope@iki.fi>
9739 L:      linux-media@vger.kernel.org
9740 W:      http://linuxtv.org/
9741 W:      http://palosaari.fi/linux/
9742 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9743 T:      git git://linuxtv.org/anttip/media_tree.git
9744 S:      Maintained
9745 F:      drivers/media/dvb-frontends/tda10071*
9746
9747 TDA18212 MEDIA DRIVER
9748 M:      Antti Palosaari <crope@iki.fi>
9749 L:      linux-media@vger.kernel.org
9750 W:      http://linuxtv.org/
9751 W:      http://palosaari.fi/linux/
9752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9753 T:      git git://linuxtv.org/anttip/media_tree.git
9754 S:      Maintained
9755 F:      drivers/media/tuners/tda18212*
9756
9757 TDA18218 MEDIA DRIVER
9758 M:      Antti Palosaari <crope@iki.fi>
9759 L:      linux-media@vger.kernel.org
9760 W:      http://linuxtv.org/
9761 W:      http://palosaari.fi/linux/
9762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9763 T:      git git://linuxtv.org/anttip/media_tree.git
9764 S:      Maintained
9765 F:      drivers/media/tuners/tda18218*
9766
9767 TDA18271 MEDIA DRIVER
9768 M:      Michael Krufky <mkrufky@linuxtv.org>
9769 L:      linux-media@vger.kernel.org
9770 W:      http://linuxtv.org/
9771 W:      http://github.com/mkrufky
9772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9773 T:      git git://linuxtv.org/mkrufky/tuners.git
9774 S:      Maintained
9775 F:      drivers/media/tuners/tda18271*
9776
9777 TDA827x MEDIA DRIVER
9778 M:      Michael Krufky <mkrufky@linuxtv.org>
9779 L:      linux-media@vger.kernel.org
9780 W:      http://linuxtv.org/
9781 W:      http://github.com/mkrufky
9782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9783 T:      git git://linuxtv.org/mkrufky/tuners.git
9784 S:      Maintained
9785 F:      drivers/media/tuners/tda8290.*
9786
9787 TDA8290 MEDIA DRIVER
9788 M:      Michael Krufky <mkrufky@linuxtv.org>
9789 L:      linux-media@vger.kernel.org
9790 W:      http://linuxtv.org/
9791 W:      http://github.com/mkrufky
9792 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9793 T:      git git://linuxtv.org/mkrufky/tuners.git
9794 S:      Maintained
9795 F:      drivers/media/tuners/tda8290.*
9796
9797 TDA9840 MEDIA DRIVER
9798 M:      Hans Verkuil <hverkuil@xs4all.nl>
9799 L:      linux-media@vger.kernel.org
9800 T:      git git://linuxtv.org/media_tree.git
9801 W:      http://linuxtv.org
9802 S:      Maintained
9803 F:      drivers/media/i2c/tda9840*
9804
9805 TEA5761 TUNER DRIVER
9806 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9807 L:      linux-media@vger.kernel.org
9808 W:      http://linuxtv.org
9809 T:      git git://linuxtv.org/media_tree.git
9810 S:      Odd fixes
9811 F:      drivers/media/tuners/tea5761.*
9812
9813 TEA5767 TUNER DRIVER
9814 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9815 L:      linux-media@vger.kernel.org
9816 W:      http://linuxtv.org
9817 T:      git git://linuxtv.org/media_tree.git
9818 S:      Maintained
9819 F:      drivers/media/tuners/tea5767.*
9820
9821 TEA6415C MEDIA DRIVER
9822 M:      Hans Verkuil <hverkuil@xs4all.nl>
9823 L:      linux-media@vger.kernel.org
9824 T:      git git://linuxtv.org/media_tree.git
9825 W:      http://linuxtv.org
9826 S:      Maintained
9827 F:      drivers/media/i2c/tea6415c*
9828
9829 TEA6420 MEDIA DRIVER
9830 M:      Hans Verkuil <hverkuil@xs4all.nl>
9831 L:      linux-media@vger.kernel.org
9832 T:      git git://linuxtv.org/media_tree.git
9833 W:      http://linuxtv.org
9834 S:      Maintained
9835 F:      drivers/media/i2c/tea6420*
9836
9837 TEAM DRIVER
9838 M:      Jiri Pirko <jiri@resnulli.us>
9839 L:      netdev@vger.kernel.org
9840 S:      Supported
9841 F:      drivers/net/team/
9842 F:      include/linux/if_team.h
9843 F:      include/uapi/linux/if_team.h
9844
9845 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9846 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9847 S:      Maintained
9848 F:      arch/x86/platform/ts5500/
9849
9850 TECHNOTREND USB IR RECEIVER
9851 M:      Sean Young <sean@mess.org>
9852 L:      linux-media@vger.kernel.org
9853 S:      Maintained
9854 F:      drivers/media/rc/ttusbir.c
9855
9856 TEGRA ARCHITECTURE SUPPORT
9857 M:      Stephen Warren <swarren@wwwdotorg.org>
9858 M:      Thierry Reding <thierry.reding@gmail.com>
9859 M:      Alexandre Courbot <gnurou@gmail.com>
9860 L:      linux-tegra@vger.kernel.org
9861 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9863 S:      Supported
9864 N:      [^a-z]tegra
9865
9866 TEGRA CLOCK DRIVER
9867 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9868 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9869 S:      Supported
9870 F:      drivers/clk/tegra/
9871
9872 TEGRA DMA DRIVER
9873 M:      Laxman Dewangan <ldewangan@nvidia.com>
9874 S:      Supported
9875 F:      drivers/dma/tegra20-apb-dma.c
9876
9877 TEGRA I2C DRIVER
9878 M:      Laxman Dewangan <ldewangan@nvidia.com>
9879 S:      Supported
9880 F:      drivers/i2c/busses/i2c-tegra.c
9881
9882 TEGRA IOMMU DRIVERS
9883 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9884 S:      Supported
9885 F:      drivers/iommu/tegra*
9886
9887 TEGRA KBC DRIVER
9888 M:      Rakesh Iyer <riyer@nvidia.com>
9889 M:      Laxman Dewangan <ldewangan@nvidia.com>
9890 S:      Supported
9891 F:      drivers/input/keyboard/tegra-kbc.c
9892
9893 TEGRA PWM DRIVER
9894 M:      Thierry Reding <thierry.reding@gmail.com>
9895 S:      Supported
9896 F:      drivers/pwm/pwm-tegra.c
9897
9898 TEGRA SERIAL DRIVER
9899 M:      Laxman Dewangan <ldewangan@nvidia.com>
9900 S:      Supported
9901 F:      drivers/tty/serial/serial-tegra.c
9902
9903 TEGRA SPI DRIVER
9904 M:      Laxman Dewangan <ldewangan@nvidia.com>
9905 S:      Supported
9906 F:      drivers/spi/spi-tegra*
9907
9908 TEHUTI ETHERNET DRIVER
9909 M:      Andy Gospodarek <andy@greyhouse.net>
9910 L:      netdev@vger.kernel.org
9911 S:      Supported
9912 F:      drivers/net/ethernet/tehuti/*
9913
9914 Telecom Clock Driver for MCPL0010
9915 M:      Mark Gross <mark.gross@intel.com>
9916 S:      Supported
9917 F:      drivers/char/tlclk.c
9918
9919 TENSILICA XTENSA PORT (xtensa)
9920 M:      Chris Zankel <chris@zankel.net>
9921 M:      Max Filippov <jcmvbkbc@gmail.com>
9922 L:      linux-xtensa@linux-xtensa.org
9923 S:      Maintained
9924 F:      arch/xtensa/
9925 F:      drivers/irqchip/irq-xtensa-*
9926
9927 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9928 M:      Hans Verkuil <hverkuil@xs4all.nl>
9929 L:      linux-media@vger.kernel.org
9930 T:      git git://linuxtv.org/media_tree.git
9931 W:      http://linuxtv.org
9932 S:      Maintained
9933 F:      drivers/media/radio/radio-raremono.c
9934
9935 THERMAL
9936 M:      Zhang Rui <rui.zhang@intel.com>
9937 M:      Eduardo Valentin <edubezval@gmail.com>
9938 L:      linux-pm@vger.kernel.org
9939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9941 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9942 S:      Supported
9943 F:      drivers/thermal/
9944 F:      include/linux/thermal.h
9945 F:      include/uapi/linux/thermal.h
9946 F:      include/linux/cpu_cooling.h
9947 F:      Documentation/devicetree/bindings/thermal/
9948
9949 THINGM BLINK(1) USB RGB LED DRIVER
9950 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9951 S:      Maintained
9952 F:      drivers/hid/hid-thingm.c
9953
9954 THINKPAD ACPI EXTRAS DRIVER
9955 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9956 L:      ibm-acpi-devel@lists.sourceforge.net
9957 L:      platform-driver-x86@vger.kernel.org
9958 W:      http://ibm-acpi.sourceforge.net
9959 W:      http://thinkwiki.org/wiki/Ibm-acpi
9960 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9961 S:      Maintained
9962 F:      drivers/platform/x86/thinkpad_acpi.c
9963
9964 TI BANDGAP AND THERMAL DRIVER
9965 M:      Eduardo Valentin <edubezval@gmail.com>
9966 L:      linux-pm@vger.kernel.org
9967 L:      linux-omap@vger.kernel.org
9968 S:      Maintained
9969 F:      drivers/thermal/ti-soc-thermal/
9970
9971 TI CDCE706 CLOCK DRIVER
9972 M:      Max Filippov <jcmvbkbc@gmail.com>
9973 S:      Maintained
9974 F:      drivers/clk/clk-cdce706.c
9975
9976 TI CLOCK DRIVER
9977 M:      Tero Kristo <t-kristo@ti.com>
9978 L:      linux-omap@vger.kernel.org
9979 S:      Maintained
9980 F:      drivers/clk/ti/
9981 F:      include/linux/clk/ti.h
9982
9983 TI FLASH MEDIA INTERFACE DRIVER
9984 M:      Alex Dubov <oakad@yahoo.com>
9985 S:      Maintained
9986 F:      drivers/misc/tifm*
9987 F:      drivers/mmc/host/tifm_sd.c
9988 F:      include/linux/tifm.h
9989
9990 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9991 M:      Santosh Shilimkar <ssantosh@kernel.org>
9992 L:      linux-kernel@vger.kernel.org
9993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9994 S:      Maintained
9995 F:      drivers/soc/ti/*
9996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9997
9998
9999 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10000 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10001 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10002 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10003 S:      Maintained
10004 F:      sound/soc/codecs/lm49453*
10005 F:      sound/soc/codecs/isabelle*
10006
10007 TI LP855x BACKLIGHT DRIVER
10008 M:      Milo Kim <milo.kim@ti.com>
10009 S:      Maintained
10010 F:      Documentation/backlight/lp855x-driver.txt
10011 F:      drivers/video/backlight/lp855x_bl.c
10012 F:      include/linux/platform_data/lp855x.h
10013
10014 TI LP8727 CHARGER DRIVER
10015 M:      Milo Kim <milo.kim@ti.com>
10016 S:      Maintained
10017 F:      drivers/power/lp8727_charger.c
10018 F:      include/linux/platform_data/lp8727.h
10019
10020 TI LP8788 MFD DRIVER
10021 M:      Milo Kim <milo.kim@ti.com>
10022 S:      Maintained
10023 F:      drivers/iio/adc/lp8788_adc.c
10024 F:      drivers/leds/leds-lp8788.c
10025 F:      drivers/mfd/lp8788*.c
10026 F:      drivers/power/lp8788-charger.c
10027 F:      drivers/regulator/lp8788-*.c
10028 F:      include/linux/mfd/lp8788*.h
10029
10030 TI NETCP ETHERNET DRIVER
10031 M:      Wingman Kwok <w-kwok2@ti.com>
10032 M:      Murali Karicheri <m-karicheri2@ti.com>
10033 L:      netdev@vger.kernel.org
10034 S:      Maintained
10035 F:      drivers/net/ethernet/ti/netcp*
10036
10037 TI TWL4030 SERIES SOC CODEC DRIVER
10038 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10039 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10040 S:      Maintained
10041 F:      sound/soc/codecs/twl4030*
10042
10043 TI WILINK WIRELESS DRIVERS
10044 L:      linux-wireless@vger.kernel.org
10045 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10046 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10048 S:      Orphan
10049 F:      drivers/net/wireless/ti/
10050 F:      include/linux/wl12xx.h
10051
10052 TIPC NETWORK LAYER
10053 M:      Jon Maloy <jon.maloy@ericsson.com>
10054 M:      Ying Xue <ying.xue@windriver.com>
10055 L:      netdev@vger.kernel.org (core kernel code)
10056 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10057 W:      http://tipc.sourceforge.net/
10058 S:      Maintained
10059 F:      include/uapi/linux/tipc*.h
10060 F:      net/tipc/
10061
10062 TILE ARCHITECTURE
10063 M:      Chris Metcalf <cmetcalf@ezchip.com>
10064 W:      http://www.ezchip.com/scm/
10065 S:      Supported
10066 F:      arch/tile/
10067 F:      drivers/char/tile-srom.c
10068 F:      drivers/edac/tile_edac.c
10069 F:      drivers/net/ethernet/tile/
10070 F:      drivers/rtc/rtc-tile.c
10071 F:      drivers/tty/hvc/hvc_tile.c
10072 F:      drivers/tty/serial/tilegx.c
10073 F:      drivers/usb/host/*-tilegx.c
10074 F:      include/linux/usb/tilegx.h
10075
10076 TLAN NETWORK DRIVER
10077 M:      Samuel Chessman <chessman@tux.org>
10078 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10079 W:      http://sourceforge.net/projects/tlan/
10080 S:      Maintained
10081 F:      Documentation/networking/tlan.txt
10082 F:      drivers/net/ethernet/ti/tlan.*
10083
10084 TOMOYO SECURITY MODULE
10085 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10086 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10087 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10088 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10089 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10090 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10091 W:      http://tomoyo.sourceforge.jp/
10092 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10093 S:      Maintained
10094 F:      security/tomoyo/
10095
10096 TOPSTAR LAPTOP EXTRAS DRIVER
10097 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10098 L:      platform-driver-x86@vger.kernel.org
10099 S:      Maintained
10100 F:      drivers/platform/x86/topstar-laptop.c
10101
10102 TOSHIBA ACPI EXTRAS DRIVER
10103 M:      Azael Avalos <coproscefalo@gmail.com>
10104 L:      platform-driver-x86@vger.kernel.org
10105 S:      Maintained
10106 F:      drivers/platform/x86/toshiba_acpi.c
10107
10108 TOSHIBA BLUETOOTH DRIVER
10109 M:      Azael Avalos <coproscefalo@gmail.com>
10110 L:      platform-driver-x86@vger.kernel.org
10111 S:      Maintained
10112 F:      drivers/platform/x86/toshiba_bluetooth.c
10113
10114 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10115 M:      Azael Avalos <coproscefalo@gmail.com>
10116 L:      platform-driver-x86@vger.kernel.org
10117 S:      Maintained
10118 F:      drivers/platform/x86/toshiba_haps.c
10119
10120 TOSHIBA SMM DRIVER
10121 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10122 L:      tlinux-users@tce.toshiba-dme.co.jp
10123 W:      http://www.buzzard.org.uk/toshiba/
10124 S:      Maintained
10125 F:      drivers/char/toshiba.c
10126 F:      include/linux/toshiba.h
10127 F:      include/uapi/linux/toshiba.h
10128
10129 TMIO MMC DRIVER
10130 M:      Ian Molton <ian@mnementh.co.uk>
10131 L:      linux-mmc@vger.kernel.org
10132 S:      Maintained
10133 F:      drivers/mmc/host/tmio_mmc*
10134 F:      drivers/mmc/host/sh_mobile_sdhi.c
10135 F:      include/linux/mmc/tmio.h
10136 F:      include/linux/mmc/sh_mobile_sdhi.h
10137
10138 TMP401 HARDWARE MONITOR DRIVER
10139 M:      Guenter Roeck <linux@roeck-us.net>
10140 L:      lm-sensors@lm-sensors.org
10141 S:      Maintained
10142 F:      Documentation/hwmon/tmp401
10143 F:      drivers/hwmon/tmp401.c
10144
10145 TMPFS (SHMEM FILESYSTEM)
10146 M:      Hugh Dickins <hughd@google.com>
10147 L:      linux-mm@kvack.org
10148 S:      Maintained
10149 F:      include/linux/shmem_fs.h
10150 F:      mm/shmem.c
10151
10152 TM6000 VIDEO4LINUX DRIVER
10153 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10154 L:      linux-media@vger.kernel.org
10155 W:      http://linuxtv.org
10156 T:      git git://linuxtv.org/media_tree.git
10157 S:      Odd fixes
10158 F:      drivers/media/usb/tm6000/
10159
10160 TW68 VIDEO4LINUX DRIVER
10161 M:      Hans Verkuil <hverkuil@xs4all.nl>
10162 L:      linux-media@vger.kernel.org
10163 T:      git git://linuxtv.org/media_tree.git
10164 W:      http://linuxtv.org
10165 S:      Odd Fixes
10166 F:      drivers/media/pci/tw68/
10167
10168 TPM DEVICE DRIVER
10169 M:      Peter Huewe <peterhuewe@gmx.de>
10170 M:      Marcel Selhorst <tpmdd@selhorst.net>
10171 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10172 W:      http://tpmdd.sourceforge.net
10173 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10174 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10175 T:      https://github.com/PeterHuewe/linux-tpmdd
10176 S:      Maintained
10177 F:      drivers/char/tpm/
10178
10179 TPM IBM_VTPM DEVICE DRIVER
10180 M:      Ashley Lai <ashleydlai@gmail.com>
10181 W:      http://tpmdd.sourceforge.net
10182 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10183 S:      Maintained
10184 F:      drivers/char/tpm/tpm_ibmvtpm*
10185
10186 TRACING
10187 M:      Steven Rostedt <rostedt@goodmis.org>
10188 M:      Ingo Molnar <mingo@redhat.com>
10189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10190 S:      Maintained
10191 F:      Documentation/trace/ftrace.txt
10192 F:      arch/*/*/*/ftrace.h
10193 F:      arch/*/kernel/ftrace.c
10194 F:      include/*/ftrace.h
10195 F:      include/linux/trace*.h
10196 F:      include/trace/
10197 F:      kernel/trace/
10198 F:      tools/testing/selftests/ftrace/
10199
10200 TRIVIAL PATCHES
10201 M:      Jiri Kosina <trivial@kernel.org>
10202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10203 S:      Maintained
10204 K:      ^Subject:.*(?i)trivial
10205
10206 TTY LAYER
10207 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10208 M:      Jiri Slaby <jslaby@suse.cz>
10209 S:      Supported
10210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10211 F:      drivers/tty/
10212 F:      drivers/tty/serial/serial_core.c
10213 F:      include/linux/serial_core.h
10214 F:      include/linux/serial.h
10215 F:      include/linux/tty.h
10216 F:      include/uapi/linux/serial_core.h
10217 F:      include/uapi/linux/serial.h
10218 F:      include/uapi/linux/tty.h
10219
10220 TUA9001 MEDIA DRIVER
10221 M:      Antti Palosaari <crope@iki.fi>
10222 L:      linux-media@vger.kernel.org
10223 W:      http://linuxtv.org/
10224 W:      http://palosaari.fi/linux/
10225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10226 T:      git git://linuxtv.org/anttip/media_tree.git
10227 S:      Maintained
10228 F:      drivers/media/tuners/tua9001*
10229
10230 TULIP NETWORK DRIVERS
10231 M:      Grant Grundler <grundler@parisc-linux.org>
10232 L:      netdev@vger.kernel.org
10233 S:      Maintained
10234 F:      drivers/net/ethernet/dec/tulip/
10235
10236 TUN/TAP driver
10237 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10238 W:      http://vtun.sourceforge.net/tun
10239 S:      Maintained
10240 F:      Documentation/networking/tuntap.txt
10241 F:      arch/um/os-Linux/drivers/
10242
10243 TURBOCHANNEL SUBSYSTEM
10244 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10245 M:      Ralf Baechle <ralf@linux-mips.org>
10246 L:      linux-mips@linux-mips.org
10247 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10248 S:      Maintained
10249 F:      drivers/tc/
10250 F:      include/linux/tc.h
10251
10252 U14-34F SCSI DRIVER
10253 M:      Dario Ballabio <ballabio_dario@emc.com>
10254 L:      linux-scsi@vger.kernel.org
10255 S:      Maintained
10256 F:      drivers/scsi/u14-34f.c
10257
10258 UBI FILE SYSTEM (UBIFS)
10259 M:      Artem Bityutskiy <dedekind1@gmail.com>
10260 M:      Adrian Hunter <adrian.hunter@intel.com>
10261 L:      linux-mtd@lists.infradead.org
10262 T:      git git://git.infradead.org/ubifs-2.6.git
10263 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10264 S:      Maintained
10265 F:      Documentation/filesystems/ubifs.txt
10266 F:      fs/ubifs/
10267
10268 UCLINUX (AND M68KNOMMU)
10269 M:      Greg Ungerer <gerg@uclinux.org>
10270 W:      http://www.uclinux.org/
10271 L:      uclinux-dev@uclinux.org  (subscribers-only)
10272 S:      Maintained
10273 F:      arch/m68k/*/*_no.*
10274 F:      arch/m68k/include/asm/*_no.*
10275
10276 UDF FILESYSTEM
10277 M:      Jan Kara <jack@suse.cz>
10278 S:      Maintained
10279 F:      Documentation/filesystems/udf.txt
10280 F:      fs/udf/
10281
10282 UFS FILESYSTEM
10283 M:      Evgeniy Dushistov <dushistov@mail.ru>
10284 S:      Maintained
10285 F:      Documentation/filesystems/ufs.txt
10286 F:      fs/ufs/
10287
10288 UHID USERSPACE HID IO DRIVER:
10289 M:      David Herrmann <dh.herrmann@googlemail.com>
10290 L:      linux-input@vger.kernel.org
10291 S:      Maintained
10292 F:      drivers/hid/uhid.c
10293 F:      include/uapi/linux/uhid.h
10294
10295 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10296 L:      linux-usb@vger.kernel.org
10297 S:      Orphan
10298 F:      drivers/uwb/
10299 F:      include/linux/uwb.h
10300 F:      include/linux/uwb/
10301
10302 UNICORE32 ARCHITECTURE:
10303 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10304 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10305 S:      Maintained
10306 T:      git git://github.com/gxt/linux.git
10307 F:      arch/unicore32/
10308
10309 UNIFDEF
10310 M:      Tony Finch <dot@dotat.at>
10311 W:      http://dotat.at/prog/unifdef
10312 S:      Maintained
10313 F:      scripts/unifdef.c
10314
10315 UNIFORM CDROM DRIVER
10316 M:      Jens Axboe <axboe@kernel.dk>
10317 W:      http://www.kernel.dk
10318 S:      Maintained
10319 F:      Documentation/cdrom/
10320 F:      drivers/cdrom/cdrom.c
10321 F:      include/linux/cdrom.h
10322 F:      include/uapi/linux/cdrom.h
10323
10324 UNISYS S-PAR DRIVERS
10325 M:      Benjamin Romer <benjamin.romer@unisys.com>
10326 M:      David Kershner <david.kershner@unisys.com>
10327 L:      sparmaintainer@unisys.com (Unisys internal)
10328 S:      Supported
10329 F:      drivers/staging/unisys/
10330
10331 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10332 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10333 L:      linux-scsi@vger.kernel.org
10334 S:      Supported
10335 F:      Documentation/scsi/ufs.txt
10336 F:      drivers/scsi/ufs/
10337
10338 UNSORTED BLOCK IMAGES (UBI)
10339 M:      Artem Bityutskiy <dedekind1@gmail.com>
10340 M:      Richard Weinberger <richard@nod.at>
10341 W:      http://www.linux-mtd.infradead.org/
10342 L:      linux-mtd@lists.infradead.org
10343 T:      git git://git.infradead.org/ubifs-2.6.git
10344 S:      Supported
10345 F:      drivers/mtd/ubi/
10346 F:      include/linux/mtd/ubi.h
10347 F:      include/uapi/mtd/ubi-user.h
10348
10349 USB ACM DRIVER
10350 M:      Oliver Neukum <oliver@neukum.org>
10351 L:      linux-usb@vger.kernel.org
10352 S:      Maintained
10353 F:      Documentation/usb/acm.txt
10354 F:      drivers/usb/class/cdc-acm.*
10355
10356 USB AR5523 WIRELESS DRIVER
10357 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10358 L:      linux-wireless@vger.kernel.org
10359 S:      Maintained
10360 F:      drivers/net/wireless/ath/ar5523/
10361
10362 USB ATTACHED SCSI
10363 M:      Hans de Goede <hdegoede@redhat.com>
10364 M:      Gerd Hoffmann <kraxel@redhat.com>
10365 L:      linux-usb@vger.kernel.org
10366 L:      linux-scsi@vger.kernel.org
10367 S:      Maintained
10368 F:      drivers/usb/storage/uas.c
10369
10370 USB CDC ETHERNET DRIVER
10371 M:      Oliver Neukum <oliver@neukum.org>
10372 L:      linux-usb@vger.kernel.org
10373 S:      Maintained
10374 F:      drivers/net/usb/cdc_*.c
10375 F:      include/uapi/linux/usb/cdc.h
10376
10377 USB CHAOSKEY DRIVER
10378 M:      Keith Packard <keithp@keithp.com>
10379 L:      linux-usb@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/usb/misc/chaoskey.c
10382
10383 USB CYPRESS C67X00 DRIVER
10384 M:      Peter Korsgaard <jacmet@sunsite.dk>
10385 L:      linux-usb@vger.kernel.org
10386 S:      Maintained
10387 F:      drivers/usb/c67x00/
10388
10389 USB DAVICOM DM9601 DRIVER
10390 M:      Peter Korsgaard <jacmet@sunsite.dk>
10391 L:      netdev@vger.kernel.org
10392 W:      http://www.linux-usb.org/usbnet
10393 S:      Maintained
10394 F:      drivers/net/usb/dm9601.c
10395
10396 USB DIAMOND RIO500 DRIVER
10397 M:      Cesar Miquel <miquel@df.uba.ar>
10398 L:      rio500-users@lists.sourceforge.net
10399 W:      http://rio500.sourceforge.net
10400 S:      Maintained
10401 F:      drivers/usb/misc/rio500*
10402
10403 USB EHCI DRIVER
10404 M:      Alan Stern <stern@rowland.harvard.edu>
10405 L:      linux-usb@vger.kernel.org
10406 S:      Maintained
10407 F:      Documentation/usb/ehci.txt
10408 F:      drivers/usb/host/ehci*
10409
10410 USB GADGET/PERIPHERAL SUBSYSTEM
10411 M:      Felipe Balbi <balbi@ti.com>
10412 L:      linux-usb@vger.kernel.org
10413 W:      http://www.linux-usb.org/gadget
10414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10415 S:      Maintained
10416 F:      drivers/usb/gadget/
10417 F:      include/linux/usb/gadget*
10418
10419 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10420 M:      Jiri Kosina <jkosina@suse.cz>
10421 L:      linux-usb@vger.kernel.org
10422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10423 S:      Maintained
10424 F:      Documentation/hid/hiddev.txt
10425 F:      drivers/hid/usbhid/
10426
10427 USB ISP116X DRIVER
10428 M:      Olav Kongas <ok@artecdesign.ee>
10429 L:      linux-usb@vger.kernel.org
10430 S:      Maintained
10431 F:      drivers/usb/host/isp116x*
10432 F:      include/linux/usb/isp116x.h
10433
10434 USB MASS STORAGE DRIVER
10435 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10436 L:      linux-usb@vger.kernel.org
10437 L:      usb-storage@lists.one-eyed-alien.net
10438 S:      Maintained
10439 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10440 F:      drivers/usb/storage/
10441
10442 USB MIDI DRIVER
10443 M:      Clemens Ladisch <clemens@ladisch.de>
10444 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10445 T:      git git://git.alsa-project.org/alsa-kernel.git
10446 S:      Maintained
10447 F:      sound/usb/midi.*
10448
10449 USB NETWORKING DRIVERS
10450 L:      linux-usb@vger.kernel.org
10451 S:      Odd Fixes
10452 F:      drivers/net/usb/
10453
10454 USB OHCI DRIVER
10455 M:      Alan Stern <stern@rowland.harvard.edu>
10456 L:      linux-usb@vger.kernel.org
10457 S:      Maintained
10458 F:      Documentation/usb/ohci.txt
10459 F:      drivers/usb/host/ohci*
10460
10461 USB OTG FSM (Finite State Machine)
10462 M:      Peter Chen <Peter.Chen@freescale.com>
10463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10464 L:      linux-usb@vger.kernel.org
10465 S:      Maintained
10466 F:      drivers/usb/common/usb-otg-fsm.c
10467
10468 USB OVER IP DRIVER
10469 M:      Valentina Manea <valentina.manea.m@gmail.com>
10470 M:      Shuah Khan <shuah.kh@samsung.com>
10471 L:      linux-usb@vger.kernel.org
10472 S:      Maintained
10473 F:      drivers/usb/usbip/
10474 F:      tools/usb/usbip/
10475
10476 USB PEGASUS DRIVER
10477 M:      Petko Manolov <petkan@nucleusys.com>
10478 L:      linux-usb@vger.kernel.org
10479 L:      netdev@vger.kernel.org
10480 T:      git git://github.com/petkan/pegasus.git
10481 W:      https://github.com/petkan/pegasus
10482 S:      Maintained
10483 F:      drivers/net/usb/pegasus.*
10484
10485 USB PHY LAYER
10486 M:      Felipe Balbi <balbi@ti.com>
10487 L:      linux-usb@vger.kernel.org
10488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10489 S:      Maintained
10490 F:      drivers/usb/phy/
10491
10492 USB PRINTER DRIVER (usblp)
10493 M:      Pete Zaitcev <zaitcev@redhat.com>
10494 L:      linux-usb@vger.kernel.org
10495 S:      Supported
10496 F:      drivers/usb/class/usblp.c
10497
10498 USB RTL8150 DRIVER
10499 M:      Petko Manolov <petkan@nucleusys.com>
10500 L:      linux-usb@vger.kernel.org
10501 L:      netdev@vger.kernel.org
10502 T:      git git://github.com/petkan/rtl8150.git
10503 W:      https://github.com/petkan/rtl8150
10504 S:      Maintained
10505 F:      drivers/net/usb/rtl8150.c
10506
10507 USB SERIAL SUBSYSTEM
10508 M:      Johan Hovold <johan@kernel.org>
10509 L:      linux-usb@vger.kernel.org
10510 S:      Maintained
10511 F:      Documentation/usb/usb-serial.txt
10512 F:      drivers/usb/serial/
10513 F:      include/linux/usb/serial.h
10514
10515 USB SMSC75XX ETHERNET DRIVER
10516 M:      Steve Glendinning <steve.glendinning@shawell.net>
10517 L:      netdev@vger.kernel.org
10518 S:      Maintained
10519 F:      drivers/net/usb/smsc75xx.*
10520
10521 USB SMSC95XX ETHERNET DRIVER
10522 M:      Steve Glendinning <steve.glendinning@shawell.net>
10523 L:      netdev@vger.kernel.org
10524 S:      Maintained
10525 F:      drivers/net/usb/smsc95xx.*
10526
10527 USB SUBSYSTEM
10528 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10529 L:      linux-usb@vger.kernel.org
10530 W:      http://www.linux-usb.org
10531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10532 S:      Supported
10533 F:      Documentation/usb/
10534 F:      drivers/usb/
10535 F:      include/linux/usb.h
10536 F:      include/linux/usb/
10537
10538 USB UHCI DRIVER
10539 M:      Alan Stern <stern@rowland.harvard.edu>
10540 L:      linux-usb@vger.kernel.org
10541 S:      Maintained
10542 F:      drivers/usb/host/uhci*
10543
10544 USB "USBNET" DRIVER FRAMEWORK
10545 M:      Oliver Neukum <oneukum@suse.de>
10546 L:      netdev@vger.kernel.org
10547 W:      http://www.linux-usb.org/usbnet
10548 S:      Maintained
10549 F:      drivers/net/usb/usbnet.c
10550 F:      include/linux/usb/usbnet.h
10551
10552 USB VIDEO CLASS
10553 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10554 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10555 L:      linux-media@vger.kernel.org
10556 T:      git git://linuxtv.org/media_tree.git
10557 W:      http://www.ideasonboard.org/uvc/
10558 S:      Maintained
10559 F:      drivers/media/usb/uvc/
10560 F:      include/uapi/linux/uvcvideo.h
10561
10562 USB VISION DRIVER
10563 M:      Hans Verkuil <hverkuil@xs4all.nl>
10564 L:      linux-media@vger.kernel.org
10565 T:      git git://linuxtv.org/media_tree.git
10566 W:      http://linuxtv.org
10567 S:      Odd Fixes
10568 F:      drivers/media/usb/usbvision/
10569
10570 USB WEBCAM GADGET
10571 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10572 L:      linux-usb@vger.kernel.org
10573 S:      Maintained
10574 F:      drivers/usb/gadget/function/*uvc*
10575 F:      drivers/usb/gadget/legacy/webcam.c
10576
10577 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10578 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10579 L:      linux-wireless@vger.kernel.org
10580 S:      Maintained
10581 F:      drivers/net/wireless/rndis_wlan.c
10582
10583 USB XHCI DRIVER
10584 M:      Mathias Nyman <mathias.nyman@intel.com>
10585 L:      linux-usb@vger.kernel.org
10586 S:      Supported
10587 F:      drivers/usb/host/xhci*
10588 F:      drivers/usb/host/pci-quirks*
10589
10590 USB ZD1201 DRIVER
10591 L:      linux-wireless@vger.kernel.org
10592 W:      http://linux-lc100020.sourceforge.net
10593 S:      Orphan
10594 F:      drivers/net/wireless/zd1201.*
10595
10596 USB ZR364XX DRIVER
10597 M:      Antoine Jacquet <royale@zerezo.com>
10598 L:      linux-usb@vger.kernel.org
10599 L:      linux-media@vger.kernel.org
10600 T:      git git://linuxtv.org/media_tree.git
10601 W:      http://royale.zerezo.com/zr364xx/
10602 S:      Maintained
10603 F:      Documentation/video4linux/zr364xx.txt
10604 F:      drivers/media/usb/zr364xx/
10605
10606 USER-MODE LINUX (UML)
10607 M:      Jeff Dike <jdike@addtoit.com>
10608 M:      Richard Weinberger <richard@nod.at>
10609 L:      user-mode-linux-devel@lists.sourceforge.net
10610 L:      user-mode-linux-user@lists.sourceforge.net
10611 W:      http://user-mode-linux.sourceforge.net
10612 S:      Maintained
10613 F:      Documentation/virtual/uml/
10614 F:      arch/um/
10615 F:      arch/x86/um/
10616 F:      fs/hostfs/
10617 F:      fs/hppfs/
10618
10619 USERSPACE I/O (UIO)
10620 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10621 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10622 S:      Maintained
10623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10624 F:      Documentation/DocBook/uio-howto.tmpl
10625 F:      drivers/uio/
10626 F:      include/linux/uio*.h
10627
10628 UTIL-LINUX PACKAGE
10629 M:      Karel Zak <kzak@redhat.com>
10630 L:      util-linux@vger.kernel.org
10631 W:      http://en.wikipedia.org/wiki/Util-linux
10632 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10633 S:      Maintained
10634
10635 UVESAFB DRIVER
10636 M:      Michal Januszewski <spock@gentoo.org>
10637 L:      linux-fbdev@vger.kernel.org
10638 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10639 S:      Maintained
10640 F:      Documentation/fb/uvesafb.txt
10641 F:      drivers/video/fbdev/uvesafb.*
10642
10643 VFAT/FAT/MSDOS FILESYSTEM
10644 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10645 S:      Maintained
10646 F:      Documentation/filesystems/vfat.txt
10647 F:      fs/fat/
10648
10649 VFIO DRIVER
10650 M:      Alex Williamson <alex.williamson@redhat.com>
10651 L:      kvm@vger.kernel.org
10652 S:      Maintained
10653 F:      Documentation/vfio.txt
10654 F:      drivers/vfio/
10655 F:      include/linux/vfio.h
10656 F:      include/uapi/linux/vfio.h
10657
10658 VIDEOBUF2 FRAMEWORK
10659 M:      Pawel Osciak <pawel@osciak.com>
10660 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10661 M:      Kyungmin Park <kyungmin.park@samsung.com>
10662 L:      linux-media@vger.kernel.org
10663 S:      Maintained
10664 F:      drivers/media/v4l2-core/videobuf2-*
10665 F:      include/media/videobuf2-*
10666
10667 VIRTIO CONSOLE DRIVER
10668 M:      Amit Shah <amit.shah@redhat.com>
10669 L:      virtualization@lists.linux-foundation.org
10670 S:      Maintained
10671 F:      drivers/char/virtio_console.c
10672 F:      include/linux/virtio_console.h
10673 F:      include/uapi/linux/virtio_console.h
10674
10675 VIRTIO CORE, NET AND BLOCK DRIVERS
10676 M:      "Michael S. Tsirkin" <mst@redhat.com>
10677 L:      virtualization@lists.linux-foundation.org
10678 S:      Maintained
10679 F:      drivers/virtio/
10680 F:      tools/virtio/
10681 F:      drivers/net/virtio_net.c
10682 F:      drivers/block/virtio_blk.c
10683 F:      include/linux/virtio_*.h
10684 F:      include/uapi/linux/virtio_*.h
10685
10686 VIRTIO HOST (VHOST)
10687 M:      "Michael S. Tsirkin" <mst@redhat.com>
10688 L:      kvm@vger.kernel.org
10689 L:      virtualization@lists.linux-foundation.org
10690 L:      netdev@vger.kernel.org
10691 S:      Maintained
10692 F:      drivers/vhost/
10693 F:      include/uapi/linux/vhost.h
10694
10695 VIRTIO INPUT DRIVER
10696 M:      Gerd Hoffmann <kraxel@redhat.com>
10697 S:      Maintained
10698 F:      drivers/virtio/virtio_input.c
10699 F:      include/uapi/linux/virtio_input.h
10700
10701 VIA RHINE NETWORK DRIVER
10702 S:      Orphan
10703 F:      drivers/net/ethernet/via/via-rhine.c
10704
10705 VIA SD/MMC CARD CONTROLLER DRIVER
10706 M:      Bruce Chang <brucechang@via.com.tw>
10707 M:      Harald Welte <HaraldWelte@viatech.com>
10708 S:      Maintained
10709 F:      drivers/mmc/host/via-sdmmc.c
10710
10711 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10712 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10713 L:      linux-fbdev@vger.kernel.org
10714 S:      Maintained
10715 F:      include/linux/via-core.h
10716 F:      include/linux/via-gpio.h
10717 F:      include/linux/via_i2c.h
10718 F:      drivers/video/fbdev/via/
10719
10720 VIA VELOCITY NETWORK DRIVER
10721 M:      Francois Romieu <romieu@fr.zoreil.com>
10722 L:      netdev@vger.kernel.org
10723 S:      Maintained
10724 F:      drivers/net/ethernet/via/via-velocity.*
10725
10726 VIVID VIRTUAL VIDEO DRIVER
10727 M:      Hans Verkuil <hverkuil@xs4all.nl>
10728 L:      linux-media@vger.kernel.org
10729 T:      git git://linuxtv.org/media_tree.git
10730 W:      http://linuxtv.org
10731 S:      Maintained
10732 F:      drivers/media/platform/vivid/*
10733
10734 VLAN (802.1Q)
10735 M:      Patrick McHardy <kaber@trash.net>
10736 L:      netdev@vger.kernel.org
10737 S:      Maintained
10738 F:      drivers/net/macvlan.c
10739 F:      include/linux/if_*vlan.h
10740 F:      net/8021q/
10741
10742 VLYNQ BUS
10743 M:      Florian Fainelli <florian@openwrt.org>
10744 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10745 S:      Maintained
10746 F:      drivers/vlynq/vlynq.c
10747 F:      include/linux/vlynq.h
10748
10749 VME SUBSYSTEM
10750 M:      Martyn Welch <martyn.welch@ge.com>
10751 M:      Manohar Vanga <manohar.vanga@gmail.com>
10752 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10753 L:      devel@driverdev.osuosl.org
10754 S:      Maintained
10755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10756 F:      Documentation/vme_api.txt
10757 F:      drivers/staging/vme/
10758 F:      drivers/vme/
10759 F:      include/linux/vme*
10760
10761 VMWARE HYPERVISOR INTERFACE
10762 M:      Alok Kataria <akataria@vmware.com>
10763 L:      virtualization@lists.linux-foundation.org
10764 S:      Supported
10765 F:      arch/x86/kernel/cpu/vmware.c
10766
10767 VMWARE BALLOON DRIVER
10768 M:      Xavier Deguillard <xdeguillard@vmware.com>
10769 M:      Philip Moltmann <moltmann@vmware.com>
10770 M:      "VMware, Inc." <pv-drivers@vmware.com>
10771 L:      linux-kernel@vger.kernel.org
10772 S:      Maintained
10773 F:      drivers/misc/vmw_balloon.c
10774
10775 VMWARE VMMOUSE SUBDRIVER
10776 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10777 M:      "VMware, Inc." <pv-drivers@vmware.com>
10778 L:      linux-input@vger.kernel.org
10779 S:      Maintained
10780 F:      drivers/input/mouse/vmmouse.c
10781 F:      drivers/input/mouse/vmmouse.h
10782
10783 VMWARE VMXNET3 ETHERNET DRIVER
10784 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10785 M:      "VMware, Inc." <pv-drivers@vmware.com>
10786 L:      netdev@vger.kernel.org
10787 S:      Maintained
10788 F:      drivers/net/vmxnet3/
10789
10790 VMware PVSCSI driver
10791 M:      Arvind Kumar <arvindkumar@vmware.com>
10792 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10793 L:      linux-scsi@vger.kernel.org
10794 S:      Maintained
10795 F:      drivers/scsi/vmw_pvscsi.c
10796 F:      drivers/scsi/vmw_pvscsi.h
10797
10798 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10799 M:      Liam Girdwood <lgirdwood@gmail.com>
10800 M:      Mark Brown <broonie@kernel.org>
10801 L:      linux-kernel@vger.kernel.org
10802 W:      http://opensource.wolfsonmicro.com/node/15
10803 W:      http://www.slimlogic.co.uk/?p=48
10804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10805 S:      Supported
10806 F:      drivers/regulator/
10807 F:      include/linux/regulator/
10808
10809 VT1211 HARDWARE MONITOR DRIVER
10810 M:      Juerg Haefliger <juergh@gmail.com>
10811 L:      lm-sensors@lm-sensors.org
10812 S:      Maintained
10813 F:      Documentation/hwmon/vt1211
10814 F:      drivers/hwmon/vt1211.c
10815
10816 VT8231 HARDWARE MONITOR DRIVER
10817 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10818 L:      lm-sensors@lm-sensors.org
10819 S:      Maintained
10820 F:      drivers/hwmon/vt8231.c
10821
10822 VUB300 USB to SDIO/SD/MMC bridge chip
10823 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10824 L:      linux-mmc@vger.kernel.org
10825 L:      linux-usb@vger.kernel.org
10826 S:      Supported
10827 F:      drivers/mmc/host/vub300.c
10828
10829 W1 DALLAS'S 1-WIRE BUS
10830 M:      Evgeniy Polyakov <zbr@ioremap.net>
10831 S:      Maintained
10832 F:      Documentation/w1/
10833 F:      drivers/w1/
10834
10835 W83791D HARDWARE MONITORING DRIVER
10836 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10837 L:      lm-sensors@lm-sensors.org
10838 S:      Maintained
10839 F:      Documentation/hwmon/w83791d
10840 F:      drivers/hwmon/w83791d.c
10841
10842 W83793 HARDWARE MONITORING DRIVER
10843 M:      Rudolf Marek <r.marek@assembler.cz>
10844 L:      lm-sensors@lm-sensors.org
10845 S:      Maintained
10846 F:      Documentation/hwmon/w83793
10847 F:      drivers/hwmon/w83793.c
10848
10849 W83795 HARDWARE MONITORING DRIVER
10850 M:      Jean Delvare <jdelvare@suse.de>
10851 L:      lm-sensors@lm-sensors.org
10852 S:      Maintained
10853 F:      drivers/hwmon/w83795.c
10854
10855 W83L51xD SD/MMC CARD INTERFACE DRIVER
10856 M:      Pierre Ossman <pierre@ossman.eu>
10857 S:      Maintained
10858 F:      drivers/mmc/host/wbsd.*
10859
10860 WACOM PROTOCOL 4 SERIAL TABLETS
10861 M:      Julian Squires <julian@cipht.net>
10862 M:      Hans de Goede <hdegoede@redhat.com>
10863 L:      linux-input@vger.kernel.org
10864 S:      Maintained
10865 F:      drivers/input/tablet/wacom_serial4.c
10866
10867 WATCHDOG DEVICE DRIVERS
10868 M:      Wim Van Sebroeck <wim@iguana.be>
10869 L:      linux-watchdog@vger.kernel.org
10870 W:      http://www.linux-watchdog.org/
10871 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10872 S:      Maintained
10873 F:      Documentation/watchdog/
10874 F:      drivers/watchdog/
10875 F:      include/linux/watchdog.h
10876 F:      include/uapi/linux/watchdog.h
10877
10878 WD7000 SCSI DRIVER
10879 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10880 L:      linux-scsi@vger.kernel.org
10881 S:      Maintained
10882 F:      drivers/scsi/wd7000.c
10883
10884 WIIMOTE HID DRIVER
10885 M:      David Herrmann <dh.herrmann@googlemail.com>
10886 L:      linux-input@vger.kernel.org
10887 S:      Maintained
10888 F:      drivers/hid/hid-wiimote*
10889
10890 WINBOND CIR DRIVER
10891 M:      David Härdeman <david@hardeman.nu>
10892 S:      Maintained
10893 F:      drivers/media/rc/winbond-cir.c
10894
10895 WIMAX STACK
10896 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10897 M:      linux-wimax@intel.com
10898 L:      wimax@linuxwimax.org (subscribers-only)
10899 S:      Supported
10900 W:      http://linuxwimax.org
10901 F:      Documentation/wimax/README.wimax
10902 F:      include/linux/wimax/debug.h
10903 F:      include/net/wimax.h
10904 F:      include/uapi/linux/wimax.h
10905 F:      net/wimax/
10906
10907 WISTRON LAPTOP BUTTON DRIVER
10908 M:      Miloslav Trmac <mitr@volny.cz>
10909 S:      Maintained
10910 F:      drivers/input/misc/wistron_btns.c
10911
10912 WL3501 WIRELESS PCMCIA CARD DRIVER
10913 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10914 L:      linux-wireless@vger.kernel.org
10915 W:      http://oops.ghostprotocols.net:81/blog
10916 S:      Maintained
10917 F:      drivers/net/wireless/wl3501*
10918
10919 WM97XX TOUCHSCREEN DRIVERS
10920 M:      Mark Brown <broonie@kernel.org>
10921 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10922 L:      linux-input@vger.kernel.org
10923 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10924 W:      http://opensource.wolfsonmicro.com/node/7
10925 S:      Supported
10926 F:      drivers/input/touchscreen/*wm97*
10927 F:      include/linux/wm97xx.h
10928
10929 WOLFSON MICROELECTRONICS DRIVERS
10930 L:      patches@opensource.wolfsonmicro.com
10931 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10932 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10933 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10934 S:      Supported
10935 F:      Documentation/hwmon/wm83??
10936 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10937 F:      drivers/clk/clk-wm83*.c
10938 F:      drivers/extcon/extcon-arizona.c
10939 F:      drivers/leds/leds-wm83*.c
10940 F:      drivers/gpio/gpio-*wm*.c
10941 F:      drivers/gpio/gpio-arizona.c
10942 F:      drivers/hwmon/wm83??-hwmon.c
10943 F:      drivers/input/misc/wm831x-on.c
10944 F:      drivers/input/touchscreen/wm831x-ts.c
10945 F:      drivers/input/touchscreen/wm97*.c
10946 F:      drivers/mfd/arizona*
10947 F:      drivers/mfd/wm*.c
10948 F:      drivers/power/wm83*.c
10949 F:      drivers/rtc/rtc-wm83*.c
10950 F:      drivers/regulator/wm8*.c
10951 F:      drivers/video/backlight/wm83*_bl.c
10952 F:      drivers/watchdog/wm83*_wdt.c
10953 F:      include/linux/mfd/arizona/
10954 F:      include/linux/mfd/wm831x/
10955 F:      include/linux/mfd/wm8350/
10956 F:      include/linux/mfd/wm8400*
10957 F:      include/linux/wm97xx.h
10958 F:      include/sound/wm????.h
10959 F:      sound/soc/codecs/arizona.?
10960 F:      sound/soc/codecs/wm*
10961
10962 WORKQUEUE
10963 M:      Tejun Heo <tj@kernel.org>
10964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10965 S:      Maintained
10966 F:      include/linux/workqueue.h
10967 F:      kernel/workqueue.c
10968 F:      Documentation/workqueue.txt
10969
10970 X.25 NETWORK LAYER
10971 M:      Andrew Hendry <andrew.hendry@gmail.com>
10972 L:      linux-x25@vger.kernel.org
10973 S:      Odd Fixes
10974 F:      Documentation/networking/x25*
10975 F:      include/net/x25*
10976 F:      net/x25/
10977
10978 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10979 M:      Thomas Gleixner <tglx@linutronix.de>
10980 M:      Ingo Molnar <mingo@redhat.com>
10981 M:      "H. Peter Anvin" <hpa@zytor.com>
10982 M:      x86@kernel.org
10983 L:      linux-kernel@vger.kernel.org
10984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10985 S:      Maintained
10986 F:      Documentation/x86/
10987 F:      arch/x86/
10988
10989 X86 PLATFORM DRIVERS
10990 M:      Darren Hart <dvhart@infradead.org>
10991 L:      platform-driver-x86@vger.kernel.org
10992 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10993 S:      Maintained
10994 F:      drivers/platform/x86/
10995
10996 X86 MCE INFRASTRUCTURE
10997 M:      Tony Luck <tony.luck@intel.com>
10998 M:      Borislav Petkov <bp@alien8.de>
10999 L:      linux-edac@vger.kernel.org
11000 S:      Maintained
11001 F:      arch/x86/kernel/cpu/mcheck/*
11002
11003 X86 VDSO
11004 M:      Andy Lutomirski <luto@amacapital.net>
11005 L:      linux-kernel@vger.kernel.org
11006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11007 S:      Maintained
11008 F:      arch/x86/entry/vdso/
11009
11010 XC2028/3028 TUNER DRIVER
11011 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11012 L:      linux-media@vger.kernel.org
11013 W:      http://linuxtv.org
11014 T:      git git://linuxtv.org/media_tree.git
11015 S:      Maintained
11016 F:      drivers/media/tuners/tuner-xc2028.*
11017
11018 XEN HYPERVISOR INTERFACE
11019 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11020 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11021 M:      David Vrabel <david.vrabel@citrix.com>
11022 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11024 S:      Supported
11025 F:      arch/x86/xen/
11026 F:      drivers/*/xen-*front.c
11027 F:      drivers/xen/
11028 F:      arch/x86/include/asm/xen/
11029 F:      include/xen/
11030 F:      include/uapi/xen/
11031
11032 XEN HYPERVISOR ARM
11033 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11034 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11035 S:      Supported
11036 F:      arch/arm/xen/
11037 F:      arch/arm/include/asm/xen/
11038
11039 XEN HYPERVISOR ARM64
11040 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11041 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11042 S:      Supported
11043 F:      arch/arm64/xen/
11044 F:      arch/arm64/include/asm/xen/
11045
11046 XEN NETWORK BACKEND DRIVER
11047 M:      Ian Campbell <ian.campbell@citrix.com>
11048 M:      Wei Liu <wei.liu2@citrix.com>
11049 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11050 L:      netdev@vger.kernel.org
11051 S:      Supported
11052 F:      drivers/net/xen-netback/*
11053
11054 XEN PCI SUBSYSTEM
11055 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11056 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11057 S:      Supported
11058 F:      arch/x86/pci/*xen*
11059 F:      drivers/pci/*xen*
11060
11061 XEN BLOCK SUBSYSTEM
11062 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11063 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11064 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11065 S:      Supported
11066 F:      drivers/block/xen-blkback/*
11067 F:      drivers/block/xen*
11068
11069 XEN PVSCSI DRIVERS
11070 M:      Juergen Gross <jgross@suse.com>
11071 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11072 L:      linux-scsi@vger.kernel.org
11073 S:      Supported
11074 F:      drivers/scsi/xen-scsifront.c
11075 F:      drivers/xen/xen-scsiback.c
11076 F:      include/xen/interface/io/vscsiif.h
11077
11078 XEN SWIOTLB SUBSYSTEM
11079 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11080 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11081 S:      Supported
11082 F:      arch/x86/xen/*swiotlb*
11083 F:      drivers/xen/*swiotlb*
11084
11085 XFS FILESYSTEM
11086 P:      Silicon Graphics Inc
11087 M:      Dave Chinner <david@fromorbit.com>
11088 M:      xfs@oss.sgi.com
11089 L:      xfs@oss.sgi.com
11090 W:      http://oss.sgi.com/projects/xfs
11091 T:      git git://oss.sgi.com/xfs/xfs.git
11092 S:      Supported
11093 F:      Documentation/filesystems/xfs.txt
11094 F:      fs/xfs/
11095
11096 XILINX AXI ETHERNET DRIVER
11097 M:      Anirudha Sarangi <anirudh@xilinx.com>
11098 M:      John Linn <John.Linn@xilinx.com>
11099 S:      Maintained
11100 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11101
11102 XILINX UARTLITE SERIAL DRIVER
11103 M:      Peter Korsgaard <jacmet@sunsite.dk>
11104 L:      linux-serial@vger.kernel.org
11105 S:      Maintained
11106 F:      drivers/tty/serial/uartlite.c
11107
11108 XILINX VIDEO IP CORES
11109 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11110 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11111 L:      linux-media@vger.kernel.org
11112 T:      git git://linuxtv.org/media_tree.git
11113 S:      Supported
11114 F:      Documentation/devicetree/bindings/media/xilinx/
11115 F:      drivers/media/platform/xilinx/
11116 F:      include/uapi/linux/xilinx-v4l2-controls.h
11117
11118 XILLYBUS DRIVER
11119 M:      Eli Billauer <eli.billauer@gmail.com>
11120 L:      linux-kernel@vger.kernel.org
11121 S:      Supported
11122 F:      drivers/char/xillybus/
11123
11124 XTENSA XTFPGA PLATFORM SUPPORT
11125 M:      Max Filippov <jcmvbkbc@gmail.com>
11126 L:      linux-xtensa@linux-xtensa.org
11127 S:      Maintained
11128 F:      drivers/spi/spi-xtensa-xtfpga.c
11129 F:      sound/soc/xtensa/xtfpga-i2s.c
11130
11131 YAM DRIVER FOR AX.25
11132 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11133 L:      linux-hams@vger.kernel.org
11134 S:      Maintained
11135 F:      drivers/net/hamradio/yam*
11136 F:      include/linux/yam.h
11137
11138 YEALINK PHONE DRIVER
11139 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11140 L:      usbb2k-api-dev@nongnu.org
11141 S:      Maintained
11142 F:      Documentation/input/yealink.txt
11143 F:      drivers/input/misc/yealink.*
11144
11145 Z8530 DRIVER FOR AX.25
11146 M:      Joerg Reuter <jreuter@yaina.de>
11147 W:      http://yaina.de/jreuter/
11148 W:      http://www.qsl.net/dl1bke/
11149 L:      linux-hams@vger.kernel.org
11150 S:      Maintained
11151 F:      Documentation/networking/z8530drv.txt
11152 F:      drivers/net/hamradio/*scc.c
11153 F:      drivers/net/hamradio/z8530.h
11154
11155 ZBUD COMPRESSED PAGE ALLOCATOR
11156 M:      Seth Jennings <sjennings@variantweb.net>
11157 L:      linux-mm@kvack.org
11158 S:      Maintained
11159 F:      mm/zbud.c
11160 F:      include/linux/zbud.h
11161
11162 ZD1211RW WIRELESS DRIVER
11163 M:      Daniel Drake <dsd@gentoo.org>
11164 M:      Ulrich Kunitz <kune@deine-taler.de>
11165 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11166 L:      linux-wireless@vger.kernel.org
11167 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11168 S:      Maintained
11169 F:      drivers/net/wireless/zd1211rw/
11170
11171 ZR36067 VIDEO FOR LINUX DRIVER
11172 L:      mjpeg-users@lists.sourceforge.net
11173 L:      linux-media@vger.kernel.org
11174 W:      http://mjpeg.sourceforge.net/driver-zoran/
11175 T:      hg http://linuxtv.org/hg/v4l-dvb
11176 S:      Odd Fixes
11177 F:      drivers/media/pci/zoran/
11178
11179 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11180 M:      Minchan Kim <minchan@kernel.org>
11181 M:      Nitin Gupta <ngupta@vflare.org>
11182 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11183 L:      linux-kernel@vger.kernel.org
11184 S:      Maintained
11185 F:      drivers/block/zram/
11186 F:      Documentation/blockdev/zram.txt
11187
11188 ZS DECSTATION Z85C30 SERIAL DRIVER
11189 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11190 S:      Maintained
11191 F:      drivers/tty/serial/zs.*
11192
11193 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11194 M:      Minchan Kim <minchan@kernel.org>
11195 M:      Nitin Gupta <ngupta@vflare.org>
11196 L:      linux-mm@kvack.org
11197 S:      Maintained
11198 F:      mm/zsmalloc.c
11199 F:      include/linux/zsmalloc.h
11200 F:      Documentation/vm/zsmalloc.txt
11201
11202 ZSWAP COMPRESSED SWAP CACHING
11203 M:      Seth Jennings <sjennings@variantweb.net>
11204 L:      linux-mm@kvack.org
11205 S:      Maintained
11206 F:      mm/zswap.c
11207
11208 THE REST
11209 M:      Linus Torvalds <torvalds@linux-foundation.org>
11210 L:      linux-kernel@vger.kernel.org
11211 Q:      http://patchwork.kernel.org/project/LKML/list/
11212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11213 S:      Buried alive in reporters
11214 F:      *
11215 F:      */