OSDN Git Service

Merge remote-tracking branch 'mmc-uh/next'
[uclinux-h8/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jkosina@suse.com>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jkosina@suse.com>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARM MFM AND FLOPPY DRIVERS
812 M:      Ian Molton <spyro@f2s.com>
813 S:      Maintained
814 F:      arch/arm/lib/floppydma.S
815 F:      arch/arm/include/asm/floppy.h
816
817 ARM PMU PROFILING AND DEBUGGING
818 M:      Will Deacon <will.deacon@arm.com>
819 S:      Maintained
820 F:      arch/arm/kernel/perf_*
821 F:      arch/arm/oprofile/common.c
822 F:      arch/arm/kernel/hw_breakpoint.c
823 F:      arch/arm/include/asm/hw_breakpoint.h
824 F:      arch/arm/include/asm/perf_event.h
825 F:      drivers/perf/arm_pmu.c
826 F:      include/linux/perf/arm_pmu.h
827
828 ARM PORT
829 M:      Russell King <linux@arm.linux.org.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 W:      http://www.arm.linux.org.uk/
832 S:      Maintained
833 F:      arch/arm/
834
835 ARM SUB-ARCHITECTURES
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/mach-*/
839 F:      arch/arm/plat-*/
840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
841
842 ARM PRIMECELL AACI PL041 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      sound/arm/aaci.*
846
847 ARM PRIMECELL CLCD PL110 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/video/fbdev/amba-clcd.*
851
852 ARM PRIMECELL KMI PL050 DRIVER
853 M:      Russell King <linux@arm.linux.org.uk>
854 S:      Maintained
855 F:      drivers/input/serio/ambakmi.*
856 F:      include/linux/amba/kmi.h
857
858 ARM PRIMECELL MMCI PL180/1 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/mmc/host/mmci.*
862 F:      include/linux/amba/mmci.h
863
864 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/tty/serial/amba-pl01*.c
868 F:      include/linux/amba/serial.h
869
870 ARM PRIMECELL BUS SUPPORT
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/amba/
874 F:      include/linux/amba/bus.h
875
876 ARM/ADS SPHERE MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AFEB9260 MACHINE SUPPORT
882 M:      Sergey Lapin <slapin@ossfans.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/AJECO 1ARM MACHINE SUPPORT
887 M:      Lennert Buytenhek <kernel@wantstofly.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890
891 ARM/Allwinner A1X SoC support
892 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 N:      sun[x4567]i
896
897 ARM/Allwinner SoC Clock Support
898 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
899 S:      Maintained
900 F:      drivers/clk/sunxi/
901
902 ARM/Amlogic MesonX SoC support
903 M:      Carlo Caione <carlo@caione.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      drivers/media/rc/meson-ir.c
907 N:      meson[x68]
908
909 ARM/Annapurna Labs ALPINE ARCHITECTURE
910 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
911 S:      Maintained
912 F:      arch/arm/mach-alpine/
913
914 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
916 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
917 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.linux4sam.org
920 S:      Supported
921 F:      arch/arm/mach-at91/
922 F:      include/soc/at91/
923 F:      arch/arm/boot/dts/at91*.dts
924 F:      arch/arm/boot/dts/at91*.dtsi
925 F:      arch/arm/boot/dts/sama*.dts
926 F:      arch/arm/boot/dts/sama*.dtsi
927 F:      arch/arm/include/debug/at91.S
928
929 ARM/ATMEL AT91 Clock Support
930 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
931 S:      Maintained
932 F:      drivers/clk/at91
933
934 ARM/CALXEDA HIGHBANK ARCHITECTURE
935 M:      Rob Herring <robh@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/mach-highbank/
939
940 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
941 M:      Krzysztof Halasa <khalasa@piap.pl>
942 S:      Maintained
943 F:      arch/arm/mach-cns3xxx/
944
945 ARM/CAVIUM THUNDER NETWORK DRIVER
946 M:      Sunil Goutham <sgoutham@cavium.com>
947 M:      Robert Richter <rric@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Supported
950 F:      drivers/net/ethernet/cavium/
951
952 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
953 M:      Alexander Shiyan <shc_work@mail.ru>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Odd Fixes
956 N:      clps711x
957
958 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
960 M:      Ryan Mallon <rmallon@gmail.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 F:      arch/arm/mach-ep93xx/
964 F:      arch/arm/mach-ep93xx/include/mach/
965
966 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
967 M:      Lennert Buytenhek <kernel@wantstofly.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970
971 ARM/CLKDEV SUPPORT
972 M:      Russell King <linux@arm.linux.org.uk>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/include/asm/clkdev.h
976 F:      drivers/clk/clkdev.c
977
978 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
979 M:      Mike Rapoport <mike@compulab.co.il>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982
983 ARM/CONTEC MICRO9 MACHINE SUPPORT
984 M:      Hubert Feurstein <hubert.feurstein@contec.at>
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/micro9.c
987
988 ARM/CORESIGHT FRAMEWORK AND DRIVERS
989 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 F:      drivers/hwtracing/coresight/*
993 F:      Documentation/trace/coresight.txt
994 F:      Documentation/devicetree/bindings/arm/coresight.txt
995 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
996
997 ARM/CORGI MACHINE SUPPORT
998 M:      Richard Purdie <rpurdie@rpsys.net>
999 S:      Maintained
1000
1001 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1002 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T:      git git://github.com/ulli-kroll/linux.git
1005 S:      Maintained
1006 F:      arch/arm/mach-gemini/
1007 F:      drivers/rtc/rtc-gemini.c
1008
1009 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1010 M:      Barry Song <baohua@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-prima2/
1015 F:      drivers/clk/sirf/
1016 F:      drivers/clocksource/timer-prima2.c
1017 F:      drivers/clocksource/timer-atlas7.c
1018 N:      [^a-z]sirf
1019
1020 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1021 M:      Baruch Siach <baruch@tkos.co.il>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/boot/dts/cx92755*
1025 N:      digicolor
1026
1027 ARM/EBSA110 MACHINE SUPPORT
1028 M:      Russell King <linux@arm.linux.org.uk>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 W:      http://www.arm.linux.org.uk/
1031 S:      Maintained
1032 F:      arch/arm/mach-ebsa110/
1033 F:      drivers/net/ethernet/amd/am79c961a.*
1034
1035 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1036 M:      Uwe Kleine-König <kernel@pengutronix.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 N:      efm32
1040
1041 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1042 M:      Daniel Ribeiro <drwyrm@gmail.com>
1043 M:      Stefan Schmidt <stefan@openezx.org>
1044 M:      Harald Welte <laforge@openezx.org>
1045 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1046 W:      http://www.openezx.org/
1047 S:      Maintained
1048 T:      topgit git://git.openezx.org/openezx.git
1049 F:      arch/arm/mach-pxa/ezx.c
1050
1051 ARM/FARADAY FA526 PORT
1052 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.berlios.de/gemini-board
1056 F:      arch/arm/mm/*-fa*
1057
1058 ARM/FOOTBRIDGE ARCHITECTURE
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/include/asm/hardware/dec21285.h
1064 F:      arch/arm/mach-footbridge/
1065
1066 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/
1073 F:      arch/arm/mach-mxs/
1074 F:      arch/arm/boot/dts/imx*
1075 F:      arch/arm/configs/imx*_defconfig
1076 F:      drivers/clk/imx/
1077 F:      include/soc/imx/
1078
1079 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1080 M:      Shawn Guo <shawnguo@kernel.org>
1081 M:      Sascha Hauer <kernel@pengutronix.de>
1082 R:      Stefan Agner <stefan@agner.ch>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/*vf610*
1087 F:      arch/arm/boot/dts/vf*
1088
1089 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1090 M:      Lennert Buytenhek <kernel@wantstofly.org>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/GUMSTIX MACHINE SUPPORT
1095 M:      Steve Sakoman <sakoman@gmail.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1100 M:      Philipp Zabel <philipp.zabel@gmail.com>
1101 M:      Paul Parsons <lost.distance@yahoo.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/hx4700.c
1105 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1106 F:      sound/soc/pxa/hx4700.c
1107
1108 ARM/HISILICON SOC SUPPORT
1109 M:      Wei Xu <xuwei5@hisilicon.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.hisilicon.com
1112 S:      Supported
1113 T:      git git://github.com/hisilicon/linux-hisi.git
1114 F:      arch/arm/mach-hisi/
1115
1116 ARM/HP JORNADA 7XX MACHINE SUPPORT
1117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1118 W:      www.jlime.com
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1121 F:      arch/arm/mach-sa1100/jornada720.c
1122 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1123
1124 ARM/IGEP MACHINE SUPPORT
1125 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1126 M:      Javier Martinez Canillas <javier@dowhile0.org>
1127 L:      linux-omap@vger.kernel.org
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 F:      arch/arm/boot/dts/omap3-igep*
1131
1132 ARM/INCOME PXA270 SUPPORT
1133 M:      Marek Vasut <marek.vasut@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1137
1138 ARM/INTEL IOP32X ARM ARCHITECTURE
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/INTEL IOP33X ARM ARCHITECTURE
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Orphan
1146
1147 ARM/INTEL IOP13XX ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IQ81342EX MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXDP2850 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/INTEL IXP4XX ARM ARCHITECTURE
1163 M:      Imre Kaloz <kaloz@openwrt.org>
1164 M:      Krzysztof Halasa <khalasa@piap.pl>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-ixp4xx/
1168
1169 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1170 M:      Jonathan Cameron <jic23@cam.ac.uk>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-pxa/stargate2.c
1174 F:      drivers/pcmcia/pxa2xx_stargate2.c
1175
1176 ARM/INTEL XSC3 (MANZANO) ARM CORE
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-keystone/
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/clk/keystone/
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clocksource/timer-keystone.c
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/power/reset/keystone-reset.c
1211
1212 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/memory/*emif*
1217
1218 ARM/LOGICPD PXA270 MACHINE SUPPORT
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/LPC18XX ARCHITECTURE
1224 M:      Joachim Eastwood <manabian@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      lpc18xx
1228
1229 ARM/MAGICIAN MACHINE SUPPORT
1230 M:      Philipp Zabel <philipp.zabel@gmail.com>
1231 S:      Maintained
1232
1233 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1234 M:      Jason Cooper <jason@lakedaemon.net>
1235 M:      Andrew Lunn <andrew@lunn.ch>
1236 M:      Gregory Clement <gregory.clement@free-electrons.com>
1237 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-mvebu/
1241 F:      drivers/rtc/rtc-armada38x.c
1242 F:      arch/arm/boot/dts/armada*
1243 F:      arch/arm/boot/dts/kirkwood*
1244
1245
1246 ARM/Marvell Berlin SoC support
1247 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-berlin/
1251 F:      arch/arm/boot/dts/berlin*
1252
1253
1254 ARM/Marvell Dove/MV78xx0/Orion SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1258 M:      Gregory Clement <gregory.clement@free-electrons.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-dove/
1262 F:      arch/arm/mach-mv78xx0/
1263 F:      arch/arm/mach-orion5x/
1264 F:      arch/arm/plat-orion/
1265 F:      arch/arm/boot/dts/dove*
1266 F:      arch/arm/boot/dts/orion5x*
1267
1268
1269 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1270 M:      Alexander Clouter <alex@digriz.org.uk>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 W:      http://www.digriz.org.uk/ts78xx/kernel
1273 S:      Maintained
1274 F:      arch/arm/mach-orion5x/ts78xx-*
1275
1276 ARM/Mediatek RTC DRIVER
1277 M:      Eddie Huang <eddie.huang@mediatek.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/rtc/rtc-mt6397.c
1282
1283 ARM/Mediatek SoC support
1284 M:      Matthias Brugger <matthias.bgg@gmail.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/boot/dts/mt6*
1289 F:      arch/arm/boot/dts/mt8*
1290 F:      arch/arm/mach-mediatek/
1291 N:      mtk
1292 K:      mediatek
1293
1294 ARM/MICREL KS8695 ARCHITECTURE
1295 M:      Greg Ungerer <gerg@uclinux.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 F:      arch/arm/mach-ks8695/
1298 S:      Odd Fixes
1299
1300 ARM/MIOA701 MACHINE SUPPORT
1301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-pxa/mioa701.c
1304 S:      Maintained
1305
1306 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1307 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1308 S:      Maintained
1309
1310 ARM/NOMADIK ARCHITECTURE
1311 M:      Alessandro Rubini <rubini@unipv.it>
1312 M:      Linus Walleij <linus.walleij@linaro.org>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-nomadik/
1316 F:      drivers/pinctrl/nomadik/
1317 F:      drivers/i2c/busses/i2c-nomadik.c
1318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1319
1320 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1321 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1322 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1323 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1324 S:      Supported
1325
1326 ARM/TOSA MACHINE SUPPORT
1327 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1328 M:      Dirk Opfer <dirk@opfer-online.de>
1329 S:      Maintained
1330
1331 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1332 M:      Marek Vasut <marek.vasut@gmail.com>
1333 L:      linux-arm-kernel@lists.infradead.org
1334 W:      http://hackndev.com
1335 S:      Maintained
1336 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1337 F:      arch/arm/mach-pxa/palmtx.c
1338 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1339 F:      arch/arm/mach-pxa/palmt5.c
1340 F:      arch/arm/mach-pxa/include/mach/palmld.h
1341 F:      arch/arm/mach-pxa/palmld.c
1342 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1343 F:      arch/arm/mach-pxa/palmte2.c
1344 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1345 F:      arch/arm/mach-pxa/palmtc.c
1346
1347 ARM/PALM TREO SUPPORT
1348 M:      Tomas Cech <sleep_walker@suse.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1353 F:      arch/arm/mach-pxa/palmtreo.c
1354
1355 ARM/PALMZ72 SUPPORT
1356 M:      Sergey Lapin <slapin@ossfans.org>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1361 F:      arch/arm/mach-pxa/palmz72.c
1362
1363 ARM/PLEB SUPPORT
1364 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1365 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1366 S:      Maintained
1367
1368 ARM/PT DIGITAL BOARD PORT
1369 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.arm.linux.org.uk/
1372 S:      Maintained
1373
1374 ARM/QUALCOMM SUPPORT
1375 M:      Kumar Gala <galak@codeaurora.org>
1376 M:      Andy Gross <agross@codeaurora.org>
1377 M:      David Brown <davidb@codeaurora.org>
1378 L:      linux-arm-msm@vger.kernel.org
1379 L:      linux-soc@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/mach-qcom/
1382 F:      drivers/soc/qcom/
1383 F:      drivers/tty/serial/msm_serial.h
1384 F:      drivers/tty/serial/msm_serial.c
1385 F:      drivers/*/pm8???-*
1386 F:      drivers/mfd/ssbi.c
1387 F:      drivers/firmware/qcom_scm.c
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1389
1390 ARM/RADISYS ENP2611 MACHINE SUPPORT
1391 M:      Lennert Buytenhek <kernel@wantstofly.org>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394
1395 ARM/RISCPC ARCHITECTURE
1396 M:      Russell King <linux@arm.linux.org.uk>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 W:      http://www.arm.linux.org.uk/
1399 S:      Maintained
1400 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1401 F:      arch/arm/include/asm/hardware/ioc.h
1402 F:      arch/arm/include/asm/hardware/iomd.h
1403 F:      arch/arm/include/asm/hardware/memc.h
1404 F:      arch/arm/mach-rpc/
1405 F:      drivers/net/ethernet/8390/etherh.c
1406 F:      drivers/net/ethernet/i825xx/ether1*
1407 F:      drivers/net/ethernet/seeq/ether3*
1408 F:      drivers/scsi/arm/
1409
1410 ARM/Rockchip SoC support
1411 M:      Heiko Stuebner <heiko@sntech.de>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 L:      linux-rockchip@lists.infradead.org
1414 S:      Maintained
1415 F:      arch/arm/boot/dts/rk3*
1416 F:      arch/arm/mach-rockchip/
1417 F:      drivers/clk/rockchip/
1418 F:      drivers/i2c/busses/i2c-rk3x.c
1419 F:      drivers/*/*rockchip*
1420 F:      drivers/*/*/*rockchip*
1421 F:      sound/soc/rockchip/
1422 N:      rockchip
1423
1424 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1425 M:      Kukjin Kim <kgene@kernel.org>
1426 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm/boot/dts/s3c*
1431 F:      arch/arm/boot/dts/exynos*
1432 F:      arch/arm64/boot/dts/exynos/
1433 F:      arch/arm/plat-samsung/
1434 F:      arch/arm/mach-s3c24*/
1435 F:      arch/arm/mach-s3c64xx/
1436 F:      arch/arm/mach-s5p*/
1437 F:      arch/arm/mach-exynos*/
1438 F:      drivers/*/*s3c2410*
1439 F:      drivers/*/*/*s3c2410*
1440 F:      drivers/spi/spi-s3c*
1441 F:      sound/soc/samsung/*
1442 N:      exynos
1443
1444 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-s5pv210/
1449
1450 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 M:      Kamil Debski <k.debski@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org
1454 L:      linux-media@vger.kernel.org
1455 S:      Maintained
1456 F:      drivers/media/platform/s5p-g2d/
1457
1458 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 M:      Jeongtae Park <jtp.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1466 F:      drivers/media/platform/s5p-mfc/
1467
1468 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      drivers/media/platform/s5p-tv/
1475
1476 ARM/SHMOBILE ARM ARCHITECTURE
1477 M:      Simon Horman <horms@verge.net.au>
1478 M:      Magnus Damm <magnus.damm@gmail.com>
1479 L:      linux-sh@vger.kernel.org
1480 W:      http://oss.renesas.com
1481 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1483 S:      Supported
1484 F:      arch/arm/boot/dts/emev2*
1485 F:      arch/arm/boot/dts/r7s*
1486 F:      arch/arm/boot/dts/r8a*
1487 F:      arch/arm/boot/dts/sh*
1488 F:      arch/arm/configs/bockw_defconfig
1489 F:      arch/arm/configs/marzen_defconfig
1490 F:      arch/arm/configs/shmobile_defconfig
1491 F:      arch/arm/include/debug/renesas-scif.S
1492 F:      arch/arm/mach-shmobile/
1493 F:      drivers/sh/
1494
1495 ARM/SOCFPGA ARCHITECTURE
1496 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1497 S:      Maintained
1498 F:      arch/arm/mach-socfpga/
1499 F:      arch/arm/boot/dts/socfpga*
1500 F:      arch/arm/configs/socfpga_defconfig
1501 W:      http://www.rocketboards.org
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1503
1504 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/clk/socfpga/
1508
1509 ARM/SOCFPGA EDAC SUPPORT
1510 M:      Thor Thayer <tthayer@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/edac/altera_edac.
1513
1514 ARM/STI ARCHITECTURE
1515 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1516 M:      Maxime Coquelin <maxime.coquelin@st.com>
1517 M:      Patrice Chotard <patrice.chotard@st.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      kernel@stlinux.com
1520 W:      http://www.stlinux.com
1521 S:      Maintained
1522 F:      arch/arm/mach-sti/
1523 F:      arch/arm/boot/dts/sti*
1524 F:      drivers/clocksource/arm_global_timer.c
1525 F:      drivers/i2c/busses/i2c-st.c
1526 F:      drivers/media/rc/st_rc.c
1527 F:      drivers/media/platform/sti/c8sectpfe/
1528 F:      drivers/mmc/host/sdhci-st.c
1529 F:      drivers/phy/phy-miphy28lp.c
1530 F:      drivers/phy/phy-miphy365x.c
1531 F:      drivers/phy/phy-stih407-usb.c
1532 F:      drivers/phy/phy-stih41x-usb.c
1533 F:      drivers/pinctrl/pinctrl-st.c
1534 F:      drivers/reset/sti/
1535 F:      drivers/rtc/rtc-st-lpc.c
1536 F:      drivers/tty/serial/st-asc.c
1537 F:      drivers/usb/dwc3/dwc3-st.c
1538 F:      drivers/usb/host/ehci-st.c
1539 F:      drivers/usb/host/ohci-st.c
1540 F:      drivers/watchdog/st_lpc_wdt.c
1541 F:      drivers/ata/ahci_st.c
1542
1543 ARM/STM32 ARCHITECTURE
1544 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 S:      Maintained
1547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1548 N:      stm32
1549 F:      drivers/clocksource/armv7m_systick.c
1550
1551 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1552 M:      Lennert Buytenhek <kernel@wantstofly.org>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555
1556 ARM/TETON BGA MACHINE SUPPORT
1557 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560
1561 ARM/THECUS N2100 MACHINE SUPPORT
1562 M:      Lennert Buytenhek <kernel@wantstofly.org>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565
1566 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1567 M:      Wan ZongShun <mcuos.com@gmail.com>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 W:      http://www.mcuos.com
1570 S:      Maintained
1571 F:      arch/arm/mach-w90x900/
1572 F:      drivers/input/keyboard/w90p910_keypad.c
1573 F:      drivers/input/touchscreen/w90p910_ts.c
1574 F:      drivers/watchdog/nuc900_wdt.c
1575 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1576 F:      drivers/mtd/nand/nuc900_nand.c
1577 F:      drivers/rtc/rtc-nuc900.c
1578 F:      drivers/spi/spi-nuc900.c
1579 F:      drivers/usb/host/ehci-w90x900.c
1580 F:      drivers/video/fbdev/nuc900fb.c
1581
1582 ARM/U300 MACHINE SUPPORT
1583 M:      Linus Walleij <linus.walleij@linaro.org>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Supported
1586 F:      arch/arm/mach-u300/
1587 F:      drivers/clocksource/timer-u300.c
1588 F:      drivers/i2c/busses/i2c-stu300.c
1589 F:      drivers/rtc/rtc-coh901331.c
1590 F:      drivers/watchdog/coh901327_wdt.c
1591 F:      drivers/dma/coh901318*
1592 F:      drivers/mfd/ab3100*
1593 F:      drivers/rtc/rtc-ab3100.c
1594 F:      drivers/rtc/rtc-coh901331.c
1595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1596
1597 ARM/UNIPHIER ARCHITECTURE
1598 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Maintained
1601 F:      arch/arm/boot/dts/uniphier*
1602 F:      arch/arm/mach-uniphier/
1603 F:      drivers/pinctrl/uniphier/
1604 F:      drivers/tty/serial/8250/8250_uniphier.c
1605 N:      uniphier
1606
1607 ARM/Ux500 ARM ARCHITECTURE
1608 M:      Linus Walleij <linus.walleij@linaro.org>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/mach-ux500/
1612 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1613 F:      drivers/dma/ste_dma40*
1614 F:      drivers/hwspinlock/u8500_hsem.c
1615 F:      drivers/mfd/abx500*
1616 F:      drivers/mfd/ab8500*
1617 F:      drivers/mfd/dbx500*
1618 F:      drivers/mfd/db8500*
1619 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1620 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1621 F:      drivers/rtc/rtc-ab8500.c
1622 F:      drivers/rtc/rtc-pl031.c
1623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1624
1625 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1626 M:      Ulf Hansson <ulf.hansson@linaro.org>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 T:      git git://git.linaro.org/people/ulfh/clk.git
1629 S:      Maintained
1630 F:      drivers/clk/ux500/
1631 F:      include/linux/platform_data/clk-ux500.h
1632
1633 ARM/VERSATILE EXPRESS PLATFORM
1634 M:      Liviu Dudau <liviu.dudau@arm.com>
1635 M:      Sudeep Holla <sudeep.holla@arm.com>
1636 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S:      Maintained
1639 F:      arch/arm/boot/dts/vexpress*
1640 F:      arch/arm64/boot/dts/arm/vexpress*
1641 F:      arch/arm/mach-vexpress/
1642 F:      */*/vexpress*
1643 F:      */*/*/vexpress*
1644 F:      drivers/clk/versatile/clk-vexpress-osc.c
1645 F:      drivers/clocksource/versatile.c
1646
1647 ARM/VFP SUPPORT
1648 M:      Russell King <linux@arm.linux.org.uk>
1649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 W:      http://www.arm.linux.org.uk/
1651 S:      Maintained
1652 F:      arch/arm/vfp/
1653
1654 ARM/VOIPAC PXA270 SUPPORT
1655 M:      Marek Vasut <marek.vasut@gmail.com>
1656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1657 S:      Maintained
1658 F:      arch/arm/mach-pxa/vpac270.c
1659 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1660
1661 ARM/VT8500 ARM ARCHITECTURE
1662 M:      Tony Prisk <linux@prisktech.co.nz>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/mach-vt8500/
1666 F:      drivers/clocksource/vt8500_timer.c
1667 F:      drivers/i2c/busses/i2c-wmt.c
1668 F:      drivers/mmc/host/wmt-sdmmc.c
1669 F:      drivers/pwm/pwm-vt8500.c
1670 F:      drivers/rtc/rtc-vt8500.c
1671 F:      drivers/tty/serial/vt8500_serial.c
1672 F:      drivers/usb/host/ehci-platform.c
1673 F:      drivers/usb/host/uhci-platform.c
1674 F:      drivers/video/fbdev/vt8500lcdfb.*
1675 F:      drivers/video/fbdev/wm8505fb*
1676 F:      drivers/video/fbdev/wmt_ge_rops.*
1677
1678 ARM/ZIPIT Z2 SUPPORT
1679 M:      Marek Vasut <marek.vasut@gmail.com>
1680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 S:      Maintained
1682 F:      arch/arm/mach-pxa/z2.c
1683 F:      arch/arm/mach-pxa/include/mach/z2.h
1684
1685 ARM/ZTE ARCHITECTURE
1686 M:      Jun Nie <jun.nie@linaro.org>
1687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/mach-zx/
1690 F:      drivers/clk/zte/
1691 F:      Documentation/devicetree/bindings/arm/zte.txt
1692 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1693
1694 ARM/ZYNQ ARCHITECTURE
1695 M:      Michal Simek <michal.simek@xilinx.com>
1696 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 W:      http://wiki.xilinx.com
1699 T:      git https://github.com/Xilinx/linux-xlnx.git
1700 S:      Supported
1701 F:      arch/arm/mach-zynq/
1702 F:      drivers/cpuidle/cpuidle-zynq.c
1703 F:      drivers/block/xsysace.c
1704 N:      zynq
1705 N:      xilinx
1706 F:      drivers/clocksource/cadence_ttc_timer.c
1707 F:      drivers/i2c/busses/i2c-cadence.c
1708 F:      drivers/mmc/host/sdhci-of-arasan.c
1709 F:      drivers/edac/synopsys_edac.c
1710
1711 ARM SMMU DRIVERS
1712 M:      Will Deacon <will.deacon@arm.com>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      drivers/iommu/arm-smmu.c
1716 F:      drivers/iommu/arm-smmu-v3.c
1717 F:      drivers/iommu/io-pgtable-arm.c
1718
1719 ARM64 PORT (AARCH64 ARCHITECTURE)
1720 M:      Catalin Marinas <catalin.marinas@arm.com>
1721 M:      Will Deacon <will.deacon@arm.com>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724 F:      arch/arm64/
1725 F:      Documentation/arm64/
1726
1727 AS3645A LED FLASH CONTROLLER DRIVER
1728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1729 L:      linux-media@vger.kernel.org
1730 T:      git git://linuxtv.org/media_tree.git
1731 S:      Maintained
1732 F:      drivers/media/i2c/as3645a.c
1733 F:      include/media/as3645a.h
1734
1735 ASC7621 HARDWARE MONITOR DRIVER
1736 M:      George Joseph <george.joseph@fairview5.com>
1737 L:      lm-sensors@lm-sensors.org
1738 S:      Maintained
1739 F:      Documentation/hwmon/asc7621
1740 F:      drivers/hwmon/asc7621.c
1741
1742 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1743 M:      Corentin Chary <corentin.chary@gmail.com>
1744 L:      acpi4asus-user@lists.sourceforge.net
1745 L:      platform-driver-x86@vger.kernel.org
1746 W:      http://acpi4asus.sf.net
1747 S:      Maintained
1748 F:      drivers/platform/x86/asus*.c
1749 F:      drivers/platform/x86/eeepc*.c
1750
1751 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1752 R:      Dan Williams <dan.j.williams@intel.com>
1753 W:      http://sourceforge.net/projects/xscaleiop
1754 S:      Odd fixes
1755 F:      Documentation/crypto/async-tx-api.txt
1756 F:      crypto/async_tx/
1757 F:      drivers/dma/
1758 F:      include/linux/dmaengine.h
1759 F:      include/linux/async_tx.h
1760
1761 AT24 EEPROM DRIVER
1762 M:      Wolfram Sang <wsa@the-dreams.de>
1763 L:      linux-i2c@vger.kernel.org
1764 S:      Maintained
1765 F:      drivers/misc/eeprom/at24.c
1766 F:      include/linux/platform_data/at24.h
1767
1768 ATA OVER ETHERNET (AOE) DRIVER
1769 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1770 W:      http://www.openaoe.org/
1771 S:      Supported
1772 F:      Documentation/aoe/
1773 F:      drivers/block/aoe/
1774
1775 ATHEROS ATH GENERIC UTILITIES
1776 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1777 L:      linux-wireless@vger.kernel.org
1778 S:      Supported
1779 F:      drivers/net/wireless/ath/*
1780
1781 ATHEROS ATH5K WIRELESS DRIVER
1782 M:      Jiri Slaby <jirislaby@gmail.com>
1783 M:      Nick Kossifidis <mickflemm@gmail.com>
1784 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1785 L:      linux-wireless@vger.kernel.org
1786 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1787 S:      Maintained
1788 F:      drivers/net/wireless/ath/ath5k/
1789
1790 ATHEROS ATH6KL WIRELESS DRIVER
1791 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1792 L:      linux-wireless@vger.kernel.org
1793 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1794 T:      git git://github.com/kvalo/ath.git
1795 S:      Supported
1796 F:      drivers/net/wireless/ath/ath6kl/
1797
1798 WILOCITY WIL6210 WIRELESS DRIVER
1799 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1800 L:      linux-wireless@vger.kernel.org
1801 L:      wil6210@qca.qualcomm.com
1802 S:      Supported
1803 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1804 F:      drivers/net/wireless/ath/wil6210/
1805 F:      include/uapi/linux/wil6210_uapi.h
1806
1807 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1808 M:      Christian Lamparter <chunkeey@googlemail.com>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1811 S:      Maintained
1812 F:      drivers/net/wireless/ath/carl9170/
1813
1814 ATK0110 HWMON DRIVER
1815 M:      Luca Tettamanti <kronos.it@gmail.com>
1816 L:      lm-sensors@lm-sensors.org
1817 S:      Maintained
1818 F:      drivers/hwmon/asus_atk0110.c
1819
1820 ATI_REMOTE2 DRIVER
1821 M:      Ville Syrjala <syrjala@sci.fi>
1822 S:      Maintained
1823 F:      drivers/input/misc/ati_remote2.c
1824
1825 ATLX ETHERNET DRIVERS
1826 M:      Jay Cliburn <jcliburn@gmail.com>
1827 M:      Chris Snook <chris.snook@gmail.com>
1828 L:      netdev@vger.kernel.org
1829 W:      http://sourceforge.net/projects/atl1
1830 W:      http://atl1.sourceforge.net
1831 S:      Maintained
1832 F:      drivers/net/ethernet/atheros/
1833
1834 ATM
1835 M:      Chas Williams <3chas3@gmail.com>
1836 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1837 L:      netdev@vger.kernel.org
1838 W:      http://linux-atm.sourceforge.net
1839 S:      Maintained
1840 F:      drivers/atm/
1841 F:      include/linux/atm*
1842 F:      include/uapi/linux/atm*
1843
1844 ATMEL AT91 / AT32 MCI DRIVER
1845 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1846 S:      Maintained
1847 F:      drivers/mmc/host/atmel-mci.c
1848 F:      drivers/mmc/host/atmel-mci-regs.h
1849
1850 ATMEL AT91 / AT32 SERIAL DRIVER
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 S:      Supported
1853 F:      drivers/tty/serial/atmel_serial.c
1854
1855 ATMEL Audio ALSA driver
1856 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1857 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1858 S:      Supported
1859 F:      sound/soc/atmel
1860
1861 ATMEL DMA 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/dma/at_hdmac.c
1866 F:      drivers/dma/at_hdmac_regs.h
1867 F:      include/linux/platform_data/dma-atmel.h
1868
1869 ATMEL XDMA DRIVER
1870 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1871 L:      linux-arm-kernel@lists.infradead.org
1872 L:      dmaengine@vger.kernel.org
1873 S:      Supported
1874 F:      drivers/dma/at_xdmac.c
1875
1876 ATMEL I2C DRIVER
1877 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1878 L:      linux-i2c@vger.kernel.org
1879 S:      Supported
1880 F:      drivers/i2c/busses/i2c-at91.c
1881
1882 ATMEL ISI DRIVER
1883 M:      Josh Wu <josh.wu@atmel.com>
1884 L:      linux-media@vger.kernel.org
1885 S:      Supported
1886 F:      drivers/media/platform/soc_camera/atmel-isi.c
1887 F:      include/media/atmel-isi.h
1888
1889 ATMEL LCDFB DRIVER
1890 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1891 L:      linux-fbdev@vger.kernel.org
1892 S:      Maintained
1893 F:      drivers/video/fbdev/atmel_lcdfb.c
1894 F:      include/video/atmel_lcdc.h
1895
1896 ATMEL MACB ETHERNET DRIVER
1897 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1898 S:      Supported
1899 F:      drivers/net/ethernet/cadence/
1900
1901 ATMEL NAND DRIVER
1902 M:      Josh Wu <josh.wu@atmel.com>
1903 L:      linux-mtd@lists.infradead.org
1904 S:      Supported
1905 F:      drivers/mtd/nand/atmel_nand*
1906
1907 ATMEL SDMMC DRIVER
1908 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1909 L:      linux-mmc@vger.kernel.org
1910 S:      Supported
1911 F:      drivers/mmc/host/sdhci-of-at91.c
1912
1913 ATMEL SPI DRIVER
1914 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1915 S:      Supported
1916 F:      drivers/spi/spi-atmel.*
1917
1918 ATMEL SSC DRIVER
1919 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1921 S:      Supported
1922 F:      drivers/misc/atmel-ssc.c
1923 F:      include/linux/atmel-ssc.h
1924
1925 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1926 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1928 S:      Supported
1929 F:      drivers/misc/atmel_tclib.c
1930 F:      drivers/clocksource/tcb_clksrc.c
1931
1932 ATMEL USBA UDC DRIVER
1933 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1935 S:      Supported
1936 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1937
1938 ATMEL WIRELESS DRIVER
1939 M:      Simon Kelley <simon@thekelleys.org.uk>
1940 L:      linux-wireless@vger.kernel.org
1941 W:      http://www.thekelleys.org.uk/atmel
1942 W:      http://atmelwlandriver.sourceforge.net/
1943 S:      Maintained
1944 F:      drivers/net/wireless/atmel*
1945
1946 ATMEL MAXTOUCH DRIVER
1947 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1948 T:      git git://github.com/atmel-maxtouch/linux.git
1949 S:      Supported
1950 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1951 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1952 F:      include/linux/platform_data/atmel_mxt_ts.h
1953
1954 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1955 M:      Bradley Grove <linuxdrivers@attotech.com>
1956 L:      linux-scsi@vger.kernel.org
1957 W:      http://www.attotech.com
1958 S:      Supported
1959 F:      drivers/scsi/esas2r
1960
1961 ATUSB IEEE 802.15.4 RADIO DRIVER
1962 M:      Stefan Schmidt <stefan@osg.samsung.com>
1963 L:      linux-wpan@vger.kernel.org
1964 S:      Maintained
1965 F:      drivers/net/ieee802154/atusb.c
1966 F:      drivers/net/ieee802154/atusb.h
1967 F:      drivers/net/ieee802154/at86rf230.h
1968
1969 AUDIT SUBSYSTEM
1970 M:      Paul Moore <paul@paul-moore.com>
1971 M:      Eric Paris <eparis@redhat.com>
1972 L:      linux-audit@redhat.com (moderated for non-subscribers)
1973 W:      http://people.redhat.com/sgrubb/audit/
1974 T:      git git://git.infradead.org/users/pcmoore/audit
1975 S:      Maintained
1976 F:      include/linux/audit.h
1977 F:      include/uapi/linux/audit.h
1978 F:      kernel/audit*
1979
1980 AUXILIARY DISPLAY DRIVERS
1981 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1982 W:      http://miguelojeda.es/auxdisplay.htm
1983 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1984 S:      Maintained
1985 F:      drivers/auxdisplay/
1986 F:      include/linux/cfag12864b.h
1987
1988 AVR32 ARCHITECTURE
1989 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1990 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1991 W:      http://www.atmel.com/products/AVR32/
1992 W:      http://mirror.egtvedt.no/avr32linux.org/
1993 W:      http://avrfreaks.net/
1994 S:      Maintained
1995 F:      arch/avr32/
1996
1997 AVR32/AT32AP MACHINE SUPPORT
1998 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1999 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2000 S:      Maintained
2001 F:      arch/avr32/mach-at32ap/
2002
2003 AX.25 NETWORK LAYER
2004 M:      Ralf Baechle <ralf@linux-mips.org>
2005 L:      linux-hams@vger.kernel.org
2006 W:      http://www.linux-ax25.org/
2007 S:      Maintained
2008 F:      include/uapi/linux/ax25.h
2009 F:      include/net/ax25.h
2010 F:      net/ax25/
2011
2012 AZ6007 DVB DRIVER
2013 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014 L:      linux-media@vger.kernel.org
2015 W:      http://linuxtv.org
2016 T:      git git://linuxtv.org/media_tree.git
2017 S:      Maintained
2018 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2019
2020 AZTECH FM RADIO RECEIVER DRIVER
2021 M:      Hans Verkuil <hverkuil@xs4all.nl>
2022 L:      linux-media@vger.kernel.org
2023 T:      git git://linuxtv.org/media_tree.git
2024 W:      http://linuxtv.org
2025 S:      Maintained
2026 F:      drivers/media/radio/radio-aztech*
2027
2028 B43 WIRELESS DRIVER
2029 L:      linux-wireless@vger.kernel.org
2030 L:      b43-dev@lists.infradead.org
2031 W:      http://wireless.kernel.org/en/users/Drivers/b43
2032 S:      Odd Fixes
2033 F:      drivers/net/wireless/b43/
2034
2035 B43LEGACY WIRELESS DRIVER
2036 M:      Larry Finger <Larry.Finger@lwfinger.net>
2037 L:      linux-wireless@vger.kernel.org
2038 L:      b43-dev@lists.infradead.org
2039 W:      http://wireless.kernel.org/en/users/Drivers/b43
2040 S:      Maintained
2041 F:      drivers/net/wireless/b43legacy/
2042
2043 BACKLIGHT CLASS/SUBSYSTEM
2044 M:      Jingoo Han <jingoohan1@gmail.com>
2045 M:      Lee Jones <lee.jones@linaro.org>
2046 S:      Maintained
2047 F:      drivers/video/backlight/
2048 F:      include/linux/backlight.h
2049
2050 BATMAN ADVANCED
2051 M:      Marek Lindner <mareklindner@neomailbox.ch>
2052 M:      Simon Wunderlich <sw@simonwunderlich.de>
2053 M:      Antonio Quartulli <antonio@meshcoding.com>
2054 L:      b.a.t.m.a.n@lists.open-mesh.org
2055 W:      http://www.open-mesh.org/
2056 S:      Maintained
2057 F:      net/batman-adv/
2058
2059 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2060 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2061 L:      linux-hams@vger.kernel.org
2062 W:      http://www.baycom.org/~tom/ham/ham.html
2063 S:      Maintained
2064 F:      drivers/net/hamradio/baycom*
2065
2066 BCACHE (BLOCK LAYER CACHE)
2067 M:      Kent Overstreet <kent.overstreet@gmail.com>
2068 L:      linux-bcache@vger.kernel.org
2069 W:      http://bcache.evilpiepirate.org
2070 S:      Maintained
2071 F:      drivers/md/bcache/
2072
2073 BDISP ST MEDIA DRIVER
2074 M:      Fabien Dessenne <fabien.dessenne@st.com>
2075 L:      linux-media@vger.kernel.org
2076 T:      git git://linuxtv.org/media_tree.git
2077 W:      http://linuxtv.org
2078 S:      Supported
2079 F:      drivers/media/platform/sti/bdisp
2080
2081 BEFS FILE SYSTEM
2082 S:      Orphan
2083 F:      Documentation/filesystems/befs.txt
2084 F:      fs/befs/
2085
2086 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2087 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2088 L:      netdev@vger.kernel.org
2089 S:      Maintained
2090 F:      drivers/net/ethernet/ec_bhf.c
2091
2092 BFS FILE SYSTEM
2093 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2094 S:      Maintained
2095 F:      Documentation/filesystems/bfs.txt
2096 F:      fs/bfs/
2097 F:      include/uapi/linux/bfs_fs.h
2098
2099 BLACKFIN ARCHITECTURE
2100 M:      Steven Miao <realmz6@gmail.com>
2101 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 T:      git git://git.code.sf.net/p/adi-linux/code
2103 W:      http://blackfin.uclinux.org
2104 S:      Supported
2105 F:      arch/blackfin/
2106
2107 BLACKFIN EMAC DRIVER
2108 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 W:      http://blackfin.uclinux.org
2110 S:      Supported
2111 F:      drivers/net/ethernet/adi/
2112
2113 BLACKFIN RTC DRIVER
2114 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2115 W:      http://blackfin.uclinux.org
2116 S:      Supported
2117 F:      drivers/rtc/rtc-bfin.c
2118
2119 BLACKFIN SDH DRIVER
2120 M:      Sonic Zhang <sonic.zhang@analog.com>
2121 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2122 W:      http://blackfin.uclinux.org
2123 S:      Supported
2124 F:      drivers/mmc/host/bfin_sdh.c
2125
2126 BLACKFIN SERIAL DRIVER
2127 M:      Sonic Zhang <sonic.zhang@analog.com>
2128 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      drivers/tty/serial/bfin_uart.c
2132
2133 BLACKFIN WATCHDOG DRIVER
2134 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2135 W:      http://blackfin.uclinux.org
2136 S:      Supported
2137 F:      drivers/watchdog/bfin_wdt.c
2138
2139 BLACKFIN I2C TWI DRIVER
2140 M:      Sonic Zhang <sonic.zhang@analog.com>
2141 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2142 W:      http://blackfin.uclinux.org/
2143 S:      Supported
2144 F:      drivers/i2c/busses/i2c-bfin-twi.c
2145
2146 BLACKFIN MEDIA DRIVER
2147 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2148 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org/
2150 S:      Supported
2151 F:      drivers/media/platform/blackfin/
2152 F:      drivers/media/i2c/adv7183*
2153 F:      drivers/media/i2c/vs6624*
2154
2155 BLINKM RGB LED DRIVER
2156 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2157 S:      Maintained
2158 F:      drivers/leds/leds-blinkm.c
2159
2160 BLOCK LAYER
2161 M:      Jens Axboe <axboe@kernel.dk>
2162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2163 S:      Maintained
2164 F:      block/
2165 F:      kernel/trace/blktrace.c
2166
2167 BLOCK2MTD DRIVER
2168 M:      Joern Engel <joern@lazybastard.org>
2169 L:      linux-mtd@lists.infradead.org
2170 S:      Maintained
2171 F:      drivers/mtd/devices/block2mtd.c
2172
2173 BLUETOOTH DRIVERS
2174 M:      Marcel Holtmann <marcel@holtmann.org>
2175 M:      Gustavo Padovan <gustavo@padovan.org>
2176 M:      Johan Hedberg <johan.hedberg@gmail.com>
2177 L:      linux-bluetooth@vger.kernel.org
2178 W:      http://www.bluez.org/
2179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2181 S:      Maintained
2182 F:      drivers/bluetooth/
2183
2184 BLUETOOTH SUBSYSTEM
2185 M:      Marcel Holtmann <marcel@holtmann.org>
2186 M:      Gustavo Padovan <gustavo@padovan.org>
2187 M:      Johan Hedberg <johan.hedberg@gmail.com>
2188 L:      linux-bluetooth@vger.kernel.org
2189 W:      http://www.bluez.org/
2190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2192 S:      Maintained
2193 F:      net/bluetooth/
2194 F:      include/net/bluetooth/
2195
2196 BONDING DRIVER
2197 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2198 M:      Veaceslav Falico <vfalico@gmail.com>
2199 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2200 L:      netdev@vger.kernel.org
2201 W:      http://sourceforge.net/projects/bonding/
2202 S:      Supported
2203 F:      drivers/net/bonding/
2204 F:      include/uapi/linux/if_bonding.h
2205
2206 BPF (Safe dynamic programs and tools)
2207 M:      Alexei Starovoitov <ast@kernel.org>
2208 L:      netdev@vger.kernel.org
2209 L:      linux-kernel@vger.kernel.org
2210 S:      Supported
2211 F:      kernel/bpf/
2212
2213 BROADCOM B44 10/100 ETHERNET DRIVER
2214 M:      Gary Zambrano <zambrano@broadcom.com>
2215 L:      netdev@vger.kernel.org
2216 S:      Supported
2217 F:      drivers/net/ethernet/broadcom/b44.*
2218
2219 BROADCOM GENET ETHERNET DRIVER
2220 M:      Florian Fainelli <f.fainelli@gmail.com>
2221 L:      netdev@vger.kernel.org
2222 S:      Supported
2223 F:      drivers/net/ethernet/broadcom/genet/
2224
2225 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2226 M:      Sony Chacko <sony.chacko@qlogic.com>
2227 M:      Dept-HSGLinuxNICDev@qlogic.com
2228 L:      netdev@vger.kernel.org
2229 S:      Supported
2230 F:      drivers/net/ethernet/broadcom/bnx2.*
2231 F:      drivers/net/ethernet/broadcom/bnx2_*
2232
2233 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2234 M:      Ariel Elior <ariel.elior@qlogic.com>
2235 L:      netdev@vger.kernel.org
2236 S:      Supported
2237 F:      drivers/net/ethernet/broadcom/bnx2x/
2238
2239 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2240 M:      Florian Fainelli <f.fainelli@gmail.com>
2241 M:      Ray Jui <rjui@broadcom.com>
2242 M:      Scott Branden <sbranden@broadcom.com>
2243 L:      bcm-kernel-feedback-list@broadcom.com
2244 T:      git git://github.com/broadcom/mach-bcm
2245 S:      Maintained
2246 F:      arch/arm/mach-bcm/
2247 F:      arch/arm/boot/dts/bcm113*
2248 F:      arch/arm/boot/dts/bcm216*
2249 F:      arch/arm/boot/dts/bcm281*
2250 F:      arch/arm/configs/bcm_defconfig
2251 F:      drivers/mmc/host/sdhci-bcm-kona.c
2252 F:      drivers/clocksource/bcm_kona_timer.c
2253
2254 BROADCOM BCM2835 ARM ARCHITECTURE
2255 M:      Stephen Warren <swarren@wwwdotorg.org>
2256 M:      Lee Jones <lee@kernel.org>
2257 M:      Eric Anholt <eric@anholt.net>
2258 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2261 S:      Maintained
2262 N:      bcm2835
2263
2264 BROADCOM BCM33XX MIPS ARCHITECTURE
2265 M:      Kevin Cernekee <cernekee@gmail.com>
2266 L:      linux-mips@linux-mips.org
2267 S:      Maintained
2268 F:      arch/mips/bcm3384/*
2269 F:      arch/mips/include/asm/mach-bcm3384/*
2270 F:      arch/mips/kernel/*bmips*
2271
2272 BROADCOM BCM47XX MIPS ARCHITECTURE
2273 M:      Hauke Mehrtens <hauke@hauke-m.de>
2274 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2275 L:      linux-mips@linux-mips.org
2276 S:      Maintained
2277 F:      arch/mips/bcm47xx/*
2278 F:      arch/mips/include/asm/mach-bcm47xx/*
2279
2280 BROADCOM BCM5301X ARM ARCHITECTURE
2281 M:      Hauke Mehrtens <hauke@hauke-m.de>
2282 L:      linux-arm-kernel@lists.infradead.org
2283 S:      Maintained
2284 F:      arch/arm/mach-bcm/bcm_5301x.c
2285 F:      arch/arm/boot/dts/bcm5301x.dtsi
2286 F:      arch/arm/boot/dts/bcm470*
2287
2288 BROADCOM BCM63XX ARM ARCHITECTURE
2289 M:      Florian Fainelli <f.fainelli@gmail.com>
2290 L:      linux-arm-kernel@lists.infradead.org
2291 T:      git git://github.com/broadcom/arm-bcm63xx.git
2292 S:      Maintained
2293 F:      arch/arm/mach-bcm/bcm63xx.c
2294 F:      arch/arm/include/debug/bcm63xx.S
2295
2296 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2297 M:      Kevin Cernekee <cernekee@gmail.com>
2298 L:      linux-usb@vger.kernel.org
2299 S:      Maintained
2300 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2301
2302 BROADCOM BCM7XXX ARM ARCHITECTURE
2303 M:      Brian Norris <computersforpeace@gmail.com>
2304 M:      Gregory Fong <gregory.0xf0@gmail.com>
2305 M:      Florian Fainelli <f.fainelli@gmail.com>
2306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2307 T:      git git://github.com/broadcom/stblinux.git
2308 S:      Maintained
2309 F:      arch/arm/mach-bcm/*brcmstb*
2310 F:      arch/arm/boot/dts/bcm7*.dts*
2311 F:      drivers/bus/brcmstb_gisb.c
2312 N:      brcmstb
2313
2314 BROADCOM BMIPS MIPS ARCHITECTURE
2315 M:      Kevin Cernekee <cernekee@gmail.com>
2316 M:      Florian Fainelli <f.fainelli@gmail.com>
2317 L:      linux-mips@linux-mips.org
2318 T:      git git://github.com/broadcom/stblinux.git
2319 S:      Maintained
2320 F:      arch/mips/bmips/*
2321 F:      arch/mips/include/asm/mach-bmips/*
2322 F:      arch/mips/kernel/*bmips*
2323 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2324 F:      drivers/irqchip/irq-bcm7*
2325 F:      drivers/irqchip/irq-brcmstb*
2326
2327 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2328 M:      Prashant Sreedharan <prashant@broadcom.com>
2329 M:      Michael Chan <mchan@broadcom.com>
2330 L:      netdev@vger.kernel.org
2331 S:      Supported
2332 F:      drivers/net/ethernet/broadcom/tg3.*
2333
2334 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2335 M:      Brett Rudley <brudley@broadcom.com>
2336 M:      Arend van Spriel <arend@broadcom.com>
2337 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2338 M:      Hante Meuleman <meuleman@broadcom.com>
2339 L:      linux-wireless@vger.kernel.org
2340 L:      brcm80211-dev-list@broadcom.com
2341 S:      Supported
2342 F:      drivers/net/wireless/brcm80211/
2343
2344 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2345 M:      QLogic-Storage-Upstream@qlogic.com
2346 L:      linux-scsi@vger.kernel.org
2347 S:      Supported
2348 F:      drivers/scsi/bnx2fc/
2349
2350 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2351 M:      QLogic-Storage-Upstream@qlogic.com
2352 L:      linux-scsi@vger.kernel.org
2353 S:      Supported
2354 F:      drivers/scsi/bnx2i/
2355
2356 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2357 M:      Ray Jui <rjui@broadcom.com>
2358 M:      Scott Branden <sbranden@broadcom.com>
2359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2360 L:      bcm-kernel-feedback-list@broadcom.com
2361 T:      git git://github.com/broadcom/cygnus-linux.git
2362 S:      Maintained
2363 N:      iproc
2364 N:      cygnus
2365 N:      bcm9113*
2366 N:      bcm9583*
2367 N:      bcm583*
2368 N:      bcm113*
2369
2370 BROADCOM BRCMSTB GPIO DRIVER
2371 M:      Gregory Fong <gregory.0xf0@gmail.com>
2372 L:      bcm-kernel-feedback-list@broadcom.com>
2373 S:      Supported
2374 F:      drivers/gpio/gpio-brcmstb.c
2375 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2376
2377 BROADCOM KONA GPIO DRIVER
2378 M:      Ray Jui <rjui@broadcom.com>
2379 L:      bcm-kernel-feedback-list@broadcom.com
2380 S:      Supported
2381 F:      drivers/gpio/gpio-bcm-kona.c
2382 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2383
2384 BROADCOM NVRAM DRIVER
2385 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2386 L:      linux-mips@linux-mips.org
2387 S:      Maintained
2388 F:      drivers/firmware/broadcom/*
2389
2390 BROADCOM STB NAND FLASH DRIVER
2391 M:      Brian Norris <computersforpeace@gmail.com>
2392 L:      linux-mtd@lists.infradead.org
2393 S:      Maintained
2394 F:      drivers/mtd/nand/brcmnand/
2395
2396 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2397 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2398 L:      linux-wireless@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/bcma/
2401 F:      include/linux/bcma/
2402
2403 BROADCOM SYSTEMPORT ETHERNET DRIVER
2404 M:      Florian Fainelli <f.fainelli@gmail.com>
2405 L:      netdev@vger.kernel.org
2406 S:      Supported
2407 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2408
2409 BROCADE BFA FC SCSI DRIVER
2410 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2411 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2412 L:      linux-scsi@vger.kernel.org
2413 S:      Supported
2414 F:      drivers/scsi/bfa/
2415
2416 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2417 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2418 L:      netdev@vger.kernel.org
2419 S:      Supported
2420 F:      drivers/net/ethernet/brocade/bna/
2421
2422 BSG (block layer generic sg v4 driver)
2423 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2424 L:      linux-scsi@vger.kernel.org
2425 S:      Supported
2426 F:      block/bsg.c
2427 F:      include/linux/bsg.h
2428 F:      include/uapi/linux/bsg.h
2429
2430 BT87X AUDIO DRIVER
2431 M:      Clemens Ladisch <clemens@ladisch.de>
2432 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2433 T:      git git://git.alsa-project.org/alsa-kernel.git
2434 S:      Maintained
2435 F:      Documentation/sound/alsa/Bt87x.txt
2436 F:      sound/pci/bt87x.c
2437
2438 BT8XXGPIO DRIVER
2439 M:      Michael Buesch <m@bues.ch>
2440 W:      http://bu3sch.de/btgpio.php
2441 S:      Maintained
2442 F:      drivers/gpio/gpio-bt8xx.c
2443
2444 BTRFS FILE SYSTEM
2445 M:      Chris Mason <clm@fb.com>
2446 M:      Josef Bacik <jbacik@fb.com>
2447 M:      David Sterba <dsterba@suse.com>
2448 L:      linux-btrfs@vger.kernel.org
2449 W:      http://btrfs.wiki.kernel.org/
2450 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2452 S:      Maintained
2453 F:      Documentation/filesystems/btrfs.txt
2454 F:      fs/btrfs/
2455
2456 BTTV VIDEO4LINUX DRIVER
2457 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2458 L:      linux-media@vger.kernel.org
2459 W:      http://linuxtv.org
2460 T:      git git://linuxtv.org/media_tree.git
2461 S:      Odd fixes
2462 F:      Documentation/video4linux/bttv/
2463 F:      drivers/media/pci/bt8xx/bttv*
2464
2465 BUSLOGIC SCSI DRIVER
2466 M:      Khalid Aziz <khalid@gonehiking.org>
2467 L:      linux-scsi@vger.kernel.org
2468 S:      Maintained
2469 F:      drivers/scsi/BusLogic.*
2470 F:      drivers/scsi/FlashPoint.*
2471
2472 C-MEDIA CMI8788 DRIVER
2473 M:      Clemens Ladisch <clemens@ladisch.de>
2474 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2475 T:      git git://git.alsa-project.org/alsa-kernel.git
2476 S:      Maintained
2477 F:      sound/pci/oxygen/
2478
2479 C6X ARCHITECTURE
2480 M:      Mark Salter <msalter@redhat.com>
2481 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2482 L:      linux-c6x-dev@linux-c6x.org
2483 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2484 S:      Maintained
2485 F:      arch/c6x/
2486
2487 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2488 M:      David Howells <dhowells@redhat.com>
2489 L:      linux-cachefs@redhat.com
2490 S:      Supported
2491 F:      Documentation/filesystems/caching/cachefiles.txt
2492 F:      fs/cachefiles/
2493
2494 CADET FM/AM RADIO RECEIVER DRIVER
2495 M:      Hans Verkuil <hverkuil@xs4all.nl>
2496 L:      linux-media@vger.kernel.org
2497 T:      git git://linuxtv.org/media_tree.git
2498 W:      http://linuxtv.org
2499 S:      Maintained
2500 F:      drivers/media/radio/radio-cadet*
2501
2502 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2503 M:      Jonathan Corbet <corbet@lwn.net>
2504 L:      linux-media@vger.kernel.org
2505 T:      git git://linuxtv.org/media_tree.git
2506 S:      Maintained
2507 F:      Documentation/video4linux/cafe_ccic
2508 F:      drivers/media/platform/marvell-ccic/
2509
2510 CAIF NETWORK LAYER
2511 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2512 L:      netdev@vger.kernel.org
2513 S:      Supported
2514 F:      Documentation/networking/caif/
2515 F:      drivers/net/caif/
2516 F:      include/uapi/linux/caif/
2517 F:      include/net/caif/
2518 F:      net/caif/
2519
2520 CALGARY x86-64 IOMMU
2521 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2522 M:      "Jon D. Mason" <jdmason@kudzu.us>
2523 L:      discuss@x86-64.org
2524 S:      Maintained
2525 F:      arch/x86/kernel/pci-calgary_64.c
2526 F:      arch/x86/kernel/tce_64.c
2527 F:      arch/x86/include/asm/calgary.h
2528 F:      arch/x86/include/asm/tce.h
2529
2530 CAN NETWORK LAYER
2531 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2532 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2533 L:      linux-can@vger.kernel.org
2534 W:      https://github.com/linux-can
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2537 S:      Maintained
2538 F:      Documentation/networking/can.txt
2539 F:      net/can/
2540 F:      include/linux/can/core.h
2541 F:      include/uapi/linux/can.h
2542 F:      include/uapi/linux/can/bcm.h
2543 F:      include/uapi/linux/can/raw.h
2544 F:      include/uapi/linux/can/gw.h
2545
2546 CAN NETWORK DRIVERS
2547 M:      Wolfgang Grandegger <wg@grandegger.com>
2548 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2549 L:      linux-can@vger.kernel.org
2550 W:      https://github.com/linux-can
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2553 S:      Maintained
2554 F:      drivers/net/can/
2555 F:      include/linux/can/dev.h
2556 F:      include/linux/can/platform/
2557 F:      include/uapi/linux/can/error.h
2558 F:      include/uapi/linux/can/netlink.h
2559
2560 CAPABILITIES
2561 M:      Serge Hallyn <serge.hallyn@canonical.com>
2562 L:      linux-security-module@vger.kernel.org
2563 S:      Supported
2564 F:      include/linux/capability.h
2565 F:      include/uapi/linux/capability.h
2566 F:      security/commoncap.c
2567 F:      kernel/capability.c
2568
2569 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2570 M:      Kevin Tsai <ktsai@capellamicro.com>
2571 S:      Maintained
2572 F:      drivers/iio/light/cm*
2573 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2574
2575 CAVIUM LIQUIDIO NETWORK DRIVER
2576 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2577 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2578 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2579 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2580 L:     netdev@vger.kernel.org
2581 W:     http://www.cavium.com
2582 S:     Supported
2583 F:     drivers/net/ethernet/cavium/
2584 F:     drivers/net/ethernet/cavium/liquidio/
2585
2586 CC2520 IEEE-802.15.4 RADIO DRIVER
2587 M:      Varka Bhadram <varkabhadram@gmail.com>
2588 L:      linux-wpan@vger.kernel.org
2589 S:      Maintained
2590 F:      drivers/net/ieee802154/cc2520.c
2591 F:      include/linux/spi/cc2520.h
2592 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2593
2594 CELL BROADBAND ENGINE ARCHITECTURE
2595 M:      Arnd Bergmann <arnd@arndb.de>
2596 L:      linuxppc-dev@lists.ozlabs.org
2597 W:      http://www.ibm.com/developerworks/power/cell/
2598 S:      Supported
2599 F:      arch/powerpc/include/asm/cell*.h
2600 F:      arch/powerpc/include/asm/spu*.h
2601 F:      arch/powerpc/include/uapi/asm/spu*.h
2602 F:      arch/powerpc/oprofile/*cell*
2603 F:      arch/powerpc/platforms/cell/
2604
2605 CEPH COMMON CODE (LIBCEPH)
2606 M:      Ilya Dryomov <idryomov@gmail.com>
2607 M:      "Yan, Zheng" <zyan@redhat.com>
2608 M:      Sage Weil <sage@redhat.com>
2609 L:      ceph-devel@vger.kernel.org
2610 W:      http://ceph.com/
2611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2612 T:      git git://github.com/ceph/ceph-client.git
2613 S:      Supported
2614 F:      net/ceph/
2615 F:      include/linux/ceph/
2616 F:      include/linux/crush/
2617
2618 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2619 M:      "Yan, Zheng" <zyan@redhat.com>
2620 M:      Sage Weil <sage@redhat.com>
2621 M:      Ilya Dryomov <idryomov@gmail.com>
2622 L:      ceph-devel@vger.kernel.org
2623 W:      http://ceph.com/
2624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2625 T:      git git://github.com/ceph/ceph-client.git
2626 S:      Supported
2627 F:      Documentation/filesystems/ceph.txt
2628 F:      fs/ceph/
2629
2630 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2631 L:      linux-usb@vger.kernel.org
2632 S:      Orphan
2633 F:      Documentation/usb/WUSB-Design-overview.txt
2634 F:      Documentation/usb/wusb-cbaf
2635 F:      drivers/usb/host/hwa-hc.c
2636 F:      drivers/usb/host/whci/
2637 F:      drivers/usb/wusbcore/
2638 F:      include/linux/usb/wusb*
2639
2640 CFAG12864B LCD DRIVER
2641 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2642 W:      http://miguelojeda.es/auxdisplay.htm
2643 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2644 S:      Maintained
2645 F:      drivers/auxdisplay/cfag12864b.c
2646 F:      include/linux/cfag12864b.h
2647
2648 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2649 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2650 W:      http://miguelojeda.es/auxdisplay.htm
2651 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2652 S:      Maintained
2653 F:      drivers/auxdisplay/cfag12864bfb.c
2654 F:      include/linux/cfag12864b.h
2655
2656 CFG80211 and NL80211
2657 M:      Johannes Berg <johannes@sipsolutions.net>
2658 L:      linux-wireless@vger.kernel.org
2659 W:      http://wireless.kernel.org/
2660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2662 S:      Maintained
2663 F:      include/uapi/linux/nl80211.h
2664 F:      include/net/cfg80211.h
2665 F:      net/wireless/*
2666 X:      net/wireless/wext*
2667
2668 CHAR and MISC DRIVERS
2669 M:      Arnd Bergmann <arnd@arndb.de>
2670 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2672 S:      Supported
2673 F:      drivers/char/*
2674 F:      drivers/misc/*
2675 F:      include/linux/miscdevice.h
2676
2677 CHECKPATCH
2678 M:      Andy Whitcroft <apw@canonical.com>
2679 M:      Joe Perches <joe@perches.com>
2680 S:      Maintained
2681 F:      scripts/checkpatch.pl
2682
2683 CHINESE DOCUMENTATION
2684 M:      Harry Wei <harryxiyou@gmail.com>
2685 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2686 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2687 S:      Maintained
2688 F:      Documentation/zh_CN/
2689
2690 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2691 M:      Peter Chen <Peter.Chen@freescale.com>
2692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2693 L:      linux-usb@vger.kernel.org
2694 S:      Maintained
2695 F:      drivers/usb/chipidea/
2696
2697 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2698 M:      Hans de Goede <hdegoede@redhat.com>
2699 L:      linux-input@vger.kernel.org
2700 S:      Maintained
2701 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2702 F:      drivers/input/touchscreen/chipone_icn8318.c
2703
2704 CHROME HARDWARE PLATFORM SUPPORT
2705 M:      Olof Johansson <olof@lixom.net>
2706 S:      Maintained
2707 F:      drivers/platform/chrome/
2708
2709 CISCO VIC ETHERNET NIC DRIVER
2710 M:      Christian Benvenuti <benve@cisco.com>
2711 M:      Sujith Sankar <ssujith@cisco.com>
2712 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2713 M:      Neel Patel <neepatel@cisco.com>
2714 S:      Supported
2715 F:      drivers/net/ethernet/cisco/enic/
2716
2717 CISCO VIC LOW LATENCY NIC DRIVER
2718 M:      Upinder Malhi <umalhi@cisco.com>
2719 S:      Supported
2720 F:      drivers/infiniband/hw/usnic
2721
2722 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2723 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2724 L:      netdev@vger.kernel.org
2725 S:      Maintained
2726 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2727
2728 CIRRUS LOGIC AUDIO CODEC DRIVERS
2729 M:      Brian Austin <brian.austin@cirrus.com>
2730 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2731 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2732 S:      Maintained
2733 F:      sound/soc/codecs/cs*
2734
2735 CLEANCACHE API
2736 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2737 L:      linux-kernel@vger.kernel.org
2738 S:      Maintained
2739 F:      mm/cleancache.c
2740 F:      include/linux/cleancache.h
2741
2742 CLK API
2743 M:      Russell King <linux@arm.linux.org.uk>
2744 L:      linux-clk@vger.kernel.org
2745 S:      Maintained
2746 F:      include/linux/clk.h
2747
2748 CLOCKSOURCE, CLOCKEVENT DRIVERS
2749 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2750 M:      Thomas Gleixner <tglx@linutronix.de>
2751 L:      linux-kernel@vger.kernel.org
2752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2753 S:      Supported
2754 F:      drivers/clocksource
2755
2756 CISCO FCOE HBA DRIVER
2757 M:      Hiral Patel <hiralpat@cisco.com>
2758 M:      Suma Ramars <sramars@cisco.com>
2759 M:      Brian Uchino <buchino@cisco.com>
2760 L:      linux-scsi@vger.kernel.org
2761 S:      Supported
2762 F:      drivers/scsi/fnic/
2763
2764 CISCO SCSI HBA DRIVER
2765 M:      Narsimhulu Musini <nmusini@cisco.com>
2766 M:      Sesidhar Baddela <sebaddel@cisco.com>
2767 L:      linux-scsi@vger.kernel.org
2768 S:      Supported
2769 F:      drivers/scsi/snic/
2770
2771 CMPC ACPI DRIVER
2772 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2773 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2774 L:      platform-driver-x86@vger.kernel.org
2775 S:      Supported
2776 F:      drivers/platform/x86/classmate-laptop.c
2777
2778 COBALT MEDIA DRIVER
2779 M:      Hans Verkuil <hans.verkuil@cisco.com>
2780 L:      linux-media@vger.kernel.org
2781 T:      git git://linuxtv.org/media_tree.git
2782 W:      http://linuxtv.org
2783 S:      Supported
2784 F:      drivers/media/pci/cobalt/
2785
2786 COCCINELLE/Semantic Patches (SmPL)
2787 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2788 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2789 M:      Nicolas Palix <nicolas.palix@imag.fr>
2790 M:      Michal Marek <mmarek@suse.com>
2791 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2793 W:      http://coccinelle.lip6.fr/
2794 S:      Supported
2795 F:      Documentation/coccinelle.txt
2796 F:      scripts/coccinelle/
2797 F:      scripts/coccicheck
2798
2799 CODA FILE SYSTEM
2800 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2801 M:      coda@cs.cmu.edu
2802 L:      codalist@coda.cs.cmu.edu
2803 W:      http://www.coda.cs.cmu.edu/
2804 S:      Maintained
2805 F:      Documentation/filesystems/coda.txt
2806 F:      fs/coda/
2807 F:      include/linux/coda*.h
2808 F:      include/uapi/linux/coda*.h
2809
2810 CODA V4L2 MEM2MEM DRIVER
2811 M:      Philipp Zabel <p.zabel@pengutronix.de>
2812 L:      linux-media@vger.kernel.org
2813 S:      Maintained
2814 F:      Documentation/devicetree/bindings/media/coda.txt
2815 F:      drivers/media/platform/coda/
2816
2817 COMMON CLK FRAMEWORK
2818 M:      Michael Turquette <mturquette@baylibre.com>
2819 M:      Stephen Boyd <sboyd@codeaurora.org>
2820 L:      linux-clk@vger.kernel.org
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2822 S:      Maintained
2823 F:      drivers/clk/
2824 X:      drivers/clk/clkdev.c
2825 F:      include/linux/clk-pr*
2826 F:      include/linux/clk/
2827
2828 COMMON INTERNET FILE SYSTEM (CIFS)
2829 M:      Steve French <sfrench@samba.org>
2830 L:      linux-cifs@vger.kernel.org
2831 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2832 W:      http://linux-cifs.samba.org/
2833 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2834 S:      Supported
2835 F:      Documentation/filesystems/cifs/
2836 F:      fs/cifs/
2837
2838 COMPACTPCI HOTPLUG CORE
2839 M:      Scott Murray <scott@spiteful.org>
2840 L:      linux-pci@vger.kernel.org
2841 S:      Maintained
2842 F:      drivers/pci/hotplug/cpci_hotplug*
2843
2844 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2845 M:      Scott Murray <scott@spiteful.org>
2846 L:      linux-pci@vger.kernel.org
2847 S:      Maintained
2848 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2849
2850 COMPACTPCI HOTPLUG GENERIC DRIVER
2851 M:      Scott Murray <scott@spiteful.org>
2852 L:      linux-pci@vger.kernel.org
2853 S:      Maintained
2854 F:      drivers/pci/hotplug/cpcihp_generic.c
2855
2856 COMPAL LAPTOP SUPPORT
2857 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2858 L:      platform-driver-x86@vger.kernel.org
2859 S:      Maintained
2860 F:      drivers/platform/x86/compal-laptop.c
2861
2862 CONEXANT ACCESSRUNNER USB DRIVER
2863 M:      Simon Arlott <cxacru@fire.lp0.eu>
2864 L:      accessrunner-general@lists.sourceforge.net
2865 W:      http://accessrunner.sourceforge.net/
2866 S:      Maintained
2867 F:      drivers/usb/atm/cxacru.c
2868
2869 CONFIGFS
2870 M:      Joel Becker <jlbec@evilplan.org>
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2872 S:      Supported
2873 F:      fs/configfs/
2874 F:      include/linux/configfs.h
2875
2876 CONNECTOR
2877 M:      Evgeniy Polyakov <zbr@ioremap.net>
2878 L:      netdev@vger.kernel.org
2879 S:      Maintained
2880 F:      drivers/connector/
2881
2882 CONTROL GROUP (CGROUP)
2883 M:      Tejun Heo <tj@kernel.org>
2884 M:      Li Zefan <lizefan@huawei.com>
2885 M:      Johannes Weiner <hannes@cmpxchg.org>
2886 L:      cgroups@vger.kernel.org
2887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2888 S:      Maintained
2889 F:      Documentation/cgroups/
2890 F:      include/linux/cgroup*
2891 F:      kernel/cgroup*
2892
2893 CONTROL GROUP - CPUSET
2894 M:      Li Zefan <lizefan@huawei.com>
2895 L:      cgroups@vger.kernel.org
2896 W:      http://www.bullopensource.org/cpuset/
2897 W:      http://oss.sgi.com/projects/cpusets/
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2899 S:      Maintained
2900 F:      Documentation/cgroups/cpusets.txt
2901 F:      include/linux/cpuset.h
2902 F:      kernel/cpuset.c
2903
2904 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2905 M:      Johannes Weiner <hannes@cmpxchg.org>
2906 M:      Michal Hocko <mhocko@kernel.org>
2907 L:      cgroups@vger.kernel.org
2908 L:      linux-mm@kvack.org
2909 S:      Maintained
2910 F:      mm/memcontrol.c
2911 F:      mm/swap_cgroup.c
2912
2913 CORETEMP HARDWARE MONITORING DRIVER
2914 M:      Fenghua Yu <fenghua.yu@intel.com>
2915 L:      lm-sensors@lm-sensors.org
2916 S:      Maintained
2917 F:      Documentation/hwmon/coretemp
2918 F:      drivers/hwmon/coretemp.c
2919
2920 COSA/SRP SYNC SERIAL DRIVER
2921 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2922 W:      http://www.fi.muni.cz/~kas/cosa/
2923 S:      Maintained
2924 F:      drivers/net/wan/cosa*
2925
2926 CPMAC ETHERNET DRIVER
2927 M:      Florian Fainelli <florian@openwrt.org>
2928 L:      netdev@vger.kernel.org
2929 S:      Maintained
2930 F:      drivers/net/ethernet/ti/cpmac.c
2931
2932 CPU FREQUENCY DRIVERS
2933 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2934 M:      Viresh Kumar <viresh.kumar@linaro.org>
2935 L:      linux-pm@vger.kernel.org
2936 S:      Maintained
2937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2938 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2939 F:      drivers/cpufreq/
2940 F:      include/linux/cpufreq.h
2941
2942 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2943 M:      Viresh Kumar <viresh.kumar@linaro.org>
2944 M:      Sudeep Holla <sudeep.holla@arm.com>
2945 L:      linux-pm@vger.kernel.org
2946 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2947 S:      Maintained
2948 F:      drivers/cpufreq/arm_big_little.h
2949 F:      drivers/cpufreq/arm_big_little.c
2950 F:      drivers/cpufreq/arm_big_little_dt.c
2951
2952 CPUIDLE DRIVER - ARM BIG LITTLE
2953 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2954 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2955 L:      linux-pm@vger.kernel.org
2956 L:      linux-arm-kernel@lists.infradead.org
2957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2958 S:      Maintained
2959 F:      drivers/cpuidle/cpuidle-big_little.c
2960
2961 CPUIDLE DRIVER - ARM EXYNOS
2962 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2963 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2964 M:      Kukjin Kim <kgene@kernel.org>
2965 L:      linux-pm@vger.kernel.org
2966 L:      linux-samsung-soc@vger.kernel.org
2967 S:      Supported
2968 F:      drivers/cpuidle/cpuidle-exynos.c
2969 F:      arch/arm/mach-exynos/pm.c
2970
2971 CPUIDLE DRIVERS
2972 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2973 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2974 L:      linux-pm@vger.kernel.org
2975 S:      Maintained
2976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2977 F:      drivers/cpuidle/*
2978 F:      include/linux/cpuidle.h
2979
2980 CPUID/MSR DRIVER
2981 M:      "H. Peter Anvin" <hpa@zytor.com>
2982 S:      Maintained
2983 F:      arch/x86/kernel/cpuid.c
2984 F:      arch/x86/kernel/msr.c
2985
2986 CPU POWER MONITORING SUBSYSTEM
2987 M:      Thomas Renninger <trenn@suse.com>
2988 L:      linux-pm@vger.kernel.org
2989 S:      Maintained
2990 F:      tools/power/cpupower/
2991
2992 CRAMFS FILESYSTEM
2993 W:      http://sourceforge.net/projects/cramfs/
2994 S:      Orphan / Obsolete
2995 F:      Documentation/filesystems/cramfs.txt
2996 F:      fs/cramfs/
2997
2998 CRIS PORT
2999 M:      Mikael Starvik <starvik@axis.com>
3000 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3001 L:      linux-cris-kernel@axis.com
3002 W:      http://developer.axis.com
3003 S:      Maintained
3004 F:      arch/cris/
3005 F:      drivers/tty/serial/crisv10.*
3006
3007 CRYPTO API
3008 M:      Herbert Xu <herbert@gondor.apana.org.au>
3009 M:      "David S. Miller" <davem@davemloft.net>
3010 L:      linux-crypto@vger.kernel.org
3011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3012 S:      Maintained
3013 F:      Documentation/crypto/
3014 F:      Documentation/DocBook/crypto-API.tmpl
3015 F:      arch/*/crypto/
3016 F:      crypto/
3017 F:      drivers/crypto/
3018 F:      include/crypto/
3019
3020 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3021 M:      Neil Horman <nhorman@tuxdriver.com>
3022 L:      linux-crypto@vger.kernel.org
3023 S:      Maintained
3024 F:      crypto/ansi_cprng.c
3025 F:      crypto/rng.c
3026
3027 CS5535 Audio ALSA driver
3028 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3029 S:      Maintained
3030 F:      sound/pci/cs5535audio/
3031
3032 CW1200 WLAN driver
3033 M:      Solomon Peachy <pizza@shaftnet.org>
3034 S:      Maintained
3035 F:      drivers/net/wireless/cw1200/
3036
3037 CX18 VIDEO4LINUX DRIVER
3038 M:      Andy Walls <awalls@md.metrocast.net>
3039 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3040 L:      linux-media@vger.kernel.org
3041 T:      git git://linuxtv.org/media_tree.git
3042 W:      http://linuxtv.org
3043 W:      http://www.ivtvdriver.org/index.php/Cx18
3044 S:      Maintained
3045 F:      Documentation/video4linux/cx18.txt
3046 F:      drivers/media/pci/cx18/
3047 F:      include/uapi/linux/ivtv*
3048
3049 CX2341X MPEG ENCODER HELPER MODULE
3050 M:      Hans Verkuil <hverkuil@xs4all.nl>
3051 L:      linux-media@vger.kernel.org
3052 T:      git git://linuxtv.org/media_tree.git
3053 W:      http://linuxtv.org
3054 S:      Maintained
3055 F:      drivers/media/common/cx2341x*
3056 F:      include/media/cx2341x*
3057
3058 CX24120 MEDIA DRIVER
3059 M:      Jemma Denson <jdenson@gmail.com>
3060 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3061 L:      linux-media@vger.kernel.org
3062 W:      http://linuxtv.org/
3063 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3064 S:      Maintained
3065 F:      drivers/media/dvb-frontends/cx24120*
3066
3067 CX88 VIDEO4LINUX DRIVER
3068 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3069 L:      linux-media@vger.kernel.org
3070 W:      http://linuxtv.org
3071 T:      git git://linuxtv.org/media_tree.git
3072 S:      Odd fixes
3073 F:      Documentation/video4linux/cx88/
3074 F:      drivers/media/pci/cx88/
3075
3076 CXD2820R MEDIA DRIVER
3077 M:      Antti Palosaari <crope@iki.fi>
3078 L:      linux-media@vger.kernel.org
3079 W:      http://linuxtv.org/
3080 W:      http://palosaari.fi/linux/
3081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3082 T:      git git://linuxtv.org/anttip/media_tree.git
3083 S:      Maintained
3084 F:      drivers/media/dvb-frontends/cxd2820r*
3085
3086 CXGB3 ETHERNET DRIVER (CXGB3)
3087 M:      Santosh Raspatur <santosh@chelsio.com>
3088 L:      netdev@vger.kernel.org
3089 W:      http://www.chelsio.com
3090 S:      Supported
3091 F:      drivers/net/ethernet/chelsio/cxgb3/
3092
3093 CXGB3 ISCSI DRIVER (CXGB3I)
3094 M:      Karen Xie <kxie@chelsio.com>
3095 L:      linux-scsi@vger.kernel.org
3096 W:      http://www.chelsio.com
3097 S:      Supported
3098 F:      drivers/scsi/cxgbi/cxgb3i
3099
3100 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3101 M:      Steve Wise <swise@chelsio.com>
3102 L:      linux-rdma@vger.kernel.org
3103 W:      http://www.openfabrics.org
3104 S:      Supported
3105 F:      drivers/infiniband/hw/cxgb3/
3106
3107 CXGB4 ETHERNET DRIVER (CXGB4)
3108 M:      Hariprasad S <hariprasad@chelsio.com>
3109 L:      netdev@vger.kernel.org
3110 W:      http://www.chelsio.com
3111 S:      Supported
3112 F:      drivers/net/ethernet/chelsio/cxgb4/
3113
3114 CXGB4 ISCSI DRIVER (CXGB4I)
3115 M:      Karen Xie <kxie@chelsio.com>
3116 L:      linux-scsi@vger.kernel.org
3117 W:      http://www.chelsio.com
3118 S:      Supported
3119 F:      drivers/scsi/cxgbi/cxgb4i
3120
3121 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3122 M:      Steve Wise <swise@chelsio.com>
3123 L:      linux-rdma@vger.kernel.org
3124 W:      http://www.openfabrics.org
3125 S:      Supported
3126 F:      drivers/infiniband/hw/cxgb4/
3127
3128 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3129 M:      Casey Leedom <leedom@chelsio.com>
3130 L:      netdev@vger.kernel.org
3131 W:      http://www.chelsio.com
3132 S:      Supported
3133 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3134
3135 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3136 M:      Ian Munsie <imunsie@au1.ibm.com>
3137 M:      Michael Neuling <mikey@neuling.org>
3138 L:      linuxppc-dev@lists.ozlabs.org
3139 S:      Supported
3140 F:      drivers/misc/cxl/
3141 F:      include/misc/cxl*
3142 F:      include/uapi/misc/cxl.h
3143 F:      Documentation/powerpc/cxl.txt
3144 F:      Documentation/powerpc/cxl.txt
3145 F:      Documentation/ABI/testing/sysfs-class-cxl
3146
3147 STMMAC ETHERNET DRIVER
3148 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3149 L:      netdev@vger.kernel.org
3150 W:      http://www.stlinux.com
3151 S:      Supported
3152 F:      drivers/net/ethernet/stmicro/stmmac/
3153
3154 CYBERPRO FB DRIVER
3155 M:      Russell King <linux@arm.linux.org.uk>
3156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3157 W:      http://www.arm.linux.org.uk/
3158 S:      Maintained
3159 F:      drivers/video/fbdev/cyber2000fb.*
3160
3161 CYCLADES ASYNC MUX DRIVER
3162 W:      http://www.cyclades.com/
3163 S:      Orphan
3164 F:      drivers/tty/cyclades.c
3165 F:      include/linux/cyclades.h
3166 F:      include/uapi/linux/cyclades.h
3167
3168 CYCLADES PC300 DRIVER
3169 W:      http://www.cyclades.com/
3170 S:      Orphan
3171 F:      drivers/net/wan/pc300*
3172
3173 CYPRESS_FIRMWARE MEDIA DRIVER
3174 M:      Antti Palosaari <crope@iki.fi>
3175 L:      linux-media@vger.kernel.org
3176 W:      http://linuxtv.org/
3177 W:      http://palosaari.fi/linux/
3178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3179 T:      git git://linuxtv.org/anttip/media_tree.git
3180 S:      Maintained
3181 F:      drivers/media/common/cypress_firmware*
3182
3183 CYTTSP TOUCHSCREEN DRIVER
3184 M:      Ferruh Yigit <fery@cypress.com>
3185 L:      linux-input@vger.kernel.org
3186 S:      Supported
3187 F:      drivers/input/touchscreen/cyttsp*
3188 F:      include/linux/input/cyttsp.h
3189
3190 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3191 M:      Joshua Kinard <kumba@gentoo.org>
3192 S:      Maintained
3193 F:      drivers/rtc/rtc-ds1685.c
3194 F:      include/linux/rtc/ds1685.h
3195
3196 DAMA SLAVE for AX.25
3197 M:      Joerg Reuter <jreuter@yaina.de>
3198 W:      http://yaina.de/jreuter/
3199 W:      http://www.qsl.net/dl1bke/
3200 L:      linux-hams@vger.kernel.org
3201 S:      Maintained
3202 F:      net/ax25/af_ax25.c
3203 F:      net/ax25/ax25_dev.c
3204 F:      net/ax25/ax25_ds_*
3205 F:      net/ax25/ax25_in.c
3206 F:      net/ax25/ax25_out.c
3207 F:      net/ax25/ax25_timer.c
3208 F:      net/ax25/sysctl_net_ax25.c
3209
3210 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3211 L:      netdev@vger.kernel.org
3212 S:      Orphan
3213 F:      Documentation/networking/dmfe.txt
3214 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3215
3216 DC390/AM53C974 SCSI driver
3217 M:      Hannes Reinecke <hare@suse.com>
3218 L:      linux-scsi@vger.kernel.org
3219 S:      Maintained
3220 F:      drivers/scsi/am53c974.c
3221
3222 DC395x SCSI driver
3223 M:      Oliver Neukum <oliver@neukum.org>
3224 M:      Ali Akcaagac <aliakc@web.de>
3225 M:      Jamie Lenehan <lenehan@twibble.org>
3226 L:      dc395x@twibble.org
3227 W:      http://twibble.org/dist/dc395x/
3228 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3229 S:      Maintained
3230 F:      Documentation/scsi/dc395x.txt
3231 F:      drivers/scsi/dc395x.*
3232
3233 DCCP PROTOCOL
3234 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3235 L:      dccp@vger.kernel.org
3236 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3237 S:      Maintained
3238 F:      include/linux/dccp.h
3239 F:      include/uapi/linux/dccp.h
3240 F:      include/linux/tfrc.h
3241 F:      net/dccp/
3242
3243 DECnet NETWORK LAYER
3244 W:      http://linux-decnet.sourceforge.net
3245 L:      linux-decnet-user@lists.sourceforge.net
3246 S:      Orphan
3247 F:      Documentation/networking/decnet.txt
3248 F:      net/decnet/
3249
3250 DECSTATION PLATFORM SUPPORT
3251 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3252 L:      linux-mips@linux-mips.org
3253 W:      http://www.linux-mips.org/wiki/DECstation
3254 S:      Maintained
3255 F:      arch/mips/dec/
3256 F:      arch/mips/include/asm/dec/
3257 F:      arch/mips/include/asm/mach-dec/
3258
3259 DEFXX FDDI NETWORK DRIVER
3260 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3261 S:      Maintained
3262 F:      drivers/net/fddi/defxx.*
3263
3264 DELL LAPTOP DRIVER
3265 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3266 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3267 L:      platform-driver-x86@vger.kernel.org
3268 S:      Maintained
3269 F:      drivers/platform/x86/dell-laptop.c
3270
3271 DELL LAPTOP RBTN DRIVER
3272 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3273 S:      Maintained
3274 F:      drivers/platform/x86/dell-rbtn.*
3275
3276 DELL LAPTOP FREEFALL DRIVER
3277 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3278 S:      Maintained
3279 F:      drivers/platform/x86/dell-smo8800.c
3280
3281 DELL LAPTOP SMM DRIVER
3282 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3283 S:      Maintained
3284 F:      drivers/hwmon/dell-smm-hwmon.c
3285 F:      include/uapi/linux/i8k.h
3286
3287 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3288 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3289 S:      Maintained
3290 F:      Documentation/dcdbas.txt
3291 F:      drivers/firmware/dcdbas.*
3292
3293 DELL WMI EXTRAS DRIVER
3294 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3295 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3296 S:      Maintained
3297 F:      drivers/platform/x86/dell-wmi.c
3298
3299 DESIGNWARE USB2 DRD IP DRIVER
3300 M:      John Youn <johnyoun@synopsys.com>
3301 L:      linux-usb@vger.kernel.org
3302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3303 S:      Maintained
3304 F:      drivers/usb/dwc2/
3305
3306 DESIGNWARE USB3 DRD IP DRIVER
3307 M:      Felipe Balbi <balbi@ti.com>
3308 L:      linux-usb@vger.kernel.org
3309 L:      linux-omap@vger.kernel.org
3310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3311 S:      Maintained
3312 F:      drivers/usb/dwc3/
3313
3314 DEVICE COREDUMP (DEV_COREDUMP)
3315 M:      Johannes Berg <johannes@sipsolutions.net>
3316 L:      linux-kernel@vger.kernel.org
3317 S:      Maintained
3318 F:      drivers/base/devcoredump.c
3319 F:      include/linux/devcoredump.h
3320
3321 DEVICE FREQUENCY (DEVFREQ)
3322 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3323 M:      Kyungmin Park <kyungmin.park@samsung.com>
3324 L:      linux-pm@vger.kernel.org
3325 S:      Maintained
3326 F:      drivers/devfreq/
3327
3328 DEVICE NUMBER REGISTRY
3329 M:      Torben Mathiasen <device@lanana.org>
3330 W:      http://lanana.org/docs/device-list/index.html
3331 S:      Maintained
3332
3333 DEVICE-MAPPER  (LVM)
3334 M:      Alasdair Kergon <agk@redhat.com>
3335 M:      Mike Snitzer <snitzer@redhat.com>
3336 M:      dm-devel@redhat.com
3337 L:      dm-devel@redhat.com
3338 W:      http://sources.redhat.com/dm
3339 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3341 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3342 S:      Maintained
3343 F:      Documentation/device-mapper/
3344 F:      drivers/md/dm*
3345 F:      drivers/md/persistent-data/
3346 F:      include/linux/device-mapper.h
3347 F:      include/linux/dm-*.h
3348 F:      include/uapi/linux/dm-*.h
3349
3350 DIALOG SEMICONDUCTOR DRIVERS
3351 M:      Support Opensource <support.opensource@diasemi.com>
3352 W:      http://www.dialog-semiconductor.com/products
3353 S:      Supported
3354 F:      Documentation/hwmon/da90??
3355 F:      drivers/gpio/gpio-da90??.c
3356 F:      drivers/hwmon/da90??-hwmon.c
3357 F:      drivers/iio/adc/da91??-*.c
3358 F:      drivers/input/misc/da90??_onkey.c
3359 F:      drivers/input/touchscreen/da9052_tsi.c
3360 F:      drivers/leds/leds-da90??.c
3361 F:      drivers/mfd/da903x.c
3362 F:      drivers/mfd/da90??-*.c
3363 F:      drivers/mfd/da91??-*.c
3364 F:      drivers/power/da9052-battery.c
3365 F:      drivers/power/da91??-*.c
3366 F:      drivers/regulator/da903x.c
3367 F:      drivers/regulator/da9???-regulator.[ch]
3368 F:      drivers/rtc/rtc-da90??.c
3369 F:      drivers/video/backlight/da90??_bl.c
3370 F:      drivers/watchdog/da90??_wdt.c
3371 F:      include/linux/mfd/da903x.h
3372 F:      include/linux/mfd/da9052/
3373 F:      include/linux/mfd/da9055/
3374 F:      include/linux/mfd/da9063/
3375 F:      include/linux/mfd/da9150/
3376 F:      include/sound/da[79]*.h
3377 F:      sound/soc/codecs/da[79]*.[ch]
3378
3379 DIGI NEO AND CLASSIC PCI PRODUCTS
3380 M:      Lidza Louina <lidza.louina@gmail.com>
3381 M:      Mark Hounschell <markh@compro.net>
3382 L:      driverdev-devel@linuxdriverproject.org
3383 S:      Maintained
3384 F:      drivers/staging/dgnc/
3385
3386 DIGI EPCA PCI PRODUCTS
3387 M:      Lidza Louina <lidza.louina@gmail.com>
3388 M:      Mark Hounschell <markh@compro.net>
3389 M:      Daeseok Youn <daeseok.youn@gmail.com>
3390 L:      driverdev-devel@linuxdriverproject.org
3391 S:      Maintained
3392 F:      drivers/staging/dgap/
3393
3394 DIOLAN U2C-12 I2C DRIVER
3395 M:      Guenter Roeck <linux@roeck-us.net>
3396 L:      linux-i2c@vger.kernel.org
3397 S:      Maintained
3398 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3399
3400 DIRECT ACCESS (DAX)
3401 M:      Matthew Wilcox <willy@linux.intel.com>
3402 L:      linux-fsdevel@vger.kernel.org
3403 S:      Supported
3404 F:      fs/dax.c
3405
3406 DIRECTORY NOTIFICATION (DNOTIFY)
3407 M:      Eric Paris <eparis@parisplace.org>
3408 S:      Maintained
3409 F:      Documentation/filesystems/dnotify.txt
3410 F:      fs/notify/dnotify/
3411 F:      include/linux/dnotify.h
3412
3413 DISK GEOMETRY AND PARTITION HANDLING
3414 M:      Andries Brouwer <aeb@cwi.nl>
3415 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3416 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3417 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3418 S:      Maintained
3419
3420 DISKQUOTA
3421 M:      Jan Kara <jack@suse.com>
3422 S:      Maintained
3423 F:      Documentation/filesystems/quota.txt
3424 F:      fs/quota/
3425 F:      include/linux/quota*.h
3426 F:      include/uapi/linux/quota*.h
3427
3428 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3429 M:      Bernie Thompson <bernie@plugable.com>
3430 L:      linux-fbdev@vger.kernel.org
3431 S:      Maintained
3432 W:      http://plugable.com/category/projects/udlfb/
3433 F:      drivers/video/fbdev/udlfb.c
3434 F:      include/video/udlfb.h
3435 F:      Documentation/fb/udlfb.txt
3436
3437 DISTRIBUTED LOCK MANAGER (DLM)
3438 M:      Christine Caulfield <ccaulfie@redhat.com>
3439 M:      David Teigland <teigland@redhat.com>
3440 L:      cluster-devel@redhat.com
3441 W:      http://sources.redhat.com/cluster/
3442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3443 S:      Supported
3444 F:      fs/dlm/
3445
3446 DMA BUFFER SHARING FRAMEWORK
3447 M:      Sumit Semwal <sumit.semwal@linaro.org>
3448 S:      Maintained
3449 L:      linux-media@vger.kernel.org
3450 L:      dri-devel@lists.freedesktop.org
3451 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3452 F:      drivers/dma-buf/
3453 F:      include/linux/dma-buf*
3454 F:      include/linux/reservation.h
3455 F:      include/linux/*fence.h
3456 F:      Documentation/dma-buf-sharing.txt
3457 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3458
3459 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3460 M:      Vinod Koul <vinod.koul@intel.com>
3461 L:      dmaengine@vger.kernel.org
3462 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3463 S:      Maintained
3464 F:      drivers/dma/
3465 F:      include/linux/dmaengine.h
3466 F:      Documentation/dmaengine/
3467 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3468
3469 DME1737 HARDWARE MONITOR DRIVER
3470 M:      Juerg Haefliger <juergh@gmail.com>
3471 L:      lm-sensors@lm-sensors.org
3472 S:      Maintained
3473 F:      Documentation/hwmon/dme1737
3474 F:      drivers/hwmon/dme1737.c
3475
3476 DMI/SMBIOS SUPPORT
3477 M:      Jean Delvare <jdelvare@suse.com>
3478 S:      Maintained
3479 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3480 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3481 F:      drivers/firmware/dmi-id.c
3482 F:      drivers/firmware/dmi_scan.c
3483 F:      include/linux/dmi.h
3484
3485 DOCUMENTATION
3486 M:      Jonathan Corbet <corbet@lwn.net>
3487 L:      linux-doc@vger.kernel.org
3488 S:      Maintained
3489 F:      Documentation/
3490 X:      Documentation/ABI/
3491 X:      Documentation/devicetree/
3492 X:      Documentation/acpi
3493 X:      Documentation/power
3494 X:      Documentation/spi
3495 T:      git git://git.lwn.net/linux-2.6.git docs-next
3496
3497 DOUBLETALK DRIVER
3498 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3499 L:      blinux-list@redhat.com
3500 S:      Maintained
3501 F:      drivers/char/dtlk.c
3502 F:      include/linux/dtlk.h
3503
3504 DPT_I2O SCSI RAID DRIVER
3505 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3506 L:      linux-scsi@vger.kernel.org
3507 W:      http://www.adaptec.com/
3508 S:      Maintained
3509 F:      drivers/scsi/dpt*
3510 F:      drivers/scsi/dpt/
3511
3512 DRBD DRIVER
3513 P:      Philipp Reisner
3514 P:      Lars Ellenberg
3515 M:      drbd-dev@lists.linbit.com
3516 L:      drbd-user@lists.linbit.com
3517 W:      http://www.drbd.org
3518 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3519 T:      git git://git.drbd.org/drbd-8.3.git
3520 S:      Supported
3521 F:      drivers/block/drbd/
3522 F:      lib/lru_cache.c
3523 F:      Documentation/blockdev/drbd/
3524
3525 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3526 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3528 S:      Supported
3529 F:      Documentation/kobject.txt
3530 F:      drivers/base/
3531 F:      fs/debugfs/
3532 F:      fs/kernfs/
3533 F:      fs/sysfs/
3534 F:      include/linux/debugfs.h
3535 F:      include/linux/kobj*
3536 F:      lib/kobj*
3537
3538 DRM DRIVERS
3539 M:      David Airlie <airlied@linux.ie>
3540 L:      dri-devel@lists.freedesktop.org
3541 T:      git git://people.freedesktop.org/~airlied/linux
3542 S:      Maintained
3543 F:      drivers/gpu/drm/
3544 F:      drivers/gpu/vga/
3545 F:      include/drm/
3546 F:      include/uapi/drm/
3547
3548 RADEON DRM DRIVERS
3549 M:      Alex Deucher <alexander.deucher@amd.com>
3550 M:      Christian König <christian.koenig@amd.com>
3551 L:      dri-devel@lists.freedesktop.org
3552 T:      git git://people.freedesktop.org/~agd5f/linux
3553 S:      Supported
3554 F:      drivers/gpu/drm/radeon/
3555 F:      include/uapi/drm/radeon*
3556
3557 DRM PANEL DRIVERS
3558 M:      Thierry Reding <thierry.reding@gmail.com>
3559 L:      dri-devel@lists.freedesktop.org
3560 T:      git git://anongit.freedesktop.org/tegra/linux.git
3561 S:      Maintained
3562 F:      drivers/gpu/drm/drm_panel.c
3563 F:      drivers/gpu/drm/panel/
3564 F:      include/drm/drm_panel.h
3565 F:      Documentation/devicetree/bindings/panel/
3566
3567 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3568 M:      Daniel Vetter <daniel.vetter@intel.com>
3569 M:      Jani Nikula <jani.nikula@linux.intel.com>
3570 L:      intel-gfx@lists.freedesktop.org
3571 L:      dri-devel@lists.freedesktop.org
3572 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3573 T:      git git://anongit.freedesktop.org/drm-intel
3574 S:      Supported
3575 F:      drivers/gpu/drm/i915/
3576 F:      include/drm/i915*
3577 F:      include/uapi/drm/i915*
3578
3579 DRM DRIVERS FOR EXYNOS
3580 M:      Inki Dae <inki.dae@samsung.com>
3581 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3582 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3583 M:      Kyungmin Park <kyungmin.park@samsung.com>
3584 L:      dri-devel@lists.freedesktop.org
3585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3586 S:      Supported
3587 F:      drivers/gpu/drm/exynos/
3588 F:      include/drm/exynos*
3589 F:      include/uapi/drm/exynos*
3590
3591 DRM DRIVERS FOR FREESCALE DCU
3592 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3593 M:      Alison Wang <alison.wang@freescale.com>
3594 L:      dri-devel@lists.freedesktop.org
3595 S:      Supported
3596 F:      drivers/gpu/drm/fsl-dcu/
3597 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3598 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3599
3600 DRM DRIVERS FOR FREESCALE IMX
3601 M:      Philipp Zabel <p.zabel@pengutronix.de>
3602 L:      dri-devel@lists.freedesktop.org
3603 S:      Maintained
3604 F:      drivers/gpu/drm/imx/
3605 F:      Documentation/devicetree/bindings/drm/imx/
3606
3607 DRM DRIVERS FOR NVIDIA TEGRA
3608 M:      Thierry Reding <thierry.reding@gmail.com>
3609 M:      Terje Bergström <tbergstrom@nvidia.com>
3610 L:      dri-devel@lists.freedesktop.org
3611 L:      linux-tegra@vger.kernel.org
3612 T:      git git://anongit.freedesktop.org/tegra/linux.git
3613 S:      Supported
3614 F:      drivers/gpu/drm/tegra/
3615 F:      drivers/gpu/host1x/
3616 F:      include/linux/host1x.h
3617 F:      include/uapi/drm/tegra_drm.h
3618 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3619
3620 DRM DRIVERS FOR RENESAS
3621 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3622 L:      dri-devel@lists.freedesktop.org
3623 L:      linux-sh@vger.kernel.org
3624 T:      git git://people.freedesktop.org/~airlied/linux
3625 S:      Supported
3626 F:      drivers/gpu/drm/rcar-du/
3627 F:      drivers/gpu/drm/shmobile/
3628 F:      include/linux/platform_data/shmob_drm.h
3629
3630 DRM DRIVERS FOR ROCKCHIP
3631 M:      Mark Yao <mark.yao@rock-chips.com>
3632 L:      dri-devel@lists.freedesktop.org
3633 S:      Maintained
3634 F:      drivers/gpu/drm/rockchip/
3635 F:      Documentation/devicetree/bindings/video/rockchip*
3636
3637 DRM DRIVERS FOR STI
3638 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3639 M:      Vincent Abriou <vincent.abriou@st.com>
3640 L:      dri-devel@lists.freedesktop.org
3641 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3642 S:      Maintained
3643 F:      drivers/gpu/drm/sti
3644 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3645
3646 DSBR100 USB FM RADIO DRIVER
3647 M:      Alexey Klimov <klimov.linux@gmail.com>
3648 L:      linux-media@vger.kernel.org
3649 T:      git git://linuxtv.org/media_tree.git
3650 S:      Maintained
3651 F:      drivers/media/radio/dsbr100.c
3652
3653 DSCC4 DRIVER
3654 M:      Francois Romieu <romieu@fr.zoreil.com>
3655 L:      netdev@vger.kernel.org
3656 S:      Maintained
3657 F:      drivers/net/wan/dscc4.c
3658
3659 DT3155 MEDIA DRIVER
3660 M:      Hans Verkuil <hverkuil@xs4all.nl>
3661 L:      linux-media@vger.kernel.org
3662 T:      git git://linuxtv.org/media_tree.git
3663 W:      http://linuxtv.org
3664 S:      Odd Fixes
3665 F:      drivers/media/pci/dt3155/
3666
3667 DVB_USB_AF9015 MEDIA DRIVER
3668 M:      Antti Palosaari <crope@iki.fi>
3669 L:      linux-media@vger.kernel.org
3670 W:      http://linuxtv.org/
3671 W:      http://palosaari.fi/linux/
3672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3673 T:      git git://linuxtv.org/anttip/media_tree.git
3674 S:      Maintained
3675 F:      drivers/media/usb/dvb-usb-v2/af9015*
3676
3677 DVB_USB_AF9035 MEDIA DRIVER
3678 M:      Antti Palosaari <crope@iki.fi>
3679 L:      linux-media@vger.kernel.org
3680 W:      http://linuxtv.org/
3681 W:      http://palosaari.fi/linux/
3682 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3683 T:      git git://linuxtv.org/anttip/media_tree.git
3684 S:      Maintained
3685 F:      drivers/media/usb/dvb-usb-v2/af9035*
3686
3687 DVB_USB_ANYSEE MEDIA DRIVER
3688 M:      Antti Palosaari <crope@iki.fi>
3689 L:      linux-media@vger.kernel.org
3690 W:      http://linuxtv.org/
3691 W:      http://palosaari.fi/linux/
3692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3693 T:      git git://linuxtv.org/anttip/media_tree.git
3694 S:      Maintained
3695 F:      drivers/media/usb/dvb-usb-v2/anysee*
3696
3697 DVB_USB_AU6610 MEDIA DRIVER
3698 M:      Antti Palosaari <crope@iki.fi>
3699 L:      linux-media@vger.kernel.org
3700 W:      http://linuxtv.org/
3701 W:      http://palosaari.fi/linux/
3702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3703 T:      git git://linuxtv.org/anttip/media_tree.git
3704 S:      Maintained
3705 F:      drivers/media/usb/dvb-usb-v2/au6610*
3706
3707 DVB_USB_CE6230 MEDIA DRIVER
3708 M:      Antti Palosaari <crope@iki.fi>
3709 L:      linux-media@vger.kernel.org
3710 W:      http://linuxtv.org/
3711 W:      http://palosaari.fi/linux/
3712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3713 T:      git git://linuxtv.org/anttip/media_tree.git
3714 S:      Maintained
3715 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3716
3717 DVB_USB_CXUSB MEDIA DRIVER
3718 M:      Michael Krufky <mkrufky@linuxtv.org>
3719 L:      linux-media@vger.kernel.org
3720 W:      http://linuxtv.org/
3721 W:      http://github.com/mkrufky
3722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3723 T:      git git://linuxtv.org/media_tree.git
3724 S:      Maintained
3725 F:      drivers/media/usb/dvb-usb/cxusb*
3726
3727 DVB_USB_EC168 MEDIA DRIVER
3728 M:      Antti Palosaari <crope@iki.fi>
3729 L:      linux-media@vger.kernel.org
3730 W:      http://linuxtv.org/
3731 W:      http://palosaari.fi/linux/
3732 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3733 T:      git git://linuxtv.org/anttip/media_tree.git
3734 S:      Maintained
3735 F:      drivers/media/usb/dvb-usb-v2/ec168*
3736
3737 DVB_USB_GL861 MEDIA DRIVER
3738 M:      Antti Palosaari <crope@iki.fi>
3739 L:      linux-media@vger.kernel.org
3740 W:      http://linuxtv.org/
3741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3742 T:      git git://linuxtv.org/anttip/media_tree.git
3743 S:      Maintained
3744 F:      drivers/media/usb/dvb-usb-v2/gl861*
3745
3746 DVB_USB_MXL111SF MEDIA DRIVER
3747 M:      Michael Krufky <mkrufky@linuxtv.org>
3748 L:      linux-media@vger.kernel.org
3749 W:      http://linuxtv.org/
3750 W:      http://github.com/mkrufky
3751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3752 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3753 S:      Maintained
3754 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3755
3756 DVB_USB_RTL28XXU MEDIA DRIVER
3757 M:      Antti Palosaari <crope@iki.fi>
3758 L:      linux-media@vger.kernel.org
3759 W:      http://linuxtv.org/
3760 W:      http://palosaari.fi/linux/
3761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3762 T:      git git://linuxtv.org/anttip/media_tree.git
3763 S:      Maintained
3764 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3765
3766 DVB_USB_V2 MEDIA DRIVER
3767 M:      Antti Palosaari <crope@iki.fi>
3768 L:      linux-media@vger.kernel.org
3769 W:      http://linuxtv.org/
3770 W:      http://palosaari.fi/linux/
3771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3772 T:      git git://linuxtv.org/anttip/media_tree.git
3773 S:      Maintained
3774 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3775 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3776
3777 DYNAMIC DEBUG
3778 M:      Jason Baron <jbaron@akamai.com>
3779 S:      Maintained
3780 F:      lib/dynamic_debug.c
3781 F:      include/linux/dynamic_debug.h
3782
3783 DZ DECSTATION DZ11 SERIAL DRIVER
3784 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3785 S:      Maintained
3786 F:      drivers/tty/serial/dz.*
3787
3788 E3X0 POWER BUTTON DRIVER
3789 M:      Moritz Fischer <moritz.fischer@ettus.com>
3790 L:      usrp-users@lists.ettus.com
3791 W:      http://www.ettus.com
3792 S:      Supported
3793 F:      drivers/input/misc/e3x0-button.c
3794 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3795
3796 E4000 MEDIA DRIVER
3797 M:      Antti Palosaari <crope@iki.fi>
3798 L:      linux-media@vger.kernel.org
3799 W:      http://linuxtv.org/
3800 W:      http://palosaari.fi/linux/
3801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3802 T:      git git://linuxtv.org/anttip/media_tree.git
3803 S:      Maintained
3804 F:      drivers/media/tuners/e4000*
3805
3806 EATA ISA/EISA/PCI SCSI DRIVER
3807 M:      Dario Ballabio <ballabio_dario@emc.com>
3808 L:      linux-scsi@vger.kernel.org
3809 S:      Maintained
3810 F:      drivers/scsi/eata.c
3811
3812 EC100 MEDIA DRIVER
3813 M:      Antti Palosaari <crope@iki.fi>
3814 L:      linux-media@vger.kernel.org
3815 W:      http://linuxtv.org/
3816 W:      http://palosaari.fi/linux/
3817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3818 T:      git git://linuxtv.org/anttip/media_tree.git
3819 S:      Maintained
3820 F:      drivers/media/dvb-frontends/ec100*
3821
3822 ECRYPT FILE SYSTEM
3823 M:      Tyler Hicks <tyhicks@canonical.com>
3824 L:      ecryptfs@vger.kernel.org
3825 W:      http://ecryptfs.org
3826 W:      https://launchpad.net/ecryptfs
3827 S:      Supported
3828 F:      Documentation/filesystems/ecryptfs.txt
3829 F:      fs/ecryptfs/
3830
3831 EDAC-CORE
3832 M:      Doug Thompson <dougthompson@xmission.com>
3833 M:      Borislav Petkov <bp@alien8.de>
3834 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3835 L:      linux-edac@vger.kernel.org
3836 W:      bluesmoke.sourceforge.net
3837 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3838 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3839 S:      Supported
3840 F:      Documentation/edac.txt
3841 F:      drivers/edac/
3842 F:      include/linux/edac.h
3843
3844 EDAC-AMD64
3845 M:      Doug Thompson <dougthompson@xmission.com>
3846 M:      Borislav Petkov <bp@alien8.de>
3847 L:      linux-edac@vger.kernel.org
3848 W:      bluesmoke.sourceforge.net
3849 S:      Maintained
3850 F:      drivers/edac/amd64_edac*
3851
3852 EDAC-CALXEDA
3853 M:      Doug Thompson <dougthompson@xmission.com>
3854 M:      Robert Richter <rric@kernel.org>
3855 L:      linux-edac@vger.kernel.org
3856 W:      bluesmoke.sourceforge.net
3857 S:      Maintained
3858 F:      drivers/edac/highbank*
3859
3860 EDAC-CAVIUM
3861 M:      Ralf Baechle <ralf@linux-mips.org>
3862 M:      David Daney <david.daney@cavium.com>
3863 L:      linux-edac@vger.kernel.org
3864 L:      linux-mips@linux-mips.org
3865 W:      bluesmoke.sourceforge.net
3866 S:      Supported
3867 F:      drivers/edac/octeon_edac*
3868
3869 EDAC-E752X
3870 M:      Mark Gross <mark.gross@intel.com>
3871 M:      Doug Thompson <dougthompson@xmission.com>
3872 L:      linux-edac@vger.kernel.org
3873 W:      bluesmoke.sourceforge.net
3874 S:      Maintained
3875 F:      drivers/edac/e752x_edac.c
3876
3877 EDAC-E7XXX
3878 M:      Doug Thompson <dougthompson@xmission.com>
3879 L:      linux-edac@vger.kernel.org
3880 W:      bluesmoke.sourceforge.net
3881 S:      Maintained
3882 F:      drivers/edac/e7xxx_edac.c
3883
3884 EDAC-GHES
3885 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3886 L:      linux-edac@vger.kernel.org
3887 W:      bluesmoke.sourceforge.net
3888 S:      Maintained
3889 F:      drivers/edac/ghes_edac.c
3890
3891 EDAC-I82443BXGX
3892 M:      Tim Small <tim@buttersideup.com>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/i82443bxgx_edac.c
3897
3898 EDAC-I3000
3899 M:      Jason Uhlenkott <juhlenko@akamai.com>
3900 L:      linux-edac@vger.kernel.org
3901 W:      bluesmoke.sourceforge.net
3902 S:      Maintained
3903 F:      drivers/edac/i3000_edac.c
3904
3905 EDAC-I5000
3906 M:      Doug Thompson <dougthompson@xmission.com>
3907 L:      linux-edac@vger.kernel.org
3908 W:      bluesmoke.sourceforge.net
3909 S:      Maintained
3910 F:      drivers/edac/i5000_edac.c
3911
3912 EDAC-I5400
3913 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3914 L:      linux-edac@vger.kernel.org
3915 W:      bluesmoke.sourceforge.net
3916 S:      Maintained
3917 F:      drivers/edac/i5400_edac.c
3918
3919 EDAC-I7300
3920 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/i7300_edac.c
3925
3926 EDAC-I7CORE
3927 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/i7core_edac.c
3932
3933 EDAC-I82975X
3934 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3935 M:      "Arvind R." <arvino55@gmail.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/i82975x_edac.c
3940
3941 EDAC-IE31200
3942 M:      Jason Baron <jbaron@akamai.com>
3943 L:      linux-edac@vger.kernel.org
3944 W:      bluesmoke.sourceforge.net
3945 S:      Maintained
3946 F:      drivers/edac/ie31200_edac.c
3947
3948 EDAC-MPC85XX
3949 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3950 L:      linux-edac@vger.kernel.org
3951 W:      bluesmoke.sourceforge.net
3952 S:      Maintained
3953 F:      drivers/edac/mpc85xx_edac.[ch]
3954
3955 EDAC-PASEMI
3956 M:      Egor Martovetsky <egor@pasemi.com>
3957 L:      linux-edac@vger.kernel.org
3958 W:      bluesmoke.sourceforge.net
3959 S:      Maintained
3960 F:      drivers/edac/pasemi_edac.c
3961
3962 EDAC-R82600
3963 M:      Tim Small <tim@buttersideup.com>
3964 L:      linux-edac@vger.kernel.org
3965 W:      bluesmoke.sourceforge.net
3966 S:      Maintained
3967 F:      drivers/edac/r82600_edac.c
3968
3969 EDAC-SBRIDGE
3970 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3971 L:      linux-edac@vger.kernel.org
3972 W:      bluesmoke.sourceforge.net
3973 S:      Maintained
3974 F:      drivers/edac/sb_edac.c
3975
3976 EDAC-XGENE
3977 APPLIED MICRO (APM) X-GENE SOC EDAC
3978 M:     Loc Ho <lho@apm.com>
3979 S:     Supported
3980 F:     drivers/edac/xgene_edac.c
3981 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3982
3983 EDIROL UA-101/UA-1000 DRIVER
3984 M:      Clemens Ladisch <clemens@ladisch.de>
3985 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3986 T:      git git://git.alsa-project.org/alsa-kernel.git
3987 S:      Maintained
3988 F:      sound/usb/misc/ua101.c
3989
3990 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3991 M:      Matt Fleming <matt.fleming@intel.com>
3992 L:      linux-efi@vger.kernel.org
3993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3994 S:      Maintained
3995 F:      Documentation/efi-stub.txt
3996 F:      arch/ia64/kernel/efi.c
3997 F:      arch/x86/boot/compressed/eboot.[ch]
3998 F:      arch/x86/include/asm/efi.h
3999 F:      arch/x86/platform/efi/*
4000 F:      drivers/firmware/efi/*
4001 F:      include/linux/efi*.h
4002
4003 EFI VARIABLE FILESYSTEM
4004 M:      Matthew Garrett <matthew.garrett@nebula.com>
4005 M:      Jeremy Kerr <jk@ozlabs.org>
4006 M:      Matt Fleming <matt.fleming@intel.com>
4007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4008 L:      linux-efi@vger.kernel.org
4009 S:      Maintained
4010 F:      fs/efivarfs/
4011
4012 EFIFB FRAMEBUFFER DRIVER
4013 L:      linux-fbdev@vger.kernel.org
4014 M:      Peter Jones <pjones@redhat.com>
4015 S:      Maintained
4016 F:      drivers/video/fbdev/efifb.c
4017
4018 EFS FILESYSTEM
4019 W:      http://aeschi.ch.eu.org/efs/
4020 S:      Orphan
4021 F:      fs/efs/
4022
4023 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4024 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4025 M:      Christoph Raisch <raisch@de.ibm.com>
4026 L:      linux-rdma@vger.kernel.org
4027 S:      Supported
4028 F:      drivers/infiniband/hw/ehca/
4029
4030 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4031 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4032 L:      netdev@vger.kernel.org
4033 S:      Maintained
4034 F:      drivers/net/ethernet/ibm/ehea/
4035
4036 EM28XX VIDEO4LINUX DRIVER
4037 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4038 L:      linux-media@vger.kernel.org
4039 W:      http://linuxtv.org
4040 T:      git git://linuxtv.org/media_tree.git
4041 S:      Maintained
4042 F:      drivers/media/usb/em28xx/
4043
4044 EMBEDDED LINUX
4045 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4046 M:      Matt Mackall <mpm@selenic.com>
4047 M:      David Woodhouse <dwmw2@infradead.org>
4048 L:      linux-embedded@vger.kernel.org
4049 S:      Maintained
4050
4051 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4052 M:      James Smart <james.smart@avagotech.com>
4053 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4054 L:      linux-scsi@vger.kernel.org
4055 W:      http://www.avagotech.com
4056 S:      Supported
4057 F:      drivers/scsi/lpfc/
4058
4059 ENE CB710 FLASH CARD READER DRIVER
4060 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4061 S:      Maintained
4062 F:      drivers/misc/cb710/
4063 F:      drivers/mmc/host/cb710-mmc.*
4064 F:      include/linux/cb710.h
4065
4066 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4067 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4068 S:      Maintained
4069 F:      drivers/media/rc/ene_ir.*
4070
4071 ENHANCED ERROR HANDLING (EEH)
4072 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4073 L:      linuxppc-dev@lists.ozlabs.org
4074 S:      Supported
4075 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4076 F:      arch/powerpc/kernel/eeh*.c
4077
4078 EPSON S1D13XXX FRAMEBUFFER DRIVER
4079 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4080 S:      Maintained
4081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4082 F:      drivers/video/fbdev/s1d13xxxfb.c
4083 F:      include/video/s1d13xxxfb.h
4084
4085 ET131X NETWORK DRIVER
4086 M:      Mark Einon <mark.einon@gmail.com>
4087 S:      Odd Fixes
4088 F:      drivers/net/ethernet/agere/
4089
4090 ETHERNET BRIDGE
4091 M:      Stephen Hemminger <stephen@networkplumber.org>
4092 L:      bridge@lists.linux-foundation.org
4093 L:      netdev@vger.kernel.org
4094 W:      http://www.linuxfoundation.org/en/Net:Bridge
4095 S:      Maintained
4096 F:      include/linux/netfilter_bridge/
4097 F:      net/bridge/
4098
4099 ETHERNET PHY LIBRARY
4100 M:      Florian Fainelli <f.fainelli@gmail.com>
4101 L:      netdev@vger.kernel.org
4102 S:      Maintained
4103 F:      include/linux/phy.h
4104 F:      include/linux/phy_fixed.h
4105 F:      drivers/net/phy/
4106 F:      Documentation/networking/phy.txt
4107 F:      drivers/of/of_mdio.c
4108 F:      drivers/of/of_net.c
4109
4110 EXT2 FILE SYSTEM
4111 M:      Jan Kara <jack@suse.com>
4112 L:      linux-ext4@vger.kernel.org
4113 S:      Maintained
4114 F:      Documentation/filesystems/ext2.txt
4115 F:      fs/ext2/
4116 F:      include/linux/ext2*
4117
4118 EXT4 FILE SYSTEM
4119 M:      "Theodore Ts'o" <tytso@mit.edu>
4120 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4121 L:      linux-ext4@vger.kernel.org
4122 W:      http://ext4.wiki.kernel.org
4123 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4124 S:      Maintained
4125 F:      Documentation/filesystems/ext4.txt
4126 F:      fs/ext4/
4127
4128 Extended Verification Module (EVM)
4129 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4130 L:      linux-ima-devel@lists.sourceforge.net
4131 L:      linux-security-module@vger.kernel.org
4132 S:      Supported
4133 F:      security/integrity/evm/
4134
4135 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4136 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4137 M:      Chanwoo Choi <cw00.choi@samsung.com>
4138 L:      linux-kernel@vger.kernel.org
4139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4140 S:      Maintained
4141 F:      drivers/extcon/
4142 F:      Documentation/extcon/
4143
4144 EXYNOS DP DRIVER
4145 M:      Jingoo Han <jingoohan1@gmail.com>
4146 L:      dri-devel@lists.freedesktop.org
4147 S:      Maintained
4148 F:      drivers/gpu/drm/exynos/exynos_dp*
4149
4150 EXYNOS MIPI DISPLAY DRIVERS
4151 M:      Inki Dae <inki.dae@samsung.com>
4152 M:      Donghwa Lee <dh09.lee@samsung.com>
4153 M:      Kyungmin Park <kyungmin.park@samsung.com>
4154 L:      linux-fbdev@vger.kernel.org
4155 S:      Maintained
4156 F:      drivers/video/fbdev/exynos/exynos_mipi*
4157 F:      include/video/exynos_mipi*
4158
4159 F71805F HARDWARE MONITORING DRIVER
4160 M:      Jean Delvare <jdelvare@suse.com>
4161 L:      lm-sensors@lm-sensors.org
4162 S:      Maintained
4163 F:      Documentation/hwmon/f71805f
4164 F:      drivers/hwmon/f71805f.c
4165
4166 FC0011 TUNER DRIVER
4167 M:      Michael Buesch <m@bues.ch>
4168 L:      linux-media@vger.kernel.org
4169 S:      Maintained
4170 F:      drivers/media/tuners/fc0011.h
4171 F:      drivers/media/tuners/fc0011.c
4172
4173 FC2580 MEDIA DRIVER
4174 M:      Antti Palosaari <crope@iki.fi>
4175 L:      linux-media@vger.kernel.org
4176 W:      http://linuxtv.org/
4177 W:      http://palosaari.fi/linux/
4178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4179 T:      git git://linuxtv.org/anttip/media_tree.git
4180 S:      Maintained
4181 F:      drivers/media/tuners/fc2580*
4182
4183 FANOTIFY
4184 M:      Eric Paris <eparis@redhat.com>
4185 S:      Maintained
4186 F:      fs/notify/fanotify/
4187 F:      include/linux/fanotify.h
4188 F:      include/uapi/linux/fanotify.h
4189
4190 FARSYNC SYNCHRONOUS DRIVER
4191 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4192 W:      http://www.farsite.co.uk/
4193 S:      Supported
4194 F:      drivers/net/wan/farsync.*
4195
4196 FAULT INJECTION SUPPORT
4197 M:      Akinobu Mita <akinobu.mita@gmail.com>
4198 S:      Supported
4199 F:      Documentation/fault-injection/
4200 F:      lib/fault-inject.c
4201
4202 FBTFT Framebuffer drivers
4203 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4204 M:      Noralf Trønnes <noralf@tronnes.org>
4205 S:      Maintained
4206 F:      drivers/staging/fbtft/
4207
4208 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4209 M:      Vasu Dev <vasu.dev@intel.com>
4210 L:      fcoe-devel@open-fcoe.org
4211 W:      www.Open-FCoE.org
4212 S:      Supported
4213 F:      drivers/scsi/libfc/
4214 F:      drivers/scsi/fcoe/
4215 F:      include/scsi/fc/
4216 F:      include/scsi/libfc.h
4217 F:      include/scsi/libfcoe.h
4218 F:      include/uapi/scsi/fc/
4219
4220 FILE LOCKING (flock() and fcntl()/lockf())
4221 M:      Jeff Layton <jlayton@poochiereds.net>
4222 M:      "J. Bruce Fields" <bfields@fieldses.org>
4223 L:      linux-fsdevel@vger.kernel.org
4224 S:      Maintained
4225 F:      include/linux/fcntl.h
4226 F:      include/linux/fs.h
4227 F:      include/uapi/linux/fcntl.h
4228 F:      include/uapi/linux/fs.h
4229 F:      fs/fcntl.c
4230 F:      fs/locks.c
4231
4232 FILESYSTEMS (VFS and infrastructure)
4233 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4234 L:      linux-fsdevel@vger.kernel.org
4235 S:      Maintained
4236 F:      fs/*
4237
4238 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4239 M:      Riku Voipio <riku.voipio@iki.fi>
4240 L:      lm-sensors@lm-sensors.org
4241 S:      Maintained
4242 F:      drivers/hwmon/f75375s.c
4243 F:      include/linux/f75375s.h
4244
4245 FIREWIRE AUDIO DRIVERS
4246 M:      Clemens Ladisch <clemens@ladisch.de>
4247 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4248 T:      git git://git.alsa-project.org/alsa-kernel.git
4249 S:      Maintained
4250 F:      sound/firewire/
4251
4252 FIREWIRE MEDIA DRIVERS (firedtv)
4253 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4254 L:      linux-media@vger.kernel.org
4255 L:      linux1394-devel@lists.sourceforge.net
4256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4257 S:      Maintained
4258 F:      drivers/media/firewire/
4259
4260 FIREWIRE SBP-2 TARGET
4261 M:      Chris Boot <bootc@bootc.net>
4262 L:      linux-scsi@vger.kernel.org
4263 L:      target-devel@vger.kernel.org
4264 L:      linux1394-devel@lists.sourceforge.net
4265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4266 S:      Maintained
4267 F:      drivers/target/sbp/
4268
4269 FIREWIRE SUBSYSTEM
4270 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4271 L:      linux1394-devel@lists.sourceforge.net
4272 W:      http://ieee1394.wiki.kernel.org/
4273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4274 S:      Maintained
4275 F:      drivers/firewire/
4276 F:      include/linux/firewire.h
4277 F:      include/uapi/linux/firewire*.h
4278 F:      tools/firewire/
4279
4280 FIRMWARE LOADER (request_firmware)
4281 M:      Ming Lei <ming.lei@canonical.com>
4282 L:      linux-kernel@vger.kernel.org
4283 S:      Maintained
4284 F:      Documentation/firmware_class/
4285 F:      drivers/base/firmware*.c
4286 F:      include/linux/firmware.h
4287
4288 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4289 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4290 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4291 S:      Maintained
4292 F:      drivers/block/rsxx/
4293
4294 FLOPPY DRIVER
4295 M:      Jiri Kosina <jkosina@suse.com>
4296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4297 S:      Odd fixes
4298 F:      drivers/block/floppy.c
4299
4300 FMC SUBSYSTEM
4301 M:      Alessandro Rubini <rubini@gnudd.com>
4302 W:      http://www.ohwr.org/projects/fmc-bus
4303 S:      Supported
4304 F:      drivers/fmc/
4305 F:      include/linux/fmc*.h
4306 F:      include/linux/ipmi-fru.h
4307 K:      fmc_d.*register
4308
4309 FPU EMULATOR
4310 M:      Bill Metzenthen <billm@melbpc.org.au>
4311 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4312 S:      Maintained
4313 F:      arch/x86/math-emu/
4314
4315 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4316 L:      netdev@vger.kernel.org
4317 S:      Orphan
4318 F:      drivers/net/wan/dlci.c
4319 F:      drivers/net/wan/sdla.c
4320
4321 FRAMEBUFFER LAYER
4322 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4323 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4324 L:      linux-fbdev@vger.kernel.org
4325 W:      http://linux-fbdev.sourceforge.net/
4326 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4328 S:      Maintained
4329 F:      Documentation/fb/
4330 F:      Documentation/devicetree/bindings/fb/
4331 F:      drivers/video/
4332 F:      include/video/
4333 F:      include/linux/fb.h
4334 F:      include/uapi/video/
4335 F:      include/uapi/linux/fb.h
4336
4337 FREESCALE DIU FRAMEBUFFER DRIVER
4338 M:      Timur Tabi <timur@tabi.org>
4339 L:      linux-fbdev@vger.kernel.org
4340 S:      Maintained
4341 F:      drivers/video/fbdev/fsl-diu-fb.*
4342
4343 FREESCALE DMA DRIVER
4344 M:      Li Yang <leoli@freescale.com>
4345 M:      Zhang Wei <zw@zh-kernel.org>
4346 L:      linuxppc-dev@lists.ozlabs.org
4347 S:      Maintained
4348 F:      drivers/dma/fsldma.*
4349
4350 FREESCALE I2C CPM DRIVER
4351 M:      Jochen Friedrich <jochen@scram.de>
4352 L:      linuxppc-dev@lists.ozlabs.org
4353 L:      linux-i2c@vger.kernel.org
4354 S:      Maintained
4355 F:      drivers/i2c/busses/i2c-cpm.c
4356
4357 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4358 M:      Sascha Hauer <kernel@pengutronix.de>
4359 L:      linux-fbdev@vger.kernel.org
4360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4361 S:      Maintained
4362 F:      include/linux/platform_data/video-imxfb.h
4363 F:      drivers/video/fbdev/imxfb.c
4364
4365 FREESCALE QUAD SPI DRIVER
4366 M:      Han Xu <han.xu@freescale.com>
4367 L:      linux-mtd@lists.infradead.org
4368 S:      Maintained
4369 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4370
4371 FREESCALE SOC FS_ENET DRIVER
4372 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4373 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4374 L:      linuxppc-dev@lists.ozlabs.org
4375 L:      netdev@vger.kernel.org
4376 S:      Maintained
4377 F:      drivers/net/ethernet/freescale/fs_enet/
4378 F:      include/linux/fs_enet_pd.h
4379
4380 FREESCALE QUICC ENGINE LIBRARY
4381 L:      linuxppc-dev@lists.ozlabs.org
4382 S:      Orphan
4383 F:      arch/powerpc/sysdev/qe_lib/
4384 F:      arch/powerpc/include/asm/*qe.h
4385
4386 FREESCALE USB PERIPHERAL DRIVERS
4387 M:      Li Yang <leoli@freescale.com>
4388 L:      linux-usb@vger.kernel.org
4389 L:      linuxppc-dev@lists.ozlabs.org
4390 S:      Maintained
4391 F:      drivers/usb/gadget/udc/fsl*
4392
4393 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4394 M:      Li Yang <leoli@freescale.com>
4395 L:      netdev@vger.kernel.org
4396 L:      linuxppc-dev@lists.ozlabs.org
4397 S:      Maintained
4398 F:      drivers/net/ethernet/freescale/ucc_geth*
4399
4400 FREESCALE QUICC ENGINE UCC UART DRIVER
4401 M:      Timur Tabi <timur@tabi.org>
4402 L:      linuxppc-dev@lists.ozlabs.org
4403 S:      Maintained
4404 F:      drivers/tty/serial/ucc_uart.c
4405
4406 FREESCALE SOC SOUND DRIVERS
4407 M:      Timur Tabi <timur@tabi.org>
4408 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4409 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4410 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4411 L:      linuxppc-dev@lists.ozlabs.org
4412 S:      Maintained
4413 F:      sound/soc/fsl/fsl*
4414 F:      sound/soc/fsl/imx*
4415 F:      sound/soc/fsl/mpc8610_hpcd.c
4416
4417 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4418 M:      "J. German Rivera" <German.Rivera@freescale.com>
4419 L:      linux-kernel@vger.kernel.org
4420 S:      Maintained
4421 F:      drivers/staging/fsl-mc/
4422
4423 FREEVXFS FILESYSTEM
4424 M:      Christoph Hellwig <hch@infradead.org>
4425 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4426 S:      Maintained
4427 F:      fs/freevxfs/
4428
4429 FREEZER
4430 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4431 M:      Pavel Machek <pavel@ucw.cz>
4432 L:      linux-pm@vger.kernel.org
4433 S:      Supported
4434 F:      Documentation/power/freezing-of-tasks.txt
4435 F:      include/linux/freezer.h
4436 F:      kernel/freezer.c
4437
4438 FRONTSWAP API
4439 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4440 L:      linux-kernel@vger.kernel.org
4441 S:      Maintained
4442 F:      mm/frontswap.c
4443 F:      include/linux/frontswap.h
4444
4445 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4446 M:      David Howells <dhowells@redhat.com>
4447 L:      linux-cachefs@redhat.com
4448 S:      Supported
4449 F:      Documentation/filesystems/caching/
4450 F:      fs/fscache/
4451 F:      include/linux/fscache*.h
4452
4453 F2FS FILE SYSTEM
4454 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4455 M:      Changman Lee <cm224.lee@samsung.com>
4456 R:      Chao Yu <chao2.yu@samsung.com>
4457 L:      linux-f2fs-devel@lists.sourceforge.net
4458 W:      http://en.wikipedia.org/wiki/F2FS
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4460 S:      Maintained
4461 F:      Documentation/filesystems/f2fs.txt
4462 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4463 F:      fs/f2fs/
4464 F:      include/linux/f2fs_fs.h
4465 F:      include/trace/events/f2fs.h
4466
4467 FUJITSU FR-V (FRV) PORT
4468 M:      David Howells <dhowells@redhat.com>
4469 S:      Maintained
4470 F:      arch/frv/
4471
4472 FUJITSU LAPTOP EXTRAS
4473 M:      Jonathan Woithe <jwoithe@just42.net>
4474 L:      platform-driver-x86@vger.kernel.org
4475 S:      Maintained
4476 F:      drivers/platform/x86/fujitsu-laptop.c
4477
4478 FUJITSU M-5MO LS CAMERA ISP DRIVER
4479 M:      Kyungmin Park <kyungmin.park@samsung.com>
4480 M:      Heungjun Kim <riverful.kim@samsung.com>
4481 L:      linux-media@vger.kernel.org
4482 S:      Maintained
4483 F:      drivers/media/i2c/m5mols/
4484 F:      include/media/m5mols.h
4485
4486 FUJITSU TABLET EXTRAS
4487 M:      Robert Gerlach <khnz@gmx.de>
4488 L:      platform-driver-x86@vger.kernel.org
4489 S:      Maintained
4490 F:      drivers/platform/x86/fujitsu-tablet.c
4491
4492 FUSE: FILESYSTEM IN USERSPACE
4493 M:      Miklos Szeredi <miklos@szeredi.hu>
4494 L:      fuse-devel@lists.sourceforge.net
4495 W:      http://fuse.sourceforge.net/
4496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4497 S:      Maintained
4498 F:      fs/fuse/
4499 F:      include/uapi/linux/fuse.h
4500 F:      Documentation/filesystems/fuse.txt
4501
4502 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4503 M:      Rik Faith <faith@cs.unc.edu>
4504 L:      linux-scsi@vger.kernel.org
4505 S:      Odd Fixes (e.g., new signatures)
4506 F:      drivers/scsi/fdomain.*
4507
4508 GCOV BASED KERNEL PROFILING
4509 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4510 S:      Maintained
4511 F:      kernel/gcov/
4512 F:      Documentation/gcov.txt
4513
4514 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4515 M:      Achim Leubner <achim_leubner@adaptec.com>
4516 L:      linux-scsi@vger.kernel.org
4517 W:      http://www.icp-vortex.com/
4518 S:      Supported
4519 F:      drivers/scsi/gdt*
4520
4521 GDB KERNEL DEBUGGING HELPER SCRIPTS
4522 M:      Jan Kiszka <jan.kiszka@siemens.com>
4523 S:      Supported
4524 F:      scripts/gdb/
4525
4526 GEMTEK FM RADIO RECEIVER DRIVER
4527 M:      Hans Verkuil <hverkuil@xs4all.nl>
4528 L:      linux-media@vger.kernel.org
4529 T:      git git://linuxtv.org/media_tree.git
4530 W:      http://linuxtv.org
4531 S:      Maintained
4532 F:      drivers/media/radio/radio-gemtek*
4533
4534 GENERIC GPIO I2C DRIVER
4535 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4536 S:      Supported
4537 F:      drivers/i2c/busses/i2c-gpio.c
4538 F:      include/linux/i2c-gpio.h
4539
4540 GENERIC GPIO I2C MULTIPLEXER DRIVER
4541 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4542 L:      linux-i2c@vger.kernel.org
4543 S:      Supported
4544 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4545 F:      include/linux/i2c-mux-gpio.h
4546 F:      Documentation/i2c/muxes/i2c-mux-gpio
4547
4548 GENERIC HDLC (WAN) DRIVERS
4549 M:      Krzysztof Halasa <khc@pm.waw.pl>
4550 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4551 S:      Maintained
4552 F:      drivers/net/wan/c101.c
4553 F:      drivers/net/wan/hd6457*
4554 F:      drivers/net/wan/hdlc*
4555 F:      drivers/net/wan/n2.c
4556 F:      drivers/net/wan/pc300too.c
4557 F:      drivers/net/wan/pci200syn.c
4558 F:      drivers/net/wan/wanxl*
4559
4560 GENERIC INCLUDE/ASM HEADER FILES
4561 M:      Arnd Bergmann <arnd@arndb.de>
4562 L:      linux-arch@vger.kernel.org
4563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4564 S:      Maintained
4565 F:      include/asm-generic/
4566 F:      include/uapi/asm-generic/
4567
4568 GENERIC PHY FRAMEWORK
4569 M:      Kishon Vijay Abraham I <kishon@ti.com>
4570 L:      linux-kernel@vger.kernel.org
4571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4572 S:      Supported
4573 F:      drivers/phy/
4574 F:      include/linux/phy/
4575
4576 GENERIC PM DOMAINS
4577 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4578 M:      Kevin Hilman <khilman@kernel.org>
4579 M:      Ulf Hansson <ulf.hansson@linaro.org>
4580 L:      linux-pm@vger.kernel.org
4581 S:      Supported
4582 F:      drivers/base/power/domain*.c
4583 F:      include/linux/pm_domain.h
4584
4585 GENERIC UIO DRIVER FOR PCI DEVICES
4586 M:      "Michael S. Tsirkin" <mst@redhat.com>
4587 L:      kvm@vger.kernel.org
4588 S:      Supported
4589 F:      drivers/uio/uio_pci_generic.c
4590
4591 GET_MAINTAINER SCRIPT
4592 M:      Joe Perches <joe@perches.com>
4593 S:      Maintained
4594 F:      scripts/get_maintainer.pl
4595
4596 GFS2 FILE SYSTEM
4597 M:      Steven Whitehouse <swhiteho@redhat.com>
4598 M:      Bob Peterson <rpeterso@redhat.com>
4599 L:      cluster-devel@redhat.com
4600 W:      http://sources.redhat.com/cluster/
4601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4602 S:      Supported
4603 F:      Documentation/filesystems/gfs2*.txt
4604 F:      fs/gfs2/
4605 F:      include/uapi/linux/gfs2_ondisk.h
4606
4607 GIGASET ISDN DRIVERS
4608 M:      Paul Bolle <pebolle@tiscali.nl>
4609 L:      gigaset307x-common@lists.sourceforge.net
4610 W:      http://gigaset307x.sourceforge.net/
4611 S:      Odd Fixes
4612 F:      Documentation/isdn/README.gigaset
4613 F:      drivers/isdn/gigaset/
4614 F:      include/uapi/linux/gigaset_dev.h
4615
4616 GO7007 MPEG CODEC
4617 M:      Hans Verkuil <hans.verkuil@cisco.com>
4618 L:      linux-media@vger.kernel.org
4619 S:      Maintained
4620 F:      drivers/media/usb/go7007/
4621
4622 GOODIX TOUCHSCREEN
4623 M:      Bastien Nocera <hadess@hadess.net>
4624 L:      linux-input@vger.kernel.org
4625 S:      Maintained
4626 F:      drivers/input/touchscreen/goodix.c
4627
4628 GPIO SUBSYSTEM
4629 M:      Linus Walleij <linus.walleij@linaro.org>
4630 M:      Alexandre Courbot <gnurou@gmail.com>
4631 L:      linux-gpio@vger.kernel.org
4632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4633 S:      Maintained
4634 F:      Documentation/gpio/
4635 F:      drivers/gpio/
4636 F:      include/linux/gpio/
4637 F:      include/linux/gpio.h
4638 F:      include/asm-generic/gpio.h
4639
4640 GRE DEMULTIPLEXER DRIVER
4641 M:      Dmitry Kozlov <xeb@mail.ru>
4642 L:      netdev@vger.kernel.org
4643 S:      Maintained
4644 F:      net/ipv4/gre_demux.c
4645 F:      net/ipv4/gre_offload.c
4646 F:      include/net/gre.h
4647
4648 GRETH 10/100/1G Ethernet MAC device driver
4649 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4650 L:      netdev@vger.kernel.org
4651 S:      Maintained
4652 F:      drivers/net/ethernet/aeroflex/
4653
4654 GSPCA FINEPIX SUBDRIVER
4655 M:      Frank Zago <frank@zago.net>
4656 L:      linux-media@vger.kernel.org
4657 T:      git git://linuxtv.org/media_tree.git
4658 S:      Maintained
4659 F:      drivers/media/usb/gspca/finepix.c
4660
4661 GSPCA GL860 SUBDRIVER
4662 M:      Olivier Lorin <o.lorin@laposte.net>
4663 L:      linux-media@vger.kernel.org
4664 T:      git git://linuxtv.org/media_tree.git
4665 S:      Maintained
4666 F:      drivers/media/usb/gspca/gl860/
4667
4668 GSPCA M5602 SUBDRIVER
4669 M:      Erik Andren <erik.andren@gmail.com>
4670 L:      linux-media@vger.kernel.org
4671 T:      git git://linuxtv.org/media_tree.git
4672 S:      Maintained
4673 F:      drivers/media/usb/gspca/m5602/
4674
4675 GSPCA PAC207 SONIXB SUBDRIVER
4676 M:      Hans de Goede <hdegoede@redhat.com>
4677 L:      linux-media@vger.kernel.org
4678 T:      git git://linuxtv.org/media_tree.git
4679 S:      Maintained
4680 F:      drivers/media/usb/gspca/pac207.c
4681
4682 GSPCA SN9C20X SUBDRIVER
4683 M:      Brian Johnson <brijohn@gmail.com>
4684 L:      linux-media@vger.kernel.org
4685 T:      git git://linuxtv.org/media_tree.git
4686 S:      Maintained
4687 F:      drivers/media/usb/gspca/sn9c20x.c
4688
4689 GSPCA T613 SUBDRIVER
4690 M:      Leandro Costantino <lcostantino@gmail.com>
4691 L:      linux-media@vger.kernel.org
4692 T:      git git://linuxtv.org/media_tree.git
4693 S:      Maintained
4694 F:      drivers/media/usb/gspca/t613.c
4695
4696 GSPCA USB WEBCAM DRIVER
4697 M:      Hans de Goede <hdegoede@redhat.com>
4698 L:      linux-media@vger.kernel.org
4699 T:      git git://linuxtv.org/media_tree.git
4700 S:      Maintained
4701 F:      drivers/media/usb/gspca/
4702
4703 GUID PARTITION TABLE (GPT)
4704 M:      Davidlohr Bueso <dave@stgolabs.net>
4705 L:      linux-efi@vger.kernel.org
4706 S:      Maintained
4707 F:      block/partitions/efi.*
4708
4709 STK1160 USB VIDEO CAPTURE DRIVER
4710 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4711 L:      linux-media@vger.kernel.org
4712 T:      git git://linuxtv.org/media_tree.git
4713 S:      Maintained
4714 F:      drivers/media/usb/stk1160/
4715
4716 H8/300 ARCHITECTURE
4717 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4718 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4719 W:      http://uclinux-h8.sourceforge.jp
4720 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4721 S:      Maintained
4722 F:      arch/h8300/
4723 F:      drivers/clocksource/h8300_*.c
4724 F:      drivers/clk/h8300/
4725 F:      drivers/irqchip/irq-renesas-h8*.c
4726
4727 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4728 M:      Frank Seidel <frank@f-seidel.de>
4729 L:      platform-driver-x86@vger.kernel.org
4730 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4731 S:      Maintained
4732 F:      drivers/platform/x86/hdaps.c
4733
4734 HDPVR USB VIDEO ENCODER DRIVER
4735 M:      Hans Verkuil <hverkuil@xs4all.nl>
4736 L:      linux-media@vger.kernel.org
4737 T:      git git://linuxtv.org/media_tree.git
4738 W:      http://linuxtv.org
4739 S:      Odd Fixes
4740 F:      drivers/media/usb/hdpvr/
4741
4742 HWPOISON MEMORY FAILURE HANDLING
4743 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4744 L:      linux-mm@kvack.org
4745 S:      Maintained
4746 F:      mm/memory-failure.c
4747 F:      mm/hwpoison-inject.c
4748
4749 HYPERVISOR VIRTUAL CONSOLE DRIVER
4750 L:      linuxppc-dev@lists.ozlabs.org
4751 S:      Odd Fixes
4752 F:      drivers/tty/hvc/
4753
4754 HACKRF MEDIA DRIVER
4755 M:      Antti Palosaari <crope@iki.fi>
4756 L:      linux-media@vger.kernel.org
4757 W:      http://linuxtv.org/
4758 W:      http://palosaari.fi/linux/
4759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4760 T:      git git://linuxtv.org/anttip/media_tree.git
4761 S:      Maintained
4762 F:      drivers/media/usb/hackrf/
4763
4764 HARDWARE MONITORING
4765 M:      Jean Delvare <jdelvare@suse.com>
4766 M:      Guenter Roeck <linux@roeck-us.net>
4767 L:      lm-sensors@lm-sensors.org
4768 W:      http://www.lm-sensors.org/
4769 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4771 S:      Maintained
4772 F:      Documentation/hwmon/
4773 F:      drivers/hwmon/
4774 F:      include/linux/hwmon*.h
4775
4776 HARDWARE RANDOM NUMBER GENERATOR CORE
4777 M:      Matt Mackall <mpm@selenic.com>
4778 M:      Herbert Xu <herbert@gondor.apana.org.au>
4779 L:      linux-crypto@vger.kernel.org
4780 S:      Odd fixes
4781 F:      Documentation/hw_random.txt
4782 F:      drivers/char/hw_random/
4783 F:      include/linux/hw_random.h
4784
4785 HARDWARE SPINLOCK CORE
4786 M:      Ohad Ben-Cohen <ohad@wizery.com>
4787 S:      Maintained
4788 F:      Documentation/hwspinlock.txt
4789 F:      drivers/hwspinlock/hwspinlock_*
4790 F:      include/linux/hwspinlock.h
4791
4792 HARMONY SOUND DRIVER
4793 L:      linux-parisc@vger.kernel.org
4794 S:      Maintained
4795 F:      sound/parisc/harmony.*
4796
4797 HD29L2 MEDIA DRIVER
4798 M:      Antti Palosaari <crope@iki.fi>
4799 L:      linux-media@vger.kernel.org
4800 W:      http://linuxtv.org/
4801 W:      http://palosaari.fi/linux/
4802 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4803 T:      git git://linuxtv.org/anttip/media_tree.git
4804 S:      Maintained
4805 F:      drivers/media/dvb-frontends/hd29l2*
4806
4807 HEWLETT-PACKARD SMART2 RAID DRIVER
4808 L:      iss_storagedev@hp.com
4809 S:      Orphan
4810 F:      Documentation/blockdev/cpqarray.txt
4811 F:      drivers/block/cpqarray.*
4812
4813 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4814 M:      Don Brace <don.brace@pmcs.com>
4815 L:      iss_storagedev@hp.com
4816 L:      storagedev@pmcs.com
4817 L:      linux-scsi@vger.kernel.org
4818 S:      Supported
4819 F:      Documentation/scsi/hpsa.txt
4820 F:      drivers/scsi/hpsa*.[ch]
4821 F:      include/linux/cciss*.h
4822 F:      include/uapi/linux/cciss*.h
4823
4824 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4825 M:      Don Brace <don.brace@pmcs.com>
4826 L:      iss_storagedev@hp.com
4827 L:      storagedev@pmcs.com
4828 L:      linux-scsi@vger.kernel.org
4829 S:      Supported
4830 F:      Documentation/blockdev/cciss.txt
4831 F:      drivers/block/cciss*
4832 F:      include/linux/cciss_ioctl.h
4833 F:      include/uapi/linux/cciss_ioctl.h
4834
4835 HFS FILESYSTEM
4836 L:      linux-fsdevel@vger.kernel.org
4837 S:      Orphan
4838 F:      Documentation/filesystems/hfs.txt
4839 F:      fs/hfs/
4840
4841 HFSPLUS FILESYSTEM
4842 L:      linux-fsdevel@vger.kernel.org
4843 S:      Orphan
4844 F:      Documentation/filesystems/hfsplus.txt
4845 F:      fs/hfsplus/
4846
4847 HGA FRAMEBUFFER DRIVER
4848 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4849 L:      linux-nvidia@lists.surfsouth.com
4850 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4851 S:      Maintained
4852 F:      drivers/video/fbdev/hgafb.c
4853
4854 HIBERNATION (aka Software Suspend, aka swsusp)
4855 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4856 M:      Pavel Machek <pavel@ucw.cz>
4857 L:      linux-pm@vger.kernel.org
4858 S:      Supported
4859 F:      arch/x86/power/
4860 F:      drivers/base/power/
4861 F:      kernel/power/
4862 F:      include/linux/suspend.h
4863 F:      include/linux/freezer.h
4864 F:      include/linux/pm.h
4865 F:      arch/*/include/asm/suspend*.h
4866
4867 HID CORE LAYER
4868 M:      Jiri Kosina <jkosina@suse.com>
4869 L:      linux-input@vger.kernel.org
4870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4871 S:      Maintained
4872 F:      drivers/hid/
4873 F:      include/linux/hid*
4874 F:      include/uapi/linux/hid*
4875
4876 HID SENSOR HUB DRIVERS
4877 M:      Jiri Kosina <jkosina@suse.com>
4878 M:      Jonathan Cameron <jic23@kernel.org>
4879 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4880 L:      linux-input@vger.kernel.org
4881 L:      linux-iio@vger.kernel.org
4882 S:      Maintained
4883 F:      Documentation/hid/hid-sensor*
4884 F:      drivers/hid/hid-sensor-*
4885 F:      drivers/iio/*/hid-*
4886 F:      include/linux/hid-sensor-*
4887
4888 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4889 M:      Thomas Gleixner <tglx@linutronix.de>
4890 L:      linux-kernel@vger.kernel.org
4891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4892 S:      Maintained
4893 F:      Documentation/timers/
4894 F:      kernel/time/hrtimer.c
4895 F:      kernel/time/clockevents.c
4896 F:      kernel/time/tick*.*
4897 F:      kernel/time/timer_*.c
4898 F:      include/linux/clockchips.h
4899 F:      include/linux/hrtimer.h
4900
4901 HIGH-SPEED SCC DRIVER FOR AX.25
4902 L:      linux-hams@vger.kernel.org
4903 S:      Orphan
4904 F:      drivers/net/hamradio/dmascc.c
4905 F:      drivers/net/hamradio/scc.c
4906
4907 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4908 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4909 W:      http://www.highpoint-tech.com
4910 S:      Supported
4911 F:      Documentation/scsi/hptiop.txt
4912 F:      drivers/scsi/hptiop.c
4913
4914 HIPPI
4915 M:      Jes Sorensen <jes@trained-monkey.org>
4916 L:      linux-hippi@sunsite.dk
4917 S:      Maintained
4918 F:      include/linux/hippidevice.h
4919 F:      include/uapi/linux/if_hippi.h
4920 F:      net/802/hippi.c
4921 F:      drivers/net/hippi/
4922
4923 HOST AP DRIVER
4924 M:      Jouni Malinen <j@w1.fi>
4925 L:      hostap@shmoo.com (subscribers-only)
4926 L:      linux-wireless@vger.kernel.org
4927 W:      http://hostap.epitest.fi/
4928 S:      Maintained
4929 F:      drivers/net/wireless/hostap/
4930
4931 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4932 L:      platform-driver-x86@vger.kernel.org
4933 S:      Orphan
4934 F:      drivers/platform/x86/tc1100-wmi.c
4935
4936 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4937 M:      Jaroslav Kysela <perex@perex.cz>
4938 S:      Maintained
4939 F:      drivers/net/ethernet/hp/hp100.*
4940
4941 HPET:   High Precision Event Timers driver
4942 M:      Clemens Ladisch <clemens@ladisch.de>
4943 S:      Maintained
4944 F:      Documentation/timers/hpet.txt
4945 F:      drivers/char/hpet.c
4946 F:      include/linux/hpet.h
4947 F:      include/uapi/linux/hpet.h
4948
4949 HPET:   x86
4950 S:      Orphan
4951 F:      arch/x86/kernel/hpet.c
4952 F:      arch/x86/include/asm/hpet.h
4953
4954 HPFS FILESYSTEM
4955 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4956 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4957 S:      Maintained
4958 F:      fs/hpfs/
4959
4960 HSI SUBSYSTEM
4961 M:      Sebastian Reichel <sre@kernel.org>
4962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4963 S:      Maintained
4964 F:      Documentation/ABI/testing/sysfs-bus-hsi
4965 F:      Documentation/hsi.txt
4966 F:      drivers/hsi/
4967 F:      include/linux/hsi/
4968 F:      include/uapi/linux/hsi/
4969
4970 HSO 3G MODEM DRIVER
4971 M:      Jan Dumon <j.dumon@option.com>
4972 W:      http://www.pharscape.org
4973 S:      Maintained
4974 F:      drivers/net/usb/hso.c
4975
4976 HSR NETWORK PROTOCOL
4977 M:      Arvid Brodin <arvid.brodin@alten.se>
4978 L:      netdev@vger.kernel.org
4979 S:      Maintained
4980 F:      net/hsr/
4981
4982 HTCPEN TOUCHSCREEN DRIVER
4983 M:      Pau Oliva Fora <pof@eslack.org>
4984 L:      linux-input@vger.kernel.org
4985 S:      Maintained
4986 F:      drivers/input/touchscreen/htcpen.c
4987
4988 HUGETLB FILESYSTEM
4989 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4990 S:      Maintained
4991 F:      fs/hugetlbfs/
4992
4993 Hyper-V CORE AND DRIVERS
4994 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4995 M:      Haiyang Zhang <haiyangz@microsoft.com>
4996 L:      devel@linuxdriverproject.org
4997 S:      Maintained
4998 F:      arch/x86/include/asm/mshyperv.h
4999 F:      arch/x86/include/uapi/asm/hyperv.h
5000 F:      arch/x86/kernel/cpu/mshyperv.c
5001 F:      drivers/hid/hid-hyperv.c
5002 F:      drivers/hv/
5003 F:      drivers/input/serio/hyperv-keyboard.c
5004 F:      drivers/net/hyperv/
5005 F:      drivers/scsi/storvsc_drv.c
5006 F:      drivers/video/fbdev/hyperv_fb.c
5007 F:      include/linux/hyperv.h
5008 F:      tools/hv/
5009
5010 I2C OVER PARALLEL PORT
5011 M:      Jean Delvare <jdelvare@suse.com>
5012 L:      linux-i2c@vger.kernel.org
5013 S:      Maintained
5014 F:      Documentation/i2c/busses/i2c-parport
5015 F:      Documentation/i2c/busses/i2c-parport-light
5016 F:      drivers/i2c/busses/i2c-parport.c
5017 F:      drivers/i2c/busses/i2c-parport-light.c
5018
5019 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5020 M:      Jean Delvare <jdelvare@suse.com>
5021 L:      linux-i2c@vger.kernel.org
5022 S:      Maintained
5023 F:      Documentation/i2c/busses/i2c-ali1535
5024 F:      Documentation/i2c/busses/i2c-ali1563
5025 F:      Documentation/i2c/busses/i2c-ali15x3
5026 F:      Documentation/i2c/busses/i2c-amd756
5027 F:      Documentation/i2c/busses/i2c-amd8111
5028 F:      Documentation/i2c/busses/i2c-i801
5029 F:      Documentation/i2c/busses/i2c-nforce2
5030 F:      Documentation/i2c/busses/i2c-piix4
5031 F:      Documentation/i2c/busses/i2c-sis5595
5032 F:      Documentation/i2c/busses/i2c-sis630
5033 F:      Documentation/i2c/busses/i2c-sis96x
5034 F:      Documentation/i2c/busses/i2c-via
5035 F:      Documentation/i2c/busses/i2c-viapro
5036 F:      drivers/i2c/busses/i2c-ali1535.c
5037 F:      drivers/i2c/busses/i2c-ali1563.c
5038 F:      drivers/i2c/busses/i2c-ali15x3.c
5039 F:      drivers/i2c/busses/i2c-amd756.c
5040 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5041 F:      drivers/i2c/busses/i2c-amd8111.c
5042 F:      drivers/i2c/busses/i2c-i801.c
5043 F:      drivers/i2c/busses/i2c-isch.c
5044 F:      drivers/i2c/busses/i2c-nforce2.c
5045 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5046 F:      drivers/i2c/busses/i2c-piix4.c
5047 F:      drivers/i2c/busses/i2c-sis5595.c
5048 F:      drivers/i2c/busses/i2c-sis630.c
5049 F:      drivers/i2c/busses/i2c-sis96x.c
5050 F:      drivers/i2c/busses/i2c-via.c
5051 F:      drivers/i2c/busses/i2c-viapro.c
5052
5053 I2C/SMBUS ISMT DRIVER
5054 M:      Seth Heasley <seth.heasley@intel.com>
5055 M:      Neil Horman <nhorman@tuxdriver.com>
5056 L:      linux-i2c@vger.kernel.org
5057 F:      drivers/i2c/busses/i2c-ismt.c
5058 F:      Documentation/i2c/busses/i2c-ismt
5059
5060 I2C/SMBUS STUB DRIVER
5061 M:      Jean Delvare <jdelvare@suse.com>
5062 L:      linux-i2c@vger.kernel.org
5063 S:      Maintained
5064 F:      drivers/i2c/i2c-stub.c
5065
5066 I2C SUBSYSTEM
5067 M:      Wolfram Sang <wsa@the-dreams.de>
5068 L:      linux-i2c@vger.kernel.org
5069 W:      https://i2c.wiki.kernel.org/
5070 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5072 S:      Maintained
5073 F:      Documentation/devicetree/bindings/i2c/
5074 F:      Documentation/i2c/
5075 F:      drivers/i2c/
5076 F:      include/linux/i2c.h
5077 F:      include/linux/i2c-*.h
5078 F:      include/uapi/linux/i2c.h
5079 F:      include/uapi/linux/i2c-*.h
5080
5081 I2C ACPI SUPPORT
5082 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5083 L:      linux-i2c@vger.kernel.org
5084 L:      linux-acpi@vger.kernel.org
5085 S:      Maintained
5086
5087 I2C-TAOS-EVM DRIVER
5088 M:      Jean Delvare <jdelvare@suse.com>
5089 L:      linux-i2c@vger.kernel.org
5090 S:      Maintained
5091 F:      Documentation/i2c/busses/i2c-taos-evm
5092 F:      drivers/i2c/busses/i2c-taos-evm.c
5093
5094 I2C-TINY-USB DRIVER
5095 M:      Till Harbaum <till@harbaum.org>
5096 L:      linux-i2c@vger.kernel.org
5097 W:      http://www.harbaum.org/till/i2c_tiny_usb
5098 S:      Maintained
5099 F:      drivers/i2c/busses/i2c-tiny-usb.c
5100
5101 i386 BOOT CODE
5102 M:      "H. Peter Anvin" <hpa@zytor.com>
5103 S:      Maintained
5104 F:      arch/x86/boot/
5105
5106 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5107 M:      "H. Peter Anvin" <hpa@zytor.com>
5108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5109 S:      Maintained
5110
5111 IA64 (Itanium) PLATFORM
5112 M:      Tony Luck <tony.luck@intel.com>
5113 M:      Fenghua Yu <fenghua.yu@intel.com>
5114 L:      linux-ia64@vger.kernel.org
5115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5116 S:      Maintained
5117 F:      arch/ia64/
5118
5119 IBM Power VMX Cryptographic instructions
5120 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5121 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5122 L:      linux-crypto@vger.kernel.org
5123 S:      Supported
5124 F:      drivers/crypto/vmx/Makefile
5125 F:      drivers/crypto/vmx/Kconfig
5126 F:      drivers/crypto/vmx/vmx.c
5127 F:      drivers/crypto/vmx/aes*
5128 F:      drivers/crypto/vmx/ghash*
5129 F:      drivers/crypto/vmx/ppc-xlate.pl
5130
5131 IBM Power in-Nest Crypto Acceleration
5132 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5133 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5134 L:      linux-crypto@vger.kernel.org
5135 S:      Supported
5136 F:      drivers/crypto/nx/Makefile
5137 F:      drivers/crypto/nx/Kconfig
5138 F:      drivers/crypto/nx/nx-aes*
5139 F:      drivers/crypto/nx/nx-sha*
5140 F:      drivers/crypto/nx/nx.*
5141 F:      drivers/crypto/nx/nx_csbcpb.h
5142 F:      drivers/crypto/nx/nx_debugfs.h
5143
5144 IBM Power 842 compression accelerator
5145 M:      Dan Streetman <ddstreet@ieee.org>
5146 S:      Supported
5147 F:      drivers/crypto/nx/Makefile
5148 F:      drivers/crypto/nx/Kconfig
5149 F:      drivers/crypto/nx/nx-842*
5150 F:      include/linux/sw842.h
5151 F:      crypto/842.c
5152 F:      lib/842/
5153
5154 IBM Power Linux RAID adapter
5155 M:      Brian King <brking@us.ibm.com>
5156 S:      Supported
5157 F:      drivers/scsi/ipr.*
5158
5159 IBM Power Virtual Ethernet Device Driver
5160 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5161 L:      netdev@vger.kernel.org
5162 S:      Supported
5163 F:      drivers/net/ethernet/ibm/ibmveth.*
5164
5165 IBM Power Virtual SCSI Device Drivers
5166 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5167 L:      linux-scsi@vger.kernel.org
5168 S:      Supported
5169 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5170 F:      drivers/scsi/ibmvscsi/viosrp.h
5171
5172 IBM Power Virtual FC Device Drivers
5173 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5174 L:      linux-scsi@vger.kernel.org
5175 S:      Supported
5176 F:      drivers/scsi/ibmvscsi/ibmvfc*
5177
5178 IBM ServeRAID RAID DRIVER
5179 S:      Orphan
5180 F:      drivers/scsi/ips.*
5181
5182 ICH LPC AND GPIO DRIVER
5183 M:      Peter Tyser <ptyser@xes-inc.com>
5184 S:      Maintained
5185 F:      drivers/mfd/lpc_ich.c
5186 F:      drivers/gpio/gpio-ich.c
5187
5188 IDE SUBSYSTEM
5189 M:      "David S. Miller" <davem@davemloft.net>
5190 L:      linux-ide@vger.kernel.org
5191 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5193 S:      Maintained
5194 F:      Documentation/ide/
5195 F:      drivers/ide/
5196 F:      include/linux/ide.h
5197
5198 IDEAPAD LAPTOP EXTRAS DRIVER
5199 M:      Ike Panhc <ike.pan@canonical.com>
5200 L:      platform-driver-x86@vger.kernel.org
5201 W:      http://launchpad.net/ideapad-laptop
5202 S:      Maintained
5203 F:      drivers/platform/x86/ideapad-laptop.c
5204
5205 IDEAPAD LAPTOP SLIDEBAR DRIVER
5206 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5207 L:      linux-input@vger.kernel.org
5208 W:      https://github.com/o2genum/ideapad-slidebar
5209 S:      Maintained
5210 F:      drivers/input/misc/ideapad_slidebar.c
5211
5212 IDE/ATAPI DRIVERS
5213 M:      Borislav Petkov <bp@alien8.de>
5214 L:      linux-ide@vger.kernel.org
5215 S:      Maintained
5216 F:      Documentation/cdrom/ide-cd
5217 F:      drivers/ide/ide-cd*
5218
5219 IDLE-I7300
5220 M:      Andy Henroid <andrew.d.henroid@intel.com>
5221 L:      linux-pm@vger.kernel.org
5222 S:      Supported
5223 F:      drivers/idle/i7300_idle.c
5224
5225 IEEE 802.15.4 SUBSYSTEM
5226 M:      Alexander Aring <alex.aring@gmail.com>
5227 L:      linux-wpan@vger.kernel.org
5228 W:      https://github.com/linux-wpan
5229 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5230 S:      Maintained
5231 F:      net/ieee802154/
5232 F:      net/mac802154/
5233 F:      drivers/net/ieee802154/
5234 F:      include/linux/nl802154.h
5235 F:      include/linux/ieee802154.h
5236 F:      include/net/nl802154.h
5237 F:      include/net/mac802154.h
5238 F:      include/net/af_ieee802154.h
5239 F:      include/net/cfg802154.h
5240 F:      include/net/ieee802154_netdev.h
5241 F:      Documentation/networking/ieee802154.txt
5242
5243 IGORPLUG-USB IR RECEIVER
5244 M:      Sean Young <sean@mess.org>
5245 L:      linux-media@vger.kernel.org
5246 S:      Maintained
5247 F:      drivers/media/rc/igorplugusb.c
5248
5249 IGUANAWORKS USB IR TRANSCEIVER
5250 M:      Sean Young <sean@mess.org>
5251 L:      linux-media@vger.kernel.org
5252 S:      Maintained
5253 F:      drivers/media/rc/iguanair.c
5254
5255 IIO SUBSYSTEM AND DRIVERS
5256 M:      Jonathan Cameron <jic23@kernel.org>
5257 R:      Hartmut Knaack <knaack.h@gmx.de>
5258 R:      Lars-Peter Clausen <lars@metafoo.de>
5259 R:      Peter Meerwald <pmeerw@pmeerw.net>
5260 L:      linux-iio@vger.kernel.org
5261 S:      Maintained
5262 F:      drivers/iio/
5263 F:      drivers/staging/iio/
5264 F:      include/linux/iio/
5265 F:      tools/iio/
5266
5267 IKANOS/ADI EAGLE ADSL USB DRIVER
5268 M:      Matthieu Castet <castet.matthieu@free.fr>
5269 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5270 S:      Maintained
5271 F:      drivers/usb/atm/ueagle-atm.c
5272
5273 INA209 HARDWARE MONITOR DRIVER
5274 M:      Guenter Roeck <linux@roeck-us.net>
5275 L:      lm-sensors@lm-sensors.org
5276 S:      Maintained
5277 F:      Documentation/hwmon/ina209
5278 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5279 F:      drivers/hwmon/ina209.c
5280
5281 INA2XX HARDWARE MONITOR DRIVER
5282 M:      Guenter Roeck <linux@roeck-us.net>
5283 L:      lm-sensors@lm-sensors.org
5284 S:      Maintained
5285 F:      Documentation/hwmon/ina2xx
5286 F:      drivers/hwmon/ina2xx.c
5287 F:      include/linux/platform_data/ina2xx.h
5288
5289 INDUSTRY PACK SUBSYSTEM (IPACK)
5290 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5291 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5292 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5293 L:      industrypack-devel@lists.sourceforge.net
5294 W:      http://industrypack.sourceforge.net
5295 S:      Maintained
5296 F:      drivers/ipack/
5297
5298 INGENIC JZ4780 DMA Driver
5299 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5300 S:      Maintained
5301 F:      drivers/dma/dma-jz4780.c
5302
5303 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5304 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5305 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5306 L:      linux-ima-devel@lists.sourceforge.net
5307 L:      linux-ima-user@lists.sourceforge.net
5308 L:      linux-security-module@vger.kernel.org
5309 S:      Supported
5310 F:      security/integrity/ima/
5311
5312 IMGTEC IR DECODER DRIVER
5313 M:      James Hogan <james.hogan@imgtec.com>
5314 S:      Maintained
5315 F:      drivers/media/rc/img-ir/
5316
5317 IMS TWINTURBO FRAMEBUFFER DRIVER
5318 L:      linux-fbdev@vger.kernel.org
5319 S:      Orphan
5320 F:      drivers/video/fbdev/imsttfb.c
5321
5322 INFINIBAND SUBSYSTEM
5323 M:      Doug Ledford <dledford@redhat.com>
5324 M:      Sean Hefty <sean.hefty@intel.com>
5325 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5326 L:      linux-rdma@vger.kernel.org
5327 W:      http://www.openfabrics.org/
5328 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5330 S:      Supported
5331 F:      Documentation/infiniband/
5332 F:      drivers/infiniband/
5333 F:      include/uapi/linux/if_infiniband.h
5334 F:      include/uapi/rdma/
5335 F:      include/rdma/
5336
5337 INOTIFY
5338 M:      John McCutchan <john@johnmccutchan.com>
5339 M:      Robert Love <rlove@rlove.org>
5340 M:      Eric Paris <eparis@parisplace.org>
5341 S:      Maintained
5342 F:      Documentation/filesystems/inotify.txt
5343 F:      fs/notify/inotify/
5344 F:      include/linux/inotify.h
5345 F:      include/uapi/linux/inotify.h
5346
5347 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5348 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5349 L:      linux-input@vger.kernel.org
5350 Q:      http://patchwork.kernel.org/project/linux-input/list/
5351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5352 S:      Maintained
5353 F:      drivers/input/
5354 F:      include/linux/input.h
5355 F:      include/uapi/linux/input.h
5356 F:      include/linux/input/
5357
5358 INPUT MULTITOUCH (MT) PROTOCOL
5359 M:      Henrik Rydberg <rydberg@bitmath.org>
5360 L:      linux-input@vger.kernel.org
5361 S:      Odd fixes
5362 F:      Documentation/input/multi-touch-protocol.txt
5363 F:      drivers/input/input-mt.c
5364 K:      \b(ABS|SYN)_MT_
5365
5366 INTEL ASoC BDW/HSW DRIVERS
5367 M:      Jie Yang <yang.jie@linux.intel.com>
5368 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5369 S:      Supported
5370 F:      sound/soc/intel/common/sst-dsp*
5371 F:      sound/soc/intel/common/sst-firmware.c
5372 F:      sound/soc/intel/boards/broadwell.c
5373 F:      sound/soc/intel/haswell/
5374
5375 INTEL C600 SERIES SAS CONTROLLER DRIVER
5376 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5377 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5378 L:      linux-scsi@vger.kernel.org
5379 T:      git git://git.code.sf.net/p/intel-sas/isci
5380 S:      Supported
5381 F:      drivers/scsi/isci/
5382
5383 INTEL IDLE DRIVER
5384 M:      Len Brown <lenb@kernel.org>
5385 L:      linux-pm@vger.kernel.org
5386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5387 S:      Supported
5388 F:      drivers/idle/intel_idle.c
5389
5390 INTEL PSTATE DRIVER
5391 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5392 L:      linux-pm@vger.kernel.org
5393 S:      Supported
5394 F:      drivers/cpufreq/intel_pstate.c
5395
5396 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5397 M:      Maik Broemme <mbroemme@plusserver.de>
5398 L:      linux-fbdev@vger.kernel.org
5399 S:      Maintained
5400 F:      Documentation/fb/intelfb.txt
5401 F:      drivers/video/fbdev/intelfb/
5402
5403 INTEL 810/815 FRAMEBUFFER DRIVER
5404 M:      Antonino Daplas <adaplas@gmail.com>
5405 L:      linux-fbdev@vger.kernel.org
5406 S:      Maintained
5407 F:      drivers/video/fbdev/i810/
5408
5409 INTEL MENLOW THERMAL DRIVER
5410 M:      Sujith Thomas <sujith.thomas@intel.com>
5411 L:      platform-driver-x86@vger.kernel.org
5412 W:      https://01.org/linux-acpi
5413 S:      Supported
5414 F:      drivers/platform/x86/intel_menlow.c
5415
5416 INTEL IA32 MICROCODE UPDATE SUPPORT
5417 M:      Borislav Petkov <bp@alien8.de>
5418 S:      Maintained
5419 F:      arch/x86/kernel/cpu/microcode/core*
5420 F:      arch/x86/kernel/cpu/microcode/intel*
5421
5422 INTEL I/OAT DMA DRIVER
5423 M:      Dave Jiang <dave.jiang@intel.com>
5424 R:      Dan Williams <dan.j.williams@intel.com>
5425 L:      dmaengine@vger.kernel.org
5426 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5427 S:      Supported
5428 F:      drivers/dma/ioat*
5429
5430 INTEL IOMMU (VT-d)
5431 M:      David Woodhouse <dwmw2@infradead.org>
5432 L:      iommu@lists.linux-foundation.org
5433 T:      git git://git.infradead.org/iommu-2.6.git
5434 S:      Supported
5435 F:      drivers/iommu/intel-iommu.c
5436 F:      include/linux/intel-iommu.h
5437
5438 INTEL IOP-ADMA DMA DRIVER
5439 R:      Dan Williams <dan.j.williams@intel.com>
5440 S:      Odd fixes
5441 F:      drivers/dma/iop-adma.c
5442
5443 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5444 M:      Krzysztof Halasa <khalasa@piap.pl>
5445 S:      Maintained
5446 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5447 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5448 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5449 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5450 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5451 F:      drivers/net/wan/ixp4xx_hss.c
5452
5453 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5454 M:      Deepak Saxena <dsaxena@plexity.net>
5455 S:      Maintained
5456 F:      drivers/char/hw_random/ixp4xx-rng.c
5457
5458 INTEL ETHERNET DRIVERS
5459 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5460 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5461 R:      Shannon Nelson <shannon.nelson@intel.com>
5462 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5463 R:      Don Skidmore <donald.c.skidmore@intel.com>
5464 R:      Matthew Vick <matthew.vick@intel.com>
5465 R:      John Ronciak <john.ronciak@intel.com>
5466 R:      Mitch Williams <mitch.a.williams@intel.com>
5467 L:      intel-wired-lan@lists.osuosl.org
5468 W:      http://www.intel.com/support/feedback.htm
5469 W:      http://e1000.sourceforge.net/
5470 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5473 S:      Supported
5474 F:      Documentation/networking/e100.txt
5475 F:      Documentation/networking/e1000.txt
5476 F:      Documentation/networking/e1000e.txt
5477 F:      Documentation/networking/igb.txt
5478 F:      Documentation/networking/igbvf.txt
5479 F:      Documentation/networking/ixgb.txt
5480 F:      Documentation/networking/ixgbe.txt
5481 F:      Documentation/networking/ixgbevf.txt
5482 F:      Documentation/networking/i40e.txt
5483 F:      Documentation/networking/i40evf.txt
5484 F:      drivers/net/ethernet/intel/
5485 F:      drivers/net/ethernet/intel/*/
5486
5487 INTEL-MID GPIO DRIVER
5488 M:      David Cohen <david.a.cohen@linux.intel.com>
5489 L:      linux-gpio@vger.kernel.org
5490 S:      Maintained
5491 F:      drivers/gpio/gpio-intel-mid.c
5492
5493 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5494 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5495 L:      linux-wireless@vger.kernel.org
5496 S:      Maintained
5497 F:      Documentation/networking/README.ipw2100
5498 F:      Documentation/networking/README.ipw2200
5499 F:      drivers/net/wireless/ipw2x00/
5500
5501 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5502 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5503 M:      Gang Wei <gang.wei@intel.com>
5504 M:      Shane Wang <shane.wang@intel.com>
5505 L:      tboot-devel@lists.sourceforge.net
5506 W:      http://tboot.sourceforge.net
5507 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5508 S:      Supported
5509 F:      Documentation/intel_txt.txt
5510 F:      include/linux/tboot.h
5511 F:      arch/x86/kernel/tboot.c
5512
5513 INTEL WIRELESS WIMAX CONNECTION 2400
5514 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5515 M:      linux-wimax@intel.com
5516 L:      wimax@linuxwimax.org (subscribers-only)
5517 S:      Supported
5518 W:      http://linuxwimax.org
5519 F:      Documentation/wimax/README.i2400m
5520 F:      drivers/net/wimax/i2400m/
5521 F:      include/uapi/linux/wimax/i2400m.h
5522
5523 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5524 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5525 L:      linux-wireless@vger.kernel.org
5526 S:      Supported
5527 F:      drivers/net/wireless/iwlegacy/
5528
5529 INTEL WIRELESS WIFI LINK (iwlwifi)
5530 M:      Johannes Berg <johannes.berg@intel.com>
5531 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5532 M:      Intel Linux Wireless <ilw@linux.intel.com>
5533 L:      linux-wireless@vger.kernel.org
5534 W:      http://intellinuxwireless.org
5535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5536 S:      Supported
5537 F:      drivers/net/wireless/iwlwifi/
5538
5539 INTEL MANAGEMENT ENGINE (mei)
5540 M:      Tomas Winkler <tomas.winkler@intel.com>
5541 L:      linux-kernel@vger.kernel.org
5542 S:      Supported
5543 F:      include/uapi/linux/mei.h
5544 F:      include/linux/mei_cl_bus.h
5545 F:      drivers/misc/mei/*
5546 F:      Documentation/misc-devices/mei/*
5547
5548 INTEL PMC IPC DRIVER
5549 M:      Zha Qipeng<qipeng.zha@intel.com>
5550 L:      platform-driver-x86@vger.kernel.org
5551 S:      Maintained
5552 F:      drivers/platform/x86/intel_pmc_ipc.c
5553 F:      arch/x86/include/asm/intel_pmc_ipc.h
5554
5555 IOC3 ETHERNET DRIVER
5556 M:      Ralf Baechle <ralf@linux-mips.org>
5557 L:      linux-mips@linux-mips.org
5558 S:      Maintained
5559 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5560
5561 IOC3 SERIAL DRIVER
5562 M:      Pat Gefre <pfg@sgi.com>
5563 L:      linux-serial@vger.kernel.org
5564 S:      Maintained
5565 F:      drivers/tty/serial/ioc3_serial.c
5566
5567 IOMMU DRIVERS
5568 M:      Joerg Roedel <joro@8bytes.org>
5569 L:      iommu@lists.linux-foundation.org
5570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5571 S:      Maintained
5572 F:      drivers/iommu/
5573
5574 IP MASQUERADING
5575 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5576 S:      Maintained
5577 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5578
5579 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5580 M:      Francois Romieu <romieu@fr.zoreil.com>
5581 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5582 L:      netdev@vger.kernel.org
5583 S:      Maintained
5584 F:      drivers/net/ethernet/icplus/ipg.*
5585
5586 IPATH DRIVER
5587 M:      Mike Marciniszyn <infinipath@intel.com>
5588 L:      linux-rdma@vger.kernel.org
5589 S:      Maintained
5590 F:      drivers/staging/ipath/
5591
5592 IPMI SUBSYSTEM
5593 M:      Corey Minyard <minyard@acm.org>
5594 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5595 W:      http://openipmi.sourceforge.net/
5596 S:      Supported
5597 F:      Documentation/IPMI.txt
5598 F:      drivers/char/ipmi/
5599 F:      include/linux/ipmi*
5600 F:      include/uapi/linux/ipmi*
5601
5602 QCOM AUDIO (ASoC) DRIVERS
5603 M:      Patrick Lai <plai@codeaurora.org>
5604 M:      Banajit Goswami <bgoswami@codeaurora.org>
5605 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5606 S:      Supported
5607 F:      sound/soc/qcom/
5608
5609 IPS SCSI RAID DRIVER
5610 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5611 L:      linux-scsi@vger.kernel.org
5612 W:      http://www.adaptec.com/
5613 S:      Maintained
5614 F:      drivers/scsi/ips*
5615
5616 IPVS
5617 M:      Wensong Zhang <wensong@linux-vs.org>
5618 M:      Simon Horman <horms@verge.net.au>
5619 M:      Julian Anastasov <ja@ssi.bg>
5620 L:      netdev@vger.kernel.org
5621 L:      lvs-devel@vger.kernel.org
5622 S:      Maintained
5623 F:      Documentation/networking/ipvs-sysctl.txt
5624 F:      include/net/ip_vs.h
5625 F:      include/uapi/linux/ip_vs.h
5626 F:      net/netfilter/ipvs/
5627
5628 IPWIRELESS DRIVER
5629 M:      Jiri Kosina <jkosina@suse.com>
5630 M:      David Sterba <dsterba@suse.com>
5631 S:      Odd Fixes
5632 F:      drivers/tty/ipwireless/
5633
5634 IPX NETWORK LAYER
5635 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5636 L:      netdev@vger.kernel.org
5637 S:      Maintained
5638 F:      include/net/ipx.h
5639 F:      include/uapi/linux/ipx.h
5640 F:      net/ipx/
5641
5642 IRDA SUBSYSTEM
5643 M:      Samuel Ortiz <samuel@sortiz.org>
5644 L:      irda-users@lists.sourceforge.net (subscribers-only)
5645 L:      netdev@vger.kernel.org
5646 W:      http://irda.sourceforge.net/
5647 S:      Maintained
5648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5649 F:      Documentation/networking/irda.txt
5650 F:      drivers/net/irda/
5651 F:      include/net/irda/
5652 F:      net/irda/
5653
5654 IRQ SUBSYSTEM
5655 M:      Thomas Gleixner <tglx@linutronix.de>
5656 L:      linux-kernel@vger.kernel.org
5657 S:      Maintained
5658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5659 F:      kernel/irq/
5660
5661 IRQCHIP DRIVERS
5662 M:      Thomas Gleixner <tglx@linutronix.de>
5663 M:      Jason Cooper <jason@lakedaemon.net>
5664 M:      Marc Zyngier <marc.zyngier@arm.com>
5665 L:      linux-kernel@vger.kernel.org
5666 S:      Maintained
5667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5668 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5669 F:      Documentation/devicetree/bindings/interrupt-controller/
5670 F:      drivers/irqchip/
5671
5672 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5673 M:      Jiang Liu <jiang.liu@linux.intel.com>
5674 M:      Marc Zyngier <marc.zyngier@arm.com>
5675 S:      Maintained
5676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5677 F:      Documentation/IRQ-domain.txt
5678 F:      include/linux/irqdomain.h
5679 F:      kernel/irq/irqdomain.c
5680 F:      kernel/irq/msi.c
5681
5682 ISAPNP
5683 M:      Jaroslav Kysela <perex@perex.cz>
5684 S:      Maintained
5685 F:      Documentation/isapnp.txt
5686 F:      drivers/pnp/isapnp/
5687 F:      include/linux/isapnp.h
5688
5689 ISA RADIO MODULE
5690 M:      Hans Verkuil <hverkuil@xs4all.nl>
5691 L:      linux-media@vger.kernel.org
5692 T:      git git://linuxtv.org/media_tree.git
5693 W:      http://linuxtv.org
5694 S:      Maintained
5695 F:      drivers/media/radio/radio-isa*
5696
5697 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5698 M:      Peter Jones <pjones@redhat.com>
5699 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5700 S:      Maintained
5701 F:      drivers/firmware/iscsi_ibft*
5702
5703 ISCSI
5704 M:      Mike Christie <michaelc@cs.wisc.edu>
5705 L:      open-iscsi@googlegroups.com
5706 W:      www.open-iscsi.org
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5708 S:      Maintained
5709 F:      drivers/scsi/*iscsi*
5710 F:      include/scsi/*iscsi*
5711
5712 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5713 M:      Or Gerlitz <ogerlitz@mellanox.com>
5714 M:      Sagi Grimberg <sagig@mellanox.com>
5715 M:      Roi Dayan <roid@mellanox.com>
5716 L:      linux-rdma@vger.kernel.org
5717 S:      Supported
5718 W:      http://www.openfabrics.org
5719 W:      www.open-iscsi.org
5720 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5721 F:      drivers/infiniband/ulp/iser/
5722
5723 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5724 M:      Sagi Grimberg <sagig@mellanox.com>
5725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5726 L:      linux-rdma@vger.kernel.org
5727 L:      target-devel@vger.kernel.org
5728 S:      Supported
5729 W:      http://www.linux-iscsi.org
5730 F:      drivers/infiniband/ulp/isert
5731
5732 ISDN SUBSYSTEM
5733 M:      Karsten Keil <isdn@linux-pingi.de>
5734 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5735 L:      netdev@vger.kernel.org
5736 W:      http://www.isdn4linux.de
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5738 S:      Maintained
5739 F:      Documentation/isdn/
5740 F:      drivers/isdn/
5741 F:      include/linux/isdn.h
5742 F:      include/linux/isdn/
5743 F:      include/uapi/linux/isdn.h
5744 F:      include/uapi/linux/isdn/
5745
5746 ISDN SUBSYSTEM (Eicon active card driver)
5747 M:      Armin Schindler <mac@melware.de>
5748 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5749 W:      http://www.melware.de
5750 S:      Maintained
5751 F:      drivers/isdn/hardware/eicon/
5752
5753 IT87 HARDWARE MONITORING DRIVER
5754 M:      Jean Delvare <jdelvare@suse.com>
5755 L:      lm-sensors@lm-sensors.org
5756 S:      Maintained
5757 F:      Documentation/hwmon/it87
5758 F:      drivers/hwmon/it87.c
5759
5760 IT913X MEDIA DRIVER
5761 M:      Antti Palosaari <crope@iki.fi>
5762 L:      linux-media@vger.kernel.org
5763 W:      http://linuxtv.org/
5764 W:      http://palosaari.fi/linux/
5765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5766 T:      git git://linuxtv.org/anttip/media_tree.git
5767 S:      Maintained
5768 F:      drivers/media/tuners/it913x*
5769
5770 IVTV VIDEO4LINUX DRIVER
5771 M:      Andy Walls <awalls@md.metrocast.net>
5772 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5773 L:      linux-media@vger.kernel.org
5774 T:      git git://linuxtv.org/media_tree.git
5775 W:      http://www.ivtvdriver.org
5776 S:      Maintained
5777 F:      Documentation/video4linux/*.ivtv
5778 F:      drivers/media/pci/ivtv/
5779 F:      include/uapi/linux/ivtv*
5780
5781 IX2505V MEDIA DRIVER
5782 M:      Malcolm Priestley <tvboxspy@gmail.com>
5783 L:      linux-media@vger.kernel.org
5784 W:      http://linuxtv.org/
5785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5786 S:      Maintained
5787 F:      drivers/media/dvb-frontends/ix2505v*
5788
5789 JC42.4 TEMPERATURE SENSOR DRIVER
5790 M:      Guenter Roeck <linux@roeck-us.net>
5791 L:      lm-sensors@lm-sensors.org
5792 S:      Maintained
5793 F:      drivers/hwmon/jc42.c
5794 F:      Documentation/hwmon/jc42
5795
5796 JFS FILESYSTEM
5797 M:      Dave Kleikamp <shaggy@kernel.org>
5798 L:      jfs-discussion@lists.sourceforge.net
5799 W:      http://jfs.sourceforge.net/
5800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5801 S:      Maintained
5802 F:      Documentation/filesystems/jfs.txt
5803 F:      fs/jfs/
5804
5805 JME NETWORK DRIVER
5806 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5807 L:      netdev@vger.kernel.org
5808 S:      Maintained
5809 F:      drivers/net/ethernet/jme.*
5810
5811 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5812 M:      David Woodhouse <dwmw2@infradead.org>
5813 L:      linux-mtd@lists.infradead.org
5814 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5815 S:      Maintained
5816 F:      fs/jffs2/
5817 F:      include/uapi/linux/jffs2.h
5818
5819 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5820 M:      "Theodore Ts'o" <tytso@mit.edu>
5821 M:      Jan Kara <jack@suse.com>
5822 L:      linux-ext4@vger.kernel.org
5823 S:      Maintained
5824 F:      fs/jbd2/
5825 F:      include/linux/jbd2.h
5826
5827 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5828 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5829 L:      linux-media@vger.kernel.org
5830 S:      Maintained
5831 F:      drivers/media/platform/rcar_jpu.c
5832
5833 JSM Neo PCI based serial card
5834 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5835 L:      linux-serial@vger.kernel.org
5836 S:      Maintained
5837 F:      drivers/tty/serial/jsm/
5838
5839 K10TEMP HARDWARE MONITORING DRIVER
5840 M:      Clemens Ladisch <clemens@ladisch.de>
5841 L:      lm-sensors@lm-sensors.org
5842 S:      Maintained
5843 F:      Documentation/hwmon/k10temp
5844 F:      drivers/hwmon/k10temp.c
5845
5846 K8TEMP HARDWARE MONITORING DRIVER
5847 M:      Rudolf Marek <r.marek@assembler.cz>
5848 L:      lm-sensors@lm-sensors.org
5849 S:      Maintained
5850 F:      Documentation/hwmon/k8temp
5851 F:      drivers/hwmon/k8temp.c
5852
5853 KCONFIG
5854 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5855 L:      linux-kbuild@vger.kernel.org
5856 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5857 S:      Maintained
5858 F:      Documentation/kbuild/kconfig-language.txt
5859 F:      scripts/kconfig/
5860
5861 KDUMP
5862 M:      Vivek Goyal <vgoyal@redhat.com>
5863 M:      Haren Myneni <hbabu@us.ibm.com>
5864 L:      kexec@lists.infradead.org
5865 W:      http://lse.sourceforge.net/kdump/
5866 S:      Maintained
5867 F:      Documentation/kdump/
5868
5869 KEENE FM RADIO TRANSMITTER DRIVER
5870 M:      Hans Verkuil <hverkuil@xs4all.nl>
5871 L:      linux-media@vger.kernel.org
5872 T:      git git://linuxtv.org/media_tree.git
5873 W:      http://linuxtv.org
5874 S:      Maintained
5875 F:      drivers/media/radio/radio-keene*
5876
5877 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5878 M:      Ian Kent <raven@themaw.net>
5879 L:      autofs@vger.kernel.org
5880 S:      Maintained
5881 F:      fs/autofs4/
5882
5883 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5884 M:      Michal Marek <mmarek@suse.com>
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5887 L:      linux-kbuild@vger.kernel.org
5888 S:      Maintained
5889 F:      Documentation/kbuild/
5890 F:      Makefile
5891 F:      scripts/Makefile.*
5892 F:      scripts/basic/
5893 F:      scripts/mk*
5894 F:      scripts/package/
5895
5896 KERNEL JANITORS
5897 L:      kernel-janitors@vger.kernel.org
5898 W:      http://kernelnewbies.org/KernelJanitors
5899 S:      Odd Fixes
5900
5901 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5902 M:      "J. Bruce Fields" <bfields@fieldses.org>
5903 M:      Jeff Layton <jlayton@poochiereds.net>
5904 L:      linux-nfs@vger.kernel.org
5905 W:      http://nfs.sourceforge.net/
5906 S:      Supported
5907 F:      fs/nfsd/
5908 F:      include/uapi/linux/nfsd/
5909 F:      fs/lockd/
5910 F:      fs/nfs_common/
5911 F:      net/sunrpc/
5912 F:      include/linux/lockd/
5913 F:      include/linux/sunrpc/
5914 F:      include/uapi/linux/sunrpc/
5915
5916 KERNEL SELFTEST FRAMEWORK
5917 M:      Shuah Khan <shuahkh@osg.samsung.com>
5918 L:      linux-api@vger.kernel.org
5919 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5920 S:      Maintained
5921 F:      tools/testing/selftests
5922
5923 KERNEL VIRTUAL MACHINE (KVM)
5924 M:      Gleb Natapov <gleb@kernel.org>
5925 M:      Paolo Bonzini <pbonzini@redhat.com>
5926 L:      kvm@vger.kernel.org
5927 W:      http://www.linux-kvm.org
5928 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5929 S:      Supported
5930 F:      Documentation/*/kvm*.txt
5931 F:      Documentation/virtual/kvm/
5932 F:      arch/*/kvm/
5933 F:      arch/x86/kernel/kvm.c
5934 F:      arch/x86/kernel/kvmclock.c
5935 F:      arch/*/include/asm/kvm*
5936 F:      include/linux/kvm*
5937 F:      include/uapi/linux/kvm*
5938 F:      virt/kvm/
5939
5940 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5941 M:      Joerg Roedel <joro@8bytes.org>
5942 L:      kvm@vger.kernel.org
5943 W:      http://kvm.qumranet.com
5944 S:      Maintained
5945 F:      arch/x86/include/asm/svm.h
5946 F:      arch/x86/kvm/svm.c
5947
5948 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5949 M:      Alexander Graf <agraf@suse.com>
5950 L:      kvm-ppc@vger.kernel.org
5951 W:      http://kvm.qumranet.com
5952 T:      git git://github.com/agraf/linux-2.6.git
5953 S:      Supported
5954 F:      arch/powerpc/include/asm/kvm*
5955 F:      arch/powerpc/kvm/
5956
5957 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5958 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5959 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5960 L:      linux-s390@vger.kernel.org
5961 W:      http://www.ibm.com/developerworks/linux/linux390/
5962 S:      Supported
5963 F:      Documentation/s390/kvm.txt
5964 F:      arch/s390/include/asm/kvm*
5965 F:      arch/s390/kvm/
5966
5967 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5968 M:      Christoffer Dall <christoffer.dall@linaro.org>
5969 M:      Marc Zyngier <marc.zyngier@arm.com>
5970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5971 L:      kvmarm@lists.cs.columbia.edu
5972 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5973 S:      Supported
5974 F:      arch/arm/include/uapi/asm/kvm*
5975 F:      arch/arm/include/asm/kvm*
5976 F:      arch/arm/kvm/
5977 F:      virt/kvm/arm/
5978 F:      include/kvm/arm_*
5979
5980 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5981 M:      Christoffer Dall <christoffer.dall@linaro.org>
5982 M:      Marc Zyngier <marc.zyngier@arm.com>
5983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5984 L:      kvmarm@lists.cs.columbia.edu
5985 S:      Maintained
5986 F:      arch/arm64/include/uapi/asm/kvm*
5987 F:      arch/arm64/include/asm/kvm*
5988 F:      arch/arm64/kvm/
5989
5990 KEXEC
5991 M:      Eric Biederman <ebiederm@xmission.com>
5992 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5993 L:      kexec@lists.infradead.org
5994 S:      Maintained
5995 F:      include/linux/kexec.h
5996 F:      include/uapi/linux/kexec.h
5997 F:      kernel/kexec.c
5998
5999 KEYS/KEYRINGS:
6000 M:      David Howells <dhowells@redhat.com>
6001 L:      keyrings@linux-nfs.org
6002 S:      Maintained
6003 F:      Documentation/security/keys.txt
6004 F:      include/linux/key.h
6005 F:      include/linux/key-type.h
6006 F:      include/keys/
6007 F:      security/keys/
6008
6009 KEYS-TRUSTED
6010 M:      David Safford <safford@us.ibm.com>
6011 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6012 L:      linux-security-module@vger.kernel.org
6013 L:      keyrings@linux-nfs.org
6014 S:      Supported
6015 F:      Documentation/security/keys-trusted-encrypted.txt
6016 F:      include/keys/trusted-type.h
6017 F:      security/keys/trusted.c
6018 F:      security/keys/trusted.h
6019
6020 KEYS-ENCRYPTED
6021 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6022 M:      David Safford <safford@us.ibm.com>
6023 L:      linux-security-module@vger.kernel.org
6024 L:      keyrings@linux-nfs.org
6025 S:      Supported
6026 F:      Documentation/security/keys-trusted-encrypted.txt
6027 F:      include/keys/encrypted-type.h
6028 F:      security/keys/encrypted-keys/
6029
6030 KGDB / KDB /debug_core
6031 M:      Jason Wessel <jason.wessel@windriver.com>
6032 W:      http://kgdb.wiki.kernel.org/
6033 L:      kgdb-bugreport@lists.sourceforge.net
6034 S:      Maintained
6035 F:      Documentation/DocBook/kgdb.tmpl
6036 F:      drivers/misc/kgdbts.c
6037 F:      drivers/tty/serial/kgdboc.c
6038 F:      include/linux/kdb.h
6039 F:      include/linux/kgdb.h
6040 F:      kernel/debug/
6041
6042 KMEMCHECK
6043 M:      Vegard Nossum <vegardno@ifi.uio.no>
6044 M:      Pekka Enberg <penberg@kernel.org>
6045 S:      Maintained
6046 F:      Documentation/kmemcheck.txt
6047 F:      arch/x86/include/asm/kmemcheck.h
6048 F:      arch/x86/mm/kmemcheck/
6049 F:      include/linux/kmemcheck.h
6050 F:      mm/kmemcheck.c
6051
6052 KMEMLEAK
6053 M:      Catalin Marinas <catalin.marinas@arm.com>
6054 S:      Maintained
6055 F:      Documentation/kmemleak.txt
6056 F:      include/linux/kmemleak.h
6057 F:      mm/kmemleak.c
6058 F:      mm/kmemleak-test.c
6059
6060 KPROBES
6061 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6062 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6063 M:      "David S. Miller" <davem@davemloft.net>
6064 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6065 S:      Maintained
6066 F:      Documentation/kprobes.txt
6067 F:      include/linux/kprobes.h
6068 F:      kernel/kprobes.c
6069
6070 KS0108 LCD CONTROLLER DRIVER
6071 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6072 W:      http://miguelojeda.es/auxdisplay.htm
6073 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6074 S:      Maintained
6075 F:      Documentation/auxdisplay/ks0108
6076 F:      drivers/auxdisplay/ks0108.c
6077 F:      include/linux/ks0108.h
6078
6079 LAPB module
6080 L:      linux-x25@vger.kernel.org
6081 S:      Orphan
6082 F:      Documentation/networking/lapb-module.txt
6083 F:      include/*/lapb.h
6084 F:      net/lapb/
6085
6086 LASI 53c700 driver for PARISC
6087 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6088 L:      linux-scsi@vger.kernel.org
6089 S:      Maintained
6090 F:      Documentation/scsi/53c700.txt
6091 F:      drivers/scsi/53c700*
6092
6093 LED SUBSYSTEM
6094 M:      Bryan Wu <cooloney@gmail.com>
6095 M:      Richard Purdie <rpurdie@rpsys.net>
6096 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6097 L:      linux-leds@vger.kernel.org
6098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
6099 S:      Maintained
6100 F:      drivers/leds/
6101 F:      include/linux/leds.h
6102
6103 LEGACY EEPROM DRIVER
6104 M:      Jean Delvare <jdelvare@suse.com>
6105 S:      Maintained
6106 F:      Documentation/misc-devices/eeprom
6107 F:      drivers/misc/eeprom/eeprom.c
6108
6109 LEGO USB Tower driver
6110 M:      Juergen Stuber <starblue@users.sourceforge.net>
6111 L:      legousb-devel@lists.sourceforge.net
6112 W:      http://legousb.sourceforge.net/
6113 S:      Maintained
6114 F:      drivers/usb/misc/legousbtower.c
6115
6116 LG2160 MEDIA DRIVER
6117 M:      Michael Krufky <mkrufky@linuxtv.org>
6118 L:      linux-media@vger.kernel.org
6119 W:      http://linuxtv.org/
6120 W:      http://github.com/mkrufky
6121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6122 T:      git git://linuxtv.org/mkrufky/tuners.git
6123 S:      Maintained
6124 F:      drivers/media/dvb-frontends/lg2160.*
6125
6126 LGDT3305 MEDIA DRIVER
6127 M:      Michael Krufky <mkrufky@linuxtv.org>
6128 L:      linux-media@vger.kernel.org
6129 W:      http://linuxtv.org/
6130 W:      http://github.com/mkrufky
6131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6132 T:      git git://linuxtv.org/mkrufky/tuners.git
6133 S:      Maintained
6134 F:      drivers/media/dvb-frontends/lgdt3305.*
6135
6136 LGUEST
6137 M:      Rusty Russell <rusty@rustcorp.com.au>
6138 L:      lguest@lists.ozlabs.org
6139 W:      http://lguest.ozlabs.org/
6140 S:      Odd Fixes
6141 F:      arch/x86/include/asm/lguest*.h
6142 F:      arch/x86/lguest/
6143 F:      drivers/lguest/
6144 F:      include/linux/lguest*.h
6145 F:      tools/lguest/
6146
6147 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6148 M:      Tejun Heo <tj@kernel.org>
6149 L:      linux-ide@vger.kernel.org
6150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6151 S:      Maintained
6152 F:      drivers/ata/
6153 F:      include/linux/ata.h
6154 F:      include/linux/libata.h
6155
6156 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6157 M:      Viresh Kumar <vireshk@kernel.org>
6158 L:      linux-ide@vger.kernel.org
6159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6160 S:      Maintained
6161 F:      include/linux/pata_arasan_cf_data.h
6162 F:      drivers/ata/pata_arasan_cf.c
6163
6164 LIBATA PATA DRIVERS
6165 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6166 M:      Tejun Heo <tj@kernel.org>
6167 L:      linux-ide@vger.kernel.org
6168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6169 S:      Maintained
6170 F:      drivers/ata/pata_*.c
6171 F:      drivers/ata/ata_generic.c
6172
6173 LIBATA SATA AHCI PLATFORM devices support
6174 M:      Hans de Goede <hdegoede@redhat.com>
6175 M:      Tejun Heo <tj@kernel.org>
6176 L:      linux-ide@vger.kernel.org
6177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6178 S:      Maintained
6179 F:      drivers/ata/ahci_platform.c
6180 F:      drivers/ata/libahci_platform.c
6181 F:      include/linux/ahci_platform.h
6182
6183 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6184 M:      Mikael Pettersson <mikpelinux@gmail.com>
6185 L:      linux-ide@vger.kernel.org
6186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6187 S:      Maintained
6188 F:      drivers/ata/sata_promise.*
6189
6190 LIBLOCKDEP
6191 M:      Sasha Levin <sasha.levin@oracle.com>
6192 S:      Maintained
6193 F:      tools/lib/lockdep/
6194
6195 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6196 M:      Dan Williams <dan.j.williams@intel.com>
6197 L:      linux-nvdimm@lists.01.org
6198 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6199 S:      Supported
6200 F:      drivers/nvdimm/*
6201 F:      include/linux/nd.h
6202 F:      include/linux/libnvdimm.h
6203 F:      include/uapi/linux/ndctl.h
6204
6205 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6206 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6207 L:      linux-nvdimm@lists.01.org
6208 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6209 S:      Supported
6210 F:      drivers/nvdimm/blk.c
6211 F:      drivers/nvdimm/region_devs.c
6212 F:      drivers/acpi/nfit*
6213
6214 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6215 M:      Vishal Verma <vishal.l.verma@intel.com>
6216 L:      linux-nvdimm@lists.01.org
6217 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6218 S:      Supported
6219 F:      drivers/nvdimm/btt*
6220
6221 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6222 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6223 L:      linux-nvdimm@lists.01.org
6224 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6225 S:      Supported
6226 F:      drivers/nvdimm/pmem.c
6227 F:      include/linux/pmem.h
6228
6229 LINUX FOR IBM pSERIES (RS/6000)
6230 M:      Paul Mackerras <paulus@au.ibm.com>
6231 W:      http://www.ibm.com/linux/ltc/projects/ppc
6232 S:      Supported
6233 F:      arch/powerpc/boot/rs6000.h
6234
6235 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6236 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6237 M:      Paul Mackerras <paulus@samba.org>
6238 M:      Michael Ellerman <mpe@ellerman.id.au>
6239 W:      http://www.penguinppc.org/
6240 L:      linuxppc-dev@lists.ozlabs.org
6241 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6243 S:      Supported
6244 F:      Documentation/powerpc/
6245 F:      arch/powerpc/
6246
6247 LINUX FOR POWER MACINTOSH
6248 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6249 W:      http://www.penguinppc.org/
6250 L:      linuxppc-dev@lists.ozlabs.org
6251 S:      Maintained
6252 F:      arch/powerpc/platforms/powermac/
6253 F:      drivers/macintosh/
6254
6255 LINUX FOR POWERPC EMBEDDED MPC5XXX
6256 M:      Anatolij Gustschin <agust@denx.de>
6257 L:      linuxppc-dev@lists.ozlabs.org
6258 T:      git git://git.denx.de/linux-denx-agust.git
6259 S:      Maintained
6260 F:      arch/powerpc/platforms/512x/
6261 F:      arch/powerpc/platforms/52xx/
6262
6263 LINUX FOR POWERPC EMBEDDED PPC4XX
6264 M:      Alistair Popple <alistair@popple.id.au>
6265 M:      Matt Porter <mporter@kernel.crashing.org>
6266 W:      http://www.penguinppc.org/
6267 L:      linuxppc-dev@lists.ozlabs.org
6268 S:      Maintained
6269 F:      arch/powerpc/platforms/40x/
6270 F:      arch/powerpc/platforms/44x/
6271
6272 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6273 L:      linuxppc-dev@lists.ozlabs.org
6274 S:      Orphan
6275 F:      arch/powerpc/*/*virtex*
6276 F:      arch/powerpc/*/*/*virtex*
6277
6278 LINUX FOR POWERPC EMBEDDED PPC8XX
6279 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6280 W:      http://www.penguinppc.org/
6281 L:      linuxppc-dev@lists.ozlabs.org
6282 S:      Maintained
6283 F:      arch/powerpc/platforms/8xx/
6284
6285 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6286 M:      Scott Wood <scottwood@freescale.com>
6287 M:      Kumar Gala <galak@kernel.crashing.org>
6288 W:      http://www.penguinppc.org/
6289 L:      linuxppc-dev@lists.ozlabs.org
6290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6291 S:      Maintained
6292 F:      arch/powerpc/platforms/83xx/
6293 F:      arch/powerpc/platforms/85xx/
6294
6295 LINUX FOR POWERPC PA SEMI PWRFICIENT
6296 M:      Olof Johansson <olof@lixom.net>
6297 L:      linuxppc-dev@lists.ozlabs.org
6298 S:      Maintained
6299 F:      arch/powerpc/platforms/pasemi/
6300 F:      drivers/*/*pasemi*
6301 F:      drivers/*/*/*pasemi*
6302
6303 LINUX SECURITY MODULE (LSM) FRAMEWORK
6304 M:      Chris Wright <chrisw@sous-sol.org>
6305 L:      linux-security-module@vger.kernel.org
6306 S:      Supported
6307
6308 LIS3LV02D ACCELEROMETER DRIVER
6309 M:      Eric Piel <eric.piel@tremplin-utc.net>
6310 S:      Maintained
6311 F:      Documentation/misc-devices/lis3lv02d
6312 F:      drivers/misc/lis3lv02d/
6313 F:      drivers/platform/x86/hp_accel.c
6314
6315 LIVE PATCHING
6316 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6317 M:      Seth Jennings <sjenning@redhat.com>
6318 M:      Jiri Kosina <jkosina@suse.com>
6319 M:      Vojtech Pavlik <vojtech@suse.com>
6320 S:      Maintained
6321 F:      kernel/livepatch/
6322 F:      include/linux/livepatch.h
6323 F:      arch/x86/include/asm/livepatch.h
6324 F:      arch/x86/kernel/livepatch.c
6325 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6326 F:      samples/livepatch/
6327 L:      live-patching@vger.kernel.org
6328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6329
6330 LLC (802.2)
6331 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6332 S:      Maintained
6333 F:      include/linux/llc.h
6334 F:      include/uapi/linux/llc.h
6335 F:      include/net/llc*
6336 F:      net/llc/
6337
6338 LM73 HARDWARE MONITOR DRIVER
6339 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6340 L:      lm-sensors@lm-sensors.org
6341 S:      Maintained
6342 F:      drivers/hwmon/lm73.c
6343
6344 LM78 HARDWARE MONITOR DRIVER
6345 M:      Jean Delvare <jdelvare@suse.com>
6346 L:      lm-sensors@lm-sensors.org
6347 S:      Maintained
6348 F:      Documentation/hwmon/lm78
6349 F:      drivers/hwmon/lm78.c
6350
6351 LM83 HARDWARE MONITOR DRIVER
6352 M:      Jean Delvare <jdelvare@suse.com>
6353 L:      lm-sensors@lm-sensors.org
6354 S:      Maintained
6355 F:      Documentation/hwmon/lm83
6356 F:      drivers/hwmon/lm83.c
6357
6358 LM90 HARDWARE MONITOR DRIVER
6359 M:      Jean Delvare <jdelvare@suse.com>
6360 L:      lm-sensors@lm-sensors.org
6361 S:      Maintained
6362 F:      Documentation/hwmon/lm90
6363 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6364 F:      drivers/hwmon/lm90.c
6365
6366 LM95234 HARDWARE MONITOR DRIVER
6367 M:      Guenter Roeck <linux@roeck-us.net>
6368 L:      lm-sensors@lm-sensors.org
6369 S:      Maintained
6370 F:      Documentation/hwmon/lm95234
6371 F:      drivers/hwmon/lm95234.c
6372
6373 LME2510 MEDIA DRIVER
6374 M:      Malcolm Priestley <tvboxspy@gmail.com>
6375 L:      linux-media@vger.kernel.org
6376 W:      http://linuxtv.org/
6377 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6378 S:      Maintained
6379 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6380
6381 LOCKDEP AND LOCKSTAT
6382 M:      Peter Zijlstra <peterz@infradead.org>
6383 M:      Ingo Molnar <mingo@redhat.com>
6384 L:      linux-kernel@vger.kernel.org
6385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6386 S:      Maintained
6387 F:      Documentation/locking/lockdep*.txt
6388 F:      Documentation/locking/lockstat.txt
6389 F:      include/linux/lockdep.h
6390 F:      kernel/locking/
6391
6392 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6393 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6394 L:      linux-ntfs-dev@lists.sourceforge.net
6395 W:      http://www.linux-ntfs.org/content/view/19/37/
6396 S:      Maintained
6397 F:      Documentation/ldm.txt
6398 F:      block/partitions/ldm.*
6399
6400 LogFS
6401 M:      Joern Engel <joern@logfs.org>
6402 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6403 L:      logfs@logfs.org
6404 W:      logfs.org
6405 S:      Maintained
6406 F:      fs/logfs/
6407
6408 LPC32XX MACHINE SUPPORT
6409 M:      Roland Stigge <stigge@antcom.de>
6410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6411 S:      Maintained
6412 F:      arch/arm/mach-lpc32xx/
6413
6414 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6415 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6416 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6417 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6418 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6419 L:      MPT-FusionLinux.pdl@avagotech.com
6420 L:      linux-scsi@vger.kernel.org
6421 W:      http://www.lsilogic.com/support
6422 S:      Supported
6423 F:      drivers/message/fusion/
6424 F:      drivers/scsi/mpt2sas/
6425 F:      drivers/scsi/mpt3sas/
6426
6427 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6428 M:      Matthew Wilcox <matthew@wil.cx>
6429 L:      linux-scsi@vger.kernel.org
6430 S:      Maintained
6431 F:      drivers/scsi/sym53c8xx_2/
6432
6433 LTC4261 HARDWARE MONITOR DRIVER
6434 M:      Guenter Roeck <linux@roeck-us.net>
6435 L:      lm-sensors@lm-sensors.org
6436 S:      Maintained
6437 F:      Documentation/hwmon/ltc4261
6438 F:      drivers/hwmon/ltc4261.c
6439
6440 LTP (Linux Test Project)
6441 M:      Mike Frysinger <vapier@gentoo.org>
6442 M:      Cyril Hrubis <chrubis@suse.cz>
6443 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6444 M:      Jan Stancek <jstancek@redhat.com>
6445 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6446 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6447 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6448 W:      http://linux-test-project.github.io/
6449 T:      git git://github.com/linux-test-project/ltp.git
6450 S:      Maintained
6451
6452 M32R ARCHITECTURE
6453 W:      http://www.linux-m32r.org/
6454 S:      Orphan
6455 F:      arch/m32r/
6456
6457 M68K ARCHITECTURE
6458 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6459 L:      linux-m68k@lists.linux-m68k.org
6460 W:      http://www.linux-m68k.org/
6461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6462 S:      Maintained
6463 F:      arch/m68k/
6464 F:      drivers/zorro/
6465
6466 M68K ON APPLE MACINTOSH
6467 M:      Joshua Thompson <funaho@jurai.org>
6468 W:      http://www.mac.linux-m68k.org/
6469 L:      linux-m68k@lists.linux-m68k.org
6470 S:      Maintained
6471 F:      arch/m68k/mac/
6472
6473 M68K ON HP9000/300
6474 M:      Philip Blundell <philb@gnu.org>
6475 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6476 S:      Maintained
6477 F:      arch/m68k/hp300/
6478
6479 M88DS3103 MEDIA DRIVER
6480 M:      Antti Palosaari <crope@iki.fi>
6481 L:      linux-media@vger.kernel.org
6482 W:      http://linuxtv.org/
6483 W:      http://palosaari.fi/linux/
6484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6485 T:      git git://linuxtv.org/anttip/media_tree.git
6486 S:      Maintained
6487 F:      drivers/media/dvb-frontends/m88ds3103*
6488
6489 M88RS2000 MEDIA DRIVER
6490 M:      Malcolm Priestley <tvboxspy@gmail.com>
6491 L:      linux-media@vger.kernel.org
6492 W:      http://linuxtv.org/
6493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6494 S:      Maintained
6495 F:      drivers/media/dvb-frontends/m88rs2000*
6496
6497 MA901 MASTERKIT USB FM RADIO DRIVER
6498 M:      Alexey Klimov <klimov.linux@gmail.com>
6499 L:      linux-media@vger.kernel.org
6500 T:      git git://linuxtv.org/media_tree.git
6501 S:      Maintained
6502 F:      drivers/media/radio/radio-ma901.c
6503
6504 MAC80211
6505 M:      Johannes Berg <johannes@sipsolutions.net>
6506 L:      linux-wireless@vger.kernel.org
6507 W:      http://wireless.kernel.org/
6508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6510 S:      Maintained
6511 F:      Documentation/networking/mac80211-injection.txt
6512 F:      include/net/mac80211.h
6513 F:      net/mac80211/
6514
6515 MACVLAN DRIVER
6516 M:      Patrick McHardy <kaber@trash.net>
6517 L:      netdev@vger.kernel.org
6518 S:      Maintained
6519 F:      drivers/net/macvlan.c
6520 F:      include/linux/if_macvlan.h
6521
6522 MAILBOX API
6523 M:      Jassi Brar <jassisinghbrar@gmail.com>
6524 L:      linux-kernel@vger.kernel.org
6525 S:      Maintained
6526 F:      drivers/mailbox/
6527 F:      include/linux/mailbox_client.h
6528 F:      include/linux/mailbox_controller.h
6529
6530 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6531 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6532 W:      http://www.kernel.org/doc/man-pages
6533 L:      linux-man@vger.kernel.org
6534 S:      Maintained
6535
6536 MARVELL ARMADA DRM SUPPORT
6537 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6538 S:      Maintained
6539 F:      drivers/gpu/drm/armada/
6540
6541 MARVELL 88E6352 DSA support
6542 M:      Guenter Roeck <linux@roeck-us.net>
6543 S:      Maintained
6544 F:      drivers/net/dsa/mv88e6352.c
6545
6546 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6547 M:      Mirko Lindner <mlindner@marvell.com>
6548 M:      Stephen Hemminger <stephen@networkplumber.org>
6549 L:      netdev@vger.kernel.org
6550 S:      Maintained
6551 F:      drivers/net/ethernet/marvell/sk*
6552
6553 MARVELL LIBERTAS WIRELESS DRIVER
6554 L:      libertas-dev@lists.infradead.org
6555 S:      Orphan
6556 F:      drivers/net/wireless/libertas/
6557
6558 MARVELL MV643XX ETHERNET DRIVER
6559 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6560 L:      netdev@vger.kernel.org
6561 S:      Maintained
6562 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6563 F:      include/linux/mv643xx.h
6564
6565 MARVELL MVNETA ETHERNET DRIVER
6566 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6567 L:      netdev@vger.kernel.org
6568 S:      Maintained
6569 F:      drivers/net/ethernet/marvell/mvneta.*
6570
6571 MARVELL MWIFIEX WIRELESS DRIVER
6572 M:      Amitkumar Karwar <akarwar@marvell.com>
6573 M:      Nishant Sarmukadam <nishants@marvell.com>
6574 L:      linux-wireless@vger.kernel.org
6575 S:      Maintained
6576 F:      drivers/net/wireless/mwifiex/
6577
6578 MARVELL MWL8K WIRELESS DRIVER
6579 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6580 L:      linux-wireless@vger.kernel.org
6581 S:      Odd Fixes
6582 F:      drivers/net/wireless/mwl8k.c
6583
6584 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6585 M:      Nicolas Pitre <nico@fluxnic.net>
6586 S:      Odd Fixes
6587 F:      drivers/mmc/host/mvsdio.*
6588
6589 MATROX FRAMEBUFFER DRIVER
6590 L:      linux-fbdev@vger.kernel.org
6591 S:      Orphan
6592 F:      drivers/video/fbdev/matrox/matroxfb_*
6593 F:      include/uapi/linux/matroxfb.h
6594
6595 MAX16065 HARDWARE MONITOR DRIVER
6596 M:      Guenter Roeck <linux@roeck-us.net>
6597 L:      lm-sensors@lm-sensors.org
6598 S:      Maintained
6599 F:      Documentation/hwmon/max16065
6600 F:      drivers/hwmon/max16065.c
6601
6602 MAX20751 HARDWARE MONITOR DRIVER
6603 M:      Guenter Roeck <linux@roeck-us.net>
6604 L:      lm-sensors@lm-sensors.org
6605 S:      Maintained
6606 F:      Documentation/hwmon/max20751
6607 F:      drivers/hwmon/max20751.c
6608
6609 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6610 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6611 L:      lm-sensors@lm-sensors.org
6612 S:      Maintained
6613 F:      Documentation/hwmon/max6650
6614 F:      drivers/hwmon/max6650.c
6615
6616 MAX6697 HARDWARE MONITOR DRIVER
6617 M:      Guenter Roeck <linux@roeck-us.net>
6618 L:      lm-sensors@lm-sensors.org
6619 S:      Maintained
6620 F:      Documentation/hwmon/max6697
6621 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6622 F:      drivers/hwmon/max6697.c
6623 F:      include/linux/platform_data/max6697.h
6624
6625 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6626 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6627 L:      linux-pm@vger.kernel.org
6628 S:      Supported
6629 F:      drivers/power/max14577_charger.c
6630 F:      drivers/power/max77693_charger.c
6631
6632 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6633 M:      Chanwoo Choi <cw00.choi@samsung.com>
6634 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6635 L:      linux-kernel@vger.kernel.org
6636 S:      Supported
6637 F:      drivers/*/max14577.c
6638 F:      drivers/*/max77686.c
6639 F:      drivers/*/max77693.c
6640 F:      drivers/extcon/extcon-max14577.c
6641 F:      drivers/extcon/extcon-max77693.c
6642 F:      drivers/rtc/rtc-max77686.c
6643 F:      drivers/clk/clk-max77686.c
6644 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6645 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6646 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6647 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6648 F:      include/linux/mfd/max14577*.h
6649 F:      include/linux/mfd/max77686*.h
6650 F:      include/linux/mfd/max77693*.h
6651
6652 MAXIRADIO FM RADIO RECEIVER DRIVER
6653 M:      Hans Verkuil <hverkuil@xs4all.nl>
6654 L:      linux-media@vger.kernel.org
6655 T:      git git://linuxtv.org/media_tree.git
6656 W:      http://linuxtv.org
6657 S:      Maintained
6658 F:      drivers/media/radio/radio-maxiradio*
6659
6660 MEDIA DRIVERS FOR RENESAS - VSP1
6661 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6662 L:      linux-media@vger.kernel.org
6663 L:      linux-sh@vger.kernel.org
6664 T:      git git://linuxtv.org/media_tree.git
6665 S:      Supported
6666 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6667 F:      drivers/media/platform/vsp1/
6668
6669 MEDIA DRIVERS FOR ASCOT2E
6670 M:      Sergey Kozlov <serjk@netup.ru>
6671 L:      linux-media@vger.kernel.org
6672 W:      http://linuxtv.org
6673 W:      http://netup.tv/
6674 T:      git git://linuxtv.org/media_tree.git
6675 S:      Supported
6676 F:      drivers/media/dvb-frontends/ascot2e*
6677
6678 MEDIA DRIVERS FOR CXD2841ER
6679 M:      Sergey Kozlov <serjk@netup.ru>
6680 L:      linux-media@vger.kernel.org
6681 W:      http://linuxtv.org/
6682 W:      http://netup.tv/
6683 T:      git git://linuxtv.org/media_tree.git
6684 S:      Supported
6685 F:      drivers/media/dvb-frontends/cxd2841er*
6686
6687 MEDIA DRIVERS FOR HORUS3A
6688 M:      Sergey Kozlov <serjk@netup.ru>
6689 L:      linux-media@vger.kernel.org
6690 W:      http://linuxtv.org/
6691 W:      http://netup.tv/
6692 T:      git git://linuxtv.org/media_tree.git
6693 S:      Supported
6694 F:      drivers/media/dvb-frontends/horus3a*
6695
6696 MEDIA DRIVERS FOR LNBH25
6697 M:      Sergey Kozlov <serjk@netup.ru>
6698 L:      linux-media@vger.kernel.org
6699 W:      http://linuxtv.org/
6700 W:      http://netup.tv/
6701 T:      git git://linuxtv.org/media_tree.git
6702 S:      Supported
6703 F:      drivers/media/dvb-frontends/lnbh25*
6704
6705 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6706 M:      Sergey Kozlov <serjk@netup.ru>
6707 L:      linux-media@vger.kernel.org
6708 W:      http://linuxtv.org/
6709 W:      http://netup.tv/
6710 T:      git git://linuxtv.org/media_tree.git
6711 S:      Supported
6712 F:      drivers/media/pci/netup_unidvb/*
6713
6714 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6715 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6716 P:      LinuxTV.org Project
6717 L:      linux-media@vger.kernel.org
6718 W:      http://linuxtv.org
6719 Q:      http://patchwork.kernel.org/project/linux-media/list/
6720 T:      git git://linuxtv.org/media_tree.git
6721 S:      Maintained
6722 F:      Documentation/dvb/
6723 F:      Documentation/video4linux/
6724 F:      Documentation/DocBook/media/
6725 F:      drivers/media/
6726 F:      drivers/staging/media/
6727 F:      include/media/
6728 F:      include/uapi/linux/dvb/
6729 F:      include/uapi/linux/videodev2.h
6730 F:      include/uapi/linux/media.h
6731 F:      include/uapi/linux/v4l2-*
6732 F:      include/uapi/linux/meye.h
6733 F:      include/uapi/linux/ivtv*
6734 F:      include/uapi/linux/uvcvideo.h
6735
6736 MEDIATEK MT7601U WIRELESS LAN DRIVER
6737 M:      Jakub Kicinski <kubakici@wp.pl>
6738 L:      linux-wireless@vger.kernel.org
6739 S:      Maintained
6740 F:      drivers/net/wireless/mediatek/mt7601u/
6741
6742 MEGARAID SCSI/SAS DRIVERS
6743 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6744 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6745 M:      Uday Lingala <uday.lingala@avagotech.com>
6746 L:      megaraidlinux.pdl@avagotech.com
6747 L:      linux-scsi@vger.kernel.org
6748 W:      http://www.lsi.com
6749 S:      Maintained
6750 F:      Documentation/scsi/megaraid.txt
6751 F:      drivers/scsi/megaraid.*
6752 F:      drivers/scsi/megaraid/
6753
6754 MELLANOX ETHERNET DRIVER (mlx4_en)
6755 M:      Amir Vadai <amirv@mellanox.com>
6756 M:      Ido Shamay <idos@mellanox.com>
6757 L:      netdev@vger.kernel.org
6758 S:      Supported
6759 W:      http://www.mellanox.com
6760 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6761 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6762
6763 MELLANOX ETHERNET SWITCH DRIVERS
6764 M:      Jiri Pirko <jiri@mellanox.com>
6765 M:      Ido Schimmel <idosch@mellanox.com>
6766 L:      netdev@vger.kernel.org
6767 S:      Supported
6768 W:      http://www.mellanox.com
6769 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6770 F:      drivers/net/ethernet/mellanox/mlxsw/
6771
6772 MEMORY MANAGEMENT
6773 L:      linux-mm@kvack.org
6774 W:      http://www.linux-mm.org
6775 S:      Maintained
6776 F:      include/linux/mm.h
6777 F:      include/linux/gfp.h
6778 F:      include/linux/mmzone.h
6779 F:      include/linux/memory_hotplug.h
6780 F:      include/linux/vmalloc.h
6781 F:      mm/
6782
6783 MEMORY TECHNOLOGY DEVICES (MTD)
6784 M:      David Woodhouse <dwmw2@infradead.org>
6785 M:      Brian Norris <computersforpeace@gmail.com>
6786 L:      linux-mtd@lists.infradead.org
6787 W:      http://www.linux-mtd.infradead.org/
6788 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6789 T:      git git://git.infradead.org/linux-mtd.git
6790 T:      git git://git.infradead.org/l2-mtd.git
6791 S:      Maintained
6792 F:      drivers/mtd/
6793 F:      include/linux/mtd/
6794 F:      include/uapi/mtd/
6795
6796 MEN A21 WATCHDOG DRIVER
6797 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6798 L:      linux-watchdog@vger.kernel.org
6799 S:      Maintained
6800 F:      drivers/watchdog/mena21_wdt.c
6801
6802 MEN CHAMELEON BUS (mcb)
6803 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6804 S:      Maintained
6805 F:      drivers/mcb/
6806 F:      include/linux/mcb.h
6807
6808 MEN F21BMC (Board Management Controller)
6809 M:      Andreas Werner <andreas.werner@men.de>
6810 S:      Supported
6811 F:      drivers/mfd/menf21bmc.c
6812 F:      drivers/watchdog/menf21bmc_wdt.c
6813 F:      drivers/leds/leds-menf21bmc.c
6814 F:      drivers/hwmon/menf21bmc_hwmon.c
6815 F:      Documentation/hwmon/menf21bmc
6816
6817 METAG ARCHITECTURE
6818 M:      James Hogan <james.hogan@imgtec.com>
6819 L:      linux-metag@vger.kernel.org
6820 S:      Supported
6821 F:      arch/metag/
6822 F:      Documentation/metag/
6823 F:      Documentation/devicetree/bindings/metag/
6824 F:      drivers/clocksource/metag_generic.c
6825 F:      drivers/irqchip/irq-metag.c
6826 F:      drivers/irqchip/irq-metag-ext.c
6827 F:      drivers/tty/metag_da.c
6828
6829 MICROBLAZE ARCHITECTURE
6830 M:      Michal Simek <monstr@monstr.eu>
6831 W:      http://www.monstr.eu/fdt/
6832 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6833 S:      Supported
6834 F:      arch/microblaze/
6835
6836 MICROTEK X6 SCANNER
6837 M:      Oliver Neukum <oliver@neukum.org>
6838 S:      Maintained
6839 F:      drivers/usb/image/microtek.*
6840
6841 MIPS
6842 M:      Ralf Baechle <ralf@linux-mips.org>
6843 L:      linux-mips@linux-mips.org
6844 W:      http://www.linux-mips.org/
6845 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6846 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6847 S:      Supported
6848 F:      Documentation/mips/
6849 F:      arch/mips/
6850
6851 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6852 M:      Hans Verkuil <hverkuil@xs4all.nl>
6853 L:      linux-media@vger.kernel.org
6854 T:      git git://linuxtv.org/media_tree.git
6855 W:      http://linuxtv.org
6856 S:      Odd Fixes
6857 F:      drivers/media/radio/radio-miropcm20*
6858
6859 Mellanox MLX5 core VPI driver
6860 M:      Eli Cohen <eli@mellanox.com>
6861 L:      netdev@vger.kernel.org
6862 L:      linux-rdma@vger.kernel.org
6863 W:      http://www.mellanox.com
6864 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6865 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6866 T:      git git://openfabrics.org/~eli/connect-ib.git
6867 S:      Supported
6868 F:      drivers/net/ethernet/mellanox/mlx5/core/
6869 F:      include/linux/mlx5/
6870
6871 Mellanox MLX5 IB driver
6872 M:      Eli Cohen <eli@mellanox.com>
6873 L:      linux-rdma@vger.kernel.org
6874 W:      http://www.mellanox.com
6875 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6876 T:      git git://openfabrics.org/~eli/connect-ib.git
6877 S:      Supported
6878 F:      include/linux/mlx5/
6879 F:      drivers/infiniband/hw/mlx5/
6880
6881 MN88472 MEDIA DRIVER
6882 M:      Antti Palosaari <crope@iki.fi>
6883 L:      linux-media@vger.kernel.org
6884 W:      http://linuxtv.org/
6885 W:      http://palosaari.fi/linux/
6886 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6887 T:      git git://linuxtv.org/anttip/media_tree.git
6888 S:      Maintained
6889 F:      drivers/staging/media/mn88472/
6890 F:      drivers/media/dvb-frontends/mn88472.h
6891
6892 MN88473 MEDIA DRIVER
6893 M:      Antti Palosaari <crope@iki.fi>
6894 L:      linux-media@vger.kernel.org
6895 W:      http://linuxtv.org/
6896 W:      http://palosaari.fi/linux/
6897 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6898 T:      git git://linuxtv.org/anttip/media_tree.git
6899 S:      Maintained
6900 F:      drivers/staging/media/mn88473/
6901 F:      drivers/media/dvb-frontends/mn88473.h
6902
6903 MODULE SUPPORT
6904 M:      Rusty Russell <rusty@rustcorp.com.au>
6905 S:      Maintained
6906 F:      include/linux/module.h
6907 F:      kernel/module.c
6908
6909 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6910 W:      http://popies.net/meye/
6911 S:      Orphan
6912 F:      Documentation/video4linux/meye.txt
6913 F:      drivers/media/pci/meye/
6914 F:      include/uapi/linux/meye.h
6915
6916 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6917 M:      Jiri Slaby <jirislaby@gmail.com>
6918 S:      Maintained
6919 F:      Documentation/serial/moxa-smartio
6920 F:      drivers/tty/mxser.*
6921
6922 MR800 AVERMEDIA USB FM RADIO DRIVER
6923 M:      Alexey Klimov <klimov.linux@gmail.com>
6924 L:      linux-media@vger.kernel.org
6925 T:      git git://linuxtv.org/media_tree.git
6926 S:      Maintained
6927 F:      drivers/media/radio/radio-mr800.c
6928
6929 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6930 M:      Alan Ott <alan@signal11.us>
6931 L:      linux-wpan@vger.kernel.org
6932 S:      Maintained
6933 F:      drivers/net/ieee802154/mrf24j40.c
6934
6935 MSI LAPTOP SUPPORT
6936 M:      "Lee, Chun-Yi" <jlee@suse.com>
6937 L:      platform-driver-x86@vger.kernel.org
6938 S:      Maintained
6939 F:      drivers/platform/x86/msi-laptop.c
6940
6941 MSI WMI SUPPORT
6942 L:      platform-driver-x86@vger.kernel.org
6943 S:      Orphan
6944 F:      drivers/platform/x86/msi-wmi.c
6945
6946 MSI001 MEDIA DRIVER
6947 M:      Antti Palosaari <crope@iki.fi>
6948 L:      linux-media@vger.kernel.org
6949 W:      http://linuxtv.org/
6950 W:      http://palosaari.fi/linux/
6951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6952 T:      git git://linuxtv.org/anttip/media_tree.git
6953 S:      Maintained
6954 F:      drivers/media/tuners/msi001*
6955
6956 MSI2500 MEDIA DRIVER
6957 M:      Antti Palosaari <crope@iki.fi>
6958 L:      linux-media@vger.kernel.org
6959 W:      http://linuxtv.org/
6960 W:      http://palosaari.fi/linux/
6961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6962 T:      git git://linuxtv.org/anttip/media_tree.git
6963 S:      Maintained
6964 F:      drivers/media/usb/msi2500/
6965
6966 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6967 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6968 L:      linux-mtd@lists.infradead.org
6969 S:      Maintained
6970 F:      drivers/mtd/devices/docg3*
6971
6972 MT9M032 APTINA SENSOR DRIVER
6973 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6974 L:      linux-media@vger.kernel.org
6975 T:      git git://linuxtv.org/media_tree.git
6976 S:      Maintained
6977 F:      drivers/media/i2c/mt9m032.c
6978 F:      include/media/mt9m032.h
6979
6980 MT9P031 APTINA CAMERA SENSOR
6981 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6982 L:      linux-media@vger.kernel.org
6983 T:      git git://linuxtv.org/media_tree.git
6984 S:      Maintained
6985 F:      drivers/media/i2c/mt9p031.c
6986 F:      include/media/mt9p031.h
6987
6988 MT9T001 APTINA CAMERA SENSOR
6989 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6990 L:      linux-media@vger.kernel.org
6991 T:      git git://linuxtv.org/media_tree.git
6992 S:      Maintained
6993 F:      drivers/media/i2c/mt9t001.c
6994 F:      include/media/mt9t001.h
6995
6996 MT9V032 APTINA CAMERA SENSOR
6997 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6998 L:      linux-media@vger.kernel.org
6999 T:      git git://linuxtv.org/media_tree.git
7000 S:      Maintained
7001 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7002 F:      drivers/media/i2c/mt9v032.c
7003 F:      include/media/mt9v032.h
7004
7005 MULTIFUNCTION DEVICES (MFD)
7006 M:      Samuel Ortiz <sameo@linux.intel.com>
7007 M:      Lee Jones <lee.jones@linaro.org>
7008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7009 S:      Supported
7010 F:      drivers/mfd/
7011 F:      include/linux/mfd/
7012
7013 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7014 M:      Ulf Hansson <ulf.hansson@linaro.org>
7015 L:      linux-mmc@vger.kernel.org
7016 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7017 S:      Maintained
7018 F:      drivers/mmc/
7019 F:      include/linux/mmc/
7020 F:      include/uapi/linux/mmc/
7021
7022 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7023 S:      Orphan
7024 F:      drivers/mmc/host/mmc_spi.c
7025 F:      include/linux/spi/mmc_spi.h
7026
7027 MULTISOUND SOUND DRIVER
7028 M:      Andrew Veliath <andrewtv@usa.net>
7029 S:      Maintained
7030 F:      Documentation/sound/oss/MultiSound
7031 F:      sound/oss/msnd*
7032
7033 MULTITECH MULTIPORT CARD (ISICOM)
7034 S:      Orphan
7035 F:      drivers/tty/isicom.c
7036 F:      include/linux/isicom.h
7037
7038 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7039 M:      Felipe Balbi <balbi@ti.com>
7040 L:      linux-usb@vger.kernel.org
7041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7042 S:      Maintained
7043 F:      drivers/usb/musb/
7044
7045 MXL5007T MEDIA DRIVER
7046 M:      Michael Krufky <mkrufky@linuxtv.org>
7047 L:      linux-media@vger.kernel.org
7048 W:      http://linuxtv.org/
7049 W:      http://github.com/mkrufky
7050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7051 T:      git git://linuxtv.org/mkrufky/tuners.git
7052 S:      Maintained
7053 F:      drivers/media/tuners/mxl5007t.*
7054
7055 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7056 M:      Hyong-Youb Kim <hykim@myri.com>
7057 L:      netdev@vger.kernel.org
7058 W:      https://www.myricom.com/support/downloads/myri10ge.html
7059 S:      Supported
7060 F:      drivers/net/ethernet/myricom/myri10ge/
7061
7062 NATSEMI ETHERNET DRIVER (DP8381x)
7063 S:      Orphan
7064 F:      drivers/net/ethernet/natsemi/natsemi.c
7065
7066 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7067 M:      Daniel Mack <zonque@gmail.com>
7068 S:      Maintained
7069 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7070 W:      http://www.native-instruments.com
7071 F:      sound/usb/caiaq/
7072
7073 NCP FILESYSTEM
7074 M:      Petr Vandrovec <petr@vandrovec.name>
7075 S:      Odd Fixes
7076 F:      fs/ncpfs/
7077
7078 NCR 5380 SCSI DRIVERS
7079 M:      Finn Thain <fthain@telegraphics.com.au>
7080 M:      Michael Schmitz <schmitzmic@gmail.com>
7081 L:      linux-scsi@vger.kernel.org
7082 S:      Maintained
7083 F:      Documentation/scsi/g_NCR5380.txt
7084 F:      drivers/scsi/NCR5380.*
7085 F:      drivers/scsi/arm/cumana_1.c
7086 F:      drivers/scsi/arm/oak.c
7087 F:      drivers/scsi/atari_NCR5380.c
7088 F:      drivers/scsi/atari_scsi.*
7089 F:      drivers/scsi/dmx3191d.c
7090 F:      drivers/scsi/dtc.*
7091 F:      drivers/scsi/g_NCR5380.*
7092 F:      drivers/scsi/g_NCR5380_mmio.c
7093 F:      drivers/scsi/mac_scsi.*
7094 F:      drivers/scsi/pas16.*
7095 F:      drivers/scsi/sun3_scsi.*
7096 F:      drivers/scsi/sun3_scsi_vme.c
7097 F:      drivers/scsi/t128.*
7098
7099 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7100 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7101 L:      linux-scsi@vger.kernel.org
7102 S:      Maintained
7103 F:      drivers/scsi/NCR_D700.*
7104
7105 NCT6775 HARDWARE MONITOR DRIVER
7106 M:      Guenter Roeck <linux@roeck-us.net>
7107 L:      lm-sensors@lm-sensors.org
7108 S:      Maintained
7109 F:      Documentation/hwmon/nct6775
7110 F:      drivers/hwmon/nct6775.c
7111
7112 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7113 M:      Faisal Latif <faisal.latif@intel.com>
7114 L:      linux-rdma@vger.kernel.org
7115 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7116 S:      Supported
7117 F:      drivers/infiniband/hw/nes/
7118
7119 NETEM NETWORK EMULATOR
7120 M:      Stephen Hemminger <stephen@networkplumber.org>
7121 L:      netem@lists.linux-foundation.org
7122 S:      Maintained
7123 F:      net/sched/sch_netem.c
7124
7125 NETERION 10GbE DRIVERS (s2io/vxge)
7126 M:      Jon Mason <jdmason@kudzu.us>
7127 L:      netdev@vger.kernel.org
7128 S:      Supported
7129 F:      Documentation/networking/s2io.txt
7130 F:      Documentation/networking/vxge.txt
7131 F:      drivers/net/ethernet/neterion/
7132
7133 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7134 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7135 M:      Patrick McHardy <kaber@trash.net>
7136 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7137 L:      netfilter-devel@vger.kernel.org
7138 L:      coreteam@netfilter.org
7139 W:      http://www.netfilter.org/
7140 W:      http://www.iptables.org/
7141 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7144 S:      Supported
7145 F:      include/linux/netfilter*
7146 F:      include/linux/netfilter/
7147 F:      include/net/netfilter/
7148 F:      include/uapi/linux/netfilter*
7149 F:      include/uapi/linux/netfilter/
7150 F:      net/*/netfilter.c
7151 F:      net/*/netfilter/
7152 F:      net/netfilter/
7153 F:      net/bridge/br_netfilter*.c
7154
7155 NETLABEL
7156 M:      Paul Moore <paul@paul-moore.com>
7157 W:      http://netlabel.sf.net
7158 L:      netdev@vger.kernel.org
7159 S:      Maintained
7160 F:      Documentation/netlabel/
7161 F:      include/net/netlabel.h
7162 F:      net/netlabel/
7163
7164 NETROM NETWORK LAYER
7165 M:      Ralf Baechle <ralf@linux-mips.org>
7166 L:      linux-hams@vger.kernel.org
7167 W:      http://www.linux-ax25.org/
7168 S:      Maintained
7169 F:      include/net/netrom.h
7170 F:      include/uapi/linux/netrom.h
7171 F:      net/netrom/
7172
7173 NETWORK BLOCK DEVICE (NBD)
7174 M:      Markus Pargmann <mpa@pengutronix.de>
7175 S:      Maintained
7176 L:      nbd-general@lists.sourceforge.net
7177 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7178 F:      Documentation/blockdev/nbd.txt
7179 F:      drivers/block/nbd.c
7180 F:      include/uapi/linux/nbd.h
7181
7182 NETWORK DROP MONITOR
7183 M:      Neil Horman <nhorman@tuxdriver.com>
7184 L:      netdev@vger.kernel.org
7185 S:      Maintained
7186 W:      https://fedorahosted.org/dropwatch/
7187 F:      net/core/drop_monitor.c
7188
7189 NETWORKING [GENERAL]
7190 M:      "David S. Miller" <davem@davemloft.net>
7191 L:      netdev@vger.kernel.org
7192 W:      http://www.linuxfoundation.org/en/Net
7193 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7196 S:      Maintained
7197 F:      net/
7198 F:      include/net/
7199 F:      include/linux/in.h
7200 F:      include/linux/net.h
7201 F:      include/linux/netdevice.h
7202 F:      include/uapi/linux/in.h
7203 F:      include/uapi/linux/net.h
7204 F:      include/uapi/linux/netdevice.h
7205 F:      include/uapi/linux/net_namespace.h
7206 F:      tools/net/
7207 F:      tools/testing/selftests/net/
7208 F:      lib/random32.c
7209 F:      lib/test_bpf.c
7210
7211 NETWORKING [IPv4/IPv6]
7212 M:      "David S. Miller" <davem@davemloft.net>
7213 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7214 M:      James Morris <jmorris@namei.org>
7215 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7216 M:      Patrick McHardy <kaber@trash.net>
7217 L:      netdev@vger.kernel.org
7218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7219 S:      Maintained
7220 F:      net/ipv4/
7221 F:      net/ipv6/
7222 F:      include/net/ip*
7223 F:      arch/x86/net/*
7224
7225 NETWORKING [IPSEC]
7226 M:      Steffen Klassert <steffen.klassert@secunet.com>
7227 M:      Herbert Xu <herbert@gondor.apana.org.au>
7228 M:      "David S. Miller" <davem@davemloft.net>
7229 L:      netdev@vger.kernel.org
7230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7232 S:      Maintained
7233 F:      net/core/flow.c
7234 F:      net/xfrm/
7235 F:      net/key/
7236 F:      net/ipv4/xfrm*
7237 F:      net/ipv4/esp4.c
7238 F:      net/ipv4/ah4.c
7239 F:      net/ipv4/ipcomp.c
7240 F:      net/ipv4/ip_vti.c
7241 F:      net/ipv6/xfrm*
7242 F:      net/ipv6/esp6.c
7243 F:      net/ipv6/ah6.c
7244 F:      net/ipv6/ipcomp6.c
7245 F:      net/ipv6/ip6_vti.c
7246 F:      include/uapi/linux/xfrm.h
7247 F:      include/net/xfrm.h
7248
7249 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7250 M:      Paul Moore <paul@paul-moore.com>
7251 L:      netdev@vger.kernel.org
7252 S:      Maintained
7253
7254 NETWORKING [WIRELESS]
7255 L:      linux-wireless@vger.kernel.org
7256 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7257
7258 NETWORKING DRIVERS
7259 L:      netdev@vger.kernel.org
7260 W:      http://www.linuxfoundation.org/en/Net
7261 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7264 S:      Odd Fixes
7265 F:      drivers/net/
7266 F:      include/linux/if_*
7267 F:      include/linux/netdevice.h
7268 F:      include/linux/arcdevice.h
7269 F:      include/linux/etherdevice.h
7270 F:      include/linux/fcdevice.h
7271 F:      include/linux/fddidevice.h
7272 F:      include/linux/hippidevice.h
7273 F:      include/linux/inetdevice.h
7274 F:      include/uapi/linux/if_*
7275 F:      include/uapi/linux/netdevice.h
7276
7277 NETWORKING DRIVERS (WIRELESS)
7278 M:      Kalle Valo <kvalo@codeaurora.org>
7279 L:      linux-wireless@vger.kernel.org
7280 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7282 S:      Maintained
7283 F:      drivers/net/wireless/
7284
7285 NETXEN (1/10) GbE SUPPORT
7286 M:      Manish Chopra <manish.chopra@qlogic.com>
7287 M:      Sony Chacko <sony.chacko@qlogic.com>
7288 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7289 L:      netdev@vger.kernel.org
7290 W:      http://www.qlogic.com
7291 S:      Supported
7292 F:      drivers/net/ethernet/qlogic/netxen/
7293
7294 NFC SUBSYSTEM
7295 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7296 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7297 M:      Samuel Ortiz <sameo@linux.intel.com>
7298 L:      linux-wireless@vger.kernel.org
7299 L:      linux-nfc@lists.01.org (subscribers-only)
7300 S:      Supported
7301 F:      net/nfc/
7302 F:      include/net/nfc/
7303 F:      include/uapi/linux/nfc.h
7304 F:      drivers/nfc/
7305 F:      include/linux/platform_data/pn544.h
7306 F:      Documentation/devicetree/bindings/net/nfc/
7307
7308 NFS, SUNRPC, AND LOCKD CLIENTS
7309 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7310 M:      Anna Schumaker <anna.schumaker@netapp.com>
7311 L:      linux-nfs@vger.kernel.org
7312 W:      http://client.linux-nfs.org
7313 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7314 S:      Maintained
7315 F:      fs/lockd/
7316 F:      fs/nfs/
7317 F:      fs/nfs_common/
7318 F:      net/sunrpc/
7319 F:      include/linux/lockd/
7320 F:      include/linux/nfs*
7321 F:      include/linux/sunrpc/
7322 F:      include/uapi/linux/nfs*
7323 F:      include/uapi/linux/sunrpc/
7324
7325 NILFS2 FILESYSTEM
7326 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7327 L:      linux-nilfs@vger.kernel.org
7328 W:      http://nilfs.sourceforge.net/
7329 T:      git git://github.com/konis/nilfs2.git
7330 S:      Supported
7331 F:      Documentation/filesystems/nilfs2.txt
7332 F:      fs/nilfs2/
7333 F:      include/linux/nilfs2_fs.h
7334
7335 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7336 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7337 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7338 S:      Maintained
7339 F:      Documentation/scsi/NinjaSCSI.txt
7340 F:      drivers/scsi/pcmcia/nsp_*
7341
7342 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7343 M:      GOTO Masanori <gotom@debian.or.jp>
7344 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7345 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7346 S:      Maintained
7347 F:      Documentation/scsi/NinjaSCSI.txt
7348 F:      drivers/scsi/nsp32*
7349
7350 NIOS2 ARCHITECTURE
7351 M:      Ley Foon Tan <lftan@altera.com>
7352 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7353 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7354 S:      Maintained
7355 F:      arch/nios2/
7356
7357 NOKIA N900 POWER SUPPLY DRIVERS
7358 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7359 S:      Maintained
7360 F:      include/linux/power/bq2415x_charger.h
7361 F:      include/linux/power/bq27x00_battery.h
7362 F:      include/linux/power/isp1704_charger.h
7363 F:      drivers/power/bq2415x_charger.c
7364 F:      drivers/power/bq27x00_battery.c
7365 F:      drivers/power/isp1704_charger.c
7366 F:      drivers/power/rx51_battery.c
7367
7368 NTB DRIVER CORE
7369 M:      Jon Mason <jdmason@kudzu.us>
7370 M:      Dave Jiang <dave.jiang@intel.com>
7371 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7372 S:      Supported
7373 W:      https://github.com/jonmason/ntb/wiki
7374 T:      git git://github.com/jonmason/ntb.git
7375 F:      drivers/ntb/
7376 F:      drivers/net/ntb_netdev.c
7377 F:      include/linux/ntb.h
7378 F:      include/linux/ntb_transport.h
7379
7380 NTB INTEL DRIVER
7381 M:      Jon Mason <jdmason@kudzu.us>
7382 M:      Dave Jiang <dave.jiang@intel.com>
7383 S:      Supported
7384 W:      https://github.com/jonmason/ntb/wiki
7385 T:      git git://github.com/jonmason/ntb.git
7386 F:      drivers/ntb/hw/intel/
7387
7388 NTFS FILESYSTEM
7389 M:      Anton Altaparmakov <anton@tuxera.com>
7390 L:      linux-ntfs-dev@lists.sourceforge.net
7391 W:      http://www.tuxera.com/
7392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7393 S:      Supported
7394 F:      Documentation/filesystems/ntfs.txt
7395 F:      fs/ntfs/
7396
7397 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7398 M:      Antonino Daplas <adaplas@gmail.com>
7399 L:      linux-fbdev@vger.kernel.org
7400 S:      Maintained
7401 F:      drivers/video/fbdev/riva/
7402 F:      drivers/video/fbdev/nvidia/
7403
7404 NVM EXPRESS DRIVER
7405 M:      Matthew Wilcox <willy@linux.intel.com>
7406 L:      linux-nvme@lists.infradead.org
7407 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7408 S:      Supported
7409 F:      drivers/block/nvme*
7410 F:      include/linux/nvme.h
7411
7412 NXP-NCI NFC DRIVER
7413 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7414 R:      Charles Gorand <charles.gorand@effinnov.com>
7415 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7416 S:      Supported
7417 F:      drivers/nfc/nxp-nci
7418
7419 NXP TDA998X DRM DRIVER
7420 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7421 S:      Supported
7422 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7423 F:      include/drm/i2c/tda998x.h
7424
7425 NXP TFA9879 DRIVER
7426 M:      Peter Rosin <peda@axentia.se>
7427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7428 S:      Maintained
7429 F:      sound/soc/codecs/tfa9879*
7430
7431 OMAP SUPPORT
7432 M:      Tony Lindgren <tony@atomide.com>
7433 L:      linux-omap@vger.kernel.org
7434 W:      http://www.muru.com/linux/omap/
7435 W:      http://linux.omap.com/
7436 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7438 S:      Maintained
7439 F:      arch/arm/*omap*/
7440 F:      arch/arm/configs/omap1_defconfig
7441 F:      arch/arm/configs/omap2plus_defconfig
7442 F:      drivers/i2c/busses/i2c-omap.c
7443 F:      drivers/irqchip/irq-omap-intc.c
7444 F:      drivers/mfd/*omap*.c
7445 F:      drivers/mfd/menelaus.c
7446 F:      drivers/mfd/palmas.c
7447 F:      drivers/mfd/tps65217.c
7448 F:      drivers/mfd/tps65218.c
7449 F:      drivers/mfd/tps65910.c
7450 F:      drivers/mfd/twl-core.[ch]
7451 F:      drivers/mfd/twl4030*.c
7452 F:      drivers/mfd/twl6030*.c
7453 F:      drivers/mfd/twl6040*.c
7454 F:      drivers/regulator/palmas-regulator*.c
7455 F:      drivers/regulator/pbias-regulator.c
7456 F:      drivers/regulator/tps65217-regulator.c
7457 F:      drivers/regulator/tps65218-regulator.c
7458 F:      drivers/regulator/tps65910-regulator.c
7459 F:      drivers/regulator/twl-regulator.c
7460 F:      include/linux/i2c-omap.h
7461
7462 OMAP DEVICE TREE SUPPORT
7463 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7464 M:      Tony Lindgren <tony@atomide.com>
7465 L:      linux-omap@vger.kernel.org
7466 L:      devicetree@vger.kernel.org
7467 S:      Maintained
7468 F:      arch/arm/boot/dts/*omap*
7469 F:      arch/arm/boot/dts/*am3*
7470 F:      arch/arm/boot/dts/*am4*
7471 F:      arch/arm/boot/dts/*am5*
7472 F:      arch/arm/boot/dts/*dra7*
7473
7474 OMAP CLOCK FRAMEWORK SUPPORT
7475 M:      Paul Walmsley <paul@pwsan.com>
7476 L:      linux-omap@vger.kernel.org
7477 S:      Maintained
7478 F:      arch/arm/*omap*/*clock*
7479
7480 OMAP POWER MANAGEMENT SUPPORT
7481 M:      Kevin Hilman <khilman@deeprootsystems.com>
7482 L:      linux-omap@vger.kernel.org
7483 S:      Maintained
7484 F:      arch/arm/*omap*/*pm*
7485 F:      drivers/cpufreq/omap-cpufreq.c
7486
7487 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7488 M:      Rajendra Nayak <rnayak@ti.com>
7489 M:      Paul Walmsley <paul@pwsan.com>
7490 L:      linux-omap@vger.kernel.org
7491 S:      Maintained
7492 F:      arch/arm/mach-omap2/prm*
7493
7494 OMAP AUDIO SUPPORT
7495 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7496 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7497 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7498 L:      linux-omap@vger.kernel.org
7499 S:      Maintained
7500 F:      sound/soc/omap/
7501
7502 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7503 M:      Roger Quadros <rogerq@ti.com>
7504 M:      Tony Lindgren <tony@atomide.com>
7505 L:      linux-omap@vger.kernel.org
7506 S:      Maintained
7507 F:      drivers/memory/omap-gpmc.c
7508 F:      arch/arm/mach-omap2/*gpmc*
7509
7510 OMAP FRAMEBUFFER SUPPORT
7511 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7512 L:      linux-fbdev@vger.kernel.org
7513 L:      linux-omap@vger.kernel.org
7514 S:      Maintained
7515 F:      drivers/video/fbdev/omap/
7516
7517 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7518 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7519 L:      linux-omap@vger.kernel.org
7520 L:      linux-fbdev@vger.kernel.org
7521 S:      Maintained
7522 F:      drivers/video/fbdev/omap2/
7523 F:      Documentation/arm/OMAP/DSS
7524
7525 OMAP HARDWARE SPINLOCK SUPPORT
7526 M:      Ohad Ben-Cohen <ohad@wizery.com>
7527 L:      linux-omap@vger.kernel.org
7528 S:      Maintained
7529 F:      drivers/hwspinlock/omap_hwspinlock.c
7530
7531 OMAP MMC SUPPORT
7532 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7533 L:      linux-omap@vger.kernel.org
7534 S:      Maintained
7535 F:      drivers/mmc/host/omap.c
7536
7537 OMAP HS MMC SUPPORT
7538 L:      linux-mmc@vger.kernel.org
7539 L:      linux-omap@vger.kernel.org
7540 S:      Orphan
7541 F:      drivers/mmc/host/omap_hsmmc.c
7542
7543 OMAP RANDOM NUMBER GENERATOR SUPPORT
7544 M:      Deepak Saxena <dsaxena@plexity.net>
7545 S:      Maintained
7546 F:      drivers/char/hw_random/omap-rng.c
7547
7548 OMAP HWMOD SUPPORT
7549 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7550 M:      Paul Walmsley <paul@pwsan.com>
7551 L:      linux-omap@vger.kernel.org
7552 S:      Maintained
7553 F:      arch/arm/mach-omap2/omap_hwmod.*
7554
7555 OMAP HWMOD DATA
7556 M:      Paul Walmsley <paul@pwsan.com>
7557 L:      linux-omap@vger.kernel.org
7558 S:      Maintained
7559 F:      arch/arm/mach-omap2/omap_hwmod*data*
7560
7561 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7562 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7563 L:      linux-omap@vger.kernel.org
7564 S:      Maintained
7565 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7566
7567 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7568 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7569 L:      linux-media@vger.kernel.org
7570 S:      Maintained
7571 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7572 F:      drivers/media/platform/omap3isp/
7573 F:      drivers/staging/media/omap4iss/
7574
7575 OMAP USB SUPPORT
7576 M:      Felipe Balbi <balbi@ti.com>
7577 L:      linux-usb@vger.kernel.org
7578 L:      linux-omap@vger.kernel.org
7579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7580 S:      Maintained
7581 F:      drivers/usb/*/*omap*
7582 F:      arch/arm/*omap*/usb*
7583
7584 OMAP GPIO DRIVER
7585 M:      Javier Martinez Canillas <javier@dowhile0.org>
7586 M:      Santosh Shilimkar <ssantosh@kernel.org>
7587 M:      Kevin Hilman <khilman@deeprootsystems.com>
7588 L:      linux-omap@vger.kernel.org
7589 S:      Maintained
7590 F:      drivers/gpio/gpio-omap.c
7591
7592 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7593 M:      Mark Jackson <mpfj@newflow.co.uk>
7594 L:      linux-omap@vger.kernel.org
7595 S:      Maintained
7596 F:      arch/arm/boot/dts/am335x-nano.dts
7597
7598 OMFS FILESYSTEM
7599 M:      Bob Copeland <me@bobcopeland.com>
7600 L:      linux-karma-devel@lists.sourceforge.net
7601 S:      Maintained
7602 F:      Documentation/filesystems/omfs.txt
7603 F:      fs/omfs/
7604
7605 OMNIKEY CARDMAN 4000 DRIVER
7606 M:      Harald Welte <laforge@gnumonks.org>
7607 S:      Maintained
7608 F:      drivers/char/pcmcia/cm4000_cs.c
7609 F:      include/linux/cm4000_cs.h
7610 F:      include/uapi/linux/cm4000_cs.h
7611
7612 OMNIKEY CARDMAN 4040 DRIVER
7613 M:      Harald Welte <laforge@gnumonks.org>
7614 S:      Maintained
7615 F:      drivers/char/pcmcia/cm4040_cs.*
7616
7617 OMNIVISION OV7670 SENSOR DRIVER
7618 M:      Jonathan Corbet <corbet@lwn.net>
7619 L:      linux-media@vger.kernel.org
7620 T:      git git://linuxtv.org/media_tree.git
7621 S:      Maintained
7622 F:      drivers/media/i2c/ov7670.c
7623
7624 ONENAND FLASH DRIVER
7625 M:      Kyungmin Park <kyungmin.park@samsung.com>
7626 L:      linux-mtd@lists.infradead.org
7627 S:      Maintained
7628 F:      drivers/mtd/onenand/
7629 F:      include/linux/mtd/onenand*.h
7630
7631 ONSTREAM SCSI TAPE DRIVER
7632 M:      Willem Riede <osst@riede.org>
7633 L:      osst-users@lists.sourceforge.net
7634 L:      linux-scsi@vger.kernel.org
7635 S:      Maintained
7636 F:      Documentation/scsi/osst.txt
7637 F:      drivers/scsi/osst.*
7638 F:      drivers/scsi/osst_*.h
7639 F:      drivers/scsi/st.h
7640
7641 OPENCORES I2C BUS DRIVER
7642 M:      Peter Korsgaard <jacmet@sunsite.dk>
7643 L:      linux-i2c@vger.kernel.org
7644 S:      Maintained
7645 F:      Documentation/i2c/busses/i2c-ocores
7646 F:      drivers/i2c/busses/i2c-ocores.c
7647
7648 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7649 M:      Grant Likely <grant.likely@linaro.org>
7650 M:      Rob Herring <robh+dt@kernel.org>
7651 L:      devicetree@vger.kernel.org
7652 W:      http://www.devicetree.org/
7653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7654 S:      Maintained
7655 F:      drivers/of/
7656 F:      include/linux/of*.h
7657 F:      scripts/dtc/
7658
7659 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7660 M:      Rob Herring <robh+dt@kernel.org>
7661 M:      Pawel Moll <pawel.moll@arm.com>
7662 M:      Mark Rutland <mark.rutland@arm.com>
7663 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7664 M:      Kumar Gala <galak@codeaurora.org>
7665 L:      devicetree@vger.kernel.org
7666 S:      Maintained
7667 F:      Documentation/devicetree/
7668 F:      arch/*/boot/dts/
7669 F:      include/dt-bindings/
7670
7671 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7672 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7673 L:      devicetree@vger.kernel.org
7674 S:      Maintained
7675 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7676 F:      Documentation/devicetree/overlay-notes.txt
7677 F:      drivers/of/overlay.c
7678 F:      drivers/of/resolver.c
7679
7680 OPENRISC ARCHITECTURE
7681 M:      Jonas Bonn <jonas@southpole.se>
7682 W:      http://openrisc.net
7683 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7684 S:      Maintained
7685 T:      git git://openrisc.net/~jonas/linux
7686 F:      arch/openrisc/
7687
7688 OPENVSWITCH
7689 M:      Pravin Shelar <pshelar@nicira.com>
7690 L:      netdev@vger.kernel.org
7691 L:      dev@openvswitch.org
7692 W:      http://openvswitch.org
7693 S:      Maintained
7694 F:      net/openvswitch/
7695 F:      include/uapi/linux/openvswitch.h
7696
7697 OPL4 DRIVER
7698 M:      Clemens Ladisch <clemens@ladisch.de>
7699 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7700 T:      git git://git.alsa-project.org/alsa-kernel.git
7701 S:      Maintained
7702 F:      sound/drivers/opl4/
7703
7704 OPROFILE
7705 M:      Robert Richter <rric@kernel.org>
7706 L:      oprofile-list@lists.sf.net
7707 S:      Maintained
7708 F:      arch/*/include/asm/oprofile*.h
7709 F:      arch/*/oprofile/
7710 F:      drivers/oprofile/
7711 F:      include/linux/oprofile.h
7712
7713 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7714 M:      Mark Fasheh <mfasheh@suse.com>
7715 M:      Joel Becker <jlbec@evilplan.org>
7716 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7717 W:      http://ocfs2.wiki.kernel.org
7718 S:      Supported
7719 F:      Documentation/filesystems/ocfs2.txt
7720 F:      Documentation/filesystems/dlmfs.txt
7721 F:      fs/ocfs2/
7722
7723 ORINOCO DRIVER
7724 L:      linux-wireless@vger.kernel.org
7725 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7726 W:      http://www.nongnu.org/orinoco/
7727 S:      Orphan
7728 F:      drivers/net/wireless/orinoco/
7729
7730 OSD LIBRARY and FILESYSTEM
7731 M:      Boaz Harrosh <ooo@electrozaur.com>
7732 M:      Benny Halevy <bhalevy@primarydata.com>
7733 L:      osd-dev@open-osd.org
7734 W:      http://open-osd.org
7735 T:      git git://git.open-osd.org/open-osd.git
7736 S:      Maintained
7737 F:      drivers/scsi/osd/
7738 F:      include/scsi/osd_*
7739 F:      fs/exofs/
7740
7741 OVERLAY FILESYSTEM
7742 M:      Miklos Szeredi <miklos@szeredi.hu>
7743 L:      linux-unionfs@vger.kernel.org
7744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7745 S:      Supported
7746 F:      fs/overlayfs/
7747 F:      Documentation/filesystems/overlayfs.txt
7748
7749 P54 WIRELESS DRIVER
7750 M:      Christian Lamparter <chunkeey@googlemail.com>
7751 L:      linux-wireless@vger.kernel.org
7752 W:      http://wireless.kernel.org/en/users/Drivers/p54
7753 S:      Maintained
7754 F:      drivers/net/wireless/p54/
7755
7756 PA SEMI ETHERNET DRIVER
7757 M:      Olof Johansson <olof@lixom.net>
7758 L:      netdev@vger.kernel.org
7759 S:      Maintained
7760 F:      drivers/net/ethernet/pasemi/*
7761
7762 PA SEMI SMBUS DRIVER
7763 M:      Olof Johansson <olof@lixom.net>
7764 L:      linux-i2c@vger.kernel.org
7765 S:      Maintained
7766 F:      drivers/i2c/busses/i2c-pasemi.c
7767
7768 PADATA PARALLEL EXECUTION MECHANISM
7769 M:      Steffen Klassert <steffen.klassert@secunet.com>
7770 L:      linux-crypto@vger.kernel.org
7771 S:      Maintained
7772 F:      kernel/padata.c
7773 F:      include/linux/padata.h
7774 F:      Documentation/padata.txt
7775
7776 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7777 M:      Harald Welte <laforge@gnumonks.org>
7778 L:      platform-driver-x86@vger.kernel.org
7779 S:      Maintained
7780 F:      drivers/platform/x86/panasonic-laptop.c
7781
7782 PANASONIC MN10300/AM33/AM34 PORT
7783 M:      David Howells <dhowells@redhat.com>
7784 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7785 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7786 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7787 S:      Maintained
7788 F:      Documentation/mn10300/
7789 F:      arch/mn10300/
7790
7791 PARALLEL PORT SUBSYSTEM
7792 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7793 M:      Sudip Mukherjee <sudip@vectorindia.org>
7794 L:      linux-parport@lists.infradead.org (subscribers-only)
7795 S:      Maintained
7796 F:      drivers/parport/
7797 F:      include/linux/parport*.h
7798 F:      drivers/char/ppdev.c
7799 F:      include/uapi/linux/ppdev.h
7800 F:      Documentation/parport*.txt
7801
7802 PARAVIRT_OPS INTERFACE
7803 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7804 M:      Chris Wright <chrisw@sous-sol.org>
7805 M:      Alok Kataria <akataria@vmware.com>
7806 M:      Rusty Russell <rusty@rustcorp.com.au>
7807 L:      virtualization@lists.linux-foundation.org
7808 S:      Supported
7809 F:      Documentation/virtual/paravirt_ops.txt
7810 F:      arch/*/kernel/paravirt*
7811 F:      arch/*/include/asm/paravirt.h
7812
7813 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7814 M:      Tim Waugh <tim@cyberelk.net>
7815 L:      linux-parport@lists.infradead.org (subscribers-only)
7816 S:      Maintained
7817 F:      Documentation/blockdev/paride.txt
7818 F:      drivers/block/paride/
7819
7820 PARISC ARCHITECTURE
7821 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7822 M:      Helge Deller <deller@gmx.de>
7823 L:      linux-parisc@vger.kernel.org
7824 W:      http://www.parisc-linux.org/
7825 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7828 S:      Maintained
7829 F:      arch/parisc/
7830 F:      Documentation/parisc/
7831 F:      drivers/parisc/
7832 F:      drivers/char/agp/parisc-agp.c
7833 F:      drivers/input/serio/gscps2.c
7834 F:      drivers/parport/parport_gsc.*
7835 F:      drivers/tty/serial/8250/8250_gsc.c
7836 F:      drivers/video/fbdev/sti*
7837 F:      drivers/video/console/sti*
7838 F:      drivers/video/logo/logo_parisc*
7839
7840 PC87360 HARDWARE MONITORING DRIVER
7841 M:      Jim Cromie <jim.cromie@gmail.com>
7842 L:      lm-sensors@lm-sensors.org
7843 S:      Maintained
7844 F:      Documentation/hwmon/pc87360
7845 F:      drivers/hwmon/pc87360.c
7846
7847 PC8736x GPIO DRIVER
7848 M:      Jim Cromie <jim.cromie@gmail.com>
7849 S:      Maintained
7850 F:      drivers/char/pc8736x_gpio.c
7851
7852 PC87427 HARDWARE MONITORING DRIVER
7853 M:      Jean Delvare <jdelvare@suse.com>
7854 L:      lm-sensors@lm-sensors.org
7855 S:      Maintained
7856 F:      Documentation/hwmon/pc87427
7857 F:      drivers/hwmon/pc87427.c
7858
7859 PCA9532 LED DRIVER
7860 M:      Riku Voipio <riku.voipio@iki.fi>
7861 S:      Maintained
7862 F:      drivers/leds/leds-pca9532.c
7863 F:      include/linux/leds-pca9532.h
7864
7865 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7866 M:      Guenter Roeck <linux@roeck-us.net>
7867 L:      linux-i2c@vger.kernel.org
7868 S:      Maintained
7869 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7870
7871 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7872 M:      Khalid Aziz <khalid@gonehiking.org>
7873 S:      Maintained
7874 F:      drivers/firmware/pcdp.*
7875
7876 PCI ERROR RECOVERY
7877 M:      Linas Vepstas <linasvepstas@gmail.com>
7878 L:      linux-pci@vger.kernel.org
7879 S:      Supported
7880 F:      Documentation/PCI/pci-error-recovery.txt
7881
7882 PCI SUBSYSTEM
7883 M:      Bjorn Helgaas <bhelgaas@google.com>
7884 L:      linux-pci@vger.kernel.org
7885 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7887 S:      Supported
7888 F:      Documentation/PCI/
7889 F:      drivers/pci/
7890 F:      include/linux/pci*
7891 F:      arch/x86/pci/
7892 F:      arch/x86/kernel/quirks.c
7893
7894 PCI DRIVER FOR ARM VERSATILE PLATFORM
7895 M:      Rob Herring <robh@kernel.org>
7896 L:      linux-pci@vger.kernel.org
7897 L:      linux-arm-kernel@lists.infradead.org
7898 S:      Maintained
7899 F:      Documentation/devicetree/bindings/pci/versatile.txt
7900 F:      drivers/pci/host/pci-versatile.c
7901
7902 PCI DRIVER FOR APPLIEDMICRO XGENE
7903 M:      Tanmay Inamdar <tinamdar@apm.com>
7904 L:      linux-pci@vger.kernel.org
7905 L:      linux-arm-kernel@lists.infradead.org
7906 S:      Maintained
7907 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7908 F:      drivers/pci/host/pci-xgene.c
7909
7910 PCI DRIVER FOR FREESCALE LAYERSCAPE
7911 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7912 M:      Mingkai Hu <mingkai.hu@freescale.com>
7913 M:      Roy Zang <tie-fei.zang@freescale.com>
7914 L:      linuxppc-dev@lists.ozlabs.org
7915 L:      linux-pci@vger.kernel.org
7916 L:      linux-arm-kernel@lists.infradead.org
7917 S:      Maintained
7918 F:      drivers/pci/host/*layerscape*
7919
7920 PCI DRIVER FOR IMX6
7921 M:      Richard Zhu <Richard.Zhu@freescale.com>
7922 M:      Lucas Stach <l.stach@pengutronix.de>
7923 L:      linux-pci@vger.kernel.org
7924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7925 S:      Maintained
7926 F:      drivers/pci/host/*imx6*
7927
7928 PCI DRIVER FOR TI KEYSTONE
7929 M:      Murali Karicheri <m-karicheri2@ti.com>
7930 L:      linux-pci@vger.kernel.org
7931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7932 S:      Maintained
7933 F:      drivers/pci/host/*keystone*
7934
7935 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7936 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7937 M:      Jason Cooper <jason@lakedaemon.net>
7938 L:      linux-pci@vger.kernel.org
7939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7940 S:      Maintained
7941 F:      drivers/pci/host/*mvebu*
7942
7943 PCI DRIVER FOR NVIDIA TEGRA
7944 M:      Thierry Reding <thierry.reding@gmail.com>
7945 L:      linux-tegra@vger.kernel.org
7946 L:      linux-pci@vger.kernel.org
7947 S:      Supported
7948 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7949 F:      drivers/pci/host/pci-tegra.c
7950
7951 PCI DRIVER FOR TI DRA7XX
7952 M:      Kishon Vijay Abraham I <kishon@ti.com>
7953 L:      linux-omap@vger.kernel.org
7954 L:      linux-pci@vger.kernel.org
7955 S:      Supported
7956 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7957 F:      drivers/pci/host/pci-dra7xx.c
7958
7959 PCI DRIVER FOR RENESAS R-CAR
7960 M:      Simon Horman <horms@verge.net.au>
7961 L:      linux-pci@vger.kernel.org
7962 L:      linux-sh@vger.kernel.org
7963 S:      Maintained
7964 F:      drivers/pci/host/*rcar*
7965
7966 PCI DRIVER FOR SAMSUNG EXYNOS
7967 M:      Jingoo Han <jingoohan1@gmail.com>
7968 L:      linux-pci@vger.kernel.org
7969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7970 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7971 S:      Maintained
7972 F:      drivers/pci/host/pci-exynos.c
7973
7974 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7975 M:      Jingoo Han <jingoohan1@gmail.com>
7976 M:      Pratyush Anand <pratyush.anand@gmail.com>
7977 L:      linux-pci@vger.kernel.org
7978 S:      Maintained
7979 F:      drivers/pci/host/*designware*
7980
7981 PCI DRIVER FOR GENERIC OF HOSTS
7982 M:      Will Deacon <will.deacon@arm.com>
7983 L:      linux-pci@vger.kernel.org
7984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7985 S:      Maintained
7986 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7987 F:      drivers/pci/host/pci-host-generic.c
7988
7989 PCIE DRIVER FOR ST SPEAR13XX
7990 M:      Pratyush Anand <pratyush.anand@gmail.com>
7991 L:      linux-pci@vger.kernel.org
7992 S:      Maintained
7993 F:      drivers/pci/host/*spear*
7994
7995 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7996 M:      Duc Dang <dhdang@apm.com>
7997 L:      linux-pci@vger.kernel.org
7998 L:      linux-arm-kernel@lists.infradead.org
7999 S:      Maintained
8000 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8001 F:      drivers/pci/host/pci-xgene-msi.c
8002
8003 PCMCIA SUBSYSTEM
8004 P:      Linux PCMCIA Team
8005 L:      linux-pcmcia@lists.infradead.org
8006 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8008 S:      Maintained
8009 F:      Documentation/pcmcia/
8010 F:      drivers/pcmcia/
8011 F:      include/pcmcia/
8012
8013 PCNET32 NETWORK DRIVER
8014 M:      Don Fry <pcnet32@frontier.com>
8015 L:      netdev@vger.kernel.org
8016 S:      Maintained
8017 F:      drivers/net/ethernet/amd/pcnet32.c
8018
8019 PCRYPT PARALLEL CRYPTO ENGINE
8020 M:      Steffen Klassert <steffen.klassert@secunet.com>
8021 L:      linux-crypto@vger.kernel.org
8022 S:      Maintained
8023 F:      crypto/pcrypt.c
8024 F:      include/crypto/pcrypt.h
8025
8026 PER-CPU MEMORY ALLOCATOR
8027 M:      Tejun Heo <tj@kernel.org>
8028 M:      Christoph Lameter <cl@linux-foundation.org>
8029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8030 S:      Maintained
8031 F:      include/linux/percpu*.h
8032 F:      mm/percpu*.c
8033 F:      arch/*/include/asm/percpu.h
8034
8035 PER-TASK DELAY ACCOUNTING
8036 M:      Balbir Singh <bsingharora@gmail.com>
8037 S:      Maintained
8038 F:      include/linux/delayacct.h
8039 F:      kernel/delayacct.c
8040
8041 PERFORMANCE EVENTS SUBSYSTEM
8042 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8043 M:      Ingo Molnar <mingo@redhat.com>
8044 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8045 L:      linux-kernel@vger.kernel.org
8046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8047 S:      Supported
8048 F:      kernel/events/*
8049 F:      include/linux/perf_event.h
8050 F:      include/uapi/linux/perf_event.h
8051 F:      arch/*/kernel/perf_event*.c
8052 F:      arch/*/kernel/*/perf_event*.c
8053 F:      arch/*/kernel/*/*/perf_event*.c
8054 F:      arch/*/include/asm/perf_event.h
8055 F:      arch/*/kernel/perf_callchain.c
8056 F:      tools/perf/
8057
8058 PERSONALITY HANDLING
8059 M:      Christoph Hellwig <hch@infradead.org>
8060 L:      linux-abi-devel@lists.sourceforge.net
8061 S:      Maintained
8062 F:      include/linux/personality.h
8063 F:      include/uapi/linux/personality.h
8064
8065 PHONET PROTOCOL
8066 M:      Remi Denis-Courmont <courmisch@gmail.com>
8067 S:      Supported
8068 F:      Documentation/networking/phonet.txt
8069 F:      include/linux/phonet.h
8070 F:      include/net/phonet/
8071 F:      include/uapi/linux/phonet.h
8072 F:      net/phonet/
8073
8074 PHRAM MTD DRIVER
8075 M:      Joern Engel <joern@lazybastard.org>
8076 L:      linux-mtd@lists.infradead.org
8077 S:      Maintained
8078 F:      drivers/mtd/devices/phram.c
8079
8080 PICOLCD HID DRIVER
8081 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8082 L:      linux-input@vger.kernel.org
8083 S:      Maintained
8084 F:      drivers/hid/hid-picolcd*
8085
8086 PICOXCELL SUPPORT
8087 M:      Jamie Iles <jamie@jamieiles.com>
8088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8089 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8090 S:      Supported
8091 F:      arch/arm/boot/dts/picoxcell*
8092 F:      arch/arm/mach-picoxcell/
8093 F:      drivers/crypto/picoxcell*
8094
8095 PIN CONTROL SUBSYSTEM
8096 M:      Linus Walleij <linus.walleij@linaro.org>
8097 L:      linux-gpio@vger.kernel.org
8098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8099 S:      Maintained
8100 F:      drivers/pinctrl/
8101 F:      include/linux/pinctrl/
8102
8103 PIN CONTROLLER - ATMEL AT91
8104 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8106 S:      Maintained
8107 F:      drivers/pinctrl/pinctrl-at91.*
8108
8109 PIN CONTROLLER - INTEL
8110 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8111 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8112 S:      Maintained
8113 F:      drivers/pinctrl/intel/
8114
8115 PIN CONTROLLER - RENESAS
8116 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8117 L:      linux-sh@vger.kernel.org
8118 S:      Maintained
8119 F:      drivers/pinctrl/sh-pfc/
8120
8121 PIN CONTROLLER - SAMSUNG
8122 M:      Tomasz Figa <tomasz.figa@gmail.com>
8123 M:      Thomas Abraham <thomas.abraham@linaro.org>
8124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8125 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8126 S:      Maintained
8127 F:      drivers/pinctrl/samsung/
8128
8129 PIN CONTROLLER - ST SPEAR
8130 M:      Viresh Kumar <vireshk@kernel.org>
8131 L:      spear-devel@list.st.com
8132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8133 W:      http://www.st.com/spear
8134 S:      Maintained
8135 F:      drivers/pinctrl/spear/
8136
8137 PKTCDVD DRIVER
8138 M:      Jiri Kosina <jkosina@suse.com>
8139 S:      Maintained
8140 F:      drivers/block/pktcdvd.c
8141 F:      include/linux/pktcdvd.h
8142 F:      include/uapi/linux/pktcdvd.h
8143
8144 PKUNITY SOC DRIVERS
8145 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8146 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8147 S:      Maintained
8148 T:      git git://github.com/gxt/linux.git
8149 F:      drivers/input/serio/i8042-unicore32io.h
8150 F:      drivers/i2c/busses/i2c-puv3.c
8151 F:      drivers/video/fbdev/fb-puv3.c
8152 F:      drivers/rtc/rtc-puv3.c
8153
8154 PMBUS HARDWARE MONITORING DRIVERS
8155 M:      Guenter Roeck <linux@roeck-us.net>
8156 L:      lm-sensors@lm-sensors.org
8157 W:      http://www.lm-sensors.org/
8158 W:      http://www.roeck-us.net/linux/drivers/
8159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8160 S:      Maintained
8161 F:      Documentation/hwmon/pmbus
8162 F:      drivers/hwmon/pmbus/
8163 F:      include/linux/i2c/pmbus.h
8164
8165 PMC SIERRA MaxRAID DRIVER
8166 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8167 L:      linux-scsi@vger.kernel.org
8168 W:      http://www.pmc-sierra.com/
8169 S:      Supported
8170 F:      drivers/scsi/pmcraid.*
8171
8172 PMC SIERRA PM8001 DRIVER
8173 M:      xjtuwjp@gmail.com
8174 M:      lindar_liu@usish.com
8175 L:      pmchba@pmcs.com
8176 L:      linux-scsi@vger.kernel.org
8177 S:      Supported
8178 F:      drivers/scsi/pm8001/
8179
8180 POSIX CLOCKS and TIMERS
8181 M:      Thomas Gleixner <tglx@linutronix.de>
8182 L:      linux-kernel@vger.kernel.org
8183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8184 S:      Maintained
8185 F:      fs/timerfd.c
8186 F:      include/linux/timer*
8187 F:      kernel/time/*timer*
8188
8189 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8190 M:      Sebastian Reichel <sre@kernel.org>
8191 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8192 M:      David Woodhouse <dwmw2@infradead.org>
8193 L:      linux-pm@vger.kernel.org
8194 T:      git git://git.infradead.org/battery-2.6.git
8195 S:      Maintained
8196 F:      include/linux/power_supply.h
8197 F:      drivers/power/
8198
8199 POWER STATE COORDINATION INTERFACE (PSCI)
8200 M:      Mark Rutland <mark.rutland@arm.com>
8201 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8202 L:      linux-arm-kernel@lists.infradead.org
8203 S:      Maintained
8204 F:      drivers/firmware/psci.c
8205 F:      include/linux/psci.h
8206 F:      include/uapi/linux/psci.h
8207
8208 PNP SUPPORT
8209 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8210 S:      Maintained
8211 F:      drivers/pnp/
8212
8213 PNXxxxx I2C DRIVER
8214 M:      Vitaly Wool <vitalywool@gmail.com>
8215 L:      linux-i2c@vger.kernel.org
8216 S:      Maintained
8217 F:      drivers/i2c/busses/i2c-pnx.c
8218
8219 PPP PROTOCOL DRIVERS AND COMPRESSORS
8220 M:      Paul Mackerras <paulus@samba.org>
8221 L:      linux-ppp@vger.kernel.org
8222 S:      Maintained
8223 F:      drivers/net/ppp/ppp_*
8224
8225 PPP OVER ATM (RFC 2364)
8226 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8227 S:      Maintained
8228 F:      net/atm/pppoatm.c
8229 F:      include/uapi/linux/atmppp.h
8230
8231 PPP OVER ETHERNET
8232 M:      Michal Ostrowski <mostrows@earthlink.net>
8233 S:      Maintained
8234 F:      drivers/net/ppp/pppoe.c
8235 F:      drivers/net/ppp/pppox.c
8236
8237 PPP OVER L2TP
8238 M:      James Chapman <jchapman@katalix.com>
8239 S:      Maintained
8240 F:      net/l2tp/l2tp_ppp.c
8241 F:      include/linux/if_pppol2tp.h
8242 F:      include/uapi/linux/if_pppol2tp.h
8243
8244 PPS SUPPORT
8245 M:      Rodolfo Giometti <giometti@enneenne.com>
8246 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8247 L:      linuxpps@ml.enneenne.com (subscribers-only)
8248 S:      Maintained
8249 F:      Documentation/pps/
8250 F:      drivers/pps/
8251 F:      include/linux/pps*.h
8252
8253 PPTP DRIVER
8254 M:      Dmitry Kozlov <xeb@mail.ru>
8255 L:      netdev@vger.kernel.org
8256 S:      Maintained
8257 F:      drivers/net/ppp/pptp.c
8258 W:      http://sourceforge.net/projects/accel-pptp
8259
8260 PREEMPTIBLE KERNEL
8261 M:      Robert Love <rml@tech9.net>
8262 L:      kpreempt-tech@lists.sourceforge.net
8263 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8264 S:      Supported
8265 F:      Documentation/preempt-locking.txt
8266 F:      include/linux/preempt.h
8267
8268 PRISM54 WIRELESS DRIVER
8269 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8270 L:      linux-wireless@vger.kernel.org
8271 W:      http://wireless.kernel.org/en/users/Drivers/p54
8272 S:      Obsolete
8273 F:      drivers/net/wireless/prism54/
8274
8275 PS3 NETWORK SUPPORT
8276 M:      Geoff Levand <geoff@infradead.org>
8277 L:      netdev@vger.kernel.org
8278 L:      linuxppc-dev@lists.ozlabs.org
8279 S:      Maintained
8280 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8281
8282 PS3 PLATFORM SUPPORT
8283 M:      Geoff Levand <geoff@infradead.org>
8284 L:      linuxppc-dev@lists.ozlabs.org
8285 S:      Maintained
8286 F:      arch/powerpc/boot/ps3*
8287 F:      arch/powerpc/include/asm/lv1call.h
8288 F:      arch/powerpc/include/asm/ps3*.h
8289 F:      arch/powerpc/platforms/ps3/
8290 F:      drivers/*/ps3*
8291 F:      drivers/ps3/
8292 F:      drivers/rtc/rtc-ps3.c
8293 F:      drivers/usb/host/*ps3.c
8294 F:      sound/ppc/snd_ps3*
8295
8296 PS3VRAM DRIVER
8297 M:      Jim Paris <jim@jtan.com>
8298 M:      Geoff Levand <geoff@infradead.org>
8299 L:      linuxppc-dev@lists.ozlabs.org
8300 S:      Maintained
8301 F:      drivers/block/ps3vram.c
8302
8303 PSTORE FILESYSTEM
8304 M:      Anton Vorontsov <anton@enomsg.org>
8305 M:      Colin Cross <ccross@android.com>
8306 M:      Kees Cook <keescook@chromium.org>
8307 M:      Tony Luck <tony.luck@intel.com>
8308 S:      Maintained
8309 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8310 F:      fs/pstore/
8311 F:      include/linux/pstore*
8312 F:      drivers/firmware/efi/efi-pstore.c
8313 F:      drivers/acpi/apei/erst.c
8314
8315 PTP HARDWARE CLOCK SUPPORT
8316 M:      Richard Cochran <richardcochran@gmail.com>
8317 L:      netdev@vger.kernel.org
8318 S:      Maintained
8319 W:      http://linuxptp.sourceforge.net/
8320 F:      Documentation/ABI/testing/sysfs-ptp
8321 F:      Documentation/ptp/*
8322 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8323 F:      drivers/net/phy/dp83640*
8324 F:      drivers/ptp/*
8325 F:      include/linux/ptp_cl*
8326
8327 PTRACE SUPPORT
8328 M:      Roland McGrath <roland@hack.frob.com>
8329 M:      Oleg Nesterov <oleg@redhat.com>
8330 S:      Maintained
8331 F:      include/asm-generic/syscall.h
8332 F:      include/linux/ptrace.h
8333 F:      include/linux/regset.h
8334 F:      include/linux/tracehook.h
8335 F:      include/uapi/linux/ptrace.h
8336 F:      kernel/ptrace.c
8337
8338 PVRUSB2 VIDEO4LINUX DRIVER
8339 M:      Mike Isely <isely@pobox.com>
8340 L:      pvrusb2@isely.net       (subscribers-only)
8341 L:      linux-media@vger.kernel.org
8342 W:      http://www.isely.net/pvrusb2/
8343 T:      git git://linuxtv.org/media_tree.git
8344 S:      Maintained
8345 F:      Documentation/video4linux/README.pvrusb2
8346 F:      drivers/media/usb/pvrusb2/
8347
8348 PWC WEBCAM DRIVER
8349 M:      Hans de Goede <hdegoede@redhat.com>
8350 L:      linux-media@vger.kernel.org
8351 T:      git git://linuxtv.org/media_tree.git
8352 S:      Maintained
8353 F:      drivers/media/usb/pwc/*
8354
8355 PWM FAN DRIVER
8356 M:      Kamil Debski <k.debski@samsung.com>
8357 L:      lm-sensors@lm-sensors.org
8358 S:      Supported
8359 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8360 F:      Documentation/hwmon/pwm-fan
8361 F:      drivers/hwmon/pwm-fan.c
8362
8363 PWM SUBSYSTEM
8364 M:      Thierry Reding <thierry.reding@gmail.com>
8365 L:      linux-pwm@vger.kernel.org
8366 S:      Maintained
8367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8368 F:      Documentation/pwm.txt
8369 F:      Documentation/devicetree/bindings/pwm/
8370 F:      include/linux/pwm.h
8371 F:      drivers/pwm/
8372 F:      drivers/video/backlight/pwm_bl.c
8373 F:      include/linux/pwm_backlight.h
8374
8375 PXA2xx/PXA3xx SUPPORT
8376 M:      Daniel Mack <daniel@zonque.org>
8377 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8378 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8380 T:      git git://github.com/hzhuang1/linux.git
8381 T:      git git://github.com/rjarzmik/linux.git
8382 S:      Maintained
8383 F:      arch/arm/mach-pxa/
8384 F:      drivers/dma/pxa*
8385 F:      drivers/pcmcia/pxa2xx*
8386 F:      drivers/spi/spi-pxa2xx*
8387 F:      drivers/usb/gadget/udc/pxa2*
8388 F:      include/sound/pxa2xx-lib.h
8389 F:      sound/arm/pxa*
8390 F:      sound/soc/pxa/
8391
8392 PXA3xx NAND FLASH DRIVER
8393 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8394 L:      linux-mtd@lists.infradead.org
8395 S:      Maintained
8396 F:      drivers/mtd/nand/pxa3xx_nand.c
8397
8398 MMP SUPPORT
8399 M:      Eric Miao <eric.y.miao@gmail.com>
8400 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8402 T:      git git://github.com/hzhuang1/linux.git
8403 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8404 S:      Maintained
8405 F:      arch/arm/mach-mmp/
8406
8407 PXA MMCI DRIVER
8408 S:      Orphan
8409
8410 PXA RTC DRIVER
8411 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8412 L:      rtc-linux@googlegroups.com
8413 S:      Maintained
8414
8415 QAT DRIVER
8416 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8417 L:      qat-linux@intel.com
8418 S:      Supported
8419 F:      drivers/crypto/qat/
8420
8421 QIB DRIVER
8422 M:      Mike Marciniszyn <infinipath@intel.com>
8423 L:      linux-rdma@vger.kernel.org
8424 S:      Supported
8425 F:      drivers/infiniband/hw/qib/
8426
8427 QLOGIC QLA1280 SCSI DRIVER
8428 M:      Michael Reed <mdr@sgi.com>
8429 L:      linux-scsi@vger.kernel.org
8430 S:      Maintained
8431 F:      drivers/scsi/qla1280.[ch]
8432
8433 QLOGIC QLA2XXX FC-SCSI DRIVER
8434 M:      qla2xxx-upstream@qlogic.com
8435 L:      linux-scsi@vger.kernel.org
8436 S:      Supported
8437 F:      Documentation/scsi/LICENSE.qla2xxx
8438 F:      drivers/scsi/qla2xxx/
8439
8440 QLOGIC QLA4XXX iSCSI DRIVER
8441 M:      QLogic-Storage-Upstream@qlogic.com
8442 L:      linux-scsi@vger.kernel.org
8443 S:      Supported
8444 F:      Documentation/scsi/LICENSE.qla4xxx
8445 F:      drivers/scsi/qla4xxx/
8446
8447 QLOGIC QLA3XXX NETWORK DRIVER
8448 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8449 M:      Ron Mercer <ron.mercer@qlogic.com>
8450 M:      linux-driver@qlogic.com
8451 L:      netdev@vger.kernel.org
8452 S:      Supported
8453 F:      Documentation/networking/LICENSE.qla3xxx
8454 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8455
8456 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8457 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8458 M:      Dept-GELinuxNICDev@qlogic.com
8459 L:      netdev@vger.kernel.org
8460 S:      Supported
8461 F:      drivers/net/ethernet/qlogic/qlcnic/
8462
8463 QLOGIC QLGE 10Gb ETHERNET DRIVER
8464 M:      Harish Patil <harish.patil@qlogic.com>
8465 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8466 M:      Dept-GELinuxNICDev@qlogic.com
8467 M:      linux-driver@qlogic.com
8468 L:      netdev@vger.kernel.org
8469 S:      Supported
8470 F:      drivers/net/ethernet/qlogic/qlge/
8471
8472 QNX4 FILESYSTEM
8473 M:      Anders Larsen <al@alarsen.net>
8474 W:      http://www.alarsen.net/linux/qnx4fs/
8475 S:      Maintained
8476 F:      fs/qnx4/
8477 F:      include/uapi/linux/qnx4_fs.h
8478 F:      include/uapi/linux/qnxtypes.h
8479
8480 QT1010 MEDIA DRIVER
8481 M:      Antti Palosaari <crope@iki.fi>
8482 L:      linux-media@vger.kernel.org
8483 W:      http://linuxtv.org/
8484 W:      http://palosaari.fi/linux/
8485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8486 T:      git git://linuxtv.org/anttip/media_tree.git
8487 S:      Maintained
8488 F:      drivers/media/tuners/qt1010*
8489
8490 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8491 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8492 L:      linux-wireless@vger.kernel.org
8493 L:      ath9k-devel@lists.ath9k.org
8494 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8495 S:      Supported
8496 F:      drivers/net/wireless/ath/ath9k/
8497
8498 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8499 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8500 L:      ath10k@lists.infradead.org
8501 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8502 T:      git git://github.com/kvalo/ath.git
8503 S:      Supported
8504 F:      drivers/net/wireless/ath/ath10k/
8505
8506 QUALCOMM HEXAGON ARCHITECTURE
8507 M:      Richard Kuo <rkuo@codeaurora.org>
8508 L:      linux-hexagon@vger.kernel.org
8509 S:      Supported
8510 F:      arch/hexagon/
8511
8512 QUALCOMM WCN36XX WIRELESS DRIVER
8513 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8514 L:      wcn36xx@lists.infradead.org
8515 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8516 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8517 S:      Supported
8518 F:      drivers/net/wireless/ath/wcn36xx/
8519
8520 RADOS BLOCK DEVICE (RBD)
8521 M:      Ilya Dryomov <idryomov@gmail.com>
8522 M:      Sage Weil <sage@redhat.com>
8523 M:      Alex Elder <elder@kernel.org>
8524 L:      ceph-devel@vger.kernel.org
8525 W:      http://ceph.com/
8526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8527 T:      git git://github.com/ceph/ceph-client.git
8528 S:      Supported
8529 F:      Documentation/ABI/testing/sysfs-bus-rbd
8530 F:      drivers/block/rbd.c
8531 F:      drivers/block/rbd_types.h
8532
8533 RADEON FRAMEBUFFER DISPLAY DRIVER
8534 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8535 L:      linux-fbdev@vger.kernel.org
8536 S:      Maintained
8537 F:      drivers/video/fbdev/aty/radeon*
8538 F:      include/uapi/linux/radeonfb.h
8539
8540 RADIOSHARK RADIO DRIVER
8541 M:      Hans de Goede <hdegoede@redhat.com>
8542 L:      linux-media@vger.kernel.org
8543 T:      git git://linuxtv.org/media_tree.git
8544 S:      Maintained
8545 F:      drivers/media/radio/radio-shark.c
8546
8547 RADIOSHARK2 RADIO DRIVER
8548 M:      Hans de Goede <hdegoede@redhat.com>
8549 L:      linux-media@vger.kernel.org
8550 T:      git git://linuxtv.org/media_tree.git
8551 S:      Maintained
8552 F:      drivers/media/radio/radio-shark2.c
8553 F:      drivers/media/radio/radio-tea5777.c
8554
8555 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8556 M:      Paul Mackerras <paulus@samba.org>
8557 L:      linux-fbdev@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/video/fbdev/aty/aty128fb.c
8560
8561 RALINK RT2X00 WIRELESS LAN DRIVER
8562 P:      rt2x00 project
8563 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8564 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8565 L:      linux-wireless@vger.kernel.org
8566 S:      Maintained
8567 F:      drivers/net/wireless/rt2x00/
8568
8569 RAMDISK RAM BLOCK DEVICE DRIVER
8570 M:      Jens Axboe <axboe@kernel.dk>
8571 S:      Maintained
8572 F:      Documentation/blockdev/ramdisk.txt
8573 F:      drivers/block/brd.c
8574
8575 RANDOM NUMBER DRIVER
8576 M:      "Theodore Ts'o" <tytso@mit.edu>
8577 S:      Maintained
8578 F:      drivers/char/random.c
8579
8580 RAPIDIO SUBSYSTEM
8581 M:      Matt Porter <mporter@kernel.crashing.org>
8582 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8583 S:      Maintained
8584 F:      drivers/rapidio/
8585
8586 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8587 L:      linux-wireless@vger.kernel.org
8588 S:      Orphan
8589 F:      drivers/net/wireless/ray*
8590
8591 RCUTORTURE MODULE
8592 M:      Josh Triplett <josh@joshtriplett.org>
8593 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8594 L:      linux-kernel@vger.kernel.org
8595 S:      Supported
8596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8597 F:      Documentation/RCU/torture.txt
8598 F:      kernel/rcu/rcutorture.c
8599
8600 RCUTORTURE TEST FRAMEWORK
8601 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8602 M:      Josh Triplett <josh@joshtriplett.org>
8603 R:      Steven Rostedt <rostedt@goodmis.org>
8604 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8605 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8606 L:      linux-kernel@vger.kernel.org
8607 S:      Supported
8608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8609 F:      tools/testing/selftests/rcutorture
8610
8611 RDC R-321X SoC
8612 M:      Florian Fainelli <florian@openwrt.org>
8613 S:      Maintained
8614
8615 RDC R6040 FAST ETHERNET DRIVER
8616 M:      Florian Fainelli <florian@openwrt.org>
8617 L:      netdev@vger.kernel.org
8618 S:      Maintained
8619 F:      drivers/net/ethernet/rdc/r6040.c
8620
8621 RDS - RELIABLE DATAGRAM SOCKETS
8622 M:      Chien Yen <chien.yen@oracle.com>
8623 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8624 S:      Supported
8625 F:      net/rds/
8626
8627 READ-COPY UPDATE (RCU)
8628 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8629 M:      Josh Triplett <josh@joshtriplett.org>
8630 R:      Steven Rostedt <rostedt@goodmis.org>
8631 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8632 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8633 L:      linux-kernel@vger.kernel.org
8634 W:      http://www.rdrop.com/users/paulmck/RCU/
8635 S:      Supported
8636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8637 F:      Documentation/RCU/
8638 X:      Documentation/RCU/torture.txt
8639 F:      include/linux/rcu*
8640 X:      include/linux/srcu.h
8641 F:      kernel/rcu/
8642 X:      kernel/torture.c
8643
8644 REAL TIME CLOCK (RTC) SUBSYSTEM
8645 M:      Alessandro Zummo <a.zummo@towertech.it>
8646 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8647 L:      rtc-linux@googlegroups.com
8648 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8650 S:      Maintained
8651 F:      Documentation/rtc.txt
8652 F:      drivers/rtc/
8653 F:      include/linux/rtc.h
8654 F:      include/uapi/linux/rtc.h
8655
8656 REALTEK AUDIO CODECS
8657 M:      Bard Liao <bardliao@realtek.com>
8658 M:      Oder Chiou <oder_chiou@realtek.com>
8659 S:      Maintained
8660 F:      sound/soc/codecs/rt*
8661 F:      include/sound/rt*.h
8662
8663 REISERFS FILE SYSTEM
8664 L:      reiserfs-devel@vger.kernel.org
8665 S:      Supported
8666 F:      fs/reiserfs/
8667
8668 REGISTER MAP ABSTRACTION
8669 M:      Mark Brown <broonie@kernel.org>
8670 L:      linux-kernel@vger.kernel.org
8671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8672 S:      Supported
8673 F:      drivers/base/regmap/
8674 F:      include/linux/regmap.h
8675
8676 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8677 M:      Ohad Ben-Cohen <ohad@wizery.com>
8678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8679 S:      Maintained
8680 F:      drivers/remoteproc/
8681 F:      Documentation/remoteproc.txt
8682 F:      include/linux/remoteproc.h
8683
8684 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8685 M:      Ohad Ben-Cohen <ohad@wizery.com>
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8687 S:      Maintained
8688 F:      drivers/rpmsg/
8689 F:      Documentation/rpmsg.txt
8690 F:      include/linux/rpmsg.h
8691
8692 RESET CONTROLLER FRAMEWORK
8693 M:      Philipp Zabel <p.zabel@pengutronix.de>
8694 S:      Maintained
8695 F:      drivers/reset/
8696 F:      Documentation/devicetree/bindings/reset/
8697 F:      include/dt-bindings/reset/
8698 F:      include/linux/reset.h
8699 F:      include/linux/reset-controller.h
8700
8701 RFKILL
8702 M:      Johannes Berg <johannes@sipsolutions.net>
8703 L:      linux-wireless@vger.kernel.org
8704 W:      http://wireless.kernel.org/
8705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8707 S:      Maintained
8708 F:      Documentation/rfkill.txt
8709 F:      net/rfkill/
8710
8711 RHASHTABLE
8712 M:      Thomas Graf <tgraf@suug.ch>
8713 L:      netdev@vger.kernel.org
8714 S:      Maintained
8715 F:      lib/rhashtable.c
8716 F:      include/linux/rhashtable.h
8717
8718 RICOH SMARTMEDIA/XD DRIVER
8719 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8720 S:      Maintained
8721 F:      drivers/mtd/nand/r852.c
8722 F:      drivers/mtd/nand/r852.h
8723
8724 RICOH R5C592 MEMORYSTICK DRIVER
8725 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8726 S:      Maintained
8727 F:      drivers/memstick/host/r592.*
8728
8729 ROCCAT DRIVERS
8730 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8731 W:      http://sourceforge.net/projects/roccat/
8732 S:      Maintained
8733 F:      drivers/hid/hid-roccat*
8734 F:      include/linux/hid-roccat*
8735 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8736
8737 ROCKER DRIVER
8738 M:      Jiri Pirko <jiri@resnulli.us>
8739 M:      Scott Feldman <sfeldma@gmail.com>
8740 L:      netdev@vger.kernel.org
8741 S:      Supported
8742 F:      drivers/net/ethernet/rocker/
8743
8744 ROCKETPORT DRIVER
8745 P:      Comtrol Corp.
8746 W:      http://www.comtrol.com
8747 S:      Maintained
8748 F:      Documentation/serial/rocket.txt
8749 F:      drivers/tty/rocket*
8750
8751 ROCKETPORT EXPRESS/INFINITY DRIVER
8752 M:      Kevin Cernekee <cernekee@gmail.com>
8753 L:      linux-serial@vger.kernel.org
8754 S:      Odd Fixes
8755 F:      drivers/tty/serial/rp2.*
8756
8757 ROSE NETWORK LAYER
8758 M:      Ralf Baechle <ralf@linux-mips.org>
8759 L:      linux-hams@vger.kernel.org
8760 W:      http://www.linux-ax25.org/
8761 S:      Maintained
8762 F:      include/net/rose.h
8763 F:      include/uapi/linux/rose.h
8764 F:      net/rose/
8765
8766 RTL2830 MEDIA DRIVER
8767 M:      Antti Palosaari <crope@iki.fi>
8768 L:      linux-media@vger.kernel.org
8769 W:      http://linuxtv.org/
8770 W:      http://palosaari.fi/linux/
8771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8772 T:      git git://linuxtv.org/anttip/media_tree.git
8773 S:      Maintained
8774 F:      drivers/media/dvb-frontends/rtl2830*
8775
8776 RTL2832 MEDIA DRIVER
8777 M:      Antti Palosaari <crope@iki.fi>
8778 L:      linux-media@vger.kernel.org
8779 W:      http://linuxtv.org/
8780 W:      http://palosaari.fi/linux/
8781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8782 T:      git git://linuxtv.org/anttip/media_tree.git
8783 S:      Maintained
8784 F:      drivers/media/dvb-frontends/rtl2832*
8785
8786 RTL2832_SDR MEDIA DRIVER
8787 M:      Antti Palosaari <crope@iki.fi>
8788 L:      linux-media@vger.kernel.org
8789 W:      http://linuxtv.org/
8790 W:      http://palosaari.fi/linux/
8791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8792 T:      git git://linuxtv.org/anttip/media_tree.git
8793 S:      Maintained
8794 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8795
8796 RTL8180 WIRELESS DRIVER
8797 L:      linux-wireless@vger.kernel.org
8798 W:      http://wireless.kernel.org/
8799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8800 S:      Orphan
8801 F:      drivers/net/wireless/rtl818x/rtl8180/
8802
8803 RTL8187 WIRELESS DRIVER
8804 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8805 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8806 M:      Larry Finger <Larry.Finger@lwfinger.net>
8807 L:      linux-wireless@vger.kernel.org
8808 W:      http://wireless.kernel.org/
8809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8810 S:      Maintained
8811 F:      drivers/net/wireless/rtl818x/rtl8187/
8812
8813 RTL8192CE WIRELESS DRIVER
8814 M:      Larry Finger <Larry.Finger@lwfinger.net>
8815 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8816 L:      linux-wireless@vger.kernel.org
8817 W:      http://wireless.kernel.org/
8818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8819 S:      Maintained
8820 F:      drivers/net/wireless/rtlwifi/
8821 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8822
8823 S3 SAVAGE FRAMEBUFFER DRIVER
8824 M:      Antonino Daplas <adaplas@gmail.com>
8825 L:      linux-fbdev@vger.kernel.org
8826 S:      Maintained
8827 F:      drivers/video/fbdev/savage/
8828
8829 S390
8830 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8831 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8832 L:      linux-s390@vger.kernel.org
8833 W:      http://www.ibm.com/developerworks/linux/linux390/
8834 S:      Supported
8835 F:      arch/s390/
8836 F:      drivers/s390/
8837 F:      Documentation/s390/
8838 F:      Documentation/DocBook/s390*
8839
8840 S390 COMMON I/O LAYER
8841 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8842 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8843 L:      linux-s390@vger.kernel.org
8844 W:      http://www.ibm.com/developerworks/linux/linux390/
8845 S:      Supported
8846 F:      drivers/s390/cio/
8847
8848 S390 DASD DRIVER
8849 M:      Stefan Weinhuber <wein@de.ibm.com>
8850 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8851 L:      linux-s390@vger.kernel.org
8852 W:      http://www.ibm.com/developerworks/linux/linux390/
8853 S:      Supported
8854 F:      drivers/s390/block/dasd*
8855 F:      block/partitions/ibm.c
8856
8857 S390 NETWORK DRIVERS
8858 M:      Ursula Braun <ursula.braun@de.ibm.com>
8859 L:      linux-s390@vger.kernel.org
8860 W:      http://www.ibm.com/developerworks/linux/linux390/
8861 S:      Supported
8862 F:      drivers/s390/net/
8863
8864 S390 PCI SUBSYSTEM
8865 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8866 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8867 L:      linux-s390@vger.kernel.org
8868 W:      http://www.ibm.com/developerworks/linux/linux390/
8869 S:      Supported
8870 F:      arch/s390/pci/
8871 F:      drivers/pci/hotplug/s390_pci_hpc.c
8872
8873 S390 ZCRYPT DRIVER
8874 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8875 L:      linux-s390@vger.kernel.org
8876 W:      http://www.ibm.com/developerworks/linux/linux390/
8877 S:      Supported
8878 F:      drivers/s390/crypto/
8879
8880 S390 ZFCP DRIVER
8881 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8882 L:      linux-s390@vger.kernel.org
8883 W:      http://www.ibm.com/developerworks/linux/linux390/
8884 S:      Supported
8885 F:      drivers/s390/scsi/zfcp_*
8886
8887 S390 IUCV NETWORK LAYER
8888 M:      Ursula Braun <ursula.braun@de.ibm.com>
8889 L:      linux-s390@vger.kernel.org
8890 W:      http://www.ibm.com/developerworks/linux/linux390/
8891 S:      Supported
8892 F:      drivers/s390/net/*iucv*
8893 F:      include/net/iucv/
8894 F:      net/iucv/
8895
8896 S3C24XX SD/MMC Driver
8897 M:      Ben Dooks <ben-linux@fluff.org>
8898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8899 S:      Supported
8900 F:      drivers/mmc/host/s3cmci.*
8901
8902 SAA6588 RDS RECEIVER DRIVER
8903 M:      Hans Verkuil <hverkuil@xs4all.nl>
8904 L:      linux-media@vger.kernel.org
8905 T:      git git://linuxtv.org/media_tree.git
8906 W:      http://linuxtv.org
8907 S:      Odd Fixes
8908 F:      drivers/media/i2c/saa6588*
8909
8910 SAA7134 VIDEO4LINUX DRIVER
8911 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8912 L:      linux-media@vger.kernel.org
8913 W:      http://linuxtv.org
8914 T:      git git://linuxtv.org/media_tree.git
8915 S:      Odd fixes
8916 F:      Documentation/video4linux/*.saa7134
8917 F:      drivers/media/pci/saa7134/
8918
8919 SAA7146 VIDEO4LINUX-2 DRIVER
8920 M:      Hans Verkuil <hverkuil@xs4all.nl>
8921 L:      linux-media@vger.kernel.org
8922 T:      git git://linuxtv.org/media_tree.git
8923 S:      Maintained
8924 F:      drivers/media/common/saa7146/
8925 F:      drivers/media/pci/saa7146/
8926 F:      include/media/saa7146*
8927
8928 SAMSUNG LAPTOP DRIVER
8929 M:      Corentin Chary <corentin.chary@gmail.com>
8930 L:      platform-driver-x86@vger.kernel.org
8931 S:      Maintained
8932 F:      drivers/platform/x86/samsung-laptop.c
8933
8934 SAMSUNG AUDIO (ASoC) DRIVERS
8935 M:      Sangbeom Kim <sbkim73@samsung.com>
8936 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8937 S:      Supported
8938 F:      sound/soc/samsung/
8939
8940 SAMSUNG FRAMEBUFFER DRIVER
8941 M:      Jingoo Han <jingoohan1@gmail.com>
8942 L:      linux-fbdev@vger.kernel.org
8943 S:      Maintained
8944 F:      drivers/video/fbdev/s3c-fb.c
8945
8946 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8947 M:      Sangbeom Kim <sbkim73@samsung.com>
8948 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8949 L:      linux-kernel@vger.kernel.org
8950 L:      linux-samsung-soc@vger.kernel.org
8951 S:      Supported
8952 F:      drivers/mfd/sec*.c
8953 F:      drivers/regulator/s2m*.c
8954 F:      drivers/regulator/s5m*.c
8955 F:      drivers/clk/clk-s2mps11.c
8956 F:      drivers/rtc/rtc-s5m.c
8957 F:      include/linux/mfd/samsung/
8958 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8959 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8960
8961 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8962 M:      Kyungmin Park <kyungmin.park@samsung.com>
8963 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8964 L:      linux-media@vger.kernel.org
8965 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8966 S:      Supported
8967 F:      drivers/media/platform/exynos4-is/
8968
8969 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8970 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8971 L:      linux-media@vger.kernel.org
8972 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8973 S:      Maintained
8974 F:      drivers/media/platform/s3c-camif/
8975 F:      include/media/s3c_camif.h
8976
8977 SAMSUNG S5C73M3 CAMERA DRIVER
8978 M:      Kyungmin Park <kyungmin.park@samsung.com>
8979 M:      Andrzej Hajda <a.hajda@samsung.com>
8980 L:      linux-media@vger.kernel.org
8981 S:      Supported
8982 F:      drivers/media/i2c/s5c73m3/*
8983
8984 SAMSUNG S5K5BAF CAMERA DRIVER
8985 M:      Kyungmin Park <kyungmin.park@samsung.com>
8986 M:      Andrzej Hajda <a.hajda@samsung.com>
8987 L:      linux-media@vger.kernel.org
8988 S:      Supported
8989 F:      drivers/media/i2c/s5k5baf.c
8990
8991 SAMSUNG S3FWRN5 NFC DRIVER
8992 M:      Robert Baldyga <r.baldyga@samsung.com>
8993 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8994 S:      Supported
8995 F:      drivers/nfc/s3fwrn5
8996
8997 SAMSUNG SOC CLOCK DRIVERS
8998 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8999 M:      Tomasz Figa <tomasz.figa@gmail.com>
9000 S:      Supported
9001 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9002 F:      drivers/clk/samsung/
9003
9004 SAMSUNG SXGBE DRIVERS
9005 M:      Byungho An <bh74.an@samsung.com>
9006 M:      Girish K S <ks.giri@samsung.com>
9007 M:      Vipul Pandya <vipul.pandya@samsung.com>
9008 S:      Supported
9009 L:      netdev@vger.kernel.org
9010 F:      drivers/net/ethernet/samsung/sxgbe/
9011
9012 SAMSUNG THERMAL DRIVER
9013 M:      Lukasz Majewski <l.majewski@samsung.com>
9014 L:      linux-pm@vger.kernel.org
9015 L:      linux-samsung-soc@vger.kernel.org
9016 S:      Supported
9017 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9018 F:      drivers/thermal/samsung/
9019
9020 SAMSUNG USB2 PHY DRIVER
9021 M:      Kamil Debski <k.debski@samsung.com>
9022 L:      linux-kernel@vger.kernel.org
9023 S:      Supported
9024 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9025 F:      Documentation/phy/samsung-usb2.txt
9026 F:      drivers/phy/phy-exynos4210-usb2.c
9027 F:      drivers/phy/phy-exynos4x12-usb2.c
9028 F:      drivers/phy/phy-exynos5250-usb2.c
9029 F:      drivers/phy/phy-s5pv210-usb2.c
9030 F:      drivers/phy/phy-samsung-usb2.c
9031 F:      drivers/phy/phy-samsung-usb2.h
9032
9033 SERIAL DRIVERS
9034 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9035 L:      linux-serial@vger.kernel.org
9036 S:      Maintained
9037 F:      drivers/tty/serial/
9038
9039 SYNOPSYS DESIGNWARE DMAC DRIVER
9040 M:      Viresh Kumar <vireshk@kernel.org>
9041 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9042 S:      Maintained
9043 F:      include/linux/dma/dw.h
9044 F:      include/linux/platform_data/dma-dw.h
9045 F:      drivers/dma/dw/
9046
9047 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9048 M: Lars Persson <lars.persson@axis.com>
9049 L: netdev@vger.kernel.org
9050 S: Supported
9051 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9052 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9053
9054 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9055 M:      Seungwon Jeon <tgih.jun@samsung.com>
9056 M:      Jaehoon Chung <jh80.chung@samsung.com>
9057 L:      linux-mmc@vger.kernel.org
9058 S:      Maintained
9059 F:      include/linux/mmc/dw_mmc.h
9060 F:      drivers/mmc/host/dw_mmc*
9061
9062 THUNDERBOLT DRIVER
9063 M:      Andreas Noever <andreas.noever@gmail.com>
9064 S:      Maintained
9065 F:      drivers/thunderbolt/
9066
9067 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9068 M:      John Stultz <john.stultz@linaro.org>
9069 M:      Thomas Gleixner <tglx@linutronix.de>
9070 L:      linux-kernel@vger.kernel.org
9071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9072 S:      Supported
9073 F:      include/linux/clocksource.h
9074 F:      include/linux/time.h
9075 F:      include/linux/timex.h
9076 F:      include/uapi/linux/time.h
9077 F:      include/uapi/linux/timex.h
9078 F:      kernel/time/clocksource.c
9079 F:      kernel/time/time*.c
9080 F:      kernel/time/ntp.c
9081 F:      tools/testing/selftests/timers/
9082
9083 SC1200 WDT DRIVER
9084 M:      Zwane Mwaikambo <zwanem@gmail.com>
9085 S:      Maintained
9086 F:      drivers/watchdog/sc1200wdt.c
9087
9088 SCHEDULER
9089 M:      Ingo Molnar <mingo@redhat.com>
9090 M:      Peter Zijlstra <peterz@infradead.org>
9091 L:      linux-kernel@vger.kernel.org
9092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9093 S:      Maintained
9094 F:      kernel/sched/
9095 F:      include/linux/sched.h
9096 F:      include/uapi/linux/sched.h
9097 F:      include/linux/wait.h
9098
9099 SCORE ARCHITECTURE
9100 M:      Chen Liqin <liqin.linux@gmail.com>
9101 M:      Lennox Wu <lennox.wu@gmail.com>
9102 W:      http://www.sunplus.com
9103 S:      Supported
9104 F:      arch/score/
9105
9106 SCSI CDROM DRIVER
9107 M:      Jens Axboe <axboe@kernel.dk>
9108 L:      linux-scsi@vger.kernel.org
9109 W:      http://www.kernel.dk
9110 S:      Maintained
9111 F:      drivers/scsi/sr*
9112
9113 SCSI RDMA PROTOCOL (SRP) INITIATOR
9114 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9115 L:      linux-rdma@vger.kernel.org
9116 S:      Supported
9117 W:      http://www.openfabrics.org
9118 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9120 F:      drivers/infiniband/ulp/srp/
9121 F:      include/scsi/srp.h
9122
9123 SCSI SG DRIVER
9124 M:      Doug Gilbert <dgilbert@interlog.com>
9125 L:      linux-scsi@vger.kernel.org
9126 W:      http://sg.danny.cz/sg
9127 S:      Maintained
9128 F:      Documentation/scsi/scsi-generic.txt
9129 F:      drivers/scsi/sg.c
9130 F:      include/scsi/sg.h
9131
9132 SCSI SUBSYSTEM
9133 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9134 L:      linux-scsi@vger.kernel.org
9135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9136 S:      Maintained
9137 F:      drivers/scsi/
9138 F:      include/scsi/
9139
9140 SCSI TAPE DRIVER
9141 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9142 L:      linux-scsi@vger.kernel.org
9143 S:      Maintained
9144 F:      Documentation/scsi/st.txt
9145 F:      drivers/scsi/st.*
9146 F:      drivers/scsi/st_*.h
9147
9148 SCTP PROTOCOL
9149 M:      Vlad Yasevich <vyasevich@gmail.com>
9150 M:      Neil Horman <nhorman@tuxdriver.com>
9151 L:      linux-sctp@vger.kernel.org
9152 W:      http://lksctp.sourceforge.net
9153 S:      Maintained
9154 F:      Documentation/networking/sctp.txt
9155 F:      include/linux/sctp.h
9156 F:      include/uapi/linux/sctp.h
9157 F:      include/net/sctp/
9158 F:      net/sctp/
9159
9160 SCx200 CPU SUPPORT
9161 M:      Jim Cromie <jim.cromie@gmail.com>
9162 S:      Odd Fixes
9163 F:      Documentation/i2c/busses/scx200_acb
9164 F:      arch/x86/platform/scx200/
9165 F:      drivers/watchdog/scx200_wdt.c
9166 F:      drivers/i2c/busses/scx200*
9167 F:      drivers/mtd/maps/scx200_docflash.c
9168 F:      include/linux/scx200.h
9169
9170 SCx200 GPIO DRIVER
9171 M:      Jim Cromie <jim.cromie@gmail.com>
9172 S:      Maintained
9173 F:      drivers/char/scx200_gpio.c
9174 F:      include/linux/scx200_gpio.h
9175
9176 SCx200 HRT CLOCKSOURCE DRIVER
9177 M:      Jim Cromie <jim.cromie@gmail.com>
9178 S:      Maintained
9179 F:      drivers/clocksource/scx200_hrt.c
9180
9181 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9182 M:      Sascha Sommer <saschasommer@freenet.de>
9183 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9184 S:      Maintained
9185 F:      drivers/mmc/host/sdricoh_cs.c
9186
9187 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9188 L:      linux-mmc@vger.kernel.org
9189 S:      Orphan
9190 F:      drivers/mmc/host/sdhci.*
9191 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9192
9193 SECURE COMPUTING
9194 M:      Kees Cook <keescook@chromium.org>
9195 R:      Andy Lutomirski <luto@amacapital.net>
9196 R:      Will Drewry <wad@chromium.org>
9197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9198 S:      Supported
9199 F:      kernel/seccomp.c
9200 F:      include/uapi/linux/seccomp.h
9201 F:      include/linux/seccomp.h
9202 F:      tools/testing/selftests/seccomp/*
9203 K:      \bsecure_computing
9204 K:      \bTIF_SECCOMP\b
9205
9206 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9207 M:      Ben Dooks <ben-linux@fluff.org>
9208 M:      Jaehoon Chung <jh80.chung@samsung.com>
9209 L:      linux-mmc@vger.kernel.org
9210 S:      Maintained
9211 F:      drivers/mmc/host/sdhci-s3c*
9212
9213 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9214 M:      Viresh Kumar <vireshk@kernel.org>
9215 L:      spear-devel@list.st.com
9216 L:      linux-mmc@vger.kernel.org
9217 S:      Maintained
9218 F:      drivers/mmc/host/sdhci-spear.c
9219
9220 SECURITY SUBSYSTEM
9221 M:      James Morris <james.l.morris@oracle.com>
9222 M:      "Serge E. Hallyn" <serge@hallyn.com>
9223 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9225 W:      http://kernsec.org/
9226 S:      Supported
9227 F:      security/
9228
9229 SECURITY CONTACT
9230 M:      Security Officers <security@kernel.org>
9231 S:      Supported
9232
9233 SELINUX SECURITY MODULE
9234 M:      Paul Moore <paul@paul-moore.com>
9235 M:      Stephen Smalley <sds@tycho.nsa.gov>
9236 M:      Eric Paris <eparis@parisplace.org>
9237 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9238 W:      http://selinuxproject.org
9239 T:      git git://git.infradead.org/users/pcmoore/selinux
9240 S:      Supported
9241 F:      include/linux/selinux*
9242 F:      security/selinux/
9243 F:      scripts/selinux/
9244
9245 APPARMOR SECURITY MODULE
9246 M:      John Johansen <john.johansen@canonical.com>
9247 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9248 W:      apparmor.wiki.kernel.org
9249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9250 S:      Supported
9251 F:      security/apparmor/
9252
9253 SENSABLE PHANTOM
9254 M:      Jiri Slaby <jirislaby@gmail.com>
9255 S:      Maintained
9256 F:      drivers/misc/phantom.c
9257 F:      include/uapi/linux/phantom.h
9258
9259 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9260 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9261 M:      Minh Tran <minh.tran@avagotech.com>
9262 M:      John Soni Jose <sony.john-n@avagotech.com>
9263 L:      linux-scsi@vger.kernel.org
9264 W:      http://www.avagotech.com
9265 S:      Supported
9266 F:      drivers/scsi/be2iscsi/
9267
9268 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9269 M:      Sathya Perla <sathya.perla@avagotech.com>
9270 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9271 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9272 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9273 L:      netdev@vger.kernel.org
9274 W:      http://www.emulex.com
9275 S:      Supported
9276 F:      drivers/net/ethernet/emulex/benet/
9277
9278 EMULEX ONECONNECT ROCE DRIVER
9279 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9280 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9281 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9282 L:      linux-rdma@vger.kernel.org
9283 W:      http://www.emulex.com
9284 S:      Supported
9285 F:      drivers/infiniband/hw/ocrdma/
9286
9287 SFC NETWORK DRIVER
9288 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9289 M:      Shradha Shah <sshah@solarflare.com>
9290 L:      netdev@vger.kernel.org
9291 S:      Supported
9292 F:      drivers/net/ethernet/sfc/
9293
9294 SGI GRU DRIVER
9295 M:      Dimitri Sivanich <sivanich@sgi.com>
9296 S:      Maintained
9297 F:      drivers/misc/sgi-gru/
9298
9299 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9300 M:      Pat Gefre <pfg@sgi.com>
9301 L:      linux-ia64@vger.kernel.org
9302 S:      Supported
9303 F:      Documentation/ia64/serial.txt
9304 F:      drivers/tty/serial/ioc?_serial.c
9305 F:      include/linux/ioc?.h
9306
9307 SGI XP/XPC/XPNET DRIVER
9308 M:      Cliff Whickman <cpw@sgi.com>
9309 M:      Robin Holt <robinmholt@gmail.com>
9310 S:      Maintained
9311 F:      drivers/misc/sgi-xp/
9312
9313 SI2157 MEDIA DRIVER
9314 M:      Antti Palosaari <crope@iki.fi>
9315 L:      linux-media@vger.kernel.org
9316 W:      http://linuxtv.org/
9317 W:      http://palosaari.fi/linux/
9318 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9319 T:      git git://linuxtv.org/anttip/media_tree.git
9320 S:      Maintained
9321 F:      drivers/media/tuners/si2157*
9322
9323 SI2168 MEDIA DRIVER
9324 M:      Antti Palosaari <crope@iki.fi>
9325 L:      linux-media@vger.kernel.org
9326 W:      http://linuxtv.org/
9327 W:      http://palosaari.fi/linux/
9328 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9329 T:      git git://linuxtv.org/anttip/media_tree.git
9330 S:      Maintained
9331 F:      drivers/media/dvb-frontends/si2168*
9332
9333 SI470X FM RADIO RECEIVER I2C DRIVER
9334 M:      Hans Verkuil <hverkuil@xs4all.nl>
9335 L:      linux-media@vger.kernel.org
9336 T:      git git://linuxtv.org/media_tree.git
9337 W:      http://linuxtv.org
9338 S:      Odd Fixes
9339 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9340
9341 SI470X FM RADIO RECEIVER USB DRIVER
9342 M:      Hans Verkuil <hverkuil@xs4all.nl>
9343 L:      linux-media@vger.kernel.org
9344 T:      git git://linuxtv.org/media_tree.git
9345 W:      http://linuxtv.org
9346 S:      Maintained
9347 F:      drivers/media/radio/si470x/radio-si470x-common.c
9348 F:      drivers/media/radio/si470x/radio-si470x.h
9349 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9350
9351 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9352 M:      Eduardo Valentin <edubezval@gmail.com>
9353 L:      linux-media@vger.kernel.org
9354 T:      git git://linuxtv.org/media_tree.git
9355 W:      http://linuxtv.org
9356 S:      Odd Fixes
9357 F:      drivers/media/radio/si4713/si4713.?
9358
9359 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9360 M:      Eduardo Valentin <edubezval@gmail.com>
9361 L:      linux-media@vger.kernel.org
9362 T:      git git://linuxtv.org/media_tree.git
9363 W:      http://linuxtv.org
9364 S:      Odd Fixes
9365 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9366
9367 SI4713 FM RADIO TRANSMITTER USB DRIVER
9368 M:      Hans Verkuil <hverkuil@xs4all.nl>
9369 L:      linux-media@vger.kernel.org
9370 T:      git git://linuxtv.org/media_tree.git
9371 W:      http://linuxtv.org
9372 S:      Maintained
9373 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9374
9375 SIANO DVB DRIVER
9376 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9377 L:      linux-media@vger.kernel.org
9378 W:      http://linuxtv.org
9379 T:      git git://linuxtv.org/media_tree.git
9380 S:      Odd fixes
9381 F:      drivers/media/common/siano/
9382 F:      drivers/media/usb/siano/
9383 F:      drivers/media/usb/siano/
9384 F:      drivers/media/mmc/siano/
9385
9386 SIMPLEFB FB DRIVER
9387 M:      Hans de Goede <hdegoede@redhat.com>
9388 L:      linux-fbdev@vger.kernel.org
9389 S:      Maintained
9390 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9391 F:      drivers/video/fbdev/simplefb.c
9392 F:      include/linux/platform_data/simplefb.h
9393
9394 SH_VEU V4L2 MEM2MEM DRIVER
9395 L:      linux-media@vger.kernel.org
9396 S:      Orphan
9397 F:      drivers/media/platform/sh_veu.c
9398
9399 SH_VOU V4L2 OUTPUT DRIVER
9400 L:      linux-media@vger.kernel.org
9401 S:      Orphan
9402 F:      drivers/media/platform/sh_vou.c
9403 F:      include/media/sh_vou.h
9404
9405 SIMPLE FIRMWARE INTERFACE (SFI)
9406 M:      Len Brown <lenb@kernel.org>
9407 L:      sfi-devel@simplefirmware.org
9408 W:      http://simplefirmware.org/
9409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9410 S:      Supported
9411 F:      arch/x86/platform/sfi/
9412 F:      drivers/sfi/
9413 F:      include/linux/sfi*.h
9414
9415 SIMTEC EB110ATX (Chalice CATS)
9416 P:      Ben Dooks
9417 P:      Vincent Sanders <vince@simtec.co.uk>
9418 M:      Simtec Linux Team <linux@simtec.co.uk>
9419 W:      http://www.simtec.co.uk/products/EB110ATX/
9420 S:      Supported
9421
9422 SIMTEC EB2410ITX (BAST)
9423 P:      Ben Dooks
9424 P:      Vincent Sanders <vince@simtec.co.uk>
9425 M:      Simtec Linux Team <linux@simtec.co.uk>
9426 W:      http://www.simtec.co.uk/products/EB2410ITX/
9427 S:      Supported
9428 F:      arch/arm/mach-s3c24xx/mach-bast.c
9429 F:      arch/arm/mach-s3c24xx/bast-ide.c
9430 F:      arch/arm/mach-s3c24xx/bast-irq.c
9431
9432 TI DAVINCI MACHINE SUPPORT
9433 M:      Sekhar Nori <nsekhar@ti.com>
9434 M:      Kevin Hilman <khilman@deeprootsystems.com>
9435 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9436 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9437 S:      Supported
9438 F:      arch/arm/mach-davinci/
9439 F:      drivers/i2c/busses/i2c-davinci.c
9440
9441 TI DAVINCI SERIES MEDIA DRIVER
9442 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9443 L:      linux-media@vger.kernel.org
9444 W:      http://linuxtv.org/
9445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9446 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9447 S:      Maintained
9448 F:      drivers/media/platform/davinci/
9449 F:      include/media/davinci/
9450
9451 TI AM437X VPFE DRIVER
9452 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9453 L:      linux-media@vger.kernel.org
9454 W:      http://linuxtv.org/
9455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9456 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9457 S:      Maintained
9458 F:      drivers/media/platform/am437x/
9459
9460 OV2659 OMNIVISION SENSOR DRIVER
9461 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9462 L:      linux-media@vger.kernel.org
9463 W:      http://linuxtv.org/
9464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9465 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9466 S:      Maintained
9467 F:      drivers/media/i2c/ov2659.c
9468 F:      include/media/ov2659.h
9469
9470 SIS 190 ETHERNET DRIVER
9471 M:      Francois Romieu <romieu@fr.zoreil.com>
9472 L:      netdev@vger.kernel.org
9473 S:      Maintained
9474 F:      drivers/net/ethernet/sis/sis190.c
9475
9476 SIS 900/7016 FAST ETHERNET DRIVER
9477 M:      Daniele Venzano <venza@brownhat.org>
9478 W:      http://www.brownhat.org/sis900.html
9479 L:      netdev@vger.kernel.org
9480 S:      Maintained
9481 F:      drivers/net/ethernet/sis/sis900.*
9482
9483 SIS FRAMEBUFFER DRIVER
9484 M:      Thomas Winischhofer <thomas@winischhofer.net>
9485 W:      http://www.winischhofer.net/linuxsisvga.shtml
9486 S:      Maintained
9487 F:      Documentation/fb/sisfb.txt
9488 F:      drivers/video/fbdev/sis/
9489 F:      include/video/sisfb.h
9490
9491 SIS USB2VGA DRIVER
9492 M:      Thomas Winischhofer <thomas@winischhofer.net>
9493 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9494 S:      Maintained
9495 F:      drivers/usb/misc/sisusbvga/
9496
9497 SLAB ALLOCATOR
9498 M:      Christoph Lameter <cl@linux.com>
9499 M:      Pekka Enberg <penberg@kernel.org>
9500 M:      David Rientjes <rientjes@google.com>
9501 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9502 M:      Andrew Morton <akpm@linux-foundation.org>
9503 L:      linux-mm@kvack.org
9504 S:      Maintained
9505 F:      include/linux/sl?b*.h
9506 F:      mm/sl?b*
9507
9508 SLEEPABLE READ-COPY UPDATE (SRCU)
9509 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9510 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9511 M:      Josh Triplett <josh@joshtriplett.org>
9512 R:      Steven Rostedt <rostedt@goodmis.org>
9513 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9514 L:      linux-kernel@vger.kernel.org
9515 W:      http://www.rdrop.com/users/paulmck/RCU/
9516 S:      Supported
9517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9518 F:      include/linux/srcu.h
9519 F:      kernel/rcu/srcu.c
9520
9521 SMACK SECURITY MODULE
9522 M:      Casey Schaufler <casey@schaufler-ca.com>
9523 L:      linux-security-module@vger.kernel.org
9524 W:      http://schaufler-ca.com
9525 T:      git git://git.gitorious.org/smack-next/kernel.git
9526 S:      Maintained
9527 F:      Documentation/security/Smack.txt
9528 F:      security/smack/
9529
9530 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9531 M:      Kevin Hilman <khilman@kernel.org>
9532 M:      Nishanth Menon <nm@ti.com>
9533 S:      Maintained
9534 F:      drivers/power/avs/
9535 F:      include/linux/power/smartreflex.h
9536 L:      linux-pm@vger.kernel.org
9537
9538 SMC91x ETHERNET DRIVER
9539 M:      Nicolas Pitre <nico@fluxnic.net>
9540 S:      Odd Fixes
9541 F:      drivers/net/ethernet/smsc/smc91x.*
9542
9543 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9544 M:      Sakari Ailus <sakari.ailus@iki.fi>
9545 L:      linux-media@vger.kernel.org
9546 S:      Maintained
9547 F:      drivers/media/i2c/smiapp/
9548 F:      include/media/smiapp.h
9549 F:      drivers/media/i2c/smiapp-pll.c
9550 F:      drivers/media/i2c/smiapp-pll.h
9551 F:      include/uapi/linux/smiapp.h
9552 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9553
9554 SMM665 HARDWARE MONITOR DRIVER
9555 M:      Guenter Roeck <linux@roeck-us.net>
9556 L:      lm-sensors@lm-sensors.org
9557 S:      Maintained
9558 F:      Documentation/hwmon/smm665
9559 F:      drivers/hwmon/smm665.c
9560
9561 SMSC EMC2103 HARDWARE MONITOR DRIVER
9562 M:      Steve Glendinning <steve.glendinning@shawell.net>
9563 L:      lm-sensors@lm-sensors.org
9564 S:      Maintained
9565 F:      Documentation/hwmon/emc2103
9566 F:      drivers/hwmon/emc2103.c
9567
9568 SMSC SCH5627 HARDWARE MONITOR DRIVER
9569 M:      Hans de Goede <hdegoede@redhat.com>
9570 L:      lm-sensors@lm-sensors.org
9571 S:      Supported
9572 F:      Documentation/hwmon/sch5627
9573 F:      drivers/hwmon/sch5627.c
9574
9575 SMSC47B397 HARDWARE MONITOR DRIVER
9576 M:      Jean Delvare <jdelvare@suse.com>
9577 L:      lm-sensors@lm-sensors.org
9578 S:      Maintained
9579 F:      Documentation/hwmon/smsc47b397
9580 F:      drivers/hwmon/smsc47b397.c
9581
9582 SMSC911x ETHERNET DRIVER
9583 M:      Steve Glendinning <steve.glendinning@shawell.net>
9584 L:      netdev@vger.kernel.org
9585 S:      Maintained
9586 F:      include/linux/smsc911x.h
9587 F:      drivers/net/ethernet/smsc/smsc911x.*
9588
9589 SMSC9420 PCI ETHERNET DRIVER
9590 M:      Steve Glendinning <steve.glendinning@shawell.net>
9591 L:      netdev@vger.kernel.org
9592 S:      Maintained
9593 F:      drivers/net/ethernet/smsc/smsc9420.*
9594
9595 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9596 M:      Steve Glendinning <steve.glendinning@shawell.net>
9597 L:      linux-fbdev@vger.kernel.org
9598 S:      Maintained
9599 F:      drivers/video/fbdev/smscufx.c
9600
9601 SOC-CAMERA V4L2 SUBSYSTEM
9602 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9603 L:      linux-media@vger.kernel.org
9604 T:      git git://linuxtv.org/media_tree.git
9605 S:      Maintained
9606 F:      include/media/soc*
9607 F:      drivers/media/i2c/soc_camera/
9608 F:      drivers/media/platform/soc_camera/
9609
9610 SOEKRIS NET48XX LED SUPPORT
9611 M:      Chris Boot <bootc@bootc.net>
9612 S:      Maintained
9613 F:      drivers/leds/leds-net48xx.c
9614
9615 SOFTLOGIC 6x10 MPEG CODEC
9616 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9617 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9618 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9619 M:      Ismael Luceno <ismael@iodev.co.uk>
9620 L:      linux-media@vger.kernel.org
9621 S:      Supported
9622 F:      drivers/media/pci/solo6x10/
9623
9624 SOFTWARE RAID (Multiple Disks) SUPPORT
9625 M:      Neil Brown <neilb@suse.com>
9626 L:      linux-raid@vger.kernel.org
9627 S:      Supported
9628 F:      drivers/md/
9629 F:      include/linux/raid/
9630 F:      include/uapi/linux/raid/
9631
9632 SONIC NETWORK DRIVER
9633 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9634 L:      netdev@vger.kernel.org
9635 S:      Maintained
9636 F:      drivers/net/ethernet/natsemi/sonic.*
9637
9638 SONICS SILICON BACKPLANE DRIVER (SSB)
9639 M:      Michael Buesch <m@bues.ch>
9640 L:      netdev@vger.kernel.org
9641 S:      Maintained
9642 F:      drivers/ssb/
9643 F:      include/linux/ssb/
9644
9645 SONY VAIO CONTROL DEVICE DRIVER
9646 M:      Mattia Dongili <malattia@linux.it>
9647 L:      platform-driver-x86@vger.kernel.org
9648 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9649 S:      Maintained
9650 F:      Documentation/laptops/sony-laptop.txt
9651 F:      drivers/char/sonypi.c
9652 F:      drivers/platform/x86/sony-laptop.c
9653 F:      include/linux/sony-laptop.h
9654
9655 SONY MEMORYSTICK CARD SUPPORT
9656 M:      Alex Dubov <oakad@yahoo.com>
9657 W:      http://tifmxx.berlios.de/
9658 S:      Maintained
9659 F:      drivers/memstick/host/tifm_ms.c
9660
9661 SONY MEMORYSTICK STANDARD SUPPORT
9662 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9663 S:      Maintained
9664 F:      drivers/memstick/core/ms_block.*
9665
9666 SOUND
9667 M:      Jaroslav Kysela <perex@perex.cz>
9668 M:      Takashi Iwai <tiwai@suse.com>
9669 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9670 W:      http://www.alsa-project.org/
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9672 T:      git git://git.alsa-project.org/alsa-kernel.git
9673 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9674 S:      Maintained
9675 F:      Documentation/sound/
9676 F:      include/sound/
9677 F:      include/uapi/sound/
9678 F:      sound/
9679
9680 SOUND - COMPRESSED AUDIO
9681 M:      Vinod Koul <vinod.koul@intel.com>
9682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9684 S:      Supported
9685 F:      Documentation/sound/alsa/compress_offload.txt
9686 F:      include/sound/compress_driver.h
9687 F:      include/uapi/sound/compress_*
9688 F:      sound/core/compress_offload.c
9689 F:      sound/soc/soc-compress.c
9690
9691 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9692 M:      Liam Girdwood <lgirdwood@gmail.com>
9693 M:      Mark Brown <broonie@kernel.org>
9694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9696 W:      http://alsa-project.org/main/index.php/ASoC
9697 S:      Supported
9698 F:      Documentation/sound/alsa/soc/
9699 F:      sound/soc/
9700 F:      include/sound/soc*
9701
9702 SOUND - DMAENGINE HELPERS
9703 M:      Lars-Peter Clausen <lars@metafoo.de>
9704 S:      Supported
9705 F:      include/sound/dmaengine_pcm.h
9706 F:      sound/core/pcm_dmaengine.c
9707 F:      sound/soc/soc-generic-dmaengine-pcm.c
9708
9709 SP2 MEDIA DRIVER
9710 M:      Olli Salonen <olli.salonen@iki.fi>
9711 L:      linux-media@vger.kernel.org
9712 W:      http://linuxtv.org/
9713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9714 S:      Maintained
9715 F:      drivers/media/dvb-frontends/sp2*
9716
9717 SPARC + UltraSPARC (sparc/sparc64)
9718 M:      "David S. Miller" <davem@davemloft.net>
9719 L:      sparclinux@vger.kernel.org
9720 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9723 S:      Maintained
9724 F:      arch/sparc/
9725 F:      drivers/sbus/
9726
9727 SPARC SERIAL DRIVERS
9728 M:      "David S. Miller" <davem@davemloft.net>
9729 L:      sparclinux@vger.kernel.org
9730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9732 S:      Maintained
9733 F:      include/linux/sunserialcore.h
9734 F:      drivers/tty/serial/suncore.c
9735 F:      drivers/tty/serial/sunhv.c
9736 F:      drivers/tty/serial/sunsab.c
9737 F:      drivers/tty/serial/sunsab.h
9738 F:      drivers/tty/serial/sunsu.c
9739 F:      drivers/tty/serial/sunzilog.c
9740 F:      drivers/tty/serial/sunzilog.h
9741
9742 SPARSE CHECKER
9743 M:      "Christopher Li" <sparse@chrisli.org>
9744 L:      linux-sparse@vger.kernel.org
9745 W:      https://sparse.wiki.kernel.org/
9746 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9747 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9748 S:      Maintained
9749 F:      include/linux/compiler.h
9750
9751 SPEAR PLATFORM SUPPORT
9752 M:      Viresh Kumar <vireshk@kernel.org>
9753 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9754 L:      spear-devel@list.st.com
9755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9756 W:      http://www.st.com/spear
9757 S:      Maintained
9758 F:      arch/arm/mach-spear/
9759
9760 SPEAR CLOCK FRAMEWORK SUPPORT
9761 M:      Viresh Kumar <vireshk@kernel.org>
9762 L:      spear-devel@list.st.com
9763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9764 W:      http://www.st.com/spear
9765 S:      Maintained
9766 F:      drivers/clk/spear/
9767
9768 SPI SUBSYSTEM
9769 M:      Mark Brown <broonie@kernel.org>
9770 L:      linux-spi@vger.kernel.org
9771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9772 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9773 S:      Maintained
9774 F:      Documentation/spi/
9775 F:      drivers/spi/
9776 F:      include/linux/spi/
9777 F:      include/uapi/linux/spi/
9778
9779 SPIDERNET NETWORK DRIVER for CELL
9780 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9781 L:      netdev@vger.kernel.org
9782 S:      Supported
9783 F:      Documentation/networking/spider_net.txt
9784 F:      drivers/net/ethernet/toshiba/spider_net*
9785
9786 SPU FILE SYSTEM
9787 M:      Jeremy Kerr <jk@ozlabs.org>
9788 L:      linuxppc-dev@lists.ozlabs.org
9789 W:      http://www.ibm.com/developerworks/power/cell/
9790 S:      Supported
9791 F:      Documentation/filesystems/spufs.txt
9792 F:      arch/powerpc/platforms/cell/spufs/
9793
9794 SQUASHFS FILE SYSTEM
9795 M:      Phillip Lougher <phillip@squashfs.org.uk>
9796 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9797 W:      http://squashfs.org.uk
9798 S:      Maintained
9799 F:      Documentation/filesystems/squashfs.txt
9800 F:      fs/squashfs/
9801
9802 SRM (Alpha) environment access
9803 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9804 S:      Maintained
9805 F:      arch/alpha/kernel/srm_env.c
9806
9807 STABLE BRANCH
9808 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9809 L:      stable@vger.kernel.org
9810 S:      Supported
9811 F:      Documentation/stable_kernel_rules.txt
9812
9813 STAGING SUBSYSTEM
9814 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9816 L:      devel@driverdev.osuosl.org
9817 S:      Supported
9818 F:      drivers/staging/
9819
9820 STAGING - COMEDI
9821 M:      Ian Abbott <abbotti@mev.co.uk>
9822 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9823 S:      Odd Fixes
9824 F:      drivers/staging/comedi/
9825
9826 STAGING - FLARION FT1000 DRIVERS
9827 M:      Marek Belisko <marek.belisko@gmail.com>
9828 S:      Odd Fixes
9829 F:      drivers/staging/ft1000/
9830
9831 STAGING - INDUSTRIAL IO
9832 M:      Jonathan Cameron <jic23@kernel.org>
9833 L:      linux-iio@vger.kernel.org
9834 S:      Odd Fixes
9835 F:      drivers/staging/iio/
9836
9837 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9838 M:      Jarod Wilson <jarod@wilsonet.com>
9839 W:      http://www.lirc.org/
9840 S:      Odd Fixes
9841 F:      drivers/staging/media/lirc/
9842
9843 STAGING - LUSTRE PARALLEL FILESYSTEM
9844 M:      Oleg Drokin <oleg.drokin@intel.com>
9845 M:      Andreas Dilger <andreas.dilger@intel.com>
9846 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9847 W:      http://lustre.opensfs.org/
9848 S:      Maintained
9849 F:      drivers/staging/lustre
9850
9851 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9852 M:      Julian Andres Klode <jak@jak-linux.org>
9853 M:      Marc Dietrich <marvin24@gmx.de>
9854 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9855 L:      linux-tegra@vger.kernel.org
9856 S:      Maintained
9857 F:      drivers/staging/nvec/
9858
9859 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9860 M:      Jens Frederich <jfrederich@gmail.com>
9861 M:      Daniel Drake <dsd@laptop.org>
9862 M:      Jon Nettleton <jon.nettleton@gmail.com>
9863 W:      http://wiki.laptop.org/go/DCON
9864 S:      Maintained
9865 F:      drivers/staging/olpc_dcon/
9866
9867 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9868 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9869 S:      Maintained
9870 F:      drivers/staging/ozwpan/
9871
9872 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9873 M:      Willy Tarreau <willy@meta-x.org>
9874 S:      Odd Fixes
9875 F:      drivers/staging/panel/
9876
9877 STAGING - REALTEK RTL8712U DRIVERS
9878 M:      Larry Finger <Larry.Finger@lwfinger.net>
9879 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9880 S:      Odd Fixes
9881 F:      drivers/staging/rtl8712/
9882
9883 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9884 M:      Larry Finger <Larry.Finger@lwfinger.net>
9885 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9886 L:      linux-wireless@vger.kernel.org
9887 S:      Maintained
9888 F:      drivers/staging/rtl8723au/
9889
9890 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9891 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9892 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9893 M:      Sudip Mukherjee <sudip@vectorindia.org>
9894 L:      linux-fbdev@vger.kernel.org
9895 S:      Maintained
9896 F:      drivers/staging/sm7xxfb/
9897
9898 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9899 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9900 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9901 M:      Sudip Mukherjee <sudip@vectorindia.org>
9902 L:      linux-fbdev@vger.kernel.org
9903 S:      Maintained
9904 F:      drivers/staging/sm750fb/
9905
9906 STAGING - SLICOSS
9907 M:      Lior Dotan <liodot@gmail.com>
9908 M:      Christopher Harrer <charrer@alacritech.com>
9909 S:      Odd Fixes
9910 F:      drivers/staging/slicoss/
9911
9912 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9913 M:      William Hubbs <w.d.hubbs@gmail.com>
9914 M:      Chris Brannon <chris@the-brannons.com>
9915 M:      Kirk Reiser <kirk@reisers.ca>
9916 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9917 L:      speakup@linux-speakup.org
9918 W:      http://www.linux-speakup.org/
9919 S:      Odd Fixes
9920 F:      drivers/staging/speakup/
9921
9922 STAGING - VIA VT665X DRIVERS
9923 M:      Forest Bond <forest@alittletooquiet.net>
9924 S:      Odd Fixes
9925 F:      drivers/staging/vt665?/
9926
9927 STAGING - WILC1000 WIFI DRIVER
9928 M:      Johnny Kim <johnny.kim@atmel.com>
9929 M:      Rachel Kim <rachel.kim@atmel.com>
9930 M:      Dean Lee <dean.lee@atmel.com>
9931 M:      Chris Park <chris.park@atmel.com>
9932 L:      linux-wireless@vger.kernel.org
9933 S:      Supported
9934 F:      drivers/staging/wilc1000/
9935
9936 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9937 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9938 S:      Odd Fixes
9939 F:      drivers/staging/xgifb/
9940
9941 STARFIRE/DURALAN NETWORK DRIVER
9942 M:      Ion Badulescu <ionut@badula.org>
9943 S:      Odd Fixes
9944 F:      drivers/net/ethernet/adaptec/starfire*
9945
9946 SUN3/3X
9947 M:      Sam Creasey <sammy@sammy.net>
9948 W:      http://sammy.net/sun3/
9949 S:      Maintained
9950 F:      arch/m68k/kernel/*sun3*
9951 F:      arch/m68k/sun3*/
9952 F:      arch/m68k/include/asm/sun3*
9953 F:      drivers/net/ethernet/i825xx/sun3*
9954
9955 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9956 M:      Hans de Goede <hdegoede@redhat.com>
9957 L:      linux-input@vger.kernel.org
9958 S:      Maintained
9959 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9960 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9961
9962 SUNDANCE NETWORK DRIVER
9963 M:      Denis Kirjanov <kda@linux-powerpc.org>
9964 L:      netdev@vger.kernel.org
9965 S:      Maintained
9966 F:      drivers/net/ethernet/dlink/sundance.c
9967
9968 SUPERH
9969 L:      linux-sh@vger.kernel.org
9970 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9971 S:      Orphan
9972 F:      Documentation/sh/
9973 F:      arch/sh/
9974 F:      drivers/sh/
9975
9976 SUSPEND TO RAM
9977 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9978 M:      Len Brown <len.brown@intel.com>
9979 M:      Pavel Machek <pavel@ucw.cz>
9980 L:      linux-pm@vger.kernel.org
9981 S:      Supported
9982 F:      Documentation/power/
9983 F:      arch/x86/kernel/acpi/
9984 F:      drivers/base/power/
9985 F:      kernel/power/
9986 F:      include/linux/suspend.h
9987 F:      include/linux/freezer.h
9988 F:      include/linux/pm.h
9989
9990 SVGA HANDLING
9991 M:      Martin Mares <mj@ucw.cz>
9992 L:      linux-video@atrey.karlin.mff.cuni.cz
9993 S:      Maintained
9994 F:      Documentation/svga.txt
9995 F:      arch/x86/boot/video*
9996
9997 SWIOTLB SUBSYSTEM
9998 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9999 L:      linux-kernel@vger.kernel.org
10000 S:      Supported
10001 F:      lib/swiotlb.c
10002 F:      arch/*/kernel/pci-swiotlb.c
10003 F:      include/linux/swiotlb.h
10004
10005 SWITCHDEV
10006 M:      Jiri Pirko <jiri@resnulli.us>
10007 L:      netdev@vger.kernel.org
10008 S:      Supported
10009 F:      net/switchdev/
10010 F:      include/net/switchdev.h
10011
10012 SYNOPSYS ARC ARCHITECTURE
10013 M:      Vineet Gupta <vgupta@synopsys.com>
10014 S:      Supported
10015 F:      arch/arc/
10016 F:      Documentation/devicetree/bindings/arc/*
10017 F:      drivers/tty/serial/arc_uart.c
10018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10019
10020 SYNOPSYS ARC SDP platform support
10021 M:      Alexey Brodkin <abrodkin@synopsys.com>
10022 S:      Supported
10023 F:      arch/arc/plat-axs10x
10024 F:      arch/arc/boot/dts/ax*
10025 F:      Documentation/devicetree/bindings/arc/axs10*
10026
10027 SYSTEM CONFIGURATION (SYSCON)
10028 M:      Lee Jones <lee.jones@linaro.org>
10029 M:      Arnd Bergmann <arnd@arndb.de>
10030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10031 S:      Supported
10032 F:      drivers/mfd/syscon.c
10033
10034 SYSV FILESYSTEM
10035 M:      Christoph Hellwig <hch@infradead.org>
10036 S:      Maintained
10037 F:      Documentation/filesystems/sysv-fs.txt
10038 F:      fs/sysv/
10039 F:      include/linux/sysv_fs.h
10040
10041 TARGET SUBSYSTEM
10042 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10043 L:      linux-scsi@vger.kernel.org
10044 L:      target-devel@vger.kernel.org
10045 W:      http://www.linux-iscsi.org
10046 W:      http://groups.google.com/group/linux-iscsi-target-dev
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10048 S:      Supported
10049 F:      drivers/target/
10050 F:      include/target/
10051 F:      Documentation/target/
10052
10053 TASKSTATS STATISTICS INTERFACE
10054 M:      Balbir Singh <bsingharora@gmail.com>
10055 S:      Maintained
10056 F:      Documentation/accounting/taskstats*
10057 F:      include/linux/taskstats*
10058 F:      kernel/taskstats.c
10059
10060 TC CLASSIFIER
10061 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10062 L:      netdev@vger.kernel.org
10063 S:      Maintained
10064 F:      include/net/pkt_cls.h
10065 F:      include/uapi/linux/pkt_cls.h
10066 F:      net/sched/
10067
10068 TCP LOW PRIORITY MODULE
10069 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10070 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10071 W:      http://tcp-lp-mod.sourceforge.net/
10072 S:      Maintained
10073 F:      net/ipv4/tcp_lp.c
10074
10075 TDA10071 MEDIA DRIVER
10076 M:      Antti Palosaari <crope@iki.fi>
10077 L:      linux-media@vger.kernel.org
10078 W:      http://linuxtv.org/
10079 W:      http://palosaari.fi/linux/
10080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10081 T:      git git://linuxtv.org/anttip/media_tree.git
10082 S:      Maintained
10083 F:      drivers/media/dvb-frontends/tda10071*
10084
10085 TDA18212 MEDIA DRIVER
10086 M:      Antti Palosaari <crope@iki.fi>
10087 L:      linux-media@vger.kernel.org
10088 W:      http://linuxtv.org/
10089 W:      http://palosaari.fi/linux/
10090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10091 T:      git git://linuxtv.org/anttip/media_tree.git
10092 S:      Maintained
10093 F:      drivers/media/tuners/tda18212*
10094
10095 TDA18218 MEDIA DRIVER
10096 M:      Antti Palosaari <crope@iki.fi>
10097 L:      linux-media@vger.kernel.org
10098 W:      http://linuxtv.org/
10099 W:      http://palosaari.fi/linux/
10100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10101 T:      git git://linuxtv.org/anttip/media_tree.git
10102 S:      Maintained
10103 F:      drivers/media/tuners/tda18218*
10104
10105 TDA18271 MEDIA DRIVER
10106 M:      Michael Krufky <mkrufky@linuxtv.org>
10107 L:      linux-media@vger.kernel.org
10108 W:      http://linuxtv.org/
10109 W:      http://github.com/mkrufky
10110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10111 T:      git git://linuxtv.org/mkrufky/tuners.git
10112 S:      Maintained
10113 F:      drivers/media/tuners/tda18271*
10114
10115 TDA827x MEDIA DRIVER
10116 M:      Michael Krufky <mkrufky@linuxtv.org>
10117 L:      linux-media@vger.kernel.org
10118 W:      http://linuxtv.org/
10119 W:      http://github.com/mkrufky
10120 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10121 T:      git git://linuxtv.org/mkrufky/tuners.git
10122 S:      Maintained
10123 F:      drivers/media/tuners/tda8290.*
10124
10125 TDA8290 MEDIA DRIVER
10126 M:      Michael Krufky <mkrufky@linuxtv.org>
10127 L:      linux-media@vger.kernel.org
10128 W:      http://linuxtv.org/
10129 W:      http://github.com/mkrufky
10130 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10131 T:      git git://linuxtv.org/mkrufky/tuners.git
10132 S:      Maintained
10133 F:      drivers/media/tuners/tda8290.*
10134
10135 TDA9840 MEDIA DRIVER
10136 M:      Hans Verkuil <hverkuil@xs4all.nl>
10137 L:      linux-media@vger.kernel.org
10138 T:      git git://linuxtv.org/media_tree.git
10139 W:      http://linuxtv.org
10140 S:      Maintained
10141 F:      drivers/media/i2c/tda9840*
10142
10143 TEA5761 TUNER DRIVER
10144 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10145 L:      linux-media@vger.kernel.org
10146 W:      http://linuxtv.org
10147 T:      git git://linuxtv.org/media_tree.git
10148 S:      Odd fixes
10149 F:      drivers/media/tuners/tea5761.*
10150
10151 TEA5767 TUNER DRIVER
10152 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10153 L:      linux-media@vger.kernel.org
10154 W:      http://linuxtv.org
10155 T:      git git://linuxtv.org/media_tree.git
10156 S:      Maintained
10157 F:      drivers/media/tuners/tea5767.*
10158
10159 TEA6415C MEDIA DRIVER
10160 M:      Hans Verkuil <hverkuil@xs4all.nl>
10161 L:      linux-media@vger.kernel.org
10162 T:      git git://linuxtv.org/media_tree.git
10163 W:      http://linuxtv.org
10164 S:      Maintained
10165 F:      drivers/media/i2c/tea6415c*
10166
10167 TEA6420 MEDIA DRIVER
10168 M:      Hans Verkuil <hverkuil@xs4all.nl>
10169 L:      linux-media@vger.kernel.org
10170 T:      git git://linuxtv.org/media_tree.git
10171 W:      http://linuxtv.org
10172 S:      Maintained
10173 F:      drivers/media/i2c/tea6420*
10174
10175 TEAM DRIVER
10176 M:      Jiri Pirko <jiri@resnulli.us>
10177 L:      netdev@vger.kernel.org
10178 S:      Supported
10179 F:      drivers/net/team/
10180 F:      include/linux/if_team.h
10181 F:      include/uapi/linux/if_team.h
10182
10183 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10184 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10185 S:      Maintained
10186 F:      arch/x86/platform/ts5500/
10187
10188 TECHNOTREND USB IR RECEIVER
10189 M:      Sean Young <sean@mess.org>
10190 L:      linux-media@vger.kernel.org
10191 S:      Maintained
10192 F:      drivers/media/rc/ttusbir.c
10193
10194 TEGRA ARCHITECTURE SUPPORT
10195 M:      Stephen Warren <swarren@wwwdotorg.org>
10196 M:      Thierry Reding <thierry.reding@gmail.com>
10197 M:      Alexandre Courbot <gnurou@gmail.com>
10198 L:      linux-tegra@vger.kernel.org
10199 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10201 S:      Supported
10202 N:      [^a-z]tegra
10203
10204 TEGRA CLOCK DRIVER
10205 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10206 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10207 S:      Supported
10208 F:      drivers/clk/tegra/
10209
10210 TEGRA DMA DRIVER
10211 M:      Laxman Dewangan <ldewangan@nvidia.com>
10212 S:      Supported
10213 F:      drivers/dma/tegra20-apb-dma.c
10214
10215 TEGRA I2C DRIVER
10216 M:      Laxman Dewangan <ldewangan@nvidia.com>
10217 S:      Supported
10218 F:      drivers/i2c/busses/i2c-tegra.c
10219
10220 TEGRA IOMMU DRIVERS
10221 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10222 S:      Supported
10223 F:      drivers/iommu/tegra*
10224
10225 TEGRA KBC DRIVER
10226 M:      Rakesh Iyer <riyer@nvidia.com>
10227 M:      Laxman Dewangan <ldewangan@nvidia.com>
10228 S:      Supported
10229 F:      drivers/input/keyboard/tegra-kbc.c
10230
10231 TEGRA PWM DRIVER
10232 M:      Thierry Reding <thierry.reding@gmail.com>
10233 S:      Supported
10234 F:      drivers/pwm/pwm-tegra.c
10235
10236 TEGRA SERIAL DRIVER
10237 M:      Laxman Dewangan <ldewangan@nvidia.com>
10238 S:      Supported
10239 F:      drivers/tty/serial/serial-tegra.c
10240
10241 TEGRA SPI DRIVER
10242 M:      Laxman Dewangan <ldewangan@nvidia.com>
10243 S:      Supported
10244 F:      drivers/spi/spi-tegra*
10245
10246 TEHUTI ETHERNET DRIVER
10247 M:      Andy Gospodarek <andy@greyhouse.net>
10248 L:      netdev@vger.kernel.org
10249 S:      Supported
10250 F:      drivers/net/ethernet/tehuti/*
10251
10252 Telecom Clock Driver for MCPL0010
10253 M:      Mark Gross <mark.gross@intel.com>
10254 S:      Supported
10255 F:      drivers/char/tlclk.c
10256
10257 TENSILICA XTENSA PORT (xtensa)
10258 M:      Chris Zankel <chris@zankel.net>
10259 M:      Max Filippov <jcmvbkbc@gmail.com>
10260 L:      linux-xtensa@linux-xtensa.org
10261 S:      Maintained
10262 F:      arch/xtensa/
10263 F:      drivers/irqchip/irq-xtensa-*
10264
10265 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10266 M:      Hans Verkuil <hverkuil@xs4all.nl>
10267 L:      linux-media@vger.kernel.org
10268 T:      git git://linuxtv.org/media_tree.git
10269 W:      http://linuxtv.org
10270 S:      Maintained
10271 F:      drivers/media/radio/radio-raremono.c
10272
10273 THERMAL
10274 M:      Zhang Rui <rui.zhang@intel.com>
10275 M:      Eduardo Valentin <edubezval@gmail.com>
10276 L:      linux-pm@vger.kernel.org
10277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10279 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10280 S:      Supported
10281 F:      drivers/thermal/
10282 F:      include/linux/thermal.h
10283 F:      include/uapi/linux/thermal.h
10284 F:      include/linux/cpu_cooling.h
10285 F:      Documentation/devicetree/bindings/thermal/
10286
10287 THINGM BLINK(1) USB RGB LED DRIVER
10288 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10289 S:      Maintained
10290 F:      drivers/hid/hid-thingm.c
10291
10292 THINKPAD ACPI EXTRAS DRIVER
10293 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10294 L:      ibm-acpi-devel@lists.sourceforge.net
10295 L:      platform-driver-x86@vger.kernel.org
10296 W:      http://ibm-acpi.sourceforge.net
10297 W:      http://thinkwiki.org/wiki/Ibm-acpi
10298 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10299 S:      Maintained
10300 F:      drivers/platform/x86/thinkpad_acpi.c
10301
10302 TI BANDGAP AND THERMAL DRIVER
10303 M:      Eduardo Valentin <edubezval@gmail.com>
10304 L:      linux-pm@vger.kernel.org
10305 L:      linux-omap@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/thermal/ti-soc-thermal/
10308
10309 TI CDCE706 CLOCK DRIVER
10310 M:      Max Filippov <jcmvbkbc@gmail.com>
10311 S:      Maintained
10312 F:      drivers/clk/clk-cdce706.c
10313
10314 TI CLOCK DRIVER
10315 M:      Tero Kristo <t-kristo@ti.com>
10316 L:      linux-omap@vger.kernel.org
10317 S:      Maintained
10318 F:      drivers/clk/ti/
10319 F:      include/linux/clk/ti.h
10320
10321 TI FLASH MEDIA INTERFACE DRIVER
10322 M:      Alex Dubov <oakad@yahoo.com>
10323 S:      Maintained
10324 F:      drivers/misc/tifm*
10325 F:      drivers/mmc/host/tifm_sd.c
10326 F:      include/linux/tifm.h
10327
10328 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10329 M:      Santosh Shilimkar <ssantosh@kernel.org>
10330 L:      linux-kernel@vger.kernel.org
10331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10332 S:      Maintained
10333 F:      drivers/soc/ti/*
10334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10335
10336
10337 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10338 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10339 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10340 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10341 S:      Maintained
10342 F:      sound/soc/codecs/lm49453*
10343 F:      sound/soc/codecs/isabelle*
10344
10345 TI LP855x BACKLIGHT DRIVER
10346 M:      Milo Kim <milo.kim@ti.com>
10347 S:      Maintained
10348 F:      Documentation/backlight/lp855x-driver.txt
10349 F:      drivers/video/backlight/lp855x_bl.c
10350 F:      include/linux/platform_data/lp855x.h
10351
10352 TI LP8727 CHARGER DRIVER
10353 M:      Milo Kim <milo.kim@ti.com>
10354 S:      Maintained
10355 F:      drivers/power/lp8727_charger.c
10356 F:      include/linux/platform_data/lp8727.h
10357
10358 TI LP8788 MFD DRIVER
10359 M:      Milo Kim <milo.kim@ti.com>
10360 S:      Maintained
10361 F:      drivers/iio/adc/lp8788_adc.c
10362 F:      drivers/leds/leds-lp8788.c
10363 F:      drivers/mfd/lp8788*.c
10364 F:      drivers/power/lp8788-charger.c
10365 F:      drivers/regulator/lp8788-*.c
10366 F:      include/linux/mfd/lp8788*.h
10367
10368 TI NETCP ETHERNET DRIVER
10369 M:      Wingman Kwok <w-kwok2@ti.com>
10370 M:      Murali Karicheri <m-karicheri2@ti.com>
10371 L:      netdev@vger.kernel.org
10372 S:      Maintained
10373 F:      drivers/net/ethernet/ti/netcp*
10374
10375 TI TAS571X FAMILY ASoC CODEC DRIVER
10376 M:      Kevin Cernekee <cernekee@chromium.org>
10377 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10378 S:      Odd Fixes
10379 F:      sound/soc/codecs/tas571x*
10380
10381 TI TWL4030 SERIES SOC CODEC DRIVER
10382 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10383 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10384 S:      Maintained
10385 F:      sound/soc/codecs/twl4030*
10386
10387 TI WILINK WIRELESS DRIVERS
10388 L:      linux-wireless@vger.kernel.org
10389 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10390 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10392 S:      Orphan
10393 F:      drivers/net/wireless/ti/
10394 F:      include/linux/wl12xx.h
10395
10396 TIPC NETWORK LAYER
10397 M:      Jon Maloy <jon.maloy@ericsson.com>
10398 M:      Ying Xue <ying.xue@windriver.com>
10399 L:      netdev@vger.kernel.org (core kernel code)
10400 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10401 W:      http://tipc.sourceforge.net/
10402 S:      Maintained
10403 F:      include/uapi/linux/tipc*.h
10404 F:      net/tipc/
10405
10406 TILE ARCHITECTURE
10407 M:      Chris Metcalf <cmetcalf@ezchip.com>
10408 W:      http://www.ezchip.com/scm/
10409 S:      Supported
10410 F:      arch/tile/
10411 F:      drivers/char/tile-srom.c
10412 F:      drivers/edac/tile_edac.c
10413 F:      drivers/net/ethernet/tile/
10414 F:      drivers/rtc/rtc-tile.c
10415 F:      drivers/tty/hvc/hvc_tile.c
10416 F:      drivers/tty/serial/tilegx.c
10417 F:      drivers/usb/host/*-tilegx.c
10418 F:      include/linux/usb/tilegx.h
10419
10420 TLAN NETWORK DRIVER
10421 M:      Samuel Chessman <chessman@tux.org>
10422 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10423 W:      http://sourceforge.net/projects/tlan/
10424 S:      Maintained
10425 F:      Documentation/networking/tlan.txt
10426 F:      drivers/net/ethernet/ti/tlan.*
10427
10428 TOMOYO SECURITY MODULE
10429 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10430 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10431 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10432 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10433 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10434 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10435 W:      http://tomoyo.sourceforge.jp/
10436 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10437 S:      Maintained
10438 F:      security/tomoyo/
10439
10440 TOPSTAR LAPTOP EXTRAS DRIVER
10441 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10442 L:      platform-driver-x86@vger.kernel.org
10443 S:      Maintained
10444 F:      drivers/platform/x86/topstar-laptop.c
10445
10446 TOSHIBA ACPI EXTRAS DRIVER
10447 M:      Azael Avalos <coproscefalo@gmail.com>
10448 L:      platform-driver-x86@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/platform/x86/toshiba_acpi.c
10451
10452 TOSHIBA BLUETOOTH DRIVER
10453 M:      Azael Avalos <coproscefalo@gmail.com>
10454 L:      platform-driver-x86@vger.kernel.org
10455 S:      Maintained
10456 F:      drivers/platform/x86/toshiba_bluetooth.c
10457
10458 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10459 M:      Azael Avalos <coproscefalo@gmail.com>
10460 L:      platform-driver-x86@vger.kernel.org
10461 S:      Maintained
10462 F:      drivers/platform/x86/toshiba_haps.c
10463
10464 TOSHIBA SMM DRIVER
10465 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10466 L:      tlinux-users@tce.toshiba-dme.co.jp
10467 W:      http://www.buzzard.org.uk/toshiba/
10468 S:      Maintained
10469 F:      drivers/char/toshiba.c
10470 F:      include/linux/toshiba.h
10471 F:      include/uapi/linux/toshiba.h
10472
10473 TOSHIBA TC358743 DRIVER
10474 M:      Mats Randgaard <matrandg@cisco.com>
10475 L:      linux-media@vger.kernel.org
10476 S:      Maintained
10477 F:      drivers/media/i2c/tc358743*
10478 F:      include/media/tc358743.h
10479
10480 TMIO MMC DRIVER
10481 M:      Ian Molton <ian@mnementh.co.uk>
10482 L:      linux-mmc@vger.kernel.org
10483 S:      Maintained
10484 F:      drivers/mmc/host/tmio_mmc*
10485 F:      drivers/mmc/host/sh_mobile_sdhi.c
10486 F:      include/linux/mmc/tmio.h
10487 F:      include/linux/mmc/sh_mobile_sdhi.h
10488
10489 TMP401 HARDWARE MONITOR DRIVER
10490 M:      Guenter Roeck <linux@roeck-us.net>
10491 L:      lm-sensors@lm-sensors.org
10492 S:      Maintained
10493 F:      Documentation/hwmon/tmp401
10494 F:      drivers/hwmon/tmp401.c
10495
10496 TMPFS (SHMEM FILESYSTEM)
10497 M:      Hugh Dickins <hughd@google.com>
10498 L:      linux-mm@kvack.org
10499 S:      Maintained
10500 F:      include/linux/shmem_fs.h
10501 F:      mm/shmem.c
10502
10503 TM6000 VIDEO4LINUX DRIVER
10504 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10505 L:      linux-media@vger.kernel.org
10506 W:      http://linuxtv.org
10507 T:      git git://linuxtv.org/media_tree.git
10508 S:      Odd fixes
10509 F:      drivers/media/usb/tm6000/
10510
10511 TW68 VIDEO4LINUX DRIVER
10512 M:      Hans Verkuil <hverkuil@xs4all.nl>
10513 L:      linux-media@vger.kernel.org
10514 T:      git git://linuxtv.org/media_tree.git
10515 W:      http://linuxtv.org
10516 S:      Odd Fixes
10517 F:      drivers/media/pci/tw68/
10518
10519 TPM DEVICE DRIVER
10520 M:      Peter Huewe <peterhuewe@gmx.de>
10521 M:      Marcel Selhorst <tpmdd@selhorst.net>
10522 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10523 W:      http://tpmdd.sourceforge.net
10524 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10525 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10526 T:      https://github.com/PeterHuewe/linux-tpmdd
10527 S:      Maintained
10528 F:      drivers/char/tpm/
10529
10530 TPM IBM_VTPM DEVICE DRIVER
10531 M:      Ashley Lai <ashleydlai@gmail.com>
10532 W:      http://tpmdd.sourceforge.net
10533 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10534 S:      Maintained
10535 F:      drivers/char/tpm/tpm_ibmvtpm*
10536
10537 TRACING
10538 M:      Steven Rostedt <rostedt@goodmis.org>
10539 M:      Ingo Molnar <mingo@redhat.com>
10540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10541 S:      Maintained
10542 F:      Documentation/trace/ftrace.txt
10543 F:      arch/*/*/*/ftrace.h
10544 F:      arch/*/kernel/ftrace.c
10545 F:      include/*/ftrace.h
10546 F:      include/linux/trace*.h
10547 F:      include/trace/
10548 F:      kernel/trace/
10549 F:      tools/testing/selftests/ftrace/
10550
10551 TRIVIAL PATCHES
10552 M:      Jiri Kosina <trivial@kernel.org>
10553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10554 S:      Maintained
10555 K:      ^Subject:.*(?i)trivial
10556
10557 TTY LAYER
10558 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10559 M:      Jiri Slaby <jslaby@suse.com>
10560 S:      Supported
10561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10562 F:      Documentation/serial/
10563 F:      drivers/tty/
10564 F:      drivers/tty/serial/serial_core.c
10565 F:      include/linux/serial_core.h
10566 F:      include/linux/serial.h
10567 F:      include/linux/tty.h
10568 F:      include/uapi/linux/serial_core.h
10569 F:      include/uapi/linux/serial.h
10570 F:      include/uapi/linux/tty.h
10571
10572 TUA9001 MEDIA DRIVER
10573 M:      Antti Palosaari <crope@iki.fi>
10574 L:      linux-media@vger.kernel.org
10575 W:      http://linuxtv.org/
10576 W:      http://palosaari.fi/linux/
10577 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10578 T:      git git://linuxtv.org/anttip/media_tree.git
10579 S:      Maintained
10580 F:      drivers/media/tuners/tua9001*
10581
10582 TULIP NETWORK DRIVERS
10583 M:      Grant Grundler <grundler@parisc-linux.org>
10584 L:      netdev@vger.kernel.org
10585 S:      Maintained
10586 F:      drivers/net/ethernet/dec/tulip/
10587
10588 TUN/TAP driver
10589 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10590 W:      http://vtun.sourceforge.net/tun
10591 S:      Maintained
10592 F:      Documentation/networking/tuntap.txt
10593 F:      arch/um/os-Linux/drivers/
10594
10595 TURBOCHANNEL SUBSYSTEM
10596 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10597 M:      Ralf Baechle <ralf@linux-mips.org>
10598 L:      linux-mips@linux-mips.org
10599 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10600 S:      Maintained
10601 F:      drivers/tc/
10602 F:      include/linux/tc.h
10603
10604 U14-34F SCSI DRIVER
10605 M:      Dario Ballabio <ballabio_dario@emc.com>
10606 L:      linux-scsi@vger.kernel.org
10607 S:      Maintained
10608 F:      drivers/scsi/u14-34f.c
10609
10610 UBI FILE SYSTEM (UBIFS)
10611 M:      Artem Bityutskiy <dedekind1@gmail.com>
10612 M:      Adrian Hunter <adrian.hunter@intel.com>
10613 L:      linux-mtd@lists.infradead.org
10614 T:      git git://git.infradead.org/ubifs-2.6.git
10615 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10616 S:      Maintained
10617 F:      Documentation/filesystems/ubifs.txt
10618 F:      fs/ubifs/
10619
10620 UCLINUX (M68KNOMMU AND COLDFIRE)
10621 M:      Greg Ungerer <gerg@uclinux.org>
10622 W:      http://www.uclinux.org/
10623 L:      linux-m68k@lists.linux-m68k.org
10624 L:      uclinux-dev@uclinux.org  (subscribers-only)
10625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10626 S:      Maintained
10627 F:      arch/m68k/coldfire/
10628 F:      arch/m68k/68*/
10629 F:      arch/m68k/*/*_no.*
10630 F:      arch/m68k/include/asm/*_no.*
10631
10632 UDF FILESYSTEM
10633 M:      Jan Kara <jack@suse.com>
10634 S:      Maintained
10635 F:      Documentation/filesystems/udf.txt
10636 F:      fs/udf/
10637
10638 UFS FILESYSTEM
10639 M:      Evgeniy Dushistov <dushistov@mail.ru>
10640 S:      Maintained
10641 F:      Documentation/filesystems/ufs.txt
10642 F:      fs/ufs/
10643
10644 UHID USERSPACE HID IO DRIVER:
10645 M:      David Herrmann <dh.herrmann@googlemail.com>
10646 L:      linux-input@vger.kernel.org
10647 S:      Maintained
10648 F:      drivers/hid/uhid.c
10649 F:      include/uapi/linux/uhid.h
10650
10651 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10652 L:      linux-usb@vger.kernel.org
10653 S:      Orphan
10654 F:      drivers/uwb/
10655 F:      include/linux/uwb.h
10656 F:      include/linux/uwb/
10657
10658 UNICORE32 ARCHITECTURE:
10659 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10660 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10661 S:      Maintained
10662 T:      git git://github.com/gxt/linux.git
10663 F:      arch/unicore32/
10664
10665 UNIFDEF
10666 M:      Tony Finch <dot@dotat.at>
10667 W:      http://dotat.at/prog/unifdef
10668 S:      Maintained
10669 F:      scripts/unifdef.c
10670
10671 UNIFORM CDROM DRIVER
10672 M:      Jens Axboe <axboe@kernel.dk>
10673 W:      http://www.kernel.dk
10674 S:      Maintained
10675 F:      Documentation/cdrom/
10676 F:      drivers/cdrom/cdrom.c
10677 F:      include/linux/cdrom.h
10678 F:      include/uapi/linux/cdrom.h
10679
10680 UNISYS S-PAR DRIVERS
10681 M:      Benjamin Romer <benjamin.romer@unisys.com>
10682 M:      David Kershner <david.kershner@unisys.com>
10683 L:      sparmaintainer@unisys.com (Unisys internal)
10684 S:      Supported
10685 F:      drivers/staging/unisys/
10686
10687 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10688 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10689 L:      linux-scsi@vger.kernel.org
10690 S:      Supported
10691 F:      Documentation/scsi/ufs.txt
10692 F:      drivers/scsi/ufs/
10693
10694 UNSORTED BLOCK IMAGES (UBI)
10695 M:      Artem Bityutskiy <dedekind1@gmail.com>
10696 M:      Richard Weinberger <richard@nod.at>
10697 W:      http://www.linux-mtd.infradead.org/
10698 L:      linux-mtd@lists.infradead.org
10699 T:      git git://git.infradead.org/ubifs-2.6.git
10700 S:      Supported
10701 F:      drivers/mtd/ubi/
10702 F:      include/linux/mtd/ubi.h
10703 F:      include/uapi/mtd/ubi-user.h
10704
10705 USB ACM DRIVER
10706 M:      Oliver Neukum <oliver@neukum.org>
10707 L:      linux-usb@vger.kernel.org
10708 S:      Maintained
10709 F:      Documentation/usb/acm.txt
10710 F:      drivers/usb/class/cdc-acm.*
10711
10712 USB AR5523 WIRELESS DRIVER
10713 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10714 L:      linux-wireless@vger.kernel.org
10715 S:      Maintained
10716 F:      drivers/net/wireless/ath/ar5523/
10717
10718 USB ATTACHED SCSI
10719 M:      Hans de Goede <hdegoede@redhat.com>
10720 M:      Gerd Hoffmann <kraxel@redhat.com>
10721 L:      linux-usb@vger.kernel.org
10722 L:      linux-scsi@vger.kernel.org
10723 S:      Maintained
10724 F:      drivers/usb/storage/uas.c
10725
10726 USB CDC ETHERNET DRIVER
10727 M:      Oliver Neukum <oliver@neukum.org>
10728 L:      linux-usb@vger.kernel.org
10729 S:      Maintained
10730 F:      drivers/net/usb/cdc_*.c
10731 F:      include/uapi/linux/usb/cdc.h
10732
10733 USB CHAOSKEY DRIVER
10734 M:      Keith Packard <keithp@keithp.com>
10735 L:      linux-usb@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/usb/misc/chaoskey.c
10738
10739 USB CYPRESS C67X00 DRIVER
10740 M:      Peter Korsgaard <jacmet@sunsite.dk>
10741 L:      linux-usb@vger.kernel.org
10742 S:      Maintained
10743 F:      drivers/usb/c67x00/
10744
10745 USB DAVICOM DM9601 DRIVER
10746 M:      Peter Korsgaard <jacmet@sunsite.dk>
10747 L:      netdev@vger.kernel.org
10748 W:      http://www.linux-usb.org/usbnet
10749 S:      Maintained
10750 F:      drivers/net/usb/dm9601.c
10751
10752 USB DIAMOND RIO500 DRIVER
10753 M:      Cesar Miquel <miquel@df.uba.ar>
10754 L:      rio500-users@lists.sourceforge.net
10755 W:      http://rio500.sourceforge.net
10756 S:      Maintained
10757 F:      drivers/usb/misc/rio500*
10758
10759 USB EHCI DRIVER
10760 M:      Alan Stern <stern@rowland.harvard.edu>
10761 L:      linux-usb@vger.kernel.org
10762 S:      Maintained
10763 F:      Documentation/usb/ehci.txt
10764 F:      drivers/usb/host/ehci*
10765
10766 USB GADGET/PERIPHERAL SUBSYSTEM
10767 M:      Felipe Balbi <balbi@ti.com>
10768 L:      linux-usb@vger.kernel.org
10769 W:      http://www.linux-usb.org/gadget
10770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10771 S:      Maintained
10772 F:      drivers/usb/gadget/
10773 F:      include/linux/usb/gadget*
10774
10775 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10776 M:      Jiri Kosina <jkosina@suse.com>
10777 L:      linux-usb@vger.kernel.org
10778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10779 S:      Maintained
10780 F:      Documentation/hid/hiddev.txt
10781 F:      drivers/hid/usbhid/
10782
10783 USB ISP116X DRIVER
10784 M:      Olav Kongas <ok@artecdesign.ee>
10785 L:      linux-usb@vger.kernel.org
10786 S:      Maintained
10787 F:      drivers/usb/host/isp116x*
10788 F:      include/linux/usb/isp116x.h
10789
10790 USB MASS STORAGE DRIVER
10791 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10792 L:      linux-usb@vger.kernel.org
10793 L:      usb-storage@lists.one-eyed-alien.net
10794 S:      Maintained
10795 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10796 F:      drivers/usb/storage/
10797
10798 USB MIDI DRIVER
10799 M:      Clemens Ladisch <clemens@ladisch.de>
10800 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10801 T:      git git://git.alsa-project.org/alsa-kernel.git
10802 S:      Maintained
10803 F:      sound/usb/midi.*
10804
10805 USB NETWORKING DRIVERS
10806 L:      linux-usb@vger.kernel.org
10807 S:      Odd Fixes
10808 F:      drivers/net/usb/
10809
10810 USB OHCI DRIVER
10811 M:      Alan Stern <stern@rowland.harvard.edu>
10812 L:      linux-usb@vger.kernel.org
10813 S:      Maintained
10814 F:      Documentation/usb/ohci.txt
10815 F:      drivers/usb/host/ohci*
10816
10817 USB OTG FSM (Finite State Machine)
10818 M:      Peter Chen <Peter.Chen@freescale.com>
10819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10820 L:      linux-usb@vger.kernel.org
10821 S:      Maintained
10822 F:      drivers/usb/common/usb-otg-fsm.c
10823
10824 USB OVER IP DRIVER
10825 M:      Valentina Manea <valentina.manea.m@gmail.com>
10826 M:      Shuah Khan <shuah.kh@samsung.com>
10827 L:      linux-usb@vger.kernel.org
10828 S:      Maintained
10829 F:      drivers/usb/usbip/
10830 F:      tools/usb/usbip/
10831
10832 USB PEGASUS DRIVER
10833 M:      Petko Manolov <petkan@nucleusys.com>
10834 L:      linux-usb@vger.kernel.org
10835 L:      netdev@vger.kernel.org
10836 T:      git git://github.com/petkan/pegasus.git
10837 W:      https://github.com/petkan/pegasus
10838 S:      Maintained
10839 F:      drivers/net/usb/pegasus.*
10840
10841 USB PHY LAYER
10842 M:      Felipe Balbi <balbi@ti.com>
10843 L:      linux-usb@vger.kernel.org
10844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10845 S:      Maintained
10846 F:      drivers/usb/phy/
10847
10848 USB PRINTER DRIVER (usblp)
10849 M:      Pete Zaitcev <zaitcev@redhat.com>
10850 L:      linux-usb@vger.kernel.org
10851 S:      Supported
10852 F:      drivers/usb/class/usblp.c
10853
10854 USB RTL8150 DRIVER
10855 M:      Petko Manolov <petkan@nucleusys.com>
10856 L:      linux-usb@vger.kernel.org
10857 L:      netdev@vger.kernel.org
10858 T:      git git://github.com/petkan/rtl8150.git
10859 W:      https://github.com/petkan/rtl8150
10860 S:      Maintained
10861 F:      drivers/net/usb/rtl8150.c
10862
10863 USB SERIAL SUBSYSTEM
10864 M:      Johan Hovold <johan@kernel.org>
10865 L:      linux-usb@vger.kernel.org
10866 S:      Maintained
10867 F:      Documentation/usb/usb-serial.txt
10868 F:      drivers/usb/serial/
10869 F:      include/linux/usb/serial.h
10870
10871 USB SMSC75XX ETHERNET DRIVER
10872 M:      Steve Glendinning <steve.glendinning@shawell.net>
10873 L:      netdev@vger.kernel.org
10874 S:      Maintained
10875 F:      drivers/net/usb/smsc75xx.*
10876
10877 USB SMSC95XX ETHERNET DRIVER
10878 M:      Steve Glendinning <steve.glendinning@shawell.net>
10879 L:      netdev@vger.kernel.org
10880 S:      Maintained
10881 F:      drivers/net/usb/smsc95xx.*
10882
10883 USB SUBSYSTEM
10884 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10885 L:      linux-usb@vger.kernel.org
10886 W:      http://www.linux-usb.org
10887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10888 S:      Supported
10889 F:      Documentation/usb/
10890 F:      drivers/usb/
10891 F:      include/linux/usb.h
10892 F:      include/linux/usb/
10893
10894 USB UHCI DRIVER
10895 M:      Alan Stern <stern@rowland.harvard.edu>
10896 L:      linux-usb@vger.kernel.org
10897 S:      Maintained
10898 F:      drivers/usb/host/uhci*
10899
10900 USB "USBNET" DRIVER FRAMEWORK
10901 M:      Oliver Neukum <oneukum@suse.com>
10902 L:      netdev@vger.kernel.org
10903 W:      http://www.linux-usb.org/usbnet
10904 S:      Maintained
10905 F:      drivers/net/usb/usbnet.c
10906 F:      include/linux/usb/usbnet.h
10907
10908 USB VIDEO CLASS
10909 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10910 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10911 L:      linux-media@vger.kernel.org
10912 T:      git git://linuxtv.org/media_tree.git
10913 W:      http://www.ideasonboard.org/uvc/
10914 S:      Maintained
10915 F:      drivers/media/usb/uvc/
10916 F:      include/uapi/linux/uvcvideo.h
10917
10918 USB VISION DRIVER
10919 M:      Hans Verkuil <hverkuil@xs4all.nl>
10920 L:      linux-media@vger.kernel.org
10921 T:      git git://linuxtv.org/media_tree.git
10922 W:      http://linuxtv.org
10923 S:      Odd Fixes
10924 F:      drivers/media/usb/usbvision/
10925
10926 USB WEBCAM GADGET
10927 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10928 L:      linux-usb@vger.kernel.org
10929 S:      Maintained
10930 F:      drivers/usb/gadget/function/*uvc*
10931 F:      drivers/usb/gadget/legacy/webcam.c
10932
10933 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10934 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10935 L:      linux-wireless@vger.kernel.org
10936 S:      Maintained
10937 F:      drivers/net/wireless/rndis_wlan.c
10938
10939 USB XHCI DRIVER
10940 M:      Mathias Nyman <mathias.nyman@intel.com>
10941 L:      linux-usb@vger.kernel.org
10942 S:      Supported
10943 F:      drivers/usb/host/xhci*
10944 F:      drivers/usb/host/pci-quirks*
10945
10946 USB ZD1201 DRIVER
10947 L:      linux-wireless@vger.kernel.org
10948 W:      http://linux-lc100020.sourceforge.net
10949 S:      Orphan
10950 F:      drivers/net/wireless/zd1201.*
10951
10952 USB ZR364XX DRIVER
10953 M:      Antoine Jacquet <royale@zerezo.com>
10954 L:      linux-usb@vger.kernel.org
10955 L:      linux-media@vger.kernel.org
10956 T:      git git://linuxtv.org/media_tree.git
10957 W:      http://royale.zerezo.com/zr364xx/
10958 S:      Maintained
10959 F:      Documentation/video4linux/zr364xx.txt
10960 F:      drivers/media/usb/zr364xx/
10961
10962 ULPI BUS
10963 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10964 L:      linux-usb@vger.kernel.org
10965 S:      Maintained
10966 F:      drivers/usb/common/ulpi.c
10967 F:      include/linux/ulpi/
10968
10969 USER-MODE LINUX (UML)
10970 M:      Jeff Dike <jdike@addtoit.com>
10971 M:      Richard Weinberger <richard@nod.at>
10972 L:      user-mode-linux-devel@lists.sourceforge.net
10973 L:      user-mode-linux-user@lists.sourceforge.net
10974 W:      http://user-mode-linux.sourceforge.net
10975 S:      Maintained
10976 F:      Documentation/virtual/uml/
10977 F:      arch/um/
10978 F:      arch/x86/um/
10979 F:      fs/hostfs/
10980 F:      fs/hppfs/
10981
10982 USERSPACE I/O (UIO)
10983 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10984 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10985 S:      Maintained
10986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10987 F:      Documentation/DocBook/uio-howto.tmpl
10988 F:      drivers/uio/
10989 F:      include/linux/uio*.h
10990
10991 UTIL-LINUX PACKAGE
10992 M:      Karel Zak <kzak@redhat.com>
10993 L:      util-linux@vger.kernel.org
10994 W:      http://en.wikipedia.org/wiki/Util-linux
10995 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10996 S:      Maintained
10997
10998 UVESAFB DRIVER
10999 M:      Michal Januszewski <spock@gentoo.org>
11000 L:      linux-fbdev@vger.kernel.org
11001 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11002 S:      Maintained
11003 F:      Documentation/fb/uvesafb.txt
11004 F:      drivers/video/fbdev/uvesafb.*
11005
11006 VFAT/FAT/MSDOS FILESYSTEM
11007 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11008 S:      Maintained
11009 F:      Documentation/filesystems/vfat.txt
11010 F:      fs/fat/
11011
11012 VFIO DRIVER
11013 M:      Alex Williamson <alex.williamson@redhat.com>
11014 L:      kvm@vger.kernel.org
11015 S:      Maintained
11016 F:      Documentation/vfio.txt
11017 F:      drivers/vfio/
11018 F:      include/linux/vfio.h
11019 F:      include/uapi/linux/vfio.h
11020
11021 VFIO PLATFORM DRIVER
11022 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11023 L:      kvm@vger.kernel.org
11024 S:      Maintained
11025 F:      drivers/vfio/platform/
11026
11027 VIDEOBUF2 FRAMEWORK
11028 M:      Pawel Osciak <pawel@osciak.com>
11029 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11030 M:      Kyungmin Park <kyungmin.park@samsung.com>
11031 L:      linux-media@vger.kernel.org
11032 S:      Maintained
11033 F:      drivers/media/v4l2-core/videobuf2-*
11034 F:      include/media/videobuf2-*
11035
11036 VIRTIO CONSOLE DRIVER
11037 M:      Amit Shah <amit.shah@redhat.com>
11038 L:      virtualization@lists.linux-foundation.org
11039 S:      Maintained
11040 F:      drivers/char/virtio_console.c
11041 F:      include/linux/virtio_console.h
11042 F:      include/uapi/linux/virtio_console.h
11043
11044 VIRTIO CORE, NET AND BLOCK DRIVERS
11045 M:      "Michael S. Tsirkin" <mst@redhat.com>
11046 L:      virtualization@lists.linux-foundation.org
11047 S:      Maintained
11048 F:      drivers/virtio/
11049 F:      tools/virtio/
11050 F:      drivers/net/virtio_net.c
11051 F:      drivers/block/virtio_blk.c
11052 F:      include/linux/virtio_*.h
11053 F:      include/uapi/linux/virtio_*.h
11054
11055 VIRTIO DRIVERS FOR S390
11056 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11057 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11058 L:      linux-s390@vger.kernel.org
11059 L:      virtualization@lists.linux-foundation.org
11060 L:      kvm@vger.kernel.org
11061 S:      Supported
11062 F:      drivers/s390/virtio/
11063
11064 VIRTIO GPU DRIVER
11065 M:      David Airlie <airlied@linux.ie>
11066 M:      Gerd Hoffmann <kraxel@redhat.com>
11067 L:      dri-devel@lists.freedesktop.org
11068 L:      virtualization@lists.linux-foundation.org
11069 S:      Maintained
11070 F:      drivers/gpu/drm/virtio/
11071 F:      include/uapi/linux/virtio_gpu.h
11072
11073 VIRTIO HOST (VHOST)
11074 M:      "Michael S. Tsirkin" <mst@redhat.com>
11075 L:      kvm@vger.kernel.org
11076 L:      virtualization@lists.linux-foundation.org
11077 L:      netdev@vger.kernel.org
11078 S:      Maintained
11079 F:      drivers/vhost/
11080 F:      include/uapi/linux/vhost.h
11081
11082 VIRTIO INPUT DRIVER
11083 M:      Gerd Hoffmann <kraxel@redhat.com>
11084 S:      Maintained
11085 F:      drivers/virtio/virtio_input.c
11086 F:      include/uapi/linux/virtio_input.h
11087
11088 VIA RHINE NETWORK DRIVER
11089 S:      Orphan
11090 F:      drivers/net/ethernet/via/via-rhine.c
11091
11092 VIA SD/MMC CARD CONTROLLER DRIVER
11093 M:      Bruce Chang <brucechang@via.com.tw>
11094 M:      Harald Welte <HaraldWelte@viatech.com>
11095 S:      Maintained
11096 F:      drivers/mmc/host/via-sdmmc.c
11097
11098 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11099 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11100 L:      linux-fbdev@vger.kernel.org
11101 S:      Maintained
11102 F:      include/linux/via-core.h
11103 F:      include/linux/via-gpio.h
11104 F:      include/linux/via_i2c.h
11105 F:      drivers/video/fbdev/via/
11106
11107 VIA VELOCITY NETWORK DRIVER
11108 M:      Francois Romieu <romieu@fr.zoreil.com>
11109 L:      netdev@vger.kernel.org
11110 S:      Maintained
11111 F:      drivers/net/ethernet/via/via-velocity.*
11112
11113 VIVID VIRTUAL VIDEO DRIVER
11114 M:      Hans Verkuil <hverkuil@xs4all.nl>
11115 L:      linux-media@vger.kernel.org
11116 T:      git git://linuxtv.org/media_tree.git
11117 W:      http://linuxtv.org
11118 S:      Maintained
11119 F:      drivers/media/platform/vivid/*
11120
11121 VLAN (802.1Q)
11122 M:      Patrick McHardy <kaber@trash.net>
11123 L:      netdev@vger.kernel.org
11124 S:      Maintained
11125 F:      drivers/net/macvlan.c
11126 F:      include/linux/if_*vlan.h
11127 F:      net/8021q/
11128
11129 VLYNQ BUS
11130 M:      Florian Fainelli <florian@openwrt.org>
11131 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11132 S:      Maintained
11133 F:      drivers/vlynq/vlynq.c
11134 F:      include/linux/vlynq.h
11135
11136 VME SUBSYSTEM
11137 M:      Martyn Welch <martyn.welch@ge.com>
11138 M:      Manohar Vanga <manohar.vanga@gmail.com>
11139 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11140 L:      devel@driverdev.osuosl.org
11141 S:      Maintained
11142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11143 F:      Documentation/vme_api.txt
11144 F:      drivers/staging/vme/
11145 F:      drivers/vme/
11146 F:      include/linux/vme*
11147
11148 VMWARE HYPERVISOR INTERFACE
11149 M:      Alok Kataria <akataria@vmware.com>
11150 L:      virtualization@lists.linux-foundation.org
11151 S:      Supported
11152 F:      arch/x86/kernel/cpu/vmware.c
11153
11154 VMWARE BALLOON DRIVER
11155 M:      Xavier Deguillard <xdeguillard@vmware.com>
11156 M:      Philip Moltmann <moltmann@vmware.com>
11157 M:      "VMware, Inc." <pv-drivers@vmware.com>
11158 L:      linux-kernel@vger.kernel.org
11159 S:      Maintained
11160 F:      drivers/misc/vmw_balloon.c
11161
11162 VMWARE VMMOUSE SUBDRIVER
11163 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11164 M:      "VMware, Inc." <pv-drivers@vmware.com>
11165 L:      linux-input@vger.kernel.org
11166 S:      Maintained
11167 F:      drivers/input/mouse/vmmouse.c
11168 F:      drivers/input/mouse/vmmouse.h
11169
11170 VMWARE VMXNET3 ETHERNET DRIVER
11171 M:      Shrikrishna Khare <skhare@vmware.com>
11172 M:      "VMware, Inc." <pv-drivers@vmware.com>
11173 L:      netdev@vger.kernel.org
11174 S:      Maintained
11175 F:      drivers/net/vmxnet3/
11176
11177 VMware PVSCSI driver
11178 M:      Arvind Kumar <arvindkumar@vmware.com>
11179 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11180 L:      linux-scsi@vger.kernel.org
11181 S:      Maintained
11182 F:      drivers/scsi/vmw_pvscsi.c
11183 F:      drivers/scsi/vmw_pvscsi.h
11184
11185 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11186 M:      Liam Girdwood <lgirdwood@gmail.com>
11187 M:      Mark Brown <broonie@kernel.org>
11188 L:      linux-kernel@vger.kernel.org
11189 W:      http://opensource.wolfsonmicro.com/node/15
11190 W:      http://www.slimlogic.co.uk/?p=48
11191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11192 S:      Supported
11193 F:      drivers/regulator/
11194 F:      include/linux/regulator/
11195
11196 VRF
11197 M:      David Ahern <dsa@cumulusnetworks.com>
11198 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11199 L:      netdev@vger.kernel.org
11200 S:      Maintained
11201 F:      drivers/net/vrf.c
11202 F:      include/net/vrf.h
11203
11204 VT1211 HARDWARE MONITOR DRIVER
11205 M:      Juerg Haefliger <juergh@gmail.com>
11206 L:      lm-sensors@lm-sensors.org
11207 S:      Maintained
11208 F:      Documentation/hwmon/vt1211
11209 F:      drivers/hwmon/vt1211.c
11210
11211 VT8231 HARDWARE MONITOR DRIVER
11212 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11213 L:      lm-sensors@lm-sensors.org
11214 S:      Maintained
11215 F:      drivers/hwmon/vt8231.c
11216
11217 VUB300 USB to SDIO/SD/MMC bridge chip
11218 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11219 L:      linux-mmc@vger.kernel.org
11220 L:      linux-usb@vger.kernel.org
11221 S:      Supported
11222 F:      drivers/mmc/host/vub300.c
11223
11224 W1 DALLAS'S 1-WIRE BUS
11225 M:      Evgeniy Polyakov <zbr@ioremap.net>
11226 S:      Maintained
11227 F:      Documentation/w1/
11228 F:      drivers/w1/
11229
11230 W83791D HARDWARE MONITORING DRIVER
11231 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11232 L:      lm-sensors@lm-sensors.org
11233 S:      Maintained
11234 F:      Documentation/hwmon/w83791d
11235 F:      drivers/hwmon/w83791d.c
11236
11237 W83793 HARDWARE MONITORING DRIVER
11238 M:      Rudolf Marek <r.marek@assembler.cz>
11239 L:      lm-sensors@lm-sensors.org
11240 S:      Maintained
11241 F:      Documentation/hwmon/w83793
11242 F:      drivers/hwmon/w83793.c
11243
11244 W83795 HARDWARE MONITORING DRIVER
11245 M:      Jean Delvare <jdelvare@suse.com>
11246 L:      lm-sensors@lm-sensors.org
11247 S:      Maintained
11248 F:      drivers/hwmon/w83795.c
11249
11250 W83L51xD SD/MMC CARD INTERFACE DRIVER
11251 M:      Pierre Ossman <pierre@ossman.eu>
11252 S:      Maintained
11253 F:      drivers/mmc/host/wbsd.*
11254
11255 WACOM PROTOCOL 4 SERIAL TABLETS
11256 M:      Julian Squires <julian@cipht.net>
11257 M:      Hans de Goede <hdegoede@redhat.com>
11258 L:      linux-input@vger.kernel.org
11259 S:      Maintained
11260 F:      drivers/input/tablet/wacom_serial4.c
11261
11262 WATCHDOG DEVICE DRIVERS
11263 M:      Wim Van Sebroeck <wim@iguana.be>
11264 L:      linux-watchdog@vger.kernel.org
11265 W:      http://www.linux-watchdog.org/
11266 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11267 S:      Maintained
11268 F:      Documentation/watchdog/
11269 F:      drivers/watchdog/
11270 F:      include/linux/watchdog.h
11271 F:      include/uapi/linux/watchdog.h
11272
11273 WD7000 SCSI DRIVER
11274 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11275 L:      linux-scsi@vger.kernel.org
11276 S:      Maintained
11277 F:      drivers/scsi/wd7000.c
11278
11279 WIIMOTE HID DRIVER
11280 M:      David Herrmann <dh.herrmann@googlemail.com>
11281 L:      linux-input@vger.kernel.org
11282 S:      Maintained
11283 F:      drivers/hid/hid-wiimote*
11284
11285 WINBOND CIR DRIVER
11286 M:      David Härdeman <david@hardeman.nu>
11287 S:      Maintained
11288 F:      drivers/media/rc/winbond-cir.c
11289
11290 WIMAX STACK
11291 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11292 M:      linux-wimax@intel.com
11293 L:      wimax@linuxwimax.org (subscribers-only)
11294 S:      Supported
11295 W:      http://linuxwimax.org
11296 F:      Documentation/wimax/README.wimax
11297 F:      include/linux/wimax/debug.h
11298 F:      include/net/wimax.h
11299 F:      include/uapi/linux/wimax.h
11300 F:      net/wimax/
11301
11302 WISTRON LAPTOP BUTTON DRIVER
11303 M:      Miloslav Trmac <mitr@volny.cz>
11304 S:      Maintained
11305 F:      drivers/input/misc/wistron_btns.c
11306
11307 WL3501 WIRELESS PCMCIA CARD DRIVER
11308 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11309 L:      linux-wireless@vger.kernel.org
11310 W:      http://oops.ghostprotocols.net:81/blog
11311 S:      Maintained
11312 F:      drivers/net/wireless/wl3501*
11313
11314 WM97XX TOUCHSCREEN DRIVERS
11315 M:      Mark Brown <broonie@kernel.org>
11316 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11317 L:      linux-input@vger.kernel.org
11318 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11319 W:      http://opensource.wolfsonmicro.com/node/7
11320 S:      Supported
11321 F:      drivers/input/touchscreen/*wm97*
11322 F:      include/linux/wm97xx.h
11323
11324 WOLFSON MICROELECTRONICS DRIVERS
11325 L:      patches@opensource.wolfsonmicro.com
11326 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11327 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11328 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11329 S:      Supported
11330 F:      Documentation/hwmon/wm83??
11331 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11332 F:      drivers/clk/clk-wm83*.c
11333 F:      drivers/extcon/extcon-arizona.c
11334 F:      drivers/leds/leds-wm83*.c
11335 F:      drivers/gpio/gpio-*wm*.c
11336 F:      drivers/gpio/gpio-arizona.c
11337 F:      drivers/hwmon/wm83??-hwmon.c
11338 F:      drivers/input/misc/wm831x-on.c
11339 F:      drivers/input/touchscreen/wm831x-ts.c
11340 F:      drivers/input/touchscreen/wm97*.c
11341 F:      drivers/mfd/arizona*
11342 F:      drivers/mfd/wm*.c
11343 F:      drivers/power/wm83*.c
11344 F:      drivers/rtc/rtc-wm83*.c
11345 F:      drivers/regulator/wm8*.c
11346 F:      drivers/video/backlight/wm83*_bl.c
11347 F:      drivers/watchdog/wm83*_wdt.c
11348 F:      include/linux/mfd/arizona/
11349 F:      include/linux/mfd/wm831x/
11350 F:      include/linux/mfd/wm8350/
11351 F:      include/linux/mfd/wm8400*
11352 F:      include/linux/wm97xx.h
11353 F:      include/sound/wm????.h
11354 F:      sound/soc/codecs/arizona.?
11355 F:      sound/soc/codecs/wm*
11356
11357 WORKQUEUE
11358 M:      Tejun Heo <tj@kernel.org>
11359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11360 S:      Maintained
11361 F:      include/linux/workqueue.h
11362 F:      kernel/workqueue.c
11363 F:      Documentation/workqueue.txt
11364
11365 X.25 NETWORK LAYER
11366 M:      Andrew Hendry <andrew.hendry@gmail.com>
11367 L:      linux-x25@vger.kernel.org
11368 S:      Odd Fixes
11369 F:      Documentation/networking/x25*
11370 F:      include/net/x25*
11371 F:      net/x25/
11372
11373 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11374 M:      Thomas Gleixner <tglx@linutronix.de>
11375 M:      Ingo Molnar <mingo@redhat.com>
11376 M:      "H. Peter Anvin" <hpa@zytor.com>
11377 M:      x86@kernel.org
11378 L:      linux-kernel@vger.kernel.org
11379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11380 S:      Maintained
11381 F:      Documentation/x86/
11382 F:      arch/x86/
11383
11384 X86 PLATFORM DRIVERS
11385 M:      Darren Hart <dvhart@infradead.org>
11386 L:      platform-driver-x86@vger.kernel.org
11387 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11388 S:      Maintained
11389 F:      drivers/platform/x86/
11390
11391 X86 MCE INFRASTRUCTURE
11392 M:      Tony Luck <tony.luck@intel.com>
11393 M:      Borislav Petkov <bp@alien8.de>
11394 L:      linux-edac@vger.kernel.org
11395 S:      Maintained
11396 F:      arch/x86/kernel/cpu/mcheck/*
11397
11398 X86 VDSO
11399 M:      Andy Lutomirski <luto@amacapital.net>
11400 L:      linux-kernel@vger.kernel.org
11401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11402 S:      Maintained
11403 F:      arch/x86/entry/vdso/
11404
11405 XC2028/3028 TUNER DRIVER
11406 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11407 L:      linux-media@vger.kernel.org
11408 W:      http://linuxtv.org
11409 T:      git git://linuxtv.org/media_tree.git
11410 S:      Maintained
11411 F:      drivers/media/tuners/tuner-xc2028.*
11412
11413 XEN HYPERVISOR INTERFACE
11414 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11415 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11416 M:      David Vrabel <david.vrabel@citrix.com>
11417 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11419 S:      Supported
11420 F:      arch/x86/xen/
11421 F:      drivers/*/xen-*front.c
11422 F:      drivers/xen/
11423 F:      arch/x86/include/asm/xen/
11424 F:      include/xen/
11425 F:      include/uapi/xen/
11426
11427 XEN HYPERVISOR ARM
11428 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11429 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11430 S:      Supported
11431 F:      arch/arm/xen/
11432 F:      arch/arm/include/asm/xen/
11433
11434 XEN HYPERVISOR ARM64
11435 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11436 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11437 S:      Supported
11438 F:      arch/arm64/xen/
11439 F:      arch/arm64/include/asm/xen/
11440
11441 XEN NETWORK BACKEND DRIVER
11442 M:      Ian Campbell <ian.campbell@citrix.com>
11443 M:      Wei Liu <wei.liu2@citrix.com>
11444 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11445 L:      netdev@vger.kernel.org
11446 S:      Supported
11447 F:      drivers/net/xen-netback/*
11448
11449 XEN PCI SUBSYSTEM
11450 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11451 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11452 S:      Supported
11453 F:      arch/x86/pci/*xen*
11454 F:      drivers/pci/*xen*
11455
11456 XEN BLOCK SUBSYSTEM
11457 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11458 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11459 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11460 S:      Supported
11461 F:      drivers/block/xen-blkback/*
11462 F:      drivers/block/xen*
11463
11464 XEN PVSCSI DRIVERS
11465 M:      Juergen Gross <jgross@suse.com>
11466 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11467 L:      linux-scsi@vger.kernel.org
11468 S:      Supported
11469 F:      drivers/scsi/xen-scsifront.c
11470 F:      drivers/xen/xen-scsiback.c
11471 F:      include/xen/interface/io/vscsiif.h
11472
11473 XEN SWIOTLB SUBSYSTEM
11474 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11475 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11476 S:      Supported
11477 F:      arch/x86/xen/*swiotlb*
11478 F:      drivers/xen/*swiotlb*
11479
11480 XFS FILESYSTEM
11481 P:      Silicon Graphics Inc
11482 M:      Dave Chinner <david@fromorbit.com>
11483 M:      xfs@oss.sgi.com
11484 L:      xfs@oss.sgi.com
11485 W:      http://oss.sgi.com/projects/xfs
11486 T:      git git://oss.sgi.com/xfs/xfs.git
11487 S:      Supported
11488 F:      Documentation/filesystems/xfs.txt
11489 F:      fs/xfs/
11490
11491 XILINX AXI ETHERNET DRIVER
11492 M:      Anirudha Sarangi <anirudh@xilinx.com>
11493 M:      John Linn <John.Linn@xilinx.com>
11494 S:      Maintained
11495 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11496
11497 XILINX UARTLITE SERIAL DRIVER
11498 M:      Peter Korsgaard <jacmet@sunsite.dk>
11499 L:      linux-serial@vger.kernel.org
11500 S:      Maintained
11501 F:      drivers/tty/serial/uartlite.c
11502
11503 XILINX VIDEO IP CORES
11504 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11505 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11506 L:      linux-media@vger.kernel.org
11507 T:      git git://linuxtv.org/media_tree.git
11508 S:      Supported
11509 F:      Documentation/devicetree/bindings/media/xilinx/
11510 F:      drivers/media/platform/xilinx/
11511 F:      include/uapi/linux/xilinx-v4l2-controls.h
11512
11513 XILLYBUS DRIVER
11514 M:      Eli Billauer <eli.billauer@gmail.com>
11515 L:      linux-kernel@vger.kernel.org
11516 S:      Supported
11517 F:      drivers/char/xillybus/
11518
11519 XTENSA XTFPGA PLATFORM SUPPORT
11520 M:      Max Filippov <jcmvbkbc@gmail.com>
11521 L:      linux-xtensa@linux-xtensa.org
11522 S:      Maintained
11523 F:      drivers/spi/spi-xtensa-xtfpga.c
11524 F:      sound/soc/xtensa/xtfpga-i2s.c
11525
11526 YAM DRIVER FOR AX.25
11527 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11528 L:      linux-hams@vger.kernel.org
11529 S:      Maintained
11530 F:      drivers/net/hamradio/yam*
11531 F:      include/linux/yam.h
11532
11533 YEALINK PHONE DRIVER
11534 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11535 L:      usbb2k-api-dev@nongnu.org
11536 S:      Maintained
11537 F:      Documentation/input/yealink.txt
11538 F:      drivers/input/misc/yealink.*
11539
11540 Z8530 DRIVER FOR AX.25
11541 M:      Joerg Reuter <jreuter@yaina.de>
11542 W:      http://yaina.de/jreuter/
11543 W:      http://www.qsl.net/dl1bke/
11544 L:      linux-hams@vger.kernel.org
11545 S:      Maintained
11546 F:      Documentation/networking/z8530drv.txt
11547 F:      drivers/net/hamradio/*scc.c
11548 F:      drivers/net/hamradio/z8530.h
11549
11550 ZBUD COMPRESSED PAGE ALLOCATOR
11551 M:      Seth Jennings <sjennings@variantweb.net>
11552 L:      linux-mm@kvack.org
11553 S:      Maintained
11554 F:      mm/zbud.c
11555 F:      include/linux/zbud.h
11556
11557 ZD1211RW WIRELESS DRIVER
11558 M:      Daniel Drake <dsd@gentoo.org>
11559 M:      Ulrich Kunitz <kune@deine-taler.de>
11560 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11561 L:      linux-wireless@vger.kernel.org
11562 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11563 S:      Maintained
11564 F:      drivers/net/wireless/zd1211rw/
11565
11566 ZPOOL COMPRESSED PAGE STORAGE API
11567 M:      Dan Streetman <ddstreet@ieee.org>
11568 L:      linux-mm@kvack.org
11569 S:      Maintained
11570 F:      mm/zpool.c
11571 F:      include/linux/zpool.h
11572
11573 ZR36067 VIDEO FOR LINUX DRIVER
11574 L:      mjpeg-users@lists.sourceforge.net
11575 L:      linux-media@vger.kernel.org
11576 W:      http://mjpeg.sourceforge.net/driver-zoran/
11577 T:      hg http://linuxtv.org/hg/v4l-dvb
11578 S:      Odd Fixes
11579 F:      drivers/media/pci/zoran/
11580
11581 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11582 M:      Minchan Kim <minchan@kernel.org>
11583 M:      Nitin Gupta <ngupta@vflare.org>
11584 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11585 L:      linux-kernel@vger.kernel.org
11586 S:      Maintained
11587 F:      drivers/block/zram/
11588 F:      Documentation/blockdev/zram.txt
11589
11590 ZS DECSTATION Z85C30 SERIAL DRIVER
11591 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11592 S:      Maintained
11593 F:      drivers/tty/serial/zs.*
11594
11595 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11596 M:      Minchan Kim <minchan@kernel.org>
11597 M:      Nitin Gupta <ngupta@vflare.org>
11598 L:      linux-mm@kvack.org
11599 S:      Maintained
11600 F:      mm/zsmalloc.c
11601 F:      include/linux/zsmalloc.h
11602 F:      Documentation/vm/zsmalloc.txt
11603
11604 ZSWAP COMPRESSED SWAP CACHING
11605 M:      Seth Jennings <sjennings@variantweb.net>
11606 L:      linux-mm@kvack.org
11607 S:      Maintained
11608 F:      mm/zswap.c
11609
11610 THE REST
11611 M:      Linus Torvalds <torvalds@linux-foundation.org>
11612 L:      linux-kernel@vger.kernel.org
11613 Q:      http://patchwork.kernel.org/project/LKML/list/
11614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11615 S:      Buried alive in reporters
11616 F:      *
11617 F:      */