Merge tag 'at91-ab-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
[linux-2.6-microblaze.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 S:      Orphan
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <dilinger@queued.net>
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <joro@8bytes.org>
634 L:      iommu@lists.linux-foundation.org
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <oded.gabbay@gmail.com>
642 L:      dri-devel@lists.freedesktop.org
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F:      drivers/gpu/drm/amd/amdkfd/
650 F:      drivers/gpu/drm/amd/include/cik_structs.h
651 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F:      drivers/gpu/drm/amd/include/vi_structs.h
653 F:      drivers/gpu/drm/radeon/radeon_kfd.c
654 F:      drivers/gpu/drm/radeon/radeon_kfd.h
655 F:      include/uapi/linux/kfd_ioctl.h
656
657 AMD MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <bp@alien8.de>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 L:      netdev@vger.kernel.org
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <tom@opengridcomputing.com>
675 M:      Steve Wise <swise@opengridcomputing.com>
676 L:      linux-rdma@vger.kernel.org
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <hans.verkuil@cisco.com>
682 L:      linux-media@vger.kernel.org
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <lars@metafoo.de>
688 L:      linux-media@vger.kernel.org
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <hans.verkuil@cisco.com>
701 L:      linux-media@vger.kernel.org
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <lars@metafoo.de>
733 M:      Michael Hennerich <Michael.Hennerich@analog.com>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M:      Arve HjønnevĂ¥g <arve@android.com>
751 M:      Riley Andrews <riandrews@android.com>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      devel@driverdev.osuosl.org
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <johannes@sipsolutions.net>
760 L:      linuxppc-dev@lists.ozlabs.org
761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <jikos@kernel.org>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <rydberg@bitmath.org>
775 L:      linux-input@vger.kernel.org
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <rydberg@bitmath.org>
781 L:      lm-sensors@lm-sensors.org
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
792 M:      Duc Dang <dhdang@apm.com>
793 S:      Supported
794 F:      arch/arm64/boot/dts/apm/
795
796 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
797 M:      Iyappan Subramanian <isubramanian@apm.com>
798 M:      Keyur Chudgar <kchudgar@apm.com>
799 S:      Supported
800 F:      drivers/net/ethernet/apm/xgene/
801 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
802
803 APTINA CAMERA SENSOR PLL
804 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
805 L:      linux-media@vger.kernel.org
806 S:      Maintained
807 F:      drivers/media/i2c/aptina-pll.*
808
809 ARC FRAMEBUFFER DRIVER
810 M:      Jaya Kumar <jayalk@intworks.biz>
811 S:      Maintained
812 F:      drivers/video/fbdev/arcfb.c
813 F:      drivers/video/fbdev/core/fb_defio.c
814
815 ARCNET NETWORK LAYER
816 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
817 L:      netdev@vger.kernel.org
818 S:      Maintained
819 F:      drivers/net/arcnet/
820 F:      include/uapi/linux/if_arcnet.h
821
822 ARM MFM AND FLOPPY DRIVERS
823 M:      Ian Molton <spyro@f2s.com>
824 S:      Maintained
825 F:      arch/arm/lib/floppydma.S
826 F:      arch/arm/include/asm/floppy.h
827
828 ARM PMU PROFILING AND DEBUGGING
829 M:      Will Deacon <will.deacon@arm.com>
830 S:      Maintained
831 F:      arch/arm/kernel/perf_*
832 F:      arch/arm/oprofile/common.c
833 F:      arch/arm/kernel/hw_breakpoint.c
834 F:      arch/arm/include/asm/hw_breakpoint.h
835 F:      arch/arm/include/asm/perf_event.h
836 F:      drivers/perf/arm_pmu.c
837 F:      include/linux/perf/arm_pmu.h
838
839 ARM PORT
840 M:      Russell King <linux@arm.linux.org.uk>
841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
842 W:      http://www.arm.linux.org.uk/
843 S:      Maintained
844 F:      arch/arm/
845
846 ARM SUB-ARCHITECTURES
847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
848 S:      Maintained
849 F:      arch/arm/mach-*/
850 F:      arch/arm/plat-*/
851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
852
853 ARM PRIMECELL AACI PL041 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      sound/arm/aaci.*
857
858 ARM PRIMECELL CLCD PL110 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/video/fbdev/amba-clcd.*
862
863 ARM PRIMECELL KMI PL050 DRIVER
864 M:      Russell King <linux@arm.linux.org.uk>
865 S:      Maintained
866 F:      drivers/input/serio/ambakmi.*
867 F:      include/linux/amba/kmi.h
868
869 ARM PRIMECELL MMCI PL180/1 DRIVER
870 M:      Russell King <linux@arm.linux.org.uk>
871 S:      Maintained
872 F:      drivers/mmc/host/mmci.*
873 F:      include/linux/amba/mmci.h
874
875 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
876 M:      Russell King <linux@arm.linux.org.uk>
877 S:      Maintained
878 F:      drivers/tty/serial/amba-pl01*.c
879 F:      include/linux/amba/serial.h
880
881 ARM PRIMECELL BUS SUPPORT
882 M:      Russell King <linux@arm.linux.org.uk>
883 S:      Maintained
884 F:      drivers/amba/
885 F:      include/linux/amba/bus.h
886
887 ARM/ADS SPHERE MACHINE SUPPORT
888 M:      Lennert Buytenhek <kernel@wantstofly.org>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AFEB9260 MACHINE SUPPORT
893 M:      Sergey Lapin <slapin@ossfans.org>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/AJECO 1ARM MACHINE SUPPORT
898 M:      Lennert Buytenhek <kernel@wantstofly.org>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901
902 ARM/Allwinner A1X SoC support
903 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 N:      sun[x4567]i
907
908 ARM/Allwinner SoC Clock Support
909 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
910 S:      Maintained
911 F:      drivers/clk/sunxi/
912
913 ARM/Amlogic MesonX SoC support
914 M:      Carlo Caione <carlo@caione.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917 F:      drivers/media/rc/meson-ir.c
918 N:      meson[x68]
919
920 ARM/Annapurna Labs ALPINE ARCHITECTURE
921 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
922 S:      Maintained
923 F:      arch/arm/mach-alpine/
924
925 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
926 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
927 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
928 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 W:      http://www.linux4sam.org
931 S:      Supported
932 F:      arch/arm/mach-at91/
933 F:      include/soc/at91/
934 F:      arch/arm/boot/dts/at91*.dts
935 F:      arch/arm/boot/dts/at91*.dtsi
936 F:      arch/arm/boot/dts/sama*.dts
937 F:      arch/arm/boot/dts/sama*.dtsi
938 F:      arch/arm/include/debug/at91.S
939
940 ARM/ATMEL AT91 Clock Support
941 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
942 S:      Maintained
943 F:      drivers/clk/at91
944
945 ARM/CALXEDA HIGHBANK ARCHITECTURE
946 M:      Rob Herring <robh@kernel.org>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949 F:      arch/arm/mach-highbank/
950
951 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
952 M:      Krzysztof Halasa <khalasa@piap.pl>
953 S:      Maintained
954 F:      arch/arm/mach-cns3xxx/
955
956 ARM/CAVIUM THUNDER NETWORK DRIVER
957 M:      Sunil Goutham <sgoutham@cavium.com>
958 M:      Robert Richter <rric@kernel.org>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Supported
961 F:      drivers/net/ethernet/cavium/thunder/
962
963 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
964 M:      Alexander Shiyan <shc_work@mail.ru>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S:      Odd Fixes
967 N:      clps711x
968
969 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
970 M:      Hartley Sweeten <hsweeten@visionengravers.com>
971 M:      Ryan Mallon <rmallon@gmail.com>
972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973 S:      Maintained
974 F:      arch/arm/mach-ep93xx/
975 F:      arch/arm/mach-ep93xx/include/mach/
976
977 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
978 M:      Lennert Buytenhek <kernel@wantstofly.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Maintained
981
982 ARM/CLKDEV SUPPORT
983 M:      Russell King <linux@arm.linux.org.uk>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 S:      Maintained
986 F:      arch/arm/include/asm/clkdev.h
987 F:      drivers/clk/clkdev.c
988
989 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
990 M:      Mike Rapoport <mike@compulab.co.il>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S:      Maintained
993
994 ARM/CONTEC MICRO9 MACHINE SUPPORT
995 M:      Hubert Feurstein <hubert.feurstein@contec.at>
996 S:      Maintained
997 F:      arch/arm/mach-ep93xx/micro9.c
998
999 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1000 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 F:      drivers/hwtracing/coresight/*
1004 F:      Documentation/trace/coresight.txt
1005 F:      Documentation/devicetree/bindings/arm/coresight.txt
1006 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1007
1008 ARM/CORGI MACHINE SUPPORT
1009 M:      Richard Purdie <rpurdie@rpsys.net>
1010 S:      Maintained
1011
1012 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1013 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 T:      git git://github.com/ulli-kroll/linux.git
1016 S:      Maintained
1017 F:      arch/arm/mach-gemini/
1018 F:      drivers/rtc/rtc-gemini.c
1019
1020 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1021 M:      Barry Song <baohua@kernel.org>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1024 S:      Maintained
1025 F:      arch/arm/mach-prima2/
1026 F:      drivers/clk/sirf/
1027 F:      drivers/clocksource/timer-prima2.c
1028 F:      drivers/clocksource/timer-atlas7.c
1029 N:      [^a-z]sirf
1030
1031 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1032 M:      Baruch Siach <baruch@tkos.co.il>
1033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 S:      Maintained
1035 F:      arch/arm/boot/dts/cx92755*
1036 N:      digicolor
1037
1038 ARM/EBSA110 MACHINE SUPPORT
1039 M:      Russell King <linux@arm.linux.org.uk>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 W:      http://www.arm.linux.org.uk/
1042 S:      Maintained
1043 F:      arch/arm/mach-ebsa110/
1044 F:      drivers/net/ethernet/amd/am79c961a.*
1045
1046 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1047 M:      Uwe Kleine-König <kernel@pengutronix.de>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 S:      Maintained
1050 N:      efm32
1051
1052 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1053 M:      Daniel Ribeiro <drwyrm@gmail.com>
1054 M:      Stefan Schmidt <stefan@openezx.org>
1055 M:      Harald Welte <laforge@openezx.org>
1056 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1057 W:      http://www.openezx.org/
1058 S:      Maintained
1059 T:      topgit git://git.openezx.org/openezx.git
1060 F:      arch/arm/mach-pxa/ezx.c
1061
1062 ARM/FARADAY FA526 PORT
1063 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Maintained
1066 T:      git git://git.berlios.de/gemini-board
1067 F:      arch/arm/mm/*-fa*
1068
1069 ARM/FOOTBRIDGE ARCHITECTURE
1070 M:      Russell King <linux@arm.linux.org.uk>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 W:      http://www.arm.linux.org.uk/
1073 S:      Maintained
1074 F:      arch/arm/include/asm/hardware/dec21285.h
1075 F:      arch/arm/mach-footbridge/
1076
1077 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1078 M:      Shawn Guo <shawnguo@kernel.org>
1079 M:      Sascha Hauer <kernel@pengutronix.de>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 S:      Maintained
1082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1083 F:      arch/arm/mach-imx/
1084 F:      arch/arm/mach-mxs/
1085 F:      arch/arm/boot/dts/imx*
1086 F:      arch/arm/configs/imx*_defconfig
1087 F:      drivers/clk/imx/
1088 F:      include/soc/imx/
1089
1090 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1091 M:      Shawn Guo <shawnguo@kernel.org>
1092 M:      Sascha Hauer <kernel@pengutronix.de>
1093 R:      Stefan Agner <stefan@agner.ch>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1097 F:      arch/arm/mach-imx/*vf610*
1098 F:      arch/arm/boot/dts/vf*
1099
1100 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1101 M:      Lennert Buytenhek <kernel@wantstofly.org>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104
1105 ARM/GUMSTIX MACHINE SUPPORT
1106 M:      Steve Sakoman <sakoman@gmail.com>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S:      Maintained
1109
1110 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1111 M:      Philipp Zabel <philipp.zabel@gmail.com>
1112 M:      Paul Parsons <lost.distance@yahoo.com>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115 F:      arch/arm/mach-pxa/hx4700.c
1116 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1117 F:      sound/soc/pxa/hx4700.c
1118
1119 ARM/HISILICON SOC SUPPORT
1120 M:      Wei Xu <xuwei5@hisilicon.com>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 W:      http://www.hisilicon.com
1123 S:      Supported
1124 T:      git git://github.com/hisilicon/linux-hisi.git
1125 F:      arch/arm/mach-hisi/
1126
1127 ARM/HP JORNADA 7XX MACHINE SUPPORT
1128 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1129 W:      www.jlime.com
1130 S:      Maintained
1131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1132 F:      arch/arm/mach-sa1100/jornada720.c
1133 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1134
1135 ARM/IGEP MACHINE SUPPORT
1136 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1137 M:      Javier Martinez Canillas <javier@dowhile0.org>
1138 L:      linux-omap@vger.kernel.org
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      arch/arm/boot/dts/omap3-igep*
1142
1143 ARM/INCOME PXA270 SUPPORT
1144 M:      Marek Vasut <marek.vasut@gmail.com>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1148
1149 ARM/INTEL IOP32X ARM ARCHITECTURE
1150 M:      Lennert Buytenhek <kernel@wantstofly.org>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153
1154 ARM/INTEL IOP33X ARM ARCHITECTURE
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Orphan
1157
1158 ARM/INTEL IOP13XX ARM ARCHITECTURE
1159 M:      Lennert Buytenhek <kernel@wantstofly.org>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/INTEL IQ81342EX MACHINE SUPPORT
1164 M:      Lennert Buytenhek <kernel@wantstofly.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167
1168 ARM/INTEL IXDP2850 MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/INTEL IXP4XX ARM ARCHITECTURE
1174 M:      Imre Kaloz <kaloz@openwrt.org>
1175 M:      Krzysztof Halasa <khalasa@piap.pl>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S:      Maintained
1178 F:      arch/arm/mach-ixp4xx/
1179
1180 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1181 M:      Jonathan Cameron <jic23@cam.ac.uk>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184 F:      arch/arm/mach-pxa/stargate2.c
1185 F:      drivers/pcmcia/pxa2xx_stargate2.c
1186
1187 ARM/INTEL XSC3 (MANZANO) ARM CORE
1188 M:      Lennert Buytenhek <kernel@wantstofly.org>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1193 M:      Lennert Buytenhek <kernel@wantstofly.org>
1194 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S:      Maintained
1196
1197 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1198 M:      Santosh Shilimkar <ssantosh@kernel.org>
1199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 S:      Maintained
1201 F:      arch/arm/mach-keystone/
1202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1203
1204 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1205 M:      Santosh Shilimkar <ssantosh@kernel.org>
1206 L:      linux-kernel@vger.kernel.org
1207 S:      Maintained
1208 F:      drivers/clk/keystone/
1209
1210 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1211 M:      Santosh Shilimkar <ssantosh@kernel.org>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 L:      linux-kernel@vger.kernel.org
1214 S:      Maintained
1215 F:      drivers/clocksource/timer-keystone.c
1216
1217 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1218 M:      Santosh Shilimkar <ssantosh@kernel.org>
1219 L:      linux-kernel@vger.kernel.org
1220 S:      Maintained
1221 F:      drivers/power/reset/keystone-reset.c
1222
1223 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1224 M:      Santosh Shilimkar <ssantosh@kernel.org>
1225 L:      linux-kernel@vger.kernel.org
1226 S:      Maintained
1227 F:      drivers/memory/*emif*
1228
1229 ARM/LOGICPD PXA270 MACHINE SUPPORT
1230 M:      Lennert Buytenhek <kernel@wantstofly.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233
1234 ARM/LPC18XX ARCHITECTURE
1235 M:      Joachim Eastwood <manabian@gmail.com>
1236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 S:      Maintained
1238 N:      lpc18xx
1239
1240 ARM/MAGICIAN MACHINE SUPPORT
1241 M:      Philipp Zabel <philipp.zabel@gmail.com>
1242 S:      Maintained
1243
1244 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1245 M:      Jason Cooper <jason@lakedaemon.net>
1246 M:      Andrew Lunn <andrew@lunn.ch>
1247 M:      Gregory Clement <gregory.clement@free-electrons.com>
1248 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 S:      Maintained
1251 F:      arch/arm/mach-mvebu/
1252 F:      drivers/rtc/rtc-armada38x.c
1253 F:      arch/arm/boot/dts/armada*
1254 F:      arch/arm/boot/dts/kirkwood*
1255
1256
1257 ARM/Marvell Berlin SoC support
1258 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-berlin/
1262 F:      arch/arm/boot/dts/berlin*
1263
1264
1265 ARM/Marvell Dove/MV78xx0/Orion SOC support
1266 M:      Jason Cooper <jason@lakedaemon.net>
1267 M:      Andrew Lunn <andrew@lunn.ch>
1268 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1269 M:      Gregory Clement <gregory.clement@free-electrons.com>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 F:      arch/arm/mach-dove/
1273 F:      arch/arm/mach-mv78xx0/
1274 F:      arch/arm/mach-orion5x/
1275 F:      arch/arm/plat-orion/
1276 F:      arch/arm/boot/dts/dove*
1277 F:      arch/arm/boot/dts/orion5x*
1278
1279
1280 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1281 M:      Alexander Clouter <alex@digriz.org.uk>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 W:      http://www.digriz.org.uk/ts78xx/kernel
1284 S:      Maintained
1285 F:      arch/arm/mach-orion5x/ts78xx-*
1286
1287 ARM/Mediatek RTC DRIVER
1288 M:      Eddie Huang <eddie.huang@mediatek.com>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1291 S:      Maintained
1292 F:      drivers/rtc/rtc-mt6397.c
1293
1294 ARM/Mediatek SoC support
1295 M:      Matthias Brugger <matthias.bgg@gmail.com>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1298 S:      Maintained
1299 F:      arch/arm/boot/dts/mt6*
1300 F:      arch/arm/boot/dts/mt8*
1301 F:      arch/arm/mach-mediatek/
1302 N:      mtk
1303 K:      mediatek
1304
1305 ARM/MICREL KS8695 ARCHITECTURE
1306 M:      Greg Ungerer <gerg@uclinux.org>
1307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 F:      arch/arm/mach-ks8695/
1309 S:      Odd Fixes
1310
1311 ARM/MIOA701 MACHINE SUPPORT
1312 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 F:      arch/arm/mach-pxa/mioa701.c
1315 S:      Maintained
1316
1317 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1318 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1319 S:      Maintained
1320
1321 ARM/NOMADIK ARCHITECTURE
1322 M:      Alessandro Rubini <rubini@unipv.it>
1323 M:      Linus Walleij <linus.walleij@linaro.org>
1324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      arch/arm/mach-nomadik/
1327 F:      drivers/pinctrl/nomadik/
1328 F:      drivers/i2c/busses/i2c-nomadik.c
1329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1330
1331 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1332 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1333 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1334 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1335 S:      Supported
1336
1337 ARM/TOSA MACHINE SUPPORT
1338 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1339 M:      Dirk Opfer <dirk@opfer-online.de>
1340 S:      Maintained
1341
1342 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1343 M:      Marek Vasut <marek.vasut@gmail.com>
1344 L:      linux-arm-kernel@lists.infradead.org
1345 W:      http://hackndev.com
1346 S:      Maintained
1347 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1348 F:      arch/arm/mach-pxa/palmtx.c
1349 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1350 F:      arch/arm/mach-pxa/palmt5.c
1351 F:      arch/arm/mach-pxa/include/mach/palmld.h
1352 F:      arch/arm/mach-pxa/palmld.c
1353 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1354 F:      arch/arm/mach-pxa/palmte2.c
1355 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1356 F:      arch/arm/mach-pxa/palmtc.c
1357
1358 ARM/PALM TREO SUPPORT
1359 M:      Tomas Cech <sleep_walker@suse.com>
1360 L:      linux-arm-kernel@lists.infradead.org
1361 W:      http://hackndev.com
1362 S:      Maintained
1363 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1364 F:      arch/arm/mach-pxa/palmtreo.c
1365
1366 ARM/PALMZ72 SUPPORT
1367 M:      Sergey Lapin <slapin@ossfans.org>
1368 L:      linux-arm-kernel@lists.infradead.org
1369 W:      http://hackndev.com
1370 S:      Maintained
1371 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1372 F:      arch/arm/mach-pxa/palmz72.c
1373
1374 ARM/PLEB SUPPORT
1375 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1376 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1377 S:      Maintained
1378
1379 ARM/PT DIGITAL BOARD PORT
1380 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 W:      http://www.arm.linux.org.uk/
1383 S:      Maintained
1384
1385 ARM/QUALCOMM SUPPORT
1386 M:      Kumar Gala <galak@codeaurora.org>
1387 M:      Andy Gross <agross@codeaurora.org>
1388 M:      David Brown <davidb@codeaurora.org>
1389 L:      linux-arm-msm@vger.kernel.org
1390 L:      linux-soc@vger.kernel.org
1391 S:      Maintained
1392 F:      arch/arm/mach-qcom/
1393 F:      drivers/soc/qcom/
1394 F:      drivers/tty/serial/msm_serial.h
1395 F:      drivers/tty/serial/msm_serial.c
1396 F:      drivers/*/pm8???-*
1397 F:      drivers/mfd/ssbi.c
1398 F:      drivers/firmware/qcom_scm.c
1399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1400
1401 ARM/RADISYS ENP2611 MACHINE SUPPORT
1402 M:      Lennert Buytenhek <kernel@wantstofly.org>
1403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1404 S:      Maintained
1405
1406 ARM/RISCPC ARCHITECTURE
1407 M:      Russell King <linux@arm.linux.org.uk>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 W:      http://www.arm.linux.org.uk/
1410 S:      Maintained
1411 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1412 F:      arch/arm/include/asm/hardware/ioc.h
1413 F:      arch/arm/include/asm/hardware/iomd.h
1414 F:      arch/arm/include/asm/hardware/memc.h
1415 F:      arch/arm/mach-rpc/
1416 F:      drivers/net/ethernet/8390/etherh.c
1417 F:      drivers/net/ethernet/i825xx/ether1*
1418 F:      drivers/net/ethernet/seeq/ether3*
1419 F:      drivers/scsi/arm/
1420
1421 ARM/Rockchip SoC support
1422 M:      Heiko Stuebner <heiko@sntech.de>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 L:      linux-rockchip@lists.infradead.org
1425 S:      Maintained
1426 F:      arch/arm/boot/dts/rk3*
1427 F:      arch/arm/mach-rockchip/
1428 F:      drivers/clk/rockchip/
1429 F:      drivers/i2c/busses/i2c-rk3x.c
1430 F:      drivers/*/*rockchip*
1431 F:      drivers/*/*/*rockchip*
1432 F:      sound/soc/rockchip/
1433 N:      rockchip
1434
1435 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1436 M:      Kukjin Kim <kgene@kernel.org>
1437 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1440 S:      Maintained
1441 F:      arch/arm/boot/dts/s3c*
1442 F:      arch/arm/boot/dts/exynos*
1443 F:      arch/arm64/boot/dts/exynos/
1444 F:      arch/arm/plat-samsung/
1445 F:      arch/arm/mach-s3c24*/
1446 F:      arch/arm/mach-s3c64xx/
1447 F:      arch/arm/mach-s5p*/
1448 F:      arch/arm/mach-exynos*/
1449 F:      drivers/*/*s3c2410*
1450 F:      drivers/*/*/*s3c2410*
1451 F:      drivers/spi/spi-s3c*
1452 F:      sound/soc/samsung/*
1453 N:      exynos
1454
1455 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1456 M:      Kyungmin Park <kyungmin.park@samsung.com>
1457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S:      Maintained
1459 F:      arch/arm/mach-s5pv210/
1460
1461 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1462 M:      Kyungmin Park <kyungmin.park@samsung.com>
1463 M:      Kamil Debski <k.debski@samsung.com>
1464 L:      linux-arm-kernel@lists.infradead.org
1465 L:      linux-media@vger.kernel.org
1466 S:      Maintained
1467 F:      drivers/media/platform/s5p-g2d/
1468
1469 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1470 M:      Kyungmin Park <kyungmin.park@samsung.com>
1471 M:      Kamil Debski <k.debski@samsung.com>
1472 M:      Jeongtae Park <jtp.park@samsung.com>
1473 L:      linux-arm-kernel@lists.infradead.org
1474 L:      linux-media@vger.kernel.org
1475 S:      Maintained
1476 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1477 F:      drivers/media/platform/s5p-mfc/
1478
1479 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1480 M:      Kyungmin Park <kyungmin.park@samsung.com>
1481 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1482 L:      linux-arm-kernel@lists.infradead.org
1483 L:      linux-media@vger.kernel.org
1484 S:      Maintained
1485 F:      drivers/media/platform/s5p-tv/
1486
1487 ARM/SHMOBILE ARM ARCHITECTURE
1488 M:      Simon Horman <horms@verge.net.au>
1489 M:      Magnus Damm <magnus.damm@gmail.com>
1490 L:      linux-sh@vger.kernel.org
1491 W:      http://oss.renesas.com
1492 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1494 S:      Supported
1495 F:      arch/arm/boot/dts/emev2*
1496 F:      arch/arm/boot/dts/r7s*
1497 F:      arch/arm/boot/dts/r8a*
1498 F:      arch/arm/boot/dts/sh*
1499 F:      arch/arm/configs/shmobile_defconfig
1500 F:      arch/arm/include/debug/renesas-scif.S
1501 F:      arch/arm/mach-shmobile/
1502 F:      drivers/sh/
1503
1504 ARM/SOCFPGA ARCHITECTURE
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      arch/arm/mach-socfpga/
1508 F:      arch/arm/boot/dts/socfpga*
1509 F:      arch/arm/configs/socfpga_defconfig
1510 W:      http://www.rocketboards.org
1511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1512
1513 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1514 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1515 S:      Maintained
1516 F:      drivers/clk/socfpga/
1517
1518 ARM/SOCFPGA EDAC SUPPORT
1519 M:      Thor Thayer <tthayer@opensource.altera.com>
1520 S:      Maintained
1521 F:      drivers/edac/altera_edac.
1522
1523 ARM/STI ARCHITECTURE
1524 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1525 M:      Maxime Coquelin <maxime.coquelin@st.com>
1526 M:      Patrice Chotard <patrice.chotard@st.com>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 L:      kernel@stlinux.com
1529 W:      http://www.stlinux.com
1530 S:      Maintained
1531 F:      arch/arm/mach-sti/
1532 F:      arch/arm/boot/dts/sti*
1533 F:      drivers/clocksource/arm_global_timer.c
1534 F:      drivers/clocksource/clksrc_st_lpc.c
1535 F:      drivers/i2c/busses/i2c-st.c
1536 F:      drivers/media/rc/st_rc.c
1537 F:      drivers/media/platform/sti/c8sectpfe/
1538 F:      drivers/mmc/host/sdhci-st.c
1539 F:      drivers/phy/phy-miphy28lp.c
1540 F:      drivers/phy/phy-miphy365x.c
1541 F:      drivers/phy/phy-stih407-usb.c
1542 F:      drivers/phy/phy-stih41x-usb.c
1543 F:      drivers/pinctrl/pinctrl-st.c
1544 F:      drivers/reset/sti/
1545 F:      drivers/rtc/rtc-st-lpc.c
1546 F:      drivers/tty/serial/st-asc.c
1547 F:      drivers/usb/dwc3/dwc3-st.c
1548 F:      drivers/usb/host/ehci-st.c
1549 F:      drivers/usb/host/ohci-st.c
1550 F:      drivers/watchdog/st_lpc_wdt.c
1551 F:      drivers/ata/ahci_st.c
1552
1553 ARM/STM32 ARCHITECTURE
1554 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 S:      Maintained
1557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1558 N:      stm32
1559 F:      drivers/clocksource/armv7m_systick.c
1560
1561 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1562 M:      Lennert Buytenhek <kernel@wantstofly.org>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565
1566 ARM/TETON BGA MACHINE SUPPORT
1567 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570
1571 ARM/THECUS N2100 MACHINE SUPPORT
1572 M:      Lennert Buytenhek <kernel@wantstofly.org>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 S:      Maintained
1575
1576 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1577 M:      Wan ZongShun <mcuos.com@gmail.com>
1578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1579 W:      http://www.mcuos.com
1580 S:      Maintained
1581 F:      arch/arm/mach-w90x900/
1582 F:      drivers/input/keyboard/w90p910_keypad.c
1583 F:      drivers/input/touchscreen/w90p910_ts.c
1584 F:      drivers/watchdog/nuc900_wdt.c
1585 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1586 F:      drivers/mtd/nand/nuc900_nand.c
1587 F:      drivers/rtc/rtc-nuc900.c
1588 F:      drivers/spi/spi-nuc900.c
1589 F:      drivers/usb/host/ehci-w90x900.c
1590 F:      drivers/video/fbdev/nuc900fb.c
1591
1592 ARM/U300 MACHINE SUPPORT
1593 M:      Linus Walleij <linus.walleij@linaro.org>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 S:      Supported
1596 F:      arch/arm/mach-u300/
1597 F:      drivers/clocksource/timer-u300.c
1598 F:      drivers/i2c/busses/i2c-stu300.c
1599 F:      drivers/rtc/rtc-coh901331.c
1600 F:      drivers/watchdog/coh901327_wdt.c
1601 F:      drivers/dma/coh901318*
1602 F:      drivers/mfd/ab3100*
1603 F:      drivers/rtc/rtc-ab3100.c
1604 F:      drivers/rtc/rtc-coh901331.c
1605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1606
1607 ARM/UNIPHIER ARCHITECTURE
1608 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/boot/dts/uniphier*
1612 F:      arch/arm/mach-uniphier/
1613 F:      drivers/pinctrl/uniphier/
1614 F:      drivers/tty/serial/8250/8250_uniphier.c
1615 N:      uniphier
1616
1617 ARM/Ux500 ARM ARCHITECTURE
1618 M:      Linus Walleij <linus.walleij@linaro.org>
1619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 S:      Maintained
1621 F:      arch/arm/mach-ux500/
1622 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1623 F:      drivers/dma/ste_dma40*
1624 F:      drivers/hwspinlock/u8500_hsem.c
1625 F:      drivers/mfd/abx500*
1626 F:      drivers/mfd/ab8500*
1627 F:      drivers/mfd/dbx500*
1628 F:      drivers/mfd/db8500*
1629 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1630 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1631 F:      drivers/rtc/rtc-ab8500.c
1632 F:      drivers/rtc/rtc-pl031.c
1633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1634
1635 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1636 M:      Ulf Hansson <ulf.hansson@linaro.org>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 T:      git git://git.linaro.org/people/ulfh/clk.git
1639 S:      Maintained
1640 F:      drivers/clk/ux500/
1641 F:      include/linux/platform_data/clk-ux500.h
1642
1643 ARM/VERSATILE EXPRESS PLATFORM
1644 M:      Liviu Dudau <liviu.dudau@arm.com>
1645 M:      Sudeep Holla <sudeep.holla@arm.com>
1646 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 S:      Maintained
1649 F:      arch/arm/boot/dts/vexpress*
1650 F:      arch/arm64/boot/dts/arm/vexpress*
1651 F:      arch/arm/mach-vexpress/
1652 F:      */*/vexpress*
1653 F:      */*/*/vexpress*
1654 F:      drivers/clk/versatile/clk-vexpress-osc.c
1655 F:      drivers/clocksource/versatile.c
1656
1657 ARM/VFP SUPPORT
1658 M:      Russell King <linux@arm.linux.org.uk>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W:      http://www.arm.linux.org.uk/
1661 S:      Maintained
1662 F:      arch/arm/vfp/
1663
1664 ARM/VOIPAC PXA270 SUPPORT
1665 M:      Marek Vasut <marek.vasut@gmail.com>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S:      Maintained
1668 F:      arch/arm/mach-pxa/vpac270.c
1669 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1670
1671 ARM/VT8500 ARM ARCHITECTURE
1672 M:      Tony Prisk <linux@prisktech.co.nz>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/mach-vt8500/
1676 F:      drivers/clocksource/vt8500_timer.c
1677 F:      drivers/i2c/busses/i2c-wmt.c
1678 F:      drivers/mmc/host/wmt-sdmmc.c
1679 F:      drivers/pwm/pwm-vt8500.c
1680 F:      drivers/rtc/rtc-vt8500.c
1681 F:      drivers/tty/serial/vt8500_serial.c
1682 F:      drivers/usb/host/ehci-platform.c
1683 F:      drivers/usb/host/uhci-platform.c
1684 F:      drivers/video/fbdev/vt8500lcdfb.*
1685 F:      drivers/video/fbdev/wm8505fb*
1686 F:      drivers/video/fbdev/wmt_ge_rops.*
1687
1688 ARM/ZIPIT Z2 SUPPORT
1689 M:      Marek Vasut <marek.vasut@gmail.com>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/mach-pxa/z2.c
1693 F:      arch/arm/mach-pxa/include/mach/z2.h
1694
1695 ARM/ZTE ARCHITECTURE
1696 M:      Jun Nie <jun.nie@linaro.org>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 S:      Maintained
1699 F:      arch/arm/mach-zx/
1700 F:      drivers/clk/zte/
1701 F:      Documentation/devicetree/bindings/arm/zte.txt
1702 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1703
1704 ARM/ZYNQ ARCHITECTURE
1705 M:      Michal Simek <michal.simek@xilinx.com>
1706 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 W:      http://wiki.xilinx.com
1709 T:      git https://github.com/Xilinx/linux-xlnx.git
1710 S:      Supported
1711 F:      arch/arm/mach-zynq/
1712 F:      drivers/cpuidle/cpuidle-zynq.c
1713 F:      drivers/block/xsysace.c
1714 N:      zynq
1715 N:      xilinx
1716 F:      drivers/clocksource/cadence_ttc_timer.c
1717 F:      drivers/i2c/busses/i2c-cadence.c
1718 F:      drivers/mmc/host/sdhci-of-arasan.c
1719 F:      drivers/edac/synopsys_edac.c
1720
1721 ARM SMMU DRIVERS
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:      drivers/iommu/arm-smmu.c
1726 F:      drivers/iommu/arm-smmu-v3.c
1727 F:      drivers/iommu/io-pgtable-arm.c
1728
1729 ARM64 PORT (AARCH64 ARCHITECTURE)
1730 M:      Catalin Marinas <catalin.marinas@arm.com>
1731 M:      Will Deacon <will.deacon@arm.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734 F:      arch/arm64/
1735 F:      Documentation/arm64/
1736
1737 AS3645A LED FLASH CONTROLLER DRIVER
1738 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1739 L:      linux-media@vger.kernel.org
1740 T:      git git://linuxtv.org/media_tree.git
1741 S:      Maintained
1742 F:      drivers/media/i2c/as3645a.c
1743 F:      include/media/as3645a.h
1744
1745 ASC7621 HARDWARE MONITOR DRIVER
1746 M:      George Joseph <george.joseph@fairview5.com>
1747 L:      lm-sensors@lm-sensors.org
1748 S:      Maintained
1749 F:      Documentation/hwmon/asc7621
1750 F:      drivers/hwmon/asc7621.c
1751
1752 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1753 M:      Corentin Chary <corentin.chary@gmail.com>
1754 L:      acpi4asus-user@lists.sourceforge.net
1755 L:      platform-driver-x86@vger.kernel.org
1756 W:      http://acpi4asus.sf.net
1757 S:      Maintained
1758 F:      drivers/platform/x86/asus*.c
1759 F:      drivers/platform/x86/eeepc*.c
1760
1761 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1762 R:      Dan Williams <dan.j.williams@intel.com>
1763 W:      http://sourceforge.net/projects/xscaleiop
1764 S:      Odd fixes
1765 F:      Documentation/crypto/async-tx-api.txt
1766 F:      crypto/async_tx/
1767 F:      drivers/dma/
1768 F:      include/linux/dmaengine.h
1769 F:      include/linux/async_tx.h
1770
1771 AT24 EEPROM DRIVER
1772 M:      Wolfram Sang <wsa@the-dreams.de>
1773 L:      linux-i2c@vger.kernel.org
1774 S:      Maintained
1775 F:      drivers/misc/eeprom/at24.c
1776 F:      include/linux/platform_data/at24.h
1777
1778 ATA OVER ETHERNET (AOE) DRIVER
1779 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1780 W:      http://www.openaoe.org/
1781 S:      Supported
1782 F:      Documentation/aoe/
1783 F:      drivers/block/aoe/
1784
1785 ATHEROS ATH GENERIC UTILITIES
1786 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1787 L:      linux-wireless@vger.kernel.org
1788 S:      Supported
1789 F:      drivers/net/wireless/ath/*
1790
1791 ATHEROS ATH5K WIRELESS DRIVER
1792 M:      Jiri Slaby <jirislaby@gmail.com>
1793 M:      Nick Kossifidis <mickflemm@gmail.com>
1794 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1795 L:      linux-wireless@vger.kernel.org
1796 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1797 S:      Maintained
1798 F:      drivers/net/wireless/ath/ath5k/
1799
1800 ATHEROS ATH6KL WIRELESS DRIVER
1801 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1802 L:      linux-wireless@vger.kernel.org
1803 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1804 T:      git git://github.com/kvalo/ath.git
1805 S:      Supported
1806 F:      drivers/net/wireless/ath/ath6kl/
1807
1808 WILOCITY WIL6210 WIRELESS DRIVER
1809 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1810 L:      linux-wireless@vger.kernel.org
1811 L:      wil6210@qca.qualcomm.com
1812 S:      Supported
1813 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1814 F:      drivers/net/wireless/ath/wil6210/
1815 F:      include/uapi/linux/wil6210_uapi.h
1816
1817 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1818 M:      Christian Lamparter <chunkeey@googlemail.com>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1821 S:      Maintained
1822 F:      drivers/net/wireless/ath/carl9170/
1823
1824 ATK0110 HWMON DRIVER
1825 M:      Luca Tettamanti <kronos.it@gmail.com>
1826 L:      lm-sensors@lm-sensors.org
1827 S:      Maintained
1828 F:      drivers/hwmon/asus_atk0110.c
1829
1830 ATI_REMOTE2 DRIVER
1831 M:      Ville Syrjala <syrjala@sci.fi>
1832 S:      Maintained
1833 F:      drivers/input/misc/ati_remote2.c
1834
1835 ATLX ETHERNET DRIVERS
1836 M:      Jay Cliburn <jcliburn@gmail.com>
1837 M:      Chris Snook <chris.snook@gmail.com>
1838 L:      netdev@vger.kernel.org
1839 W:      http://sourceforge.net/projects/atl1
1840 W:      http://atl1.sourceforge.net
1841 S:      Maintained
1842 F:      drivers/net/ethernet/atheros/
1843
1844 ATM
1845 M:      Chas Williams <3chas3@gmail.com>
1846 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1847 L:      netdev@vger.kernel.org
1848 W:      http://linux-atm.sourceforge.net
1849 S:      Maintained
1850 F:      drivers/atm/
1851 F:      include/linux/atm*
1852 F:      include/uapi/linux/atm*
1853
1854 ATMEL AT91 / AT32 MCI DRIVER
1855 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1856 S:      Maintained
1857 F:      drivers/mmc/host/atmel-mci.c
1858 F:      drivers/mmc/host/atmel-mci-regs.h
1859
1860 ATMEL AT91 / AT32 SERIAL DRIVER
1861 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1862 S:      Supported
1863 F:      drivers/tty/serial/atmel_serial.c
1864
1865 ATMEL Audio ALSA driver
1866 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1867 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1868 S:      Supported
1869 F:      sound/soc/atmel
1870
1871 ATMEL DMA DRIVER
1872 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1874 S:      Supported
1875 F:      drivers/dma/at_hdmac.c
1876 F:      drivers/dma/at_hdmac_regs.h
1877 F:      include/linux/platform_data/dma-atmel.h
1878
1879 ATMEL XDMA DRIVER
1880 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1881 L:      linux-arm-kernel@lists.infradead.org
1882 L:      dmaengine@vger.kernel.org
1883 S:      Supported
1884 F:      drivers/dma/at_xdmac.c
1885
1886 ATMEL I2C DRIVER
1887 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1888 L:      linux-i2c@vger.kernel.org
1889 S:      Supported
1890 F:      drivers/i2c/busses/i2c-at91.c
1891
1892 ATMEL ISI DRIVER
1893 M:      Josh Wu <josh.wu@atmel.com>
1894 L:      linux-media@vger.kernel.org
1895 S:      Supported
1896 F:      drivers/media/platform/soc_camera/atmel-isi.c
1897 F:      include/media/atmel-isi.h
1898
1899 ATMEL LCDFB DRIVER
1900 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1901 L:      linux-fbdev@vger.kernel.org
1902 S:      Maintained
1903 F:      drivers/video/fbdev/atmel_lcdfb.c
1904 F:      include/video/atmel_lcdc.h
1905
1906 ATMEL MACB ETHERNET DRIVER
1907 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1908 S:      Supported
1909 F:      drivers/net/ethernet/cadence/
1910
1911 ATMEL NAND DRIVER
1912 M:      Josh Wu <josh.wu@atmel.com>
1913 L:      linux-mtd@lists.infradead.org
1914 S:      Supported
1915 F:      drivers/mtd/nand/atmel_nand*
1916
1917 ATMEL SDMMC DRIVER
1918 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1919 L:      linux-mmc@vger.kernel.org
1920 S:      Supported
1921 F:      drivers/mmc/host/sdhci-of-at91.c
1922
1923 ATMEL SPI DRIVER
1924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1925 S:      Supported
1926 F:      drivers/spi/spi-atmel.*
1927
1928 ATMEL SSC DRIVER
1929 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1931 S:      Supported
1932 F:      drivers/misc/atmel-ssc.c
1933 F:      include/linux/atmel-ssc.h
1934
1935 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1936 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1938 S:      Supported
1939 F:      drivers/misc/atmel_tclib.c
1940 F:      drivers/clocksource/tcb_clksrc.c
1941
1942 ATMEL USBA UDC DRIVER
1943 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 S:      Supported
1946 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1947
1948 ATMEL WIRELESS DRIVER
1949 M:      Simon Kelley <simon@thekelleys.org.uk>
1950 L:      linux-wireless@vger.kernel.org
1951 W:      http://www.thekelleys.org.uk/atmel
1952 W:      http://atmelwlandriver.sourceforge.net/
1953 S:      Maintained
1954 F:      drivers/net/wireless/atmel*
1955
1956 ATMEL MAXTOUCH DRIVER
1957 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1958 T:      git git://github.com/atmel-maxtouch/linux.git
1959 S:      Supported
1960 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1961 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1962 F:      include/linux/platform_data/atmel_mxt_ts.h
1963
1964 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1965 M:      Bradley Grove <linuxdrivers@attotech.com>
1966 L:      linux-scsi@vger.kernel.org
1967 W:      http://www.attotech.com
1968 S:      Supported
1969 F:      drivers/scsi/esas2r
1970
1971 ATUSB IEEE 802.15.4 RADIO DRIVER
1972 M:      Stefan Schmidt <stefan@osg.samsung.com>
1973 L:      linux-wpan@vger.kernel.org
1974 S:      Maintained
1975 F:      drivers/net/ieee802154/atusb.c
1976 F:      drivers/net/ieee802154/atusb.h
1977 F:      drivers/net/ieee802154/at86rf230.h
1978
1979 AUDIT SUBSYSTEM
1980 M:      Paul Moore <paul@paul-moore.com>
1981 M:      Eric Paris <eparis@redhat.com>
1982 L:      linux-audit@redhat.com (moderated for non-subscribers)
1983 W:      http://people.redhat.com/sgrubb/audit/
1984 T:      git git://git.infradead.org/users/pcmoore/audit
1985 S:      Maintained
1986 F:      include/linux/audit.h
1987 F:      include/uapi/linux/audit.h
1988 F:      kernel/audit*
1989
1990 AUXILIARY DISPLAY DRIVERS
1991 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1992 W:      http://miguelojeda.es/auxdisplay.htm
1993 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1994 S:      Maintained
1995 F:      drivers/auxdisplay/
1996 F:      include/linux/cfag12864b.h
1997
1998 AVR32 ARCHITECTURE
1999 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2000 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2001 W:      http://www.atmel.com/products/AVR32/
2002 W:      http://mirror.egtvedt.no/avr32linux.org/
2003 W:      http://avrfreaks.net/
2004 S:      Maintained
2005 F:      arch/avr32/
2006
2007 AVR32/AT32AP MACHINE SUPPORT
2008 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2009 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2010 S:      Maintained
2011 F:      arch/avr32/mach-at32ap/
2012
2013 AX.25 NETWORK LAYER
2014 M:      Ralf Baechle <ralf@linux-mips.org>
2015 L:      linux-hams@vger.kernel.org
2016 W:      http://www.linux-ax25.org/
2017 S:      Maintained
2018 F:      include/uapi/linux/ax25.h
2019 F:      include/net/ax25.h
2020 F:      net/ax25/
2021
2022 AZ6007 DVB DRIVER
2023 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2024 L:      linux-media@vger.kernel.org
2025 W:      http://linuxtv.org
2026 T:      git git://linuxtv.org/media_tree.git
2027 S:      Maintained
2028 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2029
2030 AZTECH FM RADIO RECEIVER DRIVER
2031 M:      Hans Verkuil <hverkuil@xs4all.nl>
2032 L:      linux-media@vger.kernel.org
2033 T:      git git://linuxtv.org/media_tree.git
2034 W:      http://linuxtv.org
2035 S:      Maintained
2036 F:      drivers/media/radio/radio-aztech*
2037
2038 B43 WIRELESS DRIVER
2039 L:      linux-wireless@vger.kernel.org
2040 L:      b43-dev@lists.infradead.org
2041 W:      http://wireless.kernel.org/en/users/Drivers/b43
2042 S:      Odd Fixes
2043 F:      drivers/net/wireless/b43/
2044
2045 B43LEGACY WIRELESS DRIVER
2046 M:      Larry Finger <Larry.Finger@lwfinger.net>
2047 L:      linux-wireless@vger.kernel.org
2048 L:      b43-dev@lists.infradead.org
2049 W:      http://wireless.kernel.org/en/users/Drivers/b43
2050 S:      Maintained
2051 F:      drivers/net/wireless/b43legacy/
2052
2053 BACKLIGHT CLASS/SUBSYSTEM
2054 M:      Jingoo Han <jingoohan1@gmail.com>
2055 M:      Lee Jones <lee.jones@linaro.org>
2056 S:      Maintained
2057 F:      drivers/video/backlight/
2058 F:      include/linux/backlight.h
2059
2060 BATMAN ADVANCED
2061 M:      Marek Lindner <mareklindner@neomailbox.ch>
2062 M:      Simon Wunderlich <sw@simonwunderlich.de>
2063 M:      Antonio Quartulli <antonio@meshcoding.com>
2064 L:      b.a.t.m.a.n@lists.open-mesh.org
2065 W:      http://www.open-mesh.org/
2066 S:      Maintained
2067 F:      net/batman-adv/
2068
2069 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2070 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2071 L:      linux-hams@vger.kernel.org
2072 W:      http://www.baycom.org/~tom/ham/ham.html
2073 S:      Maintained
2074 F:      drivers/net/hamradio/baycom*
2075
2076 BCACHE (BLOCK LAYER CACHE)
2077 M:      Kent Overstreet <kent.overstreet@gmail.com>
2078 L:      linux-bcache@vger.kernel.org
2079 W:      http://bcache.evilpiepirate.org
2080 S:      Maintained
2081 F:      drivers/md/bcache/
2082
2083 BDISP ST MEDIA DRIVER
2084 M:      Fabien Dessenne <fabien.dessenne@st.com>
2085 L:      linux-media@vger.kernel.org
2086 T:      git git://linuxtv.org/media_tree.git
2087 W:      http://linuxtv.org
2088 S:      Supported
2089 F:      drivers/media/platform/sti/bdisp
2090
2091 BEFS FILE SYSTEM
2092 S:      Orphan
2093 F:      Documentation/filesystems/befs.txt
2094 F:      fs/befs/
2095
2096 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2097 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2098 L:      netdev@vger.kernel.org
2099 S:      Maintained
2100 F:      drivers/net/ethernet/ec_bhf.c
2101
2102 BFS FILE SYSTEM
2103 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2104 S:      Maintained
2105 F:      Documentation/filesystems/bfs.txt
2106 F:      fs/bfs/
2107 F:      include/uapi/linux/bfs_fs.h
2108
2109 BLACKFIN ARCHITECTURE
2110 M:      Steven Miao <realmz6@gmail.com>
2111 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2112 T:      git git://git.code.sf.net/p/adi-linux/code
2113 W:      http://blackfin.uclinux.org
2114 S:      Supported
2115 F:      arch/blackfin/
2116
2117 BLACKFIN EMAC DRIVER
2118 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2119 W:      http://blackfin.uclinux.org
2120 S:      Supported
2121 F:      drivers/net/ethernet/adi/
2122
2123 BLACKFIN RTC DRIVER
2124 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2125 W:      http://blackfin.uclinux.org
2126 S:      Supported
2127 F:      drivers/rtc/rtc-bfin.c
2128
2129 BLACKFIN SDH DRIVER
2130 M:      Sonic Zhang <sonic.zhang@analog.com>
2131 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2132 W:      http://blackfin.uclinux.org
2133 S:      Supported
2134 F:      drivers/mmc/host/bfin_sdh.c
2135
2136 BLACKFIN SERIAL DRIVER
2137 M:      Sonic Zhang <sonic.zhang@analog.com>
2138 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2139 W:      http://blackfin.uclinux.org
2140 S:      Supported
2141 F:      drivers/tty/serial/bfin_uart.c
2142
2143 BLACKFIN WATCHDOG DRIVER
2144 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2145 W:      http://blackfin.uclinux.org
2146 S:      Supported
2147 F:      drivers/watchdog/bfin_wdt.c
2148
2149 BLACKFIN I2C TWI DRIVER
2150 M:      Sonic Zhang <sonic.zhang@analog.com>
2151 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 W:      http://blackfin.uclinux.org/
2153 S:      Supported
2154 F:      drivers/i2c/busses/i2c-bfin-twi.c
2155
2156 BLACKFIN MEDIA DRIVER
2157 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2158 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2159 W:      http://blackfin.uclinux.org/
2160 S:      Supported
2161 F:      drivers/media/platform/blackfin/
2162 F:      drivers/media/i2c/adv7183*
2163 F:      drivers/media/i2c/vs6624*
2164
2165 BLINKM RGB LED DRIVER
2166 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2167 S:      Maintained
2168 F:      drivers/leds/leds-blinkm.c
2169
2170 BLOCK LAYER
2171 M:      Jens Axboe <axboe@kernel.dk>
2172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2173 S:      Maintained
2174 F:      block/
2175 F:      kernel/trace/blktrace.c
2176
2177 BLOCK2MTD DRIVER
2178 M:      Joern Engel <joern@lazybastard.org>
2179 L:      linux-mtd@lists.infradead.org
2180 S:      Maintained
2181 F:      drivers/mtd/devices/block2mtd.c
2182
2183 BLUETOOTH DRIVERS
2184 M:      Marcel Holtmann <marcel@holtmann.org>
2185 M:      Gustavo Padovan <gustavo@padovan.org>
2186 M:      Johan Hedberg <johan.hedberg@gmail.com>
2187 L:      linux-bluetooth@vger.kernel.org
2188 W:      http://www.bluez.org/
2189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2191 S:      Maintained
2192 F:      drivers/bluetooth/
2193
2194 BLUETOOTH SUBSYSTEM
2195 M:      Marcel Holtmann <marcel@holtmann.org>
2196 M:      Gustavo Padovan <gustavo@padovan.org>
2197 M:      Johan Hedberg <johan.hedberg@gmail.com>
2198 L:      linux-bluetooth@vger.kernel.org
2199 W:      http://www.bluez.org/
2200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2202 S:      Maintained
2203 F:      net/bluetooth/
2204 F:      include/net/bluetooth/
2205
2206 BONDING DRIVER
2207 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2208 M:      Veaceslav Falico <vfalico@gmail.com>
2209 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2210 L:      netdev@vger.kernel.org
2211 W:      http://sourceforge.net/projects/bonding/
2212 S:      Supported
2213 F:      drivers/net/bonding/
2214 F:      include/uapi/linux/if_bonding.h
2215
2216 BPF (Safe dynamic programs and tools)
2217 M:      Alexei Starovoitov <ast@kernel.org>
2218 L:      netdev@vger.kernel.org
2219 L:      linux-kernel@vger.kernel.org
2220 S:      Supported
2221 F:      kernel/bpf/
2222
2223 BROADCOM B44 10/100 ETHERNET DRIVER
2224 M:      Gary Zambrano <zambrano@broadcom.com>
2225 L:      netdev@vger.kernel.org
2226 S:      Supported
2227 F:      drivers/net/ethernet/broadcom/b44.*
2228
2229 BROADCOM GENET ETHERNET DRIVER
2230 M:      Florian Fainelli <f.fainelli@gmail.com>
2231 L:      netdev@vger.kernel.org
2232 S:      Supported
2233 F:      drivers/net/ethernet/broadcom/genet/
2234
2235 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2236 M:      Sony Chacko <sony.chacko@qlogic.com>
2237 M:      Dept-HSGLinuxNICDev@qlogic.com
2238 L:      netdev@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/net/ethernet/broadcom/bnx2.*
2241 F:      drivers/net/ethernet/broadcom/bnx2_*
2242
2243 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2244 M:      Ariel Elior <ariel.elior@qlogic.com>
2245 L:      netdev@vger.kernel.org
2246 S:      Supported
2247 F:      drivers/net/ethernet/broadcom/bnx2x/
2248
2249 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2250 M:      Florian Fainelli <f.fainelli@gmail.com>
2251 M:      Ray Jui <rjui@broadcom.com>
2252 M:      Scott Branden <sbranden@broadcom.com>
2253 L:      bcm-kernel-feedback-list@broadcom.com
2254 T:      git git://github.com/broadcom/mach-bcm
2255 S:      Maintained
2256 F:      arch/arm/mach-bcm/
2257 F:      arch/arm/boot/dts/bcm113*
2258 F:      arch/arm/boot/dts/bcm216*
2259 F:      arch/arm/boot/dts/bcm281*
2260 F:      arch/arm/configs/bcm_defconfig
2261 F:      drivers/mmc/host/sdhci-bcm-kona.c
2262 F:      drivers/clocksource/bcm_kona_timer.c
2263
2264 BROADCOM BCM2835 ARM ARCHITECTURE
2265 M:      Stephen Warren <swarren@wwwdotorg.org>
2266 M:      Lee Jones <lee@kernel.org>
2267 M:      Eric Anholt <eric@anholt.net>
2268 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2271 S:      Maintained
2272 N:      bcm2835
2273
2274 BROADCOM BCM33XX MIPS ARCHITECTURE
2275 M:      Kevin Cernekee <cernekee@gmail.com>
2276 L:      linux-mips@linux-mips.org
2277 S:      Maintained
2278 F:      arch/mips/bcm3384/*
2279 F:      arch/mips/include/asm/mach-bcm3384/*
2280 F:      arch/mips/kernel/*bmips*
2281
2282 BROADCOM BCM47XX MIPS ARCHITECTURE
2283 M:      Hauke Mehrtens <hauke@hauke-m.de>
2284 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2285 L:      linux-mips@linux-mips.org
2286 S:      Maintained
2287 F:      arch/mips/bcm47xx/*
2288 F:      arch/mips/include/asm/mach-bcm47xx/*
2289
2290 BROADCOM BCM5301X ARM ARCHITECTURE
2291 M:      Hauke Mehrtens <hauke@hauke-m.de>
2292 L:      linux-arm-kernel@lists.infradead.org
2293 S:      Maintained
2294 F:      arch/arm/mach-bcm/bcm_5301x.c
2295 F:      arch/arm/boot/dts/bcm5301x.dtsi
2296 F:      arch/arm/boot/dts/bcm470*
2297
2298 BROADCOM BCM63XX ARM ARCHITECTURE
2299 M:      Florian Fainelli <f.fainelli@gmail.com>
2300 L:      linux-arm-kernel@lists.infradead.org
2301 T:      git git://github.com/broadcom/arm-bcm63xx.git
2302 S:      Maintained
2303 F:      arch/arm/mach-bcm/bcm63xx.c
2304 F:      arch/arm/include/debug/bcm63xx.S
2305
2306 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2307 M:      Kevin Cernekee <cernekee@gmail.com>
2308 L:      linux-usb@vger.kernel.org
2309 S:      Maintained
2310 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2311
2312 BROADCOM BCM7XXX ARM ARCHITECTURE
2313 M:      Brian Norris <computersforpeace@gmail.com>
2314 M:      Gregory Fong <gregory.0xf0@gmail.com>
2315 M:      Florian Fainelli <f.fainelli@gmail.com>
2316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2317 T:      git git://github.com/broadcom/stblinux.git
2318 S:      Maintained
2319 F:      arch/arm/mach-bcm/*brcmstb*
2320 F:      arch/arm/boot/dts/bcm7*.dts*
2321 F:      drivers/bus/brcmstb_gisb.c
2322 N:      brcmstb
2323
2324 BROADCOM BMIPS MIPS ARCHITECTURE
2325 M:      Kevin Cernekee <cernekee@gmail.com>
2326 M:      Florian Fainelli <f.fainelli@gmail.com>
2327 L:      linux-mips@linux-mips.org
2328 T:      git git://github.com/broadcom/stblinux.git
2329 S:      Maintained
2330 F:      arch/mips/bmips/*
2331 F:      arch/mips/include/asm/mach-bmips/*
2332 F:      arch/mips/kernel/*bmips*
2333 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2334 F:      drivers/irqchip/irq-bcm7*
2335 F:      drivers/irqchip/irq-brcmstb*
2336
2337 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2338 M:      Prashant Sreedharan <prashant@broadcom.com>
2339 M:      Michael Chan <mchan@broadcom.com>
2340 L:      netdev@vger.kernel.org
2341 S:      Supported
2342 F:      drivers/net/ethernet/broadcom/tg3.*
2343
2344 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2345 M:      Brett Rudley <brudley@broadcom.com>
2346 M:      Arend van Spriel <arend@broadcom.com>
2347 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2348 M:      Hante Meuleman <meuleman@broadcom.com>
2349 L:      linux-wireless@vger.kernel.org
2350 L:      brcm80211-dev-list@broadcom.com
2351 S:      Supported
2352 F:      drivers/net/wireless/brcm80211/
2353
2354 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2355 M:      QLogic-Storage-Upstream@qlogic.com
2356 L:      linux-scsi@vger.kernel.org
2357 S:      Supported
2358 F:      drivers/scsi/bnx2fc/
2359
2360 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2361 M:      QLogic-Storage-Upstream@qlogic.com
2362 L:      linux-scsi@vger.kernel.org
2363 S:      Supported
2364 F:      drivers/scsi/bnx2i/
2365
2366 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2367 M:      Ray Jui <rjui@broadcom.com>
2368 M:      Scott Branden <sbranden@broadcom.com>
2369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2370 L:      bcm-kernel-feedback-list@broadcom.com
2371 T:      git git://github.com/broadcom/cygnus-linux.git
2372 S:      Maintained
2373 N:      iproc
2374 N:      cygnus
2375 N:      bcm9113*
2376 N:      bcm9583*
2377 N:      bcm583*
2378 N:      bcm113*
2379
2380 BROADCOM BRCMSTB GPIO DRIVER
2381 M:      Gregory Fong <gregory.0xf0@gmail.com>
2382 L:      bcm-kernel-feedback-list@broadcom.com>
2383 S:      Supported
2384 F:      drivers/gpio/gpio-brcmstb.c
2385 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2386
2387 BROADCOM KONA GPIO DRIVER
2388 M:      Ray Jui <rjui@broadcom.com>
2389 L:      bcm-kernel-feedback-list@broadcom.com
2390 S:      Supported
2391 F:      drivers/gpio/gpio-bcm-kona.c
2392 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2393
2394 BROADCOM NVRAM DRIVER
2395 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2396 L:      linux-mips@linux-mips.org
2397 S:      Maintained
2398 F:      drivers/firmware/broadcom/*
2399
2400 BROADCOM STB NAND FLASH DRIVER
2401 M:      Brian Norris <computersforpeace@gmail.com>
2402 L:      linux-mtd@lists.infradead.org
2403 S:      Maintained
2404 F:      drivers/mtd/nand/brcmnand/
2405
2406 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2407 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2408 L:      linux-wireless@vger.kernel.org
2409 S:      Maintained
2410 F:      drivers/bcma/
2411 F:      include/linux/bcma/
2412
2413 BROADCOM SYSTEMPORT ETHERNET DRIVER
2414 M:      Florian Fainelli <f.fainelli@gmail.com>
2415 L:      netdev@vger.kernel.org
2416 S:      Supported
2417 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2418
2419 BROCADE BFA FC SCSI DRIVER
2420 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2421 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2422 L:      linux-scsi@vger.kernel.org
2423 S:      Supported
2424 F:      drivers/scsi/bfa/
2425
2426 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2427 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2428 L:      netdev@vger.kernel.org
2429 S:      Supported
2430 F:      drivers/net/ethernet/brocade/bna/
2431
2432 BSG (block layer generic sg v4 driver)
2433 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2434 L:      linux-scsi@vger.kernel.org
2435 S:      Supported
2436 F:      block/bsg.c
2437 F:      include/linux/bsg.h
2438 F:      include/uapi/linux/bsg.h
2439
2440 BT87X AUDIO DRIVER
2441 M:      Clemens Ladisch <clemens@ladisch.de>
2442 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2443 T:      git git://git.alsa-project.org/alsa-kernel.git
2444 S:      Maintained
2445 F:      Documentation/sound/alsa/Bt87x.txt
2446 F:      sound/pci/bt87x.c
2447
2448 BT8XXGPIO DRIVER
2449 M:      Michael Buesch <m@bues.ch>
2450 W:      http://bu3sch.de/btgpio.php
2451 S:      Maintained
2452 F:      drivers/gpio/gpio-bt8xx.c
2453
2454 BTRFS FILE SYSTEM
2455 M:      Chris Mason <clm@fb.com>
2456 M:      Josef Bacik <jbacik@fb.com>
2457 M:      David Sterba <dsterba@suse.com>
2458 L:      linux-btrfs@vger.kernel.org
2459 W:      http://btrfs.wiki.kernel.org/
2460 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2462 S:      Maintained
2463 F:      Documentation/filesystems/btrfs.txt
2464 F:      fs/btrfs/
2465
2466 BTTV VIDEO4LINUX DRIVER
2467 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2468 L:      linux-media@vger.kernel.org
2469 W:      http://linuxtv.org
2470 T:      git git://linuxtv.org/media_tree.git
2471 S:      Odd fixes
2472 F:      Documentation/video4linux/bttv/
2473 F:      drivers/media/pci/bt8xx/bttv*
2474
2475 BUSLOGIC SCSI DRIVER
2476 M:      Khalid Aziz <khalid@gonehiking.org>
2477 L:      linux-scsi@vger.kernel.org
2478 S:      Maintained
2479 F:      drivers/scsi/BusLogic.*
2480 F:      drivers/scsi/FlashPoint.*
2481
2482 C-MEDIA CMI8788 DRIVER
2483 M:      Clemens Ladisch <clemens@ladisch.de>
2484 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2485 T:      git git://git.alsa-project.org/alsa-kernel.git
2486 S:      Maintained
2487 F:      sound/pci/oxygen/
2488
2489 C6X ARCHITECTURE
2490 M:      Mark Salter <msalter@redhat.com>
2491 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2492 L:      linux-c6x-dev@linux-c6x.org
2493 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2494 S:      Maintained
2495 F:      arch/c6x/
2496
2497 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2498 M:      David Howells <dhowells@redhat.com>
2499 L:      linux-cachefs@redhat.com
2500 S:      Supported
2501 F:      Documentation/filesystems/caching/cachefiles.txt
2502 F:      fs/cachefiles/
2503
2504 CADET FM/AM RADIO RECEIVER DRIVER
2505 M:      Hans Verkuil <hverkuil@xs4all.nl>
2506 L:      linux-media@vger.kernel.org
2507 T:      git git://linuxtv.org/media_tree.git
2508 W:      http://linuxtv.org
2509 S:      Maintained
2510 F:      drivers/media/radio/radio-cadet*
2511
2512 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2513 M:      Jonathan Corbet <corbet@lwn.net>
2514 L:      linux-media@vger.kernel.org
2515 T:      git git://linuxtv.org/media_tree.git
2516 S:      Maintained
2517 F:      Documentation/video4linux/cafe_ccic
2518 F:      drivers/media/platform/marvell-ccic/
2519
2520 CAIF NETWORK LAYER
2521 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2522 L:      netdev@vger.kernel.org
2523 S:      Supported
2524 F:      Documentation/networking/caif/
2525 F:      drivers/net/caif/
2526 F:      include/uapi/linux/caif/
2527 F:      include/net/caif/
2528 F:      net/caif/
2529
2530 CALGARY x86-64 IOMMU
2531 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2532 M:      "Jon D. Mason" <jdmason@kudzu.us>
2533 L:      discuss@x86-64.org
2534 S:      Maintained
2535 F:      arch/x86/kernel/pci-calgary_64.c
2536 F:      arch/x86/kernel/tce_64.c
2537 F:      arch/x86/include/asm/calgary.h
2538 F:      arch/x86/include/asm/tce.h
2539
2540 CAN NETWORK LAYER
2541 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2542 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2543 L:      linux-can@vger.kernel.org
2544 W:      https://github.com/linux-can
2545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2547 S:      Maintained
2548 F:      Documentation/networking/can.txt
2549 F:      net/can/
2550 F:      include/linux/can/core.h
2551 F:      include/uapi/linux/can.h
2552 F:      include/uapi/linux/can/bcm.h
2553 F:      include/uapi/linux/can/raw.h
2554 F:      include/uapi/linux/can/gw.h
2555
2556 CAN NETWORK DRIVERS
2557 M:      Wolfgang Grandegger <wg@grandegger.com>
2558 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2559 L:      linux-can@vger.kernel.org
2560 W:      https://github.com/linux-can
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2563 S:      Maintained
2564 F:      drivers/net/can/
2565 F:      include/linux/can/dev.h
2566 F:      include/linux/can/platform/
2567 F:      include/uapi/linux/can/error.h
2568 F:      include/uapi/linux/can/netlink.h
2569
2570 CAPABILITIES
2571 M:      Serge Hallyn <serge.hallyn@canonical.com>
2572 L:      linux-security-module@vger.kernel.org
2573 S:      Supported
2574 F:      include/linux/capability.h
2575 F:      include/uapi/linux/capability.h
2576 F:      security/commoncap.c
2577 F:      kernel/capability.c
2578
2579 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2580 M:      Kevin Tsai <ktsai@capellamicro.com>
2581 S:      Maintained
2582 F:      drivers/iio/light/cm*
2583 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2584
2585 CAVIUM LIQUIDIO NETWORK DRIVER
2586 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2587 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2588 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2589 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2590 L:     netdev@vger.kernel.org
2591 W:     http://www.cavium.com
2592 S:     Supported
2593 F:     drivers/net/ethernet/cavium/liquidio/
2594
2595 CC2520 IEEE-802.15.4 RADIO DRIVER
2596 M:      Varka Bhadram <varkabhadram@gmail.com>
2597 L:      linux-wpan@vger.kernel.org
2598 S:      Maintained
2599 F:      drivers/net/ieee802154/cc2520.c
2600 F:      include/linux/spi/cc2520.h
2601 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2602
2603 CELL BROADBAND ENGINE ARCHITECTURE
2604 M:      Arnd Bergmann <arnd@arndb.de>
2605 L:      linuxppc-dev@lists.ozlabs.org
2606 W:      http://www.ibm.com/developerworks/power/cell/
2607 S:      Supported
2608 F:      arch/powerpc/include/asm/cell*.h
2609 F:      arch/powerpc/include/asm/spu*.h
2610 F:      arch/powerpc/include/uapi/asm/spu*.h
2611 F:      arch/powerpc/oprofile/*cell*
2612 F:      arch/powerpc/platforms/cell/
2613
2614 CEPH COMMON CODE (LIBCEPH)
2615 M:      Ilya Dryomov <idryomov@gmail.com>
2616 M:      "Yan, Zheng" <zyan@redhat.com>
2617 M:      Sage Weil <sage@redhat.com>
2618 L:      ceph-devel@vger.kernel.org
2619 W:      http://ceph.com/
2620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2621 T:      git git://github.com/ceph/ceph-client.git
2622 S:      Supported
2623 F:      net/ceph/
2624 F:      include/linux/ceph/
2625 F:      include/linux/crush/
2626
2627 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2628 M:      "Yan, Zheng" <zyan@redhat.com>
2629 M:      Sage Weil <sage@redhat.com>
2630 M:      Ilya Dryomov <idryomov@gmail.com>
2631 L:      ceph-devel@vger.kernel.org
2632 W:      http://ceph.com/
2633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2634 T:      git git://github.com/ceph/ceph-client.git
2635 S:      Supported
2636 F:      Documentation/filesystems/ceph.txt
2637 F:      fs/ceph/
2638
2639 CERTIFICATE HANDLING:
2640 M:      David Howells <dhowells@redhat.com>
2641 M:      David Woodhouse <dwmw2@infradead.org>
2642 L:      keyrings@linux-nfs.org
2643 S:      Maintained
2644 F:      Documentation/module-signing.txt
2645 F:      certs/
2646 F:      scripts/extract-cert.c
2647
2648 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2649 L:      linux-usb@vger.kernel.org
2650 S:      Orphan
2651 F:      Documentation/usb/WUSB-Design-overview.txt
2652 F:      Documentation/usb/wusb-cbaf
2653 F:      drivers/usb/host/hwa-hc.c
2654 F:      drivers/usb/host/whci/
2655 F:      drivers/usb/wusbcore/
2656 F:      include/linux/usb/wusb*
2657
2658 CFAG12864B LCD DRIVER
2659 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2660 W:      http://miguelojeda.es/auxdisplay.htm
2661 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2662 S:      Maintained
2663 F:      drivers/auxdisplay/cfag12864b.c
2664 F:      include/linux/cfag12864b.h
2665
2666 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2667 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2668 W:      http://miguelojeda.es/auxdisplay.htm
2669 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2670 S:      Maintained
2671 F:      drivers/auxdisplay/cfag12864bfb.c
2672 F:      include/linux/cfag12864b.h
2673
2674 CFG80211 and NL80211
2675 M:      Johannes Berg <johannes@sipsolutions.net>
2676 L:      linux-wireless@vger.kernel.org
2677 W:      http://wireless.kernel.org/
2678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2680 S:      Maintained
2681 F:      include/uapi/linux/nl80211.h
2682 F:      include/net/cfg80211.h
2683 F:      net/wireless/*
2684 X:      net/wireless/wext*
2685
2686 CHAR and MISC DRIVERS
2687 M:      Arnd Bergmann <arnd@arndb.de>
2688 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2690 S:      Supported
2691 F:      drivers/char/*
2692 F:      drivers/misc/*
2693 F:      include/linux/miscdevice.h
2694
2695 CHECKPATCH
2696 M:      Andy Whitcroft <apw@canonical.com>
2697 M:      Joe Perches <joe@perches.com>
2698 S:      Maintained
2699 F:      scripts/checkpatch.pl
2700
2701 CHINESE DOCUMENTATION
2702 M:      Harry Wei <harryxiyou@gmail.com>
2703 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2704 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2705 S:      Maintained
2706 F:      Documentation/zh_CN/
2707
2708 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2709 M:      Peter Chen <Peter.Chen@freescale.com>
2710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2711 L:      linux-usb@vger.kernel.org
2712 S:      Maintained
2713 F:      drivers/usb/chipidea/
2714
2715 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2716 M:      Hans de Goede <hdegoede@redhat.com>
2717 L:      linux-input@vger.kernel.org
2718 S:      Maintained
2719 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2720 F:      drivers/input/touchscreen/chipone_icn8318.c
2721
2722 CHROME HARDWARE PLATFORM SUPPORT
2723 M:      Olof Johansson <olof@lixom.net>
2724 S:      Maintained
2725 F:      drivers/platform/chrome/
2726
2727 CISCO VIC ETHERNET NIC DRIVER
2728 M:      Christian Benvenuti <benve@cisco.com>
2729 M:      Sujith Sankar <ssujith@cisco.com>
2730 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2731 M:      Neel Patel <neepatel@cisco.com>
2732 S:      Supported
2733 F:      drivers/net/ethernet/cisco/enic/
2734
2735 CISCO VIC LOW LATENCY NIC DRIVER
2736 M:      Upinder Malhi <umalhi@cisco.com>
2737 S:      Supported
2738 F:      drivers/infiniband/hw/usnic
2739
2740 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2741 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2742 L:      netdev@vger.kernel.org
2743 S:      Maintained
2744 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2745
2746 CIRRUS LOGIC AUDIO CODEC DRIVERS
2747 M:      Brian Austin <brian.austin@cirrus.com>
2748 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2749 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2750 S:      Maintained
2751 F:      sound/soc/codecs/cs*
2752
2753 CLEANCACHE API
2754 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2755 L:      linux-kernel@vger.kernel.org
2756 S:      Maintained
2757 F:      mm/cleancache.c
2758 F:      include/linux/cleancache.h
2759
2760 CLK API
2761 M:      Russell King <linux@arm.linux.org.uk>
2762 L:      linux-clk@vger.kernel.org
2763 S:      Maintained
2764 F:      include/linux/clk.h
2765
2766 CLOCKSOURCE, CLOCKEVENT DRIVERS
2767 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2768 M:      Thomas Gleixner <tglx@linutronix.de>
2769 L:      linux-kernel@vger.kernel.org
2770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2771 S:      Supported
2772 F:      drivers/clocksource
2773
2774 CISCO FCOE HBA DRIVER
2775 M:      Hiral Patel <hiralpat@cisco.com>
2776 M:      Suma Ramars <sramars@cisco.com>
2777 M:      Brian Uchino <buchino@cisco.com>
2778 L:      linux-scsi@vger.kernel.org
2779 S:      Supported
2780 F:      drivers/scsi/fnic/
2781
2782 CISCO SCSI HBA DRIVER
2783 M:      Narsimhulu Musini <nmusini@cisco.com>
2784 M:      Sesidhar Baddela <sebaddel@cisco.com>
2785 L:      linux-scsi@vger.kernel.org
2786 S:      Supported
2787 F:      drivers/scsi/snic/
2788
2789 CMPC ACPI DRIVER
2790 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2791 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2792 L:      platform-driver-x86@vger.kernel.org
2793 S:      Supported
2794 F:      drivers/platform/x86/classmate-laptop.c
2795
2796 COBALT MEDIA DRIVER
2797 M:      Hans Verkuil <hans.verkuil@cisco.com>
2798 L:      linux-media@vger.kernel.org
2799 T:      git git://linuxtv.org/media_tree.git
2800 W:      http://linuxtv.org
2801 S:      Supported
2802 F:      drivers/media/pci/cobalt/
2803
2804 COCCINELLE/Semantic Patches (SmPL)
2805 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2806 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2807 M:      Nicolas Palix <nicolas.palix@imag.fr>
2808 M:      Michal Marek <mmarek@suse.com>
2809 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2811 W:      http://coccinelle.lip6.fr/
2812 S:      Supported
2813 F:      Documentation/coccinelle.txt
2814 F:      scripts/coccinelle/
2815 F:      scripts/coccicheck
2816
2817 CODA FILE SYSTEM
2818 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2819 M:      coda@cs.cmu.edu
2820 L:      codalist@coda.cs.cmu.edu
2821 W:      http://www.coda.cs.cmu.edu/
2822 S:      Maintained
2823 F:      Documentation/filesystems/coda.txt
2824 F:      fs/coda/
2825 F:      include/linux/coda*.h
2826 F:      include/uapi/linux/coda*.h
2827
2828 CODA V4L2 MEM2MEM DRIVER
2829 M:      Philipp Zabel <p.zabel@pengutronix.de>
2830 L:      linux-media@vger.kernel.org
2831 S:      Maintained
2832 F:      Documentation/devicetree/bindings/media/coda.txt
2833 F:      drivers/media/platform/coda/
2834
2835 COMMON CLK FRAMEWORK
2836 M:      Michael Turquette <mturquette@baylibre.com>
2837 M:      Stephen Boyd <sboyd@codeaurora.org>
2838 L:      linux-clk@vger.kernel.org
2839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2840 S:      Maintained
2841 F:      drivers/clk/
2842 X:      drivers/clk/clkdev.c
2843 F:      include/linux/clk-pr*
2844 F:      include/linux/clk/
2845
2846 COMMON INTERNET FILE SYSTEM (CIFS)
2847 M:      Steve French <sfrench@samba.org>
2848 L:      linux-cifs@vger.kernel.org
2849 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2850 W:      http://linux-cifs.samba.org/
2851 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2852 S:      Supported
2853 F:      Documentation/filesystems/cifs/
2854 F:      fs/cifs/
2855
2856 COMPACTPCI HOTPLUG CORE
2857 M:      Scott Murray <scott@spiteful.org>
2858 L:      linux-pci@vger.kernel.org
2859 S:      Maintained
2860 F:      drivers/pci/hotplug/cpci_hotplug*
2861
2862 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2863 M:      Scott Murray <scott@spiteful.org>
2864 L:      linux-pci@vger.kernel.org
2865 S:      Maintained
2866 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2867
2868 COMPACTPCI HOTPLUG GENERIC DRIVER
2869 M:      Scott Murray <scott@spiteful.org>
2870 L:      linux-pci@vger.kernel.org
2871 S:      Maintained
2872 F:      drivers/pci/hotplug/cpcihp_generic.c
2873
2874 COMPAL LAPTOP SUPPORT
2875 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2876 L:      platform-driver-x86@vger.kernel.org
2877 S:      Maintained
2878 F:      drivers/platform/x86/compal-laptop.c
2879
2880 CONEXANT ACCESSRUNNER USB DRIVER
2881 M:      Simon Arlott <cxacru@fire.lp0.eu>
2882 L:      accessrunner-general@lists.sourceforge.net
2883 W:      http://accessrunner.sourceforge.net/
2884 S:      Maintained
2885 F:      drivers/usb/atm/cxacru.c
2886
2887 CONFIGFS
2888 M:      Joel Becker <jlbec@evilplan.org>
2889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2890 S:      Supported
2891 F:      fs/configfs/
2892 F:      include/linux/configfs.h
2893
2894 CONNECTOR
2895 M:      Evgeniy Polyakov <zbr@ioremap.net>
2896 L:      netdev@vger.kernel.org
2897 S:      Maintained
2898 F:      drivers/connector/
2899
2900 CONTROL GROUP (CGROUP)
2901 M:      Tejun Heo <tj@kernel.org>
2902 M:      Li Zefan <lizefan@huawei.com>
2903 M:      Johannes Weiner <hannes@cmpxchg.org>
2904 L:      cgroups@vger.kernel.org
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2906 S:      Maintained
2907 F:      Documentation/cgroups/
2908 F:      include/linux/cgroup*
2909 F:      kernel/cgroup*
2910
2911 CONTROL GROUP - CPUSET
2912 M:      Li Zefan <lizefan@huawei.com>
2913 L:      cgroups@vger.kernel.org
2914 W:      http://www.bullopensource.org/cpuset/
2915 W:      http://oss.sgi.com/projects/cpusets/
2916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2917 S:      Maintained
2918 F:      Documentation/cgroups/cpusets.txt
2919 F:      include/linux/cpuset.h
2920 F:      kernel/cpuset.c
2921
2922 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2923 M:      Johannes Weiner <hannes@cmpxchg.org>
2924 M:      Michal Hocko <mhocko@kernel.org>
2925 L:      cgroups@vger.kernel.org
2926 L:      linux-mm@kvack.org
2927 S:      Maintained
2928 F:      mm/memcontrol.c
2929 F:      mm/swap_cgroup.c
2930
2931 CORETEMP HARDWARE MONITORING DRIVER
2932 M:      Fenghua Yu <fenghua.yu@intel.com>
2933 L:      lm-sensors@lm-sensors.org
2934 S:      Maintained
2935 F:      Documentation/hwmon/coretemp
2936 F:      drivers/hwmon/coretemp.c
2937
2938 COSA/SRP SYNC SERIAL DRIVER
2939 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2940 W:      http://www.fi.muni.cz/~kas/cosa/
2941 S:      Maintained
2942 F:      drivers/net/wan/cosa*
2943
2944 CPMAC ETHERNET DRIVER
2945 M:      Florian Fainelli <florian@openwrt.org>
2946 L:      netdev@vger.kernel.org
2947 S:      Maintained
2948 F:      drivers/net/ethernet/ti/cpmac.c
2949
2950 CPU FREQUENCY DRIVERS
2951 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2952 M:      Viresh Kumar <viresh.kumar@linaro.org>
2953 L:      linux-pm@vger.kernel.org
2954 S:      Maintained
2955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2956 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2957 F:      drivers/cpufreq/
2958 F:      include/linux/cpufreq.h
2959
2960 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2961 M:      Viresh Kumar <viresh.kumar@linaro.org>
2962 M:      Sudeep Holla <sudeep.holla@arm.com>
2963 L:      linux-pm@vger.kernel.org
2964 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2965 S:      Maintained
2966 F:      drivers/cpufreq/arm_big_little.h
2967 F:      drivers/cpufreq/arm_big_little.c
2968 F:      drivers/cpufreq/arm_big_little_dt.c
2969
2970 CPUIDLE DRIVER - ARM BIG LITTLE
2971 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2972 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2973 L:      linux-pm@vger.kernel.org
2974 L:      linux-arm-kernel@lists.infradead.org
2975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2976 S:      Maintained
2977 F:      drivers/cpuidle/cpuidle-big_little.c
2978
2979 CPUIDLE DRIVER - ARM EXYNOS
2980 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2981 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2982 M:      Kukjin Kim <kgene@kernel.org>
2983 L:      linux-pm@vger.kernel.org
2984 L:      linux-samsung-soc@vger.kernel.org
2985 S:      Supported
2986 F:      drivers/cpuidle/cpuidle-exynos.c
2987 F:      arch/arm/mach-exynos/pm.c
2988
2989 CPUIDLE DRIVERS
2990 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2991 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2992 L:      linux-pm@vger.kernel.org
2993 S:      Maintained
2994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2995 F:      drivers/cpuidle/*
2996 F:      include/linux/cpuidle.h
2997
2998 CPUID/MSR DRIVER
2999 M:      "H. Peter Anvin" <hpa@zytor.com>
3000 S:      Maintained
3001 F:      arch/x86/kernel/cpuid.c
3002 F:      arch/x86/kernel/msr.c
3003
3004 CPU POWER MONITORING SUBSYSTEM
3005 M:      Thomas Renninger <trenn@suse.com>
3006 L:      linux-pm@vger.kernel.org
3007 S:      Maintained
3008 F:      tools/power/cpupower/
3009
3010 CRAMFS FILESYSTEM
3011 W:      http://sourceforge.net/projects/cramfs/
3012 S:      Orphan / Obsolete
3013 F:      Documentation/filesystems/cramfs.txt
3014 F:      fs/cramfs/
3015
3016 CRIS PORT
3017 M:      Mikael Starvik <starvik@axis.com>
3018 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3019 L:      linux-cris-kernel@axis.com
3020 W:      http://developer.axis.com
3021 S:      Maintained
3022 F:      arch/cris/
3023 F:      drivers/tty/serial/crisv10.*
3024
3025 CRYPTO API
3026 M:      Herbert Xu <herbert@gondor.apana.org.au>
3027 M:      "David S. Miller" <davem@davemloft.net>
3028 L:      linux-crypto@vger.kernel.org
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3030 S:      Maintained
3031 F:      Documentation/crypto/
3032 F:      Documentation/DocBook/crypto-API.tmpl
3033 F:      arch/*/crypto/
3034 F:      crypto/
3035 F:      drivers/crypto/
3036 F:      include/crypto/
3037
3038 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3039 M:      Neil Horman <nhorman@tuxdriver.com>
3040 L:      linux-crypto@vger.kernel.org
3041 S:      Maintained
3042 F:      crypto/ansi_cprng.c
3043 F:      crypto/rng.c
3044
3045 CS5535 Audio ALSA driver
3046 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3047 S:      Maintained
3048 F:      sound/pci/cs5535audio/
3049
3050 CW1200 WLAN driver
3051 M:      Solomon Peachy <pizza@shaftnet.org>
3052 S:      Maintained
3053 F:      drivers/net/wireless/cw1200/
3054
3055 CX18 VIDEO4LINUX DRIVER
3056 M:      Andy Walls <awalls@md.metrocast.net>
3057 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3058 L:      linux-media@vger.kernel.org
3059 T:      git git://linuxtv.org/media_tree.git
3060 W:      http://linuxtv.org
3061 W:      http://www.ivtvdriver.org/index.php/Cx18
3062 S:      Maintained
3063 F:      Documentation/video4linux/cx18.txt
3064 F:      drivers/media/pci/cx18/
3065 F:      include/uapi/linux/ivtv*
3066
3067 CX2341X MPEG ENCODER HELPER MODULE
3068 M:      Hans Verkuil <hverkuil@xs4all.nl>
3069 L:      linux-media@vger.kernel.org
3070 T:      git git://linuxtv.org/media_tree.git
3071 W:      http://linuxtv.org
3072 S:      Maintained
3073 F:      drivers/media/common/cx2341x*
3074 F:      include/media/cx2341x*
3075
3076 CX24120 MEDIA DRIVER
3077 M:      Jemma Denson <jdenson@gmail.com>
3078 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3079 L:      linux-media@vger.kernel.org
3080 W:      http://linuxtv.org/
3081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3082 S:      Maintained
3083 F:      drivers/media/dvb-frontends/cx24120*
3084
3085 CX88 VIDEO4LINUX DRIVER
3086 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3087 L:      linux-media@vger.kernel.org
3088 W:      http://linuxtv.org
3089 T:      git git://linuxtv.org/media_tree.git
3090 S:      Odd fixes
3091 F:      Documentation/video4linux/cx88/
3092 F:      drivers/media/pci/cx88/
3093
3094 CXD2820R MEDIA DRIVER
3095 M:      Antti Palosaari <crope@iki.fi>
3096 L:      linux-media@vger.kernel.org
3097 W:      http://linuxtv.org/
3098 W:      http://palosaari.fi/linux/
3099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3100 T:      git git://linuxtv.org/anttip/media_tree.git
3101 S:      Maintained
3102 F:      drivers/media/dvb-frontends/cxd2820r*
3103
3104 CXGB3 ETHERNET DRIVER (CXGB3)
3105 M:      Santosh Raspatur <santosh@chelsio.com>
3106 L:      netdev@vger.kernel.org
3107 W:      http://www.chelsio.com
3108 S:      Supported
3109 F:      drivers/net/ethernet/chelsio/cxgb3/
3110
3111 CXGB3 ISCSI DRIVER (CXGB3I)
3112 M:      Karen Xie <kxie@chelsio.com>
3113 L:      linux-scsi@vger.kernel.org
3114 W:      http://www.chelsio.com
3115 S:      Supported
3116 F:      drivers/scsi/cxgbi/cxgb3i
3117
3118 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3119 M:      Steve Wise <swise@chelsio.com>
3120 L:      linux-rdma@vger.kernel.org
3121 W:      http://www.openfabrics.org
3122 S:      Supported
3123 F:      drivers/infiniband/hw/cxgb3/
3124
3125 CXGB4 ETHERNET DRIVER (CXGB4)
3126 M:      Hariprasad S <hariprasad@chelsio.com>
3127 L:      netdev@vger.kernel.org
3128 W:      http://www.chelsio.com
3129 S:      Supported
3130 F:      drivers/net/ethernet/chelsio/cxgb4/
3131
3132 CXGB4 ISCSI DRIVER (CXGB4I)
3133 M:      Karen Xie <kxie@chelsio.com>
3134 L:      linux-scsi@vger.kernel.org
3135 W:      http://www.chelsio.com
3136 S:      Supported
3137 F:      drivers/scsi/cxgbi/cxgb4i
3138
3139 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3140 M:      Steve Wise <swise@chelsio.com>
3141 L:      linux-rdma@vger.kernel.org
3142 W:      http://www.openfabrics.org
3143 S:      Supported
3144 F:      drivers/infiniband/hw/cxgb4/
3145
3146 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3147 M:      Casey Leedom <leedom@chelsio.com>
3148 L:      netdev@vger.kernel.org
3149 W:      http://www.chelsio.com
3150 S:      Supported
3151 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3152
3153 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3154 M:      Ian Munsie <imunsie@au1.ibm.com>
3155 M:      Michael Neuling <mikey@neuling.org>
3156 L:      linuxppc-dev@lists.ozlabs.org
3157 S:      Supported
3158 F:      drivers/misc/cxl/
3159 F:      include/misc/cxl*
3160 F:      include/uapi/misc/cxl.h
3161 F:      Documentation/powerpc/cxl.txt
3162 F:      Documentation/powerpc/cxl.txt
3163 F:      Documentation/ABI/testing/sysfs-class-cxl
3164
3165 STMMAC ETHERNET DRIVER
3166 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3167 L:      netdev@vger.kernel.org
3168 W:      http://www.stlinux.com
3169 S:      Supported
3170 F:      drivers/net/ethernet/stmicro/stmmac/
3171
3172 CYBERPRO FB DRIVER
3173 M:      Russell King <linux@arm.linux.org.uk>
3174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3175 W:      http://www.arm.linux.org.uk/
3176 S:      Maintained
3177 F:      drivers/video/fbdev/cyber2000fb.*
3178
3179 CYCLADES ASYNC MUX DRIVER
3180 W:      http://www.cyclades.com/
3181 S:      Orphan
3182 F:      drivers/tty/cyclades.c
3183 F:      include/linux/cyclades.h
3184 F:      include/uapi/linux/cyclades.h
3185
3186 CYCLADES PC300 DRIVER
3187 W:      http://www.cyclades.com/
3188 S:      Orphan
3189 F:      drivers/net/wan/pc300*
3190
3191 CYPRESS_FIRMWARE MEDIA DRIVER
3192 M:      Antti Palosaari <crope@iki.fi>
3193 L:      linux-media@vger.kernel.org
3194 W:      http://linuxtv.org/
3195 W:      http://palosaari.fi/linux/
3196 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3197 T:      git git://linuxtv.org/anttip/media_tree.git
3198 S:      Maintained
3199 F:      drivers/media/common/cypress_firmware*
3200
3201 CYTTSP TOUCHSCREEN DRIVER
3202 M:      Ferruh Yigit <fery@cypress.com>
3203 L:      linux-input@vger.kernel.org
3204 S:      Supported
3205 F:      drivers/input/touchscreen/cyttsp*
3206 F:      include/linux/input/cyttsp.h
3207
3208 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3209 M:      Joshua Kinard <kumba@gentoo.org>
3210 S:      Maintained
3211 F:      drivers/rtc/rtc-ds1685.c
3212 F:      include/linux/rtc/ds1685.h
3213
3214 DAMA SLAVE for AX.25
3215 M:      Joerg Reuter <jreuter@yaina.de>
3216 W:      http://yaina.de/jreuter/
3217 W:      http://www.qsl.net/dl1bke/
3218 L:      linux-hams@vger.kernel.org
3219 S:      Maintained
3220 F:      net/ax25/af_ax25.c
3221 F:      net/ax25/ax25_dev.c
3222 F:      net/ax25/ax25_ds_*
3223 F:      net/ax25/ax25_in.c
3224 F:      net/ax25/ax25_out.c
3225 F:      net/ax25/ax25_timer.c
3226 F:      net/ax25/sysctl_net_ax25.c
3227
3228 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3229 L:      netdev@vger.kernel.org
3230 S:      Orphan
3231 F:      Documentation/networking/dmfe.txt
3232 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3233
3234 DC390/AM53C974 SCSI driver
3235 M:      Hannes Reinecke <hare@suse.com>
3236 L:      linux-scsi@vger.kernel.org
3237 S:      Maintained
3238 F:      drivers/scsi/am53c974.c
3239
3240 DC395x SCSI driver
3241 M:      Oliver Neukum <oliver@neukum.org>
3242 M:      Ali Akcaagac <aliakc@web.de>
3243 M:      Jamie Lenehan <lenehan@twibble.org>
3244 L:      dc395x@twibble.org
3245 W:      http://twibble.org/dist/dc395x/
3246 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3247 S:      Maintained
3248 F:      Documentation/scsi/dc395x.txt
3249 F:      drivers/scsi/dc395x.*
3250
3251 DCCP PROTOCOL
3252 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3253 L:      dccp@vger.kernel.org
3254 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3255 S:      Maintained
3256 F:      include/linux/dccp.h
3257 F:      include/uapi/linux/dccp.h
3258 F:      include/linux/tfrc.h
3259 F:      net/dccp/
3260
3261 DECnet NETWORK LAYER
3262 W:      http://linux-decnet.sourceforge.net
3263 L:      linux-decnet-user@lists.sourceforge.net
3264 S:      Orphan
3265 F:      Documentation/networking/decnet.txt
3266 F:      net/decnet/
3267
3268 DECSTATION PLATFORM SUPPORT
3269 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3270 L:      linux-mips@linux-mips.org
3271 W:      http://www.linux-mips.org/wiki/DECstation
3272 S:      Maintained
3273 F:      arch/mips/dec/
3274 F:      arch/mips/include/asm/dec/
3275 F:      arch/mips/include/asm/mach-dec/
3276
3277 DEFXX FDDI NETWORK DRIVER
3278 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3279 S:      Maintained
3280 F:      drivers/net/fddi/defxx.*
3281
3282 DELL LAPTOP DRIVER
3283 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3284 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3285 L:      platform-driver-x86@vger.kernel.org
3286 S:      Maintained
3287 F:      drivers/platform/x86/dell-laptop.c
3288
3289 DELL LAPTOP RBTN DRIVER
3290 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3291 S:      Maintained
3292 F:      drivers/platform/x86/dell-rbtn.*
3293
3294 DELL LAPTOP FREEFALL DRIVER
3295 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3296 S:      Maintained
3297 F:      drivers/platform/x86/dell-smo8800.c
3298
3299 DELL LAPTOP SMM DRIVER
3300 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3301 S:      Maintained
3302 F:      drivers/hwmon/dell-smm-hwmon.c
3303 F:      include/uapi/linux/i8k.h
3304
3305 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3306 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3307 S:      Maintained
3308 F:      Documentation/dcdbas.txt
3309 F:      drivers/firmware/dcdbas.*
3310
3311 DELL WMI EXTRAS DRIVER
3312 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3313 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3314 S:      Maintained
3315 F:      drivers/platform/x86/dell-wmi.c
3316
3317 DESIGNWARE USB2 DRD IP DRIVER
3318 M:      John Youn <johnyoun@synopsys.com>
3319 L:      linux-usb@vger.kernel.org
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3321 S:      Maintained
3322 F:      drivers/usb/dwc2/
3323
3324 DESIGNWARE USB3 DRD IP DRIVER
3325 M:      Felipe Balbi <balbi@ti.com>
3326 L:      linux-usb@vger.kernel.org
3327 L:      linux-omap@vger.kernel.org
3328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3329 S:      Maintained
3330 F:      drivers/usb/dwc3/
3331
3332 DEVICE COREDUMP (DEV_COREDUMP)
3333 M:      Johannes Berg <johannes@sipsolutions.net>
3334 L:      linux-kernel@vger.kernel.org
3335 S:      Maintained
3336 F:      drivers/base/devcoredump.c
3337 F:      include/linux/devcoredump.h
3338
3339 DEVICE FREQUENCY (DEVFREQ)
3340 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3341 M:      Kyungmin Park <kyungmin.park@samsung.com>
3342 L:      linux-pm@vger.kernel.org
3343 S:      Maintained
3344 F:      drivers/devfreq/
3345
3346 DEVICE NUMBER REGISTRY
3347 M:      Torben Mathiasen <device@lanana.org>
3348 W:      http://lanana.org/docs/device-list/index.html
3349 S:      Maintained
3350
3351 DEVICE-MAPPER  (LVM)
3352 M:      Alasdair Kergon <agk@redhat.com>
3353 M:      Mike Snitzer <snitzer@redhat.com>
3354 M:      dm-devel@redhat.com
3355 L:      dm-devel@redhat.com
3356 W:      http://sources.redhat.com/dm
3357 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3359 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3360 S:      Maintained
3361 F:      Documentation/device-mapper/
3362 F:      drivers/md/dm*
3363 F:      drivers/md/persistent-data/
3364 F:      include/linux/device-mapper.h
3365 F:      include/linux/dm-*.h
3366 F:      include/uapi/linux/dm-*.h
3367
3368 DIALOG SEMICONDUCTOR DRIVERS
3369 M:      Support Opensource <support.opensource@diasemi.com>
3370 W:      http://www.dialog-semiconductor.com/products
3371 S:      Supported
3372 F:      Documentation/hwmon/da90??
3373 F:      drivers/gpio/gpio-da90??.c
3374 F:      drivers/hwmon/da90??-hwmon.c
3375 F:      drivers/iio/adc/da91??-*.c
3376 F:      drivers/input/misc/da90??_onkey.c
3377 F:      drivers/input/touchscreen/da9052_tsi.c
3378 F:      drivers/leds/leds-da90??.c
3379 F:      drivers/mfd/da903x.c
3380 F:      drivers/mfd/da90??-*.c
3381 F:      drivers/mfd/da91??-*.c
3382 F:      drivers/power/da9052-battery.c
3383 F:      drivers/power/da91??-*.c
3384 F:      drivers/regulator/da903x.c
3385 F:      drivers/regulator/da9???-regulator.[ch]
3386 F:      drivers/rtc/rtc-da90??.c
3387 F:      drivers/video/backlight/da90??_bl.c
3388 F:      drivers/watchdog/da90??_wdt.c
3389 F:      include/linux/mfd/da903x.h
3390 F:      include/linux/mfd/da9052/
3391 F:      include/linux/mfd/da9055/
3392 F:      include/linux/mfd/da9063/
3393 F:      include/linux/mfd/da9150/
3394 F:      include/sound/da[79]*.h
3395 F:      sound/soc/codecs/da[79]*.[ch]
3396
3397 DIGI NEO AND CLASSIC PCI PRODUCTS
3398 M:      Lidza Louina <lidza.louina@gmail.com>
3399 M:      Mark Hounschell <markh@compro.net>
3400 L:      driverdev-devel@linuxdriverproject.org
3401 S:      Maintained
3402 F:      drivers/staging/dgnc/
3403
3404 DIGI EPCA PCI PRODUCTS
3405 M:      Lidza Louina <lidza.louina@gmail.com>
3406 M:      Daeseok Youn <daeseok.youn@gmail.com>
3407 L:      driverdev-devel@linuxdriverproject.org
3408 S:      Maintained
3409 F:      drivers/staging/dgap/
3410
3411 DIOLAN U2C-12 I2C DRIVER
3412 M:      Guenter Roeck <linux@roeck-us.net>
3413 L:      linux-i2c@vger.kernel.org
3414 S:      Maintained
3415 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3416
3417 DIRECT ACCESS (DAX)
3418 M:      Matthew Wilcox <willy@linux.intel.com>
3419 L:      linux-fsdevel@vger.kernel.org
3420 S:      Supported
3421 F:      fs/dax.c
3422
3423 DIRECTORY NOTIFICATION (DNOTIFY)
3424 M:      Eric Paris <eparis@parisplace.org>
3425 S:      Maintained
3426 F:      Documentation/filesystems/dnotify.txt
3427 F:      fs/notify/dnotify/
3428 F:      include/linux/dnotify.h
3429
3430 DISK GEOMETRY AND PARTITION HANDLING
3431 M:      Andries Brouwer <aeb@cwi.nl>
3432 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3433 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3434 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3435 S:      Maintained
3436
3437 DISKQUOTA
3438 M:      Jan Kara <jack@suse.com>
3439 S:      Maintained
3440 F:      Documentation/filesystems/quota.txt
3441 F:      fs/quota/
3442 F:      include/linux/quota*.h
3443 F:      include/uapi/linux/quota*.h
3444
3445 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3446 M:      Bernie Thompson <bernie@plugable.com>
3447 L:      linux-fbdev@vger.kernel.org
3448 S:      Maintained
3449 W:      http://plugable.com/category/projects/udlfb/
3450 F:      drivers/video/fbdev/udlfb.c
3451 F:      include/video/udlfb.h
3452 F:      Documentation/fb/udlfb.txt
3453
3454 DISTRIBUTED LOCK MANAGER (DLM)
3455 M:      Christine Caulfield <ccaulfie@redhat.com>
3456 M:      David Teigland <teigland@redhat.com>
3457 L:      cluster-devel@redhat.com
3458 W:      http://sources.redhat.com/cluster/
3459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3460 S:      Supported
3461 F:      fs/dlm/
3462
3463 DMA BUFFER SHARING FRAMEWORK
3464 M:      Sumit Semwal <sumit.semwal@linaro.org>
3465 S:      Maintained
3466 L:      linux-media@vger.kernel.org
3467 L:      dri-devel@lists.freedesktop.org
3468 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3469 F:      drivers/dma-buf/
3470 F:      include/linux/dma-buf*
3471 F:      include/linux/reservation.h
3472 F:      include/linux/*fence.h
3473 F:      Documentation/dma-buf-sharing.txt
3474 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3475
3476 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3477 M:      Vinod Koul <vinod.koul@intel.com>
3478 L:      dmaengine@vger.kernel.org
3479 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3480 S:      Maintained
3481 F:      drivers/dma/
3482 F:      include/linux/dmaengine.h
3483 F:      Documentation/dmaengine/
3484 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3485
3486 DME1737 HARDWARE MONITOR DRIVER
3487 M:      Juerg Haefliger <juergh@gmail.com>
3488 L:      lm-sensors@lm-sensors.org
3489 S:      Maintained
3490 F:      Documentation/hwmon/dme1737
3491 F:      drivers/hwmon/dme1737.c
3492
3493 DMI/SMBIOS SUPPORT
3494 M:      Jean Delvare <jdelvare@suse.com>
3495 S:      Maintained
3496 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3497 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3498 F:      drivers/firmware/dmi-id.c
3499 F:      drivers/firmware/dmi_scan.c
3500 F:      include/linux/dmi.h
3501
3502 DOCUMENTATION
3503 M:      Jonathan Corbet <corbet@lwn.net>
3504 L:      linux-doc@vger.kernel.org
3505 S:      Maintained
3506 F:      Documentation/
3507 X:      Documentation/ABI/
3508 X:      Documentation/devicetree/
3509 X:      Documentation/acpi
3510 X:      Documentation/power
3511 X:      Documentation/spi
3512 X:      Documentation/DocBook/media
3513 T:      git git://git.lwn.net/linux-2.6.git docs-next
3514
3515 DOUBLETALK DRIVER
3516 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3517 L:      blinux-list@redhat.com
3518 S:      Maintained
3519 F:      drivers/char/dtlk.c
3520 F:      include/linux/dtlk.h
3521
3522 DPT_I2O SCSI RAID DRIVER
3523 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3524 L:      linux-scsi@vger.kernel.org
3525 W:      http://www.adaptec.com/
3526 S:      Maintained
3527 F:      drivers/scsi/dpt*
3528 F:      drivers/scsi/dpt/
3529
3530 DRBD DRIVER
3531 P:      Philipp Reisner
3532 P:      Lars Ellenberg
3533 M:      drbd-dev@lists.linbit.com
3534 L:      drbd-user@lists.linbit.com
3535 W:      http://www.drbd.org
3536 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3537 T:      git git://git.drbd.org/drbd-8.3.git
3538 S:      Supported
3539 F:      drivers/block/drbd/
3540 F:      lib/lru_cache.c
3541 F:      Documentation/blockdev/drbd/
3542
3543 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3544 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3546 S:      Supported
3547 F:      Documentation/kobject.txt
3548 F:      drivers/base/
3549 F:      fs/debugfs/
3550 F:      fs/kernfs/
3551 F:      fs/sysfs/
3552 F:      include/linux/debugfs.h
3553 F:      include/linux/kobj*
3554 F:      lib/kobj*
3555
3556 DRM DRIVERS
3557 M:      David Airlie <airlied@linux.ie>
3558 L:      dri-devel@lists.freedesktop.org
3559 T:      git git://people.freedesktop.org/~airlied/linux
3560 S:      Maintained
3561 F:      drivers/gpu/drm/
3562 F:      drivers/gpu/vga/
3563 F:      include/drm/
3564 F:      include/uapi/drm/
3565
3566 RADEON DRM DRIVERS
3567 M:      Alex Deucher <alexander.deucher@amd.com>
3568 M:      Christian König <christian.koenig@amd.com>
3569 L:      dri-devel@lists.freedesktop.org
3570 T:      git git://people.freedesktop.org/~agd5f/linux
3571 S:      Supported
3572 F:      drivers/gpu/drm/radeon/
3573 F:      include/uapi/drm/radeon*
3574
3575 DRM PANEL DRIVERS
3576 M:      Thierry Reding <thierry.reding@gmail.com>
3577 L:      dri-devel@lists.freedesktop.org
3578 T:      git git://anongit.freedesktop.org/tegra/linux.git
3579 S:      Maintained
3580 F:      drivers/gpu/drm/drm_panel.c
3581 F:      drivers/gpu/drm/panel/
3582 F:      include/drm/drm_panel.h
3583 F:      Documentation/devicetree/bindings/panel/
3584
3585 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3586 M:      Daniel Vetter <daniel.vetter@intel.com>
3587 M:      Jani Nikula <jani.nikula@linux.intel.com>
3588 L:      intel-gfx@lists.freedesktop.org
3589 L:      dri-devel@lists.freedesktop.org
3590 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3591 T:      git git://anongit.freedesktop.org/drm-intel
3592 S:      Supported
3593 F:      drivers/gpu/drm/i915/
3594 F:      include/drm/i915*
3595 F:      include/uapi/drm/i915*
3596
3597 DRM DRIVERS FOR EXYNOS
3598 M:      Inki Dae <inki.dae@samsung.com>
3599 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3600 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3601 M:      Kyungmin Park <kyungmin.park@samsung.com>
3602 L:      dri-devel@lists.freedesktop.org
3603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3604 S:      Supported
3605 F:      drivers/gpu/drm/exynos/
3606 F:      include/drm/exynos*
3607 F:      include/uapi/drm/exynos*
3608
3609 DRM DRIVERS FOR FREESCALE DCU
3610 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3611 M:      Alison Wang <alison.wang@freescale.com>
3612 L:      dri-devel@lists.freedesktop.org
3613 S:      Supported
3614 F:      drivers/gpu/drm/fsl-dcu/
3615 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3616 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3617
3618 DRM DRIVERS FOR FREESCALE IMX
3619 M:      Philipp Zabel <p.zabel@pengutronix.de>
3620 L:      dri-devel@lists.freedesktop.org
3621 S:      Maintained
3622 F:      drivers/gpu/drm/imx/
3623 F:      Documentation/devicetree/bindings/drm/imx/
3624
3625 DRM DRIVERS FOR NVIDIA TEGRA
3626 M:      Thierry Reding <thierry.reding@gmail.com>
3627 M:      Terje Bergström <tbergstrom@nvidia.com>
3628 L:      dri-devel@lists.freedesktop.org
3629 L:      linux-tegra@vger.kernel.org
3630 T:      git git://anongit.freedesktop.org/tegra/linux.git
3631 S:      Supported
3632 F:      drivers/gpu/drm/tegra/
3633 F:      drivers/gpu/host1x/
3634 F:      include/linux/host1x.h
3635 F:      include/uapi/drm/tegra_drm.h
3636 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3637
3638 DRM DRIVERS FOR RENESAS
3639 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3640 L:      dri-devel@lists.freedesktop.org
3641 L:      linux-sh@vger.kernel.org
3642 T:      git git://people.freedesktop.org/~airlied/linux
3643 S:      Supported
3644 F:      drivers/gpu/drm/rcar-du/
3645 F:      drivers/gpu/drm/shmobile/
3646 F:      include/linux/platform_data/shmob_drm.h
3647
3648 DRM DRIVERS FOR ROCKCHIP
3649 M:      Mark Yao <mark.yao@rock-chips.com>
3650 L:      dri-devel@lists.freedesktop.org
3651 S:      Maintained
3652 F:      drivers/gpu/drm/rockchip/
3653 F:      Documentation/devicetree/bindings/video/rockchip*
3654
3655 DRM DRIVERS FOR STI
3656 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3657 M:      Vincent Abriou <vincent.abriou@st.com>
3658 L:      dri-devel@lists.freedesktop.org
3659 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3660 S:      Maintained
3661 F:      drivers/gpu/drm/sti
3662 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3663
3664 DSBR100 USB FM RADIO DRIVER
3665 M:      Alexey Klimov <klimov.linux@gmail.com>
3666 L:      linux-media@vger.kernel.org
3667 T:      git git://linuxtv.org/media_tree.git
3668 S:      Maintained
3669 F:      drivers/media/radio/dsbr100.c
3670
3671 DSCC4 DRIVER
3672 M:      Francois Romieu <romieu@fr.zoreil.com>
3673 L:      netdev@vger.kernel.org
3674 S:      Maintained
3675 F:      drivers/net/wan/dscc4.c
3676
3677 DT3155 MEDIA DRIVER
3678 M:      Hans Verkuil <hverkuil@xs4all.nl>
3679 L:      linux-media@vger.kernel.org
3680 T:      git git://linuxtv.org/media_tree.git
3681 W:      http://linuxtv.org
3682 S:      Odd Fixes
3683 F:      drivers/media/pci/dt3155/
3684
3685 DVB_USB_AF9015 MEDIA DRIVER
3686 M:      Antti Palosaari <crope@iki.fi>
3687 L:      linux-media@vger.kernel.org
3688 W:      http://linuxtv.org/
3689 W:      http://palosaari.fi/linux/
3690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3691 T:      git git://linuxtv.org/anttip/media_tree.git
3692 S:      Maintained
3693 F:      drivers/media/usb/dvb-usb-v2/af9015*
3694
3695 DVB_USB_AF9035 MEDIA DRIVER
3696 M:      Antti Palosaari <crope@iki.fi>
3697 L:      linux-media@vger.kernel.org
3698 W:      http://linuxtv.org/
3699 W:      http://palosaari.fi/linux/
3700 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3701 T:      git git://linuxtv.org/anttip/media_tree.git
3702 S:      Maintained
3703 F:      drivers/media/usb/dvb-usb-v2/af9035*
3704
3705 DVB_USB_ANYSEE MEDIA DRIVER
3706 M:      Antti Palosaari <crope@iki.fi>
3707 L:      linux-media@vger.kernel.org
3708 W:      http://linuxtv.org/
3709 W:      http://palosaari.fi/linux/
3710 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3711 T:      git git://linuxtv.org/anttip/media_tree.git
3712 S:      Maintained
3713 F:      drivers/media/usb/dvb-usb-v2/anysee*
3714
3715 DVB_USB_AU6610 MEDIA DRIVER
3716 M:      Antti Palosaari <crope@iki.fi>
3717 L:      linux-media@vger.kernel.org
3718 W:      http://linuxtv.org/
3719 W:      http://palosaari.fi/linux/
3720 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3721 T:      git git://linuxtv.org/anttip/media_tree.git
3722 S:      Maintained
3723 F:      drivers/media/usb/dvb-usb-v2/au6610*
3724
3725 DVB_USB_CE6230 MEDIA DRIVER
3726 M:      Antti Palosaari <crope@iki.fi>
3727 L:      linux-media@vger.kernel.org
3728 W:      http://linuxtv.org/
3729 W:      http://palosaari.fi/linux/
3730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3731 T:      git git://linuxtv.org/anttip/media_tree.git
3732 S:      Maintained
3733 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3734
3735 DVB_USB_CXUSB MEDIA DRIVER
3736 M:      Michael Krufky <mkrufky@linuxtv.org>
3737 L:      linux-media@vger.kernel.org
3738 W:      http://linuxtv.org/
3739 W:      http://github.com/mkrufky
3740 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3741 T:      git git://linuxtv.org/media_tree.git
3742 S:      Maintained
3743 F:      drivers/media/usb/dvb-usb/cxusb*
3744
3745 DVB_USB_EC168 MEDIA DRIVER
3746 M:      Antti Palosaari <crope@iki.fi>
3747 L:      linux-media@vger.kernel.org
3748 W:      http://linuxtv.org/
3749 W:      http://palosaari.fi/linux/
3750 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3751 T:      git git://linuxtv.org/anttip/media_tree.git
3752 S:      Maintained
3753 F:      drivers/media/usb/dvb-usb-v2/ec168*
3754
3755 DVB_USB_GL861 MEDIA DRIVER
3756 M:      Antti Palosaari <crope@iki.fi>
3757 L:      linux-media@vger.kernel.org
3758 W:      http://linuxtv.org/
3759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3760 T:      git git://linuxtv.org/anttip/media_tree.git
3761 S:      Maintained
3762 F:      drivers/media/usb/dvb-usb-v2/gl861*
3763
3764 DVB_USB_MXL111SF MEDIA DRIVER
3765 M:      Michael Krufky <mkrufky@linuxtv.org>
3766 L:      linux-media@vger.kernel.org
3767 W:      http://linuxtv.org/
3768 W:      http://github.com/mkrufky
3769 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3770 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3771 S:      Maintained
3772 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3773
3774 DVB_USB_RTL28XXU MEDIA DRIVER
3775 M:      Antti Palosaari <crope@iki.fi>
3776 L:      linux-media@vger.kernel.org
3777 W:      http://linuxtv.org/
3778 W:      http://palosaari.fi/linux/
3779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3780 T:      git git://linuxtv.org/anttip/media_tree.git
3781 S:      Maintained
3782 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3783
3784 DVB_USB_V2 MEDIA DRIVER
3785 M:      Antti Palosaari <crope@iki.fi>
3786 L:      linux-media@vger.kernel.org
3787 W:      http://linuxtv.org/
3788 W:      http://palosaari.fi/linux/
3789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3790 T:      git git://linuxtv.org/anttip/media_tree.git
3791 S:      Maintained
3792 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3793 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3794
3795 DYNAMIC DEBUG
3796 M:      Jason Baron <jbaron@akamai.com>
3797 S:      Maintained
3798 F:      lib/dynamic_debug.c
3799 F:      include/linux/dynamic_debug.h
3800
3801 DZ DECSTATION DZ11 SERIAL DRIVER
3802 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3803 S:      Maintained
3804 F:      drivers/tty/serial/dz.*
3805
3806 E3X0 POWER BUTTON DRIVER
3807 M:      Moritz Fischer <moritz.fischer@ettus.com>
3808 L:      usrp-users@lists.ettus.com
3809 W:      http://www.ettus.com
3810 S:      Supported
3811 F:      drivers/input/misc/e3x0-button.c
3812 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3813
3814 E4000 MEDIA DRIVER
3815 M:      Antti Palosaari <crope@iki.fi>
3816 L:      linux-media@vger.kernel.org
3817 W:      http://linuxtv.org/
3818 W:      http://palosaari.fi/linux/
3819 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3820 T:      git git://linuxtv.org/anttip/media_tree.git
3821 S:      Maintained
3822 F:      drivers/media/tuners/e4000*
3823
3824 EATA ISA/EISA/PCI SCSI DRIVER
3825 M:      Dario Ballabio <ballabio_dario@emc.com>
3826 L:      linux-scsi@vger.kernel.org
3827 S:      Maintained
3828 F:      drivers/scsi/eata.c
3829
3830 EC100 MEDIA DRIVER
3831 M:      Antti Palosaari <crope@iki.fi>
3832 L:      linux-media@vger.kernel.org
3833 W:      http://linuxtv.org/
3834 W:      http://palosaari.fi/linux/
3835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3836 T:      git git://linuxtv.org/anttip/media_tree.git
3837 S:      Maintained
3838 F:      drivers/media/dvb-frontends/ec100*
3839
3840 ECRYPT FILE SYSTEM
3841 M:      Tyler Hicks <tyhicks@canonical.com>
3842 L:      ecryptfs@vger.kernel.org
3843 W:      http://ecryptfs.org
3844 W:      https://launchpad.net/ecryptfs
3845 S:      Supported
3846 F:      Documentation/filesystems/ecryptfs.txt
3847 F:      fs/ecryptfs/
3848
3849 EDAC-CORE
3850 M:      Doug Thompson <dougthompson@xmission.com>
3851 M:      Borislav Petkov <bp@alien8.de>
3852 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3853 L:      linux-edac@vger.kernel.org
3854 W:      bluesmoke.sourceforge.net
3855 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3856 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3857 S:      Supported
3858 F:      Documentation/edac.txt
3859 F:      drivers/edac/
3860 F:      include/linux/edac.h
3861
3862 EDAC-AMD64
3863 M:      Doug Thompson <dougthompson@xmission.com>
3864 M:      Borislav Petkov <bp@alien8.de>
3865 L:      linux-edac@vger.kernel.org
3866 W:      bluesmoke.sourceforge.net
3867 S:      Maintained
3868 F:      drivers/edac/amd64_edac*
3869
3870 EDAC-CALXEDA
3871 M:      Doug Thompson <dougthompson@xmission.com>
3872 M:      Robert Richter <rric@kernel.org>
3873 L:      linux-edac@vger.kernel.org
3874 W:      bluesmoke.sourceforge.net
3875 S:      Maintained
3876 F:      drivers/edac/highbank*
3877
3878 EDAC-CAVIUM
3879 M:      Ralf Baechle <ralf@linux-mips.org>
3880 M:      David Daney <david.daney@cavium.com>
3881 L:      linux-edac@vger.kernel.org
3882 L:      linux-mips@linux-mips.org
3883 W:      bluesmoke.sourceforge.net
3884 S:      Supported
3885 F:      drivers/edac/octeon_edac*
3886
3887 EDAC-E752X
3888 M:      Mark Gross <mark.gross@intel.com>
3889 M:      Doug Thompson <dougthompson@xmission.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/e752x_edac.c
3894
3895 EDAC-E7XXX
3896 M:      Doug Thompson <dougthompson@xmission.com>
3897 L:      linux-edac@vger.kernel.org
3898 W:      bluesmoke.sourceforge.net
3899 S:      Maintained
3900 F:      drivers/edac/e7xxx_edac.c
3901
3902 EDAC-GHES
3903 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/ghes_edac.c
3908
3909 EDAC-I82443BXGX
3910 M:      Tim Small <tim@buttersideup.com>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/i82443bxgx_edac.c
3915
3916 EDAC-I3000
3917 M:      Jason Uhlenkott <juhlenko@akamai.com>
3918 L:      linux-edac@vger.kernel.org
3919 W:      bluesmoke.sourceforge.net
3920 S:      Maintained
3921 F:      drivers/edac/i3000_edac.c
3922
3923 EDAC-I5000
3924 M:      Doug Thompson <dougthompson@xmission.com>
3925 L:      linux-edac@vger.kernel.org
3926 W:      bluesmoke.sourceforge.net
3927 S:      Maintained
3928 F:      drivers/edac/i5000_edac.c
3929
3930 EDAC-I5400
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/i5400_edac.c
3936
3937 EDAC-I7300
3938 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3939 L:      linux-edac@vger.kernel.org
3940 W:      bluesmoke.sourceforge.net
3941 S:      Maintained
3942 F:      drivers/edac/i7300_edac.c
3943
3944 EDAC-I7CORE
3945 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3946 L:      linux-edac@vger.kernel.org
3947 W:      bluesmoke.sourceforge.net
3948 S:      Maintained
3949 F:      drivers/edac/i7core_edac.c
3950
3951 EDAC-I82975X
3952 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3953 M:      "Arvind R." <arvino55@gmail.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/i82975x_edac.c
3958
3959 EDAC-IE31200
3960 M:      Jason Baron <jbaron@akamai.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/ie31200_edac.c
3965
3966 EDAC-MPC85XX
3967 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/mpc85xx_edac.[ch]
3972
3973 EDAC-PASEMI
3974 M:      Egor Martovetsky <egor@pasemi.com>
3975 L:      linux-edac@vger.kernel.org
3976 W:      bluesmoke.sourceforge.net
3977 S:      Maintained
3978 F:      drivers/edac/pasemi_edac.c
3979
3980 EDAC-R82600
3981 M:      Tim Small <tim@buttersideup.com>
3982 L:      linux-edac@vger.kernel.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Maintained
3985 F:      drivers/edac/r82600_edac.c
3986
3987 EDAC-SBRIDGE
3988 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3989 L:      linux-edac@vger.kernel.org
3990 W:      bluesmoke.sourceforge.net
3991 S:      Maintained
3992 F:      drivers/edac/sb_edac.c
3993
3994 EDAC-XGENE
3995 APPLIED MICRO (APM) X-GENE SOC EDAC
3996 M:     Loc Ho <lho@apm.com>
3997 S:     Supported
3998 F:     drivers/edac/xgene_edac.c
3999 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4000
4001 EDIROL UA-101/UA-1000 DRIVER
4002 M:      Clemens Ladisch <clemens@ladisch.de>
4003 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4004 T:      git git://git.alsa-project.org/alsa-kernel.git
4005 S:      Maintained
4006 F:      sound/usb/misc/ua101.c
4007
4008 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4009 M:      Matt Fleming <matt.fleming@intel.com>
4010 L:      linux-efi@vger.kernel.org
4011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4012 S:      Maintained
4013 F:      Documentation/efi-stub.txt
4014 F:      arch/ia64/kernel/efi.c
4015 F:      arch/x86/boot/compressed/eboot.[ch]
4016 F:      arch/x86/include/asm/efi.h
4017 F:      arch/x86/platform/efi/*
4018 F:      drivers/firmware/efi/*
4019 F:      include/linux/efi*.h
4020
4021 EFI VARIABLE FILESYSTEM
4022 M:      Matthew Garrett <matthew.garrett@nebula.com>
4023 M:      Jeremy Kerr <jk@ozlabs.org>
4024 M:      Matt Fleming <matt.fleming@intel.com>
4025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4026 L:      linux-efi@vger.kernel.org
4027 S:      Maintained
4028 F:      fs/efivarfs/
4029
4030 EFIFB FRAMEBUFFER DRIVER
4031 L:      linux-fbdev@vger.kernel.org
4032 M:      Peter Jones <pjones@redhat.com>
4033 S:      Maintained
4034 F:      drivers/video/fbdev/efifb.c
4035
4036 EFS FILESYSTEM
4037 W:      http://aeschi.ch.eu.org/efs/
4038 S:      Orphan
4039 F:      fs/efs/
4040
4041 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4042 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4043 M:      Christoph Raisch <raisch@de.ibm.com>
4044 L:      linux-rdma@vger.kernel.org
4045 S:      Supported
4046 F:      drivers/infiniband/hw/ehca/
4047
4048 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4049 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4050 L:      netdev@vger.kernel.org
4051 S:      Maintained
4052 F:      drivers/net/ethernet/ibm/ehea/
4053
4054 EM28XX VIDEO4LINUX DRIVER
4055 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4056 L:      linux-media@vger.kernel.org
4057 W:      http://linuxtv.org
4058 T:      git git://linuxtv.org/media_tree.git
4059 S:      Maintained
4060 F:      drivers/media/usb/em28xx/
4061
4062 EMBEDDED LINUX
4063 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4064 M:      Matt Mackall <mpm@selenic.com>
4065 M:      David Woodhouse <dwmw2@infradead.org>
4066 L:      linux-embedded@vger.kernel.org
4067 S:      Maintained
4068
4069 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4070 M:      James Smart <james.smart@avagotech.com>
4071 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4072 L:      linux-scsi@vger.kernel.org
4073 W:      http://www.avagotech.com
4074 S:      Supported
4075 F:      drivers/scsi/lpfc/
4076
4077 ENE CB710 FLASH CARD READER DRIVER
4078 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4079 S:      Maintained
4080 F:      drivers/misc/cb710/
4081 F:      drivers/mmc/host/cb710-mmc.*
4082 F:      include/linux/cb710.h
4083
4084 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4085 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4086 S:      Maintained
4087 F:      drivers/media/rc/ene_ir.*
4088
4089 ENHANCED ERROR HANDLING (EEH)
4090 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4091 L:      linuxppc-dev@lists.ozlabs.org
4092 S:      Supported
4093 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4094 F:      arch/powerpc/kernel/eeh*.c
4095
4096 EPSON S1D13XXX FRAMEBUFFER DRIVER
4097 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4098 S:      Maintained
4099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4100 F:      drivers/video/fbdev/s1d13xxxfb.c
4101 F:      include/video/s1d13xxxfb.h
4102
4103 ET131X NETWORK DRIVER
4104 M:      Mark Einon <mark.einon@gmail.com>
4105 S:      Odd Fixes
4106 F:      drivers/net/ethernet/agere/
4107
4108 ETHERNET BRIDGE
4109 M:      Stephen Hemminger <stephen@networkplumber.org>
4110 L:      bridge@lists.linux-foundation.org
4111 L:      netdev@vger.kernel.org
4112 W:      http://www.linuxfoundation.org/en/Net:Bridge
4113 S:      Maintained
4114 F:      include/linux/netfilter_bridge/
4115 F:      net/bridge/
4116
4117 ETHERNET PHY LIBRARY
4118 M:      Florian Fainelli <f.fainelli@gmail.com>
4119 L:      netdev@vger.kernel.org
4120 S:      Maintained
4121 F:      include/linux/phy.h
4122 F:      include/linux/phy_fixed.h
4123 F:      drivers/net/phy/
4124 F:      Documentation/networking/phy.txt
4125 F:      drivers/of/of_mdio.c
4126 F:      drivers/of/of_net.c
4127
4128 EXT2 FILE SYSTEM
4129 M:      Jan Kara <jack@suse.com>
4130 L:      linux-ext4@vger.kernel.org
4131 S:      Maintained
4132 F:      Documentation/filesystems/ext2.txt
4133 F:      fs/ext2/
4134 F:      include/linux/ext2*
4135
4136 EXT4 FILE SYSTEM
4137 M:      "Theodore Ts'o" <tytso@mit.edu>
4138 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4139 L:      linux-ext4@vger.kernel.org
4140 W:      http://ext4.wiki.kernel.org
4141 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4142 S:      Maintained
4143 F:      Documentation/filesystems/ext4.txt
4144 F:      fs/ext4/
4145
4146 Extended Verification Module (EVM)
4147 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4148 L:      linux-ima-devel@lists.sourceforge.net
4149 L:      linux-security-module@vger.kernel.org
4150 S:      Supported
4151 F:      security/integrity/evm/
4152
4153 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4154 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4155 M:      Chanwoo Choi <cw00.choi@samsung.com>
4156 L:      linux-kernel@vger.kernel.org
4157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4158 S:      Maintained
4159 F:      drivers/extcon/
4160 F:      Documentation/extcon/
4161
4162 EXYNOS DP DRIVER
4163 M:      Jingoo Han <jingoohan1@gmail.com>
4164 L:      dri-devel@lists.freedesktop.org
4165 S:      Maintained
4166 F:      drivers/gpu/drm/exynos/exynos_dp*
4167
4168 EXYNOS MIPI DISPLAY DRIVERS
4169 M:      Inki Dae <inki.dae@samsung.com>
4170 M:      Donghwa Lee <dh09.lee@samsung.com>
4171 M:      Kyungmin Park <kyungmin.park@samsung.com>
4172 L:      linux-fbdev@vger.kernel.org
4173 S:      Maintained
4174 F:      drivers/video/fbdev/exynos/exynos_mipi*
4175 F:      include/video/exynos_mipi*
4176
4177 F71805F HARDWARE MONITORING DRIVER
4178 M:      Jean Delvare <jdelvare@suse.com>
4179 L:      lm-sensors@lm-sensors.org
4180 S:      Maintained
4181 F:      Documentation/hwmon/f71805f
4182 F:      drivers/hwmon/f71805f.c
4183
4184 FC0011 TUNER DRIVER
4185 M:      Michael Buesch <m@bues.ch>
4186 L:      linux-media@vger.kernel.org
4187 S:      Maintained
4188 F:      drivers/media/tuners/fc0011.h
4189 F:      drivers/media/tuners/fc0011.c
4190
4191 FC2580 MEDIA DRIVER
4192 M:      Antti Palosaari <crope@iki.fi>
4193 L:      linux-media@vger.kernel.org
4194 W:      http://linuxtv.org/
4195 W:      http://palosaari.fi/linux/
4196 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4197 T:      git git://linuxtv.org/anttip/media_tree.git
4198 S:      Maintained
4199 F:      drivers/media/tuners/fc2580*
4200
4201 FANOTIFY
4202 M:      Eric Paris <eparis@redhat.com>
4203 S:      Maintained
4204 F:      fs/notify/fanotify/
4205 F:      include/linux/fanotify.h
4206 F:      include/uapi/linux/fanotify.h
4207
4208 FARSYNC SYNCHRONOUS DRIVER
4209 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4210 W:      http://www.farsite.co.uk/
4211 S:      Supported
4212 F:      drivers/net/wan/farsync.*
4213
4214 FAULT INJECTION SUPPORT
4215 M:      Akinobu Mita <akinobu.mita@gmail.com>
4216 S:      Supported
4217 F:      Documentation/fault-injection/
4218 F:      lib/fault-inject.c
4219
4220 FBTFT Framebuffer drivers
4221 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4222 M:      Noralf Trønnes <noralf@tronnes.org>
4223 S:      Maintained
4224 F:      drivers/staging/fbtft/
4225
4226 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4227 M:      Vasu Dev <vasu.dev@intel.com>
4228 L:      fcoe-devel@open-fcoe.org
4229 W:      www.Open-FCoE.org
4230 S:      Supported
4231 F:      drivers/scsi/libfc/
4232 F:      drivers/scsi/fcoe/
4233 F:      include/scsi/fc/
4234 F:      include/scsi/libfc.h
4235 F:      include/scsi/libfcoe.h
4236 F:      include/uapi/scsi/fc/
4237
4238 FILE LOCKING (flock() and fcntl()/lockf())
4239 M:      Jeff Layton <jlayton@poochiereds.net>
4240 M:      "J. Bruce Fields" <bfields@fieldses.org>
4241 L:      linux-fsdevel@vger.kernel.org
4242 S:      Maintained
4243 F:      include/linux/fcntl.h
4244 F:      include/linux/fs.h
4245 F:      include/uapi/linux/fcntl.h
4246 F:      include/uapi/linux/fs.h
4247 F:      fs/fcntl.c
4248 F:      fs/locks.c
4249
4250 FILESYSTEMS (VFS and infrastructure)
4251 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4252 L:      linux-fsdevel@vger.kernel.org
4253 S:      Maintained
4254 F:      fs/*
4255
4256 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4257 M:      Riku Voipio <riku.voipio@iki.fi>
4258 L:      lm-sensors@lm-sensors.org
4259 S:      Maintained
4260 F:      drivers/hwmon/f75375s.c
4261 F:      include/linux/f75375s.h
4262
4263 FIREWIRE AUDIO DRIVERS
4264 M:      Clemens Ladisch <clemens@ladisch.de>
4265 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4266 T:      git git://git.alsa-project.org/alsa-kernel.git
4267 S:      Maintained
4268 F:      sound/firewire/
4269
4270 FIREWIRE MEDIA DRIVERS (firedtv)
4271 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4272 L:      linux-media@vger.kernel.org
4273 L:      linux1394-devel@lists.sourceforge.net
4274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4275 S:      Maintained
4276 F:      drivers/media/firewire/
4277
4278 FIREWIRE SBP-2 TARGET
4279 M:      Chris Boot <bootc@bootc.net>
4280 L:      linux-scsi@vger.kernel.org
4281 L:      target-devel@vger.kernel.org
4282 L:      linux1394-devel@lists.sourceforge.net
4283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4284 S:      Maintained
4285 F:      drivers/target/sbp/
4286
4287 FIREWIRE SUBSYSTEM
4288 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4289 L:      linux1394-devel@lists.sourceforge.net
4290 W:      http://ieee1394.wiki.kernel.org/
4291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4292 S:      Maintained
4293 F:      drivers/firewire/
4294 F:      include/linux/firewire.h
4295 F:      include/uapi/linux/firewire*.h
4296 F:      tools/firewire/
4297
4298 FIRMWARE LOADER (request_firmware)
4299 M:      Ming Lei <ming.lei@canonical.com>
4300 L:      linux-kernel@vger.kernel.org
4301 S:      Maintained
4302 F:      Documentation/firmware_class/
4303 F:      drivers/base/firmware*.c
4304 F:      include/linux/firmware.h
4305
4306 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4307 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4308 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4309 S:      Maintained
4310 F:      drivers/block/rsxx/
4311
4312 FLOPPY DRIVER
4313 M:      Jiri Kosina <jikos@kernel.org>
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4315 S:      Odd fixes
4316 F:      drivers/block/floppy.c
4317
4318 FMC SUBSYSTEM
4319 M:      Alessandro Rubini <rubini@gnudd.com>
4320 W:      http://www.ohwr.org/projects/fmc-bus
4321 S:      Supported
4322 F:      drivers/fmc/
4323 F:      include/linux/fmc*.h
4324 F:      include/linux/ipmi-fru.h
4325 K:      fmc_d.*register
4326
4327 FPU EMULATOR
4328 M:      Bill Metzenthen <billm@melbpc.org.au>
4329 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4330 S:      Maintained
4331 F:      arch/x86/math-emu/
4332
4333 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4334 L:      netdev@vger.kernel.org
4335 S:      Orphan
4336 F:      drivers/net/wan/dlci.c
4337 F:      drivers/net/wan/sdla.c
4338
4339 FRAMEBUFFER LAYER
4340 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4341 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4342 L:      linux-fbdev@vger.kernel.org
4343 W:      http://linux-fbdev.sourceforge.net/
4344 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4346 S:      Maintained
4347 F:      Documentation/fb/
4348 F:      Documentation/devicetree/bindings/fb/
4349 F:      drivers/video/
4350 F:      include/video/
4351 F:      include/linux/fb.h
4352 F:      include/uapi/video/
4353 F:      include/uapi/linux/fb.h
4354
4355 FREESCALE DIU FRAMEBUFFER DRIVER
4356 M:      Timur Tabi <timur@tabi.org>
4357 L:      linux-fbdev@vger.kernel.org
4358 S:      Maintained
4359 F:      drivers/video/fbdev/fsl-diu-fb.*
4360
4361 FREESCALE DMA DRIVER
4362 M:      Li Yang <leoli@freescale.com>
4363 M:      Zhang Wei <zw@zh-kernel.org>
4364 L:      linuxppc-dev@lists.ozlabs.org
4365 S:      Maintained
4366 F:      drivers/dma/fsldma.*
4367
4368 FREESCALE I2C CPM DRIVER
4369 M:      Jochen Friedrich <jochen@scram.de>
4370 L:      linuxppc-dev@lists.ozlabs.org
4371 L:      linux-i2c@vger.kernel.org
4372 S:      Maintained
4373 F:      drivers/i2c/busses/i2c-cpm.c
4374
4375 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4376 M:      Sascha Hauer <kernel@pengutronix.de>
4377 L:      linux-fbdev@vger.kernel.org
4378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4379 S:      Maintained
4380 F:      include/linux/platform_data/video-imxfb.h
4381 F:      drivers/video/fbdev/imxfb.c
4382
4383 FREESCALE QUAD SPI DRIVER
4384 M:      Han Xu <han.xu@freescale.com>
4385 L:      linux-mtd@lists.infradead.org
4386 S:      Maintained
4387 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4388
4389 FREESCALE SOC FS_ENET DRIVER
4390 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4391 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4392 L:      linuxppc-dev@lists.ozlabs.org
4393 L:      netdev@vger.kernel.org
4394 S:      Maintained
4395 F:      drivers/net/ethernet/freescale/fs_enet/
4396 F:      include/linux/fs_enet_pd.h
4397
4398 FREESCALE QUICC ENGINE LIBRARY
4399 L:      linuxppc-dev@lists.ozlabs.org
4400 S:      Orphan
4401 F:      arch/powerpc/sysdev/qe_lib/
4402 F:      arch/powerpc/include/asm/*qe.h
4403
4404 FREESCALE USB PERIPHERAL DRIVERS
4405 M:      Li Yang <leoli@freescale.com>
4406 L:      linux-usb@vger.kernel.org
4407 L:      linuxppc-dev@lists.ozlabs.org
4408 S:      Maintained
4409 F:      drivers/usb/gadget/udc/fsl*
4410
4411 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4412 M:      Li Yang <leoli@freescale.com>
4413 L:      netdev@vger.kernel.org
4414 L:      linuxppc-dev@lists.ozlabs.org
4415 S:      Maintained
4416 F:      drivers/net/ethernet/freescale/ucc_geth*
4417
4418 FREESCALE QUICC ENGINE UCC UART DRIVER
4419 M:      Timur Tabi <timur@tabi.org>
4420 L:      linuxppc-dev@lists.ozlabs.org
4421 S:      Maintained
4422 F:      drivers/tty/serial/ucc_uart.c
4423
4424 FREESCALE SOC SOUND DRIVERS
4425 M:      Timur Tabi <timur@tabi.org>
4426 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4427 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4428 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4429 L:      linuxppc-dev@lists.ozlabs.org
4430 S:      Maintained
4431 F:      sound/soc/fsl/fsl*
4432 F:      sound/soc/fsl/imx*
4433 F:      sound/soc/fsl/mpc8610_hpcd.c
4434
4435 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4436 M:      "J. German Rivera" <German.Rivera@freescale.com>
4437 L:      linux-kernel@vger.kernel.org
4438 S:      Maintained
4439 F:      drivers/staging/fsl-mc/
4440
4441 FREEVXFS FILESYSTEM
4442 M:      Christoph Hellwig <hch@infradead.org>
4443 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4444 S:      Maintained
4445 F:      fs/freevxfs/
4446
4447 FREEZER
4448 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4449 M:      Pavel Machek <pavel@ucw.cz>
4450 L:      linux-pm@vger.kernel.org
4451 S:      Supported
4452 F:      Documentation/power/freezing-of-tasks.txt
4453 F:      include/linux/freezer.h
4454 F:      kernel/freezer.c
4455
4456 FRONTSWAP API
4457 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4458 L:      linux-kernel@vger.kernel.org
4459 S:      Maintained
4460 F:      mm/frontswap.c
4461 F:      include/linux/frontswap.h
4462
4463 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4464 M:      David Howells <dhowells@redhat.com>
4465 L:      linux-cachefs@redhat.com
4466 S:      Supported
4467 F:      Documentation/filesystems/caching/
4468 F:      fs/fscache/
4469 F:      include/linux/fscache*.h
4470
4471 F2FS FILE SYSTEM
4472 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4473 M:      Changman Lee <cm224.lee@samsung.com>
4474 R:      Chao Yu <chao2.yu@samsung.com>
4475 L:      linux-f2fs-devel@lists.sourceforge.net
4476 W:      http://en.wikipedia.org/wiki/F2FS
4477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4478 S:      Maintained
4479 F:      Documentation/filesystems/f2fs.txt
4480 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4481 F:      fs/f2fs/
4482 F:      include/linux/f2fs_fs.h
4483 F:      include/trace/events/f2fs.h
4484
4485 FUJITSU FR-V (FRV) PORT
4486 M:      David Howells <dhowells@redhat.com>
4487 S:      Maintained
4488 F:      arch/frv/
4489
4490 FUJITSU LAPTOP EXTRAS
4491 M:      Jonathan Woithe <jwoithe@just42.net>
4492 L:      platform-driver-x86@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/platform/x86/fujitsu-laptop.c
4495
4496 FUJITSU M-5MO LS CAMERA ISP DRIVER
4497 M:      Kyungmin Park <kyungmin.park@samsung.com>
4498 M:      Heungjun Kim <riverful.kim@samsung.com>
4499 L:      linux-media@vger.kernel.org
4500 S:      Maintained
4501 F:      drivers/media/i2c/m5mols/
4502 F:      include/media/m5mols.h
4503
4504 FUJITSU TABLET EXTRAS
4505 M:      Robert Gerlach <khnz@gmx.de>
4506 L:      platform-driver-x86@vger.kernel.org
4507 S:      Maintained
4508 F:      drivers/platform/x86/fujitsu-tablet.c
4509
4510 FUSE: FILESYSTEM IN USERSPACE
4511 M:      Miklos Szeredi <miklos@szeredi.hu>
4512 L:      fuse-devel@lists.sourceforge.net
4513 W:      http://fuse.sourceforge.net/
4514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4515 S:      Maintained
4516 F:      fs/fuse/
4517 F:      include/uapi/linux/fuse.h
4518 F:      Documentation/filesystems/fuse.txt
4519
4520 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4521 M:      Rik Faith <faith@cs.unc.edu>
4522 L:      linux-scsi@vger.kernel.org
4523 S:      Odd Fixes (e.g., new signatures)
4524 F:      drivers/scsi/fdomain.*
4525
4526 GCOV BASED KERNEL PROFILING
4527 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4528 S:      Maintained
4529 F:      kernel/gcov/
4530 F:      Documentation/gcov.txt
4531
4532 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4533 M:      Achim Leubner <achim_leubner@adaptec.com>
4534 L:      linux-scsi@vger.kernel.org
4535 W:      http://www.icp-vortex.com/
4536 S:      Supported
4537 F:      drivers/scsi/gdt*
4538
4539 GDB KERNEL DEBUGGING HELPER SCRIPTS
4540 M:      Jan Kiszka <jan.kiszka@siemens.com>
4541 S:      Supported
4542 F:      scripts/gdb/
4543
4544 GEMTEK FM RADIO RECEIVER DRIVER
4545 M:      Hans Verkuil <hverkuil@xs4all.nl>
4546 L:      linux-media@vger.kernel.org
4547 T:      git git://linuxtv.org/media_tree.git
4548 W:      http://linuxtv.org
4549 S:      Maintained
4550 F:      drivers/media/radio/radio-gemtek*
4551
4552 GENERIC GPIO I2C DRIVER
4553 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4554 S:      Supported
4555 F:      drivers/i2c/busses/i2c-gpio.c
4556 F:      include/linux/i2c-gpio.h
4557
4558 GENERIC GPIO I2C MULTIPLEXER DRIVER
4559 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4560 L:      linux-i2c@vger.kernel.org
4561 S:      Supported
4562 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4563 F:      include/linux/i2c-mux-gpio.h
4564 F:      Documentation/i2c/muxes/i2c-mux-gpio
4565
4566 GENERIC HDLC (WAN) DRIVERS
4567 M:      Krzysztof Halasa <khc@pm.waw.pl>
4568 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4569 S:      Maintained
4570 F:      drivers/net/wan/c101.c
4571 F:      drivers/net/wan/hd6457*
4572 F:      drivers/net/wan/hdlc*
4573 F:      drivers/net/wan/n2.c
4574 F:      drivers/net/wan/pc300too.c
4575 F:      drivers/net/wan/pci200syn.c
4576 F:      drivers/net/wan/wanxl*
4577
4578 GENERIC INCLUDE/ASM HEADER FILES
4579 M:      Arnd Bergmann <arnd@arndb.de>
4580 L:      linux-arch@vger.kernel.org
4581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4582 S:      Maintained
4583 F:      include/asm-generic/
4584 F:      include/uapi/asm-generic/
4585
4586 GENERIC PHY FRAMEWORK
4587 M:      Kishon Vijay Abraham I <kishon@ti.com>
4588 L:      linux-kernel@vger.kernel.org
4589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4590 S:      Supported
4591 F:      drivers/phy/
4592 F:      include/linux/phy/
4593
4594 GENERIC PM DOMAINS
4595 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4596 M:      Kevin Hilman <khilman@kernel.org>
4597 M:      Ulf Hansson <ulf.hansson@linaro.org>
4598 L:      linux-pm@vger.kernel.org
4599 S:      Supported
4600 F:      drivers/base/power/domain*.c
4601 F:      include/linux/pm_domain.h
4602
4603 GENERIC UIO DRIVER FOR PCI DEVICES
4604 M:      "Michael S. Tsirkin" <mst@redhat.com>
4605 L:      kvm@vger.kernel.org
4606 S:      Supported
4607 F:      drivers/uio/uio_pci_generic.c
4608
4609 GET_MAINTAINER SCRIPT
4610 M:      Joe Perches <joe@perches.com>
4611 S:      Maintained
4612 F:      scripts/get_maintainer.pl
4613
4614 GFS2 FILE SYSTEM
4615 M:      Steven Whitehouse <swhiteho@redhat.com>
4616 M:      Bob Peterson <rpeterso@redhat.com>
4617 L:      cluster-devel@redhat.com
4618 W:      http://sources.redhat.com/cluster/
4619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4620 S:      Supported
4621 F:      Documentation/filesystems/gfs2*.txt
4622 F:      fs/gfs2/
4623 F:      include/uapi/linux/gfs2_ondisk.h
4624
4625 GIGASET ISDN DRIVERS
4626 M:      Paul Bolle <pebolle@tiscali.nl>
4627 L:      gigaset307x-common@lists.sourceforge.net
4628 W:      http://gigaset307x.sourceforge.net/
4629 S:      Odd Fixes
4630 F:      Documentation/isdn/README.gigaset
4631 F:      drivers/isdn/gigaset/
4632 F:      include/uapi/linux/gigaset_dev.h
4633
4634 GO7007 MPEG CODEC
4635 M:      Hans Verkuil <hans.verkuil@cisco.com>
4636 L:      linux-media@vger.kernel.org
4637 S:      Maintained
4638 F:      drivers/media/usb/go7007/
4639
4640 GOODIX TOUCHSCREEN
4641 M:      Bastien Nocera <hadess@hadess.net>
4642 L:      linux-input@vger.kernel.org
4643 S:      Maintained
4644 F:      drivers/input/touchscreen/goodix.c
4645
4646 GPIO SUBSYSTEM
4647 M:      Linus Walleij <linus.walleij@linaro.org>
4648 M:      Alexandre Courbot <gnurou@gmail.com>
4649 L:      linux-gpio@vger.kernel.org
4650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4651 S:      Maintained
4652 F:      Documentation/gpio/
4653 F:      drivers/gpio/
4654 F:      include/linux/gpio/
4655 F:      include/linux/gpio.h
4656 F:      include/asm-generic/gpio.h
4657
4658 GRE DEMULTIPLEXER DRIVER
4659 M:      Dmitry Kozlov <xeb@mail.ru>
4660 L:      netdev@vger.kernel.org
4661 S:      Maintained
4662 F:      net/ipv4/gre_demux.c
4663 F:      net/ipv4/gre_offload.c
4664 F:      include/net/gre.h
4665
4666 GRETH 10/100/1G Ethernet MAC device driver
4667 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4668 L:      netdev@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/net/ethernet/aeroflex/
4671
4672 GSPCA FINEPIX SUBDRIVER
4673 M:      Frank Zago <frank@zago.net>
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/finepix.c
4678
4679 GSPCA GL860 SUBDRIVER
4680 M:      Olivier Lorin <o.lorin@laposte.net>
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/gl860/
4685
4686 GSPCA M5602 SUBDRIVER
4687 M:      Erik Andren <erik.andren@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/m5602/
4692
4693 GSPCA PAC207 SONIXB SUBDRIVER
4694 M:      Hans de Goede <hdegoede@redhat.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/pac207.c
4699
4700 GSPCA SN9C20X SUBDRIVER
4701 M:      Brian Johnson <brijohn@gmail.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/sn9c20x.c
4706
4707 GSPCA T613 SUBDRIVER
4708 M:      Leandro Costantino <lcostantino@gmail.com>
4709 L:      linux-media@vger.kernel.org
4710 T:      git git://linuxtv.org/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/gspca/t613.c
4713
4714 GSPCA USB WEBCAM DRIVER
4715 M:      Hans de Goede <hdegoede@redhat.com>
4716 L:      linux-media@vger.kernel.org
4717 T:      git git://linuxtv.org/media_tree.git
4718 S:      Maintained
4719 F:      drivers/media/usb/gspca/
4720
4721 GUID PARTITION TABLE (GPT)
4722 M:      Davidlohr Bueso <dave@stgolabs.net>
4723 L:      linux-efi@vger.kernel.org
4724 S:      Maintained
4725 F:      block/partitions/efi.*
4726
4727 STK1160 USB VIDEO CAPTURE DRIVER
4728 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4729 L:      linux-media@vger.kernel.org
4730 T:      git git://linuxtv.org/media_tree.git
4731 S:      Maintained
4732 F:      drivers/media/usb/stk1160/
4733
4734 H8/300 ARCHITECTURE
4735 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4736 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4737 W:      http://uclinux-h8.sourceforge.jp
4738 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4739 S:      Maintained
4740 F:      arch/h8300/
4741 F:      drivers/clocksource/h8300_*.c
4742 F:      drivers/clk/h8300/
4743 F:      drivers/irqchip/irq-renesas-h8*.c
4744
4745 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4746 M:      Frank Seidel <frank@f-seidel.de>
4747 L:      platform-driver-x86@vger.kernel.org
4748 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4749 S:      Maintained
4750 F:      drivers/platform/x86/hdaps.c
4751
4752 HDPVR USB VIDEO ENCODER DRIVER
4753 M:      Hans Verkuil <hverkuil@xs4all.nl>
4754 L:      linux-media@vger.kernel.org
4755 T:      git git://linuxtv.org/media_tree.git
4756 W:      http://linuxtv.org
4757 S:      Odd Fixes
4758 F:      drivers/media/usb/hdpvr/
4759
4760 HWPOISON MEMORY FAILURE HANDLING
4761 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4762 L:      linux-mm@kvack.org
4763 S:      Maintained
4764 F:      mm/memory-failure.c
4765 F:      mm/hwpoison-inject.c
4766
4767 HYPERVISOR VIRTUAL CONSOLE DRIVER
4768 L:      linuxppc-dev@lists.ozlabs.org
4769 S:      Odd Fixes
4770 F:      drivers/tty/hvc/
4771
4772 HACKRF MEDIA DRIVER
4773 M:      Antti Palosaari <crope@iki.fi>
4774 L:      linux-media@vger.kernel.org
4775 W:      http://linuxtv.org/
4776 W:      http://palosaari.fi/linux/
4777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4778 T:      git git://linuxtv.org/anttip/media_tree.git
4779 S:      Maintained
4780 F:      drivers/media/usb/hackrf/
4781
4782 HARDWARE MONITORING
4783 M:      Jean Delvare <jdelvare@suse.com>
4784 M:      Guenter Roeck <linux@roeck-us.net>
4785 L:      lm-sensors@lm-sensors.org
4786 W:      http://www.lm-sensors.org/
4787 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4789 S:      Maintained
4790 F:      Documentation/hwmon/
4791 F:      drivers/hwmon/
4792 F:      include/linux/hwmon*.h
4793
4794 HARDWARE RANDOM NUMBER GENERATOR CORE
4795 M:      Matt Mackall <mpm@selenic.com>
4796 M:      Herbert Xu <herbert@gondor.apana.org.au>
4797 L:      linux-crypto@vger.kernel.org
4798 S:      Odd fixes
4799 F:      Documentation/hw_random.txt
4800 F:      drivers/char/hw_random/
4801 F:      include/linux/hw_random.h
4802
4803 HARDWARE SPINLOCK CORE
4804 M:      Ohad Ben-Cohen <ohad@wizery.com>
4805 S:      Maintained
4806 F:      Documentation/hwspinlock.txt
4807 F:      drivers/hwspinlock/hwspinlock_*
4808 F:      include/linux/hwspinlock.h
4809
4810 HARMONY SOUND DRIVER
4811 L:      linux-parisc@vger.kernel.org
4812 S:      Maintained
4813 F:      sound/parisc/harmony.*
4814
4815 HD29L2 MEDIA DRIVER
4816 M:      Antti Palosaari <crope@iki.fi>
4817 L:      linux-media@vger.kernel.org
4818 W:      http://linuxtv.org/
4819 W:      http://palosaari.fi/linux/
4820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4821 T:      git git://linuxtv.org/anttip/media_tree.git
4822 S:      Maintained
4823 F:      drivers/media/dvb-frontends/hd29l2*
4824
4825 HEWLETT-PACKARD SMART2 RAID DRIVER
4826 L:      iss_storagedev@hp.com
4827 S:      Orphan
4828 F:      Documentation/blockdev/cpqarray.txt
4829 F:      drivers/block/cpqarray.*
4830
4831 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4832 M:      Don Brace <don.brace@pmcs.com>
4833 L:      iss_storagedev@hp.com
4834 L:      storagedev@pmcs.com
4835 L:      linux-scsi@vger.kernel.org
4836 S:      Supported
4837 F:      Documentation/scsi/hpsa.txt
4838 F:      drivers/scsi/hpsa*.[ch]
4839 F:      include/linux/cciss*.h
4840 F:      include/uapi/linux/cciss*.h
4841
4842 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4843 M:      Don Brace <don.brace@pmcs.com>
4844 L:      iss_storagedev@hp.com
4845 L:      storagedev@pmcs.com
4846 L:      linux-scsi@vger.kernel.org
4847 S:      Supported
4848 F:      Documentation/blockdev/cciss.txt
4849 F:      drivers/block/cciss*
4850 F:      include/linux/cciss_ioctl.h
4851 F:      include/uapi/linux/cciss_ioctl.h
4852
4853 HFS FILESYSTEM
4854 L:      linux-fsdevel@vger.kernel.org
4855 S:      Orphan
4856 F:      Documentation/filesystems/hfs.txt
4857 F:      fs/hfs/
4858
4859 HFSPLUS FILESYSTEM
4860 L:      linux-fsdevel@vger.kernel.org
4861 S:      Orphan
4862 F:      Documentation/filesystems/hfsplus.txt
4863 F:      fs/hfsplus/
4864
4865 HGA FRAMEBUFFER DRIVER
4866 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4867 L:      linux-nvidia@lists.surfsouth.com
4868 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4869 S:      Maintained
4870 F:      drivers/video/fbdev/hgafb.c
4871
4872 HIBERNATION (aka Software Suspend, aka swsusp)
4873 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4874 M:      Pavel Machek <pavel@ucw.cz>
4875 L:      linux-pm@vger.kernel.org
4876 S:      Supported
4877 F:      arch/x86/power/
4878 F:      drivers/base/power/
4879 F:      kernel/power/
4880 F:      include/linux/suspend.h
4881 F:      include/linux/freezer.h
4882 F:      include/linux/pm.h
4883 F:      arch/*/include/asm/suspend*.h
4884
4885 HID CORE LAYER
4886 M:      Jiri Kosina <jikos@kernel.org>
4887 L:      linux-input@vger.kernel.org
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4889 S:      Maintained
4890 F:      drivers/hid/
4891 F:      include/linux/hid*
4892 F:      include/uapi/linux/hid*
4893
4894 HID SENSOR HUB DRIVERS
4895 M:      Jiri Kosina <jikos@kernel.org>
4896 M:      Jonathan Cameron <jic23@kernel.org>
4897 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4898 L:      linux-input@vger.kernel.org
4899 L:      linux-iio@vger.kernel.org
4900 S:      Maintained
4901 F:      Documentation/hid/hid-sensor*
4902 F:      drivers/hid/hid-sensor-*
4903 F:      drivers/iio/*/hid-*
4904 F:      include/linux/hid-sensor-*
4905
4906 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4907 M:      Thomas Gleixner <tglx@linutronix.de>
4908 L:      linux-kernel@vger.kernel.org
4909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4910 S:      Maintained
4911 F:      Documentation/timers/
4912 F:      kernel/time/hrtimer.c
4913 F:      kernel/time/clockevents.c
4914 F:      kernel/time/tick*.*
4915 F:      kernel/time/timer_*.c
4916 F:      include/linux/clockchips.h
4917 F:      include/linux/hrtimer.h
4918
4919 HIGH-SPEED SCC DRIVER FOR AX.25
4920 L:      linux-hams@vger.kernel.org
4921 S:      Orphan
4922 F:      drivers/net/hamradio/dmascc.c
4923 F:      drivers/net/hamradio/scc.c
4924
4925 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4926 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4927 W:      http://www.highpoint-tech.com
4928 S:      Supported
4929 F:      Documentation/scsi/hptiop.txt
4930 F:      drivers/scsi/hptiop.c
4931
4932 HIPPI
4933 M:      Jes Sorensen <jes@trained-monkey.org>
4934 L:      linux-hippi@sunsite.dk
4935 S:      Maintained
4936 F:      include/linux/hippidevice.h
4937 F:      include/uapi/linux/if_hippi.h
4938 F:      net/802/hippi.c
4939 F:      drivers/net/hippi/
4940
4941 HOST AP DRIVER
4942 M:      Jouni Malinen <j@w1.fi>
4943 L:      hostap@shmoo.com (subscribers-only)
4944 L:      linux-wireless@vger.kernel.org
4945 W:      http://hostap.epitest.fi/
4946 S:      Maintained
4947 F:      drivers/net/wireless/hostap/
4948
4949 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4950 L:      platform-driver-x86@vger.kernel.org
4951 S:      Orphan
4952 F:      drivers/platform/x86/tc1100-wmi.c
4953
4954 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4955 M:      Jaroslav Kysela <perex@perex.cz>
4956 S:      Maintained
4957 F:      drivers/net/ethernet/hp/hp100.*
4958
4959 HPET:   High Precision Event Timers driver
4960 M:      Clemens Ladisch <clemens@ladisch.de>
4961 S:      Maintained
4962 F:      Documentation/timers/hpet.txt
4963 F:      drivers/char/hpet.c
4964 F:      include/linux/hpet.h
4965 F:      include/uapi/linux/hpet.h
4966
4967 HPET:   x86
4968 S:      Orphan
4969 F:      arch/x86/kernel/hpet.c
4970 F:      arch/x86/include/asm/hpet.h
4971
4972 HPFS FILESYSTEM
4973 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4974 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4975 S:      Maintained
4976 F:      fs/hpfs/
4977
4978 HSI SUBSYSTEM
4979 M:      Sebastian Reichel <sre@kernel.org>
4980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4981 S:      Maintained
4982 F:      Documentation/ABI/testing/sysfs-bus-hsi
4983 F:      Documentation/hsi.txt
4984 F:      drivers/hsi/
4985 F:      include/linux/hsi/
4986 F:      include/uapi/linux/hsi/
4987
4988 HSO 3G MODEM DRIVER
4989 M:      Jan Dumon <j.dumon@option.com>
4990 W:      http://www.pharscape.org
4991 S:      Maintained
4992 F:      drivers/net/usb/hso.c
4993
4994 HSR NETWORK PROTOCOL
4995 M:      Arvid Brodin <arvid.brodin@alten.se>
4996 L:      netdev@vger.kernel.org
4997 S:      Maintained
4998 F:      net/hsr/
4999
5000 HTCPEN TOUCHSCREEN DRIVER
5001 M:      Pau Oliva Fora <pof@eslack.org>
5002 L:      linux-input@vger.kernel.org
5003 S:      Maintained
5004 F:      drivers/input/touchscreen/htcpen.c
5005
5006 HUGETLB FILESYSTEM
5007 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5008 S:      Maintained
5009 F:      fs/hugetlbfs/
5010
5011 Hyper-V CORE AND DRIVERS
5012 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5013 M:      Haiyang Zhang <haiyangz@microsoft.com>
5014 L:      devel@linuxdriverproject.org
5015 S:      Maintained
5016 F:      arch/x86/include/asm/mshyperv.h
5017 F:      arch/x86/include/uapi/asm/hyperv.h
5018 F:      arch/x86/kernel/cpu/mshyperv.c
5019 F:      drivers/hid/hid-hyperv.c
5020 F:      drivers/hv/
5021 F:      drivers/input/serio/hyperv-keyboard.c
5022 F:      drivers/net/hyperv/
5023 F:      drivers/scsi/storvsc_drv.c
5024 F:      drivers/video/fbdev/hyperv_fb.c
5025 F:      include/linux/hyperv.h
5026 F:      tools/hv/
5027 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5028
5029 I2C OVER PARALLEL PORT
5030 M:      Jean Delvare <jdelvare@suse.com>
5031 L:      linux-i2c@vger.kernel.org
5032 S:      Maintained
5033 F:      Documentation/i2c/busses/i2c-parport
5034 F:      Documentation/i2c/busses/i2c-parport-light
5035 F:      drivers/i2c/busses/i2c-parport.c
5036 F:      drivers/i2c/busses/i2c-parport-light.c
5037
5038 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5039 M:      Jean Delvare <jdelvare@suse.com>
5040 L:      linux-i2c@vger.kernel.org
5041 S:      Maintained
5042 F:      Documentation/i2c/busses/i2c-ali1535
5043 F:      Documentation/i2c/busses/i2c-ali1563
5044 F:      Documentation/i2c/busses/i2c-ali15x3
5045 F:      Documentation/i2c/busses/i2c-amd756
5046 F:      Documentation/i2c/busses/i2c-amd8111
5047 F:      Documentation/i2c/busses/i2c-i801
5048 F:      Documentation/i2c/busses/i2c-nforce2
5049 F:      Documentation/i2c/busses/i2c-piix4
5050 F:      Documentation/i2c/busses/i2c-sis5595
5051 F:      Documentation/i2c/busses/i2c-sis630
5052 F:      Documentation/i2c/busses/i2c-sis96x
5053 F:      Documentation/i2c/busses/i2c-via
5054 F:      Documentation/i2c/busses/i2c-viapro
5055 F:      drivers/i2c/busses/i2c-ali1535.c
5056 F:      drivers/i2c/busses/i2c-ali1563.c
5057 F:      drivers/i2c/busses/i2c-ali15x3.c
5058 F:      drivers/i2c/busses/i2c-amd756.c
5059 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5060 F:      drivers/i2c/busses/i2c-amd8111.c
5061 F:      drivers/i2c/busses/i2c-i801.c
5062 F:      drivers/i2c/busses/i2c-isch.c
5063 F:      drivers/i2c/busses/i2c-nforce2.c
5064 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5065 F:      drivers/i2c/busses/i2c-piix4.c
5066 F:      drivers/i2c/busses/i2c-sis5595.c
5067 F:      drivers/i2c/busses/i2c-sis630.c
5068 F:      drivers/i2c/busses/i2c-sis96x.c
5069 F:      drivers/i2c/busses/i2c-via.c
5070 F:      drivers/i2c/busses/i2c-viapro.c
5071
5072 I2C/SMBUS ISMT DRIVER
5073 M:      Seth Heasley <seth.heasley@intel.com>
5074 M:      Neil Horman <nhorman@tuxdriver.com>
5075 L:      linux-i2c@vger.kernel.org
5076 F:      drivers/i2c/busses/i2c-ismt.c
5077 F:      Documentation/i2c/busses/i2c-ismt
5078
5079 I2C/SMBUS STUB DRIVER
5080 M:      Jean Delvare <jdelvare@suse.com>
5081 L:      linux-i2c@vger.kernel.org
5082 S:      Maintained
5083 F:      drivers/i2c/i2c-stub.c
5084
5085 I2C SUBSYSTEM
5086 M:      Wolfram Sang <wsa@the-dreams.de>
5087 L:      linux-i2c@vger.kernel.org
5088 W:      https://i2c.wiki.kernel.org/
5089 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5091 S:      Maintained
5092 F:      Documentation/devicetree/bindings/i2c/
5093 F:      Documentation/i2c/
5094 F:      drivers/i2c/
5095 F:      include/linux/i2c.h
5096 F:      include/linux/i2c-*.h
5097 F:      include/uapi/linux/i2c.h
5098 F:      include/uapi/linux/i2c-*.h
5099
5100 I2C ACPI SUPPORT
5101 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5102 L:      linux-i2c@vger.kernel.org
5103 L:      linux-acpi@vger.kernel.org
5104 S:      Maintained
5105
5106 I2C-TAOS-EVM DRIVER
5107 M:      Jean Delvare <jdelvare@suse.com>
5108 L:      linux-i2c@vger.kernel.org
5109 S:      Maintained
5110 F:      Documentation/i2c/busses/i2c-taos-evm
5111 F:      drivers/i2c/busses/i2c-taos-evm.c
5112
5113 I2C-TINY-USB DRIVER
5114 M:      Till Harbaum <till@harbaum.org>
5115 L:      linux-i2c@vger.kernel.org
5116 W:      http://www.harbaum.org/till/i2c_tiny_usb
5117 S:      Maintained
5118 F:      drivers/i2c/busses/i2c-tiny-usb.c
5119
5120 i386 BOOT CODE
5121 M:      "H. Peter Anvin" <hpa@zytor.com>
5122 S:      Maintained
5123 F:      arch/x86/boot/
5124
5125 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5126 M:      "H. Peter Anvin" <hpa@zytor.com>
5127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5128 S:      Maintained
5129
5130 IA64 (Itanium) PLATFORM
5131 M:      Tony Luck <tony.luck@intel.com>
5132 M:      Fenghua Yu <fenghua.yu@intel.com>
5133 L:      linux-ia64@vger.kernel.org
5134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5135 S:      Maintained
5136 F:      arch/ia64/
5137
5138 IBM Power VMX Cryptographic instructions
5139 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5140 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5141 L:      linux-crypto@vger.kernel.org
5142 S:      Supported
5143 F:      drivers/crypto/vmx/Makefile
5144 F:      drivers/crypto/vmx/Kconfig
5145 F:      drivers/crypto/vmx/vmx.c
5146 F:      drivers/crypto/vmx/aes*
5147 F:      drivers/crypto/vmx/ghash*
5148 F:      drivers/crypto/vmx/ppc-xlate.pl
5149
5150 IBM Power in-Nest Crypto Acceleration
5151 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5152 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5153 L:      linux-crypto@vger.kernel.org
5154 S:      Supported
5155 F:      drivers/crypto/nx/Makefile
5156 F:      drivers/crypto/nx/Kconfig
5157 F:      drivers/crypto/nx/nx-aes*
5158 F:      drivers/crypto/nx/nx-sha*
5159 F:      drivers/crypto/nx/nx.*
5160 F:      drivers/crypto/nx/nx_csbcpb.h
5161 F:      drivers/crypto/nx/nx_debugfs.h
5162
5163 IBM Power 842 compression accelerator
5164 M:      Dan Streetman <ddstreet@ieee.org>
5165 S:      Supported
5166 F:      drivers/crypto/nx/Makefile
5167 F:      drivers/crypto/nx/Kconfig
5168 F:      drivers/crypto/nx/nx-842*
5169 F:      include/linux/sw842.h
5170 F:      crypto/842.c
5171 F:      lib/842/
5172
5173 IBM Power Linux RAID adapter
5174 M:      Brian King <brking@us.ibm.com>
5175 S:      Supported
5176 F:      drivers/scsi/ipr.*
5177
5178 IBM Power Virtual Ethernet Device Driver
5179 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5180 L:      netdev@vger.kernel.org
5181 S:      Supported
5182 F:      drivers/net/ethernet/ibm/ibmveth.*
5183
5184 IBM Power Virtual SCSI Device Drivers
5185 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5186 L:      linux-scsi@vger.kernel.org
5187 S:      Supported
5188 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5189 F:      drivers/scsi/ibmvscsi/viosrp.h
5190
5191 IBM Power Virtual FC Device Drivers
5192 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5193 L:      linux-scsi@vger.kernel.org
5194 S:      Supported
5195 F:      drivers/scsi/ibmvscsi/ibmvfc*
5196
5197 IBM ServeRAID RAID DRIVER
5198 S:      Orphan
5199 F:      drivers/scsi/ips.*
5200
5201 ICH LPC AND GPIO DRIVER
5202 M:      Peter Tyser <ptyser@xes-inc.com>
5203 S:      Maintained
5204 F:      drivers/mfd/lpc_ich.c
5205 F:      drivers/gpio/gpio-ich.c
5206
5207 IDE SUBSYSTEM
5208 M:      "David S. Miller" <davem@davemloft.net>
5209 L:      linux-ide@vger.kernel.org
5210 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5212 S:      Maintained
5213 F:      Documentation/ide/
5214 F:      drivers/ide/
5215 F:      include/linux/ide.h
5216
5217 IDEAPAD LAPTOP EXTRAS DRIVER
5218 M:      Ike Panhc <ike.pan@canonical.com>
5219 L:      platform-driver-x86@vger.kernel.org
5220 W:      http://launchpad.net/ideapad-laptop
5221 S:      Maintained
5222 F:      drivers/platform/x86/ideapad-laptop.c
5223
5224 IDEAPAD LAPTOP SLIDEBAR DRIVER
5225 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5226 L:      linux-input@vger.kernel.org
5227 W:      https://github.com/o2genum/ideapad-slidebar
5228 S:      Maintained
5229 F:      drivers/input/misc/ideapad_slidebar.c
5230
5231 IDE/ATAPI DRIVERS
5232 M:      Borislav Petkov <bp@alien8.de>
5233 L:      linux-ide@vger.kernel.org
5234 S:      Maintained
5235 F:      Documentation/cdrom/ide-cd
5236 F:      drivers/ide/ide-cd*
5237
5238 IDLE-I7300
5239 M:      Andy Henroid <andrew.d.henroid@intel.com>
5240 L:      linux-pm@vger.kernel.org
5241 S:      Supported
5242 F:      drivers/idle/i7300_idle.c
5243
5244 IEEE 802.15.4 SUBSYSTEM
5245 M:      Alexander Aring <alex.aring@gmail.com>
5246 L:      linux-wpan@vger.kernel.org
5247 W:      https://github.com/linux-wpan
5248 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5249 S:      Maintained
5250 F:      net/ieee802154/
5251 F:      net/mac802154/
5252 F:      drivers/net/ieee802154/
5253 F:      include/linux/nl802154.h
5254 F:      include/linux/ieee802154.h
5255 F:      include/net/nl802154.h
5256 F:      include/net/mac802154.h
5257 F:      include/net/af_ieee802154.h
5258 F:      include/net/cfg802154.h
5259 F:      include/net/ieee802154_netdev.h
5260 F:      Documentation/networking/ieee802154.txt
5261
5262 IGORPLUG-USB IR RECEIVER
5263 M:      Sean Young <sean@mess.org>
5264 L:      linux-media@vger.kernel.org
5265 S:      Maintained
5266 F:      drivers/media/rc/igorplugusb.c
5267
5268 IGUANAWORKS USB IR TRANSCEIVER
5269 M:      Sean Young <sean@mess.org>
5270 L:      linux-media@vger.kernel.org
5271 S:      Maintained
5272 F:      drivers/media/rc/iguanair.c
5273
5274 IIO SUBSYSTEM AND DRIVERS
5275 M:      Jonathan Cameron <jic23@kernel.org>
5276 R:      Hartmut Knaack <knaack.h@gmx.de>
5277 R:      Lars-Peter Clausen <lars@metafoo.de>
5278 R:      Peter Meerwald <pmeerw@pmeerw.net>
5279 L:      linux-iio@vger.kernel.org
5280 S:      Maintained
5281 F:      drivers/iio/
5282 F:      drivers/staging/iio/
5283 F:      include/linux/iio/
5284 F:      tools/iio/
5285
5286 IKANOS/ADI EAGLE ADSL USB DRIVER
5287 M:      Matthieu Castet <castet.matthieu@free.fr>
5288 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5289 S:      Maintained
5290 F:      drivers/usb/atm/ueagle-atm.c
5291
5292 INA209 HARDWARE MONITOR DRIVER
5293 M:      Guenter Roeck <linux@roeck-us.net>
5294 L:      lm-sensors@lm-sensors.org
5295 S:      Maintained
5296 F:      Documentation/hwmon/ina209
5297 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5298 F:      drivers/hwmon/ina209.c
5299
5300 INA2XX HARDWARE MONITOR DRIVER
5301 M:      Guenter Roeck <linux@roeck-us.net>
5302 L:      lm-sensors@lm-sensors.org
5303 S:      Maintained
5304 F:      Documentation/hwmon/ina2xx
5305 F:      drivers/hwmon/ina2xx.c
5306 F:      include/linux/platform_data/ina2xx.h
5307
5308 INDUSTRY PACK SUBSYSTEM (IPACK)
5309 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5310 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5311 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5312 L:      industrypack-devel@lists.sourceforge.net
5313 W:      http://industrypack.sourceforge.net
5314 S:      Maintained
5315 F:      drivers/ipack/
5316
5317 INGENIC JZ4780 DMA Driver
5318 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5319 S:      Maintained
5320 F:      drivers/dma/dma-jz4780.c
5321
5322 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5323 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5324 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5325 L:      linux-ima-devel@lists.sourceforge.net
5326 L:      linux-ima-user@lists.sourceforge.net
5327 L:      linux-security-module@vger.kernel.org
5328 S:      Supported
5329 F:      security/integrity/ima/
5330
5331 IMGTEC IR DECODER DRIVER
5332 M:      James Hogan <james.hogan@imgtec.com>
5333 S:      Maintained
5334 F:      drivers/media/rc/img-ir/
5335
5336 IMS TWINTURBO FRAMEBUFFER DRIVER
5337 L:      linux-fbdev@vger.kernel.org
5338 S:      Orphan
5339 F:      drivers/video/fbdev/imsttfb.c
5340
5341 INFINIBAND SUBSYSTEM
5342 M:      Doug Ledford <dledford@redhat.com>
5343 M:      Sean Hefty <sean.hefty@intel.com>
5344 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5345 L:      linux-rdma@vger.kernel.org
5346 W:      http://www.openfabrics.org/
5347 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5349 S:      Supported
5350 F:      Documentation/infiniband/
5351 F:      drivers/infiniband/
5352 F:      drivers/staging/rdma/
5353 F:      include/uapi/linux/if_infiniband.h
5354 F:      include/uapi/rdma/
5355 F:      include/rdma/
5356
5357 INOTIFY
5358 M:      John McCutchan <john@johnmccutchan.com>
5359 M:      Robert Love <rlove@rlove.org>
5360 M:      Eric Paris <eparis@parisplace.org>
5361 S:      Maintained
5362 F:      Documentation/filesystems/inotify.txt
5363 F:      fs/notify/inotify/
5364 F:      include/linux/inotify.h
5365 F:      include/uapi/linux/inotify.h
5366
5367 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5368 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5369 L:      linux-input@vger.kernel.org
5370 Q:      http://patchwork.kernel.org/project/linux-input/list/
5371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5372 S:      Maintained
5373 F:      drivers/input/
5374 F:      include/linux/input.h
5375 F:      include/uapi/linux/input.h
5376 F:      include/linux/input/
5377
5378 INPUT MULTITOUCH (MT) PROTOCOL
5379 M:      Henrik Rydberg <rydberg@bitmath.org>
5380 L:      linux-input@vger.kernel.org
5381 S:      Odd fixes
5382 F:      Documentation/input/multi-touch-protocol.txt
5383 F:      drivers/input/input-mt.c
5384 K:      \b(ABS|SYN)_MT_
5385
5386 INTEL ASoC BDW/HSW DRIVERS
5387 M:      Jie Yang <yang.jie@linux.intel.com>
5388 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5389 S:      Supported
5390 F:      sound/soc/intel/common/sst-dsp*
5391 F:      sound/soc/intel/common/sst-firmware.c
5392 F:      sound/soc/intel/boards/broadwell.c
5393 F:      sound/soc/intel/haswell/
5394
5395 INTEL C600 SERIES SAS CONTROLLER DRIVER
5396 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5397 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5398 L:      linux-scsi@vger.kernel.org
5399 T:      git git://git.code.sf.net/p/intel-sas/isci
5400 S:      Supported
5401 F:      drivers/scsi/isci/
5402
5403 INTEL IDLE DRIVER
5404 M:      Len Brown <lenb@kernel.org>
5405 L:      linux-pm@vger.kernel.org
5406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5407 S:      Supported
5408 F:      drivers/idle/intel_idle.c
5409
5410 INTEL PSTATE DRIVER
5411 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5412 L:      linux-pm@vger.kernel.org
5413 S:      Supported
5414 F:      drivers/cpufreq/intel_pstate.c
5415
5416 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5417 M:      Maik Broemme <mbroemme@plusserver.de>
5418 L:      linux-fbdev@vger.kernel.org
5419 S:      Maintained
5420 F:      Documentation/fb/intelfb.txt
5421 F:      drivers/video/fbdev/intelfb/
5422
5423 INTEL 810/815 FRAMEBUFFER DRIVER
5424 M:      Antonino Daplas <adaplas@gmail.com>
5425 L:      linux-fbdev@vger.kernel.org
5426 S:      Maintained
5427 F:      drivers/video/fbdev/i810/
5428
5429 INTEL MENLOW THERMAL DRIVER
5430 M:      Sujith Thomas <sujith.thomas@intel.com>
5431 L:      platform-driver-x86@vger.kernel.org
5432 W:      https://01.org/linux-acpi
5433 S:      Supported
5434 F:      drivers/platform/x86/intel_menlow.c
5435
5436 INTEL IA32 MICROCODE UPDATE SUPPORT
5437 M:      Borislav Petkov <bp@alien8.de>
5438 S:      Maintained
5439 F:      arch/x86/kernel/cpu/microcode/core*
5440 F:      arch/x86/kernel/cpu/microcode/intel*
5441
5442 INTEL I/OAT DMA DRIVER
5443 M:      Dave Jiang <dave.jiang@intel.com>
5444 R:      Dan Williams <dan.j.williams@intel.com>
5445 L:      dmaengine@vger.kernel.org
5446 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5447 S:      Supported
5448 F:      drivers/dma/ioat*
5449
5450 INTEL IOMMU (VT-d)
5451 M:      David Woodhouse <dwmw2@infradead.org>
5452 L:      iommu@lists.linux-foundation.org
5453 T:      git git://git.infradead.org/iommu-2.6.git
5454 S:      Supported
5455 F:      drivers/iommu/intel-iommu.c
5456 F:      include/linux/intel-iommu.h
5457
5458 INTEL IOP-ADMA DMA DRIVER
5459 R:      Dan Williams <dan.j.williams@intel.com>
5460 S:      Odd fixes
5461 F:      drivers/dma/iop-adma.c
5462
5463 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5464 M:      Krzysztof Halasa <khalasa@piap.pl>
5465 S:      Maintained
5466 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5467 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5468 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5469 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5470 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5471 F:      drivers/net/wan/ixp4xx_hss.c
5472
5473 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5474 M:      Deepak Saxena <dsaxena@plexity.net>
5475 S:      Maintained
5476 F:      drivers/char/hw_random/ixp4xx-rng.c
5477
5478 INTEL ETHERNET DRIVERS
5479 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5480 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5481 R:      Shannon Nelson <shannon.nelson@intel.com>
5482 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5483 R:      Don Skidmore <donald.c.skidmore@intel.com>
5484 R:      Matthew Vick <matthew.vick@intel.com>
5485 R:      John Ronciak <john.ronciak@intel.com>
5486 R:      Mitch Williams <mitch.a.williams@intel.com>
5487 L:      intel-wired-lan@lists.osuosl.org
5488 W:      http://www.intel.com/support/feedback.htm
5489 W:      http://e1000.sourceforge.net/
5490 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5493 S:      Supported
5494 F:      Documentation/networking/e100.txt
5495 F:      Documentation/networking/e1000.txt
5496 F:      Documentation/networking/e1000e.txt
5497 F:      Documentation/networking/igb.txt
5498 F:      Documentation/networking/igbvf.txt
5499 F:      Documentation/networking/ixgb.txt
5500 F:      Documentation/networking/ixgbe.txt
5501 F:      Documentation/networking/ixgbevf.txt
5502 F:      Documentation/networking/i40e.txt
5503 F:      Documentation/networking/i40evf.txt
5504 F:      drivers/net/ethernet/intel/
5505 F:      drivers/net/ethernet/intel/*/
5506
5507 INTEL-MID GPIO DRIVER
5508 M:      David Cohen <david.a.cohen@linux.intel.com>
5509 L:      linux-gpio@vger.kernel.org
5510 S:      Maintained
5511 F:      drivers/gpio/gpio-intel-mid.c
5512
5513 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5514 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5515 L:      linux-wireless@vger.kernel.org
5516 S:      Maintained
5517 F:      Documentation/networking/README.ipw2100
5518 F:      Documentation/networking/README.ipw2200
5519 F:      drivers/net/wireless/ipw2x00/
5520
5521 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5522 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5523 M:      Gang Wei <gang.wei@intel.com>
5524 M:      Shane Wang <shane.wang@intel.com>
5525 L:      tboot-devel@lists.sourceforge.net
5526 W:      http://tboot.sourceforge.net
5527 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5528 S:      Supported
5529 F:      Documentation/intel_txt.txt
5530 F:      include/linux/tboot.h
5531 F:      arch/x86/kernel/tboot.c
5532
5533 INTEL WIRELESS WIMAX CONNECTION 2400
5534 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5535 M:      linux-wimax@intel.com
5536 L:      wimax@linuxwimax.org (subscribers-only)
5537 S:      Supported
5538 W:      http://linuxwimax.org
5539 F:      Documentation/wimax/README.i2400m
5540 F:      drivers/net/wimax/i2400m/
5541 F:      include/uapi/linux/wimax/i2400m.h
5542
5543 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5544 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5545 L:      linux-wireless@vger.kernel.org
5546 S:      Supported
5547 F:      drivers/net/wireless/iwlegacy/
5548
5549 INTEL WIRELESS WIFI LINK (iwlwifi)
5550 M:      Johannes Berg <johannes.berg@intel.com>
5551 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5552 M:      Intel Linux Wireless <ilw@linux.intel.com>
5553 L:      linux-wireless@vger.kernel.org
5554 W:      http://intellinuxwireless.org
5555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5556 S:      Supported
5557 F:      drivers/net/wireless/iwlwifi/
5558
5559 INTEL MANAGEMENT ENGINE (mei)
5560 M:      Tomas Winkler <tomas.winkler@intel.com>
5561 L:      linux-kernel@vger.kernel.org
5562 S:      Supported
5563 F:      include/uapi/linux/mei.h
5564 F:      include/linux/mei_cl_bus.h
5565 F:      drivers/misc/mei/*
5566 F:      Documentation/misc-devices/mei/*
5567
5568 INTEL PMC IPC DRIVER
5569 M:      Zha Qipeng<qipeng.zha@intel.com>
5570 L:      platform-driver-x86@vger.kernel.org
5571 S:      Maintained
5572 F:      drivers/platform/x86/intel_pmc_ipc.c
5573 F:      arch/x86/include/asm/intel_pmc_ipc.h
5574
5575 IOC3 ETHERNET DRIVER
5576 M:      Ralf Baechle <ralf@linux-mips.org>
5577 L:      linux-mips@linux-mips.org
5578 S:      Maintained
5579 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5580
5581 IOC3 SERIAL DRIVER
5582 M:      Pat Gefre <pfg@sgi.com>
5583 L:      linux-serial@vger.kernel.org
5584 S:      Maintained
5585 F:      drivers/tty/serial/ioc3_serial.c
5586
5587 IOMMU DRIVERS
5588 M:      Joerg Roedel <joro@8bytes.org>
5589 L:      iommu@lists.linux-foundation.org
5590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5591 S:      Maintained
5592 F:      drivers/iommu/
5593
5594 IP MASQUERADING
5595 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5596 S:      Maintained
5597 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5598
5599 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5600 M:      Francois Romieu <romieu@fr.zoreil.com>
5601 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5602 L:      netdev@vger.kernel.org
5603 S:      Maintained
5604 F:      drivers/net/ethernet/icplus/ipg.*
5605
5606 IPATH DRIVER
5607 M:      Mike Marciniszyn <infinipath@intel.com>
5608 L:      linux-rdma@vger.kernel.org
5609 S:      Maintained
5610 F:      drivers/staging/rdma/ipath/
5611
5612 IPMI SUBSYSTEM
5613 M:      Corey Minyard <minyard@acm.org>
5614 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5615 W:      http://openipmi.sourceforge.net/
5616 S:      Supported
5617 F:      Documentation/IPMI.txt
5618 F:      drivers/char/ipmi/
5619 F:      include/linux/ipmi*
5620 F:      include/uapi/linux/ipmi*
5621
5622 QCOM AUDIO (ASoC) DRIVERS
5623 M:      Patrick Lai <plai@codeaurora.org>
5624 M:      Banajit Goswami <bgoswami@codeaurora.org>
5625 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5626 S:      Supported
5627 F:      sound/soc/qcom/
5628
5629 IPS SCSI RAID DRIVER
5630 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5631 L:      linux-scsi@vger.kernel.org
5632 W:      http://www.adaptec.com/
5633 S:      Maintained
5634 F:      drivers/scsi/ips*
5635
5636 IPVS
5637 M:      Wensong Zhang <wensong@linux-vs.org>
5638 M:      Simon Horman <horms@verge.net.au>
5639 M:      Julian Anastasov <ja@ssi.bg>
5640 L:      netdev@vger.kernel.org
5641 L:      lvs-devel@vger.kernel.org
5642 S:      Maintained
5643 F:      Documentation/networking/ipvs-sysctl.txt
5644 F:      include/net/ip_vs.h
5645 F:      include/uapi/linux/ip_vs.h
5646 F:      net/netfilter/ipvs/
5647
5648 IPWIRELESS DRIVER
5649 M:      Jiri Kosina <jikos@kernel.org>
5650 M:      David Sterba <dsterba@suse.com>
5651 S:      Odd Fixes
5652 F:      drivers/tty/ipwireless/
5653
5654 IPX NETWORK LAYER
5655 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5656 L:      netdev@vger.kernel.org
5657 S:      Maintained
5658 F:      include/net/ipx.h
5659 F:      include/uapi/linux/ipx.h
5660 F:      net/ipx/
5661
5662 IRDA SUBSYSTEM
5663 M:      Samuel Ortiz <samuel@sortiz.org>
5664 L:      irda-users@lists.sourceforge.net (subscribers-only)
5665 L:      netdev@vger.kernel.org
5666 W:      http://irda.sourceforge.net/
5667 S:      Maintained
5668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5669 F:      Documentation/networking/irda.txt
5670 F:      drivers/net/irda/
5671 F:      include/net/irda/
5672 F:      net/irda/
5673
5674 IRQ SUBSYSTEM
5675 M:      Thomas Gleixner <tglx@linutronix.de>
5676 L:      linux-kernel@vger.kernel.org
5677 S:      Maintained
5678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5679 F:      kernel/irq/
5680
5681 IRQCHIP DRIVERS
5682 M:      Thomas Gleixner <tglx@linutronix.de>
5683 M:      Jason Cooper <jason@lakedaemon.net>
5684 M:      Marc Zyngier <marc.zyngier@arm.com>
5685 L:      linux-kernel@vger.kernel.org
5686 S:      Maintained
5687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5688 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5689 F:      Documentation/devicetree/bindings/interrupt-controller/
5690 F:      drivers/irqchip/
5691
5692 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5693 M:      Jiang Liu <jiang.liu@linux.intel.com>
5694 M:      Marc Zyngier <marc.zyngier@arm.com>
5695 S:      Maintained
5696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5697 F:      Documentation/IRQ-domain.txt
5698 F:      include/linux/irqdomain.h
5699 F:      kernel/irq/irqdomain.c
5700 F:      kernel/irq/msi.c
5701
5702 ISAPNP
5703 M:      Jaroslav Kysela <perex@perex.cz>
5704 S:      Maintained
5705 F:      Documentation/isapnp.txt
5706 F:      drivers/pnp/isapnp/
5707 F:      include/linux/isapnp.h
5708
5709 ISA RADIO MODULE
5710 M:      Hans Verkuil <hverkuil@xs4all.nl>
5711 L:      linux-media@vger.kernel.org
5712 T:      git git://linuxtv.org/media_tree.git
5713 W:      http://linuxtv.org
5714 S:      Maintained
5715 F:      drivers/media/radio/radio-isa*
5716
5717 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5718 M:      Peter Jones <pjones@redhat.com>
5719 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5720 S:      Maintained
5721 F:      drivers/firmware/iscsi_ibft*
5722
5723 ISCSI
5724 M:      Mike Christie <michaelc@cs.wisc.edu>
5725 L:      open-iscsi@googlegroups.com
5726 W:      www.open-iscsi.org
5727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5728 S:      Maintained
5729 F:      drivers/scsi/*iscsi*
5730 F:      include/scsi/*iscsi*
5731
5732 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5733 M:      Or Gerlitz <ogerlitz@mellanox.com>
5734 M:      Sagi Grimberg <sagig@mellanox.com>
5735 M:      Roi Dayan <roid@mellanox.com>
5736 L:      linux-rdma@vger.kernel.org
5737 S:      Supported
5738 W:      http://www.openfabrics.org
5739 W:      www.open-iscsi.org
5740 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5741 F:      drivers/infiniband/ulp/iser/
5742
5743 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5744 M:      Sagi Grimberg <sagig@mellanox.com>
5745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5746 L:      linux-rdma@vger.kernel.org
5747 L:      target-devel@vger.kernel.org
5748 S:      Supported
5749 W:      http://www.linux-iscsi.org
5750 F:      drivers/infiniband/ulp/isert
5751
5752 ISDN SUBSYSTEM
5753 M:      Karsten Keil <isdn@linux-pingi.de>
5754 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5755 L:      netdev@vger.kernel.org
5756 W:      http://www.isdn4linux.de
5757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5758 S:      Maintained
5759 F:      Documentation/isdn/
5760 F:      drivers/isdn/
5761 F:      include/linux/isdn.h
5762 F:      include/linux/isdn/
5763 F:      include/uapi/linux/isdn.h
5764 F:      include/uapi/linux/isdn/
5765
5766 ISDN SUBSYSTEM (Eicon active card driver)
5767 M:      Armin Schindler <mac@melware.de>
5768 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5769 W:      http://www.melware.de
5770 S:      Maintained
5771 F:      drivers/isdn/hardware/eicon/
5772
5773 IT87 HARDWARE MONITORING DRIVER
5774 M:      Jean Delvare <jdelvare@suse.com>
5775 L:      lm-sensors@lm-sensors.org
5776 S:      Maintained
5777 F:      Documentation/hwmon/it87
5778 F:      drivers/hwmon/it87.c
5779
5780 IT913X MEDIA DRIVER
5781 M:      Antti Palosaari <crope@iki.fi>
5782 L:      linux-media@vger.kernel.org
5783 W:      http://linuxtv.org/
5784 W:      http://palosaari.fi/linux/
5785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5786 T:      git git://linuxtv.org/anttip/media_tree.git
5787 S:      Maintained
5788 F:      drivers/media/tuners/it913x*
5789
5790 IVTV VIDEO4LINUX DRIVER
5791 M:      Andy Walls <awalls@md.metrocast.net>
5792 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5793 L:      linux-media@vger.kernel.org
5794 T:      git git://linuxtv.org/media_tree.git
5795 W:      http://www.ivtvdriver.org
5796 S:      Maintained
5797 F:      Documentation/video4linux/*.ivtv
5798 F:      drivers/media/pci/ivtv/
5799 F:      include/uapi/linux/ivtv*
5800
5801 IX2505V MEDIA DRIVER
5802 M:      Malcolm Priestley <tvboxspy@gmail.com>
5803 L:      linux-media@vger.kernel.org
5804 W:      http://linuxtv.org/
5805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5806 S:      Maintained
5807 F:      drivers/media/dvb-frontends/ix2505v*
5808
5809 JC42.4 TEMPERATURE SENSOR DRIVER
5810 M:      Guenter Roeck <linux@roeck-us.net>
5811 L:      lm-sensors@lm-sensors.org
5812 S:      Maintained
5813 F:      drivers/hwmon/jc42.c
5814 F:      Documentation/hwmon/jc42
5815
5816 JFS FILESYSTEM
5817 M:      Dave Kleikamp <shaggy@kernel.org>
5818 L:      jfs-discussion@lists.sourceforge.net
5819 W:      http://jfs.sourceforge.net/
5820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5821 S:      Maintained
5822 F:      Documentation/filesystems/jfs.txt
5823 F:      fs/jfs/
5824
5825 JME NETWORK DRIVER
5826 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5827 L:      netdev@vger.kernel.org
5828 S:      Maintained
5829 F:      drivers/net/ethernet/jme.*
5830
5831 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5832 M:      David Woodhouse <dwmw2@infradead.org>
5833 L:      linux-mtd@lists.infradead.org
5834 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5835 S:      Maintained
5836 F:      fs/jffs2/
5837 F:      include/uapi/linux/jffs2.h
5838
5839 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5840 M:      "Theodore Ts'o" <tytso@mit.edu>
5841 M:      Jan Kara <jack@suse.com>
5842 L:      linux-ext4@vger.kernel.org
5843 S:      Maintained
5844 F:      fs/jbd2/
5845 F:      include/linux/jbd2.h
5846
5847 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5848 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5849 L:      linux-media@vger.kernel.org
5850 S:      Maintained
5851 F:      drivers/media/platform/rcar_jpu.c
5852
5853 JSM Neo PCI based serial card
5854 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5855 L:      linux-serial@vger.kernel.org
5856 S:      Maintained
5857 F:      drivers/tty/serial/jsm/
5858
5859 K10TEMP HARDWARE MONITORING DRIVER
5860 M:      Clemens Ladisch <clemens@ladisch.de>
5861 L:      lm-sensors@lm-sensors.org
5862 S:      Maintained
5863 F:      Documentation/hwmon/k10temp
5864 F:      drivers/hwmon/k10temp.c
5865
5866 K8TEMP HARDWARE MONITORING DRIVER
5867 M:      Rudolf Marek <r.marek@assembler.cz>
5868 L:      lm-sensors@lm-sensors.org
5869 S:      Maintained
5870 F:      Documentation/hwmon/k8temp
5871 F:      drivers/hwmon/k8temp.c
5872
5873 KCONFIG
5874 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5875 L:      linux-kbuild@vger.kernel.org
5876 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5877 S:      Maintained
5878 F:      Documentation/kbuild/kconfig-language.txt
5879 F:      scripts/kconfig/
5880
5881 KDUMP
5882 M:      Vivek Goyal <vgoyal@redhat.com>
5883 M:      Haren Myneni <hbabu@us.ibm.com>
5884 L:      kexec@lists.infradead.org
5885 W:      http://lse.sourceforge.net/kdump/
5886 S:      Maintained
5887 F:      Documentation/kdump/
5888
5889 KEENE FM RADIO TRANSMITTER DRIVER
5890 M:      Hans Verkuil <hverkuil@xs4all.nl>
5891 L:      linux-media@vger.kernel.org
5892 T:      git git://linuxtv.org/media_tree.git
5893 W:      http://linuxtv.org
5894 S:      Maintained
5895 F:      drivers/media/radio/radio-keene*
5896
5897 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5898 M:      Ian Kent <raven@themaw.net>
5899 L:      autofs@vger.kernel.org
5900 S:      Maintained
5901 F:      fs/autofs4/
5902
5903 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5904 M:      Michal Marek <mmarek@suse.com>
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5907 L:      linux-kbuild@vger.kernel.org
5908 S:      Maintained
5909 F:      Documentation/kbuild/
5910 F:      Makefile
5911 F:      scripts/Makefile.*
5912 F:      scripts/basic/
5913 F:      scripts/mk*
5914 F:      scripts/package/
5915
5916 KERNEL JANITORS
5917 L:      kernel-janitors@vger.kernel.org
5918 W:      http://kernelnewbies.org/KernelJanitors
5919 S:      Odd Fixes
5920
5921 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5922 M:      "J. Bruce Fields" <bfields@fieldses.org>
5923 M:      Jeff Layton <jlayton@poochiereds.net>
5924 L:      linux-nfs@vger.kernel.org
5925 W:      http://nfs.sourceforge.net/
5926 S:      Supported
5927 F:      fs/nfsd/
5928 F:      include/uapi/linux/nfsd/
5929 F:      fs/lockd/
5930 F:      fs/nfs_common/
5931 F:      net/sunrpc/
5932 F:      include/linux/lockd/
5933 F:      include/linux/sunrpc/
5934 F:      include/uapi/linux/sunrpc/
5935
5936 KERNEL SELFTEST FRAMEWORK
5937 M:      Shuah Khan <shuahkh@osg.samsung.com>
5938 L:      linux-api@vger.kernel.org
5939 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5940 S:      Maintained
5941 F:      tools/testing/selftests
5942
5943 KERNEL VIRTUAL MACHINE (KVM)
5944 M:      Gleb Natapov <gleb@kernel.org>
5945 M:      Paolo Bonzini <pbonzini@redhat.com>
5946 L:      kvm@vger.kernel.org
5947 W:      http://www.linux-kvm.org
5948 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5949 S:      Supported
5950 F:      Documentation/*/kvm*.txt
5951 F:      Documentation/virtual/kvm/
5952 F:      arch/*/kvm/
5953 F:      arch/x86/kernel/kvm.c
5954 F:      arch/x86/kernel/kvmclock.c
5955 F:      arch/*/include/asm/kvm*
5956 F:      include/linux/kvm*
5957 F:      include/uapi/linux/kvm*
5958 F:      virt/kvm/
5959
5960 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5961 M:      Joerg Roedel <joro@8bytes.org>
5962 L:      kvm@vger.kernel.org
5963 W:      http://www.linux-kvm.org/
5964 S:      Maintained
5965 F:      arch/x86/include/asm/svm.h
5966 F:      arch/x86/kvm/svm.c
5967
5968 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5969 M:      Alexander Graf <agraf@suse.com>
5970 L:      kvm-ppc@vger.kernel.org
5971 W:      http://www.linux-kvm.org/
5972 T:      git git://github.com/agraf/linux-2.6.git
5973 S:      Supported
5974 F:      arch/powerpc/include/asm/kvm*
5975 F:      arch/powerpc/kvm/
5976
5977 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5978 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5979 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5980 L:      linux-s390@vger.kernel.org
5981 W:      http://www.ibm.com/developerworks/linux/linux390/
5982 S:      Supported
5983 F:      Documentation/s390/kvm.txt
5984 F:      arch/s390/include/asm/kvm*
5985 F:      arch/s390/kvm/
5986
5987 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5988 M:      Christoffer Dall <christoffer.dall@linaro.org>
5989 M:      Marc Zyngier <marc.zyngier@arm.com>
5990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5991 L:      kvmarm@lists.cs.columbia.edu
5992 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5993 S:      Supported
5994 F:      arch/arm/include/uapi/asm/kvm*
5995 F:      arch/arm/include/asm/kvm*
5996 F:      arch/arm/kvm/
5997 F:      virt/kvm/arm/
5998 F:      include/kvm/arm_*
5999
6000 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6001 M:      Christoffer Dall <christoffer.dall@linaro.org>
6002 M:      Marc Zyngier <marc.zyngier@arm.com>
6003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6004 L:      kvmarm@lists.cs.columbia.edu
6005 S:      Maintained
6006 F:      arch/arm64/include/uapi/asm/kvm*
6007 F:      arch/arm64/include/asm/kvm*
6008 F:      arch/arm64/kvm/
6009
6010 KEXEC
6011 M:      Eric Biederman <ebiederm@xmission.com>
6012 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6013 L:      kexec@lists.infradead.org
6014 S:      Maintained
6015 F:      include/linux/kexec.h
6016 F:      include/uapi/linux/kexec.h
6017 F:      kernel/kexec.c
6018
6019 KEYS/KEYRINGS:
6020 M:      David Howells <dhowells@redhat.com>
6021 L:      keyrings@vger.kernel.org
6022 S:      Maintained
6023 F:      Documentation/security/keys.txt
6024 F:      include/linux/key.h
6025 F:      include/linux/key-type.h
6026 F:      include/keys/
6027 F:      security/keys/
6028
6029 KEYS-TRUSTED
6030 M:      David Safford <safford@us.ibm.com>
6031 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6032 L:      linux-security-module@vger.kernel.org
6033 L:      keyrings@vger.kernel.org
6034 S:      Supported
6035 F:      Documentation/security/keys-trusted-encrypted.txt
6036 F:      include/keys/trusted-type.h
6037 F:      security/keys/trusted.c
6038 F:      security/keys/trusted.h
6039
6040 KEYS-ENCRYPTED
6041 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6042 M:      David Safford <safford@us.ibm.com>
6043 L:      linux-security-module@vger.kernel.org
6044 L:      keyrings@vger.kernel.org
6045 S:      Supported
6046 F:      Documentation/security/keys-trusted-encrypted.txt
6047 F:      include/keys/encrypted-type.h
6048 F:      security/keys/encrypted-keys/
6049
6050 KGDB / KDB /debug_core
6051 M:      Jason Wessel <jason.wessel@windriver.com>
6052 W:      http://kgdb.wiki.kernel.org/
6053 L:      kgdb-bugreport@lists.sourceforge.net
6054 S:      Maintained
6055 F:      Documentation/DocBook/kgdb.tmpl
6056 F:      drivers/misc/kgdbts.c
6057 F:      drivers/tty/serial/kgdboc.c
6058 F:      include/linux/kdb.h
6059 F:      include/linux/kgdb.h
6060 F:      kernel/debug/
6061
6062 KMEMCHECK
6063 M:      Vegard Nossum <vegardno@ifi.uio.no>
6064 M:      Pekka Enberg <penberg@kernel.org>
6065 S:      Maintained
6066 F:      Documentation/kmemcheck.txt
6067 F:      arch/x86/include/asm/kmemcheck.h
6068 F:      arch/x86/mm/kmemcheck/
6069 F:      include/linux/kmemcheck.h
6070 F:      mm/kmemcheck.c
6071
6072 KMEMLEAK
6073 M:      Catalin Marinas <catalin.marinas@arm.com>
6074 S:      Maintained
6075 F:      Documentation/kmemleak.txt
6076 F:      include/linux/kmemleak.h
6077 F:      mm/kmemleak.c
6078 F:      mm/kmemleak-test.c
6079
6080 KPROBES
6081 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6082 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6083 M:      "David S. Miller" <davem@davemloft.net>
6084 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6085 S:      Maintained
6086 F:      Documentation/kprobes.txt
6087 F:      include/linux/kprobes.h
6088 F:      kernel/kprobes.c
6089
6090 KS0108 LCD CONTROLLER DRIVER
6091 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6092 W:      http://miguelojeda.es/auxdisplay.htm
6093 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6094 S:      Maintained
6095 F:      Documentation/auxdisplay/ks0108
6096 F:      drivers/auxdisplay/ks0108.c
6097 F:      include/linux/ks0108.h
6098
6099 LAPB module
6100 L:      linux-x25@vger.kernel.org
6101 S:      Orphan
6102 F:      Documentation/networking/lapb-module.txt
6103 F:      include/*/lapb.h
6104 F:      net/lapb/
6105
6106 LASI 53c700 driver for PARISC
6107 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6108 L:      linux-scsi@vger.kernel.org
6109 S:      Maintained
6110 F:      Documentation/scsi/53c700.txt
6111 F:      drivers/scsi/53c700*
6112
6113 LED SUBSYSTEM
6114 M:      Richard Purdie <rpurdie@rpsys.net>
6115 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6116 L:      linux-leds@vger.kernel.org
6117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6118 S:      Maintained
6119 F:      drivers/leds/
6120 F:      include/linux/leds.h
6121
6122 LEGACY EEPROM DRIVER
6123 M:      Jean Delvare <jdelvare@suse.com>
6124 S:      Maintained
6125 F:      Documentation/misc-devices/eeprom
6126 F:      drivers/misc/eeprom/eeprom.c
6127
6128 LEGO USB Tower driver
6129 M:      Juergen Stuber <starblue@users.sourceforge.net>
6130 L:      legousb-devel@lists.sourceforge.net
6131 W:      http://legousb.sourceforge.net/
6132 S:      Maintained
6133 F:      drivers/usb/misc/legousbtower.c
6134
6135 LG2160 MEDIA DRIVER
6136 M:      Michael Krufky <mkrufky@linuxtv.org>
6137 L:      linux-media@vger.kernel.org
6138 W:      http://linuxtv.org/
6139 W:      http://github.com/mkrufky
6140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6141 T:      git git://linuxtv.org/mkrufky/tuners.git
6142 S:      Maintained
6143 F:      drivers/media/dvb-frontends/lg2160.*
6144
6145 LGDT3305 MEDIA DRIVER
6146 M:      Michael Krufky <mkrufky@linuxtv.org>
6147 L:      linux-media@vger.kernel.org
6148 W:      http://linuxtv.org/
6149 W:      http://github.com/mkrufky
6150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6151 T:      git git://linuxtv.org/mkrufky/tuners.git
6152 S:      Maintained
6153 F:      drivers/media/dvb-frontends/lgdt3305.*
6154
6155 LGUEST
6156 M:      Rusty Russell <rusty@rustcorp.com.au>
6157 L:      lguest@lists.ozlabs.org
6158 W:      http://lguest.ozlabs.org/
6159 S:      Odd Fixes
6160 F:      arch/x86/include/asm/lguest*.h
6161 F:      arch/x86/lguest/
6162 F:      drivers/lguest/
6163 F:      include/linux/lguest*.h
6164 F:      tools/lguest/
6165
6166 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6167 M:      Tejun Heo <tj@kernel.org>
6168 L:      linux-ide@vger.kernel.org
6169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6170 S:      Maintained
6171 F:      drivers/ata/
6172 F:      include/linux/ata.h
6173 F:      include/linux/libata.h
6174
6175 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6176 M:      Viresh Kumar <vireshk@kernel.org>
6177 L:      linux-ide@vger.kernel.org
6178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6179 S:      Maintained
6180 F:      include/linux/pata_arasan_cf_data.h
6181 F:      drivers/ata/pata_arasan_cf.c
6182
6183 LIBATA PATA DRIVERS
6184 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6185 M:      Tejun Heo <tj@kernel.org>
6186 L:      linux-ide@vger.kernel.org
6187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6188 S:      Maintained
6189 F:      drivers/ata/pata_*.c
6190 F:      drivers/ata/ata_generic.c
6191
6192 LIBATA SATA AHCI PLATFORM devices support
6193 M:      Hans de Goede <hdegoede@redhat.com>
6194 M:      Tejun Heo <tj@kernel.org>
6195 L:      linux-ide@vger.kernel.org
6196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6197 S:      Maintained
6198 F:      drivers/ata/ahci_platform.c
6199 F:      drivers/ata/libahci_platform.c
6200 F:      include/linux/ahci_platform.h
6201
6202 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6203 M:      Mikael Pettersson <mikpelinux@gmail.com>
6204 L:      linux-ide@vger.kernel.org
6205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6206 S:      Maintained
6207 F:      drivers/ata/sata_promise.*
6208
6209 LIBLOCKDEP
6210 M:      Sasha Levin <sasha.levin@oracle.com>
6211 S:      Maintained
6212 F:      tools/lib/lockdep/
6213
6214 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6215 M:      Dan Williams <dan.j.williams@intel.com>
6216 L:      linux-nvdimm@lists.01.org
6217 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6218 S:      Supported
6219 F:      drivers/nvdimm/*
6220 F:      include/linux/nd.h
6221 F:      include/linux/libnvdimm.h
6222 F:      include/uapi/linux/ndctl.h
6223
6224 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6225 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6226 L:      linux-nvdimm@lists.01.org
6227 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6228 S:      Supported
6229 F:      drivers/nvdimm/blk.c
6230 F:      drivers/nvdimm/region_devs.c
6231 F:      drivers/acpi/nfit*
6232
6233 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6234 M:      Vishal Verma <vishal.l.verma@intel.com>
6235 L:      linux-nvdimm@lists.01.org
6236 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6237 S:      Supported
6238 F:      drivers/nvdimm/btt*
6239
6240 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6241 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6242 L:      linux-nvdimm@lists.01.org
6243 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6244 S:      Supported
6245 F:      drivers/nvdimm/pmem.c
6246 F:      include/linux/pmem.h
6247 F:      arch/*/include/asm/pmem.h
6248
6249 LINUX FOR IBM pSERIES (RS/6000)
6250 M:      Paul Mackerras <paulus@au.ibm.com>
6251 W:      http://www.ibm.com/linux/ltc/projects/ppc
6252 S:      Supported
6253 F:      arch/powerpc/boot/rs6000.h
6254
6255 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6256 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6257 M:      Paul Mackerras <paulus@samba.org>
6258 M:      Michael Ellerman <mpe@ellerman.id.au>
6259 W:      http://www.penguinppc.org/
6260 L:      linuxppc-dev@lists.ozlabs.org
6261 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6263 S:      Supported
6264 F:      Documentation/powerpc/
6265 F:      arch/powerpc/
6266
6267 LINUX FOR POWER MACINTOSH
6268 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6269 W:      http://www.penguinppc.org/
6270 L:      linuxppc-dev@lists.ozlabs.org
6271 S:      Maintained
6272 F:      arch/powerpc/platforms/powermac/
6273 F:      drivers/macintosh/
6274
6275 LINUX FOR POWERPC EMBEDDED MPC5XXX
6276 M:      Anatolij Gustschin <agust@denx.de>
6277 L:      linuxppc-dev@lists.ozlabs.org
6278 T:      git git://git.denx.de/linux-denx-agust.git
6279 S:      Maintained
6280 F:      arch/powerpc/platforms/512x/
6281 F:      arch/powerpc/platforms/52xx/
6282
6283 LINUX FOR POWERPC EMBEDDED PPC4XX
6284 M:      Alistair Popple <alistair@popple.id.au>
6285 M:      Matt Porter <mporter@kernel.crashing.org>
6286 W:      http://www.penguinppc.org/
6287 L:      linuxppc-dev@lists.ozlabs.org
6288 S:      Maintained
6289 F:      arch/powerpc/platforms/40x/
6290 F:      arch/powerpc/platforms/44x/
6291
6292 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6293 L:      linuxppc-dev@lists.ozlabs.org
6294 S:      Orphan
6295 F:      arch/powerpc/*/*virtex*
6296 F:      arch/powerpc/*/*/*virtex*
6297
6298 LINUX FOR POWERPC EMBEDDED PPC8XX
6299 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6300 W:      http://www.penguinppc.org/
6301 L:      linuxppc-dev@lists.ozlabs.org
6302 S:      Maintained
6303 F:      arch/powerpc/platforms/8xx/
6304
6305 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6306 M:      Scott Wood <scottwood@freescale.com>
6307 M:      Kumar Gala <galak@kernel.crashing.org>
6308 W:      http://www.penguinppc.org/
6309 L:      linuxppc-dev@lists.ozlabs.org
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6311 S:      Maintained
6312 F:      arch/powerpc/platforms/83xx/
6313 F:      arch/powerpc/platforms/85xx/
6314
6315 LINUX FOR POWERPC PA SEMI PWRFICIENT
6316 M:      Olof Johansson <olof@lixom.net>
6317 L:      linuxppc-dev@lists.ozlabs.org
6318 S:      Maintained
6319 F:      arch/powerpc/platforms/pasemi/
6320 F:      drivers/*/*pasemi*
6321 F:      drivers/*/*/*pasemi*
6322
6323 LINUX SECURITY MODULE (LSM) FRAMEWORK
6324 M:      Chris Wright <chrisw@sous-sol.org>
6325 L:      linux-security-module@vger.kernel.org
6326 S:      Supported
6327
6328 LIS3LV02D ACCELEROMETER DRIVER
6329 M:      Eric Piel <eric.piel@tremplin-utc.net>
6330 S:      Maintained
6331 F:      Documentation/misc-devices/lis3lv02d
6332 F:      drivers/misc/lis3lv02d/
6333 F:      drivers/platform/x86/hp_accel.c
6334
6335 LIVE PATCHING
6336 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6337 M:      Seth Jennings <sjenning@redhat.com>
6338 M:      Jiri Kosina <jikos@kernel.org>
6339 M:      Vojtech Pavlik <vojtech@suse.com>
6340 S:      Maintained
6341 F:      kernel/livepatch/
6342 F:      include/linux/livepatch.h
6343 F:      arch/x86/include/asm/livepatch.h
6344 F:      arch/x86/kernel/livepatch.c
6345 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6346 F:      samples/livepatch/
6347 L:      live-patching@vger.kernel.org
6348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6349
6350 LLC (802.2)
6351 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6352 S:      Maintained
6353 F:      include/linux/llc.h
6354 F:      include/uapi/linux/llc.h
6355 F:      include/net/llc*
6356 F:      net/llc/
6357
6358 LM73 HARDWARE MONITOR DRIVER
6359 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6360 L:      lm-sensors@lm-sensors.org
6361 S:      Maintained
6362 F:      drivers/hwmon/lm73.c
6363
6364 LM78 HARDWARE MONITOR DRIVER
6365 M:      Jean Delvare <jdelvare@suse.com>
6366 L:      lm-sensors@lm-sensors.org
6367 S:      Maintained
6368 F:      Documentation/hwmon/lm78
6369 F:      drivers/hwmon/lm78.c
6370
6371 LM83 HARDWARE MONITOR DRIVER
6372 M:      Jean Delvare <jdelvare@suse.com>
6373 L:      lm-sensors@lm-sensors.org
6374 S:      Maintained
6375 F:      Documentation/hwmon/lm83
6376 F:      drivers/hwmon/lm83.c
6377
6378 LM90 HARDWARE MONITOR DRIVER
6379 M:      Jean Delvare <jdelvare@suse.com>
6380 L:      lm-sensors@lm-sensors.org
6381 S:      Maintained
6382 F:      Documentation/hwmon/lm90
6383 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6384 F:      drivers/hwmon/lm90.c
6385
6386 LM95234 HARDWARE MONITOR DRIVER
6387 M:      Guenter Roeck <linux@roeck-us.net>
6388 L:      lm-sensors@lm-sensors.org
6389 S:      Maintained
6390 F:      Documentation/hwmon/lm95234
6391 F:      drivers/hwmon/lm95234.c
6392
6393 LME2510 MEDIA DRIVER
6394 M:      Malcolm Priestley <tvboxspy@gmail.com>
6395 L:      linux-media@vger.kernel.org
6396 W:      http://linuxtv.org/
6397 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6398 S:      Maintained
6399 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6400
6401 LOCKDEP AND LOCKSTAT
6402 M:      Peter Zijlstra <peterz@infradead.org>
6403 M:      Ingo Molnar <mingo@redhat.com>
6404 L:      linux-kernel@vger.kernel.org
6405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6406 S:      Maintained
6407 F:      Documentation/locking/lockdep*.txt
6408 F:      Documentation/locking/lockstat.txt
6409 F:      include/linux/lockdep.h
6410 F:      kernel/locking/
6411
6412 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6413 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6414 L:      linux-ntfs-dev@lists.sourceforge.net
6415 W:      http://www.linux-ntfs.org/content/view/19/37/
6416 S:      Maintained
6417 F:      Documentation/ldm.txt
6418 F:      block/partitions/ldm.*
6419
6420 LogFS
6421 M:      Joern Engel <joern@logfs.org>
6422 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6423 L:      logfs@logfs.org
6424 W:      logfs.org
6425 S:      Maintained
6426 F:      fs/logfs/
6427
6428 LPC32XX MACHINE SUPPORT
6429 M:      Roland Stigge <stigge@antcom.de>
6430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6431 S:      Maintained
6432 F:      arch/arm/mach-lpc32xx/
6433
6434 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6435 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6436 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6437 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6438 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6439 L:      MPT-FusionLinux.pdl@avagotech.com
6440 L:      linux-scsi@vger.kernel.org
6441 W:      http://www.lsilogic.com/support
6442 S:      Supported
6443 F:      drivers/message/fusion/
6444 F:      drivers/scsi/mpt2sas/
6445 F:      drivers/scsi/mpt3sas/
6446
6447 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6448 M:      Matthew Wilcox <matthew@wil.cx>
6449 L:      linux-scsi@vger.kernel.org
6450 S:      Maintained
6451 F:      drivers/scsi/sym53c8xx_2/
6452
6453 LTC4261 HARDWARE MONITOR DRIVER
6454 M:      Guenter Roeck <linux@roeck-us.net>
6455 L:      lm-sensors@lm-sensors.org
6456 S:      Maintained
6457 F:      Documentation/hwmon/ltc4261
6458 F:      drivers/hwmon/ltc4261.c
6459
6460 LTP (Linux Test Project)
6461 M:      Mike Frysinger <vapier@gentoo.org>
6462 M:      Cyril Hrubis <chrubis@suse.cz>
6463 M:      Wanlong Gao <wanlong.gao@gmail.com>
6464 M:      Jan Stancek <jstancek@redhat.com>
6465 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6466 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6467 L:      ltp@lists.linux.it (subscribers-only)
6468 W:      http://linux-test-project.github.io/
6469 T:      git git://github.com/linux-test-project/ltp.git
6470 S:      Maintained
6471
6472 M32R ARCHITECTURE
6473 W:      http://www.linux-m32r.org/
6474 S:      Orphan
6475 F:      arch/m32r/
6476
6477 M68K ARCHITECTURE
6478 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6479 L:      linux-m68k@lists.linux-m68k.org
6480 W:      http://www.linux-m68k.org/
6481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6482 S:      Maintained
6483 F:      arch/m68k/
6484 F:      drivers/zorro/
6485
6486 M68K ON APPLE MACINTOSH
6487 M:      Joshua Thompson <funaho@jurai.org>
6488 W:      http://www.mac.linux-m68k.org/
6489 L:      linux-m68k@lists.linux-m68k.org
6490 S:      Maintained
6491 F:      arch/m68k/mac/
6492
6493 M68K ON HP9000/300
6494 M:      Philip Blundell <philb@gnu.org>
6495 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6496 S:      Maintained
6497 F:      arch/m68k/hp300/
6498
6499 M88DS3103 MEDIA DRIVER
6500 M:      Antti Palosaari <crope@iki.fi>
6501 L:      linux-media@vger.kernel.org
6502 W:      http://linuxtv.org/
6503 W:      http://palosaari.fi/linux/
6504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6505 T:      git git://linuxtv.org/anttip/media_tree.git
6506 S:      Maintained
6507 F:      drivers/media/dvb-frontends/m88ds3103*
6508
6509 M88RS2000 MEDIA DRIVER
6510 M:      Malcolm Priestley <tvboxspy@gmail.com>
6511 L:      linux-media@vger.kernel.org
6512 W:      http://linuxtv.org/
6513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6514 S:      Maintained
6515 F:      drivers/media/dvb-frontends/m88rs2000*
6516
6517 MA901 MASTERKIT USB FM RADIO DRIVER
6518 M:      Alexey Klimov <klimov.linux@gmail.com>
6519 L:      linux-media@vger.kernel.org
6520 T:      git git://linuxtv.org/media_tree.git
6521 S:      Maintained
6522 F:      drivers/media/radio/radio-ma901.c
6523
6524 MAC80211
6525 M:      Johannes Berg <johannes@sipsolutions.net>
6526 L:      linux-wireless@vger.kernel.org
6527 W:      http://wireless.kernel.org/
6528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6530 S:      Maintained
6531 F:      Documentation/networking/mac80211-injection.txt
6532 F:      include/net/mac80211.h
6533 F:      net/mac80211/
6534
6535 MACVLAN DRIVER
6536 M:      Patrick McHardy <kaber@trash.net>
6537 L:      netdev@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/net/macvlan.c
6540 F:      include/linux/if_macvlan.h
6541
6542 MAILBOX API
6543 M:      Jassi Brar <jassisinghbrar@gmail.com>
6544 L:      linux-kernel@vger.kernel.org
6545 S:      Maintained
6546 F:      drivers/mailbox/
6547 F:      include/linux/mailbox_client.h
6548 F:      include/linux/mailbox_controller.h
6549
6550 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6551 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6552 W:      http://www.kernel.org/doc/man-pages
6553 L:      linux-man@vger.kernel.org
6554 S:      Maintained
6555
6556 MARVELL ARMADA DRM SUPPORT
6557 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6558 S:      Maintained
6559 F:      drivers/gpu/drm/armada/
6560
6561 MARVELL 88E6352 DSA support
6562 M:      Guenter Roeck <linux@roeck-us.net>
6563 S:      Maintained
6564 F:      drivers/net/dsa/mv88e6352.c
6565
6566 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6567 M:      Mirko Lindner <mlindner@marvell.com>
6568 M:      Stephen Hemminger <stephen@networkplumber.org>
6569 L:      netdev@vger.kernel.org
6570 S:      Maintained
6571 F:      drivers/net/ethernet/marvell/sk*
6572
6573 MARVELL LIBERTAS WIRELESS DRIVER
6574 L:      libertas-dev@lists.infradead.org
6575 S:      Orphan
6576 F:      drivers/net/wireless/libertas/
6577
6578 MARVELL MV643XX ETHERNET DRIVER
6579 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6580 L:      netdev@vger.kernel.org
6581 S:      Maintained
6582 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6583 F:      include/linux/mv643xx.h
6584
6585 MARVELL MVNETA ETHERNET DRIVER
6586 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6587 L:      netdev@vger.kernel.org
6588 S:      Maintained
6589 F:      drivers/net/ethernet/marvell/mvneta.*
6590
6591 MARVELL MWIFIEX WIRELESS DRIVER
6592 M:      Amitkumar Karwar <akarwar@marvell.com>
6593 M:      Nishant Sarmukadam <nishants@marvell.com>
6594 L:      linux-wireless@vger.kernel.org
6595 S:      Maintained
6596 F:      drivers/net/wireless/mwifiex/
6597
6598 MARVELL MWL8K WIRELESS DRIVER
6599 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6600 L:      linux-wireless@vger.kernel.org
6601 S:      Odd Fixes
6602 F:      drivers/net/wireless/mwl8k.c
6603
6604 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6605 M:      Nicolas Pitre <nico@fluxnic.net>
6606 S:      Odd Fixes
6607 F:      drivers/mmc/host/mvsdio.*
6608
6609 MATROX FRAMEBUFFER DRIVER
6610 L:      linux-fbdev@vger.kernel.org
6611 S:      Orphan
6612 F:      drivers/video/fbdev/matrox/matroxfb_*
6613 F:      include/uapi/linux/matroxfb.h
6614
6615 MAX16065 HARDWARE MONITOR DRIVER
6616 M:      Guenter Roeck <linux@roeck-us.net>
6617 L:      lm-sensors@lm-sensors.org
6618 S:      Maintained
6619 F:      Documentation/hwmon/max16065
6620 F:      drivers/hwmon/max16065.c
6621
6622 MAX20751 HARDWARE MONITOR DRIVER
6623 M:      Guenter Roeck <linux@roeck-us.net>
6624 L:      lm-sensors@lm-sensors.org
6625 S:      Maintained
6626 F:      Documentation/hwmon/max20751
6627 F:      drivers/hwmon/max20751.c
6628
6629 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6630 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6631 L:      lm-sensors@lm-sensors.org
6632 S:      Maintained
6633 F:      Documentation/hwmon/max6650
6634 F:      drivers/hwmon/max6650.c
6635
6636 MAX6697 HARDWARE MONITOR DRIVER
6637 M:      Guenter Roeck <linux@roeck-us.net>
6638 L:      lm-sensors@lm-sensors.org
6639 S:      Maintained
6640 F:      Documentation/hwmon/max6697
6641 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6642 F:      drivers/hwmon/max6697.c
6643 F:      include/linux/platform_data/max6697.h
6644
6645 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6646 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6647 L:      linux-pm@vger.kernel.org
6648 S:      Supported
6649 F:      drivers/power/max14577_charger.c
6650 F:      drivers/power/max77693_charger.c
6651
6652 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6653 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6654 L:      linux-kernel@vger.kernel.org
6655 S:      Supported
6656 F:      drivers/*/*max77802.c
6657 F:      Documentation/devicetree/bindings/*/*max77802.txt
6658 F:      include/dt-bindings/*/*max77802.h
6659
6660 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6661 M:      Chanwoo Choi <cw00.choi@samsung.com>
6662 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6663 L:      linux-kernel@vger.kernel.org
6664 S:      Supported
6665 F:      drivers/*/max14577.c
6666 F:      drivers/*/max77686.c
6667 F:      drivers/*/max77693.c
6668 F:      drivers/extcon/extcon-max14577.c
6669 F:      drivers/extcon/extcon-max77693.c
6670 F:      drivers/rtc/rtc-max77686.c
6671 F:      drivers/clk/clk-max77686.c
6672 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6673 F:      Documentation/devicetree/bindings/*/max77686.txt
6674 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6675 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6676 F:      include/linux/mfd/max14577*.h
6677 F:      include/linux/mfd/max77686*.h
6678 F:      include/linux/mfd/max77693*.h
6679
6680 MAXIRADIO FM RADIO RECEIVER DRIVER
6681 M:      Hans Verkuil <hverkuil@xs4all.nl>
6682 L:      linux-media@vger.kernel.org
6683 T:      git git://linuxtv.org/media_tree.git
6684 W:      http://linuxtv.org
6685 S:      Maintained
6686 F:      drivers/media/radio/radio-maxiradio*
6687
6688 MEDIA DRIVERS FOR RENESAS - VSP1
6689 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6690 L:      linux-media@vger.kernel.org
6691 L:      linux-sh@vger.kernel.org
6692 T:      git git://linuxtv.org/media_tree.git
6693 S:      Supported
6694 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6695 F:      drivers/media/platform/vsp1/
6696
6697 MEDIA DRIVERS FOR ASCOT2E
6698 M:      Sergey Kozlov <serjk@netup.ru>
6699 L:      linux-media@vger.kernel.org
6700 W:      http://linuxtv.org
6701 W:      http://netup.tv/
6702 T:      git git://linuxtv.org/media_tree.git
6703 S:      Supported
6704 F:      drivers/media/dvb-frontends/ascot2e*
6705
6706 MEDIA DRIVERS FOR CXD2841ER
6707 M:      Sergey Kozlov <serjk@netup.ru>
6708 L:      linux-media@vger.kernel.org
6709 W:      http://linuxtv.org/
6710 W:      http://netup.tv/
6711 T:      git git://linuxtv.org/media_tree.git
6712 S:      Supported
6713 F:      drivers/media/dvb-frontends/cxd2841er*
6714
6715 MEDIA DRIVERS FOR HORUS3A
6716 M:      Sergey Kozlov <serjk@netup.ru>
6717 L:      linux-media@vger.kernel.org
6718 W:      http://linuxtv.org/
6719 W:      http://netup.tv/
6720 T:      git git://linuxtv.org/media_tree.git
6721 S:      Supported
6722 F:      drivers/media/dvb-frontends/horus3a*
6723
6724 MEDIA DRIVERS FOR LNBH25
6725 M:      Sergey Kozlov <serjk@netup.ru>
6726 L:      linux-media@vger.kernel.org
6727 W:      http://linuxtv.org/
6728 W:      http://netup.tv/
6729 T:      git git://linuxtv.org/media_tree.git
6730 S:      Supported
6731 F:      drivers/media/dvb-frontends/lnbh25*
6732
6733 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6734 M:      Sergey Kozlov <serjk@netup.ru>
6735 L:      linux-media@vger.kernel.org
6736 W:      http://linuxtv.org/
6737 W:      http://netup.tv/
6738 T:      git git://linuxtv.org/media_tree.git
6739 S:      Supported
6740 F:      drivers/media/pci/netup_unidvb/*
6741
6742 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6743 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6744 P:      LinuxTV.org Project
6745 L:      linux-media@vger.kernel.org
6746 W:      http://linuxtv.org
6747 Q:      http://patchwork.kernel.org/project/linux-media/list/
6748 T:      git git://linuxtv.org/media_tree.git
6749 S:      Maintained
6750 F:      Documentation/dvb/
6751 F:      Documentation/video4linux/
6752 F:      Documentation/DocBook/media/
6753 F:      drivers/media/
6754 F:      drivers/staging/media/
6755 F:      include/media/
6756 F:      include/uapi/linux/dvb/
6757 F:      include/uapi/linux/videodev2.h
6758 F:      include/uapi/linux/media.h
6759 F:      include/uapi/linux/v4l2-*
6760 F:      include/uapi/linux/meye.h
6761 F:      include/uapi/linux/ivtv*
6762 F:      include/uapi/linux/uvcvideo.h
6763
6764 MEDIATEK MT7601U WIRELESS LAN DRIVER
6765 M:      Jakub Kicinski <kubakici@wp.pl>
6766 L:      linux-wireless@vger.kernel.org
6767 S:      Maintained
6768 F:      drivers/net/wireless/mediatek/mt7601u/
6769
6770 MEGARAID SCSI/SAS DRIVERS
6771 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6772 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6773 M:      Uday Lingala <uday.lingala@avagotech.com>
6774 L:      megaraidlinux.pdl@avagotech.com
6775 L:      linux-scsi@vger.kernel.org
6776 W:      http://www.lsi.com
6777 S:      Maintained
6778 F:      Documentation/scsi/megaraid.txt
6779 F:      drivers/scsi/megaraid.*
6780 F:      drivers/scsi/megaraid/
6781
6782 MELLANOX ETHERNET DRIVER (mlx4_en)
6783 M:      Amir Vadai <amirv@mellanox.com>
6784 M:      Ido Shamay <idos@mellanox.com>
6785 L:      netdev@vger.kernel.org
6786 S:      Supported
6787 W:      http://www.mellanox.com
6788 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6789 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6790
6791 MELLANOX ETHERNET SWITCH DRIVERS
6792 M:      Jiri Pirko <jiri@mellanox.com>
6793 M:      Ido Schimmel <idosch@mellanox.com>
6794 L:      netdev@vger.kernel.org
6795 S:      Supported
6796 W:      http://www.mellanox.com
6797 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6798 F:      drivers/net/ethernet/mellanox/mlxsw/
6799
6800 MEMBARRIER SUPPORT
6801 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6802 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6803 L:      linux-kernel@vger.kernel.org
6804 S:      Supported
6805 F:      kernel/membarrier.c
6806 F:      include/uapi/linux/membarrier.h
6807
6808 MEMORY MANAGEMENT
6809 L:      linux-mm@kvack.org
6810 W:      http://www.linux-mm.org
6811 S:      Maintained
6812 F:      include/linux/mm.h
6813 F:      include/linux/gfp.h
6814 F:      include/linux/mmzone.h
6815 F:      include/linux/memory_hotplug.h
6816 F:      include/linux/vmalloc.h
6817 F:      mm/
6818
6819 MEMORY TECHNOLOGY DEVICES (MTD)
6820 M:      David Woodhouse <dwmw2@infradead.org>
6821 M:      Brian Norris <computersforpeace@gmail.com>
6822 L:      linux-mtd@lists.infradead.org
6823 W:      http://www.linux-mtd.infradead.org/
6824 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6825 T:      git git://git.infradead.org/linux-mtd.git
6826 T:      git git://git.infradead.org/l2-mtd.git
6827 S:      Maintained
6828 F:      drivers/mtd/
6829 F:      include/linux/mtd/
6830 F:      include/uapi/mtd/
6831
6832 MEN A21 WATCHDOG DRIVER
6833 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6834 L:      linux-watchdog@vger.kernel.org
6835 S:      Maintained
6836 F:      drivers/watchdog/mena21_wdt.c
6837
6838 MEN CHAMELEON BUS (mcb)
6839 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6840 S:      Maintained
6841 F:      drivers/mcb/
6842 F:      include/linux/mcb.h
6843 F:      Documentation/men-chameleon-bus.txt
6844
6845 MEN F21BMC (Board Management Controller)
6846 M:      Andreas Werner <andreas.werner@men.de>
6847 S:      Supported
6848 F:      drivers/mfd/menf21bmc.c
6849 F:      drivers/watchdog/menf21bmc_wdt.c
6850 F:      drivers/leds/leds-menf21bmc.c
6851 F:      drivers/hwmon/menf21bmc_hwmon.c
6852 F:      Documentation/hwmon/menf21bmc
6853
6854 METAG ARCHITECTURE
6855 M:      James Hogan <james.hogan@imgtec.com>
6856 L:      linux-metag@vger.kernel.org
6857 S:      Supported
6858 F:      arch/metag/
6859 F:      Documentation/metag/
6860 F:      Documentation/devicetree/bindings/metag/
6861 F:      drivers/clocksource/metag_generic.c
6862 F:      drivers/irqchip/irq-metag.c
6863 F:      drivers/irqchip/irq-metag-ext.c
6864 F:      drivers/tty/metag_da.c
6865
6866 MICROBLAZE ARCHITECTURE
6867 M:      Michal Simek <monstr@monstr.eu>
6868 W:      http://www.monstr.eu/fdt/
6869 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6870 S:      Supported
6871 F:      arch/microblaze/
6872
6873 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6874 M:      Chen Yu <yu.c.chen@intel.com>
6875 L:      platform-driver-x86@vger.kernel.org
6876 S:      Supported
6877 F:      drivers/platform/x86/surfacepro3_button.c
6878
6879 MICROTEK X6 SCANNER
6880 M:      Oliver Neukum <oliver@neukum.org>
6881 S:      Maintained
6882 F:      drivers/usb/image/microtek.*
6883
6884 MIPS
6885 M:      Ralf Baechle <ralf@linux-mips.org>
6886 L:      linux-mips@linux-mips.org
6887 W:      http://www.linux-mips.org/
6888 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6889 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6890 S:      Supported
6891 F:      Documentation/mips/
6892 F:      arch/mips/
6893
6894 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6895 M:      Hans Verkuil <hverkuil@xs4all.nl>
6896 L:      linux-media@vger.kernel.org
6897 T:      git git://linuxtv.org/media_tree.git
6898 W:      http://linuxtv.org
6899 S:      Odd Fixes
6900 F:      drivers/media/radio/radio-miropcm20*
6901
6902 Mellanox MLX5 core VPI driver
6903 M:      Eli Cohen <eli@mellanox.com>
6904 L:      netdev@vger.kernel.org
6905 L:      linux-rdma@vger.kernel.org
6906 W:      http://www.mellanox.com
6907 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6908 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6909 T:      git git://openfabrics.org/~eli/connect-ib.git
6910 S:      Supported
6911 F:      drivers/net/ethernet/mellanox/mlx5/core/
6912 F:      include/linux/mlx5/
6913
6914 Mellanox MLX5 IB driver
6915 M:      Eli Cohen <eli@mellanox.com>
6916 L:      linux-rdma@vger.kernel.org
6917 W:      http://www.mellanox.com
6918 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6919 T:      git git://openfabrics.org/~eli/connect-ib.git
6920 S:      Supported
6921 F:      include/linux/mlx5/
6922 F:      drivers/infiniband/hw/mlx5/
6923
6924 MN88472 MEDIA DRIVER
6925 M:      Antti Palosaari <crope@iki.fi>
6926 L:      linux-media@vger.kernel.org
6927 W:      http://linuxtv.org/
6928 W:      http://palosaari.fi/linux/
6929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6930 T:      git git://linuxtv.org/anttip/media_tree.git
6931 S:      Maintained
6932 F:      drivers/staging/media/mn88472/
6933 F:      drivers/media/dvb-frontends/mn88472.h
6934
6935 MN88473 MEDIA DRIVER
6936 M:      Antti Palosaari <crope@iki.fi>
6937 L:      linux-media@vger.kernel.org
6938 W:      http://linuxtv.org/
6939 W:      http://palosaari.fi/linux/
6940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6941 T:      git git://linuxtv.org/anttip/media_tree.git
6942 S:      Maintained
6943 F:      drivers/staging/media/mn88473/
6944 F:      drivers/media/dvb-frontends/mn88473.h
6945
6946 MODULE SUPPORT
6947 M:      Rusty Russell <rusty@rustcorp.com.au>
6948 S:      Maintained
6949 F:      include/linux/module.h
6950 F:      kernel/module.c
6951
6952 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6953 W:      http://popies.net/meye/
6954 S:      Orphan
6955 F:      Documentation/video4linux/meye.txt
6956 F:      drivers/media/pci/meye/
6957 F:      include/uapi/linux/meye.h
6958
6959 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6960 M:      Jiri Slaby <jirislaby@gmail.com>
6961 S:      Maintained
6962 F:      Documentation/serial/moxa-smartio
6963 F:      drivers/tty/mxser.*
6964
6965 MR800 AVERMEDIA USB FM RADIO DRIVER
6966 M:      Alexey Klimov <klimov.linux@gmail.com>
6967 L:      linux-media@vger.kernel.org
6968 T:      git git://linuxtv.org/media_tree.git
6969 S:      Maintained
6970 F:      drivers/media/radio/radio-mr800.c
6971
6972 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6973 M:      Alan Ott <alan@signal11.us>
6974 L:      linux-wpan@vger.kernel.org
6975 S:      Maintained
6976 F:      drivers/net/ieee802154/mrf24j40.c
6977
6978 MSI LAPTOP SUPPORT
6979 M:      "Lee, Chun-Yi" <jlee@suse.com>
6980 L:      platform-driver-x86@vger.kernel.org
6981 S:      Maintained
6982 F:      drivers/platform/x86/msi-laptop.c
6983
6984 MSI WMI SUPPORT
6985 L:      platform-driver-x86@vger.kernel.org
6986 S:      Orphan
6987 F:      drivers/platform/x86/msi-wmi.c
6988
6989 MSI001 MEDIA DRIVER
6990 M:      Antti Palosaari <crope@iki.fi>
6991 L:      linux-media@vger.kernel.org
6992 W:      http://linuxtv.org/
6993 W:      http://palosaari.fi/linux/
6994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6995 T:      git git://linuxtv.org/anttip/media_tree.git
6996 S:      Maintained
6997 F:      drivers/media/tuners/msi001*
6998
6999 MSI2500 MEDIA DRIVER
7000 M:      Antti Palosaari <crope@iki.fi>
7001 L:      linux-media@vger.kernel.org
7002 W:      http://linuxtv.org/
7003 W:      http://palosaari.fi/linux/
7004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7005 T:      git git://linuxtv.org/anttip/media_tree.git
7006 S:      Maintained
7007 F:      drivers/media/usb/msi2500/
7008
7009 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7010 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7011 L:      linux-mtd@lists.infradead.org
7012 S:      Maintained
7013 F:      drivers/mtd/devices/docg3*
7014
7015 MT9M032 APTINA SENSOR DRIVER
7016 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7017 L:      linux-media@vger.kernel.org
7018 T:      git git://linuxtv.org/media_tree.git
7019 S:      Maintained
7020 F:      drivers/media/i2c/mt9m032.c
7021 F:      include/media/mt9m032.h
7022
7023 MT9P031 APTINA CAMERA SENSOR
7024 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7025 L:      linux-media@vger.kernel.org
7026 T:      git git://linuxtv.org/media_tree.git
7027 S:      Maintained
7028 F:      drivers/media/i2c/mt9p031.c
7029 F:      include/media/mt9p031.h
7030
7031 MT9T001 APTINA CAMERA SENSOR
7032 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7033 L:      linux-media@vger.kernel.org
7034 T:      git git://linuxtv.org/media_tree.git
7035 S:      Maintained
7036 F:      drivers/media/i2c/mt9t001.c
7037 F:      include/media/mt9t001.h
7038
7039 MT9V032 APTINA CAMERA SENSOR
7040 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7041 L:      linux-media@vger.kernel.org
7042 T:      git git://linuxtv.org/media_tree.git
7043 S:      Maintained
7044 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7045 F:      drivers/media/i2c/mt9v032.c
7046 F:      include/media/mt9v032.h
7047
7048 MULTIFUNCTION DEVICES (MFD)
7049 M:      Samuel Ortiz <sameo@linux.intel.com>
7050 M:      Lee Jones <lee.jones@linaro.org>
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7052 S:      Supported
7053 F:      drivers/mfd/
7054 F:      include/linux/mfd/
7055
7056 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7057 M:      Ulf Hansson <ulf.hansson@linaro.org>
7058 L:      linux-mmc@vger.kernel.org
7059 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7060 S:      Maintained
7061 F:      drivers/mmc/
7062 F:      include/linux/mmc/
7063 F:      include/uapi/linux/mmc/
7064
7065 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7066 S:      Orphan
7067 F:      drivers/mmc/host/mmc_spi.c
7068 F:      include/linux/spi/mmc_spi.h
7069
7070 MULTISOUND SOUND DRIVER
7071 M:      Andrew Veliath <andrewtv@usa.net>
7072 S:      Maintained
7073 F:      Documentation/sound/oss/MultiSound
7074 F:      sound/oss/msnd*
7075
7076 MULTITECH MULTIPORT CARD (ISICOM)
7077 S:      Orphan
7078 F:      drivers/tty/isicom.c
7079 F:      include/linux/isicom.h
7080
7081 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7082 M:      Felipe Balbi <balbi@ti.com>
7083 L:      linux-usb@vger.kernel.org
7084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7085 S:      Maintained
7086 F:      drivers/usb/musb/
7087
7088 MXL5007T MEDIA DRIVER
7089 M:      Michael Krufky <mkrufky@linuxtv.org>
7090 L:      linux-media@vger.kernel.org
7091 W:      http://linuxtv.org/
7092 W:      http://github.com/mkrufky
7093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7094 T:      git git://linuxtv.org/mkrufky/tuners.git
7095 S:      Maintained
7096 F:      drivers/media/tuners/mxl5007t.*
7097
7098 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7099 M:      Hyong-Youb Kim <hykim@myri.com>
7100 L:      netdev@vger.kernel.org
7101 W:      https://www.myricom.com/support/downloads/myri10ge.html
7102 S:      Supported
7103 F:      drivers/net/ethernet/myricom/myri10ge/
7104
7105 NATSEMI ETHERNET DRIVER (DP8381x)
7106 S:      Orphan
7107 F:      drivers/net/ethernet/natsemi/natsemi.c
7108
7109 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7110 M:      Daniel Mack <zonque@gmail.com>
7111 S:      Maintained
7112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7113 W:      http://www.native-instruments.com
7114 F:      sound/usb/caiaq/
7115
7116 NCP FILESYSTEM
7117 M:      Petr Vandrovec <petr@vandrovec.name>
7118 S:      Odd Fixes
7119 F:      fs/ncpfs/
7120
7121 NCR 5380 SCSI DRIVERS
7122 M:      Finn Thain <fthain@telegraphics.com.au>
7123 M:      Michael Schmitz <schmitzmic@gmail.com>
7124 L:      linux-scsi@vger.kernel.org
7125 S:      Maintained
7126 F:      Documentation/scsi/g_NCR5380.txt
7127 F:      drivers/scsi/NCR5380.*
7128 F:      drivers/scsi/arm/cumana_1.c
7129 F:      drivers/scsi/arm/oak.c
7130 F:      drivers/scsi/atari_NCR5380.c
7131 F:      drivers/scsi/atari_scsi.*
7132 F:      drivers/scsi/dmx3191d.c
7133 F:      drivers/scsi/dtc.*
7134 F:      drivers/scsi/g_NCR5380.*
7135 F:      drivers/scsi/g_NCR5380_mmio.c
7136 F:      drivers/scsi/mac_scsi.*
7137 F:      drivers/scsi/pas16.*
7138 F:      drivers/scsi/sun3_scsi.*
7139 F:      drivers/scsi/sun3_scsi_vme.c
7140 F:      drivers/scsi/t128.*
7141
7142 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7143 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7144 L:      linux-scsi@vger.kernel.org
7145 S:      Maintained
7146 F:      drivers/scsi/NCR_D700.*
7147
7148 NCT6775 HARDWARE MONITOR DRIVER
7149 M:      Guenter Roeck <linux@roeck-us.net>
7150 L:      lm-sensors@lm-sensors.org
7151 S:      Maintained
7152 F:      Documentation/hwmon/nct6775
7153 F:      drivers/hwmon/nct6775.c
7154
7155 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7156 M:      Faisal Latif <faisal.latif@intel.com>
7157 L:      linux-rdma@vger.kernel.org
7158 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7159 S:      Supported
7160 F:      drivers/infiniband/hw/nes/
7161
7162 NETEM NETWORK EMULATOR
7163 M:      Stephen Hemminger <stephen@networkplumber.org>
7164 L:      netem@lists.linux-foundation.org
7165 S:      Maintained
7166 F:      net/sched/sch_netem.c
7167
7168 NETERION 10GbE DRIVERS (s2io/vxge)
7169 M:      Jon Mason <jdmason@kudzu.us>
7170 L:      netdev@vger.kernel.org
7171 S:      Supported
7172 F:      Documentation/networking/s2io.txt
7173 F:      Documentation/networking/vxge.txt
7174 F:      drivers/net/ethernet/neterion/
7175
7176 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7177 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7178 M:      Patrick McHardy <kaber@trash.net>
7179 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7180 L:      netfilter-devel@vger.kernel.org
7181 L:      coreteam@netfilter.org
7182 W:      http://www.netfilter.org/
7183 W:      http://www.iptables.org/
7184 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7187 S:      Supported
7188 F:      include/linux/netfilter*
7189 F:      include/linux/netfilter/
7190 F:      include/net/netfilter/
7191 F:      include/uapi/linux/netfilter*
7192 F:      include/uapi/linux/netfilter/
7193 F:      net/*/netfilter.c
7194 F:      net/*/netfilter/
7195 F:      net/netfilter/
7196 F:      net/bridge/br_netfilter*.c
7197
7198 NETLABEL
7199 M:      Paul Moore <paul@paul-moore.com>
7200 W:      http://netlabel.sf.net
7201 L:      netdev@vger.kernel.org
7202 S:      Maintained
7203 F:      Documentation/netlabel/
7204 F:      include/net/netlabel.h
7205 F:      net/netlabel/
7206
7207 NETROM NETWORK LAYER
7208 M:      Ralf Baechle <ralf@linux-mips.org>
7209 L:      linux-hams@vger.kernel.org
7210 W:      http://www.linux-ax25.org/
7211 S:      Maintained
7212 F:      include/net/netrom.h
7213 F:      include/uapi/linux/netrom.h
7214 F:      net/netrom/
7215
7216 NETWORK BLOCK DEVICE (NBD)
7217 M:      Markus Pargmann <mpa@pengutronix.de>
7218 S:      Maintained
7219 L:      nbd-general@lists.sourceforge.net
7220 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7221 F:      Documentation/blockdev/nbd.txt
7222 F:      drivers/block/nbd.c
7223 F:      include/uapi/linux/nbd.h
7224
7225 NETWORK DROP MONITOR
7226 M:      Neil Horman <nhorman@tuxdriver.com>
7227 L:      netdev@vger.kernel.org
7228 S:      Maintained
7229 W:      https://fedorahosted.org/dropwatch/
7230 F:      net/core/drop_monitor.c
7231
7232 NETWORKING [GENERAL]
7233 M:      "David S. Miller" <davem@davemloft.net>
7234 L:      netdev@vger.kernel.org
7235 W:      http://www.linuxfoundation.org/en/Net
7236 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7239 S:      Maintained
7240 F:      net/
7241 F:      include/net/
7242 F:      include/linux/in.h
7243 F:      include/linux/net.h
7244 F:      include/linux/netdevice.h
7245 F:      include/uapi/linux/in.h
7246 F:      include/uapi/linux/net.h
7247 F:      include/uapi/linux/netdevice.h
7248 F:      include/uapi/linux/net_namespace.h
7249 F:      tools/net/
7250 F:      tools/testing/selftests/net/
7251 F:      lib/random32.c
7252 F:      lib/test_bpf.c
7253
7254 NETWORKING [IPv4/IPv6]
7255 M:      "David S. Miller" <davem@davemloft.net>
7256 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7257 M:      James Morris <jmorris@namei.org>
7258 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7259 M:      Patrick McHardy <kaber@trash.net>
7260 L:      netdev@vger.kernel.org
7261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7262 S:      Maintained
7263 F:      net/ipv4/
7264 F:      net/ipv6/
7265 F:      include/net/ip*
7266 F:      arch/x86/net/*
7267
7268 NETWORKING [IPSEC]
7269 M:      Steffen Klassert <steffen.klassert@secunet.com>
7270 M:      Herbert Xu <herbert@gondor.apana.org.au>
7271 M:      "David S. Miller" <davem@davemloft.net>
7272 L:      netdev@vger.kernel.org
7273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7275 S:      Maintained
7276 F:      net/core/flow.c
7277 F:      net/xfrm/
7278 F:      net/key/
7279 F:      net/ipv4/xfrm*
7280 F:      net/ipv4/esp4.c
7281 F:      net/ipv4/ah4.c
7282 F:      net/ipv4/ipcomp.c
7283 F:      net/ipv4/ip_vti.c
7284 F:      net/ipv6/xfrm*
7285 F:      net/ipv6/esp6.c
7286 F:      net/ipv6/ah6.c
7287 F:      net/ipv6/ipcomp6.c
7288 F:      net/ipv6/ip6_vti.c
7289 F:      include/uapi/linux/xfrm.h
7290 F:      include/net/xfrm.h
7291
7292 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7293 M:      Paul Moore <paul@paul-moore.com>
7294 L:      netdev@vger.kernel.org
7295 S:      Maintained
7296
7297 NETWORKING [WIRELESS]
7298 L:      linux-wireless@vger.kernel.org
7299 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7300
7301 NETWORKING DRIVERS
7302 L:      netdev@vger.kernel.org
7303 W:      http://www.linuxfoundation.org/en/Net
7304 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7307 S:      Odd Fixes
7308 F:      drivers/net/
7309 F:      include/linux/if_*
7310 F:      include/linux/netdevice.h
7311 F:      include/linux/arcdevice.h
7312 F:      include/linux/etherdevice.h
7313 F:      include/linux/fcdevice.h
7314 F:      include/linux/fddidevice.h
7315 F:      include/linux/hippidevice.h
7316 F:      include/linux/inetdevice.h
7317 F:      include/uapi/linux/if_*
7318 F:      include/uapi/linux/netdevice.h
7319
7320 NETWORKING DRIVERS (WIRELESS)
7321 M:      Kalle Valo <kvalo@codeaurora.org>
7322 L:      linux-wireless@vger.kernel.org
7323 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7325 S:      Maintained
7326 F:      drivers/net/wireless/
7327
7328 NETXEN (1/10) GbE SUPPORT
7329 M:      Manish Chopra <manish.chopra@qlogic.com>
7330 M:      Sony Chacko <sony.chacko@qlogic.com>
7331 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7332 L:      netdev@vger.kernel.org
7333 W:      http://www.qlogic.com
7334 S:      Supported
7335 F:      drivers/net/ethernet/qlogic/netxen/
7336
7337 NFC SUBSYSTEM
7338 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7339 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7340 M:      Samuel Ortiz <sameo@linux.intel.com>
7341 L:      linux-wireless@vger.kernel.org
7342 L:      linux-nfc@lists.01.org (subscribers-only)
7343 S:      Supported
7344 F:      net/nfc/
7345 F:      include/net/nfc/
7346 F:      include/uapi/linux/nfc.h
7347 F:      drivers/nfc/
7348 F:      include/linux/platform_data/pn544.h
7349 F:      Documentation/devicetree/bindings/net/nfc/
7350
7351 NFS, SUNRPC, AND LOCKD CLIENTS
7352 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7353 M:      Anna Schumaker <anna.schumaker@netapp.com>
7354 L:      linux-nfs@vger.kernel.org
7355 W:      http://client.linux-nfs.org
7356 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7357 S:      Maintained
7358 F:      fs/lockd/
7359 F:      fs/nfs/
7360 F:      fs/nfs_common/
7361 F:      net/sunrpc/
7362 F:      include/linux/lockd/
7363 F:      include/linux/nfs*
7364 F:      include/linux/sunrpc/
7365 F:      include/uapi/linux/nfs*
7366 F:      include/uapi/linux/sunrpc/
7367
7368 NILFS2 FILESYSTEM
7369 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7370 L:      linux-nilfs@vger.kernel.org
7371 W:      http://nilfs.sourceforge.net/
7372 T:      git git://github.com/konis/nilfs2.git
7373 S:      Supported
7374 F:      Documentation/filesystems/nilfs2.txt
7375 F:      fs/nilfs2/
7376 F:      include/linux/nilfs2_fs.h
7377
7378 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7379 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7380 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7381 S:      Maintained
7382 F:      Documentation/scsi/NinjaSCSI.txt
7383 F:      drivers/scsi/pcmcia/nsp_*
7384
7385 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7386 M:      GOTO Masanori <gotom@debian.or.jp>
7387 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7388 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7389 S:      Maintained
7390 F:      Documentation/scsi/NinjaSCSI.txt
7391 F:      drivers/scsi/nsp32*
7392
7393 NIOS2 ARCHITECTURE
7394 M:      Ley Foon Tan <lftan@altera.com>
7395 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7397 S:      Maintained
7398 F:      arch/nios2/
7399
7400 NOKIA N900 POWER SUPPLY DRIVERS
7401 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7402 S:      Maintained
7403 F:      include/linux/power/bq2415x_charger.h
7404 F:      include/linux/power/bq27x00_battery.h
7405 F:      include/linux/power/isp1704_charger.h
7406 F:      drivers/power/bq2415x_charger.c
7407 F:      drivers/power/bq27x00_battery.c
7408 F:      drivers/power/isp1704_charger.c
7409 F:      drivers/power/rx51_battery.c
7410
7411 NTB DRIVER CORE
7412 M:      Jon Mason <jdmason@kudzu.us>
7413 M:      Dave Jiang <dave.jiang@intel.com>
7414 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7415 L:      linux-ntb@googlegroups.com
7416 S:      Supported
7417 W:      https://github.com/jonmason/ntb/wiki
7418 T:      git git://github.com/jonmason/ntb.git
7419 F:      drivers/ntb/
7420 F:      drivers/net/ntb_netdev.c
7421 F:      include/linux/ntb.h
7422 F:      include/linux/ntb_transport.h
7423
7424 NTB INTEL DRIVER
7425 M:      Jon Mason <jdmason@kudzu.us>
7426 M:      Dave Jiang <dave.jiang@intel.com>
7427 L:      linux-ntb@googlegroups.com
7428 S:      Supported
7429 W:      https://github.com/jonmason/ntb/wiki
7430 T:      git git://github.com/jonmason/ntb.git
7431 F:      drivers/ntb/hw/intel/
7432
7433 NTFS FILESYSTEM
7434 M:      Anton Altaparmakov <anton@tuxera.com>
7435 L:      linux-ntfs-dev@lists.sourceforge.net
7436 W:      http://www.tuxera.com/
7437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7438 S:      Supported
7439 F:      Documentation/filesystems/ntfs.txt
7440 F:      fs/ntfs/
7441
7442 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7443 M:      Antonino Daplas <adaplas@gmail.com>
7444 L:      linux-fbdev@vger.kernel.org
7445 S:      Maintained
7446 F:      drivers/video/fbdev/riva/
7447 F:      drivers/video/fbdev/nvidia/
7448
7449 NVM EXPRESS DRIVER
7450 M:      Matthew Wilcox <willy@linux.intel.com>
7451 L:      linux-nvme@lists.infradead.org
7452 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7453 S:      Supported
7454 F:      drivers/block/nvme*
7455 F:      include/linux/nvme.h
7456
7457 NVMEM FRAMEWORK
7458 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7459 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7460 S:      Maintained
7461 F:      drivers/nvmem/
7462 F:      Documentation/devicetree/bindings/nvmem/
7463 F:      include/linux/nvmem-consumer.h
7464 F:      include/linux/nvmem-provider.h
7465
7466 NXP-NCI NFC DRIVER
7467 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7468 R:      Charles Gorand <charles.gorand@effinnov.com>
7469 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7470 S:      Supported
7471 F:      drivers/nfc/nxp-nci
7472
7473 NXP TDA998X DRM DRIVER
7474 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7475 S:      Supported
7476 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7477 F:      include/drm/i2c/tda998x.h
7478
7479 NXP TFA9879 DRIVER
7480 M:      Peter Rosin <peda@axentia.se>
7481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7482 S:      Maintained
7483 F:      sound/soc/codecs/tfa9879*
7484
7485 OMAP SUPPORT
7486 M:      Tony Lindgren <tony@atomide.com>
7487 L:      linux-omap@vger.kernel.org
7488 W:      http://www.muru.com/linux/omap/
7489 W:      http://linux.omap.com/
7490 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7492 S:      Maintained
7493 F:      arch/arm/*omap*/
7494 F:      arch/arm/configs/omap1_defconfig
7495 F:      arch/arm/configs/omap2plus_defconfig
7496 F:      drivers/i2c/busses/i2c-omap.c
7497 F:      drivers/irqchip/irq-omap-intc.c
7498 F:      drivers/mfd/*omap*.c
7499 F:      drivers/mfd/menelaus.c
7500 F:      drivers/mfd/palmas.c
7501 F:      drivers/mfd/tps65217.c
7502 F:      drivers/mfd/tps65218.c
7503 F:      drivers/mfd/tps65910.c
7504 F:      drivers/mfd/twl-core.[ch]
7505 F:      drivers/mfd/twl4030*.c
7506 F:      drivers/mfd/twl6030*.c
7507 F:      drivers/mfd/twl6040*.c
7508 F:      drivers/regulator/palmas-regulator*.c
7509 F:      drivers/regulator/pbias-regulator.c
7510 F:      drivers/regulator/tps65217-regulator.c
7511 F:      drivers/regulator/tps65218-regulator.c
7512 F:      drivers/regulator/tps65910-regulator.c
7513 F:      drivers/regulator/twl-regulator.c
7514 F:      include/linux/i2c-omap.h
7515
7516 OMAP DEVICE TREE SUPPORT
7517 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7518 M:      Tony Lindgren <tony@atomide.com>
7519 L:      linux-omap@vger.kernel.org
7520 L:      devicetree@vger.kernel.org
7521 S:      Maintained
7522 F:      arch/arm/boot/dts/*omap*
7523 F:      arch/arm/boot/dts/*am3*
7524 F:      arch/arm/boot/dts/*am4*
7525 F:      arch/arm/boot/dts/*am5*
7526 F:      arch/arm/boot/dts/*dra7*
7527
7528 OMAP CLOCK FRAMEWORK SUPPORT
7529 M:      Paul Walmsley <paul@pwsan.com>
7530 L:      linux-omap@vger.kernel.org
7531 S:      Maintained
7532 F:      arch/arm/*omap*/*clock*
7533
7534 OMAP POWER MANAGEMENT SUPPORT
7535 M:      Kevin Hilman <khilman@deeprootsystems.com>
7536 L:      linux-omap@vger.kernel.org
7537 S:      Maintained
7538 F:      arch/arm/*omap*/*pm*
7539 F:      drivers/cpufreq/omap-cpufreq.c
7540
7541 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7542 M:      Rajendra Nayak <rnayak@ti.com>
7543 M:      Paul Walmsley <paul@pwsan.com>
7544 L:      linux-omap@vger.kernel.org
7545 S:      Maintained
7546 F:      arch/arm/mach-omap2/prm*
7547
7548 OMAP AUDIO SUPPORT
7549 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7550 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7552 L:      linux-omap@vger.kernel.org
7553 S:      Maintained
7554 F:      sound/soc/omap/
7555
7556 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7557 M:      Roger Quadros <rogerq@ti.com>
7558 M:      Tony Lindgren <tony@atomide.com>
7559 L:      linux-omap@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/memory/omap-gpmc.c
7562 F:      arch/arm/mach-omap2/*gpmc*
7563
7564 OMAP FRAMEBUFFER SUPPORT
7565 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7566 L:      linux-fbdev@vger.kernel.org
7567 L:      linux-omap@vger.kernel.org
7568 S:      Maintained
7569 F:      drivers/video/fbdev/omap/
7570
7571 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7572 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7573 L:      linux-omap@vger.kernel.org
7574 L:      linux-fbdev@vger.kernel.org
7575 S:      Maintained
7576 F:      drivers/video/fbdev/omap2/
7577 F:      Documentation/arm/OMAP/DSS
7578
7579 OMAP HARDWARE SPINLOCK SUPPORT
7580 M:      Ohad Ben-Cohen <ohad@wizery.com>
7581 L:      linux-omap@vger.kernel.org
7582 S:      Maintained
7583 F:      drivers/hwspinlock/omap_hwspinlock.c
7584
7585 OMAP MMC SUPPORT
7586 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7587 L:      linux-omap@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/mmc/host/omap.c
7590
7591 OMAP HS MMC SUPPORT
7592 L:      linux-mmc@vger.kernel.org
7593 L:      linux-omap@vger.kernel.org
7594 S:      Orphan
7595 F:      drivers/mmc/host/omap_hsmmc.c
7596
7597 OMAP RANDOM NUMBER GENERATOR SUPPORT
7598 M:      Deepak Saxena <dsaxena@plexity.net>
7599 S:      Maintained
7600 F:      drivers/char/hw_random/omap-rng.c
7601
7602 OMAP HWMOD SUPPORT
7603 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7604 M:      Paul Walmsley <paul@pwsan.com>
7605 L:      linux-omap@vger.kernel.org
7606 S:      Maintained
7607 F:      arch/arm/mach-omap2/omap_hwmod.*
7608
7609 OMAP HWMOD DATA
7610 M:      Paul Walmsley <paul@pwsan.com>
7611 L:      linux-omap@vger.kernel.org
7612 S:      Maintained
7613 F:      arch/arm/mach-omap2/omap_hwmod*data*
7614
7615 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7616 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7617 L:      linux-omap@vger.kernel.org
7618 S:      Maintained
7619 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7620
7621 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7622 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7623 L:      linux-media@vger.kernel.org
7624 S:      Maintained
7625 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7626 F:      drivers/media/platform/omap3isp/
7627 F:      drivers/staging/media/omap4iss/
7628
7629 OMAP USB SUPPORT
7630 M:      Felipe Balbi <balbi@ti.com>
7631 L:      linux-usb@vger.kernel.org
7632 L:      linux-omap@vger.kernel.org
7633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7634 S:      Maintained
7635 F:      drivers/usb/*/*omap*
7636 F:      arch/arm/*omap*/usb*
7637
7638 OMAP GPIO DRIVER
7639 M:      Javier Martinez Canillas <javier@dowhile0.org>
7640 M:      Santosh Shilimkar <ssantosh@kernel.org>
7641 M:      Kevin Hilman <khilman@deeprootsystems.com>
7642 L:      linux-omap@vger.kernel.org
7643 S:      Maintained
7644 F:      drivers/gpio/gpio-omap.c
7645
7646 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7647 M:      Mark Jackson <mpfj@newflow.co.uk>
7648 L:      linux-omap@vger.kernel.org
7649 S:      Maintained
7650 F:      arch/arm/boot/dts/am335x-nano.dts
7651
7652 OMFS FILESYSTEM
7653 M:      Bob Copeland <me@bobcopeland.com>
7654 L:      linux-karma-devel@lists.sourceforge.net
7655 S:      Maintained
7656 F:      Documentation/filesystems/omfs.txt
7657 F:      fs/omfs/
7658
7659 OMNIKEY CARDMAN 4000 DRIVER
7660 M:      Harald Welte <laforge@gnumonks.org>
7661 S:      Maintained
7662 F:      drivers/char/pcmcia/cm4000_cs.c
7663 F:      include/linux/cm4000_cs.h
7664 F:      include/uapi/linux/cm4000_cs.h
7665
7666 OMNIKEY CARDMAN 4040 DRIVER
7667 M:      Harald Welte <laforge@gnumonks.org>
7668 S:      Maintained
7669 F:      drivers/char/pcmcia/cm4040_cs.*
7670
7671 OMNIVISION OV7670 SENSOR DRIVER
7672 M:      Jonathan Corbet <corbet@lwn.net>
7673 L:      linux-media@vger.kernel.org
7674 T:      git git://linuxtv.org/media_tree.git
7675 S:      Maintained
7676 F:      drivers/media/i2c/ov7670.c
7677
7678 ONENAND FLASH DRIVER
7679 M:      Kyungmin Park <kyungmin.park@samsung.com>
7680 L:      linux-mtd@lists.infradead.org
7681 S:      Maintained
7682 F:      drivers/mtd/onenand/
7683 F:      include/linux/mtd/onenand*.h
7684
7685 ONSTREAM SCSI TAPE DRIVER
7686 M:      Willem Riede <osst@riede.org>
7687 L:      osst-users@lists.sourceforge.net
7688 L:      linux-scsi@vger.kernel.org
7689 S:      Maintained
7690 F:      Documentation/scsi/osst.txt
7691 F:      drivers/scsi/osst.*
7692 F:      drivers/scsi/osst_*.h
7693 F:      drivers/scsi/st.h
7694
7695 OPENCORES I2C BUS DRIVER
7696 M:      Peter Korsgaard <jacmet@sunsite.dk>
7697 L:      linux-i2c@vger.kernel.org
7698 S:      Maintained
7699 F:      Documentation/i2c/busses/i2c-ocores
7700 F:      drivers/i2c/busses/i2c-ocores.c
7701
7702 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7703 M:      Rob Herring <robh+dt@kernel.org>
7704 M:      Frank Rowand <frowand.list@gmail.com>
7705 M:      Grant Likely <grant.likely@linaro.org>
7706 L:      devicetree@vger.kernel.org
7707 W:      http://www.devicetree.org/
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7709 S:      Maintained
7710 F:      drivers/of/
7711 F:      include/linux/of*.h
7712 F:      scripts/dtc/
7713
7714 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7715 M:      Rob Herring <robh+dt@kernel.org>
7716 M:      Pawel Moll <pawel.moll@arm.com>
7717 M:      Mark Rutland <mark.rutland@arm.com>
7718 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7719 M:      Kumar Gala <galak@codeaurora.org>
7720 L:      devicetree@vger.kernel.org
7721 S:      Maintained
7722 F:      Documentation/devicetree/
7723 F:      arch/*/boot/dts/
7724 F:      include/dt-bindings/
7725
7726 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7727 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7728 L:      devicetree@vger.kernel.org
7729 S:      Maintained
7730 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7731 F:      Documentation/devicetree/overlay-notes.txt
7732 F:      drivers/of/overlay.c
7733 F:      drivers/of/resolver.c
7734
7735 OPENRISC ARCHITECTURE
7736 M:      Jonas Bonn <jonas@southpole.se>
7737 W:      http://openrisc.net
7738 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7739 S:      Maintained
7740 T:      git git://openrisc.net/~jonas/linux
7741 F:      arch/openrisc/
7742
7743 OPENVSWITCH
7744 M:      Pravin Shelar <pshelar@nicira.com>
7745 L:      netdev@vger.kernel.org
7746 L:      dev@openvswitch.org
7747 W:      http://openvswitch.org
7748 S:      Maintained
7749 F:      net/openvswitch/
7750 F:      include/uapi/linux/openvswitch.h
7751
7752 OPL4 DRIVER
7753 M:      Clemens Ladisch <clemens@ladisch.de>
7754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7755 T:      git git://git.alsa-project.org/alsa-kernel.git
7756 S:      Maintained
7757 F:      sound/drivers/opl4/
7758
7759 OPROFILE
7760 M:      Robert Richter <rric@kernel.org>
7761 L:      oprofile-list@lists.sf.net
7762 S:      Maintained
7763 F:      arch/*/include/asm/oprofile*.h
7764 F:      arch/*/oprofile/
7765 F:      drivers/oprofile/
7766 F:      include/linux/oprofile.h
7767
7768 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7769 M:      Mark Fasheh <mfasheh@suse.com>
7770 M:      Joel Becker <jlbec@evilplan.org>
7771 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7772 W:      http://ocfs2.wiki.kernel.org
7773 S:      Supported
7774 F:      Documentation/filesystems/ocfs2.txt
7775 F:      Documentation/filesystems/dlmfs.txt
7776 F:      fs/ocfs2/
7777
7778 ORINOCO DRIVER
7779 L:      linux-wireless@vger.kernel.org
7780 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7781 W:      http://www.nongnu.org/orinoco/
7782 S:      Orphan
7783 F:      drivers/net/wireless/orinoco/
7784
7785 OSD LIBRARY and FILESYSTEM
7786 M:      Boaz Harrosh <ooo@electrozaur.com>
7787 M:      Benny Halevy <bhalevy@primarydata.com>
7788 L:      osd-dev@open-osd.org
7789 W:      http://open-osd.org
7790 T:      git git://git.open-osd.org/open-osd.git
7791 S:      Maintained
7792 F:      drivers/scsi/osd/
7793 F:      include/scsi/osd_*
7794 F:      fs/exofs/
7795
7796 OVERLAY FILESYSTEM
7797 M:      Miklos Szeredi <miklos@szeredi.hu>
7798 L:      linux-unionfs@vger.kernel.org
7799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7800 S:      Supported
7801 F:      fs/overlayfs/
7802 F:      Documentation/filesystems/overlayfs.txt
7803
7804 P54 WIRELESS DRIVER
7805 M:      Christian Lamparter <chunkeey@googlemail.com>
7806 L:      linux-wireless@vger.kernel.org
7807 W:      http://wireless.kernel.org/en/users/Drivers/p54
7808 S:      Maintained
7809 F:      drivers/net/wireless/p54/
7810
7811 PA SEMI ETHERNET DRIVER
7812 M:      Olof Johansson <olof@lixom.net>
7813 L:      netdev@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/net/ethernet/pasemi/*
7816
7817 PA SEMI SMBUS DRIVER
7818 M:      Olof Johansson <olof@lixom.net>
7819 L:      linux-i2c@vger.kernel.org
7820 S:      Maintained
7821 F:      drivers/i2c/busses/i2c-pasemi.c
7822
7823 PADATA PARALLEL EXECUTION MECHANISM
7824 M:      Steffen Klassert <steffen.klassert@secunet.com>
7825 L:      linux-crypto@vger.kernel.org
7826 S:      Maintained
7827 F:      kernel/padata.c
7828 F:      include/linux/padata.h
7829 F:      Documentation/padata.txt
7830
7831 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7832 M:      Harald Welte <laforge@gnumonks.org>
7833 L:      platform-driver-x86@vger.kernel.org
7834 S:      Maintained
7835 F:      drivers/platform/x86/panasonic-laptop.c
7836
7837 PANASONIC MN10300/AM33/AM34 PORT
7838 M:      David Howells <dhowells@redhat.com>
7839 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7840 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7841 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7842 S:      Maintained
7843 F:      Documentation/mn10300/
7844 F:      arch/mn10300/
7845
7846 PARALLEL PORT SUBSYSTEM
7847 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7848 M:      Sudip Mukherjee <sudip@vectorindia.org>
7849 L:      linux-parport@lists.infradead.org (subscribers-only)
7850 S:      Maintained
7851 F:      drivers/parport/
7852 F:      include/linux/parport*.h
7853 F:      drivers/char/ppdev.c
7854 F:      include/uapi/linux/ppdev.h
7855 F:      Documentation/parport*.txt
7856
7857 PARAVIRT_OPS INTERFACE
7858 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7859 M:      Chris Wright <chrisw@sous-sol.org>
7860 M:      Alok Kataria <akataria@vmware.com>
7861 M:      Rusty Russell <rusty@rustcorp.com.au>
7862 L:      virtualization@lists.linux-foundation.org
7863 S:      Supported
7864 F:      Documentation/virtual/paravirt_ops.txt
7865 F:      arch/*/kernel/paravirt*
7866 F:      arch/*/include/asm/paravirt.h
7867
7868 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7869 M:      Tim Waugh <tim@cyberelk.net>
7870 L:      linux-parport@lists.infradead.org (subscribers-only)
7871 S:      Maintained
7872 F:      Documentation/blockdev/paride.txt
7873 F:      drivers/block/paride/
7874
7875 PARISC ARCHITECTURE
7876 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7877 M:      Helge Deller <deller@gmx.de>
7878 L:      linux-parisc@vger.kernel.org
7879 W:      http://www.parisc-linux.org/
7880 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7883 S:      Maintained
7884 F:      arch/parisc/
7885 F:      Documentation/parisc/
7886 F:      drivers/parisc/
7887 F:      drivers/char/agp/parisc-agp.c
7888 F:      drivers/input/serio/gscps2.c
7889 F:      drivers/parport/parport_gsc.*
7890 F:      drivers/tty/serial/8250/8250_gsc.c
7891 F:      drivers/video/fbdev/sti*
7892 F:      drivers/video/console/sti*
7893 F:      drivers/video/logo/logo_parisc*
7894
7895 PC87360 HARDWARE MONITORING DRIVER
7896 M:      Jim Cromie <jim.cromie@gmail.com>
7897 L:      lm-sensors@lm-sensors.org
7898 S:      Maintained
7899 F:      Documentation/hwmon/pc87360
7900 F:      drivers/hwmon/pc87360.c
7901
7902 PC8736x GPIO DRIVER
7903 M:      Jim Cromie <jim.cromie@gmail.com>
7904 S:      Maintained
7905 F:      drivers/char/pc8736x_gpio.c
7906
7907 PC87427 HARDWARE MONITORING DRIVER
7908 M:      Jean Delvare <jdelvare@suse.com>
7909 L:      lm-sensors@lm-sensors.org
7910 S:      Maintained
7911 F:      Documentation/hwmon/pc87427
7912 F:      drivers/hwmon/pc87427.c
7913
7914 PCA9532 LED DRIVER
7915 M:      Riku Voipio <riku.voipio@iki.fi>
7916 S:      Maintained
7917 F:      drivers/leds/leds-pca9532.c
7918 F:      include/linux/leds-pca9532.h
7919
7920 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7921 M:      Guenter Roeck <linux@roeck-us.net>
7922 L:      linux-i2c@vger.kernel.org
7923 S:      Maintained
7924 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7925
7926 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7927 M:      Khalid Aziz <khalid@gonehiking.org>
7928 S:      Maintained
7929 F:      drivers/firmware/pcdp.*
7930
7931 PCI ERROR RECOVERY
7932 M:      Linas Vepstas <linasvepstas@gmail.com>
7933 L:      linux-pci@vger.kernel.org
7934 S:      Supported
7935 F:      Documentation/PCI/pci-error-recovery.txt
7936
7937 PCI SUBSYSTEM
7938 M:      Bjorn Helgaas <bhelgaas@google.com>
7939 L:      linux-pci@vger.kernel.org
7940 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7942 S:      Supported
7943 F:      Documentation/PCI/
7944 F:      drivers/pci/
7945 F:      include/linux/pci*
7946 F:      arch/x86/pci/
7947 F:      arch/x86/kernel/quirks.c
7948
7949 PCI DRIVER FOR ARM VERSATILE PLATFORM
7950 M:      Rob Herring <robh@kernel.org>
7951 L:      linux-pci@vger.kernel.org
7952 L:      linux-arm-kernel@lists.infradead.org
7953 S:      Maintained
7954 F:      Documentation/devicetree/bindings/pci/versatile.txt
7955 F:      drivers/pci/host/pci-versatile.c
7956
7957 PCI DRIVER FOR APPLIEDMICRO XGENE
7958 M:      Tanmay Inamdar <tinamdar@apm.com>
7959 L:      linux-pci@vger.kernel.org
7960 L:      linux-arm-kernel@lists.infradead.org
7961 S:      Maintained
7962 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7963 F:      drivers/pci/host/pci-xgene.c
7964
7965 PCI DRIVER FOR FREESCALE LAYERSCAPE
7966 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7967 M:      Mingkai Hu <mingkai.hu@freescale.com>
7968 M:      Roy Zang <tie-fei.zang@freescale.com>
7969 L:      linuxppc-dev@lists.ozlabs.org
7970 L:      linux-pci@vger.kernel.org
7971 L:      linux-arm-kernel@lists.infradead.org
7972 S:      Maintained
7973 F:      drivers/pci/host/*layerscape*
7974
7975 PCI DRIVER FOR IMX6
7976 M:      Richard Zhu <Richard.Zhu@freescale.com>
7977 M:      Lucas Stach <l.stach@pengutronix.de>
7978 L:      linux-pci@vger.kernel.org
7979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7980 S:      Maintained
7981 F:      drivers/pci/host/*imx6*
7982
7983 PCI DRIVER FOR TI KEYSTONE
7984 M:      Murali Karicheri <m-karicheri2@ti.com>
7985 L:      linux-pci@vger.kernel.org
7986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7987 S:      Maintained
7988 F:      drivers/pci/host/*keystone*
7989
7990 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7991 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7992 M:      Jason Cooper <jason@lakedaemon.net>
7993 L:      linux-pci@vger.kernel.org
7994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7995 S:      Maintained
7996 F:      drivers/pci/host/*mvebu*
7997
7998 PCI DRIVER FOR NVIDIA TEGRA
7999 M:      Thierry Reding <thierry.reding@gmail.com>
8000 L:      linux-tegra@vger.kernel.org
8001 L:      linux-pci@vger.kernel.org
8002 S:      Supported
8003 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8004 F:      drivers/pci/host/pci-tegra.c
8005
8006 PCI DRIVER FOR TI DRA7XX
8007 M:      Kishon Vijay Abraham I <kishon@ti.com>
8008 L:      linux-omap@vger.kernel.org
8009 L:      linux-pci@vger.kernel.org
8010 S:      Supported
8011 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8012 F:      drivers/pci/host/pci-dra7xx.c
8013
8014 PCI DRIVER FOR RENESAS R-CAR
8015 M:      Simon Horman <horms@verge.net.au>
8016 L:      linux-pci@vger.kernel.org
8017 L:      linux-sh@vger.kernel.org
8018 S:      Maintained
8019 F:      drivers/pci/host/*rcar*
8020
8021 PCI DRIVER FOR SAMSUNG EXYNOS
8022 M:      Jingoo Han <jingoohan1@gmail.com>
8023 L:      linux-pci@vger.kernel.org
8024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8025 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8026 S:      Maintained
8027 F:      drivers/pci/host/pci-exynos.c
8028
8029 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8030 M:      Jingoo Han <jingoohan1@gmail.com>
8031 M:      Pratyush Anand <pratyush.anand@gmail.com>
8032 L:      linux-pci@vger.kernel.org
8033 S:      Maintained
8034 F:      drivers/pci/host/*designware*
8035
8036 PCI DRIVER FOR GENERIC OF HOSTS
8037 M:      Will Deacon <will.deacon@arm.com>
8038 L:      linux-pci@vger.kernel.org
8039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8040 S:      Maintained
8041 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8042 F:      drivers/pci/host/pci-host-generic.c
8043
8044 PCIE DRIVER FOR ST SPEAR13XX
8045 M:      Pratyush Anand <pratyush.anand@gmail.com>
8046 L:      linux-pci@vger.kernel.org
8047 S:      Maintained
8048 F:      drivers/pci/host/*spear*
8049
8050 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8051 M:      Duc Dang <dhdang@apm.com>
8052 L:      linux-pci@vger.kernel.org
8053 L:      linux-arm-kernel@lists.infradead.org
8054 S:      Maintained
8055 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8056 F:      drivers/pci/host/pci-xgene-msi.c
8057
8058 PCMCIA SUBSYSTEM
8059 P:      Linux PCMCIA Team
8060 L:      linux-pcmcia@lists.infradead.org
8061 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8063 S:      Maintained
8064 F:      Documentation/pcmcia/
8065 F:      drivers/pcmcia/
8066 F:      include/pcmcia/
8067
8068 PCNET32 NETWORK DRIVER
8069 M:      Don Fry <pcnet32@frontier.com>
8070 L:      netdev@vger.kernel.org
8071 S:      Maintained
8072 F:      drivers/net/ethernet/amd/pcnet32.c
8073
8074 PCRYPT PARALLEL CRYPTO ENGINE
8075 M:      Steffen Klassert <steffen.klassert@secunet.com>
8076 L:      linux-crypto@vger.kernel.org
8077 S:      Maintained
8078 F:      crypto/pcrypt.c
8079 F:      include/crypto/pcrypt.h
8080
8081 PER-CPU MEMORY ALLOCATOR
8082 M:      Tejun Heo <tj@kernel.org>
8083 M:      Christoph Lameter <cl@linux-foundation.org>
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8085 S:      Maintained
8086 F:      include/linux/percpu*.h
8087 F:      mm/percpu*.c
8088 F:      arch/*/include/asm/percpu.h
8089
8090 PER-TASK DELAY ACCOUNTING
8091 M:      Balbir Singh <bsingharora@gmail.com>
8092 S:      Maintained
8093 F:      include/linux/delayacct.h
8094 F:      kernel/delayacct.c
8095
8096 PERFORMANCE EVENTS SUBSYSTEM
8097 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8098 M:      Ingo Molnar <mingo@redhat.com>
8099 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8100 L:      linux-kernel@vger.kernel.org
8101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8102 S:      Supported
8103 F:      kernel/events/*
8104 F:      include/linux/perf_event.h
8105 F:      include/uapi/linux/perf_event.h
8106 F:      arch/*/kernel/perf_event*.c
8107 F:      arch/*/kernel/*/perf_event*.c
8108 F:      arch/*/kernel/*/*/perf_event*.c
8109 F:      arch/*/include/asm/perf_event.h
8110 F:      arch/*/kernel/perf_callchain.c
8111 F:      tools/perf/
8112
8113 PERSONALITY HANDLING
8114 M:      Christoph Hellwig <hch@infradead.org>
8115 L:      linux-abi-devel@lists.sourceforge.net
8116 S:      Maintained
8117 F:      include/linux/personality.h
8118 F:      include/uapi/linux/personality.h
8119
8120 PHONET PROTOCOL
8121 M:      Remi Denis-Courmont <courmisch@gmail.com>
8122 S:      Supported
8123 F:      Documentation/networking/phonet.txt
8124 F:      include/linux/phonet.h
8125 F:      include/net/phonet/
8126 F:      include/uapi/linux/phonet.h
8127 F:      net/phonet/
8128
8129 PHRAM MTD DRIVER
8130 M:      Joern Engel <joern@lazybastard.org>
8131 L:      linux-mtd@lists.infradead.org
8132 S:      Maintained
8133 F:      drivers/mtd/devices/phram.c
8134
8135 PICOLCD HID DRIVER
8136 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8137 L:      linux-input@vger.kernel.org
8138 S:      Maintained
8139 F:      drivers/hid/hid-picolcd*
8140
8141 PICOXCELL SUPPORT
8142 M:      Jamie Iles <jamie@jamieiles.com>
8143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8144 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8145 S:      Supported
8146 F:      arch/arm/boot/dts/picoxcell*
8147 F:      arch/arm/mach-picoxcell/
8148 F:      drivers/crypto/picoxcell*
8149
8150 PIN CONTROL SUBSYSTEM
8151 M:      Linus Walleij <linus.walleij@linaro.org>
8152 L:      linux-gpio@vger.kernel.org
8153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8154 S:      Maintained
8155 F:      drivers/pinctrl/
8156 F:      include/linux/pinctrl/
8157
8158 PIN CONTROLLER - ATMEL AT91
8159 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8161 S:      Maintained
8162 F:      drivers/pinctrl/pinctrl-at91.*
8163
8164 PIN CONTROLLER - INTEL
8165 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8166 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8167 S:      Maintained
8168 F:      drivers/pinctrl/intel/
8169
8170 PIN CONTROLLER - RENESAS
8171 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8172 L:      linux-sh@vger.kernel.org
8173 S:      Maintained
8174 F:      drivers/pinctrl/sh-pfc/
8175
8176 PIN CONTROLLER - SAMSUNG
8177 M:      Tomasz Figa <tomasz.figa@gmail.com>
8178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8179 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8180 S:      Maintained
8181 F:      drivers/pinctrl/samsung/
8182
8183 PIN CONTROLLER - ST SPEAR
8184 M:      Viresh Kumar <vireshk@kernel.org>
8185 L:      spear-devel@list.st.com
8186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8187 W:      http://www.st.com/spear
8188 S:      Maintained
8189 F:      drivers/pinctrl/spear/
8190
8191 PKTCDVD DRIVER
8192 M:      Jiri Kosina <jikos@kernel.org>
8193 S:      Maintained
8194 F:      drivers/block/pktcdvd.c
8195 F:      include/linux/pktcdvd.h
8196 F:      include/uapi/linux/pktcdvd.h
8197
8198 PKUNITY SOC DRIVERS
8199 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8200 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8201 S:      Maintained
8202 T:      git git://github.com/gxt/linux.git
8203 F:      drivers/input/serio/i8042-unicore32io.h
8204 F:      drivers/i2c/busses/i2c-puv3.c
8205 F:      drivers/video/fbdev/fb-puv3.c
8206 F:      drivers/rtc/rtc-puv3.c
8207
8208 PMBUS HARDWARE MONITORING DRIVERS
8209 M:      Guenter Roeck <linux@roeck-us.net>
8210 L:      lm-sensors@lm-sensors.org
8211 W:      http://www.lm-sensors.org/
8212 W:      http://www.roeck-us.net/linux/drivers/
8213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8214 S:      Maintained
8215 F:      Documentation/hwmon/pmbus
8216 F:      drivers/hwmon/pmbus/
8217 F:      include/linux/i2c/pmbus.h
8218
8219 PMC SIERRA MaxRAID DRIVER
8220 L:      linux-scsi@vger.kernel.org
8221 W:      http://www.pmc-sierra.com/
8222 S:      Orphan
8223 F:      drivers/scsi/pmcraid.*
8224
8225 PMC SIERRA PM8001 DRIVER
8226 M:      Jack Wang <jinpu.wang@profitbricks.com>
8227 M:      lindar_liu@usish.com
8228 L:      pmchba@pmcs.com
8229 L:      linux-scsi@vger.kernel.org
8230 S:      Supported
8231 F:      drivers/scsi/pm8001/
8232
8233 POSIX CLOCKS and TIMERS
8234 M:      Thomas Gleixner <tglx@linutronix.de>
8235 L:      linux-kernel@vger.kernel.org
8236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8237 S:      Maintained
8238 F:      fs/timerfd.c
8239 F:      include/linux/timer*
8240 F:      kernel/time/*timer*
8241
8242 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8243 M:      Sebastian Reichel <sre@kernel.org>
8244 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8245 M:      David Woodhouse <dwmw2@infradead.org>
8246 L:      linux-pm@vger.kernel.org
8247 T:      git git://git.infradead.org/battery-2.6.git
8248 S:      Maintained
8249 F:      include/linux/power_supply.h
8250 F:      drivers/power/
8251 X:      drivers/power/avs/
8252
8253 POWER STATE COORDINATION INTERFACE (PSCI)
8254 M:      Mark Rutland <mark.rutland@arm.com>
8255 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8256 L:      linux-arm-kernel@lists.infradead.org
8257 S:      Maintained
8258 F:      drivers/firmware/psci.c
8259 F:      include/linux/psci.h
8260 F:      include/uapi/linux/psci.h
8261
8262 PNP SUPPORT
8263 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8264 S:      Maintained
8265 F:      drivers/pnp/
8266
8267 PNXxxxx I2C DRIVER
8268 M:      Vitaly Wool <vitalywool@gmail.com>
8269 L:      linux-i2c@vger.kernel.org
8270 S:      Maintained
8271 F:      drivers/i2c/busses/i2c-pnx.c
8272
8273 PPP PROTOCOL DRIVERS AND COMPRESSORS
8274 M:      Paul Mackerras <paulus@samba.org>
8275 L:      linux-ppp@vger.kernel.org
8276 S:      Maintained
8277 F:      drivers/net/ppp/ppp_*
8278
8279 PPP OVER ATM (RFC 2364)
8280 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8281 S:      Maintained
8282 F:      net/atm/pppoatm.c
8283 F:      include/uapi/linux/atmppp.h
8284
8285 PPP OVER ETHERNET
8286 M:      Michal Ostrowski <mostrows@earthlink.net>
8287 S:      Maintained
8288 F:      drivers/net/ppp/pppoe.c
8289 F:      drivers/net/ppp/pppox.c
8290
8291 PPP OVER L2TP
8292 M:      James Chapman <jchapman@katalix.com>
8293 S:      Maintained
8294 F:      net/l2tp/l2tp_ppp.c
8295 F:      include/linux/if_pppol2tp.h
8296 F:      include/uapi/linux/if_pppol2tp.h
8297
8298 PPS SUPPORT
8299 M:      Rodolfo Giometti <giometti@enneenne.com>
8300 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8301 L:      linuxpps@ml.enneenne.com (subscribers-only)
8302 S:      Maintained
8303 F:      Documentation/pps/
8304 F:      drivers/pps/
8305 F:      include/linux/pps*.h
8306
8307 PPTP DRIVER
8308 M:      Dmitry Kozlov <xeb@mail.ru>
8309 L:      netdev@vger.kernel.org
8310 S:      Maintained
8311 F:      drivers/net/ppp/pptp.c
8312 W:      http://sourceforge.net/projects/accel-pptp
8313
8314 PREEMPTIBLE KERNEL
8315 M:      Robert Love <rml@tech9.net>
8316 L:      kpreempt-tech@lists.sourceforge.net
8317 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8318 S:      Supported
8319 F:      Documentation/preempt-locking.txt
8320 F:      include/linux/preempt.h
8321
8322 PRISM54 WIRELESS DRIVER
8323 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8324 L:      linux-wireless@vger.kernel.org
8325 W:      http://wireless.kernel.org/en/users/Drivers/p54
8326 S:      Obsolete
8327 F:      drivers/net/wireless/prism54/
8328
8329 PS3 NETWORK SUPPORT
8330 M:      Geoff Levand <geoff@infradead.org>
8331 L:      netdev@vger.kernel.org
8332 L:      linuxppc-dev@lists.ozlabs.org
8333 S:      Maintained
8334 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8335
8336 PS3 PLATFORM SUPPORT
8337 M:      Geoff Levand <geoff@infradead.org>
8338 L:      linuxppc-dev@lists.ozlabs.org
8339 S:      Maintained
8340 F:      arch/powerpc/boot/ps3*
8341 F:      arch/powerpc/include/asm/lv1call.h
8342 F:      arch/powerpc/include/asm/ps3*.h
8343 F:      arch/powerpc/platforms/ps3/
8344 F:      drivers/*/ps3*
8345 F:      drivers/ps3/
8346 F:      drivers/rtc/rtc-ps3.c
8347 F:      drivers/usb/host/*ps3.c
8348 F:      sound/ppc/snd_ps3*
8349
8350 PS3VRAM DRIVER
8351 M:      Jim Paris <jim@jtan.com>
8352 M:      Geoff Levand <geoff@infradead.org>
8353 L:      linuxppc-dev@lists.ozlabs.org
8354 S:      Maintained
8355 F:      drivers/block/ps3vram.c
8356
8357 PSTORE FILESYSTEM
8358 M:      Anton Vorontsov <anton@enomsg.org>
8359 M:      Colin Cross <ccross@android.com>
8360 M:      Kees Cook <keescook@chromium.org>
8361 M:      Tony Luck <tony.luck@intel.com>
8362 S:      Maintained
8363 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8364 F:      fs/pstore/
8365 F:      include/linux/pstore*
8366 F:      drivers/firmware/efi/efi-pstore.c
8367 F:      drivers/acpi/apei/erst.c
8368
8369 PTP HARDWARE CLOCK SUPPORT
8370 M:      Richard Cochran <richardcochran@gmail.com>
8371 L:      netdev@vger.kernel.org
8372 S:      Maintained
8373 W:      http://linuxptp.sourceforge.net/
8374 F:      Documentation/ABI/testing/sysfs-ptp
8375 F:      Documentation/ptp/*
8376 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8377 F:      drivers/net/phy/dp83640*
8378 F:      drivers/ptp/*
8379 F:      include/linux/ptp_cl*
8380
8381 PTRACE SUPPORT
8382 M:      Roland McGrath <roland@hack.frob.com>
8383 M:      Oleg Nesterov <oleg@redhat.com>
8384 S:      Maintained
8385 F:      include/asm-generic/syscall.h
8386 F:      include/linux/ptrace.h
8387 F:      include/linux/regset.h
8388 F:      include/linux/tracehook.h
8389 F:      include/uapi/linux/ptrace.h
8390 F:      kernel/ptrace.c
8391
8392 PVRUSB2 VIDEO4LINUX DRIVER
8393 M:      Mike Isely <isely@pobox.com>
8394 L:      pvrusb2@isely.net       (subscribers-only)
8395 L:      linux-media@vger.kernel.org
8396 W:      http://www.isely.net/pvrusb2/
8397 T:      git git://linuxtv.org/media_tree.git
8398 S:      Maintained
8399 F:      Documentation/video4linux/README.pvrusb2
8400 F:      drivers/media/usb/pvrusb2/
8401
8402 PWC WEBCAM DRIVER
8403 M:      Hans de Goede <hdegoede@redhat.com>
8404 L:      linux-media@vger.kernel.org
8405 T:      git git://linuxtv.org/media_tree.git
8406 S:      Maintained
8407 F:      drivers/media/usb/pwc/*
8408
8409 PWM FAN DRIVER
8410 M:      Kamil Debski <k.debski@samsung.com>
8411 L:      lm-sensors@lm-sensors.org
8412 S:      Supported
8413 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8414 F:      Documentation/hwmon/pwm-fan
8415 F:      drivers/hwmon/pwm-fan.c
8416
8417 PWM SUBSYSTEM
8418 M:      Thierry Reding <thierry.reding@gmail.com>
8419 L:      linux-pwm@vger.kernel.org
8420 S:      Maintained
8421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8422 F:      Documentation/pwm.txt
8423 F:      Documentation/devicetree/bindings/pwm/
8424 F:      include/linux/pwm.h
8425 F:      drivers/pwm/
8426 F:      drivers/video/backlight/pwm_bl.c
8427 F:      include/linux/pwm_backlight.h
8428
8429 PXA2xx/PXA3xx SUPPORT
8430 M:      Daniel Mack <daniel@zonque.org>
8431 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8432 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8434 T:      git git://github.com/hzhuang1/linux.git
8435 T:      git git://github.com/rjarzmik/linux.git
8436 S:      Maintained
8437 F:      arch/arm/mach-pxa/
8438 F:      drivers/dma/pxa*
8439 F:      drivers/pcmcia/pxa2xx*
8440 F:      drivers/spi/spi-pxa2xx*
8441 F:      drivers/usb/gadget/udc/pxa2*
8442 F:      include/sound/pxa2xx-lib.h
8443 F:      sound/arm/pxa*
8444 F:      sound/soc/pxa/
8445
8446 PXA3xx NAND FLASH DRIVER
8447 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8448 L:      linux-mtd@lists.infradead.org
8449 S:      Maintained
8450 F:      drivers/mtd/nand/pxa3xx_nand.c
8451
8452 MMP SUPPORT
8453 M:      Eric Miao <eric.y.miao@gmail.com>
8454 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8456 T:      git git://github.com/hzhuang1/linux.git
8457 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8458 S:      Maintained
8459 F:      arch/arm/mach-mmp/
8460
8461 PXA MMCI DRIVER
8462 S:      Orphan
8463
8464 PXA RTC DRIVER
8465 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8466 L:      rtc-linux@googlegroups.com
8467 S:      Maintained
8468
8469 QAT DRIVER
8470 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8471 L:      qat-linux@intel.com
8472 S:      Supported
8473 F:      drivers/crypto/qat/
8474
8475 QIB DRIVER
8476 M:      Mike Marciniszyn <infinipath@intel.com>
8477 L:      linux-rdma@vger.kernel.org
8478 S:      Supported
8479 F:      drivers/infiniband/hw/qib/
8480
8481 QLOGIC QLA1280 SCSI DRIVER
8482 M:      Michael Reed <mdr@sgi.com>
8483 L:      linux-scsi@vger.kernel.org
8484 S:      Maintained
8485 F:      drivers/scsi/qla1280.[ch]
8486
8487 QLOGIC QLA2XXX FC-SCSI DRIVER
8488 M:      qla2xxx-upstream@qlogic.com
8489 L:      linux-scsi@vger.kernel.org
8490 S:      Supported
8491 F:      Documentation/scsi/LICENSE.qla2xxx
8492 F:      drivers/scsi/qla2xxx/
8493
8494 QLOGIC QLA4XXX iSCSI DRIVER
8495 M:      QLogic-Storage-Upstream@qlogic.com
8496 L:      linux-scsi@vger.kernel.org
8497 S:      Supported
8498 F:      Documentation/scsi/LICENSE.qla4xxx
8499 F:      drivers/scsi/qla4xxx/
8500
8501 QLOGIC QLA3XXX NETWORK DRIVER
8502 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8503 M:      Ron Mercer <ron.mercer@qlogic.com>
8504 M:      linux-driver@qlogic.com
8505 L:      netdev@vger.kernel.org
8506 S:      Supported
8507 F:      Documentation/networking/LICENSE.qla3xxx
8508 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8509
8510 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8511 M:      Dept-GELinuxNICDev@qlogic.com
8512 L:      netdev@vger.kernel.org
8513 S:      Supported
8514 F:      drivers/net/ethernet/qlogic/qlcnic/
8515
8516 QLOGIC QLGE 10Gb ETHERNET DRIVER
8517 M:      Harish Patil <harish.patil@qlogic.com>
8518 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8519 M:      Dept-GELinuxNICDev@qlogic.com
8520 M:      linux-driver@qlogic.com
8521 L:      netdev@vger.kernel.org
8522 S:      Supported
8523 F:      drivers/net/ethernet/qlogic/qlge/
8524
8525 QNX4 FILESYSTEM
8526 M:      Anders Larsen <al@alarsen.net>
8527 W:      http://www.alarsen.net/linux/qnx4fs/
8528 S:      Maintained
8529 F:      fs/qnx4/
8530 F:      include/uapi/linux/qnx4_fs.h
8531 F:      include/uapi/linux/qnxtypes.h
8532
8533 QT1010 MEDIA DRIVER
8534 M:      Antti Palosaari <crope@iki.fi>
8535 L:      linux-media@vger.kernel.org
8536 W:      http://linuxtv.org/
8537 W:      http://palosaari.fi/linux/
8538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8539 T:      git git://linuxtv.org/anttip/media_tree.git
8540 S:      Maintained
8541 F:      drivers/media/tuners/qt1010*
8542
8543 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8544 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8545 L:      linux-wireless@vger.kernel.org
8546 L:      ath9k-devel@lists.ath9k.org
8547 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8548 S:      Supported
8549 F:      drivers/net/wireless/ath/ath9k/
8550
8551 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8552 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8553 L:      ath10k@lists.infradead.org
8554 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8555 T:      git git://github.com/kvalo/ath.git
8556 S:      Supported
8557 F:      drivers/net/wireless/ath/ath10k/
8558
8559 QUALCOMM HEXAGON ARCHITECTURE
8560 M:      Richard Kuo <rkuo@codeaurora.org>
8561 L:      linux-hexagon@vger.kernel.org
8562 S:      Supported
8563 F:      arch/hexagon/
8564
8565 QUALCOMM WCN36XX WIRELESS DRIVER
8566 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8567 L:      wcn36xx@lists.infradead.org
8568 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8569 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8570 S:      Supported
8571 F:      drivers/net/wireless/ath/wcn36xx/
8572
8573 RADOS BLOCK DEVICE (RBD)
8574 M:      Ilya Dryomov <idryomov@gmail.com>
8575 M:      Sage Weil <sage@redhat.com>
8576 M:      Alex Elder <elder@kernel.org>
8577 L:      ceph-devel@vger.kernel.org
8578 W:      http://ceph.com/
8579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8580 T:      git git://github.com/ceph/ceph-client.git
8581 S:      Supported
8582 F:      Documentation/ABI/testing/sysfs-bus-rbd
8583 F:      drivers/block/rbd.c
8584 F:      drivers/block/rbd_types.h
8585
8586 RADEON FRAMEBUFFER DISPLAY DRIVER
8587 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8588 L:      linux-fbdev@vger.kernel.org
8589 S:      Maintained
8590 F:      drivers/video/fbdev/aty/radeon*
8591 F:      include/uapi/linux/radeonfb.h
8592
8593 RADIOSHARK RADIO DRIVER
8594 M:      Hans de Goede <hdegoede@redhat.com>
8595 L:      linux-media@vger.kernel.org
8596 T:      git git://linuxtv.org/media_tree.git
8597 S:      Maintained
8598 F:      drivers/media/radio/radio-shark.c
8599
8600 RADIOSHARK2 RADIO DRIVER
8601 M:      Hans de Goede <hdegoede@redhat.com>
8602 L:      linux-media@vger.kernel.org
8603 T:      git git://linuxtv.org/media_tree.git
8604 S:      Maintained
8605 F:      drivers/media/radio/radio-shark2.c
8606 F:      drivers/media/radio/radio-tea5777.c
8607
8608 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8609 M:      Paul Mackerras <paulus@samba.org>
8610 L:      linux-fbdev@vger.kernel.org
8611 S:      Maintained
8612 F:      drivers/video/fbdev/aty/aty128fb.c
8613
8614 RALINK RT2X00 WIRELESS LAN DRIVER
8615 P:      rt2x00 project
8616 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8617 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8618 L:      linux-wireless@vger.kernel.org
8619 S:      Maintained
8620 F:      drivers/net/wireless/rt2x00/
8621
8622 RAMDISK RAM BLOCK DEVICE DRIVER
8623 M:      Jens Axboe <axboe@kernel.dk>
8624 S:      Maintained
8625 F:      Documentation/blockdev/ramdisk.txt
8626 F:      drivers/block/brd.c
8627
8628 RANDOM NUMBER DRIVER
8629 M:      "Theodore Ts'o" <tytso@mit.edu>
8630 S:      Maintained
8631 F:      drivers/char/random.c
8632
8633 RAPIDIO SUBSYSTEM
8634 M:      Matt Porter <mporter@kernel.crashing.org>
8635 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8636 S:      Maintained
8637 F:      drivers/rapidio/
8638
8639 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8640 L:      linux-wireless@vger.kernel.org
8641 S:      Orphan
8642 F:      drivers/net/wireless/ray*
8643
8644 RCUTORTURE MODULE
8645 M:      Josh Triplett <josh@joshtriplett.org>
8646 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8647 L:      linux-kernel@vger.kernel.org
8648 S:      Supported
8649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8650 F:      Documentation/RCU/torture.txt
8651 F:      kernel/rcu/rcutorture.c
8652
8653 RCUTORTURE TEST FRAMEWORK
8654 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8655 M:      Josh Triplett <josh@joshtriplett.org>
8656 R:      Steven Rostedt <rostedt@goodmis.org>
8657 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8658 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8659 L:      linux-kernel@vger.kernel.org
8660 S:      Supported
8661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8662 F:      tools/testing/selftests/rcutorture
8663
8664 RDC R-321X SoC
8665 M:      Florian Fainelli <florian@openwrt.org>
8666 S:      Maintained
8667
8668 RDC R6040 FAST ETHERNET DRIVER
8669 M:      Florian Fainelli <florian@openwrt.org>
8670 L:      netdev@vger.kernel.org
8671 S:      Maintained
8672 F:      drivers/net/ethernet/rdc/r6040.c
8673
8674 RDS - RELIABLE DATAGRAM SOCKETS
8675 M:      Chien Yen <chien.yen@oracle.com>
8676 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8677 S:      Supported
8678 F:      net/rds/
8679
8680 READ-COPY UPDATE (RCU)
8681 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8682 M:      Josh Triplett <josh@joshtriplett.org>
8683 R:      Steven Rostedt <rostedt@goodmis.org>
8684 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8685 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8686 L:      linux-kernel@vger.kernel.org
8687 W:      http://www.rdrop.com/users/paulmck/RCU/
8688 S:      Supported
8689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8690 F:      Documentation/RCU/
8691 X:      Documentation/RCU/torture.txt
8692 F:      include/linux/rcu*
8693 X:      include/linux/srcu.h
8694 F:      kernel/rcu/
8695 X:      kernel/torture.c
8696
8697 REAL TIME CLOCK (RTC) SUBSYSTEM
8698 M:      Alessandro Zummo <a.zummo@towertech.it>
8699 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8700 L:      rtc-linux@googlegroups.com
8701 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8703 S:      Maintained
8704 F:      Documentation/rtc.txt
8705 F:      drivers/rtc/
8706 F:      include/linux/rtc.h
8707 F:      include/uapi/linux/rtc.h
8708
8709 REALTEK AUDIO CODECS
8710 M:      Bard Liao <bardliao@realtek.com>
8711 M:      Oder Chiou <oder_chiou@realtek.com>
8712 S:      Maintained
8713 F:      sound/soc/codecs/rt*
8714 F:      include/sound/rt*.h
8715
8716 REISERFS FILE SYSTEM
8717 L:      reiserfs-devel@vger.kernel.org
8718 S:      Supported
8719 F:      fs/reiserfs/
8720
8721 REGISTER MAP ABSTRACTION
8722 M:      Mark Brown <broonie@kernel.org>
8723 L:      linux-kernel@vger.kernel.org
8724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8725 S:      Supported
8726 F:      drivers/base/regmap/
8727 F:      include/linux/regmap.h
8728
8729 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8730 M:      Ohad Ben-Cohen <ohad@wizery.com>
8731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8732 S:      Maintained
8733 F:      drivers/remoteproc/
8734 F:      Documentation/remoteproc.txt
8735 F:      include/linux/remoteproc.h
8736
8737 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8738 M:      Ohad Ben-Cohen <ohad@wizery.com>
8739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8740 S:      Maintained
8741 F:      drivers/rpmsg/
8742 F:      Documentation/rpmsg.txt
8743 F:      include/linux/rpmsg.h
8744
8745 RESET CONTROLLER FRAMEWORK
8746 M:      Philipp Zabel <p.zabel@pengutronix.de>
8747 S:      Maintained
8748 F:      drivers/reset/
8749 F:      Documentation/devicetree/bindings/reset/
8750 F:      include/dt-bindings/reset/
8751 F:      include/linux/reset.h
8752 F:      include/linux/reset-controller.h
8753
8754 RFKILL
8755 M:      Johannes Berg <johannes@sipsolutions.net>
8756 L:      linux-wireless@vger.kernel.org
8757 W:      http://wireless.kernel.org/
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8760 S:      Maintained
8761 F:      Documentation/rfkill.txt
8762 F:      net/rfkill/
8763
8764 RHASHTABLE
8765 M:      Thomas Graf <tgraf@suug.ch>
8766 L:      netdev@vger.kernel.org
8767 S:      Maintained
8768 F:      lib/rhashtable.c
8769 F:      include/linux/rhashtable.h
8770
8771 RICOH SMARTMEDIA/XD DRIVER
8772 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8773 S:      Maintained
8774 F:      drivers/mtd/nand/r852.c
8775 F:      drivers/mtd/nand/r852.h
8776
8777 RICOH R5C592 MEMORYSTICK DRIVER
8778 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8779 S:      Maintained
8780 F:      drivers/memstick/host/r592.*
8781
8782 ROCCAT DRIVERS
8783 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8784 W:      http://sourceforge.net/projects/roccat/
8785 S:      Maintained
8786 F:      drivers/hid/hid-roccat*
8787 F:      include/linux/hid-roccat*
8788 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8789
8790 ROCKER DRIVER
8791 M:      Jiri Pirko <jiri@resnulli.us>
8792 M:      Scott Feldman <sfeldma@gmail.com>
8793 L:      netdev@vger.kernel.org
8794 S:      Supported
8795 F:      drivers/net/ethernet/rocker/
8796
8797 ROCKETPORT DRIVER
8798 P:      Comtrol Corp.
8799 W:      http://www.comtrol.com
8800 S:      Maintained
8801 F:      Documentation/serial/rocket.txt
8802 F:      drivers/tty/rocket*
8803
8804 ROCKETPORT EXPRESS/INFINITY DRIVER
8805 M:      Kevin Cernekee <cernekee@gmail.com>
8806 L:      linux-serial@vger.kernel.org
8807 S:      Odd Fixes
8808 F:      drivers/tty/serial/rp2.*
8809
8810 ROSE NETWORK LAYER
8811 M:      Ralf Baechle <ralf@linux-mips.org>
8812 L:      linux-hams@vger.kernel.org
8813 W:      http://www.linux-ax25.org/
8814 S:      Maintained
8815 F:      include/net/rose.h
8816 F:      include/uapi/linux/rose.h
8817 F:      net/rose/
8818
8819 RTL2830 MEDIA DRIVER
8820 M:      Antti Palosaari <crope@iki.fi>
8821 L:      linux-media@vger.kernel.org
8822 W:      http://linuxtv.org/
8823 W:      http://palosaari.fi/linux/
8824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8825 T:      git git://linuxtv.org/anttip/media_tree.git
8826 S:      Maintained
8827 F:      drivers/media/dvb-frontends/rtl2830*
8828
8829 RTL2832 MEDIA DRIVER
8830 M:      Antti Palosaari <crope@iki.fi>
8831 L:      linux-media@vger.kernel.org
8832 W:      http://linuxtv.org/
8833 W:      http://palosaari.fi/linux/
8834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8835 T:      git git://linuxtv.org/anttip/media_tree.git
8836 S:      Maintained
8837 F:      drivers/media/dvb-frontends/rtl2832*
8838
8839 RTL2832_SDR MEDIA DRIVER
8840 M:      Antti Palosaari <crope@iki.fi>
8841 L:      linux-media@vger.kernel.org
8842 W:      http://linuxtv.org/
8843 W:      http://palosaari.fi/linux/
8844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8845 T:      git git://linuxtv.org/anttip/media_tree.git
8846 S:      Maintained
8847 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8848
8849 RTL8180 WIRELESS DRIVER
8850 L:      linux-wireless@vger.kernel.org
8851 W:      http://wireless.kernel.org/
8852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8853 S:      Orphan
8854 F:      drivers/net/wireless/rtl818x/rtl8180/
8855
8856 RTL8187 WIRELESS DRIVER
8857 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8858 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8859 M:      Larry Finger <Larry.Finger@lwfinger.net>
8860 L:      linux-wireless@vger.kernel.org
8861 W:      http://wireless.kernel.org/
8862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8863 S:      Maintained
8864 F:      drivers/net/wireless/rtl818x/rtl8187/
8865
8866 RTL8192CE WIRELESS DRIVER
8867 M:      Larry Finger <Larry.Finger@lwfinger.net>
8868 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8869 L:      linux-wireless@vger.kernel.org
8870 W:      http://wireless.kernel.org/
8871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8872 S:      Maintained
8873 F:      drivers/net/wireless/rtlwifi/
8874 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8875
8876 S3 SAVAGE FRAMEBUFFER DRIVER
8877 M:      Antonino Daplas <adaplas@gmail.com>
8878 L:      linux-fbdev@vger.kernel.org
8879 S:      Maintained
8880 F:      drivers/video/fbdev/savage/
8881
8882 S390
8883 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8884 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8885 L:      linux-s390@vger.kernel.org
8886 W:      http://www.ibm.com/developerworks/linux/linux390/
8887 S:      Supported
8888 F:      arch/s390/
8889 F:      drivers/s390/
8890 F:      Documentation/s390/
8891 F:      Documentation/DocBook/s390*
8892
8893 S390 COMMON I/O LAYER
8894 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8895 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8896 L:      linux-s390@vger.kernel.org
8897 W:      http://www.ibm.com/developerworks/linux/linux390/
8898 S:      Supported
8899 F:      drivers/s390/cio/
8900
8901 S390 DASD DRIVER
8902 M:      Stefan Weinhuber <wein@de.ibm.com>
8903 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8904 L:      linux-s390@vger.kernel.org
8905 W:      http://www.ibm.com/developerworks/linux/linux390/
8906 S:      Supported
8907 F:      drivers/s390/block/dasd*
8908 F:      block/partitions/ibm.c
8909
8910 S390 NETWORK DRIVERS
8911 M:      Ursula Braun <ursula.braun@de.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/net/
8916
8917 S390 PCI SUBSYSTEM
8918 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8919 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8920 L:      linux-s390@vger.kernel.org
8921 W:      http://www.ibm.com/developerworks/linux/linux390/
8922 S:      Supported
8923 F:      arch/s390/pci/
8924 F:      drivers/pci/hotplug/s390_pci_hpc.c
8925
8926 S390 ZCRYPT DRIVER
8927 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8928 L:      linux-s390@vger.kernel.org
8929 W:      http://www.ibm.com/developerworks/linux/linux390/
8930 S:      Supported
8931 F:      drivers/s390/crypto/
8932
8933 S390 ZFCP DRIVER
8934 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8935 L:      linux-s390@vger.kernel.org
8936 W:      http://www.ibm.com/developerworks/linux/linux390/
8937 S:      Supported
8938 F:      drivers/s390/scsi/zfcp_*
8939
8940 S390 IUCV NETWORK LAYER
8941 M:      Ursula Braun <ursula.braun@de.ibm.com>
8942 L:      linux-s390@vger.kernel.org
8943 W:      http://www.ibm.com/developerworks/linux/linux390/
8944 S:      Supported
8945 F:      drivers/s390/net/*iucv*
8946 F:      include/net/iucv/
8947 F:      net/iucv/
8948
8949 S3C24XX SD/MMC Driver
8950 M:      Ben Dooks <ben-linux@fluff.org>
8951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8952 S:      Supported
8953 F:      drivers/mmc/host/s3cmci.*
8954
8955 SAA6588 RDS RECEIVER DRIVER
8956 M:      Hans Verkuil <hverkuil@xs4all.nl>
8957 L:      linux-media@vger.kernel.org
8958 T:      git git://linuxtv.org/media_tree.git
8959 W:      http://linuxtv.org
8960 S:      Odd Fixes
8961 F:      drivers/media/i2c/saa6588*
8962
8963 SAA7134 VIDEO4LINUX DRIVER
8964 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8965 L:      linux-media@vger.kernel.org
8966 W:      http://linuxtv.org
8967 T:      git git://linuxtv.org/media_tree.git
8968 S:      Odd fixes
8969 F:      Documentation/video4linux/*.saa7134
8970 F:      drivers/media/pci/saa7134/
8971
8972 SAA7146 VIDEO4LINUX-2 DRIVER
8973 M:      Hans Verkuil <hverkuil@xs4all.nl>
8974 L:      linux-media@vger.kernel.org
8975 T:      git git://linuxtv.org/media_tree.git
8976 S:      Maintained
8977 F:      drivers/media/common/saa7146/
8978 F:      drivers/media/pci/saa7146/
8979 F:      include/media/saa7146*
8980
8981 SAMSUNG LAPTOP DRIVER
8982 M:      Corentin Chary <corentin.chary@gmail.com>
8983 L:      platform-driver-x86@vger.kernel.org
8984 S:      Maintained
8985 F:      drivers/platform/x86/samsung-laptop.c
8986
8987 SAMSUNG AUDIO (ASoC) DRIVERS
8988 M:      Sangbeom Kim <sbkim73@samsung.com>
8989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8990 S:      Supported
8991 F:      sound/soc/samsung/
8992
8993 SAMSUNG FRAMEBUFFER DRIVER
8994 M:      Jingoo Han <jingoohan1@gmail.com>
8995 L:      linux-fbdev@vger.kernel.org
8996 S:      Maintained
8997 F:      drivers/video/fbdev/s3c-fb.c
8998
8999 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9000 M:      Sangbeom Kim <sbkim73@samsung.com>
9001 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9002 L:      linux-kernel@vger.kernel.org
9003 L:      linux-samsung-soc@vger.kernel.org
9004 S:      Supported
9005 F:      drivers/mfd/sec*.c
9006 F:      drivers/regulator/s2m*.c
9007 F:      drivers/regulator/s5m*.c
9008 F:      drivers/clk/clk-s2mps11.c
9009 F:      drivers/rtc/rtc-s5m.c
9010 F:      include/linux/mfd/samsung/
9011 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9012 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9013
9014 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9015 M:      Kyungmin Park <kyungmin.park@samsung.com>
9016 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9017 L:      linux-media@vger.kernel.org
9018 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9019 S:      Supported
9020 F:      drivers/media/platform/exynos4-is/
9021
9022 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9023 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9024 L:      linux-media@vger.kernel.org
9025 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9026 S:      Maintained
9027 F:      drivers/media/platform/s3c-camif/
9028 F:      include/media/s3c_camif.h
9029
9030 SAMSUNG S5C73M3 CAMERA DRIVER
9031 M:      Kyungmin Park <kyungmin.park@samsung.com>
9032 M:      Andrzej Hajda <a.hajda@samsung.com>
9033 L:      linux-media@vger.kernel.org
9034 S:      Supported
9035 F:      drivers/media/i2c/s5c73m3/*
9036
9037 SAMSUNG S5K5BAF CAMERA DRIVER
9038 M:      Kyungmin Park <kyungmin.park@samsung.com>
9039 M:      Andrzej Hajda <a.hajda@samsung.com>
9040 L:      linux-media@vger.kernel.org
9041 S:      Supported
9042 F:      drivers/media/i2c/s5k5baf.c
9043
9044 SAMSUNG S3FWRN5 NFC DRIVER
9045 M:      Robert Baldyga <r.baldyga@samsung.com>
9046 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9047 S:      Supported
9048 F:      drivers/nfc/s3fwrn5
9049
9050 SAMSUNG SOC CLOCK DRIVERS
9051 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9052 M:      Tomasz Figa <tomasz.figa@gmail.com>
9053 S:      Supported
9054 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9055 F:      drivers/clk/samsung/
9056
9057 SAMSUNG SXGBE DRIVERS
9058 M:      Byungho An <bh74.an@samsung.com>
9059 M:      Girish K S <ks.giri@samsung.com>
9060 M:      Vipul Pandya <vipul.pandya@samsung.com>
9061 S:      Supported
9062 L:      netdev@vger.kernel.org
9063 F:      drivers/net/ethernet/samsung/sxgbe/
9064
9065 SAMSUNG THERMAL DRIVER
9066 M:      Lukasz Majewski <l.majewski@samsung.com>
9067 L:      linux-pm@vger.kernel.org
9068 L:      linux-samsung-soc@vger.kernel.org
9069 S:      Supported
9070 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9071 F:      drivers/thermal/samsung/
9072
9073 SAMSUNG USB2 PHY DRIVER
9074 M:      Kamil Debski <k.debski@samsung.com>
9075 L:      linux-kernel@vger.kernel.org
9076 S:      Supported
9077 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9078 F:      Documentation/phy/samsung-usb2.txt
9079 F:      drivers/phy/phy-exynos4210-usb2.c
9080 F:      drivers/phy/phy-exynos4x12-usb2.c
9081 F:      drivers/phy/phy-exynos5250-usb2.c
9082 F:      drivers/phy/phy-s5pv210-usb2.c
9083 F:      drivers/phy/phy-samsung-usb2.c
9084 F:      drivers/phy/phy-samsung-usb2.h
9085
9086 SERIAL DRIVERS
9087 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9088 L:      linux-serial@vger.kernel.org
9089 S:      Maintained
9090 F:      drivers/tty/serial/
9091
9092 SYNOPSYS DESIGNWARE DMAC DRIVER
9093 M:      Viresh Kumar <vireshk@kernel.org>
9094 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9095 S:      Maintained
9096 F:      include/linux/dma/dw.h
9097 F:      include/linux/platform_data/dma-dw.h
9098 F:      drivers/dma/dw/
9099
9100 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9101 M: Lars Persson <lars.persson@axis.com>
9102 L: netdev@vger.kernel.org
9103 S: Supported
9104 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9105 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9106
9107 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9108 M:      Seungwon Jeon <tgih.jun@samsung.com>
9109 M:      Jaehoon Chung <jh80.chung@samsung.com>
9110 L:      linux-mmc@vger.kernel.org
9111 S:      Maintained
9112 F:      include/linux/mmc/dw_mmc.h
9113 F:      drivers/mmc/host/dw_mmc*
9114
9115 THUNDERBOLT DRIVER
9116 M:      Andreas Noever <andreas.noever@gmail.com>
9117 S:      Maintained
9118 F:      drivers/thunderbolt/
9119
9120 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9121 M:      John Stultz <john.stultz@linaro.org>
9122 M:      Thomas Gleixner <tglx@linutronix.de>
9123 L:      linux-kernel@vger.kernel.org
9124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9125 S:      Supported
9126 F:      include/linux/clocksource.h
9127 F:      include/linux/time.h
9128 F:      include/linux/timex.h
9129 F:      include/uapi/linux/time.h
9130 F:      include/uapi/linux/timex.h
9131 F:      kernel/time/clocksource.c
9132 F:      kernel/time/time*.c
9133 F:      kernel/time/ntp.c
9134 F:      tools/testing/selftests/timers/
9135
9136 SC1200 WDT DRIVER
9137 M:      Zwane Mwaikambo <zwanem@gmail.com>
9138 S:      Maintained
9139 F:      drivers/watchdog/sc1200wdt.c
9140
9141 SCHEDULER
9142 M:      Ingo Molnar <mingo@redhat.com>
9143 M:      Peter Zijlstra <peterz@infradead.org>
9144 L:      linux-kernel@vger.kernel.org
9145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9146 S:      Maintained
9147 F:      kernel/sched/
9148 F:      include/linux/sched.h
9149 F:      include/uapi/linux/sched.h
9150 F:      include/linux/wait.h
9151
9152 SCORE ARCHITECTURE
9153 M:      Chen Liqin <liqin.linux@gmail.com>
9154 M:      Lennox Wu <lennox.wu@gmail.com>
9155 W:      http://www.sunplus.com
9156 S:      Supported
9157 F:      arch/score/
9158
9159 SCSI CDROM DRIVER
9160 M:      Jens Axboe <axboe@kernel.dk>
9161 L:      linux-scsi@vger.kernel.org
9162 W:      http://www.kernel.dk
9163 S:      Maintained
9164 F:      drivers/scsi/sr*
9165
9166 SCSI RDMA PROTOCOL (SRP) INITIATOR
9167 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9168 L:      linux-rdma@vger.kernel.org
9169 S:      Supported
9170 W:      http://www.openfabrics.org
9171 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9173 F:      drivers/infiniband/ulp/srp/
9174 F:      include/scsi/srp.h
9175
9176 SCSI SG DRIVER
9177 M:      Doug Gilbert <dgilbert@interlog.com>
9178 L:      linux-scsi@vger.kernel.org
9179 W:      http://sg.danny.cz/sg
9180 S:      Maintained
9181 F:      Documentation/scsi/scsi-generic.txt
9182 F:      drivers/scsi/sg.c
9183 F:      include/scsi/sg.h
9184
9185 SCSI SUBSYSTEM
9186 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9187 L:      linux-scsi@vger.kernel.org
9188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9189 S:      Maintained
9190 F:      drivers/scsi/
9191 F:      include/scsi/
9192
9193 SCSI TAPE DRIVER
9194 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9195 L:      linux-scsi@vger.kernel.org
9196 S:      Maintained
9197 F:      Documentation/scsi/st.txt
9198 F:      drivers/scsi/st.*
9199 F:      drivers/scsi/st_*.h
9200
9201 SCTP PROTOCOL
9202 M:      Vlad Yasevich <vyasevich@gmail.com>
9203 M:      Neil Horman <nhorman@tuxdriver.com>
9204 L:      linux-sctp@vger.kernel.org
9205 W:      http://lksctp.sourceforge.net
9206 S:      Maintained
9207 F:      Documentation/networking/sctp.txt
9208 F:      include/linux/sctp.h
9209 F:      include/uapi/linux/sctp.h
9210 F:      include/net/sctp/
9211 F:      net/sctp/
9212
9213 SCx200 CPU SUPPORT
9214 M:      Jim Cromie <jim.cromie@gmail.com>
9215 S:      Odd Fixes
9216 F:      Documentation/i2c/busses/scx200_acb
9217 F:      arch/x86/platform/scx200/
9218 F:      drivers/watchdog/scx200_wdt.c
9219 F:      drivers/i2c/busses/scx200*
9220 F:      drivers/mtd/maps/scx200_docflash.c
9221 F:      include/linux/scx200.h
9222
9223 SCx200 GPIO DRIVER
9224 M:      Jim Cromie <jim.cromie@gmail.com>
9225 S:      Maintained
9226 F:      drivers/char/scx200_gpio.c
9227 F:      include/linux/scx200_gpio.h
9228
9229 SCx200 HRT CLOCKSOURCE DRIVER
9230 M:      Jim Cromie <jim.cromie@gmail.com>
9231 S:      Maintained
9232 F:      drivers/clocksource/scx200_hrt.c
9233
9234 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9235 M:      Sascha Sommer <saschasommer@freenet.de>
9236 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9237 S:      Maintained
9238 F:      drivers/mmc/host/sdricoh_cs.c
9239
9240 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9241 L:      linux-mmc@vger.kernel.org
9242 S:      Orphan
9243 F:      drivers/mmc/host/sdhci.*
9244 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9245
9246 SECURE COMPUTING
9247 M:      Kees Cook <keescook@chromium.org>
9248 R:      Andy Lutomirski <luto@amacapital.net>
9249 R:      Will Drewry <wad@chromium.org>
9250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9251 S:      Supported
9252 F:      kernel/seccomp.c
9253 F:      include/uapi/linux/seccomp.h
9254 F:      include/linux/seccomp.h
9255 F:      tools/testing/selftests/seccomp/*
9256 K:      \bsecure_computing
9257 K:      \bTIF_SECCOMP\b
9258
9259 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9260 M:      Ben Dooks <ben-linux@fluff.org>
9261 M:      Jaehoon Chung <jh80.chung@samsung.com>
9262 L:      linux-mmc@vger.kernel.org
9263 S:      Maintained
9264 F:      drivers/mmc/host/sdhci-s3c*
9265
9266 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9267 M:      Viresh Kumar <vireshk@kernel.org>
9268 L:      spear-devel@list.st.com
9269 L:      linux-mmc@vger.kernel.org
9270 S:      Maintained
9271 F:      drivers/mmc/host/sdhci-spear.c
9272
9273 SECURITY SUBSYSTEM
9274 M:      James Morris <james.l.morris@oracle.com>
9275 M:      "Serge E. Hallyn" <serge@hallyn.com>
9276 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9278 W:      http://kernsec.org/
9279 S:      Supported
9280 F:      security/
9281
9282 SECURITY CONTACT
9283 M:      Security Officers <security@kernel.org>
9284 S:      Supported
9285
9286 SELINUX SECURITY MODULE
9287 M:      Paul Moore <paul@paul-moore.com>
9288 M:      Stephen Smalley <sds@tycho.nsa.gov>
9289 M:      Eric Paris <eparis@parisplace.org>
9290 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9291 W:      http://selinuxproject.org
9292 T:      git git://git.infradead.org/users/pcmoore/selinux
9293 S:      Supported
9294 F:      include/linux/selinux*
9295 F:      security/selinux/
9296 F:      scripts/selinux/
9297
9298 APPARMOR SECURITY MODULE
9299 M:      John Johansen <john.johansen@canonical.com>
9300 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9301 W:      apparmor.wiki.kernel.org
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9303 S:      Supported
9304 F:      security/apparmor/
9305
9306 YAMA SECURITY MODULE
9307 M:      Kees Cook <keescook@chromium.org>
9308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9309 S:      Supported
9310 F:      security/yama/
9311
9312 SENSABLE PHANTOM
9313 M:      Jiri Slaby <jirislaby@gmail.com>
9314 S:      Maintained
9315 F:      drivers/misc/phantom.c
9316 F:      include/uapi/linux/phantom.h
9317
9318 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9319 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9320 M:      Minh Tran <minh.tran@avagotech.com>
9321 M:      John Soni Jose <sony.john-n@avagotech.com>
9322 L:      linux-scsi@vger.kernel.org
9323 W:      http://www.avagotech.com
9324 S:      Supported
9325 F:      drivers/scsi/be2iscsi/
9326
9327 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9328 M:      Sathya Perla <sathya.perla@avagotech.com>
9329 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9330 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9331 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9332 L:      netdev@vger.kernel.org
9333 W:      http://www.emulex.com
9334 S:      Supported
9335 F:      drivers/net/ethernet/emulex/benet/
9336
9337 EMULEX ONECONNECT ROCE DRIVER
9338 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9339 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9340 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9341 L:      linux-rdma@vger.kernel.org
9342 W:      http://www.emulex.com
9343 S:      Supported
9344 F:      drivers/infiniband/hw/ocrdma/
9345
9346 SFC NETWORK DRIVER
9347 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9348 M:      Shradha Shah <sshah@solarflare.com>
9349 L:      netdev@vger.kernel.org
9350 S:      Supported
9351 F:      drivers/net/ethernet/sfc/
9352
9353 SGI GRU DRIVER
9354 M:      Dimitri Sivanich <sivanich@sgi.com>
9355 S:      Maintained
9356 F:      drivers/misc/sgi-gru/
9357
9358 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9359 M:      Pat Gefre <pfg@sgi.com>
9360 L:      linux-ia64@vger.kernel.org
9361 S:      Supported
9362 F:      Documentation/ia64/serial.txt
9363 F:      drivers/tty/serial/ioc?_serial.c
9364 F:      include/linux/ioc?.h
9365
9366 SGI XP/XPC/XPNET DRIVER
9367 M:      Cliff Whickman <cpw@sgi.com>
9368 M:      Robin Holt <robinmholt@gmail.com>
9369 S:      Maintained
9370 F:      drivers/misc/sgi-xp/
9371
9372 SI2157 MEDIA DRIVER
9373 M:      Antti Palosaari <crope@iki.fi>
9374 L:      linux-media@vger.kernel.org
9375 W:      http://linuxtv.org/
9376 W:      http://palosaari.fi/linux/
9377 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9378 T:      git git://linuxtv.org/anttip/media_tree.git
9379 S:      Maintained
9380 F:      drivers/media/tuners/si2157*
9381
9382 SI2168 MEDIA DRIVER
9383 M:      Antti Palosaari <crope@iki.fi>
9384 L:      linux-media@vger.kernel.org
9385 W:      http://linuxtv.org/
9386 W:      http://palosaari.fi/linux/
9387 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9388 T:      git git://linuxtv.org/anttip/media_tree.git
9389 S:      Maintained
9390 F:      drivers/media/dvb-frontends/si2168*
9391
9392 SI470X FM RADIO RECEIVER I2C DRIVER
9393 M:      Hans Verkuil <hverkuil@xs4all.nl>
9394 L:      linux-media@vger.kernel.org
9395 T:      git git://linuxtv.org/media_tree.git
9396 W:      http://linuxtv.org
9397 S:      Odd Fixes
9398 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9399
9400 SI470X FM RADIO RECEIVER USB DRIVER
9401 M:      Hans Verkuil <hverkuil@xs4all.nl>
9402 L:      linux-media@vger.kernel.org
9403 T:      git git://linuxtv.org/media_tree.git
9404 W:      http://linuxtv.org
9405 S:      Maintained
9406 F:      drivers/media/radio/si470x/radio-si470x-common.c
9407 F:      drivers/media/radio/si470x/radio-si470x.h
9408 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9409
9410 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9411 M:      Eduardo Valentin <edubezval@gmail.com>
9412 L:      linux-media@vger.kernel.org
9413 T:      git git://linuxtv.org/media_tree.git
9414 W:      http://linuxtv.org
9415 S:      Odd Fixes
9416 F:      drivers/media/radio/si4713/si4713.?
9417
9418 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9419 M:      Eduardo Valentin <edubezval@gmail.com>
9420 L:      linux-media@vger.kernel.org
9421 T:      git git://linuxtv.org/media_tree.git
9422 W:      http://linuxtv.org
9423 S:      Odd Fixes
9424 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9425
9426 SI4713 FM RADIO TRANSMITTER USB DRIVER
9427 M:      Hans Verkuil <hverkuil@xs4all.nl>
9428 L:      linux-media@vger.kernel.org
9429 T:      git git://linuxtv.org/media_tree.git
9430 W:      http://linuxtv.org
9431 S:      Maintained
9432 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9433
9434 SIANO DVB DRIVER
9435 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9436 L:      linux-media@vger.kernel.org
9437 W:      http://linuxtv.org
9438 T:      git git://linuxtv.org/media_tree.git
9439 S:      Odd fixes
9440 F:      drivers/media/common/siano/
9441 F:      drivers/media/usb/siano/
9442 F:      drivers/media/usb/siano/
9443 F:      drivers/media/mmc/siano/
9444
9445 SIMPLEFB FB DRIVER
9446 M:      Hans de Goede <hdegoede@redhat.com>
9447 L:      linux-fbdev@vger.kernel.org
9448 S:      Maintained
9449 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9450 F:      drivers/video/fbdev/simplefb.c
9451 F:      include/linux/platform_data/simplefb.h
9452
9453 SH_VEU V4L2 MEM2MEM DRIVER
9454 L:      linux-media@vger.kernel.org
9455 S:      Orphan
9456 F:      drivers/media/platform/sh_veu.c
9457
9458 SH_VOU V4L2 OUTPUT DRIVER
9459 L:      linux-media@vger.kernel.org
9460 S:      Orphan
9461 F:      drivers/media/platform/sh_vou.c
9462 F:      include/media/sh_vou.h
9463
9464 SIMPLE FIRMWARE INTERFACE (SFI)
9465 M:      Len Brown <lenb@kernel.org>
9466 L:      sfi-devel@simplefirmware.org
9467 W:      http://simplefirmware.org/
9468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9469 S:      Supported
9470 F:      arch/x86/platform/sfi/
9471 F:      drivers/sfi/
9472 F:      include/linux/sfi*.h
9473
9474 SIMTEC EB110ATX (Chalice CATS)
9475 P:      Ben Dooks
9476 P:      Vincent Sanders <vince@simtec.co.uk>
9477 M:      Simtec Linux Team <linux@simtec.co.uk>
9478 W:      http://www.simtec.co.uk/products/EB110ATX/
9479 S:      Supported
9480
9481 SIMTEC EB2410ITX (BAST)
9482 P:      Ben Dooks
9483 P:      Vincent Sanders <vince@simtec.co.uk>
9484 M:      Simtec Linux Team <linux@simtec.co.uk>
9485 W:      http://www.simtec.co.uk/products/EB2410ITX/
9486 S:      Supported
9487 F:      arch/arm/mach-s3c24xx/mach-bast.c
9488 F:      arch/arm/mach-s3c24xx/bast-ide.c
9489 F:      arch/arm/mach-s3c24xx/bast-irq.c
9490
9491 TI DAVINCI MACHINE SUPPORT
9492 M:      Sekhar Nori <nsekhar@ti.com>
9493 M:      Kevin Hilman <khilman@deeprootsystems.com>
9494 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9495 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9496 S:      Supported
9497 F:      arch/arm/mach-davinci/
9498 F:      drivers/i2c/busses/i2c-davinci.c
9499
9500 TI DAVINCI SERIES MEDIA DRIVER
9501 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9502 L:      linux-media@vger.kernel.org
9503 W:      http://linuxtv.org/
9504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9505 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9506 S:      Maintained
9507 F:      drivers/media/platform/davinci/
9508 F:      include/media/davinci/
9509
9510 TI AM437X VPFE DRIVER
9511 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9512 L:      linux-media@vger.kernel.org
9513 W:      http://linuxtv.org/
9514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9515 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9516 S:      Maintained
9517 F:      drivers/media/platform/am437x/
9518
9519 OV2659 OMNIVISION SENSOR DRIVER
9520 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9521 L:      linux-media@vger.kernel.org
9522 W:      http://linuxtv.org/
9523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9524 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9525 S:      Maintained
9526 F:      drivers/media/i2c/ov2659.c
9527 F:      include/media/ov2659.h
9528
9529 SILICON MOTION SM712 FRAME BUFFER DRIVER
9530 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9531 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9532 M:      Sudip Mukherjee <sudip@vectorindia.org>
9533 L:      linux-fbdev@vger.kernel.org
9534 S:      Maintained
9535 F:      drivers/video/fbdev/sm712*
9536 F:      Documentation/fb/sm712fb.txt
9537
9538 SIS 190 ETHERNET DRIVER
9539 M:      Francois Romieu <romieu@fr.zoreil.com>
9540 L:      netdev@vger.kernel.org
9541 S:      Maintained
9542 F:      drivers/net/ethernet/sis/sis190.c
9543
9544 SIS 900/7016 FAST ETHERNET DRIVER
9545 M:      Daniele Venzano <venza@brownhat.org>
9546 W:      http://www.brownhat.org/sis900.html
9547 L:      netdev@vger.kernel.org
9548 S:      Maintained
9549 F:      drivers/net/ethernet/sis/sis900.*
9550
9551 SIS FRAMEBUFFER DRIVER
9552 M:      Thomas Winischhofer <thomas@winischhofer.net>
9553 W:      http://www.winischhofer.net/linuxsisvga.shtml
9554 S:      Maintained
9555 F:      Documentation/fb/sisfb.txt
9556 F:      drivers/video/fbdev/sis/
9557 F:      include/video/sisfb.h
9558
9559 SIS USB2VGA DRIVER
9560 M:      Thomas Winischhofer <thomas@winischhofer.net>
9561 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9562 S:      Maintained
9563 F:      drivers/usb/misc/sisusbvga/
9564
9565 SLAB ALLOCATOR
9566 M:      Christoph Lameter <cl@linux.com>
9567 M:      Pekka Enberg <penberg@kernel.org>
9568 M:      David Rientjes <rientjes@google.com>
9569 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9570 M:      Andrew Morton <akpm@linux-foundation.org>
9571 L:      linux-mm@kvack.org
9572 S:      Maintained
9573 F:      include/linux/sl?b*.h
9574 F:      mm/sl?b*
9575
9576 SLEEPABLE READ-COPY UPDATE (SRCU)
9577 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9578 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9579 M:      Josh Triplett <josh@joshtriplett.org>
9580 R:      Steven Rostedt <rostedt@goodmis.org>
9581 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9582 L:      linux-kernel@vger.kernel.org
9583 W:      http://www.rdrop.com/users/paulmck/RCU/
9584 S:      Supported
9585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9586 F:      include/linux/srcu.h
9587 F:      kernel/rcu/srcu.c
9588
9589 SMACK SECURITY MODULE
9590 M:      Casey Schaufler <casey@schaufler-ca.com>
9591 L:      linux-security-module@vger.kernel.org
9592 W:      http://schaufler-ca.com
9593 T:      git git://git.gitorious.org/smack-next/kernel.git
9594 S:      Maintained
9595 F:      Documentation/security/Smack.txt
9596 F:      security/smack/
9597
9598 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9599 M:      Kevin Hilman <khilman@kernel.org>
9600 M:      Nishanth Menon <nm@ti.com>
9601 S:      Maintained
9602 F:      drivers/power/avs/
9603 F:      include/linux/power/smartreflex.h
9604 L:      linux-pm@vger.kernel.org
9605
9606 SMC91x ETHERNET DRIVER
9607 M:      Nicolas Pitre <nico@fluxnic.net>
9608 S:      Odd Fixes
9609 F:      drivers/net/ethernet/smsc/smc91x.*
9610
9611 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9612 M:      Sakari Ailus <sakari.ailus@iki.fi>
9613 L:      linux-media@vger.kernel.org
9614 S:      Maintained
9615 F:      drivers/media/i2c/smiapp/
9616 F:      include/media/smiapp.h
9617 F:      drivers/media/i2c/smiapp-pll.c
9618 F:      drivers/media/i2c/smiapp-pll.h
9619 F:      include/uapi/linux/smiapp.h
9620 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9621
9622 SMM665 HARDWARE MONITOR DRIVER
9623 M:      Guenter Roeck <linux@roeck-us.net>
9624 L:      lm-sensors@lm-sensors.org
9625 S:      Maintained
9626 F:      Documentation/hwmon/smm665
9627 F:      drivers/hwmon/smm665.c
9628
9629 SMSC EMC2103 HARDWARE MONITOR DRIVER
9630 M:      Steve Glendinning <steve.glendinning@shawell.net>
9631 L:      lm-sensors@lm-sensors.org
9632 S:      Maintained
9633 F:      Documentation/hwmon/emc2103
9634 F:      drivers/hwmon/emc2103.c
9635
9636 SMSC SCH5627 HARDWARE MONITOR DRIVER
9637 M:      Hans de Goede <hdegoede@redhat.com>
9638 L:      lm-sensors@lm-sensors.org
9639 S:      Supported
9640 F:      Documentation/hwmon/sch5627
9641 F:      drivers/hwmon/sch5627.c
9642
9643 SMSC47B397 HARDWARE MONITOR DRIVER
9644 M:      Jean Delvare <jdelvare@suse.com>
9645 L:      lm-sensors@lm-sensors.org
9646 S:      Maintained
9647 F:      Documentation/hwmon/smsc47b397
9648 F:      drivers/hwmon/smsc47b397.c
9649
9650 SMSC911x ETHERNET DRIVER
9651 M:      Steve Glendinning <steve.glendinning@shawell.net>
9652 L:      netdev@vger.kernel.org
9653 S:      Maintained
9654 F:      include/linux/smsc911x.h
9655 F:      drivers/net/ethernet/smsc/smsc911x.*
9656
9657 SMSC9420 PCI ETHERNET DRIVER
9658 M:      Steve Glendinning <steve.glendinning@shawell.net>
9659 L:      netdev@vger.kernel.org
9660 S:      Maintained
9661 F:      drivers/net/ethernet/smsc/smsc9420.*
9662
9663 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9664 M:      Steve Glendinning <steve.glendinning@shawell.net>
9665 L:      linux-fbdev@vger.kernel.org
9666 S:      Maintained
9667 F:      drivers/video/fbdev/smscufx.c
9668
9669 SOC-CAMERA V4L2 SUBSYSTEM
9670 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9671 L:      linux-media@vger.kernel.org
9672 T:      git git://linuxtv.org/media_tree.git
9673 S:      Maintained
9674 F:      include/media/soc*
9675 F:      drivers/media/i2c/soc_camera/
9676 F:      drivers/media/platform/soc_camera/
9677
9678 SOEKRIS NET48XX LED SUPPORT
9679 M:      Chris Boot <bootc@bootc.net>
9680 S:      Maintained
9681 F:      drivers/leds/leds-net48xx.c
9682
9683 SOFTLOGIC 6x10 MPEG CODEC
9684 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9685 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9686 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9687 M:      Ismael Luceno <ismael@iodev.co.uk>
9688 L:      linux-media@vger.kernel.org
9689 S:      Supported
9690 F:      drivers/media/pci/solo6x10/
9691
9692 SOFTWARE RAID (Multiple Disks) SUPPORT
9693 M:      Neil Brown <neilb@suse.com>
9694 L:      linux-raid@vger.kernel.org
9695 S:      Supported
9696 F:      drivers/md/
9697 F:      include/linux/raid/
9698 F:      include/uapi/linux/raid/
9699
9700 SONIC NETWORK DRIVER
9701 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9702 L:      netdev@vger.kernel.org
9703 S:      Maintained
9704 F:      drivers/net/ethernet/natsemi/sonic.*
9705
9706 SONICS SILICON BACKPLANE DRIVER (SSB)
9707 M:      Michael Buesch <m@bues.ch>
9708 L:      netdev@vger.kernel.org
9709 S:      Maintained
9710 F:      drivers/ssb/
9711 F:      include/linux/ssb/
9712
9713 SONY VAIO CONTROL DEVICE DRIVER
9714 M:      Mattia Dongili <malattia@linux.it>
9715 L:      platform-driver-x86@vger.kernel.org
9716 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9717 S:      Maintained
9718 F:      Documentation/laptops/sony-laptop.txt
9719 F:      drivers/char/sonypi.c
9720 F:      drivers/platform/x86/sony-laptop.c
9721 F:      include/linux/sony-laptop.h
9722
9723 SONY MEMORYSTICK CARD SUPPORT
9724 M:      Alex Dubov <oakad@yahoo.com>
9725 W:      http://tifmxx.berlios.de/
9726 S:      Maintained
9727 F:      drivers/memstick/host/tifm_ms.c
9728
9729 SONY MEMORYSTICK STANDARD SUPPORT
9730 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9731 S:      Maintained
9732 F:      drivers/memstick/core/ms_block.*
9733
9734 SOUND
9735 M:      Jaroslav Kysela <perex@perex.cz>
9736 M:      Takashi Iwai <tiwai@suse.com>
9737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9738 W:      http://www.alsa-project.org/
9739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9740 T:      git git://git.alsa-project.org/alsa-kernel.git
9741 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9742 S:      Maintained
9743 F:      Documentation/sound/
9744 F:      include/sound/
9745 F:      include/uapi/sound/
9746 F:      sound/
9747
9748 SOUND - COMPRESSED AUDIO
9749 M:      Vinod Koul <vinod.koul@intel.com>
9750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9752 S:      Supported
9753 F:      Documentation/sound/alsa/compress_offload.txt
9754 F:      include/sound/compress_driver.h
9755 F:      include/uapi/sound/compress_*
9756 F:      sound/core/compress_offload.c
9757 F:      sound/soc/soc-compress.c
9758
9759 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9760 M:      Liam Girdwood <lgirdwood@gmail.com>
9761 M:      Mark Brown <broonie@kernel.org>
9762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9763 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9764 W:      http://alsa-project.org/main/index.php/ASoC
9765 S:      Supported
9766 F:      Documentation/sound/alsa/soc/
9767 F:      sound/soc/
9768 F:      include/sound/soc*
9769
9770 SOUND - DMAENGINE HELPERS
9771 M:      Lars-Peter Clausen <lars@metafoo.de>
9772 S:      Supported
9773 F:      include/sound/dmaengine_pcm.h
9774 F:      sound/core/pcm_dmaengine.c
9775 F:      sound/soc/soc-generic-dmaengine-pcm.c
9776
9777 SP2 MEDIA DRIVER
9778 M:      Olli Salonen <olli.salonen@iki.fi>
9779 L:      linux-media@vger.kernel.org
9780 W:      http://linuxtv.org/
9781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9782 S:      Maintained
9783 F:      drivers/media/dvb-frontends/sp2*
9784
9785 SPARC + UltraSPARC (sparc/sparc64)
9786 M:      "David S. Miller" <davem@davemloft.net>
9787 L:      sparclinux@vger.kernel.org
9788 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9791 S:      Maintained
9792 F:      arch/sparc/
9793 F:      drivers/sbus/
9794
9795 SPARC SERIAL DRIVERS
9796 M:      "David S. Miller" <davem@davemloft.net>
9797 L:      sparclinux@vger.kernel.org
9798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9800 S:      Maintained
9801 F:      include/linux/sunserialcore.h
9802 F:      drivers/tty/serial/suncore.c
9803 F:      drivers/tty/serial/sunhv.c
9804 F:      drivers/tty/serial/sunsab.c
9805 F:      drivers/tty/serial/sunsab.h
9806 F:      drivers/tty/serial/sunsu.c
9807 F:      drivers/tty/serial/sunzilog.c
9808 F:      drivers/tty/serial/sunzilog.h
9809
9810 SPARSE CHECKER
9811 M:      "Christopher Li" <sparse@chrisli.org>
9812 L:      linux-sparse@vger.kernel.org
9813 W:      https://sparse.wiki.kernel.org/
9814 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9815 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9816 S:      Maintained
9817 F:      include/linux/compiler.h
9818
9819 SPEAR PLATFORM SUPPORT
9820 M:      Viresh Kumar <vireshk@kernel.org>
9821 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9822 L:      spear-devel@list.st.com
9823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9824 W:      http://www.st.com/spear
9825 S:      Maintained
9826 F:      arch/arm/mach-spear/
9827
9828 SPEAR CLOCK FRAMEWORK SUPPORT
9829 M:      Viresh Kumar <vireshk@kernel.org>
9830 L:      spear-devel@list.st.com
9831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9832 W:      http://www.st.com/spear
9833 S:      Maintained
9834 F:      drivers/clk/spear/
9835
9836 SPI SUBSYSTEM
9837 M:      Mark Brown <broonie@kernel.org>
9838 L:      linux-spi@vger.kernel.org
9839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9840 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9841 S:      Maintained
9842 F:      Documentation/spi/
9843 F:      drivers/spi/
9844 F:      include/linux/spi/
9845 F:      include/uapi/linux/spi/
9846
9847 SPIDERNET NETWORK DRIVER for CELL
9848 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9849 L:      netdev@vger.kernel.org
9850 S:      Supported
9851 F:      Documentation/networking/spider_net.txt
9852 F:      drivers/net/ethernet/toshiba/spider_net*
9853
9854 SPU FILE SYSTEM
9855 M:      Jeremy Kerr <jk@ozlabs.org>
9856 L:      linuxppc-dev@lists.ozlabs.org
9857 W:      http://www.ibm.com/developerworks/power/cell/
9858 S:      Supported
9859 F:      Documentation/filesystems/spufs.txt
9860 F:      arch/powerpc/platforms/cell/spufs/
9861
9862 SQUASHFS FILE SYSTEM
9863 M:      Phillip Lougher <phillip@squashfs.org.uk>
9864 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9865 W:      http://squashfs.org.uk
9866 S:      Maintained
9867 F:      Documentation/filesystems/squashfs.txt
9868 F:      fs/squashfs/
9869
9870 SRM (Alpha) environment access
9871 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9872 S:      Maintained
9873 F:      arch/alpha/kernel/srm_env.c
9874
9875 STABLE BRANCH
9876 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9877 L:      stable@vger.kernel.org
9878 S:      Supported
9879 F:      Documentation/stable_kernel_rules.txt
9880
9881 STAGING SUBSYSTEM
9882 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9884 L:      devel@driverdev.osuosl.org
9885 S:      Supported
9886 F:      drivers/staging/
9887
9888 STAGING - COMEDI
9889 M:      Ian Abbott <abbotti@mev.co.uk>
9890 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9891 S:      Odd Fixes
9892 F:      drivers/staging/comedi/
9893
9894 STAGING - FLARION FT1000 DRIVERS
9895 M:      Marek Belisko <marek.belisko@gmail.com>
9896 S:      Odd Fixes
9897 F:      drivers/staging/ft1000/
9898
9899 STAGING - INDUSTRIAL IO
9900 M:      Jonathan Cameron <jic23@kernel.org>
9901 L:      linux-iio@vger.kernel.org
9902 S:      Odd Fixes
9903 F:      drivers/staging/iio/
9904
9905 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9906 M:      Jarod Wilson <jarod@wilsonet.com>
9907 W:      http://www.lirc.org/
9908 S:      Odd Fixes
9909 F:      drivers/staging/media/lirc/
9910
9911 STAGING - LUSTRE PARALLEL FILESYSTEM
9912 M:      Oleg Drokin <oleg.drokin@intel.com>
9913 M:      Andreas Dilger <andreas.dilger@intel.com>
9914 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9915 W:      http://wiki.lustre.org/
9916 S:      Maintained
9917 F:      drivers/staging/lustre
9918
9919 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9920 M:      Julian Andres Klode <jak@jak-linux.org>
9921 M:      Marc Dietrich <marvin24@gmx.de>
9922 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9923 L:      linux-tegra@vger.kernel.org
9924 S:      Maintained
9925 F:      drivers/staging/nvec/
9926
9927 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9928 M:      Jens Frederich <jfrederich@gmail.com>
9929 M:      Daniel Drake <dsd@laptop.org>
9930 M:      Jon Nettleton <jon.nettleton@gmail.com>
9931 W:      http://wiki.laptop.org/go/DCON
9932 S:      Maintained
9933 F:      drivers/staging/olpc_dcon/
9934
9935 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9936 M:      Willy Tarreau <willy@meta-x.org>
9937 S:      Odd Fixes
9938 F:      drivers/staging/panel/
9939
9940 STAGING - REALTEK RTL8712U DRIVERS
9941 M:      Larry Finger <Larry.Finger@lwfinger.net>
9942 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9943 S:      Odd Fixes
9944 F:      drivers/staging/rtl8712/
9945
9946 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9947 M:      Larry Finger <Larry.Finger@lwfinger.net>
9948 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9949 L:      linux-wireless@vger.kernel.org
9950 S:      Maintained
9951 F:      drivers/staging/rtl8723au/
9952
9953 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9954 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9955 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9956 M:      Sudip Mukherjee <sudip@vectorindia.org>
9957 L:      linux-fbdev@vger.kernel.org
9958 S:      Maintained
9959 F:      drivers/staging/sm750fb/
9960
9961 STAGING - SLICOSS
9962 M:      Lior Dotan <liodot@gmail.com>
9963 M:      Christopher Harrer <charrer@alacritech.com>
9964 S:      Odd Fixes
9965 F:      drivers/staging/slicoss/
9966
9967 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9968 M:      William Hubbs <w.d.hubbs@gmail.com>
9969 M:      Chris Brannon <chris@the-brannons.com>
9970 M:      Kirk Reiser <kirk@reisers.ca>
9971 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9972 L:      speakup@linux-speakup.org
9973 W:      http://www.linux-speakup.org/
9974 S:      Odd Fixes
9975 F:      drivers/staging/speakup/
9976
9977 STAGING - VIA VT665X DRIVERS
9978 M:      Forest Bond <forest@alittletooquiet.net>
9979 S:      Odd Fixes
9980 F:      drivers/staging/vt665?/
9981
9982 STAGING - WILC1000 WIFI DRIVER
9983 M:      Johnny Kim <johnny.kim@atmel.com>
9984 M:      Rachel Kim <rachel.kim@atmel.com>
9985 M:      Dean Lee <dean.lee@atmel.com>
9986 M:      Chris Park <chris.park@atmel.com>
9987 L:      linux-wireless@vger.kernel.org
9988 S:      Supported
9989 F:      drivers/staging/wilc1000/
9990
9991 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9992 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9993 S:      Odd Fixes
9994 F:      drivers/staging/xgifb/
9995
9996 HFI1 DRIVER
9997 M:      Mike Marciniszyn <infinipath@intel.com>
9998 L:      linux-rdma@vger.kernel.org
9999 S:      Supported
10000 F:      drivers/staging/rdma/hfi1
10001
10002 STARFIRE/DURALAN NETWORK DRIVER
10003 M:      Ion Badulescu <ionut@badula.org>
10004 S:      Odd Fixes
10005 F:      drivers/net/ethernet/adaptec/starfire*
10006
10007 SUN3/3X
10008 M:      Sam Creasey <sammy@sammy.net>
10009 W:      http://sammy.net/sun3/
10010 S:      Maintained
10011 F:      arch/m68k/kernel/*sun3*
10012 F:      arch/m68k/sun3*/
10013 F:      arch/m68k/include/asm/sun3*
10014 F:      drivers/net/ethernet/i825xx/sun3*
10015
10016 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10017 M:      Hans de Goede <hdegoede@redhat.com>
10018 L:      linux-input@vger.kernel.org
10019 S:      Maintained
10020 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10021 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10022
10023 SUNDANCE NETWORK DRIVER
10024 M:      Denis Kirjanov <kda@linux-powerpc.org>
10025 L:      netdev@vger.kernel.org
10026 S:      Maintained
10027 F:      drivers/net/ethernet/dlink/sundance.c
10028
10029 SUPERH
10030 L:      linux-sh@vger.kernel.org
10031 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10032 S:      Orphan
10033 F:      Documentation/sh/
10034 F:      arch/sh/
10035 F:      drivers/sh/
10036
10037 SUSPEND TO RAM
10038 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10039 M:      Len Brown <len.brown@intel.com>
10040 M:      Pavel Machek <pavel@ucw.cz>
10041 L:      linux-pm@vger.kernel.org
10042 S:      Supported
10043 F:      Documentation/power/
10044 F:      arch/x86/kernel/acpi/
10045 F:      drivers/base/power/
10046 F:      kernel/power/
10047 F:      include/linux/suspend.h
10048 F:      include/linux/freezer.h
10049 F:      include/linux/pm.h
10050
10051 SVGA HANDLING
10052 M:      Martin Mares <mj@ucw.cz>
10053 L:      linux-video@atrey.karlin.mff.cuni.cz
10054 S:      Maintained
10055 F:      Documentation/svga.txt
10056 F:      arch/x86/boot/video*
10057
10058 SWIOTLB SUBSYSTEM
10059 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10060 L:      linux-kernel@vger.kernel.org
10061 S:      Supported
10062 F:      lib/swiotlb.c
10063 F:      arch/*/kernel/pci-swiotlb.c
10064 F:      include/linux/swiotlb.h
10065
10066 SWITCHDEV
10067 M:      Jiri Pirko <jiri@resnulli.us>
10068 L:      netdev@vger.kernel.org
10069 S:      Supported
10070 F:      net/switchdev/
10071 F:      include/net/switchdev.h
10072
10073 SYNOPSYS ARC ARCHITECTURE
10074 M:      Vineet Gupta <vgupta@synopsys.com>
10075 S:      Supported
10076 F:      arch/arc/
10077 F:      Documentation/devicetree/bindings/arc/*
10078 F:      drivers/tty/serial/arc_uart.c
10079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10080
10081 SYNOPSYS ARC SDP platform support
10082 M:      Alexey Brodkin <abrodkin@synopsys.com>
10083 S:      Supported
10084 F:      arch/arc/plat-axs10x
10085 F:      arch/arc/boot/dts/ax*
10086 F:      Documentation/devicetree/bindings/arc/axs10*
10087
10088 SYSTEM CONFIGURATION (SYSCON)
10089 M:      Lee Jones <lee.jones@linaro.org>
10090 M:      Arnd Bergmann <arnd@arndb.de>
10091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10092 S:      Supported
10093 F:      drivers/mfd/syscon.c
10094
10095 SYSV FILESYSTEM
10096 M:      Christoph Hellwig <hch@infradead.org>
10097 S:      Maintained
10098 F:      Documentation/filesystems/sysv-fs.txt
10099 F:      fs/sysv/
10100 F:      include/linux/sysv_fs.h
10101
10102 TARGET SUBSYSTEM
10103 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10104 L:      linux-scsi@vger.kernel.org
10105 L:      target-devel@vger.kernel.org
10106 W:      http://www.linux-iscsi.org
10107 W:      http://groups.google.com/group/linux-iscsi-target-dev
10108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10109 S:      Supported
10110 F:      drivers/target/
10111 F:      include/target/
10112 F:      Documentation/target/
10113
10114 TASKSTATS STATISTICS INTERFACE
10115 M:      Balbir Singh <bsingharora@gmail.com>
10116 S:      Maintained
10117 F:      Documentation/accounting/taskstats*
10118 F:      include/linux/taskstats*
10119 F:      kernel/taskstats.c
10120
10121 TC CLASSIFIER
10122 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10123 L:      netdev@vger.kernel.org
10124 S:      Maintained
10125 F:      include/net/pkt_cls.h
10126 F:      include/uapi/linux/pkt_cls.h
10127 F:      net/sched/
10128
10129 TCP LOW PRIORITY MODULE
10130 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10131 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10132 W:      http://tcp-lp-mod.sourceforge.net/
10133 S:      Maintained
10134 F:      net/ipv4/tcp_lp.c
10135
10136 TDA10071 MEDIA DRIVER
10137 M:      Antti Palosaari <crope@iki.fi>
10138 L:      linux-media@vger.kernel.org
10139 W:      http://linuxtv.org/
10140 W:      http://palosaari.fi/linux/
10141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10142 T:      git git://linuxtv.org/anttip/media_tree.git
10143 S:      Maintained
10144 F:      drivers/media/dvb-frontends/tda10071*
10145
10146 TDA18212 MEDIA DRIVER
10147 M:      Antti Palosaari <crope@iki.fi>
10148 L:      linux-media@vger.kernel.org
10149 W:      http://linuxtv.org/
10150 W:      http://palosaari.fi/linux/
10151 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10152 T:      git git://linuxtv.org/anttip/media_tree.git
10153 S:      Maintained
10154 F:      drivers/media/tuners/tda18212*
10155
10156 TDA18218 MEDIA DRIVER
10157 M:      Antti Palosaari <crope@iki.fi>
10158 L:      linux-media@vger.kernel.org
10159 W:      http://linuxtv.org/
10160 W:      http://palosaari.fi/linux/
10161 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10162 T:      git git://linuxtv.org/anttip/media_tree.git
10163 S:      Maintained
10164 F:      drivers/media/tuners/tda18218*
10165
10166 TDA18271 MEDIA DRIVER
10167 M:      Michael Krufky <mkrufky@linuxtv.org>
10168 L:      linux-media@vger.kernel.org
10169 W:      http://linuxtv.org/
10170 W:      http://github.com/mkrufky
10171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10172 T:      git git://linuxtv.org/mkrufky/tuners.git
10173 S:      Maintained
10174 F:      drivers/media/tuners/tda18271*
10175
10176 TDA827x MEDIA DRIVER
10177 M:      Michael Krufky <mkrufky@linuxtv.org>
10178 L:      linux-media@vger.kernel.org
10179 W:      http://linuxtv.org/
10180 W:      http://github.com/mkrufky
10181 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10182 T:      git git://linuxtv.org/mkrufky/tuners.git
10183 S:      Maintained
10184 F:      drivers/media/tuners/tda8290.*
10185
10186 TDA8290 MEDIA DRIVER
10187 M:      Michael Krufky <mkrufky@linuxtv.org>
10188 L:      linux-media@vger.kernel.org
10189 W:      http://linuxtv.org/
10190 W:      http://github.com/mkrufky
10191 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10192 T:      git git://linuxtv.org/mkrufky/tuners.git
10193 S:      Maintained
10194 F:      drivers/media/tuners/tda8290.*
10195
10196 TDA9840 MEDIA DRIVER
10197 M:      Hans Verkuil <hverkuil@xs4all.nl>
10198 L:      linux-media@vger.kernel.org
10199 T:      git git://linuxtv.org/media_tree.git
10200 W:      http://linuxtv.org
10201 S:      Maintained
10202 F:      drivers/media/i2c/tda9840*
10203
10204 TEA5761 TUNER DRIVER
10205 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10206 L:      linux-media@vger.kernel.org
10207 W:      http://linuxtv.org
10208 T:      git git://linuxtv.org/media_tree.git
10209 S:      Odd fixes
10210 F:      drivers/media/tuners/tea5761.*
10211
10212 TEA5767 TUNER DRIVER
10213 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10214 L:      linux-media@vger.kernel.org
10215 W:      http://linuxtv.org
10216 T:      git git://linuxtv.org/media_tree.git
10217 S:      Maintained
10218 F:      drivers/media/tuners/tea5767.*
10219
10220 TEA6415C MEDIA DRIVER
10221 M:      Hans Verkuil <hverkuil@xs4all.nl>
10222 L:      linux-media@vger.kernel.org
10223 T:      git git://linuxtv.org/media_tree.git
10224 W:      http://linuxtv.org
10225 S:      Maintained
10226 F:      drivers/media/i2c/tea6415c*
10227
10228 TEA6420 MEDIA DRIVER
10229 M:      Hans Verkuil <hverkuil@xs4all.nl>
10230 L:      linux-media@vger.kernel.org
10231 T:      git git://linuxtv.org/media_tree.git
10232 W:      http://linuxtv.org
10233 S:      Maintained
10234 F:      drivers/media/i2c/tea6420*
10235
10236 TEAM DRIVER
10237 M:      Jiri Pirko <jiri@resnulli.us>
10238 L:      netdev@vger.kernel.org
10239 S:      Supported
10240 F:      drivers/net/team/
10241 F:      include/linux/if_team.h
10242 F:      include/uapi/linux/if_team.h
10243
10244 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10245 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10246 S:      Maintained
10247 F:      arch/x86/platform/ts5500/
10248
10249 TECHNOTREND USB IR RECEIVER
10250 M:      Sean Young <sean@mess.org>
10251 L:      linux-media@vger.kernel.org
10252 S:      Maintained
10253 F:      drivers/media/rc/ttusbir.c
10254
10255 TEGRA ARCHITECTURE SUPPORT
10256 M:      Stephen Warren <swarren@wwwdotorg.org>
10257 M:      Thierry Reding <thierry.reding@gmail.com>
10258 M:      Alexandre Courbot <gnurou@gmail.com>
10259 L:      linux-tegra@vger.kernel.org
10260 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10262 S:      Supported
10263 N:      [^a-z]tegra
10264
10265 TEGRA CLOCK DRIVER
10266 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10267 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10268 S:      Supported
10269 F:      drivers/clk/tegra/
10270
10271 TEGRA DMA DRIVER
10272 M:      Laxman Dewangan <ldewangan@nvidia.com>
10273 S:      Supported
10274 F:      drivers/dma/tegra20-apb-dma.c
10275
10276 TEGRA I2C DRIVER
10277 M:      Laxman Dewangan <ldewangan@nvidia.com>
10278 S:      Supported
10279 F:      drivers/i2c/busses/i2c-tegra.c
10280
10281 TEGRA IOMMU DRIVERS
10282 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10283 S:      Supported
10284 F:      drivers/iommu/tegra*
10285
10286 TEGRA KBC DRIVER
10287 M:      Rakesh Iyer <riyer@nvidia.com>
10288 M:      Laxman Dewangan <ldewangan@nvidia.com>
10289 S:      Supported
10290 F:      drivers/input/keyboard/tegra-kbc.c
10291
10292 TEGRA PWM DRIVER
10293 M:      Thierry Reding <thierry.reding@gmail.com>
10294 S:      Supported
10295 F:      drivers/pwm/pwm-tegra.c
10296
10297 TEGRA SERIAL DRIVER
10298 M:      Laxman Dewangan <ldewangan@nvidia.com>
10299 S:      Supported
10300 F:      drivers/tty/serial/serial-tegra.c
10301
10302 TEGRA SPI DRIVER
10303 M:      Laxman Dewangan <ldewangan@nvidia.com>
10304 S:      Supported
10305 F:      drivers/spi/spi-tegra*
10306
10307 TEHUTI ETHERNET DRIVER
10308 M:      Andy Gospodarek <andy@greyhouse.net>
10309 L:      netdev@vger.kernel.org
10310 S:      Supported
10311 F:      drivers/net/ethernet/tehuti/*
10312
10313 Telecom Clock Driver for MCPL0010
10314 M:      Mark Gross <mark.gross@intel.com>
10315 S:      Supported
10316 F:      drivers/char/tlclk.c
10317
10318 TENSILICA XTENSA PORT (xtensa)
10319 M:      Chris Zankel <chris@zankel.net>
10320 M:      Max Filippov <jcmvbkbc@gmail.com>
10321 L:      linux-xtensa@linux-xtensa.org
10322 S:      Maintained
10323 F:      arch/xtensa/
10324 F:      drivers/irqchip/irq-xtensa-*
10325
10326 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10327 M:      Hans Verkuil <hverkuil@xs4all.nl>
10328 L:      linux-media@vger.kernel.org
10329 T:      git git://linuxtv.org/media_tree.git
10330 W:      http://linuxtv.org
10331 S:      Maintained
10332 F:      drivers/media/radio/radio-raremono.c
10333
10334 THERMAL
10335 M:      Zhang Rui <rui.zhang@intel.com>
10336 M:      Eduardo Valentin <edubezval@gmail.com>
10337 L:      linux-pm@vger.kernel.org
10338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10340 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10341 S:      Supported
10342 F:      drivers/thermal/
10343 F:      include/linux/thermal.h
10344 F:      include/uapi/linux/thermal.h
10345 F:      include/linux/cpu_cooling.h
10346 F:      Documentation/devicetree/bindings/thermal/
10347
10348 THERMAL/CPU_COOLING
10349 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10350 M:      Viresh Kumar <viresh.kumar@linaro.org>
10351 M:      Javi Merino <javi.merino@arm.com>
10352 L:      linux-pm@vger.kernel.org
10353 S:      Supported
10354 F:      Documentation/thermal/cpu-cooling-api.txt
10355 F:      drivers/thermal/cpu_cooling.c
10356 F:      include/linux/cpu_cooling.h
10357
10358 THINGM BLINK(1) USB RGB LED DRIVER
10359 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10360 S:      Maintained
10361 F:      drivers/hid/hid-thingm.c
10362
10363 THINKPAD ACPI EXTRAS DRIVER
10364 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10365 L:      ibm-acpi-devel@lists.sourceforge.net
10366 L:      platform-driver-x86@vger.kernel.org
10367 W:      http://ibm-acpi.sourceforge.net
10368 W:      http://thinkwiki.org/wiki/Ibm-acpi
10369 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10370 S:      Maintained
10371 F:      drivers/platform/x86/thinkpad_acpi.c
10372
10373 TI BANDGAP AND THERMAL DRIVER
10374 M:      Eduardo Valentin <edubezval@gmail.com>
10375 L:      linux-pm@vger.kernel.org
10376 L:      linux-omap@vger.kernel.org
10377 S:      Maintained
10378 F:      drivers/thermal/ti-soc-thermal/
10379
10380 TI CDCE706 CLOCK DRIVER
10381 M:      Max Filippov <jcmvbkbc@gmail.com>
10382 S:      Maintained
10383 F:      drivers/clk/clk-cdce706.c
10384
10385 TI CLOCK DRIVER
10386 M:      Tero Kristo <t-kristo@ti.com>
10387 L:      linux-omap@vger.kernel.org
10388 S:      Maintained
10389 F:      drivers/clk/ti/
10390 F:      include/linux/clk/ti.h
10391
10392 TI FLASH MEDIA INTERFACE DRIVER
10393 M:      Alex Dubov <oakad@yahoo.com>
10394 S:      Maintained
10395 F:      drivers/misc/tifm*
10396 F:      drivers/mmc/host/tifm_sd.c
10397 F:      include/linux/tifm.h
10398
10399 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10400 M:      Santosh Shilimkar <ssantosh@kernel.org>
10401 L:      linux-kernel@vger.kernel.org
10402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10403 S:      Maintained
10404 F:      drivers/soc/ti/*
10405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10406
10407
10408 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10409 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10410 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10411 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10412 S:      Maintained
10413 F:      sound/soc/codecs/lm49453*
10414 F:      sound/soc/codecs/isabelle*
10415
10416 TI LP855x BACKLIGHT DRIVER
10417 M:      Milo Kim <milo.kim@ti.com>
10418 S:      Maintained
10419 F:      Documentation/backlight/lp855x-driver.txt
10420 F:      drivers/video/backlight/lp855x_bl.c
10421 F:      include/linux/platform_data/lp855x.h
10422
10423 TI LP8727 CHARGER DRIVER
10424 M:      Milo Kim <milo.kim@ti.com>
10425 S:      Maintained
10426 F:      drivers/power/lp8727_charger.c
10427 F:      include/linux/platform_data/lp8727.h
10428
10429 TI LP8788 MFD DRIVER
10430 M:      Milo Kim <milo.kim@ti.com>
10431 S:      Maintained
10432 F:      drivers/iio/adc/lp8788_adc.c
10433 F:      drivers/leds/leds-lp8788.c
10434 F:      drivers/mfd/lp8788*.c
10435 F:      drivers/power/lp8788-charger.c
10436 F:      drivers/regulator/lp8788-*.c
10437 F:      include/linux/mfd/lp8788*.h
10438
10439 TI NETCP ETHERNET DRIVER
10440 M:      Wingman Kwok <w-kwok2@ti.com>
10441 M:      Murali Karicheri <m-karicheri2@ti.com>
10442 L:      netdev@vger.kernel.org
10443 S:      Maintained
10444 F:      drivers/net/ethernet/ti/netcp*
10445
10446 TI TAS571X FAMILY ASoC CODEC DRIVER
10447 M:      Kevin Cernekee <cernekee@chromium.org>
10448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10449 S:      Odd Fixes
10450 F:      sound/soc/codecs/tas571x*
10451
10452 TI TWL4030 SERIES SOC CODEC DRIVER
10453 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10454 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10455 S:      Maintained
10456 F:      sound/soc/codecs/twl4030*
10457
10458 TI WILINK WIRELESS DRIVERS
10459 L:      linux-wireless@vger.kernel.org
10460 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10461 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10463 S:      Orphan
10464 F:      drivers/net/wireless/ti/
10465 F:      include/linux/wl12xx.h
10466
10467 TIPC NETWORK LAYER
10468 M:      Jon Maloy <jon.maloy@ericsson.com>
10469 M:      Ying Xue <ying.xue@windriver.com>
10470 L:      netdev@vger.kernel.org (core kernel code)
10471 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10472 W:      http://tipc.sourceforge.net/
10473 S:      Maintained
10474 F:      include/uapi/linux/tipc*.h
10475 F:      net/tipc/
10476
10477 TILE ARCHITECTURE
10478 M:      Chris Metcalf <cmetcalf@ezchip.com>
10479 W:      http://www.ezchip.com/scm/
10480 S:      Supported
10481 F:      arch/tile/
10482 F:      drivers/char/tile-srom.c
10483 F:      drivers/edac/tile_edac.c
10484 F:      drivers/net/ethernet/tile/
10485 F:      drivers/rtc/rtc-tile.c
10486 F:      drivers/tty/hvc/hvc_tile.c
10487 F:      drivers/tty/serial/tilegx.c
10488 F:      drivers/usb/host/*-tilegx.c
10489 F:      include/linux/usb/tilegx.h
10490
10491 TLAN NETWORK DRIVER
10492 M:      Samuel Chessman <chessman@tux.org>
10493 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10494 W:      http://sourceforge.net/projects/tlan/
10495 S:      Maintained
10496 F:      Documentation/networking/tlan.txt
10497 F:      drivers/net/ethernet/ti/tlan.*
10498
10499 TOMOYO SECURITY MODULE
10500 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10501 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10502 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10503 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10504 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10505 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10506 W:      http://tomoyo.sourceforge.jp/
10507 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10508 S:      Maintained
10509 F:      security/tomoyo/
10510
10511 TOPSTAR LAPTOP EXTRAS DRIVER
10512 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10513 L:      platform-driver-x86@vger.kernel.org
10514 S:      Maintained
10515 F:      drivers/platform/x86/topstar-laptop.c
10516
10517 TOSHIBA ACPI EXTRAS DRIVER
10518 M:      Azael Avalos <coproscefalo@gmail.com>
10519 L:      platform-driver-x86@vger.kernel.org
10520 S:      Maintained
10521 F:      drivers/platform/x86/toshiba_acpi.c
10522
10523 TOSHIBA BLUETOOTH DRIVER
10524 M:      Azael Avalos <coproscefalo@gmail.com>
10525 L:      platform-driver-x86@vger.kernel.org
10526 S:      Maintained
10527 F:      drivers/platform/x86/toshiba_bluetooth.c
10528
10529 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10530 M:      Azael Avalos <coproscefalo@gmail.com>
10531 L:      platform-driver-x86@vger.kernel.org
10532 S:      Maintained
10533 F:      drivers/platform/x86/toshiba_haps.c
10534
10535 TOSHIBA SMM DRIVER
10536 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10537 W:      http://www.buzzard.org.uk/toshiba/
10538 S:      Maintained
10539 F:      drivers/char/toshiba.c
10540 F:      include/linux/toshiba.h
10541 F:      include/uapi/linux/toshiba.h
10542
10543 TOSHIBA TC358743 DRIVER
10544 M:      Mats Randgaard <matrandg@cisco.com>
10545 L:      linux-media@vger.kernel.org
10546 S:      Maintained
10547 F:      drivers/media/i2c/tc358743*
10548 F:      include/media/tc358743.h
10549
10550 TMIO MMC DRIVER
10551 M:      Ian Molton <ian@mnementh.co.uk>
10552 L:      linux-mmc@vger.kernel.org
10553 S:      Maintained
10554 F:      drivers/mmc/host/tmio_mmc*
10555 F:      drivers/mmc/host/sh_mobile_sdhi.c
10556 F:      include/linux/mmc/tmio.h
10557 F:      include/linux/mmc/sh_mobile_sdhi.h
10558
10559 TMP401 HARDWARE MONITOR DRIVER
10560 M:      Guenter Roeck <linux@roeck-us.net>
10561 L:      lm-sensors@lm-sensors.org
10562 S:      Maintained
10563 F:      Documentation/hwmon/tmp401
10564 F:      drivers/hwmon/tmp401.c
10565
10566 TMPFS (SHMEM FILESYSTEM)
10567 M:      Hugh Dickins <hughd@google.com>
10568 L:      linux-mm@kvack.org
10569 S:      Maintained
10570 F:      include/linux/shmem_fs.h
10571 F:      mm/shmem.c
10572
10573 TM6000 VIDEO4LINUX DRIVER
10574 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10575 L:      linux-media@vger.kernel.org
10576 W:      http://linuxtv.org
10577 T:      git git://linuxtv.org/media_tree.git
10578 S:      Odd fixes
10579 F:      drivers/media/usb/tm6000/
10580
10581 TW68 VIDEO4LINUX DRIVER
10582 M:      Hans Verkuil <hverkuil@xs4all.nl>
10583 L:      linux-media@vger.kernel.org
10584 T:      git git://linuxtv.org/media_tree.git
10585 W:      http://linuxtv.org
10586 S:      Odd Fixes
10587 F:      drivers/media/pci/tw68/
10588
10589 TPM DEVICE DRIVER
10590 M:      Peter Huewe <peterhuewe@gmx.de>
10591 M:      Marcel Selhorst <tpmdd@selhorst.net>
10592 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10593 W:      http://tpmdd.sourceforge.net
10594 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10595 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10596 T:      https://github.com/PeterHuewe/linux-tpmdd
10597 S:      Maintained
10598 F:      drivers/char/tpm/
10599
10600 TPM IBM_VTPM DEVICE DRIVER
10601 M:      Ashley Lai <ashleydlai@gmail.com>
10602 W:      http://tpmdd.sourceforge.net
10603 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10604 S:      Maintained
10605 F:      drivers/char/tpm/tpm_ibmvtpm*
10606
10607 TRACING
10608 M:      Steven Rostedt <rostedt@goodmis.org>
10609 M:      Ingo Molnar <mingo@redhat.com>
10610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10611 S:      Maintained
10612 F:      Documentation/trace/ftrace.txt
10613 F:      arch/*/*/*/ftrace.h
10614 F:      arch/*/kernel/ftrace.c
10615 F:      include/*/ftrace.h
10616 F:      include/linux/trace*.h
10617 F:      include/trace/
10618 F:      kernel/trace/
10619 F:      tools/testing/selftests/ftrace/
10620
10621 TRIVIAL PATCHES
10622 M:      Jiri Kosina <trivial@kernel.org>
10623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10624 S:      Maintained
10625 K:      ^Subject:.*(?i)trivial
10626
10627 TTY LAYER
10628 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10629 M:      Jiri Slaby <jslaby@suse.com>
10630 S:      Supported
10631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10632 F:      Documentation/serial/
10633 F:      drivers/tty/
10634 F:      drivers/tty/serial/serial_core.c
10635 F:      include/linux/serial_core.h
10636 F:      include/linux/serial.h
10637 F:      include/linux/tty.h
10638 F:      include/uapi/linux/serial_core.h
10639 F:      include/uapi/linux/serial.h
10640 F:      include/uapi/linux/tty.h
10641
10642 TUA9001 MEDIA DRIVER
10643 M:      Antti Palosaari <crope@iki.fi>
10644 L:      linux-media@vger.kernel.org
10645 W:      http://linuxtv.org/
10646 W:      http://palosaari.fi/linux/
10647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10648 T:      git git://linuxtv.org/anttip/media_tree.git
10649 S:      Maintained
10650 F:      drivers/media/tuners/tua9001*
10651
10652 TULIP NETWORK DRIVERS
10653 M:      Grant Grundler <grundler@parisc-linux.org>
10654 L:      netdev@vger.kernel.org
10655 S:      Maintained
10656 F:      drivers/net/ethernet/dec/tulip/
10657
10658 TUN/TAP driver
10659 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10660 W:      http://vtun.sourceforge.net/tun
10661 S:      Maintained
10662 F:      Documentation/networking/tuntap.txt
10663 F:      arch/um/os-Linux/drivers/
10664
10665 TURBOCHANNEL SUBSYSTEM
10666 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10667 M:      Ralf Baechle <ralf@linux-mips.org>
10668 L:      linux-mips@linux-mips.org
10669 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10670 S:      Maintained
10671 F:      drivers/tc/
10672 F:      include/linux/tc.h
10673
10674 U14-34F SCSI DRIVER
10675 M:      Dario Ballabio <ballabio_dario@emc.com>
10676 L:      linux-scsi@vger.kernel.org
10677 S:      Maintained
10678 F:      drivers/scsi/u14-34f.c
10679
10680 UBI FILE SYSTEM (UBIFS)
10681 M:      Artem Bityutskiy <dedekind1@gmail.com>
10682 M:      Adrian Hunter <adrian.hunter@intel.com>
10683 L:      linux-mtd@lists.infradead.org
10684 T:      git git://git.infradead.org/ubifs-2.6.git
10685 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10686 S:      Maintained
10687 F:      Documentation/filesystems/ubifs.txt
10688 F:      fs/ubifs/
10689
10690 UCLINUX (M68KNOMMU AND COLDFIRE)
10691 M:      Greg Ungerer <gerg@uclinux.org>
10692 W:      http://www.uclinux.org/
10693 L:      linux-m68k@lists.linux-m68k.org
10694 L:      uclinux-dev@uclinux.org  (subscribers-only)
10695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10696 S:      Maintained
10697 F:      arch/m68k/coldfire/
10698 F:      arch/m68k/68*/
10699 F:      arch/m68k/*/*_no.*
10700 F:      arch/m68k/include/asm/*_no.*
10701
10702 UDF FILESYSTEM
10703 M:      Jan Kara <jack@suse.com>
10704 S:      Maintained
10705 F:      Documentation/filesystems/udf.txt
10706 F:      fs/udf/
10707
10708 UFS FILESYSTEM
10709 M:      Evgeniy Dushistov <dushistov@mail.ru>
10710 S:      Maintained
10711 F:      Documentation/filesystems/ufs.txt
10712 F:      fs/ufs/
10713
10714 UHID USERSPACE HID IO DRIVER:
10715 M:      David Herrmann <dh.herrmann@googlemail.com>
10716 L:      linux-input@vger.kernel.org
10717 S:      Maintained
10718 F:      drivers/hid/uhid.c
10719 F:      include/uapi/linux/uhid.h
10720
10721 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10722 L:      linux-usb@vger.kernel.org
10723 S:      Orphan
10724 F:      drivers/uwb/
10725 F:      include/linux/uwb.h
10726 F:      include/linux/uwb/
10727
10728 UNICORE32 ARCHITECTURE:
10729 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10730 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10731 S:      Maintained
10732 T:      git git://github.com/gxt/linux.git
10733 F:      arch/unicore32/
10734
10735 UNIFDEF
10736 M:      Tony Finch <dot@dotat.at>
10737 W:      http://dotat.at/prog/unifdef
10738 S:      Maintained
10739 F:      scripts/unifdef.c
10740
10741 UNIFORM CDROM DRIVER
10742 M:      Jens Axboe <axboe@kernel.dk>
10743 W:      http://www.kernel.dk
10744 S:      Maintained
10745 F:      Documentation/cdrom/
10746 F:      drivers/cdrom/cdrom.c
10747 F:      include/linux/cdrom.h
10748 F:      include/uapi/linux/cdrom.h
10749
10750 UNISYS S-PAR DRIVERS
10751 M:      Benjamin Romer <benjamin.romer@unisys.com>
10752 M:      David Kershner <david.kershner@unisys.com>
10753 L:      sparmaintainer@unisys.com (Unisys internal)
10754 S:      Supported
10755 F:      drivers/staging/unisys/
10756
10757 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10758 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10759 L:      linux-scsi@vger.kernel.org
10760 S:      Supported
10761 F:      Documentation/scsi/ufs.txt
10762 F:      drivers/scsi/ufs/
10763
10764 UNSORTED BLOCK IMAGES (UBI)
10765 M:      Artem Bityutskiy <dedekind1@gmail.com>
10766 M:      Richard Weinberger <richard@nod.at>
10767 W:      http://www.linux-mtd.infradead.org/
10768 L:      linux-mtd@lists.infradead.org
10769 T:      git git://git.infradead.org/ubifs-2.6.git
10770 S:      Supported
10771 F:      drivers/mtd/ubi/
10772 F:      include/linux/mtd/ubi.h
10773 F:      include/uapi/mtd/ubi-user.h
10774
10775 USB ACM DRIVER
10776 M:      Oliver Neukum <oliver@neukum.org>
10777 L:      linux-usb@vger.kernel.org
10778 S:      Maintained
10779 F:      Documentation/usb/acm.txt
10780 F:      drivers/usb/class/cdc-acm.*
10781
10782 USB AR5523 WIRELESS DRIVER
10783 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10784 L:      linux-wireless@vger.kernel.org
10785 S:      Maintained
10786 F:      drivers/net/wireless/ath/ar5523/
10787
10788 USB ATTACHED SCSI
10789 M:      Hans de Goede <hdegoede@redhat.com>
10790 M:      Gerd Hoffmann <kraxel@redhat.com>
10791 L:      linux-usb@vger.kernel.org
10792 L:      linux-scsi@vger.kernel.org
10793 S:      Maintained
10794 F:      drivers/usb/storage/uas.c
10795
10796 USB CDC ETHERNET DRIVER
10797 M:      Oliver Neukum <oliver@neukum.org>
10798 L:      linux-usb@vger.kernel.org
10799 S:      Maintained
10800 F:      drivers/net/usb/cdc_*.c
10801 F:      include/uapi/linux/usb/cdc.h
10802
10803 USB CHAOSKEY DRIVER
10804 M:      Keith Packard <keithp@keithp.com>
10805 L:      linux-usb@vger.kernel.org
10806 S:      Maintained
10807 F:      drivers/usb/misc/chaoskey.c
10808
10809 USB CYPRESS C67X00 DRIVER
10810 M:      Peter Korsgaard <jacmet@sunsite.dk>
10811 L:      linux-usb@vger.kernel.org
10812 S:      Maintained
10813 F:      drivers/usb/c67x00/
10814
10815 USB DAVICOM DM9601 DRIVER
10816 M:      Peter Korsgaard <jacmet@sunsite.dk>
10817 L:      netdev@vger.kernel.org
10818 W:      http://www.linux-usb.org/usbnet
10819 S:      Maintained
10820 F:      drivers/net/usb/dm9601.c
10821
10822 USB DIAMOND RIO500 DRIVER
10823 M:      Cesar Miquel <miquel@df.uba.ar>
10824 L:      rio500-users@lists.sourceforge.net
10825 W:      http://rio500.sourceforge.net
10826 S:      Maintained
10827 F:      drivers/usb/misc/rio500*
10828
10829 USB EHCI DRIVER
10830 M:      Alan Stern <stern@rowland.harvard.edu>
10831 L:      linux-usb@vger.kernel.org
10832 S:      Maintained
10833 F:      Documentation/usb/ehci.txt
10834 F:      drivers/usb/host/ehci*
10835
10836 USB GADGET/PERIPHERAL SUBSYSTEM
10837 M:      Felipe Balbi <balbi@ti.com>
10838 L:      linux-usb@vger.kernel.org
10839 W:      http://www.linux-usb.org/gadget
10840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10841 S:      Maintained
10842 F:      drivers/usb/gadget/
10843 F:      include/linux/usb/gadget*
10844
10845 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10846 M:      Jiri Kosina <jikos@kernel.org>
10847 L:      linux-usb@vger.kernel.org
10848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10849 S:      Maintained
10850 F:      Documentation/hid/hiddev.txt
10851 F:      drivers/hid/usbhid/
10852
10853 USB ISP116X DRIVER
10854 M:      Olav Kongas <ok@artecdesign.ee>
10855 L:      linux-usb@vger.kernel.org
10856 S:      Maintained
10857 F:      drivers/usb/host/isp116x*
10858 F:      include/linux/usb/isp116x.h
10859
10860 USB MASS STORAGE DRIVER
10861 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10862 L:      linux-usb@vger.kernel.org
10863 L:      usb-storage@lists.one-eyed-alien.net
10864 S:      Maintained
10865 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10866 F:      drivers/usb/storage/
10867
10868 USB MIDI DRIVER
10869 M:      Clemens Ladisch <clemens@ladisch.de>
10870 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10871 T:      git git://git.alsa-project.org/alsa-kernel.git
10872 S:      Maintained
10873 F:      sound/usb/midi.*
10874
10875 USB NETWORKING DRIVERS
10876 L:      linux-usb@vger.kernel.org
10877 S:      Odd Fixes
10878 F:      drivers/net/usb/
10879
10880 USB OHCI DRIVER
10881 M:      Alan Stern <stern@rowland.harvard.edu>
10882 L:      linux-usb@vger.kernel.org
10883 S:      Maintained
10884 F:      Documentation/usb/ohci.txt
10885 F:      drivers/usb/host/ohci*
10886
10887 USB OTG FSM (Finite State Machine)
10888 M:      Peter Chen <Peter.Chen@freescale.com>
10889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10890 L:      linux-usb@vger.kernel.org
10891 S:      Maintained
10892 F:      drivers/usb/common/usb-otg-fsm.c
10893
10894 USB OVER IP DRIVER
10895 M:      Valentina Manea <valentina.manea.m@gmail.com>
10896 M:      Shuah Khan <shuah.kh@samsung.com>
10897 L:      linux-usb@vger.kernel.org
10898 S:      Maintained
10899 F:      drivers/usb/usbip/
10900 F:      tools/usb/usbip/
10901
10902 USB PEGASUS DRIVER
10903 M:      Petko Manolov <petkan@nucleusys.com>
10904 L:      linux-usb@vger.kernel.org
10905 L:      netdev@vger.kernel.org
10906 T:      git git://github.com/petkan/pegasus.git
10907 W:      https://github.com/petkan/pegasus
10908 S:      Maintained
10909 F:      drivers/net/usb/pegasus.*
10910
10911 USB PHY LAYER
10912 M:      Felipe Balbi <balbi@ti.com>
10913 L:      linux-usb@vger.kernel.org
10914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10915 S:      Maintained
10916 F:      drivers/usb/phy/
10917
10918 USB PRINTER DRIVER (usblp)
10919 M:      Pete Zaitcev <zaitcev@redhat.com>
10920 L:      linux-usb@vger.kernel.org
10921 S:      Supported
10922 F:      drivers/usb/class/usblp.c
10923
10924 USB RTL8150 DRIVER
10925 M:      Petko Manolov <petkan@nucleusys.com>
10926 L:      linux-usb@vger.kernel.org
10927 L:      netdev@vger.kernel.org
10928 T:      git git://github.com/petkan/rtl8150.git
10929 W:      https://github.com/petkan/rtl8150
10930 S:      Maintained
10931 F:      drivers/net/usb/rtl8150.c
10932
10933 USB SERIAL SUBSYSTEM
10934 M:      Johan Hovold <johan@kernel.org>
10935 L:      linux-usb@vger.kernel.org
10936 S:      Maintained
10937 F:      Documentation/usb/usb-serial.txt
10938 F:      drivers/usb/serial/
10939 F:      include/linux/usb/serial.h
10940
10941 USB SMSC75XX ETHERNET DRIVER
10942 M:      Steve Glendinning <steve.glendinning@shawell.net>
10943 L:      netdev@vger.kernel.org
10944 S:      Maintained
10945 F:      drivers/net/usb/smsc75xx.*
10946
10947 USB SMSC95XX ETHERNET DRIVER
10948 M:      Steve Glendinning <steve.glendinning@shawell.net>
10949 L:      netdev@vger.kernel.org
10950 S:      Maintained
10951 F:      drivers/net/usb/smsc95xx.*
10952
10953 USB SUBSYSTEM
10954 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10955 L:      linux-usb@vger.kernel.org
10956 W:      http://www.linux-usb.org
10957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10958 S:      Supported
10959 F:      Documentation/usb/
10960 F:      drivers/usb/
10961 F:      include/linux/usb.h
10962 F:      include/linux/usb/
10963
10964 USB UHCI DRIVER
10965 M:      Alan Stern <stern@rowland.harvard.edu>
10966 L:      linux-usb@vger.kernel.org
10967 S:      Maintained
10968 F:      drivers/usb/host/uhci*
10969
10970 USB "USBNET" DRIVER FRAMEWORK
10971 M:      Oliver Neukum <oneukum@suse.com>
10972 L:      netdev@vger.kernel.org
10973 W:      http://www.linux-usb.org/usbnet
10974 S:      Maintained
10975 F:      drivers/net/usb/usbnet.c
10976 F:      include/linux/usb/usbnet.h
10977
10978 USB VIDEO CLASS
10979 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10980 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10981 L:      linux-media@vger.kernel.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 W:      http://www.ideasonboard.org/uvc/
10984 S:      Maintained
10985 F:      drivers/media/usb/uvc/
10986 F:      include/uapi/linux/uvcvideo.h
10987
10988 USB VISION DRIVER
10989 M:      Hans Verkuil <hverkuil@xs4all.nl>
10990 L:      linux-media@vger.kernel.org
10991 T:      git git://linuxtv.org/media_tree.git
10992 W:      http://linuxtv.org
10993 S:      Odd Fixes
10994 F:      drivers/media/usb/usbvision/
10995
10996 USB WEBCAM GADGET
10997 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10998 L:      linux-usb@vger.kernel.org
10999 S:      Maintained
11000 F:      drivers/usb/gadget/function/*uvc*
11001 F:      drivers/usb/gadget/legacy/webcam.c
11002
11003 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11004 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11005 L:      linux-wireless@vger.kernel.org
11006 S:      Maintained
11007 F:      drivers/net/wireless/rndis_wlan.c
11008
11009 USB XHCI DRIVER
11010 M:      Mathias Nyman <mathias.nyman@intel.com>
11011 L:      linux-usb@vger.kernel.org
11012 S:      Supported
11013 F:      drivers/usb/host/xhci*
11014 F:      drivers/usb/host/pci-quirks*
11015
11016 USB ZD1201 DRIVER
11017 L:      linux-wireless@vger.kernel.org
11018 W:      http://linux-lc100020.sourceforge.net
11019 S:      Orphan
11020 F:      drivers/net/wireless/zd1201.*
11021
11022 USB ZR364XX DRIVER
11023 M:      Antoine Jacquet <royale@zerezo.com>
11024 L:      linux-usb@vger.kernel.org
11025 L:      linux-media@vger.kernel.org
11026 T:      git git://linuxtv.org/media_tree.git
11027 W:      http://royale.zerezo.com/zr364xx/
11028 S:      Maintained
11029 F:      Documentation/video4linux/zr364xx.txt
11030 F:      drivers/media/usb/zr364xx/
11031
11032 ULPI BUS
11033 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11034 L:      linux-usb@vger.kernel.org
11035 S:      Maintained
11036 F:      drivers/usb/common/ulpi.c
11037 F:      include/linux/ulpi/
11038
11039 USER-MODE LINUX (UML)
11040 M:      Jeff Dike <jdike@addtoit.com>
11041 M:      Richard Weinberger <richard@nod.at>
11042 L:      user-mode-linux-devel@lists.sourceforge.net
11043 L:      user-mode-linux-user@lists.sourceforge.net
11044 W:      http://user-mode-linux.sourceforge.net
11045 S:      Maintained
11046 F:      Documentation/virtual/uml/
11047 F:      arch/um/
11048 F:      arch/x86/um/
11049 F:      fs/hostfs/
11050 F:      fs/hppfs/
11051
11052 USERSPACE I/O (UIO)
11053 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11054 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11055 S:      Maintained
11056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11057 F:      Documentation/DocBook/uio-howto.tmpl
11058 F:      drivers/uio/
11059 F:      include/linux/uio*.h
11060
11061 UTIL-LINUX PACKAGE
11062 M:      Karel Zak <kzak@redhat.com>
11063 L:      util-linux@vger.kernel.org
11064 W:      http://en.wikipedia.org/wiki/Util-linux
11065 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11066 S:      Maintained
11067
11068 UVESAFB DRIVER
11069 M:      Michal Januszewski <spock@gentoo.org>
11070 L:      linux-fbdev@vger.kernel.org
11071 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11072 S:      Maintained
11073 F:      Documentation/fb/uvesafb.txt
11074 F:      drivers/video/fbdev/uvesafb.*
11075
11076 VFAT/FAT/MSDOS FILESYSTEM
11077 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11078 S:      Maintained
11079 F:      Documentation/filesystems/vfat.txt
11080 F:      fs/fat/
11081
11082 VFIO DRIVER
11083 M:      Alex Williamson <alex.williamson@redhat.com>
11084 L:      kvm@vger.kernel.org
11085 S:      Maintained
11086 F:      Documentation/vfio.txt
11087 F:      drivers/vfio/
11088 F:      include/linux/vfio.h
11089 F:      include/uapi/linux/vfio.h
11090
11091 VFIO PLATFORM DRIVER
11092 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11093 L:      kvm@vger.kernel.org
11094 S:      Maintained
11095 F:      drivers/vfio/platform/
11096
11097 VIDEOBUF2 FRAMEWORK
11098 M:      Pawel Osciak <pawel@osciak.com>
11099 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11100 M:      Kyungmin Park <kyungmin.park@samsung.com>
11101 L:      linux-media@vger.kernel.org
11102 S:      Maintained
11103 F:      drivers/media/v4l2-core/videobuf2-*
11104 F:      include/media/videobuf2-*
11105
11106 VIRTIO CONSOLE DRIVER
11107 M:      Amit Shah <amit.shah@redhat.com>
11108 L:      virtualization@lists.linux-foundation.org
11109 S:      Maintained
11110 F:      drivers/char/virtio_console.c
11111 F:      include/linux/virtio_console.h
11112 F:      include/uapi/linux/virtio_console.h
11113
11114 VIRTIO CORE, NET AND BLOCK DRIVERS
11115 M:      "Michael S. Tsirkin" <mst@redhat.com>
11116 L:      virtualization@lists.linux-foundation.org
11117 S:      Maintained
11118 F:      drivers/virtio/
11119 F:      tools/virtio/
11120 F:      drivers/net/virtio_net.c
11121 F:      drivers/block/virtio_blk.c
11122 F:      include/linux/virtio_*.h
11123 F:      include/uapi/linux/virtio_*.h
11124
11125 VIRTIO DRIVERS FOR S390
11126 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11127 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11128 L:      linux-s390@vger.kernel.org
11129 L:      virtualization@lists.linux-foundation.org
11130 L:      kvm@vger.kernel.org
11131 S:      Supported
11132 F:      drivers/s390/virtio/
11133
11134 VIRTIO GPU DRIVER
11135 M:      David Airlie <airlied@linux.ie>
11136 M:      Gerd Hoffmann <kraxel@redhat.com>
11137 L:      dri-devel@lists.freedesktop.org
11138 L:      virtualization@lists.linux-foundation.org
11139 S:      Maintained
11140 F:      drivers/gpu/drm/virtio/
11141 F:      include/uapi/linux/virtio_gpu.h
11142
11143 VIRTIO HOST (VHOST)
11144 M:      "Michael S. Tsirkin" <mst@redhat.com>
11145 L:      kvm@vger.kernel.org
11146 L:      virtualization@lists.linux-foundation.org
11147 L:      netdev@vger.kernel.org
11148 S:      Maintained
11149 F:      drivers/vhost/
11150 F:      include/uapi/linux/vhost.h
11151
11152 VIRTIO INPUT DRIVER
11153 M:      Gerd Hoffmann <kraxel@redhat.com>
11154 S:      Maintained
11155 F:      drivers/virtio/virtio_input.c
11156 F:      include/uapi/linux/virtio_input.h
11157
11158 VIA RHINE NETWORK DRIVER
11159 S:      Orphan
11160 F:      drivers/net/ethernet/via/via-rhine.c
11161
11162 VIA SD/MMC CARD CONTROLLER DRIVER
11163 M:      Bruce Chang <brucechang@via.com.tw>
11164 M:      Harald Welte <HaraldWelte@viatech.com>
11165 S:      Maintained
11166 F:      drivers/mmc/host/via-sdmmc.c
11167
11168 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11169 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11170 L:      linux-fbdev@vger.kernel.org
11171 S:      Maintained
11172 F:      include/linux/via-core.h
11173 F:      include/linux/via-gpio.h
11174 F:      include/linux/via_i2c.h
11175 F:      drivers/video/fbdev/via/
11176
11177 VIA VELOCITY NETWORK DRIVER
11178 M:      Francois Romieu <romieu@fr.zoreil.com>
11179 L:      netdev@vger.kernel.org
11180 S:      Maintained
11181 F:      drivers/net/ethernet/via/via-velocity.*
11182
11183 VIVID VIRTUAL VIDEO DRIVER
11184 M:      Hans Verkuil <hverkuil@xs4all.nl>
11185 L:      linux-media@vger.kernel.org
11186 T:      git git://linuxtv.org/media_tree.git
11187 W:      http://linuxtv.org
11188 S:      Maintained
11189 F:      drivers/media/platform/vivid/*
11190
11191 VLAN (802.1Q)
11192 M:      Patrick McHardy <kaber@trash.net>
11193 L:      netdev@vger.kernel.org
11194 S:      Maintained
11195 F:      drivers/net/macvlan.c
11196 F:      include/linux/if_*vlan.h
11197 F:      net/8021q/
11198
11199 VLYNQ BUS
11200 M:      Florian Fainelli <florian@openwrt.org>
11201 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11202 S:      Maintained
11203 F:      drivers/vlynq/vlynq.c
11204 F:      include/linux/vlynq.h
11205
11206 VME SUBSYSTEM
11207 M:      Martyn Welch <martyn@welchs.me.uk>
11208 M:      Manohar Vanga <manohar.vanga@gmail.com>
11209 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11210 L:      devel@driverdev.osuosl.org
11211 S:      Maintained
11212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11213 F:      Documentation/vme_api.txt
11214 F:      drivers/staging/vme/
11215 F:      drivers/vme/
11216 F:      include/linux/vme*
11217
11218 VMWARE HYPERVISOR INTERFACE
11219 M:      Alok Kataria <akataria@vmware.com>
11220 L:      virtualization@lists.linux-foundation.org
11221 S:      Supported
11222 F:      arch/x86/kernel/cpu/vmware.c
11223
11224 VMWARE BALLOON DRIVER
11225 M:      Xavier Deguillard <xdeguillard@vmware.com>
11226 M:      Philip Moltmann <moltmann@vmware.com>
11227 M:      "VMware, Inc." <pv-drivers@vmware.com>
11228 L:      linux-kernel@vger.kernel.org
11229 S:      Maintained
11230 F:      drivers/misc/vmw_balloon.c
11231
11232 VMWARE VMMOUSE SUBDRIVER
11233 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11234 M:      "VMware, Inc." <pv-drivers@vmware.com>
11235 L:      linux-input@vger.kernel.org
11236 S:      Maintained
11237 F:      drivers/input/mouse/vmmouse.c
11238 F:      drivers/input/mouse/vmmouse.h
11239
11240 VMWARE VMXNET3 ETHERNET DRIVER
11241 M:      Shrikrishna Khare <skhare@vmware.com>
11242 M:      "VMware, Inc." <pv-drivers@vmware.com>
11243 L:      netdev@vger.kernel.org
11244 S:      Maintained
11245 F:      drivers/net/vmxnet3/
11246
11247 VMware PVSCSI driver
11248 M:      Arvind Kumar <arvindkumar@vmware.com>
11249 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11250 L:      linux-scsi@vger.kernel.org
11251 S:      Maintained
11252 F:      drivers/scsi/vmw_pvscsi.c
11253 F:      drivers/scsi/vmw_pvscsi.h
11254
11255 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11256 M:      Liam Girdwood <lgirdwood@gmail.com>
11257 M:      Mark Brown <broonie@kernel.org>
11258 L:      linux-kernel@vger.kernel.org
11259 W:      http://www.slimlogic.co.uk/?p=48
11260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11261 S:      Supported
11262 F:      drivers/regulator/
11263 F:      include/linux/regulator/
11264
11265 VRF
11266 M:      David Ahern <dsa@cumulusnetworks.com>
11267 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11268 L:      netdev@vger.kernel.org
11269 S:      Maintained
11270 F:      drivers/net/vrf.c
11271 F:      include/net/vrf.h
11272 F:      Documentation/networking/vrf.txt
11273
11274 VT1211 HARDWARE MONITOR DRIVER
11275 M:      Juerg Haefliger <juergh@gmail.com>
11276 L:      lm-sensors@lm-sensors.org
11277 S:      Maintained
11278 F:      Documentation/hwmon/vt1211
11279 F:      drivers/hwmon/vt1211.c
11280
11281 VT8231 HARDWARE MONITOR DRIVER
11282 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11283 L:      lm-sensors@lm-sensors.org
11284 S:      Maintained
11285 F:      drivers/hwmon/vt8231.c
11286
11287 VUB300 USB to SDIO/SD/MMC bridge chip
11288 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11289 L:      linux-mmc@vger.kernel.org
11290 L:      linux-usb@vger.kernel.org
11291 S:      Supported
11292 F:      drivers/mmc/host/vub300.c
11293
11294 W1 DALLAS'S 1-WIRE BUS
11295 M:      Evgeniy Polyakov <zbr@ioremap.net>
11296 S:      Maintained
11297 F:      Documentation/w1/
11298 F:      drivers/w1/
11299
11300 W83791D HARDWARE MONITORING DRIVER
11301 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11302 L:      lm-sensors@lm-sensors.org
11303 S:      Maintained
11304 F:      Documentation/hwmon/w83791d
11305 F:      drivers/hwmon/w83791d.c
11306
11307 W83793 HARDWARE MONITORING DRIVER
11308 M:      Rudolf Marek <r.marek@assembler.cz>
11309 L:      lm-sensors@lm-sensors.org
11310 S:      Maintained
11311 F:      Documentation/hwmon/w83793
11312 F:      drivers/hwmon/w83793.c
11313
11314 W83795 HARDWARE MONITORING DRIVER
11315 M:      Jean Delvare <jdelvare@suse.com>
11316 L:      lm-sensors@lm-sensors.org
11317 S:      Maintained
11318 F:      drivers/hwmon/w83795.c
11319
11320 W83L51xD SD/MMC CARD INTERFACE DRIVER
11321 M:      Pierre Ossman <pierre@ossman.eu>
11322 S:      Maintained
11323 F:      drivers/mmc/host/wbsd.*
11324
11325 WACOM PROTOCOL 4 SERIAL TABLETS
11326 M:      Julian Squires <julian@cipht.net>
11327 M:      Hans de Goede <hdegoede@redhat.com>
11328 L:      linux-input@vger.kernel.org
11329 S:      Maintained
11330 F:      drivers/input/tablet/wacom_serial4.c
11331
11332 WATCHDOG DEVICE DRIVERS
11333 M:      Wim Van Sebroeck <wim@iguana.be>
11334 L:      linux-watchdog@vger.kernel.org
11335 W:      http://www.linux-watchdog.org/
11336 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11337 S:      Maintained
11338 F:      Documentation/watchdog/
11339 F:      drivers/watchdog/
11340 F:      include/linux/watchdog.h
11341 F:      include/uapi/linux/watchdog.h
11342
11343 WD7000 SCSI DRIVER
11344 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11345 L:      linux-scsi@vger.kernel.org
11346 S:      Maintained
11347 F:      drivers/scsi/wd7000.c
11348
11349 WIIMOTE HID DRIVER
11350 M:      David Herrmann <dh.herrmann@googlemail.com>
11351 L:      linux-input@vger.kernel.org
11352 S:      Maintained
11353 F:      drivers/hid/hid-wiimote*
11354
11355 WINBOND CIR DRIVER
11356 M:      David Härdeman <david@hardeman.nu>
11357 S:      Maintained
11358 F:      drivers/media/rc/winbond-cir.c
11359
11360 WIMAX STACK
11361 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11362 M:      linux-wimax@intel.com
11363 L:      wimax@linuxwimax.org (subscribers-only)
11364 S:      Supported
11365 W:      http://linuxwimax.org
11366 F:      Documentation/wimax/README.wimax
11367 F:      include/linux/wimax/debug.h
11368 F:      include/net/wimax.h
11369 F:      include/uapi/linux/wimax.h
11370 F:      net/wimax/
11371
11372 WISTRON LAPTOP BUTTON DRIVER
11373 M:      Miloslav Trmac <mitr@volny.cz>
11374 S:      Maintained
11375 F:      drivers/input/misc/wistron_btns.c
11376
11377 WL3501 WIRELESS PCMCIA CARD DRIVER
11378 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11379 L:      linux-wireless@vger.kernel.org
11380 W:      http://oops.ghostprotocols.net:81/blog
11381 S:      Maintained
11382 F:      drivers/net/wireless/wl3501*
11383
11384 WM97XX TOUCHSCREEN DRIVERS
11385 M:      Mark Brown <broonie@kernel.org>
11386 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11387 L:      linux-input@vger.kernel.org
11388 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11389 S:      Supported
11390 F:      drivers/input/touchscreen/*wm97*
11391 F:      include/linux/wm97xx.h
11392
11393 WOLFSON MICROELECTRONICS DRIVERS
11394 L:      patches@opensource.wolfsonmicro.com
11395 T:      git https://github.com/CirrusLogic/linux-drivers.git
11396 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11397 S:      Supported
11398 F:      Documentation/hwmon/wm83??
11399 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11400 F:      drivers/clk/clk-wm83*.c
11401 F:      drivers/extcon/extcon-arizona.c
11402 F:      drivers/leds/leds-wm83*.c
11403 F:      drivers/gpio/gpio-*wm*.c
11404 F:      drivers/gpio/gpio-arizona.c
11405 F:      drivers/hwmon/wm83??-hwmon.c
11406 F:      drivers/input/misc/wm831x-on.c
11407 F:      drivers/input/touchscreen/wm831x-ts.c
11408 F:      drivers/input/touchscreen/wm97*.c
11409 F:      drivers/mfd/arizona*
11410 F:      drivers/mfd/wm*.c
11411 F:      drivers/power/wm83*.c
11412 F:      drivers/rtc/rtc-wm83*.c
11413 F:      drivers/regulator/wm8*.c
11414 F:      drivers/video/backlight/wm83*_bl.c
11415 F:      drivers/watchdog/wm83*_wdt.c
11416 F:      include/linux/mfd/arizona/
11417 F:      include/linux/mfd/wm831x/
11418 F:      include/linux/mfd/wm8350/
11419 F:      include/linux/mfd/wm8400*
11420 F:      include/linux/wm97xx.h
11421 F:      include/sound/wm????.h
11422 F:      sound/soc/codecs/arizona.?
11423 F:      sound/soc/codecs/wm*
11424
11425 WORKQUEUE
11426 M:      Tejun Heo <tj@kernel.org>
11427 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11429 S:      Maintained
11430 F:      include/linux/workqueue.h
11431 F:      kernel/workqueue.c
11432 F:      Documentation/workqueue.txt
11433
11434 X.25 NETWORK LAYER
11435 M:      Andrew Hendry <andrew.hendry@gmail.com>
11436 L:      linux-x25@vger.kernel.org
11437 S:      Odd Fixes
11438 F:      Documentation/networking/x25*
11439 F:      include/net/x25*
11440 F:      net/x25/
11441
11442 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11443 M:      Thomas Gleixner <tglx@linutronix.de>
11444 M:      Ingo Molnar <mingo@redhat.com>
11445 M:      "H. Peter Anvin" <hpa@zytor.com>
11446 M:      x86@kernel.org
11447 L:      linux-kernel@vger.kernel.org
11448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11449 S:      Maintained
11450 F:      Documentation/x86/
11451 F:      arch/x86/
11452
11453 X86 PLATFORM DRIVERS
11454 M:      Darren Hart <dvhart@infradead.org>
11455 L:      platform-driver-x86@vger.kernel.org
11456 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11457 S:      Maintained
11458 F:      drivers/platform/x86/
11459
11460 X86 MCE INFRASTRUCTURE
11461 M:      Tony Luck <tony.luck@intel.com>
11462 M:      Borislav Petkov <bp@alien8.de>
11463 L:      linux-edac@vger.kernel.org
11464 S:      Maintained
11465 F:      arch/x86/kernel/cpu/mcheck/*
11466
11467 X86 VDSO
11468 M:      Andy Lutomirski <luto@amacapital.net>
11469 L:      linux-kernel@vger.kernel.org
11470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11471 S:      Maintained
11472 F:      arch/x86/entry/vdso/
11473
11474 XC2028/3028 TUNER DRIVER
11475 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11476 L:      linux-media@vger.kernel.org
11477 W:      http://linuxtv.org
11478 T:      git git://linuxtv.org/media_tree.git
11479 S:      Maintained
11480 F:      drivers/media/tuners/tuner-xc2028.*
11481
11482 XEN HYPERVISOR INTERFACE
11483 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11484 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11485 M:      David Vrabel <david.vrabel@citrix.com>
11486 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11488 S:      Supported
11489 F:      arch/x86/xen/
11490 F:      drivers/*/xen-*front.c
11491 F:      drivers/xen/
11492 F:      arch/x86/include/asm/xen/
11493 F:      include/xen/
11494 F:      include/uapi/xen/
11495
11496 XEN HYPERVISOR ARM
11497 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11498 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11499 S:      Supported
11500 F:      arch/arm/xen/
11501 F:      arch/arm/include/asm/xen/
11502
11503 XEN HYPERVISOR ARM64
11504 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11505 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11506 S:      Supported
11507 F:      arch/arm64/xen/
11508 F:      arch/arm64/include/asm/xen/
11509
11510 XEN NETWORK BACKEND DRIVER
11511 M:      Ian Campbell <ian.campbell@citrix.com>
11512 M:      Wei Liu <wei.liu2@citrix.com>
11513 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11514 L:      netdev@vger.kernel.org
11515 S:      Supported
11516 F:      drivers/net/xen-netback/*
11517
11518 XEN PCI SUBSYSTEM
11519 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11520 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11521 S:      Supported
11522 F:      arch/x86/pci/*xen*
11523 F:      drivers/pci/*xen*
11524
11525 XEN BLOCK SUBSYSTEM
11526 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11527 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11528 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11529 S:      Supported
11530 F:      drivers/block/xen-blkback/*
11531 F:      drivers/block/xen*
11532
11533 XEN PVSCSI DRIVERS
11534 M:      Juergen Gross <jgross@suse.com>
11535 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11536 L:      linux-scsi@vger.kernel.org
11537 S:      Supported
11538 F:      drivers/scsi/xen-scsifront.c
11539 F:      drivers/xen/xen-scsiback.c
11540 F:      include/xen/interface/io/vscsiif.h
11541
11542 XEN SWIOTLB SUBSYSTEM
11543 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11544 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11545 S:      Supported
11546 F:      arch/x86/xen/*swiotlb*
11547 F:      drivers/xen/*swiotlb*
11548
11549 XFS FILESYSTEM
11550 P:      Silicon Graphics Inc
11551 M:      Dave Chinner <david@fromorbit.com>
11552 M:      xfs@oss.sgi.com
11553 L:      xfs@oss.sgi.com
11554 W:      http://oss.sgi.com/projects/xfs
11555 T:      git git://oss.sgi.com/xfs/xfs.git
11556 S:      Supported
11557 F:      Documentation/filesystems/xfs.txt
11558 F:      fs/xfs/
11559
11560 XILINX AXI ETHERNET DRIVER
11561 M:      Anirudha Sarangi <anirudh@xilinx.com>
11562 M:      John Linn <John.Linn@xilinx.com>
11563 S:      Maintained
11564 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11565
11566 XILINX UARTLITE SERIAL DRIVER
11567 M:      Peter Korsgaard <jacmet@sunsite.dk>
11568 L:      linux-serial@vger.kernel.org
11569 S:      Maintained
11570 F:      drivers/tty/serial/uartlite.c
11571
11572 XILINX VIDEO IP CORES
11573 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11574 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11575 L:      linux-media@vger.kernel.org
11576 T:      git git://linuxtv.org/media_tree.git
11577 S:      Supported
11578 F:      Documentation/devicetree/bindings/media/xilinx/
11579 F:      drivers/media/platform/xilinx/
11580 F:      include/uapi/linux/xilinx-v4l2-controls.h
11581
11582 XILLYBUS DRIVER
11583 M:      Eli Billauer <eli.billauer@gmail.com>
11584 L:      linux-kernel@vger.kernel.org
11585 S:      Supported
11586 F:      drivers/char/xillybus/
11587
11588 XTENSA XTFPGA PLATFORM SUPPORT
11589 M:      Max Filippov <jcmvbkbc@gmail.com>
11590 L:      linux-xtensa@linux-xtensa.org
11591 S:      Maintained
11592 F:      drivers/spi/spi-xtensa-xtfpga.c
11593 F:      sound/soc/xtensa/xtfpga-i2s.c
11594
11595 YAM DRIVER FOR AX.25
11596 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11597 L:      linux-hams@vger.kernel.org
11598 S:      Maintained
11599 F:      drivers/net/hamradio/yam*
11600 F:      include/linux/yam.h
11601
11602 YEALINK PHONE DRIVER
11603 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11604 L:      usbb2k-api-dev@nongnu.org
11605 S:      Maintained
11606 F:      Documentation/input/yealink.txt
11607 F:      drivers/input/misc/yealink.*
11608
11609 Z8530 DRIVER FOR AX.25
11610 M:      Joerg Reuter <jreuter@yaina.de>
11611 W:      http://yaina.de/jreuter/
11612 W:      http://www.qsl.net/dl1bke/
11613 L:      linux-hams@vger.kernel.org
11614 S:      Maintained
11615 F:      Documentation/networking/z8530drv.txt
11616 F:      drivers/net/hamradio/*scc.c
11617 F:      drivers/net/hamradio/z8530.h
11618
11619 ZBUD COMPRESSED PAGE ALLOCATOR
11620 M:      Seth Jennings <sjennings@variantweb.net>
11621 L:      linux-mm@kvack.org
11622 S:      Maintained
11623 F:      mm/zbud.c
11624 F:      include/linux/zbud.h
11625
11626 ZD1211RW WIRELESS DRIVER
11627 M:      Daniel Drake <dsd@gentoo.org>
11628 M:      Ulrich Kunitz <kune@deine-taler.de>
11629 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11630 L:      linux-wireless@vger.kernel.org
11631 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11632 S:      Maintained
11633 F:      drivers/net/wireless/zd1211rw/
11634
11635 ZPOOL COMPRESSED PAGE STORAGE API
11636 M:      Dan Streetman <ddstreet@ieee.org>
11637 L:      linux-mm@kvack.org
11638 S:      Maintained
11639 F:      mm/zpool.c
11640 F:      include/linux/zpool.h
11641
11642 ZR36067 VIDEO FOR LINUX DRIVER
11643 L:      mjpeg-users@lists.sourceforge.net
11644 L:      linux-media@vger.kernel.org
11645 W:      http://mjpeg.sourceforge.net/driver-zoran/
11646 T:      hg http://linuxtv.org/hg/v4l-dvb
11647 S:      Odd Fixes
11648 F:      drivers/media/pci/zoran/
11649
11650 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11651 M:      Minchan Kim <minchan@kernel.org>
11652 M:      Nitin Gupta <ngupta@vflare.org>
11653 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11654 L:      linux-kernel@vger.kernel.org
11655 S:      Maintained
11656 F:      drivers/block/zram/
11657 F:      Documentation/blockdev/zram.txt
11658
11659 ZS DECSTATION Z85C30 SERIAL DRIVER
11660 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11661 S:      Maintained
11662 F:      drivers/tty/serial/zs.*
11663
11664 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11665 M:      Minchan Kim <minchan@kernel.org>
11666 M:      Nitin Gupta <ngupta@vflare.org>
11667 L:      linux-mm@kvack.org
11668 S:      Maintained
11669 F:      mm/zsmalloc.c
11670 F:      include/linux/zsmalloc.h
11671 F:      Documentation/vm/zsmalloc.txt
11672
11673 ZSWAP COMPRESSED SWAP CACHING
11674 M:      Seth Jennings <sjennings@variantweb.net>
11675 L:      linux-mm@kvack.org
11676 S:      Maintained
11677 F:      mm/zswap.c
11678
11679 THE REST
11680 M:      Linus Torvalds <torvalds@linux-foundation.org>
11681 L:      linux-kernel@vger.kernel.org
11682 Q:      http://patchwork.kernel.org/project/LKML/list/
11683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11684 S:      Buried alive in reporters
11685 F:      *
11686 F:      */