Merge tag 'platform-drivers-x86-v4.3-1' of git://git.infradead.org/users/dvhart/linux...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 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/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARM MFM AND FLOPPY DRIVERS
812 M:      Ian Molton <spyro@f2s.com>
813 S:      Maintained
814 F:      arch/arm/lib/floppydma.S
815 F:      arch/arm/include/asm/floppy.h
816
817 ARM PMU PROFILING AND DEBUGGING
818 M:      Will Deacon <will.deacon@arm.com>
819 S:      Maintained
820 F:      arch/arm/kernel/perf_*
821 F:      arch/arm/oprofile/common.c
822 F:      arch/arm/kernel/hw_breakpoint.c
823 F:      arch/arm/include/asm/hw_breakpoint.h
824 F:      arch/arm/include/asm/perf_event.h
825 F:      drivers/perf/arm_pmu.c
826 F:      include/linux/perf/arm_pmu.h
827
828 ARM PORT
829 M:      Russell King <linux@arm.linux.org.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 W:      http://www.arm.linux.org.uk/
832 S:      Maintained
833 F:      arch/arm/
834
835 ARM SUB-ARCHITECTURES
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/mach-*/
839 F:      arch/arm/plat-*/
840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
841
842 ARM PRIMECELL AACI PL041 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      sound/arm/aaci.*
846
847 ARM PRIMECELL CLCD PL110 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/video/fbdev/amba-clcd.*
851
852 ARM PRIMECELL KMI PL050 DRIVER
853 M:      Russell King <linux@arm.linux.org.uk>
854 S:      Maintained
855 F:      drivers/input/serio/ambakmi.*
856 F:      include/linux/amba/kmi.h
857
858 ARM PRIMECELL MMCI PL180/1 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/mmc/host/mmci.*
862 F:      include/linux/amba/mmci.h
863
864 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/tty/serial/amba-pl01*.c
868 F:      include/linux/amba/serial.h
869
870 ARM PRIMECELL BUS SUPPORT
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/amba/
874 F:      include/linux/amba/bus.h
875
876 ARM/ADS SPHERE MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AFEB9260 MACHINE SUPPORT
882 M:      Sergey Lapin <slapin@ossfans.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/AJECO 1ARM MACHINE SUPPORT
887 M:      Lennert Buytenhek <kernel@wantstofly.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890
891 ARM/Allwinner A1X SoC support
892 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 N:      sun[x4567]i
896
897 ARM/Allwinner SoC Clock Support
898 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
899 S:      Maintained
900 F:      drivers/clk/sunxi/
901
902 ARM/Amlogic MesonX SoC support
903 M:      Carlo Caione <carlo@caione.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      drivers/media/rc/meson-ir.c
907 N:      meson[x68]
908
909 ARM/Annapurna Labs ALPINE ARCHITECTURE
910 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
911 S:      Maintained
912 F:      arch/arm/mach-alpine/
913
914 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
916 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
917 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.linux4sam.org
920 S:      Supported
921 F:      arch/arm/mach-at91/
922 F:      include/soc/at91/
923 F:      arch/arm/boot/dts/at91*.dts
924 F:      arch/arm/boot/dts/at91*.dtsi
925 F:      arch/arm/boot/dts/sama*.dts
926 F:      arch/arm/boot/dts/sama*.dtsi
927 F:      arch/arm/include/debug/at91.S
928
929 ARM/ATMEL AT91 Clock Support
930 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
931 S:      Maintained
932 F:      drivers/clk/at91
933
934 ARM/CALXEDA HIGHBANK ARCHITECTURE
935 M:      Rob Herring <robh@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/mach-highbank/
939
940 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
941 M:      Krzysztof Halasa <khalasa@piap.pl>
942 S:      Maintained
943 F:      arch/arm/mach-cns3xxx/
944
945 ARM/CAVIUM THUNDER NETWORK DRIVER
946 M:      Sunil Goutham <sgoutham@cavium.com>
947 M:      Robert Richter <rric@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Supported
950 F:      drivers/net/ethernet/cavium/thunder/
951
952 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
953 M:      Alexander Shiyan <shc_work@mail.ru>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Odd Fixes
956 N:      clps711x
957
958 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
960 M:      Ryan Mallon <rmallon@gmail.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 F:      arch/arm/mach-ep93xx/
964 F:      arch/arm/mach-ep93xx/include/mach/
965
966 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
967 M:      Lennert Buytenhek <kernel@wantstofly.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970
971 ARM/CLKDEV SUPPORT
972 M:      Russell King <linux@arm.linux.org.uk>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/include/asm/clkdev.h
976 F:      drivers/clk/clkdev.c
977
978 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
979 M:      Mike Rapoport <mike@compulab.co.il>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982
983 ARM/CONTEC MICRO9 MACHINE SUPPORT
984 M:      Hubert Feurstein <hubert.feurstein@contec.at>
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/micro9.c
987
988 ARM/CORESIGHT FRAMEWORK AND DRIVERS
989 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 F:      drivers/hwtracing/coresight/*
993 F:      Documentation/trace/coresight.txt
994 F:      Documentation/devicetree/bindings/arm/coresight.txt
995 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
996
997 ARM/CORGI MACHINE SUPPORT
998 M:      Richard Purdie <rpurdie@rpsys.net>
999 S:      Maintained
1000
1001 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1002 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T:      git git://github.com/ulli-kroll/linux.git
1005 S:      Maintained
1006 F:      arch/arm/mach-gemini/
1007 F:      drivers/rtc/rtc-gemini.c
1008
1009 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1010 M:      Barry Song <baohua@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-prima2/
1015 F:      drivers/clk/sirf/
1016 F:      drivers/clocksource/timer-prima2.c
1017 F:      drivers/clocksource/timer-atlas7.c
1018 N:      [^a-z]sirf
1019
1020 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1021 M:      Baruch Siach <baruch@tkos.co.il>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/boot/dts/cx92755*
1025 N:      digicolor
1026
1027 ARM/EBSA110 MACHINE SUPPORT
1028 M:      Russell King <linux@arm.linux.org.uk>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 W:      http://www.arm.linux.org.uk/
1031 S:      Maintained
1032 F:      arch/arm/mach-ebsa110/
1033 F:      drivers/net/ethernet/amd/am79c961a.*
1034
1035 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1036 M:      Uwe Kleine-König <kernel@pengutronix.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 N:      efm32
1040
1041 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1042 M:      Daniel Ribeiro <drwyrm@gmail.com>
1043 M:      Stefan Schmidt <stefan@openezx.org>
1044 M:      Harald Welte <laforge@openezx.org>
1045 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1046 W:      http://www.openezx.org/
1047 S:      Maintained
1048 T:      topgit git://git.openezx.org/openezx.git
1049 F:      arch/arm/mach-pxa/ezx.c
1050
1051 ARM/FARADAY FA526 PORT
1052 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.berlios.de/gemini-board
1056 F:      arch/arm/mm/*-fa*
1057
1058 ARM/FOOTBRIDGE ARCHITECTURE
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/include/asm/hardware/dec21285.h
1064 F:      arch/arm/mach-footbridge/
1065
1066 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/
1073 F:      arch/arm/mach-mxs/
1074 F:      arch/arm/boot/dts/imx*
1075 F:      arch/arm/configs/imx*_defconfig
1076 F:      drivers/clk/imx/
1077 F:      include/soc/imx/
1078
1079 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1080 M:      Shawn Guo <shawnguo@kernel.org>
1081 M:      Sascha Hauer <kernel@pengutronix.de>
1082 R:      Stefan Agner <stefan@agner.ch>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/*vf610*
1087 F:      arch/arm/boot/dts/vf*
1088
1089 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1090 M:      Lennert Buytenhek <kernel@wantstofly.org>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/GUMSTIX MACHINE SUPPORT
1095 M:      Steve Sakoman <sakoman@gmail.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1100 M:      Philipp Zabel <philipp.zabel@gmail.com>
1101 M:      Paul Parsons <lost.distance@yahoo.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/hx4700.c
1105 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1106 F:      sound/soc/pxa/hx4700.c
1107
1108 ARM/HISILICON SOC SUPPORT
1109 M:      Wei Xu <xuwei5@hisilicon.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.hisilicon.com
1112 S:      Supported
1113 T:      git git://github.com/hisilicon/linux-hisi.git
1114 F:      arch/arm/mach-hisi/
1115
1116 ARM/HP JORNADA 7XX MACHINE SUPPORT
1117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1118 W:      www.jlime.com
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1121 F:      arch/arm/mach-sa1100/jornada720.c
1122 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1123
1124 ARM/IGEP MACHINE SUPPORT
1125 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1126 M:      Javier Martinez Canillas <javier@dowhile0.org>
1127 L:      linux-omap@vger.kernel.org
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 F:      arch/arm/boot/dts/omap3-igep*
1131
1132 ARM/INCOME PXA270 SUPPORT
1133 M:      Marek Vasut <marek.vasut@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1137
1138 ARM/INTEL IOP32X ARM ARCHITECTURE
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/INTEL IOP33X ARM ARCHITECTURE
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Orphan
1146
1147 ARM/INTEL IOP13XX ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IQ81342EX MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXDP2850 MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/INTEL IXP4XX ARM ARCHITECTURE
1163 M:      Imre Kaloz <kaloz@openwrt.org>
1164 M:      Krzysztof Halasa <khalasa@piap.pl>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-ixp4xx/
1168
1169 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1170 M:      Jonathan Cameron <jic23@cam.ac.uk>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-pxa/stargate2.c
1174 F:      drivers/pcmcia/pxa2xx_stargate2.c
1175
1176 ARM/INTEL XSC3 (MANZANO) ARM CORE
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-keystone/
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/clk/keystone/
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clocksource/timer-keystone.c
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/power/reset/keystone-reset.c
1211
1212 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/memory/*emif*
1217
1218 ARM/LOGICPD PXA270 MACHINE SUPPORT
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/LPC18XX ARCHITECTURE
1224 M:      Joachim Eastwood <manabian@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      lpc18xx
1228
1229 ARM/MAGICIAN MACHINE SUPPORT
1230 M:      Philipp Zabel <philipp.zabel@gmail.com>
1231 S:      Maintained
1232
1233 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1234 M:      Jason Cooper <jason@lakedaemon.net>
1235 M:      Andrew Lunn <andrew@lunn.ch>
1236 M:      Gregory Clement <gregory.clement@free-electrons.com>
1237 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-mvebu/
1241 F:      drivers/rtc/rtc-armada38x.c
1242 F:      arch/arm/boot/dts/armada*
1243 F:      arch/arm/boot/dts/kirkwood*
1244
1245
1246 ARM/Marvell Berlin SoC support
1247 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-berlin/
1251 F:      arch/arm/boot/dts/berlin*
1252
1253
1254 ARM/Marvell Dove/MV78xx0/Orion SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1258 M:      Gregory Clement <gregory.clement@free-electrons.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-dove/
1262 F:      arch/arm/mach-mv78xx0/
1263 F:      arch/arm/mach-orion5x/
1264 F:      arch/arm/plat-orion/
1265 F:      arch/arm/boot/dts/dove*
1266 F:      arch/arm/boot/dts/orion5x*
1267
1268
1269 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1270 M:      Alexander Clouter <alex@digriz.org.uk>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 W:      http://www.digriz.org.uk/ts78xx/kernel
1273 S:      Maintained
1274 F:      arch/arm/mach-orion5x/ts78xx-*
1275
1276 ARM/Mediatek RTC DRIVER
1277 M:      Eddie Huang <eddie.huang@mediatek.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/rtc/rtc-mt6397.c
1282
1283 ARM/Mediatek SoC support
1284 M:      Matthias Brugger <matthias.bgg@gmail.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/boot/dts/mt6*
1289 F:      arch/arm/boot/dts/mt8*
1290 F:      arch/arm/mach-mediatek/
1291 N:      mtk
1292 K:      mediatek
1293
1294 ARM/MICREL KS8695 ARCHITECTURE
1295 M:      Greg Ungerer <gerg@uclinux.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 F:      arch/arm/mach-ks8695/
1298 S:      Odd Fixes
1299
1300 ARM/MIOA701 MACHINE SUPPORT
1301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-pxa/mioa701.c
1304 S:      Maintained
1305
1306 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1307 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1308 S:      Maintained
1309
1310 ARM/NOMADIK ARCHITECTURE
1311 M:      Alessandro Rubini <rubini@unipv.it>
1312 M:      Linus Walleij <linus.walleij@linaro.org>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-nomadik/
1316 F:      drivers/pinctrl/nomadik/
1317 F:      drivers/i2c/busses/i2c-nomadik.c
1318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1319
1320 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1321 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1322 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1323 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1324 S:      Supported
1325
1326 ARM/TOSA MACHINE SUPPORT
1327 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1328 M:      Dirk Opfer <dirk@opfer-online.de>
1329 S:      Maintained
1330
1331 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1332 M:      Marek Vasut <marek.vasut@gmail.com>
1333 L:      linux-arm-kernel@lists.infradead.org
1334 W:      http://hackndev.com
1335 S:      Maintained
1336 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1337 F:      arch/arm/mach-pxa/palmtx.c
1338 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1339 F:      arch/arm/mach-pxa/palmt5.c
1340 F:      arch/arm/mach-pxa/include/mach/palmld.h
1341 F:      arch/arm/mach-pxa/palmld.c
1342 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1343 F:      arch/arm/mach-pxa/palmte2.c
1344 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1345 F:      arch/arm/mach-pxa/palmtc.c
1346
1347 ARM/PALM TREO SUPPORT
1348 M:      Tomas Cech <sleep_walker@suse.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1353 F:      arch/arm/mach-pxa/palmtreo.c
1354
1355 ARM/PALMZ72 SUPPORT
1356 M:      Sergey Lapin <slapin@ossfans.org>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1361 F:      arch/arm/mach-pxa/palmz72.c
1362
1363 ARM/PLEB SUPPORT
1364 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1365 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1366 S:      Maintained
1367
1368 ARM/PT DIGITAL BOARD PORT
1369 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.arm.linux.org.uk/
1372 S:      Maintained
1373
1374 ARM/QUALCOMM SUPPORT
1375 M:      Kumar Gala <galak@codeaurora.org>
1376 M:      Andy Gross <agross@codeaurora.org>
1377 M:      David Brown <davidb@codeaurora.org>
1378 L:      linux-arm-msm@vger.kernel.org
1379 L:      linux-soc@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/mach-qcom/
1382 F:      drivers/soc/qcom/
1383 F:      drivers/tty/serial/msm_serial.h
1384 F:      drivers/tty/serial/msm_serial.c
1385 F:      drivers/*/pm8???-*
1386 F:      drivers/mfd/ssbi.c
1387 F:      drivers/firmware/qcom_scm.c
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1389
1390 ARM/RADISYS ENP2611 MACHINE SUPPORT
1391 M:      Lennert Buytenhek <kernel@wantstofly.org>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1394
1395 ARM/RISCPC ARCHITECTURE
1396 M:      Russell King <linux@arm.linux.org.uk>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 W:      http://www.arm.linux.org.uk/
1399 S:      Maintained
1400 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1401 F:      arch/arm/include/asm/hardware/ioc.h
1402 F:      arch/arm/include/asm/hardware/iomd.h
1403 F:      arch/arm/include/asm/hardware/memc.h
1404 F:      arch/arm/mach-rpc/
1405 F:      drivers/net/ethernet/8390/etherh.c
1406 F:      drivers/net/ethernet/i825xx/ether1*
1407 F:      drivers/net/ethernet/seeq/ether3*
1408 F:      drivers/scsi/arm/
1409
1410 ARM/Rockchip SoC support
1411 M:      Heiko Stuebner <heiko@sntech.de>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 L:      linux-rockchip@lists.infradead.org
1414 S:      Maintained
1415 F:      arch/arm/boot/dts/rk3*
1416 F:      arch/arm/mach-rockchip/
1417 F:      drivers/clk/rockchip/
1418 F:      drivers/i2c/busses/i2c-rk3x.c
1419 F:      drivers/*/*rockchip*
1420 F:      drivers/*/*/*rockchip*
1421 F:      sound/soc/rockchip/
1422 N:      rockchip
1423
1424 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1425 M:      Kukjin Kim <kgene@kernel.org>
1426 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm/boot/dts/s3c*
1431 F:      arch/arm/boot/dts/exynos*
1432 F:      arch/arm64/boot/dts/exynos/
1433 F:      arch/arm/plat-samsung/
1434 F:      arch/arm/mach-s3c24*/
1435 F:      arch/arm/mach-s3c64xx/
1436 F:      arch/arm/mach-s5p*/
1437 F:      arch/arm/mach-exynos*/
1438 F:      drivers/*/*s3c2410*
1439 F:      drivers/*/*/*s3c2410*
1440 F:      drivers/spi/spi-s3c*
1441 F:      sound/soc/samsung/*
1442 N:      exynos
1443
1444 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-s5pv210/
1449
1450 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 M:      Kamil Debski <k.debski@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org
1454 L:      linux-media@vger.kernel.org
1455 S:      Maintained
1456 F:      drivers/media/platform/s5p-g2d/
1457
1458 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 M:      Jeongtae Park <jtp.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1466 F:      drivers/media/platform/s5p-mfc/
1467
1468 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      drivers/media/platform/s5p-tv/
1475
1476 ARM/SHMOBILE ARM ARCHITECTURE
1477 M:      Simon Horman <horms@verge.net.au>
1478 M:      Magnus Damm <magnus.damm@gmail.com>
1479 L:      linux-sh@vger.kernel.org
1480 W:      http://oss.renesas.com
1481 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1483 S:      Supported
1484 F:      arch/arm/boot/dts/emev2*
1485 F:      arch/arm/boot/dts/r7s*
1486 F:      arch/arm/boot/dts/r8a*
1487 F:      arch/arm/boot/dts/sh*
1488 F:      arch/arm/configs/bockw_defconfig
1489 F:      arch/arm/configs/marzen_defconfig
1490 F:      arch/arm/configs/shmobile_defconfig
1491 F:      arch/arm/include/debug/renesas-scif.S
1492 F:      arch/arm/mach-shmobile/
1493 F:      drivers/sh/
1494
1495 ARM/SOCFPGA ARCHITECTURE
1496 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1497 S:      Maintained
1498 F:      arch/arm/mach-socfpga/
1499 F:      arch/arm/boot/dts/socfpga*
1500 F:      arch/arm/configs/socfpga_defconfig
1501 W:      http://www.rocketboards.org
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1503
1504 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/clk/socfpga/
1508
1509 ARM/SOCFPGA EDAC SUPPORT
1510 M:      Thor Thayer <tthayer@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/edac/altera_edac.
1513
1514 ARM/STI ARCHITECTURE
1515 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1516 M:      Maxime Coquelin <maxime.coquelin@st.com>
1517 M:      Patrice Chotard <patrice.chotard@st.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      kernel@stlinux.com
1520 W:      http://www.stlinux.com
1521 S:      Maintained
1522 F:      arch/arm/mach-sti/
1523 F:      arch/arm/boot/dts/sti*
1524 F:      drivers/clocksource/arm_global_timer.c
1525 F:      drivers/clocksource/clksrc_st_lpc.c
1526 F:      drivers/i2c/busses/i2c-st.c
1527 F:      drivers/media/rc/st_rc.c
1528 F:      drivers/media/platform/sti/c8sectpfe/
1529 F:      drivers/mmc/host/sdhci-st.c
1530 F:      drivers/phy/phy-miphy28lp.c
1531 F:      drivers/phy/phy-miphy365x.c
1532 F:      drivers/phy/phy-stih407-usb.c
1533 F:      drivers/phy/phy-stih41x-usb.c
1534 F:      drivers/pinctrl/pinctrl-st.c
1535 F:      drivers/reset/sti/
1536 F:      drivers/rtc/rtc-st-lpc.c
1537 F:      drivers/tty/serial/st-asc.c
1538 F:      drivers/usb/dwc3/dwc3-st.c
1539 F:      drivers/usb/host/ehci-st.c
1540 F:      drivers/usb/host/ohci-st.c
1541 F:      drivers/watchdog/st_lpc_wdt.c
1542 F:      drivers/ata/ahci_st.c
1543
1544 ARM/STM32 ARCHITECTURE
1545 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S:      Maintained
1548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1549 N:      stm32
1550 F:      drivers/clocksource/armv7m_systick.c
1551
1552 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1553 M:      Lennert Buytenhek <kernel@wantstofly.org>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556
1557 ARM/TETON BGA MACHINE SUPPORT
1558 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561
1562 ARM/THECUS N2100 MACHINE SUPPORT
1563 M:      Lennert Buytenhek <kernel@wantstofly.org>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 S:      Maintained
1566
1567 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1568 M:      Wan ZongShun <mcuos.com@gmail.com>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 W:      http://www.mcuos.com
1571 S:      Maintained
1572 F:      arch/arm/mach-w90x900/
1573 F:      drivers/input/keyboard/w90p910_keypad.c
1574 F:      drivers/input/touchscreen/w90p910_ts.c
1575 F:      drivers/watchdog/nuc900_wdt.c
1576 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1577 F:      drivers/mtd/nand/nuc900_nand.c
1578 F:      drivers/rtc/rtc-nuc900.c
1579 F:      drivers/spi/spi-nuc900.c
1580 F:      drivers/usb/host/ehci-w90x900.c
1581 F:      drivers/video/fbdev/nuc900fb.c
1582
1583 ARM/U300 MACHINE SUPPORT
1584 M:      Linus Walleij <linus.walleij@linaro.org>
1585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 S:      Supported
1587 F:      arch/arm/mach-u300/
1588 F:      drivers/clocksource/timer-u300.c
1589 F:      drivers/i2c/busses/i2c-stu300.c
1590 F:      drivers/rtc/rtc-coh901331.c
1591 F:      drivers/watchdog/coh901327_wdt.c
1592 F:      drivers/dma/coh901318*
1593 F:      drivers/mfd/ab3100*
1594 F:      drivers/rtc/rtc-ab3100.c
1595 F:      drivers/rtc/rtc-coh901331.c
1596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1597
1598 ARM/UNIPHIER ARCHITECTURE
1599 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/boot/dts/uniphier*
1603 F:      arch/arm/mach-uniphier/
1604 F:      drivers/pinctrl/uniphier/
1605 F:      drivers/tty/serial/8250/8250_uniphier.c
1606 N:      uniphier
1607
1608 ARM/Ux500 ARM ARCHITECTURE
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612 F:      arch/arm/mach-ux500/
1613 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1614 F:      drivers/dma/ste_dma40*
1615 F:      drivers/hwspinlock/u8500_hsem.c
1616 F:      drivers/mfd/abx500*
1617 F:      drivers/mfd/ab8500*
1618 F:      drivers/mfd/dbx500*
1619 F:      drivers/mfd/db8500*
1620 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1621 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1622 F:      drivers/rtc/rtc-ab8500.c
1623 F:      drivers/rtc/rtc-pl031.c
1624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1625
1626 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1627 M:      Ulf Hansson <ulf.hansson@linaro.org>
1628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1629 T:      git git://git.linaro.org/people/ulfh/clk.git
1630 S:      Maintained
1631 F:      drivers/clk/ux500/
1632 F:      include/linux/platform_data/clk-ux500.h
1633
1634 ARM/VERSATILE EXPRESS PLATFORM
1635 M:      Liviu Dudau <liviu.dudau@arm.com>
1636 M:      Sudeep Holla <sudeep.holla@arm.com>
1637 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Maintained
1640 F:      arch/arm/boot/dts/vexpress*
1641 F:      arch/arm64/boot/dts/arm/vexpress*
1642 F:      arch/arm/mach-vexpress/
1643 F:      */*/vexpress*
1644 F:      */*/*/vexpress*
1645 F:      drivers/clk/versatile/clk-vexpress-osc.c
1646 F:      drivers/clocksource/versatile.c
1647
1648 ARM/VFP SUPPORT
1649 M:      Russell King <linux@arm.linux.org.uk>
1650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 W:      http://www.arm.linux.org.uk/
1652 S:      Maintained
1653 F:      arch/arm/vfp/
1654
1655 ARM/VOIPAC PXA270 SUPPORT
1656 M:      Marek Vasut <marek.vasut@gmail.com>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      arch/arm/mach-pxa/vpac270.c
1660 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1661
1662 ARM/VT8500 ARM ARCHITECTURE
1663 M:      Tony Prisk <linux@prisktech.co.nz>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 F:      arch/arm/mach-vt8500/
1667 F:      drivers/clocksource/vt8500_timer.c
1668 F:      drivers/i2c/busses/i2c-wmt.c
1669 F:      drivers/mmc/host/wmt-sdmmc.c
1670 F:      drivers/pwm/pwm-vt8500.c
1671 F:      drivers/rtc/rtc-vt8500.c
1672 F:      drivers/tty/serial/vt8500_serial.c
1673 F:      drivers/usb/host/ehci-platform.c
1674 F:      drivers/usb/host/uhci-platform.c
1675 F:      drivers/video/fbdev/vt8500lcdfb.*
1676 F:      drivers/video/fbdev/wm8505fb*
1677 F:      drivers/video/fbdev/wmt_ge_rops.*
1678
1679 ARM/ZIPIT Z2 SUPPORT
1680 M:      Marek Vasut <marek.vasut@gmail.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-pxa/z2.c
1684 F:      arch/arm/mach-pxa/include/mach/z2.h
1685
1686 ARM/ZTE ARCHITECTURE
1687 M:      Jun Nie <jun.nie@linaro.org>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-zx/
1691 F:      drivers/clk/zte/
1692 F:      Documentation/devicetree/bindings/arm/zte.txt
1693 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1694
1695 ARM/ZYNQ ARCHITECTURE
1696 M:      Michal Simek <michal.simek@xilinx.com>
1697 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 W:      http://wiki.xilinx.com
1700 T:      git https://github.com/Xilinx/linux-xlnx.git
1701 S:      Supported
1702 F:      arch/arm/mach-zynq/
1703 F:      drivers/cpuidle/cpuidle-zynq.c
1704 F:      drivers/block/xsysace.c
1705 N:      zynq
1706 N:      xilinx
1707 F:      drivers/clocksource/cadence_ttc_timer.c
1708 F:      drivers/i2c/busses/i2c-cadence.c
1709 F:      drivers/mmc/host/sdhci-of-arasan.c
1710 F:      drivers/edac/synopsys_edac.c
1711
1712 ARM SMMU DRIVERS
1713 M:      Will Deacon <will.deacon@arm.com>
1714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1715 S:      Maintained
1716 F:      drivers/iommu/arm-smmu.c
1717 F:      drivers/iommu/arm-smmu-v3.c
1718 F:      drivers/iommu/io-pgtable-arm.c
1719
1720 ARM64 PORT (AARCH64 ARCHITECTURE)
1721 M:      Catalin Marinas <catalin.marinas@arm.com>
1722 M:      Will Deacon <will.deacon@arm.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S:      Maintained
1725 F:      arch/arm64/
1726 F:      Documentation/arm64/
1727
1728 AS3645A LED FLASH CONTROLLER DRIVER
1729 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1730 L:      linux-media@vger.kernel.org
1731 T:      git git://linuxtv.org/media_tree.git
1732 S:      Maintained
1733 F:      drivers/media/i2c/as3645a.c
1734 F:      include/media/as3645a.h
1735
1736 ASC7621 HARDWARE MONITOR DRIVER
1737 M:      George Joseph <george.joseph@fairview5.com>
1738 L:      lm-sensors@lm-sensors.org
1739 S:      Maintained
1740 F:      Documentation/hwmon/asc7621
1741 F:      drivers/hwmon/asc7621.c
1742
1743 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1744 M:      Corentin Chary <corentin.chary@gmail.com>
1745 L:      acpi4asus-user@lists.sourceforge.net
1746 L:      platform-driver-x86@vger.kernel.org
1747 W:      http://acpi4asus.sf.net
1748 S:      Maintained
1749 F:      drivers/platform/x86/asus*.c
1750 F:      drivers/platform/x86/eeepc*.c
1751
1752 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1753 R:      Dan Williams <dan.j.williams@intel.com>
1754 W:      http://sourceforge.net/projects/xscaleiop
1755 S:      Odd fixes
1756 F:      Documentation/crypto/async-tx-api.txt
1757 F:      crypto/async_tx/
1758 F:      drivers/dma/
1759 F:      include/linux/dmaengine.h
1760 F:      include/linux/async_tx.h
1761
1762 AT24 EEPROM DRIVER
1763 M:      Wolfram Sang <wsa@the-dreams.de>
1764 L:      linux-i2c@vger.kernel.org
1765 S:      Maintained
1766 F:      drivers/misc/eeprom/at24.c
1767 F:      include/linux/platform_data/at24.h
1768
1769 ATA OVER ETHERNET (AOE) DRIVER
1770 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1771 W:      http://www.openaoe.org/
1772 S:      Supported
1773 F:      Documentation/aoe/
1774 F:      drivers/block/aoe/
1775
1776 ATHEROS ATH GENERIC UTILITIES
1777 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1778 L:      linux-wireless@vger.kernel.org
1779 S:      Supported
1780 F:      drivers/net/wireless/ath/*
1781
1782 ATHEROS ATH5K WIRELESS DRIVER
1783 M:      Jiri Slaby <jirislaby@gmail.com>
1784 M:      Nick Kossifidis <mickflemm@gmail.com>
1785 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1786 L:      linux-wireless@vger.kernel.org
1787 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1788 S:      Maintained
1789 F:      drivers/net/wireless/ath/ath5k/
1790
1791 ATHEROS ATH6KL WIRELESS DRIVER
1792 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1793 L:      linux-wireless@vger.kernel.org
1794 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1795 T:      git git://github.com/kvalo/ath.git
1796 S:      Supported
1797 F:      drivers/net/wireless/ath/ath6kl/
1798
1799 WILOCITY WIL6210 WIRELESS DRIVER
1800 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1801 L:      linux-wireless@vger.kernel.org
1802 L:      wil6210@qca.qualcomm.com
1803 S:      Supported
1804 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1805 F:      drivers/net/wireless/ath/wil6210/
1806 F:      include/uapi/linux/wil6210_uapi.h
1807
1808 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1809 M:      Christian Lamparter <chunkeey@googlemail.com>
1810 L:      linux-wireless@vger.kernel.org
1811 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1812 S:      Maintained
1813 F:      drivers/net/wireless/ath/carl9170/
1814
1815 ATK0110 HWMON DRIVER
1816 M:      Luca Tettamanti <kronos.it@gmail.com>
1817 L:      lm-sensors@lm-sensors.org
1818 S:      Maintained
1819 F:      drivers/hwmon/asus_atk0110.c
1820
1821 ATI_REMOTE2 DRIVER
1822 M:      Ville Syrjala <syrjala@sci.fi>
1823 S:      Maintained
1824 F:      drivers/input/misc/ati_remote2.c
1825
1826 ATLX ETHERNET DRIVERS
1827 M:      Jay Cliburn <jcliburn@gmail.com>
1828 M:      Chris Snook <chris.snook@gmail.com>
1829 L:      netdev@vger.kernel.org
1830 W:      http://sourceforge.net/projects/atl1
1831 W:      http://atl1.sourceforge.net
1832 S:      Maintained
1833 F:      drivers/net/ethernet/atheros/
1834
1835 ATM
1836 M:      Chas Williams <3chas3@gmail.com>
1837 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1838 L:      netdev@vger.kernel.org
1839 W:      http://linux-atm.sourceforge.net
1840 S:      Maintained
1841 F:      drivers/atm/
1842 F:      include/linux/atm*
1843 F:      include/uapi/linux/atm*
1844
1845 ATMEL AT91 / AT32 MCI DRIVER
1846 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1847 S:      Maintained
1848 F:      drivers/mmc/host/atmel-mci.c
1849 F:      drivers/mmc/host/atmel-mci-regs.h
1850
1851 ATMEL AT91 / AT32 SERIAL DRIVER
1852 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1853 S:      Supported
1854 F:      drivers/tty/serial/atmel_serial.c
1855
1856 ATMEL Audio ALSA driver
1857 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1858 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1859 S:      Supported
1860 F:      sound/soc/atmel
1861
1862 ATMEL DMA DRIVER
1863 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 S:      Supported
1866 F:      drivers/dma/at_hdmac.c
1867 F:      drivers/dma/at_hdmac_regs.h
1868 F:      include/linux/platform_data/dma-atmel.h
1869
1870 ATMEL XDMA DRIVER
1871 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1872 L:      linux-arm-kernel@lists.infradead.org
1873 L:      dmaengine@vger.kernel.org
1874 S:      Supported
1875 F:      drivers/dma/at_xdmac.c
1876
1877 ATMEL I2C DRIVER
1878 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1879 L:      linux-i2c@vger.kernel.org
1880 S:      Supported
1881 F:      drivers/i2c/busses/i2c-at91.c
1882
1883 ATMEL ISI DRIVER
1884 M:      Josh Wu <josh.wu@atmel.com>
1885 L:      linux-media@vger.kernel.org
1886 S:      Supported
1887 F:      drivers/media/platform/soc_camera/atmel-isi.c
1888 F:      include/media/atmel-isi.h
1889
1890 ATMEL LCDFB DRIVER
1891 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1892 L:      linux-fbdev@vger.kernel.org
1893 S:      Maintained
1894 F:      drivers/video/fbdev/atmel_lcdfb.c
1895 F:      include/video/atmel_lcdc.h
1896
1897 ATMEL MACB ETHERNET DRIVER
1898 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1899 S:      Supported
1900 F:      drivers/net/ethernet/cadence/
1901
1902 ATMEL NAND DRIVER
1903 M:      Josh Wu <josh.wu@atmel.com>
1904 L:      linux-mtd@lists.infradead.org
1905 S:      Supported
1906 F:      drivers/mtd/nand/atmel_nand*
1907
1908 ATMEL SPI DRIVER
1909 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1910 S:      Supported
1911 F:      drivers/spi/spi-atmel.*
1912
1913 ATMEL SSC DRIVER
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-ssc.c
1918 F:      include/linux/atmel-ssc.h
1919
1920 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
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/misc/atmel_tclib.c
1925 F:      drivers/clocksource/tcb_clksrc.c
1926
1927 ATMEL USBA UDC DRIVER
1928 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1930 S:      Supported
1931 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1932
1933 ATMEL WIRELESS DRIVER
1934 M:      Simon Kelley <simon@thekelleys.org.uk>
1935 L:      linux-wireless@vger.kernel.org
1936 W:      http://www.thekelleys.org.uk/atmel
1937 W:      http://atmelwlandriver.sourceforge.net/
1938 S:      Maintained
1939 F:      drivers/net/wireless/atmel*
1940
1941 ATMEL MAXTOUCH DRIVER
1942 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1943 T:      git git://github.com/atmel-maxtouch/linux.git
1944 S:      Supported
1945 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1946 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1947 F:      include/linux/platform_data/atmel_mxt_ts.h
1948
1949 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1950 M:      Bradley Grove <linuxdrivers@attotech.com>
1951 L:      linux-scsi@vger.kernel.org
1952 W:      http://www.attotech.com
1953 S:      Supported
1954 F:      drivers/scsi/esas2r
1955
1956 ATUSB IEEE 802.15.4 RADIO DRIVER
1957 M:      Stefan Schmidt <stefan@osg.samsung.com>
1958 L:      linux-wpan@vger.kernel.org
1959 S:      Maintained
1960 F:      drivers/net/ieee802154/atusb.c
1961 F:      drivers/net/ieee802154/atusb.h
1962 F:      drivers/net/ieee802154/at86rf230.h
1963
1964 AUDIT SUBSYSTEM
1965 M:      Paul Moore <paul@paul-moore.com>
1966 M:      Eric Paris <eparis@redhat.com>
1967 L:      linux-audit@redhat.com (moderated for non-subscribers)
1968 W:      http://people.redhat.com/sgrubb/audit/
1969 T:      git git://git.infradead.org/users/pcmoore/audit
1970 S:      Maintained
1971 F:      include/linux/audit.h
1972 F:      include/uapi/linux/audit.h
1973 F:      kernel/audit*
1974
1975 AUXILIARY DISPLAY DRIVERS
1976 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1977 W:      http://miguelojeda.es/auxdisplay.htm
1978 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1979 S:      Maintained
1980 F:      drivers/auxdisplay/
1981 F:      include/linux/cfag12864b.h
1982
1983 AVR32 ARCHITECTURE
1984 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1985 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1986 W:      http://www.atmel.com/products/AVR32/
1987 W:      http://mirror.egtvedt.no/avr32linux.org/
1988 W:      http://avrfreaks.net/
1989 S:      Maintained
1990 F:      arch/avr32/
1991
1992 AVR32/AT32AP MACHINE SUPPORT
1993 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1994 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1995 S:      Maintained
1996 F:      arch/avr32/mach-at32ap/
1997
1998 AX.25 NETWORK LAYER
1999 M:      Ralf Baechle <ralf@linux-mips.org>
2000 L:      linux-hams@vger.kernel.org
2001 W:      http://www.linux-ax25.org/
2002 S:      Maintained
2003 F:      include/uapi/linux/ax25.h
2004 F:      include/net/ax25.h
2005 F:      net/ax25/
2006
2007 AZ6007 DVB DRIVER
2008 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2009 L:      linux-media@vger.kernel.org
2010 W:      http://linuxtv.org
2011 T:      git git://linuxtv.org/media_tree.git
2012 S:      Maintained
2013 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2014
2015 AZTECH FM RADIO RECEIVER DRIVER
2016 M:      Hans Verkuil <hverkuil@xs4all.nl>
2017 L:      linux-media@vger.kernel.org
2018 T:      git git://linuxtv.org/media_tree.git
2019 W:      http://linuxtv.org
2020 S:      Maintained
2021 F:      drivers/media/radio/radio-aztech*
2022
2023 B43 WIRELESS DRIVER
2024 L:      linux-wireless@vger.kernel.org
2025 L:      b43-dev@lists.infradead.org
2026 W:      http://wireless.kernel.org/en/users/Drivers/b43
2027 S:      Odd Fixes
2028 F:      drivers/net/wireless/b43/
2029
2030 B43LEGACY WIRELESS DRIVER
2031 M:      Larry Finger <Larry.Finger@lwfinger.net>
2032 L:      linux-wireless@vger.kernel.org
2033 L:      b43-dev@lists.infradead.org
2034 W:      http://wireless.kernel.org/en/users/Drivers/b43
2035 S:      Maintained
2036 F:      drivers/net/wireless/b43legacy/
2037
2038 BACKLIGHT CLASS/SUBSYSTEM
2039 M:      Jingoo Han <jingoohan1@gmail.com>
2040 M:      Lee Jones <lee.jones@linaro.org>
2041 S:      Maintained
2042 F:      drivers/video/backlight/
2043 F:      include/linux/backlight.h
2044
2045 BATMAN ADVANCED
2046 M:      Marek Lindner <mareklindner@neomailbox.ch>
2047 M:      Simon Wunderlich <sw@simonwunderlich.de>
2048 M:      Antonio Quartulli <antonio@meshcoding.com>
2049 L:      b.a.t.m.a.n@lists.open-mesh.org
2050 W:      http://www.open-mesh.org/
2051 S:      Maintained
2052 F:      net/batman-adv/
2053
2054 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2055 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2056 L:      linux-hams@vger.kernel.org
2057 W:      http://www.baycom.org/~tom/ham/ham.html
2058 S:      Maintained
2059 F:      drivers/net/hamradio/baycom*
2060
2061 BCACHE (BLOCK LAYER CACHE)
2062 M:      Kent Overstreet <kent.overstreet@gmail.com>
2063 L:      linux-bcache@vger.kernel.org
2064 W:      http://bcache.evilpiepirate.org
2065 S:      Maintained
2066 F:      drivers/md/bcache/
2067
2068 BDISP ST MEDIA DRIVER
2069 M:      Fabien Dessenne <fabien.dessenne@st.com>
2070 L:      linux-media@vger.kernel.org
2071 T:      git git://linuxtv.org/media_tree.git
2072 W:      http://linuxtv.org
2073 S:      Supported
2074 F:      drivers/media/platform/sti/bdisp
2075
2076 BEFS FILE SYSTEM
2077 S:      Orphan
2078 F:      Documentation/filesystems/befs.txt
2079 F:      fs/befs/
2080
2081 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2082 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2083 L:      netdev@vger.kernel.org
2084 S:      Maintained
2085 F:      drivers/net/ethernet/ec_bhf.c
2086
2087 BFS FILE SYSTEM
2088 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2089 S:      Maintained
2090 F:      Documentation/filesystems/bfs.txt
2091 F:      fs/bfs/
2092 F:      include/uapi/linux/bfs_fs.h
2093
2094 BLACKFIN ARCHITECTURE
2095 M:      Steven Miao <realmz6@gmail.com>
2096 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2097 T:      git git://git.code.sf.net/p/adi-linux/code
2098 W:      http://blackfin.uclinux.org
2099 S:      Supported
2100 F:      arch/blackfin/
2101
2102 BLACKFIN EMAC DRIVER
2103 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2104 W:      http://blackfin.uclinux.org
2105 S:      Supported
2106 F:      drivers/net/ethernet/adi/
2107
2108 BLACKFIN RTC DRIVER
2109 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      http://blackfin.uclinux.org
2111 S:      Supported
2112 F:      drivers/rtc/rtc-bfin.c
2113
2114 BLACKFIN SDH DRIVER
2115 M:      Sonic Zhang <sonic.zhang@analog.com>
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      http://blackfin.uclinux.org
2118 S:      Supported
2119 F:      drivers/mmc/host/bfin_sdh.c
2120
2121 BLACKFIN SERIAL DRIVER
2122 M:      Sonic Zhang <sonic.zhang@analog.com>
2123 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2124 W:      http://blackfin.uclinux.org
2125 S:      Supported
2126 F:      drivers/tty/serial/bfin_uart.c
2127
2128 BLACKFIN WATCHDOG DRIVER
2129 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W:      http://blackfin.uclinux.org
2131 S:      Supported
2132 F:      drivers/watchdog/bfin_wdt.c
2133
2134 BLACKFIN I2C TWI DRIVER
2135 M:      Sonic Zhang <sonic.zhang@analog.com>
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org/
2138 S:      Supported
2139 F:      drivers/i2c/busses/i2c-bfin-twi.c
2140
2141 BLACKFIN MEDIA DRIVER
2142 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2143 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2144 W:      http://blackfin.uclinux.org/
2145 S:      Supported
2146 F:      drivers/media/platform/blackfin/
2147 F:      drivers/media/i2c/adv7183*
2148 F:      drivers/media/i2c/vs6624*
2149
2150 BLINKM RGB LED DRIVER
2151 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2152 S:      Maintained
2153 F:      drivers/leds/leds-blinkm.c
2154
2155 BLOCK LAYER
2156 M:      Jens Axboe <axboe@kernel.dk>
2157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2158 S:      Maintained
2159 F:      block/
2160 F:      kernel/trace/blktrace.c
2161
2162 BLOCK2MTD DRIVER
2163 M:      Joern Engel <joern@lazybastard.org>
2164 L:      linux-mtd@lists.infradead.org
2165 S:      Maintained
2166 F:      drivers/mtd/devices/block2mtd.c
2167
2168 BLUETOOTH DRIVERS
2169 M:      Marcel Holtmann <marcel@holtmann.org>
2170 M:      Gustavo Padovan <gustavo@padovan.org>
2171 M:      Johan Hedberg <johan.hedberg@gmail.com>
2172 L:      linux-bluetooth@vger.kernel.org
2173 W:      http://www.bluez.org/
2174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2176 S:      Maintained
2177 F:      drivers/bluetooth/
2178
2179 BLUETOOTH SUBSYSTEM
2180 M:      Marcel Holtmann <marcel@holtmann.org>
2181 M:      Gustavo Padovan <gustavo@padovan.org>
2182 M:      Johan Hedberg <johan.hedberg@gmail.com>
2183 L:      linux-bluetooth@vger.kernel.org
2184 W:      http://www.bluez.org/
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2187 S:      Maintained
2188 F:      net/bluetooth/
2189 F:      include/net/bluetooth/
2190
2191 BONDING DRIVER
2192 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2193 M:      Veaceslav Falico <vfalico@gmail.com>
2194 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2195 L:      netdev@vger.kernel.org
2196 W:      http://sourceforge.net/projects/bonding/
2197 S:      Supported
2198 F:      drivers/net/bonding/
2199 F:      include/uapi/linux/if_bonding.h
2200
2201 BPF (Safe dynamic programs and tools)
2202 M:      Alexei Starovoitov <ast@kernel.org>
2203 L:      netdev@vger.kernel.org
2204 L:      linux-kernel@vger.kernel.org
2205 S:      Supported
2206 F:      kernel/bpf/
2207
2208 BROADCOM B44 10/100 ETHERNET DRIVER
2209 M:      Gary Zambrano <zambrano@broadcom.com>
2210 L:      netdev@vger.kernel.org
2211 S:      Supported
2212 F:      drivers/net/ethernet/broadcom/b44.*
2213
2214 BROADCOM GENET ETHERNET DRIVER
2215 M:      Florian Fainelli <f.fainelli@gmail.com>
2216 L:      netdev@vger.kernel.org
2217 S:      Supported
2218 F:      drivers/net/ethernet/broadcom/genet/
2219
2220 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2221 M:      Sony Chacko <sony.chacko@qlogic.com>
2222 M:      Dept-HSGLinuxNICDev@qlogic.com
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/bnx2.*
2226 F:      drivers/net/ethernet/broadcom/bnx2_*
2227
2228 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2229 M:      Ariel Elior <ariel.elior@qlogic.com>
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bnx2x/
2233
2234 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2235 M:      Florian Fainelli <f.fainelli@gmail.com>
2236 M:      Ray Jui <rjui@broadcom.com>
2237 M:      Scott Branden <sbranden@broadcom.com>
2238 L:      bcm-kernel-feedback-list@broadcom.com
2239 T:      git git://github.com/broadcom/mach-bcm
2240 S:      Maintained
2241 F:      arch/arm/mach-bcm/
2242 F:      arch/arm/boot/dts/bcm113*
2243 F:      arch/arm/boot/dts/bcm216*
2244 F:      arch/arm/boot/dts/bcm281*
2245 F:      arch/arm/configs/bcm_defconfig
2246 F:      drivers/mmc/host/sdhci-bcm-kona.c
2247 F:      drivers/clocksource/bcm_kona_timer.c
2248
2249 BROADCOM BCM2835 ARM ARCHITECTURE
2250 M:      Stephen Warren <swarren@wwwdotorg.org>
2251 M:      Lee Jones <lee@kernel.org>
2252 M:      Eric Anholt <eric@anholt.net>
2253 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2256 S:      Maintained
2257 N:      bcm2835
2258
2259 BROADCOM BCM33XX MIPS ARCHITECTURE
2260 M:      Kevin Cernekee <cernekee@gmail.com>
2261 L:      linux-mips@linux-mips.org
2262 S:      Maintained
2263 F:      arch/mips/bcm3384/*
2264 F:      arch/mips/include/asm/mach-bcm3384/*
2265 F:      arch/mips/kernel/*bmips*
2266
2267 BROADCOM BCM47XX MIPS ARCHITECTURE
2268 M:      Hauke Mehrtens <hauke@hauke-m.de>
2269 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2270 L:      linux-mips@linux-mips.org
2271 S:      Maintained
2272 F:      arch/mips/bcm47xx/*
2273 F:      arch/mips/include/asm/mach-bcm47xx/*
2274
2275 BROADCOM BCM5301X ARM ARCHITECTURE
2276 M:      Hauke Mehrtens <hauke@hauke-m.de>
2277 L:      linux-arm-kernel@lists.infradead.org
2278 S:      Maintained
2279 F:      arch/arm/mach-bcm/bcm_5301x.c
2280 F:      arch/arm/boot/dts/bcm5301x.dtsi
2281 F:      arch/arm/boot/dts/bcm470*
2282
2283 BROADCOM BCM63XX ARM ARCHITECTURE
2284 M:      Florian Fainelli <f.fainelli@gmail.com>
2285 L:      linux-arm-kernel@lists.infradead.org
2286 T:      git git://github.com/broadcom/arm-bcm63xx.git
2287 S:      Maintained
2288 F:      arch/arm/mach-bcm/bcm63xx.c
2289 F:      arch/arm/include/debug/bcm63xx.S
2290
2291 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2292 M:      Kevin Cernekee <cernekee@gmail.com>
2293 L:      linux-usb@vger.kernel.org
2294 S:      Maintained
2295 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2296
2297 BROADCOM BCM7XXX ARM ARCHITECTURE
2298 M:      Brian Norris <computersforpeace@gmail.com>
2299 M:      Gregory Fong <gregory.0xf0@gmail.com>
2300 M:      Florian Fainelli <f.fainelli@gmail.com>
2301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2302 T:      git git://github.com/broadcom/stblinux.git
2303 S:      Maintained
2304 F:      arch/arm/mach-bcm/*brcmstb*
2305 F:      arch/arm/boot/dts/bcm7*.dts*
2306 F:      drivers/bus/brcmstb_gisb.c
2307 N:      brcmstb
2308
2309 BROADCOM BMIPS MIPS ARCHITECTURE
2310 M:      Kevin Cernekee <cernekee@gmail.com>
2311 M:      Florian Fainelli <f.fainelli@gmail.com>
2312 L:      linux-mips@linux-mips.org
2313 T:      git git://github.com/broadcom/stblinux.git
2314 S:      Maintained
2315 F:      arch/mips/bmips/*
2316 F:      arch/mips/include/asm/mach-bmips/*
2317 F:      arch/mips/kernel/*bmips*
2318 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2319 F:      drivers/irqchip/irq-bcm7*
2320 F:      drivers/irqchip/irq-brcmstb*
2321
2322 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2323 M:      Prashant Sreedharan <prashant@broadcom.com>
2324 M:      Michael Chan <mchan@broadcom.com>
2325 L:      netdev@vger.kernel.org
2326 S:      Supported
2327 F:      drivers/net/ethernet/broadcom/tg3.*
2328
2329 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2330 M:      Brett Rudley <brudley@broadcom.com>
2331 M:      Arend van Spriel <arend@broadcom.com>
2332 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2333 M:      Hante Meuleman <meuleman@broadcom.com>
2334 L:      linux-wireless@vger.kernel.org
2335 L:      brcm80211-dev-list@broadcom.com
2336 S:      Supported
2337 F:      drivers/net/wireless/brcm80211/
2338
2339 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2340 M:      QLogic-Storage-Upstream@qlogic.com
2341 L:      linux-scsi@vger.kernel.org
2342 S:      Supported
2343 F:      drivers/scsi/bnx2fc/
2344
2345 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2346 M:      QLogic-Storage-Upstream@qlogic.com
2347 L:      linux-scsi@vger.kernel.org
2348 S:      Supported
2349 F:      drivers/scsi/bnx2i/
2350
2351 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2352 M:      Ray Jui <rjui@broadcom.com>
2353 M:      Scott Branden <sbranden@broadcom.com>
2354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2355 L:      bcm-kernel-feedback-list@broadcom.com
2356 T:      git git://github.com/broadcom/cygnus-linux.git
2357 S:      Maintained
2358 N:      iproc
2359 N:      cygnus
2360 N:      bcm9113*
2361 N:      bcm9583*
2362 N:      bcm583*
2363 N:      bcm113*
2364
2365 BROADCOM BRCMSTB GPIO DRIVER
2366 M:      Gregory Fong <gregory.0xf0@gmail.com>
2367 L:      bcm-kernel-feedback-list@broadcom.com>
2368 S:      Supported
2369 F:      drivers/gpio/gpio-brcmstb.c
2370 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2371
2372 BROADCOM KONA GPIO DRIVER
2373 M:      Ray Jui <rjui@broadcom.com>
2374 L:      bcm-kernel-feedback-list@broadcom.com
2375 S:      Supported
2376 F:      drivers/gpio/gpio-bcm-kona.c
2377 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2378
2379 BROADCOM NVRAM DRIVER
2380 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2381 L:      linux-mips@linux-mips.org
2382 S:      Maintained
2383 F:      drivers/firmware/broadcom/*
2384
2385 BROADCOM STB NAND FLASH DRIVER
2386 M:      Brian Norris <computersforpeace@gmail.com>
2387 L:      linux-mtd@lists.infradead.org
2388 S:      Maintained
2389 F:      drivers/mtd/nand/brcmnand/
2390
2391 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2392 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2393 L:      linux-wireless@vger.kernel.org
2394 S:      Maintained
2395 F:      drivers/bcma/
2396 F:      include/linux/bcma/
2397
2398 BROADCOM SYSTEMPORT ETHERNET DRIVER
2399 M:      Florian Fainelli <f.fainelli@gmail.com>
2400 L:      netdev@vger.kernel.org
2401 S:      Supported
2402 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2403
2404 BROCADE BFA FC SCSI DRIVER
2405 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2406 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2407 L:      linux-scsi@vger.kernel.org
2408 S:      Supported
2409 F:      drivers/scsi/bfa/
2410
2411 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2412 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2413 L:      netdev@vger.kernel.org
2414 S:      Supported
2415 F:      drivers/net/ethernet/brocade/bna/
2416
2417 BSG (block layer generic sg v4 driver)
2418 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2419 L:      linux-scsi@vger.kernel.org
2420 S:      Supported
2421 F:      block/bsg.c
2422 F:      include/linux/bsg.h
2423 F:      include/uapi/linux/bsg.h
2424
2425 BT87X AUDIO DRIVER
2426 M:      Clemens Ladisch <clemens@ladisch.de>
2427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2428 T:      git git://git.alsa-project.org/alsa-kernel.git
2429 S:      Maintained
2430 F:      Documentation/sound/alsa/Bt87x.txt
2431 F:      sound/pci/bt87x.c
2432
2433 BT8XXGPIO DRIVER
2434 M:      Michael Buesch <m@bues.ch>
2435 W:      http://bu3sch.de/btgpio.php
2436 S:      Maintained
2437 F:      drivers/gpio/gpio-bt8xx.c
2438
2439 BTRFS FILE SYSTEM
2440 M:      Chris Mason <clm@fb.com>
2441 M:      Josef Bacik <jbacik@fb.com>
2442 M:      David Sterba <dsterba@suse.com>
2443 L:      linux-btrfs@vger.kernel.org
2444 W:      http://btrfs.wiki.kernel.org/
2445 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2447 S:      Maintained
2448 F:      Documentation/filesystems/btrfs.txt
2449 F:      fs/btrfs/
2450
2451 BTTV VIDEO4LINUX DRIVER
2452 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2453 L:      linux-media@vger.kernel.org
2454 W:      http://linuxtv.org
2455 T:      git git://linuxtv.org/media_tree.git
2456 S:      Odd fixes
2457 F:      Documentation/video4linux/bttv/
2458 F:      drivers/media/pci/bt8xx/bttv*
2459
2460 BUSLOGIC SCSI DRIVER
2461 M:      Khalid Aziz <khalid@gonehiking.org>
2462 L:      linux-scsi@vger.kernel.org
2463 S:      Maintained
2464 F:      drivers/scsi/BusLogic.*
2465 F:      drivers/scsi/FlashPoint.*
2466
2467 C-MEDIA CMI8788 DRIVER
2468 M:      Clemens Ladisch <clemens@ladisch.de>
2469 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2470 T:      git git://git.alsa-project.org/alsa-kernel.git
2471 S:      Maintained
2472 F:      sound/pci/oxygen/
2473
2474 C6X ARCHITECTURE
2475 M:      Mark Salter <msalter@redhat.com>
2476 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2477 L:      linux-c6x-dev@linux-c6x.org
2478 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2479 S:      Maintained
2480 F:      arch/c6x/
2481
2482 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2483 M:      David Howells <dhowells@redhat.com>
2484 L:      linux-cachefs@redhat.com
2485 S:      Supported
2486 F:      Documentation/filesystems/caching/cachefiles.txt
2487 F:      fs/cachefiles/
2488
2489 CADET FM/AM RADIO RECEIVER DRIVER
2490 M:      Hans Verkuil <hverkuil@xs4all.nl>
2491 L:      linux-media@vger.kernel.org
2492 T:      git git://linuxtv.org/media_tree.git
2493 W:      http://linuxtv.org
2494 S:      Maintained
2495 F:      drivers/media/radio/radio-cadet*
2496
2497 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2498 M:      Jonathan Corbet <corbet@lwn.net>
2499 L:      linux-media@vger.kernel.org
2500 T:      git git://linuxtv.org/media_tree.git
2501 S:      Maintained
2502 F:      Documentation/video4linux/cafe_ccic
2503 F:      drivers/media/platform/marvell-ccic/
2504
2505 CAIF NETWORK LAYER
2506 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2507 L:      netdev@vger.kernel.org
2508 S:      Supported
2509 F:      Documentation/networking/caif/
2510 F:      drivers/net/caif/
2511 F:      include/uapi/linux/caif/
2512 F:      include/net/caif/
2513 F:      net/caif/
2514
2515 CALGARY x86-64 IOMMU
2516 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2517 M:      "Jon D. Mason" <jdmason@kudzu.us>
2518 L:      discuss@x86-64.org
2519 S:      Maintained
2520 F:      arch/x86/kernel/pci-calgary_64.c
2521 F:      arch/x86/kernel/tce_64.c
2522 F:      arch/x86/include/asm/calgary.h
2523 F:      arch/x86/include/asm/tce.h
2524
2525 CAN NETWORK LAYER
2526 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2527 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2528 L:      linux-can@vger.kernel.org
2529 W:      https://github.com/linux-can
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2532 S:      Maintained
2533 F:      Documentation/networking/can.txt
2534 F:      net/can/
2535 F:      include/linux/can/core.h
2536 F:      include/uapi/linux/can.h
2537 F:      include/uapi/linux/can/bcm.h
2538 F:      include/uapi/linux/can/raw.h
2539 F:      include/uapi/linux/can/gw.h
2540
2541 CAN NETWORK DRIVERS
2542 M:      Wolfgang Grandegger <wg@grandegger.com>
2543 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2544 L:      linux-can@vger.kernel.org
2545 W:      https://github.com/linux-can
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2548 S:      Maintained
2549 F:      drivers/net/can/
2550 F:      include/linux/can/dev.h
2551 F:      include/linux/can/platform/
2552 F:      include/uapi/linux/can/error.h
2553 F:      include/uapi/linux/can/netlink.h
2554
2555 CAPABILITIES
2556 M:      Serge Hallyn <serge.hallyn@canonical.com>
2557 L:      linux-security-module@vger.kernel.org
2558 S:      Supported
2559 F:      include/linux/capability.h
2560 F:      include/uapi/linux/capability.h
2561 F:      security/commoncap.c
2562 F:      kernel/capability.c
2563
2564 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2565 M:      Kevin Tsai <ktsai@capellamicro.com>
2566 S:      Maintained
2567 F:      drivers/iio/light/cm*
2568 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2569
2570 CAVIUM LIQUIDIO NETWORK DRIVER
2571 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2572 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2573 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2574 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2575 L:     netdev@vger.kernel.org
2576 W:     http://www.cavium.com
2577 S:     Supported
2578 F:     drivers/net/ethernet/cavium/liquidio/
2579
2580 CC2520 IEEE-802.15.4 RADIO DRIVER
2581 M:      Varka Bhadram <varkabhadram@gmail.com>
2582 L:      linux-wpan@vger.kernel.org
2583 S:      Maintained
2584 F:      drivers/net/ieee802154/cc2520.c
2585 F:      include/linux/spi/cc2520.h
2586 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2587
2588 CELL BROADBAND ENGINE ARCHITECTURE
2589 M:      Arnd Bergmann <arnd@arndb.de>
2590 L:      linuxppc-dev@lists.ozlabs.org
2591 W:      http://www.ibm.com/developerworks/power/cell/
2592 S:      Supported
2593 F:      arch/powerpc/include/asm/cell*.h
2594 F:      arch/powerpc/include/asm/spu*.h
2595 F:      arch/powerpc/include/uapi/asm/spu*.h
2596 F:      arch/powerpc/oprofile/*cell*
2597 F:      arch/powerpc/platforms/cell/
2598
2599 CEPH COMMON CODE (LIBCEPH)
2600 M:      Ilya Dryomov <idryomov@gmail.com>
2601 M:      "Yan, Zheng" <zyan@redhat.com>
2602 M:      Sage Weil <sage@redhat.com>
2603 L:      ceph-devel@vger.kernel.org
2604 W:      http://ceph.com/
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2606 T:      git git://github.com/ceph/ceph-client.git
2607 S:      Supported
2608 F:      net/ceph/
2609 F:      include/linux/ceph/
2610 F:      include/linux/crush/
2611
2612 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2613 M:      "Yan, Zheng" <zyan@redhat.com>
2614 M:      Sage Weil <sage@redhat.com>
2615 M:      Ilya Dryomov <idryomov@gmail.com>
2616 L:      ceph-devel@vger.kernel.org
2617 W:      http://ceph.com/
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2619 T:      git git://github.com/ceph/ceph-client.git
2620 S:      Supported
2621 F:      Documentation/filesystems/ceph.txt
2622 F:      fs/ceph/
2623
2624 CERTIFICATE HANDLING:
2625 M:      David Howells <dhowells@redhat.com>
2626 M:      David Woodhouse <dwmw2@infradead.org>
2627 L:      keyrings@linux-nfs.org
2628 S:      Maintained
2629 F:      Documentation/module-signing.txt
2630 F:      certs/
2631 F:      scripts/extract-cert.c
2632
2633 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2634 L:      linux-usb@vger.kernel.org
2635 S:      Orphan
2636 F:      Documentation/usb/WUSB-Design-overview.txt
2637 F:      Documentation/usb/wusb-cbaf
2638 F:      drivers/usb/host/hwa-hc.c
2639 F:      drivers/usb/host/whci/
2640 F:      drivers/usb/wusbcore/
2641 F:      include/linux/usb/wusb*
2642
2643 CFAG12864B LCD DRIVER
2644 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2645 W:      http://miguelojeda.es/auxdisplay.htm
2646 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2647 S:      Maintained
2648 F:      drivers/auxdisplay/cfag12864b.c
2649 F:      include/linux/cfag12864b.h
2650
2651 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2652 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2653 W:      http://miguelojeda.es/auxdisplay.htm
2654 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2655 S:      Maintained
2656 F:      drivers/auxdisplay/cfag12864bfb.c
2657 F:      include/linux/cfag12864b.h
2658
2659 CFG80211 and NL80211
2660 M:      Johannes Berg <johannes@sipsolutions.net>
2661 L:      linux-wireless@vger.kernel.org
2662 W:      http://wireless.kernel.org/
2663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2665 S:      Maintained
2666 F:      include/uapi/linux/nl80211.h
2667 F:      include/net/cfg80211.h
2668 F:      net/wireless/*
2669 X:      net/wireless/wext*
2670
2671 CHAR and MISC DRIVERS
2672 M:      Arnd Bergmann <arnd@arndb.de>
2673 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2675 S:      Supported
2676 F:      drivers/char/*
2677 F:      drivers/misc/*
2678 F:      include/linux/miscdevice.h
2679
2680 CHECKPATCH
2681 M:      Andy Whitcroft <apw@canonical.com>
2682 M:      Joe Perches <joe@perches.com>
2683 S:      Maintained
2684 F:      scripts/checkpatch.pl
2685
2686 CHINESE DOCUMENTATION
2687 M:      Harry Wei <harryxiyou@gmail.com>
2688 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2689 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2690 S:      Maintained
2691 F:      Documentation/zh_CN/
2692
2693 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2694 M:      Peter Chen <Peter.Chen@freescale.com>
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2696 L:      linux-usb@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/usb/chipidea/
2699
2700 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2701 M:      Hans de Goede <hdegoede@redhat.com>
2702 L:      linux-input@vger.kernel.org
2703 S:      Maintained
2704 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2705 F:      drivers/input/touchscreen/chipone_icn8318.c
2706
2707 CHROME HARDWARE PLATFORM SUPPORT
2708 M:      Olof Johansson <olof@lixom.net>
2709 S:      Maintained
2710 F:      drivers/platform/chrome/
2711
2712 CISCO VIC ETHERNET NIC DRIVER
2713 M:      Christian Benvenuti <benve@cisco.com>
2714 M:      Sujith Sankar <ssujith@cisco.com>
2715 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2716 M:      Neel Patel <neepatel@cisco.com>
2717 S:      Supported
2718 F:      drivers/net/ethernet/cisco/enic/
2719
2720 CISCO VIC LOW LATENCY NIC DRIVER
2721 M:      Upinder Malhi <umalhi@cisco.com>
2722 S:      Supported
2723 F:      drivers/infiniband/hw/usnic
2724
2725 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2726 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2727 L:      netdev@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2730
2731 CIRRUS LOGIC AUDIO CODEC DRIVERS
2732 M:      Brian Austin <brian.austin@cirrus.com>
2733 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2735 S:      Maintained
2736 F:      sound/soc/codecs/cs*
2737
2738 CLEANCACHE API
2739 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2740 L:      linux-kernel@vger.kernel.org
2741 S:      Maintained
2742 F:      mm/cleancache.c
2743 F:      include/linux/cleancache.h
2744
2745 CLK API
2746 M:      Russell King <linux@arm.linux.org.uk>
2747 L:      linux-clk@vger.kernel.org
2748 S:      Maintained
2749 F:      include/linux/clk.h
2750
2751 CLOCKSOURCE, CLOCKEVENT DRIVERS
2752 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2753 M:      Thomas Gleixner <tglx@linutronix.de>
2754 L:      linux-kernel@vger.kernel.org
2755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2756 S:      Supported
2757 F:      drivers/clocksource
2758
2759 CISCO FCOE HBA DRIVER
2760 M:      Hiral Patel <hiralpat@cisco.com>
2761 M:      Suma Ramars <sramars@cisco.com>
2762 M:      Brian Uchino <buchino@cisco.com>
2763 L:      linux-scsi@vger.kernel.org
2764 S:      Supported
2765 F:      drivers/scsi/fnic/
2766
2767 CISCO SCSI HBA DRIVER
2768 M:      Narsimhulu Musini <nmusini@cisco.com>
2769 M:      Sesidhar Baddela <sebaddel@cisco.com>
2770 L:      linux-scsi@vger.kernel.org
2771 S:      Supported
2772 F:      drivers/scsi/snic/
2773
2774 CMPC ACPI DRIVER
2775 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2776 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2777 L:      platform-driver-x86@vger.kernel.org
2778 S:      Supported
2779 F:      drivers/platform/x86/classmate-laptop.c
2780
2781 COBALT MEDIA DRIVER
2782 M:      Hans Verkuil <hans.verkuil@cisco.com>
2783 L:      linux-media@vger.kernel.org
2784 T:      git git://linuxtv.org/media_tree.git
2785 W:      http://linuxtv.org
2786 S:      Supported
2787 F:      drivers/media/pci/cobalt/
2788
2789 COCCINELLE/Semantic Patches (SmPL)
2790 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2791 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2792 M:      Nicolas Palix <nicolas.palix@imag.fr>
2793 M:      Michal Marek <mmarek@suse.com>
2794 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2796 W:      http://coccinelle.lip6.fr/
2797 S:      Supported
2798 F:      Documentation/coccinelle.txt
2799 F:      scripts/coccinelle/
2800 F:      scripts/coccicheck
2801
2802 CODA FILE SYSTEM
2803 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2804 M:      coda@cs.cmu.edu
2805 L:      codalist@coda.cs.cmu.edu
2806 W:      http://www.coda.cs.cmu.edu/
2807 S:      Maintained
2808 F:      Documentation/filesystems/coda.txt
2809 F:      fs/coda/
2810 F:      include/linux/coda*.h
2811 F:      include/uapi/linux/coda*.h
2812
2813 CODA V4L2 MEM2MEM DRIVER
2814 M:      Philipp Zabel <p.zabel@pengutronix.de>
2815 L:      linux-media@vger.kernel.org
2816 S:      Maintained
2817 F:      Documentation/devicetree/bindings/media/coda.txt
2818 F:      drivers/media/platform/coda/
2819
2820 COMMON CLK FRAMEWORK
2821 M:      Michael Turquette <mturquette@baylibre.com>
2822 M:      Stephen Boyd <sboyd@codeaurora.org>
2823 L:      linux-clk@vger.kernel.org
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2825 S:      Maintained
2826 F:      drivers/clk/
2827 X:      drivers/clk/clkdev.c
2828 F:      include/linux/clk-pr*
2829 F:      include/linux/clk/
2830
2831 COMMON INTERNET FILE SYSTEM (CIFS)
2832 M:      Steve French <sfrench@samba.org>
2833 L:      linux-cifs@vger.kernel.org
2834 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2835 W:      http://linux-cifs.samba.org/
2836 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2837 S:      Supported
2838 F:      Documentation/filesystems/cifs/
2839 F:      fs/cifs/
2840
2841 COMPACTPCI HOTPLUG CORE
2842 M:      Scott Murray <scott@spiteful.org>
2843 L:      linux-pci@vger.kernel.org
2844 S:      Maintained
2845 F:      drivers/pci/hotplug/cpci_hotplug*
2846
2847 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2848 M:      Scott Murray <scott@spiteful.org>
2849 L:      linux-pci@vger.kernel.org
2850 S:      Maintained
2851 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2852
2853 COMPACTPCI HOTPLUG GENERIC DRIVER
2854 M:      Scott Murray <scott@spiteful.org>
2855 L:      linux-pci@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/pci/hotplug/cpcihp_generic.c
2858
2859 COMPAL LAPTOP SUPPORT
2860 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2861 L:      platform-driver-x86@vger.kernel.org
2862 S:      Maintained
2863 F:      drivers/platform/x86/compal-laptop.c
2864
2865 CONEXANT ACCESSRUNNER USB DRIVER
2866 M:      Simon Arlott <cxacru@fire.lp0.eu>
2867 L:      accessrunner-general@lists.sourceforge.net
2868 W:      http://accessrunner.sourceforge.net/
2869 S:      Maintained
2870 F:      drivers/usb/atm/cxacru.c
2871
2872 CONFIGFS
2873 M:      Joel Becker <jlbec@evilplan.org>
2874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2875 S:      Supported
2876 F:      fs/configfs/
2877 F:      include/linux/configfs.h
2878
2879 CONNECTOR
2880 M:      Evgeniy Polyakov <zbr@ioremap.net>
2881 L:      netdev@vger.kernel.org
2882 S:      Maintained
2883 F:      drivers/connector/
2884
2885 CONTROL GROUP (CGROUP)
2886 M:      Tejun Heo <tj@kernel.org>
2887 M:      Li Zefan <lizefan@huawei.com>
2888 M:      Johannes Weiner <hannes@cmpxchg.org>
2889 L:      cgroups@vger.kernel.org
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2891 S:      Maintained
2892 F:      Documentation/cgroups/
2893 F:      include/linux/cgroup*
2894 F:      kernel/cgroup*
2895
2896 CONTROL GROUP - CPUSET
2897 M:      Li Zefan <lizefan@huawei.com>
2898 L:      cgroups@vger.kernel.org
2899 W:      http://www.bullopensource.org/cpuset/
2900 W:      http://oss.sgi.com/projects/cpusets/
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2902 S:      Maintained
2903 F:      Documentation/cgroups/cpusets.txt
2904 F:      include/linux/cpuset.h
2905 F:      kernel/cpuset.c
2906
2907 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2908 M:      Johannes Weiner <hannes@cmpxchg.org>
2909 M:      Michal Hocko <mhocko@kernel.org>
2910 L:      cgroups@vger.kernel.org
2911 L:      linux-mm@kvack.org
2912 S:      Maintained
2913 F:      mm/memcontrol.c
2914 F:      mm/swap_cgroup.c
2915
2916 CORETEMP HARDWARE MONITORING DRIVER
2917 M:      Fenghua Yu <fenghua.yu@intel.com>
2918 L:      lm-sensors@lm-sensors.org
2919 S:      Maintained
2920 F:      Documentation/hwmon/coretemp
2921 F:      drivers/hwmon/coretemp.c
2922
2923 COSA/SRP SYNC SERIAL DRIVER
2924 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2925 W:      http://www.fi.muni.cz/~kas/cosa/
2926 S:      Maintained
2927 F:      drivers/net/wan/cosa*
2928
2929 CPMAC ETHERNET DRIVER
2930 M:      Florian Fainelli <florian@openwrt.org>
2931 L:      netdev@vger.kernel.org
2932 S:      Maintained
2933 F:      drivers/net/ethernet/ti/cpmac.c
2934
2935 CPU FREQUENCY DRIVERS
2936 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2937 M:      Viresh Kumar <viresh.kumar@linaro.org>
2938 L:      linux-pm@vger.kernel.org
2939 S:      Maintained
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2941 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2942 F:      drivers/cpufreq/
2943 F:      include/linux/cpufreq.h
2944
2945 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2946 M:      Viresh Kumar <viresh.kumar@linaro.org>
2947 M:      Sudeep Holla <sudeep.holla@arm.com>
2948 L:      linux-pm@vger.kernel.org
2949 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2950 S:      Maintained
2951 F:      drivers/cpufreq/arm_big_little.h
2952 F:      drivers/cpufreq/arm_big_little.c
2953 F:      drivers/cpufreq/arm_big_little_dt.c
2954
2955 CPUIDLE DRIVER - ARM BIG LITTLE
2956 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2957 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2958 L:      linux-pm@vger.kernel.org
2959 L:      linux-arm-kernel@lists.infradead.org
2960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2961 S:      Maintained
2962 F:      drivers/cpuidle/cpuidle-big_little.c
2963
2964 CPUIDLE DRIVER - ARM EXYNOS
2965 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2966 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2967 M:      Kukjin Kim <kgene@kernel.org>
2968 L:      linux-pm@vger.kernel.org
2969 L:      linux-samsung-soc@vger.kernel.org
2970 S:      Supported
2971 F:      drivers/cpuidle/cpuidle-exynos.c
2972 F:      arch/arm/mach-exynos/pm.c
2973
2974 CPUIDLE DRIVERS
2975 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2976 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2977 L:      linux-pm@vger.kernel.org
2978 S:      Maintained
2979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2980 F:      drivers/cpuidle/*
2981 F:      include/linux/cpuidle.h
2982
2983 CPUID/MSR DRIVER
2984 M:      "H. Peter Anvin" <hpa@zytor.com>
2985 S:      Maintained
2986 F:      arch/x86/kernel/cpuid.c
2987 F:      arch/x86/kernel/msr.c
2988
2989 CPU POWER MONITORING SUBSYSTEM
2990 M:      Thomas Renninger <trenn@suse.com>
2991 L:      linux-pm@vger.kernel.org
2992 S:      Maintained
2993 F:      tools/power/cpupower/
2994
2995 CRAMFS FILESYSTEM
2996 W:      http://sourceforge.net/projects/cramfs/
2997 S:      Orphan / Obsolete
2998 F:      Documentation/filesystems/cramfs.txt
2999 F:      fs/cramfs/
3000
3001 CRIS PORT
3002 M:      Mikael Starvik <starvik@axis.com>
3003 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3004 L:      linux-cris-kernel@axis.com
3005 W:      http://developer.axis.com
3006 S:      Maintained
3007 F:      arch/cris/
3008 F:      drivers/tty/serial/crisv10.*
3009
3010 CRYPTO API
3011 M:      Herbert Xu <herbert@gondor.apana.org.au>
3012 M:      "David S. Miller" <davem@davemloft.net>
3013 L:      linux-crypto@vger.kernel.org
3014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3015 S:      Maintained
3016 F:      Documentation/crypto/
3017 F:      Documentation/DocBook/crypto-API.tmpl
3018 F:      arch/*/crypto/
3019 F:      crypto/
3020 F:      drivers/crypto/
3021 F:      include/crypto/
3022
3023 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3024 M:      Neil Horman <nhorman@tuxdriver.com>
3025 L:      linux-crypto@vger.kernel.org
3026 S:      Maintained
3027 F:      crypto/ansi_cprng.c
3028 F:      crypto/rng.c
3029
3030 CS5535 Audio ALSA driver
3031 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3032 S:      Maintained
3033 F:      sound/pci/cs5535audio/
3034
3035 CW1200 WLAN driver
3036 M:      Solomon Peachy <pizza@shaftnet.org>
3037 S:      Maintained
3038 F:      drivers/net/wireless/cw1200/
3039
3040 CX18 VIDEO4LINUX DRIVER
3041 M:      Andy Walls <awalls@md.metrocast.net>
3042 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3043 L:      linux-media@vger.kernel.org
3044 T:      git git://linuxtv.org/media_tree.git
3045 W:      http://linuxtv.org
3046 W:      http://www.ivtvdriver.org/index.php/Cx18
3047 S:      Maintained
3048 F:      Documentation/video4linux/cx18.txt
3049 F:      drivers/media/pci/cx18/
3050 F:      include/uapi/linux/ivtv*
3051
3052 CX2341X MPEG ENCODER HELPER MODULE
3053 M:      Hans Verkuil <hverkuil@xs4all.nl>
3054 L:      linux-media@vger.kernel.org
3055 T:      git git://linuxtv.org/media_tree.git
3056 W:      http://linuxtv.org
3057 S:      Maintained
3058 F:      drivers/media/common/cx2341x*
3059 F:      include/media/cx2341x*
3060
3061 CX24120 MEDIA DRIVER
3062 M:      Jemma Denson <jdenson@gmail.com>
3063 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3064 L:      linux-media@vger.kernel.org
3065 W:      http://linuxtv.org/
3066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3067 S:      Maintained
3068 F:      drivers/media/dvb-frontends/cx24120*
3069
3070 CX88 VIDEO4LINUX DRIVER
3071 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3072 L:      linux-media@vger.kernel.org
3073 W:      http://linuxtv.org
3074 T:      git git://linuxtv.org/media_tree.git
3075 S:      Odd fixes
3076 F:      Documentation/video4linux/cx88/
3077 F:      drivers/media/pci/cx88/
3078
3079 CXD2820R MEDIA DRIVER
3080 M:      Antti Palosaari <crope@iki.fi>
3081 L:      linux-media@vger.kernel.org
3082 W:      http://linuxtv.org/
3083 W:      http://palosaari.fi/linux/
3084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3085 T:      git git://linuxtv.org/anttip/media_tree.git
3086 S:      Maintained
3087 F:      drivers/media/dvb-frontends/cxd2820r*
3088
3089 CXGB3 ETHERNET DRIVER (CXGB3)
3090 M:      Santosh Raspatur <santosh@chelsio.com>
3091 L:      netdev@vger.kernel.org
3092 W:      http://www.chelsio.com
3093 S:      Supported
3094 F:      drivers/net/ethernet/chelsio/cxgb3/
3095
3096 CXGB3 ISCSI DRIVER (CXGB3I)
3097 M:      Karen Xie <kxie@chelsio.com>
3098 L:      linux-scsi@vger.kernel.org
3099 W:      http://www.chelsio.com
3100 S:      Supported
3101 F:      drivers/scsi/cxgbi/cxgb3i
3102
3103 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3104 M:      Steve Wise <swise@chelsio.com>
3105 L:      linux-rdma@vger.kernel.org
3106 W:      http://www.openfabrics.org
3107 S:      Supported
3108 F:      drivers/infiniband/hw/cxgb3/
3109
3110 CXGB4 ETHERNET DRIVER (CXGB4)
3111 M:      Hariprasad S <hariprasad@chelsio.com>
3112 L:      netdev@vger.kernel.org
3113 W:      http://www.chelsio.com
3114 S:      Supported
3115 F:      drivers/net/ethernet/chelsio/cxgb4/
3116
3117 CXGB4 ISCSI DRIVER (CXGB4I)
3118 M:      Karen Xie <kxie@chelsio.com>
3119 L:      linux-scsi@vger.kernel.org
3120 W:      http://www.chelsio.com
3121 S:      Supported
3122 F:      drivers/scsi/cxgbi/cxgb4i
3123
3124 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3125 M:      Steve Wise <swise@chelsio.com>
3126 L:      linux-rdma@vger.kernel.org
3127 W:      http://www.openfabrics.org
3128 S:      Supported
3129 F:      drivers/infiniband/hw/cxgb4/
3130
3131 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3132 M:      Casey Leedom <leedom@chelsio.com>
3133 L:      netdev@vger.kernel.org
3134 W:      http://www.chelsio.com
3135 S:      Supported
3136 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3137
3138 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3139 M:      Ian Munsie <imunsie@au1.ibm.com>
3140 M:      Michael Neuling <mikey@neuling.org>
3141 L:      linuxppc-dev@lists.ozlabs.org
3142 S:      Supported
3143 F:      drivers/misc/cxl/
3144 F:      include/misc/cxl*
3145 F:      include/uapi/misc/cxl.h
3146 F:      Documentation/powerpc/cxl.txt
3147 F:      Documentation/powerpc/cxl.txt
3148 F:      Documentation/ABI/testing/sysfs-class-cxl
3149
3150 STMMAC ETHERNET DRIVER
3151 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3152 L:      netdev@vger.kernel.org
3153 W:      http://www.stlinux.com
3154 S:      Supported
3155 F:      drivers/net/ethernet/stmicro/stmmac/
3156
3157 CYBERPRO FB DRIVER
3158 M:      Russell King <linux@arm.linux.org.uk>
3159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3160 W:      http://www.arm.linux.org.uk/
3161 S:      Maintained
3162 F:      drivers/video/fbdev/cyber2000fb.*
3163
3164 CYCLADES ASYNC MUX DRIVER
3165 W:      http://www.cyclades.com/
3166 S:      Orphan
3167 F:      drivers/tty/cyclades.c
3168 F:      include/linux/cyclades.h
3169 F:      include/uapi/linux/cyclades.h
3170
3171 CYCLADES PC300 DRIVER
3172 W:      http://www.cyclades.com/
3173 S:      Orphan
3174 F:      drivers/net/wan/pc300*
3175
3176 CYPRESS_FIRMWARE MEDIA DRIVER
3177 M:      Antti Palosaari <crope@iki.fi>
3178 L:      linux-media@vger.kernel.org
3179 W:      http://linuxtv.org/
3180 W:      http://palosaari.fi/linux/
3181 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3182 T:      git git://linuxtv.org/anttip/media_tree.git
3183 S:      Maintained
3184 F:      drivers/media/common/cypress_firmware*
3185
3186 CYTTSP TOUCHSCREEN DRIVER
3187 M:      Ferruh Yigit <fery@cypress.com>
3188 L:      linux-input@vger.kernel.org
3189 S:      Supported
3190 F:      drivers/input/touchscreen/cyttsp*
3191 F:      include/linux/input/cyttsp.h
3192
3193 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3194 M:      Joshua Kinard <kumba@gentoo.org>
3195 S:      Maintained
3196 F:      drivers/rtc/rtc-ds1685.c
3197 F:      include/linux/rtc/ds1685.h
3198
3199 DAMA SLAVE for AX.25
3200 M:      Joerg Reuter <jreuter@yaina.de>
3201 W:      http://yaina.de/jreuter/
3202 W:      http://www.qsl.net/dl1bke/
3203 L:      linux-hams@vger.kernel.org
3204 S:      Maintained
3205 F:      net/ax25/af_ax25.c
3206 F:      net/ax25/ax25_dev.c
3207 F:      net/ax25/ax25_ds_*
3208 F:      net/ax25/ax25_in.c
3209 F:      net/ax25/ax25_out.c
3210 F:      net/ax25/ax25_timer.c
3211 F:      net/ax25/sysctl_net_ax25.c
3212
3213 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3214 L:      netdev@vger.kernel.org
3215 S:      Orphan
3216 F:      Documentation/networking/dmfe.txt
3217 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3218
3219 DC390/AM53C974 SCSI driver
3220 M:      Hannes Reinecke <hare@suse.com>
3221 L:      linux-scsi@vger.kernel.org
3222 S:      Maintained
3223 F:      drivers/scsi/am53c974.c
3224
3225 DC395x SCSI driver
3226 M:      Oliver Neukum <oliver@neukum.org>
3227 M:      Ali Akcaagac <aliakc@web.de>
3228 M:      Jamie Lenehan <lenehan@twibble.org>
3229 L:      dc395x@twibble.org
3230 W:      http://twibble.org/dist/dc395x/
3231 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3232 S:      Maintained
3233 F:      Documentation/scsi/dc395x.txt
3234 F:      drivers/scsi/dc395x.*
3235
3236 DCCP PROTOCOL
3237 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3238 L:      dccp@vger.kernel.org
3239 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3240 S:      Maintained
3241 F:      include/linux/dccp.h
3242 F:      include/uapi/linux/dccp.h
3243 F:      include/linux/tfrc.h
3244 F:      net/dccp/
3245
3246 DECnet NETWORK LAYER
3247 W:      http://linux-decnet.sourceforge.net
3248 L:      linux-decnet-user@lists.sourceforge.net
3249 S:      Orphan
3250 F:      Documentation/networking/decnet.txt
3251 F:      net/decnet/
3252
3253 DECSTATION PLATFORM SUPPORT
3254 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3255 L:      linux-mips@linux-mips.org
3256 W:      http://www.linux-mips.org/wiki/DECstation
3257 S:      Maintained
3258 F:      arch/mips/dec/
3259 F:      arch/mips/include/asm/dec/
3260 F:      arch/mips/include/asm/mach-dec/
3261
3262 DEFXX FDDI NETWORK DRIVER
3263 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3264 S:      Maintained
3265 F:      drivers/net/fddi/defxx.*
3266
3267 DELL LAPTOP DRIVER
3268 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3269 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3270 L:      platform-driver-x86@vger.kernel.org
3271 S:      Maintained
3272 F:      drivers/platform/x86/dell-laptop.c
3273
3274 DELL LAPTOP RBTN DRIVER
3275 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3276 S:      Maintained
3277 F:      drivers/platform/x86/dell-rbtn.*
3278
3279 DELL LAPTOP FREEFALL DRIVER
3280 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3281 S:      Maintained
3282 F:      drivers/platform/x86/dell-smo8800.c
3283
3284 DELL LAPTOP SMM DRIVER
3285 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3286 S:      Maintained
3287 F:      drivers/hwmon/dell-smm-hwmon.c
3288 F:      include/uapi/linux/i8k.h
3289
3290 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3291 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3292 S:      Maintained
3293 F:      Documentation/dcdbas.txt
3294 F:      drivers/firmware/dcdbas.*
3295
3296 DELL WMI EXTRAS DRIVER
3297 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3298 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3299 S:      Maintained
3300 F:      drivers/platform/x86/dell-wmi.c
3301
3302 DESIGNWARE USB2 DRD IP DRIVER
3303 M:      John Youn <johnyoun@synopsys.com>
3304 L:      linux-usb@vger.kernel.org
3305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3306 S:      Maintained
3307 F:      drivers/usb/dwc2/
3308
3309 DESIGNWARE USB3 DRD IP DRIVER
3310 M:      Felipe Balbi <balbi@ti.com>
3311 L:      linux-usb@vger.kernel.org
3312 L:      linux-omap@vger.kernel.org
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3314 S:      Maintained
3315 F:      drivers/usb/dwc3/
3316
3317 DEVICE COREDUMP (DEV_COREDUMP)
3318 M:      Johannes Berg <johannes@sipsolutions.net>
3319 L:      linux-kernel@vger.kernel.org
3320 S:      Maintained
3321 F:      drivers/base/devcoredump.c
3322 F:      include/linux/devcoredump.h
3323
3324 DEVICE FREQUENCY (DEVFREQ)
3325 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3326 M:      Kyungmin Park <kyungmin.park@samsung.com>
3327 L:      linux-pm@vger.kernel.org
3328 S:      Maintained
3329 F:      drivers/devfreq/
3330
3331 DEVICE NUMBER REGISTRY
3332 M:      Torben Mathiasen <device@lanana.org>
3333 W:      http://lanana.org/docs/device-list/index.html
3334 S:      Maintained
3335
3336 DEVICE-MAPPER  (LVM)
3337 M:      Alasdair Kergon <agk@redhat.com>
3338 M:      Mike Snitzer <snitzer@redhat.com>
3339 M:      dm-devel@redhat.com
3340 L:      dm-devel@redhat.com
3341 W:      http://sources.redhat.com/dm
3342 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3344 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3345 S:      Maintained
3346 F:      Documentation/device-mapper/
3347 F:      drivers/md/dm*
3348 F:      drivers/md/persistent-data/
3349 F:      include/linux/device-mapper.h
3350 F:      include/linux/dm-*.h
3351 F:      include/uapi/linux/dm-*.h
3352
3353 DIALOG SEMICONDUCTOR DRIVERS
3354 M:      Support Opensource <support.opensource@diasemi.com>
3355 W:      http://www.dialog-semiconductor.com/products
3356 S:      Supported
3357 F:      Documentation/hwmon/da90??
3358 F:      drivers/gpio/gpio-da90??.c
3359 F:      drivers/hwmon/da90??-hwmon.c
3360 F:      drivers/iio/adc/da91??-*.c
3361 F:      drivers/input/misc/da90??_onkey.c
3362 F:      drivers/input/touchscreen/da9052_tsi.c
3363 F:      drivers/leds/leds-da90??.c
3364 F:      drivers/mfd/da903x.c
3365 F:      drivers/mfd/da90??-*.c
3366 F:      drivers/mfd/da91??-*.c
3367 F:      drivers/power/da9052-battery.c
3368 F:      drivers/power/da91??-*.c
3369 F:      drivers/regulator/da903x.c
3370 F:      drivers/regulator/da9???-regulator.[ch]
3371 F:      drivers/rtc/rtc-da90??.c
3372 F:      drivers/video/backlight/da90??_bl.c
3373 F:      drivers/watchdog/da90??_wdt.c
3374 F:      include/linux/mfd/da903x.h
3375 F:      include/linux/mfd/da9052/
3376 F:      include/linux/mfd/da9055/
3377 F:      include/linux/mfd/da9063/
3378 F:      include/linux/mfd/da9150/
3379 F:      include/sound/da[79]*.h
3380 F:      sound/soc/codecs/da[79]*.[ch]
3381
3382 DIGI NEO AND CLASSIC PCI PRODUCTS
3383 M:      Lidza Louina <lidza.louina@gmail.com>
3384 M:      Mark Hounschell <markh@compro.net>
3385 L:      driverdev-devel@linuxdriverproject.org
3386 S:      Maintained
3387 F:      drivers/staging/dgnc/
3388
3389 DIGI EPCA PCI PRODUCTS
3390 M:      Lidza Louina <lidza.louina@gmail.com>
3391 M:      Mark Hounschell <markh@compro.net>
3392 M:      Daeseok Youn <daeseok.youn@gmail.com>
3393 L:      driverdev-devel@linuxdriverproject.org
3394 S:      Maintained
3395 F:      drivers/staging/dgap/
3396
3397 DIOLAN U2C-12 I2C DRIVER
3398 M:      Guenter Roeck <linux@roeck-us.net>
3399 L:      linux-i2c@vger.kernel.org
3400 S:      Maintained
3401 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3402
3403 DIRECT ACCESS (DAX)
3404 M:      Matthew Wilcox <willy@linux.intel.com>
3405 L:      linux-fsdevel@vger.kernel.org
3406 S:      Supported
3407 F:      fs/dax.c
3408
3409 DIRECTORY NOTIFICATION (DNOTIFY)
3410 M:      Eric Paris <eparis@parisplace.org>
3411 S:      Maintained
3412 F:      Documentation/filesystems/dnotify.txt
3413 F:      fs/notify/dnotify/
3414 F:      include/linux/dnotify.h
3415
3416 DISK GEOMETRY AND PARTITION HANDLING
3417 M:      Andries Brouwer <aeb@cwi.nl>
3418 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3419 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3420 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3421 S:      Maintained
3422
3423 DISKQUOTA
3424 M:      Jan Kara <jack@suse.com>
3425 S:      Maintained
3426 F:      Documentation/filesystems/quota.txt
3427 F:      fs/quota/
3428 F:      include/linux/quota*.h
3429 F:      include/uapi/linux/quota*.h
3430
3431 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3432 M:      Bernie Thompson <bernie@plugable.com>
3433 L:      linux-fbdev@vger.kernel.org
3434 S:      Maintained
3435 W:      http://plugable.com/category/projects/udlfb/
3436 F:      drivers/video/fbdev/udlfb.c
3437 F:      include/video/udlfb.h
3438 F:      Documentation/fb/udlfb.txt
3439
3440 DISTRIBUTED LOCK MANAGER (DLM)
3441 M:      Christine Caulfield <ccaulfie@redhat.com>
3442 M:      David Teigland <teigland@redhat.com>
3443 L:      cluster-devel@redhat.com
3444 W:      http://sources.redhat.com/cluster/
3445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3446 S:      Supported
3447 F:      fs/dlm/
3448
3449 DMA BUFFER SHARING FRAMEWORK
3450 M:      Sumit Semwal <sumit.semwal@linaro.org>
3451 S:      Maintained
3452 L:      linux-media@vger.kernel.org
3453 L:      dri-devel@lists.freedesktop.org
3454 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3455 F:      drivers/dma-buf/
3456 F:      include/linux/dma-buf*
3457 F:      include/linux/reservation.h
3458 F:      include/linux/*fence.h
3459 F:      Documentation/dma-buf-sharing.txt
3460 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3461
3462 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3463 M:      Vinod Koul <vinod.koul@intel.com>
3464 L:      dmaengine@vger.kernel.org
3465 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3466 S:      Maintained
3467 F:      drivers/dma/
3468 F:      include/linux/dmaengine.h
3469 F:      Documentation/dmaengine/
3470 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3471
3472 DME1737 HARDWARE MONITOR DRIVER
3473 M:      Juerg Haefliger <juergh@gmail.com>
3474 L:      lm-sensors@lm-sensors.org
3475 S:      Maintained
3476 F:      Documentation/hwmon/dme1737
3477 F:      drivers/hwmon/dme1737.c
3478
3479 DMI/SMBIOS SUPPORT
3480 M:      Jean Delvare <jdelvare@suse.com>
3481 S:      Maintained
3482 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3483 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3484 F:      drivers/firmware/dmi-id.c
3485 F:      drivers/firmware/dmi_scan.c
3486 F:      include/linux/dmi.h
3487
3488 DOCUMENTATION
3489 M:      Jonathan Corbet <corbet@lwn.net>
3490 L:      linux-doc@vger.kernel.org
3491 S:      Maintained
3492 F:      Documentation/
3493 X:      Documentation/ABI/
3494 X:      Documentation/devicetree/
3495 X:      Documentation/acpi
3496 X:      Documentation/power
3497 X:      Documentation/spi
3498 X:      Documentation/DocBook/media
3499 T:      git git://git.lwn.net/linux-2.6.git docs-next
3500
3501 DOUBLETALK DRIVER
3502 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3503 L:      blinux-list@redhat.com
3504 S:      Maintained
3505 F:      drivers/char/dtlk.c
3506 F:      include/linux/dtlk.h
3507
3508 DPT_I2O SCSI RAID DRIVER
3509 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3510 L:      linux-scsi@vger.kernel.org
3511 W:      http://www.adaptec.com/
3512 S:      Maintained
3513 F:      drivers/scsi/dpt*
3514 F:      drivers/scsi/dpt/
3515
3516 DRBD DRIVER
3517 P:      Philipp Reisner
3518 P:      Lars Ellenberg
3519 M:      drbd-dev@lists.linbit.com
3520 L:      drbd-user@lists.linbit.com
3521 W:      http://www.drbd.org
3522 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3523 T:      git git://git.drbd.org/drbd-8.3.git
3524 S:      Supported
3525 F:      drivers/block/drbd/
3526 F:      lib/lru_cache.c
3527 F:      Documentation/blockdev/drbd/
3528
3529 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3530 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3532 S:      Supported
3533 F:      Documentation/kobject.txt
3534 F:      drivers/base/
3535 F:      fs/debugfs/
3536 F:      fs/kernfs/
3537 F:      fs/sysfs/
3538 F:      include/linux/debugfs.h
3539 F:      include/linux/kobj*
3540 F:      lib/kobj*
3541
3542 DRM DRIVERS
3543 M:      David Airlie <airlied@linux.ie>
3544 L:      dri-devel@lists.freedesktop.org
3545 T:      git git://people.freedesktop.org/~airlied/linux
3546 S:      Maintained
3547 F:      drivers/gpu/drm/
3548 F:      drivers/gpu/vga/
3549 F:      include/drm/
3550 F:      include/uapi/drm/
3551
3552 RADEON DRM DRIVERS
3553 M:      Alex Deucher <alexander.deucher@amd.com>
3554 M:      Christian König <christian.koenig@amd.com>
3555 L:      dri-devel@lists.freedesktop.org
3556 T:      git git://people.freedesktop.org/~agd5f/linux
3557 S:      Supported
3558 F:      drivers/gpu/drm/radeon/
3559 F:      include/uapi/drm/radeon*
3560
3561 DRM PANEL DRIVERS
3562 M:      Thierry Reding <thierry.reding@gmail.com>
3563 L:      dri-devel@lists.freedesktop.org
3564 T:      git git://anongit.freedesktop.org/tegra/linux.git
3565 S:      Maintained
3566 F:      drivers/gpu/drm/drm_panel.c
3567 F:      drivers/gpu/drm/panel/
3568 F:      include/drm/drm_panel.h
3569 F:      Documentation/devicetree/bindings/panel/
3570
3571 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3572 M:      Daniel Vetter <daniel.vetter@intel.com>
3573 M:      Jani Nikula <jani.nikula@linux.intel.com>
3574 L:      intel-gfx@lists.freedesktop.org
3575 L:      dri-devel@lists.freedesktop.org
3576 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3577 T:      git git://anongit.freedesktop.org/drm-intel
3578 S:      Supported
3579 F:      drivers/gpu/drm/i915/
3580 F:      include/drm/i915*
3581 F:      include/uapi/drm/i915*
3582
3583 DRM DRIVERS FOR EXYNOS
3584 M:      Inki Dae <inki.dae@samsung.com>
3585 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3586 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3587 M:      Kyungmin Park <kyungmin.park@samsung.com>
3588 L:      dri-devel@lists.freedesktop.org
3589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3590 S:      Supported
3591 F:      drivers/gpu/drm/exynos/
3592 F:      include/drm/exynos*
3593 F:      include/uapi/drm/exynos*
3594
3595 DRM DRIVERS FOR FREESCALE DCU
3596 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3597 M:      Alison Wang <alison.wang@freescale.com>
3598 L:      dri-devel@lists.freedesktop.org
3599 S:      Supported
3600 F:      drivers/gpu/drm/fsl-dcu/
3601 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3602 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3603
3604 DRM DRIVERS FOR FREESCALE IMX
3605 M:      Philipp Zabel <p.zabel@pengutronix.de>
3606 L:      dri-devel@lists.freedesktop.org
3607 S:      Maintained
3608 F:      drivers/gpu/drm/imx/
3609 F:      Documentation/devicetree/bindings/drm/imx/
3610
3611 DRM DRIVERS FOR NVIDIA TEGRA
3612 M:      Thierry Reding <thierry.reding@gmail.com>
3613 M:      Terje Bergström <tbergstrom@nvidia.com>
3614 L:      dri-devel@lists.freedesktop.org
3615 L:      linux-tegra@vger.kernel.org
3616 T:      git git://anongit.freedesktop.org/tegra/linux.git
3617 S:      Supported
3618 F:      drivers/gpu/drm/tegra/
3619 F:      drivers/gpu/host1x/
3620 F:      include/linux/host1x.h
3621 F:      include/uapi/drm/tegra_drm.h
3622 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3623
3624 DRM DRIVERS FOR RENESAS
3625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3626 L:      dri-devel@lists.freedesktop.org
3627 L:      linux-sh@vger.kernel.org
3628 T:      git git://people.freedesktop.org/~airlied/linux
3629 S:      Supported
3630 F:      drivers/gpu/drm/rcar-du/
3631 F:      drivers/gpu/drm/shmobile/
3632 F:      include/linux/platform_data/shmob_drm.h
3633
3634 DRM DRIVERS FOR ROCKCHIP
3635 M:      Mark Yao <mark.yao@rock-chips.com>
3636 L:      dri-devel@lists.freedesktop.org
3637 S:      Maintained
3638 F:      drivers/gpu/drm/rockchip/
3639 F:      Documentation/devicetree/bindings/video/rockchip*
3640
3641 DRM DRIVERS FOR STI
3642 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3643 M:      Vincent Abriou <vincent.abriou@st.com>
3644 L:      dri-devel@lists.freedesktop.org
3645 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3646 S:      Maintained
3647 F:      drivers/gpu/drm/sti
3648 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3649
3650 DSBR100 USB FM RADIO DRIVER
3651 M:      Alexey Klimov <klimov.linux@gmail.com>
3652 L:      linux-media@vger.kernel.org
3653 T:      git git://linuxtv.org/media_tree.git
3654 S:      Maintained
3655 F:      drivers/media/radio/dsbr100.c
3656
3657 DSCC4 DRIVER
3658 M:      Francois Romieu <romieu@fr.zoreil.com>
3659 L:      netdev@vger.kernel.org
3660 S:      Maintained
3661 F:      drivers/net/wan/dscc4.c
3662
3663 DT3155 MEDIA DRIVER
3664 M:      Hans Verkuil <hverkuil@xs4all.nl>
3665 L:      linux-media@vger.kernel.org
3666 T:      git git://linuxtv.org/media_tree.git
3667 W:      http://linuxtv.org
3668 S:      Odd Fixes
3669 F:      drivers/media/pci/dt3155/
3670
3671 DVB_USB_AF9015 MEDIA DRIVER
3672 M:      Antti Palosaari <crope@iki.fi>
3673 L:      linux-media@vger.kernel.org
3674 W:      http://linuxtv.org/
3675 W:      http://palosaari.fi/linux/
3676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3677 T:      git git://linuxtv.org/anttip/media_tree.git
3678 S:      Maintained
3679 F:      drivers/media/usb/dvb-usb-v2/af9015*
3680
3681 DVB_USB_AF9035 MEDIA DRIVER
3682 M:      Antti Palosaari <crope@iki.fi>
3683 L:      linux-media@vger.kernel.org
3684 W:      http://linuxtv.org/
3685 W:      http://palosaari.fi/linux/
3686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3687 T:      git git://linuxtv.org/anttip/media_tree.git
3688 S:      Maintained
3689 F:      drivers/media/usb/dvb-usb-v2/af9035*
3690
3691 DVB_USB_ANYSEE MEDIA DRIVER
3692 M:      Antti Palosaari <crope@iki.fi>
3693 L:      linux-media@vger.kernel.org
3694 W:      http://linuxtv.org/
3695 W:      http://palosaari.fi/linux/
3696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3697 T:      git git://linuxtv.org/anttip/media_tree.git
3698 S:      Maintained
3699 F:      drivers/media/usb/dvb-usb-v2/anysee*
3700
3701 DVB_USB_AU6610 MEDIA DRIVER
3702 M:      Antti Palosaari <crope@iki.fi>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org/
3705 W:      http://palosaari.fi/linux/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/au6610*
3710
3711 DVB_USB_CE6230 MEDIA DRIVER
3712 M:      Antti Palosaari <crope@iki.fi>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://palosaari.fi/linux/
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/anttip/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3720
3721 DVB_USB_CXUSB MEDIA DRIVER
3722 M:      Michael Krufky <mkrufky@linuxtv.org>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://github.com/mkrufky
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb/cxusb*
3730
3731 DVB_USB_EC168 MEDIA DRIVER
3732 M:      Antti Palosaari <crope@iki.fi>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 W:      http://palosaari.fi/linux/
3736 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3737 T:      git git://linuxtv.org/anttip/media_tree.git
3738 S:      Maintained
3739 F:      drivers/media/usb/dvb-usb-v2/ec168*
3740
3741 DVB_USB_GL861 MEDIA DRIVER
3742 M:      Antti Palosaari <crope@iki.fi>
3743 L:      linux-media@vger.kernel.org
3744 W:      http://linuxtv.org/
3745 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3746 T:      git git://linuxtv.org/anttip/media_tree.git
3747 S:      Maintained
3748 F:      drivers/media/usb/dvb-usb-v2/gl861*
3749
3750 DVB_USB_MXL111SF MEDIA DRIVER
3751 M:      Michael Krufky <mkrufky@linuxtv.org>
3752 L:      linux-media@vger.kernel.org
3753 W:      http://linuxtv.org/
3754 W:      http://github.com/mkrufky
3755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3756 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3757 S:      Maintained
3758 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3759
3760 DVB_USB_RTL28XXU MEDIA DRIVER
3761 M:      Antti Palosaari <crope@iki.fi>
3762 L:      linux-media@vger.kernel.org
3763 W:      http://linuxtv.org/
3764 W:      http://palosaari.fi/linux/
3765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3766 T:      git git://linuxtv.org/anttip/media_tree.git
3767 S:      Maintained
3768 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3769
3770 DVB_USB_V2 MEDIA DRIVER
3771 M:      Antti Palosaari <crope@iki.fi>
3772 L:      linux-media@vger.kernel.org
3773 W:      http://linuxtv.org/
3774 W:      http://palosaari.fi/linux/
3775 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3776 T:      git git://linuxtv.org/anttip/media_tree.git
3777 S:      Maintained
3778 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3779 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3780
3781 DYNAMIC DEBUG
3782 M:      Jason Baron <jbaron@akamai.com>
3783 S:      Maintained
3784 F:      lib/dynamic_debug.c
3785 F:      include/linux/dynamic_debug.h
3786
3787 DZ DECSTATION DZ11 SERIAL DRIVER
3788 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3789 S:      Maintained
3790 F:      drivers/tty/serial/dz.*
3791
3792 E3X0 POWER BUTTON DRIVER
3793 M:      Moritz Fischer <moritz.fischer@ettus.com>
3794 L:      usrp-users@lists.ettus.com
3795 W:      http://www.ettus.com
3796 S:      Supported
3797 F:      drivers/input/misc/e3x0-button.c
3798 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3799
3800 E4000 MEDIA DRIVER
3801 M:      Antti Palosaari <crope@iki.fi>
3802 L:      linux-media@vger.kernel.org
3803 W:      http://linuxtv.org/
3804 W:      http://palosaari.fi/linux/
3805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3806 T:      git git://linuxtv.org/anttip/media_tree.git
3807 S:      Maintained
3808 F:      drivers/media/tuners/e4000*
3809
3810 EATA ISA/EISA/PCI SCSI DRIVER
3811 M:      Dario Ballabio <ballabio_dario@emc.com>
3812 L:      linux-scsi@vger.kernel.org
3813 S:      Maintained
3814 F:      drivers/scsi/eata.c
3815
3816 EC100 MEDIA DRIVER
3817 M:      Antti Palosaari <crope@iki.fi>
3818 L:      linux-media@vger.kernel.org
3819 W:      http://linuxtv.org/
3820 W:      http://palosaari.fi/linux/
3821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3822 T:      git git://linuxtv.org/anttip/media_tree.git
3823 S:      Maintained
3824 F:      drivers/media/dvb-frontends/ec100*
3825
3826 ECRYPT FILE SYSTEM
3827 M:      Tyler Hicks <tyhicks@canonical.com>
3828 L:      ecryptfs@vger.kernel.org
3829 W:      http://ecryptfs.org
3830 W:      https://launchpad.net/ecryptfs
3831 S:      Supported
3832 F:      Documentation/filesystems/ecryptfs.txt
3833 F:      fs/ecryptfs/
3834
3835 EDAC-CORE
3836 M:      Doug Thompson <dougthompson@xmission.com>
3837 M:      Borislav Petkov <bp@alien8.de>
3838 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3839 L:      linux-edac@vger.kernel.org
3840 W:      bluesmoke.sourceforge.net
3841 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3842 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3843 S:      Supported
3844 F:      Documentation/edac.txt
3845 F:      drivers/edac/
3846 F:      include/linux/edac.h
3847
3848 EDAC-AMD64
3849 M:      Doug Thompson <dougthompson@xmission.com>
3850 M:      Borislav Petkov <bp@alien8.de>
3851 L:      linux-edac@vger.kernel.org
3852 W:      bluesmoke.sourceforge.net
3853 S:      Maintained
3854 F:      drivers/edac/amd64_edac*
3855
3856 EDAC-CALXEDA
3857 M:      Doug Thompson <dougthompson@xmission.com>
3858 M:      Robert Richter <rric@kernel.org>
3859 L:      linux-edac@vger.kernel.org
3860 W:      bluesmoke.sourceforge.net
3861 S:      Maintained
3862 F:      drivers/edac/highbank*
3863
3864 EDAC-CAVIUM
3865 M:      Ralf Baechle <ralf@linux-mips.org>
3866 M:      David Daney <david.daney@cavium.com>
3867 L:      linux-edac@vger.kernel.org
3868 L:      linux-mips@linux-mips.org
3869 W:      bluesmoke.sourceforge.net
3870 S:      Supported
3871 F:      drivers/edac/octeon_edac*
3872
3873 EDAC-E752X
3874 M:      Mark Gross <mark.gross@intel.com>
3875 M:      Doug Thompson <dougthompson@xmission.com>
3876 L:      linux-edac@vger.kernel.org
3877 W:      bluesmoke.sourceforge.net
3878 S:      Maintained
3879 F:      drivers/edac/e752x_edac.c
3880
3881 EDAC-E7XXX
3882 M:      Doug Thompson <dougthompson@xmission.com>
3883 L:      linux-edac@vger.kernel.org
3884 W:      bluesmoke.sourceforge.net
3885 S:      Maintained
3886 F:      drivers/edac/e7xxx_edac.c
3887
3888 EDAC-GHES
3889 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/ghes_edac.c
3894
3895 EDAC-I82443BXGX
3896 M:      Tim Small <tim@buttersideup.com>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/i82443bxgx_edac.c
3901
3902 EDAC-I3000
3903 M:      Jason Uhlenkott <juhlenko@akamai.com>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/i3000_edac.c
3908
3909 EDAC-I5000
3910 M:      Doug Thompson <dougthompson@xmission.com>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/i5000_edac.c
3915
3916 EDAC-I5400
3917 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3918 L:      linux-edac@vger.kernel.org
3919 W:      bluesmoke.sourceforge.net
3920 S:      Maintained
3921 F:      drivers/edac/i5400_edac.c
3922
3923 EDAC-I7300
3924 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3925 L:      linux-edac@vger.kernel.org
3926 W:      bluesmoke.sourceforge.net
3927 S:      Maintained
3928 F:      drivers/edac/i7300_edac.c
3929
3930 EDAC-I7CORE
3931 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3932 L:      linux-edac@vger.kernel.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Maintained
3935 F:      drivers/edac/i7core_edac.c
3936
3937 EDAC-I82975X
3938 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3939 M:      "Arvind R." <arvino55@gmail.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/i82975x_edac.c
3944
3945 EDAC-IE31200
3946 M:      Jason Baron <jbaron@akamai.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/ie31200_edac.c
3951
3952 EDAC-MPC85XX
3953 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/mpc85xx_edac.[ch]
3958
3959 EDAC-PASEMI
3960 M:      Egor Martovetsky <egor@pasemi.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/pasemi_edac.c
3965
3966 EDAC-R82600
3967 M:      Tim Small <tim@buttersideup.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/r82600_edac.c
3972
3973 EDAC-SBRIDGE
3974 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/sb_edac.c
3979
3980 EDAC-XGENE
3981 APPLIED MICRO (APM) X-GENE SOC EDAC
3982 M:     Loc Ho <lho@apm.com>
3983 S:     Supported
3984 F:     drivers/edac/xgene_edac.c
3985 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3986
3987 EDIROL UA-101/UA-1000 DRIVER
3988 M:      Clemens Ladisch <clemens@ladisch.de>
3989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3990 T:      git git://git.alsa-project.org/alsa-kernel.git
3991 S:      Maintained
3992 F:      sound/usb/misc/ua101.c
3993
3994 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3995 M:      Matt Fleming <matt.fleming@intel.com>
3996 L:      linux-efi@vger.kernel.org
3997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3998 S:      Maintained
3999 F:      Documentation/efi-stub.txt
4000 F:      arch/ia64/kernel/efi.c
4001 F:      arch/x86/boot/compressed/eboot.[ch]
4002 F:      arch/x86/include/asm/efi.h
4003 F:      arch/x86/platform/efi/*
4004 F:      drivers/firmware/efi/*
4005 F:      include/linux/efi*.h
4006
4007 EFI VARIABLE FILESYSTEM
4008 M:      Matthew Garrett <matthew.garrett@nebula.com>
4009 M:      Jeremy Kerr <jk@ozlabs.org>
4010 M:      Matt Fleming <matt.fleming@intel.com>
4011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4012 L:      linux-efi@vger.kernel.org
4013 S:      Maintained
4014 F:      fs/efivarfs/
4015
4016 EFIFB FRAMEBUFFER DRIVER
4017 L:      linux-fbdev@vger.kernel.org
4018 M:      Peter Jones <pjones@redhat.com>
4019 S:      Maintained
4020 F:      drivers/video/fbdev/efifb.c
4021
4022 EFS FILESYSTEM
4023 W:      http://aeschi.ch.eu.org/efs/
4024 S:      Orphan
4025 F:      fs/efs/
4026
4027 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4028 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4029 M:      Christoph Raisch <raisch@de.ibm.com>
4030 L:      linux-rdma@vger.kernel.org
4031 S:      Supported
4032 F:      drivers/infiniband/hw/ehca/
4033
4034 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4035 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4036 L:      netdev@vger.kernel.org
4037 S:      Maintained
4038 F:      drivers/net/ethernet/ibm/ehea/
4039
4040 EM28XX VIDEO4LINUX DRIVER
4041 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4042 L:      linux-media@vger.kernel.org
4043 W:      http://linuxtv.org
4044 T:      git git://linuxtv.org/media_tree.git
4045 S:      Maintained
4046 F:      drivers/media/usb/em28xx/
4047
4048 EMBEDDED LINUX
4049 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4050 M:      Matt Mackall <mpm@selenic.com>
4051 M:      David Woodhouse <dwmw2@infradead.org>
4052 L:      linux-embedded@vger.kernel.org
4053 S:      Maintained
4054
4055 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4056 M:      James Smart <james.smart@avagotech.com>
4057 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4058 L:      linux-scsi@vger.kernel.org
4059 W:      http://www.avagotech.com
4060 S:      Supported
4061 F:      drivers/scsi/lpfc/
4062
4063 ENE CB710 FLASH CARD READER DRIVER
4064 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4065 S:      Maintained
4066 F:      drivers/misc/cb710/
4067 F:      drivers/mmc/host/cb710-mmc.*
4068 F:      include/linux/cb710.h
4069
4070 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4071 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4072 S:      Maintained
4073 F:      drivers/media/rc/ene_ir.*
4074
4075 ENHANCED ERROR HANDLING (EEH)
4076 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4077 L:      linuxppc-dev@lists.ozlabs.org
4078 S:      Supported
4079 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4080 F:      arch/powerpc/kernel/eeh*.c
4081
4082 EPSON S1D13XXX FRAMEBUFFER DRIVER
4083 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4084 S:      Maintained
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4086 F:      drivers/video/fbdev/s1d13xxxfb.c
4087 F:      include/video/s1d13xxxfb.h
4088
4089 ET131X NETWORK DRIVER
4090 M:      Mark Einon <mark.einon@gmail.com>
4091 S:      Odd Fixes
4092 F:      drivers/net/ethernet/agere/
4093
4094 ETHERNET BRIDGE
4095 M:      Stephen Hemminger <stephen@networkplumber.org>
4096 L:      bridge@lists.linux-foundation.org
4097 L:      netdev@vger.kernel.org
4098 W:      http://www.linuxfoundation.org/en/Net:Bridge
4099 S:      Maintained
4100 F:      include/linux/netfilter_bridge/
4101 F:      net/bridge/
4102
4103 ETHERNET PHY LIBRARY
4104 M:      Florian Fainelli <f.fainelli@gmail.com>
4105 L:      netdev@vger.kernel.org
4106 S:      Maintained
4107 F:      include/linux/phy.h
4108 F:      include/linux/phy_fixed.h
4109 F:      drivers/net/phy/
4110 F:      Documentation/networking/phy.txt
4111 F:      drivers/of/of_mdio.c
4112 F:      drivers/of/of_net.c
4113
4114 EXT2 FILE SYSTEM
4115 M:      Jan Kara <jack@suse.com>
4116 L:      linux-ext4@vger.kernel.org
4117 S:      Maintained
4118 F:      Documentation/filesystems/ext2.txt
4119 F:      fs/ext2/
4120 F:      include/linux/ext2*
4121
4122 EXT4 FILE SYSTEM
4123 M:      "Theodore Ts'o" <tytso@mit.edu>
4124 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4125 L:      linux-ext4@vger.kernel.org
4126 W:      http://ext4.wiki.kernel.org
4127 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4128 S:      Maintained
4129 F:      Documentation/filesystems/ext4.txt
4130 F:      fs/ext4/
4131
4132 Extended Verification Module (EVM)
4133 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4134 L:      linux-ima-devel@lists.sourceforge.net
4135 L:      linux-security-module@vger.kernel.org
4136 S:      Supported
4137 F:      security/integrity/evm/
4138
4139 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4140 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4141 M:      Chanwoo Choi <cw00.choi@samsung.com>
4142 L:      linux-kernel@vger.kernel.org
4143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4144 S:      Maintained
4145 F:      drivers/extcon/
4146 F:      Documentation/extcon/
4147
4148 EXYNOS DP DRIVER
4149 M:      Jingoo Han <jingoohan1@gmail.com>
4150 L:      dri-devel@lists.freedesktop.org
4151 S:      Maintained
4152 F:      drivers/gpu/drm/exynos/exynos_dp*
4153
4154 EXYNOS MIPI DISPLAY DRIVERS
4155 M:      Inki Dae <inki.dae@samsung.com>
4156 M:      Donghwa Lee <dh09.lee@samsung.com>
4157 M:      Kyungmin Park <kyungmin.park@samsung.com>
4158 L:      linux-fbdev@vger.kernel.org
4159 S:      Maintained
4160 F:      drivers/video/fbdev/exynos/exynos_mipi*
4161 F:      include/video/exynos_mipi*
4162
4163 F71805F HARDWARE MONITORING DRIVER
4164 M:      Jean Delvare <jdelvare@suse.com>
4165 L:      lm-sensors@lm-sensors.org
4166 S:      Maintained
4167 F:      Documentation/hwmon/f71805f
4168 F:      drivers/hwmon/f71805f.c
4169
4170 FC0011 TUNER DRIVER
4171 M:      Michael Buesch <m@bues.ch>
4172 L:      linux-media@vger.kernel.org
4173 S:      Maintained
4174 F:      drivers/media/tuners/fc0011.h
4175 F:      drivers/media/tuners/fc0011.c
4176
4177 FC2580 MEDIA DRIVER
4178 M:      Antti Palosaari <crope@iki.fi>
4179 L:      linux-media@vger.kernel.org
4180 W:      http://linuxtv.org/
4181 W:      http://palosaari.fi/linux/
4182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4183 T:      git git://linuxtv.org/anttip/media_tree.git
4184 S:      Maintained
4185 F:      drivers/media/tuners/fc2580*
4186
4187 FANOTIFY
4188 M:      Eric Paris <eparis@redhat.com>
4189 S:      Maintained
4190 F:      fs/notify/fanotify/
4191 F:      include/linux/fanotify.h
4192 F:      include/uapi/linux/fanotify.h
4193
4194 FARSYNC SYNCHRONOUS DRIVER
4195 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4196 W:      http://www.farsite.co.uk/
4197 S:      Supported
4198 F:      drivers/net/wan/farsync.*
4199
4200 FAULT INJECTION SUPPORT
4201 M:      Akinobu Mita <akinobu.mita@gmail.com>
4202 S:      Supported
4203 F:      Documentation/fault-injection/
4204 F:      lib/fault-inject.c
4205
4206 FBTFT Framebuffer drivers
4207 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4208 M:      Noralf Trønnes <noralf@tronnes.org>
4209 S:      Maintained
4210 F:      drivers/staging/fbtft/
4211
4212 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4213 M:      Vasu Dev <vasu.dev@intel.com>
4214 L:      fcoe-devel@open-fcoe.org
4215 W:      www.Open-FCoE.org
4216 S:      Supported
4217 F:      drivers/scsi/libfc/
4218 F:      drivers/scsi/fcoe/
4219 F:      include/scsi/fc/
4220 F:      include/scsi/libfc.h
4221 F:      include/scsi/libfcoe.h
4222 F:      include/uapi/scsi/fc/
4223
4224 FILE LOCKING (flock() and fcntl()/lockf())
4225 M:      Jeff Layton <jlayton@poochiereds.net>
4226 M:      "J. Bruce Fields" <bfields@fieldses.org>
4227 L:      linux-fsdevel@vger.kernel.org
4228 S:      Maintained
4229 F:      include/linux/fcntl.h
4230 F:      include/linux/fs.h
4231 F:      include/uapi/linux/fcntl.h
4232 F:      include/uapi/linux/fs.h
4233 F:      fs/fcntl.c
4234 F:      fs/locks.c
4235
4236 FILESYSTEMS (VFS and infrastructure)
4237 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4238 L:      linux-fsdevel@vger.kernel.org
4239 S:      Maintained
4240 F:      fs/*
4241
4242 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4243 M:      Riku Voipio <riku.voipio@iki.fi>
4244 L:      lm-sensors@lm-sensors.org
4245 S:      Maintained
4246 F:      drivers/hwmon/f75375s.c
4247 F:      include/linux/f75375s.h
4248
4249 FIREWIRE AUDIO DRIVERS
4250 M:      Clemens Ladisch <clemens@ladisch.de>
4251 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4252 T:      git git://git.alsa-project.org/alsa-kernel.git
4253 S:      Maintained
4254 F:      sound/firewire/
4255
4256 FIREWIRE MEDIA DRIVERS (firedtv)
4257 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4258 L:      linux-media@vger.kernel.org
4259 L:      linux1394-devel@lists.sourceforge.net
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4261 S:      Maintained
4262 F:      drivers/media/firewire/
4263
4264 FIREWIRE SBP-2 TARGET
4265 M:      Chris Boot <bootc@bootc.net>
4266 L:      linux-scsi@vger.kernel.org
4267 L:      target-devel@vger.kernel.org
4268 L:      linux1394-devel@lists.sourceforge.net
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4270 S:      Maintained
4271 F:      drivers/target/sbp/
4272
4273 FIREWIRE SUBSYSTEM
4274 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4275 L:      linux1394-devel@lists.sourceforge.net
4276 W:      http://ieee1394.wiki.kernel.org/
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4278 S:      Maintained
4279 F:      drivers/firewire/
4280 F:      include/linux/firewire.h
4281 F:      include/uapi/linux/firewire*.h
4282 F:      tools/firewire/
4283
4284 FIRMWARE LOADER (request_firmware)
4285 M:      Ming Lei <ming.lei@canonical.com>
4286 L:      linux-kernel@vger.kernel.org
4287 S:      Maintained
4288 F:      Documentation/firmware_class/
4289 F:      drivers/base/firmware*.c
4290 F:      include/linux/firmware.h
4291
4292 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4293 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4294 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4295 S:      Maintained
4296 F:      drivers/block/rsxx/
4297
4298 FLOPPY DRIVER
4299 M:      Jiri Kosina <jikos@kernel.org>
4300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4301 S:      Odd fixes
4302 F:      drivers/block/floppy.c
4303
4304 FMC SUBSYSTEM
4305 M:      Alessandro Rubini <rubini@gnudd.com>
4306 W:      http://www.ohwr.org/projects/fmc-bus
4307 S:      Supported
4308 F:      drivers/fmc/
4309 F:      include/linux/fmc*.h
4310 F:      include/linux/ipmi-fru.h
4311 K:      fmc_d.*register
4312
4313 FPU EMULATOR
4314 M:      Bill Metzenthen <billm@melbpc.org.au>
4315 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4316 S:      Maintained
4317 F:      arch/x86/math-emu/
4318
4319 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4320 L:      netdev@vger.kernel.org
4321 S:      Orphan
4322 F:      drivers/net/wan/dlci.c
4323 F:      drivers/net/wan/sdla.c
4324
4325 FRAMEBUFFER LAYER
4326 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4327 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4328 L:      linux-fbdev@vger.kernel.org
4329 W:      http://linux-fbdev.sourceforge.net/
4330 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4332 S:      Maintained
4333 F:      Documentation/fb/
4334 F:      Documentation/devicetree/bindings/fb/
4335 F:      drivers/video/
4336 F:      include/video/
4337 F:      include/linux/fb.h
4338 F:      include/uapi/video/
4339 F:      include/uapi/linux/fb.h
4340
4341 FREESCALE DIU FRAMEBUFFER DRIVER
4342 M:      Timur Tabi <timur@tabi.org>
4343 L:      linux-fbdev@vger.kernel.org
4344 S:      Maintained
4345 F:      drivers/video/fbdev/fsl-diu-fb.*
4346
4347 FREESCALE DMA DRIVER
4348 M:      Li Yang <leoli@freescale.com>
4349 M:      Zhang Wei <zw@zh-kernel.org>
4350 L:      linuxppc-dev@lists.ozlabs.org
4351 S:      Maintained
4352 F:      drivers/dma/fsldma.*
4353
4354 FREESCALE I2C CPM DRIVER
4355 M:      Jochen Friedrich <jochen@scram.de>
4356 L:      linuxppc-dev@lists.ozlabs.org
4357 L:      linux-i2c@vger.kernel.org
4358 S:      Maintained
4359 F:      drivers/i2c/busses/i2c-cpm.c
4360
4361 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4362 M:      Sascha Hauer <kernel@pengutronix.de>
4363 L:      linux-fbdev@vger.kernel.org
4364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4365 S:      Maintained
4366 F:      include/linux/platform_data/video-imxfb.h
4367 F:      drivers/video/fbdev/imxfb.c
4368
4369 FREESCALE QUAD SPI DRIVER
4370 M:      Han Xu <han.xu@freescale.com>
4371 L:      linux-mtd@lists.infradead.org
4372 S:      Maintained
4373 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4374
4375 FREESCALE SOC FS_ENET DRIVER
4376 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4377 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4378 L:      linuxppc-dev@lists.ozlabs.org
4379 L:      netdev@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/net/ethernet/freescale/fs_enet/
4382 F:      include/linux/fs_enet_pd.h
4383
4384 FREESCALE QUICC ENGINE LIBRARY
4385 L:      linuxppc-dev@lists.ozlabs.org
4386 S:      Orphan
4387 F:      arch/powerpc/sysdev/qe_lib/
4388 F:      arch/powerpc/include/asm/*qe.h
4389
4390 FREESCALE USB PERIPHERAL DRIVERS
4391 M:      Li Yang <leoli@freescale.com>
4392 L:      linux-usb@vger.kernel.org
4393 L:      linuxppc-dev@lists.ozlabs.org
4394 S:      Maintained
4395 F:      drivers/usb/gadget/udc/fsl*
4396
4397 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4398 M:      Li Yang <leoli@freescale.com>
4399 L:      netdev@vger.kernel.org
4400 L:      linuxppc-dev@lists.ozlabs.org
4401 S:      Maintained
4402 F:      drivers/net/ethernet/freescale/ucc_geth*
4403
4404 FREESCALE QUICC ENGINE UCC UART DRIVER
4405 M:      Timur Tabi <timur@tabi.org>
4406 L:      linuxppc-dev@lists.ozlabs.org
4407 S:      Maintained
4408 F:      drivers/tty/serial/ucc_uart.c
4409
4410 FREESCALE SOC SOUND DRIVERS
4411 M:      Timur Tabi <timur@tabi.org>
4412 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4413 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4414 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4415 L:      linuxppc-dev@lists.ozlabs.org
4416 S:      Maintained
4417 F:      sound/soc/fsl/fsl*
4418 F:      sound/soc/fsl/imx*
4419 F:      sound/soc/fsl/mpc8610_hpcd.c
4420
4421 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4422 M:      "J. German Rivera" <German.Rivera@freescale.com>
4423 L:      linux-kernel@vger.kernel.org
4424 S:      Maintained
4425 F:      drivers/staging/fsl-mc/
4426
4427 FREEVXFS FILESYSTEM
4428 M:      Christoph Hellwig <hch@infradead.org>
4429 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4430 S:      Maintained
4431 F:      fs/freevxfs/
4432
4433 FREEZER
4434 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4435 M:      Pavel Machek <pavel@ucw.cz>
4436 L:      linux-pm@vger.kernel.org
4437 S:      Supported
4438 F:      Documentation/power/freezing-of-tasks.txt
4439 F:      include/linux/freezer.h
4440 F:      kernel/freezer.c
4441
4442 FRONTSWAP API
4443 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4444 L:      linux-kernel@vger.kernel.org
4445 S:      Maintained
4446 F:      mm/frontswap.c
4447 F:      include/linux/frontswap.h
4448
4449 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4450 M:      David Howells <dhowells@redhat.com>
4451 L:      linux-cachefs@redhat.com
4452 S:      Supported
4453 F:      Documentation/filesystems/caching/
4454 F:      fs/fscache/
4455 F:      include/linux/fscache*.h
4456
4457 F2FS FILE SYSTEM
4458 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4459 M:      Changman Lee <cm224.lee@samsung.com>
4460 R:      Chao Yu <chao2.yu@samsung.com>
4461 L:      linux-f2fs-devel@lists.sourceforge.net
4462 W:      http://en.wikipedia.org/wiki/F2FS
4463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4464 S:      Maintained
4465 F:      Documentation/filesystems/f2fs.txt
4466 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4467 F:      fs/f2fs/
4468 F:      include/linux/f2fs_fs.h
4469 F:      include/trace/events/f2fs.h
4470
4471 FUJITSU FR-V (FRV) PORT
4472 M:      David Howells <dhowells@redhat.com>
4473 S:      Maintained
4474 F:      arch/frv/
4475
4476 FUJITSU LAPTOP EXTRAS
4477 M:      Jonathan Woithe <jwoithe@just42.net>
4478 L:      platform-driver-x86@vger.kernel.org
4479 S:      Maintained
4480 F:      drivers/platform/x86/fujitsu-laptop.c
4481
4482 FUJITSU M-5MO LS CAMERA ISP DRIVER
4483 M:      Kyungmin Park <kyungmin.park@samsung.com>
4484 M:      Heungjun Kim <riverful.kim@samsung.com>
4485 L:      linux-media@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/media/i2c/m5mols/
4488 F:      include/media/m5mols.h
4489
4490 FUJITSU TABLET EXTRAS
4491 M:      Robert Gerlach <khnz@gmx.de>
4492 L:      platform-driver-x86@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/platform/x86/fujitsu-tablet.c
4495
4496 FUSE: FILESYSTEM IN USERSPACE
4497 M:      Miklos Szeredi <miklos@szeredi.hu>
4498 L:      fuse-devel@lists.sourceforge.net
4499 W:      http://fuse.sourceforge.net/
4500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4501 S:      Maintained
4502 F:      fs/fuse/
4503 F:      include/uapi/linux/fuse.h
4504 F:      Documentation/filesystems/fuse.txt
4505
4506 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4507 M:      Rik Faith <faith@cs.unc.edu>
4508 L:      linux-scsi@vger.kernel.org
4509 S:      Odd Fixes (e.g., new signatures)
4510 F:      drivers/scsi/fdomain.*
4511
4512 GCOV BASED KERNEL PROFILING
4513 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4514 S:      Maintained
4515 F:      kernel/gcov/
4516 F:      Documentation/gcov.txt
4517
4518 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4519 M:      Achim Leubner <achim_leubner@adaptec.com>
4520 L:      linux-scsi@vger.kernel.org
4521 W:      http://www.icp-vortex.com/
4522 S:      Supported
4523 F:      drivers/scsi/gdt*
4524
4525 GDB KERNEL DEBUGGING HELPER SCRIPTS
4526 M:      Jan Kiszka <jan.kiszka@siemens.com>
4527 S:      Supported
4528 F:      scripts/gdb/
4529
4530 GEMTEK FM RADIO RECEIVER DRIVER
4531 M:      Hans Verkuil <hverkuil@xs4all.nl>
4532 L:      linux-media@vger.kernel.org
4533 T:      git git://linuxtv.org/media_tree.git
4534 W:      http://linuxtv.org
4535 S:      Maintained
4536 F:      drivers/media/radio/radio-gemtek*
4537
4538 GENERIC GPIO I2C DRIVER
4539 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4540 S:      Supported
4541 F:      drivers/i2c/busses/i2c-gpio.c
4542 F:      include/linux/i2c-gpio.h
4543
4544 GENERIC GPIO I2C MULTIPLEXER DRIVER
4545 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4546 L:      linux-i2c@vger.kernel.org
4547 S:      Supported
4548 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4549 F:      include/linux/i2c-mux-gpio.h
4550 F:      Documentation/i2c/muxes/i2c-mux-gpio
4551
4552 GENERIC HDLC (WAN) DRIVERS
4553 M:      Krzysztof Halasa <khc@pm.waw.pl>
4554 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4555 S:      Maintained
4556 F:      drivers/net/wan/c101.c
4557 F:      drivers/net/wan/hd6457*
4558 F:      drivers/net/wan/hdlc*
4559 F:      drivers/net/wan/n2.c
4560 F:      drivers/net/wan/pc300too.c
4561 F:      drivers/net/wan/pci200syn.c
4562 F:      drivers/net/wan/wanxl*
4563
4564 GENERIC INCLUDE/ASM HEADER FILES
4565 M:      Arnd Bergmann <arnd@arndb.de>
4566 L:      linux-arch@vger.kernel.org
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4568 S:      Maintained
4569 F:      include/asm-generic/
4570 F:      include/uapi/asm-generic/
4571
4572 GENERIC PHY FRAMEWORK
4573 M:      Kishon Vijay Abraham I <kishon@ti.com>
4574 L:      linux-kernel@vger.kernel.org
4575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4576 S:      Supported
4577 F:      drivers/phy/
4578 F:      include/linux/phy/
4579
4580 GENERIC PM DOMAINS
4581 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4582 M:      Kevin Hilman <khilman@kernel.org>
4583 M:      Ulf Hansson <ulf.hansson@linaro.org>
4584 L:      linux-pm@vger.kernel.org
4585 S:      Supported
4586 F:      drivers/base/power/domain*.c
4587 F:      include/linux/pm_domain.h
4588
4589 GENERIC UIO DRIVER FOR PCI DEVICES
4590 M:      "Michael S. Tsirkin" <mst@redhat.com>
4591 L:      kvm@vger.kernel.org
4592 S:      Supported
4593 F:      drivers/uio/uio_pci_generic.c
4594
4595 GET_MAINTAINER SCRIPT
4596 M:      Joe Perches <joe@perches.com>
4597 S:      Maintained
4598 F:      scripts/get_maintainer.pl
4599
4600 GFS2 FILE SYSTEM
4601 M:      Steven Whitehouse <swhiteho@redhat.com>
4602 M:      Bob Peterson <rpeterso@redhat.com>
4603 L:      cluster-devel@redhat.com
4604 W:      http://sources.redhat.com/cluster/
4605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4606 S:      Supported
4607 F:      Documentation/filesystems/gfs2*.txt
4608 F:      fs/gfs2/
4609 F:      include/uapi/linux/gfs2_ondisk.h
4610
4611 GIGASET ISDN DRIVERS
4612 M:      Paul Bolle <pebolle@tiscali.nl>
4613 L:      gigaset307x-common@lists.sourceforge.net
4614 W:      http://gigaset307x.sourceforge.net/
4615 S:      Odd Fixes
4616 F:      Documentation/isdn/README.gigaset
4617 F:      drivers/isdn/gigaset/
4618 F:      include/uapi/linux/gigaset_dev.h
4619
4620 GO7007 MPEG CODEC
4621 M:      Hans Verkuil <hans.verkuil@cisco.com>
4622 L:      linux-media@vger.kernel.org
4623 S:      Maintained
4624 F:      drivers/media/usb/go7007/
4625
4626 GOODIX TOUCHSCREEN
4627 M:      Bastien Nocera <hadess@hadess.net>
4628 L:      linux-input@vger.kernel.org
4629 S:      Maintained
4630 F:      drivers/input/touchscreen/goodix.c
4631
4632 GPIO SUBSYSTEM
4633 M:      Linus Walleij <linus.walleij@linaro.org>
4634 M:      Alexandre Courbot <gnurou@gmail.com>
4635 L:      linux-gpio@vger.kernel.org
4636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4637 S:      Maintained
4638 F:      Documentation/gpio/
4639 F:      drivers/gpio/
4640 F:      include/linux/gpio/
4641 F:      include/linux/gpio.h
4642 F:      include/asm-generic/gpio.h
4643
4644 GRE DEMULTIPLEXER DRIVER
4645 M:      Dmitry Kozlov <xeb@mail.ru>
4646 L:      netdev@vger.kernel.org
4647 S:      Maintained
4648 F:      net/ipv4/gre_demux.c
4649 F:      net/ipv4/gre_offload.c
4650 F:      include/net/gre.h
4651
4652 GRETH 10/100/1G Ethernet MAC device driver
4653 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4654 L:      netdev@vger.kernel.org
4655 S:      Maintained
4656 F:      drivers/net/ethernet/aeroflex/
4657
4658 GSPCA FINEPIX SUBDRIVER
4659 M:      Frank Zago <frank@zago.net>
4660 L:      linux-media@vger.kernel.org
4661 T:      git git://linuxtv.org/media_tree.git
4662 S:      Maintained
4663 F:      drivers/media/usb/gspca/finepix.c
4664
4665 GSPCA GL860 SUBDRIVER
4666 M:      Olivier Lorin <o.lorin@laposte.net>
4667 L:      linux-media@vger.kernel.org
4668 T:      git git://linuxtv.org/media_tree.git
4669 S:      Maintained
4670 F:      drivers/media/usb/gspca/gl860/
4671
4672 GSPCA M5602 SUBDRIVER
4673 M:      Erik Andren <erik.andren@gmail.com>
4674 L:      linux-media@vger.kernel.org
4675 T:      git git://linuxtv.org/media_tree.git
4676 S:      Maintained
4677 F:      drivers/media/usb/gspca/m5602/
4678
4679 GSPCA PAC207 SONIXB SUBDRIVER
4680 M:      Hans de Goede <hdegoede@redhat.com>
4681 L:      linux-media@vger.kernel.org
4682 T:      git git://linuxtv.org/media_tree.git
4683 S:      Maintained
4684 F:      drivers/media/usb/gspca/pac207.c
4685
4686 GSPCA SN9C20X SUBDRIVER
4687 M:      Brian Johnson <brijohn@gmail.com>
4688 L:      linux-media@vger.kernel.org
4689 T:      git git://linuxtv.org/media_tree.git
4690 S:      Maintained
4691 F:      drivers/media/usb/gspca/sn9c20x.c
4692
4693 GSPCA T613 SUBDRIVER
4694 M:      Leandro Costantino <lcostantino@gmail.com>
4695 L:      linux-media@vger.kernel.org
4696 T:      git git://linuxtv.org/media_tree.git
4697 S:      Maintained
4698 F:      drivers/media/usb/gspca/t613.c
4699
4700 GSPCA USB WEBCAM DRIVER
4701 M:      Hans de Goede <hdegoede@redhat.com>
4702 L:      linux-media@vger.kernel.org
4703 T:      git git://linuxtv.org/media_tree.git
4704 S:      Maintained
4705 F:      drivers/media/usb/gspca/
4706
4707 GUID PARTITION TABLE (GPT)
4708 M:      Davidlohr Bueso <dave@stgolabs.net>
4709 L:      linux-efi@vger.kernel.org
4710 S:      Maintained
4711 F:      block/partitions/efi.*
4712
4713 STK1160 USB VIDEO CAPTURE DRIVER
4714 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4715 L:      linux-media@vger.kernel.org
4716 T:      git git://linuxtv.org/media_tree.git
4717 S:      Maintained
4718 F:      drivers/media/usb/stk1160/
4719
4720 H8/300 ARCHITECTURE
4721 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4722 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4723 W:      http://uclinux-h8.sourceforge.jp
4724 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4725 S:      Maintained
4726 F:      arch/h8300/
4727 F:      drivers/clocksource/h8300_*.c
4728 F:      drivers/clk/h8300/
4729 F:      drivers/irqchip/irq-renesas-h8*.c
4730
4731 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4732 M:      Frank Seidel <frank@f-seidel.de>
4733 L:      platform-driver-x86@vger.kernel.org
4734 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4735 S:      Maintained
4736 F:      drivers/platform/x86/hdaps.c
4737
4738 HDPVR USB VIDEO ENCODER DRIVER
4739 M:      Hans Verkuil <hverkuil@xs4all.nl>
4740 L:      linux-media@vger.kernel.org
4741 T:      git git://linuxtv.org/media_tree.git
4742 W:      http://linuxtv.org
4743 S:      Odd Fixes
4744 F:      drivers/media/usb/hdpvr/
4745
4746 HWPOISON MEMORY FAILURE HANDLING
4747 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4748 L:      linux-mm@kvack.org
4749 S:      Maintained
4750 F:      mm/memory-failure.c
4751 F:      mm/hwpoison-inject.c
4752
4753 HYPERVISOR VIRTUAL CONSOLE DRIVER
4754 L:      linuxppc-dev@lists.ozlabs.org
4755 S:      Odd Fixes
4756 F:      drivers/tty/hvc/
4757
4758 HACKRF MEDIA DRIVER
4759 M:      Antti Palosaari <crope@iki.fi>
4760 L:      linux-media@vger.kernel.org
4761 W:      http://linuxtv.org/
4762 W:      http://palosaari.fi/linux/
4763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4764 T:      git git://linuxtv.org/anttip/media_tree.git
4765 S:      Maintained
4766 F:      drivers/media/usb/hackrf/
4767
4768 HARDWARE MONITORING
4769 M:      Jean Delvare <jdelvare@suse.com>
4770 M:      Guenter Roeck <linux@roeck-us.net>
4771 L:      lm-sensors@lm-sensors.org
4772 W:      http://www.lm-sensors.org/
4773 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4775 S:      Maintained
4776 F:      Documentation/hwmon/
4777 F:      drivers/hwmon/
4778 F:      include/linux/hwmon*.h
4779
4780 HARDWARE RANDOM NUMBER GENERATOR CORE
4781 M:      Matt Mackall <mpm@selenic.com>
4782 M:      Herbert Xu <herbert@gondor.apana.org.au>
4783 L:      linux-crypto@vger.kernel.org
4784 S:      Odd fixes
4785 F:      Documentation/hw_random.txt
4786 F:      drivers/char/hw_random/
4787 F:      include/linux/hw_random.h
4788
4789 HARDWARE SPINLOCK CORE
4790 M:      Ohad Ben-Cohen <ohad@wizery.com>
4791 S:      Maintained
4792 F:      Documentation/hwspinlock.txt
4793 F:      drivers/hwspinlock/hwspinlock_*
4794 F:      include/linux/hwspinlock.h
4795
4796 HARMONY SOUND DRIVER
4797 L:      linux-parisc@vger.kernel.org
4798 S:      Maintained
4799 F:      sound/parisc/harmony.*
4800
4801 HD29L2 MEDIA DRIVER
4802 M:      Antti Palosaari <crope@iki.fi>
4803 L:      linux-media@vger.kernel.org
4804 W:      http://linuxtv.org/
4805 W:      http://palosaari.fi/linux/
4806 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4807 T:      git git://linuxtv.org/anttip/media_tree.git
4808 S:      Maintained
4809 F:      drivers/media/dvb-frontends/hd29l2*
4810
4811 HEWLETT-PACKARD SMART2 RAID DRIVER
4812 L:      iss_storagedev@hp.com
4813 S:      Orphan
4814 F:      Documentation/blockdev/cpqarray.txt
4815 F:      drivers/block/cpqarray.*
4816
4817 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4818 M:      Don Brace <don.brace@pmcs.com>
4819 L:      iss_storagedev@hp.com
4820 L:      storagedev@pmcs.com
4821 L:      linux-scsi@vger.kernel.org
4822 S:      Supported
4823 F:      Documentation/scsi/hpsa.txt
4824 F:      drivers/scsi/hpsa*.[ch]
4825 F:      include/linux/cciss*.h
4826 F:      include/uapi/linux/cciss*.h
4827
4828 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4829 M:      Don Brace <don.brace@pmcs.com>
4830 L:      iss_storagedev@hp.com
4831 L:      storagedev@pmcs.com
4832 L:      linux-scsi@vger.kernel.org
4833 S:      Supported
4834 F:      Documentation/blockdev/cciss.txt
4835 F:      drivers/block/cciss*
4836 F:      include/linux/cciss_ioctl.h
4837 F:      include/uapi/linux/cciss_ioctl.h
4838
4839 HFS FILESYSTEM
4840 L:      linux-fsdevel@vger.kernel.org
4841 S:      Orphan
4842 F:      Documentation/filesystems/hfs.txt
4843 F:      fs/hfs/
4844
4845 HFSPLUS FILESYSTEM
4846 L:      linux-fsdevel@vger.kernel.org
4847 S:      Orphan
4848 F:      Documentation/filesystems/hfsplus.txt
4849 F:      fs/hfsplus/
4850
4851 HGA FRAMEBUFFER DRIVER
4852 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4853 L:      linux-nvidia@lists.surfsouth.com
4854 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4855 S:      Maintained
4856 F:      drivers/video/fbdev/hgafb.c
4857
4858 HIBERNATION (aka Software Suspend, aka swsusp)
4859 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4860 M:      Pavel Machek <pavel@ucw.cz>
4861 L:      linux-pm@vger.kernel.org
4862 S:      Supported
4863 F:      arch/x86/power/
4864 F:      drivers/base/power/
4865 F:      kernel/power/
4866 F:      include/linux/suspend.h
4867 F:      include/linux/freezer.h
4868 F:      include/linux/pm.h
4869 F:      arch/*/include/asm/suspend*.h
4870
4871 HID CORE LAYER
4872 M:      Jiri Kosina <jikos@kernel.org>
4873 L:      linux-input@vger.kernel.org
4874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4875 S:      Maintained
4876 F:      drivers/hid/
4877 F:      include/linux/hid*
4878 F:      include/uapi/linux/hid*
4879
4880 HID SENSOR HUB DRIVERS
4881 M:      Jiri Kosina <jikos@kernel.org>
4882 M:      Jonathan Cameron <jic23@kernel.org>
4883 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4884 L:      linux-input@vger.kernel.org
4885 L:      linux-iio@vger.kernel.org
4886 S:      Maintained
4887 F:      Documentation/hid/hid-sensor*
4888 F:      drivers/hid/hid-sensor-*
4889 F:      drivers/iio/*/hid-*
4890 F:      include/linux/hid-sensor-*
4891
4892 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4893 M:      Thomas Gleixner <tglx@linutronix.de>
4894 L:      linux-kernel@vger.kernel.org
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4896 S:      Maintained
4897 F:      Documentation/timers/
4898 F:      kernel/time/hrtimer.c
4899 F:      kernel/time/clockevents.c
4900 F:      kernel/time/tick*.*
4901 F:      kernel/time/timer_*.c
4902 F:      include/linux/clockchips.h
4903 F:      include/linux/hrtimer.h
4904
4905 HIGH-SPEED SCC DRIVER FOR AX.25
4906 L:      linux-hams@vger.kernel.org
4907 S:      Orphan
4908 F:      drivers/net/hamradio/dmascc.c
4909 F:      drivers/net/hamradio/scc.c
4910
4911 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4912 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4913 W:      http://www.highpoint-tech.com
4914 S:      Supported
4915 F:      Documentation/scsi/hptiop.txt
4916 F:      drivers/scsi/hptiop.c
4917
4918 HIPPI
4919 M:      Jes Sorensen <jes@trained-monkey.org>
4920 L:      linux-hippi@sunsite.dk
4921 S:      Maintained
4922 F:      include/linux/hippidevice.h
4923 F:      include/uapi/linux/if_hippi.h
4924 F:      net/802/hippi.c
4925 F:      drivers/net/hippi/
4926
4927 HOST AP DRIVER
4928 M:      Jouni Malinen <j@w1.fi>
4929 L:      hostap@shmoo.com (subscribers-only)
4930 L:      linux-wireless@vger.kernel.org
4931 W:      http://hostap.epitest.fi/
4932 S:      Maintained
4933 F:      drivers/net/wireless/hostap/
4934
4935 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4936 L:      platform-driver-x86@vger.kernel.org
4937 S:      Orphan
4938 F:      drivers/platform/x86/tc1100-wmi.c
4939
4940 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4941 M:      Jaroslav Kysela <perex@perex.cz>
4942 S:      Maintained
4943 F:      drivers/net/ethernet/hp/hp100.*
4944
4945 HPET:   High Precision Event Timers driver
4946 M:      Clemens Ladisch <clemens@ladisch.de>
4947 S:      Maintained
4948 F:      Documentation/timers/hpet.txt
4949 F:      drivers/char/hpet.c
4950 F:      include/linux/hpet.h
4951 F:      include/uapi/linux/hpet.h
4952
4953 HPET:   x86
4954 S:      Orphan
4955 F:      arch/x86/kernel/hpet.c
4956 F:      arch/x86/include/asm/hpet.h
4957
4958 HPFS FILESYSTEM
4959 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4960 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4961 S:      Maintained
4962 F:      fs/hpfs/
4963
4964 HSI SUBSYSTEM
4965 M:      Sebastian Reichel <sre@kernel.org>
4966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4967 S:      Maintained
4968 F:      Documentation/ABI/testing/sysfs-bus-hsi
4969 F:      Documentation/hsi.txt
4970 F:      drivers/hsi/
4971 F:      include/linux/hsi/
4972 F:      include/uapi/linux/hsi/
4973
4974 HSO 3G MODEM DRIVER
4975 M:      Jan Dumon <j.dumon@option.com>
4976 W:      http://www.pharscape.org
4977 S:      Maintained
4978 F:      drivers/net/usb/hso.c
4979
4980 HSR NETWORK PROTOCOL
4981 M:      Arvid Brodin <arvid.brodin@alten.se>
4982 L:      netdev@vger.kernel.org
4983 S:      Maintained
4984 F:      net/hsr/
4985
4986 HTCPEN TOUCHSCREEN DRIVER
4987 M:      Pau Oliva Fora <pof@eslack.org>
4988 L:      linux-input@vger.kernel.org
4989 S:      Maintained
4990 F:      drivers/input/touchscreen/htcpen.c
4991
4992 HUGETLB FILESYSTEM
4993 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4994 S:      Maintained
4995 F:      fs/hugetlbfs/
4996
4997 Hyper-V CORE AND DRIVERS
4998 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4999 M:      Haiyang Zhang <haiyangz@microsoft.com>
5000 L:      devel@linuxdriverproject.org
5001 S:      Maintained
5002 F:      arch/x86/include/asm/mshyperv.h
5003 F:      arch/x86/include/uapi/asm/hyperv.h
5004 F:      arch/x86/kernel/cpu/mshyperv.c
5005 F:      drivers/hid/hid-hyperv.c
5006 F:      drivers/hv/
5007 F:      drivers/input/serio/hyperv-keyboard.c
5008 F:      drivers/net/hyperv/
5009 F:      drivers/scsi/storvsc_drv.c
5010 F:      drivers/video/fbdev/hyperv_fb.c
5011 F:      include/linux/hyperv.h
5012 F:      tools/hv/
5013 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5014
5015 I2C OVER PARALLEL PORT
5016 M:      Jean Delvare <jdelvare@suse.com>
5017 L:      linux-i2c@vger.kernel.org
5018 S:      Maintained
5019 F:      Documentation/i2c/busses/i2c-parport
5020 F:      Documentation/i2c/busses/i2c-parport-light
5021 F:      drivers/i2c/busses/i2c-parport.c
5022 F:      drivers/i2c/busses/i2c-parport-light.c
5023
5024 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5025 M:      Jean Delvare <jdelvare@suse.com>
5026 L:      linux-i2c@vger.kernel.org
5027 S:      Maintained
5028 F:      Documentation/i2c/busses/i2c-ali1535
5029 F:      Documentation/i2c/busses/i2c-ali1563
5030 F:      Documentation/i2c/busses/i2c-ali15x3
5031 F:      Documentation/i2c/busses/i2c-amd756
5032 F:      Documentation/i2c/busses/i2c-amd8111
5033 F:      Documentation/i2c/busses/i2c-i801
5034 F:      Documentation/i2c/busses/i2c-nforce2
5035 F:      Documentation/i2c/busses/i2c-piix4
5036 F:      Documentation/i2c/busses/i2c-sis5595
5037 F:      Documentation/i2c/busses/i2c-sis630
5038 F:      Documentation/i2c/busses/i2c-sis96x
5039 F:      Documentation/i2c/busses/i2c-via
5040 F:      Documentation/i2c/busses/i2c-viapro
5041 F:      drivers/i2c/busses/i2c-ali1535.c
5042 F:      drivers/i2c/busses/i2c-ali1563.c
5043 F:      drivers/i2c/busses/i2c-ali15x3.c
5044 F:      drivers/i2c/busses/i2c-amd756.c
5045 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5046 F:      drivers/i2c/busses/i2c-amd8111.c
5047 F:      drivers/i2c/busses/i2c-i801.c
5048 F:      drivers/i2c/busses/i2c-isch.c
5049 F:      drivers/i2c/busses/i2c-nforce2.c
5050 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5051 F:      drivers/i2c/busses/i2c-piix4.c
5052 F:      drivers/i2c/busses/i2c-sis5595.c
5053 F:      drivers/i2c/busses/i2c-sis630.c
5054 F:      drivers/i2c/busses/i2c-sis96x.c
5055 F:      drivers/i2c/busses/i2c-via.c
5056 F:      drivers/i2c/busses/i2c-viapro.c
5057
5058 I2C/SMBUS ISMT DRIVER
5059 M:      Seth Heasley <seth.heasley@intel.com>
5060 M:      Neil Horman <nhorman@tuxdriver.com>
5061 L:      linux-i2c@vger.kernel.org
5062 F:      drivers/i2c/busses/i2c-ismt.c
5063 F:      Documentation/i2c/busses/i2c-ismt
5064
5065 I2C/SMBUS STUB DRIVER
5066 M:      Jean Delvare <jdelvare@suse.com>
5067 L:      linux-i2c@vger.kernel.org
5068 S:      Maintained
5069 F:      drivers/i2c/i2c-stub.c
5070
5071 I2C SUBSYSTEM
5072 M:      Wolfram Sang <wsa@the-dreams.de>
5073 L:      linux-i2c@vger.kernel.org
5074 W:      https://i2c.wiki.kernel.org/
5075 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5077 S:      Maintained
5078 F:      Documentation/devicetree/bindings/i2c/
5079 F:      Documentation/i2c/
5080 F:      drivers/i2c/
5081 F:      include/linux/i2c.h
5082 F:      include/linux/i2c-*.h
5083 F:      include/uapi/linux/i2c.h
5084 F:      include/uapi/linux/i2c-*.h
5085
5086 I2C ACPI SUPPORT
5087 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5088 L:      linux-i2c@vger.kernel.org
5089 L:      linux-acpi@vger.kernel.org
5090 S:      Maintained
5091
5092 I2C-TAOS-EVM DRIVER
5093 M:      Jean Delvare <jdelvare@suse.com>
5094 L:      linux-i2c@vger.kernel.org
5095 S:      Maintained
5096 F:      Documentation/i2c/busses/i2c-taos-evm
5097 F:      drivers/i2c/busses/i2c-taos-evm.c
5098
5099 I2C-TINY-USB DRIVER
5100 M:      Till Harbaum <till@harbaum.org>
5101 L:      linux-i2c@vger.kernel.org
5102 W:      http://www.harbaum.org/till/i2c_tiny_usb
5103 S:      Maintained
5104 F:      drivers/i2c/busses/i2c-tiny-usb.c
5105
5106 i386 BOOT CODE
5107 M:      "H. Peter Anvin" <hpa@zytor.com>
5108 S:      Maintained
5109 F:      arch/x86/boot/
5110
5111 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5112 M:      "H. Peter Anvin" <hpa@zytor.com>
5113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5114 S:      Maintained
5115
5116 IA64 (Itanium) PLATFORM
5117 M:      Tony Luck <tony.luck@intel.com>
5118 M:      Fenghua Yu <fenghua.yu@intel.com>
5119 L:      linux-ia64@vger.kernel.org
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5121 S:      Maintained
5122 F:      arch/ia64/
5123
5124 IBM Power VMX Cryptographic instructions
5125 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5126 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5127 L:      linux-crypto@vger.kernel.org
5128 S:      Supported
5129 F:      drivers/crypto/vmx/Makefile
5130 F:      drivers/crypto/vmx/Kconfig
5131 F:      drivers/crypto/vmx/vmx.c
5132 F:      drivers/crypto/vmx/aes*
5133 F:      drivers/crypto/vmx/ghash*
5134 F:      drivers/crypto/vmx/ppc-xlate.pl
5135
5136 IBM Power in-Nest Crypto Acceleration
5137 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5138 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5139 L:      linux-crypto@vger.kernel.org
5140 S:      Supported
5141 F:      drivers/crypto/nx/Makefile
5142 F:      drivers/crypto/nx/Kconfig
5143 F:      drivers/crypto/nx/nx-aes*
5144 F:      drivers/crypto/nx/nx-sha*
5145 F:      drivers/crypto/nx/nx.*
5146 F:      drivers/crypto/nx/nx_csbcpb.h
5147 F:      drivers/crypto/nx/nx_debugfs.h
5148
5149 IBM Power 842 compression accelerator
5150 M:      Dan Streetman <ddstreet@ieee.org>
5151 S:      Supported
5152 F:      drivers/crypto/nx/Makefile
5153 F:      drivers/crypto/nx/Kconfig
5154 F:      drivers/crypto/nx/nx-842*
5155 F:      include/linux/sw842.h
5156 F:      crypto/842.c
5157 F:      lib/842/
5158
5159 IBM Power Linux RAID adapter
5160 M:      Brian King <brking@us.ibm.com>
5161 S:      Supported
5162 F:      drivers/scsi/ipr.*
5163
5164 IBM Power Virtual Ethernet Device Driver
5165 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5166 L:      netdev@vger.kernel.org
5167 S:      Supported
5168 F:      drivers/net/ethernet/ibm/ibmveth.*
5169
5170 IBM Power Virtual SCSI Device Drivers
5171 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5172 L:      linux-scsi@vger.kernel.org
5173 S:      Supported
5174 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5175 F:      drivers/scsi/ibmvscsi/viosrp.h
5176
5177 IBM Power Virtual FC Device Drivers
5178 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5179 L:      linux-scsi@vger.kernel.org
5180 S:      Supported
5181 F:      drivers/scsi/ibmvscsi/ibmvfc*
5182
5183 IBM ServeRAID RAID DRIVER
5184 S:      Orphan
5185 F:      drivers/scsi/ips.*
5186
5187 ICH LPC AND GPIO DRIVER
5188 M:      Peter Tyser <ptyser@xes-inc.com>
5189 S:      Maintained
5190 F:      drivers/mfd/lpc_ich.c
5191 F:      drivers/gpio/gpio-ich.c
5192
5193 IDE SUBSYSTEM
5194 M:      "David S. Miller" <davem@davemloft.net>
5195 L:      linux-ide@vger.kernel.org
5196 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5198 S:      Maintained
5199 F:      Documentation/ide/
5200 F:      drivers/ide/
5201 F:      include/linux/ide.h
5202
5203 IDEAPAD LAPTOP EXTRAS DRIVER
5204 M:      Ike Panhc <ike.pan@canonical.com>
5205 L:      platform-driver-x86@vger.kernel.org
5206 W:      http://launchpad.net/ideapad-laptop
5207 S:      Maintained
5208 F:      drivers/platform/x86/ideapad-laptop.c
5209
5210 IDEAPAD LAPTOP SLIDEBAR DRIVER
5211 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5212 L:      linux-input@vger.kernel.org
5213 W:      https://github.com/o2genum/ideapad-slidebar
5214 S:      Maintained
5215 F:      drivers/input/misc/ideapad_slidebar.c
5216
5217 IDE/ATAPI DRIVERS
5218 M:      Borislav Petkov <bp@alien8.de>
5219 L:      linux-ide@vger.kernel.org
5220 S:      Maintained
5221 F:      Documentation/cdrom/ide-cd
5222 F:      drivers/ide/ide-cd*
5223
5224 IDLE-I7300
5225 M:      Andy Henroid <andrew.d.henroid@intel.com>
5226 L:      linux-pm@vger.kernel.org
5227 S:      Supported
5228 F:      drivers/idle/i7300_idle.c
5229
5230 IEEE 802.15.4 SUBSYSTEM
5231 M:      Alexander Aring <alex.aring@gmail.com>
5232 L:      linux-wpan@vger.kernel.org
5233 W:      https://github.com/linux-wpan
5234 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5235 S:      Maintained
5236 F:      net/ieee802154/
5237 F:      net/mac802154/
5238 F:      drivers/net/ieee802154/
5239 F:      include/linux/nl802154.h
5240 F:      include/linux/ieee802154.h
5241 F:      include/net/nl802154.h
5242 F:      include/net/mac802154.h
5243 F:      include/net/af_ieee802154.h
5244 F:      include/net/cfg802154.h
5245 F:      include/net/ieee802154_netdev.h
5246 F:      Documentation/networking/ieee802154.txt
5247
5248 IGORPLUG-USB IR RECEIVER
5249 M:      Sean Young <sean@mess.org>
5250 L:      linux-media@vger.kernel.org
5251 S:      Maintained
5252 F:      drivers/media/rc/igorplugusb.c
5253
5254 IGUANAWORKS USB IR TRANSCEIVER
5255 M:      Sean Young <sean@mess.org>
5256 L:      linux-media@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/media/rc/iguanair.c
5259
5260 IIO SUBSYSTEM AND DRIVERS
5261 M:      Jonathan Cameron <jic23@kernel.org>
5262 R:      Hartmut Knaack <knaack.h@gmx.de>
5263 R:      Lars-Peter Clausen <lars@metafoo.de>
5264 R:      Peter Meerwald <pmeerw@pmeerw.net>
5265 L:      linux-iio@vger.kernel.org
5266 S:      Maintained
5267 F:      drivers/iio/
5268 F:      drivers/staging/iio/
5269 F:      include/linux/iio/
5270 F:      tools/iio/
5271
5272 IKANOS/ADI EAGLE ADSL USB DRIVER
5273 M:      Matthieu Castet <castet.matthieu@free.fr>
5274 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5275 S:      Maintained
5276 F:      drivers/usb/atm/ueagle-atm.c
5277
5278 INA209 HARDWARE MONITOR DRIVER
5279 M:      Guenter Roeck <linux@roeck-us.net>
5280 L:      lm-sensors@lm-sensors.org
5281 S:      Maintained
5282 F:      Documentation/hwmon/ina209
5283 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5284 F:      drivers/hwmon/ina209.c
5285
5286 INA2XX HARDWARE MONITOR DRIVER
5287 M:      Guenter Roeck <linux@roeck-us.net>
5288 L:      lm-sensors@lm-sensors.org
5289 S:      Maintained
5290 F:      Documentation/hwmon/ina2xx
5291 F:      drivers/hwmon/ina2xx.c
5292 F:      include/linux/platform_data/ina2xx.h
5293
5294 INDUSTRY PACK SUBSYSTEM (IPACK)
5295 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5296 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5297 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5298 L:      industrypack-devel@lists.sourceforge.net
5299 W:      http://industrypack.sourceforge.net
5300 S:      Maintained
5301 F:      drivers/ipack/
5302
5303 INGENIC JZ4780 DMA Driver
5304 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5305 S:      Maintained
5306 F:      drivers/dma/dma-jz4780.c
5307
5308 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5309 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5310 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5311 L:      linux-ima-devel@lists.sourceforge.net
5312 L:      linux-ima-user@lists.sourceforge.net
5313 L:      linux-security-module@vger.kernel.org
5314 S:      Supported
5315 F:      security/integrity/ima/
5316
5317 IMGTEC IR DECODER DRIVER
5318 M:      James Hogan <james.hogan@imgtec.com>
5319 S:      Maintained
5320 F:      drivers/media/rc/img-ir/
5321
5322 IMS TWINTURBO FRAMEBUFFER DRIVER
5323 L:      linux-fbdev@vger.kernel.org
5324 S:      Orphan
5325 F:      drivers/video/fbdev/imsttfb.c
5326
5327 INFINIBAND SUBSYSTEM
5328 M:      Doug Ledford <dledford@redhat.com>
5329 M:      Sean Hefty <sean.hefty@intel.com>
5330 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5331 L:      linux-rdma@vger.kernel.org
5332 W:      http://www.openfabrics.org/
5333 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5335 S:      Supported
5336 F:      Documentation/infiniband/
5337 F:      drivers/infiniband/
5338 F:      include/uapi/linux/if_infiniband.h
5339 F:      include/uapi/rdma/
5340 F:      include/rdma/
5341
5342 INOTIFY
5343 M:      John McCutchan <john@johnmccutchan.com>
5344 M:      Robert Love <rlove@rlove.org>
5345 M:      Eric Paris <eparis@parisplace.org>
5346 S:      Maintained
5347 F:      Documentation/filesystems/inotify.txt
5348 F:      fs/notify/inotify/
5349 F:      include/linux/inotify.h
5350 F:      include/uapi/linux/inotify.h
5351
5352 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5353 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5354 L:      linux-input@vger.kernel.org
5355 Q:      http://patchwork.kernel.org/project/linux-input/list/
5356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5357 S:      Maintained
5358 F:      drivers/input/
5359 F:      include/linux/input.h
5360 F:      include/uapi/linux/input.h
5361 F:      include/linux/input/
5362
5363 INPUT MULTITOUCH (MT) PROTOCOL
5364 M:      Henrik Rydberg <rydberg@bitmath.org>
5365 L:      linux-input@vger.kernel.org
5366 S:      Odd fixes
5367 F:      Documentation/input/multi-touch-protocol.txt
5368 F:      drivers/input/input-mt.c
5369 K:      \b(ABS|SYN)_MT_
5370
5371 INTEL ASoC BDW/HSW DRIVERS
5372 M:      Jie Yang <yang.jie@linux.intel.com>
5373 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5374 S:      Supported
5375 F:      sound/soc/intel/common/sst-dsp*
5376 F:      sound/soc/intel/common/sst-firmware.c
5377 F:      sound/soc/intel/boards/broadwell.c
5378 F:      sound/soc/intel/haswell/
5379
5380 INTEL C600 SERIES SAS CONTROLLER DRIVER
5381 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5382 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5383 L:      linux-scsi@vger.kernel.org
5384 T:      git git://git.code.sf.net/p/intel-sas/isci
5385 S:      Supported
5386 F:      drivers/scsi/isci/
5387
5388 INTEL IDLE DRIVER
5389 M:      Len Brown <lenb@kernel.org>
5390 L:      linux-pm@vger.kernel.org
5391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5392 S:      Supported
5393 F:      drivers/idle/intel_idle.c
5394
5395 INTEL PSTATE DRIVER
5396 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5397 L:      linux-pm@vger.kernel.org
5398 S:      Supported
5399 F:      drivers/cpufreq/intel_pstate.c
5400
5401 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5402 M:      Maik Broemme <mbroemme@plusserver.de>
5403 L:      linux-fbdev@vger.kernel.org
5404 S:      Maintained
5405 F:      Documentation/fb/intelfb.txt
5406 F:      drivers/video/fbdev/intelfb/
5407
5408 INTEL 810/815 FRAMEBUFFER DRIVER
5409 M:      Antonino Daplas <adaplas@gmail.com>
5410 L:      linux-fbdev@vger.kernel.org
5411 S:      Maintained
5412 F:      drivers/video/fbdev/i810/
5413
5414 INTEL MENLOW THERMAL DRIVER
5415 M:      Sujith Thomas <sujith.thomas@intel.com>
5416 L:      platform-driver-x86@vger.kernel.org
5417 W:      https://01.org/linux-acpi
5418 S:      Supported
5419 F:      drivers/platform/x86/intel_menlow.c
5420
5421 INTEL IA32 MICROCODE UPDATE SUPPORT
5422 M:      Borislav Petkov <bp@alien8.de>
5423 S:      Maintained
5424 F:      arch/x86/kernel/cpu/microcode/core*
5425 F:      arch/x86/kernel/cpu/microcode/intel*
5426
5427 INTEL I/OAT DMA DRIVER
5428 M:      Dave Jiang <dave.jiang@intel.com>
5429 R:      Dan Williams <dan.j.williams@intel.com>
5430 L:      dmaengine@vger.kernel.org
5431 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5432 S:      Supported
5433 F:      drivers/dma/ioat*
5434
5435 INTEL IOMMU (VT-d)
5436 M:      David Woodhouse <dwmw2@infradead.org>
5437 L:      iommu@lists.linux-foundation.org
5438 T:      git git://git.infradead.org/iommu-2.6.git
5439 S:      Supported
5440 F:      drivers/iommu/intel-iommu.c
5441 F:      include/linux/intel-iommu.h
5442
5443 INTEL IOP-ADMA DMA DRIVER
5444 R:      Dan Williams <dan.j.williams@intel.com>
5445 S:      Odd fixes
5446 F:      drivers/dma/iop-adma.c
5447
5448 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5449 M:      Krzysztof Halasa <khalasa@piap.pl>
5450 S:      Maintained
5451 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5452 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5453 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5454 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5455 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5456 F:      drivers/net/wan/ixp4xx_hss.c
5457
5458 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5459 M:      Deepak Saxena <dsaxena@plexity.net>
5460 S:      Maintained
5461 F:      drivers/char/hw_random/ixp4xx-rng.c
5462
5463 INTEL ETHERNET DRIVERS
5464 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5465 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5466 R:      Shannon Nelson <shannon.nelson@intel.com>
5467 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5468 R:      Don Skidmore <donald.c.skidmore@intel.com>
5469 R:      Matthew Vick <matthew.vick@intel.com>
5470 R:      John Ronciak <john.ronciak@intel.com>
5471 R:      Mitch Williams <mitch.a.williams@intel.com>
5472 L:      intel-wired-lan@lists.osuosl.org
5473 W:      http://www.intel.com/support/feedback.htm
5474 W:      http://e1000.sourceforge.net/
5475 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5478 S:      Supported
5479 F:      Documentation/networking/e100.txt
5480 F:      Documentation/networking/e1000.txt
5481 F:      Documentation/networking/e1000e.txt
5482 F:      Documentation/networking/igb.txt
5483 F:      Documentation/networking/igbvf.txt
5484 F:      Documentation/networking/ixgb.txt
5485 F:      Documentation/networking/ixgbe.txt
5486 F:      Documentation/networking/ixgbevf.txt
5487 F:      Documentation/networking/i40e.txt
5488 F:      Documentation/networking/i40evf.txt
5489 F:      drivers/net/ethernet/intel/
5490 F:      drivers/net/ethernet/intel/*/
5491
5492 INTEL-MID GPIO DRIVER
5493 M:      David Cohen <david.a.cohen@linux.intel.com>
5494 L:      linux-gpio@vger.kernel.org
5495 S:      Maintained
5496 F:      drivers/gpio/gpio-intel-mid.c
5497
5498 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5499 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5500 L:      linux-wireless@vger.kernel.org
5501 S:      Maintained
5502 F:      Documentation/networking/README.ipw2100
5503 F:      Documentation/networking/README.ipw2200
5504 F:      drivers/net/wireless/ipw2x00/
5505
5506 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5507 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5508 M:      Gang Wei <gang.wei@intel.com>
5509 M:      Shane Wang <shane.wang@intel.com>
5510 L:      tboot-devel@lists.sourceforge.net
5511 W:      http://tboot.sourceforge.net
5512 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5513 S:      Supported
5514 F:      Documentation/intel_txt.txt
5515 F:      include/linux/tboot.h
5516 F:      arch/x86/kernel/tboot.c
5517
5518 INTEL WIRELESS WIMAX CONNECTION 2400
5519 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5520 M:      linux-wimax@intel.com
5521 L:      wimax@linuxwimax.org (subscribers-only)
5522 S:      Supported
5523 W:      http://linuxwimax.org
5524 F:      Documentation/wimax/README.i2400m
5525 F:      drivers/net/wimax/i2400m/
5526 F:      include/uapi/linux/wimax/i2400m.h
5527
5528 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5529 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5530 L:      linux-wireless@vger.kernel.org
5531 S:      Supported
5532 F:      drivers/net/wireless/iwlegacy/
5533
5534 INTEL WIRELESS WIFI LINK (iwlwifi)
5535 M:      Johannes Berg <johannes.berg@intel.com>
5536 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5537 M:      Intel Linux Wireless <ilw@linux.intel.com>
5538 L:      linux-wireless@vger.kernel.org
5539 W:      http://intellinuxwireless.org
5540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5541 S:      Supported
5542 F:      drivers/net/wireless/iwlwifi/
5543
5544 INTEL MANAGEMENT ENGINE (mei)
5545 M:      Tomas Winkler <tomas.winkler@intel.com>
5546 L:      linux-kernel@vger.kernel.org
5547 S:      Supported
5548 F:      include/uapi/linux/mei.h
5549 F:      include/linux/mei_cl_bus.h
5550 F:      drivers/misc/mei/*
5551 F:      Documentation/misc-devices/mei/*
5552
5553 INTEL PMC IPC DRIVER
5554 M:      Zha Qipeng<qipeng.zha@intel.com>
5555 L:      platform-driver-x86@vger.kernel.org
5556 S:      Maintained
5557 F:      drivers/platform/x86/intel_pmc_ipc.c
5558 F:      arch/x86/include/asm/intel_pmc_ipc.h
5559
5560 IOC3 ETHERNET DRIVER
5561 M:      Ralf Baechle <ralf@linux-mips.org>
5562 L:      linux-mips@linux-mips.org
5563 S:      Maintained
5564 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5565
5566 IOC3 SERIAL DRIVER
5567 M:      Pat Gefre <pfg@sgi.com>
5568 L:      linux-serial@vger.kernel.org
5569 S:      Maintained
5570 F:      drivers/tty/serial/ioc3_serial.c
5571
5572 IOMMU DRIVERS
5573 M:      Joerg Roedel <joro@8bytes.org>
5574 L:      iommu@lists.linux-foundation.org
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5576 S:      Maintained
5577 F:      drivers/iommu/
5578
5579 IP MASQUERADING
5580 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5581 S:      Maintained
5582 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5583
5584 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5585 M:      Francois Romieu <romieu@fr.zoreil.com>
5586 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5587 L:      netdev@vger.kernel.org
5588 S:      Maintained
5589 F:      drivers/net/ethernet/icplus/ipg.*
5590
5591 IPATH DRIVER
5592 M:      Mike Marciniszyn <infinipath@intel.com>
5593 L:      linux-rdma@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/infiniband/hw/ipath/
5596
5597 IPMI SUBSYSTEM
5598 M:      Corey Minyard <minyard@acm.org>
5599 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5600 W:      http://openipmi.sourceforge.net/
5601 S:      Supported
5602 F:      Documentation/IPMI.txt
5603 F:      drivers/char/ipmi/
5604 F:      include/linux/ipmi*
5605 F:      include/uapi/linux/ipmi*
5606
5607 QCOM AUDIO (ASoC) DRIVERS
5608 M:      Patrick Lai <plai@codeaurora.org>
5609 M:      Banajit Goswami <bgoswami@codeaurora.org>
5610 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5611 S:      Supported
5612 F:      sound/soc/qcom/
5613
5614 IPS SCSI RAID DRIVER
5615 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5616 L:      linux-scsi@vger.kernel.org
5617 W:      http://www.adaptec.com/
5618 S:      Maintained
5619 F:      drivers/scsi/ips*
5620
5621 IPVS
5622 M:      Wensong Zhang <wensong@linux-vs.org>
5623 M:      Simon Horman <horms@verge.net.au>
5624 M:      Julian Anastasov <ja@ssi.bg>
5625 L:      netdev@vger.kernel.org
5626 L:      lvs-devel@vger.kernel.org
5627 S:      Maintained
5628 F:      Documentation/networking/ipvs-sysctl.txt
5629 F:      include/net/ip_vs.h
5630 F:      include/uapi/linux/ip_vs.h
5631 F:      net/netfilter/ipvs/
5632
5633 IPWIRELESS DRIVER
5634 M:      Jiri Kosina <jikos@kernel.org>
5635 M:      David Sterba <dsterba@suse.com>
5636 S:      Odd Fixes
5637 F:      drivers/tty/ipwireless/
5638
5639 IPX NETWORK LAYER
5640 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5641 L:      netdev@vger.kernel.org
5642 S:      Maintained
5643 F:      include/net/ipx.h
5644 F:      include/uapi/linux/ipx.h
5645 F:      net/ipx/
5646
5647 IRDA SUBSYSTEM
5648 M:      Samuel Ortiz <samuel@sortiz.org>
5649 L:      irda-users@lists.sourceforge.net (subscribers-only)
5650 L:      netdev@vger.kernel.org
5651 W:      http://irda.sourceforge.net/
5652 S:      Maintained
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5654 F:      Documentation/networking/irda.txt
5655 F:      drivers/net/irda/
5656 F:      include/net/irda/
5657 F:      net/irda/
5658
5659 IRQ SUBSYSTEM
5660 M:      Thomas Gleixner <tglx@linutronix.de>
5661 L:      linux-kernel@vger.kernel.org
5662 S:      Maintained
5663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5664 F:      kernel/irq/
5665
5666 IRQCHIP DRIVERS
5667 M:      Thomas Gleixner <tglx@linutronix.de>
5668 M:      Jason Cooper <jason@lakedaemon.net>
5669 M:      Marc Zyngier <marc.zyngier@arm.com>
5670 L:      linux-kernel@vger.kernel.org
5671 S:      Maintained
5672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5673 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5674 F:      Documentation/devicetree/bindings/interrupt-controller/
5675 F:      drivers/irqchip/
5676
5677 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5678 M:      Jiang Liu <jiang.liu@linux.intel.com>
5679 M:      Marc Zyngier <marc.zyngier@arm.com>
5680 S:      Maintained
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5682 F:      Documentation/IRQ-domain.txt
5683 F:      include/linux/irqdomain.h
5684 F:      kernel/irq/irqdomain.c
5685 F:      kernel/irq/msi.c
5686
5687 ISAPNP
5688 M:      Jaroslav Kysela <perex@perex.cz>
5689 S:      Maintained
5690 F:      Documentation/isapnp.txt
5691 F:      drivers/pnp/isapnp/
5692 F:      include/linux/isapnp.h
5693
5694 ISA RADIO MODULE
5695 M:      Hans Verkuil <hverkuil@xs4all.nl>
5696 L:      linux-media@vger.kernel.org
5697 T:      git git://linuxtv.org/media_tree.git
5698 W:      http://linuxtv.org
5699 S:      Maintained
5700 F:      drivers/media/radio/radio-isa*
5701
5702 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5703 M:      Peter Jones <pjones@redhat.com>
5704 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5705 S:      Maintained
5706 F:      drivers/firmware/iscsi_ibft*
5707
5708 ISCSI
5709 M:      Mike Christie <michaelc@cs.wisc.edu>
5710 L:      open-iscsi@googlegroups.com
5711 W:      www.open-iscsi.org
5712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5713 S:      Maintained
5714 F:      drivers/scsi/*iscsi*
5715 F:      include/scsi/*iscsi*
5716
5717 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5718 M:      Or Gerlitz <ogerlitz@mellanox.com>
5719 M:      Sagi Grimberg <sagig@mellanox.com>
5720 M:      Roi Dayan <roid@mellanox.com>
5721 L:      linux-rdma@vger.kernel.org
5722 S:      Supported
5723 W:      http://www.openfabrics.org
5724 W:      www.open-iscsi.org
5725 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5726 F:      drivers/infiniband/ulp/iser/
5727
5728 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5729 M:      Sagi Grimberg <sagig@mellanox.com>
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5731 L:      linux-rdma@vger.kernel.org
5732 L:      target-devel@vger.kernel.org
5733 S:      Supported
5734 W:      http://www.linux-iscsi.org
5735 F:      drivers/infiniband/ulp/isert
5736
5737 ISDN SUBSYSTEM
5738 M:      Karsten Keil <isdn@linux-pingi.de>
5739 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5740 L:      netdev@vger.kernel.org
5741 W:      http://www.isdn4linux.de
5742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5743 S:      Maintained
5744 F:      Documentation/isdn/
5745 F:      drivers/isdn/
5746 F:      include/linux/isdn.h
5747 F:      include/linux/isdn/
5748 F:      include/uapi/linux/isdn.h
5749 F:      include/uapi/linux/isdn/
5750
5751 ISDN SUBSYSTEM (Eicon active card driver)
5752 M:      Armin Schindler <mac@melware.de>
5753 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5754 W:      http://www.melware.de
5755 S:      Maintained
5756 F:      drivers/isdn/hardware/eicon/
5757
5758 IT87 HARDWARE MONITORING DRIVER
5759 M:      Jean Delvare <jdelvare@suse.com>
5760 L:      lm-sensors@lm-sensors.org
5761 S:      Maintained
5762 F:      Documentation/hwmon/it87
5763 F:      drivers/hwmon/it87.c
5764
5765 IT913X MEDIA DRIVER
5766 M:      Antti Palosaari <crope@iki.fi>
5767 L:      linux-media@vger.kernel.org
5768 W:      http://linuxtv.org/
5769 W:      http://palosaari.fi/linux/
5770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5771 T:      git git://linuxtv.org/anttip/media_tree.git
5772 S:      Maintained
5773 F:      drivers/media/tuners/it913x*
5774
5775 IVTV VIDEO4LINUX DRIVER
5776 M:      Andy Walls <awalls@md.metrocast.net>
5777 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5778 L:      linux-media@vger.kernel.org
5779 T:      git git://linuxtv.org/media_tree.git
5780 W:      http://www.ivtvdriver.org
5781 S:      Maintained
5782 F:      Documentation/video4linux/*.ivtv
5783 F:      drivers/media/pci/ivtv/
5784 F:      include/uapi/linux/ivtv*
5785
5786 IX2505V MEDIA DRIVER
5787 M:      Malcolm Priestley <tvboxspy@gmail.com>
5788 L:      linux-media@vger.kernel.org
5789 W:      http://linuxtv.org/
5790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5791 S:      Maintained
5792 F:      drivers/media/dvb-frontends/ix2505v*
5793
5794 JC42.4 TEMPERATURE SENSOR DRIVER
5795 M:      Guenter Roeck <linux@roeck-us.net>
5796 L:      lm-sensors@lm-sensors.org
5797 S:      Maintained
5798 F:      drivers/hwmon/jc42.c
5799 F:      Documentation/hwmon/jc42
5800
5801 JFS FILESYSTEM
5802 M:      Dave Kleikamp <shaggy@kernel.org>
5803 L:      jfs-discussion@lists.sourceforge.net
5804 W:      http://jfs.sourceforge.net/
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5806 S:      Maintained
5807 F:      Documentation/filesystems/jfs.txt
5808 F:      fs/jfs/
5809
5810 JME NETWORK DRIVER
5811 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5812 L:      netdev@vger.kernel.org
5813 S:      Maintained
5814 F:      drivers/net/ethernet/jme.*
5815
5816 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5817 M:      David Woodhouse <dwmw2@infradead.org>
5818 L:      linux-mtd@lists.infradead.org
5819 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5820 S:      Maintained
5821 F:      fs/jffs2/
5822 F:      include/uapi/linux/jffs2.h
5823
5824 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5825 M:      "Theodore Ts'o" <tytso@mit.edu>
5826 M:      Jan Kara <jack@suse.com>
5827 L:      linux-ext4@vger.kernel.org
5828 S:      Maintained
5829 F:      fs/jbd2/
5830 F:      include/linux/jbd2.h
5831
5832 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5833 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5834 L:      linux-media@vger.kernel.org
5835 S:      Maintained
5836 F:      drivers/media/platform/rcar_jpu.c
5837
5838 JSM Neo PCI based serial card
5839 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5840 L:      linux-serial@vger.kernel.org
5841 S:      Maintained
5842 F:      drivers/tty/serial/jsm/
5843
5844 K10TEMP HARDWARE MONITORING DRIVER
5845 M:      Clemens Ladisch <clemens@ladisch.de>
5846 L:      lm-sensors@lm-sensors.org
5847 S:      Maintained
5848 F:      Documentation/hwmon/k10temp
5849 F:      drivers/hwmon/k10temp.c
5850
5851 K8TEMP HARDWARE MONITORING DRIVER
5852 M:      Rudolf Marek <r.marek@assembler.cz>
5853 L:      lm-sensors@lm-sensors.org
5854 S:      Maintained
5855 F:      Documentation/hwmon/k8temp
5856 F:      drivers/hwmon/k8temp.c
5857
5858 KCONFIG
5859 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5860 L:      linux-kbuild@vger.kernel.org
5861 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5862 S:      Maintained
5863 F:      Documentation/kbuild/kconfig-language.txt
5864 F:      scripts/kconfig/
5865
5866 KDUMP
5867 M:      Vivek Goyal <vgoyal@redhat.com>
5868 M:      Haren Myneni <hbabu@us.ibm.com>
5869 L:      kexec@lists.infradead.org
5870 W:      http://lse.sourceforge.net/kdump/
5871 S:      Maintained
5872 F:      Documentation/kdump/
5873
5874 KEENE FM RADIO TRANSMITTER DRIVER
5875 M:      Hans Verkuil <hverkuil@xs4all.nl>
5876 L:      linux-media@vger.kernel.org
5877 T:      git git://linuxtv.org/media_tree.git
5878 W:      http://linuxtv.org
5879 S:      Maintained
5880 F:      drivers/media/radio/radio-keene*
5881
5882 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5883 M:      Ian Kent <raven@themaw.net>
5884 L:      autofs@vger.kernel.org
5885 S:      Maintained
5886 F:      fs/autofs4/
5887
5888 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5889 M:      Michal Marek <mmarek@suse.com>
5890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5892 L:      linux-kbuild@vger.kernel.org
5893 S:      Maintained
5894 F:      Documentation/kbuild/
5895 F:      Makefile
5896 F:      scripts/Makefile.*
5897 F:      scripts/basic/
5898 F:      scripts/mk*
5899 F:      scripts/package/
5900
5901 KERNEL JANITORS
5902 L:      kernel-janitors@vger.kernel.org
5903 W:      http://kernelnewbies.org/KernelJanitors
5904 S:      Odd Fixes
5905
5906 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5907 M:      "J. Bruce Fields" <bfields@fieldses.org>
5908 M:      Jeff Layton <jlayton@poochiereds.net>
5909 L:      linux-nfs@vger.kernel.org
5910 W:      http://nfs.sourceforge.net/
5911 S:      Supported
5912 F:      fs/nfsd/
5913 F:      include/uapi/linux/nfsd/
5914 F:      fs/lockd/
5915 F:      fs/nfs_common/
5916 F:      net/sunrpc/
5917 F:      include/linux/lockd/
5918 F:      include/linux/sunrpc/
5919 F:      include/uapi/linux/sunrpc/
5920
5921 KERNEL SELFTEST FRAMEWORK
5922 M:      Shuah Khan <shuahkh@osg.samsung.com>
5923 L:      linux-api@vger.kernel.org
5924 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5925 S:      Maintained
5926 F:      tools/testing/selftests
5927
5928 KERNEL VIRTUAL MACHINE (KVM)
5929 M:      Gleb Natapov <gleb@kernel.org>
5930 M:      Paolo Bonzini <pbonzini@redhat.com>
5931 L:      kvm@vger.kernel.org
5932 W:      http://www.linux-kvm.org
5933 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5934 S:      Supported
5935 F:      Documentation/*/kvm*.txt
5936 F:      Documentation/virtual/kvm/
5937 F:      arch/*/kvm/
5938 F:      arch/x86/kernel/kvm.c
5939 F:      arch/x86/kernel/kvmclock.c
5940 F:      arch/*/include/asm/kvm*
5941 F:      include/linux/kvm*
5942 F:      include/uapi/linux/kvm*
5943 F:      virt/kvm/
5944
5945 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5946 M:      Joerg Roedel <joro@8bytes.org>
5947 L:      kvm@vger.kernel.org
5948 W:      http://kvm.qumranet.com
5949 S:      Maintained
5950 F:      arch/x86/include/asm/svm.h
5951 F:      arch/x86/kvm/svm.c
5952
5953 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5954 M:      Alexander Graf <agraf@suse.com>
5955 L:      kvm-ppc@vger.kernel.org
5956 W:      http://kvm.qumranet.com
5957 T:      git git://github.com/agraf/linux-2.6.git
5958 S:      Supported
5959 F:      arch/powerpc/include/asm/kvm*
5960 F:      arch/powerpc/kvm/
5961
5962 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5963 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5964 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5965 L:      linux-s390@vger.kernel.org
5966 W:      http://www.ibm.com/developerworks/linux/linux390/
5967 S:      Supported
5968 F:      Documentation/s390/kvm.txt
5969 F:      arch/s390/include/asm/kvm*
5970 F:      arch/s390/kvm/
5971
5972 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5973 M:      Christoffer Dall <christoffer.dall@linaro.org>
5974 M:      Marc Zyngier <marc.zyngier@arm.com>
5975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5976 L:      kvmarm@lists.cs.columbia.edu
5977 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5978 S:      Supported
5979 F:      arch/arm/include/uapi/asm/kvm*
5980 F:      arch/arm/include/asm/kvm*
5981 F:      arch/arm/kvm/
5982 F:      virt/kvm/arm/
5983 F:      include/kvm/arm_*
5984
5985 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5986 M:      Christoffer Dall <christoffer.dall@linaro.org>
5987 M:      Marc Zyngier <marc.zyngier@arm.com>
5988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5989 L:      kvmarm@lists.cs.columbia.edu
5990 S:      Maintained
5991 F:      arch/arm64/include/uapi/asm/kvm*
5992 F:      arch/arm64/include/asm/kvm*
5993 F:      arch/arm64/kvm/
5994
5995 KEXEC
5996 M:      Eric Biederman <ebiederm@xmission.com>
5997 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5998 L:      kexec@lists.infradead.org
5999 S:      Maintained
6000 F:      include/linux/kexec.h
6001 F:      include/uapi/linux/kexec.h
6002 F:      kernel/kexec.c
6003
6004 KEYS/KEYRINGS:
6005 M:      David Howells <dhowells@redhat.com>
6006 L:      keyrings@vger.kernel.org
6007 S:      Maintained
6008 F:      Documentation/security/keys.txt
6009 F:      include/linux/key.h
6010 F:      include/linux/key-type.h
6011 F:      include/keys/
6012 F:      security/keys/
6013
6014 KEYS-TRUSTED
6015 M:      David Safford <safford@us.ibm.com>
6016 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6017 L:      linux-security-module@vger.kernel.org
6018 L:      keyrings@vger.kernel.org
6019 S:      Supported
6020 F:      Documentation/security/keys-trusted-encrypted.txt
6021 F:      include/keys/trusted-type.h
6022 F:      security/keys/trusted.c
6023 F:      security/keys/trusted.h
6024
6025 KEYS-ENCRYPTED
6026 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6027 M:      David Safford <safford@us.ibm.com>
6028 L:      linux-security-module@vger.kernel.org
6029 L:      keyrings@vger.kernel.org
6030 S:      Supported
6031 F:      Documentation/security/keys-trusted-encrypted.txt
6032 F:      include/keys/encrypted-type.h
6033 F:      security/keys/encrypted-keys/
6034
6035 KGDB / KDB /debug_core
6036 M:      Jason Wessel <jason.wessel@windriver.com>
6037 W:      http://kgdb.wiki.kernel.org/
6038 L:      kgdb-bugreport@lists.sourceforge.net
6039 S:      Maintained
6040 F:      Documentation/DocBook/kgdb.tmpl
6041 F:      drivers/misc/kgdbts.c
6042 F:      drivers/tty/serial/kgdboc.c
6043 F:      include/linux/kdb.h
6044 F:      include/linux/kgdb.h
6045 F:      kernel/debug/
6046
6047 KMEMCHECK
6048 M:      Vegard Nossum <vegardno@ifi.uio.no>
6049 M:      Pekka Enberg <penberg@kernel.org>
6050 S:      Maintained
6051 F:      Documentation/kmemcheck.txt
6052 F:      arch/x86/include/asm/kmemcheck.h
6053 F:      arch/x86/mm/kmemcheck/
6054 F:      include/linux/kmemcheck.h
6055 F:      mm/kmemcheck.c
6056
6057 KMEMLEAK
6058 M:      Catalin Marinas <catalin.marinas@arm.com>
6059 S:      Maintained
6060 F:      Documentation/kmemleak.txt
6061 F:      include/linux/kmemleak.h
6062 F:      mm/kmemleak.c
6063 F:      mm/kmemleak-test.c
6064
6065 KPROBES
6066 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6067 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6068 M:      "David S. Miller" <davem@davemloft.net>
6069 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6070 S:      Maintained
6071 F:      Documentation/kprobes.txt
6072 F:      include/linux/kprobes.h
6073 F:      kernel/kprobes.c
6074
6075 KS0108 LCD CONTROLLER DRIVER
6076 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6077 W:      http://miguelojeda.es/auxdisplay.htm
6078 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6079 S:      Maintained
6080 F:      Documentation/auxdisplay/ks0108
6081 F:      drivers/auxdisplay/ks0108.c
6082 F:      include/linux/ks0108.h
6083
6084 LAPB module
6085 L:      linux-x25@vger.kernel.org
6086 S:      Orphan
6087 F:      Documentation/networking/lapb-module.txt
6088 F:      include/*/lapb.h
6089 F:      net/lapb/
6090
6091 LASI 53c700 driver for PARISC
6092 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6093 L:      linux-scsi@vger.kernel.org
6094 S:      Maintained
6095 F:      Documentation/scsi/53c700.txt
6096 F:      drivers/scsi/53c700*
6097
6098 LED SUBSYSTEM
6099 M:      Richard Purdie <rpurdie@rpsys.net>
6100 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6101 L:      linux-leds@vger.kernel.org
6102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6103 S:      Maintained
6104 F:      drivers/leds/
6105 F:      include/linux/leds.h
6106
6107 LEGACY EEPROM DRIVER
6108 M:      Jean Delvare <jdelvare@suse.com>
6109 S:      Maintained
6110 F:      Documentation/misc-devices/eeprom
6111 F:      drivers/misc/eeprom/eeprom.c
6112
6113 LEGO USB Tower driver
6114 M:      Juergen Stuber <starblue@users.sourceforge.net>
6115 L:      legousb-devel@lists.sourceforge.net
6116 W:      http://legousb.sourceforge.net/
6117 S:      Maintained
6118 F:      drivers/usb/misc/legousbtower.c
6119
6120 LG2160 MEDIA DRIVER
6121 M:      Michael Krufky <mkrufky@linuxtv.org>
6122 L:      linux-media@vger.kernel.org
6123 W:      http://linuxtv.org/
6124 W:      http://github.com/mkrufky
6125 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6126 T:      git git://linuxtv.org/mkrufky/tuners.git
6127 S:      Maintained
6128 F:      drivers/media/dvb-frontends/lg2160.*
6129
6130 LGDT3305 MEDIA DRIVER
6131 M:      Michael Krufky <mkrufky@linuxtv.org>
6132 L:      linux-media@vger.kernel.org
6133 W:      http://linuxtv.org/
6134 W:      http://github.com/mkrufky
6135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6136 T:      git git://linuxtv.org/mkrufky/tuners.git
6137 S:      Maintained
6138 F:      drivers/media/dvb-frontends/lgdt3305.*
6139
6140 LGUEST
6141 M:      Rusty Russell <rusty@rustcorp.com.au>
6142 L:      lguest@lists.ozlabs.org
6143 W:      http://lguest.ozlabs.org/
6144 S:      Odd Fixes
6145 F:      arch/x86/include/asm/lguest*.h
6146 F:      arch/x86/lguest/
6147 F:      drivers/lguest/
6148 F:      include/linux/lguest*.h
6149 F:      tools/lguest/
6150
6151 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6152 M:      Tejun Heo <tj@kernel.org>
6153 L:      linux-ide@vger.kernel.org
6154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6155 S:      Maintained
6156 F:      drivers/ata/
6157 F:      include/linux/ata.h
6158 F:      include/linux/libata.h
6159
6160 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6161 M:      Viresh Kumar <vireshk@kernel.org>
6162 L:      linux-ide@vger.kernel.org
6163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6164 S:      Maintained
6165 F:      include/linux/pata_arasan_cf_data.h
6166 F:      drivers/ata/pata_arasan_cf.c
6167
6168 LIBATA PATA DRIVERS
6169 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6170 M:      Tejun Heo <tj@kernel.org>
6171 L:      linux-ide@vger.kernel.org
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6173 S:      Maintained
6174 F:      drivers/ata/pata_*.c
6175 F:      drivers/ata/ata_generic.c
6176
6177 LIBATA SATA AHCI PLATFORM devices support
6178 M:      Hans de Goede <hdegoede@redhat.com>
6179 M:      Tejun Heo <tj@kernel.org>
6180 L:      linux-ide@vger.kernel.org
6181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6182 S:      Maintained
6183 F:      drivers/ata/ahci_platform.c
6184 F:      drivers/ata/libahci_platform.c
6185 F:      include/linux/ahci_platform.h
6186
6187 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6188 M:      Mikael Pettersson <mikpelinux@gmail.com>
6189 L:      linux-ide@vger.kernel.org
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6191 S:      Maintained
6192 F:      drivers/ata/sata_promise.*
6193
6194 LIBLOCKDEP
6195 M:      Sasha Levin <sasha.levin@oracle.com>
6196 S:      Maintained
6197 F:      tools/lib/lockdep/
6198
6199 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6200 M:      Dan Williams <dan.j.williams@intel.com>
6201 L:      linux-nvdimm@lists.01.org
6202 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6203 S:      Supported
6204 F:      drivers/nvdimm/*
6205 F:      include/linux/nd.h
6206 F:      include/linux/libnvdimm.h
6207 F:      include/uapi/linux/ndctl.h
6208
6209 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6210 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6211 L:      linux-nvdimm@lists.01.org
6212 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6213 S:      Supported
6214 F:      drivers/nvdimm/blk.c
6215 F:      drivers/nvdimm/region_devs.c
6216 F:      drivers/acpi/nfit*
6217
6218 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6219 M:      Vishal Verma <vishal.l.verma@intel.com>
6220 L:      linux-nvdimm@lists.01.org
6221 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6222 S:      Supported
6223 F:      drivers/nvdimm/btt*
6224
6225 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6226 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6227 L:      linux-nvdimm@lists.01.org
6228 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6229 S:      Supported
6230 F:      drivers/nvdimm/pmem.c
6231 F:      include/linux/pmem.h
6232 F:      arch/*/include/asm/pmem.h
6233
6234 LINUX FOR IBM pSERIES (RS/6000)
6235 M:      Paul Mackerras <paulus@au.ibm.com>
6236 W:      http://www.ibm.com/linux/ltc/projects/ppc
6237 S:      Supported
6238 F:      arch/powerpc/boot/rs6000.h
6239
6240 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6241 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6242 M:      Paul Mackerras <paulus@samba.org>
6243 M:      Michael Ellerman <mpe@ellerman.id.au>
6244 W:      http://www.penguinppc.org/
6245 L:      linuxppc-dev@lists.ozlabs.org
6246 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6248 S:      Supported
6249 F:      Documentation/powerpc/
6250 F:      arch/powerpc/
6251
6252 LINUX FOR POWER MACINTOSH
6253 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6254 W:      http://www.penguinppc.org/
6255 L:      linuxppc-dev@lists.ozlabs.org
6256 S:      Maintained
6257 F:      arch/powerpc/platforms/powermac/
6258 F:      drivers/macintosh/
6259
6260 LINUX FOR POWERPC EMBEDDED MPC5XXX
6261 M:      Anatolij Gustschin <agust@denx.de>
6262 L:      linuxppc-dev@lists.ozlabs.org
6263 T:      git git://git.denx.de/linux-denx-agust.git
6264 S:      Maintained
6265 F:      arch/powerpc/platforms/512x/
6266 F:      arch/powerpc/platforms/52xx/
6267
6268 LINUX FOR POWERPC EMBEDDED PPC4XX
6269 M:      Alistair Popple <alistair@popple.id.au>
6270 M:      Matt Porter <mporter@kernel.crashing.org>
6271 W:      http://www.penguinppc.org/
6272 L:      linuxppc-dev@lists.ozlabs.org
6273 S:      Maintained
6274 F:      arch/powerpc/platforms/40x/
6275 F:      arch/powerpc/platforms/44x/
6276
6277 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6278 L:      linuxppc-dev@lists.ozlabs.org
6279 S:      Orphan
6280 F:      arch/powerpc/*/*virtex*
6281 F:      arch/powerpc/*/*/*virtex*
6282
6283 LINUX FOR POWERPC EMBEDDED PPC8XX
6284 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6285 W:      http://www.penguinppc.org/
6286 L:      linuxppc-dev@lists.ozlabs.org
6287 S:      Maintained
6288 F:      arch/powerpc/platforms/8xx/
6289
6290 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6291 M:      Scott Wood <scottwood@freescale.com>
6292 M:      Kumar Gala <galak@kernel.crashing.org>
6293 W:      http://www.penguinppc.org/
6294 L:      linuxppc-dev@lists.ozlabs.org
6295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6296 S:      Maintained
6297 F:      arch/powerpc/platforms/83xx/
6298 F:      arch/powerpc/platforms/85xx/
6299
6300 LINUX FOR POWERPC PA SEMI PWRFICIENT
6301 M:      Olof Johansson <olof@lixom.net>
6302 L:      linuxppc-dev@lists.ozlabs.org
6303 S:      Maintained
6304 F:      arch/powerpc/platforms/pasemi/
6305 F:      drivers/*/*pasemi*
6306 F:      drivers/*/*/*pasemi*
6307
6308 LINUX SECURITY MODULE (LSM) FRAMEWORK
6309 M:      Chris Wright <chrisw@sous-sol.org>
6310 L:      linux-security-module@vger.kernel.org
6311 S:      Supported
6312
6313 LIS3LV02D ACCELEROMETER DRIVER
6314 M:      Eric Piel <eric.piel@tremplin-utc.net>
6315 S:      Maintained
6316 F:      Documentation/misc-devices/lis3lv02d
6317 F:      drivers/misc/lis3lv02d/
6318 F:      drivers/platform/x86/hp_accel.c
6319
6320 LIVE PATCHING
6321 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6322 M:      Seth Jennings <sjenning@redhat.com>
6323 M:      Jiri Kosina <jikos@kernel.org>
6324 M:      Vojtech Pavlik <vojtech@suse.com>
6325 S:      Maintained
6326 F:      kernel/livepatch/
6327 F:      include/linux/livepatch.h
6328 F:      arch/x86/include/asm/livepatch.h
6329 F:      arch/x86/kernel/livepatch.c
6330 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6331 F:      samples/livepatch/
6332 L:      live-patching@vger.kernel.org
6333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6334
6335 LLC (802.2)
6336 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6337 S:      Maintained
6338 F:      include/linux/llc.h
6339 F:      include/uapi/linux/llc.h
6340 F:      include/net/llc*
6341 F:      net/llc/
6342
6343 LM73 HARDWARE MONITOR DRIVER
6344 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6345 L:      lm-sensors@lm-sensors.org
6346 S:      Maintained
6347 F:      drivers/hwmon/lm73.c
6348
6349 LM78 HARDWARE MONITOR DRIVER
6350 M:      Jean Delvare <jdelvare@suse.com>
6351 L:      lm-sensors@lm-sensors.org
6352 S:      Maintained
6353 F:      Documentation/hwmon/lm78
6354 F:      drivers/hwmon/lm78.c
6355
6356 LM83 HARDWARE MONITOR DRIVER
6357 M:      Jean Delvare <jdelvare@suse.com>
6358 L:      lm-sensors@lm-sensors.org
6359 S:      Maintained
6360 F:      Documentation/hwmon/lm83
6361 F:      drivers/hwmon/lm83.c
6362
6363 LM90 HARDWARE MONITOR DRIVER
6364 M:      Jean Delvare <jdelvare@suse.com>
6365 L:      lm-sensors@lm-sensors.org
6366 S:      Maintained
6367 F:      Documentation/hwmon/lm90
6368 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6369 F:      drivers/hwmon/lm90.c
6370
6371 LM95234 HARDWARE MONITOR DRIVER
6372 M:      Guenter Roeck <linux@roeck-us.net>
6373 L:      lm-sensors@lm-sensors.org
6374 S:      Maintained
6375 F:      Documentation/hwmon/lm95234
6376 F:      drivers/hwmon/lm95234.c
6377
6378 LME2510 MEDIA DRIVER
6379 M:      Malcolm Priestley <tvboxspy@gmail.com>
6380 L:      linux-media@vger.kernel.org
6381 W:      http://linuxtv.org/
6382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6383 S:      Maintained
6384 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6385
6386 LOCKDEP AND LOCKSTAT
6387 M:      Peter Zijlstra <peterz@infradead.org>
6388 M:      Ingo Molnar <mingo@redhat.com>
6389 L:      linux-kernel@vger.kernel.org
6390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6391 S:      Maintained
6392 F:      Documentation/locking/lockdep*.txt
6393 F:      Documentation/locking/lockstat.txt
6394 F:      include/linux/lockdep.h
6395 F:      kernel/locking/
6396
6397 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6398 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6399 L:      linux-ntfs-dev@lists.sourceforge.net
6400 W:      http://www.linux-ntfs.org/content/view/19/37/
6401 S:      Maintained
6402 F:      Documentation/ldm.txt
6403 F:      block/partitions/ldm.*
6404
6405 LogFS
6406 M:      Joern Engel <joern@logfs.org>
6407 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6408 L:      logfs@logfs.org
6409 W:      logfs.org
6410 S:      Maintained
6411 F:      fs/logfs/
6412
6413 LPC32XX MACHINE SUPPORT
6414 M:      Roland Stigge <stigge@antcom.de>
6415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6416 S:      Maintained
6417 F:      arch/arm/mach-lpc32xx/
6418
6419 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6420 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6421 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6422 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6423 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6424 L:      MPT-FusionLinux.pdl@avagotech.com
6425 L:      linux-scsi@vger.kernel.org
6426 W:      http://www.lsilogic.com/support
6427 S:      Supported
6428 F:      drivers/message/fusion/
6429 F:      drivers/scsi/mpt2sas/
6430 F:      drivers/scsi/mpt3sas/
6431
6432 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6433 M:      Matthew Wilcox <matthew@wil.cx>
6434 L:      linux-scsi@vger.kernel.org
6435 S:      Maintained
6436 F:      drivers/scsi/sym53c8xx_2/
6437
6438 LTC4261 HARDWARE MONITOR DRIVER
6439 M:      Guenter Roeck <linux@roeck-us.net>
6440 L:      lm-sensors@lm-sensors.org
6441 S:      Maintained
6442 F:      Documentation/hwmon/ltc4261
6443 F:      drivers/hwmon/ltc4261.c
6444
6445 LTP (Linux Test Project)
6446 M:      Mike Frysinger <vapier@gentoo.org>
6447 M:      Cyril Hrubis <chrubis@suse.cz>
6448 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6449 M:      Jan Stancek <jstancek@redhat.com>
6450 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6451 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6452 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6453 W:      http://linux-test-project.github.io/
6454 T:      git git://github.com/linux-test-project/ltp.git
6455 S:      Maintained
6456
6457 M32R ARCHITECTURE
6458 W:      http://www.linux-m32r.org/
6459 S:      Orphan
6460 F:      arch/m32r/
6461
6462 M68K ARCHITECTURE
6463 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6464 L:      linux-m68k@lists.linux-m68k.org
6465 W:      http://www.linux-m68k.org/
6466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6467 S:      Maintained
6468 F:      arch/m68k/
6469 F:      drivers/zorro/
6470
6471 M68K ON APPLE MACINTOSH
6472 M:      Joshua Thompson <funaho@jurai.org>
6473 W:      http://www.mac.linux-m68k.org/
6474 L:      linux-m68k@lists.linux-m68k.org
6475 S:      Maintained
6476 F:      arch/m68k/mac/
6477
6478 M68K ON HP9000/300
6479 M:      Philip Blundell <philb@gnu.org>
6480 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6481 S:      Maintained
6482 F:      arch/m68k/hp300/
6483
6484 M88DS3103 MEDIA DRIVER
6485 M:      Antti Palosaari <crope@iki.fi>
6486 L:      linux-media@vger.kernel.org
6487 W:      http://linuxtv.org/
6488 W:      http://palosaari.fi/linux/
6489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6490 T:      git git://linuxtv.org/anttip/media_tree.git
6491 S:      Maintained
6492 F:      drivers/media/dvb-frontends/m88ds3103*
6493
6494 M88RS2000 MEDIA DRIVER
6495 M:      Malcolm Priestley <tvboxspy@gmail.com>
6496 L:      linux-media@vger.kernel.org
6497 W:      http://linuxtv.org/
6498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6499 S:      Maintained
6500 F:      drivers/media/dvb-frontends/m88rs2000*
6501
6502 MA901 MASTERKIT USB FM RADIO DRIVER
6503 M:      Alexey Klimov <klimov.linux@gmail.com>
6504 L:      linux-media@vger.kernel.org
6505 T:      git git://linuxtv.org/media_tree.git
6506 S:      Maintained
6507 F:      drivers/media/radio/radio-ma901.c
6508
6509 MAC80211
6510 M:      Johannes Berg <johannes@sipsolutions.net>
6511 L:      linux-wireless@vger.kernel.org
6512 W:      http://wireless.kernel.org/
6513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6515 S:      Maintained
6516 F:      Documentation/networking/mac80211-injection.txt
6517 F:      include/net/mac80211.h
6518 F:      net/mac80211/
6519
6520 MACVLAN DRIVER
6521 M:      Patrick McHardy <kaber@trash.net>
6522 L:      netdev@vger.kernel.org
6523 S:      Maintained
6524 F:      drivers/net/macvlan.c
6525 F:      include/linux/if_macvlan.h
6526
6527 MAILBOX API
6528 M:      Jassi Brar <jassisinghbrar@gmail.com>
6529 L:      linux-kernel@vger.kernel.org
6530 S:      Maintained
6531 F:      drivers/mailbox/
6532 F:      include/linux/mailbox_client.h
6533 F:      include/linux/mailbox_controller.h
6534
6535 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6536 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6537 W:      http://www.kernel.org/doc/man-pages
6538 L:      linux-man@vger.kernel.org
6539 S:      Maintained
6540
6541 MARVELL ARMADA DRM SUPPORT
6542 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6543 S:      Maintained
6544 F:      drivers/gpu/drm/armada/
6545
6546 MARVELL 88E6352 DSA support
6547 M:      Guenter Roeck <linux@roeck-us.net>
6548 S:      Maintained
6549 F:      drivers/net/dsa/mv88e6352.c
6550
6551 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6552 M:      Mirko Lindner <mlindner@marvell.com>
6553 M:      Stephen Hemminger <stephen@networkplumber.org>
6554 L:      netdev@vger.kernel.org
6555 S:      Maintained
6556 F:      drivers/net/ethernet/marvell/sk*
6557
6558 MARVELL LIBERTAS WIRELESS DRIVER
6559 L:      libertas-dev@lists.infradead.org
6560 S:      Orphan
6561 F:      drivers/net/wireless/libertas/
6562
6563 MARVELL MV643XX ETHERNET DRIVER
6564 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6565 L:      netdev@vger.kernel.org
6566 S:      Maintained
6567 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6568 F:      include/linux/mv643xx.h
6569
6570 MARVELL MVNETA ETHERNET DRIVER
6571 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6572 L:      netdev@vger.kernel.org
6573 S:      Maintained
6574 F:      drivers/net/ethernet/marvell/mvneta.*
6575
6576 MARVELL MWIFIEX WIRELESS DRIVER
6577 M:      Amitkumar Karwar <akarwar@marvell.com>
6578 M:      Nishant Sarmukadam <nishants@marvell.com>
6579 L:      linux-wireless@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/net/wireless/mwifiex/
6582
6583 MARVELL MWL8K WIRELESS DRIVER
6584 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6585 L:      linux-wireless@vger.kernel.org
6586 S:      Odd Fixes
6587 F:      drivers/net/wireless/mwl8k.c
6588
6589 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6590 M:      Nicolas Pitre <nico@fluxnic.net>
6591 S:      Odd Fixes
6592 F:      drivers/mmc/host/mvsdio.*
6593
6594 MATROX FRAMEBUFFER DRIVER
6595 L:      linux-fbdev@vger.kernel.org
6596 S:      Orphan
6597 F:      drivers/video/fbdev/matrox/matroxfb_*
6598 F:      include/uapi/linux/matroxfb.h
6599
6600 MAX16065 HARDWARE MONITOR DRIVER
6601 M:      Guenter Roeck <linux@roeck-us.net>
6602 L:      lm-sensors@lm-sensors.org
6603 S:      Maintained
6604 F:      Documentation/hwmon/max16065
6605 F:      drivers/hwmon/max16065.c
6606
6607 MAX20751 HARDWARE MONITOR DRIVER
6608 M:      Guenter Roeck <linux@roeck-us.net>
6609 L:      lm-sensors@lm-sensors.org
6610 S:      Maintained
6611 F:      Documentation/hwmon/max20751
6612 F:      drivers/hwmon/max20751.c
6613
6614 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6615 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6616 L:      lm-sensors@lm-sensors.org
6617 S:      Maintained
6618 F:      Documentation/hwmon/max6650
6619 F:      drivers/hwmon/max6650.c
6620
6621 MAX6697 HARDWARE MONITOR DRIVER
6622 M:      Guenter Roeck <linux@roeck-us.net>
6623 L:      lm-sensors@lm-sensors.org
6624 S:      Maintained
6625 F:      Documentation/hwmon/max6697
6626 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6627 F:      drivers/hwmon/max6697.c
6628 F:      include/linux/platform_data/max6697.h
6629
6630 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6631 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6632 L:      linux-pm@vger.kernel.org
6633 S:      Supported
6634 F:      drivers/power/max14577_charger.c
6635 F:      drivers/power/max77693_charger.c
6636
6637 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6638 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6639 L:      linux-kernel@vger.kernel.org
6640 S:      Supported
6641 F:      drivers/*/*max77802.c
6642 F:      Documentation/devicetree/bindings/*/*max77802.txt
6643 F:      include/dt-bindings/*/*max77802.h
6644
6645 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6646 M:      Chanwoo Choi <cw00.choi@samsung.com>
6647 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6648 L:      linux-kernel@vger.kernel.org
6649 S:      Supported
6650 F:      drivers/*/max14577.c
6651 F:      drivers/*/max77686.c
6652 F:      drivers/*/max77693.c
6653 F:      drivers/extcon/extcon-max14577.c
6654 F:      drivers/extcon/extcon-max77693.c
6655 F:      drivers/rtc/rtc-max77686.c
6656 F:      drivers/clk/clk-max77686.c
6657 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6658 F:      Documentation/devicetree/bindings/*/max77686.txt
6659 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6660 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6661 F:      include/linux/mfd/max14577*.h
6662 F:      include/linux/mfd/max77686*.h
6663 F:      include/linux/mfd/max77693*.h
6664
6665 MAXIRADIO FM RADIO RECEIVER DRIVER
6666 M:      Hans Verkuil <hverkuil@xs4all.nl>
6667 L:      linux-media@vger.kernel.org
6668 T:      git git://linuxtv.org/media_tree.git
6669 W:      http://linuxtv.org
6670 S:      Maintained
6671 F:      drivers/media/radio/radio-maxiradio*
6672
6673 MEDIA DRIVERS FOR RENESAS - VSP1
6674 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6675 L:      linux-media@vger.kernel.org
6676 L:      linux-sh@vger.kernel.org
6677 T:      git git://linuxtv.org/media_tree.git
6678 S:      Supported
6679 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6680 F:      drivers/media/platform/vsp1/
6681
6682 MEDIA DRIVERS FOR ASCOT2E
6683 M:      Sergey Kozlov <serjk@netup.ru>
6684 L:      linux-media@vger.kernel.org
6685 W:      http://linuxtv.org
6686 W:      http://netup.tv/
6687 T:      git git://linuxtv.org/media_tree.git
6688 S:      Supported
6689 F:      drivers/media/dvb-frontends/ascot2e*
6690
6691 MEDIA DRIVERS FOR CXD2841ER
6692 M:      Sergey Kozlov <serjk@netup.ru>
6693 L:      linux-media@vger.kernel.org
6694 W:      http://linuxtv.org/
6695 W:      http://netup.tv/
6696 T:      git git://linuxtv.org/media_tree.git
6697 S:      Supported
6698 F:      drivers/media/dvb-frontends/cxd2841er*
6699
6700 MEDIA DRIVERS FOR HORUS3A
6701 M:      Sergey Kozlov <serjk@netup.ru>
6702 L:      linux-media@vger.kernel.org
6703 W:      http://linuxtv.org/
6704 W:      http://netup.tv/
6705 T:      git git://linuxtv.org/media_tree.git
6706 S:      Supported
6707 F:      drivers/media/dvb-frontends/horus3a*
6708
6709 MEDIA DRIVERS FOR LNBH25
6710 M:      Sergey Kozlov <serjk@netup.ru>
6711 L:      linux-media@vger.kernel.org
6712 W:      http://linuxtv.org/
6713 W:      http://netup.tv/
6714 T:      git git://linuxtv.org/media_tree.git
6715 S:      Supported
6716 F:      drivers/media/dvb-frontends/lnbh25*
6717
6718 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6719 M:      Sergey Kozlov <serjk@netup.ru>
6720 L:      linux-media@vger.kernel.org
6721 W:      http://linuxtv.org/
6722 W:      http://netup.tv/
6723 T:      git git://linuxtv.org/media_tree.git
6724 S:      Supported
6725 F:      drivers/media/pci/netup_unidvb/*
6726
6727 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6728 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6729 P:      LinuxTV.org Project
6730 L:      linux-media@vger.kernel.org
6731 W:      http://linuxtv.org
6732 Q:      http://patchwork.kernel.org/project/linux-media/list/
6733 T:      git git://linuxtv.org/media_tree.git
6734 S:      Maintained
6735 F:      Documentation/dvb/
6736 F:      Documentation/video4linux/
6737 F:      Documentation/DocBook/media/
6738 F:      drivers/media/
6739 F:      drivers/staging/media/
6740 F:      include/media/
6741 F:      include/uapi/linux/dvb/
6742 F:      include/uapi/linux/videodev2.h
6743 F:      include/uapi/linux/media.h
6744 F:      include/uapi/linux/v4l2-*
6745 F:      include/uapi/linux/meye.h
6746 F:      include/uapi/linux/ivtv*
6747 F:      include/uapi/linux/uvcvideo.h
6748
6749 MEDIATEK MT7601U WIRELESS LAN DRIVER
6750 M:      Jakub Kicinski <kubakici@wp.pl>
6751 L:      linux-wireless@vger.kernel.org
6752 S:      Maintained
6753 F:      drivers/net/wireless/mediatek/mt7601u/
6754
6755 MEGARAID SCSI/SAS DRIVERS
6756 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6757 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6758 M:      Uday Lingala <uday.lingala@avagotech.com>
6759 L:      megaraidlinux.pdl@avagotech.com
6760 L:      linux-scsi@vger.kernel.org
6761 W:      http://www.lsi.com
6762 S:      Maintained
6763 F:      Documentation/scsi/megaraid.txt
6764 F:      drivers/scsi/megaraid.*
6765 F:      drivers/scsi/megaraid/
6766
6767 MELLANOX ETHERNET DRIVER (mlx4_en)
6768 M:      Amir Vadai <amirv@mellanox.com>
6769 M:      Ido Shamay <idos@mellanox.com>
6770 L:      netdev@vger.kernel.org
6771 S:      Supported
6772 W:      http://www.mellanox.com
6773 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6774 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6775
6776 MELLANOX ETHERNET SWITCH DRIVERS
6777 M:      Jiri Pirko <jiri@mellanox.com>
6778 M:      Ido Schimmel <idosch@mellanox.com>
6779 L:      netdev@vger.kernel.org
6780 S:      Supported
6781 W:      http://www.mellanox.com
6782 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6783 F:      drivers/net/ethernet/mellanox/mlxsw/
6784
6785 MEMORY MANAGEMENT
6786 L:      linux-mm@kvack.org
6787 W:      http://www.linux-mm.org
6788 S:      Maintained
6789 F:      include/linux/mm.h
6790 F:      include/linux/gfp.h
6791 F:      include/linux/mmzone.h
6792 F:      include/linux/memory_hotplug.h
6793 F:      include/linux/vmalloc.h
6794 F:      mm/
6795
6796 MEMORY TECHNOLOGY DEVICES (MTD)
6797 M:      David Woodhouse <dwmw2@infradead.org>
6798 M:      Brian Norris <computersforpeace@gmail.com>
6799 L:      linux-mtd@lists.infradead.org
6800 W:      http://www.linux-mtd.infradead.org/
6801 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6802 T:      git git://git.infradead.org/linux-mtd.git
6803 T:      git git://git.infradead.org/l2-mtd.git
6804 S:      Maintained
6805 F:      drivers/mtd/
6806 F:      include/linux/mtd/
6807 F:      include/uapi/mtd/
6808
6809 MEN A21 WATCHDOG DRIVER
6810 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6811 L:      linux-watchdog@vger.kernel.org
6812 S:      Maintained
6813 F:      drivers/watchdog/mena21_wdt.c
6814
6815 MEN CHAMELEON BUS (mcb)
6816 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6817 S:      Maintained
6818 F:      drivers/mcb/
6819 F:      include/linux/mcb.h
6820 F:      Documentation/men-chameleon-bus.txt
6821
6822 MEN F21BMC (Board Management Controller)
6823 M:      Andreas Werner <andreas.werner@men.de>
6824 S:      Supported
6825 F:      drivers/mfd/menf21bmc.c
6826 F:      drivers/watchdog/menf21bmc_wdt.c
6827 F:      drivers/leds/leds-menf21bmc.c
6828 F:      drivers/hwmon/menf21bmc_hwmon.c
6829 F:      Documentation/hwmon/menf21bmc
6830
6831 METAG ARCHITECTURE
6832 M:      James Hogan <james.hogan@imgtec.com>
6833 L:      linux-metag@vger.kernel.org
6834 S:      Supported
6835 F:      arch/metag/
6836 F:      Documentation/metag/
6837 F:      Documentation/devicetree/bindings/metag/
6838 F:      drivers/clocksource/metag_generic.c
6839 F:      drivers/irqchip/irq-metag.c
6840 F:      drivers/irqchip/irq-metag-ext.c
6841 F:      drivers/tty/metag_da.c
6842
6843 MICROBLAZE ARCHITECTURE
6844 M:      Michal Simek <monstr@monstr.eu>
6845 W:      http://www.monstr.eu/fdt/
6846 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6847 S:      Supported
6848 F:      arch/microblaze/
6849
6850 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6851 M:      Chen Yu <yu.c.chen@intel.com>
6852 L:      platform-driver-x86@vger.kernel.org
6853 S:      Supported
6854 F:      drivers/platform/x86/surfacepro3_button.c
6855
6856 MICROTEK X6 SCANNER
6857 M:      Oliver Neukum <oliver@neukum.org>
6858 S:      Maintained
6859 F:      drivers/usb/image/microtek.*
6860
6861 MIPS
6862 M:      Ralf Baechle <ralf@linux-mips.org>
6863 L:      linux-mips@linux-mips.org
6864 W:      http://www.linux-mips.org/
6865 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6866 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6867 S:      Supported
6868 F:      Documentation/mips/
6869 F:      arch/mips/
6870
6871 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6872 M:      Hans Verkuil <hverkuil@xs4all.nl>
6873 L:      linux-media@vger.kernel.org
6874 T:      git git://linuxtv.org/media_tree.git
6875 W:      http://linuxtv.org
6876 S:      Odd Fixes
6877 F:      drivers/media/radio/radio-miropcm20*
6878
6879 Mellanox MLX5 core VPI driver
6880 M:      Eli Cohen <eli@mellanox.com>
6881 L:      netdev@vger.kernel.org
6882 L:      linux-rdma@vger.kernel.org
6883 W:      http://www.mellanox.com
6884 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6885 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6886 T:      git git://openfabrics.org/~eli/connect-ib.git
6887 S:      Supported
6888 F:      drivers/net/ethernet/mellanox/mlx5/core/
6889 F:      include/linux/mlx5/
6890
6891 Mellanox MLX5 IB driver
6892 M:      Eli Cohen <eli@mellanox.com>
6893 L:      linux-rdma@vger.kernel.org
6894 W:      http://www.mellanox.com
6895 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6896 T:      git git://openfabrics.org/~eli/connect-ib.git
6897 S:      Supported
6898 F:      include/linux/mlx5/
6899 F:      drivers/infiniband/hw/mlx5/
6900
6901 MN88472 MEDIA DRIVER
6902 M:      Antti Palosaari <crope@iki.fi>
6903 L:      linux-media@vger.kernel.org
6904 W:      http://linuxtv.org/
6905 W:      http://palosaari.fi/linux/
6906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6907 T:      git git://linuxtv.org/anttip/media_tree.git
6908 S:      Maintained
6909 F:      drivers/staging/media/mn88472/
6910 F:      drivers/media/dvb-frontends/mn88472.h
6911
6912 MN88473 MEDIA DRIVER
6913 M:      Antti Palosaari <crope@iki.fi>
6914 L:      linux-media@vger.kernel.org
6915 W:      http://linuxtv.org/
6916 W:      http://palosaari.fi/linux/
6917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6918 T:      git git://linuxtv.org/anttip/media_tree.git
6919 S:      Maintained
6920 F:      drivers/staging/media/mn88473/
6921 F:      drivers/media/dvb-frontends/mn88473.h
6922
6923 MODULE SUPPORT
6924 M:      Rusty Russell <rusty@rustcorp.com.au>
6925 S:      Maintained
6926 F:      include/linux/module.h
6927 F:      kernel/module.c
6928
6929 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6930 W:      http://popies.net/meye/
6931 S:      Orphan
6932 F:      Documentation/video4linux/meye.txt
6933 F:      drivers/media/pci/meye/
6934 F:      include/uapi/linux/meye.h
6935
6936 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6937 M:      Jiri Slaby <jirislaby@gmail.com>
6938 S:      Maintained
6939 F:      Documentation/serial/moxa-smartio
6940 F:      drivers/tty/mxser.*
6941
6942 MR800 AVERMEDIA USB FM RADIO DRIVER
6943 M:      Alexey Klimov <klimov.linux@gmail.com>
6944 L:      linux-media@vger.kernel.org
6945 T:      git git://linuxtv.org/media_tree.git
6946 S:      Maintained
6947 F:      drivers/media/radio/radio-mr800.c
6948
6949 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6950 M:      Alan Ott <alan@signal11.us>
6951 L:      linux-wpan@vger.kernel.org
6952 S:      Maintained
6953 F:      drivers/net/ieee802154/mrf24j40.c
6954
6955 MSI LAPTOP SUPPORT
6956 M:      "Lee, Chun-Yi" <jlee@suse.com>
6957 L:      platform-driver-x86@vger.kernel.org
6958 S:      Maintained
6959 F:      drivers/platform/x86/msi-laptop.c
6960
6961 MSI WMI SUPPORT
6962 L:      platform-driver-x86@vger.kernel.org
6963 S:      Orphan
6964 F:      drivers/platform/x86/msi-wmi.c
6965
6966 MSI001 MEDIA DRIVER
6967 M:      Antti Palosaari <crope@iki.fi>
6968 L:      linux-media@vger.kernel.org
6969 W:      http://linuxtv.org/
6970 W:      http://palosaari.fi/linux/
6971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6972 T:      git git://linuxtv.org/anttip/media_tree.git
6973 S:      Maintained
6974 F:      drivers/media/tuners/msi001*
6975
6976 MSI2500 MEDIA DRIVER
6977 M:      Antti Palosaari <crope@iki.fi>
6978 L:      linux-media@vger.kernel.org
6979 W:      http://linuxtv.org/
6980 W:      http://palosaari.fi/linux/
6981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6982 T:      git git://linuxtv.org/anttip/media_tree.git
6983 S:      Maintained
6984 F:      drivers/media/usb/msi2500/
6985
6986 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6987 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6988 L:      linux-mtd@lists.infradead.org
6989 S:      Maintained
6990 F:      drivers/mtd/devices/docg3*
6991
6992 MT9M032 APTINA SENSOR DRIVER
6993 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6994 L:      linux-media@vger.kernel.org
6995 T:      git git://linuxtv.org/media_tree.git
6996 S:      Maintained
6997 F:      drivers/media/i2c/mt9m032.c
6998 F:      include/media/mt9m032.h
6999
7000 MT9P031 APTINA CAMERA SENSOR
7001 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7002 L:      linux-media@vger.kernel.org
7003 T:      git git://linuxtv.org/media_tree.git
7004 S:      Maintained
7005 F:      drivers/media/i2c/mt9p031.c
7006 F:      include/media/mt9p031.h
7007
7008 MT9T001 APTINA CAMERA SENSOR
7009 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7010 L:      linux-media@vger.kernel.org
7011 T:      git git://linuxtv.org/media_tree.git
7012 S:      Maintained
7013 F:      drivers/media/i2c/mt9t001.c
7014 F:      include/media/mt9t001.h
7015
7016 MT9V032 APTINA CAMERA SENSOR
7017 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7018 L:      linux-media@vger.kernel.org
7019 T:      git git://linuxtv.org/media_tree.git
7020 S:      Maintained
7021 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7022 F:      drivers/media/i2c/mt9v032.c
7023 F:      include/media/mt9v032.h
7024
7025 MULTIFUNCTION DEVICES (MFD)
7026 M:      Samuel Ortiz <sameo@linux.intel.com>
7027 M:      Lee Jones <lee.jones@linaro.org>
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7029 S:      Supported
7030 F:      drivers/mfd/
7031 F:      include/linux/mfd/
7032
7033 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7034 M:      Ulf Hansson <ulf.hansson@linaro.org>
7035 L:      linux-mmc@vger.kernel.org
7036 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7037 S:      Maintained
7038 F:      drivers/mmc/
7039 F:      include/linux/mmc/
7040 F:      include/uapi/linux/mmc/
7041
7042 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7043 S:      Orphan
7044 F:      drivers/mmc/host/mmc_spi.c
7045 F:      include/linux/spi/mmc_spi.h
7046
7047 MULTISOUND SOUND DRIVER
7048 M:      Andrew Veliath <andrewtv@usa.net>
7049 S:      Maintained
7050 F:      Documentation/sound/oss/MultiSound
7051 F:      sound/oss/msnd*
7052
7053 MULTITECH MULTIPORT CARD (ISICOM)
7054 S:      Orphan
7055 F:      drivers/tty/isicom.c
7056 F:      include/linux/isicom.h
7057
7058 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7059 M:      Felipe Balbi <balbi@ti.com>
7060 L:      linux-usb@vger.kernel.org
7061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7062 S:      Maintained
7063 F:      drivers/usb/musb/
7064
7065 MXL5007T MEDIA DRIVER
7066 M:      Michael Krufky <mkrufky@linuxtv.org>
7067 L:      linux-media@vger.kernel.org
7068 W:      http://linuxtv.org/
7069 W:      http://github.com/mkrufky
7070 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7071 T:      git git://linuxtv.org/mkrufky/tuners.git
7072 S:      Maintained
7073 F:      drivers/media/tuners/mxl5007t.*
7074
7075 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7076 M:      Hyong-Youb Kim <hykim@myri.com>
7077 L:      netdev@vger.kernel.org
7078 W:      https://www.myricom.com/support/downloads/myri10ge.html
7079 S:      Supported
7080 F:      drivers/net/ethernet/myricom/myri10ge/
7081
7082 NATSEMI ETHERNET DRIVER (DP8381x)
7083 S:      Orphan
7084 F:      drivers/net/ethernet/natsemi/natsemi.c
7085
7086 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7087 M:      Daniel Mack <zonque@gmail.com>
7088 S:      Maintained
7089 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7090 W:      http://www.native-instruments.com
7091 F:      sound/usb/caiaq/
7092
7093 NCP FILESYSTEM
7094 M:      Petr Vandrovec <petr@vandrovec.name>
7095 S:      Odd Fixes
7096 F:      fs/ncpfs/
7097
7098 NCR 5380 SCSI DRIVERS
7099 M:      Finn Thain <fthain@telegraphics.com.au>
7100 M:      Michael Schmitz <schmitzmic@gmail.com>
7101 L:      linux-scsi@vger.kernel.org
7102 S:      Maintained
7103 F:      Documentation/scsi/g_NCR5380.txt
7104 F:      drivers/scsi/NCR5380.*
7105 F:      drivers/scsi/arm/cumana_1.c
7106 F:      drivers/scsi/arm/oak.c
7107 F:      drivers/scsi/atari_NCR5380.c
7108 F:      drivers/scsi/atari_scsi.*
7109 F:      drivers/scsi/dmx3191d.c
7110 F:      drivers/scsi/dtc.*
7111 F:      drivers/scsi/g_NCR5380.*
7112 F:      drivers/scsi/g_NCR5380_mmio.c
7113 F:      drivers/scsi/mac_scsi.*
7114 F:      drivers/scsi/pas16.*
7115 F:      drivers/scsi/sun3_scsi.*
7116 F:      drivers/scsi/sun3_scsi_vme.c
7117 F:      drivers/scsi/t128.*
7118
7119 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7120 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7121 L:      linux-scsi@vger.kernel.org
7122 S:      Maintained
7123 F:      drivers/scsi/NCR_D700.*
7124
7125 NCT6775 HARDWARE MONITOR DRIVER
7126 M:      Guenter Roeck <linux@roeck-us.net>
7127 L:      lm-sensors@lm-sensors.org
7128 S:      Maintained
7129 F:      Documentation/hwmon/nct6775
7130 F:      drivers/hwmon/nct6775.c
7131
7132 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7133 M:      Faisal Latif <faisal.latif@intel.com>
7134 L:      linux-rdma@vger.kernel.org
7135 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7136 S:      Supported
7137 F:      drivers/infiniband/hw/nes/
7138
7139 NETEM NETWORK EMULATOR
7140 M:      Stephen Hemminger <stephen@networkplumber.org>
7141 L:      netem@lists.linux-foundation.org
7142 S:      Maintained
7143 F:      net/sched/sch_netem.c
7144
7145 NETERION 10GbE DRIVERS (s2io/vxge)
7146 M:      Jon Mason <jdmason@kudzu.us>
7147 L:      netdev@vger.kernel.org
7148 S:      Supported
7149 F:      Documentation/networking/s2io.txt
7150 F:      Documentation/networking/vxge.txt
7151 F:      drivers/net/ethernet/neterion/
7152
7153 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7154 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7155 M:      Patrick McHardy <kaber@trash.net>
7156 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7157 L:      netfilter-devel@vger.kernel.org
7158 L:      coreteam@netfilter.org
7159 W:      http://www.netfilter.org/
7160 W:      http://www.iptables.org/
7161 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7164 S:      Supported
7165 F:      include/linux/netfilter*
7166 F:      include/linux/netfilter/
7167 F:      include/net/netfilter/
7168 F:      include/uapi/linux/netfilter*
7169 F:      include/uapi/linux/netfilter/
7170 F:      net/*/netfilter.c
7171 F:      net/*/netfilter/
7172 F:      net/netfilter/
7173 F:      net/bridge/br_netfilter*.c
7174
7175 NETLABEL
7176 M:      Paul Moore <paul@paul-moore.com>
7177 W:      http://netlabel.sf.net
7178 L:      netdev@vger.kernel.org
7179 S:      Maintained
7180 F:      Documentation/netlabel/
7181 F:      include/net/netlabel.h
7182 F:      net/netlabel/
7183
7184 NETROM NETWORK LAYER
7185 M:      Ralf Baechle <ralf@linux-mips.org>
7186 L:      linux-hams@vger.kernel.org
7187 W:      http://www.linux-ax25.org/
7188 S:      Maintained
7189 F:      include/net/netrom.h
7190 F:      include/uapi/linux/netrom.h
7191 F:      net/netrom/
7192
7193 NETWORK BLOCK DEVICE (NBD)
7194 M:      Markus Pargmann <mpa@pengutronix.de>
7195 S:      Maintained
7196 L:      nbd-general@lists.sourceforge.net
7197 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7198 F:      Documentation/blockdev/nbd.txt
7199 F:      drivers/block/nbd.c
7200 F:      include/uapi/linux/nbd.h
7201
7202 NETWORK DROP MONITOR
7203 M:      Neil Horman <nhorman@tuxdriver.com>
7204 L:      netdev@vger.kernel.org
7205 S:      Maintained
7206 W:      https://fedorahosted.org/dropwatch/
7207 F:      net/core/drop_monitor.c
7208
7209 NETWORKING [GENERAL]
7210 M:      "David S. Miller" <davem@davemloft.net>
7211 L:      netdev@vger.kernel.org
7212 W:      http://www.linuxfoundation.org/en/Net
7213 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7216 S:      Maintained
7217 F:      net/
7218 F:      include/net/
7219 F:      include/linux/in.h
7220 F:      include/linux/net.h
7221 F:      include/linux/netdevice.h
7222 F:      include/uapi/linux/in.h
7223 F:      include/uapi/linux/net.h
7224 F:      include/uapi/linux/netdevice.h
7225 F:      include/uapi/linux/net_namespace.h
7226 F:      tools/net/
7227 F:      tools/testing/selftests/net/
7228 F:      lib/random32.c
7229 F:      lib/test_bpf.c
7230
7231 NETWORKING [IPv4/IPv6]
7232 M:      "David S. Miller" <davem@davemloft.net>
7233 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7234 M:      James Morris <jmorris@namei.org>
7235 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7236 M:      Patrick McHardy <kaber@trash.net>
7237 L:      netdev@vger.kernel.org
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7239 S:      Maintained
7240 F:      net/ipv4/
7241 F:      net/ipv6/
7242 F:      include/net/ip*
7243 F:      arch/x86/net/*
7244
7245 NETWORKING [IPSEC]
7246 M:      Steffen Klassert <steffen.klassert@secunet.com>
7247 M:      Herbert Xu <herbert@gondor.apana.org.au>
7248 M:      "David S. Miller" <davem@davemloft.net>
7249 L:      netdev@vger.kernel.org
7250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7252 S:      Maintained
7253 F:      net/core/flow.c
7254 F:      net/xfrm/
7255 F:      net/key/
7256 F:      net/ipv4/xfrm*
7257 F:      net/ipv4/esp4.c
7258 F:      net/ipv4/ah4.c
7259 F:      net/ipv4/ipcomp.c
7260 F:      net/ipv4/ip_vti.c
7261 F:      net/ipv6/xfrm*
7262 F:      net/ipv6/esp6.c
7263 F:      net/ipv6/ah6.c
7264 F:      net/ipv6/ipcomp6.c
7265 F:      net/ipv6/ip6_vti.c
7266 F:      include/uapi/linux/xfrm.h
7267 F:      include/net/xfrm.h
7268
7269 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7270 M:      Paul Moore <paul@paul-moore.com>
7271 L:      netdev@vger.kernel.org
7272 S:      Maintained
7273
7274 NETWORKING [WIRELESS]
7275 L:      linux-wireless@vger.kernel.org
7276 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7277
7278 NETWORKING DRIVERS
7279 L:      netdev@vger.kernel.org
7280 W:      http://www.linuxfoundation.org/en/Net
7281 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7284 S:      Odd Fixes
7285 F:      drivers/net/
7286 F:      include/linux/if_*
7287 F:      include/linux/netdevice.h
7288 F:      include/linux/arcdevice.h
7289 F:      include/linux/etherdevice.h
7290 F:      include/linux/fcdevice.h
7291 F:      include/linux/fddidevice.h
7292 F:      include/linux/hippidevice.h
7293 F:      include/linux/inetdevice.h
7294 F:      include/uapi/linux/if_*
7295 F:      include/uapi/linux/netdevice.h
7296
7297 NETWORKING DRIVERS (WIRELESS)
7298 M:      Kalle Valo <kvalo@codeaurora.org>
7299 L:      linux-wireless@vger.kernel.org
7300 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7302 S:      Maintained
7303 F:      drivers/net/wireless/
7304
7305 NETXEN (1/10) GbE SUPPORT
7306 M:      Manish Chopra <manish.chopra@qlogic.com>
7307 M:      Sony Chacko <sony.chacko@qlogic.com>
7308 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7309 L:      netdev@vger.kernel.org
7310 W:      http://www.qlogic.com
7311 S:      Supported
7312 F:      drivers/net/ethernet/qlogic/netxen/
7313
7314 NFC SUBSYSTEM
7315 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7316 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7317 M:      Samuel Ortiz <sameo@linux.intel.com>
7318 L:      linux-wireless@vger.kernel.org
7319 L:      linux-nfc@lists.01.org (subscribers-only)
7320 S:      Supported
7321 F:      net/nfc/
7322 F:      include/net/nfc/
7323 F:      include/uapi/linux/nfc.h
7324 F:      drivers/nfc/
7325 F:      include/linux/platform_data/pn544.h
7326 F:      Documentation/devicetree/bindings/net/nfc/
7327
7328 NFS, SUNRPC, AND LOCKD CLIENTS
7329 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7330 M:      Anna Schumaker <anna.schumaker@netapp.com>
7331 L:      linux-nfs@vger.kernel.org
7332 W:      http://client.linux-nfs.org
7333 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7334 S:      Maintained
7335 F:      fs/lockd/
7336 F:      fs/nfs/
7337 F:      fs/nfs_common/
7338 F:      net/sunrpc/
7339 F:      include/linux/lockd/
7340 F:      include/linux/nfs*
7341 F:      include/linux/sunrpc/
7342 F:      include/uapi/linux/nfs*
7343 F:      include/uapi/linux/sunrpc/
7344
7345 NILFS2 FILESYSTEM
7346 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7347 L:      linux-nilfs@vger.kernel.org
7348 W:      http://nilfs.sourceforge.net/
7349 T:      git git://github.com/konis/nilfs2.git
7350 S:      Supported
7351 F:      Documentation/filesystems/nilfs2.txt
7352 F:      fs/nilfs2/
7353 F:      include/linux/nilfs2_fs.h
7354
7355 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7356 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7357 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7358 S:      Maintained
7359 F:      Documentation/scsi/NinjaSCSI.txt
7360 F:      drivers/scsi/pcmcia/nsp_*
7361
7362 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7363 M:      GOTO Masanori <gotom@debian.or.jp>
7364 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7365 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7366 S:      Maintained
7367 F:      Documentation/scsi/NinjaSCSI.txt
7368 F:      drivers/scsi/nsp32*
7369
7370 NIOS2 ARCHITECTURE
7371 M:      Ley Foon Tan <lftan@altera.com>
7372 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7373 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7374 S:      Maintained
7375 F:      arch/nios2/
7376
7377 NOKIA N900 POWER SUPPLY DRIVERS
7378 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7379 S:      Maintained
7380 F:      include/linux/power/bq2415x_charger.h
7381 F:      include/linux/power/bq27x00_battery.h
7382 F:      include/linux/power/isp1704_charger.h
7383 F:      drivers/power/bq2415x_charger.c
7384 F:      drivers/power/bq27x00_battery.c
7385 F:      drivers/power/isp1704_charger.c
7386 F:      drivers/power/rx51_battery.c
7387
7388 NTB DRIVER CORE
7389 M:      Jon Mason <jdmason@kudzu.us>
7390 M:      Dave Jiang <dave.jiang@intel.com>
7391 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7392 S:      Supported
7393 W:      https://github.com/jonmason/ntb/wiki
7394 T:      git git://github.com/jonmason/ntb.git
7395 F:      drivers/ntb/
7396 F:      drivers/net/ntb_netdev.c
7397 F:      include/linux/ntb.h
7398 F:      include/linux/ntb_transport.h
7399
7400 NTB INTEL DRIVER
7401 M:      Jon Mason <jdmason@kudzu.us>
7402 M:      Dave Jiang <dave.jiang@intel.com>
7403 S:      Supported
7404 W:      https://github.com/jonmason/ntb/wiki
7405 T:      git git://github.com/jonmason/ntb.git
7406 F:      drivers/ntb/hw/intel/
7407
7408 NTFS FILESYSTEM
7409 M:      Anton Altaparmakov <anton@tuxera.com>
7410 L:      linux-ntfs-dev@lists.sourceforge.net
7411 W:      http://www.tuxera.com/
7412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7413 S:      Supported
7414 F:      Documentation/filesystems/ntfs.txt
7415 F:      fs/ntfs/
7416
7417 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7418 M:      Antonino Daplas <adaplas@gmail.com>
7419 L:      linux-fbdev@vger.kernel.org
7420 S:      Maintained
7421 F:      drivers/video/fbdev/riva/
7422 F:      drivers/video/fbdev/nvidia/
7423
7424 NVM EXPRESS DRIVER
7425 M:      Matthew Wilcox <willy@linux.intel.com>
7426 L:      linux-nvme@lists.infradead.org
7427 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7428 S:      Supported
7429 F:      drivers/block/nvme*
7430 F:      include/linux/nvme.h
7431
7432 NVMEM FRAMEWORK
7433 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7434 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7435 S:      Maintained
7436 F:      drivers/nvmem/
7437 F:      Documentation/devicetree/bindings/nvmem/
7438 F:      include/linux/nvmem-consumer.h
7439 F:      include/linux/nvmem-provider.h
7440
7441 NXP-NCI NFC DRIVER
7442 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7443 R:      Charles Gorand <charles.gorand@effinnov.com>
7444 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7445 S:      Supported
7446 F:      drivers/nfc/nxp-nci
7447
7448 NXP TDA998X DRM DRIVER
7449 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7450 S:      Supported
7451 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7452 F:      include/drm/i2c/tda998x.h
7453
7454 NXP TFA9879 DRIVER
7455 M:      Peter Rosin <peda@axentia.se>
7456 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7457 S:      Maintained
7458 F:      sound/soc/codecs/tfa9879*
7459
7460 OMAP SUPPORT
7461 M:      Tony Lindgren <tony@atomide.com>
7462 L:      linux-omap@vger.kernel.org
7463 W:      http://www.muru.com/linux/omap/
7464 W:      http://linux.omap.com/
7465 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7467 S:      Maintained
7468 F:      arch/arm/*omap*/
7469 F:      arch/arm/configs/omap1_defconfig
7470 F:      arch/arm/configs/omap2plus_defconfig
7471 F:      drivers/i2c/busses/i2c-omap.c
7472 F:      drivers/irqchip/irq-omap-intc.c
7473 F:      drivers/mfd/*omap*.c
7474 F:      drivers/mfd/menelaus.c
7475 F:      drivers/mfd/palmas.c
7476 F:      drivers/mfd/tps65217.c
7477 F:      drivers/mfd/tps65218.c
7478 F:      drivers/mfd/tps65910.c
7479 F:      drivers/mfd/twl-core.[ch]
7480 F:      drivers/mfd/twl4030*.c
7481 F:      drivers/mfd/twl6030*.c
7482 F:      drivers/mfd/twl6040*.c
7483 F:      drivers/regulator/palmas-regulator*.c
7484 F:      drivers/regulator/pbias-regulator.c
7485 F:      drivers/regulator/tps65217-regulator.c
7486 F:      drivers/regulator/tps65218-regulator.c
7487 F:      drivers/regulator/tps65910-regulator.c
7488 F:      drivers/regulator/twl-regulator.c
7489 F:      include/linux/i2c-omap.h
7490
7491 OMAP DEVICE TREE SUPPORT
7492 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7493 M:      Tony Lindgren <tony@atomide.com>
7494 L:      linux-omap@vger.kernel.org
7495 L:      devicetree@vger.kernel.org
7496 S:      Maintained
7497 F:      arch/arm/boot/dts/*omap*
7498 F:      arch/arm/boot/dts/*am3*
7499 F:      arch/arm/boot/dts/*am4*
7500 F:      arch/arm/boot/dts/*am5*
7501 F:      arch/arm/boot/dts/*dra7*
7502
7503 OMAP CLOCK FRAMEWORK SUPPORT
7504 M:      Paul Walmsley <paul@pwsan.com>
7505 L:      linux-omap@vger.kernel.org
7506 S:      Maintained
7507 F:      arch/arm/*omap*/*clock*
7508
7509 OMAP POWER MANAGEMENT SUPPORT
7510 M:      Kevin Hilman <khilman@deeprootsystems.com>
7511 L:      linux-omap@vger.kernel.org
7512 S:      Maintained
7513 F:      arch/arm/*omap*/*pm*
7514 F:      drivers/cpufreq/omap-cpufreq.c
7515
7516 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7517 M:      Rajendra Nayak <rnayak@ti.com>
7518 M:      Paul Walmsley <paul@pwsan.com>
7519 L:      linux-omap@vger.kernel.org
7520 S:      Maintained
7521 F:      arch/arm/mach-omap2/prm*
7522
7523 OMAP AUDIO SUPPORT
7524 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7525 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7526 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7527 L:      linux-omap@vger.kernel.org
7528 S:      Maintained
7529 F:      sound/soc/omap/
7530
7531 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7532 M:      Roger Quadros <rogerq@ti.com>
7533 M:      Tony Lindgren <tony@atomide.com>
7534 L:      linux-omap@vger.kernel.org
7535 S:      Maintained
7536 F:      drivers/memory/omap-gpmc.c
7537 F:      arch/arm/mach-omap2/*gpmc*
7538
7539 OMAP FRAMEBUFFER SUPPORT
7540 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7541 L:      linux-fbdev@vger.kernel.org
7542 L:      linux-omap@vger.kernel.org
7543 S:      Maintained
7544 F:      drivers/video/fbdev/omap/
7545
7546 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7547 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7548 L:      linux-omap@vger.kernel.org
7549 L:      linux-fbdev@vger.kernel.org
7550 S:      Maintained
7551 F:      drivers/video/fbdev/omap2/
7552 F:      Documentation/arm/OMAP/DSS
7553
7554 OMAP HARDWARE SPINLOCK SUPPORT
7555 M:      Ohad Ben-Cohen <ohad@wizery.com>
7556 L:      linux-omap@vger.kernel.org
7557 S:      Maintained
7558 F:      drivers/hwspinlock/omap_hwspinlock.c
7559
7560 OMAP MMC SUPPORT
7561 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7562 L:      linux-omap@vger.kernel.org
7563 S:      Maintained
7564 F:      drivers/mmc/host/omap.c
7565
7566 OMAP HS MMC SUPPORT
7567 L:      linux-mmc@vger.kernel.org
7568 L:      linux-omap@vger.kernel.org
7569 S:      Orphan
7570 F:      drivers/mmc/host/omap_hsmmc.c
7571
7572 OMAP RANDOM NUMBER GENERATOR SUPPORT
7573 M:      Deepak Saxena <dsaxena@plexity.net>
7574 S:      Maintained
7575 F:      drivers/char/hw_random/omap-rng.c
7576
7577 OMAP HWMOD SUPPORT
7578 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7579 M:      Paul Walmsley <paul@pwsan.com>
7580 L:      linux-omap@vger.kernel.org
7581 S:      Maintained
7582 F:      arch/arm/mach-omap2/omap_hwmod.*
7583
7584 OMAP HWMOD DATA
7585 M:      Paul Walmsley <paul@pwsan.com>
7586 L:      linux-omap@vger.kernel.org
7587 S:      Maintained
7588 F:      arch/arm/mach-omap2/omap_hwmod*data*
7589
7590 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7591 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7592 L:      linux-omap@vger.kernel.org
7593 S:      Maintained
7594 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7595
7596 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7597 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7598 L:      linux-media@vger.kernel.org
7599 S:      Maintained
7600 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7601 F:      drivers/media/platform/omap3isp/
7602 F:      drivers/staging/media/omap4iss/
7603
7604 OMAP USB SUPPORT
7605 M:      Felipe Balbi <balbi@ti.com>
7606 L:      linux-usb@vger.kernel.org
7607 L:      linux-omap@vger.kernel.org
7608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7609 S:      Maintained
7610 F:      drivers/usb/*/*omap*
7611 F:      arch/arm/*omap*/usb*
7612
7613 OMAP GPIO DRIVER
7614 M:      Javier Martinez Canillas <javier@dowhile0.org>
7615 M:      Santosh Shilimkar <ssantosh@kernel.org>
7616 M:      Kevin Hilman <khilman@deeprootsystems.com>
7617 L:      linux-omap@vger.kernel.org
7618 S:      Maintained
7619 F:      drivers/gpio/gpio-omap.c
7620
7621 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7622 M:      Mark Jackson <mpfj@newflow.co.uk>
7623 L:      linux-omap@vger.kernel.org
7624 S:      Maintained
7625 F:      arch/arm/boot/dts/am335x-nano.dts
7626
7627 OMFS FILESYSTEM
7628 M:      Bob Copeland <me@bobcopeland.com>
7629 L:      linux-karma-devel@lists.sourceforge.net
7630 S:      Maintained
7631 F:      Documentation/filesystems/omfs.txt
7632 F:      fs/omfs/
7633
7634 OMNIKEY CARDMAN 4000 DRIVER
7635 M:      Harald Welte <laforge@gnumonks.org>
7636 S:      Maintained
7637 F:      drivers/char/pcmcia/cm4000_cs.c
7638 F:      include/linux/cm4000_cs.h
7639 F:      include/uapi/linux/cm4000_cs.h
7640
7641 OMNIKEY CARDMAN 4040 DRIVER
7642 M:      Harald Welte <laforge@gnumonks.org>
7643 S:      Maintained
7644 F:      drivers/char/pcmcia/cm4040_cs.*
7645
7646 OMNIVISION OV7670 SENSOR DRIVER
7647 M:      Jonathan Corbet <corbet@lwn.net>
7648 L:      linux-media@vger.kernel.org
7649 T:      git git://linuxtv.org/media_tree.git
7650 S:      Maintained
7651 F:      drivers/media/i2c/ov7670.c
7652
7653 ONENAND FLASH DRIVER
7654 M:      Kyungmin Park <kyungmin.park@samsung.com>
7655 L:      linux-mtd@lists.infradead.org
7656 S:      Maintained
7657 F:      drivers/mtd/onenand/
7658 F:      include/linux/mtd/onenand*.h
7659
7660 ONSTREAM SCSI TAPE DRIVER
7661 M:      Willem Riede <osst@riede.org>
7662 L:      osst-users@lists.sourceforge.net
7663 L:      linux-scsi@vger.kernel.org
7664 S:      Maintained
7665 F:      Documentation/scsi/osst.txt
7666 F:      drivers/scsi/osst.*
7667 F:      drivers/scsi/osst_*.h
7668 F:      drivers/scsi/st.h
7669
7670 OPENCORES I2C BUS DRIVER
7671 M:      Peter Korsgaard <jacmet@sunsite.dk>
7672 L:      linux-i2c@vger.kernel.org
7673 S:      Maintained
7674 F:      Documentation/i2c/busses/i2c-ocores
7675 F:      drivers/i2c/busses/i2c-ocores.c
7676
7677 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7678 M:      Rob Herring <robh+dt@kernel.org>
7679 M:      Frank Rowand <frowand.list@gmail.com>
7680 M:      Grant Likely <grant.likely@linaro.org>
7681 L:      devicetree@vger.kernel.org
7682 W:      http://www.devicetree.org/
7683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7684 S:      Maintained
7685 F:      drivers/of/
7686 F:      include/linux/of*.h
7687 F:      scripts/dtc/
7688
7689 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7690 M:      Rob Herring <robh+dt@kernel.org>
7691 M:      Pawel Moll <pawel.moll@arm.com>
7692 M:      Mark Rutland <mark.rutland@arm.com>
7693 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7694 M:      Kumar Gala <galak@codeaurora.org>
7695 L:      devicetree@vger.kernel.org
7696 S:      Maintained
7697 F:      Documentation/devicetree/
7698 F:      arch/*/boot/dts/
7699 F:      include/dt-bindings/
7700
7701 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7702 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7703 L:      devicetree@vger.kernel.org
7704 S:      Maintained
7705 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7706 F:      Documentation/devicetree/overlay-notes.txt
7707 F:      drivers/of/overlay.c
7708 F:      drivers/of/resolver.c
7709
7710 OPENRISC ARCHITECTURE
7711 M:      Jonas Bonn <jonas@southpole.se>
7712 W:      http://openrisc.net
7713 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7714 S:      Maintained
7715 T:      git git://openrisc.net/~jonas/linux
7716 F:      arch/openrisc/
7717
7718 OPENVSWITCH
7719 M:      Pravin Shelar <pshelar@nicira.com>
7720 L:      netdev@vger.kernel.org
7721 L:      dev@openvswitch.org
7722 W:      http://openvswitch.org
7723 S:      Maintained
7724 F:      net/openvswitch/
7725 F:      include/uapi/linux/openvswitch.h
7726
7727 OPL4 DRIVER
7728 M:      Clemens Ladisch <clemens@ladisch.de>
7729 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7730 T:      git git://git.alsa-project.org/alsa-kernel.git
7731 S:      Maintained
7732 F:      sound/drivers/opl4/
7733
7734 OPROFILE
7735 M:      Robert Richter <rric@kernel.org>
7736 L:      oprofile-list@lists.sf.net
7737 S:      Maintained
7738 F:      arch/*/include/asm/oprofile*.h
7739 F:      arch/*/oprofile/
7740 F:      drivers/oprofile/
7741 F:      include/linux/oprofile.h
7742
7743 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7744 M:      Mark Fasheh <mfasheh@suse.com>
7745 M:      Joel Becker <jlbec@evilplan.org>
7746 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7747 W:      http://ocfs2.wiki.kernel.org
7748 S:      Supported
7749 F:      Documentation/filesystems/ocfs2.txt
7750 F:      Documentation/filesystems/dlmfs.txt
7751 F:      fs/ocfs2/
7752
7753 ORINOCO DRIVER
7754 L:      linux-wireless@vger.kernel.org
7755 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7756 W:      http://www.nongnu.org/orinoco/
7757 S:      Orphan
7758 F:      drivers/net/wireless/orinoco/
7759
7760 OSD LIBRARY and FILESYSTEM
7761 M:      Boaz Harrosh <ooo@electrozaur.com>
7762 M:      Benny Halevy <bhalevy@primarydata.com>
7763 L:      osd-dev@open-osd.org
7764 W:      http://open-osd.org
7765 T:      git git://git.open-osd.org/open-osd.git
7766 S:      Maintained
7767 F:      drivers/scsi/osd/
7768 F:      include/scsi/osd_*
7769 F:      fs/exofs/
7770
7771 OVERLAY FILESYSTEM
7772 M:      Miklos Szeredi <miklos@szeredi.hu>
7773 L:      linux-unionfs@vger.kernel.org
7774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7775 S:      Supported
7776 F:      fs/overlayfs/
7777 F:      Documentation/filesystems/overlayfs.txt
7778
7779 P54 WIRELESS DRIVER
7780 M:      Christian Lamparter <chunkeey@googlemail.com>
7781 L:      linux-wireless@vger.kernel.org
7782 W:      http://wireless.kernel.org/en/users/Drivers/p54
7783 S:      Maintained
7784 F:      drivers/net/wireless/p54/
7785
7786 PA SEMI ETHERNET DRIVER
7787 M:      Olof Johansson <olof@lixom.net>
7788 L:      netdev@vger.kernel.org
7789 S:      Maintained
7790 F:      drivers/net/ethernet/pasemi/*
7791
7792 PA SEMI SMBUS DRIVER
7793 M:      Olof Johansson <olof@lixom.net>
7794 L:      linux-i2c@vger.kernel.org
7795 S:      Maintained
7796 F:      drivers/i2c/busses/i2c-pasemi.c
7797
7798 PADATA PARALLEL EXECUTION MECHANISM
7799 M:      Steffen Klassert <steffen.klassert@secunet.com>
7800 L:      linux-crypto@vger.kernel.org
7801 S:      Maintained
7802 F:      kernel/padata.c
7803 F:      include/linux/padata.h
7804 F:      Documentation/padata.txt
7805
7806 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7807 M:      Harald Welte <laforge@gnumonks.org>
7808 L:      platform-driver-x86@vger.kernel.org
7809 S:      Maintained
7810 F:      drivers/platform/x86/panasonic-laptop.c
7811
7812 PANASONIC MN10300/AM33/AM34 PORT
7813 M:      David Howells <dhowells@redhat.com>
7814 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7815 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7816 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7817 S:      Maintained
7818 F:      Documentation/mn10300/
7819 F:      arch/mn10300/
7820
7821 PARALLEL PORT SUBSYSTEM
7822 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7823 M:      Sudip Mukherjee <sudip@vectorindia.org>
7824 L:      linux-parport@lists.infradead.org (subscribers-only)
7825 S:      Maintained
7826 F:      drivers/parport/
7827 F:      include/linux/parport*.h
7828 F:      drivers/char/ppdev.c
7829 F:      include/uapi/linux/ppdev.h
7830 F:      Documentation/parport*.txt
7831
7832 PARAVIRT_OPS INTERFACE
7833 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7834 M:      Chris Wright <chrisw@sous-sol.org>
7835 M:      Alok Kataria <akataria@vmware.com>
7836 M:      Rusty Russell <rusty@rustcorp.com.au>
7837 L:      virtualization@lists.linux-foundation.org
7838 S:      Supported
7839 F:      Documentation/virtual/paravirt_ops.txt
7840 F:      arch/*/kernel/paravirt*
7841 F:      arch/*/include/asm/paravirt.h
7842
7843 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7844 M:      Tim Waugh <tim@cyberelk.net>
7845 L:      linux-parport@lists.infradead.org (subscribers-only)
7846 S:      Maintained
7847 F:      Documentation/blockdev/paride.txt
7848 F:      drivers/block/paride/
7849
7850 PARISC ARCHITECTURE
7851 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7852 M:      Helge Deller <deller@gmx.de>
7853 L:      linux-parisc@vger.kernel.org
7854 W:      http://www.parisc-linux.org/
7855 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7858 S:      Maintained
7859 F:      arch/parisc/
7860 F:      Documentation/parisc/
7861 F:      drivers/parisc/
7862 F:      drivers/char/agp/parisc-agp.c
7863 F:      drivers/input/serio/gscps2.c
7864 F:      drivers/parport/parport_gsc.*
7865 F:      drivers/tty/serial/8250/8250_gsc.c
7866 F:      drivers/video/fbdev/sti*
7867 F:      drivers/video/console/sti*
7868 F:      drivers/video/logo/logo_parisc*
7869
7870 PC87360 HARDWARE MONITORING DRIVER
7871 M:      Jim Cromie <jim.cromie@gmail.com>
7872 L:      lm-sensors@lm-sensors.org
7873 S:      Maintained
7874 F:      Documentation/hwmon/pc87360
7875 F:      drivers/hwmon/pc87360.c
7876
7877 PC8736x GPIO DRIVER
7878 M:      Jim Cromie <jim.cromie@gmail.com>
7879 S:      Maintained
7880 F:      drivers/char/pc8736x_gpio.c
7881
7882 PC87427 HARDWARE MONITORING DRIVER
7883 M:      Jean Delvare <jdelvare@suse.com>
7884 L:      lm-sensors@lm-sensors.org
7885 S:      Maintained
7886 F:      Documentation/hwmon/pc87427
7887 F:      drivers/hwmon/pc87427.c
7888
7889 PCA9532 LED DRIVER
7890 M:      Riku Voipio <riku.voipio@iki.fi>
7891 S:      Maintained
7892 F:      drivers/leds/leds-pca9532.c
7893 F:      include/linux/leds-pca9532.h
7894
7895 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7896 M:      Guenter Roeck <linux@roeck-us.net>
7897 L:      linux-i2c@vger.kernel.org
7898 S:      Maintained
7899 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7900
7901 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7902 M:      Khalid Aziz <khalid@gonehiking.org>
7903 S:      Maintained
7904 F:      drivers/firmware/pcdp.*
7905
7906 PCI ERROR RECOVERY
7907 M:      Linas Vepstas <linasvepstas@gmail.com>
7908 L:      linux-pci@vger.kernel.org
7909 S:      Supported
7910 F:      Documentation/PCI/pci-error-recovery.txt
7911
7912 PCI SUBSYSTEM
7913 M:      Bjorn Helgaas <bhelgaas@google.com>
7914 L:      linux-pci@vger.kernel.org
7915 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7917 S:      Supported
7918 F:      Documentation/PCI/
7919 F:      drivers/pci/
7920 F:      include/linux/pci*
7921 F:      arch/x86/pci/
7922 F:      arch/x86/kernel/quirks.c
7923
7924 PCI DRIVER FOR ARM VERSATILE PLATFORM
7925 M:      Rob Herring <robh@kernel.org>
7926 L:      linux-pci@vger.kernel.org
7927 L:      linux-arm-kernel@lists.infradead.org
7928 S:      Maintained
7929 F:      Documentation/devicetree/bindings/pci/versatile.txt
7930 F:      drivers/pci/host/pci-versatile.c
7931
7932 PCI DRIVER FOR APPLIEDMICRO XGENE
7933 M:      Tanmay Inamdar <tinamdar@apm.com>
7934 L:      linux-pci@vger.kernel.org
7935 L:      linux-arm-kernel@lists.infradead.org
7936 S:      Maintained
7937 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7938 F:      drivers/pci/host/pci-xgene.c
7939
7940 PCI DRIVER FOR FREESCALE LAYERSCAPE
7941 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7942 M:      Mingkai Hu <mingkai.hu@freescale.com>
7943 M:      Roy Zang <tie-fei.zang@freescale.com>
7944 L:      linuxppc-dev@lists.ozlabs.org
7945 L:      linux-pci@vger.kernel.org
7946 L:      linux-arm-kernel@lists.infradead.org
7947 S:      Maintained
7948 F:      drivers/pci/host/*layerscape*
7949
7950 PCI DRIVER FOR IMX6
7951 M:      Richard Zhu <Richard.Zhu@freescale.com>
7952 M:      Lucas Stach <l.stach@pengutronix.de>
7953 L:      linux-pci@vger.kernel.org
7954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7955 S:      Maintained
7956 F:      drivers/pci/host/*imx6*
7957
7958 PCI DRIVER FOR TI KEYSTONE
7959 M:      Murali Karicheri <m-karicheri2@ti.com>
7960 L:      linux-pci@vger.kernel.org
7961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7962 S:      Maintained
7963 F:      drivers/pci/host/*keystone*
7964
7965 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7966 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7967 M:      Jason Cooper <jason@lakedaemon.net>
7968 L:      linux-pci@vger.kernel.org
7969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7970 S:      Maintained
7971 F:      drivers/pci/host/*mvebu*
7972
7973 PCI DRIVER FOR NVIDIA TEGRA
7974 M:      Thierry Reding <thierry.reding@gmail.com>
7975 L:      linux-tegra@vger.kernel.org
7976 L:      linux-pci@vger.kernel.org
7977 S:      Supported
7978 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7979 F:      drivers/pci/host/pci-tegra.c
7980
7981 PCI DRIVER FOR TI DRA7XX
7982 M:      Kishon Vijay Abraham I <kishon@ti.com>
7983 L:      linux-omap@vger.kernel.org
7984 L:      linux-pci@vger.kernel.org
7985 S:      Supported
7986 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7987 F:      drivers/pci/host/pci-dra7xx.c
7988
7989 PCI DRIVER FOR RENESAS R-CAR
7990 M:      Simon Horman <horms@verge.net.au>
7991 L:      linux-pci@vger.kernel.org
7992 L:      linux-sh@vger.kernel.org
7993 S:      Maintained
7994 F:      drivers/pci/host/*rcar*
7995
7996 PCI DRIVER FOR SAMSUNG EXYNOS
7997 M:      Jingoo Han <jingoohan1@gmail.com>
7998 L:      linux-pci@vger.kernel.org
7999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8000 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8001 S:      Maintained
8002 F:      drivers/pci/host/pci-exynos.c
8003
8004 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8005 M:      Jingoo Han <jingoohan1@gmail.com>
8006 M:      Pratyush Anand <pratyush.anand@gmail.com>
8007 L:      linux-pci@vger.kernel.org
8008 S:      Maintained
8009 F:      drivers/pci/host/*designware*
8010
8011 PCI DRIVER FOR GENERIC OF HOSTS
8012 M:      Will Deacon <will.deacon@arm.com>
8013 L:      linux-pci@vger.kernel.org
8014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8015 S:      Maintained
8016 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8017 F:      drivers/pci/host/pci-host-generic.c
8018
8019 PCIE DRIVER FOR ST SPEAR13XX
8020 M:      Pratyush Anand <pratyush.anand@gmail.com>
8021 L:      linux-pci@vger.kernel.org
8022 S:      Maintained
8023 F:      drivers/pci/host/*spear*
8024
8025 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8026 M:      Duc Dang <dhdang@apm.com>
8027 L:      linux-pci@vger.kernel.org
8028 L:      linux-arm-kernel@lists.infradead.org
8029 S:      Maintained
8030 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8031 F:      drivers/pci/host/pci-xgene-msi.c
8032
8033 PCMCIA SUBSYSTEM
8034 P:      Linux PCMCIA Team
8035 L:      linux-pcmcia@lists.infradead.org
8036 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8038 S:      Maintained
8039 F:      Documentation/pcmcia/
8040 F:      drivers/pcmcia/
8041 F:      include/pcmcia/
8042
8043 PCNET32 NETWORK DRIVER
8044 M:      Don Fry <pcnet32@frontier.com>
8045 L:      netdev@vger.kernel.org
8046 S:      Maintained
8047 F:      drivers/net/ethernet/amd/pcnet32.c
8048
8049 PCRYPT PARALLEL CRYPTO ENGINE
8050 M:      Steffen Klassert <steffen.klassert@secunet.com>
8051 L:      linux-crypto@vger.kernel.org
8052 S:      Maintained
8053 F:      crypto/pcrypt.c
8054 F:      include/crypto/pcrypt.h
8055
8056 PER-CPU MEMORY ALLOCATOR
8057 M:      Tejun Heo <tj@kernel.org>
8058 M:      Christoph Lameter <cl@linux-foundation.org>
8059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8060 S:      Maintained
8061 F:      include/linux/percpu*.h
8062 F:      mm/percpu*.c
8063 F:      arch/*/include/asm/percpu.h
8064
8065 PER-TASK DELAY ACCOUNTING
8066 M:      Balbir Singh <bsingharora@gmail.com>
8067 S:      Maintained
8068 F:      include/linux/delayacct.h
8069 F:      kernel/delayacct.c
8070
8071 PERFORMANCE EVENTS SUBSYSTEM
8072 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8073 M:      Ingo Molnar <mingo@redhat.com>
8074 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8075 L:      linux-kernel@vger.kernel.org
8076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8077 S:      Supported
8078 F:      kernel/events/*
8079 F:      include/linux/perf_event.h
8080 F:      include/uapi/linux/perf_event.h
8081 F:      arch/*/kernel/perf_event*.c
8082 F:      arch/*/kernel/*/perf_event*.c
8083 F:      arch/*/kernel/*/*/perf_event*.c
8084 F:      arch/*/include/asm/perf_event.h
8085 F:      arch/*/kernel/perf_callchain.c
8086 F:      tools/perf/
8087
8088 PERSONALITY HANDLING
8089 M:      Christoph Hellwig <hch@infradead.org>
8090 L:      linux-abi-devel@lists.sourceforge.net
8091 S:      Maintained
8092 F:      include/linux/personality.h
8093 F:      include/uapi/linux/personality.h
8094
8095 PHONET PROTOCOL
8096 M:      Remi Denis-Courmont <courmisch@gmail.com>
8097 S:      Supported
8098 F:      Documentation/networking/phonet.txt
8099 F:      include/linux/phonet.h
8100 F:      include/net/phonet/
8101 F:      include/uapi/linux/phonet.h
8102 F:      net/phonet/
8103
8104 PHRAM MTD DRIVER
8105 M:      Joern Engel <joern@lazybastard.org>
8106 L:      linux-mtd@lists.infradead.org
8107 S:      Maintained
8108 F:      drivers/mtd/devices/phram.c
8109
8110 PICOLCD HID DRIVER
8111 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8112 L:      linux-input@vger.kernel.org
8113 S:      Maintained
8114 F:      drivers/hid/hid-picolcd*
8115
8116 PICOXCELL SUPPORT
8117 M:      Jamie Iles <jamie@jamieiles.com>
8118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8119 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8120 S:      Supported
8121 F:      arch/arm/boot/dts/picoxcell*
8122 F:      arch/arm/mach-picoxcell/
8123 F:      drivers/crypto/picoxcell*
8124
8125 PIN CONTROL SUBSYSTEM
8126 M:      Linus Walleij <linus.walleij@linaro.org>
8127 L:      linux-gpio@vger.kernel.org
8128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8129 S:      Maintained
8130 F:      drivers/pinctrl/
8131 F:      include/linux/pinctrl/
8132
8133 PIN CONTROLLER - ATMEL AT91
8134 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8136 S:      Maintained
8137 F:      drivers/pinctrl/pinctrl-at91.*
8138
8139 PIN CONTROLLER - INTEL
8140 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8141 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8142 S:      Maintained
8143 F:      drivers/pinctrl/intel/
8144
8145 PIN CONTROLLER - RENESAS
8146 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8147 L:      linux-sh@vger.kernel.org
8148 S:      Maintained
8149 F:      drivers/pinctrl/sh-pfc/
8150
8151 PIN CONTROLLER - SAMSUNG
8152 M:      Tomasz Figa <tomasz.figa@gmail.com>
8153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8154 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8155 S:      Maintained
8156 F:      drivers/pinctrl/samsung/
8157
8158 PIN CONTROLLER - ST SPEAR
8159 M:      Viresh Kumar <vireshk@kernel.org>
8160 L:      spear-devel@list.st.com
8161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8162 W:      http://www.st.com/spear
8163 S:      Maintained
8164 F:      drivers/pinctrl/spear/
8165
8166 PKTCDVD DRIVER
8167 M:      Jiri Kosina <jikos@kernel.org>
8168 S:      Maintained
8169 F:      drivers/block/pktcdvd.c
8170 F:      include/linux/pktcdvd.h
8171 F:      include/uapi/linux/pktcdvd.h
8172
8173 PKUNITY SOC DRIVERS
8174 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8175 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8176 S:      Maintained
8177 T:      git git://github.com/gxt/linux.git
8178 F:      drivers/input/serio/i8042-unicore32io.h
8179 F:      drivers/i2c/busses/i2c-puv3.c
8180 F:      drivers/video/fbdev/fb-puv3.c
8181 F:      drivers/rtc/rtc-puv3.c
8182
8183 PMBUS HARDWARE MONITORING DRIVERS
8184 M:      Guenter Roeck <linux@roeck-us.net>
8185 L:      lm-sensors@lm-sensors.org
8186 W:      http://www.lm-sensors.org/
8187 W:      http://www.roeck-us.net/linux/drivers/
8188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8189 S:      Maintained
8190 F:      Documentation/hwmon/pmbus
8191 F:      drivers/hwmon/pmbus/
8192 F:      include/linux/i2c/pmbus.h
8193
8194 PMC SIERRA MaxRAID DRIVER
8195 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8196 L:      linux-scsi@vger.kernel.org
8197 W:      http://www.pmc-sierra.com/
8198 S:      Supported
8199 F:      drivers/scsi/pmcraid.*
8200
8201 PMC SIERRA PM8001 DRIVER
8202 M:      Jack Wang <jinpu.wang@profitbricks.com>
8203 M:      lindar_liu@usish.com
8204 L:      pmchba@pmcs.com
8205 L:      linux-scsi@vger.kernel.org
8206 S:      Supported
8207 F:      drivers/scsi/pm8001/
8208
8209 POSIX CLOCKS and TIMERS
8210 M:      Thomas Gleixner <tglx@linutronix.de>
8211 L:      linux-kernel@vger.kernel.org
8212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8213 S:      Maintained
8214 F:      fs/timerfd.c
8215 F:      include/linux/timer*
8216 F:      kernel/time/*timer*
8217
8218 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8219 M:      Sebastian Reichel <sre@kernel.org>
8220 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8221 M:      David Woodhouse <dwmw2@infradead.org>
8222 L:      linux-pm@vger.kernel.org
8223 T:      git git://git.infradead.org/battery-2.6.git
8224 S:      Maintained
8225 F:      include/linux/power_supply.h
8226 F:      drivers/power/
8227 X:      drivers/power/avs/
8228
8229 POWER STATE COORDINATION INTERFACE (PSCI)
8230 M:      Mark Rutland <mark.rutland@arm.com>
8231 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8232 L:      linux-arm-kernel@lists.infradead.org
8233 S:      Maintained
8234 F:      drivers/firmware/psci.c
8235 F:      include/linux/psci.h
8236 F:      include/uapi/linux/psci.h
8237
8238 PNP SUPPORT
8239 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8240 S:      Maintained
8241 F:      drivers/pnp/
8242
8243 PNXxxxx I2C DRIVER
8244 M:      Vitaly Wool <vitalywool@gmail.com>
8245 L:      linux-i2c@vger.kernel.org
8246 S:      Maintained
8247 F:      drivers/i2c/busses/i2c-pnx.c
8248
8249 PPP PROTOCOL DRIVERS AND COMPRESSORS
8250 M:      Paul Mackerras <paulus@samba.org>
8251 L:      linux-ppp@vger.kernel.org
8252 S:      Maintained
8253 F:      drivers/net/ppp/ppp_*
8254
8255 PPP OVER ATM (RFC 2364)
8256 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8257 S:      Maintained
8258 F:      net/atm/pppoatm.c
8259 F:      include/uapi/linux/atmppp.h
8260
8261 PPP OVER ETHERNET
8262 M:      Michal Ostrowski <mostrows@earthlink.net>
8263 S:      Maintained
8264 F:      drivers/net/ppp/pppoe.c
8265 F:      drivers/net/ppp/pppox.c
8266
8267 PPP OVER L2TP
8268 M:      James Chapman <jchapman@katalix.com>
8269 S:      Maintained
8270 F:      net/l2tp/l2tp_ppp.c
8271 F:      include/linux/if_pppol2tp.h
8272 F:      include/uapi/linux/if_pppol2tp.h
8273
8274 PPS SUPPORT
8275 M:      Rodolfo Giometti <giometti@enneenne.com>
8276 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8277 L:      linuxpps@ml.enneenne.com (subscribers-only)
8278 S:      Maintained
8279 F:      Documentation/pps/
8280 F:      drivers/pps/
8281 F:      include/linux/pps*.h
8282
8283 PPTP DRIVER
8284 M:      Dmitry Kozlov <xeb@mail.ru>
8285 L:      netdev@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/net/ppp/pptp.c
8288 W:      http://sourceforge.net/projects/accel-pptp
8289
8290 PREEMPTIBLE KERNEL
8291 M:      Robert Love <rml@tech9.net>
8292 L:      kpreempt-tech@lists.sourceforge.net
8293 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8294 S:      Supported
8295 F:      Documentation/preempt-locking.txt
8296 F:      include/linux/preempt.h
8297
8298 PRISM54 WIRELESS DRIVER
8299 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8300 L:      linux-wireless@vger.kernel.org
8301 W:      http://wireless.kernel.org/en/users/Drivers/p54
8302 S:      Obsolete
8303 F:      drivers/net/wireless/prism54/
8304
8305 PS3 NETWORK SUPPORT
8306 M:      Geoff Levand <geoff@infradead.org>
8307 L:      netdev@vger.kernel.org
8308 L:      linuxppc-dev@lists.ozlabs.org
8309 S:      Maintained
8310 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8311
8312 PS3 PLATFORM SUPPORT
8313 M:      Geoff Levand <geoff@infradead.org>
8314 L:      linuxppc-dev@lists.ozlabs.org
8315 S:      Maintained
8316 F:      arch/powerpc/boot/ps3*
8317 F:      arch/powerpc/include/asm/lv1call.h
8318 F:      arch/powerpc/include/asm/ps3*.h
8319 F:      arch/powerpc/platforms/ps3/
8320 F:      drivers/*/ps3*
8321 F:      drivers/ps3/
8322 F:      drivers/rtc/rtc-ps3.c
8323 F:      drivers/usb/host/*ps3.c
8324 F:      sound/ppc/snd_ps3*
8325
8326 PS3VRAM DRIVER
8327 M:      Jim Paris <jim@jtan.com>
8328 M:      Geoff Levand <geoff@infradead.org>
8329 L:      linuxppc-dev@lists.ozlabs.org
8330 S:      Maintained
8331 F:      drivers/block/ps3vram.c
8332
8333 PSTORE FILESYSTEM
8334 M:      Anton Vorontsov <anton@enomsg.org>
8335 M:      Colin Cross <ccross@android.com>
8336 M:      Kees Cook <keescook@chromium.org>
8337 M:      Tony Luck <tony.luck@intel.com>
8338 S:      Maintained
8339 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8340 F:      fs/pstore/
8341 F:      include/linux/pstore*
8342 F:      drivers/firmware/efi/efi-pstore.c
8343 F:      drivers/acpi/apei/erst.c
8344
8345 PTP HARDWARE CLOCK SUPPORT
8346 M:      Richard Cochran <richardcochran@gmail.com>
8347 L:      netdev@vger.kernel.org
8348 S:      Maintained
8349 W:      http://linuxptp.sourceforge.net/
8350 F:      Documentation/ABI/testing/sysfs-ptp
8351 F:      Documentation/ptp/*
8352 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8353 F:      drivers/net/phy/dp83640*
8354 F:      drivers/ptp/*
8355 F:      include/linux/ptp_cl*
8356
8357 PTRACE SUPPORT
8358 M:      Roland McGrath <roland@hack.frob.com>
8359 M:      Oleg Nesterov <oleg@redhat.com>
8360 S:      Maintained
8361 F:      include/asm-generic/syscall.h
8362 F:      include/linux/ptrace.h
8363 F:      include/linux/regset.h
8364 F:      include/linux/tracehook.h
8365 F:      include/uapi/linux/ptrace.h
8366 F:      kernel/ptrace.c
8367
8368 PVRUSB2 VIDEO4LINUX DRIVER
8369 M:      Mike Isely <isely@pobox.com>
8370 L:      pvrusb2@isely.net       (subscribers-only)
8371 L:      linux-media@vger.kernel.org
8372 W:      http://www.isely.net/pvrusb2/
8373 T:      git git://linuxtv.org/media_tree.git
8374 S:      Maintained
8375 F:      Documentation/video4linux/README.pvrusb2
8376 F:      drivers/media/usb/pvrusb2/
8377
8378 PWC WEBCAM DRIVER
8379 M:      Hans de Goede <hdegoede@redhat.com>
8380 L:      linux-media@vger.kernel.org
8381 T:      git git://linuxtv.org/media_tree.git
8382 S:      Maintained
8383 F:      drivers/media/usb/pwc/*
8384
8385 PWM FAN DRIVER
8386 M:      Kamil Debski <k.debski@samsung.com>
8387 L:      lm-sensors@lm-sensors.org
8388 S:      Supported
8389 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8390 F:      Documentation/hwmon/pwm-fan
8391 F:      drivers/hwmon/pwm-fan.c
8392
8393 PWM SUBSYSTEM
8394 M:      Thierry Reding <thierry.reding@gmail.com>
8395 L:      linux-pwm@vger.kernel.org
8396 S:      Maintained
8397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8398 F:      Documentation/pwm.txt
8399 F:      Documentation/devicetree/bindings/pwm/
8400 F:      include/linux/pwm.h
8401 F:      drivers/pwm/
8402 F:      drivers/video/backlight/pwm_bl.c
8403 F:      include/linux/pwm_backlight.h
8404
8405 PXA2xx/PXA3xx SUPPORT
8406 M:      Daniel Mack <daniel@zonque.org>
8407 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8408 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8410 T:      git git://github.com/hzhuang1/linux.git
8411 T:      git git://github.com/rjarzmik/linux.git
8412 S:      Maintained
8413 F:      arch/arm/mach-pxa/
8414 F:      drivers/dma/pxa*
8415 F:      drivers/pcmcia/pxa2xx*
8416 F:      drivers/spi/spi-pxa2xx*
8417 F:      drivers/usb/gadget/udc/pxa2*
8418 F:      include/sound/pxa2xx-lib.h
8419 F:      sound/arm/pxa*
8420 F:      sound/soc/pxa/
8421
8422 PXA3xx NAND FLASH DRIVER
8423 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8424 L:      linux-mtd@lists.infradead.org
8425 S:      Maintained
8426 F:      drivers/mtd/nand/pxa3xx_nand.c
8427
8428 MMP SUPPORT
8429 M:      Eric Miao <eric.y.miao@gmail.com>
8430 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8432 T:      git git://github.com/hzhuang1/linux.git
8433 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8434 S:      Maintained
8435 F:      arch/arm/mach-mmp/
8436
8437 PXA MMCI DRIVER
8438 S:      Orphan
8439
8440 PXA RTC DRIVER
8441 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8442 L:      rtc-linux@googlegroups.com
8443 S:      Maintained
8444
8445 QAT DRIVER
8446 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8447 L:      qat-linux@intel.com
8448 S:      Supported
8449 F:      drivers/crypto/qat/
8450
8451 QIB DRIVER
8452 M:      Mike Marciniszyn <infinipath@intel.com>
8453 L:      linux-rdma@vger.kernel.org
8454 S:      Supported
8455 F:      drivers/infiniband/hw/qib/
8456
8457 QLOGIC QLA1280 SCSI DRIVER
8458 M:      Michael Reed <mdr@sgi.com>
8459 L:      linux-scsi@vger.kernel.org
8460 S:      Maintained
8461 F:      drivers/scsi/qla1280.[ch]
8462
8463 QLOGIC QLA2XXX FC-SCSI DRIVER
8464 M:      qla2xxx-upstream@qlogic.com
8465 L:      linux-scsi@vger.kernel.org
8466 S:      Supported
8467 F:      Documentation/scsi/LICENSE.qla2xxx
8468 F:      drivers/scsi/qla2xxx/
8469
8470 QLOGIC QLA4XXX iSCSI DRIVER
8471 M:      QLogic-Storage-Upstream@qlogic.com
8472 L:      linux-scsi@vger.kernel.org
8473 S:      Supported
8474 F:      Documentation/scsi/LICENSE.qla4xxx
8475 F:      drivers/scsi/qla4xxx/
8476
8477 QLOGIC QLA3XXX NETWORK DRIVER
8478 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8479 M:      Ron Mercer <ron.mercer@qlogic.com>
8480 M:      linux-driver@qlogic.com
8481 L:      netdev@vger.kernel.org
8482 S:      Supported
8483 F:      Documentation/networking/LICENSE.qla3xxx
8484 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8485
8486 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8487 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8488 M:      Dept-GELinuxNICDev@qlogic.com
8489 L:      netdev@vger.kernel.org
8490 S:      Supported
8491 F:      drivers/net/ethernet/qlogic/qlcnic/
8492
8493 QLOGIC QLGE 10Gb ETHERNET DRIVER
8494 M:      Harish Patil <harish.patil@qlogic.com>
8495 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8496 M:      Dept-GELinuxNICDev@qlogic.com
8497 M:      linux-driver@qlogic.com
8498 L:      netdev@vger.kernel.org
8499 S:      Supported
8500 F:      drivers/net/ethernet/qlogic/qlge/
8501
8502 QNX4 FILESYSTEM
8503 M:      Anders Larsen <al@alarsen.net>
8504 W:      http://www.alarsen.net/linux/qnx4fs/
8505 S:      Maintained
8506 F:      fs/qnx4/
8507 F:      include/uapi/linux/qnx4_fs.h
8508 F:      include/uapi/linux/qnxtypes.h
8509
8510 QT1010 MEDIA DRIVER
8511 M:      Antti Palosaari <crope@iki.fi>
8512 L:      linux-media@vger.kernel.org
8513 W:      http://linuxtv.org/
8514 W:      http://palosaari.fi/linux/
8515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8516 T:      git git://linuxtv.org/anttip/media_tree.git
8517 S:      Maintained
8518 F:      drivers/media/tuners/qt1010*
8519
8520 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8521 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8522 L:      linux-wireless@vger.kernel.org
8523 L:      ath9k-devel@lists.ath9k.org
8524 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8525 S:      Supported
8526 F:      drivers/net/wireless/ath/ath9k/
8527
8528 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8529 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8530 L:      ath10k@lists.infradead.org
8531 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8532 T:      git git://github.com/kvalo/ath.git
8533 S:      Supported
8534 F:      drivers/net/wireless/ath/ath10k/
8535
8536 QUALCOMM HEXAGON ARCHITECTURE
8537 M:      Richard Kuo <rkuo@codeaurora.org>
8538 L:      linux-hexagon@vger.kernel.org
8539 S:      Supported
8540 F:      arch/hexagon/
8541
8542 QUALCOMM WCN36XX WIRELESS DRIVER
8543 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8544 L:      wcn36xx@lists.infradead.org
8545 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8546 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8547 S:      Supported
8548 F:      drivers/net/wireless/ath/wcn36xx/
8549
8550 RADOS BLOCK DEVICE (RBD)
8551 M:      Ilya Dryomov <idryomov@gmail.com>
8552 M:      Sage Weil <sage@redhat.com>
8553 M:      Alex Elder <elder@kernel.org>
8554 L:      ceph-devel@vger.kernel.org
8555 W:      http://ceph.com/
8556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8557 T:      git git://github.com/ceph/ceph-client.git
8558 S:      Supported
8559 F:      Documentation/ABI/testing/sysfs-bus-rbd
8560 F:      drivers/block/rbd.c
8561 F:      drivers/block/rbd_types.h
8562
8563 RADEON FRAMEBUFFER DISPLAY DRIVER
8564 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8565 L:      linux-fbdev@vger.kernel.org
8566 S:      Maintained
8567 F:      drivers/video/fbdev/aty/radeon*
8568 F:      include/uapi/linux/radeonfb.h
8569
8570 RADIOSHARK RADIO DRIVER
8571 M:      Hans de Goede <hdegoede@redhat.com>
8572 L:      linux-media@vger.kernel.org
8573 T:      git git://linuxtv.org/media_tree.git
8574 S:      Maintained
8575 F:      drivers/media/radio/radio-shark.c
8576
8577 RADIOSHARK2 RADIO DRIVER
8578 M:      Hans de Goede <hdegoede@redhat.com>
8579 L:      linux-media@vger.kernel.org
8580 T:      git git://linuxtv.org/media_tree.git
8581 S:      Maintained
8582 F:      drivers/media/radio/radio-shark2.c
8583 F:      drivers/media/radio/radio-tea5777.c
8584
8585 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8586 M:      Paul Mackerras <paulus@samba.org>
8587 L:      linux-fbdev@vger.kernel.org
8588 S:      Maintained
8589 F:      drivers/video/fbdev/aty/aty128fb.c
8590
8591 RALINK RT2X00 WIRELESS LAN DRIVER
8592 P:      rt2x00 project
8593 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8594 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8595 L:      linux-wireless@vger.kernel.org
8596 S:      Maintained
8597 F:      drivers/net/wireless/rt2x00/
8598
8599 RAMDISK RAM BLOCK DEVICE DRIVER
8600 M:      Jens Axboe <axboe@kernel.dk>
8601 S:      Maintained
8602 F:      Documentation/blockdev/ramdisk.txt
8603 F:      drivers/block/brd.c
8604
8605 RANDOM NUMBER DRIVER
8606 M:      "Theodore Ts'o" <tytso@mit.edu>
8607 S:      Maintained
8608 F:      drivers/char/random.c
8609
8610 RAPIDIO SUBSYSTEM
8611 M:      Matt Porter <mporter@kernel.crashing.org>
8612 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8613 S:      Maintained
8614 F:      drivers/rapidio/
8615
8616 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8617 L:      linux-wireless@vger.kernel.org
8618 S:      Orphan
8619 F:      drivers/net/wireless/ray*
8620
8621 RCUTORTURE MODULE
8622 M:      Josh Triplett <josh@joshtriplett.org>
8623 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8624 L:      linux-kernel@vger.kernel.org
8625 S:      Supported
8626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8627 F:      Documentation/RCU/torture.txt
8628 F:      kernel/rcu/rcutorture.c
8629
8630 RCUTORTURE TEST FRAMEWORK
8631 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8632 M:      Josh Triplett <josh@joshtriplett.org>
8633 R:      Steven Rostedt <rostedt@goodmis.org>
8634 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8635 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8636 L:      linux-kernel@vger.kernel.org
8637 S:      Supported
8638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8639 F:      tools/testing/selftests/rcutorture
8640
8641 RDC R-321X SoC
8642 M:      Florian Fainelli <florian@openwrt.org>
8643 S:      Maintained
8644
8645 RDC R6040 FAST ETHERNET DRIVER
8646 M:      Florian Fainelli <florian@openwrt.org>
8647 L:      netdev@vger.kernel.org
8648 S:      Maintained
8649 F:      drivers/net/ethernet/rdc/r6040.c
8650
8651 RDS - RELIABLE DATAGRAM SOCKETS
8652 M:      Chien Yen <chien.yen@oracle.com>
8653 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8654 S:      Supported
8655 F:      net/rds/
8656
8657 READ-COPY UPDATE (RCU)
8658 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8659 M:      Josh Triplett <josh@joshtriplett.org>
8660 R:      Steven Rostedt <rostedt@goodmis.org>
8661 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8662 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8663 L:      linux-kernel@vger.kernel.org
8664 W:      http://www.rdrop.com/users/paulmck/RCU/
8665 S:      Supported
8666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8667 F:      Documentation/RCU/
8668 X:      Documentation/RCU/torture.txt
8669 F:      include/linux/rcu*
8670 X:      include/linux/srcu.h
8671 F:      kernel/rcu/
8672 X:      kernel/torture.c
8673
8674 REAL TIME CLOCK (RTC) SUBSYSTEM
8675 M:      Alessandro Zummo <a.zummo@towertech.it>
8676 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8677 L:      rtc-linux@googlegroups.com
8678 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8680 S:      Maintained
8681 F:      Documentation/rtc.txt
8682 F:      drivers/rtc/
8683 F:      include/linux/rtc.h
8684 F:      include/uapi/linux/rtc.h
8685
8686 REALTEK AUDIO CODECS
8687 M:      Bard Liao <bardliao@realtek.com>
8688 M:      Oder Chiou <oder_chiou@realtek.com>
8689 S:      Maintained
8690 F:      sound/soc/codecs/rt*
8691 F:      include/sound/rt*.h
8692
8693 REISERFS FILE SYSTEM
8694 L:      reiserfs-devel@vger.kernel.org
8695 S:      Supported
8696 F:      fs/reiserfs/
8697
8698 REGISTER MAP ABSTRACTION
8699 M:      Mark Brown <broonie@kernel.org>
8700 L:      linux-kernel@vger.kernel.org
8701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8702 S:      Supported
8703 F:      drivers/base/regmap/
8704 F:      include/linux/regmap.h
8705
8706 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8707 M:      Ohad Ben-Cohen <ohad@wizery.com>
8708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8709 S:      Maintained
8710 F:      drivers/remoteproc/
8711 F:      Documentation/remoteproc.txt
8712 F:      include/linux/remoteproc.h
8713
8714 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8715 M:      Ohad Ben-Cohen <ohad@wizery.com>
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8717 S:      Maintained
8718 F:      drivers/rpmsg/
8719 F:      Documentation/rpmsg.txt
8720 F:      include/linux/rpmsg.h
8721
8722 RESET CONTROLLER FRAMEWORK
8723 M:      Philipp Zabel <p.zabel@pengutronix.de>
8724 S:      Maintained
8725 F:      drivers/reset/
8726 F:      Documentation/devicetree/bindings/reset/
8727 F:      include/dt-bindings/reset/
8728 F:      include/linux/reset.h
8729 F:      include/linux/reset-controller.h
8730
8731 RFKILL
8732 M:      Johannes Berg <johannes@sipsolutions.net>
8733 L:      linux-wireless@vger.kernel.org
8734 W:      http://wireless.kernel.org/
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8737 S:      Maintained
8738 F:      Documentation/rfkill.txt
8739 F:      net/rfkill/
8740
8741 RHASHTABLE
8742 M:      Thomas Graf <tgraf@suug.ch>
8743 L:      netdev@vger.kernel.org
8744 S:      Maintained
8745 F:      lib/rhashtable.c
8746 F:      include/linux/rhashtable.h
8747
8748 RICOH SMARTMEDIA/XD DRIVER
8749 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8750 S:      Maintained
8751 F:      drivers/mtd/nand/r852.c
8752 F:      drivers/mtd/nand/r852.h
8753
8754 RICOH R5C592 MEMORYSTICK DRIVER
8755 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8756 S:      Maintained
8757 F:      drivers/memstick/host/r592.*
8758
8759 ROCCAT DRIVERS
8760 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8761 W:      http://sourceforge.net/projects/roccat/
8762 S:      Maintained
8763 F:      drivers/hid/hid-roccat*
8764 F:      include/linux/hid-roccat*
8765 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8766
8767 ROCKER DRIVER
8768 M:      Jiri Pirko <jiri@resnulli.us>
8769 M:      Scott Feldman <sfeldma@gmail.com>
8770 L:      netdev@vger.kernel.org
8771 S:      Supported
8772 F:      drivers/net/ethernet/rocker/
8773
8774 ROCKETPORT DRIVER
8775 P:      Comtrol Corp.
8776 W:      http://www.comtrol.com
8777 S:      Maintained
8778 F:      Documentation/serial/rocket.txt
8779 F:      drivers/tty/rocket*
8780
8781 ROCKETPORT EXPRESS/INFINITY DRIVER
8782 M:      Kevin Cernekee <cernekee@gmail.com>
8783 L:      linux-serial@vger.kernel.org
8784 S:      Odd Fixes
8785 F:      drivers/tty/serial/rp2.*
8786
8787 ROSE NETWORK LAYER
8788 M:      Ralf Baechle <ralf@linux-mips.org>
8789 L:      linux-hams@vger.kernel.org
8790 W:      http://www.linux-ax25.org/
8791 S:      Maintained
8792 F:      include/net/rose.h
8793 F:      include/uapi/linux/rose.h
8794 F:      net/rose/
8795
8796 RTL2830 MEDIA DRIVER
8797 M:      Antti Palosaari <crope@iki.fi>
8798 L:      linux-media@vger.kernel.org
8799 W:      http://linuxtv.org/
8800 W:      http://palosaari.fi/linux/
8801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8802 T:      git git://linuxtv.org/anttip/media_tree.git
8803 S:      Maintained
8804 F:      drivers/media/dvb-frontends/rtl2830*
8805
8806 RTL2832 MEDIA DRIVER
8807 M:      Antti Palosaari <crope@iki.fi>
8808 L:      linux-media@vger.kernel.org
8809 W:      http://linuxtv.org/
8810 W:      http://palosaari.fi/linux/
8811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8812 T:      git git://linuxtv.org/anttip/media_tree.git
8813 S:      Maintained
8814 F:      drivers/media/dvb-frontends/rtl2832*
8815
8816 RTL2832_SDR MEDIA DRIVER
8817 M:      Antti Palosaari <crope@iki.fi>
8818 L:      linux-media@vger.kernel.org
8819 W:      http://linuxtv.org/
8820 W:      http://palosaari.fi/linux/
8821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8822 T:      git git://linuxtv.org/anttip/media_tree.git
8823 S:      Maintained
8824 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8825
8826 RTL8180 WIRELESS DRIVER
8827 L:      linux-wireless@vger.kernel.org
8828 W:      http://wireless.kernel.org/
8829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8830 S:      Orphan
8831 F:      drivers/net/wireless/rtl818x/rtl8180/
8832
8833 RTL8187 WIRELESS DRIVER
8834 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8835 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8836 M:      Larry Finger <Larry.Finger@lwfinger.net>
8837 L:      linux-wireless@vger.kernel.org
8838 W:      http://wireless.kernel.org/
8839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8840 S:      Maintained
8841 F:      drivers/net/wireless/rtl818x/rtl8187/
8842
8843 RTL8192CE WIRELESS DRIVER
8844 M:      Larry Finger <Larry.Finger@lwfinger.net>
8845 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8846 L:      linux-wireless@vger.kernel.org
8847 W:      http://wireless.kernel.org/
8848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8849 S:      Maintained
8850 F:      drivers/net/wireless/rtlwifi/
8851 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8852
8853 S3 SAVAGE FRAMEBUFFER DRIVER
8854 M:      Antonino Daplas <adaplas@gmail.com>
8855 L:      linux-fbdev@vger.kernel.org
8856 S:      Maintained
8857 F:      drivers/video/fbdev/savage/
8858
8859 S390
8860 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8861 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8862 L:      linux-s390@vger.kernel.org
8863 W:      http://www.ibm.com/developerworks/linux/linux390/
8864 S:      Supported
8865 F:      arch/s390/
8866 F:      drivers/s390/
8867 F:      Documentation/s390/
8868 F:      Documentation/DocBook/s390*
8869
8870 S390 COMMON I/O LAYER
8871 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8872 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8873 L:      linux-s390@vger.kernel.org
8874 W:      http://www.ibm.com/developerworks/linux/linux390/
8875 S:      Supported
8876 F:      drivers/s390/cio/
8877
8878 S390 DASD DRIVER
8879 M:      Stefan Weinhuber <wein@de.ibm.com>
8880 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8881 L:      linux-s390@vger.kernel.org
8882 W:      http://www.ibm.com/developerworks/linux/linux390/
8883 S:      Supported
8884 F:      drivers/s390/block/dasd*
8885 F:      block/partitions/ibm.c
8886
8887 S390 NETWORK DRIVERS
8888 M:      Ursula Braun <ursula.braun@de.ibm.com>
8889 L:      linux-s390@vger.kernel.org
8890 W:      http://www.ibm.com/developerworks/linux/linux390/
8891 S:      Supported
8892 F:      drivers/s390/net/
8893
8894 S390 PCI SUBSYSTEM
8895 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8896 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8897 L:      linux-s390@vger.kernel.org
8898 W:      http://www.ibm.com/developerworks/linux/linux390/
8899 S:      Supported
8900 F:      arch/s390/pci/
8901 F:      drivers/pci/hotplug/s390_pci_hpc.c
8902
8903 S390 ZCRYPT DRIVER
8904 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8905 L:      linux-s390@vger.kernel.org
8906 W:      http://www.ibm.com/developerworks/linux/linux390/
8907 S:      Supported
8908 F:      drivers/s390/crypto/
8909
8910 S390 ZFCP DRIVER
8911 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8912 L:      linux-s390@vger.kernel.org
8913 W:      http://www.ibm.com/developerworks/linux/linux390/
8914 S:      Supported
8915 F:      drivers/s390/scsi/zfcp_*
8916
8917 S390 IUCV NETWORK LAYER
8918 M:      Ursula Braun <ursula.braun@de.ibm.com>
8919 L:      linux-s390@vger.kernel.org
8920 W:      http://www.ibm.com/developerworks/linux/linux390/
8921 S:      Supported
8922 F:      drivers/s390/net/*iucv*
8923 F:      include/net/iucv/
8924 F:      net/iucv/
8925
8926 S3C24XX SD/MMC Driver
8927 M:      Ben Dooks <ben-linux@fluff.org>
8928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8929 S:      Supported
8930 F:      drivers/mmc/host/s3cmci.*
8931
8932 SAA6588 RDS RECEIVER DRIVER
8933 M:      Hans Verkuil <hverkuil@xs4all.nl>
8934 L:      linux-media@vger.kernel.org
8935 T:      git git://linuxtv.org/media_tree.git
8936 W:      http://linuxtv.org
8937 S:      Odd Fixes
8938 F:      drivers/media/i2c/saa6588*
8939
8940 SAA7134 VIDEO4LINUX DRIVER
8941 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8942 L:      linux-media@vger.kernel.org
8943 W:      http://linuxtv.org
8944 T:      git git://linuxtv.org/media_tree.git
8945 S:      Odd fixes
8946 F:      Documentation/video4linux/*.saa7134
8947 F:      drivers/media/pci/saa7134/
8948
8949 SAA7146 VIDEO4LINUX-2 DRIVER
8950 M:      Hans Verkuil <hverkuil@xs4all.nl>
8951 L:      linux-media@vger.kernel.org
8952 T:      git git://linuxtv.org/media_tree.git
8953 S:      Maintained
8954 F:      drivers/media/common/saa7146/
8955 F:      drivers/media/pci/saa7146/
8956 F:      include/media/saa7146*
8957
8958 SAMSUNG LAPTOP DRIVER
8959 M:      Corentin Chary <corentin.chary@gmail.com>
8960 L:      platform-driver-x86@vger.kernel.org
8961 S:      Maintained
8962 F:      drivers/platform/x86/samsung-laptop.c
8963
8964 SAMSUNG AUDIO (ASoC) DRIVERS
8965 M:      Sangbeom Kim <sbkim73@samsung.com>
8966 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8967 S:      Supported
8968 F:      sound/soc/samsung/
8969
8970 SAMSUNG FRAMEBUFFER DRIVER
8971 M:      Jingoo Han <jingoohan1@gmail.com>
8972 L:      linux-fbdev@vger.kernel.org
8973 S:      Maintained
8974 F:      drivers/video/fbdev/s3c-fb.c
8975
8976 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8977 M:      Sangbeom Kim <sbkim73@samsung.com>
8978 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8979 L:      linux-kernel@vger.kernel.org
8980 L:      linux-samsung-soc@vger.kernel.org
8981 S:      Supported
8982 F:      drivers/mfd/sec*.c
8983 F:      drivers/regulator/s2m*.c
8984 F:      drivers/regulator/s5m*.c
8985 F:      drivers/clk/clk-s2mps11.c
8986 F:      drivers/rtc/rtc-s5m.c
8987 F:      include/linux/mfd/samsung/
8988 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8989 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8990
8991 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8992 M:      Kyungmin Park <kyungmin.park@samsung.com>
8993 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8994 L:      linux-media@vger.kernel.org
8995 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8996 S:      Supported
8997 F:      drivers/media/platform/exynos4-is/
8998
8999 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9000 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9001 L:      linux-media@vger.kernel.org
9002 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9003 S:      Maintained
9004 F:      drivers/media/platform/s3c-camif/
9005 F:      include/media/s3c_camif.h
9006
9007 SAMSUNG S5C73M3 CAMERA DRIVER
9008 M:      Kyungmin Park <kyungmin.park@samsung.com>
9009 M:      Andrzej Hajda <a.hajda@samsung.com>
9010 L:      linux-media@vger.kernel.org
9011 S:      Supported
9012 F:      drivers/media/i2c/s5c73m3/*
9013
9014 SAMSUNG S5K5BAF CAMERA DRIVER
9015 M:      Kyungmin Park <kyungmin.park@samsung.com>
9016 M:      Andrzej Hajda <a.hajda@samsung.com>
9017 L:      linux-media@vger.kernel.org
9018 S:      Supported
9019 F:      drivers/media/i2c/s5k5baf.c
9020
9021 SAMSUNG S3FWRN5 NFC DRIVER
9022 M:      Robert Baldyga <r.baldyga@samsung.com>
9023 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9024 S:      Supported
9025 F:      drivers/nfc/s3fwrn5
9026
9027 SAMSUNG SOC CLOCK DRIVERS
9028 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9029 M:      Tomasz Figa <tomasz.figa@gmail.com>
9030 S:      Supported
9031 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9032 F:      drivers/clk/samsung/
9033
9034 SAMSUNG SXGBE DRIVERS
9035 M:      Byungho An <bh74.an@samsung.com>
9036 M:      Girish K S <ks.giri@samsung.com>
9037 M:      Vipul Pandya <vipul.pandya@samsung.com>
9038 S:      Supported
9039 L:      netdev@vger.kernel.org
9040 F:      drivers/net/ethernet/samsung/sxgbe/
9041
9042 SAMSUNG THERMAL DRIVER
9043 M:      Lukasz Majewski <l.majewski@samsung.com>
9044 L:      linux-pm@vger.kernel.org
9045 L:      linux-samsung-soc@vger.kernel.org
9046 S:      Supported
9047 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9048 F:      drivers/thermal/samsung/
9049
9050 SAMSUNG USB2 PHY DRIVER
9051 M:      Kamil Debski <k.debski@samsung.com>
9052 L:      linux-kernel@vger.kernel.org
9053 S:      Supported
9054 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9055 F:      Documentation/phy/samsung-usb2.txt
9056 F:      drivers/phy/phy-exynos4210-usb2.c
9057 F:      drivers/phy/phy-exynos4x12-usb2.c
9058 F:      drivers/phy/phy-exynos5250-usb2.c
9059 F:      drivers/phy/phy-s5pv210-usb2.c
9060 F:      drivers/phy/phy-samsung-usb2.c
9061 F:      drivers/phy/phy-samsung-usb2.h
9062
9063 SERIAL DRIVERS
9064 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9065 L:      linux-serial@vger.kernel.org
9066 S:      Maintained
9067 F:      drivers/tty/serial/
9068
9069 SYNOPSYS DESIGNWARE DMAC DRIVER
9070 M:      Viresh Kumar <vireshk@kernel.org>
9071 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9072 S:      Maintained
9073 F:      include/linux/dma/dw.h
9074 F:      include/linux/platform_data/dma-dw.h
9075 F:      drivers/dma/dw/
9076
9077 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9078 M: Lars Persson <lars.persson@axis.com>
9079 L: netdev@vger.kernel.org
9080 S: Supported
9081 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9082 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9083
9084 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9085 M:      Seungwon Jeon <tgih.jun@samsung.com>
9086 M:      Jaehoon Chung <jh80.chung@samsung.com>
9087 L:      linux-mmc@vger.kernel.org
9088 S:      Maintained
9089 F:      include/linux/mmc/dw_mmc.h
9090 F:      drivers/mmc/host/dw_mmc*
9091
9092 THUNDERBOLT DRIVER
9093 M:      Andreas Noever <andreas.noever@gmail.com>
9094 S:      Maintained
9095 F:      drivers/thunderbolt/
9096
9097 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9098 M:      John Stultz <john.stultz@linaro.org>
9099 M:      Thomas Gleixner <tglx@linutronix.de>
9100 L:      linux-kernel@vger.kernel.org
9101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9102 S:      Supported
9103 F:      include/linux/clocksource.h
9104 F:      include/linux/time.h
9105 F:      include/linux/timex.h
9106 F:      include/uapi/linux/time.h
9107 F:      include/uapi/linux/timex.h
9108 F:      kernel/time/clocksource.c
9109 F:      kernel/time/time*.c
9110 F:      kernel/time/ntp.c
9111 F:      tools/testing/selftests/timers/
9112
9113 SC1200 WDT DRIVER
9114 M:      Zwane Mwaikambo <zwanem@gmail.com>
9115 S:      Maintained
9116 F:      drivers/watchdog/sc1200wdt.c
9117
9118 SCHEDULER
9119 M:      Ingo Molnar <mingo@redhat.com>
9120 M:      Peter Zijlstra <peterz@infradead.org>
9121 L:      linux-kernel@vger.kernel.org
9122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9123 S:      Maintained
9124 F:      kernel/sched/
9125 F:      include/linux/sched.h
9126 F:      include/uapi/linux/sched.h
9127 F:      include/linux/wait.h
9128
9129 SCORE ARCHITECTURE
9130 M:      Chen Liqin <liqin.linux@gmail.com>
9131 M:      Lennox Wu <lennox.wu@gmail.com>
9132 W:      http://www.sunplus.com
9133 S:      Supported
9134 F:      arch/score/
9135
9136 SCSI CDROM DRIVER
9137 M:      Jens Axboe <axboe@kernel.dk>
9138 L:      linux-scsi@vger.kernel.org
9139 W:      http://www.kernel.dk
9140 S:      Maintained
9141 F:      drivers/scsi/sr*
9142
9143 SCSI RDMA PROTOCOL (SRP) INITIATOR
9144 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9145 L:      linux-rdma@vger.kernel.org
9146 S:      Supported
9147 W:      http://www.openfabrics.org
9148 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9150 F:      drivers/infiniband/ulp/srp/
9151 F:      include/scsi/srp.h
9152
9153 SCSI SG DRIVER
9154 M:      Doug Gilbert <dgilbert@interlog.com>
9155 L:      linux-scsi@vger.kernel.org
9156 W:      http://sg.danny.cz/sg
9157 S:      Maintained
9158 F:      Documentation/scsi/scsi-generic.txt
9159 F:      drivers/scsi/sg.c
9160 F:      include/scsi/sg.h
9161
9162 SCSI SUBSYSTEM
9163 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9164 L:      linux-scsi@vger.kernel.org
9165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9166 S:      Maintained
9167 F:      drivers/scsi/
9168 F:      include/scsi/
9169
9170 SCSI TAPE DRIVER
9171 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9172 L:      linux-scsi@vger.kernel.org
9173 S:      Maintained
9174 F:      Documentation/scsi/st.txt
9175 F:      drivers/scsi/st.*
9176 F:      drivers/scsi/st_*.h
9177
9178 SCTP PROTOCOL
9179 M:      Vlad Yasevich <vyasevich@gmail.com>
9180 M:      Neil Horman <nhorman@tuxdriver.com>
9181 L:      linux-sctp@vger.kernel.org
9182 W:      http://lksctp.sourceforge.net
9183 S:      Maintained
9184 F:      Documentation/networking/sctp.txt
9185 F:      include/linux/sctp.h
9186 F:      include/uapi/linux/sctp.h
9187 F:      include/net/sctp/
9188 F:      net/sctp/
9189
9190 SCx200 CPU SUPPORT
9191 M:      Jim Cromie <jim.cromie@gmail.com>
9192 S:      Odd Fixes
9193 F:      Documentation/i2c/busses/scx200_acb
9194 F:      arch/x86/platform/scx200/
9195 F:      drivers/watchdog/scx200_wdt.c
9196 F:      drivers/i2c/busses/scx200*
9197 F:      drivers/mtd/maps/scx200_docflash.c
9198 F:      include/linux/scx200.h
9199
9200 SCx200 GPIO DRIVER
9201 M:      Jim Cromie <jim.cromie@gmail.com>
9202 S:      Maintained
9203 F:      drivers/char/scx200_gpio.c
9204 F:      include/linux/scx200_gpio.h
9205
9206 SCx200 HRT CLOCKSOURCE DRIVER
9207 M:      Jim Cromie <jim.cromie@gmail.com>
9208 S:      Maintained
9209 F:      drivers/clocksource/scx200_hrt.c
9210
9211 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9212 M:      Sascha Sommer <saschasommer@freenet.de>
9213 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9214 S:      Maintained
9215 F:      drivers/mmc/host/sdricoh_cs.c
9216
9217 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9218 L:      linux-mmc@vger.kernel.org
9219 S:      Orphan
9220 F:      drivers/mmc/host/sdhci.*
9221 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9222
9223 SECURE COMPUTING
9224 M:      Kees Cook <keescook@chromium.org>
9225 R:      Andy Lutomirski <luto@amacapital.net>
9226 R:      Will Drewry <wad@chromium.org>
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9228 S:      Supported
9229 F:      kernel/seccomp.c
9230 F:      include/uapi/linux/seccomp.h
9231 F:      include/linux/seccomp.h
9232 F:      tools/testing/selftests/seccomp/*
9233 K:      \bsecure_computing
9234 K:      \bTIF_SECCOMP\b
9235
9236 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9237 M:      Ben Dooks <ben-linux@fluff.org>
9238 M:      Jaehoon Chung <jh80.chung@samsung.com>
9239 L:      linux-mmc@vger.kernel.org
9240 S:      Maintained
9241 F:      drivers/mmc/host/sdhci-s3c*
9242
9243 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9244 M:      Viresh Kumar <vireshk@kernel.org>
9245 L:      spear-devel@list.st.com
9246 L:      linux-mmc@vger.kernel.org
9247 S:      Maintained
9248 F:      drivers/mmc/host/sdhci-spear.c
9249
9250 SECURITY SUBSYSTEM
9251 M:      James Morris <james.l.morris@oracle.com>
9252 M:      "Serge E. Hallyn" <serge@hallyn.com>
9253 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9255 W:      http://kernsec.org/
9256 S:      Supported
9257 F:      security/
9258
9259 SECURITY CONTACT
9260 M:      Security Officers <security@kernel.org>
9261 S:      Supported
9262
9263 SELINUX SECURITY MODULE
9264 M:      Paul Moore <paul@paul-moore.com>
9265 M:      Stephen Smalley <sds@tycho.nsa.gov>
9266 M:      Eric Paris <eparis@parisplace.org>
9267 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9268 W:      http://selinuxproject.org
9269 T:      git git://git.infradead.org/users/pcmoore/selinux
9270 S:      Supported
9271 F:      include/linux/selinux*
9272 F:      security/selinux/
9273 F:      scripts/selinux/
9274
9275 APPARMOR SECURITY MODULE
9276 M:      John Johansen <john.johansen@canonical.com>
9277 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9278 W:      apparmor.wiki.kernel.org
9279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9280 S:      Supported
9281 F:      security/apparmor/
9282
9283 YAMA SECURITY MODULE
9284 M:      Kees Cook <keescook@chromium.org>
9285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9286 S:      Supported
9287 F:      security/yama/
9288
9289 SENSABLE PHANTOM
9290 M:      Jiri Slaby <jirislaby@gmail.com>
9291 S:      Maintained
9292 F:      drivers/misc/phantom.c
9293 F:      include/uapi/linux/phantom.h
9294
9295 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9296 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9297 M:      Minh Tran <minh.tran@avagotech.com>
9298 M:      John Soni Jose <sony.john-n@avagotech.com>
9299 L:      linux-scsi@vger.kernel.org
9300 W:      http://www.avagotech.com
9301 S:      Supported
9302 F:      drivers/scsi/be2iscsi/
9303
9304 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9305 M:      Sathya Perla <sathya.perla@avagotech.com>
9306 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9307 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9308 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9309 L:      netdev@vger.kernel.org
9310 W:      http://www.emulex.com
9311 S:      Supported
9312 F:      drivers/net/ethernet/emulex/benet/
9313
9314 EMULEX ONECONNECT ROCE DRIVER
9315 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9316 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9317 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9318 L:      linux-rdma@vger.kernel.org
9319 W:      http://www.emulex.com
9320 S:      Supported
9321 F:      drivers/infiniband/hw/ocrdma/
9322
9323 SFC NETWORK DRIVER
9324 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9325 M:      Shradha Shah <sshah@solarflare.com>
9326 L:      netdev@vger.kernel.org
9327 S:      Supported
9328 F:      drivers/net/ethernet/sfc/
9329
9330 SGI GRU DRIVER
9331 M:      Dimitri Sivanich <sivanich@sgi.com>
9332 S:      Maintained
9333 F:      drivers/misc/sgi-gru/
9334
9335 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9336 M:      Pat Gefre <pfg@sgi.com>
9337 L:      linux-ia64@vger.kernel.org
9338 S:      Supported
9339 F:      Documentation/ia64/serial.txt
9340 F:      drivers/tty/serial/ioc?_serial.c
9341 F:      include/linux/ioc?.h
9342
9343 SGI XP/XPC/XPNET DRIVER
9344 M:      Cliff Whickman <cpw@sgi.com>
9345 M:      Robin Holt <robinmholt@gmail.com>
9346 S:      Maintained
9347 F:      drivers/misc/sgi-xp/
9348
9349 SI2157 MEDIA DRIVER
9350 M:      Antti Palosaari <crope@iki.fi>
9351 L:      linux-media@vger.kernel.org
9352 W:      http://linuxtv.org/
9353 W:      http://palosaari.fi/linux/
9354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9355 T:      git git://linuxtv.org/anttip/media_tree.git
9356 S:      Maintained
9357 F:      drivers/media/tuners/si2157*
9358
9359 SI2168 MEDIA DRIVER
9360 M:      Antti Palosaari <crope@iki.fi>
9361 L:      linux-media@vger.kernel.org
9362 W:      http://linuxtv.org/
9363 W:      http://palosaari.fi/linux/
9364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9365 T:      git git://linuxtv.org/anttip/media_tree.git
9366 S:      Maintained
9367 F:      drivers/media/dvb-frontends/si2168*
9368
9369 SI470X FM RADIO RECEIVER I2C DRIVER
9370 M:      Hans Verkuil <hverkuil@xs4all.nl>
9371 L:      linux-media@vger.kernel.org
9372 T:      git git://linuxtv.org/media_tree.git
9373 W:      http://linuxtv.org
9374 S:      Odd Fixes
9375 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9376
9377 SI470X FM RADIO RECEIVER USB DRIVER
9378 M:      Hans Verkuil <hverkuil@xs4all.nl>
9379 L:      linux-media@vger.kernel.org
9380 T:      git git://linuxtv.org/media_tree.git
9381 W:      http://linuxtv.org
9382 S:      Maintained
9383 F:      drivers/media/radio/si470x/radio-si470x-common.c
9384 F:      drivers/media/radio/si470x/radio-si470x.h
9385 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9386
9387 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9388 M:      Eduardo Valentin <edubezval@gmail.com>
9389 L:      linux-media@vger.kernel.org
9390 T:      git git://linuxtv.org/media_tree.git
9391 W:      http://linuxtv.org
9392 S:      Odd Fixes
9393 F:      drivers/media/radio/si4713/si4713.?
9394
9395 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9396 M:      Eduardo Valentin <edubezval@gmail.com>
9397 L:      linux-media@vger.kernel.org
9398 T:      git git://linuxtv.org/media_tree.git
9399 W:      http://linuxtv.org
9400 S:      Odd Fixes
9401 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9402
9403 SI4713 FM RADIO TRANSMITTER USB DRIVER
9404 M:      Hans Verkuil <hverkuil@xs4all.nl>
9405 L:      linux-media@vger.kernel.org
9406 T:      git git://linuxtv.org/media_tree.git
9407 W:      http://linuxtv.org
9408 S:      Maintained
9409 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9410
9411 SIANO DVB DRIVER
9412 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9413 L:      linux-media@vger.kernel.org
9414 W:      http://linuxtv.org
9415 T:      git git://linuxtv.org/media_tree.git
9416 S:      Odd fixes
9417 F:      drivers/media/common/siano/
9418 F:      drivers/media/usb/siano/
9419 F:      drivers/media/usb/siano/
9420 F:      drivers/media/mmc/siano/
9421
9422 SIMPLEFB FB DRIVER
9423 M:      Hans de Goede <hdegoede@redhat.com>
9424 L:      linux-fbdev@vger.kernel.org
9425 S:      Maintained
9426 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9427 F:      drivers/video/fbdev/simplefb.c
9428 F:      include/linux/platform_data/simplefb.h
9429
9430 SH_VEU V4L2 MEM2MEM DRIVER
9431 L:      linux-media@vger.kernel.org
9432 S:      Orphan
9433 F:      drivers/media/platform/sh_veu.c
9434
9435 SH_VOU V4L2 OUTPUT DRIVER
9436 L:      linux-media@vger.kernel.org
9437 S:      Orphan
9438 F:      drivers/media/platform/sh_vou.c
9439 F:      include/media/sh_vou.h
9440
9441 SIMPLE FIRMWARE INTERFACE (SFI)
9442 M:      Len Brown <lenb@kernel.org>
9443 L:      sfi-devel@simplefirmware.org
9444 W:      http://simplefirmware.org/
9445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9446 S:      Supported
9447 F:      arch/x86/platform/sfi/
9448 F:      drivers/sfi/
9449 F:      include/linux/sfi*.h
9450
9451 SIMTEC EB110ATX (Chalice CATS)
9452 P:      Ben Dooks
9453 P:      Vincent Sanders <vince@simtec.co.uk>
9454 M:      Simtec Linux Team <linux@simtec.co.uk>
9455 W:      http://www.simtec.co.uk/products/EB110ATX/
9456 S:      Supported
9457
9458 SIMTEC EB2410ITX (BAST)
9459 P:      Ben Dooks
9460 P:      Vincent Sanders <vince@simtec.co.uk>
9461 M:      Simtec Linux Team <linux@simtec.co.uk>
9462 W:      http://www.simtec.co.uk/products/EB2410ITX/
9463 S:      Supported
9464 F:      arch/arm/mach-s3c24xx/mach-bast.c
9465 F:      arch/arm/mach-s3c24xx/bast-ide.c
9466 F:      arch/arm/mach-s3c24xx/bast-irq.c
9467
9468 TI DAVINCI MACHINE SUPPORT
9469 M:      Sekhar Nori <nsekhar@ti.com>
9470 M:      Kevin Hilman <khilman@deeprootsystems.com>
9471 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9472 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9473 S:      Supported
9474 F:      arch/arm/mach-davinci/
9475 F:      drivers/i2c/busses/i2c-davinci.c
9476
9477 TI DAVINCI SERIES MEDIA DRIVER
9478 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9479 L:      linux-media@vger.kernel.org
9480 W:      http://linuxtv.org/
9481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9482 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9483 S:      Maintained
9484 F:      drivers/media/platform/davinci/
9485 F:      include/media/davinci/
9486
9487 TI AM437X VPFE DRIVER
9488 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9489 L:      linux-media@vger.kernel.org
9490 W:      http://linuxtv.org/
9491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9492 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9493 S:      Maintained
9494 F:      drivers/media/platform/am437x/
9495
9496 OV2659 OMNIVISION SENSOR DRIVER
9497 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9498 L:      linux-media@vger.kernel.org
9499 W:      http://linuxtv.org/
9500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9501 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9502 S:      Maintained
9503 F:      drivers/media/i2c/ov2659.c
9504 F:      include/media/ov2659.h
9505
9506 SILICON MOTION SM712 FRAME BUFFER DRIVER
9507 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9508 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9509 M:      Sudip Mukherjee <sudip@vectorindia.org>
9510 L:      linux-fbdev@vger.kernel.org
9511 S:      Maintained
9512 F:      drivers/video/fbdev/sm712*
9513 F:      Documentation/fb/sm712fb.txt
9514
9515 SIS 190 ETHERNET DRIVER
9516 M:      Francois Romieu <romieu@fr.zoreil.com>
9517 L:      netdev@vger.kernel.org
9518 S:      Maintained
9519 F:      drivers/net/ethernet/sis/sis190.c
9520
9521 SIS 900/7016 FAST ETHERNET DRIVER
9522 M:      Daniele Venzano <venza@brownhat.org>
9523 W:      http://www.brownhat.org/sis900.html
9524 L:      netdev@vger.kernel.org
9525 S:      Maintained
9526 F:      drivers/net/ethernet/sis/sis900.*
9527
9528 SIS FRAMEBUFFER DRIVER
9529 M:      Thomas Winischhofer <thomas@winischhofer.net>
9530 W:      http://www.winischhofer.net/linuxsisvga.shtml
9531 S:      Maintained
9532 F:      Documentation/fb/sisfb.txt
9533 F:      drivers/video/fbdev/sis/
9534 F:      include/video/sisfb.h
9535
9536 SIS USB2VGA DRIVER
9537 M:      Thomas Winischhofer <thomas@winischhofer.net>
9538 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9539 S:      Maintained
9540 F:      drivers/usb/misc/sisusbvga/
9541
9542 SLAB ALLOCATOR
9543 M:      Christoph Lameter <cl@linux.com>
9544 M:      Pekka Enberg <penberg@kernel.org>
9545 M:      David Rientjes <rientjes@google.com>
9546 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9547 M:      Andrew Morton <akpm@linux-foundation.org>
9548 L:      linux-mm@kvack.org
9549 S:      Maintained
9550 F:      include/linux/sl?b*.h
9551 F:      mm/sl?b*
9552
9553 SLEEPABLE READ-COPY UPDATE (SRCU)
9554 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9555 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9556 M:      Josh Triplett <josh@joshtriplett.org>
9557 R:      Steven Rostedt <rostedt@goodmis.org>
9558 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9559 L:      linux-kernel@vger.kernel.org
9560 W:      http://www.rdrop.com/users/paulmck/RCU/
9561 S:      Supported
9562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9563 F:      include/linux/srcu.h
9564 F:      kernel/rcu/srcu.c
9565
9566 SMACK SECURITY MODULE
9567 M:      Casey Schaufler <casey@schaufler-ca.com>
9568 L:      linux-security-module@vger.kernel.org
9569 W:      http://schaufler-ca.com
9570 T:      git git://git.gitorious.org/smack-next/kernel.git
9571 S:      Maintained
9572 F:      Documentation/security/Smack.txt
9573 F:      security/smack/
9574
9575 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9576 M:      Kevin Hilman <khilman@kernel.org>
9577 M:      Nishanth Menon <nm@ti.com>
9578 S:      Maintained
9579 F:      drivers/power/avs/
9580 F:      include/linux/power/smartreflex.h
9581 L:      linux-pm@vger.kernel.org
9582
9583 SMC91x ETHERNET DRIVER
9584 M:      Nicolas Pitre <nico@fluxnic.net>
9585 S:      Odd Fixes
9586 F:      drivers/net/ethernet/smsc/smc91x.*
9587
9588 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9589 M:      Sakari Ailus <sakari.ailus@iki.fi>
9590 L:      linux-media@vger.kernel.org
9591 S:      Maintained
9592 F:      drivers/media/i2c/smiapp/
9593 F:      include/media/smiapp.h
9594 F:      drivers/media/i2c/smiapp-pll.c
9595 F:      drivers/media/i2c/smiapp-pll.h
9596 F:      include/uapi/linux/smiapp.h
9597 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9598
9599 SMM665 HARDWARE MONITOR DRIVER
9600 M:      Guenter Roeck <linux@roeck-us.net>
9601 L:      lm-sensors@lm-sensors.org
9602 S:      Maintained
9603 F:      Documentation/hwmon/smm665
9604 F:      drivers/hwmon/smm665.c
9605
9606 SMSC EMC2103 HARDWARE MONITOR DRIVER
9607 M:      Steve Glendinning <steve.glendinning@shawell.net>
9608 L:      lm-sensors@lm-sensors.org
9609 S:      Maintained
9610 F:      Documentation/hwmon/emc2103
9611 F:      drivers/hwmon/emc2103.c
9612
9613 SMSC SCH5627 HARDWARE MONITOR DRIVER
9614 M:      Hans de Goede <hdegoede@redhat.com>
9615 L:      lm-sensors@lm-sensors.org
9616 S:      Supported
9617 F:      Documentation/hwmon/sch5627
9618 F:      drivers/hwmon/sch5627.c
9619
9620 SMSC47B397 HARDWARE MONITOR DRIVER
9621 M:      Jean Delvare <jdelvare@suse.com>
9622 L:      lm-sensors@lm-sensors.org
9623 S:      Maintained
9624 F:      Documentation/hwmon/smsc47b397
9625 F:      drivers/hwmon/smsc47b397.c
9626
9627 SMSC911x ETHERNET DRIVER
9628 M:      Steve Glendinning <steve.glendinning@shawell.net>
9629 L:      netdev@vger.kernel.org
9630 S:      Maintained
9631 F:      include/linux/smsc911x.h
9632 F:      drivers/net/ethernet/smsc/smsc911x.*
9633
9634 SMSC9420 PCI ETHERNET DRIVER
9635 M:      Steve Glendinning <steve.glendinning@shawell.net>
9636 L:      netdev@vger.kernel.org
9637 S:      Maintained
9638 F:      drivers/net/ethernet/smsc/smsc9420.*
9639
9640 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9641 M:      Steve Glendinning <steve.glendinning@shawell.net>
9642 L:      linux-fbdev@vger.kernel.org
9643 S:      Maintained
9644 F:      drivers/video/fbdev/smscufx.c
9645
9646 SOC-CAMERA V4L2 SUBSYSTEM
9647 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9648 L:      linux-media@vger.kernel.org
9649 T:      git git://linuxtv.org/media_tree.git
9650 S:      Maintained
9651 F:      include/media/soc*
9652 F:      drivers/media/i2c/soc_camera/
9653 F:      drivers/media/platform/soc_camera/
9654
9655 SOEKRIS NET48XX LED SUPPORT
9656 M:      Chris Boot <bootc@bootc.net>
9657 S:      Maintained
9658 F:      drivers/leds/leds-net48xx.c
9659
9660 SOFTLOGIC 6x10 MPEG CODEC
9661 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9662 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9663 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9664 M:      Ismael Luceno <ismael@iodev.co.uk>
9665 L:      linux-media@vger.kernel.org
9666 S:      Supported
9667 F:      drivers/media/pci/solo6x10/
9668
9669 SOFTWARE RAID (Multiple Disks) SUPPORT
9670 M:      Neil Brown <neilb@suse.com>
9671 L:      linux-raid@vger.kernel.org
9672 S:      Supported
9673 F:      drivers/md/
9674 F:      include/linux/raid/
9675 F:      include/uapi/linux/raid/
9676
9677 SONIC NETWORK DRIVER
9678 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9679 L:      netdev@vger.kernel.org
9680 S:      Maintained
9681 F:      drivers/net/ethernet/natsemi/sonic.*
9682
9683 SONICS SILICON BACKPLANE DRIVER (SSB)
9684 M:      Michael Buesch <m@bues.ch>
9685 L:      netdev@vger.kernel.org
9686 S:      Maintained
9687 F:      drivers/ssb/
9688 F:      include/linux/ssb/
9689
9690 SONY VAIO CONTROL DEVICE DRIVER
9691 M:      Mattia Dongili <malattia@linux.it>
9692 L:      platform-driver-x86@vger.kernel.org
9693 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9694 S:      Maintained
9695 F:      Documentation/laptops/sony-laptop.txt
9696 F:      drivers/char/sonypi.c
9697 F:      drivers/platform/x86/sony-laptop.c
9698 F:      include/linux/sony-laptop.h
9699
9700 SONY MEMORYSTICK CARD SUPPORT
9701 M:      Alex Dubov <oakad@yahoo.com>
9702 W:      http://tifmxx.berlios.de/
9703 S:      Maintained
9704 F:      drivers/memstick/host/tifm_ms.c
9705
9706 SONY MEMORYSTICK STANDARD SUPPORT
9707 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9708 S:      Maintained
9709 F:      drivers/memstick/core/ms_block.*
9710
9711 SOUND
9712 M:      Jaroslav Kysela <perex@perex.cz>
9713 M:      Takashi Iwai <tiwai@suse.com>
9714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9715 W:      http://www.alsa-project.org/
9716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9717 T:      git git://git.alsa-project.org/alsa-kernel.git
9718 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9719 S:      Maintained
9720 F:      Documentation/sound/
9721 F:      include/sound/
9722 F:      include/uapi/sound/
9723 F:      sound/
9724
9725 SOUND - COMPRESSED AUDIO
9726 M:      Vinod Koul <vinod.koul@intel.com>
9727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9729 S:      Supported
9730 F:      Documentation/sound/alsa/compress_offload.txt
9731 F:      include/sound/compress_driver.h
9732 F:      include/uapi/sound/compress_*
9733 F:      sound/core/compress_offload.c
9734 F:      sound/soc/soc-compress.c
9735
9736 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9737 M:      Liam Girdwood <lgirdwood@gmail.com>
9738 M:      Mark Brown <broonie@kernel.org>
9739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9741 W:      http://alsa-project.org/main/index.php/ASoC
9742 S:      Supported
9743 F:      Documentation/sound/alsa/soc/
9744 F:      sound/soc/
9745 F:      include/sound/soc*
9746
9747 SOUND - DMAENGINE HELPERS
9748 M:      Lars-Peter Clausen <lars@metafoo.de>
9749 S:      Supported
9750 F:      include/sound/dmaengine_pcm.h
9751 F:      sound/core/pcm_dmaengine.c
9752 F:      sound/soc/soc-generic-dmaengine-pcm.c
9753
9754 SP2 MEDIA DRIVER
9755 M:      Olli Salonen <olli.salonen@iki.fi>
9756 L:      linux-media@vger.kernel.org
9757 W:      http://linuxtv.org/
9758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9759 S:      Maintained
9760 F:      drivers/media/dvb-frontends/sp2*
9761
9762 SPARC + UltraSPARC (sparc/sparc64)
9763 M:      "David S. Miller" <davem@davemloft.net>
9764 L:      sparclinux@vger.kernel.org
9765 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9768 S:      Maintained
9769 F:      arch/sparc/
9770 F:      drivers/sbus/
9771
9772 SPARC SERIAL DRIVERS
9773 M:      "David S. Miller" <davem@davemloft.net>
9774 L:      sparclinux@vger.kernel.org
9775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9777 S:      Maintained
9778 F:      include/linux/sunserialcore.h
9779 F:      drivers/tty/serial/suncore.c
9780 F:      drivers/tty/serial/sunhv.c
9781 F:      drivers/tty/serial/sunsab.c
9782 F:      drivers/tty/serial/sunsab.h
9783 F:      drivers/tty/serial/sunsu.c
9784 F:      drivers/tty/serial/sunzilog.c
9785 F:      drivers/tty/serial/sunzilog.h
9786
9787 SPARSE CHECKER
9788 M:      "Christopher Li" <sparse@chrisli.org>
9789 L:      linux-sparse@vger.kernel.org
9790 W:      https://sparse.wiki.kernel.org/
9791 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9792 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9793 S:      Maintained
9794 F:      include/linux/compiler.h
9795
9796 SPEAR PLATFORM SUPPORT
9797 M:      Viresh Kumar <vireshk@kernel.org>
9798 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9799 L:      spear-devel@list.st.com
9800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9801 W:      http://www.st.com/spear
9802 S:      Maintained
9803 F:      arch/arm/mach-spear/
9804
9805 SPEAR CLOCK FRAMEWORK SUPPORT
9806 M:      Viresh Kumar <vireshk@kernel.org>
9807 L:      spear-devel@list.st.com
9808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9809 W:      http://www.st.com/spear
9810 S:      Maintained
9811 F:      drivers/clk/spear/
9812
9813 SPI SUBSYSTEM
9814 M:      Mark Brown <broonie@kernel.org>
9815 L:      linux-spi@vger.kernel.org
9816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9817 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9818 S:      Maintained
9819 F:      Documentation/spi/
9820 F:      drivers/spi/
9821 F:      include/linux/spi/
9822 F:      include/uapi/linux/spi/
9823
9824 SPIDERNET NETWORK DRIVER for CELL
9825 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9826 L:      netdev@vger.kernel.org
9827 S:      Supported
9828 F:      Documentation/networking/spider_net.txt
9829 F:      drivers/net/ethernet/toshiba/spider_net*
9830
9831 SPU FILE SYSTEM
9832 M:      Jeremy Kerr <jk@ozlabs.org>
9833 L:      linuxppc-dev@lists.ozlabs.org
9834 W:      http://www.ibm.com/developerworks/power/cell/
9835 S:      Supported
9836 F:      Documentation/filesystems/spufs.txt
9837 F:      arch/powerpc/platforms/cell/spufs/
9838
9839 SQUASHFS FILE SYSTEM
9840 M:      Phillip Lougher <phillip@squashfs.org.uk>
9841 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9842 W:      http://squashfs.org.uk
9843 S:      Maintained
9844 F:      Documentation/filesystems/squashfs.txt
9845 F:      fs/squashfs/
9846
9847 SRM (Alpha) environment access
9848 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9849 S:      Maintained
9850 F:      arch/alpha/kernel/srm_env.c
9851
9852 STABLE BRANCH
9853 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9854 L:      stable@vger.kernel.org
9855 S:      Supported
9856 F:      Documentation/stable_kernel_rules.txt
9857
9858 STAGING SUBSYSTEM
9859 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9861 L:      devel@driverdev.osuosl.org
9862 S:      Supported
9863 F:      drivers/staging/
9864
9865 STAGING - COMEDI
9866 M:      Ian Abbott <abbotti@mev.co.uk>
9867 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9868 S:      Odd Fixes
9869 F:      drivers/staging/comedi/
9870
9871 STAGING - FLARION FT1000 DRIVERS
9872 M:      Marek Belisko <marek.belisko@gmail.com>
9873 S:      Odd Fixes
9874 F:      drivers/staging/ft1000/
9875
9876 STAGING - INDUSTRIAL IO
9877 M:      Jonathan Cameron <jic23@kernel.org>
9878 L:      linux-iio@vger.kernel.org
9879 S:      Odd Fixes
9880 F:      drivers/staging/iio/
9881
9882 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9883 M:      Jarod Wilson <jarod@wilsonet.com>
9884 W:      http://www.lirc.org/
9885 S:      Odd Fixes
9886 F:      drivers/staging/media/lirc/
9887
9888 STAGING - LUSTRE PARALLEL FILESYSTEM
9889 M:      Oleg Drokin <oleg.drokin@intel.com>
9890 M:      Andreas Dilger <andreas.dilger@intel.com>
9891 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9892 W:      http://lustre.opensfs.org/
9893 S:      Maintained
9894 F:      drivers/staging/lustre
9895
9896 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9897 M:      Julian Andres Klode <jak@jak-linux.org>
9898 M:      Marc Dietrich <marvin24@gmx.de>
9899 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9900 L:      linux-tegra@vger.kernel.org
9901 S:      Maintained
9902 F:      drivers/staging/nvec/
9903
9904 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9905 M:      Jens Frederich <jfrederich@gmail.com>
9906 M:      Daniel Drake <dsd@laptop.org>
9907 M:      Jon Nettleton <jon.nettleton@gmail.com>
9908 W:      http://wiki.laptop.org/go/DCON
9909 S:      Maintained
9910 F:      drivers/staging/olpc_dcon/
9911
9912 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9913 M:      Willy Tarreau <willy@meta-x.org>
9914 S:      Odd Fixes
9915 F:      drivers/staging/panel/
9916
9917 STAGING - REALTEK RTL8712U DRIVERS
9918 M:      Larry Finger <Larry.Finger@lwfinger.net>
9919 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9920 S:      Odd Fixes
9921 F:      drivers/staging/rtl8712/
9922
9923 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9924 M:      Larry Finger <Larry.Finger@lwfinger.net>
9925 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9926 L:      linux-wireless@vger.kernel.org
9927 S:      Maintained
9928 F:      drivers/staging/rtl8723au/
9929
9930 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9931 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9932 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9933 M:      Sudip Mukherjee <sudip@vectorindia.org>
9934 L:      linux-fbdev@vger.kernel.org
9935 S:      Maintained
9936 F:      drivers/staging/sm750fb/
9937
9938 STAGING - SLICOSS
9939 M:      Lior Dotan <liodot@gmail.com>
9940 M:      Christopher Harrer <charrer@alacritech.com>
9941 S:      Odd Fixes
9942 F:      drivers/staging/slicoss/
9943
9944 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9945 M:      William Hubbs <w.d.hubbs@gmail.com>
9946 M:      Chris Brannon <chris@the-brannons.com>
9947 M:      Kirk Reiser <kirk@reisers.ca>
9948 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9949 L:      speakup@linux-speakup.org
9950 W:      http://www.linux-speakup.org/
9951 S:      Odd Fixes
9952 F:      drivers/staging/speakup/
9953
9954 STAGING - VIA VT665X DRIVERS
9955 M:      Forest Bond <forest@alittletooquiet.net>
9956 S:      Odd Fixes
9957 F:      drivers/staging/vt665?/
9958
9959 STAGING - WILC1000 WIFI DRIVER
9960 M:      Johnny Kim <johnny.kim@atmel.com>
9961 M:      Rachel Kim <rachel.kim@atmel.com>
9962 M:      Dean Lee <dean.lee@atmel.com>
9963 M:      Chris Park <chris.park@atmel.com>
9964 L:      linux-wireless@vger.kernel.org
9965 S:      Supported
9966 F:      drivers/staging/wilc1000/
9967
9968 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9969 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9970 S:      Odd Fixes
9971 F:      drivers/staging/xgifb/
9972
9973 STARFIRE/DURALAN NETWORK DRIVER
9974 M:      Ion Badulescu <ionut@badula.org>
9975 S:      Odd Fixes
9976 F:      drivers/net/ethernet/adaptec/starfire*
9977
9978 SUN3/3X
9979 M:      Sam Creasey <sammy@sammy.net>
9980 W:      http://sammy.net/sun3/
9981 S:      Maintained
9982 F:      arch/m68k/kernel/*sun3*
9983 F:      arch/m68k/sun3*/
9984 F:      arch/m68k/include/asm/sun3*
9985 F:      drivers/net/ethernet/i825xx/sun3*
9986
9987 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9988 M:      Hans de Goede <hdegoede@redhat.com>
9989 L:      linux-input@vger.kernel.org
9990 S:      Maintained
9991 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9992 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9993
9994 SUNDANCE NETWORK DRIVER
9995 M:      Denis Kirjanov <kda@linux-powerpc.org>
9996 L:      netdev@vger.kernel.org
9997 S:      Maintained
9998 F:      drivers/net/ethernet/dlink/sundance.c
9999
10000 SUPERH
10001 L:      linux-sh@vger.kernel.org
10002 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10003 S:      Orphan
10004 F:      Documentation/sh/
10005 F:      arch/sh/
10006 F:      drivers/sh/
10007
10008 SUSPEND TO RAM
10009 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10010 M:      Len Brown <len.brown@intel.com>
10011 M:      Pavel Machek <pavel@ucw.cz>
10012 L:      linux-pm@vger.kernel.org
10013 S:      Supported
10014 F:      Documentation/power/
10015 F:      arch/x86/kernel/acpi/
10016 F:      drivers/base/power/
10017 F:      kernel/power/
10018 F:      include/linux/suspend.h
10019 F:      include/linux/freezer.h
10020 F:      include/linux/pm.h
10021
10022 SVGA HANDLING
10023 M:      Martin Mares <mj@ucw.cz>
10024 L:      linux-video@atrey.karlin.mff.cuni.cz
10025 S:      Maintained
10026 F:      Documentation/svga.txt
10027 F:      arch/x86/boot/video*
10028
10029 SWIOTLB SUBSYSTEM
10030 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10031 L:      linux-kernel@vger.kernel.org
10032 S:      Supported
10033 F:      lib/swiotlb.c
10034 F:      arch/*/kernel/pci-swiotlb.c
10035 F:      include/linux/swiotlb.h
10036
10037 SWITCHDEV
10038 M:      Jiri Pirko <jiri@resnulli.us>
10039 L:      netdev@vger.kernel.org
10040 S:      Supported
10041 F:      net/switchdev/
10042 F:      include/net/switchdev.h
10043
10044 SYNOPSYS ARC ARCHITECTURE
10045 M:      Vineet Gupta <vgupta@synopsys.com>
10046 S:      Supported
10047 F:      arch/arc/
10048 F:      Documentation/devicetree/bindings/arc/*
10049 F:      drivers/tty/serial/arc_uart.c
10050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10051
10052 SYNOPSYS ARC SDP platform support
10053 M:      Alexey Brodkin <abrodkin@synopsys.com>
10054 S:      Supported
10055 F:      arch/arc/plat-axs10x
10056 F:      arch/arc/boot/dts/ax*
10057 F:      Documentation/devicetree/bindings/arc/axs10*
10058
10059 SYSTEM CONFIGURATION (SYSCON)
10060 M:      Lee Jones <lee.jones@linaro.org>
10061 M:      Arnd Bergmann <arnd@arndb.de>
10062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10063 S:      Supported
10064 F:      drivers/mfd/syscon.c
10065
10066 SYSV FILESYSTEM
10067 M:      Christoph Hellwig <hch@infradead.org>
10068 S:      Maintained
10069 F:      Documentation/filesystems/sysv-fs.txt
10070 F:      fs/sysv/
10071 F:      include/linux/sysv_fs.h
10072
10073 TARGET SUBSYSTEM
10074 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10075 L:      linux-scsi@vger.kernel.org
10076 L:      target-devel@vger.kernel.org
10077 W:      http://www.linux-iscsi.org
10078 W:      http://groups.google.com/group/linux-iscsi-target-dev
10079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10080 S:      Supported
10081 F:      drivers/target/
10082 F:      include/target/
10083 F:      Documentation/target/
10084
10085 TASKSTATS STATISTICS INTERFACE
10086 M:      Balbir Singh <bsingharora@gmail.com>
10087 S:      Maintained
10088 F:      Documentation/accounting/taskstats*
10089 F:      include/linux/taskstats*
10090 F:      kernel/taskstats.c
10091
10092 TC CLASSIFIER
10093 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10094 L:      netdev@vger.kernel.org
10095 S:      Maintained
10096 F:      include/net/pkt_cls.h
10097 F:      include/uapi/linux/pkt_cls.h
10098 F:      net/sched/
10099
10100 TCP LOW PRIORITY MODULE
10101 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10102 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10103 W:      http://tcp-lp-mod.sourceforge.net/
10104 S:      Maintained
10105 F:      net/ipv4/tcp_lp.c
10106
10107 TDA10071 MEDIA DRIVER
10108 M:      Antti Palosaari <crope@iki.fi>
10109 L:      linux-media@vger.kernel.org
10110 W:      http://linuxtv.org/
10111 W:      http://palosaari.fi/linux/
10112 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10113 T:      git git://linuxtv.org/anttip/media_tree.git
10114 S:      Maintained
10115 F:      drivers/media/dvb-frontends/tda10071*
10116
10117 TDA18212 MEDIA DRIVER
10118 M:      Antti Palosaari <crope@iki.fi>
10119 L:      linux-media@vger.kernel.org
10120 W:      http://linuxtv.org/
10121 W:      http://palosaari.fi/linux/
10122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10123 T:      git git://linuxtv.org/anttip/media_tree.git
10124 S:      Maintained
10125 F:      drivers/media/tuners/tda18212*
10126
10127 TDA18218 MEDIA DRIVER
10128 M:      Antti Palosaari <crope@iki.fi>
10129 L:      linux-media@vger.kernel.org
10130 W:      http://linuxtv.org/
10131 W:      http://palosaari.fi/linux/
10132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10133 T:      git git://linuxtv.org/anttip/media_tree.git
10134 S:      Maintained
10135 F:      drivers/media/tuners/tda18218*
10136
10137 TDA18271 MEDIA DRIVER
10138 M:      Michael Krufky <mkrufky@linuxtv.org>
10139 L:      linux-media@vger.kernel.org
10140 W:      http://linuxtv.org/
10141 W:      http://github.com/mkrufky
10142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10143 T:      git git://linuxtv.org/mkrufky/tuners.git
10144 S:      Maintained
10145 F:      drivers/media/tuners/tda18271*
10146
10147 TDA827x MEDIA DRIVER
10148 M:      Michael Krufky <mkrufky@linuxtv.org>
10149 L:      linux-media@vger.kernel.org
10150 W:      http://linuxtv.org/
10151 W:      http://github.com/mkrufky
10152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10153 T:      git git://linuxtv.org/mkrufky/tuners.git
10154 S:      Maintained
10155 F:      drivers/media/tuners/tda8290.*
10156
10157 TDA8290 MEDIA DRIVER
10158 M:      Michael Krufky <mkrufky@linuxtv.org>
10159 L:      linux-media@vger.kernel.org
10160 W:      http://linuxtv.org/
10161 W:      http://github.com/mkrufky
10162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10163 T:      git git://linuxtv.org/mkrufky/tuners.git
10164 S:      Maintained
10165 F:      drivers/media/tuners/tda8290.*
10166
10167 TDA9840 MEDIA DRIVER
10168 M:      Hans Verkuil <hverkuil@xs4all.nl>
10169 L:      linux-media@vger.kernel.org
10170 T:      git git://linuxtv.org/media_tree.git
10171 W:      http://linuxtv.org
10172 S:      Maintained
10173 F:      drivers/media/i2c/tda9840*
10174
10175 TEA5761 TUNER DRIVER
10176 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10177 L:      linux-media@vger.kernel.org
10178 W:      http://linuxtv.org
10179 T:      git git://linuxtv.org/media_tree.git
10180 S:      Odd fixes
10181 F:      drivers/media/tuners/tea5761.*
10182
10183 TEA5767 TUNER DRIVER
10184 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10185 L:      linux-media@vger.kernel.org
10186 W:      http://linuxtv.org
10187 T:      git git://linuxtv.org/media_tree.git
10188 S:      Maintained
10189 F:      drivers/media/tuners/tea5767.*
10190
10191 TEA6415C MEDIA DRIVER
10192 M:      Hans Verkuil <hverkuil@xs4all.nl>
10193 L:      linux-media@vger.kernel.org
10194 T:      git git://linuxtv.org/media_tree.git
10195 W:      http://linuxtv.org
10196 S:      Maintained
10197 F:      drivers/media/i2c/tea6415c*
10198
10199 TEA6420 MEDIA DRIVER
10200 M:      Hans Verkuil <hverkuil@xs4all.nl>
10201 L:      linux-media@vger.kernel.org
10202 T:      git git://linuxtv.org/media_tree.git
10203 W:      http://linuxtv.org
10204 S:      Maintained
10205 F:      drivers/media/i2c/tea6420*
10206
10207 TEAM DRIVER
10208 M:      Jiri Pirko <jiri@resnulli.us>
10209 L:      netdev@vger.kernel.org
10210 S:      Supported
10211 F:      drivers/net/team/
10212 F:      include/linux/if_team.h
10213 F:      include/uapi/linux/if_team.h
10214
10215 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10216 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10217 S:      Maintained
10218 F:      arch/x86/platform/ts5500/
10219
10220 TECHNOTREND USB IR RECEIVER
10221 M:      Sean Young <sean@mess.org>
10222 L:      linux-media@vger.kernel.org
10223 S:      Maintained
10224 F:      drivers/media/rc/ttusbir.c
10225
10226 TEGRA ARCHITECTURE SUPPORT
10227 M:      Stephen Warren <swarren@wwwdotorg.org>
10228 M:      Thierry Reding <thierry.reding@gmail.com>
10229 M:      Alexandre Courbot <gnurou@gmail.com>
10230 L:      linux-tegra@vger.kernel.org
10231 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10233 S:      Supported
10234 N:      [^a-z]tegra
10235
10236 TEGRA CLOCK DRIVER
10237 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10238 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10239 S:      Supported
10240 F:      drivers/clk/tegra/
10241
10242 TEGRA DMA DRIVER
10243 M:      Laxman Dewangan <ldewangan@nvidia.com>
10244 S:      Supported
10245 F:      drivers/dma/tegra20-apb-dma.c
10246
10247 TEGRA I2C DRIVER
10248 M:      Laxman Dewangan <ldewangan@nvidia.com>
10249 S:      Supported
10250 F:      drivers/i2c/busses/i2c-tegra.c
10251
10252 TEGRA IOMMU DRIVERS
10253 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10254 S:      Supported
10255 F:      drivers/iommu/tegra*
10256
10257 TEGRA KBC DRIVER
10258 M:      Rakesh Iyer <riyer@nvidia.com>
10259 M:      Laxman Dewangan <ldewangan@nvidia.com>
10260 S:      Supported
10261 F:      drivers/input/keyboard/tegra-kbc.c
10262
10263 TEGRA PWM DRIVER
10264 M:      Thierry Reding <thierry.reding@gmail.com>
10265 S:      Supported
10266 F:      drivers/pwm/pwm-tegra.c
10267
10268 TEGRA SERIAL DRIVER
10269 M:      Laxman Dewangan <ldewangan@nvidia.com>
10270 S:      Supported
10271 F:      drivers/tty/serial/serial-tegra.c
10272
10273 TEGRA SPI DRIVER
10274 M:      Laxman Dewangan <ldewangan@nvidia.com>
10275 S:      Supported
10276 F:      drivers/spi/spi-tegra*
10277
10278 TEHUTI ETHERNET DRIVER
10279 M:      Andy Gospodarek <andy@greyhouse.net>
10280 L:      netdev@vger.kernel.org
10281 S:      Supported
10282 F:      drivers/net/ethernet/tehuti/*
10283
10284 Telecom Clock Driver for MCPL0010
10285 M:      Mark Gross <mark.gross@intel.com>
10286 S:      Supported
10287 F:      drivers/char/tlclk.c
10288
10289 TENSILICA XTENSA PORT (xtensa)
10290 M:      Chris Zankel <chris@zankel.net>
10291 M:      Max Filippov <jcmvbkbc@gmail.com>
10292 L:      linux-xtensa@linux-xtensa.org
10293 S:      Maintained
10294 F:      arch/xtensa/
10295 F:      drivers/irqchip/irq-xtensa-*
10296
10297 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10298 M:      Hans Verkuil <hverkuil@xs4all.nl>
10299 L:      linux-media@vger.kernel.org
10300 T:      git git://linuxtv.org/media_tree.git
10301 W:      http://linuxtv.org
10302 S:      Maintained
10303 F:      drivers/media/radio/radio-raremono.c
10304
10305 THERMAL
10306 M:      Zhang Rui <rui.zhang@intel.com>
10307 M:      Eduardo Valentin <edubezval@gmail.com>
10308 L:      linux-pm@vger.kernel.org
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10311 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10312 S:      Supported
10313 F:      drivers/thermal/
10314 F:      include/linux/thermal.h
10315 F:      include/uapi/linux/thermal.h
10316 F:      include/linux/cpu_cooling.h
10317 F:      Documentation/devicetree/bindings/thermal/
10318
10319 THINGM BLINK(1) USB RGB LED DRIVER
10320 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10321 S:      Maintained
10322 F:      drivers/hid/hid-thingm.c
10323
10324 THINKPAD ACPI EXTRAS DRIVER
10325 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10326 L:      ibm-acpi-devel@lists.sourceforge.net
10327 L:      platform-driver-x86@vger.kernel.org
10328 W:      http://ibm-acpi.sourceforge.net
10329 W:      http://thinkwiki.org/wiki/Ibm-acpi
10330 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10331 S:      Maintained
10332 F:      drivers/platform/x86/thinkpad_acpi.c
10333
10334 TI BANDGAP AND THERMAL DRIVER
10335 M:      Eduardo Valentin <edubezval@gmail.com>
10336 L:      linux-pm@vger.kernel.org
10337 L:      linux-omap@vger.kernel.org
10338 S:      Maintained
10339 F:      drivers/thermal/ti-soc-thermal/
10340
10341 TI CDCE706 CLOCK DRIVER
10342 M:      Max Filippov <jcmvbkbc@gmail.com>
10343 S:      Maintained
10344 F:      drivers/clk/clk-cdce706.c
10345
10346 TI CLOCK DRIVER
10347 M:      Tero Kristo <t-kristo@ti.com>
10348 L:      linux-omap@vger.kernel.org
10349 S:      Maintained
10350 F:      drivers/clk/ti/
10351 F:      include/linux/clk/ti.h
10352
10353 TI FLASH MEDIA INTERFACE DRIVER
10354 M:      Alex Dubov <oakad@yahoo.com>
10355 S:      Maintained
10356 F:      drivers/misc/tifm*
10357 F:      drivers/mmc/host/tifm_sd.c
10358 F:      include/linux/tifm.h
10359
10360 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10361 M:      Santosh Shilimkar <ssantosh@kernel.org>
10362 L:      linux-kernel@vger.kernel.org
10363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10364 S:      Maintained
10365 F:      drivers/soc/ti/*
10366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10367
10368
10369 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10370 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10371 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10372 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10373 S:      Maintained
10374 F:      sound/soc/codecs/lm49453*
10375 F:      sound/soc/codecs/isabelle*
10376
10377 TI LP855x BACKLIGHT DRIVER
10378 M:      Milo Kim <milo.kim@ti.com>
10379 S:      Maintained
10380 F:      Documentation/backlight/lp855x-driver.txt
10381 F:      drivers/video/backlight/lp855x_bl.c
10382 F:      include/linux/platform_data/lp855x.h
10383
10384 TI LP8727 CHARGER DRIVER
10385 M:      Milo Kim <milo.kim@ti.com>
10386 S:      Maintained
10387 F:      drivers/power/lp8727_charger.c
10388 F:      include/linux/platform_data/lp8727.h
10389
10390 TI LP8788 MFD DRIVER
10391 M:      Milo Kim <milo.kim@ti.com>
10392 S:      Maintained
10393 F:      drivers/iio/adc/lp8788_adc.c
10394 F:      drivers/leds/leds-lp8788.c
10395 F:      drivers/mfd/lp8788*.c
10396 F:      drivers/power/lp8788-charger.c
10397 F:      drivers/regulator/lp8788-*.c
10398 F:      include/linux/mfd/lp8788*.h
10399
10400 TI NETCP ETHERNET DRIVER
10401 M:      Wingman Kwok <w-kwok2@ti.com>
10402 M:      Murali Karicheri <m-karicheri2@ti.com>
10403 L:      netdev@vger.kernel.org
10404 S:      Maintained
10405 F:      drivers/net/ethernet/ti/netcp*
10406
10407 TI TAS571X FAMILY ASoC CODEC DRIVER
10408 M:      Kevin Cernekee <cernekee@chromium.org>
10409 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10410 S:      Odd Fixes
10411 F:      sound/soc/codecs/tas571x*
10412
10413 TI TWL4030 SERIES SOC CODEC DRIVER
10414 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10415 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10416 S:      Maintained
10417 F:      sound/soc/codecs/twl4030*
10418
10419 TI WILINK WIRELESS DRIVERS
10420 L:      linux-wireless@vger.kernel.org
10421 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10422 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10424 S:      Orphan
10425 F:      drivers/net/wireless/ti/
10426 F:      include/linux/wl12xx.h
10427
10428 TIPC NETWORK LAYER
10429 M:      Jon Maloy <jon.maloy@ericsson.com>
10430 M:      Ying Xue <ying.xue@windriver.com>
10431 L:      netdev@vger.kernel.org (core kernel code)
10432 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10433 W:      http://tipc.sourceforge.net/
10434 S:      Maintained
10435 F:      include/uapi/linux/tipc*.h
10436 F:      net/tipc/
10437
10438 TILE ARCHITECTURE
10439 M:      Chris Metcalf <cmetcalf@ezchip.com>
10440 W:      http://www.ezchip.com/scm/
10441 S:      Supported
10442 F:      arch/tile/
10443 F:      drivers/char/tile-srom.c
10444 F:      drivers/edac/tile_edac.c
10445 F:      drivers/net/ethernet/tile/
10446 F:      drivers/rtc/rtc-tile.c
10447 F:      drivers/tty/hvc/hvc_tile.c
10448 F:      drivers/tty/serial/tilegx.c
10449 F:      drivers/usb/host/*-tilegx.c
10450 F:      include/linux/usb/tilegx.h
10451
10452 TLAN NETWORK DRIVER
10453 M:      Samuel Chessman <chessman@tux.org>
10454 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10455 W:      http://sourceforge.net/projects/tlan/
10456 S:      Maintained
10457 F:      Documentation/networking/tlan.txt
10458 F:      drivers/net/ethernet/ti/tlan.*
10459
10460 TOMOYO SECURITY MODULE
10461 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10462 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10463 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10464 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10465 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10466 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10467 W:      http://tomoyo.sourceforge.jp/
10468 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10469 S:      Maintained
10470 F:      security/tomoyo/
10471
10472 TOPSTAR LAPTOP EXTRAS DRIVER
10473 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10474 L:      platform-driver-x86@vger.kernel.org
10475 S:      Maintained
10476 F:      drivers/platform/x86/topstar-laptop.c
10477
10478 TOSHIBA ACPI EXTRAS DRIVER
10479 M:      Azael Avalos <coproscefalo@gmail.com>
10480 L:      platform-driver-x86@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/platform/x86/toshiba_acpi.c
10483
10484 TOSHIBA BLUETOOTH DRIVER
10485 M:      Azael Avalos <coproscefalo@gmail.com>
10486 L:      platform-driver-x86@vger.kernel.org
10487 S:      Maintained
10488 F:      drivers/platform/x86/toshiba_bluetooth.c
10489
10490 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10491 M:      Azael Avalos <coproscefalo@gmail.com>
10492 L:      platform-driver-x86@vger.kernel.org
10493 S:      Maintained
10494 F:      drivers/platform/x86/toshiba_haps.c
10495
10496 TOSHIBA SMM DRIVER
10497 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10498 W:      http://www.buzzard.org.uk/toshiba/
10499 S:      Maintained
10500 F:      drivers/char/toshiba.c
10501 F:      include/linux/toshiba.h
10502 F:      include/uapi/linux/toshiba.h
10503
10504 TOSHIBA TC358743 DRIVER
10505 M:      Mats Randgaard <matrandg@cisco.com>
10506 L:      linux-media@vger.kernel.org
10507 S:      Maintained
10508 F:      drivers/media/i2c/tc358743*
10509 F:      include/media/tc358743.h
10510
10511 TMIO MMC DRIVER
10512 M:      Ian Molton <ian@mnementh.co.uk>
10513 L:      linux-mmc@vger.kernel.org
10514 S:      Maintained
10515 F:      drivers/mmc/host/tmio_mmc*
10516 F:      drivers/mmc/host/sh_mobile_sdhi.c
10517 F:      include/linux/mmc/tmio.h
10518 F:      include/linux/mmc/sh_mobile_sdhi.h
10519
10520 TMP401 HARDWARE MONITOR DRIVER
10521 M:      Guenter Roeck <linux@roeck-us.net>
10522 L:      lm-sensors@lm-sensors.org
10523 S:      Maintained
10524 F:      Documentation/hwmon/tmp401
10525 F:      drivers/hwmon/tmp401.c
10526
10527 TMPFS (SHMEM FILESYSTEM)
10528 M:      Hugh Dickins <hughd@google.com>
10529 L:      linux-mm@kvack.org
10530 S:      Maintained
10531 F:      include/linux/shmem_fs.h
10532 F:      mm/shmem.c
10533
10534 TM6000 VIDEO4LINUX DRIVER
10535 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10536 L:      linux-media@vger.kernel.org
10537 W:      http://linuxtv.org
10538 T:      git git://linuxtv.org/media_tree.git
10539 S:      Odd fixes
10540 F:      drivers/media/usb/tm6000/
10541
10542 TW68 VIDEO4LINUX DRIVER
10543 M:      Hans Verkuil <hverkuil@xs4all.nl>
10544 L:      linux-media@vger.kernel.org
10545 T:      git git://linuxtv.org/media_tree.git
10546 W:      http://linuxtv.org
10547 S:      Odd Fixes
10548 F:      drivers/media/pci/tw68/
10549
10550 TPM DEVICE DRIVER
10551 M:      Peter Huewe <peterhuewe@gmx.de>
10552 M:      Marcel Selhorst <tpmdd@selhorst.net>
10553 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10554 W:      http://tpmdd.sourceforge.net
10555 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10556 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10557 T:      https://github.com/PeterHuewe/linux-tpmdd
10558 S:      Maintained
10559 F:      drivers/char/tpm/
10560
10561 TPM IBM_VTPM DEVICE DRIVER
10562 M:      Ashley Lai <ashleydlai@gmail.com>
10563 W:      http://tpmdd.sourceforge.net
10564 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10565 S:      Maintained
10566 F:      drivers/char/tpm/tpm_ibmvtpm*
10567
10568 TRACING
10569 M:      Steven Rostedt <rostedt@goodmis.org>
10570 M:      Ingo Molnar <mingo@redhat.com>
10571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10572 S:      Maintained
10573 F:      Documentation/trace/ftrace.txt
10574 F:      arch/*/*/*/ftrace.h
10575 F:      arch/*/kernel/ftrace.c
10576 F:      include/*/ftrace.h
10577 F:      include/linux/trace*.h
10578 F:      include/trace/
10579 F:      kernel/trace/
10580 F:      tools/testing/selftests/ftrace/
10581
10582 TRIVIAL PATCHES
10583 M:      Jiri Kosina <trivial@kernel.org>
10584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10585 S:      Maintained
10586 K:      ^Subject:.*(?i)trivial
10587
10588 TTY LAYER
10589 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10590 M:      Jiri Slaby <jslaby@suse.com>
10591 S:      Supported
10592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10593 F:      Documentation/serial/
10594 F:      drivers/tty/
10595 F:      drivers/tty/serial/serial_core.c
10596 F:      include/linux/serial_core.h
10597 F:      include/linux/serial.h
10598 F:      include/linux/tty.h
10599 F:      include/uapi/linux/serial_core.h
10600 F:      include/uapi/linux/serial.h
10601 F:      include/uapi/linux/tty.h
10602
10603 TUA9001 MEDIA DRIVER
10604 M:      Antti Palosaari <crope@iki.fi>
10605 L:      linux-media@vger.kernel.org
10606 W:      http://linuxtv.org/
10607 W:      http://palosaari.fi/linux/
10608 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10609 T:      git git://linuxtv.org/anttip/media_tree.git
10610 S:      Maintained
10611 F:      drivers/media/tuners/tua9001*
10612
10613 TULIP NETWORK DRIVERS
10614 M:      Grant Grundler <grundler@parisc-linux.org>
10615 L:      netdev@vger.kernel.org
10616 S:      Maintained
10617 F:      drivers/net/ethernet/dec/tulip/
10618
10619 TUN/TAP driver
10620 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10621 W:      http://vtun.sourceforge.net/tun
10622 S:      Maintained
10623 F:      Documentation/networking/tuntap.txt
10624 F:      arch/um/os-Linux/drivers/
10625
10626 TURBOCHANNEL SUBSYSTEM
10627 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10628 M:      Ralf Baechle <ralf@linux-mips.org>
10629 L:      linux-mips@linux-mips.org
10630 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10631 S:      Maintained
10632 F:      drivers/tc/
10633 F:      include/linux/tc.h
10634
10635 U14-34F SCSI DRIVER
10636 M:      Dario Ballabio <ballabio_dario@emc.com>
10637 L:      linux-scsi@vger.kernel.org
10638 S:      Maintained
10639 F:      drivers/scsi/u14-34f.c
10640
10641 UBI FILE SYSTEM (UBIFS)
10642 M:      Artem Bityutskiy <dedekind1@gmail.com>
10643 M:      Adrian Hunter <adrian.hunter@intel.com>
10644 L:      linux-mtd@lists.infradead.org
10645 T:      git git://git.infradead.org/ubifs-2.6.git
10646 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10647 S:      Maintained
10648 F:      Documentation/filesystems/ubifs.txt
10649 F:      fs/ubifs/
10650
10651 UCLINUX (M68KNOMMU AND COLDFIRE)
10652 M:      Greg Ungerer <gerg@uclinux.org>
10653 W:      http://www.uclinux.org/
10654 L:      linux-m68k@lists.linux-m68k.org
10655 L:      uclinux-dev@uclinux.org  (subscribers-only)
10656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10657 S:      Maintained
10658 F:      arch/m68k/coldfire/
10659 F:      arch/m68k/68*/
10660 F:      arch/m68k/*/*_no.*
10661 F:      arch/m68k/include/asm/*_no.*
10662
10663 UDF FILESYSTEM
10664 M:      Jan Kara <jack@suse.com>
10665 S:      Maintained
10666 F:      Documentation/filesystems/udf.txt
10667 F:      fs/udf/
10668
10669 UFS FILESYSTEM
10670 M:      Evgeniy Dushistov <dushistov@mail.ru>
10671 S:      Maintained
10672 F:      Documentation/filesystems/ufs.txt
10673 F:      fs/ufs/
10674
10675 UHID USERSPACE HID IO DRIVER:
10676 M:      David Herrmann <dh.herrmann@googlemail.com>
10677 L:      linux-input@vger.kernel.org
10678 S:      Maintained
10679 F:      drivers/hid/uhid.c
10680 F:      include/uapi/linux/uhid.h
10681
10682 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10683 L:      linux-usb@vger.kernel.org
10684 S:      Orphan
10685 F:      drivers/uwb/
10686 F:      include/linux/uwb.h
10687 F:      include/linux/uwb/
10688
10689 UNICORE32 ARCHITECTURE:
10690 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10691 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10692 S:      Maintained
10693 T:      git git://github.com/gxt/linux.git
10694 F:      arch/unicore32/
10695
10696 UNIFDEF
10697 M:      Tony Finch <dot@dotat.at>
10698 W:      http://dotat.at/prog/unifdef
10699 S:      Maintained
10700 F:      scripts/unifdef.c
10701
10702 UNIFORM CDROM DRIVER
10703 M:      Jens Axboe <axboe@kernel.dk>
10704 W:      http://www.kernel.dk
10705 S:      Maintained
10706 F:      Documentation/cdrom/
10707 F:      drivers/cdrom/cdrom.c
10708 F:      include/linux/cdrom.h
10709 F:      include/uapi/linux/cdrom.h
10710
10711 UNISYS S-PAR DRIVERS
10712 M:      Benjamin Romer <benjamin.romer@unisys.com>
10713 M:      David Kershner <david.kershner@unisys.com>
10714 L:      sparmaintainer@unisys.com (Unisys internal)
10715 S:      Supported
10716 F:      drivers/staging/unisys/
10717
10718 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10719 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10720 L:      linux-scsi@vger.kernel.org
10721 S:      Supported
10722 F:      Documentation/scsi/ufs.txt
10723 F:      drivers/scsi/ufs/
10724
10725 UNSORTED BLOCK IMAGES (UBI)
10726 M:      Artem Bityutskiy <dedekind1@gmail.com>
10727 M:      Richard Weinberger <richard@nod.at>
10728 W:      http://www.linux-mtd.infradead.org/
10729 L:      linux-mtd@lists.infradead.org
10730 T:      git git://git.infradead.org/ubifs-2.6.git
10731 S:      Supported
10732 F:      drivers/mtd/ubi/
10733 F:      include/linux/mtd/ubi.h
10734 F:      include/uapi/mtd/ubi-user.h
10735
10736 USB ACM DRIVER
10737 M:      Oliver Neukum <oliver@neukum.org>
10738 L:      linux-usb@vger.kernel.org
10739 S:      Maintained
10740 F:      Documentation/usb/acm.txt
10741 F:      drivers/usb/class/cdc-acm.*
10742
10743 USB AR5523 WIRELESS DRIVER
10744 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10745 L:      linux-wireless@vger.kernel.org
10746 S:      Maintained
10747 F:      drivers/net/wireless/ath/ar5523/
10748
10749 USB ATTACHED SCSI
10750 M:      Hans de Goede <hdegoede@redhat.com>
10751 M:      Gerd Hoffmann <kraxel@redhat.com>
10752 L:      linux-usb@vger.kernel.org
10753 L:      linux-scsi@vger.kernel.org
10754 S:      Maintained
10755 F:      drivers/usb/storage/uas.c
10756
10757 USB CDC ETHERNET DRIVER
10758 M:      Oliver Neukum <oliver@neukum.org>
10759 L:      linux-usb@vger.kernel.org
10760 S:      Maintained
10761 F:      drivers/net/usb/cdc_*.c
10762 F:      include/uapi/linux/usb/cdc.h
10763
10764 USB CHAOSKEY DRIVER
10765 M:      Keith Packard <keithp@keithp.com>
10766 L:      linux-usb@vger.kernel.org
10767 S:      Maintained
10768 F:      drivers/usb/misc/chaoskey.c
10769
10770 USB CYPRESS C67X00 DRIVER
10771 M:      Peter Korsgaard <jacmet@sunsite.dk>
10772 L:      linux-usb@vger.kernel.org
10773 S:      Maintained
10774 F:      drivers/usb/c67x00/
10775
10776 USB DAVICOM DM9601 DRIVER
10777 M:      Peter Korsgaard <jacmet@sunsite.dk>
10778 L:      netdev@vger.kernel.org
10779 W:      http://www.linux-usb.org/usbnet
10780 S:      Maintained
10781 F:      drivers/net/usb/dm9601.c
10782
10783 USB DIAMOND RIO500 DRIVER
10784 M:      Cesar Miquel <miquel@df.uba.ar>
10785 L:      rio500-users@lists.sourceforge.net
10786 W:      http://rio500.sourceforge.net
10787 S:      Maintained
10788 F:      drivers/usb/misc/rio500*
10789
10790 USB EHCI DRIVER
10791 M:      Alan Stern <stern@rowland.harvard.edu>
10792 L:      linux-usb@vger.kernel.org
10793 S:      Maintained
10794 F:      Documentation/usb/ehci.txt
10795 F:      drivers/usb/host/ehci*
10796
10797 USB GADGET/PERIPHERAL SUBSYSTEM
10798 M:      Felipe Balbi <balbi@ti.com>
10799 L:      linux-usb@vger.kernel.org
10800 W:      http://www.linux-usb.org/gadget
10801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10802 S:      Maintained
10803 F:      drivers/usb/gadget/
10804 F:      include/linux/usb/gadget*
10805
10806 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10807 M:      Jiri Kosina <jikos@kernel.org>
10808 L:      linux-usb@vger.kernel.org
10809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10810 S:      Maintained
10811 F:      Documentation/hid/hiddev.txt
10812 F:      drivers/hid/usbhid/
10813
10814 USB ISP116X DRIVER
10815 M:      Olav Kongas <ok@artecdesign.ee>
10816 L:      linux-usb@vger.kernel.org
10817 S:      Maintained
10818 F:      drivers/usb/host/isp116x*
10819 F:      include/linux/usb/isp116x.h
10820
10821 USB MASS STORAGE DRIVER
10822 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10823 L:      linux-usb@vger.kernel.org
10824 L:      usb-storage@lists.one-eyed-alien.net
10825 S:      Maintained
10826 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10827 F:      drivers/usb/storage/
10828
10829 USB MIDI DRIVER
10830 M:      Clemens Ladisch <clemens@ladisch.de>
10831 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10832 T:      git git://git.alsa-project.org/alsa-kernel.git
10833 S:      Maintained
10834 F:      sound/usb/midi.*
10835
10836 USB NETWORKING DRIVERS
10837 L:      linux-usb@vger.kernel.org
10838 S:      Odd Fixes
10839 F:      drivers/net/usb/
10840
10841 USB OHCI DRIVER
10842 M:      Alan Stern <stern@rowland.harvard.edu>
10843 L:      linux-usb@vger.kernel.org
10844 S:      Maintained
10845 F:      Documentation/usb/ohci.txt
10846 F:      drivers/usb/host/ohci*
10847
10848 USB OTG FSM (Finite State Machine)
10849 M:      Peter Chen <Peter.Chen@freescale.com>
10850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10851 L:      linux-usb@vger.kernel.org
10852 S:      Maintained
10853 F:      drivers/usb/common/usb-otg-fsm.c
10854
10855 USB OVER IP DRIVER
10856 M:      Valentina Manea <valentina.manea.m@gmail.com>
10857 M:      Shuah Khan <shuah.kh@samsung.com>
10858 L:      linux-usb@vger.kernel.org
10859 S:      Maintained
10860 F:      drivers/usb/usbip/
10861 F:      tools/usb/usbip/
10862
10863 USB PEGASUS DRIVER
10864 M:      Petko Manolov <petkan@nucleusys.com>
10865 L:      linux-usb@vger.kernel.org
10866 L:      netdev@vger.kernel.org
10867 T:      git git://github.com/petkan/pegasus.git
10868 W:      https://github.com/petkan/pegasus
10869 S:      Maintained
10870 F:      drivers/net/usb/pegasus.*
10871
10872 USB PHY LAYER
10873 M:      Felipe Balbi <balbi@ti.com>
10874 L:      linux-usb@vger.kernel.org
10875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10876 S:      Maintained
10877 F:      drivers/usb/phy/
10878
10879 USB PRINTER DRIVER (usblp)
10880 M:      Pete Zaitcev <zaitcev@redhat.com>
10881 L:      linux-usb@vger.kernel.org
10882 S:      Supported
10883 F:      drivers/usb/class/usblp.c
10884
10885 USB RTL8150 DRIVER
10886 M:      Petko Manolov <petkan@nucleusys.com>
10887 L:      linux-usb@vger.kernel.org
10888 L:      netdev@vger.kernel.org
10889 T:      git git://github.com/petkan/rtl8150.git
10890 W:      https://github.com/petkan/rtl8150
10891 S:      Maintained
10892 F:      drivers/net/usb/rtl8150.c
10893
10894 USB SERIAL SUBSYSTEM
10895 M:      Johan Hovold <johan@kernel.org>
10896 L:      linux-usb@vger.kernel.org
10897 S:      Maintained
10898 F:      Documentation/usb/usb-serial.txt
10899 F:      drivers/usb/serial/
10900 F:      include/linux/usb/serial.h
10901
10902 USB SMSC75XX ETHERNET DRIVER
10903 M:      Steve Glendinning <steve.glendinning@shawell.net>
10904 L:      netdev@vger.kernel.org
10905 S:      Maintained
10906 F:      drivers/net/usb/smsc75xx.*
10907
10908 USB SMSC95XX ETHERNET DRIVER
10909 M:      Steve Glendinning <steve.glendinning@shawell.net>
10910 L:      netdev@vger.kernel.org
10911 S:      Maintained
10912 F:      drivers/net/usb/smsc95xx.*
10913
10914 USB SUBSYSTEM
10915 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10916 L:      linux-usb@vger.kernel.org
10917 W:      http://www.linux-usb.org
10918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10919 S:      Supported
10920 F:      Documentation/usb/
10921 F:      drivers/usb/
10922 F:      include/linux/usb.h
10923 F:      include/linux/usb/
10924
10925 USB UHCI DRIVER
10926 M:      Alan Stern <stern@rowland.harvard.edu>
10927 L:      linux-usb@vger.kernel.org
10928 S:      Maintained
10929 F:      drivers/usb/host/uhci*
10930
10931 USB "USBNET" DRIVER FRAMEWORK
10932 M:      Oliver Neukum <oneukum@suse.com>
10933 L:      netdev@vger.kernel.org
10934 W:      http://www.linux-usb.org/usbnet
10935 S:      Maintained
10936 F:      drivers/net/usb/usbnet.c
10937 F:      include/linux/usb/usbnet.h
10938
10939 USB VIDEO CLASS
10940 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10941 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10942 L:      linux-media@vger.kernel.org
10943 T:      git git://linuxtv.org/media_tree.git
10944 W:      http://www.ideasonboard.org/uvc/
10945 S:      Maintained
10946 F:      drivers/media/usb/uvc/
10947 F:      include/uapi/linux/uvcvideo.h
10948
10949 USB VISION DRIVER
10950 M:      Hans Verkuil <hverkuil@xs4all.nl>
10951 L:      linux-media@vger.kernel.org
10952 T:      git git://linuxtv.org/media_tree.git
10953 W:      http://linuxtv.org
10954 S:      Odd Fixes
10955 F:      drivers/media/usb/usbvision/
10956
10957 USB WEBCAM GADGET
10958 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10959 L:      linux-usb@vger.kernel.org
10960 S:      Maintained
10961 F:      drivers/usb/gadget/function/*uvc*
10962 F:      drivers/usb/gadget/legacy/webcam.c
10963
10964 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10965 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10966 L:      linux-wireless@vger.kernel.org
10967 S:      Maintained
10968 F:      drivers/net/wireless/rndis_wlan.c
10969
10970 USB XHCI DRIVER
10971 M:      Mathias Nyman <mathias.nyman@intel.com>
10972 L:      linux-usb@vger.kernel.org
10973 S:      Supported
10974 F:      drivers/usb/host/xhci*
10975 F:      drivers/usb/host/pci-quirks*
10976
10977 USB ZD1201 DRIVER
10978 L:      linux-wireless@vger.kernel.org
10979 W:      http://linux-lc100020.sourceforge.net
10980 S:      Orphan
10981 F:      drivers/net/wireless/zd1201.*
10982
10983 USB ZR364XX DRIVER
10984 M:      Antoine Jacquet <royale@zerezo.com>
10985 L:      linux-usb@vger.kernel.org
10986 L:      linux-media@vger.kernel.org
10987 T:      git git://linuxtv.org/media_tree.git
10988 W:      http://royale.zerezo.com/zr364xx/
10989 S:      Maintained
10990 F:      Documentation/video4linux/zr364xx.txt
10991 F:      drivers/media/usb/zr364xx/
10992
10993 ULPI BUS
10994 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10995 L:      linux-usb@vger.kernel.org
10996 S:      Maintained
10997 F:      drivers/usb/common/ulpi.c
10998 F:      include/linux/ulpi/
10999
11000 USER-MODE LINUX (UML)
11001 M:      Jeff Dike <jdike@addtoit.com>
11002 M:      Richard Weinberger <richard@nod.at>
11003 L:      user-mode-linux-devel@lists.sourceforge.net
11004 L:      user-mode-linux-user@lists.sourceforge.net
11005 W:      http://user-mode-linux.sourceforge.net
11006 S:      Maintained
11007 F:      Documentation/virtual/uml/
11008 F:      arch/um/
11009 F:      arch/x86/um/
11010 F:      fs/hostfs/
11011 F:      fs/hppfs/
11012
11013 USERSPACE I/O (UIO)
11014 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11015 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11016 S:      Maintained
11017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11018 F:      Documentation/DocBook/uio-howto.tmpl
11019 F:      drivers/uio/
11020 F:      include/linux/uio*.h
11021
11022 UTIL-LINUX PACKAGE
11023 M:      Karel Zak <kzak@redhat.com>
11024 L:      util-linux@vger.kernel.org
11025 W:      http://en.wikipedia.org/wiki/Util-linux
11026 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11027 S:      Maintained
11028
11029 UVESAFB DRIVER
11030 M:      Michal Januszewski <spock@gentoo.org>
11031 L:      linux-fbdev@vger.kernel.org
11032 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11033 S:      Maintained
11034 F:      Documentation/fb/uvesafb.txt
11035 F:      drivers/video/fbdev/uvesafb.*
11036
11037 VFAT/FAT/MSDOS FILESYSTEM
11038 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11039 S:      Maintained
11040 F:      Documentation/filesystems/vfat.txt
11041 F:      fs/fat/
11042
11043 VFIO DRIVER
11044 M:      Alex Williamson <alex.williamson@redhat.com>
11045 L:      kvm@vger.kernel.org
11046 S:      Maintained
11047 F:      Documentation/vfio.txt
11048 F:      drivers/vfio/
11049 F:      include/linux/vfio.h
11050 F:      include/uapi/linux/vfio.h
11051
11052 VFIO PLATFORM DRIVER
11053 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11054 L:      kvm@vger.kernel.org
11055 S:      Maintained
11056 F:      drivers/vfio/platform/
11057
11058 VIDEOBUF2 FRAMEWORK
11059 M:      Pawel Osciak <pawel@osciak.com>
11060 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11061 M:      Kyungmin Park <kyungmin.park@samsung.com>
11062 L:      linux-media@vger.kernel.org
11063 S:      Maintained
11064 F:      drivers/media/v4l2-core/videobuf2-*
11065 F:      include/media/videobuf2-*
11066
11067 VIRTIO CONSOLE DRIVER
11068 M:      Amit Shah <amit.shah@redhat.com>
11069 L:      virtualization@lists.linux-foundation.org
11070 S:      Maintained
11071 F:      drivers/char/virtio_console.c
11072 F:      include/linux/virtio_console.h
11073 F:      include/uapi/linux/virtio_console.h
11074
11075 VIRTIO CORE, NET AND BLOCK DRIVERS
11076 M:      "Michael S. Tsirkin" <mst@redhat.com>
11077 L:      virtualization@lists.linux-foundation.org
11078 S:      Maintained
11079 F:      drivers/virtio/
11080 F:      tools/virtio/
11081 F:      drivers/net/virtio_net.c
11082 F:      drivers/block/virtio_blk.c
11083 F:      include/linux/virtio_*.h
11084 F:      include/uapi/linux/virtio_*.h
11085
11086 VIRTIO DRIVERS FOR S390
11087 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11088 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11089 L:      linux-s390@vger.kernel.org
11090 L:      virtualization@lists.linux-foundation.org
11091 L:      kvm@vger.kernel.org
11092 S:      Supported
11093 F:      drivers/s390/virtio/
11094
11095 VIRTIO GPU DRIVER
11096 M:      David Airlie <airlied@linux.ie>
11097 M:      Gerd Hoffmann <kraxel@redhat.com>
11098 L:      dri-devel@lists.freedesktop.org
11099 L:      virtualization@lists.linux-foundation.org
11100 S:      Maintained
11101 F:      drivers/gpu/drm/virtio/
11102 F:      include/uapi/linux/virtio_gpu.h
11103
11104 VIRTIO HOST (VHOST)
11105 M:      "Michael S. Tsirkin" <mst@redhat.com>
11106 L:      kvm@vger.kernel.org
11107 L:      virtualization@lists.linux-foundation.org
11108 L:      netdev@vger.kernel.org
11109 S:      Maintained
11110 F:      drivers/vhost/
11111 F:      include/uapi/linux/vhost.h
11112
11113 VIRTIO INPUT DRIVER
11114 M:      Gerd Hoffmann <kraxel@redhat.com>
11115 S:      Maintained
11116 F:      drivers/virtio/virtio_input.c
11117 F:      include/uapi/linux/virtio_input.h
11118
11119 VIA RHINE NETWORK DRIVER
11120 S:      Orphan
11121 F:      drivers/net/ethernet/via/via-rhine.c
11122
11123 VIA SD/MMC CARD CONTROLLER DRIVER
11124 M:      Bruce Chang <brucechang@via.com.tw>
11125 M:      Harald Welte <HaraldWelte@viatech.com>
11126 S:      Maintained
11127 F:      drivers/mmc/host/via-sdmmc.c
11128
11129 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11130 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11131 L:      linux-fbdev@vger.kernel.org
11132 S:      Maintained
11133 F:      include/linux/via-core.h
11134 F:      include/linux/via-gpio.h
11135 F:      include/linux/via_i2c.h
11136 F:      drivers/video/fbdev/via/
11137
11138 VIA VELOCITY NETWORK DRIVER
11139 M:      Francois Romieu <romieu@fr.zoreil.com>
11140 L:      netdev@vger.kernel.org
11141 S:      Maintained
11142 F:      drivers/net/ethernet/via/via-velocity.*
11143
11144 VIVID VIRTUAL VIDEO DRIVER
11145 M:      Hans Verkuil <hverkuil@xs4all.nl>
11146 L:      linux-media@vger.kernel.org
11147 T:      git git://linuxtv.org/media_tree.git
11148 W:      http://linuxtv.org
11149 S:      Maintained
11150 F:      drivers/media/platform/vivid/*
11151
11152 VLAN (802.1Q)
11153 M:      Patrick McHardy <kaber@trash.net>
11154 L:      netdev@vger.kernel.org
11155 S:      Maintained
11156 F:      drivers/net/macvlan.c
11157 F:      include/linux/if_*vlan.h
11158 F:      net/8021q/
11159
11160 VLYNQ BUS
11161 M:      Florian Fainelli <florian@openwrt.org>
11162 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11163 S:      Maintained
11164 F:      drivers/vlynq/vlynq.c
11165 F:      include/linux/vlynq.h
11166
11167 VME SUBSYSTEM
11168 M:      Martyn Welch <martyn.welch@ge.com>
11169 M:      Manohar Vanga <manohar.vanga@gmail.com>
11170 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11171 L:      devel@driverdev.osuosl.org
11172 S:      Maintained
11173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11174 F:      Documentation/vme_api.txt
11175 F:      drivers/staging/vme/
11176 F:      drivers/vme/
11177 F:      include/linux/vme*
11178
11179 VMWARE HYPERVISOR INTERFACE
11180 M:      Alok Kataria <akataria@vmware.com>
11181 L:      virtualization@lists.linux-foundation.org
11182 S:      Supported
11183 F:      arch/x86/kernel/cpu/vmware.c
11184
11185 VMWARE BALLOON DRIVER
11186 M:      Xavier Deguillard <xdeguillard@vmware.com>
11187 M:      Philip Moltmann <moltmann@vmware.com>
11188 M:      "VMware, Inc." <pv-drivers@vmware.com>
11189 L:      linux-kernel@vger.kernel.org
11190 S:      Maintained
11191 F:      drivers/misc/vmw_balloon.c
11192
11193 VMWARE VMMOUSE SUBDRIVER
11194 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11195 M:      "VMware, Inc." <pv-drivers@vmware.com>
11196 L:      linux-input@vger.kernel.org
11197 S:      Maintained
11198 F:      drivers/input/mouse/vmmouse.c
11199 F:      drivers/input/mouse/vmmouse.h
11200
11201 VMWARE VMXNET3 ETHERNET DRIVER
11202 M:      Shrikrishna Khare <skhare@vmware.com>
11203 M:      "VMware, Inc." <pv-drivers@vmware.com>
11204 L:      netdev@vger.kernel.org
11205 S:      Maintained
11206 F:      drivers/net/vmxnet3/
11207
11208 VMware PVSCSI driver
11209 M:      Arvind Kumar <arvindkumar@vmware.com>
11210 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11211 L:      linux-scsi@vger.kernel.org
11212 S:      Maintained
11213 F:      drivers/scsi/vmw_pvscsi.c
11214 F:      drivers/scsi/vmw_pvscsi.h
11215
11216 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11217 M:      Liam Girdwood <lgirdwood@gmail.com>
11218 M:      Mark Brown <broonie@kernel.org>
11219 L:      linux-kernel@vger.kernel.org
11220 W:      http://opensource.wolfsonmicro.com/node/15
11221 W:      http://www.slimlogic.co.uk/?p=48
11222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11223 S:      Supported
11224 F:      drivers/regulator/
11225 F:      include/linux/regulator/
11226
11227 VRF
11228 M:      David Ahern <dsa@cumulusnetworks.com>
11229 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11230 L:      netdev@vger.kernel.org
11231 S:      Maintained
11232 F:      drivers/net/vrf.c
11233 F:      include/net/vrf.h
11234
11235 VT1211 HARDWARE MONITOR DRIVER
11236 M:      Juerg Haefliger <juergh@gmail.com>
11237 L:      lm-sensors@lm-sensors.org
11238 S:      Maintained
11239 F:      Documentation/hwmon/vt1211
11240 F:      drivers/hwmon/vt1211.c
11241
11242 VT8231 HARDWARE MONITOR DRIVER
11243 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11244 L:      lm-sensors@lm-sensors.org
11245 S:      Maintained
11246 F:      drivers/hwmon/vt8231.c
11247
11248 VUB300 USB to SDIO/SD/MMC bridge chip
11249 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11250 L:      linux-mmc@vger.kernel.org
11251 L:      linux-usb@vger.kernel.org
11252 S:      Supported
11253 F:      drivers/mmc/host/vub300.c
11254
11255 W1 DALLAS'S 1-WIRE BUS
11256 M:      Evgeniy Polyakov <zbr@ioremap.net>
11257 S:      Maintained
11258 F:      Documentation/w1/
11259 F:      drivers/w1/
11260
11261 W83791D HARDWARE MONITORING DRIVER
11262 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11263 L:      lm-sensors@lm-sensors.org
11264 S:      Maintained
11265 F:      Documentation/hwmon/w83791d
11266 F:      drivers/hwmon/w83791d.c
11267
11268 W83793 HARDWARE MONITORING DRIVER
11269 M:      Rudolf Marek <r.marek@assembler.cz>
11270 L:      lm-sensors@lm-sensors.org
11271 S:      Maintained
11272 F:      Documentation/hwmon/w83793
11273 F:      drivers/hwmon/w83793.c
11274
11275 W83795 HARDWARE MONITORING DRIVER
11276 M:      Jean Delvare <jdelvare@suse.com>
11277 L:      lm-sensors@lm-sensors.org
11278 S:      Maintained
11279 F:      drivers/hwmon/w83795.c
11280
11281 W83L51xD SD/MMC CARD INTERFACE DRIVER
11282 M:      Pierre Ossman <pierre@ossman.eu>
11283 S:      Maintained
11284 F:      drivers/mmc/host/wbsd.*
11285
11286 WACOM PROTOCOL 4 SERIAL TABLETS
11287 M:      Julian Squires <julian@cipht.net>
11288 M:      Hans de Goede <hdegoede@redhat.com>
11289 L:      linux-input@vger.kernel.org
11290 S:      Maintained
11291 F:      drivers/input/tablet/wacom_serial4.c
11292
11293 WATCHDOG DEVICE DRIVERS
11294 M:      Wim Van Sebroeck <wim@iguana.be>
11295 L:      linux-watchdog@vger.kernel.org
11296 W:      http://www.linux-watchdog.org/
11297 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11298 S:      Maintained
11299 F:      Documentation/watchdog/
11300 F:      drivers/watchdog/
11301 F:      include/linux/watchdog.h
11302 F:      include/uapi/linux/watchdog.h
11303
11304 WD7000 SCSI DRIVER
11305 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11306 L:      linux-scsi@vger.kernel.org
11307 S:      Maintained
11308 F:      drivers/scsi/wd7000.c
11309
11310 WIIMOTE HID DRIVER
11311 M:      David Herrmann <dh.herrmann@googlemail.com>
11312 L:      linux-input@vger.kernel.org
11313 S:      Maintained
11314 F:      drivers/hid/hid-wiimote*
11315
11316 WINBOND CIR DRIVER
11317 M:      David Härdeman <david@hardeman.nu>
11318 S:      Maintained
11319 F:      drivers/media/rc/winbond-cir.c
11320
11321 WIMAX STACK
11322 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11323 M:      linux-wimax@intel.com
11324 L:      wimax@linuxwimax.org (subscribers-only)
11325 S:      Supported
11326 W:      http://linuxwimax.org
11327 F:      Documentation/wimax/README.wimax
11328 F:      include/linux/wimax/debug.h
11329 F:      include/net/wimax.h
11330 F:      include/uapi/linux/wimax.h
11331 F:      net/wimax/
11332
11333 WISTRON LAPTOP BUTTON DRIVER
11334 M:      Miloslav Trmac <mitr@volny.cz>
11335 S:      Maintained
11336 F:      drivers/input/misc/wistron_btns.c
11337
11338 WL3501 WIRELESS PCMCIA CARD DRIVER
11339 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11340 L:      linux-wireless@vger.kernel.org
11341 W:      http://oops.ghostprotocols.net:81/blog
11342 S:      Maintained
11343 F:      drivers/net/wireless/wl3501*
11344
11345 WM97XX TOUCHSCREEN DRIVERS
11346 M:      Mark Brown <broonie@kernel.org>
11347 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11348 L:      linux-input@vger.kernel.org
11349 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11350 W:      http://opensource.wolfsonmicro.com/node/7
11351 S:      Supported
11352 F:      drivers/input/touchscreen/*wm97*
11353 F:      include/linux/wm97xx.h
11354
11355 WOLFSON MICROELECTRONICS DRIVERS
11356 L:      patches@opensource.wolfsonmicro.com
11357 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11358 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11359 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11360 S:      Supported
11361 F:      Documentation/hwmon/wm83??
11362 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11363 F:      drivers/clk/clk-wm83*.c
11364 F:      drivers/extcon/extcon-arizona.c
11365 F:      drivers/leds/leds-wm83*.c
11366 F:      drivers/gpio/gpio-*wm*.c
11367 F:      drivers/gpio/gpio-arizona.c
11368 F:      drivers/hwmon/wm83??-hwmon.c
11369 F:      drivers/input/misc/wm831x-on.c
11370 F:      drivers/input/touchscreen/wm831x-ts.c
11371 F:      drivers/input/touchscreen/wm97*.c
11372 F:      drivers/mfd/arizona*
11373 F:      drivers/mfd/wm*.c
11374 F:      drivers/power/wm83*.c
11375 F:      drivers/rtc/rtc-wm83*.c
11376 F:      drivers/regulator/wm8*.c
11377 F:      drivers/video/backlight/wm83*_bl.c
11378 F:      drivers/watchdog/wm83*_wdt.c
11379 F:      include/linux/mfd/arizona/
11380 F:      include/linux/mfd/wm831x/
11381 F:      include/linux/mfd/wm8350/
11382 F:      include/linux/mfd/wm8400*
11383 F:      include/linux/wm97xx.h
11384 F:      include/sound/wm????.h
11385 F:      sound/soc/codecs/arizona.?
11386 F:      sound/soc/codecs/wm*
11387
11388 WORKQUEUE
11389 M:      Tejun Heo <tj@kernel.org>
11390 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11392 S:      Maintained
11393 F:      include/linux/workqueue.h
11394 F:      kernel/workqueue.c
11395 F:      Documentation/workqueue.txt
11396
11397 X.25 NETWORK LAYER
11398 M:      Andrew Hendry <andrew.hendry@gmail.com>
11399 L:      linux-x25@vger.kernel.org
11400 S:      Odd Fixes
11401 F:      Documentation/networking/x25*
11402 F:      include/net/x25*
11403 F:      net/x25/
11404
11405 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11406 M:      Thomas Gleixner <tglx@linutronix.de>
11407 M:      Ingo Molnar <mingo@redhat.com>
11408 M:      "H. Peter Anvin" <hpa@zytor.com>
11409 M:      x86@kernel.org
11410 L:      linux-kernel@vger.kernel.org
11411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11412 S:      Maintained
11413 F:      Documentation/x86/
11414 F:      arch/x86/
11415
11416 X86 PLATFORM DRIVERS
11417 M:      Darren Hart <dvhart@infradead.org>
11418 L:      platform-driver-x86@vger.kernel.org
11419 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11420 S:      Maintained
11421 F:      drivers/platform/x86/
11422
11423 X86 MCE INFRASTRUCTURE
11424 M:      Tony Luck <tony.luck@intel.com>
11425 M:      Borislav Petkov <bp@alien8.de>
11426 L:      linux-edac@vger.kernel.org
11427 S:      Maintained
11428 F:      arch/x86/kernel/cpu/mcheck/*
11429
11430 X86 VDSO
11431 M:      Andy Lutomirski <luto@amacapital.net>
11432 L:      linux-kernel@vger.kernel.org
11433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11434 S:      Maintained
11435 F:      arch/x86/entry/vdso/
11436
11437 XC2028/3028 TUNER DRIVER
11438 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11439 L:      linux-media@vger.kernel.org
11440 W:      http://linuxtv.org
11441 T:      git git://linuxtv.org/media_tree.git
11442 S:      Maintained
11443 F:      drivers/media/tuners/tuner-xc2028.*
11444
11445 XEN HYPERVISOR INTERFACE
11446 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11447 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11448 M:      David Vrabel <david.vrabel@citrix.com>
11449 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11451 S:      Supported
11452 F:      arch/x86/xen/
11453 F:      drivers/*/xen-*front.c
11454 F:      drivers/xen/
11455 F:      arch/x86/include/asm/xen/
11456 F:      include/xen/
11457 F:      include/uapi/xen/
11458
11459 XEN HYPERVISOR ARM
11460 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11461 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11462 S:      Supported
11463 F:      arch/arm/xen/
11464 F:      arch/arm/include/asm/xen/
11465
11466 XEN HYPERVISOR ARM64
11467 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11468 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11469 S:      Supported
11470 F:      arch/arm64/xen/
11471 F:      arch/arm64/include/asm/xen/
11472
11473 XEN NETWORK BACKEND DRIVER
11474 M:      Ian Campbell <ian.campbell@citrix.com>
11475 M:      Wei Liu <wei.liu2@citrix.com>
11476 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11477 L:      netdev@vger.kernel.org
11478 S:      Supported
11479 F:      drivers/net/xen-netback/*
11480
11481 XEN PCI SUBSYSTEM
11482 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11483 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11484 S:      Supported
11485 F:      arch/x86/pci/*xen*
11486 F:      drivers/pci/*xen*
11487
11488 XEN BLOCK SUBSYSTEM
11489 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11490 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11491 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11492 S:      Supported
11493 F:      drivers/block/xen-blkback/*
11494 F:      drivers/block/xen*
11495
11496 XEN PVSCSI DRIVERS
11497 M:      Juergen Gross <jgross@suse.com>
11498 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11499 L:      linux-scsi@vger.kernel.org
11500 S:      Supported
11501 F:      drivers/scsi/xen-scsifront.c
11502 F:      drivers/xen/xen-scsiback.c
11503 F:      include/xen/interface/io/vscsiif.h
11504
11505 XEN SWIOTLB SUBSYSTEM
11506 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11507 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11508 S:      Supported
11509 F:      arch/x86/xen/*swiotlb*
11510 F:      drivers/xen/*swiotlb*
11511
11512 XFS FILESYSTEM
11513 P:      Silicon Graphics Inc
11514 M:      Dave Chinner <david@fromorbit.com>
11515 M:      xfs@oss.sgi.com
11516 L:      xfs@oss.sgi.com
11517 W:      http://oss.sgi.com/projects/xfs
11518 T:      git git://oss.sgi.com/xfs/xfs.git
11519 S:      Supported
11520 F:      Documentation/filesystems/xfs.txt
11521 F:      fs/xfs/
11522
11523 XILINX AXI ETHERNET DRIVER
11524 M:      Anirudha Sarangi <anirudh@xilinx.com>
11525 M:      John Linn <John.Linn@xilinx.com>
11526 S:      Maintained
11527 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11528
11529 XILINX UARTLITE SERIAL DRIVER
11530 M:      Peter Korsgaard <jacmet@sunsite.dk>
11531 L:      linux-serial@vger.kernel.org
11532 S:      Maintained
11533 F:      drivers/tty/serial/uartlite.c
11534
11535 XILINX VIDEO IP CORES
11536 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11537 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11538 L:      linux-media@vger.kernel.org
11539 T:      git git://linuxtv.org/media_tree.git
11540 S:      Supported
11541 F:      Documentation/devicetree/bindings/media/xilinx/
11542 F:      drivers/media/platform/xilinx/
11543 F:      include/uapi/linux/xilinx-v4l2-controls.h
11544
11545 XILLYBUS DRIVER
11546 M:      Eli Billauer <eli.billauer@gmail.com>
11547 L:      linux-kernel@vger.kernel.org
11548 S:      Supported
11549 F:      drivers/char/xillybus/
11550
11551 XTENSA XTFPGA PLATFORM SUPPORT
11552 M:      Max Filippov <jcmvbkbc@gmail.com>
11553 L:      linux-xtensa@linux-xtensa.org
11554 S:      Maintained
11555 F:      drivers/spi/spi-xtensa-xtfpga.c
11556 F:      sound/soc/xtensa/xtfpga-i2s.c
11557
11558 YAM DRIVER FOR AX.25
11559 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11560 L:      linux-hams@vger.kernel.org
11561 S:      Maintained
11562 F:      drivers/net/hamradio/yam*
11563 F:      include/linux/yam.h
11564
11565 YEALINK PHONE DRIVER
11566 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11567 L:      usbb2k-api-dev@nongnu.org
11568 S:      Maintained
11569 F:      Documentation/input/yealink.txt
11570 F:      drivers/input/misc/yealink.*
11571
11572 Z8530 DRIVER FOR AX.25
11573 M:      Joerg Reuter <jreuter@yaina.de>
11574 W:      http://yaina.de/jreuter/
11575 W:      http://www.qsl.net/dl1bke/
11576 L:      linux-hams@vger.kernel.org
11577 S:      Maintained
11578 F:      Documentation/networking/z8530drv.txt
11579 F:      drivers/net/hamradio/*scc.c
11580 F:      drivers/net/hamradio/z8530.h
11581
11582 ZBUD COMPRESSED PAGE ALLOCATOR
11583 M:      Seth Jennings <sjennings@variantweb.net>
11584 L:      linux-mm@kvack.org
11585 S:      Maintained
11586 F:      mm/zbud.c
11587 F:      include/linux/zbud.h
11588
11589 ZD1211RW WIRELESS DRIVER
11590 M:      Daniel Drake <dsd@gentoo.org>
11591 M:      Ulrich Kunitz <kune@deine-taler.de>
11592 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11593 L:      linux-wireless@vger.kernel.org
11594 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11595 S:      Maintained
11596 F:      drivers/net/wireless/zd1211rw/
11597
11598 ZPOOL COMPRESSED PAGE STORAGE API
11599 M:      Dan Streetman <ddstreet@ieee.org>
11600 L:      linux-mm@kvack.org
11601 S:      Maintained
11602 F:      mm/zpool.c
11603 F:      include/linux/zpool.h
11604
11605 ZR36067 VIDEO FOR LINUX DRIVER
11606 L:      mjpeg-users@lists.sourceforge.net
11607 L:      linux-media@vger.kernel.org
11608 W:      http://mjpeg.sourceforge.net/driver-zoran/
11609 T:      hg http://linuxtv.org/hg/v4l-dvb
11610 S:      Odd Fixes
11611 F:      drivers/media/pci/zoran/
11612
11613 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11614 M:      Minchan Kim <minchan@kernel.org>
11615 M:      Nitin Gupta <ngupta@vflare.org>
11616 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11617 L:      linux-kernel@vger.kernel.org
11618 S:      Maintained
11619 F:      drivers/block/zram/
11620 F:      Documentation/blockdev/zram.txt
11621
11622 ZS DECSTATION Z85C30 SERIAL DRIVER
11623 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11624 S:      Maintained
11625 F:      drivers/tty/serial/zs.*
11626
11627 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11628 M:      Minchan Kim <minchan@kernel.org>
11629 M:      Nitin Gupta <ngupta@vflare.org>
11630 L:      linux-mm@kvack.org
11631 S:      Maintained
11632 F:      mm/zsmalloc.c
11633 F:      include/linux/zsmalloc.h
11634 F:      Documentation/vm/zsmalloc.txt
11635
11636 ZSWAP COMPRESSED SWAP CACHING
11637 M:      Seth Jennings <sjennings@variantweb.net>
11638 L:      linux-mm@kvack.org
11639 S:      Maintained
11640 F:      mm/zswap.c
11641
11642 THE REST
11643 M:      Linus Torvalds <torvalds@linux-foundation.org>
11644 L:      linux-kernel@vger.kernel.org
11645 Q:      http://patchwork.kernel.org/project/LKML/list/
11646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11647 S:      Buried alive in reporters
11648 F:      *
11649 F:      */