Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[pandora-kernel.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 ANALOG DEVICES INC DMA DRIVERS
739 M:      Lars-Peter Clausen <lars@metafoo.de>
740 W:      http://ez.analog.com/community/linux-device-drivers
741 S:      Supported
742 F:      drivers/dma/dma-axi-dmac.c
743
744 ANDROID DRIVERS
745 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
746 M:      Arve HjønnevĂ¥g <arve@android.com>
747 M:      Riley Andrews <riandrews@android.com>
748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
749 L:      devel@driverdev.osuosl.org
750 S:      Supported
751 F:      drivers/android/
752 F:      drivers/staging/android/
753
754 AOA (Apple Onboard Audio) ALSA DRIVER
755 M:      Johannes Berg <johannes@sipsolutions.net>
756 L:      linuxppc-dev@lists.ozlabs.org
757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
758 S:      Maintained
759 F:      sound/aoa/
760
761 APM DRIVER
762 M:      Jiri Kosina <jikos@kernel.org>
763 S:      Odd fixes
764 F:      arch/x86/kernel/apm_32.c
765 F:      include/linux/apm_bios.h
766 F:      include/uapi/linux/apm_bios.h
767 F:      drivers/char/apm-emulation.c
768
769 APPLE BCM5974 MULTITOUCH DRIVER
770 M:      Henrik Rydberg <rydberg@bitmath.org>
771 L:      linux-input@vger.kernel.org
772 S:      Odd fixes
773 F:      drivers/input/mouse/bcm5974.c
774
775 APPLE SMC DRIVER
776 M:      Henrik Rydberg <rydberg@bitmath.org>
777 L:      lm-sensors@lm-sensors.org
778 S:      Odd fixes
779 F:      drivers/hwmon/applesmc.c
780
781 APPLETALK NETWORK LAYER
782 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
783 S:      Maintained
784 F:      drivers/net/appletalk/
785 F:      net/appletalk/
786
787 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
788 M:      Iyappan Subramanian <isubramanian@apm.com>
789 M:      Keyur Chudgar <kchudgar@apm.com>
790 S:      Supported
791 F:      drivers/net/ethernet/apm/xgene/
792 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
793
794 APTINA CAMERA SENSOR PLL
795 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
796 L:      linux-media@vger.kernel.org
797 S:      Maintained
798 F:      drivers/media/i2c/aptina-pll.*
799
800 ARC FRAMEBUFFER DRIVER
801 M:      Jaya Kumar <jayalk@intworks.biz>
802 S:      Maintained
803 F:      drivers/video/fbdev/arcfb.c
804 F:      drivers/video/fbdev/core/fb_defio.c
805
806 ARM MFM AND FLOPPY DRIVERS
807 M:      Ian Molton <spyro@f2s.com>
808 S:      Maintained
809 F:      arch/arm/lib/floppydma.S
810 F:      arch/arm/include/asm/floppy.h
811
812 ARM PMU PROFILING AND DEBUGGING
813 M:      Will Deacon <will.deacon@arm.com>
814 S:      Maintained
815 F:      arch/arm/kernel/perf_*
816 F:      arch/arm/oprofile/common.c
817 F:      arch/arm/kernel/hw_breakpoint.c
818 F:      arch/arm/include/asm/hw_breakpoint.h
819 F:      arch/arm/include/asm/perf_event.h
820 F:      drivers/perf/arm_pmu.c
821 F:      include/linux/perf/arm_pmu.h
822
823 ARM PORT
824 M:      Russell King <linux@arm.linux.org.uk>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 W:      http://www.arm.linux.org.uk/
827 S:      Maintained
828 F:      arch/arm/
829
830 ARM SUB-ARCHITECTURES
831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 S:      Maintained
833 F:      arch/arm/mach-*/
834 F:      arch/arm/plat-*/
835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
836
837 ARM PRIMECELL AACI PL041 DRIVER
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      sound/arm/aaci.*
841
842 ARM PRIMECELL CLCD PL110 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      drivers/video/fbdev/amba-clcd.*
846
847 ARM PRIMECELL KMI PL050 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/input/serio/ambakmi.*
851 F:      include/linux/amba/kmi.h
852
853 ARM PRIMECELL MMCI PL180/1 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/mmc/host/mmci.*
857 F:      include/linux/amba/mmci.h
858
859 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/tty/serial/amba-pl01*.c
863 F:      include/linux/amba/serial.h
864
865 ARM PRIMECELL BUS SUPPORT
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/amba/
869 F:      include/linux/amba/bus.h
870
871 ARM/ADS SPHERE MACHINE SUPPORT
872 M:      Lennert Buytenhek <kernel@wantstofly.org>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875
876 ARM/AFEB9260 MACHINE SUPPORT
877 M:      Sergey Lapin <slapin@ossfans.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AJECO 1ARM MACHINE SUPPORT
882 M:      Lennert Buytenhek <kernel@wantstofly.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/Allwinner A1X SoC support
887 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 N:      sun[x4567]i
891
892 ARM/Allwinner SoC Clock Support
893 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
894 S:      Maintained
895 F:      drivers/clk/sunxi/
896
897 ARM/Amlogic MesonX SoC support
898 M:      Carlo Caione <carlo@caione.org>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901 F:      drivers/media/rc/meson-ir.c
902 N:      meson[x68]
903
904 ARM/Annapurna Labs ALPINE ARCHITECTURE
905 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
906 S:      Maintained
907 F:      arch/arm/mach-alpine/
908
909 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
910 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
911 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
912 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 W:      http://www.linux4sam.org
915 S:      Supported
916 F:      arch/arm/mach-at91/
917 F:      include/soc/at91/
918 F:      arch/arm/boot/dts/at91*.dts
919 F:      arch/arm/boot/dts/at91*.dtsi
920 F:      arch/arm/boot/dts/sama*.dts
921 F:      arch/arm/boot/dts/sama*.dtsi
922 F:      arch/arm/include/debug/at91.S
923
924 ARM/ATMEL AT91 Clock Support
925 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
926 S:      Maintained
927 F:      drivers/clk/at91
928
929 ARM/CALXEDA HIGHBANK ARCHITECTURE
930 M:      Rob Herring <robh@kernel.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 S:      Maintained
933 F:      arch/arm/mach-highbank/
934
935 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
936 M:      Krzysztof Halasa <khalasa@piap.pl>
937 S:      Maintained
938 F:      arch/arm/mach-cns3xxx/
939
940 ARM/CAVIUM THUNDER NETWORK DRIVER
941 M:      Sunil Goutham <sgoutham@cavium.com>
942 M:      Robert Richter <rric@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Supported
945 F:      drivers/net/ethernet/cavium/thunder/
946
947 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
948 M:      Alexander Shiyan <shc_work@mail.ru>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Odd Fixes
951 N:      clps711x
952
953 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
954 M:      Hartley Sweeten <hsweeten@visionengravers.com>
955 M:      Ryan Mallon <rmallon@gmail.com>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Maintained
958 F:      arch/arm/mach-ep93xx/
959 F:      arch/arm/mach-ep93xx/include/mach/
960
961 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
962 M:      Lennert Buytenhek <kernel@wantstofly.org>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965
966 ARM/CLKDEV SUPPORT
967 M:      Russell King <linux@arm.linux.org.uk>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/include/asm/clkdev.h
971 F:      drivers/clk/clkdev.c
972
973 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
974 M:      Mike Rapoport <mike@compulab.co.il>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CONTEC MICRO9 MACHINE SUPPORT
979 M:      Hubert Feurstein <hubert.feurstein@contec.at>
980 S:      Maintained
981 F:      arch/arm/mach-ep93xx/micro9.c
982
983 ARM/CORESIGHT FRAMEWORK AND DRIVERS
984 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Maintained
987 F:      drivers/hwtracing/coresight/*
988 F:      Documentation/trace/coresight.txt
989 F:      Documentation/devicetree/bindings/arm/coresight.txt
990 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
991
992 ARM/CORGI MACHINE SUPPORT
993 M:      Richard Purdie <rpurdie@rpsys.net>
994 S:      Maintained
995
996 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
997 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 T:      git git://github.com/ulli-kroll/linux.git
1000 S:      Maintained
1001 F:      arch/arm/mach-gemini/
1002 F:      drivers/rtc/rtc-gemini.c
1003
1004 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1005 M:      Barry Song <baohua@kernel.org>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1008 S:      Maintained
1009 F:      arch/arm/mach-prima2/
1010 F:      drivers/clk/sirf/
1011 F:      drivers/clocksource/timer-prima2.c
1012 F:      drivers/clocksource/timer-atlas7.c
1013 N:      [^a-z]sirf
1014
1015 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1016 M:      Baruch Siach <baruch@tkos.co.il>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019 F:      arch/arm/boot/dts/cx92755*
1020 N:      digicolor
1021
1022 ARM/EBSA110 MACHINE SUPPORT
1023 M:      Russell King <linux@arm.linux.org.uk>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 W:      http://www.arm.linux.org.uk/
1026 S:      Maintained
1027 F:      arch/arm/mach-ebsa110/
1028 F:      drivers/net/ethernet/amd/am79c961a.*
1029
1030 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1031 M:      Uwe Kleine-König <kernel@pengutronix.de>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034 N:      efm32
1035
1036 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1037 M:      Daniel Ribeiro <drwyrm@gmail.com>
1038 M:      Stefan Schmidt <stefan@openezx.org>
1039 M:      Harald Welte <laforge@openezx.org>
1040 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1041 W:      http://www.openezx.org/
1042 S:      Maintained
1043 T:      topgit git://git.openezx.org/openezx.git
1044 F:      arch/arm/mach-pxa/ezx.c
1045
1046 ARM/FARADAY FA526 PORT
1047 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 S:      Maintained
1050 T:      git git://git.berlios.de/gemini-board
1051 F:      arch/arm/mm/*-fa*
1052
1053 ARM/FOOTBRIDGE ARCHITECTURE
1054 M:      Russell King <linux@arm.linux.org.uk>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 W:      http://www.arm.linux.org.uk/
1057 S:      Maintained
1058 F:      arch/arm/include/asm/hardware/dec21285.h
1059 F:      arch/arm/mach-footbridge/
1060
1061 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1062 M:      Shawn Guo <shawnguo@kernel.org>
1063 M:      Sascha Hauer <kernel@pengutronix.de>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Maintained
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1067 F:      arch/arm/mach-imx/
1068 F:      arch/arm/mach-mxs/
1069 F:      arch/arm/boot/dts/imx*
1070 F:      arch/arm/configs/imx*_defconfig
1071 F:      drivers/clk/imx/
1072 F:      include/soc/imx/
1073
1074 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1075 M:      Shawn Guo <shawnguo@kernel.org>
1076 M:      Sascha Hauer <kernel@pengutronix.de>
1077 R:      Stefan Agner <stefan@agner.ch>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/*vf610*
1082 F:      arch/arm/boot/dts/vf*
1083
1084 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1085 M:      Lennert Buytenhek <kernel@wantstofly.org>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 S:      Maintained
1088
1089 ARM/GUMSTIX MACHINE SUPPORT
1090 M:      Steve Sakoman <sakoman@gmail.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1095 M:      Philipp Zabel <philipp.zabel@gmail.com>
1096 M:      Paul Parsons <lost.distance@yahoo.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 F:      arch/arm/mach-pxa/hx4700.c
1100 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1101 F:      sound/soc/pxa/hx4700.c
1102
1103 ARM/HISILICON SOC SUPPORT
1104 M:      Wei Xu <xuwei5@hisilicon.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 W:      http://www.hisilicon.com
1107 S:      Supported
1108 T:      git git://github.com/hisilicon/linux-hisi.git
1109 F:      arch/arm/mach-hisi/
1110
1111 ARM/HP JORNADA 7XX MACHINE SUPPORT
1112 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1113 W:      www.jlime.com
1114 S:      Maintained
1115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1116 F:      arch/arm/mach-sa1100/jornada720.c
1117 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1118
1119 ARM/IGEP MACHINE SUPPORT
1120 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1121 M:      Javier Martinez Canillas <javier@dowhile0.org>
1122 L:      linux-omap@vger.kernel.org
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/boot/dts/omap3-igep*
1126
1127 ARM/INCOME PXA270 SUPPORT
1128 M:      Marek Vasut <marek.vasut@gmail.com>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1132
1133 ARM/INTEL IOP32X ARM ARCHITECTURE
1134 M:      Lennert Buytenhek <kernel@wantstofly.org>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/INTEL IOP33X ARM ARCHITECTURE
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Orphan
1141
1142 ARM/INTEL IOP13XX ARM ARCHITECTURE
1143 M:      Lennert Buytenhek <kernel@wantstofly.org>
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Maintained
1146
1147 ARM/INTEL IQ81342EX MACHINE SUPPORT
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IXDP2850 MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXP4XX ARM ARCHITECTURE
1158 M:      Imre Kaloz <kaloz@openwrt.org>
1159 M:      Krzysztof Halasa <khalasa@piap.pl>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-ixp4xx/
1163
1164 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1165 M:      Jonathan Cameron <jic23@cam.ac.uk>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168 F:      arch/arm/mach-pxa/stargate2.c
1169 F:      drivers/pcmcia/pxa2xx_stargate2.c
1170
1171 ARM/INTEL XSC3 (MANZANO) ARM CORE
1172 M:      Lennert Buytenhek <kernel@wantstofly.org>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175
1176 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185 F:      arch/arm/mach-keystone/
1186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1187
1188 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-kernel@vger.kernel.org
1191 S:      Maintained
1192 F:      drivers/clk/keystone/
1193
1194 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1195 M:      Santosh Shilimkar <ssantosh@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 L:      linux-kernel@vger.kernel.org
1198 S:      Maintained
1199 F:      drivers/clocksource/timer-keystone.c
1200
1201 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/power/reset/keystone-reset.c
1206
1207 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1208 M:      Santosh Shilimkar <ssantosh@kernel.org>
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/memory/*emif*
1212
1213 ARM/LOGICPD PXA270 MACHINE SUPPORT
1214 M:      Lennert Buytenhek <kernel@wantstofly.org>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 S:      Maintained
1217
1218 ARM/LPC18XX ARCHITECTURE
1219 M:      Joachim Eastwood <manabian@gmail.com>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222 N:      lpc18xx
1223
1224 ARM/MAGICIAN MACHINE SUPPORT
1225 M:      Philipp Zabel <philipp.zabel@gmail.com>
1226 S:      Maintained
1227
1228 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1229 M:      Jason Cooper <jason@lakedaemon.net>
1230 M:      Andrew Lunn <andrew@lunn.ch>
1231 M:      Gregory Clement <gregory.clement@free-electrons.com>
1232 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/mach-mvebu/
1236 F:      drivers/rtc/rtc-armada38x.c
1237 F:      arch/arm/boot/dts/armada*
1238 F:      arch/arm/boot/dts/kirkwood*
1239
1240
1241 ARM/Marvell Berlin SoC support
1242 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 F:      arch/arm/mach-berlin/
1246 F:      arch/arm/boot/dts/berlin*
1247
1248
1249 ARM/Marvell Dove/MV78xx0/Orion SOC support
1250 M:      Jason Cooper <jason@lakedaemon.net>
1251 M:      Andrew Lunn <andrew@lunn.ch>
1252 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1253 M:      Gregory Clement <gregory.clement@free-electrons.com>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-dove/
1257 F:      arch/arm/mach-mv78xx0/
1258 F:      arch/arm/mach-orion5x/
1259 F:      arch/arm/plat-orion/
1260 F:      arch/arm/boot/dts/dove*
1261 F:      arch/arm/boot/dts/orion5x*
1262
1263
1264 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1265 M:      Alexander Clouter <alex@digriz.org.uk>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.digriz.org.uk/ts78xx/kernel
1268 S:      Maintained
1269 F:      arch/arm/mach-orion5x/ts78xx-*
1270
1271 ARM/Mediatek RTC DRIVER
1272 M:      Eddie Huang <eddie.huang@mediatek.com>
1273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1275 S:      Maintained
1276 F:      drivers/rtc/rtc-mt6397.c
1277
1278 ARM/Mediatek SoC support
1279 M:      Matthias Brugger <matthias.bgg@gmail.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283 F:      arch/arm/boot/dts/mt6*
1284 F:      arch/arm/boot/dts/mt8*
1285 F:      arch/arm/mach-mediatek/
1286 N:      mtk
1287 K:      mediatek
1288
1289 ARM/MICREL KS8695 ARCHITECTURE
1290 M:      Greg Ungerer <gerg@uclinux.org>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F:      arch/arm/mach-ks8695/
1293 S:      Odd Fixes
1294
1295 ARM/MIOA701 MACHINE SUPPORT
1296 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 F:      arch/arm/mach-pxa/mioa701.c
1299 S:      Maintained
1300
1301 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1302 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1303 S:      Maintained
1304
1305 ARM/NOMADIK ARCHITECTURE
1306 M:      Alessandro Rubini <rubini@unipv.it>
1307 M:      Linus Walleij <linus.walleij@linaro.org>
1308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 S:      Maintained
1310 F:      arch/arm/mach-nomadik/
1311 F:      drivers/pinctrl/nomadik/
1312 F:      drivers/i2c/busses/i2c-nomadik.c
1313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1314
1315 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1316 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1317 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1318 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1319 S:      Supported
1320
1321 ARM/TOSA MACHINE SUPPORT
1322 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1323 M:      Dirk Opfer <dirk@opfer-online.de>
1324 S:      Maintained
1325
1326 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1327 M:      Marek Vasut <marek.vasut@gmail.com>
1328 L:      linux-arm-kernel@lists.infradead.org
1329 W:      http://hackndev.com
1330 S:      Maintained
1331 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1332 F:      arch/arm/mach-pxa/palmtx.c
1333 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1334 F:      arch/arm/mach-pxa/palmt5.c
1335 F:      arch/arm/mach-pxa/include/mach/palmld.h
1336 F:      arch/arm/mach-pxa/palmld.c
1337 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1338 F:      arch/arm/mach-pxa/palmte2.c
1339 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1340 F:      arch/arm/mach-pxa/palmtc.c
1341
1342 ARM/PALM TREO SUPPORT
1343 M:      Tomas Cech <sleep_walker@suse.com>
1344 L:      linux-arm-kernel@lists.infradead.org
1345 W:      http://hackndev.com
1346 S:      Maintained
1347 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1348 F:      arch/arm/mach-pxa/palmtreo.c
1349
1350 ARM/PALMZ72 SUPPORT
1351 M:      Sergey Lapin <slapin@ossfans.org>
1352 L:      linux-arm-kernel@lists.infradead.org
1353 W:      http://hackndev.com
1354 S:      Maintained
1355 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1356 F:      arch/arm/mach-pxa/palmz72.c
1357
1358 ARM/PLEB SUPPORT
1359 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1360 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1361 S:      Maintained
1362
1363 ARM/PT DIGITAL BOARD PORT
1364 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 W:      http://www.arm.linux.org.uk/
1367 S:      Maintained
1368
1369 ARM/QUALCOMM SUPPORT
1370 M:      Kumar Gala <galak@codeaurora.org>
1371 M:      Andy Gross <agross@codeaurora.org>
1372 M:      David Brown <davidb@codeaurora.org>
1373 L:      linux-arm-msm@vger.kernel.org
1374 L:      linux-soc@vger.kernel.org
1375 S:      Maintained
1376 F:      arch/arm/mach-qcom/
1377 F:      drivers/soc/qcom/
1378 F:      drivers/tty/serial/msm_serial.h
1379 F:      drivers/tty/serial/msm_serial.c
1380 F:      drivers/*/pm8???-*
1381 F:      drivers/mfd/ssbi.c
1382 F:      drivers/firmware/qcom_scm.c
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1384
1385 ARM/RADISYS ENP2611 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/RISCPC ARCHITECTURE
1391 M:      Russell King <linux@arm.linux.org.uk>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 W:      http://www.arm.linux.org.uk/
1394 S:      Maintained
1395 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1396 F:      arch/arm/include/asm/hardware/ioc.h
1397 F:      arch/arm/include/asm/hardware/iomd.h
1398 F:      arch/arm/include/asm/hardware/memc.h
1399 F:      arch/arm/mach-rpc/
1400 F:      drivers/net/ethernet/8390/etherh.c
1401 F:      drivers/net/ethernet/i825xx/ether1*
1402 F:      drivers/net/ethernet/seeq/ether3*
1403 F:      drivers/scsi/arm/
1404
1405 ARM/Rockchip SoC support
1406 M:      Heiko Stuebner <heiko@sntech.de>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 L:      linux-rockchip@lists.infradead.org
1409 S:      Maintained
1410 F:      arch/arm/boot/dts/rk3*
1411 F:      arch/arm/mach-rockchip/
1412 F:      drivers/clk/rockchip/
1413 F:      drivers/i2c/busses/i2c-rk3x.c
1414 F:      drivers/*/*rockchip*
1415 F:      drivers/*/*/*rockchip*
1416 F:      sound/soc/rockchip/
1417 N:      rockchip
1418
1419 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1420 M:      Kukjin Kim <kgene@kernel.org>
1421 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1423 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/s3c*
1426 F:      arch/arm/boot/dts/exynos*
1427 F:      arch/arm64/boot/dts/exynos/
1428 F:      arch/arm/plat-samsung/
1429 F:      arch/arm/mach-s3c24*/
1430 F:      arch/arm/mach-s3c64xx/
1431 F:      arch/arm/mach-s5p*/
1432 F:      arch/arm/mach-exynos*/
1433 F:      drivers/*/*s3c2410*
1434 F:      drivers/*/*/*s3c2410*
1435 F:      drivers/spi/spi-s3c*
1436 F:      sound/soc/samsung/*
1437 N:      exynos
1438
1439 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1440 M:      Kyungmin Park <kyungmin.park@samsung.com>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443 F:      arch/arm/mach-s5pv210/
1444
1445 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1446 M:      Kyungmin Park <kyungmin.park@samsung.com>
1447 M:      Kamil Debski <k.debski@samsung.com>
1448 L:      linux-arm-kernel@lists.infradead.org
1449 L:      linux-media@vger.kernel.org
1450 S:      Maintained
1451 F:      drivers/media/platform/s5p-g2d/
1452
1453 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1454 M:      Kyungmin Park <kyungmin.park@samsung.com>
1455 M:      Kamil Debski <k.debski@samsung.com>
1456 M:      Jeongtae Park <jtp.park@samsung.com>
1457 L:      linux-arm-kernel@lists.infradead.org
1458 L:      linux-media@vger.kernel.org
1459 S:      Maintained
1460 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1461 F:      drivers/media/platform/s5p-mfc/
1462
1463 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1464 M:      Kyungmin Park <kyungmin.park@samsung.com>
1465 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1466 L:      linux-arm-kernel@lists.infradead.org
1467 L:      linux-media@vger.kernel.org
1468 S:      Maintained
1469 F:      drivers/media/platform/s5p-tv/
1470
1471 ARM/SHMOBILE ARM ARCHITECTURE
1472 M:      Simon Horman <horms@verge.net.au>
1473 M:      Magnus Damm <magnus.damm@gmail.com>
1474 L:      linux-sh@vger.kernel.org
1475 W:      http://oss.renesas.com
1476 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1478 S:      Supported
1479 F:      arch/arm/boot/dts/emev2*
1480 F:      arch/arm/boot/dts/r7s*
1481 F:      arch/arm/boot/dts/r8a*
1482 F:      arch/arm/boot/dts/sh*
1483 F:      arch/arm/configs/bockw_defconfig
1484 F:      arch/arm/configs/marzen_defconfig
1485 F:      arch/arm/configs/shmobile_defconfig
1486 F:      arch/arm/include/debug/renesas-scif.S
1487 F:      arch/arm/mach-shmobile/
1488 F:      drivers/sh/
1489
1490 ARM/SOCFPGA ARCHITECTURE
1491 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1492 S:      Maintained
1493 F:      arch/arm/mach-socfpga/
1494 F:      arch/arm/boot/dts/socfpga*
1495 F:      arch/arm/configs/socfpga_defconfig
1496 W:      http://www.rocketboards.org
1497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1498
1499 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1500 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1501 S:      Maintained
1502 F:      drivers/clk/socfpga/
1503
1504 ARM/SOCFPGA EDAC SUPPORT
1505 M:      Thor Thayer <tthayer@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/edac/altera_edac.
1508
1509 ARM/STI ARCHITECTURE
1510 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1511 M:      Maxime Coquelin <maxime.coquelin@st.com>
1512 M:      Patrice Chotard <patrice.chotard@st.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 L:      kernel@stlinux.com
1515 W:      http://www.stlinux.com
1516 S:      Maintained
1517 F:      arch/arm/mach-sti/
1518 F:      arch/arm/boot/dts/sti*
1519 F:      drivers/clocksource/arm_global_timer.c
1520 F:      drivers/i2c/busses/i2c-st.c
1521 F:      drivers/media/rc/st_rc.c
1522 F:      drivers/mmc/host/sdhci-st.c
1523 F:      drivers/phy/phy-miphy28lp.c
1524 F:      drivers/phy/phy-miphy365x.c
1525 F:      drivers/phy/phy-stih407-usb.c
1526 F:      drivers/phy/phy-stih41x-usb.c
1527 F:      drivers/pinctrl/pinctrl-st.c
1528 F:      drivers/reset/sti/
1529 F:      drivers/rtc/rtc-st-lpc.c
1530 F:      drivers/tty/serial/st-asc.c
1531 F:      drivers/usb/dwc3/dwc3-st.c
1532 F:      drivers/usb/host/ehci-st.c
1533 F:      drivers/usb/host/ohci-st.c
1534 F:      drivers/watchdog/st_lpc_wdt.c
1535 F:      drivers/ata/ahci_st.c
1536
1537 ARM/STM32 ARCHITECTURE
1538 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 S:      Maintained
1541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1542 N:      stm32
1543 F:      drivers/clocksource/armv7m_systick.c
1544
1545 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1546 M:      Lennert Buytenhek <kernel@wantstofly.org>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549
1550 ARM/TETON BGA MACHINE SUPPORT
1551 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S:      Maintained
1554
1555 ARM/THECUS N2100 MACHINE SUPPORT
1556 M:      Lennert Buytenhek <kernel@wantstofly.org>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 S:      Maintained
1559
1560 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1561 M:      Wan ZongShun <mcuos.com@gmail.com>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 W:      http://www.mcuos.com
1564 S:      Maintained
1565 F:      arch/arm/mach-w90x900/
1566 F:      drivers/input/keyboard/w90p910_keypad.c
1567 F:      drivers/input/touchscreen/w90p910_ts.c
1568 F:      drivers/watchdog/nuc900_wdt.c
1569 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1570 F:      drivers/mtd/nand/nuc900_nand.c
1571 F:      drivers/rtc/rtc-nuc900.c
1572 F:      drivers/spi/spi-nuc900.c
1573 F:      drivers/usb/host/ehci-w90x900.c
1574 F:      drivers/video/fbdev/nuc900fb.c
1575
1576 ARM/U300 MACHINE SUPPORT
1577 M:      Linus Walleij <linus.walleij@linaro.org>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 S:      Supported
1580 F:      arch/arm/mach-u300/
1581 F:      drivers/clocksource/timer-u300.c
1582 F:      drivers/i2c/busses/i2c-stu300.c
1583 F:      drivers/rtc/rtc-coh901331.c
1584 F:      drivers/watchdog/coh901327_wdt.c
1585 F:      drivers/dma/coh901318*
1586 F:      drivers/mfd/ab3100*
1587 F:      drivers/rtc/rtc-ab3100.c
1588 F:      drivers/rtc/rtc-coh901331.c
1589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1590
1591 ARM/UNIPHIER ARCHITECTURE
1592 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 S:      Maintained
1595 F:      arch/arm/boot/dts/uniphier*
1596 F:      arch/arm/mach-uniphier/
1597 F:      drivers/pinctrl/uniphier/
1598 F:      drivers/tty/serial/8250/8250_uniphier.c
1599 N:      uniphier
1600
1601 ARM/Ux500 ARM ARCHITECTURE
1602 M:      Linus Walleij <linus.walleij@linaro.org>
1603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604 S:      Maintained
1605 F:      arch/arm/mach-ux500/
1606 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1607 F:      drivers/dma/ste_dma40*
1608 F:      drivers/hwspinlock/u8500_hsem.c
1609 F:      drivers/mfd/abx500*
1610 F:      drivers/mfd/ab8500*
1611 F:      drivers/mfd/dbx500*
1612 F:      drivers/mfd/db8500*
1613 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1614 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1615 F:      drivers/rtc/rtc-ab8500.c
1616 F:      drivers/rtc/rtc-pl031.c
1617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1618
1619 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1620 M:      Ulf Hansson <ulf.hansson@linaro.org>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 T:      git git://git.linaro.org/people/ulfh/clk.git
1623 S:      Maintained
1624 F:      drivers/clk/ux500/
1625 F:      include/linux/platform_data/clk-ux500.h
1626
1627 ARM/VERSATILE EXPRESS PLATFORM
1628 M:      Liviu Dudau <liviu.dudau@arm.com>
1629 M:      Sudeep Holla <sudeep.holla@arm.com>
1630 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1632 S:      Maintained
1633 F:      arch/arm/boot/dts/vexpress*
1634 F:      arch/arm64/boot/dts/arm/vexpress*
1635 F:      arch/arm/mach-vexpress/
1636 F:      */*/vexpress*
1637 F:      */*/*/vexpress*
1638 F:      drivers/clk/versatile/clk-vexpress-osc.c
1639 F:      drivers/clocksource/versatile.c
1640
1641 ARM/VFP SUPPORT
1642 M:      Russell King <linux@arm.linux.org.uk>
1643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1644 W:      http://www.arm.linux.org.uk/
1645 S:      Maintained
1646 F:      arch/arm/vfp/
1647
1648 ARM/VOIPAC PXA270 SUPPORT
1649 M:      Marek Vasut <marek.vasut@gmail.com>
1650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 S:      Maintained
1652 F:      arch/arm/mach-pxa/vpac270.c
1653 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1654
1655 ARM/VT8500 ARM ARCHITECTURE
1656 M:      Tony Prisk <linux@prisktech.co.nz>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      arch/arm/mach-vt8500/
1660 F:      drivers/clocksource/vt8500_timer.c
1661 F:      drivers/i2c/busses/i2c-wmt.c
1662 F:      drivers/mmc/host/wmt-sdmmc.c
1663 F:      drivers/pwm/pwm-vt8500.c
1664 F:      drivers/rtc/rtc-vt8500.c
1665 F:      drivers/tty/serial/vt8500_serial.c
1666 F:      drivers/usb/host/ehci-platform.c
1667 F:      drivers/usb/host/uhci-platform.c
1668 F:      drivers/video/fbdev/vt8500lcdfb.*
1669 F:      drivers/video/fbdev/wm8505fb*
1670 F:      drivers/video/fbdev/wmt_ge_rops.*
1671
1672 ARM/ZIPIT Z2 SUPPORT
1673 M:      Marek Vasut <marek.vasut@gmail.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/mach-pxa/z2.c
1677 F:      arch/arm/mach-pxa/include/mach/z2.h
1678
1679 ARM/ZTE ARCHITECTURE
1680 M:      Jun Nie <jun.nie@linaro.org>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-zx/
1684 F:      drivers/clk/zte/
1685 F:      Documentation/devicetree/bindings/arm/zte.txt
1686 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1687
1688 ARM/ZYNQ ARCHITECTURE
1689 M:      Michal Simek <michal.simek@xilinx.com>
1690 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 W:      http://wiki.xilinx.com
1693 T:      git https://github.com/Xilinx/linux-xlnx.git
1694 S:      Supported
1695 F:      arch/arm/mach-zynq/
1696 F:      drivers/cpuidle/cpuidle-zynq.c
1697 F:      drivers/block/xsysace.c
1698 N:      zynq
1699 N:      xilinx
1700 F:      drivers/clocksource/cadence_ttc_timer.c
1701 F:      drivers/i2c/busses/i2c-cadence.c
1702 F:      drivers/mmc/host/sdhci-of-arasan.c
1703 F:      drivers/edac/synopsys_edac.c
1704
1705 ARM SMMU DRIVERS
1706 M:      Will Deacon <will.deacon@arm.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S:      Maintained
1709 F:      drivers/iommu/arm-smmu.c
1710 F:      drivers/iommu/arm-smmu-v3.c
1711 F:      drivers/iommu/io-pgtable-arm.c
1712
1713 ARM64 PORT (AARCH64 ARCHITECTURE)
1714 M:      Catalin Marinas <catalin.marinas@arm.com>
1715 M:      Will Deacon <will.deacon@arm.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      arch/arm64/
1719 F:      Documentation/arm64/
1720
1721 AS3645A LED FLASH CONTROLLER DRIVER
1722 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1723 L:      linux-media@vger.kernel.org
1724 T:      git git://linuxtv.org/media_tree.git
1725 S:      Maintained
1726 F:      drivers/media/i2c/as3645a.c
1727 F:      include/media/as3645a.h
1728
1729 ASC7621 HARDWARE MONITOR DRIVER
1730 M:      George Joseph <george.joseph@fairview5.com>
1731 L:      lm-sensors@lm-sensors.org
1732 S:      Maintained
1733 F:      Documentation/hwmon/asc7621
1734 F:      drivers/hwmon/asc7621.c
1735
1736 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1737 M:      Corentin Chary <corentin.chary@gmail.com>
1738 L:      acpi4asus-user@lists.sourceforge.net
1739 L:      platform-driver-x86@vger.kernel.org
1740 W:      http://acpi4asus.sf.net
1741 S:      Maintained
1742 F:      drivers/platform/x86/asus*.c
1743 F:      drivers/platform/x86/eeepc*.c
1744
1745 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1746 R:      Dan Williams <dan.j.williams@intel.com>
1747 W:      http://sourceforge.net/projects/xscaleiop
1748 S:      Odd fixes
1749 F:      Documentation/crypto/async-tx-api.txt
1750 F:      crypto/async_tx/
1751 F:      drivers/dma/
1752 F:      include/linux/dmaengine.h
1753 F:      include/linux/async_tx.h
1754
1755 AT24 EEPROM DRIVER
1756 M:      Wolfram Sang <wsa@the-dreams.de>
1757 L:      linux-i2c@vger.kernel.org
1758 S:      Maintained
1759 F:      drivers/misc/eeprom/at24.c
1760 F:      include/linux/platform_data/at24.h
1761
1762 ATA OVER ETHERNET (AOE) DRIVER
1763 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1764 W:      http://www.openaoe.org/
1765 S:      Supported
1766 F:      Documentation/aoe/
1767 F:      drivers/block/aoe/
1768
1769 ATHEROS ATH GENERIC UTILITIES
1770 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1771 L:      linux-wireless@vger.kernel.org
1772 S:      Supported
1773 F:      drivers/net/wireless/ath/*
1774
1775 ATHEROS ATH5K WIRELESS DRIVER
1776 M:      Jiri Slaby <jirislaby@gmail.com>
1777 M:      Nick Kossifidis <mickflemm@gmail.com>
1778 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1779 L:      linux-wireless@vger.kernel.org
1780 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1781 S:      Maintained
1782 F:      drivers/net/wireless/ath/ath5k/
1783
1784 ATHEROS ATH6KL WIRELESS DRIVER
1785 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1786 L:      linux-wireless@vger.kernel.org
1787 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1788 T:      git git://github.com/kvalo/ath.git
1789 S:      Supported
1790 F:      drivers/net/wireless/ath/ath6kl/
1791
1792 WILOCITY WIL6210 WIRELESS DRIVER
1793 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1794 L:      linux-wireless@vger.kernel.org
1795 L:      wil6210@qca.qualcomm.com
1796 S:      Supported
1797 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1798 F:      drivers/net/wireless/ath/wil6210/
1799 F:      include/uapi/linux/wil6210_uapi.h
1800
1801 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1802 M:      Christian Lamparter <chunkeey@googlemail.com>
1803 L:      linux-wireless@vger.kernel.org
1804 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1805 S:      Maintained
1806 F:      drivers/net/wireless/ath/carl9170/
1807
1808 ATK0110 HWMON DRIVER
1809 M:      Luca Tettamanti <kronos.it@gmail.com>
1810 L:      lm-sensors@lm-sensors.org
1811 S:      Maintained
1812 F:      drivers/hwmon/asus_atk0110.c
1813
1814 ATI_REMOTE2 DRIVER
1815 M:      Ville Syrjala <syrjala@sci.fi>
1816 S:      Maintained
1817 F:      drivers/input/misc/ati_remote2.c
1818
1819 ATLX ETHERNET DRIVERS
1820 M:      Jay Cliburn <jcliburn@gmail.com>
1821 M:      Chris Snook <chris.snook@gmail.com>
1822 L:      netdev@vger.kernel.org
1823 W:      http://sourceforge.net/projects/atl1
1824 W:      http://atl1.sourceforge.net
1825 S:      Maintained
1826 F:      drivers/net/ethernet/atheros/
1827
1828 ATM
1829 M:      Chas Williams <3chas3@gmail.com>
1830 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1831 L:      netdev@vger.kernel.org
1832 W:      http://linux-atm.sourceforge.net
1833 S:      Maintained
1834 F:      drivers/atm/
1835 F:      include/linux/atm*
1836 F:      include/uapi/linux/atm*
1837
1838 ATMEL AT91 / AT32 MCI DRIVER
1839 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1840 S:      Maintained
1841 F:      drivers/mmc/host/atmel-mci.c
1842 F:      drivers/mmc/host/atmel-mci-regs.h
1843
1844 ATMEL AT91 / AT32 SERIAL DRIVER
1845 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1846 S:      Supported
1847 F:      drivers/tty/serial/atmel_serial.c
1848
1849 ATMEL Audio ALSA driver
1850 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1851 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1852 S:      Supported
1853 F:      sound/soc/atmel
1854
1855 ATMEL DMA DRIVER
1856 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1858 S:      Supported
1859 F:      drivers/dma/at_hdmac.c
1860 F:      drivers/dma/at_hdmac_regs.h
1861 F:      include/linux/platform_data/dma-atmel.h
1862
1863 ATMEL XDMA DRIVER
1864 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1865 L:      linux-arm-kernel@lists.infradead.org
1866 L:      dmaengine@vger.kernel.org
1867 S:      Supported
1868 F:      drivers/dma/at_xdmac.c
1869
1870 ATMEL I2C DRIVER
1871 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1872 L:      linux-i2c@vger.kernel.org
1873 S:      Supported
1874 F:      drivers/i2c/busses/i2c-at91.c
1875
1876 ATMEL ISI DRIVER
1877 M:      Josh Wu <josh.wu@atmel.com>
1878 L:      linux-media@vger.kernel.org
1879 S:      Supported
1880 F:      drivers/media/platform/soc_camera/atmel-isi.c
1881 F:      include/media/atmel-isi.h
1882
1883 ATMEL LCDFB DRIVER
1884 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1885 L:      linux-fbdev@vger.kernel.org
1886 S:      Maintained
1887 F:      drivers/video/fbdev/atmel_lcdfb.c
1888 F:      include/video/atmel_lcdc.h
1889
1890 ATMEL MACB ETHERNET DRIVER
1891 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1892 S:      Supported
1893 F:      drivers/net/ethernet/cadence/
1894
1895 ATMEL NAND DRIVER
1896 M:      Josh Wu <josh.wu@atmel.com>
1897 L:      linux-mtd@lists.infradead.org
1898 S:      Supported
1899 F:      drivers/mtd/nand/atmel_nand*
1900
1901 ATMEL SPI DRIVER
1902 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1903 S:      Supported
1904 F:      drivers/spi/spi-atmel.*
1905
1906 ATMEL SSC DRIVER
1907 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S:      Supported
1910 F:      drivers/misc/atmel-ssc.c
1911 F:      include/linux/atmel-ssc.h
1912
1913 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1914 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 S:      Supported
1917 F:      drivers/misc/atmel_tclib.c
1918 F:      drivers/clocksource/tcb_clksrc.c
1919
1920 ATMEL USBA UDC DRIVER
1921 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 S:      Supported
1924 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1925
1926 ATMEL WIRELESS DRIVER
1927 M:      Simon Kelley <simon@thekelleys.org.uk>
1928 L:      linux-wireless@vger.kernel.org
1929 W:      http://www.thekelleys.org.uk/atmel
1930 W:      http://atmelwlandriver.sourceforge.net/
1931 S:      Maintained
1932 F:      drivers/net/wireless/atmel*
1933
1934 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1935 M:      Bradley Grove <linuxdrivers@attotech.com>
1936 L:      linux-scsi@vger.kernel.org
1937 W:      http://www.attotech.com
1938 S:      Supported
1939 F:      drivers/scsi/esas2r
1940
1941 ATUSB IEEE 802.15.4 RADIO DRIVER
1942 M:      Stefan Schmidt <stefan@osg.samsung.com>
1943 L:      linux-wpan@vger.kernel.org
1944 S:      Maintained
1945 F:      drivers/net/ieee802154/atusb.c
1946 F:      drivers/net/ieee802154/atusb.h
1947 F:      drivers/net/ieee802154/at86rf230.h
1948
1949 AUDIT SUBSYSTEM
1950 M:      Paul Moore <paul@paul-moore.com>
1951 M:      Eric Paris <eparis@redhat.com>
1952 L:      linux-audit@redhat.com (moderated for non-subscribers)
1953 W:      http://people.redhat.com/sgrubb/audit/
1954 T:      git git://git.infradead.org/users/pcmoore/audit
1955 S:      Maintained
1956 F:      include/linux/audit.h
1957 F:      include/uapi/linux/audit.h
1958 F:      kernel/audit*
1959
1960 AUXILIARY DISPLAY DRIVERS
1961 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1962 W:      http://miguelojeda.es/auxdisplay.htm
1963 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1964 S:      Maintained
1965 F:      drivers/auxdisplay/
1966 F:      include/linux/cfag12864b.h
1967
1968 AVR32 ARCHITECTURE
1969 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1970 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1971 W:      http://www.atmel.com/products/AVR32/
1972 W:      http://mirror.egtvedt.no/avr32linux.org/
1973 W:      http://avrfreaks.net/
1974 S:      Maintained
1975 F:      arch/avr32/
1976
1977 AVR32/AT32AP MACHINE SUPPORT
1978 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1979 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1980 S:      Maintained
1981 F:      arch/avr32/mach-at32ap/
1982
1983 AX.25 NETWORK LAYER
1984 M:      Ralf Baechle <ralf@linux-mips.org>
1985 L:      linux-hams@vger.kernel.org
1986 W:      http://www.linux-ax25.org/
1987 S:      Maintained
1988 F:      include/uapi/linux/ax25.h
1989 F:      include/net/ax25.h
1990 F:      net/ax25/
1991
1992 AZ6007 DVB DRIVER
1993 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1994 L:      linux-media@vger.kernel.org
1995 W:      http://linuxtv.org
1996 T:      git git://linuxtv.org/media_tree.git
1997 S:      Maintained
1998 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1999
2000 AZTECH FM RADIO RECEIVER DRIVER
2001 M:      Hans Verkuil <hverkuil@xs4all.nl>
2002 L:      linux-media@vger.kernel.org
2003 T:      git git://linuxtv.org/media_tree.git
2004 W:      http://linuxtv.org
2005 S:      Maintained
2006 F:      drivers/media/radio/radio-aztech*
2007
2008 B43 WIRELESS DRIVER
2009 L:      linux-wireless@vger.kernel.org
2010 L:      b43-dev@lists.infradead.org
2011 W:      http://wireless.kernel.org/en/users/Drivers/b43
2012 S:      Odd Fixes
2013 F:      drivers/net/wireless/b43/
2014
2015 B43LEGACY WIRELESS DRIVER
2016 M:      Larry Finger <Larry.Finger@lwfinger.net>
2017 L:      linux-wireless@vger.kernel.org
2018 L:      b43-dev@lists.infradead.org
2019 W:      http://wireless.kernel.org/en/users/Drivers/b43
2020 S:      Maintained
2021 F:      drivers/net/wireless/b43legacy/
2022
2023 BACKLIGHT CLASS/SUBSYSTEM
2024 M:      Jingoo Han <jingoohan1@gmail.com>
2025 M:      Lee Jones <lee.jones@linaro.org>
2026 S:      Maintained
2027 F:      drivers/video/backlight/
2028 F:      include/linux/backlight.h
2029
2030 BATMAN ADVANCED
2031 M:      Marek Lindner <mareklindner@neomailbox.ch>
2032 M:      Simon Wunderlich <sw@simonwunderlich.de>
2033 M:      Antonio Quartulli <antonio@meshcoding.com>
2034 L:      b.a.t.m.a.n@lists.open-mesh.org
2035 W:      http://www.open-mesh.org/
2036 S:      Maintained
2037 F:      net/batman-adv/
2038
2039 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2040 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2041 L:      linux-hams@vger.kernel.org
2042 W:      http://www.baycom.org/~tom/ham/ham.html
2043 S:      Maintained
2044 F:      drivers/net/hamradio/baycom*
2045
2046 BCACHE (BLOCK LAYER CACHE)
2047 M:      Kent Overstreet <kent.overstreet@gmail.com>
2048 L:      linux-bcache@vger.kernel.org
2049 W:      http://bcache.evilpiepirate.org
2050 S:      Maintained
2051 F:      drivers/md/bcache/
2052
2053 BDISP ST MEDIA DRIVER
2054 M:      Fabien Dessenne <fabien.dessenne@st.com>
2055 L:      linux-media@vger.kernel.org
2056 T:      git git://linuxtv.org/media_tree.git
2057 W:      http://linuxtv.org
2058 S:      Supported
2059 F:      drivers/media/platform/sti/bdisp
2060
2061 BEFS FILE SYSTEM
2062 S:      Orphan
2063 F:      Documentation/filesystems/befs.txt
2064 F:      fs/befs/
2065
2066 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2067 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2068 L:      netdev@vger.kernel.org
2069 S:      Maintained
2070 F:      drivers/net/ethernet/ec_bhf.c
2071
2072 BFS FILE SYSTEM
2073 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2074 S:      Maintained
2075 F:      Documentation/filesystems/bfs.txt
2076 F:      fs/bfs/
2077 F:      include/uapi/linux/bfs_fs.h
2078
2079 BLACKFIN ARCHITECTURE
2080 M:      Steven Miao <realmz6@gmail.com>
2081 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2082 T:      git git://git.code.sf.net/p/adi-linux/code
2083 W:      http://blackfin.uclinux.org
2084 S:      Supported
2085 F:      arch/blackfin/
2086
2087 BLACKFIN EMAC 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/net/ethernet/adi/
2092
2093 BLACKFIN RTC DRIVER
2094 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2095 W:      http://blackfin.uclinux.org
2096 S:      Supported
2097 F:      drivers/rtc/rtc-bfin.c
2098
2099 BLACKFIN SDH DRIVER
2100 M:      Sonic Zhang <sonic.zhang@analog.com>
2101 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W:      http://blackfin.uclinux.org
2103 S:      Supported
2104 F:      drivers/mmc/host/bfin_sdh.c
2105
2106 BLACKFIN SERIAL DRIVER
2107 M:      Sonic Zhang <sonic.zhang@analog.com>
2108 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 W:      http://blackfin.uclinux.org
2110 S:      Supported
2111 F:      drivers/tty/serial/bfin_uart.c
2112
2113 BLACKFIN WATCHDOG DRIVER
2114 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2115 W:      http://blackfin.uclinux.org
2116 S:      Supported
2117 F:      drivers/watchdog/bfin_wdt.c
2118
2119 BLACKFIN I2C TWI DRIVER
2120 M:      Sonic Zhang <sonic.zhang@analog.com>
2121 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2122 W:      http://blackfin.uclinux.org/
2123 S:      Supported
2124 F:      drivers/i2c/busses/i2c-bfin-twi.c
2125
2126 BLACKFIN MEDIA DRIVER
2127 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2128 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2129 W:      http://blackfin.uclinux.org/
2130 S:      Supported
2131 F:      drivers/media/platform/blackfin/
2132 F:      drivers/media/i2c/adv7183*
2133 F:      drivers/media/i2c/vs6624*
2134
2135 BLINKM RGB LED DRIVER
2136 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2137 S:      Maintained
2138 F:      drivers/leds/leds-blinkm.c
2139
2140 BLOCK LAYER
2141 M:      Jens Axboe <axboe@kernel.dk>
2142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2143 S:      Maintained
2144 F:      block/
2145 F:      kernel/trace/blktrace.c
2146
2147 BLOCK2MTD DRIVER
2148 M:      Joern Engel <joern@lazybastard.org>
2149 L:      linux-mtd@lists.infradead.org
2150 S:      Maintained
2151 F:      drivers/mtd/devices/block2mtd.c
2152
2153 BLUETOOTH DRIVERS
2154 M:      Marcel Holtmann <marcel@holtmann.org>
2155 M:      Gustavo Padovan <gustavo@padovan.org>
2156 M:      Johan Hedberg <johan.hedberg@gmail.com>
2157 L:      linux-bluetooth@vger.kernel.org
2158 W:      http://www.bluez.org/
2159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2161 S:      Maintained
2162 F:      drivers/bluetooth/
2163
2164 BLUETOOTH SUBSYSTEM
2165 M:      Marcel Holtmann <marcel@holtmann.org>
2166 M:      Gustavo Padovan <gustavo@padovan.org>
2167 M:      Johan Hedberg <johan.hedberg@gmail.com>
2168 L:      linux-bluetooth@vger.kernel.org
2169 W:      http://www.bluez.org/
2170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2172 S:      Maintained
2173 F:      net/bluetooth/
2174 F:      include/net/bluetooth/
2175
2176 BONDING DRIVER
2177 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2178 M:      Veaceslav Falico <vfalico@gmail.com>
2179 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2180 L:      netdev@vger.kernel.org
2181 W:      http://sourceforge.net/projects/bonding/
2182 S:      Supported
2183 F:      drivers/net/bonding/
2184 F:      include/uapi/linux/if_bonding.h
2185
2186 BPF (Safe dynamic programs and tools)
2187 M:      Alexei Starovoitov <ast@kernel.org>
2188 L:      netdev@vger.kernel.org
2189 L:      linux-kernel@vger.kernel.org
2190 S:      Supported
2191 F:      kernel/bpf/
2192
2193 BROADCOM B44 10/100 ETHERNET DRIVER
2194 M:      Gary Zambrano <zambrano@broadcom.com>
2195 L:      netdev@vger.kernel.org
2196 S:      Supported
2197 F:      drivers/net/ethernet/broadcom/b44.*
2198
2199 BROADCOM GENET ETHERNET DRIVER
2200 M:      Florian Fainelli <f.fainelli@gmail.com>
2201 L:      netdev@vger.kernel.org
2202 S:      Supported
2203 F:      drivers/net/ethernet/broadcom/genet/
2204
2205 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2206 M:      Sony Chacko <sony.chacko@qlogic.com>
2207 M:      Dept-HSGLinuxNICDev@qlogic.com
2208 L:      netdev@vger.kernel.org
2209 S:      Supported
2210 F:      drivers/net/ethernet/broadcom/bnx2.*
2211 F:      drivers/net/ethernet/broadcom/bnx2_*
2212
2213 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2214 M:      Ariel Elior <ariel.elior@qlogic.com>
2215 L:      netdev@vger.kernel.org
2216 S:      Supported
2217 F:      drivers/net/ethernet/broadcom/bnx2x/
2218
2219 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2220 M:      Florian Fainelli <f.fainelli@gmail.com>
2221 M:      Ray Jui <rjui@broadcom.com>
2222 M:      Scott Branden <sbranden@broadcom.com>
2223 L:      bcm-kernel-feedback-list@broadcom.com
2224 T:      git git://github.com/broadcom/mach-bcm
2225 S:      Maintained
2226 F:      arch/arm/mach-bcm/
2227 F:      arch/arm/boot/dts/bcm113*
2228 F:      arch/arm/boot/dts/bcm216*
2229 F:      arch/arm/boot/dts/bcm281*
2230 F:      arch/arm/configs/bcm_defconfig
2231 F:      drivers/mmc/host/sdhci-bcm-kona.c
2232 F:      drivers/clocksource/bcm_kona_timer.c
2233
2234 BROADCOM BCM2835 ARM ARCHITECTURE
2235 M:      Stephen Warren <swarren@wwwdotorg.org>
2236 M:      Lee Jones <lee@kernel.org>
2237 M:      Eric Anholt <eric@anholt.net>
2238 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2241 S:      Maintained
2242 N:      bcm2835
2243
2244 BROADCOM BCM33XX MIPS ARCHITECTURE
2245 M:      Kevin Cernekee <cernekee@gmail.com>
2246 L:      linux-mips@linux-mips.org
2247 S:      Maintained
2248 F:      arch/mips/bcm3384/*
2249 F:      arch/mips/include/asm/mach-bcm3384/*
2250 F:      arch/mips/kernel/*bmips*
2251
2252 BROADCOM BCM47XX MIPS ARCHITECTURE
2253 M:      Hauke Mehrtens <hauke@hauke-m.de>
2254 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2255 L:      linux-mips@linux-mips.org
2256 S:      Maintained
2257 F:      arch/mips/bcm47xx/*
2258 F:      arch/mips/include/asm/mach-bcm47xx/*
2259
2260 BROADCOM BCM5301X ARM ARCHITECTURE
2261 M:      Hauke Mehrtens <hauke@hauke-m.de>
2262 L:      linux-arm-kernel@lists.infradead.org
2263 S:      Maintained
2264 F:      arch/arm/mach-bcm/bcm_5301x.c
2265 F:      arch/arm/boot/dts/bcm5301x.dtsi
2266 F:      arch/arm/boot/dts/bcm470*
2267
2268 BROADCOM BCM63XX ARM ARCHITECTURE
2269 M:      Florian Fainelli <f.fainelli@gmail.com>
2270 L:      linux-arm-kernel@lists.infradead.org
2271 T:      git git://github.com/broadcom/arm-bcm63xx.git
2272 S:      Maintained
2273 F:      arch/arm/mach-bcm/bcm63xx.c
2274 F:      arch/arm/include/debug/bcm63xx.S
2275
2276 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2277 M:      Kevin Cernekee <cernekee@gmail.com>
2278 L:      linux-usb@vger.kernel.org
2279 S:      Maintained
2280 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2281
2282 BROADCOM BCM7XXX ARM ARCHITECTURE
2283 M:      Brian Norris <computersforpeace@gmail.com>
2284 M:      Gregory Fong <gregory.0xf0@gmail.com>
2285 M:      Florian Fainelli <f.fainelli@gmail.com>
2286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2287 T:      git git://github.com/broadcom/stblinux.git
2288 S:      Maintained
2289 F:      arch/arm/mach-bcm/*brcmstb*
2290 F:      arch/arm/boot/dts/bcm7*.dts*
2291 F:      drivers/bus/brcmstb_gisb.c
2292 N:      brcmstb
2293
2294 BROADCOM BMIPS MIPS ARCHITECTURE
2295 M:      Kevin Cernekee <cernekee@gmail.com>
2296 M:      Florian Fainelli <f.fainelli@gmail.com>
2297 L:      linux-mips@linux-mips.org
2298 T:      git git://github.com/broadcom/stblinux.git
2299 S:      Maintained
2300 F:      arch/mips/bmips/*
2301 F:      arch/mips/include/asm/mach-bmips/*
2302 F:      arch/mips/kernel/*bmips*
2303 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2304 F:      drivers/irqchip/irq-bcm7*
2305 F:      drivers/irqchip/irq-brcmstb*
2306
2307 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2308 M:      Prashant Sreedharan <prashant@broadcom.com>
2309 M:      Michael Chan <mchan@broadcom.com>
2310 L:      netdev@vger.kernel.org
2311 S:      Supported
2312 F:      drivers/net/ethernet/broadcom/tg3.*
2313
2314 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2315 M:      Brett Rudley <brudley@broadcom.com>
2316 M:      Arend van Spriel <arend@broadcom.com>
2317 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2318 M:      Hante Meuleman <meuleman@broadcom.com>
2319 L:      linux-wireless@vger.kernel.org
2320 L:      brcm80211-dev-list@broadcom.com
2321 S:      Supported
2322 F:      drivers/net/wireless/brcm80211/
2323
2324 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2325 M:      QLogic-Storage-Upstream@qlogic.com
2326 L:      linux-scsi@vger.kernel.org
2327 S:      Supported
2328 F:      drivers/scsi/bnx2fc/
2329
2330 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2331 M:      QLogic-Storage-Upstream@qlogic.com
2332 L:      linux-scsi@vger.kernel.org
2333 S:      Supported
2334 F:      drivers/scsi/bnx2i/
2335
2336 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2337 M:      Ray Jui <rjui@broadcom.com>
2338 M:      Scott Branden <sbranden@broadcom.com>
2339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2340 L:      bcm-kernel-feedback-list@broadcom.com
2341 T:      git git://github.com/broadcom/cygnus-linux.git
2342 S:      Maintained
2343 N:      iproc
2344 N:      cygnus
2345 N:      bcm9113*
2346 N:      bcm9583*
2347 N:      bcm583*
2348 N:      bcm113*
2349
2350 BROADCOM BRCMSTB GPIO DRIVER
2351 M:      Gregory Fong <gregory.0xf0@gmail.com>
2352 L:      bcm-kernel-feedback-list@broadcom.com>
2353 S:      Supported
2354 F:      drivers/gpio/gpio-brcmstb.c
2355 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2356
2357 BROADCOM KONA GPIO DRIVER
2358 M:      Ray Jui <rjui@broadcom.com>
2359 L:      bcm-kernel-feedback-list@broadcom.com
2360 S:      Supported
2361 F:      drivers/gpio/gpio-bcm-kona.c
2362 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2363
2364 BROADCOM NVRAM DRIVER
2365 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2366 L:      linux-mips@linux-mips.org
2367 S:      Maintained
2368 F:      drivers/firmware/broadcom/*
2369
2370 BROADCOM STB NAND FLASH DRIVER
2371 M:      Brian Norris <computersforpeace@gmail.com>
2372 L:      linux-mtd@lists.infradead.org
2373 S:      Maintained
2374 F:      drivers/mtd/nand/brcmnand/
2375
2376 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2377 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2378 L:      linux-wireless@vger.kernel.org
2379 S:      Maintained
2380 F:      drivers/bcma/
2381 F:      include/linux/bcma/
2382
2383 BROADCOM SYSTEMPORT ETHERNET DRIVER
2384 M:      Florian Fainelli <f.fainelli@gmail.com>
2385 L:      netdev@vger.kernel.org
2386 S:      Supported
2387 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2388
2389 BROCADE BFA FC SCSI DRIVER
2390 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2391 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2392 L:      linux-scsi@vger.kernel.org
2393 S:      Supported
2394 F:      drivers/scsi/bfa/
2395
2396 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2397 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2398 L:      netdev@vger.kernel.org
2399 S:      Supported
2400 F:      drivers/net/ethernet/brocade/bna/
2401
2402 BSG (block layer generic sg v4 driver)
2403 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2404 L:      linux-scsi@vger.kernel.org
2405 S:      Supported
2406 F:      block/bsg.c
2407 F:      include/linux/bsg.h
2408 F:      include/uapi/linux/bsg.h
2409
2410 BT87X AUDIO DRIVER
2411 M:      Clemens Ladisch <clemens@ladisch.de>
2412 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2413 T:      git git://git.alsa-project.org/alsa-kernel.git
2414 S:      Maintained
2415 F:      Documentation/sound/alsa/Bt87x.txt
2416 F:      sound/pci/bt87x.c
2417
2418 BT8XXGPIO DRIVER
2419 M:      Michael Buesch <m@bues.ch>
2420 W:      http://bu3sch.de/btgpio.php
2421 S:      Maintained
2422 F:      drivers/gpio/gpio-bt8xx.c
2423
2424 BTRFS FILE SYSTEM
2425 M:      Chris Mason <clm@fb.com>
2426 M:      Josef Bacik <jbacik@fb.com>
2427 M:      David Sterba <dsterba@suse.com>
2428 L:      linux-btrfs@vger.kernel.org
2429 W:      http://btrfs.wiki.kernel.org/
2430 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2432 S:      Maintained
2433 F:      Documentation/filesystems/btrfs.txt
2434 F:      fs/btrfs/
2435
2436 BTTV VIDEO4LINUX DRIVER
2437 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2438 L:      linux-media@vger.kernel.org
2439 W:      http://linuxtv.org
2440 T:      git git://linuxtv.org/media_tree.git
2441 S:      Odd fixes
2442 F:      Documentation/video4linux/bttv/
2443 F:      drivers/media/pci/bt8xx/bttv*
2444
2445 BUSLOGIC SCSI DRIVER
2446 M:      Khalid Aziz <khalid@gonehiking.org>
2447 L:      linux-scsi@vger.kernel.org
2448 S:      Maintained
2449 F:      drivers/scsi/BusLogic.*
2450 F:      drivers/scsi/FlashPoint.*
2451
2452 C-MEDIA CMI8788 DRIVER
2453 M:      Clemens Ladisch <clemens@ladisch.de>
2454 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2455 T:      git git://git.alsa-project.org/alsa-kernel.git
2456 S:      Maintained
2457 F:      sound/pci/oxygen/
2458
2459 C6X ARCHITECTURE
2460 M:      Mark Salter <msalter@redhat.com>
2461 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2462 L:      linux-c6x-dev@linux-c6x.org
2463 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2464 S:      Maintained
2465 F:      arch/c6x/
2466
2467 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2468 M:      David Howells <dhowells@redhat.com>
2469 L:      linux-cachefs@redhat.com
2470 S:      Supported
2471 F:      Documentation/filesystems/caching/cachefiles.txt
2472 F:      fs/cachefiles/
2473
2474 CADET FM/AM RADIO RECEIVER DRIVER
2475 M:      Hans Verkuil <hverkuil@xs4all.nl>
2476 L:      linux-media@vger.kernel.org
2477 T:      git git://linuxtv.org/media_tree.git
2478 W:      http://linuxtv.org
2479 S:      Maintained
2480 F:      drivers/media/radio/radio-cadet*
2481
2482 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2483 M:      Jonathan Corbet <corbet@lwn.net>
2484 L:      linux-media@vger.kernel.org
2485 T:      git git://linuxtv.org/media_tree.git
2486 S:      Maintained
2487 F:      Documentation/video4linux/cafe_ccic
2488 F:      drivers/media/platform/marvell-ccic/
2489
2490 CAIF NETWORK LAYER
2491 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2492 L:      netdev@vger.kernel.org
2493 S:      Supported
2494 F:      Documentation/networking/caif/
2495 F:      drivers/net/caif/
2496 F:      include/uapi/linux/caif/
2497 F:      include/net/caif/
2498 F:      net/caif/
2499
2500 CALGARY x86-64 IOMMU
2501 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2502 M:      "Jon D. Mason" <jdmason@kudzu.us>
2503 L:      discuss@x86-64.org
2504 S:      Maintained
2505 F:      arch/x86/kernel/pci-calgary_64.c
2506 F:      arch/x86/kernel/tce_64.c
2507 F:      arch/x86/include/asm/calgary.h
2508 F:      arch/x86/include/asm/tce.h
2509
2510 CAN NETWORK LAYER
2511 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2512 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2513 L:      linux-can@vger.kernel.org
2514 W:      https://github.com/linux-can
2515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2517 S:      Maintained
2518 F:      Documentation/networking/can.txt
2519 F:      net/can/
2520 F:      include/linux/can/core.h
2521 F:      include/uapi/linux/can.h
2522 F:      include/uapi/linux/can/bcm.h
2523 F:      include/uapi/linux/can/raw.h
2524 F:      include/uapi/linux/can/gw.h
2525
2526 CAN NETWORK DRIVERS
2527 M:      Wolfgang Grandegger <wg@grandegger.com>
2528 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2529 L:      linux-can@vger.kernel.org
2530 W:      https://github.com/linux-can
2531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2533 S:      Maintained
2534 F:      drivers/net/can/
2535 F:      include/linux/can/dev.h
2536 F:      include/linux/can/platform/
2537 F:      include/uapi/linux/can/error.h
2538 F:      include/uapi/linux/can/netlink.h
2539
2540 CAPABILITIES
2541 M:      Serge Hallyn <serge.hallyn@canonical.com>
2542 L:      linux-security-module@vger.kernel.org
2543 S:      Supported
2544 F:      include/linux/capability.h
2545 F:      include/uapi/linux/capability.h
2546 F:      security/commoncap.c
2547 F:      kernel/capability.c
2548
2549 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2550 M:      Kevin Tsai <ktsai@capellamicro.com>
2551 S:      Maintained
2552 F:      drivers/iio/light/cm*
2553 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2554
2555 CAVIUM LIQUIDIO NETWORK DRIVER
2556 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2557 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2558 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2559 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2560 L:     netdev@vger.kernel.org
2561 W:     http://www.cavium.com
2562 S:     Supported
2563 F:     drivers/net/ethernet/cavium/liquidio/
2564
2565 CC2520 IEEE-802.15.4 RADIO DRIVER
2566 M:      Varka Bhadram <varkabhadram@gmail.com>
2567 L:      linux-wpan@vger.kernel.org
2568 S:      Maintained
2569 F:      drivers/net/ieee802154/cc2520.c
2570 F:      include/linux/spi/cc2520.h
2571 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2572
2573 CELL BROADBAND ENGINE ARCHITECTURE
2574 M:      Arnd Bergmann <arnd@arndb.de>
2575 L:      linuxppc-dev@lists.ozlabs.org
2576 W:      http://www.ibm.com/developerworks/power/cell/
2577 S:      Supported
2578 F:      arch/powerpc/include/asm/cell*.h
2579 F:      arch/powerpc/include/asm/spu*.h
2580 F:      arch/powerpc/include/uapi/asm/spu*.h
2581 F:      arch/powerpc/oprofile/*cell*
2582 F:      arch/powerpc/platforms/cell/
2583
2584 CEPH COMMON CODE (LIBCEPH)
2585 M:      Ilya Dryomov <idryomov@gmail.com>
2586 M:      "Yan, Zheng" <zyan@redhat.com>
2587 M:      Sage Weil <sage@redhat.com>
2588 L:      ceph-devel@vger.kernel.org
2589 W:      http://ceph.com/
2590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2591 T:      git git://github.com/ceph/ceph-client.git
2592 S:      Supported
2593 F:      net/ceph/
2594 F:      include/linux/ceph/
2595 F:      include/linux/crush/
2596
2597 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2598 M:      "Yan, Zheng" <zyan@redhat.com>
2599 M:      Sage Weil <sage@redhat.com>
2600 M:      Ilya Dryomov <idryomov@gmail.com>
2601 L:      ceph-devel@vger.kernel.org
2602 W:      http://ceph.com/
2603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2604 T:      git git://github.com/ceph/ceph-client.git
2605 S:      Supported
2606 F:      Documentation/filesystems/ceph.txt
2607 F:      fs/ceph/
2608
2609 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2610 L:      linux-usb@vger.kernel.org
2611 S:      Orphan
2612 F:      Documentation/usb/WUSB-Design-overview.txt
2613 F:      Documentation/usb/wusb-cbaf
2614 F:      drivers/usb/host/hwa-hc.c
2615 F:      drivers/usb/host/whci/
2616 F:      drivers/usb/wusbcore/
2617 F:      include/linux/usb/wusb*
2618
2619 CFAG12864B LCD DRIVER
2620 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2621 W:      http://miguelojeda.es/auxdisplay.htm
2622 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2623 S:      Maintained
2624 F:      drivers/auxdisplay/cfag12864b.c
2625 F:      include/linux/cfag12864b.h
2626
2627 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2628 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2629 W:      http://miguelojeda.es/auxdisplay.htm
2630 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2631 S:      Maintained
2632 F:      drivers/auxdisplay/cfag12864bfb.c
2633 F:      include/linux/cfag12864b.h
2634
2635 CFG80211 and NL80211
2636 M:      Johannes Berg <johannes@sipsolutions.net>
2637 L:      linux-wireless@vger.kernel.org
2638 W:      http://wireless.kernel.org/
2639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2641 S:      Maintained
2642 F:      include/uapi/linux/nl80211.h
2643 F:      include/net/cfg80211.h
2644 F:      net/wireless/*
2645 X:      net/wireless/wext*
2646
2647 CHAR and MISC DRIVERS
2648 M:      Arnd Bergmann <arnd@arndb.de>
2649 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2651 S:      Supported
2652 F:      drivers/char/*
2653 F:      drivers/misc/*
2654 F:      include/linux/miscdevice.h
2655
2656 CHECKPATCH
2657 M:      Andy Whitcroft <apw@canonical.com>
2658 M:      Joe Perches <joe@perches.com>
2659 S:      Maintained
2660 F:      scripts/checkpatch.pl
2661
2662 CHINESE DOCUMENTATION
2663 M:      Harry Wei <harryxiyou@gmail.com>
2664 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2665 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2666 S:      Maintained
2667 F:      Documentation/zh_CN/
2668
2669 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2670 M:      Peter Chen <Peter.Chen@freescale.com>
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2672 L:      linux-usb@vger.kernel.org
2673 S:      Maintained
2674 F:      drivers/usb/chipidea/
2675
2676 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2677 M:      Hans de Goede <hdegoede@redhat.com>
2678 L:      linux-input@vger.kernel.org
2679 S:      Maintained
2680 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2681 F:      drivers/input/touchscreen/chipone_icn8318.c
2682
2683 CHROME HARDWARE PLATFORM SUPPORT
2684 M:      Olof Johansson <olof@lixom.net>
2685 S:      Maintained
2686 F:      drivers/platform/chrome/
2687
2688 CISCO VIC ETHERNET NIC DRIVER
2689 M:      Christian Benvenuti <benve@cisco.com>
2690 M:      Sujith Sankar <ssujith@cisco.com>
2691 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2692 M:      Neel Patel <neepatel@cisco.com>
2693 S:      Supported
2694 F:      drivers/net/ethernet/cisco/enic/
2695
2696 CISCO VIC LOW LATENCY NIC DRIVER
2697 M:      Upinder Malhi <umalhi@cisco.com>
2698 S:      Supported
2699 F:      drivers/infiniband/hw/usnic
2700
2701 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2702 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2703 L:      netdev@vger.kernel.org
2704 S:      Maintained
2705 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2706
2707 CIRRUS LOGIC AUDIO CODEC DRIVERS
2708 M:      Brian Austin <brian.austin@cirrus.com>
2709 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2710 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2711 S:      Maintained
2712 F:      sound/soc/codecs/cs*
2713
2714 CLEANCACHE API
2715 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2716 L:      linux-kernel@vger.kernel.org
2717 S:      Maintained
2718 F:      mm/cleancache.c
2719 F:      include/linux/cleancache.h
2720
2721 CLK API
2722 M:      Russell King <linux@arm.linux.org.uk>
2723 L:      linux-clk@vger.kernel.org
2724 S:      Maintained
2725 F:      include/linux/clk.h
2726
2727 CLOCKSOURCE, CLOCKEVENT DRIVERS
2728 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2729 M:      Thomas Gleixner <tglx@linutronix.de>
2730 L:      linux-kernel@vger.kernel.org
2731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2732 S:      Supported
2733 F:      drivers/clocksource
2734
2735 CISCO FCOE HBA DRIVER
2736 M:      Hiral Patel <hiralpat@cisco.com>
2737 M:      Suma Ramars <sramars@cisco.com>
2738 M:      Brian Uchino <buchino@cisco.com>
2739 L:      linux-scsi@vger.kernel.org
2740 S:      Supported
2741 F:      drivers/scsi/fnic/
2742
2743 CISCO SCSI HBA DRIVER
2744 M:      Narsimhulu Musini <nmusini@cisco.com>
2745 M:      Sesidhar Baddela <sebaddel@cisco.com>
2746 L:      linux-scsi@vger.kernel.org
2747 S:      Supported
2748 F:      drivers/scsi/snic/
2749
2750 CMPC ACPI DRIVER
2751 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2752 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2753 L:      platform-driver-x86@vger.kernel.org
2754 S:      Supported
2755 F:      drivers/platform/x86/classmate-laptop.c
2756
2757 COBALT MEDIA DRIVER
2758 M:      Hans Verkuil <hans.verkuil@cisco.com>
2759 L:      linux-media@vger.kernel.org
2760 T:      git git://linuxtv.org/media_tree.git
2761 W:      http://linuxtv.org
2762 S:      Supported
2763 F:      drivers/media/pci/cobalt/
2764
2765 COCCINELLE/Semantic Patches (SmPL)
2766 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2767 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2768 M:      Nicolas Palix <nicolas.palix@imag.fr>
2769 M:      Michal Marek <mmarek@suse.com>
2770 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2772 W:      http://coccinelle.lip6.fr/
2773 S:      Supported
2774 F:      Documentation/coccinelle.txt
2775 F:      scripts/coccinelle/
2776 F:      scripts/coccicheck
2777
2778 CODA FILE SYSTEM
2779 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2780 M:      coda@cs.cmu.edu
2781 L:      codalist@coda.cs.cmu.edu
2782 W:      http://www.coda.cs.cmu.edu/
2783 S:      Maintained
2784 F:      Documentation/filesystems/coda.txt
2785 F:      fs/coda/
2786 F:      include/linux/coda*.h
2787 F:      include/uapi/linux/coda*.h
2788
2789 CODA V4L2 MEM2MEM DRIVER
2790 M:      Philipp Zabel <p.zabel@pengutronix.de>
2791 L:      linux-media@vger.kernel.org
2792 S:      Maintained
2793 F:      Documentation/devicetree/bindings/media/coda.txt
2794 F:      drivers/media/platform/coda/
2795
2796 COMMON CLK FRAMEWORK
2797 M:      Michael Turquette <mturquette@baylibre.com>
2798 M:      Stephen Boyd <sboyd@codeaurora.org>
2799 L:      linux-clk@vger.kernel.org
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2801 S:      Maintained
2802 F:      drivers/clk/
2803 X:      drivers/clk/clkdev.c
2804 F:      include/linux/clk-pr*
2805 F:      include/linux/clk/
2806
2807 COMMON INTERNET FILE SYSTEM (CIFS)
2808 M:      Steve French <sfrench@samba.org>
2809 L:      linux-cifs@vger.kernel.org
2810 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2811 W:      http://linux-cifs.samba.org/
2812 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2813 S:      Supported
2814 F:      Documentation/filesystems/cifs/
2815 F:      fs/cifs/
2816
2817 COMPACTPCI HOTPLUG CORE
2818 M:      Scott Murray <scott@spiteful.org>
2819 L:      linux-pci@vger.kernel.org
2820 S:      Maintained
2821 F:      drivers/pci/hotplug/cpci_hotplug*
2822
2823 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2824 M:      Scott Murray <scott@spiteful.org>
2825 L:      linux-pci@vger.kernel.org
2826 S:      Maintained
2827 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2828
2829 COMPACTPCI HOTPLUG GENERIC DRIVER
2830 M:      Scott Murray <scott@spiteful.org>
2831 L:      linux-pci@vger.kernel.org
2832 S:      Maintained
2833 F:      drivers/pci/hotplug/cpcihp_generic.c
2834
2835 COMPAL LAPTOP SUPPORT
2836 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2837 L:      platform-driver-x86@vger.kernel.org
2838 S:      Maintained
2839 F:      drivers/platform/x86/compal-laptop.c
2840
2841 CONEXANT ACCESSRUNNER USB DRIVER
2842 M:      Simon Arlott <cxacru@fire.lp0.eu>
2843 L:      accessrunner-general@lists.sourceforge.net
2844 W:      http://accessrunner.sourceforge.net/
2845 S:      Maintained
2846 F:      drivers/usb/atm/cxacru.c
2847
2848 CONFIGFS
2849 M:      Joel Becker <jlbec@evilplan.org>
2850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2851 S:      Supported
2852 F:      fs/configfs/
2853 F:      include/linux/configfs.h
2854
2855 CONNECTOR
2856 M:      Evgeniy Polyakov <zbr@ioremap.net>
2857 L:      netdev@vger.kernel.org
2858 S:      Maintained
2859 F:      drivers/connector/
2860
2861 CONTROL GROUP (CGROUP)
2862 M:      Tejun Heo <tj@kernel.org>
2863 M:      Li Zefan <lizefan@huawei.com>
2864 M:      Johannes Weiner <hannes@cmpxchg.org>
2865 L:      cgroups@vger.kernel.org
2866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2867 S:      Maintained
2868 F:      Documentation/cgroups/
2869 F:      include/linux/cgroup*
2870 F:      kernel/cgroup*
2871
2872 CONTROL GROUP - CPUSET
2873 M:      Li Zefan <lizefan@huawei.com>
2874 L:      cgroups@vger.kernel.org
2875 W:      http://www.bullopensource.org/cpuset/
2876 W:      http://oss.sgi.com/projects/cpusets/
2877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2878 S:      Maintained
2879 F:      Documentation/cgroups/cpusets.txt
2880 F:      include/linux/cpuset.h
2881 F:      kernel/cpuset.c
2882
2883 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2884 M:      Johannes Weiner <hannes@cmpxchg.org>
2885 M:      Michal Hocko <mhocko@kernel.org>
2886 L:      cgroups@vger.kernel.org
2887 L:      linux-mm@kvack.org
2888 S:      Maintained
2889 F:      mm/memcontrol.c
2890 F:      mm/swap_cgroup.c
2891
2892 CORETEMP HARDWARE MONITORING DRIVER
2893 M:      Fenghua Yu <fenghua.yu@intel.com>
2894 L:      lm-sensors@lm-sensors.org
2895 S:      Maintained
2896 F:      Documentation/hwmon/coretemp
2897 F:      drivers/hwmon/coretemp.c
2898
2899 COSA/SRP SYNC SERIAL DRIVER
2900 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2901 W:      http://www.fi.muni.cz/~kas/cosa/
2902 S:      Maintained
2903 F:      drivers/net/wan/cosa*
2904
2905 CPMAC ETHERNET DRIVER
2906 M:      Florian Fainelli <florian@openwrt.org>
2907 L:      netdev@vger.kernel.org
2908 S:      Maintained
2909 F:      drivers/net/ethernet/ti/cpmac.c
2910
2911 CPU FREQUENCY DRIVERS
2912 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2913 M:      Viresh Kumar <viresh.kumar@linaro.org>
2914 L:      linux-pm@vger.kernel.org
2915 S:      Maintained
2916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2917 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2918 F:      drivers/cpufreq/
2919 F:      include/linux/cpufreq.h
2920
2921 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2922 M:      Viresh Kumar <viresh.kumar@linaro.org>
2923 M:      Sudeep Holla <sudeep.holla@arm.com>
2924 L:      linux-pm@vger.kernel.org
2925 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2926 S:      Maintained
2927 F:      drivers/cpufreq/arm_big_little.h
2928 F:      drivers/cpufreq/arm_big_little.c
2929 F:      drivers/cpufreq/arm_big_little_dt.c
2930
2931 CPUIDLE DRIVER - ARM BIG LITTLE
2932 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2933 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2934 L:      linux-pm@vger.kernel.org
2935 L:      linux-arm-kernel@lists.infradead.org
2936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2937 S:      Maintained
2938 F:      drivers/cpuidle/cpuidle-big_little.c
2939
2940 CPUIDLE DRIVER - ARM EXYNOS
2941 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2942 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2943 M:      Kukjin Kim <kgene@kernel.org>
2944 L:      linux-pm@vger.kernel.org
2945 L:      linux-samsung-soc@vger.kernel.org
2946 S:      Supported
2947 F:      drivers/cpuidle/cpuidle-exynos.c
2948 F:      arch/arm/mach-exynos/pm.c
2949
2950 CPUIDLE DRIVERS
2951 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2952 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2953 L:      linux-pm@vger.kernel.org
2954 S:      Maintained
2955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2956 F:      drivers/cpuidle/*
2957 F:      include/linux/cpuidle.h
2958
2959 CPUID/MSR DRIVER
2960 M:      "H. Peter Anvin" <hpa@zytor.com>
2961 S:      Maintained
2962 F:      arch/x86/kernel/cpuid.c
2963 F:      arch/x86/kernel/msr.c
2964
2965 CPU POWER MONITORING SUBSYSTEM
2966 M:      Thomas Renninger <trenn@suse.com>
2967 L:      linux-pm@vger.kernel.org
2968 S:      Maintained
2969 F:      tools/power/cpupower/
2970
2971 CRAMFS FILESYSTEM
2972 W:      http://sourceforge.net/projects/cramfs/
2973 S:      Orphan / Obsolete
2974 F:      Documentation/filesystems/cramfs.txt
2975 F:      fs/cramfs/
2976
2977 CRIS PORT
2978 M:      Mikael Starvik <starvik@axis.com>
2979 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2980 L:      linux-cris-kernel@axis.com
2981 W:      http://developer.axis.com
2982 S:      Maintained
2983 F:      arch/cris/
2984 F:      drivers/tty/serial/crisv10.*
2985
2986 CRYPTO API
2987 M:      Herbert Xu <herbert@gondor.apana.org.au>
2988 M:      "David S. Miller" <davem@davemloft.net>
2989 L:      linux-crypto@vger.kernel.org
2990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2991 S:      Maintained
2992 F:      Documentation/crypto/
2993 F:      Documentation/DocBook/crypto-API.tmpl
2994 F:      arch/*/crypto/
2995 F:      crypto/
2996 F:      drivers/crypto/
2997 F:      include/crypto/
2998
2999 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3000 M:      Neil Horman <nhorman@tuxdriver.com>
3001 L:      linux-crypto@vger.kernel.org
3002 S:      Maintained
3003 F:      crypto/ansi_cprng.c
3004 F:      crypto/rng.c
3005
3006 CS5535 Audio ALSA driver
3007 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3008 S:      Maintained
3009 F:      sound/pci/cs5535audio/
3010
3011 CW1200 WLAN driver
3012 M:      Solomon Peachy <pizza@shaftnet.org>
3013 S:      Maintained
3014 F:      drivers/net/wireless/cw1200/
3015
3016 CX18 VIDEO4LINUX DRIVER
3017 M:      Andy Walls <awalls@md.metrocast.net>
3018 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3019 L:      linux-media@vger.kernel.org
3020 T:      git git://linuxtv.org/media_tree.git
3021 W:      http://linuxtv.org
3022 W:      http://www.ivtvdriver.org/index.php/Cx18
3023 S:      Maintained
3024 F:      Documentation/video4linux/cx18.txt
3025 F:      drivers/media/pci/cx18/
3026 F:      include/uapi/linux/ivtv*
3027
3028 CX2341X MPEG ENCODER HELPER MODULE
3029 M:      Hans Verkuil <hverkuil@xs4all.nl>
3030 L:      linux-media@vger.kernel.org
3031 T:      git git://linuxtv.org/media_tree.git
3032 W:      http://linuxtv.org
3033 S:      Maintained
3034 F:      drivers/media/common/cx2341x*
3035 F:      include/media/cx2341x*
3036
3037 CX24120 MEDIA DRIVER
3038 M:      Jemma Denson <jdenson@gmail.com>
3039 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3040 L:      linux-media@vger.kernel.org
3041 W:      http://linuxtv.org/
3042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3043 S:      Maintained
3044 F:      drivers/media/dvb-frontends/cx24120*
3045
3046 CX88 VIDEO4LINUX DRIVER
3047 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3048 L:      linux-media@vger.kernel.org
3049 W:      http://linuxtv.org
3050 T:      git git://linuxtv.org/media_tree.git
3051 S:      Odd fixes
3052 F:      Documentation/video4linux/cx88/
3053 F:      drivers/media/pci/cx88/
3054
3055 CXD2820R MEDIA DRIVER
3056 M:      Antti Palosaari <crope@iki.fi>
3057 L:      linux-media@vger.kernel.org
3058 W:      http://linuxtv.org/
3059 W:      http://palosaari.fi/linux/
3060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3061 T:      git git://linuxtv.org/anttip/media_tree.git
3062 S:      Maintained
3063 F:      drivers/media/dvb-frontends/cxd2820r*
3064
3065 CXGB3 ETHERNET DRIVER (CXGB3)
3066 M:      Santosh Raspatur <santosh@chelsio.com>
3067 L:      netdev@vger.kernel.org
3068 W:      http://www.chelsio.com
3069 S:      Supported
3070 F:      drivers/net/ethernet/chelsio/cxgb3/
3071
3072 CXGB3 ISCSI DRIVER (CXGB3I)
3073 M:      Karen Xie <kxie@chelsio.com>
3074 L:      linux-scsi@vger.kernel.org
3075 W:      http://www.chelsio.com
3076 S:      Supported
3077 F:      drivers/scsi/cxgbi/cxgb3i
3078
3079 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3080 M:      Steve Wise <swise@chelsio.com>
3081 L:      linux-rdma@vger.kernel.org
3082 W:      http://www.openfabrics.org
3083 S:      Supported
3084 F:      drivers/infiniband/hw/cxgb3/
3085
3086 CXGB4 ETHERNET DRIVER (CXGB4)
3087 M:      Hariprasad S <hariprasad@chelsio.com>
3088 L:      netdev@vger.kernel.org
3089 W:      http://www.chelsio.com
3090 S:      Supported
3091 F:      drivers/net/ethernet/chelsio/cxgb4/
3092
3093 CXGB4 ISCSI DRIVER (CXGB4I)
3094 M:      Karen Xie <kxie@chelsio.com>
3095 L:      linux-scsi@vger.kernel.org
3096 W:      http://www.chelsio.com
3097 S:      Supported
3098 F:      drivers/scsi/cxgbi/cxgb4i
3099
3100 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3101 M:      Steve Wise <swise@chelsio.com>
3102 L:      linux-rdma@vger.kernel.org
3103 W:      http://www.openfabrics.org
3104 S:      Supported
3105 F:      drivers/infiniband/hw/cxgb4/
3106
3107 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3108 M:      Casey Leedom <leedom@chelsio.com>
3109 L:      netdev@vger.kernel.org
3110 W:      http://www.chelsio.com
3111 S:      Supported
3112 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3113
3114 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3115 M:      Ian Munsie <imunsie@au1.ibm.com>
3116 M:      Michael Neuling <mikey@neuling.org>
3117 L:      linuxppc-dev@lists.ozlabs.org
3118 S:      Supported
3119 F:      drivers/misc/cxl/
3120 F:      include/misc/cxl*
3121 F:      include/uapi/misc/cxl.h
3122 F:      Documentation/powerpc/cxl.txt
3123 F:      Documentation/powerpc/cxl.txt
3124 F:      Documentation/ABI/testing/sysfs-class-cxl
3125
3126 STMMAC ETHERNET DRIVER
3127 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3128 L:      netdev@vger.kernel.org
3129 W:      http://www.stlinux.com
3130 S:      Supported
3131 F:      drivers/net/ethernet/stmicro/stmmac/
3132
3133 CYBERPRO FB DRIVER
3134 M:      Russell King <linux@arm.linux.org.uk>
3135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3136 W:      http://www.arm.linux.org.uk/
3137 S:      Maintained
3138 F:      drivers/video/fbdev/cyber2000fb.*
3139
3140 CYCLADES ASYNC MUX DRIVER
3141 W:      http://www.cyclades.com/
3142 S:      Orphan
3143 F:      drivers/tty/cyclades.c
3144 F:      include/linux/cyclades.h
3145 F:      include/uapi/linux/cyclades.h
3146
3147 CYCLADES PC300 DRIVER
3148 W:      http://www.cyclades.com/
3149 S:      Orphan
3150 F:      drivers/net/wan/pc300*
3151
3152 CYPRESS_FIRMWARE MEDIA DRIVER
3153 M:      Antti Palosaari <crope@iki.fi>
3154 L:      linux-media@vger.kernel.org
3155 W:      http://linuxtv.org/
3156 W:      http://palosaari.fi/linux/
3157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3158 T:      git git://linuxtv.org/anttip/media_tree.git
3159 S:      Maintained
3160 F:      drivers/media/common/cypress_firmware*
3161
3162 CYTTSP TOUCHSCREEN DRIVER
3163 M:      Ferruh Yigit <fery@cypress.com>
3164 L:      linux-input@vger.kernel.org
3165 S:      Supported
3166 F:      drivers/input/touchscreen/cyttsp*
3167 F:      include/linux/input/cyttsp.h
3168
3169 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3170 M:      Joshua Kinard <kumba@gentoo.org>
3171 S:      Maintained
3172 F:      drivers/rtc/rtc-ds1685.c
3173 F:      include/linux/rtc/ds1685.h
3174
3175 DAMA SLAVE for AX.25
3176 M:      Joerg Reuter <jreuter@yaina.de>
3177 W:      http://yaina.de/jreuter/
3178 W:      http://www.qsl.net/dl1bke/
3179 L:      linux-hams@vger.kernel.org
3180 S:      Maintained
3181 F:      net/ax25/af_ax25.c
3182 F:      net/ax25/ax25_dev.c
3183 F:      net/ax25/ax25_ds_*
3184 F:      net/ax25/ax25_in.c
3185 F:      net/ax25/ax25_out.c
3186 F:      net/ax25/ax25_timer.c
3187 F:      net/ax25/sysctl_net_ax25.c
3188
3189 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3190 L:      netdev@vger.kernel.org
3191 S:      Orphan
3192 F:      Documentation/networking/dmfe.txt
3193 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3194
3195 DC390/AM53C974 SCSI driver
3196 M:      Hannes Reinecke <hare@suse.com>
3197 L:      linux-scsi@vger.kernel.org
3198 S:      Maintained
3199 F:      drivers/scsi/am53c974.c
3200
3201 DC395x SCSI driver
3202 M:      Oliver Neukum <oliver@neukum.org>
3203 M:      Ali Akcaagac <aliakc@web.de>
3204 M:      Jamie Lenehan <lenehan@twibble.org>
3205 L:      dc395x@twibble.org
3206 W:      http://twibble.org/dist/dc395x/
3207 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3208 S:      Maintained
3209 F:      Documentation/scsi/dc395x.txt
3210 F:      drivers/scsi/dc395x.*
3211
3212 DCCP PROTOCOL
3213 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3214 L:      dccp@vger.kernel.org
3215 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3216 S:      Maintained
3217 F:      include/linux/dccp.h
3218 F:      include/uapi/linux/dccp.h
3219 F:      include/linux/tfrc.h
3220 F:      net/dccp/
3221
3222 DECnet NETWORK LAYER
3223 W:      http://linux-decnet.sourceforge.net
3224 L:      linux-decnet-user@lists.sourceforge.net
3225 S:      Orphan
3226 F:      Documentation/networking/decnet.txt
3227 F:      net/decnet/
3228
3229 DECSTATION PLATFORM SUPPORT
3230 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3231 L:      linux-mips@linux-mips.org
3232 W:      http://www.linux-mips.org/wiki/DECstation
3233 S:      Maintained
3234 F:      arch/mips/dec/
3235 F:      arch/mips/include/asm/dec/
3236 F:      arch/mips/include/asm/mach-dec/
3237
3238 DEFXX FDDI NETWORK DRIVER
3239 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3240 S:      Maintained
3241 F:      drivers/net/fddi/defxx.*
3242
3243 DELL LAPTOP DRIVER
3244 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3245 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3246 L:      platform-driver-x86@vger.kernel.org
3247 S:      Maintained
3248 F:      drivers/platform/x86/dell-laptop.c
3249
3250 DELL LAPTOP RBTN DRIVER
3251 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3252 S:      Maintained
3253 F:      drivers/platform/x86/dell-rbtn.*
3254
3255 DELL LAPTOP FREEFALL DRIVER
3256 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3257 S:      Maintained
3258 F:      drivers/platform/x86/dell-smo8800.c
3259
3260 DELL LAPTOP SMM DRIVER
3261 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3262 S:      Maintained
3263 F:      drivers/hwmon/dell-smm-hwmon.c
3264 F:      include/uapi/linux/i8k.h
3265
3266 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3267 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3268 S:      Maintained
3269 F:      Documentation/dcdbas.txt
3270 F:      drivers/firmware/dcdbas.*
3271
3272 DELL WMI EXTRAS DRIVER
3273 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3274 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3275 S:      Maintained
3276 F:      drivers/platform/x86/dell-wmi.c
3277
3278 DESIGNWARE USB2 DRD IP DRIVER
3279 M:      John Youn <johnyoun@synopsys.com>
3280 L:      linux-usb@vger.kernel.org
3281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3282 S:      Maintained
3283 F:      drivers/usb/dwc2/
3284
3285 DESIGNWARE USB3 DRD IP DRIVER
3286 M:      Felipe Balbi <balbi@ti.com>
3287 L:      linux-usb@vger.kernel.org
3288 L:      linux-omap@vger.kernel.org
3289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3290 S:      Maintained
3291 F:      drivers/usb/dwc3/
3292
3293 DEVICE COREDUMP (DEV_COREDUMP)
3294 M:      Johannes Berg <johannes@sipsolutions.net>
3295 L:      linux-kernel@vger.kernel.org
3296 S:      Maintained
3297 F:      drivers/base/devcoredump.c
3298 F:      include/linux/devcoredump.h
3299
3300 DEVICE FREQUENCY (DEVFREQ)
3301 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3302 M:      Kyungmin Park <kyungmin.park@samsung.com>
3303 L:      linux-pm@vger.kernel.org
3304 S:      Maintained
3305 F:      drivers/devfreq/
3306
3307 DEVICE NUMBER REGISTRY
3308 M:      Torben Mathiasen <device@lanana.org>
3309 W:      http://lanana.org/docs/device-list/index.html
3310 S:      Maintained
3311
3312 DEVICE-MAPPER  (LVM)
3313 M:      Alasdair Kergon <agk@redhat.com>
3314 M:      Mike Snitzer <snitzer@redhat.com>
3315 M:      dm-devel@redhat.com
3316 L:      dm-devel@redhat.com
3317 W:      http://sources.redhat.com/dm
3318 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3320 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3321 S:      Maintained
3322 F:      Documentation/device-mapper/
3323 F:      drivers/md/dm*
3324 F:      drivers/md/persistent-data/
3325 F:      include/linux/device-mapper.h
3326 F:      include/linux/dm-*.h
3327 F:      include/uapi/linux/dm-*.h
3328
3329 DIALOG SEMICONDUCTOR DRIVERS
3330 M:      Support Opensource <support.opensource@diasemi.com>
3331 W:      http://www.dialog-semiconductor.com/products
3332 S:      Supported
3333 F:      Documentation/hwmon/da90??
3334 F:      drivers/gpio/gpio-da90??.c
3335 F:      drivers/hwmon/da90??-hwmon.c
3336 F:      drivers/iio/adc/da91??-*.c
3337 F:      drivers/input/misc/da90??_onkey.c
3338 F:      drivers/input/touchscreen/da9052_tsi.c
3339 F:      drivers/leds/leds-da90??.c
3340 F:      drivers/mfd/da903x.c
3341 F:      drivers/mfd/da90??-*.c
3342 F:      drivers/mfd/da91??-*.c
3343 F:      drivers/power/da9052-battery.c
3344 F:      drivers/power/da91??-*.c
3345 F:      drivers/regulator/da903x.c
3346 F:      drivers/regulator/da9???-regulator.[ch]
3347 F:      drivers/rtc/rtc-da90??.c
3348 F:      drivers/video/backlight/da90??_bl.c
3349 F:      drivers/watchdog/da90??_wdt.c
3350 F:      include/linux/mfd/da903x.h
3351 F:      include/linux/mfd/da9052/
3352 F:      include/linux/mfd/da9055/
3353 F:      include/linux/mfd/da9063/
3354 F:      include/linux/mfd/da9150/
3355 F:      include/sound/da[79]*.h
3356 F:      sound/soc/codecs/da[79]*.[ch]
3357
3358 DIGI NEO AND CLASSIC PCI PRODUCTS
3359 M:      Lidza Louina <lidza.louina@gmail.com>
3360 M:      Mark Hounschell <markh@compro.net>
3361 L:      driverdev-devel@linuxdriverproject.org
3362 S:      Maintained
3363 F:      drivers/staging/dgnc/
3364
3365 DIGI EPCA PCI PRODUCTS
3366 M:      Lidza Louina <lidza.louina@gmail.com>
3367 M:      Mark Hounschell <markh@compro.net>
3368 M:      Daeseok Youn <daeseok.youn@gmail.com>
3369 L:      driverdev-devel@linuxdriverproject.org
3370 S:      Maintained
3371 F:      drivers/staging/dgap/
3372
3373 DIOLAN U2C-12 I2C DRIVER
3374 M:      Guenter Roeck <linux@roeck-us.net>
3375 L:      linux-i2c@vger.kernel.org
3376 S:      Maintained
3377 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3378
3379 DIRECT ACCESS (DAX)
3380 M:      Matthew Wilcox <willy@linux.intel.com>
3381 L:      linux-fsdevel@vger.kernel.org
3382 S:      Supported
3383 F:      fs/dax.c
3384
3385 DIRECTORY NOTIFICATION (DNOTIFY)
3386 M:      Eric Paris <eparis@parisplace.org>
3387 S:      Maintained
3388 F:      Documentation/filesystems/dnotify.txt
3389 F:      fs/notify/dnotify/
3390 F:      include/linux/dnotify.h
3391
3392 DISK GEOMETRY AND PARTITION HANDLING
3393 M:      Andries Brouwer <aeb@cwi.nl>
3394 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3395 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3396 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3397 S:      Maintained
3398
3399 DISKQUOTA
3400 M:      Jan Kara <jack@suse.com>
3401 S:      Maintained
3402 F:      Documentation/filesystems/quota.txt
3403 F:      fs/quota/
3404 F:      include/linux/quota*.h
3405 F:      include/uapi/linux/quota*.h
3406
3407 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3408 M:      Bernie Thompson <bernie@plugable.com>
3409 L:      linux-fbdev@vger.kernel.org
3410 S:      Maintained
3411 W:      http://plugable.com/category/projects/udlfb/
3412 F:      drivers/video/fbdev/udlfb.c
3413 F:      include/video/udlfb.h
3414 F:      Documentation/fb/udlfb.txt
3415
3416 DISTRIBUTED LOCK MANAGER (DLM)
3417 M:      Christine Caulfield <ccaulfie@redhat.com>
3418 M:      David Teigland <teigland@redhat.com>
3419 L:      cluster-devel@redhat.com
3420 W:      http://sources.redhat.com/cluster/
3421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3422 S:      Supported
3423 F:      fs/dlm/
3424
3425 DMA BUFFER SHARING FRAMEWORK
3426 M:      Sumit Semwal <sumit.semwal@linaro.org>
3427 S:      Maintained
3428 L:      linux-media@vger.kernel.org
3429 L:      dri-devel@lists.freedesktop.org
3430 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3431 F:      drivers/dma-buf/
3432 F:      include/linux/dma-buf*
3433 F:      include/linux/reservation.h
3434 F:      include/linux/*fence.h
3435 F:      Documentation/dma-buf-sharing.txt
3436 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3437
3438 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3439 M:      Vinod Koul <vinod.koul@intel.com>
3440 L:      dmaengine@vger.kernel.org
3441 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3442 S:      Maintained
3443 F:      drivers/dma/
3444 F:      include/linux/dmaengine.h
3445 F:      Documentation/dmaengine/
3446 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3447
3448 DME1737 HARDWARE MONITOR DRIVER
3449 M:      Juerg Haefliger <juergh@gmail.com>
3450 L:      lm-sensors@lm-sensors.org
3451 S:      Maintained
3452 F:      Documentation/hwmon/dme1737
3453 F:      drivers/hwmon/dme1737.c
3454
3455 DMI/SMBIOS SUPPORT
3456 M:      Jean Delvare <jdelvare@suse.com>
3457 S:      Maintained
3458 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3459 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3460 F:      drivers/firmware/dmi-id.c
3461 F:      drivers/firmware/dmi_scan.c
3462 F:      include/linux/dmi.h
3463
3464 DOCUMENTATION
3465 M:      Jonathan Corbet <corbet@lwn.net>
3466 L:      linux-doc@vger.kernel.org
3467 S:      Maintained
3468 F:      Documentation/
3469 X:      Documentation/ABI/
3470 X:      Documentation/devicetree/
3471 X:      Documentation/acpi
3472 X:      Documentation/power
3473 X:      Documentation/spi
3474 X:      Documentation/DocBook/media
3475 T:      git git://git.lwn.net/linux-2.6.git docs-next
3476
3477 DOUBLETALK DRIVER
3478 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3479 L:      blinux-list@redhat.com
3480 S:      Maintained
3481 F:      drivers/char/dtlk.c
3482 F:      include/linux/dtlk.h
3483
3484 DPT_I2O SCSI RAID DRIVER
3485 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3486 L:      linux-scsi@vger.kernel.org
3487 W:      http://www.adaptec.com/
3488 S:      Maintained
3489 F:      drivers/scsi/dpt*
3490 F:      drivers/scsi/dpt/
3491
3492 DRBD DRIVER
3493 P:      Philipp Reisner
3494 P:      Lars Ellenberg
3495 M:      drbd-dev@lists.linbit.com
3496 L:      drbd-user@lists.linbit.com
3497 W:      http://www.drbd.org
3498 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3499 T:      git git://git.drbd.org/drbd-8.3.git
3500 S:      Supported
3501 F:      drivers/block/drbd/
3502 F:      lib/lru_cache.c
3503 F:      Documentation/blockdev/drbd/
3504
3505 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3506 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3508 S:      Supported
3509 F:      Documentation/kobject.txt
3510 F:      drivers/base/
3511 F:      fs/debugfs/
3512 F:      fs/kernfs/
3513 F:      fs/sysfs/
3514 F:      include/linux/debugfs.h
3515 F:      include/linux/kobj*
3516 F:      lib/kobj*
3517
3518 DRM DRIVERS
3519 M:      David Airlie <airlied@linux.ie>
3520 L:      dri-devel@lists.freedesktop.org
3521 T:      git git://people.freedesktop.org/~airlied/linux
3522 S:      Maintained
3523 F:      drivers/gpu/drm/
3524 F:      drivers/gpu/vga/
3525 F:      include/drm/
3526 F:      include/uapi/drm/
3527
3528 RADEON DRM DRIVERS
3529 M:      Alex Deucher <alexander.deucher@amd.com>
3530 M:      Christian König <christian.koenig@amd.com>
3531 L:      dri-devel@lists.freedesktop.org
3532 T:      git git://people.freedesktop.org/~agd5f/linux
3533 S:      Supported
3534 F:      drivers/gpu/drm/radeon/
3535 F:      include/uapi/drm/radeon*
3536
3537 DRM PANEL DRIVERS
3538 M:      Thierry Reding <thierry.reding@gmail.com>
3539 L:      dri-devel@lists.freedesktop.org
3540 T:      git git://anongit.freedesktop.org/tegra/linux.git
3541 S:      Maintained
3542 F:      drivers/gpu/drm/drm_panel.c
3543 F:      drivers/gpu/drm/panel/
3544 F:      include/drm/drm_panel.h
3545 F:      Documentation/devicetree/bindings/panel/
3546
3547 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3548 M:      Daniel Vetter <daniel.vetter@intel.com>
3549 M:      Jani Nikula <jani.nikula@linux.intel.com>
3550 L:      intel-gfx@lists.freedesktop.org
3551 L:      dri-devel@lists.freedesktop.org
3552 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3553 T:      git git://anongit.freedesktop.org/drm-intel
3554 S:      Supported
3555 F:      drivers/gpu/drm/i915/
3556 F:      include/drm/i915*
3557 F:      include/uapi/drm/i915*
3558
3559 DRM DRIVERS FOR EXYNOS
3560 M:      Inki Dae <inki.dae@samsung.com>
3561 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3562 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3563 M:      Kyungmin Park <kyungmin.park@samsung.com>
3564 L:      dri-devel@lists.freedesktop.org
3565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3566 S:      Supported
3567 F:      drivers/gpu/drm/exynos/
3568 F:      include/drm/exynos*
3569 F:      include/uapi/drm/exynos*
3570
3571 DRM DRIVERS FOR FREESCALE IMX
3572 M:      Philipp Zabel <p.zabel@pengutronix.de>
3573 L:      dri-devel@lists.freedesktop.org
3574 S:      Maintained
3575 F:      drivers/gpu/drm/imx/
3576 F:      Documentation/devicetree/bindings/drm/imx/
3577
3578 DRM DRIVERS FOR NVIDIA TEGRA
3579 M:      Thierry Reding <thierry.reding@gmail.com>
3580 M:      Terje Bergström <tbergstrom@nvidia.com>
3581 L:      dri-devel@lists.freedesktop.org
3582 L:      linux-tegra@vger.kernel.org
3583 T:      git git://anongit.freedesktop.org/tegra/linux.git
3584 S:      Supported
3585 F:      drivers/gpu/drm/tegra/
3586 F:      drivers/gpu/host1x/
3587 F:      include/linux/host1x.h
3588 F:      include/uapi/drm/tegra_drm.h
3589 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3590
3591 DRM DRIVERS FOR RENESAS
3592 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3593 L:      dri-devel@lists.freedesktop.org
3594 L:      linux-sh@vger.kernel.org
3595 T:      git git://people.freedesktop.org/~airlied/linux
3596 S:      Supported
3597 F:      drivers/gpu/drm/rcar-du/
3598 F:      drivers/gpu/drm/shmobile/
3599 F:      include/linux/platform_data/shmob_drm.h
3600
3601 DRM DRIVERS FOR ROCKCHIP
3602 M:      Mark Yao <mark.yao@rock-chips.com>
3603 L:      dri-devel@lists.freedesktop.org
3604 S:      Maintained
3605 F:      drivers/gpu/drm/rockchip/
3606 F:      Documentation/devicetree/bindings/video/rockchip*
3607
3608 DRM DRIVERS FOR STI
3609 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3610 M:      Vincent Abriou <vincent.abriou@st.com>
3611 L:      dri-devel@lists.freedesktop.org
3612 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3613 S:      Maintained
3614 F:      drivers/gpu/drm/sti
3615 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3616
3617 DSBR100 USB FM RADIO DRIVER
3618 M:      Alexey Klimov <klimov.linux@gmail.com>
3619 L:      linux-media@vger.kernel.org
3620 T:      git git://linuxtv.org/media_tree.git
3621 S:      Maintained
3622 F:      drivers/media/radio/dsbr100.c
3623
3624 DSCC4 DRIVER
3625 M:      Francois Romieu <romieu@fr.zoreil.com>
3626 L:      netdev@vger.kernel.org
3627 S:      Maintained
3628 F:      drivers/net/wan/dscc4.c
3629
3630 DT3155 MEDIA DRIVER
3631 M:      Hans Verkuil <hverkuil@xs4all.nl>
3632 L:      linux-media@vger.kernel.org
3633 T:      git git://linuxtv.org/media_tree.git
3634 W:      http://linuxtv.org
3635 S:      Odd Fixes
3636 F:      drivers/media/pci/dt3155/
3637
3638 DVB_USB_AF9015 MEDIA DRIVER
3639 M:      Antti Palosaari <crope@iki.fi>
3640 L:      linux-media@vger.kernel.org
3641 W:      http://linuxtv.org/
3642 W:      http://palosaari.fi/linux/
3643 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3644 T:      git git://linuxtv.org/anttip/media_tree.git
3645 S:      Maintained
3646 F:      drivers/media/usb/dvb-usb-v2/af9015*
3647
3648 DVB_USB_AF9035 MEDIA DRIVER
3649 M:      Antti Palosaari <crope@iki.fi>
3650 L:      linux-media@vger.kernel.org
3651 W:      http://linuxtv.org/
3652 W:      http://palosaari.fi/linux/
3653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3654 T:      git git://linuxtv.org/anttip/media_tree.git
3655 S:      Maintained
3656 F:      drivers/media/usb/dvb-usb-v2/af9035*
3657
3658 DVB_USB_ANYSEE MEDIA DRIVER
3659 M:      Antti Palosaari <crope@iki.fi>
3660 L:      linux-media@vger.kernel.org
3661 W:      http://linuxtv.org/
3662 W:      http://palosaari.fi/linux/
3663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3664 T:      git git://linuxtv.org/anttip/media_tree.git
3665 S:      Maintained
3666 F:      drivers/media/usb/dvb-usb-v2/anysee*
3667
3668 DVB_USB_AU6610 MEDIA DRIVER
3669 M:      Antti Palosaari <crope@iki.fi>
3670 L:      linux-media@vger.kernel.org
3671 W:      http://linuxtv.org/
3672 W:      http://palosaari.fi/linux/
3673 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3674 T:      git git://linuxtv.org/anttip/media_tree.git
3675 S:      Maintained
3676 F:      drivers/media/usb/dvb-usb-v2/au6610*
3677
3678 DVB_USB_CE6230 MEDIA DRIVER
3679 M:      Antti Palosaari <crope@iki.fi>
3680 L:      linux-media@vger.kernel.org
3681 W:      http://linuxtv.org/
3682 W:      http://palosaari.fi/linux/
3683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3684 T:      git git://linuxtv.org/anttip/media_tree.git
3685 S:      Maintained
3686 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3687
3688 DVB_USB_CXUSB MEDIA DRIVER
3689 M:      Michael Krufky <mkrufky@linuxtv.org>
3690 L:      linux-media@vger.kernel.org
3691 W:      http://linuxtv.org/
3692 W:      http://github.com/mkrufky
3693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3694 T:      git git://linuxtv.org/media_tree.git
3695 S:      Maintained
3696 F:      drivers/media/usb/dvb-usb/cxusb*
3697
3698 DVB_USB_EC168 MEDIA DRIVER
3699 M:      Antti Palosaari <crope@iki.fi>
3700 L:      linux-media@vger.kernel.org
3701 W:      http://linuxtv.org/
3702 W:      http://palosaari.fi/linux/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/usb/dvb-usb-v2/ec168*
3707
3708 DVB_USB_GL861 MEDIA DRIVER
3709 M:      Antti Palosaari <crope@iki.fi>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3713 T:      git git://linuxtv.org/anttip/media_tree.git
3714 S:      Maintained
3715 F:      drivers/media/usb/dvb-usb-v2/gl861*
3716
3717 DVB_USB_MXL111SF MEDIA DRIVER
3718 M:      Michael Krufky <mkrufky@linuxtv.org>
3719 L:      linux-media@vger.kernel.org
3720 W:      http://linuxtv.org/
3721 W:      http://github.com/mkrufky
3722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3723 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3724 S:      Maintained
3725 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3726
3727 DVB_USB_RTL28XXU MEDIA DRIVER
3728 M:      Antti Palosaari <crope@iki.fi>
3729 L:      linux-media@vger.kernel.org
3730 W:      http://linuxtv.org/
3731 W:      http://palosaari.fi/linux/
3732 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3733 T:      git git://linuxtv.org/anttip/media_tree.git
3734 S:      Maintained
3735 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3736
3737 DVB_USB_V2 MEDIA DRIVER
3738 M:      Antti Palosaari <crope@iki.fi>
3739 L:      linux-media@vger.kernel.org
3740 W:      http://linuxtv.org/
3741 W:      http://palosaari.fi/linux/
3742 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3743 T:      git git://linuxtv.org/anttip/media_tree.git
3744 S:      Maintained
3745 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3746 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3747
3748 DYNAMIC DEBUG
3749 M:      Jason Baron <jbaron@akamai.com>
3750 S:      Maintained
3751 F:      lib/dynamic_debug.c
3752 F:      include/linux/dynamic_debug.h
3753
3754 DZ DECSTATION DZ11 SERIAL DRIVER
3755 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3756 S:      Maintained
3757 F:      drivers/tty/serial/dz.*
3758
3759 E3X0 POWER BUTTON DRIVER
3760 M:      Moritz Fischer <moritz.fischer@ettus.com>
3761 L:      usrp-users@lists.ettus.com
3762 W:      http://www.ettus.com
3763 S:      Supported
3764 F:      drivers/input/misc/e3x0-button.c
3765 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3766
3767 E4000 MEDIA DRIVER
3768 M:      Antti Palosaari <crope@iki.fi>
3769 L:      linux-media@vger.kernel.org
3770 W:      http://linuxtv.org/
3771 W:      http://palosaari.fi/linux/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/tuners/e4000*
3776
3777 EATA ISA/EISA/PCI SCSI DRIVER
3778 M:      Dario Ballabio <ballabio_dario@emc.com>
3779 L:      linux-scsi@vger.kernel.org
3780 S:      Maintained
3781 F:      drivers/scsi/eata.c
3782
3783 EC100 MEDIA DRIVER
3784 M:      Antti Palosaari <crope@iki.fi>
3785 L:      linux-media@vger.kernel.org
3786 W:      http://linuxtv.org/
3787 W:      http://palosaari.fi/linux/
3788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3789 T:      git git://linuxtv.org/anttip/media_tree.git
3790 S:      Maintained
3791 F:      drivers/media/dvb-frontends/ec100*
3792
3793 ECRYPT FILE SYSTEM
3794 M:      Tyler Hicks <tyhicks@canonical.com>
3795 L:      ecryptfs@vger.kernel.org
3796 W:      http://ecryptfs.org
3797 W:      https://launchpad.net/ecryptfs
3798 S:      Supported
3799 F:      Documentation/filesystems/ecryptfs.txt
3800 F:      fs/ecryptfs/
3801
3802 EDAC-CORE
3803 M:      Doug Thompson <dougthompson@xmission.com>
3804 M:      Borislav Petkov <bp@alien8.de>
3805 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3806 L:      linux-edac@vger.kernel.org
3807 W:      bluesmoke.sourceforge.net
3808 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3809 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3810 S:      Supported
3811 F:      Documentation/edac.txt
3812 F:      drivers/edac/
3813 F:      include/linux/edac.h
3814
3815 EDAC-AMD64
3816 M:      Doug Thompson <dougthompson@xmission.com>
3817 M:      Borislav Petkov <bp@alien8.de>
3818 L:      linux-edac@vger.kernel.org
3819 W:      bluesmoke.sourceforge.net
3820 S:      Maintained
3821 F:      drivers/edac/amd64_edac*
3822
3823 EDAC-CALXEDA
3824 M:      Doug Thompson <dougthompson@xmission.com>
3825 M:      Robert Richter <rric@kernel.org>
3826 L:      linux-edac@vger.kernel.org
3827 W:      bluesmoke.sourceforge.net
3828 S:      Maintained
3829 F:      drivers/edac/highbank*
3830
3831 EDAC-CAVIUM
3832 M:      Ralf Baechle <ralf@linux-mips.org>
3833 M:      David Daney <david.daney@cavium.com>
3834 L:      linux-edac@vger.kernel.org
3835 L:      linux-mips@linux-mips.org
3836 W:      bluesmoke.sourceforge.net
3837 S:      Supported
3838 F:      drivers/edac/octeon_edac*
3839
3840 EDAC-E752X
3841 M:      Mark Gross <mark.gross@intel.com>
3842 M:      Doug Thompson <dougthompson@xmission.com>
3843 L:      linux-edac@vger.kernel.org
3844 W:      bluesmoke.sourceforge.net
3845 S:      Maintained
3846 F:      drivers/edac/e752x_edac.c
3847
3848 EDAC-E7XXX
3849 M:      Doug Thompson <dougthompson@xmission.com>
3850 L:      linux-edac@vger.kernel.org
3851 W:      bluesmoke.sourceforge.net
3852 S:      Maintained
3853 F:      drivers/edac/e7xxx_edac.c
3854
3855 EDAC-GHES
3856 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3857 L:      linux-edac@vger.kernel.org
3858 W:      bluesmoke.sourceforge.net
3859 S:      Maintained
3860 F:      drivers/edac/ghes_edac.c
3861
3862 EDAC-I82443BXGX
3863 M:      Tim Small <tim@buttersideup.com>
3864 L:      linux-edac@vger.kernel.org
3865 W:      bluesmoke.sourceforge.net
3866 S:      Maintained
3867 F:      drivers/edac/i82443bxgx_edac.c
3868
3869 EDAC-I3000
3870 M:      Jason Uhlenkott <juhlenko@akamai.com>
3871 L:      linux-edac@vger.kernel.org
3872 W:      bluesmoke.sourceforge.net
3873 S:      Maintained
3874 F:      drivers/edac/i3000_edac.c
3875
3876 EDAC-I5000
3877 M:      Doug Thompson <dougthompson@xmission.com>
3878 L:      linux-edac@vger.kernel.org
3879 W:      bluesmoke.sourceforge.net
3880 S:      Maintained
3881 F:      drivers/edac/i5000_edac.c
3882
3883 EDAC-I5400
3884 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3885 L:      linux-edac@vger.kernel.org
3886 W:      bluesmoke.sourceforge.net
3887 S:      Maintained
3888 F:      drivers/edac/i5400_edac.c
3889
3890 EDAC-I7300
3891 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3892 L:      linux-edac@vger.kernel.org
3893 W:      bluesmoke.sourceforge.net
3894 S:      Maintained
3895 F:      drivers/edac/i7300_edac.c
3896
3897 EDAC-I7CORE
3898 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3899 L:      linux-edac@vger.kernel.org
3900 W:      bluesmoke.sourceforge.net
3901 S:      Maintained
3902 F:      drivers/edac/i7core_edac.c
3903
3904 EDAC-I82975X
3905 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3906 M:      "Arvind R." <arvino55@gmail.com>
3907 L:      linux-edac@vger.kernel.org
3908 W:      bluesmoke.sourceforge.net
3909 S:      Maintained
3910 F:      drivers/edac/i82975x_edac.c
3911
3912 EDAC-IE31200
3913 M:      Jason Baron <jbaron@akamai.com>
3914 L:      linux-edac@vger.kernel.org
3915 W:      bluesmoke.sourceforge.net
3916 S:      Maintained
3917 F:      drivers/edac/ie31200_edac.c
3918
3919 EDAC-MPC85XX
3920 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/mpc85xx_edac.[ch]
3925
3926 EDAC-PASEMI
3927 M:      Egor Martovetsky <egor@pasemi.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/pasemi_edac.c
3932
3933 EDAC-R82600
3934 M:      Tim Small <tim@buttersideup.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/r82600_edac.c
3939
3940 EDAC-SBRIDGE
3941 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/sb_edac.c
3946
3947 EDAC-XGENE
3948 APPLIED MICRO (APM) X-GENE SOC EDAC
3949 M:     Loc Ho <lho@apm.com>
3950 S:     Supported
3951 F:     drivers/edac/xgene_edac.c
3952 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3953
3954 EDIROL UA-101/UA-1000 DRIVER
3955 M:      Clemens Ladisch <clemens@ladisch.de>
3956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3957 T:      git git://git.alsa-project.org/alsa-kernel.git
3958 S:      Maintained
3959 F:      sound/usb/misc/ua101.c
3960
3961 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3962 M:      Matt Fleming <matt.fleming@intel.com>
3963 L:      linux-efi@vger.kernel.org
3964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3965 S:      Maintained
3966 F:      Documentation/efi-stub.txt
3967 F:      arch/ia64/kernel/efi.c
3968 F:      arch/x86/boot/compressed/eboot.[ch]
3969 F:      arch/x86/include/asm/efi.h
3970 F:      arch/x86/platform/efi/*
3971 F:      drivers/firmware/efi/*
3972 F:      include/linux/efi*.h
3973
3974 EFI VARIABLE FILESYSTEM
3975 M:      Matthew Garrett <matthew.garrett@nebula.com>
3976 M:      Jeremy Kerr <jk@ozlabs.org>
3977 M:      Matt Fleming <matt.fleming@intel.com>
3978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3979 L:      linux-efi@vger.kernel.org
3980 S:      Maintained
3981 F:      fs/efivarfs/
3982
3983 EFIFB FRAMEBUFFER DRIVER
3984 L:      linux-fbdev@vger.kernel.org
3985 M:      Peter Jones <pjones@redhat.com>
3986 S:      Maintained
3987 F:      drivers/video/fbdev/efifb.c
3988
3989 EFS FILESYSTEM
3990 W:      http://aeschi.ch.eu.org/efs/
3991 S:      Orphan
3992 F:      fs/efs/
3993
3994 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3995 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3996 M:      Christoph Raisch <raisch@de.ibm.com>
3997 L:      linux-rdma@vger.kernel.org
3998 S:      Supported
3999 F:      drivers/infiniband/hw/ehca/
4000
4001 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4002 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4003 L:      netdev@vger.kernel.org
4004 S:      Maintained
4005 F:      drivers/net/ethernet/ibm/ehea/
4006
4007 EM28XX VIDEO4LINUX DRIVER
4008 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4009 L:      linux-media@vger.kernel.org
4010 W:      http://linuxtv.org
4011 T:      git git://linuxtv.org/media_tree.git
4012 S:      Maintained
4013 F:      drivers/media/usb/em28xx/
4014
4015 EMBEDDED LINUX
4016 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4017 M:      Matt Mackall <mpm@selenic.com>
4018 M:      David Woodhouse <dwmw2@infradead.org>
4019 L:      linux-embedded@vger.kernel.org
4020 S:      Maintained
4021
4022 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4023 M:      James Smart <james.smart@avagotech.com>
4024 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4025 L:      linux-scsi@vger.kernel.org
4026 W:      http://www.avagotech.com
4027 S:      Supported
4028 F:      drivers/scsi/lpfc/
4029
4030 ENE CB710 FLASH CARD READER DRIVER
4031 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4032 S:      Maintained
4033 F:      drivers/misc/cb710/
4034 F:      drivers/mmc/host/cb710-mmc.*
4035 F:      include/linux/cb710.h
4036
4037 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4038 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4039 S:      Maintained
4040 F:      drivers/media/rc/ene_ir.*
4041
4042 ENHANCED ERROR HANDLING (EEH)
4043 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4044 L:      linuxppc-dev@lists.ozlabs.org
4045 S:      Supported
4046 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4047 F:      arch/powerpc/kernel/eeh*.c
4048
4049 EPSON S1D13XXX FRAMEBUFFER DRIVER
4050 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4051 S:      Maintained
4052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4053 F:      drivers/video/fbdev/s1d13xxxfb.c
4054 F:      include/video/s1d13xxxfb.h
4055
4056 ET131X NETWORK DRIVER
4057 M:      Mark Einon <mark.einon@gmail.com>
4058 S:      Odd Fixes
4059 F:      drivers/net/ethernet/agere/
4060
4061 ETHERNET BRIDGE
4062 M:      Stephen Hemminger <stephen@networkplumber.org>
4063 L:      bridge@lists.linux-foundation.org
4064 L:      netdev@vger.kernel.org
4065 W:      http://www.linuxfoundation.org/en/Net:Bridge
4066 S:      Maintained
4067 F:      include/linux/netfilter_bridge/
4068 F:      net/bridge/
4069
4070 ETHERNET PHY LIBRARY
4071 M:      Florian Fainelli <f.fainelli@gmail.com>
4072 L:      netdev@vger.kernel.org
4073 S:      Maintained
4074 F:      include/linux/phy.h
4075 F:      include/linux/phy_fixed.h
4076 F:      drivers/net/phy/
4077 F:      Documentation/networking/phy.txt
4078 F:      drivers/of/of_mdio.c
4079 F:      drivers/of/of_net.c
4080
4081 EXT2 FILE SYSTEM
4082 M:      Jan Kara <jack@suse.com>
4083 L:      linux-ext4@vger.kernel.org
4084 S:      Maintained
4085 F:      Documentation/filesystems/ext2.txt
4086 F:      fs/ext2/
4087 F:      include/linux/ext2*
4088
4089 EXT4 FILE SYSTEM
4090 M:      "Theodore Ts'o" <tytso@mit.edu>
4091 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4092 L:      linux-ext4@vger.kernel.org
4093 W:      http://ext4.wiki.kernel.org
4094 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4095 S:      Maintained
4096 F:      Documentation/filesystems/ext4.txt
4097 F:      fs/ext4/
4098
4099 Extended Verification Module (EVM)
4100 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4101 L:      linux-ima-devel@lists.sourceforge.net
4102 L:      linux-security-module@vger.kernel.org
4103 S:      Supported
4104 F:      security/integrity/evm/
4105
4106 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4107 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4108 M:      Chanwoo Choi <cw00.choi@samsung.com>
4109 L:      linux-kernel@vger.kernel.org
4110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4111 S:      Maintained
4112 F:      drivers/extcon/
4113 F:      Documentation/extcon/
4114
4115 EXYNOS DP DRIVER
4116 M:      Jingoo Han <jingoohan1@gmail.com>
4117 L:      dri-devel@lists.freedesktop.org
4118 S:      Maintained
4119 F:      drivers/gpu/drm/exynos/exynos_dp*
4120
4121 EXYNOS MIPI DISPLAY DRIVERS
4122 M:      Inki Dae <inki.dae@samsung.com>
4123 M:      Donghwa Lee <dh09.lee@samsung.com>
4124 M:      Kyungmin Park <kyungmin.park@samsung.com>
4125 L:      linux-fbdev@vger.kernel.org
4126 S:      Maintained
4127 F:      drivers/video/fbdev/exynos/exynos_mipi*
4128 F:      include/video/exynos_mipi*
4129
4130 F71805F HARDWARE MONITORING DRIVER
4131 M:      Jean Delvare <jdelvare@suse.com>
4132 L:      lm-sensors@lm-sensors.org
4133 S:      Maintained
4134 F:      Documentation/hwmon/f71805f
4135 F:      drivers/hwmon/f71805f.c
4136
4137 FC0011 TUNER DRIVER
4138 M:      Michael Buesch <m@bues.ch>
4139 L:      linux-media@vger.kernel.org
4140 S:      Maintained
4141 F:      drivers/media/tuners/fc0011.h
4142 F:      drivers/media/tuners/fc0011.c
4143
4144 FC2580 MEDIA DRIVER
4145 M:      Antti Palosaari <crope@iki.fi>
4146 L:      linux-media@vger.kernel.org
4147 W:      http://linuxtv.org/
4148 W:      http://palosaari.fi/linux/
4149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4150 T:      git git://linuxtv.org/anttip/media_tree.git
4151 S:      Maintained
4152 F:      drivers/media/tuners/fc2580*
4153
4154 FANOTIFY
4155 M:      Eric Paris <eparis@redhat.com>
4156 S:      Maintained
4157 F:      fs/notify/fanotify/
4158 F:      include/linux/fanotify.h
4159 F:      include/uapi/linux/fanotify.h
4160
4161 FARSYNC SYNCHRONOUS DRIVER
4162 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4163 W:      http://www.farsite.co.uk/
4164 S:      Supported
4165 F:      drivers/net/wan/farsync.*
4166
4167 FAULT INJECTION SUPPORT
4168 M:      Akinobu Mita <akinobu.mita@gmail.com>
4169 S:      Supported
4170 F:      Documentation/fault-injection/
4171 F:      lib/fault-inject.c
4172
4173 FBTFT Framebuffer drivers
4174 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4175 M:      Noralf Trønnes <noralf@tronnes.org>
4176 S:      Maintained
4177 F:      drivers/staging/fbtft/
4178
4179 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4180 M:      Vasu Dev <vasu.dev@intel.com>
4181 L:      fcoe-devel@open-fcoe.org
4182 W:      www.Open-FCoE.org
4183 S:      Supported
4184 F:      drivers/scsi/libfc/
4185 F:      drivers/scsi/fcoe/
4186 F:      include/scsi/fc/
4187 F:      include/scsi/libfc.h
4188 F:      include/scsi/libfcoe.h
4189 F:      include/uapi/scsi/fc/
4190
4191 FILE LOCKING (flock() and fcntl()/lockf())
4192 M:      Jeff Layton <jlayton@poochiereds.net>
4193 M:      "J. Bruce Fields" <bfields@fieldses.org>
4194 L:      linux-fsdevel@vger.kernel.org
4195 S:      Maintained
4196 F:      include/linux/fcntl.h
4197 F:      include/linux/fs.h
4198 F:      include/uapi/linux/fcntl.h
4199 F:      include/uapi/linux/fs.h
4200 F:      fs/fcntl.c
4201 F:      fs/locks.c
4202
4203 FILESYSTEMS (VFS and infrastructure)
4204 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4205 L:      linux-fsdevel@vger.kernel.org
4206 S:      Maintained
4207 F:      fs/*
4208
4209 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4210 M:      Riku Voipio <riku.voipio@iki.fi>
4211 L:      lm-sensors@lm-sensors.org
4212 S:      Maintained
4213 F:      drivers/hwmon/f75375s.c
4214 F:      include/linux/f75375s.h
4215
4216 FIREWIRE AUDIO DRIVERS
4217 M:      Clemens Ladisch <clemens@ladisch.de>
4218 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4219 T:      git git://git.alsa-project.org/alsa-kernel.git
4220 S:      Maintained
4221 F:      sound/firewire/
4222
4223 FIREWIRE MEDIA DRIVERS (firedtv)
4224 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4225 L:      linux-media@vger.kernel.org
4226 L:      linux1394-devel@lists.sourceforge.net
4227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4228 S:      Maintained
4229 F:      drivers/media/firewire/
4230
4231 FIREWIRE SBP-2 TARGET
4232 M:      Chris Boot <bootc@bootc.net>
4233 L:      linux-scsi@vger.kernel.org
4234 L:      target-devel@vger.kernel.org
4235 L:      linux1394-devel@lists.sourceforge.net
4236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4237 S:      Maintained
4238 F:      drivers/target/sbp/
4239
4240 FIREWIRE SUBSYSTEM
4241 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4242 L:      linux1394-devel@lists.sourceforge.net
4243 W:      http://ieee1394.wiki.kernel.org/
4244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4245 S:      Maintained
4246 F:      drivers/firewire/
4247 F:      include/linux/firewire.h
4248 F:      include/uapi/linux/firewire*.h
4249 F:      tools/firewire/
4250
4251 FIRMWARE LOADER (request_firmware)
4252 M:      Ming Lei <ming.lei@canonical.com>
4253 L:      linux-kernel@vger.kernel.org
4254 S:      Maintained
4255 F:      Documentation/firmware_class/
4256 F:      drivers/base/firmware*.c
4257 F:      include/linux/firmware.h
4258
4259 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4260 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4261 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4262 S:      Maintained
4263 F:      drivers/block/rsxx/
4264
4265 FLOPPY DRIVER
4266 M:      Jiri Kosina <jikos@kernel.org>
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4268 S:      Odd fixes
4269 F:      drivers/block/floppy.c
4270
4271 FMC SUBSYSTEM
4272 M:      Alessandro Rubini <rubini@gnudd.com>
4273 W:      http://www.ohwr.org/projects/fmc-bus
4274 S:      Supported
4275 F:      drivers/fmc/
4276 F:      include/linux/fmc*.h
4277 F:      include/linux/ipmi-fru.h
4278 K:      fmc_d.*register
4279
4280 FPU EMULATOR
4281 M:      Bill Metzenthen <billm@melbpc.org.au>
4282 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4283 S:      Maintained
4284 F:      arch/x86/math-emu/
4285
4286 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4287 L:      netdev@vger.kernel.org
4288 S:      Orphan
4289 F:      drivers/net/wan/dlci.c
4290 F:      drivers/net/wan/sdla.c
4291
4292 FRAMEBUFFER LAYER
4293 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4294 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4295 L:      linux-fbdev@vger.kernel.org
4296 W:      http://linux-fbdev.sourceforge.net/
4297 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4299 S:      Maintained
4300 F:      Documentation/fb/
4301 F:      Documentation/devicetree/bindings/fb/
4302 F:      drivers/video/
4303 F:      include/video/
4304 F:      include/linux/fb.h
4305 F:      include/uapi/video/
4306 F:      include/uapi/linux/fb.h
4307
4308 FREESCALE DIU FRAMEBUFFER DRIVER
4309 M:      Timur Tabi <timur@tabi.org>
4310 L:      linux-fbdev@vger.kernel.org
4311 S:      Maintained
4312 F:      drivers/video/fbdev/fsl-diu-fb.*
4313
4314 FREESCALE DMA DRIVER
4315 M:      Li Yang <leoli@freescale.com>
4316 M:      Zhang Wei <zw@zh-kernel.org>
4317 L:      linuxppc-dev@lists.ozlabs.org
4318 S:      Maintained
4319 F:      drivers/dma/fsldma.*
4320
4321 FREESCALE I2C CPM DRIVER
4322 M:      Jochen Friedrich <jochen@scram.de>
4323 L:      linuxppc-dev@lists.ozlabs.org
4324 L:      linux-i2c@vger.kernel.org
4325 S:      Maintained
4326 F:      drivers/i2c/busses/i2c-cpm.c
4327
4328 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4329 M:      Sascha Hauer <kernel@pengutronix.de>
4330 L:      linux-fbdev@vger.kernel.org
4331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4332 S:      Maintained
4333 F:      include/linux/platform_data/video-imxfb.h
4334 F:      drivers/video/fbdev/imxfb.c
4335
4336 FREESCALE QUAD SPI DRIVER
4337 M:      Han Xu <han.xu@freescale.com>
4338 L:      linux-mtd@lists.infradead.org
4339 S:      Maintained
4340 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4341
4342 FREESCALE SOC FS_ENET DRIVER
4343 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4344 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4345 L:      linuxppc-dev@lists.ozlabs.org
4346 L:      netdev@vger.kernel.org
4347 S:      Maintained
4348 F:      drivers/net/ethernet/freescale/fs_enet/
4349 F:      include/linux/fs_enet_pd.h
4350
4351 FREESCALE QUICC ENGINE LIBRARY
4352 L:      linuxppc-dev@lists.ozlabs.org
4353 S:      Orphan
4354 F:      arch/powerpc/sysdev/qe_lib/
4355 F:      arch/powerpc/include/asm/*qe.h
4356
4357 FREESCALE USB PERIPHERAL DRIVERS
4358 M:      Li Yang <leoli@freescale.com>
4359 L:      linux-usb@vger.kernel.org
4360 L:      linuxppc-dev@lists.ozlabs.org
4361 S:      Maintained
4362 F:      drivers/usb/gadget/udc/fsl*
4363
4364 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4365 M:      Li Yang <leoli@freescale.com>
4366 L:      netdev@vger.kernel.org
4367 L:      linuxppc-dev@lists.ozlabs.org
4368 S:      Maintained
4369 F:      drivers/net/ethernet/freescale/ucc_geth*
4370
4371 FREESCALE QUICC ENGINE UCC UART DRIVER
4372 M:      Timur Tabi <timur@tabi.org>
4373 L:      linuxppc-dev@lists.ozlabs.org
4374 S:      Maintained
4375 F:      drivers/tty/serial/ucc_uart.c
4376
4377 FREESCALE SOC SOUND DRIVERS
4378 M:      Timur Tabi <timur@tabi.org>
4379 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4380 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4381 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4382 L:      linuxppc-dev@lists.ozlabs.org
4383 S:      Maintained
4384 F:      sound/soc/fsl/fsl*
4385 F:      sound/soc/fsl/imx*
4386 F:      sound/soc/fsl/mpc8610_hpcd.c
4387
4388 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4389 M:      "J. German Rivera" <German.Rivera@freescale.com>
4390 L:      linux-kernel@vger.kernel.org
4391 S:      Maintained
4392 F:      drivers/staging/fsl-mc/
4393
4394 FREEVXFS FILESYSTEM
4395 M:      Christoph Hellwig <hch@infradead.org>
4396 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4397 S:      Maintained
4398 F:      fs/freevxfs/
4399
4400 FREEZER
4401 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4402 M:      Pavel Machek <pavel@ucw.cz>
4403 L:      linux-pm@vger.kernel.org
4404 S:      Supported
4405 F:      Documentation/power/freezing-of-tasks.txt
4406 F:      include/linux/freezer.h
4407 F:      kernel/freezer.c
4408
4409 FRONTSWAP API
4410 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4411 L:      linux-kernel@vger.kernel.org
4412 S:      Maintained
4413 F:      mm/frontswap.c
4414 F:      include/linux/frontswap.h
4415
4416 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4417 M:      David Howells <dhowells@redhat.com>
4418 L:      linux-cachefs@redhat.com
4419 S:      Supported
4420 F:      Documentation/filesystems/caching/
4421 F:      fs/fscache/
4422 F:      include/linux/fscache*.h
4423
4424 F2FS FILE SYSTEM
4425 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4426 M:      Changman Lee <cm224.lee@samsung.com>
4427 R:      Chao Yu <chao2.yu@samsung.com>
4428 L:      linux-f2fs-devel@lists.sourceforge.net
4429 W:      http://en.wikipedia.org/wiki/F2FS
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4431 S:      Maintained
4432 F:      Documentation/filesystems/f2fs.txt
4433 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4434 F:      fs/f2fs/
4435 F:      include/linux/f2fs_fs.h
4436 F:      include/trace/events/f2fs.h
4437
4438 FUJITSU FR-V (FRV) PORT
4439 M:      David Howells <dhowells@redhat.com>
4440 S:      Maintained
4441 F:      arch/frv/
4442
4443 FUJITSU LAPTOP EXTRAS
4444 M:      Jonathan Woithe <jwoithe@just42.net>
4445 L:      platform-driver-x86@vger.kernel.org
4446 S:      Maintained
4447 F:      drivers/platform/x86/fujitsu-laptop.c
4448
4449 FUJITSU M-5MO LS CAMERA ISP DRIVER
4450 M:      Kyungmin Park <kyungmin.park@samsung.com>
4451 M:      Heungjun Kim <riverful.kim@samsung.com>
4452 L:      linux-media@vger.kernel.org
4453 S:      Maintained
4454 F:      drivers/media/i2c/m5mols/
4455 F:      include/media/m5mols.h
4456
4457 FUJITSU TABLET EXTRAS
4458 M:      Robert Gerlach <khnz@gmx.de>
4459 L:      platform-driver-x86@vger.kernel.org
4460 S:      Maintained
4461 F:      drivers/platform/x86/fujitsu-tablet.c
4462
4463 FUSE: FILESYSTEM IN USERSPACE
4464 M:      Miklos Szeredi <miklos@szeredi.hu>
4465 L:      fuse-devel@lists.sourceforge.net
4466 W:      http://fuse.sourceforge.net/
4467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4468 S:      Maintained
4469 F:      fs/fuse/
4470 F:      include/uapi/linux/fuse.h
4471 F:      Documentation/filesystems/fuse.txt
4472
4473 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4474 M:      Rik Faith <faith@cs.unc.edu>
4475 L:      linux-scsi@vger.kernel.org
4476 S:      Odd Fixes (e.g., new signatures)
4477 F:      drivers/scsi/fdomain.*
4478
4479 GCOV BASED KERNEL PROFILING
4480 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4481 S:      Maintained
4482 F:      kernel/gcov/
4483 F:      Documentation/gcov.txt
4484
4485 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4486 M:      Achim Leubner <achim_leubner@adaptec.com>
4487 L:      linux-scsi@vger.kernel.org
4488 W:      http://www.icp-vortex.com/
4489 S:      Supported
4490 F:      drivers/scsi/gdt*
4491
4492 GDB KERNEL DEBUGGING HELPER SCRIPTS
4493 M:      Jan Kiszka <jan.kiszka@siemens.com>
4494 S:      Supported
4495 F:      scripts/gdb/
4496
4497 GEMTEK FM RADIO RECEIVER DRIVER
4498 M:      Hans Verkuil <hverkuil@xs4all.nl>
4499 L:      linux-media@vger.kernel.org
4500 T:      git git://linuxtv.org/media_tree.git
4501 W:      http://linuxtv.org
4502 S:      Maintained
4503 F:      drivers/media/radio/radio-gemtek*
4504
4505 GENERIC GPIO I2C DRIVER
4506 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4507 S:      Supported
4508 F:      drivers/i2c/busses/i2c-gpio.c
4509 F:      include/linux/i2c-gpio.h
4510
4511 GENERIC GPIO I2C MULTIPLEXER DRIVER
4512 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4513 L:      linux-i2c@vger.kernel.org
4514 S:      Supported
4515 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4516 F:      include/linux/i2c-mux-gpio.h
4517 F:      Documentation/i2c/muxes/i2c-mux-gpio
4518
4519 GENERIC HDLC (WAN) DRIVERS
4520 M:      Krzysztof Halasa <khc@pm.waw.pl>
4521 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4522 S:      Maintained
4523 F:      drivers/net/wan/c101.c
4524 F:      drivers/net/wan/hd6457*
4525 F:      drivers/net/wan/hdlc*
4526 F:      drivers/net/wan/n2.c
4527 F:      drivers/net/wan/pc300too.c
4528 F:      drivers/net/wan/pci200syn.c
4529 F:      drivers/net/wan/wanxl*
4530
4531 GENERIC INCLUDE/ASM HEADER FILES
4532 M:      Arnd Bergmann <arnd@arndb.de>
4533 L:      linux-arch@vger.kernel.org
4534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4535 S:      Maintained
4536 F:      include/asm-generic/
4537 F:      include/uapi/asm-generic/
4538
4539 GENERIC PHY FRAMEWORK
4540 M:      Kishon Vijay Abraham I <kishon@ti.com>
4541 L:      linux-kernel@vger.kernel.org
4542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4543 S:      Supported
4544 F:      drivers/phy/
4545 F:      include/linux/phy/
4546
4547 GENERIC PM DOMAINS
4548 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4549 M:      Kevin Hilman <khilman@kernel.org>
4550 M:      Ulf Hansson <ulf.hansson@linaro.org>
4551 L:      linux-pm@vger.kernel.org
4552 S:      Supported
4553 F:      drivers/base/power/domain*.c
4554 F:      include/linux/pm_domain.h
4555
4556 GENERIC UIO DRIVER FOR PCI DEVICES
4557 M:      "Michael S. Tsirkin" <mst@redhat.com>
4558 L:      kvm@vger.kernel.org
4559 S:      Supported
4560 F:      drivers/uio/uio_pci_generic.c
4561
4562 GET_MAINTAINER SCRIPT
4563 M:      Joe Perches <joe@perches.com>
4564 S:      Maintained
4565 F:      scripts/get_maintainer.pl
4566
4567 GFS2 FILE SYSTEM
4568 M:      Steven Whitehouse <swhiteho@redhat.com>
4569 M:      Bob Peterson <rpeterso@redhat.com>
4570 L:      cluster-devel@redhat.com
4571 W:      http://sources.redhat.com/cluster/
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4573 S:      Supported
4574 F:      Documentation/filesystems/gfs2*.txt
4575 F:      fs/gfs2/
4576 F:      include/uapi/linux/gfs2_ondisk.h
4577
4578 GIGASET ISDN DRIVERS
4579 M:      Paul Bolle <pebolle@tiscali.nl>
4580 L:      gigaset307x-common@lists.sourceforge.net
4581 W:      http://gigaset307x.sourceforge.net/
4582 S:      Odd Fixes
4583 F:      Documentation/isdn/README.gigaset
4584 F:      drivers/isdn/gigaset/
4585 F:      include/uapi/linux/gigaset_dev.h
4586
4587 GO7007 MPEG CODEC
4588 M:      Hans Verkuil <hans.verkuil@cisco.com>
4589 L:      linux-media@vger.kernel.org
4590 S:      Maintained
4591 F:      drivers/media/usb/go7007/
4592
4593 GOODIX TOUCHSCREEN
4594 M:      Bastien Nocera <hadess@hadess.net>
4595 L:      linux-input@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/input/touchscreen/goodix.c
4598
4599 GPIO SUBSYSTEM
4600 M:      Linus Walleij <linus.walleij@linaro.org>
4601 M:      Alexandre Courbot <gnurou@gmail.com>
4602 L:      linux-gpio@vger.kernel.org
4603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4604 S:      Maintained
4605 F:      Documentation/gpio/
4606 F:      drivers/gpio/
4607 F:      include/linux/gpio/
4608 F:      include/linux/gpio.h
4609 F:      include/asm-generic/gpio.h
4610
4611 GRE DEMULTIPLEXER DRIVER
4612 M:      Dmitry Kozlov <xeb@mail.ru>
4613 L:      netdev@vger.kernel.org
4614 S:      Maintained
4615 F:      net/ipv4/gre_demux.c
4616 F:      net/ipv4/gre_offload.c
4617 F:      include/net/gre.h
4618
4619 GRETH 10/100/1G Ethernet MAC device driver
4620 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4621 L:      netdev@vger.kernel.org
4622 S:      Maintained
4623 F:      drivers/net/ethernet/aeroflex/
4624
4625 GSPCA FINEPIX SUBDRIVER
4626 M:      Frank Zago <frank@zago.net>
4627 L:      linux-media@vger.kernel.org
4628 T:      git git://linuxtv.org/media_tree.git
4629 S:      Maintained
4630 F:      drivers/media/usb/gspca/finepix.c
4631
4632 GSPCA GL860 SUBDRIVER
4633 M:      Olivier Lorin <o.lorin@laposte.net>
4634 L:      linux-media@vger.kernel.org
4635 T:      git git://linuxtv.org/media_tree.git
4636 S:      Maintained
4637 F:      drivers/media/usb/gspca/gl860/
4638
4639 GSPCA M5602 SUBDRIVER
4640 M:      Erik Andren <erik.andren@gmail.com>
4641 L:      linux-media@vger.kernel.org
4642 T:      git git://linuxtv.org/media_tree.git
4643 S:      Maintained
4644 F:      drivers/media/usb/gspca/m5602/
4645
4646 GSPCA PAC207 SONIXB SUBDRIVER
4647 M:      Hans de Goede <hdegoede@redhat.com>
4648 L:      linux-media@vger.kernel.org
4649 T:      git git://linuxtv.org/media_tree.git
4650 S:      Maintained
4651 F:      drivers/media/usb/gspca/pac207.c
4652
4653 GSPCA SN9C20X SUBDRIVER
4654 M:      Brian Johnson <brijohn@gmail.com>
4655 L:      linux-media@vger.kernel.org
4656 T:      git git://linuxtv.org/media_tree.git
4657 S:      Maintained
4658 F:      drivers/media/usb/gspca/sn9c20x.c
4659
4660 GSPCA T613 SUBDRIVER
4661 M:      Leandro Costantino <lcostantino@gmail.com>
4662 L:      linux-media@vger.kernel.org
4663 T:      git git://linuxtv.org/media_tree.git
4664 S:      Maintained
4665 F:      drivers/media/usb/gspca/t613.c
4666
4667 GSPCA USB WEBCAM DRIVER
4668 M:      Hans de Goede <hdegoede@redhat.com>
4669 L:      linux-media@vger.kernel.org
4670 T:      git git://linuxtv.org/media_tree.git
4671 S:      Maintained
4672 F:      drivers/media/usb/gspca/
4673
4674 GUID PARTITION TABLE (GPT)
4675 M:      Davidlohr Bueso <dave@stgolabs.net>
4676 L:      linux-efi@vger.kernel.org
4677 S:      Maintained
4678 F:      block/partitions/efi.*
4679
4680 STK1160 USB VIDEO CAPTURE DRIVER
4681 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4682 L:      linux-media@vger.kernel.org
4683 T:      git git://linuxtv.org/media_tree.git
4684 S:      Maintained
4685 F:      drivers/media/usb/stk1160/
4686
4687 H8/300 ARCHITECTURE
4688 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4689 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4690 W:      http://uclinux-h8.sourceforge.jp
4691 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4692 S:      Maintained
4693 F:      arch/h8300/
4694 F:      drivers/clocksource/h8300_*.c
4695 F:      drivers/clk/h8300/
4696 F:      drivers/irqchip/irq-renesas-h8*.c
4697
4698 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4699 M:      Frank Seidel <frank@f-seidel.de>
4700 L:      platform-driver-x86@vger.kernel.org
4701 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4702 S:      Maintained
4703 F:      drivers/platform/x86/hdaps.c
4704
4705 HDPVR USB VIDEO ENCODER DRIVER
4706 M:      Hans Verkuil <hverkuil@xs4all.nl>
4707 L:      linux-media@vger.kernel.org
4708 T:      git git://linuxtv.org/media_tree.git
4709 W:      http://linuxtv.org
4710 S:      Odd Fixes
4711 F:      drivers/media/usb/hdpvr/
4712
4713 HWPOISON MEMORY FAILURE HANDLING
4714 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4715 L:      linux-mm@kvack.org
4716 S:      Maintained
4717 F:      mm/memory-failure.c
4718 F:      mm/hwpoison-inject.c
4719
4720 HYPERVISOR VIRTUAL CONSOLE DRIVER
4721 L:      linuxppc-dev@lists.ozlabs.org
4722 S:      Odd Fixes
4723 F:      drivers/tty/hvc/
4724
4725 HACKRF MEDIA DRIVER
4726 M:      Antti Palosaari <crope@iki.fi>
4727 L:      linux-media@vger.kernel.org
4728 W:      http://linuxtv.org/
4729 W:      http://palosaari.fi/linux/
4730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4731 T:      git git://linuxtv.org/anttip/media_tree.git
4732 S:      Maintained
4733 F:      drivers/media/usb/hackrf/
4734
4735 HARDWARE MONITORING
4736 M:      Jean Delvare <jdelvare@suse.com>
4737 M:      Guenter Roeck <linux@roeck-us.net>
4738 L:      lm-sensors@lm-sensors.org
4739 W:      http://www.lm-sensors.org/
4740 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4742 S:      Maintained
4743 F:      Documentation/hwmon/
4744 F:      drivers/hwmon/
4745 F:      include/linux/hwmon*.h
4746
4747 HARDWARE RANDOM NUMBER GENERATOR CORE
4748 M:      Matt Mackall <mpm@selenic.com>
4749 M:      Herbert Xu <herbert@gondor.apana.org.au>
4750 L:      linux-crypto@vger.kernel.org
4751 S:      Odd fixes
4752 F:      Documentation/hw_random.txt
4753 F:      drivers/char/hw_random/
4754 F:      include/linux/hw_random.h
4755
4756 HARDWARE SPINLOCK CORE
4757 M:      Ohad Ben-Cohen <ohad@wizery.com>
4758 S:      Maintained
4759 F:      Documentation/hwspinlock.txt
4760 F:      drivers/hwspinlock/hwspinlock_*
4761 F:      include/linux/hwspinlock.h
4762
4763 HARMONY SOUND DRIVER
4764 L:      linux-parisc@vger.kernel.org
4765 S:      Maintained
4766 F:      sound/parisc/harmony.*
4767
4768 HD29L2 MEDIA DRIVER
4769 M:      Antti Palosaari <crope@iki.fi>
4770 L:      linux-media@vger.kernel.org
4771 W:      http://linuxtv.org/
4772 W:      http://palosaari.fi/linux/
4773 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4774 T:      git git://linuxtv.org/anttip/media_tree.git
4775 S:      Maintained
4776 F:      drivers/media/dvb-frontends/hd29l2*
4777
4778 HEWLETT-PACKARD SMART2 RAID DRIVER
4779 L:      iss_storagedev@hp.com
4780 S:      Orphan
4781 F:      Documentation/blockdev/cpqarray.txt
4782 F:      drivers/block/cpqarray.*
4783
4784 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4785 M:      Don Brace <don.brace@pmcs.com>
4786 L:      iss_storagedev@hp.com
4787 L:      storagedev@pmcs.com
4788 L:      linux-scsi@vger.kernel.org
4789 S:      Supported
4790 F:      Documentation/scsi/hpsa.txt
4791 F:      drivers/scsi/hpsa*.[ch]
4792 F:      include/linux/cciss*.h
4793 F:      include/uapi/linux/cciss*.h
4794
4795 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4796 M:      Don Brace <don.brace@pmcs.com>
4797 L:      iss_storagedev@hp.com
4798 L:      storagedev@pmcs.com
4799 L:      linux-scsi@vger.kernel.org
4800 S:      Supported
4801 F:      Documentation/blockdev/cciss.txt
4802 F:      drivers/block/cciss*
4803 F:      include/linux/cciss_ioctl.h
4804 F:      include/uapi/linux/cciss_ioctl.h
4805
4806 HFS FILESYSTEM
4807 L:      linux-fsdevel@vger.kernel.org
4808 S:      Orphan
4809 F:      Documentation/filesystems/hfs.txt
4810 F:      fs/hfs/
4811
4812 HFSPLUS FILESYSTEM
4813 L:      linux-fsdevel@vger.kernel.org
4814 S:      Orphan
4815 F:      Documentation/filesystems/hfsplus.txt
4816 F:      fs/hfsplus/
4817
4818 HGA FRAMEBUFFER DRIVER
4819 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4820 L:      linux-nvidia@lists.surfsouth.com
4821 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4822 S:      Maintained
4823 F:      drivers/video/fbdev/hgafb.c
4824
4825 HIBERNATION (aka Software Suspend, aka swsusp)
4826 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4827 M:      Pavel Machek <pavel@ucw.cz>
4828 L:      linux-pm@vger.kernel.org
4829 S:      Supported
4830 F:      arch/x86/power/
4831 F:      drivers/base/power/
4832 F:      kernel/power/
4833 F:      include/linux/suspend.h
4834 F:      include/linux/freezer.h
4835 F:      include/linux/pm.h
4836 F:      arch/*/include/asm/suspend*.h
4837
4838 HID CORE LAYER
4839 M:      Jiri Kosina <jikos@kernel.org>
4840 L:      linux-input@vger.kernel.org
4841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4842 S:      Maintained
4843 F:      drivers/hid/
4844 F:      include/linux/hid*
4845 F:      include/uapi/linux/hid*
4846
4847 HID SENSOR HUB DRIVERS
4848 M:      Jiri Kosina <jikos@kernel.org>
4849 M:      Jonathan Cameron <jic23@kernel.org>
4850 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4851 L:      linux-input@vger.kernel.org
4852 L:      linux-iio@vger.kernel.org
4853 S:      Maintained
4854 F:      Documentation/hid/hid-sensor*
4855 F:      drivers/hid/hid-sensor-*
4856 F:      drivers/iio/*/hid-*
4857 F:      include/linux/hid-sensor-*
4858
4859 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4860 M:      Thomas Gleixner <tglx@linutronix.de>
4861 L:      linux-kernel@vger.kernel.org
4862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4863 S:      Maintained
4864 F:      Documentation/timers/
4865 F:      kernel/time/hrtimer.c
4866 F:      kernel/time/clockevents.c
4867 F:      kernel/time/tick*.*
4868 F:      kernel/time/timer_*.c
4869 F:      include/linux/clockchips.h
4870 F:      include/linux/hrtimer.h
4871
4872 HIGH-SPEED SCC DRIVER FOR AX.25
4873 L:      linux-hams@vger.kernel.org
4874 S:      Orphan
4875 F:      drivers/net/hamradio/dmascc.c
4876 F:      drivers/net/hamradio/scc.c
4877
4878 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4879 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4880 W:      http://www.highpoint-tech.com
4881 S:      Supported
4882 F:      Documentation/scsi/hptiop.txt
4883 F:      drivers/scsi/hptiop.c
4884
4885 HIPPI
4886 M:      Jes Sorensen <jes@trained-monkey.org>
4887 L:      linux-hippi@sunsite.dk
4888 S:      Maintained
4889 F:      include/linux/hippidevice.h
4890 F:      include/uapi/linux/if_hippi.h
4891 F:      net/802/hippi.c
4892 F:      drivers/net/hippi/
4893
4894 HOST AP DRIVER
4895 M:      Jouni Malinen <j@w1.fi>
4896 L:      hostap@shmoo.com (subscribers-only)
4897 L:      linux-wireless@vger.kernel.org
4898 W:      http://hostap.epitest.fi/
4899 S:      Maintained
4900 F:      drivers/net/wireless/hostap/
4901
4902 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4903 L:      platform-driver-x86@vger.kernel.org
4904 S:      Orphan
4905 F:      drivers/platform/x86/tc1100-wmi.c
4906
4907 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4908 M:      Jaroslav Kysela <perex@perex.cz>
4909 S:      Maintained
4910 F:      drivers/net/ethernet/hp/hp100.*
4911
4912 HPET:   High Precision Event Timers driver
4913 M:      Clemens Ladisch <clemens@ladisch.de>
4914 S:      Maintained
4915 F:      Documentation/timers/hpet.txt
4916 F:      drivers/char/hpet.c
4917 F:      include/linux/hpet.h
4918 F:      include/uapi/linux/hpet.h
4919
4920 HPET:   x86
4921 S:      Orphan
4922 F:      arch/x86/kernel/hpet.c
4923 F:      arch/x86/include/asm/hpet.h
4924
4925 HPFS FILESYSTEM
4926 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4927 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4928 S:      Maintained
4929 F:      fs/hpfs/
4930
4931 HSI SUBSYSTEM
4932 M:      Sebastian Reichel <sre@kernel.org>
4933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4934 S:      Maintained
4935 F:      Documentation/ABI/testing/sysfs-bus-hsi
4936 F:      Documentation/hsi.txt
4937 F:      drivers/hsi/
4938 F:      include/linux/hsi/
4939 F:      include/uapi/linux/hsi/
4940
4941 HSO 3G MODEM DRIVER
4942 M:      Jan Dumon <j.dumon@option.com>
4943 W:      http://www.pharscape.org
4944 S:      Maintained
4945 F:      drivers/net/usb/hso.c
4946
4947 HSR NETWORK PROTOCOL
4948 M:      Arvid Brodin <arvid.brodin@alten.se>
4949 L:      netdev@vger.kernel.org
4950 S:      Maintained
4951 F:      net/hsr/
4952
4953 HTCPEN TOUCHSCREEN DRIVER
4954 M:      Pau Oliva Fora <pof@eslack.org>
4955 L:      linux-input@vger.kernel.org
4956 S:      Maintained
4957 F:      drivers/input/touchscreen/htcpen.c
4958
4959 HUGETLB FILESYSTEM
4960 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4961 S:      Maintained
4962 F:      fs/hugetlbfs/
4963
4964 Hyper-V CORE AND DRIVERS
4965 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4966 M:      Haiyang Zhang <haiyangz@microsoft.com>
4967 L:      devel@linuxdriverproject.org
4968 S:      Maintained
4969 F:      arch/x86/include/asm/mshyperv.h
4970 F:      arch/x86/include/uapi/asm/hyperv.h
4971 F:      arch/x86/kernel/cpu/mshyperv.c
4972 F:      drivers/hid/hid-hyperv.c
4973 F:      drivers/hv/
4974 F:      drivers/input/serio/hyperv-keyboard.c
4975 F:      drivers/net/hyperv/
4976 F:      drivers/scsi/storvsc_drv.c
4977 F:      drivers/video/fbdev/hyperv_fb.c
4978 F:      include/linux/hyperv.h
4979 F:      tools/hv/
4980 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4981
4982 I2C OVER PARALLEL PORT
4983 M:      Jean Delvare <jdelvare@suse.com>
4984 L:      linux-i2c@vger.kernel.org
4985 S:      Maintained
4986 F:      Documentation/i2c/busses/i2c-parport
4987 F:      Documentation/i2c/busses/i2c-parport-light
4988 F:      drivers/i2c/busses/i2c-parport.c
4989 F:      drivers/i2c/busses/i2c-parport-light.c
4990
4991 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4992 M:      Jean Delvare <jdelvare@suse.com>
4993 L:      linux-i2c@vger.kernel.org
4994 S:      Maintained
4995 F:      Documentation/i2c/busses/i2c-ali1535
4996 F:      Documentation/i2c/busses/i2c-ali1563
4997 F:      Documentation/i2c/busses/i2c-ali15x3
4998 F:      Documentation/i2c/busses/i2c-amd756
4999 F:      Documentation/i2c/busses/i2c-amd8111
5000 F:      Documentation/i2c/busses/i2c-i801
5001 F:      Documentation/i2c/busses/i2c-nforce2
5002 F:      Documentation/i2c/busses/i2c-piix4
5003 F:      Documentation/i2c/busses/i2c-sis5595
5004 F:      Documentation/i2c/busses/i2c-sis630
5005 F:      Documentation/i2c/busses/i2c-sis96x
5006 F:      Documentation/i2c/busses/i2c-via
5007 F:      Documentation/i2c/busses/i2c-viapro
5008 F:      drivers/i2c/busses/i2c-ali1535.c
5009 F:      drivers/i2c/busses/i2c-ali1563.c
5010 F:      drivers/i2c/busses/i2c-ali15x3.c
5011 F:      drivers/i2c/busses/i2c-amd756.c
5012 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5013 F:      drivers/i2c/busses/i2c-amd8111.c
5014 F:      drivers/i2c/busses/i2c-i801.c
5015 F:      drivers/i2c/busses/i2c-isch.c
5016 F:      drivers/i2c/busses/i2c-nforce2.c
5017 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5018 F:      drivers/i2c/busses/i2c-piix4.c
5019 F:      drivers/i2c/busses/i2c-sis5595.c
5020 F:      drivers/i2c/busses/i2c-sis630.c
5021 F:      drivers/i2c/busses/i2c-sis96x.c
5022 F:      drivers/i2c/busses/i2c-via.c
5023 F:      drivers/i2c/busses/i2c-viapro.c
5024
5025 I2C/SMBUS ISMT DRIVER
5026 M:      Seth Heasley <seth.heasley@intel.com>
5027 M:      Neil Horman <nhorman@tuxdriver.com>
5028 L:      linux-i2c@vger.kernel.org
5029 F:      drivers/i2c/busses/i2c-ismt.c
5030 F:      Documentation/i2c/busses/i2c-ismt
5031
5032 I2C/SMBUS STUB DRIVER
5033 M:      Jean Delvare <jdelvare@suse.com>
5034 L:      linux-i2c@vger.kernel.org
5035 S:      Maintained
5036 F:      drivers/i2c/i2c-stub.c
5037
5038 I2C SUBSYSTEM
5039 M:      Wolfram Sang <wsa@the-dreams.de>
5040 L:      linux-i2c@vger.kernel.org
5041 W:      https://i2c.wiki.kernel.org/
5042 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5044 S:      Maintained
5045 F:      Documentation/devicetree/bindings/i2c/
5046 F:      Documentation/i2c/
5047 F:      drivers/i2c/
5048 F:      include/linux/i2c.h
5049 F:      include/linux/i2c-*.h
5050 F:      include/uapi/linux/i2c.h
5051 F:      include/uapi/linux/i2c-*.h
5052
5053 I2C ACPI SUPPORT
5054 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5055 L:      linux-i2c@vger.kernel.org
5056 L:      linux-acpi@vger.kernel.org
5057 S:      Maintained
5058
5059 I2C-TAOS-EVM DRIVER
5060 M:      Jean Delvare <jdelvare@suse.com>
5061 L:      linux-i2c@vger.kernel.org
5062 S:      Maintained
5063 F:      Documentation/i2c/busses/i2c-taos-evm
5064 F:      drivers/i2c/busses/i2c-taos-evm.c
5065
5066 I2C-TINY-USB DRIVER
5067 M:      Till Harbaum <till@harbaum.org>
5068 L:      linux-i2c@vger.kernel.org
5069 W:      http://www.harbaum.org/till/i2c_tiny_usb
5070 S:      Maintained
5071 F:      drivers/i2c/busses/i2c-tiny-usb.c
5072
5073 i386 BOOT CODE
5074 M:      "H. Peter Anvin" <hpa@zytor.com>
5075 S:      Maintained
5076 F:      arch/x86/boot/
5077
5078 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5079 M:      "H. Peter Anvin" <hpa@zytor.com>
5080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5081 S:      Maintained
5082
5083 IA64 (Itanium) PLATFORM
5084 M:      Tony Luck <tony.luck@intel.com>
5085 M:      Fenghua Yu <fenghua.yu@intel.com>
5086 L:      linux-ia64@vger.kernel.org
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5088 S:      Maintained
5089 F:      arch/ia64/
5090
5091 IBM Power VMX Cryptographic instructions
5092 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5093 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5094 L:      linux-crypto@vger.kernel.org
5095 S:      Supported
5096 F:      drivers/crypto/vmx/Makefile
5097 F:      drivers/crypto/vmx/Kconfig
5098 F:      drivers/crypto/vmx/vmx.c
5099 F:      drivers/crypto/vmx/aes*
5100 F:      drivers/crypto/vmx/ghash*
5101 F:      drivers/crypto/vmx/ppc-xlate.pl
5102
5103 IBM Power in-Nest Crypto Acceleration
5104 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5105 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5106 L:      linux-crypto@vger.kernel.org
5107 S:      Supported
5108 F:      drivers/crypto/nx/Makefile
5109 F:      drivers/crypto/nx/Kconfig
5110 F:      drivers/crypto/nx/nx-aes*
5111 F:      drivers/crypto/nx/nx-sha*
5112 F:      drivers/crypto/nx/nx.*
5113 F:      drivers/crypto/nx/nx_csbcpb.h
5114 F:      drivers/crypto/nx/nx_debugfs.h
5115
5116 IBM Power 842 compression accelerator
5117 M:      Dan Streetman <ddstreet@ieee.org>
5118 S:      Supported
5119 F:      drivers/crypto/nx/Makefile
5120 F:      drivers/crypto/nx/Kconfig
5121 F:      drivers/crypto/nx/nx-842*
5122 F:      include/linux/sw842.h
5123 F:      crypto/842.c
5124 F:      lib/842/
5125
5126 IBM Power Linux RAID adapter
5127 M:      Brian King <brking@us.ibm.com>
5128 S:      Supported
5129 F:      drivers/scsi/ipr.*
5130
5131 IBM Power Virtual Ethernet Device Driver
5132 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5133 L:      netdev@vger.kernel.org
5134 S:      Supported
5135 F:      drivers/net/ethernet/ibm/ibmveth.*
5136
5137 IBM Power Virtual SCSI Device Drivers
5138 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5139 L:      linux-scsi@vger.kernel.org
5140 S:      Supported
5141 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5142 F:      drivers/scsi/ibmvscsi/viosrp.h
5143
5144 IBM Power Virtual FC Device Drivers
5145 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5146 L:      linux-scsi@vger.kernel.org
5147 S:      Supported
5148 F:      drivers/scsi/ibmvscsi/ibmvfc*
5149
5150 IBM ServeRAID RAID DRIVER
5151 S:      Orphan
5152 F:      drivers/scsi/ips.*
5153
5154 ICH LPC AND GPIO DRIVER
5155 M:      Peter Tyser <ptyser@xes-inc.com>
5156 S:      Maintained
5157 F:      drivers/mfd/lpc_ich.c
5158 F:      drivers/gpio/gpio-ich.c
5159
5160 IDE SUBSYSTEM
5161 M:      "David S. Miller" <davem@davemloft.net>
5162 L:      linux-ide@vger.kernel.org
5163 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5165 S:      Maintained
5166 F:      Documentation/ide/
5167 F:      drivers/ide/
5168 F:      include/linux/ide.h
5169
5170 IDEAPAD LAPTOP EXTRAS DRIVER
5171 M:      Ike Panhc <ike.pan@canonical.com>
5172 L:      platform-driver-x86@vger.kernel.org
5173 W:      http://launchpad.net/ideapad-laptop
5174 S:      Maintained
5175 F:      drivers/platform/x86/ideapad-laptop.c
5176
5177 IDEAPAD LAPTOP SLIDEBAR DRIVER
5178 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5179 L:      linux-input@vger.kernel.org
5180 W:      https://github.com/o2genum/ideapad-slidebar
5181 S:      Maintained
5182 F:      drivers/input/misc/ideapad_slidebar.c
5183
5184 IDE/ATAPI DRIVERS
5185 M:      Borislav Petkov <bp@alien8.de>
5186 L:      linux-ide@vger.kernel.org
5187 S:      Maintained
5188 F:      Documentation/cdrom/ide-cd
5189 F:      drivers/ide/ide-cd*
5190
5191 IDLE-I7300
5192 M:      Andy Henroid <andrew.d.henroid@intel.com>
5193 L:      linux-pm@vger.kernel.org
5194 S:      Supported
5195 F:      drivers/idle/i7300_idle.c
5196
5197 IEEE 802.15.4 SUBSYSTEM
5198 M:      Alexander Aring <alex.aring@gmail.com>
5199 L:      linux-wpan@vger.kernel.org
5200 W:      https://github.com/linux-wpan
5201 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5202 S:      Maintained
5203 F:      net/ieee802154/
5204 F:      net/mac802154/
5205 F:      drivers/net/ieee802154/
5206 F:      include/linux/nl802154.h
5207 F:      include/linux/ieee802154.h
5208 F:      include/net/nl802154.h
5209 F:      include/net/mac802154.h
5210 F:      include/net/af_ieee802154.h
5211 F:      include/net/cfg802154.h
5212 F:      include/net/ieee802154_netdev.h
5213 F:      Documentation/networking/ieee802154.txt
5214
5215 IGORPLUG-USB IR RECEIVER
5216 M:      Sean Young <sean@mess.org>
5217 L:      linux-media@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/media/rc/igorplugusb.c
5220
5221 IGUANAWORKS USB IR TRANSCEIVER
5222 M:      Sean Young <sean@mess.org>
5223 L:      linux-media@vger.kernel.org
5224 S:      Maintained
5225 F:      drivers/media/rc/iguanair.c
5226
5227 IIO SUBSYSTEM AND DRIVERS
5228 M:      Jonathan Cameron <jic23@kernel.org>
5229 R:      Hartmut Knaack <knaack.h@gmx.de>
5230 R:      Lars-Peter Clausen <lars@metafoo.de>
5231 R:      Peter Meerwald <pmeerw@pmeerw.net>
5232 L:      linux-iio@vger.kernel.org
5233 S:      Maintained
5234 F:      drivers/iio/
5235 F:      drivers/staging/iio/
5236 F:      include/linux/iio/
5237 F:      tools/iio/
5238
5239 IKANOS/ADI EAGLE ADSL USB DRIVER
5240 M:      Matthieu Castet <castet.matthieu@free.fr>
5241 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5242 S:      Maintained
5243 F:      drivers/usb/atm/ueagle-atm.c
5244
5245 INA209 HARDWARE MONITOR DRIVER
5246 M:      Guenter Roeck <linux@roeck-us.net>
5247 L:      lm-sensors@lm-sensors.org
5248 S:      Maintained
5249 F:      Documentation/hwmon/ina209
5250 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5251 F:      drivers/hwmon/ina209.c
5252
5253 INA2XX HARDWARE MONITOR DRIVER
5254 M:      Guenter Roeck <linux@roeck-us.net>
5255 L:      lm-sensors@lm-sensors.org
5256 S:      Maintained
5257 F:      Documentation/hwmon/ina2xx
5258 F:      drivers/hwmon/ina2xx.c
5259 F:      include/linux/platform_data/ina2xx.h
5260
5261 INDUSTRY PACK SUBSYSTEM (IPACK)
5262 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5263 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5264 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5265 L:      industrypack-devel@lists.sourceforge.net
5266 W:      http://industrypack.sourceforge.net
5267 S:      Maintained
5268 F:      drivers/ipack/
5269
5270 INGENIC JZ4780 DMA Driver
5271 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5272 S:      Maintained
5273 F:      drivers/dma/dma-jz4780.c
5274
5275 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5276 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5277 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5278 L:      linux-ima-devel@lists.sourceforge.net
5279 L:      linux-ima-user@lists.sourceforge.net
5280 L:      linux-security-module@vger.kernel.org
5281 S:      Supported
5282 F:      security/integrity/ima/
5283
5284 IMGTEC IR DECODER DRIVER
5285 M:      James Hogan <james.hogan@imgtec.com>
5286 S:      Maintained
5287 F:      drivers/media/rc/img-ir/
5288
5289 IMS TWINTURBO FRAMEBUFFER DRIVER
5290 L:      linux-fbdev@vger.kernel.org
5291 S:      Orphan
5292 F:      drivers/video/fbdev/imsttfb.c
5293
5294 INFINIBAND SUBSYSTEM
5295 M:      Doug Ledford <dledford@redhat.com>
5296 M:      Sean Hefty <sean.hefty@intel.com>
5297 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5298 L:      linux-rdma@vger.kernel.org
5299 W:      http://www.openfabrics.org/
5300 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5302 S:      Supported
5303 F:      Documentation/infiniband/
5304 F:      drivers/infiniband/
5305 F:      include/uapi/linux/if_infiniband.h
5306 F:      include/uapi/rdma/
5307 F:      include/rdma/
5308
5309 INOTIFY
5310 M:      John McCutchan <john@johnmccutchan.com>
5311 M:      Robert Love <rlove@rlove.org>
5312 M:      Eric Paris <eparis@parisplace.org>
5313 S:      Maintained
5314 F:      Documentation/filesystems/inotify.txt
5315 F:      fs/notify/inotify/
5316 F:      include/linux/inotify.h
5317 F:      include/uapi/linux/inotify.h
5318
5319 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5320 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5321 L:      linux-input@vger.kernel.org
5322 Q:      http://patchwork.kernel.org/project/linux-input/list/
5323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5324 S:      Maintained
5325 F:      drivers/input/
5326 F:      include/linux/input.h
5327 F:      include/uapi/linux/input.h
5328 F:      include/linux/input/
5329
5330 INPUT MULTITOUCH (MT) PROTOCOL
5331 M:      Henrik Rydberg <rydberg@bitmath.org>
5332 L:      linux-input@vger.kernel.org
5333 S:      Odd fixes
5334 F:      Documentation/input/multi-touch-protocol.txt
5335 F:      drivers/input/input-mt.c
5336 K:      \b(ABS|SYN)_MT_
5337
5338 INTEL ASoC BDW/HSW DRIVERS
5339 M:      Jie Yang <yang.jie@linux.intel.com>
5340 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5341 S:      Supported
5342 F:      sound/soc/intel/common/sst-dsp*
5343 F:      sound/soc/intel/common/sst-firmware.c
5344 F:      sound/soc/intel/boards/broadwell.c
5345 F:      sound/soc/intel/haswell/
5346
5347 INTEL C600 SERIES SAS CONTROLLER DRIVER
5348 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5349 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5350 L:      linux-scsi@vger.kernel.org
5351 T:      git git://git.code.sf.net/p/intel-sas/isci
5352 S:      Supported
5353 F:      drivers/scsi/isci/
5354
5355 INTEL IDLE DRIVER
5356 M:      Len Brown <lenb@kernel.org>
5357 L:      linux-pm@vger.kernel.org
5358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5359 S:      Supported
5360 F:      drivers/idle/intel_idle.c
5361
5362 INTEL PSTATE DRIVER
5363 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5364 L:      linux-pm@vger.kernel.org
5365 S:      Supported
5366 F:      drivers/cpufreq/intel_pstate.c
5367
5368 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5369 M:      Maik Broemme <mbroemme@plusserver.de>
5370 L:      linux-fbdev@vger.kernel.org
5371 S:      Maintained
5372 F:      Documentation/fb/intelfb.txt
5373 F:      drivers/video/fbdev/intelfb/
5374
5375 INTEL 810/815 FRAMEBUFFER DRIVER
5376 M:      Antonino Daplas <adaplas@gmail.com>
5377 L:      linux-fbdev@vger.kernel.org
5378 S:      Maintained
5379 F:      drivers/video/fbdev/i810/
5380
5381 INTEL MENLOW THERMAL DRIVER
5382 M:      Sujith Thomas <sujith.thomas@intel.com>
5383 L:      platform-driver-x86@vger.kernel.org
5384 W:      https://01.org/linux-acpi
5385 S:      Supported
5386 F:      drivers/platform/x86/intel_menlow.c
5387
5388 INTEL IA32 MICROCODE UPDATE SUPPORT
5389 M:      Borislav Petkov <bp@alien8.de>
5390 S:      Maintained
5391 F:      arch/x86/kernel/cpu/microcode/core*
5392 F:      arch/x86/kernel/cpu/microcode/intel*
5393
5394 INTEL I/OAT DMA DRIVER
5395 M:      Dave Jiang <dave.jiang@intel.com>
5396 R:      Dan Williams <dan.j.williams@intel.com>
5397 L:      dmaengine@vger.kernel.org
5398 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5399 S:      Supported
5400 F:      drivers/dma/ioat*
5401
5402 INTEL IOMMU (VT-d)
5403 M:      David Woodhouse <dwmw2@infradead.org>
5404 L:      iommu@lists.linux-foundation.org
5405 T:      git git://git.infradead.org/iommu-2.6.git
5406 S:      Supported
5407 F:      drivers/iommu/intel-iommu.c
5408 F:      include/linux/intel-iommu.h
5409
5410 INTEL IOP-ADMA DMA DRIVER
5411 R:      Dan Williams <dan.j.williams@intel.com>
5412 S:      Odd fixes
5413 F:      drivers/dma/iop-adma.c
5414
5415 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5416 M:      Krzysztof Halasa <khalasa@piap.pl>
5417 S:      Maintained
5418 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5419 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5420 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5421 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5422 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5423 F:      drivers/net/wan/ixp4xx_hss.c
5424
5425 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5426 M:      Deepak Saxena <dsaxena@plexity.net>
5427 S:      Maintained
5428 F:      drivers/char/hw_random/ixp4xx-rng.c
5429
5430 INTEL ETHERNET DRIVERS
5431 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5432 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5433 R:      Shannon Nelson <shannon.nelson@intel.com>
5434 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5435 R:      Don Skidmore <donald.c.skidmore@intel.com>
5436 R:      Matthew Vick <matthew.vick@intel.com>
5437 R:      John Ronciak <john.ronciak@intel.com>
5438 R:      Mitch Williams <mitch.a.williams@intel.com>
5439 L:      intel-wired-lan@lists.osuosl.org
5440 W:      http://www.intel.com/support/feedback.htm
5441 W:      http://e1000.sourceforge.net/
5442 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5445 S:      Supported
5446 F:      Documentation/networking/e100.txt
5447 F:      Documentation/networking/e1000.txt
5448 F:      Documentation/networking/e1000e.txt
5449 F:      Documentation/networking/igb.txt
5450 F:      Documentation/networking/igbvf.txt
5451 F:      Documentation/networking/ixgb.txt
5452 F:      Documentation/networking/ixgbe.txt
5453 F:      Documentation/networking/ixgbevf.txt
5454 F:      Documentation/networking/i40e.txt
5455 F:      Documentation/networking/i40evf.txt
5456 F:      drivers/net/ethernet/intel/
5457 F:      drivers/net/ethernet/intel/*/
5458
5459 INTEL-MID GPIO DRIVER
5460 M:      David Cohen <david.a.cohen@linux.intel.com>
5461 L:      linux-gpio@vger.kernel.org
5462 S:      Maintained
5463 F:      drivers/gpio/gpio-intel-mid.c
5464
5465 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5466 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5467 L:      linux-wireless@vger.kernel.org
5468 S:      Maintained
5469 F:      Documentation/networking/README.ipw2100
5470 F:      Documentation/networking/README.ipw2200
5471 F:      drivers/net/wireless/ipw2x00/
5472
5473 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5474 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5475 M:      Gang Wei <gang.wei@intel.com>
5476 M:      Shane Wang <shane.wang@intel.com>
5477 L:      tboot-devel@lists.sourceforge.net
5478 W:      http://tboot.sourceforge.net
5479 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5480 S:      Supported
5481 F:      Documentation/intel_txt.txt
5482 F:      include/linux/tboot.h
5483 F:      arch/x86/kernel/tboot.c
5484
5485 INTEL WIRELESS WIMAX CONNECTION 2400
5486 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5487 M:      linux-wimax@intel.com
5488 L:      wimax@linuxwimax.org (subscribers-only)
5489 S:      Supported
5490 W:      http://linuxwimax.org
5491 F:      Documentation/wimax/README.i2400m
5492 F:      drivers/net/wimax/i2400m/
5493 F:      include/uapi/linux/wimax/i2400m.h
5494
5495 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5496 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5497 L:      linux-wireless@vger.kernel.org
5498 S:      Supported
5499 F:      drivers/net/wireless/iwlegacy/
5500
5501 INTEL WIRELESS WIFI LINK (iwlwifi)
5502 M:      Johannes Berg <johannes.berg@intel.com>
5503 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5504 M:      Intel Linux Wireless <ilw@linux.intel.com>
5505 L:      linux-wireless@vger.kernel.org
5506 W:      http://intellinuxwireless.org
5507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5508 S:      Supported
5509 F:      drivers/net/wireless/iwlwifi/
5510
5511 INTEL MANAGEMENT ENGINE (mei)
5512 M:      Tomas Winkler <tomas.winkler@intel.com>
5513 L:      linux-kernel@vger.kernel.org
5514 S:      Supported
5515 F:      include/uapi/linux/mei.h
5516 F:      include/linux/mei_cl_bus.h
5517 F:      drivers/misc/mei/*
5518 F:      Documentation/misc-devices/mei/*
5519
5520 INTEL PMC IPC DRIVER
5521 M:      Zha Qipeng<qipeng.zha@intel.com>
5522 L:      platform-driver-x86@vger.kernel.org
5523 S:      Maintained
5524 F:      drivers/platform/x86/intel_pmc_ipc.c
5525 F:      arch/x86/include/asm/intel_pmc_ipc.h
5526
5527 IOC3 ETHERNET DRIVER
5528 M:      Ralf Baechle <ralf@linux-mips.org>
5529 L:      linux-mips@linux-mips.org
5530 S:      Maintained
5531 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5532
5533 IOC3 SERIAL DRIVER
5534 M:      Pat Gefre <pfg@sgi.com>
5535 L:      linux-serial@vger.kernel.org
5536 S:      Maintained
5537 F:      drivers/tty/serial/ioc3_serial.c
5538
5539 IOMMU DRIVERS
5540 M:      Joerg Roedel <joro@8bytes.org>
5541 L:      iommu@lists.linux-foundation.org
5542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5543 S:      Maintained
5544 F:      drivers/iommu/
5545
5546 IP MASQUERADING
5547 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5548 S:      Maintained
5549 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5550
5551 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5552 M:      Francois Romieu <romieu@fr.zoreil.com>
5553 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5554 L:      netdev@vger.kernel.org
5555 S:      Maintained
5556 F:      drivers/net/ethernet/icplus/ipg.*
5557
5558 IPATH DRIVER
5559 M:      Mike Marciniszyn <infinipath@intel.com>
5560 L:      linux-rdma@vger.kernel.org
5561 S:      Maintained
5562 F:      drivers/infiniband/hw/ipath/
5563
5564 IPMI SUBSYSTEM
5565 M:      Corey Minyard <minyard@acm.org>
5566 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5567 W:      http://openipmi.sourceforge.net/
5568 S:      Supported
5569 F:      Documentation/IPMI.txt
5570 F:      drivers/char/ipmi/
5571 F:      include/linux/ipmi*
5572 F:      include/uapi/linux/ipmi*
5573
5574 QCOM AUDIO (ASoC) DRIVERS
5575 M:      Patrick Lai <plai@codeaurora.org>
5576 M:      Banajit Goswami <bgoswami@codeaurora.org>
5577 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5578 S:      Supported
5579 F:      sound/soc/qcom/
5580
5581 IPS SCSI RAID DRIVER
5582 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5583 L:      linux-scsi@vger.kernel.org
5584 W:      http://www.adaptec.com/
5585 S:      Maintained
5586 F:      drivers/scsi/ips*
5587
5588 IPVS
5589 M:      Wensong Zhang <wensong@linux-vs.org>
5590 M:      Simon Horman <horms@verge.net.au>
5591 M:      Julian Anastasov <ja@ssi.bg>
5592 L:      netdev@vger.kernel.org
5593 L:      lvs-devel@vger.kernel.org
5594 S:      Maintained
5595 F:      Documentation/networking/ipvs-sysctl.txt
5596 F:      include/net/ip_vs.h
5597 F:      include/uapi/linux/ip_vs.h
5598 F:      net/netfilter/ipvs/
5599
5600 IPWIRELESS DRIVER
5601 M:      Jiri Kosina <jikos@kernel.org>
5602 M:      David Sterba <dsterba@suse.com>
5603 S:      Odd Fixes
5604 F:      drivers/tty/ipwireless/
5605
5606 IPX NETWORK LAYER
5607 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5608 L:      netdev@vger.kernel.org
5609 S:      Maintained
5610 F:      include/net/ipx.h
5611 F:      include/uapi/linux/ipx.h
5612 F:      net/ipx/
5613
5614 IRDA SUBSYSTEM
5615 M:      Samuel Ortiz <samuel@sortiz.org>
5616 L:      irda-users@lists.sourceforge.net (subscribers-only)
5617 L:      netdev@vger.kernel.org
5618 W:      http://irda.sourceforge.net/
5619 S:      Maintained
5620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5621 F:      Documentation/networking/irda.txt
5622 F:      drivers/net/irda/
5623 F:      include/net/irda/
5624 F:      net/irda/
5625
5626 IRQ SUBSYSTEM
5627 M:      Thomas Gleixner <tglx@linutronix.de>
5628 L:      linux-kernel@vger.kernel.org
5629 S:      Maintained
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5631 F:      kernel/irq/
5632
5633 IRQCHIP DRIVERS
5634 M:      Thomas Gleixner <tglx@linutronix.de>
5635 M:      Jason Cooper <jason@lakedaemon.net>
5636 M:      Marc Zyngier <marc.zyngier@arm.com>
5637 L:      linux-kernel@vger.kernel.org
5638 S:      Maintained
5639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5640 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5641 F:      Documentation/devicetree/bindings/interrupt-controller/
5642 F:      drivers/irqchip/
5643
5644 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5645 M:      Jiang Liu <jiang.liu@linux.intel.com>
5646 M:      Marc Zyngier <marc.zyngier@arm.com>
5647 S:      Maintained
5648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5649 F:      Documentation/IRQ-domain.txt
5650 F:      include/linux/irqdomain.h
5651 F:      kernel/irq/irqdomain.c
5652 F:      kernel/irq/msi.c
5653
5654 ISAPNP
5655 M:      Jaroslav Kysela <perex@perex.cz>
5656 S:      Maintained
5657 F:      Documentation/isapnp.txt
5658 F:      drivers/pnp/isapnp/
5659 F:      include/linux/isapnp.h
5660
5661 ISA RADIO MODULE
5662 M:      Hans Verkuil <hverkuil@xs4all.nl>
5663 L:      linux-media@vger.kernel.org
5664 T:      git git://linuxtv.org/media_tree.git
5665 W:      http://linuxtv.org
5666 S:      Maintained
5667 F:      drivers/media/radio/radio-isa*
5668
5669 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5670 M:      Peter Jones <pjones@redhat.com>
5671 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5672 S:      Maintained
5673 F:      drivers/firmware/iscsi_ibft*
5674
5675 ISCSI
5676 M:      Mike Christie <michaelc@cs.wisc.edu>
5677 L:      open-iscsi@googlegroups.com
5678 W:      www.open-iscsi.org
5679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5680 S:      Maintained
5681 F:      drivers/scsi/*iscsi*
5682 F:      include/scsi/*iscsi*
5683
5684 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5685 M:      Or Gerlitz <ogerlitz@mellanox.com>
5686 M:      Sagi Grimberg <sagig@mellanox.com>
5687 M:      Roi Dayan <roid@mellanox.com>
5688 L:      linux-rdma@vger.kernel.org
5689 S:      Supported
5690 W:      http://www.openfabrics.org
5691 W:      www.open-iscsi.org
5692 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5693 F:      drivers/infiniband/ulp/iser/
5694
5695 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5696 M:      Sagi Grimberg <sagig@mellanox.com>
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5698 L:      linux-rdma@vger.kernel.org
5699 L:      target-devel@vger.kernel.org
5700 S:      Supported
5701 W:      http://www.linux-iscsi.org
5702 F:      drivers/infiniband/ulp/isert
5703
5704 ISDN SUBSYSTEM
5705 M:      Karsten Keil <isdn@linux-pingi.de>
5706 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5707 L:      netdev@vger.kernel.org
5708 W:      http://www.isdn4linux.de
5709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5710 S:      Maintained
5711 F:      Documentation/isdn/
5712 F:      drivers/isdn/
5713 F:      include/linux/isdn.h
5714 F:      include/linux/isdn/
5715 F:      include/uapi/linux/isdn.h
5716 F:      include/uapi/linux/isdn/
5717
5718 ISDN SUBSYSTEM (Eicon active card driver)
5719 M:      Armin Schindler <mac@melware.de>
5720 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5721 W:      http://www.melware.de
5722 S:      Maintained
5723 F:      drivers/isdn/hardware/eicon/
5724
5725 IT87 HARDWARE MONITORING DRIVER
5726 M:      Jean Delvare <jdelvare@suse.com>
5727 L:      lm-sensors@lm-sensors.org
5728 S:      Maintained
5729 F:      Documentation/hwmon/it87
5730 F:      drivers/hwmon/it87.c
5731
5732 IT913X MEDIA DRIVER
5733 M:      Antti Palosaari <crope@iki.fi>
5734 L:      linux-media@vger.kernel.org
5735 W:      http://linuxtv.org/
5736 W:      http://palosaari.fi/linux/
5737 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5738 T:      git git://linuxtv.org/anttip/media_tree.git
5739 S:      Maintained
5740 F:      drivers/media/tuners/it913x*
5741
5742 IVTV VIDEO4LINUX DRIVER
5743 M:      Andy Walls <awalls@md.metrocast.net>
5744 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5745 L:      linux-media@vger.kernel.org
5746 T:      git git://linuxtv.org/media_tree.git
5747 W:      http://www.ivtvdriver.org
5748 S:      Maintained
5749 F:      Documentation/video4linux/*.ivtv
5750 F:      drivers/media/pci/ivtv/
5751 F:      include/uapi/linux/ivtv*
5752
5753 IX2505V MEDIA DRIVER
5754 M:      Malcolm Priestley <tvboxspy@gmail.com>
5755 L:      linux-media@vger.kernel.org
5756 W:      http://linuxtv.org/
5757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5758 S:      Maintained
5759 F:      drivers/media/dvb-frontends/ix2505v*
5760
5761 JC42.4 TEMPERATURE SENSOR DRIVER
5762 M:      Guenter Roeck <linux@roeck-us.net>
5763 L:      lm-sensors@lm-sensors.org
5764 S:      Maintained
5765 F:      drivers/hwmon/jc42.c
5766 F:      Documentation/hwmon/jc42
5767
5768 JFS FILESYSTEM
5769 M:      Dave Kleikamp <shaggy@kernel.org>
5770 L:      jfs-discussion@lists.sourceforge.net
5771 W:      http://jfs.sourceforge.net/
5772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5773 S:      Maintained
5774 F:      Documentation/filesystems/jfs.txt
5775 F:      fs/jfs/
5776
5777 JME NETWORK DRIVER
5778 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5779 L:      netdev@vger.kernel.org
5780 S:      Maintained
5781 F:      drivers/net/ethernet/jme.*
5782
5783 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5784 M:      David Woodhouse <dwmw2@infradead.org>
5785 L:      linux-mtd@lists.infradead.org
5786 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5787 S:      Maintained
5788 F:      fs/jffs2/
5789 F:      include/uapi/linux/jffs2.h
5790
5791 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5792 M:      "Theodore Ts'o" <tytso@mit.edu>
5793 M:      Jan Kara <jack@suse.com>
5794 L:      linux-ext4@vger.kernel.org
5795 S:      Maintained
5796 F:      fs/jbd2/
5797 F:      include/linux/jbd2.h
5798
5799 JSM Neo PCI based serial card
5800 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5801 L:      linux-serial@vger.kernel.org
5802 S:      Maintained
5803 F:      drivers/tty/serial/jsm/
5804
5805 K10TEMP HARDWARE MONITORING DRIVER
5806 M:      Clemens Ladisch <clemens@ladisch.de>
5807 L:      lm-sensors@lm-sensors.org
5808 S:      Maintained
5809 F:      Documentation/hwmon/k10temp
5810 F:      drivers/hwmon/k10temp.c
5811
5812 K8TEMP HARDWARE MONITORING DRIVER
5813 M:      Rudolf Marek <r.marek@assembler.cz>
5814 L:      lm-sensors@lm-sensors.org
5815 S:      Maintained
5816 F:      Documentation/hwmon/k8temp
5817 F:      drivers/hwmon/k8temp.c
5818
5819 KCONFIG
5820 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5821 L:      linux-kbuild@vger.kernel.org
5822 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5823 S:      Maintained
5824 F:      Documentation/kbuild/kconfig-language.txt
5825 F:      scripts/kconfig/
5826
5827 KDUMP
5828 M:      Vivek Goyal <vgoyal@redhat.com>
5829 M:      Haren Myneni <hbabu@us.ibm.com>
5830 L:      kexec@lists.infradead.org
5831 W:      http://lse.sourceforge.net/kdump/
5832 S:      Maintained
5833 F:      Documentation/kdump/
5834
5835 KEENE FM RADIO TRANSMITTER DRIVER
5836 M:      Hans Verkuil <hverkuil@xs4all.nl>
5837 L:      linux-media@vger.kernel.org
5838 T:      git git://linuxtv.org/media_tree.git
5839 W:      http://linuxtv.org
5840 S:      Maintained
5841 F:      drivers/media/radio/radio-keene*
5842
5843 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5844 M:      Ian Kent <raven@themaw.net>
5845 L:      autofs@vger.kernel.org
5846 S:      Maintained
5847 F:      fs/autofs4/
5848
5849 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5850 M:      Michal Marek <mmarek@suse.com>
5851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5853 L:      linux-kbuild@vger.kernel.org
5854 S:      Maintained
5855 F:      Documentation/kbuild/
5856 F:      Makefile
5857 F:      scripts/Makefile.*
5858 F:      scripts/basic/
5859 F:      scripts/mk*
5860 F:      scripts/package/
5861
5862 KERNEL JANITORS
5863 L:      kernel-janitors@vger.kernel.org
5864 W:      http://kernelnewbies.org/KernelJanitors
5865 S:      Odd Fixes
5866
5867 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5868 M:      "J. Bruce Fields" <bfields@fieldses.org>
5869 M:      Jeff Layton <jlayton@poochiereds.net>
5870 L:      linux-nfs@vger.kernel.org
5871 W:      http://nfs.sourceforge.net/
5872 S:      Supported
5873 F:      fs/nfsd/
5874 F:      include/uapi/linux/nfsd/
5875 F:      fs/lockd/
5876 F:      fs/nfs_common/
5877 F:      net/sunrpc/
5878 F:      include/linux/lockd/
5879 F:      include/linux/sunrpc/
5880 F:      include/uapi/linux/sunrpc/
5881
5882 KERNEL SELFTEST FRAMEWORK
5883 M:      Shuah Khan <shuahkh@osg.samsung.com>
5884 L:      linux-api@vger.kernel.org
5885 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5886 S:      Maintained
5887 F:      tools/testing/selftests
5888
5889 KERNEL VIRTUAL MACHINE (KVM)
5890 M:      Gleb Natapov <gleb@kernel.org>
5891 M:      Paolo Bonzini <pbonzini@redhat.com>
5892 L:      kvm@vger.kernel.org
5893 W:      http://www.linux-kvm.org
5894 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5895 S:      Supported
5896 F:      Documentation/*/kvm*.txt
5897 F:      Documentation/virtual/kvm/
5898 F:      arch/*/kvm/
5899 F:      arch/x86/kernel/kvm.c
5900 F:      arch/x86/kernel/kvmclock.c
5901 F:      arch/*/include/asm/kvm*
5902 F:      include/linux/kvm*
5903 F:      include/uapi/linux/kvm*
5904 F:      virt/kvm/
5905
5906 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5907 M:      Joerg Roedel <joro@8bytes.org>
5908 L:      kvm@vger.kernel.org
5909 W:      http://kvm.qumranet.com
5910 S:      Maintained
5911 F:      arch/x86/include/asm/svm.h
5912 F:      arch/x86/kvm/svm.c
5913
5914 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5915 M:      Alexander Graf <agraf@suse.com>
5916 L:      kvm-ppc@vger.kernel.org
5917 W:      http://kvm.qumranet.com
5918 T:      git git://github.com/agraf/linux-2.6.git
5919 S:      Supported
5920 F:      arch/powerpc/include/asm/kvm*
5921 F:      arch/powerpc/kvm/
5922
5923 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5924 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5925 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5926 L:      linux-s390@vger.kernel.org
5927 W:      http://www.ibm.com/developerworks/linux/linux390/
5928 S:      Supported
5929 F:      Documentation/s390/kvm.txt
5930 F:      arch/s390/include/asm/kvm*
5931 F:      arch/s390/kvm/
5932
5933 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5934 M:      Christoffer Dall <christoffer.dall@linaro.org>
5935 M:      Marc Zyngier <marc.zyngier@arm.com>
5936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5937 L:      kvmarm@lists.cs.columbia.edu
5938 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5939 S:      Supported
5940 F:      arch/arm/include/uapi/asm/kvm*
5941 F:      arch/arm/include/asm/kvm*
5942 F:      arch/arm/kvm/
5943 F:      virt/kvm/arm/
5944 F:      include/kvm/arm_*
5945
5946 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5947 M:      Christoffer Dall <christoffer.dall@linaro.org>
5948 M:      Marc Zyngier <marc.zyngier@arm.com>
5949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5950 L:      kvmarm@lists.cs.columbia.edu
5951 S:      Maintained
5952 F:      arch/arm64/include/uapi/asm/kvm*
5953 F:      arch/arm64/include/asm/kvm*
5954 F:      arch/arm64/kvm/
5955
5956 KEXEC
5957 M:      Eric Biederman <ebiederm@xmission.com>
5958 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5959 L:      kexec@lists.infradead.org
5960 S:      Maintained
5961 F:      include/linux/kexec.h
5962 F:      include/uapi/linux/kexec.h
5963 F:      kernel/kexec.c
5964
5965 KEYS/KEYRINGS:
5966 M:      David Howells <dhowells@redhat.com>
5967 L:      keyrings@linux-nfs.org
5968 S:      Maintained
5969 F:      Documentation/security/keys.txt
5970 F:      include/linux/key.h
5971 F:      include/linux/key-type.h
5972 F:      include/keys/
5973 F:      security/keys/
5974
5975 KEYS-TRUSTED
5976 M:      David Safford <safford@us.ibm.com>
5977 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5978 L:      linux-security-module@vger.kernel.org
5979 L:      keyrings@linux-nfs.org
5980 S:      Supported
5981 F:      Documentation/security/keys-trusted-encrypted.txt
5982 F:      include/keys/trusted-type.h
5983 F:      security/keys/trusted.c
5984 F:      security/keys/trusted.h
5985
5986 KEYS-ENCRYPTED
5987 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5988 M:      David Safford <safford@us.ibm.com>
5989 L:      linux-security-module@vger.kernel.org
5990 L:      keyrings@linux-nfs.org
5991 S:      Supported
5992 F:      Documentation/security/keys-trusted-encrypted.txt
5993 F:      include/keys/encrypted-type.h
5994 F:      security/keys/encrypted-keys/
5995
5996 KGDB / KDB /debug_core
5997 M:      Jason Wessel <jason.wessel@windriver.com>
5998 W:      http://kgdb.wiki.kernel.org/
5999 L:      kgdb-bugreport@lists.sourceforge.net
6000 S:      Maintained
6001 F:      Documentation/DocBook/kgdb.tmpl
6002 F:      drivers/misc/kgdbts.c
6003 F:      drivers/tty/serial/kgdboc.c
6004 F:      include/linux/kdb.h
6005 F:      include/linux/kgdb.h
6006 F:      kernel/debug/
6007
6008 KMEMCHECK
6009 M:      Vegard Nossum <vegardno@ifi.uio.no>
6010 M:      Pekka Enberg <penberg@kernel.org>
6011 S:      Maintained
6012 F:      Documentation/kmemcheck.txt
6013 F:      arch/x86/include/asm/kmemcheck.h
6014 F:      arch/x86/mm/kmemcheck/
6015 F:      include/linux/kmemcheck.h
6016 F:      mm/kmemcheck.c
6017
6018 KMEMLEAK
6019 M:      Catalin Marinas <catalin.marinas@arm.com>
6020 S:      Maintained
6021 F:      Documentation/kmemleak.txt
6022 F:      include/linux/kmemleak.h
6023 F:      mm/kmemleak.c
6024 F:      mm/kmemleak-test.c
6025
6026 KPROBES
6027 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6028 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6029 M:      "David S. Miller" <davem@davemloft.net>
6030 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6031 S:      Maintained
6032 F:      Documentation/kprobes.txt
6033 F:      include/linux/kprobes.h
6034 F:      kernel/kprobes.c
6035
6036 KS0108 LCD CONTROLLER DRIVER
6037 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6038 W:      http://miguelojeda.es/auxdisplay.htm
6039 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6040 S:      Maintained
6041 F:      Documentation/auxdisplay/ks0108
6042 F:      drivers/auxdisplay/ks0108.c
6043 F:      include/linux/ks0108.h
6044
6045 LAPB module
6046 L:      linux-x25@vger.kernel.org
6047 S:      Orphan
6048 F:      Documentation/networking/lapb-module.txt
6049 F:      include/*/lapb.h
6050 F:      net/lapb/
6051
6052 LASI 53c700 driver for PARISC
6053 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6054 L:      linux-scsi@vger.kernel.org
6055 S:      Maintained
6056 F:      Documentation/scsi/53c700.txt
6057 F:      drivers/scsi/53c700*
6058
6059 LED SUBSYSTEM
6060 M:      Richard Purdie <rpurdie@rpsys.net>
6061 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6062 L:      linux-leds@vger.kernel.org
6063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6064 S:      Maintained
6065 F:      drivers/leds/
6066 F:      include/linux/leds.h
6067
6068 LEGACY EEPROM DRIVER
6069 M:      Jean Delvare <jdelvare@suse.com>
6070 S:      Maintained
6071 F:      Documentation/misc-devices/eeprom
6072 F:      drivers/misc/eeprom/eeprom.c
6073
6074 LEGO USB Tower driver
6075 M:      Juergen Stuber <starblue@users.sourceforge.net>
6076 L:      legousb-devel@lists.sourceforge.net
6077 W:      http://legousb.sourceforge.net/
6078 S:      Maintained
6079 F:      drivers/usb/misc/legousbtower.c
6080
6081 LG2160 MEDIA DRIVER
6082 M:      Michael Krufky <mkrufky@linuxtv.org>
6083 L:      linux-media@vger.kernel.org
6084 W:      http://linuxtv.org/
6085 W:      http://github.com/mkrufky
6086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6087 T:      git git://linuxtv.org/mkrufky/tuners.git
6088 S:      Maintained
6089 F:      drivers/media/dvb-frontends/lg2160.*
6090
6091 LGDT3305 MEDIA DRIVER
6092 M:      Michael Krufky <mkrufky@linuxtv.org>
6093 L:      linux-media@vger.kernel.org
6094 W:      http://linuxtv.org/
6095 W:      http://github.com/mkrufky
6096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6097 T:      git git://linuxtv.org/mkrufky/tuners.git
6098 S:      Maintained
6099 F:      drivers/media/dvb-frontends/lgdt3305.*
6100
6101 LGUEST
6102 M:      Rusty Russell <rusty@rustcorp.com.au>
6103 L:      lguest@lists.ozlabs.org
6104 W:      http://lguest.ozlabs.org/
6105 S:      Odd Fixes
6106 F:      arch/x86/include/asm/lguest*.h
6107 F:      arch/x86/lguest/
6108 F:      drivers/lguest/
6109 F:      include/linux/lguest*.h
6110 F:      tools/lguest/
6111
6112 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6113 M:      Tejun Heo <tj@kernel.org>
6114 L:      linux-ide@vger.kernel.org
6115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6116 S:      Maintained
6117 F:      drivers/ata/
6118 F:      include/linux/ata.h
6119 F:      include/linux/libata.h
6120
6121 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6122 M:      Viresh Kumar <vireshk@kernel.org>
6123 L:      linux-ide@vger.kernel.org
6124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6125 S:      Maintained
6126 F:      include/linux/pata_arasan_cf_data.h
6127 F:      drivers/ata/pata_arasan_cf.c
6128
6129 LIBATA PATA DRIVERS
6130 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6131 M:      Tejun Heo <tj@kernel.org>
6132 L:      linux-ide@vger.kernel.org
6133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6134 S:      Maintained
6135 F:      drivers/ata/pata_*.c
6136 F:      drivers/ata/ata_generic.c
6137
6138 LIBATA SATA AHCI PLATFORM devices support
6139 M:      Hans de Goede <hdegoede@redhat.com>
6140 M:      Tejun Heo <tj@kernel.org>
6141 L:      linux-ide@vger.kernel.org
6142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6143 S:      Maintained
6144 F:      drivers/ata/ahci_platform.c
6145 F:      drivers/ata/libahci_platform.c
6146 F:      include/linux/ahci_platform.h
6147
6148 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6149 M:      Mikael Pettersson <mikpelinux@gmail.com>
6150 L:      linux-ide@vger.kernel.org
6151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6152 S:      Maintained
6153 F:      drivers/ata/sata_promise.*
6154
6155 LIBLOCKDEP
6156 M:      Sasha Levin <sasha.levin@oracle.com>
6157 S:      Maintained
6158 F:      tools/lib/lockdep/
6159
6160 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6161 M:      Dan Williams <dan.j.williams@intel.com>
6162 L:      linux-nvdimm@lists.01.org
6163 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6164 S:      Supported
6165 F:      drivers/nvdimm/*
6166 F:      include/linux/nd.h
6167 F:      include/linux/libnvdimm.h
6168 F:      include/uapi/linux/ndctl.h
6169
6170 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6171 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6172 L:      linux-nvdimm@lists.01.org
6173 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6174 S:      Supported
6175 F:      drivers/nvdimm/blk.c
6176 F:      drivers/nvdimm/region_devs.c
6177 F:      drivers/acpi/nfit*
6178
6179 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6180 M:      Vishal Verma <vishal.l.verma@intel.com>
6181 L:      linux-nvdimm@lists.01.org
6182 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6183 S:      Supported
6184 F:      drivers/nvdimm/btt*
6185
6186 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6187 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6188 L:      linux-nvdimm@lists.01.org
6189 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6190 S:      Supported
6191 F:      drivers/nvdimm/pmem.c
6192 F:      include/linux/pmem.h
6193
6194 LINUX FOR IBM pSERIES (RS/6000)
6195 M:      Paul Mackerras <paulus@au.ibm.com>
6196 W:      http://www.ibm.com/linux/ltc/projects/ppc
6197 S:      Supported
6198 F:      arch/powerpc/boot/rs6000.h
6199
6200 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6201 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6202 M:      Paul Mackerras <paulus@samba.org>
6203 M:      Michael Ellerman <mpe@ellerman.id.au>
6204 W:      http://www.penguinppc.org/
6205 L:      linuxppc-dev@lists.ozlabs.org
6206 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6208 S:      Supported
6209 F:      Documentation/powerpc/
6210 F:      arch/powerpc/
6211
6212 LINUX FOR POWER MACINTOSH
6213 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6214 W:      http://www.penguinppc.org/
6215 L:      linuxppc-dev@lists.ozlabs.org
6216 S:      Maintained
6217 F:      arch/powerpc/platforms/powermac/
6218 F:      drivers/macintosh/
6219
6220 LINUX FOR POWERPC EMBEDDED MPC5XXX
6221 M:      Anatolij Gustschin <agust@denx.de>
6222 L:      linuxppc-dev@lists.ozlabs.org
6223 T:      git git://git.denx.de/linux-denx-agust.git
6224 S:      Maintained
6225 F:      arch/powerpc/platforms/512x/
6226 F:      arch/powerpc/platforms/52xx/
6227
6228 LINUX FOR POWERPC EMBEDDED PPC4XX
6229 M:      Alistair Popple <alistair@popple.id.au>
6230 M:      Matt Porter <mporter@kernel.crashing.org>
6231 W:      http://www.penguinppc.org/
6232 L:      linuxppc-dev@lists.ozlabs.org
6233 S:      Maintained
6234 F:      arch/powerpc/platforms/40x/
6235 F:      arch/powerpc/platforms/44x/
6236
6237 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6238 L:      linuxppc-dev@lists.ozlabs.org
6239 S:      Orphan
6240 F:      arch/powerpc/*/*virtex*
6241 F:      arch/powerpc/*/*/*virtex*
6242
6243 LINUX FOR POWERPC EMBEDDED PPC8XX
6244 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6245 W:      http://www.penguinppc.org/
6246 L:      linuxppc-dev@lists.ozlabs.org
6247 S:      Maintained
6248 F:      arch/powerpc/platforms/8xx/
6249
6250 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6251 M:      Scott Wood <scottwood@freescale.com>
6252 M:      Kumar Gala <galak@kernel.crashing.org>
6253 W:      http://www.penguinppc.org/
6254 L:      linuxppc-dev@lists.ozlabs.org
6255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6256 S:      Maintained
6257 F:      arch/powerpc/platforms/83xx/
6258 F:      arch/powerpc/platforms/85xx/
6259
6260 LINUX FOR POWERPC PA SEMI PWRFICIENT
6261 M:      Olof Johansson <olof@lixom.net>
6262 L:      linuxppc-dev@lists.ozlabs.org
6263 S:      Maintained
6264 F:      arch/powerpc/platforms/pasemi/
6265 F:      drivers/*/*pasemi*
6266 F:      drivers/*/*/*pasemi*
6267
6268 LINUX SECURITY MODULE (LSM) FRAMEWORK
6269 M:      Chris Wright <chrisw@sous-sol.org>
6270 L:      linux-security-module@vger.kernel.org
6271 S:      Supported
6272
6273 LIS3LV02D ACCELEROMETER DRIVER
6274 M:      Eric Piel <eric.piel@tremplin-utc.net>
6275 S:      Maintained
6276 F:      Documentation/misc-devices/lis3lv02d
6277 F:      drivers/misc/lis3lv02d/
6278 F:      drivers/platform/x86/hp_accel.c
6279
6280 LIVE PATCHING
6281 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6282 M:      Seth Jennings <sjenning@redhat.com>
6283 M:      Jiri Kosina <jikos@kernel.org>
6284 M:      Vojtech Pavlik <vojtech@suse.com>
6285 S:      Maintained
6286 F:      kernel/livepatch/
6287 F:      include/linux/livepatch.h
6288 F:      arch/x86/include/asm/livepatch.h
6289 F:      arch/x86/kernel/livepatch.c
6290 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6291 F:      samples/livepatch/
6292 L:      live-patching@vger.kernel.org
6293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6294
6295 LLC (802.2)
6296 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6297 S:      Maintained
6298 F:      include/linux/llc.h
6299 F:      include/uapi/linux/llc.h
6300 F:      include/net/llc*
6301 F:      net/llc/
6302
6303 LM73 HARDWARE MONITOR DRIVER
6304 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6305 L:      lm-sensors@lm-sensors.org
6306 S:      Maintained
6307 F:      drivers/hwmon/lm73.c
6308
6309 LM78 HARDWARE MONITOR DRIVER
6310 M:      Jean Delvare <jdelvare@suse.com>
6311 L:      lm-sensors@lm-sensors.org
6312 S:      Maintained
6313 F:      Documentation/hwmon/lm78
6314 F:      drivers/hwmon/lm78.c
6315
6316 LM83 HARDWARE MONITOR DRIVER
6317 M:      Jean Delvare <jdelvare@suse.com>
6318 L:      lm-sensors@lm-sensors.org
6319 S:      Maintained
6320 F:      Documentation/hwmon/lm83
6321 F:      drivers/hwmon/lm83.c
6322
6323 LM90 HARDWARE MONITOR DRIVER
6324 M:      Jean Delvare <jdelvare@suse.com>
6325 L:      lm-sensors@lm-sensors.org
6326 S:      Maintained
6327 F:      Documentation/hwmon/lm90
6328 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6329 F:      drivers/hwmon/lm90.c
6330
6331 LM95234 HARDWARE MONITOR DRIVER
6332 M:      Guenter Roeck <linux@roeck-us.net>
6333 L:      lm-sensors@lm-sensors.org
6334 S:      Maintained
6335 F:      Documentation/hwmon/lm95234
6336 F:      drivers/hwmon/lm95234.c
6337
6338 LME2510 MEDIA DRIVER
6339 M:      Malcolm Priestley <tvboxspy@gmail.com>
6340 L:      linux-media@vger.kernel.org
6341 W:      http://linuxtv.org/
6342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6343 S:      Maintained
6344 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6345
6346 LOCKDEP AND LOCKSTAT
6347 M:      Peter Zijlstra <peterz@infradead.org>
6348 M:      Ingo Molnar <mingo@redhat.com>
6349 L:      linux-kernel@vger.kernel.org
6350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6351 S:      Maintained
6352 F:      Documentation/locking/lockdep*.txt
6353 F:      Documentation/locking/lockstat.txt
6354 F:      include/linux/lockdep.h
6355 F:      kernel/locking/
6356
6357 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6358 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6359 L:      linux-ntfs-dev@lists.sourceforge.net
6360 W:      http://www.linux-ntfs.org/content/view/19/37/
6361 S:      Maintained
6362 F:      Documentation/ldm.txt
6363 F:      block/partitions/ldm.*
6364
6365 LogFS
6366 M:      Joern Engel <joern@logfs.org>
6367 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6368 L:      logfs@logfs.org
6369 W:      logfs.org
6370 S:      Maintained
6371 F:      fs/logfs/
6372
6373 LPC32XX MACHINE SUPPORT
6374 M:      Roland Stigge <stigge@antcom.de>
6375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6376 S:      Maintained
6377 F:      arch/arm/mach-lpc32xx/
6378
6379 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6380 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6381 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6382 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6383 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6384 L:      MPT-FusionLinux.pdl@avagotech.com
6385 L:      linux-scsi@vger.kernel.org
6386 W:      http://www.lsilogic.com/support
6387 S:      Supported
6388 F:      drivers/message/fusion/
6389 F:      drivers/scsi/mpt2sas/
6390 F:      drivers/scsi/mpt3sas/
6391
6392 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6393 M:      Matthew Wilcox <matthew@wil.cx>
6394 L:      linux-scsi@vger.kernel.org
6395 S:      Maintained
6396 F:      drivers/scsi/sym53c8xx_2/
6397
6398 LTC4261 HARDWARE MONITOR DRIVER
6399 M:      Guenter Roeck <linux@roeck-us.net>
6400 L:      lm-sensors@lm-sensors.org
6401 S:      Maintained
6402 F:      Documentation/hwmon/ltc4261
6403 F:      drivers/hwmon/ltc4261.c
6404
6405 LTP (Linux Test Project)
6406 M:      Mike Frysinger <vapier@gentoo.org>
6407 M:      Cyril Hrubis <chrubis@suse.cz>
6408 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6409 M:      Jan Stancek <jstancek@redhat.com>
6410 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6411 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6412 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6413 W:      http://linux-test-project.github.io/
6414 T:      git git://github.com/linux-test-project/ltp.git
6415 S:      Maintained
6416
6417 M32R ARCHITECTURE
6418 W:      http://www.linux-m32r.org/
6419 S:      Orphan
6420 F:      arch/m32r/
6421
6422 M68K ARCHITECTURE
6423 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6424 L:      linux-m68k@lists.linux-m68k.org
6425 W:      http://www.linux-m68k.org/
6426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6427 S:      Maintained
6428 F:      arch/m68k/
6429 F:      drivers/zorro/
6430
6431 M68K ON APPLE MACINTOSH
6432 M:      Joshua Thompson <funaho@jurai.org>
6433 W:      http://www.mac.linux-m68k.org/
6434 L:      linux-m68k@lists.linux-m68k.org
6435 S:      Maintained
6436 F:      arch/m68k/mac/
6437
6438 M68K ON HP9000/300
6439 M:      Philip Blundell <philb@gnu.org>
6440 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6441 S:      Maintained
6442 F:      arch/m68k/hp300/
6443
6444 M88DS3103 MEDIA DRIVER
6445 M:      Antti Palosaari <crope@iki.fi>
6446 L:      linux-media@vger.kernel.org
6447 W:      http://linuxtv.org/
6448 W:      http://palosaari.fi/linux/
6449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6450 T:      git git://linuxtv.org/anttip/media_tree.git
6451 S:      Maintained
6452 F:      drivers/media/dvb-frontends/m88ds3103*
6453
6454 M88RS2000 MEDIA DRIVER
6455 M:      Malcolm Priestley <tvboxspy@gmail.com>
6456 L:      linux-media@vger.kernel.org
6457 W:      http://linuxtv.org/
6458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6459 S:      Maintained
6460 F:      drivers/media/dvb-frontends/m88rs2000*
6461
6462 MA901 MASTERKIT USB FM RADIO DRIVER
6463 M:      Alexey Klimov <klimov.linux@gmail.com>
6464 L:      linux-media@vger.kernel.org
6465 T:      git git://linuxtv.org/media_tree.git
6466 S:      Maintained
6467 F:      drivers/media/radio/radio-ma901.c
6468
6469 MAC80211
6470 M:      Johannes Berg <johannes@sipsolutions.net>
6471 L:      linux-wireless@vger.kernel.org
6472 W:      http://wireless.kernel.org/
6473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6475 S:      Maintained
6476 F:      Documentation/networking/mac80211-injection.txt
6477 F:      include/net/mac80211.h
6478 F:      net/mac80211/
6479
6480 MACVLAN DRIVER
6481 M:      Patrick McHardy <kaber@trash.net>
6482 L:      netdev@vger.kernel.org
6483 S:      Maintained
6484 F:      drivers/net/macvlan.c
6485 F:      include/linux/if_macvlan.h
6486
6487 MAILBOX API
6488 M:      Jassi Brar <jassisinghbrar@gmail.com>
6489 L:      linux-kernel@vger.kernel.org
6490 S:      Maintained
6491 F:      drivers/mailbox/
6492 F:      include/linux/mailbox_client.h
6493 F:      include/linux/mailbox_controller.h
6494
6495 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6496 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6497 W:      http://www.kernel.org/doc/man-pages
6498 L:      linux-man@vger.kernel.org
6499 S:      Maintained
6500
6501 MARVELL ARMADA DRM SUPPORT
6502 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6503 S:      Maintained
6504 F:      drivers/gpu/drm/armada/
6505
6506 MARVELL 88E6352 DSA support
6507 M:      Guenter Roeck <linux@roeck-us.net>
6508 S:      Maintained
6509 F:      drivers/net/dsa/mv88e6352.c
6510
6511 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6512 M:      Mirko Lindner <mlindner@marvell.com>
6513 M:      Stephen Hemminger <stephen@networkplumber.org>
6514 L:      netdev@vger.kernel.org
6515 S:      Maintained
6516 F:      drivers/net/ethernet/marvell/sk*
6517
6518 MARVELL LIBERTAS WIRELESS DRIVER
6519 L:      libertas-dev@lists.infradead.org
6520 S:      Orphan
6521 F:      drivers/net/wireless/libertas/
6522
6523 MARVELL MV643XX ETHERNET DRIVER
6524 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6525 L:      netdev@vger.kernel.org
6526 S:      Maintained
6527 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6528 F:      include/linux/mv643xx.h
6529
6530 MARVELL MVNETA ETHERNET DRIVER
6531 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6532 L:      netdev@vger.kernel.org
6533 S:      Maintained
6534 F:      drivers/net/ethernet/marvell/mvneta.*
6535
6536 MARVELL MWIFIEX WIRELESS DRIVER
6537 M:      Amitkumar Karwar <akarwar@marvell.com>
6538 M:      Nishant Sarmukadam <nishants@marvell.com>
6539 L:      linux-wireless@vger.kernel.org
6540 S:      Maintained
6541 F:      drivers/net/wireless/mwifiex/
6542
6543 MARVELL MWL8K WIRELESS DRIVER
6544 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6545 L:      linux-wireless@vger.kernel.org
6546 S:      Odd Fixes
6547 F:      drivers/net/wireless/mwl8k.c
6548
6549 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6550 M:      Nicolas Pitre <nico@fluxnic.net>
6551 S:      Odd Fixes
6552 F:      drivers/mmc/host/mvsdio.*
6553
6554 MATROX FRAMEBUFFER DRIVER
6555 L:      linux-fbdev@vger.kernel.org
6556 S:      Orphan
6557 F:      drivers/video/fbdev/matrox/matroxfb_*
6558 F:      include/uapi/linux/matroxfb.h
6559
6560 MAX16065 HARDWARE MONITOR DRIVER
6561 M:      Guenter Roeck <linux@roeck-us.net>
6562 L:      lm-sensors@lm-sensors.org
6563 S:      Maintained
6564 F:      Documentation/hwmon/max16065
6565 F:      drivers/hwmon/max16065.c
6566
6567 MAX20751 HARDWARE MONITOR DRIVER
6568 M:      Guenter Roeck <linux@roeck-us.net>
6569 L:      lm-sensors@lm-sensors.org
6570 S:      Maintained
6571 F:      Documentation/hwmon/max20751
6572 F:      drivers/hwmon/max20751.c
6573
6574 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6575 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6576 L:      lm-sensors@lm-sensors.org
6577 S:      Maintained
6578 F:      Documentation/hwmon/max6650
6579 F:      drivers/hwmon/max6650.c
6580
6581 MAX6697 HARDWARE MONITOR DRIVER
6582 M:      Guenter Roeck <linux@roeck-us.net>
6583 L:      lm-sensors@lm-sensors.org
6584 S:      Maintained
6585 F:      Documentation/hwmon/max6697
6586 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6587 F:      drivers/hwmon/max6697.c
6588 F:      include/linux/platform_data/max6697.h
6589
6590 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6591 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6592 L:      linux-pm@vger.kernel.org
6593 S:      Supported
6594 F:      drivers/power/max14577_charger.c
6595 F:      drivers/power/max77693_charger.c
6596
6597 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6598 M:      Chanwoo Choi <cw00.choi@samsung.com>
6599 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6600 L:      linux-kernel@vger.kernel.org
6601 S:      Supported
6602 F:      drivers/*/max14577.c
6603 F:      drivers/*/max77686.c
6604 F:      drivers/*/max77693.c
6605 F:      drivers/extcon/extcon-max14577.c
6606 F:      drivers/extcon/extcon-max77693.c
6607 F:      drivers/rtc/rtc-max77686.c
6608 F:      drivers/clk/clk-max77686.c
6609 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6610 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6611 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6612 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6613 F:      include/linux/mfd/max14577*.h
6614 F:      include/linux/mfd/max77686*.h
6615 F:      include/linux/mfd/max77693*.h
6616
6617 MAXIRADIO FM RADIO RECEIVER DRIVER
6618 M:      Hans Verkuil <hverkuil@xs4all.nl>
6619 L:      linux-media@vger.kernel.org
6620 T:      git git://linuxtv.org/media_tree.git
6621 W:      http://linuxtv.org
6622 S:      Maintained
6623 F:      drivers/media/radio/radio-maxiradio*
6624
6625 MEDIA DRIVERS FOR RENESAS - VSP1
6626 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6627 L:      linux-media@vger.kernel.org
6628 L:      linux-sh@vger.kernel.org
6629 T:      git git://linuxtv.org/media_tree.git
6630 S:      Supported
6631 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6632 F:      drivers/media/platform/vsp1/
6633
6634 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6635 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6636 P:      LinuxTV.org Project
6637 L:      linux-media@vger.kernel.org
6638 W:      http://linuxtv.org
6639 Q:      http://patchwork.kernel.org/project/linux-media/list/
6640 T:      git git://linuxtv.org/media_tree.git
6641 S:      Maintained
6642 F:      Documentation/dvb/
6643 F:      Documentation/video4linux/
6644 F:      Documentation/DocBook/media/
6645 F:      drivers/media/
6646 F:      drivers/staging/media/
6647 F:      include/media/
6648 F:      include/uapi/linux/dvb/
6649 F:      include/uapi/linux/videodev2.h
6650 F:      include/uapi/linux/media.h
6651 F:      include/uapi/linux/v4l2-*
6652 F:      include/uapi/linux/meye.h
6653 F:      include/uapi/linux/ivtv*
6654 F:      include/uapi/linux/uvcvideo.h
6655
6656 MEDIATEK MT7601U WIRELESS LAN DRIVER
6657 M:      Jakub Kicinski <kubakici@wp.pl>
6658 L:      linux-wireless@vger.kernel.org
6659 S:      Maintained
6660 F:      drivers/net/wireless/mediatek/mt7601u/
6661
6662 MEGARAID SCSI/SAS DRIVERS
6663 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6664 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6665 M:      Uday Lingala <uday.lingala@avagotech.com>
6666 L:      megaraidlinux.pdl@avagotech.com
6667 L:      linux-scsi@vger.kernel.org
6668 W:      http://www.lsi.com
6669 S:      Maintained
6670 F:      Documentation/scsi/megaraid.txt
6671 F:      drivers/scsi/megaraid.*
6672 F:      drivers/scsi/megaraid/
6673
6674 MELLANOX ETHERNET DRIVER (mlx4_en)
6675 M:      Amir Vadai <amirv@mellanox.com>
6676 M:      Ido Shamay <idos@mellanox.com>
6677 L:      netdev@vger.kernel.org
6678 S:      Supported
6679 W:      http://www.mellanox.com
6680 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6681 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6682
6683 MELLANOX ETHERNET SWITCH DRIVERS
6684 M:      Jiri Pirko <jiri@mellanox.com>
6685 M:      Ido Schimmel <idosch@mellanox.com>
6686 L:      netdev@vger.kernel.org
6687 S:      Supported
6688 W:      http://www.mellanox.com
6689 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6690 F:      drivers/net/ethernet/mellanox/mlxsw/
6691
6692 MEMORY MANAGEMENT
6693 L:      linux-mm@kvack.org
6694 W:      http://www.linux-mm.org
6695 S:      Maintained
6696 F:      include/linux/mm.h
6697 F:      include/linux/gfp.h
6698 F:      include/linux/mmzone.h
6699 F:      include/linux/memory_hotplug.h
6700 F:      include/linux/vmalloc.h
6701 F:      mm/
6702
6703 MEMORY TECHNOLOGY DEVICES (MTD)
6704 M:      David Woodhouse <dwmw2@infradead.org>
6705 M:      Brian Norris <computersforpeace@gmail.com>
6706 L:      linux-mtd@lists.infradead.org
6707 W:      http://www.linux-mtd.infradead.org/
6708 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6709 T:      git git://git.infradead.org/linux-mtd.git
6710 T:      git git://git.infradead.org/l2-mtd.git
6711 S:      Maintained
6712 F:      drivers/mtd/
6713 F:      include/linux/mtd/
6714 F:      include/uapi/mtd/
6715
6716 MEN A21 WATCHDOG DRIVER
6717 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6718 L:      linux-watchdog@vger.kernel.org
6719 S:      Maintained
6720 F:      drivers/watchdog/mena21_wdt.c
6721
6722 MEN CHAMELEON BUS (mcb)
6723 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6724 S:      Maintained
6725 F:      drivers/mcb/
6726 F:      include/linux/mcb.h
6727 F:      Documentation/men-chameleon-bus.txt
6728
6729 MEN F21BMC (Board Management Controller)
6730 M:      Andreas Werner <andreas.werner@men.de>
6731 S:      Supported
6732 F:      drivers/mfd/menf21bmc.c
6733 F:      drivers/watchdog/menf21bmc_wdt.c
6734 F:      drivers/leds/leds-menf21bmc.c
6735 F:      drivers/hwmon/menf21bmc_hwmon.c
6736 F:      Documentation/hwmon/menf21bmc
6737
6738 METAG ARCHITECTURE
6739 M:      James Hogan <james.hogan@imgtec.com>
6740 L:      linux-metag@vger.kernel.org
6741 S:      Supported
6742 F:      arch/metag/
6743 F:      Documentation/metag/
6744 F:      Documentation/devicetree/bindings/metag/
6745 F:      drivers/clocksource/metag_generic.c
6746 F:      drivers/irqchip/irq-metag.c
6747 F:      drivers/irqchip/irq-metag-ext.c
6748 F:      drivers/tty/metag_da.c
6749
6750 MICROBLAZE ARCHITECTURE
6751 M:      Michal Simek <monstr@monstr.eu>
6752 W:      http://www.monstr.eu/fdt/
6753 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6754 S:      Supported
6755 F:      arch/microblaze/
6756
6757 MICROTEK X6 SCANNER
6758 M:      Oliver Neukum <oliver@neukum.org>
6759 S:      Maintained
6760 F:      drivers/usb/image/microtek.*
6761
6762 MIPS
6763 M:      Ralf Baechle <ralf@linux-mips.org>
6764 L:      linux-mips@linux-mips.org
6765 W:      http://www.linux-mips.org/
6766 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6767 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6768 S:      Supported
6769 F:      Documentation/mips/
6770 F:      arch/mips/
6771
6772 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6773 M:      Hans Verkuil <hverkuil@xs4all.nl>
6774 L:      linux-media@vger.kernel.org
6775 T:      git git://linuxtv.org/media_tree.git
6776 W:      http://linuxtv.org
6777 S:      Odd Fixes
6778 F:      drivers/media/radio/radio-miropcm20*
6779
6780 Mellanox MLX5 core VPI driver
6781 M:      Eli Cohen <eli@mellanox.com>
6782 L:      netdev@vger.kernel.org
6783 L:      linux-rdma@vger.kernel.org
6784 W:      http://www.mellanox.com
6785 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6786 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6787 T:      git git://openfabrics.org/~eli/connect-ib.git
6788 S:      Supported
6789 F:      drivers/net/ethernet/mellanox/mlx5/core/
6790 F:      include/linux/mlx5/
6791
6792 Mellanox MLX5 IB driver
6793 M:      Eli Cohen <eli@mellanox.com>
6794 L:      linux-rdma@vger.kernel.org
6795 W:      http://www.mellanox.com
6796 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6797 T:      git git://openfabrics.org/~eli/connect-ib.git
6798 S:      Supported
6799 F:      include/linux/mlx5/
6800 F:      drivers/infiniband/hw/mlx5/
6801
6802 MN88472 MEDIA DRIVER
6803 M:      Antti Palosaari <crope@iki.fi>
6804 L:      linux-media@vger.kernel.org
6805 W:      http://linuxtv.org/
6806 W:      http://palosaari.fi/linux/
6807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6808 T:      git git://linuxtv.org/anttip/media_tree.git
6809 S:      Maintained
6810 F:      drivers/staging/media/mn88472/
6811 F:      drivers/media/dvb-frontends/mn88472.h
6812
6813 MN88473 MEDIA DRIVER
6814 M:      Antti Palosaari <crope@iki.fi>
6815 L:      linux-media@vger.kernel.org
6816 W:      http://linuxtv.org/
6817 W:      http://palosaari.fi/linux/
6818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6819 T:      git git://linuxtv.org/anttip/media_tree.git
6820 S:      Maintained
6821 F:      drivers/staging/media/mn88473/
6822 F:      drivers/media/dvb-frontends/mn88473.h
6823
6824 MODULE SUPPORT
6825 M:      Rusty Russell <rusty@rustcorp.com.au>
6826 S:      Maintained
6827 F:      include/linux/module.h
6828 F:      kernel/module.c
6829
6830 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6831 W:      http://popies.net/meye/
6832 S:      Orphan
6833 F:      Documentation/video4linux/meye.txt
6834 F:      drivers/media/pci/meye/
6835 F:      include/uapi/linux/meye.h
6836
6837 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6838 M:      Jiri Slaby <jirislaby@gmail.com>
6839 S:      Maintained
6840 F:      Documentation/serial/moxa-smartio
6841 F:      drivers/tty/mxser.*
6842
6843 MR800 AVERMEDIA USB FM RADIO DRIVER
6844 M:      Alexey Klimov <klimov.linux@gmail.com>
6845 L:      linux-media@vger.kernel.org
6846 T:      git git://linuxtv.org/media_tree.git
6847 S:      Maintained
6848 F:      drivers/media/radio/radio-mr800.c
6849
6850 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6851 M:      Alan Ott <alan@signal11.us>
6852 L:      linux-wpan@vger.kernel.org
6853 S:      Maintained
6854 F:      drivers/net/ieee802154/mrf24j40.c
6855
6856 MSI LAPTOP SUPPORT
6857 M:      "Lee, Chun-Yi" <jlee@suse.com>
6858 L:      platform-driver-x86@vger.kernel.org
6859 S:      Maintained
6860 F:      drivers/platform/x86/msi-laptop.c
6861
6862 MSI WMI SUPPORT
6863 L:      platform-driver-x86@vger.kernel.org
6864 S:      Orphan
6865 F:      drivers/platform/x86/msi-wmi.c
6866
6867 MSI001 MEDIA DRIVER
6868 M:      Antti Palosaari <crope@iki.fi>
6869 L:      linux-media@vger.kernel.org
6870 W:      http://linuxtv.org/
6871 W:      http://palosaari.fi/linux/
6872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6873 T:      git git://linuxtv.org/anttip/media_tree.git
6874 S:      Maintained
6875 F:      drivers/media/tuners/msi001*
6876
6877 MSI2500 MEDIA DRIVER
6878 M:      Antti Palosaari <crope@iki.fi>
6879 L:      linux-media@vger.kernel.org
6880 W:      http://linuxtv.org/
6881 W:      http://palosaari.fi/linux/
6882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6883 T:      git git://linuxtv.org/anttip/media_tree.git
6884 S:      Maintained
6885 F:      drivers/media/usb/msi2500/
6886
6887 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6888 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6889 L:      linux-mtd@lists.infradead.org
6890 S:      Maintained
6891 F:      drivers/mtd/devices/docg3*
6892
6893 MT9M032 APTINA SENSOR DRIVER
6894 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6895 L:      linux-media@vger.kernel.org
6896 T:      git git://linuxtv.org/media_tree.git
6897 S:      Maintained
6898 F:      drivers/media/i2c/mt9m032.c
6899 F:      include/media/mt9m032.h
6900
6901 MT9P031 APTINA CAMERA SENSOR
6902 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6903 L:      linux-media@vger.kernel.org
6904 T:      git git://linuxtv.org/media_tree.git
6905 S:      Maintained
6906 F:      drivers/media/i2c/mt9p031.c
6907 F:      include/media/mt9p031.h
6908
6909 MT9T001 APTINA CAMERA SENSOR
6910 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6911 L:      linux-media@vger.kernel.org
6912 T:      git git://linuxtv.org/media_tree.git
6913 S:      Maintained
6914 F:      drivers/media/i2c/mt9t001.c
6915 F:      include/media/mt9t001.h
6916
6917 MT9V032 APTINA CAMERA SENSOR
6918 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6919 L:      linux-media@vger.kernel.org
6920 T:      git git://linuxtv.org/media_tree.git
6921 S:      Maintained
6922 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6923 F:      drivers/media/i2c/mt9v032.c
6924 F:      include/media/mt9v032.h
6925
6926 MULTIFUNCTION DEVICES (MFD)
6927 M:      Samuel Ortiz <sameo@linux.intel.com>
6928 M:      Lee Jones <lee.jones@linaro.org>
6929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6930 S:      Supported
6931 F:      drivers/mfd/
6932 F:      include/linux/mfd/
6933
6934 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6935 M:      Ulf Hansson <ulf.hansson@linaro.org>
6936 L:      linux-mmc@vger.kernel.org
6937 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6938 S:      Maintained
6939 F:      drivers/mmc/
6940 F:      include/linux/mmc/
6941 F:      include/uapi/linux/mmc/
6942
6943 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6944 S:      Orphan
6945 F:      drivers/mmc/host/mmc_spi.c
6946 F:      include/linux/spi/mmc_spi.h
6947
6948 MULTISOUND SOUND DRIVER
6949 M:      Andrew Veliath <andrewtv@usa.net>
6950 S:      Maintained
6951 F:      Documentation/sound/oss/MultiSound
6952 F:      sound/oss/msnd*
6953
6954 MULTITECH MULTIPORT CARD (ISICOM)
6955 S:      Orphan
6956 F:      drivers/tty/isicom.c
6957 F:      include/linux/isicom.h
6958
6959 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6960 M:      Felipe Balbi <balbi@ti.com>
6961 L:      linux-usb@vger.kernel.org
6962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6963 S:      Maintained
6964 F:      drivers/usb/musb/
6965
6966 MXL5007T MEDIA DRIVER
6967 M:      Michael Krufky <mkrufky@linuxtv.org>
6968 L:      linux-media@vger.kernel.org
6969 W:      http://linuxtv.org/
6970 W:      http://github.com/mkrufky
6971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6972 T:      git git://linuxtv.org/mkrufky/tuners.git
6973 S:      Maintained
6974 F:      drivers/media/tuners/mxl5007t.*
6975
6976 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6977 M:      Hyong-Youb Kim <hykim@myri.com>
6978 L:      netdev@vger.kernel.org
6979 W:      https://www.myricom.com/support/downloads/myri10ge.html
6980 S:      Supported
6981 F:      drivers/net/ethernet/myricom/myri10ge/
6982
6983 NATSEMI ETHERNET DRIVER (DP8381x)
6984 S:      Orphan
6985 F:      drivers/net/ethernet/natsemi/natsemi.c
6986
6987 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6988 M:      Daniel Mack <zonque@gmail.com>
6989 S:      Maintained
6990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6991 W:      http://www.native-instruments.com
6992 F:      sound/usb/caiaq/
6993
6994 NCP FILESYSTEM
6995 M:      Petr Vandrovec <petr@vandrovec.name>
6996 S:      Odd Fixes
6997 F:      fs/ncpfs/
6998
6999 NCR 5380 SCSI DRIVERS
7000 M:      Finn Thain <fthain@telegraphics.com.au>
7001 M:      Michael Schmitz <schmitzmic@gmail.com>
7002 L:      linux-scsi@vger.kernel.org
7003 S:      Maintained
7004 F:      Documentation/scsi/g_NCR5380.txt
7005 F:      drivers/scsi/NCR5380.*
7006 F:      drivers/scsi/arm/cumana_1.c
7007 F:      drivers/scsi/arm/oak.c
7008 F:      drivers/scsi/atari_NCR5380.c
7009 F:      drivers/scsi/atari_scsi.*
7010 F:      drivers/scsi/dmx3191d.c
7011 F:      drivers/scsi/dtc.*
7012 F:      drivers/scsi/g_NCR5380.*
7013 F:      drivers/scsi/g_NCR5380_mmio.c
7014 F:      drivers/scsi/mac_scsi.*
7015 F:      drivers/scsi/pas16.*
7016 F:      drivers/scsi/sun3_scsi.*
7017 F:      drivers/scsi/sun3_scsi_vme.c
7018 F:      drivers/scsi/t128.*
7019
7020 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7021 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7022 L:      linux-scsi@vger.kernel.org
7023 S:      Maintained
7024 F:      drivers/scsi/NCR_D700.*
7025
7026 NCT6775 HARDWARE MONITOR DRIVER
7027 M:      Guenter Roeck <linux@roeck-us.net>
7028 L:      lm-sensors@lm-sensors.org
7029 S:      Maintained
7030 F:      Documentation/hwmon/nct6775
7031 F:      drivers/hwmon/nct6775.c
7032
7033 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7034 M:      Faisal Latif <faisal.latif@intel.com>
7035 L:      linux-rdma@vger.kernel.org
7036 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7037 S:      Supported
7038 F:      drivers/infiniband/hw/nes/
7039
7040 NETEM NETWORK EMULATOR
7041 M:      Stephen Hemminger <stephen@networkplumber.org>
7042 L:      netem@lists.linux-foundation.org
7043 S:      Maintained
7044 F:      net/sched/sch_netem.c
7045
7046 NETERION 10GbE DRIVERS (s2io/vxge)
7047 M:      Jon Mason <jdmason@kudzu.us>
7048 L:      netdev@vger.kernel.org
7049 S:      Supported
7050 F:      Documentation/networking/s2io.txt
7051 F:      Documentation/networking/vxge.txt
7052 F:      drivers/net/ethernet/neterion/
7053
7054 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7055 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7056 M:      Patrick McHardy <kaber@trash.net>
7057 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7058 L:      netfilter-devel@vger.kernel.org
7059 L:      coreteam@netfilter.org
7060 W:      http://www.netfilter.org/
7061 W:      http://www.iptables.org/
7062 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7065 S:      Supported
7066 F:      include/linux/netfilter*
7067 F:      include/linux/netfilter/
7068 F:      include/net/netfilter/
7069 F:      include/uapi/linux/netfilter*
7070 F:      include/uapi/linux/netfilter/
7071 F:      net/*/netfilter.c
7072 F:      net/*/netfilter/
7073 F:      net/netfilter/
7074 F:      net/bridge/br_netfilter*.c
7075
7076 NETLABEL
7077 M:      Paul Moore <paul@paul-moore.com>
7078 W:      http://netlabel.sf.net
7079 L:      netdev@vger.kernel.org
7080 S:      Maintained
7081 F:      Documentation/netlabel/
7082 F:      include/net/netlabel.h
7083 F:      net/netlabel/
7084
7085 NETROM NETWORK LAYER
7086 M:      Ralf Baechle <ralf@linux-mips.org>
7087 L:      linux-hams@vger.kernel.org
7088 W:      http://www.linux-ax25.org/
7089 S:      Maintained
7090 F:      include/net/netrom.h
7091 F:      include/uapi/linux/netrom.h
7092 F:      net/netrom/
7093
7094 NETWORK BLOCK DEVICE (NBD)
7095 M:      Markus Pargmann <mpa@pengutronix.de>
7096 S:      Maintained
7097 L:      nbd-general@lists.sourceforge.net
7098 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7099 F:      Documentation/blockdev/nbd.txt
7100 F:      drivers/block/nbd.c
7101 F:      include/uapi/linux/nbd.h
7102
7103 NETWORK DROP MONITOR
7104 M:      Neil Horman <nhorman@tuxdriver.com>
7105 L:      netdev@vger.kernel.org
7106 S:      Maintained
7107 W:      https://fedorahosted.org/dropwatch/
7108 F:      net/core/drop_monitor.c
7109
7110 NETWORKING [GENERAL]
7111 M:      "David S. Miller" <davem@davemloft.net>
7112 L:      netdev@vger.kernel.org
7113 W:      http://www.linuxfoundation.org/en/Net
7114 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7117 S:      Maintained
7118 F:      net/
7119 F:      include/net/
7120 F:      include/linux/in.h
7121 F:      include/linux/net.h
7122 F:      include/linux/netdevice.h
7123 F:      include/uapi/linux/in.h
7124 F:      include/uapi/linux/net.h
7125 F:      include/uapi/linux/netdevice.h
7126 F:      include/uapi/linux/net_namespace.h
7127 F:      tools/net/
7128 F:      tools/testing/selftests/net/
7129 F:      lib/random32.c
7130 F:      lib/test_bpf.c
7131
7132 NETWORKING [IPv4/IPv6]
7133 M:      "David S. Miller" <davem@davemloft.net>
7134 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7135 M:      James Morris <jmorris@namei.org>
7136 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7137 M:      Patrick McHardy <kaber@trash.net>
7138 L:      netdev@vger.kernel.org
7139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7140 S:      Maintained
7141 F:      net/ipv4/
7142 F:      net/ipv6/
7143 F:      include/net/ip*
7144 F:      arch/x86/net/*
7145
7146 NETWORKING [IPSEC]
7147 M:      Steffen Klassert <steffen.klassert@secunet.com>
7148 M:      Herbert Xu <herbert@gondor.apana.org.au>
7149 M:      "David S. Miller" <davem@davemloft.net>
7150 L:      netdev@vger.kernel.org
7151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7153 S:      Maintained
7154 F:      net/core/flow.c
7155 F:      net/xfrm/
7156 F:      net/key/
7157 F:      net/ipv4/xfrm*
7158 F:      net/ipv4/esp4.c
7159 F:      net/ipv4/ah4.c
7160 F:      net/ipv4/ipcomp.c
7161 F:      net/ipv4/ip_vti.c
7162 F:      net/ipv6/xfrm*
7163 F:      net/ipv6/esp6.c
7164 F:      net/ipv6/ah6.c
7165 F:      net/ipv6/ipcomp6.c
7166 F:      net/ipv6/ip6_vti.c
7167 F:      include/uapi/linux/xfrm.h
7168 F:      include/net/xfrm.h
7169
7170 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7171 M:      Paul Moore <paul@paul-moore.com>
7172 L:      netdev@vger.kernel.org
7173 S:      Maintained
7174
7175 NETWORKING [WIRELESS]
7176 L:      linux-wireless@vger.kernel.org
7177 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7178
7179 NETWORKING DRIVERS
7180 L:      netdev@vger.kernel.org
7181 W:      http://www.linuxfoundation.org/en/Net
7182 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7185 S:      Odd Fixes
7186 F:      drivers/net/
7187 F:      include/linux/if_*
7188 F:      include/linux/netdevice.h
7189 F:      include/linux/arcdevice.h
7190 F:      include/linux/etherdevice.h
7191 F:      include/linux/fcdevice.h
7192 F:      include/linux/fddidevice.h
7193 F:      include/linux/hippidevice.h
7194 F:      include/linux/inetdevice.h
7195 F:      include/uapi/linux/if_*
7196 F:      include/uapi/linux/netdevice.h
7197
7198 NETWORKING DRIVERS (WIRELESS)
7199 M:      Kalle Valo <kvalo@codeaurora.org>
7200 L:      linux-wireless@vger.kernel.org
7201 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7203 S:      Maintained
7204 F:      drivers/net/wireless/
7205
7206 NETXEN (1/10) GbE SUPPORT
7207 M:      Manish Chopra <manish.chopra@qlogic.com>
7208 M:      Sony Chacko <sony.chacko@qlogic.com>
7209 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7210 L:      netdev@vger.kernel.org
7211 W:      http://www.qlogic.com
7212 S:      Supported
7213 F:      drivers/net/ethernet/qlogic/netxen/
7214
7215 NFC SUBSYSTEM
7216 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7217 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7218 M:      Samuel Ortiz <sameo@linux.intel.com>
7219 L:      linux-wireless@vger.kernel.org
7220 L:      linux-nfc@lists.01.org (subscribers-only)
7221 S:      Supported
7222 F:      net/nfc/
7223 F:      include/net/nfc/
7224 F:      include/uapi/linux/nfc.h
7225 F:      drivers/nfc/
7226 F:      include/linux/platform_data/pn544.h
7227 F:      Documentation/devicetree/bindings/net/nfc/
7228
7229 NFS, SUNRPC, AND LOCKD CLIENTS
7230 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7231 M:      Anna Schumaker <anna.schumaker@netapp.com>
7232 L:      linux-nfs@vger.kernel.org
7233 W:      http://client.linux-nfs.org
7234 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7235 S:      Maintained
7236 F:      fs/lockd/
7237 F:      fs/nfs/
7238 F:      fs/nfs_common/
7239 F:      net/sunrpc/
7240 F:      include/linux/lockd/
7241 F:      include/linux/nfs*
7242 F:      include/linux/sunrpc/
7243 F:      include/uapi/linux/nfs*
7244 F:      include/uapi/linux/sunrpc/
7245
7246 NILFS2 FILESYSTEM
7247 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7248 L:      linux-nilfs@vger.kernel.org
7249 W:      http://nilfs.sourceforge.net/
7250 T:      git git://github.com/konis/nilfs2.git
7251 S:      Supported
7252 F:      Documentation/filesystems/nilfs2.txt
7253 F:      fs/nilfs2/
7254 F:      include/linux/nilfs2_fs.h
7255
7256 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7257 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7258 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7259 S:      Maintained
7260 F:      Documentation/scsi/NinjaSCSI.txt
7261 F:      drivers/scsi/pcmcia/nsp_*
7262
7263 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7264 M:      GOTO Masanori <gotom@debian.or.jp>
7265 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7266 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7267 S:      Maintained
7268 F:      Documentation/scsi/NinjaSCSI.txt
7269 F:      drivers/scsi/nsp32*
7270
7271 NIOS2 ARCHITECTURE
7272 M:      Ley Foon Tan <lftan@altera.com>
7273 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7274 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7275 S:      Maintained
7276 F:      arch/nios2/
7277
7278 NOKIA N900 POWER SUPPLY DRIVERS
7279 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7280 S:      Maintained
7281 F:      include/linux/power/bq2415x_charger.h
7282 F:      include/linux/power/bq27x00_battery.h
7283 F:      include/linux/power/isp1704_charger.h
7284 F:      drivers/power/bq2415x_charger.c
7285 F:      drivers/power/bq27x00_battery.c
7286 F:      drivers/power/isp1704_charger.c
7287 F:      drivers/power/rx51_battery.c
7288
7289 NTB DRIVER CORE
7290 M:      Jon Mason <jdmason@kudzu.us>
7291 M:      Dave Jiang <dave.jiang@intel.com>
7292 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7293 S:      Supported
7294 W:      https://github.com/jonmason/ntb/wiki
7295 T:      git git://github.com/jonmason/ntb.git
7296 F:      drivers/ntb/
7297 F:      drivers/net/ntb_netdev.c
7298 F:      include/linux/ntb.h
7299 F:      include/linux/ntb_transport.h
7300
7301 NTB INTEL DRIVER
7302 M:      Jon Mason <jdmason@kudzu.us>
7303 M:      Dave Jiang <dave.jiang@intel.com>
7304 S:      Supported
7305 W:      https://github.com/jonmason/ntb/wiki
7306 T:      git git://github.com/jonmason/ntb.git
7307 F:      drivers/ntb/hw/intel/
7308
7309 NTFS FILESYSTEM
7310 M:      Anton Altaparmakov <anton@tuxera.com>
7311 L:      linux-ntfs-dev@lists.sourceforge.net
7312 W:      http://www.tuxera.com/
7313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7314 S:      Supported
7315 F:      Documentation/filesystems/ntfs.txt
7316 F:      fs/ntfs/
7317
7318 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7319 M:      Antonino Daplas <adaplas@gmail.com>
7320 L:      linux-fbdev@vger.kernel.org
7321 S:      Maintained
7322 F:      drivers/video/fbdev/riva/
7323 F:      drivers/video/fbdev/nvidia/
7324
7325 NVM EXPRESS DRIVER
7326 M:      Matthew Wilcox <willy@linux.intel.com>
7327 L:      linux-nvme@lists.infradead.org
7328 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7329 S:      Supported
7330 F:      drivers/block/nvme*
7331 F:      include/linux/nvme.h
7332
7333 NVMEM FRAMEWORK
7334 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7335 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7336 S:      Maintained
7337 F:      drivers/nvmem/
7338 F:      Documentation/devicetree/bindings/nvmem/
7339 F:      include/linux/nvmem-consumer.h
7340 F:      include/linux/nvmem-provider.h
7341
7342 NXP-NCI NFC DRIVER
7343 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7344 R:      Charles Gorand <charles.gorand@effinnov.com>
7345 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7346 S:      Supported
7347 F:      drivers/nfc/nxp-nci
7348
7349 NXP TDA998X DRM DRIVER
7350 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7351 S:      Supported
7352 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7353 F:      include/drm/i2c/tda998x.h
7354
7355 NXP TFA9879 DRIVER
7356 M:      Peter Rosin <peda@axentia.se>
7357 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7358 S:      Maintained
7359 F:      sound/soc/codecs/tfa9879*
7360
7361 OMAP SUPPORT
7362 M:      Tony Lindgren <tony@atomide.com>
7363 L:      linux-omap@vger.kernel.org
7364 W:      http://www.muru.com/linux/omap/
7365 W:      http://linux.omap.com/
7366 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7368 S:      Maintained
7369 F:      arch/arm/*omap*/
7370 F:      arch/arm/configs/omap1_defconfig
7371 F:      arch/arm/configs/omap2plus_defconfig
7372 F:      drivers/i2c/busses/i2c-omap.c
7373 F:      drivers/irqchip/irq-omap-intc.c
7374 F:      drivers/mfd/*omap*.c
7375 F:      drivers/mfd/menelaus.c
7376 F:      drivers/mfd/palmas.c
7377 F:      drivers/mfd/tps65217.c
7378 F:      drivers/mfd/tps65218.c
7379 F:      drivers/mfd/tps65910.c
7380 F:      drivers/mfd/twl-core.[ch]
7381 F:      drivers/mfd/twl4030*.c
7382 F:      drivers/mfd/twl6030*.c
7383 F:      drivers/mfd/twl6040*.c
7384 F:      drivers/regulator/palmas-regulator*.c
7385 F:      drivers/regulator/pbias-regulator.c
7386 F:      drivers/regulator/tps65217-regulator.c
7387 F:      drivers/regulator/tps65218-regulator.c
7388 F:      drivers/regulator/tps65910-regulator.c
7389 F:      drivers/regulator/twl-regulator.c
7390 F:      include/linux/i2c-omap.h
7391
7392 OMAP DEVICE TREE SUPPORT
7393 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7394 M:      Tony Lindgren <tony@atomide.com>
7395 L:      linux-omap@vger.kernel.org
7396 L:      devicetree@vger.kernel.org
7397 S:      Maintained
7398 F:      arch/arm/boot/dts/*omap*
7399 F:      arch/arm/boot/dts/*am3*
7400 F:      arch/arm/boot/dts/*am4*
7401 F:      arch/arm/boot/dts/*am5*
7402 F:      arch/arm/boot/dts/*dra7*
7403
7404 OMAP CLOCK FRAMEWORK SUPPORT
7405 M:      Paul Walmsley <paul@pwsan.com>
7406 L:      linux-omap@vger.kernel.org
7407 S:      Maintained
7408 F:      arch/arm/*omap*/*clock*
7409
7410 OMAP POWER MANAGEMENT SUPPORT
7411 M:      Kevin Hilman <khilman@deeprootsystems.com>
7412 L:      linux-omap@vger.kernel.org
7413 S:      Maintained
7414 F:      arch/arm/*omap*/*pm*
7415 F:      drivers/cpufreq/omap-cpufreq.c
7416
7417 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7418 M:      Rajendra Nayak <rnayak@ti.com>
7419 M:      Paul Walmsley <paul@pwsan.com>
7420 L:      linux-omap@vger.kernel.org
7421 S:      Maintained
7422 F:      arch/arm/mach-omap2/prm*
7423
7424 OMAP AUDIO SUPPORT
7425 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7426 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7428 L:      linux-omap@vger.kernel.org
7429 S:      Maintained
7430 F:      sound/soc/omap/
7431
7432 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7433 M:      Roger Quadros <rogerq@ti.com>
7434 M:      Tony Lindgren <tony@atomide.com>
7435 L:      linux-omap@vger.kernel.org
7436 S:      Maintained
7437 F:      drivers/memory/omap-gpmc.c
7438 F:      arch/arm/mach-omap2/*gpmc*
7439
7440 OMAP FRAMEBUFFER SUPPORT
7441 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7442 L:      linux-fbdev@vger.kernel.org
7443 L:      linux-omap@vger.kernel.org
7444 S:      Maintained
7445 F:      drivers/video/fbdev/omap/
7446
7447 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7448 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7449 L:      linux-omap@vger.kernel.org
7450 L:      linux-fbdev@vger.kernel.org
7451 S:      Maintained
7452 F:      drivers/video/fbdev/omap2/
7453 F:      Documentation/arm/OMAP/DSS
7454
7455 OMAP HARDWARE SPINLOCK SUPPORT
7456 M:      Ohad Ben-Cohen <ohad@wizery.com>
7457 L:      linux-omap@vger.kernel.org
7458 S:      Maintained
7459 F:      drivers/hwspinlock/omap_hwspinlock.c
7460
7461 OMAP MMC SUPPORT
7462 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7463 L:      linux-omap@vger.kernel.org
7464 S:      Maintained
7465 F:      drivers/mmc/host/omap.c
7466
7467 OMAP HS MMC SUPPORT
7468 L:      linux-mmc@vger.kernel.org
7469 L:      linux-omap@vger.kernel.org
7470 S:      Orphan
7471 F:      drivers/mmc/host/omap_hsmmc.c
7472
7473 OMAP RANDOM NUMBER GENERATOR SUPPORT
7474 M:      Deepak Saxena <dsaxena@plexity.net>
7475 S:      Maintained
7476 F:      drivers/char/hw_random/omap-rng.c
7477
7478 OMAP HWMOD SUPPORT
7479 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
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.*
7484
7485 OMAP HWMOD DATA
7486 M:      Paul Walmsley <paul@pwsan.com>
7487 L:      linux-omap@vger.kernel.org
7488 S:      Maintained
7489 F:      arch/arm/mach-omap2/omap_hwmod*data*
7490
7491 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7492 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7493 L:      linux-omap@vger.kernel.org
7494 S:      Maintained
7495 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7496
7497 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7498 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7499 L:      linux-media@vger.kernel.org
7500 S:      Maintained
7501 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7502 F:      drivers/media/platform/omap3isp/
7503 F:      drivers/staging/media/omap4iss/
7504
7505 OMAP USB SUPPORT
7506 M:      Felipe Balbi <balbi@ti.com>
7507 L:      linux-usb@vger.kernel.org
7508 L:      linux-omap@vger.kernel.org
7509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7510 S:      Maintained
7511 F:      drivers/usb/*/*omap*
7512 F:      arch/arm/*omap*/usb*
7513
7514 OMAP GPIO DRIVER
7515 M:      Javier Martinez Canillas <javier@dowhile0.org>
7516 M:      Santosh Shilimkar <ssantosh@kernel.org>
7517 M:      Kevin Hilman <khilman@deeprootsystems.com>
7518 L:      linux-omap@vger.kernel.org
7519 S:      Maintained
7520 F:      drivers/gpio/gpio-omap.c
7521
7522 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7523 M:      Mark Jackson <mpfj@newflow.co.uk>
7524 L:      linux-omap@vger.kernel.org
7525 S:      Maintained
7526 F:      arch/arm/boot/dts/am335x-nano.dts
7527
7528 OMFS FILESYSTEM
7529 M:      Bob Copeland <me@bobcopeland.com>
7530 L:      linux-karma-devel@lists.sourceforge.net
7531 S:      Maintained
7532 F:      Documentation/filesystems/omfs.txt
7533 F:      fs/omfs/
7534
7535 OMNIKEY CARDMAN 4000 DRIVER
7536 M:      Harald Welte <laforge@gnumonks.org>
7537 S:      Maintained
7538 F:      drivers/char/pcmcia/cm4000_cs.c
7539 F:      include/linux/cm4000_cs.h
7540 F:      include/uapi/linux/cm4000_cs.h
7541
7542 OMNIKEY CARDMAN 4040 DRIVER
7543 M:      Harald Welte <laforge@gnumonks.org>
7544 S:      Maintained
7545 F:      drivers/char/pcmcia/cm4040_cs.*
7546
7547 OMNIVISION OV7670 SENSOR DRIVER
7548 M:      Jonathan Corbet <corbet@lwn.net>
7549 L:      linux-media@vger.kernel.org
7550 T:      git git://linuxtv.org/media_tree.git
7551 S:      Maintained
7552 F:      drivers/media/i2c/ov7670.c
7553
7554 ONENAND FLASH DRIVER
7555 M:      Kyungmin Park <kyungmin.park@samsung.com>
7556 L:      linux-mtd@lists.infradead.org
7557 S:      Maintained
7558 F:      drivers/mtd/onenand/
7559 F:      include/linux/mtd/onenand*.h
7560
7561 ONSTREAM SCSI TAPE DRIVER
7562 M:      Willem Riede <osst@riede.org>
7563 L:      osst-users@lists.sourceforge.net
7564 L:      linux-scsi@vger.kernel.org
7565 S:      Maintained
7566 F:      Documentation/scsi/osst.txt
7567 F:      drivers/scsi/osst.*
7568 F:      drivers/scsi/osst_*.h
7569 F:      drivers/scsi/st.h
7570
7571 OPENCORES I2C BUS DRIVER
7572 M:      Peter Korsgaard <jacmet@sunsite.dk>
7573 L:      linux-i2c@vger.kernel.org
7574 S:      Maintained
7575 F:      Documentation/i2c/busses/i2c-ocores
7576 F:      drivers/i2c/busses/i2c-ocores.c
7577
7578 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7579 M:      Rob Herring <robh+dt@kernel.org>
7580 M:      Frank Rowand <frowand.list@gmail.com>
7581 M:      Grant Likely <grant.likely@linaro.org>
7582 L:      devicetree@vger.kernel.org
7583 W:      http://www.devicetree.org/
7584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7585 S:      Maintained
7586 F:      drivers/of/
7587 F:      include/linux/of*.h
7588 F:      scripts/dtc/
7589
7590 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7591 M:      Rob Herring <robh+dt@kernel.org>
7592 M:      Pawel Moll <pawel.moll@arm.com>
7593 M:      Mark Rutland <mark.rutland@arm.com>
7594 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7595 M:      Kumar Gala <galak@codeaurora.org>
7596 L:      devicetree@vger.kernel.org
7597 S:      Maintained
7598 F:      Documentation/devicetree/
7599 F:      arch/*/boot/dts/
7600 F:      include/dt-bindings/
7601
7602 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7603 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7604 L:      devicetree@vger.kernel.org
7605 S:      Maintained
7606 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7607 F:      Documentation/devicetree/overlay-notes.txt
7608 F:      drivers/of/overlay.c
7609 F:      drivers/of/resolver.c
7610
7611 OPENRISC ARCHITECTURE
7612 M:      Jonas Bonn <jonas@southpole.se>
7613 W:      http://openrisc.net
7614 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7615 S:      Maintained
7616 T:      git git://openrisc.net/~jonas/linux
7617 F:      arch/openrisc/
7618
7619 OPENVSWITCH
7620 M:      Pravin Shelar <pshelar@nicira.com>
7621 L:      netdev@vger.kernel.org
7622 L:      dev@openvswitch.org
7623 W:      http://openvswitch.org
7624 S:      Maintained
7625 F:      net/openvswitch/
7626 F:      include/uapi/linux/openvswitch.h
7627
7628 OPL4 DRIVER
7629 M:      Clemens Ladisch <clemens@ladisch.de>
7630 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7631 T:      git git://git.alsa-project.org/alsa-kernel.git
7632 S:      Maintained
7633 F:      sound/drivers/opl4/
7634
7635 OPROFILE
7636 M:      Robert Richter <rric@kernel.org>
7637 L:      oprofile-list@lists.sf.net
7638 S:      Maintained
7639 F:      arch/*/include/asm/oprofile*.h
7640 F:      arch/*/oprofile/
7641 F:      drivers/oprofile/
7642 F:      include/linux/oprofile.h
7643
7644 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7645 M:      Mark Fasheh <mfasheh@suse.com>
7646 M:      Joel Becker <jlbec@evilplan.org>
7647 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7648 W:      http://ocfs2.wiki.kernel.org
7649 S:      Supported
7650 F:      Documentation/filesystems/ocfs2.txt
7651 F:      Documentation/filesystems/dlmfs.txt
7652 F:      fs/ocfs2/
7653
7654 ORINOCO DRIVER
7655 L:      linux-wireless@vger.kernel.org
7656 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7657 W:      http://www.nongnu.org/orinoco/
7658 S:      Orphan
7659 F:      drivers/net/wireless/orinoco/
7660
7661 OSD LIBRARY and FILESYSTEM
7662 M:      Boaz Harrosh <ooo@electrozaur.com>
7663 M:      Benny Halevy <bhalevy@primarydata.com>
7664 L:      osd-dev@open-osd.org
7665 W:      http://open-osd.org
7666 T:      git git://git.open-osd.org/open-osd.git
7667 S:      Maintained
7668 F:      drivers/scsi/osd/
7669 F:      include/scsi/osd_*
7670 F:      fs/exofs/
7671
7672 OVERLAY FILESYSTEM
7673 M:      Miklos Szeredi <miklos@szeredi.hu>
7674 L:      linux-unionfs@vger.kernel.org
7675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7676 S:      Supported
7677 F:      fs/overlayfs/
7678 F:      Documentation/filesystems/overlayfs.txt
7679
7680 P54 WIRELESS DRIVER
7681 M:      Christian Lamparter <chunkeey@googlemail.com>
7682 L:      linux-wireless@vger.kernel.org
7683 W:      http://wireless.kernel.org/en/users/Drivers/p54
7684 S:      Maintained
7685 F:      drivers/net/wireless/p54/
7686
7687 PA SEMI ETHERNET DRIVER
7688 M:      Olof Johansson <olof@lixom.net>
7689 L:      netdev@vger.kernel.org
7690 S:      Maintained
7691 F:      drivers/net/ethernet/pasemi/*
7692
7693 PA SEMI SMBUS DRIVER
7694 M:      Olof Johansson <olof@lixom.net>
7695 L:      linux-i2c@vger.kernel.org
7696 S:      Maintained
7697 F:      drivers/i2c/busses/i2c-pasemi.c
7698
7699 PADATA PARALLEL EXECUTION MECHANISM
7700 M:      Steffen Klassert <steffen.klassert@secunet.com>
7701 L:      linux-crypto@vger.kernel.org
7702 S:      Maintained
7703 F:      kernel/padata.c
7704 F:      include/linux/padata.h
7705 F:      Documentation/padata.txt
7706
7707 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7708 M:      Harald Welte <laforge@gnumonks.org>
7709 L:      platform-driver-x86@vger.kernel.org
7710 S:      Maintained
7711 F:      drivers/platform/x86/panasonic-laptop.c
7712
7713 PANASONIC MN10300/AM33/AM34 PORT
7714 M:      David Howells <dhowells@redhat.com>
7715 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7716 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7717 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7718 S:      Maintained
7719 F:      Documentation/mn10300/
7720 F:      arch/mn10300/
7721
7722 PARALLEL PORT SUBSYSTEM
7723 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7724 M:      Sudip Mukherjee <sudip@vectorindia.org>
7725 L:      linux-parport@lists.infradead.org (subscribers-only)
7726 S:      Maintained
7727 F:      drivers/parport/
7728 F:      include/linux/parport*.h
7729 F:      drivers/char/ppdev.c
7730 F:      include/uapi/linux/ppdev.h
7731 F:      Documentation/parport*.txt
7732
7733 PARAVIRT_OPS INTERFACE
7734 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7735 M:      Chris Wright <chrisw@sous-sol.org>
7736 M:      Alok Kataria <akataria@vmware.com>
7737 M:      Rusty Russell <rusty@rustcorp.com.au>
7738 L:      virtualization@lists.linux-foundation.org
7739 S:      Supported
7740 F:      Documentation/virtual/paravirt_ops.txt
7741 F:      arch/*/kernel/paravirt*
7742 F:      arch/*/include/asm/paravirt.h
7743
7744 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7745 M:      Tim Waugh <tim@cyberelk.net>
7746 L:      linux-parport@lists.infradead.org (subscribers-only)
7747 S:      Maintained
7748 F:      Documentation/blockdev/paride.txt
7749 F:      drivers/block/paride/
7750
7751 PARISC ARCHITECTURE
7752 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7753 M:      Helge Deller <deller@gmx.de>
7754 L:      linux-parisc@vger.kernel.org
7755 W:      http://www.parisc-linux.org/
7756 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7759 S:      Maintained
7760 F:      arch/parisc/
7761 F:      Documentation/parisc/
7762 F:      drivers/parisc/
7763 F:      drivers/char/agp/parisc-agp.c
7764 F:      drivers/input/serio/gscps2.c
7765 F:      drivers/parport/parport_gsc.*
7766 F:      drivers/tty/serial/8250/8250_gsc.c
7767 F:      drivers/video/fbdev/sti*
7768 F:      drivers/video/console/sti*
7769 F:      drivers/video/logo/logo_parisc*
7770
7771 PC87360 HARDWARE MONITORING DRIVER
7772 M:      Jim Cromie <jim.cromie@gmail.com>
7773 L:      lm-sensors@lm-sensors.org
7774 S:      Maintained
7775 F:      Documentation/hwmon/pc87360
7776 F:      drivers/hwmon/pc87360.c
7777
7778 PC8736x GPIO DRIVER
7779 M:      Jim Cromie <jim.cromie@gmail.com>
7780 S:      Maintained
7781 F:      drivers/char/pc8736x_gpio.c
7782
7783 PC87427 HARDWARE MONITORING DRIVER
7784 M:      Jean Delvare <jdelvare@suse.com>
7785 L:      lm-sensors@lm-sensors.org
7786 S:      Maintained
7787 F:      Documentation/hwmon/pc87427
7788 F:      drivers/hwmon/pc87427.c
7789
7790 PCA9532 LED DRIVER
7791 M:      Riku Voipio <riku.voipio@iki.fi>
7792 S:      Maintained
7793 F:      drivers/leds/leds-pca9532.c
7794 F:      include/linux/leds-pca9532.h
7795
7796 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7797 M:      Guenter Roeck <linux@roeck-us.net>
7798 L:      linux-i2c@vger.kernel.org
7799 S:      Maintained
7800 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7801
7802 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7803 M:      Khalid Aziz <khalid@gonehiking.org>
7804 S:      Maintained
7805 F:      drivers/firmware/pcdp.*
7806
7807 PCI ERROR RECOVERY
7808 M:      Linas Vepstas <linasvepstas@gmail.com>
7809 L:      linux-pci@vger.kernel.org
7810 S:      Supported
7811 F:      Documentation/PCI/pci-error-recovery.txt
7812
7813 PCI SUBSYSTEM
7814 M:      Bjorn Helgaas <bhelgaas@google.com>
7815 L:      linux-pci@vger.kernel.org
7816 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7818 S:      Supported
7819 F:      Documentation/PCI/
7820 F:      drivers/pci/
7821 F:      include/linux/pci*
7822 F:      arch/x86/pci/
7823 F:      arch/x86/kernel/quirks.c
7824
7825 PCI DRIVER FOR ARM VERSATILE PLATFORM
7826 M:      Rob Herring <robh@kernel.org>
7827 L:      linux-pci@vger.kernel.org
7828 L:      linux-arm-kernel@lists.infradead.org
7829 S:      Maintained
7830 F:      Documentation/devicetree/bindings/pci/versatile.txt
7831 F:      drivers/pci/host/pci-versatile.c
7832
7833 PCI DRIVER FOR APPLIEDMICRO XGENE
7834 M:      Tanmay Inamdar <tinamdar@apm.com>
7835 L:      linux-pci@vger.kernel.org
7836 L:      linux-arm-kernel@lists.infradead.org
7837 S:      Maintained
7838 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7839 F:      drivers/pci/host/pci-xgene.c
7840
7841 PCI DRIVER FOR FREESCALE LAYERSCAPE
7842 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7843 M:      Mingkai Hu <mingkai.hu@freescale.com>
7844 M:      Roy Zang <tie-fei.zang@freescale.com>
7845 L:      linuxppc-dev@lists.ozlabs.org
7846 L:      linux-pci@vger.kernel.org
7847 L:      linux-arm-kernel@lists.infradead.org
7848 S:      Maintained
7849 F:      drivers/pci/host/*layerscape*
7850
7851 PCI DRIVER FOR IMX6
7852 M:      Richard Zhu <Richard.Zhu@freescale.com>
7853 M:      Lucas Stach <l.stach@pengutronix.de>
7854 L:      linux-pci@vger.kernel.org
7855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7856 S:      Maintained
7857 F:      drivers/pci/host/*imx6*
7858
7859 PCI DRIVER FOR TI KEYSTONE
7860 M:      Murali Karicheri <m-karicheri2@ti.com>
7861 L:      linux-pci@vger.kernel.org
7862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7863 S:      Maintained
7864 F:      drivers/pci/host/*keystone*
7865
7866 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7867 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7868 M:      Jason Cooper <jason@lakedaemon.net>
7869 L:      linux-pci@vger.kernel.org
7870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7871 S:      Maintained
7872 F:      drivers/pci/host/*mvebu*
7873
7874 PCI DRIVER FOR NVIDIA TEGRA
7875 M:      Thierry Reding <thierry.reding@gmail.com>
7876 L:      linux-tegra@vger.kernel.org
7877 L:      linux-pci@vger.kernel.org
7878 S:      Supported
7879 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7880 F:      drivers/pci/host/pci-tegra.c
7881
7882 PCI DRIVER FOR TI DRA7XX
7883 M:      Kishon Vijay Abraham I <kishon@ti.com>
7884 L:      linux-omap@vger.kernel.org
7885 L:      linux-pci@vger.kernel.org
7886 S:      Supported
7887 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7888 F:      drivers/pci/host/pci-dra7xx.c
7889
7890 PCI DRIVER FOR RENESAS R-CAR
7891 M:      Simon Horman <horms@verge.net.au>
7892 L:      linux-pci@vger.kernel.org
7893 L:      linux-sh@vger.kernel.org
7894 S:      Maintained
7895 F:      drivers/pci/host/*rcar*
7896
7897 PCI DRIVER FOR SAMSUNG EXYNOS
7898 M:      Jingoo Han <jingoohan1@gmail.com>
7899 L:      linux-pci@vger.kernel.org
7900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7901 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7902 S:      Maintained
7903 F:      drivers/pci/host/pci-exynos.c
7904
7905 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7906 M:      Jingoo Han <jingoohan1@gmail.com>
7907 M:      Pratyush Anand <pratyush.anand@gmail.com>
7908 L:      linux-pci@vger.kernel.org
7909 S:      Maintained
7910 F:      drivers/pci/host/*designware*
7911
7912 PCI DRIVER FOR GENERIC OF HOSTS
7913 M:      Will Deacon <will.deacon@arm.com>
7914 L:      linux-pci@vger.kernel.org
7915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7916 S:      Maintained
7917 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7918 F:      drivers/pci/host/pci-host-generic.c
7919
7920 PCIE DRIVER FOR ST SPEAR13XX
7921 M:      Pratyush Anand <pratyush.anand@gmail.com>
7922 L:      linux-pci@vger.kernel.org
7923 S:      Maintained
7924 F:      drivers/pci/host/*spear*
7925
7926 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7927 M:      Duc Dang <dhdang@apm.com>
7928 L:      linux-pci@vger.kernel.org
7929 L:      linux-arm-kernel@lists.infradead.org
7930 S:      Maintained
7931 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7932 F:      drivers/pci/host/pci-xgene-msi.c
7933
7934 PCMCIA SUBSYSTEM
7935 P:      Linux PCMCIA Team
7936 L:      linux-pcmcia@lists.infradead.org
7937 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7939 S:      Maintained
7940 F:      Documentation/pcmcia/
7941 F:      drivers/pcmcia/
7942 F:      include/pcmcia/
7943
7944 PCNET32 NETWORK DRIVER
7945 M:      Don Fry <pcnet32@frontier.com>
7946 L:      netdev@vger.kernel.org
7947 S:      Maintained
7948 F:      drivers/net/ethernet/amd/pcnet32.c
7949
7950 PCRYPT PARALLEL CRYPTO ENGINE
7951 M:      Steffen Klassert <steffen.klassert@secunet.com>
7952 L:      linux-crypto@vger.kernel.org
7953 S:      Maintained
7954 F:      crypto/pcrypt.c
7955 F:      include/crypto/pcrypt.h
7956
7957 PER-CPU MEMORY ALLOCATOR
7958 M:      Tejun Heo <tj@kernel.org>
7959 M:      Christoph Lameter <cl@linux-foundation.org>
7960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7961 S:      Maintained
7962 F:      include/linux/percpu*.h
7963 F:      mm/percpu*.c
7964 F:      arch/*/include/asm/percpu.h
7965
7966 PER-TASK DELAY ACCOUNTING
7967 M:      Balbir Singh <bsingharora@gmail.com>
7968 S:      Maintained
7969 F:      include/linux/delayacct.h
7970 F:      kernel/delayacct.c
7971
7972 PERFORMANCE EVENTS SUBSYSTEM
7973 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7974 M:      Ingo Molnar <mingo@redhat.com>
7975 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7976 L:      linux-kernel@vger.kernel.org
7977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7978 S:      Supported
7979 F:      kernel/events/*
7980 F:      include/linux/perf_event.h
7981 F:      include/uapi/linux/perf_event.h
7982 F:      arch/*/kernel/perf_event*.c
7983 F:      arch/*/kernel/*/perf_event*.c
7984 F:      arch/*/kernel/*/*/perf_event*.c
7985 F:      arch/*/include/asm/perf_event.h
7986 F:      arch/*/kernel/perf_callchain.c
7987 F:      tools/perf/
7988
7989 PERSONALITY HANDLING
7990 M:      Christoph Hellwig <hch@infradead.org>
7991 L:      linux-abi-devel@lists.sourceforge.net
7992 S:      Maintained
7993 F:      include/linux/personality.h
7994 F:      include/uapi/linux/personality.h
7995
7996 PHONET PROTOCOL
7997 M:      Remi Denis-Courmont <courmisch@gmail.com>
7998 S:      Supported
7999 F:      Documentation/networking/phonet.txt
8000 F:      include/linux/phonet.h
8001 F:      include/net/phonet/
8002 F:      include/uapi/linux/phonet.h
8003 F:      net/phonet/
8004
8005 PHRAM MTD DRIVER
8006 M:      Joern Engel <joern@lazybastard.org>
8007 L:      linux-mtd@lists.infradead.org
8008 S:      Maintained
8009 F:      drivers/mtd/devices/phram.c
8010
8011 PICOLCD HID DRIVER
8012 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8013 L:      linux-input@vger.kernel.org
8014 S:      Maintained
8015 F:      drivers/hid/hid-picolcd*
8016
8017 PICOXCELL SUPPORT
8018 M:      Jamie Iles <jamie@jamieiles.com>
8019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8020 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8021 S:      Supported
8022 F:      arch/arm/boot/dts/picoxcell*
8023 F:      arch/arm/mach-picoxcell/
8024 F:      drivers/crypto/picoxcell*
8025
8026 PIN CONTROL SUBSYSTEM
8027 M:      Linus Walleij <linus.walleij@linaro.org>
8028 L:      linux-gpio@vger.kernel.org
8029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8030 S:      Maintained
8031 F:      drivers/pinctrl/
8032 F:      include/linux/pinctrl/
8033
8034 PIN CONTROLLER - ATMEL AT91
8035 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8037 S:      Maintained
8038 F:      drivers/pinctrl/pinctrl-at91.*
8039
8040 PIN CONTROLLER - INTEL
8041 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8042 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8043 S:      Maintained
8044 F:      drivers/pinctrl/intel/
8045
8046 PIN CONTROLLER - RENESAS
8047 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8048 L:      linux-sh@vger.kernel.org
8049 S:      Maintained
8050 F:      drivers/pinctrl/sh-pfc/
8051
8052 PIN CONTROLLER - SAMSUNG
8053 M:      Tomasz Figa <tomasz.figa@gmail.com>
8054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8055 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8056 S:      Maintained
8057 F:      drivers/pinctrl/samsung/
8058
8059 PIN CONTROLLER - ST SPEAR
8060 M:      Viresh Kumar <vireshk@kernel.org>
8061 L:      spear-devel@list.st.com
8062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8063 W:      http://www.st.com/spear
8064 S:      Maintained
8065 F:      drivers/pinctrl/spear/
8066
8067 PKTCDVD DRIVER
8068 M:      Jiri Kosina <jikos@kernel.org>
8069 S:      Maintained
8070 F:      drivers/block/pktcdvd.c
8071 F:      include/linux/pktcdvd.h
8072 F:      include/uapi/linux/pktcdvd.h
8073
8074 PKUNITY SOC DRIVERS
8075 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8076 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8077 S:      Maintained
8078 T:      git git://github.com/gxt/linux.git
8079 F:      drivers/input/serio/i8042-unicore32io.h
8080 F:      drivers/i2c/busses/i2c-puv3.c
8081 F:      drivers/video/fbdev/fb-puv3.c
8082 F:      drivers/rtc/rtc-puv3.c
8083
8084 PMBUS HARDWARE MONITORING DRIVERS
8085 M:      Guenter Roeck <linux@roeck-us.net>
8086 L:      lm-sensors@lm-sensors.org
8087 W:      http://www.lm-sensors.org/
8088 W:      http://www.roeck-us.net/linux/drivers/
8089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8090 S:      Maintained
8091 F:      Documentation/hwmon/pmbus
8092 F:      drivers/hwmon/pmbus/
8093 F:      include/linux/i2c/pmbus.h
8094
8095 PMC SIERRA MaxRAID DRIVER
8096 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8097 L:      linux-scsi@vger.kernel.org
8098 W:      http://www.pmc-sierra.com/
8099 S:      Supported
8100 F:      drivers/scsi/pmcraid.*
8101
8102 PMC SIERRA PM8001 DRIVER
8103 M:      Jack Wang <jinpu.wang@profitbricks.com>
8104 M:      lindar_liu@usish.com
8105 L:      pmchba@pmcs.com
8106 L:      linux-scsi@vger.kernel.org
8107 S:      Supported
8108 F:      drivers/scsi/pm8001/
8109
8110 POSIX CLOCKS and TIMERS
8111 M:      Thomas Gleixner <tglx@linutronix.de>
8112 L:      linux-kernel@vger.kernel.org
8113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8114 S:      Maintained
8115 F:      fs/timerfd.c
8116 F:      include/linux/timer*
8117 F:      kernel/time/*timer*
8118
8119 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8120 M:      Sebastian Reichel <sre@kernel.org>
8121 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8122 M:      David Woodhouse <dwmw2@infradead.org>
8123 L:      linux-pm@vger.kernel.org
8124 T:      git git://git.infradead.org/battery-2.6.git
8125 S:      Maintained
8126 F:      include/linux/power_supply.h
8127 F:      drivers/power/
8128 X:      drivers/power/avs/
8129
8130 POWER STATE COORDINATION INTERFACE (PSCI)
8131 M:      Mark Rutland <mark.rutland@arm.com>
8132 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8133 L:      linux-arm-kernel@lists.infradead.org
8134 S:      Maintained
8135 F:      drivers/firmware/psci.c
8136 F:      include/linux/psci.h
8137 F:      include/uapi/linux/psci.h
8138
8139 PNP SUPPORT
8140 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8141 S:      Maintained
8142 F:      drivers/pnp/
8143
8144 PNXxxxx I2C DRIVER
8145 M:      Vitaly Wool <vitalywool@gmail.com>
8146 L:      linux-i2c@vger.kernel.org
8147 S:      Maintained
8148 F:      drivers/i2c/busses/i2c-pnx.c
8149
8150 PPP PROTOCOL DRIVERS AND COMPRESSORS
8151 M:      Paul Mackerras <paulus@samba.org>
8152 L:      linux-ppp@vger.kernel.org
8153 S:      Maintained
8154 F:      drivers/net/ppp/ppp_*
8155
8156 PPP OVER ATM (RFC 2364)
8157 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8158 S:      Maintained
8159 F:      net/atm/pppoatm.c
8160 F:      include/uapi/linux/atmppp.h
8161
8162 PPP OVER ETHERNET
8163 M:      Michal Ostrowski <mostrows@earthlink.net>
8164 S:      Maintained
8165 F:      drivers/net/ppp/pppoe.c
8166 F:      drivers/net/ppp/pppox.c
8167
8168 PPP OVER L2TP
8169 M:      James Chapman <jchapman@katalix.com>
8170 S:      Maintained
8171 F:      net/l2tp/l2tp_ppp.c
8172 F:      include/linux/if_pppol2tp.h
8173 F:      include/uapi/linux/if_pppol2tp.h
8174
8175 PPS SUPPORT
8176 M:      Rodolfo Giometti <giometti@enneenne.com>
8177 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8178 L:      linuxpps@ml.enneenne.com (subscribers-only)
8179 S:      Maintained
8180 F:      Documentation/pps/
8181 F:      drivers/pps/
8182 F:      include/linux/pps*.h
8183
8184 PPTP DRIVER
8185 M:      Dmitry Kozlov <xeb@mail.ru>
8186 L:      netdev@vger.kernel.org
8187 S:      Maintained
8188 F:      drivers/net/ppp/pptp.c
8189 W:      http://sourceforge.net/projects/accel-pptp
8190
8191 PREEMPTIBLE KERNEL
8192 M:      Robert Love <rml@tech9.net>
8193 L:      kpreempt-tech@lists.sourceforge.net
8194 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8195 S:      Supported
8196 F:      Documentation/preempt-locking.txt
8197 F:      include/linux/preempt.h
8198
8199 PRISM54 WIRELESS DRIVER
8200 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8201 L:      linux-wireless@vger.kernel.org
8202 W:      http://wireless.kernel.org/en/users/Drivers/p54
8203 S:      Obsolete
8204 F:      drivers/net/wireless/prism54/
8205
8206 PS3 NETWORK SUPPORT
8207 M:      Geoff Levand <geoff@infradead.org>
8208 L:      netdev@vger.kernel.org
8209 L:      linuxppc-dev@lists.ozlabs.org
8210 S:      Maintained
8211 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8212
8213 PS3 PLATFORM SUPPORT
8214 M:      Geoff Levand <geoff@infradead.org>
8215 L:      linuxppc-dev@lists.ozlabs.org
8216 S:      Maintained
8217 F:      arch/powerpc/boot/ps3*
8218 F:      arch/powerpc/include/asm/lv1call.h
8219 F:      arch/powerpc/include/asm/ps3*.h
8220 F:      arch/powerpc/platforms/ps3/
8221 F:      drivers/*/ps3*
8222 F:      drivers/ps3/
8223 F:      drivers/rtc/rtc-ps3.c
8224 F:      drivers/usb/host/*ps3.c
8225 F:      sound/ppc/snd_ps3*
8226
8227 PS3VRAM DRIVER
8228 M:      Jim Paris <jim@jtan.com>
8229 M:      Geoff Levand <geoff@infradead.org>
8230 L:      linuxppc-dev@lists.ozlabs.org
8231 S:      Maintained
8232 F:      drivers/block/ps3vram.c
8233
8234 PSTORE FILESYSTEM
8235 M:      Anton Vorontsov <anton@enomsg.org>
8236 M:      Colin Cross <ccross@android.com>
8237 M:      Kees Cook <keescook@chromium.org>
8238 M:      Tony Luck <tony.luck@intel.com>
8239 S:      Maintained
8240 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8241 F:      fs/pstore/
8242 F:      include/linux/pstore*
8243 F:      drivers/firmware/efi/efi-pstore.c
8244 F:      drivers/acpi/apei/erst.c
8245
8246 PTP HARDWARE CLOCK SUPPORT
8247 M:      Richard Cochran <richardcochran@gmail.com>
8248 L:      netdev@vger.kernel.org
8249 S:      Maintained
8250 W:      http://linuxptp.sourceforge.net/
8251 F:      Documentation/ABI/testing/sysfs-ptp
8252 F:      Documentation/ptp/*
8253 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8254 F:      drivers/net/phy/dp83640*
8255 F:      drivers/ptp/*
8256 F:      include/linux/ptp_cl*
8257
8258 PTRACE SUPPORT
8259 M:      Roland McGrath <roland@hack.frob.com>
8260 M:      Oleg Nesterov <oleg@redhat.com>
8261 S:      Maintained
8262 F:      include/asm-generic/syscall.h
8263 F:      include/linux/ptrace.h
8264 F:      include/linux/regset.h
8265 F:      include/linux/tracehook.h
8266 F:      include/uapi/linux/ptrace.h
8267 F:      kernel/ptrace.c
8268
8269 PVRUSB2 VIDEO4LINUX DRIVER
8270 M:      Mike Isely <isely@pobox.com>
8271 L:      pvrusb2@isely.net       (subscribers-only)
8272 L:      linux-media@vger.kernel.org
8273 W:      http://www.isely.net/pvrusb2/
8274 T:      git git://linuxtv.org/media_tree.git
8275 S:      Maintained
8276 F:      Documentation/video4linux/README.pvrusb2
8277 F:      drivers/media/usb/pvrusb2/
8278
8279 PWC WEBCAM DRIVER
8280 M:      Hans de Goede <hdegoede@redhat.com>
8281 L:      linux-media@vger.kernel.org
8282 T:      git git://linuxtv.org/media_tree.git
8283 S:      Maintained
8284 F:      drivers/media/usb/pwc/*
8285
8286 PWM FAN DRIVER
8287 M:      Kamil Debski <k.debski@samsung.com>
8288 L:      lm-sensors@lm-sensors.org
8289 S:      Supported
8290 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8291 F:      Documentation/hwmon/pwm-fan
8292 F:      drivers/hwmon/pwm-fan.c
8293
8294 PWM SUBSYSTEM
8295 M:      Thierry Reding <thierry.reding@gmail.com>
8296 L:      linux-pwm@vger.kernel.org
8297 S:      Maintained
8298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8299 F:      Documentation/pwm.txt
8300 F:      Documentation/devicetree/bindings/pwm/
8301 F:      include/linux/pwm.h
8302 F:      drivers/pwm/
8303 F:      drivers/video/backlight/pwm_bl.c
8304 F:      include/linux/pwm_backlight.h
8305
8306 PXA2xx/PXA3xx SUPPORT
8307 M:      Daniel Mack <daniel@zonque.org>
8308 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8309 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8311 T:      git git://github.com/hzhuang1/linux.git
8312 T:      git git://github.com/rjarzmik/linux.git
8313 S:      Maintained
8314 F:      arch/arm/mach-pxa/
8315 F:      drivers/dma/pxa*
8316 F:      drivers/pcmcia/pxa2xx*
8317 F:      drivers/spi/spi-pxa2xx*
8318 F:      drivers/usb/gadget/udc/pxa2*
8319 F:      include/sound/pxa2xx-lib.h
8320 F:      sound/arm/pxa*
8321 F:      sound/soc/pxa/
8322
8323 PXA3xx NAND FLASH DRIVER
8324 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8325 L:      linux-mtd@lists.infradead.org
8326 S:      Maintained
8327 F:      drivers/mtd/nand/pxa3xx_nand.c
8328
8329 MMP SUPPORT
8330 M:      Eric Miao <eric.y.miao@gmail.com>
8331 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8333 T:      git git://github.com/hzhuang1/linux.git
8334 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8335 S:      Maintained
8336 F:      arch/arm/mach-mmp/
8337
8338 PXA MMCI DRIVER
8339 S:      Orphan
8340
8341 PXA RTC DRIVER
8342 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8343 L:      rtc-linux@googlegroups.com
8344 S:      Maintained
8345
8346 QAT DRIVER
8347 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8348 L:      qat-linux@intel.com
8349 S:      Supported
8350 F:      drivers/crypto/qat/
8351
8352 QIB DRIVER
8353 M:      Mike Marciniszyn <infinipath@intel.com>
8354 L:      linux-rdma@vger.kernel.org
8355 S:      Supported
8356 F:      drivers/infiniband/hw/qib/
8357
8358 QLOGIC QLA1280 SCSI DRIVER
8359 M:      Michael Reed <mdr@sgi.com>
8360 L:      linux-scsi@vger.kernel.org
8361 S:      Maintained
8362 F:      drivers/scsi/qla1280.[ch]
8363
8364 QLOGIC QLA2XXX FC-SCSI DRIVER
8365 M:      qla2xxx-upstream@qlogic.com
8366 L:      linux-scsi@vger.kernel.org
8367 S:      Supported
8368 F:      Documentation/scsi/LICENSE.qla2xxx
8369 F:      drivers/scsi/qla2xxx/
8370
8371 QLOGIC QLA4XXX iSCSI DRIVER
8372 M:      QLogic-Storage-Upstream@qlogic.com
8373 L:      linux-scsi@vger.kernel.org
8374 S:      Supported
8375 F:      Documentation/scsi/LICENSE.qla4xxx
8376 F:      drivers/scsi/qla4xxx/
8377
8378 QLOGIC QLA3XXX NETWORK DRIVER
8379 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8380 M:      Ron Mercer <ron.mercer@qlogic.com>
8381 M:      linux-driver@qlogic.com
8382 L:      netdev@vger.kernel.org
8383 S:      Supported
8384 F:      Documentation/networking/LICENSE.qla3xxx
8385 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8386
8387 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8388 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8389 M:      Dept-GELinuxNICDev@qlogic.com
8390 L:      netdev@vger.kernel.org
8391 S:      Supported
8392 F:      drivers/net/ethernet/qlogic/qlcnic/
8393
8394 QLOGIC QLGE 10Gb ETHERNET DRIVER
8395 M:      Harish Patil <harish.patil@qlogic.com>
8396 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8397 M:      Dept-GELinuxNICDev@qlogic.com
8398 M:      linux-driver@qlogic.com
8399 L:      netdev@vger.kernel.org
8400 S:      Supported
8401 F:      drivers/net/ethernet/qlogic/qlge/
8402
8403 QNX4 FILESYSTEM
8404 M:      Anders Larsen <al@alarsen.net>
8405 W:      http://www.alarsen.net/linux/qnx4fs/
8406 S:      Maintained
8407 F:      fs/qnx4/
8408 F:      include/uapi/linux/qnx4_fs.h
8409 F:      include/uapi/linux/qnxtypes.h
8410
8411 QT1010 MEDIA DRIVER
8412 M:      Antti Palosaari <crope@iki.fi>
8413 L:      linux-media@vger.kernel.org
8414 W:      http://linuxtv.org/
8415 W:      http://palosaari.fi/linux/
8416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8417 T:      git git://linuxtv.org/anttip/media_tree.git
8418 S:      Maintained
8419 F:      drivers/media/tuners/qt1010*
8420
8421 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8422 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8423 L:      linux-wireless@vger.kernel.org
8424 L:      ath9k-devel@lists.ath9k.org
8425 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8426 S:      Supported
8427 F:      drivers/net/wireless/ath/ath9k/
8428
8429 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8430 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8431 L:      ath10k@lists.infradead.org
8432 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8433 T:      git git://github.com/kvalo/ath.git
8434 S:      Supported
8435 F:      drivers/net/wireless/ath/ath10k/
8436
8437 QUALCOMM HEXAGON ARCHITECTURE
8438 M:      Richard Kuo <rkuo@codeaurora.org>
8439 L:      linux-hexagon@vger.kernel.org
8440 S:      Supported
8441 F:      arch/hexagon/
8442
8443 QUALCOMM WCN36XX WIRELESS DRIVER
8444 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8445 L:      wcn36xx@lists.infradead.org
8446 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8447 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8448 S:      Supported
8449 F:      drivers/net/wireless/ath/wcn36xx/
8450
8451 RADOS BLOCK DEVICE (RBD)
8452 M:      Ilya Dryomov <idryomov@gmail.com>
8453 M:      Sage Weil <sage@redhat.com>
8454 M:      Alex Elder <elder@kernel.org>
8455 L:      ceph-devel@vger.kernel.org
8456 W:      http://ceph.com/
8457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8458 T:      git git://github.com/ceph/ceph-client.git
8459 S:      Supported
8460 F:      Documentation/ABI/testing/sysfs-bus-rbd
8461 F:      drivers/block/rbd.c
8462 F:      drivers/block/rbd_types.h
8463
8464 RADEON FRAMEBUFFER DISPLAY DRIVER
8465 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8466 L:      linux-fbdev@vger.kernel.org
8467 S:      Maintained
8468 F:      drivers/video/fbdev/aty/radeon*
8469 F:      include/uapi/linux/radeonfb.h
8470
8471 RADIOSHARK RADIO DRIVER
8472 M:      Hans de Goede <hdegoede@redhat.com>
8473 L:      linux-media@vger.kernel.org
8474 T:      git git://linuxtv.org/media_tree.git
8475 S:      Maintained
8476 F:      drivers/media/radio/radio-shark.c
8477
8478 RADIOSHARK2 RADIO DRIVER
8479 M:      Hans de Goede <hdegoede@redhat.com>
8480 L:      linux-media@vger.kernel.org
8481 T:      git git://linuxtv.org/media_tree.git
8482 S:      Maintained
8483 F:      drivers/media/radio/radio-shark2.c
8484 F:      drivers/media/radio/radio-tea5777.c
8485
8486 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8487 M:      Paul Mackerras <paulus@samba.org>
8488 L:      linux-fbdev@vger.kernel.org
8489 S:      Maintained
8490 F:      drivers/video/fbdev/aty/aty128fb.c
8491
8492 RALINK RT2X00 WIRELESS LAN DRIVER
8493 P:      rt2x00 project
8494 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8495 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8496 L:      linux-wireless@vger.kernel.org
8497 S:      Maintained
8498 F:      drivers/net/wireless/rt2x00/
8499
8500 RAMDISK RAM BLOCK DEVICE DRIVER
8501 M:      Jens Axboe <axboe@kernel.dk>
8502 S:      Maintained
8503 F:      Documentation/blockdev/ramdisk.txt
8504 F:      drivers/block/brd.c
8505
8506 RANDOM NUMBER DRIVER
8507 M:      "Theodore Ts'o" <tytso@mit.edu>
8508 S:      Maintained
8509 F:      drivers/char/random.c
8510
8511 RAPIDIO SUBSYSTEM
8512 M:      Matt Porter <mporter@kernel.crashing.org>
8513 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8514 S:      Maintained
8515 F:      drivers/rapidio/
8516
8517 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8518 L:      linux-wireless@vger.kernel.org
8519 S:      Orphan
8520 F:      drivers/net/wireless/ray*
8521
8522 RCUTORTURE MODULE
8523 M:      Josh Triplett <josh@joshtriplett.org>
8524 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8525 L:      linux-kernel@vger.kernel.org
8526 S:      Supported
8527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8528 F:      Documentation/RCU/torture.txt
8529 F:      kernel/rcu/rcutorture.c
8530
8531 RCUTORTURE TEST FRAMEWORK
8532 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8533 M:      Josh Triplett <josh@joshtriplett.org>
8534 R:      Steven Rostedt <rostedt@goodmis.org>
8535 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8536 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8537 L:      linux-kernel@vger.kernel.org
8538 S:      Supported
8539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8540 F:      tools/testing/selftests/rcutorture
8541
8542 RDC R-321X SoC
8543 M:      Florian Fainelli <florian@openwrt.org>
8544 S:      Maintained
8545
8546 RDC R6040 FAST ETHERNET DRIVER
8547 M:      Florian Fainelli <florian@openwrt.org>
8548 L:      netdev@vger.kernel.org
8549 S:      Maintained
8550 F:      drivers/net/ethernet/rdc/r6040.c
8551
8552 RDS - RELIABLE DATAGRAM SOCKETS
8553 M:      Chien Yen <chien.yen@oracle.com>
8554 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8555 S:      Supported
8556 F:      net/rds/
8557
8558 READ-COPY UPDATE (RCU)
8559 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8560 M:      Josh Triplett <josh@joshtriplett.org>
8561 R:      Steven Rostedt <rostedt@goodmis.org>
8562 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8563 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8564 L:      linux-kernel@vger.kernel.org
8565 W:      http://www.rdrop.com/users/paulmck/RCU/
8566 S:      Supported
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8568 F:      Documentation/RCU/
8569 X:      Documentation/RCU/torture.txt
8570 F:      include/linux/rcu*
8571 X:      include/linux/srcu.h
8572 F:      kernel/rcu/
8573 X:      kernel/torture.c
8574
8575 REAL TIME CLOCK (RTC) SUBSYSTEM
8576 M:      Alessandro Zummo <a.zummo@towertech.it>
8577 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8578 L:      rtc-linux@googlegroups.com
8579 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8581 S:      Maintained
8582 F:      Documentation/rtc.txt
8583 F:      drivers/rtc/
8584 F:      include/linux/rtc.h
8585 F:      include/uapi/linux/rtc.h
8586
8587 REALTEK AUDIO CODECS
8588 M:      Bard Liao <bardliao@realtek.com>
8589 M:      Oder Chiou <oder_chiou@realtek.com>
8590 S:      Maintained
8591 F:      sound/soc/codecs/rt*
8592 F:      include/sound/rt*.h
8593
8594 REISERFS FILE SYSTEM
8595 L:      reiserfs-devel@vger.kernel.org
8596 S:      Supported
8597 F:      fs/reiserfs/
8598
8599 REGISTER MAP ABSTRACTION
8600 M:      Mark Brown <broonie@kernel.org>
8601 L:      linux-kernel@vger.kernel.org
8602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8603 S:      Supported
8604 F:      drivers/base/regmap/
8605 F:      include/linux/regmap.h
8606
8607 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8608 M:      Ohad Ben-Cohen <ohad@wizery.com>
8609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8610 S:      Maintained
8611 F:      drivers/remoteproc/
8612 F:      Documentation/remoteproc.txt
8613 F:      include/linux/remoteproc.h
8614
8615 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8616 M:      Ohad Ben-Cohen <ohad@wizery.com>
8617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8618 S:      Maintained
8619 F:      drivers/rpmsg/
8620 F:      Documentation/rpmsg.txt
8621 F:      include/linux/rpmsg.h
8622
8623 RESET CONTROLLER FRAMEWORK
8624 M:      Philipp Zabel <p.zabel@pengutronix.de>
8625 S:      Maintained
8626 F:      drivers/reset/
8627 F:      Documentation/devicetree/bindings/reset/
8628 F:      include/dt-bindings/reset/
8629 F:      include/linux/reset.h
8630 F:      include/linux/reset-controller.h
8631
8632 RFKILL
8633 M:      Johannes Berg <johannes@sipsolutions.net>
8634 L:      linux-wireless@vger.kernel.org
8635 W:      http://wireless.kernel.org/
8636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8638 S:      Maintained
8639 F:      Documentation/rfkill.txt
8640 F:      net/rfkill/
8641
8642 RHASHTABLE
8643 M:      Thomas Graf <tgraf@suug.ch>
8644 L:      netdev@vger.kernel.org
8645 S:      Maintained
8646 F:      lib/rhashtable.c
8647 F:      include/linux/rhashtable.h
8648
8649 RICOH SMARTMEDIA/XD DRIVER
8650 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8651 S:      Maintained
8652 F:      drivers/mtd/nand/r852.c
8653 F:      drivers/mtd/nand/r852.h
8654
8655 RICOH R5C592 MEMORYSTICK DRIVER
8656 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8657 S:      Maintained
8658 F:      drivers/memstick/host/r592.*
8659
8660 ROCCAT DRIVERS
8661 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8662 W:      http://sourceforge.net/projects/roccat/
8663 S:      Maintained
8664 F:      drivers/hid/hid-roccat*
8665 F:      include/linux/hid-roccat*
8666 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8667
8668 ROCKER DRIVER
8669 M:      Jiri Pirko <jiri@resnulli.us>
8670 M:      Scott Feldman <sfeldma@gmail.com>
8671 L:      netdev@vger.kernel.org
8672 S:      Supported
8673 F:      drivers/net/ethernet/rocker/
8674
8675 ROCKETPORT DRIVER
8676 P:      Comtrol Corp.
8677 W:      http://www.comtrol.com
8678 S:      Maintained
8679 F:      Documentation/serial/rocket.txt
8680 F:      drivers/tty/rocket*
8681
8682 ROCKETPORT EXPRESS/INFINITY DRIVER
8683 M:      Kevin Cernekee <cernekee@gmail.com>
8684 L:      linux-serial@vger.kernel.org
8685 S:      Odd Fixes
8686 F:      drivers/tty/serial/rp2.*
8687
8688 ROSE NETWORK LAYER
8689 M:      Ralf Baechle <ralf@linux-mips.org>
8690 L:      linux-hams@vger.kernel.org
8691 W:      http://www.linux-ax25.org/
8692 S:      Maintained
8693 F:      include/net/rose.h
8694 F:      include/uapi/linux/rose.h
8695 F:      net/rose/
8696
8697 RTL2830 MEDIA DRIVER
8698 M:      Antti Palosaari <crope@iki.fi>
8699 L:      linux-media@vger.kernel.org
8700 W:      http://linuxtv.org/
8701 W:      http://palosaari.fi/linux/
8702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8703 T:      git git://linuxtv.org/anttip/media_tree.git
8704 S:      Maintained
8705 F:      drivers/media/dvb-frontends/rtl2830*
8706
8707 RTL2832 MEDIA DRIVER
8708 M:      Antti Palosaari <crope@iki.fi>
8709 L:      linux-media@vger.kernel.org
8710 W:      http://linuxtv.org/
8711 W:      http://palosaari.fi/linux/
8712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8713 T:      git git://linuxtv.org/anttip/media_tree.git
8714 S:      Maintained
8715 F:      drivers/media/dvb-frontends/rtl2832*
8716
8717 RTL2832_SDR MEDIA DRIVER
8718 M:      Antti Palosaari <crope@iki.fi>
8719 L:      linux-media@vger.kernel.org
8720 W:      http://linuxtv.org/
8721 W:      http://palosaari.fi/linux/
8722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8723 T:      git git://linuxtv.org/anttip/media_tree.git
8724 S:      Maintained
8725 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8726
8727 RTL8180 WIRELESS DRIVER
8728 L:      linux-wireless@vger.kernel.org
8729 W:      http://wireless.kernel.org/
8730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8731 S:      Orphan
8732 F:      drivers/net/wireless/rtl818x/rtl8180/
8733
8734 RTL8187 WIRELESS DRIVER
8735 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8736 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8737 M:      Larry Finger <Larry.Finger@lwfinger.net>
8738 L:      linux-wireless@vger.kernel.org
8739 W:      http://wireless.kernel.org/
8740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8741 S:      Maintained
8742 F:      drivers/net/wireless/rtl818x/rtl8187/
8743
8744 RTL8192CE WIRELESS DRIVER
8745 M:      Larry Finger <Larry.Finger@lwfinger.net>
8746 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8747 L:      linux-wireless@vger.kernel.org
8748 W:      http://wireless.kernel.org/
8749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8750 S:      Maintained
8751 F:      drivers/net/wireless/rtlwifi/
8752 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8753
8754 S3 SAVAGE FRAMEBUFFER DRIVER
8755 M:      Antonino Daplas <adaplas@gmail.com>
8756 L:      linux-fbdev@vger.kernel.org
8757 S:      Maintained
8758 F:      drivers/video/fbdev/savage/
8759
8760 S390
8761 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8762 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8763 L:      linux-s390@vger.kernel.org
8764 W:      http://www.ibm.com/developerworks/linux/linux390/
8765 S:      Supported
8766 F:      arch/s390/
8767 F:      drivers/s390/
8768 F:      Documentation/s390/
8769 F:      Documentation/DocBook/s390*
8770
8771 S390 COMMON I/O LAYER
8772 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8773 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8774 L:      linux-s390@vger.kernel.org
8775 W:      http://www.ibm.com/developerworks/linux/linux390/
8776 S:      Supported
8777 F:      drivers/s390/cio/
8778
8779 S390 DASD DRIVER
8780 M:      Stefan Weinhuber <wein@de.ibm.com>
8781 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8782 L:      linux-s390@vger.kernel.org
8783 W:      http://www.ibm.com/developerworks/linux/linux390/
8784 S:      Supported
8785 F:      drivers/s390/block/dasd*
8786 F:      block/partitions/ibm.c
8787
8788 S390 NETWORK DRIVERS
8789 M:      Ursula Braun <ursula.braun@de.ibm.com>
8790 L:      linux-s390@vger.kernel.org
8791 W:      http://www.ibm.com/developerworks/linux/linux390/
8792 S:      Supported
8793 F:      drivers/s390/net/
8794
8795 S390 PCI SUBSYSTEM
8796 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8797 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8798 L:      linux-s390@vger.kernel.org
8799 W:      http://www.ibm.com/developerworks/linux/linux390/
8800 S:      Supported
8801 F:      arch/s390/pci/
8802 F:      drivers/pci/hotplug/s390_pci_hpc.c
8803
8804 S390 ZCRYPT DRIVER
8805 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8806 L:      linux-s390@vger.kernel.org
8807 W:      http://www.ibm.com/developerworks/linux/linux390/
8808 S:      Supported
8809 F:      drivers/s390/crypto/
8810
8811 S390 ZFCP DRIVER
8812 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8813 L:      linux-s390@vger.kernel.org
8814 W:      http://www.ibm.com/developerworks/linux/linux390/
8815 S:      Supported
8816 F:      drivers/s390/scsi/zfcp_*
8817
8818 S390 IUCV NETWORK LAYER
8819 M:      Ursula Braun <ursula.braun@de.ibm.com>
8820 L:      linux-s390@vger.kernel.org
8821 W:      http://www.ibm.com/developerworks/linux/linux390/
8822 S:      Supported
8823 F:      drivers/s390/net/*iucv*
8824 F:      include/net/iucv/
8825 F:      net/iucv/
8826
8827 S3C24XX SD/MMC Driver
8828 M:      Ben Dooks <ben-linux@fluff.org>
8829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8830 S:      Supported
8831 F:      drivers/mmc/host/s3cmci.*
8832
8833 SAA6588 RDS RECEIVER DRIVER
8834 M:      Hans Verkuil <hverkuil@xs4all.nl>
8835 L:      linux-media@vger.kernel.org
8836 T:      git git://linuxtv.org/media_tree.git
8837 W:      http://linuxtv.org
8838 S:      Odd Fixes
8839 F:      drivers/media/i2c/saa6588*
8840
8841 SAA7134 VIDEO4LINUX DRIVER
8842 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8843 L:      linux-media@vger.kernel.org
8844 W:      http://linuxtv.org
8845 T:      git git://linuxtv.org/media_tree.git
8846 S:      Odd fixes
8847 F:      Documentation/video4linux/*.saa7134
8848 F:      drivers/media/pci/saa7134/
8849
8850 SAA7146 VIDEO4LINUX-2 DRIVER
8851 M:      Hans Verkuil <hverkuil@xs4all.nl>
8852 L:      linux-media@vger.kernel.org
8853 T:      git git://linuxtv.org/media_tree.git
8854 S:      Maintained
8855 F:      drivers/media/common/saa7146/
8856 F:      drivers/media/pci/saa7146/
8857 F:      include/media/saa7146*
8858
8859 SAMSUNG LAPTOP DRIVER
8860 M:      Corentin Chary <corentin.chary@gmail.com>
8861 L:      platform-driver-x86@vger.kernel.org
8862 S:      Maintained
8863 F:      drivers/platform/x86/samsung-laptop.c
8864
8865 SAMSUNG AUDIO (ASoC) DRIVERS
8866 M:      Sangbeom Kim <sbkim73@samsung.com>
8867 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8868 S:      Supported
8869 F:      sound/soc/samsung/
8870
8871 SAMSUNG FRAMEBUFFER DRIVER
8872 M:      Jingoo Han <jingoohan1@gmail.com>
8873 L:      linux-fbdev@vger.kernel.org
8874 S:      Maintained
8875 F:      drivers/video/fbdev/s3c-fb.c
8876
8877 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8878 M:      Sangbeom Kim <sbkim73@samsung.com>
8879 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8880 L:      linux-kernel@vger.kernel.org
8881 L:      linux-samsung-soc@vger.kernel.org
8882 S:      Supported
8883 F:      drivers/mfd/sec*.c
8884 F:      drivers/regulator/s2m*.c
8885 F:      drivers/regulator/s5m*.c
8886 F:      drivers/clk/clk-s2mps11.c
8887 F:      drivers/rtc/rtc-s5m.c
8888 F:      include/linux/mfd/samsung/
8889 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8890 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8891
8892 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8893 M:      Kyungmin Park <kyungmin.park@samsung.com>
8894 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8895 L:      linux-media@vger.kernel.org
8896 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8897 S:      Supported
8898 F:      drivers/media/platform/exynos4-is/
8899
8900 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8901 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8902 L:      linux-media@vger.kernel.org
8903 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8904 S:      Maintained
8905 F:      drivers/media/platform/s3c-camif/
8906 F:      include/media/s3c_camif.h
8907
8908 SAMSUNG S5C73M3 CAMERA DRIVER
8909 M:      Kyungmin Park <kyungmin.park@samsung.com>
8910 M:      Andrzej Hajda <a.hajda@samsung.com>
8911 L:      linux-media@vger.kernel.org
8912 S:      Supported
8913 F:      drivers/media/i2c/s5c73m3/*
8914
8915 SAMSUNG S5K5BAF CAMERA DRIVER
8916 M:      Kyungmin Park <kyungmin.park@samsung.com>
8917 M:      Andrzej Hajda <a.hajda@samsung.com>
8918 L:      linux-media@vger.kernel.org
8919 S:      Supported
8920 F:      drivers/media/i2c/s5k5baf.c
8921
8922 SAMSUNG S3FWRN5 NFC DRIVER
8923 M:      Robert Baldyga <r.baldyga@samsung.com>
8924 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8925 S:      Supported
8926 F:      drivers/nfc/s3fwrn5
8927
8928 SAMSUNG SOC CLOCK DRIVERS
8929 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8930 M:      Tomasz Figa <tomasz.figa@gmail.com>
8931 S:      Supported
8932 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8933 F:      drivers/clk/samsung/
8934
8935 SAMSUNG SXGBE DRIVERS
8936 M:      Byungho An <bh74.an@samsung.com>
8937 M:      Girish K S <ks.giri@samsung.com>
8938 M:      Vipul Pandya <vipul.pandya@samsung.com>
8939 S:      Supported
8940 L:      netdev@vger.kernel.org
8941 F:      drivers/net/ethernet/samsung/sxgbe/
8942
8943 SAMSUNG THERMAL DRIVER
8944 M:      Lukasz Majewski <l.majewski@samsung.com>
8945 L:      linux-pm@vger.kernel.org
8946 L:      linux-samsung-soc@vger.kernel.org
8947 S:      Supported
8948 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8949 F:      drivers/thermal/samsung/
8950
8951 SAMSUNG USB2 PHY DRIVER
8952 M:      Kamil Debski <k.debski@samsung.com>
8953 L:      linux-kernel@vger.kernel.org
8954 S:      Supported
8955 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8956 F:      Documentation/phy/samsung-usb2.txt
8957 F:      drivers/phy/phy-exynos4210-usb2.c
8958 F:      drivers/phy/phy-exynos4x12-usb2.c
8959 F:      drivers/phy/phy-exynos5250-usb2.c
8960 F:      drivers/phy/phy-s5pv210-usb2.c
8961 F:      drivers/phy/phy-samsung-usb2.c
8962 F:      drivers/phy/phy-samsung-usb2.h
8963
8964 SERIAL DRIVERS
8965 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8966 L:      linux-serial@vger.kernel.org
8967 S:      Maintained
8968 F:      drivers/tty/serial/
8969
8970 SYNOPSYS DESIGNWARE DMAC DRIVER
8971 M:      Viresh Kumar <vireshk@kernel.org>
8972 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8973 S:      Maintained
8974 F:      include/linux/dma/dw.h
8975 F:      include/linux/platform_data/dma-dw.h
8976 F:      drivers/dma/dw/
8977
8978 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8979 M: Lars Persson <lars.persson@axis.com>
8980 L: netdev@vger.kernel.org
8981 S: Supported
8982 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8983 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8984
8985 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8986 M:      Seungwon Jeon <tgih.jun@samsung.com>
8987 M:      Jaehoon Chung <jh80.chung@samsung.com>
8988 L:      linux-mmc@vger.kernel.org
8989 S:      Maintained
8990 F:      include/linux/mmc/dw_mmc.h
8991 F:      drivers/mmc/host/dw_mmc*
8992
8993 THUNDERBOLT DRIVER
8994 M:      Andreas Noever <andreas.noever@gmail.com>
8995 S:      Maintained
8996 F:      drivers/thunderbolt/
8997
8998 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8999 M:      John Stultz <john.stultz@linaro.org>
9000 M:      Thomas Gleixner <tglx@linutronix.de>
9001 L:      linux-kernel@vger.kernel.org
9002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9003 S:      Supported
9004 F:      include/linux/clocksource.h
9005 F:      include/linux/time.h
9006 F:      include/linux/timex.h
9007 F:      include/uapi/linux/time.h
9008 F:      include/uapi/linux/timex.h
9009 F:      kernel/time/clocksource.c
9010 F:      kernel/time/time*.c
9011 F:      kernel/time/ntp.c
9012 F:      tools/testing/selftests/timers/
9013
9014 SC1200 WDT DRIVER
9015 M:      Zwane Mwaikambo <zwanem@gmail.com>
9016 S:      Maintained
9017 F:      drivers/watchdog/sc1200wdt.c
9018
9019 SCHEDULER
9020 M:      Ingo Molnar <mingo@redhat.com>
9021 M:      Peter Zijlstra <peterz@infradead.org>
9022 L:      linux-kernel@vger.kernel.org
9023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9024 S:      Maintained
9025 F:      kernel/sched/
9026 F:      include/linux/sched.h
9027 F:      include/uapi/linux/sched.h
9028 F:      include/linux/wait.h
9029
9030 SCORE ARCHITECTURE
9031 M:      Chen Liqin <liqin.linux@gmail.com>
9032 M:      Lennox Wu <lennox.wu@gmail.com>
9033 W:      http://www.sunplus.com
9034 S:      Supported
9035 F:      arch/score/
9036
9037 SCSI CDROM DRIVER
9038 M:      Jens Axboe <axboe@kernel.dk>
9039 L:      linux-scsi@vger.kernel.org
9040 W:      http://www.kernel.dk
9041 S:      Maintained
9042 F:      drivers/scsi/sr*
9043
9044 SCSI RDMA PROTOCOL (SRP) INITIATOR
9045 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9046 L:      linux-rdma@vger.kernel.org
9047 S:      Supported
9048 W:      http://www.openfabrics.org
9049 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9051 F:      drivers/infiniband/ulp/srp/
9052 F:      include/scsi/srp.h
9053
9054 SCSI SG DRIVER
9055 M:      Doug Gilbert <dgilbert@interlog.com>
9056 L:      linux-scsi@vger.kernel.org
9057 W:      http://sg.danny.cz/sg
9058 S:      Maintained
9059 F:      Documentation/scsi/scsi-generic.txt
9060 F:      drivers/scsi/sg.c
9061 F:      include/scsi/sg.h
9062
9063 SCSI SUBSYSTEM
9064 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9065 L:      linux-scsi@vger.kernel.org
9066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9067 S:      Maintained
9068 F:      drivers/scsi/
9069 F:      include/scsi/
9070
9071 SCSI TAPE DRIVER
9072 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9073 L:      linux-scsi@vger.kernel.org
9074 S:      Maintained
9075 F:      Documentation/scsi/st.txt
9076 F:      drivers/scsi/st.*
9077 F:      drivers/scsi/st_*.h
9078
9079 SCTP PROTOCOL
9080 M:      Vlad Yasevich <vyasevich@gmail.com>
9081 M:      Neil Horman <nhorman@tuxdriver.com>
9082 L:      linux-sctp@vger.kernel.org
9083 W:      http://lksctp.sourceforge.net
9084 S:      Maintained
9085 F:      Documentation/networking/sctp.txt
9086 F:      include/linux/sctp.h
9087 F:      include/uapi/linux/sctp.h
9088 F:      include/net/sctp/
9089 F:      net/sctp/
9090
9091 SCx200 CPU SUPPORT
9092 M:      Jim Cromie <jim.cromie@gmail.com>
9093 S:      Odd Fixes
9094 F:      Documentation/i2c/busses/scx200_acb
9095 F:      arch/x86/platform/scx200/
9096 F:      drivers/watchdog/scx200_wdt.c
9097 F:      drivers/i2c/busses/scx200*
9098 F:      drivers/mtd/maps/scx200_docflash.c
9099 F:      include/linux/scx200.h
9100
9101 SCx200 GPIO DRIVER
9102 M:      Jim Cromie <jim.cromie@gmail.com>
9103 S:      Maintained
9104 F:      drivers/char/scx200_gpio.c
9105 F:      include/linux/scx200_gpio.h
9106
9107 SCx200 HRT CLOCKSOURCE DRIVER
9108 M:      Jim Cromie <jim.cromie@gmail.com>
9109 S:      Maintained
9110 F:      drivers/clocksource/scx200_hrt.c
9111
9112 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9113 M:      Sascha Sommer <saschasommer@freenet.de>
9114 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9115 S:      Maintained
9116 F:      drivers/mmc/host/sdricoh_cs.c
9117
9118 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9119 L:      linux-mmc@vger.kernel.org
9120 S:      Orphan
9121 F:      drivers/mmc/host/sdhci.*
9122 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9123
9124 SECURE COMPUTING
9125 M:      Kees Cook <keescook@chromium.org>
9126 R:      Andy Lutomirski <luto@amacapital.net>
9127 R:      Will Drewry <wad@chromium.org>
9128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9129 S:      Supported
9130 F:      kernel/seccomp.c
9131 F:      include/uapi/linux/seccomp.h
9132 F:      include/linux/seccomp.h
9133 F:      tools/testing/selftests/seccomp/*
9134 K:      \bsecure_computing
9135 K:      \bTIF_SECCOMP\b
9136
9137 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9138 M:      Ben Dooks <ben-linux@fluff.org>
9139 M:      Jaehoon Chung <jh80.chung@samsung.com>
9140 L:      linux-mmc@vger.kernel.org
9141 S:      Maintained
9142 F:      drivers/mmc/host/sdhci-s3c*
9143
9144 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9145 M:      Viresh Kumar <vireshk@kernel.org>
9146 L:      spear-devel@list.st.com
9147 L:      linux-mmc@vger.kernel.org
9148 S:      Maintained
9149 F:      drivers/mmc/host/sdhci-spear.c
9150
9151 SECURITY SUBSYSTEM
9152 M:      James Morris <james.l.morris@oracle.com>
9153 M:      "Serge E. Hallyn" <serge@hallyn.com>
9154 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9156 W:      http://kernsec.org/
9157 S:      Supported
9158 F:      security/
9159
9160 SECURITY CONTACT
9161 M:      Security Officers <security@kernel.org>
9162 S:      Supported
9163
9164 SELINUX SECURITY MODULE
9165 M:      Paul Moore <paul@paul-moore.com>
9166 M:      Stephen Smalley <sds@tycho.nsa.gov>
9167 M:      Eric Paris <eparis@parisplace.org>
9168 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9169 W:      http://selinuxproject.org
9170 T:      git git://git.infradead.org/users/pcmoore/selinux
9171 S:      Supported
9172 F:      include/linux/selinux*
9173 F:      security/selinux/
9174 F:      scripts/selinux/
9175
9176 APPARMOR SECURITY MODULE
9177 M:      John Johansen <john.johansen@canonical.com>
9178 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9179 W:      apparmor.wiki.kernel.org
9180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9181 S:      Supported
9182 F:      security/apparmor/
9183
9184 SENSABLE PHANTOM
9185 M:      Jiri Slaby <jirislaby@gmail.com>
9186 S:      Maintained
9187 F:      drivers/misc/phantom.c
9188 F:      include/uapi/linux/phantom.h
9189
9190 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9191 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9192 M:      Minh Tran <minh.tran@avagotech.com>
9193 M:      John Soni Jose <sony.john-n@avagotech.com>
9194 L:      linux-scsi@vger.kernel.org
9195 W:      http://www.avagotech.com
9196 S:      Supported
9197 F:      drivers/scsi/be2iscsi/
9198
9199 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9200 M:      Sathya Perla <sathya.perla@avagotech.com>
9201 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9202 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9203 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9204 L:      netdev@vger.kernel.org
9205 W:      http://www.emulex.com
9206 S:      Supported
9207 F:      drivers/net/ethernet/emulex/benet/
9208
9209 EMULEX ONECONNECT ROCE DRIVER
9210 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9211 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9212 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9213 L:      linux-rdma@vger.kernel.org
9214 W:      http://www.emulex.com
9215 S:      Supported
9216 F:      drivers/infiniband/hw/ocrdma/
9217
9218 SFC NETWORK DRIVER
9219 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9220 M:      Shradha Shah <sshah@solarflare.com>
9221 L:      netdev@vger.kernel.org
9222 S:      Supported
9223 F:      drivers/net/ethernet/sfc/
9224
9225 SGI GRU DRIVER
9226 M:      Dimitri Sivanich <sivanich@sgi.com>
9227 S:      Maintained
9228 F:      drivers/misc/sgi-gru/
9229
9230 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9231 M:      Pat Gefre <pfg@sgi.com>
9232 L:      linux-ia64@vger.kernel.org
9233 S:      Supported
9234 F:      Documentation/ia64/serial.txt
9235 F:      drivers/tty/serial/ioc?_serial.c
9236 F:      include/linux/ioc?.h
9237
9238 SGI XP/XPC/XPNET DRIVER
9239 M:      Cliff Whickman <cpw@sgi.com>
9240 M:      Robin Holt <robinmholt@gmail.com>
9241 S:      Maintained
9242 F:      drivers/misc/sgi-xp/
9243
9244 SI2157 MEDIA DRIVER
9245 M:      Antti Palosaari <crope@iki.fi>
9246 L:      linux-media@vger.kernel.org
9247 W:      http://linuxtv.org/
9248 W:      http://palosaari.fi/linux/
9249 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9250 T:      git git://linuxtv.org/anttip/media_tree.git
9251 S:      Maintained
9252 F:      drivers/media/tuners/si2157*
9253
9254 SI2168 MEDIA DRIVER
9255 M:      Antti Palosaari <crope@iki.fi>
9256 L:      linux-media@vger.kernel.org
9257 W:      http://linuxtv.org/
9258 W:      http://palosaari.fi/linux/
9259 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9260 T:      git git://linuxtv.org/anttip/media_tree.git
9261 S:      Maintained
9262 F:      drivers/media/dvb-frontends/si2168*
9263
9264 SI470X FM RADIO RECEIVER I2C DRIVER
9265 M:      Hans Verkuil <hverkuil@xs4all.nl>
9266 L:      linux-media@vger.kernel.org
9267 T:      git git://linuxtv.org/media_tree.git
9268 W:      http://linuxtv.org
9269 S:      Odd Fixes
9270 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9271
9272 SI470X FM RADIO RECEIVER USB DRIVER
9273 M:      Hans Verkuil <hverkuil@xs4all.nl>
9274 L:      linux-media@vger.kernel.org
9275 T:      git git://linuxtv.org/media_tree.git
9276 W:      http://linuxtv.org
9277 S:      Maintained
9278 F:      drivers/media/radio/si470x/radio-si470x-common.c
9279 F:      drivers/media/radio/si470x/radio-si470x.h
9280 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9281
9282 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9283 M:      Eduardo Valentin <edubezval@gmail.com>
9284 L:      linux-media@vger.kernel.org
9285 T:      git git://linuxtv.org/media_tree.git
9286 W:      http://linuxtv.org
9287 S:      Odd Fixes
9288 F:      drivers/media/radio/si4713/si4713.?
9289
9290 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9291 M:      Eduardo Valentin <edubezval@gmail.com>
9292 L:      linux-media@vger.kernel.org
9293 T:      git git://linuxtv.org/media_tree.git
9294 W:      http://linuxtv.org
9295 S:      Odd Fixes
9296 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9297
9298 SI4713 FM RADIO TRANSMITTER USB DRIVER
9299 M:      Hans Verkuil <hverkuil@xs4all.nl>
9300 L:      linux-media@vger.kernel.org
9301 T:      git git://linuxtv.org/media_tree.git
9302 W:      http://linuxtv.org
9303 S:      Maintained
9304 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9305
9306 SIANO DVB DRIVER
9307 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9308 L:      linux-media@vger.kernel.org
9309 W:      http://linuxtv.org
9310 T:      git git://linuxtv.org/media_tree.git
9311 S:      Odd fixes
9312 F:      drivers/media/common/siano/
9313 F:      drivers/media/usb/siano/
9314 F:      drivers/media/usb/siano/
9315 F:      drivers/media/mmc/siano/
9316
9317 SIMPLEFB FB DRIVER
9318 M:      Hans de Goede <hdegoede@redhat.com>
9319 L:      linux-fbdev@vger.kernel.org
9320 S:      Maintained
9321 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9322 F:      drivers/video/fbdev/simplefb.c
9323 F:      include/linux/platform_data/simplefb.h
9324
9325 SH_VEU V4L2 MEM2MEM DRIVER
9326 L:      linux-media@vger.kernel.org
9327 S:      Orphan
9328 F:      drivers/media/platform/sh_veu.c
9329
9330 SH_VOU V4L2 OUTPUT DRIVER
9331 L:      linux-media@vger.kernel.org
9332 S:      Orphan
9333 F:      drivers/media/platform/sh_vou.c
9334 F:      include/media/sh_vou.h
9335
9336 SIMPLE FIRMWARE INTERFACE (SFI)
9337 M:      Len Brown <lenb@kernel.org>
9338 L:      sfi-devel@simplefirmware.org
9339 W:      http://simplefirmware.org/
9340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9341 S:      Supported
9342 F:      arch/x86/platform/sfi/
9343 F:      drivers/sfi/
9344 F:      include/linux/sfi*.h
9345
9346 SIMTEC EB110ATX (Chalice CATS)
9347 P:      Ben Dooks
9348 P:      Vincent Sanders <vince@simtec.co.uk>
9349 M:      Simtec Linux Team <linux@simtec.co.uk>
9350 W:      http://www.simtec.co.uk/products/EB110ATX/
9351 S:      Supported
9352
9353 SIMTEC EB2410ITX (BAST)
9354 P:      Ben Dooks
9355 P:      Vincent Sanders <vince@simtec.co.uk>
9356 M:      Simtec Linux Team <linux@simtec.co.uk>
9357 W:      http://www.simtec.co.uk/products/EB2410ITX/
9358 S:      Supported
9359 F:      arch/arm/mach-s3c24xx/mach-bast.c
9360 F:      arch/arm/mach-s3c24xx/bast-ide.c
9361 F:      arch/arm/mach-s3c24xx/bast-irq.c
9362
9363 TI DAVINCI MACHINE SUPPORT
9364 M:      Sekhar Nori <nsekhar@ti.com>
9365 M:      Kevin Hilman <khilman@deeprootsystems.com>
9366 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9367 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9368 S:      Supported
9369 F:      arch/arm/mach-davinci/
9370 F:      drivers/i2c/busses/i2c-davinci.c
9371
9372 TI DAVINCI SERIES MEDIA DRIVER
9373 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9374 L:      linux-media@vger.kernel.org
9375 W:      http://linuxtv.org/
9376 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9377 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9378 S:      Maintained
9379 F:      drivers/media/platform/davinci/
9380 F:      include/media/davinci/
9381
9382 TI AM437X VPFE DRIVER
9383 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9384 L:      linux-media@vger.kernel.org
9385 W:      http://linuxtv.org/
9386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9387 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9388 S:      Maintained
9389 F:      drivers/media/platform/am437x/
9390
9391 OV2659 OMNIVISION SENSOR DRIVER
9392 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9393 L:      linux-media@vger.kernel.org
9394 W:      http://linuxtv.org/
9395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9396 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9397 S:      Maintained
9398 F:      drivers/media/i2c/ov2659.c
9399 F:      include/media/ov2659.h
9400
9401 SILICON MOTION SM712 FRAME BUFFER DRIVER
9402 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9403 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9404 M:      Sudip Mukherjee <sudip@vectorindia.org>
9405 L:      linux-fbdev@vger.kernel.org
9406 S:      Maintained
9407 F:      drivers/video/fbdev/sm712*
9408 F:      Documentation/fb/sm712fb.txt
9409
9410 SIS 190 ETHERNET DRIVER
9411 M:      Francois Romieu <romieu@fr.zoreil.com>
9412 L:      netdev@vger.kernel.org
9413 S:      Maintained
9414 F:      drivers/net/ethernet/sis/sis190.c
9415
9416 SIS 900/7016 FAST ETHERNET DRIVER
9417 M:      Daniele Venzano <venza@brownhat.org>
9418 W:      http://www.brownhat.org/sis900.html
9419 L:      netdev@vger.kernel.org
9420 S:      Maintained
9421 F:      drivers/net/ethernet/sis/sis900.*
9422
9423 SIS FRAMEBUFFER DRIVER
9424 M:      Thomas Winischhofer <thomas@winischhofer.net>
9425 W:      http://www.winischhofer.net/linuxsisvga.shtml
9426 S:      Maintained
9427 F:      Documentation/fb/sisfb.txt
9428 F:      drivers/video/fbdev/sis/
9429 F:      include/video/sisfb.h
9430
9431 SIS USB2VGA DRIVER
9432 M:      Thomas Winischhofer <thomas@winischhofer.net>
9433 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9434 S:      Maintained
9435 F:      drivers/usb/misc/sisusbvga/
9436
9437 SLAB ALLOCATOR
9438 M:      Christoph Lameter <cl@linux.com>
9439 M:      Pekka Enberg <penberg@kernel.org>
9440 M:      David Rientjes <rientjes@google.com>
9441 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9442 M:      Andrew Morton <akpm@linux-foundation.org>
9443 L:      linux-mm@kvack.org
9444 S:      Maintained
9445 F:      include/linux/sl?b*.h
9446 F:      mm/sl?b*
9447
9448 SLEEPABLE READ-COPY UPDATE (SRCU)
9449 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9450 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9451 M:      Josh Triplett <josh@joshtriplett.org>
9452 R:      Steven Rostedt <rostedt@goodmis.org>
9453 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9454 L:      linux-kernel@vger.kernel.org
9455 W:      http://www.rdrop.com/users/paulmck/RCU/
9456 S:      Supported
9457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9458 F:      include/linux/srcu.h
9459 F:      kernel/rcu/srcu.c
9460
9461 SMACK SECURITY MODULE
9462 M:      Casey Schaufler <casey@schaufler-ca.com>
9463 L:      linux-security-module@vger.kernel.org
9464 W:      http://schaufler-ca.com
9465 T:      git git://git.gitorious.org/smack-next/kernel.git
9466 S:      Maintained
9467 F:      Documentation/security/Smack.txt
9468 F:      security/smack/
9469
9470 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9471 M:      Kevin Hilman <khilman@kernel.org>
9472 M:      Nishanth Menon <nm@ti.com>
9473 S:      Maintained
9474 F:      drivers/power/avs/
9475 F:      include/linux/power/smartreflex.h
9476 L:      linux-pm@vger.kernel.org
9477
9478 SMC91x ETHERNET DRIVER
9479 M:      Nicolas Pitre <nico@fluxnic.net>
9480 S:      Odd Fixes
9481 F:      drivers/net/ethernet/smsc/smc91x.*
9482
9483 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9484 M:      Sakari Ailus <sakari.ailus@iki.fi>
9485 L:      linux-media@vger.kernel.org
9486 S:      Maintained
9487 F:      drivers/media/i2c/smiapp/
9488 F:      include/media/smiapp.h
9489 F:      drivers/media/i2c/smiapp-pll.c
9490 F:      drivers/media/i2c/smiapp-pll.h
9491 F:      include/uapi/linux/smiapp.h
9492 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9493
9494 SMM665 HARDWARE MONITOR DRIVER
9495 M:      Guenter Roeck <linux@roeck-us.net>
9496 L:      lm-sensors@lm-sensors.org
9497 S:      Maintained
9498 F:      Documentation/hwmon/smm665
9499 F:      drivers/hwmon/smm665.c
9500
9501 SMSC EMC2103 HARDWARE MONITOR DRIVER
9502 M:      Steve Glendinning <steve.glendinning@shawell.net>
9503 L:      lm-sensors@lm-sensors.org
9504 S:      Maintained
9505 F:      Documentation/hwmon/emc2103
9506 F:      drivers/hwmon/emc2103.c
9507
9508 SMSC SCH5627 HARDWARE MONITOR DRIVER
9509 M:      Hans de Goede <hdegoede@redhat.com>
9510 L:      lm-sensors@lm-sensors.org
9511 S:      Supported
9512 F:      Documentation/hwmon/sch5627
9513 F:      drivers/hwmon/sch5627.c
9514
9515 SMSC47B397 HARDWARE MONITOR DRIVER
9516 M:      Jean Delvare <jdelvare@suse.com>
9517 L:      lm-sensors@lm-sensors.org
9518 S:      Maintained
9519 F:      Documentation/hwmon/smsc47b397
9520 F:      drivers/hwmon/smsc47b397.c
9521
9522 SMSC911x ETHERNET DRIVER
9523 M:      Steve Glendinning <steve.glendinning@shawell.net>
9524 L:      netdev@vger.kernel.org
9525 S:      Maintained
9526 F:      include/linux/smsc911x.h
9527 F:      drivers/net/ethernet/smsc/smsc911x.*
9528
9529 SMSC9420 PCI ETHERNET DRIVER
9530 M:      Steve Glendinning <steve.glendinning@shawell.net>
9531 L:      netdev@vger.kernel.org
9532 S:      Maintained
9533 F:      drivers/net/ethernet/smsc/smsc9420.*
9534
9535 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9536 M:      Steve Glendinning <steve.glendinning@shawell.net>
9537 L:      linux-fbdev@vger.kernel.org
9538 S:      Maintained
9539 F:      drivers/video/fbdev/smscufx.c
9540
9541 SOC-CAMERA V4L2 SUBSYSTEM
9542 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9543 L:      linux-media@vger.kernel.org
9544 T:      git git://linuxtv.org/media_tree.git
9545 S:      Maintained
9546 F:      include/media/soc*
9547 F:      drivers/media/i2c/soc_camera/
9548 F:      drivers/media/platform/soc_camera/
9549
9550 SOEKRIS NET48XX LED SUPPORT
9551 M:      Chris Boot <bootc@bootc.net>
9552 S:      Maintained
9553 F:      drivers/leds/leds-net48xx.c
9554
9555 SOFTLOGIC 6x10 MPEG CODEC
9556 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9557 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9558 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9559 M:      Ismael Luceno <ismael@iodev.co.uk>
9560 L:      linux-media@vger.kernel.org
9561 S:      Supported
9562 F:      drivers/media/pci/solo6x10/
9563
9564 SOFTWARE RAID (Multiple Disks) SUPPORT
9565 M:      Neil Brown <neilb@suse.com>
9566 L:      linux-raid@vger.kernel.org
9567 S:      Supported
9568 F:      drivers/md/
9569 F:      include/linux/raid/
9570 F:      include/uapi/linux/raid/
9571
9572 SONIC NETWORK DRIVER
9573 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9574 L:      netdev@vger.kernel.org
9575 S:      Maintained
9576 F:      drivers/net/ethernet/natsemi/sonic.*
9577
9578 SONICS SILICON BACKPLANE DRIVER (SSB)
9579 M:      Michael Buesch <m@bues.ch>
9580 L:      netdev@vger.kernel.org
9581 S:      Maintained
9582 F:      drivers/ssb/
9583 F:      include/linux/ssb/
9584
9585 SONY VAIO CONTROL DEVICE DRIVER
9586 M:      Mattia Dongili <malattia@linux.it>
9587 L:      platform-driver-x86@vger.kernel.org
9588 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9589 S:      Maintained
9590 F:      Documentation/laptops/sony-laptop.txt
9591 F:      drivers/char/sonypi.c
9592 F:      drivers/platform/x86/sony-laptop.c
9593 F:      include/linux/sony-laptop.h
9594
9595 SONY MEMORYSTICK CARD SUPPORT
9596 M:      Alex Dubov <oakad@yahoo.com>
9597 W:      http://tifmxx.berlios.de/
9598 S:      Maintained
9599 F:      drivers/memstick/host/tifm_ms.c
9600
9601 SONY MEMORYSTICK STANDARD SUPPORT
9602 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9603 S:      Maintained
9604 F:      drivers/memstick/core/ms_block.*
9605
9606 SOUND
9607 M:      Jaroslav Kysela <perex@perex.cz>
9608 M:      Takashi Iwai <tiwai@suse.com>
9609 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9610 W:      http://www.alsa-project.org/
9611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9612 T:      git git://git.alsa-project.org/alsa-kernel.git
9613 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9614 S:      Maintained
9615 F:      Documentation/sound/
9616 F:      include/sound/
9617 F:      include/uapi/sound/
9618 F:      sound/
9619
9620 SOUND - COMPRESSED AUDIO
9621 M:      Vinod Koul <vinod.koul@intel.com>
9622 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9624 S:      Supported
9625 F:      Documentation/sound/alsa/compress_offload.txt
9626 F:      include/sound/compress_driver.h
9627 F:      include/uapi/sound/compress_*
9628 F:      sound/core/compress_offload.c
9629 F:      sound/soc/soc-compress.c
9630
9631 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9632 M:      Liam Girdwood <lgirdwood@gmail.com>
9633 M:      Mark Brown <broonie@kernel.org>
9634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9635 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9636 W:      http://alsa-project.org/main/index.php/ASoC
9637 S:      Supported
9638 F:      Documentation/sound/alsa/soc/
9639 F:      sound/soc/
9640 F:      include/sound/soc*
9641
9642 SOUND - DMAENGINE HELPERS
9643 M:      Lars-Peter Clausen <lars@metafoo.de>
9644 S:      Supported
9645 F:      include/sound/dmaengine_pcm.h
9646 F:      sound/core/pcm_dmaengine.c
9647 F:      sound/soc/soc-generic-dmaengine-pcm.c
9648
9649 SP2 MEDIA DRIVER
9650 M:      Olli Salonen <olli.salonen@iki.fi>
9651 L:      linux-media@vger.kernel.org
9652 W:      http://linuxtv.org/
9653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9654 S:      Maintained
9655 F:      drivers/media/dvb-frontends/sp2*
9656
9657 SPARC + UltraSPARC (sparc/sparc64)
9658 M:      "David S. Miller" <davem@davemloft.net>
9659 L:      sparclinux@vger.kernel.org
9660 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9663 S:      Maintained
9664 F:      arch/sparc/
9665 F:      drivers/sbus/
9666
9667 SPARC SERIAL DRIVERS
9668 M:      "David S. Miller" <davem@davemloft.net>
9669 L:      sparclinux@vger.kernel.org
9670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9672 S:      Maintained
9673 F:      include/linux/sunserialcore.h
9674 F:      drivers/tty/serial/suncore.c
9675 F:      drivers/tty/serial/sunhv.c
9676 F:      drivers/tty/serial/sunsab.c
9677 F:      drivers/tty/serial/sunsab.h
9678 F:      drivers/tty/serial/sunsu.c
9679 F:      drivers/tty/serial/sunzilog.c
9680 F:      drivers/tty/serial/sunzilog.h
9681
9682 SPARSE CHECKER
9683 M:      "Christopher Li" <sparse@chrisli.org>
9684 L:      linux-sparse@vger.kernel.org
9685 W:      https://sparse.wiki.kernel.org/
9686 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9687 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9688 S:      Maintained
9689 F:      include/linux/compiler.h
9690
9691 SPEAR PLATFORM SUPPORT
9692 M:      Viresh Kumar <vireshk@kernel.org>
9693 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9694 L:      spear-devel@list.st.com
9695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9696 W:      http://www.st.com/spear
9697 S:      Maintained
9698 F:      arch/arm/mach-spear/
9699
9700 SPEAR CLOCK FRAMEWORK SUPPORT
9701 M:      Viresh Kumar <vireshk@kernel.org>
9702 L:      spear-devel@list.st.com
9703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9704 W:      http://www.st.com/spear
9705 S:      Maintained
9706 F:      drivers/clk/spear/
9707
9708 SPI SUBSYSTEM
9709 M:      Mark Brown <broonie@kernel.org>
9710 L:      linux-spi@vger.kernel.org
9711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9712 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9713 S:      Maintained
9714 F:      Documentation/spi/
9715 F:      drivers/spi/
9716 F:      include/linux/spi/
9717 F:      include/uapi/linux/spi/
9718
9719 SPIDERNET NETWORK DRIVER for CELL
9720 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9721 L:      netdev@vger.kernel.org
9722 S:      Supported
9723 F:      Documentation/networking/spider_net.txt
9724 F:      drivers/net/ethernet/toshiba/spider_net*
9725
9726 SPU FILE SYSTEM
9727 M:      Jeremy Kerr <jk@ozlabs.org>
9728 L:      linuxppc-dev@lists.ozlabs.org
9729 W:      http://www.ibm.com/developerworks/power/cell/
9730 S:      Supported
9731 F:      Documentation/filesystems/spufs.txt
9732 F:      arch/powerpc/platforms/cell/spufs/
9733
9734 SQUASHFS FILE SYSTEM
9735 M:      Phillip Lougher <phillip@squashfs.org.uk>
9736 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9737 W:      http://squashfs.org.uk
9738 S:      Maintained
9739 F:      Documentation/filesystems/squashfs.txt
9740 F:      fs/squashfs/
9741
9742 SRM (Alpha) environment access
9743 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9744 S:      Maintained
9745 F:      arch/alpha/kernel/srm_env.c
9746
9747 STABLE BRANCH
9748 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9749 L:      stable@vger.kernel.org
9750 S:      Supported
9751 F:      Documentation/stable_kernel_rules.txt
9752
9753 STAGING SUBSYSTEM
9754 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9756 L:      devel@driverdev.osuosl.org
9757 S:      Supported
9758 F:      drivers/staging/
9759
9760 STAGING - COMEDI
9761 M:      Ian Abbott <abbotti@mev.co.uk>
9762 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9763 S:      Odd Fixes
9764 F:      drivers/staging/comedi/
9765
9766 STAGING - FLARION FT1000 DRIVERS
9767 M:      Marek Belisko <marek.belisko@gmail.com>
9768 S:      Odd Fixes
9769 F:      drivers/staging/ft1000/
9770
9771 STAGING - INDUSTRIAL IO
9772 M:      Jonathan Cameron <jic23@kernel.org>
9773 L:      linux-iio@vger.kernel.org
9774 S:      Odd Fixes
9775 F:      drivers/staging/iio/
9776
9777 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9778 M:      Jarod Wilson <jarod@wilsonet.com>
9779 W:      http://www.lirc.org/
9780 S:      Odd Fixes
9781 F:      drivers/staging/media/lirc/
9782
9783 STAGING - LUSTRE PARALLEL FILESYSTEM
9784 M:      Oleg Drokin <oleg.drokin@intel.com>
9785 M:      Andreas Dilger <andreas.dilger@intel.com>
9786 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9787 W:      http://lustre.opensfs.org/
9788 S:      Maintained
9789 F:      drivers/staging/lustre
9790
9791 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9792 M:      Julian Andres Klode <jak@jak-linux.org>
9793 M:      Marc Dietrich <marvin24@gmx.de>
9794 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9795 L:      linux-tegra@vger.kernel.org
9796 S:      Maintained
9797 F:      drivers/staging/nvec/
9798
9799 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9800 M:      Jens Frederich <jfrederich@gmail.com>
9801 M:      Daniel Drake <dsd@laptop.org>
9802 M:      Jon Nettleton <jon.nettleton@gmail.com>
9803 W:      http://wiki.laptop.org/go/DCON
9804 S:      Maintained
9805 F:      drivers/staging/olpc_dcon/
9806
9807 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9808 M:      Willy Tarreau <willy@meta-x.org>
9809 S:      Odd Fixes
9810 F:      drivers/staging/panel/
9811
9812 STAGING - REALTEK RTL8712U DRIVERS
9813 M:      Larry Finger <Larry.Finger@lwfinger.net>
9814 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9815 S:      Odd Fixes
9816 F:      drivers/staging/rtl8712/
9817
9818 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9819 M:      Larry Finger <Larry.Finger@lwfinger.net>
9820 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9821 L:      linux-wireless@vger.kernel.org
9822 S:      Maintained
9823 F:      drivers/staging/rtl8723au/
9824
9825 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9826 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9827 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9828 M:      Sudip Mukherjee <sudip@vectorindia.org>
9829 L:      linux-fbdev@vger.kernel.org
9830 S:      Maintained
9831 F:      drivers/staging/sm750fb/
9832
9833 STAGING - SLICOSS
9834 M:      Lior Dotan <liodot@gmail.com>
9835 M:      Christopher Harrer <charrer@alacritech.com>
9836 S:      Odd Fixes
9837 F:      drivers/staging/slicoss/
9838
9839 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9840 M:      William Hubbs <w.d.hubbs@gmail.com>
9841 M:      Chris Brannon <chris@the-brannons.com>
9842 M:      Kirk Reiser <kirk@reisers.ca>
9843 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9844 L:      speakup@linux-speakup.org
9845 W:      http://www.linux-speakup.org/
9846 S:      Odd Fixes
9847 F:      drivers/staging/speakup/
9848
9849 STAGING - VIA VT665X DRIVERS
9850 M:      Forest Bond <forest@alittletooquiet.net>
9851 S:      Odd Fixes
9852 F:      drivers/staging/vt665?/
9853
9854 STAGING - WILC1000 WIFI DRIVER
9855 M:      Johnny Kim <johnny.kim@atmel.com>
9856 M:      Rachel Kim <rachel.kim@atmel.com>
9857 M:      Dean Lee <dean.lee@atmel.com>
9858 M:      Chris Park <chris.park@atmel.com>
9859 L:      linux-wireless@vger.kernel.org
9860 S:      Supported
9861 F:      drivers/staging/wilc1000/
9862
9863 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9864 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9865 S:      Odd Fixes
9866 F:      drivers/staging/xgifb/
9867
9868 STARFIRE/DURALAN NETWORK DRIVER
9869 M:      Ion Badulescu <ionut@badula.org>
9870 S:      Odd Fixes
9871 F:      drivers/net/ethernet/adaptec/starfire*
9872
9873 SUN3/3X
9874 M:      Sam Creasey <sammy@sammy.net>
9875 W:      http://sammy.net/sun3/
9876 S:      Maintained
9877 F:      arch/m68k/kernel/*sun3*
9878 F:      arch/m68k/sun3*/
9879 F:      arch/m68k/include/asm/sun3*
9880 F:      drivers/net/ethernet/i825xx/sun3*
9881
9882 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9883 M:      Hans de Goede <hdegoede@redhat.com>
9884 L:      linux-input@vger.kernel.org
9885 S:      Maintained
9886 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9887 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9888
9889 SUNDANCE NETWORK DRIVER
9890 M:      Denis Kirjanov <kda@linux-powerpc.org>
9891 L:      netdev@vger.kernel.org
9892 S:      Maintained
9893 F:      drivers/net/ethernet/dlink/sundance.c
9894
9895 SUPERH
9896 L:      linux-sh@vger.kernel.org
9897 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9898 S:      Orphan
9899 F:      Documentation/sh/
9900 F:      arch/sh/
9901 F:      drivers/sh/
9902
9903 SUSPEND TO RAM
9904 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9905 M:      Len Brown <len.brown@intel.com>
9906 M:      Pavel Machek <pavel@ucw.cz>
9907 L:      linux-pm@vger.kernel.org
9908 S:      Supported
9909 F:      Documentation/power/
9910 F:      arch/x86/kernel/acpi/
9911 F:      drivers/base/power/
9912 F:      kernel/power/
9913 F:      include/linux/suspend.h
9914 F:      include/linux/freezer.h
9915 F:      include/linux/pm.h
9916
9917 SVGA HANDLING
9918 M:      Martin Mares <mj@ucw.cz>
9919 L:      linux-video@atrey.karlin.mff.cuni.cz
9920 S:      Maintained
9921 F:      Documentation/svga.txt
9922 F:      arch/x86/boot/video*
9923
9924 SWIOTLB SUBSYSTEM
9925 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9926 L:      linux-kernel@vger.kernel.org
9927 S:      Supported
9928 F:      lib/swiotlb.c
9929 F:      arch/*/kernel/pci-swiotlb.c
9930 F:      include/linux/swiotlb.h
9931
9932 SWITCHDEV
9933 M:      Jiri Pirko <jiri@resnulli.us>
9934 L:      netdev@vger.kernel.org
9935 S:      Supported
9936 F:      net/switchdev/
9937 F:      include/net/switchdev.h
9938
9939 SYNOPSYS ARC ARCHITECTURE
9940 M:      Vineet Gupta <vgupta@synopsys.com>
9941 S:      Supported
9942 F:      arch/arc/
9943 F:      Documentation/devicetree/bindings/arc/*
9944 F:      drivers/tty/serial/arc_uart.c
9945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9946
9947 SYNOPSYS ARC SDP platform support
9948 M:      Alexey Brodkin <abrodkin@synopsys.com>
9949 S:      Supported
9950 F:      arch/arc/plat-axs10x
9951 F:      arch/arc/boot/dts/ax*
9952 F:      Documentation/devicetree/bindings/arc/axs10*
9953
9954 SYSTEM CONFIGURATION (SYSCON)
9955 M:      Lee Jones <lee.jones@linaro.org>
9956 M:      Arnd Bergmann <arnd@arndb.de>
9957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9958 S:      Supported
9959 F:      drivers/mfd/syscon.c
9960
9961 SYSV FILESYSTEM
9962 M:      Christoph Hellwig <hch@infradead.org>
9963 S:      Maintained
9964 F:      Documentation/filesystems/sysv-fs.txt
9965 F:      fs/sysv/
9966 F:      include/linux/sysv_fs.h
9967
9968 TARGET SUBSYSTEM
9969 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9970 L:      linux-scsi@vger.kernel.org
9971 L:      target-devel@vger.kernel.org
9972 W:      http://www.linux-iscsi.org
9973 W:      http://groups.google.com/group/linux-iscsi-target-dev
9974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9975 S:      Supported
9976 F:      drivers/target/
9977 F:      include/target/
9978 F:      Documentation/target/
9979
9980 TASKSTATS STATISTICS INTERFACE
9981 M:      Balbir Singh <bsingharora@gmail.com>
9982 S:      Maintained
9983 F:      Documentation/accounting/taskstats*
9984 F:      include/linux/taskstats*
9985 F:      kernel/taskstats.c
9986
9987 TC CLASSIFIER
9988 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9989 L:      netdev@vger.kernel.org
9990 S:      Maintained
9991 F:      include/net/pkt_cls.h
9992 F:      include/uapi/linux/pkt_cls.h
9993 F:      net/sched/
9994
9995 TCP LOW PRIORITY MODULE
9996 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9997 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9998 W:      http://tcp-lp-mod.sourceforge.net/
9999 S:      Maintained
10000 F:      net/ipv4/tcp_lp.c
10001
10002 TDA10071 MEDIA DRIVER
10003 M:      Antti Palosaari <crope@iki.fi>
10004 L:      linux-media@vger.kernel.org
10005 W:      http://linuxtv.org/
10006 W:      http://palosaari.fi/linux/
10007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10008 T:      git git://linuxtv.org/anttip/media_tree.git
10009 S:      Maintained
10010 F:      drivers/media/dvb-frontends/tda10071*
10011
10012 TDA18212 MEDIA DRIVER
10013 M:      Antti Palosaari <crope@iki.fi>
10014 L:      linux-media@vger.kernel.org
10015 W:      http://linuxtv.org/
10016 W:      http://palosaari.fi/linux/
10017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10018 T:      git git://linuxtv.org/anttip/media_tree.git
10019 S:      Maintained
10020 F:      drivers/media/tuners/tda18212*
10021
10022 TDA18218 MEDIA DRIVER
10023 M:      Antti Palosaari <crope@iki.fi>
10024 L:      linux-media@vger.kernel.org
10025 W:      http://linuxtv.org/
10026 W:      http://palosaari.fi/linux/
10027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10028 T:      git git://linuxtv.org/anttip/media_tree.git
10029 S:      Maintained
10030 F:      drivers/media/tuners/tda18218*
10031
10032 TDA18271 MEDIA DRIVER
10033 M:      Michael Krufky <mkrufky@linuxtv.org>
10034 L:      linux-media@vger.kernel.org
10035 W:      http://linuxtv.org/
10036 W:      http://github.com/mkrufky
10037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10038 T:      git git://linuxtv.org/mkrufky/tuners.git
10039 S:      Maintained
10040 F:      drivers/media/tuners/tda18271*
10041
10042 TDA827x MEDIA DRIVER
10043 M:      Michael Krufky <mkrufky@linuxtv.org>
10044 L:      linux-media@vger.kernel.org
10045 W:      http://linuxtv.org/
10046 W:      http://github.com/mkrufky
10047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10048 T:      git git://linuxtv.org/mkrufky/tuners.git
10049 S:      Maintained
10050 F:      drivers/media/tuners/tda8290.*
10051
10052 TDA8290 MEDIA DRIVER
10053 M:      Michael Krufky <mkrufky@linuxtv.org>
10054 L:      linux-media@vger.kernel.org
10055 W:      http://linuxtv.org/
10056 W:      http://github.com/mkrufky
10057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10058 T:      git git://linuxtv.org/mkrufky/tuners.git
10059 S:      Maintained
10060 F:      drivers/media/tuners/tda8290.*
10061
10062 TDA9840 MEDIA DRIVER
10063 M:      Hans Verkuil <hverkuil@xs4all.nl>
10064 L:      linux-media@vger.kernel.org
10065 T:      git git://linuxtv.org/media_tree.git
10066 W:      http://linuxtv.org
10067 S:      Maintained
10068 F:      drivers/media/i2c/tda9840*
10069
10070 TEA5761 TUNER DRIVER
10071 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10072 L:      linux-media@vger.kernel.org
10073 W:      http://linuxtv.org
10074 T:      git git://linuxtv.org/media_tree.git
10075 S:      Odd fixes
10076 F:      drivers/media/tuners/tea5761.*
10077
10078 TEA5767 TUNER DRIVER
10079 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10080 L:      linux-media@vger.kernel.org
10081 W:      http://linuxtv.org
10082 T:      git git://linuxtv.org/media_tree.git
10083 S:      Maintained
10084 F:      drivers/media/tuners/tea5767.*
10085
10086 TEA6415C MEDIA DRIVER
10087 M:      Hans Verkuil <hverkuil@xs4all.nl>
10088 L:      linux-media@vger.kernel.org
10089 T:      git git://linuxtv.org/media_tree.git
10090 W:      http://linuxtv.org
10091 S:      Maintained
10092 F:      drivers/media/i2c/tea6415c*
10093
10094 TEA6420 MEDIA DRIVER
10095 M:      Hans Verkuil <hverkuil@xs4all.nl>
10096 L:      linux-media@vger.kernel.org
10097 T:      git git://linuxtv.org/media_tree.git
10098 W:      http://linuxtv.org
10099 S:      Maintained
10100 F:      drivers/media/i2c/tea6420*
10101
10102 TEAM DRIVER
10103 M:      Jiri Pirko <jiri@resnulli.us>
10104 L:      netdev@vger.kernel.org
10105 S:      Supported
10106 F:      drivers/net/team/
10107 F:      include/linux/if_team.h
10108 F:      include/uapi/linux/if_team.h
10109
10110 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10111 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10112 S:      Maintained
10113 F:      arch/x86/platform/ts5500/
10114
10115 TECHNOTREND USB IR RECEIVER
10116 M:      Sean Young <sean@mess.org>
10117 L:      linux-media@vger.kernel.org
10118 S:      Maintained
10119 F:      drivers/media/rc/ttusbir.c
10120
10121 TEGRA ARCHITECTURE SUPPORT
10122 M:      Stephen Warren <swarren@wwwdotorg.org>
10123 M:      Thierry Reding <thierry.reding@gmail.com>
10124 M:      Alexandre Courbot <gnurou@gmail.com>
10125 L:      linux-tegra@vger.kernel.org
10126 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10128 S:      Supported
10129 N:      [^a-z]tegra
10130
10131 TEGRA CLOCK DRIVER
10132 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10133 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10134 S:      Supported
10135 F:      drivers/clk/tegra/
10136
10137 TEGRA DMA DRIVER
10138 M:      Laxman Dewangan <ldewangan@nvidia.com>
10139 S:      Supported
10140 F:      drivers/dma/tegra20-apb-dma.c
10141
10142 TEGRA I2C DRIVER
10143 M:      Laxman Dewangan <ldewangan@nvidia.com>
10144 S:      Supported
10145 F:      drivers/i2c/busses/i2c-tegra.c
10146
10147 TEGRA IOMMU DRIVERS
10148 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10149 S:      Supported
10150 F:      drivers/iommu/tegra*
10151
10152 TEGRA KBC DRIVER
10153 M:      Rakesh Iyer <riyer@nvidia.com>
10154 M:      Laxman Dewangan <ldewangan@nvidia.com>
10155 S:      Supported
10156 F:      drivers/input/keyboard/tegra-kbc.c
10157
10158 TEGRA PWM DRIVER
10159 M:      Thierry Reding <thierry.reding@gmail.com>
10160 S:      Supported
10161 F:      drivers/pwm/pwm-tegra.c
10162
10163 TEGRA SERIAL DRIVER
10164 M:      Laxman Dewangan <ldewangan@nvidia.com>
10165 S:      Supported
10166 F:      drivers/tty/serial/serial-tegra.c
10167
10168 TEGRA SPI DRIVER
10169 M:      Laxman Dewangan <ldewangan@nvidia.com>
10170 S:      Supported
10171 F:      drivers/spi/spi-tegra*
10172
10173 TEHUTI ETHERNET DRIVER
10174 M:      Andy Gospodarek <andy@greyhouse.net>
10175 L:      netdev@vger.kernel.org
10176 S:      Supported
10177 F:      drivers/net/ethernet/tehuti/*
10178
10179 Telecom Clock Driver for MCPL0010
10180 M:      Mark Gross <mark.gross@intel.com>
10181 S:      Supported
10182 F:      drivers/char/tlclk.c
10183
10184 TENSILICA XTENSA PORT (xtensa)
10185 M:      Chris Zankel <chris@zankel.net>
10186 M:      Max Filippov <jcmvbkbc@gmail.com>
10187 L:      linux-xtensa@linux-xtensa.org
10188 S:      Maintained
10189 F:      arch/xtensa/
10190 F:      drivers/irqchip/irq-xtensa-*
10191
10192 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10193 M:      Hans Verkuil <hverkuil@xs4all.nl>
10194 L:      linux-media@vger.kernel.org
10195 T:      git git://linuxtv.org/media_tree.git
10196 W:      http://linuxtv.org
10197 S:      Maintained
10198 F:      drivers/media/radio/radio-raremono.c
10199
10200 THERMAL
10201 M:      Zhang Rui <rui.zhang@intel.com>
10202 M:      Eduardo Valentin <edubezval@gmail.com>
10203 L:      linux-pm@vger.kernel.org
10204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10206 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10207 S:      Supported
10208 F:      drivers/thermal/
10209 F:      include/linux/thermal.h
10210 F:      include/uapi/linux/thermal.h
10211 F:      include/linux/cpu_cooling.h
10212 F:      Documentation/devicetree/bindings/thermal/
10213
10214 THINGM BLINK(1) USB RGB LED DRIVER
10215 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10216 S:      Maintained
10217 F:      drivers/hid/hid-thingm.c
10218
10219 THINKPAD ACPI EXTRAS DRIVER
10220 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10221 L:      ibm-acpi-devel@lists.sourceforge.net
10222 L:      platform-driver-x86@vger.kernel.org
10223 W:      http://ibm-acpi.sourceforge.net
10224 W:      http://thinkwiki.org/wiki/Ibm-acpi
10225 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10226 S:      Maintained
10227 F:      drivers/platform/x86/thinkpad_acpi.c
10228
10229 TI BANDGAP AND THERMAL DRIVER
10230 M:      Eduardo Valentin <edubezval@gmail.com>
10231 L:      linux-pm@vger.kernel.org
10232 L:      linux-omap@vger.kernel.org
10233 S:      Maintained
10234 F:      drivers/thermal/ti-soc-thermal/
10235
10236 TI CDCE706 CLOCK DRIVER
10237 M:      Max Filippov <jcmvbkbc@gmail.com>
10238 S:      Maintained
10239 F:      drivers/clk/clk-cdce706.c
10240
10241 TI CLOCK DRIVER
10242 M:      Tero Kristo <t-kristo@ti.com>
10243 L:      linux-omap@vger.kernel.org
10244 S:      Maintained
10245 F:      drivers/clk/ti/
10246 F:      include/linux/clk/ti.h
10247
10248 TI FLASH MEDIA INTERFACE DRIVER
10249 M:      Alex Dubov <oakad@yahoo.com>
10250 S:      Maintained
10251 F:      drivers/misc/tifm*
10252 F:      drivers/mmc/host/tifm_sd.c
10253 F:      include/linux/tifm.h
10254
10255 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10256 M:      Santosh Shilimkar <ssantosh@kernel.org>
10257 L:      linux-kernel@vger.kernel.org
10258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10259 S:      Maintained
10260 F:      drivers/soc/ti/*
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10262
10263
10264 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10265 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10266 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10267 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10268 S:      Maintained
10269 F:      sound/soc/codecs/lm49453*
10270 F:      sound/soc/codecs/isabelle*
10271
10272 TI LP855x BACKLIGHT DRIVER
10273 M:      Milo Kim <milo.kim@ti.com>
10274 S:      Maintained
10275 F:      Documentation/backlight/lp855x-driver.txt
10276 F:      drivers/video/backlight/lp855x_bl.c
10277 F:      include/linux/platform_data/lp855x.h
10278
10279 TI LP8727 CHARGER DRIVER
10280 M:      Milo Kim <milo.kim@ti.com>
10281 S:      Maintained
10282 F:      drivers/power/lp8727_charger.c
10283 F:      include/linux/platform_data/lp8727.h
10284
10285 TI LP8788 MFD DRIVER
10286 M:      Milo Kim <milo.kim@ti.com>
10287 S:      Maintained
10288 F:      drivers/iio/adc/lp8788_adc.c
10289 F:      drivers/leds/leds-lp8788.c
10290 F:      drivers/mfd/lp8788*.c
10291 F:      drivers/power/lp8788-charger.c
10292 F:      drivers/regulator/lp8788-*.c
10293 F:      include/linux/mfd/lp8788*.h
10294
10295 TI NETCP ETHERNET DRIVER
10296 M:      Wingman Kwok <w-kwok2@ti.com>
10297 M:      Murali Karicheri <m-karicheri2@ti.com>
10298 L:      netdev@vger.kernel.org
10299 S:      Maintained
10300 F:      drivers/net/ethernet/ti/netcp*
10301
10302 TI TAS571X FAMILY ASoC CODEC DRIVER
10303 M:      Kevin Cernekee <cernekee@chromium.org>
10304 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10305 S:      Odd Fixes
10306 F:      sound/soc/codecs/tas571x*
10307
10308 TI TWL4030 SERIES SOC CODEC DRIVER
10309 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10310 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10311 S:      Maintained
10312 F:      sound/soc/codecs/twl4030*
10313
10314 TI WILINK WIRELESS DRIVERS
10315 L:      linux-wireless@vger.kernel.org
10316 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10317 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10319 S:      Orphan
10320 F:      drivers/net/wireless/ti/
10321 F:      include/linux/wl12xx.h
10322
10323 TIPC NETWORK LAYER
10324 M:      Jon Maloy <jon.maloy@ericsson.com>
10325 M:      Ying Xue <ying.xue@windriver.com>
10326 L:      netdev@vger.kernel.org (core kernel code)
10327 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10328 W:      http://tipc.sourceforge.net/
10329 S:      Maintained
10330 F:      include/uapi/linux/tipc*.h
10331 F:      net/tipc/
10332
10333 TILE ARCHITECTURE
10334 M:      Chris Metcalf <cmetcalf@ezchip.com>
10335 W:      http://www.ezchip.com/scm/
10336 S:      Supported
10337 F:      arch/tile/
10338 F:      drivers/char/tile-srom.c
10339 F:      drivers/edac/tile_edac.c
10340 F:      drivers/net/ethernet/tile/
10341 F:      drivers/rtc/rtc-tile.c
10342 F:      drivers/tty/hvc/hvc_tile.c
10343 F:      drivers/tty/serial/tilegx.c
10344 F:      drivers/usb/host/*-tilegx.c
10345 F:      include/linux/usb/tilegx.h
10346
10347 TLAN NETWORK DRIVER
10348 M:      Samuel Chessman <chessman@tux.org>
10349 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10350 W:      http://sourceforge.net/projects/tlan/
10351 S:      Maintained
10352 F:      Documentation/networking/tlan.txt
10353 F:      drivers/net/ethernet/ti/tlan.*
10354
10355 TOMOYO SECURITY MODULE
10356 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10357 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10358 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10359 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10360 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10361 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10362 W:      http://tomoyo.sourceforge.jp/
10363 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10364 S:      Maintained
10365 F:      security/tomoyo/
10366
10367 TOPSTAR LAPTOP EXTRAS DRIVER
10368 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10369 L:      platform-driver-x86@vger.kernel.org
10370 S:      Maintained
10371 F:      drivers/platform/x86/topstar-laptop.c
10372
10373 TOSHIBA ACPI EXTRAS DRIVER
10374 M:      Azael Avalos <coproscefalo@gmail.com>
10375 L:      platform-driver-x86@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/platform/x86/toshiba_acpi.c
10378
10379 TOSHIBA BLUETOOTH DRIVER
10380 M:      Azael Avalos <coproscefalo@gmail.com>
10381 L:      platform-driver-x86@vger.kernel.org
10382 S:      Maintained
10383 F:      drivers/platform/x86/toshiba_bluetooth.c
10384
10385 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10386 M:      Azael Avalos <coproscefalo@gmail.com>
10387 L:      platform-driver-x86@vger.kernel.org
10388 S:      Maintained
10389 F:      drivers/platform/x86/toshiba_haps.c
10390
10391 TOSHIBA SMM DRIVER
10392 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10393 L:      tlinux-users@tce.toshiba-dme.co.jp
10394 W:      http://www.buzzard.org.uk/toshiba/
10395 S:      Maintained
10396 F:      drivers/char/toshiba.c
10397 F:      include/linux/toshiba.h
10398 F:      include/uapi/linux/toshiba.h
10399
10400 TMIO MMC DRIVER
10401 M:      Ian Molton <ian@mnementh.co.uk>
10402 L:      linux-mmc@vger.kernel.org
10403 S:      Maintained
10404 F:      drivers/mmc/host/tmio_mmc*
10405 F:      drivers/mmc/host/sh_mobile_sdhi.c
10406 F:      include/linux/mmc/tmio.h
10407 F:      include/linux/mmc/sh_mobile_sdhi.h
10408
10409 TMP401 HARDWARE MONITOR DRIVER
10410 M:      Guenter Roeck <linux@roeck-us.net>
10411 L:      lm-sensors@lm-sensors.org
10412 S:      Maintained
10413 F:      Documentation/hwmon/tmp401
10414 F:      drivers/hwmon/tmp401.c
10415
10416 TMPFS (SHMEM FILESYSTEM)
10417 M:      Hugh Dickins <hughd@google.com>
10418 L:      linux-mm@kvack.org
10419 S:      Maintained
10420 F:      include/linux/shmem_fs.h
10421 F:      mm/shmem.c
10422
10423 TM6000 VIDEO4LINUX DRIVER
10424 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10425 L:      linux-media@vger.kernel.org
10426 W:      http://linuxtv.org
10427 T:      git git://linuxtv.org/media_tree.git
10428 S:      Odd fixes
10429 F:      drivers/media/usb/tm6000/
10430
10431 TW68 VIDEO4LINUX DRIVER
10432 M:      Hans Verkuil <hverkuil@xs4all.nl>
10433 L:      linux-media@vger.kernel.org
10434 T:      git git://linuxtv.org/media_tree.git
10435 W:      http://linuxtv.org
10436 S:      Odd Fixes
10437 F:      drivers/media/pci/tw68/
10438
10439 TPM DEVICE DRIVER
10440 M:      Peter Huewe <peterhuewe@gmx.de>
10441 M:      Marcel Selhorst <tpmdd@selhorst.net>
10442 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10443 W:      http://tpmdd.sourceforge.net
10444 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10445 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10446 T:      https://github.com/PeterHuewe/linux-tpmdd
10447 S:      Maintained
10448 F:      drivers/char/tpm/
10449
10450 TPM IBM_VTPM DEVICE DRIVER
10451 M:      Ashley Lai <ashleydlai@gmail.com>
10452 W:      http://tpmdd.sourceforge.net
10453 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10454 S:      Maintained
10455 F:      drivers/char/tpm/tpm_ibmvtpm*
10456
10457 TRACING
10458 M:      Steven Rostedt <rostedt@goodmis.org>
10459 M:      Ingo Molnar <mingo@redhat.com>
10460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10461 S:      Maintained
10462 F:      Documentation/trace/ftrace.txt
10463 F:      arch/*/*/*/ftrace.h
10464 F:      arch/*/kernel/ftrace.c
10465 F:      include/*/ftrace.h
10466 F:      include/linux/trace*.h
10467 F:      include/trace/
10468 F:      kernel/trace/
10469 F:      tools/testing/selftests/ftrace/
10470
10471 TRIVIAL PATCHES
10472 M:      Jiri Kosina <trivial@kernel.org>
10473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10474 S:      Maintained
10475 K:      ^Subject:.*(?i)trivial
10476
10477 TTY LAYER
10478 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10479 M:      Jiri Slaby <jslaby@suse.com>
10480 S:      Supported
10481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10482 F:      Documentation/serial/
10483 F:      drivers/tty/
10484 F:      drivers/tty/serial/serial_core.c
10485 F:      include/linux/serial_core.h
10486 F:      include/linux/serial.h
10487 F:      include/linux/tty.h
10488 F:      include/uapi/linux/serial_core.h
10489 F:      include/uapi/linux/serial.h
10490 F:      include/uapi/linux/tty.h
10491
10492 TUA9001 MEDIA DRIVER
10493 M:      Antti Palosaari <crope@iki.fi>
10494 L:      linux-media@vger.kernel.org
10495 W:      http://linuxtv.org/
10496 W:      http://palosaari.fi/linux/
10497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10498 T:      git git://linuxtv.org/anttip/media_tree.git
10499 S:      Maintained
10500 F:      drivers/media/tuners/tua9001*
10501
10502 TULIP NETWORK DRIVERS
10503 M:      Grant Grundler <grundler@parisc-linux.org>
10504 L:      netdev@vger.kernel.org
10505 S:      Maintained
10506 F:      drivers/net/ethernet/dec/tulip/
10507
10508 TUN/TAP driver
10509 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10510 W:      http://vtun.sourceforge.net/tun
10511 S:      Maintained
10512 F:      Documentation/networking/tuntap.txt
10513 F:      arch/um/os-Linux/drivers/
10514
10515 TURBOCHANNEL SUBSYSTEM
10516 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10517 M:      Ralf Baechle <ralf@linux-mips.org>
10518 L:      linux-mips@linux-mips.org
10519 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10520 S:      Maintained
10521 F:      drivers/tc/
10522 F:      include/linux/tc.h
10523
10524 U14-34F SCSI DRIVER
10525 M:      Dario Ballabio <ballabio_dario@emc.com>
10526 L:      linux-scsi@vger.kernel.org
10527 S:      Maintained
10528 F:      drivers/scsi/u14-34f.c
10529
10530 UBI FILE SYSTEM (UBIFS)
10531 M:      Artem Bityutskiy <dedekind1@gmail.com>
10532 M:      Adrian Hunter <adrian.hunter@intel.com>
10533 L:      linux-mtd@lists.infradead.org
10534 T:      git git://git.infradead.org/ubifs-2.6.git
10535 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10536 S:      Maintained
10537 F:      Documentation/filesystems/ubifs.txt
10538 F:      fs/ubifs/
10539
10540 UCLINUX (M68KNOMMU AND COLDFIRE)
10541 M:      Greg Ungerer <gerg@uclinux.org>
10542 W:      http://www.uclinux.org/
10543 L:      linux-m68k@lists.linux-m68k.org
10544 L:      uclinux-dev@uclinux.org  (subscribers-only)
10545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10546 S:      Maintained
10547 F:      arch/m68k/coldfire/
10548 F:      arch/m68k/68*/
10549 F:      arch/m68k/*/*_no.*
10550 F:      arch/m68k/include/asm/*_no.*
10551
10552 UDF FILESYSTEM
10553 M:      Jan Kara <jack@suse.com>
10554 S:      Maintained
10555 F:      Documentation/filesystems/udf.txt
10556 F:      fs/udf/
10557
10558 UFS FILESYSTEM
10559 M:      Evgeniy Dushistov <dushistov@mail.ru>
10560 S:      Maintained
10561 F:      Documentation/filesystems/ufs.txt
10562 F:      fs/ufs/
10563
10564 UHID USERSPACE HID IO DRIVER:
10565 M:      David Herrmann <dh.herrmann@googlemail.com>
10566 L:      linux-input@vger.kernel.org
10567 S:      Maintained
10568 F:      drivers/hid/uhid.c
10569 F:      include/uapi/linux/uhid.h
10570
10571 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10572 L:      linux-usb@vger.kernel.org
10573 S:      Orphan
10574 F:      drivers/uwb/
10575 F:      include/linux/uwb.h
10576 F:      include/linux/uwb/
10577
10578 UNICORE32 ARCHITECTURE:
10579 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10580 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10581 S:      Maintained
10582 T:      git git://github.com/gxt/linux.git
10583 F:      arch/unicore32/
10584
10585 UNIFDEF
10586 M:      Tony Finch <dot@dotat.at>
10587 W:      http://dotat.at/prog/unifdef
10588 S:      Maintained
10589 F:      scripts/unifdef.c
10590
10591 UNIFORM CDROM DRIVER
10592 M:      Jens Axboe <axboe@kernel.dk>
10593 W:      http://www.kernel.dk
10594 S:      Maintained
10595 F:      Documentation/cdrom/
10596 F:      drivers/cdrom/cdrom.c
10597 F:      include/linux/cdrom.h
10598 F:      include/uapi/linux/cdrom.h
10599
10600 UNISYS S-PAR DRIVERS
10601 M:      Benjamin Romer <benjamin.romer@unisys.com>
10602 M:      David Kershner <david.kershner@unisys.com>
10603 L:      sparmaintainer@unisys.com (Unisys internal)
10604 S:      Supported
10605 F:      drivers/staging/unisys/
10606
10607 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10608 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10609 L:      linux-scsi@vger.kernel.org
10610 S:      Supported
10611 F:      Documentation/scsi/ufs.txt
10612 F:      drivers/scsi/ufs/
10613
10614 UNSORTED BLOCK IMAGES (UBI)
10615 M:      Artem Bityutskiy <dedekind1@gmail.com>
10616 M:      Richard Weinberger <richard@nod.at>
10617 W:      http://www.linux-mtd.infradead.org/
10618 L:      linux-mtd@lists.infradead.org
10619 T:      git git://git.infradead.org/ubifs-2.6.git
10620 S:      Supported
10621 F:      drivers/mtd/ubi/
10622 F:      include/linux/mtd/ubi.h
10623 F:      include/uapi/mtd/ubi-user.h
10624
10625 USB ACM DRIVER
10626 M:      Oliver Neukum <oliver@neukum.org>
10627 L:      linux-usb@vger.kernel.org
10628 S:      Maintained
10629 F:      Documentation/usb/acm.txt
10630 F:      drivers/usb/class/cdc-acm.*
10631
10632 USB AR5523 WIRELESS DRIVER
10633 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10634 L:      linux-wireless@vger.kernel.org
10635 S:      Maintained
10636 F:      drivers/net/wireless/ath/ar5523/
10637
10638 USB ATTACHED SCSI
10639 M:      Hans de Goede <hdegoede@redhat.com>
10640 M:      Gerd Hoffmann <kraxel@redhat.com>
10641 L:      linux-usb@vger.kernel.org
10642 L:      linux-scsi@vger.kernel.org
10643 S:      Maintained
10644 F:      drivers/usb/storage/uas.c
10645
10646 USB CDC ETHERNET DRIVER
10647 M:      Oliver Neukum <oliver@neukum.org>
10648 L:      linux-usb@vger.kernel.org
10649 S:      Maintained
10650 F:      drivers/net/usb/cdc_*.c
10651 F:      include/uapi/linux/usb/cdc.h
10652
10653 USB CHAOSKEY DRIVER
10654 M:      Keith Packard <keithp@keithp.com>
10655 L:      linux-usb@vger.kernel.org
10656 S:      Maintained
10657 F:      drivers/usb/misc/chaoskey.c
10658
10659 USB CYPRESS C67X00 DRIVER
10660 M:      Peter Korsgaard <jacmet@sunsite.dk>
10661 L:      linux-usb@vger.kernel.org
10662 S:      Maintained
10663 F:      drivers/usb/c67x00/
10664
10665 USB DAVICOM DM9601 DRIVER
10666 M:      Peter Korsgaard <jacmet@sunsite.dk>
10667 L:      netdev@vger.kernel.org
10668 W:      http://www.linux-usb.org/usbnet
10669 S:      Maintained
10670 F:      drivers/net/usb/dm9601.c
10671
10672 USB DIAMOND RIO500 DRIVER
10673 M:      Cesar Miquel <miquel@df.uba.ar>
10674 L:      rio500-users@lists.sourceforge.net
10675 W:      http://rio500.sourceforge.net
10676 S:      Maintained
10677 F:      drivers/usb/misc/rio500*
10678
10679 USB EHCI DRIVER
10680 M:      Alan Stern <stern@rowland.harvard.edu>
10681 L:      linux-usb@vger.kernel.org
10682 S:      Maintained
10683 F:      Documentation/usb/ehci.txt
10684 F:      drivers/usb/host/ehci*
10685
10686 USB GADGET/PERIPHERAL SUBSYSTEM
10687 M:      Felipe Balbi <balbi@ti.com>
10688 L:      linux-usb@vger.kernel.org
10689 W:      http://www.linux-usb.org/gadget
10690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10691 S:      Maintained
10692 F:      drivers/usb/gadget/
10693 F:      include/linux/usb/gadget*
10694
10695 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10696 M:      Jiri Kosina <jikos@kernel.org>
10697 L:      linux-usb@vger.kernel.org
10698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10699 S:      Maintained
10700 F:      Documentation/hid/hiddev.txt
10701 F:      drivers/hid/usbhid/
10702
10703 USB ISP116X DRIVER
10704 M:      Olav Kongas <ok@artecdesign.ee>
10705 L:      linux-usb@vger.kernel.org
10706 S:      Maintained
10707 F:      drivers/usb/host/isp116x*
10708 F:      include/linux/usb/isp116x.h
10709
10710 USB MASS STORAGE DRIVER
10711 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10712 L:      linux-usb@vger.kernel.org
10713 L:      usb-storage@lists.one-eyed-alien.net
10714 S:      Maintained
10715 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10716 F:      drivers/usb/storage/
10717
10718 USB MIDI DRIVER
10719 M:      Clemens Ladisch <clemens@ladisch.de>
10720 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10721 T:      git git://git.alsa-project.org/alsa-kernel.git
10722 S:      Maintained
10723 F:      sound/usb/midi.*
10724
10725 USB NETWORKING DRIVERS
10726 L:      linux-usb@vger.kernel.org
10727 S:      Odd Fixes
10728 F:      drivers/net/usb/
10729
10730 USB OHCI DRIVER
10731 M:      Alan Stern <stern@rowland.harvard.edu>
10732 L:      linux-usb@vger.kernel.org
10733 S:      Maintained
10734 F:      Documentation/usb/ohci.txt
10735 F:      drivers/usb/host/ohci*
10736
10737 USB OTG FSM (Finite State Machine)
10738 M:      Peter Chen <Peter.Chen@freescale.com>
10739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10740 L:      linux-usb@vger.kernel.org
10741 S:      Maintained
10742 F:      drivers/usb/common/usb-otg-fsm.c
10743
10744 USB OVER IP DRIVER
10745 M:      Valentina Manea <valentina.manea.m@gmail.com>
10746 M:      Shuah Khan <shuah.kh@samsung.com>
10747 L:      linux-usb@vger.kernel.org
10748 S:      Maintained
10749 F:      drivers/usb/usbip/
10750 F:      tools/usb/usbip/
10751
10752 USB PEGASUS DRIVER
10753 M:      Petko Manolov <petkan@nucleusys.com>
10754 L:      linux-usb@vger.kernel.org
10755 L:      netdev@vger.kernel.org
10756 T:      git git://github.com/petkan/pegasus.git
10757 W:      https://github.com/petkan/pegasus
10758 S:      Maintained
10759 F:      drivers/net/usb/pegasus.*
10760
10761 USB PHY LAYER
10762 M:      Felipe Balbi <balbi@ti.com>
10763 L:      linux-usb@vger.kernel.org
10764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10765 S:      Maintained
10766 F:      drivers/usb/phy/
10767
10768 USB PRINTER DRIVER (usblp)
10769 M:      Pete Zaitcev <zaitcev@redhat.com>
10770 L:      linux-usb@vger.kernel.org
10771 S:      Supported
10772 F:      drivers/usb/class/usblp.c
10773
10774 USB RTL8150 DRIVER
10775 M:      Petko Manolov <petkan@nucleusys.com>
10776 L:      linux-usb@vger.kernel.org
10777 L:      netdev@vger.kernel.org
10778 T:      git git://github.com/petkan/rtl8150.git
10779 W:      https://github.com/petkan/rtl8150
10780 S:      Maintained
10781 F:      drivers/net/usb/rtl8150.c
10782
10783 USB SERIAL SUBSYSTEM
10784 M:      Johan Hovold <johan@kernel.org>
10785 L:      linux-usb@vger.kernel.org
10786 S:      Maintained
10787 F:      Documentation/usb/usb-serial.txt
10788 F:      drivers/usb/serial/
10789 F:      include/linux/usb/serial.h
10790
10791 USB SMSC75XX ETHERNET DRIVER
10792 M:      Steve Glendinning <steve.glendinning@shawell.net>
10793 L:      netdev@vger.kernel.org
10794 S:      Maintained
10795 F:      drivers/net/usb/smsc75xx.*
10796
10797 USB SMSC95XX ETHERNET DRIVER
10798 M:      Steve Glendinning <steve.glendinning@shawell.net>
10799 L:      netdev@vger.kernel.org
10800 S:      Maintained
10801 F:      drivers/net/usb/smsc95xx.*
10802
10803 USB SUBSYSTEM
10804 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10805 L:      linux-usb@vger.kernel.org
10806 W:      http://www.linux-usb.org
10807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10808 S:      Supported
10809 F:      Documentation/usb/
10810 F:      drivers/usb/
10811 F:      include/linux/usb.h
10812 F:      include/linux/usb/
10813
10814 USB UHCI DRIVER
10815 M:      Alan Stern <stern@rowland.harvard.edu>
10816 L:      linux-usb@vger.kernel.org
10817 S:      Maintained
10818 F:      drivers/usb/host/uhci*
10819
10820 USB "USBNET" DRIVER FRAMEWORK
10821 M:      Oliver Neukum <oneukum@suse.com>
10822 L:      netdev@vger.kernel.org
10823 W:      http://www.linux-usb.org/usbnet
10824 S:      Maintained
10825 F:      drivers/net/usb/usbnet.c
10826 F:      include/linux/usb/usbnet.h
10827
10828 USB VIDEO CLASS
10829 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10830 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10831 L:      linux-media@vger.kernel.org
10832 T:      git git://linuxtv.org/media_tree.git
10833 W:      http://www.ideasonboard.org/uvc/
10834 S:      Maintained
10835 F:      drivers/media/usb/uvc/
10836 F:      include/uapi/linux/uvcvideo.h
10837
10838 USB VISION DRIVER
10839 M:      Hans Verkuil <hverkuil@xs4all.nl>
10840 L:      linux-media@vger.kernel.org
10841 T:      git git://linuxtv.org/media_tree.git
10842 W:      http://linuxtv.org
10843 S:      Odd Fixes
10844 F:      drivers/media/usb/usbvision/
10845
10846 USB WEBCAM GADGET
10847 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10848 L:      linux-usb@vger.kernel.org
10849 S:      Maintained
10850 F:      drivers/usb/gadget/function/*uvc*
10851 F:      drivers/usb/gadget/legacy/webcam.c
10852
10853 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10854 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10855 L:      linux-wireless@vger.kernel.org
10856 S:      Maintained
10857 F:      drivers/net/wireless/rndis_wlan.c
10858
10859 USB XHCI DRIVER
10860 M:      Mathias Nyman <mathias.nyman@intel.com>
10861 L:      linux-usb@vger.kernel.org
10862 S:      Supported
10863 F:      drivers/usb/host/xhci*
10864 F:      drivers/usb/host/pci-quirks*
10865
10866 USB ZD1201 DRIVER
10867 L:      linux-wireless@vger.kernel.org
10868 W:      http://linux-lc100020.sourceforge.net
10869 S:      Orphan
10870 F:      drivers/net/wireless/zd1201.*
10871
10872 USB ZR364XX DRIVER
10873 M:      Antoine Jacquet <royale@zerezo.com>
10874 L:      linux-usb@vger.kernel.org
10875 L:      linux-media@vger.kernel.org
10876 T:      git git://linuxtv.org/media_tree.git
10877 W:      http://royale.zerezo.com/zr364xx/
10878 S:      Maintained
10879 F:      Documentation/video4linux/zr364xx.txt
10880 F:      drivers/media/usb/zr364xx/
10881
10882 ULPI BUS
10883 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10884 L:      linux-usb@vger.kernel.org
10885 S:      Maintained
10886 F:      drivers/usb/common/ulpi.c
10887 F:      include/linux/ulpi/
10888
10889 USER-MODE LINUX (UML)
10890 M:      Jeff Dike <jdike@addtoit.com>
10891 M:      Richard Weinberger <richard@nod.at>
10892 L:      user-mode-linux-devel@lists.sourceforge.net
10893 L:      user-mode-linux-user@lists.sourceforge.net
10894 W:      http://user-mode-linux.sourceforge.net
10895 S:      Maintained
10896 F:      Documentation/virtual/uml/
10897 F:      arch/um/
10898 F:      arch/x86/um/
10899 F:      fs/hostfs/
10900 F:      fs/hppfs/
10901
10902 USERSPACE I/O (UIO)
10903 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10904 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10905 S:      Maintained
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10907 F:      Documentation/DocBook/uio-howto.tmpl
10908 F:      drivers/uio/
10909 F:      include/linux/uio*.h
10910
10911 UTIL-LINUX PACKAGE
10912 M:      Karel Zak <kzak@redhat.com>
10913 L:      util-linux@vger.kernel.org
10914 W:      http://en.wikipedia.org/wiki/Util-linux
10915 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10916 S:      Maintained
10917
10918 UVESAFB DRIVER
10919 M:      Michal Januszewski <spock@gentoo.org>
10920 L:      linux-fbdev@vger.kernel.org
10921 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10922 S:      Maintained
10923 F:      Documentation/fb/uvesafb.txt
10924 F:      drivers/video/fbdev/uvesafb.*
10925
10926 VFAT/FAT/MSDOS FILESYSTEM
10927 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10928 S:      Maintained
10929 F:      Documentation/filesystems/vfat.txt
10930 F:      fs/fat/
10931
10932 VFIO DRIVER
10933 M:      Alex Williamson <alex.williamson@redhat.com>
10934 L:      kvm@vger.kernel.org
10935 S:      Maintained
10936 F:      Documentation/vfio.txt
10937 F:      drivers/vfio/
10938 F:      include/linux/vfio.h
10939 F:      include/uapi/linux/vfio.h
10940
10941 VFIO PLATFORM DRIVER
10942 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10943 L:      kvm@vger.kernel.org
10944 S:      Maintained
10945 F:      drivers/vfio/platform/
10946
10947 VIDEOBUF2 FRAMEWORK
10948 M:      Pawel Osciak <pawel@osciak.com>
10949 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10950 M:      Kyungmin Park <kyungmin.park@samsung.com>
10951 L:      linux-media@vger.kernel.org
10952 S:      Maintained
10953 F:      drivers/media/v4l2-core/videobuf2-*
10954 F:      include/media/videobuf2-*
10955
10956 VIRTIO CONSOLE DRIVER
10957 M:      Amit Shah <amit.shah@redhat.com>
10958 L:      virtualization@lists.linux-foundation.org
10959 S:      Maintained
10960 F:      drivers/char/virtio_console.c
10961 F:      include/linux/virtio_console.h
10962 F:      include/uapi/linux/virtio_console.h
10963
10964 VIRTIO CORE, NET AND BLOCK DRIVERS
10965 M:      "Michael S. Tsirkin" <mst@redhat.com>
10966 L:      virtualization@lists.linux-foundation.org
10967 S:      Maintained
10968 F:      drivers/virtio/
10969 F:      tools/virtio/
10970 F:      drivers/net/virtio_net.c
10971 F:      drivers/block/virtio_blk.c
10972 F:      include/linux/virtio_*.h
10973 F:      include/uapi/linux/virtio_*.h
10974
10975 VIRTIO DRIVERS FOR S390
10976 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10977 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10978 L:      linux-s390@vger.kernel.org
10979 L:      virtualization@lists.linux-foundation.org
10980 L:      kvm@vger.kernel.org
10981 S:      Supported
10982 F:      drivers/s390/virtio/
10983
10984 VIRTIO GPU DRIVER
10985 M:      David Airlie <airlied@linux.ie>
10986 M:      Gerd Hoffmann <kraxel@redhat.com>
10987 L:      dri-devel@lists.freedesktop.org
10988 L:      virtualization@lists.linux-foundation.org
10989 S:      Maintained
10990 F:      drivers/gpu/drm/virtio/
10991 F:      include/uapi/linux/virtio_gpu.h
10992
10993 VIRTIO HOST (VHOST)
10994 M:      "Michael S. Tsirkin" <mst@redhat.com>
10995 L:      kvm@vger.kernel.org
10996 L:      virtualization@lists.linux-foundation.org
10997 L:      netdev@vger.kernel.org
10998 S:      Maintained
10999 F:      drivers/vhost/
11000 F:      include/uapi/linux/vhost.h
11001
11002 VIRTIO INPUT DRIVER
11003 M:      Gerd Hoffmann <kraxel@redhat.com>
11004 S:      Maintained
11005 F:      drivers/virtio/virtio_input.c
11006 F:      include/uapi/linux/virtio_input.h
11007
11008 VIA RHINE NETWORK DRIVER
11009 S:      Orphan
11010 F:      drivers/net/ethernet/via/via-rhine.c
11011
11012 VIA SD/MMC CARD CONTROLLER DRIVER
11013 M:      Bruce Chang <brucechang@via.com.tw>
11014 M:      Harald Welte <HaraldWelte@viatech.com>
11015 S:      Maintained
11016 F:      drivers/mmc/host/via-sdmmc.c
11017
11018 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11019 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11020 L:      linux-fbdev@vger.kernel.org
11021 S:      Maintained
11022 F:      include/linux/via-core.h
11023 F:      include/linux/via-gpio.h
11024 F:      include/linux/via_i2c.h
11025 F:      drivers/video/fbdev/via/
11026
11027 VIA VELOCITY NETWORK DRIVER
11028 M:      Francois Romieu <romieu@fr.zoreil.com>
11029 L:      netdev@vger.kernel.org
11030 S:      Maintained
11031 F:      drivers/net/ethernet/via/via-velocity.*
11032
11033 VIVID VIRTUAL VIDEO DRIVER
11034 M:      Hans Verkuil <hverkuil@xs4all.nl>
11035 L:      linux-media@vger.kernel.org
11036 T:      git git://linuxtv.org/media_tree.git
11037 W:      http://linuxtv.org
11038 S:      Maintained
11039 F:      drivers/media/platform/vivid/*
11040
11041 VLAN (802.1Q)
11042 M:      Patrick McHardy <kaber@trash.net>
11043 L:      netdev@vger.kernel.org
11044 S:      Maintained
11045 F:      drivers/net/macvlan.c
11046 F:      include/linux/if_*vlan.h
11047 F:      net/8021q/
11048
11049 VLYNQ BUS
11050 M:      Florian Fainelli <florian@openwrt.org>
11051 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11052 S:      Maintained
11053 F:      drivers/vlynq/vlynq.c
11054 F:      include/linux/vlynq.h
11055
11056 VME SUBSYSTEM
11057 M:      Martyn Welch <martyn.welch@ge.com>
11058 M:      Manohar Vanga <manohar.vanga@gmail.com>
11059 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11060 L:      devel@driverdev.osuosl.org
11061 S:      Maintained
11062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11063 F:      Documentation/vme_api.txt
11064 F:      drivers/staging/vme/
11065 F:      drivers/vme/
11066 F:      include/linux/vme*
11067
11068 VMWARE HYPERVISOR INTERFACE
11069 M:      Alok Kataria <akataria@vmware.com>
11070 L:      virtualization@lists.linux-foundation.org
11071 S:      Supported
11072 F:      arch/x86/kernel/cpu/vmware.c
11073
11074 VMWARE BALLOON DRIVER
11075 M:      Xavier Deguillard <xdeguillard@vmware.com>
11076 M:      Philip Moltmann <moltmann@vmware.com>
11077 M:      "VMware, Inc." <pv-drivers@vmware.com>
11078 L:      linux-kernel@vger.kernel.org
11079 S:      Maintained
11080 F:      drivers/misc/vmw_balloon.c
11081
11082 VMWARE VMMOUSE SUBDRIVER
11083 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11084 M:      "VMware, Inc." <pv-drivers@vmware.com>
11085 L:      linux-input@vger.kernel.org
11086 S:      Maintained
11087 F:      drivers/input/mouse/vmmouse.c
11088 F:      drivers/input/mouse/vmmouse.h
11089
11090 VMWARE VMXNET3 ETHERNET DRIVER
11091 M:      Shrikrishna Khare <skhare@vmware.com>
11092 M:      "VMware, Inc." <pv-drivers@vmware.com>
11093 L:      netdev@vger.kernel.org
11094 S:      Maintained
11095 F:      drivers/net/vmxnet3/
11096
11097 VMware PVSCSI driver
11098 M:      Arvind Kumar <arvindkumar@vmware.com>
11099 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11100 L:      linux-scsi@vger.kernel.org
11101 S:      Maintained
11102 F:      drivers/scsi/vmw_pvscsi.c
11103 F:      drivers/scsi/vmw_pvscsi.h
11104
11105 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11106 M:      Liam Girdwood <lgirdwood@gmail.com>
11107 M:      Mark Brown <broonie@kernel.org>
11108 L:      linux-kernel@vger.kernel.org
11109 W:      http://opensource.wolfsonmicro.com/node/15
11110 W:      http://www.slimlogic.co.uk/?p=48
11111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11112 S:      Supported
11113 F:      drivers/regulator/
11114 F:      include/linux/regulator/
11115
11116 VRF
11117 M:      David Ahern <dsa@cumulusnetworks.com>
11118 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11119 L:      netdev@vger.kernel.org
11120 S:      Maintained
11121 F:      drivers/net/vrf.c
11122 F:      include/net/vrf.h
11123
11124 VT1211 HARDWARE MONITOR DRIVER
11125 M:      Juerg Haefliger <juergh@gmail.com>
11126 L:      lm-sensors@lm-sensors.org
11127 S:      Maintained
11128 F:      Documentation/hwmon/vt1211
11129 F:      drivers/hwmon/vt1211.c
11130
11131 VT8231 HARDWARE MONITOR DRIVER
11132 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11133 L:      lm-sensors@lm-sensors.org
11134 S:      Maintained
11135 F:      drivers/hwmon/vt8231.c
11136
11137 VUB300 USB to SDIO/SD/MMC bridge chip
11138 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11139 L:      linux-mmc@vger.kernel.org
11140 L:      linux-usb@vger.kernel.org
11141 S:      Supported
11142 F:      drivers/mmc/host/vub300.c
11143
11144 W1 DALLAS'S 1-WIRE BUS
11145 M:      Evgeniy Polyakov <zbr@ioremap.net>
11146 S:      Maintained
11147 F:      Documentation/w1/
11148 F:      drivers/w1/
11149
11150 W83791D HARDWARE MONITORING DRIVER
11151 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11152 L:      lm-sensors@lm-sensors.org
11153 S:      Maintained
11154 F:      Documentation/hwmon/w83791d
11155 F:      drivers/hwmon/w83791d.c
11156
11157 W83793 HARDWARE MONITORING DRIVER
11158 M:      Rudolf Marek <r.marek@assembler.cz>
11159 L:      lm-sensors@lm-sensors.org
11160 S:      Maintained
11161 F:      Documentation/hwmon/w83793
11162 F:      drivers/hwmon/w83793.c
11163
11164 W83795 HARDWARE MONITORING DRIVER
11165 M:      Jean Delvare <jdelvare@suse.com>
11166 L:      lm-sensors@lm-sensors.org
11167 S:      Maintained
11168 F:      drivers/hwmon/w83795.c
11169
11170 W83L51xD SD/MMC CARD INTERFACE DRIVER
11171 M:      Pierre Ossman <pierre@ossman.eu>
11172 S:      Maintained
11173 F:      drivers/mmc/host/wbsd.*
11174
11175 WACOM PROTOCOL 4 SERIAL TABLETS
11176 M:      Julian Squires <julian@cipht.net>
11177 M:      Hans de Goede <hdegoede@redhat.com>
11178 L:      linux-input@vger.kernel.org
11179 S:      Maintained
11180 F:      drivers/input/tablet/wacom_serial4.c
11181
11182 WATCHDOG DEVICE DRIVERS
11183 M:      Wim Van Sebroeck <wim@iguana.be>
11184 L:      linux-watchdog@vger.kernel.org
11185 W:      http://www.linux-watchdog.org/
11186 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11187 S:      Maintained
11188 F:      Documentation/watchdog/
11189 F:      drivers/watchdog/
11190 F:      include/linux/watchdog.h
11191 F:      include/uapi/linux/watchdog.h
11192
11193 WD7000 SCSI DRIVER
11194 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11195 L:      linux-scsi@vger.kernel.org
11196 S:      Maintained
11197 F:      drivers/scsi/wd7000.c
11198
11199 WIIMOTE HID DRIVER
11200 M:      David Herrmann <dh.herrmann@googlemail.com>
11201 L:      linux-input@vger.kernel.org
11202 S:      Maintained
11203 F:      drivers/hid/hid-wiimote*
11204
11205 WINBOND CIR DRIVER
11206 M:      David Härdeman <david@hardeman.nu>
11207 S:      Maintained
11208 F:      drivers/media/rc/winbond-cir.c
11209
11210 WIMAX STACK
11211 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11212 M:      linux-wimax@intel.com
11213 L:      wimax@linuxwimax.org (subscribers-only)
11214 S:      Supported
11215 W:      http://linuxwimax.org
11216 F:      Documentation/wimax/README.wimax
11217 F:      include/linux/wimax/debug.h
11218 F:      include/net/wimax.h
11219 F:      include/uapi/linux/wimax.h
11220 F:      net/wimax/
11221
11222 WISTRON LAPTOP BUTTON DRIVER
11223 M:      Miloslav Trmac <mitr@volny.cz>
11224 S:      Maintained
11225 F:      drivers/input/misc/wistron_btns.c
11226
11227 WL3501 WIRELESS PCMCIA CARD DRIVER
11228 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11229 L:      linux-wireless@vger.kernel.org
11230 W:      http://oops.ghostprotocols.net:81/blog
11231 S:      Maintained
11232 F:      drivers/net/wireless/wl3501*
11233
11234 WM97XX TOUCHSCREEN DRIVERS
11235 M:      Mark Brown <broonie@kernel.org>
11236 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11237 L:      linux-input@vger.kernel.org
11238 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11239 W:      http://opensource.wolfsonmicro.com/node/7
11240 S:      Supported
11241 F:      drivers/input/touchscreen/*wm97*
11242 F:      include/linux/wm97xx.h
11243
11244 WOLFSON MICROELECTRONICS DRIVERS
11245 L:      patches@opensource.wolfsonmicro.com
11246 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11247 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11248 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11249 S:      Supported
11250 F:      Documentation/hwmon/wm83??
11251 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11252 F:      drivers/clk/clk-wm83*.c
11253 F:      drivers/extcon/extcon-arizona.c
11254 F:      drivers/leds/leds-wm83*.c
11255 F:      drivers/gpio/gpio-*wm*.c
11256 F:      drivers/gpio/gpio-arizona.c
11257 F:      drivers/hwmon/wm83??-hwmon.c
11258 F:      drivers/input/misc/wm831x-on.c
11259 F:      drivers/input/touchscreen/wm831x-ts.c
11260 F:      drivers/input/touchscreen/wm97*.c
11261 F:      drivers/mfd/arizona*
11262 F:      drivers/mfd/wm*.c
11263 F:      drivers/power/wm83*.c
11264 F:      drivers/rtc/rtc-wm83*.c
11265 F:      drivers/regulator/wm8*.c
11266 F:      drivers/video/backlight/wm83*_bl.c
11267 F:      drivers/watchdog/wm83*_wdt.c
11268 F:      include/linux/mfd/arizona/
11269 F:      include/linux/mfd/wm831x/
11270 F:      include/linux/mfd/wm8350/
11271 F:      include/linux/mfd/wm8400*
11272 F:      include/linux/wm97xx.h
11273 F:      include/sound/wm????.h
11274 F:      sound/soc/codecs/arizona.?
11275 F:      sound/soc/codecs/wm*
11276
11277 WORKQUEUE
11278 M:      Tejun Heo <tj@kernel.org>
11279 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11281 S:      Maintained
11282 F:      include/linux/workqueue.h
11283 F:      kernel/workqueue.c
11284 F:      Documentation/workqueue.txt
11285
11286 X.25 NETWORK LAYER
11287 M:      Andrew Hendry <andrew.hendry@gmail.com>
11288 L:      linux-x25@vger.kernel.org
11289 S:      Odd Fixes
11290 F:      Documentation/networking/x25*
11291 F:      include/net/x25*
11292 F:      net/x25/
11293
11294 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11295 M:      Thomas Gleixner <tglx@linutronix.de>
11296 M:      Ingo Molnar <mingo@redhat.com>
11297 M:      "H. Peter Anvin" <hpa@zytor.com>
11298 M:      x86@kernel.org
11299 L:      linux-kernel@vger.kernel.org
11300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11301 S:      Maintained
11302 F:      Documentation/x86/
11303 F:      arch/x86/
11304
11305 X86 PLATFORM DRIVERS
11306 M:      Darren Hart <dvhart@infradead.org>
11307 L:      platform-driver-x86@vger.kernel.org
11308 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11309 S:      Maintained
11310 F:      drivers/platform/x86/
11311
11312 X86 MCE INFRASTRUCTURE
11313 M:      Tony Luck <tony.luck@intel.com>
11314 M:      Borislav Petkov <bp@alien8.de>
11315 L:      linux-edac@vger.kernel.org
11316 S:      Maintained
11317 F:      arch/x86/kernel/cpu/mcheck/*
11318
11319 X86 VDSO
11320 M:      Andy Lutomirski <luto@amacapital.net>
11321 L:      linux-kernel@vger.kernel.org
11322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11323 S:      Maintained
11324 F:      arch/x86/entry/vdso/
11325
11326 XC2028/3028 TUNER DRIVER
11327 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11328 L:      linux-media@vger.kernel.org
11329 W:      http://linuxtv.org
11330 T:      git git://linuxtv.org/media_tree.git
11331 S:      Maintained
11332 F:      drivers/media/tuners/tuner-xc2028.*
11333
11334 XEN HYPERVISOR INTERFACE
11335 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11336 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11337 M:      David Vrabel <david.vrabel@citrix.com>
11338 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11340 S:      Supported
11341 F:      arch/x86/xen/
11342 F:      drivers/*/xen-*front.c
11343 F:      drivers/xen/
11344 F:      arch/x86/include/asm/xen/
11345 F:      include/xen/
11346 F:      include/uapi/xen/
11347
11348 XEN HYPERVISOR ARM
11349 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11350 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11351 S:      Supported
11352 F:      arch/arm/xen/
11353 F:      arch/arm/include/asm/xen/
11354
11355 XEN HYPERVISOR ARM64
11356 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11357 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11358 S:      Supported
11359 F:      arch/arm64/xen/
11360 F:      arch/arm64/include/asm/xen/
11361
11362 XEN NETWORK BACKEND DRIVER
11363 M:      Ian Campbell <ian.campbell@citrix.com>
11364 M:      Wei Liu <wei.liu2@citrix.com>
11365 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11366 L:      netdev@vger.kernel.org
11367 S:      Supported
11368 F:      drivers/net/xen-netback/*
11369
11370 XEN PCI SUBSYSTEM
11371 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11372 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11373 S:      Supported
11374 F:      arch/x86/pci/*xen*
11375 F:      drivers/pci/*xen*
11376
11377 XEN BLOCK SUBSYSTEM
11378 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11379 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11380 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11381 S:      Supported
11382 F:      drivers/block/xen-blkback/*
11383 F:      drivers/block/xen*
11384
11385 XEN PVSCSI DRIVERS
11386 M:      Juergen Gross <jgross@suse.com>
11387 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11388 L:      linux-scsi@vger.kernel.org
11389 S:      Supported
11390 F:      drivers/scsi/xen-scsifront.c
11391 F:      drivers/xen/xen-scsiback.c
11392 F:      include/xen/interface/io/vscsiif.h
11393
11394 XEN SWIOTLB SUBSYSTEM
11395 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11397 S:      Supported
11398 F:      arch/x86/xen/*swiotlb*
11399 F:      drivers/xen/*swiotlb*
11400
11401 XFS FILESYSTEM
11402 P:      Silicon Graphics Inc
11403 M:      Dave Chinner <david@fromorbit.com>
11404 M:      xfs@oss.sgi.com
11405 L:      xfs@oss.sgi.com
11406 W:      http://oss.sgi.com/projects/xfs
11407 T:      git git://oss.sgi.com/xfs/xfs.git
11408 S:      Supported
11409 F:      Documentation/filesystems/xfs.txt
11410 F:      fs/xfs/
11411
11412 XILINX AXI ETHERNET DRIVER
11413 M:      Anirudha Sarangi <anirudh@xilinx.com>
11414 M:      John Linn <John.Linn@xilinx.com>
11415 S:      Maintained
11416 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11417
11418 XILINX UARTLITE SERIAL DRIVER
11419 M:      Peter Korsgaard <jacmet@sunsite.dk>
11420 L:      linux-serial@vger.kernel.org
11421 S:      Maintained
11422 F:      drivers/tty/serial/uartlite.c
11423
11424 XILINX VIDEO IP CORES
11425 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11426 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11427 L:      linux-media@vger.kernel.org
11428 T:      git git://linuxtv.org/media_tree.git
11429 S:      Supported
11430 F:      Documentation/devicetree/bindings/media/xilinx/
11431 F:      drivers/media/platform/xilinx/
11432 F:      include/uapi/linux/xilinx-v4l2-controls.h
11433
11434 XILLYBUS DRIVER
11435 M:      Eli Billauer <eli.billauer@gmail.com>
11436 L:      linux-kernel@vger.kernel.org
11437 S:      Supported
11438 F:      drivers/char/xillybus/
11439
11440 XTENSA XTFPGA PLATFORM SUPPORT
11441 M:      Max Filippov <jcmvbkbc@gmail.com>
11442 L:      linux-xtensa@linux-xtensa.org
11443 S:      Maintained
11444 F:      drivers/spi/spi-xtensa-xtfpga.c
11445 F:      sound/soc/xtensa/xtfpga-i2s.c
11446
11447 YAM DRIVER FOR AX.25
11448 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11449 L:      linux-hams@vger.kernel.org
11450 S:      Maintained
11451 F:      drivers/net/hamradio/yam*
11452 F:      include/linux/yam.h
11453
11454 YEALINK PHONE DRIVER
11455 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11456 L:      usbb2k-api-dev@nongnu.org
11457 S:      Maintained
11458 F:      Documentation/input/yealink.txt
11459 F:      drivers/input/misc/yealink.*
11460
11461 Z8530 DRIVER FOR AX.25
11462 M:      Joerg Reuter <jreuter@yaina.de>
11463 W:      http://yaina.de/jreuter/
11464 W:      http://www.qsl.net/dl1bke/
11465 L:      linux-hams@vger.kernel.org
11466 S:      Maintained
11467 F:      Documentation/networking/z8530drv.txt
11468 F:      drivers/net/hamradio/*scc.c
11469 F:      drivers/net/hamradio/z8530.h
11470
11471 ZBUD COMPRESSED PAGE ALLOCATOR
11472 M:      Seth Jennings <sjennings@variantweb.net>
11473 L:      linux-mm@kvack.org
11474 S:      Maintained
11475 F:      mm/zbud.c
11476 F:      include/linux/zbud.h
11477
11478 ZD1211RW WIRELESS DRIVER
11479 M:      Daniel Drake <dsd@gentoo.org>
11480 M:      Ulrich Kunitz <kune@deine-taler.de>
11481 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11482 L:      linux-wireless@vger.kernel.org
11483 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11484 S:      Maintained
11485 F:      drivers/net/wireless/zd1211rw/
11486
11487 ZPOOL COMPRESSED PAGE STORAGE API
11488 M:      Dan Streetman <ddstreet@ieee.org>
11489 L:      linux-mm@kvack.org
11490 S:      Maintained
11491 F:      mm/zpool.c
11492 F:      include/linux/zpool.h
11493
11494 ZR36067 VIDEO FOR LINUX DRIVER
11495 L:      mjpeg-users@lists.sourceforge.net
11496 L:      linux-media@vger.kernel.org
11497 W:      http://mjpeg.sourceforge.net/driver-zoran/
11498 T:      hg http://linuxtv.org/hg/v4l-dvb
11499 S:      Odd Fixes
11500 F:      drivers/media/pci/zoran/
11501
11502 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11503 M:      Minchan Kim <minchan@kernel.org>
11504 M:      Nitin Gupta <ngupta@vflare.org>
11505 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11506 L:      linux-kernel@vger.kernel.org
11507 S:      Maintained
11508 F:      drivers/block/zram/
11509 F:      Documentation/blockdev/zram.txt
11510
11511 ZS DECSTATION Z85C30 SERIAL DRIVER
11512 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11513 S:      Maintained
11514 F:      drivers/tty/serial/zs.*
11515
11516 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11517 M:      Minchan Kim <minchan@kernel.org>
11518 M:      Nitin Gupta <ngupta@vflare.org>
11519 L:      linux-mm@kvack.org
11520 S:      Maintained
11521 F:      mm/zsmalloc.c
11522 F:      include/linux/zsmalloc.h
11523 F:      Documentation/vm/zsmalloc.txt
11524
11525 ZSWAP COMPRESSED SWAP CACHING
11526 M:      Seth Jennings <sjennings@variantweb.net>
11527 L:      linux-mm@kvack.org
11528 S:      Maintained
11529 F:      mm/zswap.c
11530
11531 THE REST
11532 M:      Linus Torvalds <torvalds@linux-foundation.org>
11533 L:      linux-kernel@vger.kernel.org
11534 Q:      http://patchwork.kernel.org/project/LKML/list/
11535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11536 S:      Buried alive in reporters
11537 F:      *
11538 F:      */