]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
manual merge of timers/core
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 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 XGBE DRIVER
658 M:      Tom Lendacky <thomas.lendacky@amd.com>
659 L:      netdev@vger.kernel.org
660 S:      Supported
661 F:      drivers/net/ethernet/amd/xgbe/
662
663 AMS (Apple Motion Sensor) DRIVER
664 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
665 S:      Supported
666 F:      drivers/macintosh/ams/
667
668 AMSO1100 RNIC DRIVER
669 M:      Tom Tucker <tom@opengridcomputing.com>
670 M:      Steve Wise <swise@opengridcomputing.com>
671 L:      linux-rdma@vger.kernel.org
672 S:      Maintained
673 F:      drivers/infiniband/hw/amso1100/
674
675 ANALOG DEVICES INC AD9389B DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/ad9389b*
680
681 ANALOG DEVICES INC ADV7180 DRIVER
682 M:      Lars-Peter Clausen <lars@metafoo.de>
683 L:      linux-media@vger.kernel.org
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      drivers/media/i2c/adv7180.c
687
688 ANALOG DEVICES INC ADV7511 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7511*
693
694 ANALOG DEVICES INC ADV7604 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7604*
699
700 ANALOG DEVICES INC ADV7842 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7842*
705
706 ANALOG DEVICES INC ASOC CODEC DRIVERS
707 M:      Lars-Peter Clausen <lars@metafoo.de>
708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W:      http://wiki.analog.com/
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      sound/soc/codecs/adau*
713 F:      sound/soc/codecs/adav*
714 F:      sound/soc/codecs/ad1*
715 F:      sound/soc/codecs/ad7*
716 F:      sound/soc/codecs/ssm*
717 F:      sound/soc/codecs/sigmadsp.*
718
719 ANALOG DEVICES INC ASOC DRIVERS
720 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
721 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
722 W:      http://blackfin.uclinux.org/
723 S:      Supported
724 F:      sound/soc/blackfin/*
725
726 ANALOG DEVICES INC IIO DRIVERS
727 M:      Lars-Peter Clausen <lars@metafoo.de>
728 M:      Michael Hennerich <Michael.Hennerich@analog.com>
729 W:      http://wiki.analog.com/
730 W:      http://ez.analog.com/community/linux-device-drivers
731 S:      Supported
732 F:      drivers/iio/*/ad*
733 X:      drivers/iio/*/adjd*
734 F:      drivers/staging/iio/*/ad*
735 F:      staging/iio/trigger/iio-trig-bfin-timer.c
736
737 ANALOG DEVICES INC DMA DRIVERS
738 M:      Lars-Peter Clausen <lars@metafoo.de>
739 W:      http://ez.analog.com/community/linux-device-drivers
740 S:      Supported
741 F:      drivers/dma/dma-axi-dmac.c
742
743 ANDROID DRIVERS
744 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
745 M:      Arve HjønnevĂ¥g <arve@android.com>
746 M:      Riley Andrews <riandrews@android.com>
747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
748 L:      devel@driverdev.osuosl.org
749 S:      Supported
750 F:      drivers/android/
751 F:      drivers/staging/android/
752
753 AOA (Apple Onboard Audio) ALSA DRIVER
754 M:      Johannes Berg <johannes@sipsolutions.net>
755 L:      linuxppc-dev@lists.ozlabs.org
756 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
757 S:      Maintained
758 F:      sound/aoa/
759
760 APM DRIVER
761 M:      Jiri Kosina <jikos@kernel.org>
762 S:      Odd fixes
763 F:      arch/x86/kernel/apm_32.c
764 F:      include/linux/apm_bios.h
765 F:      include/uapi/linux/apm_bios.h
766 F:      drivers/char/apm-emulation.c
767
768 APPLE BCM5974 MULTITOUCH DRIVER
769 M:      Henrik Rydberg <rydberg@bitmath.org>
770 L:      linux-input@vger.kernel.org
771 S:      Odd fixes
772 F:      drivers/input/mouse/bcm5974.c
773
774 APPLE SMC DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      lm-sensors@lm-sensors.org
777 S:      Odd fixes
778 F:      drivers/hwmon/applesmc.c
779
780 APPLETALK NETWORK LAYER
781 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
782 S:      Maintained
783 F:      drivers/net/appletalk/
784 F:      net/appletalk/
785
786 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
787 M:      Iyappan Subramanian <isubramanian@apm.com>
788 M:      Keyur Chudgar <kchudgar@apm.com>
789 S:      Supported
790 F:      drivers/net/ethernet/apm/xgene/
791 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
792
793 APTINA CAMERA SENSOR PLL
794 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
795 L:      linux-media@vger.kernel.org
796 S:      Maintained
797 F:      drivers/media/i2c/aptina-pll.*
798
799 ARC FRAMEBUFFER DRIVER
800 M:      Jaya Kumar <jayalk@intworks.biz>
801 S:      Maintained
802 F:      drivers/video/fbdev/arcfb.c
803 F:      drivers/video/fbdev/core/fb_defio.c
804
805 ARCNET NETWORK LAYER
806 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
807 L:      netdev@vger.kernel.org
808 S:      Maintained
809 F:      drivers/net/arcnet/
810 F:      include/uapi/linux/if_arcnet.h
811
812 ARM MFM AND FLOPPY DRIVERS
813 M:      Ian Molton <spyro@f2s.com>
814 S:      Maintained
815 F:      arch/arm/lib/floppydma.S
816 F:      arch/arm/include/asm/floppy.h
817
818 ARM PMU PROFILING AND DEBUGGING
819 M:      Will Deacon <will.deacon@arm.com>
820 S:      Maintained
821 F:      arch/arm/kernel/perf_*
822 F:      arch/arm/oprofile/common.c
823 F:      arch/arm/kernel/hw_breakpoint.c
824 F:      arch/arm/include/asm/hw_breakpoint.h
825 F:      arch/arm/include/asm/perf_event.h
826 F:      drivers/perf/arm_pmu.c
827 F:      include/linux/perf/arm_pmu.h
828
829 ARM PORT
830 M:      Russell King <linux@arm.linux.org.uk>
831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 W:      http://www.arm.linux.org.uk/
833 S:      Maintained
834 F:      arch/arm/
835
836 ARM SUB-ARCHITECTURES
837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
838 S:      Maintained
839 F:      arch/arm/mach-*/
840 F:      arch/arm/plat-*/
841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
842
843 ARM PRIMECELL AACI PL041 DRIVER
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      sound/arm/aaci.*
847
848 ARM PRIMECELL CLCD PL110 DRIVER
849 M:      Russell King <linux@arm.linux.org.uk>
850 S:      Maintained
851 F:      drivers/video/fbdev/amba-clcd.*
852
853 ARM PRIMECELL KMI PL050 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/input/serio/ambakmi.*
857 F:      include/linux/amba/kmi.h
858
859 ARM PRIMECELL MMCI PL180/1 DRIVER
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/mmc/host/mmci.*
863 F:      include/linux/amba/mmci.h
864
865 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/tty/serial/amba-pl01*.c
869 F:      include/linux/amba/serial.h
870
871 ARM PRIMECELL BUS SUPPORT
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/amba/
875 F:      include/linux/amba/bus.h
876
877 ARM/ADS SPHERE MACHINE SUPPORT
878 M:      Lennert Buytenhek <kernel@wantstofly.org>
879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
880 S:      Maintained
881
882 ARM/AFEB9260 MACHINE SUPPORT
883 M:      Sergey Lapin <slapin@ossfans.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886
887 ARM/AJECO 1ARM 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/Allwinner sunXi SoC support
893 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
894 M:      Chen-Yu Tsai <wens@csie.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897 N:      sun[x456789]i
898
899 ARM/Allwinner SoC Clock Support
900 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
901 S:      Maintained
902 F:      drivers/clk/sunxi/
903
904 ARM/Amlogic MesonX SoC support
905 M:      Carlo Caione <carlo@caione.org>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      drivers/media/rc/meson-ir.c
909 N:      meson[x68]
910
911 ARM/Annapurna Labs ALPINE ARCHITECTURE
912 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
913 S:      Maintained
914 F:      arch/arm/mach-alpine/
915
916 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
917 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
918 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
919 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 W:      http://www.linux4sam.org
922 S:      Supported
923 F:      arch/arm/mach-at91/
924 F:      include/soc/at91/
925 F:      arch/arm/boot/dts/at91*.dts
926 F:      arch/arm/boot/dts/at91*.dtsi
927 F:      arch/arm/boot/dts/sama*.dts
928 F:      arch/arm/boot/dts/sama*.dtsi
929 F:      arch/arm/include/debug/at91.S
930
931 ARM/ATMEL AT91 Clock Support
932 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
933 S:      Maintained
934 F:      drivers/clk/at91
935
936 ARM/CALXEDA HIGHBANK ARCHITECTURE
937 M:      Rob Herring <robh@kernel.org>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 S:      Maintained
940 F:      arch/arm/mach-highbank/
941
942 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
943 M:      Krzysztof Halasa <khalasa@piap.pl>
944 S:      Maintained
945 F:      arch/arm/mach-cns3xxx/
946
947 ARM/CAVIUM THUNDER NETWORK DRIVER
948 M:      Sunil Goutham <sgoutham@cavium.com>
949 M:      Robert Richter <rric@kernel.org>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Supported
952 F:      drivers/net/ethernet/cavium/thunder/
953
954 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
955 M:      Alexander Shiyan <shc_work@mail.ru>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Odd Fixes
958 N:      clps711x
959
960 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
961 M:      Hartley Sweeten <hsweeten@visionengravers.com>
962 M:      Ryan Mallon <rmallon@gmail.com>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965 F:      arch/arm/mach-ep93xx/
966 F:      arch/arm/mach-ep93xx/include/mach/
967
968 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
969 M:      Lennert Buytenhek <kernel@wantstofly.org>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972
973 ARM/CLKDEV SUPPORT
974 M:      Russell King <linux@arm.linux.org.uk>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977 F:      arch/arm/include/asm/clkdev.h
978 F:      drivers/clk/clkdev.c
979
980 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
981 M:      Mike Rapoport <mike@compulab.co.il>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984
985 ARM/CONTEC MICRO9 MACHINE SUPPORT
986 M:      Hubert Feurstein <hubert.feurstein@contec.at>
987 S:      Maintained
988 F:      arch/arm/mach-ep93xx/micro9.c
989
990 ARM/CORESIGHT FRAMEWORK AND DRIVERS
991 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994 F:      drivers/hwtracing/coresight/*
995 F:      Documentation/trace/coresight.txt
996 F:      Documentation/devicetree/bindings/arm/coresight.txt
997 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
998
999 ARM/CORGI MACHINE SUPPORT
1000 M:      Richard Purdie <rpurdie@rpsys.net>
1001 S:      Maintained
1002
1003 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1004 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 T:      git git://github.com/ulli-kroll/linux.git
1007 S:      Maintained
1008 F:      arch/arm/mach-gemini/
1009 F:      drivers/rtc/rtc-gemini.c
1010
1011 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1012 M:      Barry Song <baohua@kernel.org>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1015 S:      Maintained
1016 F:      arch/arm/mach-prima2/
1017 F:      drivers/clk/sirf/
1018 F:      drivers/clocksource/timer-prima2.c
1019 F:      drivers/clocksource/timer-atlas7.c
1020 N:      [^a-z]sirf
1021
1022 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1023 M:      Baruch Siach <baruch@tkos.co.il>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 F:      arch/arm/boot/dts/cx92755*
1027 N:      digicolor
1028
1029 ARM/EBSA110 MACHINE SUPPORT
1030 M:      Russell King <linux@arm.linux.org.uk>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 W:      http://www.arm.linux.org.uk/
1033 S:      Maintained
1034 F:      arch/arm/mach-ebsa110/
1035 F:      drivers/net/ethernet/amd/am79c961a.*
1036
1037 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1038 M:      Uwe Kleine-König <kernel@pengutronix.de>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 N:      efm32
1042
1043 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1044 M:      Daniel Ribeiro <drwyrm@gmail.com>
1045 M:      Stefan Schmidt <stefan@openezx.org>
1046 M:      Harald Welte <laforge@openezx.org>
1047 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1048 W:      http://www.openezx.org/
1049 S:      Maintained
1050 T:      topgit git://git.openezx.org/openezx.git
1051 F:      arch/arm/mach-pxa/ezx.c
1052
1053 ARM/FARADAY FA526 PORT
1054 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057 T:      git git://git.berlios.de/gemini-board
1058 F:      arch/arm/mm/*-fa*
1059
1060 ARM/FOOTBRIDGE ARCHITECTURE
1061 M:      Russell King <linux@arm.linux.org.uk>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 W:      http://www.arm.linux.org.uk/
1064 S:      Maintained
1065 F:      arch/arm/include/asm/hardware/dec21285.h
1066 F:      arch/arm/mach-footbridge/
1067
1068 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1069 M:      Shawn Guo <shawnguo@kernel.org>
1070 M:      Sascha Hauer <kernel@pengutronix.de>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1074 F:      arch/arm/mach-imx/
1075 F:      arch/arm/mach-mxs/
1076 F:      arch/arm/boot/dts/imx*
1077 F:      arch/arm/configs/imx*_defconfig
1078 F:      drivers/clk/imx/
1079 F:      include/soc/imx/
1080
1081 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1082 M:      Shawn Guo <shawnguo@kernel.org>
1083 M:      Sascha Hauer <kernel@pengutronix.de>
1084 R:      Stefan Agner <stefan@agner.ch>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Maintained
1087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1088 F:      arch/arm/mach-imx/*vf610*
1089 F:      arch/arm/boot/dts/vf*
1090
1091 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1092 M:      Lennert Buytenhek <kernel@wantstofly.org>
1093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094 S:      Maintained
1095
1096 ARM/GUMSTIX MACHINE SUPPORT
1097 M:      Steve Sakoman <sakoman@gmail.com>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1102 M:      Philipp Zabel <philipp.zabel@gmail.com>
1103 M:      Paul Parsons <lost.distance@yahoo.com>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106 F:      arch/arm/mach-pxa/hx4700.c
1107 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1108 F:      sound/soc/pxa/hx4700.c
1109
1110 ARM/HISILICON SOC SUPPORT
1111 M:      Wei Xu <xuwei5@hisilicon.com>
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 W:      http://www.hisilicon.com
1114 S:      Supported
1115 T:      git git://github.com/hisilicon/linux-hisi.git
1116 F:      arch/arm/mach-hisi/
1117
1118 ARM/HP JORNADA 7XX MACHINE SUPPORT
1119 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1120 W:      www.jlime.com
1121 S:      Maintained
1122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1123 F:      arch/arm/mach-sa1100/jornada720.c
1124 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1125
1126 ARM/IGEP MACHINE SUPPORT
1127 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1128 M:      Javier Martinez Canillas <javier@dowhile0.org>
1129 L:      linux-omap@vger.kernel.org
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Maintained
1132 F:      arch/arm/boot/dts/omap3-igep*
1133
1134 ARM/INCOME PXA270 SUPPORT
1135 M:      Marek Vasut <marek.vasut@gmail.com>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1139
1140 ARM/INTEL IOP32X ARM ARCHITECTURE
1141 M:      Lennert Buytenhek <kernel@wantstofly.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144
1145 ARM/INTEL IOP33X ARM ARCHITECTURE
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Orphan
1148
1149 ARM/INTEL IOP13XX 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 IQ81342EX MACHINE SUPPORT
1155 M:      Lennert Buytenhek <kernel@wantstofly.org>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158
1159 ARM/INTEL IXDP2850 MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/INTEL IXP4XX ARM ARCHITECTURE
1165 M:      Imre Kaloz <kaloz@openwrt.org>
1166 M:      Krzysztof Halasa <khalasa@piap.pl>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169 F:      arch/arm/mach-ixp4xx/
1170
1171 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1172 M:      Jonathan Cameron <jic23@cam.ac.uk>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-pxa/stargate2.c
1176 F:      drivers/pcmcia/pxa2xx_stargate2.c
1177
1178 ARM/INTEL XSC3 (MANZANO) ARM CORE
1179 M:      Lennert Buytenhek <kernel@wantstofly.org>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182
1183 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192 F:      arch/arm/mach-keystone/
1193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-kernel@vger.kernel.org
1198 S:      Maintained
1199 F:      drivers/clk/keystone/
1200
1201 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clocksource/timer-keystone.c
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-kernel@vger.kernel.org
1211 S:      Maintained
1212 F:      drivers/power/reset/keystone-reset.c
1213
1214 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1215 M:      Santosh Shilimkar <ssantosh@kernel.org>
1216 L:      linux-kernel@vger.kernel.org
1217 S:      Maintained
1218 F:      drivers/memory/*emif*
1219
1220 ARM/LOGICPD PXA270 MACHINE SUPPORT
1221 M:      Lennert Buytenhek <kernel@wantstofly.org>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 S:      Maintained
1224
1225 ARM/LPC18XX ARCHITECTURE
1226 M:      Joachim Eastwood <manabian@gmail.com>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229 N:      lpc18xx
1230
1231 ARM/MAGICIAN MACHINE SUPPORT
1232 M:      Philipp Zabel <philipp.zabel@gmail.com>
1233 S:      Maintained
1234
1235 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1236 M:      Jason Cooper <jason@lakedaemon.net>
1237 M:      Andrew Lunn <andrew@lunn.ch>
1238 M:      Gregory Clement <gregory.clement@free-electrons.com>
1239 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242 F:      arch/arm/mach-mvebu/
1243 F:      drivers/rtc/rtc-armada38x.c
1244 F:      arch/arm/boot/dts/armada*
1245 F:      arch/arm/boot/dts/kirkwood*
1246
1247
1248 ARM/Marvell Berlin SoC support
1249 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252 F:      arch/arm/mach-berlin/
1253 F:      arch/arm/boot/dts/berlin*
1254
1255
1256 ARM/Marvell Dove/MV78xx0/Orion SOC support
1257 M:      Jason Cooper <jason@lakedaemon.net>
1258 M:      Andrew Lunn <andrew@lunn.ch>
1259 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1260 M:      Gregory Clement <gregory.clement@free-electrons.com>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1263 F:      arch/arm/mach-dove/
1264 F:      arch/arm/mach-mv78xx0/
1265 F:      arch/arm/mach-orion5x/
1266 F:      arch/arm/plat-orion/
1267 F:      arch/arm/boot/dts/dove*
1268 F:      arch/arm/boot/dts/orion5x*
1269
1270
1271 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1272 M:      Alexander Clouter <alex@digriz.org.uk>
1273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 W:      http://www.digriz.org.uk/ts78xx/kernel
1275 S:      Maintained
1276 F:      arch/arm/mach-orion5x/ts78xx-*
1277
1278 ARM/Mediatek RTC DRIVER
1279 M:      Eddie Huang <eddie.huang@mediatek.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283 F:      drivers/rtc/rtc-mt6397.c
1284
1285 ARM/Mediatek SoC support
1286 M:      Matthias Brugger <matthias.bgg@gmail.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/mt6*
1291 F:      arch/arm/boot/dts/mt8*
1292 F:      arch/arm/mach-mediatek/
1293 N:      mtk
1294 K:      mediatek
1295
1296 ARM/MICREL KS8695 ARCHITECTURE
1297 M:      Greg Ungerer <gerg@uclinux.org>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 F:      arch/arm/mach-ks8695/
1300 S:      Odd Fixes
1301
1302 ARM/MIOA701 MACHINE SUPPORT
1303 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 F:      arch/arm/mach-pxa/mioa701.c
1306 S:      Maintained
1307
1308 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1309 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1310 S:      Maintained
1311
1312 ARM/NOMADIK ARCHITECTURE
1313 M:      Alessandro Rubini <rubini@unipv.it>
1314 M:      Linus Walleij <linus.walleij@linaro.org>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/mach-nomadik/
1318 F:      drivers/pinctrl/nomadik/
1319 F:      drivers/i2c/busses/i2c-nomadik.c
1320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1321
1322 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1323 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1324 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1325 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1326 S:      Supported
1327
1328 ARM/TOSA MACHINE SUPPORT
1329 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1330 M:      Dirk Opfer <dirk@opfer-online.de>
1331 S:      Maintained
1332
1333 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1334 M:      Marek Vasut <marek.vasut@gmail.com>
1335 L:      linux-arm-kernel@lists.infradead.org
1336 W:      http://hackndev.com
1337 S:      Maintained
1338 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1339 F:      arch/arm/mach-pxa/palmtx.c
1340 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1341 F:      arch/arm/mach-pxa/palmt5.c
1342 F:      arch/arm/mach-pxa/include/mach/palmld.h
1343 F:      arch/arm/mach-pxa/palmld.c
1344 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1345 F:      arch/arm/mach-pxa/palmte2.c
1346 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1347 F:      arch/arm/mach-pxa/palmtc.c
1348
1349 ARM/PALM TREO SUPPORT
1350 M:      Tomas Cech <sleep_walker@suse.com>
1351 L:      linux-arm-kernel@lists.infradead.org
1352 W:      http://hackndev.com
1353 S:      Maintained
1354 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1355 F:      arch/arm/mach-pxa/palmtreo.c
1356
1357 ARM/PALMZ72 SUPPORT
1358 M:      Sergey Lapin <slapin@ossfans.org>
1359 L:      linux-arm-kernel@lists.infradead.org
1360 W:      http://hackndev.com
1361 S:      Maintained
1362 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1363 F:      arch/arm/mach-pxa/palmz72.c
1364
1365 ARM/PLEB SUPPORT
1366 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1367 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1368 S:      Maintained
1369
1370 ARM/PT DIGITAL BOARD PORT
1371 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 W:      http://www.arm.linux.org.uk/
1374 S:      Maintained
1375
1376 ARM/QUALCOMM SUPPORT
1377 M:      Kumar Gala <galak@codeaurora.org>
1378 M:      Andy Gross <agross@codeaurora.org>
1379 M:      David Brown <davidb@codeaurora.org>
1380 L:      linux-arm-msm@vger.kernel.org
1381 L:      linux-soc@vger.kernel.org
1382 S:      Maintained
1383 F:      arch/arm/mach-qcom/
1384 F:      drivers/soc/qcom/
1385 F:      drivers/tty/serial/msm_serial.h
1386 F:      drivers/tty/serial/msm_serial.c
1387 F:      drivers/*/pm8???-*
1388 F:      drivers/mfd/ssbi.c
1389 F:      drivers/firmware/qcom_scm.c
1390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1391
1392 ARM/RADISYS ENP2611 MACHINE SUPPORT
1393 M:      Lennert Buytenhek <kernel@wantstofly.org>
1394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 S:      Maintained
1396
1397 ARM/RISCPC ARCHITECTURE
1398 M:      Russell King <linux@arm.linux.org.uk>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 W:      http://www.arm.linux.org.uk/
1401 S:      Maintained
1402 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1403 F:      arch/arm/include/asm/hardware/ioc.h
1404 F:      arch/arm/include/asm/hardware/iomd.h
1405 F:      arch/arm/include/asm/hardware/memc.h
1406 F:      arch/arm/mach-rpc/
1407 F:      drivers/net/ethernet/8390/etherh.c
1408 F:      drivers/net/ethernet/i825xx/ether1*
1409 F:      drivers/net/ethernet/seeq/ether3*
1410 F:      drivers/scsi/arm/
1411
1412 ARM/Rockchip SoC support
1413 M:      Heiko Stuebner <heiko@sntech.de>
1414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 L:      linux-rockchip@lists.infradead.org
1416 S:      Maintained
1417 F:      arch/arm/boot/dts/rk3*
1418 F:      arch/arm/mach-rockchip/
1419 F:      drivers/clk/rockchip/
1420 F:      drivers/i2c/busses/i2c-rk3x.c
1421 F:      drivers/*/*rockchip*
1422 F:      drivers/*/*/*rockchip*
1423 F:      sound/soc/rockchip/
1424 N:      rockchip
1425
1426 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1427 M:      Kukjin Kim <kgene@kernel.org>
1428 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1431 S:      Maintained
1432 F:      arch/arm/boot/dts/s3c*
1433 F:      arch/arm/boot/dts/exynos*
1434 F:      arch/arm64/boot/dts/exynos/
1435 F:      arch/arm/plat-samsung/
1436 F:      arch/arm/mach-s3c24*/
1437 F:      arch/arm/mach-s3c64xx/
1438 F:      arch/arm/mach-s5p*/
1439 F:      arch/arm/mach-exynos*/
1440 F:      drivers/*/*s3c2410*
1441 F:      drivers/*/*/*s3c2410*
1442 F:      drivers/spi/spi-s3c*
1443 F:      sound/soc/samsung/*
1444 N:      exynos
1445
1446 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1447 M:      Kyungmin Park <kyungmin.park@samsung.com>
1448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 S:      Maintained
1450 F:      arch/arm/mach-s5pv210/
1451
1452 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1453 M:      Kyungmin Park <kyungmin.park@samsung.com>
1454 M:      Kamil Debski <k.debski@samsung.com>
1455 L:      linux-arm-kernel@lists.infradead.org
1456 L:      linux-media@vger.kernel.org
1457 S:      Maintained
1458 F:      drivers/media/platform/s5p-g2d/
1459
1460 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1461 M:      Kyungmin Park <kyungmin.park@samsung.com>
1462 M:      Kamil Debski <k.debski@samsung.com>
1463 M:      Jeongtae Park <jtp.park@samsung.com>
1464 L:      linux-arm-kernel@lists.infradead.org
1465 L:      linux-media@vger.kernel.org
1466 S:      Maintained
1467 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1468 F:      drivers/media/platform/s5p-mfc/
1469
1470 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1471 M:      Kyungmin Park <kyungmin.park@samsung.com>
1472 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1473 L:      linux-arm-kernel@lists.infradead.org
1474 L:      linux-media@vger.kernel.org
1475 S:      Maintained
1476 F:      drivers/media/platform/s5p-tv/
1477
1478 ARM/SHMOBILE ARM ARCHITECTURE
1479 M:      Simon Horman <horms@verge.net.au>
1480 M:      Magnus Damm <magnus.damm@gmail.com>
1481 L:      linux-sh@vger.kernel.org
1482 W:      http://oss.renesas.com
1483 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1485 S:      Supported
1486 F:      arch/arm/boot/dts/emev2*
1487 F:      arch/arm/boot/dts/r7s*
1488 F:      arch/arm/boot/dts/r8a*
1489 F:      arch/arm/boot/dts/sh*
1490 F:      arch/arm/configs/bockw_defconfig
1491 F:      arch/arm/configs/marzen_defconfig
1492 F:      arch/arm/configs/shmobile_defconfig
1493 F:      arch/arm/include/debug/renesas-scif.S
1494 F:      arch/arm/mach-shmobile/
1495 F:      drivers/sh/
1496
1497 ARM/SOCFPGA ARCHITECTURE
1498 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1499 S:      Maintained
1500 F:      arch/arm/mach-socfpga/
1501 F:      arch/arm/boot/dts/socfpga*
1502 F:      arch/arm/configs/socfpga_defconfig
1503 W:      http://www.rocketboards.org
1504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1505
1506 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1507 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1508 S:      Maintained
1509 F:      drivers/clk/socfpga/
1510
1511 ARM/SOCFPGA EDAC SUPPORT
1512 M:      Thor Thayer <tthayer@opensource.altera.com>
1513 S:      Maintained
1514 F:      drivers/edac/altera_edac.
1515
1516 ARM/STI ARCHITECTURE
1517 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1518 M:      Maxime Coquelin <maxime.coquelin@st.com>
1519 M:      Patrice Chotard <patrice.chotard@st.com>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 L:      kernel@stlinux.com
1522 W:      http://www.stlinux.com
1523 S:      Maintained
1524 F:      arch/arm/mach-sti/
1525 F:      arch/arm/boot/dts/sti*
1526 F:      drivers/clocksource/arm_global_timer.c
1527 F:      drivers/clocksource/clksrc_st_lpc.c
1528 F:      drivers/i2c/busses/i2c-st.c
1529 F:      drivers/media/rc/st_rc.c
1530 F:      drivers/media/platform/sti/c8sectpfe/
1531 F:      drivers/mmc/host/sdhci-st.c
1532 F:      drivers/phy/phy-miphy28lp.c
1533 F:      drivers/phy/phy-miphy365x.c
1534 F:      drivers/phy/phy-stih407-usb.c
1535 F:      drivers/phy/phy-stih41x-usb.c
1536 F:      drivers/pinctrl/pinctrl-st.c
1537 F:      drivers/reset/sti/
1538 F:      drivers/rtc/rtc-st-lpc.c
1539 F:      drivers/tty/serial/st-asc.c
1540 F:      drivers/usb/dwc3/dwc3-st.c
1541 F:      drivers/usb/host/ehci-st.c
1542 F:      drivers/usb/host/ohci-st.c
1543 F:      drivers/watchdog/st_lpc_wdt.c
1544 F:      drivers/ata/ahci_st.c
1545
1546 ARM/STM32 ARCHITECTURE
1547 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 S:      Maintained
1550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1551 N:      stm32
1552 F:      drivers/clocksource/armv7m_systick.c
1553
1554 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1555 M:      Lennert Buytenhek <kernel@wantstofly.org>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Maintained
1558
1559 ARM/TETON BGA MACHINE SUPPORT
1560 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563
1564 ARM/THECUS N2100 MACHINE SUPPORT
1565 M:      Lennert Buytenhek <kernel@wantstofly.org>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568
1569 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1570 M:      Wan ZongShun <mcuos.com@gmail.com>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 W:      http://www.mcuos.com
1573 S:      Maintained
1574 F:      arch/arm/mach-w90x900/
1575 F:      drivers/input/keyboard/w90p910_keypad.c
1576 F:      drivers/input/touchscreen/w90p910_ts.c
1577 F:      drivers/watchdog/nuc900_wdt.c
1578 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1579 F:      drivers/mtd/nand/nuc900_nand.c
1580 F:      drivers/rtc/rtc-nuc900.c
1581 F:      drivers/spi/spi-nuc900.c
1582 F:      drivers/usb/host/ehci-w90x900.c
1583 F:      drivers/video/fbdev/nuc900fb.c
1584
1585 ARM/U300 MACHINE SUPPORT
1586 M:      Linus Walleij <linus.walleij@linaro.org>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 S:      Supported
1589 F:      arch/arm/mach-u300/
1590 F:      drivers/clocksource/timer-u300.c
1591 F:      drivers/i2c/busses/i2c-stu300.c
1592 F:      drivers/rtc/rtc-coh901331.c
1593 F:      drivers/watchdog/coh901327_wdt.c
1594 F:      drivers/dma/coh901318*
1595 F:      drivers/mfd/ab3100*
1596 F:      drivers/rtc/rtc-ab3100.c
1597 F:      drivers/rtc/rtc-coh901331.c
1598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1599
1600 ARM/UNIPHIER ARCHITECTURE
1601 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 S:      Maintained
1604 F:      arch/arm/boot/dts/uniphier*
1605 F:      arch/arm/mach-uniphier/
1606 F:      drivers/pinctrl/uniphier/
1607 F:      drivers/tty/serial/8250/8250_uniphier.c
1608 N:      uniphier
1609
1610 ARM/Ux500 ARM ARCHITECTURE
1611 M:      Linus Walleij <linus.walleij@linaro.org>
1612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 S:      Maintained
1614 F:      arch/arm/mach-ux500/
1615 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1616 F:      drivers/dma/ste_dma40*
1617 F:      drivers/hwspinlock/u8500_hsem.c
1618 F:      drivers/mfd/abx500*
1619 F:      drivers/mfd/ab8500*
1620 F:      drivers/mfd/dbx500*
1621 F:      drivers/mfd/db8500*
1622 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1623 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1624 F:      drivers/rtc/rtc-ab8500.c
1625 F:      drivers/rtc/rtc-pl031.c
1626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1627
1628 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1629 M:      Ulf Hansson <ulf.hansson@linaro.org>
1630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 T:      git git://git.linaro.org/people/ulfh/clk.git
1632 S:      Maintained
1633 F:      drivers/clk/ux500/
1634 F:      include/linux/platform_data/clk-ux500.h
1635
1636 ARM/VERSATILE EXPRESS PLATFORM
1637 M:      Liviu Dudau <liviu.dudau@arm.com>
1638 M:      Sudeep Holla <sudeep.holla@arm.com>
1639 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1640 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 S:      Maintained
1642 F:      arch/arm/boot/dts/vexpress*
1643 F:      arch/arm64/boot/dts/arm/vexpress*
1644 F:      arch/arm/mach-vexpress/
1645 F:      */*/vexpress*
1646 F:      */*/*/vexpress*
1647 F:      drivers/clk/versatile/clk-vexpress-osc.c
1648 F:      drivers/clocksource/versatile.c
1649
1650 ARM/VFP SUPPORT
1651 M:      Russell King <linux@arm.linux.org.uk>
1652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 W:      http://www.arm.linux.org.uk/
1654 S:      Maintained
1655 F:      arch/arm/vfp/
1656
1657 ARM/VOIPAC PXA270 SUPPORT
1658 M:      Marek Vasut <marek.vasut@gmail.com>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 S:      Maintained
1661 F:      arch/arm/mach-pxa/vpac270.c
1662 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1663
1664 ARM/VT8500 ARM ARCHITECTURE
1665 M:      Tony Prisk <linux@prisktech.co.nz>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S:      Maintained
1668 F:      arch/arm/mach-vt8500/
1669 F:      drivers/clocksource/vt8500_timer.c
1670 F:      drivers/i2c/busses/i2c-wmt.c
1671 F:      drivers/mmc/host/wmt-sdmmc.c
1672 F:      drivers/pwm/pwm-vt8500.c
1673 F:      drivers/rtc/rtc-vt8500.c
1674 F:      drivers/tty/serial/vt8500_serial.c
1675 F:      drivers/usb/host/ehci-platform.c
1676 F:      drivers/usb/host/uhci-platform.c
1677 F:      drivers/video/fbdev/vt8500lcdfb.*
1678 F:      drivers/video/fbdev/wm8505fb*
1679 F:      drivers/video/fbdev/wmt_ge_rops.*
1680
1681 ARM/ZIPIT Z2 SUPPORT
1682 M:      Marek Vasut <marek.vasut@gmail.com>
1683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1684 S:      Maintained
1685 F:      arch/arm/mach-pxa/z2.c
1686 F:      arch/arm/mach-pxa/include/mach/z2.h
1687
1688 ARM/ZTE ARCHITECTURE
1689 M:      Jun Nie <jun.nie@linaro.org>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/mach-zx/
1693 F:      drivers/clk/zte/
1694 F:      Documentation/devicetree/bindings/arm/zte.txt
1695 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1696
1697 ARM/ZYNQ ARCHITECTURE
1698 M:      Michal Simek <michal.simek@xilinx.com>
1699 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 W:      http://wiki.xilinx.com
1702 T:      git https://github.com/Xilinx/linux-xlnx.git
1703 S:      Supported
1704 F:      arch/arm/mach-zynq/
1705 F:      drivers/cpuidle/cpuidle-zynq.c
1706 F:      drivers/block/xsysace.c
1707 N:      zynq
1708 N:      xilinx
1709 F:      drivers/clocksource/cadence_ttc_timer.c
1710 F:      drivers/i2c/busses/i2c-cadence.c
1711 F:      drivers/mmc/host/sdhci-of-arasan.c
1712 F:      drivers/edac/synopsys_edac.c
1713
1714 ARM SMMU DRIVERS
1715 M:      Will Deacon <will.deacon@arm.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      drivers/iommu/arm-smmu.c
1719 F:      drivers/iommu/arm-smmu-v3.c
1720 F:      drivers/iommu/io-pgtable-arm.c
1721
1722 ARM64 PORT (AARCH64 ARCHITECTURE)
1723 M:      Catalin Marinas <catalin.marinas@arm.com>
1724 M:      Will Deacon <will.deacon@arm.com>
1725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1726 S:      Maintained
1727 F:      arch/arm64/
1728 F:      Documentation/arm64/
1729
1730 AS3645A LED FLASH CONTROLLER DRIVER
1731 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1732 L:      linux-media@vger.kernel.org
1733 T:      git git://linuxtv.org/media_tree.git
1734 S:      Maintained
1735 F:      drivers/media/i2c/as3645a.c
1736 F:      include/media/as3645a.h
1737
1738 ASC7621 HARDWARE MONITOR DRIVER
1739 M:      George Joseph <george.joseph@fairview5.com>
1740 L:      lm-sensors@lm-sensors.org
1741 S:      Maintained
1742 F:      Documentation/hwmon/asc7621
1743 F:      drivers/hwmon/asc7621.c
1744
1745 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1746 M:      Corentin Chary <corentin.chary@gmail.com>
1747 L:      acpi4asus-user@lists.sourceforge.net
1748 L:      platform-driver-x86@vger.kernel.org
1749 W:      http://acpi4asus.sf.net
1750 S:      Maintained
1751 F:      drivers/platform/x86/asus*.c
1752 F:      drivers/platform/x86/eeepc*.c
1753
1754 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1755 R:      Dan Williams <dan.j.williams@intel.com>
1756 W:      http://sourceforge.net/projects/xscaleiop
1757 S:      Odd fixes
1758 F:      Documentation/crypto/async-tx-api.txt
1759 F:      crypto/async_tx/
1760 F:      drivers/dma/
1761 F:      include/linux/dmaengine.h
1762 F:      include/linux/async_tx.h
1763
1764 AT24 EEPROM DRIVER
1765 M:      Wolfram Sang <wsa@the-dreams.de>
1766 L:      linux-i2c@vger.kernel.org
1767 S:      Maintained
1768 F:      drivers/misc/eeprom/at24.c
1769 F:      include/linux/platform_data/at24.h
1770
1771 ATA OVER ETHERNET (AOE) DRIVER
1772 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1773 W:      http://www.openaoe.org/
1774 S:      Supported
1775 F:      Documentation/aoe/
1776 F:      drivers/block/aoe/
1777
1778 ATHEROS ATH GENERIC UTILITIES
1779 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1780 L:      linux-wireless@vger.kernel.org
1781 S:      Supported
1782 F:      drivers/net/wireless/ath/*
1783
1784 ATHEROS ATH5K WIRELESS DRIVER
1785 M:      Jiri Slaby <jirislaby@gmail.com>
1786 M:      Nick Kossifidis <mickflemm@gmail.com>
1787 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1788 L:      linux-wireless@vger.kernel.org
1789 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1790 S:      Maintained
1791 F:      drivers/net/wireless/ath/ath5k/
1792
1793 ATHEROS ATH6KL WIRELESS DRIVER
1794 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1795 L:      linux-wireless@vger.kernel.org
1796 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1797 T:      git git://github.com/kvalo/ath.git
1798 S:      Supported
1799 F:      drivers/net/wireless/ath/ath6kl/
1800
1801 WILOCITY WIL6210 WIRELESS DRIVER
1802 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1803 L:      linux-wireless@vger.kernel.org
1804 L:      wil6210@qca.qualcomm.com
1805 S:      Supported
1806 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1807 F:      drivers/net/wireless/ath/wil6210/
1808 F:      include/uapi/linux/wil6210_uapi.h
1809
1810 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1811 M:      Christian Lamparter <chunkeey@googlemail.com>
1812 L:      linux-wireless@vger.kernel.org
1813 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1814 S:      Maintained
1815 F:      drivers/net/wireless/ath/carl9170/
1816
1817 ATK0110 HWMON DRIVER
1818 M:      Luca Tettamanti <kronos.it@gmail.com>
1819 L:      lm-sensors@lm-sensors.org
1820 S:      Maintained
1821 F:      drivers/hwmon/asus_atk0110.c
1822
1823 ATI_REMOTE2 DRIVER
1824 M:      Ville Syrjala <syrjala@sci.fi>
1825 S:      Maintained
1826 F:      drivers/input/misc/ati_remote2.c
1827
1828 ATLX ETHERNET DRIVERS
1829 M:      Jay Cliburn <jcliburn@gmail.com>
1830 M:      Chris Snook <chris.snook@gmail.com>
1831 L:      netdev@vger.kernel.org
1832 W:      http://sourceforge.net/projects/atl1
1833 W:      http://atl1.sourceforge.net
1834 S:      Maintained
1835 F:      drivers/net/ethernet/atheros/
1836
1837 ATM
1838 M:      Chas Williams <3chas3@gmail.com>
1839 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1840 L:      netdev@vger.kernel.org
1841 W:      http://linux-atm.sourceforge.net
1842 S:      Maintained
1843 F:      drivers/atm/
1844 F:      include/linux/atm*
1845 F:      include/uapi/linux/atm*
1846
1847 ATMEL AT91 / AT32 MCI DRIVER
1848 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1849 S:      Maintained
1850 F:      drivers/mmc/host/atmel-mci.c
1851 F:      drivers/mmc/host/atmel-mci-regs.h
1852
1853 ATMEL AT91 / AT32 SERIAL DRIVER
1854 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1855 S:      Supported
1856 F:      drivers/tty/serial/atmel_serial.c
1857
1858 ATMEL Audio ALSA driver
1859 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1860 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1861 S:      Supported
1862 F:      sound/soc/atmel
1863
1864 ATMEL DMA DRIVER
1865 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 S:      Supported
1868 F:      drivers/dma/at_hdmac.c
1869 F:      drivers/dma/at_hdmac_regs.h
1870 F:      include/linux/platform_data/dma-atmel.h
1871
1872 ATMEL XDMA DRIVER
1873 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1874 L:      linux-arm-kernel@lists.infradead.org
1875 L:      dmaengine@vger.kernel.org
1876 S:      Supported
1877 F:      drivers/dma/at_xdmac.c
1878
1879 ATMEL I2C DRIVER
1880 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1881 L:      linux-i2c@vger.kernel.org
1882 S:      Supported
1883 F:      drivers/i2c/busses/i2c-at91.c
1884
1885 ATMEL ISI DRIVER
1886 M:      Josh Wu <josh.wu@atmel.com>
1887 L:      linux-media@vger.kernel.org
1888 S:      Supported
1889 F:      drivers/media/platform/soc_camera/atmel-isi.c
1890 F:      include/media/atmel-isi.h
1891
1892 ATMEL LCDFB DRIVER
1893 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1894 L:      linux-fbdev@vger.kernel.org
1895 S:      Maintained
1896 F:      drivers/video/fbdev/atmel_lcdfb.c
1897 F:      include/video/atmel_lcdc.h
1898
1899 ATMEL MACB ETHERNET DRIVER
1900 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1901 S:      Supported
1902 F:      drivers/net/ethernet/cadence/
1903
1904 ATMEL NAND DRIVER
1905 M:      Josh Wu <josh.wu@atmel.com>
1906 L:      linux-mtd@lists.infradead.org
1907 S:      Supported
1908 F:      drivers/mtd/nand/atmel_nand*
1909
1910 ATMEL SDMMC DRIVER
1911 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1912 L:      linux-mmc@vger.kernel.org
1913 S:      Supported
1914 F:      drivers/mmc/host/sdhci-of-at91.c
1915
1916 ATMEL SPI DRIVER
1917 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1918 S:      Supported
1919 F:      drivers/spi/spi-atmel.*
1920
1921 ATMEL SSC DRIVER
1922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Supported
1925 F:      drivers/misc/atmel-ssc.c
1926 F:      include/linux/atmel-ssc.h
1927
1928 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
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_tclib.c
1933 F:      drivers/clocksource/tcb_clksrc.c
1934
1935 ATMEL USBA UDC DRIVER
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/usb/gadget/udc/atmel_usba_udc.*
1940
1941 ATMEL WIRELESS DRIVER
1942 M:      Simon Kelley <simon@thekelleys.org.uk>
1943 L:      linux-wireless@vger.kernel.org
1944 W:      http://www.thekelleys.org.uk/atmel
1945 W:      http://atmelwlandriver.sourceforge.net/
1946 S:      Maintained
1947 F:      drivers/net/wireless/atmel*
1948
1949 ATMEL MAXTOUCH DRIVER
1950 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1951 T:      git git://github.com/atmel-maxtouch/linux.git
1952 S:      Supported
1953 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1954 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1955 F:      include/linux/platform_data/atmel_mxt_ts.h
1956
1957 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1958 M:      Bradley Grove <linuxdrivers@attotech.com>
1959 L:      linux-scsi@vger.kernel.org
1960 W:      http://www.attotech.com
1961 S:      Supported
1962 F:      drivers/scsi/esas2r
1963
1964 ATUSB IEEE 802.15.4 RADIO DRIVER
1965 M:      Stefan Schmidt <stefan@osg.samsung.com>
1966 L:      linux-wpan@vger.kernel.org
1967 S:      Maintained
1968 F:      drivers/net/ieee802154/atusb.c
1969 F:      drivers/net/ieee802154/atusb.h
1970 F:      drivers/net/ieee802154/at86rf230.h
1971
1972 AUDIT SUBSYSTEM
1973 M:      Paul Moore <paul@paul-moore.com>
1974 M:      Eric Paris <eparis@redhat.com>
1975 L:      linux-audit@redhat.com (moderated for non-subscribers)
1976 W:      http://people.redhat.com/sgrubb/audit/
1977 T:      git git://git.infradead.org/users/pcmoore/audit
1978 S:      Maintained
1979 F:      include/linux/audit.h
1980 F:      include/uapi/linux/audit.h
1981 F:      kernel/audit*
1982
1983 AUXILIARY DISPLAY DRIVERS
1984 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1985 W:      http://miguelojeda.es/auxdisplay.htm
1986 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1987 S:      Maintained
1988 F:      drivers/auxdisplay/
1989 F:      include/linux/cfag12864b.h
1990
1991 AVR32 ARCHITECTURE
1992 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1993 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1994 W:      http://www.atmel.com/products/AVR32/
1995 W:      http://mirror.egtvedt.no/avr32linux.org/
1996 W:      http://avrfreaks.net/
1997 S:      Maintained
1998 F:      arch/avr32/
1999
2000 AVR32/AT32AP MACHINE SUPPORT
2001 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2002 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2003 S:      Maintained
2004 F:      arch/avr32/mach-at32ap/
2005
2006 AX.25 NETWORK LAYER
2007 M:      Ralf Baechle <ralf@linux-mips.org>
2008 L:      linux-hams@vger.kernel.org
2009 W:      http://www.linux-ax25.org/
2010 S:      Maintained
2011 F:      include/uapi/linux/ax25.h
2012 F:      include/net/ax25.h
2013 F:      net/ax25/
2014
2015 AZ6007 DVB DRIVER
2016 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2017 L:      linux-media@vger.kernel.org
2018 W:      http://linuxtv.org
2019 T:      git git://linuxtv.org/media_tree.git
2020 S:      Maintained
2021 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2022
2023 AZTECH FM RADIO RECEIVER DRIVER
2024 M:      Hans Verkuil <hverkuil@xs4all.nl>
2025 L:      linux-media@vger.kernel.org
2026 T:      git git://linuxtv.org/media_tree.git
2027 W:      http://linuxtv.org
2028 S:      Maintained
2029 F:      drivers/media/radio/radio-aztech*
2030
2031 B43 WIRELESS DRIVER
2032 L:      linux-wireless@vger.kernel.org
2033 L:      b43-dev@lists.infradead.org
2034 W:      http://wireless.kernel.org/en/users/Drivers/b43
2035 S:      Odd Fixes
2036 F:      drivers/net/wireless/b43/
2037
2038 B43LEGACY WIRELESS DRIVER
2039 M:      Larry Finger <Larry.Finger@lwfinger.net>
2040 L:      linux-wireless@vger.kernel.org
2041 L:      b43-dev@lists.infradead.org
2042 W:      http://wireless.kernel.org/en/users/Drivers/b43
2043 S:      Maintained
2044 F:      drivers/net/wireless/b43legacy/
2045
2046 BACKLIGHT CLASS/SUBSYSTEM
2047 M:      Jingoo Han <jingoohan1@gmail.com>
2048 M:      Lee Jones <lee.jones@linaro.org>
2049 S:      Maintained
2050 F:      drivers/video/backlight/
2051 F:      include/linux/backlight.h
2052
2053 BATMAN ADVANCED
2054 M:      Marek Lindner <mareklindner@neomailbox.ch>
2055 M:      Simon Wunderlich <sw@simonwunderlich.de>
2056 M:      Antonio Quartulli <antonio@meshcoding.com>
2057 L:      b.a.t.m.a.n@lists.open-mesh.org
2058 W:      http://www.open-mesh.org/
2059 S:      Maintained
2060 F:      net/batman-adv/
2061
2062 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2063 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2064 L:      linux-hams@vger.kernel.org
2065 W:      http://www.baycom.org/~tom/ham/ham.html
2066 S:      Maintained
2067 F:      drivers/net/hamradio/baycom*
2068
2069 BCACHE (BLOCK LAYER CACHE)
2070 M:      Kent Overstreet <kent.overstreet@gmail.com>
2071 L:      linux-bcache@vger.kernel.org
2072 W:      http://bcache.evilpiepirate.org
2073 S:      Maintained
2074 F:      drivers/md/bcache/
2075
2076 BDISP ST MEDIA DRIVER
2077 M:      Fabien Dessenne <fabien.dessenne@st.com>
2078 L:      linux-media@vger.kernel.org
2079 T:      git git://linuxtv.org/media_tree.git
2080 W:      http://linuxtv.org
2081 S:      Supported
2082 F:      drivers/media/platform/sti/bdisp
2083
2084 BEFS FILE SYSTEM
2085 S:      Orphan
2086 F:      Documentation/filesystems/befs.txt
2087 F:      fs/befs/
2088
2089 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2090 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2091 L:      netdev@vger.kernel.org
2092 S:      Maintained
2093 F:      drivers/net/ethernet/ec_bhf.c
2094
2095 BFS FILE SYSTEM
2096 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2097 S:      Maintained
2098 F:      Documentation/filesystems/bfs.txt
2099 F:      fs/bfs/
2100 F:      include/uapi/linux/bfs_fs.h
2101
2102 BLACKFIN ARCHITECTURE
2103 M:      Steven Miao <realmz6@gmail.com>
2104 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2105 T:      git git://git.code.sf.net/p/adi-linux/code
2106 W:      http://blackfin.uclinux.org
2107 S:      Supported
2108 F:      arch/blackfin/
2109
2110 BLACKFIN EMAC DRIVER
2111 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2112 W:      http://blackfin.uclinux.org
2113 S:      Supported
2114 F:      drivers/net/ethernet/adi/
2115
2116 BLACKFIN RTC DRIVER
2117 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2118 W:      http://blackfin.uclinux.org
2119 S:      Supported
2120 F:      drivers/rtc/rtc-bfin.c
2121
2122 BLACKFIN SDH DRIVER
2123 M:      Sonic Zhang <sonic.zhang@analog.com>
2124 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2125 W:      http://blackfin.uclinux.org
2126 S:      Supported
2127 F:      drivers/mmc/host/bfin_sdh.c
2128
2129 BLACKFIN SERIAL 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/tty/serial/bfin_uart.c
2135
2136 BLACKFIN WATCHDOG DRIVER
2137 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2138 W:      http://blackfin.uclinux.org
2139 S:      Supported
2140 F:      drivers/watchdog/bfin_wdt.c
2141
2142 BLACKFIN I2C TWI DRIVER
2143 M:      Sonic Zhang <sonic.zhang@analog.com>
2144 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2145 W:      http://blackfin.uclinux.org/
2146 S:      Supported
2147 F:      drivers/i2c/busses/i2c-bfin-twi.c
2148
2149 BLACKFIN MEDIA DRIVER
2150 M:      Scott Jiang <scott.jiang.linux@gmail.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/media/platform/blackfin/
2155 F:      drivers/media/i2c/adv7183*
2156 F:      drivers/media/i2c/vs6624*
2157
2158 BLINKM RGB LED DRIVER
2159 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2160 S:      Maintained
2161 F:      drivers/leds/leds-blinkm.c
2162
2163 BLOCK LAYER
2164 M:      Jens Axboe <axboe@kernel.dk>
2165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2166 S:      Maintained
2167 F:      block/
2168 F:      kernel/trace/blktrace.c
2169
2170 BLOCK2MTD DRIVER
2171 M:      Joern Engel <joern@lazybastard.org>
2172 L:      linux-mtd@lists.infradead.org
2173 S:      Maintained
2174 F:      drivers/mtd/devices/block2mtd.c
2175
2176 BLUETOOTH DRIVERS
2177 M:      Marcel Holtmann <marcel@holtmann.org>
2178 M:      Gustavo Padovan <gustavo@padovan.org>
2179 M:      Johan Hedberg <johan.hedberg@gmail.com>
2180 L:      linux-bluetooth@vger.kernel.org
2181 W:      http://www.bluez.org/
2182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2184 S:      Maintained
2185 F:      drivers/bluetooth/
2186
2187 BLUETOOTH SUBSYSTEM
2188 M:      Marcel Holtmann <marcel@holtmann.org>
2189 M:      Gustavo Padovan <gustavo@padovan.org>
2190 M:      Johan Hedberg <johan.hedberg@gmail.com>
2191 L:      linux-bluetooth@vger.kernel.org
2192 W:      http://www.bluez.org/
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2195 S:      Maintained
2196 F:      net/bluetooth/
2197 F:      include/net/bluetooth/
2198
2199 BONDING DRIVER
2200 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2201 M:      Veaceslav Falico <vfalico@gmail.com>
2202 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2203 L:      netdev@vger.kernel.org
2204 W:      http://sourceforge.net/projects/bonding/
2205 S:      Supported
2206 F:      drivers/net/bonding/
2207 F:      include/uapi/linux/if_bonding.h
2208
2209 BPF (Safe dynamic programs and tools)
2210 M:      Alexei Starovoitov <ast@kernel.org>
2211 L:      netdev@vger.kernel.org
2212 L:      linux-kernel@vger.kernel.org
2213 S:      Supported
2214 F:      kernel/bpf/
2215
2216 BROADCOM B44 10/100 ETHERNET DRIVER
2217 M:      Gary Zambrano <zambrano@broadcom.com>
2218 L:      netdev@vger.kernel.org
2219 S:      Supported
2220 F:      drivers/net/ethernet/broadcom/b44.*
2221
2222 BROADCOM GENET ETHERNET DRIVER
2223 M:      Florian Fainelli <f.fainelli@gmail.com>
2224 L:      netdev@vger.kernel.org
2225 S:      Supported
2226 F:      drivers/net/ethernet/broadcom/genet/
2227
2228 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2229 M:      Sony Chacko <sony.chacko@qlogic.com>
2230 M:      Dept-HSGLinuxNICDev@qlogic.com
2231 L:      netdev@vger.kernel.org
2232 S:      Supported
2233 F:      drivers/net/ethernet/broadcom/bnx2.*
2234 F:      drivers/net/ethernet/broadcom/bnx2_*
2235
2236 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2237 M:      Ariel Elior <ariel.elior@qlogic.com>
2238 L:      netdev@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/net/ethernet/broadcom/bnx2x/
2241
2242 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2243 M:      Florian Fainelli <f.fainelli@gmail.com>
2244 M:      Ray Jui <rjui@broadcom.com>
2245 M:      Scott Branden <sbranden@broadcom.com>
2246 L:      bcm-kernel-feedback-list@broadcom.com
2247 T:      git git://github.com/broadcom/mach-bcm
2248 S:      Maintained
2249 F:      arch/arm/mach-bcm/
2250 F:      arch/arm/boot/dts/bcm113*
2251 F:      arch/arm/boot/dts/bcm216*
2252 F:      arch/arm/boot/dts/bcm281*
2253 F:      arch/arm/configs/bcm_defconfig
2254 F:      drivers/mmc/host/sdhci-bcm-kona.c
2255 F:      drivers/clocksource/bcm_kona_timer.c
2256
2257 BROADCOM BCM2835 ARM ARCHITECTURE
2258 M:      Stephen Warren <swarren@wwwdotorg.org>
2259 M:      Lee Jones <lee@kernel.org>
2260 M:      Eric Anholt <eric@anholt.net>
2261 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2264 S:      Maintained
2265 N:      bcm2835
2266
2267 BROADCOM BCM33XX MIPS ARCHITECTURE
2268 M:      Kevin Cernekee <cernekee@gmail.com>
2269 L:      linux-mips@linux-mips.org
2270 S:      Maintained
2271 F:      arch/mips/bcm3384/*
2272 F:      arch/mips/include/asm/mach-bcm3384/*
2273 F:      arch/mips/kernel/*bmips*
2274
2275 BROADCOM BCM47XX MIPS ARCHITECTURE
2276 M:      Hauke Mehrtens <hauke@hauke-m.de>
2277 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2278 L:      linux-mips@linux-mips.org
2279 S:      Maintained
2280 F:      arch/mips/bcm47xx/*
2281 F:      arch/mips/include/asm/mach-bcm47xx/*
2282
2283 BROADCOM BCM5301X ARM ARCHITECTURE
2284 M:      Hauke Mehrtens <hauke@hauke-m.de>
2285 L:      linux-arm-kernel@lists.infradead.org
2286 S:      Maintained
2287 F:      arch/arm/mach-bcm/bcm_5301x.c
2288 F:      arch/arm/boot/dts/bcm5301x.dtsi
2289 F:      arch/arm/boot/dts/bcm470*
2290
2291 BROADCOM BCM63XX ARM ARCHITECTURE
2292 M:      Florian Fainelli <f.fainelli@gmail.com>
2293 L:      linux-arm-kernel@lists.infradead.org
2294 T:      git git://github.com/broadcom/arm-bcm63xx.git
2295 S:      Maintained
2296 F:      arch/arm/mach-bcm/bcm63xx.c
2297 F:      arch/arm/include/debug/bcm63xx.S
2298
2299 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2300 M:      Kevin Cernekee <cernekee@gmail.com>
2301 L:      linux-usb@vger.kernel.org
2302 S:      Maintained
2303 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2304
2305 BROADCOM BCM7XXX ARM ARCHITECTURE
2306 M:      Brian Norris <computersforpeace@gmail.com>
2307 M:      Gregory Fong <gregory.0xf0@gmail.com>
2308 M:      Florian Fainelli <f.fainelli@gmail.com>
2309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2310 T:      git git://github.com/broadcom/stblinux.git
2311 S:      Maintained
2312 F:      arch/arm/mach-bcm/*brcmstb*
2313 F:      arch/arm/boot/dts/bcm7*.dts*
2314 F:      drivers/bus/brcmstb_gisb.c
2315 N:      brcmstb
2316
2317 BROADCOM BMIPS MIPS ARCHITECTURE
2318 M:      Kevin Cernekee <cernekee@gmail.com>
2319 M:      Florian Fainelli <f.fainelli@gmail.com>
2320 L:      linux-mips@linux-mips.org
2321 T:      git git://github.com/broadcom/stblinux.git
2322 S:      Maintained
2323 F:      arch/mips/bmips/*
2324 F:      arch/mips/include/asm/mach-bmips/*
2325 F:      arch/mips/kernel/*bmips*
2326 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2327 F:      drivers/irqchip/irq-bcm7*
2328 F:      drivers/irqchip/irq-brcmstb*
2329
2330 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2331 M:      Prashant Sreedharan <prashant@broadcom.com>
2332 M:      Michael Chan <mchan@broadcom.com>
2333 L:      netdev@vger.kernel.org
2334 S:      Supported
2335 F:      drivers/net/ethernet/broadcom/tg3.*
2336
2337 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2338 M:      Brett Rudley <brudley@broadcom.com>
2339 M:      Arend van Spriel <arend@broadcom.com>
2340 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2341 M:      Hante Meuleman <meuleman@broadcom.com>
2342 L:      linux-wireless@vger.kernel.org
2343 L:      brcm80211-dev-list@broadcom.com
2344 S:      Supported
2345 F:      drivers/net/wireless/brcm80211/
2346
2347 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2348 M:      QLogic-Storage-Upstream@qlogic.com
2349 L:      linux-scsi@vger.kernel.org
2350 S:      Supported
2351 F:      drivers/scsi/bnx2fc/
2352
2353 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2354 M:      QLogic-Storage-Upstream@qlogic.com
2355 L:      linux-scsi@vger.kernel.org
2356 S:      Supported
2357 F:      drivers/scsi/bnx2i/
2358
2359 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2360 M:      Ray Jui <rjui@broadcom.com>
2361 M:      Scott Branden <sbranden@broadcom.com>
2362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2363 L:      bcm-kernel-feedback-list@broadcom.com
2364 T:      git git://github.com/broadcom/cygnus-linux.git
2365 S:      Maintained
2366 N:      iproc
2367 N:      cygnus
2368 N:      bcm9113*
2369 N:      bcm9583*
2370 N:      bcm583*
2371 N:      bcm113*
2372
2373 BROADCOM BRCMSTB GPIO DRIVER
2374 M:      Gregory Fong <gregory.0xf0@gmail.com>
2375 L:      bcm-kernel-feedback-list@broadcom.com>
2376 S:      Supported
2377 F:      drivers/gpio/gpio-brcmstb.c
2378 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2379
2380 BROADCOM KONA GPIO DRIVER
2381 M:      Ray Jui <rjui@broadcom.com>
2382 L:      bcm-kernel-feedback-list@broadcom.com
2383 S:      Supported
2384 F:      drivers/gpio/gpio-bcm-kona.c
2385 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2386
2387 BROADCOM NVRAM DRIVER
2388 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2389 L:      linux-mips@linux-mips.org
2390 S:      Maintained
2391 F:      drivers/firmware/broadcom/*
2392
2393 BROADCOM STB NAND FLASH DRIVER
2394 M:      Brian Norris <computersforpeace@gmail.com>
2395 L:      linux-mtd@lists.infradead.org
2396 S:      Maintained
2397 F:      drivers/mtd/nand/brcmnand/
2398
2399 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2400 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2401 L:      linux-wireless@vger.kernel.org
2402 S:      Maintained
2403 F:      drivers/bcma/
2404 F:      include/linux/bcma/
2405
2406 BROADCOM SYSTEMPORT ETHERNET DRIVER
2407 M:      Florian Fainelli <f.fainelli@gmail.com>
2408 L:      netdev@vger.kernel.org
2409 S:      Supported
2410 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2411
2412 BROCADE BFA FC SCSI DRIVER
2413 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2414 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2415 L:      linux-scsi@vger.kernel.org
2416 S:      Supported
2417 F:      drivers/scsi/bfa/
2418
2419 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2420 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2421 L:      netdev@vger.kernel.org
2422 S:      Supported
2423 F:      drivers/net/ethernet/brocade/bna/
2424
2425 BSG (block layer generic sg v4 driver)
2426 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2427 L:      linux-scsi@vger.kernel.org
2428 S:      Supported
2429 F:      block/bsg.c
2430 F:      include/linux/bsg.h
2431 F:      include/uapi/linux/bsg.h
2432
2433 BT87X AUDIO DRIVER
2434 M:      Clemens Ladisch <clemens@ladisch.de>
2435 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2436 T:      git git://git.alsa-project.org/alsa-kernel.git
2437 S:      Maintained
2438 F:      Documentation/sound/alsa/Bt87x.txt
2439 F:      sound/pci/bt87x.c
2440
2441 BT8XXGPIO DRIVER
2442 M:      Michael Buesch <m@bues.ch>
2443 W:      http://bu3sch.de/btgpio.php
2444 S:      Maintained
2445 F:      drivers/gpio/gpio-bt8xx.c
2446
2447 BTRFS FILE SYSTEM
2448 M:      Chris Mason <clm@fb.com>
2449 M:      Josef Bacik <jbacik@fb.com>
2450 M:      David Sterba <dsterba@suse.com>
2451 L:      linux-btrfs@vger.kernel.org
2452 W:      http://btrfs.wiki.kernel.org/
2453 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2455 S:      Maintained
2456 F:      Documentation/filesystems/btrfs.txt
2457 F:      fs/btrfs/
2458
2459 BTTV VIDEO4LINUX DRIVER
2460 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2461 L:      linux-media@vger.kernel.org
2462 W:      http://linuxtv.org
2463 T:      git git://linuxtv.org/media_tree.git
2464 S:      Odd fixes
2465 F:      Documentation/video4linux/bttv/
2466 F:      drivers/media/pci/bt8xx/bttv*
2467
2468 BUSLOGIC SCSI DRIVER
2469 M:      Khalid Aziz <khalid@gonehiking.org>
2470 L:      linux-scsi@vger.kernel.org
2471 S:      Maintained
2472 F:      drivers/scsi/BusLogic.*
2473 F:      drivers/scsi/FlashPoint.*
2474
2475 C-MEDIA CMI8788 DRIVER
2476 M:      Clemens Ladisch <clemens@ladisch.de>
2477 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2478 T:      git git://git.alsa-project.org/alsa-kernel.git
2479 S:      Maintained
2480 F:      sound/pci/oxygen/
2481
2482 C6X ARCHITECTURE
2483 M:      Mark Salter <msalter@redhat.com>
2484 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2485 L:      linux-c6x-dev@linux-c6x.org
2486 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2487 S:      Maintained
2488 F:      arch/c6x/
2489
2490 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2491 M:      David Howells <dhowells@redhat.com>
2492 L:      linux-cachefs@redhat.com
2493 S:      Supported
2494 F:      Documentation/filesystems/caching/cachefiles.txt
2495 F:      fs/cachefiles/
2496
2497 CADET FM/AM RADIO RECEIVER DRIVER
2498 M:      Hans Verkuil <hverkuil@xs4all.nl>
2499 L:      linux-media@vger.kernel.org
2500 T:      git git://linuxtv.org/media_tree.git
2501 W:      http://linuxtv.org
2502 S:      Maintained
2503 F:      drivers/media/radio/radio-cadet*
2504
2505 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2506 M:      Jonathan Corbet <corbet@lwn.net>
2507 L:      linux-media@vger.kernel.org
2508 T:      git git://linuxtv.org/media_tree.git
2509 S:      Maintained
2510 F:      Documentation/video4linux/cafe_ccic
2511 F:      drivers/media/platform/marvell-ccic/
2512
2513 CAIF NETWORK LAYER
2514 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2515 L:      netdev@vger.kernel.org
2516 S:      Supported
2517 F:      Documentation/networking/caif/
2518 F:      drivers/net/caif/
2519 F:      include/uapi/linux/caif/
2520 F:      include/net/caif/
2521 F:      net/caif/
2522
2523 CALGARY x86-64 IOMMU
2524 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2525 M:      "Jon D. Mason" <jdmason@kudzu.us>
2526 L:      discuss@x86-64.org
2527 S:      Maintained
2528 F:      arch/x86/kernel/pci-calgary_64.c
2529 F:      arch/x86/kernel/tce_64.c
2530 F:      arch/x86/include/asm/calgary.h
2531 F:      arch/x86/include/asm/tce.h
2532
2533 CAN NETWORK LAYER
2534 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2535 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2536 L:      linux-can@vger.kernel.org
2537 W:      https://github.com/linux-can
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2540 S:      Maintained
2541 F:      Documentation/networking/can.txt
2542 F:      net/can/
2543 F:      include/linux/can/core.h
2544 F:      include/uapi/linux/can.h
2545 F:      include/uapi/linux/can/bcm.h
2546 F:      include/uapi/linux/can/raw.h
2547 F:      include/uapi/linux/can/gw.h
2548
2549 CAN NETWORK DRIVERS
2550 M:      Wolfgang Grandegger <wg@grandegger.com>
2551 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2552 L:      linux-can@vger.kernel.org
2553 W:      https://github.com/linux-can
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2556 S:      Maintained
2557 F:      drivers/net/can/
2558 F:      include/linux/can/dev.h
2559 F:      include/linux/can/platform/
2560 F:      include/uapi/linux/can/error.h
2561 F:      include/uapi/linux/can/netlink.h
2562
2563 CAPABILITIES
2564 M:      Serge Hallyn <serge.hallyn@canonical.com>
2565 L:      linux-security-module@vger.kernel.org
2566 S:      Supported
2567 F:      include/linux/capability.h
2568 F:      include/uapi/linux/capability.h
2569 F:      security/commoncap.c
2570 F:      kernel/capability.c
2571
2572 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2573 M:      Kevin Tsai <ktsai@capellamicro.com>
2574 S:      Maintained
2575 F:      drivers/iio/light/cm*
2576 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2577
2578 CAVIUM LIQUIDIO NETWORK DRIVER
2579 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2580 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2581 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2582 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2583 L:     netdev@vger.kernel.org
2584 W:     http://www.cavium.com
2585 S:     Supported
2586 F:     drivers/net/ethernet/cavium/liquidio/
2587
2588 CC2520 IEEE-802.15.4 RADIO DRIVER
2589 M:      Varka Bhadram <varkabhadram@gmail.com>
2590 L:      linux-wpan@vger.kernel.org
2591 S:      Maintained
2592 F:      drivers/net/ieee802154/cc2520.c
2593 F:      include/linux/spi/cc2520.h
2594 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2595
2596 CELL BROADBAND ENGINE ARCHITECTURE
2597 M:      Arnd Bergmann <arnd@arndb.de>
2598 L:      linuxppc-dev@lists.ozlabs.org
2599 W:      http://www.ibm.com/developerworks/power/cell/
2600 S:      Supported
2601 F:      arch/powerpc/include/asm/cell*.h
2602 F:      arch/powerpc/include/asm/spu*.h
2603 F:      arch/powerpc/include/uapi/asm/spu*.h
2604 F:      arch/powerpc/oprofile/*cell*
2605 F:      arch/powerpc/platforms/cell/
2606
2607 CEPH COMMON CODE (LIBCEPH)
2608 M:      Ilya Dryomov <idryomov@gmail.com>
2609 M:      "Yan, Zheng" <zyan@redhat.com>
2610 M:      Sage Weil <sage@redhat.com>
2611 L:      ceph-devel@vger.kernel.org
2612 W:      http://ceph.com/
2613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2614 T:      git git://github.com/ceph/ceph-client.git
2615 S:      Supported
2616 F:      net/ceph/
2617 F:      include/linux/ceph/
2618 F:      include/linux/crush/
2619
2620 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2621 M:      "Yan, Zheng" <zyan@redhat.com>
2622 M:      Sage Weil <sage@redhat.com>
2623 M:      Ilya Dryomov <idryomov@gmail.com>
2624 L:      ceph-devel@vger.kernel.org
2625 W:      http://ceph.com/
2626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2627 T:      git git://github.com/ceph/ceph-client.git
2628 S:      Supported
2629 F:      Documentation/filesystems/ceph.txt
2630 F:      fs/ceph/
2631
2632 CERTIFICATE HANDLING:
2633 M:      David Howells <dhowells@redhat.com>
2634 M:      David Woodhouse <dwmw2@infradead.org>
2635 L:      keyrings@linux-nfs.org
2636 S:      Maintained
2637 F:      Documentation/module-signing.txt
2638 F:      certs/
2639 F:      scripts/extract-cert.c
2640
2641 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2642 L:      linux-usb@vger.kernel.org
2643 S:      Orphan
2644 F:      Documentation/usb/WUSB-Design-overview.txt
2645 F:      Documentation/usb/wusb-cbaf
2646 F:      drivers/usb/host/hwa-hc.c
2647 F:      drivers/usb/host/whci/
2648 F:      drivers/usb/wusbcore/
2649 F:      include/linux/usb/wusb*
2650
2651 CFAG12864B LCD DRIVER
2652 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2653 W:      http://miguelojeda.es/auxdisplay.htm
2654 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2655 S:      Maintained
2656 F:      drivers/auxdisplay/cfag12864b.c
2657 F:      include/linux/cfag12864b.h
2658
2659 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2660 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2661 W:      http://miguelojeda.es/auxdisplay.htm
2662 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2663 S:      Maintained
2664 F:      drivers/auxdisplay/cfag12864bfb.c
2665 F:      include/linux/cfag12864b.h
2666
2667 CFG80211 and NL80211
2668 M:      Johannes Berg <johannes@sipsolutions.net>
2669 L:      linux-wireless@vger.kernel.org
2670 W:      http://wireless.kernel.org/
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2673 S:      Maintained
2674 F:      include/uapi/linux/nl80211.h
2675 F:      include/net/cfg80211.h
2676 F:      net/wireless/*
2677 X:      net/wireless/wext*
2678
2679 CHAR and MISC DRIVERS
2680 M:      Arnd Bergmann <arnd@arndb.de>
2681 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2683 S:      Supported
2684 F:      drivers/char/*
2685 F:      drivers/misc/*
2686 F:      include/linux/miscdevice.h
2687
2688 CHECKPATCH
2689 M:      Andy Whitcroft <apw@canonical.com>
2690 M:      Joe Perches <joe@perches.com>
2691 S:      Maintained
2692 F:      scripts/checkpatch.pl
2693
2694 CHINESE DOCUMENTATION
2695 M:      Harry Wei <harryxiyou@gmail.com>
2696 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2697 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2698 S:      Maintained
2699 F:      Documentation/zh_CN/
2700
2701 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2702 M:      Peter Chen <Peter.Chen@freescale.com>
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2704 L:      linux-usb@vger.kernel.org
2705 S:      Maintained
2706 F:      drivers/usb/chipidea/
2707
2708 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2709 M:      Hans de Goede <hdegoede@redhat.com>
2710 L:      linux-input@vger.kernel.org
2711 S:      Maintained
2712 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2713 F:      drivers/input/touchscreen/chipone_icn8318.c
2714
2715 CHROME HARDWARE PLATFORM SUPPORT
2716 M:      Olof Johansson <olof@lixom.net>
2717 S:      Maintained
2718 F:      drivers/platform/chrome/
2719
2720 CISCO VIC ETHERNET NIC DRIVER
2721 M:      Christian Benvenuti <benve@cisco.com>
2722 M:      Sujith Sankar <ssujith@cisco.com>
2723 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2724 M:      Neel Patel <neepatel@cisco.com>
2725 S:      Supported
2726 F:      drivers/net/ethernet/cisco/enic/
2727
2728 CISCO VIC LOW LATENCY NIC DRIVER
2729 M:      Upinder Malhi <umalhi@cisco.com>
2730 S:      Supported
2731 F:      drivers/infiniband/hw/usnic
2732
2733 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2734 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2735 L:      netdev@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2738
2739 CIRRUS LOGIC AUDIO CODEC DRIVERS
2740 M:      Brian Austin <brian.austin@cirrus.com>
2741 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2743 S:      Maintained
2744 F:      sound/soc/codecs/cs*
2745
2746 CLEANCACHE API
2747 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2748 L:      linux-kernel@vger.kernel.org
2749 S:      Maintained
2750 F:      mm/cleancache.c
2751 F:      include/linux/cleancache.h
2752
2753 CLK API
2754 M:      Russell King <linux@arm.linux.org.uk>
2755 L:      linux-clk@vger.kernel.org
2756 S:      Maintained
2757 F:      include/linux/clk.h
2758
2759 CLOCKSOURCE, CLOCKEVENT DRIVERS
2760 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2761 M:      Thomas Gleixner <tglx@linutronix.de>
2762 L:      linux-kernel@vger.kernel.org
2763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2764 S:      Supported
2765 F:      drivers/clocksource
2766
2767 CISCO FCOE HBA DRIVER
2768 M:      Hiral Patel <hiralpat@cisco.com>
2769 M:      Suma Ramars <sramars@cisco.com>
2770 M:      Brian Uchino <buchino@cisco.com>
2771 L:      linux-scsi@vger.kernel.org
2772 S:      Supported
2773 F:      drivers/scsi/fnic/
2774
2775 CISCO SCSI HBA DRIVER
2776 M:      Narsimhulu Musini <nmusini@cisco.com>
2777 M:      Sesidhar Baddela <sebaddel@cisco.com>
2778 L:      linux-scsi@vger.kernel.org
2779 S:      Supported
2780 F:      drivers/scsi/snic/
2781
2782 CMPC ACPI DRIVER
2783 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2784 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2785 L:      platform-driver-x86@vger.kernel.org
2786 S:      Supported
2787 F:      drivers/platform/x86/classmate-laptop.c
2788
2789 COBALT MEDIA DRIVER
2790 M:      Hans Verkuil <hans.verkuil@cisco.com>
2791 L:      linux-media@vger.kernel.org
2792 T:      git git://linuxtv.org/media_tree.git
2793 W:      http://linuxtv.org
2794 S:      Supported
2795 F:      drivers/media/pci/cobalt/
2796
2797 COCCINELLE/Semantic Patches (SmPL)
2798 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2799 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2800 M:      Nicolas Palix <nicolas.palix@imag.fr>
2801 M:      Michal Marek <mmarek@suse.com>
2802 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2804 W:      http://coccinelle.lip6.fr/
2805 S:      Supported
2806 F:      Documentation/coccinelle.txt
2807 F:      scripts/coccinelle/
2808 F:      scripts/coccicheck
2809
2810 CODA FILE SYSTEM
2811 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2812 M:      coda@cs.cmu.edu
2813 L:      codalist@coda.cs.cmu.edu
2814 W:      http://www.coda.cs.cmu.edu/
2815 S:      Maintained
2816 F:      Documentation/filesystems/coda.txt
2817 F:      fs/coda/
2818 F:      include/linux/coda*.h
2819 F:      include/uapi/linux/coda*.h
2820
2821 CODA V4L2 MEM2MEM DRIVER
2822 M:      Philipp Zabel <p.zabel@pengutronix.de>
2823 L:      linux-media@vger.kernel.org
2824 S:      Maintained
2825 F:      Documentation/devicetree/bindings/media/coda.txt
2826 F:      drivers/media/platform/coda/
2827
2828 COMMON CLK FRAMEWORK
2829 M:      Michael Turquette <mturquette@baylibre.com>
2830 M:      Stephen Boyd <sboyd@codeaurora.org>
2831 L:      linux-clk@vger.kernel.org
2832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2833 S:      Maintained
2834 F:      drivers/clk/
2835 X:      drivers/clk/clkdev.c
2836 F:      include/linux/clk-pr*
2837 F:      include/linux/clk/
2838
2839 COMMON INTERNET FILE SYSTEM (CIFS)
2840 M:      Steve French <sfrench@samba.org>
2841 L:      linux-cifs@vger.kernel.org
2842 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2843 W:      http://linux-cifs.samba.org/
2844 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2845 S:      Supported
2846 F:      Documentation/filesystems/cifs/
2847 F:      fs/cifs/
2848
2849 COMPACTPCI HOTPLUG CORE
2850 M:      Scott Murray <scott@spiteful.org>
2851 L:      linux-pci@vger.kernel.org
2852 S:      Maintained
2853 F:      drivers/pci/hotplug/cpci_hotplug*
2854
2855 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2856 M:      Scott Murray <scott@spiteful.org>
2857 L:      linux-pci@vger.kernel.org
2858 S:      Maintained
2859 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2860
2861 COMPACTPCI HOTPLUG GENERIC DRIVER
2862 M:      Scott Murray <scott@spiteful.org>
2863 L:      linux-pci@vger.kernel.org
2864 S:      Maintained
2865 F:      drivers/pci/hotplug/cpcihp_generic.c
2866
2867 COMPAL LAPTOP SUPPORT
2868 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2869 L:      platform-driver-x86@vger.kernel.org
2870 S:      Maintained
2871 F:      drivers/platform/x86/compal-laptop.c
2872
2873 CONEXANT ACCESSRUNNER USB DRIVER
2874 M:      Simon Arlott <cxacru@fire.lp0.eu>
2875 L:      accessrunner-general@lists.sourceforge.net
2876 W:      http://accessrunner.sourceforge.net/
2877 S:      Maintained
2878 F:      drivers/usb/atm/cxacru.c
2879
2880 CONFIGFS
2881 M:      Joel Becker <jlbec@evilplan.org>
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2883 S:      Supported
2884 F:      fs/configfs/
2885 F:      include/linux/configfs.h
2886
2887 CONNECTOR
2888 M:      Evgeniy Polyakov <zbr@ioremap.net>
2889 L:      netdev@vger.kernel.org
2890 S:      Maintained
2891 F:      drivers/connector/
2892
2893 CONTROL GROUP (CGROUP)
2894 M:      Tejun Heo <tj@kernel.org>
2895 M:      Li Zefan <lizefan@huawei.com>
2896 M:      Johannes Weiner <hannes@cmpxchg.org>
2897 L:      cgroups@vger.kernel.org
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2899 S:      Maintained
2900 F:      Documentation/cgroups/
2901 F:      include/linux/cgroup*
2902 F:      kernel/cgroup*
2903
2904 CONTROL GROUP - CPUSET
2905 M:      Li Zefan <lizefan@huawei.com>
2906 L:      cgroups@vger.kernel.org
2907 W:      http://www.bullopensource.org/cpuset/
2908 W:      http://oss.sgi.com/projects/cpusets/
2909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2910 S:      Maintained
2911 F:      Documentation/cgroups/cpusets.txt
2912 F:      include/linux/cpuset.h
2913 F:      kernel/cpuset.c
2914
2915 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2916 M:      Johannes Weiner <hannes@cmpxchg.org>
2917 M:      Michal Hocko <mhocko@kernel.org>
2918 L:      cgroups@vger.kernel.org
2919 L:      linux-mm@kvack.org
2920 S:      Maintained
2921 F:      mm/memcontrol.c
2922 F:      mm/swap_cgroup.c
2923
2924 CORETEMP HARDWARE MONITORING DRIVER
2925 M:      Fenghua Yu <fenghua.yu@intel.com>
2926 L:      lm-sensors@lm-sensors.org
2927 S:      Maintained
2928 F:      Documentation/hwmon/coretemp
2929 F:      drivers/hwmon/coretemp.c
2930
2931 COSA/SRP SYNC SERIAL DRIVER
2932 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2933 W:      http://www.fi.muni.cz/~kas/cosa/
2934 S:      Maintained
2935 F:      drivers/net/wan/cosa*
2936
2937 CPMAC ETHERNET DRIVER
2938 M:      Florian Fainelli <florian@openwrt.org>
2939 L:      netdev@vger.kernel.org
2940 S:      Maintained
2941 F:      drivers/net/ethernet/ti/cpmac.c
2942
2943 CPU FREQUENCY DRIVERS
2944 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2945 M:      Viresh Kumar <viresh.kumar@linaro.org>
2946 L:      linux-pm@vger.kernel.org
2947 S:      Maintained
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2949 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2950 F:      drivers/cpufreq/
2951 F:      include/linux/cpufreq.h
2952
2953 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2954 M:      Viresh Kumar <viresh.kumar@linaro.org>
2955 M:      Sudeep Holla <sudeep.holla@arm.com>
2956 L:      linux-pm@vger.kernel.org
2957 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2958 S:      Maintained
2959 F:      drivers/cpufreq/arm_big_little.h
2960 F:      drivers/cpufreq/arm_big_little.c
2961 F:      drivers/cpufreq/arm_big_little_dt.c
2962
2963 CPUIDLE DRIVER - ARM BIG LITTLE
2964 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2965 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2966 L:      linux-pm@vger.kernel.org
2967 L:      linux-arm-kernel@lists.infradead.org
2968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2969 S:      Maintained
2970 F:      drivers/cpuidle/cpuidle-big_little.c
2971
2972 CPUIDLE DRIVER - ARM EXYNOS
2973 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2974 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2975 M:      Kukjin Kim <kgene@kernel.org>
2976 L:      linux-pm@vger.kernel.org
2977 L:      linux-samsung-soc@vger.kernel.org
2978 S:      Supported
2979 F:      drivers/cpuidle/cpuidle-exynos.c
2980 F:      arch/arm/mach-exynos/pm.c
2981
2982 CPUIDLE DRIVERS
2983 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2984 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2985 L:      linux-pm@vger.kernel.org
2986 S:      Maintained
2987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2988 F:      drivers/cpuidle/*
2989 F:      include/linux/cpuidle.h
2990
2991 CPUID/MSR DRIVER
2992 M:      "H. Peter Anvin" <hpa@zytor.com>
2993 S:      Maintained
2994 F:      arch/x86/kernel/cpuid.c
2995 F:      arch/x86/kernel/msr.c
2996
2997 CPU POWER MONITORING SUBSYSTEM
2998 M:      Thomas Renninger <trenn@suse.com>
2999 L:      linux-pm@vger.kernel.org
3000 S:      Maintained
3001 F:      tools/power/cpupower/
3002
3003 CRAMFS FILESYSTEM
3004 W:      http://sourceforge.net/projects/cramfs/
3005 S:      Orphan / Obsolete
3006 F:      Documentation/filesystems/cramfs.txt
3007 F:      fs/cramfs/
3008
3009 CRIS PORT
3010 M:      Mikael Starvik <starvik@axis.com>
3011 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3012 L:      linux-cris-kernel@axis.com
3013 W:      http://developer.axis.com
3014 S:      Maintained
3015 F:      arch/cris/
3016 F:      drivers/tty/serial/crisv10.*
3017
3018 CRYPTO API
3019 M:      Herbert Xu <herbert@gondor.apana.org.au>
3020 M:      "David S. Miller" <davem@davemloft.net>
3021 L:      linux-crypto@vger.kernel.org
3022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3023 S:      Maintained
3024 F:      Documentation/crypto/
3025 F:      Documentation/DocBook/crypto-API.tmpl
3026 F:      arch/*/crypto/
3027 F:      crypto/
3028 F:      drivers/crypto/
3029 F:      include/crypto/
3030
3031 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3032 M:      Neil Horman <nhorman@tuxdriver.com>
3033 L:      linux-crypto@vger.kernel.org
3034 S:      Maintained
3035 F:      crypto/ansi_cprng.c
3036 F:      crypto/rng.c
3037
3038 CS5535 Audio ALSA driver
3039 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3040 S:      Maintained
3041 F:      sound/pci/cs5535audio/
3042
3043 CW1200 WLAN driver
3044 M:      Solomon Peachy <pizza@shaftnet.org>
3045 S:      Maintained
3046 F:      drivers/net/wireless/cw1200/
3047
3048 CX18 VIDEO4LINUX DRIVER
3049 M:      Andy Walls <awalls@md.metrocast.net>
3050 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3051 L:      linux-media@vger.kernel.org
3052 T:      git git://linuxtv.org/media_tree.git
3053 W:      http://linuxtv.org
3054 W:      http://www.ivtvdriver.org/index.php/Cx18
3055 S:      Maintained
3056 F:      Documentation/video4linux/cx18.txt
3057 F:      drivers/media/pci/cx18/
3058 F:      include/uapi/linux/ivtv*
3059
3060 CX2341X MPEG ENCODER HELPER MODULE
3061 M:      Hans Verkuil <hverkuil@xs4all.nl>
3062 L:      linux-media@vger.kernel.org
3063 T:      git git://linuxtv.org/media_tree.git
3064 W:      http://linuxtv.org
3065 S:      Maintained
3066 F:      drivers/media/common/cx2341x*
3067 F:      include/media/cx2341x*
3068
3069 CX24120 MEDIA DRIVER
3070 M:      Jemma Denson <jdenson@gmail.com>
3071 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3072 L:      linux-media@vger.kernel.org
3073 W:      http://linuxtv.org/
3074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3075 S:      Maintained
3076 F:      drivers/media/dvb-frontends/cx24120*
3077
3078 CX88 VIDEO4LINUX DRIVER
3079 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3080 L:      linux-media@vger.kernel.org
3081 W:      http://linuxtv.org
3082 T:      git git://linuxtv.org/media_tree.git
3083 S:      Odd fixes
3084 F:      Documentation/video4linux/cx88/
3085 F:      drivers/media/pci/cx88/
3086
3087 CXD2820R MEDIA DRIVER
3088 M:      Antti Palosaari <crope@iki.fi>
3089 L:      linux-media@vger.kernel.org
3090 W:      http://linuxtv.org/
3091 W:      http://palosaari.fi/linux/
3092 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3093 T:      git git://linuxtv.org/anttip/media_tree.git
3094 S:      Maintained
3095 F:      drivers/media/dvb-frontends/cxd2820r*
3096
3097 CXGB3 ETHERNET DRIVER (CXGB3)
3098 M:      Santosh Raspatur <santosh@chelsio.com>
3099 L:      netdev@vger.kernel.org
3100 W:      http://www.chelsio.com
3101 S:      Supported
3102 F:      drivers/net/ethernet/chelsio/cxgb3/
3103
3104 CXGB3 ISCSI DRIVER (CXGB3I)
3105 M:      Karen Xie <kxie@chelsio.com>
3106 L:      linux-scsi@vger.kernel.org
3107 W:      http://www.chelsio.com
3108 S:      Supported
3109 F:      drivers/scsi/cxgbi/cxgb3i
3110
3111 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3112 M:      Steve Wise <swise@chelsio.com>
3113 L:      linux-rdma@vger.kernel.org
3114 W:      http://www.openfabrics.org
3115 S:      Supported
3116 F:      drivers/infiniband/hw/cxgb3/
3117
3118 CXGB4 ETHERNET DRIVER (CXGB4)
3119 M:      Hariprasad S <hariprasad@chelsio.com>
3120 L:      netdev@vger.kernel.org
3121 W:      http://www.chelsio.com
3122 S:      Supported
3123 F:      drivers/net/ethernet/chelsio/cxgb4/
3124
3125 CXGB4 ISCSI DRIVER (CXGB4I)
3126 M:      Karen Xie <kxie@chelsio.com>
3127 L:      linux-scsi@vger.kernel.org
3128 W:      http://www.chelsio.com
3129 S:      Supported
3130 F:      drivers/scsi/cxgbi/cxgb4i
3131
3132 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3133 M:      Steve Wise <swise@chelsio.com>
3134 L:      linux-rdma@vger.kernel.org
3135 W:      http://www.openfabrics.org
3136 S:      Supported
3137 F:      drivers/infiniband/hw/cxgb4/
3138
3139 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3140 M:      Casey Leedom <leedom@chelsio.com>
3141 L:      netdev@vger.kernel.org
3142 W:      http://www.chelsio.com
3143 S:      Supported
3144 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3145
3146 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3147 M:      Ian Munsie <imunsie@au1.ibm.com>
3148 M:      Michael Neuling <mikey@neuling.org>
3149 L:      linuxppc-dev@lists.ozlabs.org
3150 S:      Supported
3151 F:      drivers/misc/cxl/
3152 F:      include/misc/cxl*
3153 F:      include/uapi/misc/cxl.h
3154 F:      Documentation/powerpc/cxl.txt
3155 F:      Documentation/powerpc/cxl.txt
3156 F:      Documentation/ABI/testing/sysfs-class-cxl
3157
3158 STMMAC ETHERNET DRIVER
3159 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3160 L:      netdev@vger.kernel.org
3161 W:      http://www.stlinux.com
3162 S:      Supported
3163 F:      drivers/net/ethernet/stmicro/stmmac/
3164
3165 CYBERPRO FB DRIVER
3166 M:      Russell King <linux@arm.linux.org.uk>
3167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3168 W:      http://www.arm.linux.org.uk/
3169 S:      Maintained
3170 F:      drivers/video/fbdev/cyber2000fb.*
3171
3172 CYCLADES ASYNC MUX DRIVER
3173 W:      http://www.cyclades.com/
3174 S:      Orphan
3175 F:      drivers/tty/cyclades.c
3176 F:      include/linux/cyclades.h
3177 F:      include/uapi/linux/cyclades.h
3178
3179 CYCLADES PC300 DRIVER
3180 W:      http://www.cyclades.com/
3181 S:      Orphan
3182 F:      drivers/net/wan/pc300*
3183
3184 CYPRESS_FIRMWARE MEDIA DRIVER
3185 M:      Antti Palosaari <crope@iki.fi>
3186 L:      linux-media@vger.kernel.org
3187 W:      http://linuxtv.org/
3188 W:      http://palosaari.fi/linux/
3189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3190 T:      git git://linuxtv.org/anttip/media_tree.git
3191 S:      Maintained
3192 F:      drivers/media/common/cypress_firmware*
3193
3194 CYTTSP TOUCHSCREEN DRIVER
3195 M:      Ferruh Yigit <fery@cypress.com>
3196 L:      linux-input@vger.kernel.org
3197 S:      Supported
3198 F:      drivers/input/touchscreen/cyttsp*
3199 F:      include/linux/input/cyttsp.h
3200
3201 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3202 M:      Joshua Kinard <kumba@gentoo.org>
3203 S:      Maintained
3204 F:      drivers/rtc/rtc-ds1685.c
3205 F:      include/linux/rtc/ds1685.h
3206
3207 DAMA SLAVE for AX.25
3208 M:      Joerg Reuter <jreuter@yaina.de>
3209 W:      http://yaina.de/jreuter/
3210 W:      http://www.qsl.net/dl1bke/
3211 L:      linux-hams@vger.kernel.org
3212 S:      Maintained
3213 F:      net/ax25/af_ax25.c
3214 F:      net/ax25/ax25_dev.c
3215 F:      net/ax25/ax25_ds_*
3216 F:      net/ax25/ax25_in.c
3217 F:      net/ax25/ax25_out.c
3218 F:      net/ax25/ax25_timer.c
3219 F:      net/ax25/sysctl_net_ax25.c
3220
3221 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3222 L:      netdev@vger.kernel.org
3223 S:      Orphan
3224 F:      Documentation/networking/dmfe.txt
3225 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3226
3227 DC390/AM53C974 SCSI driver
3228 M:      Hannes Reinecke <hare@suse.com>
3229 L:      linux-scsi@vger.kernel.org
3230 S:      Maintained
3231 F:      drivers/scsi/am53c974.c
3232
3233 DC395x SCSI driver
3234 M:      Oliver Neukum <oliver@neukum.org>
3235 M:      Ali Akcaagac <aliakc@web.de>
3236 M:      Jamie Lenehan <lenehan@twibble.org>
3237 L:      dc395x@twibble.org
3238 W:      http://twibble.org/dist/dc395x/
3239 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3240 S:      Maintained
3241 F:      Documentation/scsi/dc395x.txt
3242 F:      drivers/scsi/dc395x.*
3243
3244 DCCP PROTOCOL
3245 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3246 L:      dccp@vger.kernel.org
3247 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3248 S:      Maintained
3249 F:      include/linux/dccp.h
3250 F:      include/uapi/linux/dccp.h
3251 F:      include/linux/tfrc.h
3252 F:      net/dccp/
3253
3254 DECnet NETWORK LAYER
3255 W:      http://linux-decnet.sourceforge.net
3256 L:      linux-decnet-user@lists.sourceforge.net
3257 S:      Orphan
3258 F:      Documentation/networking/decnet.txt
3259 F:      net/decnet/
3260
3261 DECSTATION PLATFORM SUPPORT
3262 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3263 L:      linux-mips@linux-mips.org
3264 W:      http://www.linux-mips.org/wiki/DECstation
3265 S:      Maintained
3266 F:      arch/mips/dec/
3267 F:      arch/mips/include/asm/dec/
3268 F:      arch/mips/include/asm/mach-dec/
3269
3270 DEFXX FDDI NETWORK DRIVER
3271 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3272 S:      Maintained
3273 F:      drivers/net/fddi/defxx.*
3274
3275 DELL LAPTOP DRIVER
3276 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3277 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3278 L:      platform-driver-x86@vger.kernel.org
3279 S:      Maintained
3280 F:      drivers/platform/x86/dell-laptop.c
3281
3282 DELL LAPTOP RBTN DRIVER
3283 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3284 S:      Maintained
3285 F:      drivers/platform/x86/dell-rbtn.*
3286
3287 DELL LAPTOP FREEFALL DRIVER
3288 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3289 S:      Maintained
3290 F:      drivers/platform/x86/dell-smo8800.c
3291
3292 DELL LAPTOP SMM DRIVER
3293 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3294 S:      Maintained
3295 F:      drivers/hwmon/dell-smm-hwmon.c
3296 F:      include/uapi/linux/i8k.h
3297
3298 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3299 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3300 S:      Maintained
3301 F:      Documentation/dcdbas.txt
3302 F:      drivers/firmware/dcdbas.*
3303
3304 DELL WMI EXTRAS DRIVER
3305 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3306 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3307 S:      Maintained
3308 F:      drivers/platform/x86/dell-wmi.c
3309
3310 DESIGNWARE USB2 DRD IP DRIVER
3311 M:      John Youn <johnyoun@synopsys.com>
3312 L:      linux-usb@vger.kernel.org
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3314 S:      Maintained
3315 F:      drivers/usb/dwc2/
3316
3317 DESIGNWARE USB3 DRD IP DRIVER
3318 M:      Felipe Balbi <balbi@ti.com>
3319 L:      linux-usb@vger.kernel.org
3320 L:      linux-omap@vger.kernel.org
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3322 S:      Maintained
3323 F:      drivers/usb/dwc3/
3324
3325 DEVICE COREDUMP (DEV_COREDUMP)
3326 M:      Johannes Berg <johannes@sipsolutions.net>
3327 L:      linux-kernel@vger.kernel.org
3328 S:      Maintained
3329 F:      drivers/base/devcoredump.c
3330 F:      include/linux/devcoredump.h
3331
3332 DEVICE FREQUENCY (DEVFREQ)
3333 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3334 M:      Kyungmin Park <kyungmin.park@samsung.com>
3335 L:      linux-pm@vger.kernel.org
3336 S:      Maintained
3337 F:      drivers/devfreq/
3338
3339 DEVICE NUMBER REGISTRY
3340 M:      Torben Mathiasen <device@lanana.org>
3341 W:      http://lanana.org/docs/device-list/index.html
3342 S:      Maintained
3343
3344 DEVICE-MAPPER  (LVM)
3345 M:      Alasdair Kergon <agk@redhat.com>
3346 M:      Mike Snitzer <snitzer@redhat.com>
3347 M:      dm-devel@redhat.com
3348 L:      dm-devel@redhat.com
3349 W:      http://sources.redhat.com/dm
3350 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3352 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3353 S:      Maintained
3354 F:      Documentation/device-mapper/
3355 F:      drivers/md/dm*
3356 F:      drivers/md/persistent-data/
3357 F:      include/linux/device-mapper.h
3358 F:      include/linux/dm-*.h
3359 F:      include/uapi/linux/dm-*.h
3360
3361 DIALOG SEMICONDUCTOR DRIVERS
3362 M:      Support Opensource <support.opensource@diasemi.com>
3363 W:      http://www.dialog-semiconductor.com/products
3364 S:      Supported
3365 F:      Documentation/hwmon/da90??
3366 F:      drivers/gpio/gpio-da90??.c
3367 F:      drivers/hwmon/da90??-hwmon.c
3368 F:      drivers/iio/adc/da91??-*.c
3369 F:      drivers/input/misc/da90??_onkey.c
3370 F:      drivers/input/touchscreen/da9052_tsi.c
3371 F:      drivers/leds/leds-da90??.c
3372 F:      drivers/mfd/da903x.c
3373 F:      drivers/mfd/da90??-*.c
3374 F:      drivers/mfd/da91??-*.c
3375 F:      drivers/power/da9052-battery.c
3376 F:      drivers/power/da91??-*.c
3377 F:      drivers/regulator/da903x.c
3378 F:      drivers/regulator/da9???-regulator.[ch]
3379 F:      drivers/rtc/rtc-da90??.c
3380 F:      drivers/video/backlight/da90??_bl.c
3381 F:      drivers/watchdog/da90??_wdt.c
3382 F:      include/linux/mfd/da903x.h
3383 F:      include/linux/mfd/da9052/
3384 F:      include/linux/mfd/da9055/
3385 F:      include/linux/mfd/da9063/
3386 F:      include/linux/mfd/da9150/
3387 F:      include/sound/da[79]*.h
3388 F:      sound/soc/codecs/da[79]*.[ch]
3389
3390 DIGI NEO AND CLASSIC PCI PRODUCTS
3391 M:      Lidza Louina <lidza.louina@gmail.com>
3392 M:      Mark Hounschell <markh@compro.net>
3393 L:      driverdev-devel@linuxdriverproject.org
3394 S:      Maintained
3395 F:      drivers/staging/dgnc/
3396
3397 DIGI EPCA PCI PRODUCTS
3398 M:      Lidza Louina <lidza.louina@gmail.com>
3399 M:      Daeseok Youn <daeseok.youn@gmail.com>
3400 L:      driverdev-devel@linuxdriverproject.org
3401 S:      Maintained
3402 F:      drivers/staging/dgap/
3403
3404 DIOLAN U2C-12 I2C DRIVER
3405 M:      Guenter Roeck <linux@roeck-us.net>
3406 L:      linux-i2c@vger.kernel.org
3407 S:      Maintained
3408 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3409
3410 DIRECT ACCESS (DAX)
3411 M:      Matthew Wilcox <willy@linux.intel.com>
3412 L:      linux-fsdevel@vger.kernel.org
3413 S:      Supported
3414 F:      fs/dax.c
3415
3416 DIRECTORY NOTIFICATION (DNOTIFY)
3417 M:      Eric Paris <eparis@parisplace.org>
3418 S:      Maintained
3419 F:      Documentation/filesystems/dnotify.txt
3420 F:      fs/notify/dnotify/
3421 F:      include/linux/dnotify.h
3422
3423 DISK GEOMETRY AND PARTITION HANDLING
3424 M:      Andries Brouwer <aeb@cwi.nl>
3425 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3426 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3427 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3428 S:      Maintained
3429
3430 DISKQUOTA
3431 M:      Jan Kara <jack@suse.com>
3432 S:      Maintained
3433 F:      Documentation/filesystems/quota.txt
3434 F:      fs/quota/
3435 F:      include/linux/quota*.h
3436 F:      include/uapi/linux/quota*.h
3437
3438 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3439 M:      Bernie Thompson <bernie@plugable.com>
3440 L:      linux-fbdev@vger.kernel.org
3441 S:      Maintained
3442 W:      http://plugable.com/category/projects/udlfb/
3443 F:      drivers/video/fbdev/udlfb.c
3444 F:      include/video/udlfb.h
3445 F:      Documentation/fb/udlfb.txt
3446
3447 DISTRIBUTED LOCK MANAGER (DLM)
3448 M:      Christine Caulfield <ccaulfie@redhat.com>
3449 M:      David Teigland <teigland@redhat.com>
3450 L:      cluster-devel@redhat.com
3451 W:      http://sources.redhat.com/cluster/
3452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3453 S:      Supported
3454 F:      fs/dlm/
3455
3456 DMA BUFFER SHARING FRAMEWORK
3457 M:      Sumit Semwal <sumit.semwal@linaro.org>
3458 S:      Maintained
3459 L:      linux-media@vger.kernel.org
3460 L:      dri-devel@lists.freedesktop.org
3461 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3462 F:      drivers/dma-buf/
3463 F:      include/linux/dma-buf*
3464 F:      include/linux/reservation.h
3465 F:      include/linux/*fence.h
3466 F:      Documentation/dma-buf-sharing.txt
3467 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3468
3469 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3470 M:      Vinod Koul <vinod.koul@intel.com>
3471 L:      dmaengine@vger.kernel.org
3472 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3473 S:      Maintained
3474 F:      drivers/dma/
3475 F:      include/linux/dmaengine.h
3476 F:      Documentation/dmaengine/
3477 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3478
3479 DME1737 HARDWARE MONITOR DRIVER
3480 M:      Juerg Haefliger <juergh@gmail.com>
3481 L:      lm-sensors@lm-sensors.org
3482 S:      Maintained
3483 F:      Documentation/hwmon/dme1737
3484 F:      drivers/hwmon/dme1737.c
3485
3486 DMI/SMBIOS SUPPORT
3487 M:      Jean Delvare <jdelvare@suse.com>
3488 S:      Maintained
3489 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3490 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3491 F:      drivers/firmware/dmi-id.c
3492 F:      drivers/firmware/dmi_scan.c
3493 F:      include/linux/dmi.h
3494
3495 DOCUMENTATION
3496 M:      Jonathan Corbet <corbet@lwn.net>
3497 L:      linux-doc@vger.kernel.org
3498 S:      Maintained
3499 F:      Documentation/
3500 X:      Documentation/ABI/
3501 X:      Documentation/devicetree/
3502 X:      Documentation/acpi
3503 X:      Documentation/power
3504 X:      Documentation/spi
3505 X:      Documentation/DocBook/media
3506 T:      git git://git.lwn.net/linux-2.6.git docs-next
3507
3508 DOUBLETALK DRIVER
3509 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3510 L:      blinux-list@redhat.com
3511 S:      Maintained
3512 F:      drivers/char/dtlk.c
3513 F:      include/linux/dtlk.h
3514
3515 DPT_I2O SCSI RAID DRIVER
3516 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3517 L:      linux-scsi@vger.kernel.org
3518 W:      http://www.adaptec.com/
3519 S:      Maintained
3520 F:      drivers/scsi/dpt*
3521 F:      drivers/scsi/dpt/
3522
3523 DRBD DRIVER
3524 P:      Philipp Reisner
3525 P:      Lars Ellenberg
3526 M:      drbd-dev@lists.linbit.com
3527 L:      drbd-user@lists.linbit.com
3528 W:      http://www.drbd.org
3529 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3530 T:      git git://git.drbd.org/drbd-8.3.git
3531 S:      Supported
3532 F:      drivers/block/drbd/
3533 F:      lib/lru_cache.c
3534 F:      Documentation/blockdev/drbd/
3535
3536 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3537 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3539 S:      Supported
3540 F:      Documentation/kobject.txt
3541 F:      drivers/base/
3542 F:      fs/debugfs/
3543 F:      fs/kernfs/
3544 F:      fs/sysfs/
3545 F:      include/linux/debugfs.h
3546 F:      include/linux/kobj*
3547 F:      lib/kobj*
3548
3549 DRM DRIVERS
3550 M:      David Airlie <airlied@linux.ie>
3551 L:      dri-devel@lists.freedesktop.org
3552 T:      git git://people.freedesktop.org/~airlied/linux
3553 S:      Maintained
3554 F:      drivers/gpu/drm/
3555 F:      drivers/gpu/vga/
3556 F:      include/drm/
3557 F:      include/uapi/drm/
3558
3559 RADEON DRM DRIVERS
3560 M:      Alex Deucher <alexander.deucher@amd.com>
3561 M:      Christian König <christian.koenig@amd.com>
3562 L:      dri-devel@lists.freedesktop.org
3563 T:      git git://people.freedesktop.org/~agd5f/linux
3564 S:      Supported
3565 F:      drivers/gpu/drm/radeon/
3566 F:      include/uapi/drm/radeon*
3567
3568 DRM PANEL DRIVERS
3569 M:      Thierry Reding <thierry.reding@gmail.com>
3570 L:      dri-devel@lists.freedesktop.org
3571 T:      git git://anongit.freedesktop.org/tegra/linux.git
3572 S:      Maintained
3573 F:      drivers/gpu/drm/drm_panel.c
3574 F:      drivers/gpu/drm/panel/
3575 F:      include/drm/drm_panel.h
3576 F:      Documentation/devicetree/bindings/panel/
3577
3578 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3579 M:      Daniel Vetter <daniel.vetter@intel.com>
3580 M:      Jani Nikula <jani.nikula@linux.intel.com>
3581 L:      intel-gfx@lists.freedesktop.org
3582 L:      dri-devel@lists.freedesktop.org
3583 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3584 T:      git git://anongit.freedesktop.org/drm-intel
3585 S:      Supported
3586 F:      drivers/gpu/drm/i915/
3587 F:      include/drm/i915*
3588 F:      include/uapi/drm/i915*
3589
3590 DRM DRIVERS FOR ATMEL HLCDC
3591 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3592 L:      dri-devel@lists.freedesktop.org
3593 S:      Supported
3594 F:      drivers/gpu/drm/atmel-hlcdc/
3595 F:      Documentation/devicetree/bindings/drm/atmel/
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 GMA500 (Poulsbo, Moorestown and derivative chipsets)
3626 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3627 L:      dri-devel@lists.freedesktop.org
3628 T:      git git://github.com/patjak/drm-gma500
3629 S:      Maintained
3630 F:      drivers/gpu/drm/gma500
3631 F:      include/drm/gma500*
3632
3633 DRM DRIVERS FOR NVIDIA TEGRA
3634 M:      Thierry Reding <thierry.reding@gmail.com>
3635 M:      Terje Bergström <tbergstrom@nvidia.com>
3636 L:      dri-devel@lists.freedesktop.org
3637 L:      linux-tegra@vger.kernel.org
3638 T:      git git://anongit.freedesktop.org/tegra/linux.git
3639 S:      Supported
3640 F:      drivers/gpu/drm/tegra/
3641 F:      drivers/gpu/host1x/
3642 F:      include/linux/host1x.h
3643 F:      include/uapi/drm/tegra_drm.h
3644 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3645
3646 DRM DRIVERS FOR RENESAS
3647 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3648 L:      dri-devel@lists.freedesktop.org
3649 L:      linux-sh@vger.kernel.org
3650 T:      git git://people.freedesktop.org/~airlied/linux
3651 S:      Supported
3652 F:      drivers/gpu/drm/rcar-du/
3653 F:      drivers/gpu/drm/shmobile/
3654 F:      include/linux/platform_data/shmob_drm.h
3655
3656 DRM DRIVERS FOR ROCKCHIP
3657 M:      Mark Yao <mark.yao@rock-chips.com>
3658 L:      dri-devel@lists.freedesktop.org
3659 S:      Maintained
3660 F:      drivers/gpu/drm/rockchip/
3661 F:      Documentation/devicetree/bindings/video/rockchip*
3662
3663 DRM DRIVERS FOR STI
3664 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3665 M:      Vincent Abriou <vincent.abriou@st.com>
3666 L:      dri-devel@lists.freedesktop.org
3667 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3668 S:      Maintained
3669 F:      drivers/gpu/drm/sti
3670 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3671
3672 DSBR100 USB FM RADIO DRIVER
3673 M:      Alexey Klimov <klimov.linux@gmail.com>
3674 L:      linux-media@vger.kernel.org
3675 T:      git git://linuxtv.org/media_tree.git
3676 S:      Maintained
3677 F:      drivers/media/radio/dsbr100.c
3678
3679 DSCC4 DRIVER
3680 M:      Francois Romieu <romieu@fr.zoreil.com>
3681 L:      netdev@vger.kernel.org
3682 S:      Maintained
3683 F:      drivers/net/wan/dscc4.c
3684
3685 DT3155 MEDIA DRIVER
3686 M:      Hans Verkuil <hverkuil@xs4all.nl>
3687 L:      linux-media@vger.kernel.org
3688 T:      git git://linuxtv.org/media_tree.git
3689 W:      http://linuxtv.org
3690 S:      Odd Fixes
3691 F:      drivers/media/pci/dt3155/
3692
3693 DVB_USB_AF9015 MEDIA DRIVER
3694 M:      Antti Palosaari <crope@iki.fi>
3695 L:      linux-media@vger.kernel.org
3696 W:      http://linuxtv.org/
3697 W:      http://palosaari.fi/linux/
3698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3699 T:      git git://linuxtv.org/anttip/media_tree.git
3700 S:      Maintained
3701 F:      drivers/media/usb/dvb-usb-v2/af9015*
3702
3703 DVB_USB_AF9035 MEDIA DRIVER
3704 M:      Antti Palosaari <crope@iki.fi>
3705 L:      linux-media@vger.kernel.org
3706 W:      http://linuxtv.org/
3707 W:      http://palosaari.fi/linux/
3708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3709 T:      git git://linuxtv.org/anttip/media_tree.git
3710 S:      Maintained
3711 F:      drivers/media/usb/dvb-usb-v2/af9035*
3712
3713 DVB_USB_ANYSEE MEDIA DRIVER
3714 M:      Antti Palosaari <crope@iki.fi>
3715 L:      linux-media@vger.kernel.org
3716 W:      http://linuxtv.org/
3717 W:      http://palosaari.fi/linux/
3718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3719 T:      git git://linuxtv.org/anttip/media_tree.git
3720 S:      Maintained
3721 F:      drivers/media/usb/dvb-usb-v2/anysee*
3722
3723 DVB_USB_AU6610 MEDIA DRIVER
3724 M:      Antti Palosaari <crope@iki.fi>
3725 L:      linux-media@vger.kernel.org
3726 W:      http://linuxtv.org/
3727 W:      http://palosaari.fi/linux/
3728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3729 T:      git git://linuxtv.org/anttip/media_tree.git
3730 S:      Maintained
3731 F:      drivers/media/usb/dvb-usb-v2/au6610*
3732
3733 DVB_USB_CE6230 MEDIA DRIVER
3734 M:      Antti Palosaari <crope@iki.fi>
3735 L:      linux-media@vger.kernel.org
3736 W:      http://linuxtv.org/
3737 W:      http://palosaari.fi/linux/
3738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3739 T:      git git://linuxtv.org/anttip/media_tree.git
3740 S:      Maintained
3741 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3742
3743 DVB_USB_CXUSB MEDIA DRIVER
3744 M:      Michael Krufky <mkrufky@linuxtv.org>
3745 L:      linux-media@vger.kernel.org
3746 W:      http://linuxtv.org/
3747 W:      http://github.com/mkrufky
3748 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3749 T:      git git://linuxtv.org/media_tree.git
3750 S:      Maintained
3751 F:      drivers/media/usb/dvb-usb/cxusb*
3752
3753 DVB_USB_EC168 MEDIA DRIVER
3754 M:      Antti Palosaari <crope@iki.fi>
3755 L:      linux-media@vger.kernel.org
3756 W:      http://linuxtv.org/
3757 W:      http://palosaari.fi/linux/
3758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3759 T:      git git://linuxtv.org/anttip/media_tree.git
3760 S:      Maintained
3761 F:      drivers/media/usb/dvb-usb-v2/ec168*
3762
3763 DVB_USB_GL861 MEDIA DRIVER
3764 M:      Antti Palosaari <crope@iki.fi>
3765 L:      linux-media@vger.kernel.org
3766 W:      http://linuxtv.org/
3767 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3768 T:      git git://linuxtv.org/anttip/media_tree.git
3769 S:      Maintained
3770 F:      drivers/media/usb/dvb-usb-v2/gl861*
3771
3772 DVB_USB_MXL111SF MEDIA DRIVER
3773 M:      Michael Krufky <mkrufky@linuxtv.org>
3774 L:      linux-media@vger.kernel.org
3775 W:      http://linuxtv.org/
3776 W:      http://github.com/mkrufky
3777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3778 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3779 S:      Maintained
3780 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3781
3782 DVB_USB_RTL28XXU MEDIA DRIVER
3783 M:      Antti Palosaari <crope@iki.fi>
3784 L:      linux-media@vger.kernel.org
3785 W:      http://linuxtv.org/
3786 W:      http://palosaari.fi/linux/
3787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3788 T:      git git://linuxtv.org/anttip/media_tree.git
3789 S:      Maintained
3790 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3791
3792 DVB_USB_V2 MEDIA DRIVER
3793 M:      Antti Palosaari <crope@iki.fi>
3794 L:      linux-media@vger.kernel.org
3795 W:      http://linuxtv.org/
3796 W:      http://palosaari.fi/linux/
3797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3798 T:      git git://linuxtv.org/anttip/media_tree.git
3799 S:      Maintained
3800 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3801 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3802
3803 DYNAMIC DEBUG
3804 M:      Jason Baron <jbaron@akamai.com>
3805 S:      Maintained
3806 F:      lib/dynamic_debug.c
3807 F:      include/linux/dynamic_debug.h
3808
3809 DZ DECSTATION DZ11 SERIAL DRIVER
3810 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3811 S:      Maintained
3812 F:      drivers/tty/serial/dz.*
3813
3814 E3X0 POWER BUTTON DRIVER
3815 M:      Moritz Fischer <moritz.fischer@ettus.com>
3816 L:      usrp-users@lists.ettus.com
3817 W:      http://www.ettus.com
3818 S:      Supported
3819 F:      drivers/input/misc/e3x0-button.c
3820 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3821
3822 E4000 MEDIA DRIVER
3823 M:      Antti Palosaari <crope@iki.fi>
3824 L:      linux-media@vger.kernel.org
3825 W:      http://linuxtv.org/
3826 W:      http://palosaari.fi/linux/
3827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3828 T:      git git://linuxtv.org/anttip/media_tree.git
3829 S:      Maintained
3830 F:      drivers/media/tuners/e4000*
3831
3832 EATA ISA/EISA/PCI SCSI DRIVER
3833 M:      Dario Ballabio <ballabio_dario@emc.com>
3834 L:      linux-scsi@vger.kernel.org
3835 S:      Maintained
3836 F:      drivers/scsi/eata.c
3837
3838 EC100 MEDIA DRIVER
3839 M:      Antti Palosaari <crope@iki.fi>
3840 L:      linux-media@vger.kernel.org
3841 W:      http://linuxtv.org/
3842 W:      http://palosaari.fi/linux/
3843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3844 T:      git git://linuxtv.org/anttip/media_tree.git
3845 S:      Maintained
3846 F:      drivers/media/dvb-frontends/ec100*
3847
3848 ECRYPT FILE SYSTEM
3849 M:      Tyler Hicks <tyhicks@canonical.com>
3850 L:      ecryptfs@vger.kernel.org
3851 W:      http://ecryptfs.org
3852 W:      https://launchpad.net/ecryptfs
3853 S:      Supported
3854 F:      Documentation/filesystems/ecryptfs.txt
3855 F:      fs/ecryptfs/
3856
3857 EDAC-CORE
3858 M:      Doug Thompson <dougthompson@xmission.com>
3859 M:      Borislav Petkov <bp@alien8.de>
3860 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3861 L:      linux-edac@vger.kernel.org
3862 W:      bluesmoke.sourceforge.net
3863 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3864 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3865 S:      Supported
3866 F:      Documentation/edac.txt
3867 F:      drivers/edac/
3868 F:      include/linux/edac.h
3869
3870 EDAC-AMD64
3871 M:      Doug Thompson <dougthompson@xmission.com>
3872 M:      Borislav Petkov <bp@alien8.de>
3873 L:      linux-edac@vger.kernel.org
3874 W:      bluesmoke.sourceforge.net
3875 S:      Maintained
3876 F:      drivers/edac/amd64_edac*
3877
3878 EDAC-CALXEDA
3879 M:      Doug Thompson <dougthompson@xmission.com>
3880 M:      Robert Richter <rric@kernel.org>
3881 L:      linux-edac@vger.kernel.org
3882 W:      bluesmoke.sourceforge.net
3883 S:      Maintained
3884 F:      drivers/edac/highbank*
3885
3886 EDAC-CAVIUM
3887 M:      Ralf Baechle <ralf@linux-mips.org>
3888 M:      David Daney <david.daney@cavium.com>
3889 L:      linux-edac@vger.kernel.org
3890 L:      linux-mips@linux-mips.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Supported
3893 F:      drivers/edac/octeon_edac*
3894
3895 EDAC-E752X
3896 M:      Mark Gross <mark.gross@intel.com>
3897 M:      Doug Thompson <dougthompson@xmission.com>
3898 L:      linux-edac@vger.kernel.org
3899 W:      bluesmoke.sourceforge.net
3900 S:      Maintained
3901 F:      drivers/edac/e752x_edac.c
3902
3903 EDAC-E7XXX
3904 M:      Doug Thompson <dougthompson@xmission.com>
3905 L:      linux-edac@vger.kernel.org
3906 W:      bluesmoke.sourceforge.net
3907 S:      Maintained
3908 F:      drivers/edac/e7xxx_edac.c
3909
3910 EDAC-GHES
3911 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3912 L:      linux-edac@vger.kernel.org
3913 W:      bluesmoke.sourceforge.net
3914 S:      Maintained
3915 F:      drivers/edac/ghes_edac.c
3916
3917 EDAC-I82443BXGX
3918 M:      Tim Small <tim@buttersideup.com>
3919 L:      linux-edac@vger.kernel.org
3920 W:      bluesmoke.sourceforge.net
3921 S:      Maintained
3922 F:      drivers/edac/i82443bxgx_edac.c
3923
3924 EDAC-I3000
3925 M:      Jason Uhlenkott <juhlenko@akamai.com>
3926 L:      linux-edac@vger.kernel.org
3927 W:      bluesmoke.sourceforge.net
3928 S:      Maintained
3929 F:      drivers/edac/i3000_edac.c
3930
3931 EDAC-I5000
3932 M:      Doug Thompson <dougthompson@xmission.com>
3933 L:      linux-edac@vger.kernel.org
3934 W:      bluesmoke.sourceforge.net
3935 S:      Maintained
3936 F:      drivers/edac/i5000_edac.c
3937
3938 EDAC-I5400
3939 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/i5400_edac.c
3944
3945 EDAC-I7300
3946 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/i7300_edac.c
3951
3952 EDAC-I7CORE
3953 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/i7core_edac.c
3958
3959 EDAC-I82975X
3960 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3961 M:      "Arvind R." <arvino55@gmail.com>
3962 L:      linux-edac@vger.kernel.org
3963 W:      bluesmoke.sourceforge.net
3964 S:      Maintained
3965 F:      drivers/edac/i82975x_edac.c
3966
3967 EDAC-IE31200
3968 M:      Jason Baron <jbaron@akamai.com>
3969 L:      linux-edac@vger.kernel.org
3970 W:      bluesmoke.sourceforge.net
3971 S:      Maintained
3972 F:      drivers/edac/ie31200_edac.c
3973
3974 EDAC-MPC85XX
3975 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3976 L:      linux-edac@vger.kernel.org
3977 W:      bluesmoke.sourceforge.net
3978 S:      Maintained
3979 F:      drivers/edac/mpc85xx_edac.[ch]
3980
3981 EDAC-PASEMI
3982 M:      Egor Martovetsky <egor@pasemi.com>
3983 L:      linux-edac@vger.kernel.org
3984 W:      bluesmoke.sourceforge.net
3985 S:      Maintained
3986 F:      drivers/edac/pasemi_edac.c
3987
3988 EDAC-R82600
3989 M:      Tim Small <tim@buttersideup.com>
3990 L:      linux-edac@vger.kernel.org
3991 W:      bluesmoke.sourceforge.net
3992 S:      Maintained
3993 F:      drivers/edac/r82600_edac.c
3994
3995 EDAC-SBRIDGE
3996 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3997 L:      linux-edac@vger.kernel.org
3998 W:      bluesmoke.sourceforge.net
3999 S:      Maintained
4000 F:      drivers/edac/sb_edac.c
4001
4002 EDAC-XGENE
4003 APPLIED MICRO (APM) X-GENE SOC EDAC
4004 M:     Loc Ho <lho@apm.com>
4005 S:     Supported
4006 F:     drivers/edac/xgene_edac.c
4007 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4008
4009 EDIROL UA-101/UA-1000 DRIVER
4010 M:      Clemens Ladisch <clemens@ladisch.de>
4011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4012 T:      git git://git.alsa-project.org/alsa-kernel.git
4013 S:      Maintained
4014 F:      sound/usb/misc/ua101.c
4015
4016 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4017 M:      Matt Fleming <matt@codeblueprint.co.uk>
4018 L:      linux-efi@vger.kernel.org
4019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4020 S:      Maintained
4021 F:      Documentation/efi-stub.txt
4022 F:      arch/ia64/kernel/efi.c
4023 F:      arch/x86/boot/compressed/eboot.[ch]
4024 F:      arch/x86/include/asm/efi.h
4025 F:      arch/x86/platform/efi/*
4026 F:      drivers/firmware/efi/*
4027 F:      include/linux/efi*.h
4028
4029 EFI VARIABLE FILESYSTEM
4030 M:      Matthew Garrett <matthew.garrett@nebula.com>
4031 M:      Jeremy Kerr <jk@ozlabs.org>
4032 M:      Matt Fleming <matt@codeblueprint.co.uk>
4033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4034 L:      linux-efi@vger.kernel.org
4035 S:      Maintained
4036 F:      fs/efivarfs/
4037
4038 EFIFB FRAMEBUFFER DRIVER
4039 L:      linux-fbdev@vger.kernel.org
4040 M:      Peter Jones <pjones@redhat.com>
4041 S:      Maintained
4042 F:      drivers/video/fbdev/efifb.c
4043
4044 EFS FILESYSTEM
4045 W:      http://aeschi.ch.eu.org/efs/
4046 S:      Orphan
4047 F:      fs/efs/
4048
4049 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4050 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4051 M:      Christoph Raisch <raisch@de.ibm.com>
4052 L:      linux-rdma@vger.kernel.org
4053 S:      Supported
4054 F:      drivers/infiniband/hw/ehca/
4055
4056 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4057 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4058 L:      netdev@vger.kernel.org
4059 S:      Maintained
4060 F:      drivers/net/ethernet/ibm/ehea/
4061
4062 EM28XX VIDEO4LINUX DRIVER
4063 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4064 L:      linux-media@vger.kernel.org
4065 W:      http://linuxtv.org
4066 T:      git git://linuxtv.org/media_tree.git
4067 S:      Maintained
4068 F:      drivers/media/usb/em28xx/
4069
4070 EMBEDDED LINUX
4071 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4072 M:      Matt Mackall <mpm@selenic.com>
4073 M:      David Woodhouse <dwmw2@infradead.org>
4074 L:      linux-embedded@vger.kernel.org
4075 S:      Maintained
4076
4077 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4078 M:      James Smart <james.smart@avagotech.com>
4079 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4080 L:      linux-scsi@vger.kernel.org
4081 W:      http://www.avagotech.com
4082 S:      Supported
4083 F:      drivers/scsi/lpfc/
4084
4085 ENE CB710 FLASH CARD READER DRIVER
4086 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4087 S:      Maintained
4088 F:      drivers/misc/cb710/
4089 F:      drivers/mmc/host/cb710-mmc.*
4090 F:      include/linux/cb710.h
4091
4092 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4093 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4094 S:      Maintained
4095 F:      drivers/media/rc/ene_ir.*
4096
4097 ENHANCED ERROR HANDLING (EEH)
4098 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4099 L:      linuxppc-dev@lists.ozlabs.org
4100 S:      Supported
4101 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4102 F:      arch/powerpc/kernel/eeh*.c
4103
4104 EPSON S1D13XXX FRAMEBUFFER DRIVER
4105 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4106 S:      Maintained
4107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4108 F:      drivers/video/fbdev/s1d13xxxfb.c
4109 F:      include/video/s1d13xxxfb.h
4110
4111 ET131X NETWORK DRIVER
4112 M:      Mark Einon <mark.einon@gmail.com>
4113 S:      Odd Fixes
4114 F:      drivers/net/ethernet/agere/
4115
4116 ETHERNET BRIDGE
4117 M:      Stephen Hemminger <stephen@networkplumber.org>
4118 L:      bridge@lists.linux-foundation.org
4119 L:      netdev@vger.kernel.org
4120 W:      http://www.linuxfoundation.org/en/Net:Bridge
4121 S:      Maintained
4122 F:      include/linux/netfilter_bridge/
4123 F:      net/bridge/
4124
4125 ETHERNET PHY LIBRARY
4126 M:      Florian Fainelli <f.fainelli@gmail.com>
4127 L:      netdev@vger.kernel.org
4128 S:      Maintained
4129 F:      include/linux/phy.h
4130 F:      include/linux/phy_fixed.h
4131 F:      drivers/net/phy/
4132 F:      Documentation/networking/phy.txt
4133 F:      drivers/of/of_mdio.c
4134 F:      drivers/of/of_net.c
4135
4136 EXT2 FILE SYSTEM
4137 M:      Jan Kara <jack@suse.com>
4138 L:      linux-ext4@vger.kernel.org
4139 S:      Maintained
4140 F:      Documentation/filesystems/ext2.txt
4141 F:      fs/ext2/
4142 F:      include/linux/ext2*
4143
4144 EXT4 FILE SYSTEM
4145 M:      "Theodore Ts'o" <tytso@mit.edu>
4146 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4147 L:      linux-ext4@vger.kernel.org
4148 W:      http://ext4.wiki.kernel.org
4149 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4150 S:      Maintained
4151 F:      Documentation/filesystems/ext4.txt
4152 F:      fs/ext4/
4153
4154 Extended Verification Module (EVM)
4155 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4156 L:      linux-ima-devel@lists.sourceforge.net
4157 L:      linux-security-module@vger.kernel.org
4158 S:      Supported
4159 F:      security/integrity/evm/
4160
4161 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4162 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4163 M:      Chanwoo Choi <cw00.choi@samsung.com>
4164 L:      linux-kernel@vger.kernel.org
4165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4166 S:      Maintained
4167 F:      drivers/extcon/
4168 F:      Documentation/extcon/
4169
4170 EXYNOS DP DRIVER
4171 M:      Jingoo Han <jingoohan1@gmail.com>
4172 L:      dri-devel@lists.freedesktop.org
4173 S:      Maintained
4174 F:      drivers/gpu/drm/exynos/exynos_dp*
4175
4176 EXYNOS MIPI DISPLAY DRIVERS
4177 M:      Inki Dae <inki.dae@samsung.com>
4178 M:      Donghwa Lee <dh09.lee@samsung.com>
4179 M:      Kyungmin Park <kyungmin.park@samsung.com>
4180 L:      linux-fbdev@vger.kernel.org
4181 S:      Maintained
4182 F:      drivers/video/fbdev/exynos/exynos_mipi*
4183 F:      include/video/exynos_mipi*
4184
4185 F71805F HARDWARE MONITORING DRIVER
4186 M:      Jean Delvare <jdelvare@suse.com>
4187 L:      lm-sensors@lm-sensors.org
4188 S:      Maintained
4189 F:      Documentation/hwmon/f71805f
4190 F:      drivers/hwmon/f71805f.c
4191
4192 FC0011 TUNER DRIVER
4193 M:      Michael Buesch <m@bues.ch>
4194 L:      linux-media@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/media/tuners/fc0011.h
4197 F:      drivers/media/tuners/fc0011.c
4198
4199 FC2580 MEDIA DRIVER
4200 M:      Antti Palosaari <crope@iki.fi>
4201 L:      linux-media@vger.kernel.org
4202 W:      http://linuxtv.org/
4203 W:      http://palosaari.fi/linux/
4204 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4205 T:      git git://linuxtv.org/anttip/media_tree.git
4206 S:      Maintained
4207 F:      drivers/media/tuners/fc2580*
4208
4209 FANOTIFY
4210 M:      Eric Paris <eparis@redhat.com>
4211 S:      Maintained
4212 F:      fs/notify/fanotify/
4213 F:      include/linux/fanotify.h
4214 F:      include/uapi/linux/fanotify.h
4215
4216 FARSYNC SYNCHRONOUS DRIVER
4217 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4218 W:      http://www.farsite.co.uk/
4219 S:      Supported
4220 F:      drivers/net/wan/farsync.*
4221
4222 FAULT INJECTION SUPPORT
4223 M:      Akinobu Mita <akinobu.mita@gmail.com>
4224 S:      Supported
4225 F:      Documentation/fault-injection/
4226 F:      lib/fault-inject.c
4227
4228 FBTFT Framebuffer drivers
4229 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4230 M:      Noralf Trønnes <noralf@tronnes.org>
4231 S:      Maintained
4232 F:      drivers/staging/fbtft/
4233
4234 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4235 M:      Vasu Dev <vasu.dev@intel.com>
4236 L:      fcoe-devel@open-fcoe.org
4237 W:      www.Open-FCoE.org
4238 S:      Supported
4239 F:      drivers/scsi/libfc/
4240 F:      drivers/scsi/fcoe/
4241 F:      include/scsi/fc/
4242 F:      include/scsi/libfc.h
4243 F:      include/scsi/libfcoe.h
4244 F:      include/uapi/scsi/fc/
4245
4246 FILE LOCKING (flock() and fcntl()/lockf())
4247 M:      Jeff Layton <jlayton@poochiereds.net>
4248 M:      "J. Bruce Fields" <bfields@fieldses.org>
4249 L:      linux-fsdevel@vger.kernel.org
4250 S:      Maintained
4251 F:      include/linux/fcntl.h
4252 F:      include/linux/fs.h
4253 F:      include/uapi/linux/fcntl.h
4254 F:      include/uapi/linux/fs.h
4255 F:      fs/fcntl.c
4256 F:      fs/locks.c
4257
4258 FILESYSTEMS (VFS and infrastructure)
4259 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4260 L:      linux-fsdevel@vger.kernel.org
4261 S:      Maintained
4262 F:      fs/*
4263
4264 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4265 M:      Riku Voipio <riku.voipio@iki.fi>
4266 L:      lm-sensors@lm-sensors.org
4267 S:      Maintained
4268 F:      drivers/hwmon/f75375s.c
4269 F:      include/linux/f75375s.h
4270
4271 FIREWIRE AUDIO DRIVERS
4272 M:      Clemens Ladisch <clemens@ladisch.de>
4273 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4274 T:      git git://git.alsa-project.org/alsa-kernel.git
4275 S:      Maintained
4276 F:      sound/firewire/
4277
4278 FIREWIRE MEDIA DRIVERS (firedtv)
4279 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4280 L:      linux-media@vger.kernel.org
4281 L:      linux1394-devel@lists.sourceforge.net
4282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4283 S:      Maintained
4284 F:      drivers/media/firewire/
4285
4286 FIREWIRE SBP-2 TARGET
4287 M:      Chris Boot <bootc@bootc.net>
4288 L:      linux-scsi@vger.kernel.org
4289 L:      target-devel@vger.kernel.org
4290 L:      linux1394-devel@lists.sourceforge.net
4291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4292 S:      Maintained
4293 F:      drivers/target/sbp/
4294
4295 FIREWIRE SUBSYSTEM
4296 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4297 L:      linux1394-devel@lists.sourceforge.net
4298 W:      http://ieee1394.wiki.kernel.org/
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4300 S:      Maintained
4301 F:      drivers/firewire/
4302 F:      include/linux/firewire.h
4303 F:      include/uapi/linux/firewire*.h
4304 F:      tools/firewire/
4305
4306 FIRMWARE LOADER (request_firmware)
4307 M:      Ming Lei <ming.lei@canonical.com>
4308 L:      linux-kernel@vger.kernel.org
4309 S:      Maintained
4310 F:      Documentation/firmware_class/
4311 F:      drivers/base/firmware*.c
4312 F:      include/linux/firmware.h
4313
4314 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4315 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4316 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4317 S:      Maintained
4318 F:      drivers/block/rsxx/
4319
4320 FLOPPY DRIVER
4321 M:      Jiri Kosina <jikos@kernel.org>
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4323 S:      Odd fixes
4324 F:      drivers/block/floppy.c
4325
4326 FMC SUBSYSTEM
4327 M:      Alessandro Rubini <rubini@gnudd.com>
4328 W:      http://www.ohwr.org/projects/fmc-bus
4329 S:      Supported
4330 F:      drivers/fmc/
4331 F:      include/linux/fmc*.h
4332 F:      include/linux/ipmi-fru.h
4333 K:      fmc_d.*register
4334
4335 FPU EMULATOR
4336 M:      Bill Metzenthen <billm@melbpc.org.au>
4337 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4338 S:      Maintained
4339 F:      arch/x86/math-emu/
4340
4341 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4342 L:      netdev@vger.kernel.org
4343 S:      Orphan
4344 F:      drivers/net/wan/dlci.c
4345 F:      drivers/net/wan/sdla.c
4346
4347 FRAMEBUFFER LAYER
4348 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4349 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4350 L:      linux-fbdev@vger.kernel.org
4351 W:      http://linux-fbdev.sourceforge.net/
4352 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4354 S:      Maintained
4355 F:      Documentation/fb/
4356 F:      Documentation/devicetree/bindings/fb/
4357 F:      drivers/video/
4358 F:      include/video/
4359 F:      include/linux/fb.h
4360 F:      include/uapi/video/
4361 F:      include/uapi/linux/fb.h
4362
4363 FREESCALE DIU FRAMEBUFFER DRIVER
4364 M:      Timur Tabi <timur@tabi.org>
4365 L:      linux-fbdev@vger.kernel.org
4366 S:      Maintained
4367 F:      drivers/video/fbdev/fsl-diu-fb.*
4368
4369 FREESCALE DMA DRIVER
4370 M:      Li Yang <leoli@freescale.com>
4371 M:      Zhang Wei <zw@zh-kernel.org>
4372 L:      linuxppc-dev@lists.ozlabs.org
4373 S:      Maintained
4374 F:      drivers/dma/fsldma.*
4375
4376 FREESCALE I2C CPM DRIVER
4377 M:      Jochen Friedrich <jochen@scram.de>
4378 L:      linuxppc-dev@lists.ozlabs.org
4379 L:      linux-i2c@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/i2c/busses/i2c-cpm.c
4382
4383 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4384 M:      Sascha Hauer <kernel@pengutronix.de>
4385 L:      linux-fbdev@vger.kernel.org
4386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4387 S:      Maintained
4388 F:      include/linux/platform_data/video-imxfb.h
4389 F:      drivers/video/fbdev/imxfb.c
4390
4391 FREESCALE QUAD SPI DRIVER
4392 M:      Han Xu <han.xu@freescale.com>
4393 L:      linux-mtd@lists.infradead.org
4394 S:      Maintained
4395 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4396
4397 FREESCALE SOC FS_ENET DRIVER
4398 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4399 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4400 L:      linuxppc-dev@lists.ozlabs.org
4401 L:      netdev@vger.kernel.org
4402 S:      Maintained
4403 F:      drivers/net/ethernet/freescale/fs_enet/
4404 F:      include/linux/fs_enet_pd.h
4405
4406 FREESCALE QUICC ENGINE LIBRARY
4407 L:      linuxppc-dev@lists.ozlabs.org
4408 S:      Orphan
4409 F:      arch/powerpc/sysdev/qe_lib/
4410 F:      arch/powerpc/include/asm/*qe.h
4411
4412 FREESCALE USB PERIPHERAL DRIVERS
4413 M:      Li Yang <leoli@freescale.com>
4414 L:      linux-usb@vger.kernel.org
4415 L:      linuxppc-dev@lists.ozlabs.org
4416 S:      Maintained
4417 F:      drivers/usb/gadget/udc/fsl*
4418
4419 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4420 M:      Li Yang <leoli@freescale.com>
4421 L:      netdev@vger.kernel.org
4422 L:      linuxppc-dev@lists.ozlabs.org
4423 S:      Maintained
4424 F:      drivers/net/ethernet/freescale/ucc_geth*
4425
4426 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4427 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4428 L:      netdev@vger.kernel.org
4429 S:      Maintained
4430 F:      drivers/net/ethernet/freescale/gianfar*
4431 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4432 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4433
4434 FREESCALE QUICC ENGINE UCC UART DRIVER
4435 M:      Timur Tabi <timur@tabi.org>
4436 L:      linuxppc-dev@lists.ozlabs.org
4437 S:      Maintained
4438 F:      drivers/tty/serial/ucc_uart.c
4439
4440 FREESCALE SOC SOUND DRIVERS
4441 M:      Timur Tabi <timur@tabi.org>
4442 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4443 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4444 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4445 L:      linuxppc-dev@lists.ozlabs.org
4446 S:      Maintained
4447 F:      sound/soc/fsl/fsl*
4448 F:      sound/soc/fsl/imx*
4449 F:      sound/soc/fsl/mpc8610_hpcd.c
4450
4451 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4452 M:      "J. German Rivera" <German.Rivera@freescale.com>
4453 L:      linux-kernel@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/staging/fsl-mc/
4456
4457 FREEVXFS FILESYSTEM
4458 M:      Christoph Hellwig <hch@infradead.org>
4459 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4460 S:      Maintained
4461 F:      fs/freevxfs/
4462
4463 FREEZER
4464 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4465 M:      Pavel Machek <pavel@ucw.cz>
4466 L:      linux-pm@vger.kernel.org
4467 S:      Supported
4468 F:      Documentation/power/freezing-of-tasks.txt
4469 F:      include/linux/freezer.h
4470 F:      kernel/freezer.c
4471
4472 FRONTSWAP API
4473 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4474 L:      linux-kernel@vger.kernel.org
4475 S:      Maintained
4476 F:      mm/frontswap.c
4477 F:      include/linux/frontswap.h
4478
4479 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4480 M:      David Howells <dhowells@redhat.com>
4481 L:      linux-cachefs@redhat.com
4482 S:      Supported
4483 F:      Documentation/filesystems/caching/
4484 F:      fs/fscache/
4485 F:      include/linux/fscache*.h
4486
4487 F2FS FILE SYSTEM
4488 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4489 M:      Changman Lee <cm224.lee@samsung.com>
4490 R:      Chao Yu <chao2.yu@samsung.com>
4491 L:      linux-f2fs-devel@lists.sourceforge.net
4492 W:      http://en.wikipedia.org/wiki/F2FS
4493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4494 S:      Maintained
4495 F:      Documentation/filesystems/f2fs.txt
4496 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4497 F:      fs/f2fs/
4498 F:      include/linux/f2fs_fs.h
4499 F:      include/trace/events/f2fs.h
4500
4501 FUJITSU FR-V (FRV) PORT
4502 M:      David Howells <dhowells@redhat.com>
4503 S:      Maintained
4504 F:      arch/frv/
4505
4506 FUJITSU LAPTOP EXTRAS
4507 M:      Jonathan Woithe <jwoithe@just42.net>
4508 L:      platform-driver-x86@vger.kernel.org
4509 S:      Maintained
4510 F:      drivers/platform/x86/fujitsu-laptop.c
4511
4512 FUJITSU M-5MO LS CAMERA ISP DRIVER
4513 M:      Kyungmin Park <kyungmin.park@samsung.com>
4514 M:      Heungjun Kim <riverful.kim@samsung.com>
4515 L:      linux-media@vger.kernel.org
4516 S:      Maintained
4517 F:      drivers/media/i2c/m5mols/
4518 F:      include/media/m5mols.h
4519
4520 FUJITSU TABLET EXTRAS
4521 M:      Robert Gerlach <khnz@gmx.de>
4522 L:      platform-driver-x86@vger.kernel.org
4523 S:      Maintained
4524 F:      drivers/platform/x86/fujitsu-tablet.c
4525
4526 FUSE: FILESYSTEM IN USERSPACE
4527 M:      Miklos Szeredi <miklos@szeredi.hu>
4528 L:      fuse-devel@lists.sourceforge.net
4529 W:      http://fuse.sourceforge.net/
4530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4531 S:      Maintained
4532 F:      fs/fuse/
4533 F:      include/uapi/linux/fuse.h
4534 F:      Documentation/filesystems/fuse.txt
4535
4536 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4537 M:      Rik Faith <faith@cs.unc.edu>
4538 L:      linux-scsi@vger.kernel.org
4539 S:      Odd Fixes (e.g., new signatures)
4540 F:      drivers/scsi/fdomain.*
4541
4542 GCOV BASED KERNEL PROFILING
4543 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4544 S:      Maintained
4545 F:      kernel/gcov/
4546 F:      Documentation/gcov.txt
4547
4548 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4549 M:      Achim Leubner <achim_leubner@adaptec.com>
4550 L:      linux-scsi@vger.kernel.org
4551 W:      http://www.icp-vortex.com/
4552 S:      Supported
4553 F:      drivers/scsi/gdt*
4554
4555 GDB KERNEL DEBUGGING HELPER SCRIPTS
4556 M:      Jan Kiszka <jan.kiszka@siemens.com>
4557 S:      Supported
4558 F:      scripts/gdb/
4559
4560 GEMTEK FM RADIO RECEIVER DRIVER
4561 M:      Hans Verkuil <hverkuil@xs4all.nl>
4562 L:      linux-media@vger.kernel.org
4563 T:      git git://linuxtv.org/media_tree.git
4564 W:      http://linuxtv.org
4565 S:      Maintained
4566 F:      drivers/media/radio/radio-gemtek*
4567
4568 GENERIC GPIO I2C DRIVER
4569 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4570 S:      Supported
4571 F:      drivers/i2c/busses/i2c-gpio.c
4572 F:      include/linux/i2c-gpio.h
4573
4574 GENERIC GPIO I2C MULTIPLEXER DRIVER
4575 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4576 L:      linux-i2c@vger.kernel.org
4577 S:      Supported
4578 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4579 F:      include/linux/i2c-mux-gpio.h
4580 F:      Documentation/i2c/muxes/i2c-mux-gpio
4581
4582 GENERIC HDLC (WAN) DRIVERS
4583 M:      Krzysztof Halasa <khc@pm.waw.pl>
4584 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4585 S:      Maintained
4586 F:      drivers/net/wan/c101.c
4587 F:      drivers/net/wan/hd6457*
4588 F:      drivers/net/wan/hdlc*
4589 F:      drivers/net/wan/n2.c
4590 F:      drivers/net/wan/pc300too.c
4591 F:      drivers/net/wan/pci200syn.c
4592 F:      drivers/net/wan/wanxl*
4593
4594 GENERIC INCLUDE/ASM HEADER FILES
4595 M:      Arnd Bergmann <arnd@arndb.de>
4596 L:      linux-arch@vger.kernel.org
4597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4598 S:      Maintained
4599 F:      include/asm-generic/
4600 F:      include/uapi/asm-generic/
4601
4602 GENERIC PHY FRAMEWORK
4603 M:      Kishon Vijay Abraham I <kishon@ti.com>
4604 L:      linux-kernel@vger.kernel.org
4605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4606 S:      Supported
4607 F:      drivers/phy/
4608 F:      include/linux/phy/
4609
4610 GENERIC PM DOMAINS
4611 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4612 M:      Kevin Hilman <khilman@kernel.org>
4613 M:      Ulf Hansson <ulf.hansson@linaro.org>
4614 L:      linux-pm@vger.kernel.org
4615 S:      Supported
4616 F:      drivers/base/power/domain*.c
4617 F:      include/linux/pm_domain.h
4618
4619 GENERIC UIO DRIVER FOR PCI DEVICES
4620 M:      "Michael S. Tsirkin" <mst@redhat.com>
4621 L:      kvm@vger.kernel.org
4622 S:      Supported
4623 F:      drivers/uio/uio_pci_generic.c
4624
4625 GET_MAINTAINER SCRIPT
4626 M:      Joe Perches <joe@perches.com>
4627 S:      Maintained
4628 F:      scripts/get_maintainer.pl
4629
4630 GFS2 FILE SYSTEM
4631 M:      Steven Whitehouse <swhiteho@redhat.com>
4632 M:      Bob Peterson <rpeterso@redhat.com>
4633 L:      cluster-devel@redhat.com
4634 W:      http://sources.redhat.com/cluster/
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4636 S:      Supported
4637 F:      Documentation/filesystems/gfs2*.txt
4638 F:      fs/gfs2/
4639 F:      include/uapi/linux/gfs2_ondisk.h
4640
4641 GIGASET ISDN DRIVERS
4642 M:      Paul Bolle <pebolle@tiscali.nl>
4643 L:      gigaset307x-common@lists.sourceforge.net
4644 W:      http://gigaset307x.sourceforge.net/
4645 S:      Odd Fixes
4646 F:      Documentation/isdn/README.gigaset
4647 F:      drivers/isdn/gigaset/
4648 F:      include/uapi/linux/gigaset_dev.h
4649
4650 GO7007 MPEG CODEC
4651 M:      Hans Verkuil <hans.verkuil@cisco.com>
4652 L:      linux-media@vger.kernel.org
4653 S:      Maintained
4654 F:      drivers/media/usb/go7007/
4655
4656 GOODIX TOUCHSCREEN
4657 M:      Bastien Nocera <hadess@hadess.net>
4658 L:      linux-input@vger.kernel.org
4659 S:      Maintained
4660 F:      drivers/input/touchscreen/goodix.c
4661
4662 GPIO SUBSYSTEM
4663 M:      Linus Walleij <linus.walleij@linaro.org>
4664 M:      Alexandre Courbot <gnurou@gmail.com>
4665 L:      linux-gpio@vger.kernel.org
4666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4667 S:      Maintained
4668 F:      Documentation/gpio/
4669 F:      drivers/gpio/
4670 F:      include/linux/gpio/
4671 F:      include/linux/gpio.h
4672 F:      include/asm-generic/gpio.h
4673
4674 GRE DEMULTIPLEXER DRIVER
4675 M:      Dmitry Kozlov <xeb@mail.ru>
4676 L:      netdev@vger.kernel.org
4677 S:      Maintained
4678 F:      net/ipv4/gre_demux.c
4679 F:      net/ipv4/gre_offload.c
4680 F:      include/net/gre.h
4681
4682 GRETH 10/100/1G Ethernet MAC device driver
4683 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4684 L:      netdev@vger.kernel.org
4685 S:      Maintained
4686 F:      drivers/net/ethernet/aeroflex/
4687
4688 GSPCA FINEPIX SUBDRIVER
4689 M:      Frank Zago <frank@zago.net>
4690 L:      linux-media@vger.kernel.org
4691 T:      git git://linuxtv.org/media_tree.git
4692 S:      Maintained
4693 F:      drivers/media/usb/gspca/finepix.c
4694
4695 GSPCA GL860 SUBDRIVER
4696 M:      Olivier Lorin <o.lorin@laposte.net>
4697 L:      linux-media@vger.kernel.org
4698 T:      git git://linuxtv.org/media_tree.git
4699 S:      Maintained
4700 F:      drivers/media/usb/gspca/gl860/
4701
4702 GSPCA M5602 SUBDRIVER
4703 M:      Erik Andren <erik.andren@gmail.com>
4704 L:      linux-media@vger.kernel.org
4705 T:      git git://linuxtv.org/media_tree.git
4706 S:      Maintained
4707 F:      drivers/media/usb/gspca/m5602/
4708
4709 GSPCA PAC207 SONIXB SUBDRIVER
4710 M:      Hans de Goede <hdegoede@redhat.com>
4711 L:      linux-media@vger.kernel.org
4712 T:      git git://linuxtv.org/media_tree.git
4713 S:      Maintained
4714 F:      drivers/media/usb/gspca/pac207.c
4715
4716 GSPCA SN9C20X SUBDRIVER
4717 M:      Brian Johnson <brijohn@gmail.com>
4718 L:      linux-media@vger.kernel.org
4719 T:      git git://linuxtv.org/media_tree.git
4720 S:      Maintained
4721 F:      drivers/media/usb/gspca/sn9c20x.c
4722
4723 GSPCA T613 SUBDRIVER
4724 M:      Leandro Costantino <lcostantino@gmail.com>
4725 L:      linux-media@vger.kernel.org
4726 T:      git git://linuxtv.org/media_tree.git
4727 S:      Maintained
4728 F:      drivers/media/usb/gspca/t613.c
4729
4730 GSPCA USB WEBCAM DRIVER
4731 M:      Hans de Goede <hdegoede@redhat.com>
4732 L:      linux-media@vger.kernel.org
4733 T:      git git://linuxtv.org/media_tree.git
4734 S:      Maintained
4735 F:      drivers/media/usb/gspca/
4736
4737 GUID PARTITION TABLE (GPT)
4738 M:      Davidlohr Bueso <dave@stgolabs.net>
4739 L:      linux-efi@vger.kernel.org
4740 S:      Maintained
4741 F:      block/partitions/efi.*
4742
4743 STK1160 USB VIDEO CAPTURE DRIVER
4744 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4745 L:      linux-media@vger.kernel.org
4746 T:      git git://linuxtv.org/media_tree.git
4747 S:      Maintained
4748 F:      drivers/media/usb/stk1160/
4749
4750 H8/300 ARCHITECTURE
4751 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4752 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4753 W:      http://uclinux-h8.sourceforge.jp
4754 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4755 S:      Maintained
4756 F:      arch/h8300/
4757 F:      drivers/clocksource/h8300_*.c
4758 F:      drivers/clk/h8300/
4759 F:      drivers/irqchip/irq-renesas-h8*.c
4760
4761 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4762 M:      Frank Seidel <frank@f-seidel.de>
4763 L:      platform-driver-x86@vger.kernel.org
4764 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4765 S:      Maintained
4766 F:      drivers/platform/x86/hdaps.c
4767
4768 HDPVR USB VIDEO ENCODER DRIVER
4769 M:      Hans Verkuil <hverkuil@xs4all.nl>
4770 L:      linux-media@vger.kernel.org
4771 T:      git git://linuxtv.org/media_tree.git
4772 W:      http://linuxtv.org
4773 S:      Odd Fixes
4774 F:      drivers/media/usb/hdpvr/
4775
4776 HWPOISON MEMORY FAILURE HANDLING
4777 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4778 L:      linux-mm@kvack.org
4779 S:      Maintained
4780 F:      mm/memory-failure.c
4781 F:      mm/hwpoison-inject.c
4782
4783 HYPERVISOR VIRTUAL CONSOLE DRIVER
4784 L:      linuxppc-dev@lists.ozlabs.org
4785 S:      Odd Fixes
4786 F:      drivers/tty/hvc/
4787
4788 HACKRF MEDIA DRIVER
4789 M:      Antti Palosaari <crope@iki.fi>
4790 L:      linux-media@vger.kernel.org
4791 W:      http://linuxtv.org/
4792 W:      http://palosaari.fi/linux/
4793 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4794 T:      git git://linuxtv.org/anttip/media_tree.git
4795 S:      Maintained
4796 F:      drivers/media/usb/hackrf/
4797
4798 HARDWARE MONITORING
4799 M:      Jean Delvare <jdelvare@suse.com>
4800 M:      Guenter Roeck <linux@roeck-us.net>
4801 L:      lm-sensors@lm-sensors.org
4802 W:      http://www.lm-sensors.org/
4803 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4805 S:      Maintained
4806 F:      Documentation/hwmon/
4807 F:      drivers/hwmon/
4808 F:      include/linux/hwmon*.h
4809
4810 HARDWARE RANDOM NUMBER GENERATOR CORE
4811 M:      Matt Mackall <mpm@selenic.com>
4812 M:      Herbert Xu <herbert@gondor.apana.org.au>
4813 L:      linux-crypto@vger.kernel.org
4814 S:      Odd fixes
4815 F:      Documentation/hw_random.txt
4816 F:      drivers/char/hw_random/
4817 F:      include/linux/hw_random.h
4818
4819 HARDWARE SPINLOCK CORE
4820 M:      Ohad Ben-Cohen <ohad@wizery.com>
4821 S:      Maintained
4822 F:      Documentation/hwspinlock.txt
4823 F:      drivers/hwspinlock/hwspinlock_*
4824 F:      include/linux/hwspinlock.h
4825
4826 HARMONY SOUND DRIVER
4827 L:      linux-parisc@vger.kernel.org
4828 S:      Maintained
4829 F:      sound/parisc/harmony.*
4830
4831 HD29L2 MEDIA DRIVER
4832 M:      Antti Palosaari <crope@iki.fi>
4833 L:      linux-media@vger.kernel.org
4834 W:      http://linuxtv.org/
4835 W:      http://palosaari.fi/linux/
4836 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4837 T:      git git://linuxtv.org/anttip/media_tree.git
4838 S:      Maintained
4839 F:      drivers/media/dvb-frontends/hd29l2*
4840
4841 HEWLETT-PACKARD SMART2 RAID DRIVER
4842 L:      iss_storagedev@hp.com
4843 S:      Orphan
4844 F:      Documentation/blockdev/cpqarray.txt
4845 F:      drivers/block/cpqarray.*
4846
4847 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4848 M:      Don Brace <don.brace@pmcs.com>
4849 L:      iss_storagedev@hp.com
4850 L:      storagedev@pmcs.com
4851 L:      linux-scsi@vger.kernel.org
4852 S:      Supported
4853 F:      Documentation/scsi/hpsa.txt
4854 F:      drivers/scsi/hpsa*.[ch]
4855 F:      include/linux/cciss*.h
4856 F:      include/uapi/linux/cciss*.h
4857
4858 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4859 M:      Don Brace <don.brace@pmcs.com>
4860 L:      iss_storagedev@hp.com
4861 L:      storagedev@pmcs.com
4862 L:      linux-scsi@vger.kernel.org
4863 S:      Supported
4864 F:      Documentation/blockdev/cciss.txt
4865 F:      drivers/block/cciss*
4866 F:      include/linux/cciss_ioctl.h
4867 F:      include/uapi/linux/cciss_ioctl.h
4868
4869 HFS FILESYSTEM
4870 L:      linux-fsdevel@vger.kernel.org
4871 S:      Orphan
4872 F:      Documentation/filesystems/hfs.txt
4873 F:      fs/hfs/
4874
4875 HFSPLUS FILESYSTEM
4876 L:      linux-fsdevel@vger.kernel.org
4877 S:      Orphan
4878 F:      Documentation/filesystems/hfsplus.txt
4879 F:      fs/hfsplus/
4880
4881 HGA FRAMEBUFFER DRIVER
4882 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4883 L:      linux-nvidia@lists.surfsouth.com
4884 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4885 S:      Maintained
4886 F:      drivers/video/fbdev/hgafb.c
4887
4888 HIBERNATION (aka Software Suspend, aka swsusp)
4889 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4890 M:      Pavel Machek <pavel@ucw.cz>
4891 L:      linux-pm@vger.kernel.org
4892 S:      Supported
4893 F:      arch/x86/power/
4894 F:      drivers/base/power/
4895 F:      kernel/power/
4896 F:      include/linux/suspend.h
4897 F:      include/linux/freezer.h
4898 F:      include/linux/pm.h
4899 F:      arch/*/include/asm/suspend*.h
4900
4901 HID CORE LAYER
4902 M:      Jiri Kosina <jikos@kernel.org>
4903 L:      linux-input@vger.kernel.org
4904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4905 S:      Maintained
4906 F:      drivers/hid/
4907 F:      include/linux/hid*
4908 F:      include/uapi/linux/hid*
4909
4910 HID SENSOR HUB DRIVERS
4911 M:      Jiri Kosina <jikos@kernel.org>
4912 M:      Jonathan Cameron <jic23@kernel.org>
4913 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4914 L:      linux-input@vger.kernel.org
4915 L:      linux-iio@vger.kernel.org
4916 S:      Maintained
4917 F:      Documentation/hid/hid-sensor*
4918 F:      drivers/hid/hid-sensor-*
4919 F:      drivers/iio/*/hid-*
4920 F:      include/linux/hid-sensor-*
4921
4922 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4923 M:      Thomas Gleixner <tglx@linutronix.de>
4924 L:      linux-kernel@vger.kernel.org
4925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4926 S:      Maintained
4927 F:      Documentation/timers/
4928 F:      kernel/time/hrtimer.c
4929 F:      kernel/time/clockevents.c
4930 F:      kernel/time/tick*.*
4931 F:      kernel/time/timer_*.c
4932 F:      include/linux/clockchips.h
4933 F:      include/linux/hrtimer.h
4934
4935 HIGH-SPEED SCC DRIVER FOR AX.25
4936 L:      linux-hams@vger.kernel.org
4937 S:      Orphan
4938 F:      drivers/net/hamradio/dmascc.c
4939 F:      drivers/net/hamradio/scc.c
4940
4941 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4942 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4943 W:      http://www.highpoint-tech.com
4944 S:      Supported
4945 F:      Documentation/scsi/hptiop.txt
4946 F:      drivers/scsi/hptiop.c
4947
4948 HIPPI
4949 M:      Jes Sorensen <jes@trained-monkey.org>
4950 L:      linux-hippi@sunsite.dk
4951 S:      Maintained
4952 F:      include/linux/hippidevice.h
4953 F:      include/uapi/linux/if_hippi.h
4954 F:      net/802/hippi.c
4955 F:      drivers/net/hippi/
4956
4957 HOST AP DRIVER
4958 M:      Jouni Malinen <j@w1.fi>
4959 L:      hostap@shmoo.com (subscribers-only)
4960 L:      linux-wireless@vger.kernel.org
4961 W:      http://hostap.epitest.fi/
4962 S:      Maintained
4963 F:      drivers/net/wireless/hostap/
4964
4965 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4966 L:      platform-driver-x86@vger.kernel.org
4967 S:      Orphan
4968 F:      drivers/platform/x86/tc1100-wmi.c
4969
4970 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4971 M:      Jaroslav Kysela <perex@perex.cz>
4972 S:      Maintained
4973 F:      drivers/net/ethernet/hp/hp100.*
4974
4975 HPET:   High Precision Event Timers driver
4976 M:      Clemens Ladisch <clemens@ladisch.de>
4977 S:      Maintained
4978 F:      Documentation/timers/hpet.txt
4979 F:      drivers/char/hpet.c
4980 F:      include/linux/hpet.h
4981 F:      include/uapi/linux/hpet.h
4982
4983 HPET:   x86
4984 S:      Orphan
4985 F:      arch/x86/kernel/hpet.c
4986 F:      arch/x86/include/asm/hpet.h
4987
4988 HPFS FILESYSTEM
4989 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4990 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4991 S:      Maintained
4992 F:      fs/hpfs/
4993
4994 HSI SUBSYSTEM
4995 M:      Sebastian Reichel <sre@kernel.org>
4996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4997 S:      Maintained
4998 F:      Documentation/ABI/testing/sysfs-bus-hsi
4999 F:      Documentation/hsi.txt
5000 F:      drivers/hsi/
5001 F:      include/linux/hsi/
5002 F:      include/uapi/linux/hsi/
5003
5004 HSO 3G MODEM DRIVER
5005 M:      Jan Dumon <j.dumon@option.com>
5006 W:      http://www.pharscape.org
5007 S:      Maintained
5008 F:      drivers/net/usb/hso.c
5009
5010 HSR NETWORK PROTOCOL
5011 M:      Arvid Brodin <arvid.brodin@alten.se>
5012 L:      netdev@vger.kernel.org
5013 S:      Maintained
5014 F:      net/hsr/
5015
5016 HTCPEN TOUCHSCREEN DRIVER
5017 M:      Pau Oliva Fora <pof@eslack.org>
5018 L:      linux-input@vger.kernel.org
5019 S:      Maintained
5020 F:      drivers/input/touchscreen/htcpen.c
5021
5022 HUGETLB FILESYSTEM
5023 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5024 S:      Maintained
5025 F:      fs/hugetlbfs/
5026
5027 Hyper-V CORE AND DRIVERS
5028 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5029 M:      Haiyang Zhang <haiyangz@microsoft.com>
5030 L:      devel@linuxdriverproject.org
5031 S:      Maintained
5032 F:      arch/x86/include/asm/mshyperv.h
5033 F:      arch/x86/include/uapi/asm/hyperv.h
5034 F:      arch/x86/kernel/cpu/mshyperv.c
5035 F:      drivers/hid/hid-hyperv.c
5036 F:      drivers/hv/
5037 F:      drivers/input/serio/hyperv-keyboard.c
5038 F:      drivers/net/hyperv/
5039 F:      drivers/scsi/storvsc_drv.c
5040 F:      drivers/video/fbdev/hyperv_fb.c
5041 F:      include/linux/hyperv.h
5042 F:      tools/hv/
5043 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5044
5045 I2C OVER PARALLEL PORT
5046 M:      Jean Delvare <jdelvare@suse.com>
5047 L:      linux-i2c@vger.kernel.org
5048 S:      Maintained
5049 F:      Documentation/i2c/busses/i2c-parport
5050 F:      Documentation/i2c/busses/i2c-parport-light
5051 F:      drivers/i2c/busses/i2c-parport.c
5052 F:      drivers/i2c/busses/i2c-parport-light.c
5053
5054 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5055 M:      Jean Delvare <jdelvare@suse.com>
5056 L:      linux-i2c@vger.kernel.org
5057 S:      Maintained
5058 F:      Documentation/i2c/busses/i2c-ali1535
5059 F:      Documentation/i2c/busses/i2c-ali1563
5060 F:      Documentation/i2c/busses/i2c-ali15x3
5061 F:      Documentation/i2c/busses/i2c-amd756
5062 F:      Documentation/i2c/busses/i2c-amd8111
5063 F:      Documentation/i2c/busses/i2c-i801
5064 F:      Documentation/i2c/busses/i2c-nforce2
5065 F:      Documentation/i2c/busses/i2c-piix4
5066 F:      Documentation/i2c/busses/i2c-sis5595
5067 F:      Documentation/i2c/busses/i2c-sis630
5068 F:      Documentation/i2c/busses/i2c-sis96x
5069 F:      Documentation/i2c/busses/i2c-via
5070 F:      Documentation/i2c/busses/i2c-viapro
5071 F:      drivers/i2c/busses/i2c-ali1535.c
5072 F:      drivers/i2c/busses/i2c-ali1563.c
5073 F:      drivers/i2c/busses/i2c-ali15x3.c
5074 F:      drivers/i2c/busses/i2c-amd756.c
5075 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5076 F:      drivers/i2c/busses/i2c-amd8111.c
5077 F:      drivers/i2c/busses/i2c-i801.c
5078 F:      drivers/i2c/busses/i2c-isch.c
5079 F:      drivers/i2c/busses/i2c-nforce2.c
5080 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5081 F:      drivers/i2c/busses/i2c-piix4.c
5082 F:      drivers/i2c/busses/i2c-sis5595.c
5083 F:      drivers/i2c/busses/i2c-sis630.c
5084 F:      drivers/i2c/busses/i2c-sis96x.c
5085 F:      drivers/i2c/busses/i2c-via.c
5086 F:      drivers/i2c/busses/i2c-viapro.c
5087
5088 I2C/SMBUS ISMT DRIVER
5089 M:      Seth Heasley <seth.heasley@intel.com>
5090 M:      Neil Horman <nhorman@tuxdriver.com>
5091 L:      linux-i2c@vger.kernel.org
5092 F:      drivers/i2c/busses/i2c-ismt.c
5093 F:      Documentation/i2c/busses/i2c-ismt
5094
5095 I2C/SMBUS STUB DRIVER
5096 M:      Jean Delvare <jdelvare@suse.com>
5097 L:      linux-i2c@vger.kernel.org
5098 S:      Maintained
5099 F:      drivers/i2c/i2c-stub.c
5100
5101 I2C SUBSYSTEM
5102 M:      Wolfram Sang <wsa@the-dreams.de>
5103 L:      linux-i2c@vger.kernel.org
5104 W:      https://i2c.wiki.kernel.org/
5105 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5107 S:      Maintained
5108 F:      Documentation/devicetree/bindings/i2c/
5109 F:      Documentation/i2c/
5110 F:      drivers/i2c/
5111 F:      include/linux/i2c.h
5112 F:      include/linux/i2c-*.h
5113 F:      include/uapi/linux/i2c.h
5114 F:      include/uapi/linux/i2c-*.h
5115
5116 I2C ACPI SUPPORT
5117 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5118 L:      linux-i2c@vger.kernel.org
5119 L:      linux-acpi@vger.kernel.org
5120 S:      Maintained
5121
5122 I2C-TAOS-EVM DRIVER
5123 M:      Jean Delvare <jdelvare@suse.com>
5124 L:      linux-i2c@vger.kernel.org
5125 S:      Maintained
5126 F:      Documentation/i2c/busses/i2c-taos-evm
5127 F:      drivers/i2c/busses/i2c-taos-evm.c
5128
5129 I2C-TINY-USB DRIVER
5130 M:      Till Harbaum <till@harbaum.org>
5131 L:      linux-i2c@vger.kernel.org
5132 W:      http://www.harbaum.org/till/i2c_tiny_usb
5133 S:      Maintained
5134 F:      drivers/i2c/busses/i2c-tiny-usb.c
5135
5136 i386 BOOT CODE
5137 M:      "H. Peter Anvin" <hpa@zytor.com>
5138 S:      Maintained
5139 F:      arch/x86/boot/
5140
5141 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5142 M:      "H. Peter Anvin" <hpa@zytor.com>
5143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5144 S:      Maintained
5145
5146 IA64 (Itanium) PLATFORM
5147 M:      Tony Luck <tony.luck@intel.com>
5148 M:      Fenghua Yu <fenghua.yu@intel.com>
5149 L:      linux-ia64@vger.kernel.org
5150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5151 S:      Maintained
5152 F:      arch/ia64/
5153
5154 IBM Power VMX Cryptographic instructions
5155 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5156 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5157 L:      linux-crypto@vger.kernel.org
5158 S:      Supported
5159 F:      drivers/crypto/vmx/Makefile
5160 F:      drivers/crypto/vmx/Kconfig
5161 F:      drivers/crypto/vmx/vmx.c
5162 F:      drivers/crypto/vmx/aes*
5163 F:      drivers/crypto/vmx/ghash*
5164 F:      drivers/crypto/vmx/ppc-xlate.pl
5165
5166 IBM Power in-Nest Crypto Acceleration
5167 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5168 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5169 L:      linux-crypto@vger.kernel.org
5170 S:      Supported
5171 F:      drivers/crypto/nx/Makefile
5172 F:      drivers/crypto/nx/Kconfig
5173 F:      drivers/crypto/nx/nx-aes*
5174 F:      drivers/crypto/nx/nx-sha*
5175 F:      drivers/crypto/nx/nx.*
5176 F:      drivers/crypto/nx/nx_csbcpb.h
5177 F:      drivers/crypto/nx/nx_debugfs.h
5178
5179 IBM Power 842 compression accelerator
5180 M:      Dan Streetman <ddstreet@ieee.org>
5181 S:      Supported
5182 F:      drivers/crypto/nx/Makefile
5183 F:      drivers/crypto/nx/Kconfig
5184 F:      drivers/crypto/nx/nx-842*
5185 F:      include/linux/sw842.h
5186 F:      crypto/842.c
5187 F:      lib/842/
5188
5189 IBM Power Linux RAID adapter
5190 M:      Brian King <brking@us.ibm.com>
5191 S:      Supported
5192 F:      drivers/scsi/ipr.*
5193
5194 IBM Power Virtual Ethernet Device Driver
5195 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5196 L:      netdev@vger.kernel.org
5197 S:      Supported
5198 F:      drivers/net/ethernet/ibm/ibmveth.*
5199
5200 IBM Power Virtual SCSI Device Drivers
5201 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5202 L:      linux-scsi@vger.kernel.org
5203 S:      Supported
5204 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5205 F:      drivers/scsi/ibmvscsi/viosrp.h
5206
5207 IBM Power Virtual FC Device Drivers
5208 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5209 L:      linux-scsi@vger.kernel.org
5210 S:      Supported
5211 F:      drivers/scsi/ibmvscsi/ibmvfc*
5212
5213 IBM ServeRAID RAID DRIVER
5214 S:      Orphan
5215 F:      drivers/scsi/ips.*
5216
5217 ICH LPC AND GPIO DRIVER
5218 M:      Peter Tyser <ptyser@xes-inc.com>
5219 S:      Maintained
5220 F:      drivers/mfd/lpc_ich.c
5221 F:      drivers/gpio/gpio-ich.c
5222
5223 IDE SUBSYSTEM
5224 M:      "David S. Miller" <davem@davemloft.net>
5225 L:      linux-ide@vger.kernel.org
5226 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5228 S:      Maintained
5229 F:      Documentation/ide/
5230 F:      drivers/ide/
5231 F:      include/linux/ide.h
5232
5233 IDEAPAD LAPTOP EXTRAS DRIVER
5234 M:      Ike Panhc <ike.pan@canonical.com>
5235 L:      platform-driver-x86@vger.kernel.org
5236 W:      http://launchpad.net/ideapad-laptop
5237 S:      Maintained
5238 F:      drivers/platform/x86/ideapad-laptop.c
5239
5240 IDEAPAD LAPTOP SLIDEBAR DRIVER
5241 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5242 L:      linux-input@vger.kernel.org
5243 W:      https://github.com/o2genum/ideapad-slidebar
5244 S:      Maintained
5245 F:      drivers/input/misc/ideapad_slidebar.c
5246
5247 IDE/ATAPI DRIVERS
5248 M:      Borislav Petkov <bp@alien8.de>
5249 L:      linux-ide@vger.kernel.org
5250 S:      Maintained
5251 F:      Documentation/cdrom/ide-cd
5252 F:      drivers/ide/ide-cd*
5253
5254 IDLE-I7300
5255 M:      Andy Henroid <andrew.d.henroid@intel.com>
5256 L:      linux-pm@vger.kernel.org
5257 S:      Supported
5258 F:      drivers/idle/i7300_idle.c
5259
5260 IEEE 802.15.4 SUBSYSTEM
5261 M:      Alexander Aring <alex.aring@gmail.com>
5262 L:      linux-wpan@vger.kernel.org
5263 W:      https://github.com/linux-wpan
5264 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5265 S:      Maintained
5266 F:      net/ieee802154/
5267 F:      net/mac802154/
5268 F:      drivers/net/ieee802154/
5269 F:      include/linux/nl802154.h
5270 F:      include/linux/ieee802154.h
5271 F:      include/net/nl802154.h
5272 F:      include/net/mac802154.h
5273 F:      include/net/af_ieee802154.h
5274 F:      include/net/cfg802154.h
5275 F:      include/net/ieee802154_netdev.h
5276 F:      Documentation/networking/ieee802154.txt
5277
5278 IGORPLUG-USB IR RECEIVER
5279 M:      Sean Young <sean@mess.org>
5280 L:      linux-media@vger.kernel.org
5281 S:      Maintained
5282 F:      drivers/media/rc/igorplugusb.c
5283
5284 IGUANAWORKS USB IR TRANSCEIVER
5285 M:      Sean Young <sean@mess.org>
5286 L:      linux-media@vger.kernel.org
5287 S:      Maintained
5288 F:      drivers/media/rc/iguanair.c
5289
5290 IIO SUBSYSTEM AND DRIVERS
5291 M:      Jonathan Cameron <jic23@kernel.org>
5292 R:      Hartmut Knaack <knaack.h@gmx.de>
5293 R:      Lars-Peter Clausen <lars@metafoo.de>
5294 R:      Peter Meerwald <pmeerw@pmeerw.net>
5295 L:      linux-iio@vger.kernel.org
5296 S:      Maintained
5297 F:      drivers/iio/
5298 F:      drivers/staging/iio/
5299 F:      include/linux/iio/
5300 F:      tools/iio/
5301
5302 IKANOS/ADI EAGLE ADSL USB DRIVER
5303 M:      Matthieu Castet <castet.matthieu@free.fr>
5304 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5305 S:      Maintained
5306 F:      drivers/usb/atm/ueagle-atm.c
5307
5308 INA209 HARDWARE MONITOR DRIVER
5309 M:      Guenter Roeck <linux@roeck-us.net>
5310 L:      lm-sensors@lm-sensors.org
5311 S:      Maintained
5312 F:      Documentation/hwmon/ina209
5313 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5314 F:      drivers/hwmon/ina209.c
5315
5316 INA2XX HARDWARE MONITOR DRIVER
5317 M:      Guenter Roeck <linux@roeck-us.net>
5318 L:      lm-sensors@lm-sensors.org
5319 S:      Maintained
5320 F:      Documentation/hwmon/ina2xx
5321 F:      drivers/hwmon/ina2xx.c
5322 F:      include/linux/platform_data/ina2xx.h
5323
5324 INDUSTRY PACK SUBSYSTEM (IPACK)
5325 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5326 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5327 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5328 L:      industrypack-devel@lists.sourceforge.net
5329 W:      http://industrypack.sourceforge.net
5330 S:      Maintained
5331 F:      drivers/ipack/
5332
5333 INGENIC JZ4780 DMA Driver
5334 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5335 S:      Maintained
5336 F:      drivers/dma/dma-jz4780.c
5337
5338 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5339 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5340 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5341 L:      linux-ima-devel@lists.sourceforge.net
5342 L:      linux-ima-user@lists.sourceforge.net
5343 L:      linux-security-module@vger.kernel.org
5344 S:      Supported
5345 F:      security/integrity/ima/
5346
5347 IMGTEC IR DECODER DRIVER
5348 M:      James Hogan <james.hogan@imgtec.com>
5349 S:      Maintained
5350 F:      drivers/media/rc/img-ir/
5351
5352 IMS TWINTURBO FRAMEBUFFER DRIVER
5353 L:      linux-fbdev@vger.kernel.org
5354 S:      Orphan
5355 F:      drivers/video/fbdev/imsttfb.c
5356
5357 INFINIBAND SUBSYSTEM
5358 M:      Doug Ledford <dledford@redhat.com>
5359 M:      Sean Hefty <sean.hefty@intel.com>
5360 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5361 L:      linux-rdma@vger.kernel.org
5362 W:      http://www.openfabrics.org/
5363 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5365 S:      Supported
5366 F:      Documentation/infiniband/
5367 F:      drivers/infiniband/
5368 F:      drivers/staging/rdma/
5369 F:      include/uapi/linux/if_infiniband.h
5370 F:      include/uapi/rdma/
5371 F:      include/rdma/
5372
5373 INOTIFY
5374 M:      John McCutchan <john@johnmccutchan.com>
5375 M:      Robert Love <rlove@rlove.org>
5376 M:      Eric Paris <eparis@parisplace.org>
5377 S:      Maintained
5378 F:      Documentation/filesystems/inotify.txt
5379 F:      fs/notify/inotify/
5380 F:      include/linux/inotify.h
5381 F:      include/uapi/linux/inotify.h
5382
5383 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5384 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5385 L:      linux-input@vger.kernel.org
5386 Q:      http://patchwork.kernel.org/project/linux-input/list/
5387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5388 S:      Maintained
5389 F:      drivers/input/
5390 F:      include/linux/input.h
5391 F:      include/uapi/linux/input.h
5392 F:      include/linux/input/
5393
5394 INPUT MULTITOUCH (MT) PROTOCOL
5395 M:      Henrik Rydberg <rydberg@bitmath.org>
5396 L:      linux-input@vger.kernel.org
5397 S:      Odd fixes
5398 F:      Documentation/input/multi-touch-protocol.txt
5399 F:      drivers/input/input-mt.c
5400 K:      \b(ABS|SYN)_MT_
5401
5402 INTEL ASoC BDW/HSW DRIVERS
5403 M:      Jie Yang <yang.jie@linux.intel.com>
5404 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5405 S:      Supported
5406 F:      sound/soc/intel/common/sst-dsp*
5407 F:      sound/soc/intel/common/sst-firmware.c
5408 F:      sound/soc/intel/boards/broadwell.c
5409 F:      sound/soc/intel/haswell/
5410
5411 INTEL C600 SERIES SAS CONTROLLER DRIVER
5412 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5413 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5414 L:      linux-scsi@vger.kernel.org
5415 T:      git git://git.code.sf.net/p/intel-sas/isci
5416 S:      Supported
5417 F:      drivers/scsi/isci/
5418
5419 INTEL IDLE DRIVER
5420 M:      Len Brown <lenb@kernel.org>
5421 L:      linux-pm@vger.kernel.org
5422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5423 S:      Supported
5424 F:      drivers/idle/intel_idle.c
5425
5426 INTEL PSTATE DRIVER
5427 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5428 L:      linux-pm@vger.kernel.org
5429 S:      Supported
5430 F:      drivers/cpufreq/intel_pstate.c
5431
5432 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5433 M:      Maik Broemme <mbroemme@plusserver.de>
5434 L:      linux-fbdev@vger.kernel.org
5435 S:      Maintained
5436 F:      Documentation/fb/intelfb.txt
5437 F:      drivers/video/fbdev/intelfb/
5438
5439 INTEL 810/815 FRAMEBUFFER DRIVER
5440 M:      Antonino Daplas <adaplas@gmail.com>
5441 L:      linux-fbdev@vger.kernel.org
5442 S:      Maintained
5443 F:      drivers/video/fbdev/i810/
5444
5445 INTEL MENLOW THERMAL DRIVER
5446 M:      Sujith Thomas <sujith.thomas@intel.com>
5447 L:      platform-driver-x86@vger.kernel.org
5448 W:      https://01.org/linux-acpi
5449 S:      Supported
5450 F:      drivers/platform/x86/intel_menlow.c
5451
5452 INTEL I/OAT DMA DRIVER
5453 M:      Dave Jiang <dave.jiang@intel.com>
5454 R:      Dan Williams <dan.j.williams@intel.com>
5455 L:      dmaengine@vger.kernel.org
5456 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5457 S:      Supported
5458 F:      drivers/dma/ioat*
5459
5460 INTEL IOMMU (VT-d)
5461 M:      David Woodhouse <dwmw2@infradead.org>
5462 L:      iommu@lists.linux-foundation.org
5463 T:      git git://git.infradead.org/iommu-2.6.git
5464 S:      Supported
5465 F:      drivers/iommu/intel-iommu.c
5466 F:      include/linux/intel-iommu.h
5467
5468 INTEL IOP-ADMA DMA DRIVER
5469 R:      Dan Williams <dan.j.williams@intel.com>
5470 S:      Odd fixes
5471 F:      drivers/dma/iop-adma.c
5472
5473 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5474 M:      Krzysztof Halasa <khalasa@piap.pl>
5475 S:      Maintained
5476 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5477 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5478 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5479 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5480 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5481 F:      drivers/net/wan/ixp4xx_hss.c
5482
5483 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5484 M:      Deepak Saxena <dsaxena@plexity.net>
5485 S:      Maintained
5486 F:      drivers/char/hw_random/ixp4xx-rng.c
5487
5488 INTEL ETHERNET DRIVERS
5489 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5490 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5491 R:      Shannon Nelson <shannon.nelson@intel.com>
5492 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5493 R:      Don Skidmore <donald.c.skidmore@intel.com>
5494 R:      Matthew Vick <matthew.vick@intel.com>
5495 R:      John Ronciak <john.ronciak@intel.com>
5496 R:      Mitch Williams <mitch.a.williams@intel.com>
5497 L:      intel-wired-lan@lists.osuosl.org
5498 W:      http://www.intel.com/support/feedback.htm
5499 W:      http://e1000.sourceforge.net/
5500 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5503 S:      Supported
5504 F:      Documentation/networking/e100.txt
5505 F:      Documentation/networking/e1000.txt
5506 F:      Documentation/networking/e1000e.txt
5507 F:      Documentation/networking/igb.txt
5508 F:      Documentation/networking/igbvf.txt
5509 F:      Documentation/networking/ixgb.txt
5510 F:      Documentation/networking/ixgbe.txt
5511 F:      Documentation/networking/ixgbevf.txt
5512 F:      Documentation/networking/i40e.txt
5513 F:      Documentation/networking/i40evf.txt
5514 F:      drivers/net/ethernet/intel/
5515 F:      drivers/net/ethernet/intel/*/
5516
5517 INTEL-MID GPIO DRIVER
5518 M:      David Cohen <david.a.cohen@linux.intel.com>
5519 L:      linux-gpio@vger.kernel.org
5520 S:      Maintained
5521 F:      drivers/gpio/gpio-intel-mid.c
5522
5523 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5524 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5525 L:      linux-wireless@vger.kernel.org
5526 S:      Maintained
5527 F:      Documentation/networking/README.ipw2100
5528 F:      Documentation/networking/README.ipw2200
5529 F:      drivers/net/wireless/ipw2x00/
5530
5531 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5532 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5533 M:      Gang Wei <gang.wei@intel.com>
5534 M:      Shane Wang <shane.wang@intel.com>
5535 L:      tboot-devel@lists.sourceforge.net
5536 W:      http://tboot.sourceforge.net
5537 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5538 S:      Supported
5539 F:      Documentation/intel_txt.txt
5540 F:      include/linux/tboot.h
5541 F:      arch/x86/kernel/tboot.c
5542
5543 INTEL WIRELESS WIMAX CONNECTION 2400
5544 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5545 M:      linux-wimax@intel.com
5546 L:      wimax@linuxwimax.org (subscribers-only)
5547 S:      Supported
5548 W:      http://linuxwimax.org
5549 F:      Documentation/wimax/README.i2400m
5550 F:      drivers/net/wimax/i2400m/
5551 F:      include/uapi/linux/wimax/i2400m.h
5552
5553 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5554 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5555 L:      linux-wireless@vger.kernel.org
5556 S:      Supported
5557 F:      drivers/net/wireless/iwlegacy/
5558
5559 INTEL WIRELESS WIFI LINK (iwlwifi)
5560 M:      Johannes Berg <johannes.berg@intel.com>
5561 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5562 M:      Intel Linux Wireless <ilw@linux.intel.com>
5563 L:      linux-wireless@vger.kernel.org
5564 W:      http://intellinuxwireless.org
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5566 S:      Supported
5567 F:      drivers/net/wireless/iwlwifi/
5568
5569 INTEL MANAGEMENT ENGINE (mei)
5570 M:      Tomas Winkler <tomas.winkler@intel.com>
5571 L:      linux-kernel@vger.kernel.org
5572 S:      Supported
5573 F:      include/uapi/linux/mei.h
5574 F:      include/linux/mei_cl_bus.h
5575 F:      drivers/misc/mei/*
5576 F:      Documentation/misc-devices/mei/*
5577
5578 INTEL PMC IPC DRIVER
5579 M:      Zha Qipeng<qipeng.zha@intel.com>
5580 L:      platform-driver-x86@vger.kernel.org
5581 S:      Maintained
5582 F:      drivers/platform/x86/intel_pmc_ipc.c
5583 F:      arch/x86/include/asm/intel_pmc_ipc.h
5584
5585 IOC3 ETHERNET DRIVER
5586 M:      Ralf Baechle <ralf@linux-mips.org>
5587 L:      linux-mips@linux-mips.org
5588 S:      Maintained
5589 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5590
5591 IOC3 SERIAL DRIVER
5592 M:      Pat Gefre <pfg@sgi.com>
5593 L:      linux-serial@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/tty/serial/ioc3_serial.c
5596
5597 IOMMU DRIVERS
5598 M:      Joerg Roedel <joro@8bytes.org>
5599 L:      iommu@lists.linux-foundation.org
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5601 S:      Maintained
5602 F:      drivers/iommu/
5603
5604 IP MASQUERADING
5605 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5606 S:      Maintained
5607 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5608
5609 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5610 M:      Francois Romieu <romieu@fr.zoreil.com>
5611 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5612 L:      netdev@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/net/ethernet/icplus/ipg.*
5615
5616 IPATH DRIVER
5617 M:      Mike Marciniszyn <infinipath@intel.com>
5618 L:      linux-rdma@vger.kernel.org
5619 S:      Maintained
5620 F:      drivers/staging/rdma/ipath/
5621
5622 IPMI SUBSYSTEM
5623 M:      Corey Minyard <minyard@acm.org>
5624 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5625 W:      http://openipmi.sourceforge.net/
5626 S:      Supported
5627 F:      Documentation/IPMI.txt
5628 F:      drivers/char/ipmi/
5629 F:      include/linux/ipmi*
5630 F:      include/uapi/linux/ipmi*
5631
5632 QCOM AUDIO (ASoC) DRIVERS
5633 M:      Patrick Lai <plai@codeaurora.org>
5634 M:      Banajit Goswami <bgoswami@codeaurora.org>
5635 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5636 S:      Supported
5637 F:      sound/soc/qcom/
5638
5639 IPS SCSI RAID DRIVER
5640 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5641 L:      linux-scsi@vger.kernel.org
5642 W:      http://www.adaptec.com/
5643 S:      Maintained
5644 F:      drivers/scsi/ips*
5645
5646 IPVS
5647 M:      Wensong Zhang <wensong@linux-vs.org>
5648 M:      Simon Horman <horms@verge.net.au>
5649 M:      Julian Anastasov <ja@ssi.bg>
5650 L:      netdev@vger.kernel.org
5651 L:      lvs-devel@vger.kernel.org
5652 S:      Maintained
5653 F:      Documentation/networking/ipvs-sysctl.txt
5654 F:      include/net/ip_vs.h
5655 F:      include/uapi/linux/ip_vs.h
5656 F:      net/netfilter/ipvs/
5657
5658 IPWIRELESS DRIVER
5659 M:      Jiri Kosina <jikos@kernel.org>
5660 M:      David Sterba <dsterba@suse.com>
5661 S:      Odd Fixes
5662 F:      drivers/tty/ipwireless/
5663
5664 IPX NETWORK LAYER
5665 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5666 L:      netdev@vger.kernel.org
5667 S:      Maintained
5668 F:      include/net/ipx.h
5669 F:      include/uapi/linux/ipx.h
5670 F:      net/ipx/
5671
5672 IRDA SUBSYSTEM
5673 M:      Samuel Ortiz <samuel@sortiz.org>
5674 L:      irda-users@lists.sourceforge.net (subscribers-only)
5675 L:      netdev@vger.kernel.org
5676 W:      http://irda.sourceforge.net/
5677 S:      Maintained
5678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5679 F:      Documentation/networking/irda.txt
5680 F:      drivers/net/irda/
5681 F:      include/net/irda/
5682 F:      net/irda/
5683
5684 IRQ SUBSYSTEM
5685 M:      Thomas Gleixner <tglx@linutronix.de>
5686 L:      linux-kernel@vger.kernel.org
5687 S:      Maintained
5688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5689 F:      kernel/irq/
5690
5691 IRQCHIP DRIVERS
5692 M:      Thomas Gleixner <tglx@linutronix.de>
5693 M:      Jason Cooper <jason@lakedaemon.net>
5694 M:      Marc Zyngier <marc.zyngier@arm.com>
5695 L:      linux-kernel@vger.kernel.org
5696 S:      Maintained
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5698 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5699 F:      Documentation/devicetree/bindings/interrupt-controller/
5700 F:      drivers/irqchip/
5701
5702 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5703 M:      Jiang Liu <jiang.liu@linux.intel.com>
5704 M:      Marc Zyngier <marc.zyngier@arm.com>
5705 S:      Maintained
5706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5707 F:      Documentation/IRQ-domain.txt
5708 F:      include/linux/irqdomain.h
5709 F:      kernel/irq/irqdomain.c
5710 F:      kernel/irq/msi.c
5711
5712 ISAPNP
5713 M:      Jaroslav Kysela <perex@perex.cz>
5714 S:      Maintained
5715 F:      Documentation/isapnp.txt
5716 F:      drivers/pnp/isapnp/
5717 F:      include/linux/isapnp.h
5718
5719 ISA RADIO MODULE
5720 M:      Hans Verkuil <hverkuil@xs4all.nl>
5721 L:      linux-media@vger.kernel.org
5722 T:      git git://linuxtv.org/media_tree.git
5723 W:      http://linuxtv.org
5724 S:      Maintained
5725 F:      drivers/media/radio/radio-isa*
5726
5727 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5728 M:      Peter Jones <pjones@redhat.com>
5729 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5730 S:      Maintained
5731 F:      drivers/firmware/iscsi_ibft*
5732
5733 ISCSI
5734 M:      Mike Christie <michaelc@cs.wisc.edu>
5735 L:      open-iscsi@googlegroups.com
5736 W:      www.open-iscsi.org
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5738 S:      Maintained
5739 F:      drivers/scsi/*iscsi*
5740 F:      include/scsi/*iscsi*
5741
5742 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5743 M:      Or Gerlitz <ogerlitz@mellanox.com>
5744 M:      Sagi Grimberg <sagig@mellanox.com>
5745 M:      Roi Dayan <roid@mellanox.com>
5746 L:      linux-rdma@vger.kernel.org
5747 S:      Supported
5748 W:      http://www.openfabrics.org
5749 W:      www.open-iscsi.org
5750 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5751 F:      drivers/infiniband/ulp/iser/
5752
5753 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5754 M:      Sagi Grimberg <sagig@mellanox.com>
5755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5756 L:      linux-rdma@vger.kernel.org
5757 L:      target-devel@vger.kernel.org
5758 S:      Supported
5759 W:      http://www.linux-iscsi.org
5760 F:      drivers/infiniband/ulp/isert
5761
5762 ISDN SUBSYSTEM
5763 M:      Karsten Keil <isdn@linux-pingi.de>
5764 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5765 L:      netdev@vger.kernel.org
5766 W:      http://www.isdn4linux.de
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5768 S:      Maintained
5769 F:      Documentation/isdn/
5770 F:      drivers/isdn/
5771 F:      include/linux/isdn.h
5772 F:      include/linux/isdn/
5773 F:      include/uapi/linux/isdn.h
5774 F:      include/uapi/linux/isdn/
5775
5776 ISDN SUBSYSTEM (Eicon active card driver)
5777 M:      Armin Schindler <mac@melware.de>
5778 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5779 W:      http://www.melware.de
5780 S:      Maintained
5781 F:      drivers/isdn/hardware/eicon/
5782
5783 IT87 HARDWARE MONITORING DRIVER
5784 M:      Jean Delvare <jdelvare@suse.com>
5785 L:      lm-sensors@lm-sensors.org
5786 S:      Maintained
5787 F:      Documentation/hwmon/it87
5788 F:      drivers/hwmon/it87.c
5789
5790 IT913X MEDIA DRIVER
5791 M:      Antti Palosaari <crope@iki.fi>
5792 L:      linux-media@vger.kernel.org
5793 W:      http://linuxtv.org/
5794 W:      http://palosaari.fi/linux/
5795 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5796 T:      git git://linuxtv.org/anttip/media_tree.git
5797 S:      Maintained
5798 F:      drivers/media/tuners/it913x*
5799
5800 IVTV VIDEO4LINUX DRIVER
5801 M:      Andy Walls <awalls@md.metrocast.net>
5802 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5803 L:      linux-media@vger.kernel.org
5804 T:      git git://linuxtv.org/media_tree.git
5805 W:      http://www.ivtvdriver.org
5806 S:      Maintained
5807 F:      Documentation/video4linux/*.ivtv
5808 F:      drivers/media/pci/ivtv/
5809 F:      include/uapi/linux/ivtv*
5810
5811 IX2505V MEDIA DRIVER
5812 M:      Malcolm Priestley <tvboxspy@gmail.com>
5813 L:      linux-media@vger.kernel.org
5814 W:      http://linuxtv.org/
5815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5816 S:      Maintained
5817 F:      drivers/media/dvb-frontends/ix2505v*
5818
5819 JC42.4 TEMPERATURE SENSOR DRIVER
5820 M:      Guenter Roeck <linux@roeck-us.net>
5821 L:      lm-sensors@lm-sensors.org
5822 S:      Maintained
5823 F:      drivers/hwmon/jc42.c
5824 F:      Documentation/hwmon/jc42
5825
5826 JFS FILESYSTEM
5827 M:      Dave Kleikamp <shaggy@kernel.org>
5828 L:      jfs-discussion@lists.sourceforge.net
5829 W:      http://jfs.sourceforge.net/
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5831 S:      Maintained
5832 F:      Documentation/filesystems/jfs.txt
5833 F:      fs/jfs/
5834
5835 JME NETWORK DRIVER
5836 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5837 L:      netdev@vger.kernel.org
5838 S:      Maintained
5839 F:      drivers/net/ethernet/jme.*
5840
5841 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5842 M:      David Woodhouse <dwmw2@infradead.org>
5843 L:      linux-mtd@lists.infradead.org
5844 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5845 S:      Maintained
5846 F:      fs/jffs2/
5847 F:      include/uapi/linux/jffs2.h
5848
5849 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5850 M:      "Theodore Ts'o" <tytso@mit.edu>
5851 M:      Jan Kara <jack@suse.com>
5852 L:      linux-ext4@vger.kernel.org
5853 S:      Maintained
5854 F:      fs/jbd2/
5855 F:      include/linux/jbd2.h
5856
5857 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5858 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5859 L:      linux-media@vger.kernel.org
5860 S:      Maintained
5861 F:      drivers/media/platform/rcar_jpu.c
5862
5863 JSM Neo PCI based serial card
5864 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5865 L:      linux-serial@vger.kernel.org
5866 S:      Maintained
5867 F:      drivers/tty/serial/jsm/
5868
5869 K10TEMP HARDWARE MONITORING DRIVER
5870 M:      Clemens Ladisch <clemens@ladisch.de>
5871 L:      lm-sensors@lm-sensors.org
5872 S:      Maintained
5873 F:      Documentation/hwmon/k10temp
5874 F:      drivers/hwmon/k10temp.c
5875
5876 K8TEMP HARDWARE MONITORING DRIVER
5877 M:      Rudolf Marek <r.marek@assembler.cz>
5878 L:      lm-sensors@lm-sensors.org
5879 S:      Maintained
5880 F:      Documentation/hwmon/k8temp
5881 F:      drivers/hwmon/k8temp.c
5882
5883 KCONFIG
5884 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5885 L:      linux-kbuild@vger.kernel.org
5886 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5887 S:      Maintained
5888 F:      Documentation/kbuild/kconfig-language.txt
5889 F:      scripts/kconfig/
5890
5891 KDUMP
5892 M:      Vivek Goyal <vgoyal@redhat.com>
5893 M:      Haren Myneni <hbabu@us.ibm.com>
5894 L:      kexec@lists.infradead.org
5895 W:      http://lse.sourceforge.net/kdump/
5896 S:      Maintained
5897 F:      Documentation/kdump/
5898
5899 KEENE FM RADIO TRANSMITTER DRIVER
5900 M:      Hans Verkuil <hverkuil@xs4all.nl>
5901 L:      linux-media@vger.kernel.org
5902 T:      git git://linuxtv.org/media_tree.git
5903 W:      http://linuxtv.org
5904 S:      Maintained
5905 F:      drivers/media/radio/radio-keene*
5906
5907 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5908 M:      Ian Kent <raven@themaw.net>
5909 L:      autofs@vger.kernel.org
5910 S:      Maintained
5911 F:      fs/autofs4/
5912
5913 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5914 M:      Michal Marek <mmarek@suse.com>
5915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5917 L:      linux-kbuild@vger.kernel.org
5918 S:      Maintained
5919 F:      Documentation/kbuild/
5920 F:      Makefile
5921 F:      scripts/Makefile.*
5922 F:      scripts/basic/
5923 F:      scripts/mk*
5924 F:      scripts/package/
5925
5926 KERNEL JANITORS
5927 L:      kernel-janitors@vger.kernel.org
5928 W:      http://kernelnewbies.org/KernelJanitors
5929 S:      Odd Fixes
5930
5931 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5932 M:      "J. Bruce Fields" <bfields@fieldses.org>
5933 M:      Jeff Layton <jlayton@poochiereds.net>
5934 L:      linux-nfs@vger.kernel.org
5935 W:      http://nfs.sourceforge.net/
5936 S:      Supported
5937 F:      fs/nfsd/
5938 F:      include/uapi/linux/nfsd/
5939 F:      fs/lockd/
5940 F:      fs/nfs_common/
5941 F:      net/sunrpc/
5942 F:      include/linux/lockd/
5943 F:      include/linux/sunrpc/
5944 F:      include/uapi/linux/sunrpc/
5945
5946 KERNEL SELFTEST FRAMEWORK
5947 M:      Shuah Khan <shuahkh@osg.samsung.com>
5948 L:      linux-api@vger.kernel.org
5949 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5950 S:      Maintained
5951 F:      tools/testing/selftests
5952
5953 KERNEL VIRTUAL MACHINE (KVM)
5954 M:      Gleb Natapov <gleb@kernel.org>
5955 M:      Paolo Bonzini <pbonzini@redhat.com>
5956 L:      kvm@vger.kernel.org
5957 W:      http://www.linux-kvm.org
5958 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5959 S:      Supported
5960 F:      Documentation/*/kvm*.txt
5961 F:      Documentation/virtual/kvm/
5962 F:      arch/*/kvm/
5963 F:      arch/x86/kernel/kvm.c
5964 F:      arch/x86/kernel/kvmclock.c
5965 F:      arch/*/include/asm/kvm*
5966 F:      include/linux/kvm*
5967 F:      include/uapi/linux/kvm*
5968 F:      virt/kvm/
5969
5970 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5971 M:      Joerg Roedel <joro@8bytes.org>
5972 L:      kvm@vger.kernel.org
5973 W:      http://www.linux-kvm.org/
5974 S:      Maintained
5975 F:      arch/x86/include/asm/svm.h
5976 F:      arch/x86/kvm/svm.c
5977
5978 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5979 M:      Alexander Graf <agraf@suse.com>
5980 L:      kvm-ppc@vger.kernel.org
5981 W:      http://www.linux-kvm.org/
5982 T:      git git://github.com/agraf/linux-2.6.git
5983 S:      Supported
5984 F:      arch/powerpc/include/asm/kvm*
5985 F:      arch/powerpc/kvm/
5986
5987 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5988 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5989 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5990 L:      linux-s390@vger.kernel.org
5991 W:      http://www.ibm.com/developerworks/linux/linux390/
5992 S:      Supported
5993 F:      Documentation/s390/kvm.txt
5994 F:      arch/s390/include/asm/kvm*
5995 F:      arch/s390/kvm/
5996
5997 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5998 M:      Christoffer Dall <christoffer.dall@linaro.org>
5999 M:      Marc Zyngier <marc.zyngier@arm.com>
6000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6001 L:      kvmarm@lists.cs.columbia.edu
6002 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6003 S:      Supported
6004 F:      arch/arm/include/uapi/asm/kvm*
6005 F:      arch/arm/include/asm/kvm*
6006 F:      arch/arm/kvm/
6007 F:      virt/kvm/arm/
6008 F:      include/kvm/arm_*
6009
6010 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6011 M:      Christoffer Dall <christoffer.dall@linaro.org>
6012 M:      Marc Zyngier <marc.zyngier@arm.com>
6013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6014 L:      kvmarm@lists.cs.columbia.edu
6015 S:      Maintained
6016 F:      arch/arm64/include/uapi/asm/kvm*
6017 F:      arch/arm64/include/asm/kvm*
6018 F:      arch/arm64/kvm/
6019
6020 KEXEC
6021 M:      Eric Biederman <ebiederm@xmission.com>
6022 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6023 L:      kexec@lists.infradead.org
6024 S:      Maintained
6025 F:      include/linux/kexec.h
6026 F:      include/uapi/linux/kexec.h
6027 F:      kernel/kexec.c
6028
6029 KEYS/KEYRINGS:
6030 M:      David Howells <dhowells@redhat.com>
6031 L:      keyrings@vger.kernel.org
6032 S:      Maintained
6033 F:      Documentation/security/keys.txt
6034 F:      include/linux/key.h
6035 F:      include/linux/key-type.h
6036 F:      include/keys/
6037 F:      security/keys/
6038
6039 KEYS-TRUSTED
6040 M:      David Safford <safford@us.ibm.com>
6041 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6042 L:      linux-security-module@vger.kernel.org
6043 L:      keyrings@vger.kernel.org
6044 S:      Supported
6045 F:      Documentation/security/keys-trusted-encrypted.txt
6046 F:      include/keys/trusted-type.h
6047 F:      security/keys/trusted.c
6048 F:      security/keys/trusted.h
6049
6050 KEYS-ENCRYPTED
6051 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6052 M:      David Safford <safford@us.ibm.com>
6053 L:      linux-security-module@vger.kernel.org
6054 L:      keyrings@vger.kernel.org
6055 S:      Supported
6056 F:      Documentation/security/keys-trusted-encrypted.txt
6057 F:      include/keys/encrypted-type.h
6058 F:      security/keys/encrypted-keys/
6059
6060 KGDB / KDB /debug_core
6061 M:      Jason Wessel <jason.wessel@windriver.com>
6062 W:      http://kgdb.wiki.kernel.org/
6063 L:      kgdb-bugreport@lists.sourceforge.net
6064 S:      Maintained
6065 F:      Documentation/DocBook/kgdb.tmpl
6066 F:      drivers/misc/kgdbts.c
6067 F:      drivers/tty/serial/kgdboc.c
6068 F:      include/linux/kdb.h
6069 F:      include/linux/kgdb.h
6070 F:      kernel/debug/
6071
6072 KMEMCHECK
6073 M:      Vegard Nossum <vegardno@ifi.uio.no>
6074 M:      Pekka Enberg <penberg@kernel.org>
6075 S:      Maintained
6076 F:      Documentation/kmemcheck.txt
6077 F:      arch/x86/include/asm/kmemcheck.h
6078 F:      arch/x86/mm/kmemcheck/
6079 F:      include/linux/kmemcheck.h
6080 F:      mm/kmemcheck.c
6081
6082 KMEMLEAK
6083 M:      Catalin Marinas <catalin.marinas@arm.com>
6084 S:      Maintained
6085 F:      Documentation/kmemleak.txt
6086 F:      include/linux/kmemleak.h
6087 F:      mm/kmemleak.c
6088 F:      mm/kmemleak-test.c
6089
6090 KPROBES
6091 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6092 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6093 M:      "David S. Miller" <davem@davemloft.net>
6094 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6095 S:      Maintained
6096 F:      Documentation/kprobes.txt
6097 F:      include/linux/kprobes.h
6098 F:      kernel/kprobes.c
6099
6100 KS0108 LCD CONTROLLER DRIVER
6101 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6102 W:      http://miguelojeda.es/auxdisplay.htm
6103 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6104 S:      Maintained
6105 F:      Documentation/auxdisplay/ks0108
6106 F:      drivers/auxdisplay/ks0108.c
6107 F:      include/linux/ks0108.h
6108
6109 LAPB module
6110 L:      linux-x25@vger.kernel.org
6111 S:      Orphan
6112 F:      Documentation/networking/lapb-module.txt
6113 F:      include/*/lapb.h
6114 F:      net/lapb/
6115
6116 LASI 53c700 driver for PARISC
6117 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6118 L:      linux-scsi@vger.kernel.org
6119 S:      Maintained
6120 F:      Documentation/scsi/53c700.txt
6121 F:      drivers/scsi/53c700*
6122
6123 LED SUBSYSTEM
6124 M:      Richard Purdie <rpurdie@rpsys.net>
6125 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6126 L:      linux-leds@vger.kernel.org
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6128 S:      Maintained
6129 F:      drivers/leds/
6130 F:      include/linux/leds.h
6131
6132 LEGACY EEPROM DRIVER
6133 M:      Jean Delvare <jdelvare@suse.com>
6134 S:      Maintained
6135 F:      Documentation/misc-devices/eeprom
6136 F:      drivers/misc/eeprom/eeprom.c
6137
6138 LEGO USB Tower driver
6139 M:      Juergen Stuber <starblue@users.sourceforge.net>
6140 L:      legousb-devel@lists.sourceforge.net
6141 W:      http://legousb.sourceforge.net/
6142 S:      Maintained
6143 F:      drivers/usb/misc/legousbtower.c
6144
6145 LG2160 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/lg2160.*
6154
6155 LGDT3305 MEDIA DRIVER
6156 M:      Michael Krufky <mkrufky@linuxtv.org>
6157 L:      linux-media@vger.kernel.org
6158 W:      http://linuxtv.org/
6159 W:      http://github.com/mkrufky
6160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6161 T:      git git://linuxtv.org/mkrufky/tuners.git
6162 S:      Maintained
6163 F:      drivers/media/dvb-frontends/lgdt3305.*
6164
6165 LGUEST
6166 M:      Rusty Russell <rusty@rustcorp.com.au>
6167 L:      lguest@lists.ozlabs.org
6168 W:      http://lguest.ozlabs.org/
6169 S:      Odd Fixes
6170 F:      arch/x86/include/asm/lguest*.h
6171 F:      arch/x86/lguest/
6172 F:      drivers/lguest/
6173 F:      include/linux/lguest*.h
6174 F:      tools/lguest/
6175
6176 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6177 M:      Tejun Heo <tj@kernel.org>
6178 L:      linux-ide@vger.kernel.org
6179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6180 S:      Maintained
6181 F:      drivers/ata/
6182 F:      include/linux/ata.h
6183 F:      include/linux/libata.h
6184
6185 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6186 M:      Viresh Kumar <vireshk@kernel.org>
6187 L:      linux-ide@vger.kernel.org
6188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6189 S:      Maintained
6190 F:      include/linux/pata_arasan_cf_data.h
6191 F:      drivers/ata/pata_arasan_cf.c
6192
6193 LIBATA PATA DRIVERS
6194 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6195 M:      Tejun Heo <tj@kernel.org>
6196 L:      linux-ide@vger.kernel.org
6197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6198 S:      Maintained
6199 F:      drivers/ata/pata_*.c
6200 F:      drivers/ata/ata_generic.c
6201
6202 LIBATA SATA AHCI PLATFORM devices support
6203 M:      Hans de Goede <hdegoede@redhat.com>
6204 M:      Tejun Heo <tj@kernel.org>
6205 L:      linux-ide@vger.kernel.org
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6207 S:      Maintained
6208 F:      drivers/ata/ahci_platform.c
6209 F:      drivers/ata/libahci_platform.c
6210 F:      include/linux/ahci_platform.h
6211
6212 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6213 M:      Mikael Pettersson <mikpelinux@gmail.com>
6214 L:      linux-ide@vger.kernel.org
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6216 S:      Maintained
6217 F:      drivers/ata/sata_promise.*
6218
6219 LIBLOCKDEP
6220 M:      Sasha Levin <sasha.levin@oracle.com>
6221 S:      Maintained
6222 F:      tools/lib/lockdep/
6223
6224 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6225 M:      Dan Williams <dan.j.williams@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/*
6230 F:      include/linux/nd.h
6231 F:      include/linux/libnvdimm.h
6232 F:      include/uapi/linux/ndctl.h
6233
6234 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6235 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6236 L:      linux-nvdimm@lists.01.org
6237 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6238 S:      Supported
6239 F:      drivers/nvdimm/blk.c
6240 F:      drivers/nvdimm/region_devs.c
6241 F:      drivers/acpi/nfit*
6242
6243 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6244 M:      Vishal Verma <vishal.l.verma@intel.com>
6245 L:      linux-nvdimm@lists.01.org
6246 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6247 S:      Supported
6248 F:      drivers/nvdimm/btt*
6249
6250 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6251 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6252 L:      linux-nvdimm@lists.01.org
6253 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6254 S:      Supported
6255 F:      drivers/nvdimm/pmem.c
6256 F:      include/linux/pmem.h
6257 F:      arch/*/include/asm/pmem.h
6258
6259 LINUX FOR IBM pSERIES (RS/6000)
6260 M:      Paul Mackerras <paulus@au.ibm.com>
6261 W:      http://www.ibm.com/linux/ltc/projects/ppc
6262 S:      Supported
6263 F:      arch/powerpc/boot/rs6000.h
6264
6265 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6266 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6267 M:      Paul Mackerras <paulus@samba.org>
6268 M:      Michael Ellerman <mpe@ellerman.id.au>
6269 W:      http://www.penguinppc.org/
6270 L:      linuxppc-dev@lists.ozlabs.org
6271 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6273 S:      Supported
6274 F:      Documentation/powerpc/
6275 F:      arch/powerpc/
6276
6277 LINUX FOR POWER MACINTOSH
6278 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6279 W:      http://www.penguinppc.org/
6280 L:      linuxppc-dev@lists.ozlabs.org
6281 S:      Maintained
6282 F:      arch/powerpc/platforms/powermac/
6283 F:      drivers/macintosh/
6284
6285 LINUX FOR POWERPC EMBEDDED MPC5XXX
6286 M:      Anatolij Gustschin <agust@denx.de>
6287 L:      linuxppc-dev@lists.ozlabs.org
6288 T:      git git://git.denx.de/linux-denx-agust.git
6289 S:      Maintained
6290 F:      arch/powerpc/platforms/512x/
6291 F:      arch/powerpc/platforms/52xx/
6292
6293 LINUX FOR POWERPC EMBEDDED PPC4XX
6294 M:      Alistair Popple <alistair@popple.id.au>
6295 M:      Matt Porter <mporter@kernel.crashing.org>
6296 W:      http://www.penguinppc.org/
6297 L:      linuxppc-dev@lists.ozlabs.org
6298 S:      Maintained
6299 F:      arch/powerpc/platforms/40x/
6300 F:      arch/powerpc/platforms/44x/
6301
6302 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6303 L:      linuxppc-dev@lists.ozlabs.org
6304 S:      Orphan
6305 F:      arch/powerpc/*/*virtex*
6306 F:      arch/powerpc/*/*/*virtex*
6307
6308 LINUX FOR POWERPC EMBEDDED PPC8XX
6309 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6310 W:      http://www.penguinppc.org/
6311 L:      linuxppc-dev@lists.ozlabs.org
6312 S:      Maintained
6313 F:      arch/powerpc/platforms/8xx/
6314
6315 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6316 M:      Scott Wood <scottwood@freescale.com>
6317 M:      Kumar Gala <galak@kernel.crashing.org>
6318 W:      http://www.penguinppc.org/
6319 L:      linuxppc-dev@lists.ozlabs.org
6320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6321 S:      Maintained
6322 F:      arch/powerpc/platforms/83xx/
6323 F:      arch/powerpc/platforms/85xx/
6324
6325 LINUX FOR POWERPC PA SEMI PWRFICIENT
6326 M:      Olof Johansson <olof@lixom.net>
6327 L:      linuxppc-dev@lists.ozlabs.org
6328 S:      Maintained
6329 F:      arch/powerpc/platforms/pasemi/
6330 F:      drivers/*/*pasemi*
6331 F:      drivers/*/*/*pasemi*
6332
6333 LINUX SECURITY MODULE (LSM) FRAMEWORK
6334 M:      Chris Wright <chrisw@sous-sol.org>
6335 L:      linux-security-module@vger.kernel.org
6336 S:      Supported
6337
6338 LIS3LV02D ACCELEROMETER DRIVER
6339 M:      Eric Piel <eric.piel@tremplin-utc.net>
6340 S:      Maintained
6341 F:      Documentation/misc-devices/lis3lv02d
6342 F:      drivers/misc/lis3lv02d/
6343 F:      drivers/platform/x86/hp_accel.c
6344
6345 LIVE PATCHING
6346 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6347 M:      Seth Jennings <sjenning@redhat.com>
6348 M:      Jiri Kosina <jikos@kernel.org>
6349 M:      Vojtech Pavlik <vojtech@suse.com>
6350 S:      Maintained
6351 F:      kernel/livepatch/
6352 F:      include/linux/livepatch.h
6353 F:      arch/x86/include/asm/livepatch.h
6354 F:      arch/x86/kernel/livepatch.c
6355 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6356 F:      samples/livepatch/
6357 L:      live-patching@vger.kernel.org
6358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6359
6360 LLC (802.2)
6361 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6362 S:      Maintained
6363 F:      include/linux/llc.h
6364 F:      include/uapi/linux/llc.h
6365 F:      include/net/llc*
6366 F:      net/llc/
6367
6368 LM73 HARDWARE MONITOR DRIVER
6369 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6370 L:      lm-sensors@lm-sensors.org
6371 S:      Maintained
6372 F:      drivers/hwmon/lm73.c
6373
6374 LM78 HARDWARE MONITOR DRIVER
6375 M:      Jean Delvare <jdelvare@suse.com>
6376 L:      lm-sensors@lm-sensors.org
6377 S:      Maintained
6378 F:      Documentation/hwmon/lm78
6379 F:      drivers/hwmon/lm78.c
6380
6381 LM83 HARDWARE MONITOR DRIVER
6382 M:      Jean Delvare <jdelvare@suse.com>
6383 L:      lm-sensors@lm-sensors.org
6384 S:      Maintained
6385 F:      Documentation/hwmon/lm83
6386 F:      drivers/hwmon/lm83.c
6387
6388 LM90 HARDWARE MONITOR DRIVER
6389 M:      Jean Delvare <jdelvare@suse.com>
6390 L:      lm-sensors@lm-sensors.org
6391 S:      Maintained
6392 F:      Documentation/hwmon/lm90
6393 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6394 F:      drivers/hwmon/lm90.c
6395
6396 LM95234 HARDWARE MONITOR DRIVER
6397 M:      Guenter Roeck <linux@roeck-us.net>
6398 L:      lm-sensors@lm-sensors.org
6399 S:      Maintained
6400 F:      Documentation/hwmon/lm95234
6401 F:      drivers/hwmon/lm95234.c
6402
6403 LME2510 MEDIA DRIVER
6404 M:      Malcolm Priestley <tvboxspy@gmail.com>
6405 L:      linux-media@vger.kernel.org
6406 W:      http://linuxtv.org/
6407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6408 S:      Maintained
6409 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6410
6411 LOCKDEP AND LOCKSTAT
6412 M:      Peter Zijlstra <peterz@infradead.org>
6413 M:      Ingo Molnar <mingo@redhat.com>
6414 L:      linux-kernel@vger.kernel.org
6415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6416 S:      Maintained
6417 F:      Documentation/locking/lockdep*.txt
6418 F:      Documentation/locking/lockstat.txt
6419 F:      include/linux/lockdep.h
6420 F:      kernel/locking/
6421
6422 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6423 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6424 L:      linux-ntfs-dev@lists.sourceforge.net
6425 W:      http://www.linux-ntfs.org/content/view/19/37/
6426 S:      Maintained
6427 F:      Documentation/ldm.txt
6428 F:      block/partitions/ldm.*
6429
6430 LogFS
6431 M:      Joern Engel <joern@logfs.org>
6432 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6433 L:      logfs@logfs.org
6434 W:      logfs.org
6435 S:      Maintained
6436 F:      fs/logfs/
6437
6438 LPC32XX MACHINE SUPPORT
6439 M:      Roland Stigge <stigge@antcom.de>
6440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6441 S:      Maintained
6442 F:      arch/arm/mach-lpc32xx/
6443
6444 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6445 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6446 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6447 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6448 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6449 L:      MPT-FusionLinux.pdl@avagotech.com
6450 L:      linux-scsi@vger.kernel.org
6451 W:      http://www.lsilogic.com/support
6452 S:      Supported
6453 F:      drivers/message/fusion/
6454 F:      drivers/scsi/mpt2sas/
6455 F:      drivers/scsi/mpt3sas/
6456
6457 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6458 M:      Matthew Wilcox <matthew@wil.cx>
6459 L:      linux-scsi@vger.kernel.org
6460 S:      Maintained
6461 F:      drivers/scsi/sym53c8xx_2/
6462
6463 LTC4261 HARDWARE MONITOR DRIVER
6464 M:      Guenter Roeck <linux@roeck-us.net>
6465 L:      lm-sensors@lm-sensors.org
6466 S:      Maintained
6467 F:      Documentation/hwmon/ltc4261
6468 F:      drivers/hwmon/ltc4261.c
6469
6470 LTP (Linux Test Project)
6471 M:      Mike Frysinger <vapier@gentoo.org>
6472 M:      Cyril Hrubis <chrubis@suse.cz>
6473 M:      Wanlong Gao <wanlong.gao@gmail.com>
6474 M:      Jan Stancek <jstancek@redhat.com>
6475 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6476 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6477 L:      ltp@lists.linux.it (subscribers-only)
6478 W:      http://linux-test-project.github.io/
6479 T:      git git://github.com/linux-test-project/ltp.git
6480 S:      Maintained
6481
6482 M32R ARCHITECTURE
6483 W:      http://www.linux-m32r.org/
6484 S:      Orphan
6485 F:      arch/m32r/
6486
6487 M68K ARCHITECTURE
6488 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6489 L:      linux-m68k@lists.linux-m68k.org
6490 W:      http://www.linux-m68k.org/
6491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6492 S:      Maintained
6493 F:      arch/m68k/
6494 F:      drivers/zorro/
6495
6496 M68K ON APPLE MACINTOSH
6497 M:      Joshua Thompson <funaho@jurai.org>
6498 W:      http://www.mac.linux-m68k.org/
6499 L:      linux-m68k@lists.linux-m68k.org
6500 S:      Maintained
6501 F:      arch/m68k/mac/
6502
6503 M68K ON HP9000/300
6504 M:      Philip Blundell <philb@gnu.org>
6505 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6506 S:      Maintained
6507 F:      arch/m68k/hp300/
6508
6509 M88DS3103 MEDIA DRIVER
6510 M:      Antti Palosaari <crope@iki.fi>
6511 L:      linux-media@vger.kernel.org
6512 W:      http://linuxtv.org/
6513 W:      http://palosaari.fi/linux/
6514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6515 T:      git git://linuxtv.org/anttip/media_tree.git
6516 S:      Maintained
6517 F:      drivers/media/dvb-frontends/m88ds3103*
6518
6519 M88RS2000 MEDIA DRIVER
6520 M:      Malcolm Priestley <tvboxspy@gmail.com>
6521 L:      linux-media@vger.kernel.org
6522 W:      http://linuxtv.org/
6523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6524 S:      Maintained
6525 F:      drivers/media/dvb-frontends/m88rs2000*
6526
6527 MA901 MASTERKIT USB FM RADIO DRIVER
6528 M:      Alexey Klimov <klimov.linux@gmail.com>
6529 L:      linux-media@vger.kernel.org
6530 T:      git git://linuxtv.org/media_tree.git
6531 S:      Maintained
6532 F:      drivers/media/radio/radio-ma901.c
6533
6534 MAC80211
6535 M:      Johannes Berg <johannes@sipsolutions.net>
6536 L:      linux-wireless@vger.kernel.org
6537 W:      http://wireless.kernel.org/
6538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6540 S:      Maintained
6541 F:      Documentation/networking/mac80211-injection.txt
6542 F:      include/net/mac80211.h
6543 F:      net/mac80211/
6544
6545 MACVLAN DRIVER
6546 M:      Patrick McHardy <kaber@trash.net>
6547 L:      netdev@vger.kernel.org
6548 S:      Maintained
6549 F:      drivers/net/macvlan.c
6550 F:      include/linux/if_macvlan.h
6551
6552 MAILBOX API
6553 M:      Jassi Brar <jassisinghbrar@gmail.com>
6554 L:      linux-kernel@vger.kernel.org
6555 S:      Maintained
6556 F:      drivers/mailbox/
6557 F:      include/linux/mailbox_client.h
6558 F:      include/linux/mailbox_controller.h
6559
6560 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6561 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6562 W:      http://www.kernel.org/doc/man-pages
6563 L:      linux-man@vger.kernel.org
6564 S:      Maintained
6565
6566 MARVELL ARMADA DRM SUPPORT
6567 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6568 S:      Maintained
6569 F:      drivers/gpu/drm/armada/
6570
6571 MARVELL 88E6352 DSA support
6572 M:      Guenter Roeck <linux@roeck-us.net>
6573 S:      Maintained
6574 F:      drivers/net/dsa/mv88e6352.c
6575
6576 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6577 M:      Mirko Lindner <mlindner@marvell.com>
6578 M:      Stephen Hemminger <stephen@networkplumber.org>
6579 L:      netdev@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/net/ethernet/marvell/sk*
6582
6583 MARVELL LIBERTAS WIRELESS DRIVER
6584 L:      libertas-dev@lists.infradead.org
6585 S:      Orphan
6586 F:      drivers/net/wireless/libertas/
6587
6588 MARVELL MV643XX ETHERNET DRIVER
6589 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6590 L:      netdev@vger.kernel.org
6591 S:      Maintained
6592 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6593 F:      include/linux/mv643xx.h
6594
6595 MARVELL MVNETA ETHERNET DRIVER
6596 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6597 L:      netdev@vger.kernel.org
6598 S:      Maintained
6599 F:      drivers/net/ethernet/marvell/mvneta.*
6600
6601 MARVELL MWIFIEX WIRELESS DRIVER
6602 M:      Amitkumar Karwar <akarwar@marvell.com>
6603 M:      Nishant Sarmukadam <nishants@marvell.com>
6604 L:      linux-wireless@vger.kernel.org
6605 S:      Maintained
6606 F:      drivers/net/wireless/mwifiex/
6607
6608 MARVELL MWL8K WIRELESS DRIVER
6609 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6610 L:      linux-wireless@vger.kernel.org
6611 S:      Odd Fixes
6612 F:      drivers/net/wireless/mwl8k.c
6613
6614 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6615 M:      Nicolas Pitre <nico@fluxnic.net>
6616 S:      Odd Fixes
6617 F:      drivers/mmc/host/mvsdio.*
6618
6619 MATROX FRAMEBUFFER DRIVER
6620 L:      linux-fbdev@vger.kernel.org
6621 S:      Orphan
6622 F:      drivers/video/fbdev/matrox/matroxfb_*
6623 F:      include/uapi/linux/matroxfb.h
6624
6625 MAX16065 HARDWARE MONITOR DRIVER
6626 M:      Guenter Roeck <linux@roeck-us.net>
6627 L:      lm-sensors@lm-sensors.org
6628 S:      Maintained
6629 F:      Documentation/hwmon/max16065
6630 F:      drivers/hwmon/max16065.c
6631
6632 MAX20751 HARDWARE MONITOR DRIVER
6633 M:      Guenter Roeck <linux@roeck-us.net>
6634 L:      lm-sensors@lm-sensors.org
6635 S:      Maintained
6636 F:      Documentation/hwmon/max20751
6637 F:      drivers/hwmon/max20751.c
6638
6639 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6640 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6641 L:      lm-sensors@lm-sensors.org
6642 S:      Maintained
6643 F:      Documentation/hwmon/max6650
6644 F:      drivers/hwmon/max6650.c
6645
6646 MAX6697 HARDWARE MONITOR DRIVER
6647 M:      Guenter Roeck <linux@roeck-us.net>
6648 L:      lm-sensors@lm-sensors.org
6649 S:      Maintained
6650 F:      Documentation/hwmon/max6697
6651 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6652 F:      drivers/hwmon/max6697.c
6653 F:      include/linux/platform_data/max6697.h
6654
6655 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6656 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6657 L:      linux-pm@vger.kernel.org
6658 S:      Supported
6659 F:      drivers/power/max14577_charger.c
6660 F:      drivers/power/max77693_charger.c
6661
6662 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6663 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6664 L:      linux-kernel@vger.kernel.org
6665 S:      Supported
6666 F:      drivers/*/*max77802.c
6667 F:      Documentation/devicetree/bindings/*/*max77802.txt
6668 F:      include/dt-bindings/*/*max77802.h
6669
6670 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6671 M:      Chanwoo Choi <cw00.choi@samsung.com>
6672 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6673 L:      linux-kernel@vger.kernel.org
6674 S:      Supported
6675 F:      drivers/*/max14577.c
6676 F:      drivers/*/max77686.c
6677 F:      drivers/*/max77693.c
6678 F:      drivers/extcon/extcon-max14577.c
6679 F:      drivers/extcon/extcon-max77693.c
6680 F:      drivers/rtc/rtc-max77686.c
6681 F:      drivers/clk/clk-max77686.c
6682 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6683 F:      Documentation/devicetree/bindings/*/max77686.txt
6684 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6685 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6686 F:      include/linux/mfd/max14577*.h
6687 F:      include/linux/mfd/max77686*.h
6688 F:      include/linux/mfd/max77693*.h
6689
6690 MAXIRADIO FM RADIO RECEIVER DRIVER
6691 M:      Hans Verkuil <hverkuil@xs4all.nl>
6692 L:      linux-media@vger.kernel.org
6693 T:      git git://linuxtv.org/media_tree.git
6694 W:      http://linuxtv.org
6695 S:      Maintained
6696 F:      drivers/media/radio/radio-maxiradio*
6697
6698 MEDIA DRIVERS FOR RENESAS - VSP1
6699 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6700 L:      linux-media@vger.kernel.org
6701 L:      linux-sh@vger.kernel.org
6702 T:      git git://linuxtv.org/media_tree.git
6703 S:      Supported
6704 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6705 F:      drivers/media/platform/vsp1/
6706
6707 MEDIA DRIVERS FOR ASCOT2E
6708 M:      Sergey Kozlov <serjk@netup.ru>
6709 L:      linux-media@vger.kernel.org
6710 W:      http://linuxtv.org
6711 W:      http://netup.tv/
6712 T:      git git://linuxtv.org/media_tree.git
6713 S:      Supported
6714 F:      drivers/media/dvb-frontends/ascot2e*
6715
6716 MEDIA DRIVERS FOR CXD2841ER
6717 M:      Sergey Kozlov <serjk@netup.ru>
6718 L:      linux-media@vger.kernel.org
6719 W:      http://linuxtv.org/
6720 W:      http://netup.tv/
6721 T:      git git://linuxtv.org/media_tree.git
6722 S:      Supported
6723 F:      drivers/media/dvb-frontends/cxd2841er*
6724
6725 MEDIA DRIVERS FOR HORUS3A
6726 M:      Sergey Kozlov <serjk@netup.ru>
6727 L:      linux-media@vger.kernel.org
6728 W:      http://linuxtv.org/
6729 W:      http://netup.tv/
6730 T:      git git://linuxtv.org/media_tree.git
6731 S:      Supported
6732 F:      drivers/media/dvb-frontends/horus3a*
6733
6734 MEDIA DRIVERS FOR LNBH25
6735 M:      Sergey Kozlov <serjk@netup.ru>
6736 L:      linux-media@vger.kernel.org
6737 W:      http://linuxtv.org/
6738 W:      http://netup.tv/
6739 T:      git git://linuxtv.org/media_tree.git
6740 S:      Supported
6741 F:      drivers/media/dvb-frontends/lnbh25*
6742
6743 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6744 M:      Sergey Kozlov <serjk@netup.ru>
6745 L:      linux-media@vger.kernel.org
6746 W:      http://linuxtv.org/
6747 W:      http://netup.tv/
6748 T:      git git://linuxtv.org/media_tree.git
6749 S:      Supported
6750 F:      drivers/media/pci/netup_unidvb/*
6751
6752 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6753 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6754 P:      LinuxTV.org Project
6755 L:      linux-media@vger.kernel.org
6756 W:      http://linuxtv.org
6757 Q:      http://patchwork.kernel.org/project/linux-media/list/
6758 T:      git git://linuxtv.org/media_tree.git
6759 S:      Maintained
6760 F:      Documentation/dvb/
6761 F:      Documentation/video4linux/
6762 F:      Documentation/DocBook/media/
6763 F:      drivers/media/
6764 F:      drivers/staging/media/
6765 F:      include/media/
6766 F:      include/uapi/linux/dvb/
6767 F:      include/uapi/linux/videodev2.h
6768 F:      include/uapi/linux/media.h
6769 F:      include/uapi/linux/v4l2-*
6770 F:      include/uapi/linux/meye.h
6771 F:      include/uapi/linux/ivtv*
6772 F:      include/uapi/linux/uvcvideo.h
6773
6774 MEDIATEK MT7601U WIRELESS LAN DRIVER
6775 M:      Jakub Kicinski <kubakici@wp.pl>
6776 L:      linux-wireless@vger.kernel.org
6777 S:      Maintained
6778 F:      drivers/net/wireless/mediatek/mt7601u/
6779
6780 MEGARAID SCSI/SAS DRIVERS
6781 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6782 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6783 M:      Uday Lingala <uday.lingala@avagotech.com>
6784 L:      megaraidlinux.pdl@avagotech.com
6785 L:      linux-scsi@vger.kernel.org
6786 W:      http://www.lsi.com
6787 S:      Maintained
6788 F:      Documentation/scsi/megaraid.txt
6789 F:      drivers/scsi/megaraid.*
6790 F:      drivers/scsi/megaraid/
6791
6792 MELLANOX ETHERNET DRIVER (mlx4_en)
6793 M:      Amir Vadai <amirv@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/mlx4/en_*
6799
6800 MELLANOX ETHERNET SWITCH DRIVERS
6801 M:      Jiri Pirko <jiri@mellanox.com>
6802 M:      Ido Schimmel <idosch@mellanox.com>
6803 L:      netdev@vger.kernel.org
6804 S:      Supported
6805 W:      http://www.mellanox.com
6806 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6807 F:      drivers/net/ethernet/mellanox/mlxsw/
6808
6809 MEMBARRIER SUPPORT
6810 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6811 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6812 L:      linux-kernel@vger.kernel.org
6813 S:      Supported
6814 F:      kernel/membarrier.c
6815 F:      include/uapi/linux/membarrier.h
6816
6817 MEMORY MANAGEMENT
6818 L:      linux-mm@kvack.org
6819 W:      http://www.linux-mm.org
6820 S:      Maintained
6821 F:      include/linux/mm.h
6822 F:      include/linux/gfp.h
6823 F:      include/linux/mmzone.h
6824 F:      include/linux/memory_hotplug.h
6825 F:      include/linux/vmalloc.h
6826 F:      mm/
6827
6828 MEMORY TECHNOLOGY DEVICES (MTD)
6829 M:      David Woodhouse <dwmw2@infradead.org>
6830 M:      Brian Norris <computersforpeace@gmail.com>
6831 L:      linux-mtd@lists.infradead.org
6832 W:      http://www.linux-mtd.infradead.org/
6833 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6834 T:      git git://git.infradead.org/linux-mtd.git
6835 T:      git git://git.infradead.org/l2-mtd.git
6836 S:      Maintained
6837 F:      drivers/mtd/
6838 F:      include/linux/mtd/
6839 F:      include/uapi/mtd/
6840
6841 MEN A21 WATCHDOG DRIVER
6842 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6843 L:      linux-watchdog@vger.kernel.org
6844 S:      Maintained
6845 F:      drivers/watchdog/mena21_wdt.c
6846
6847 MEN CHAMELEON BUS (mcb)
6848 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6849 S:      Maintained
6850 F:      drivers/mcb/
6851 F:      include/linux/mcb.h
6852 F:      Documentation/men-chameleon-bus.txt
6853
6854 MEN F21BMC (Board Management Controller)
6855 M:      Andreas Werner <andreas.werner@men.de>
6856 S:      Supported
6857 F:      drivers/mfd/menf21bmc.c
6858 F:      drivers/watchdog/menf21bmc_wdt.c
6859 F:      drivers/leds/leds-menf21bmc.c
6860 F:      drivers/hwmon/menf21bmc_hwmon.c
6861 F:      Documentation/hwmon/menf21bmc
6862
6863 METAG ARCHITECTURE
6864 M:      James Hogan <james.hogan@imgtec.com>
6865 L:      linux-metag@vger.kernel.org
6866 S:      Supported
6867 F:      arch/metag/
6868 F:      Documentation/metag/
6869 F:      Documentation/devicetree/bindings/metag/
6870 F:      drivers/clocksource/metag_generic.c
6871 F:      drivers/irqchip/irq-metag.c
6872 F:      drivers/irqchip/irq-metag-ext.c
6873 F:      drivers/tty/metag_da.c
6874
6875 MICROBLAZE ARCHITECTURE
6876 M:      Michal Simek <monstr@monstr.eu>
6877 W:      http://www.monstr.eu/fdt/
6878 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6879 S:      Supported
6880 F:      arch/microblaze/
6881
6882 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6883 M:      Chen Yu <yu.c.chen@intel.com>
6884 L:      platform-driver-x86@vger.kernel.org
6885 S:      Supported
6886 F:      drivers/platform/x86/surfacepro3_button.c
6887
6888 MICROTEK X6 SCANNER
6889 M:      Oliver Neukum <oliver@neukum.org>
6890 S:      Maintained
6891 F:      drivers/usb/image/microtek.*
6892
6893 MIPS
6894 M:      Ralf Baechle <ralf@linux-mips.org>
6895 L:      linux-mips@linux-mips.org
6896 W:      http://www.linux-mips.org/
6897 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6898 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6899 S:      Supported
6900 F:      Documentation/mips/
6901 F:      arch/mips/
6902
6903 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6904 M:      Hans Verkuil <hverkuil@xs4all.nl>
6905 L:      linux-media@vger.kernel.org
6906 T:      git git://linuxtv.org/media_tree.git
6907 W:      http://linuxtv.org
6908 S:      Odd Fixes
6909 F:      drivers/media/radio/radio-miropcm20*
6910
6911 Mellanox MLX5 core VPI driver
6912 M:      Eli Cohen <eli@mellanox.com>
6913 L:      netdev@vger.kernel.org
6914 L:      linux-rdma@vger.kernel.org
6915 W:      http://www.mellanox.com
6916 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6917 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6918 T:      git git://openfabrics.org/~eli/connect-ib.git
6919 S:      Supported
6920 F:      drivers/net/ethernet/mellanox/mlx5/core/
6921 F:      include/linux/mlx5/
6922
6923 Mellanox MLX5 IB driver
6924 M:      Eli Cohen <eli@mellanox.com>
6925 L:      linux-rdma@vger.kernel.org
6926 W:      http://www.mellanox.com
6927 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6928 T:      git git://openfabrics.org/~eli/connect-ib.git
6929 S:      Supported
6930 F:      include/linux/mlx5/
6931 F:      drivers/infiniband/hw/mlx5/
6932
6933 MN88472 MEDIA DRIVER
6934 M:      Antti Palosaari <crope@iki.fi>
6935 L:      linux-media@vger.kernel.org
6936 W:      http://linuxtv.org/
6937 W:      http://palosaari.fi/linux/
6938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6939 T:      git git://linuxtv.org/anttip/media_tree.git
6940 S:      Maintained
6941 F:      drivers/staging/media/mn88472/
6942 F:      drivers/media/dvb-frontends/mn88472.h
6943
6944 MN88473 MEDIA DRIVER
6945 M:      Antti Palosaari <crope@iki.fi>
6946 L:      linux-media@vger.kernel.org
6947 W:      http://linuxtv.org/
6948 W:      http://palosaari.fi/linux/
6949 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6950 T:      git git://linuxtv.org/anttip/media_tree.git
6951 S:      Maintained
6952 F:      drivers/staging/media/mn88473/
6953 F:      drivers/media/dvb-frontends/mn88473.h
6954
6955 MODULE SUPPORT
6956 M:      Rusty Russell <rusty@rustcorp.com.au>
6957 S:      Maintained
6958 F:      include/linux/module.h
6959 F:      kernel/module.c
6960
6961 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6962 W:      http://popies.net/meye/
6963 S:      Orphan
6964 F:      Documentation/video4linux/meye.txt
6965 F:      drivers/media/pci/meye/
6966 F:      include/uapi/linux/meye.h
6967
6968 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6969 M:      Jiri Slaby <jirislaby@gmail.com>
6970 S:      Maintained
6971 F:      Documentation/serial/moxa-smartio
6972 F:      drivers/tty/mxser.*
6973
6974 MR800 AVERMEDIA USB FM RADIO DRIVER
6975 M:      Alexey Klimov <klimov.linux@gmail.com>
6976 L:      linux-media@vger.kernel.org
6977 T:      git git://linuxtv.org/media_tree.git
6978 S:      Maintained
6979 F:      drivers/media/radio/radio-mr800.c
6980
6981 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6982 M:      Alan Ott <alan@signal11.us>
6983 L:      linux-wpan@vger.kernel.org
6984 S:      Maintained
6985 F:      drivers/net/ieee802154/mrf24j40.c
6986
6987 MSI LAPTOP SUPPORT
6988 M:      "Lee, Chun-Yi" <jlee@suse.com>
6989 L:      platform-driver-x86@vger.kernel.org
6990 S:      Maintained
6991 F:      drivers/platform/x86/msi-laptop.c
6992
6993 MSI WMI SUPPORT
6994 L:      platform-driver-x86@vger.kernel.org
6995 S:      Orphan
6996 F:      drivers/platform/x86/msi-wmi.c
6997
6998 MSI001 MEDIA DRIVER
6999 M:      Antti Palosaari <crope@iki.fi>
7000 L:      linux-media@vger.kernel.org
7001 W:      http://linuxtv.org/
7002 W:      http://palosaari.fi/linux/
7003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7004 T:      git git://linuxtv.org/anttip/media_tree.git
7005 S:      Maintained
7006 F:      drivers/media/tuners/msi001*
7007
7008 MSI2500 MEDIA DRIVER
7009 M:      Antti Palosaari <crope@iki.fi>
7010 L:      linux-media@vger.kernel.org
7011 W:      http://linuxtv.org/
7012 W:      http://palosaari.fi/linux/
7013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7014 T:      git git://linuxtv.org/anttip/media_tree.git
7015 S:      Maintained
7016 F:      drivers/media/usb/msi2500/
7017
7018 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7019 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7020 L:      linux-mtd@lists.infradead.org
7021 S:      Maintained
7022 F:      drivers/mtd/devices/docg3*
7023
7024 MT9M032 APTINA SENSOR DRIVER
7025 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7026 L:      linux-media@vger.kernel.org
7027 T:      git git://linuxtv.org/media_tree.git
7028 S:      Maintained
7029 F:      drivers/media/i2c/mt9m032.c
7030 F:      include/media/mt9m032.h
7031
7032 MT9P031 APTINA CAMERA SENSOR
7033 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7034 L:      linux-media@vger.kernel.org
7035 T:      git git://linuxtv.org/media_tree.git
7036 S:      Maintained
7037 F:      drivers/media/i2c/mt9p031.c
7038 F:      include/media/mt9p031.h
7039
7040 MT9T001 APTINA CAMERA SENSOR
7041 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7042 L:      linux-media@vger.kernel.org
7043 T:      git git://linuxtv.org/media_tree.git
7044 S:      Maintained
7045 F:      drivers/media/i2c/mt9t001.c
7046 F:      include/media/mt9t001.h
7047
7048 MT9V032 APTINA CAMERA SENSOR
7049 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7050 L:      linux-media@vger.kernel.org
7051 T:      git git://linuxtv.org/media_tree.git
7052 S:      Maintained
7053 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7054 F:      drivers/media/i2c/mt9v032.c
7055 F:      include/media/mt9v032.h
7056
7057 MULTIFUNCTION DEVICES (MFD)
7058 M:      Samuel Ortiz <sameo@linux.intel.com>
7059 M:      Lee Jones <lee.jones@linaro.org>
7060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7061 S:      Supported
7062 F:      drivers/mfd/
7063 F:      include/linux/mfd/
7064
7065 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7066 M:      Ulf Hansson <ulf.hansson@linaro.org>
7067 L:      linux-mmc@vger.kernel.org
7068 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7069 S:      Maintained
7070 F:      drivers/mmc/
7071 F:      include/linux/mmc/
7072 F:      include/uapi/linux/mmc/
7073
7074 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7075 S:      Orphan
7076 F:      drivers/mmc/host/mmc_spi.c
7077 F:      include/linux/spi/mmc_spi.h
7078
7079 MULTISOUND SOUND DRIVER
7080 M:      Andrew Veliath <andrewtv@usa.net>
7081 S:      Maintained
7082 F:      Documentation/sound/oss/MultiSound
7083 F:      sound/oss/msnd*
7084
7085 MULTITECH MULTIPORT CARD (ISICOM)
7086 S:      Orphan
7087 F:      drivers/tty/isicom.c
7088 F:      include/linux/isicom.h
7089
7090 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7091 M:      Felipe Balbi <balbi@ti.com>
7092 L:      linux-usb@vger.kernel.org
7093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7094 S:      Maintained
7095 F:      drivers/usb/musb/
7096
7097 MXL5007T MEDIA DRIVER
7098 M:      Michael Krufky <mkrufky@linuxtv.org>
7099 L:      linux-media@vger.kernel.org
7100 W:      http://linuxtv.org/
7101 W:      http://github.com/mkrufky
7102 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7103 T:      git git://linuxtv.org/mkrufky/tuners.git
7104 S:      Maintained
7105 F:      drivers/media/tuners/mxl5007t.*
7106
7107 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7108 M:      Hyong-Youb Kim <hykim@myri.com>
7109 L:      netdev@vger.kernel.org
7110 W:      https://www.myricom.com/support/downloads/myri10ge.html
7111 S:      Supported
7112 F:      drivers/net/ethernet/myricom/myri10ge/
7113
7114 NATSEMI ETHERNET DRIVER (DP8381x)
7115 S:      Orphan
7116 F:      drivers/net/ethernet/natsemi/natsemi.c
7117
7118 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7119 M:      Daniel Mack <zonque@gmail.com>
7120 S:      Maintained
7121 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7122 W:      http://www.native-instruments.com
7123 F:      sound/usb/caiaq/
7124
7125 NCP FILESYSTEM
7126 M:      Petr Vandrovec <petr@vandrovec.name>
7127 S:      Odd Fixes
7128 F:      fs/ncpfs/
7129
7130 NCR 5380 SCSI DRIVERS
7131 M:      Finn Thain <fthain@telegraphics.com.au>
7132 M:      Michael Schmitz <schmitzmic@gmail.com>
7133 L:      linux-scsi@vger.kernel.org
7134 S:      Maintained
7135 F:      Documentation/scsi/g_NCR5380.txt
7136 F:      drivers/scsi/NCR5380.*
7137 F:      drivers/scsi/arm/cumana_1.c
7138 F:      drivers/scsi/arm/oak.c
7139 F:      drivers/scsi/atari_NCR5380.c
7140 F:      drivers/scsi/atari_scsi.*
7141 F:      drivers/scsi/dmx3191d.c
7142 F:      drivers/scsi/dtc.*
7143 F:      drivers/scsi/g_NCR5380.*
7144 F:      drivers/scsi/g_NCR5380_mmio.c
7145 F:      drivers/scsi/mac_scsi.*
7146 F:      drivers/scsi/pas16.*
7147 F:      drivers/scsi/sun3_scsi.*
7148 F:      drivers/scsi/sun3_scsi_vme.c
7149 F:      drivers/scsi/t128.*
7150
7151 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7152 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7153 L:      linux-scsi@vger.kernel.org
7154 S:      Maintained
7155 F:      drivers/scsi/NCR_D700.*
7156
7157 NCT6775 HARDWARE MONITOR DRIVER
7158 M:      Guenter Roeck <linux@roeck-us.net>
7159 L:      lm-sensors@lm-sensors.org
7160 S:      Maintained
7161 F:      Documentation/hwmon/nct6775
7162 F:      drivers/hwmon/nct6775.c
7163
7164 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7165 M:      Faisal Latif <faisal.latif@intel.com>
7166 L:      linux-rdma@vger.kernel.org
7167 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7168 S:      Supported
7169 F:      drivers/infiniband/hw/nes/
7170
7171 NETEM NETWORK EMULATOR
7172 M:      Stephen Hemminger <stephen@networkplumber.org>
7173 L:      netem@lists.linux-foundation.org
7174 S:      Maintained
7175 F:      net/sched/sch_netem.c
7176
7177 NETERION 10GbE DRIVERS (s2io/vxge)
7178 M:      Jon Mason <jdmason@kudzu.us>
7179 L:      netdev@vger.kernel.org
7180 S:      Supported
7181 F:      Documentation/networking/s2io.txt
7182 F:      Documentation/networking/vxge.txt
7183 F:      drivers/net/ethernet/neterion/
7184
7185 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7186 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7187 M:      Patrick McHardy <kaber@trash.net>
7188 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7189 L:      netfilter-devel@vger.kernel.org
7190 L:      coreteam@netfilter.org
7191 W:      http://www.netfilter.org/
7192 W:      http://www.iptables.org/
7193 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7196 S:      Supported
7197 F:      include/linux/netfilter*
7198 F:      include/linux/netfilter/
7199 F:      include/net/netfilter/
7200 F:      include/uapi/linux/netfilter*
7201 F:      include/uapi/linux/netfilter/
7202 F:      net/*/netfilter.c
7203 F:      net/*/netfilter/
7204 F:      net/netfilter/
7205 F:      net/bridge/br_netfilter*.c
7206
7207 NETLABEL
7208 M:      Paul Moore <paul@paul-moore.com>
7209 W:      http://netlabel.sf.net
7210 L:      netdev@vger.kernel.org
7211 S:      Maintained
7212 F:      Documentation/netlabel/
7213 F:      include/net/netlabel.h
7214 F:      net/netlabel/
7215
7216 NETROM NETWORK LAYER
7217 M:      Ralf Baechle <ralf@linux-mips.org>
7218 L:      linux-hams@vger.kernel.org
7219 W:      http://www.linux-ax25.org/
7220 S:      Maintained
7221 F:      include/net/netrom.h
7222 F:      include/uapi/linux/netrom.h
7223 F:      net/netrom/
7224
7225 NETWORK BLOCK DEVICE (NBD)
7226 M:      Markus Pargmann <mpa@pengutronix.de>
7227 S:      Maintained
7228 L:      nbd-general@lists.sourceforge.net
7229 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7230 F:      Documentation/blockdev/nbd.txt
7231 F:      drivers/block/nbd.c
7232 F:      include/uapi/linux/nbd.h
7233
7234 NETWORK DROP MONITOR
7235 M:      Neil Horman <nhorman@tuxdriver.com>
7236 L:      netdev@vger.kernel.org
7237 S:      Maintained
7238 W:      https://fedorahosted.org/dropwatch/
7239 F:      net/core/drop_monitor.c
7240
7241 NETWORKING [GENERAL]
7242 M:      "David S. Miller" <davem@davemloft.net>
7243 L:      netdev@vger.kernel.org
7244 W:      http://www.linuxfoundation.org/en/Net
7245 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7248 S:      Maintained
7249 F:      net/
7250 F:      include/net/
7251 F:      include/linux/in.h
7252 F:      include/linux/net.h
7253 F:      include/linux/netdevice.h
7254 F:      include/uapi/linux/in.h
7255 F:      include/uapi/linux/net.h
7256 F:      include/uapi/linux/netdevice.h
7257 F:      include/uapi/linux/net_namespace.h
7258 F:      tools/net/
7259 F:      tools/testing/selftests/net/
7260 F:      lib/random32.c
7261 F:      lib/test_bpf.c
7262
7263 NETWORKING [IPv4/IPv6]
7264 M:      "David S. Miller" <davem@davemloft.net>
7265 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7266 M:      James Morris <jmorris@namei.org>
7267 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7268 M:      Patrick McHardy <kaber@trash.net>
7269 L:      netdev@vger.kernel.org
7270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7271 S:      Maintained
7272 F:      net/ipv4/
7273 F:      net/ipv6/
7274 F:      include/net/ip*
7275 F:      arch/x86/net/*
7276
7277 NETWORKING [IPSEC]
7278 M:      Steffen Klassert <steffen.klassert@secunet.com>
7279 M:      Herbert Xu <herbert@gondor.apana.org.au>
7280 M:      "David S. Miller" <davem@davemloft.net>
7281 L:      netdev@vger.kernel.org
7282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7284 S:      Maintained
7285 F:      net/core/flow.c
7286 F:      net/xfrm/
7287 F:      net/key/
7288 F:      net/ipv4/xfrm*
7289 F:      net/ipv4/esp4.c
7290 F:      net/ipv4/ah4.c
7291 F:      net/ipv4/ipcomp.c
7292 F:      net/ipv4/ip_vti.c
7293 F:      net/ipv6/xfrm*
7294 F:      net/ipv6/esp6.c
7295 F:      net/ipv6/ah6.c
7296 F:      net/ipv6/ipcomp6.c
7297 F:      net/ipv6/ip6_vti.c
7298 F:      include/uapi/linux/xfrm.h
7299 F:      include/net/xfrm.h
7300
7301 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7302 M:      Paul Moore <paul@paul-moore.com>
7303 L:      netdev@vger.kernel.org
7304 S:      Maintained
7305
7306 NETWORKING [WIRELESS]
7307 L:      linux-wireless@vger.kernel.org
7308 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7309
7310 NETWORKING DRIVERS
7311 L:      netdev@vger.kernel.org
7312 W:      http://www.linuxfoundation.org/en/Net
7313 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7316 S:      Odd Fixes
7317 F:      drivers/net/
7318 F:      include/linux/if_*
7319 F:      include/linux/netdevice.h
7320 F:      include/linux/arcdevice.h
7321 F:      include/linux/etherdevice.h
7322 F:      include/linux/fcdevice.h
7323 F:      include/linux/fddidevice.h
7324 F:      include/linux/hippidevice.h
7325 F:      include/linux/inetdevice.h
7326 F:      include/uapi/linux/if_*
7327 F:      include/uapi/linux/netdevice.h
7328
7329 NETWORKING DRIVERS (WIRELESS)
7330 M:      Kalle Valo <kvalo@codeaurora.org>
7331 L:      linux-wireless@vger.kernel.org
7332 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7334 S:      Maintained
7335 F:      drivers/net/wireless/
7336
7337 NETXEN (1/10) GbE SUPPORT
7338 M:      Manish Chopra <manish.chopra@qlogic.com>
7339 M:      Sony Chacko <sony.chacko@qlogic.com>
7340 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7341 L:      netdev@vger.kernel.org
7342 W:      http://www.qlogic.com
7343 S:      Supported
7344 F:      drivers/net/ethernet/qlogic/netxen/
7345
7346 NFC SUBSYSTEM
7347 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7348 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7349 M:      Samuel Ortiz <sameo@linux.intel.com>
7350 L:      linux-wireless@vger.kernel.org
7351 L:      linux-nfc@lists.01.org (subscribers-only)
7352 S:      Supported
7353 F:      net/nfc/
7354 F:      include/net/nfc/
7355 F:      include/uapi/linux/nfc.h
7356 F:      drivers/nfc/
7357 F:      include/linux/platform_data/pn544.h
7358 F:      Documentation/devicetree/bindings/net/nfc/
7359
7360 NFS, SUNRPC, AND LOCKD CLIENTS
7361 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7362 M:      Anna Schumaker <anna.schumaker@netapp.com>
7363 L:      linux-nfs@vger.kernel.org
7364 W:      http://client.linux-nfs.org
7365 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7366 S:      Maintained
7367 F:      fs/lockd/
7368 F:      fs/nfs/
7369 F:      fs/nfs_common/
7370 F:      net/sunrpc/
7371 F:      include/linux/lockd/
7372 F:      include/linux/nfs*
7373 F:      include/linux/sunrpc/
7374 F:      include/uapi/linux/nfs*
7375 F:      include/uapi/linux/sunrpc/
7376
7377 NILFS2 FILESYSTEM
7378 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7379 L:      linux-nilfs@vger.kernel.org
7380 W:      http://nilfs.sourceforge.net/
7381 T:      git git://github.com/konis/nilfs2.git
7382 S:      Supported
7383 F:      Documentation/filesystems/nilfs2.txt
7384 F:      fs/nilfs2/
7385 F:      include/linux/nilfs2_fs.h
7386
7387 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7388 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7389 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7390 S:      Maintained
7391 F:      Documentation/scsi/NinjaSCSI.txt
7392 F:      drivers/scsi/pcmcia/nsp_*
7393
7394 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7395 M:      GOTO Masanori <gotom@debian.or.jp>
7396 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7397 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7398 S:      Maintained
7399 F:      Documentation/scsi/NinjaSCSI.txt
7400 F:      drivers/scsi/nsp32*
7401
7402 NIOS2 ARCHITECTURE
7403 M:      Ley Foon Tan <lftan@altera.com>
7404 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7406 S:      Maintained
7407 F:      arch/nios2/
7408
7409 NOKIA N900 POWER SUPPLY DRIVERS
7410 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7411 S:      Maintained
7412 F:      include/linux/power/bq2415x_charger.h
7413 F:      include/linux/power/bq27x00_battery.h
7414 F:      include/linux/power/isp1704_charger.h
7415 F:      drivers/power/bq2415x_charger.c
7416 F:      drivers/power/bq27x00_battery.c
7417 F:      drivers/power/isp1704_charger.c
7418 F:      drivers/power/rx51_battery.c
7419
7420 NTB DRIVER CORE
7421 M:      Jon Mason <jdmason@kudzu.us>
7422 M:      Dave Jiang <dave.jiang@intel.com>
7423 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7424 L:      linux-ntb@googlegroups.com
7425 S:      Supported
7426 W:      https://github.com/jonmason/ntb/wiki
7427 T:      git git://github.com/jonmason/ntb.git
7428 F:      drivers/ntb/
7429 F:      drivers/net/ntb_netdev.c
7430 F:      include/linux/ntb.h
7431 F:      include/linux/ntb_transport.h
7432
7433 NTB INTEL DRIVER
7434 M:      Jon Mason <jdmason@kudzu.us>
7435 M:      Dave Jiang <dave.jiang@intel.com>
7436 L:      linux-ntb@googlegroups.com
7437 S:      Supported
7438 W:      https://github.com/jonmason/ntb/wiki
7439 T:      git git://github.com/jonmason/ntb.git
7440 F:      drivers/ntb/hw/intel/
7441
7442 NTFS FILESYSTEM
7443 M:      Anton Altaparmakov <anton@tuxera.com>
7444 L:      linux-ntfs-dev@lists.sourceforge.net
7445 W:      http://www.tuxera.com/
7446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7447 S:      Supported
7448 F:      Documentation/filesystems/ntfs.txt
7449 F:      fs/ntfs/
7450
7451 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7452 M:      Antonino Daplas <adaplas@gmail.com>
7453 L:      linux-fbdev@vger.kernel.org
7454 S:      Maintained
7455 F:      drivers/video/fbdev/riva/
7456 F:      drivers/video/fbdev/nvidia/
7457
7458 NVM EXPRESS DRIVER
7459 M:      Matthew Wilcox <willy@linux.intel.com>
7460 L:      linux-nvme@lists.infradead.org
7461 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7462 S:      Supported
7463 F:      drivers/block/nvme*
7464 F:      include/linux/nvme.h
7465
7466 NVMEM FRAMEWORK
7467 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7468 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7469 S:      Maintained
7470 F:      drivers/nvmem/
7471 F:      Documentation/devicetree/bindings/nvmem/
7472 F:      include/linux/nvmem-consumer.h
7473 F:      include/linux/nvmem-provider.h
7474
7475 NXP-NCI NFC DRIVER
7476 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7477 R:      Charles Gorand <charles.gorand@effinnov.com>
7478 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7479 S:      Supported
7480 F:      drivers/nfc/nxp-nci
7481
7482 NXP TDA998X DRM DRIVER
7483 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7484 S:      Supported
7485 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7486 F:      include/drm/i2c/tda998x.h
7487
7488 NXP TFA9879 DRIVER
7489 M:      Peter Rosin <peda@axentia.se>
7490 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7491 S:      Maintained
7492 F:      sound/soc/codecs/tfa9879*
7493
7494 OMAP SUPPORT
7495 M:      Tony Lindgren <tony@atomide.com>
7496 L:      linux-omap@vger.kernel.org
7497 W:      http://www.muru.com/linux/omap/
7498 W:      http://linux.omap.com/
7499 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7501 S:      Maintained
7502 F:      arch/arm/*omap*/
7503 F:      arch/arm/configs/omap1_defconfig
7504 F:      arch/arm/configs/omap2plus_defconfig
7505 F:      drivers/i2c/busses/i2c-omap.c
7506 F:      drivers/irqchip/irq-omap-intc.c
7507 F:      drivers/mfd/*omap*.c
7508 F:      drivers/mfd/menelaus.c
7509 F:      drivers/mfd/palmas.c
7510 F:      drivers/mfd/tps65217.c
7511 F:      drivers/mfd/tps65218.c
7512 F:      drivers/mfd/tps65910.c
7513 F:      drivers/mfd/twl-core.[ch]
7514 F:      drivers/mfd/twl4030*.c
7515 F:      drivers/mfd/twl6030*.c
7516 F:      drivers/mfd/twl6040*.c
7517 F:      drivers/regulator/palmas-regulator*.c
7518 F:      drivers/regulator/pbias-regulator.c
7519 F:      drivers/regulator/tps65217-regulator.c
7520 F:      drivers/regulator/tps65218-regulator.c
7521 F:      drivers/regulator/tps65910-regulator.c
7522 F:      drivers/regulator/twl-regulator.c
7523 F:      include/linux/i2c-omap.h
7524
7525 OMAP DEVICE TREE SUPPORT
7526 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7527 M:      Tony Lindgren <tony@atomide.com>
7528 L:      linux-omap@vger.kernel.org
7529 L:      devicetree@vger.kernel.org
7530 S:      Maintained
7531 F:      arch/arm/boot/dts/*omap*
7532 F:      arch/arm/boot/dts/*am3*
7533 F:      arch/arm/boot/dts/*am4*
7534 F:      arch/arm/boot/dts/*am5*
7535 F:      arch/arm/boot/dts/*dra7*
7536
7537 OMAP CLOCK FRAMEWORK SUPPORT
7538 M:      Paul Walmsley <paul@pwsan.com>
7539 L:      linux-omap@vger.kernel.org
7540 S:      Maintained
7541 F:      arch/arm/*omap*/*clock*
7542
7543 OMAP POWER MANAGEMENT SUPPORT
7544 M:      Kevin Hilman <khilman@deeprootsystems.com>
7545 L:      linux-omap@vger.kernel.org
7546 S:      Maintained
7547 F:      arch/arm/*omap*/*pm*
7548 F:      drivers/cpufreq/omap-cpufreq.c
7549
7550 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7551 M:      Rajendra Nayak <rnayak@ti.com>
7552 M:      Paul Walmsley <paul@pwsan.com>
7553 L:      linux-omap@vger.kernel.org
7554 S:      Maintained
7555 F:      arch/arm/mach-omap2/prm*
7556
7557 OMAP AUDIO SUPPORT
7558 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7559 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7560 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7561 L:      linux-omap@vger.kernel.org
7562 S:      Maintained
7563 F:      sound/soc/omap/
7564
7565 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7566 M:      Roger Quadros <rogerq@ti.com>
7567 M:      Tony Lindgren <tony@atomide.com>
7568 L:      linux-omap@vger.kernel.org
7569 S:      Maintained
7570 F:      drivers/memory/omap-gpmc.c
7571 F:      arch/arm/mach-omap2/*gpmc*
7572
7573 OMAP FRAMEBUFFER SUPPORT
7574 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7575 L:      linux-fbdev@vger.kernel.org
7576 L:      linux-omap@vger.kernel.org
7577 S:      Maintained
7578 F:      drivers/video/fbdev/omap/
7579
7580 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7581 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7582 L:      linux-omap@vger.kernel.org
7583 L:      linux-fbdev@vger.kernel.org
7584 S:      Maintained
7585 F:      drivers/video/fbdev/omap2/
7586 F:      Documentation/arm/OMAP/DSS
7587
7588 OMAP HARDWARE SPINLOCK SUPPORT
7589 M:      Ohad Ben-Cohen <ohad@wizery.com>
7590 L:      linux-omap@vger.kernel.org
7591 S:      Maintained
7592 F:      drivers/hwspinlock/omap_hwspinlock.c
7593
7594 OMAP MMC SUPPORT
7595 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7596 L:      linux-omap@vger.kernel.org
7597 S:      Maintained
7598 F:      drivers/mmc/host/omap.c
7599
7600 OMAP HS MMC SUPPORT
7601 L:      linux-mmc@vger.kernel.org
7602 L:      linux-omap@vger.kernel.org
7603 S:      Orphan
7604 F:      drivers/mmc/host/omap_hsmmc.c
7605
7606 OMAP RANDOM NUMBER GENERATOR SUPPORT
7607 M:      Deepak Saxena <dsaxena@plexity.net>
7608 S:      Maintained
7609 F:      drivers/char/hw_random/omap-rng.c
7610
7611 OMAP HWMOD SUPPORT
7612 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7613 M:      Paul Walmsley <paul@pwsan.com>
7614 L:      linux-omap@vger.kernel.org
7615 S:      Maintained
7616 F:      arch/arm/mach-omap2/omap_hwmod.*
7617
7618 OMAP HWMOD DATA
7619 M:      Paul Walmsley <paul@pwsan.com>
7620 L:      linux-omap@vger.kernel.org
7621 S:      Maintained
7622 F:      arch/arm/mach-omap2/omap_hwmod*data*
7623
7624 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7625 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7626 L:      linux-omap@vger.kernel.org
7627 S:      Maintained
7628 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7629
7630 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7631 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7632 L:      linux-media@vger.kernel.org
7633 S:      Maintained
7634 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7635 F:      drivers/media/platform/omap3isp/
7636 F:      drivers/staging/media/omap4iss/
7637
7638 OMAP USB SUPPORT
7639 M:      Felipe Balbi <balbi@ti.com>
7640 L:      linux-usb@vger.kernel.org
7641 L:      linux-omap@vger.kernel.org
7642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7643 S:      Maintained
7644 F:      drivers/usb/*/*omap*
7645 F:      arch/arm/*omap*/usb*
7646
7647 OMAP GPIO DRIVER
7648 M:      Javier Martinez Canillas <javier@dowhile0.org>
7649 M:      Santosh Shilimkar <ssantosh@kernel.org>
7650 M:      Kevin Hilman <khilman@deeprootsystems.com>
7651 L:      linux-omap@vger.kernel.org
7652 S:      Maintained
7653 F:      drivers/gpio/gpio-omap.c
7654
7655 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7656 M:      Mark Jackson <mpfj@newflow.co.uk>
7657 L:      linux-omap@vger.kernel.org
7658 S:      Maintained
7659 F:      arch/arm/boot/dts/am335x-nano.dts
7660
7661 OMFS FILESYSTEM
7662 M:      Bob Copeland <me@bobcopeland.com>
7663 L:      linux-karma-devel@lists.sourceforge.net
7664 S:      Maintained
7665 F:      Documentation/filesystems/omfs.txt
7666 F:      fs/omfs/
7667
7668 OMNIKEY CARDMAN 4000 DRIVER
7669 M:      Harald Welte <laforge@gnumonks.org>
7670 S:      Maintained
7671 F:      drivers/char/pcmcia/cm4000_cs.c
7672 F:      include/linux/cm4000_cs.h
7673 F:      include/uapi/linux/cm4000_cs.h
7674
7675 OMNIKEY CARDMAN 4040 DRIVER
7676 M:      Harald Welte <laforge@gnumonks.org>
7677 S:      Maintained
7678 F:      drivers/char/pcmcia/cm4040_cs.*
7679
7680 OMNIVISION OV7670 SENSOR DRIVER
7681 M:      Jonathan Corbet <corbet@lwn.net>
7682 L:      linux-media@vger.kernel.org
7683 T:      git git://linuxtv.org/media_tree.git
7684 S:      Maintained
7685 F:      drivers/media/i2c/ov7670.c
7686
7687 ONENAND FLASH DRIVER
7688 M:      Kyungmin Park <kyungmin.park@samsung.com>
7689 L:      linux-mtd@lists.infradead.org
7690 S:      Maintained
7691 F:      drivers/mtd/onenand/
7692 F:      include/linux/mtd/onenand*.h
7693
7694 ONSTREAM SCSI TAPE DRIVER
7695 M:      Willem Riede <osst@riede.org>
7696 L:      osst-users@lists.sourceforge.net
7697 L:      linux-scsi@vger.kernel.org
7698 S:      Maintained
7699 F:      Documentation/scsi/osst.txt
7700 F:      drivers/scsi/osst.*
7701 F:      drivers/scsi/osst_*.h
7702 F:      drivers/scsi/st.h
7703
7704 OPENCORES I2C BUS DRIVER
7705 M:      Peter Korsgaard <jacmet@sunsite.dk>
7706 L:      linux-i2c@vger.kernel.org
7707 S:      Maintained
7708 F:      Documentation/i2c/busses/i2c-ocores
7709 F:      drivers/i2c/busses/i2c-ocores.c
7710
7711 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7712 M:      Rob Herring <robh+dt@kernel.org>
7713 M:      Frank Rowand <frowand.list@gmail.com>
7714 M:      Grant Likely <grant.likely@linaro.org>
7715 L:      devicetree@vger.kernel.org
7716 W:      http://www.devicetree.org/
7717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7718 S:      Maintained
7719 F:      drivers/of/
7720 F:      include/linux/of*.h
7721 F:      scripts/dtc/
7722
7723 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7724 M:      Rob Herring <robh+dt@kernel.org>
7725 M:      Pawel Moll <pawel.moll@arm.com>
7726 M:      Mark Rutland <mark.rutland@arm.com>
7727 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7728 M:      Kumar Gala <galak@codeaurora.org>
7729 L:      devicetree@vger.kernel.org
7730 S:      Maintained
7731 F:      Documentation/devicetree/
7732 F:      arch/*/boot/dts/
7733 F:      include/dt-bindings/
7734
7735 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7736 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7737 L:      devicetree@vger.kernel.org
7738 S:      Maintained
7739 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7740 F:      Documentation/devicetree/overlay-notes.txt
7741 F:      drivers/of/overlay.c
7742 F:      drivers/of/resolver.c
7743
7744 OPENRISC ARCHITECTURE
7745 M:      Jonas Bonn <jonas@southpole.se>
7746 W:      http://openrisc.net
7747 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7748 S:      Maintained
7749 T:      git git://openrisc.net/~jonas/linux
7750 F:      arch/openrisc/
7751
7752 OPENVSWITCH
7753 M:      Pravin Shelar <pshelar@nicira.com>
7754 L:      netdev@vger.kernel.org
7755 L:      dev@openvswitch.org
7756 W:      http://openvswitch.org
7757 S:      Maintained
7758 F:      net/openvswitch/
7759 F:      include/uapi/linux/openvswitch.h
7760
7761 OPL4 DRIVER
7762 M:      Clemens Ladisch <clemens@ladisch.de>
7763 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7764 T:      git git://git.alsa-project.org/alsa-kernel.git
7765 S:      Maintained
7766 F:      sound/drivers/opl4/
7767
7768 OPROFILE
7769 M:      Robert Richter <rric@kernel.org>
7770 L:      oprofile-list@lists.sf.net
7771 S:      Maintained
7772 F:      arch/*/include/asm/oprofile*.h
7773 F:      arch/*/oprofile/
7774 F:      drivers/oprofile/
7775 F:      include/linux/oprofile.h
7776
7777 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7778 M:      Mark Fasheh <mfasheh@suse.com>
7779 M:      Joel Becker <jlbec@evilplan.org>
7780 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7781 W:      http://ocfs2.wiki.kernel.org
7782 S:      Supported
7783 F:      Documentation/filesystems/ocfs2.txt
7784 F:      Documentation/filesystems/dlmfs.txt
7785 F:      fs/ocfs2/
7786
7787 ORINOCO DRIVER
7788 L:      linux-wireless@vger.kernel.org
7789 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7790 W:      http://www.nongnu.org/orinoco/
7791 S:      Orphan
7792 F:      drivers/net/wireless/orinoco/
7793
7794 OSD LIBRARY and FILESYSTEM
7795 M:      Boaz Harrosh <ooo@electrozaur.com>
7796 M:      Benny Halevy <bhalevy@primarydata.com>
7797 L:      osd-dev@open-osd.org
7798 W:      http://open-osd.org
7799 T:      git git://git.open-osd.org/open-osd.git
7800 S:      Maintained
7801 F:      drivers/scsi/osd/
7802 F:      include/scsi/osd_*
7803 F:      fs/exofs/
7804
7805 OVERLAY FILESYSTEM
7806 M:      Miklos Szeredi <miklos@szeredi.hu>
7807 L:      linux-unionfs@vger.kernel.org
7808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7809 S:      Supported
7810 F:      fs/overlayfs/
7811 F:      Documentation/filesystems/overlayfs.txt
7812
7813 P54 WIRELESS DRIVER
7814 M:      Christian Lamparter <chunkeey@googlemail.com>
7815 L:      linux-wireless@vger.kernel.org
7816 W:      http://wireless.kernel.org/en/users/Drivers/p54
7817 S:      Maintained
7818 F:      drivers/net/wireless/p54/
7819
7820 PA SEMI ETHERNET DRIVER
7821 M:      Olof Johansson <olof@lixom.net>
7822 L:      netdev@vger.kernel.org
7823 S:      Maintained
7824 F:      drivers/net/ethernet/pasemi/*
7825
7826 PA SEMI SMBUS DRIVER
7827 M:      Olof Johansson <olof@lixom.net>
7828 L:      linux-i2c@vger.kernel.org
7829 S:      Maintained
7830 F:      drivers/i2c/busses/i2c-pasemi.c
7831
7832 PADATA PARALLEL EXECUTION MECHANISM
7833 M:      Steffen Klassert <steffen.klassert@secunet.com>
7834 L:      linux-crypto@vger.kernel.org
7835 S:      Maintained
7836 F:      kernel/padata.c
7837 F:      include/linux/padata.h
7838 F:      Documentation/padata.txt
7839
7840 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7841 M:      Harald Welte <laforge@gnumonks.org>
7842 L:      platform-driver-x86@vger.kernel.org
7843 S:      Maintained
7844 F:      drivers/platform/x86/panasonic-laptop.c
7845
7846 PANASONIC MN10300/AM33/AM34 PORT
7847 M:      David Howells <dhowells@redhat.com>
7848 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7849 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7850 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7851 S:      Maintained
7852 F:      Documentation/mn10300/
7853 F:      arch/mn10300/
7854
7855 PARALLEL PORT SUBSYSTEM
7856 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7857 M:      Sudip Mukherjee <sudip@vectorindia.org>
7858 L:      linux-parport@lists.infradead.org (subscribers-only)
7859 S:      Maintained
7860 F:      drivers/parport/
7861 F:      include/linux/parport*.h
7862 F:      drivers/char/ppdev.c
7863 F:      include/uapi/linux/ppdev.h
7864 F:      Documentation/parport*.txt
7865
7866 PARAVIRT_OPS INTERFACE
7867 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7868 M:      Chris Wright <chrisw@sous-sol.org>
7869 M:      Alok Kataria <akataria@vmware.com>
7870 M:      Rusty Russell <rusty@rustcorp.com.au>
7871 L:      virtualization@lists.linux-foundation.org
7872 S:      Supported
7873 F:      Documentation/virtual/paravirt_ops.txt
7874 F:      arch/*/kernel/paravirt*
7875 F:      arch/*/include/asm/paravirt.h
7876
7877 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7878 M:      Tim Waugh <tim@cyberelk.net>
7879 L:      linux-parport@lists.infradead.org (subscribers-only)
7880 S:      Maintained
7881 F:      Documentation/blockdev/paride.txt
7882 F:      drivers/block/paride/
7883
7884 PARISC ARCHITECTURE
7885 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7886 M:      Helge Deller <deller@gmx.de>
7887 L:      linux-parisc@vger.kernel.org
7888 W:      http://www.parisc-linux.org/
7889 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7892 S:      Maintained
7893 F:      arch/parisc/
7894 F:      Documentation/parisc/
7895 F:      drivers/parisc/
7896 F:      drivers/char/agp/parisc-agp.c
7897 F:      drivers/input/serio/gscps2.c
7898 F:      drivers/parport/parport_gsc.*
7899 F:      drivers/tty/serial/8250/8250_gsc.c
7900 F:      drivers/video/fbdev/sti*
7901 F:      drivers/video/console/sti*
7902 F:      drivers/video/logo/logo_parisc*
7903
7904 PC87360 HARDWARE MONITORING DRIVER
7905 M:      Jim Cromie <jim.cromie@gmail.com>
7906 L:      lm-sensors@lm-sensors.org
7907 S:      Maintained
7908 F:      Documentation/hwmon/pc87360
7909 F:      drivers/hwmon/pc87360.c
7910
7911 PC8736x GPIO DRIVER
7912 M:      Jim Cromie <jim.cromie@gmail.com>
7913 S:      Maintained
7914 F:      drivers/char/pc8736x_gpio.c
7915
7916 PC87427 HARDWARE MONITORING DRIVER
7917 M:      Jean Delvare <jdelvare@suse.com>
7918 L:      lm-sensors@lm-sensors.org
7919 S:      Maintained
7920 F:      Documentation/hwmon/pc87427
7921 F:      drivers/hwmon/pc87427.c
7922
7923 PCA9532 LED DRIVER
7924 M:      Riku Voipio <riku.voipio@iki.fi>
7925 S:      Maintained
7926 F:      drivers/leds/leds-pca9532.c
7927 F:      include/linux/leds-pca9532.h
7928
7929 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7930 M:      Guenter Roeck <linux@roeck-us.net>
7931 L:      linux-i2c@vger.kernel.org
7932 S:      Maintained
7933 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7934
7935 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7936 M:      Khalid Aziz <khalid@gonehiking.org>
7937 S:      Maintained
7938 F:      drivers/firmware/pcdp.*
7939
7940 PCI ERROR RECOVERY
7941 M:      Linas Vepstas <linasvepstas@gmail.com>
7942 L:      linux-pci@vger.kernel.org
7943 S:      Supported
7944 F:      Documentation/PCI/pci-error-recovery.txt
7945
7946 PCI SUBSYSTEM
7947 M:      Bjorn Helgaas <bhelgaas@google.com>
7948 L:      linux-pci@vger.kernel.org
7949 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7951 S:      Supported
7952 F:      Documentation/PCI/
7953 F:      drivers/pci/
7954 F:      include/linux/pci*
7955 F:      arch/x86/pci/
7956 F:      arch/x86/kernel/quirks.c
7957
7958 PCI DRIVER FOR ARM VERSATILE PLATFORM
7959 M:      Rob Herring <robh@kernel.org>
7960 L:      linux-pci@vger.kernel.org
7961 L:      linux-arm-kernel@lists.infradead.org
7962 S:      Maintained
7963 F:      Documentation/devicetree/bindings/pci/versatile.txt
7964 F:      drivers/pci/host/pci-versatile.c
7965
7966 PCI DRIVER FOR APPLIEDMICRO XGENE
7967 M:      Tanmay Inamdar <tinamdar@apm.com>
7968 L:      linux-pci@vger.kernel.org
7969 L:      linux-arm-kernel@lists.infradead.org
7970 S:      Maintained
7971 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7972 F:      drivers/pci/host/pci-xgene.c
7973
7974 PCI DRIVER FOR FREESCALE LAYERSCAPE
7975 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7976 M:      Mingkai Hu <mingkai.hu@freescale.com>
7977 M:      Roy Zang <tie-fei.zang@freescale.com>
7978 L:      linuxppc-dev@lists.ozlabs.org
7979 L:      linux-pci@vger.kernel.org
7980 L:      linux-arm-kernel@lists.infradead.org
7981 S:      Maintained
7982 F:      drivers/pci/host/*layerscape*
7983
7984 PCI DRIVER FOR IMX6
7985 M:      Richard Zhu <Richard.Zhu@freescale.com>
7986 M:      Lucas Stach <l.stach@pengutronix.de>
7987 L:      linux-pci@vger.kernel.org
7988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7989 S:      Maintained
7990 F:      drivers/pci/host/*imx6*
7991
7992 PCI DRIVER FOR TI KEYSTONE
7993 M:      Murali Karicheri <m-karicheri2@ti.com>
7994 L:      linux-pci@vger.kernel.org
7995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7996 S:      Maintained
7997 F:      drivers/pci/host/*keystone*
7998
7999 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8000 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8001 M:      Jason Cooper <jason@lakedaemon.net>
8002 L:      linux-pci@vger.kernel.org
8003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8004 S:      Maintained
8005 F:      drivers/pci/host/*mvebu*
8006
8007 PCI DRIVER FOR NVIDIA TEGRA
8008 M:      Thierry Reding <thierry.reding@gmail.com>
8009 L:      linux-tegra@vger.kernel.org
8010 L:      linux-pci@vger.kernel.org
8011 S:      Supported
8012 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8013 F:      drivers/pci/host/pci-tegra.c
8014
8015 PCI DRIVER FOR TI DRA7XX
8016 M:      Kishon Vijay Abraham I <kishon@ti.com>
8017 L:      linux-omap@vger.kernel.org
8018 L:      linux-pci@vger.kernel.org
8019 S:      Supported
8020 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8021 F:      drivers/pci/host/pci-dra7xx.c
8022
8023 PCI DRIVER FOR RENESAS R-CAR
8024 M:      Simon Horman <horms@verge.net.au>
8025 L:      linux-pci@vger.kernel.org
8026 L:      linux-sh@vger.kernel.org
8027 S:      Maintained
8028 F:      drivers/pci/host/*rcar*
8029
8030 PCI DRIVER FOR SAMSUNG EXYNOS
8031 M:      Jingoo Han <jingoohan1@gmail.com>
8032 L:      linux-pci@vger.kernel.org
8033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8034 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8035 S:      Maintained
8036 F:      drivers/pci/host/pci-exynos.c
8037
8038 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8039 M:      Jingoo Han <jingoohan1@gmail.com>
8040 M:      Pratyush Anand <pratyush.anand@gmail.com>
8041 L:      linux-pci@vger.kernel.org
8042 S:      Maintained
8043 F:      drivers/pci/host/*designware*
8044
8045 PCI DRIVER FOR GENERIC OF HOSTS
8046 M:      Will Deacon <will.deacon@arm.com>
8047 L:      linux-pci@vger.kernel.org
8048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8049 S:      Maintained
8050 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8051 F:      drivers/pci/host/pci-host-generic.c
8052
8053 PCIE DRIVER FOR ST SPEAR13XX
8054 M:      Pratyush Anand <pratyush.anand@gmail.com>
8055 L:      linux-pci@vger.kernel.org
8056 S:      Maintained
8057 F:      drivers/pci/host/*spear*
8058
8059 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8060 M:      Duc Dang <dhdang@apm.com>
8061 L:      linux-pci@vger.kernel.org
8062 L:      linux-arm-kernel@lists.infradead.org
8063 S:      Maintained
8064 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8065 F:      drivers/pci/host/pci-xgene-msi.c
8066
8067 PCMCIA SUBSYSTEM
8068 P:      Linux PCMCIA Team
8069 L:      linux-pcmcia@lists.infradead.org
8070 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8072 S:      Maintained
8073 F:      Documentation/pcmcia/
8074 F:      drivers/pcmcia/
8075 F:      include/pcmcia/
8076
8077 PCNET32 NETWORK DRIVER
8078 M:      Don Fry <pcnet32@frontier.com>
8079 L:      netdev@vger.kernel.org
8080 S:      Maintained
8081 F:      drivers/net/ethernet/amd/pcnet32.c
8082
8083 PCRYPT PARALLEL CRYPTO ENGINE
8084 M:      Steffen Klassert <steffen.klassert@secunet.com>
8085 L:      linux-crypto@vger.kernel.org
8086 S:      Maintained
8087 F:      crypto/pcrypt.c
8088 F:      include/crypto/pcrypt.h
8089
8090 PER-CPU MEMORY ALLOCATOR
8091 M:      Tejun Heo <tj@kernel.org>
8092 M:      Christoph Lameter <cl@linux-foundation.org>
8093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8094 S:      Maintained
8095 F:      include/linux/percpu*.h
8096 F:      mm/percpu*.c
8097 F:      arch/*/include/asm/percpu.h
8098
8099 PER-TASK DELAY ACCOUNTING
8100 M:      Balbir Singh <bsingharora@gmail.com>
8101 S:      Maintained
8102 F:      include/linux/delayacct.h
8103 F:      kernel/delayacct.c
8104
8105 PERFORMANCE EVENTS SUBSYSTEM
8106 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8107 M:      Ingo Molnar <mingo@redhat.com>
8108 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8109 L:      linux-kernel@vger.kernel.org
8110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8111 S:      Supported
8112 F:      kernel/events/*
8113 F:      include/linux/perf_event.h
8114 F:      include/uapi/linux/perf_event.h
8115 F:      arch/*/kernel/perf_event*.c
8116 F:      arch/*/kernel/*/perf_event*.c
8117 F:      arch/*/kernel/*/*/perf_event*.c
8118 F:      arch/*/include/asm/perf_event.h
8119 F:      arch/*/kernel/perf_callchain.c
8120 F:      tools/perf/
8121
8122 PERSONALITY HANDLING
8123 M:      Christoph Hellwig <hch@infradead.org>
8124 L:      linux-abi-devel@lists.sourceforge.net
8125 S:      Maintained
8126 F:      include/linux/personality.h
8127 F:      include/uapi/linux/personality.h
8128
8129 PHONET PROTOCOL
8130 M:      Remi Denis-Courmont <courmisch@gmail.com>
8131 S:      Supported
8132 F:      Documentation/networking/phonet.txt
8133 F:      include/linux/phonet.h
8134 F:      include/net/phonet/
8135 F:      include/uapi/linux/phonet.h
8136 F:      net/phonet/
8137
8138 PHRAM MTD DRIVER
8139 M:      Joern Engel <joern@lazybastard.org>
8140 L:      linux-mtd@lists.infradead.org
8141 S:      Maintained
8142 F:      drivers/mtd/devices/phram.c
8143
8144 PICOLCD HID DRIVER
8145 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8146 L:      linux-input@vger.kernel.org
8147 S:      Maintained
8148 F:      drivers/hid/hid-picolcd*
8149
8150 PICOXCELL SUPPORT
8151 M:      Jamie Iles <jamie@jamieiles.com>
8152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8153 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8154 S:      Supported
8155 F:      arch/arm/boot/dts/picoxcell*
8156 F:      arch/arm/mach-picoxcell/
8157 F:      drivers/crypto/picoxcell*
8158
8159 PIN CONTROL SUBSYSTEM
8160 M:      Linus Walleij <linus.walleij@linaro.org>
8161 L:      linux-gpio@vger.kernel.org
8162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8163 S:      Maintained
8164 F:      drivers/pinctrl/
8165 F:      include/linux/pinctrl/
8166
8167 PIN CONTROLLER - ATMEL AT91
8168 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8170 S:      Maintained
8171 F:      drivers/pinctrl/pinctrl-at91.*
8172
8173 PIN CONTROLLER - INTEL
8174 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8175 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8176 S:      Maintained
8177 F:      drivers/pinctrl/intel/
8178
8179 PIN CONTROLLER - RENESAS
8180 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8181 L:      linux-sh@vger.kernel.org
8182 S:      Maintained
8183 F:      drivers/pinctrl/sh-pfc/
8184
8185 PIN CONTROLLER - SAMSUNG
8186 M:      Tomasz Figa <tomasz.figa@gmail.com>
8187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8188 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8189 S:      Maintained
8190 F:      drivers/pinctrl/samsung/
8191
8192 PIN CONTROLLER - ST SPEAR
8193 M:      Viresh Kumar <vireshk@kernel.org>
8194 L:      spear-devel@list.st.com
8195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8196 W:      http://www.st.com/spear
8197 S:      Maintained
8198 F:      drivers/pinctrl/spear/
8199
8200 PKTCDVD DRIVER
8201 M:      Jiri Kosina <jikos@kernel.org>
8202 S:      Maintained
8203 F:      drivers/block/pktcdvd.c
8204 F:      include/linux/pktcdvd.h
8205 F:      include/uapi/linux/pktcdvd.h
8206
8207 PKUNITY SOC DRIVERS
8208 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8209 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8210 S:      Maintained
8211 T:      git git://github.com/gxt/linux.git
8212 F:      drivers/input/serio/i8042-unicore32io.h
8213 F:      drivers/i2c/busses/i2c-puv3.c
8214 F:      drivers/video/fbdev/fb-puv3.c
8215 F:      drivers/rtc/rtc-puv3.c
8216
8217 PMBUS HARDWARE MONITORING DRIVERS
8218 M:      Guenter Roeck <linux@roeck-us.net>
8219 L:      lm-sensors@lm-sensors.org
8220 W:      http://www.lm-sensors.org/
8221 W:      http://www.roeck-us.net/linux/drivers/
8222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8223 S:      Maintained
8224 F:      Documentation/hwmon/pmbus
8225 F:      drivers/hwmon/pmbus/
8226 F:      include/linux/i2c/pmbus.h
8227
8228 PMC SIERRA MaxRAID DRIVER
8229 L:      linux-scsi@vger.kernel.org
8230 W:      http://www.pmc-sierra.com/
8231 S:      Orphan
8232 F:      drivers/scsi/pmcraid.*
8233
8234 PMC SIERRA PM8001 DRIVER
8235 M:      Jack Wang <jinpu.wang@profitbricks.com>
8236 M:      lindar_liu@usish.com
8237 L:      pmchba@pmcs.com
8238 L:      linux-scsi@vger.kernel.org
8239 S:      Supported
8240 F:      drivers/scsi/pm8001/
8241
8242 POSIX CLOCKS and TIMERS
8243 M:      Thomas Gleixner <tglx@linutronix.de>
8244 L:      linux-kernel@vger.kernel.org
8245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8246 S:      Maintained
8247 F:      fs/timerfd.c
8248 F:      include/linux/timer*
8249 F:      kernel/time/*timer*
8250
8251 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8252 M:      Sebastian Reichel <sre@kernel.org>
8253 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8254 M:      David Woodhouse <dwmw2@infradead.org>
8255 L:      linux-pm@vger.kernel.org
8256 T:      git git://git.infradead.org/battery-2.6.git
8257 S:      Maintained
8258 F:      include/linux/power_supply.h
8259 F:      drivers/power/
8260 X:      drivers/power/avs/
8261
8262 POWER STATE COORDINATION INTERFACE (PSCI)
8263 M:      Mark Rutland <mark.rutland@arm.com>
8264 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8265 L:      linux-arm-kernel@lists.infradead.org
8266 S:      Maintained
8267 F:      drivers/firmware/psci.c
8268 F:      include/linux/psci.h
8269 F:      include/uapi/linux/psci.h
8270
8271 PNP SUPPORT
8272 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8273 S:      Maintained
8274 F:      drivers/pnp/
8275
8276 PNXxxxx I2C DRIVER
8277 M:      Vitaly Wool <vitalywool@gmail.com>
8278 L:      linux-i2c@vger.kernel.org
8279 S:      Maintained
8280 F:      drivers/i2c/busses/i2c-pnx.c
8281
8282 PPP PROTOCOL DRIVERS AND COMPRESSORS
8283 M:      Paul Mackerras <paulus@samba.org>
8284 L:      linux-ppp@vger.kernel.org
8285 S:      Maintained
8286 F:      drivers/net/ppp/ppp_*
8287
8288 PPP OVER ATM (RFC 2364)
8289 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8290 S:      Maintained
8291 F:      net/atm/pppoatm.c
8292 F:      include/uapi/linux/atmppp.h
8293
8294 PPP OVER ETHERNET
8295 M:      Michal Ostrowski <mostrows@earthlink.net>
8296 S:      Maintained
8297 F:      drivers/net/ppp/pppoe.c
8298 F:      drivers/net/ppp/pppox.c
8299
8300 PPP OVER L2TP
8301 M:      James Chapman <jchapman@katalix.com>
8302 S:      Maintained
8303 F:      net/l2tp/l2tp_ppp.c
8304 F:      include/linux/if_pppol2tp.h
8305 F:      include/uapi/linux/if_pppol2tp.h
8306
8307 PPS SUPPORT
8308 M:      Rodolfo Giometti <giometti@enneenne.com>
8309 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8310 L:      linuxpps@ml.enneenne.com (subscribers-only)
8311 S:      Maintained
8312 F:      Documentation/pps/
8313 F:      drivers/pps/
8314 F:      include/linux/pps*.h
8315
8316 PPTP DRIVER
8317 M:      Dmitry Kozlov <xeb@mail.ru>
8318 L:      netdev@vger.kernel.org
8319 S:      Maintained
8320 F:      drivers/net/ppp/pptp.c
8321 W:      http://sourceforge.net/projects/accel-pptp
8322
8323 PREEMPTIBLE KERNEL
8324 M:      Robert Love <rml@tech9.net>
8325 L:      kpreempt-tech@lists.sourceforge.net
8326 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8327 S:      Supported
8328 F:      Documentation/preempt-locking.txt
8329 F:      include/linux/preempt.h
8330
8331 PRISM54 WIRELESS DRIVER
8332 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8333 L:      linux-wireless@vger.kernel.org
8334 W:      http://wireless.kernel.org/en/users/Drivers/p54
8335 S:      Obsolete
8336 F:      drivers/net/wireless/prism54/
8337
8338 PS3 NETWORK SUPPORT
8339 M:      Geoff Levand <geoff@infradead.org>
8340 L:      netdev@vger.kernel.org
8341 L:      linuxppc-dev@lists.ozlabs.org
8342 S:      Maintained
8343 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8344
8345 PS3 PLATFORM SUPPORT
8346 M:      Geoff Levand <geoff@infradead.org>
8347 L:      linuxppc-dev@lists.ozlabs.org
8348 S:      Maintained
8349 F:      arch/powerpc/boot/ps3*
8350 F:      arch/powerpc/include/asm/lv1call.h
8351 F:      arch/powerpc/include/asm/ps3*.h
8352 F:      arch/powerpc/platforms/ps3/
8353 F:      drivers/*/ps3*
8354 F:      drivers/ps3/
8355 F:      drivers/rtc/rtc-ps3.c
8356 F:      drivers/usb/host/*ps3.c
8357 F:      sound/ppc/snd_ps3*
8358
8359 PS3VRAM DRIVER
8360 M:      Jim Paris <jim@jtan.com>
8361 M:      Geoff Levand <geoff@infradead.org>
8362 L:      linuxppc-dev@lists.ozlabs.org
8363 S:      Maintained
8364 F:      drivers/block/ps3vram.c
8365
8366 PSTORE FILESYSTEM
8367 M:      Anton Vorontsov <anton@enomsg.org>
8368 M:      Colin Cross <ccross@android.com>
8369 M:      Kees Cook <keescook@chromium.org>
8370 M:      Tony Luck <tony.luck@intel.com>
8371 S:      Maintained
8372 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8373 F:      fs/pstore/
8374 F:      include/linux/pstore*
8375 F:      drivers/firmware/efi/efi-pstore.c
8376 F:      drivers/acpi/apei/erst.c
8377
8378 PTP HARDWARE CLOCK SUPPORT
8379 M:      Richard Cochran <richardcochran@gmail.com>
8380 L:      netdev@vger.kernel.org
8381 S:      Maintained
8382 W:      http://linuxptp.sourceforge.net/
8383 F:      Documentation/ABI/testing/sysfs-ptp
8384 F:      Documentation/ptp/*
8385 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8386 F:      drivers/net/phy/dp83640*
8387 F:      drivers/ptp/*
8388 F:      include/linux/ptp_cl*
8389
8390 PTRACE SUPPORT
8391 M:      Roland McGrath <roland@hack.frob.com>
8392 M:      Oleg Nesterov <oleg@redhat.com>
8393 S:      Maintained
8394 F:      include/asm-generic/syscall.h
8395 F:      include/linux/ptrace.h
8396 F:      include/linux/regset.h
8397 F:      include/linux/tracehook.h
8398 F:      include/uapi/linux/ptrace.h
8399 F:      kernel/ptrace.c
8400
8401 PVRUSB2 VIDEO4LINUX DRIVER
8402 M:      Mike Isely <isely@pobox.com>
8403 L:      pvrusb2@isely.net       (subscribers-only)
8404 L:      linux-media@vger.kernel.org
8405 W:      http://www.isely.net/pvrusb2/
8406 T:      git git://linuxtv.org/media_tree.git
8407 S:      Maintained
8408 F:      Documentation/video4linux/README.pvrusb2
8409 F:      drivers/media/usb/pvrusb2/
8410
8411 PWC WEBCAM DRIVER
8412 M:      Hans de Goede <hdegoede@redhat.com>
8413 L:      linux-media@vger.kernel.org
8414 T:      git git://linuxtv.org/media_tree.git
8415 S:      Maintained
8416 F:      drivers/media/usb/pwc/*
8417
8418 PWM FAN DRIVER
8419 M:      Kamil Debski <k.debski@samsung.com>
8420 L:      lm-sensors@lm-sensors.org
8421 S:      Supported
8422 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8423 F:      Documentation/hwmon/pwm-fan
8424 F:      drivers/hwmon/pwm-fan.c
8425
8426 PWM SUBSYSTEM
8427 M:      Thierry Reding <thierry.reding@gmail.com>
8428 L:      linux-pwm@vger.kernel.org
8429 S:      Maintained
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8431 F:      Documentation/pwm.txt
8432 F:      Documentation/devicetree/bindings/pwm/
8433 F:      include/linux/pwm.h
8434 F:      drivers/pwm/
8435 F:      drivers/video/backlight/pwm_bl.c
8436 F:      include/linux/pwm_backlight.h
8437
8438 PXA2xx/PXA3xx SUPPORT
8439 M:      Daniel Mack <daniel@zonque.org>
8440 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8441 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8443 T:      git git://github.com/hzhuang1/linux.git
8444 T:      git git://github.com/rjarzmik/linux.git
8445 S:      Maintained
8446 F:      arch/arm/mach-pxa/
8447 F:      drivers/dma/pxa*
8448 F:      drivers/pcmcia/pxa2xx*
8449 F:      drivers/spi/spi-pxa2xx*
8450 F:      drivers/usb/gadget/udc/pxa2*
8451 F:      include/sound/pxa2xx-lib.h
8452 F:      sound/arm/pxa*
8453 F:      sound/soc/pxa/
8454
8455 PXA3xx NAND FLASH DRIVER
8456 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8457 L:      linux-mtd@lists.infradead.org
8458 S:      Maintained
8459 F:      drivers/mtd/nand/pxa3xx_nand.c
8460
8461 MMP SUPPORT
8462 M:      Eric Miao <eric.y.miao@gmail.com>
8463 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 T:      git git://github.com/hzhuang1/linux.git
8466 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8467 S:      Maintained
8468 F:      arch/arm/mach-mmp/
8469
8470 PXA MMCI DRIVER
8471 S:      Orphan
8472
8473 PXA RTC DRIVER
8474 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8475 L:      rtc-linux@googlegroups.com
8476 S:      Maintained
8477
8478 QAT DRIVER
8479 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8480 L:      qat-linux@intel.com
8481 S:      Supported
8482 F:      drivers/crypto/qat/
8483
8484 QIB DRIVER
8485 M:      Mike Marciniszyn <infinipath@intel.com>
8486 L:      linux-rdma@vger.kernel.org
8487 S:      Supported
8488 F:      drivers/infiniband/hw/qib/
8489
8490 QLOGIC QLA1280 SCSI DRIVER
8491 M:      Michael Reed <mdr@sgi.com>
8492 L:      linux-scsi@vger.kernel.org
8493 S:      Maintained
8494 F:      drivers/scsi/qla1280.[ch]
8495
8496 QLOGIC QLA2XXX FC-SCSI DRIVER
8497 M:      qla2xxx-upstream@qlogic.com
8498 L:      linux-scsi@vger.kernel.org
8499 S:      Supported
8500 F:      Documentation/scsi/LICENSE.qla2xxx
8501 F:      drivers/scsi/qla2xxx/
8502
8503 QLOGIC QLA4XXX iSCSI DRIVER
8504 M:      QLogic-Storage-Upstream@qlogic.com
8505 L:      linux-scsi@vger.kernel.org
8506 S:      Supported
8507 F:      Documentation/scsi/LICENSE.qla4xxx
8508 F:      drivers/scsi/qla4xxx/
8509
8510 QLOGIC QLA3XXX NETWORK DRIVER
8511 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8512 M:      Ron Mercer <ron.mercer@qlogic.com>
8513 M:      linux-driver@qlogic.com
8514 L:      netdev@vger.kernel.org
8515 S:      Supported
8516 F:      Documentation/networking/LICENSE.qla3xxx
8517 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8518
8519 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8520 M:      Dept-GELinuxNICDev@qlogic.com
8521 L:      netdev@vger.kernel.org
8522 S:      Supported
8523 F:      drivers/net/ethernet/qlogic/qlcnic/
8524
8525 QLOGIC QLGE 10Gb ETHERNET DRIVER
8526 M:      Harish Patil <harish.patil@qlogic.com>
8527 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8528 M:      Dept-GELinuxNICDev@qlogic.com
8529 M:      linux-driver@qlogic.com
8530 L:      netdev@vger.kernel.org
8531 S:      Supported
8532 F:      drivers/net/ethernet/qlogic/qlge/
8533
8534 QNX4 FILESYSTEM
8535 M:      Anders Larsen <al@alarsen.net>
8536 W:      http://www.alarsen.net/linux/qnx4fs/
8537 S:      Maintained
8538 F:      fs/qnx4/
8539 F:      include/uapi/linux/qnx4_fs.h
8540 F:      include/uapi/linux/qnxtypes.h
8541
8542 QT1010 MEDIA DRIVER
8543 M:      Antti Palosaari <crope@iki.fi>
8544 L:      linux-media@vger.kernel.org
8545 W:      http://linuxtv.org/
8546 W:      http://palosaari.fi/linux/
8547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8548 T:      git git://linuxtv.org/anttip/media_tree.git
8549 S:      Maintained
8550 F:      drivers/media/tuners/qt1010*
8551
8552 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8553 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8554 L:      linux-wireless@vger.kernel.org
8555 L:      ath9k-devel@lists.ath9k.org
8556 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8557 S:      Supported
8558 F:      drivers/net/wireless/ath/ath9k/
8559
8560 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8561 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8562 L:      ath10k@lists.infradead.org
8563 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8564 T:      git git://github.com/kvalo/ath.git
8565 S:      Supported
8566 F:      drivers/net/wireless/ath/ath10k/
8567
8568 QUALCOMM HEXAGON ARCHITECTURE
8569 M:      Richard Kuo <rkuo@codeaurora.org>
8570 L:      linux-hexagon@vger.kernel.org
8571 S:      Supported
8572 F:      arch/hexagon/
8573
8574 QUALCOMM WCN36XX WIRELESS DRIVER
8575 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8576 L:      wcn36xx@lists.infradead.org
8577 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8578 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8579 S:      Supported
8580 F:      drivers/net/wireless/ath/wcn36xx/
8581
8582 RADOS BLOCK DEVICE (RBD)
8583 M:      Ilya Dryomov <idryomov@gmail.com>
8584 M:      Sage Weil <sage@redhat.com>
8585 M:      Alex Elder <elder@kernel.org>
8586 L:      ceph-devel@vger.kernel.org
8587 W:      http://ceph.com/
8588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8589 T:      git git://github.com/ceph/ceph-client.git
8590 S:      Supported
8591 F:      Documentation/ABI/testing/sysfs-bus-rbd
8592 F:      drivers/block/rbd.c
8593 F:      drivers/block/rbd_types.h
8594
8595 RADEON FRAMEBUFFER DISPLAY DRIVER
8596 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8597 L:      linux-fbdev@vger.kernel.org
8598 S:      Maintained
8599 F:      drivers/video/fbdev/aty/radeon*
8600 F:      include/uapi/linux/radeonfb.h
8601
8602 RADIOSHARK RADIO DRIVER
8603 M:      Hans de Goede <hdegoede@redhat.com>
8604 L:      linux-media@vger.kernel.org
8605 T:      git git://linuxtv.org/media_tree.git
8606 S:      Maintained
8607 F:      drivers/media/radio/radio-shark.c
8608
8609 RADIOSHARK2 RADIO DRIVER
8610 M:      Hans de Goede <hdegoede@redhat.com>
8611 L:      linux-media@vger.kernel.org
8612 T:      git git://linuxtv.org/media_tree.git
8613 S:      Maintained
8614 F:      drivers/media/radio/radio-shark2.c
8615 F:      drivers/media/radio/radio-tea5777.c
8616
8617 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8618 M:      Paul Mackerras <paulus@samba.org>
8619 L:      linux-fbdev@vger.kernel.org
8620 S:      Maintained
8621 F:      drivers/video/fbdev/aty/aty128fb.c
8622
8623 RALINK RT2X00 WIRELESS LAN DRIVER
8624 P:      rt2x00 project
8625 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8626 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8627 L:      linux-wireless@vger.kernel.org
8628 S:      Maintained
8629 F:      drivers/net/wireless/rt2x00/
8630
8631 RAMDISK RAM BLOCK DEVICE DRIVER
8632 M:      Jens Axboe <axboe@kernel.dk>
8633 S:      Maintained
8634 F:      Documentation/blockdev/ramdisk.txt
8635 F:      drivers/block/brd.c
8636
8637 RANDOM NUMBER DRIVER
8638 M:      "Theodore Ts'o" <tytso@mit.edu>
8639 S:      Maintained
8640 F:      drivers/char/random.c
8641
8642 RAPIDIO SUBSYSTEM
8643 M:      Matt Porter <mporter@kernel.crashing.org>
8644 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8645 S:      Maintained
8646 F:      drivers/rapidio/
8647
8648 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8649 L:      linux-wireless@vger.kernel.org
8650 S:      Orphan
8651 F:      drivers/net/wireless/ray*
8652
8653 RCUTORTURE MODULE
8654 M:      Josh Triplett <josh@joshtriplett.org>
8655 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8656 L:      linux-kernel@vger.kernel.org
8657 S:      Supported
8658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8659 F:      Documentation/RCU/torture.txt
8660 F:      kernel/rcu/rcutorture.c
8661
8662 RCUTORTURE TEST FRAMEWORK
8663 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8664 M:      Josh Triplett <josh@joshtriplett.org>
8665 R:      Steven Rostedt <rostedt@goodmis.org>
8666 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8667 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8668 L:      linux-kernel@vger.kernel.org
8669 S:      Supported
8670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8671 F:      tools/testing/selftests/rcutorture
8672
8673 RDC R-321X SoC
8674 M:      Florian Fainelli <florian@openwrt.org>
8675 S:      Maintained
8676
8677 RDC R6040 FAST ETHERNET DRIVER
8678 M:      Florian Fainelli <florian@openwrt.org>
8679 L:      netdev@vger.kernel.org
8680 S:      Maintained
8681 F:      drivers/net/ethernet/rdc/r6040.c
8682
8683 RDS - RELIABLE DATAGRAM SOCKETS
8684 M:      Chien Yen <chien.yen@oracle.com>
8685 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8686 S:      Supported
8687 F:      net/rds/
8688
8689 READ-COPY UPDATE (RCU)
8690 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8691 M:      Josh Triplett <josh@joshtriplett.org>
8692 R:      Steven Rostedt <rostedt@goodmis.org>
8693 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8694 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8695 L:      linux-kernel@vger.kernel.org
8696 W:      http://www.rdrop.com/users/paulmck/RCU/
8697 S:      Supported
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8699 F:      Documentation/RCU/
8700 X:      Documentation/RCU/torture.txt
8701 F:      include/linux/rcu*
8702 X:      include/linux/srcu.h
8703 F:      kernel/rcu/
8704 X:      kernel/torture.c
8705
8706 REAL TIME CLOCK (RTC) SUBSYSTEM
8707 M:      Alessandro Zummo <a.zummo@towertech.it>
8708 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8709 L:      rtc-linux@googlegroups.com
8710 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8712 S:      Maintained
8713 F:      Documentation/rtc.txt
8714 F:      drivers/rtc/
8715 F:      include/linux/rtc.h
8716 F:      include/uapi/linux/rtc.h
8717
8718 REALTEK AUDIO CODECS
8719 M:      Bard Liao <bardliao@realtek.com>
8720 M:      Oder Chiou <oder_chiou@realtek.com>
8721 S:      Maintained
8722 F:      sound/soc/codecs/rt*
8723 F:      include/sound/rt*.h
8724
8725 REISERFS FILE SYSTEM
8726 L:      reiserfs-devel@vger.kernel.org
8727 S:      Supported
8728 F:      fs/reiserfs/
8729
8730 REGISTER MAP ABSTRACTION
8731 M:      Mark Brown <broonie@kernel.org>
8732 L:      linux-kernel@vger.kernel.org
8733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8734 S:      Supported
8735 F:      drivers/base/regmap/
8736 F:      include/linux/regmap.h
8737
8738 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8739 M:      Ohad Ben-Cohen <ohad@wizery.com>
8740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8741 S:      Maintained
8742 F:      drivers/remoteproc/
8743 F:      Documentation/remoteproc.txt
8744 F:      include/linux/remoteproc.h
8745
8746 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8747 M:      Ohad Ben-Cohen <ohad@wizery.com>
8748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8749 S:      Maintained
8750 F:      drivers/rpmsg/
8751 F:      Documentation/rpmsg.txt
8752 F:      include/linux/rpmsg.h
8753
8754 RESET CONTROLLER FRAMEWORK
8755 M:      Philipp Zabel <p.zabel@pengutronix.de>
8756 S:      Maintained
8757 F:      drivers/reset/
8758 F:      Documentation/devicetree/bindings/reset/
8759 F:      include/dt-bindings/reset/
8760 F:      include/linux/reset.h
8761 F:      include/linux/reset-controller.h
8762
8763 RFKILL
8764 M:      Johannes Berg <johannes@sipsolutions.net>
8765 L:      linux-wireless@vger.kernel.org
8766 W:      http://wireless.kernel.org/
8767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8769 S:      Maintained
8770 F:      Documentation/rfkill.txt
8771 F:      net/rfkill/
8772
8773 RHASHTABLE
8774 M:      Thomas Graf <tgraf@suug.ch>
8775 L:      netdev@vger.kernel.org
8776 S:      Maintained
8777 F:      lib/rhashtable.c
8778 F:      include/linux/rhashtable.h
8779
8780 RICOH SMARTMEDIA/XD DRIVER
8781 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8782 S:      Maintained
8783 F:      drivers/mtd/nand/r852.c
8784 F:      drivers/mtd/nand/r852.h
8785
8786 RICOH R5C592 MEMORYSTICK DRIVER
8787 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8788 S:      Maintained
8789 F:      drivers/memstick/host/r592.*
8790
8791 ROCCAT DRIVERS
8792 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8793 W:      http://sourceforge.net/projects/roccat/
8794 S:      Maintained
8795 F:      drivers/hid/hid-roccat*
8796 F:      include/linux/hid-roccat*
8797 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8798
8799 ROCKER DRIVER
8800 M:      Jiri Pirko <jiri@resnulli.us>
8801 M:      Scott Feldman <sfeldma@gmail.com>
8802 L:      netdev@vger.kernel.org
8803 S:      Supported
8804 F:      drivers/net/ethernet/rocker/
8805
8806 ROCKETPORT DRIVER
8807 P:      Comtrol Corp.
8808 W:      http://www.comtrol.com
8809 S:      Maintained
8810 F:      Documentation/serial/rocket.txt
8811 F:      drivers/tty/rocket*
8812
8813 ROCKETPORT EXPRESS/INFINITY DRIVER
8814 M:      Kevin Cernekee <cernekee@gmail.com>
8815 L:      linux-serial@vger.kernel.org
8816 S:      Odd Fixes
8817 F:      drivers/tty/serial/rp2.*
8818
8819 ROSE NETWORK LAYER
8820 M:      Ralf Baechle <ralf@linux-mips.org>
8821 L:      linux-hams@vger.kernel.org
8822 W:      http://www.linux-ax25.org/
8823 S:      Maintained
8824 F:      include/net/rose.h
8825 F:      include/uapi/linux/rose.h
8826 F:      net/rose/
8827
8828 RTL2830 MEDIA DRIVER
8829 M:      Antti Palosaari <crope@iki.fi>
8830 L:      linux-media@vger.kernel.org
8831 W:      http://linuxtv.org/
8832 W:      http://palosaari.fi/linux/
8833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8834 T:      git git://linuxtv.org/anttip/media_tree.git
8835 S:      Maintained
8836 F:      drivers/media/dvb-frontends/rtl2830*
8837
8838 RTL2832 MEDIA DRIVER
8839 M:      Antti Palosaari <crope@iki.fi>
8840 L:      linux-media@vger.kernel.org
8841 W:      http://linuxtv.org/
8842 W:      http://palosaari.fi/linux/
8843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8844 T:      git git://linuxtv.org/anttip/media_tree.git
8845 S:      Maintained
8846 F:      drivers/media/dvb-frontends/rtl2832*
8847
8848 RTL2832_SDR MEDIA DRIVER
8849 M:      Antti Palosaari <crope@iki.fi>
8850 L:      linux-media@vger.kernel.org
8851 W:      http://linuxtv.org/
8852 W:      http://palosaari.fi/linux/
8853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8854 T:      git git://linuxtv.org/anttip/media_tree.git
8855 S:      Maintained
8856 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8857
8858 RTL8180 WIRELESS DRIVER
8859 L:      linux-wireless@vger.kernel.org
8860 W:      http://wireless.kernel.org/
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8862 S:      Orphan
8863 F:      drivers/net/wireless/rtl818x/rtl8180/
8864
8865 RTL8187 WIRELESS DRIVER
8866 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8867 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8868 M:      Larry Finger <Larry.Finger@lwfinger.net>
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/rtl818x/rtl8187/
8874
8875 RTL8192CE WIRELESS DRIVER
8876 M:      Larry Finger <Larry.Finger@lwfinger.net>
8877 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8878 L:      linux-wireless@vger.kernel.org
8879 W:      http://wireless.kernel.org/
8880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8881 S:      Maintained
8882 F:      drivers/net/wireless/rtlwifi/
8883 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8884
8885 S3 SAVAGE FRAMEBUFFER DRIVER
8886 M:      Antonino Daplas <adaplas@gmail.com>
8887 L:      linux-fbdev@vger.kernel.org
8888 S:      Maintained
8889 F:      drivers/video/fbdev/savage/
8890
8891 S390
8892 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8893 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8894 L:      linux-s390@vger.kernel.org
8895 W:      http://www.ibm.com/developerworks/linux/linux390/
8896 S:      Supported
8897 F:      arch/s390/
8898 F:      drivers/s390/
8899 F:      Documentation/s390/
8900 F:      Documentation/DocBook/s390*
8901
8902 S390 COMMON I/O LAYER
8903 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8904 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8905 L:      linux-s390@vger.kernel.org
8906 W:      http://www.ibm.com/developerworks/linux/linux390/
8907 S:      Supported
8908 F:      drivers/s390/cio/
8909
8910 S390 DASD DRIVER
8911 M:      Stefan Weinhuber <wein@de.ibm.com>
8912 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8913 L:      linux-s390@vger.kernel.org
8914 W:      http://www.ibm.com/developerworks/linux/linux390/
8915 S:      Supported
8916 F:      drivers/s390/block/dasd*
8917 F:      block/partitions/ibm.c
8918
8919 S390 NETWORK DRIVERS
8920 M:      Ursula Braun <ursula.braun@de.ibm.com>
8921 L:      linux-s390@vger.kernel.org
8922 W:      http://www.ibm.com/developerworks/linux/linux390/
8923 S:      Supported
8924 F:      drivers/s390/net/
8925
8926 S390 PCI SUBSYSTEM
8927 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8928 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8929 L:      linux-s390@vger.kernel.org
8930 W:      http://www.ibm.com/developerworks/linux/linux390/
8931 S:      Supported
8932 F:      arch/s390/pci/
8933 F:      drivers/pci/hotplug/s390_pci_hpc.c
8934
8935 S390 ZCRYPT DRIVER
8936 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8937 L:      linux-s390@vger.kernel.org
8938 W:      http://www.ibm.com/developerworks/linux/linux390/
8939 S:      Supported
8940 F:      drivers/s390/crypto/
8941
8942 S390 ZFCP DRIVER
8943 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8944 L:      linux-s390@vger.kernel.org
8945 W:      http://www.ibm.com/developerworks/linux/linux390/
8946 S:      Supported
8947 F:      drivers/s390/scsi/zfcp_*
8948
8949 S390 IUCV NETWORK LAYER
8950 M:      Ursula Braun <ursula.braun@de.ibm.com>
8951 L:      linux-s390@vger.kernel.org
8952 W:      http://www.ibm.com/developerworks/linux/linux390/
8953 S:      Supported
8954 F:      drivers/s390/net/*iucv*
8955 F:      include/net/iucv/
8956 F:      net/iucv/
8957
8958 S3C24XX SD/MMC Driver
8959 M:      Ben Dooks <ben-linux@fluff.org>
8960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8961 S:      Supported
8962 F:      drivers/mmc/host/s3cmci.*
8963
8964 SAA6588 RDS RECEIVER DRIVER
8965 M:      Hans Verkuil <hverkuil@xs4all.nl>
8966 L:      linux-media@vger.kernel.org
8967 T:      git git://linuxtv.org/media_tree.git
8968 W:      http://linuxtv.org
8969 S:      Odd Fixes
8970 F:      drivers/media/i2c/saa6588*
8971
8972 SAA7134 VIDEO4LINUX DRIVER
8973 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8974 L:      linux-media@vger.kernel.org
8975 W:      http://linuxtv.org
8976 T:      git git://linuxtv.org/media_tree.git
8977 S:      Odd fixes
8978 F:      Documentation/video4linux/*.saa7134
8979 F:      drivers/media/pci/saa7134/
8980
8981 SAA7146 VIDEO4LINUX-2 DRIVER
8982 M:      Hans Verkuil <hverkuil@xs4all.nl>
8983 L:      linux-media@vger.kernel.org
8984 T:      git git://linuxtv.org/media_tree.git
8985 S:      Maintained
8986 F:      drivers/media/common/saa7146/
8987 F:      drivers/media/pci/saa7146/
8988 F:      include/media/saa7146*
8989
8990 SAMSUNG LAPTOP DRIVER
8991 M:      Corentin Chary <corentin.chary@gmail.com>
8992 L:      platform-driver-x86@vger.kernel.org
8993 S:      Maintained
8994 F:      drivers/platform/x86/samsung-laptop.c
8995
8996 SAMSUNG AUDIO (ASoC) DRIVERS
8997 M:      Sangbeom Kim <sbkim73@samsung.com>
8998 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8999 S:      Supported
9000 F:      sound/soc/samsung/
9001
9002 SAMSUNG FRAMEBUFFER DRIVER
9003 M:      Jingoo Han <jingoohan1@gmail.com>
9004 L:      linux-fbdev@vger.kernel.org
9005 S:      Maintained
9006 F:      drivers/video/fbdev/s3c-fb.c
9007
9008 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9009 M:      Sangbeom Kim <sbkim73@samsung.com>
9010 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9011 L:      linux-kernel@vger.kernel.org
9012 L:      linux-samsung-soc@vger.kernel.org
9013 S:      Supported
9014 F:      drivers/mfd/sec*.c
9015 F:      drivers/regulator/s2m*.c
9016 F:      drivers/regulator/s5m*.c
9017 F:      drivers/clk/clk-s2mps11.c
9018 F:      drivers/rtc/rtc-s5m.c
9019 F:      include/linux/mfd/samsung/
9020 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9021 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9022
9023 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9024 M:      Kyungmin Park <kyungmin.park@samsung.com>
9025 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9026 L:      linux-media@vger.kernel.org
9027 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9028 S:      Supported
9029 F:      drivers/media/platform/exynos4-is/
9030
9031 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9032 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9033 L:      linux-media@vger.kernel.org
9034 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9035 S:      Maintained
9036 F:      drivers/media/platform/s3c-camif/
9037 F:      include/media/s3c_camif.h
9038
9039 SAMSUNG S5C73M3 CAMERA DRIVER
9040 M:      Kyungmin Park <kyungmin.park@samsung.com>
9041 M:      Andrzej Hajda <a.hajda@samsung.com>
9042 L:      linux-media@vger.kernel.org
9043 S:      Supported
9044 F:      drivers/media/i2c/s5c73m3/*
9045
9046 SAMSUNG S5K5BAF CAMERA DRIVER
9047 M:      Kyungmin Park <kyungmin.park@samsung.com>
9048 M:      Andrzej Hajda <a.hajda@samsung.com>
9049 L:      linux-media@vger.kernel.org
9050 S:      Supported
9051 F:      drivers/media/i2c/s5k5baf.c
9052
9053 SAMSUNG S3FWRN5 NFC DRIVER
9054 M:      Robert Baldyga <r.baldyga@samsung.com>
9055 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9056 S:      Supported
9057 F:      drivers/nfc/s3fwrn5
9058
9059 SAMSUNG SOC CLOCK DRIVERS
9060 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9061 M:      Tomasz Figa <tomasz.figa@gmail.com>
9062 S:      Supported
9063 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9064 F:      drivers/clk/samsung/
9065
9066 SAMSUNG SXGBE DRIVERS
9067 M:      Byungho An <bh74.an@samsung.com>
9068 M:      Girish K S <ks.giri@samsung.com>
9069 M:      Vipul Pandya <vipul.pandya@samsung.com>
9070 S:      Supported
9071 L:      netdev@vger.kernel.org
9072 F:      drivers/net/ethernet/samsung/sxgbe/
9073
9074 SAMSUNG THERMAL DRIVER
9075 M:      Lukasz Majewski <l.majewski@samsung.com>
9076 L:      linux-pm@vger.kernel.org
9077 L:      linux-samsung-soc@vger.kernel.org
9078 S:      Supported
9079 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9080 F:      drivers/thermal/samsung/
9081
9082 SAMSUNG USB2 PHY DRIVER
9083 M:      Kamil Debski <k.debski@samsung.com>
9084 L:      linux-kernel@vger.kernel.org
9085 S:      Supported
9086 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9087 F:      Documentation/phy/samsung-usb2.txt
9088 F:      drivers/phy/phy-exynos4210-usb2.c
9089 F:      drivers/phy/phy-exynos4x12-usb2.c
9090 F:      drivers/phy/phy-exynos5250-usb2.c
9091 F:      drivers/phy/phy-s5pv210-usb2.c
9092 F:      drivers/phy/phy-samsung-usb2.c
9093 F:      drivers/phy/phy-samsung-usb2.h
9094
9095 SERIAL DRIVERS
9096 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9097 L:      linux-serial@vger.kernel.org
9098 S:      Maintained
9099 F:      drivers/tty/serial/
9100
9101 SYNOPSYS DESIGNWARE DMAC DRIVER
9102 M:      Viresh Kumar <vireshk@kernel.org>
9103 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9104 S:      Maintained
9105 F:      include/linux/dma/dw.h
9106 F:      include/linux/platform_data/dma-dw.h
9107 F:      drivers/dma/dw/
9108
9109 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9110 M: Lars Persson <lars.persson@axis.com>
9111 L: netdev@vger.kernel.org
9112 S: Supported
9113 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9114 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9115
9116 SYNOPSYS DESIGNWARE I2C DRIVER
9117 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9118 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9119 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9120 L:      linux-i2c@vger.kernel.org
9121 S:      Maintained
9122 F:      drivers/i2c/busses/i2c-designware-*
9123 F:      include/linux/platform_data/i2c-designware.h
9124
9125 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9126 M:      Seungwon Jeon <tgih.jun@samsung.com>
9127 M:      Jaehoon Chung <jh80.chung@samsung.com>
9128 L:      linux-mmc@vger.kernel.org
9129 S:      Maintained
9130 F:      include/linux/mmc/dw_mmc.h
9131 F:      drivers/mmc/host/dw_mmc*
9132
9133 THUNDERBOLT DRIVER
9134 M:      Andreas Noever <andreas.noever@gmail.com>
9135 S:      Maintained
9136 F:      drivers/thunderbolt/
9137
9138 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9139 M:      John Stultz <john.stultz@linaro.org>
9140 M:      Thomas Gleixner <tglx@linutronix.de>
9141 L:      linux-kernel@vger.kernel.org
9142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9143 S:      Supported
9144 F:      include/linux/clocksource.h
9145 F:      include/linux/time.h
9146 F:      include/linux/timex.h
9147 F:      include/uapi/linux/time.h
9148 F:      include/uapi/linux/timex.h
9149 F:      kernel/time/clocksource.c
9150 F:      kernel/time/time*.c
9151 F:      kernel/time/ntp.c
9152 F:      tools/testing/selftests/timers/
9153
9154 SC1200 WDT DRIVER
9155 M:      Zwane Mwaikambo <zwanem@gmail.com>
9156 S:      Maintained
9157 F:      drivers/watchdog/sc1200wdt.c
9158
9159 SCHEDULER
9160 M:      Ingo Molnar <mingo@redhat.com>
9161 M:      Peter Zijlstra <peterz@infradead.org>
9162 L:      linux-kernel@vger.kernel.org
9163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9164 S:      Maintained
9165 F:      kernel/sched/
9166 F:      include/linux/sched.h
9167 F:      include/uapi/linux/sched.h
9168 F:      include/linux/wait.h
9169
9170 SCORE ARCHITECTURE
9171 M:      Chen Liqin <liqin.linux@gmail.com>
9172 M:      Lennox Wu <lennox.wu@gmail.com>
9173 W:      http://www.sunplus.com
9174 S:      Supported
9175 F:      arch/score/
9176
9177 SCSI CDROM DRIVER
9178 M:      Jens Axboe <axboe@kernel.dk>
9179 L:      linux-scsi@vger.kernel.org
9180 W:      http://www.kernel.dk
9181 S:      Maintained
9182 F:      drivers/scsi/sr*
9183
9184 SCSI RDMA PROTOCOL (SRP) INITIATOR
9185 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9186 L:      linux-rdma@vger.kernel.org
9187 S:      Supported
9188 W:      http://www.openfabrics.org
9189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9191 F:      drivers/infiniband/ulp/srp/
9192 F:      include/scsi/srp.h
9193
9194 SCSI SG DRIVER
9195 M:      Doug Gilbert <dgilbert@interlog.com>
9196 L:      linux-scsi@vger.kernel.org
9197 W:      http://sg.danny.cz/sg
9198 S:      Maintained
9199 F:      Documentation/scsi/scsi-generic.txt
9200 F:      drivers/scsi/sg.c
9201 F:      include/scsi/sg.h
9202
9203 SCSI SUBSYSTEM
9204 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9205 L:      linux-scsi@vger.kernel.org
9206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9207 S:      Maintained
9208 F:      drivers/scsi/
9209 F:      include/scsi/
9210
9211 SCSI TAPE DRIVER
9212 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9213 L:      linux-scsi@vger.kernel.org
9214 S:      Maintained
9215 F:      Documentation/scsi/st.txt
9216 F:      drivers/scsi/st.*
9217 F:      drivers/scsi/st_*.h
9218
9219 SCTP PROTOCOL
9220 M:      Vlad Yasevich <vyasevich@gmail.com>
9221 M:      Neil Horman <nhorman@tuxdriver.com>
9222 L:      linux-sctp@vger.kernel.org
9223 W:      http://lksctp.sourceforge.net
9224 S:      Maintained
9225 F:      Documentation/networking/sctp.txt
9226 F:      include/linux/sctp.h
9227 F:      include/uapi/linux/sctp.h
9228 F:      include/net/sctp/
9229 F:      net/sctp/
9230
9231 SCx200 CPU SUPPORT
9232 M:      Jim Cromie <jim.cromie@gmail.com>
9233 S:      Odd Fixes
9234 F:      Documentation/i2c/busses/scx200_acb
9235 F:      arch/x86/platform/scx200/
9236 F:      drivers/watchdog/scx200_wdt.c
9237 F:      drivers/i2c/busses/scx200*
9238 F:      drivers/mtd/maps/scx200_docflash.c
9239 F:      include/linux/scx200.h
9240
9241 SCx200 GPIO DRIVER
9242 M:      Jim Cromie <jim.cromie@gmail.com>
9243 S:      Maintained
9244 F:      drivers/char/scx200_gpio.c
9245 F:      include/linux/scx200_gpio.h
9246
9247 SCx200 HRT CLOCKSOURCE DRIVER
9248 M:      Jim Cromie <jim.cromie@gmail.com>
9249 S:      Maintained
9250 F:      drivers/clocksource/scx200_hrt.c
9251
9252 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9253 M:      Sascha Sommer <saschasommer@freenet.de>
9254 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9255 S:      Maintained
9256 F:      drivers/mmc/host/sdricoh_cs.c
9257
9258 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9259 L:      linux-mmc@vger.kernel.org
9260 S:      Orphan
9261 F:      drivers/mmc/host/sdhci.*
9262 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9263
9264 SECURE COMPUTING
9265 M:      Kees Cook <keescook@chromium.org>
9266 R:      Andy Lutomirski <luto@amacapital.net>
9267 R:      Will Drewry <wad@chromium.org>
9268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9269 S:      Supported
9270 F:      kernel/seccomp.c
9271 F:      include/uapi/linux/seccomp.h
9272 F:      include/linux/seccomp.h
9273 F:      tools/testing/selftests/seccomp/*
9274 K:      \bsecure_computing
9275 K:      \bTIF_SECCOMP\b
9276
9277 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9278 M:      Ben Dooks <ben-linux@fluff.org>
9279 M:      Jaehoon Chung <jh80.chung@samsung.com>
9280 L:      linux-mmc@vger.kernel.org
9281 S:      Maintained
9282 F:      drivers/mmc/host/sdhci-s3c*
9283
9284 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9285 M:      Viresh Kumar <vireshk@kernel.org>
9286 L:      spear-devel@list.st.com
9287 L:      linux-mmc@vger.kernel.org
9288 S:      Maintained
9289 F:      drivers/mmc/host/sdhci-spear.c
9290
9291 SECURITY SUBSYSTEM
9292 M:      James Morris <james.l.morris@oracle.com>
9293 M:      "Serge E. Hallyn" <serge@hallyn.com>
9294 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9296 W:      http://kernsec.org/
9297 S:      Supported
9298 F:      security/
9299
9300 SECURITY CONTACT
9301 M:      Security Officers <security@kernel.org>
9302 S:      Supported
9303
9304 SELINUX SECURITY MODULE
9305 M:      Paul Moore <paul@paul-moore.com>
9306 M:      Stephen Smalley <sds@tycho.nsa.gov>
9307 M:      Eric Paris <eparis@parisplace.org>
9308 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9309 W:      http://selinuxproject.org
9310 T:      git git://git.infradead.org/users/pcmoore/selinux
9311 S:      Supported
9312 F:      include/linux/selinux*
9313 F:      security/selinux/
9314 F:      scripts/selinux/
9315
9316 APPARMOR SECURITY MODULE
9317 M:      John Johansen <john.johansen@canonical.com>
9318 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9319 W:      apparmor.wiki.kernel.org
9320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9321 S:      Supported
9322 F:      security/apparmor/
9323
9324 YAMA SECURITY MODULE
9325 M:      Kees Cook <keescook@chromium.org>
9326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9327 S:      Supported
9328 F:      security/yama/
9329
9330 SENSABLE PHANTOM
9331 M:      Jiri Slaby <jirislaby@gmail.com>
9332 S:      Maintained
9333 F:      drivers/misc/phantom.c
9334 F:      include/uapi/linux/phantom.h
9335
9336 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9337 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9338 M:      Minh Tran <minh.tran@avagotech.com>
9339 M:      John Soni Jose <sony.john-n@avagotech.com>
9340 L:      linux-scsi@vger.kernel.org
9341 W:      http://www.avagotech.com
9342 S:      Supported
9343 F:      drivers/scsi/be2iscsi/
9344
9345 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9346 M:      Sathya Perla <sathya.perla@avagotech.com>
9347 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9348 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9349 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9350 L:      netdev@vger.kernel.org
9351 W:      http://www.emulex.com
9352 S:      Supported
9353 F:      drivers/net/ethernet/emulex/benet/
9354
9355 EMULEX ONECONNECT ROCE DRIVER
9356 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9357 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9358 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9359 L:      linux-rdma@vger.kernel.org
9360 W:      http://www.emulex.com
9361 S:      Supported
9362 F:      drivers/infiniband/hw/ocrdma/
9363
9364 SFC NETWORK DRIVER
9365 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9366 M:      Shradha Shah <sshah@solarflare.com>
9367 L:      netdev@vger.kernel.org
9368 S:      Supported
9369 F:      drivers/net/ethernet/sfc/
9370
9371 SGI GRU DRIVER
9372 M:      Dimitri Sivanich <sivanich@sgi.com>
9373 S:      Maintained
9374 F:      drivers/misc/sgi-gru/
9375
9376 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9377 M:      Pat Gefre <pfg@sgi.com>
9378 L:      linux-ia64@vger.kernel.org
9379 S:      Supported
9380 F:      Documentation/ia64/serial.txt
9381 F:      drivers/tty/serial/ioc?_serial.c
9382 F:      include/linux/ioc?.h
9383
9384 SGI XP/XPC/XPNET DRIVER
9385 M:      Cliff Whickman <cpw@sgi.com>
9386 M:      Robin Holt <robinmholt@gmail.com>
9387 S:      Maintained
9388 F:      drivers/misc/sgi-xp/
9389
9390 SI2157 MEDIA DRIVER
9391 M:      Antti Palosaari <crope@iki.fi>
9392 L:      linux-media@vger.kernel.org
9393 W:      http://linuxtv.org/
9394 W:      http://palosaari.fi/linux/
9395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9396 T:      git git://linuxtv.org/anttip/media_tree.git
9397 S:      Maintained
9398 F:      drivers/media/tuners/si2157*
9399
9400 SI2168 MEDIA DRIVER
9401 M:      Antti Palosaari <crope@iki.fi>
9402 L:      linux-media@vger.kernel.org
9403 W:      http://linuxtv.org/
9404 W:      http://palosaari.fi/linux/
9405 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9406 T:      git git://linuxtv.org/anttip/media_tree.git
9407 S:      Maintained
9408 F:      drivers/media/dvb-frontends/si2168*
9409
9410 SI470X FM RADIO RECEIVER I2C DRIVER
9411 M:      Hans Verkuil <hverkuil@xs4all.nl>
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/si470x/radio-si470x-i2c.c
9417
9418 SI470X FM RADIO RECEIVER USB DRIVER
9419 M:      Hans Verkuil <hverkuil@xs4all.nl>
9420 L:      linux-media@vger.kernel.org
9421 T:      git git://linuxtv.org/media_tree.git
9422 W:      http://linuxtv.org
9423 S:      Maintained
9424 F:      drivers/media/radio/si470x/radio-si470x-common.c
9425 F:      drivers/media/radio/si470x/radio-si470x.h
9426 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9427
9428 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9429 M:      Eduardo Valentin <edubezval@gmail.com>
9430 L:      linux-media@vger.kernel.org
9431 T:      git git://linuxtv.org/media_tree.git
9432 W:      http://linuxtv.org
9433 S:      Odd Fixes
9434 F:      drivers/media/radio/si4713/si4713.?
9435
9436 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9437 M:      Eduardo Valentin <edubezval@gmail.com>
9438 L:      linux-media@vger.kernel.org
9439 T:      git git://linuxtv.org/media_tree.git
9440 W:      http://linuxtv.org
9441 S:      Odd Fixes
9442 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9443
9444 SI4713 FM RADIO TRANSMITTER USB DRIVER
9445 M:      Hans Verkuil <hverkuil@xs4all.nl>
9446 L:      linux-media@vger.kernel.org
9447 T:      git git://linuxtv.org/media_tree.git
9448 W:      http://linuxtv.org
9449 S:      Maintained
9450 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9451
9452 SIANO DVB DRIVER
9453 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9454 L:      linux-media@vger.kernel.org
9455 W:      http://linuxtv.org
9456 T:      git git://linuxtv.org/media_tree.git
9457 S:      Odd fixes
9458 F:      drivers/media/common/siano/
9459 F:      drivers/media/usb/siano/
9460 F:      drivers/media/usb/siano/
9461 F:      drivers/media/mmc/siano/
9462
9463 SIMPLEFB FB DRIVER
9464 M:      Hans de Goede <hdegoede@redhat.com>
9465 L:      linux-fbdev@vger.kernel.org
9466 S:      Maintained
9467 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9468 F:      drivers/video/fbdev/simplefb.c
9469 F:      include/linux/platform_data/simplefb.h
9470
9471 SH_VEU V4L2 MEM2MEM DRIVER
9472 L:      linux-media@vger.kernel.org
9473 S:      Orphan
9474 F:      drivers/media/platform/sh_veu.c
9475
9476 SH_VOU V4L2 OUTPUT DRIVER
9477 L:      linux-media@vger.kernel.org
9478 S:      Orphan
9479 F:      drivers/media/platform/sh_vou.c
9480 F:      include/media/sh_vou.h
9481
9482 SIMPLE FIRMWARE INTERFACE (SFI)
9483 M:      Len Brown <lenb@kernel.org>
9484 L:      sfi-devel@simplefirmware.org
9485 W:      http://simplefirmware.org/
9486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9487 S:      Supported
9488 F:      arch/x86/platform/sfi/
9489 F:      drivers/sfi/
9490 F:      include/linux/sfi*.h
9491
9492 SIMTEC EB110ATX (Chalice CATS)
9493 P:      Ben Dooks
9494 P:      Vincent Sanders <vince@simtec.co.uk>
9495 M:      Simtec Linux Team <linux@simtec.co.uk>
9496 W:      http://www.simtec.co.uk/products/EB110ATX/
9497 S:      Supported
9498
9499 SIMTEC EB2410ITX (BAST)
9500 P:      Ben Dooks
9501 P:      Vincent Sanders <vince@simtec.co.uk>
9502 M:      Simtec Linux Team <linux@simtec.co.uk>
9503 W:      http://www.simtec.co.uk/products/EB2410ITX/
9504 S:      Supported
9505 F:      arch/arm/mach-s3c24xx/mach-bast.c
9506 F:      arch/arm/mach-s3c24xx/bast-ide.c
9507 F:      arch/arm/mach-s3c24xx/bast-irq.c
9508
9509 TI DAVINCI MACHINE SUPPORT
9510 M:      Sekhar Nori <nsekhar@ti.com>
9511 M:      Kevin Hilman <khilman@deeprootsystems.com>
9512 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9513 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9514 S:      Supported
9515 F:      arch/arm/mach-davinci/
9516 F:      drivers/i2c/busses/i2c-davinci.c
9517
9518 TI DAVINCI SERIES MEDIA DRIVER
9519 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9520 L:      linux-media@vger.kernel.org
9521 W:      http://linuxtv.org/
9522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9523 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9524 S:      Maintained
9525 F:      drivers/media/platform/davinci/
9526 F:      include/media/davinci/
9527
9528 TI AM437X VPFE DRIVER
9529 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9530 L:      linux-media@vger.kernel.org
9531 W:      http://linuxtv.org/
9532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9533 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9534 S:      Maintained
9535 F:      drivers/media/platform/am437x/
9536
9537 OV2659 OMNIVISION SENSOR DRIVER
9538 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9539 L:      linux-media@vger.kernel.org
9540 W:      http://linuxtv.org/
9541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9542 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9543 S:      Maintained
9544 F:      drivers/media/i2c/ov2659.c
9545 F:      include/media/ov2659.h
9546
9547 SILICON MOTION SM712 FRAME BUFFER DRIVER
9548 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9549 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9550 M:      Sudip Mukherjee <sudip@vectorindia.org>
9551 L:      linux-fbdev@vger.kernel.org
9552 S:      Maintained
9553 F:      drivers/video/fbdev/sm712*
9554 F:      Documentation/fb/sm712fb.txt
9555
9556 SIS 190 ETHERNET DRIVER
9557 M:      Francois Romieu <romieu@fr.zoreil.com>
9558 L:      netdev@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/net/ethernet/sis/sis190.c
9561
9562 SIS 900/7016 FAST ETHERNET DRIVER
9563 M:      Daniele Venzano <venza@brownhat.org>
9564 W:      http://www.brownhat.org/sis900.html
9565 L:      netdev@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/net/ethernet/sis/sis900.*
9568
9569 SIS FRAMEBUFFER DRIVER
9570 M:      Thomas Winischhofer <thomas@winischhofer.net>
9571 W:      http://www.winischhofer.net/linuxsisvga.shtml
9572 S:      Maintained
9573 F:      Documentation/fb/sisfb.txt
9574 F:      drivers/video/fbdev/sis/
9575 F:      include/video/sisfb.h
9576
9577 SIS USB2VGA DRIVER
9578 M:      Thomas Winischhofer <thomas@winischhofer.net>
9579 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9580 S:      Maintained
9581 F:      drivers/usb/misc/sisusbvga/
9582
9583 SLAB ALLOCATOR
9584 M:      Christoph Lameter <cl@linux.com>
9585 M:      Pekka Enberg <penberg@kernel.org>
9586 M:      David Rientjes <rientjes@google.com>
9587 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9588 M:      Andrew Morton <akpm@linux-foundation.org>
9589 L:      linux-mm@kvack.org
9590 S:      Maintained
9591 F:      include/linux/sl?b*.h
9592 F:      mm/sl?b*
9593
9594 SLEEPABLE READ-COPY UPDATE (SRCU)
9595 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9596 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9597 M:      Josh Triplett <josh@joshtriplett.org>
9598 R:      Steven Rostedt <rostedt@goodmis.org>
9599 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9600 L:      linux-kernel@vger.kernel.org
9601 W:      http://www.rdrop.com/users/paulmck/RCU/
9602 S:      Supported
9603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9604 F:      include/linux/srcu.h
9605 F:      kernel/rcu/srcu.c
9606
9607 SMACK SECURITY MODULE
9608 M:      Casey Schaufler <casey@schaufler-ca.com>
9609 L:      linux-security-module@vger.kernel.org
9610 W:      http://schaufler-ca.com
9611 T:      git git://git.gitorious.org/smack-next/kernel.git
9612 S:      Maintained
9613 F:      Documentation/security/Smack.txt
9614 F:      security/smack/
9615
9616 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9617 M:      Kevin Hilman <khilman@kernel.org>
9618 M:      Nishanth Menon <nm@ti.com>
9619 S:      Maintained
9620 F:      drivers/power/avs/
9621 F:      include/linux/power/smartreflex.h
9622 L:      linux-pm@vger.kernel.org
9623
9624 SMC91x ETHERNET DRIVER
9625 M:      Nicolas Pitre <nico@fluxnic.net>
9626 S:      Odd Fixes
9627 F:      drivers/net/ethernet/smsc/smc91x.*
9628
9629 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9630 M:      Sakari Ailus <sakari.ailus@iki.fi>
9631 L:      linux-media@vger.kernel.org
9632 S:      Maintained
9633 F:      drivers/media/i2c/smiapp/
9634 F:      include/media/smiapp.h
9635 F:      drivers/media/i2c/smiapp-pll.c
9636 F:      drivers/media/i2c/smiapp-pll.h
9637 F:      include/uapi/linux/smiapp.h
9638 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9639
9640 SMM665 HARDWARE MONITOR DRIVER
9641 M:      Guenter Roeck <linux@roeck-us.net>
9642 L:      lm-sensors@lm-sensors.org
9643 S:      Maintained
9644 F:      Documentation/hwmon/smm665
9645 F:      drivers/hwmon/smm665.c
9646
9647 SMSC EMC2103 HARDWARE MONITOR DRIVER
9648 M:      Steve Glendinning <steve.glendinning@shawell.net>
9649 L:      lm-sensors@lm-sensors.org
9650 S:      Maintained
9651 F:      Documentation/hwmon/emc2103
9652 F:      drivers/hwmon/emc2103.c
9653
9654 SMSC SCH5627 HARDWARE MONITOR DRIVER
9655 M:      Hans de Goede <hdegoede@redhat.com>
9656 L:      lm-sensors@lm-sensors.org
9657 S:      Supported
9658 F:      Documentation/hwmon/sch5627
9659 F:      drivers/hwmon/sch5627.c
9660
9661 SMSC47B397 HARDWARE MONITOR DRIVER
9662 M:      Jean Delvare <jdelvare@suse.com>
9663 L:      lm-sensors@lm-sensors.org
9664 S:      Maintained
9665 F:      Documentation/hwmon/smsc47b397
9666 F:      drivers/hwmon/smsc47b397.c
9667
9668 SMSC911x ETHERNET DRIVER
9669 M:      Steve Glendinning <steve.glendinning@shawell.net>
9670 L:      netdev@vger.kernel.org
9671 S:      Maintained
9672 F:      include/linux/smsc911x.h
9673 F:      drivers/net/ethernet/smsc/smsc911x.*
9674
9675 SMSC9420 PCI ETHERNET DRIVER
9676 M:      Steve Glendinning <steve.glendinning@shawell.net>
9677 L:      netdev@vger.kernel.org
9678 S:      Maintained
9679 F:      drivers/net/ethernet/smsc/smsc9420.*
9680
9681 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9682 M:      Steve Glendinning <steve.glendinning@shawell.net>
9683 L:      linux-fbdev@vger.kernel.org
9684 S:      Maintained
9685 F:      drivers/video/fbdev/smscufx.c
9686
9687 SOC-CAMERA V4L2 SUBSYSTEM
9688 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9689 L:      linux-media@vger.kernel.org
9690 T:      git git://linuxtv.org/media_tree.git
9691 S:      Maintained
9692 F:      include/media/soc*
9693 F:      drivers/media/i2c/soc_camera/
9694 F:      drivers/media/platform/soc_camera/
9695
9696 SOEKRIS NET48XX LED SUPPORT
9697 M:      Chris Boot <bootc@bootc.net>
9698 S:      Maintained
9699 F:      drivers/leds/leds-net48xx.c
9700
9701 SOFTLOGIC 6x10 MPEG CODEC
9702 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9703 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9704 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9705 M:      Ismael Luceno <ismael@iodev.co.uk>
9706 L:      linux-media@vger.kernel.org
9707 S:      Supported
9708 F:      drivers/media/pci/solo6x10/
9709
9710 SOFTWARE RAID (Multiple Disks) SUPPORT
9711 M:      Neil Brown <neilb@suse.com>
9712 L:      linux-raid@vger.kernel.org
9713 S:      Supported
9714 F:      drivers/md/
9715 F:      include/linux/raid/
9716 F:      include/uapi/linux/raid/
9717
9718 SONIC NETWORK DRIVER
9719 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9720 L:      netdev@vger.kernel.org
9721 S:      Maintained
9722 F:      drivers/net/ethernet/natsemi/sonic.*
9723
9724 SONICS SILICON BACKPLANE DRIVER (SSB)
9725 M:      Michael Buesch <m@bues.ch>
9726 L:      netdev@vger.kernel.org
9727 S:      Maintained
9728 F:      drivers/ssb/
9729 F:      include/linux/ssb/
9730
9731 SONY VAIO CONTROL DEVICE DRIVER
9732 M:      Mattia Dongili <malattia@linux.it>
9733 L:      platform-driver-x86@vger.kernel.org
9734 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9735 S:      Maintained
9736 F:      Documentation/laptops/sony-laptop.txt
9737 F:      drivers/char/sonypi.c
9738 F:      drivers/platform/x86/sony-laptop.c
9739 F:      include/linux/sony-laptop.h
9740
9741 SONY MEMORYSTICK CARD SUPPORT
9742 M:      Alex Dubov <oakad@yahoo.com>
9743 W:      http://tifmxx.berlios.de/
9744 S:      Maintained
9745 F:      drivers/memstick/host/tifm_ms.c
9746
9747 SONY MEMORYSTICK STANDARD SUPPORT
9748 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9749 S:      Maintained
9750 F:      drivers/memstick/core/ms_block.*
9751
9752 SOUND
9753 M:      Jaroslav Kysela <perex@perex.cz>
9754 M:      Takashi Iwai <tiwai@suse.com>
9755 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9756 W:      http://www.alsa-project.org/
9757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9758 T:      git git://git.alsa-project.org/alsa-kernel.git
9759 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9760 S:      Maintained
9761 F:      Documentation/sound/
9762 F:      include/sound/
9763 F:      include/uapi/sound/
9764 F:      sound/
9765
9766 SOUND - COMPRESSED AUDIO
9767 M:      Vinod Koul <vinod.koul@intel.com>
9768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9770 S:      Supported
9771 F:      Documentation/sound/alsa/compress_offload.txt
9772 F:      include/sound/compress_driver.h
9773 F:      include/uapi/sound/compress_*
9774 F:      sound/core/compress_offload.c
9775 F:      sound/soc/soc-compress.c
9776
9777 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9778 M:      Liam Girdwood <lgirdwood@gmail.com>
9779 M:      Mark Brown <broonie@kernel.org>
9780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9781 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9782 W:      http://alsa-project.org/main/index.php/ASoC
9783 S:      Supported
9784 F:      Documentation/sound/alsa/soc/
9785 F:      sound/soc/
9786 F:      include/sound/soc*
9787
9788 SOUND - DMAENGINE HELPERS
9789 M:      Lars-Peter Clausen <lars@metafoo.de>
9790 S:      Supported
9791 F:      include/sound/dmaengine_pcm.h
9792 F:      sound/core/pcm_dmaengine.c
9793 F:      sound/soc/soc-generic-dmaengine-pcm.c
9794
9795 SP2 MEDIA DRIVER
9796 M:      Olli Salonen <olli.salonen@iki.fi>
9797 L:      linux-media@vger.kernel.org
9798 W:      http://linuxtv.org/
9799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9800 S:      Maintained
9801 F:      drivers/media/dvb-frontends/sp2*
9802
9803 SPARC + UltraSPARC (sparc/sparc64)
9804 M:      "David S. Miller" <davem@davemloft.net>
9805 L:      sparclinux@vger.kernel.org
9806 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9809 S:      Maintained
9810 F:      arch/sparc/
9811 F:      drivers/sbus/
9812
9813 SPARC SERIAL DRIVERS
9814 M:      "David S. Miller" <davem@davemloft.net>
9815 L:      sparclinux@vger.kernel.org
9816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9818 S:      Maintained
9819 F:      include/linux/sunserialcore.h
9820 F:      drivers/tty/serial/suncore.c
9821 F:      drivers/tty/serial/sunhv.c
9822 F:      drivers/tty/serial/sunsab.c
9823 F:      drivers/tty/serial/sunsab.h
9824 F:      drivers/tty/serial/sunsu.c
9825 F:      drivers/tty/serial/sunzilog.c
9826 F:      drivers/tty/serial/sunzilog.h
9827
9828 SPARSE CHECKER
9829 M:      "Christopher Li" <sparse@chrisli.org>
9830 L:      linux-sparse@vger.kernel.org
9831 W:      https://sparse.wiki.kernel.org/
9832 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9833 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9834 S:      Maintained
9835 F:      include/linux/compiler.h
9836
9837 SPEAR PLATFORM SUPPORT
9838 M:      Viresh Kumar <vireshk@kernel.org>
9839 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9840 L:      spear-devel@list.st.com
9841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9842 W:      http://www.st.com/spear
9843 S:      Maintained
9844 F:      arch/arm/mach-spear/
9845
9846 SPEAR CLOCK FRAMEWORK SUPPORT
9847 M:      Viresh Kumar <vireshk@kernel.org>
9848 L:      spear-devel@list.st.com
9849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9850 W:      http://www.st.com/spear
9851 S:      Maintained
9852 F:      drivers/clk/spear/
9853
9854 SPI SUBSYSTEM
9855 M:      Mark Brown <broonie@kernel.org>
9856 L:      linux-spi@vger.kernel.org
9857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9858 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9859 S:      Maintained
9860 F:      Documentation/spi/
9861 F:      drivers/spi/
9862 F:      include/linux/spi/
9863 F:      include/uapi/linux/spi/
9864
9865 SPIDERNET NETWORK DRIVER for CELL
9866 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9867 L:      netdev@vger.kernel.org
9868 S:      Supported
9869 F:      Documentation/networking/spider_net.txt
9870 F:      drivers/net/ethernet/toshiba/spider_net*
9871
9872 SPU FILE SYSTEM
9873 M:      Jeremy Kerr <jk@ozlabs.org>
9874 L:      linuxppc-dev@lists.ozlabs.org
9875 W:      http://www.ibm.com/developerworks/power/cell/
9876 S:      Supported
9877 F:      Documentation/filesystems/spufs.txt
9878 F:      arch/powerpc/platforms/cell/spufs/
9879
9880 SQUASHFS FILE SYSTEM
9881 M:      Phillip Lougher <phillip@squashfs.org.uk>
9882 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9883 W:      http://squashfs.org.uk
9884 S:      Maintained
9885 F:      Documentation/filesystems/squashfs.txt
9886 F:      fs/squashfs/
9887
9888 SRM (Alpha) environment access
9889 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9890 S:      Maintained
9891 F:      arch/alpha/kernel/srm_env.c
9892
9893 STABLE BRANCH
9894 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9895 L:      stable@vger.kernel.org
9896 S:      Supported
9897 F:      Documentation/stable_kernel_rules.txt
9898
9899 STAGING SUBSYSTEM
9900 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9902 L:      devel@driverdev.osuosl.org
9903 S:      Supported
9904 F:      drivers/staging/
9905
9906 STAGING - COMEDI
9907 M:      Ian Abbott <abbotti@mev.co.uk>
9908 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9909 S:      Odd Fixes
9910 F:      drivers/staging/comedi/
9911
9912 STAGING - FLARION FT1000 DRIVERS
9913 M:      Marek Belisko <marek.belisko@gmail.com>
9914 S:      Odd Fixes
9915 F:      drivers/staging/ft1000/
9916
9917 STAGING - INDUSTRIAL IO
9918 M:      Jonathan Cameron <jic23@kernel.org>
9919 L:      linux-iio@vger.kernel.org
9920 S:      Odd Fixes
9921 F:      drivers/staging/iio/
9922
9923 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9924 M:      Jarod Wilson <jarod@wilsonet.com>
9925 W:      http://www.lirc.org/
9926 S:      Odd Fixes
9927 F:      drivers/staging/media/lirc/
9928
9929 STAGING - LUSTRE PARALLEL FILESYSTEM
9930 M:      Oleg Drokin <oleg.drokin@intel.com>
9931 M:      Andreas Dilger <andreas.dilger@intel.com>
9932 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9933 W:      http://wiki.lustre.org/
9934 S:      Maintained
9935 F:      drivers/staging/lustre
9936
9937 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9938 M:      Marc Dietrich <marvin24@gmx.de>
9939 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9940 L:      linux-tegra@vger.kernel.org
9941 S:      Maintained
9942 F:      drivers/staging/nvec/
9943
9944 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9945 M:      Jens Frederich <jfrederich@gmail.com>
9946 M:      Daniel Drake <dsd@laptop.org>
9947 M:      Jon Nettleton <jon.nettleton@gmail.com>
9948 W:      http://wiki.laptop.org/go/DCON
9949 S:      Maintained
9950 F:      drivers/staging/olpc_dcon/
9951
9952 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9953 M:      Willy Tarreau <willy@meta-x.org>
9954 S:      Odd Fixes
9955 F:      drivers/staging/panel/
9956
9957 STAGING - REALTEK RTL8712U DRIVERS
9958 M:      Larry Finger <Larry.Finger@lwfinger.net>
9959 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9960 S:      Odd Fixes
9961 F:      drivers/staging/rtl8712/
9962
9963 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9964 M:      Larry Finger <Larry.Finger@lwfinger.net>
9965 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9966 L:      linux-wireless@vger.kernel.org
9967 S:      Maintained
9968 F:      drivers/staging/rtl8723au/
9969
9970 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9971 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9972 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9973 M:      Sudip Mukherjee <sudip@vectorindia.org>
9974 L:      linux-fbdev@vger.kernel.org
9975 S:      Maintained
9976 F:      drivers/staging/sm750fb/
9977
9978 STAGING - SLICOSS
9979 M:      Lior Dotan <liodot@gmail.com>
9980 M:      Christopher Harrer <charrer@alacritech.com>
9981 S:      Odd Fixes
9982 F:      drivers/staging/slicoss/
9983
9984 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9985 M:      William Hubbs <w.d.hubbs@gmail.com>
9986 M:      Chris Brannon <chris@the-brannons.com>
9987 M:      Kirk Reiser <kirk@reisers.ca>
9988 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9989 L:      speakup@linux-speakup.org
9990 W:      http://www.linux-speakup.org/
9991 S:      Odd Fixes
9992 F:      drivers/staging/speakup/
9993
9994 STAGING - VIA VT665X DRIVERS
9995 M:      Forest Bond <forest@alittletooquiet.net>
9996 S:      Odd Fixes
9997 F:      drivers/staging/vt665?/
9998
9999 STAGING - WILC1000 WIFI DRIVER
10000 M:      Johnny Kim <johnny.kim@atmel.com>
10001 M:      Rachel Kim <rachel.kim@atmel.com>
10002 M:      Dean Lee <dean.lee@atmel.com>
10003 M:      Chris Park <chris.park@atmel.com>
10004 L:      linux-wireless@vger.kernel.org
10005 S:      Supported
10006 F:      drivers/staging/wilc1000/
10007
10008 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10009 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10010 S:      Odd Fixes
10011 F:      drivers/staging/xgifb/
10012
10013 HFI1 DRIVER
10014 M:      Mike Marciniszyn <infinipath@intel.com>
10015 L:      linux-rdma@vger.kernel.org
10016 S:      Supported
10017 F:      drivers/staging/rdma/hfi1
10018
10019 STARFIRE/DURALAN NETWORK DRIVER
10020 M:      Ion Badulescu <ionut@badula.org>
10021 S:      Odd Fixes
10022 F:      drivers/net/ethernet/adaptec/starfire*
10023
10024 SUN3/3X
10025 M:      Sam Creasey <sammy@sammy.net>
10026 W:      http://sammy.net/sun3/
10027 S:      Maintained
10028 F:      arch/m68k/kernel/*sun3*
10029 F:      arch/m68k/sun3*/
10030 F:      arch/m68k/include/asm/sun3*
10031 F:      drivers/net/ethernet/i825xx/sun3*
10032
10033 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10034 M:      Hans de Goede <hdegoede@redhat.com>
10035 L:      linux-input@vger.kernel.org
10036 S:      Maintained
10037 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10038 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10039
10040 SUNDANCE NETWORK DRIVER
10041 M:      Denis Kirjanov <kda@linux-powerpc.org>
10042 L:      netdev@vger.kernel.org
10043 S:      Maintained
10044 F:      drivers/net/ethernet/dlink/sundance.c
10045
10046 SUPERH
10047 L:      linux-sh@vger.kernel.org
10048 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10049 S:      Orphan
10050 F:      Documentation/sh/
10051 F:      arch/sh/
10052 F:      drivers/sh/
10053
10054 SUSPEND TO RAM
10055 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10056 M:      Len Brown <len.brown@intel.com>
10057 M:      Pavel Machek <pavel@ucw.cz>
10058 L:      linux-pm@vger.kernel.org
10059 S:      Supported
10060 F:      Documentation/power/
10061 F:      arch/x86/kernel/acpi/
10062 F:      drivers/base/power/
10063 F:      kernel/power/
10064 F:      include/linux/suspend.h
10065 F:      include/linux/freezer.h
10066 F:      include/linux/pm.h
10067
10068 SVGA HANDLING
10069 M:      Martin Mares <mj@ucw.cz>
10070 L:      linux-video@atrey.karlin.mff.cuni.cz
10071 S:      Maintained
10072 F:      Documentation/svga.txt
10073 F:      arch/x86/boot/video*
10074
10075 SWIOTLB SUBSYSTEM
10076 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10077 L:      linux-kernel@vger.kernel.org
10078 S:      Supported
10079 F:      lib/swiotlb.c
10080 F:      arch/*/kernel/pci-swiotlb.c
10081 F:      include/linux/swiotlb.h
10082
10083 SWITCHDEV
10084 M:      Jiri Pirko <jiri@resnulli.us>
10085 L:      netdev@vger.kernel.org
10086 S:      Supported
10087 F:      net/switchdev/
10088 F:      include/net/switchdev.h
10089
10090 SYNOPSYS ARC ARCHITECTURE
10091 M:      Vineet Gupta <vgupta@synopsys.com>
10092 S:      Supported
10093 F:      arch/arc/
10094 F:      Documentation/devicetree/bindings/arc/*
10095 F:      drivers/tty/serial/arc_uart.c
10096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10097
10098 SYNOPSYS ARC SDP platform support
10099 M:      Alexey Brodkin <abrodkin@synopsys.com>
10100 S:      Supported
10101 F:      arch/arc/plat-axs10x
10102 F:      arch/arc/boot/dts/ax*
10103 F:      Documentation/devicetree/bindings/arc/axs10*
10104
10105 SYSTEM CONFIGURATION (SYSCON)
10106 M:      Lee Jones <lee.jones@linaro.org>
10107 M:      Arnd Bergmann <arnd@arndb.de>
10108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10109 S:      Supported
10110 F:      drivers/mfd/syscon.c
10111
10112 SYSV FILESYSTEM
10113 M:      Christoph Hellwig <hch@infradead.org>
10114 S:      Maintained
10115 F:      Documentation/filesystems/sysv-fs.txt
10116 F:      fs/sysv/
10117 F:      include/linux/sysv_fs.h
10118
10119 TARGET SUBSYSTEM
10120 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10121 L:      linux-scsi@vger.kernel.org
10122 L:      target-devel@vger.kernel.org
10123 W:      http://www.linux-iscsi.org
10124 W:      http://groups.google.com/group/linux-iscsi-target-dev
10125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10126 S:      Supported
10127 F:      drivers/target/
10128 F:      include/target/
10129 F:      Documentation/target/
10130
10131 TASKSTATS STATISTICS INTERFACE
10132 M:      Balbir Singh <bsingharora@gmail.com>
10133 S:      Maintained
10134 F:      Documentation/accounting/taskstats*
10135 F:      include/linux/taskstats*
10136 F:      kernel/taskstats.c
10137
10138 TC CLASSIFIER
10139 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10140 L:      netdev@vger.kernel.org
10141 S:      Maintained
10142 F:      include/net/pkt_cls.h
10143 F:      include/uapi/linux/pkt_cls.h
10144 F:      net/sched/
10145
10146 TCP LOW PRIORITY MODULE
10147 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10148 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10149 W:      http://tcp-lp-mod.sourceforge.net/
10150 S:      Maintained
10151 F:      net/ipv4/tcp_lp.c
10152
10153 TDA10071 MEDIA DRIVER
10154 M:      Antti Palosaari <crope@iki.fi>
10155 L:      linux-media@vger.kernel.org
10156 W:      http://linuxtv.org/
10157 W:      http://palosaari.fi/linux/
10158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10159 T:      git git://linuxtv.org/anttip/media_tree.git
10160 S:      Maintained
10161 F:      drivers/media/dvb-frontends/tda10071*
10162
10163 TDA18212 MEDIA DRIVER
10164 M:      Antti Palosaari <crope@iki.fi>
10165 L:      linux-media@vger.kernel.org
10166 W:      http://linuxtv.org/
10167 W:      http://palosaari.fi/linux/
10168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10169 T:      git git://linuxtv.org/anttip/media_tree.git
10170 S:      Maintained
10171 F:      drivers/media/tuners/tda18212*
10172
10173 TDA18218 MEDIA DRIVER
10174 M:      Antti Palosaari <crope@iki.fi>
10175 L:      linux-media@vger.kernel.org
10176 W:      http://linuxtv.org/
10177 W:      http://palosaari.fi/linux/
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/anttip/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/tuners/tda18218*
10182
10183 TDA18271 MEDIA DRIVER
10184 M:      Michael Krufky <mkrufky@linuxtv.org>
10185 L:      linux-media@vger.kernel.org
10186 W:      http://linuxtv.org/
10187 W:      http://github.com/mkrufky
10188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10189 T:      git git://linuxtv.org/mkrufky/tuners.git
10190 S:      Maintained
10191 F:      drivers/media/tuners/tda18271*
10192
10193 TDA827x MEDIA DRIVER
10194 M:      Michael Krufky <mkrufky@linuxtv.org>
10195 L:      linux-media@vger.kernel.org
10196 W:      http://linuxtv.org/
10197 W:      http://github.com/mkrufky
10198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10199 T:      git git://linuxtv.org/mkrufky/tuners.git
10200 S:      Maintained
10201 F:      drivers/media/tuners/tda8290.*
10202
10203 TDA8290 MEDIA DRIVER
10204 M:      Michael Krufky <mkrufky@linuxtv.org>
10205 L:      linux-media@vger.kernel.org
10206 W:      http://linuxtv.org/
10207 W:      http://github.com/mkrufky
10208 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10209 T:      git git://linuxtv.org/mkrufky/tuners.git
10210 S:      Maintained
10211 F:      drivers/media/tuners/tda8290.*
10212
10213 TDA9840 MEDIA DRIVER
10214 M:      Hans Verkuil <hverkuil@xs4all.nl>
10215 L:      linux-media@vger.kernel.org
10216 T:      git git://linuxtv.org/media_tree.git
10217 W:      http://linuxtv.org
10218 S:      Maintained
10219 F:      drivers/media/i2c/tda9840*
10220
10221 TEA5761 TUNER DRIVER
10222 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10223 L:      linux-media@vger.kernel.org
10224 W:      http://linuxtv.org
10225 T:      git git://linuxtv.org/media_tree.git
10226 S:      Odd fixes
10227 F:      drivers/media/tuners/tea5761.*
10228
10229 TEA5767 TUNER DRIVER
10230 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10231 L:      linux-media@vger.kernel.org
10232 W:      http://linuxtv.org
10233 T:      git git://linuxtv.org/media_tree.git
10234 S:      Maintained
10235 F:      drivers/media/tuners/tea5767.*
10236
10237 TEA6415C MEDIA DRIVER
10238 M:      Hans Verkuil <hverkuil@xs4all.nl>
10239 L:      linux-media@vger.kernel.org
10240 T:      git git://linuxtv.org/media_tree.git
10241 W:      http://linuxtv.org
10242 S:      Maintained
10243 F:      drivers/media/i2c/tea6415c*
10244
10245 TEA6420 MEDIA DRIVER
10246 M:      Hans Verkuil <hverkuil@xs4all.nl>
10247 L:      linux-media@vger.kernel.org
10248 T:      git git://linuxtv.org/media_tree.git
10249 W:      http://linuxtv.org
10250 S:      Maintained
10251 F:      drivers/media/i2c/tea6420*
10252
10253 TEAM DRIVER
10254 M:      Jiri Pirko <jiri@resnulli.us>
10255 L:      netdev@vger.kernel.org
10256 S:      Supported
10257 F:      drivers/net/team/
10258 F:      include/linux/if_team.h
10259 F:      include/uapi/linux/if_team.h
10260
10261 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10262 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10263 S:      Maintained
10264 F:      arch/x86/platform/ts5500/
10265
10266 TECHNOTREND USB IR RECEIVER
10267 M:      Sean Young <sean@mess.org>
10268 L:      linux-media@vger.kernel.org
10269 S:      Maintained
10270 F:      drivers/media/rc/ttusbir.c
10271
10272 TEGRA ARCHITECTURE SUPPORT
10273 M:      Stephen Warren <swarren@wwwdotorg.org>
10274 M:      Thierry Reding <thierry.reding@gmail.com>
10275 M:      Alexandre Courbot <gnurou@gmail.com>
10276 L:      linux-tegra@vger.kernel.org
10277 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10279 S:      Supported
10280 N:      [^a-z]tegra
10281
10282 TEGRA CLOCK DRIVER
10283 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10284 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10285 S:      Supported
10286 F:      drivers/clk/tegra/
10287
10288 TEGRA DMA DRIVER
10289 M:      Laxman Dewangan <ldewangan@nvidia.com>
10290 S:      Supported
10291 F:      drivers/dma/tegra20-apb-dma.c
10292
10293 TEGRA I2C DRIVER
10294 M:      Laxman Dewangan <ldewangan@nvidia.com>
10295 S:      Supported
10296 F:      drivers/i2c/busses/i2c-tegra.c
10297
10298 TEGRA IOMMU DRIVERS
10299 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10300 S:      Supported
10301 F:      drivers/iommu/tegra*
10302
10303 TEGRA KBC DRIVER
10304 M:      Rakesh Iyer <riyer@nvidia.com>
10305 M:      Laxman Dewangan <ldewangan@nvidia.com>
10306 S:      Supported
10307 F:      drivers/input/keyboard/tegra-kbc.c
10308
10309 TEGRA PWM DRIVER
10310 M:      Thierry Reding <thierry.reding@gmail.com>
10311 S:      Supported
10312 F:      drivers/pwm/pwm-tegra.c
10313
10314 TEGRA SERIAL DRIVER
10315 M:      Laxman Dewangan <ldewangan@nvidia.com>
10316 S:      Supported
10317 F:      drivers/tty/serial/serial-tegra.c
10318
10319 TEGRA SPI DRIVER
10320 M:      Laxman Dewangan <ldewangan@nvidia.com>
10321 S:      Supported
10322 F:      drivers/spi/spi-tegra*
10323
10324 TEHUTI ETHERNET DRIVER
10325 M:      Andy Gospodarek <andy@greyhouse.net>
10326 L:      netdev@vger.kernel.org
10327 S:      Supported
10328 F:      drivers/net/ethernet/tehuti/*
10329
10330 Telecom Clock Driver for MCPL0010
10331 M:      Mark Gross <mark.gross@intel.com>
10332 S:      Supported
10333 F:      drivers/char/tlclk.c
10334
10335 TENSILICA XTENSA PORT (xtensa)
10336 M:      Chris Zankel <chris@zankel.net>
10337 M:      Max Filippov <jcmvbkbc@gmail.com>
10338 L:      linux-xtensa@linux-xtensa.org
10339 S:      Maintained
10340 F:      arch/xtensa/
10341 F:      drivers/irqchip/irq-xtensa-*
10342
10343 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10344 M:      Hans Verkuil <hverkuil@xs4all.nl>
10345 L:      linux-media@vger.kernel.org
10346 T:      git git://linuxtv.org/media_tree.git
10347 W:      http://linuxtv.org
10348 S:      Maintained
10349 F:      drivers/media/radio/radio-raremono.c
10350
10351 THERMAL
10352 M:      Zhang Rui <rui.zhang@intel.com>
10353 M:      Eduardo Valentin <edubezval@gmail.com>
10354 L:      linux-pm@vger.kernel.org
10355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10357 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10358 S:      Supported
10359 F:      drivers/thermal/
10360 F:      include/linux/thermal.h
10361 F:      include/uapi/linux/thermal.h
10362 F:      include/linux/cpu_cooling.h
10363 F:      Documentation/devicetree/bindings/thermal/
10364
10365 THERMAL/CPU_COOLING
10366 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10367 M:      Viresh Kumar <viresh.kumar@linaro.org>
10368 M:      Javi Merino <javi.merino@arm.com>
10369 L:      linux-pm@vger.kernel.org
10370 S:      Supported
10371 F:      Documentation/thermal/cpu-cooling-api.txt
10372 F:      drivers/thermal/cpu_cooling.c
10373 F:      include/linux/cpu_cooling.h
10374
10375 THINGM BLINK(1) USB RGB LED DRIVER
10376 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10377 S:      Maintained
10378 F:      drivers/hid/hid-thingm.c
10379
10380 THINKPAD ACPI EXTRAS DRIVER
10381 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10382 L:      ibm-acpi-devel@lists.sourceforge.net
10383 L:      platform-driver-x86@vger.kernel.org
10384 W:      http://ibm-acpi.sourceforge.net
10385 W:      http://thinkwiki.org/wiki/Ibm-acpi
10386 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10387 S:      Maintained
10388 F:      drivers/platform/x86/thinkpad_acpi.c
10389
10390 TI BANDGAP AND THERMAL DRIVER
10391 M:      Eduardo Valentin <edubezval@gmail.com>
10392 L:      linux-pm@vger.kernel.org
10393 L:      linux-omap@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/thermal/ti-soc-thermal/
10396
10397 TI CDCE706 CLOCK DRIVER
10398 M:      Max Filippov <jcmvbkbc@gmail.com>
10399 S:      Maintained
10400 F:      drivers/clk/clk-cdce706.c
10401
10402 TI CLOCK DRIVER
10403 M:      Tero Kristo <t-kristo@ti.com>
10404 L:      linux-omap@vger.kernel.org
10405 S:      Maintained
10406 F:      drivers/clk/ti/
10407 F:      include/linux/clk/ti.h
10408
10409 TI FLASH MEDIA INTERFACE DRIVER
10410 M:      Alex Dubov <oakad@yahoo.com>
10411 S:      Maintained
10412 F:      drivers/misc/tifm*
10413 F:      drivers/mmc/host/tifm_sd.c
10414 F:      include/linux/tifm.h
10415
10416 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10417 M:      Santosh Shilimkar <ssantosh@kernel.org>
10418 L:      linux-kernel@vger.kernel.org
10419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10420 S:      Maintained
10421 F:      drivers/soc/ti/*
10422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10423
10424
10425 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10426 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10427 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10428 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10429 S:      Maintained
10430 F:      sound/soc/codecs/lm49453*
10431 F:      sound/soc/codecs/isabelle*
10432
10433 TI LP855x BACKLIGHT DRIVER
10434 M:      Milo Kim <milo.kim@ti.com>
10435 S:      Maintained
10436 F:      Documentation/backlight/lp855x-driver.txt
10437 F:      drivers/video/backlight/lp855x_bl.c
10438 F:      include/linux/platform_data/lp855x.h
10439
10440 TI LP8727 CHARGER DRIVER
10441 M:      Milo Kim <milo.kim@ti.com>
10442 S:      Maintained
10443 F:      drivers/power/lp8727_charger.c
10444 F:      include/linux/platform_data/lp8727.h
10445
10446 TI LP8788 MFD DRIVER
10447 M:      Milo Kim <milo.kim@ti.com>
10448 S:      Maintained
10449 F:      drivers/iio/adc/lp8788_adc.c
10450 F:      drivers/leds/leds-lp8788.c
10451 F:      drivers/mfd/lp8788*.c
10452 F:      drivers/power/lp8788-charger.c
10453 F:      drivers/regulator/lp8788-*.c
10454 F:      include/linux/mfd/lp8788*.h
10455
10456 TI NETCP ETHERNET DRIVER
10457 M:      Wingman Kwok <w-kwok2@ti.com>
10458 M:      Murali Karicheri <m-karicheri2@ti.com>
10459 L:      netdev@vger.kernel.org
10460 S:      Maintained
10461 F:      drivers/net/ethernet/ti/netcp*
10462
10463 TI TAS571X FAMILY ASoC CODEC DRIVER
10464 M:      Kevin Cernekee <cernekee@chromium.org>
10465 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10466 S:      Odd Fixes
10467 F:      sound/soc/codecs/tas571x*
10468
10469 TI TWL4030 SERIES SOC CODEC DRIVER
10470 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10471 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10472 S:      Maintained
10473 F:      sound/soc/codecs/twl4030*
10474
10475 TI WILINK WIRELESS DRIVERS
10476 L:      linux-wireless@vger.kernel.org
10477 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10478 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10480 S:      Orphan
10481 F:      drivers/net/wireless/ti/
10482 F:      include/linux/wl12xx.h
10483
10484 TIPC NETWORK LAYER
10485 M:      Jon Maloy <jon.maloy@ericsson.com>
10486 M:      Ying Xue <ying.xue@windriver.com>
10487 L:      netdev@vger.kernel.org (core kernel code)
10488 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10489 W:      http://tipc.sourceforge.net/
10490 S:      Maintained
10491 F:      include/uapi/linux/tipc*.h
10492 F:      net/tipc/
10493
10494 TILE ARCHITECTURE
10495 M:      Chris Metcalf <cmetcalf@ezchip.com>
10496 W:      http://www.ezchip.com/scm/
10497 S:      Supported
10498 F:      arch/tile/
10499 F:      drivers/char/tile-srom.c
10500 F:      drivers/edac/tile_edac.c
10501 F:      drivers/net/ethernet/tile/
10502 F:      drivers/rtc/rtc-tile.c
10503 F:      drivers/tty/hvc/hvc_tile.c
10504 F:      drivers/tty/serial/tilegx.c
10505 F:      drivers/usb/host/*-tilegx.c
10506 F:      include/linux/usb/tilegx.h
10507
10508 TLAN NETWORK DRIVER
10509 M:      Samuel Chessman <chessman@tux.org>
10510 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10511 W:      http://sourceforge.net/projects/tlan/
10512 S:      Maintained
10513 F:      Documentation/networking/tlan.txt
10514 F:      drivers/net/ethernet/ti/tlan.*
10515
10516 TOMOYO SECURITY MODULE
10517 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10518 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10519 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10520 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10521 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10522 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10523 W:      http://tomoyo.sourceforge.jp/
10524 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10525 S:      Maintained
10526 F:      security/tomoyo/
10527
10528 TOPSTAR LAPTOP EXTRAS DRIVER
10529 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10530 L:      platform-driver-x86@vger.kernel.org
10531 S:      Maintained
10532 F:      drivers/platform/x86/topstar-laptop.c
10533
10534 TOSHIBA ACPI EXTRAS DRIVER
10535 M:      Azael Avalos <coproscefalo@gmail.com>
10536 L:      platform-driver-x86@vger.kernel.org
10537 S:      Maintained
10538 F:      drivers/platform/x86/toshiba_acpi.c
10539
10540 TOSHIBA BLUETOOTH DRIVER
10541 M:      Azael Avalos <coproscefalo@gmail.com>
10542 L:      platform-driver-x86@vger.kernel.org
10543 S:      Maintained
10544 F:      drivers/platform/x86/toshiba_bluetooth.c
10545
10546 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10547 M:      Azael Avalos <coproscefalo@gmail.com>
10548 L:      platform-driver-x86@vger.kernel.org
10549 S:      Maintained
10550 F:      drivers/platform/x86/toshiba_haps.c
10551
10552 TOSHIBA SMM DRIVER
10553 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10554 W:      http://www.buzzard.org.uk/toshiba/
10555 S:      Maintained
10556 F:      drivers/char/toshiba.c
10557 F:      include/linux/toshiba.h
10558 F:      include/uapi/linux/toshiba.h
10559
10560 TOSHIBA TC358743 DRIVER
10561 M:      Mats Randgaard <matrandg@cisco.com>
10562 L:      linux-media@vger.kernel.org
10563 S:      Maintained
10564 F:      drivers/media/i2c/tc358743*
10565 F:      include/media/tc358743.h
10566
10567 TMIO MMC DRIVER
10568 M:      Ian Molton <ian@mnementh.co.uk>
10569 L:      linux-mmc@vger.kernel.org
10570 S:      Maintained
10571 F:      drivers/mmc/host/tmio_mmc*
10572 F:      drivers/mmc/host/sh_mobile_sdhi.c
10573 F:      include/linux/mmc/tmio.h
10574 F:      include/linux/mmc/sh_mobile_sdhi.h
10575
10576 TMP401 HARDWARE MONITOR DRIVER
10577 M:      Guenter Roeck <linux@roeck-us.net>
10578 L:      lm-sensors@lm-sensors.org
10579 S:      Maintained
10580 F:      Documentation/hwmon/tmp401
10581 F:      drivers/hwmon/tmp401.c
10582
10583 TMPFS (SHMEM FILESYSTEM)
10584 M:      Hugh Dickins <hughd@google.com>
10585 L:      linux-mm@kvack.org
10586 S:      Maintained
10587 F:      include/linux/shmem_fs.h
10588 F:      mm/shmem.c
10589
10590 TM6000 VIDEO4LINUX DRIVER
10591 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10592 L:      linux-media@vger.kernel.org
10593 W:      http://linuxtv.org
10594 T:      git git://linuxtv.org/media_tree.git
10595 S:      Odd fixes
10596 F:      drivers/media/usb/tm6000/
10597
10598 TW68 VIDEO4LINUX DRIVER
10599 M:      Hans Verkuil <hverkuil@xs4all.nl>
10600 L:      linux-media@vger.kernel.org
10601 T:      git git://linuxtv.org/media_tree.git
10602 W:      http://linuxtv.org
10603 S:      Odd Fixes
10604 F:      drivers/media/pci/tw68/
10605
10606 TPM DEVICE DRIVER
10607 M:      Peter Huewe <peterhuewe@gmx.de>
10608 M:      Marcel Selhorst <tpmdd@selhorst.net>
10609 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10610 W:      http://tpmdd.sourceforge.net
10611 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10612 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10613 T:      https://github.com/PeterHuewe/linux-tpmdd
10614 S:      Maintained
10615 F:      drivers/char/tpm/
10616
10617 TPM IBM_VTPM DEVICE DRIVER
10618 M:      Ashley Lai <ashleydlai@gmail.com>
10619 W:      http://tpmdd.sourceforge.net
10620 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10621 S:      Maintained
10622 F:      drivers/char/tpm/tpm_ibmvtpm*
10623
10624 TRACING
10625 M:      Steven Rostedt <rostedt@goodmis.org>
10626 M:      Ingo Molnar <mingo@redhat.com>
10627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10628 S:      Maintained
10629 F:      Documentation/trace/ftrace.txt
10630 F:      arch/*/*/*/ftrace.h
10631 F:      arch/*/kernel/ftrace.c
10632 F:      include/*/ftrace.h
10633 F:      include/linux/trace*.h
10634 F:      include/trace/
10635 F:      kernel/trace/
10636 F:      tools/testing/selftests/ftrace/
10637
10638 TRIVIAL PATCHES
10639 M:      Jiri Kosina <trivial@kernel.org>
10640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10641 S:      Maintained
10642 K:      ^Subject:.*(?i)trivial
10643
10644 TTY LAYER
10645 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10646 M:      Jiri Slaby <jslaby@suse.com>
10647 S:      Supported
10648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10649 F:      Documentation/serial/
10650 F:      drivers/tty/
10651 F:      drivers/tty/serial/serial_core.c
10652 F:      include/linux/serial_core.h
10653 F:      include/linux/serial.h
10654 F:      include/linux/tty.h
10655 F:      include/uapi/linux/serial_core.h
10656 F:      include/uapi/linux/serial.h
10657 F:      include/uapi/linux/tty.h
10658
10659 TUA9001 MEDIA DRIVER
10660 M:      Antti Palosaari <crope@iki.fi>
10661 L:      linux-media@vger.kernel.org
10662 W:      http://linuxtv.org/
10663 W:      http://palosaari.fi/linux/
10664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10665 T:      git git://linuxtv.org/anttip/media_tree.git
10666 S:      Maintained
10667 F:      drivers/media/tuners/tua9001*
10668
10669 TULIP NETWORK DRIVERS
10670 M:      Grant Grundler <grundler@parisc-linux.org>
10671 L:      netdev@vger.kernel.org
10672 S:      Maintained
10673 F:      drivers/net/ethernet/dec/tulip/
10674
10675 TUN/TAP driver
10676 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10677 W:      http://vtun.sourceforge.net/tun
10678 S:      Maintained
10679 F:      Documentation/networking/tuntap.txt
10680 F:      arch/um/os-Linux/drivers/
10681
10682 TURBOCHANNEL SUBSYSTEM
10683 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10684 M:      Ralf Baechle <ralf@linux-mips.org>
10685 L:      linux-mips@linux-mips.org
10686 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10687 S:      Maintained
10688 F:      drivers/tc/
10689 F:      include/linux/tc.h
10690
10691 U14-34F SCSI DRIVER
10692 M:      Dario Ballabio <ballabio_dario@emc.com>
10693 L:      linux-scsi@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/scsi/u14-34f.c
10696
10697 UBI FILE SYSTEM (UBIFS)
10698 M:      Artem Bityutskiy <dedekind1@gmail.com>
10699 M:      Adrian Hunter <adrian.hunter@intel.com>
10700 L:      linux-mtd@lists.infradead.org
10701 T:      git git://git.infradead.org/ubifs-2.6.git
10702 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10703 S:      Maintained
10704 F:      Documentation/filesystems/ubifs.txt
10705 F:      fs/ubifs/
10706
10707 UCLINUX (M68KNOMMU AND COLDFIRE)
10708 M:      Greg Ungerer <gerg@uclinux.org>
10709 W:      http://www.uclinux.org/
10710 L:      linux-m68k@lists.linux-m68k.org
10711 L:      uclinux-dev@uclinux.org  (subscribers-only)
10712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10713 S:      Maintained
10714 F:      arch/m68k/coldfire/
10715 F:      arch/m68k/68*/
10716 F:      arch/m68k/*/*_no.*
10717 F:      arch/m68k/include/asm/*_no.*
10718
10719 UDF FILESYSTEM
10720 M:      Jan Kara <jack@suse.com>
10721 S:      Maintained
10722 F:      Documentation/filesystems/udf.txt
10723 F:      fs/udf/
10724
10725 UFS FILESYSTEM
10726 M:      Evgeniy Dushistov <dushistov@mail.ru>
10727 S:      Maintained
10728 F:      Documentation/filesystems/ufs.txt
10729 F:      fs/ufs/
10730
10731 UHID USERSPACE HID IO DRIVER:
10732 M:      David Herrmann <dh.herrmann@googlemail.com>
10733 L:      linux-input@vger.kernel.org
10734 S:      Maintained
10735 F:      drivers/hid/uhid.c
10736 F:      include/uapi/linux/uhid.h
10737
10738 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10739 L:      linux-usb@vger.kernel.org
10740 S:      Orphan
10741 F:      drivers/uwb/
10742 F:      include/linux/uwb.h
10743 F:      include/linux/uwb/
10744
10745 UNICORE32 ARCHITECTURE:
10746 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10747 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10748 S:      Maintained
10749 T:      git git://github.com/gxt/linux.git
10750 F:      arch/unicore32/
10751
10752 UNIFDEF
10753 M:      Tony Finch <dot@dotat.at>
10754 W:      http://dotat.at/prog/unifdef
10755 S:      Maintained
10756 F:      scripts/unifdef.c
10757
10758 UNIFORM CDROM DRIVER
10759 M:      Jens Axboe <axboe@kernel.dk>
10760 W:      http://www.kernel.dk
10761 S:      Maintained
10762 F:      Documentation/cdrom/
10763 F:      drivers/cdrom/cdrom.c
10764 F:      include/linux/cdrom.h
10765 F:      include/uapi/linux/cdrom.h
10766
10767 UNISYS S-PAR DRIVERS
10768 M:      Benjamin Romer <benjamin.romer@unisys.com>
10769 M:      David Kershner <david.kershner@unisys.com>
10770 L:      sparmaintainer@unisys.com (Unisys internal)
10771 S:      Supported
10772 F:      drivers/staging/unisys/
10773
10774 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10775 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10776 L:      linux-scsi@vger.kernel.org
10777 S:      Supported
10778 F:      Documentation/scsi/ufs.txt
10779 F:      drivers/scsi/ufs/
10780
10781 UNSORTED BLOCK IMAGES (UBI)
10782 M:      Artem Bityutskiy <dedekind1@gmail.com>
10783 M:      Richard Weinberger <richard@nod.at>
10784 W:      http://www.linux-mtd.infradead.org/
10785 L:      linux-mtd@lists.infradead.org
10786 T:      git git://git.infradead.org/ubifs-2.6.git
10787 S:      Supported
10788 F:      drivers/mtd/ubi/
10789 F:      include/linux/mtd/ubi.h
10790 F:      include/uapi/mtd/ubi-user.h
10791
10792 USB ACM DRIVER
10793 M:      Oliver Neukum <oliver@neukum.org>
10794 L:      linux-usb@vger.kernel.org
10795 S:      Maintained
10796 F:      Documentation/usb/acm.txt
10797 F:      drivers/usb/class/cdc-acm.*
10798
10799 USB AR5523 WIRELESS DRIVER
10800 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10801 L:      linux-wireless@vger.kernel.org
10802 S:      Maintained
10803 F:      drivers/net/wireless/ath/ar5523/
10804
10805 USB ATTACHED SCSI
10806 M:      Hans de Goede <hdegoede@redhat.com>
10807 M:      Gerd Hoffmann <kraxel@redhat.com>
10808 L:      linux-usb@vger.kernel.org
10809 L:      linux-scsi@vger.kernel.org
10810 S:      Maintained
10811 F:      drivers/usb/storage/uas.c
10812
10813 USB CDC ETHERNET DRIVER
10814 M:      Oliver Neukum <oliver@neukum.org>
10815 L:      linux-usb@vger.kernel.org
10816 S:      Maintained
10817 F:      drivers/net/usb/cdc_*.c
10818 F:      include/uapi/linux/usb/cdc.h
10819
10820 USB CHAOSKEY DRIVER
10821 M:      Keith Packard <keithp@keithp.com>
10822 L:      linux-usb@vger.kernel.org
10823 S:      Maintained
10824 F:      drivers/usb/misc/chaoskey.c
10825
10826 USB CYPRESS C67X00 DRIVER
10827 M:      Peter Korsgaard <jacmet@sunsite.dk>
10828 L:      linux-usb@vger.kernel.org
10829 S:      Maintained
10830 F:      drivers/usb/c67x00/
10831
10832 USB DAVICOM DM9601 DRIVER
10833 M:      Peter Korsgaard <jacmet@sunsite.dk>
10834 L:      netdev@vger.kernel.org
10835 W:      http://www.linux-usb.org/usbnet
10836 S:      Maintained
10837 F:      drivers/net/usb/dm9601.c
10838
10839 USB DIAMOND RIO500 DRIVER
10840 M:      Cesar Miquel <miquel@df.uba.ar>
10841 L:      rio500-users@lists.sourceforge.net
10842 W:      http://rio500.sourceforge.net
10843 S:      Maintained
10844 F:      drivers/usb/misc/rio500*
10845
10846 USB EHCI DRIVER
10847 M:      Alan Stern <stern@rowland.harvard.edu>
10848 L:      linux-usb@vger.kernel.org
10849 S:      Maintained
10850 F:      Documentation/usb/ehci.txt
10851 F:      drivers/usb/host/ehci*
10852
10853 USB GADGET/PERIPHERAL SUBSYSTEM
10854 M:      Felipe Balbi <balbi@ti.com>
10855 L:      linux-usb@vger.kernel.org
10856 W:      http://www.linux-usb.org/gadget
10857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10858 S:      Maintained
10859 F:      drivers/usb/gadget/
10860 F:      include/linux/usb/gadget*
10861
10862 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10863 M:      Jiri Kosina <jikos@kernel.org>
10864 L:      linux-usb@vger.kernel.org
10865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10866 S:      Maintained
10867 F:      Documentation/hid/hiddev.txt
10868 F:      drivers/hid/usbhid/
10869
10870 USB ISP116X DRIVER
10871 M:      Olav Kongas <ok@artecdesign.ee>
10872 L:      linux-usb@vger.kernel.org
10873 S:      Maintained
10874 F:      drivers/usb/host/isp116x*
10875 F:      include/linux/usb/isp116x.h
10876
10877 USB MASS STORAGE DRIVER
10878 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10879 L:      linux-usb@vger.kernel.org
10880 L:      usb-storage@lists.one-eyed-alien.net
10881 S:      Maintained
10882 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10883 F:      drivers/usb/storage/
10884
10885 USB MIDI DRIVER
10886 M:      Clemens Ladisch <clemens@ladisch.de>
10887 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10888 T:      git git://git.alsa-project.org/alsa-kernel.git
10889 S:      Maintained
10890 F:      sound/usb/midi.*
10891
10892 USB NETWORKING DRIVERS
10893 L:      linux-usb@vger.kernel.org
10894 S:      Odd Fixes
10895 F:      drivers/net/usb/
10896
10897 USB OHCI DRIVER
10898 M:      Alan Stern <stern@rowland.harvard.edu>
10899 L:      linux-usb@vger.kernel.org
10900 S:      Maintained
10901 F:      Documentation/usb/ohci.txt
10902 F:      drivers/usb/host/ohci*
10903
10904 USB OTG FSM (Finite State Machine)
10905 M:      Peter Chen <Peter.Chen@freescale.com>
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10907 L:      linux-usb@vger.kernel.org
10908 S:      Maintained
10909 F:      drivers/usb/common/usb-otg-fsm.c
10910
10911 USB OVER IP DRIVER
10912 M:      Valentina Manea <valentina.manea.m@gmail.com>
10913 M:      Shuah Khan <shuah.kh@samsung.com>
10914 L:      linux-usb@vger.kernel.org
10915 S:      Maintained
10916 F:      drivers/usb/usbip/
10917 F:      tools/usb/usbip/
10918
10919 USB PEGASUS DRIVER
10920 M:      Petko Manolov <petkan@nucleusys.com>
10921 L:      linux-usb@vger.kernel.org
10922 L:      netdev@vger.kernel.org
10923 T:      git git://github.com/petkan/pegasus.git
10924 W:      https://github.com/petkan/pegasus
10925 S:      Maintained
10926 F:      drivers/net/usb/pegasus.*
10927
10928 USB PHY LAYER
10929 M:      Felipe Balbi <balbi@ti.com>
10930 L:      linux-usb@vger.kernel.org
10931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10932 S:      Maintained
10933 F:      drivers/usb/phy/
10934
10935 USB PRINTER DRIVER (usblp)
10936 M:      Pete Zaitcev <zaitcev@redhat.com>
10937 L:      linux-usb@vger.kernel.org
10938 S:      Supported
10939 F:      drivers/usb/class/usblp.c
10940
10941 USB RTL8150 DRIVER
10942 M:      Petko Manolov <petkan@nucleusys.com>
10943 L:      linux-usb@vger.kernel.org
10944 L:      netdev@vger.kernel.org
10945 T:      git git://github.com/petkan/rtl8150.git
10946 W:      https://github.com/petkan/rtl8150
10947 S:      Maintained
10948 F:      drivers/net/usb/rtl8150.c
10949
10950 USB SERIAL SUBSYSTEM
10951 M:      Johan Hovold <johan@kernel.org>
10952 L:      linux-usb@vger.kernel.org
10953 S:      Maintained
10954 F:      Documentation/usb/usb-serial.txt
10955 F:      drivers/usb/serial/
10956 F:      include/linux/usb/serial.h
10957
10958 USB SMSC75XX ETHERNET DRIVER
10959 M:      Steve Glendinning <steve.glendinning@shawell.net>
10960 L:      netdev@vger.kernel.org
10961 S:      Maintained
10962 F:      drivers/net/usb/smsc75xx.*
10963
10964 USB SMSC95XX ETHERNET DRIVER
10965 M:      Steve Glendinning <steve.glendinning@shawell.net>
10966 L:      netdev@vger.kernel.org
10967 S:      Maintained
10968 F:      drivers/net/usb/smsc95xx.*
10969
10970 USB SUBSYSTEM
10971 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10972 L:      linux-usb@vger.kernel.org
10973 W:      http://www.linux-usb.org
10974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10975 S:      Supported
10976 F:      Documentation/usb/
10977 F:      drivers/usb/
10978 F:      include/linux/usb.h
10979 F:      include/linux/usb/
10980
10981 USB UHCI DRIVER
10982 M:      Alan Stern <stern@rowland.harvard.edu>
10983 L:      linux-usb@vger.kernel.org
10984 S:      Maintained
10985 F:      drivers/usb/host/uhci*
10986
10987 USB "USBNET" DRIVER FRAMEWORK
10988 M:      Oliver Neukum <oneukum@suse.com>
10989 L:      netdev@vger.kernel.org
10990 W:      http://www.linux-usb.org/usbnet
10991 S:      Maintained
10992 F:      drivers/net/usb/usbnet.c
10993 F:      include/linux/usb/usbnet.h
10994
10995 USB VIDEO CLASS
10996 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10997 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10998 L:      linux-media@vger.kernel.org
10999 T:      git git://linuxtv.org/media_tree.git
11000 W:      http://www.ideasonboard.org/uvc/
11001 S:      Maintained
11002 F:      drivers/media/usb/uvc/
11003 F:      include/uapi/linux/uvcvideo.h
11004
11005 USB VISION DRIVER
11006 M:      Hans Verkuil <hverkuil@xs4all.nl>
11007 L:      linux-media@vger.kernel.org
11008 T:      git git://linuxtv.org/media_tree.git
11009 W:      http://linuxtv.org
11010 S:      Odd Fixes
11011 F:      drivers/media/usb/usbvision/
11012
11013 USB WEBCAM GADGET
11014 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11015 L:      linux-usb@vger.kernel.org
11016 S:      Maintained
11017 F:      drivers/usb/gadget/function/*uvc*
11018 F:      drivers/usb/gadget/legacy/webcam.c
11019
11020 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11021 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11022 L:      linux-wireless@vger.kernel.org
11023 S:      Maintained
11024 F:      drivers/net/wireless/rndis_wlan.c
11025
11026 USB XHCI DRIVER
11027 M:      Mathias Nyman <mathias.nyman@intel.com>
11028 L:      linux-usb@vger.kernel.org
11029 S:      Supported
11030 F:      drivers/usb/host/xhci*
11031 F:      drivers/usb/host/pci-quirks*
11032
11033 USB ZD1201 DRIVER
11034 L:      linux-wireless@vger.kernel.org
11035 W:      http://linux-lc100020.sourceforge.net
11036 S:      Orphan
11037 F:      drivers/net/wireless/zd1201.*
11038
11039 USB ZR364XX DRIVER
11040 M:      Antoine Jacquet <royale@zerezo.com>
11041 L:      linux-usb@vger.kernel.org
11042 L:      linux-media@vger.kernel.org
11043 T:      git git://linuxtv.org/media_tree.git
11044 W:      http://royale.zerezo.com/zr364xx/
11045 S:      Maintained
11046 F:      Documentation/video4linux/zr364xx.txt
11047 F:      drivers/media/usb/zr364xx/
11048
11049 ULPI BUS
11050 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11051 L:      linux-usb@vger.kernel.org
11052 S:      Maintained
11053 F:      drivers/usb/common/ulpi.c
11054 F:      include/linux/ulpi/
11055
11056 USER-MODE LINUX (UML)
11057 M:      Jeff Dike <jdike@addtoit.com>
11058 M:      Richard Weinberger <richard@nod.at>
11059 L:      user-mode-linux-devel@lists.sourceforge.net
11060 L:      user-mode-linux-user@lists.sourceforge.net
11061 W:      http://user-mode-linux.sourceforge.net
11062 S:      Maintained
11063 F:      Documentation/virtual/uml/
11064 F:      arch/um/
11065 F:      arch/x86/um/
11066 F:      fs/hostfs/
11067 F:      fs/hppfs/
11068
11069 USERSPACE I/O (UIO)
11070 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11071 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11072 S:      Maintained
11073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11074 F:      Documentation/DocBook/uio-howto.tmpl
11075 F:      drivers/uio/
11076 F:      include/linux/uio*.h
11077
11078 UTIL-LINUX PACKAGE
11079 M:      Karel Zak <kzak@redhat.com>
11080 L:      util-linux@vger.kernel.org
11081 W:      http://en.wikipedia.org/wiki/Util-linux
11082 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11083 S:      Maintained
11084
11085 UVESAFB DRIVER
11086 M:      Michal Januszewski <spock@gentoo.org>
11087 L:      linux-fbdev@vger.kernel.org
11088 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11089 S:      Maintained
11090 F:      Documentation/fb/uvesafb.txt
11091 F:      drivers/video/fbdev/uvesafb.*
11092
11093 VFAT/FAT/MSDOS FILESYSTEM
11094 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11095 S:      Maintained
11096 F:      Documentation/filesystems/vfat.txt
11097 F:      fs/fat/
11098
11099 VFIO DRIVER
11100 M:      Alex Williamson <alex.williamson@redhat.com>
11101 L:      kvm@vger.kernel.org
11102 S:      Maintained
11103 F:      Documentation/vfio.txt
11104 F:      drivers/vfio/
11105 F:      include/linux/vfio.h
11106 F:      include/uapi/linux/vfio.h
11107
11108 VFIO PLATFORM DRIVER
11109 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11110 L:      kvm@vger.kernel.org
11111 S:      Maintained
11112 F:      drivers/vfio/platform/
11113
11114 VIDEOBUF2 FRAMEWORK
11115 M:      Pawel Osciak <pawel@osciak.com>
11116 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11117 M:      Kyungmin Park <kyungmin.park@samsung.com>
11118 L:      linux-media@vger.kernel.org
11119 S:      Maintained
11120 F:      drivers/media/v4l2-core/videobuf2-*
11121 F:      include/media/videobuf2-*
11122
11123 VIRTIO CONSOLE DRIVER
11124 M:      Amit Shah <amit.shah@redhat.com>
11125 L:      virtualization@lists.linux-foundation.org
11126 S:      Maintained
11127 F:      drivers/char/virtio_console.c
11128 F:      include/linux/virtio_console.h
11129 F:      include/uapi/linux/virtio_console.h
11130
11131 VIRTIO CORE, NET AND BLOCK DRIVERS
11132 M:      "Michael S. Tsirkin" <mst@redhat.com>
11133 L:      virtualization@lists.linux-foundation.org
11134 S:      Maintained
11135 F:      drivers/virtio/
11136 F:      tools/virtio/
11137 F:      drivers/net/virtio_net.c
11138 F:      drivers/block/virtio_blk.c
11139 F:      include/linux/virtio_*.h
11140 F:      include/uapi/linux/virtio_*.h
11141
11142 VIRTIO DRIVERS FOR S390
11143 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11144 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11145 L:      linux-s390@vger.kernel.org
11146 L:      virtualization@lists.linux-foundation.org
11147 L:      kvm@vger.kernel.org
11148 S:      Supported
11149 F:      drivers/s390/virtio/
11150
11151 VIRTIO GPU DRIVER
11152 M:      David Airlie <airlied@linux.ie>
11153 M:      Gerd Hoffmann <kraxel@redhat.com>
11154 L:      dri-devel@lists.freedesktop.org
11155 L:      virtualization@lists.linux-foundation.org
11156 S:      Maintained
11157 F:      drivers/gpu/drm/virtio/
11158 F:      include/uapi/linux/virtio_gpu.h
11159
11160 VIRTIO HOST (VHOST)
11161 M:      "Michael S. Tsirkin" <mst@redhat.com>
11162 L:      kvm@vger.kernel.org
11163 L:      virtualization@lists.linux-foundation.org
11164 L:      netdev@vger.kernel.org
11165 S:      Maintained
11166 F:      drivers/vhost/
11167 F:      include/uapi/linux/vhost.h
11168
11169 VIRTIO INPUT DRIVER
11170 M:      Gerd Hoffmann <kraxel@redhat.com>
11171 S:      Maintained
11172 F:      drivers/virtio/virtio_input.c
11173 F:      include/uapi/linux/virtio_input.h
11174
11175 VIA RHINE NETWORK DRIVER
11176 S:      Orphan
11177 F:      drivers/net/ethernet/via/via-rhine.c
11178
11179 VIA SD/MMC CARD CONTROLLER DRIVER
11180 M:      Bruce Chang <brucechang@via.com.tw>
11181 M:      Harald Welte <HaraldWelte@viatech.com>
11182 S:      Maintained
11183 F:      drivers/mmc/host/via-sdmmc.c
11184
11185 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11186 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11187 L:      linux-fbdev@vger.kernel.org
11188 S:      Maintained
11189 F:      include/linux/via-core.h
11190 F:      include/linux/via-gpio.h
11191 F:      include/linux/via_i2c.h
11192 F:      drivers/video/fbdev/via/
11193
11194 VIA VELOCITY NETWORK DRIVER
11195 M:      Francois Romieu <romieu@fr.zoreil.com>
11196 L:      netdev@vger.kernel.org
11197 S:      Maintained
11198 F:      drivers/net/ethernet/via/via-velocity.*
11199
11200 VIVID VIRTUAL VIDEO DRIVER
11201 M:      Hans Verkuil <hverkuil@xs4all.nl>
11202 L:      linux-media@vger.kernel.org
11203 T:      git git://linuxtv.org/media_tree.git
11204 W:      http://linuxtv.org
11205 S:      Maintained
11206 F:      drivers/media/platform/vivid/*
11207
11208 VLAN (802.1Q)
11209 M:      Patrick McHardy <kaber@trash.net>
11210 L:      netdev@vger.kernel.org
11211 S:      Maintained
11212 F:      drivers/net/macvlan.c
11213 F:      include/linux/if_*vlan.h
11214 F:      net/8021q/
11215
11216 VLYNQ BUS
11217 M:      Florian Fainelli <florian@openwrt.org>
11218 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11219 S:      Maintained
11220 F:      drivers/vlynq/vlynq.c
11221 F:      include/linux/vlynq.h
11222
11223 VME SUBSYSTEM
11224 M:      Martyn Welch <martyn@welchs.me.uk>
11225 M:      Manohar Vanga <manohar.vanga@gmail.com>
11226 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11227 L:      devel@driverdev.osuosl.org
11228 S:      Maintained
11229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11230 F:      Documentation/vme_api.txt
11231 F:      drivers/staging/vme/
11232 F:      drivers/vme/
11233 F:      include/linux/vme*
11234
11235 VMWARE HYPERVISOR INTERFACE
11236 M:      Alok Kataria <akataria@vmware.com>
11237 L:      virtualization@lists.linux-foundation.org
11238 S:      Supported
11239 F:      arch/x86/kernel/cpu/vmware.c
11240
11241 VMWARE BALLOON DRIVER
11242 M:      Xavier Deguillard <xdeguillard@vmware.com>
11243 M:      Philip Moltmann <moltmann@vmware.com>
11244 M:      "VMware, Inc." <pv-drivers@vmware.com>
11245 L:      linux-kernel@vger.kernel.org
11246 S:      Maintained
11247 F:      drivers/misc/vmw_balloon.c
11248
11249 VMWARE VMMOUSE SUBDRIVER
11250 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11251 M:      "VMware, Inc." <pv-drivers@vmware.com>
11252 L:      linux-input@vger.kernel.org
11253 S:      Maintained
11254 F:      drivers/input/mouse/vmmouse.c
11255 F:      drivers/input/mouse/vmmouse.h
11256
11257 VMWARE VMXNET3 ETHERNET DRIVER
11258 M:      Shrikrishna Khare <skhare@vmware.com>
11259 M:      "VMware, Inc." <pv-drivers@vmware.com>
11260 L:      netdev@vger.kernel.org
11261 S:      Maintained
11262 F:      drivers/net/vmxnet3/
11263
11264 VMware PVSCSI driver
11265 M:      Arvind Kumar <arvindkumar@vmware.com>
11266 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11267 L:      linux-scsi@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/scsi/vmw_pvscsi.c
11270 F:      drivers/scsi/vmw_pvscsi.h
11271
11272 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11273 M:      Liam Girdwood <lgirdwood@gmail.com>
11274 M:      Mark Brown <broonie@kernel.org>
11275 L:      linux-kernel@vger.kernel.org
11276 W:      http://www.slimlogic.co.uk/?p=48
11277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11278 S:      Supported
11279 F:      drivers/regulator/
11280 F:      include/linux/regulator/
11281
11282 VRF
11283 M:      David Ahern <dsa@cumulusnetworks.com>
11284 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11285 L:      netdev@vger.kernel.org
11286 S:      Maintained
11287 F:      drivers/net/vrf.c
11288 F:      include/net/vrf.h
11289 F:      Documentation/networking/vrf.txt
11290
11291 VT1211 HARDWARE MONITOR DRIVER
11292 M:      Juerg Haefliger <juergh@gmail.com>
11293 L:      lm-sensors@lm-sensors.org
11294 S:      Maintained
11295 F:      Documentation/hwmon/vt1211
11296 F:      drivers/hwmon/vt1211.c
11297
11298 VT8231 HARDWARE MONITOR DRIVER
11299 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11300 L:      lm-sensors@lm-sensors.org
11301 S:      Maintained
11302 F:      drivers/hwmon/vt8231.c
11303
11304 VUB300 USB to SDIO/SD/MMC bridge chip
11305 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11306 L:      linux-mmc@vger.kernel.org
11307 L:      linux-usb@vger.kernel.org
11308 S:      Supported
11309 F:      drivers/mmc/host/vub300.c
11310
11311 W1 DALLAS'S 1-WIRE BUS
11312 M:      Evgeniy Polyakov <zbr@ioremap.net>
11313 S:      Maintained
11314 F:      Documentation/w1/
11315 F:      drivers/w1/
11316
11317 W83791D HARDWARE MONITORING DRIVER
11318 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11319 L:      lm-sensors@lm-sensors.org
11320 S:      Maintained
11321 F:      Documentation/hwmon/w83791d
11322 F:      drivers/hwmon/w83791d.c
11323
11324 W83793 HARDWARE MONITORING DRIVER
11325 M:      Rudolf Marek <r.marek@assembler.cz>
11326 L:      lm-sensors@lm-sensors.org
11327 S:      Maintained
11328 F:      Documentation/hwmon/w83793
11329 F:      drivers/hwmon/w83793.c
11330
11331 W83795 HARDWARE MONITORING DRIVER
11332 M:      Jean Delvare <jdelvare@suse.com>
11333 L:      lm-sensors@lm-sensors.org
11334 S:      Maintained
11335 F:      drivers/hwmon/w83795.c
11336
11337 W83L51xD SD/MMC CARD INTERFACE DRIVER
11338 M:      Pierre Ossman <pierre@ossman.eu>
11339 S:      Maintained
11340 F:      drivers/mmc/host/wbsd.*
11341
11342 WACOM PROTOCOL 4 SERIAL TABLETS
11343 M:      Julian Squires <julian@cipht.net>
11344 M:      Hans de Goede <hdegoede@redhat.com>
11345 L:      linux-input@vger.kernel.org
11346 S:      Maintained
11347 F:      drivers/input/tablet/wacom_serial4.c
11348
11349 WATCHDOG DEVICE DRIVERS
11350 M:      Wim Van Sebroeck <wim@iguana.be>
11351 L:      linux-watchdog@vger.kernel.org
11352 W:      http://www.linux-watchdog.org/
11353 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11354 S:      Maintained
11355 F:      Documentation/watchdog/
11356 F:      drivers/watchdog/
11357 F:      include/linux/watchdog.h
11358 F:      include/uapi/linux/watchdog.h
11359
11360 WD7000 SCSI DRIVER
11361 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11362 L:      linux-scsi@vger.kernel.org
11363 S:      Maintained
11364 F:      drivers/scsi/wd7000.c
11365
11366 WIIMOTE HID DRIVER
11367 M:      David Herrmann <dh.herrmann@googlemail.com>
11368 L:      linux-input@vger.kernel.org
11369 S:      Maintained
11370 F:      drivers/hid/hid-wiimote*
11371
11372 WINBOND CIR DRIVER
11373 M:      David Härdeman <david@hardeman.nu>
11374 S:      Maintained
11375 F:      drivers/media/rc/winbond-cir.c
11376
11377 WIMAX STACK
11378 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11379 M:      linux-wimax@intel.com
11380 L:      wimax@linuxwimax.org (subscribers-only)
11381 S:      Supported
11382 W:      http://linuxwimax.org
11383 F:      Documentation/wimax/README.wimax
11384 F:      include/linux/wimax/debug.h
11385 F:      include/net/wimax.h
11386 F:      include/uapi/linux/wimax.h
11387 F:      net/wimax/
11388
11389 WISTRON LAPTOP BUTTON DRIVER
11390 M:      Miloslav Trmac <mitr@volny.cz>
11391 S:      Maintained
11392 F:      drivers/input/misc/wistron_btns.c
11393
11394 WL3501 WIRELESS PCMCIA CARD DRIVER
11395 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11396 L:      linux-wireless@vger.kernel.org
11397 W:      http://oops.ghostprotocols.net:81/blog
11398 S:      Maintained
11399 F:      drivers/net/wireless/wl3501*
11400
11401 WOLFSON MICROELECTRONICS DRIVERS
11402 L:      patches@opensource.wolfsonmicro.com
11403 T:      git https://github.com/CirrusLogic/linux-drivers.git
11404 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11405 S:      Supported
11406 F:      Documentation/hwmon/wm83??
11407 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11408 F:      drivers/clk/clk-wm83*.c
11409 F:      drivers/extcon/extcon-arizona.c
11410 F:      drivers/leds/leds-wm83*.c
11411 F:      drivers/gpio/gpio-*wm*.c
11412 F:      drivers/gpio/gpio-arizona.c
11413 F:      drivers/hwmon/wm83??-hwmon.c
11414 F:      drivers/input/misc/wm831x-on.c
11415 F:      drivers/input/touchscreen/wm831x-ts.c
11416 F:      drivers/input/touchscreen/wm97*.c
11417 F:      drivers/mfd/arizona*
11418 F:      drivers/mfd/wm*.c
11419 F:      drivers/power/wm83*.c
11420 F:      drivers/rtc/rtc-wm83*.c
11421 F:      drivers/regulator/wm8*.c
11422 F:      drivers/video/backlight/wm83*_bl.c
11423 F:      drivers/watchdog/wm83*_wdt.c
11424 F:      include/linux/mfd/arizona/
11425 F:      include/linux/mfd/wm831x/
11426 F:      include/linux/mfd/wm8350/
11427 F:      include/linux/mfd/wm8400*
11428 F:      include/linux/wm97xx.h
11429 F:      include/sound/wm????.h
11430 F:      sound/soc/codecs/arizona.?
11431 F:      sound/soc/codecs/wm*
11432
11433 WORKQUEUE
11434 M:      Tejun Heo <tj@kernel.org>
11435 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11437 S:      Maintained
11438 F:      include/linux/workqueue.h
11439 F:      kernel/workqueue.c
11440 F:      Documentation/workqueue.txt
11441
11442 X.25 NETWORK LAYER
11443 M:      Andrew Hendry <andrew.hendry@gmail.com>
11444 L:      linux-x25@vger.kernel.org
11445 S:      Odd Fixes
11446 F:      Documentation/networking/x25*
11447 F:      include/net/x25*
11448 F:      net/x25/
11449
11450 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11451 M:      Thomas Gleixner <tglx@linutronix.de>
11452 M:      Ingo Molnar <mingo@redhat.com>
11453 M:      "H. Peter Anvin" <hpa@zytor.com>
11454 M:      x86@kernel.org
11455 L:      linux-kernel@vger.kernel.org
11456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11457 S:      Maintained
11458 F:      Documentation/x86/
11459 F:      arch/x86/
11460
11461 X86 PLATFORM DRIVERS
11462 M:      Darren Hart <dvhart@infradead.org>
11463 L:      platform-driver-x86@vger.kernel.org
11464 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11465 S:      Maintained
11466 F:      drivers/platform/x86/
11467
11468 X86 MCE INFRASTRUCTURE
11469 M:      Tony Luck <tony.luck@intel.com>
11470 M:      Borislav Petkov <bp@alien8.de>
11471 L:      linux-edac@vger.kernel.org
11472 S:      Maintained
11473 F:      arch/x86/kernel/cpu/mcheck/*
11474
11475 X86 MICROCODE UPDATE SUPPORT
11476 M:      Borislav Petkov <bp@alien8.de>
11477 S:      Maintained
11478 F:      arch/x86/kernel/cpu/microcode/*
11479
11480 X86 VDSO
11481 M:      Andy Lutomirski <luto@amacapital.net>
11482 L:      linux-kernel@vger.kernel.org
11483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11484 S:      Maintained
11485 F:      arch/x86/entry/vdso/
11486
11487 XC2028/3028 TUNER DRIVER
11488 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11489 L:      linux-media@vger.kernel.org
11490 W:      http://linuxtv.org
11491 T:      git git://linuxtv.org/media_tree.git
11492 S:      Maintained
11493 F:      drivers/media/tuners/tuner-xc2028.*
11494
11495 XEN HYPERVISOR INTERFACE
11496 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11497 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11498 M:      David Vrabel <david.vrabel@citrix.com>
11499 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11501 S:      Supported
11502 F:      arch/x86/xen/
11503 F:      drivers/*/xen-*front.c
11504 F:      drivers/xen/
11505 F:      arch/x86/include/asm/xen/
11506 F:      include/xen/
11507 F:      include/uapi/xen/
11508
11509 XEN HYPERVISOR ARM
11510 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11511 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11512 S:      Supported
11513 F:      arch/arm/xen/
11514 F:      arch/arm/include/asm/xen/
11515
11516 XEN HYPERVISOR ARM64
11517 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11518 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11519 S:      Supported
11520 F:      arch/arm64/xen/
11521 F:      arch/arm64/include/asm/xen/
11522
11523 XEN NETWORK BACKEND DRIVER
11524 M:      Ian Campbell <ian.campbell@citrix.com>
11525 M:      Wei Liu <wei.liu2@citrix.com>
11526 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11527 L:      netdev@vger.kernel.org
11528 S:      Supported
11529 F:      drivers/net/xen-netback/*
11530
11531 XEN PCI SUBSYSTEM
11532 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11533 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11534 S:      Supported
11535 F:      arch/x86/pci/*xen*
11536 F:      drivers/pci/*xen*
11537
11538 XEN BLOCK SUBSYSTEM
11539 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11540 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11541 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11542 S:      Supported
11543 F:      drivers/block/xen-blkback/*
11544 F:      drivers/block/xen*
11545
11546 XEN PVSCSI DRIVERS
11547 M:      Juergen Gross <jgross@suse.com>
11548 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11549 L:      linux-scsi@vger.kernel.org
11550 S:      Supported
11551 F:      drivers/scsi/xen-scsifront.c
11552 F:      drivers/xen/xen-scsiback.c
11553 F:      include/xen/interface/io/vscsiif.h
11554
11555 XEN SWIOTLB SUBSYSTEM
11556 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11557 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11558 S:      Supported
11559 F:      arch/x86/xen/*swiotlb*
11560 F:      drivers/xen/*swiotlb*
11561
11562 XFS FILESYSTEM
11563 P:      Silicon Graphics Inc
11564 M:      Dave Chinner <david@fromorbit.com>
11565 M:      xfs@oss.sgi.com
11566 L:      xfs@oss.sgi.com
11567 W:      http://oss.sgi.com/projects/xfs
11568 T:      git git://oss.sgi.com/xfs/xfs.git
11569 S:      Supported
11570 F:      Documentation/filesystems/xfs.txt
11571 F:      fs/xfs/
11572
11573 XILINX AXI ETHERNET DRIVER
11574 M:      Anirudha Sarangi <anirudh@xilinx.com>
11575 M:      John Linn <John.Linn@xilinx.com>
11576 S:      Maintained
11577 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11578
11579 XILINX UARTLITE SERIAL DRIVER
11580 M:      Peter Korsgaard <jacmet@sunsite.dk>
11581 L:      linux-serial@vger.kernel.org
11582 S:      Maintained
11583 F:      drivers/tty/serial/uartlite.c
11584
11585 XILINX VIDEO IP CORES
11586 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11587 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11588 L:      linux-media@vger.kernel.org
11589 T:      git git://linuxtv.org/media_tree.git
11590 S:      Supported
11591 F:      Documentation/devicetree/bindings/media/xilinx/
11592 F:      drivers/media/platform/xilinx/
11593 F:      include/uapi/linux/xilinx-v4l2-controls.h
11594
11595 XILLYBUS DRIVER
11596 M:      Eli Billauer <eli.billauer@gmail.com>
11597 L:      linux-kernel@vger.kernel.org
11598 S:      Supported
11599 F:      drivers/char/xillybus/
11600
11601 XTENSA XTFPGA PLATFORM SUPPORT
11602 M:      Max Filippov <jcmvbkbc@gmail.com>
11603 L:      linux-xtensa@linux-xtensa.org
11604 S:      Maintained
11605 F:      drivers/spi/spi-xtensa-xtfpga.c
11606 F:      sound/soc/xtensa/xtfpga-i2s.c
11607
11608 YAM DRIVER FOR AX.25
11609 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11610 L:      linux-hams@vger.kernel.org
11611 S:      Maintained
11612 F:      drivers/net/hamradio/yam*
11613 F:      include/linux/yam.h
11614
11615 YEALINK PHONE DRIVER
11616 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11617 L:      usbb2k-api-dev@nongnu.org
11618 S:      Maintained
11619 F:      Documentation/input/yealink.txt
11620 F:      drivers/input/misc/yealink.*
11621
11622 Z8530 DRIVER FOR AX.25
11623 M:      Joerg Reuter <jreuter@yaina.de>
11624 W:      http://yaina.de/jreuter/
11625 W:      http://www.qsl.net/dl1bke/
11626 L:      linux-hams@vger.kernel.org
11627 S:      Maintained
11628 F:      Documentation/networking/z8530drv.txt
11629 F:      drivers/net/hamradio/*scc.c
11630 F:      drivers/net/hamradio/z8530.h
11631
11632 ZBUD COMPRESSED PAGE ALLOCATOR
11633 M:      Seth Jennings <sjennings@variantweb.net>
11634 L:      linux-mm@kvack.org
11635 S:      Maintained
11636 F:      mm/zbud.c
11637 F:      include/linux/zbud.h
11638
11639 ZD1211RW WIRELESS DRIVER
11640 M:      Daniel Drake <dsd@gentoo.org>
11641 M:      Ulrich Kunitz <kune@deine-taler.de>
11642 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11643 L:      linux-wireless@vger.kernel.org
11644 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11645 S:      Maintained
11646 F:      drivers/net/wireless/zd1211rw/
11647
11648 ZPOOL COMPRESSED PAGE STORAGE API
11649 M:      Dan Streetman <ddstreet@ieee.org>
11650 L:      linux-mm@kvack.org
11651 S:      Maintained
11652 F:      mm/zpool.c
11653 F:      include/linux/zpool.h
11654
11655 ZR36067 VIDEO FOR LINUX DRIVER
11656 L:      mjpeg-users@lists.sourceforge.net
11657 L:      linux-media@vger.kernel.org
11658 W:      http://mjpeg.sourceforge.net/driver-zoran/
11659 T:      hg http://linuxtv.org/hg/v4l-dvb
11660 S:      Odd Fixes
11661 F:      drivers/media/pci/zoran/
11662
11663 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11664 M:      Minchan Kim <minchan@kernel.org>
11665 M:      Nitin Gupta <ngupta@vflare.org>
11666 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11667 L:      linux-kernel@vger.kernel.org
11668 S:      Maintained
11669 F:      drivers/block/zram/
11670 F:      Documentation/blockdev/zram.txt
11671
11672 ZS DECSTATION Z85C30 SERIAL DRIVER
11673 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11674 S:      Maintained
11675 F:      drivers/tty/serial/zs.*
11676
11677 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11678 M:      Minchan Kim <minchan@kernel.org>
11679 M:      Nitin Gupta <ngupta@vflare.org>
11680 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11681 L:      linux-mm@kvack.org
11682 S:      Maintained
11683 F:      mm/zsmalloc.c
11684 F:      include/linux/zsmalloc.h
11685 F:      Documentation/vm/zsmalloc.txt
11686
11687 ZSWAP COMPRESSED SWAP CACHING
11688 M:      Seth Jennings <sjennings@variantweb.net>
11689 L:      linux-mm@kvack.org
11690 S:      Maintained
11691 F:      mm/zswap.c
11692
11693 THE REST
11694 M:      Linus Torvalds <torvalds@linux-foundation.org>
11695 L:      linux-kernel@vger.kernel.org
11696 Q:      http://patchwork.kernel.org/project/LKML/list/
11697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11698 S:      Buried alive in reporters
11699 F:      *
11700 F:      */