]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
[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 MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <bp@alien8.de>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 L:      netdev@vger.kernel.org
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <tom@opengridcomputing.com>
675 M:      Steve Wise <swise@opengridcomputing.com>
676 L:      linux-rdma@vger.kernel.org
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <hans.verkuil@cisco.com>
682 L:      linux-media@vger.kernel.org
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <lars@metafoo.de>
688 L:      linux-media@vger.kernel.org
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <hans.verkuil@cisco.com>
701 L:      linux-media@vger.kernel.org
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <lars@metafoo.de>
733 M:      Michael Hennerich <Michael.Hennerich@analog.com>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M:      Arve HjønnevĂ¥g <arve@android.com>
751 M:      Riley Andrews <riandrews@android.com>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      devel@driverdev.osuosl.org
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <johannes@sipsolutions.net>
760 L:      linuxppc-dev@lists.ozlabs.org
761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <jikos@kernel.org>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <rydberg@bitmath.org>
775 L:      linux-input@vger.kernel.org
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <rydberg@bitmath.org>
781 L:      lm-sensors@lm-sensors.org
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
792 M:      Iyappan Subramanian <isubramanian@apm.com>
793 M:      Keyur Chudgar <kchudgar@apm.com>
794 S:      Supported
795 F:      drivers/net/ethernet/apm/xgene/
796 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
797
798 APTINA CAMERA SENSOR PLL
799 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
800 L:      linux-media@vger.kernel.org
801 S:      Maintained
802 F:      drivers/media/i2c/aptina-pll.*
803
804 ARC FRAMEBUFFER DRIVER
805 M:      Jaya Kumar <jayalk@intworks.biz>
806 S:      Maintained
807 F:      drivers/video/fbdev/arcfb.c
808 F:      drivers/video/fbdev/core/fb_defio.c
809
810 ARCNET NETWORK LAYER
811 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
812 L:      netdev@vger.kernel.org
813 S:      Maintained
814 F:      drivers/net/arcnet/
815 F:      include/uapi/linux/if_arcnet.h
816
817 ARM MFM AND FLOPPY DRIVERS
818 M:      Ian Molton <spyro@f2s.com>
819 S:      Maintained
820 F:      arch/arm/lib/floppydma.S
821 F:      arch/arm/include/asm/floppy.h
822
823 ARM PMU PROFILING AND DEBUGGING
824 M:      Will Deacon <will.deacon@arm.com>
825 S:      Maintained
826 F:      arch/arm/kernel/perf_*
827 F:      arch/arm/oprofile/common.c
828 F:      arch/arm/kernel/hw_breakpoint.c
829 F:      arch/arm/include/asm/hw_breakpoint.h
830 F:      arch/arm/include/asm/perf_event.h
831 F:      drivers/perf/arm_pmu.c
832 F:      include/linux/perf/arm_pmu.h
833
834 ARM PORT
835 M:      Russell King <linux@arm.linux.org.uk>
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 W:      http://www.arm.linux.org.uk/
838 S:      Maintained
839 F:      arch/arm/
840
841 ARM SUB-ARCHITECTURES
842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
843 S:      Maintained
844 F:      arch/arm/mach-*/
845 F:      arch/arm/plat-*/
846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
847
848 ARM PRIMECELL AACI PL041 DRIVER
849 M:      Russell King <linux@arm.linux.org.uk>
850 S:      Maintained
851 F:      sound/arm/aaci.*
852
853 ARM PRIMECELL CLCD PL110 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/video/fbdev/amba-clcd.*
857
858 ARM PRIMECELL KMI PL050 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/input/serio/ambakmi.*
862 F:      include/linux/amba/kmi.h
863
864 ARM PRIMECELL MMCI PL180/1 DRIVER
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/mmc/host/mmci.*
868 F:      include/linux/amba/mmci.h
869
870 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/tty/serial/amba-pl01*.c
874 F:      include/linux/amba/serial.h
875
876 ARM PRIMECELL BUS SUPPORT
877 M:      Russell King <linux@arm.linux.org.uk>
878 S:      Maintained
879 F:      drivers/amba/
880 F:      include/linux/amba/bus.h
881
882 ARM/ADS SPHERE MACHINE SUPPORT
883 M:      Lennert Buytenhek <kernel@wantstofly.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886
887 ARM/AFEB9260 MACHINE SUPPORT
888 M:      Sergey Lapin <slapin@ossfans.org>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AJECO 1ARM MACHINE SUPPORT
893 M:      Lennert Buytenhek <kernel@wantstofly.org>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/Allwinner sunXi SoC support
898 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
899 M:      Chen-Yu Tsai <wens@csie.org>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902 N:      sun[x456789]i
903
904 ARM/Allwinner SoC Clock Support
905 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
906 S:      Maintained
907 F:      drivers/clk/sunxi/
908
909 ARM/Amlogic MesonX SoC support
910 M:      Carlo Caione <carlo@caione.org>
911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S:      Maintained
913 F:      drivers/media/rc/meson-ir.c
914 N:      meson[x68]
915
916 ARM/Annapurna Labs ALPINE ARCHITECTURE
917 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
918 S:      Maintained
919 F:      arch/arm/mach-alpine/
920
921 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
923 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
924 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 W:      http://www.linux4sam.org
927 S:      Supported
928 F:      arch/arm/mach-at91/
929 F:      include/soc/at91/
930 F:      arch/arm/boot/dts/at91*.dts
931 F:      arch/arm/boot/dts/at91*.dtsi
932 F:      arch/arm/boot/dts/sama*.dts
933 F:      arch/arm/boot/dts/sama*.dtsi
934 F:      arch/arm/include/debug/at91.S
935
936 ARM/ATMEL AT91 Clock Support
937 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
938 S:      Maintained
939 F:      drivers/clk/at91
940
941 ARM/CALXEDA HIGHBANK ARCHITECTURE
942 M:      Rob Herring <robh@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945 F:      arch/arm/mach-highbank/
946
947 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
948 M:      Krzysztof Halasa <khalasa@piap.pl>
949 S:      Maintained
950 F:      arch/arm/mach-cns3xxx/
951
952 ARM/CAVIUM THUNDER NETWORK DRIVER
953 M:      Sunil Goutham <sgoutham@cavium.com>
954 M:      Robert Richter <rric@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Supported
957 F:      drivers/net/ethernet/cavium/thunder/
958
959 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
960 M:      Alexander Shiyan <shc_work@mail.ru>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Odd Fixes
963 N:      clps711x
964
965 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
966 M:      Hartley Sweeten <hsweeten@visionengravers.com>
967 M:      Ryan Mallon <rmallon@gmail.com>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/mach-ep93xx/
971 F:      arch/arm/mach-ep93xx/include/mach/
972
973 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
974 M:      Lennert Buytenhek <kernel@wantstofly.org>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CLKDEV SUPPORT
979 M:      Russell King <linux@arm.linux.org.uk>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982 F:      arch/arm/include/asm/clkdev.h
983 F:      drivers/clk/clkdev.c
984
985 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
986 M:      Mike Rapoport <mike@compulab.co.il>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989
990 ARM/CONTEC MICRO9 MACHINE SUPPORT
991 M:      Hubert Feurstein <hubert.feurstein@contec.at>
992 S:      Maintained
993 F:      arch/arm/mach-ep93xx/micro9.c
994
995 ARM/CORESIGHT FRAMEWORK AND DRIVERS
996 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999 F:      drivers/hwtracing/coresight/*
1000 F:      Documentation/trace/coresight.txt
1001 F:      Documentation/devicetree/bindings/arm/coresight.txt
1002 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1003
1004 ARM/CORGI MACHINE SUPPORT
1005 M:      Richard Purdie <rpurdie@rpsys.net>
1006 S:      Maintained
1007
1008 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1009 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 T:      git git://github.com/ulli-kroll/linux.git
1012 S:      Maintained
1013 F:      arch/arm/mach-gemini/
1014 F:      drivers/rtc/rtc-gemini.c
1015
1016 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1017 M:      Barry Song <baohua@kernel.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1020 S:      Maintained
1021 F:      arch/arm/mach-prima2/
1022 F:      drivers/clk/sirf/
1023 F:      drivers/clocksource/timer-prima2.c
1024 F:      drivers/clocksource/timer-atlas7.c
1025 N:      [^a-z]sirf
1026
1027 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1028 M:      Baruch Siach <baruch@tkos.co.il>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/boot/dts/cx92755*
1032 N:      digicolor
1033
1034 ARM/EBSA110 MACHINE SUPPORT
1035 M:      Russell King <linux@arm.linux.org.uk>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 W:      http://www.arm.linux.org.uk/
1038 S:      Maintained
1039 F:      arch/arm/mach-ebsa110/
1040 F:      drivers/net/ethernet/amd/am79c961a.*
1041
1042 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1043 M:      Uwe Kleine-König <kernel@pengutronix.de>
1044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 S:      Maintained
1046 N:      efm32
1047
1048 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1049 M:      Daniel Ribeiro <drwyrm@gmail.com>
1050 M:      Stefan Schmidt <stefan@openezx.org>
1051 M:      Harald Welte <laforge@openezx.org>
1052 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1053 W:      http://www.openezx.org/
1054 S:      Maintained
1055 T:      topgit git://git.openezx.org/openezx.git
1056 F:      arch/arm/mach-pxa/ezx.c
1057
1058 ARM/FARADAY FA526 PORT
1059 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 T:      git git://git.berlios.de/gemini-board
1063 F:      arch/arm/mm/*-fa*
1064
1065 ARM/FOOTBRIDGE ARCHITECTURE
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/include/asm/hardware/dec21285.h
1071 F:      arch/arm/mach-footbridge/
1072
1073 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1074 M:      Shawn Guo <shawnguo@kernel.org>
1075 M:      Sascha Hauer <kernel@pengutronix.de>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1079 F:      arch/arm/mach-imx/
1080 F:      arch/arm/mach-mxs/
1081 F:      arch/arm/boot/dts/imx*
1082 F:      arch/arm/configs/imx*_defconfig
1083 F:      drivers/clk/imx/
1084 F:      include/soc/imx/
1085
1086 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1087 M:      Shawn Guo <shawnguo@kernel.org>
1088 M:      Sascha Hauer <kernel@pengutronix.de>
1089 R:      Stefan Agner <stefan@agner.ch>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1093 F:      arch/arm/mach-imx/*vf610*
1094 F:      arch/arm/boot/dts/vf*
1095
1096 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1097 M:      Lennert Buytenhek <kernel@wantstofly.org>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/GUMSTIX MACHINE SUPPORT
1102 M:      Steve Sakoman <sakoman@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1107 M:      Philipp Zabel <philipp.zabel@gmail.com>
1108 M:      Paul Parsons <lost.distance@yahoo.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/hx4700.c
1112 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1113 F:      sound/soc/pxa/hx4700.c
1114
1115 ARM/HISILICON SOC SUPPORT
1116 M:      Wei Xu <xuwei5@hisilicon.com>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 W:      http://www.hisilicon.com
1119 S:      Supported
1120 T:      git git://github.com/hisilicon/linux-hisi.git
1121 F:      arch/arm/mach-hisi/
1122
1123 ARM/HP JORNADA 7XX MACHINE SUPPORT
1124 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1125 W:      www.jlime.com
1126 S:      Maintained
1127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1128 F:      arch/arm/mach-sa1100/jornada720.c
1129 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1130
1131 ARM/IGEP MACHINE SUPPORT
1132 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1133 M:      Javier Martinez Canillas <javier@dowhile0.org>
1134 L:      linux-omap@vger.kernel.org
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/boot/dts/omap3-igep*
1138
1139 ARM/INCOME PXA270 SUPPORT
1140 M:      Marek Vasut <marek.vasut@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1144
1145 ARM/INTEL IOP32X ARM ARCHITECTURE
1146 M:      Lennert Buytenhek <kernel@wantstofly.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149
1150 ARM/INTEL IOP33X ARM ARCHITECTURE
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Orphan
1153
1154 ARM/INTEL IOP13XX ARM ARCHITECTURE
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 IQ81342EX 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 IXDP2850 MACHINE SUPPORT
1165 M:      Lennert Buytenhek <kernel@wantstofly.org>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168
1169 ARM/INTEL IXP4XX ARM ARCHITECTURE
1170 M:      Imre Kaloz <kaloz@openwrt.org>
1171 M:      Krzysztof Halasa <khalasa@piap.pl>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      arch/arm/mach-ixp4xx/
1175
1176 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1177 M:      Jonathan Cameron <jic23@cam.ac.uk>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 F:      arch/arm/mach-pxa/stargate2.c
1181 F:      drivers/pcmcia/pxa2xx_stargate2.c
1182
1183 ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-keystone/
1198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1199
1200 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1201 M:      Santosh Shilimkar <ssantosh@kernel.org>
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clk/keystone/
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/clocksource/timer-keystone.c
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-kernel@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/power/reset/keystone-reset.c
1218
1219 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1220 M:      Santosh Shilimkar <ssantosh@kernel.org>
1221 L:      linux-kernel@vger.kernel.org
1222 S:      Maintained
1223 F:      drivers/memory/*emif*
1224
1225 ARM/LOGICPD PXA270 MACHINE SUPPORT
1226 M:      Lennert Buytenhek <kernel@wantstofly.org>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229
1230 ARM/LPC18XX ARCHITECTURE
1231 M:      Joachim Eastwood <manabian@gmail.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 N:      lpc18xx
1235
1236 ARM/MAGICIAN MACHINE SUPPORT
1237 M:      Philipp Zabel <philipp.zabel@gmail.com>
1238 S:      Maintained
1239
1240 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1241 M:      Jason Cooper <jason@lakedaemon.net>
1242 M:      Andrew Lunn <andrew@lunn.ch>
1243 M:      Gregory Clement <gregory.clement@free-electrons.com>
1244 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/mach-mvebu/
1248 F:      drivers/rtc/rtc-armada38x.c
1249 F:      arch/arm/boot/dts/armada*
1250 F:      arch/arm/boot/dts/kirkwood*
1251
1252
1253 ARM/Marvell Berlin SoC support
1254 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-berlin/
1258 F:      arch/arm/boot/dts/berlin*
1259
1260
1261 ARM/Marvell Dove/MV78xx0/Orion SOC support
1262 M:      Jason Cooper <jason@lakedaemon.net>
1263 M:      Andrew Lunn <andrew@lunn.ch>
1264 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 M:      Gregory Clement <gregory.clement@free-electrons.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      arch/arm/mach-dove/
1269 F:      arch/arm/mach-mv78xx0/
1270 F:      arch/arm/mach-orion5x/
1271 F:      arch/arm/plat-orion/
1272 F:      arch/arm/boot/dts/dove*
1273 F:      arch/arm/boot/dts/orion5x*
1274
1275
1276 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1277 M:      Alexander Clouter <alex@digriz.org.uk>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 W:      http://www.digriz.org.uk/ts78xx/kernel
1280 S:      Maintained
1281 F:      arch/arm/mach-orion5x/ts78xx-*
1282
1283 ARM/Mediatek RTC DRIVER
1284 M:      Eddie Huang <eddie.huang@mediatek.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      drivers/rtc/rtc-mt6397.c
1289
1290 ARM/Mediatek SoC support
1291 M:      Matthias Brugger <matthias.bgg@gmail.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295 F:      arch/arm/boot/dts/mt6*
1296 F:      arch/arm/boot/dts/mt8*
1297 F:      arch/arm/mach-mediatek/
1298 N:      mtk
1299 K:      mediatek
1300
1301 ARM/MICREL KS8695 ARCHITECTURE
1302 M:      Greg Ungerer <gerg@uclinux.org>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 F:      arch/arm/mach-ks8695/
1305 S:      Odd Fixes
1306
1307 ARM/MIOA701 MACHINE SUPPORT
1308 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 F:      arch/arm/mach-pxa/mioa701.c
1311 S:      Maintained
1312
1313 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1314 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1315 S:      Maintained
1316
1317 ARM/NOMADIK ARCHITECTURE
1318 M:      Alessandro Rubini <rubini@unipv.it>
1319 M:      Linus Walleij <linus.walleij@linaro.org>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322 F:      arch/arm/mach-nomadik/
1323 F:      drivers/pinctrl/nomadik/
1324 F:      drivers/i2c/busses/i2c-nomadik.c
1325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1326
1327 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1328 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1329 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1330 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1331 S:      Supported
1332
1333 ARM/TOSA MACHINE SUPPORT
1334 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1335 M:      Dirk Opfer <dirk@opfer-online.de>
1336 S:      Maintained
1337
1338 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1339 M:      Marek Vasut <marek.vasut@gmail.com>
1340 L:      linux-arm-kernel@lists.infradead.org
1341 W:      http://hackndev.com
1342 S:      Maintained
1343 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1344 F:      arch/arm/mach-pxa/palmtx.c
1345 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1346 F:      arch/arm/mach-pxa/palmt5.c
1347 F:      arch/arm/mach-pxa/include/mach/palmld.h
1348 F:      arch/arm/mach-pxa/palmld.c
1349 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1350 F:      arch/arm/mach-pxa/palmte2.c
1351 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1352 F:      arch/arm/mach-pxa/palmtc.c
1353
1354 ARM/PALM TREO SUPPORT
1355 M:      Tomas Cech <sleep_walker@suse.com>
1356 L:      linux-arm-kernel@lists.infradead.org
1357 W:      http://hackndev.com
1358 S:      Maintained
1359 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1360 F:      arch/arm/mach-pxa/palmtreo.c
1361
1362 ARM/PALMZ72 SUPPORT
1363 M:      Sergey Lapin <slapin@ossfans.org>
1364 L:      linux-arm-kernel@lists.infradead.org
1365 W:      http://hackndev.com
1366 S:      Maintained
1367 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1368 F:      arch/arm/mach-pxa/palmz72.c
1369
1370 ARM/PLEB SUPPORT
1371 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1372 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1373 S:      Maintained
1374
1375 ARM/PT DIGITAL BOARD PORT
1376 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 W:      http://www.arm.linux.org.uk/
1379 S:      Maintained
1380
1381 ARM/QUALCOMM SUPPORT
1382 M:      Kumar Gala <galak@codeaurora.org>
1383 M:      Andy Gross <agross@codeaurora.org>
1384 M:      David Brown <davidb@codeaurora.org>
1385 L:      linux-arm-msm@vger.kernel.org
1386 L:      linux-soc@vger.kernel.org
1387 S:      Maintained
1388 F:      arch/arm/mach-qcom/
1389 F:      drivers/soc/qcom/
1390 F:      drivers/tty/serial/msm_serial.h
1391 F:      drivers/tty/serial/msm_serial.c
1392 F:      drivers/*/pm8???-*
1393 F:      drivers/mfd/ssbi.c
1394 F:      drivers/firmware/qcom_scm.c
1395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1396
1397 ARM/RADISYS ENP2611 MACHINE SUPPORT
1398 M:      Lennert Buytenhek <kernel@wantstofly.org>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 S:      Maintained
1401
1402 ARM/RISCPC ARCHITECTURE
1403 M:      Russell King <linux@arm.linux.org.uk>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W:      http://www.arm.linux.org.uk/
1406 S:      Maintained
1407 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1408 F:      arch/arm/include/asm/hardware/ioc.h
1409 F:      arch/arm/include/asm/hardware/iomd.h
1410 F:      arch/arm/include/asm/hardware/memc.h
1411 F:      arch/arm/mach-rpc/
1412 F:      drivers/net/ethernet/8390/etherh.c
1413 F:      drivers/net/ethernet/i825xx/ether1*
1414 F:      drivers/net/ethernet/seeq/ether3*
1415 F:      drivers/scsi/arm/
1416
1417 ARM/Rockchip SoC support
1418 M:      Heiko Stuebner <heiko@sntech.de>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-rockchip@lists.infradead.org
1421 S:      Maintained
1422 F:      arch/arm/boot/dts/rk3*
1423 F:      arch/arm/mach-rockchip/
1424 F:      drivers/clk/rockchip/
1425 F:      drivers/i2c/busses/i2c-rk3x.c
1426 F:      drivers/*/*rockchip*
1427 F:      drivers/*/*/*rockchip*
1428 F:      sound/soc/rockchip/
1429 N:      rockchip
1430
1431 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1432 M:      Kukjin Kim <kgene@kernel.org>
1433 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1436 S:      Maintained
1437 F:      arch/arm/boot/dts/s3c*
1438 F:      arch/arm/boot/dts/exynos*
1439 F:      arch/arm64/boot/dts/exynos/
1440 F:      arch/arm/plat-samsung/
1441 F:      arch/arm/mach-s3c24*/
1442 F:      arch/arm/mach-s3c64xx/
1443 F:      arch/arm/mach-s5p*/
1444 F:      arch/arm/mach-exynos*/
1445 F:      drivers/*/*s3c2410*
1446 F:      drivers/*/*/*s3c2410*
1447 F:      drivers/spi/spi-s3c*
1448 F:      sound/soc/samsung/*
1449 N:      exynos
1450
1451 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1452 M:      Kyungmin Park <kyungmin.park@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455 F:      arch/arm/mach-s5pv210/
1456
1457 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1458 M:      Kyungmin Park <kyungmin.park@samsung.com>
1459 M:      Kamil Debski <k.debski@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org
1461 L:      linux-media@vger.kernel.org
1462 S:      Maintained
1463 F:      drivers/media/platform/s5p-g2d/
1464
1465 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1466 M:      Kyungmin Park <kyungmin.park@samsung.com>
1467 M:      Kamil Debski <k.debski@samsung.com>
1468 M:      Jeongtae Park <jtp.park@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1473 F:      drivers/media/platform/s5p-mfc/
1474
1475 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1476 M:      Kyungmin Park <kyungmin.park@samsung.com>
1477 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      drivers/media/platform/s5p-tv/
1482
1483 ARM/SHMOBILE ARM ARCHITECTURE
1484 M:      Simon Horman <horms@verge.net.au>
1485 M:      Magnus Damm <magnus.damm@gmail.com>
1486 L:      linux-sh@vger.kernel.org
1487 W:      http://oss.renesas.com
1488 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1490 S:      Supported
1491 F:      arch/arm/boot/dts/emev2*
1492 F:      arch/arm/boot/dts/r7s*
1493 F:      arch/arm/boot/dts/r8a*
1494 F:      arch/arm/boot/dts/sh*
1495 F:      arch/arm/configs/bockw_defconfig
1496 F:      arch/arm/configs/marzen_defconfig
1497 F:      arch/arm/configs/shmobile_defconfig
1498 F:      arch/arm/include/debug/renesas-scif.S
1499 F:      arch/arm/mach-shmobile/
1500 F:      drivers/sh/
1501
1502 ARM/SOCFPGA ARCHITECTURE
1503 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1504 S:      Maintained
1505 F:      arch/arm/mach-socfpga/
1506 F:      arch/arm/boot/dts/socfpga*
1507 F:      arch/arm/configs/socfpga_defconfig
1508 W:      http://www.rocketboards.org
1509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1510
1511 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1512 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1513 S:      Maintained
1514 F:      drivers/clk/socfpga/
1515
1516 ARM/SOCFPGA EDAC SUPPORT
1517 M:      Thor Thayer <tthayer@opensource.altera.com>
1518 S:      Maintained
1519 F:      drivers/edac/altera_edac.
1520
1521 ARM/STI ARCHITECTURE
1522 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1523 M:      Maxime Coquelin <maxime.coquelin@st.com>
1524 M:      Patrice Chotard <patrice.chotard@st.com>
1525 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1526 L:      kernel@stlinux.com
1527 W:      http://www.stlinux.com
1528 S:      Maintained
1529 F:      arch/arm/mach-sti/
1530 F:      arch/arm/boot/dts/sti*
1531 F:      drivers/clocksource/arm_global_timer.c
1532 F:      drivers/clocksource/clksrc_st_lpc.c
1533 F:      drivers/i2c/busses/i2c-st.c
1534 F:      drivers/media/rc/st_rc.c
1535 F:      drivers/media/platform/sti/c8sectpfe/
1536 F:      drivers/mmc/host/sdhci-st.c
1537 F:      drivers/phy/phy-miphy28lp.c
1538 F:      drivers/phy/phy-miphy365x.c
1539 F:      drivers/phy/phy-stih407-usb.c
1540 F:      drivers/phy/phy-stih41x-usb.c
1541 F:      drivers/pinctrl/pinctrl-st.c
1542 F:      drivers/reset/sti/
1543 F:      drivers/rtc/rtc-st-lpc.c
1544 F:      drivers/tty/serial/st-asc.c
1545 F:      drivers/usb/dwc3/dwc3-st.c
1546 F:      drivers/usb/host/ehci-st.c
1547 F:      drivers/usb/host/ohci-st.c
1548 F:      drivers/watchdog/st_lpc_wdt.c
1549 F:      drivers/ata/ahci_st.c
1550
1551 ARM/STM32 ARCHITECTURE
1552 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1556 N:      stm32
1557 F:      drivers/clocksource/armv7m_systick.c
1558
1559 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1560 M:      Lennert Buytenhek <kernel@wantstofly.org>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563
1564 ARM/TETON BGA MACHINE SUPPORT
1565 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568
1569 ARM/THECUS N2100 MACHINE SUPPORT
1570 M:      Lennert Buytenhek <kernel@wantstofly.org>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573
1574 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1575 M:      Wan ZongShun <mcuos.com@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 W:      http://www.mcuos.com
1578 S:      Maintained
1579 F:      arch/arm/mach-w90x900/
1580 F:      drivers/input/keyboard/w90p910_keypad.c
1581 F:      drivers/input/touchscreen/w90p910_ts.c
1582 F:      drivers/watchdog/nuc900_wdt.c
1583 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1584 F:      drivers/mtd/nand/nuc900_nand.c
1585 F:      drivers/rtc/rtc-nuc900.c
1586 F:      drivers/spi/spi-nuc900.c
1587 F:      drivers/usb/host/ehci-w90x900.c
1588 F:      drivers/video/fbdev/nuc900fb.c
1589
1590 ARM/U300 MACHINE SUPPORT
1591 M:      Linus Walleij <linus.walleij@linaro.org>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S:      Supported
1594 F:      arch/arm/mach-u300/
1595 F:      drivers/clocksource/timer-u300.c
1596 F:      drivers/i2c/busses/i2c-stu300.c
1597 F:      drivers/rtc/rtc-coh901331.c
1598 F:      drivers/watchdog/coh901327_wdt.c
1599 F:      drivers/dma/coh901318*
1600 F:      drivers/mfd/ab3100*
1601 F:      drivers/rtc/rtc-ab3100.c
1602 F:      drivers/rtc/rtc-coh901331.c
1603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1604
1605 ARM/UNIPHIER ARCHITECTURE
1606 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      arch/arm/boot/dts/uniphier*
1610 F:      arch/arm/mach-uniphier/
1611 F:      drivers/pinctrl/uniphier/
1612 F:      drivers/tty/serial/8250/8250_uniphier.c
1613 N:      uniphier
1614
1615 ARM/Ux500 ARM ARCHITECTURE
1616 M:      Linus Walleij <linus.walleij@linaro.org>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Maintained
1619 F:      arch/arm/mach-ux500/
1620 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1621 F:      drivers/dma/ste_dma40*
1622 F:      drivers/hwspinlock/u8500_hsem.c
1623 F:      drivers/mfd/abx500*
1624 F:      drivers/mfd/ab8500*
1625 F:      drivers/mfd/dbx500*
1626 F:      drivers/mfd/db8500*
1627 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1628 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1629 F:      drivers/rtc/rtc-ab8500.c
1630 F:      drivers/rtc/rtc-pl031.c
1631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1632
1633 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1634 M:      Ulf Hansson <ulf.hansson@linaro.org>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 T:      git git://git.linaro.org/people/ulfh/clk.git
1637 S:      Maintained
1638 F:      drivers/clk/ux500/
1639 F:      include/linux/platform_data/clk-ux500.h
1640
1641 ARM/VERSATILE EXPRESS PLATFORM
1642 M:      Liviu Dudau <liviu.dudau@arm.com>
1643 M:      Sudeep Holla <sudeep.holla@arm.com>
1644 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      arch/arm/boot/dts/vexpress*
1648 F:      arch/arm64/boot/dts/arm/vexpress*
1649 F:      arch/arm/mach-vexpress/
1650 F:      */*/vexpress*
1651 F:      */*/*/vexpress*
1652 F:      drivers/clk/versatile/clk-vexpress-osc.c
1653 F:      drivers/clocksource/versatile.c
1654
1655 ARM/VFP SUPPORT
1656 M:      Russell King <linux@arm.linux.org.uk>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 W:      http://www.arm.linux.org.uk/
1659 S:      Maintained
1660 F:      arch/arm/vfp/
1661
1662 ARM/VOIPAC PXA270 SUPPORT
1663 M:      Marek Vasut <marek.vasut@gmail.com>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 F:      arch/arm/mach-pxa/vpac270.c
1667 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1668
1669 ARM/VT8500 ARM ARCHITECTURE
1670 M:      Tony Prisk <linux@prisktech.co.nz>
1671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 S:      Maintained
1673 F:      arch/arm/mach-vt8500/
1674 F:      drivers/clocksource/vt8500_timer.c
1675 F:      drivers/i2c/busses/i2c-wmt.c
1676 F:      drivers/mmc/host/wmt-sdmmc.c
1677 F:      drivers/pwm/pwm-vt8500.c
1678 F:      drivers/rtc/rtc-vt8500.c
1679 F:      drivers/tty/serial/vt8500_serial.c
1680 F:      drivers/usb/host/ehci-platform.c
1681 F:      drivers/usb/host/uhci-platform.c
1682 F:      drivers/video/fbdev/vt8500lcdfb.*
1683 F:      drivers/video/fbdev/wm8505fb*
1684 F:      drivers/video/fbdev/wmt_ge_rops.*
1685
1686 ARM/ZIPIT Z2 SUPPORT
1687 M:      Marek Vasut <marek.vasut@gmail.com>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-pxa/z2.c
1691 F:      arch/arm/mach-pxa/include/mach/z2.h
1692
1693 ARM/ZTE ARCHITECTURE
1694 M:      Jun Nie <jun.nie@linaro.org>
1695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1696 S:      Maintained
1697 F:      arch/arm/mach-zx/
1698 F:      drivers/clk/zte/
1699 F:      Documentation/devicetree/bindings/arm/zte.txt
1700 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1701
1702 ARM/ZYNQ ARCHITECTURE
1703 M:      Michal Simek <michal.simek@xilinx.com>
1704 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 W:      http://wiki.xilinx.com
1707 T:      git https://github.com/Xilinx/linux-xlnx.git
1708 S:      Supported
1709 F:      arch/arm/mach-zynq/
1710 F:      drivers/cpuidle/cpuidle-zynq.c
1711 F:      drivers/block/xsysace.c
1712 N:      zynq
1713 N:      xilinx
1714 F:      drivers/clocksource/cadence_ttc_timer.c
1715 F:      drivers/i2c/busses/i2c-cadence.c
1716 F:      drivers/mmc/host/sdhci-of-arasan.c
1717 F:      drivers/edac/synopsys_edac.c
1718
1719 ARM SMMU DRIVERS
1720 M:      Will Deacon <will.deacon@arm.com>
1721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1722 S:      Maintained
1723 F:      drivers/iommu/arm-smmu.c
1724 F:      drivers/iommu/arm-smmu-v3.c
1725 F:      drivers/iommu/io-pgtable-arm.c
1726
1727 ARM64 PORT (AARCH64 ARCHITECTURE)
1728 M:      Catalin Marinas <catalin.marinas@arm.com>
1729 M:      Will Deacon <will.deacon@arm.com>
1730 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1731 S:      Maintained
1732 F:      arch/arm64/
1733 F:      Documentation/arm64/
1734
1735 AS3645A LED FLASH CONTROLLER DRIVER
1736 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1737 L:      linux-media@vger.kernel.org
1738 T:      git git://linuxtv.org/media_tree.git
1739 S:      Maintained
1740 F:      drivers/media/i2c/as3645a.c
1741 F:      include/media/as3645a.h
1742
1743 ASC7621 HARDWARE MONITOR DRIVER
1744 M:      George Joseph <george.joseph@fairview5.com>
1745 L:      lm-sensors@lm-sensors.org
1746 S:      Maintained
1747 F:      Documentation/hwmon/asc7621
1748 F:      drivers/hwmon/asc7621.c
1749
1750 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1751 M:      Corentin Chary <corentin.chary@gmail.com>
1752 L:      acpi4asus-user@lists.sourceforge.net
1753 L:      platform-driver-x86@vger.kernel.org
1754 W:      http://acpi4asus.sf.net
1755 S:      Maintained
1756 F:      drivers/platform/x86/asus*.c
1757 F:      drivers/platform/x86/eeepc*.c
1758
1759 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1760 R:      Dan Williams <dan.j.williams@intel.com>
1761 W:      http://sourceforge.net/projects/xscaleiop
1762 S:      Odd fixes
1763 F:      Documentation/crypto/async-tx-api.txt
1764 F:      crypto/async_tx/
1765 F:      drivers/dma/
1766 F:      include/linux/dmaengine.h
1767 F:      include/linux/async_tx.h
1768
1769 AT24 EEPROM DRIVER
1770 M:      Wolfram Sang <wsa@the-dreams.de>
1771 L:      linux-i2c@vger.kernel.org
1772 S:      Maintained
1773 F:      drivers/misc/eeprom/at24.c
1774 F:      include/linux/platform_data/at24.h
1775
1776 ATA OVER ETHERNET (AOE) DRIVER
1777 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1778 W:      http://www.openaoe.org/
1779 S:      Supported
1780 F:      Documentation/aoe/
1781 F:      drivers/block/aoe/
1782
1783 ATHEROS ATH GENERIC UTILITIES
1784 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1785 L:      linux-wireless@vger.kernel.org
1786 S:      Supported
1787 F:      drivers/net/wireless/ath/*
1788
1789 ATHEROS ATH5K WIRELESS DRIVER
1790 M:      Jiri Slaby <jirislaby@gmail.com>
1791 M:      Nick Kossifidis <mickflemm@gmail.com>
1792 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1793 L:      linux-wireless@vger.kernel.org
1794 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1795 S:      Maintained
1796 F:      drivers/net/wireless/ath/ath5k/
1797
1798 ATHEROS ATH6KL WIRELESS DRIVER
1799 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1800 L:      linux-wireless@vger.kernel.org
1801 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1802 T:      git git://github.com/kvalo/ath.git
1803 S:      Supported
1804 F:      drivers/net/wireless/ath/ath6kl/
1805
1806 WILOCITY WIL6210 WIRELESS DRIVER
1807 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1808 L:      linux-wireless@vger.kernel.org
1809 L:      wil6210@qca.qualcomm.com
1810 S:      Supported
1811 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1812 F:      drivers/net/wireless/ath/wil6210/
1813 F:      include/uapi/linux/wil6210_uapi.h
1814
1815 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1816 M:      Christian Lamparter <chunkeey@googlemail.com>
1817 L:      linux-wireless@vger.kernel.org
1818 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1819 S:      Maintained
1820 F:      drivers/net/wireless/ath/carl9170/
1821
1822 ATK0110 HWMON DRIVER
1823 M:      Luca Tettamanti <kronos.it@gmail.com>
1824 L:      lm-sensors@lm-sensors.org
1825 S:      Maintained
1826 F:      drivers/hwmon/asus_atk0110.c
1827
1828 ATI_REMOTE2 DRIVER
1829 M:      Ville Syrjala <syrjala@sci.fi>
1830 S:      Maintained
1831 F:      drivers/input/misc/ati_remote2.c
1832
1833 ATLX ETHERNET DRIVERS
1834 M:      Jay Cliburn <jcliburn@gmail.com>
1835 M:      Chris Snook <chris.snook@gmail.com>
1836 L:      netdev@vger.kernel.org
1837 W:      http://sourceforge.net/projects/atl1
1838 W:      http://atl1.sourceforge.net
1839 S:      Maintained
1840 F:      drivers/net/ethernet/atheros/
1841
1842 ATM
1843 M:      Chas Williams <3chas3@gmail.com>
1844 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1845 L:      netdev@vger.kernel.org
1846 W:      http://linux-atm.sourceforge.net
1847 S:      Maintained
1848 F:      drivers/atm/
1849 F:      include/linux/atm*
1850 F:      include/uapi/linux/atm*
1851
1852 ATMEL AT91 / AT32 MCI DRIVER
1853 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1854 S:      Maintained
1855 F:      drivers/mmc/host/atmel-mci.c
1856 F:      drivers/mmc/host/atmel-mci-regs.h
1857
1858 ATMEL AT91 / AT32 SERIAL DRIVER
1859 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1860 S:      Supported
1861 F:      drivers/tty/serial/atmel_serial.c
1862
1863 ATMEL Audio ALSA driver
1864 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1865 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1866 S:      Supported
1867 F:      sound/soc/atmel
1868
1869 ATMEL DMA DRIVER
1870 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Supported
1873 F:      drivers/dma/at_hdmac.c
1874 F:      drivers/dma/at_hdmac_regs.h
1875 F:      include/linux/platform_data/dma-atmel.h
1876
1877 ATMEL XDMA DRIVER
1878 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1879 L:      linux-arm-kernel@lists.infradead.org
1880 L:      dmaengine@vger.kernel.org
1881 S:      Supported
1882 F:      drivers/dma/at_xdmac.c
1883
1884 ATMEL I2C DRIVER
1885 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1886 L:      linux-i2c@vger.kernel.org
1887 S:      Supported
1888 F:      drivers/i2c/busses/i2c-at91.c
1889
1890 ATMEL ISI DRIVER
1891 M:      Josh Wu <josh.wu@atmel.com>
1892 L:      linux-media@vger.kernel.org
1893 S:      Supported
1894 F:      drivers/media/platform/soc_camera/atmel-isi.c
1895 F:      include/media/atmel-isi.h
1896
1897 ATMEL LCDFB DRIVER
1898 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1899 L:      linux-fbdev@vger.kernel.org
1900 S:      Maintained
1901 F:      drivers/video/fbdev/atmel_lcdfb.c
1902 F:      include/video/atmel_lcdc.h
1903
1904 ATMEL MACB ETHERNET DRIVER
1905 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1906 S:      Supported
1907 F:      drivers/net/ethernet/cadence/
1908
1909 ATMEL NAND DRIVER
1910 M:      Josh Wu <josh.wu@atmel.com>
1911 L:      linux-mtd@lists.infradead.org
1912 S:      Supported
1913 F:      drivers/mtd/nand/atmel_nand*
1914
1915 ATMEL SDMMC DRIVER
1916 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1917 L:      linux-mmc@vger.kernel.org
1918 S:      Supported
1919 F:      drivers/mmc/host/sdhci-of-at91.c
1920
1921 ATMEL SPI DRIVER
1922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1923 S:      Supported
1924 F:      drivers/spi/spi-atmel.*
1925
1926 ATMEL SSC DRIVER
1927 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1929 S:      Supported
1930 F:      drivers/misc/atmel-ssc.c
1931 F:      include/linux/atmel-ssc.h
1932
1933 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1934 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Supported
1937 F:      drivers/misc/atmel_tclib.c
1938 F:      drivers/clocksource/tcb_clksrc.c
1939
1940 ATMEL USBA UDC DRIVER
1941 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 S:      Supported
1944 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1945
1946 ATMEL WIRELESS DRIVER
1947 M:      Simon Kelley <simon@thekelleys.org.uk>
1948 L:      linux-wireless@vger.kernel.org
1949 W:      http://www.thekelleys.org.uk/atmel
1950 W:      http://atmelwlandriver.sourceforge.net/
1951 S:      Maintained
1952 F:      drivers/net/wireless/atmel*
1953
1954 ATMEL MAXTOUCH DRIVER
1955 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1956 T:      git git://github.com/atmel-maxtouch/linux.git
1957 S:      Supported
1958 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1959 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1960 F:      include/linux/platform_data/atmel_mxt_ts.h
1961
1962 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1963 M:      Bradley Grove <linuxdrivers@attotech.com>
1964 L:      linux-scsi@vger.kernel.org
1965 W:      http://www.attotech.com
1966 S:      Supported
1967 F:      drivers/scsi/esas2r
1968
1969 ATUSB IEEE 802.15.4 RADIO DRIVER
1970 M:      Stefan Schmidt <stefan@osg.samsung.com>
1971 L:      linux-wpan@vger.kernel.org
1972 S:      Maintained
1973 F:      drivers/net/ieee802154/atusb.c
1974 F:      drivers/net/ieee802154/atusb.h
1975 F:      drivers/net/ieee802154/at86rf230.h
1976
1977 AUDIT SUBSYSTEM
1978 M:      Paul Moore <paul@paul-moore.com>
1979 M:      Eric Paris <eparis@redhat.com>
1980 L:      linux-audit@redhat.com (moderated for non-subscribers)
1981 W:      http://people.redhat.com/sgrubb/audit/
1982 T:      git git://git.infradead.org/users/pcmoore/audit
1983 S:      Maintained
1984 F:      include/linux/audit.h
1985 F:      include/uapi/linux/audit.h
1986 F:      kernel/audit*
1987
1988 AUXILIARY DISPLAY DRIVERS
1989 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1990 W:      http://miguelojeda.es/auxdisplay.htm
1991 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1992 S:      Maintained
1993 F:      drivers/auxdisplay/
1994 F:      include/linux/cfag12864b.h
1995
1996 AVR32 ARCHITECTURE
1997 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1998 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1999 W:      http://www.atmel.com/products/AVR32/
2000 W:      http://mirror.egtvedt.no/avr32linux.org/
2001 W:      http://avrfreaks.net/
2002 S:      Maintained
2003 F:      arch/avr32/
2004
2005 AVR32/AT32AP MACHINE SUPPORT
2006 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2007 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2008 S:      Maintained
2009 F:      arch/avr32/mach-at32ap/
2010
2011 AX.25 NETWORK LAYER
2012 M:      Ralf Baechle <ralf@linux-mips.org>
2013 L:      linux-hams@vger.kernel.org
2014 W:      http://www.linux-ax25.org/
2015 S:      Maintained
2016 F:      include/uapi/linux/ax25.h
2017 F:      include/net/ax25.h
2018 F:      net/ax25/
2019
2020 AZ6007 DVB DRIVER
2021 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2022 L:      linux-media@vger.kernel.org
2023 W:      http://linuxtv.org
2024 T:      git git://linuxtv.org/media_tree.git
2025 S:      Maintained
2026 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2027
2028 AZTECH FM RADIO RECEIVER DRIVER
2029 M:      Hans Verkuil <hverkuil@xs4all.nl>
2030 L:      linux-media@vger.kernel.org
2031 T:      git git://linuxtv.org/media_tree.git
2032 W:      http://linuxtv.org
2033 S:      Maintained
2034 F:      drivers/media/radio/radio-aztech*
2035
2036 B43 WIRELESS DRIVER
2037 L:      linux-wireless@vger.kernel.org
2038 L:      b43-dev@lists.infradead.org
2039 W:      http://wireless.kernel.org/en/users/Drivers/b43
2040 S:      Odd Fixes
2041 F:      drivers/net/wireless/b43/
2042
2043 B43LEGACY WIRELESS DRIVER
2044 M:      Larry Finger <Larry.Finger@lwfinger.net>
2045 L:      linux-wireless@vger.kernel.org
2046 L:      b43-dev@lists.infradead.org
2047 W:      http://wireless.kernel.org/en/users/Drivers/b43
2048 S:      Maintained
2049 F:      drivers/net/wireless/b43legacy/
2050
2051 BACKLIGHT CLASS/SUBSYSTEM
2052 M:      Jingoo Han <jingoohan1@gmail.com>
2053 M:      Lee Jones <lee.jones@linaro.org>
2054 S:      Maintained
2055 F:      drivers/video/backlight/
2056 F:      include/linux/backlight.h
2057
2058 BATMAN ADVANCED
2059 M:      Marek Lindner <mareklindner@neomailbox.ch>
2060 M:      Simon Wunderlich <sw@simonwunderlich.de>
2061 M:      Antonio Quartulli <antonio@meshcoding.com>
2062 L:      b.a.t.m.a.n@lists.open-mesh.org
2063 W:      http://www.open-mesh.org/
2064 S:      Maintained
2065 F:      net/batman-adv/
2066
2067 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2068 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2069 L:      linux-hams@vger.kernel.org
2070 W:      http://www.baycom.org/~tom/ham/ham.html
2071 S:      Maintained
2072 F:      drivers/net/hamradio/baycom*
2073
2074 BCACHE (BLOCK LAYER CACHE)
2075 M:      Kent Overstreet <kent.overstreet@gmail.com>
2076 L:      linux-bcache@vger.kernel.org
2077 W:      http://bcache.evilpiepirate.org
2078 S:      Maintained
2079 F:      drivers/md/bcache/
2080
2081 BDISP ST MEDIA DRIVER
2082 M:      Fabien Dessenne <fabien.dessenne@st.com>
2083 L:      linux-media@vger.kernel.org
2084 T:      git git://linuxtv.org/media_tree.git
2085 W:      http://linuxtv.org
2086 S:      Supported
2087 F:      drivers/media/platform/sti/bdisp
2088
2089 BEFS FILE SYSTEM
2090 S:      Orphan
2091 F:      Documentation/filesystems/befs.txt
2092 F:      fs/befs/
2093
2094 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2095 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2096 L:      netdev@vger.kernel.org
2097 S:      Maintained
2098 F:      drivers/net/ethernet/ec_bhf.c
2099
2100 BFS FILE SYSTEM
2101 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2102 S:      Maintained
2103 F:      Documentation/filesystems/bfs.txt
2104 F:      fs/bfs/
2105 F:      include/uapi/linux/bfs_fs.h
2106
2107 BLACKFIN ARCHITECTURE
2108 M:      Steven Miao <realmz6@gmail.com>
2109 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 T:      git git://git.code.sf.net/p/adi-linux/code
2111 W:      http://blackfin.uclinux.org
2112 S:      Supported
2113 F:      arch/blackfin/
2114
2115 BLACKFIN EMAC DRIVER
2116 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W:      http://blackfin.uclinux.org
2118 S:      Supported
2119 F:      drivers/net/ethernet/adi/
2120
2121 BLACKFIN RTC DRIVER
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org
2124 S:      Supported
2125 F:      drivers/rtc/rtc-bfin.c
2126
2127 BLACKFIN SDH DRIVER
2128 M:      Sonic Zhang <sonic.zhang@analog.com>
2129 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W:      http://blackfin.uclinux.org
2131 S:      Supported
2132 F:      drivers/mmc/host/bfin_sdh.c
2133
2134 BLACKFIN SERIAL DRIVER
2135 M:      Sonic Zhang <sonic.zhang@analog.com>
2136 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      drivers/tty/serial/bfin_uart.c
2140
2141 BLACKFIN WATCHDOG DRIVER
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org
2144 S:      Supported
2145 F:      drivers/watchdog/bfin_wdt.c
2146
2147 BLACKFIN I2C TWI DRIVER
2148 M:      Sonic Zhang <sonic.zhang@analog.com>
2149 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2150 W:      http://blackfin.uclinux.org/
2151 S:      Supported
2152 F:      drivers/i2c/busses/i2c-bfin-twi.c
2153
2154 BLACKFIN MEDIA DRIVER
2155 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2156 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2157 W:      http://blackfin.uclinux.org/
2158 S:      Supported
2159 F:      drivers/media/platform/blackfin/
2160 F:      drivers/media/i2c/adv7183*
2161 F:      drivers/media/i2c/vs6624*
2162
2163 BLINKM RGB LED DRIVER
2164 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2165 S:      Maintained
2166 F:      drivers/leds/leds-blinkm.c
2167
2168 BLOCK LAYER
2169 M:      Jens Axboe <axboe@kernel.dk>
2170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2171 S:      Maintained
2172 F:      block/
2173 F:      kernel/trace/blktrace.c
2174
2175 BLOCK2MTD DRIVER
2176 M:      Joern Engel <joern@lazybastard.org>
2177 L:      linux-mtd@lists.infradead.org
2178 S:      Maintained
2179 F:      drivers/mtd/devices/block2mtd.c
2180
2181 BLUETOOTH DRIVERS
2182 M:      Marcel Holtmann <marcel@holtmann.org>
2183 M:      Gustavo Padovan <gustavo@padovan.org>
2184 M:      Johan Hedberg <johan.hedberg@gmail.com>
2185 L:      linux-bluetooth@vger.kernel.org
2186 W:      http://www.bluez.org/
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2189 S:      Maintained
2190 F:      drivers/bluetooth/
2191
2192 BLUETOOTH SUBSYSTEM
2193 M:      Marcel Holtmann <marcel@holtmann.org>
2194 M:      Gustavo Padovan <gustavo@padovan.org>
2195 M:      Johan Hedberg <johan.hedberg@gmail.com>
2196 L:      linux-bluetooth@vger.kernel.org
2197 W:      http://www.bluez.org/
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2200 S:      Maintained
2201 F:      net/bluetooth/
2202 F:      include/net/bluetooth/
2203
2204 BONDING DRIVER
2205 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2206 M:      Veaceslav Falico <vfalico@gmail.com>
2207 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2208 L:      netdev@vger.kernel.org
2209 W:      http://sourceforge.net/projects/bonding/
2210 S:      Supported
2211 F:      drivers/net/bonding/
2212 F:      include/uapi/linux/if_bonding.h
2213
2214 BPF (Safe dynamic programs and tools)
2215 M:      Alexei Starovoitov <ast@kernel.org>
2216 L:      netdev@vger.kernel.org
2217 L:      linux-kernel@vger.kernel.org
2218 S:      Supported
2219 F:      kernel/bpf/
2220
2221 BROADCOM B44 10/100 ETHERNET DRIVER
2222 M:      Gary Zambrano <zambrano@broadcom.com>
2223 L:      netdev@vger.kernel.org
2224 S:      Supported
2225 F:      drivers/net/ethernet/broadcom/b44.*
2226
2227 BROADCOM GENET ETHERNET DRIVER
2228 M:      Florian Fainelli <f.fainelli@gmail.com>
2229 L:      netdev@vger.kernel.org
2230 S:      Supported
2231 F:      drivers/net/ethernet/broadcom/genet/
2232
2233 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2234 M:      Sony Chacko <sony.chacko@qlogic.com>
2235 M:      Dept-HSGLinuxNICDev@qlogic.com
2236 L:      netdev@vger.kernel.org
2237 S:      Supported
2238 F:      drivers/net/ethernet/broadcom/bnx2.*
2239 F:      drivers/net/ethernet/broadcom/bnx2_*
2240
2241 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2242 M:      Ariel Elior <ariel.elior@qlogic.com>
2243 L:      netdev@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/net/ethernet/broadcom/bnx2x/
2246
2247 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2248 M:      Florian Fainelli <f.fainelli@gmail.com>
2249 M:      Ray Jui <rjui@broadcom.com>
2250 M:      Scott Branden <sbranden@broadcom.com>
2251 L:      bcm-kernel-feedback-list@broadcom.com
2252 T:      git git://github.com/broadcom/mach-bcm
2253 S:      Maintained
2254 F:      arch/arm/mach-bcm/
2255 F:      arch/arm/boot/dts/bcm113*
2256 F:      arch/arm/boot/dts/bcm216*
2257 F:      arch/arm/boot/dts/bcm281*
2258 F:      arch/arm/configs/bcm_defconfig
2259 F:      drivers/mmc/host/sdhci-bcm-kona.c
2260 F:      drivers/clocksource/bcm_kona_timer.c
2261
2262 BROADCOM BCM2835 ARM ARCHITECTURE
2263 M:      Stephen Warren <swarren@wwwdotorg.org>
2264 M:      Lee Jones <lee@kernel.org>
2265 M:      Eric Anholt <eric@anholt.net>
2266 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2269 S:      Maintained
2270 N:      bcm2835
2271
2272 BROADCOM BCM33XX MIPS ARCHITECTURE
2273 M:      Kevin Cernekee <cernekee@gmail.com>
2274 L:      linux-mips@linux-mips.org
2275 S:      Maintained
2276 F:      arch/mips/bcm3384/*
2277 F:      arch/mips/include/asm/mach-bcm3384/*
2278 F:      arch/mips/kernel/*bmips*
2279
2280 BROADCOM BCM47XX MIPS ARCHITECTURE
2281 M:      Hauke Mehrtens <hauke@hauke-m.de>
2282 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2283 L:      linux-mips@linux-mips.org
2284 S:      Maintained
2285 F:      arch/mips/bcm47xx/*
2286 F:      arch/mips/include/asm/mach-bcm47xx/*
2287
2288 BROADCOM BCM5301X ARM ARCHITECTURE
2289 M:      Hauke Mehrtens <hauke@hauke-m.de>
2290 L:      linux-arm-kernel@lists.infradead.org
2291 S:      Maintained
2292 F:      arch/arm/mach-bcm/bcm_5301x.c
2293 F:      arch/arm/boot/dts/bcm5301x.dtsi
2294 F:      arch/arm/boot/dts/bcm470*
2295
2296 BROADCOM BCM63XX ARM ARCHITECTURE
2297 M:      Florian Fainelli <f.fainelli@gmail.com>
2298 L:      linux-arm-kernel@lists.infradead.org
2299 T:      git git://github.com/broadcom/arm-bcm63xx.git
2300 S:      Maintained
2301 F:      arch/arm/mach-bcm/bcm63xx.c
2302 F:      arch/arm/include/debug/bcm63xx.S
2303
2304 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2305 M:      Kevin Cernekee <cernekee@gmail.com>
2306 L:      linux-usb@vger.kernel.org
2307 S:      Maintained
2308 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2309
2310 BROADCOM BCM7XXX ARM ARCHITECTURE
2311 M:      Brian Norris <computersforpeace@gmail.com>
2312 M:      Gregory Fong <gregory.0xf0@gmail.com>
2313 M:      Florian Fainelli <f.fainelli@gmail.com>
2314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2315 T:      git git://github.com/broadcom/stblinux.git
2316 S:      Maintained
2317 F:      arch/arm/mach-bcm/*brcmstb*
2318 F:      arch/arm/boot/dts/bcm7*.dts*
2319 F:      drivers/bus/brcmstb_gisb.c
2320 N:      brcmstb
2321
2322 BROADCOM BMIPS MIPS ARCHITECTURE
2323 M:      Kevin Cernekee <cernekee@gmail.com>
2324 M:      Florian Fainelli <f.fainelli@gmail.com>
2325 L:      linux-mips@linux-mips.org
2326 T:      git git://github.com/broadcom/stblinux.git
2327 S:      Maintained
2328 F:      arch/mips/bmips/*
2329 F:      arch/mips/include/asm/mach-bmips/*
2330 F:      arch/mips/kernel/*bmips*
2331 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2332 F:      drivers/irqchip/irq-bcm7*
2333 F:      drivers/irqchip/irq-brcmstb*
2334
2335 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2336 M:      Prashant Sreedharan <prashant@broadcom.com>
2337 M:      Michael Chan <mchan@broadcom.com>
2338 L:      netdev@vger.kernel.org
2339 S:      Supported
2340 F:      drivers/net/ethernet/broadcom/tg3.*
2341
2342 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2343 M:      Brett Rudley <brudley@broadcom.com>
2344 M:      Arend van Spriel <arend@broadcom.com>
2345 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2346 M:      Hante Meuleman <meuleman@broadcom.com>
2347 L:      linux-wireless@vger.kernel.org
2348 L:      brcm80211-dev-list@broadcom.com
2349 S:      Supported
2350 F:      drivers/net/wireless/brcm80211/
2351
2352 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2353 M:      QLogic-Storage-Upstream@qlogic.com
2354 L:      linux-scsi@vger.kernel.org
2355 S:      Supported
2356 F:      drivers/scsi/bnx2fc/
2357
2358 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2359 M:      QLogic-Storage-Upstream@qlogic.com
2360 L:      linux-scsi@vger.kernel.org
2361 S:      Supported
2362 F:      drivers/scsi/bnx2i/
2363
2364 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2365 M:      Ray Jui <rjui@broadcom.com>
2366 M:      Scott Branden <sbranden@broadcom.com>
2367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2368 L:      bcm-kernel-feedback-list@broadcom.com
2369 T:      git git://github.com/broadcom/cygnus-linux.git
2370 S:      Maintained
2371 N:      iproc
2372 N:      cygnus
2373 N:      bcm9113*
2374 N:      bcm9583*
2375 N:      bcm583*
2376 N:      bcm113*
2377
2378 BROADCOM BRCMSTB GPIO DRIVER
2379 M:      Gregory Fong <gregory.0xf0@gmail.com>
2380 L:      bcm-kernel-feedback-list@broadcom.com>
2381 S:      Supported
2382 F:      drivers/gpio/gpio-brcmstb.c
2383 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2384
2385 BROADCOM KONA GPIO DRIVER
2386 M:      Ray Jui <rjui@broadcom.com>
2387 L:      bcm-kernel-feedback-list@broadcom.com
2388 S:      Supported
2389 F:      drivers/gpio/gpio-bcm-kona.c
2390 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2391
2392 BROADCOM NVRAM DRIVER
2393 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2394 L:      linux-mips@linux-mips.org
2395 S:      Maintained
2396 F:      drivers/firmware/broadcom/*
2397
2398 BROADCOM STB NAND FLASH DRIVER
2399 M:      Brian Norris <computersforpeace@gmail.com>
2400 L:      linux-mtd@lists.infradead.org
2401 S:      Maintained
2402 F:      drivers/mtd/nand/brcmnand/
2403
2404 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2405 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2406 L:      linux-wireless@vger.kernel.org
2407 S:      Maintained
2408 F:      drivers/bcma/
2409 F:      include/linux/bcma/
2410
2411 BROADCOM SYSTEMPORT ETHERNET DRIVER
2412 M:      Florian Fainelli <f.fainelli@gmail.com>
2413 L:      netdev@vger.kernel.org
2414 S:      Supported
2415 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2416
2417 BROCADE BFA FC SCSI DRIVER
2418 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2419 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2420 L:      linux-scsi@vger.kernel.org
2421 S:      Supported
2422 F:      drivers/scsi/bfa/
2423
2424 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2425 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2426 L:      netdev@vger.kernel.org
2427 S:      Supported
2428 F:      drivers/net/ethernet/brocade/bna/
2429
2430 BSG (block layer generic sg v4 driver)
2431 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2432 L:      linux-scsi@vger.kernel.org
2433 S:      Supported
2434 F:      block/bsg.c
2435 F:      include/linux/bsg.h
2436 F:      include/uapi/linux/bsg.h
2437
2438 BT87X AUDIO DRIVER
2439 M:      Clemens Ladisch <clemens@ladisch.de>
2440 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2441 T:      git git://git.alsa-project.org/alsa-kernel.git
2442 S:      Maintained
2443 F:      Documentation/sound/alsa/Bt87x.txt
2444 F:      sound/pci/bt87x.c
2445
2446 BT8XXGPIO DRIVER
2447 M:      Michael Buesch <m@bues.ch>
2448 W:      http://bu3sch.de/btgpio.php
2449 S:      Maintained
2450 F:      drivers/gpio/gpio-bt8xx.c
2451
2452 BTRFS FILE SYSTEM
2453 M:      Chris Mason <clm@fb.com>
2454 M:      Josef Bacik <jbacik@fb.com>
2455 M:      David Sterba <dsterba@suse.com>
2456 L:      linux-btrfs@vger.kernel.org
2457 W:      http://btrfs.wiki.kernel.org/
2458 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2460 S:      Maintained
2461 F:      Documentation/filesystems/btrfs.txt
2462 F:      fs/btrfs/
2463
2464 BTTV VIDEO4LINUX DRIVER
2465 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2466 L:      linux-media@vger.kernel.org
2467 W:      http://linuxtv.org
2468 T:      git git://linuxtv.org/media_tree.git
2469 S:      Odd fixes
2470 F:      Documentation/video4linux/bttv/
2471 F:      drivers/media/pci/bt8xx/bttv*
2472
2473 BUSLOGIC SCSI DRIVER
2474 M:      Khalid Aziz <khalid@gonehiking.org>
2475 L:      linux-scsi@vger.kernel.org
2476 S:      Maintained
2477 F:      drivers/scsi/BusLogic.*
2478 F:      drivers/scsi/FlashPoint.*
2479
2480 C-MEDIA CMI8788 DRIVER
2481 M:      Clemens Ladisch <clemens@ladisch.de>
2482 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2483 T:      git git://git.alsa-project.org/alsa-kernel.git
2484 S:      Maintained
2485 F:      sound/pci/oxygen/
2486
2487 C6X ARCHITECTURE
2488 M:      Mark Salter <msalter@redhat.com>
2489 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2490 L:      linux-c6x-dev@linux-c6x.org
2491 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2492 S:      Maintained
2493 F:      arch/c6x/
2494
2495 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2496 M:      David Howells <dhowells@redhat.com>
2497 L:      linux-cachefs@redhat.com
2498 S:      Supported
2499 F:      Documentation/filesystems/caching/cachefiles.txt
2500 F:      fs/cachefiles/
2501
2502 CADET FM/AM RADIO RECEIVER DRIVER
2503 M:      Hans Verkuil <hverkuil@xs4all.nl>
2504 L:      linux-media@vger.kernel.org
2505 T:      git git://linuxtv.org/media_tree.git
2506 W:      http://linuxtv.org
2507 S:      Maintained
2508 F:      drivers/media/radio/radio-cadet*
2509
2510 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2511 M:      Jonathan Corbet <corbet@lwn.net>
2512 L:      linux-media@vger.kernel.org
2513 T:      git git://linuxtv.org/media_tree.git
2514 S:      Maintained
2515 F:      Documentation/video4linux/cafe_ccic
2516 F:      drivers/media/platform/marvell-ccic/
2517
2518 CAIF NETWORK LAYER
2519 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2520 L:      netdev@vger.kernel.org
2521 S:      Supported
2522 F:      Documentation/networking/caif/
2523 F:      drivers/net/caif/
2524 F:      include/uapi/linux/caif/
2525 F:      include/net/caif/
2526 F:      net/caif/
2527
2528 CALGARY x86-64 IOMMU
2529 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2530 M:      "Jon D. Mason" <jdmason@kudzu.us>
2531 L:      discuss@x86-64.org
2532 S:      Maintained
2533 F:      arch/x86/kernel/pci-calgary_64.c
2534 F:      arch/x86/kernel/tce_64.c
2535 F:      arch/x86/include/asm/calgary.h
2536 F:      arch/x86/include/asm/tce.h
2537
2538 CAN NETWORK LAYER
2539 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2540 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2541 L:      linux-can@vger.kernel.org
2542 W:      https://github.com/linux-can
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2545 S:      Maintained
2546 F:      Documentation/networking/can.txt
2547 F:      net/can/
2548 F:      include/linux/can/core.h
2549 F:      include/uapi/linux/can.h
2550 F:      include/uapi/linux/can/bcm.h
2551 F:      include/uapi/linux/can/raw.h
2552 F:      include/uapi/linux/can/gw.h
2553
2554 CAN NETWORK DRIVERS
2555 M:      Wolfgang Grandegger <wg@grandegger.com>
2556 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2557 L:      linux-can@vger.kernel.org
2558 W:      https://github.com/linux-can
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2561 S:      Maintained
2562 F:      drivers/net/can/
2563 F:      include/linux/can/dev.h
2564 F:      include/linux/can/platform/
2565 F:      include/uapi/linux/can/error.h
2566 F:      include/uapi/linux/can/netlink.h
2567
2568 CAPABILITIES
2569 M:      Serge Hallyn <serge.hallyn@canonical.com>
2570 L:      linux-security-module@vger.kernel.org
2571 S:      Supported
2572 F:      include/linux/capability.h
2573 F:      include/uapi/linux/capability.h
2574 F:      security/commoncap.c
2575 F:      kernel/capability.c
2576
2577 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2578 M:      Kevin Tsai <ktsai@capellamicro.com>
2579 S:      Maintained
2580 F:      drivers/iio/light/cm*
2581 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2582
2583 CAVIUM LIQUIDIO NETWORK DRIVER
2584 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2585 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2586 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2587 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2588 L:     netdev@vger.kernel.org
2589 W:     http://www.cavium.com
2590 S:     Supported
2591 F:     drivers/net/ethernet/cavium/liquidio/
2592
2593 CC2520 IEEE-802.15.4 RADIO DRIVER
2594 M:      Varka Bhadram <varkabhadram@gmail.com>
2595 L:      linux-wpan@vger.kernel.org
2596 S:      Maintained
2597 F:      drivers/net/ieee802154/cc2520.c
2598 F:      include/linux/spi/cc2520.h
2599 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2600
2601 CELL BROADBAND ENGINE ARCHITECTURE
2602 M:      Arnd Bergmann <arnd@arndb.de>
2603 L:      linuxppc-dev@lists.ozlabs.org
2604 W:      http://www.ibm.com/developerworks/power/cell/
2605 S:      Supported
2606 F:      arch/powerpc/include/asm/cell*.h
2607 F:      arch/powerpc/include/asm/spu*.h
2608 F:      arch/powerpc/include/uapi/asm/spu*.h
2609 F:      arch/powerpc/oprofile/*cell*
2610 F:      arch/powerpc/platforms/cell/
2611
2612 CEPH COMMON CODE (LIBCEPH)
2613 M:      Ilya Dryomov <idryomov@gmail.com>
2614 M:      "Yan, Zheng" <zyan@redhat.com>
2615 M:      Sage Weil <sage@redhat.com>
2616 L:      ceph-devel@vger.kernel.org
2617 W:      http://ceph.com/
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2619 T:      git git://github.com/ceph/ceph-client.git
2620 S:      Supported
2621 F:      net/ceph/
2622 F:      include/linux/ceph/
2623 F:      include/linux/crush/
2624
2625 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2626 M:      "Yan, Zheng" <zyan@redhat.com>
2627 M:      Sage Weil <sage@redhat.com>
2628 M:      Ilya Dryomov <idryomov@gmail.com>
2629 L:      ceph-devel@vger.kernel.org
2630 W:      http://ceph.com/
2631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2632 T:      git git://github.com/ceph/ceph-client.git
2633 S:      Supported
2634 F:      Documentation/filesystems/ceph.txt
2635 F:      fs/ceph/
2636
2637 CERTIFICATE HANDLING:
2638 M:      David Howells <dhowells@redhat.com>
2639 M:      David Woodhouse <dwmw2@infradead.org>
2640 L:      keyrings@linux-nfs.org
2641 S:      Maintained
2642 F:      Documentation/module-signing.txt
2643 F:      certs/
2644 F:      scripts/extract-cert.c
2645
2646 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2647 L:      linux-usb@vger.kernel.org
2648 S:      Orphan
2649 F:      Documentation/usb/WUSB-Design-overview.txt
2650 F:      Documentation/usb/wusb-cbaf
2651 F:      drivers/usb/host/hwa-hc.c
2652 F:      drivers/usb/host/whci/
2653 F:      drivers/usb/wusbcore/
2654 F:      include/linux/usb/wusb*
2655
2656 CFAG12864B LCD DRIVER
2657 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2658 W:      http://miguelojeda.es/auxdisplay.htm
2659 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2660 S:      Maintained
2661 F:      drivers/auxdisplay/cfag12864b.c
2662 F:      include/linux/cfag12864b.h
2663
2664 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2665 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2666 W:      http://miguelojeda.es/auxdisplay.htm
2667 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2668 S:      Maintained
2669 F:      drivers/auxdisplay/cfag12864bfb.c
2670 F:      include/linux/cfag12864b.h
2671
2672 CFG80211 and NL80211
2673 M:      Johannes Berg <johannes@sipsolutions.net>
2674 L:      linux-wireless@vger.kernel.org
2675 W:      http://wireless.kernel.org/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2678 S:      Maintained
2679 F:      include/uapi/linux/nl80211.h
2680 F:      include/net/cfg80211.h
2681 F:      net/wireless/*
2682 X:      net/wireless/wext*
2683
2684 CHAR and MISC DRIVERS
2685 M:      Arnd Bergmann <arnd@arndb.de>
2686 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2688 S:      Supported
2689 F:      drivers/char/*
2690 F:      drivers/misc/*
2691 F:      include/linux/miscdevice.h
2692
2693 CHECKPATCH
2694 M:      Andy Whitcroft <apw@canonical.com>
2695 M:      Joe Perches <joe@perches.com>
2696 S:      Maintained
2697 F:      scripts/checkpatch.pl
2698
2699 CHINESE DOCUMENTATION
2700 M:      Harry Wei <harryxiyou@gmail.com>
2701 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2702 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2703 S:      Maintained
2704 F:      Documentation/zh_CN/
2705
2706 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2707 M:      Peter Chen <Peter.Chen@freescale.com>
2708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2709 L:      linux-usb@vger.kernel.org
2710 S:      Maintained
2711 F:      drivers/usb/chipidea/
2712
2713 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2714 M:      Hans de Goede <hdegoede@redhat.com>
2715 L:      linux-input@vger.kernel.org
2716 S:      Maintained
2717 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2718 F:      drivers/input/touchscreen/chipone_icn8318.c
2719
2720 CHROME HARDWARE PLATFORM SUPPORT
2721 M:      Olof Johansson <olof@lixom.net>
2722 S:      Maintained
2723 F:      drivers/platform/chrome/
2724
2725 CISCO VIC ETHERNET NIC DRIVER
2726 M:      Christian Benvenuti <benve@cisco.com>
2727 M:      Sujith Sankar <ssujith@cisco.com>
2728 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2729 M:      Neel Patel <neepatel@cisco.com>
2730 S:      Supported
2731 F:      drivers/net/ethernet/cisco/enic/
2732
2733 CISCO VIC LOW LATENCY NIC DRIVER
2734 M:      Upinder Malhi <umalhi@cisco.com>
2735 S:      Supported
2736 F:      drivers/infiniband/hw/usnic
2737
2738 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2739 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2740 L:      netdev@vger.kernel.org
2741 S:      Maintained
2742 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2743
2744 CIRRUS LOGIC AUDIO CODEC DRIVERS
2745 M:      Brian Austin <brian.austin@cirrus.com>
2746 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2748 S:      Maintained
2749 F:      sound/soc/codecs/cs*
2750
2751 CLEANCACHE API
2752 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2753 L:      linux-kernel@vger.kernel.org
2754 S:      Maintained
2755 F:      mm/cleancache.c
2756 F:      include/linux/cleancache.h
2757
2758 CLK API
2759 M:      Russell King <linux@arm.linux.org.uk>
2760 L:      linux-clk@vger.kernel.org
2761 S:      Maintained
2762 F:      include/linux/clk.h
2763
2764 CLOCKSOURCE, CLOCKEVENT DRIVERS
2765 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2766 M:      Thomas Gleixner <tglx@linutronix.de>
2767 L:      linux-kernel@vger.kernel.org
2768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2769 S:      Supported
2770 F:      drivers/clocksource
2771
2772 CISCO FCOE HBA DRIVER
2773 M:      Hiral Patel <hiralpat@cisco.com>
2774 M:      Suma Ramars <sramars@cisco.com>
2775 M:      Brian Uchino <buchino@cisco.com>
2776 L:      linux-scsi@vger.kernel.org
2777 S:      Supported
2778 F:      drivers/scsi/fnic/
2779
2780 CISCO SCSI HBA DRIVER
2781 M:      Narsimhulu Musini <nmusini@cisco.com>
2782 M:      Sesidhar Baddela <sebaddel@cisco.com>
2783 L:      linux-scsi@vger.kernel.org
2784 S:      Supported
2785 F:      drivers/scsi/snic/
2786
2787 CMPC ACPI DRIVER
2788 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2789 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2790 L:      platform-driver-x86@vger.kernel.org
2791 S:      Supported
2792 F:      drivers/platform/x86/classmate-laptop.c
2793
2794 COBALT MEDIA DRIVER
2795 M:      Hans Verkuil <hans.verkuil@cisco.com>
2796 L:      linux-media@vger.kernel.org
2797 T:      git git://linuxtv.org/media_tree.git
2798 W:      http://linuxtv.org
2799 S:      Supported
2800 F:      drivers/media/pci/cobalt/
2801
2802 COCCINELLE/Semantic Patches (SmPL)
2803 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2804 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2805 M:      Nicolas Palix <nicolas.palix@imag.fr>
2806 M:      Michal Marek <mmarek@suse.com>
2807 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2809 W:      http://coccinelle.lip6.fr/
2810 S:      Supported
2811 F:      Documentation/coccinelle.txt
2812 F:      scripts/coccinelle/
2813 F:      scripts/coccicheck
2814
2815 CODA FILE SYSTEM
2816 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2817 M:      coda@cs.cmu.edu
2818 L:      codalist@coda.cs.cmu.edu
2819 W:      http://www.coda.cs.cmu.edu/
2820 S:      Maintained
2821 F:      Documentation/filesystems/coda.txt
2822 F:      fs/coda/
2823 F:      include/linux/coda*.h
2824 F:      include/uapi/linux/coda*.h
2825
2826 CODA V4L2 MEM2MEM DRIVER
2827 M:      Philipp Zabel <p.zabel@pengutronix.de>
2828 L:      linux-media@vger.kernel.org
2829 S:      Maintained
2830 F:      Documentation/devicetree/bindings/media/coda.txt
2831 F:      drivers/media/platform/coda/
2832
2833 COMMON CLK FRAMEWORK
2834 M:      Michael Turquette <mturquette@baylibre.com>
2835 M:      Stephen Boyd <sboyd@codeaurora.org>
2836 L:      linux-clk@vger.kernel.org
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2838 S:      Maintained
2839 F:      drivers/clk/
2840 X:      drivers/clk/clkdev.c
2841 F:      include/linux/clk-pr*
2842 F:      include/linux/clk/
2843
2844 COMMON INTERNET FILE SYSTEM (CIFS)
2845 M:      Steve French <sfrench@samba.org>
2846 L:      linux-cifs@vger.kernel.org
2847 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2848 W:      http://linux-cifs.samba.org/
2849 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2850 S:      Supported
2851 F:      Documentation/filesystems/cifs/
2852 F:      fs/cifs/
2853
2854 COMPACTPCI HOTPLUG CORE
2855 M:      Scott Murray <scott@spiteful.org>
2856 L:      linux-pci@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/pci/hotplug/cpci_hotplug*
2859
2860 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2861 M:      Scott Murray <scott@spiteful.org>
2862 L:      linux-pci@vger.kernel.org
2863 S:      Maintained
2864 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2865
2866 COMPACTPCI HOTPLUG GENERIC DRIVER
2867 M:      Scott Murray <scott@spiteful.org>
2868 L:      linux-pci@vger.kernel.org
2869 S:      Maintained
2870 F:      drivers/pci/hotplug/cpcihp_generic.c
2871
2872 COMPAL LAPTOP SUPPORT
2873 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2874 L:      platform-driver-x86@vger.kernel.org
2875 S:      Maintained
2876 F:      drivers/platform/x86/compal-laptop.c
2877
2878 CONEXANT ACCESSRUNNER USB DRIVER
2879 M:      Simon Arlott <cxacru@fire.lp0.eu>
2880 L:      accessrunner-general@lists.sourceforge.net
2881 W:      http://accessrunner.sourceforge.net/
2882 S:      Maintained
2883 F:      drivers/usb/atm/cxacru.c
2884
2885 CONFIGFS
2886 M:      Joel Becker <jlbec@evilplan.org>
2887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2888 S:      Supported
2889 F:      fs/configfs/
2890 F:      include/linux/configfs.h
2891
2892 CONNECTOR
2893 M:      Evgeniy Polyakov <zbr@ioremap.net>
2894 L:      netdev@vger.kernel.org
2895 S:      Maintained
2896 F:      drivers/connector/
2897
2898 CONTROL GROUP (CGROUP)
2899 M:      Tejun Heo <tj@kernel.org>
2900 M:      Li Zefan <lizefan@huawei.com>
2901 M:      Johannes Weiner <hannes@cmpxchg.org>
2902 L:      cgroups@vger.kernel.org
2903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2904 S:      Maintained
2905 F:      Documentation/cgroups/
2906 F:      include/linux/cgroup*
2907 F:      kernel/cgroup*
2908
2909 CONTROL GROUP - CPUSET
2910 M:      Li Zefan <lizefan@huawei.com>
2911 L:      cgroups@vger.kernel.org
2912 W:      http://www.bullopensource.org/cpuset/
2913 W:      http://oss.sgi.com/projects/cpusets/
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2915 S:      Maintained
2916 F:      Documentation/cgroups/cpusets.txt
2917 F:      include/linux/cpuset.h
2918 F:      kernel/cpuset.c
2919
2920 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2921 M:      Johannes Weiner <hannes@cmpxchg.org>
2922 M:      Michal Hocko <mhocko@kernel.org>
2923 L:      cgroups@vger.kernel.org
2924 L:      linux-mm@kvack.org
2925 S:      Maintained
2926 F:      mm/memcontrol.c
2927 F:      mm/swap_cgroup.c
2928
2929 CORETEMP HARDWARE MONITORING DRIVER
2930 M:      Fenghua Yu <fenghua.yu@intel.com>
2931 L:      lm-sensors@lm-sensors.org
2932 S:      Maintained
2933 F:      Documentation/hwmon/coretemp
2934 F:      drivers/hwmon/coretemp.c
2935
2936 COSA/SRP SYNC SERIAL DRIVER
2937 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2938 W:      http://www.fi.muni.cz/~kas/cosa/
2939 S:      Maintained
2940 F:      drivers/net/wan/cosa*
2941
2942 CPMAC ETHERNET DRIVER
2943 M:      Florian Fainelli <florian@openwrt.org>
2944 L:      netdev@vger.kernel.org
2945 S:      Maintained
2946 F:      drivers/net/ethernet/ti/cpmac.c
2947
2948 CPU FREQUENCY DRIVERS
2949 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2950 M:      Viresh Kumar <viresh.kumar@linaro.org>
2951 L:      linux-pm@vger.kernel.org
2952 S:      Maintained
2953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2954 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2955 F:      drivers/cpufreq/
2956 F:      include/linux/cpufreq.h
2957
2958 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2959 M:      Viresh Kumar <viresh.kumar@linaro.org>
2960 M:      Sudeep Holla <sudeep.holla@arm.com>
2961 L:      linux-pm@vger.kernel.org
2962 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2963 S:      Maintained
2964 F:      drivers/cpufreq/arm_big_little.h
2965 F:      drivers/cpufreq/arm_big_little.c
2966 F:      drivers/cpufreq/arm_big_little_dt.c
2967
2968 CPUIDLE DRIVER - ARM BIG LITTLE
2969 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2970 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2971 L:      linux-pm@vger.kernel.org
2972 L:      linux-arm-kernel@lists.infradead.org
2973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2974 S:      Maintained
2975 F:      drivers/cpuidle/cpuidle-big_little.c
2976
2977 CPUIDLE DRIVER - ARM EXYNOS
2978 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2979 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2980 M:      Kukjin Kim <kgene@kernel.org>
2981 L:      linux-pm@vger.kernel.org
2982 L:      linux-samsung-soc@vger.kernel.org
2983 S:      Supported
2984 F:      drivers/cpuidle/cpuidle-exynos.c
2985 F:      arch/arm/mach-exynos/pm.c
2986
2987 CPUIDLE DRIVERS
2988 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2989 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2990 L:      linux-pm@vger.kernel.org
2991 S:      Maintained
2992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2993 F:      drivers/cpuidle/*
2994 F:      include/linux/cpuidle.h
2995
2996 CPUID/MSR DRIVER
2997 M:      "H. Peter Anvin" <hpa@zytor.com>
2998 S:      Maintained
2999 F:      arch/x86/kernel/cpuid.c
3000 F:      arch/x86/kernel/msr.c
3001
3002 CPU POWER MONITORING SUBSYSTEM
3003 M:      Thomas Renninger <trenn@suse.com>
3004 L:      linux-pm@vger.kernel.org
3005 S:      Maintained
3006 F:      tools/power/cpupower/
3007
3008 CRAMFS FILESYSTEM
3009 W:      http://sourceforge.net/projects/cramfs/
3010 S:      Orphan / Obsolete
3011 F:      Documentation/filesystems/cramfs.txt
3012 F:      fs/cramfs/
3013
3014 CRIS PORT
3015 M:      Mikael Starvik <starvik@axis.com>
3016 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3017 L:      linux-cris-kernel@axis.com
3018 W:      http://developer.axis.com
3019 S:      Maintained
3020 F:      arch/cris/
3021 F:      drivers/tty/serial/crisv10.*
3022
3023 CRYPTO API
3024 M:      Herbert Xu <herbert@gondor.apana.org.au>
3025 M:      "David S. Miller" <davem@davemloft.net>
3026 L:      linux-crypto@vger.kernel.org
3027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3028 S:      Maintained
3029 F:      Documentation/crypto/
3030 F:      Documentation/DocBook/crypto-API.tmpl
3031 F:      arch/*/crypto/
3032 F:      crypto/
3033 F:      drivers/crypto/
3034 F:      include/crypto/
3035
3036 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3037 M:      Neil Horman <nhorman@tuxdriver.com>
3038 L:      linux-crypto@vger.kernel.org
3039 S:      Maintained
3040 F:      crypto/ansi_cprng.c
3041 F:      crypto/rng.c
3042
3043 CS5535 Audio ALSA driver
3044 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3045 S:      Maintained
3046 F:      sound/pci/cs5535audio/
3047
3048 CW1200 WLAN driver
3049 M:      Solomon Peachy <pizza@shaftnet.org>
3050 S:      Maintained
3051 F:      drivers/net/wireless/cw1200/
3052
3053 CX18 VIDEO4LINUX DRIVER
3054 M:      Andy Walls <awalls@md.metrocast.net>
3055 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3056 L:      linux-media@vger.kernel.org
3057 T:      git git://linuxtv.org/media_tree.git
3058 W:      http://linuxtv.org
3059 W:      http://www.ivtvdriver.org/index.php/Cx18
3060 S:      Maintained
3061 F:      Documentation/video4linux/cx18.txt
3062 F:      drivers/media/pci/cx18/
3063 F:      include/uapi/linux/ivtv*
3064
3065 CX2341X MPEG ENCODER HELPER MODULE
3066 M:      Hans Verkuil <hverkuil@xs4all.nl>
3067 L:      linux-media@vger.kernel.org
3068 T:      git git://linuxtv.org/media_tree.git
3069 W:      http://linuxtv.org
3070 S:      Maintained
3071 F:      drivers/media/common/cx2341x*
3072 F:      include/media/cx2341x*
3073
3074 CX24120 MEDIA DRIVER
3075 M:      Jemma Denson <jdenson@gmail.com>
3076 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3077 L:      linux-media@vger.kernel.org
3078 W:      http://linuxtv.org/
3079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3080 S:      Maintained
3081 F:      drivers/media/dvb-frontends/cx24120*
3082
3083 CX88 VIDEO4LINUX DRIVER
3084 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3085 L:      linux-media@vger.kernel.org
3086 W:      http://linuxtv.org
3087 T:      git git://linuxtv.org/media_tree.git
3088 S:      Odd fixes
3089 F:      Documentation/video4linux/cx88/
3090 F:      drivers/media/pci/cx88/
3091
3092 CXD2820R MEDIA DRIVER
3093 M:      Antti Palosaari <crope@iki.fi>
3094 L:      linux-media@vger.kernel.org
3095 W:      http://linuxtv.org/
3096 W:      http://palosaari.fi/linux/
3097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3098 T:      git git://linuxtv.org/anttip/media_tree.git
3099 S:      Maintained
3100 F:      drivers/media/dvb-frontends/cxd2820r*
3101
3102 CXGB3 ETHERNET DRIVER (CXGB3)
3103 M:      Santosh Raspatur <santosh@chelsio.com>
3104 L:      netdev@vger.kernel.org
3105 W:      http://www.chelsio.com
3106 S:      Supported
3107 F:      drivers/net/ethernet/chelsio/cxgb3/
3108
3109 CXGB3 ISCSI DRIVER (CXGB3I)
3110 M:      Karen Xie <kxie@chelsio.com>
3111 L:      linux-scsi@vger.kernel.org
3112 W:      http://www.chelsio.com
3113 S:      Supported
3114 F:      drivers/scsi/cxgbi/cxgb3i
3115
3116 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3117 M:      Steve Wise <swise@chelsio.com>
3118 L:      linux-rdma@vger.kernel.org
3119 W:      http://www.openfabrics.org
3120 S:      Supported
3121 F:      drivers/infiniband/hw/cxgb3/
3122
3123 CXGB4 ETHERNET DRIVER (CXGB4)
3124 M:      Hariprasad S <hariprasad@chelsio.com>
3125 L:      netdev@vger.kernel.org
3126 W:      http://www.chelsio.com
3127 S:      Supported
3128 F:      drivers/net/ethernet/chelsio/cxgb4/
3129
3130 CXGB4 ISCSI DRIVER (CXGB4I)
3131 M:      Karen Xie <kxie@chelsio.com>
3132 L:      linux-scsi@vger.kernel.org
3133 W:      http://www.chelsio.com
3134 S:      Supported
3135 F:      drivers/scsi/cxgbi/cxgb4i
3136
3137 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3138 M:      Steve Wise <swise@chelsio.com>
3139 L:      linux-rdma@vger.kernel.org
3140 W:      http://www.openfabrics.org
3141 S:      Supported
3142 F:      drivers/infiniband/hw/cxgb4/
3143
3144 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3145 M:      Casey Leedom <leedom@chelsio.com>
3146 L:      netdev@vger.kernel.org
3147 W:      http://www.chelsio.com
3148 S:      Supported
3149 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3150
3151 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3152 M:      Ian Munsie <imunsie@au1.ibm.com>
3153 M:      Michael Neuling <mikey@neuling.org>
3154 L:      linuxppc-dev@lists.ozlabs.org
3155 S:      Supported
3156 F:      drivers/misc/cxl/
3157 F:      include/misc/cxl*
3158 F:      include/uapi/misc/cxl.h
3159 F:      Documentation/powerpc/cxl.txt
3160 F:      Documentation/powerpc/cxl.txt
3161 F:      Documentation/ABI/testing/sysfs-class-cxl
3162
3163 STMMAC ETHERNET DRIVER
3164 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3165 L:      netdev@vger.kernel.org
3166 W:      http://www.stlinux.com
3167 S:      Supported
3168 F:      drivers/net/ethernet/stmicro/stmmac/
3169
3170 CYBERPRO FB DRIVER
3171 M:      Russell King <linux@arm.linux.org.uk>
3172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3173 W:      http://www.arm.linux.org.uk/
3174 S:      Maintained
3175 F:      drivers/video/fbdev/cyber2000fb.*
3176
3177 CYCLADES ASYNC MUX DRIVER
3178 W:      http://www.cyclades.com/
3179 S:      Orphan
3180 F:      drivers/tty/cyclades.c
3181 F:      include/linux/cyclades.h
3182 F:      include/uapi/linux/cyclades.h
3183
3184 CYCLADES PC300 DRIVER
3185 W:      http://www.cyclades.com/
3186 S:      Orphan
3187 F:      drivers/net/wan/pc300*
3188
3189 CYPRESS_FIRMWARE MEDIA DRIVER
3190 M:      Antti Palosaari <crope@iki.fi>
3191 L:      linux-media@vger.kernel.org
3192 W:      http://linuxtv.org/
3193 W:      http://palosaari.fi/linux/
3194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3195 T:      git git://linuxtv.org/anttip/media_tree.git
3196 S:      Maintained
3197 F:      drivers/media/common/cypress_firmware*
3198
3199 CYTTSP TOUCHSCREEN DRIVER
3200 M:      Ferruh Yigit <fery@cypress.com>
3201 L:      linux-input@vger.kernel.org
3202 S:      Supported
3203 F:      drivers/input/touchscreen/cyttsp*
3204 F:      include/linux/input/cyttsp.h
3205
3206 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3207 M:      Joshua Kinard <kumba@gentoo.org>
3208 S:      Maintained
3209 F:      drivers/rtc/rtc-ds1685.c
3210 F:      include/linux/rtc/ds1685.h
3211
3212 DAMA SLAVE for AX.25
3213 M:      Joerg Reuter <jreuter@yaina.de>
3214 W:      http://yaina.de/jreuter/
3215 W:      http://www.qsl.net/dl1bke/
3216 L:      linux-hams@vger.kernel.org
3217 S:      Maintained
3218 F:      net/ax25/af_ax25.c
3219 F:      net/ax25/ax25_dev.c
3220 F:      net/ax25/ax25_ds_*
3221 F:      net/ax25/ax25_in.c
3222 F:      net/ax25/ax25_out.c
3223 F:      net/ax25/ax25_timer.c
3224 F:      net/ax25/sysctl_net_ax25.c
3225
3226 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3227 L:      netdev@vger.kernel.org
3228 S:      Orphan
3229 F:      Documentation/networking/dmfe.txt
3230 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3231
3232 DC390/AM53C974 SCSI driver
3233 M:      Hannes Reinecke <hare@suse.com>
3234 L:      linux-scsi@vger.kernel.org
3235 S:      Maintained
3236 F:      drivers/scsi/am53c974.c
3237
3238 DC395x SCSI driver
3239 M:      Oliver Neukum <oliver@neukum.org>
3240 M:      Ali Akcaagac <aliakc@web.de>
3241 M:      Jamie Lenehan <lenehan@twibble.org>
3242 L:      dc395x@twibble.org
3243 W:      http://twibble.org/dist/dc395x/
3244 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3245 S:      Maintained
3246 F:      Documentation/scsi/dc395x.txt
3247 F:      drivers/scsi/dc395x.*
3248
3249 DCCP PROTOCOL
3250 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3251 L:      dccp@vger.kernel.org
3252 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3253 S:      Maintained
3254 F:      include/linux/dccp.h
3255 F:      include/uapi/linux/dccp.h
3256 F:      include/linux/tfrc.h
3257 F:      net/dccp/
3258
3259 DECnet NETWORK LAYER
3260 W:      http://linux-decnet.sourceforge.net
3261 L:      linux-decnet-user@lists.sourceforge.net
3262 S:      Orphan
3263 F:      Documentation/networking/decnet.txt
3264 F:      net/decnet/
3265
3266 DECSTATION PLATFORM SUPPORT
3267 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3268 L:      linux-mips@linux-mips.org
3269 W:      http://www.linux-mips.org/wiki/DECstation
3270 S:      Maintained
3271 F:      arch/mips/dec/
3272 F:      arch/mips/include/asm/dec/
3273 F:      arch/mips/include/asm/mach-dec/
3274
3275 DEFXX FDDI NETWORK DRIVER
3276 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3277 S:      Maintained
3278 F:      drivers/net/fddi/defxx.*
3279
3280 DELL LAPTOP DRIVER
3281 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3282 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3283 L:      platform-driver-x86@vger.kernel.org
3284 S:      Maintained
3285 F:      drivers/platform/x86/dell-laptop.c
3286
3287 DELL LAPTOP RBTN DRIVER
3288 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3289 S:      Maintained
3290 F:      drivers/platform/x86/dell-rbtn.*
3291
3292 DELL LAPTOP FREEFALL DRIVER
3293 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3294 S:      Maintained
3295 F:      drivers/platform/x86/dell-smo8800.c
3296
3297 DELL LAPTOP SMM DRIVER
3298 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3299 S:      Maintained
3300 F:      drivers/hwmon/dell-smm-hwmon.c
3301 F:      include/uapi/linux/i8k.h
3302
3303 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3304 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3305 S:      Maintained
3306 F:      Documentation/dcdbas.txt
3307 F:      drivers/firmware/dcdbas.*
3308
3309 DELL WMI EXTRAS DRIVER
3310 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3311 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3312 S:      Maintained
3313 F:      drivers/platform/x86/dell-wmi.c
3314
3315 DESIGNWARE USB2 DRD IP DRIVER
3316 M:      John Youn <johnyoun@synopsys.com>
3317 L:      linux-usb@vger.kernel.org
3318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3319 S:      Maintained
3320 F:      drivers/usb/dwc2/
3321
3322 DESIGNWARE USB3 DRD IP DRIVER
3323 M:      Felipe Balbi <balbi@ti.com>
3324 L:      linux-usb@vger.kernel.org
3325 L:      linux-omap@vger.kernel.org
3326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3327 S:      Maintained
3328 F:      drivers/usb/dwc3/
3329
3330 DEVICE COREDUMP (DEV_COREDUMP)
3331 M:      Johannes Berg <johannes@sipsolutions.net>
3332 L:      linux-kernel@vger.kernel.org
3333 S:      Maintained
3334 F:      drivers/base/devcoredump.c
3335 F:      include/linux/devcoredump.h
3336
3337 DEVICE FREQUENCY (DEVFREQ)
3338 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3339 M:      Kyungmin Park <kyungmin.park@samsung.com>
3340 L:      linux-pm@vger.kernel.org
3341 S:      Maintained
3342 F:      drivers/devfreq/
3343
3344 DEVICE NUMBER REGISTRY
3345 M:      Torben Mathiasen <device@lanana.org>
3346 W:      http://lanana.org/docs/device-list/index.html
3347 S:      Maintained
3348
3349 DEVICE-MAPPER  (LVM)
3350 M:      Alasdair Kergon <agk@redhat.com>
3351 M:      Mike Snitzer <snitzer@redhat.com>
3352 M:      dm-devel@redhat.com
3353 L:      dm-devel@redhat.com
3354 W:      http://sources.redhat.com/dm
3355 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3357 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3358 S:      Maintained
3359 F:      Documentation/device-mapper/
3360 F:      drivers/md/dm*
3361 F:      drivers/md/persistent-data/
3362 F:      include/linux/device-mapper.h
3363 F:      include/linux/dm-*.h
3364 F:      include/uapi/linux/dm-*.h
3365
3366 DIALOG SEMICONDUCTOR DRIVERS
3367 M:      Support Opensource <support.opensource@diasemi.com>
3368 W:      http://www.dialog-semiconductor.com/products
3369 S:      Supported
3370 F:      Documentation/hwmon/da90??
3371 F:      drivers/gpio/gpio-da90??.c
3372 F:      drivers/hwmon/da90??-hwmon.c
3373 F:      drivers/iio/adc/da91??-*.c
3374 F:      drivers/input/misc/da90??_onkey.c
3375 F:      drivers/input/touchscreen/da9052_tsi.c
3376 F:      drivers/leds/leds-da90??.c
3377 F:      drivers/mfd/da903x.c
3378 F:      drivers/mfd/da90??-*.c
3379 F:      drivers/mfd/da91??-*.c
3380 F:      drivers/power/da9052-battery.c
3381 F:      drivers/power/da91??-*.c
3382 F:      drivers/regulator/da903x.c
3383 F:      drivers/regulator/da9???-regulator.[ch]
3384 F:      drivers/rtc/rtc-da90??.c
3385 F:      drivers/video/backlight/da90??_bl.c
3386 F:      drivers/watchdog/da90??_wdt.c
3387 F:      include/linux/mfd/da903x.h
3388 F:      include/linux/mfd/da9052/
3389 F:      include/linux/mfd/da9055/
3390 F:      include/linux/mfd/da9063/
3391 F:      include/linux/mfd/da9150/
3392 F:      include/sound/da[79]*.h
3393 F:      sound/soc/codecs/da[79]*.[ch]
3394
3395 DIGI NEO AND CLASSIC PCI PRODUCTS
3396 M:      Lidza Louina <lidza.louina@gmail.com>
3397 M:      Mark Hounschell <markh@compro.net>
3398 L:      driverdev-devel@linuxdriverproject.org
3399 S:      Maintained
3400 F:      drivers/staging/dgnc/
3401
3402 DIGI EPCA PCI PRODUCTS
3403 M:      Lidza Louina <lidza.louina@gmail.com>
3404 M:      Daeseok Youn <daeseok.youn@gmail.com>
3405 L:      driverdev-devel@linuxdriverproject.org
3406 S:      Maintained
3407 F:      drivers/staging/dgap/
3408
3409 DIOLAN U2C-12 I2C DRIVER
3410 M:      Guenter Roeck <linux@roeck-us.net>
3411 L:      linux-i2c@vger.kernel.org
3412 S:      Maintained
3413 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3414
3415 DIRECT ACCESS (DAX)
3416 M:      Matthew Wilcox <willy@linux.intel.com>
3417 L:      linux-fsdevel@vger.kernel.org
3418 S:      Supported
3419 F:      fs/dax.c
3420
3421 DIRECTORY NOTIFICATION (DNOTIFY)
3422 M:      Eric Paris <eparis@parisplace.org>
3423 S:      Maintained
3424 F:      Documentation/filesystems/dnotify.txt
3425 F:      fs/notify/dnotify/
3426 F:      include/linux/dnotify.h
3427
3428 DISK GEOMETRY AND PARTITION HANDLING
3429 M:      Andries Brouwer <aeb@cwi.nl>
3430 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3431 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3432 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3433 S:      Maintained
3434
3435 DISKQUOTA
3436 M:      Jan Kara <jack@suse.com>
3437 S:      Maintained
3438 F:      Documentation/filesystems/quota.txt
3439 F:      fs/quota/
3440 F:      include/linux/quota*.h
3441 F:      include/uapi/linux/quota*.h
3442
3443 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3444 M:      Bernie Thompson <bernie@plugable.com>
3445 L:      linux-fbdev@vger.kernel.org
3446 S:      Maintained
3447 W:      http://plugable.com/category/projects/udlfb/
3448 F:      drivers/video/fbdev/udlfb.c
3449 F:      include/video/udlfb.h
3450 F:      Documentation/fb/udlfb.txt
3451
3452 DISTRIBUTED LOCK MANAGER (DLM)
3453 M:      Christine Caulfield <ccaulfie@redhat.com>
3454 M:      David Teigland <teigland@redhat.com>
3455 L:      cluster-devel@redhat.com
3456 W:      http://sources.redhat.com/cluster/
3457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3458 S:      Supported
3459 F:      fs/dlm/
3460
3461 DMA BUFFER SHARING FRAMEWORK
3462 M:      Sumit Semwal <sumit.semwal@linaro.org>
3463 S:      Maintained
3464 L:      linux-media@vger.kernel.org
3465 L:      dri-devel@lists.freedesktop.org
3466 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3467 F:      drivers/dma-buf/
3468 F:      include/linux/dma-buf*
3469 F:      include/linux/reservation.h
3470 F:      include/linux/*fence.h
3471 F:      Documentation/dma-buf-sharing.txt
3472 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3473
3474 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3475 M:      Vinod Koul <vinod.koul@intel.com>
3476 L:      dmaengine@vger.kernel.org
3477 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3478 S:      Maintained
3479 F:      drivers/dma/
3480 F:      include/linux/dmaengine.h
3481 F:      Documentation/dmaengine/
3482 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3483
3484 DME1737 HARDWARE MONITOR DRIVER
3485 M:      Juerg Haefliger <juergh@gmail.com>
3486 L:      lm-sensors@lm-sensors.org
3487 S:      Maintained
3488 F:      Documentation/hwmon/dme1737
3489 F:      drivers/hwmon/dme1737.c
3490
3491 DMI/SMBIOS SUPPORT
3492 M:      Jean Delvare <jdelvare@suse.com>
3493 S:      Maintained
3494 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3495 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3496 F:      drivers/firmware/dmi-id.c
3497 F:      drivers/firmware/dmi_scan.c
3498 F:      include/linux/dmi.h
3499
3500 DOCUMENTATION
3501 M:      Jonathan Corbet <corbet@lwn.net>
3502 L:      linux-doc@vger.kernel.org
3503 S:      Maintained
3504 F:      Documentation/
3505 X:      Documentation/ABI/
3506 X:      Documentation/devicetree/
3507 X:      Documentation/acpi
3508 X:      Documentation/power
3509 X:      Documentation/spi
3510 X:      Documentation/DocBook/media
3511 T:      git git://git.lwn.net/linux-2.6.git docs-next
3512
3513 DOUBLETALK DRIVER
3514 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3515 L:      blinux-list@redhat.com
3516 S:      Maintained
3517 F:      drivers/char/dtlk.c
3518 F:      include/linux/dtlk.h
3519
3520 DPT_I2O SCSI RAID DRIVER
3521 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3522 L:      linux-scsi@vger.kernel.org
3523 W:      http://www.adaptec.com/
3524 S:      Maintained
3525 F:      drivers/scsi/dpt*
3526 F:      drivers/scsi/dpt/
3527
3528 DRBD DRIVER
3529 P:      Philipp Reisner
3530 P:      Lars Ellenberg
3531 M:      drbd-dev@lists.linbit.com
3532 L:      drbd-user@lists.linbit.com
3533 W:      http://www.drbd.org
3534 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3535 T:      git git://git.drbd.org/drbd-8.3.git
3536 S:      Supported
3537 F:      drivers/block/drbd/
3538 F:      lib/lru_cache.c
3539 F:      Documentation/blockdev/drbd/
3540
3541 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3542 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3544 S:      Supported
3545 F:      Documentation/kobject.txt
3546 F:      drivers/base/
3547 F:      fs/debugfs/
3548 F:      fs/kernfs/
3549 F:      fs/sysfs/
3550 F:      include/linux/debugfs.h
3551 F:      include/linux/kobj*
3552 F:      lib/kobj*
3553
3554 DRM DRIVERS
3555 M:      David Airlie <airlied@linux.ie>
3556 L:      dri-devel@lists.freedesktop.org
3557 T:      git git://people.freedesktop.org/~airlied/linux
3558 S:      Maintained
3559 F:      drivers/gpu/drm/
3560 F:      drivers/gpu/vga/
3561 F:      include/drm/
3562 F:      include/uapi/drm/
3563
3564 RADEON DRM DRIVERS
3565 M:      Alex Deucher <alexander.deucher@amd.com>
3566 M:      Christian König <christian.koenig@amd.com>
3567 L:      dri-devel@lists.freedesktop.org
3568 T:      git git://people.freedesktop.org/~agd5f/linux
3569 S:      Supported
3570 F:      drivers/gpu/drm/radeon/
3571 F:      include/uapi/drm/radeon*
3572
3573 DRM PANEL DRIVERS
3574 M:      Thierry Reding <thierry.reding@gmail.com>
3575 L:      dri-devel@lists.freedesktop.org
3576 T:      git git://anongit.freedesktop.org/tegra/linux.git
3577 S:      Maintained
3578 F:      drivers/gpu/drm/drm_panel.c
3579 F:      drivers/gpu/drm/panel/
3580 F:      include/drm/drm_panel.h
3581 F:      Documentation/devicetree/bindings/panel/
3582
3583 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3584 M:      Daniel Vetter <daniel.vetter@intel.com>
3585 M:      Jani Nikula <jani.nikula@linux.intel.com>
3586 L:      intel-gfx@lists.freedesktop.org
3587 L:      dri-devel@lists.freedesktop.org
3588 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3589 T:      git git://anongit.freedesktop.org/drm-intel
3590 S:      Supported
3591 F:      drivers/gpu/drm/i915/
3592 F:      include/drm/i915*
3593 F:      include/uapi/drm/i915*
3594
3595 DRM DRIVERS FOR ATMEL HLCDC
3596 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3597 L:      dri-devel@lists.freedesktop.org
3598 S:      Supported
3599 F:      drivers/gpu/drm/atmel-hlcdc/
3600 F:      Documentation/devicetree/bindings/drm/atmel/
3601
3602 DRM DRIVERS FOR EXYNOS
3603 M:      Inki Dae <inki.dae@samsung.com>
3604 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3605 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3606 M:      Kyungmin Park <kyungmin.park@samsung.com>
3607 L:      dri-devel@lists.freedesktop.org
3608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3609 S:      Supported
3610 F:      drivers/gpu/drm/exynos/
3611 F:      include/drm/exynos*
3612 F:      include/uapi/drm/exynos*
3613
3614 DRM DRIVERS FOR FREESCALE DCU
3615 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3616 M:      Alison Wang <alison.wang@freescale.com>
3617 L:      dri-devel@lists.freedesktop.org
3618 S:      Supported
3619 F:      drivers/gpu/drm/fsl-dcu/
3620 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3621 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3622
3623 DRM DRIVERS FOR FREESCALE IMX
3624 M:      Philipp Zabel <p.zabel@pengutronix.de>
3625 L:      dri-devel@lists.freedesktop.org
3626 S:      Maintained
3627 F:      drivers/gpu/drm/imx/
3628 F:      Documentation/devicetree/bindings/drm/imx/
3629
3630 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3631 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3632 L:      dri-devel@lists.freedesktop.org
3633 T:      git git://github.com/patjak/drm-gma500
3634 S:      Maintained
3635 F:      drivers/gpu/drm/gma500
3636 F:      include/drm/gma500*
3637
3638 DRM DRIVERS FOR NVIDIA TEGRA
3639 M:      Thierry Reding <thierry.reding@gmail.com>
3640 M:      Terje Bergström <tbergstrom@nvidia.com>
3641 L:      dri-devel@lists.freedesktop.org
3642 L:      linux-tegra@vger.kernel.org
3643 T:      git git://anongit.freedesktop.org/tegra/linux.git
3644 S:      Supported
3645 F:      drivers/gpu/drm/tegra/
3646 F:      drivers/gpu/host1x/
3647 F:      include/linux/host1x.h
3648 F:      include/uapi/drm/tegra_drm.h
3649 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3650
3651 DRM DRIVERS FOR RENESAS
3652 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3653 L:      dri-devel@lists.freedesktop.org
3654 L:      linux-sh@vger.kernel.org
3655 T:      git git://people.freedesktop.org/~airlied/linux
3656 S:      Supported
3657 F:      drivers/gpu/drm/rcar-du/
3658 F:      drivers/gpu/drm/shmobile/
3659 F:      include/linux/platform_data/shmob_drm.h
3660
3661 DRM DRIVERS FOR ROCKCHIP
3662 M:      Mark Yao <mark.yao@rock-chips.com>
3663 L:      dri-devel@lists.freedesktop.org
3664 S:      Maintained
3665 F:      drivers/gpu/drm/rockchip/
3666 F:      Documentation/devicetree/bindings/video/rockchip*
3667
3668 DRM DRIVERS FOR STI
3669 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3670 M:      Vincent Abriou <vincent.abriou@st.com>
3671 L:      dri-devel@lists.freedesktop.org
3672 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3673 S:      Maintained
3674 F:      drivers/gpu/drm/sti
3675 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3676
3677 DSBR100 USB FM RADIO DRIVER
3678 M:      Alexey Klimov <klimov.linux@gmail.com>
3679 L:      linux-media@vger.kernel.org
3680 T:      git git://linuxtv.org/media_tree.git
3681 S:      Maintained
3682 F:      drivers/media/radio/dsbr100.c
3683
3684 DSCC4 DRIVER
3685 M:      Francois Romieu <romieu@fr.zoreil.com>
3686 L:      netdev@vger.kernel.org
3687 S:      Maintained
3688 F:      drivers/net/wan/dscc4.c
3689
3690 DT3155 MEDIA DRIVER
3691 M:      Hans Verkuil <hverkuil@xs4all.nl>
3692 L:      linux-media@vger.kernel.org
3693 T:      git git://linuxtv.org/media_tree.git
3694 W:      http://linuxtv.org
3695 S:      Odd Fixes
3696 F:      drivers/media/pci/dt3155/
3697
3698 DVB_USB_AF9015 MEDIA DRIVER
3699 M:      Antti Palosaari <crope@iki.fi>
3700 L:      linux-media@vger.kernel.org
3701 W:      http://linuxtv.org/
3702 W:      http://palosaari.fi/linux/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/usb/dvb-usb-v2/af9015*
3707
3708 DVB_USB_AF9035 MEDIA DRIVER
3709 M:      Antti Palosaari <crope@iki.fi>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 W:      http://palosaari.fi/linux/
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/anttip/media_tree.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/af9035*
3717
3718 DVB_USB_ANYSEE MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/anysee*
3727
3728 DVB_USB_AU6610 MEDIA DRIVER
3729 M:      Antti Palosaari <crope@iki.fi>
3730 L:      linux-media@vger.kernel.org
3731 W:      http://linuxtv.org/
3732 W:      http://palosaari.fi/linux/
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/anttip/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/usb/dvb-usb-v2/au6610*
3737
3738 DVB_USB_CE6230 MEDIA DRIVER
3739 M:      Antti Palosaari <crope@iki.fi>
3740 L:      linux-media@vger.kernel.org
3741 W:      http://linuxtv.org/
3742 W:      http://palosaari.fi/linux/
3743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3744 T:      git git://linuxtv.org/anttip/media_tree.git
3745 S:      Maintained
3746 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3747
3748 DVB_USB_CXUSB MEDIA DRIVER
3749 M:      Michael Krufky <mkrufky@linuxtv.org>
3750 L:      linux-media@vger.kernel.org
3751 W:      http://linuxtv.org/
3752 W:      http://github.com/mkrufky
3753 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3754 T:      git git://linuxtv.org/media_tree.git
3755 S:      Maintained
3756 F:      drivers/media/usb/dvb-usb/cxusb*
3757
3758 DVB_USB_EC168 MEDIA DRIVER
3759 M:      Antti Palosaari <crope@iki.fi>
3760 L:      linux-media@vger.kernel.org
3761 W:      http://linuxtv.org/
3762 W:      http://palosaari.fi/linux/
3763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3764 T:      git git://linuxtv.org/anttip/media_tree.git
3765 S:      Maintained
3766 F:      drivers/media/usb/dvb-usb-v2/ec168*
3767
3768 DVB_USB_GL861 MEDIA DRIVER
3769 M:      Antti Palosaari <crope@iki.fi>
3770 L:      linux-media@vger.kernel.org
3771 W:      http://linuxtv.org/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/usb/dvb-usb-v2/gl861*
3776
3777 DVB_USB_MXL111SF MEDIA DRIVER
3778 M:      Michael Krufky <mkrufky@linuxtv.org>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://github.com/mkrufky
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3784 S:      Maintained
3785 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3786
3787 DVB_USB_RTL28XXU MEDIA DRIVER
3788 M:      Antti Palosaari <crope@iki.fi>
3789 L:      linux-media@vger.kernel.org
3790 W:      http://linuxtv.org/
3791 W:      http://palosaari.fi/linux/
3792 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3793 T:      git git://linuxtv.org/anttip/media_tree.git
3794 S:      Maintained
3795 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3796
3797 DVB_USB_V2 MEDIA DRIVER
3798 M:      Antti Palosaari <crope@iki.fi>
3799 L:      linux-media@vger.kernel.org
3800 W:      http://linuxtv.org/
3801 W:      http://palosaari.fi/linux/
3802 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3803 T:      git git://linuxtv.org/anttip/media_tree.git
3804 S:      Maintained
3805 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3806 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3807
3808 DYNAMIC DEBUG
3809 M:      Jason Baron <jbaron@akamai.com>
3810 S:      Maintained
3811 F:      lib/dynamic_debug.c
3812 F:      include/linux/dynamic_debug.h
3813
3814 DZ DECSTATION DZ11 SERIAL DRIVER
3815 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3816 S:      Maintained
3817 F:      drivers/tty/serial/dz.*
3818
3819 E3X0 POWER BUTTON DRIVER
3820 M:      Moritz Fischer <moritz.fischer@ettus.com>
3821 L:      usrp-users@lists.ettus.com
3822 W:      http://www.ettus.com
3823 S:      Supported
3824 F:      drivers/input/misc/e3x0-button.c
3825 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3826
3827 E4000 MEDIA DRIVER
3828 M:      Antti Palosaari <crope@iki.fi>
3829 L:      linux-media@vger.kernel.org
3830 W:      http://linuxtv.org/
3831 W:      http://palosaari.fi/linux/
3832 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3833 T:      git git://linuxtv.org/anttip/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/tuners/e4000*
3836
3837 EATA ISA/EISA/PCI SCSI DRIVER
3838 M:      Dario Ballabio <ballabio_dario@emc.com>
3839 L:      linux-scsi@vger.kernel.org
3840 S:      Maintained
3841 F:      drivers/scsi/eata.c
3842
3843 EC100 MEDIA DRIVER
3844 M:      Antti Palosaari <crope@iki.fi>
3845 L:      linux-media@vger.kernel.org
3846 W:      http://linuxtv.org/
3847 W:      http://palosaari.fi/linux/
3848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3849 T:      git git://linuxtv.org/anttip/media_tree.git
3850 S:      Maintained
3851 F:      drivers/media/dvb-frontends/ec100*
3852
3853 ECRYPT FILE SYSTEM
3854 M:      Tyler Hicks <tyhicks@canonical.com>
3855 L:      ecryptfs@vger.kernel.org
3856 W:      http://ecryptfs.org
3857 W:      https://launchpad.net/ecryptfs
3858 S:      Supported
3859 F:      Documentation/filesystems/ecryptfs.txt
3860 F:      fs/ecryptfs/
3861
3862 EDAC-CORE
3863 M:      Doug Thompson <dougthompson@xmission.com>
3864 M:      Borislav Petkov <bp@alien8.de>
3865 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3866 L:      linux-edac@vger.kernel.org
3867 W:      bluesmoke.sourceforge.net
3868 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3869 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3870 S:      Supported
3871 F:      Documentation/edac.txt
3872 F:      drivers/edac/
3873 F:      include/linux/edac.h
3874
3875 EDAC-AMD64
3876 M:      Doug Thompson <dougthompson@xmission.com>
3877 M:      Borislav Petkov <bp@alien8.de>
3878 L:      linux-edac@vger.kernel.org
3879 W:      bluesmoke.sourceforge.net
3880 S:      Maintained
3881 F:      drivers/edac/amd64_edac*
3882
3883 EDAC-CALXEDA
3884 M:      Doug Thompson <dougthompson@xmission.com>
3885 M:      Robert Richter <rric@kernel.org>
3886 L:      linux-edac@vger.kernel.org
3887 W:      bluesmoke.sourceforge.net
3888 S:      Maintained
3889 F:      drivers/edac/highbank*
3890
3891 EDAC-CAVIUM
3892 M:      Ralf Baechle <ralf@linux-mips.org>
3893 M:      David Daney <david.daney@cavium.com>
3894 L:      linux-edac@vger.kernel.org
3895 L:      linux-mips@linux-mips.org
3896 W:      bluesmoke.sourceforge.net
3897 S:      Supported
3898 F:      drivers/edac/octeon_edac*
3899
3900 EDAC-E752X
3901 M:      Mark Gross <mark.gross@intel.com>
3902 M:      Doug Thompson <dougthompson@xmission.com>
3903 L:      linux-edac@vger.kernel.org
3904 W:      bluesmoke.sourceforge.net
3905 S:      Maintained
3906 F:      drivers/edac/e752x_edac.c
3907
3908 EDAC-E7XXX
3909 M:      Doug Thompson <dougthompson@xmission.com>
3910 L:      linux-edac@vger.kernel.org
3911 W:      bluesmoke.sourceforge.net
3912 S:      Maintained
3913 F:      drivers/edac/e7xxx_edac.c
3914
3915 EDAC-GHES
3916 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3917 L:      linux-edac@vger.kernel.org
3918 W:      bluesmoke.sourceforge.net
3919 S:      Maintained
3920 F:      drivers/edac/ghes_edac.c
3921
3922 EDAC-I82443BXGX
3923 M:      Tim Small <tim@buttersideup.com>
3924 L:      linux-edac@vger.kernel.org
3925 W:      bluesmoke.sourceforge.net
3926 S:      Maintained
3927 F:      drivers/edac/i82443bxgx_edac.c
3928
3929 EDAC-I3000
3930 M:      Jason Uhlenkott <juhlenko@akamai.com>
3931 L:      linux-edac@vger.kernel.org
3932 W:      bluesmoke.sourceforge.net
3933 S:      Maintained
3934 F:      drivers/edac/i3000_edac.c
3935
3936 EDAC-I5000
3937 M:      Doug Thompson <dougthompson@xmission.com>
3938 L:      linux-edac@vger.kernel.org
3939 W:      bluesmoke.sourceforge.net
3940 S:      Maintained
3941 F:      drivers/edac/i5000_edac.c
3942
3943 EDAC-I5400
3944 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3945 L:      linux-edac@vger.kernel.org
3946 W:      bluesmoke.sourceforge.net
3947 S:      Maintained
3948 F:      drivers/edac/i5400_edac.c
3949
3950 EDAC-I7300
3951 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3952 L:      linux-edac@vger.kernel.org
3953 W:      bluesmoke.sourceforge.net
3954 S:      Maintained
3955 F:      drivers/edac/i7300_edac.c
3956
3957 EDAC-I7CORE
3958 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3959 L:      linux-edac@vger.kernel.org
3960 W:      bluesmoke.sourceforge.net
3961 S:      Maintained
3962 F:      drivers/edac/i7core_edac.c
3963
3964 EDAC-I82975X
3965 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3966 M:      "Arvind R." <arvino55@gmail.com>
3967 L:      linux-edac@vger.kernel.org
3968 W:      bluesmoke.sourceforge.net
3969 S:      Maintained
3970 F:      drivers/edac/i82975x_edac.c
3971
3972 EDAC-IE31200
3973 M:      Jason Baron <jbaron@akamai.com>
3974 L:      linux-edac@vger.kernel.org
3975 W:      bluesmoke.sourceforge.net
3976 S:      Maintained
3977 F:      drivers/edac/ie31200_edac.c
3978
3979 EDAC-MPC85XX
3980 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3981 L:      linux-edac@vger.kernel.org
3982 W:      bluesmoke.sourceforge.net
3983 S:      Maintained
3984 F:      drivers/edac/mpc85xx_edac.[ch]
3985
3986 EDAC-PASEMI
3987 M:      Egor Martovetsky <egor@pasemi.com>
3988 L:      linux-edac@vger.kernel.org
3989 W:      bluesmoke.sourceforge.net
3990 S:      Maintained
3991 F:      drivers/edac/pasemi_edac.c
3992
3993 EDAC-R82600
3994 M:      Tim Small <tim@buttersideup.com>
3995 L:      linux-edac@vger.kernel.org
3996 W:      bluesmoke.sourceforge.net
3997 S:      Maintained
3998 F:      drivers/edac/r82600_edac.c
3999
4000 EDAC-SBRIDGE
4001 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4002 L:      linux-edac@vger.kernel.org
4003 W:      bluesmoke.sourceforge.net
4004 S:      Maintained
4005 F:      drivers/edac/sb_edac.c
4006
4007 EDAC-XGENE
4008 APPLIED MICRO (APM) X-GENE SOC EDAC
4009 M:     Loc Ho <lho@apm.com>
4010 S:     Supported
4011 F:     drivers/edac/xgene_edac.c
4012 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4013
4014 EDIROL UA-101/UA-1000 DRIVER
4015 M:      Clemens Ladisch <clemens@ladisch.de>
4016 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4017 T:      git git://git.alsa-project.org/alsa-kernel.git
4018 S:      Maintained
4019 F:      sound/usb/misc/ua101.c
4020
4021 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4022 M:      Matt Fleming <matt@codeblueprint.co.uk>
4023 L:      linux-efi@vger.kernel.org
4024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4025 S:      Maintained
4026 F:      Documentation/efi-stub.txt
4027 F:      arch/ia64/kernel/efi.c
4028 F:      arch/x86/boot/compressed/eboot.[ch]
4029 F:      arch/x86/include/asm/efi.h
4030 F:      arch/x86/platform/efi/*
4031 F:      drivers/firmware/efi/*
4032 F:      include/linux/efi*.h
4033
4034 EFI VARIABLE FILESYSTEM
4035 M:      Matthew Garrett <matthew.garrett@nebula.com>
4036 M:      Jeremy Kerr <jk@ozlabs.org>
4037 M:      Matt Fleming <matt@codeblueprint.co.uk>
4038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4039 L:      linux-efi@vger.kernel.org
4040 S:      Maintained
4041 F:      fs/efivarfs/
4042
4043 EFIFB FRAMEBUFFER DRIVER
4044 L:      linux-fbdev@vger.kernel.org
4045 M:      Peter Jones <pjones@redhat.com>
4046 S:      Maintained
4047 F:      drivers/video/fbdev/efifb.c
4048
4049 EFS FILESYSTEM
4050 W:      http://aeschi.ch.eu.org/efs/
4051 S:      Orphan
4052 F:      fs/efs/
4053
4054 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4055 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4056 M:      Christoph Raisch <raisch@de.ibm.com>
4057 L:      linux-rdma@vger.kernel.org
4058 S:      Supported
4059 F:      drivers/infiniband/hw/ehca/
4060
4061 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4062 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4063 L:      netdev@vger.kernel.org
4064 S:      Maintained
4065 F:      drivers/net/ethernet/ibm/ehea/
4066
4067 EM28XX VIDEO4LINUX DRIVER
4068 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4069 L:      linux-media@vger.kernel.org
4070 W:      http://linuxtv.org
4071 T:      git git://linuxtv.org/media_tree.git
4072 S:      Maintained
4073 F:      drivers/media/usb/em28xx/
4074
4075 EMBEDDED LINUX
4076 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4077 M:      Matt Mackall <mpm@selenic.com>
4078 M:      David Woodhouse <dwmw2@infradead.org>
4079 L:      linux-embedded@vger.kernel.org
4080 S:      Maintained
4081
4082 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4083 M:      James Smart <james.smart@avagotech.com>
4084 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4085 L:      linux-scsi@vger.kernel.org
4086 W:      http://www.avagotech.com
4087 S:      Supported
4088 F:      drivers/scsi/lpfc/
4089
4090 ENE CB710 FLASH CARD READER DRIVER
4091 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4092 S:      Maintained
4093 F:      drivers/misc/cb710/
4094 F:      drivers/mmc/host/cb710-mmc.*
4095 F:      include/linux/cb710.h
4096
4097 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4098 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4099 S:      Maintained
4100 F:      drivers/media/rc/ene_ir.*
4101
4102 ENHANCED ERROR HANDLING (EEH)
4103 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4104 L:      linuxppc-dev@lists.ozlabs.org
4105 S:      Supported
4106 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4107 F:      arch/powerpc/kernel/eeh*.c
4108
4109 EPSON S1D13XXX FRAMEBUFFER DRIVER
4110 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4111 S:      Maintained
4112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4113 F:      drivers/video/fbdev/s1d13xxxfb.c
4114 F:      include/video/s1d13xxxfb.h
4115
4116 ET131X NETWORK DRIVER
4117 M:      Mark Einon <mark.einon@gmail.com>
4118 S:      Odd Fixes
4119 F:      drivers/net/ethernet/agere/
4120
4121 ETHERNET BRIDGE
4122 M:      Stephen Hemminger <stephen@networkplumber.org>
4123 L:      bridge@lists.linux-foundation.org
4124 L:      netdev@vger.kernel.org
4125 W:      http://www.linuxfoundation.org/en/Net:Bridge
4126 S:      Maintained
4127 F:      include/linux/netfilter_bridge/
4128 F:      net/bridge/
4129
4130 ETHERNET PHY LIBRARY
4131 M:      Florian Fainelli <f.fainelli@gmail.com>
4132 L:      netdev@vger.kernel.org
4133 S:      Maintained
4134 F:      include/linux/phy.h
4135 F:      include/linux/phy_fixed.h
4136 F:      drivers/net/phy/
4137 F:      Documentation/networking/phy.txt
4138 F:      drivers/of/of_mdio.c
4139 F:      drivers/of/of_net.c
4140
4141 EXT2 FILE SYSTEM
4142 M:      Jan Kara <jack@suse.com>
4143 L:      linux-ext4@vger.kernel.org
4144 S:      Maintained
4145 F:      Documentation/filesystems/ext2.txt
4146 F:      fs/ext2/
4147 F:      include/linux/ext2*
4148
4149 EXT4 FILE SYSTEM
4150 M:      "Theodore Ts'o" <tytso@mit.edu>
4151 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4152 L:      linux-ext4@vger.kernel.org
4153 W:      http://ext4.wiki.kernel.org
4154 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4155 S:      Maintained
4156 F:      Documentation/filesystems/ext4.txt
4157 F:      fs/ext4/
4158
4159 Extended Verification Module (EVM)
4160 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4161 L:      linux-ima-devel@lists.sourceforge.net
4162 L:      linux-security-module@vger.kernel.org
4163 S:      Supported
4164 F:      security/integrity/evm/
4165
4166 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4167 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4168 M:      Chanwoo Choi <cw00.choi@samsung.com>
4169 L:      linux-kernel@vger.kernel.org
4170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4171 S:      Maintained
4172 F:      drivers/extcon/
4173 F:      Documentation/extcon/
4174
4175 EXYNOS DP DRIVER
4176 M:      Jingoo Han <jingoohan1@gmail.com>
4177 L:      dri-devel@lists.freedesktop.org
4178 S:      Maintained
4179 F:      drivers/gpu/drm/exynos/exynos_dp*
4180
4181 EXYNOS MIPI DISPLAY DRIVERS
4182 M:      Inki Dae <inki.dae@samsung.com>
4183 M:      Donghwa Lee <dh09.lee@samsung.com>
4184 M:      Kyungmin Park <kyungmin.park@samsung.com>
4185 L:      linux-fbdev@vger.kernel.org
4186 S:      Maintained
4187 F:      drivers/video/fbdev/exynos/exynos_mipi*
4188 F:      include/video/exynos_mipi*
4189
4190 F71805F HARDWARE MONITORING DRIVER
4191 M:      Jean Delvare <jdelvare@suse.com>
4192 L:      lm-sensors@lm-sensors.org
4193 S:      Maintained
4194 F:      Documentation/hwmon/f71805f
4195 F:      drivers/hwmon/f71805f.c
4196
4197 FC0011 TUNER DRIVER
4198 M:      Michael Buesch <m@bues.ch>
4199 L:      linux-media@vger.kernel.org
4200 S:      Maintained
4201 F:      drivers/media/tuners/fc0011.h
4202 F:      drivers/media/tuners/fc0011.c
4203
4204 FC2580 MEDIA DRIVER
4205 M:      Antti Palosaari <crope@iki.fi>
4206 L:      linux-media@vger.kernel.org
4207 W:      http://linuxtv.org/
4208 W:      http://palosaari.fi/linux/
4209 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4210 T:      git git://linuxtv.org/anttip/media_tree.git
4211 S:      Maintained
4212 F:      drivers/media/tuners/fc2580*
4213
4214 FANOTIFY
4215 M:      Eric Paris <eparis@redhat.com>
4216 S:      Maintained
4217 F:      fs/notify/fanotify/
4218 F:      include/linux/fanotify.h
4219 F:      include/uapi/linux/fanotify.h
4220
4221 FARSYNC SYNCHRONOUS DRIVER
4222 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4223 W:      http://www.farsite.co.uk/
4224 S:      Supported
4225 F:      drivers/net/wan/farsync.*
4226
4227 FAULT INJECTION SUPPORT
4228 M:      Akinobu Mita <akinobu.mita@gmail.com>
4229 S:      Supported
4230 F:      Documentation/fault-injection/
4231 F:      lib/fault-inject.c
4232
4233 FBTFT Framebuffer drivers
4234 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4235 M:      Noralf Trønnes <noralf@tronnes.org>
4236 S:      Maintained
4237 F:      drivers/staging/fbtft/
4238
4239 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4240 M:      Vasu Dev <vasu.dev@intel.com>
4241 L:      fcoe-devel@open-fcoe.org
4242 W:      www.Open-FCoE.org
4243 S:      Supported
4244 F:      drivers/scsi/libfc/
4245 F:      drivers/scsi/fcoe/
4246 F:      include/scsi/fc/
4247 F:      include/scsi/libfc.h
4248 F:      include/scsi/libfcoe.h
4249 F:      include/uapi/scsi/fc/
4250
4251 FILE LOCKING (flock() and fcntl()/lockf())
4252 M:      Jeff Layton <jlayton@poochiereds.net>
4253 M:      "J. Bruce Fields" <bfields@fieldses.org>
4254 L:      linux-fsdevel@vger.kernel.org
4255 S:      Maintained
4256 F:      include/linux/fcntl.h
4257 F:      include/linux/fs.h
4258 F:      include/uapi/linux/fcntl.h
4259 F:      include/uapi/linux/fs.h
4260 F:      fs/fcntl.c
4261 F:      fs/locks.c
4262
4263 FILESYSTEMS (VFS and infrastructure)
4264 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4265 L:      linux-fsdevel@vger.kernel.org
4266 S:      Maintained
4267 F:      fs/*
4268
4269 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4270 M:      Riku Voipio <riku.voipio@iki.fi>
4271 L:      lm-sensors@lm-sensors.org
4272 S:      Maintained
4273 F:      drivers/hwmon/f75375s.c
4274 F:      include/linux/f75375s.h
4275
4276 FIREWIRE AUDIO DRIVERS
4277 M:      Clemens Ladisch <clemens@ladisch.de>
4278 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4279 T:      git git://git.alsa-project.org/alsa-kernel.git
4280 S:      Maintained
4281 F:      sound/firewire/
4282
4283 FIREWIRE MEDIA DRIVERS (firedtv)
4284 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4285 L:      linux-media@vger.kernel.org
4286 L:      linux1394-devel@lists.sourceforge.net
4287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4288 S:      Maintained
4289 F:      drivers/media/firewire/
4290
4291 FIREWIRE SBP-2 TARGET
4292 M:      Chris Boot <bootc@bootc.net>
4293 L:      linux-scsi@vger.kernel.org
4294 L:      target-devel@vger.kernel.org
4295 L:      linux1394-devel@lists.sourceforge.net
4296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4297 S:      Maintained
4298 F:      drivers/target/sbp/
4299
4300 FIREWIRE SUBSYSTEM
4301 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4302 L:      linux1394-devel@lists.sourceforge.net
4303 W:      http://ieee1394.wiki.kernel.org/
4304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4305 S:      Maintained
4306 F:      drivers/firewire/
4307 F:      include/linux/firewire.h
4308 F:      include/uapi/linux/firewire*.h
4309 F:      tools/firewire/
4310
4311 FIRMWARE LOADER (request_firmware)
4312 M:      Ming Lei <ming.lei@canonical.com>
4313 L:      linux-kernel@vger.kernel.org
4314 S:      Maintained
4315 F:      Documentation/firmware_class/
4316 F:      drivers/base/firmware*.c
4317 F:      include/linux/firmware.h
4318
4319 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4320 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4321 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4322 S:      Maintained
4323 F:      drivers/block/rsxx/
4324
4325 FLOPPY DRIVER
4326 M:      Jiri Kosina <jikos@kernel.org>
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4328 S:      Odd fixes
4329 F:      drivers/block/floppy.c
4330
4331 FMC SUBSYSTEM
4332 M:      Alessandro Rubini <rubini@gnudd.com>
4333 W:      http://www.ohwr.org/projects/fmc-bus
4334 S:      Supported
4335 F:      drivers/fmc/
4336 F:      include/linux/fmc*.h
4337 F:      include/linux/ipmi-fru.h
4338 K:      fmc_d.*register
4339
4340 FPU EMULATOR
4341 M:      Bill Metzenthen <billm@melbpc.org.au>
4342 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4343 S:      Maintained
4344 F:      arch/x86/math-emu/
4345
4346 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4347 L:      netdev@vger.kernel.org
4348 S:      Orphan
4349 F:      drivers/net/wan/dlci.c
4350 F:      drivers/net/wan/sdla.c
4351
4352 FRAMEBUFFER LAYER
4353 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4354 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4355 L:      linux-fbdev@vger.kernel.org
4356 W:      http://linux-fbdev.sourceforge.net/
4357 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4359 S:      Maintained
4360 F:      Documentation/fb/
4361 F:      Documentation/devicetree/bindings/fb/
4362 F:      drivers/video/
4363 F:      include/video/
4364 F:      include/linux/fb.h
4365 F:      include/uapi/video/
4366 F:      include/uapi/linux/fb.h
4367
4368 FREESCALE DIU FRAMEBUFFER DRIVER
4369 M:      Timur Tabi <timur@tabi.org>
4370 L:      linux-fbdev@vger.kernel.org
4371 S:      Maintained
4372 F:      drivers/video/fbdev/fsl-diu-fb.*
4373
4374 FREESCALE DMA DRIVER
4375 M:      Li Yang <leoli@freescale.com>
4376 M:      Zhang Wei <zw@zh-kernel.org>
4377 L:      linuxppc-dev@lists.ozlabs.org
4378 S:      Maintained
4379 F:      drivers/dma/fsldma.*
4380
4381 FREESCALE I2C CPM DRIVER
4382 M:      Jochen Friedrich <jochen@scram.de>
4383 L:      linuxppc-dev@lists.ozlabs.org
4384 L:      linux-i2c@vger.kernel.org
4385 S:      Maintained
4386 F:      drivers/i2c/busses/i2c-cpm.c
4387
4388 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4389 M:      Sascha Hauer <kernel@pengutronix.de>
4390 L:      linux-fbdev@vger.kernel.org
4391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4392 S:      Maintained
4393 F:      include/linux/platform_data/video-imxfb.h
4394 F:      drivers/video/fbdev/imxfb.c
4395
4396 FREESCALE QUAD SPI DRIVER
4397 M:      Han Xu <han.xu@freescale.com>
4398 L:      linux-mtd@lists.infradead.org
4399 S:      Maintained
4400 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4401
4402 FREESCALE SOC FS_ENET DRIVER
4403 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4404 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4405 L:      linuxppc-dev@lists.ozlabs.org
4406 L:      netdev@vger.kernel.org
4407 S:      Maintained
4408 F:      drivers/net/ethernet/freescale/fs_enet/
4409 F:      include/linux/fs_enet_pd.h
4410
4411 FREESCALE QUICC ENGINE LIBRARY
4412 L:      linuxppc-dev@lists.ozlabs.org
4413 S:      Orphan
4414 F:      arch/powerpc/sysdev/qe_lib/
4415 F:      arch/powerpc/include/asm/*qe.h
4416
4417 FREESCALE USB PERIPHERAL DRIVERS
4418 M:      Li Yang <leoli@freescale.com>
4419 L:      linux-usb@vger.kernel.org
4420 L:      linuxppc-dev@lists.ozlabs.org
4421 S:      Maintained
4422 F:      drivers/usb/gadget/udc/fsl*
4423
4424 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4425 M:      Li Yang <leoli@freescale.com>
4426 L:      netdev@vger.kernel.org
4427 L:      linuxppc-dev@lists.ozlabs.org
4428 S:      Maintained
4429 F:      drivers/net/ethernet/freescale/ucc_geth*
4430
4431 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4432 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4433 L:      netdev@vger.kernel.org
4434 S:      Maintained
4435 F:      drivers/net/ethernet/freescale/gianfar*
4436 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4437 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4438
4439 FREESCALE QUICC ENGINE UCC UART DRIVER
4440 M:      Timur Tabi <timur@tabi.org>
4441 L:      linuxppc-dev@lists.ozlabs.org
4442 S:      Maintained
4443 F:      drivers/tty/serial/ucc_uart.c
4444
4445 FREESCALE SOC SOUND DRIVERS
4446 M:      Timur Tabi <timur@tabi.org>
4447 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4448 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4449 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4450 L:      linuxppc-dev@lists.ozlabs.org
4451 S:      Maintained
4452 F:      sound/soc/fsl/fsl*
4453 F:      sound/soc/fsl/imx*
4454 F:      sound/soc/fsl/mpc8610_hpcd.c
4455
4456 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4457 M:      "J. German Rivera" <German.Rivera@freescale.com>
4458 L:      linux-kernel@vger.kernel.org
4459 S:      Maintained
4460 F:      drivers/staging/fsl-mc/
4461
4462 FREEVXFS FILESYSTEM
4463 M:      Christoph Hellwig <hch@infradead.org>
4464 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4465 S:      Maintained
4466 F:      fs/freevxfs/
4467
4468 FREEZER
4469 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4470 M:      Pavel Machek <pavel@ucw.cz>
4471 L:      linux-pm@vger.kernel.org
4472 S:      Supported
4473 F:      Documentation/power/freezing-of-tasks.txt
4474 F:      include/linux/freezer.h
4475 F:      kernel/freezer.c
4476
4477 FRONTSWAP API
4478 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4479 L:      linux-kernel@vger.kernel.org
4480 S:      Maintained
4481 F:      mm/frontswap.c
4482 F:      include/linux/frontswap.h
4483
4484 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4485 M:      David Howells <dhowells@redhat.com>
4486 L:      linux-cachefs@redhat.com
4487 S:      Supported
4488 F:      Documentation/filesystems/caching/
4489 F:      fs/fscache/
4490 F:      include/linux/fscache*.h
4491
4492 F2FS FILE SYSTEM
4493 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4494 M:      Changman Lee <cm224.lee@samsung.com>
4495 R:      Chao Yu <chao2.yu@samsung.com>
4496 L:      linux-f2fs-devel@lists.sourceforge.net
4497 W:      http://en.wikipedia.org/wiki/F2FS
4498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4499 S:      Maintained
4500 F:      Documentation/filesystems/f2fs.txt
4501 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4502 F:      fs/f2fs/
4503 F:      include/linux/f2fs_fs.h
4504 F:      include/trace/events/f2fs.h
4505
4506 FUJITSU FR-V (FRV) PORT
4507 M:      David Howells <dhowells@redhat.com>
4508 S:      Maintained
4509 F:      arch/frv/
4510
4511 FUJITSU LAPTOP EXTRAS
4512 M:      Jonathan Woithe <jwoithe@just42.net>
4513 L:      platform-driver-x86@vger.kernel.org
4514 S:      Maintained
4515 F:      drivers/platform/x86/fujitsu-laptop.c
4516
4517 FUJITSU M-5MO LS CAMERA ISP DRIVER
4518 M:      Kyungmin Park <kyungmin.park@samsung.com>
4519 M:      Heungjun Kim <riverful.kim@samsung.com>
4520 L:      linux-media@vger.kernel.org
4521 S:      Maintained
4522 F:      drivers/media/i2c/m5mols/
4523 F:      include/media/m5mols.h
4524
4525 FUJITSU TABLET EXTRAS
4526 M:      Robert Gerlach <khnz@gmx.de>
4527 L:      platform-driver-x86@vger.kernel.org
4528 S:      Maintained
4529 F:      drivers/platform/x86/fujitsu-tablet.c
4530
4531 FUSE: FILESYSTEM IN USERSPACE
4532 M:      Miklos Szeredi <miklos@szeredi.hu>
4533 L:      fuse-devel@lists.sourceforge.net
4534 W:      http://fuse.sourceforge.net/
4535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4536 S:      Maintained
4537 F:      fs/fuse/
4538 F:      include/uapi/linux/fuse.h
4539 F:      Documentation/filesystems/fuse.txt
4540
4541 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4542 M:      Rik Faith <faith@cs.unc.edu>
4543 L:      linux-scsi@vger.kernel.org
4544 S:      Odd Fixes (e.g., new signatures)
4545 F:      drivers/scsi/fdomain.*
4546
4547 GCOV BASED KERNEL PROFILING
4548 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4549 S:      Maintained
4550 F:      kernel/gcov/
4551 F:      Documentation/gcov.txt
4552
4553 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4554 M:      Achim Leubner <achim_leubner@adaptec.com>
4555 L:      linux-scsi@vger.kernel.org
4556 W:      http://www.icp-vortex.com/
4557 S:      Supported
4558 F:      drivers/scsi/gdt*
4559
4560 GDB KERNEL DEBUGGING HELPER SCRIPTS
4561 M:      Jan Kiszka <jan.kiszka@siemens.com>
4562 S:      Supported
4563 F:      scripts/gdb/
4564
4565 GEMTEK FM RADIO RECEIVER DRIVER
4566 M:      Hans Verkuil <hverkuil@xs4all.nl>
4567 L:      linux-media@vger.kernel.org
4568 T:      git git://linuxtv.org/media_tree.git
4569 W:      http://linuxtv.org
4570 S:      Maintained
4571 F:      drivers/media/radio/radio-gemtek*
4572
4573 GENERIC GPIO I2C DRIVER
4574 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4575 S:      Supported
4576 F:      drivers/i2c/busses/i2c-gpio.c
4577 F:      include/linux/i2c-gpio.h
4578
4579 GENERIC GPIO I2C MULTIPLEXER DRIVER
4580 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4581 L:      linux-i2c@vger.kernel.org
4582 S:      Supported
4583 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4584 F:      include/linux/i2c-mux-gpio.h
4585 F:      Documentation/i2c/muxes/i2c-mux-gpio
4586
4587 GENERIC HDLC (WAN) DRIVERS
4588 M:      Krzysztof Halasa <khc@pm.waw.pl>
4589 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4590 S:      Maintained
4591 F:      drivers/net/wan/c101.c
4592 F:      drivers/net/wan/hd6457*
4593 F:      drivers/net/wan/hdlc*
4594 F:      drivers/net/wan/n2.c
4595 F:      drivers/net/wan/pc300too.c
4596 F:      drivers/net/wan/pci200syn.c
4597 F:      drivers/net/wan/wanxl*
4598
4599 GENERIC INCLUDE/ASM HEADER FILES
4600 M:      Arnd Bergmann <arnd@arndb.de>
4601 L:      linux-arch@vger.kernel.org
4602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4603 S:      Maintained
4604 F:      include/asm-generic/
4605 F:      include/uapi/asm-generic/
4606
4607 GENERIC PHY FRAMEWORK
4608 M:      Kishon Vijay Abraham I <kishon@ti.com>
4609 L:      linux-kernel@vger.kernel.org
4610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4611 S:      Supported
4612 F:      drivers/phy/
4613 F:      include/linux/phy/
4614
4615 GENERIC PM DOMAINS
4616 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4617 M:      Kevin Hilman <khilman@kernel.org>
4618 M:      Ulf Hansson <ulf.hansson@linaro.org>
4619 L:      linux-pm@vger.kernel.org
4620 S:      Supported
4621 F:      drivers/base/power/domain*.c
4622 F:      include/linux/pm_domain.h
4623
4624 GENERIC UIO DRIVER FOR PCI DEVICES
4625 M:      "Michael S. Tsirkin" <mst@redhat.com>
4626 L:      kvm@vger.kernel.org
4627 S:      Supported
4628 F:      drivers/uio/uio_pci_generic.c
4629
4630 GET_MAINTAINER SCRIPT
4631 M:      Joe Perches <joe@perches.com>
4632 S:      Maintained
4633 F:      scripts/get_maintainer.pl
4634
4635 GFS2 FILE SYSTEM
4636 M:      Steven Whitehouse <swhiteho@redhat.com>
4637 M:      Bob Peterson <rpeterso@redhat.com>
4638 L:      cluster-devel@redhat.com
4639 W:      http://sources.redhat.com/cluster/
4640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4641 S:      Supported
4642 F:      Documentation/filesystems/gfs2*.txt
4643 F:      fs/gfs2/
4644 F:      include/uapi/linux/gfs2_ondisk.h
4645
4646 GIGASET ISDN DRIVERS
4647 M:      Paul Bolle <pebolle@tiscali.nl>
4648 L:      gigaset307x-common@lists.sourceforge.net
4649 W:      http://gigaset307x.sourceforge.net/
4650 S:      Odd Fixes
4651 F:      Documentation/isdn/README.gigaset
4652 F:      drivers/isdn/gigaset/
4653 F:      include/uapi/linux/gigaset_dev.h
4654
4655 GO7007 MPEG CODEC
4656 M:      Hans Verkuil <hans.verkuil@cisco.com>
4657 L:      linux-media@vger.kernel.org
4658 S:      Maintained
4659 F:      drivers/media/usb/go7007/
4660
4661 GOODIX TOUCHSCREEN
4662 M:      Bastien Nocera <hadess@hadess.net>
4663 L:      linux-input@vger.kernel.org
4664 S:      Maintained
4665 F:      drivers/input/touchscreen/goodix.c
4666
4667 GPIO SUBSYSTEM
4668 M:      Linus Walleij <linus.walleij@linaro.org>
4669 M:      Alexandre Courbot <gnurou@gmail.com>
4670 L:      linux-gpio@vger.kernel.org
4671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4672 S:      Maintained
4673 F:      Documentation/gpio/
4674 F:      drivers/gpio/
4675 F:      include/linux/gpio/
4676 F:      include/linux/gpio.h
4677 F:      include/asm-generic/gpio.h
4678
4679 GRE DEMULTIPLEXER DRIVER
4680 M:      Dmitry Kozlov <xeb@mail.ru>
4681 L:      netdev@vger.kernel.org
4682 S:      Maintained
4683 F:      net/ipv4/gre_demux.c
4684 F:      net/ipv4/gre_offload.c
4685 F:      include/net/gre.h
4686
4687 GRETH 10/100/1G Ethernet MAC device driver
4688 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4689 L:      netdev@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/net/ethernet/aeroflex/
4692
4693 GSPCA FINEPIX SUBDRIVER
4694 M:      Frank Zago <frank@zago.net>
4695 L:      linux-media@vger.kernel.org
4696 T:      git git://linuxtv.org/media_tree.git
4697 S:      Maintained
4698 F:      drivers/media/usb/gspca/finepix.c
4699
4700 GSPCA GL860 SUBDRIVER
4701 M:      Olivier Lorin <o.lorin@laposte.net>
4702 L:      linux-media@vger.kernel.org
4703 T:      git git://linuxtv.org/media_tree.git
4704 S:      Maintained
4705 F:      drivers/media/usb/gspca/gl860/
4706
4707 GSPCA M5602 SUBDRIVER
4708 M:      Erik Andren <erik.andren@gmail.com>
4709 L:      linux-media@vger.kernel.org
4710 T:      git git://linuxtv.org/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/gspca/m5602/
4713
4714 GSPCA PAC207 SONIXB SUBDRIVER
4715 M:      Hans de Goede <hdegoede@redhat.com>
4716 L:      linux-media@vger.kernel.org
4717 T:      git git://linuxtv.org/media_tree.git
4718 S:      Maintained
4719 F:      drivers/media/usb/gspca/pac207.c
4720
4721 GSPCA SN9C20X SUBDRIVER
4722 M:      Brian Johnson <brijohn@gmail.com>
4723 L:      linux-media@vger.kernel.org
4724 T:      git git://linuxtv.org/media_tree.git
4725 S:      Maintained
4726 F:      drivers/media/usb/gspca/sn9c20x.c
4727
4728 GSPCA T613 SUBDRIVER
4729 M:      Leandro Costantino <lcostantino@gmail.com>
4730 L:      linux-media@vger.kernel.org
4731 T:      git git://linuxtv.org/media_tree.git
4732 S:      Maintained
4733 F:      drivers/media/usb/gspca/t613.c
4734
4735 GSPCA USB WEBCAM DRIVER
4736 M:      Hans de Goede <hdegoede@redhat.com>
4737 L:      linux-media@vger.kernel.org
4738 T:      git git://linuxtv.org/media_tree.git
4739 S:      Maintained
4740 F:      drivers/media/usb/gspca/
4741
4742 GUID PARTITION TABLE (GPT)
4743 M:      Davidlohr Bueso <dave@stgolabs.net>
4744 L:      linux-efi@vger.kernel.org
4745 S:      Maintained
4746 F:      block/partitions/efi.*
4747
4748 STK1160 USB VIDEO CAPTURE DRIVER
4749 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4750 L:      linux-media@vger.kernel.org
4751 T:      git git://linuxtv.org/media_tree.git
4752 S:      Maintained
4753 F:      drivers/media/usb/stk1160/
4754
4755 H8/300 ARCHITECTURE
4756 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4757 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4758 W:      http://uclinux-h8.sourceforge.jp
4759 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4760 S:      Maintained
4761 F:      arch/h8300/
4762 F:      drivers/clocksource/h8300_*.c
4763 F:      drivers/clk/h8300/
4764 F:      drivers/irqchip/irq-renesas-h8*.c
4765
4766 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4767 M:      Frank Seidel <frank@f-seidel.de>
4768 L:      platform-driver-x86@vger.kernel.org
4769 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4770 S:      Maintained
4771 F:      drivers/platform/x86/hdaps.c
4772
4773 HDPVR USB VIDEO ENCODER DRIVER
4774 M:      Hans Verkuil <hverkuil@xs4all.nl>
4775 L:      linux-media@vger.kernel.org
4776 T:      git git://linuxtv.org/media_tree.git
4777 W:      http://linuxtv.org
4778 S:      Odd Fixes
4779 F:      drivers/media/usb/hdpvr/
4780
4781 HWPOISON MEMORY FAILURE HANDLING
4782 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4783 L:      linux-mm@kvack.org
4784 S:      Maintained
4785 F:      mm/memory-failure.c
4786 F:      mm/hwpoison-inject.c
4787
4788 HYPERVISOR VIRTUAL CONSOLE DRIVER
4789 L:      linuxppc-dev@lists.ozlabs.org
4790 S:      Odd Fixes
4791 F:      drivers/tty/hvc/
4792
4793 HACKRF MEDIA DRIVER
4794 M:      Antti Palosaari <crope@iki.fi>
4795 L:      linux-media@vger.kernel.org
4796 W:      http://linuxtv.org/
4797 W:      http://palosaari.fi/linux/
4798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4799 T:      git git://linuxtv.org/anttip/media_tree.git
4800 S:      Maintained
4801 F:      drivers/media/usb/hackrf/
4802
4803 HARDWARE MONITORING
4804 M:      Jean Delvare <jdelvare@suse.com>
4805 M:      Guenter Roeck <linux@roeck-us.net>
4806 L:      lm-sensors@lm-sensors.org
4807 W:      http://www.lm-sensors.org/
4808 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4810 S:      Maintained
4811 F:      Documentation/hwmon/
4812 F:      drivers/hwmon/
4813 F:      include/linux/hwmon*.h
4814
4815 HARDWARE RANDOM NUMBER GENERATOR CORE
4816 M:      Matt Mackall <mpm@selenic.com>
4817 M:      Herbert Xu <herbert@gondor.apana.org.au>
4818 L:      linux-crypto@vger.kernel.org
4819 S:      Odd fixes
4820 F:      Documentation/hw_random.txt
4821 F:      drivers/char/hw_random/
4822 F:      include/linux/hw_random.h
4823
4824 HARDWARE SPINLOCK CORE
4825 M:      Ohad Ben-Cohen <ohad@wizery.com>
4826 S:      Maintained
4827 F:      Documentation/hwspinlock.txt
4828 F:      drivers/hwspinlock/hwspinlock_*
4829 F:      include/linux/hwspinlock.h
4830
4831 HARMONY SOUND DRIVER
4832 L:      linux-parisc@vger.kernel.org
4833 S:      Maintained
4834 F:      sound/parisc/harmony.*
4835
4836 HD29L2 MEDIA DRIVER
4837 M:      Antti Palosaari <crope@iki.fi>
4838 L:      linux-media@vger.kernel.org
4839 W:      http://linuxtv.org/
4840 W:      http://palosaari.fi/linux/
4841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4842 T:      git git://linuxtv.org/anttip/media_tree.git
4843 S:      Maintained
4844 F:      drivers/media/dvb-frontends/hd29l2*
4845
4846 HEWLETT-PACKARD SMART2 RAID DRIVER
4847 L:      iss_storagedev@hp.com
4848 S:      Orphan
4849 F:      Documentation/blockdev/cpqarray.txt
4850 F:      drivers/block/cpqarray.*
4851
4852 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4853 M:      Don Brace <don.brace@pmcs.com>
4854 L:      iss_storagedev@hp.com
4855 L:      storagedev@pmcs.com
4856 L:      linux-scsi@vger.kernel.org
4857 S:      Supported
4858 F:      Documentation/scsi/hpsa.txt
4859 F:      drivers/scsi/hpsa*.[ch]
4860 F:      include/linux/cciss*.h
4861 F:      include/uapi/linux/cciss*.h
4862
4863 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4864 M:      Don Brace <don.brace@pmcs.com>
4865 L:      iss_storagedev@hp.com
4866 L:      storagedev@pmcs.com
4867 L:      linux-scsi@vger.kernel.org
4868 S:      Supported
4869 F:      Documentation/blockdev/cciss.txt
4870 F:      drivers/block/cciss*
4871 F:      include/linux/cciss_ioctl.h
4872 F:      include/uapi/linux/cciss_ioctl.h
4873
4874 HFS FILESYSTEM
4875 L:      linux-fsdevel@vger.kernel.org
4876 S:      Orphan
4877 F:      Documentation/filesystems/hfs.txt
4878 F:      fs/hfs/
4879
4880 HFSPLUS FILESYSTEM
4881 L:      linux-fsdevel@vger.kernel.org
4882 S:      Orphan
4883 F:      Documentation/filesystems/hfsplus.txt
4884 F:      fs/hfsplus/
4885
4886 HGA FRAMEBUFFER DRIVER
4887 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4888 L:      linux-nvidia@lists.surfsouth.com
4889 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4890 S:      Maintained
4891 F:      drivers/video/fbdev/hgafb.c
4892
4893 HIBERNATION (aka Software Suspend, aka swsusp)
4894 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4895 M:      Pavel Machek <pavel@ucw.cz>
4896 L:      linux-pm@vger.kernel.org
4897 S:      Supported
4898 F:      arch/x86/power/
4899 F:      drivers/base/power/
4900 F:      kernel/power/
4901 F:      include/linux/suspend.h
4902 F:      include/linux/freezer.h
4903 F:      include/linux/pm.h
4904 F:      arch/*/include/asm/suspend*.h
4905
4906 HID CORE LAYER
4907 M:      Jiri Kosina <jikos@kernel.org>
4908 L:      linux-input@vger.kernel.org
4909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4910 S:      Maintained
4911 F:      drivers/hid/
4912 F:      include/linux/hid*
4913 F:      include/uapi/linux/hid*
4914
4915 HID SENSOR HUB DRIVERS
4916 M:      Jiri Kosina <jikos@kernel.org>
4917 M:      Jonathan Cameron <jic23@kernel.org>
4918 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4919 L:      linux-input@vger.kernel.org
4920 L:      linux-iio@vger.kernel.org
4921 S:      Maintained
4922 F:      Documentation/hid/hid-sensor*
4923 F:      drivers/hid/hid-sensor-*
4924 F:      drivers/iio/*/hid-*
4925 F:      include/linux/hid-sensor-*
4926
4927 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4928 M:      Thomas Gleixner <tglx@linutronix.de>
4929 L:      linux-kernel@vger.kernel.org
4930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4931 S:      Maintained
4932 F:      Documentation/timers/
4933 F:      kernel/time/hrtimer.c
4934 F:      kernel/time/clockevents.c
4935 F:      kernel/time/tick*.*
4936 F:      kernel/time/timer_*.c
4937 F:      include/linux/clockchips.h
4938 F:      include/linux/hrtimer.h
4939
4940 HIGH-SPEED SCC DRIVER FOR AX.25
4941 L:      linux-hams@vger.kernel.org
4942 S:      Orphan
4943 F:      drivers/net/hamradio/dmascc.c
4944 F:      drivers/net/hamradio/scc.c
4945
4946 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4947 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4948 W:      http://www.highpoint-tech.com
4949 S:      Supported
4950 F:      Documentation/scsi/hptiop.txt
4951 F:      drivers/scsi/hptiop.c
4952
4953 HIPPI
4954 M:      Jes Sorensen <jes@trained-monkey.org>
4955 L:      linux-hippi@sunsite.dk
4956 S:      Maintained
4957 F:      include/linux/hippidevice.h
4958 F:      include/uapi/linux/if_hippi.h
4959 F:      net/802/hippi.c
4960 F:      drivers/net/hippi/
4961
4962 HOST AP DRIVER
4963 M:      Jouni Malinen <j@w1.fi>
4964 L:      hostap@shmoo.com (subscribers-only)
4965 L:      linux-wireless@vger.kernel.org
4966 W:      http://hostap.epitest.fi/
4967 S:      Maintained
4968 F:      drivers/net/wireless/hostap/
4969
4970 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4971 L:      platform-driver-x86@vger.kernel.org
4972 S:      Orphan
4973 F:      drivers/platform/x86/tc1100-wmi.c
4974
4975 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4976 M:      Jaroslav Kysela <perex@perex.cz>
4977 S:      Maintained
4978 F:      drivers/net/ethernet/hp/hp100.*
4979
4980 HPET:   High Precision Event Timers driver
4981 M:      Clemens Ladisch <clemens@ladisch.de>
4982 S:      Maintained
4983 F:      Documentation/timers/hpet.txt
4984 F:      drivers/char/hpet.c
4985 F:      include/linux/hpet.h
4986 F:      include/uapi/linux/hpet.h
4987
4988 HPET:   x86
4989 S:      Orphan
4990 F:      arch/x86/kernel/hpet.c
4991 F:      arch/x86/include/asm/hpet.h
4992
4993 HPFS FILESYSTEM
4994 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4995 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4996 S:      Maintained
4997 F:      fs/hpfs/
4998
4999 HSI SUBSYSTEM
5000 M:      Sebastian Reichel <sre@kernel.org>
5001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5002 S:      Maintained
5003 F:      Documentation/ABI/testing/sysfs-bus-hsi
5004 F:      Documentation/hsi.txt
5005 F:      drivers/hsi/
5006 F:      include/linux/hsi/
5007 F:      include/uapi/linux/hsi/
5008
5009 HSO 3G MODEM DRIVER
5010 M:      Jan Dumon <j.dumon@option.com>
5011 W:      http://www.pharscape.org
5012 S:      Maintained
5013 F:      drivers/net/usb/hso.c
5014
5015 HSR NETWORK PROTOCOL
5016 M:      Arvid Brodin <arvid.brodin@alten.se>
5017 L:      netdev@vger.kernel.org
5018 S:      Maintained
5019 F:      net/hsr/
5020
5021 HTCPEN TOUCHSCREEN DRIVER
5022 M:      Pau Oliva Fora <pof@eslack.org>
5023 L:      linux-input@vger.kernel.org
5024 S:      Maintained
5025 F:      drivers/input/touchscreen/htcpen.c
5026
5027 HUGETLB FILESYSTEM
5028 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5029 S:      Maintained
5030 F:      fs/hugetlbfs/
5031
5032 Hyper-V CORE AND DRIVERS
5033 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5034 M:      Haiyang Zhang <haiyangz@microsoft.com>
5035 L:      devel@linuxdriverproject.org
5036 S:      Maintained
5037 F:      arch/x86/include/asm/mshyperv.h
5038 F:      arch/x86/include/uapi/asm/hyperv.h
5039 F:      arch/x86/kernel/cpu/mshyperv.c
5040 F:      drivers/hid/hid-hyperv.c
5041 F:      drivers/hv/
5042 F:      drivers/input/serio/hyperv-keyboard.c
5043 F:      drivers/net/hyperv/
5044 F:      drivers/scsi/storvsc_drv.c
5045 F:      drivers/video/fbdev/hyperv_fb.c
5046 F:      include/linux/hyperv.h
5047 F:      tools/hv/
5048 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5049
5050 I2C OVER PARALLEL PORT
5051 M:      Jean Delvare <jdelvare@suse.com>
5052 L:      linux-i2c@vger.kernel.org
5053 S:      Maintained
5054 F:      Documentation/i2c/busses/i2c-parport
5055 F:      Documentation/i2c/busses/i2c-parport-light
5056 F:      drivers/i2c/busses/i2c-parport.c
5057 F:      drivers/i2c/busses/i2c-parport-light.c
5058
5059 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5060 M:      Jean Delvare <jdelvare@suse.com>
5061 L:      linux-i2c@vger.kernel.org
5062 S:      Maintained
5063 F:      Documentation/i2c/busses/i2c-ali1535
5064 F:      Documentation/i2c/busses/i2c-ali1563
5065 F:      Documentation/i2c/busses/i2c-ali15x3
5066 F:      Documentation/i2c/busses/i2c-amd756
5067 F:      Documentation/i2c/busses/i2c-amd8111
5068 F:      Documentation/i2c/busses/i2c-i801
5069 F:      Documentation/i2c/busses/i2c-nforce2
5070 F:      Documentation/i2c/busses/i2c-piix4
5071 F:      Documentation/i2c/busses/i2c-sis5595
5072 F:      Documentation/i2c/busses/i2c-sis630
5073 F:      Documentation/i2c/busses/i2c-sis96x
5074 F:      Documentation/i2c/busses/i2c-via
5075 F:      Documentation/i2c/busses/i2c-viapro
5076 F:      drivers/i2c/busses/i2c-ali1535.c
5077 F:      drivers/i2c/busses/i2c-ali1563.c
5078 F:      drivers/i2c/busses/i2c-ali15x3.c
5079 F:      drivers/i2c/busses/i2c-amd756.c
5080 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5081 F:      drivers/i2c/busses/i2c-amd8111.c
5082 F:      drivers/i2c/busses/i2c-i801.c
5083 F:      drivers/i2c/busses/i2c-isch.c
5084 F:      drivers/i2c/busses/i2c-nforce2.c
5085 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5086 F:      drivers/i2c/busses/i2c-piix4.c
5087 F:      drivers/i2c/busses/i2c-sis5595.c
5088 F:      drivers/i2c/busses/i2c-sis630.c
5089 F:      drivers/i2c/busses/i2c-sis96x.c
5090 F:      drivers/i2c/busses/i2c-via.c
5091 F:      drivers/i2c/busses/i2c-viapro.c
5092
5093 I2C/SMBUS ISMT DRIVER
5094 M:      Seth Heasley <seth.heasley@intel.com>
5095 M:      Neil Horman <nhorman@tuxdriver.com>
5096 L:      linux-i2c@vger.kernel.org
5097 F:      drivers/i2c/busses/i2c-ismt.c
5098 F:      Documentation/i2c/busses/i2c-ismt
5099
5100 I2C/SMBUS STUB DRIVER
5101 M:      Jean Delvare <jdelvare@suse.com>
5102 L:      linux-i2c@vger.kernel.org
5103 S:      Maintained
5104 F:      drivers/i2c/i2c-stub.c
5105
5106 I2C SUBSYSTEM
5107 M:      Wolfram Sang <wsa@the-dreams.de>
5108 L:      linux-i2c@vger.kernel.org
5109 W:      https://i2c.wiki.kernel.org/
5110 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5112 S:      Maintained
5113 F:      Documentation/devicetree/bindings/i2c/
5114 F:      Documentation/i2c/
5115 F:      drivers/i2c/
5116 F:      include/linux/i2c.h
5117 F:      include/linux/i2c-*.h
5118 F:      include/uapi/linux/i2c.h
5119 F:      include/uapi/linux/i2c-*.h
5120
5121 I2C ACPI SUPPORT
5122 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5123 L:      linux-i2c@vger.kernel.org
5124 L:      linux-acpi@vger.kernel.org
5125 S:      Maintained
5126
5127 I2C-TAOS-EVM DRIVER
5128 M:      Jean Delvare <jdelvare@suse.com>
5129 L:      linux-i2c@vger.kernel.org
5130 S:      Maintained
5131 F:      Documentation/i2c/busses/i2c-taos-evm
5132 F:      drivers/i2c/busses/i2c-taos-evm.c
5133
5134 I2C-TINY-USB DRIVER
5135 M:      Till Harbaum <till@harbaum.org>
5136 L:      linux-i2c@vger.kernel.org
5137 W:      http://www.harbaum.org/till/i2c_tiny_usb
5138 S:      Maintained
5139 F:      drivers/i2c/busses/i2c-tiny-usb.c
5140
5141 i386 BOOT CODE
5142 M:      "H. Peter Anvin" <hpa@zytor.com>
5143 S:      Maintained
5144 F:      arch/x86/boot/
5145
5146 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5147 M:      "H. Peter Anvin" <hpa@zytor.com>
5148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5149 S:      Maintained
5150
5151 IA64 (Itanium) PLATFORM
5152 M:      Tony Luck <tony.luck@intel.com>
5153 M:      Fenghua Yu <fenghua.yu@intel.com>
5154 L:      linux-ia64@vger.kernel.org
5155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5156 S:      Maintained
5157 F:      arch/ia64/
5158
5159 IBM Power VMX Cryptographic instructions
5160 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5161 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5162 L:      linux-crypto@vger.kernel.org
5163 S:      Supported
5164 F:      drivers/crypto/vmx/Makefile
5165 F:      drivers/crypto/vmx/Kconfig
5166 F:      drivers/crypto/vmx/vmx.c
5167 F:      drivers/crypto/vmx/aes*
5168 F:      drivers/crypto/vmx/ghash*
5169 F:      drivers/crypto/vmx/ppc-xlate.pl
5170
5171 IBM Power in-Nest Crypto Acceleration
5172 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5173 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5174 L:      linux-crypto@vger.kernel.org
5175 S:      Supported
5176 F:      drivers/crypto/nx/Makefile
5177 F:      drivers/crypto/nx/Kconfig
5178 F:      drivers/crypto/nx/nx-aes*
5179 F:      drivers/crypto/nx/nx-sha*
5180 F:      drivers/crypto/nx/nx.*
5181 F:      drivers/crypto/nx/nx_csbcpb.h
5182 F:      drivers/crypto/nx/nx_debugfs.h
5183
5184 IBM Power 842 compression accelerator
5185 M:      Dan Streetman <ddstreet@ieee.org>
5186 S:      Supported
5187 F:      drivers/crypto/nx/Makefile
5188 F:      drivers/crypto/nx/Kconfig
5189 F:      drivers/crypto/nx/nx-842*
5190 F:      include/linux/sw842.h
5191 F:      crypto/842.c
5192 F:      lib/842/
5193
5194 IBM Power Linux RAID adapter
5195 M:      Brian King <brking@us.ibm.com>
5196 S:      Supported
5197 F:      drivers/scsi/ipr.*
5198
5199 IBM Power Virtual Ethernet Device Driver
5200 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5201 L:      netdev@vger.kernel.org
5202 S:      Supported
5203 F:      drivers/net/ethernet/ibm/ibmveth.*
5204
5205 IBM Power Virtual SCSI Device Drivers
5206 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5207 L:      linux-scsi@vger.kernel.org
5208 S:      Supported
5209 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5210 F:      drivers/scsi/ibmvscsi/viosrp.h
5211
5212 IBM Power Virtual FC Device Drivers
5213 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5214 L:      linux-scsi@vger.kernel.org
5215 S:      Supported
5216 F:      drivers/scsi/ibmvscsi/ibmvfc*
5217
5218 IBM ServeRAID RAID DRIVER
5219 S:      Orphan
5220 F:      drivers/scsi/ips.*
5221
5222 ICH LPC AND GPIO DRIVER
5223 M:      Peter Tyser <ptyser@xes-inc.com>
5224 S:      Maintained
5225 F:      drivers/mfd/lpc_ich.c
5226 F:      drivers/gpio/gpio-ich.c
5227
5228 IDE SUBSYSTEM
5229 M:      "David S. Miller" <davem@davemloft.net>
5230 L:      linux-ide@vger.kernel.org
5231 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5233 S:      Maintained
5234 F:      Documentation/ide/
5235 F:      drivers/ide/
5236 F:      include/linux/ide.h
5237
5238 IDEAPAD LAPTOP EXTRAS DRIVER
5239 M:      Ike Panhc <ike.pan@canonical.com>
5240 L:      platform-driver-x86@vger.kernel.org
5241 W:      http://launchpad.net/ideapad-laptop
5242 S:      Maintained
5243 F:      drivers/platform/x86/ideapad-laptop.c
5244
5245 IDEAPAD LAPTOP SLIDEBAR DRIVER
5246 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5247 L:      linux-input@vger.kernel.org
5248 W:      https://github.com/o2genum/ideapad-slidebar
5249 S:      Maintained
5250 F:      drivers/input/misc/ideapad_slidebar.c
5251
5252 IDE/ATAPI DRIVERS
5253 M:      Borislav Petkov <bp@alien8.de>
5254 L:      linux-ide@vger.kernel.org
5255 S:      Maintained
5256 F:      Documentation/cdrom/ide-cd
5257 F:      drivers/ide/ide-cd*
5258
5259 IDLE-I7300
5260 M:      Andy Henroid <andrew.d.henroid@intel.com>
5261 L:      linux-pm@vger.kernel.org
5262 S:      Supported
5263 F:      drivers/idle/i7300_idle.c
5264
5265 IEEE 802.15.4 SUBSYSTEM
5266 M:      Alexander Aring <alex.aring@gmail.com>
5267 L:      linux-wpan@vger.kernel.org
5268 W:      https://github.com/linux-wpan
5269 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5270 S:      Maintained
5271 F:      net/ieee802154/
5272 F:      net/mac802154/
5273 F:      drivers/net/ieee802154/
5274 F:      include/linux/nl802154.h
5275 F:      include/linux/ieee802154.h
5276 F:      include/net/nl802154.h
5277 F:      include/net/mac802154.h
5278 F:      include/net/af_ieee802154.h
5279 F:      include/net/cfg802154.h
5280 F:      include/net/ieee802154_netdev.h
5281 F:      Documentation/networking/ieee802154.txt
5282
5283 IGORPLUG-USB IR RECEIVER
5284 M:      Sean Young <sean@mess.org>
5285 L:      linux-media@vger.kernel.org
5286 S:      Maintained
5287 F:      drivers/media/rc/igorplugusb.c
5288
5289 IGUANAWORKS USB IR TRANSCEIVER
5290 M:      Sean Young <sean@mess.org>
5291 L:      linux-media@vger.kernel.org
5292 S:      Maintained
5293 F:      drivers/media/rc/iguanair.c
5294
5295 IIO SUBSYSTEM AND DRIVERS
5296 M:      Jonathan Cameron <jic23@kernel.org>
5297 R:      Hartmut Knaack <knaack.h@gmx.de>
5298 R:      Lars-Peter Clausen <lars@metafoo.de>
5299 R:      Peter Meerwald <pmeerw@pmeerw.net>
5300 L:      linux-iio@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/iio/
5303 F:      drivers/staging/iio/
5304 F:      include/linux/iio/
5305 F:      tools/iio/
5306
5307 IKANOS/ADI EAGLE ADSL USB DRIVER
5308 M:      Matthieu Castet <castet.matthieu@free.fr>
5309 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5310 S:      Maintained
5311 F:      drivers/usb/atm/ueagle-atm.c
5312
5313 INA209 HARDWARE MONITOR DRIVER
5314 M:      Guenter Roeck <linux@roeck-us.net>
5315 L:      lm-sensors@lm-sensors.org
5316 S:      Maintained
5317 F:      Documentation/hwmon/ina209
5318 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5319 F:      drivers/hwmon/ina209.c
5320
5321 INA2XX HARDWARE MONITOR DRIVER
5322 M:      Guenter Roeck <linux@roeck-us.net>
5323 L:      lm-sensors@lm-sensors.org
5324 S:      Maintained
5325 F:      Documentation/hwmon/ina2xx
5326 F:      drivers/hwmon/ina2xx.c
5327 F:      include/linux/platform_data/ina2xx.h
5328
5329 INDUSTRY PACK SUBSYSTEM (IPACK)
5330 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5331 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5332 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5333 L:      industrypack-devel@lists.sourceforge.net
5334 W:      http://industrypack.sourceforge.net
5335 S:      Maintained
5336 F:      drivers/ipack/
5337
5338 INGENIC JZ4780 DMA Driver
5339 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5340 S:      Maintained
5341 F:      drivers/dma/dma-jz4780.c
5342
5343 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5344 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5345 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5346 L:      linux-ima-devel@lists.sourceforge.net
5347 L:      linux-ima-user@lists.sourceforge.net
5348 L:      linux-security-module@vger.kernel.org
5349 S:      Supported
5350 F:      security/integrity/ima/
5351
5352 IMGTEC IR DECODER DRIVER
5353 M:      James Hogan <james.hogan@imgtec.com>
5354 S:      Maintained
5355 F:      drivers/media/rc/img-ir/
5356
5357 IMS TWINTURBO FRAMEBUFFER DRIVER
5358 L:      linux-fbdev@vger.kernel.org
5359 S:      Orphan
5360 F:      drivers/video/fbdev/imsttfb.c
5361
5362 INFINIBAND SUBSYSTEM
5363 M:      Doug Ledford <dledford@redhat.com>
5364 M:      Sean Hefty <sean.hefty@intel.com>
5365 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5366 L:      linux-rdma@vger.kernel.org
5367 W:      http://www.openfabrics.org/
5368 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5370 S:      Supported
5371 F:      Documentation/infiniband/
5372 F:      drivers/infiniband/
5373 F:      drivers/staging/rdma/
5374 F:      include/uapi/linux/if_infiniband.h
5375 F:      include/uapi/rdma/
5376 F:      include/rdma/
5377
5378 INOTIFY
5379 M:      John McCutchan <john@johnmccutchan.com>
5380 M:      Robert Love <rlove@rlove.org>
5381 M:      Eric Paris <eparis@parisplace.org>
5382 S:      Maintained
5383 F:      Documentation/filesystems/inotify.txt
5384 F:      fs/notify/inotify/
5385 F:      include/linux/inotify.h
5386 F:      include/uapi/linux/inotify.h
5387
5388 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5389 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5390 L:      linux-input@vger.kernel.org
5391 Q:      http://patchwork.kernel.org/project/linux-input/list/
5392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5393 S:      Maintained
5394 F:      drivers/input/
5395 F:      include/linux/input.h
5396 F:      include/uapi/linux/input.h
5397 F:      include/linux/input/
5398
5399 INPUT MULTITOUCH (MT) PROTOCOL
5400 M:      Henrik Rydberg <rydberg@bitmath.org>
5401 L:      linux-input@vger.kernel.org
5402 S:      Odd fixes
5403 F:      Documentation/input/multi-touch-protocol.txt
5404 F:      drivers/input/input-mt.c
5405 K:      \b(ABS|SYN)_MT_
5406
5407 INTEL ASoC BDW/HSW DRIVERS
5408 M:      Jie Yang <yang.jie@linux.intel.com>
5409 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5410 S:      Supported
5411 F:      sound/soc/intel/common/sst-dsp*
5412 F:      sound/soc/intel/common/sst-firmware.c
5413 F:      sound/soc/intel/boards/broadwell.c
5414 F:      sound/soc/intel/haswell/
5415
5416 INTEL C600 SERIES SAS CONTROLLER DRIVER
5417 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5418 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5419 L:      linux-scsi@vger.kernel.org
5420 T:      git git://git.code.sf.net/p/intel-sas/isci
5421 S:      Supported
5422 F:      drivers/scsi/isci/
5423
5424 INTEL IDLE DRIVER
5425 M:      Len Brown <lenb@kernel.org>
5426 L:      linux-pm@vger.kernel.org
5427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5428 S:      Supported
5429 F:      drivers/idle/intel_idle.c
5430
5431 INTEL PSTATE DRIVER
5432 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5433 L:      linux-pm@vger.kernel.org
5434 S:      Supported
5435 F:      drivers/cpufreq/intel_pstate.c
5436
5437 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5438 M:      Maik Broemme <mbroemme@plusserver.de>
5439 L:      linux-fbdev@vger.kernel.org
5440 S:      Maintained
5441 F:      Documentation/fb/intelfb.txt
5442 F:      drivers/video/fbdev/intelfb/
5443
5444 INTEL 810/815 FRAMEBUFFER DRIVER
5445 M:      Antonino Daplas <adaplas@gmail.com>
5446 L:      linux-fbdev@vger.kernel.org
5447 S:      Maintained
5448 F:      drivers/video/fbdev/i810/
5449
5450 INTEL MENLOW THERMAL DRIVER
5451 M:      Sujith Thomas <sujith.thomas@intel.com>
5452 L:      platform-driver-x86@vger.kernel.org
5453 W:      https://01.org/linux-acpi
5454 S:      Supported
5455 F:      drivers/platform/x86/intel_menlow.c
5456
5457 INTEL IA32 MICROCODE UPDATE SUPPORT
5458 M:      Borislav Petkov <bp@alien8.de>
5459 S:      Maintained
5460 F:      arch/x86/kernel/cpu/microcode/core*
5461 F:      arch/x86/kernel/cpu/microcode/intel*
5462
5463 INTEL I/OAT DMA DRIVER
5464 M:      Dave Jiang <dave.jiang@intel.com>
5465 R:      Dan Williams <dan.j.williams@intel.com>
5466 L:      dmaengine@vger.kernel.org
5467 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5468 S:      Supported
5469 F:      drivers/dma/ioat*
5470
5471 INTEL IOMMU (VT-d)
5472 M:      David Woodhouse <dwmw2@infradead.org>
5473 L:      iommu@lists.linux-foundation.org
5474 T:      git git://git.infradead.org/iommu-2.6.git
5475 S:      Supported
5476 F:      drivers/iommu/intel-iommu.c
5477 F:      include/linux/intel-iommu.h
5478
5479 INTEL IOP-ADMA DMA DRIVER
5480 R:      Dan Williams <dan.j.williams@intel.com>
5481 S:      Odd fixes
5482 F:      drivers/dma/iop-adma.c
5483
5484 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5485 M:      Krzysztof Halasa <khalasa@piap.pl>
5486 S:      Maintained
5487 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5488 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5489 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5490 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5491 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5492 F:      drivers/net/wan/ixp4xx_hss.c
5493
5494 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5495 M:      Deepak Saxena <dsaxena@plexity.net>
5496 S:      Maintained
5497 F:      drivers/char/hw_random/ixp4xx-rng.c
5498
5499 INTEL ETHERNET DRIVERS
5500 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5501 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5502 R:      Shannon Nelson <shannon.nelson@intel.com>
5503 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5504 R:      Don Skidmore <donald.c.skidmore@intel.com>
5505 R:      Matthew Vick <matthew.vick@intel.com>
5506 R:      John Ronciak <john.ronciak@intel.com>
5507 R:      Mitch Williams <mitch.a.williams@intel.com>
5508 L:      intel-wired-lan@lists.osuosl.org
5509 W:      http://www.intel.com/support/feedback.htm
5510 W:      http://e1000.sourceforge.net/
5511 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5514 S:      Supported
5515 F:      Documentation/networking/e100.txt
5516 F:      Documentation/networking/e1000.txt
5517 F:      Documentation/networking/e1000e.txt
5518 F:      Documentation/networking/igb.txt
5519 F:      Documentation/networking/igbvf.txt
5520 F:      Documentation/networking/ixgb.txt
5521 F:      Documentation/networking/ixgbe.txt
5522 F:      Documentation/networking/ixgbevf.txt
5523 F:      Documentation/networking/i40e.txt
5524 F:      Documentation/networking/i40evf.txt
5525 F:      drivers/net/ethernet/intel/
5526 F:      drivers/net/ethernet/intel/*/
5527
5528 INTEL-MID GPIO DRIVER
5529 M:      David Cohen <david.a.cohen@linux.intel.com>
5530 L:      linux-gpio@vger.kernel.org
5531 S:      Maintained
5532 F:      drivers/gpio/gpio-intel-mid.c
5533
5534 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5535 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5536 L:      linux-wireless@vger.kernel.org
5537 S:      Maintained
5538 F:      Documentation/networking/README.ipw2100
5539 F:      Documentation/networking/README.ipw2200
5540 F:      drivers/net/wireless/ipw2x00/
5541
5542 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5543 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5544 M:      Gang Wei <gang.wei@intel.com>
5545 M:      Shane Wang <shane.wang@intel.com>
5546 L:      tboot-devel@lists.sourceforge.net
5547 W:      http://tboot.sourceforge.net
5548 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5549 S:      Supported
5550 F:      Documentation/intel_txt.txt
5551 F:      include/linux/tboot.h
5552 F:      arch/x86/kernel/tboot.c
5553
5554 INTEL WIRELESS WIMAX CONNECTION 2400
5555 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5556 M:      linux-wimax@intel.com
5557 L:      wimax@linuxwimax.org (subscribers-only)
5558 S:      Supported
5559 W:      http://linuxwimax.org
5560 F:      Documentation/wimax/README.i2400m
5561 F:      drivers/net/wimax/i2400m/
5562 F:      include/uapi/linux/wimax/i2400m.h
5563
5564 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5565 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5566 L:      linux-wireless@vger.kernel.org
5567 S:      Supported
5568 F:      drivers/net/wireless/iwlegacy/
5569
5570 INTEL WIRELESS WIFI LINK (iwlwifi)
5571 M:      Johannes Berg <johannes.berg@intel.com>
5572 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5573 M:      Intel Linux Wireless <linuxwifi@intel.com>
5574 L:      linux-wireless@vger.kernel.org
5575 W:      http://intellinuxwireless.org
5576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5577 S:      Supported
5578 F:      drivers/net/wireless/iwlwifi/
5579
5580 INTEL MANAGEMENT ENGINE (mei)
5581 M:      Tomas Winkler <tomas.winkler@intel.com>
5582 L:      linux-kernel@vger.kernel.org
5583 S:      Supported
5584 F:      include/uapi/linux/mei.h
5585 F:      include/linux/mei_cl_bus.h
5586 F:      drivers/misc/mei/*
5587 F:      Documentation/misc-devices/mei/*
5588
5589 INTEL PMC IPC DRIVER
5590 M:      Zha Qipeng<qipeng.zha@intel.com>
5591 L:      platform-driver-x86@vger.kernel.org
5592 S:      Maintained
5593 F:      drivers/platform/x86/intel_pmc_ipc.c
5594 F:      arch/x86/include/asm/intel_pmc_ipc.h
5595
5596 IOC3 ETHERNET DRIVER
5597 M:      Ralf Baechle <ralf@linux-mips.org>
5598 L:      linux-mips@linux-mips.org
5599 S:      Maintained
5600 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5601
5602 IOC3 SERIAL DRIVER
5603 M:      Pat Gefre <pfg@sgi.com>
5604 L:      linux-serial@vger.kernel.org
5605 S:      Maintained
5606 F:      drivers/tty/serial/ioc3_serial.c
5607
5608 IOMMU DRIVERS
5609 M:      Joerg Roedel <joro@8bytes.org>
5610 L:      iommu@lists.linux-foundation.org
5611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5612 S:      Maintained
5613 F:      drivers/iommu/
5614
5615 IP MASQUERADING
5616 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5617 S:      Maintained
5618 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5619
5620 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5621 M:      Francois Romieu <romieu@fr.zoreil.com>
5622 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5623 L:      netdev@vger.kernel.org
5624 S:      Maintained
5625 F:      drivers/net/ethernet/icplus/ipg.*
5626
5627 IPATH DRIVER
5628 M:      Mike Marciniszyn <infinipath@intel.com>
5629 L:      linux-rdma@vger.kernel.org
5630 S:      Maintained
5631 F:      drivers/staging/rdma/ipath/
5632
5633 IPMI SUBSYSTEM
5634 M:      Corey Minyard <minyard@acm.org>
5635 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5636 W:      http://openipmi.sourceforge.net/
5637 S:      Supported
5638 F:      Documentation/IPMI.txt
5639 F:      drivers/char/ipmi/
5640 F:      include/linux/ipmi*
5641 F:      include/uapi/linux/ipmi*
5642
5643 QCOM AUDIO (ASoC) DRIVERS
5644 M:      Patrick Lai <plai@codeaurora.org>
5645 M:      Banajit Goswami <bgoswami@codeaurora.org>
5646 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5647 S:      Supported
5648 F:      sound/soc/qcom/
5649
5650 IPS SCSI RAID DRIVER
5651 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5652 L:      linux-scsi@vger.kernel.org
5653 W:      http://www.adaptec.com/
5654 S:      Maintained
5655 F:      drivers/scsi/ips*
5656
5657 IPVS
5658 M:      Wensong Zhang <wensong@linux-vs.org>
5659 M:      Simon Horman <horms@verge.net.au>
5660 M:      Julian Anastasov <ja@ssi.bg>
5661 L:      netdev@vger.kernel.org
5662 L:      lvs-devel@vger.kernel.org
5663 S:      Maintained
5664 F:      Documentation/networking/ipvs-sysctl.txt
5665 F:      include/net/ip_vs.h
5666 F:      include/uapi/linux/ip_vs.h
5667 F:      net/netfilter/ipvs/
5668
5669 IPWIRELESS DRIVER
5670 M:      Jiri Kosina <jikos@kernel.org>
5671 M:      David Sterba <dsterba@suse.com>
5672 S:      Odd Fixes
5673 F:      drivers/tty/ipwireless/
5674
5675 IPX NETWORK LAYER
5676 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5677 L:      netdev@vger.kernel.org
5678 S:      Maintained
5679 F:      include/net/ipx.h
5680 F:      include/uapi/linux/ipx.h
5681 F:      net/ipx/
5682
5683 IRDA SUBSYSTEM
5684 M:      Samuel Ortiz <samuel@sortiz.org>
5685 L:      irda-users@lists.sourceforge.net (subscribers-only)
5686 L:      netdev@vger.kernel.org
5687 W:      http://irda.sourceforge.net/
5688 S:      Maintained
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5690 F:      Documentation/networking/irda.txt
5691 F:      drivers/net/irda/
5692 F:      include/net/irda/
5693 F:      net/irda/
5694
5695 IRQ SUBSYSTEM
5696 M:      Thomas Gleixner <tglx@linutronix.de>
5697 L:      linux-kernel@vger.kernel.org
5698 S:      Maintained
5699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5700 F:      kernel/irq/
5701
5702 IRQCHIP DRIVERS
5703 M:      Thomas Gleixner <tglx@linutronix.de>
5704 M:      Jason Cooper <jason@lakedaemon.net>
5705 M:      Marc Zyngier <marc.zyngier@arm.com>
5706 L:      linux-kernel@vger.kernel.org
5707 S:      Maintained
5708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5709 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5710 F:      Documentation/devicetree/bindings/interrupt-controller/
5711 F:      drivers/irqchip/
5712
5713 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5714 M:      Jiang Liu <jiang.liu@linux.intel.com>
5715 M:      Marc Zyngier <marc.zyngier@arm.com>
5716 S:      Maintained
5717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5718 F:      Documentation/IRQ-domain.txt
5719 F:      include/linux/irqdomain.h
5720 F:      kernel/irq/irqdomain.c
5721 F:      kernel/irq/msi.c
5722
5723 ISAPNP
5724 M:      Jaroslav Kysela <perex@perex.cz>
5725 S:      Maintained
5726 F:      Documentation/isapnp.txt
5727 F:      drivers/pnp/isapnp/
5728 F:      include/linux/isapnp.h
5729
5730 ISA RADIO MODULE
5731 M:      Hans Verkuil <hverkuil@xs4all.nl>
5732 L:      linux-media@vger.kernel.org
5733 T:      git git://linuxtv.org/media_tree.git
5734 W:      http://linuxtv.org
5735 S:      Maintained
5736 F:      drivers/media/radio/radio-isa*
5737
5738 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5739 M:      Peter Jones <pjones@redhat.com>
5740 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5741 S:      Maintained
5742 F:      drivers/firmware/iscsi_ibft*
5743
5744 ISCSI
5745 M:      Mike Christie <michaelc@cs.wisc.edu>
5746 L:      open-iscsi@googlegroups.com
5747 W:      www.open-iscsi.org
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5749 S:      Maintained
5750 F:      drivers/scsi/*iscsi*
5751 F:      include/scsi/*iscsi*
5752
5753 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5754 M:      Or Gerlitz <ogerlitz@mellanox.com>
5755 M:      Sagi Grimberg <sagig@mellanox.com>
5756 M:      Roi Dayan <roid@mellanox.com>
5757 L:      linux-rdma@vger.kernel.org
5758 S:      Supported
5759 W:      http://www.openfabrics.org
5760 W:      www.open-iscsi.org
5761 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5762 F:      drivers/infiniband/ulp/iser/
5763
5764 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5765 M:      Sagi Grimberg <sagig@mellanox.com>
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5767 L:      linux-rdma@vger.kernel.org
5768 L:      target-devel@vger.kernel.org
5769 S:      Supported
5770 W:      http://www.linux-iscsi.org
5771 F:      drivers/infiniband/ulp/isert
5772
5773 ISDN SUBSYSTEM
5774 M:      Karsten Keil <isdn@linux-pingi.de>
5775 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5776 L:      netdev@vger.kernel.org
5777 W:      http://www.isdn4linux.de
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5779 S:      Maintained
5780 F:      Documentation/isdn/
5781 F:      drivers/isdn/
5782 F:      include/linux/isdn.h
5783 F:      include/linux/isdn/
5784 F:      include/uapi/linux/isdn.h
5785 F:      include/uapi/linux/isdn/
5786
5787 ISDN SUBSYSTEM (Eicon active card driver)
5788 M:      Armin Schindler <mac@melware.de>
5789 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5790 W:      http://www.melware.de
5791 S:      Maintained
5792 F:      drivers/isdn/hardware/eicon/
5793
5794 IT87 HARDWARE MONITORING DRIVER
5795 M:      Jean Delvare <jdelvare@suse.com>
5796 L:      lm-sensors@lm-sensors.org
5797 S:      Maintained
5798 F:      Documentation/hwmon/it87
5799 F:      drivers/hwmon/it87.c
5800
5801 IT913X MEDIA DRIVER
5802 M:      Antti Palosaari <crope@iki.fi>
5803 L:      linux-media@vger.kernel.org
5804 W:      http://linuxtv.org/
5805 W:      http://palosaari.fi/linux/
5806 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5807 T:      git git://linuxtv.org/anttip/media_tree.git
5808 S:      Maintained
5809 F:      drivers/media/tuners/it913x*
5810
5811 IVTV VIDEO4LINUX DRIVER
5812 M:      Andy Walls <awalls@md.metrocast.net>
5813 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5814 L:      linux-media@vger.kernel.org
5815 T:      git git://linuxtv.org/media_tree.git
5816 W:      http://www.ivtvdriver.org
5817 S:      Maintained
5818 F:      Documentation/video4linux/*.ivtv
5819 F:      drivers/media/pci/ivtv/
5820 F:      include/uapi/linux/ivtv*
5821
5822 IX2505V MEDIA DRIVER
5823 M:      Malcolm Priestley <tvboxspy@gmail.com>
5824 L:      linux-media@vger.kernel.org
5825 W:      http://linuxtv.org/
5826 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5827 S:      Maintained
5828 F:      drivers/media/dvb-frontends/ix2505v*
5829
5830 JC42.4 TEMPERATURE SENSOR DRIVER
5831 M:      Guenter Roeck <linux@roeck-us.net>
5832 L:      lm-sensors@lm-sensors.org
5833 S:      Maintained
5834 F:      drivers/hwmon/jc42.c
5835 F:      Documentation/hwmon/jc42
5836
5837 JFS FILESYSTEM
5838 M:      Dave Kleikamp <shaggy@kernel.org>
5839 L:      jfs-discussion@lists.sourceforge.net
5840 W:      http://jfs.sourceforge.net/
5841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5842 S:      Maintained
5843 F:      Documentation/filesystems/jfs.txt
5844 F:      fs/jfs/
5845
5846 JME NETWORK DRIVER
5847 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5848 L:      netdev@vger.kernel.org
5849 S:      Maintained
5850 F:      drivers/net/ethernet/jme.*
5851
5852 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5853 M:      David Woodhouse <dwmw2@infradead.org>
5854 L:      linux-mtd@lists.infradead.org
5855 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5856 S:      Maintained
5857 F:      fs/jffs2/
5858 F:      include/uapi/linux/jffs2.h
5859
5860 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5861 M:      "Theodore Ts'o" <tytso@mit.edu>
5862 M:      Jan Kara <jack@suse.com>
5863 L:      linux-ext4@vger.kernel.org
5864 S:      Maintained
5865 F:      fs/jbd2/
5866 F:      include/linux/jbd2.h
5867
5868 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5869 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5870 L:      linux-media@vger.kernel.org
5871 S:      Maintained
5872 F:      drivers/media/platform/rcar_jpu.c
5873
5874 JSM Neo PCI based serial card
5875 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5876 L:      linux-serial@vger.kernel.org
5877 S:      Maintained
5878 F:      drivers/tty/serial/jsm/
5879
5880 K10TEMP HARDWARE MONITORING DRIVER
5881 M:      Clemens Ladisch <clemens@ladisch.de>
5882 L:      lm-sensors@lm-sensors.org
5883 S:      Maintained
5884 F:      Documentation/hwmon/k10temp
5885 F:      drivers/hwmon/k10temp.c
5886
5887 K8TEMP HARDWARE MONITORING DRIVER
5888 M:      Rudolf Marek <r.marek@assembler.cz>
5889 L:      lm-sensors@lm-sensors.org
5890 S:      Maintained
5891 F:      Documentation/hwmon/k8temp
5892 F:      drivers/hwmon/k8temp.c
5893
5894 KCONFIG
5895 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5896 L:      linux-kbuild@vger.kernel.org
5897 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5898 S:      Maintained
5899 F:      Documentation/kbuild/kconfig-language.txt
5900 F:      scripts/kconfig/
5901
5902 KDUMP
5903 M:      Vivek Goyal <vgoyal@redhat.com>
5904 M:      Haren Myneni <hbabu@us.ibm.com>
5905 L:      kexec@lists.infradead.org
5906 W:      http://lse.sourceforge.net/kdump/
5907 S:      Maintained
5908 F:      Documentation/kdump/
5909
5910 KEENE FM RADIO TRANSMITTER DRIVER
5911 M:      Hans Verkuil <hverkuil@xs4all.nl>
5912 L:      linux-media@vger.kernel.org
5913 T:      git git://linuxtv.org/media_tree.git
5914 W:      http://linuxtv.org
5915 S:      Maintained
5916 F:      drivers/media/radio/radio-keene*
5917
5918 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5919 M:      Ian Kent <raven@themaw.net>
5920 L:      autofs@vger.kernel.org
5921 S:      Maintained
5922 F:      fs/autofs4/
5923
5924 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5925 M:      Michal Marek <mmarek@suse.com>
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5928 L:      linux-kbuild@vger.kernel.org
5929 S:      Maintained
5930 F:      Documentation/kbuild/
5931 F:      Makefile
5932 F:      scripts/Makefile.*
5933 F:      scripts/basic/
5934 F:      scripts/mk*
5935 F:      scripts/package/
5936
5937 KERNEL JANITORS
5938 L:      kernel-janitors@vger.kernel.org
5939 W:      http://kernelnewbies.org/KernelJanitors
5940 S:      Odd Fixes
5941
5942 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5943 M:      "J. Bruce Fields" <bfields@fieldses.org>
5944 M:      Jeff Layton <jlayton@poochiereds.net>
5945 L:      linux-nfs@vger.kernel.org
5946 W:      http://nfs.sourceforge.net/
5947 S:      Supported
5948 F:      fs/nfsd/
5949 F:      include/uapi/linux/nfsd/
5950 F:      fs/lockd/
5951 F:      fs/nfs_common/
5952 F:      net/sunrpc/
5953 F:      include/linux/lockd/
5954 F:      include/linux/sunrpc/
5955 F:      include/uapi/linux/sunrpc/
5956
5957 KERNEL SELFTEST FRAMEWORK
5958 M:      Shuah Khan <shuahkh@osg.samsung.com>
5959 L:      linux-api@vger.kernel.org
5960 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5961 S:      Maintained
5962 F:      tools/testing/selftests
5963
5964 KERNEL VIRTUAL MACHINE (KVM)
5965 M:      Gleb Natapov <gleb@kernel.org>
5966 M:      Paolo Bonzini <pbonzini@redhat.com>
5967 L:      kvm@vger.kernel.org
5968 W:      http://www.linux-kvm.org
5969 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5970 S:      Supported
5971 F:      Documentation/*/kvm*.txt
5972 F:      Documentation/virtual/kvm/
5973 F:      arch/*/kvm/
5974 F:      arch/x86/kernel/kvm.c
5975 F:      arch/x86/kernel/kvmclock.c
5976 F:      arch/*/include/asm/kvm*
5977 F:      include/linux/kvm*
5978 F:      include/uapi/linux/kvm*
5979 F:      virt/kvm/
5980
5981 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5982 M:      Joerg Roedel <joro@8bytes.org>
5983 L:      kvm@vger.kernel.org
5984 W:      http://www.linux-kvm.org/
5985 S:      Maintained
5986 F:      arch/x86/include/asm/svm.h
5987 F:      arch/x86/kvm/svm.c
5988
5989 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5990 M:      Alexander Graf <agraf@suse.com>
5991 L:      kvm-ppc@vger.kernel.org
5992 W:      http://www.linux-kvm.org/
5993 T:      git git://github.com/agraf/linux-2.6.git
5994 S:      Supported
5995 F:      arch/powerpc/include/asm/kvm*
5996 F:      arch/powerpc/kvm/
5997
5998 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5999 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6000 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6001 L:      linux-s390@vger.kernel.org
6002 W:      http://www.ibm.com/developerworks/linux/linux390/
6003 S:      Supported
6004 F:      Documentation/s390/kvm.txt
6005 F:      arch/s390/include/asm/kvm*
6006 F:      arch/s390/kvm/
6007
6008 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6009 M:      Christoffer Dall <christoffer.dall@linaro.org>
6010 M:      Marc Zyngier <marc.zyngier@arm.com>
6011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6012 L:      kvmarm@lists.cs.columbia.edu
6013 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6014 S:      Supported
6015 F:      arch/arm/include/uapi/asm/kvm*
6016 F:      arch/arm/include/asm/kvm*
6017 F:      arch/arm/kvm/
6018 F:      virt/kvm/arm/
6019 F:      include/kvm/arm_*
6020
6021 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6022 M:      Christoffer Dall <christoffer.dall@linaro.org>
6023 M:      Marc Zyngier <marc.zyngier@arm.com>
6024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6025 L:      kvmarm@lists.cs.columbia.edu
6026 S:      Maintained
6027 F:      arch/arm64/include/uapi/asm/kvm*
6028 F:      arch/arm64/include/asm/kvm*
6029 F:      arch/arm64/kvm/
6030
6031 KEXEC
6032 M:      Eric Biederman <ebiederm@xmission.com>
6033 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6034 L:      kexec@lists.infradead.org
6035 S:      Maintained
6036 F:      include/linux/kexec.h
6037 F:      include/uapi/linux/kexec.h
6038 F:      kernel/kexec.c
6039
6040 KEYS/KEYRINGS:
6041 M:      David Howells <dhowells@redhat.com>
6042 L:      keyrings@vger.kernel.org
6043 S:      Maintained
6044 F:      Documentation/security/keys.txt
6045 F:      include/linux/key.h
6046 F:      include/linux/key-type.h
6047 F:      include/keys/
6048 F:      security/keys/
6049
6050 KEYS-TRUSTED
6051 M:      David Safford <safford@us.ibm.com>
6052 M:      Mimi Zohar <zohar@linux.vnet.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/trusted-type.h
6058 F:      security/keys/trusted.c
6059 F:      security/keys/trusted.h
6060
6061 KEYS-ENCRYPTED
6062 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6063 M:      David Safford <safford@us.ibm.com>
6064 L:      linux-security-module@vger.kernel.org
6065 L:      keyrings@vger.kernel.org
6066 S:      Supported
6067 F:      Documentation/security/keys-trusted-encrypted.txt
6068 F:      include/keys/encrypted-type.h
6069 F:      security/keys/encrypted-keys/
6070
6071 KGDB / KDB /debug_core
6072 M:      Jason Wessel <jason.wessel@windriver.com>
6073 W:      http://kgdb.wiki.kernel.org/
6074 L:      kgdb-bugreport@lists.sourceforge.net
6075 S:      Maintained
6076 F:      Documentation/DocBook/kgdb.tmpl
6077 F:      drivers/misc/kgdbts.c
6078 F:      drivers/tty/serial/kgdboc.c
6079 F:      include/linux/kdb.h
6080 F:      include/linux/kgdb.h
6081 F:      kernel/debug/
6082
6083 KMEMCHECK
6084 M:      Vegard Nossum <vegardno@ifi.uio.no>
6085 M:      Pekka Enberg <penberg@kernel.org>
6086 S:      Maintained
6087 F:      Documentation/kmemcheck.txt
6088 F:      arch/x86/include/asm/kmemcheck.h
6089 F:      arch/x86/mm/kmemcheck/
6090 F:      include/linux/kmemcheck.h
6091 F:      mm/kmemcheck.c
6092
6093 KMEMLEAK
6094 M:      Catalin Marinas <catalin.marinas@arm.com>
6095 S:      Maintained
6096 F:      Documentation/kmemleak.txt
6097 F:      include/linux/kmemleak.h
6098 F:      mm/kmemleak.c
6099 F:      mm/kmemleak-test.c
6100
6101 KPROBES
6102 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6103 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6104 M:      "David S. Miller" <davem@davemloft.net>
6105 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6106 S:      Maintained
6107 F:      Documentation/kprobes.txt
6108 F:      include/linux/kprobes.h
6109 F:      kernel/kprobes.c
6110
6111 KS0108 LCD CONTROLLER DRIVER
6112 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6113 W:      http://miguelojeda.es/auxdisplay.htm
6114 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6115 S:      Maintained
6116 F:      Documentation/auxdisplay/ks0108
6117 F:      drivers/auxdisplay/ks0108.c
6118 F:      include/linux/ks0108.h
6119
6120 L3MDEV
6121 M:      David Ahern <dsa@cumulusnetworks.com>
6122 L:      netdev@vger.kernel.org
6123 S:      Maintained
6124 F:      net/l3mdev
6125 F:      include/net/l3mdev.h
6126
6127 LAPB module
6128 L:      linux-x25@vger.kernel.org
6129 S:      Orphan
6130 F:      Documentation/networking/lapb-module.txt
6131 F:      include/*/lapb.h
6132 F:      net/lapb/
6133
6134 LASI 53c700 driver for PARISC
6135 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6136 L:      linux-scsi@vger.kernel.org
6137 S:      Maintained
6138 F:      Documentation/scsi/53c700.txt
6139 F:      drivers/scsi/53c700*
6140
6141 LED SUBSYSTEM
6142 M:      Richard Purdie <rpurdie@rpsys.net>
6143 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6144 L:      linux-leds@vger.kernel.org
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6146 S:      Maintained
6147 F:      drivers/leds/
6148 F:      include/linux/leds.h
6149
6150 LEGACY EEPROM DRIVER
6151 M:      Jean Delvare <jdelvare@suse.com>
6152 S:      Maintained
6153 F:      Documentation/misc-devices/eeprom
6154 F:      drivers/misc/eeprom/eeprom.c
6155
6156 LEGO USB Tower driver
6157 M:      Juergen Stuber <starblue@users.sourceforge.net>
6158 L:      legousb-devel@lists.sourceforge.net
6159 W:      http://legousb.sourceforge.net/
6160 S:      Maintained
6161 F:      drivers/usb/misc/legousbtower.c
6162
6163 LG2160 MEDIA DRIVER
6164 M:      Michael Krufky <mkrufky@linuxtv.org>
6165 L:      linux-media@vger.kernel.org
6166 W:      http://linuxtv.org/
6167 W:      http://github.com/mkrufky
6168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6169 T:      git git://linuxtv.org/mkrufky/tuners.git
6170 S:      Maintained
6171 F:      drivers/media/dvb-frontends/lg2160.*
6172
6173 LGDT3305 MEDIA DRIVER
6174 M:      Michael Krufky <mkrufky@linuxtv.org>
6175 L:      linux-media@vger.kernel.org
6176 W:      http://linuxtv.org/
6177 W:      http://github.com/mkrufky
6178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6179 T:      git git://linuxtv.org/mkrufky/tuners.git
6180 S:      Maintained
6181 F:      drivers/media/dvb-frontends/lgdt3305.*
6182
6183 LGUEST
6184 M:      Rusty Russell <rusty@rustcorp.com.au>
6185 L:      lguest@lists.ozlabs.org
6186 W:      http://lguest.ozlabs.org/
6187 S:      Odd Fixes
6188 F:      arch/x86/include/asm/lguest*.h
6189 F:      arch/x86/lguest/
6190 F:      drivers/lguest/
6191 F:      include/linux/lguest*.h
6192 F:      tools/lguest/
6193
6194 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
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/
6200 F:      include/linux/ata.h
6201 F:      include/linux/libata.h
6202
6203 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6204 M:      Viresh Kumar <vireshk@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:      include/linux/pata_arasan_cf_data.h
6209 F:      drivers/ata/pata_arasan_cf.c
6210
6211 LIBATA PATA DRIVERS
6212 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6213 M:      Tejun Heo <tj@kernel.org>
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/pata_*.c
6218 F:      drivers/ata/ata_generic.c
6219
6220 LIBATA SATA AHCI PLATFORM devices support
6221 M:      Hans de Goede <hdegoede@redhat.com>
6222 M:      Tejun Heo <tj@kernel.org>
6223 L:      linux-ide@vger.kernel.org
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6225 S:      Maintained
6226 F:      drivers/ata/ahci_platform.c
6227 F:      drivers/ata/libahci_platform.c
6228 F:      include/linux/ahci_platform.h
6229
6230 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6231 M:      Mikael Pettersson <mikpelinux@gmail.com>
6232 L:      linux-ide@vger.kernel.org
6233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6234 S:      Maintained
6235 F:      drivers/ata/sata_promise.*
6236
6237 LIBLOCKDEP
6238 M:      Sasha Levin <sasha.levin@oracle.com>
6239 S:      Maintained
6240 F:      tools/lib/lockdep/
6241
6242 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6243 M:      Dan Williams <dan.j.williams@intel.com>
6244 L:      linux-nvdimm@lists.01.org
6245 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6246 S:      Supported
6247 F:      drivers/nvdimm/*
6248 F:      include/linux/nd.h
6249 F:      include/linux/libnvdimm.h
6250 F:      include/uapi/linux/ndctl.h
6251
6252 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6253 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6254 L:      linux-nvdimm@lists.01.org
6255 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6256 S:      Supported
6257 F:      drivers/nvdimm/blk.c
6258 F:      drivers/nvdimm/region_devs.c
6259 F:      drivers/acpi/nfit*
6260
6261 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6262 M:      Vishal Verma <vishal.l.verma@intel.com>
6263 L:      linux-nvdimm@lists.01.org
6264 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6265 S:      Supported
6266 F:      drivers/nvdimm/btt*
6267
6268 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6269 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6270 L:      linux-nvdimm@lists.01.org
6271 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6272 S:      Supported
6273 F:      drivers/nvdimm/pmem.c
6274 F:      include/linux/pmem.h
6275 F:      arch/*/include/asm/pmem.h
6276
6277 LINUX FOR IBM pSERIES (RS/6000)
6278 M:      Paul Mackerras <paulus@au.ibm.com>
6279 W:      http://www.ibm.com/linux/ltc/projects/ppc
6280 S:      Supported
6281 F:      arch/powerpc/boot/rs6000.h
6282
6283 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6284 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6285 M:      Paul Mackerras <paulus@samba.org>
6286 M:      Michael Ellerman <mpe@ellerman.id.au>
6287 W:      http://www.penguinppc.org/
6288 L:      linuxppc-dev@lists.ozlabs.org
6289 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6291 S:      Supported
6292 F:      Documentation/powerpc/
6293 F:      arch/powerpc/
6294
6295 LINUX FOR POWER MACINTOSH
6296 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6297 W:      http://www.penguinppc.org/
6298 L:      linuxppc-dev@lists.ozlabs.org
6299 S:      Maintained
6300 F:      arch/powerpc/platforms/powermac/
6301 F:      drivers/macintosh/
6302
6303 LINUX FOR POWERPC EMBEDDED MPC5XXX
6304 M:      Anatolij Gustschin <agust@denx.de>
6305 L:      linuxppc-dev@lists.ozlabs.org
6306 T:      git git://git.denx.de/linux-denx-agust.git
6307 S:      Maintained
6308 F:      arch/powerpc/platforms/512x/
6309 F:      arch/powerpc/platforms/52xx/
6310
6311 LINUX FOR POWERPC EMBEDDED PPC4XX
6312 M:      Alistair Popple <alistair@popple.id.au>
6313 M:      Matt Porter <mporter@kernel.crashing.org>
6314 W:      http://www.penguinppc.org/
6315 L:      linuxppc-dev@lists.ozlabs.org
6316 S:      Maintained
6317 F:      arch/powerpc/platforms/40x/
6318 F:      arch/powerpc/platforms/44x/
6319
6320 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6321 L:      linuxppc-dev@lists.ozlabs.org
6322 S:      Orphan
6323 F:      arch/powerpc/*/*virtex*
6324 F:      arch/powerpc/*/*/*virtex*
6325
6326 LINUX FOR POWERPC EMBEDDED PPC8XX
6327 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6328 W:      http://www.penguinppc.org/
6329 L:      linuxppc-dev@lists.ozlabs.org
6330 S:      Maintained
6331 F:      arch/powerpc/platforms/8xx/
6332
6333 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6334 M:      Scott Wood <scottwood@freescale.com>
6335 M:      Kumar Gala <galak@kernel.crashing.org>
6336 W:      http://www.penguinppc.org/
6337 L:      linuxppc-dev@lists.ozlabs.org
6338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6339 S:      Maintained
6340 F:      arch/powerpc/platforms/83xx/
6341 F:      arch/powerpc/platforms/85xx/
6342
6343 LINUX FOR POWERPC PA SEMI PWRFICIENT
6344 M:      Olof Johansson <olof@lixom.net>
6345 L:      linuxppc-dev@lists.ozlabs.org
6346 S:      Maintained
6347 F:      arch/powerpc/platforms/pasemi/
6348 F:      drivers/*/*pasemi*
6349 F:      drivers/*/*/*pasemi*
6350
6351 LINUX SECURITY MODULE (LSM) FRAMEWORK
6352 M:      Chris Wright <chrisw@sous-sol.org>
6353 L:      linux-security-module@vger.kernel.org
6354 S:      Supported
6355
6356 LIS3LV02D ACCELEROMETER DRIVER
6357 M:      Eric Piel <eric.piel@tremplin-utc.net>
6358 S:      Maintained
6359 F:      Documentation/misc-devices/lis3lv02d
6360 F:      drivers/misc/lis3lv02d/
6361 F:      drivers/platform/x86/hp_accel.c
6362
6363 LIVE PATCHING
6364 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6365 M:      Seth Jennings <sjenning@redhat.com>
6366 M:      Jiri Kosina <jikos@kernel.org>
6367 M:      Vojtech Pavlik <vojtech@suse.com>
6368 S:      Maintained
6369 F:      kernel/livepatch/
6370 F:      include/linux/livepatch.h
6371 F:      arch/x86/include/asm/livepatch.h
6372 F:      arch/x86/kernel/livepatch.c
6373 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6374 F:      samples/livepatch/
6375 L:      live-patching@vger.kernel.org
6376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6377
6378 LLC (802.2)
6379 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6380 S:      Maintained
6381 F:      include/linux/llc.h
6382 F:      include/uapi/linux/llc.h
6383 F:      include/net/llc*
6384 F:      net/llc/
6385
6386 LM73 HARDWARE MONITOR DRIVER
6387 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6388 L:      lm-sensors@lm-sensors.org
6389 S:      Maintained
6390 F:      drivers/hwmon/lm73.c
6391
6392 LM78 HARDWARE MONITOR DRIVER
6393 M:      Jean Delvare <jdelvare@suse.com>
6394 L:      lm-sensors@lm-sensors.org
6395 S:      Maintained
6396 F:      Documentation/hwmon/lm78
6397 F:      drivers/hwmon/lm78.c
6398
6399 LM83 HARDWARE MONITOR DRIVER
6400 M:      Jean Delvare <jdelvare@suse.com>
6401 L:      lm-sensors@lm-sensors.org
6402 S:      Maintained
6403 F:      Documentation/hwmon/lm83
6404 F:      drivers/hwmon/lm83.c
6405
6406 LM90 HARDWARE MONITOR DRIVER
6407 M:      Jean Delvare <jdelvare@suse.com>
6408 L:      lm-sensors@lm-sensors.org
6409 S:      Maintained
6410 F:      Documentation/hwmon/lm90
6411 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6412 F:      drivers/hwmon/lm90.c
6413
6414 LM95234 HARDWARE MONITOR DRIVER
6415 M:      Guenter Roeck <linux@roeck-us.net>
6416 L:      lm-sensors@lm-sensors.org
6417 S:      Maintained
6418 F:      Documentation/hwmon/lm95234
6419 F:      drivers/hwmon/lm95234.c
6420
6421 LME2510 MEDIA DRIVER
6422 M:      Malcolm Priestley <tvboxspy@gmail.com>
6423 L:      linux-media@vger.kernel.org
6424 W:      http://linuxtv.org/
6425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6426 S:      Maintained
6427 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6428
6429 LOCKDEP AND LOCKSTAT
6430 M:      Peter Zijlstra <peterz@infradead.org>
6431 M:      Ingo Molnar <mingo@redhat.com>
6432 L:      linux-kernel@vger.kernel.org
6433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6434 S:      Maintained
6435 F:      Documentation/locking/lockdep*.txt
6436 F:      Documentation/locking/lockstat.txt
6437 F:      include/linux/lockdep.h
6438 F:      kernel/locking/
6439
6440 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6441 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6442 L:      linux-ntfs-dev@lists.sourceforge.net
6443 W:      http://www.linux-ntfs.org/content/view/19/37/
6444 S:      Maintained
6445 F:      Documentation/ldm.txt
6446 F:      block/partitions/ldm.*
6447
6448 LogFS
6449 M:      Joern Engel <joern@logfs.org>
6450 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6451 L:      logfs@logfs.org
6452 W:      logfs.org
6453 S:      Maintained
6454 F:      fs/logfs/
6455
6456 LPC32XX MACHINE SUPPORT
6457 M:      Roland Stigge <stigge@antcom.de>
6458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6459 S:      Maintained
6460 F:      arch/arm/mach-lpc32xx/
6461
6462 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6463 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6464 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6465 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6466 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6467 L:      MPT-FusionLinux.pdl@avagotech.com
6468 L:      linux-scsi@vger.kernel.org
6469 W:      http://www.lsilogic.com/support
6470 S:      Supported
6471 F:      drivers/message/fusion/
6472 F:      drivers/scsi/mpt2sas/
6473 F:      drivers/scsi/mpt3sas/
6474
6475 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6476 M:      Matthew Wilcox <matthew@wil.cx>
6477 L:      linux-scsi@vger.kernel.org
6478 S:      Maintained
6479 F:      drivers/scsi/sym53c8xx_2/
6480
6481 LTC4261 HARDWARE MONITOR DRIVER
6482 M:      Guenter Roeck <linux@roeck-us.net>
6483 L:      lm-sensors@lm-sensors.org
6484 S:      Maintained
6485 F:      Documentation/hwmon/ltc4261
6486 F:      drivers/hwmon/ltc4261.c
6487
6488 LTP (Linux Test Project)
6489 M:      Mike Frysinger <vapier@gentoo.org>
6490 M:      Cyril Hrubis <chrubis@suse.cz>
6491 M:      Wanlong Gao <wanlong.gao@gmail.com>
6492 M:      Jan Stancek <jstancek@redhat.com>
6493 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6494 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6495 L:      ltp@lists.linux.it (subscribers-only)
6496 W:      http://linux-test-project.github.io/
6497 T:      git git://github.com/linux-test-project/ltp.git
6498 S:      Maintained
6499
6500 M32R ARCHITECTURE
6501 W:      http://www.linux-m32r.org/
6502 S:      Orphan
6503 F:      arch/m32r/
6504
6505 M68K ARCHITECTURE
6506 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6507 L:      linux-m68k@lists.linux-m68k.org
6508 W:      http://www.linux-m68k.org/
6509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6510 S:      Maintained
6511 F:      arch/m68k/
6512 F:      drivers/zorro/
6513
6514 M68K ON APPLE MACINTOSH
6515 M:      Joshua Thompson <funaho@jurai.org>
6516 W:      http://www.mac.linux-m68k.org/
6517 L:      linux-m68k@lists.linux-m68k.org
6518 S:      Maintained
6519 F:      arch/m68k/mac/
6520
6521 M68K ON HP9000/300
6522 M:      Philip Blundell <philb@gnu.org>
6523 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6524 S:      Maintained
6525 F:      arch/m68k/hp300/
6526
6527 M88DS3103 MEDIA DRIVER
6528 M:      Antti Palosaari <crope@iki.fi>
6529 L:      linux-media@vger.kernel.org
6530 W:      http://linuxtv.org/
6531 W:      http://palosaari.fi/linux/
6532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6533 T:      git git://linuxtv.org/anttip/media_tree.git
6534 S:      Maintained
6535 F:      drivers/media/dvb-frontends/m88ds3103*
6536
6537 M88RS2000 MEDIA DRIVER
6538 M:      Malcolm Priestley <tvboxspy@gmail.com>
6539 L:      linux-media@vger.kernel.org
6540 W:      http://linuxtv.org/
6541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6542 S:      Maintained
6543 F:      drivers/media/dvb-frontends/m88rs2000*
6544
6545 MA901 MASTERKIT USB FM RADIO DRIVER
6546 M:      Alexey Klimov <klimov.linux@gmail.com>
6547 L:      linux-media@vger.kernel.org
6548 T:      git git://linuxtv.org/media_tree.git
6549 S:      Maintained
6550 F:      drivers/media/radio/radio-ma901.c
6551
6552 MAC80211
6553 M:      Johannes Berg <johannes@sipsolutions.net>
6554 L:      linux-wireless@vger.kernel.org
6555 W:      http://wireless.kernel.org/
6556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6558 S:      Maintained
6559 F:      Documentation/networking/mac80211-injection.txt
6560 F:      include/net/mac80211.h
6561 F:      net/mac80211/
6562
6563 MACVLAN DRIVER
6564 M:      Patrick McHardy <kaber@trash.net>
6565 L:      netdev@vger.kernel.org
6566 S:      Maintained
6567 F:      drivers/net/macvlan.c
6568 F:      include/linux/if_macvlan.h
6569
6570 MAILBOX API
6571 M:      Jassi Brar <jassisinghbrar@gmail.com>
6572 L:      linux-kernel@vger.kernel.org
6573 S:      Maintained
6574 F:      drivers/mailbox/
6575 F:      include/linux/mailbox_client.h
6576 F:      include/linux/mailbox_controller.h
6577
6578 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6579 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6580 W:      http://www.kernel.org/doc/man-pages
6581 L:      linux-man@vger.kernel.org
6582 S:      Maintained
6583
6584 MARVELL ARMADA DRM SUPPORT
6585 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6586 S:      Maintained
6587 F:      drivers/gpu/drm/armada/
6588
6589 MARVELL 88E6352 DSA support
6590 M:      Guenter Roeck <linux@roeck-us.net>
6591 S:      Maintained
6592 F:      drivers/net/dsa/mv88e6352.c
6593
6594 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6595 M:      Mirko Lindner <mlindner@marvell.com>
6596 M:      Stephen Hemminger <stephen@networkplumber.org>
6597 L:      netdev@vger.kernel.org
6598 S:      Maintained
6599 F:      drivers/net/ethernet/marvell/sk*
6600
6601 MARVELL LIBERTAS WIRELESS DRIVER
6602 L:      libertas-dev@lists.infradead.org
6603 S:      Orphan
6604 F:      drivers/net/wireless/libertas/
6605
6606 MARVELL MV643XX ETHERNET DRIVER
6607 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6608 L:      netdev@vger.kernel.org
6609 S:      Maintained
6610 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6611 F:      include/linux/mv643xx.h
6612
6613 MARVELL MVNETA ETHERNET DRIVER
6614 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6615 L:      netdev@vger.kernel.org
6616 S:      Maintained
6617 F:      drivers/net/ethernet/marvell/mvneta.*
6618
6619 MARVELL MWIFIEX WIRELESS DRIVER
6620 M:      Amitkumar Karwar <akarwar@marvell.com>
6621 M:      Nishant Sarmukadam <nishants@marvell.com>
6622 L:      linux-wireless@vger.kernel.org
6623 S:      Maintained
6624 F:      drivers/net/wireless/mwifiex/
6625
6626 MARVELL MWL8K WIRELESS DRIVER
6627 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6628 L:      linux-wireless@vger.kernel.org
6629 S:      Odd Fixes
6630 F:      drivers/net/wireless/mwl8k.c
6631
6632 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6633 M:      Nicolas Pitre <nico@fluxnic.net>
6634 S:      Odd Fixes
6635 F:      drivers/mmc/host/mvsdio.*
6636
6637 MATROX FRAMEBUFFER DRIVER
6638 L:      linux-fbdev@vger.kernel.org
6639 S:      Orphan
6640 F:      drivers/video/fbdev/matrox/matroxfb_*
6641 F:      include/uapi/linux/matroxfb.h
6642
6643 MAX16065 HARDWARE MONITOR DRIVER
6644 M:      Guenter Roeck <linux@roeck-us.net>
6645 L:      lm-sensors@lm-sensors.org
6646 S:      Maintained
6647 F:      Documentation/hwmon/max16065
6648 F:      drivers/hwmon/max16065.c
6649
6650 MAX20751 HARDWARE MONITOR DRIVER
6651 M:      Guenter Roeck <linux@roeck-us.net>
6652 L:      lm-sensors@lm-sensors.org
6653 S:      Maintained
6654 F:      Documentation/hwmon/max20751
6655 F:      drivers/hwmon/max20751.c
6656
6657 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6658 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6659 L:      lm-sensors@lm-sensors.org
6660 S:      Maintained
6661 F:      Documentation/hwmon/max6650
6662 F:      drivers/hwmon/max6650.c
6663
6664 MAX6697 HARDWARE MONITOR DRIVER
6665 M:      Guenter Roeck <linux@roeck-us.net>
6666 L:      lm-sensors@lm-sensors.org
6667 S:      Maintained
6668 F:      Documentation/hwmon/max6697
6669 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6670 F:      drivers/hwmon/max6697.c
6671 F:      include/linux/platform_data/max6697.h
6672
6673 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6674 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6675 L:      linux-pm@vger.kernel.org
6676 S:      Supported
6677 F:      drivers/power/max14577_charger.c
6678 F:      drivers/power/max77693_charger.c
6679
6680 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6681 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6682 L:      linux-kernel@vger.kernel.org
6683 S:      Supported
6684 F:      drivers/*/*max77802.c
6685 F:      Documentation/devicetree/bindings/*/*max77802.txt
6686 F:      include/dt-bindings/*/*max77802.h
6687
6688 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6689 M:      Chanwoo Choi <cw00.choi@samsung.com>
6690 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6691 L:      linux-kernel@vger.kernel.org
6692 S:      Supported
6693 F:      drivers/*/max14577.c
6694 F:      drivers/*/max77686.c
6695 F:      drivers/*/max77693.c
6696 F:      drivers/extcon/extcon-max14577.c
6697 F:      drivers/extcon/extcon-max77693.c
6698 F:      drivers/rtc/rtc-max77686.c
6699 F:      drivers/clk/clk-max77686.c
6700 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6701 F:      Documentation/devicetree/bindings/*/max77686.txt
6702 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6703 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6704 F:      include/linux/mfd/max14577*.h
6705 F:      include/linux/mfd/max77686*.h
6706 F:      include/linux/mfd/max77693*.h
6707
6708 MAXIRADIO FM RADIO RECEIVER DRIVER
6709 M:      Hans Verkuil <hverkuil@xs4all.nl>
6710 L:      linux-media@vger.kernel.org
6711 T:      git git://linuxtv.org/media_tree.git
6712 W:      http://linuxtv.org
6713 S:      Maintained
6714 F:      drivers/media/radio/radio-maxiradio*
6715
6716 MEDIA DRIVERS FOR RENESAS - VSP1
6717 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6718 L:      linux-media@vger.kernel.org
6719 L:      linux-sh@vger.kernel.org
6720 T:      git git://linuxtv.org/media_tree.git
6721 S:      Supported
6722 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6723 F:      drivers/media/platform/vsp1/
6724
6725 MEDIA DRIVERS FOR ASCOT2E
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/ascot2e*
6733
6734 MEDIA DRIVERS FOR CXD2841ER
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/cxd2841er*
6742
6743 MEDIA DRIVERS FOR HORUS3A
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/dvb-frontends/horus3a*
6751
6752 MEDIA DRIVERS FOR LNBH25
6753 M:      Sergey Kozlov <serjk@netup.ru>
6754 L:      linux-media@vger.kernel.org
6755 W:      http://linuxtv.org/
6756 W:      http://netup.tv/
6757 T:      git git://linuxtv.org/media_tree.git
6758 S:      Supported
6759 F:      drivers/media/dvb-frontends/lnbh25*
6760
6761 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6762 M:      Sergey Kozlov <serjk@netup.ru>
6763 L:      linux-media@vger.kernel.org
6764 W:      http://linuxtv.org/
6765 W:      http://netup.tv/
6766 T:      git git://linuxtv.org/media_tree.git
6767 S:      Supported
6768 F:      drivers/media/pci/netup_unidvb/*
6769
6770 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6771 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6772 P:      LinuxTV.org Project
6773 L:      linux-media@vger.kernel.org
6774 W:      http://linuxtv.org
6775 Q:      http://patchwork.kernel.org/project/linux-media/list/
6776 T:      git git://linuxtv.org/media_tree.git
6777 S:      Maintained
6778 F:      Documentation/dvb/
6779 F:      Documentation/video4linux/
6780 F:      Documentation/DocBook/media/
6781 F:      drivers/media/
6782 F:      drivers/staging/media/
6783 F:      include/media/
6784 F:      include/uapi/linux/dvb/
6785 F:      include/uapi/linux/videodev2.h
6786 F:      include/uapi/linux/media.h
6787 F:      include/uapi/linux/v4l2-*
6788 F:      include/uapi/linux/meye.h
6789 F:      include/uapi/linux/ivtv*
6790 F:      include/uapi/linux/uvcvideo.h
6791
6792 MEDIATEK MT7601U WIRELESS LAN DRIVER
6793 M:      Jakub Kicinski <kubakici@wp.pl>
6794 L:      linux-wireless@vger.kernel.org
6795 S:      Maintained
6796 F:      drivers/net/wireless/mediatek/mt7601u/
6797
6798 MEGARAID SCSI/SAS DRIVERS
6799 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6800 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6801 M:      Uday Lingala <uday.lingala@avagotech.com>
6802 L:      megaraidlinux.pdl@avagotech.com
6803 L:      linux-scsi@vger.kernel.org
6804 W:      http://www.lsi.com
6805 S:      Maintained
6806 F:      Documentation/scsi/megaraid.txt
6807 F:      drivers/scsi/megaraid.*
6808 F:      drivers/scsi/megaraid/
6809
6810 MELLANOX ETHERNET DRIVER (mlx4_en)
6811 M:      Amir Vadai <amirv@mellanox.com>
6812 L:      netdev@vger.kernel.org
6813 S:      Supported
6814 W:      http://www.mellanox.com
6815 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6816 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6817
6818 MELLANOX ETHERNET SWITCH DRIVERS
6819 M:      Jiri Pirko <jiri@mellanox.com>
6820 M:      Ido Schimmel <idosch@mellanox.com>
6821 L:      netdev@vger.kernel.org
6822 S:      Supported
6823 W:      http://www.mellanox.com
6824 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6825 F:      drivers/net/ethernet/mellanox/mlxsw/
6826
6827 MEMBARRIER SUPPORT
6828 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6829 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6830 L:      linux-kernel@vger.kernel.org
6831 S:      Supported
6832 F:      kernel/membarrier.c
6833 F:      include/uapi/linux/membarrier.h
6834
6835 MEMORY MANAGEMENT
6836 L:      linux-mm@kvack.org
6837 W:      http://www.linux-mm.org
6838 S:      Maintained
6839 F:      include/linux/mm.h
6840 F:      include/linux/gfp.h
6841 F:      include/linux/mmzone.h
6842 F:      include/linux/memory_hotplug.h
6843 F:      include/linux/vmalloc.h
6844 F:      mm/
6845
6846 MEMORY TECHNOLOGY DEVICES (MTD)
6847 M:      David Woodhouse <dwmw2@infradead.org>
6848 M:      Brian Norris <computersforpeace@gmail.com>
6849 L:      linux-mtd@lists.infradead.org
6850 W:      http://www.linux-mtd.infradead.org/
6851 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6852 T:      git git://git.infradead.org/linux-mtd.git
6853 T:      git git://git.infradead.org/l2-mtd.git
6854 S:      Maintained
6855 F:      drivers/mtd/
6856 F:      include/linux/mtd/
6857 F:      include/uapi/mtd/
6858
6859 MEN A21 WATCHDOG DRIVER
6860 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6861 L:      linux-watchdog@vger.kernel.org
6862 S:      Maintained
6863 F:      drivers/watchdog/mena21_wdt.c
6864
6865 MEN CHAMELEON BUS (mcb)
6866 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6867 S:      Maintained
6868 F:      drivers/mcb/
6869 F:      include/linux/mcb.h
6870 F:      Documentation/men-chameleon-bus.txt
6871
6872 MEN F21BMC (Board Management Controller)
6873 M:      Andreas Werner <andreas.werner@men.de>
6874 S:      Supported
6875 F:      drivers/mfd/menf21bmc.c
6876 F:      drivers/watchdog/menf21bmc_wdt.c
6877 F:      drivers/leds/leds-menf21bmc.c
6878 F:      drivers/hwmon/menf21bmc_hwmon.c
6879 F:      Documentation/hwmon/menf21bmc
6880
6881 METAG ARCHITECTURE
6882 M:      James Hogan <james.hogan@imgtec.com>
6883 L:      linux-metag@vger.kernel.org
6884 S:      Supported
6885 F:      arch/metag/
6886 F:      Documentation/metag/
6887 F:      Documentation/devicetree/bindings/metag/
6888 F:      drivers/clocksource/metag_generic.c
6889 F:      drivers/irqchip/irq-metag.c
6890 F:      drivers/irqchip/irq-metag-ext.c
6891 F:      drivers/tty/metag_da.c
6892
6893 MICROBLAZE ARCHITECTURE
6894 M:      Michal Simek <monstr@monstr.eu>
6895 W:      http://www.monstr.eu/fdt/
6896 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6897 S:      Supported
6898 F:      arch/microblaze/
6899
6900 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6901 M:      Chen Yu <yu.c.chen@intel.com>
6902 L:      platform-driver-x86@vger.kernel.org
6903 S:      Supported
6904 F:      drivers/platform/x86/surfacepro3_button.c
6905
6906 MICROTEK X6 SCANNER
6907 M:      Oliver Neukum <oliver@neukum.org>
6908 S:      Maintained
6909 F:      drivers/usb/image/microtek.*
6910
6911 MIPS
6912 M:      Ralf Baechle <ralf@linux-mips.org>
6913 L:      linux-mips@linux-mips.org
6914 W:      http://www.linux-mips.org/
6915 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6916 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6917 S:      Supported
6918 F:      Documentation/mips/
6919 F:      arch/mips/
6920
6921 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6922 M:      Hans Verkuil <hverkuil@xs4all.nl>
6923 L:      linux-media@vger.kernel.org
6924 T:      git git://linuxtv.org/media_tree.git
6925 W:      http://linuxtv.org
6926 S:      Odd Fixes
6927 F:      drivers/media/radio/radio-miropcm20*
6928
6929 Mellanox MLX5 core VPI driver
6930 M:      Eli Cohen <eli@mellanox.com>
6931 L:      netdev@vger.kernel.org
6932 L:      linux-rdma@vger.kernel.org
6933 W:      http://www.mellanox.com
6934 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6935 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6936 T:      git git://openfabrics.org/~eli/connect-ib.git
6937 S:      Supported
6938 F:      drivers/net/ethernet/mellanox/mlx5/core/
6939 F:      include/linux/mlx5/
6940
6941 Mellanox MLX5 IB driver
6942 M:      Eli Cohen <eli@mellanox.com>
6943 L:      linux-rdma@vger.kernel.org
6944 W:      http://www.mellanox.com
6945 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6946 T:      git git://openfabrics.org/~eli/connect-ib.git
6947 S:      Supported
6948 F:      include/linux/mlx5/
6949 F:      drivers/infiniband/hw/mlx5/
6950
6951 MN88472 MEDIA DRIVER
6952 M:      Antti Palosaari <crope@iki.fi>
6953 L:      linux-media@vger.kernel.org
6954 W:      http://linuxtv.org/
6955 W:      http://palosaari.fi/linux/
6956 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6957 T:      git git://linuxtv.org/anttip/media_tree.git
6958 S:      Maintained
6959 F:      drivers/staging/media/mn88472/
6960 F:      drivers/media/dvb-frontends/mn88472.h
6961
6962 MN88473 MEDIA DRIVER
6963 M:      Antti Palosaari <crope@iki.fi>
6964 L:      linux-media@vger.kernel.org
6965 W:      http://linuxtv.org/
6966 W:      http://palosaari.fi/linux/
6967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6968 T:      git git://linuxtv.org/anttip/media_tree.git
6969 S:      Maintained
6970 F:      drivers/staging/media/mn88473/
6971 F:      drivers/media/dvb-frontends/mn88473.h
6972
6973 MODULE SUPPORT
6974 M:      Rusty Russell <rusty@rustcorp.com.au>
6975 S:      Maintained
6976 F:      include/linux/module.h
6977 F:      kernel/module.c
6978
6979 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6980 W:      http://popies.net/meye/
6981 S:      Orphan
6982 F:      Documentation/video4linux/meye.txt
6983 F:      drivers/media/pci/meye/
6984 F:      include/uapi/linux/meye.h
6985
6986 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6987 M:      Jiri Slaby <jirislaby@gmail.com>
6988 S:      Maintained
6989 F:      Documentation/serial/moxa-smartio
6990 F:      drivers/tty/mxser.*
6991
6992 MR800 AVERMEDIA USB FM RADIO DRIVER
6993 M:      Alexey Klimov <klimov.linux@gmail.com>
6994 L:      linux-media@vger.kernel.org
6995 T:      git git://linuxtv.org/media_tree.git
6996 S:      Maintained
6997 F:      drivers/media/radio/radio-mr800.c
6998
6999 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7000 M:      Alan Ott <alan@signal11.us>
7001 L:      linux-wpan@vger.kernel.org
7002 S:      Maintained
7003 F:      drivers/net/ieee802154/mrf24j40.c
7004 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7005
7006 MSI LAPTOP SUPPORT
7007 M:      "Lee, Chun-Yi" <jlee@suse.com>
7008 L:      platform-driver-x86@vger.kernel.org
7009 S:      Maintained
7010 F:      drivers/platform/x86/msi-laptop.c
7011
7012 MSI WMI SUPPORT
7013 L:      platform-driver-x86@vger.kernel.org
7014 S:      Orphan
7015 F:      drivers/platform/x86/msi-wmi.c
7016
7017 MSI001 MEDIA DRIVER
7018 M:      Antti Palosaari <crope@iki.fi>
7019 L:      linux-media@vger.kernel.org
7020 W:      http://linuxtv.org/
7021 W:      http://palosaari.fi/linux/
7022 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7023 T:      git git://linuxtv.org/anttip/media_tree.git
7024 S:      Maintained
7025 F:      drivers/media/tuners/msi001*
7026
7027 MSI2500 MEDIA DRIVER
7028 M:      Antti Palosaari <crope@iki.fi>
7029 L:      linux-media@vger.kernel.org
7030 W:      http://linuxtv.org/
7031 W:      http://palosaari.fi/linux/
7032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7033 T:      git git://linuxtv.org/anttip/media_tree.git
7034 S:      Maintained
7035 F:      drivers/media/usb/msi2500/
7036
7037 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7038 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7039 L:      linux-mtd@lists.infradead.org
7040 S:      Maintained
7041 F:      drivers/mtd/devices/docg3*
7042
7043 MT9M032 APTINA SENSOR DRIVER
7044 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7045 L:      linux-media@vger.kernel.org
7046 T:      git git://linuxtv.org/media_tree.git
7047 S:      Maintained
7048 F:      drivers/media/i2c/mt9m032.c
7049 F:      include/media/mt9m032.h
7050
7051 MT9P031 APTINA CAMERA SENSOR
7052 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7053 L:      linux-media@vger.kernel.org
7054 T:      git git://linuxtv.org/media_tree.git
7055 S:      Maintained
7056 F:      drivers/media/i2c/mt9p031.c
7057 F:      include/media/mt9p031.h
7058
7059 MT9T001 APTINA CAMERA SENSOR
7060 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7061 L:      linux-media@vger.kernel.org
7062 T:      git git://linuxtv.org/media_tree.git
7063 S:      Maintained
7064 F:      drivers/media/i2c/mt9t001.c
7065 F:      include/media/mt9t001.h
7066
7067 MT9V032 APTINA CAMERA SENSOR
7068 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7069 L:      linux-media@vger.kernel.org
7070 T:      git git://linuxtv.org/media_tree.git
7071 S:      Maintained
7072 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7073 F:      drivers/media/i2c/mt9v032.c
7074 F:      include/media/mt9v032.h
7075
7076 MULTIFUNCTION DEVICES (MFD)
7077 M:      Samuel Ortiz <sameo@linux.intel.com>
7078 M:      Lee Jones <lee.jones@linaro.org>
7079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7080 S:      Supported
7081 F:      drivers/mfd/
7082 F:      include/linux/mfd/
7083
7084 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7085 M:      Ulf Hansson <ulf.hansson@linaro.org>
7086 L:      linux-mmc@vger.kernel.org
7087 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7088 S:      Maintained
7089 F:      drivers/mmc/
7090 F:      include/linux/mmc/
7091 F:      include/uapi/linux/mmc/
7092
7093 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7094 S:      Orphan
7095 F:      drivers/mmc/host/mmc_spi.c
7096 F:      include/linux/spi/mmc_spi.h
7097
7098 MULTISOUND SOUND DRIVER
7099 M:      Andrew Veliath <andrewtv@usa.net>
7100 S:      Maintained
7101 F:      Documentation/sound/oss/MultiSound
7102 F:      sound/oss/msnd*
7103
7104 MULTITECH MULTIPORT CARD (ISICOM)
7105 S:      Orphan
7106 F:      drivers/tty/isicom.c
7107 F:      include/linux/isicom.h
7108
7109 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7110 M:      Felipe Balbi <balbi@ti.com>
7111 L:      linux-usb@vger.kernel.org
7112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7113 S:      Maintained
7114 F:      drivers/usb/musb/
7115
7116 MXL5007T MEDIA DRIVER
7117 M:      Michael Krufky <mkrufky@linuxtv.org>
7118 L:      linux-media@vger.kernel.org
7119 W:      http://linuxtv.org/
7120 W:      http://github.com/mkrufky
7121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7122 T:      git git://linuxtv.org/mkrufky/tuners.git
7123 S:      Maintained
7124 F:      drivers/media/tuners/mxl5007t.*
7125
7126 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7127 M:      Hyong-Youb Kim <hykim@myri.com>
7128 L:      netdev@vger.kernel.org
7129 W:      https://www.myricom.com/support/downloads/myri10ge.html
7130 S:      Supported
7131 F:      drivers/net/ethernet/myricom/myri10ge/
7132
7133 NATSEMI ETHERNET DRIVER (DP8381x)
7134 S:      Orphan
7135 F:      drivers/net/ethernet/natsemi/natsemi.c
7136
7137 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7138 M:      Daniel Mack <zonque@gmail.com>
7139 S:      Maintained
7140 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7141 W:      http://www.native-instruments.com
7142 F:      sound/usb/caiaq/
7143
7144 NCP FILESYSTEM
7145 M:      Petr Vandrovec <petr@vandrovec.name>
7146 S:      Odd Fixes
7147 F:      fs/ncpfs/
7148
7149 NCR 5380 SCSI DRIVERS
7150 M:      Finn Thain <fthain@telegraphics.com.au>
7151 M:      Michael Schmitz <schmitzmic@gmail.com>
7152 L:      linux-scsi@vger.kernel.org
7153 S:      Maintained
7154 F:      Documentation/scsi/g_NCR5380.txt
7155 F:      drivers/scsi/NCR5380.*
7156 F:      drivers/scsi/arm/cumana_1.c
7157 F:      drivers/scsi/arm/oak.c
7158 F:      drivers/scsi/atari_NCR5380.c
7159 F:      drivers/scsi/atari_scsi.*
7160 F:      drivers/scsi/dmx3191d.c
7161 F:      drivers/scsi/dtc.*
7162 F:      drivers/scsi/g_NCR5380.*
7163 F:      drivers/scsi/g_NCR5380_mmio.c
7164 F:      drivers/scsi/mac_scsi.*
7165 F:      drivers/scsi/pas16.*
7166 F:      drivers/scsi/sun3_scsi.*
7167 F:      drivers/scsi/sun3_scsi_vme.c
7168 F:      drivers/scsi/t128.*
7169
7170 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7171 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7172 L:      linux-scsi@vger.kernel.org
7173 S:      Maintained
7174 F:      drivers/scsi/NCR_D700.*
7175
7176 NCT6775 HARDWARE MONITOR DRIVER
7177 M:      Guenter Roeck <linux@roeck-us.net>
7178 L:      lm-sensors@lm-sensors.org
7179 S:      Maintained
7180 F:      Documentation/hwmon/nct6775
7181 F:      drivers/hwmon/nct6775.c
7182
7183 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7184 M:      Faisal Latif <faisal.latif@intel.com>
7185 L:      linux-rdma@vger.kernel.org
7186 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7187 S:      Supported
7188 F:      drivers/infiniband/hw/nes/
7189
7190 NETEM NETWORK EMULATOR
7191 M:      Stephen Hemminger <stephen@networkplumber.org>
7192 L:      netem@lists.linux-foundation.org
7193 S:      Maintained
7194 F:      net/sched/sch_netem.c
7195
7196 NETERION 10GbE DRIVERS (s2io/vxge)
7197 M:      Jon Mason <jdmason@kudzu.us>
7198 L:      netdev@vger.kernel.org
7199 S:      Supported
7200 F:      Documentation/networking/s2io.txt
7201 F:      Documentation/networking/vxge.txt
7202 F:      drivers/net/ethernet/neterion/
7203
7204 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7205 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7206 M:      Patrick McHardy <kaber@trash.net>
7207 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7208 L:      netfilter-devel@vger.kernel.org
7209 L:      coreteam@netfilter.org
7210 W:      http://www.netfilter.org/
7211 W:      http://www.iptables.org/
7212 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7215 S:      Supported
7216 F:      include/linux/netfilter*
7217 F:      include/linux/netfilter/
7218 F:      include/net/netfilter/
7219 F:      include/uapi/linux/netfilter*
7220 F:      include/uapi/linux/netfilter/
7221 F:      net/*/netfilter.c
7222 F:      net/*/netfilter/
7223 F:      net/netfilter/
7224 F:      net/bridge/br_netfilter*.c
7225
7226 NETLABEL
7227 M:      Paul Moore <paul@paul-moore.com>
7228 W:      http://netlabel.sf.net
7229 L:      netdev@vger.kernel.org
7230 S:      Maintained
7231 F:      Documentation/netlabel/
7232 F:      include/net/netlabel.h
7233 F:      net/netlabel/
7234
7235 NETROM NETWORK LAYER
7236 M:      Ralf Baechle <ralf@linux-mips.org>
7237 L:      linux-hams@vger.kernel.org
7238 W:      http://www.linux-ax25.org/
7239 S:      Maintained
7240 F:      include/net/netrom.h
7241 F:      include/uapi/linux/netrom.h
7242 F:      net/netrom/
7243
7244 NETWORK BLOCK DEVICE (NBD)
7245 M:      Markus Pargmann <mpa@pengutronix.de>
7246 S:      Maintained
7247 L:      nbd-general@lists.sourceforge.net
7248 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7249 F:      Documentation/blockdev/nbd.txt
7250 F:      drivers/block/nbd.c
7251 F:      include/uapi/linux/nbd.h
7252
7253 NETWORK DROP MONITOR
7254 M:      Neil Horman <nhorman@tuxdriver.com>
7255 L:      netdev@vger.kernel.org
7256 S:      Maintained
7257 W:      https://fedorahosted.org/dropwatch/
7258 F:      net/core/drop_monitor.c
7259
7260 NETWORKING [GENERAL]
7261 M:      "David S. Miller" <davem@davemloft.net>
7262 L:      netdev@vger.kernel.org
7263 W:      http://www.linuxfoundation.org/en/Net
7264 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7267 S:      Maintained
7268 F:      net/
7269 F:      include/net/
7270 F:      include/linux/in.h
7271 F:      include/linux/net.h
7272 F:      include/linux/netdevice.h
7273 F:      include/uapi/linux/in.h
7274 F:      include/uapi/linux/net.h
7275 F:      include/uapi/linux/netdevice.h
7276 F:      include/uapi/linux/net_namespace.h
7277 F:      tools/net/
7278 F:      tools/testing/selftests/net/
7279 F:      lib/random32.c
7280 F:      lib/test_bpf.c
7281
7282 NETWORKING [IPv4/IPv6]
7283 M:      "David S. Miller" <davem@davemloft.net>
7284 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7285 M:      James Morris <jmorris@namei.org>
7286 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7287 M:      Patrick McHardy <kaber@trash.net>
7288 L:      netdev@vger.kernel.org
7289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7290 S:      Maintained
7291 F:      net/ipv4/
7292 F:      net/ipv6/
7293 F:      include/net/ip*
7294 F:      arch/x86/net/*
7295
7296 NETWORKING [IPSEC]
7297 M:      Steffen Klassert <steffen.klassert@secunet.com>
7298 M:      Herbert Xu <herbert@gondor.apana.org.au>
7299 M:      "David S. Miller" <davem@davemloft.net>
7300 L:      netdev@vger.kernel.org
7301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7303 S:      Maintained
7304 F:      net/core/flow.c
7305 F:      net/xfrm/
7306 F:      net/key/
7307 F:      net/ipv4/xfrm*
7308 F:      net/ipv4/esp4.c
7309 F:      net/ipv4/ah4.c
7310 F:      net/ipv4/ipcomp.c
7311 F:      net/ipv4/ip_vti.c
7312 F:      net/ipv6/xfrm*
7313 F:      net/ipv6/esp6.c
7314 F:      net/ipv6/ah6.c
7315 F:      net/ipv6/ipcomp6.c
7316 F:      net/ipv6/ip6_vti.c
7317 F:      include/uapi/linux/xfrm.h
7318 F:      include/net/xfrm.h
7319
7320 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7321 M:      Paul Moore <paul@paul-moore.com>
7322 L:      netdev@vger.kernel.org
7323 S:      Maintained
7324
7325 NETWORKING [WIRELESS]
7326 L:      linux-wireless@vger.kernel.org
7327 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7328
7329 NETWORKING DRIVERS
7330 L:      netdev@vger.kernel.org
7331 W:      http://www.linuxfoundation.org/en/Net
7332 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7335 S:      Odd Fixes
7336 F:      drivers/net/
7337 F:      include/linux/if_*
7338 F:      include/linux/netdevice.h
7339 F:      include/linux/etherdevice.h
7340 F:      include/linux/fcdevice.h
7341 F:      include/linux/fddidevice.h
7342 F:      include/linux/hippidevice.h
7343 F:      include/linux/inetdevice.h
7344 F:      include/uapi/linux/if_*
7345 F:      include/uapi/linux/netdevice.h
7346
7347 NETWORKING DRIVERS (WIRELESS)
7348 M:      Kalle Valo <kvalo@codeaurora.org>
7349 L:      linux-wireless@vger.kernel.org
7350 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7352 S:      Maintained
7353 F:      drivers/net/wireless/
7354
7355 NETXEN (1/10) GbE SUPPORT
7356 M:      Manish Chopra <manish.chopra@qlogic.com>
7357 M:      Sony Chacko <sony.chacko@qlogic.com>
7358 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7359 L:      netdev@vger.kernel.org
7360 W:      http://www.qlogic.com
7361 S:      Supported
7362 F:      drivers/net/ethernet/qlogic/netxen/
7363
7364 NFC SUBSYSTEM
7365 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7366 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7367 M:      Samuel Ortiz <sameo@linux.intel.com>
7368 L:      linux-wireless@vger.kernel.org
7369 L:      linux-nfc@lists.01.org (subscribers-only)
7370 S:      Supported
7371 F:      net/nfc/
7372 F:      include/net/nfc/
7373 F:      include/uapi/linux/nfc.h
7374 F:      drivers/nfc/
7375 F:      include/linux/platform_data/pn544.h
7376 F:      Documentation/devicetree/bindings/net/nfc/
7377
7378 NFS, SUNRPC, AND LOCKD CLIENTS
7379 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7380 M:      Anna Schumaker <anna.schumaker@netapp.com>
7381 L:      linux-nfs@vger.kernel.org
7382 W:      http://client.linux-nfs.org
7383 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7384 S:      Maintained
7385 F:      fs/lockd/
7386 F:      fs/nfs/
7387 F:      fs/nfs_common/
7388 F:      net/sunrpc/
7389 F:      include/linux/lockd/
7390 F:      include/linux/nfs*
7391 F:      include/linux/sunrpc/
7392 F:      include/uapi/linux/nfs*
7393 F:      include/uapi/linux/sunrpc/
7394
7395 NILFS2 FILESYSTEM
7396 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7397 L:      linux-nilfs@vger.kernel.org
7398 W:      http://nilfs.sourceforge.net/
7399 T:      git git://github.com/konis/nilfs2.git
7400 S:      Supported
7401 F:      Documentation/filesystems/nilfs2.txt
7402 F:      fs/nilfs2/
7403 F:      include/linux/nilfs2_fs.h
7404
7405 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7406 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7407 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7408 S:      Maintained
7409 F:      Documentation/scsi/NinjaSCSI.txt
7410 F:      drivers/scsi/pcmcia/nsp_*
7411
7412 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7413 M:      GOTO Masanori <gotom@debian.or.jp>
7414 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7415 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7416 S:      Maintained
7417 F:      Documentation/scsi/NinjaSCSI.txt
7418 F:      drivers/scsi/nsp32*
7419
7420 NIOS2 ARCHITECTURE
7421 M:      Ley Foon Tan <lftan@altera.com>
7422 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7424 S:      Maintained
7425 F:      arch/nios2/
7426
7427 NOKIA N900 POWER SUPPLY DRIVERS
7428 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7429 S:      Maintained
7430 F:      include/linux/power/bq2415x_charger.h
7431 F:      include/linux/power/bq27x00_battery.h
7432 F:      include/linux/power/isp1704_charger.h
7433 F:      drivers/power/bq2415x_charger.c
7434 F:      drivers/power/bq27x00_battery.c
7435 F:      drivers/power/isp1704_charger.c
7436 F:      drivers/power/rx51_battery.c
7437
7438 NTB DRIVER CORE
7439 M:      Jon Mason <jdmason@kudzu.us>
7440 M:      Dave Jiang <dave.jiang@intel.com>
7441 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7442 L:      linux-ntb@googlegroups.com
7443 S:      Supported
7444 W:      https://github.com/jonmason/ntb/wiki
7445 T:      git git://github.com/jonmason/ntb.git
7446 F:      drivers/ntb/
7447 F:      drivers/net/ntb_netdev.c
7448 F:      include/linux/ntb.h
7449 F:      include/linux/ntb_transport.h
7450
7451 NTB INTEL DRIVER
7452 M:      Jon Mason <jdmason@kudzu.us>
7453 M:      Dave Jiang <dave.jiang@intel.com>
7454 L:      linux-ntb@googlegroups.com
7455 S:      Supported
7456 W:      https://github.com/jonmason/ntb/wiki
7457 T:      git git://github.com/jonmason/ntb.git
7458 F:      drivers/ntb/hw/intel/
7459
7460 NTFS FILESYSTEM
7461 M:      Anton Altaparmakov <anton@tuxera.com>
7462 L:      linux-ntfs-dev@lists.sourceforge.net
7463 W:      http://www.tuxera.com/
7464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7465 S:      Supported
7466 F:      Documentation/filesystems/ntfs.txt
7467 F:      fs/ntfs/
7468
7469 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7470 M:      Antonino Daplas <adaplas@gmail.com>
7471 L:      linux-fbdev@vger.kernel.org
7472 S:      Maintained
7473 F:      drivers/video/fbdev/riva/
7474 F:      drivers/video/fbdev/nvidia/
7475
7476 NVM EXPRESS DRIVER
7477 M:      Matthew Wilcox <willy@linux.intel.com>
7478 L:      linux-nvme@lists.infradead.org
7479 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7480 S:      Supported
7481 F:      drivers/block/nvme*
7482 F:      include/linux/nvme.h
7483
7484 NVMEM FRAMEWORK
7485 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7486 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7487 S:      Maintained
7488 F:      drivers/nvmem/
7489 F:      Documentation/devicetree/bindings/nvmem/
7490 F:      include/linux/nvmem-consumer.h
7491 F:      include/linux/nvmem-provider.h
7492
7493 NXP-NCI NFC DRIVER
7494 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7495 R:      Charles Gorand <charles.gorand@effinnov.com>
7496 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7497 S:      Supported
7498 F:      drivers/nfc/nxp-nci
7499
7500 NXP TDA998X DRM DRIVER
7501 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7502 S:      Supported
7503 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7504 F:      include/drm/i2c/tda998x.h
7505
7506 NXP TFA9879 DRIVER
7507 M:      Peter Rosin <peda@axentia.se>
7508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7509 S:      Maintained
7510 F:      sound/soc/codecs/tfa9879*
7511
7512 OMAP SUPPORT
7513 M:      Tony Lindgren <tony@atomide.com>
7514 L:      linux-omap@vger.kernel.org
7515 W:      http://www.muru.com/linux/omap/
7516 W:      http://linux.omap.com/
7517 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7519 S:      Maintained
7520 F:      arch/arm/*omap*/
7521 F:      arch/arm/configs/omap1_defconfig
7522 F:      arch/arm/configs/omap2plus_defconfig
7523 F:      drivers/i2c/busses/i2c-omap.c
7524 F:      drivers/irqchip/irq-omap-intc.c
7525 F:      drivers/mfd/*omap*.c
7526 F:      drivers/mfd/menelaus.c
7527 F:      drivers/mfd/palmas.c
7528 F:      drivers/mfd/tps65217.c
7529 F:      drivers/mfd/tps65218.c
7530 F:      drivers/mfd/tps65910.c
7531 F:      drivers/mfd/twl-core.[ch]
7532 F:      drivers/mfd/twl4030*.c
7533 F:      drivers/mfd/twl6030*.c
7534 F:      drivers/mfd/twl6040*.c
7535 F:      drivers/regulator/palmas-regulator*.c
7536 F:      drivers/regulator/pbias-regulator.c
7537 F:      drivers/regulator/tps65217-regulator.c
7538 F:      drivers/regulator/tps65218-regulator.c
7539 F:      drivers/regulator/tps65910-regulator.c
7540 F:      drivers/regulator/twl-regulator.c
7541 F:      include/linux/i2c-omap.h
7542
7543 OMAP DEVICE TREE SUPPORT
7544 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7545 M:      Tony Lindgren <tony@atomide.com>
7546 L:      linux-omap@vger.kernel.org
7547 L:      devicetree@vger.kernel.org
7548 S:      Maintained
7549 F:      arch/arm/boot/dts/*omap*
7550 F:      arch/arm/boot/dts/*am3*
7551 F:      arch/arm/boot/dts/*am4*
7552 F:      arch/arm/boot/dts/*am5*
7553 F:      arch/arm/boot/dts/*dra7*
7554
7555 OMAP CLOCK FRAMEWORK SUPPORT
7556 M:      Paul Walmsley <paul@pwsan.com>
7557 L:      linux-omap@vger.kernel.org
7558 S:      Maintained
7559 F:      arch/arm/*omap*/*clock*
7560
7561 OMAP POWER MANAGEMENT SUPPORT
7562 M:      Kevin Hilman <khilman@deeprootsystems.com>
7563 L:      linux-omap@vger.kernel.org
7564 S:      Maintained
7565 F:      arch/arm/*omap*/*pm*
7566 F:      drivers/cpufreq/omap-cpufreq.c
7567
7568 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7569 M:      Rajendra Nayak <rnayak@ti.com>
7570 M:      Paul Walmsley <paul@pwsan.com>
7571 L:      linux-omap@vger.kernel.org
7572 S:      Maintained
7573 F:      arch/arm/mach-omap2/prm*
7574
7575 OMAP AUDIO SUPPORT
7576 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7577 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7579 L:      linux-omap@vger.kernel.org
7580 S:      Maintained
7581 F:      sound/soc/omap/
7582
7583 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7584 M:      Roger Quadros <rogerq@ti.com>
7585 M:      Tony Lindgren <tony@atomide.com>
7586 L:      linux-omap@vger.kernel.org
7587 S:      Maintained
7588 F:      drivers/memory/omap-gpmc.c
7589 F:      arch/arm/mach-omap2/*gpmc*
7590
7591 OMAP FRAMEBUFFER SUPPORT
7592 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7593 L:      linux-fbdev@vger.kernel.org
7594 L:      linux-omap@vger.kernel.org
7595 S:      Maintained
7596 F:      drivers/video/fbdev/omap/
7597
7598 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7599 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7600 L:      linux-omap@vger.kernel.org
7601 L:      linux-fbdev@vger.kernel.org
7602 S:      Maintained
7603 F:      drivers/video/fbdev/omap2/
7604 F:      Documentation/arm/OMAP/DSS
7605
7606 OMAP HARDWARE SPINLOCK SUPPORT
7607 M:      Ohad Ben-Cohen <ohad@wizery.com>
7608 L:      linux-omap@vger.kernel.org
7609 S:      Maintained
7610 F:      drivers/hwspinlock/omap_hwspinlock.c
7611
7612 OMAP MMC SUPPORT
7613 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7614 L:      linux-omap@vger.kernel.org
7615 S:      Maintained
7616 F:      drivers/mmc/host/omap.c
7617
7618 OMAP HS MMC SUPPORT
7619 L:      linux-mmc@vger.kernel.org
7620 L:      linux-omap@vger.kernel.org
7621 S:      Orphan
7622 F:      drivers/mmc/host/omap_hsmmc.c
7623
7624 OMAP RANDOM NUMBER GENERATOR SUPPORT
7625 M:      Deepak Saxena <dsaxena@plexity.net>
7626 S:      Maintained
7627 F:      drivers/char/hw_random/omap-rng.c
7628
7629 OMAP HWMOD SUPPORT
7630 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7631 M:      Paul Walmsley <paul@pwsan.com>
7632 L:      linux-omap@vger.kernel.org
7633 S:      Maintained
7634 F:      arch/arm/mach-omap2/omap_hwmod.*
7635
7636 OMAP HWMOD DATA
7637 M:      Paul Walmsley <paul@pwsan.com>
7638 L:      linux-omap@vger.kernel.org
7639 S:      Maintained
7640 F:      arch/arm/mach-omap2/omap_hwmod*data*
7641
7642 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7643 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7644 L:      linux-omap@vger.kernel.org
7645 S:      Maintained
7646 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7647
7648 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7649 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7650 L:      linux-media@vger.kernel.org
7651 S:      Maintained
7652 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7653 F:      drivers/media/platform/omap3isp/
7654 F:      drivers/staging/media/omap4iss/
7655
7656 OMAP USB SUPPORT
7657 M:      Felipe Balbi <balbi@ti.com>
7658 L:      linux-usb@vger.kernel.org
7659 L:      linux-omap@vger.kernel.org
7660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7661 S:      Maintained
7662 F:      drivers/usb/*/*omap*
7663 F:      arch/arm/*omap*/usb*
7664
7665 OMAP GPIO DRIVER
7666 M:      Javier Martinez Canillas <javier@dowhile0.org>
7667 M:      Santosh Shilimkar <ssantosh@kernel.org>
7668 M:      Kevin Hilman <khilman@deeprootsystems.com>
7669 L:      linux-omap@vger.kernel.org
7670 S:      Maintained
7671 F:      drivers/gpio/gpio-omap.c
7672
7673 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7674 M:      Mark Jackson <mpfj@newflow.co.uk>
7675 L:      linux-omap@vger.kernel.org
7676 S:      Maintained
7677 F:      arch/arm/boot/dts/am335x-nano.dts
7678
7679 OMFS FILESYSTEM
7680 M:      Bob Copeland <me@bobcopeland.com>
7681 L:      linux-karma-devel@lists.sourceforge.net
7682 S:      Maintained
7683 F:      Documentation/filesystems/omfs.txt
7684 F:      fs/omfs/
7685
7686 OMNIKEY CARDMAN 4000 DRIVER
7687 M:      Harald Welte <laforge@gnumonks.org>
7688 S:      Maintained
7689 F:      drivers/char/pcmcia/cm4000_cs.c
7690 F:      include/linux/cm4000_cs.h
7691 F:      include/uapi/linux/cm4000_cs.h
7692
7693 OMNIKEY CARDMAN 4040 DRIVER
7694 M:      Harald Welte <laforge@gnumonks.org>
7695 S:      Maintained
7696 F:      drivers/char/pcmcia/cm4040_cs.*
7697
7698 OMNIVISION OV7670 SENSOR DRIVER
7699 M:      Jonathan Corbet <corbet@lwn.net>
7700 L:      linux-media@vger.kernel.org
7701 T:      git git://linuxtv.org/media_tree.git
7702 S:      Maintained
7703 F:      drivers/media/i2c/ov7670.c
7704
7705 ONENAND FLASH DRIVER
7706 M:      Kyungmin Park <kyungmin.park@samsung.com>
7707 L:      linux-mtd@lists.infradead.org
7708 S:      Maintained
7709 F:      drivers/mtd/onenand/
7710 F:      include/linux/mtd/onenand*.h
7711
7712 ONSTREAM SCSI TAPE DRIVER
7713 M:      Willem Riede <osst@riede.org>
7714 L:      osst-users@lists.sourceforge.net
7715 L:      linux-scsi@vger.kernel.org
7716 S:      Maintained
7717 F:      Documentation/scsi/osst.txt
7718 F:      drivers/scsi/osst.*
7719 F:      drivers/scsi/osst_*.h
7720 F:      drivers/scsi/st.h
7721
7722 OPENCORES I2C BUS DRIVER
7723 M:      Peter Korsgaard <jacmet@sunsite.dk>
7724 L:      linux-i2c@vger.kernel.org
7725 S:      Maintained
7726 F:      Documentation/i2c/busses/i2c-ocores
7727 F:      drivers/i2c/busses/i2c-ocores.c
7728
7729 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7730 M:      Rob Herring <robh+dt@kernel.org>
7731 M:      Frank Rowand <frowand.list@gmail.com>
7732 M:      Grant Likely <grant.likely@linaro.org>
7733 L:      devicetree@vger.kernel.org
7734 W:      http://www.devicetree.org/
7735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7736 S:      Maintained
7737 F:      drivers/of/
7738 F:      include/linux/of*.h
7739 F:      scripts/dtc/
7740
7741 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7742 M:      Rob Herring <robh+dt@kernel.org>
7743 M:      Pawel Moll <pawel.moll@arm.com>
7744 M:      Mark Rutland <mark.rutland@arm.com>
7745 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7746 M:      Kumar Gala <galak@codeaurora.org>
7747 L:      devicetree@vger.kernel.org
7748 S:      Maintained
7749 F:      Documentation/devicetree/
7750 F:      arch/*/boot/dts/
7751 F:      include/dt-bindings/
7752
7753 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7754 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7755 L:      devicetree@vger.kernel.org
7756 S:      Maintained
7757 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7758 F:      Documentation/devicetree/overlay-notes.txt
7759 F:      drivers/of/overlay.c
7760 F:      drivers/of/resolver.c
7761
7762 OPENRISC ARCHITECTURE
7763 M:      Jonas Bonn <jonas@southpole.se>
7764 W:      http://openrisc.net
7765 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7766 S:      Maintained
7767 T:      git git://openrisc.net/~jonas/linux
7768 F:      arch/openrisc/
7769
7770 OPENVSWITCH
7771 M:      Pravin Shelar <pshelar@nicira.com>
7772 L:      netdev@vger.kernel.org
7773 L:      dev@openvswitch.org
7774 W:      http://openvswitch.org
7775 S:      Maintained
7776 F:      net/openvswitch/
7777 F:      include/uapi/linux/openvswitch.h
7778
7779 OPL4 DRIVER
7780 M:      Clemens Ladisch <clemens@ladisch.de>
7781 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7782 T:      git git://git.alsa-project.org/alsa-kernel.git
7783 S:      Maintained
7784 F:      sound/drivers/opl4/
7785
7786 OPROFILE
7787 M:      Robert Richter <rric@kernel.org>
7788 L:      oprofile-list@lists.sf.net
7789 S:      Maintained
7790 F:      arch/*/include/asm/oprofile*.h
7791 F:      arch/*/oprofile/
7792 F:      drivers/oprofile/
7793 F:      include/linux/oprofile.h
7794
7795 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7796 M:      Mark Fasheh <mfasheh@suse.com>
7797 M:      Joel Becker <jlbec@evilplan.org>
7798 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7799 W:      http://ocfs2.wiki.kernel.org
7800 S:      Supported
7801 F:      Documentation/filesystems/ocfs2.txt
7802 F:      Documentation/filesystems/dlmfs.txt
7803 F:      fs/ocfs2/
7804
7805 ORINOCO DRIVER
7806 L:      linux-wireless@vger.kernel.org
7807 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7808 W:      http://www.nongnu.org/orinoco/
7809 S:      Orphan
7810 F:      drivers/net/wireless/orinoco/
7811
7812 OSD LIBRARY and FILESYSTEM
7813 M:      Boaz Harrosh <ooo@electrozaur.com>
7814 M:      Benny Halevy <bhalevy@primarydata.com>
7815 L:      osd-dev@open-osd.org
7816 W:      http://open-osd.org
7817 T:      git git://git.open-osd.org/open-osd.git
7818 S:      Maintained
7819 F:      drivers/scsi/osd/
7820 F:      include/scsi/osd_*
7821 F:      fs/exofs/
7822
7823 OVERLAY FILESYSTEM
7824 M:      Miklos Szeredi <miklos@szeredi.hu>
7825 L:      linux-unionfs@vger.kernel.org
7826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7827 S:      Supported
7828 F:      fs/overlayfs/
7829 F:      Documentation/filesystems/overlayfs.txt
7830
7831 P54 WIRELESS DRIVER
7832 M:      Christian Lamparter <chunkeey@googlemail.com>
7833 L:      linux-wireless@vger.kernel.org
7834 W:      http://wireless.kernel.org/en/users/Drivers/p54
7835 S:      Maintained
7836 F:      drivers/net/wireless/p54/
7837
7838 PA SEMI ETHERNET DRIVER
7839 M:      Olof Johansson <olof@lixom.net>
7840 L:      netdev@vger.kernel.org
7841 S:      Maintained
7842 F:      drivers/net/ethernet/pasemi/*
7843
7844 PA SEMI SMBUS DRIVER
7845 M:      Olof Johansson <olof@lixom.net>
7846 L:      linux-i2c@vger.kernel.org
7847 S:      Maintained
7848 F:      drivers/i2c/busses/i2c-pasemi.c
7849
7850 PADATA PARALLEL EXECUTION MECHANISM
7851 M:      Steffen Klassert <steffen.klassert@secunet.com>
7852 L:      linux-crypto@vger.kernel.org
7853 S:      Maintained
7854 F:      kernel/padata.c
7855 F:      include/linux/padata.h
7856 F:      Documentation/padata.txt
7857
7858 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7859 M:      Harald Welte <laforge@gnumonks.org>
7860 L:      platform-driver-x86@vger.kernel.org
7861 S:      Maintained
7862 F:      drivers/platform/x86/panasonic-laptop.c
7863
7864 PANASONIC MN10300/AM33/AM34 PORT
7865 M:      David Howells <dhowells@redhat.com>
7866 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7867 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7868 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7869 S:      Maintained
7870 F:      Documentation/mn10300/
7871 F:      arch/mn10300/
7872
7873 PARALLEL PORT SUBSYSTEM
7874 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7875 M:      Sudip Mukherjee <sudip@vectorindia.org>
7876 L:      linux-parport@lists.infradead.org (subscribers-only)
7877 S:      Maintained
7878 F:      drivers/parport/
7879 F:      include/linux/parport*.h
7880 F:      drivers/char/ppdev.c
7881 F:      include/uapi/linux/ppdev.h
7882 F:      Documentation/parport*.txt
7883
7884 PARAVIRT_OPS INTERFACE
7885 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7886 M:      Chris Wright <chrisw@sous-sol.org>
7887 M:      Alok Kataria <akataria@vmware.com>
7888 M:      Rusty Russell <rusty@rustcorp.com.au>
7889 L:      virtualization@lists.linux-foundation.org
7890 S:      Supported
7891 F:      Documentation/virtual/paravirt_ops.txt
7892 F:      arch/*/kernel/paravirt*
7893 F:      arch/*/include/asm/paravirt.h
7894
7895 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7896 M:      Tim Waugh <tim@cyberelk.net>
7897 L:      linux-parport@lists.infradead.org (subscribers-only)
7898 S:      Maintained
7899 F:      Documentation/blockdev/paride.txt
7900 F:      drivers/block/paride/
7901
7902 PARISC ARCHITECTURE
7903 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7904 M:      Helge Deller <deller@gmx.de>
7905 L:      linux-parisc@vger.kernel.org
7906 W:      http://www.parisc-linux.org/
7907 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7910 S:      Maintained
7911 F:      arch/parisc/
7912 F:      Documentation/parisc/
7913 F:      drivers/parisc/
7914 F:      drivers/char/agp/parisc-agp.c
7915 F:      drivers/input/serio/gscps2.c
7916 F:      drivers/parport/parport_gsc.*
7917 F:      drivers/tty/serial/8250/8250_gsc.c
7918 F:      drivers/video/fbdev/sti*
7919 F:      drivers/video/console/sti*
7920 F:      drivers/video/logo/logo_parisc*
7921
7922 PC87360 HARDWARE MONITORING DRIVER
7923 M:      Jim Cromie <jim.cromie@gmail.com>
7924 L:      lm-sensors@lm-sensors.org
7925 S:      Maintained
7926 F:      Documentation/hwmon/pc87360
7927 F:      drivers/hwmon/pc87360.c
7928
7929 PC8736x GPIO DRIVER
7930 M:      Jim Cromie <jim.cromie@gmail.com>
7931 S:      Maintained
7932 F:      drivers/char/pc8736x_gpio.c
7933
7934 PC87427 HARDWARE MONITORING DRIVER
7935 M:      Jean Delvare <jdelvare@suse.com>
7936 L:      lm-sensors@lm-sensors.org
7937 S:      Maintained
7938 F:      Documentation/hwmon/pc87427
7939 F:      drivers/hwmon/pc87427.c
7940
7941 PCA9532 LED DRIVER
7942 M:      Riku Voipio <riku.voipio@iki.fi>
7943 S:      Maintained
7944 F:      drivers/leds/leds-pca9532.c
7945 F:      include/linux/leds-pca9532.h
7946
7947 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7948 M:      Guenter Roeck <linux@roeck-us.net>
7949 L:      linux-i2c@vger.kernel.org
7950 S:      Maintained
7951 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7952
7953 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7954 M:      Khalid Aziz <khalid@gonehiking.org>
7955 S:      Maintained
7956 F:      drivers/firmware/pcdp.*
7957
7958 PCI ERROR RECOVERY
7959 M:      Linas Vepstas <linasvepstas@gmail.com>
7960 L:      linux-pci@vger.kernel.org
7961 S:      Supported
7962 F:      Documentation/PCI/pci-error-recovery.txt
7963
7964 PCI SUBSYSTEM
7965 M:      Bjorn Helgaas <bhelgaas@google.com>
7966 L:      linux-pci@vger.kernel.org
7967 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7969 S:      Supported
7970 F:      Documentation/PCI/
7971 F:      drivers/pci/
7972 F:      include/linux/pci*
7973 F:      arch/x86/pci/
7974 F:      arch/x86/kernel/quirks.c
7975
7976 PCI DRIVER FOR ARM VERSATILE PLATFORM
7977 M:      Rob Herring <robh@kernel.org>
7978 L:      linux-pci@vger.kernel.org
7979 L:      linux-arm-kernel@lists.infradead.org
7980 S:      Maintained
7981 F:      Documentation/devicetree/bindings/pci/versatile.txt
7982 F:      drivers/pci/host/pci-versatile.c
7983
7984 PCI DRIVER FOR APPLIEDMICRO XGENE
7985 M:      Tanmay Inamdar <tinamdar@apm.com>
7986 L:      linux-pci@vger.kernel.org
7987 L:      linux-arm-kernel@lists.infradead.org
7988 S:      Maintained
7989 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7990 F:      drivers/pci/host/pci-xgene.c
7991
7992 PCI DRIVER FOR FREESCALE LAYERSCAPE
7993 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7994 M:      Mingkai Hu <mingkai.hu@freescale.com>
7995 M:      Roy Zang <tie-fei.zang@freescale.com>
7996 L:      linuxppc-dev@lists.ozlabs.org
7997 L:      linux-pci@vger.kernel.org
7998 L:      linux-arm-kernel@lists.infradead.org
7999 S:      Maintained
8000 F:      drivers/pci/host/*layerscape*
8001
8002 PCI DRIVER FOR IMX6
8003 M:      Richard Zhu <Richard.Zhu@freescale.com>
8004 M:      Lucas Stach <l.stach@pengutronix.de>
8005 L:      linux-pci@vger.kernel.org
8006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8007 S:      Maintained
8008 F:      drivers/pci/host/*imx6*
8009
8010 PCI DRIVER FOR TI KEYSTONE
8011 M:      Murali Karicheri <m-karicheri2@ti.com>
8012 L:      linux-pci@vger.kernel.org
8013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8014 S:      Maintained
8015 F:      drivers/pci/host/*keystone*
8016
8017 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8018 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8019 M:      Jason Cooper <jason@lakedaemon.net>
8020 L:      linux-pci@vger.kernel.org
8021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8022 S:      Maintained
8023 F:      drivers/pci/host/*mvebu*
8024
8025 PCI DRIVER FOR NVIDIA TEGRA
8026 M:      Thierry Reding <thierry.reding@gmail.com>
8027 L:      linux-tegra@vger.kernel.org
8028 L:      linux-pci@vger.kernel.org
8029 S:      Supported
8030 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8031 F:      drivers/pci/host/pci-tegra.c
8032
8033 PCI DRIVER FOR TI DRA7XX
8034 M:      Kishon Vijay Abraham I <kishon@ti.com>
8035 L:      linux-omap@vger.kernel.org
8036 L:      linux-pci@vger.kernel.org
8037 S:      Supported
8038 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8039 F:      drivers/pci/host/pci-dra7xx.c
8040
8041 PCI DRIVER FOR RENESAS R-CAR
8042 M:      Simon Horman <horms@verge.net.au>
8043 L:      linux-pci@vger.kernel.org
8044 L:      linux-sh@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/pci/host/*rcar*
8047
8048 PCI DRIVER FOR SAMSUNG EXYNOS
8049 M:      Jingoo Han <jingoohan1@gmail.com>
8050 L:      linux-pci@vger.kernel.org
8051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8052 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8053 S:      Maintained
8054 F:      drivers/pci/host/pci-exynos.c
8055
8056 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8057 M:      Jingoo Han <jingoohan1@gmail.com>
8058 M:      Pratyush Anand <pratyush.anand@gmail.com>
8059 L:      linux-pci@vger.kernel.org
8060 S:      Maintained
8061 F:      drivers/pci/host/*designware*
8062
8063 PCI DRIVER FOR GENERIC OF HOSTS
8064 M:      Will Deacon <will.deacon@arm.com>
8065 L:      linux-pci@vger.kernel.org
8066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8067 S:      Maintained
8068 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8069 F:      drivers/pci/host/pci-host-generic.c
8070
8071 PCIE DRIVER FOR ST SPEAR13XX
8072 M:      Pratyush Anand <pratyush.anand@gmail.com>
8073 L:      linux-pci@vger.kernel.org
8074 S:      Maintained
8075 F:      drivers/pci/host/*spear*
8076
8077 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8078 M:      Duc Dang <dhdang@apm.com>
8079 L:      linux-pci@vger.kernel.org
8080 L:      linux-arm-kernel@lists.infradead.org
8081 S:      Maintained
8082 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8083 F:      drivers/pci/host/pci-xgene-msi.c
8084
8085 PCMCIA SUBSYSTEM
8086 P:      Linux PCMCIA Team
8087 L:      linux-pcmcia@lists.infradead.org
8088 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8090 S:      Maintained
8091 F:      Documentation/pcmcia/
8092 F:      drivers/pcmcia/
8093 F:      include/pcmcia/
8094
8095 PCNET32 NETWORK DRIVER
8096 M:      Don Fry <pcnet32@frontier.com>
8097 L:      netdev@vger.kernel.org
8098 S:      Maintained
8099 F:      drivers/net/ethernet/amd/pcnet32.c
8100
8101 PCRYPT PARALLEL CRYPTO ENGINE
8102 M:      Steffen Klassert <steffen.klassert@secunet.com>
8103 L:      linux-crypto@vger.kernel.org
8104 S:      Maintained
8105 F:      crypto/pcrypt.c
8106 F:      include/crypto/pcrypt.h
8107
8108 PER-CPU MEMORY ALLOCATOR
8109 M:      Tejun Heo <tj@kernel.org>
8110 M:      Christoph Lameter <cl@linux-foundation.org>
8111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8112 S:      Maintained
8113 F:      include/linux/percpu*.h
8114 F:      mm/percpu*.c
8115 F:      arch/*/include/asm/percpu.h
8116
8117 PER-TASK DELAY ACCOUNTING
8118 M:      Balbir Singh <bsingharora@gmail.com>
8119 S:      Maintained
8120 F:      include/linux/delayacct.h
8121 F:      kernel/delayacct.c
8122
8123 PERFORMANCE EVENTS SUBSYSTEM
8124 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8125 M:      Ingo Molnar <mingo@redhat.com>
8126 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8127 L:      linux-kernel@vger.kernel.org
8128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8129 S:      Supported
8130 F:      kernel/events/*
8131 F:      include/linux/perf_event.h
8132 F:      include/uapi/linux/perf_event.h
8133 F:      arch/*/kernel/perf_event*.c
8134 F:      arch/*/kernel/*/perf_event*.c
8135 F:      arch/*/kernel/*/*/perf_event*.c
8136 F:      arch/*/include/asm/perf_event.h
8137 F:      arch/*/kernel/perf_callchain.c
8138 F:      tools/perf/
8139
8140 PERSONALITY HANDLING
8141 M:      Christoph Hellwig <hch@infradead.org>
8142 L:      linux-abi-devel@lists.sourceforge.net
8143 S:      Maintained
8144 F:      include/linux/personality.h
8145 F:      include/uapi/linux/personality.h
8146
8147 PHONET PROTOCOL
8148 M:      Remi Denis-Courmont <courmisch@gmail.com>
8149 S:      Supported
8150 F:      Documentation/networking/phonet.txt
8151 F:      include/linux/phonet.h
8152 F:      include/net/phonet/
8153 F:      include/uapi/linux/phonet.h
8154 F:      net/phonet/
8155
8156 PHRAM MTD DRIVER
8157 M:      Joern Engel <joern@lazybastard.org>
8158 L:      linux-mtd@lists.infradead.org
8159 S:      Maintained
8160 F:      drivers/mtd/devices/phram.c
8161
8162 PICOLCD HID DRIVER
8163 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8164 L:      linux-input@vger.kernel.org
8165 S:      Maintained
8166 F:      drivers/hid/hid-picolcd*
8167
8168 PICOXCELL SUPPORT
8169 M:      Jamie Iles <jamie@jamieiles.com>
8170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8171 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8172 S:      Supported
8173 F:      arch/arm/boot/dts/picoxcell*
8174 F:      arch/arm/mach-picoxcell/
8175 F:      drivers/crypto/picoxcell*
8176
8177 PIN CONTROL SUBSYSTEM
8178 M:      Linus Walleij <linus.walleij@linaro.org>
8179 L:      linux-gpio@vger.kernel.org
8180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8181 S:      Maintained
8182 F:      drivers/pinctrl/
8183 F:      include/linux/pinctrl/
8184
8185 PIN CONTROLLER - ATMEL AT91
8186 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8188 S:      Maintained
8189 F:      drivers/pinctrl/pinctrl-at91.*
8190
8191 PIN CONTROLLER - INTEL
8192 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8193 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8194 S:      Maintained
8195 F:      drivers/pinctrl/intel/
8196
8197 PIN CONTROLLER - RENESAS
8198 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8199 L:      linux-sh@vger.kernel.org
8200 S:      Maintained
8201 F:      drivers/pinctrl/sh-pfc/
8202
8203 PIN CONTROLLER - SAMSUNG
8204 M:      Tomasz Figa <tomasz.figa@gmail.com>
8205 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8206 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8207 S:      Maintained
8208 F:      drivers/pinctrl/samsung/
8209
8210 PIN CONTROLLER - ST SPEAR
8211 M:      Viresh Kumar <vireshk@kernel.org>
8212 L:      spear-devel@list.st.com
8213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8214 W:      http://www.st.com/spear
8215 S:      Maintained
8216 F:      drivers/pinctrl/spear/
8217
8218 PKTCDVD DRIVER
8219 M:      Jiri Kosina <jikos@kernel.org>
8220 S:      Maintained
8221 F:      drivers/block/pktcdvd.c
8222 F:      include/linux/pktcdvd.h
8223 F:      include/uapi/linux/pktcdvd.h
8224
8225 PKUNITY SOC DRIVERS
8226 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8227 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8228 S:      Maintained
8229 T:      git git://github.com/gxt/linux.git
8230 F:      drivers/input/serio/i8042-unicore32io.h
8231 F:      drivers/i2c/busses/i2c-puv3.c
8232 F:      drivers/video/fbdev/fb-puv3.c
8233 F:      drivers/rtc/rtc-puv3.c
8234
8235 PMBUS HARDWARE MONITORING DRIVERS
8236 M:      Guenter Roeck <linux@roeck-us.net>
8237 L:      lm-sensors@lm-sensors.org
8238 W:      http://www.lm-sensors.org/
8239 W:      http://www.roeck-us.net/linux/drivers/
8240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8241 S:      Maintained
8242 F:      Documentation/hwmon/pmbus
8243 F:      drivers/hwmon/pmbus/
8244 F:      include/linux/i2c/pmbus.h
8245
8246 PMC SIERRA MaxRAID DRIVER
8247 L:      linux-scsi@vger.kernel.org
8248 W:      http://www.pmc-sierra.com/
8249 S:      Orphan
8250 F:      drivers/scsi/pmcraid.*
8251
8252 PMC SIERRA PM8001 DRIVER
8253 M:      Jack Wang <jinpu.wang@profitbricks.com>
8254 M:      lindar_liu@usish.com
8255 L:      pmchba@pmcs.com
8256 L:      linux-scsi@vger.kernel.org
8257 S:      Supported
8258 F:      drivers/scsi/pm8001/
8259
8260 POSIX CLOCKS and TIMERS
8261 M:      Thomas Gleixner <tglx@linutronix.de>
8262 L:      linux-kernel@vger.kernel.org
8263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8264 S:      Maintained
8265 F:      fs/timerfd.c
8266 F:      include/linux/timer*
8267 F:      kernel/time/*timer*
8268
8269 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8270 M:      Sebastian Reichel <sre@kernel.org>
8271 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8272 M:      David Woodhouse <dwmw2@infradead.org>
8273 L:      linux-pm@vger.kernel.org
8274 T:      git git://git.infradead.org/battery-2.6.git
8275 S:      Maintained
8276 F:      include/linux/power_supply.h
8277 F:      drivers/power/
8278 X:      drivers/power/avs/
8279
8280 POWER STATE COORDINATION INTERFACE (PSCI)
8281 M:      Mark Rutland <mark.rutland@arm.com>
8282 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8283 L:      linux-arm-kernel@lists.infradead.org
8284 S:      Maintained
8285 F:      drivers/firmware/psci.c
8286 F:      include/linux/psci.h
8287 F:      include/uapi/linux/psci.h
8288
8289 PNP SUPPORT
8290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8291 S:      Maintained
8292 F:      drivers/pnp/
8293
8294 PNXxxxx I2C DRIVER
8295 M:      Vitaly Wool <vitalywool@gmail.com>
8296 L:      linux-i2c@vger.kernel.org
8297 S:      Maintained
8298 F:      drivers/i2c/busses/i2c-pnx.c
8299
8300 PPP PROTOCOL DRIVERS AND COMPRESSORS
8301 M:      Paul Mackerras <paulus@samba.org>
8302 L:      linux-ppp@vger.kernel.org
8303 S:      Maintained
8304 F:      drivers/net/ppp/ppp_*
8305
8306 PPP OVER ATM (RFC 2364)
8307 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8308 S:      Maintained
8309 F:      net/atm/pppoatm.c
8310 F:      include/uapi/linux/atmppp.h
8311
8312 PPP OVER ETHERNET
8313 M:      Michal Ostrowski <mostrows@earthlink.net>
8314 S:      Maintained
8315 F:      drivers/net/ppp/pppoe.c
8316 F:      drivers/net/ppp/pppox.c
8317
8318 PPP OVER L2TP
8319 M:      James Chapman <jchapman@katalix.com>
8320 S:      Maintained
8321 F:      net/l2tp/l2tp_ppp.c
8322 F:      include/linux/if_pppol2tp.h
8323 F:      include/uapi/linux/if_pppol2tp.h
8324
8325 PPS SUPPORT
8326 M:      Rodolfo Giometti <giometti@enneenne.com>
8327 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8328 L:      linuxpps@ml.enneenne.com (subscribers-only)
8329 S:      Maintained
8330 F:      Documentation/pps/
8331 F:      drivers/pps/
8332 F:      include/linux/pps*.h
8333
8334 PPTP DRIVER
8335 M:      Dmitry Kozlov <xeb@mail.ru>
8336 L:      netdev@vger.kernel.org
8337 S:      Maintained
8338 F:      drivers/net/ppp/pptp.c
8339 W:      http://sourceforge.net/projects/accel-pptp
8340
8341 PREEMPTIBLE KERNEL
8342 M:      Robert Love <rml@tech9.net>
8343 L:      kpreempt-tech@lists.sourceforge.net
8344 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8345 S:      Supported
8346 F:      Documentation/preempt-locking.txt
8347 F:      include/linux/preempt.h
8348
8349 PRISM54 WIRELESS DRIVER
8350 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8351 L:      linux-wireless@vger.kernel.org
8352 W:      http://wireless.kernel.org/en/users/Drivers/p54
8353 S:      Obsolete
8354 F:      drivers/net/wireless/prism54/
8355
8356 PS3 NETWORK SUPPORT
8357 M:      Geoff Levand <geoff@infradead.org>
8358 L:      netdev@vger.kernel.org
8359 L:      linuxppc-dev@lists.ozlabs.org
8360 S:      Maintained
8361 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8362
8363 PS3 PLATFORM SUPPORT
8364 M:      Geoff Levand <geoff@infradead.org>
8365 L:      linuxppc-dev@lists.ozlabs.org
8366 S:      Maintained
8367 F:      arch/powerpc/boot/ps3*
8368 F:      arch/powerpc/include/asm/lv1call.h
8369 F:      arch/powerpc/include/asm/ps3*.h
8370 F:      arch/powerpc/platforms/ps3/
8371 F:      drivers/*/ps3*
8372 F:      drivers/ps3/
8373 F:      drivers/rtc/rtc-ps3.c
8374 F:      drivers/usb/host/*ps3.c
8375 F:      sound/ppc/snd_ps3*
8376
8377 PS3VRAM DRIVER
8378 M:      Jim Paris <jim@jtan.com>
8379 M:      Geoff Levand <geoff@infradead.org>
8380 L:      linuxppc-dev@lists.ozlabs.org
8381 S:      Maintained
8382 F:      drivers/block/ps3vram.c
8383
8384 PSTORE FILESYSTEM
8385 M:      Anton Vorontsov <anton@enomsg.org>
8386 M:      Colin Cross <ccross@android.com>
8387 M:      Kees Cook <keescook@chromium.org>
8388 M:      Tony Luck <tony.luck@intel.com>
8389 S:      Maintained
8390 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8391 F:      fs/pstore/
8392 F:      include/linux/pstore*
8393 F:      drivers/firmware/efi/efi-pstore.c
8394 F:      drivers/acpi/apei/erst.c
8395
8396 PTP HARDWARE CLOCK SUPPORT
8397 M:      Richard Cochran <richardcochran@gmail.com>
8398 L:      netdev@vger.kernel.org
8399 S:      Maintained
8400 W:      http://linuxptp.sourceforge.net/
8401 F:      Documentation/ABI/testing/sysfs-ptp
8402 F:      Documentation/ptp/*
8403 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8404 F:      drivers/net/phy/dp83640*
8405 F:      drivers/ptp/*
8406 F:      include/linux/ptp_cl*
8407
8408 PTRACE SUPPORT
8409 M:      Roland McGrath <roland@hack.frob.com>
8410 M:      Oleg Nesterov <oleg@redhat.com>
8411 S:      Maintained
8412 F:      include/asm-generic/syscall.h
8413 F:      include/linux/ptrace.h
8414 F:      include/linux/regset.h
8415 F:      include/linux/tracehook.h
8416 F:      include/uapi/linux/ptrace.h
8417 F:      kernel/ptrace.c
8418
8419 PVRUSB2 VIDEO4LINUX DRIVER
8420 M:      Mike Isely <isely@pobox.com>
8421 L:      pvrusb2@isely.net       (subscribers-only)
8422 L:      linux-media@vger.kernel.org
8423 W:      http://www.isely.net/pvrusb2/
8424 T:      git git://linuxtv.org/media_tree.git
8425 S:      Maintained
8426 F:      Documentation/video4linux/README.pvrusb2
8427 F:      drivers/media/usb/pvrusb2/
8428
8429 PWC WEBCAM DRIVER
8430 M:      Hans de Goede <hdegoede@redhat.com>
8431 L:      linux-media@vger.kernel.org
8432 T:      git git://linuxtv.org/media_tree.git
8433 S:      Maintained
8434 F:      drivers/media/usb/pwc/*
8435
8436 PWM FAN DRIVER
8437 M:      Kamil Debski <k.debski@samsung.com>
8438 L:      lm-sensors@lm-sensors.org
8439 S:      Supported
8440 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8441 F:      Documentation/hwmon/pwm-fan
8442 F:      drivers/hwmon/pwm-fan.c
8443
8444 PWM SUBSYSTEM
8445 M:      Thierry Reding <thierry.reding@gmail.com>
8446 L:      linux-pwm@vger.kernel.org
8447 S:      Maintained
8448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8449 F:      Documentation/pwm.txt
8450 F:      Documentation/devicetree/bindings/pwm/
8451 F:      include/linux/pwm.h
8452 F:      drivers/pwm/
8453 F:      drivers/video/backlight/pwm_bl.c
8454 F:      include/linux/pwm_backlight.h
8455
8456 PXA2xx/PXA3xx SUPPORT
8457 M:      Daniel Mack <daniel@zonque.org>
8458 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8459 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8461 T:      git git://github.com/hzhuang1/linux.git
8462 T:      git git://github.com/rjarzmik/linux.git
8463 S:      Maintained
8464 F:      arch/arm/mach-pxa/
8465 F:      drivers/dma/pxa*
8466 F:      drivers/pcmcia/pxa2xx*
8467 F:      drivers/spi/spi-pxa2xx*
8468 F:      drivers/usb/gadget/udc/pxa2*
8469 F:      include/sound/pxa2xx-lib.h
8470 F:      sound/arm/pxa*
8471 F:      sound/soc/pxa/
8472
8473 PXA3xx NAND FLASH DRIVER
8474 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8475 L:      linux-mtd@lists.infradead.org
8476 S:      Maintained
8477 F:      drivers/mtd/nand/pxa3xx_nand.c
8478
8479 MMP SUPPORT
8480 M:      Eric Miao <eric.y.miao@gmail.com>
8481 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8483 T:      git git://github.com/hzhuang1/linux.git
8484 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8485 S:      Maintained
8486 F:      arch/arm/mach-mmp/
8487
8488 PXA MMCI DRIVER
8489 S:      Orphan
8490
8491 PXA RTC DRIVER
8492 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8493 L:      rtc-linux@googlegroups.com
8494 S:      Maintained
8495
8496 QAT DRIVER
8497 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8498 L:      qat-linux@intel.com
8499 S:      Supported
8500 F:      drivers/crypto/qat/
8501
8502 QIB DRIVER
8503 M:      Mike Marciniszyn <infinipath@intel.com>
8504 L:      linux-rdma@vger.kernel.org
8505 S:      Supported
8506 F:      drivers/infiniband/hw/qib/
8507
8508 QLOGIC QLA1280 SCSI DRIVER
8509 M:      Michael Reed <mdr@sgi.com>
8510 L:      linux-scsi@vger.kernel.org
8511 S:      Maintained
8512 F:      drivers/scsi/qla1280.[ch]
8513
8514 QLOGIC QLA2XXX FC-SCSI DRIVER
8515 M:      qla2xxx-upstream@qlogic.com
8516 L:      linux-scsi@vger.kernel.org
8517 S:      Supported
8518 F:      Documentation/scsi/LICENSE.qla2xxx
8519 F:      drivers/scsi/qla2xxx/
8520
8521 QLOGIC QLA4XXX iSCSI DRIVER
8522 M:      QLogic-Storage-Upstream@qlogic.com
8523 L:      linux-scsi@vger.kernel.org
8524 S:      Supported
8525 F:      Documentation/scsi/LICENSE.qla4xxx
8526 F:      drivers/scsi/qla4xxx/
8527
8528 QLOGIC QLA3XXX NETWORK DRIVER
8529 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8530 M:      Ron Mercer <ron.mercer@qlogic.com>
8531 M:      linux-driver@qlogic.com
8532 L:      netdev@vger.kernel.org
8533 S:      Supported
8534 F:      Documentation/networking/LICENSE.qla3xxx
8535 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8536
8537 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8538 M:      Dept-GELinuxNICDev@qlogic.com
8539 L:      netdev@vger.kernel.org
8540 S:      Supported
8541 F:      drivers/net/ethernet/qlogic/qlcnic/
8542
8543 QLOGIC QLGE 10Gb ETHERNET DRIVER
8544 M:      Harish Patil <harish.patil@qlogic.com>
8545 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8546 M:      Dept-GELinuxNICDev@qlogic.com
8547 M:      linux-driver@qlogic.com
8548 L:      netdev@vger.kernel.org
8549 S:      Supported
8550 F:      drivers/net/ethernet/qlogic/qlge/
8551
8552 QLOGIC QL4xxx ETHERNET DRIVER
8553 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8554 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8555 M:      everest-linux-l2@qlogic.com
8556 L:      netdev@vger.kernel.org
8557 S:      Supported
8558 F:      drivers/net/ethernet/qlogic/qed/
8559 F:      include/linux/qed/
8560 F:      drivers/net/ethernet/qlogic/qede/
8561
8562 QNX4 FILESYSTEM
8563 M:      Anders Larsen <al@alarsen.net>
8564 W:      http://www.alarsen.net/linux/qnx4fs/
8565 S:      Maintained
8566 F:      fs/qnx4/
8567 F:      include/uapi/linux/qnx4_fs.h
8568 F:      include/uapi/linux/qnxtypes.h
8569
8570 QT1010 MEDIA DRIVER
8571 M:      Antti Palosaari <crope@iki.fi>
8572 L:      linux-media@vger.kernel.org
8573 W:      http://linuxtv.org/
8574 W:      http://palosaari.fi/linux/
8575 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8576 T:      git git://linuxtv.org/anttip/media_tree.git
8577 S:      Maintained
8578 F:      drivers/media/tuners/qt1010*
8579
8580 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8581 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8582 L:      linux-wireless@vger.kernel.org
8583 L:      ath9k-devel@lists.ath9k.org
8584 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8585 S:      Supported
8586 F:      drivers/net/wireless/ath/ath9k/
8587
8588 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8589 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8590 L:      ath10k@lists.infradead.org
8591 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8592 T:      git git://github.com/kvalo/ath.git
8593 S:      Supported
8594 F:      drivers/net/wireless/ath/ath10k/
8595
8596 QUALCOMM HEXAGON ARCHITECTURE
8597 M:      Richard Kuo <rkuo@codeaurora.org>
8598 L:      linux-hexagon@vger.kernel.org
8599 S:      Supported
8600 F:      arch/hexagon/
8601
8602 QUALCOMM WCN36XX WIRELESS DRIVER
8603 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8604 L:      wcn36xx@lists.infradead.org
8605 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8606 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8607 S:      Supported
8608 F:      drivers/net/wireless/ath/wcn36xx/
8609
8610 RADOS BLOCK DEVICE (RBD)
8611 M:      Ilya Dryomov <idryomov@gmail.com>
8612 M:      Sage Weil <sage@redhat.com>
8613 M:      Alex Elder <elder@kernel.org>
8614 L:      ceph-devel@vger.kernel.org
8615 W:      http://ceph.com/
8616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8617 T:      git git://github.com/ceph/ceph-client.git
8618 S:      Supported
8619 F:      Documentation/ABI/testing/sysfs-bus-rbd
8620 F:      drivers/block/rbd.c
8621 F:      drivers/block/rbd_types.h
8622
8623 RADEON FRAMEBUFFER DISPLAY DRIVER
8624 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8625 L:      linux-fbdev@vger.kernel.org
8626 S:      Maintained
8627 F:      drivers/video/fbdev/aty/radeon*
8628 F:      include/uapi/linux/radeonfb.h
8629
8630 RADIOSHARK RADIO DRIVER
8631 M:      Hans de Goede <hdegoede@redhat.com>
8632 L:      linux-media@vger.kernel.org
8633 T:      git git://linuxtv.org/media_tree.git
8634 S:      Maintained
8635 F:      drivers/media/radio/radio-shark.c
8636
8637 RADIOSHARK2 RADIO DRIVER
8638 M:      Hans de Goede <hdegoede@redhat.com>
8639 L:      linux-media@vger.kernel.org
8640 T:      git git://linuxtv.org/media_tree.git
8641 S:      Maintained
8642 F:      drivers/media/radio/radio-shark2.c
8643 F:      drivers/media/radio/radio-tea5777.c
8644
8645 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8646 M:      Paul Mackerras <paulus@samba.org>
8647 L:      linux-fbdev@vger.kernel.org
8648 S:      Maintained
8649 F:      drivers/video/fbdev/aty/aty128fb.c
8650
8651 RALINK RT2X00 WIRELESS LAN DRIVER
8652 P:      rt2x00 project
8653 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8654 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8655 L:      linux-wireless@vger.kernel.org
8656 S:      Maintained
8657 F:      drivers/net/wireless/rt2x00/
8658
8659 RAMDISK RAM BLOCK DEVICE DRIVER
8660 M:      Jens Axboe <axboe@kernel.dk>
8661 S:      Maintained
8662 F:      Documentation/blockdev/ramdisk.txt
8663 F:      drivers/block/brd.c
8664
8665 RANDOM NUMBER DRIVER
8666 M:      "Theodore Ts'o" <tytso@mit.edu>
8667 S:      Maintained
8668 F:      drivers/char/random.c
8669
8670 RAPIDIO SUBSYSTEM
8671 M:      Matt Porter <mporter@kernel.crashing.org>
8672 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8673 S:      Maintained
8674 F:      drivers/rapidio/
8675
8676 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8677 L:      linux-wireless@vger.kernel.org
8678 S:      Orphan
8679 F:      drivers/net/wireless/ray*
8680
8681 RCUTORTURE MODULE
8682 M:      Josh Triplett <josh@joshtriplett.org>
8683 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8684 L:      linux-kernel@vger.kernel.org
8685 S:      Supported
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8687 F:      Documentation/RCU/torture.txt
8688 F:      kernel/rcu/rcutorture.c
8689
8690 RCUTORTURE TEST FRAMEWORK
8691 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8692 M:      Josh Triplett <josh@joshtriplett.org>
8693 R:      Steven Rostedt <rostedt@goodmis.org>
8694 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8695 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8696 L:      linux-kernel@vger.kernel.org
8697 S:      Supported
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8699 F:      tools/testing/selftests/rcutorture
8700
8701 RDC R-321X SoC
8702 M:      Florian Fainelli <florian@openwrt.org>
8703 S:      Maintained
8704
8705 RDC R6040 FAST ETHERNET DRIVER
8706 M:      Florian Fainelli <florian@openwrt.org>
8707 L:      netdev@vger.kernel.org
8708 S:      Maintained
8709 F:      drivers/net/ethernet/rdc/r6040.c
8710
8711 RDS - RELIABLE DATAGRAM SOCKETS
8712 M:      Chien Yen <chien.yen@oracle.com>
8713 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8714 S:      Supported
8715 F:      net/rds/
8716
8717 READ-COPY UPDATE (RCU)
8718 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8719 M:      Josh Triplett <josh@joshtriplett.org>
8720 R:      Steven Rostedt <rostedt@goodmis.org>
8721 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8722 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8723 L:      linux-kernel@vger.kernel.org
8724 W:      http://www.rdrop.com/users/paulmck/RCU/
8725 S:      Supported
8726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8727 F:      Documentation/RCU/
8728 X:      Documentation/RCU/torture.txt
8729 F:      include/linux/rcu*
8730 X:      include/linux/srcu.h
8731 F:      kernel/rcu/
8732 X:      kernel/torture.c
8733
8734 REAL TIME CLOCK (RTC) SUBSYSTEM
8735 M:      Alessandro Zummo <a.zummo@towertech.it>
8736 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8737 L:      rtc-linux@googlegroups.com
8738 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8740 S:      Maintained
8741 F:      Documentation/rtc.txt
8742 F:      drivers/rtc/
8743 F:      include/linux/rtc.h
8744 F:      include/uapi/linux/rtc.h
8745
8746 REALTEK AUDIO CODECS
8747 M:      Bard Liao <bardliao@realtek.com>
8748 M:      Oder Chiou <oder_chiou@realtek.com>
8749 S:      Maintained
8750 F:      sound/soc/codecs/rt*
8751 F:      include/sound/rt*.h
8752
8753 REISERFS FILE SYSTEM
8754 L:      reiserfs-devel@vger.kernel.org
8755 S:      Supported
8756 F:      fs/reiserfs/
8757
8758 REGISTER MAP ABSTRACTION
8759 M:      Mark Brown <broonie@kernel.org>
8760 L:      linux-kernel@vger.kernel.org
8761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8762 S:      Supported
8763 F:      drivers/base/regmap/
8764 F:      include/linux/regmap.h
8765
8766 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8767 M:      Ohad Ben-Cohen <ohad@wizery.com>
8768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8769 S:      Maintained
8770 F:      drivers/remoteproc/
8771 F:      Documentation/remoteproc.txt
8772 F:      include/linux/remoteproc.h
8773
8774 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8775 M:      Ohad Ben-Cohen <ohad@wizery.com>
8776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8777 S:      Maintained
8778 F:      drivers/rpmsg/
8779 F:      Documentation/rpmsg.txt
8780 F:      include/linux/rpmsg.h
8781
8782 RESET CONTROLLER FRAMEWORK
8783 M:      Philipp Zabel <p.zabel@pengutronix.de>
8784 S:      Maintained
8785 F:      drivers/reset/
8786 F:      Documentation/devicetree/bindings/reset/
8787 F:      include/dt-bindings/reset/
8788 F:      include/linux/reset.h
8789 F:      include/linux/reset-controller.h
8790
8791 RFKILL
8792 M:      Johannes Berg <johannes@sipsolutions.net>
8793 L:      linux-wireless@vger.kernel.org
8794 W:      http://wireless.kernel.org/
8795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8797 S:      Maintained
8798 F:      Documentation/rfkill.txt
8799 F:      net/rfkill/
8800
8801 RHASHTABLE
8802 M:      Thomas Graf <tgraf@suug.ch>
8803 L:      netdev@vger.kernel.org
8804 S:      Maintained
8805 F:      lib/rhashtable.c
8806 F:      include/linux/rhashtable.h
8807
8808 RICOH SMARTMEDIA/XD DRIVER
8809 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8810 S:      Maintained
8811 F:      drivers/mtd/nand/r852.c
8812 F:      drivers/mtd/nand/r852.h
8813
8814 RICOH R5C592 MEMORYSTICK DRIVER
8815 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8816 S:      Maintained
8817 F:      drivers/memstick/host/r592.*
8818
8819 ROCCAT DRIVERS
8820 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8821 W:      http://sourceforge.net/projects/roccat/
8822 S:      Maintained
8823 F:      drivers/hid/hid-roccat*
8824 F:      include/linux/hid-roccat*
8825 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8826
8827 ROCKER DRIVER
8828 M:      Jiri Pirko <jiri@resnulli.us>
8829 M:      Scott Feldman <sfeldma@gmail.com>
8830 L:      netdev@vger.kernel.org
8831 S:      Supported
8832 F:      drivers/net/ethernet/rocker/
8833
8834 ROCKETPORT DRIVER
8835 P:      Comtrol Corp.
8836 W:      http://www.comtrol.com
8837 S:      Maintained
8838 F:      Documentation/serial/rocket.txt
8839 F:      drivers/tty/rocket*
8840
8841 ROCKETPORT EXPRESS/INFINITY DRIVER
8842 M:      Kevin Cernekee <cernekee@gmail.com>
8843 L:      linux-serial@vger.kernel.org
8844 S:      Odd Fixes
8845 F:      drivers/tty/serial/rp2.*
8846
8847 ROSE NETWORK LAYER
8848 M:      Ralf Baechle <ralf@linux-mips.org>
8849 L:      linux-hams@vger.kernel.org
8850 W:      http://www.linux-ax25.org/
8851 S:      Maintained
8852 F:      include/net/rose.h
8853 F:      include/uapi/linux/rose.h
8854 F:      net/rose/
8855
8856 RTL2830 MEDIA DRIVER
8857 M:      Antti Palosaari <crope@iki.fi>
8858 L:      linux-media@vger.kernel.org
8859 W:      http://linuxtv.org/
8860 W:      http://palosaari.fi/linux/
8861 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8862 T:      git git://linuxtv.org/anttip/media_tree.git
8863 S:      Maintained
8864 F:      drivers/media/dvb-frontends/rtl2830*
8865
8866 RTL2832 MEDIA DRIVER
8867 M:      Antti Palosaari <crope@iki.fi>
8868 L:      linux-media@vger.kernel.org
8869 W:      http://linuxtv.org/
8870 W:      http://palosaari.fi/linux/
8871 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8872 T:      git git://linuxtv.org/anttip/media_tree.git
8873 S:      Maintained
8874 F:      drivers/media/dvb-frontends/rtl2832*
8875
8876 RTL2832_SDR MEDIA DRIVER
8877 M:      Antti Palosaari <crope@iki.fi>
8878 L:      linux-media@vger.kernel.org
8879 W:      http://linuxtv.org/
8880 W:      http://palosaari.fi/linux/
8881 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8882 T:      git git://linuxtv.org/anttip/media_tree.git
8883 S:      Maintained
8884 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8885
8886 RTL8180 WIRELESS DRIVER
8887 L:      linux-wireless@vger.kernel.org
8888 W:      http://wireless.kernel.org/
8889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8890 S:      Orphan
8891 F:      drivers/net/wireless/rtl818x/rtl8180/
8892
8893 RTL8187 WIRELESS DRIVER
8894 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8895 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8896 M:      Larry Finger <Larry.Finger@lwfinger.net>
8897 L:      linux-wireless@vger.kernel.org
8898 W:      http://wireless.kernel.org/
8899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8900 S:      Maintained
8901 F:      drivers/net/wireless/rtl818x/rtl8187/
8902
8903 RTL8192CE WIRELESS DRIVER
8904 M:      Larry Finger <Larry.Finger@lwfinger.net>
8905 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8906 L:      linux-wireless@vger.kernel.org
8907 W:      http://wireless.kernel.org/
8908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8909 S:      Maintained
8910 F:      drivers/net/wireless/rtlwifi/
8911 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8912
8913 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8914 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8915 L:      linux-wireless@vger.kernel.org
8916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8917 S:      Maintained
8918 F:      drivers/net/wireless/realtek/rtl8xxxu/
8919
8920 S3 SAVAGE FRAMEBUFFER DRIVER
8921 M:      Antonino Daplas <adaplas@gmail.com>
8922 L:      linux-fbdev@vger.kernel.org
8923 S:      Maintained
8924 F:      drivers/video/fbdev/savage/
8925
8926 S390
8927 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8928 M:      Heiko Carstens <heiko.carstens@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/
8933 F:      drivers/s390/
8934 F:      Documentation/s390/
8935 F:      Documentation/DocBook/s390*
8936
8937 S390 COMMON I/O LAYER
8938 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8939 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8940 L:      linux-s390@vger.kernel.org
8941 W:      http://www.ibm.com/developerworks/linux/linux390/
8942 S:      Supported
8943 F:      drivers/s390/cio/
8944
8945 S390 DASD DRIVER
8946 M:      Stefan Weinhuber <wein@de.ibm.com>
8947 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8948 L:      linux-s390@vger.kernel.org
8949 W:      http://www.ibm.com/developerworks/linux/linux390/
8950 S:      Supported
8951 F:      drivers/s390/block/dasd*
8952 F:      block/partitions/ibm.c
8953
8954 S390 NETWORK DRIVERS
8955 M:      Ursula Braun <ursula.braun@de.ibm.com>
8956 L:      linux-s390@vger.kernel.org
8957 W:      http://www.ibm.com/developerworks/linux/linux390/
8958 S:      Supported
8959 F:      drivers/s390/net/
8960
8961 S390 PCI SUBSYSTEM
8962 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8963 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8964 L:      linux-s390@vger.kernel.org
8965 W:      http://www.ibm.com/developerworks/linux/linux390/
8966 S:      Supported
8967 F:      arch/s390/pci/
8968 F:      drivers/pci/hotplug/s390_pci_hpc.c
8969
8970 S390 ZCRYPT DRIVER
8971 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8972 L:      linux-s390@vger.kernel.org
8973 W:      http://www.ibm.com/developerworks/linux/linux390/
8974 S:      Supported
8975 F:      drivers/s390/crypto/
8976
8977 S390 ZFCP DRIVER
8978 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8979 L:      linux-s390@vger.kernel.org
8980 W:      http://www.ibm.com/developerworks/linux/linux390/
8981 S:      Supported
8982 F:      drivers/s390/scsi/zfcp_*
8983
8984 S390 IUCV NETWORK LAYER
8985 M:      Ursula Braun <ursula.braun@de.ibm.com>
8986 L:      linux-s390@vger.kernel.org
8987 W:      http://www.ibm.com/developerworks/linux/linux390/
8988 S:      Supported
8989 F:      drivers/s390/net/*iucv*
8990 F:      include/net/iucv/
8991 F:      net/iucv/
8992
8993 S3C24XX SD/MMC Driver
8994 M:      Ben Dooks <ben-linux@fluff.org>
8995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8996 S:      Supported
8997 F:      drivers/mmc/host/s3cmci.*
8998
8999 SAA6588 RDS RECEIVER DRIVER
9000 M:      Hans Verkuil <hverkuil@xs4all.nl>
9001 L:      linux-media@vger.kernel.org
9002 T:      git git://linuxtv.org/media_tree.git
9003 W:      http://linuxtv.org
9004 S:      Odd Fixes
9005 F:      drivers/media/i2c/saa6588*
9006
9007 SAA7134 VIDEO4LINUX DRIVER
9008 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9009 L:      linux-media@vger.kernel.org
9010 W:      http://linuxtv.org
9011 T:      git git://linuxtv.org/media_tree.git
9012 S:      Odd fixes
9013 F:      Documentation/video4linux/*.saa7134
9014 F:      drivers/media/pci/saa7134/
9015
9016 SAA7146 VIDEO4LINUX-2 DRIVER
9017 M:      Hans Verkuil <hverkuil@xs4all.nl>
9018 L:      linux-media@vger.kernel.org
9019 T:      git git://linuxtv.org/media_tree.git
9020 S:      Maintained
9021 F:      drivers/media/common/saa7146/
9022 F:      drivers/media/pci/saa7146/
9023 F:      include/media/saa7146*
9024
9025 SAMSUNG LAPTOP DRIVER
9026 M:      Corentin Chary <corentin.chary@gmail.com>
9027 L:      platform-driver-x86@vger.kernel.org
9028 S:      Maintained
9029 F:      drivers/platform/x86/samsung-laptop.c
9030
9031 SAMSUNG AUDIO (ASoC) DRIVERS
9032 M:      Sangbeom Kim <sbkim73@samsung.com>
9033 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9034 S:      Supported
9035 F:      sound/soc/samsung/
9036
9037 SAMSUNG FRAMEBUFFER DRIVER
9038 M:      Jingoo Han <jingoohan1@gmail.com>
9039 L:      linux-fbdev@vger.kernel.org
9040 S:      Maintained
9041 F:      drivers/video/fbdev/s3c-fb.c
9042
9043 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9044 M:      Sangbeom Kim <sbkim73@samsung.com>
9045 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9046 L:      linux-kernel@vger.kernel.org
9047 L:      linux-samsung-soc@vger.kernel.org
9048 S:      Supported
9049 F:      drivers/mfd/sec*.c
9050 F:      drivers/regulator/s2m*.c
9051 F:      drivers/regulator/s5m*.c
9052 F:      drivers/clk/clk-s2mps11.c
9053 F:      drivers/rtc/rtc-s5m.c
9054 F:      include/linux/mfd/samsung/
9055 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9056 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9057
9058 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9059 M:      Kyungmin Park <kyungmin.park@samsung.com>
9060 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9061 L:      linux-media@vger.kernel.org
9062 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9063 S:      Supported
9064 F:      drivers/media/platform/exynos4-is/
9065
9066 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9067 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9068 L:      linux-media@vger.kernel.org
9069 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9070 S:      Maintained
9071 F:      drivers/media/platform/s3c-camif/
9072 F:      include/media/s3c_camif.h
9073
9074 SAMSUNG S5C73M3 CAMERA DRIVER
9075 M:      Kyungmin Park <kyungmin.park@samsung.com>
9076 M:      Andrzej Hajda <a.hajda@samsung.com>
9077 L:      linux-media@vger.kernel.org
9078 S:      Supported
9079 F:      drivers/media/i2c/s5c73m3/*
9080
9081 SAMSUNG S5K5BAF CAMERA DRIVER
9082 M:      Kyungmin Park <kyungmin.park@samsung.com>
9083 M:      Andrzej Hajda <a.hajda@samsung.com>
9084 L:      linux-media@vger.kernel.org
9085 S:      Supported
9086 F:      drivers/media/i2c/s5k5baf.c
9087
9088 SAMSUNG S3FWRN5 NFC DRIVER
9089 M:      Robert Baldyga <r.baldyga@samsung.com>
9090 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9091 S:      Supported
9092 F:      drivers/nfc/s3fwrn5
9093
9094 SAMSUNG SOC CLOCK DRIVERS
9095 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9096 M:      Tomasz Figa <tomasz.figa@gmail.com>
9097 S:      Supported
9098 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9099 F:      drivers/clk/samsung/
9100
9101 SAMSUNG SXGBE DRIVERS
9102 M:      Byungho An <bh74.an@samsung.com>
9103 M:      Girish K S <ks.giri@samsung.com>
9104 M:      Vipul Pandya <vipul.pandya@samsung.com>
9105 S:      Supported
9106 L:      netdev@vger.kernel.org
9107 F:      drivers/net/ethernet/samsung/sxgbe/
9108
9109 SAMSUNG THERMAL DRIVER
9110 M:      Lukasz Majewski <l.majewski@samsung.com>
9111 L:      linux-pm@vger.kernel.org
9112 L:      linux-samsung-soc@vger.kernel.org
9113 S:      Supported
9114 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9115 F:      drivers/thermal/samsung/
9116
9117 SAMSUNG USB2 PHY DRIVER
9118 M:      Kamil Debski <k.debski@samsung.com>
9119 L:      linux-kernel@vger.kernel.org
9120 S:      Supported
9121 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9122 F:      Documentation/phy/samsung-usb2.txt
9123 F:      drivers/phy/phy-exynos4210-usb2.c
9124 F:      drivers/phy/phy-exynos4x12-usb2.c
9125 F:      drivers/phy/phy-exynos5250-usb2.c
9126 F:      drivers/phy/phy-s5pv210-usb2.c
9127 F:      drivers/phy/phy-samsung-usb2.c
9128 F:      drivers/phy/phy-samsung-usb2.h
9129
9130 SERIAL DRIVERS
9131 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9132 L:      linux-serial@vger.kernel.org
9133 S:      Maintained
9134 F:      drivers/tty/serial/
9135
9136 SYNOPSYS DESIGNWARE DMAC DRIVER
9137 M:      Viresh Kumar <vireshk@kernel.org>
9138 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9139 S:      Maintained
9140 F:      include/linux/dma/dw.h
9141 F:      include/linux/platform_data/dma-dw.h
9142 F:      drivers/dma/dw/
9143
9144 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9145 M: Lars Persson <lars.persson@axis.com>
9146 L: netdev@vger.kernel.org
9147 S: Supported
9148 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9149 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9150
9151 SYNOPSYS DESIGNWARE I2C DRIVER
9152 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9153 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9154 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9155 L:      linux-i2c@vger.kernel.org
9156 S:      Maintained
9157 F:      drivers/i2c/busses/i2c-designware-*
9158 F:      include/linux/platform_data/i2c-designware.h
9159
9160 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9161 M:      Seungwon Jeon <tgih.jun@samsung.com>
9162 M:      Jaehoon Chung <jh80.chung@samsung.com>
9163 L:      linux-mmc@vger.kernel.org
9164 S:      Maintained
9165 F:      include/linux/mmc/dw_mmc.h
9166 F:      drivers/mmc/host/dw_mmc*
9167
9168 THUNDERBOLT DRIVER
9169 M:      Andreas Noever <andreas.noever@gmail.com>
9170 S:      Maintained
9171 F:      drivers/thunderbolt/
9172
9173 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9174 M:      John Stultz <john.stultz@linaro.org>
9175 M:      Thomas Gleixner <tglx@linutronix.de>
9176 L:      linux-kernel@vger.kernel.org
9177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9178 S:      Supported
9179 F:      include/linux/clocksource.h
9180 F:      include/linux/time.h
9181 F:      include/linux/timex.h
9182 F:      include/uapi/linux/time.h
9183 F:      include/uapi/linux/timex.h
9184 F:      kernel/time/clocksource.c
9185 F:      kernel/time/time*.c
9186 F:      kernel/time/ntp.c
9187 F:      tools/testing/selftests/timers/
9188
9189 SC1200 WDT DRIVER
9190 M:      Zwane Mwaikambo <zwanem@gmail.com>
9191 S:      Maintained
9192 F:      drivers/watchdog/sc1200wdt.c
9193
9194 SCHEDULER
9195 M:      Ingo Molnar <mingo@redhat.com>
9196 M:      Peter Zijlstra <peterz@infradead.org>
9197 L:      linux-kernel@vger.kernel.org
9198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9199 S:      Maintained
9200 F:      kernel/sched/
9201 F:      include/linux/sched.h
9202 F:      include/uapi/linux/sched.h
9203 F:      include/linux/wait.h
9204
9205 SCORE ARCHITECTURE
9206 M:      Chen Liqin <liqin.linux@gmail.com>
9207 M:      Lennox Wu <lennox.wu@gmail.com>
9208 W:      http://www.sunplus.com
9209 S:      Supported
9210 F:      arch/score/
9211
9212 SCSI CDROM DRIVER
9213 M:      Jens Axboe <axboe@kernel.dk>
9214 L:      linux-scsi@vger.kernel.org
9215 W:      http://www.kernel.dk
9216 S:      Maintained
9217 F:      drivers/scsi/sr*
9218
9219 SCSI RDMA PROTOCOL (SRP) INITIATOR
9220 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9221 L:      linux-rdma@vger.kernel.org
9222 S:      Supported
9223 W:      http://www.openfabrics.org
9224 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9226 F:      drivers/infiniband/ulp/srp/
9227 F:      include/scsi/srp.h
9228
9229 SCSI SG DRIVER
9230 M:      Doug Gilbert <dgilbert@interlog.com>
9231 L:      linux-scsi@vger.kernel.org
9232 W:      http://sg.danny.cz/sg
9233 S:      Maintained
9234 F:      Documentation/scsi/scsi-generic.txt
9235 F:      drivers/scsi/sg.c
9236 F:      include/scsi/sg.h
9237
9238 SCSI SUBSYSTEM
9239 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9240 L:      linux-scsi@vger.kernel.org
9241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9242 S:      Maintained
9243 F:      drivers/scsi/
9244 F:      include/scsi/
9245
9246 SCSI TAPE DRIVER
9247 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9248 L:      linux-scsi@vger.kernel.org
9249 S:      Maintained
9250 F:      Documentation/scsi/st.txt
9251 F:      drivers/scsi/st.*
9252 F:      drivers/scsi/st_*.h
9253
9254 SCTP PROTOCOL
9255 M:      Vlad Yasevich <vyasevich@gmail.com>
9256 M:      Neil Horman <nhorman@tuxdriver.com>
9257 L:      linux-sctp@vger.kernel.org
9258 W:      http://lksctp.sourceforge.net
9259 S:      Maintained
9260 F:      Documentation/networking/sctp.txt
9261 F:      include/linux/sctp.h
9262 F:      include/uapi/linux/sctp.h
9263 F:      include/net/sctp/
9264 F:      net/sctp/
9265
9266 SCx200 CPU SUPPORT
9267 M:      Jim Cromie <jim.cromie@gmail.com>
9268 S:      Odd Fixes
9269 F:      Documentation/i2c/busses/scx200_acb
9270 F:      arch/x86/platform/scx200/
9271 F:      drivers/watchdog/scx200_wdt.c
9272 F:      drivers/i2c/busses/scx200*
9273 F:      drivers/mtd/maps/scx200_docflash.c
9274 F:      include/linux/scx200.h
9275
9276 SCx200 GPIO DRIVER
9277 M:      Jim Cromie <jim.cromie@gmail.com>
9278 S:      Maintained
9279 F:      drivers/char/scx200_gpio.c
9280 F:      include/linux/scx200_gpio.h
9281
9282 SCx200 HRT CLOCKSOURCE DRIVER
9283 M:      Jim Cromie <jim.cromie@gmail.com>
9284 S:      Maintained
9285 F:      drivers/clocksource/scx200_hrt.c
9286
9287 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9288 M:      Sascha Sommer <saschasommer@freenet.de>
9289 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9290 S:      Maintained
9291 F:      drivers/mmc/host/sdricoh_cs.c
9292
9293 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9294 L:      linux-mmc@vger.kernel.org
9295 S:      Orphan
9296 F:      drivers/mmc/host/sdhci.*
9297 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9298
9299 SECURE COMPUTING
9300 M:      Kees Cook <keescook@chromium.org>
9301 R:      Andy Lutomirski <luto@amacapital.net>
9302 R:      Will Drewry <wad@chromium.org>
9303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9304 S:      Supported
9305 F:      kernel/seccomp.c
9306 F:      include/uapi/linux/seccomp.h
9307 F:      include/linux/seccomp.h
9308 F:      tools/testing/selftests/seccomp/*
9309 K:      \bsecure_computing
9310 K:      \bTIF_SECCOMP\b
9311
9312 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9313 M:      Ben Dooks <ben-linux@fluff.org>
9314 M:      Jaehoon Chung <jh80.chung@samsung.com>
9315 L:      linux-mmc@vger.kernel.org
9316 S:      Maintained
9317 F:      drivers/mmc/host/sdhci-s3c*
9318
9319 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9320 M:      Viresh Kumar <vireshk@kernel.org>
9321 L:      spear-devel@list.st.com
9322 L:      linux-mmc@vger.kernel.org
9323 S:      Maintained
9324 F:      drivers/mmc/host/sdhci-spear.c
9325
9326 SECURITY SUBSYSTEM
9327 M:      James Morris <james.l.morris@oracle.com>
9328 M:      "Serge E. Hallyn" <serge@hallyn.com>
9329 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9331 W:      http://kernsec.org/
9332 S:      Supported
9333 F:      security/
9334
9335 SECURITY CONTACT
9336 M:      Security Officers <security@kernel.org>
9337 S:      Supported
9338
9339 SELINUX SECURITY MODULE
9340 M:      Paul Moore <paul@paul-moore.com>
9341 M:      Stephen Smalley <sds@tycho.nsa.gov>
9342 M:      Eric Paris <eparis@parisplace.org>
9343 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9344 W:      http://selinuxproject.org
9345 T:      git git://git.infradead.org/users/pcmoore/selinux
9346 S:      Supported
9347 F:      include/linux/selinux*
9348 F:      security/selinux/
9349 F:      scripts/selinux/
9350
9351 APPARMOR SECURITY MODULE
9352 M:      John Johansen <john.johansen@canonical.com>
9353 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9354 W:      apparmor.wiki.kernel.org
9355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9356 S:      Supported
9357 F:      security/apparmor/
9358
9359 YAMA SECURITY MODULE
9360 M:      Kees Cook <keescook@chromium.org>
9361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9362 S:      Supported
9363 F:      security/yama/
9364
9365 SENSABLE PHANTOM
9366 M:      Jiri Slaby <jirislaby@gmail.com>
9367 S:      Maintained
9368 F:      drivers/misc/phantom.c
9369 F:      include/uapi/linux/phantom.h
9370
9371 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9372 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9373 M:      Minh Tran <minh.tran@avagotech.com>
9374 M:      John Soni Jose <sony.john-n@avagotech.com>
9375 L:      linux-scsi@vger.kernel.org
9376 W:      http://www.avagotech.com
9377 S:      Supported
9378 F:      drivers/scsi/be2iscsi/
9379
9380 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9381 M:      Sathya Perla <sathya.perla@avagotech.com>
9382 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9383 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9384 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9385 L:      netdev@vger.kernel.org
9386 W:      http://www.emulex.com
9387 S:      Supported
9388 F:      drivers/net/ethernet/emulex/benet/
9389
9390 EMULEX ONECONNECT ROCE DRIVER
9391 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9392 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9393 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9394 L:      linux-rdma@vger.kernel.org
9395 W:      http://www.emulex.com
9396 S:      Supported
9397 F:      drivers/infiniband/hw/ocrdma/
9398
9399 SFC NETWORK DRIVER
9400 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9401 M:      Shradha Shah <sshah@solarflare.com>
9402 L:      netdev@vger.kernel.org
9403 S:      Supported
9404 F:      drivers/net/ethernet/sfc/
9405
9406 SGI GRU DRIVER
9407 M:      Dimitri Sivanich <sivanich@sgi.com>
9408 S:      Maintained
9409 F:      drivers/misc/sgi-gru/
9410
9411 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9412 M:      Pat Gefre <pfg@sgi.com>
9413 L:      linux-ia64@vger.kernel.org
9414 S:      Supported
9415 F:      Documentation/ia64/serial.txt
9416 F:      drivers/tty/serial/ioc?_serial.c
9417 F:      include/linux/ioc?.h
9418
9419 SGI XP/XPC/XPNET DRIVER
9420 M:      Cliff Whickman <cpw@sgi.com>
9421 M:      Robin Holt <robinmholt@gmail.com>
9422 S:      Maintained
9423 F:      drivers/misc/sgi-xp/
9424
9425 SI2157 MEDIA DRIVER
9426 M:      Antti Palosaari <crope@iki.fi>
9427 L:      linux-media@vger.kernel.org
9428 W:      http://linuxtv.org/
9429 W:      http://palosaari.fi/linux/
9430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9431 T:      git git://linuxtv.org/anttip/media_tree.git
9432 S:      Maintained
9433 F:      drivers/media/tuners/si2157*
9434
9435 SI2168 MEDIA DRIVER
9436 M:      Antti Palosaari <crope@iki.fi>
9437 L:      linux-media@vger.kernel.org
9438 W:      http://linuxtv.org/
9439 W:      http://palosaari.fi/linux/
9440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9441 T:      git git://linuxtv.org/anttip/media_tree.git
9442 S:      Maintained
9443 F:      drivers/media/dvb-frontends/si2168*
9444
9445 SI470X FM RADIO RECEIVER I2C DRIVER
9446 M:      Hans Verkuil <hverkuil@xs4all.nl>
9447 L:      linux-media@vger.kernel.org
9448 T:      git git://linuxtv.org/media_tree.git
9449 W:      http://linuxtv.org
9450 S:      Odd Fixes
9451 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9452
9453 SI470X FM RADIO RECEIVER USB DRIVER
9454 M:      Hans Verkuil <hverkuil@xs4all.nl>
9455 L:      linux-media@vger.kernel.org
9456 T:      git git://linuxtv.org/media_tree.git
9457 W:      http://linuxtv.org
9458 S:      Maintained
9459 F:      drivers/media/radio/si470x/radio-si470x-common.c
9460 F:      drivers/media/radio/si470x/radio-si470x.h
9461 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9462
9463 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9464 M:      Eduardo Valentin <edubezval@gmail.com>
9465 L:      linux-media@vger.kernel.org
9466 T:      git git://linuxtv.org/media_tree.git
9467 W:      http://linuxtv.org
9468 S:      Odd Fixes
9469 F:      drivers/media/radio/si4713/si4713.?
9470
9471 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9472 M:      Eduardo Valentin <edubezval@gmail.com>
9473 L:      linux-media@vger.kernel.org
9474 T:      git git://linuxtv.org/media_tree.git
9475 W:      http://linuxtv.org
9476 S:      Odd Fixes
9477 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9478
9479 SI4713 FM RADIO TRANSMITTER USB DRIVER
9480 M:      Hans Verkuil <hverkuil@xs4all.nl>
9481 L:      linux-media@vger.kernel.org
9482 T:      git git://linuxtv.org/media_tree.git
9483 W:      http://linuxtv.org
9484 S:      Maintained
9485 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9486
9487 SIANO DVB DRIVER
9488 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9489 L:      linux-media@vger.kernel.org
9490 W:      http://linuxtv.org
9491 T:      git git://linuxtv.org/media_tree.git
9492 S:      Odd fixes
9493 F:      drivers/media/common/siano/
9494 F:      drivers/media/usb/siano/
9495 F:      drivers/media/usb/siano/
9496 F:      drivers/media/mmc/siano/
9497
9498 SIMPLEFB FB DRIVER
9499 M:      Hans de Goede <hdegoede@redhat.com>
9500 L:      linux-fbdev@vger.kernel.org
9501 S:      Maintained
9502 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9503 F:      drivers/video/fbdev/simplefb.c
9504 F:      include/linux/platform_data/simplefb.h
9505
9506 SH_VEU V4L2 MEM2MEM DRIVER
9507 L:      linux-media@vger.kernel.org
9508 S:      Orphan
9509 F:      drivers/media/platform/sh_veu.c
9510
9511 SH_VOU V4L2 OUTPUT DRIVER
9512 L:      linux-media@vger.kernel.org
9513 S:      Orphan
9514 F:      drivers/media/platform/sh_vou.c
9515 F:      include/media/sh_vou.h
9516
9517 SIMPLE FIRMWARE INTERFACE (SFI)
9518 M:      Len Brown <lenb@kernel.org>
9519 L:      sfi-devel@simplefirmware.org
9520 W:      http://simplefirmware.org/
9521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9522 S:      Supported
9523 F:      arch/x86/platform/sfi/
9524 F:      drivers/sfi/
9525 F:      include/linux/sfi*.h
9526
9527 SIMTEC EB110ATX (Chalice CATS)
9528 P:      Ben Dooks
9529 P:      Vincent Sanders <vince@simtec.co.uk>
9530 M:      Simtec Linux Team <linux@simtec.co.uk>
9531 W:      http://www.simtec.co.uk/products/EB110ATX/
9532 S:      Supported
9533
9534 SIMTEC EB2410ITX (BAST)
9535 P:      Ben Dooks
9536 P:      Vincent Sanders <vince@simtec.co.uk>
9537 M:      Simtec Linux Team <linux@simtec.co.uk>
9538 W:      http://www.simtec.co.uk/products/EB2410ITX/
9539 S:      Supported
9540 F:      arch/arm/mach-s3c24xx/mach-bast.c
9541 F:      arch/arm/mach-s3c24xx/bast-ide.c
9542 F:      arch/arm/mach-s3c24xx/bast-irq.c
9543
9544 TI DAVINCI MACHINE SUPPORT
9545 M:      Sekhar Nori <nsekhar@ti.com>
9546 M:      Kevin Hilman <khilman@deeprootsystems.com>
9547 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9548 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9549 S:      Supported
9550 F:      arch/arm/mach-davinci/
9551 F:      drivers/i2c/busses/i2c-davinci.c
9552
9553 TI DAVINCI SERIES MEDIA DRIVER
9554 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9555 L:      linux-media@vger.kernel.org
9556 W:      http://linuxtv.org/
9557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9558 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9559 S:      Maintained
9560 F:      drivers/media/platform/davinci/
9561 F:      include/media/davinci/
9562
9563 TI AM437X VPFE DRIVER
9564 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9565 L:      linux-media@vger.kernel.org
9566 W:      http://linuxtv.org/
9567 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9568 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9569 S:      Maintained
9570 F:      drivers/media/platform/am437x/
9571
9572 OV2659 OMNIVISION SENSOR DRIVER
9573 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9574 L:      linux-media@vger.kernel.org
9575 W:      http://linuxtv.org/
9576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9577 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9578 S:      Maintained
9579 F:      drivers/media/i2c/ov2659.c
9580 F:      include/media/ov2659.h
9581
9582 SILICON MOTION SM712 FRAME BUFFER DRIVER
9583 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9584 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9585 M:      Sudip Mukherjee <sudip@vectorindia.org>
9586 L:      linux-fbdev@vger.kernel.org
9587 S:      Maintained
9588 F:      drivers/video/fbdev/sm712*
9589 F:      Documentation/fb/sm712fb.txt
9590
9591 SIS 190 ETHERNET DRIVER
9592 M:      Francois Romieu <romieu@fr.zoreil.com>
9593 L:      netdev@vger.kernel.org
9594 S:      Maintained
9595 F:      drivers/net/ethernet/sis/sis190.c
9596
9597 SIS 900/7016 FAST ETHERNET DRIVER
9598 M:      Daniele Venzano <venza@brownhat.org>
9599 W:      http://www.brownhat.org/sis900.html
9600 L:      netdev@vger.kernel.org
9601 S:      Maintained
9602 F:      drivers/net/ethernet/sis/sis900.*
9603
9604 SIS FRAMEBUFFER DRIVER
9605 M:      Thomas Winischhofer <thomas@winischhofer.net>
9606 W:      http://www.winischhofer.net/linuxsisvga.shtml
9607 S:      Maintained
9608 F:      Documentation/fb/sisfb.txt
9609 F:      drivers/video/fbdev/sis/
9610 F:      include/video/sisfb.h
9611
9612 SIS USB2VGA DRIVER
9613 M:      Thomas Winischhofer <thomas@winischhofer.net>
9614 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9615 S:      Maintained
9616 F:      drivers/usb/misc/sisusbvga/
9617
9618 SLAB ALLOCATOR
9619 M:      Christoph Lameter <cl@linux.com>
9620 M:      Pekka Enberg <penberg@kernel.org>
9621 M:      David Rientjes <rientjes@google.com>
9622 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9623 M:      Andrew Morton <akpm@linux-foundation.org>
9624 L:      linux-mm@kvack.org
9625 S:      Maintained
9626 F:      include/linux/sl?b*.h
9627 F:      mm/sl?b*
9628
9629 SLEEPABLE READ-COPY UPDATE (SRCU)
9630 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9631 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9632 M:      Josh Triplett <josh@joshtriplett.org>
9633 R:      Steven Rostedt <rostedt@goodmis.org>
9634 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9635 L:      linux-kernel@vger.kernel.org
9636 W:      http://www.rdrop.com/users/paulmck/RCU/
9637 S:      Supported
9638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9639 F:      include/linux/srcu.h
9640 F:      kernel/rcu/srcu.c
9641
9642 SMACK SECURITY MODULE
9643 M:      Casey Schaufler <casey@schaufler-ca.com>
9644 L:      linux-security-module@vger.kernel.org
9645 W:      http://schaufler-ca.com
9646 T:      git git://git.gitorious.org/smack-next/kernel.git
9647 S:      Maintained
9648 F:      Documentation/security/Smack.txt
9649 F:      security/smack/
9650
9651 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9652 M:      Kevin Hilman <khilman@kernel.org>
9653 M:      Nishanth Menon <nm@ti.com>
9654 S:      Maintained
9655 F:      drivers/power/avs/
9656 F:      include/linux/power/smartreflex.h
9657 L:      linux-pm@vger.kernel.org
9658
9659 SMC91x ETHERNET DRIVER
9660 M:      Nicolas Pitre <nico@fluxnic.net>
9661 S:      Odd Fixes
9662 F:      drivers/net/ethernet/smsc/smc91x.*
9663
9664 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9665 M:      Sakari Ailus <sakari.ailus@iki.fi>
9666 L:      linux-media@vger.kernel.org
9667 S:      Maintained
9668 F:      drivers/media/i2c/smiapp/
9669 F:      include/media/smiapp.h
9670 F:      drivers/media/i2c/smiapp-pll.c
9671 F:      drivers/media/i2c/smiapp-pll.h
9672 F:      include/uapi/linux/smiapp.h
9673 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9674
9675 SMM665 HARDWARE MONITOR DRIVER
9676 M:      Guenter Roeck <linux@roeck-us.net>
9677 L:      lm-sensors@lm-sensors.org
9678 S:      Maintained
9679 F:      Documentation/hwmon/smm665
9680 F:      drivers/hwmon/smm665.c
9681
9682 SMSC EMC2103 HARDWARE MONITOR DRIVER
9683 M:      Steve Glendinning <steve.glendinning@shawell.net>
9684 L:      lm-sensors@lm-sensors.org
9685 S:      Maintained
9686 F:      Documentation/hwmon/emc2103
9687 F:      drivers/hwmon/emc2103.c
9688
9689 SMSC SCH5627 HARDWARE MONITOR DRIVER
9690 M:      Hans de Goede <hdegoede@redhat.com>
9691 L:      lm-sensors@lm-sensors.org
9692 S:      Supported
9693 F:      Documentation/hwmon/sch5627
9694 F:      drivers/hwmon/sch5627.c
9695
9696 SMSC47B397 HARDWARE MONITOR DRIVER
9697 M:      Jean Delvare <jdelvare@suse.com>
9698 L:      lm-sensors@lm-sensors.org
9699 S:      Maintained
9700 F:      Documentation/hwmon/smsc47b397
9701 F:      drivers/hwmon/smsc47b397.c
9702
9703 SMSC911x ETHERNET DRIVER
9704 M:      Steve Glendinning <steve.glendinning@shawell.net>
9705 L:      netdev@vger.kernel.org
9706 S:      Maintained
9707 F:      include/linux/smsc911x.h
9708 F:      drivers/net/ethernet/smsc/smsc911x.*
9709
9710 SMSC9420 PCI ETHERNET DRIVER
9711 M:      Steve Glendinning <steve.glendinning@shawell.net>
9712 L:      netdev@vger.kernel.org
9713 S:      Maintained
9714 F:      drivers/net/ethernet/smsc/smsc9420.*
9715
9716 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9717 M:      Steve Glendinning <steve.glendinning@shawell.net>
9718 L:      linux-fbdev@vger.kernel.org
9719 S:      Maintained
9720 F:      drivers/video/fbdev/smscufx.c
9721
9722 SOC-CAMERA V4L2 SUBSYSTEM
9723 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9724 L:      linux-media@vger.kernel.org
9725 T:      git git://linuxtv.org/media_tree.git
9726 S:      Maintained
9727 F:      include/media/soc*
9728 F:      drivers/media/i2c/soc_camera/
9729 F:      drivers/media/platform/soc_camera/
9730
9731 SOEKRIS NET48XX LED SUPPORT
9732 M:      Chris Boot <bootc@bootc.net>
9733 S:      Maintained
9734 F:      drivers/leds/leds-net48xx.c
9735
9736 SOFTLOGIC 6x10 MPEG CODEC
9737 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9738 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9739 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9740 M:      Ismael Luceno <ismael@iodev.co.uk>
9741 L:      linux-media@vger.kernel.org
9742 S:      Supported
9743 F:      drivers/media/pci/solo6x10/
9744
9745 SOFTWARE RAID (Multiple Disks) SUPPORT
9746 M:      Neil Brown <neilb@suse.com>
9747 L:      linux-raid@vger.kernel.org
9748 S:      Supported
9749 F:      drivers/md/
9750 F:      include/linux/raid/
9751 F:      include/uapi/linux/raid/
9752
9753 SONIC NETWORK DRIVER
9754 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9755 L:      netdev@vger.kernel.org
9756 S:      Maintained
9757 F:      drivers/net/ethernet/natsemi/sonic.*
9758
9759 SONICS SILICON BACKPLANE DRIVER (SSB)
9760 M:      Michael Buesch <m@bues.ch>
9761 L:      netdev@vger.kernel.org
9762 S:      Maintained
9763 F:      drivers/ssb/
9764 F:      include/linux/ssb/
9765
9766 SONY VAIO CONTROL DEVICE DRIVER
9767 M:      Mattia Dongili <malattia@linux.it>
9768 L:      platform-driver-x86@vger.kernel.org
9769 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9770 S:      Maintained
9771 F:      Documentation/laptops/sony-laptop.txt
9772 F:      drivers/char/sonypi.c
9773 F:      drivers/platform/x86/sony-laptop.c
9774 F:      include/linux/sony-laptop.h
9775
9776 SONY MEMORYSTICK CARD SUPPORT
9777 M:      Alex Dubov <oakad@yahoo.com>
9778 W:      http://tifmxx.berlios.de/
9779 S:      Maintained
9780 F:      drivers/memstick/host/tifm_ms.c
9781
9782 SONY MEMORYSTICK STANDARD SUPPORT
9783 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9784 S:      Maintained
9785 F:      drivers/memstick/core/ms_block.*
9786
9787 SOUND
9788 M:      Jaroslav Kysela <perex@perex.cz>
9789 M:      Takashi Iwai <tiwai@suse.com>
9790 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9791 W:      http://www.alsa-project.org/
9792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9793 T:      git git://git.alsa-project.org/alsa-kernel.git
9794 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9795 S:      Maintained
9796 F:      Documentation/sound/
9797 F:      include/sound/
9798 F:      include/uapi/sound/
9799 F:      sound/
9800
9801 SOUND - COMPRESSED AUDIO
9802 M:      Vinod Koul <vinod.koul@intel.com>
9803 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9805 S:      Supported
9806 F:      Documentation/sound/alsa/compress_offload.txt
9807 F:      include/sound/compress_driver.h
9808 F:      include/uapi/sound/compress_*
9809 F:      sound/core/compress_offload.c
9810 F:      sound/soc/soc-compress.c
9811
9812 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9813 M:      Liam Girdwood <lgirdwood@gmail.com>
9814 M:      Mark Brown <broonie@kernel.org>
9815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9816 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9817 W:      http://alsa-project.org/main/index.php/ASoC
9818 S:      Supported
9819 F:      Documentation/sound/alsa/soc/
9820 F:      sound/soc/
9821 F:      include/sound/soc*
9822
9823 SOUND - DMAENGINE HELPERS
9824 M:      Lars-Peter Clausen <lars@metafoo.de>
9825 S:      Supported
9826 F:      include/sound/dmaengine_pcm.h
9827 F:      sound/core/pcm_dmaengine.c
9828 F:      sound/soc/soc-generic-dmaengine-pcm.c
9829
9830 SP2 MEDIA DRIVER
9831 M:      Olli Salonen <olli.salonen@iki.fi>
9832 L:      linux-media@vger.kernel.org
9833 W:      http://linuxtv.org/
9834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9835 S:      Maintained
9836 F:      drivers/media/dvb-frontends/sp2*
9837
9838 SPARC + UltraSPARC (sparc/sparc64)
9839 M:      "David S. Miller" <davem@davemloft.net>
9840 L:      sparclinux@vger.kernel.org
9841 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9844 S:      Maintained
9845 F:      arch/sparc/
9846 F:      drivers/sbus/
9847
9848 SPARC SERIAL DRIVERS
9849 M:      "David S. Miller" <davem@davemloft.net>
9850 L:      sparclinux@vger.kernel.org
9851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9853 S:      Maintained
9854 F:      include/linux/sunserialcore.h
9855 F:      drivers/tty/serial/suncore.c
9856 F:      drivers/tty/serial/sunhv.c
9857 F:      drivers/tty/serial/sunsab.c
9858 F:      drivers/tty/serial/sunsab.h
9859 F:      drivers/tty/serial/sunsu.c
9860 F:      drivers/tty/serial/sunzilog.c
9861 F:      drivers/tty/serial/sunzilog.h
9862
9863 SPARSE CHECKER
9864 M:      "Christopher Li" <sparse@chrisli.org>
9865 L:      linux-sparse@vger.kernel.org
9866 W:      https://sparse.wiki.kernel.org/
9867 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9868 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9869 S:      Maintained
9870 F:      include/linux/compiler.h
9871
9872 SPEAR PLATFORM SUPPORT
9873 M:      Viresh Kumar <vireshk@kernel.org>
9874 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9875 L:      spear-devel@list.st.com
9876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9877 W:      http://www.st.com/spear
9878 S:      Maintained
9879 F:      arch/arm/mach-spear/
9880
9881 SPEAR CLOCK FRAMEWORK SUPPORT
9882 M:      Viresh Kumar <vireshk@kernel.org>
9883 L:      spear-devel@list.st.com
9884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9885 W:      http://www.st.com/spear
9886 S:      Maintained
9887 F:      drivers/clk/spear/
9888
9889 SPI SUBSYSTEM
9890 M:      Mark Brown <broonie@kernel.org>
9891 L:      linux-spi@vger.kernel.org
9892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9893 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9894 S:      Maintained
9895 F:      Documentation/spi/
9896 F:      drivers/spi/
9897 F:      include/linux/spi/
9898 F:      include/uapi/linux/spi/
9899
9900 SPIDERNET NETWORK DRIVER for CELL
9901 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9902 L:      netdev@vger.kernel.org
9903 S:      Supported
9904 F:      Documentation/networking/spider_net.txt
9905 F:      drivers/net/ethernet/toshiba/spider_net*
9906
9907 SPU FILE SYSTEM
9908 M:      Jeremy Kerr <jk@ozlabs.org>
9909 L:      linuxppc-dev@lists.ozlabs.org
9910 W:      http://www.ibm.com/developerworks/power/cell/
9911 S:      Supported
9912 F:      Documentation/filesystems/spufs.txt
9913 F:      arch/powerpc/platforms/cell/spufs/
9914
9915 SQUASHFS FILE SYSTEM
9916 M:      Phillip Lougher <phillip@squashfs.org.uk>
9917 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9918 W:      http://squashfs.org.uk
9919 S:      Maintained
9920 F:      Documentation/filesystems/squashfs.txt
9921 F:      fs/squashfs/
9922
9923 SRM (Alpha) environment access
9924 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9925 S:      Maintained
9926 F:      arch/alpha/kernel/srm_env.c
9927
9928 STABLE BRANCH
9929 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9930 L:      stable@vger.kernel.org
9931 S:      Supported
9932 F:      Documentation/stable_kernel_rules.txt
9933
9934 STAGING SUBSYSTEM
9935 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9937 L:      devel@driverdev.osuosl.org
9938 S:      Supported
9939 F:      drivers/staging/
9940
9941 STAGING - COMEDI
9942 M:      Ian Abbott <abbotti@mev.co.uk>
9943 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9944 S:      Odd Fixes
9945 F:      drivers/staging/comedi/
9946
9947 STAGING - FLARION FT1000 DRIVERS
9948 M:      Marek Belisko <marek.belisko@gmail.com>
9949 S:      Odd Fixes
9950 F:      drivers/staging/ft1000/
9951
9952 STAGING - INDUSTRIAL IO
9953 M:      Jonathan Cameron <jic23@kernel.org>
9954 L:      linux-iio@vger.kernel.org
9955 S:      Odd Fixes
9956 F:      drivers/staging/iio/
9957
9958 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9959 M:      Jarod Wilson <jarod@wilsonet.com>
9960 W:      http://www.lirc.org/
9961 S:      Odd Fixes
9962 F:      drivers/staging/media/lirc/
9963
9964 STAGING - LUSTRE PARALLEL FILESYSTEM
9965 M:      Oleg Drokin <oleg.drokin@intel.com>
9966 M:      Andreas Dilger <andreas.dilger@intel.com>
9967 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9968 W:      http://wiki.lustre.org/
9969 S:      Maintained
9970 F:      drivers/staging/lustre
9971
9972 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9973 M:      Marc Dietrich <marvin24@gmx.de>
9974 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9975 L:      linux-tegra@vger.kernel.org
9976 S:      Maintained
9977 F:      drivers/staging/nvec/
9978
9979 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9980 M:      Jens Frederich <jfrederich@gmail.com>
9981 M:      Daniel Drake <dsd@laptop.org>
9982 M:      Jon Nettleton <jon.nettleton@gmail.com>
9983 W:      http://wiki.laptop.org/go/DCON
9984 S:      Maintained
9985 F:      drivers/staging/olpc_dcon/
9986
9987 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9988 M:      Willy Tarreau <willy@meta-x.org>
9989 S:      Odd Fixes
9990 F:      drivers/staging/panel/
9991
9992 STAGING - REALTEK RTL8712U DRIVERS
9993 M:      Larry Finger <Larry.Finger@lwfinger.net>
9994 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9995 S:      Odd Fixes
9996 F:      drivers/staging/rtl8712/
9997
9998 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9999 M:      Larry Finger <Larry.Finger@lwfinger.net>
10000 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10001 L:      linux-wireless@vger.kernel.org
10002 S:      Maintained
10003 F:      drivers/staging/rtl8723au/
10004
10005 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10006 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10007 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10008 M:      Sudip Mukherjee <sudip@vectorindia.org>
10009 L:      linux-fbdev@vger.kernel.org
10010 S:      Maintained
10011 F:      drivers/staging/sm750fb/
10012
10013 STAGING - SLICOSS
10014 M:      Lior Dotan <liodot@gmail.com>
10015 M:      Christopher Harrer <charrer@alacritech.com>
10016 S:      Odd Fixes
10017 F:      drivers/staging/slicoss/
10018
10019 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10020 M:      William Hubbs <w.d.hubbs@gmail.com>
10021 M:      Chris Brannon <chris@the-brannons.com>
10022 M:      Kirk Reiser <kirk@reisers.ca>
10023 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10024 L:      speakup@linux-speakup.org
10025 W:      http://www.linux-speakup.org/
10026 S:      Odd Fixes
10027 F:      drivers/staging/speakup/
10028
10029 STAGING - VIA VT665X DRIVERS
10030 M:      Forest Bond <forest@alittletooquiet.net>
10031 S:      Odd Fixes
10032 F:      drivers/staging/vt665?/
10033
10034 STAGING - WILC1000 WIFI DRIVER
10035 M:      Johnny Kim <johnny.kim@atmel.com>
10036 M:      Rachel Kim <rachel.kim@atmel.com>
10037 M:      Dean Lee <dean.lee@atmel.com>
10038 M:      Chris Park <chris.park@atmel.com>
10039 L:      linux-wireless@vger.kernel.org
10040 S:      Supported
10041 F:      drivers/staging/wilc1000/
10042
10043 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10044 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10045 S:      Odd Fixes
10046 F:      drivers/staging/xgifb/
10047
10048 HFI1 DRIVER
10049 M:      Mike Marciniszyn <infinipath@intel.com>
10050 L:      linux-rdma@vger.kernel.org
10051 S:      Supported
10052 F:      drivers/staging/rdma/hfi1
10053
10054 STARFIRE/DURALAN NETWORK DRIVER
10055 M:      Ion Badulescu <ionut@badula.org>
10056 S:      Odd Fixes
10057 F:      drivers/net/ethernet/adaptec/starfire*
10058
10059 SUN3/3X
10060 M:      Sam Creasey <sammy@sammy.net>
10061 W:      http://sammy.net/sun3/
10062 S:      Maintained
10063 F:      arch/m68k/kernel/*sun3*
10064 F:      arch/m68k/sun3*/
10065 F:      arch/m68k/include/asm/sun3*
10066 F:      drivers/net/ethernet/i825xx/sun3*
10067
10068 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10069 M:      Hans de Goede <hdegoede@redhat.com>
10070 L:      linux-input@vger.kernel.org
10071 S:      Maintained
10072 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10073 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10074
10075 SUNDANCE NETWORK DRIVER
10076 M:      Denis Kirjanov <kda@linux-powerpc.org>
10077 L:      netdev@vger.kernel.org
10078 S:      Maintained
10079 F:      drivers/net/ethernet/dlink/sundance.c
10080
10081 SUPERH
10082 L:      linux-sh@vger.kernel.org
10083 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10084 S:      Orphan
10085 F:      Documentation/sh/
10086 F:      arch/sh/
10087 F:      drivers/sh/
10088
10089 SUSPEND TO RAM
10090 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10091 M:      Len Brown <len.brown@intel.com>
10092 M:      Pavel Machek <pavel@ucw.cz>
10093 L:      linux-pm@vger.kernel.org
10094 S:      Supported
10095 F:      Documentation/power/
10096 F:      arch/x86/kernel/acpi/
10097 F:      drivers/base/power/
10098 F:      kernel/power/
10099 F:      include/linux/suspend.h
10100 F:      include/linux/freezer.h
10101 F:      include/linux/pm.h
10102
10103 SVGA HANDLING
10104 M:      Martin Mares <mj@ucw.cz>
10105 L:      linux-video@atrey.karlin.mff.cuni.cz
10106 S:      Maintained
10107 F:      Documentation/svga.txt
10108 F:      arch/x86/boot/video*
10109
10110 SWIOTLB SUBSYSTEM
10111 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10112 L:      linux-kernel@vger.kernel.org
10113 S:      Supported
10114 F:      lib/swiotlb.c
10115 F:      arch/*/kernel/pci-swiotlb.c
10116 F:      include/linux/swiotlb.h
10117
10118 SWITCHDEV
10119 M:      Jiri Pirko <jiri@resnulli.us>
10120 L:      netdev@vger.kernel.org
10121 S:      Supported
10122 F:      net/switchdev/
10123 F:      include/net/switchdev.h
10124
10125 SYNOPSYS ARC ARCHITECTURE
10126 M:      Vineet Gupta <vgupta@synopsys.com>
10127 S:      Supported
10128 F:      arch/arc/
10129 F:      Documentation/devicetree/bindings/arc/*
10130 F:      drivers/tty/serial/arc_uart.c
10131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10132
10133 SYNOPSYS ARC SDP platform support
10134 M:      Alexey Brodkin <abrodkin@synopsys.com>
10135 S:      Supported
10136 F:      arch/arc/plat-axs10x
10137 F:      arch/arc/boot/dts/ax*
10138 F:      Documentation/devicetree/bindings/arc/axs10*
10139
10140 SYSTEM CONFIGURATION (SYSCON)
10141 M:      Lee Jones <lee.jones@linaro.org>
10142 M:      Arnd Bergmann <arnd@arndb.de>
10143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10144 S:      Supported
10145 F:      drivers/mfd/syscon.c
10146
10147 SYSV FILESYSTEM
10148 M:      Christoph Hellwig <hch@infradead.org>
10149 S:      Maintained
10150 F:      Documentation/filesystems/sysv-fs.txt
10151 F:      fs/sysv/
10152 F:      include/linux/sysv_fs.h
10153
10154 TARGET SUBSYSTEM
10155 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10156 L:      linux-scsi@vger.kernel.org
10157 L:      target-devel@vger.kernel.org
10158 W:      http://www.linux-iscsi.org
10159 W:      http://groups.google.com/group/linux-iscsi-target-dev
10160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10161 S:      Supported
10162 F:      drivers/target/
10163 F:      include/target/
10164 F:      Documentation/target/
10165
10166 TASKSTATS STATISTICS INTERFACE
10167 M:      Balbir Singh <bsingharora@gmail.com>
10168 S:      Maintained
10169 F:      Documentation/accounting/taskstats*
10170 F:      include/linux/taskstats*
10171 F:      kernel/taskstats.c
10172
10173 TC CLASSIFIER
10174 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10175 L:      netdev@vger.kernel.org
10176 S:      Maintained
10177 F:      include/net/pkt_cls.h
10178 F:      include/uapi/linux/pkt_cls.h
10179 F:      net/sched/
10180
10181 TCP LOW PRIORITY MODULE
10182 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10183 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10184 W:      http://tcp-lp-mod.sourceforge.net/
10185 S:      Maintained
10186 F:      net/ipv4/tcp_lp.c
10187
10188 TDA10071 MEDIA DRIVER
10189 M:      Antti Palosaari <crope@iki.fi>
10190 L:      linux-media@vger.kernel.org
10191 W:      http://linuxtv.org/
10192 W:      http://palosaari.fi/linux/
10193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10194 T:      git git://linuxtv.org/anttip/media_tree.git
10195 S:      Maintained
10196 F:      drivers/media/dvb-frontends/tda10071*
10197
10198 TDA18212 MEDIA DRIVER
10199 M:      Antti Palosaari <crope@iki.fi>
10200 L:      linux-media@vger.kernel.org
10201 W:      http://linuxtv.org/
10202 W:      http://palosaari.fi/linux/
10203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10204 T:      git git://linuxtv.org/anttip/media_tree.git
10205 S:      Maintained
10206 F:      drivers/media/tuners/tda18212*
10207
10208 TDA18218 MEDIA DRIVER
10209 M:      Antti Palosaari <crope@iki.fi>
10210 L:      linux-media@vger.kernel.org
10211 W:      http://linuxtv.org/
10212 W:      http://palosaari.fi/linux/
10213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10214 T:      git git://linuxtv.org/anttip/media_tree.git
10215 S:      Maintained
10216 F:      drivers/media/tuners/tda18218*
10217
10218 TDA18271 MEDIA DRIVER
10219 M:      Michael Krufky <mkrufky@linuxtv.org>
10220 L:      linux-media@vger.kernel.org
10221 W:      http://linuxtv.org/
10222 W:      http://github.com/mkrufky
10223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10224 T:      git git://linuxtv.org/mkrufky/tuners.git
10225 S:      Maintained
10226 F:      drivers/media/tuners/tda18271*
10227
10228 TDA827x MEDIA DRIVER
10229 M:      Michael Krufky <mkrufky@linuxtv.org>
10230 L:      linux-media@vger.kernel.org
10231 W:      http://linuxtv.org/
10232 W:      http://github.com/mkrufky
10233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10234 T:      git git://linuxtv.org/mkrufky/tuners.git
10235 S:      Maintained
10236 F:      drivers/media/tuners/tda8290.*
10237
10238 TDA8290 MEDIA DRIVER
10239 M:      Michael Krufky <mkrufky@linuxtv.org>
10240 L:      linux-media@vger.kernel.org
10241 W:      http://linuxtv.org/
10242 W:      http://github.com/mkrufky
10243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10244 T:      git git://linuxtv.org/mkrufky/tuners.git
10245 S:      Maintained
10246 F:      drivers/media/tuners/tda8290.*
10247
10248 TDA9840 MEDIA DRIVER
10249 M:      Hans Verkuil <hverkuil@xs4all.nl>
10250 L:      linux-media@vger.kernel.org
10251 T:      git git://linuxtv.org/media_tree.git
10252 W:      http://linuxtv.org
10253 S:      Maintained
10254 F:      drivers/media/i2c/tda9840*
10255
10256 TEA5761 TUNER DRIVER
10257 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10258 L:      linux-media@vger.kernel.org
10259 W:      http://linuxtv.org
10260 T:      git git://linuxtv.org/media_tree.git
10261 S:      Odd fixes
10262 F:      drivers/media/tuners/tea5761.*
10263
10264 TEA5767 TUNER DRIVER
10265 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10266 L:      linux-media@vger.kernel.org
10267 W:      http://linuxtv.org
10268 T:      git git://linuxtv.org/media_tree.git
10269 S:      Maintained
10270 F:      drivers/media/tuners/tea5767.*
10271
10272 TEA6415C MEDIA DRIVER
10273 M:      Hans Verkuil <hverkuil@xs4all.nl>
10274 L:      linux-media@vger.kernel.org
10275 T:      git git://linuxtv.org/media_tree.git
10276 W:      http://linuxtv.org
10277 S:      Maintained
10278 F:      drivers/media/i2c/tea6415c*
10279
10280 TEA6420 MEDIA DRIVER
10281 M:      Hans Verkuil <hverkuil@xs4all.nl>
10282 L:      linux-media@vger.kernel.org
10283 T:      git git://linuxtv.org/media_tree.git
10284 W:      http://linuxtv.org
10285 S:      Maintained
10286 F:      drivers/media/i2c/tea6420*
10287
10288 TEAM DRIVER
10289 M:      Jiri Pirko <jiri@resnulli.us>
10290 L:      netdev@vger.kernel.org
10291 S:      Supported
10292 F:      drivers/net/team/
10293 F:      include/linux/if_team.h
10294 F:      include/uapi/linux/if_team.h
10295
10296 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10297 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10298 S:      Maintained
10299 F:      arch/x86/platform/ts5500/
10300
10301 TECHNOTREND USB IR RECEIVER
10302 M:      Sean Young <sean@mess.org>
10303 L:      linux-media@vger.kernel.org
10304 S:      Maintained
10305 F:      drivers/media/rc/ttusbir.c
10306
10307 TEGRA ARCHITECTURE SUPPORT
10308 M:      Stephen Warren <swarren@wwwdotorg.org>
10309 M:      Thierry Reding <thierry.reding@gmail.com>
10310 M:      Alexandre Courbot <gnurou@gmail.com>
10311 L:      linux-tegra@vger.kernel.org
10312 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10314 S:      Supported
10315 N:      [^a-z]tegra
10316
10317 TEGRA CLOCK DRIVER
10318 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10319 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10320 S:      Supported
10321 F:      drivers/clk/tegra/
10322
10323 TEGRA DMA DRIVER
10324 M:      Laxman Dewangan <ldewangan@nvidia.com>
10325 S:      Supported
10326 F:      drivers/dma/tegra20-apb-dma.c
10327
10328 TEGRA I2C DRIVER
10329 M:      Laxman Dewangan <ldewangan@nvidia.com>
10330 S:      Supported
10331 F:      drivers/i2c/busses/i2c-tegra.c
10332
10333 TEGRA IOMMU DRIVERS
10334 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10335 S:      Supported
10336 F:      drivers/iommu/tegra*
10337
10338 TEGRA KBC DRIVER
10339 M:      Rakesh Iyer <riyer@nvidia.com>
10340 M:      Laxman Dewangan <ldewangan@nvidia.com>
10341 S:      Supported
10342 F:      drivers/input/keyboard/tegra-kbc.c
10343
10344 TEGRA PWM DRIVER
10345 M:      Thierry Reding <thierry.reding@gmail.com>
10346 S:      Supported
10347 F:      drivers/pwm/pwm-tegra.c
10348
10349 TEGRA SERIAL DRIVER
10350 M:      Laxman Dewangan <ldewangan@nvidia.com>
10351 S:      Supported
10352 F:      drivers/tty/serial/serial-tegra.c
10353
10354 TEGRA SPI DRIVER
10355 M:      Laxman Dewangan <ldewangan@nvidia.com>
10356 S:      Supported
10357 F:      drivers/spi/spi-tegra*
10358
10359 TEHUTI ETHERNET DRIVER
10360 M:      Andy Gospodarek <andy@greyhouse.net>
10361 L:      netdev@vger.kernel.org
10362 S:      Supported
10363 F:      drivers/net/ethernet/tehuti/*
10364
10365 Telecom Clock Driver for MCPL0010
10366 M:      Mark Gross <mark.gross@intel.com>
10367 S:      Supported
10368 F:      drivers/char/tlclk.c
10369
10370 TENSILICA XTENSA PORT (xtensa)
10371 M:      Chris Zankel <chris@zankel.net>
10372 M:      Max Filippov <jcmvbkbc@gmail.com>
10373 L:      linux-xtensa@linux-xtensa.org
10374 S:      Maintained
10375 F:      arch/xtensa/
10376 F:      drivers/irqchip/irq-xtensa-*
10377
10378 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10379 M:      Hans Verkuil <hverkuil@xs4all.nl>
10380 L:      linux-media@vger.kernel.org
10381 T:      git git://linuxtv.org/media_tree.git
10382 W:      http://linuxtv.org
10383 S:      Maintained
10384 F:      drivers/media/radio/radio-raremono.c
10385
10386 THERMAL
10387 M:      Zhang Rui <rui.zhang@intel.com>
10388 M:      Eduardo Valentin <edubezval@gmail.com>
10389 L:      linux-pm@vger.kernel.org
10390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10392 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10393 S:      Supported
10394 F:      drivers/thermal/
10395 F:      include/linux/thermal.h
10396 F:      include/uapi/linux/thermal.h
10397 F:      include/linux/cpu_cooling.h
10398 F:      Documentation/devicetree/bindings/thermal/
10399
10400 THERMAL/CPU_COOLING
10401 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10402 M:      Viresh Kumar <viresh.kumar@linaro.org>
10403 M:      Javi Merino <javi.merino@arm.com>
10404 L:      linux-pm@vger.kernel.org
10405 S:      Supported
10406 F:      Documentation/thermal/cpu-cooling-api.txt
10407 F:      drivers/thermal/cpu_cooling.c
10408 F:      include/linux/cpu_cooling.h
10409
10410 THINGM BLINK(1) USB RGB LED DRIVER
10411 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10412 S:      Maintained
10413 F:      drivers/hid/hid-thingm.c
10414
10415 THINKPAD ACPI EXTRAS DRIVER
10416 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10417 L:      ibm-acpi-devel@lists.sourceforge.net
10418 L:      platform-driver-x86@vger.kernel.org
10419 W:      http://ibm-acpi.sourceforge.net
10420 W:      http://thinkwiki.org/wiki/Ibm-acpi
10421 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10422 S:      Maintained
10423 F:      drivers/platform/x86/thinkpad_acpi.c
10424
10425 TI BANDGAP AND THERMAL DRIVER
10426 M:      Eduardo Valentin <edubezval@gmail.com>
10427 L:      linux-pm@vger.kernel.org
10428 L:      linux-omap@vger.kernel.org
10429 S:      Maintained
10430 F:      drivers/thermal/ti-soc-thermal/
10431
10432 TI CDCE706 CLOCK DRIVER
10433 M:      Max Filippov <jcmvbkbc@gmail.com>
10434 S:      Maintained
10435 F:      drivers/clk/clk-cdce706.c
10436
10437 TI CLOCK DRIVER
10438 M:      Tero Kristo <t-kristo@ti.com>
10439 L:      linux-omap@vger.kernel.org
10440 S:      Maintained
10441 F:      drivers/clk/ti/
10442 F:      include/linux/clk/ti.h
10443
10444 TI FLASH MEDIA INTERFACE DRIVER
10445 M:      Alex Dubov <oakad@yahoo.com>
10446 S:      Maintained
10447 F:      drivers/misc/tifm*
10448 F:      drivers/mmc/host/tifm_sd.c
10449 F:      include/linux/tifm.h
10450
10451 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10452 M:      Santosh Shilimkar <ssantosh@kernel.org>
10453 L:      linux-kernel@vger.kernel.org
10454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10455 S:      Maintained
10456 F:      drivers/soc/ti/*
10457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10458
10459
10460 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10461 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10462 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10463 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10464 S:      Maintained
10465 F:      sound/soc/codecs/lm49453*
10466 F:      sound/soc/codecs/isabelle*
10467
10468 TI LP855x BACKLIGHT DRIVER
10469 M:      Milo Kim <milo.kim@ti.com>
10470 S:      Maintained
10471 F:      Documentation/backlight/lp855x-driver.txt
10472 F:      drivers/video/backlight/lp855x_bl.c
10473 F:      include/linux/platform_data/lp855x.h
10474
10475 TI LP8727 CHARGER DRIVER
10476 M:      Milo Kim <milo.kim@ti.com>
10477 S:      Maintained
10478 F:      drivers/power/lp8727_charger.c
10479 F:      include/linux/platform_data/lp8727.h
10480
10481 TI LP8788 MFD DRIVER
10482 M:      Milo Kim <milo.kim@ti.com>
10483 S:      Maintained
10484 F:      drivers/iio/adc/lp8788_adc.c
10485 F:      drivers/leds/leds-lp8788.c
10486 F:      drivers/mfd/lp8788*.c
10487 F:      drivers/power/lp8788-charger.c
10488 F:      drivers/regulator/lp8788-*.c
10489 F:      include/linux/mfd/lp8788*.h
10490
10491 TI NETCP ETHERNET DRIVER
10492 M:      Wingman Kwok <w-kwok2@ti.com>
10493 M:      Murali Karicheri <m-karicheri2@ti.com>
10494 L:      netdev@vger.kernel.org
10495 S:      Maintained
10496 F:      drivers/net/ethernet/ti/netcp*
10497
10498 TI TAS571X FAMILY ASoC CODEC DRIVER
10499 M:      Kevin Cernekee <cernekee@chromium.org>
10500 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10501 S:      Odd Fixes
10502 F:      sound/soc/codecs/tas571x*
10503
10504 TI TWL4030 SERIES SOC CODEC DRIVER
10505 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10506 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10507 S:      Maintained
10508 F:      sound/soc/codecs/twl4030*
10509
10510 TI WILINK WIRELESS DRIVERS
10511 L:      linux-wireless@vger.kernel.org
10512 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10513 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10515 S:      Orphan
10516 F:      drivers/net/wireless/ti/
10517 F:      include/linux/wl12xx.h
10518
10519 TIPC NETWORK LAYER
10520 M:      Jon Maloy <jon.maloy@ericsson.com>
10521 M:      Ying Xue <ying.xue@windriver.com>
10522 L:      netdev@vger.kernel.org (core kernel code)
10523 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10524 W:      http://tipc.sourceforge.net/
10525 S:      Maintained
10526 F:      include/uapi/linux/tipc*.h
10527 F:      net/tipc/
10528
10529 TILE ARCHITECTURE
10530 M:      Chris Metcalf <cmetcalf@ezchip.com>
10531 W:      http://www.ezchip.com/scm/
10532 S:      Supported
10533 F:      arch/tile/
10534 F:      drivers/char/tile-srom.c
10535 F:      drivers/edac/tile_edac.c
10536 F:      drivers/net/ethernet/tile/
10537 F:      drivers/rtc/rtc-tile.c
10538 F:      drivers/tty/hvc/hvc_tile.c
10539 F:      drivers/tty/serial/tilegx.c
10540 F:      drivers/usb/host/*-tilegx.c
10541 F:      include/linux/usb/tilegx.h
10542
10543 TLAN NETWORK DRIVER
10544 M:      Samuel Chessman <chessman@tux.org>
10545 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10546 W:      http://sourceforge.net/projects/tlan/
10547 S:      Maintained
10548 F:      Documentation/networking/tlan.txt
10549 F:      drivers/net/ethernet/ti/tlan.*
10550
10551 TOMOYO SECURITY MODULE
10552 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10553 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10554 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10555 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10556 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10557 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10558 W:      http://tomoyo.sourceforge.jp/
10559 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10560 S:      Maintained
10561 F:      security/tomoyo/
10562
10563 TOPSTAR LAPTOP EXTRAS DRIVER
10564 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10565 L:      platform-driver-x86@vger.kernel.org
10566 S:      Maintained
10567 F:      drivers/platform/x86/topstar-laptop.c
10568
10569 TOSHIBA ACPI EXTRAS DRIVER
10570 M:      Azael Avalos <coproscefalo@gmail.com>
10571 L:      platform-driver-x86@vger.kernel.org
10572 S:      Maintained
10573 F:      drivers/platform/x86/toshiba_acpi.c
10574
10575 TOSHIBA BLUETOOTH DRIVER
10576 M:      Azael Avalos <coproscefalo@gmail.com>
10577 L:      platform-driver-x86@vger.kernel.org
10578 S:      Maintained
10579 F:      drivers/platform/x86/toshiba_bluetooth.c
10580
10581 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10582 M:      Azael Avalos <coproscefalo@gmail.com>
10583 L:      platform-driver-x86@vger.kernel.org
10584 S:      Maintained
10585 F:      drivers/platform/x86/toshiba_haps.c
10586
10587 TOSHIBA SMM DRIVER
10588 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10589 W:      http://www.buzzard.org.uk/toshiba/
10590 S:      Maintained
10591 F:      drivers/char/toshiba.c
10592 F:      include/linux/toshiba.h
10593 F:      include/uapi/linux/toshiba.h
10594
10595 TOSHIBA TC358743 DRIVER
10596 M:      Mats Randgaard <matrandg@cisco.com>
10597 L:      linux-media@vger.kernel.org
10598 S:      Maintained
10599 F:      drivers/media/i2c/tc358743*
10600 F:      include/media/tc358743.h
10601
10602 TMIO MMC DRIVER
10603 M:      Ian Molton <ian@mnementh.co.uk>
10604 L:      linux-mmc@vger.kernel.org
10605 S:      Maintained
10606 F:      drivers/mmc/host/tmio_mmc*
10607 F:      drivers/mmc/host/sh_mobile_sdhi.c
10608 F:      include/linux/mmc/tmio.h
10609 F:      include/linux/mmc/sh_mobile_sdhi.h
10610
10611 TMP401 HARDWARE MONITOR DRIVER
10612 M:      Guenter Roeck <linux@roeck-us.net>
10613 L:      lm-sensors@lm-sensors.org
10614 S:      Maintained
10615 F:      Documentation/hwmon/tmp401
10616 F:      drivers/hwmon/tmp401.c
10617
10618 TMPFS (SHMEM FILESYSTEM)
10619 M:      Hugh Dickins <hughd@google.com>
10620 L:      linux-mm@kvack.org
10621 S:      Maintained
10622 F:      include/linux/shmem_fs.h
10623 F:      mm/shmem.c
10624
10625 TM6000 VIDEO4LINUX DRIVER
10626 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10627 L:      linux-media@vger.kernel.org
10628 W:      http://linuxtv.org
10629 T:      git git://linuxtv.org/media_tree.git
10630 S:      Odd fixes
10631 F:      drivers/media/usb/tm6000/
10632
10633 TW68 VIDEO4LINUX DRIVER
10634 M:      Hans Verkuil <hverkuil@xs4all.nl>
10635 L:      linux-media@vger.kernel.org
10636 T:      git git://linuxtv.org/media_tree.git
10637 W:      http://linuxtv.org
10638 S:      Odd Fixes
10639 F:      drivers/media/pci/tw68/
10640
10641 TPM DEVICE DRIVER
10642 M:      Peter Huewe <peterhuewe@gmx.de>
10643 M:      Marcel Selhorst <tpmdd@selhorst.net>
10644 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10645 W:      http://tpmdd.sourceforge.net
10646 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10647 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10648 T:      https://github.com/PeterHuewe/linux-tpmdd
10649 S:      Maintained
10650 F:      drivers/char/tpm/
10651
10652 TPM IBM_VTPM DEVICE DRIVER
10653 M:      Ashley Lai <ashleydlai@gmail.com>
10654 W:      http://tpmdd.sourceforge.net
10655 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10656 S:      Maintained
10657 F:      drivers/char/tpm/tpm_ibmvtpm*
10658
10659 TRACING
10660 M:      Steven Rostedt <rostedt@goodmis.org>
10661 M:      Ingo Molnar <mingo@redhat.com>
10662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10663 S:      Maintained
10664 F:      Documentation/trace/ftrace.txt
10665 F:      arch/*/*/*/ftrace.h
10666 F:      arch/*/kernel/ftrace.c
10667 F:      include/*/ftrace.h
10668 F:      include/linux/trace*.h
10669 F:      include/trace/
10670 F:      kernel/trace/
10671 F:      tools/testing/selftests/ftrace/
10672
10673 TRIVIAL PATCHES
10674 M:      Jiri Kosina <trivial@kernel.org>
10675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10676 S:      Maintained
10677 K:      ^Subject:.*(?i)trivial
10678
10679 TTY LAYER
10680 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10681 M:      Jiri Slaby <jslaby@suse.com>
10682 S:      Supported
10683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10684 F:      Documentation/serial/
10685 F:      drivers/tty/
10686 F:      drivers/tty/serial/serial_core.c
10687 F:      include/linux/serial_core.h
10688 F:      include/linux/serial.h
10689 F:      include/linux/tty.h
10690 F:      include/uapi/linux/serial_core.h
10691 F:      include/uapi/linux/serial.h
10692 F:      include/uapi/linux/tty.h
10693
10694 TUA9001 MEDIA DRIVER
10695 M:      Antti Palosaari <crope@iki.fi>
10696 L:      linux-media@vger.kernel.org
10697 W:      http://linuxtv.org/
10698 W:      http://palosaari.fi/linux/
10699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10700 T:      git git://linuxtv.org/anttip/media_tree.git
10701 S:      Maintained
10702 F:      drivers/media/tuners/tua9001*
10703
10704 TULIP NETWORK DRIVERS
10705 M:      Grant Grundler <grundler@parisc-linux.org>
10706 L:      netdev@vger.kernel.org
10707 S:      Maintained
10708 F:      drivers/net/ethernet/dec/tulip/
10709
10710 TUN/TAP driver
10711 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10712 W:      http://vtun.sourceforge.net/tun
10713 S:      Maintained
10714 F:      Documentation/networking/tuntap.txt
10715 F:      arch/um/os-Linux/drivers/
10716
10717 TURBOCHANNEL SUBSYSTEM
10718 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10719 M:      Ralf Baechle <ralf@linux-mips.org>
10720 L:      linux-mips@linux-mips.org
10721 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10722 S:      Maintained
10723 F:      drivers/tc/
10724 F:      include/linux/tc.h
10725
10726 U14-34F SCSI DRIVER
10727 M:      Dario Ballabio <ballabio_dario@emc.com>
10728 L:      linux-scsi@vger.kernel.org
10729 S:      Maintained
10730 F:      drivers/scsi/u14-34f.c
10731
10732 UBI FILE SYSTEM (UBIFS)
10733 M:      Artem Bityutskiy <dedekind1@gmail.com>
10734 M:      Adrian Hunter <adrian.hunter@intel.com>
10735 L:      linux-mtd@lists.infradead.org
10736 T:      git git://git.infradead.org/ubifs-2.6.git
10737 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10738 S:      Maintained
10739 F:      Documentation/filesystems/ubifs.txt
10740 F:      fs/ubifs/
10741
10742 UCLINUX (M68KNOMMU AND COLDFIRE)
10743 M:      Greg Ungerer <gerg@uclinux.org>
10744 W:      http://www.uclinux.org/
10745 L:      linux-m68k@lists.linux-m68k.org
10746 L:      uclinux-dev@uclinux.org  (subscribers-only)
10747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10748 S:      Maintained
10749 F:      arch/m68k/coldfire/
10750 F:      arch/m68k/68*/
10751 F:      arch/m68k/*/*_no.*
10752 F:      arch/m68k/include/asm/*_no.*
10753
10754 UDF FILESYSTEM
10755 M:      Jan Kara <jack@suse.com>
10756 S:      Maintained
10757 F:      Documentation/filesystems/udf.txt
10758 F:      fs/udf/
10759
10760 UFS FILESYSTEM
10761 M:      Evgeniy Dushistov <dushistov@mail.ru>
10762 S:      Maintained
10763 F:      Documentation/filesystems/ufs.txt
10764 F:      fs/ufs/
10765
10766 UHID USERSPACE HID IO DRIVER:
10767 M:      David Herrmann <dh.herrmann@googlemail.com>
10768 L:      linux-input@vger.kernel.org
10769 S:      Maintained
10770 F:      drivers/hid/uhid.c
10771 F:      include/uapi/linux/uhid.h
10772
10773 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10774 L:      linux-usb@vger.kernel.org
10775 S:      Orphan
10776 F:      drivers/uwb/
10777 F:      include/linux/uwb.h
10778 F:      include/linux/uwb/
10779
10780 UNICORE32 ARCHITECTURE:
10781 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10782 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10783 S:      Maintained
10784 T:      git git://github.com/gxt/linux.git
10785 F:      arch/unicore32/
10786
10787 UNIFDEF
10788 M:      Tony Finch <dot@dotat.at>
10789 W:      http://dotat.at/prog/unifdef
10790 S:      Maintained
10791 F:      scripts/unifdef.c
10792
10793 UNIFORM CDROM DRIVER
10794 M:      Jens Axboe <axboe@kernel.dk>
10795 W:      http://www.kernel.dk
10796 S:      Maintained
10797 F:      Documentation/cdrom/
10798 F:      drivers/cdrom/cdrom.c
10799 F:      include/linux/cdrom.h
10800 F:      include/uapi/linux/cdrom.h
10801
10802 UNISYS S-PAR DRIVERS
10803 M:      Benjamin Romer <benjamin.romer@unisys.com>
10804 M:      David Kershner <david.kershner@unisys.com>
10805 L:      sparmaintainer@unisys.com (Unisys internal)
10806 S:      Supported
10807 F:      drivers/staging/unisys/
10808
10809 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10810 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10811 L:      linux-scsi@vger.kernel.org
10812 S:      Supported
10813 F:      Documentation/scsi/ufs.txt
10814 F:      drivers/scsi/ufs/
10815
10816 UNSORTED BLOCK IMAGES (UBI)
10817 M:      Artem Bityutskiy <dedekind1@gmail.com>
10818 M:      Richard Weinberger <richard@nod.at>
10819 W:      http://www.linux-mtd.infradead.org/
10820 L:      linux-mtd@lists.infradead.org
10821 T:      git git://git.infradead.org/ubifs-2.6.git
10822 S:      Supported
10823 F:      drivers/mtd/ubi/
10824 F:      include/linux/mtd/ubi.h
10825 F:      include/uapi/mtd/ubi-user.h
10826
10827 USB ACM DRIVER
10828 M:      Oliver Neukum <oliver@neukum.org>
10829 L:      linux-usb@vger.kernel.org
10830 S:      Maintained
10831 F:      Documentation/usb/acm.txt
10832 F:      drivers/usb/class/cdc-acm.*
10833
10834 USB AR5523 WIRELESS DRIVER
10835 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10836 L:      linux-wireless@vger.kernel.org
10837 S:      Maintained
10838 F:      drivers/net/wireless/ath/ar5523/
10839
10840 USB ATTACHED SCSI
10841 M:      Hans de Goede <hdegoede@redhat.com>
10842 M:      Gerd Hoffmann <kraxel@redhat.com>
10843 L:      linux-usb@vger.kernel.org
10844 L:      linux-scsi@vger.kernel.org
10845 S:      Maintained
10846 F:      drivers/usb/storage/uas.c
10847
10848 USB CDC ETHERNET DRIVER
10849 M:      Oliver Neukum <oliver@neukum.org>
10850 L:      linux-usb@vger.kernel.org
10851 S:      Maintained
10852 F:      drivers/net/usb/cdc_*.c
10853 F:      include/uapi/linux/usb/cdc.h
10854
10855 USB CHAOSKEY DRIVER
10856 M:      Keith Packard <keithp@keithp.com>
10857 L:      linux-usb@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/usb/misc/chaoskey.c
10860
10861 USB CYPRESS C67X00 DRIVER
10862 M:      Peter Korsgaard <jacmet@sunsite.dk>
10863 L:      linux-usb@vger.kernel.org
10864 S:      Maintained
10865 F:      drivers/usb/c67x00/
10866
10867 USB DAVICOM DM9601 DRIVER
10868 M:      Peter Korsgaard <jacmet@sunsite.dk>
10869 L:      netdev@vger.kernel.org
10870 W:      http://www.linux-usb.org/usbnet
10871 S:      Maintained
10872 F:      drivers/net/usb/dm9601.c
10873
10874 USB DIAMOND RIO500 DRIVER
10875 M:      Cesar Miquel <miquel@df.uba.ar>
10876 L:      rio500-users@lists.sourceforge.net
10877 W:      http://rio500.sourceforge.net
10878 S:      Maintained
10879 F:      drivers/usb/misc/rio500*
10880
10881 USB EHCI DRIVER
10882 M:      Alan Stern <stern@rowland.harvard.edu>
10883 L:      linux-usb@vger.kernel.org
10884 S:      Maintained
10885 F:      Documentation/usb/ehci.txt
10886 F:      drivers/usb/host/ehci*
10887
10888 USB GADGET/PERIPHERAL SUBSYSTEM
10889 M:      Felipe Balbi <balbi@ti.com>
10890 L:      linux-usb@vger.kernel.org
10891 W:      http://www.linux-usb.org/gadget
10892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10893 S:      Maintained
10894 F:      drivers/usb/gadget/
10895 F:      include/linux/usb/gadget*
10896
10897 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10898 M:      Jiri Kosina <jikos@kernel.org>
10899 L:      linux-usb@vger.kernel.org
10900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10901 S:      Maintained
10902 F:      Documentation/hid/hiddev.txt
10903 F:      drivers/hid/usbhid/
10904
10905 USB ISP116X DRIVER
10906 M:      Olav Kongas <ok@artecdesign.ee>
10907 L:      linux-usb@vger.kernel.org
10908 S:      Maintained
10909 F:      drivers/usb/host/isp116x*
10910 F:      include/linux/usb/isp116x.h
10911
10912 USB MASS STORAGE DRIVER
10913 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10914 L:      linux-usb@vger.kernel.org
10915 L:      usb-storage@lists.one-eyed-alien.net
10916 S:      Maintained
10917 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10918 F:      drivers/usb/storage/
10919
10920 USB MIDI DRIVER
10921 M:      Clemens Ladisch <clemens@ladisch.de>
10922 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10923 T:      git git://git.alsa-project.org/alsa-kernel.git
10924 S:      Maintained
10925 F:      sound/usb/midi.*
10926
10927 USB NETWORKING DRIVERS
10928 L:      linux-usb@vger.kernel.org
10929 S:      Odd Fixes
10930 F:      drivers/net/usb/
10931
10932 USB OHCI DRIVER
10933 M:      Alan Stern <stern@rowland.harvard.edu>
10934 L:      linux-usb@vger.kernel.org
10935 S:      Maintained
10936 F:      Documentation/usb/ohci.txt
10937 F:      drivers/usb/host/ohci*
10938
10939 USB OTG FSM (Finite State Machine)
10940 M:      Peter Chen <Peter.Chen@freescale.com>
10941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10942 L:      linux-usb@vger.kernel.org
10943 S:      Maintained
10944 F:      drivers/usb/common/usb-otg-fsm.c
10945
10946 USB OVER IP DRIVER
10947 M:      Valentina Manea <valentina.manea.m@gmail.com>
10948 M:      Shuah Khan <shuah.kh@samsung.com>
10949 L:      linux-usb@vger.kernel.org
10950 S:      Maintained
10951 F:      drivers/usb/usbip/
10952 F:      tools/usb/usbip/
10953
10954 USB PEGASUS DRIVER
10955 M:      Petko Manolov <petkan@nucleusys.com>
10956 L:      linux-usb@vger.kernel.org
10957 L:      netdev@vger.kernel.org
10958 T:      git git://github.com/petkan/pegasus.git
10959 W:      https://github.com/petkan/pegasus
10960 S:      Maintained
10961 F:      drivers/net/usb/pegasus.*
10962
10963 USB PHY LAYER
10964 M:      Felipe Balbi <balbi@ti.com>
10965 L:      linux-usb@vger.kernel.org
10966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10967 S:      Maintained
10968 F:      drivers/usb/phy/
10969
10970 USB PRINTER DRIVER (usblp)
10971 M:      Pete Zaitcev <zaitcev@redhat.com>
10972 L:      linux-usb@vger.kernel.org
10973 S:      Supported
10974 F:      drivers/usb/class/usblp.c
10975
10976 USB RTL8150 DRIVER
10977 M:      Petko Manolov <petkan@nucleusys.com>
10978 L:      linux-usb@vger.kernel.org
10979 L:      netdev@vger.kernel.org
10980 T:      git git://github.com/petkan/rtl8150.git
10981 W:      https://github.com/petkan/rtl8150
10982 S:      Maintained
10983 F:      drivers/net/usb/rtl8150.c
10984
10985 USB SERIAL SUBSYSTEM
10986 M:      Johan Hovold <johan@kernel.org>
10987 L:      linux-usb@vger.kernel.org
10988 S:      Maintained
10989 F:      Documentation/usb/usb-serial.txt
10990 F:      drivers/usb/serial/
10991 F:      include/linux/usb/serial.h
10992
10993 USB SMSC75XX ETHERNET DRIVER
10994 M:      Steve Glendinning <steve.glendinning@shawell.net>
10995 L:      netdev@vger.kernel.org
10996 S:      Maintained
10997 F:      drivers/net/usb/smsc75xx.*
10998
10999 USB SMSC95XX ETHERNET DRIVER
11000 M:      Steve Glendinning <steve.glendinning@shawell.net>
11001 L:      netdev@vger.kernel.org
11002 S:      Maintained
11003 F:      drivers/net/usb/smsc95xx.*
11004
11005 USB SUBSYSTEM
11006 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11007 L:      linux-usb@vger.kernel.org
11008 W:      http://www.linux-usb.org
11009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11010 S:      Supported
11011 F:      Documentation/usb/
11012 F:      drivers/usb/
11013 F:      include/linux/usb.h
11014 F:      include/linux/usb/
11015
11016 USB UHCI DRIVER
11017 M:      Alan Stern <stern@rowland.harvard.edu>
11018 L:      linux-usb@vger.kernel.org
11019 S:      Maintained
11020 F:      drivers/usb/host/uhci*
11021
11022 USB "USBNET" DRIVER FRAMEWORK
11023 M:      Oliver Neukum <oneukum@suse.com>
11024 L:      netdev@vger.kernel.org
11025 W:      http://www.linux-usb.org/usbnet
11026 S:      Maintained
11027 F:      drivers/net/usb/usbnet.c
11028 F:      include/linux/usb/usbnet.h
11029
11030 USB VIDEO CLASS
11031 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11032 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11033 L:      linux-media@vger.kernel.org
11034 T:      git git://linuxtv.org/media_tree.git
11035 W:      http://www.ideasonboard.org/uvc/
11036 S:      Maintained
11037 F:      drivers/media/usb/uvc/
11038 F:      include/uapi/linux/uvcvideo.h
11039
11040 USB VISION DRIVER
11041 M:      Hans Verkuil <hverkuil@xs4all.nl>
11042 L:      linux-media@vger.kernel.org
11043 T:      git git://linuxtv.org/media_tree.git
11044 W:      http://linuxtv.org
11045 S:      Odd Fixes
11046 F:      drivers/media/usb/usbvision/
11047
11048 USB WEBCAM GADGET
11049 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11050 L:      linux-usb@vger.kernel.org
11051 S:      Maintained
11052 F:      drivers/usb/gadget/function/*uvc*
11053 F:      drivers/usb/gadget/legacy/webcam.c
11054
11055 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11056 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11057 L:      linux-wireless@vger.kernel.org
11058 S:      Maintained
11059 F:      drivers/net/wireless/rndis_wlan.c
11060
11061 USB XHCI DRIVER
11062 M:      Mathias Nyman <mathias.nyman@intel.com>
11063 L:      linux-usb@vger.kernel.org
11064 S:      Supported
11065 F:      drivers/usb/host/xhci*
11066 F:      drivers/usb/host/pci-quirks*
11067
11068 USB ZD1201 DRIVER
11069 L:      linux-wireless@vger.kernel.org
11070 W:      http://linux-lc100020.sourceforge.net
11071 S:      Orphan
11072 F:      drivers/net/wireless/zd1201.*
11073
11074 USB ZR364XX DRIVER
11075 M:      Antoine Jacquet <royale@zerezo.com>
11076 L:      linux-usb@vger.kernel.org
11077 L:      linux-media@vger.kernel.org
11078 T:      git git://linuxtv.org/media_tree.git
11079 W:      http://royale.zerezo.com/zr364xx/
11080 S:      Maintained
11081 F:      Documentation/video4linux/zr364xx.txt
11082 F:      drivers/media/usb/zr364xx/
11083
11084 ULPI BUS
11085 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11086 L:      linux-usb@vger.kernel.org
11087 S:      Maintained
11088 F:      drivers/usb/common/ulpi.c
11089 F:      include/linux/ulpi/
11090
11091 USER-MODE LINUX (UML)
11092 M:      Jeff Dike <jdike@addtoit.com>
11093 M:      Richard Weinberger <richard@nod.at>
11094 L:      user-mode-linux-devel@lists.sourceforge.net
11095 L:      user-mode-linux-user@lists.sourceforge.net
11096 W:      http://user-mode-linux.sourceforge.net
11097 S:      Maintained
11098 F:      Documentation/virtual/uml/
11099 F:      arch/um/
11100 F:      arch/x86/um/
11101 F:      fs/hostfs/
11102 F:      fs/hppfs/
11103
11104 USERSPACE I/O (UIO)
11105 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11106 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11107 S:      Maintained
11108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11109 F:      Documentation/DocBook/uio-howto.tmpl
11110 F:      drivers/uio/
11111 F:      include/linux/uio*.h
11112
11113 UTIL-LINUX PACKAGE
11114 M:      Karel Zak <kzak@redhat.com>
11115 L:      util-linux@vger.kernel.org
11116 W:      http://en.wikipedia.org/wiki/Util-linux
11117 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11118 S:      Maintained
11119
11120 UVESAFB DRIVER
11121 M:      Michal Januszewski <spock@gentoo.org>
11122 L:      linux-fbdev@vger.kernel.org
11123 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11124 S:      Maintained
11125 F:      Documentation/fb/uvesafb.txt
11126 F:      drivers/video/fbdev/uvesafb.*
11127
11128 VFAT/FAT/MSDOS FILESYSTEM
11129 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11130 S:      Maintained
11131 F:      Documentation/filesystems/vfat.txt
11132 F:      fs/fat/
11133
11134 VFIO DRIVER
11135 M:      Alex Williamson <alex.williamson@redhat.com>
11136 L:      kvm@vger.kernel.org
11137 S:      Maintained
11138 F:      Documentation/vfio.txt
11139 F:      drivers/vfio/
11140 F:      include/linux/vfio.h
11141 F:      include/uapi/linux/vfio.h
11142
11143 VFIO PLATFORM DRIVER
11144 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11145 L:      kvm@vger.kernel.org
11146 S:      Maintained
11147 F:      drivers/vfio/platform/
11148
11149 VIDEOBUF2 FRAMEWORK
11150 M:      Pawel Osciak <pawel@osciak.com>
11151 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11152 M:      Kyungmin Park <kyungmin.park@samsung.com>
11153 L:      linux-media@vger.kernel.org
11154 S:      Maintained
11155 F:      drivers/media/v4l2-core/videobuf2-*
11156 F:      include/media/videobuf2-*
11157
11158 VIRTIO CONSOLE DRIVER
11159 M:      Amit Shah <amit.shah@redhat.com>
11160 L:      virtualization@lists.linux-foundation.org
11161 S:      Maintained
11162 F:      drivers/char/virtio_console.c
11163 F:      include/linux/virtio_console.h
11164 F:      include/uapi/linux/virtio_console.h
11165
11166 VIRTIO CORE, NET AND BLOCK DRIVERS
11167 M:      "Michael S. Tsirkin" <mst@redhat.com>
11168 L:      virtualization@lists.linux-foundation.org
11169 S:      Maintained
11170 F:      drivers/virtio/
11171 F:      tools/virtio/
11172 F:      drivers/net/virtio_net.c
11173 F:      drivers/block/virtio_blk.c
11174 F:      include/linux/virtio_*.h
11175 F:      include/uapi/linux/virtio_*.h
11176
11177 VIRTIO DRIVERS FOR S390
11178 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11179 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11180 L:      linux-s390@vger.kernel.org
11181 L:      virtualization@lists.linux-foundation.org
11182 L:      kvm@vger.kernel.org
11183 S:      Supported
11184 F:      drivers/s390/virtio/
11185
11186 VIRTIO GPU DRIVER
11187 M:      David Airlie <airlied@linux.ie>
11188 M:      Gerd Hoffmann <kraxel@redhat.com>
11189 L:      dri-devel@lists.freedesktop.org
11190 L:      virtualization@lists.linux-foundation.org
11191 S:      Maintained
11192 F:      drivers/gpu/drm/virtio/
11193 F:      include/uapi/linux/virtio_gpu.h
11194
11195 VIRTIO HOST (VHOST)
11196 M:      "Michael S. Tsirkin" <mst@redhat.com>
11197 L:      kvm@vger.kernel.org
11198 L:      virtualization@lists.linux-foundation.org
11199 L:      netdev@vger.kernel.org
11200 S:      Maintained
11201 F:      drivers/vhost/
11202 F:      include/uapi/linux/vhost.h
11203
11204 VIRTIO INPUT DRIVER
11205 M:      Gerd Hoffmann <kraxel@redhat.com>
11206 S:      Maintained
11207 F:      drivers/virtio/virtio_input.c
11208 F:      include/uapi/linux/virtio_input.h
11209
11210 VIA RHINE NETWORK DRIVER
11211 S:      Orphan
11212 F:      drivers/net/ethernet/via/via-rhine.c
11213
11214 VIA SD/MMC CARD CONTROLLER DRIVER
11215 M:      Bruce Chang <brucechang@via.com.tw>
11216 M:      Harald Welte <HaraldWelte@viatech.com>
11217 S:      Maintained
11218 F:      drivers/mmc/host/via-sdmmc.c
11219
11220 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11221 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11222 L:      linux-fbdev@vger.kernel.org
11223 S:      Maintained
11224 F:      include/linux/via-core.h
11225 F:      include/linux/via-gpio.h
11226 F:      include/linux/via_i2c.h
11227 F:      drivers/video/fbdev/via/
11228
11229 VIA VELOCITY NETWORK DRIVER
11230 M:      Francois Romieu <romieu@fr.zoreil.com>
11231 L:      netdev@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/net/ethernet/via/via-velocity.*
11234
11235 VIVID VIRTUAL VIDEO DRIVER
11236 M:      Hans Verkuil <hverkuil@xs4all.nl>
11237 L:      linux-media@vger.kernel.org
11238 T:      git git://linuxtv.org/media_tree.git
11239 W:      http://linuxtv.org
11240 S:      Maintained
11241 F:      drivers/media/platform/vivid/*
11242
11243 VLAN (802.1Q)
11244 M:      Patrick McHardy <kaber@trash.net>
11245 L:      netdev@vger.kernel.org
11246 S:      Maintained
11247 F:      drivers/net/macvlan.c
11248 F:      include/linux/if_*vlan.h
11249 F:      net/8021q/
11250
11251 VLYNQ BUS
11252 M:      Florian Fainelli <florian@openwrt.org>
11253 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11254 S:      Maintained
11255 F:      drivers/vlynq/vlynq.c
11256 F:      include/linux/vlynq.h
11257
11258 VME SUBSYSTEM
11259 M:      Martyn Welch <martyn@welchs.me.uk>
11260 M:      Manohar Vanga <manohar.vanga@gmail.com>
11261 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11262 L:      devel@driverdev.osuosl.org
11263 S:      Maintained
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11265 F:      Documentation/vme_api.txt
11266 F:      drivers/staging/vme/
11267 F:      drivers/vme/
11268 F:      include/linux/vme*
11269
11270 VMWARE HYPERVISOR INTERFACE
11271 M:      Alok Kataria <akataria@vmware.com>
11272 L:      virtualization@lists.linux-foundation.org
11273 S:      Supported
11274 F:      arch/x86/kernel/cpu/vmware.c
11275
11276 VMWARE BALLOON DRIVER
11277 M:      Xavier Deguillard <xdeguillard@vmware.com>
11278 M:      Philip Moltmann <moltmann@vmware.com>
11279 M:      "VMware, Inc." <pv-drivers@vmware.com>
11280 L:      linux-kernel@vger.kernel.org
11281 S:      Maintained
11282 F:      drivers/misc/vmw_balloon.c
11283
11284 VMWARE VMMOUSE SUBDRIVER
11285 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11286 M:      "VMware, Inc." <pv-drivers@vmware.com>
11287 L:      linux-input@vger.kernel.org
11288 S:      Maintained
11289 F:      drivers/input/mouse/vmmouse.c
11290 F:      drivers/input/mouse/vmmouse.h
11291
11292 VMWARE VMXNET3 ETHERNET DRIVER
11293 M:      Shrikrishna Khare <skhare@vmware.com>
11294 M:      "VMware, Inc." <pv-drivers@vmware.com>
11295 L:      netdev@vger.kernel.org
11296 S:      Maintained
11297 F:      drivers/net/vmxnet3/
11298
11299 VMware PVSCSI driver
11300 M:      Arvind Kumar <arvindkumar@vmware.com>
11301 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11302 L:      linux-scsi@vger.kernel.org
11303 S:      Maintained
11304 F:      drivers/scsi/vmw_pvscsi.c
11305 F:      drivers/scsi/vmw_pvscsi.h
11306
11307 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11308 M:      Liam Girdwood <lgirdwood@gmail.com>
11309 M:      Mark Brown <broonie@kernel.org>
11310 L:      linux-kernel@vger.kernel.org
11311 W:      http://www.slimlogic.co.uk/?p=48
11312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11313 S:      Supported
11314 F:      drivers/regulator/
11315 F:      include/linux/regulator/
11316
11317 VRF
11318 M:      David Ahern <dsa@cumulusnetworks.com>
11319 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11320 L:      netdev@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/net/vrf.c
11323 F:      Documentation/networking/vrf.txt
11324
11325 VT1211 HARDWARE MONITOR DRIVER
11326 M:      Juerg Haefliger <juergh@gmail.com>
11327 L:      lm-sensors@lm-sensors.org
11328 S:      Maintained
11329 F:      Documentation/hwmon/vt1211
11330 F:      drivers/hwmon/vt1211.c
11331
11332 VT8231 HARDWARE MONITOR DRIVER
11333 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11334 L:      lm-sensors@lm-sensors.org
11335 S:      Maintained
11336 F:      drivers/hwmon/vt8231.c
11337
11338 VUB300 USB to SDIO/SD/MMC bridge chip
11339 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11340 L:      linux-mmc@vger.kernel.org
11341 L:      linux-usb@vger.kernel.org
11342 S:      Supported
11343 F:      drivers/mmc/host/vub300.c
11344
11345 W1 DALLAS'S 1-WIRE BUS
11346 M:      Evgeniy Polyakov <zbr@ioremap.net>
11347 S:      Maintained
11348 F:      Documentation/w1/
11349 F:      drivers/w1/
11350
11351 W83791D HARDWARE MONITORING DRIVER
11352 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11353 L:      lm-sensors@lm-sensors.org
11354 S:      Maintained
11355 F:      Documentation/hwmon/w83791d
11356 F:      drivers/hwmon/w83791d.c
11357
11358 W83793 HARDWARE MONITORING DRIVER
11359 M:      Rudolf Marek <r.marek@assembler.cz>
11360 L:      lm-sensors@lm-sensors.org
11361 S:      Maintained
11362 F:      Documentation/hwmon/w83793
11363 F:      drivers/hwmon/w83793.c
11364
11365 W83795 HARDWARE MONITORING DRIVER
11366 M:      Jean Delvare <jdelvare@suse.com>
11367 L:      lm-sensors@lm-sensors.org
11368 S:      Maintained
11369 F:      drivers/hwmon/w83795.c
11370
11371 W83L51xD SD/MMC CARD INTERFACE DRIVER
11372 M:      Pierre Ossman <pierre@ossman.eu>
11373 S:      Maintained
11374 F:      drivers/mmc/host/wbsd.*
11375
11376 WACOM PROTOCOL 4 SERIAL TABLETS
11377 M:      Julian Squires <julian@cipht.net>
11378 M:      Hans de Goede <hdegoede@redhat.com>
11379 L:      linux-input@vger.kernel.org
11380 S:      Maintained
11381 F:      drivers/input/tablet/wacom_serial4.c
11382
11383 WATCHDOG DEVICE DRIVERS
11384 M:      Wim Van Sebroeck <wim@iguana.be>
11385 L:      linux-watchdog@vger.kernel.org
11386 W:      http://www.linux-watchdog.org/
11387 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11388 S:      Maintained
11389 F:      Documentation/watchdog/
11390 F:      drivers/watchdog/
11391 F:      include/linux/watchdog.h
11392 F:      include/uapi/linux/watchdog.h
11393
11394 WD7000 SCSI DRIVER
11395 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11396 L:      linux-scsi@vger.kernel.org
11397 S:      Maintained
11398 F:      drivers/scsi/wd7000.c
11399
11400 WIIMOTE HID DRIVER
11401 M:      David Herrmann <dh.herrmann@googlemail.com>
11402 L:      linux-input@vger.kernel.org
11403 S:      Maintained
11404 F:      drivers/hid/hid-wiimote*
11405
11406 WINBOND CIR DRIVER
11407 M:      David Härdeman <david@hardeman.nu>
11408 S:      Maintained
11409 F:      drivers/media/rc/winbond-cir.c
11410
11411 WIMAX STACK
11412 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11413 M:      linux-wimax@intel.com
11414 L:      wimax@linuxwimax.org (subscribers-only)
11415 S:      Supported
11416 W:      http://linuxwimax.org
11417 F:      Documentation/wimax/README.wimax
11418 F:      include/linux/wimax/debug.h
11419 F:      include/net/wimax.h
11420 F:      include/uapi/linux/wimax.h
11421 F:      net/wimax/
11422
11423 WISTRON LAPTOP BUTTON DRIVER
11424 M:      Miloslav Trmac <mitr@volny.cz>
11425 S:      Maintained
11426 F:      drivers/input/misc/wistron_btns.c
11427
11428 WL3501 WIRELESS PCMCIA CARD DRIVER
11429 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11430 L:      linux-wireless@vger.kernel.org
11431 W:      http://oops.ghostprotocols.net:81/blog
11432 S:      Maintained
11433 F:      drivers/net/wireless/wl3501*
11434
11435 WOLFSON MICROELECTRONICS DRIVERS
11436 L:      patches@opensource.wolfsonmicro.com
11437 T:      git https://github.com/CirrusLogic/linux-drivers.git
11438 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11439 S:      Supported
11440 F:      Documentation/hwmon/wm83??
11441 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11442 F:      drivers/clk/clk-wm83*.c
11443 F:      drivers/extcon/extcon-arizona.c
11444 F:      drivers/leds/leds-wm83*.c
11445 F:      drivers/gpio/gpio-*wm*.c
11446 F:      drivers/gpio/gpio-arizona.c
11447 F:      drivers/hwmon/wm83??-hwmon.c
11448 F:      drivers/input/misc/wm831x-on.c
11449 F:      drivers/input/touchscreen/wm831x-ts.c
11450 F:      drivers/input/touchscreen/wm97*.c
11451 F:      drivers/mfd/arizona*
11452 F:      drivers/mfd/wm*.c
11453 F:      drivers/power/wm83*.c
11454 F:      drivers/rtc/rtc-wm83*.c
11455 F:      drivers/regulator/wm8*.c
11456 F:      drivers/video/backlight/wm83*_bl.c
11457 F:      drivers/watchdog/wm83*_wdt.c
11458 F:      include/linux/mfd/arizona/
11459 F:      include/linux/mfd/wm831x/
11460 F:      include/linux/mfd/wm8350/
11461 F:      include/linux/mfd/wm8400*
11462 F:      include/linux/wm97xx.h
11463 F:      include/sound/wm????.h
11464 F:      sound/soc/codecs/arizona.?
11465 F:      sound/soc/codecs/wm*
11466
11467 WORKQUEUE
11468 M:      Tejun Heo <tj@kernel.org>
11469 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11471 S:      Maintained
11472 F:      include/linux/workqueue.h
11473 F:      kernel/workqueue.c
11474 F:      Documentation/workqueue.txt
11475
11476 X.25 NETWORK LAYER
11477 M:      Andrew Hendry <andrew.hendry@gmail.com>
11478 L:      linux-x25@vger.kernel.org
11479 S:      Odd Fixes
11480 F:      Documentation/networking/x25*
11481 F:      include/net/x25*
11482 F:      net/x25/
11483
11484 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11485 M:      Thomas Gleixner <tglx@linutronix.de>
11486 M:      Ingo Molnar <mingo@redhat.com>
11487 M:      "H. Peter Anvin" <hpa@zytor.com>
11488 M:      x86@kernel.org
11489 L:      linux-kernel@vger.kernel.org
11490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11491 S:      Maintained
11492 F:      Documentation/x86/
11493 F:      arch/x86/
11494
11495 X86 PLATFORM DRIVERS
11496 M:      Darren Hart <dvhart@infradead.org>
11497 L:      platform-driver-x86@vger.kernel.org
11498 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11499 S:      Maintained
11500 F:      drivers/platform/x86/
11501
11502 X86 MCE INFRASTRUCTURE
11503 M:      Tony Luck <tony.luck@intel.com>
11504 M:      Borislav Petkov <bp@alien8.de>
11505 L:      linux-edac@vger.kernel.org
11506 S:      Maintained
11507 F:      arch/x86/kernel/cpu/mcheck/*
11508
11509 X86 VDSO
11510 M:      Andy Lutomirski <luto@amacapital.net>
11511 L:      linux-kernel@vger.kernel.org
11512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11513 S:      Maintained
11514 F:      arch/x86/entry/vdso/
11515
11516 XC2028/3028 TUNER DRIVER
11517 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11518 L:      linux-media@vger.kernel.org
11519 W:      http://linuxtv.org
11520 T:      git git://linuxtv.org/media_tree.git
11521 S:      Maintained
11522 F:      drivers/media/tuners/tuner-xc2028.*
11523
11524 XEN HYPERVISOR INTERFACE
11525 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11526 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11527 M:      David Vrabel <david.vrabel@citrix.com>
11528 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11530 S:      Supported
11531 F:      arch/x86/xen/
11532 F:      drivers/*/xen-*front.c
11533 F:      drivers/xen/
11534 F:      arch/x86/include/asm/xen/
11535 F:      include/xen/
11536 F:      include/uapi/xen/
11537
11538 XEN HYPERVISOR ARM
11539 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11540 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11541 S:      Supported
11542 F:      arch/arm/xen/
11543 F:      arch/arm/include/asm/xen/
11544
11545 XEN HYPERVISOR ARM64
11546 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11547 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11548 S:      Supported
11549 F:      arch/arm64/xen/
11550 F:      arch/arm64/include/asm/xen/
11551
11552 XEN NETWORK BACKEND DRIVER
11553 M:      Ian Campbell <ian.campbell@citrix.com>
11554 M:      Wei Liu <wei.liu2@citrix.com>
11555 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11556 L:      netdev@vger.kernel.org
11557 S:      Supported
11558 F:      drivers/net/xen-netback/*
11559
11560 XEN PCI SUBSYSTEM
11561 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11562 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11563 S:      Supported
11564 F:      arch/x86/pci/*xen*
11565 F:      drivers/pci/*xen*
11566
11567 XEN BLOCK SUBSYSTEM
11568 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11569 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11570 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11571 S:      Supported
11572 F:      drivers/block/xen-blkback/*
11573 F:      drivers/block/xen*
11574
11575 XEN PVSCSI DRIVERS
11576 M:      Juergen Gross <jgross@suse.com>
11577 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11578 L:      linux-scsi@vger.kernel.org
11579 S:      Supported
11580 F:      drivers/scsi/xen-scsifront.c
11581 F:      drivers/xen/xen-scsiback.c
11582 F:      include/xen/interface/io/vscsiif.h
11583
11584 XEN SWIOTLB SUBSYSTEM
11585 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11586 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11587 S:      Supported
11588 F:      arch/x86/xen/*swiotlb*
11589 F:      drivers/xen/*swiotlb*
11590
11591 XFS FILESYSTEM
11592 P:      Silicon Graphics Inc
11593 M:      Dave Chinner <david@fromorbit.com>
11594 M:      xfs@oss.sgi.com
11595 L:      xfs@oss.sgi.com
11596 W:      http://oss.sgi.com/projects/xfs
11597 T:      git git://oss.sgi.com/xfs/xfs.git
11598 S:      Supported
11599 F:      Documentation/filesystems/xfs.txt
11600 F:      fs/xfs/
11601
11602 XILINX AXI ETHERNET DRIVER
11603 M:      Anirudha Sarangi <anirudh@xilinx.com>
11604 M:      John Linn <John.Linn@xilinx.com>
11605 S:      Maintained
11606 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11607
11608 XILINX UARTLITE SERIAL DRIVER
11609 M:      Peter Korsgaard <jacmet@sunsite.dk>
11610 L:      linux-serial@vger.kernel.org
11611 S:      Maintained
11612 F:      drivers/tty/serial/uartlite.c
11613
11614 XILINX VIDEO IP CORES
11615 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11616 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11617 L:      linux-media@vger.kernel.org
11618 T:      git git://linuxtv.org/media_tree.git
11619 S:      Supported
11620 F:      Documentation/devicetree/bindings/media/xilinx/
11621 F:      drivers/media/platform/xilinx/
11622 F:      include/uapi/linux/xilinx-v4l2-controls.h
11623
11624 XILLYBUS DRIVER
11625 M:      Eli Billauer <eli.billauer@gmail.com>
11626 L:      linux-kernel@vger.kernel.org
11627 S:      Supported
11628 F:      drivers/char/xillybus/
11629
11630 XTENSA XTFPGA PLATFORM SUPPORT
11631 M:      Max Filippov <jcmvbkbc@gmail.com>
11632 L:      linux-xtensa@linux-xtensa.org
11633 S:      Maintained
11634 F:      drivers/spi/spi-xtensa-xtfpga.c
11635 F:      sound/soc/xtensa/xtfpga-i2s.c
11636
11637 YAM DRIVER FOR AX.25
11638 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11639 L:      linux-hams@vger.kernel.org
11640 S:      Maintained
11641 F:      drivers/net/hamradio/yam*
11642 F:      include/linux/yam.h
11643
11644 YEALINK PHONE DRIVER
11645 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11646 L:      usbb2k-api-dev@nongnu.org
11647 S:      Maintained
11648 F:      Documentation/input/yealink.txt
11649 F:      drivers/input/misc/yealink.*
11650
11651 Z8530 DRIVER FOR AX.25
11652 M:      Joerg Reuter <jreuter@yaina.de>
11653 W:      http://yaina.de/jreuter/
11654 W:      http://www.qsl.net/dl1bke/
11655 L:      linux-hams@vger.kernel.org
11656 S:      Maintained
11657 F:      Documentation/networking/z8530drv.txt
11658 F:      drivers/net/hamradio/*scc.c
11659 F:      drivers/net/hamradio/z8530.h
11660
11661 ZBUD COMPRESSED PAGE ALLOCATOR
11662 M:      Seth Jennings <sjennings@variantweb.net>
11663 L:      linux-mm@kvack.org
11664 S:      Maintained
11665 F:      mm/zbud.c
11666 F:      include/linux/zbud.h
11667
11668 ZD1211RW WIRELESS DRIVER
11669 M:      Daniel Drake <dsd@gentoo.org>
11670 M:      Ulrich Kunitz <kune@deine-taler.de>
11671 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11672 L:      linux-wireless@vger.kernel.org
11673 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11674 S:      Maintained
11675 F:      drivers/net/wireless/zd1211rw/
11676
11677 ZPOOL COMPRESSED PAGE STORAGE API
11678 M:      Dan Streetman <ddstreet@ieee.org>
11679 L:      linux-mm@kvack.org
11680 S:      Maintained
11681 F:      mm/zpool.c
11682 F:      include/linux/zpool.h
11683
11684 ZR36067 VIDEO FOR LINUX DRIVER
11685 L:      mjpeg-users@lists.sourceforge.net
11686 L:      linux-media@vger.kernel.org
11687 W:      http://mjpeg.sourceforge.net/driver-zoran/
11688 T:      hg http://linuxtv.org/hg/v4l-dvb
11689 S:      Odd Fixes
11690 F:      drivers/media/pci/zoran/
11691
11692 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11693 M:      Minchan Kim <minchan@kernel.org>
11694 M:      Nitin Gupta <ngupta@vflare.org>
11695 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11696 L:      linux-kernel@vger.kernel.org
11697 S:      Maintained
11698 F:      drivers/block/zram/
11699 F:      Documentation/blockdev/zram.txt
11700
11701 ZS DECSTATION Z85C30 SERIAL DRIVER
11702 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11703 S:      Maintained
11704 F:      drivers/tty/serial/zs.*
11705
11706 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11707 M:      Minchan Kim <minchan@kernel.org>
11708 M:      Nitin Gupta <ngupta@vflare.org>
11709 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11710 L:      linux-mm@kvack.org
11711 S:      Maintained
11712 F:      mm/zsmalloc.c
11713 F:      include/linux/zsmalloc.h
11714 F:      Documentation/vm/zsmalloc.txt
11715
11716 ZSWAP COMPRESSED SWAP CACHING
11717 M:      Seth Jennings <sjennings@variantweb.net>
11718 L:      linux-mm@kvack.org
11719 S:      Maintained
11720 F:      mm/zswap.c
11721
11722 THE REST
11723 M:      Linus Torvalds <torvalds@linux-foundation.org>
11724 L:      linux-kernel@vger.kernel.org
11725 Q:      http://patchwork.kernel.org/project/LKML/list/
11726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11727 S:      Buried alive in reporters
11728 F:      *
11729 F:      */