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