Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.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 <jikos@kernel.org>
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/amdkfd/
647 F:      drivers/gpu/drm/amd/include/cik_structs.h
648 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
649 F:      drivers/gpu/drm/radeon/radeon_kfd.c
650 F:      drivers/gpu/drm/radeon/radeon_kfd.h
651 F:      include/uapi/linux/kfd_ioctl.h
652
653 AMD MICROCODE UPDATE SUPPORT
654 M:      Borislav Petkov <bp@alien8.de>
655 S:      Maintained
656 F:      arch/x86/kernel/cpu/microcode/amd*
657
658 AMD XGBE DRIVER
659 M:      Tom Lendacky <thomas.lendacky@amd.com>
660 L:      netdev@vger.kernel.org
661 S:      Supported
662 F:      drivers/net/ethernet/amd/xgbe/
663
664 AMS (Apple Motion Sensor) DRIVER
665 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
666 S:      Supported
667 F:      drivers/macintosh/ams/
668
669 AMSO1100 RNIC DRIVER
670 M:      Tom Tucker <tom@opengridcomputing.com>
671 M:      Steve Wise <swise@opengridcomputing.com>
672 L:      linux-rdma@vger.kernel.org
673 S:      Maintained
674 F:      drivers/infiniband/hw/amso1100/
675
676 ANALOG DEVICES INC AD9389B DRIVER
677 M:      Hans Verkuil <hans.verkuil@cisco.com>
678 L:      linux-media@vger.kernel.org
679 S:      Maintained
680 F:      drivers/media/i2c/ad9389b*
681
682 ANALOG DEVICES INC ADV7180 DRIVER
683 M:      Lars-Peter Clausen <lars@metafoo.de>
684 L:      linux-media@vger.kernel.org
685 W:      http://ez.analog.com/community/linux-device-drivers
686 S:      Supported
687 F:      drivers/media/i2c/adv7180.c
688
689 ANALOG DEVICES INC ADV7511 DRIVER
690 M:      Hans Verkuil <hans.verkuil@cisco.com>
691 L:      linux-media@vger.kernel.org
692 S:      Maintained
693 F:      drivers/media/i2c/adv7511*
694
695 ANALOG DEVICES INC ADV7604 DRIVER
696 M:      Hans Verkuil <hans.verkuil@cisco.com>
697 L:      linux-media@vger.kernel.org
698 S:      Maintained
699 F:      drivers/media/i2c/adv7604*
700
701 ANALOG DEVICES INC ADV7842 DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/adv7842*
706
707 ANALOG DEVICES INC ASOC CODEC DRIVERS
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
710 W:      http://wiki.analog.com/
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      sound/soc/codecs/adau*
714 F:      sound/soc/codecs/adav*
715 F:      sound/soc/codecs/ad1*
716 F:      sound/soc/codecs/ad7*
717 F:      sound/soc/codecs/ssm*
718 F:      sound/soc/codecs/sigmadsp.*
719
720 ANALOG DEVICES INC ASOC DRIVERS
721 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
722 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
723 W:      http://blackfin.uclinux.org/
724 S:      Supported
725 F:      sound/soc/blackfin/*
726
727 ANALOG DEVICES INC IIO DRIVERS
728 M:      Lars-Peter Clausen <lars@metafoo.de>
729 M:      Michael Hennerich <Michael.Hennerich@analog.com>
730 W:      http://wiki.analog.com/
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/iio/*/ad*
734 X:      drivers/iio/*/adjd*
735 F:      drivers/staging/iio/*/ad*
736 F:      staging/iio/trigger/iio-trig-bfin-timer.c
737
738 ANDROID DRIVERS
739 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
740 M:      Arve HjønnevĂ¥g <arve@android.com>
741 M:      Riley Andrews <riandrews@android.com>
742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
743 L:      devel@driverdev.osuosl.org
744 S:      Supported
745 F:      drivers/android/
746 F:      drivers/staging/android/
747
748 AOA (Apple Onboard Audio) ALSA DRIVER
749 M:      Johannes Berg <johannes@sipsolutions.net>
750 L:      linuxppc-dev@lists.ozlabs.org
751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
752 S:      Maintained
753 F:      sound/aoa/
754
755 APM DRIVER
756 M:      Jiri Kosina <jikos@kernel.org>
757 S:      Odd fixes
758 F:      arch/x86/kernel/apm_32.c
759 F:      include/linux/apm_bios.h
760 F:      include/uapi/linux/apm_bios.h
761 F:      drivers/char/apm-emulation.c
762
763 APPLE BCM5974 MULTITOUCH DRIVER
764 M:      Henrik Rydberg <rydberg@bitmath.org>
765 L:      linux-input@vger.kernel.org
766 S:      Odd fixes
767 F:      drivers/input/mouse/bcm5974.c
768
769 APPLE SMC DRIVER
770 M:      Henrik Rydberg <rydberg@bitmath.org>
771 L:      lm-sensors@lm-sensors.org
772 S:      Odd fixes
773 F:      drivers/hwmon/applesmc.c
774
775 APPLETALK NETWORK LAYER
776 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
777 S:      Maintained
778 F:      drivers/net/appletalk/
779 F:      net/appletalk/
780
781 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
782 M:      Iyappan Subramanian <isubramanian@apm.com>
783 M:      Keyur Chudgar <kchudgar@apm.com>
784 S:      Supported
785 F:      drivers/net/ethernet/apm/xgene/
786 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
787
788 APTINA CAMERA SENSOR PLL
789 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
790 L:      linux-media@vger.kernel.org
791 S:      Maintained
792 F:      drivers/media/i2c/aptina-pll.*
793
794 ARC FRAMEBUFFER DRIVER
795 M:      Jaya Kumar <jayalk@intworks.biz>
796 S:      Maintained
797 F:      drivers/video/fbdev/arcfb.c
798 F:      drivers/video/fbdev/core/fb_defio.c
799
800 ARM MFM AND FLOPPY DRIVERS
801 M:      Ian Molton <spyro@f2s.com>
802 S:      Maintained
803 F:      arch/arm/lib/floppydma.S
804 F:      arch/arm/include/asm/floppy.h
805
806 ARM PMU PROFILING AND DEBUGGING
807 M:      Will Deacon <will.deacon@arm.com>
808 S:      Maintained
809 F:      arch/arm/kernel/perf_*
810 F:      arch/arm/oprofile/common.c
811 F:      arch/arm/kernel/hw_breakpoint.c
812 F:      arch/arm/include/asm/hw_breakpoint.h
813 F:      arch/arm/include/asm/perf_event.h
814 F:      drivers/perf/arm_pmu.c
815 F:      include/linux/perf/arm_pmu.h
816
817 ARM PORT
818 M:      Russell King <linux@arm.linux.org.uk>
819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
820 W:      http://www.arm.linux.org.uk/
821 S:      Maintained
822 F:      arch/arm/
823
824 ARM SUB-ARCHITECTURES
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 S:      Maintained
827 F:      arch/arm/mach-*/
828 F:      arch/arm/plat-*/
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
830
831 ARM PRIMECELL AACI PL041 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      sound/arm/aaci.*
835
836 ARM PRIMECELL CLCD PL110 DRIVER
837 M:      Russell King <linux@arm.linux.org.uk>
838 S:      Maintained
839 F:      drivers/video/fbdev/amba-clcd.*
840
841 ARM PRIMECELL KMI PL050 DRIVER
842 M:      Russell King <linux@arm.linux.org.uk>
843 S:      Maintained
844 F:      drivers/input/serio/ambakmi.*
845 F:      include/linux/amba/kmi.h
846
847 ARM PRIMECELL MMCI PL180/1 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/mmc/host/mmci.*
851 F:      include/linux/amba/mmci.h
852
853 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/tty/serial/amba-pl01*.c
857 F:      include/linux/amba/serial.h
858
859 ARM PRIMECELL BUS SUPPORT
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/amba/
863 F:      include/linux/amba/bus.h
864
865 ARM/ADS SPHERE MACHINE SUPPORT
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S:      Maintained
869
870 ARM/AFEB9260 MACHINE SUPPORT
871 M:      Sergey Lapin <slapin@ossfans.org>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874
875 ARM/AJECO 1ARM MACHINE SUPPORT
876 M:      Lennert Buytenhek <kernel@wantstofly.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
879
880 ARM/Allwinner A1X SoC support
881 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 S:      Maintained
884 N:      sun[x4567]i
885
886 ARM/Allwinner SoC Clock Support
887 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
888 S:      Maintained
889 F:      drivers/clk/sunxi/
890
891 ARM/Amlogic MesonX SoC support
892 M:      Carlo Caione <carlo@caione.org>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 F:      drivers/media/rc/meson-ir.c
896 N:      meson[x68]
897
898 ARM/Annapurna Labs ALPINE ARCHITECTURE
899 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
900 S:      Maintained
901 F:      arch/arm/mach-alpine/
902
903 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
904 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
905 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
906 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 W:      http://www.linux4sam.org
909 S:      Supported
910 F:      arch/arm/mach-at91/
911 F:      include/soc/at91/
912 F:      arch/arm/boot/dts/at91*.dts
913 F:      arch/arm/boot/dts/at91*.dtsi
914 F:      arch/arm/boot/dts/sama*.dts
915 F:      arch/arm/boot/dts/sama*.dtsi
916 F:      arch/arm/include/debug/at91.S
917
918 ARM/ATMEL AT91 Clock Support
919 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
920 S:      Maintained
921 F:      drivers/clk/at91
922
923 ARM/CALXEDA HIGHBANK ARCHITECTURE
924 M:      Rob Herring <robh@kernel.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927 F:      arch/arm/mach-highbank/
928
929 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
930 M:      Krzysztof Halasa <khalasa@piap.pl>
931 S:      Maintained
932 F:      arch/arm/mach-cns3xxx/
933
934 ARM/CAVIUM THUNDER NETWORK DRIVER
935 M:      Sunil Goutham <sgoutham@cavium.com>
936 M:      Robert Richter <rric@kernel.org>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 S:      Supported
939 F:      drivers/net/ethernet/cavium/thunder/
940
941 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
942 M:      Alexander Shiyan <shc_work@mail.ru>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Odd Fixes
945 N:      clps711x
946
947 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
948 M:      Hartley Sweeten <hsweeten@visionengravers.com>
949 M:      Ryan Mallon <rmallon@gmail.com>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952 F:      arch/arm/mach-ep93xx/
953 F:      arch/arm/mach-ep93xx/include/mach/
954
955 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
956 M:      Lennert Buytenhek <kernel@wantstofly.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Maintained
959
960 ARM/CLKDEV SUPPORT
961 M:      Russell King <linux@arm.linux.org.uk>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964 F:      arch/arm/include/asm/clkdev.h
965 F:      drivers/clk/clkdev.c
966
967 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
968 M:      Mike Rapoport <mike@compulab.co.il>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971
972 ARM/CONTEC MICRO9 MACHINE SUPPORT
973 M:      Hubert Feurstein <hubert.feurstein@contec.at>
974 S:      Maintained
975 F:      arch/arm/mach-ep93xx/micro9.c
976
977 ARM/CORESIGHT FRAMEWORK AND DRIVERS
978 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Maintained
981 F:      drivers/hwtracing/coresight/*
982 F:      Documentation/trace/coresight.txt
983 F:      Documentation/devicetree/bindings/arm/coresight.txt
984 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
985
986 ARM/CORGI MACHINE SUPPORT
987 M:      Richard Purdie <rpurdie@rpsys.net>
988 S:      Maintained
989
990 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
991 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 T:      git git://github.com/ulli-kroll/linux.git
994 S:      Maintained
995 F:      arch/arm/mach-gemini/
996 F:      drivers/rtc/rtc-gemini.c
997
998 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
999 M:      Barry Song <baohua@kernel.org>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1002 S:      Maintained
1003 F:      arch/arm/mach-prima2/
1004 F:      drivers/clk/sirf/
1005 F:      drivers/clocksource/timer-prima2.c
1006 F:      drivers/clocksource/timer-atlas7.c
1007 N:      [^a-z]sirf
1008
1009 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1010 M:      Baruch Siach <baruch@tkos.co.il>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013 F:      arch/arm/boot/dts/cx92755*
1014 N:      digicolor
1015
1016 ARM/EBSA110 MACHINE SUPPORT
1017 M:      Russell King <linux@arm.linux.org.uk>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 W:      http://www.arm.linux.org.uk/
1020 S:      Maintained
1021 F:      arch/arm/mach-ebsa110/
1022 F:      drivers/net/ethernet/amd/am79c961a.*
1023
1024 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1025 M:      Uwe Kleine-König <kernel@pengutronix.de>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028 N:      efm32
1029
1030 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1031 M:      Daniel Ribeiro <drwyrm@gmail.com>
1032 M:      Stefan Schmidt <stefan@openezx.org>
1033 M:      Harald Welte <laforge@openezx.org>
1034 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1035 W:      http://www.openezx.org/
1036 S:      Maintained
1037 T:      topgit git://git.openezx.org/openezx.git
1038 F:      arch/arm/mach-pxa/ezx.c
1039
1040 ARM/FARADAY FA526 PORT
1041 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 S:      Maintained
1044 T:      git git://git.berlios.de/gemini-board
1045 F:      arch/arm/mm/*-fa*
1046
1047 ARM/FOOTBRIDGE ARCHITECTURE
1048 M:      Russell King <linux@arm.linux.org.uk>
1049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 W:      http://www.arm.linux.org.uk/
1051 S:      Maintained
1052 F:      arch/arm/include/asm/hardware/dec21285.h
1053 F:      arch/arm/mach-footbridge/
1054
1055 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1056 M:      Shawn Guo <shawnguo@kernel.org>
1057 M:      Sascha Hauer <kernel@pengutronix.de>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1061 F:      arch/arm/mach-imx/
1062 F:      arch/arm/mach-mxs/
1063 F:      arch/arm/boot/dts/imx*
1064 F:      arch/arm/configs/imx*_defconfig
1065 F:      drivers/clk/imx/
1066 F:      include/soc/imx/
1067
1068 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1069 M:      Shawn Guo <shawnguo@kernel.org>
1070 M:      Sascha Hauer <kernel@pengutronix.de>
1071 R:      Stefan Agner <stefan@agner.ch>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1075 F:      arch/arm/mach-imx/*vf610*
1076 F:      arch/arm/boot/dts/vf*
1077
1078 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1079 M:      Lennert Buytenhek <kernel@wantstofly.org>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 S:      Maintained
1082
1083 ARM/GUMSTIX MACHINE SUPPORT
1084 M:      Steve Sakoman <sakoman@gmail.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Maintained
1087
1088 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1089 M:      Philipp Zabel <philipp.zabel@gmail.com>
1090 M:      Paul Parsons <lost.distance@yahoo.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 F:      arch/arm/mach-pxa/hx4700.c
1094 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1095 F:      sound/soc/pxa/hx4700.c
1096
1097 ARM/HISILICON SOC SUPPORT
1098 M:      Wei Xu <xuwei5@hisilicon.com>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 W:      http://www.hisilicon.com
1101 S:      Supported
1102 T:      git git://github.com/hisilicon/linux-hisi.git
1103 F:      arch/arm/mach-hisi/
1104
1105 ARM/HP JORNADA 7XX MACHINE SUPPORT
1106 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1107 W:      www.jlime.com
1108 S:      Maintained
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1110 F:      arch/arm/mach-sa1100/jornada720.c
1111 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1112
1113 ARM/IGEP MACHINE SUPPORT
1114 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1115 M:      Javier Martinez Canillas <javier@dowhile0.org>
1116 L:      linux-omap@vger.kernel.org
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119 F:      arch/arm/boot/dts/omap3-igep*
1120
1121 ARM/INCOME PXA270 SUPPORT
1122 M:      Marek Vasut <marek.vasut@gmail.com>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1126
1127 ARM/INTEL IOP32X ARM ARCHITECTURE
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/INTEL IOP33X ARM ARCHITECTURE
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Orphan
1135
1136 ARM/INTEL IOP13XX ARM ARCHITECTURE
1137 M:      Lennert Buytenhek <kernel@wantstofly.org>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S:      Maintained
1140
1141 ARM/INTEL IQ81342EX MACHINE SUPPORT
1142 M:      Lennert Buytenhek <kernel@wantstofly.org>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145
1146 ARM/INTEL IXDP2850 MACHINE SUPPORT
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/INTEL IXP4XX ARM ARCHITECTURE
1152 M:      Imre Kaloz <kaloz@openwrt.org>
1153 M:      Krzysztof Halasa <khalasa@piap.pl>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156 F:      arch/arm/mach-ixp4xx/
1157
1158 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1159 M:      Jonathan Cameron <jic23@cam.ac.uk>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-pxa/stargate2.c
1163 F:      drivers/pcmcia/pxa2xx_stargate2.c
1164
1165 ARM/INTEL XSC3 (MANZANO) ARM CORE
1166 M:      Lennert Buytenhek <kernel@wantstofly.org>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169
1170 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1171 M:      Lennert Buytenhek <kernel@wantstofly.org>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174
1175 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1176 M:      Santosh Shilimkar <ssantosh@kernel.org>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-keystone/
1180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1181
1182 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1183 M:      Santosh Shilimkar <ssantosh@kernel.org>
1184 L:      linux-kernel@vger.kernel.org
1185 S:      Maintained
1186 F:      drivers/clk/keystone/
1187
1188 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 L:      linux-kernel@vger.kernel.org
1192 S:      Maintained
1193 F:      drivers/clocksource/timer-keystone.c
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-kernel@vger.kernel.org
1198 S:      Maintained
1199 F:      drivers/power/reset/keystone-reset.c
1200
1201 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/memory/*emif*
1206
1207 ARM/LOGICPD PXA270 MACHINE SUPPORT
1208 M:      Lennert Buytenhek <kernel@wantstofly.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211
1212 ARM/LPC18XX ARCHITECTURE
1213 M:      Joachim Eastwood <manabian@gmail.com>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 N:      lpc18xx
1217
1218 ARM/MAGICIAN MACHINE SUPPORT
1219 M:      Philipp Zabel <philipp.zabel@gmail.com>
1220 S:      Maintained
1221
1222 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1223 M:      Jason Cooper <jason@lakedaemon.net>
1224 M:      Andrew Lunn <andrew@lunn.ch>
1225 M:      Gregory Clement <gregory.clement@free-electrons.com>
1226 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229 F:      arch/arm/mach-mvebu/
1230 F:      drivers/rtc/rtc-armada38x.c
1231 F:      arch/arm/boot/dts/armada*
1232 F:      arch/arm/boot/dts/kirkwood*
1233
1234
1235 ARM/Marvell Berlin SoC support
1236 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-berlin/
1240 F:      arch/arm/boot/dts/berlin*
1241
1242
1243 ARM/Marvell Dove/MV78xx0/Orion SOC support
1244 M:      Jason Cooper <jason@lakedaemon.net>
1245 M:      Andrew Lunn <andrew@lunn.ch>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 M:      Gregory Clement <gregory.clement@free-electrons.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-dove/
1251 F:      arch/arm/mach-mv78xx0/
1252 F:      arch/arm/mach-orion5x/
1253 F:      arch/arm/plat-orion/
1254 F:      arch/arm/boot/dts/dove*
1255 F:      arch/arm/boot/dts/orion5x*
1256
1257
1258 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1259 M:      Alexander Clouter <alex@digriz.org.uk>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 W:      http://www.digriz.org.uk/ts78xx/kernel
1262 S:      Maintained
1263 F:      arch/arm/mach-orion5x/ts78xx-*
1264
1265 ARM/Mediatek RTC DRIVER
1266 M:      Eddie Huang <eddie.huang@mediatek.com>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      drivers/rtc/rtc-mt6397.c
1271
1272 ARM/Mediatek SoC support
1273 M:      Matthias Brugger <matthias.bgg@gmail.com>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/boot/dts/mt6*
1278 F:      arch/arm/boot/dts/mt8*
1279 F:      arch/arm/mach-mediatek/
1280 N:      mtk
1281 K:      mediatek
1282
1283 ARM/MICREL KS8695 ARCHITECTURE
1284 M:      Greg Ungerer <gerg@uclinux.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 F:      arch/arm/mach-ks8695/
1287 S:      Odd Fixes
1288
1289 ARM/MIOA701 MACHINE SUPPORT
1290 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F:      arch/arm/mach-pxa/mioa701.c
1293 S:      Maintained
1294
1295 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1296 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1297 S:      Maintained
1298
1299 ARM/NOMADIK ARCHITECTURE
1300 M:      Alessandro Rubini <rubini@unipv.it>
1301 M:      Linus Walleij <linus.walleij@linaro.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304 F:      arch/arm/mach-nomadik/
1305 F:      drivers/pinctrl/nomadik/
1306 F:      drivers/i2c/busses/i2c-nomadik.c
1307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1308
1309 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1310 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1311 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1312 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1313 S:      Supported
1314
1315 ARM/TOSA MACHINE SUPPORT
1316 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1317 M:      Dirk Opfer <dirk@opfer-online.de>
1318 S:      Maintained
1319
1320 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1321 M:      Marek Vasut <marek.vasut@gmail.com>
1322 L:      linux-arm-kernel@lists.infradead.org
1323 W:      http://hackndev.com
1324 S:      Maintained
1325 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1326 F:      arch/arm/mach-pxa/palmtx.c
1327 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1328 F:      arch/arm/mach-pxa/palmt5.c
1329 F:      arch/arm/mach-pxa/include/mach/palmld.h
1330 F:      arch/arm/mach-pxa/palmld.c
1331 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1332 F:      arch/arm/mach-pxa/palmte2.c
1333 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1334 F:      arch/arm/mach-pxa/palmtc.c
1335
1336 ARM/PALM TREO SUPPORT
1337 M:      Tomas Cech <sleep_walker@suse.com>
1338 L:      linux-arm-kernel@lists.infradead.org
1339 W:      http://hackndev.com
1340 S:      Maintained
1341 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1342 F:      arch/arm/mach-pxa/palmtreo.c
1343
1344 ARM/PALMZ72 SUPPORT
1345 M:      Sergey Lapin <slapin@ossfans.org>
1346 L:      linux-arm-kernel@lists.infradead.org
1347 W:      http://hackndev.com
1348 S:      Maintained
1349 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1350 F:      arch/arm/mach-pxa/palmz72.c
1351
1352 ARM/PLEB SUPPORT
1353 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1354 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1355 S:      Maintained
1356
1357 ARM/PT DIGITAL BOARD PORT
1358 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 W:      http://www.arm.linux.org.uk/
1361 S:      Maintained
1362
1363 ARM/QUALCOMM SUPPORT
1364 M:      Kumar Gala <galak@codeaurora.org>
1365 M:      Andy Gross <agross@codeaurora.org>
1366 M:      David Brown <davidb@codeaurora.org>
1367 L:      linux-arm-msm@vger.kernel.org
1368 L:      linux-soc@vger.kernel.org
1369 S:      Maintained
1370 F:      arch/arm/mach-qcom/
1371 F:      drivers/soc/qcom/
1372 F:      drivers/tty/serial/msm_serial.h
1373 F:      drivers/tty/serial/msm_serial.c
1374 F:      drivers/*/pm8???-*
1375 F:      drivers/mfd/ssbi.c
1376 F:      drivers/firmware/qcom_scm.c
1377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1378
1379 ARM/RADISYS ENP2611 MACHINE SUPPORT
1380 M:      Lennert Buytenhek <kernel@wantstofly.org>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383
1384 ARM/RISCPC ARCHITECTURE
1385 M:      Russell King <linux@arm.linux.org.uk>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1390 F:      arch/arm/include/asm/hardware/ioc.h
1391 F:      arch/arm/include/asm/hardware/iomd.h
1392 F:      arch/arm/include/asm/hardware/memc.h
1393 F:      arch/arm/mach-rpc/
1394 F:      drivers/net/ethernet/8390/etherh.c
1395 F:      drivers/net/ethernet/i825xx/ether1*
1396 F:      drivers/net/ethernet/seeq/ether3*
1397 F:      drivers/scsi/arm/
1398
1399 ARM/Rockchip SoC support
1400 M:      Heiko Stuebner <heiko@sntech.de>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-rockchip@lists.infradead.org
1403 S:      Maintained
1404 F:      arch/arm/boot/dts/rk3*
1405 F:      arch/arm/mach-rockchip/
1406 F:      drivers/clk/rockchip/
1407 F:      drivers/i2c/busses/i2c-rk3x.c
1408 F:      drivers/*/*rockchip*
1409 F:      drivers/*/*/*rockchip*
1410 F:      sound/soc/rockchip/
1411 N:      rockchip
1412
1413 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1414 M:      Kukjin Kim <kgene@kernel.org>
1415 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1418 S:      Maintained
1419 F:      arch/arm/boot/dts/s3c*
1420 F:      arch/arm/boot/dts/exynos*
1421 F:      arch/arm64/boot/dts/exynos/
1422 F:      arch/arm/plat-samsung/
1423 F:      arch/arm/mach-s3c24*/
1424 F:      arch/arm/mach-s3c64xx/
1425 F:      arch/arm/mach-s5p*/
1426 F:      arch/arm/mach-exynos*/
1427 F:      drivers/*/*s3c2410*
1428 F:      drivers/*/*/*s3c2410*
1429 F:      drivers/spi/spi-s3c*
1430 F:      sound/soc/samsung/*
1431 N:      exynos
1432
1433 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1434 M:      Kyungmin Park <kyungmin.park@samsung.com>
1435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 S:      Maintained
1437 F:      arch/arm/mach-s5pv210/
1438
1439 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1440 M:      Kyungmin Park <kyungmin.park@samsung.com>
1441 M:      Kamil Debski <k.debski@samsung.com>
1442 L:      linux-arm-kernel@lists.infradead.org
1443 L:      linux-media@vger.kernel.org
1444 S:      Maintained
1445 F:      drivers/media/platform/s5p-g2d/
1446
1447 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1448 M:      Kyungmin Park <kyungmin.park@samsung.com>
1449 M:      Kamil Debski <k.debski@samsung.com>
1450 M:      Jeongtae Park <jtp.park@samsung.com>
1451 L:      linux-arm-kernel@lists.infradead.org
1452 L:      linux-media@vger.kernel.org
1453 S:      Maintained
1454 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1455 F:      drivers/media/platform/s5p-mfc/
1456
1457 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1458 M:      Kyungmin Park <kyungmin.park@samsung.com>
1459 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org
1461 L:      linux-media@vger.kernel.org
1462 S:      Maintained
1463 F:      drivers/media/platform/s5p-tv/
1464
1465 ARM/SHMOBILE ARM ARCHITECTURE
1466 M:      Simon Horman <horms@verge.net.au>
1467 M:      Magnus Damm <magnus.damm@gmail.com>
1468 L:      linux-sh@vger.kernel.org
1469 W:      http://oss.renesas.com
1470 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1472 S:      Supported
1473 F:      arch/arm/boot/dts/emev2*
1474 F:      arch/arm/boot/dts/r7s*
1475 F:      arch/arm/boot/dts/r8a*
1476 F:      arch/arm/boot/dts/sh*
1477 F:      arch/arm/configs/bockw_defconfig
1478 F:      arch/arm/configs/marzen_defconfig
1479 F:      arch/arm/configs/shmobile_defconfig
1480 F:      arch/arm/include/debug/renesas-scif.S
1481 F:      arch/arm/mach-shmobile/
1482 F:      drivers/sh/
1483
1484 ARM/SOCFPGA ARCHITECTURE
1485 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1486 S:      Maintained
1487 F:      arch/arm/mach-socfpga/
1488 F:      arch/arm/boot/dts/socfpga*
1489 F:      arch/arm/configs/socfpga_defconfig
1490 W:      http://www.rocketboards.org
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1492
1493 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1494 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1495 S:      Maintained
1496 F:      drivers/clk/socfpga/
1497
1498 ARM/SOCFPGA EDAC SUPPORT
1499 M:      Thor Thayer <tthayer@opensource.altera.com>
1500 S:      Maintained
1501 F:      drivers/edac/altera_edac.
1502
1503 ARM/STI ARCHITECTURE
1504 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1505 M:      Maxime Coquelin <maxime.coquelin@st.com>
1506 M:      Patrice Chotard <patrice.chotard@st.com>
1507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 L:      kernel@stlinux.com
1509 W:      http://www.stlinux.com
1510 S:      Maintained
1511 F:      arch/arm/mach-sti/
1512 F:      arch/arm/boot/dts/sti*
1513 F:      drivers/clocksource/arm_global_timer.c
1514 F:      drivers/i2c/busses/i2c-st.c
1515 F:      drivers/media/rc/st_rc.c
1516 F:      drivers/mmc/host/sdhci-st.c
1517 F:      drivers/phy/phy-miphy28lp.c
1518 F:      drivers/phy/phy-miphy365x.c
1519 F:      drivers/phy/phy-stih407-usb.c
1520 F:      drivers/phy/phy-stih41x-usb.c
1521 F:      drivers/pinctrl/pinctrl-st.c
1522 F:      drivers/reset/sti/
1523 F:      drivers/rtc/rtc-st-lpc.c
1524 F:      drivers/tty/serial/st-asc.c
1525 F:      drivers/usb/dwc3/dwc3-st.c
1526 F:      drivers/usb/host/ehci-st.c
1527 F:      drivers/usb/host/ohci-st.c
1528 F:      drivers/watchdog/st_lpc_wdt.c
1529 F:      drivers/ata/ahci_st.c
1530
1531 ARM/STM32 ARCHITECTURE
1532 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 S:      Maintained
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1536 N:      stm32
1537 F:      drivers/clocksource/armv7m_systick.c
1538
1539 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1540 M:      Lennert Buytenhek <kernel@wantstofly.org>
1541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S:      Maintained
1543
1544 ARM/TETON BGA MACHINE SUPPORT
1545 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S:      Maintained
1548
1549 ARM/THECUS N2100 MACHINE SUPPORT
1550 M:      Lennert Buytenhek <kernel@wantstofly.org>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553
1554 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1555 M:      Wan ZongShun <mcuos.com@gmail.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 W:      http://www.mcuos.com
1558 S:      Maintained
1559 F:      arch/arm/mach-w90x900/
1560 F:      drivers/input/keyboard/w90p910_keypad.c
1561 F:      drivers/input/touchscreen/w90p910_ts.c
1562 F:      drivers/watchdog/nuc900_wdt.c
1563 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1564 F:      drivers/mtd/nand/nuc900_nand.c
1565 F:      drivers/rtc/rtc-nuc900.c
1566 F:      drivers/spi/spi-nuc900.c
1567 F:      drivers/usb/host/ehci-w90x900.c
1568 F:      drivers/video/fbdev/nuc900fb.c
1569
1570 ARM/U300 MACHINE SUPPORT
1571 M:      Linus Walleij <linus.walleij@linaro.org>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 S:      Supported
1574 F:      arch/arm/mach-u300/
1575 F:      drivers/clocksource/timer-u300.c
1576 F:      drivers/i2c/busses/i2c-stu300.c
1577 F:      drivers/rtc/rtc-coh901331.c
1578 F:      drivers/watchdog/coh901327_wdt.c
1579 F:      drivers/dma/coh901318*
1580 F:      drivers/mfd/ab3100*
1581 F:      drivers/rtc/rtc-ab3100.c
1582 F:      drivers/rtc/rtc-coh901331.c
1583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1584
1585 ARM/UNIPHIER ARCHITECTURE
1586 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 S:      Maintained
1589 F:      arch/arm/boot/dts/uniphier*
1590 F:      arch/arm/mach-uniphier/
1591 F:      drivers/pinctrl/uniphier/
1592 F:      drivers/tty/serial/8250/8250_uniphier.c
1593 N:      uniphier
1594
1595 ARM/Ux500 ARM ARCHITECTURE
1596 M:      Linus Walleij <linus.walleij@linaro.org>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/mach-ux500/
1600 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1601 F:      drivers/dma/ste_dma40*
1602 F:      drivers/hwspinlock/u8500_hsem.c
1603 F:      drivers/mfd/abx500*
1604 F:      drivers/mfd/ab8500*
1605 F:      drivers/mfd/dbx500*
1606 F:      drivers/mfd/db8500*
1607 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1608 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1609 F:      drivers/rtc/rtc-ab8500.c
1610 F:      drivers/rtc/rtc-pl031.c
1611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1612
1613 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1614 M:      Ulf Hansson <ulf.hansson@linaro.org>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 T:      git git://git.linaro.org/people/ulfh/clk.git
1617 S:      Maintained
1618 F:      drivers/clk/ux500/
1619 F:      include/linux/platform_data/clk-ux500.h
1620
1621 ARM/VERSATILE EXPRESS PLATFORM
1622 M:      Liviu Dudau <liviu.dudau@arm.com>
1623 M:      Sudeep Holla <sudeep.holla@arm.com>
1624 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 S:      Maintained
1627 F:      arch/arm/boot/dts/vexpress*
1628 F:      arch/arm64/boot/dts/arm/vexpress*
1629 F:      arch/arm/mach-vexpress/
1630 F:      */*/vexpress*
1631 F:      */*/*/vexpress*
1632 F:      drivers/clk/versatile/clk-vexpress-osc.c
1633 F:      drivers/clocksource/versatile.c
1634
1635 ARM/VFP SUPPORT
1636 M:      Russell King <linux@arm.linux.org.uk>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 W:      http://www.arm.linux.org.uk/
1639 S:      Maintained
1640 F:      arch/arm/vfp/
1641
1642 ARM/VOIPAC PXA270 SUPPORT
1643 M:      Marek Vasut <marek.vasut@gmail.com>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S:      Maintained
1646 F:      arch/arm/mach-pxa/vpac270.c
1647 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1648
1649 ARM/VT8500 ARM ARCHITECTURE
1650 M:      Tony Prisk <linux@prisktech.co.nz>
1651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 S:      Maintained
1653 F:      arch/arm/mach-vt8500/
1654 F:      drivers/clocksource/vt8500_timer.c
1655 F:      drivers/i2c/busses/i2c-wmt.c
1656 F:      drivers/mmc/host/wmt-sdmmc.c
1657 F:      drivers/pwm/pwm-vt8500.c
1658 F:      drivers/rtc/rtc-vt8500.c
1659 F:      drivers/tty/serial/vt8500_serial.c
1660 F:      drivers/usb/host/ehci-platform.c
1661 F:      drivers/usb/host/uhci-platform.c
1662 F:      drivers/video/fbdev/vt8500lcdfb.*
1663 F:      drivers/video/fbdev/wm8505fb*
1664 F:      drivers/video/fbdev/wmt_ge_rops.*
1665
1666 ARM/ZIPIT Z2 SUPPORT
1667 M:      Marek Vasut <marek.vasut@gmail.com>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 S:      Maintained
1670 F:      arch/arm/mach-pxa/z2.c
1671 F:      arch/arm/mach-pxa/include/mach/z2.h
1672
1673 ARM/ZTE ARCHITECTURE
1674 M:      Jun Nie <jun.nie@linaro.org>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S:      Maintained
1677 F:      arch/arm/mach-zx/
1678 F:      drivers/clk/zte/
1679 F:      Documentation/devicetree/bindings/arm/zte.txt
1680 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1681
1682 ARM/ZYNQ ARCHITECTURE
1683 M:      Michal Simek <michal.simek@xilinx.com>
1684 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1686 W:      http://wiki.xilinx.com
1687 T:      git https://github.com/Xilinx/linux-xlnx.git
1688 S:      Supported
1689 F:      arch/arm/mach-zynq/
1690 F:      drivers/cpuidle/cpuidle-zynq.c
1691 F:      drivers/block/xsysace.c
1692 N:      zynq
1693 N:      xilinx
1694 F:      drivers/clocksource/cadence_ttc_timer.c
1695 F:      drivers/i2c/busses/i2c-cadence.c
1696 F:      drivers/mmc/host/sdhci-of-arasan.c
1697 F:      drivers/edac/synopsys_edac.c
1698
1699 ARM SMMU DRIVERS
1700 M:      Will Deacon <will.deacon@arm.com>
1701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1702 S:      Maintained
1703 F:      drivers/iommu/arm-smmu.c
1704 F:      drivers/iommu/arm-smmu-v3.c
1705 F:      drivers/iommu/io-pgtable-arm.c
1706
1707 ARM64 PORT (AARCH64 ARCHITECTURE)
1708 M:      Catalin Marinas <catalin.marinas@arm.com>
1709 M:      Will Deacon <will.deacon@arm.com>
1710 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711 S:      Maintained
1712 F:      arch/arm64/
1713 F:      Documentation/arm64/
1714
1715 AS3645A LED FLASH CONTROLLER DRIVER
1716 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1717 L:      linux-media@vger.kernel.org
1718 T:      git git://linuxtv.org/media_tree.git
1719 S:      Maintained
1720 F:      drivers/media/i2c/as3645a.c
1721 F:      include/media/as3645a.h
1722
1723 ASC7621 HARDWARE MONITOR DRIVER
1724 M:      George Joseph <george.joseph@fairview5.com>
1725 L:      lm-sensors@lm-sensors.org
1726 S:      Maintained
1727 F:      Documentation/hwmon/asc7621
1728 F:      drivers/hwmon/asc7621.c
1729
1730 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1731 M:      Corentin Chary <corentin.chary@gmail.com>
1732 L:      acpi4asus-user@lists.sourceforge.net
1733 L:      platform-driver-x86@vger.kernel.org
1734 W:      http://acpi4asus.sf.net
1735 S:      Maintained
1736 F:      drivers/platform/x86/asus*.c
1737 F:      drivers/platform/x86/eeepc*.c
1738
1739 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1740 R:      Dan Williams <dan.j.williams@intel.com>
1741 W:      http://sourceforge.net/projects/xscaleiop
1742 S:      Odd fixes
1743 F:      Documentation/crypto/async-tx-api.txt
1744 F:      crypto/async_tx/
1745 F:      drivers/dma/
1746 F:      include/linux/dmaengine.h
1747 F:      include/linux/async_tx.h
1748
1749 AT24 EEPROM DRIVER
1750 M:      Wolfram Sang <wsa@the-dreams.de>
1751 L:      linux-i2c@vger.kernel.org
1752 S:      Maintained
1753 F:      drivers/misc/eeprom/at24.c
1754 F:      include/linux/platform_data/at24.h
1755
1756 ATA OVER ETHERNET (AOE) DRIVER
1757 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1758 W:      http://www.openaoe.org/
1759 S:      Supported
1760 F:      Documentation/aoe/
1761 F:      drivers/block/aoe/
1762
1763 ATHEROS ATH GENERIC UTILITIES
1764 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1765 L:      linux-wireless@vger.kernel.org
1766 S:      Supported
1767 F:      drivers/net/wireless/ath/*
1768
1769 ATHEROS ATH5K WIRELESS DRIVER
1770 M:      Jiri Slaby <jirislaby@gmail.com>
1771 M:      Nick Kossifidis <mickflemm@gmail.com>
1772 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1773 L:      linux-wireless@vger.kernel.org
1774 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1775 S:      Maintained
1776 F:      drivers/net/wireless/ath/ath5k/
1777
1778 ATHEROS ATH6KL WIRELESS DRIVER
1779 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1780 L:      linux-wireless@vger.kernel.org
1781 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1782 T:      git git://github.com/kvalo/ath.git
1783 S:      Supported
1784 F:      drivers/net/wireless/ath/ath6kl/
1785
1786 WILOCITY WIL6210 WIRELESS DRIVER
1787 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1788 L:      linux-wireless@vger.kernel.org
1789 L:      wil6210@qca.qualcomm.com
1790 S:      Supported
1791 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1792 F:      drivers/net/wireless/ath/wil6210/
1793 F:      include/uapi/linux/wil6210_uapi.h
1794
1795 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1796 M:      Christian Lamparter <chunkeey@googlemail.com>
1797 L:      linux-wireless@vger.kernel.org
1798 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1799 S:      Maintained
1800 F:      drivers/net/wireless/ath/carl9170/
1801
1802 ATK0110 HWMON DRIVER
1803 M:      Luca Tettamanti <kronos.it@gmail.com>
1804 L:      lm-sensors@lm-sensors.org
1805 S:      Maintained
1806 F:      drivers/hwmon/asus_atk0110.c
1807
1808 ATI_REMOTE2 DRIVER
1809 M:      Ville Syrjala <syrjala@sci.fi>
1810 S:      Maintained
1811 F:      drivers/input/misc/ati_remote2.c
1812
1813 ATLX ETHERNET DRIVERS
1814 M:      Jay Cliburn <jcliburn@gmail.com>
1815 M:      Chris Snook <chris.snook@gmail.com>
1816 L:      netdev@vger.kernel.org
1817 W:      http://sourceforge.net/projects/atl1
1818 W:      http://atl1.sourceforge.net
1819 S:      Maintained
1820 F:      drivers/net/ethernet/atheros/
1821
1822 ATM
1823 M:      Chas Williams <3chas3@gmail.com>
1824 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1825 L:      netdev@vger.kernel.org
1826 W:      http://linux-atm.sourceforge.net
1827 S:      Maintained
1828 F:      drivers/atm/
1829 F:      include/linux/atm*
1830 F:      include/uapi/linux/atm*
1831
1832 ATMEL AT91 / AT32 MCI DRIVER
1833 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1834 S:      Maintained
1835 F:      drivers/mmc/host/atmel-mci.c
1836 F:      drivers/mmc/host/atmel-mci-regs.h
1837
1838 ATMEL AT91 / AT32 SERIAL DRIVER
1839 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1840 S:      Supported
1841 F:      drivers/tty/serial/atmel_serial.c
1842
1843 ATMEL Audio ALSA driver
1844 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1845 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1846 S:      Supported
1847 F:      sound/soc/atmel
1848
1849 ATMEL DMA DRIVER
1850 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 S:      Supported
1853 F:      drivers/dma/at_hdmac.c
1854 F:      drivers/dma/at_hdmac_regs.h
1855 F:      include/linux/platform_data/dma-atmel.h
1856
1857 ATMEL XDMA DRIVER
1858 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1859 L:      linux-arm-kernel@lists.infradead.org
1860 L:      dmaengine@vger.kernel.org
1861 S:      Supported
1862 F:      drivers/dma/at_xdmac.c
1863
1864 ATMEL I2C DRIVER
1865 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1866 L:      linux-i2c@vger.kernel.org
1867 S:      Supported
1868 F:      drivers/i2c/busses/i2c-at91.c
1869
1870 ATMEL ISI DRIVER
1871 M:      Josh Wu <josh.wu@atmel.com>
1872 L:      linux-media@vger.kernel.org
1873 S:      Supported
1874 F:      drivers/media/platform/soc_camera/atmel-isi.c
1875 F:      include/media/atmel-isi.h
1876
1877 ATMEL LCDFB DRIVER
1878 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1879 L:      linux-fbdev@vger.kernel.org
1880 S:      Maintained
1881 F:      drivers/video/fbdev/atmel_lcdfb.c
1882 F:      include/video/atmel_lcdc.h
1883
1884 ATMEL MACB ETHERNET DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 S:      Supported
1887 F:      drivers/net/ethernet/cadence/
1888
1889 ATMEL NAND DRIVER
1890 M:      Josh Wu <josh.wu@atmel.com>
1891 L:      linux-mtd@lists.infradead.org
1892 S:      Supported
1893 F:      drivers/mtd/nand/atmel_nand*
1894
1895 ATMEL SPI DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 S:      Supported
1898 F:      drivers/spi/spi-atmel.*
1899
1900 ATMEL SSC DRIVER
1901 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903 S:      Supported
1904 F:      drivers/misc/atmel-ssc.c
1905 F:      include/linux/atmel-ssc.h
1906
1907 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 S:      Supported
1911 F:      drivers/misc/atmel_tclib.c
1912 F:      drivers/clocksource/tcb_clksrc.c
1913
1914 ATMEL USBA UDC DRIVER
1915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Supported
1918 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1919
1920 ATMEL WIRELESS DRIVER
1921 M:      Simon Kelley <simon@thekelleys.org.uk>
1922 L:      linux-wireless@vger.kernel.org
1923 W:      http://www.thekelleys.org.uk/atmel
1924 W:      http://atmelwlandriver.sourceforge.net/
1925 S:      Maintained
1926 F:      drivers/net/wireless/atmel*
1927
1928 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1929 M:      Bradley Grove <linuxdrivers@attotech.com>
1930 L:      linux-scsi@vger.kernel.org
1931 W:      http://www.attotech.com
1932 S:      Supported
1933 F:      drivers/scsi/esas2r
1934
1935 ATUSB IEEE 802.15.4 RADIO DRIVER
1936 M:      Stefan Schmidt <stefan@osg.samsung.com>
1937 L:      linux-wpan@vger.kernel.org
1938 S:      Maintained
1939 F:      drivers/net/ieee802154/atusb.c
1940 F:      drivers/net/ieee802154/atusb.h
1941 F:      drivers/net/ieee802154/at86rf230.h
1942
1943 AUDIT SUBSYSTEM
1944 M:      Paul Moore <paul@paul-moore.com>
1945 M:      Eric Paris <eparis@redhat.com>
1946 L:      linux-audit@redhat.com (moderated for non-subscribers)
1947 W:      http://people.redhat.com/sgrubb/audit/
1948 T:      git git://git.infradead.org/users/pcmoore/audit
1949 S:      Maintained
1950 F:      include/linux/audit.h
1951 F:      include/uapi/linux/audit.h
1952 F:      kernel/audit*
1953
1954 AUXILIARY DISPLAY DRIVERS
1955 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1956 W:      http://miguelojeda.es/auxdisplay.htm
1957 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1958 S:      Maintained
1959 F:      drivers/auxdisplay/
1960 F:      include/linux/cfag12864b.h
1961
1962 AVR32 ARCHITECTURE
1963 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1964 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1965 W:      http://www.atmel.com/products/AVR32/
1966 W:      http://mirror.egtvedt.no/avr32linux.org/
1967 W:      http://avrfreaks.net/
1968 S:      Maintained
1969 F:      arch/avr32/
1970
1971 AVR32/AT32AP MACHINE SUPPORT
1972 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1973 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1974 S:      Maintained
1975 F:      arch/avr32/mach-at32ap/
1976
1977 AX.25 NETWORK LAYER
1978 M:      Ralf Baechle <ralf@linux-mips.org>
1979 L:      linux-hams@vger.kernel.org
1980 W:      http://www.linux-ax25.org/
1981 S:      Maintained
1982 F:      include/uapi/linux/ax25.h
1983 F:      include/net/ax25.h
1984 F:      net/ax25/
1985
1986 AZ6007 DVB DRIVER
1987 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1988 L:      linux-media@vger.kernel.org
1989 W:      http://linuxtv.org
1990 T:      git git://linuxtv.org/media_tree.git
1991 S:      Maintained
1992 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1993
1994 AZTECH FM RADIO RECEIVER DRIVER
1995 M:      Hans Verkuil <hverkuil@xs4all.nl>
1996 L:      linux-media@vger.kernel.org
1997 T:      git git://linuxtv.org/media_tree.git
1998 W:      http://linuxtv.org
1999 S:      Maintained
2000 F:      drivers/media/radio/radio-aztech*
2001
2002 B43 WIRELESS DRIVER
2003 L:      linux-wireless@vger.kernel.org
2004 L:      b43-dev@lists.infradead.org
2005 W:      http://wireless.kernel.org/en/users/Drivers/b43
2006 S:      Odd Fixes
2007 F:      drivers/net/wireless/b43/
2008
2009 B43LEGACY WIRELESS DRIVER
2010 M:      Larry Finger <Larry.Finger@lwfinger.net>
2011 L:      linux-wireless@vger.kernel.org
2012 L:      b43-dev@lists.infradead.org
2013 W:      http://wireless.kernel.org/en/users/Drivers/b43
2014 S:      Maintained
2015 F:      drivers/net/wireless/b43legacy/
2016
2017 BACKLIGHT CLASS/SUBSYSTEM
2018 M:      Jingoo Han <jingoohan1@gmail.com>
2019 M:      Lee Jones <lee.jones@linaro.org>
2020 S:      Maintained
2021 F:      drivers/video/backlight/
2022 F:      include/linux/backlight.h
2023
2024 BATMAN ADVANCED
2025 M:      Marek Lindner <mareklindner@neomailbox.ch>
2026 M:      Simon Wunderlich <sw@simonwunderlich.de>
2027 M:      Antonio Quartulli <antonio@meshcoding.com>
2028 L:      b.a.t.m.a.n@lists.open-mesh.org
2029 W:      http://www.open-mesh.org/
2030 S:      Maintained
2031 F:      net/batman-adv/
2032
2033 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2034 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2035 L:      linux-hams@vger.kernel.org
2036 W:      http://www.baycom.org/~tom/ham/ham.html
2037 S:      Maintained
2038 F:      drivers/net/hamradio/baycom*
2039
2040 BCACHE (BLOCK LAYER CACHE)
2041 M:      Kent Overstreet <kent.overstreet@gmail.com>
2042 L:      linux-bcache@vger.kernel.org
2043 W:      http://bcache.evilpiepirate.org
2044 S:      Maintained
2045 F:      drivers/md/bcache/
2046
2047 BDISP ST MEDIA DRIVER
2048 M:      Fabien Dessenne <fabien.dessenne@st.com>
2049 L:      linux-media@vger.kernel.org
2050 T:      git git://linuxtv.org/media_tree.git
2051 W:      http://linuxtv.org
2052 S:      Supported
2053 F:      drivers/media/platform/sti/bdisp
2054
2055 BEFS FILE SYSTEM
2056 S:      Orphan
2057 F:      Documentation/filesystems/befs.txt
2058 F:      fs/befs/
2059
2060 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2061 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2062 L:      netdev@vger.kernel.org
2063 S:      Maintained
2064 F:      drivers/net/ethernet/ec_bhf.c
2065
2066 BFS FILE SYSTEM
2067 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2068 S:      Maintained
2069 F:      Documentation/filesystems/bfs.txt
2070 F:      fs/bfs/
2071 F:      include/uapi/linux/bfs_fs.h
2072
2073 BLACKFIN ARCHITECTURE
2074 M:      Steven Miao <realmz6@gmail.com>
2075 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 T:      git git://git.code.sf.net/p/adi-linux/code
2077 W:      http://blackfin.uclinux.org
2078 S:      Supported
2079 F:      arch/blackfin/
2080
2081 BLACKFIN EMAC DRIVER
2082 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2083 W:      http://blackfin.uclinux.org
2084 S:      Supported
2085 F:      drivers/net/ethernet/adi/
2086
2087 BLACKFIN RTC DRIVER
2088 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2089 W:      http://blackfin.uclinux.org
2090 S:      Supported
2091 F:      drivers/rtc/rtc-bfin.c
2092
2093 BLACKFIN SDH DRIVER
2094 M:      Sonic Zhang <sonic.zhang@analog.com>
2095 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2096 W:      http://blackfin.uclinux.org
2097 S:      Supported
2098 F:      drivers/mmc/host/bfin_sdh.c
2099
2100 BLACKFIN SERIAL DRIVER
2101 M:      Sonic Zhang <sonic.zhang@analog.com>
2102 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2103 W:      http://blackfin.uclinux.org
2104 S:      Supported
2105 F:      drivers/tty/serial/bfin_uart.c
2106
2107 BLACKFIN WATCHDOG 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/watchdog/bfin_wdt.c
2112
2113 BLACKFIN I2C TWI DRIVER
2114 M:      Sonic Zhang <sonic.zhang@analog.com>
2115 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org/
2117 S:      Supported
2118 F:      drivers/i2c/busses/i2c-bfin-twi.c
2119
2120 BLACKFIN MEDIA DRIVER
2121 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org/
2124 S:      Supported
2125 F:      drivers/media/platform/blackfin/
2126 F:      drivers/media/i2c/adv7183*
2127 F:      drivers/media/i2c/vs6624*
2128
2129 BLINKM RGB LED DRIVER
2130 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2131 S:      Maintained
2132 F:      drivers/leds/leds-blinkm.c
2133
2134 BLOCK LAYER
2135 M:      Jens Axboe <axboe@kernel.dk>
2136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2137 S:      Maintained
2138 F:      block/
2139 F:      kernel/trace/blktrace.c
2140
2141 BLOCK2MTD DRIVER
2142 M:      Joern Engel <joern@lazybastard.org>
2143 L:      linux-mtd@lists.infradead.org
2144 S:      Maintained
2145 F:      drivers/mtd/devices/block2mtd.c
2146
2147 BLUETOOTH DRIVERS
2148 M:      Marcel Holtmann <marcel@holtmann.org>
2149 M:      Gustavo Padovan <gustavo@padovan.org>
2150 M:      Johan Hedberg <johan.hedberg@gmail.com>
2151 L:      linux-bluetooth@vger.kernel.org
2152 W:      http://www.bluez.org/
2153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2155 S:      Maintained
2156 F:      drivers/bluetooth/
2157
2158 BLUETOOTH SUBSYSTEM
2159 M:      Marcel Holtmann <marcel@holtmann.org>
2160 M:      Gustavo Padovan <gustavo@padovan.org>
2161 M:      Johan Hedberg <johan.hedberg@gmail.com>
2162 L:      linux-bluetooth@vger.kernel.org
2163 W:      http://www.bluez.org/
2164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2166 S:      Maintained
2167 F:      net/bluetooth/
2168 F:      include/net/bluetooth/
2169
2170 BONDING DRIVER
2171 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2172 M:      Veaceslav Falico <vfalico@gmail.com>
2173 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2174 L:      netdev@vger.kernel.org
2175 W:      http://sourceforge.net/projects/bonding/
2176 S:      Supported
2177 F:      drivers/net/bonding/
2178 F:      include/uapi/linux/if_bonding.h
2179
2180 BPF (Safe dynamic programs and tools)
2181 M:      Alexei Starovoitov <ast@kernel.org>
2182 L:      netdev@vger.kernel.org
2183 L:      linux-kernel@vger.kernel.org
2184 S:      Supported
2185 F:      kernel/bpf/
2186
2187 BROADCOM B44 10/100 ETHERNET DRIVER
2188 M:      Gary Zambrano <zambrano@broadcom.com>
2189 L:      netdev@vger.kernel.org
2190 S:      Supported
2191 F:      drivers/net/ethernet/broadcom/b44.*
2192
2193 BROADCOM GENET ETHERNET DRIVER
2194 M:      Florian Fainelli <f.fainelli@gmail.com>
2195 L:      netdev@vger.kernel.org
2196 S:      Supported
2197 F:      drivers/net/ethernet/broadcom/genet/
2198
2199 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2200 M:      Sony Chacko <sony.chacko@qlogic.com>
2201 M:      Dept-HSGLinuxNICDev@qlogic.com
2202 L:      netdev@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/net/ethernet/broadcom/bnx2.*
2205 F:      drivers/net/ethernet/broadcom/bnx2_*
2206
2207 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2208 M:      Ariel Elior <ariel.elior@qlogic.com>
2209 L:      netdev@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/net/ethernet/broadcom/bnx2x/
2212
2213 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2214 M:      Florian Fainelli <f.fainelli@gmail.com>
2215 M:      Ray Jui <rjui@broadcom.com>
2216 M:      Scott Branden <sbranden@broadcom.com>
2217 L:      bcm-kernel-feedback-list@broadcom.com
2218 T:      git git://github.com/broadcom/mach-bcm
2219 S:      Maintained
2220 F:      arch/arm/mach-bcm/
2221 F:      arch/arm/boot/dts/bcm113*
2222 F:      arch/arm/boot/dts/bcm216*
2223 F:      arch/arm/boot/dts/bcm281*
2224 F:      arch/arm/configs/bcm_defconfig
2225 F:      drivers/mmc/host/sdhci-bcm-kona.c
2226 F:      drivers/clocksource/bcm_kona_timer.c
2227
2228 BROADCOM BCM2835 ARM ARCHITECTURE
2229 M:      Stephen Warren <swarren@wwwdotorg.org>
2230 M:      Lee Jones <lee@kernel.org>
2231 M:      Eric Anholt <eric@anholt.net>
2232 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2235 S:      Maintained
2236 N:      bcm2835
2237
2238 BROADCOM BCM33XX MIPS ARCHITECTURE
2239 M:      Kevin Cernekee <cernekee@gmail.com>
2240 L:      linux-mips@linux-mips.org
2241 S:      Maintained
2242 F:      arch/mips/bcm3384/*
2243 F:      arch/mips/include/asm/mach-bcm3384/*
2244 F:      arch/mips/kernel/*bmips*
2245
2246 BROADCOM BCM47XX MIPS ARCHITECTURE
2247 M:      Hauke Mehrtens <hauke@hauke-m.de>
2248 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2249 L:      linux-mips@linux-mips.org
2250 S:      Maintained
2251 F:      arch/mips/bcm47xx/*
2252 F:      arch/mips/include/asm/mach-bcm47xx/*
2253
2254 BROADCOM BCM5301X ARM ARCHITECTURE
2255 M:      Hauke Mehrtens <hauke@hauke-m.de>
2256 L:      linux-arm-kernel@lists.infradead.org
2257 S:      Maintained
2258 F:      arch/arm/mach-bcm/bcm_5301x.c
2259 F:      arch/arm/boot/dts/bcm5301x.dtsi
2260 F:      arch/arm/boot/dts/bcm470*
2261
2262 BROADCOM BCM63XX ARM ARCHITECTURE
2263 M:      Florian Fainelli <f.fainelli@gmail.com>
2264 L:      linux-arm-kernel@lists.infradead.org
2265 T:      git git://github.com/broadcom/arm-bcm63xx.git
2266 S:      Maintained
2267 F:      arch/arm/mach-bcm/bcm63xx.c
2268 F:      arch/arm/include/debug/bcm63xx.S
2269
2270 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2271 M:      Kevin Cernekee <cernekee@gmail.com>
2272 L:      linux-usb@vger.kernel.org
2273 S:      Maintained
2274 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2275
2276 BROADCOM BCM7XXX ARM ARCHITECTURE
2277 M:      Brian Norris <computersforpeace@gmail.com>
2278 M:      Gregory Fong <gregory.0xf0@gmail.com>
2279 M:      Florian Fainelli <f.fainelli@gmail.com>
2280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2281 T:      git git://github.com/broadcom/stblinux.git
2282 S:      Maintained
2283 F:      arch/arm/mach-bcm/*brcmstb*
2284 F:      arch/arm/boot/dts/bcm7*.dts*
2285 F:      drivers/bus/brcmstb_gisb.c
2286 N:      brcmstb
2287
2288 BROADCOM BMIPS MIPS ARCHITECTURE
2289 M:      Kevin Cernekee <cernekee@gmail.com>
2290 M:      Florian Fainelli <f.fainelli@gmail.com>
2291 L:      linux-mips@linux-mips.org
2292 T:      git git://github.com/broadcom/stblinux.git
2293 S:      Maintained
2294 F:      arch/mips/bmips/*
2295 F:      arch/mips/include/asm/mach-bmips/*
2296 F:      arch/mips/kernel/*bmips*
2297 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2298 F:      drivers/irqchip/irq-bcm7*
2299 F:      drivers/irqchip/irq-brcmstb*
2300
2301 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2302 M:      Prashant Sreedharan <prashant@broadcom.com>
2303 M:      Michael Chan <mchan@broadcom.com>
2304 L:      netdev@vger.kernel.org
2305 S:      Supported
2306 F:      drivers/net/ethernet/broadcom/tg3.*
2307
2308 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2309 M:      Brett Rudley <brudley@broadcom.com>
2310 M:      Arend van Spriel <arend@broadcom.com>
2311 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2312 M:      Hante Meuleman <meuleman@broadcom.com>
2313 L:      linux-wireless@vger.kernel.org
2314 L:      brcm80211-dev-list@broadcom.com
2315 S:      Supported
2316 F:      drivers/net/wireless/brcm80211/
2317
2318 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2319 M:      QLogic-Storage-Upstream@qlogic.com
2320 L:      linux-scsi@vger.kernel.org
2321 S:      Supported
2322 F:      drivers/scsi/bnx2fc/
2323
2324 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2325 M:      QLogic-Storage-Upstream@qlogic.com
2326 L:      linux-scsi@vger.kernel.org
2327 S:      Supported
2328 F:      drivers/scsi/bnx2i/
2329
2330 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2331 M:      Ray Jui <rjui@broadcom.com>
2332 M:      Scott Branden <sbranden@broadcom.com>
2333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2334 L:      bcm-kernel-feedback-list@broadcom.com
2335 T:      git git://github.com/broadcom/cygnus-linux.git
2336 S:      Maintained
2337 N:      iproc
2338 N:      cygnus
2339 N:      bcm9113*
2340 N:      bcm9583*
2341 N:      bcm583*
2342 N:      bcm113*
2343
2344 BROADCOM BRCMSTB GPIO DRIVER
2345 M:      Gregory Fong <gregory.0xf0@gmail.com>
2346 L:      bcm-kernel-feedback-list@broadcom.com>
2347 S:      Supported
2348 F:      drivers/gpio/gpio-brcmstb.c
2349 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2350
2351 BROADCOM KONA GPIO DRIVER
2352 M:      Ray Jui <rjui@broadcom.com>
2353 L:      bcm-kernel-feedback-list@broadcom.com
2354 S:      Supported
2355 F:      drivers/gpio/gpio-bcm-kona.c
2356 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2357
2358 BROADCOM NVRAM DRIVER
2359 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2360 L:      linux-mips@linux-mips.org
2361 S:      Maintained
2362 F:      drivers/firmware/broadcom/*
2363
2364 BROADCOM STB NAND FLASH DRIVER
2365 M:      Brian Norris <computersforpeace@gmail.com>
2366 L:      linux-mtd@lists.infradead.org
2367 S:      Maintained
2368 F:      drivers/mtd/nand/brcmnand/
2369
2370 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2371 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2372 L:      linux-wireless@vger.kernel.org
2373 S:      Maintained
2374 F:      drivers/bcma/
2375 F:      include/linux/bcma/
2376
2377 BROADCOM SYSTEMPORT ETHERNET DRIVER
2378 M:      Florian Fainelli <f.fainelli@gmail.com>
2379 L:      netdev@vger.kernel.org
2380 S:      Supported
2381 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2382
2383 BROCADE BFA FC SCSI DRIVER
2384 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2385 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/scsi/bfa/
2389
2390 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2391 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2392 L:      netdev@vger.kernel.org
2393 S:      Supported
2394 F:      drivers/net/ethernet/brocade/bna/
2395
2396 BSG (block layer generic sg v4 driver)
2397 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2398 L:      linux-scsi@vger.kernel.org
2399 S:      Supported
2400 F:      block/bsg.c
2401 F:      include/linux/bsg.h
2402 F:      include/uapi/linux/bsg.h
2403
2404 BT87X AUDIO DRIVER
2405 M:      Clemens Ladisch <clemens@ladisch.de>
2406 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2407 T:      git git://git.alsa-project.org/alsa-kernel.git
2408 S:      Maintained
2409 F:      Documentation/sound/alsa/Bt87x.txt
2410 F:      sound/pci/bt87x.c
2411
2412 BT8XXGPIO DRIVER
2413 M:      Michael Buesch <m@bues.ch>
2414 W:      http://bu3sch.de/btgpio.php
2415 S:      Maintained
2416 F:      drivers/gpio/gpio-bt8xx.c
2417
2418 BTRFS FILE SYSTEM
2419 M:      Chris Mason <clm@fb.com>
2420 M:      Josef Bacik <jbacik@fb.com>
2421 M:      David Sterba <dsterba@suse.com>
2422 L:      linux-btrfs@vger.kernel.org
2423 W:      http://btrfs.wiki.kernel.org/
2424 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2426 S:      Maintained
2427 F:      Documentation/filesystems/btrfs.txt
2428 F:      fs/btrfs/
2429
2430 BTTV VIDEO4LINUX DRIVER
2431 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2432 L:      linux-media@vger.kernel.org
2433 W:      http://linuxtv.org
2434 T:      git git://linuxtv.org/media_tree.git
2435 S:      Odd fixes
2436 F:      Documentation/video4linux/bttv/
2437 F:      drivers/media/pci/bt8xx/bttv*
2438
2439 BUSLOGIC SCSI DRIVER
2440 M:      Khalid Aziz <khalid@gonehiking.org>
2441 L:      linux-scsi@vger.kernel.org
2442 S:      Maintained
2443 F:      drivers/scsi/BusLogic.*
2444 F:      drivers/scsi/FlashPoint.*
2445
2446 C-MEDIA CMI8788 DRIVER
2447 M:      Clemens Ladisch <clemens@ladisch.de>
2448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2449 T:      git git://git.alsa-project.org/alsa-kernel.git
2450 S:      Maintained
2451 F:      sound/pci/oxygen/
2452
2453 C6X ARCHITECTURE
2454 M:      Mark Salter <msalter@redhat.com>
2455 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2456 L:      linux-c6x-dev@linux-c6x.org
2457 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2458 S:      Maintained
2459 F:      arch/c6x/
2460
2461 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2462 M:      David Howells <dhowells@redhat.com>
2463 L:      linux-cachefs@redhat.com
2464 S:      Supported
2465 F:      Documentation/filesystems/caching/cachefiles.txt
2466 F:      fs/cachefiles/
2467
2468 CADET FM/AM RADIO RECEIVER DRIVER
2469 M:      Hans Verkuil <hverkuil@xs4all.nl>
2470 L:      linux-media@vger.kernel.org
2471 T:      git git://linuxtv.org/media_tree.git
2472 W:      http://linuxtv.org
2473 S:      Maintained
2474 F:      drivers/media/radio/radio-cadet*
2475
2476 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2477 M:      Jonathan Corbet <corbet@lwn.net>
2478 L:      linux-media@vger.kernel.org
2479 T:      git git://linuxtv.org/media_tree.git
2480 S:      Maintained
2481 F:      Documentation/video4linux/cafe_ccic
2482 F:      drivers/media/platform/marvell-ccic/
2483
2484 CAIF NETWORK LAYER
2485 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2486 L:      netdev@vger.kernel.org
2487 S:      Supported
2488 F:      Documentation/networking/caif/
2489 F:      drivers/net/caif/
2490 F:      include/uapi/linux/caif/
2491 F:      include/net/caif/
2492 F:      net/caif/
2493
2494 CALGARY x86-64 IOMMU
2495 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2496 M:      "Jon D. Mason" <jdmason@kudzu.us>
2497 L:      discuss@x86-64.org
2498 S:      Maintained
2499 F:      arch/x86/kernel/pci-calgary_64.c
2500 F:      arch/x86/kernel/tce_64.c
2501 F:      arch/x86/include/asm/calgary.h
2502 F:      arch/x86/include/asm/tce.h
2503
2504 CAN NETWORK LAYER
2505 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2506 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2507 L:      linux-can@vger.kernel.org
2508 W:      https://github.com/linux-can
2509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2511 S:      Maintained
2512 F:      Documentation/networking/can.txt
2513 F:      net/can/
2514 F:      include/linux/can/core.h
2515 F:      include/uapi/linux/can.h
2516 F:      include/uapi/linux/can/bcm.h
2517 F:      include/uapi/linux/can/raw.h
2518 F:      include/uapi/linux/can/gw.h
2519
2520 CAN NETWORK DRIVERS
2521 M:      Wolfgang Grandegger <wg@grandegger.com>
2522 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2523 L:      linux-can@vger.kernel.org
2524 W:      https://github.com/linux-can
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2527 S:      Maintained
2528 F:      drivers/net/can/
2529 F:      include/linux/can/dev.h
2530 F:      include/linux/can/platform/
2531 F:      include/uapi/linux/can/error.h
2532 F:      include/uapi/linux/can/netlink.h
2533
2534 CAPABILITIES
2535 M:      Serge Hallyn <serge.hallyn@canonical.com>
2536 L:      linux-security-module@vger.kernel.org
2537 S:      Supported
2538 F:      include/linux/capability.h
2539 F:      include/uapi/linux/capability.h
2540 F:      security/commoncap.c
2541 F:      kernel/capability.c
2542
2543 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2544 M:      Kevin Tsai <ktsai@capellamicro.com>
2545 S:      Maintained
2546 F:      drivers/iio/light/cm*
2547 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2548
2549 CAVIUM LIQUIDIO NETWORK DRIVER
2550 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2551 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2552 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2553 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2554 L:     netdev@vger.kernel.org
2555 W:     http://www.cavium.com
2556 S:     Supported
2557 F:     drivers/net/ethernet/cavium/liquidio/
2558
2559 CC2520 IEEE-802.15.4 RADIO DRIVER
2560 M:      Varka Bhadram <varkabhadram@gmail.com>
2561 L:      linux-wpan@vger.kernel.org
2562 S:      Maintained
2563 F:      drivers/net/ieee802154/cc2520.c
2564 F:      include/linux/spi/cc2520.h
2565 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2566
2567 CELL BROADBAND ENGINE ARCHITECTURE
2568 M:      Arnd Bergmann <arnd@arndb.de>
2569 L:      linuxppc-dev@lists.ozlabs.org
2570 W:      http://www.ibm.com/developerworks/power/cell/
2571 S:      Supported
2572 F:      arch/powerpc/include/asm/cell*.h
2573 F:      arch/powerpc/include/asm/spu*.h
2574 F:      arch/powerpc/include/uapi/asm/spu*.h
2575 F:      arch/powerpc/oprofile/*cell*
2576 F:      arch/powerpc/platforms/cell/
2577
2578 CEPH COMMON CODE (LIBCEPH)
2579 M:      Ilya Dryomov <idryomov@gmail.com>
2580 M:      "Yan, Zheng" <zyan@redhat.com>
2581 M:      Sage Weil <sage@redhat.com>
2582 L:      ceph-devel@vger.kernel.org
2583 W:      http://ceph.com/
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2585 T:      git git://github.com/ceph/ceph-client.git
2586 S:      Supported
2587 F:      net/ceph/
2588 F:      include/linux/ceph/
2589 F:      include/linux/crush/
2590
2591 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2592 M:      "Yan, Zheng" <zyan@redhat.com>
2593 M:      Sage Weil <sage@redhat.com>
2594 M:      Ilya Dryomov <idryomov@gmail.com>
2595 L:      ceph-devel@vger.kernel.org
2596 W:      http://ceph.com/
2597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2598 T:      git git://github.com/ceph/ceph-client.git
2599 S:      Supported
2600 F:      Documentation/filesystems/ceph.txt
2601 F:      fs/ceph/
2602
2603 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2604 L:      linux-usb@vger.kernel.org
2605 S:      Orphan
2606 F:      Documentation/usb/WUSB-Design-overview.txt
2607 F:      Documentation/usb/wusb-cbaf
2608 F:      drivers/usb/host/hwa-hc.c
2609 F:      drivers/usb/host/whci/
2610 F:      drivers/usb/wusbcore/
2611 F:      include/linux/usb/wusb*
2612
2613 CFAG12864B LCD DRIVER
2614 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2615 W:      http://miguelojeda.es/auxdisplay.htm
2616 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2617 S:      Maintained
2618 F:      drivers/auxdisplay/cfag12864b.c
2619 F:      include/linux/cfag12864b.h
2620
2621 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2622 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2623 W:      http://miguelojeda.es/auxdisplay.htm
2624 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2625 S:      Maintained
2626 F:      drivers/auxdisplay/cfag12864bfb.c
2627 F:      include/linux/cfag12864b.h
2628
2629 CFG80211 and NL80211
2630 M:      Johannes Berg <johannes@sipsolutions.net>
2631 L:      linux-wireless@vger.kernel.org
2632 W:      http://wireless.kernel.org/
2633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2635 S:      Maintained
2636 F:      include/uapi/linux/nl80211.h
2637 F:      include/net/cfg80211.h
2638 F:      net/wireless/*
2639 X:      net/wireless/wext*
2640
2641 CHAR and MISC DRIVERS
2642 M:      Arnd Bergmann <arnd@arndb.de>
2643 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2645 S:      Supported
2646 F:      drivers/char/*
2647 F:      drivers/misc/*
2648 F:      include/linux/miscdevice.h
2649
2650 CHECKPATCH
2651 M:      Andy Whitcroft <apw@canonical.com>
2652 M:      Joe Perches <joe@perches.com>
2653 S:      Maintained
2654 F:      scripts/checkpatch.pl
2655
2656 CHINESE DOCUMENTATION
2657 M:      Harry Wei <harryxiyou@gmail.com>
2658 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2659 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2660 S:      Maintained
2661 F:      Documentation/zh_CN/
2662
2663 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2664 M:      Peter Chen <Peter.Chen@freescale.com>
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2666 L:      linux-usb@vger.kernel.org
2667 S:      Maintained
2668 F:      drivers/usb/chipidea/
2669
2670 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2671 M:      Hans de Goede <hdegoede@redhat.com>
2672 L:      linux-input@vger.kernel.org
2673 S:      Maintained
2674 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2675 F:      drivers/input/touchscreen/chipone_icn8318.c
2676
2677 CHROME HARDWARE PLATFORM SUPPORT
2678 M:      Olof Johansson <olof@lixom.net>
2679 S:      Maintained
2680 F:      drivers/platform/chrome/
2681
2682 CISCO VIC ETHERNET NIC DRIVER
2683 M:      Christian Benvenuti <benve@cisco.com>
2684 M:      Sujith Sankar <ssujith@cisco.com>
2685 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2686 M:      Neel Patel <neepatel@cisco.com>
2687 S:      Supported
2688 F:      drivers/net/ethernet/cisco/enic/
2689
2690 CISCO VIC LOW LATENCY NIC DRIVER
2691 M:      Upinder Malhi <umalhi@cisco.com>
2692 S:      Supported
2693 F:      drivers/infiniband/hw/usnic
2694
2695 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2696 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2697 L:      netdev@vger.kernel.org
2698 S:      Maintained
2699 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2700
2701 CIRRUS LOGIC AUDIO CODEC DRIVERS
2702 M:      Brian Austin <brian.austin@cirrus.com>
2703 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2705 S:      Maintained
2706 F:      sound/soc/codecs/cs*
2707
2708 CLEANCACHE API
2709 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2710 L:      linux-kernel@vger.kernel.org
2711 S:      Maintained
2712 F:      mm/cleancache.c
2713 F:      include/linux/cleancache.h
2714
2715 CLK API
2716 M:      Russell King <linux@arm.linux.org.uk>
2717 L:      linux-clk@vger.kernel.org
2718 S:      Maintained
2719 F:      include/linux/clk.h
2720
2721 CLOCKSOURCE, CLOCKEVENT DRIVERS
2722 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2723 M:      Thomas Gleixner <tglx@linutronix.de>
2724 L:      linux-kernel@vger.kernel.org
2725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2726 S:      Supported
2727 F:      drivers/clocksource
2728
2729 CISCO FCOE HBA DRIVER
2730 M:      Hiral Patel <hiralpat@cisco.com>
2731 M:      Suma Ramars <sramars@cisco.com>
2732 M:      Brian Uchino <buchino@cisco.com>
2733 L:      linux-scsi@vger.kernel.org
2734 S:      Supported
2735 F:      drivers/scsi/fnic/
2736
2737 CISCO SCSI HBA DRIVER
2738 M:      Narsimhulu Musini <nmusini@cisco.com>
2739 M:      Sesidhar Baddela <sebaddel@cisco.com>
2740 L:      linux-scsi@vger.kernel.org
2741 S:      Supported
2742 F:      drivers/scsi/snic/
2743
2744 CMPC ACPI DRIVER
2745 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2746 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2747 L:      platform-driver-x86@vger.kernel.org
2748 S:      Supported
2749 F:      drivers/platform/x86/classmate-laptop.c
2750
2751 COBALT MEDIA DRIVER
2752 M:      Hans Verkuil <hans.verkuil@cisco.com>
2753 L:      linux-media@vger.kernel.org
2754 T:      git git://linuxtv.org/media_tree.git
2755 W:      http://linuxtv.org
2756 S:      Supported
2757 F:      drivers/media/pci/cobalt/
2758
2759 COCCINELLE/Semantic Patches (SmPL)
2760 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2761 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2762 M:      Nicolas Palix <nicolas.palix@imag.fr>
2763 M:      Michal Marek <mmarek@suse.com>
2764 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2766 W:      http://coccinelle.lip6.fr/
2767 S:      Supported
2768 F:      Documentation/coccinelle.txt
2769 F:      scripts/coccinelle/
2770 F:      scripts/coccicheck
2771
2772 CODA FILE SYSTEM
2773 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2774 M:      coda@cs.cmu.edu
2775 L:      codalist@coda.cs.cmu.edu
2776 W:      http://www.coda.cs.cmu.edu/
2777 S:      Maintained
2778 F:      Documentation/filesystems/coda.txt
2779 F:      fs/coda/
2780 F:      include/linux/coda*.h
2781 F:      include/uapi/linux/coda*.h
2782
2783 CODA V4L2 MEM2MEM DRIVER
2784 M:      Philipp Zabel <p.zabel@pengutronix.de>
2785 L:      linux-media@vger.kernel.org
2786 S:      Maintained
2787 F:      Documentation/devicetree/bindings/media/coda.txt
2788 F:      drivers/media/platform/coda/
2789
2790 COMMON CLK FRAMEWORK
2791 M:      Michael Turquette <mturquette@baylibre.com>
2792 M:      Stephen Boyd <sboyd@codeaurora.org>
2793 L:      linux-clk@vger.kernel.org
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2795 S:      Maintained
2796 F:      drivers/clk/
2797 X:      drivers/clk/clkdev.c
2798 F:      include/linux/clk-pr*
2799 F:      include/linux/clk/
2800
2801 COMMON INTERNET FILE SYSTEM (CIFS)
2802 M:      Steve French <sfrench@samba.org>
2803 L:      linux-cifs@vger.kernel.org
2804 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2805 W:      http://linux-cifs.samba.org/
2806 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2807 S:      Supported
2808 F:      Documentation/filesystems/cifs/
2809 F:      fs/cifs/
2810
2811 COMPACTPCI HOTPLUG CORE
2812 M:      Scott Murray <scott@spiteful.org>
2813 L:      linux-pci@vger.kernel.org
2814 S:      Maintained
2815 F:      drivers/pci/hotplug/cpci_hotplug*
2816
2817 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2818 M:      Scott Murray <scott@spiteful.org>
2819 L:      linux-pci@vger.kernel.org
2820 S:      Maintained
2821 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2822
2823 COMPACTPCI HOTPLUG GENERIC DRIVER
2824 M:      Scott Murray <scott@spiteful.org>
2825 L:      linux-pci@vger.kernel.org
2826 S:      Maintained
2827 F:      drivers/pci/hotplug/cpcihp_generic.c
2828
2829 COMPAL LAPTOP SUPPORT
2830 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2831 L:      platform-driver-x86@vger.kernel.org
2832 S:      Maintained
2833 F:      drivers/platform/x86/compal-laptop.c
2834
2835 CONEXANT ACCESSRUNNER USB DRIVER
2836 M:      Simon Arlott <cxacru@fire.lp0.eu>
2837 L:      accessrunner-general@lists.sourceforge.net
2838 W:      http://accessrunner.sourceforge.net/
2839 S:      Maintained
2840 F:      drivers/usb/atm/cxacru.c
2841
2842 CONFIGFS
2843 M:      Joel Becker <jlbec@evilplan.org>
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2845 S:      Supported
2846 F:      fs/configfs/
2847 F:      include/linux/configfs.h
2848
2849 CONNECTOR
2850 M:      Evgeniy Polyakov <zbr@ioremap.net>
2851 L:      netdev@vger.kernel.org
2852 S:      Maintained
2853 F:      drivers/connector/
2854
2855 CONTROL GROUP (CGROUP)
2856 M:      Tejun Heo <tj@kernel.org>
2857 M:      Li Zefan <lizefan@huawei.com>
2858 M:      Johannes Weiner <hannes@cmpxchg.org>
2859 L:      cgroups@vger.kernel.org
2860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2861 S:      Maintained
2862 F:      Documentation/cgroups/
2863 F:      include/linux/cgroup*
2864 F:      kernel/cgroup*
2865
2866 CONTROL GROUP - CPUSET
2867 M:      Li Zefan <lizefan@huawei.com>
2868 L:      cgroups@vger.kernel.org
2869 W:      http://www.bullopensource.org/cpuset/
2870 W:      http://oss.sgi.com/projects/cpusets/
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2872 S:      Maintained
2873 F:      Documentation/cgroups/cpusets.txt
2874 F:      include/linux/cpuset.h
2875 F:      kernel/cpuset.c
2876
2877 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2878 M:      Johannes Weiner <hannes@cmpxchg.org>
2879 M:      Michal Hocko <mhocko@kernel.org>
2880 L:      cgroups@vger.kernel.org
2881 L:      linux-mm@kvack.org
2882 S:      Maintained
2883 F:      mm/memcontrol.c
2884 F:      mm/swap_cgroup.c
2885
2886 CORETEMP HARDWARE MONITORING DRIVER
2887 M:      Fenghua Yu <fenghua.yu@intel.com>
2888 L:      lm-sensors@lm-sensors.org
2889 S:      Maintained
2890 F:      Documentation/hwmon/coretemp
2891 F:      drivers/hwmon/coretemp.c
2892
2893 COSA/SRP SYNC SERIAL DRIVER
2894 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2895 W:      http://www.fi.muni.cz/~kas/cosa/
2896 S:      Maintained
2897 F:      drivers/net/wan/cosa*
2898
2899 CPMAC ETHERNET DRIVER
2900 M:      Florian Fainelli <florian@openwrt.org>
2901 L:      netdev@vger.kernel.org
2902 S:      Maintained
2903 F:      drivers/net/ethernet/ti/cpmac.c
2904
2905 CPU FREQUENCY DRIVERS
2906 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2907 M:      Viresh Kumar <viresh.kumar@linaro.org>
2908 L:      linux-pm@vger.kernel.org
2909 S:      Maintained
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2911 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2912 F:      drivers/cpufreq/
2913 F:      include/linux/cpufreq.h
2914
2915 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2916 M:      Viresh Kumar <viresh.kumar@linaro.org>
2917 M:      Sudeep Holla <sudeep.holla@arm.com>
2918 L:      linux-pm@vger.kernel.org
2919 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2920 S:      Maintained
2921 F:      drivers/cpufreq/arm_big_little.h
2922 F:      drivers/cpufreq/arm_big_little.c
2923 F:      drivers/cpufreq/arm_big_little_dt.c
2924
2925 CPUIDLE DRIVER - ARM BIG LITTLE
2926 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2927 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2928 L:      linux-pm@vger.kernel.org
2929 L:      linux-arm-kernel@lists.infradead.org
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2931 S:      Maintained
2932 F:      drivers/cpuidle/cpuidle-big_little.c
2933
2934 CPUIDLE DRIVER - ARM EXYNOS
2935 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2936 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2937 M:      Kukjin Kim <kgene@kernel.org>
2938 L:      linux-pm@vger.kernel.org
2939 L:      linux-samsung-soc@vger.kernel.org
2940 S:      Supported
2941 F:      drivers/cpuidle/cpuidle-exynos.c
2942 F:      arch/arm/mach-exynos/pm.c
2943
2944 CPUIDLE DRIVERS
2945 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2946 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2947 L:      linux-pm@vger.kernel.org
2948 S:      Maintained
2949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2950 F:      drivers/cpuidle/*
2951 F:      include/linux/cpuidle.h
2952
2953 CPUID/MSR DRIVER
2954 M:      "H. Peter Anvin" <hpa@zytor.com>
2955 S:      Maintained
2956 F:      arch/x86/kernel/cpuid.c
2957 F:      arch/x86/kernel/msr.c
2958
2959 CPU POWER MONITORING SUBSYSTEM
2960 M:      Thomas Renninger <trenn@suse.com>
2961 L:      linux-pm@vger.kernel.org
2962 S:      Maintained
2963 F:      tools/power/cpupower/
2964
2965 CRAMFS FILESYSTEM
2966 W:      http://sourceforge.net/projects/cramfs/
2967 S:      Orphan / Obsolete
2968 F:      Documentation/filesystems/cramfs.txt
2969 F:      fs/cramfs/
2970
2971 CRIS PORT
2972 M:      Mikael Starvik <starvik@axis.com>
2973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2974 L:      linux-cris-kernel@axis.com
2975 W:      http://developer.axis.com
2976 S:      Maintained
2977 F:      arch/cris/
2978 F:      drivers/tty/serial/crisv10.*
2979
2980 CRYPTO API
2981 M:      Herbert Xu <herbert@gondor.apana.org.au>
2982 M:      "David S. Miller" <davem@davemloft.net>
2983 L:      linux-crypto@vger.kernel.org
2984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2985 S:      Maintained
2986 F:      Documentation/crypto/
2987 F:      Documentation/DocBook/crypto-API.tmpl
2988 F:      arch/*/crypto/
2989 F:      crypto/
2990 F:      drivers/crypto/
2991 F:      include/crypto/
2992
2993 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2994 M:      Neil Horman <nhorman@tuxdriver.com>
2995 L:      linux-crypto@vger.kernel.org
2996 S:      Maintained
2997 F:      crypto/ansi_cprng.c
2998 F:      crypto/rng.c
2999
3000 CS5535 Audio ALSA driver
3001 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3002 S:      Maintained
3003 F:      sound/pci/cs5535audio/
3004
3005 CW1200 WLAN driver
3006 M:      Solomon Peachy <pizza@shaftnet.org>
3007 S:      Maintained
3008 F:      drivers/net/wireless/cw1200/
3009
3010 CX18 VIDEO4LINUX DRIVER
3011 M:      Andy Walls <awalls@md.metrocast.net>
3012 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3013 L:      linux-media@vger.kernel.org
3014 T:      git git://linuxtv.org/media_tree.git
3015 W:      http://linuxtv.org
3016 W:      http://www.ivtvdriver.org/index.php/Cx18
3017 S:      Maintained
3018 F:      Documentation/video4linux/cx18.txt
3019 F:      drivers/media/pci/cx18/
3020 F:      include/uapi/linux/ivtv*
3021
3022 CX2341X MPEG ENCODER HELPER MODULE
3023 M:      Hans Verkuil <hverkuil@xs4all.nl>
3024 L:      linux-media@vger.kernel.org
3025 T:      git git://linuxtv.org/media_tree.git
3026 W:      http://linuxtv.org
3027 S:      Maintained
3028 F:      drivers/media/common/cx2341x*
3029 F:      include/media/cx2341x*
3030
3031 CX24120 MEDIA DRIVER
3032 M:      Jemma Denson <jdenson@gmail.com>
3033 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3034 L:      linux-media@vger.kernel.org
3035 W:      http://linuxtv.org/
3036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3037 S:      Maintained
3038 F:      drivers/media/dvb-frontends/cx24120*
3039
3040 CX88 VIDEO4LINUX DRIVER
3041 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3042 L:      linux-media@vger.kernel.org
3043 W:      http://linuxtv.org
3044 T:      git git://linuxtv.org/media_tree.git
3045 S:      Odd fixes
3046 F:      Documentation/video4linux/cx88/
3047 F:      drivers/media/pci/cx88/
3048
3049 CXD2820R MEDIA DRIVER
3050 M:      Antti Palosaari <crope@iki.fi>
3051 L:      linux-media@vger.kernel.org
3052 W:      http://linuxtv.org/
3053 W:      http://palosaari.fi/linux/
3054 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3055 T:      git git://linuxtv.org/anttip/media_tree.git
3056 S:      Maintained
3057 F:      drivers/media/dvb-frontends/cxd2820r*
3058
3059 CXGB3 ETHERNET DRIVER (CXGB3)
3060 M:      Santosh Raspatur <santosh@chelsio.com>
3061 L:      netdev@vger.kernel.org
3062 W:      http://www.chelsio.com
3063 S:      Supported
3064 F:      drivers/net/ethernet/chelsio/cxgb3/
3065
3066 CXGB3 ISCSI DRIVER (CXGB3I)
3067 M:      Karen Xie <kxie@chelsio.com>
3068 L:      linux-scsi@vger.kernel.org
3069 W:      http://www.chelsio.com
3070 S:      Supported
3071 F:      drivers/scsi/cxgbi/cxgb3i
3072
3073 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3074 M:      Steve Wise <swise@chelsio.com>
3075 L:      linux-rdma@vger.kernel.org
3076 W:      http://www.openfabrics.org
3077 S:      Supported
3078 F:      drivers/infiniband/hw/cxgb3/
3079
3080 CXGB4 ETHERNET DRIVER (CXGB4)
3081 M:      Hariprasad S <hariprasad@chelsio.com>
3082 L:      netdev@vger.kernel.org
3083 W:      http://www.chelsio.com
3084 S:      Supported
3085 F:      drivers/net/ethernet/chelsio/cxgb4/
3086
3087 CXGB4 ISCSI DRIVER (CXGB4I)
3088 M:      Karen Xie <kxie@chelsio.com>
3089 L:      linux-scsi@vger.kernel.org
3090 W:      http://www.chelsio.com
3091 S:      Supported
3092 F:      drivers/scsi/cxgbi/cxgb4i
3093
3094 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3095 M:      Steve Wise <swise@chelsio.com>
3096 L:      linux-rdma@vger.kernel.org
3097 W:      http://www.openfabrics.org
3098 S:      Supported
3099 F:      drivers/infiniband/hw/cxgb4/
3100
3101 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3102 M:      Casey Leedom <leedom@chelsio.com>
3103 L:      netdev@vger.kernel.org
3104 W:      http://www.chelsio.com
3105 S:      Supported
3106 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3107
3108 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3109 M:      Ian Munsie <imunsie@au1.ibm.com>
3110 M:      Michael Neuling <mikey@neuling.org>
3111 L:      linuxppc-dev@lists.ozlabs.org
3112 S:      Supported
3113 F:      drivers/misc/cxl/
3114 F:      include/misc/cxl*
3115 F:      include/uapi/misc/cxl.h
3116 F:      Documentation/powerpc/cxl.txt
3117 F:      Documentation/powerpc/cxl.txt
3118 F:      Documentation/ABI/testing/sysfs-class-cxl
3119
3120 STMMAC ETHERNET DRIVER
3121 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3122 L:      netdev@vger.kernel.org
3123 W:      http://www.stlinux.com
3124 S:      Supported
3125 F:      drivers/net/ethernet/stmicro/stmmac/
3126
3127 CYBERPRO FB DRIVER
3128 M:      Russell King <linux@arm.linux.org.uk>
3129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3130 W:      http://www.arm.linux.org.uk/
3131 S:      Maintained
3132 F:      drivers/video/fbdev/cyber2000fb.*
3133
3134 CYCLADES ASYNC MUX DRIVER
3135 W:      http://www.cyclades.com/
3136 S:      Orphan
3137 F:      drivers/tty/cyclades.c
3138 F:      include/linux/cyclades.h
3139 F:      include/uapi/linux/cyclades.h
3140
3141 CYCLADES PC300 DRIVER
3142 W:      http://www.cyclades.com/
3143 S:      Orphan
3144 F:      drivers/net/wan/pc300*
3145
3146 CYPRESS_FIRMWARE MEDIA DRIVER
3147 M:      Antti Palosaari <crope@iki.fi>
3148 L:      linux-media@vger.kernel.org
3149 W:      http://linuxtv.org/
3150 W:      http://palosaari.fi/linux/
3151 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3152 T:      git git://linuxtv.org/anttip/media_tree.git
3153 S:      Maintained
3154 F:      drivers/media/common/cypress_firmware*
3155
3156 CYTTSP TOUCHSCREEN DRIVER
3157 M:      Ferruh Yigit <fery@cypress.com>
3158 L:      linux-input@vger.kernel.org
3159 S:      Supported
3160 F:      drivers/input/touchscreen/cyttsp*
3161 F:      include/linux/input/cyttsp.h
3162
3163 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3164 M:      Joshua Kinard <kumba@gentoo.org>
3165 S:      Maintained
3166 F:      drivers/rtc/rtc-ds1685.c
3167 F:      include/linux/rtc/ds1685.h
3168
3169 DAMA SLAVE for AX.25
3170 M:      Joerg Reuter <jreuter@yaina.de>
3171 W:      http://yaina.de/jreuter/
3172 W:      http://www.qsl.net/dl1bke/
3173 L:      linux-hams@vger.kernel.org
3174 S:      Maintained
3175 F:      net/ax25/af_ax25.c
3176 F:      net/ax25/ax25_dev.c
3177 F:      net/ax25/ax25_ds_*
3178 F:      net/ax25/ax25_in.c
3179 F:      net/ax25/ax25_out.c
3180 F:      net/ax25/ax25_timer.c
3181 F:      net/ax25/sysctl_net_ax25.c
3182
3183 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3184 L:      netdev@vger.kernel.org
3185 S:      Orphan
3186 F:      Documentation/networking/dmfe.txt
3187 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3188
3189 DC390/AM53C974 SCSI driver
3190 M:      Hannes Reinecke <hare@suse.com>
3191 L:      linux-scsi@vger.kernel.org
3192 S:      Maintained
3193 F:      drivers/scsi/am53c974.c
3194
3195 DC395x SCSI driver
3196 M:      Oliver Neukum <oliver@neukum.org>
3197 M:      Ali Akcaagac <aliakc@web.de>
3198 M:      Jamie Lenehan <lenehan@twibble.org>
3199 L:      dc395x@twibble.org
3200 W:      http://twibble.org/dist/dc395x/
3201 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3202 S:      Maintained
3203 F:      Documentation/scsi/dc395x.txt
3204 F:      drivers/scsi/dc395x.*
3205
3206 DCCP PROTOCOL
3207 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3208 L:      dccp@vger.kernel.org
3209 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3210 S:      Maintained
3211 F:      include/linux/dccp.h
3212 F:      include/uapi/linux/dccp.h
3213 F:      include/linux/tfrc.h
3214 F:      net/dccp/
3215
3216 DECnet NETWORK LAYER
3217 W:      http://linux-decnet.sourceforge.net
3218 L:      linux-decnet-user@lists.sourceforge.net
3219 S:      Orphan
3220 F:      Documentation/networking/decnet.txt
3221 F:      net/decnet/
3222
3223 DECSTATION PLATFORM SUPPORT
3224 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3225 L:      linux-mips@linux-mips.org
3226 W:      http://www.linux-mips.org/wiki/DECstation
3227 S:      Maintained
3228 F:      arch/mips/dec/
3229 F:      arch/mips/include/asm/dec/
3230 F:      arch/mips/include/asm/mach-dec/
3231
3232 DEFXX FDDI NETWORK DRIVER
3233 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3234 S:      Maintained
3235 F:      drivers/net/fddi/defxx.*
3236
3237 DELL LAPTOP DRIVER
3238 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3239 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3240 L:      platform-driver-x86@vger.kernel.org
3241 S:      Maintained
3242 F:      drivers/platform/x86/dell-laptop.c
3243
3244 DELL LAPTOP RBTN DRIVER
3245 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3246 S:      Maintained
3247 F:      drivers/platform/x86/dell-rbtn.*
3248
3249 DELL LAPTOP FREEFALL DRIVER
3250 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3251 S:      Maintained
3252 F:      drivers/platform/x86/dell-smo8800.c
3253
3254 DELL LAPTOP SMM DRIVER
3255 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3256 S:      Maintained
3257 F:      drivers/hwmon/dell-smm-hwmon.c
3258 F:      include/uapi/linux/i8k.h
3259
3260 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3261 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3262 S:      Maintained
3263 F:      Documentation/dcdbas.txt
3264 F:      drivers/firmware/dcdbas.*
3265
3266 DELL WMI EXTRAS DRIVER
3267 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3268 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3269 S:      Maintained
3270 F:      drivers/platform/x86/dell-wmi.c
3271
3272 DESIGNWARE USB2 DRD IP DRIVER
3273 M:      John Youn <johnyoun@synopsys.com>
3274 L:      linux-usb@vger.kernel.org
3275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3276 S:      Maintained
3277 F:      drivers/usb/dwc2/
3278
3279 DESIGNWARE USB3 DRD IP DRIVER
3280 M:      Felipe Balbi <balbi@ti.com>
3281 L:      linux-usb@vger.kernel.org
3282 L:      linux-omap@vger.kernel.org
3283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3284 S:      Maintained
3285 F:      drivers/usb/dwc3/
3286
3287 DEVICE COREDUMP (DEV_COREDUMP)
3288 M:      Johannes Berg <johannes@sipsolutions.net>
3289 L:      linux-kernel@vger.kernel.org
3290 S:      Maintained
3291 F:      drivers/base/devcoredump.c
3292 F:      include/linux/devcoredump.h
3293
3294 DEVICE FREQUENCY (DEVFREQ)
3295 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3296 M:      Kyungmin Park <kyungmin.park@samsung.com>
3297 L:      linux-pm@vger.kernel.org
3298 S:      Maintained
3299 F:      drivers/devfreq/
3300
3301 DEVICE NUMBER REGISTRY
3302 M:      Torben Mathiasen <device@lanana.org>
3303 W:      http://lanana.org/docs/device-list/index.html
3304 S:      Maintained
3305
3306 DEVICE-MAPPER  (LVM)
3307 M:      Alasdair Kergon <agk@redhat.com>
3308 M:      Mike Snitzer <snitzer@redhat.com>
3309 M:      dm-devel@redhat.com
3310 L:      dm-devel@redhat.com
3311 W:      http://sources.redhat.com/dm
3312 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3314 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3315 S:      Maintained
3316 F:      Documentation/device-mapper/
3317 F:      drivers/md/dm*
3318 F:      drivers/md/persistent-data/
3319 F:      include/linux/device-mapper.h
3320 F:      include/linux/dm-*.h
3321 F:      include/uapi/linux/dm-*.h
3322
3323 DIALOG SEMICONDUCTOR DRIVERS
3324 M:      Support Opensource <support.opensource@diasemi.com>
3325 W:      http://www.dialog-semiconductor.com/products
3326 S:      Supported
3327 F:      Documentation/hwmon/da90??
3328 F:      drivers/gpio/gpio-da90??.c
3329 F:      drivers/hwmon/da90??-hwmon.c
3330 F:      drivers/iio/adc/da91??-*.c
3331 F:      drivers/input/misc/da90??_onkey.c
3332 F:      drivers/input/touchscreen/da9052_tsi.c
3333 F:      drivers/leds/leds-da90??.c
3334 F:      drivers/mfd/da903x.c
3335 F:      drivers/mfd/da90??-*.c
3336 F:      drivers/mfd/da91??-*.c
3337 F:      drivers/power/da9052-battery.c
3338 F:      drivers/power/da91??-*.c
3339 F:      drivers/regulator/da903x.c
3340 F:      drivers/regulator/da9???-regulator.[ch]
3341 F:      drivers/rtc/rtc-da90??.c
3342 F:      drivers/video/backlight/da90??_bl.c
3343 F:      drivers/watchdog/da90??_wdt.c
3344 F:      include/linux/mfd/da903x.h
3345 F:      include/linux/mfd/da9052/
3346 F:      include/linux/mfd/da9055/
3347 F:      include/linux/mfd/da9063/
3348 F:      include/linux/mfd/da9150/
3349 F:      include/sound/da[79]*.h
3350 F:      sound/soc/codecs/da[79]*.[ch]
3351
3352 DIGI NEO AND CLASSIC PCI PRODUCTS
3353 M:      Lidza Louina <lidza.louina@gmail.com>
3354 M:      Mark Hounschell <markh@compro.net>
3355 L:      driverdev-devel@linuxdriverproject.org
3356 S:      Maintained
3357 F:      drivers/staging/dgnc/
3358
3359 DIGI EPCA PCI PRODUCTS
3360 M:      Lidza Louina <lidza.louina@gmail.com>
3361 M:      Mark Hounschell <markh@compro.net>
3362 M:      Daeseok Youn <daeseok.youn@gmail.com>
3363 L:      driverdev-devel@linuxdriverproject.org
3364 S:      Maintained
3365 F:      drivers/staging/dgap/
3366
3367 DIOLAN U2C-12 I2C DRIVER
3368 M:      Guenter Roeck <linux@roeck-us.net>
3369 L:      linux-i2c@vger.kernel.org
3370 S:      Maintained
3371 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3372
3373 DIRECT ACCESS (DAX)
3374 M:      Matthew Wilcox <willy@linux.intel.com>
3375 L:      linux-fsdevel@vger.kernel.org
3376 S:      Supported
3377 F:      fs/dax.c
3378
3379 DIRECTORY NOTIFICATION (DNOTIFY)
3380 M:      Eric Paris <eparis@parisplace.org>
3381 S:      Maintained
3382 F:      Documentation/filesystems/dnotify.txt
3383 F:      fs/notify/dnotify/
3384 F:      include/linux/dnotify.h
3385
3386 DISK GEOMETRY AND PARTITION HANDLING
3387 M:      Andries Brouwer <aeb@cwi.nl>
3388 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3389 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3390 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3391 S:      Maintained
3392
3393 DISKQUOTA
3394 M:      Jan Kara <jack@suse.com>
3395 S:      Maintained
3396 F:      Documentation/filesystems/quota.txt
3397 F:      fs/quota/
3398 F:      include/linux/quota*.h
3399 F:      include/uapi/linux/quota*.h
3400
3401 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3402 M:      Bernie Thompson <bernie@plugable.com>
3403 L:      linux-fbdev@vger.kernel.org
3404 S:      Maintained
3405 W:      http://plugable.com/category/projects/udlfb/
3406 F:      drivers/video/fbdev/udlfb.c
3407 F:      include/video/udlfb.h
3408 F:      Documentation/fb/udlfb.txt
3409
3410 DISTRIBUTED LOCK MANAGER (DLM)
3411 M:      Christine Caulfield <ccaulfie@redhat.com>
3412 M:      David Teigland <teigland@redhat.com>
3413 L:      cluster-devel@redhat.com
3414 W:      http://sources.redhat.com/cluster/
3415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3416 S:      Supported
3417 F:      fs/dlm/
3418
3419 DMA BUFFER SHARING FRAMEWORK
3420 M:      Sumit Semwal <sumit.semwal@linaro.org>
3421 S:      Maintained
3422 L:      linux-media@vger.kernel.org
3423 L:      dri-devel@lists.freedesktop.org
3424 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3425 F:      drivers/dma-buf/
3426 F:      include/linux/dma-buf*
3427 F:      include/linux/reservation.h
3428 F:      include/linux/*fence.h
3429 F:      Documentation/dma-buf-sharing.txt
3430 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3431
3432 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3433 M:      Vinod Koul <vinod.koul@intel.com>
3434 L:      dmaengine@vger.kernel.org
3435 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3436 S:      Maintained
3437 F:      drivers/dma/
3438 F:      include/linux/dmaengine.h
3439 F:      Documentation/dmaengine/
3440 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3441
3442 DME1737 HARDWARE MONITOR DRIVER
3443 M:      Juerg Haefliger <juergh@gmail.com>
3444 L:      lm-sensors@lm-sensors.org
3445 S:      Maintained
3446 F:      Documentation/hwmon/dme1737
3447 F:      drivers/hwmon/dme1737.c
3448
3449 DMI/SMBIOS SUPPORT
3450 M:      Jean Delvare <jdelvare@suse.com>
3451 S:      Maintained
3452 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3453 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3454 F:      drivers/firmware/dmi-id.c
3455 F:      drivers/firmware/dmi_scan.c
3456 F:      include/linux/dmi.h
3457
3458 DOCUMENTATION
3459 M:      Jonathan Corbet <corbet@lwn.net>
3460 L:      linux-doc@vger.kernel.org
3461 S:      Maintained
3462 F:      Documentation/
3463 X:      Documentation/ABI/
3464 X:      Documentation/devicetree/
3465 X:      Documentation/acpi
3466 X:      Documentation/power
3467 X:      Documentation/spi
3468 X:      Documentation/DocBook/media
3469 T:      git git://git.lwn.net/linux-2.6.git docs-next
3470
3471 DOUBLETALK DRIVER
3472 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3473 L:      blinux-list@redhat.com
3474 S:      Maintained
3475 F:      drivers/char/dtlk.c
3476 F:      include/linux/dtlk.h
3477
3478 DPT_I2O SCSI RAID DRIVER
3479 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3480 L:      linux-scsi@vger.kernel.org
3481 W:      http://www.adaptec.com/
3482 S:      Maintained
3483 F:      drivers/scsi/dpt*
3484 F:      drivers/scsi/dpt/
3485
3486 DRBD DRIVER
3487 P:      Philipp Reisner
3488 P:      Lars Ellenberg
3489 M:      drbd-dev@lists.linbit.com
3490 L:      drbd-user@lists.linbit.com
3491 W:      http://www.drbd.org
3492 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3493 T:      git git://git.drbd.org/drbd-8.3.git
3494 S:      Supported
3495 F:      drivers/block/drbd/
3496 F:      lib/lru_cache.c
3497 F:      Documentation/blockdev/drbd/
3498
3499 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3500 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3502 S:      Supported
3503 F:      Documentation/kobject.txt
3504 F:      drivers/base/
3505 F:      fs/debugfs/
3506 F:      fs/kernfs/
3507 F:      fs/sysfs/
3508 F:      include/linux/debugfs.h
3509 F:      include/linux/kobj*
3510 F:      lib/kobj*
3511
3512 DRM DRIVERS
3513 M:      David Airlie <airlied@linux.ie>
3514 L:      dri-devel@lists.freedesktop.org
3515 T:      git git://people.freedesktop.org/~airlied/linux
3516 S:      Maintained
3517 F:      drivers/gpu/drm/
3518 F:      drivers/gpu/vga/
3519 F:      include/drm/
3520 F:      include/uapi/drm/
3521
3522 RADEON DRM DRIVERS
3523 M:      Alex Deucher <alexander.deucher@amd.com>
3524 M:      Christian König <christian.koenig@amd.com>
3525 L:      dri-devel@lists.freedesktop.org
3526 T:      git git://people.freedesktop.org/~agd5f/linux
3527 S:      Supported
3528 F:      drivers/gpu/drm/radeon/
3529 F:      include/uapi/drm/radeon*
3530
3531 DRM PANEL DRIVERS
3532 M:      Thierry Reding <thierry.reding@gmail.com>
3533 L:      dri-devel@lists.freedesktop.org
3534 T:      git git://anongit.freedesktop.org/tegra/linux.git
3535 S:      Maintained
3536 F:      drivers/gpu/drm/drm_panel.c
3537 F:      drivers/gpu/drm/panel/
3538 F:      include/drm/drm_panel.h
3539 F:      Documentation/devicetree/bindings/panel/
3540
3541 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3542 M:      Daniel Vetter <daniel.vetter@intel.com>
3543 M:      Jani Nikula <jani.nikula@linux.intel.com>
3544 L:      intel-gfx@lists.freedesktop.org
3545 L:      dri-devel@lists.freedesktop.org
3546 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3547 T:      git git://anongit.freedesktop.org/drm-intel
3548 S:      Supported
3549 F:      drivers/gpu/drm/i915/
3550 F:      include/drm/i915*
3551 F:      include/uapi/drm/i915*
3552
3553 DRM DRIVERS FOR EXYNOS
3554 M:      Inki Dae <inki.dae@samsung.com>
3555 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3556 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3557 M:      Kyungmin Park <kyungmin.park@samsung.com>
3558 L:      dri-devel@lists.freedesktop.org
3559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3560 S:      Supported
3561 F:      drivers/gpu/drm/exynos/
3562 F:      include/drm/exynos*
3563 F:      include/uapi/drm/exynos*
3564
3565 DRM DRIVERS FOR FREESCALE IMX
3566 M:      Philipp Zabel <p.zabel@pengutronix.de>
3567 L:      dri-devel@lists.freedesktop.org
3568 S:      Maintained
3569 F:      drivers/gpu/drm/imx/
3570 F:      Documentation/devicetree/bindings/drm/imx/
3571
3572 DRM DRIVERS FOR NVIDIA TEGRA
3573 M:      Thierry Reding <thierry.reding@gmail.com>
3574 M:      Terje Bergström <tbergstrom@nvidia.com>
3575 L:      dri-devel@lists.freedesktop.org
3576 L:      linux-tegra@vger.kernel.org
3577 T:      git git://anongit.freedesktop.org/tegra/linux.git
3578 S:      Supported
3579 F:      drivers/gpu/drm/tegra/
3580 F:      drivers/gpu/host1x/
3581 F:      include/linux/host1x.h
3582 F:      include/uapi/drm/tegra_drm.h
3583 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3584
3585 DRM DRIVERS FOR RENESAS
3586 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3587 L:      dri-devel@lists.freedesktop.org
3588 L:      linux-sh@vger.kernel.org
3589 T:      git git://people.freedesktop.org/~airlied/linux
3590 S:      Supported
3591 F:      drivers/gpu/drm/rcar-du/
3592 F:      drivers/gpu/drm/shmobile/
3593 F:      include/linux/platform_data/shmob_drm.h
3594
3595 DRM DRIVERS FOR ROCKCHIP
3596 M:      Mark Yao <mark.yao@rock-chips.com>
3597 L:      dri-devel@lists.freedesktop.org
3598 S:      Maintained
3599 F:      drivers/gpu/drm/rockchip/
3600 F:      Documentation/devicetree/bindings/video/rockchip*
3601
3602 DRM DRIVERS FOR STI
3603 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3604 M:      Vincent Abriou <vincent.abriou@st.com>
3605 L:      dri-devel@lists.freedesktop.org
3606 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3607 S:      Maintained
3608 F:      drivers/gpu/drm/sti
3609 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3610
3611 DSBR100 USB FM RADIO DRIVER
3612 M:      Alexey Klimov <klimov.linux@gmail.com>
3613 L:      linux-media@vger.kernel.org
3614 T:      git git://linuxtv.org/media_tree.git
3615 S:      Maintained
3616 F:      drivers/media/radio/dsbr100.c
3617
3618 DSCC4 DRIVER
3619 M:      Francois Romieu <romieu@fr.zoreil.com>
3620 L:      netdev@vger.kernel.org
3621 S:      Maintained
3622 F:      drivers/net/wan/dscc4.c
3623
3624 DT3155 MEDIA DRIVER
3625 M:      Hans Verkuil <hverkuil@xs4all.nl>
3626 L:      linux-media@vger.kernel.org
3627 T:      git git://linuxtv.org/media_tree.git
3628 W:      http://linuxtv.org
3629 S:      Odd Fixes
3630 F:      drivers/media/pci/dt3155/
3631
3632 DVB_USB_AF9015 MEDIA DRIVER
3633 M:      Antti Palosaari <crope@iki.fi>
3634 L:      linux-media@vger.kernel.org
3635 W:      http://linuxtv.org/
3636 W:      http://palosaari.fi/linux/
3637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3638 T:      git git://linuxtv.org/anttip/media_tree.git
3639 S:      Maintained
3640 F:      drivers/media/usb/dvb-usb-v2/af9015*
3641
3642 DVB_USB_AF9035 MEDIA DRIVER
3643 M:      Antti Palosaari <crope@iki.fi>
3644 L:      linux-media@vger.kernel.org
3645 W:      http://linuxtv.org/
3646 W:      http://palosaari.fi/linux/
3647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3648 T:      git git://linuxtv.org/anttip/media_tree.git
3649 S:      Maintained
3650 F:      drivers/media/usb/dvb-usb-v2/af9035*
3651
3652 DVB_USB_ANYSEE MEDIA DRIVER
3653 M:      Antti Palosaari <crope@iki.fi>
3654 L:      linux-media@vger.kernel.org
3655 W:      http://linuxtv.org/
3656 W:      http://palosaari.fi/linux/
3657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3658 T:      git git://linuxtv.org/anttip/media_tree.git
3659 S:      Maintained
3660 F:      drivers/media/usb/dvb-usb-v2/anysee*
3661
3662 DVB_USB_AU6610 MEDIA DRIVER
3663 M:      Antti Palosaari <crope@iki.fi>
3664 L:      linux-media@vger.kernel.org
3665 W:      http://linuxtv.org/
3666 W:      http://palosaari.fi/linux/
3667 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3668 T:      git git://linuxtv.org/anttip/media_tree.git
3669 S:      Maintained
3670 F:      drivers/media/usb/dvb-usb-v2/au6610*
3671
3672 DVB_USB_CE6230 MEDIA DRIVER
3673 M:      Antti Palosaari <crope@iki.fi>
3674 L:      linux-media@vger.kernel.org
3675 W:      http://linuxtv.org/
3676 W:      http://palosaari.fi/linux/
3677 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3678 T:      git git://linuxtv.org/anttip/media_tree.git
3679 S:      Maintained
3680 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3681
3682 DVB_USB_CXUSB MEDIA DRIVER
3683 M:      Michael Krufky <mkrufky@linuxtv.org>
3684 L:      linux-media@vger.kernel.org
3685 W:      http://linuxtv.org/
3686 W:      http://github.com/mkrufky
3687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3688 T:      git git://linuxtv.org/media_tree.git
3689 S:      Maintained
3690 F:      drivers/media/usb/dvb-usb/cxusb*
3691
3692 DVB_USB_EC168 MEDIA DRIVER
3693 M:      Antti Palosaari <crope@iki.fi>
3694 L:      linux-media@vger.kernel.org
3695 W:      http://linuxtv.org/
3696 W:      http://palosaari.fi/linux/
3697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3698 T:      git git://linuxtv.org/anttip/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/usb/dvb-usb-v2/ec168*
3701
3702 DVB_USB_GL861 MEDIA DRIVER
3703 M:      Antti Palosaari <crope@iki.fi>
3704 L:      linux-media@vger.kernel.org
3705 W:      http://linuxtv.org/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/gl861*
3710
3711 DVB_USB_MXL111SF MEDIA DRIVER
3712 M:      Michael Krufky <mkrufky@linuxtv.org>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://github.com/mkrufky
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3720
3721 DVB_USB_RTL28XXU MEDIA DRIVER
3722 M:      Antti Palosaari <crope@iki.fi>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://palosaari.fi/linux/
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/anttip/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3730
3731 DVB_USB_V2 MEDIA DRIVER
3732 M:      Antti Palosaari <crope@iki.fi>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 W:      http://palosaari.fi/linux/
3736 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3737 T:      git git://linuxtv.org/anttip/media_tree.git
3738 S:      Maintained
3739 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3740 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3741
3742 DYNAMIC DEBUG
3743 M:      Jason Baron <jbaron@akamai.com>
3744 S:      Maintained
3745 F:      lib/dynamic_debug.c
3746 F:      include/linux/dynamic_debug.h
3747
3748 DZ DECSTATION DZ11 SERIAL DRIVER
3749 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3750 S:      Maintained
3751 F:      drivers/tty/serial/dz.*
3752
3753 E3X0 POWER BUTTON DRIVER
3754 M:      Moritz Fischer <moritz.fischer@ettus.com>
3755 L:      usrp-users@lists.ettus.com
3756 W:      http://www.ettus.com
3757 S:      Supported
3758 F:      drivers/input/misc/e3x0-button.c
3759 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3760
3761 E4000 MEDIA DRIVER
3762 M:      Antti Palosaari <crope@iki.fi>
3763 L:      linux-media@vger.kernel.org
3764 W:      http://linuxtv.org/
3765 W:      http://palosaari.fi/linux/
3766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3767 T:      git git://linuxtv.org/anttip/media_tree.git
3768 S:      Maintained
3769 F:      drivers/media/tuners/e4000*
3770
3771 EATA ISA/EISA/PCI SCSI DRIVER
3772 M:      Dario Ballabio <ballabio_dario@emc.com>
3773 L:      linux-scsi@vger.kernel.org
3774 S:      Maintained
3775 F:      drivers/scsi/eata.c
3776
3777 EC100 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://palosaari.fi/linux/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/dvb-frontends/ec100*
3786
3787 ECRYPT FILE SYSTEM
3788 M:      Tyler Hicks <tyhicks@canonical.com>
3789 L:      ecryptfs@vger.kernel.org
3790 W:      http://ecryptfs.org
3791 W:      https://launchpad.net/ecryptfs
3792 S:      Supported
3793 F:      Documentation/filesystems/ecryptfs.txt
3794 F:      fs/ecryptfs/
3795
3796 EDAC-CORE
3797 M:      Doug Thompson <dougthompson@xmission.com>
3798 M:      Borislav Petkov <bp@alien8.de>
3799 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3800 L:      linux-edac@vger.kernel.org
3801 W:      bluesmoke.sourceforge.net
3802 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3803 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3804 S:      Supported
3805 F:      Documentation/edac.txt
3806 F:      drivers/edac/
3807 F:      include/linux/edac.h
3808
3809 EDAC-AMD64
3810 M:      Doug Thompson <dougthompson@xmission.com>
3811 M:      Borislav Petkov <bp@alien8.de>
3812 L:      linux-edac@vger.kernel.org
3813 W:      bluesmoke.sourceforge.net
3814 S:      Maintained
3815 F:      drivers/edac/amd64_edac*
3816
3817 EDAC-CALXEDA
3818 M:      Doug Thompson <dougthompson@xmission.com>
3819 M:      Robert Richter <rric@kernel.org>
3820 L:      linux-edac@vger.kernel.org
3821 W:      bluesmoke.sourceforge.net
3822 S:      Maintained
3823 F:      drivers/edac/highbank*
3824
3825 EDAC-CAVIUM
3826 M:      Ralf Baechle <ralf@linux-mips.org>
3827 M:      David Daney <david.daney@cavium.com>
3828 L:      linux-edac@vger.kernel.org
3829 L:      linux-mips@linux-mips.org
3830 W:      bluesmoke.sourceforge.net
3831 S:      Supported
3832 F:      drivers/edac/octeon_edac*
3833
3834 EDAC-E752X
3835 M:      Mark Gross <mark.gross@intel.com>
3836 M:      Doug Thompson <dougthompson@xmission.com>
3837 L:      linux-edac@vger.kernel.org
3838 W:      bluesmoke.sourceforge.net
3839 S:      Maintained
3840 F:      drivers/edac/e752x_edac.c
3841
3842 EDAC-E7XXX
3843 M:      Doug Thompson <dougthompson@xmission.com>
3844 L:      linux-edac@vger.kernel.org
3845 W:      bluesmoke.sourceforge.net
3846 S:      Maintained
3847 F:      drivers/edac/e7xxx_edac.c
3848
3849 EDAC-GHES
3850 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3851 L:      linux-edac@vger.kernel.org
3852 W:      bluesmoke.sourceforge.net
3853 S:      Maintained
3854 F:      drivers/edac/ghes_edac.c
3855
3856 EDAC-I82443BXGX
3857 M:      Tim Small <tim@buttersideup.com>
3858 L:      linux-edac@vger.kernel.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Maintained
3861 F:      drivers/edac/i82443bxgx_edac.c
3862
3863 EDAC-I3000
3864 M:      Jason Uhlenkott <juhlenko@akamai.com>
3865 L:      linux-edac@vger.kernel.org
3866 W:      bluesmoke.sourceforge.net
3867 S:      Maintained
3868 F:      drivers/edac/i3000_edac.c
3869
3870 EDAC-I5000
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/i5000_edac.c
3876
3877 EDAC-I5400
3878 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3879 L:      linux-edac@vger.kernel.org
3880 W:      bluesmoke.sourceforge.net
3881 S:      Maintained
3882 F:      drivers/edac/i5400_edac.c
3883
3884 EDAC-I7300
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/i7300_edac.c
3890
3891 EDAC-I7CORE
3892 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/i7core_edac.c
3897
3898 EDAC-I82975X
3899 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3900 M:      "Arvind R." <arvino55@gmail.com>
3901 L:      linux-edac@vger.kernel.org
3902 W:      bluesmoke.sourceforge.net
3903 S:      Maintained
3904 F:      drivers/edac/i82975x_edac.c
3905
3906 EDAC-IE31200
3907 M:      Jason Baron <jbaron@akamai.com>
3908 L:      linux-edac@vger.kernel.org
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/ie31200_edac.c
3912
3913 EDAC-MPC85XX
3914 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/mpc85xx_edac.[ch]
3919
3920 EDAC-PASEMI
3921 M:      Egor Martovetsky <egor@pasemi.com>
3922 L:      linux-edac@vger.kernel.org
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/pasemi_edac.c
3926
3927 EDAC-R82600
3928 M:      Tim Small <tim@buttersideup.com>
3929 L:      linux-edac@vger.kernel.org
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/r82600_edac.c
3933
3934 EDAC-SBRIDGE
3935 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/sb_edac.c
3940
3941 EDAC-XGENE
3942 APPLIED MICRO (APM) X-GENE SOC EDAC
3943 M:     Loc Ho <lho@apm.com>
3944 S:     Supported
3945 F:     drivers/edac/xgene_edac.c
3946 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3947
3948 EDIROL UA-101/UA-1000 DRIVER
3949 M:      Clemens Ladisch <clemens@ladisch.de>
3950 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3951 T:      git git://git.alsa-project.org/alsa-kernel.git
3952 S:      Maintained
3953 F:      sound/usb/misc/ua101.c
3954
3955 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3956 M:      Matt Fleming <matt.fleming@intel.com>
3957 L:      linux-efi@vger.kernel.org
3958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3959 S:      Maintained
3960 F:      Documentation/efi-stub.txt
3961 F:      arch/ia64/kernel/efi.c
3962 F:      arch/x86/boot/compressed/eboot.[ch]
3963 F:      arch/x86/include/asm/efi.h
3964 F:      arch/x86/platform/efi/*
3965 F:      drivers/firmware/efi/*
3966 F:      include/linux/efi*.h
3967
3968 EFI VARIABLE FILESYSTEM
3969 M:      Matthew Garrett <matthew.garrett@nebula.com>
3970 M:      Jeremy Kerr <jk@ozlabs.org>
3971 M:      Matt Fleming <matt.fleming@intel.com>
3972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3973 L:      linux-efi@vger.kernel.org
3974 S:      Maintained
3975 F:      fs/efivarfs/
3976
3977 EFIFB FRAMEBUFFER DRIVER
3978 L:      linux-fbdev@vger.kernel.org
3979 M:      Peter Jones <pjones@redhat.com>
3980 S:      Maintained
3981 F:      drivers/video/fbdev/efifb.c
3982
3983 EFS FILESYSTEM
3984 W:      http://aeschi.ch.eu.org/efs/
3985 S:      Orphan
3986 F:      fs/efs/
3987
3988 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3989 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3990 M:      Christoph Raisch <raisch@de.ibm.com>
3991 L:      linux-rdma@vger.kernel.org
3992 S:      Supported
3993 F:      drivers/infiniband/hw/ehca/
3994
3995 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3996 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3997 L:      netdev@vger.kernel.org
3998 S:      Maintained
3999 F:      drivers/net/ethernet/ibm/ehea/
4000
4001 EM28XX VIDEO4LINUX DRIVER
4002 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4003 L:      linux-media@vger.kernel.org
4004 W:      http://linuxtv.org
4005 T:      git git://linuxtv.org/media_tree.git
4006 S:      Maintained
4007 F:      drivers/media/usb/em28xx/
4008
4009 EMBEDDED LINUX
4010 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4011 M:      Matt Mackall <mpm@selenic.com>
4012 M:      David Woodhouse <dwmw2@infradead.org>
4013 L:      linux-embedded@vger.kernel.org
4014 S:      Maintained
4015
4016 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4017 M:      James Smart <james.smart@avagotech.com>
4018 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4019 L:      linux-scsi@vger.kernel.org
4020 W:      http://www.avagotech.com
4021 S:      Supported
4022 F:      drivers/scsi/lpfc/
4023
4024 ENE CB710 FLASH CARD READER DRIVER
4025 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4026 S:      Maintained
4027 F:      drivers/misc/cb710/
4028 F:      drivers/mmc/host/cb710-mmc.*
4029 F:      include/linux/cb710.h
4030
4031 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4032 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4033 S:      Maintained
4034 F:      drivers/media/rc/ene_ir.*
4035
4036 ENHANCED ERROR HANDLING (EEH)
4037 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4038 L:      linuxppc-dev@lists.ozlabs.org
4039 S:      Supported
4040 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4041 F:      arch/powerpc/kernel/eeh*.c
4042
4043 EPSON S1D13XXX FRAMEBUFFER DRIVER
4044 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4045 S:      Maintained
4046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4047 F:      drivers/video/fbdev/s1d13xxxfb.c
4048 F:      include/video/s1d13xxxfb.h
4049
4050 ET131X NETWORK DRIVER
4051 M:      Mark Einon <mark.einon@gmail.com>
4052 S:      Odd Fixes
4053 F:      drivers/net/ethernet/agere/
4054
4055 ETHERNET BRIDGE
4056 M:      Stephen Hemminger <stephen@networkplumber.org>
4057 L:      bridge@lists.linux-foundation.org
4058 L:      netdev@vger.kernel.org
4059 W:      http://www.linuxfoundation.org/en/Net:Bridge
4060 S:      Maintained
4061 F:      include/linux/netfilter_bridge/
4062 F:      net/bridge/
4063
4064 ETHERNET PHY LIBRARY
4065 M:      Florian Fainelli <f.fainelli@gmail.com>
4066 L:      netdev@vger.kernel.org
4067 S:      Maintained
4068 F:      include/linux/phy.h
4069 F:      include/linux/phy_fixed.h
4070 F:      drivers/net/phy/
4071 F:      Documentation/networking/phy.txt
4072 F:      drivers/of/of_mdio.c
4073 F:      drivers/of/of_net.c
4074
4075 EXT2 FILE SYSTEM
4076 M:      Jan Kara <jack@suse.com>
4077 L:      linux-ext4@vger.kernel.org
4078 S:      Maintained
4079 F:      Documentation/filesystems/ext2.txt
4080 F:      fs/ext2/
4081 F:      include/linux/ext2*
4082
4083 EXT4 FILE SYSTEM
4084 M:      "Theodore Ts'o" <tytso@mit.edu>
4085 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4086 L:      linux-ext4@vger.kernel.org
4087 W:      http://ext4.wiki.kernel.org
4088 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4089 S:      Maintained
4090 F:      Documentation/filesystems/ext4.txt
4091 F:      fs/ext4/
4092
4093 Extended Verification Module (EVM)
4094 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4095 L:      linux-ima-devel@lists.sourceforge.net
4096 L:      linux-security-module@vger.kernel.org
4097 S:      Supported
4098 F:      security/integrity/evm/
4099
4100 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4101 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4102 M:      Chanwoo Choi <cw00.choi@samsung.com>
4103 L:      linux-kernel@vger.kernel.org
4104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4105 S:      Maintained
4106 F:      drivers/extcon/
4107 F:      Documentation/extcon/
4108
4109 EXYNOS DP DRIVER
4110 M:      Jingoo Han <jingoohan1@gmail.com>
4111 L:      dri-devel@lists.freedesktop.org
4112 S:      Maintained
4113 F:      drivers/gpu/drm/exynos/exynos_dp*
4114
4115 EXYNOS MIPI DISPLAY DRIVERS
4116 M:      Inki Dae <inki.dae@samsung.com>
4117 M:      Donghwa Lee <dh09.lee@samsung.com>
4118 M:      Kyungmin Park <kyungmin.park@samsung.com>
4119 L:      linux-fbdev@vger.kernel.org
4120 S:      Maintained
4121 F:      drivers/video/fbdev/exynos/exynos_mipi*
4122 F:      include/video/exynos_mipi*
4123
4124 F71805F HARDWARE MONITORING DRIVER
4125 M:      Jean Delvare <jdelvare@suse.com>
4126 L:      lm-sensors@lm-sensors.org
4127 S:      Maintained
4128 F:      Documentation/hwmon/f71805f
4129 F:      drivers/hwmon/f71805f.c
4130
4131 FC0011 TUNER DRIVER
4132 M:      Michael Buesch <m@bues.ch>
4133 L:      linux-media@vger.kernel.org
4134 S:      Maintained
4135 F:      drivers/media/tuners/fc0011.h
4136 F:      drivers/media/tuners/fc0011.c
4137
4138 FC2580 MEDIA DRIVER
4139 M:      Antti Palosaari <crope@iki.fi>
4140 L:      linux-media@vger.kernel.org
4141 W:      http://linuxtv.org/
4142 W:      http://palosaari.fi/linux/
4143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4144 T:      git git://linuxtv.org/anttip/media_tree.git
4145 S:      Maintained
4146 F:      drivers/media/tuners/fc2580*
4147
4148 FANOTIFY
4149 M:      Eric Paris <eparis@redhat.com>
4150 S:      Maintained
4151 F:      fs/notify/fanotify/
4152 F:      include/linux/fanotify.h
4153 F:      include/uapi/linux/fanotify.h
4154
4155 FARSYNC SYNCHRONOUS DRIVER
4156 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4157 W:      http://www.farsite.co.uk/
4158 S:      Supported
4159 F:      drivers/net/wan/farsync.*
4160
4161 FAULT INJECTION SUPPORT
4162 M:      Akinobu Mita <akinobu.mita@gmail.com>
4163 S:      Supported
4164 F:      Documentation/fault-injection/
4165 F:      lib/fault-inject.c
4166
4167 FBTFT Framebuffer drivers
4168 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4169 M:      Noralf Trønnes <noralf@tronnes.org>
4170 S:      Maintained
4171 F:      drivers/staging/fbtft/
4172
4173 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4174 M:      Vasu Dev <vasu.dev@intel.com>
4175 L:      fcoe-devel@open-fcoe.org
4176 W:      www.Open-FCoE.org
4177 S:      Supported
4178 F:      drivers/scsi/libfc/
4179 F:      drivers/scsi/fcoe/
4180 F:      include/scsi/fc/
4181 F:      include/scsi/libfc.h
4182 F:      include/scsi/libfcoe.h
4183 F:      include/uapi/scsi/fc/
4184
4185 FILE LOCKING (flock() and fcntl()/lockf())
4186 M:      Jeff Layton <jlayton@poochiereds.net>
4187 M:      "J. Bruce Fields" <bfields@fieldses.org>
4188 L:      linux-fsdevel@vger.kernel.org
4189 S:      Maintained
4190 F:      include/linux/fcntl.h
4191 F:      include/linux/fs.h
4192 F:      include/uapi/linux/fcntl.h
4193 F:      include/uapi/linux/fs.h
4194 F:      fs/fcntl.c
4195 F:      fs/locks.c
4196
4197 FILESYSTEMS (VFS and infrastructure)
4198 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4199 L:      linux-fsdevel@vger.kernel.org
4200 S:      Maintained
4201 F:      fs/*
4202
4203 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4204 M:      Riku Voipio <riku.voipio@iki.fi>
4205 L:      lm-sensors@lm-sensors.org
4206 S:      Maintained
4207 F:      drivers/hwmon/f75375s.c
4208 F:      include/linux/f75375s.h
4209
4210 FIREWIRE AUDIO DRIVERS
4211 M:      Clemens Ladisch <clemens@ladisch.de>
4212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4213 T:      git git://git.alsa-project.org/alsa-kernel.git
4214 S:      Maintained
4215 F:      sound/firewire/
4216
4217 FIREWIRE MEDIA DRIVERS (firedtv)
4218 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4219 L:      linux-media@vger.kernel.org
4220 L:      linux1394-devel@lists.sourceforge.net
4221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4222 S:      Maintained
4223 F:      drivers/media/firewire/
4224
4225 FIREWIRE SBP-2 TARGET
4226 M:      Chris Boot <bootc@bootc.net>
4227 L:      linux-scsi@vger.kernel.org
4228 L:      target-devel@vger.kernel.org
4229 L:      linux1394-devel@lists.sourceforge.net
4230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4231 S:      Maintained
4232 F:      drivers/target/sbp/
4233
4234 FIREWIRE SUBSYSTEM
4235 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4236 L:      linux1394-devel@lists.sourceforge.net
4237 W:      http://ieee1394.wiki.kernel.org/
4238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4239 S:      Maintained
4240 F:      drivers/firewire/
4241 F:      include/linux/firewire.h
4242 F:      include/uapi/linux/firewire*.h
4243 F:      tools/firewire/
4244
4245 FIRMWARE LOADER (request_firmware)
4246 M:      Ming Lei <ming.lei@canonical.com>
4247 L:      linux-kernel@vger.kernel.org
4248 S:      Maintained
4249 F:      Documentation/firmware_class/
4250 F:      drivers/base/firmware*.c
4251 F:      include/linux/firmware.h
4252
4253 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4254 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4255 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4256 S:      Maintained
4257 F:      drivers/block/rsxx/
4258
4259 FLOPPY DRIVER
4260 M:      Jiri Kosina <jikos@kernel.org>
4261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4262 S:      Odd fixes
4263 F:      drivers/block/floppy.c
4264
4265 FMC SUBSYSTEM
4266 M:      Alessandro Rubini <rubini@gnudd.com>
4267 W:      http://www.ohwr.org/projects/fmc-bus
4268 S:      Supported
4269 F:      drivers/fmc/
4270 F:      include/linux/fmc*.h
4271 F:      include/linux/ipmi-fru.h
4272 K:      fmc_d.*register
4273
4274 FPU EMULATOR
4275 M:      Bill Metzenthen <billm@melbpc.org.au>
4276 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4277 S:      Maintained
4278 F:      arch/x86/math-emu/
4279
4280 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4281 L:      netdev@vger.kernel.org
4282 S:      Orphan
4283 F:      drivers/net/wan/dlci.c
4284 F:      drivers/net/wan/sdla.c
4285
4286 FRAMEBUFFER LAYER
4287 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4288 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4289 L:      linux-fbdev@vger.kernel.org
4290 W:      http://linux-fbdev.sourceforge.net/
4291 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4293 S:      Maintained
4294 F:      Documentation/fb/
4295 F:      Documentation/devicetree/bindings/fb/
4296 F:      drivers/video/
4297 F:      include/video/
4298 F:      include/linux/fb.h
4299 F:      include/uapi/video/
4300 F:      include/uapi/linux/fb.h
4301
4302 FREESCALE DIU FRAMEBUFFER DRIVER
4303 M:      Timur Tabi <timur@tabi.org>
4304 L:      linux-fbdev@vger.kernel.org
4305 S:      Maintained
4306 F:      drivers/video/fbdev/fsl-diu-fb.*
4307
4308 FREESCALE DMA DRIVER
4309 M:      Li Yang <leoli@freescale.com>
4310 M:      Zhang Wei <zw@zh-kernel.org>
4311 L:      linuxppc-dev@lists.ozlabs.org
4312 S:      Maintained
4313 F:      drivers/dma/fsldma.*
4314
4315 FREESCALE I2C CPM DRIVER
4316 M:      Jochen Friedrich <jochen@scram.de>
4317 L:      linuxppc-dev@lists.ozlabs.org
4318 L:      linux-i2c@vger.kernel.org
4319 S:      Maintained
4320 F:      drivers/i2c/busses/i2c-cpm.c
4321
4322 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4323 M:      Sascha Hauer <kernel@pengutronix.de>
4324 L:      linux-fbdev@vger.kernel.org
4325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4326 S:      Maintained
4327 F:      include/linux/platform_data/video-imxfb.h
4328 F:      drivers/video/fbdev/imxfb.c
4329
4330 FREESCALE QUAD SPI DRIVER
4331 M:      Han Xu <han.xu@freescale.com>
4332 L:      linux-mtd@lists.infradead.org
4333 S:      Maintained
4334 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4335
4336 FREESCALE SOC FS_ENET DRIVER
4337 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4338 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4339 L:      linuxppc-dev@lists.ozlabs.org
4340 L:      netdev@vger.kernel.org
4341 S:      Maintained
4342 F:      drivers/net/ethernet/freescale/fs_enet/
4343 F:      include/linux/fs_enet_pd.h
4344
4345 FREESCALE QUICC ENGINE LIBRARY
4346 L:      linuxppc-dev@lists.ozlabs.org
4347 S:      Orphan
4348 F:      arch/powerpc/sysdev/qe_lib/
4349 F:      arch/powerpc/include/asm/*qe.h
4350
4351 FREESCALE USB PERIPHERAL DRIVERS
4352 M:      Li Yang <leoli@freescale.com>
4353 L:      linux-usb@vger.kernel.org
4354 L:      linuxppc-dev@lists.ozlabs.org
4355 S:      Maintained
4356 F:      drivers/usb/gadget/udc/fsl*
4357
4358 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4359 M:      Li Yang <leoli@freescale.com>
4360 L:      netdev@vger.kernel.org
4361 L:      linuxppc-dev@lists.ozlabs.org
4362 S:      Maintained
4363 F:      drivers/net/ethernet/freescale/ucc_geth*
4364
4365 FREESCALE QUICC ENGINE UCC UART DRIVER
4366 M:      Timur Tabi <timur@tabi.org>
4367 L:      linuxppc-dev@lists.ozlabs.org
4368 S:      Maintained
4369 F:      drivers/tty/serial/ucc_uart.c
4370
4371 FREESCALE SOC SOUND DRIVERS
4372 M:      Timur Tabi <timur@tabi.org>
4373 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4374 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4375 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4376 L:      linuxppc-dev@lists.ozlabs.org
4377 S:      Maintained
4378 F:      sound/soc/fsl/fsl*
4379 F:      sound/soc/fsl/imx*
4380 F:      sound/soc/fsl/mpc8610_hpcd.c
4381
4382 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4383 M:      "J. German Rivera" <German.Rivera@freescale.com>
4384 L:      linux-kernel@vger.kernel.org
4385 S:      Maintained
4386 F:      drivers/staging/fsl-mc/
4387
4388 FREEVXFS FILESYSTEM
4389 M:      Christoph Hellwig <hch@infradead.org>
4390 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4391 S:      Maintained
4392 F:      fs/freevxfs/
4393
4394 FREEZER
4395 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4396 M:      Pavel Machek <pavel@ucw.cz>
4397 L:      linux-pm@vger.kernel.org
4398 S:      Supported
4399 F:      Documentation/power/freezing-of-tasks.txt
4400 F:      include/linux/freezer.h
4401 F:      kernel/freezer.c
4402
4403 FRONTSWAP API
4404 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4405 L:      linux-kernel@vger.kernel.org
4406 S:      Maintained
4407 F:      mm/frontswap.c
4408 F:      include/linux/frontswap.h
4409
4410 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4411 M:      David Howells <dhowells@redhat.com>
4412 L:      linux-cachefs@redhat.com
4413 S:      Supported
4414 F:      Documentation/filesystems/caching/
4415 F:      fs/fscache/
4416 F:      include/linux/fscache*.h
4417
4418 F2FS FILE SYSTEM
4419 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4420 M:      Changman Lee <cm224.lee@samsung.com>
4421 R:      Chao Yu <chao2.yu@samsung.com>
4422 L:      linux-f2fs-devel@lists.sourceforge.net
4423 W:      http://en.wikipedia.org/wiki/F2FS
4424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4425 S:      Maintained
4426 F:      Documentation/filesystems/f2fs.txt
4427 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4428 F:      fs/f2fs/
4429 F:      include/linux/f2fs_fs.h
4430 F:      include/trace/events/f2fs.h
4431
4432 FUJITSU FR-V (FRV) PORT
4433 M:      David Howells <dhowells@redhat.com>
4434 S:      Maintained
4435 F:      arch/frv/
4436
4437 FUJITSU LAPTOP EXTRAS
4438 M:      Jonathan Woithe <jwoithe@just42.net>
4439 L:      platform-driver-x86@vger.kernel.org
4440 S:      Maintained
4441 F:      drivers/platform/x86/fujitsu-laptop.c
4442
4443 FUJITSU M-5MO LS CAMERA ISP DRIVER
4444 M:      Kyungmin Park <kyungmin.park@samsung.com>
4445 M:      Heungjun Kim <riverful.kim@samsung.com>
4446 L:      linux-media@vger.kernel.org
4447 S:      Maintained
4448 F:      drivers/media/i2c/m5mols/
4449 F:      include/media/m5mols.h
4450
4451 FUJITSU TABLET EXTRAS
4452 M:      Robert Gerlach <khnz@gmx.de>
4453 L:      platform-driver-x86@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/platform/x86/fujitsu-tablet.c
4456
4457 FUSE: FILESYSTEM IN USERSPACE
4458 M:      Miklos Szeredi <miklos@szeredi.hu>
4459 L:      fuse-devel@lists.sourceforge.net
4460 W:      http://fuse.sourceforge.net/
4461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4462 S:      Maintained
4463 F:      fs/fuse/
4464 F:      include/uapi/linux/fuse.h
4465 F:      Documentation/filesystems/fuse.txt
4466
4467 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4468 M:      Rik Faith <faith@cs.unc.edu>
4469 L:      linux-scsi@vger.kernel.org
4470 S:      Odd Fixes (e.g., new signatures)
4471 F:      drivers/scsi/fdomain.*
4472
4473 GCOV BASED KERNEL PROFILING
4474 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4475 S:      Maintained
4476 F:      kernel/gcov/
4477 F:      Documentation/gcov.txt
4478
4479 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4480 M:      Achim Leubner <achim_leubner@adaptec.com>
4481 L:      linux-scsi@vger.kernel.org
4482 W:      http://www.icp-vortex.com/
4483 S:      Supported
4484 F:      drivers/scsi/gdt*
4485
4486 GDB KERNEL DEBUGGING HELPER SCRIPTS
4487 M:      Jan Kiszka <jan.kiszka@siemens.com>
4488 S:      Supported
4489 F:      scripts/gdb/
4490
4491 GEMTEK FM RADIO RECEIVER DRIVER
4492 M:      Hans Verkuil <hverkuil@xs4all.nl>
4493 L:      linux-media@vger.kernel.org
4494 T:      git git://linuxtv.org/media_tree.git
4495 W:      http://linuxtv.org
4496 S:      Maintained
4497 F:      drivers/media/radio/radio-gemtek*
4498
4499 GENERIC GPIO I2C DRIVER
4500 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4501 S:      Supported
4502 F:      drivers/i2c/busses/i2c-gpio.c
4503 F:      include/linux/i2c-gpio.h
4504
4505 GENERIC GPIO I2C MULTIPLEXER DRIVER
4506 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4507 L:      linux-i2c@vger.kernel.org
4508 S:      Supported
4509 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4510 F:      include/linux/i2c-mux-gpio.h
4511 F:      Documentation/i2c/muxes/i2c-mux-gpio
4512
4513 GENERIC HDLC (WAN) DRIVERS
4514 M:      Krzysztof Halasa <khc@pm.waw.pl>
4515 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4516 S:      Maintained
4517 F:      drivers/net/wan/c101.c
4518 F:      drivers/net/wan/hd6457*
4519 F:      drivers/net/wan/hdlc*
4520 F:      drivers/net/wan/n2.c
4521 F:      drivers/net/wan/pc300too.c
4522 F:      drivers/net/wan/pci200syn.c
4523 F:      drivers/net/wan/wanxl*
4524
4525 GENERIC INCLUDE/ASM HEADER FILES
4526 M:      Arnd Bergmann <arnd@arndb.de>
4527 L:      linux-arch@vger.kernel.org
4528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4529 S:      Maintained
4530 F:      include/asm-generic/
4531 F:      include/uapi/asm-generic/
4532
4533 GENERIC PHY FRAMEWORK
4534 M:      Kishon Vijay Abraham I <kishon@ti.com>
4535 L:      linux-kernel@vger.kernel.org
4536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4537 S:      Supported
4538 F:      drivers/phy/
4539 F:      include/linux/phy/
4540
4541 GENERIC PM DOMAINS
4542 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4543 M:      Kevin Hilman <khilman@kernel.org>
4544 M:      Ulf Hansson <ulf.hansson@linaro.org>
4545 L:      linux-pm@vger.kernel.org
4546 S:      Supported
4547 F:      drivers/base/power/domain*.c
4548 F:      include/linux/pm_domain.h
4549
4550 GENERIC UIO DRIVER FOR PCI DEVICES
4551 M:      "Michael S. Tsirkin" <mst@redhat.com>
4552 L:      kvm@vger.kernel.org
4553 S:      Supported
4554 F:      drivers/uio/uio_pci_generic.c
4555
4556 GET_MAINTAINER SCRIPT
4557 M:      Joe Perches <joe@perches.com>
4558 S:      Maintained
4559 F:      scripts/get_maintainer.pl
4560
4561 GFS2 FILE SYSTEM
4562 M:      Steven Whitehouse <swhiteho@redhat.com>
4563 M:      Bob Peterson <rpeterso@redhat.com>
4564 L:      cluster-devel@redhat.com
4565 W:      http://sources.redhat.com/cluster/
4566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4567 S:      Supported
4568 F:      Documentation/filesystems/gfs2*.txt
4569 F:      fs/gfs2/
4570 F:      include/uapi/linux/gfs2_ondisk.h
4571
4572 GIGASET ISDN DRIVERS
4573 M:      Paul Bolle <pebolle@tiscali.nl>
4574 L:      gigaset307x-common@lists.sourceforge.net
4575 W:      http://gigaset307x.sourceforge.net/
4576 S:      Odd Fixes
4577 F:      Documentation/isdn/README.gigaset
4578 F:      drivers/isdn/gigaset/
4579 F:      include/uapi/linux/gigaset_dev.h
4580
4581 GO7007 MPEG CODEC
4582 M:      Hans Verkuil <hans.verkuil@cisco.com>
4583 L:      linux-media@vger.kernel.org
4584 S:      Maintained
4585 F:      drivers/media/usb/go7007/
4586
4587 GOODIX TOUCHSCREEN
4588 M:      Bastien Nocera <hadess@hadess.net>
4589 L:      linux-input@vger.kernel.org
4590 S:      Maintained
4591 F:      drivers/input/touchscreen/goodix.c
4592
4593 GPIO SUBSYSTEM
4594 M:      Linus Walleij <linus.walleij@linaro.org>
4595 M:      Alexandre Courbot <gnurou@gmail.com>
4596 L:      linux-gpio@vger.kernel.org
4597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4598 S:      Maintained
4599 F:      Documentation/gpio/
4600 F:      drivers/gpio/
4601 F:      include/linux/gpio/
4602 F:      include/linux/gpio.h
4603 F:      include/asm-generic/gpio.h
4604
4605 GRE DEMULTIPLEXER DRIVER
4606 M:      Dmitry Kozlov <xeb@mail.ru>
4607 L:      netdev@vger.kernel.org
4608 S:      Maintained
4609 F:      net/ipv4/gre_demux.c
4610 F:      net/ipv4/gre_offload.c
4611 F:      include/net/gre.h
4612
4613 GRETH 10/100/1G Ethernet MAC device driver
4614 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4615 L:      netdev@vger.kernel.org
4616 S:      Maintained
4617 F:      drivers/net/ethernet/aeroflex/
4618
4619 GSPCA FINEPIX SUBDRIVER
4620 M:      Frank Zago <frank@zago.net>
4621 L:      linux-media@vger.kernel.org
4622 T:      git git://linuxtv.org/media_tree.git
4623 S:      Maintained
4624 F:      drivers/media/usb/gspca/finepix.c
4625
4626 GSPCA GL860 SUBDRIVER
4627 M:      Olivier Lorin <o.lorin@laposte.net>
4628 L:      linux-media@vger.kernel.org
4629 T:      git git://linuxtv.org/media_tree.git
4630 S:      Maintained
4631 F:      drivers/media/usb/gspca/gl860/
4632
4633 GSPCA M5602 SUBDRIVER
4634 M:      Erik Andren <erik.andren@gmail.com>
4635 L:      linux-media@vger.kernel.org
4636 T:      git git://linuxtv.org/media_tree.git
4637 S:      Maintained
4638 F:      drivers/media/usb/gspca/m5602/
4639
4640 GSPCA PAC207 SONIXB SUBDRIVER
4641 M:      Hans de Goede <hdegoede@redhat.com>
4642 L:      linux-media@vger.kernel.org
4643 T:      git git://linuxtv.org/media_tree.git
4644 S:      Maintained
4645 F:      drivers/media/usb/gspca/pac207.c
4646
4647 GSPCA SN9C20X SUBDRIVER
4648 M:      Brian Johnson <brijohn@gmail.com>
4649 L:      linux-media@vger.kernel.org
4650 T:      git git://linuxtv.org/media_tree.git
4651 S:      Maintained
4652 F:      drivers/media/usb/gspca/sn9c20x.c
4653
4654 GSPCA T613 SUBDRIVER
4655 M:      Leandro Costantino <lcostantino@gmail.com>
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/t613.c
4660
4661 GSPCA USB WEBCAM DRIVER
4662 M:      Hans de Goede <hdegoede@redhat.com>
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/
4667
4668 GUID PARTITION TABLE (GPT)
4669 M:      Davidlohr Bueso <dave@stgolabs.net>
4670 L:      linux-efi@vger.kernel.org
4671 S:      Maintained
4672 F:      block/partitions/efi.*
4673
4674 STK1160 USB VIDEO CAPTURE DRIVER
4675 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4676 L:      linux-media@vger.kernel.org
4677 T:      git git://linuxtv.org/media_tree.git
4678 S:      Maintained
4679 F:      drivers/media/usb/stk1160/
4680
4681 H8/300 ARCHITECTURE
4682 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4683 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4684 W:      http://uclinux-h8.sourceforge.jp
4685 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4686 S:      Maintained
4687 F:      arch/h8300/
4688 F:      drivers/clocksource/h8300_*.c
4689 F:      drivers/clk/h8300/
4690 F:      drivers/irqchip/irq-renesas-h8*.c
4691
4692 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4693 M:      Frank Seidel <frank@f-seidel.de>
4694 L:      platform-driver-x86@vger.kernel.org
4695 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4696 S:      Maintained
4697 F:      drivers/platform/x86/hdaps.c
4698
4699 HDPVR USB VIDEO ENCODER DRIVER
4700 M:      Hans Verkuil <hverkuil@xs4all.nl>
4701 L:      linux-media@vger.kernel.org
4702 T:      git git://linuxtv.org/media_tree.git
4703 W:      http://linuxtv.org
4704 S:      Odd Fixes
4705 F:      drivers/media/usb/hdpvr/
4706
4707 HWPOISON MEMORY FAILURE HANDLING
4708 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4709 L:      linux-mm@kvack.org
4710 S:      Maintained
4711 F:      mm/memory-failure.c
4712 F:      mm/hwpoison-inject.c
4713
4714 HYPERVISOR VIRTUAL CONSOLE DRIVER
4715 L:      linuxppc-dev@lists.ozlabs.org
4716 S:      Odd Fixes
4717 F:      drivers/tty/hvc/
4718
4719 HACKRF MEDIA DRIVER
4720 M:      Antti Palosaari <crope@iki.fi>
4721 L:      linux-media@vger.kernel.org
4722 W:      http://linuxtv.org/
4723 W:      http://palosaari.fi/linux/
4724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4725 T:      git git://linuxtv.org/anttip/media_tree.git
4726 S:      Maintained
4727 F:      drivers/media/usb/hackrf/
4728
4729 HARDWARE MONITORING
4730 M:      Jean Delvare <jdelvare@suse.com>
4731 M:      Guenter Roeck <linux@roeck-us.net>
4732 L:      lm-sensors@lm-sensors.org
4733 W:      http://www.lm-sensors.org/
4734 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4736 S:      Maintained
4737 F:      Documentation/hwmon/
4738 F:      drivers/hwmon/
4739 F:      include/linux/hwmon*.h
4740
4741 HARDWARE RANDOM NUMBER GENERATOR CORE
4742 M:      Matt Mackall <mpm@selenic.com>
4743 M:      Herbert Xu <herbert@gondor.apana.org.au>
4744 L:      linux-crypto@vger.kernel.org
4745 S:      Odd fixes
4746 F:      Documentation/hw_random.txt
4747 F:      drivers/char/hw_random/
4748 F:      include/linux/hw_random.h
4749
4750 HARDWARE SPINLOCK CORE
4751 M:      Ohad Ben-Cohen <ohad@wizery.com>
4752 S:      Maintained
4753 F:      Documentation/hwspinlock.txt
4754 F:      drivers/hwspinlock/hwspinlock_*
4755 F:      include/linux/hwspinlock.h
4756
4757 HARMONY SOUND DRIVER
4758 L:      linux-parisc@vger.kernel.org
4759 S:      Maintained
4760 F:      sound/parisc/harmony.*
4761
4762 HD29L2 MEDIA DRIVER
4763 M:      Antti Palosaari <crope@iki.fi>
4764 L:      linux-media@vger.kernel.org
4765 W:      http://linuxtv.org/
4766 W:      http://palosaari.fi/linux/
4767 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4768 T:      git git://linuxtv.org/anttip/media_tree.git
4769 S:      Maintained
4770 F:      drivers/media/dvb-frontends/hd29l2*
4771
4772 HEWLETT-PACKARD SMART2 RAID DRIVER
4773 L:      iss_storagedev@hp.com
4774 S:      Orphan
4775 F:      Documentation/blockdev/cpqarray.txt
4776 F:      drivers/block/cpqarray.*
4777
4778 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4779 M:      Don Brace <don.brace@pmcs.com>
4780 L:      iss_storagedev@hp.com
4781 L:      storagedev@pmcs.com
4782 L:      linux-scsi@vger.kernel.org
4783 S:      Supported
4784 F:      Documentation/scsi/hpsa.txt
4785 F:      drivers/scsi/hpsa*.[ch]
4786 F:      include/linux/cciss*.h
4787 F:      include/uapi/linux/cciss*.h
4788
4789 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4790 M:      Don Brace <don.brace@pmcs.com>
4791 L:      iss_storagedev@hp.com
4792 L:      storagedev@pmcs.com
4793 L:      linux-scsi@vger.kernel.org
4794 S:      Supported
4795 F:      Documentation/blockdev/cciss.txt
4796 F:      drivers/block/cciss*
4797 F:      include/linux/cciss_ioctl.h
4798 F:      include/uapi/linux/cciss_ioctl.h
4799
4800 HFS FILESYSTEM
4801 L:      linux-fsdevel@vger.kernel.org
4802 S:      Orphan
4803 F:      Documentation/filesystems/hfs.txt
4804 F:      fs/hfs/
4805
4806 HFSPLUS FILESYSTEM
4807 L:      linux-fsdevel@vger.kernel.org
4808 S:      Orphan
4809 F:      Documentation/filesystems/hfsplus.txt
4810 F:      fs/hfsplus/
4811
4812 HGA FRAMEBUFFER DRIVER
4813 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4814 L:      linux-nvidia@lists.surfsouth.com
4815 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4816 S:      Maintained
4817 F:      drivers/video/fbdev/hgafb.c
4818
4819 HIBERNATION (aka Software Suspend, aka swsusp)
4820 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4821 M:      Pavel Machek <pavel@ucw.cz>
4822 L:      linux-pm@vger.kernel.org
4823 S:      Supported
4824 F:      arch/x86/power/
4825 F:      drivers/base/power/
4826 F:      kernel/power/
4827 F:      include/linux/suspend.h
4828 F:      include/linux/freezer.h
4829 F:      include/linux/pm.h
4830 F:      arch/*/include/asm/suspend*.h
4831
4832 HID CORE LAYER
4833 M:      Jiri Kosina <jikos@kernel.org>
4834 L:      linux-input@vger.kernel.org
4835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4836 S:      Maintained
4837 F:      drivers/hid/
4838 F:      include/linux/hid*
4839 F:      include/uapi/linux/hid*
4840
4841 HID SENSOR HUB DRIVERS
4842 M:      Jiri Kosina <jikos@kernel.org>
4843 M:      Jonathan Cameron <jic23@kernel.org>
4844 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4845 L:      linux-input@vger.kernel.org
4846 L:      linux-iio@vger.kernel.org
4847 S:      Maintained
4848 F:      Documentation/hid/hid-sensor*
4849 F:      drivers/hid/hid-sensor-*
4850 F:      drivers/iio/*/hid-*
4851 F:      include/linux/hid-sensor-*
4852
4853 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4854 M:      Thomas Gleixner <tglx@linutronix.de>
4855 L:      linux-kernel@vger.kernel.org
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4857 S:      Maintained
4858 F:      Documentation/timers/
4859 F:      kernel/time/hrtimer.c
4860 F:      kernel/time/clockevents.c
4861 F:      kernel/time/tick*.*
4862 F:      kernel/time/timer_*.c
4863 F:      include/linux/clockchips.h
4864 F:      include/linux/hrtimer.h
4865
4866 HIGH-SPEED SCC DRIVER FOR AX.25
4867 L:      linux-hams@vger.kernel.org
4868 S:      Orphan
4869 F:      drivers/net/hamradio/dmascc.c
4870 F:      drivers/net/hamradio/scc.c
4871
4872 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4873 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4874 W:      http://www.highpoint-tech.com
4875 S:      Supported
4876 F:      Documentation/scsi/hptiop.txt
4877 F:      drivers/scsi/hptiop.c
4878
4879 HIPPI
4880 M:      Jes Sorensen <jes@trained-monkey.org>
4881 L:      linux-hippi@sunsite.dk
4882 S:      Maintained
4883 F:      include/linux/hippidevice.h
4884 F:      include/uapi/linux/if_hippi.h
4885 F:      net/802/hippi.c
4886 F:      drivers/net/hippi/
4887
4888 HOST AP DRIVER
4889 M:      Jouni Malinen <j@w1.fi>
4890 L:      hostap@shmoo.com (subscribers-only)
4891 L:      linux-wireless@vger.kernel.org
4892 W:      http://hostap.epitest.fi/
4893 S:      Maintained
4894 F:      drivers/net/wireless/hostap/
4895
4896 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4897 L:      platform-driver-x86@vger.kernel.org
4898 S:      Orphan
4899 F:      drivers/platform/x86/tc1100-wmi.c
4900
4901 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4902 M:      Jaroslav Kysela <perex@perex.cz>
4903 S:      Maintained
4904 F:      drivers/net/ethernet/hp/hp100.*
4905
4906 HPET:   High Precision Event Timers driver
4907 M:      Clemens Ladisch <clemens@ladisch.de>
4908 S:      Maintained
4909 F:      Documentation/timers/hpet.txt
4910 F:      drivers/char/hpet.c
4911 F:      include/linux/hpet.h
4912 F:      include/uapi/linux/hpet.h
4913
4914 HPET:   x86
4915 S:      Orphan
4916 F:      arch/x86/kernel/hpet.c
4917 F:      arch/x86/include/asm/hpet.h
4918
4919 HPFS FILESYSTEM
4920 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4921 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4922 S:      Maintained
4923 F:      fs/hpfs/
4924
4925 HSI SUBSYSTEM
4926 M:      Sebastian Reichel <sre@kernel.org>
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4928 S:      Maintained
4929 F:      Documentation/ABI/testing/sysfs-bus-hsi
4930 F:      Documentation/hsi.txt
4931 F:      drivers/hsi/
4932 F:      include/linux/hsi/
4933 F:      include/uapi/linux/hsi/
4934
4935 HSO 3G MODEM DRIVER
4936 M:      Jan Dumon <j.dumon@option.com>
4937 W:      http://www.pharscape.org
4938 S:      Maintained
4939 F:      drivers/net/usb/hso.c
4940
4941 HSR NETWORK PROTOCOL
4942 M:      Arvid Brodin <arvid.brodin@alten.se>
4943 L:      netdev@vger.kernel.org
4944 S:      Maintained
4945 F:      net/hsr/
4946
4947 HTCPEN TOUCHSCREEN DRIVER
4948 M:      Pau Oliva Fora <pof@eslack.org>
4949 L:      linux-input@vger.kernel.org
4950 S:      Maintained
4951 F:      drivers/input/touchscreen/htcpen.c
4952
4953 HUGETLB FILESYSTEM
4954 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4955 S:      Maintained
4956 F:      fs/hugetlbfs/
4957
4958 Hyper-V CORE AND DRIVERS
4959 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4960 M:      Haiyang Zhang <haiyangz@microsoft.com>
4961 L:      devel@linuxdriverproject.org
4962 S:      Maintained
4963 F:      arch/x86/include/asm/mshyperv.h
4964 F:      arch/x86/include/uapi/asm/hyperv.h
4965 F:      arch/x86/kernel/cpu/mshyperv.c
4966 F:      drivers/hid/hid-hyperv.c
4967 F:      drivers/hv/
4968 F:      drivers/input/serio/hyperv-keyboard.c
4969 F:      drivers/net/hyperv/
4970 F:      drivers/scsi/storvsc_drv.c
4971 F:      drivers/video/fbdev/hyperv_fb.c
4972 F:      include/linux/hyperv.h
4973 F:      tools/hv/
4974 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4975
4976 I2C OVER PARALLEL PORT
4977 M:      Jean Delvare <jdelvare@suse.com>
4978 L:      linux-i2c@vger.kernel.org
4979 S:      Maintained
4980 F:      Documentation/i2c/busses/i2c-parport
4981 F:      Documentation/i2c/busses/i2c-parport-light
4982 F:      drivers/i2c/busses/i2c-parport.c
4983 F:      drivers/i2c/busses/i2c-parport-light.c
4984
4985 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4986 M:      Jean Delvare <jdelvare@suse.com>
4987 L:      linux-i2c@vger.kernel.org
4988 S:      Maintained
4989 F:      Documentation/i2c/busses/i2c-ali1535
4990 F:      Documentation/i2c/busses/i2c-ali1563
4991 F:      Documentation/i2c/busses/i2c-ali15x3
4992 F:      Documentation/i2c/busses/i2c-amd756
4993 F:      Documentation/i2c/busses/i2c-amd8111
4994 F:      Documentation/i2c/busses/i2c-i801
4995 F:      Documentation/i2c/busses/i2c-nforce2
4996 F:      Documentation/i2c/busses/i2c-piix4
4997 F:      Documentation/i2c/busses/i2c-sis5595
4998 F:      Documentation/i2c/busses/i2c-sis630
4999 F:      Documentation/i2c/busses/i2c-sis96x
5000 F:      Documentation/i2c/busses/i2c-via
5001 F:      Documentation/i2c/busses/i2c-viapro
5002 F:      drivers/i2c/busses/i2c-ali1535.c
5003 F:      drivers/i2c/busses/i2c-ali1563.c
5004 F:      drivers/i2c/busses/i2c-ali15x3.c
5005 F:      drivers/i2c/busses/i2c-amd756.c
5006 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5007 F:      drivers/i2c/busses/i2c-amd8111.c
5008 F:      drivers/i2c/busses/i2c-i801.c
5009 F:      drivers/i2c/busses/i2c-isch.c
5010 F:      drivers/i2c/busses/i2c-nforce2.c
5011 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5012 F:      drivers/i2c/busses/i2c-piix4.c
5013 F:      drivers/i2c/busses/i2c-sis5595.c
5014 F:      drivers/i2c/busses/i2c-sis630.c
5015 F:      drivers/i2c/busses/i2c-sis96x.c
5016 F:      drivers/i2c/busses/i2c-via.c
5017 F:      drivers/i2c/busses/i2c-viapro.c
5018
5019 I2C/SMBUS ISMT DRIVER
5020 M:      Seth Heasley <seth.heasley@intel.com>
5021 M:      Neil Horman <nhorman@tuxdriver.com>
5022 L:      linux-i2c@vger.kernel.org
5023 F:      drivers/i2c/busses/i2c-ismt.c
5024 F:      Documentation/i2c/busses/i2c-ismt
5025
5026 I2C/SMBUS STUB DRIVER
5027 M:      Jean Delvare <jdelvare@suse.com>
5028 L:      linux-i2c@vger.kernel.org
5029 S:      Maintained
5030 F:      drivers/i2c/i2c-stub.c
5031
5032 I2C SUBSYSTEM
5033 M:      Wolfram Sang <wsa@the-dreams.de>
5034 L:      linux-i2c@vger.kernel.org
5035 W:      https://i2c.wiki.kernel.org/
5036 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5038 S:      Maintained
5039 F:      Documentation/devicetree/bindings/i2c/
5040 F:      Documentation/i2c/
5041 F:      drivers/i2c/
5042 F:      include/linux/i2c.h
5043 F:      include/linux/i2c-*.h
5044 F:      include/uapi/linux/i2c.h
5045 F:      include/uapi/linux/i2c-*.h
5046
5047 I2C ACPI SUPPORT
5048 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5049 L:      linux-i2c@vger.kernel.org
5050 L:      linux-acpi@vger.kernel.org
5051 S:      Maintained
5052
5053 I2C-TAOS-EVM DRIVER
5054 M:      Jean Delvare <jdelvare@suse.com>
5055 L:      linux-i2c@vger.kernel.org
5056 S:      Maintained
5057 F:      Documentation/i2c/busses/i2c-taos-evm
5058 F:      drivers/i2c/busses/i2c-taos-evm.c
5059
5060 I2C-TINY-USB DRIVER
5061 M:      Till Harbaum <till@harbaum.org>
5062 L:      linux-i2c@vger.kernel.org
5063 W:      http://www.harbaum.org/till/i2c_tiny_usb
5064 S:      Maintained
5065 F:      drivers/i2c/busses/i2c-tiny-usb.c
5066
5067 i386 BOOT CODE
5068 M:      "H. Peter Anvin" <hpa@zytor.com>
5069 S:      Maintained
5070 F:      arch/x86/boot/
5071
5072 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5073 M:      "H. Peter Anvin" <hpa@zytor.com>
5074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5075 S:      Maintained
5076
5077 IA64 (Itanium) PLATFORM
5078 M:      Tony Luck <tony.luck@intel.com>
5079 M:      Fenghua Yu <fenghua.yu@intel.com>
5080 L:      linux-ia64@vger.kernel.org
5081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5082 S:      Maintained
5083 F:      arch/ia64/
5084
5085 IBM Power VMX Cryptographic instructions
5086 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5087 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5088 L:      linux-crypto@vger.kernel.org
5089 S:      Supported
5090 F:      drivers/crypto/vmx/Makefile
5091 F:      drivers/crypto/vmx/Kconfig
5092 F:      drivers/crypto/vmx/vmx.c
5093 F:      drivers/crypto/vmx/aes*
5094 F:      drivers/crypto/vmx/ghash*
5095 F:      drivers/crypto/vmx/ppc-xlate.pl
5096
5097 IBM Power in-Nest Crypto Acceleration
5098 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5099 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5100 L:      linux-crypto@vger.kernel.org
5101 S:      Supported
5102 F:      drivers/crypto/nx/Makefile
5103 F:      drivers/crypto/nx/Kconfig
5104 F:      drivers/crypto/nx/nx-aes*
5105 F:      drivers/crypto/nx/nx-sha*
5106 F:      drivers/crypto/nx/nx.*
5107 F:      drivers/crypto/nx/nx_csbcpb.h
5108 F:      drivers/crypto/nx/nx_debugfs.h
5109
5110 IBM Power 842 compression accelerator
5111 M:      Dan Streetman <ddstreet@ieee.org>
5112 S:      Supported
5113 F:      drivers/crypto/nx/Makefile
5114 F:      drivers/crypto/nx/Kconfig
5115 F:      drivers/crypto/nx/nx-842*
5116 F:      include/linux/sw842.h
5117 F:      crypto/842.c
5118 F:      lib/842/
5119
5120 IBM Power Linux RAID adapter
5121 M:      Brian King <brking@us.ibm.com>
5122 S:      Supported
5123 F:      drivers/scsi/ipr.*
5124
5125 IBM Power Virtual Ethernet Device Driver
5126 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5127 L:      netdev@vger.kernel.org
5128 S:      Supported
5129 F:      drivers/net/ethernet/ibm/ibmveth.*
5130
5131 IBM Power Virtual SCSI Device Drivers
5132 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5133 L:      linux-scsi@vger.kernel.org
5134 S:      Supported
5135 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5136 F:      drivers/scsi/ibmvscsi/viosrp.h
5137
5138 IBM Power Virtual FC Device Drivers
5139 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5140 L:      linux-scsi@vger.kernel.org
5141 S:      Supported
5142 F:      drivers/scsi/ibmvscsi/ibmvfc*
5143
5144 IBM ServeRAID RAID DRIVER
5145 S:      Orphan
5146 F:      drivers/scsi/ips.*
5147
5148 ICH LPC AND GPIO DRIVER
5149 M:      Peter Tyser <ptyser@xes-inc.com>
5150 S:      Maintained
5151 F:      drivers/mfd/lpc_ich.c
5152 F:      drivers/gpio/gpio-ich.c
5153
5154 IDE SUBSYSTEM
5155 M:      "David S. Miller" <davem@davemloft.net>
5156 L:      linux-ide@vger.kernel.org
5157 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5159 S:      Maintained
5160 F:      Documentation/ide/
5161 F:      drivers/ide/
5162 F:      include/linux/ide.h
5163
5164 IDEAPAD LAPTOP EXTRAS DRIVER
5165 M:      Ike Panhc <ike.pan@canonical.com>
5166 L:      platform-driver-x86@vger.kernel.org
5167 W:      http://launchpad.net/ideapad-laptop
5168 S:      Maintained
5169 F:      drivers/platform/x86/ideapad-laptop.c
5170
5171 IDEAPAD LAPTOP SLIDEBAR DRIVER
5172 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5173 L:      linux-input@vger.kernel.org
5174 W:      https://github.com/o2genum/ideapad-slidebar
5175 S:      Maintained
5176 F:      drivers/input/misc/ideapad_slidebar.c
5177
5178 IDE/ATAPI DRIVERS
5179 M:      Borislav Petkov <bp@alien8.de>
5180 L:      linux-ide@vger.kernel.org
5181 S:      Maintained
5182 F:      Documentation/cdrom/ide-cd
5183 F:      drivers/ide/ide-cd*
5184
5185 IDLE-I7300
5186 M:      Andy Henroid <andrew.d.henroid@intel.com>
5187 L:      linux-pm@vger.kernel.org
5188 S:      Supported
5189 F:      drivers/idle/i7300_idle.c
5190
5191 IEEE 802.15.4 SUBSYSTEM
5192 M:      Alexander Aring <alex.aring@gmail.com>
5193 L:      linux-wpan@vger.kernel.org
5194 W:      https://github.com/linux-wpan
5195 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5196 S:      Maintained
5197 F:      net/ieee802154/
5198 F:      net/mac802154/
5199 F:      drivers/net/ieee802154/
5200 F:      include/linux/nl802154.h
5201 F:      include/linux/ieee802154.h
5202 F:      include/net/nl802154.h
5203 F:      include/net/mac802154.h
5204 F:      include/net/af_ieee802154.h
5205 F:      include/net/cfg802154.h
5206 F:      include/net/ieee802154_netdev.h
5207 F:      Documentation/networking/ieee802154.txt
5208
5209 IGORPLUG-USB IR RECEIVER
5210 M:      Sean Young <sean@mess.org>
5211 L:      linux-media@vger.kernel.org
5212 S:      Maintained
5213 F:      drivers/media/rc/igorplugusb.c
5214
5215 IGUANAWORKS USB IR TRANSCEIVER
5216 M:      Sean Young <sean@mess.org>
5217 L:      linux-media@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/media/rc/iguanair.c
5220
5221 IIO SUBSYSTEM AND DRIVERS
5222 M:      Jonathan Cameron <jic23@kernel.org>
5223 R:      Hartmut Knaack <knaack.h@gmx.de>
5224 R:      Lars-Peter Clausen <lars@metafoo.de>
5225 R:      Peter Meerwald <pmeerw@pmeerw.net>
5226 L:      linux-iio@vger.kernel.org
5227 S:      Maintained
5228 F:      drivers/iio/
5229 F:      drivers/staging/iio/
5230 F:      include/linux/iio/
5231 F:      tools/iio/
5232
5233 IKANOS/ADI EAGLE ADSL USB DRIVER
5234 M:      Matthieu Castet <castet.matthieu@free.fr>
5235 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5236 S:      Maintained
5237 F:      drivers/usb/atm/ueagle-atm.c
5238
5239 INA209 HARDWARE MONITOR DRIVER
5240 M:      Guenter Roeck <linux@roeck-us.net>
5241 L:      lm-sensors@lm-sensors.org
5242 S:      Maintained
5243 F:      Documentation/hwmon/ina209
5244 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5245 F:      drivers/hwmon/ina209.c
5246
5247 INA2XX HARDWARE MONITOR DRIVER
5248 M:      Guenter Roeck <linux@roeck-us.net>
5249 L:      lm-sensors@lm-sensors.org
5250 S:      Maintained
5251 F:      Documentation/hwmon/ina2xx
5252 F:      drivers/hwmon/ina2xx.c
5253 F:      include/linux/platform_data/ina2xx.h
5254
5255 INDUSTRY PACK SUBSYSTEM (IPACK)
5256 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5257 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5258 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5259 L:      industrypack-devel@lists.sourceforge.net
5260 W:      http://industrypack.sourceforge.net
5261 S:      Maintained
5262 F:      drivers/ipack/
5263
5264 INGENIC JZ4780 DMA Driver
5265 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5266 S:      Maintained
5267 F:      drivers/dma/dma-jz4780.c
5268
5269 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5270 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5271 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5272 L:      linux-ima-devel@lists.sourceforge.net
5273 L:      linux-ima-user@lists.sourceforge.net
5274 L:      linux-security-module@vger.kernel.org
5275 S:      Supported
5276 F:      security/integrity/ima/
5277
5278 IMGTEC IR DECODER DRIVER
5279 M:      James Hogan <james.hogan@imgtec.com>
5280 S:      Maintained
5281 F:      drivers/media/rc/img-ir/
5282
5283 IMS TWINTURBO FRAMEBUFFER DRIVER
5284 L:      linux-fbdev@vger.kernel.org
5285 S:      Orphan
5286 F:      drivers/video/fbdev/imsttfb.c
5287
5288 INFINIBAND SUBSYSTEM
5289 M:      Doug Ledford <dledford@redhat.com>
5290 M:      Sean Hefty <sean.hefty@intel.com>
5291 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5292 L:      linux-rdma@vger.kernel.org
5293 W:      http://www.openfabrics.org/
5294 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5296 S:      Supported
5297 F:      Documentation/infiniband/
5298 F:      drivers/infiniband/
5299 F:      include/uapi/linux/if_infiniband.h
5300 F:      include/uapi/rdma/
5301 F:      include/rdma/
5302
5303 INOTIFY
5304 M:      John McCutchan <john@johnmccutchan.com>
5305 M:      Robert Love <rlove@rlove.org>
5306 M:      Eric Paris <eparis@parisplace.org>
5307 S:      Maintained
5308 F:      Documentation/filesystems/inotify.txt
5309 F:      fs/notify/inotify/
5310 F:      include/linux/inotify.h
5311 F:      include/uapi/linux/inotify.h
5312
5313 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5314 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5315 L:      linux-input@vger.kernel.org
5316 Q:      http://patchwork.kernel.org/project/linux-input/list/
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5318 S:      Maintained
5319 F:      drivers/input/
5320 F:      include/linux/input.h
5321 F:      include/uapi/linux/input.h
5322 F:      include/linux/input/
5323
5324 INPUT MULTITOUCH (MT) PROTOCOL
5325 M:      Henrik Rydberg <rydberg@bitmath.org>
5326 L:      linux-input@vger.kernel.org
5327 S:      Odd fixes
5328 F:      Documentation/input/multi-touch-protocol.txt
5329 F:      drivers/input/input-mt.c
5330 K:      \b(ABS|SYN)_MT_
5331
5332 INTEL ASoC BDW/HSW DRIVERS
5333 M:      Jie Yang <yang.jie@linux.intel.com>
5334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5335 S:      Supported
5336 F:      sound/soc/intel/common/sst-dsp*
5337 F:      sound/soc/intel/common/sst-firmware.c
5338 F:      sound/soc/intel/boards/broadwell.c
5339 F:      sound/soc/intel/haswell/
5340
5341 INTEL C600 SERIES SAS CONTROLLER DRIVER
5342 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5343 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5344 L:      linux-scsi@vger.kernel.org
5345 T:      git git://git.code.sf.net/p/intel-sas/isci
5346 S:      Supported
5347 F:      drivers/scsi/isci/
5348
5349 INTEL IDLE DRIVER
5350 M:      Len Brown <lenb@kernel.org>
5351 L:      linux-pm@vger.kernel.org
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5353 S:      Supported
5354 F:      drivers/idle/intel_idle.c
5355
5356 INTEL PSTATE DRIVER
5357 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5358 L:      linux-pm@vger.kernel.org
5359 S:      Supported
5360 F:      drivers/cpufreq/intel_pstate.c
5361
5362 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5363 M:      Maik Broemme <mbroemme@plusserver.de>
5364 L:      linux-fbdev@vger.kernel.org
5365 S:      Maintained
5366 F:      Documentation/fb/intelfb.txt
5367 F:      drivers/video/fbdev/intelfb/
5368
5369 INTEL 810/815 FRAMEBUFFER DRIVER
5370 M:      Antonino Daplas <adaplas@gmail.com>
5371 L:      linux-fbdev@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/video/fbdev/i810/
5374
5375 INTEL MENLOW THERMAL DRIVER
5376 M:      Sujith Thomas <sujith.thomas@intel.com>
5377 L:      platform-driver-x86@vger.kernel.org
5378 W:      https://01.org/linux-acpi
5379 S:      Supported
5380 F:      drivers/platform/x86/intel_menlow.c
5381
5382 INTEL IA32 MICROCODE UPDATE SUPPORT
5383 M:      Borislav Petkov <bp@alien8.de>
5384 S:      Maintained
5385 F:      arch/x86/kernel/cpu/microcode/core*
5386 F:      arch/x86/kernel/cpu/microcode/intel*
5387
5388 INTEL I/OAT DMA DRIVER
5389 M:      Dave Jiang <dave.jiang@intel.com>
5390 R:      Dan Williams <dan.j.williams@intel.com>
5391 L:      dmaengine@vger.kernel.org
5392 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5393 S:      Supported
5394 F:      drivers/dma/ioat*
5395
5396 INTEL IOMMU (VT-d)
5397 M:      David Woodhouse <dwmw2@infradead.org>
5398 L:      iommu@lists.linux-foundation.org
5399 T:      git git://git.infradead.org/iommu-2.6.git
5400 S:      Supported
5401 F:      drivers/iommu/intel-iommu.c
5402 F:      include/linux/intel-iommu.h
5403
5404 INTEL IOP-ADMA DMA DRIVER
5405 R:      Dan Williams <dan.j.williams@intel.com>
5406 S:      Odd fixes
5407 F:      drivers/dma/iop-adma.c
5408
5409 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5410 M:      Krzysztof Halasa <khalasa@piap.pl>
5411 S:      Maintained
5412 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5413 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5414 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5415 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5416 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5417 F:      drivers/net/wan/ixp4xx_hss.c
5418
5419 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5420 M:      Deepak Saxena <dsaxena@plexity.net>
5421 S:      Maintained
5422 F:      drivers/char/hw_random/ixp4xx-rng.c
5423
5424 INTEL ETHERNET DRIVERS
5425 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5426 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5427 R:      Shannon Nelson <shannon.nelson@intel.com>
5428 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5429 R:      Don Skidmore <donald.c.skidmore@intel.com>
5430 R:      Matthew Vick <matthew.vick@intel.com>
5431 R:      John Ronciak <john.ronciak@intel.com>
5432 R:      Mitch Williams <mitch.a.williams@intel.com>
5433 L:      intel-wired-lan@lists.osuosl.org
5434 W:      http://www.intel.com/support/feedback.htm
5435 W:      http://e1000.sourceforge.net/
5436 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5439 S:      Supported
5440 F:      Documentation/networking/e100.txt
5441 F:      Documentation/networking/e1000.txt
5442 F:      Documentation/networking/e1000e.txt
5443 F:      Documentation/networking/igb.txt
5444 F:      Documentation/networking/igbvf.txt
5445 F:      Documentation/networking/ixgb.txt
5446 F:      Documentation/networking/ixgbe.txt
5447 F:      Documentation/networking/ixgbevf.txt
5448 F:      Documentation/networking/i40e.txt
5449 F:      Documentation/networking/i40evf.txt
5450 F:      drivers/net/ethernet/intel/
5451 F:      drivers/net/ethernet/intel/*/
5452
5453 INTEL-MID GPIO DRIVER
5454 M:      David Cohen <david.a.cohen@linux.intel.com>
5455 L:      linux-gpio@vger.kernel.org
5456 S:      Maintained
5457 F:      drivers/gpio/gpio-intel-mid.c
5458
5459 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5460 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5461 L:      linux-wireless@vger.kernel.org
5462 S:      Maintained
5463 F:      Documentation/networking/README.ipw2100
5464 F:      Documentation/networking/README.ipw2200
5465 F:      drivers/net/wireless/ipw2x00/
5466
5467 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5468 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5469 M:      Gang Wei <gang.wei@intel.com>
5470 M:      Shane Wang <shane.wang@intel.com>
5471 L:      tboot-devel@lists.sourceforge.net
5472 W:      http://tboot.sourceforge.net
5473 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5474 S:      Supported
5475 F:      Documentation/intel_txt.txt
5476 F:      include/linux/tboot.h
5477 F:      arch/x86/kernel/tboot.c
5478
5479 INTEL WIRELESS WIMAX CONNECTION 2400
5480 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5481 M:      linux-wimax@intel.com
5482 L:      wimax@linuxwimax.org (subscribers-only)
5483 S:      Supported
5484 W:      http://linuxwimax.org
5485 F:      Documentation/wimax/README.i2400m
5486 F:      drivers/net/wimax/i2400m/
5487 F:      include/uapi/linux/wimax/i2400m.h
5488
5489 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5490 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5491 L:      linux-wireless@vger.kernel.org
5492 S:      Supported
5493 F:      drivers/net/wireless/iwlegacy/
5494
5495 INTEL WIRELESS WIFI LINK (iwlwifi)
5496 M:      Johannes Berg <johannes.berg@intel.com>
5497 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5498 M:      Intel Linux Wireless <ilw@linux.intel.com>
5499 L:      linux-wireless@vger.kernel.org
5500 W:      http://intellinuxwireless.org
5501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5502 S:      Supported
5503 F:      drivers/net/wireless/iwlwifi/
5504
5505 INTEL MANAGEMENT ENGINE (mei)
5506 M:      Tomas Winkler <tomas.winkler@intel.com>
5507 L:      linux-kernel@vger.kernel.org
5508 S:      Supported
5509 F:      include/uapi/linux/mei.h
5510 F:      include/linux/mei_cl_bus.h
5511 F:      drivers/misc/mei/*
5512 F:      Documentation/misc-devices/mei/*
5513
5514 INTEL PMC IPC DRIVER
5515 M:      Zha Qipeng<qipeng.zha@intel.com>
5516 L:      platform-driver-x86@vger.kernel.org
5517 S:      Maintained
5518 F:      drivers/platform/x86/intel_pmc_ipc.c
5519 F:      arch/x86/include/asm/intel_pmc_ipc.h
5520
5521 IOC3 ETHERNET DRIVER
5522 M:      Ralf Baechle <ralf@linux-mips.org>
5523 L:      linux-mips@linux-mips.org
5524 S:      Maintained
5525 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5526
5527 IOC3 SERIAL DRIVER
5528 M:      Pat Gefre <pfg@sgi.com>
5529 L:      linux-serial@vger.kernel.org
5530 S:      Maintained
5531 F:      drivers/tty/serial/ioc3_serial.c
5532
5533 IOMMU DRIVERS
5534 M:      Joerg Roedel <joro@8bytes.org>
5535 L:      iommu@lists.linux-foundation.org
5536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5537 S:      Maintained
5538 F:      drivers/iommu/
5539
5540 IP MASQUERADING
5541 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5542 S:      Maintained
5543 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5544
5545 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5546 M:      Francois Romieu <romieu@fr.zoreil.com>
5547 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5548 L:      netdev@vger.kernel.org
5549 S:      Maintained
5550 F:      drivers/net/ethernet/icplus/ipg.*
5551
5552 IPATH DRIVER
5553 M:      Mike Marciniszyn <infinipath@intel.com>
5554 L:      linux-rdma@vger.kernel.org
5555 S:      Maintained
5556 F:      drivers/infiniband/hw/ipath/
5557
5558 IPMI SUBSYSTEM
5559 M:      Corey Minyard <minyard@acm.org>
5560 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5561 W:      http://openipmi.sourceforge.net/
5562 S:      Supported
5563 F:      Documentation/IPMI.txt
5564 F:      drivers/char/ipmi/
5565 F:      include/linux/ipmi*
5566 F:      include/uapi/linux/ipmi*
5567
5568 QCOM AUDIO (ASoC) DRIVERS
5569 M:      Patrick Lai <plai@codeaurora.org>
5570 M:      Banajit Goswami <bgoswami@codeaurora.org>
5571 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5572 S:      Supported
5573 F:      sound/soc/qcom/
5574
5575 IPS SCSI RAID DRIVER
5576 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5577 L:      linux-scsi@vger.kernel.org
5578 W:      http://www.adaptec.com/
5579 S:      Maintained
5580 F:      drivers/scsi/ips*
5581
5582 IPVS
5583 M:      Wensong Zhang <wensong@linux-vs.org>
5584 M:      Simon Horman <horms@verge.net.au>
5585 M:      Julian Anastasov <ja@ssi.bg>
5586 L:      netdev@vger.kernel.org
5587 L:      lvs-devel@vger.kernel.org
5588 S:      Maintained
5589 F:      Documentation/networking/ipvs-sysctl.txt
5590 F:      include/net/ip_vs.h
5591 F:      include/uapi/linux/ip_vs.h
5592 F:      net/netfilter/ipvs/
5593
5594 IPWIRELESS DRIVER
5595 M:      Jiri Kosina <jikos@kernel.org>
5596 M:      David Sterba <dsterba@suse.com>
5597 S:      Odd Fixes
5598 F:      drivers/tty/ipwireless/
5599
5600 IPX NETWORK LAYER
5601 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5602 L:      netdev@vger.kernel.org
5603 S:      Maintained
5604 F:      include/net/ipx.h
5605 F:      include/uapi/linux/ipx.h
5606 F:      net/ipx/
5607
5608 IRDA SUBSYSTEM
5609 M:      Samuel Ortiz <samuel@sortiz.org>
5610 L:      irda-users@lists.sourceforge.net (subscribers-only)
5611 L:      netdev@vger.kernel.org
5612 W:      http://irda.sourceforge.net/
5613 S:      Maintained
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5615 F:      Documentation/networking/irda.txt
5616 F:      drivers/net/irda/
5617 F:      include/net/irda/
5618 F:      net/irda/
5619
5620 IRQ SUBSYSTEM
5621 M:      Thomas Gleixner <tglx@linutronix.de>
5622 L:      linux-kernel@vger.kernel.org
5623 S:      Maintained
5624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5625 F:      kernel/irq/
5626
5627 IRQCHIP DRIVERS
5628 M:      Thomas Gleixner <tglx@linutronix.de>
5629 M:      Jason Cooper <jason@lakedaemon.net>
5630 M:      Marc Zyngier <marc.zyngier@arm.com>
5631 L:      linux-kernel@vger.kernel.org
5632 S:      Maintained
5633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5634 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5635 F:      Documentation/devicetree/bindings/interrupt-controller/
5636 F:      drivers/irqchip/
5637
5638 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5639 M:      Jiang Liu <jiang.liu@linux.intel.com>
5640 M:      Marc Zyngier <marc.zyngier@arm.com>
5641 S:      Maintained
5642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5643 F:      Documentation/IRQ-domain.txt
5644 F:      include/linux/irqdomain.h
5645 F:      kernel/irq/irqdomain.c
5646 F:      kernel/irq/msi.c
5647
5648 ISAPNP
5649 M:      Jaroslav Kysela <perex@perex.cz>
5650 S:      Maintained
5651 F:      Documentation/isapnp.txt
5652 F:      drivers/pnp/isapnp/
5653 F:      include/linux/isapnp.h
5654
5655 ISA RADIO MODULE
5656 M:      Hans Verkuil <hverkuil@xs4all.nl>
5657 L:      linux-media@vger.kernel.org
5658 T:      git git://linuxtv.org/media_tree.git
5659 W:      http://linuxtv.org
5660 S:      Maintained
5661 F:      drivers/media/radio/radio-isa*
5662
5663 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5664 M:      Peter Jones <pjones@redhat.com>
5665 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5666 S:      Maintained
5667 F:      drivers/firmware/iscsi_ibft*
5668
5669 ISCSI
5670 M:      Mike Christie <michaelc@cs.wisc.edu>
5671 L:      open-iscsi@googlegroups.com
5672 W:      www.open-iscsi.org
5673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5674 S:      Maintained
5675 F:      drivers/scsi/*iscsi*
5676 F:      include/scsi/*iscsi*
5677
5678 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5679 M:      Or Gerlitz <ogerlitz@mellanox.com>
5680 M:      Sagi Grimberg <sagig@mellanox.com>
5681 M:      Roi Dayan <roid@mellanox.com>
5682 L:      linux-rdma@vger.kernel.org
5683 S:      Supported
5684 W:      http://www.openfabrics.org
5685 W:      www.open-iscsi.org
5686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5687 F:      drivers/infiniband/ulp/iser/
5688
5689 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5690 M:      Sagi Grimberg <sagig@mellanox.com>
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5692 L:      linux-rdma@vger.kernel.org
5693 L:      target-devel@vger.kernel.org
5694 S:      Supported
5695 W:      http://www.linux-iscsi.org
5696 F:      drivers/infiniband/ulp/isert
5697
5698 ISDN SUBSYSTEM
5699 M:      Karsten Keil <isdn@linux-pingi.de>
5700 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5701 L:      netdev@vger.kernel.org
5702 W:      http://www.isdn4linux.de
5703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5704 S:      Maintained
5705 F:      Documentation/isdn/
5706 F:      drivers/isdn/
5707 F:      include/linux/isdn.h
5708 F:      include/linux/isdn/
5709 F:      include/uapi/linux/isdn.h
5710 F:      include/uapi/linux/isdn/
5711
5712 ISDN SUBSYSTEM (Eicon active card driver)
5713 M:      Armin Schindler <mac@melware.de>
5714 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5715 W:      http://www.melware.de
5716 S:      Maintained
5717 F:      drivers/isdn/hardware/eicon/
5718
5719 IT87 HARDWARE MONITORING DRIVER
5720 M:      Jean Delvare <jdelvare@suse.com>
5721 L:      lm-sensors@lm-sensors.org
5722 S:      Maintained
5723 F:      Documentation/hwmon/it87
5724 F:      drivers/hwmon/it87.c
5725
5726 IT913X MEDIA DRIVER
5727 M:      Antti Palosaari <crope@iki.fi>
5728 L:      linux-media@vger.kernel.org
5729 W:      http://linuxtv.org/
5730 W:      http://palosaari.fi/linux/
5731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5732 T:      git git://linuxtv.org/anttip/media_tree.git
5733 S:      Maintained
5734 F:      drivers/media/tuners/it913x*
5735
5736 IVTV VIDEO4LINUX DRIVER
5737 M:      Andy Walls <awalls@md.metrocast.net>
5738 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5739 L:      linux-media@vger.kernel.org
5740 T:      git git://linuxtv.org/media_tree.git
5741 W:      http://www.ivtvdriver.org
5742 S:      Maintained
5743 F:      Documentation/video4linux/*.ivtv
5744 F:      drivers/media/pci/ivtv/
5745 F:      include/uapi/linux/ivtv*
5746
5747 IX2505V MEDIA DRIVER
5748 M:      Malcolm Priestley <tvboxspy@gmail.com>
5749 L:      linux-media@vger.kernel.org
5750 W:      http://linuxtv.org/
5751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5752 S:      Maintained
5753 F:      drivers/media/dvb-frontends/ix2505v*
5754
5755 JC42.4 TEMPERATURE SENSOR DRIVER
5756 M:      Guenter Roeck <linux@roeck-us.net>
5757 L:      lm-sensors@lm-sensors.org
5758 S:      Maintained
5759 F:      drivers/hwmon/jc42.c
5760 F:      Documentation/hwmon/jc42
5761
5762 JFS FILESYSTEM
5763 M:      Dave Kleikamp <shaggy@kernel.org>
5764 L:      jfs-discussion@lists.sourceforge.net
5765 W:      http://jfs.sourceforge.net/
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5767 S:      Maintained
5768 F:      Documentation/filesystems/jfs.txt
5769 F:      fs/jfs/
5770
5771 JME NETWORK DRIVER
5772 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5773 L:      netdev@vger.kernel.org
5774 S:      Maintained
5775 F:      drivers/net/ethernet/jme.*
5776
5777 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5778 M:      David Woodhouse <dwmw2@infradead.org>
5779 L:      linux-mtd@lists.infradead.org
5780 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5781 S:      Maintained
5782 F:      fs/jffs2/
5783 F:      include/uapi/linux/jffs2.h
5784
5785 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5786 M:      "Theodore Ts'o" <tytso@mit.edu>
5787 M:      Jan Kara <jack@suse.com>
5788 L:      linux-ext4@vger.kernel.org
5789 S:      Maintained
5790 F:      fs/jbd2/
5791 F:      include/linux/jbd2.h
5792
5793 JSM Neo PCI based serial card
5794 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5795 L:      linux-serial@vger.kernel.org
5796 S:      Maintained
5797 F:      drivers/tty/serial/jsm/
5798
5799 K10TEMP HARDWARE MONITORING DRIVER
5800 M:      Clemens Ladisch <clemens@ladisch.de>
5801 L:      lm-sensors@lm-sensors.org
5802 S:      Maintained
5803 F:      Documentation/hwmon/k10temp
5804 F:      drivers/hwmon/k10temp.c
5805
5806 K8TEMP HARDWARE MONITORING DRIVER
5807 M:      Rudolf Marek <r.marek@assembler.cz>
5808 L:      lm-sensors@lm-sensors.org
5809 S:      Maintained
5810 F:      Documentation/hwmon/k8temp
5811 F:      drivers/hwmon/k8temp.c
5812
5813 KCONFIG
5814 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5815 L:      linux-kbuild@vger.kernel.org
5816 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5817 S:      Maintained
5818 F:      Documentation/kbuild/kconfig-language.txt
5819 F:      scripts/kconfig/
5820
5821 KDUMP
5822 M:      Vivek Goyal <vgoyal@redhat.com>
5823 M:      Haren Myneni <hbabu@us.ibm.com>
5824 L:      kexec@lists.infradead.org
5825 W:      http://lse.sourceforge.net/kdump/
5826 S:      Maintained
5827 F:      Documentation/kdump/
5828
5829 KEENE FM RADIO TRANSMITTER DRIVER
5830 M:      Hans Verkuil <hverkuil@xs4all.nl>
5831 L:      linux-media@vger.kernel.org
5832 T:      git git://linuxtv.org/media_tree.git
5833 W:      http://linuxtv.org
5834 S:      Maintained
5835 F:      drivers/media/radio/radio-keene*
5836
5837 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5838 M:      Ian Kent <raven@themaw.net>
5839 L:      autofs@vger.kernel.org
5840 S:      Maintained
5841 F:      fs/autofs4/
5842
5843 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5844 M:      Michal Marek <mmarek@suse.com>
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5847 L:      linux-kbuild@vger.kernel.org
5848 S:      Maintained
5849 F:      Documentation/kbuild/
5850 F:      Makefile
5851 F:      scripts/Makefile.*
5852 F:      scripts/basic/
5853 F:      scripts/mk*
5854 F:      scripts/package/
5855
5856 KERNEL JANITORS
5857 L:      kernel-janitors@vger.kernel.org
5858 W:      http://kernelnewbies.org/KernelJanitors
5859 S:      Odd Fixes
5860
5861 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5862 M:      "J. Bruce Fields" <bfields@fieldses.org>
5863 M:      Jeff Layton <jlayton@poochiereds.net>
5864 L:      linux-nfs@vger.kernel.org
5865 W:      http://nfs.sourceforge.net/
5866 S:      Supported
5867 F:      fs/nfsd/
5868 F:      include/uapi/linux/nfsd/
5869 F:      fs/lockd/
5870 F:      fs/nfs_common/
5871 F:      net/sunrpc/
5872 F:      include/linux/lockd/
5873 F:      include/linux/sunrpc/
5874 F:      include/uapi/linux/sunrpc/
5875
5876 KERNEL SELFTEST FRAMEWORK
5877 M:      Shuah Khan <shuahkh@osg.samsung.com>
5878 L:      linux-api@vger.kernel.org
5879 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5880 S:      Maintained
5881 F:      tools/testing/selftests
5882
5883 KERNEL VIRTUAL MACHINE (KVM)
5884 M:      Gleb Natapov <gleb@kernel.org>
5885 M:      Paolo Bonzini <pbonzini@redhat.com>
5886 L:      kvm@vger.kernel.org
5887 W:      http://www.linux-kvm.org
5888 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5889 S:      Supported
5890 F:      Documentation/*/kvm*.txt
5891 F:      Documentation/virtual/kvm/
5892 F:      arch/*/kvm/
5893 F:      arch/x86/kernel/kvm.c
5894 F:      arch/x86/kernel/kvmclock.c
5895 F:      arch/*/include/asm/kvm*
5896 F:      include/linux/kvm*
5897 F:      include/uapi/linux/kvm*
5898 F:      virt/kvm/
5899
5900 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5901 M:      Joerg Roedel <joro@8bytes.org>
5902 L:      kvm@vger.kernel.org
5903 W:      http://kvm.qumranet.com
5904 S:      Maintained
5905 F:      arch/x86/include/asm/svm.h
5906 F:      arch/x86/kvm/svm.c
5907
5908 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5909 M:      Alexander Graf <agraf@suse.com>
5910 L:      kvm-ppc@vger.kernel.org
5911 W:      http://kvm.qumranet.com
5912 T:      git git://github.com/agraf/linux-2.6.git
5913 S:      Supported
5914 F:      arch/powerpc/include/asm/kvm*
5915 F:      arch/powerpc/kvm/
5916
5917 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5918 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5919 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5920 L:      linux-s390@vger.kernel.org
5921 W:      http://www.ibm.com/developerworks/linux/linux390/
5922 S:      Supported
5923 F:      Documentation/s390/kvm.txt
5924 F:      arch/s390/include/asm/kvm*
5925 F:      arch/s390/kvm/
5926
5927 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5928 M:      Christoffer Dall <christoffer.dall@linaro.org>
5929 M:      Marc Zyngier <marc.zyngier@arm.com>
5930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5931 L:      kvmarm@lists.cs.columbia.edu
5932 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5933 S:      Supported
5934 F:      arch/arm/include/uapi/asm/kvm*
5935 F:      arch/arm/include/asm/kvm*
5936 F:      arch/arm/kvm/
5937 F:      virt/kvm/arm/
5938 F:      include/kvm/arm_*
5939
5940 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5941 M:      Christoffer Dall <christoffer.dall@linaro.org>
5942 M:      Marc Zyngier <marc.zyngier@arm.com>
5943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5944 L:      kvmarm@lists.cs.columbia.edu
5945 S:      Maintained
5946 F:      arch/arm64/include/uapi/asm/kvm*
5947 F:      arch/arm64/include/asm/kvm*
5948 F:      arch/arm64/kvm/
5949
5950 KEXEC
5951 M:      Eric Biederman <ebiederm@xmission.com>
5952 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5953 L:      kexec@lists.infradead.org
5954 S:      Maintained
5955 F:      include/linux/kexec.h
5956 F:      include/uapi/linux/kexec.h
5957 F:      kernel/kexec.c
5958
5959 KEYS/KEYRINGS:
5960 M:      David Howells <dhowells@redhat.com>
5961 L:      keyrings@linux-nfs.org
5962 S:      Maintained
5963 F:      Documentation/security/keys.txt
5964 F:      include/linux/key.h
5965 F:      include/linux/key-type.h
5966 F:      include/keys/
5967 F:      security/keys/
5968
5969 KEYS-TRUSTED
5970 M:      David Safford <safford@us.ibm.com>
5971 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5972 L:      linux-security-module@vger.kernel.org
5973 L:      keyrings@linux-nfs.org
5974 S:      Supported
5975 F:      Documentation/security/keys-trusted-encrypted.txt
5976 F:      include/keys/trusted-type.h
5977 F:      security/keys/trusted.c
5978 F:      security/keys/trusted.h
5979
5980 KEYS-ENCRYPTED
5981 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5982 M:      David Safford <safford@us.ibm.com>
5983 L:      linux-security-module@vger.kernel.org
5984 L:      keyrings@linux-nfs.org
5985 S:      Supported
5986 F:      Documentation/security/keys-trusted-encrypted.txt
5987 F:      include/keys/encrypted-type.h
5988 F:      security/keys/encrypted-keys/
5989
5990 KGDB / KDB /debug_core
5991 M:      Jason Wessel <jason.wessel@windriver.com>
5992 W:      http://kgdb.wiki.kernel.org/
5993 L:      kgdb-bugreport@lists.sourceforge.net
5994 S:      Maintained
5995 F:      Documentation/DocBook/kgdb.tmpl
5996 F:      drivers/misc/kgdbts.c
5997 F:      drivers/tty/serial/kgdboc.c
5998 F:      include/linux/kdb.h
5999 F:      include/linux/kgdb.h
6000 F:      kernel/debug/
6001
6002 KMEMCHECK
6003 M:      Vegard Nossum <vegardno@ifi.uio.no>
6004 M:      Pekka Enberg <penberg@kernel.org>
6005 S:      Maintained
6006 F:      Documentation/kmemcheck.txt
6007 F:      arch/x86/include/asm/kmemcheck.h
6008 F:      arch/x86/mm/kmemcheck/
6009 F:      include/linux/kmemcheck.h
6010 F:      mm/kmemcheck.c
6011
6012 KMEMLEAK
6013 M:      Catalin Marinas <catalin.marinas@arm.com>
6014 S:      Maintained
6015 F:      Documentation/kmemleak.txt
6016 F:      include/linux/kmemleak.h
6017 F:      mm/kmemleak.c
6018 F:      mm/kmemleak-test.c
6019
6020 KPROBES
6021 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6022 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6023 M:      "David S. Miller" <davem@davemloft.net>
6024 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6025 S:      Maintained
6026 F:      Documentation/kprobes.txt
6027 F:      include/linux/kprobes.h
6028 F:      kernel/kprobes.c
6029
6030 KS0108 LCD CONTROLLER DRIVER
6031 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6032 W:      http://miguelojeda.es/auxdisplay.htm
6033 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6034 S:      Maintained
6035 F:      Documentation/auxdisplay/ks0108
6036 F:      drivers/auxdisplay/ks0108.c
6037 F:      include/linux/ks0108.h
6038
6039 LAPB module
6040 L:      linux-x25@vger.kernel.org
6041 S:      Orphan
6042 F:      Documentation/networking/lapb-module.txt
6043 F:      include/*/lapb.h
6044 F:      net/lapb/
6045
6046 LASI 53c700 driver for PARISC
6047 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6048 L:      linux-scsi@vger.kernel.org
6049 S:      Maintained
6050 F:      Documentation/scsi/53c700.txt
6051 F:      drivers/scsi/53c700*
6052
6053 LED SUBSYSTEM
6054 M:      Richard Purdie <rpurdie@rpsys.net>
6055 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6056 L:      linux-leds@vger.kernel.org
6057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6058 S:      Maintained
6059 F:      drivers/leds/
6060 F:      include/linux/leds.h
6061
6062 LEGACY EEPROM DRIVER
6063 M:      Jean Delvare <jdelvare@suse.com>
6064 S:      Maintained
6065 F:      Documentation/misc-devices/eeprom
6066 F:      drivers/misc/eeprom/eeprom.c
6067
6068 LEGO USB Tower driver
6069 M:      Juergen Stuber <starblue@users.sourceforge.net>
6070 L:      legousb-devel@lists.sourceforge.net
6071 W:      http://legousb.sourceforge.net/
6072 S:      Maintained
6073 F:      drivers/usb/misc/legousbtower.c
6074
6075 LG2160 MEDIA DRIVER
6076 M:      Michael Krufky <mkrufky@linuxtv.org>
6077 L:      linux-media@vger.kernel.org
6078 W:      http://linuxtv.org/
6079 W:      http://github.com/mkrufky
6080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6081 T:      git git://linuxtv.org/mkrufky/tuners.git
6082 S:      Maintained
6083 F:      drivers/media/dvb-frontends/lg2160.*
6084
6085 LGDT3305 MEDIA DRIVER
6086 M:      Michael Krufky <mkrufky@linuxtv.org>
6087 L:      linux-media@vger.kernel.org
6088 W:      http://linuxtv.org/
6089 W:      http://github.com/mkrufky
6090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6091 T:      git git://linuxtv.org/mkrufky/tuners.git
6092 S:      Maintained
6093 F:      drivers/media/dvb-frontends/lgdt3305.*
6094
6095 LGUEST
6096 M:      Rusty Russell <rusty@rustcorp.com.au>
6097 L:      lguest@lists.ozlabs.org
6098 W:      http://lguest.ozlabs.org/
6099 S:      Odd Fixes
6100 F:      arch/x86/include/asm/lguest*.h
6101 F:      arch/x86/lguest/
6102 F:      drivers/lguest/
6103 F:      include/linux/lguest*.h
6104 F:      tools/lguest/
6105
6106 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6107 M:      Tejun Heo <tj@kernel.org>
6108 L:      linux-ide@vger.kernel.org
6109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6110 S:      Maintained
6111 F:      drivers/ata/
6112 F:      include/linux/ata.h
6113 F:      include/linux/libata.h
6114
6115 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6116 M:      Viresh Kumar <vireshk@kernel.org>
6117 L:      linux-ide@vger.kernel.org
6118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6119 S:      Maintained
6120 F:      include/linux/pata_arasan_cf_data.h
6121 F:      drivers/ata/pata_arasan_cf.c
6122
6123 LIBATA PATA DRIVERS
6124 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6125 M:      Tejun Heo <tj@kernel.org>
6126 L:      linux-ide@vger.kernel.org
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6128 S:      Maintained
6129 F:      drivers/ata/pata_*.c
6130 F:      drivers/ata/ata_generic.c
6131
6132 LIBATA SATA AHCI PLATFORM devices support
6133 M:      Hans de Goede <hdegoede@redhat.com>
6134 M:      Tejun Heo <tj@kernel.org>
6135 L:      linux-ide@vger.kernel.org
6136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6137 S:      Maintained
6138 F:      drivers/ata/ahci_platform.c
6139 F:      drivers/ata/libahci_platform.c
6140 F:      include/linux/ahci_platform.h
6141
6142 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6143 M:      Mikael Pettersson <mikpelinux@gmail.com>
6144 L:      linux-ide@vger.kernel.org
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6146 S:      Maintained
6147 F:      drivers/ata/sata_promise.*
6148
6149 LIBLOCKDEP
6150 M:      Sasha Levin <sasha.levin@oracle.com>
6151 S:      Maintained
6152 F:      tools/lib/lockdep/
6153
6154 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6155 M:      Dan Williams <dan.j.williams@intel.com>
6156 L:      linux-nvdimm@lists.01.org
6157 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6158 S:      Supported
6159 F:      drivers/nvdimm/*
6160 F:      include/linux/nd.h
6161 F:      include/linux/libnvdimm.h
6162 F:      include/uapi/linux/ndctl.h
6163
6164 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6165 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6166 L:      linux-nvdimm@lists.01.org
6167 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6168 S:      Supported
6169 F:      drivers/nvdimm/blk.c
6170 F:      drivers/nvdimm/region_devs.c
6171 F:      drivers/acpi/nfit*
6172
6173 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6174 M:      Vishal Verma <vishal.l.verma@intel.com>
6175 L:      linux-nvdimm@lists.01.org
6176 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6177 S:      Supported
6178 F:      drivers/nvdimm/btt*
6179
6180 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6181 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6182 L:      linux-nvdimm@lists.01.org
6183 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6184 S:      Supported
6185 F:      drivers/nvdimm/pmem.c
6186 F:      include/linux/pmem.h
6187
6188 LINUX FOR IBM pSERIES (RS/6000)
6189 M:      Paul Mackerras <paulus@au.ibm.com>
6190 W:      http://www.ibm.com/linux/ltc/projects/ppc
6191 S:      Supported
6192 F:      arch/powerpc/boot/rs6000.h
6193
6194 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6195 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6196 M:      Paul Mackerras <paulus@samba.org>
6197 M:      Michael Ellerman <mpe@ellerman.id.au>
6198 W:      http://www.penguinppc.org/
6199 L:      linuxppc-dev@lists.ozlabs.org
6200 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6202 S:      Supported
6203 F:      Documentation/powerpc/
6204 F:      arch/powerpc/
6205
6206 LINUX FOR POWER MACINTOSH
6207 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6208 W:      http://www.penguinppc.org/
6209 L:      linuxppc-dev@lists.ozlabs.org
6210 S:      Maintained
6211 F:      arch/powerpc/platforms/powermac/
6212 F:      drivers/macintosh/
6213
6214 LINUX FOR POWERPC EMBEDDED MPC5XXX
6215 M:      Anatolij Gustschin <agust@denx.de>
6216 L:      linuxppc-dev@lists.ozlabs.org
6217 T:      git git://git.denx.de/linux-denx-agust.git
6218 S:      Maintained
6219 F:      arch/powerpc/platforms/512x/
6220 F:      arch/powerpc/platforms/52xx/
6221
6222 LINUX FOR POWERPC EMBEDDED PPC4XX
6223 M:      Alistair Popple <alistair@popple.id.au>
6224 M:      Matt Porter <mporter@kernel.crashing.org>
6225 W:      http://www.penguinppc.org/
6226 L:      linuxppc-dev@lists.ozlabs.org
6227 S:      Maintained
6228 F:      arch/powerpc/platforms/40x/
6229 F:      arch/powerpc/platforms/44x/
6230
6231 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6232 L:      linuxppc-dev@lists.ozlabs.org
6233 S:      Orphan
6234 F:      arch/powerpc/*/*virtex*
6235 F:      arch/powerpc/*/*/*virtex*
6236
6237 LINUX FOR POWERPC EMBEDDED PPC8XX
6238 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6239 W:      http://www.penguinppc.org/
6240 L:      linuxppc-dev@lists.ozlabs.org
6241 S:      Maintained
6242 F:      arch/powerpc/platforms/8xx/
6243
6244 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6245 M:      Scott Wood <scottwood@freescale.com>
6246 M:      Kumar Gala <galak@kernel.crashing.org>
6247 W:      http://www.penguinppc.org/
6248 L:      linuxppc-dev@lists.ozlabs.org
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6250 S:      Maintained
6251 F:      arch/powerpc/platforms/83xx/
6252 F:      arch/powerpc/platforms/85xx/
6253
6254 LINUX FOR POWERPC PA SEMI PWRFICIENT
6255 M:      Olof Johansson <olof@lixom.net>
6256 L:      linuxppc-dev@lists.ozlabs.org
6257 S:      Maintained
6258 F:      arch/powerpc/platforms/pasemi/
6259 F:      drivers/*/*pasemi*
6260 F:      drivers/*/*/*pasemi*
6261
6262 LINUX SECURITY MODULE (LSM) FRAMEWORK
6263 M:      Chris Wright <chrisw@sous-sol.org>
6264 L:      linux-security-module@vger.kernel.org
6265 S:      Supported
6266
6267 LIS3LV02D ACCELEROMETER DRIVER
6268 M:      Eric Piel <eric.piel@tremplin-utc.net>
6269 S:      Maintained
6270 F:      Documentation/misc-devices/lis3lv02d
6271 F:      drivers/misc/lis3lv02d/
6272 F:      drivers/platform/x86/hp_accel.c
6273
6274 LIVE PATCHING
6275 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6276 M:      Seth Jennings <sjenning@redhat.com>
6277 M:      Jiri Kosina <jikos@kernel.org>
6278 M:      Vojtech Pavlik <vojtech@suse.com>
6279 S:      Maintained
6280 F:      kernel/livepatch/
6281 F:      include/linux/livepatch.h
6282 F:      arch/x86/include/asm/livepatch.h
6283 F:      arch/x86/kernel/livepatch.c
6284 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6285 F:      samples/livepatch/
6286 L:      live-patching@vger.kernel.org
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6288
6289 LLC (802.2)
6290 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6291 S:      Maintained
6292 F:      include/linux/llc.h
6293 F:      include/uapi/linux/llc.h
6294 F:      include/net/llc*
6295 F:      net/llc/
6296
6297 LM73 HARDWARE MONITOR DRIVER
6298 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6299 L:      lm-sensors@lm-sensors.org
6300 S:      Maintained
6301 F:      drivers/hwmon/lm73.c
6302
6303 LM78 HARDWARE MONITOR DRIVER
6304 M:      Jean Delvare <jdelvare@suse.com>
6305 L:      lm-sensors@lm-sensors.org
6306 S:      Maintained
6307 F:      Documentation/hwmon/lm78
6308 F:      drivers/hwmon/lm78.c
6309
6310 LM83 HARDWARE MONITOR DRIVER
6311 M:      Jean Delvare <jdelvare@suse.com>
6312 L:      lm-sensors@lm-sensors.org
6313 S:      Maintained
6314 F:      Documentation/hwmon/lm83
6315 F:      drivers/hwmon/lm83.c
6316
6317 LM90 HARDWARE MONITOR DRIVER
6318 M:      Jean Delvare <jdelvare@suse.com>
6319 L:      lm-sensors@lm-sensors.org
6320 S:      Maintained
6321 F:      Documentation/hwmon/lm90
6322 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6323 F:      drivers/hwmon/lm90.c
6324
6325 LM95234 HARDWARE MONITOR DRIVER
6326 M:      Guenter Roeck <linux@roeck-us.net>
6327 L:      lm-sensors@lm-sensors.org
6328 S:      Maintained
6329 F:      Documentation/hwmon/lm95234
6330 F:      drivers/hwmon/lm95234.c
6331
6332 LME2510 MEDIA DRIVER
6333 M:      Malcolm Priestley <tvboxspy@gmail.com>
6334 L:      linux-media@vger.kernel.org
6335 W:      http://linuxtv.org/
6336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6337 S:      Maintained
6338 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6339
6340 LOCKDEP AND LOCKSTAT
6341 M:      Peter Zijlstra <peterz@infradead.org>
6342 M:      Ingo Molnar <mingo@redhat.com>
6343 L:      linux-kernel@vger.kernel.org
6344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6345 S:      Maintained
6346 F:      Documentation/locking/lockdep*.txt
6347 F:      Documentation/locking/lockstat.txt
6348 F:      include/linux/lockdep.h
6349 F:      kernel/locking/
6350
6351 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6352 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6353 L:      linux-ntfs-dev@lists.sourceforge.net
6354 W:      http://www.linux-ntfs.org/content/view/19/37/
6355 S:      Maintained
6356 F:      Documentation/ldm.txt
6357 F:      block/partitions/ldm.*
6358
6359 LogFS
6360 M:      Joern Engel <joern@logfs.org>
6361 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6362 L:      logfs@logfs.org
6363 W:      logfs.org
6364 S:      Maintained
6365 F:      fs/logfs/
6366
6367 LPC32XX MACHINE SUPPORT
6368 M:      Roland Stigge <stigge@antcom.de>
6369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6370 S:      Maintained
6371 F:      arch/arm/mach-lpc32xx/
6372
6373 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6374 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6375 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6376 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6377 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6378 L:      MPT-FusionLinux.pdl@avagotech.com
6379 L:      linux-scsi@vger.kernel.org
6380 W:      http://www.lsilogic.com/support
6381 S:      Supported
6382 F:      drivers/message/fusion/
6383 F:      drivers/scsi/mpt2sas/
6384 F:      drivers/scsi/mpt3sas/
6385
6386 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6387 M:      Matthew Wilcox <matthew@wil.cx>
6388 L:      linux-scsi@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/scsi/sym53c8xx_2/
6391
6392 LTC4261 HARDWARE MONITOR DRIVER
6393 M:      Guenter Roeck <linux@roeck-us.net>
6394 L:      lm-sensors@lm-sensors.org
6395 S:      Maintained
6396 F:      Documentation/hwmon/ltc4261
6397 F:      drivers/hwmon/ltc4261.c
6398
6399 LTP (Linux Test Project)
6400 M:      Mike Frysinger <vapier@gentoo.org>
6401 M:      Cyril Hrubis <chrubis@suse.cz>
6402 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6403 M:      Jan Stancek <jstancek@redhat.com>
6404 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6405 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6406 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6407 W:      http://linux-test-project.github.io/
6408 T:      git git://github.com/linux-test-project/ltp.git
6409 S:      Maintained
6410
6411 M32R ARCHITECTURE
6412 W:      http://www.linux-m32r.org/
6413 S:      Orphan
6414 F:      arch/m32r/
6415
6416 M68K ARCHITECTURE
6417 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6418 L:      linux-m68k@lists.linux-m68k.org
6419 W:      http://www.linux-m68k.org/
6420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6421 S:      Maintained
6422 F:      arch/m68k/
6423 F:      drivers/zorro/
6424
6425 M68K ON APPLE MACINTOSH
6426 M:      Joshua Thompson <funaho@jurai.org>
6427 W:      http://www.mac.linux-m68k.org/
6428 L:      linux-m68k@lists.linux-m68k.org
6429 S:      Maintained
6430 F:      arch/m68k/mac/
6431
6432 M68K ON HP9000/300
6433 M:      Philip Blundell <philb@gnu.org>
6434 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6435 S:      Maintained
6436 F:      arch/m68k/hp300/
6437
6438 M88DS3103 MEDIA DRIVER
6439 M:      Antti Palosaari <crope@iki.fi>
6440 L:      linux-media@vger.kernel.org
6441 W:      http://linuxtv.org/
6442 W:      http://palosaari.fi/linux/
6443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6444 T:      git git://linuxtv.org/anttip/media_tree.git
6445 S:      Maintained
6446 F:      drivers/media/dvb-frontends/m88ds3103*
6447
6448 M88RS2000 MEDIA DRIVER
6449 M:      Malcolm Priestley <tvboxspy@gmail.com>
6450 L:      linux-media@vger.kernel.org
6451 W:      http://linuxtv.org/
6452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6453 S:      Maintained
6454 F:      drivers/media/dvb-frontends/m88rs2000*
6455
6456 MA901 MASTERKIT USB FM RADIO DRIVER
6457 M:      Alexey Klimov <klimov.linux@gmail.com>
6458 L:      linux-media@vger.kernel.org
6459 T:      git git://linuxtv.org/media_tree.git
6460 S:      Maintained
6461 F:      drivers/media/radio/radio-ma901.c
6462
6463 MAC80211
6464 M:      Johannes Berg <johannes@sipsolutions.net>
6465 L:      linux-wireless@vger.kernel.org
6466 W:      http://wireless.kernel.org/
6467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6469 S:      Maintained
6470 F:      Documentation/networking/mac80211-injection.txt
6471 F:      include/net/mac80211.h
6472 F:      net/mac80211/
6473
6474 MACVLAN DRIVER
6475 M:      Patrick McHardy <kaber@trash.net>
6476 L:      netdev@vger.kernel.org
6477 S:      Maintained
6478 F:      drivers/net/macvlan.c
6479 F:      include/linux/if_macvlan.h
6480
6481 MAILBOX API
6482 M:      Jassi Brar <jassisinghbrar@gmail.com>
6483 L:      linux-kernel@vger.kernel.org
6484 S:      Maintained
6485 F:      drivers/mailbox/
6486 F:      include/linux/mailbox_client.h
6487 F:      include/linux/mailbox_controller.h
6488
6489 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6490 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6491 W:      http://www.kernel.org/doc/man-pages
6492 L:      linux-man@vger.kernel.org
6493 S:      Maintained
6494
6495 MARVELL ARMADA DRM SUPPORT
6496 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6497 S:      Maintained
6498 F:      drivers/gpu/drm/armada/
6499
6500 MARVELL 88E6352 DSA support
6501 M:      Guenter Roeck <linux@roeck-us.net>
6502 S:      Maintained
6503 F:      drivers/net/dsa/mv88e6352.c
6504
6505 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6506 M:      Mirko Lindner <mlindner@marvell.com>
6507 M:      Stephen Hemminger <stephen@networkplumber.org>
6508 L:      netdev@vger.kernel.org
6509 S:      Maintained
6510 F:      drivers/net/ethernet/marvell/sk*
6511
6512 MARVELL LIBERTAS WIRELESS DRIVER
6513 L:      libertas-dev@lists.infradead.org
6514 S:      Orphan
6515 F:      drivers/net/wireless/libertas/
6516
6517 MARVELL MV643XX ETHERNET DRIVER
6518 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6519 L:      netdev@vger.kernel.org
6520 S:      Maintained
6521 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6522 F:      include/linux/mv643xx.h
6523
6524 MARVELL MVNETA ETHERNET DRIVER
6525 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6526 L:      netdev@vger.kernel.org
6527 S:      Maintained
6528 F:      drivers/net/ethernet/marvell/mvneta.*
6529
6530 MARVELL MWIFIEX WIRELESS DRIVER
6531 M:      Amitkumar Karwar <akarwar@marvell.com>
6532 M:      Nishant Sarmukadam <nishants@marvell.com>
6533 L:      linux-wireless@vger.kernel.org
6534 S:      Maintained
6535 F:      drivers/net/wireless/mwifiex/
6536
6537 MARVELL MWL8K WIRELESS DRIVER
6538 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6539 L:      linux-wireless@vger.kernel.org
6540 S:      Odd Fixes
6541 F:      drivers/net/wireless/mwl8k.c
6542
6543 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6544 M:      Nicolas Pitre <nico@fluxnic.net>
6545 S:      Odd Fixes
6546 F:      drivers/mmc/host/mvsdio.*
6547
6548 MATROX FRAMEBUFFER DRIVER
6549 L:      linux-fbdev@vger.kernel.org
6550 S:      Orphan
6551 F:      drivers/video/fbdev/matrox/matroxfb_*
6552 F:      include/uapi/linux/matroxfb.h
6553
6554 MAX16065 HARDWARE MONITOR DRIVER
6555 M:      Guenter Roeck <linux@roeck-us.net>
6556 L:      lm-sensors@lm-sensors.org
6557 S:      Maintained
6558 F:      Documentation/hwmon/max16065
6559 F:      drivers/hwmon/max16065.c
6560
6561 MAX20751 HARDWARE MONITOR DRIVER
6562 M:      Guenter Roeck <linux@roeck-us.net>
6563 L:      lm-sensors@lm-sensors.org
6564 S:      Maintained
6565 F:      Documentation/hwmon/max20751
6566 F:      drivers/hwmon/max20751.c
6567
6568 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6569 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6570 L:      lm-sensors@lm-sensors.org
6571 S:      Maintained
6572 F:      Documentation/hwmon/max6650
6573 F:      drivers/hwmon/max6650.c
6574
6575 MAX6697 HARDWARE MONITOR DRIVER
6576 M:      Guenter Roeck <linux@roeck-us.net>
6577 L:      lm-sensors@lm-sensors.org
6578 S:      Maintained
6579 F:      Documentation/hwmon/max6697
6580 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6581 F:      drivers/hwmon/max6697.c
6582 F:      include/linux/platform_data/max6697.h
6583
6584 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6585 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6586 L:      linux-pm@vger.kernel.org
6587 S:      Supported
6588 F:      drivers/power/max14577_charger.c
6589 F:      drivers/power/max77693_charger.c
6590
6591 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6592 M:      Chanwoo Choi <cw00.choi@samsung.com>
6593 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6594 L:      linux-kernel@vger.kernel.org
6595 S:      Supported
6596 F:      drivers/*/max14577.c
6597 F:      drivers/*/max77686.c
6598 F:      drivers/*/max77693.c
6599 F:      drivers/extcon/extcon-max14577.c
6600 F:      drivers/extcon/extcon-max77693.c
6601 F:      drivers/rtc/rtc-max77686.c
6602 F:      drivers/clk/clk-max77686.c
6603 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6604 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6605 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6606 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6607 F:      include/linux/mfd/max14577*.h
6608 F:      include/linux/mfd/max77686*.h
6609 F:      include/linux/mfd/max77693*.h
6610
6611 MAXIRADIO FM RADIO RECEIVER DRIVER
6612 M:      Hans Verkuil <hverkuil@xs4all.nl>
6613 L:      linux-media@vger.kernel.org
6614 T:      git git://linuxtv.org/media_tree.git
6615 W:      http://linuxtv.org
6616 S:      Maintained
6617 F:      drivers/media/radio/radio-maxiradio*
6618
6619 MEDIA DRIVERS FOR RENESAS - VSP1
6620 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6621 L:      linux-media@vger.kernel.org
6622 L:      linux-sh@vger.kernel.org
6623 T:      git git://linuxtv.org/media_tree.git
6624 S:      Supported
6625 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6626 F:      drivers/media/platform/vsp1/
6627
6628 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6629 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6630 P:      LinuxTV.org Project
6631 L:      linux-media@vger.kernel.org
6632 W:      http://linuxtv.org
6633 Q:      http://patchwork.kernel.org/project/linux-media/list/
6634 T:      git git://linuxtv.org/media_tree.git
6635 S:      Maintained
6636 F:      Documentation/dvb/
6637 F:      Documentation/video4linux/
6638 F:      Documentation/DocBook/media/
6639 F:      drivers/media/
6640 F:      drivers/staging/media/
6641 F:      include/media/
6642 F:      include/uapi/linux/dvb/
6643 F:      include/uapi/linux/videodev2.h
6644 F:      include/uapi/linux/media.h
6645 F:      include/uapi/linux/v4l2-*
6646 F:      include/uapi/linux/meye.h
6647 F:      include/uapi/linux/ivtv*
6648 F:      include/uapi/linux/uvcvideo.h
6649
6650 MEDIATEK MT7601U WIRELESS LAN DRIVER
6651 M:      Jakub Kicinski <kubakici@wp.pl>
6652 L:      linux-wireless@vger.kernel.org
6653 S:      Maintained
6654 F:      drivers/net/wireless/mediatek/mt7601u/
6655
6656 MEGARAID SCSI/SAS DRIVERS
6657 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6658 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6659 M:      Uday Lingala <uday.lingala@avagotech.com>
6660 L:      megaraidlinux.pdl@avagotech.com
6661 L:      linux-scsi@vger.kernel.org
6662 W:      http://www.lsi.com
6663 S:      Maintained
6664 F:      Documentation/scsi/megaraid.txt
6665 F:      drivers/scsi/megaraid.*
6666 F:      drivers/scsi/megaraid/
6667
6668 MELLANOX ETHERNET DRIVER (mlx4_en)
6669 M:      Amir Vadai <amirv@mellanox.com>
6670 M:      Ido Shamay <idos@mellanox.com>
6671 L:      netdev@vger.kernel.org
6672 S:      Supported
6673 W:      http://www.mellanox.com
6674 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6675 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6676
6677 MELLANOX ETHERNET SWITCH DRIVERS
6678 M:      Jiri Pirko <jiri@mellanox.com>
6679 M:      Ido Schimmel <idosch@mellanox.com>
6680 L:      netdev@vger.kernel.org
6681 S:      Supported
6682 W:      http://www.mellanox.com
6683 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6684 F:      drivers/net/ethernet/mellanox/mlxsw/
6685
6686 MEMORY MANAGEMENT
6687 L:      linux-mm@kvack.org
6688 W:      http://www.linux-mm.org
6689 S:      Maintained
6690 F:      include/linux/mm.h
6691 F:      include/linux/gfp.h
6692 F:      include/linux/mmzone.h
6693 F:      include/linux/memory_hotplug.h
6694 F:      include/linux/vmalloc.h
6695 F:      mm/
6696
6697 MEMORY TECHNOLOGY DEVICES (MTD)
6698 M:      David Woodhouse <dwmw2@infradead.org>
6699 M:      Brian Norris <computersforpeace@gmail.com>
6700 L:      linux-mtd@lists.infradead.org
6701 W:      http://www.linux-mtd.infradead.org/
6702 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6703 T:      git git://git.infradead.org/linux-mtd.git
6704 T:      git git://git.infradead.org/l2-mtd.git
6705 S:      Maintained
6706 F:      drivers/mtd/
6707 F:      include/linux/mtd/
6708 F:      include/uapi/mtd/
6709
6710 MEN A21 WATCHDOG DRIVER
6711 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6712 L:      linux-watchdog@vger.kernel.org
6713 S:      Maintained
6714 F:      drivers/watchdog/mena21_wdt.c
6715
6716 MEN CHAMELEON BUS (mcb)
6717 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6718 S:      Maintained
6719 F:      drivers/mcb/
6720 F:      include/linux/mcb.h
6721 F:      Documentation/men-chameleon-bus.txt
6722
6723 MEN F21BMC (Board Management Controller)
6724 M:      Andreas Werner <andreas.werner@men.de>
6725 S:      Supported
6726 F:      drivers/mfd/menf21bmc.c
6727 F:      drivers/watchdog/menf21bmc_wdt.c
6728 F:      drivers/leds/leds-menf21bmc.c
6729 F:      drivers/hwmon/menf21bmc_hwmon.c
6730 F:      Documentation/hwmon/menf21bmc
6731
6732 METAG ARCHITECTURE
6733 M:      James Hogan <james.hogan@imgtec.com>
6734 L:      linux-metag@vger.kernel.org
6735 S:      Supported
6736 F:      arch/metag/
6737 F:      Documentation/metag/
6738 F:      Documentation/devicetree/bindings/metag/
6739 F:      drivers/clocksource/metag_generic.c
6740 F:      drivers/irqchip/irq-metag.c
6741 F:      drivers/irqchip/irq-metag-ext.c
6742 F:      drivers/tty/metag_da.c
6743
6744 MICROBLAZE ARCHITECTURE
6745 M:      Michal Simek <monstr@monstr.eu>
6746 W:      http://www.monstr.eu/fdt/
6747 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6748 S:      Supported
6749 F:      arch/microblaze/
6750
6751 MICROTEK X6 SCANNER
6752 M:      Oliver Neukum <oliver@neukum.org>
6753 S:      Maintained
6754 F:      drivers/usb/image/microtek.*
6755
6756 MIPS
6757 M:      Ralf Baechle <ralf@linux-mips.org>
6758 L:      linux-mips@linux-mips.org
6759 W:      http://www.linux-mips.org/
6760 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6761 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6762 S:      Supported
6763 F:      Documentation/mips/
6764 F:      arch/mips/
6765
6766 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6767 M:      Hans Verkuil <hverkuil@xs4all.nl>
6768 L:      linux-media@vger.kernel.org
6769 T:      git git://linuxtv.org/media_tree.git
6770 W:      http://linuxtv.org
6771 S:      Odd Fixes
6772 F:      drivers/media/radio/radio-miropcm20*
6773
6774 Mellanox MLX5 core VPI driver
6775 M:      Eli Cohen <eli@mellanox.com>
6776 L:      netdev@vger.kernel.org
6777 L:      linux-rdma@vger.kernel.org
6778 W:      http://www.mellanox.com
6779 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6780 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6781 T:      git git://openfabrics.org/~eli/connect-ib.git
6782 S:      Supported
6783 F:      drivers/net/ethernet/mellanox/mlx5/core/
6784 F:      include/linux/mlx5/
6785
6786 Mellanox MLX5 IB driver
6787 M:      Eli Cohen <eli@mellanox.com>
6788 L:      linux-rdma@vger.kernel.org
6789 W:      http://www.mellanox.com
6790 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6791 T:      git git://openfabrics.org/~eli/connect-ib.git
6792 S:      Supported
6793 F:      include/linux/mlx5/
6794 F:      drivers/infiniband/hw/mlx5/
6795
6796 MN88472 MEDIA DRIVER
6797 M:      Antti Palosaari <crope@iki.fi>
6798 L:      linux-media@vger.kernel.org
6799 W:      http://linuxtv.org/
6800 W:      http://palosaari.fi/linux/
6801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6802 T:      git git://linuxtv.org/anttip/media_tree.git
6803 S:      Maintained
6804 F:      drivers/staging/media/mn88472/
6805 F:      drivers/media/dvb-frontends/mn88472.h
6806
6807 MN88473 MEDIA DRIVER
6808 M:      Antti Palosaari <crope@iki.fi>
6809 L:      linux-media@vger.kernel.org
6810 W:      http://linuxtv.org/
6811 W:      http://palosaari.fi/linux/
6812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6813 T:      git git://linuxtv.org/anttip/media_tree.git
6814 S:      Maintained
6815 F:      drivers/staging/media/mn88473/
6816 F:      drivers/media/dvb-frontends/mn88473.h
6817
6818 MODULE SUPPORT
6819 M:      Rusty Russell <rusty@rustcorp.com.au>
6820 S:      Maintained
6821 F:      include/linux/module.h
6822 F:      kernel/module.c
6823
6824 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6825 W:      http://popies.net/meye/
6826 S:      Orphan
6827 F:      Documentation/video4linux/meye.txt
6828 F:      drivers/media/pci/meye/
6829 F:      include/uapi/linux/meye.h
6830
6831 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6832 M:      Jiri Slaby <jirislaby@gmail.com>
6833 S:      Maintained
6834 F:      Documentation/serial/moxa-smartio
6835 F:      drivers/tty/mxser.*
6836
6837 MR800 AVERMEDIA USB FM RADIO DRIVER
6838 M:      Alexey Klimov <klimov.linux@gmail.com>
6839 L:      linux-media@vger.kernel.org
6840 T:      git git://linuxtv.org/media_tree.git
6841 S:      Maintained
6842 F:      drivers/media/radio/radio-mr800.c
6843
6844 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6845 M:      Alan Ott <alan@signal11.us>
6846 L:      linux-wpan@vger.kernel.org
6847 S:      Maintained
6848 F:      drivers/net/ieee802154/mrf24j40.c
6849
6850 MSI LAPTOP SUPPORT
6851 M:      "Lee, Chun-Yi" <jlee@suse.com>
6852 L:      platform-driver-x86@vger.kernel.org
6853 S:      Maintained
6854 F:      drivers/platform/x86/msi-laptop.c
6855
6856 MSI WMI SUPPORT
6857 L:      platform-driver-x86@vger.kernel.org
6858 S:      Orphan
6859 F:      drivers/platform/x86/msi-wmi.c
6860
6861 MSI001 MEDIA DRIVER
6862 M:      Antti Palosaari <crope@iki.fi>
6863 L:      linux-media@vger.kernel.org
6864 W:      http://linuxtv.org/
6865 W:      http://palosaari.fi/linux/
6866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6867 T:      git git://linuxtv.org/anttip/media_tree.git
6868 S:      Maintained
6869 F:      drivers/media/tuners/msi001*
6870
6871 MSI2500 MEDIA DRIVER
6872 M:      Antti Palosaari <crope@iki.fi>
6873 L:      linux-media@vger.kernel.org
6874 W:      http://linuxtv.org/
6875 W:      http://palosaari.fi/linux/
6876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6877 T:      git git://linuxtv.org/anttip/media_tree.git
6878 S:      Maintained
6879 F:      drivers/media/usb/msi2500/
6880
6881 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6882 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6883 L:      linux-mtd@lists.infradead.org
6884 S:      Maintained
6885 F:      drivers/mtd/devices/docg3*
6886
6887 MT9M032 APTINA SENSOR DRIVER
6888 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6889 L:      linux-media@vger.kernel.org
6890 T:      git git://linuxtv.org/media_tree.git
6891 S:      Maintained
6892 F:      drivers/media/i2c/mt9m032.c
6893 F:      include/media/mt9m032.h
6894
6895 MT9P031 APTINA CAMERA SENSOR
6896 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6897 L:      linux-media@vger.kernel.org
6898 T:      git git://linuxtv.org/media_tree.git
6899 S:      Maintained
6900 F:      drivers/media/i2c/mt9p031.c
6901 F:      include/media/mt9p031.h
6902
6903 MT9T001 APTINA CAMERA SENSOR
6904 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6905 L:      linux-media@vger.kernel.org
6906 T:      git git://linuxtv.org/media_tree.git
6907 S:      Maintained
6908 F:      drivers/media/i2c/mt9t001.c
6909 F:      include/media/mt9t001.h
6910
6911 MT9V032 APTINA CAMERA SENSOR
6912 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6913 L:      linux-media@vger.kernel.org
6914 T:      git git://linuxtv.org/media_tree.git
6915 S:      Maintained
6916 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6917 F:      drivers/media/i2c/mt9v032.c
6918 F:      include/media/mt9v032.h
6919
6920 MULTIFUNCTION DEVICES (MFD)
6921 M:      Samuel Ortiz <sameo@linux.intel.com>
6922 M:      Lee Jones <lee.jones@linaro.org>
6923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6924 S:      Supported
6925 F:      drivers/mfd/
6926 F:      include/linux/mfd/
6927
6928 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6929 M:      Ulf Hansson <ulf.hansson@linaro.org>
6930 L:      linux-mmc@vger.kernel.org
6931 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6932 S:      Maintained
6933 F:      drivers/mmc/
6934 F:      include/linux/mmc/
6935 F:      include/uapi/linux/mmc/
6936
6937 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6938 S:      Orphan
6939 F:      drivers/mmc/host/mmc_spi.c
6940 F:      include/linux/spi/mmc_spi.h
6941
6942 MULTISOUND SOUND DRIVER
6943 M:      Andrew Veliath <andrewtv@usa.net>
6944 S:      Maintained
6945 F:      Documentation/sound/oss/MultiSound
6946 F:      sound/oss/msnd*
6947
6948 MULTITECH MULTIPORT CARD (ISICOM)
6949 S:      Orphan
6950 F:      drivers/tty/isicom.c
6951 F:      include/linux/isicom.h
6952
6953 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6954 M:      Felipe Balbi <balbi@ti.com>
6955 L:      linux-usb@vger.kernel.org
6956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6957 S:      Maintained
6958 F:      drivers/usb/musb/
6959
6960 MXL5007T MEDIA DRIVER
6961 M:      Michael Krufky <mkrufky@linuxtv.org>
6962 L:      linux-media@vger.kernel.org
6963 W:      http://linuxtv.org/
6964 W:      http://github.com/mkrufky
6965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6966 T:      git git://linuxtv.org/mkrufky/tuners.git
6967 S:      Maintained
6968 F:      drivers/media/tuners/mxl5007t.*
6969
6970 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6971 M:      Hyong-Youb Kim <hykim@myri.com>
6972 L:      netdev@vger.kernel.org
6973 W:      https://www.myricom.com/support/downloads/myri10ge.html
6974 S:      Supported
6975 F:      drivers/net/ethernet/myricom/myri10ge/
6976
6977 NATSEMI ETHERNET DRIVER (DP8381x)
6978 S:      Orphan
6979 F:      drivers/net/ethernet/natsemi/natsemi.c
6980
6981 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6982 M:      Daniel Mack <zonque@gmail.com>
6983 S:      Maintained
6984 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6985 W:      http://www.native-instruments.com
6986 F:      sound/usb/caiaq/
6987
6988 NCP FILESYSTEM
6989 M:      Petr Vandrovec <petr@vandrovec.name>
6990 S:      Odd Fixes
6991 F:      fs/ncpfs/
6992
6993 NCR 5380 SCSI DRIVERS
6994 M:      Finn Thain <fthain@telegraphics.com.au>
6995 M:      Michael Schmitz <schmitzmic@gmail.com>
6996 L:      linux-scsi@vger.kernel.org
6997 S:      Maintained
6998 F:      Documentation/scsi/g_NCR5380.txt
6999 F:      drivers/scsi/NCR5380.*
7000 F:      drivers/scsi/arm/cumana_1.c
7001 F:      drivers/scsi/arm/oak.c
7002 F:      drivers/scsi/atari_NCR5380.c
7003 F:      drivers/scsi/atari_scsi.*
7004 F:      drivers/scsi/dmx3191d.c
7005 F:      drivers/scsi/dtc.*
7006 F:      drivers/scsi/g_NCR5380.*
7007 F:      drivers/scsi/g_NCR5380_mmio.c
7008 F:      drivers/scsi/mac_scsi.*
7009 F:      drivers/scsi/pas16.*
7010 F:      drivers/scsi/sun3_scsi.*
7011 F:      drivers/scsi/sun3_scsi_vme.c
7012 F:      drivers/scsi/t128.*
7013
7014 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7015 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7016 L:      linux-scsi@vger.kernel.org
7017 S:      Maintained
7018 F:      drivers/scsi/NCR_D700.*
7019
7020 NCT6775 HARDWARE MONITOR DRIVER
7021 M:      Guenter Roeck <linux@roeck-us.net>
7022 L:      lm-sensors@lm-sensors.org
7023 S:      Maintained
7024 F:      Documentation/hwmon/nct6775
7025 F:      drivers/hwmon/nct6775.c
7026
7027 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7028 M:      Faisal Latif <faisal.latif@intel.com>
7029 L:      linux-rdma@vger.kernel.org
7030 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7031 S:      Supported
7032 F:      drivers/infiniband/hw/nes/
7033
7034 NETEM NETWORK EMULATOR
7035 M:      Stephen Hemminger <stephen@networkplumber.org>
7036 L:      netem@lists.linux-foundation.org
7037 S:      Maintained
7038 F:      net/sched/sch_netem.c
7039
7040 NETERION 10GbE DRIVERS (s2io/vxge)
7041 M:      Jon Mason <jdmason@kudzu.us>
7042 L:      netdev@vger.kernel.org
7043 S:      Supported
7044 F:      Documentation/networking/s2io.txt
7045 F:      Documentation/networking/vxge.txt
7046 F:      drivers/net/ethernet/neterion/
7047
7048 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7049 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7050 M:      Patrick McHardy <kaber@trash.net>
7051 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7052 L:      netfilter-devel@vger.kernel.org
7053 L:      coreteam@netfilter.org
7054 W:      http://www.netfilter.org/
7055 W:      http://www.iptables.org/
7056 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7059 S:      Supported
7060 F:      include/linux/netfilter*
7061 F:      include/linux/netfilter/
7062 F:      include/net/netfilter/
7063 F:      include/uapi/linux/netfilter*
7064 F:      include/uapi/linux/netfilter/
7065 F:      net/*/netfilter.c
7066 F:      net/*/netfilter/
7067 F:      net/netfilter/
7068 F:      net/bridge/br_netfilter*.c
7069
7070 NETLABEL
7071 M:      Paul Moore <paul@paul-moore.com>
7072 W:      http://netlabel.sf.net
7073 L:      netdev@vger.kernel.org
7074 S:      Maintained
7075 F:      Documentation/netlabel/
7076 F:      include/net/netlabel.h
7077 F:      net/netlabel/
7078
7079 NETROM NETWORK LAYER
7080 M:      Ralf Baechle <ralf@linux-mips.org>
7081 L:      linux-hams@vger.kernel.org
7082 W:      http://www.linux-ax25.org/
7083 S:      Maintained
7084 F:      include/net/netrom.h
7085 F:      include/uapi/linux/netrom.h
7086 F:      net/netrom/
7087
7088 NETWORK BLOCK DEVICE (NBD)
7089 M:      Markus Pargmann <mpa@pengutronix.de>
7090 S:      Maintained
7091 L:      nbd-general@lists.sourceforge.net
7092 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7093 F:      Documentation/blockdev/nbd.txt
7094 F:      drivers/block/nbd.c
7095 F:      include/uapi/linux/nbd.h
7096
7097 NETWORK DROP MONITOR
7098 M:      Neil Horman <nhorman@tuxdriver.com>
7099 L:      netdev@vger.kernel.org
7100 S:      Maintained
7101 W:      https://fedorahosted.org/dropwatch/
7102 F:      net/core/drop_monitor.c
7103
7104 NETWORKING [GENERAL]
7105 M:      "David S. Miller" <davem@davemloft.net>
7106 L:      netdev@vger.kernel.org
7107 W:      http://www.linuxfoundation.org/en/Net
7108 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7111 S:      Maintained
7112 F:      net/
7113 F:      include/net/
7114 F:      include/linux/in.h
7115 F:      include/linux/net.h
7116 F:      include/linux/netdevice.h
7117 F:      include/uapi/linux/in.h
7118 F:      include/uapi/linux/net.h
7119 F:      include/uapi/linux/netdevice.h
7120 F:      include/uapi/linux/net_namespace.h
7121 F:      tools/net/
7122 F:      tools/testing/selftests/net/
7123 F:      lib/random32.c
7124 F:      lib/test_bpf.c
7125
7126 NETWORKING [IPv4/IPv6]
7127 M:      "David S. Miller" <davem@davemloft.net>
7128 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7129 M:      James Morris <jmorris@namei.org>
7130 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7131 M:      Patrick McHardy <kaber@trash.net>
7132 L:      netdev@vger.kernel.org
7133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7134 S:      Maintained
7135 F:      net/ipv4/
7136 F:      net/ipv6/
7137 F:      include/net/ip*
7138 F:      arch/x86/net/*
7139
7140 NETWORKING [IPSEC]
7141 M:      Steffen Klassert <steffen.klassert@secunet.com>
7142 M:      Herbert Xu <herbert@gondor.apana.org.au>
7143 M:      "David S. Miller" <davem@davemloft.net>
7144 L:      netdev@vger.kernel.org
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7147 S:      Maintained
7148 F:      net/core/flow.c
7149 F:      net/xfrm/
7150 F:      net/key/
7151 F:      net/ipv4/xfrm*
7152 F:      net/ipv4/esp4.c
7153 F:      net/ipv4/ah4.c
7154 F:      net/ipv4/ipcomp.c
7155 F:      net/ipv4/ip_vti.c
7156 F:      net/ipv6/xfrm*
7157 F:      net/ipv6/esp6.c
7158 F:      net/ipv6/ah6.c
7159 F:      net/ipv6/ipcomp6.c
7160 F:      net/ipv6/ip6_vti.c
7161 F:      include/uapi/linux/xfrm.h
7162 F:      include/net/xfrm.h
7163
7164 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7165 M:      Paul Moore <paul@paul-moore.com>
7166 L:      netdev@vger.kernel.org
7167 S:      Maintained
7168
7169 NETWORKING [WIRELESS]
7170 L:      linux-wireless@vger.kernel.org
7171 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7172
7173 NETWORKING DRIVERS
7174 L:      netdev@vger.kernel.org
7175 W:      http://www.linuxfoundation.org/en/Net
7176 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7179 S:      Odd Fixes
7180 F:      drivers/net/
7181 F:      include/linux/if_*
7182 F:      include/linux/netdevice.h
7183 F:      include/linux/arcdevice.h
7184 F:      include/linux/etherdevice.h
7185 F:      include/linux/fcdevice.h
7186 F:      include/linux/fddidevice.h
7187 F:      include/linux/hippidevice.h
7188 F:      include/linux/inetdevice.h
7189 F:      include/uapi/linux/if_*
7190 F:      include/uapi/linux/netdevice.h
7191
7192 NETWORKING DRIVERS (WIRELESS)
7193 M:      Kalle Valo <kvalo@codeaurora.org>
7194 L:      linux-wireless@vger.kernel.org
7195 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7197 S:      Maintained
7198 F:      drivers/net/wireless/
7199
7200 NETXEN (1/10) GbE SUPPORT
7201 M:      Manish Chopra <manish.chopra@qlogic.com>
7202 M:      Sony Chacko <sony.chacko@qlogic.com>
7203 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7204 L:      netdev@vger.kernel.org
7205 W:      http://www.qlogic.com
7206 S:      Supported
7207 F:      drivers/net/ethernet/qlogic/netxen/
7208
7209 NFC SUBSYSTEM
7210 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7211 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7212 M:      Samuel Ortiz <sameo@linux.intel.com>
7213 L:      linux-wireless@vger.kernel.org
7214 L:      linux-nfc@lists.01.org (subscribers-only)
7215 S:      Supported
7216 F:      net/nfc/
7217 F:      include/net/nfc/
7218 F:      include/uapi/linux/nfc.h
7219 F:      drivers/nfc/
7220 F:      include/linux/platform_data/pn544.h
7221 F:      Documentation/devicetree/bindings/net/nfc/
7222
7223 NFS, SUNRPC, AND LOCKD CLIENTS
7224 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7225 M:      Anna Schumaker <anna.schumaker@netapp.com>
7226 L:      linux-nfs@vger.kernel.org
7227 W:      http://client.linux-nfs.org
7228 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7229 S:      Maintained
7230 F:      fs/lockd/
7231 F:      fs/nfs/
7232 F:      fs/nfs_common/
7233 F:      net/sunrpc/
7234 F:      include/linux/lockd/
7235 F:      include/linux/nfs*
7236 F:      include/linux/sunrpc/
7237 F:      include/uapi/linux/nfs*
7238 F:      include/uapi/linux/sunrpc/
7239
7240 NILFS2 FILESYSTEM
7241 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7242 L:      linux-nilfs@vger.kernel.org
7243 W:      http://nilfs.sourceforge.net/
7244 T:      git git://github.com/konis/nilfs2.git
7245 S:      Supported
7246 F:      Documentation/filesystems/nilfs2.txt
7247 F:      fs/nilfs2/
7248 F:      include/linux/nilfs2_fs.h
7249
7250 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7251 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7252 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7253 S:      Maintained
7254 F:      Documentation/scsi/NinjaSCSI.txt
7255 F:      drivers/scsi/pcmcia/nsp_*
7256
7257 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7258 M:      GOTO Masanori <gotom@debian.or.jp>
7259 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7260 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7261 S:      Maintained
7262 F:      Documentation/scsi/NinjaSCSI.txt
7263 F:      drivers/scsi/nsp32*
7264
7265 NIOS2 ARCHITECTURE
7266 M:      Ley Foon Tan <lftan@altera.com>
7267 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7268 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7269 S:      Maintained
7270 F:      arch/nios2/
7271
7272 NOKIA N900 POWER SUPPLY DRIVERS
7273 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7274 S:      Maintained
7275 F:      include/linux/power/bq2415x_charger.h
7276 F:      include/linux/power/bq27x00_battery.h
7277 F:      include/linux/power/isp1704_charger.h
7278 F:      drivers/power/bq2415x_charger.c
7279 F:      drivers/power/bq27x00_battery.c
7280 F:      drivers/power/isp1704_charger.c
7281 F:      drivers/power/rx51_battery.c
7282
7283 NTB DRIVER CORE
7284 M:      Jon Mason <jdmason@kudzu.us>
7285 M:      Dave Jiang <dave.jiang@intel.com>
7286 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7287 S:      Supported
7288 W:      https://github.com/jonmason/ntb/wiki
7289 T:      git git://github.com/jonmason/ntb.git
7290 F:      drivers/ntb/
7291 F:      drivers/net/ntb_netdev.c
7292 F:      include/linux/ntb.h
7293 F:      include/linux/ntb_transport.h
7294
7295 NTB INTEL DRIVER
7296 M:      Jon Mason <jdmason@kudzu.us>
7297 M:      Dave Jiang <dave.jiang@intel.com>
7298 S:      Supported
7299 W:      https://github.com/jonmason/ntb/wiki
7300 T:      git git://github.com/jonmason/ntb.git
7301 F:      drivers/ntb/hw/intel/
7302
7303 NTFS FILESYSTEM
7304 M:      Anton Altaparmakov <anton@tuxera.com>
7305 L:      linux-ntfs-dev@lists.sourceforge.net
7306 W:      http://www.tuxera.com/
7307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7308 S:      Supported
7309 F:      Documentation/filesystems/ntfs.txt
7310 F:      fs/ntfs/
7311
7312 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7313 M:      Antonino Daplas <adaplas@gmail.com>
7314 L:      linux-fbdev@vger.kernel.org
7315 S:      Maintained
7316 F:      drivers/video/fbdev/riva/
7317 F:      drivers/video/fbdev/nvidia/
7318
7319 NVM EXPRESS DRIVER
7320 M:      Matthew Wilcox <willy@linux.intel.com>
7321 L:      linux-nvme@lists.infradead.org
7322 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7323 S:      Supported
7324 F:      drivers/block/nvme*
7325 F:      include/linux/nvme.h
7326
7327 NVMEM FRAMEWORK
7328 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7329 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7330 S:      Maintained
7331 F:      drivers/nvmem/
7332 F:      Documentation/devicetree/bindings/nvmem/
7333 F:      include/linux/nvmem-consumer.h
7334 F:      include/linux/nvmem-provider.h
7335
7336 NXP-NCI NFC DRIVER
7337 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7338 R:      Charles Gorand <charles.gorand@effinnov.com>
7339 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7340 S:      Supported
7341 F:      drivers/nfc/nxp-nci
7342
7343 NXP TDA998X DRM DRIVER
7344 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7345 S:      Supported
7346 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7347 F:      include/drm/i2c/tda998x.h
7348
7349 NXP TFA9879 DRIVER
7350 M:      Peter Rosin <peda@axentia.se>
7351 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7352 S:      Maintained
7353 F:      sound/soc/codecs/tfa9879*
7354
7355 OMAP SUPPORT
7356 M:      Tony Lindgren <tony@atomide.com>
7357 L:      linux-omap@vger.kernel.org
7358 W:      http://www.muru.com/linux/omap/
7359 W:      http://linux.omap.com/
7360 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7362 S:      Maintained
7363 F:      arch/arm/*omap*/
7364 F:      arch/arm/configs/omap1_defconfig
7365 F:      arch/arm/configs/omap2plus_defconfig
7366 F:      drivers/i2c/busses/i2c-omap.c
7367 F:      drivers/irqchip/irq-omap-intc.c
7368 F:      drivers/mfd/*omap*.c
7369 F:      drivers/mfd/menelaus.c
7370 F:      drivers/mfd/palmas.c
7371 F:      drivers/mfd/tps65217.c
7372 F:      drivers/mfd/tps65218.c
7373 F:      drivers/mfd/tps65910.c
7374 F:      drivers/mfd/twl-core.[ch]
7375 F:      drivers/mfd/twl4030*.c
7376 F:      drivers/mfd/twl6030*.c
7377 F:      drivers/mfd/twl6040*.c
7378 F:      drivers/regulator/palmas-regulator*.c
7379 F:      drivers/regulator/pbias-regulator.c
7380 F:      drivers/regulator/tps65217-regulator.c
7381 F:      drivers/regulator/tps65218-regulator.c
7382 F:      drivers/regulator/tps65910-regulator.c
7383 F:      drivers/regulator/twl-regulator.c
7384 F:      include/linux/i2c-omap.h
7385
7386 OMAP DEVICE TREE SUPPORT
7387 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7388 M:      Tony Lindgren <tony@atomide.com>
7389 L:      linux-omap@vger.kernel.org
7390 L:      devicetree@vger.kernel.org
7391 S:      Maintained
7392 F:      arch/arm/boot/dts/*omap*
7393 F:      arch/arm/boot/dts/*am3*
7394 F:      arch/arm/boot/dts/*am4*
7395 F:      arch/arm/boot/dts/*am5*
7396 F:      arch/arm/boot/dts/*dra7*
7397
7398 OMAP CLOCK FRAMEWORK SUPPORT
7399 M:      Paul Walmsley <paul@pwsan.com>
7400 L:      linux-omap@vger.kernel.org
7401 S:      Maintained
7402 F:      arch/arm/*omap*/*clock*
7403
7404 OMAP POWER MANAGEMENT SUPPORT
7405 M:      Kevin Hilman <khilman@deeprootsystems.com>
7406 L:      linux-omap@vger.kernel.org
7407 S:      Maintained
7408 F:      arch/arm/*omap*/*pm*
7409 F:      drivers/cpufreq/omap-cpufreq.c
7410
7411 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7412 M:      Rajendra Nayak <rnayak@ti.com>
7413 M:      Paul Walmsley <paul@pwsan.com>
7414 L:      linux-omap@vger.kernel.org
7415 S:      Maintained
7416 F:      arch/arm/mach-omap2/prm*
7417
7418 OMAP AUDIO SUPPORT
7419 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7420 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7421 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7422 L:      linux-omap@vger.kernel.org
7423 S:      Maintained
7424 F:      sound/soc/omap/
7425
7426 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7427 M:      Roger Quadros <rogerq@ti.com>
7428 M:      Tony Lindgren <tony@atomide.com>
7429 L:      linux-omap@vger.kernel.org
7430 S:      Maintained
7431 F:      drivers/memory/omap-gpmc.c
7432 F:      arch/arm/mach-omap2/*gpmc*
7433
7434 OMAP FRAMEBUFFER SUPPORT
7435 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7436 L:      linux-fbdev@vger.kernel.org
7437 L:      linux-omap@vger.kernel.org
7438 S:      Maintained
7439 F:      drivers/video/fbdev/omap/
7440
7441 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7442 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7443 L:      linux-omap@vger.kernel.org
7444 L:      linux-fbdev@vger.kernel.org
7445 S:      Maintained
7446 F:      drivers/video/fbdev/omap2/
7447 F:      Documentation/arm/OMAP/DSS
7448
7449 OMAP HARDWARE SPINLOCK SUPPORT
7450 M:      Ohad Ben-Cohen <ohad@wizery.com>
7451 L:      linux-omap@vger.kernel.org
7452 S:      Maintained
7453 F:      drivers/hwspinlock/omap_hwspinlock.c
7454
7455 OMAP MMC SUPPORT
7456 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7457 L:      linux-omap@vger.kernel.org
7458 S:      Maintained
7459 F:      drivers/mmc/host/omap.c
7460
7461 OMAP HS MMC SUPPORT
7462 L:      linux-mmc@vger.kernel.org
7463 L:      linux-omap@vger.kernel.org
7464 S:      Orphan
7465 F:      drivers/mmc/host/omap_hsmmc.c
7466
7467 OMAP RANDOM NUMBER GENERATOR SUPPORT
7468 M:      Deepak Saxena <dsaxena@plexity.net>
7469 S:      Maintained
7470 F:      drivers/char/hw_random/omap-rng.c
7471
7472 OMAP HWMOD SUPPORT
7473 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7474 M:      Paul Walmsley <paul@pwsan.com>
7475 L:      linux-omap@vger.kernel.org
7476 S:      Maintained
7477 F:      arch/arm/mach-omap2/omap_hwmod.*
7478
7479 OMAP HWMOD DATA
7480 M:      Paul Walmsley <paul@pwsan.com>
7481 L:      linux-omap@vger.kernel.org
7482 S:      Maintained
7483 F:      arch/arm/mach-omap2/omap_hwmod*data*
7484
7485 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7486 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7487 L:      linux-omap@vger.kernel.org
7488 S:      Maintained
7489 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7490
7491 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7492 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7493 L:      linux-media@vger.kernel.org
7494 S:      Maintained
7495 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7496 F:      drivers/media/platform/omap3isp/
7497 F:      drivers/staging/media/omap4iss/
7498
7499 OMAP USB SUPPORT
7500 M:      Felipe Balbi <balbi@ti.com>
7501 L:      linux-usb@vger.kernel.org
7502 L:      linux-omap@vger.kernel.org
7503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7504 S:      Maintained
7505 F:      drivers/usb/*/*omap*
7506 F:      arch/arm/*omap*/usb*
7507
7508 OMAP GPIO DRIVER
7509 M:      Javier Martinez Canillas <javier@dowhile0.org>
7510 M:      Santosh Shilimkar <ssantosh@kernel.org>
7511 M:      Kevin Hilman <khilman@deeprootsystems.com>
7512 L:      linux-omap@vger.kernel.org
7513 S:      Maintained
7514 F:      drivers/gpio/gpio-omap.c
7515
7516 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7517 M:      Mark Jackson <mpfj@newflow.co.uk>
7518 L:      linux-omap@vger.kernel.org
7519 S:      Maintained
7520 F:      arch/arm/boot/dts/am335x-nano.dts
7521
7522 OMFS FILESYSTEM
7523 M:      Bob Copeland <me@bobcopeland.com>
7524 L:      linux-karma-devel@lists.sourceforge.net
7525 S:      Maintained
7526 F:      Documentation/filesystems/omfs.txt
7527 F:      fs/omfs/
7528
7529 OMNIKEY CARDMAN 4000 DRIVER
7530 M:      Harald Welte <laforge@gnumonks.org>
7531 S:      Maintained
7532 F:      drivers/char/pcmcia/cm4000_cs.c
7533 F:      include/linux/cm4000_cs.h
7534 F:      include/uapi/linux/cm4000_cs.h
7535
7536 OMNIKEY CARDMAN 4040 DRIVER
7537 M:      Harald Welte <laforge@gnumonks.org>
7538 S:      Maintained
7539 F:      drivers/char/pcmcia/cm4040_cs.*
7540
7541 OMNIVISION OV7670 SENSOR DRIVER
7542 M:      Jonathan Corbet <corbet@lwn.net>
7543 L:      linux-media@vger.kernel.org
7544 T:      git git://linuxtv.org/media_tree.git
7545 S:      Maintained
7546 F:      drivers/media/i2c/ov7670.c
7547
7548 ONENAND FLASH DRIVER
7549 M:      Kyungmin Park <kyungmin.park@samsung.com>
7550 L:      linux-mtd@lists.infradead.org
7551 S:      Maintained
7552 F:      drivers/mtd/onenand/
7553 F:      include/linux/mtd/onenand*.h
7554
7555 ONSTREAM SCSI TAPE DRIVER
7556 M:      Willem Riede <osst@riede.org>
7557 L:      osst-users@lists.sourceforge.net
7558 L:      linux-scsi@vger.kernel.org
7559 S:      Maintained
7560 F:      Documentation/scsi/osst.txt
7561 F:      drivers/scsi/osst.*
7562 F:      drivers/scsi/osst_*.h
7563 F:      drivers/scsi/st.h
7564
7565 OPENCORES I2C BUS DRIVER
7566 M:      Peter Korsgaard <jacmet@sunsite.dk>
7567 L:      linux-i2c@vger.kernel.org
7568 S:      Maintained
7569 F:      Documentation/i2c/busses/i2c-ocores
7570 F:      drivers/i2c/busses/i2c-ocores.c
7571
7572 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7573 M:      Rob Herring <robh+dt@kernel.org>
7574 M:      Frank Rowand <frowand.list@gmail.com>
7575 M:      Grant Likely <grant.likely@linaro.org>
7576 L:      devicetree@vger.kernel.org
7577 W:      http://www.devicetree.org/
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7579 S:      Maintained
7580 F:      drivers/of/
7581 F:      include/linux/of*.h
7582 F:      scripts/dtc/
7583
7584 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7585 M:      Rob Herring <robh+dt@kernel.org>
7586 M:      Pawel Moll <pawel.moll@arm.com>
7587 M:      Mark Rutland <mark.rutland@arm.com>
7588 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7589 M:      Kumar Gala <galak@codeaurora.org>
7590 L:      devicetree@vger.kernel.org
7591 S:      Maintained
7592 F:      Documentation/devicetree/
7593 F:      arch/*/boot/dts/
7594 F:      include/dt-bindings/
7595
7596 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7597 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7598 L:      devicetree@vger.kernel.org
7599 S:      Maintained
7600 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7601 F:      Documentation/devicetree/overlay-notes.txt
7602 F:      drivers/of/overlay.c
7603 F:      drivers/of/resolver.c
7604
7605 OPENRISC ARCHITECTURE
7606 M:      Jonas Bonn <jonas@southpole.se>
7607 W:      http://openrisc.net
7608 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7609 S:      Maintained
7610 T:      git git://openrisc.net/~jonas/linux
7611 F:      arch/openrisc/
7612
7613 OPENVSWITCH
7614 M:      Pravin Shelar <pshelar@nicira.com>
7615 L:      netdev@vger.kernel.org
7616 L:      dev@openvswitch.org
7617 W:      http://openvswitch.org
7618 S:      Maintained
7619 F:      net/openvswitch/
7620 F:      include/uapi/linux/openvswitch.h
7621
7622 OPL4 DRIVER
7623 M:      Clemens Ladisch <clemens@ladisch.de>
7624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7625 T:      git git://git.alsa-project.org/alsa-kernel.git
7626 S:      Maintained
7627 F:      sound/drivers/opl4/
7628
7629 OPROFILE
7630 M:      Robert Richter <rric@kernel.org>
7631 L:      oprofile-list@lists.sf.net
7632 S:      Maintained
7633 F:      arch/*/include/asm/oprofile*.h
7634 F:      arch/*/oprofile/
7635 F:      drivers/oprofile/
7636 F:      include/linux/oprofile.h
7637
7638 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7639 M:      Mark Fasheh <mfasheh@suse.com>
7640 M:      Joel Becker <jlbec@evilplan.org>
7641 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7642 W:      http://ocfs2.wiki.kernel.org
7643 S:      Supported
7644 F:      Documentation/filesystems/ocfs2.txt
7645 F:      Documentation/filesystems/dlmfs.txt
7646 F:      fs/ocfs2/
7647
7648 ORINOCO DRIVER
7649 L:      linux-wireless@vger.kernel.org
7650 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7651 W:      http://www.nongnu.org/orinoco/
7652 S:      Orphan
7653 F:      drivers/net/wireless/orinoco/
7654
7655 OSD LIBRARY and FILESYSTEM
7656 M:      Boaz Harrosh <ooo@electrozaur.com>
7657 M:      Benny Halevy <bhalevy@primarydata.com>
7658 L:      osd-dev@open-osd.org
7659 W:      http://open-osd.org
7660 T:      git git://git.open-osd.org/open-osd.git
7661 S:      Maintained
7662 F:      drivers/scsi/osd/
7663 F:      include/scsi/osd_*
7664 F:      fs/exofs/
7665
7666 OVERLAY FILESYSTEM
7667 M:      Miklos Szeredi <miklos@szeredi.hu>
7668 L:      linux-unionfs@vger.kernel.org
7669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7670 S:      Supported
7671 F:      fs/overlayfs/
7672 F:      Documentation/filesystems/overlayfs.txt
7673
7674 P54 WIRELESS DRIVER
7675 M:      Christian Lamparter <chunkeey@googlemail.com>
7676 L:      linux-wireless@vger.kernel.org
7677 W:      http://wireless.kernel.org/en/users/Drivers/p54
7678 S:      Maintained
7679 F:      drivers/net/wireless/p54/
7680
7681 PA SEMI ETHERNET DRIVER
7682 M:      Olof Johansson <olof@lixom.net>
7683 L:      netdev@vger.kernel.org
7684 S:      Maintained
7685 F:      drivers/net/ethernet/pasemi/*
7686
7687 PA SEMI SMBUS DRIVER
7688 M:      Olof Johansson <olof@lixom.net>
7689 L:      linux-i2c@vger.kernel.org
7690 S:      Maintained
7691 F:      drivers/i2c/busses/i2c-pasemi.c
7692
7693 PADATA PARALLEL EXECUTION MECHANISM
7694 M:      Steffen Klassert <steffen.klassert@secunet.com>
7695 L:      linux-crypto@vger.kernel.org
7696 S:      Maintained
7697 F:      kernel/padata.c
7698 F:      include/linux/padata.h
7699 F:      Documentation/padata.txt
7700
7701 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7702 M:      Harald Welte <laforge@gnumonks.org>
7703 L:      platform-driver-x86@vger.kernel.org
7704 S:      Maintained
7705 F:      drivers/platform/x86/panasonic-laptop.c
7706
7707 PANASONIC MN10300/AM33/AM34 PORT
7708 M:      David Howells <dhowells@redhat.com>
7709 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7710 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7711 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7712 S:      Maintained
7713 F:      Documentation/mn10300/
7714 F:      arch/mn10300/
7715
7716 PARALLEL PORT SUBSYSTEM
7717 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7718 M:      Sudip Mukherjee <sudip@vectorindia.org>
7719 L:      linux-parport@lists.infradead.org (subscribers-only)
7720 S:      Maintained
7721 F:      drivers/parport/
7722 F:      include/linux/parport*.h
7723 F:      drivers/char/ppdev.c
7724 F:      include/uapi/linux/ppdev.h
7725 F:      Documentation/parport*.txt
7726
7727 PARAVIRT_OPS INTERFACE
7728 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7729 M:      Chris Wright <chrisw@sous-sol.org>
7730 M:      Alok Kataria <akataria@vmware.com>
7731 M:      Rusty Russell <rusty@rustcorp.com.au>
7732 L:      virtualization@lists.linux-foundation.org
7733 S:      Supported
7734 F:      Documentation/virtual/paravirt_ops.txt
7735 F:      arch/*/kernel/paravirt*
7736 F:      arch/*/include/asm/paravirt.h
7737
7738 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7739 M:      Tim Waugh <tim@cyberelk.net>
7740 L:      linux-parport@lists.infradead.org (subscribers-only)
7741 S:      Maintained
7742 F:      Documentation/blockdev/paride.txt
7743 F:      drivers/block/paride/
7744
7745 PARISC ARCHITECTURE
7746 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7747 M:      Helge Deller <deller@gmx.de>
7748 L:      linux-parisc@vger.kernel.org
7749 W:      http://www.parisc-linux.org/
7750 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7753 S:      Maintained
7754 F:      arch/parisc/
7755 F:      Documentation/parisc/
7756 F:      drivers/parisc/
7757 F:      drivers/char/agp/parisc-agp.c
7758 F:      drivers/input/serio/gscps2.c
7759 F:      drivers/parport/parport_gsc.*
7760 F:      drivers/tty/serial/8250/8250_gsc.c
7761 F:      drivers/video/fbdev/sti*
7762 F:      drivers/video/console/sti*
7763 F:      drivers/video/logo/logo_parisc*
7764
7765 PC87360 HARDWARE MONITORING DRIVER
7766 M:      Jim Cromie <jim.cromie@gmail.com>
7767 L:      lm-sensors@lm-sensors.org
7768 S:      Maintained
7769 F:      Documentation/hwmon/pc87360
7770 F:      drivers/hwmon/pc87360.c
7771
7772 PC8736x GPIO DRIVER
7773 M:      Jim Cromie <jim.cromie@gmail.com>
7774 S:      Maintained
7775 F:      drivers/char/pc8736x_gpio.c
7776
7777 PC87427 HARDWARE MONITORING DRIVER
7778 M:      Jean Delvare <jdelvare@suse.com>
7779 L:      lm-sensors@lm-sensors.org
7780 S:      Maintained
7781 F:      Documentation/hwmon/pc87427
7782 F:      drivers/hwmon/pc87427.c
7783
7784 PCA9532 LED DRIVER
7785 M:      Riku Voipio <riku.voipio@iki.fi>
7786 S:      Maintained
7787 F:      drivers/leds/leds-pca9532.c
7788 F:      include/linux/leds-pca9532.h
7789
7790 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7791 M:      Guenter Roeck <linux@roeck-us.net>
7792 L:      linux-i2c@vger.kernel.org
7793 S:      Maintained
7794 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7795
7796 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7797 M:      Khalid Aziz <khalid@gonehiking.org>
7798 S:      Maintained
7799 F:      drivers/firmware/pcdp.*
7800
7801 PCI ERROR RECOVERY
7802 M:      Linas Vepstas <linasvepstas@gmail.com>
7803 L:      linux-pci@vger.kernel.org
7804 S:      Supported
7805 F:      Documentation/PCI/pci-error-recovery.txt
7806
7807 PCI SUBSYSTEM
7808 M:      Bjorn Helgaas <bhelgaas@google.com>
7809 L:      linux-pci@vger.kernel.org
7810 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7812 S:      Supported
7813 F:      Documentation/PCI/
7814 F:      drivers/pci/
7815 F:      include/linux/pci*
7816 F:      arch/x86/pci/
7817 F:      arch/x86/kernel/quirks.c
7818
7819 PCI DRIVER FOR ARM VERSATILE PLATFORM
7820 M:      Rob Herring <robh@kernel.org>
7821 L:      linux-pci@vger.kernel.org
7822 L:      linux-arm-kernel@lists.infradead.org
7823 S:      Maintained
7824 F:      Documentation/devicetree/bindings/pci/versatile.txt
7825 F:      drivers/pci/host/pci-versatile.c
7826
7827 PCI DRIVER FOR APPLIEDMICRO XGENE
7828 M:      Tanmay Inamdar <tinamdar@apm.com>
7829 L:      linux-pci@vger.kernel.org
7830 L:      linux-arm-kernel@lists.infradead.org
7831 S:      Maintained
7832 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7833 F:      drivers/pci/host/pci-xgene.c
7834
7835 PCI DRIVER FOR FREESCALE LAYERSCAPE
7836 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7837 M:      Mingkai Hu <mingkai.hu@freescale.com>
7838 M:      Roy Zang <tie-fei.zang@freescale.com>
7839 L:      linuxppc-dev@lists.ozlabs.org
7840 L:      linux-pci@vger.kernel.org
7841 L:      linux-arm-kernel@lists.infradead.org
7842 S:      Maintained
7843 F:      drivers/pci/host/*layerscape*
7844
7845 PCI DRIVER FOR IMX6
7846 M:      Richard Zhu <Richard.Zhu@freescale.com>
7847 M:      Lucas Stach <l.stach@pengutronix.de>
7848 L:      linux-pci@vger.kernel.org
7849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7850 S:      Maintained
7851 F:      drivers/pci/host/*imx6*
7852
7853 PCI DRIVER FOR TI KEYSTONE
7854 M:      Murali Karicheri <m-karicheri2@ti.com>
7855 L:      linux-pci@vger.kernel.org
7856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7857 S:      Maintained
7858 F:      drivers/pci/host/*keystone*
7859
7860 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7861 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7862 M:      Jason Cooper <jason@lakedaemon.net>
7863 L:      linux-pci@vger.kernel.org
7864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7865 S:      Maintained
7866 F:      drivers/pci/host/*mvebu*
7867
7868 PCI DRIVER FOR NVIDIA TEGRA
7869 M:      Thierry Reding <thierry.reding@gmail.com>
7870 L:      linux-tegra@vger.kernel.org
7871 L:      linux-pci@vger.kernel.org
7872 S:      Supported
7873 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7874 F:      drivers/pci/host/pci-tegra.c
7875
7876 PCI DRIVER FOR TI DRA7XX
7877 M:      Kishon Vijay Abraham I <kishon@ti.com>
7878 L:      linux-omap@vger.kernel.org
7879 L:      linux-pci@vger.kernel.org
7880 S:      Supported
7881 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7882 F:      drivers/pci/host/pci-dra7xx.c
7883
7884 PCI DRIVER FOR RENESAS R-CAR
7885 M:      Simon Horman <horms@verge.net.au>
7886 L:      linux-pci@vger.kernel.org
7887 L:      linux-sh@vger.kernel.org
7888 S:      Maintained
7889 F:      drivers/pci/host/*rcar*
7890
7891 PCI DRIVER FOR SAMSUNG EXYNOS
7892 M:      Jingoo Han <jingoohan1@gmail.com>
7893 L:      linux-pci@vger.kernel.org
7894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7895 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7896 S:      Maintained
7897 F:      drivers/pci/host/pci-exynos.c
7898
7899 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7900 M:      Jingoo Han <jingoohan1@gmail.com>
7901 M:      Pratyush Anand <pratyush.anand@gmail.com>
7902 L:      linux-pci@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/pci/host/*designware*
7905
7906 PCI DRIVER FOR GENERIC OF HOSTS
7907 M:      Will Deacon <will.deacon@arm.com>
7908 L:      linux-pci@vger.kernel.org
7909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7910 S:      Maintained
7911 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7912 F:      drivers/pci/host/pci-host-generic.c
7913
7914 PCIE DRIVER FOR ST SPEAR13XX
7915 M:      Pratyush Anand <pratyush.anand@gmail.com>
7916 L:      linux-pci@vger.kernel.org
7917 S:      Maintained
7918 F:      drivers/pci/host/*spear*
7919
7920 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7921 M:      Duc Dang <dhdang@apm.com>
7922 L:      linux-pci@vger.kernel.org
7923 L:      linux-arm-kernel@lists.infradead.org
7924 S:      Maintained
7925 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7926 F:      drivers/pci/host/pci-xgene-msi.c
7927
7928 PCMCIA SUBSYSTEM
7929 P:      Linux PCMCIA Team
7930 L:      linux-pcmcia@lists.infradead.org
7931 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7933 S:      Maintained
7934 F:      Documentation/pcmcia/
7935 F:      drivers/pcmcia/
7936 F:      include/pcmcia/
7937
7938 PCNET32 NETWORK DRIVER
7939 M:      Don Fry <pcnet32@frontier.com>
7940 L:      netdev@vger.kernel.org
7941 S:      Maintained
7942 F:      drivers/net/ethernet/amd/pcnet32.c
7943
7944 PCRYPT PARALLEL CRYPTO ENGINE
7945 M:      Steffen Klassert <steffen.klassert@secunet.com>
7946 L:      linux-crypto@vger.kernel.org
7947 S:      Maintained
7948 F:      crypto/pcrypt.c
7949 F:      include/crypto/pcrypt.h
7950
7951 PER-CPU MEMORY ALLOCATOR
7952 M:      Tejun Heo <tj@kernel.org>
7953 M:      Christoph Lameter <cl@linux-foundation.org>
7954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7955 S:      Maintained
7956 F:      include/linux/percpu*.h
7957 F:      mm/percpu*.c
7958 F:      arch/*/include/asm/percpu.h
7959
7960 PER-TASK DELAY ACCOUNTING
7961 M:      Balbir Singh <bsingharora@gmail.com>
7962 S:      Maintained
7963 F:      include/linux/delayacct.h
7964 F:      kernel/delayacct.c
7965
7966 PERFORMANCE EVENTS SUBSYSTEM
7967 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7968 M:      Ingo Molnar <mingo@redhat.com>
7969 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7970 L:      linux-kernel@vger.kernel.org
7971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7972 S:      Supported
7973 F:      kernel/events/*
7974 F:      include/linux/perf_event.h
7975 F:      include/uapi/linux/perf_event.h
7976 F:      arch/*/kernel/perf_event*.c
7977 F:      arch/*/kernel/*/perf_event*.c
7978 F:      arch/*/kernel/*/*/perf_event*.c
7979 F:      arch/*/include/asm/perf_event.h
7980 F:      arch/*/kernel/perf_callchain.c
7981 F:      tools/perf/
7982
7983 PERSONALITY HANDLING
7984 M:      Christoph Hellwig <hch@infradead.org>
7985 L:      linux-abi-devel@lists.sourceforge.net
7986 S:      Maintained
7987 F:      include/linux/personality.h
7988 F:      include/uapi/linux/personality.h
7989
7990 PHONET PROTOCOL
7991 M:      Remi Denis-Courmont <courmisch@gmail.com>
7992 S:      Supported
7993 F:      Documentation/networking/phonet.txt
7994 F:      include/linux/phonet.h
7995 F:      include/net/phonet/
7996 F:      include/uapi/linux/phonet.h
7997 F:      net/phonet/
7998
7999 PHRAM MTD DRIVER
8000 M:      Joern Engel <joern@lazybastard.org>
8001 L:      linux-mtd@lists.infradead.org
8002 S:      Maintained
8003 F:      drivers/mtd/devices/phram.c
8004
8005 PICOLCD HID DRIVER
8006 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8007 L:      linux-input@vger.kernel.org
8008 S:      Maintained
8009 F:      drivers/hid/hid-picolcd*
8010
8011 PICOXCELL SUPPORT
8012 M:      Jamie Iles <jamie@jamieiles.com>
8013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8014 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8015 S:      Supported
8016 F:      arch/arm/boot/dts/picoxcell*
8017 F:      arch/arm/mach-picoxcell/
8018 F:      drivers/crypto/picoxcell*
8019
8020 PIN CONTROL SUBSYSTEM
8021 M:      Linus Walleij <linus.walleij@linaro.org>
8022 L:      linux-gpio@vger.kernel.org
8023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8024 S:      Maintained
8025 F:      drivers/pinctrl/
8026 F:      include/linux/pinctrl/
8027
8028 PIN CONTROLLER - ATMEL AT91
8029 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8031 S:      Maintained
8032 F:      drivers/pinctrl/pinctrl-at91.*
8033
8034 PIN CONTROLLER - INTEL
8035 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8036 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8037 S:      Maintained
8038 F:      drivers/pinctrl/intel/
8039
8040 PIN CONTROLLER - RENESAS
8041 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8042 L:      linux-sh@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/pinctrl/sh-pfc/
8045
8046 PIN CONTROLLER - SAMSUNG
8047 M:      Tomasz Figa <tomasz.figa@gmail.com>
8048 M:      Thomas Abraham <thomas.abraham@linaro.org>
8049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8050 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8051 S:      Maintained
8052 F:      drivers/pinctrl/samsung/
8053
8054 PIN CONTROLLER - ST SPEAR
8055 M:      Viresh Kumar <vireshk@kernel.org>
8056 L:      spear-devel@list.st.com
8057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8058 W:      http://www.st.com/spear
8059 S:      Maintained
8060 F:      drivers/pinctrl/spear/
8061
8062 PKTCDVD DRIVER
8063 M:      Jiri Kosina <jikos@kernel.org>
8064 S:      Maintained
8065 F:      drivers/block/pktcdvd.c
8066 F:      include/linux/pktcdvd.h
8067 F:      include/uapi/linux/pktcdvd.h
8068
8069 PKUNITY SOC DRIVERS
8070 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8071 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8072 S:      Maintained
8073 T:      git git://github.com/gxt/linux.git
8074 F:      drivers/input/serio/i8042-unicore32io.h
8075 F:      drivers/i2c/busses/i2c-puv3.c
8076 F:      drivers/video/fbdev/fb-puv3.c
8077 F:      drivers/rtc/rtc-puv3.c
8078
8079 PMBUS HARDWARE MONITORING DRIVERS
8080 M:      Guenter Roeck <linux@roeck-us.net>
8081 L:      lm-sensors@lm-sensors.org
8082 W:      http://www.lm-sensors.org/
8083 W:      http://www.roeck-us.net/linux/drivers/
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8085 S:      Maintained
8086 F:      Documentation/hwmon/pmbus
8087 F:      drivers/hwmon/pmbus/
8088 F:      include/linux/i2c/pmbus.h
8089
8090 PMC SIERRA MaxRAID DRIVER
8091 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8092 L:      linux-scsi@vger.kernel.org
8093 W:      http://www.pmc-sierra.com/
8094 S:      Supported
8095 F:      drivers/scsi/pmcraid.*
8096
8097 PMC SIERRA PM8001 DRIVER
8098 M:      Jack Wang <jinpu.wang@profitbricks.com>
8099 M:      lindar_liu@usish.com
8100 L:      pmchba@pmcs.com
8101 L:      linux-scsi@vger.kernel.org
8102 S:      Supported
8103 F:      drivers/scsi/pm8001/
8104
8105 POSIX CLOCKS and TIMERS
8106 M:      Thomas Gleixner <tglx@linutronix.de>
8107 L:      linux-kernel@vger.kernel.org
8108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8109 S:      Maintained
8110 F:      fs/timerfd.c
8111 F:      include/linux/timer*
8112 F:      kernel/time/*timer*
8113
8114 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8115 M:      Sebastian Reichel <sre@kernel.org>
8116 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8117 M:      David Woodhouse <dwmw2@infradead.org>
8118 L:      linux-pm@vger.kernel.org
8119 T:      git git://git.infradead.org/battery-2.6.git
8120 S:      Maintained
8121 F:      include/linux/power_supply.h
8122 F:      drivers/power/
8123 X:      drivers/power/avs/
8124
8125 POWER STATE COORDINATION INTERFACE (PSCI)
8126 M:      Mark Rutland <mark.rutland@arm.com>
8127 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8128 L:      linux-arm-kernel@lists.infradead.org
8129 S:      Maintained
8130 F:      drivers/firmware/psci.c
8131 F:      include/linux/psci.h
8132 F:      include/uapi/linux/psci.h
8133
8134 PNP SUPPORT
8135 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8136 S:      Maintained
8137 F:      drivers/pnp/
8138
8139 PNXxxxx I2C DRIVER
8140 M:      Vitaly Wool <vitalywool@gmail.com>
8141 L:      linux-i2c@vger.kernel.org
8142 S:      Maintained
8143 F:      drivers/i2c/busses/i2c-pnx.c
8144
8145 PPP PROTOCOL DRIVERS AND COMPRESSORS
8146 M:      Paul Mackerras <paulus@samba.org>
8147 L:      linux-ppp@vger.kernel.org
8148 S:      Maintained
8149 F:      drivers/net/ppp/ppp_*
8150
8151 PPP OVER ATM (RFC 2364)
8152 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8153 S:      Maintained
8154 F:      net/atm/pppoatm.c
8155 F:      include/uapi/linux/atmppp.h
8156
8157 PPP OVER ETHERNET
8158 M:      Michal Ostrowski <mostrows@earthlink.net>
8159 S:      Maintained
8160 F:      drivers/net/ppp/pppoe.c
8161 F:      drivers/net/ppp/pppox.c
8162
8163 PPP OVER L2TP
8164 M:      James Chapman <jchapman@katalix.com>
8165 S:      Maintained
8166 F:      net/l2tp/l2tp_ppp.c
8167 F:      include/linux/if_pppol2tp.h
8168 F:      include/uapi/linux/if_pppol2tp.h
8169
8170 PPS SUPPORT
8171 M:      Rodolfo Giometti <giometti@enneenne.com>
8172 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8173 L:      linuxpps@ml.enneenne.com (subscribers-only)
8174 S:      Maintained
8175 F:      Documentation/pps/
8176 F:      drivers/pps/
8177 F:      include/linux/pps*.h
8178
8179 PPTP DRIVER
8180 M:      Dmitry Kozlov <xeb@mail.ru>
8181 L:      netdev@vger.kernel.org
8182 S:      Maintained
8183 F:      drivers/net/ppp/pptp.c
8184 W:      http://sourceforge.net/projects/accel-pptp
8185
8186 PREEMPTIBLE KERNEL
8187 M:      Robert Love <rml@tech9.net>
8188 L:      kpreempt-tech@lists.sourceforge.net
8189 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8190 S:      Supported
8191 F:      Documentation/preempt-locking.txt
8192 F:      include/linux/preempt.h
8193
8194 PRISM54 WIRELESS DRIVER
8195 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8196 L:      linux-wireless@vger.kernel.org
8197 W:      http://wireless.kernel.org/en/users/Drivers/p54
8198 S:      Obsolete
8199 F:      drivers/net/wireless/prism54/
8200
8201 PS3 NETWORK SUPPORT
8202 M:      Geoff Levand <geoff@infradead.org>
8203 L:      netdev@vger.kernel.org
8204 L:      linuxppc-dev@lists.ozlabs.org
8205 S:      Maintained
8206 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8207
8208 PS3 PLATFORM SUPPORT
8209 M:      Geoff Levand <geoff@infradead.org>
8210 L:      linuxppc-dev@lists.ozlabs.org
8211 S:      Maintained
8212 F:      arch/powerpc/boot/ps3*
8213 F:      arch/powerpc/include/asm/lv1call.h
8214 F:      arch/powerpc/include/asm/ps3*.h
8215 F:      arch/powerpc/platforms/ps3/
8216 F:      drivers/*/ps3*
8217 F:      drivers/ps3/
8218 F:      drivers/rtc/rtc-ps3.c
8219 F:      drivers/usb/host/*ps3.c
8220 F:      sound/ppc/snd_ps3*
8221
8222 PS3VRAM DRIVER
8223 M:      Jim Paris <jim@jtan.com>
8224 M:      Geoff Levand <geoff@infradead.org>
8225 L:      linuxppc-dev@lists.ozlabs.org
8226 S:      Maintained
8227 F:      drivers/block/ps3vram.c
8228
8229 PSTORE FILESYSTEM
8230 M:      Anton Vorontsov <anton@enomsg.org>
8231 M:      Colin Cross <ccross@android.com>
8232 M:      Kees Cook <keescook@chromium.org>
8233 M:      Tony Luck <tony.luck@intel.com>
8234 S:      Maintained
8235 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8236 F:      fs/pstore/
8237 F:      include/linux/pstore*
8238 F:      drivers/firmware/efi/efi-pstore.c
8239 F:      drivers/acpi/apei/erst.c
8240
8241 PTP HARDWARE CLOCK SUPPORT
8242 M:      Richard Cochran <richardcochran@gmail.com>
8243 L:      netdev@vger.kernel.org
8244 S:      Maintained
8245 W:      http://linuxptp.sourceforge.net/
8246 F:      Documentation/ABI/testing/sysfs-ptp
8247 F:      Documentation/ptp/*
8248 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8249 F:      drivers/net/phy/dp83640*
8250 F:      drivers/ptp/*
8251 F:      include/linux/ptp_cl*
8252
8253 PTRACE SUPPORT
8254 M:      Roland McGrath <roland@hack.frob.com>
8255 M:      Oleg Nesterov <oleg@redhat.com>
8256 S:      Maintained
8257 F:      include/asm-generic/syscall.h
8258 F:      include/linux/ptrace.h
8259 F:      include/linux/regset.h
8260 F:      include/linux/tracehook.h
8261 F:      include/uapi/linux/ptrace.h
8262 F:      kernel/ptrace.c
8263
8264 PVRUSB2 VIDEO4LINUX DRIVER
8265 M:      Mike Isely <isely@pobox.com>
8266 L:      pvrusb2@isely.net       (subscribers-only)
8267 L:      linux-media@vger.kernel.org
8268 W:      http://www.isely.net/pvrusb2/
8269 T:      git git://linuxtv.org/media_tree.git
8270 S:      Maintained
8271 F:      Documentation/video4linux/README.pvrusb2
8272 F:      drivers/media/usb/pvrusb2/
8273
8274 PWC WEBCAM DRIVER
8275 M:      Hans de Goede <hdegoede@redhat.com>
8276 L:      linux-media@vger.kernel.org
8277 T:      git git://linuxtv.org/media_tree.git
8278 S:      Maintained
8279 F:      drivers/media/usb/pwc/*
8280
8281 PWM FAN DRIVER
8282 M:      Kamil Debski <k.debski@samsung.com>
8283 L:      lm-sensors@lm-sensors.org
8284 S:      Supported
8285 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8286 F:      Documentation/hwmon/pwm-fan
8287 F:      drivers/hwmon/pwm-fan.c
8288
8289 PWM SUBSYSTEM
8290 M:      Thierry Reding <thierry.reding@gmail.com>
8291 L:      linux-pwm@vger.kernel.org
8292 S:      Maintained
8293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8294 F:      Documentation/pwm.txt
8295 F:      Documentation/devicetree/bindings/pwm/
8296 F:      include/linux/pwm.h
8297 F:      drivers/pwm/
8298 F:      drivers/video/backlight/pwm_bl.c
8299 F:      include/linux/pwm_backlight.h
8300
8301 PXA2xx/PXA3xx SUPPORT
8302 M:      Daniel Mack <daniel@zonque.org>
8303 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8304 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8306 T:      git git://github.com/hzhuang1/linux.git
8307 T:      git git://github.com/rjarzmik/linux.git
8308 S:      Maintained
8309 F:      arch/arm/mach-pxa/
8310 F:      drivers/dma/pxa*
8311 F:      drivers/pcmcia/pxa2xx*
8312 F:      drivers/spi/spi-pxa2xx*
8313 F:      drivers/usb/gadget/udc/pxa2*
8314 F:      include/sound/pxa2xx-lib.h
8315 F:      sound/arm/pxa*
8316 F:      sound/soc/pxa/
8317
8318 PXA3xx NAND FLASH DRIVER
8319 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8320 L:      linux-mtd@lists.infradead.org
8321 S:      Maintained
8322 F:      drivers/mtd/nand/pxa3xx_nand.c
8323
8324 MMP SUPPORT
8325 M:      Eric Miao <eric.y.miao@gmail.com>
8326 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8328 T:      git git://github.com/hzhuang1/linux.git
8329 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8330 S:      Maintained
8331 F:      arch/arm/mach-mmp/
8332
8333 PXA MMCI DRIVER
8334 S:      Orphan
8335
8336 PXA RTC DRIVER
8337 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8338 L:      rtc-linux@googlegroups.com
8339 S:      Maintained
8340
8341 QAT DRIVER
8342 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8343 L:      qat-linux@intel.com
8344 S:      Supported
8345 F:      drivers/crypto/qat/
8346
8347 QIB DRIVER
8348 M:      Mike Marciniszyn <infinipath@intel.com>
8349 L:      linux-rdma@vger.kernel.org
8350 S:      Supported
8351 F:      drivers/infiniband/hw/qib/
8352
8353 QLOGIC QLA1280 SCSI DRIVER
8354 M:      Michael Reed <mdr@sgi.com>
8355 L:      linux-scsi@vger.kernel.org
8356 S:      Maintained
8357 F:      drivers/scsi/qla1280.[ch]
8358
8359 QLOGIC QLA2XXX FC-SCSI DRIVER
8360 M:      qla2xxx-upstream@qlogic.com
8361 L:      linux-scsi@vger.kernel.org
8362 S:      Supported
8363 F:      Documentation/scsi/LICENSE.qla2xxx
8364 F:      drivers/scsi/qla2xxx/
8365
8366 QLOGIC QLA4XXX iSCSI DRIVER
8367 M:      QLogic-Storage-Upstream@qlogic.com
8368 L:      linux-scsi@vger.kernel.org
8369 S:      Supported
8370 F:      Documentation/scsi/LICENSE.qla4xxx
8371 F:      drivers/scsi/qla4xxx/
8372
8373 QLOGIC QLA3XXX NETWORK DRIVER
8374 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8375 M:      Ron Mercer <ron.mercer@qlogic.com>
8376 M:      linux-driver@qlogic.com
8377 L:      netdev@vger.kernel.org
8378 S:      Supported
8379 F:      Documentation/networking/LICENSE.qla3xxx
8380 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8381
8382 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8383 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8384 M:      Dept-GELinuxNICDev@qlogic.com
8385 L:      netdev@vger.kernel.org
8386 S:      Supported
8387 F:      drivers/net/ethernet/qlogic/qlcnic/
8388
8389 QLOGIC QLGE 10Gb ETHERNET DRIVER
8390 M:      Harish Patil <harish.patil@qlogic.com>
8391 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8392 M:      Dept-GELinuxNICDev@qlogic.com
8393 M:      linux-driver@qlogic.com
8394 L:      netdev@vger.kernel.org
8395 S:      Supported
8396 F:      drivers/net/ethernet/qlogic/qlge/
8397
8398 QNX4 FILESYSTEM
8399 M:      Anders Larsen <al@alarsen.net>
8400 W:      http://www.alarsen.net/linux/qnx4fs/
8401 S:      Maintained
8402 F:      fs/qnx4/
8403 F:      include/uapi/linux/qnx4_fs.h
8404 F:      include/uapi/linux/qnxtypes.h
8405
8406 QT1010 MEDIA DRIVER
8407 M:      Antti Palosaari <crope@iki.fi>
8408 L:      linux-media@vger.kernel.org
8409 W:      http://linuxtv.org/
8410 W:      http://palosaari.fi/linux/
8411 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8412 T:      git git://linuxtv.org/anttip/media_tree.git
8413 S:      Maintained
8414 F:      drivers/media/tuners/qt1010*
8415
8416 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8417 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8418 L:      linux-wireless@vger.kernel.org
8419 L:      ath9k-devel@lists.ath9k.org
8420 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8421 S:      Supported
8422 F:      drivers/net/wireless/ath/ath9k/
8423
8424 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8425 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8426 L:      ath10k@lists.infradead.org
8427 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8428 T:      git git://github.com/kvalo/ath.git
8429 S:      Supported
8430 F:      drivers/net/wireless/ath/ath10k/
8431
8432 QUALCOMM HEXAGON ARCHITECTURE
8433 M:      Richard Kuo <rkuo@codeaurora.org>
8434 L:      linux-hexagon@vger.kernel.org
8435 S:      Supported
8436 F:      arch/hexagon/
8437
8438 QUALCOMM WCN36XX WIRELESS DRIVER
8439 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8440 L:      wcn36xx@lists.infradead.org
8441 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8442 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8443 S:      Supported
8444 F:      drivers/net/wireless/ath/wcn36xx/
8445
8446 RADOS BLOCK DEVICE (RBD)
8447 M:      Ilya Dryomov <idryomov@gmail.com>
8448 M:      Sage Weil <sage@redhat.com>
8449 M:      Alex Elder <elder@kernel.org>
8450 L:      ceph-devel@vger.kernel.org
8451 W:      http://ceph.com/
8452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8453 T:      git git://github.com/ceph/ceph-client.git
8454 S:      Supported
8455 F:      Documentation/ABI/testing/sysfs-bus-rbd
8456 F:      drivers/block/rbd.c
8457 F:      drivers/block/rbd_types.h
8458
8459 RADEON FRAMEBUFFER DISPLAY DRIVER
8460 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8461 L:      linux-fbdev@vger.kernel.org
8462 S:      Maintained
8463 F:      drivers/video/fbdev/aty/radeon*
8464 F:      include/uapi/linux/radeonfb.h
8465
8466 RADIOSHARK RADIO DRIVER
8467 M:      Hans de Goede <hdegoede@redhat.com>
8468 L:      linux-media@vger.kernel.org
8469 T:      git git://linuxtv.org/media_tree.git
8470 S:      Maintained
8471 F:      drivers/media/radio/radio-shark.c
8472
8473 RADIOSHARK2 RADIO DRIVER
8474 M:      Hans de Goede <hdegoede@redhat.com>
8475 L:      linux-media@vger.kernel.org
8476 T:      git git://linuxtv.org/media_tree.git
8477 S:      Maintained
8478 F:      drivers/media/radio/radio-shark2.c
8479 F:      drivers/media/radio/radio-tea5777.c
8480
8481 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8482 M:      Paul Mackerras <paulus@samba.org>
8483 L:      linux-fbdev@vger.kernel.org
8484 S:      Maintained
8485 F:      drivers/video/fbdev/aty/aty128fb.c
8486
8487 RALINK RT2X00 WIRELESS LAN DRIVER
8488 P:      rt2x00 project
8489 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8490 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8491 L:      linux-wireless@vger.kernel.org
8492 S:      Maintained
8493 F:      drivers/net/wireless/rt2x00/
8494
8495 RAMDISK RAM BLOCK DEVICE DRIVER
8496 M:      Jens Axboe <axboe@kernel.dk>
8497 S:      Maintained
8498 F:      Documentation/blockdev/ramdisk.txt
8499 F:      drivers/block/brd.c
8500
8501 RANDOM NUMBER DRIVER
8502 M:      "Theodore Ts'o" <tytso@mit.edu>
8503 S:      Maintained
8504 F:      drivers/char/random.c
8505
8506 RAPIDIO SUBSYSTEM
8507 M:      Matt Porter <mporter@kernel.crashing.org>
8508 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8509 S:      Maintained
8510 F:      drivers/rapidio/
8511
8512 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8513 L:      linux-wireless@vger.kernel.org
8514 S:      Orphan
8515 F:      drivers/net/wireless/ray*
8516
8517 RCUTORTURE MODULE
8518 M:      Josh Triplett <josh@joshtriplett.org>
8519 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8520 L:      linux-kernel@vger.kernel.org
8521 S:      Supported
8522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8523 F:      Documentation/RCU/torture.txt
8524 F:      kernel/rcu/rcutorture.c
8525
8526 RCUTORTURE TEST FRAMEWORK
8527 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8528 M:      Josh Triplett <josh@joshtriplett.org>
8529 R:      Steven Rostedt <rostedt@goodmis.org>
8530 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8531 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8532 L:      linux-kernel@vger.kernel.org
8533 S:      Supported
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8535 F:      tools/testing/selftests/rcutorture
8536
8537 RDC R-321X SoC
8538 M:      Florian Fainelli <florian@openwrt.org>
8539 S:      Maintained
8540
8541 RDC R6040 FAST ETHERNET DRIVER
8542 M:      Florian Fainelli <florian@openwrt.org>
8543 L:      netdev@vger.kernel.org
8544 S:      Maintained
8545 F:      drivers/net/ethernet/rdc/r6040.c
8546
8547 RDS - RELIABLE DATAGRAM SOCKETS
8548 M:      Chien Yen <chien.yen@oracle.com>
8549 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8550 S:      Supported
8551 F:      net/rds/
8552
8553 READ-COPY UPDATE (RCU)
8554 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8555 M:      Josh Triplett <josh@joshtriplett.org>
8556 R:      Steven Rostedt <rostedt@goodmis.org>
8557 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8558 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8559 L:      linux-kernel@vger.kernel.org
8560 W:      http://www.rdrop.com/users/paulmck/RCU/
8561 S:      Supported
8562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8563 F:      Documentation/RCU/
8564 X:      Documentation/RCU/torture.txt
8565 F:      include/linux/rcu*
8566 X:      include/linux/srcu.h
8567 F:      kernel/rcu/
8568 X:      kernel/torture.c
8569
8570 REAL TIME CLOCK (RTC) SUBSYSTEM
8571 M:      Alessandro Zummo <a.zummo@towertech.it>
8572 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8573 L:      rtc-linux@googlegroups.com
8574 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8576 S:      Maintained
8577 F:      Documentation/rtc.txt
8578 F:      drivers/rtc/
8579 F:      include/linux/rtc.h
8580 F:      include/uapi/linux/rtc.h
8581
8582 REALTEK AUDIO CODECS
8583 M:      Bard Liao <bardliao@realtek.com>
8584 M:      Oder Chiou <oder_chiou@realtek.com>
8585 S:      Maintained
8586 F:      sound/soc/codecs/rt*
8587 F:      include/sound/rt*.h
8588
8589 REISERFS FILE SYSTEM
8590 L:      reiserfs-devel@vger.kernel.org
8591 S:      Supported
8592 F:      fs/reiserfs/
8593
8594 REGISTER MAP ABSTRACTION
8595 M:      Mark Brown <broonie@kernel.org>
8596 L:      linux-kernel@vger.kernel.org
8597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8598 S:      Supported
8599 F:      drivers/base/regmap/
8600 F:      include/linux/regmap.h
8601
8602 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8603 M:      Ohad Ben-Cohen <ohad@wizery.com>
8604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8605 S:      Maintained
8606 F:      drivers/remoteproc/
8607 F:      Documentation/remoteproc.txt
8608 F:      include/linux/remoteproc.h
8609
8610 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8611 M:      Ohad Ben-Cohen <ohad@wizery.com>
8612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8613 S:      Maintained
8614 F:      drivers/rpmsg/
8615 F:      Documentation/rpmsg.txt
8616 F:      include/linux/rpmsg.h
8617
8618 RESET CONTROLLER FRAMEWORK
8619 M:      Philipp Zabel <p.zabel@pengutronix.de>
8620 S:      Maintained
8621 F:      drivers/reset/
8622 F:      Documentation/devicetree/bindings/reset/
8623 F:      include/dt-bindings/reset/
8624 F:      include/linux/reset.h
8625 F:      include/linux/reset-controller.h
8626
8627 RFKILL
8628 M:      Johannes Berg <johannes@sipsolutions.net>
8629 L:      linux-wireless@vger.kernel.org
8630 W:      http://wireless.kernel.org/
8631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8633 S:      Maintained
8634 F:      Documentation/rfkill.txt
8635 F:      net/rfkill/
8636
8637 RHASHTABLE
8638 M:      Thomas Graf <tgraf@suug.ch>
8639 L:      netdev@vger.kernel.org
8640 S:      Maintained
8641 F:      lib/rhashtable.c
8642 F:      include/linux/rhashtable.h
8643
8644 RICOH SMARTMEDIA/XD DRIVER
8645 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8646 S:      Maintained
8647 F:      drivers/mtd/nand/r852.c
8648 F:      drivers/mtd/nand/r852.h
8649
8650 RICOH R5C592 MEMORYSTICK DRIVER
8651 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8652 S:      Maintained
8653 F:      drivers/memstick/host/r592.*
8654
8655 ROCCAT DRIVERS
8656 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8657 W:      http://sourceforge.net/projects/roccat/
8658 S:      Maintained
8659 F:      drivers/hid/hid-roccat*
8660 F:      include/linux/hid-roccat*
8661 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8662
8663 ROCKER DRIVER
8664 M:      Jiri Pirko <jiri@resnulli.us>
8665 M:      Scott Feldman <sfeldma@gmail.com>
8666 L:      netdev@vger.kernel.org
8667 S:      Supported
8668 F:      drivers/net/ethernet/rocker/
8669
8670 ROCKETPORT DRIVER
8671 P:      Comtrol Corp.
8672 W:      http://www.comtrol.com
8673 S:      Maintained
8674 F:      Documentation/serial/rocket.txt
8675 F:      drivers/tty/rocket*
8676
8677 ROCKETPORT EXPRESS/INFINITY DRIVER
8678 M:      Kevin Cernekee <cernekee@gmail.com>
8679 L:      linux-serial@vger.kernel.org
8680 S:      Odd Fixes
8681 F:      drivers/tty/serial/rp2.*
8682
8683 ROSE NETWORK LAYER
8684 M:      Ralf Baechle <ralf@linux-mips.org>
8685 L:      linux-hams@vger.kernel.org
8686 W:      http://www.linux-ax25.org/
8687 S:      Maintained
8688 F:      include/net/rose.h
8689 F:      include/uapi/linux/rose.h
8690 F:      net/rose/
8691
8692 RTL2830 MEDIA DRIVER
8693 M:      Antti Palosaari <crope@iki.fi>
8694 L:      linux-media@vger.kernel.org
8695 W:      http://linuxtv.org/
8696 W:      http://palosaari.fi/linux/
8697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8698 T:      git git://linuxtv.org/anttip/media_tree.git
8699 S:      Maintained
8700 F:      drivers/media/dvb-frontends/rtl2830*
8701
8702 RTL2832 MEDIA DRIVER
8703 M:      Antti Palosaari <crope@iki.fi>
8704 L:      linux-media@vger.kernel.org
8705 W:      http://linuxtv.org/
8706 W:      http://palosaari.fi/linux/
8707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8708 T:      git git://linuxtv.org/anttip/media_tree.git
8709 S:      Maintained
8710 F:      drivers/media/dvb-frontends/rtl2832*
8711
8712 RTL2832_SDR MEDIA DRIVER
8713 M:      Antti Palosaari <crope@iki.fi>
8714 L:      linux-media@vger.kernel.org
8715 W:      http://linuxtv.org/
8716 W:      http://palosaari.fi/linux/
8717 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8718 T:      git git://linuxtv.org/anttip/media_tree.git
8719 S:      Maintained
8720 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8721
8722 RTL8180 WIRELESS DRIVER
8723 L:      linux-wireless@vger.kernel.org
8724 W:      http://wireless.kernel.org/
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8726 S:      Orphan
8727 F:      drivers/net/wireless/rtl818x/rtl8180/
8728
8729 RTL8187 WIRELESS DRIVER
8730 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8731 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8732 M:      Larry Finger <Larry.Finger@lwfinger.net>
8733 L:      linux-wireless@vger.kernel.org
8734 W:      http://wireless.kernel.org/
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8736 S:      Maintained
8737 F:      drivers/net/wireless/rtl818x/rtl8187/
8738
8739 RTL8192CE WIRELESS DRIVER
8740 M:      Larry Finger <Larry.Finger@lwfinger.net>
8741 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8742 L:      linux-wireless@vger.kernel.org
8743 W:      http://wireless.kernel.org/
8744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8745 S:      Maintained
8746 F:      drivers/net/wireless/rtlwifi/
8747 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8748
8749 S3 SAVAGE FRAMEBUFFER DRIVER
8750 M:      Antonino Daplas <adaplas@gmail.com>
8751 L:      linux-fbdev@vger.kernel.org
8752 S:      Maintained
8753 F:      drivers/video/fbdev/savage/
8754
8755 S390
8756 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8757 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8758 L:      linux-s390@vger.kernel.org
8759 W:      http://www.ibm.com/developerworks/linux/linux390/
8760 S:      Supported
8761 F:      arch/s390/
8762 F:      drivers/s390/
8763 F:      Documentation/s390/
8764 F:      Documentation/DocBook/s390*
8765
8766 S390 COMMON I/O LAYER
8767 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8768 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8769 L:      linux-s390@vger.kernel.org
8770 W:      http://www.ibm.com/developerworks/linux/linux390/
8771 S:      Supported
8772 F:      drivers/s390/cio/
8773
8774 S390 DASD DRIVER
8775 M:      Stefan Weinhuber <wein@de.ibm.com>
8776 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8777 L:      linux-s390@vger.kernel.org
8778 W:      http://www.ibm.com/developerworks/linux/linux390/
8779 S:      Supported
8780 F:      drivers/s390/block/dasd*
8781 F:      block/partitions/ibm.c
8782
8783 S390 NETWORK DRIVERS
8784 M:      Ursula Braun <ursula.braun@de.ibm.com>
8785 L:      linux-s390@vger.kernel.org
8786 W:      http://www.ibm.com/developerworks/linux/linux390/
8787 S:      Supported
8788 F:      drivers/s390/net/
8789
8790 S390 PCI SUBSYSTEM
8791 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8792 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8793 L:      linux-s390@vger.kernel.org
8794 W:      http://www.ibm.com/developerworks/linux/linux390/
8795 S:      Supported
8796 F:      arch/s390/pci/
8797 F:      drivers/pci/hotplug/s390_pci_hpc.c
8798
8799 S390 ZCRYPT DRIVER
8800 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8801 L:      linux-s390@vger.kernel.org
8802 W:      http://www.ibm.com/developerworks/linux/linux390/
8803 S:      Supported
8804 F:      drivers/s390/crypto/
8805
8806 S390 ZFCP DRIVER
8807 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8808 L:      linux-s390@vger.kernel.org
8809 W:      http://www.ibm.com/developerworks/linux/linux390/
8810 S:      Supported
8811 F:      drivers/s390/scsi/zfcp_*
8812
8813 S390 IUCV NETWORK LAYER
8814 M:      Ursula Braun <ursula.braun@de.ibm.com>
8815 L:      linux-s390@vger.kernel.org
8816 W:      http://www.ibm.com/developerworks/linux/linux390/
8817 S:      Supported
8818 F:      drivers/s390/net/*iucv*
8819 F:      include/net/iucv/
8820 F:      net/iucv/
8821
8822 S3C24XX SD/MMC Driver
8823 M:      Ben Dooks <ben-linux@fluff.org>
8824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8825 S:      Supported
8826 F:      drivers/mmc/host/s3cmci.*
8827
8828 SAA6588 RDS RECEIVER DRIVER
8829 M:      Hans Verkuil <hverkuil@xs4all.nl>
8830 L:      linux-media@vger.kernel.org
8831 T:      git git://linuxtv.org/media_tree.git
8832 W:      http://linuxtv.org
8833 S:      Odd Fixes
8834 F:      drivers/media/i2c/saa6588*
8835
8836 SAA7134 VIDEO4LINUX DRIVER
8837 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8838 L:      linux-media@vger.kernel.org
8839 W:      http://linuxtv.org
8840 T:      git git://linuxtv.org/media_tree.git
8841 S:      Odd fixes
8842 F:      Documentation/video4linux/*.saa7134
8843 F:      drivers/media/pci/saa7134/
8844
8845 SAA7146 VIDEO4LINUX-2 DRIVER
8846 M:      Hans Verkuil <hverkuil@xs4all.nl>
8847 L:      linux-media@vger.kernel.org
8848 T:      git git://linuxtv.org/media_tree.git
8849 S:      Maintained
8850 F:      drivers/media/common/saa7146/
8851 F:      drivers/media/pci/saa7146/
8852 F:      include/media/saa7146*
8853
8854 SAMSUNG LAPTOP DRIVER
8855 M:      Corentin Chary <corentin.chary@gmail.com>
8856 L:      platform-driver-x86@vger.kernel.org
8857 S:      Maintained
8858 F:      drivers/platform/x86/samsung-laptop.c
8859
8860 SAMSUNG AUDIO (ASoC) DRIVERS
8861 M:      Sangbeom Kim <sbkim73@samsung.com>
8862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8863 S:      Supported
8864 F:      sound/soc/samsung/
8865
8866 SAMSUNG FRAMEBUFFER DRIVER
8867 M:      Jingoo Han <jingoohan1@gmail.com>
8868 L:      linux-fbdev@vger.kernel.org
8869 S:      Maintained
8870 F:      drivers/video/fbdev/s3c-fb.c
8871
8872 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8873 M:      Sangbeom Kim <sbkim73@samsung.com>
8874 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8875 L:      linux-kernel@vger.kernel.org
8876 L:      linux-samsung-soc@vger.kernel.org
8877 S:      Supported
8878 F:      drivers/mfd/sec*.c
8879 F:      drivers/regulator/s2m*.c
8880 F:      drivers/regulator/s5m*.c
8881 F:      drivers/clk/clk-s2mps11.c
8882 F:      drivers/rtc/rtc-s5m.c
8883 F:      include/linux/mfd/samsung/
8884 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8885 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8886
8887 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8888 M:      Kyungmin Park <kyungmin.park@samsung.com>
8889 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8890 L:      linux-media@vger.kernel.org
8891 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8892 S:      Supported
8893 F:      drivers/media/platform/exynos4-is/
8894
8895 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8896 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8897 L:      linux-media@vger.kernel.org
8898 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8899 S:      Maintained
8900 F:      drivers/media/platform/s3c-camif/
8901 F:      include/media/s3c_camif.h
8902
8903 SAMSUNG S5C73M3 CAMERA DRIVER
8904 M:      Kyungmin Park <kyungmin.park@samsung.com>
8905 M:      Andrzej Hajda <a.hajda@samsung.com>
8906 L:      linux-media@vger.kernel.org
8907 S:      Supported
8908 F:      drivers/media/i2c/s5c73m3/*
8909
8910 SAMSUNG S5K5BAF CAMERA DRIVER
8911 M:      Kyungmin Park <kyungmin.park@samsung.com>
8912 M:      Andrzej Hajda <a.hajda@samsung.com>
8913 L:      linux-media@vger.kernel.org
8914 S:      Supported
8915 F:      drivers/media/i2c/s5k5baf.c
8916
8917 SAMSUNG S3FWRN5 NFC DRIVER
8918 M:      Robert Baldyga <r.baldyga@samsung.com>
8919 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8920 S:      Supported
8921 F:      drivers/nfc/s3fwrn5
8922
8923 SAMSUNG SOC CLOCK DRIVERS
8924 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8925 M:      Tomasz Figa <tomasz.figa@gmail.com>
8926 S:      Supported
8927 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8928 F:      drivers/clk/samsung/
8929
8930 SAMSUNG SXGBE DRIVERS
8931 M:      Byungho An <bh74.an@samsung.com>
8932 M:      Girish K S <ks.giri@samsung.com>
8933 M:      Vipul Pandya <vipul.pandya@samsung.com>
8934 S:      Supported
8935 L:      netdev@vger.kernel.org
8936 F:      drivers/net/ethernet/samsung/sxgbe/
8937
8938 SAMSUNG THERMAL DRIVER
8939 M:      Lukasz Majewski <l.majewski@samsung.com>
8940 L:      linux-pm@vger.kernel.org
8941 L:      linux-samsung-soc@vger.kernel.org
8942 S:      Supported
8943 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8944 F:      drivers/thermal/samsung/
8945
8946 SAMSUNG USB2 PHY DRIVER
8947 M:      Kamil Debski <k.debski@samsung.com>
8948 L:      linux-kernel@vger.kernel.org
8949 S:      Supported
8950 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8951 F:      Documentation/phy/samsung-usb2.txt
8952 F:      drivers/phy/phy-exynos4210-usb2.c
8953 F:      drivers/phy/phy-exynos4x12-usb2.c
8954 F:      drivers/phy/phy-exynos5250-usb2.c
8955 F:      drivers/phy/phy-s5pv210-usb2.c
8956 F:      drivers/phy/phy-samsung-usb2.c
8957 F:      drivers/phy/phy-samsung-usb2.h
8958
8959 SERIAL DRIVERS
8960 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8961 L:      linux-serial@vger.kernel.org
8962 S:      Maintained
8963 F:      drivers/tty/serial/
8964
8965 SYNOPSYS DESIGNWARE DMAC DRIVER
8966 M:      Viresh Kumar <vireshk@kernel.org>
8967 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8968 S:      Maintained
8969 F:      include/linux/dma/dw.h
8970 F:      include/linux/platform_data/dma-dw.h
8971 F:      drivers/dma/dw/
8972
8973 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8974 M: Lars Persson <lars.persson@axis.com>
8975 L: netdev@vger.kernel.org
8976 S: Supported
8977 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8978 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8979
8980 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8981 M:      Seungwon Jeon <tgih.jun@samsung.com>
8982 M:      Jaehoon Chung <jh80.chung@samsung.com>
8983 L:      linux-mmc@vger.kernel.org
8984 S:      Maintained
8985 F:      include/linux/mmc/dw_mmc.h
8986 F:      drivers/mmc/host/dw_mmc*
8987
8988 THUNDERBOLT DRIVER
8989 M:      Andreas Noever <andreas.noever@gmail.com>
8990 S:      Maintained
8991 F:      drivers/thunderbolt/
8992
8993 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8994 M:      John Stultz <john.stultz@linaro.org>
8995 M:      Thomas Gleixner <tglx@linutronix.de>
8996 L:      linux-kernel@vger.kernel.org
8997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8998 S:      Supported
8999 F:      include/linux/clocksource.h
9000 F:      include/linux/time.h
9001 F:      include/linux/timex.h
9002 F:      include/uapi/linux/time.h
9003 F:      include/uapi/linux/timex.h
9004 F:      kernel/time/clocksource.c
9005 F:      kernel/time/time*.c
9006 F:      kernel/time/ntp.c
9007 F:      tools/testing/selftests/timers/
9008
9009 SC1200 WDT DRIVER
9010 M:      Zwane Mwaikambo <zwanem@gmail.com>
9011 S:      Maintained
9012 F:      drivers/watchdog/sc1200wdt.c
9013
9014 SCHEDULER
9015 M:      Ingo Molnar <mingo@redhat.com>
9016 M:      Peter Zijlstra <peterz@infradead.org>
9017 L:      linux-kernel@vger.kernel.org
9018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9019 S:      Maintained
9020 F:      kernel/sched/
9021 F:      include/linux/sched.h
9022 F:      include/uapi/linux/sched.h
9023 F:      include/linux/wait.h
9024
9025 SCORE ARCHITECTURE
9026 M:      Chen Liqin <liqin.linux@gmail.com>
9027 M:      Lennox Wu <lennox.wu@gmail.com>
9028 W:      http://www.sunplus.com
9029 S:      Supported
9030 F:      arch/score/
9031
9032 SCSI CDROM DRIVER
9033 M:      Jens Axboe <axboe@kernel.dk>
9034 L:      linux-scsi@vger.kernel.org
9035 W:      http://www.kernel.dk
9036 S:      Maintained
9037 F:      drivers/scsi/sr*
9038
9039 SCSI RDMA PROTOCOL (SRP) INITIATOR
9040 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9041 L:      linux-rdma@vger.kernel.org
9042 S:      Supported
9043 W:      http://www.openfabrics.org
9044 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9046 F:      drivers/infiniband/ulp/srp/
9047 F:      include/scsi/srp.h
9048
9049 SCSI SG DRIVER
9050 M:      Doug Gilbert <dgilbert@interlog.com>
9051 L:      linux-scsi@vger.kernel.org
9052 W:      http://sg.danny.cz/sg
9053 S:      Maintained
9054 F:      Documentation/scsi/scsi-generic.txt
9055 F:      drivers/scsi/sg.c
9056 F:      include/scsi/sg.h
9057
9058 SCSI SUBSYSTEM
9059 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9060 L:      linux-scsi@vger.kernel.org
9061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9062 S:      Maintained
9063 F:      drivers/scsi/
9064 F:      include/scsi/
9065
9066 SCSI TAPE DRIVER
9067 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9068 L:      linux-scsi@vger.kernel.org
9069 S:      Maintained
9070 F:      Documentation/scsi/st.txt
9071 F:      drivers/scsi/st.*
9072 F:      drivers/scsi/st_*.h
9073
9074 SCTP PROTOCOL
9075 M:      Vlad Yasevich <vyasevich@gmail.com>
9076 M:      Neil Horman <nhorman@tuxdriver.com>
9077 L:      linux-sctp@vger.kernel.org
9078 W:      http://lksctp.sourceforge.net
9079 S:      Maintained
9080 F:      Documentation/networking/sctp.txt
9081 F:      include/linux/sctp.h
9082 F:      include/uapi/linux/sctp.h
9083 F:      include/net/sctp/
9084 F:      net/sctp/
9085
9086 SCx200 CPU SUPPORT
9087 M:      Jim Cromie <jim.cromie@gmail.com>
9088 S:      Odd Fixes
9089 F:      Documentation/i2c/busses/scx200_acb
9090 F:      arch/x86/platform/scx200/
9091 F:      drivers/watchdog/scx200_wdt.c
9092 F:      drivers/i2c/busses/scx200*
9093 F:      drivers/mtd/maps/scx200_docflash.c
9094 F:      include/linux/scx200.h
9095
9096 SCx200 GPIO DRIVER
9097 M:      Jim Cromie <jim.cromie@gmail.com>
9098 S:      Maintained
9099 F:      drivers/char/scx200_gpio.c
9100 F:      include/linux/scx200_gpio.h
9101
9102 SCx200 HRT CLOCKSOURCE DRIVER
9103 M:      Jim Cromie <jim.cromie@gmail.com>
9104 S:      Maintained
9105 F:      drivers/clocksource/scx200_hrt.c
9106
9107 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9108 M:      Sascha Sommer <saschasommer@freenet.de>
9109 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9110 S:      Maintained
9111 F:      drivers/mmc/host/sdricoh_cs.c
9112
9113 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9114 L:      linux-mmc@vger.kernel.org
9115 S:      Orphan
9116 F:      drivers/mmc/host/sdhci.*
9117 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9118
9119 SECURE COMPUTING
9120 M:      Kees Cook <keescook@chromium.org>
9121 R:      Andy Lutomirski <luto@amacapital.net>
9122 R:      Will Drewry <wad@chromium.org>
9123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9124 S:      Supported
9125 F:      kernel/seccomp.c
9126 F:      include/uapi/linux/seccomp.h
9127 F:      include/linux/seccomp.h
9128 F:      tools/testing/selftests/seccomp/*
9129 K:      \bsecure_computing
9130 K:      \bTIF_SECCOMP\b
9131
9132 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9133 M:      Ben Dooks <ben-linux@fluff.org>
9134 M:      Jaehoon Chung <jh80.chung@samsung.com>
9135 L:      linux-mmc@vger.kernel.org
9136 S:      Maintained
9137 F:      drivers/mmc/host/sdhci-s3c*
9138
9139 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9140 M:      Viresh Kumar <vireshk@kernel.org>
9141 L:      spear-devel@list.st.com
9142 L:      linux-mmc@vger.kernel.org
9143 S:      Maintained
9144 F:      drivers/mmc/host/sdhci-spear.c
9145
9146 SECURITY SUBSYSTEM
9147 M:      James Morris <james.l.morris@oracle.com>
9148 M:      "Serge E. Hallyn" <serge@hallyn.com>
9149 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9151 W:      http://kernsec.org/
9152 S:      Supported
9153 F:      security/
9154
9155 SECURITY CONTACT
9156 M:      Security Officers <security@kernel.org>
9157 S:      Supported
9158
9159 SELINUX SECURITY MODULE
9160 M:      Paul Moore <paul@paul-moore.com>
9161 M:      Stephen Smalley <sds@tycho.nsa.gov>
9162 M:      Eric Paris <eparis@parisplace.org>
9163 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9164 W:      http://selinuxproject.org
9165 T:      git git://git.infradead.org/users/pcmoore/selinux
9166 S:      Supported
9167 F:      include/linux/selinux*
9168 F:      security/selinux/
9169 F:      scripts/selinux/
9170
9171 APPARMOR SECURITY MODULE
9172 M:      John Johansen <john.johansen@canonical.com>
9173 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9174 W:      apparmor.wiki.kernel.org
9175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9176 S:      Supported
9177 F:      security/apparmor/
9178
9179 SENSABLE PHANTOM
9180 M:      Jiri Slaby <jirislaby@gmail.com>
9181 S:      Maintained
9182 F:      drivers/misc/phantom.c
9183 F:      include/uapi/linux/phantom.h
9184
9185 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9186 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9187 M:      Minh Tran <minh.tran@avagotech.com>
9188 M:      John Soni Jose <sony.john-n@avagotech.com>
9189 L:      linux-scsi@vger.kernel.org
9190 W:      http://www.avagotech.com
9191 S:      Supported
9192 F:      drivers/scsi/be2iscsi/
9193
9194 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9195 M:      Sathya Perla <sathya.perla@avagotech.com>
9196 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9197 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9198 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9199 L:      netdev@vger.kernel.org
9200 W:      http://www.emulex.com
9201 S:      Supported
9202 F:      drivers/net/ethernet/emulex/benet/
9203
9204 EMULEX ONECONNECT ROCE DRIVER
9205 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9206 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9207 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9208 L:      linux-rdma@vger.kernel.org
9209 W:      http://www.emulex.com
9210 S:      Supported
9211 F:      drivers/infiniband/hw/ocrdma/
9212
9213 SFC NETWORK DRIVER
9214 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9215 M:      Shradha Shah <sshah@solarflare.com>
9216 L:      netdev@vger.kernel.org
9217 S:      Supported
9218 F:      drivers/net/ethernet/sfc/
9219
9220 SGI GRU DRIVER
9221 M:      Dimitri Sivanich <sivanich@sgi.com>
9222 S:      Maintained
9223 F:      drivers/misc/sgi-gru/
9224
9225 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9226 M:      Pat Gefre <pfg@sgi.com>
9227 L:      linux-ia64@vger.kernel.org
9228 S:      Supported
9229 F:      Documentation/ia64/serial.txt
9230 F:      drivers/tty/serial/ioc?_serial.c
9231 F:      include/linux/ioc?.h
9232
9233 SGI XP/XPC/XPNET DRIVER
9234 M:      Cliff Whickman <cpw@sgi.com>
9235 M:      Robin Holt <robinmholt@gmail.com>
9236 S:      Maintained
9237 F:      drivers/misc/sgi-xp/
9238
9239 SI2157 MEDIA DRIVER
9240 M:      Antti Palosaari <crope@iki.fi>
9241 L:      linux-media@vger.kernel.org
9242 W:      http://linuxtv.org/
9243 W:      http://palosaari.fi/linux/
9244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9245 T:      git git://linuxtv.org/anttip/media_tree.git
9246 S:      Maintained
9247 F:      drivers/media/tuners/si2157*
9248
9249 SI2168 MEDIA DRIVER
9250 M:      Antti Palosaari <crope@iki.fi>
9251 L:      linux-media@vger.kernel.org
9252 W:      http://linuxtv.org/
9253 W:      http://palosaari.fi/linux/
9254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9255 T:      git git://linuxtv.org/anttip/media_tree.git
9256 S:      Maintained
9257 F:      drivers/media/dvb-frontends/si2168*
9258
9259 SI470X FM RADIO RECEIVER I2C DRIVER
9260 M:      Hans Verkuil <hverkuil@xs4all.nl>
9261 L:      linux-media@vger.kernel.org
9262 T:      git git://linuxtv.org/media_tree.git
9263 W:      http://linuxtv.org
9264 S:      Odd Fixes
9265 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9266
9267 SI470X FM RADIO RECEIVER USB DRIVER
9268 M:      Hans Verkuil <hverkuil@xs4all.nl>
9269 L:      linux-media@vger.kernel.org
9270 T:      git git://linuxtv.org/media_tree.git
9271 W:      http://linuxtv.org
9272 S:      Maintained
9273 F:      drivers/media/radio/si470x/radio-si470x-common.c
9274 F:      drivers/media/radio/si470x/radio-si470x.h
9275 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9276
9277 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9278 M:      Eduardo Valentin <edubezval@gmail.com>
9279 L:      linux-media@vger.kernel.org
9280 T:      git git://linuxtv.org/media_tree.git
9281 W:      http://linuxtv.org
9282 S:      Odd Fixes
9283 F:      drivers/media/radio/si4713/si4713.?
9284
9285 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9286 M:      Eduardo Valentin <edubezval@gmail.com>
9287 L:      linux-media@vger.kernel.org
9288 T:      git git://linuxtv.org/media_tree.git
9289 W:      http://linuxtv.org
9290 S:      Odd Fixes
9291 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9292
9293 SI4713 FM RADIO TRANSMITTER USB DRIVER
9294 M:      Hans Verkuil <hverkuil@xs4all.nl>
9295 L:      linux-media@vger.kernel.org
9296 T:      git git://linuxtv.org/media_tree.git
9297 W:      http://linuxtv.org
9298 S:      Maintained
9299 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9300
9301 SIANO DVB DRIVER
9302 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9303 L:      linux-media@vger.kernel.org
9304 W:      http://linuxtv.org
9305 T:      git git://linuxtv.org/media_tree.git
9306 S:      Odd fixes
9307 F:      drivers/media/common/siano/
9308 F:      drivers/media/usb/siano/
9309 F:      drivers/media/usb/siano/
9310 F:      drivers/media/mmc/siano/
9311
9312 SIMPLEFB FB DRIVER
9313 M:      Hans de Goede <hdegoede@redhat.com>
9314 L:      linux-fbdev@vger.kernel.org
9315 S:      Maintained
9316 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9317 F:      drivers/video/fbdev/simplefb.c
9318 F:      include/linux/platform_data/simplefb.h
9319
9320 SH_VEU V4L2 MEM2MEM DRIVER
9321 L:      linux-media@vger.kernel.org
9322 S:      Orphan
9323 F:      drivers/media/platform/sh_veu.c
9324
9325 SH_VOU V4L2 OUTPUT DRIVER
9326 L:      linux-media@vger.kernel.org
9327 S:      Orphan
9328 F:      drivers/media/platform/sh_vou.c
9329 F:      include/media/sh_vou.h
9330
9331 SIMPLE FIRMWARE INTERFACE (SFI)
9332 M:      Len Brown <lenb@kernel.org>
9333 L:      sfi-devel@simplefirmware.org
9334 W:      http://simplefirmware.org/
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9336 S:      Supported
9337 F:      arch/x86/platform/sfi/
9338 F:      drivers/sfi/
9339 F:      include/linux/sfi*.h
9340
9341 SIMTEC EB110ATX (Chalice CATS)
9342 P:      Ben Dooks
9343 P:      Vincent Sanders <vince@simtec.co.uk>
9344 M:      Simtec Linux Team <linux@simtec.co.uk>
9345 W:      http://www.simtec.co.uk/products/EB110ATX/
9346 S:      Supported
9347
9348 SIMTEC EB2410ITX (BAST)
9349 P:      Ben Dooks
9350 P:      Vincent Sanders <vince@simtec.co.uk>
9351 M:      Simtec Linux Team <linux@simtec.co.uk>
9352 W:      http://www.simtec.co.uk/products/EB2410ITX/
9353 S:      Supported
9354 F:      arch/arm/mach-s3c24xx/mach-bast.c
9355 F:      arch/arm/mach-s3c24xx/bast-ide.c
9356 F:      arch/arm/mach-s3c24xx/bast-irq.c
9357
9358 TI DAVINCI MACHINE SUPPORT
9359 M:      Sekhar Nori <nsekhar@ti.com>
9360 M:      Kevin Hilman <khilman@deeprootsystems.com>
9361 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9362 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9363 S:      Supported
9364 F:      arch/arm/mach-davinci/
9365 F:      drivers/i2c/busses/i2c-davinci.c
9366
9367 TI DAVINCI SERIES MEDIA DRIVER
9368 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9369 L:      linux-media@vger.kernel.org
9370 W:      http://linuxtv.org/
9371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9372 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9373 S:      Maintained
9374 F:      drivers/media/platform/davinci/
9375 F:      include/media/davinci/
9376
9377 TI AM437X VPFE DRIVER
9378 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9379 L:      linux-media@vger.kernel.org
9380 W:      http://linuxtv.org/
9381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9382 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9383 S:      Maintained
9384 F:      drivers/media/platform/am437x/
9385
9386 OV2659 OMNIVISION SENSOR DRIVER
9387 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9388 L:      linux-media@vger.kernel.org
9389 W:      http://linuxtv.org/
9390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9391 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9392 S:      Maintained
9393 F:      drivers/media/i2c/ov2659.c
9394 F:      include/media/ov2659.h
9395
9396 SILICON MOTION SM712 FRAME BUFFER DRIVER
9397 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9398 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9399 M:      Sudip Mukherjee <sudip@vectorindia.org>
9400 L:      linux-fbdev@vger.kernel.org
9401 S:      Maintained
9402 F:      drivers/video/fbdev/sm712*
9403 F:      Documentation/fb/sm712fb.txt
9404
9405 SIS 190 ETHERNET DRIVER
9406 M:      Francois Romieu <romieu@fr.zoreil.com>
9407 L:      netdev@vger.kernel.org
9408 S:      Maintained
9409 F:      drivers/net/ethernet/sis/sis190.c
9410
9411 SIS 900/7016 FAST ETHERNET DRIVER
9412 M:      Daniele Venzano <venza@brownhat.org>
9413 W:      http://www.brownhat.org/sis900.html
9414 L:      netdev@vger.kernel.org
9415 S:      Maintained
9416 F:      drivers/net/ethernet/sis/sis900.*
9417
9418 SIS FRAMEBUFFER DRIVER
9419 M:      Thomas Winischhofer <thomas@winischhofer.net>
9420 W:      http://www.winischhofer.net/linuxsisvga.shtml
9421 S:      Maintained
9422 F:      Documentation/fb/sisfb.txt
9423 F:      drivers/video/fbdev/sis/
9424 F:      include/video/sisfb.h
9425
9426 SIS USB2VGA DRIVER
9427 M:      Thomas Winischhofer <thomas@winischhofer.net>
9428 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9429 S:      Maintained
9430 F:      drivers/usb/misc/sisusbvga/
9431
9432 SLAB ALLOCATOR
9433 M:      Christoph Lameter <cl@linux.com>
9434 M:      Pekka Enberg <penberg@kernel.org>
9435 M:      David Rientjes <rientjes@google.com>
9436 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9437 M:      Andrew Morton <akpm@linux-foundation.org>
9438 L:      linux-mm@kvack.org
9439 S:      Maintained
9440 F:      include/linux/sl?b*.h
9441 F:      mm/sl?b*
9442
9443 SLEEPABLE READ-COPY UPDATE (SRCU)
9444 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9445 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9446 M:      Josh Triplett <josh@joshtriplett.org>
9447 R:      Steven Rostedt <rostedt@goodmis.org>
9448 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9449 L:      linux-kernel@vger.kernel.org
9450 W:      http://www.rdrop.com/users/paulmck/RCU/
9451 S:      Supported
9452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9453 F:      include/linux/srcu.h
9454 F:      kernel/rcu/srcu.c
9455
9456 SMACK SECURITY MODULE
9457 M:      Casey Schaufler <casey@schaufler-ca.com>
9458 L:      linux-security-module@vger.kernel.org
9459 W:      http://schaufler-ca.com
9460 T:      git git://git.gitorious.org/smack-next/kernel.git
9461 S:      Maintained
9462 F:      Documentation/security/Smack.txt
9463 F:      security/smack/
9464
9465 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9466 M:      Kevin Hilman <khilman@kernel.org>
9467 M:      Nishanth Menon <nm@ti.com>
9468 S:      Maintained
9469 F:      drivers/power/avs/
9470 F:      include/linux/power/smartreflex.h
9471 L:      linux-pm@vger.kernel.org
9472
9473 SMC91x ETHERNET DRIVER
9474 M:      Nicolas Pitre <nico@fluxnic.net>
9475 S:      Odd Fixes
9476 F:      drivers/net/ethernet/smsc/smc91x.*
9477
9478 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9479 M:      Sakari Ailus <sakari.ailus@iki.fi>
9480 L:      linux-media@vger.kernel.org
9481 S:      Maintained
9482 F:      drivers/media/i2c/smiapp/
9483 F:      include/media/smiapp.h
9484 F:      drivers/media/i2c/smiapp-pll.c
9485 F:      drivers/media/i2c/smiapp-pll.h
9486 F:      include/uapi/linux/smiapp.h
9487 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9488
9489 SMM665 HARDWARE MONITOR DRIVER
9490 M:      Guenter Roeck <linux@roeck-us.net>
9491 L:      lm-sensors@lm-sensors.org
9492 S:      Maintained
9493 F:      Documentation/hwmon/smm665
9494 F:      drivers/hwmon/smm665.c
9495
9496 SMSC EMC2103 HARDWARE MONITOR DRIVER
9497 M:      Steve Glendinning <steve.glendinning@shawell.net>
9498 L:      lm-sensors@lm-sensors.org
9499 S:      Maintained
9500 F:      Documentation/hwmon/emc2103
9501 F:      drivers/hwmon/emc2103.c
9502
9503 SMSC SCH5627 HARDWARE MONITOR DRIVER
9504 M:      Hans de Goede <hdegoede@redhat.com>
9505 L:      lm-sensors@lm-sensors.org
9506 S:      Supported
9507 F:      Documentation/hwmon/sch5627
9508 F:      drivers/hwmon/sch5627.c
9509
9510 SMSC47B397 HARDWARE MONITOR DRIVER
9511 M:      Jean Delvare <jdelvare@suse.com>
9512 L:      lm-sensors@lm-sensors.org
9513 S:      Maintained
9514 F:      Documentation/hwmon/smsc47b397
9515 F:      drivers/hwmon/smsc47b397.c
9516
9517 SMSC911x ETHERNET DRIVER
9518 M:      Steve Glendinning <steve.glendinning@shawell.net>
9519 L:      netdev@vger.kernel.org
9520 S:      Maintained
9521 F:      include/linux/smsc911x.h
9522 F:      drivers/net/ethernet/smsc/smsc911x.*
9523
9524 SMSC9420 PCI ETHERNET DRIVER
9525 M:      Steve Glendinning <steve.glendinning@shawell.net>
9526 L:      netdev@vger.kernel.org
9527 S:      Maintained
9528 F:      drivers/net/ethernet/smsc/smsc9420.*
9529
9530 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9531 M:      Steve Glendinning <steve.glendinning@shawell.net>
9532 L:      linux-fbdev@vger.kernel.org
9533 S:      Maintained
9534 F:      drivers/video/fbdev/smscufx.c
9535
9536 SOC-CAMERA V4L2 SUBSYSTEM
9537 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9538 L:      linux-media@vger.kernel.org
9539 T:      git git://linuxtv.org/media_tree.git
9540 S:      Maintained
9541 F:      include/media/soc*
9542 F:      drivers/media/i2c/soc_camera/
9543 F:      drivers/media/platform/soc_camera/
9544
9545 SOEKRIS NET48XX LED SUPPORT
9546 M:      Chris Boot <bootc@bootc.net>
9547 S:      Maintained
9548 F:      drivers/leds/leds-net48xx.c
9549
9550 SOFTLOGIC 6x10 MPEG CODEC
9551 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9552 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9553 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9554 M:      Ismael Luceno <ismael@iodev.co.uk>
9555 L:      linux-media@vger.kernel.org
9556 S:      Supported
9557 F:      drivers/media/pci/solo6x10/
9558
9559 SOFTWARE RAID (Multiple Disks) SUPPORT
9560 M:      Neil Brown <neilb@suse.com>
9561 L:      linux-raid@vger.kernel.org
9562 S:      Supported
9563 F:      drivers/md/
9564 F:      include/linux/raid/
9565 F:      include/uapi/linux/raid/
9566
9567 SONIC NETWORK DRIVER
9568 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9569 L:      netdev@vger.kernel.org
9570 S:      Maintained
9571 F:      drivers/net/ethernet/natsemi/sonic.*
9572
9573 SONICS SILICON BACKPLANE DRIVER (SSB)
9574 M:      Michael Buesch <m@bues.ch>
9575 L:      netdev@vger.kernel.org
9576 S:      Maintained
9577 F:      drivers/ssb/
9578 F:      include/linux/ssb/
9579
9580 SONY VAIO CONTROL DEVICE DRIVER
9581 M:      Mattia Dongili <malattia@linux.it>
9582 L:      platform-driver-x86@vger.kernel.org
9583 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9584 S:      Maintained
9585 F:      Documentation/laptops/sony-laptop.txt
9586 F:      drivers/char/sonypi.c
9587 F:      drivers/platform/x86/sony-laptop.c
9588 F:      include/linux/sony-laptop.h
9589
9590 SONY MEMORYSTICK CARD SUPPORT
9591 M:      Alex Dubov <oakad@yahoo.com>
9592 W:      http://tifmxx.berlios.de/
9593 S:      Maintained
9594 F:      drivers/memstick/host/tifm_ms.c
9595
9596 SONY MEMORYSTICK STANDARD SUPPORT
9597 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9598 S:      Maintained
9599 F:      drivers/memstick/core/ms_block.*
9600
9601 SOUND
9602 M:      Jaroslav Kysela <perex@perex.cz>
9603 M:      Takashi Iwai <tiwai@suse.com>
9604 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9605 W:      http://www.alsa-project.org/
9606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9607 T:      git git://git.alsa-project.org/alsa-kernel.git
9608 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9609 S:      Maintained
9610 F:      Documentation/sound/
9611 F:      include/sound/
9612 F:      include/uapi/sound/
9613 F:      sound/
9614
9615 SOUND - COMPRESSED AUDIO
9616 M:      Vinod Koul <vinod.koul@intel.com>
9617 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9619 S:      Supported
9620 F:      Documentation/sound/alsa/compress_offload.txt
9621 F:      include/sound/compress_driver.h
9622 F:      include/uapi/sound/compress_*
9623 F:      sound/core/compress_offload.c
9624 F:      sound/soc/soc-compress.c
9625
9626 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9627 M:      Liam Girdwood <lgirdwood@gmail.com>
9628 M:      Mark Brown <broonie@kernel.org>
9629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9630 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9631 W:      http://alsa-project.org/main/index.php/ASoC
9632 S:      Supported
9633 F:      Documentation/sound/alsa/soc/
9634 F:      sound/soc/
9635 F:      include/sound/soc*
9636
9637 SOUND - DMAENGINE HELPERS
9638 M:      Lars-Peter Clausen <lars@metafoo.de>
9639 S:      Supported
9640 F:      include/sound/dmaengine_pcm.h
9641 F:      sound/core/pcm_dmaengine.c
9642 F:      sound/soc/soc-generic-dmaengine-pcm.c
9643
9644 SP2 MEDIA DRIVER
9645 M:      Olli Salonen <olli.salonen@iki.fi>
9646 L:      linux-media@vger.kernel.org
9647 W:      http://linuxtv.org/
9648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9649 S:      Maintained
9650 F:      drivers/media/dvb-frontends/sp2*
9651
9652 SPARC + UltraSPARC (sparc/sparc64)
9653 M:      "David S. Miller" <davem@davemloft.net>
9654 L:      sparclinux@vger.kernel.org
9655 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9658 S:      Maintained
9659 F:      arch/sparc/
9660 F:      drivers/sbus/
9661
9662 SPARC SERIAL DRIVERS
9663 M:      "David S. Miller" <davem@davemloft.net>
9664 L:      sparclinux@vger.kernel.org
9665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9667 S:      Maintained
9668 F:      include/linux/sunserialcore.h
9669 F:      drivers/tty/serial/suncore.c
9670 F:      drivers/tty/serial/sunhv.c
9671 F:      drivers/tty/serial/sunsab.c
9672 F:      drivers/tty/serial/sunsab.h
9673 F:      drivers/tty/serial/sunsu.c
9674 F:      drivers/tty/serial/sunzilog.c
9675 F:      drivers/tty/serial/sunzilog.h
9676
9677 SPARSE CHECKER
9678 M:      "Christopher Li" <sparse@chrisli.org>
9679 L:      linux-sparse@vger.kernel.org
9680 W:      https://sparse.wiki.kernel.org/
9681 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9682 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9683 S:      Maintained
9684 F:      include/linux/compiler.h
9685
9686 SPEAR PLATFORM SUPPORT
9687 M:      Viresh Kumar <vireshk@kernel.org>
9688 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9689 L:      spear-devel@list.st.com
9690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9691 W:      http://www.st.com/spear
9692 S:      Maintained
9693 F:      arch/arm/mach-spear/
9694
9695 SPEAR CLOCK FRAMEWORK SUPPORT
9696 M:      Viresh Kumar <vireshk@kernel.org>
9697 L:      spear-devel@list.st.com
9698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9699 W:      http://www.st.com/spear
9700 S:      Maintained
9701 F:      drivers/clk/spear/
9702
9703 SPI SUBSYSTEM
9704 M:      Mark Brown <broonie@kernel.org>
9705 L:      linux-spi@vger.kernel.org
9706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9707 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9708 S:      Maintained
9709 F:      Documentation/spi/
9710 F:      drivers/spi/
9711 F:      include/linux/spi/
9712 F:      include/uapi/linux/spi/
9713
9714 SPIDERNET NETWORK DRIVER for CELL
9715 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9716 L:      netdev@vger.kernel.org
9717 S:      Supported
9718 F:      Documentation/networking/spider_net.txt
9719 F:      drivers/net/ethernet/toshiba/spider_net*
9720
9721 SPU FILE SYSTEM
9722 M:      Jeremy Kerr <jk@ozlabs.org>
9723 L:      linuxppc-dev@lists.ozlabs.org
9724 W:      http://www.ibm.com/developerworks/power/cell/
9725 S:      Supported
9726 F:      Documentation/filesystems/spufs.txt
9727 F:      arch/powerpc/platforms/cell/spufs/
9728
9729 SQUASHFS FILE SYSTEM
9730 M:      Phillip Lougher <phillip@squashfs.org.uk>
9731 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9732 W:      http://squashfs.org.uk
9733 S:      Maintained
9734 F:      Documentation/filesystems/squashfs.txt
9735 F:      fs/squashfs/
9736
9737 SRM (Alpha) environment access
9738 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9739 S:      Maintained
9740 F:      arch/alpha/kernel/srm_env.c
9741
9742 STABLE BRANCH
9743 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9744 L:      stable@vger.kernel.org
9745 S:      Supported
9746 F:      Documentation/stable_kernel_rules.txt
9747
9748 STAGING SUBSYSTEM
9749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9751 L:      devel@driverdev.osuosl.org
9752 S:      Supported
9753 F:      drivers/staging/
9754
9755 STAGING - COMEDI
9756 M:      Ian Abbott <abbotti@mev.co.uk>
9757 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9758 S:      Odd Fixes
9759 F:      drivers/staging/comedi/
9760
9761 STAGING - FLARION FT1000 DRIVERS
9762 M:      Marek Belisko <marek.belisko@gmail.com>
9763 S:      Odd Fixes
9764 F:      drivers/staging/ft1000/
9765
9766 STAGING - INDUSTRIAL IO
9767 M:      Jonathan Cameron <jic23@kernel.org>
9768 L:      linux-iio@vger.kernel.org
9769 S:      Odd Fixes
9770 F:      drivers/staging/iio/
9771
9772 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9773 M:      Jarod Wilson <jarod@wilsonet.com>
9774 W:      http://www.lirc.org/
9775 S:      Odd Fixes
9776 F:      drivers/staging/media/lirc/
9777
9778 STAGING - LUSTRE PARALLEL FILESYSTEM
9779 M:      Oleg Drokin <oleg.drokin@intel.com>
9780 M:      Andreas Dilger <andreas.dilger@intel.com>
9781 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9782 W:      http://lustre.opensfs.org/
9783 S:      Maintained
9784 F:      drivers/staging/lustre
9785
9786 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9787 M:      Julian Andres Klode <jak@jak-linux.org>
9788 M:      Marc Dietrich <marvin24@gmx.de>
9789 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9790 L:      linux-tegra@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/staging/nvec/
9793
9794 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9795 M:      Jens Frederich <jfrederich@gmail.com>
9796 M:      Daniel Drake <dsd@laptop.org>
9797 M:      Jon Nettleton <jon.nettleton@gmail.com>
9798 W:      http://wiki.laptop.org/go/DCON
9799 S:      Maintained
9800 F:      drivers/staging/olpc_dcon/
9801
9802 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9803 M:      Willy Tarreau <willy@meta-x.org>
9804 S:      Odd Fixes
9805 F:      drivers/staging/panel/
9806
9807 STAGING - REALTEK RTL8712U DRIVERS
9808 M:      Larry Finger <Larry.Finger@lwfinger.net>
9809 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9810 S:      Odd Fixes
9811 F:      drivers/staging/rtl8712/
9812
9813 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9814 M:      Larry Finger <Larry.Finger@lwfinger.net>
9815 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9816 L:      linux-wireless@vger.kernel.org
9817 S:      Maintained
9818 F:      drivers/staging/rtl8723au/
9819
9820 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9821 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9822 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9823 M:      Sudip Mukherjee <sudip@vectorindia.org>
9824 L:      linux-fbdev@vger.kernel.org
9825 S:      Maintained
9826 F:      drivers/staging/sm750fb/
9827
9828 STAGING - SLICOSS
9829 M:      Lior Dotan <liodot@gmail.com>
9830 M:      Christopher Harrer <charrer@alacritech.com>
9831 S:      Odd Fixes
9832 F:      drivers/staging/slicoss/
9833
9834 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9835 M:      William Hubbs <w.d.hubbs@gmail.com>
9836 M:      Chris Brannon <chris@the-brannons.com>
9837 M:      Kirk Reiser <kirk@reisers.ca>
9838 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9839 L:      speakup@linux-speakup.org
9840 W:      http://www.linux-speakup.org/
9841 S:      Odd Fixes
9842 F:      drivers/staging/speakup/
9843
9844 STAGING - VIA VT665X DRIVERS
9845 M:      Forest Bond <forest@alittletooquiet.net>
9846 S:      Odd Fixes
9847 F:      drivers/staging/vt665?/
9848
9849 STAGING - WILC1000 WIFI DRIVER
9850 M:      Johnny Kim <johnny.kim@atmel.com>
9851 M:      Rachel Kim <rachel.kim@atmel.com>
9852 M:      Dean Lee <dean.lee@atmel.com>
9853 M:      Chris Park <chris.park@atmel.com>
9854 L:      linux-wireless@vger.kernel.org
9855 S:      Supported
9856 F:      drivers/staging/wilc1000/
9857
9858 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9859 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9860 S:      Odd Fixes
9861 F:      drivers/staging/xgifb/
9862
9863 STARFIRE/DURALAN NETWORK DRIVER
9864 M:      Ion Badulescu <ionut@badula.org>
9865 S:      Odd Fixes
9866 F:      drivers/net/ethernet/adaptec/starfire*
9867
9868 SUN3/3X
9869 M:      Sam Creasey <sammy@sammy.net>
9870 W:      http://sammy.net/sun3/
9871 S:      Maintained
9872 F:      arch/m68k/kernel/*sun3*
9873 F:      arch/m68k/sun3*/
9874 F:      arch/m68k/include/asm/sun3*
9875 F:      drivers/net/ethernet/i825xx/sun3*
9876
9877 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9878 M:      Hans de Goede <hdegoede@redhat.com>
9879 L:      linux-input@vger.kernel.org
9880 S:      Maintained
9881 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9882 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9883
9884 SUNDANCE NETWORK DRIVER
9885 M:      Denis Kirjanov <kda@linux-powerpc.org>
9886 L:      netdev@vger.kernel.org
9887 S:      Maintained
9888 F:      drivers/net/ethernet/dlink/sundance.c
9889
9890 SUPERH
9891 L:      linux-sh@vger.kernel.org
9892 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9893 S:      Orphan
9894 F:      Documentation/sh/
9895 F:      arch/sh/
9896 F:      drivers/sh/
9897
9898 SUSPEND TO RAM
9899 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9900 M:      Len Brown <len.brown@intel.com>
9901 M:      Pavel Machek <pavel@ucw.cz>
9902 L:      linux-pm@vger.kernel.org
9903 S:      Supported
9904 F:      Documentation/power/
9905 F:      arch/x86/kernel/acpi/
9906 F:      drivers/base/power/
9907 F:      kernel/power/
9908 F:      include/linux/suspend.h
9909 F:      include/linux/freezer.h
9910 F:      include/linux/pm.h
9911
9912 SVGA HANDLING
9913 M:      Martin Mares <mj@ucw.cz>
9914 L:      linux-video@atrey.karlin.mff.cuni.cz
9915 S:      Maintained
9916 F:      Documentation/svga.txt
9917 F:      arch/x86/boot/video*
9918
9919 SWIOTLB SUBSYSTEM
9920 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9921 L:      linux-kernel@vger.kernel.org
9922 S:      Supported
9923 F:      lib/swiotlb.c
9924 F:      arch/*/kernel/pci-swiotlb.c
9925 F:      include/linux/swiotlb.h
9926
9927 SWITCHDEV
9928 M:      Jiri Pirko <jiri@resnulli.us>
9929 L:      netdev@vger.kernel.org
9930 S:      Supported
9931 F:      net/switchdev/
9932 F:      include/net/switchdev.h
9933
9934 SYNOPSYS ARC ARCHITECTURE
9935 M:      Vineet Gupta <vgupta@synopsys.com>
9936 S:      Supported
9937 F:      arch/arc/
9938 F:      Documentation/devicetree/bindings/arc/*
9939 F:      drivers/tty/serial/arc_uart.c
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9941
9942 SYNOPSYS ARC SDP platform support
9943 M:      Alexey Brodkin <abrodkin@synopsys.com>
9944 S:      Supported
9945 F:      arch/arc/plat-axs10x
9946 F:      arch/arc/boot/dts/ax*
9947 F:      Documentation/devicetree/bindings/arc/axs10*
9948
9949 SYSTEM CONFIGURATION (SYSCON)
9950 M:      Lee Jones <lee.jones@linaro.org>
9951 M:      Arnd Bergmann <arnd@arndb.de>
9952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9953 S:      Supported
9954 F:      drivers/mfd/syscon.c
9955
9956 SYSV FILESYSTEM
9957 M:      Christoph Hellwig <hch@infradead.org>
9958 S:      Maintained
9959 F:      Documentation/filesystems/sysv-fs.txt
9960 F:      fs/sysv/
9961 F:      include/linux/sysv_fs.h
9962
9963 TARGET SUBSYSTEM
9964 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9965 L:      linux-scsi@vger.kernel.org
9966 L:      target-devel@vger.kernel.org
9967 W:      http://www.linux-iscsi.org
9968 W:      http://groups.google.com/group/linux-iscsi-target-dev
9969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9970 S:      Supported
9971 F:      drivers/target/
9972 F:      include/target/
9973 F:      Documentation/target/
9974
9975 TASKSTATS STATISTICS INTERFACE
9976 M:      Balbir Singh <bsingharora@gmail.com>
9977 S:      Maintained
9978 F:      Documentation/accounting/taskstats*
9979 F:      include/linux/taskstats*
9980 F:      kernel/taskstats.c
9981
9982 TC CLASSIFIER
9983 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9984 L:      netdev@vger.kernel.org
9985 S:      Maintained
9986 F:      include/net/pkt_cls.h
9987 F:      include/uapi/linux/pkt_cls.h
9988 F:      net/sched/
9989
9990 TCP LOW PRIORITY MODULE
9991 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9992 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9993 W:      http://tcp-lp-mod.sourceforge.net/
9994 S:      Maintained
9995 F:      net/ipv4/tcp_lp.c
9996
9997 TDA10071 MEDIA DRIVER
9998 M:      Antti Palosaari <crope@iki.fi>
9999 L:      linux-media@vger.kernel.org
10000 W:      http://linuxtv.org/
10001 W:      http://palosaari.fi/linux/
10002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10003 T:      git git://linuxtv.org/anttip/media_tree.git
10004 S:      Maintained
10005 F:      drivers/media/dvb-frontends/tda10071*
10006
10007 TDA18212 MEDIA DRIVER
10008 M:      Antti Palosaari <crope@iki.fi>
10009 L:      linux-media@vger.kernel.org
10010 W:      http://linuxtv.org/
10011 W:      http://palosaari.fi/linux/
10012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10013 T:      git git://linuxtv.org/anttip/media_tree.git
10014 S:      Maintained
10015 F:      drivers/media/tuners/tda18212*
10016
10017 TDA18218 MEDIA DRIVER
10018 M:      Antti Palosaari <crope@iki.fi>
10019 L:      linux-media@vger.kernel.org
10020 W:      http://linuxtv.org/
10021 W:      http://palosaari.fi/linux/
10022 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10023 T:      git git://linuxtv.org/anttip/media_tree.git
10024 S:      Maintained
10025 F:      drivers/media/tuners/tda18218*
10026
10027 TDA18271 MEDIA DRIVER
10028 M:      Michael Krufky <mkrufky@linuxtv.org>
10029 L:      linux-media@vger.kernel.org
10030 W:      http://linuxtv.org/
10031 W:      http://github.com/mkrufky
10032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10033 T:      git git://linuxtv.org/mkrufky/tuners.git
10034 S:      Maintained
10035 F:      drivers/media/tuners/tda18271*
10036
10037 TDA827x MEDIA DRIVER
10038 M:      Michael Krufky <mkrufky@linuxtv.org>
10039 L:      linux-media@vger.kernel.org
10040 W:      http://linuxtv.org/
10041 W:      http://github.com/mkrufky
10042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10043 T:      git git://linuxtv.org/mkrufky/tuners.git
10044 S:      Maintained
10045 F:      drivers/media/tuners/tda8290.*
10046
10047 TDA8290 MEDIA DRIVER
10048 M:      Michael Krufky <mkrufky@linuxtv.org>
10049 L:      linux-media@vger.kernel.org
10050 W:      http://linuxtv.org/
10051 W:      http://github.com/mkrufky
10052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10053 T:      git git://linuxtv.org/mkrufky/tuners.git
10054 S:      Maintained
10055 F:      drivers/media/tuners/tda8290.*
10056
10057 TDA9840 MEDIA DRIVER
10058 M:      Hans Verkuil <hverkuil@xs4all.nl>
10059 L:      linux-media@vger.kernel.org
10060 T:      git git://linuxtv.org/media_tree.git
10061 W:      http://linuxtv.org
10062 S:      Maintained
10063 F:      drivers/media/i2c/tda9840*
10064
10065 TEA5761 TUNER DRIVER
10066 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10067 L:      linux-media@vger.kernel.org
10068 W:      http://linuxtv.org
10069 T:      git git://linuxtv.org/media_tree.git
10070 S:      Odd fixes
10071 F:      drivers/media/tuners/tea5761.*
10072
10073 TEA5767 TUNER DRIVER
10074 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10075 L:      linux-media@vger.kernel.org
10076 W:      http://linuxtv.org
10077 T:      git git://linuxtv.org/media_tree.git
10078 S:      Maintained
10079 F:      drivers/media/tuners/tea5767.*
10080
10081 TEA6415C MEDIA DRIVER
10082 M:      Hans Verkuil <hverkuil@xs4all.nl>
10083 L:      linux-media@vger.kernel.org
10084 T:      git git://linuxtv.org/media_tree.git
10085 W:      http://linuxtv.org
10086 S:      Maintained
10087 F:      drivers/media/i2c/tea6415c*
10088
10089 TEA6420 MEDIA DRIVER
10090 M:      Hans Verkuil <hverkuil@xs4all.nl>
10091 L:      linux-media@vger.kernel.org
10092 T:      git git://linuxtv.org/media_tree.git
10093 W:      http://linuxtv.org
10094 S:      Maintained
10095 F:      drivers/media/i2c/tea6420*
10096
10097 TEAM DRIVER
10098 M:      Jiri Pirko <jiri@resnulli.us>
10099 L:      netdev@vger.kernel.org
10100 S:      Supported
10101 F:      drivers/net/team/
10102 F:      include/linux/if_team.h
10103 F:      include/uapi/linux/if_team.h
10104
10105 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10106 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10107 S:      Maintained
10108 F:      arch/x86/platform/ts5500/
10109
10110 TECHNOTREND USB IR RECEIVER
10111 M:      Sean Young <sean@mess.org>
10112 L:      linux-media@vger.kernel.org
10113 S:      Maintained
10114 F:      drivers/media/rc/ttusbir.c
10115
10116 TEGRA ARCHITECTURE SUPPORT
10117 M:      Stephen Warren <swarren@wwwdotorg.org>
10118 M:      Thierry Reding <thierry.reding@gmail.com>
10119 M:      Alexandre Courbot <gnurou@gmail.com>
10120 L:      linux-tegra@vger.kernel.org
10121 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10123 S:      Supported
10124 N:      [^a-z]tegra
10125
10126 TEGRA CLOCK DRIVER
10127 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10128 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10129 S:      Supported
10130 F:      drivers/clk/tegra/
10131
10132 TEGRA DMA DRIVER
10133 M:      Laxman Dewangan <ldewangan@nvidia.com>
10134 S:      Supported
10135 F:      drivers/dma/tegra20-apb-dma.c
10136
10137 TEGRA I2C DRIVER
10138 M:      Laxman Dewangan <ldewangan@nvidia.com>
10139 S:      Supported
10140 F:      drivers/i2c/busses/i2c-tegra.c
10141
10142 TEGRA IOMMU DRIVERS
10143 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10144 S:      Supported
10145 F:      drivers/iommu/tegra*
10146
10147 TEGRA KBC DRIVER
10148 M:      Rakesh Iyer <riyer@nvidia.com>
10149 M:      Laxman Dewangan <ldewangan@nvidia.com>
10150 S:      Supported
10151 F:      drivers/input/keyboard/tegra-kbc.c
10152
10153 TEGRA PWM DRIVER
10154 M:      Thierry Reding <thierry.reding@gmail.com>
10155 S:      Supported
10156 F:      drivers/pwm/pwm-tegra.c
10157
10158 TEGRA SERIAL DRIVER
10159 M:      Laxman Dewangan <ldewangan@nvidia.com>
10160 S:      Supported
10161 F:      drivers/tty/serial/serial-tegra.c
10162
10163 TEGRA SPI DRIVER
10164 M:      Laxman Dewangan <ldewangan@nvidia.com>
10165 S:      Supported
10166 F:      drivers/spi/spi-tegra*
10167
10168 TEHUTI ETHERNET DRIVER
10169 M:      Andy Gospodarek <andy@greyhouse.net>
10170 L:      netdev@vger.kernel.org
10171 S:      Supported
10172 F:      drivers/net/ethernet/tehuti/*
10173
10174 Telecom Clock Driver for MCPL0010
10175 M:      Mark Gross <mark.gross@intel.com>
10176 S:      Supported
10177 F:      drivers/char/tlclk.c
10178
10179 TENSILICA XTENSA PORT (xtensa)
10180 M:      Chris Zankel <chris@zankel.net>
10181 M:      Max Filippov <jcmvbkbc@gmail.com>
10182 L:      linux-xtensa@linux-xtensa.org
10183 S:      Maintained
10184 F:      arch/xtensa/
10185 F:      drivers/irqchip/irq-xtensa-*
10186
10187 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10188 M:      Hans Verkuil <hverkuil@xs4all.nl>
10189 L:      linux-media@vger.kernel.org
10190 T:      git git://linuxtv.org/media_tree.git
10191 W:      http://linuxtv.org
10192 S:      Maintained
10193 F:      drivers/media/radio/radio-raremono.c
10194
10195 THERMAL
10196 M:      Zhang Rui <rui.zhang@intel.com>
10197 M:      Eduardo Valentin <edubezval@gmail.com>
10198 L:      linux-pm@vger.kernel.org
10199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10201 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10202 S:      Supported
10203 F:      drivers/thermal/
10204 F:      include/linux/thermal.h
10205 F:      include/uapi/linux/thermal.h
10206 F:      include/linux/cpu_cooling.h
10207 F:      Documentation/devicetree/bindings/thermal/
10208
10209 THINGM BLINK(1) USB RGB LED DRIVER
10210 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10211 S:      Maintained
10212 F:      drivers/hid/hid-thingm.c
10213
10214 THINKPAD ACPI EXTRAS DRIVER
10215 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10216 L:      ibm-acpi-devel@lists.sourceforge.net
10217 L:      platform-driver-x86@vger.kernel.org
10218 W:      http://ibm-acpi.sourceforge.net
10219 W:      http://thinkwiki.org/wiki/Ibm-acpi
10220 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10221 S:      Maintained
10222 F:      drivers/platform/x86/thinkpad_acpi.c
10223
10224 TI BANDGAP AND THERMAL DRIVER
10225 M:      Eduardo Valentin <edubezval@gmail.com>
10226 L:      linux-pm@vger.kernel.org
10227 L:      linux-omap@vger.kernel.org
10228 S:      Maintained
10229 F:      drivers/thermal/ti-soc-thermal/
10230
10231 TI CDCE706 CLOCK DRIVER
10232 M:      Max Filippov <jcmvbkbc@gmail.com>
10233 S:      Maintained
10234 F:      drivers/clk/clk-cdce706.c
10235
10236 TI CLOCK DRIVER
10237 M:      Tero Kristo <t-kristo@ti.com>
10238 L:      linux-omap@vger.kernel.org
10239 S:      Maintained
10240 F:      drivers/clk/ti/
10241 F:      include/linux/clk/ti.h
10242
10243 TI FLASH MEDIA INTERFACE DRIVER
10244 M:      Alex Dubov <oakad@yahoo.com>
10245 S:      Maintained
10246 F:      drivers/misc/tifm*
10247 F:      drivers/mmc/host/tifm_sd.c
10248 F:      include/linux/tifm.h
10249
10250 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10251 M:      Santosh Shilimkar <ssantosh@kernel.org>
10252 L:      linux-kernel@vger.kernel.org
10253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10254 S:      Maintained
10255 F:      drivers/soc/ti/*
10256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10257
10258
10259 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10260 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10261 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10262 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10263 S:      Maintained
10264 F:      sound/soc/codecs/lm49453*
10265 F:      sound/soc/codecs/isabelle*
10266
10267 TI LP855x BACKLIGHT DRIVER
10268 M:      Milo Kim <milo.kim@ti.com>
10269 S:      Maintained
10270 F:      Documentation/backlight/lp855x-driver.txt
10271 F:      drivers/video/backlight/lp855x_bl.c
10272 F:      include/linux/platform_data/lp855x.h
10273
10274 TI LP8727 CHARGER DRIVER
10275 M:      Milo Kim <milo.kim@ti.com>
10276 S:      Maintained
10277 F:      drivers/power/lp8727_charger.c
10278 F:      include/linux/platform_data/lp8727.h
10279
10280 TI LP8788 MFD DRIVER
10281 M:      Milo Kim <milo.kim@ti.com>
10282 S:      Maintained
10283 F:      drivers/iio/adc/lp8788_adc.c
10284 F:      drivers/leds/leds-lp8788.c
10285 F:      drivers/mfd/lp8788*.c
10286 F:      drivers/power/lp8788-charger.c
10287 F:      drivers/regulator/lp8788-*.c
10288 F:      include/linux/mfd/lp8788*.h
10289
10290 TI NETCP ETHERNET DRIVER
10291 M:      Wingman Kwok <w-kwok2@ti.com>
10292 M:      Murali Karicheri <m-karicheri2@ti.com>
10293 L:      netdev@vger.kernel.org
10294 S:      Maintained
10295 F:      drivers/net/ethernet/ti/netcp*
10296
10297 TI TAS571X FAMILY ASoC CODEC DRIVER
10298 M:      Kevin Cernekee <cernekee@chromium.org>
10299 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10300 S:      Odd Fixes
10301 F:      sound/soc/codecs/tas571x*
10302
10303 TI TWL4030 SERIES SOC CODEC DRIVER
10304 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10305 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10306 S:      Maintained
10307 F:      sound/soc/codecs/twl4030*
10308
10309 TI WILINK WIRELESS DRIVERS
10310 L:      linux-wireless@vger.kernel.org
10311 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10312 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10314 S:      Orphan
10315 F:      drivers/net/wireless/ti/
10316 F:      include/linux/wl12xx.h
10317
10318 TIPC NETWORK LAYER
10319 M:      Jon Maloy <jon.maloy@ericsson.com>
10320 M:      Ying Xue <ying.xue@windriver.com>
10321 L:      netdev@vger.kernel.org (core kernel code)
10322 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10323 W:      http://tipc.sourceforge.net/
10324 S:      Maintained
10325 F:      include/uapi/linux/tipc*.h
10326 F:      net/tipc/
10327
10328 TILE ARCHITECTURE
10329 M:      Chris Metcalf <cmetcalf@ezchip.com>
10330 W:      http://www.ezchip.com/scm/
10331 S:      Supported
10332 F:      arch/tile/
10333 F:      drivers/char/tile-srom.c
10334 F:      drivers/edac/tile_edac.c
10335 F:      drivers/net/ethernet/tile/
10336 F:      drivers/rtc/rtc-tile.c
10337 F:      drivers/tty/hvc/hvc_tile.c
10338 F:      drivers/tty/serial/tilegx.c
10339 F:      drivers/usb/host/*-tilegx.c
10340 F:      include/linux/usb/tilegx.h
10341
10342 TLAN NETWORK DRIVER
10343 M:      Samuel Chessman <chessman@tux.org>
10344 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10345 W:      http://sourceforge.net/projects/tlan/
10346 S:      Maintained
10347 F:      Documentation/networking/tlan.txt
10348 F:      drivers/net/ethernet/ti/tlan.*
10349
10350 TOMOYO SECURITY MODULE
10351 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10352 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10353 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10354 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10355 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10356 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10357 W:      http://tomoyo.sourceforge.jp/
10358 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10359 S:      Maintained
10360 F:      security/tomoyo/
10361
10362 TOPSTAR LAPTOP EXTRAS DRIVER
10363 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10364 L:      platform-driver-x86@vger.kernel.org
10365 S:      Maintained
10366 F:      drivers/platform/x86/topstar-laptop.c
10367
10368 TOSHIBA ACPI EXTRAS DRIVER
10369 M:      Azael Avalos <coproscefalo@gmail.com>
10370 L:      platform-driver-x86@vger.kernel.org
10371 S:      Maintained
10372 F:      drivers/platform/x86/toshiba_acpi.c
10373
10374 TOSHIBA BLUETOOTH DRIVER
10375 M:      Azael Avalos <coproscefalo@gmail.com>
10376 L:      platform-driver-x86@vger.kernel.org
10377 S:      Maintained
10378 F:      drivers/platform/x86/toshiba_bluetooth.c
10379
10380 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10381 M:      Azael Avalos <coproscefalo@gmail.com>
10382 L:      platform-driver-x86@vger.kernel.org
10383 S:      Maintained
10384 F:      drivers/platform/x86/toshiba_haps.c
10385
10386 TOSHIBA SMM DRIVER
10387 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10388 L:      tlinux-users@tce.toshiba-dme.co.jp
10389 W:      http://www.buzzard.org.uk/toshiba/
10390 S:      Maintained
10391 F:      drivers/char/toshiba.c
10392 F:      include/linux/toshiba.h
10393 F:      include/uapi/linux/toshiba.h
10394
10395 TMIO MMC DRIVER
10396 M:      Ian Molton <ian@mnementh.co.uk>
10397 L:      linux-mmc@vger.kernel.org
10398 S:      Maintained
10399 F:      drivers/mmc/host/tmio_mmc*
10400 F:      drivers/mmc/host/sh_mobile_sdhi.c
10401 F:      include/linux/mmc/tmio.h
10402 F:      include/linux/mmc/sh_mobile_sdhi.h
10403
10404 TMP401 HARDWARE MONITOR DRIVER
10405 M:      Guenter Roeck <linux@roeck-us.net>
10406 L:      lm-sensors@lm-sensors.org
10407 S:      Maintained
10408 F:      Documentation/hwmon/tmp401
10409 F:      drivers/hwmon/tmp401.c
10410
10411 TMPFS (SHMEM FILESYSTEM)
10412 M:      Hugh Dickins <hughd@google.com>
10413 L:      linux-mm@kvack.org
10414 S:      Maintained
10415 F:      include/linux/shmem_fs.h
10416 F:      mm/shmem.c
10417
10418 TM6000 VIDEO4LINUX DRIVER
10419 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10420 L:      linux-media@vger.kernel.org
10421 W:      http://linuxtv.org
10422 T:      git git://linuxtv.org/media_tree.git
10423 S:      Odd fixes
10424 F:      drivers/media/usb/tm6000/
10425
10426 TW68 VIDEO4LINUX DRIVER
10427 M:      Hans Verkuil <hverkuil@xs4all.nl>
10428 L:      linux-media@vger.kernel.org
10429 T:      git git://linuxtv.org/media_tree.git
10430 W:      http://linuxtv.org
10431 S:      Odd Fixes
10432 F:      drivers/media/pci/tw68/
10433
10434 TPM DEVICE DRIVER
10435 M:      Peter Huewe <peterhuewe@gmx.de>
10436 M:      Marcel Selhorst <tpmdd@selhorst.net>
10437 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10438 W:      http://tpmdd.sourceforge.net
10439 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10440 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10441 T:      https://github.com/PeterHuewe/linux-tpmdd
10442 S:      Maintained
10443 F:      drivers/char/tpm/
10444
10445 TPM IBM_VTPM DEVICE DRIVER
10446 M:      Ashley Lai <ashleydlai@gmail.com>
10447 W:      http://tpmdd.sourceforge.net
10448 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10449 S:      Maintained
10450 F:      drivers/char/tpm/tpm_ibmvtpm*
10451
10452 TRACING
10453 M:      Steven Rostedt <rostedt@goodmis.org>
10454 M:      Ingo Molnar <mingo@redhat.com>
10455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10456 S:      Maintained
10457 F:      Documentation/trace/ftrace.txt
10458 F:      arch/*/*/*/ftrace.h
10459 F:      arch/*/kernel/ftrace.c
10460 F:      include/*/ftrace.h
10461 F:      include/linux/trace*.h
10462 F:      include/trace/
10463 F:      kernel/trace/
10464 F:      tools/testing/selftests/ftrace/
10465
10466 TRIVIAL PATCHES
10467 M:      Jiri Kosina <trivial@kernel.org>
10468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10469 S:      Maintained
10470 K:      ^Subject:.*(?i)trivial
10471
10472 TTY LAYER
10473 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10474 M:      Jiri Slaby <jslaby@suse.com>
10475 S:      Supported
10476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10477 F:      Documentation/serial/
10478 F:      drivers/tty/
10479 F:      drivers/tty/serial/serial_core.c
10480 F:      include/linux/serial_core.h
10481 F:      include/linux/serial.h
10482 F:      include/linux/tty.h
10483 F:      include/uapi/linux/serial_core.h
10484 F:      include/uapi/linux/serial.h
10485 F:      include/uapi/linux/tty.h
10486
10487 TUA9001 MEDIA DRIVER
10488 M:      Antti Palosaari <crope@iki.fi>
10489 L:      linux-media@vger.kernel.org
10490 W:      http://linuxtv.org/
10491 W:      http://palosaari.fi/linux/
10492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10493 T:      git git://linuxtv.org/anttip/media_tree.git
10494 S:      Maintained
10495 F:      drivers/media/tuners/tua9001*
10496
10497 TULIP NETWORK DRIVERS
10498 M:      Grant Grundler <grundler@parisc-linux.org>
10499 L:      netdev@vger.kernel.org
10500 S:      Maintained
10501 F:      drivers/net/ethernet/dec/tulip/
10502
10503 TUN/TAP driver
10504 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10505 W:      http://vtun.sourceforge.net/tun
10506 S:      Maintained
10507 F:      Documentation/networking/tuntap.txt
10508 F:      arch/um/os-Linux/drivers/
10509
10510 TURBOCHANNEL SUBSYSTEM
10511 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10512 M:      Ralf Baechle <ralf@linux-mips.org>
10513 L:      linux-mips@linux-mips.org
10514 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10515 S:      Maintained
10516 F:      drivers/tc/
10517 F:      include/linux/tc.h
10518
10519 U14-34F SCSI DRIVER
10520 M:      Dario Ballabio <ballabio_dario@emc.com>
10521 L:      linux-scsi@vger.kernel.org
10522 S:      Maintained
10523 F:      drivers/scsi/u14-34f.c
10524
10525 UBI FILE SYSTEM (UBIFS)
10526 M:      Artem Bityutskiy <dedekind1@gmail.com>
10527 M:      Adrian Hunter <adrian.hunter@intel.com>
10528 L:      linux-mtd@lists.infradead.org
10529 T:      git git://git.infradead.org/ubifs-2.6.git
10530 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10531 S:      Maintained
10532 F:      Documentation/filesystems/ubifs.txt
10533 F:      fs/ubifs/
10534
10535 UCLINUX (M68KNOMMU AND COLDFIRE)
10536 M:      Greg Ungerer <gerg@uclinux.org>
10537 W:      http://www.uclinux.org/
10538 L:      linux-m68k@lists.linux-m68k.org
10539 L:      uclinux-dev@uclinux.org  (subscribers-only)
10540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10541 S:      Maintained
10542 F:      arch/m68k/coldfire/
10543 F:      arch/m68k/68*/
10544 F:      arch/m68k/*/*_no.*
10545 F:      arch/m68k/include/asm/*_no.*
10546
10547 UDF FILESYSTEM
10548 M:      Jan Kara <jack@suse.com>
10549 S:      Maintained
10550 F:      Documentation/filesystems/udf.txt
10551 F:      fs/udf/
10552
10553 UFS FILESYSTEM
10554 M:      Evgeniy Dushistov <dushistov@mail.ru>
10555 S:      Maintained
10556 F:      Documentation/filesystems/ufs.txt
10557 F:      fs/ufs/
10558
10559 UHID USERSPACE HID IO DRIVER:
10560 M:      David Herrmann <dh.herrmann@googlemail.com>
10561 L:      linux-input@vger.kernel.org
10562 S:      Maintained
10563 F:      drivers/hid/uhid.c
10564 F:      include/uapi/linux/uhid.h
10565
10566 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10567 L:      linux-usb@vger.kernel.org
10568 S:      Orphan
10569 F:      drivers/uwb/
10570 F:      include/linux/uwb.h
10571 F:      include/linux/uwb/
10572
10573 UNICORE32 ARCHITECTURE:
10574 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10575 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10576 S:      Maintained
10577 T:      git git://github.com/gxt/linux.git
10578 F:      arch/unicore32/
10579
10580 UNIFDEF
10581 M:      Tony Finch <dot@dotat.at>
10582 W:      http://dotat.at/prog/unifdef
10583 S:      Maintained
10584 F:      scripts/unifdef.c
10585
10586 UNIFORM CDROM DRIVER
10587 M:      Jens Axboe <axboe@kernel.dk>
10588 W:      http://www.kernel.dk
10589 S:      Maintained
10590 F:      Documentation/cdrom/
10591 F:      drivers/cdrom/cdrom.c
10592 F:      include/linux/cdrom.h
10593 F:      include/uapi/linux/cdrom.h
10594
10595 UNISYS S-PAR DRIVERS
10596 M:      Benjamin Romer <benjamin.romer@unisys.com>
10597 M:      David Kershner <david.kershner@unisys.com>
10598 L:      sparmaintainer@unisys.com (Unisys internal)
10599 S:      Supported
10600 F:      drivers/staging/unisys/
10601
10602 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10603 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10604 L:      linux-scsi@vger.kernel.org
10605 S:      Supported
10606 F:      Documentation/scsi/ufs.txt
10607 F:      drivers/scsi/ufs/
10608
10609 UNSORTED BLOCK IMAGES (UBI)
10610 M:      Artem Bityutskiy <dedekind1@gmail.com>
10611 M:      Richard Weinberger <richard@nod.at>
10612 W:      http://www.linux-mtd.infradead.org/
10613 L:      linux-mtd@lists.infradead.org
10614 T:      git git://git.infradead.org/ubifs-2.6.git
10615 S:      Supported
10616 F:      drivers/mtd/ubi/
10617 F:      include/linux/mtd/ubi.h
10618 F:      include/uapi/mtd/ubi-user.h
10619
10620 USB ACM DRIVER
10621 M:      Oliver Neukum <oliver@neukum.org>
10622 L:      linux-usb@vger.kernel.org
10623 S:      Maintained
10624 F:      Documentation/usb/acm.txt
10625 F:      drivers/usb/class/cdc-acm.*
10626
10627 USB AR5523 WIRELESS DRIVER
10628 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10629 L:      linux-wireless@vger.kernel.org
10630 S:      Maintained
10631 F:      drivers/net/wireless/ath/ar5523/
10632
10633 USB ATTACHED SCSI
10634 M:      Hans de Goede <hdegoede@redhat.com>
10635 M:      Gerd Hoffmann <kraxel@redhat.com>
10636 L:      linux-usb@vger.kernel.org
10637 L:      linux-scsi@vger.kernel.org
10638 S:      Maintained
10639 F:      drivers/usb/storage/uas.c
10640
10641 USB CDC ETHERNET DRIVER
10642 M:      Oliver Neukum <oliver@neukum.org>
10643 L:      linux-usb@vger.kernel.org
10644 S:      Maintained
10645 F:      drivers/net/usb/cdc_*.c
10646 F:      include/uapi/linux/usb/cdc.h
10647
10648 USB CHAOSKEY DRIVER
10649 M:      Keith Packard <keithp@keithp.com>
10650 L:      linux-usb@vger.kernel.org
10651 S:      Maintained
10652 F:      drivers/usb/misc/chaoskey.c
10653
10654 USB CYPRESS C67X00 DRIVER
10655 M:      Peter Korsgaard <jacmet@sunsite.dk>
10656 L:      linux-usb@vger.kernel.org
10657 S:      Maintained
10658 F:      drivers/usb/c67x00/
10659
10660 USB DAVICOM DM9601 DRIVER
10661 M:      Peter Korsgaard <jacmet@sunsite.dk>
10662 L:      netdev@vger.kernel.org
10663 W:      http://www.linux-usb.org/usbnet
10664 S:      Maintained
10665 F:      drivers/net/usb/dm9601.c
10666
10667 USB DIAMOND RIO500 DRIVER
10668 M:      Cesar Miquel <miquel@df.uba.ar>
10669 L:      rio500-users@lists.sourceforge.net
10670 W:      http://rio500.sourceforge.net
10671 S:      Maintained
10672 F:      drivers/usb/misc/rio500*
10673
10674 USB EHCI DRIVER
10675 M:      Alan Stern <stern@rowland.harvard.edu>
10676 L:      linux-usb@vger.kernel.org
10677 S:      Maintained
10678 F:      Documentation/usb/ehci.txt
10679 F:      drivers/usb/host/ehci*
10680
10681 USB GADGET/PERIPHERAL SUBSYSTEM
10682 M:      Felipe Balbi <balbi@ti.com>
10683 L:      linux-usb@vger.kernel.org
10684 W:      http://www.linux-usb.org/gadget
10685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10686 S:      Maintained
10687 F:      drivers/usb/gadget/
10688 F:      include/linux/usb/gadget*
10689
10690 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10691 M:      Jiri Kosina <jikos@kernel.org>
10692 L:      linux-usb@vger.kernel.org
10693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10694 S:      Maintained
10695 F:      Documentation/hid/hiddev.txt
10696 F:      drivers/hid/usbhid/
10697
10698 USB ISP116X DRIVER
10699 M:      Olav Kongas <ok@artecdesign.ee>
10700 L:      linux-usb@vger.kernel.org
10701 S:      Maintained
10702 F:      drivers/usb/host/isp116x*
10703 F:      include/linux/usb/isp116x.h
10704
10705 USB MASS STORAGE DRIVER
10706 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10707 L:      linux-usb@vger.kernel.org
10708 L:      usb-storage@lists.one-eyed-alien.net
10709 S:      Maintained
10710 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10711 F:      drivers/usb/storage/
10712
10713 USB MIDI DRIVER
10714 M:      Clemens Ladisch <clemens@ladisch.de>
10715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10716 T:      git git://git.alsa-project.org/alsa-kernel.git
10717 S:      Maintained
10718 F:      sound/usb/midi.*
10719
10720 USB NETWORKING DRIVERS
10721 L:      linux-usb@vger.kernel.org
10722 S:      Odd Fixes
10723 F:      drivers/net/usb/
10724
10725 USB OHCI DRIVER
10726 M:      Alan Stern <stern@rowland.harvard.edu>
10727 L:      linux-usb@vger.kernel.org
10728 S:      Maintained
10729 F:      Documentation/usb/ohci.txt
10730 F:      drivers/usb/host/ohci*
10731
10732 USB OTG FSM (Finite State Machine)
10733 M:      Peter Chen <Peter.Chen@freescale.com>
10734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10735 L:      linux-usb@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/usb/common/usb-otg-fsm.c
10738
10739 USB OVER IP DRIVER
10740 M:      Valentina Manea <valentina.manea.m@gmail.com>
10741 M:      Shuah Khan <shuah.kh@samsung.com>
10742 L:      linux-usb@vger.kernel.org
10743 S:      Maintained
10744 F:      drivers/usb/usbip/
10745 F:      tools/usb/usbip/
10746
10747 USB PEGASUS DRIVER
10748 M:      Petko Manolov <petkan@nucleusys.com>
10749 L:      linux-usb@vger.kernel.org
10750 L:      netdev@vger.kernel.org
10751 T:      git git://github.com/petkan/pegasus.git
10752 W:      https://github.com/petkan/pegasus
10753 S:      Maintained
10754 F:      drivers/net/usb/pegasus.*
10755
10756 USB PHY LAYER
10757 M:      Felipe Balbi <balbi@ti.com>
10758 L:      linux-usb@vger.kernel.org
10759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10760 S:      Maintained
10761 F:      drivers/usb/phy/
10762
10763 USB PRINTER DRIVER (usblp)
10764 M:      Pete Zaitcev <zaitcev@redhat.com>
10765 L:      linux-usb@vger.kernel.org
10766 S:      Supported
10767 F:      drivers/usb/class/usblp.c
10768
10769 USB RTL8150 DRIVER
10770 M:      Petko Manolov <petkan@nucleusys.com>
10771 L:      linux-usb@vger.kernel.org
10772 L:      netdev@vger.kernel.org
10773 T:      git git://github.com/petkan/rtl8150.git
10774 W:      https://github.com/petkan/rtl8150
10775 S:      Maintained
10776 F:      drivers/net/usb/rtl8150.c
10777
10778 USB SERIAL SUBSYSTEM
10779 M:      Johan Hovold <johan@kernel.org>
10780 L:      linux-usb@vger.kernel.org
10781 S:      Maintained
10782 F:      Documentation/usb/usb-serial.txt
10783 F:      drivers/usb/serial/
10784 F:      include/linux/usb/serial.h
10785
10786 USB SMSC75XX ETHERNET DRIVER
10787 M:      Steve Glendinning <steve.glendinning@shawell.net>
10788 L:      netdev@vger.kernel.org
10789 S:      Maintained
10790 F:      drivers/net/usb/smsc75xx.*
10791
10792 USB SMSC95XX ETHERNET DRIVER
10793 M:      Steve Glendinning <steve.glendinning@shawell.net>
10794 L:      netdev@vger.kernel.org
10795 S:      Maintained
10796 F:      drivers/net/usb/smsc95xx.*
10797
10798 USB SUBSYSTEM
10799 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10800 L:      linux-usb@vger.kernel.org
10801 W:      http://www.linux-usb.org
10802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10803 S:      Supported
10804 F:      Documentation/usb/
10805 F:      drivers/usb/
10806 F:      include/linux/usb.h
10807 F:      include/linux/usb/
10808
10809 USB UHCI DRIVER
10810 M:      Alan Stern <stern@rowland.harvard.edu>
10811 L:      linux-usb@vger.kernel.org
10812 S:      Maintained
10813 F:      drivers/usb/host/uhci*
10814
10815 USB "USBNET" DRIVER FRAMEWORK
10816 M:      Oliver Neukum <oneukum@suse.com>
10817 L:      netdev@vger.kernel.org
10818 W:      http://www.linux-usb.org/usbnet
10819 S:      Maintained
10820 F:      drivers/net/usb/usbnet.c
10821 F:      include/linux/usb/usbnet.h
10822
10823 USB VIDEO CLASS
10824 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10825 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10826 L:      linux-media@vger.kernel.org
10827 T:      git git://linuxtv.org/media_tree.git
10828 W:      http://www.ideasonboard.org/uvc/
10829 S:      Maintained
10830 F:      drivers/media/usb/uvc/
10831 F:      include/uapi/linux/uvcvideo.h
10832
10833 USB VISION DRIVER
10834 M:      Hans Verkuil <hverkuil@xs4all.nl>
10835 L:      linux-media@vger.kernel.org
10836 T:      git git://linuxtv.org/media_tree.git
10837 W:      http://linuxtv.org
10838 S:      Odd Fixes
10839 F:      drivers/media/usb/usbvision/
10840
10841 USB WEBCAM GADGET
10842 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10843 L:      linux-usb@vger.kernel.org
10844 S:      Maintained
10845 F:      drivers/usb/gadget/function/*uvc*
10846 F:      drivers/usb/gadget/legacy/webcam.c
10847
10848 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10849 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10850 L:      linux-wireless@vger.kernel.org
10851 S:      Maintained
10852 F:      drivers/net/wireless/rndis_wlan.c
10853
10854 USB XHCI DRIVER
10855 M:      Mathias Nyman <mathias.nyman@intel.com>
10856 L:      linux-usb@vger.kernel.org
10857 S:      Supported
10858 F:      drivers/usb/host/xhci*
10859 F:      drivers/usb/host/pci-quirks*
10860
10861 USB ZD1201 DRIVER
10862 L:      linux-wireless@vger.kernel.org
10863 W:      http://linux-lc100020.sourceforge.net
10864 S:      Orphan
10865 F:      drivers/net/wireless/zd1201.*
10866
10867 USB ZR364XX DRIVER
10868 M:      Antoine Jacquet <royale@zerezo.com>
10869 L:      linux-usb@vger.kernel.org
10870 L:      linux-media@vger.kernel.org
10871 T:      git git://linuxtv.org/media_tree.git
10872 W:      http://royale.zerezo.com/zr364xx/
10873 S:      Maintained
10874 F:      Documentation/video4linux/zr364xx.txt
10875 F:      drivers/media/usb/zr364xx/
10876
10877 ULPI BUS
10878 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10879 L:      linux-usb@vger.kernel.org
10880 S:      Maintained
10881 F:      drivers/usb/common/ulpi.c
10882 F:      include/linux/ulpi/
10883
10884 USER-MODE LINUX (UML)
10885 M:      Jeff Dike <jdike@addtoit.com>
10886 M:      Richard Weinberger <richard@nod.at>
10887 L:      user-mode-linux-devel@lists.sourceforge.net
10888 L:      user-mode-linux-user@lists.sourceforge.net
10889 W:      http://user-mode-linux.sourceforge.net
10890 S:      Maintained
10891 F:      Documentation/virtual/uml/
10892 F:      arch/um/
10893 F:      arch/x86/um/
10894 F:      fs/hostfs/
10895 F:      fs/hppfs/
10896
10897 USERSPACE I/O (UIO)
10898 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10899 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10900 S:      Maintained
10901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10902 F:      Documentation/DocBook/uio-howto.tmpl
10903 F:      drivers/uio/
10904 F:      include/linux/uio*.h
10905
10906 UTIL-LINUX PACKAGE
10907 M:      Karel Zak <kzak@redhat.com>
10908 L:      util-linux@vger.kernel.org
10909 W:      http://en.wikipedia.org/wiki/Util-linux
10910 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10911 S:      Maintained
10912
10913 UVESAFB DRIVER
10914 M:      Michal Januszewski <spock@gentoo.org>
10915 L:      linux-fbdev@vger.kernel.org
10916 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10917 S:      Maintained
10918 F:      Documentation/fb/uvesafb.txt
10919 F:      drivers/video/fbdev/uvesafb.*
10920
10921 VFAT/FAT/MSDOS FILESYSTEM
10922 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10923 S:      Maintained
10924 F:      Documentation/filesystems/vfat.txt
10925 F:      fs/fat/
10926
10927 VFIO DRIVER
10928 M:      Alex Williamson <alex.williamson@redhat.com>
10929 L:      kvm@vger.kernel.org
10930 S:      Maintained
10931 F:      Documentation/vfio.txt
10932 F:      drivers/vfio/
10933 F:      include/linux/vfio.h
10934 F:      include/uapi/linux/vfio.h
10935
10936 VFIO PLATFORM DRIVER
10937 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10938 L:      kvm@vger.kernel.org
10939 S:      Maintained
10940 F:      drivers/vfio/platform/
10941
10942 VIDEOBUF2 FRAMEWORK
10943 M:      Pawel Osciak <pawel@osciak.com>
10944 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10945 M:      Kyungmin Park <kyungmin.park@samsung.com>
10946 L:      linux-media@vger.kernel.org
10947 S:      Maintained
10948 F:      drivers/media/v4l2-core/videobuf2-*
10949 F:      include/media/videobuf2-*
10950
10951 VIRTIO CONSOLE DRIVER
10952 M:      Amit Shah <amit.shah@redhat.com>
10953 L:      virtualization@lists.linux-foundation.org
10954 S:      Maintained
10955 F:      drivers/char/virtio_console.c
10956 F:      include/linux/virtio_console.h
10957 F:      include/uapi/linux/virtio_console.h
10958
10959 VIRTIO CORE, NET AND BLOCK DRIVERS
10960 M:      "Michael S. Tsirkin" <mst@redhat.com>
10961 L:      virtualization@lists.linux-foundation.org
10962 S:      Maintained
10963 F:      drivers/virtio/
10964 F:      tools/virtio/
10965 F:      drivers/net/virtio_net.c
10966 F:      drivers/block/virtio_blk.c
10967 F:      include/linux/virtio_*.h
10968 F:      include/uapi/linux/virtio_*.h
10969
10970 VIRTIO DRIVERS FOR S390
10971 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10972 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10973 L:      linux-s390@vger.kernel.org
10974 L:      virtualization@lists.linux-foundation.org
10975 L:      kvm@vger.kernel.org
10976 S:      Supported
10977 F:      drivers/s390/virtio/
10978
10979 VIRTIO GPU DRIVER
10980 M:      David Airlie <airlied@linux.ie>
10981 M:      Gerd Hoffmann <kraxel@redhat.com>
10982 L:      dri-devel@lists.freedesktop.org
10983 L:      virtualization@lists.linux-foundation.org
10984 S:      Maintained
10985 F:      drivers/gpu/drm/virtio/
10986 F:      include/uapi/linux/virtio_gpu.h
10987
10988 VIRTIO HOST (VHOST)
10989 M:      "Michael S. Tsirkin" <mst@redhat.com>
10990 L:      kvm@vger.kernel.org
10991 L:      virtualization@lists.linux-foundation.org
10992 L:      netdev@vger.kernel.org
10993 S:      Maintained
10994 F:      drivers/vhost/
10995 F:      include/uapi/linux/vhost.h
10996
10997 VIRTIO INPUT DRIVER
10998 M:      Gerd Hoffmann <kraxel@redhat.com>
10999 S:      Maintained
11000 F:      drivers/virtio/virtio_input.c
11001 F:      include/uapi/linux/virtio_input.h
11002
11003 VIA RHINE NETWORK DRIVER
11004 S:      Orphan
11005 F:      drivers/net/ethernet/via/via-rhine.c
11006
11007 VIA SD/MMC CARD CONTROLLER DRIVER
11008 M:      Bruce Chang <brucechang@via.com.tw>
11009 M:      Harald Welte <HaraldWelte@viatech.com>
11010 S:      Maintained
11011 F:      drivers/mmc/host/via-sdmmc.c
11012
11013 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11014 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11015 L:      linux-fbdev@vger.kernel.org
11016 S:      Maintained
11017 F:      include/linux/via-core.h
11018 F:      include/linux/via-gpio.h
11019 F:      include/linux/via_i2c.h
11020 F:      drivers/video/fbdev/via/
11021
11022 VIA VELOCITY NETWORK DRIVER
11023 M:      Francois Romieu <romieu@fr.zoreil.com>
11024 L:      netdev@vger.kernel.org
11025 S:      Maintained
11026 F:      drivers/net/ethernet/via/via-velocity.*
11027
11028 VIVID VIRTUAL VIDEO DRIVER
11029 M:      Hans Verkuil <hverkuil@xs4all.nl>
11030 L:      linux-media@vger.kernel.org
11031 T:      git git://linuxtv.org/media_tree.git
11032 W:      http://linuxtv.org
11033 S:      Maintained
11034 F:      drivers/media/platform/vivid/*
11035
11036 VLAN (802.1Q)
11037 M:      Patrick McHardy <kaber@trash.net>
11038 L:      netdev@vger.kernel.org
11039 S:      Maintained
11040 F:      drivers/net/macvlan.c
11041 F:      include/linux/if_*vlan.h
11042 F:      net/8021q/
11043
11044 VLYNQ BUS
11045 M:      Florian Fainelli <florian@openwrt.org>
11046 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11047 S:      Maintained
11048 F:      drivers/vlynq/vlynq.c
11049 F:      include/linux/vlynq.h
11050
11051 VME SUBSYSTEM
11052 M:      Martyn Welch <martyn.welch@ge.com>
11053 M:      Manohar Vanga <manohar.vanga@gmail.com>
11054 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11055 L:      devel@driverdev.osuosl.org
11056 S:      Maintained
11057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11058 F:      Documentation/vme_api.txt
11059 F:      drivers/staging/vme/
11060 F:      drivers/vme/
11061 F:      include/linux/vme*
11062
11063 VMWARE HYPERVISOR INTERFACE
11064 M:      Alok Kataria <akataria@vmware.com>
11065 L:      virtualization@lists.linux-foundation.org
11066 S:      Supported
11067 F:      arch/x86/kernel/cpu/vmware.c
11068
11069 VMWARE BALLOON DRIVER
11070 M:      Xavier Deguillard <xdeguillard@vmware.com>
11071 M:      Philip Moltmann <moltmann@vmware.com>
11072 M:      "VMware, Inc." <pv-drivers@vmware.com>
11073 L:      linux-kernel@vger.kernel.org
11074 S:      Maintained
11075 F:      drivers/misc/vmw_balloon.c
11076
11077 VMWARE VMMOUSE SUBDRIVER
11078 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11079 M:      "VMware, Inc." <pv-drivers@vmware.com>
11080 L:      linux-input@vger.kernel.org
11081 S:      Maintained
11082 F:      drivers/input/mouse/vmmouse.c
11083 F:      drivers/input/mouse/vmmouse.h
11084
11085 VMWARE VMXNET3 ETHERNET DRIVER
11086 M:      Shrikrishna Khare <skhare@vmware.com>
11087 M:      "VMware, Inc." <pv-drivers@vmware.com>
11088 L:      netdev@vger.kernel.org
11089 S:      Maintained
11090 F:      drivers/net/vmxnet3/
11091
11092 VMware PVSCSI driver
11093 M:      Arvind Kumar <arvindkumar@vmware.com>
11094 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11095 L:      linux-scsi@vger.kernel.org
11096 S:      Maintained
11097 F:      drivers/scsi/vmw_pvscsi.c
11098 F:      drivers/scsi/vmw_pvscsi.h
11099
11100 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11101 M:      Liam Girdwood <lgirdwood@gmail.com>
11102 M:      Mark Brown <broonie@kernel.org>
11103 L:      linux-kernel@vger.kernel.org
11104 W:      http://opensource.wolfsonmicro.com/node/15
11105 W:      http://www.slimlogic.co.uk/?p=48
11106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11107 S:      Supported
11108 F:      drivers/regulator/
11109 F:      include/linux/regulator/
11110
11111 VRF
11112 M:      David Ahern <dsa@cumulusnetworks.com>
11113 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11114 L:      netdev@vger.kernel.org
11115 S:      Maintained
11116 F:      drivers/net/vrf.c
11117 F:      include/net/vrf.h
11118
11119 VT1211 HARDWARE MONITOR DRIVER
11120 M:      Juerg Haefliger <juergh@gmail.com>
11121 L:      lm-sensors@lm-sensors.org
11122 S:      Maintained
11123 F:      Documentation/hwmon/vt1211
11124 F:      drivers/hwmon/vt1211.c
11125
11126 VT8231 HARDWARE MONITOR DRIVER
11127 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11128 L:      lm-sensors@lm-sensors.org
11129 S:      Maintained
11130 F:      drivers/hwmon/vt8231.c
11131
11132 VUB300 USB to SDIO/SD/MMC bridge chip
11133 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11134 L:      linux-mmc@vger.kernel.org
11135 L:      linux-usb@vger.kernel.org
11136 S:      Supported
11137 F:      drivers/mmc/host/vub300.c
11138
11139 W1 DALLAS'S 1-WIRE BUS
11140 M:      Evgeniy Polyakov <zbr@ioremap.net>
11141 S:      Maintained
11142 F:      Documentation/w1/
11143 F:      drivers/w1/
11144
11145 W83791D HARDWARE MONITORING DRIVER
11146 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11147 L:      lm-sensors@lm-sensors.org
11148 S:      Maintained
11149 F:      Documentation/hwmon/w83791d
11150 F:      drivers/hwmon/w83791d.c
11151
11152 W83793 HARDWARE MONITORING DRIVER
11153 M:      Rudolf Marek <r.marek@assembler.cz>
11154 L:      lm-sensors@lm-sensors.org
11155 S:      Maintained
11156 F:      Documentation/hwmon/w83793
11157 F:      drivers/hwmon/w83793.c
11158
11159 W83795 HARDWARE MONITORING DRIVER
11160 M:      Jean Delvare <jdelvare@suse.com>
11161 L:      lm-sensors@lm-sensors.org
11162 S:      Maintained
11163 F:      drivers/hwmon/w83795.c
11164
11165 W83L51xD SD/MMC CARD INTERFACE DRIVER
11166 M:      Pierre Ossman <pierre@ossman.eu>
11167 S:      Maintained
11168 F:      drivers/mmc/host/wbsd.*
11169
11170 WACOM PROTOCOL 4 SERIAL TABLETS
11171 M:      Julian Squires <julian@cipht.net>
11172 M:      Hans de Goede <hdegoede@redhat.com>
11173 L:      linux-input@vger.kernel.org
11174 S:      Maintained
11175 F:      drivers/input/tablet/wacom_serial4.c
11176
11177 WATCHDOG DEVICE DRIVERS
11178 M:      Wim Van Sebroeck <wim@iguana.be>
11179 L:      linux-watchdog@vger.kernel.org
11180 W:      http://www.linux-watchdog.org/
11181 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11182 S:      Maintained
11183 F:      Documentation/watchdog/
11184 F:      drivers/watchdog/
11185 F:      include/linux/watchdog.h
11186 F:      include/uapi/linux/watchdog.h
11187
11188 WD7000 SCSI DRIVER
11189 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11190 L:      linux-scsi@vger.kernel.org
11191 S:      Maintained
11192 F:      drivers/scsi/wd7000.c
11193
11194 WIIMOTE HID DRIVER
11195 M:      David Herrmann <dh.herrmann@googlemail.com>
11196 L:      linux-input@vger.kernel.org
11197 S:      Maintained
11198 F:      drivers/hid/hid-wiimote*
11199
11200 WINBOND CIR DRIVER
11201 M:      David Härdeman <david@hardeman.nu>
11202 S:      Maintained
11203 F:      drivers/media/rc/winbond-cir.c
11204
11205 WIMAX STACK
11206 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11207 M:      linux-wimax@intel.com
11208 L:      wimax@linuxwimax.org (subscribers-only)
11209 S:      Supported
11210 W:      http://linuxwimax.org
11211 F:      Documentation/wimax/README.wimax
11212 F:      include/linux/wimax/debug.h
11213 F:      include/net/wimax.h
11214 F:      include/uapi/linux/wimax.h
11215 F:      net/wimax/
11216
11217 WISTRON LAPTOP BUTTON DRIVER
11218 M:      Miloslav Trmac <mitr@volny.cz>
11219 S:      Maintained
11220 F:      drivers/input/misc/wistron_btns.c
11221
11222 WL3501 WIRELESS PCMCIA CARD DRIVER
11223 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11224 L:      linux-wireless@vger.kernel.org
11225 W:      http://oops.ghostprotocols.net:81/blog
11226 S:      Maintained
11227 F:      drivers/net/wireless/wl3501*
11228
11229 WM97XX TOUCHSCREEN DRIVERS
11230 M:      Mark Brown <broonie@kernel.org>
11231 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11232 L:      linux-input@vger.kernel.org
11233 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11234 W:      http://opensource.wolfsonmicro.com/node/7
11235 S:      Supported
11236 F:      drivers/input/touchscreen/*wm97*
11237 F:      include/linux/wm97xx.h
11238
11239 WOLFSON MICROELECTRONICS DRIVERS
11240 L:      patches@opensource.wolfsonmicro.com
11241 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11242 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11243 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11244 S:      Supported
11245 F:      Documentation/hwmon/wm83??
11246 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11247 F:      drivers/clk/clk-wm83*.c
11248 F:      drivers/extcon/extcon-arizona.c
11249 F:      drivers/leds/leds-wm83*.c
11250 F:      drivers/gpio/gpio-*wm*.c
11251 F:      drivers/gpio/gpio-arizona.c
11252 F:      drivers/hwmon/wm83??-hwmon.c
11253 F:      drivers/input/misc/wm831x-on.c
11254 F:      drivers/input/touchscreen/wm831x-ts.c
11255 F:      drivers/input/touchscreen/wm97*.c
11256 F:      drivers/mfd/arizona*
11257 F:      drivers/mfd/wm*.c
11258 F:      drivers/power/wm83*.c
11259 F:      drivers/rtc/rtc-wm83*.c
11260 F:      drivers/regulator/wm8*.c
11261 F:      drivers/video/backlight/wm83*_bl.c
11262 F:      drivers/watchdog/wm83*_wdt.c
11263 F:      include/linux/mfd/arizona/
11264 F:      include/linux/mfd/wm831x/
11265 F:      include/linux/mfd/wm8350/
11266 F:      include/linux/mfd/wm8400*
11267 F:      include/linux/wm97xx.h
11268 F:      include/sound/wm????.h
11269 F:      sound/soc/codecs/arizona.?
11270 F:      sound/soc/codecs/wm*
11271
11272 WORKQUEUE
11273 M:      Tejun Heo <tj@kernel.org>
11274 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11276 S:      Maintained
11277 F:      include/linux/workqueue.h
11278 F:      kernel/workqueue.c
11279 F:      Documentation/workqueue.txt
11280
11281 X.25 NETWORK LAYER
11282 M:      Andrew Hendry <andrew.hendry@gmail.com>
11283 L:      linux-x25@vger.kernel.org
11284 S:      Odd Fixes
11285 F:      Documentation/networking/x25*
11286 F:      include/net/x25*
11287 F:      net/x25/
11288
11289 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11290 M:      Thomas Gleixner <tglx@linutronix.de>
11291 M:      Ingo Molnar <mingo@redhat.com>
11292 M:      "H. Peter Anvin" <hpa@zytor.com>
11293 M:      x86@kernel.org
11294 L:      linux-kernel@vger.kernel.org
11295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11296 S:      Maintained
11297 F:      Documentation/x86/
11298 F:      arch/x86/
11299
11300 X86 PLATFORM DRIVERS
11301 M:      Darren Hart <dvhart@infradead.org>
11302 L:      platform-driver-x86@vger.kernel.org
11303 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11304 S:      Maintained
11305 F:      drivers/platform/x86/
11306
11307 X86 MCE INFRASTRUCTURE
11308 M:      Tony Luck <tony.luck@intel.com>
11309 M:      Borislav Petkov <bp@alien8.de>
11310 L:      linux-edac@vger.kernel.org
11311 S:      Maintained
11312 F:      arch/x86/kernel/cpu/mcheck/*
11313
11314 X86 VDSO
11315 M:      Andy Lutomirski <luto@amacapital.net>
11316 L:      linux-kernel@vger.kernel.org
11317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11318 S:      Maintained
11319 F:      arch/x86/entry/vdso/
11320
11321 XC2028/3028 TUNER DRIVER
11322 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11323 L:      linux-media@vger.kernel.org
11324 W:      http://linuxtv.org
11325 T:      git git://linuxtv.org/media_tree.git
11326 S:      Maintained
11327 F:      drivers/media/tuners/tuner-xc2028.*
11328
11329 XEN HYPERVISOR INTERFACE
11330 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11331 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11332 M:      David Vrabel <david.vrabel@citrix.com>
11333 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11335 S:      Supported
11336 F:      arch/x86/xen/
11337 F:      drivers/*/xen-*front.c
11338 F:      drivers/xen/
11339 F:      arch/x86/include/asm/xen/
11340 F:      include/xen/
11341 F:      include/uapi/xen/
11342
11343 XEN HYPERVISOR ARM
11344 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11345 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11346 S:      Supported
11347 F:      arch/arm/xen/
11348 F:      arch/arm/include/asm/xen/
11349
11350 XEN HYPERVISOR ARM64
11351 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11352 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11353 S:      Supported
11354 F:      arch/arm64/xen/
11355 F:      arch/arm64/include/asm/xen/
11356
11357 XEN NETWORK BACKEND DRIVER
11358 M:      Ian Campbell <ian.campbell@citrix.com>
11359 M:      Wei Liu <wei.liu2@citrix.com>
11360 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11361 L:      netdev@vger.kernel.org
11362 S:      Supported
11363 F:      drivers/net/xen-netback/*
11364
11365 XEN PCI SUBSYSTEM
11366 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11367 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11368 S:      Supported
11369 F:      arch/x86/pci/*xen*
11370 F:      drivers/pci/*xen*
11371
11372 XEN BLOCK SUBSYSTEM
11373 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11374 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11375 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11376 S:      Supported
11377 F:      drivers/block/xen-blkback/*
11378 F:      drivers/block/xen*
11379
11380 XEN PVSCSI DRIVERS
11381 M:      Juergen Gross <jgross@suse.com>
11382 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11383 L:      linux-scsi@vger.kernel.org
11384 S:      Supported
11385 F:      drivers/scsi/xen-scsifront.c
11386 F:      drivers/xen/xen-scsiback.c
11387 F:      include/xen/interface/io/vscsiif.h
11388
11389 XEN SWIOTLB SUBSYSTEM
11390 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11391 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11392 S:      Supported
11393 F:      arch/x86/xen/*swiotlb*
11394 F:      drivers/xen/*swiotlb*
11395
11396 XFS FILESYSTEM
11397 P:      Silicon Graphics Inc
11398 M:      Dave Chinner <david@fromorbit.com>
11399 M:      xfs@oss.sgi.com
11400 L:      xfs@oss.sgi.com
11401 W:      http://oss.sgi.com/projects/xfs
11402 T:      git git://oss.sgi.com/xfs/xfs.git
11403 S:      Supported
11404 F:      Documentation/filesystems/xfs.txt
11405 F:      fs/xfs/
11406
11407 XILINX AXI ETHERNET DRIVER
11408 M:      Anirudha Sarangi <anirudh@xilinx.com>
11409 M:      John Linn <John.Linn@xilinx.com>
11410 S:      Maintained
11411 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11412
11413 XILINX UARTLITE SERIAL DRIVER
11414 M:      Peter Korsgaard <jacmet@sunsite.dk>
11415 L:      linux-serial@vger.kernel.org
11416 S:      Maintained
11417 F:      drivers/tty/serial/uartlite.c
11418
11419 XILINX VIDEO IP CORES
11420 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11421 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11422 L:      linux-media@vger.kernel.org
11423 T:      git git://linuxtv.org/media_tree.git
11424 S:      Supported
11425 F:      Documentation/devicetree/bindings/media/xilinx/
11426 F:      drivers/media/platform/xilinx/
11427 F:      include/uapi/linux/xilinx-v4l2-controls.h
11428
11429 XILLYBUS DRIVER
11430 M:      Eli Billauer <eli.billauer@gmail.com>
11431 L:      linux-kernel@vger.kernel.org
11432 S:      Supported
11433 F:      drivers/char/xillybus/
11434
11435 XTENSA XTFPGA PLATFORM SUPPORT
11436 M:      Max Filippov <jcmvbkbc@gmail.com>
11437 L:      linux-xtensa@linux-xtensa.org
11438 S:      Maintained
11439 F:      drivers/spi/spi-xtensa-xtfpga.c
11440 F:      sound/soc/xtensa/xtfpga-i2s.c
11441
11442 YAM DRIVER FOR AX.25
11443 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11444 L:      linux-hams@vger.kernel.org
11445 S:      Maintained
11446 F:      drivers/net/hamradio/yam*
11447 F:      include/linux/yam.h
11448
11449 YEALINK PHONE DRIVER
11450 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11451 L:      usbb2k-api-dev@nongnu.org
11452 S:      Maintained
11453 F:      Documentation/input/yealink.txt
11454 F:      drivers/input/misc/yealink.*
11455
11456 Z8530 DRIVER FOR AX.25
11457 M:      Joerg Reuter <jreuter@yaina.de>
11458 W:      http://yaina.de/jreuter/
11459 W:      http://www.qsl.net/dl1bke/
11460 L:      linux-hams@vger.kernel.org
11461 S:      Maintained
11462 F:      Documentation/networking/z8530drv.txt
11463 F:      drivers/net/hamradio/*scc.c
11464 F:      drivers/net/hamradio/z8530.h
11465
11466 ZBUD COMPRESSED PAGE ALLOCATOR
11467 M:      Seth Jennings <sjennings@variantweb.net>
11468 L:      linux-mm@kvack.org
11469 S:      Maintained
11470 F:      mm/zbud.c
11471 F:      include/linux/zbud.h
11472
11473 ZD1211RW WIRELESS DRIVER
11474 M:      Daniel Drake <dsd@gentoo.org>
11475 M:      Ulrich Kunitz <kune@deine-taler.de>
11476 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11477 L:      linux-wireless@vger.kernel.org
11478 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11479 S:      Maintained
11480 F:      drivers/net/wireless/zd1211rw/
11481
11482 ZPOOL COMPRESSED PAGE STORAGE API
11483 M:      Dan Streetman <ddstreet@ieee.org>
11484 L:      linux-mm@kvack.org
11485 S:      Maintained
11486 F:      mm/zpool.c
11487 F:      include/linux/zpool.h
11488
11489 ZR36067 VIDEO FOR LINUX DRIVER
11490 L:      mjpeg-users@lists.sourceforge.net
11491 L:      linux-media@vger.kernel.org
11492 W:      http://mjpeg.sourceforge.net/driver-zoran/
11493 T:      hg http://linuxtv.org/hg/v4l-dvb
11494 S:      Odd Fixes
11495 F:      drivers/media/pci/zoran/
11496
11497 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11498 M:      Minchan Kim <minchan@kernel.org>
11499 M:      Nitin Gupta <ngupta@vflare.org>
11500 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11501 L:      linux-kernel@vger.kernel.org
11502 S:      Maintained
11503 F:      drivers/block/zram/
11504 F:      Documentation/blockdev/zram.txt
11505
11506 ZS DECSTATION Z85C30 SERIAL DRIVER
11507 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11508 S:      Maintained
11509 F:      drivers/tty/serial/zs.*
11510
11511 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11512 M:      Minchan Kim <minchan@kernel.org>
11513 M:      Nitin Gupta <ngupta@vflare.org>
11514 L:      linux-mm@kvack.org
11515 S:      Maintained
11516 F:      mm/zsmalloc.c
11517 F:      include/linux/zsmalloc.h
11518 F:      Documentation/vm/zsmalloc.txt
11519
11520 ZSWAP COMPRESSED SWAP CACHING
11521 M:      Seth Jennings <sjennings@variantweb.net>
11522 L:      linux-mm@kvack.org
11523 S:      Maintained
11524 F:      mm/zswap.c
11525
11526 THE REST
11527 M:      Linus Torvalds <torvalds@linux-foundation.org>
11528 L:      linux-kernel@vger.kernel.org
11529 Q:      http://patchwork.kernel.org/project/LKML/list/
11530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11531 S:      Buried alive in reporters
11532 F:      *
11533 F:      */