]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge remote-tracking branch 'pm/linux-next'
[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 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      lm-sensors@lm-sensors.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      lm-sensors@lm-sensors.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      lm-sensors@lm-sensors.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
793 M:      Duc Dang <dhdang@apm.com>
794 S:      Supported
795 F:      arch/arm64/boot/dts/apm/
796
797 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
798 M:      Iyappan Subramanian <isubramanian@apm.com>
799 M:      Keyur Chudgar <kchudgar@apm.com>
800 S:      Supported
801 F:      drivers/net/ethernet/apm/xgene/
802 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
803
804 APTINA CAMERA SENSOR PLL
805 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
806 L:      linux-media@vger.kernel.org
807 S:      Maintained
808 F:      drivers/media/i2c/aptina-pll.*
809
810 ARC FRAMEBUFFER DRIVER
811 M:      Jaya Kumar <jayalk@intworks.biz>
812 S:      Maintained
813 F:      drivers/video/fbdev/arcfb.c
814 F:      drivers/video/fbdev/core/fb_defio.c
815
816 ARCNET NETWORK LAYER
817 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
818 L:      netdev@vger.kernel.org
819 S:      Maintained
820 F:      drivers/net/arcnet/
821 F:      include/uapi/linux/if_arcnet.h
822
823 ARM MFM AND FLOPPY DRIVERS
824 M:      Ian Molton <spyro@f2s.com>
825 S:      Maintained
826 F:      arch/arm/lib/floppydma.S
827 F:      arch/arm/include/asm/floppy.h
828
829 ARM PMU PROFILING AND DEBUGGING
830 M:      Will Deacon <will.deacon@arm.com>
831 R:      Mark Rutland <mark.rutland@arm.com>
832 S:      Maintained
833 F:      arch/arm*/kernel/perf_*
834 F:      arch/arm/oprofile/common.c
835 F:      arch/arm*/kernel/hw_breakpoint.c
836 F:      arch/arm*/include/asm/hw_breakpoint.h
837 F:      arch/arm*/include/asm/perf_event.h
838 F:      drivers/perf/arm_pmu.c
839 F:      include/linux/perf/arm_pmu.h
840
841 ARM PORT
842 M:      Russell King <linux@arm.linux.org.uk>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 W:      http://www.arm.linux.org.uk/
845 S:      Maintained
846 F:      arch/arm/
847
848 ARM SUB-ARCHITECTURES
849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850 S:      Maintained
851 F:      arch/arm/mach-*/
852 F:      arch/arm/plat-*/
853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
854
855 ARM PRIMECELL AACI PL041 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      sound/arm/aaci.*
859
860 ARM PRIMECELL CLCD PL110 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/video/fbdev/amba-clcd.*
864
865 ARM PRIMECELL KMI PL050 DRIVER
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/input/serio/ambakmi.*
869 F:      include/linux/amba/kmi.h
870
871 ARM PRIMECELL MMCI PL180/1 DRIVER
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/mmc/host/mmci.*
875 F:      include/linux/amba/mmci.h
876
877 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/tty/serial/amba-pl01*.c
881 F:      include/linux/amba/serial.h
882
883 ARM PRIMECELL BUS SUPPORT
884 M:      Russell King <linux@arm.linux.org.uk>
885 S:      Maintained
886 F:      drivers/amba/
887 F:      include/linux/amba/bus.h
888
889 ARM/ADS SPHERE MACHINE SUPPORT
890 M:      Lennert Buytenhek <kernel@wantstofly.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AFEB9260 MACHINE SUPPORT
895 M:      Sergey Lapin <slapin@ossfans.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/AJECO 1ARM MACHINE SUPPORT
900 M:      Lennert Buytenhek <kernel@wantstofly.org>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 S:      Maintained
903
904 ARM/Allwinner sunXi SoC support
905 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
906 M:      Chen-Yu Tsai <wens@csie.org>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S:      Maintained
909 N:      sun[x456789]i
910
911 ARM/Allwinner SoC Clock Support
912 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
913 S:      Maintained
914 F:      drivers/clk/sunxi/
915
916 ARM/Amlogic MesonX SoC support
917 M:      Carlo Caione <carlo@caione.org>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920 F:      drivers/media/rc/meson-ir.c
921 N:      meson[x68]
922
923 ARM/Annapurna Labs ALPINE ARCHITECTURE
924 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
925 S:      Maintained
926 F:      arch/arm/mach-alpine/
927
928 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
929 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
930 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
931 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933 W:      http://www.linux4sam.org
934 S:      Supported
935 F:      arch/arm/mach-at91/
936 F:      include/soc/at91/
937 F:      arch/arm/boot/dts/at91*.dts
938 F:      arch/arm/boot/dts/at91*.dtsi
939 F:      arch/arm/boot/dts/sama*.dts
940 F:      arch/arm/boot/dts/sama*.dtsi
941 F:      arch/arm/include/debug/at91.S
942
943 ARM/ATMEL AT91 Clock Support
944 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
945 S:      Maintained
946 F:      drivers/clk/at91
947
948 ARM/CALXEDA HIGHBANK ARCHITECTURE
949 M:      Rob Herring <robh@kernel.org>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952 F:      arch/arm/mach-highbank/
953
954 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
955 M:      Krzysztof Halasa <khalasa@piap.pl>
956 S:      Maintained
957 F:      arch/arm/mach-cns3xxx/
958
959 ARM/CAVIUM THUNDER NETWORK DRIVER
960 M:      Sunil Goutham <sgoutham@cavium.com>
961 M:      Robert Richter <rric@kernel.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Supported
964 F:      drivers/net/ethernet/cavium/thunder/
965
966 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
967 M:      Alexander Shiyan <shc_work@mail.ru>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Odd Fixes
970 N:      clps711x
971
972 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
973 M:      Hartley Sweeten <hsweeten@visionengravers.com>
974 M:      Ryan Mallon <rmallon@gmail.com>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977 F:      arch/arm/mach-ep93xx/
978 F:      arch/arm/mach-ep93xx/include/mach/
979
980 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
981 M:      Lennert Buytenhek <kernel@wantstofly.org>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984
985 ARM/CLKDEV SUPPORT
986 M:      Russell King <linux@arm.linux.org.uk>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989 F:      arch/arm/include/asm/clkdev.h
990 F:      drivers/clk/clkdev.c
991
992 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
993 M:      Mike Rapoport <mike@compulab.co.il>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996
997 ARM/CONTEC MICRO9 MACHINE SUPPORT
998 M:      Hubert Feurstein <hubert.feurstein@contec.at>
999 S:      Maintained
1000 F:      arch/arm/mach-ep93xx/micro9.c
1001
1002 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1003 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      drivers/hwtracing/coresight/*
1007 F:      Documentation/trace/coresight.txt
1008 F:      Documentation/devicetree/bindings/arm/coresight.txt
1009 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1010
1011 ARM/CORGI MACHINE SUPPORT
1012 M:      Richard Purdie <rpurdie@rpsys.net>
1013 S:      Maintained
1014
1015 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1016 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 T:      git git://github.com/ulli-kroll/linux.git
1019 S:      Maintained
1020 F:      arch/arm/mach-gemini/
1021 F:      drivers/rtc/rtc-gemini.c
1022
1023 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1024 M:      Barry Song <baohua@kernel.org>
1025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1027 S:      Maintained
1028 F:      arch/arm/mach-prima2/
1029 F:      drivers/clk/sirf/
1030 F:      drivers/clocksource/timer-prima2.c
1031 F:      drivers/clocksource/timer-atlas7.c
1032 N:      [^a-z]sirf
1033
1034 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1035 M:      Baruch Siach <baruch@tkos.co.il>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/boot/dts/cx92755*
1039 N:      digicolor
1040
1041 ARM/EBSA110 MACHINE SUPPORT
1042 M:      Russell King <linux@arm.linux.org.uk>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 W:      http://www.arm.linux.org.uk/
1045 S:      Maintained
1046 F:      arch/arm/mach-ebsa110/
1047 F:      drivers/net/ethernet/amd/am79c961a.*
1048
1049 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1050 M:      Uwe Kleine-König <kernel@pengutronix.de>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 N:      efm32
1054
1055 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1056 M:      Daniel Ribeiro <drwyrm@gmail.com>
1057 M:      Stefan Schmidt <stefan@openezx.org>
1058 M:      Harald Welte <laforge@openezx.org>
1059 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1060 W:      http://www.openezx.org/
1061 S:      Maintained
1062 T:      topgit git://git.openezx.org/openezx.git
1063 F:      arch/arm/mach-pxa/ezx.c
1064
1065 ARM/FARADAY FA526 PORT
1066 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 T:      git git://git.berlios.de/gemini-board
1070 F:      arch/arm/mm/*-fa*
1071
1072 ARM/FOOTBRIDGE ARCHITECTURE
1073 M:      Russell King <linux@arm.linux.org.uk>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 W:      http://www.arm.linux.org.uk/
1076 S:      Maintained
1077 F:      arch/arm/include/asm/hardware/dec21285.h
1078 F:      arch/arm/mach-footbridge/
1079
1080 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1081 M:      Shawn Guo <shawnguo@kernel.org>
1082 M:      Sascha Hauer <kernel@pengutronix.de>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/
1087 F:      arch/arm/mach-mxs/
1088 F:      arch/arm/boot/dts/imx*
1089 F:      arch/arm/configs/imx*_defconfig
1090 F:      drivers/clk/imx/
1091 F:      include/soc/imx/
1092
1093 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1094 M:      Shawn Guo <shawnguo@kernel.org>
1095 M:      Sascha Hauer <kernel@pengutronix.de>
1096 R:      Stefan Agner <stefan@agner.ch>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1100 F:      arch/arm/mach-imx/*vf610*
1101 F:      arch/arm/boot/dts/vf*
1102
1103 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1104 M:      Lennert Buytenhek <kernel@wantstofly.org>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/GUMSTIX MACHINE SUPPORT
1109 M:      Steve Sakoman <sakoman@gmail.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112
1113 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1114 M:      Philipp Zabel <philipp.zabel@gmail.com>
1115 M:      Paul Parsons <lost.distance@yahoo.com>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-pxa/hx4700.c
1119 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1120 F:      sound/soc/pxa/hx4700.c
1121
1122 ARM/HISILICON SOC SUPPORT
1123 M:      Wei Xu <xuwei5@hisilicon.com>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 W:      http://www.hisilicon.com
1126 S:      Supported
1127 T:      git git://github.com/hisilicon/linux-hisi.git
1128 F:      arch/arm/mach-hisi/
1129
1130 ARM/HP JORNADA 7XX MACHINE SUPPORT
1131 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1132 W:      www.jlime.com
1133 S:      Maintained
1134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1135 F:      arch/arm/mach-sa1100/jornada720.c
1136 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1137
1138 ARM/IGEP MACHINE SUPPORT
1139 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1140 M:      Javier Martinez Canillas <javier@dowhile0.org>
1141 L:      linux-omap@vger.kernel.org
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144 F:      arch/arm/boot/dts/omap3-igep*
1145
1146 ARM/INCOME PXA270 SUPPORT
1147 M:      Marek Vasut <marek.vasut@gmail.com>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1151
1152 ARM/INTEL IOP32X ARM ARCHITECTURE
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IOP33X ARM ARCHITECTURE
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Orphan
1160
1161 ARM/INTEL IOP13XX ARM ARCHITECTURE
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IQ81342EX MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXDP2850 MACHINE SUPPORT
1172 M:      Lennert Buytenhek <kernel@wantstofly.org>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175
1176 ARM/INTEL IXP4XX ARM ARCHITECTURE
1177 M:      Imre Kaloz <kaloz@openwrt.org>
1178 M:      Krzysztof Halasa <khalasa@piap.pl>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 F:      arch/arm/mach-ixp4xx/
1182
1183 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1184 M:      Jonathan Cameron <jic23@cam.ac.uk>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187 F:      arch/arm/mach-pxa/stargate2.c
1188 F:      drivers/pcmcia/pxa2xx_stargate2.c
1189
1190 ARM/INTEL XSC3 (MANZANO) ARM CORE
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1196 M:      Lennert Buytenhek <kernel@wantstofly.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199
1200 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1201 M:      Santosh Shilimkar <ssantosh@kernel.org>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204 F:      arch/arm/mach-keystone/
1205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1206
1207 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1208 M:      Santosh Shilimkar <ssantosh@kernel.org>
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/clk/keystone/
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 L:      linux-kernel@vger.kernel.org
1217 S:      Maintained
1218 F:      drivers/clocksource/timer-keystone.c
1219
1220 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1221 M:      Santosh Shilimkar <ssantosh@kernel.org>
1222 L:      linux-kernel@vger.kernel.org
1223 S:      Maintained
1224 F:      drivers/power/reset/keystone-reset.c
1225
1226 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1227 M:      Santosh Shilimkar <ssantosh@kernel.org>
1228 L:      linux-kernel@vger.kernel.org
1229 S:      Maintained
1230 F:      drivers/memory/*emif*
1231
1232 ARM/LOGICPD PXA270 MACHINE SUPPORT
1233 M:      Lennert Buytenhek <kernel@wantstofly.org>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236
1237 ARM/LPC18XX ARCHITECTURE
1238 M:      Joachim Eastwood <manabian@gmail.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 F:      arch/arm/boot/dts/lpc43*
1242 F:      drivers/clk/nxp/clk-lpc18xx*
1243 F:      drivers/clocksource/time-lpc32xx.c
1244 F:      drivers/i2c/busses/i2c-lpc2k.c
1245 F:      drivers/memory/pl172.c
1246 F:      drivers/mtd/spi-nor/nxp-spifi.c
1247 F:      drivers/rtc/rtc-lpc24xx.c
1248 N:      lpc18xx
1249
1250 ARM/MAGICIAN MACHINE SUPPORT
1251 M:      Philipp Zabel <philipp.zabel@gmail.com>
1252 S:      Maintained
1253
1254 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Gregory Clement <gregory.clement@free-electrons.com>
1258 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-mvebu/
1262 F:      drivers/rtc/rtc-armada38x.c
1263 F:      arch/arm/boot/dts/armada*
1264 F:      arch/arm/boot/dts/kirkwood*
1265
1266
1267 ARM/Marvell Berlin SoC support
1268 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 S:      Maintained
1271 F:      arch/arm/mach-berlin/
1272 F:      arch/arm/boot/dts/berlin*
1273
1274
1275 ARM/Marvell Dove/MV78xx0/Orion SOC support
1276 M:      Jason Cooper <jason@lakedaemon.net>
1277 M:      Andrew Lunn <andrew@lunn.ch>
1278 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1279 M:      Gregory Clement <gregory.clement@free-electrons.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S:      Maintained
1282 F:      arch/arm/mach-dove/
1283 F:      arch/arm/mach-mv78xx0/
1284 F:      arch/arm/mach-orion5x/
1285 F:      arch/arm/plat-orion/
1286 F:      arch/arm/boot/dts/dove*
1287 F:      arch/arm/boot/dts/orion5x*
1288
1289
1290 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1291 M:      Alexander Clouter <alex@digriz.org.uk>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 W:      http://www.digriz.org.uk/ts78xx/kernel
1294 S:      Maintained
1295 F:      arch/arm/mach-orion5x/ts78xx-*
1296
1297 ARM/Mediatek RTC DRIVER
1298 M:      Eddie Huang <eddie.huang@mediatek.com>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302 F:      drivers/rtc/rtc-mt6397.c
1303
1304 ARM/Mediatek SoC support
1305 M:      Matthias Brugger <matthias.bgg@gmail.com>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1308 S:      Maintained
1309 F:      arch/arm/boot/dts/mt6*
1310 F:      arch/arm/boot/dts/mt8*
1311 F:      arch/arm/mach-mediatek/
1312 N:      mtk
1313 K:      mediatek
1314
1315 ARM/MICREL KS8695 ARCHITECTURE
1316 M:      Greg Ungerer <gerg@uclinux.org>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 F:      arch/arm/mach-ks8695/
1319 S:      Odd Fixes
1320
1321 ARM/MIOA701 MACHINE SUPPORT
1322 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 F:      arch/arm/mach-pxa/mioa701.c
1325 S:      Maintained
1326
1327 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1328 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1329 S:      Maintained
1330
1331 ARM/NOMADIK ARCHITECTURE
1332 M:      Alessandro Rubini <rubini@unipv.it>
1333 M:      Linus Walleij <linus.walleij@linaro.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S:      Maintained
1336 F:      arch/arm/mach-nomadik/
1337 F:      drivers/pinctrl/nomadik/
1338 F:      drivers/i2c/busses/i2c-nomadik.c
1339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1340
1341 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1342 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1343 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1344 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1345 S:      Supported
1346
1347 ARM/TOSA MACHINE SUPPORT
1348 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1349 M:      Dirk Opfer <dirk@opfer-online.de>
1350 S:      Maintained
1351
1352 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1353 M:      Marek Vasut <marek.vasut@gmail.com>
1354 L:      linux-arm-kernel@lists.infradead.org
1355 W:      http://hackndev.com
1356 S:      Maintained
1357 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1358 F:      arch/arm/mach-pxa/palmtx.c
1359 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1360 F:      arch/arm/mach-pxa/palmt5.c
1361 F:      arch/arm/mach-pxa/include/mach/palmld.h
1362 F:      arch/arm/mach-pxa/palmld.c
1363 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1364 F:      arch/arm/mach-pxa/palmte2.c
1365 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1366 F:      arch/arm/mach-pxa/palmtc.c
1367
1368 ARM/PALM TREO SUPPORT
1369 M:      Tomas Cech <sleep_walker@suse.com>
1370 L:      linux-arm-kernel@lists.infradead.org
1371 W:      http://hackndev.com
1372 S:      Maintained
1373 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1374 F:      arch/arm/mach-pxa/palmtreo.c
1375
1376 ARM/PALMZ72 SUPPORT
1377 M:      Sergey Lapin <slapin@ossfans.org>
1378 L:      linux-arm-kernel@lists.infradead.org
1379 W:      http://hackndev.com
1380 S:      Maintained
1381 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1382 F:      arch/arm/mach-pxa/palmz72.c
1383
1384 ARM/PLEB SUPPORT
1385 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1386 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1387 S:      Maintained
1388
1389 ARM/PT DIGITAL BOARD PORT
1390 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 W:      http://www.arm.linux.org.uk/
1393 S:      Maintained
1394
1395 ARM/QUALCOMM SUPPORT
1396 M:      Kumar Gala <galak@codeaurora.org>
1397 M:      Andy Gross <agross@codeaurora.org>
1398 M:      David Brown <davidb@codeaurora.org>
1399 L:      linux-arm-msm@vger.kernel.org
1400 L:      linux-soc@vger.kernel.org
1401 S:      Maintained
1402 F:      arch/arm/mach-qcom/
1403 F:      drivers/soc/qcom/
1404 F:      drivers/tty/serial/msm_serial.h
1405 F:      drivers/tty/serial/msm_serial.c
1406 F:      drivers/*/pm8???-*
1407 F:      drivers/mfd/ssbi.c
1408 F:      drivers/firmware/qcom_scm.c
1409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1410
1411 ARM/RADISYS ENP2611 MACHINE SUPPORT
1412 M:      Lennert Buytenhek <kernel@wantstofly.org>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S:      Maintained
1415
1416 ARM/RISCPC ARCHITECTURE
1417 M:      Russell King <linux@arm.linux.org.uk>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 W:      http://www.arm.linux.org.uk/
1420 S:      Maintained
1421 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1422 F:      arch/arm/include/asm/hardware/ioc.h
1423 F:      arch/arm/include/asm/hardware/iomd.h
1424 F:      arch/arm/include/asm/hardware/memc.h
1425 F:      arch/arm/mach-rpc/
1426 F:      drivers/net/ethernet/8390/etherh.c
1427 F:      drivers/net/ethernet/i825xx/ether1*
1428 F:      drivers/net/ethernet/seeq/ether3*
1429 F:      drivers/scsi/arm/
1430
1431 ARM/Rockchip SoC support
1432 M:      Heiko Stuebner <heiko@sntech.de>
1433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 L:      linux-rockchip@lists.infradead.org
1435 S:      Maintained
1436 F:      arch/arm/boot/dts/rk3*
1437 F:      arch/arm/mach-rockchip/
1438 F:      drivers/clk/rockchip/
1439 F:      drivers/i2c/busses/i2c-rk3x.c
1440 F:      drivers/*/*rockchip*
1441 F:      drivers/*/*/*rockchip*
1442 F:      sound/soc/rockchip/
1443 N:      rockchip
1444
1445 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1446 M:      Kukjin Kim <kgene@kernel.org>
1447 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1450 S:      Maintained
1451 F:      arch/arm/boot/dts/s3c*
1452 F:      arch/arm/boot/dts/exynos*
1453 F:      arch/arm64/boot/dts/exynos/
1454 F:      arch/arm/plat-samsung/
1455 F:      arch/arm/mach-s3c24*/
1456 F:      arch/arm/mach-s3c64xx/
1457 F:      arch/arm/mach-s5p*/
1458 F:      arch/arm/mach-exynos*/
1459 F:      drivers/*/*s3c2410*
1460 F:      drivers/*/*/*s3c2410*
1461 F:      drivers/spi/spi-s3c*
1462 F:      drivers/soc/samsung/*
1463 F:      sound/soc/samsung/*
1464 F:      Documentation/arm/Samsung/
1465 F:      Documentation/devicetree/bindings/arm/samsung/
1466 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1467 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1468 N:      exynos
1469
1470 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1471 M:      Kyungmin Park <kyungmin.park@samsung.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 S:      Maintained
1474 F:      arch/arm/mach-s5pv210/
1475
1476 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1477 M:      Kyungmin Park <kyungmin.park@samsung.com>
1478 M:      Kamil Debski <k.debski@samsung.com>
1479 L:      linux-arm-kernel@lists.infradead.org
1480 L:      linux-media@vger.kernel.org
1481 S:      Maintained
1482 F:      drivers/media/platform/s5p-g2d/
1483
1484 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1485 M:      Kyungmin Park <kyungmin.park@samsung.com>
1486 M:      Kamil Debski <k.debski@samsung.com>
1487 M:      Jeongtae Park <jtp.park@samsung.com>
1488 L:      linux-arm-kernel@lists.infradead.org
1489 L:      linux-media@vger.kernel.org
1490 S:      Maintained
1491 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1492 F:      drivers/media/platform/s5p-mfc/
1493
1494 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1495 M:      Kyungmin Park <kyungmin.park@samsung.com>
1496 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1497 L:      linux-arm-kernel@lists.infradead.org
1498 L:      linux-media@vger.kernel.org
1499 S:      Maintained
1500 F:      drivers/media/platform/s5p-tv/
1501
1502 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1503 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1504 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1505 L:      linux-arm-kernel@lists.infradead.org
1506 L:      linux-media@vger.kernel.org
1507 S:      Maintained
1508 F:      drivers/media/platform/s5p-jpeg/
1509
1510 ARM/SHMOBILE ARM ARCHITECTURE
1511 M:      Simon Horman <horms@verge.net.au>
1512 M:      Magnus Damm <magnus.damm@gmail.com>
1513 L:      linux-sh@vger.kernel.org
1514 W:      http://oss.renesas.com
1515 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1517 S:      Supported
1518 F:      arch/arm/boot/dts/emev2*
1519 F:      arch/arm/boot/dts/r7s*
1520 F:      arch/arm/boot/dts/r8a*
1521 F:      arch/arm/boot/dts/sh*
1522 F:      arch/arm/configs/shmobile_defconfig
1523 F:      arch/arm/include/debug/renesas-scif.S
1524 F:      arch/arm/mach-shmobile/
1525 F:      drivers/sh/
1526
1527 ARM/SOCFPGA ARCHITECTURE
1528 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1529 S:      Maintained
1530 F:      arch/arm/mach-socfpga/
1531 F:      arch/arm/boot/dts/socfpga*
1532 F:      arch/arm/configs/socfpga_defconfig
1533 W:      http://www.rocketboards.org
1534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1535
1536 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1537 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1538 S:      Maintained
1539 F:      drivers/clk/socfpga/
1540
1541 ARM/SOCFPGA EDAC SUPPORT
1542 M:      Thor Thayer <tthayer@opensource.altera.com>
1543 S:      Maintained
1544 F:      drivers/edac/altera_edac.
1545
1546 ARM/STI ARCHITECTURE
1547 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1548 M:      Maxime Coquelin <maxime.coquelin@st.com>
1549 M:      Patrice Chotard <patrice.chotard@st.com>
1550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 L:      kernel@stlinux.com
1552 W:      http://www.stlinux.com
1553 S:      Maintained
1554 F:      arch/arm/mach-sti/
1555 F:      arch/arm/boot/dts/sti*
1556 F:      drivers/char/hw_random/st-rng.c
1557 F:      drivers/clocksource/arm_global_timer.c
1558 F:      drivers/clocksource/clksrc_st_lpc.c
1559 F:      drivers/i2c/busses/i2c-st.c
1560 F:      drivers/media/rc/st_rc.c
1561 F:      drivers/media/platform/sti/c8sectpfe/
1562 F:      drivers/mmc/host/sdhci-st.c
1563 F:      drivers/phy/phy-miphy28lp.c
1564 F:      drivers/phy/phy-miphy365x.c
1565 F:      drivers/phy/phy-stih407-usb.c
1566 F:      drivers/phy/phy-stih41x-usb.c
1567 F:      drivers/pinctrl/pinctrl-st.c
1568 F:      drivers/reset/sti/
1569 F:      drivers/rtc/rtc-st-lpc.c
1570 F:      drivers/tty/serial/st-asc.c
1571 F:      drivers/usb/dwc3/dwc3-st.c
1572 F:      drivers/usb/host/ehci-st.c
1573 F:      drivers/usb/host/ohci-st.c
1574 F:      drivers/watchdog/st_lpc_wdt.c
1575 F:      drivers/ata/ahci_st.c
1576
1577 ARM/STM32 ARCHITECTURE
1578 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1582 N:      stm32
1583 F:      drivers/clocksource/armv7m_systick.c
1584
1585 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1586 M:      Lennert Buytenhek <kernel@wantstofly.org>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 S:      Maintained
1589
1590 ARM/TETON BGA MACHINE SUPPORT
1591 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S:      Maintained
1594
1595 ARM/THECUS N2100 MACHINE SUPPORT
1596 M:      Lennert Buytenhek <kernel@wantstofly.org>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599
1600 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1601 M:      Wan ZongShun <mcuos.com@gmail.com>
1602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 W:      http://www.mcuos.com
1604 S:      Maintained
1605 F:      arch/arm/mach-w90x900/
1606 F:      drivers/input/keyboard/w90p910_keypad.c
1607 F:      drivers/input/touchscreen/w90p910_ts.c
1608 F:      drivers/watchdog/nuc900_wdt.c
1609 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1610 F:      drivers/mtd/nand/nuc900_nand.c
1611 F:      drivers/rtc/rtc-nuc900.c
1612 F:      drivers/spi/spi-nuc900.c
1613 F:      drivers/usb/host/ehci-w90x900.c
1614 F:      drivers/video/fbdev/nuc900fb.c
1615
1616 ARM/U300 MACHINE SUPPORT
1617 M:      Linus Walleij <linus.walleij@linaro.org>
1618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 S:      Supported
1620 F:      arch/arm/mach-u300/
1621 F:      drivers/clocksource/timer-u300.c
1622 F:      drivers/i2c/busses/i2c-stu300.c
1623 F:      drivers/rtc/rtc-coh901331.c
1624 F:      drivers/watchdog/coh901327_wdt.c
1625 F:      drivers/dma/coh901318*
1626 F:      drivers/mfd/ab3100*
1627 F:      drivers/rtc/rtc-ab3100.c
1628 F:      drivers/rtc/rtc-coh901331.c
1629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1630
1631 ARM/UNIPHIER ARCHITECTURE
1632 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 S:      Maintained
1635 F:      arch/arm/boot/dts/uniphier*
1636 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1637 F:      arch/arm/mach-uniphier/
1638 F:      arch/arm/mm/cache-uniphier.c
1639 F:      drivers/i2c/busses/i2c-uniphier*
1640 F:      drivers/pinctrl/uniphier/
1641 F:      drivers/tty/serial/8250/8250_uniphier.c
1642 N:      uniphier
1643
1644 ARM/Ux500 ARM ARCHITECTURE
1645 M:      Linus Walleij <linus.walleij@linaro.org>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 S:      Maintained
1648 F:      arch/arm/mach-ux500/
1649 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1650 F:      drivers/dma/ste_dma40*
1651 F:      drivers/hwspinlock/u8500_hsem.c
1652 F:      drivers/mfd/abx500*
1653 F:      drivers/mfd/ab8500*
1654 F:      drivers/mfd/dbx500*
1655 F:      drivers/mfd/db8500*
1656 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1657 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1658 F:      drivers/rtc/rtc-ab8500.c
1659 F:      drivers/rtc/rtc-pl031.c
1660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1661
1662 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1663 M:      Ulf Hansson <ulf.hansson@linaro.org>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 T:      git git://git.linaro.org/people/ulfh/clk.git
1666 S:      Maintained
1667 F:      drivers/clk/ux500/
1668 F:      include/linux/platform_data/clk-ux500.h
1669
1670 ARM/VERSATILE EXPRESS PLATFORM
1671 M:      Liviu Dudau <liviu.dudau@arm.com>
1672 M:      Sudeep Holla <sudeep.holla@arm.com>
1673 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/boot/dts/vexpress*
1677 F:      arch/arm64/boot/dts/arm/vexpress*
1678 F:      arch/arm/mach-vexpress/
1679 F:      */*/vexpress*
1680 F:      */*/*/vexpress*
1681 F:      drivers/clk/versatile/clk-vexpress-osc.c
1682 F:      drivers/clocksource/versatile.c
1683
1684 ARM/VFP SUPPORT
1685 M:      Russell King <linux@arm.linux.org.uk>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 W:      http://www.arm.linux.org.uk/
1688 S:      Maintained
1689 F:      arch/arm/vfp/
1690
1691 ARM/VOIPAC PXA270 SUPPORT
1692 M:      Marek Vasut <marek.vasut@gmail.com>
1693 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1694 S:      Maintained
1695 F:      arch/arm/mach-pxa/vpac270.c
1696 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1697
1698 ARM/VT8500 ARM ARCHITECTURE
1699 M:      Tony Prisk <linux@prisktech.co.nz>
1700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 S:      Maintained
1702 F:      arch/arm/mach-vt8500/
1703 F:      drivers/clocksource/vt8500_timer.c
1704 F:      drivers/i2c/busses/i2c-wmt.c
1705 F:      drivers/mmc/host/wmt-sdmmc.c
1706 F:      drivers/pwm/pwm-vt8500.c
1707 F:      drivers/rtc/rtc-vt8500.c
1708 F:      drivers/tty/serial/vt8500_serial.c
1709 F:      drivers/usb/host/ehci-platform.c
1710 F:      drivers/usb/host/uhci-platform.c
1711 F:      drivers/video/fbdev/vt8500lcdfb.*
1712 F:      drivers/video/fbdev/wm8505fb*
1713 F:      drivers/video/fbdev/wmt_ge_rops.*
1714
1715 ARM/ZIPIT Z2 SUPPORT
1716 M:      Marek Vasut <marek.vasut@gmail.com>
1717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 S:      Maintained
1719 F:      arch/arm/mach-pxa/z2.c
1720 F:      arch/arm/mach-pxa/include/mach/z2.h
1721
1722 ARM/ZTE ARCHITECTURE
1723 M:      Jun Nie <jun.nie@linaro.org>
1724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1725 S:      Maintained
1726 F:      arch/arm/mach-zx/
1727 F:      drivers/clk/zte/
1728 F:      Documentation/devicetree/bindings/arm/zte.txt
1729 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1730
1731 ARM/ZYNQ ARCHITECTURE
1732 M:      Michal Simek <michal.simek@xilinx.com>
1733 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1734 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1735 W:      http://wiki.xilinx.com
1736 T:      git https://github.com/Xilinx/linux-xlnx.git
1737 S:      Supported
1738 F:      arch/arm/mach-zynq/
1739 F:      drivers/cpuidle/cpuidle-zynq.c
1740 F:      drivers/block/xsysace.c
1741 N:      zynq
1742 N:      xilinx
1743 F:      drivers/clocksource/cadence_ttc_timer.c
1744 F:      drivers/i2c/busses/i2c-cadence.c
1745 F:      drivers/mmc/host/sdhci-of-arasan.c
1746 F:      drivers/edac/synopsys_edac.c
1747
1748 ARM SMMU DRIVERS
1749 M:      Will Deacon <will.deacon@arm.com>
1750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1751 S:      Maintained
1752 F:      drivers/iommu/arm-smmu.c
1753 F:      drivers/iommu/arm-smmu-v3.c
1754 F:      drivers/iommu/io-pgtable-arm.c
1755
1756 ARM64 PORT (AARCH64 ARCHITECTURE)
1757 M:      Catalin Marinas <catalin.marinas@arm.com>
1758 M:      Will Deacon <will.deacon@arm.com>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S:      Maintained
1761 F:      arch/arm64/
1762 F:      Documentation/arm64/
1763
1764 AS3645A LED FLASH CONTROLLER DRIVER
1765 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1766 L:      linux-media@vger.kernel.org
1767 T:      git git://linuxtv.org/media_tree.git
1768 S:      Maintained
1769 F:      drivers/media/i2c/as3645a.c
1770 F:      include/media/as3645a.h
1771
1772 ASC7621 HARDWARE MONITOR DRIVER
1773 M:      George Joseph <george.joseph@fairview5.com>
1774 L:      lm-sensors@lm-sensors.org
1775 S:      Maintained
1776 F:      Documentation/hwmon/asc7621
1777 F:      drivers/hwmon/asc7621.c
1778
1779 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1780 M:      Corentin Chary <corentin.chary@gmail.com>
1781 L:      acpi4asus-user@lists.sourceforge.net
1782 L:      platform-driver-x86@vger.kernel.org
1783 W:      http://acpi4asus.sf.net
1784 S:      Maintained
1785 F:      drivers/platform/x86/asus*.c
1786 F:      drivers/platform/x86/eeepc*.c
1787
1788 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1789 R:      Dan Williams <dan.j.williams@intel.com>
1790 W:      http://sourceforge.net/projects/xscaleiop
1791 S:      Odd fixes
1792 F:      Documentation/crypto/async-tx-api.txt
1793 F:      crypto/async_tx/
1794 F:      drivers/dma/
1795 F:      include/linux/dmaengine.h
1796 F:      include/linux/async_tx.h
1797
1798 AT24 EEPROM DRIVER
1799 M:      Wolfram Sang <wsa@the-dreams.de>
1800 L:      linux-i2c@vger.kernel.org
1801 S:      Maintained
1802 F:      drivers/misc/eeprom/at24.c
1803 F:      include/linux/platform_data/at24.h
1804
1805 ATA OVER ETHERNET (AOE) DRIVER
1806 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1807 W:      http://www.openaoe.org/
1808 S:      Supported
1809 F:      Documentation/aoe/
1810 F:      drivers/block/aoe/
1811
1812 ATHEROS 71XX/9XXX GPIO DRIVER
1813 M:      Alban Bedel <albeu@free.fr>
1814 W:      https://github.com/AlbanBedel/linux
1815 T:      git git://github.com/AlbanBedel/linux
1816 S:      Maintained
1817 F:      drivers/gpio/gpio-ath79.c
1818 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1819
1820 ATHEROS ATH GENERIC UTILITIES
1821 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1822 L:      linux-wireless@vger.kernel.org
1823 S:      Supported
1824 F:      drivers/net/wireless/ath/*
1825
1826 ATHEROS ATH5K WIRELESS DRIVER
1827 M:      Jiri Slaby <jirislaby@gmail.com>
1828 M:      Nick Kossifidis <mickflemm@gmail.com>
1829 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1830 L:      linux-wireless@vger.kernel.org
1831 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1832 S:      Maintained
1833 F:      drivers/net/wireless/ath/ath5k/
1834
1835 ATHEROS ATH6KL WIRELESS DRIVER
1836 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1837 L:      linux-wireless@vger.kernel.org
1838 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1839 T:      git git://github.com/kvalo/ath.git
1840 S:      Supported
1841 F:      drivers/net/wireless/ath/ath6kl/
1842
1843 WILOCITY WIL6210 WIRELESS DRIVER
1844 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1845 L:      linux-wireless@vger.kernel.org
1846 L:      wil6210@qca.qualcomm.com
1847 S:      Supported
1848 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1849 F:      drivers/net/wireless/ath/wil6210/
1850 F:      include/uapi/linux/wil6210_uapi.h
1851
1852 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1853 M:      Christian Lamparter <chunkeey@googlemail.com>
1854 L:      linux-wireless@vger.kernel.org
1855 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1856 S:      Maintained
1857 F:      drivers/net/wireless/ath/carl9170/
1858
1859 ATK0110 HWMON DRIVER
1860 M:      Luca Tettamanti <kronos.it@gmail.com>
1861 L:      lm-sensors@lm-sensors.org
1862 S:      Maintained
1863 F:      drivers/hwmon/asus_atk0110.c
1864
1865 ATI_REMOTE2 DRIVER
1866 M:      Ville Syrjala <syrjala@sci.fi>
1867 S:      Maintained
1868 F:      drivers/input/misc/ati_remote2.c
1869
1870 ATLX ETHERNET DRIVERS
1871 M:      Jay Cliburn <jcliburn@gmail.com>
1872 M:      Chris Snook <chris.snook@gmail.com>
1873 L:      netdev@vger.kernel.org
1874 W:      http://sourceforge.net/projects/atl1
1875 W:      http://atl1.sourceforge.net
1876 S:      Maintained
1877 F:      drivers/net/ethernet/atheros/
1878
1879 ATM
1880 M:      Chas Williams <3chas3@gmail.com>
1881 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1882 L:      netdev@vger.kernel.org
1883 W:      http://linux-atm.sourceforge.net
1884 S:      Maintained
1885 F:      drivers/atm/
1886 F:      include/linux/atm*
1887 F:      include/uapi/linux/atm*
1888
1889 ATMEL AT91 / AT32 MCI DRIVER
1890 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1891 S:      Maintained
1892 F:      drivers/mmc/host/atmel-mci.c
1893 F:      drivers/mmc/host/atmel-mci-regs.h
1894
1895 ATMEL AT91 / AT32 SERIAL DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 S:      Supported
1898 F:      drivers/tty/serial/atmel_serial.c
1899
1900 ATMEL Audio ALSA driver
1901 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1902 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1903 S:      Supported
1904 F:      sound/soc/atmel
1905
1906 ATMEL DMA DRIVER
1907 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S:      Supported
1910 F:      drivers/dma/at_hdmac.c
1911 F:      drivers/dma/at_hdmac_regs.h
1912 F:      include/linux/platform_data/dma-atmel.h
1913
1914 ATMEL XDMA DRIVER
1915 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1916 L:      linux-arm-kernel@lists.infradead.org
1917 L:      dmaengine@vger.kernel.org
1918 S:      Supported
1919 F:      drivers/dma/at_xdmac.c
1920
1921 ATMEL I2C DRIVER
1922 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1923 L:      linux-i2c@vger.kernel.org
1924 S:      Supported
1925 F:      drivers/i2c/busses/i2c-at91.c
1926
1927 ATMEL ISI DRIVER
1928 M:      Josh Wu <josh.wu@atmel.com>
1929 L:      linux-media@vger.kernel.org
1930 S:      Supported
1931 F:      drivers/media/platform/soc_camera/atmel-isi.c
1932 F:      include/media/atmel-isi.h
1933
1934 ATMEL LCDFB DRIVER
1935 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1936 L:      linux-fbdev@vger.kernel.org
1937 S:      Maintained
1938 F:      drivers/video/fbdev/atmel_lcdfb.c
1939 F:      include/video/atmel_lcdc.h
1940
1941 ATMEL MACB ETHERNET DRIVER
1942 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1943 S:      Supported
1944 F:      drivers/net/ethernet/cadence/
1945
1946 ATMEL NAND DRIVER
1947 M:      Josh Wu <josh.wu@atmel.com>
1948 L:      linux-mtd@lists.infradead.org
1949 S:      Supported
1950 F:      drivers/mtd/nand/atmel_nand*
1951
1952 ATMEL SDMMC DRIVER
1953 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1954 L:      linux-mmc@vger.kernel.org
1955 S:      Supported
1956 F:      drivers/mmc/host/sdhci-of-at91.c
1957
1958 ATMEL SPI DRIVER
1959 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1960 S:      Supported
1961 F:      drivers/spi/spi-atmel.*
1962
1963 ATMEL SSC DRIVER
1964 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1966 S:      Supported
1967 F:      drivers/misc/atmel-ssc.c
1968 F:      include/linux/atmel-ssc.h
1969
1970 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1971 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 S:      Supported
1974 F:      drivers/misc/atmel_tclib.c
1975 F:      drivers/clocksource/tcb_clksrc.c
1976
1977 ATMEL USBA UDC DRIVER
1978 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1980 S:      Supported
1981 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1982
1983 ATMEL WIRELESS DRIVER
1984 M:      Simon Kelley <simon@thekelleys.org.uk>
1985 L:      linux-wireless@vger.kernel.org
1986 W:      http://www.thekelleys.org.uk/atmel
1987 W:      http://atmelwlandriver.sourceforge.net/
1988 S:      Maintained
1989 F:      drivers/net/wireless/atmel*
1990
1991 ATMEL MAXTOUCH DRIVER
1992 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1993 T:      git git://github.com/atmel-maxtouch/linux.git
1994 S:      Supported
1995 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1996 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1997 F:      include/linux/platform_data/atmel_mxt_ts.h
1998
1999 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2000 M:      Bradley Grove <linuxdrivers@attotech.com>
2001 L:      linux-scsi@vger.kernel.org
2002 W:      http://www.attotech.com
2003 S:      Supported
2004 F:      drivers/scsi/esas2r
2005
2006 ATUSB IEEE 802.15.4 RADIO DRIVER
2007 M:      Stefan Schmidt <stefan@osg.samsung.com>
2008 L:      linux-wpan@vger.kernel.org
2009 S:      Maintained
2010 F:      drivers/net/ieee802154/atusb.c
2011 F:      drivers/net/ieee802154/atusb.h
2012 F:      drivers/net/ieee802154/at86rf230.h
2013
2014 AUDIT SUBSYSTEM
2015 M:      Paul Moore <paul@paul-moore.com>
2016 M:      Eric Paris <eparis@redhat.com>
2017 L:      linux-audit@redhat.com (moderated for non-subscribers)
2018 W:      http://people.redhat.com/sgrubb/audit/
2019 T:      git git://git.infradead.org/users/pcmoore/audit
2020 S:      Maintained
2021 F:      include/linux/audit.h
2022 F:      include/uapi/linux/audit.h
2023 F:      kernel/audit*
2024
2025 AUXILIARY DISPLAY DRIVERS
2026 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2027 W:      http://miguelojeda.es/auxdisplay.htm
2028 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2029 S:      Maintained
2030 F:      drivers/auxdisplay/
2031 F:      include/linux/cfag12864b.h
2032
2033 AVR32 ARCHITECTURE
2034 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2035 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2036 W:      http://www.atmel.com/products/AVR32/
2037 W:      http://mirror.egtvedt.no/avr32linux.org/
2038 W:      http://avrfreaks.net/
2039 S:      Maintained
2040 F:      arch/avr32/
2041
2042 AVR32/AT32AP MACHINE SUPPORT
2043 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2044 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2045 S:      Maintained
2046 F:      arch/avr32/mach-at32ap/
2047
2048 AX.25 NETWORK LAYER
2049 M:      Ralf Baechle <ralf@linux-mips.org>
2050 L:      linux-hams@vger.kernel.org
2051 W:      http://www.linux-ax25.org/
2052 S:      Maintained
2053 F:      include/uapi/linux/ax25.h
2054 F:      include/net/ax25.h
2055 F:      net/ax25/
2056
2057 AZ6007 DVB DRIVER
2058 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2059 L:      linux-media@vger.kernel.org
2060 W:      http://linuxtv.org
2061 T:      git git://linuxtv.org/media_tree.git
2062 S:      Maintained
2063 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2064
2065 AZTECH FM RADIO RECEIVER DRIVER
2066 M:      Hans Verkuil <hverkuil@xs4all.nl>
2067 L:      linux-media@vger.kernel.org
2068 T:      git git://linuxtv.org/media_tree.git
2069 W:      http://linuxtv.org
2070 S:      Maintained
2071 F:      drivers/media/radio/radio-aztech*
2072
2073 B43 WIRELESS DRIVER
2074 L:      linux-wireless@vger.kernel.org
2075 L:      b43-dev@lists.infradead.org
2076 W:      http://wireless.kernel.org/en/users/Drivers/b43
2077 S:      Odd Fixes
2078 F:      drivers/net/wireless/b43/
2079
2080 B43LEGACY WIRELESS DRIVER
2081 M:      Larry Finger <Larry.Finger@lwfinger.net>
2082 L:      linux-wireless@vger.kernel.org
2083 L:      b43-dev@lists.infradead.org
2084 W:      http://wireless.kernel.org/en/users/Drivers/b43
2085 S:      Maintained
2086 F:      drivers/net/wireless/b43legacy/
2087
2088 BACKLIGHT CLASS/SUBSYSTEM
2089 M:      Jingoo Han <jingoohan1@gmail.com>
2090 M:      Lee Jones <lee.jones@linaro.org>
2091 S:      Maintained
2092 F:      drivers/video/backlight/
2093 F:      include/linux/backlight.h
2094
2095 BATMAN ADVANCED
2096 M:      Marek Lindner <mareklindner@neomailbox.ch>
2097 M:      Simon Wunderlich <sw@simonwunderlich.de>
2098 M:      Antonio Quartulli <antonio@meshcoding.com>
2099 L:      b.a.t.m.a.n@lists.open-mesh.org
2100 W:      http://www.open-mesh.org/
2101 S:      Maintained
2102 F:      net/batman-adv/
2103
2104 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2105 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2106 L:      linux-hams@vger.kernel.org
2107 W:      http://www.baycom.org/~tom/ham/ham.html
2108 S:      Maintained
2109 F:      drivers/net/hamradio/baycom*
2110
2111 BCACHE (BLOCK LAYER CACHE)
2112 M:      Kent Overstreet <kent.overstreet@gmail.com>
2113 L:      linux-bcache@vger.kernel.org
2114 W:      http://bcache.evilpiepirate.org
2115 S:      Maintained
2116 F:      drivers/md/bcache/
2117
2118 BDISP ST MEDIA DRIVER
2119 M:      Fabien Dessenne <fabien.dessenne@st.com>
2120 L:      linux-media@vger.kernel.org
2121 T:      git git://linuxtv.org/media_tree.git
2122 W:      http://linuxtv.org
2123 S:      Supported
2124 F:      drivers/media/platform/sti/bdisp
2125
2126 BEFS FILE SYSTEM
2127 S:      Orphan
2128 F:      Documentation/filesystems/befs.txt
2129 F:      fs/befs/
2130
2131 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2132 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2133 L:      netdev@vger.kernel.org
2134 S:      Maintained
2135 F:      drivers/net/ethernet/ec_bhf.c
2136
2137 BFS FILE SYSTEM
2138 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2139 S:      Maintained
2140 F:      Documentation/filesystems/bfs.txt
2141 F:      fs/bfs/
2142 F:      include/uapi/linux/bfs_fs.h
2143
2144 BLACKFIN ARCHITECTURE
2145 M:      Steven Miao <realmz6@gmail.com>
2146 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2147 T:      git git://git.code.sf.net/p/adi-linux/code
2148 W:      http://blackfin.uclinux.org
2149 S:      Supported
2150 F:      arch/blackfin/
2151
2152 BLACKFIN EMAC DRIVER
2153 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2154 W:      http://blackfin.uclinux.org
2155 S:      Supported
2156 F:      drivers/net/ethernet/adi/
2157
2158 BLACKFIN RTC DRIVER
2159 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 W:      http://blackfin.uclinux.org
2161 S:      Supported
2162 F:      drivers/rtc/rtc-bfin.c
2163
2164 BLACKFIN SDH DRIVER
2165 M:      Sonic Zhang <sonic.zhang@analog.com>
2166 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2167 W:      http://blackfin.uclinux.org
2168 S:      Supported
2169 F:      drivers/mmc/host/bfin_sdh.c
2170
2171 BLACKFIN SERIAL DRIVER
2172 M:      Sonic Zhang <sonic.zhang@analog.com>
2173 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2174 W:      http://blackfin.uclinux.org
2175 S:      Supported
2176 F:      drivers/tty/serial/bfin_uart.c
2177
2178 BLACKFIN WATCHDOG DRIVER
2179 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2180 W:      http://blackfin.uclinux.org
2181 S:      Supported
2182 F:      drivers/watchdog/bfin_wdt.c
2183
2184 BLACKFIN I2C TWI DRIVER
2185 M:      Sonic Zhang <sonic.zhang@analog.com>
2186 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2187 W:      http://blackfin.uclinux.org/
2188 S:      Supported
2189 F:      drivers/i2c/busses/i2c-bfin-twi.c
2190
2191 BLACKFIN MEDIA DRIVER
2192 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2193 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2194 W:      http://blackfin.uclinux.org/
2195 S:      Supported
2196 F:      drivers/media/platform/blackfin/
2197 F:      drivers/media/i2c/adv7183*
2198 F:      drivers/media/i2c/vs6624*
2199
2200 BLINKM RGB LED DRIVER
2201 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2202 S:      Maintained
2203 F:      drivers/leds/leds-blinkm.c
2204
2205 BLOCK LAYER
2206 M:      Jens Axboe <axboe@kernel.dk>
2207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2208 S:      Maintained
2209 F:      block/
2210 F:      kernel/trace/blktrace.c
2211
2212 BLOCK2MTD DRIVER
2213 M:      Joern Engel <joern@lazybastard.org>
2214 L:      linux-mtd@lists.infradead.org
2215 S:      Maintained
2216 F:      drivers/mtd/devices/block2mtd.c
2217
2218 BLUETOOTH DRIVERS
2219 M:      Marcel Holtmann <marcel@holtmann.org>
2220 M:      Gustavo Padovan <gustavo@padovan.org>
2221 M:      Johan Hedberg <johan.hedberg@gmail.com>
2222 L:      linux-bluetooth@vger.kernel.org
2223 W:      http://www.bluez.org/
2224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2226 S:      Maintained
2227 F:      drivers/bluetooth/
2228
2229 BLUETOOTH SUBSYSTEM
2230 M:      Marcel Holtmann <marcel@holtmann.org>
2231 M:      Gustavo Padovan <gustavo@padovan.org>
2232 M:      Johan Hedberg <johan.hedberg@gmail.com>
2233 L:      linux-bluetooth@vger.kernel.org
2234 W:      http://www.bluez.org/
2235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2237 S:      Maintained
2238 F:      net/bluetooth/
2239 F:      include/net/bluetooth/
2240
2241 BONDING DRIVER
2242 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2243 M:      Veaceslav Falico <vfalico@gmail.com>
2244 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2245 L:      netdev@vger.kernel.org
2246 W:      http://sourceforge.net/projects/bonding/
2247 S:      Supported
2248 F:      drivers/net/bonding/
2249 F:      include/uapi/linux/if_bonding.h
2250
2251 BPF (Safe dynamic programs and tools)
2252 M:      Alexei Starovoitov <ast@kernel.org>
2253 L:      netdev@vger.kernel.org
2254 L:      linux-kernel@vger.kernel.org
2255 S:      Supported
2256 F:      kernel/bpf/
2257
2258 BROADCOM B44 10/100 ETHERNET DRIVER
2259 M:      Gary Zambrano <zambrano@broadcom.com>
2260 L:      netdev@vger.kernel.org
2261 S:      Supported
2262 F:      drivers/net/ethernet/broadcom/b44.*
2263
2264 BROADCOM GENET ETHERNET DRIVER
2265 M:      Florian Fainelli <f.fainelli@gmail.com>
2266 L:      netdev@vger.kernel.org
2267 S:      Supported
2268 F:      drivers/net/ethernet/broadcom/genet/
2269
2270 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2271 M:      Sony Chacko <sony.chacko@qlogic.com>
2272 M:      Dept-HSGLinuxNICDev@qlogic.com
2273 L:      netdev@vger.kernel.org
2274 S:      Supported
2275 F:      drivers/net/ethernet/broadcom/bnx2.*
2276 F:      drivers/net/ethernet/broadcom/bnx2_*
2277
2278 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2279 M:      Ariel Elior <ariel.elior@qlogic.com>
2280 L:      netdev@vger.kernel.org
2281 S:      Supported
2282 F:      drivers/net/ethernet/broadcom/bnx2x/
2283
2284 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2285 M:      Florian Fainelli <f.fainelli@gmail.com>
2286 M:      Ray Jui <rjui@broadcom.com>
2287 M:      Scott Branden <sbranden@broadcom.com>
2288 L:      bcm-kernel-feedback-list@broadcom.com
2289 T:      git git://github.com/broadcom/mach-bcm
2290 S:      Maintained
2291 F:      arch/arm/mach-bcm/
2292 F:      arch/arm/boot/dts/bcm113*
2293 F:      arch/arm/boot/dts/bcm216*
2294 F:      arch/arm/boot/dts/bcm281*
2295 F:      arch/arm/configs/bcm_defconfig
2296 F:      drivers/mmc/host/sdhci-bcm-kona.c
2297 F:      drivers/clocksource/bcm_kona_timer.c
2298
2299 BROADCOM BCM2835 ARM ARCHITECTURE
2300 M:      Stephen Warren <swarren@wwwdotorg.org>
2301 M:      Lee Jones <lee@kernel.org>
2302 M:      Eric Anholt <eric@anholt.net>
2303 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2306 S:      Maintained
2307 N:      bcm2835
2308
2309 BROADCOM BCM33XX MIPS ARCHITECTURE
2310 M:      Kevin Cernekee <cernekee@gmail.com>
2311 L:      linux-mips@linux-mips.org
2312 S:      Maintained
2313 F:      arch/mips/bcm3384/*
2314 F:      arch/mips/include/asm/mach-bcm3384/*
2315 F:      arch/mips/kernel/*bmips*
2316
2317 BROADCOM BCM47XX MIPS ARCHITECTURE
2318 M:      Hauke Mehrtens <hauke@hauke-m.de>
2319 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2320 L:      linux-mips@linux-mips.org
2321 S:      Maintained
2322 F:      arch/mips/bcm47xx/*
2323 F:      arch/mips/include/asm/mach-bcm47xx/*
2324
2325 BROADCOM BCM5301X ARM ARCHITECTURE
2326 M:      Hauke Mehrtens <hauke@hauke-m.de>
2327 L:      linux-arm-kernel@lists.infradead.org
2328 S:      Maintained
2329 F:      arch/arm/mach-bcm/bcm_5301x.c
2330 F:      arch/arm/boot/dts/bcm5301x.dtsi
2331 F:      arch/arm/boot/dts/bcm470*
2332
2333 BROADCOM BCM63XX ARM ARCHITECTURE
2334 M:      Florian Fainelli <f.fainelli@gmail.com>
2335 L:      linux-arm-kernel@lists.infradead.org
2336 T:      git git://github.com/broadcom/arm-bcm63xx.git
2337 S:      Maintained
2338 F:      arch/arm/mach-bcm/bcm63xx.c
2339 F:      arch/arm/include/debug/bcm63xx.S
2340
2341 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2342 M:      Kevin Cernekee <cernekee@gmail.com>
2343 L:      linux-usb@vger.kernel.org
2344 S:      Maintained
2345 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2346
2347 BROADCOM BCM7XXX ARM ARCHITECTURE
2348 M:      Brian Norris <computersforpeace@gmail.com>
2349 M:      Gregory Fong <gregory.0xf0@gmail.com>
2350 M:      Florian Fainelli <f.fainelli@gmail.com>
2351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2352 T:      git git://github.com/broadcom/stblinux.git
2353 S:      Maintained
2354 F:      arch/arm/mach-bcm/*brcmstb*
2355 F:      arch/arm/boot/dts/bcm7*.dts*
2356 F:      drivers/bus/brcmstb_gisb.c
2357 N:      brcmstb
2358
2359 BROADCOM BMIPS MIPS ARCHITECTURE
2360 M:      Kevin Cernekee <cernekee@gmail.com>
2361 M:      Florian Fainelli <f.fainelli@gmail.com>
2362 L:      linux-mips@linux-mips.org
2363 T:      git git://github.com/broadcom/stblinux.git
2364 S:      Maintained
2365 F:      arch/mips/bmips/*
2366 F:      arch/mips/include/asm/mach-bmips/*
2367 F:      arch/mips/kernel/*bmips*
2368 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2369 F:      drivers/irqchip/irq-bcm7*
2370 F:      drivers/irqchip/irq-brcmstb*
2371
2372 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2373 M:      Prashant Sreedharan <prashant@broadcom.com>
2374 M:      Michael Chan <mchan@broadcom.com>
2375 L:      netdev@vger.kernel.org
2376 S:      Supported
2377 F:      drivers/net/ethernet/broadcom/tg3.*
2378
2379 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2380 M:      Brett Rudley <brudley@broadcom.com>
2381 M:      Arend van Spriel <arend@broadcom.com>
2382 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2383 M:      Hante Meuleman <meuleman@broadcom.com>
2384 L:      linux-wireless@vger.kernel.org
2385 L:      brcm80211-dev-list@broadcom.com
2386 S:      Supported
2387 F:      drivers/net/wireless/brcm80211/
2388
2389 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2390 M:      QLogic-Storage-Upstream@qlogic.com
2391 L:      linux-scsi@vger.kernel.org
2392 S:      Supported
2393 F:      drivers/scsi/bnx2fc/
2394
2395 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2396 M:      QLogic-Storage-Upstream@qlogic.com
2397 L:      linux-scsi@vger.kernel.org
2398 S:      Supported
2399 F:      drivers/scsi/bnx2i/
2400
2401 BROADCOM IPROC ARM ARCHITECTURE
2402 M:      Ray Jui <rjui@broadcom.com>
2403 M:      Scott Branden <sbranden@broadcom.com>
2404 M:      Jon Mason <jonmason@broadcom.com>
2405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2406 L:      bcm-kernel-feedback-list@broadcom.com
2407 T:      git git://github.com/broadcom/cygnus-linux.git
2408 S:      Maintained
2409 N:      iproc
2410 N:      cygnus
2411 N:      nsp
2412 N:      bcm9113*
2413 N:      bcm9583*
2414 N:      bcm9585*
2415 N:      bcm9586*
2416 N:      bcm988312
2417 N:      bcm113*
2418 N:      bcm583*
2419 N:      bcm585*
2420 N:      bcm586*
2421 N:      bcm88312
2422
2423 BROADCOM BRCMSTB GPIO DRIVER
2424 M:      Gregory Fong <gregory.0xf0@gmail.com>
2425 L:      bcm-kernel-feedback-list@broadcom.com>
2426 S:      Supported
2427 F:      drivers/gpio/gpio-brcmstb.c
2428 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2429
2430 BROADCOM KONA GPIO DRIVER
2431 M:      Ray Jui <rjui@broadcom.com>
2432 L:      bcm-kernel-feedback-list@broadcom.com
2433 S:      Supported
2434 F:      drivers/gpio/gpio-bcm-kona.c
2435 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2436
2437 BROADCOM NVRAM DRIVER
2438 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2439 L:      linux-mips@linux-mips.org
2440 S:      Maintained
2441 F:      drivers/firmware/broadcom/*
2442
2443 BROADCOM STB NAND FLASH DRIVER
2444 M:      Brian Norris <computersforpeace@gmail.com>
2445 L:      linux-mtd@lists.infradead.org
2446 S:      Maintained
2447 F:      drivers/mtd/nand/brcmnand/
2448
2449 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2450 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2451 L:      linux-wireless@vger.kernel.org
2452 S:      Maintained
2453 F:      drivers/bcma/
2454 F:      include/linux/bcma/
2455
2456 BROADCOM SYSTEMPORT ETHERNET DRIVER
2457 M:      Florian Fainelli <f.fainelli@gmail.com>
2458 L:      netdev@vger.kernel.org
2459 S:      Supported
2460 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2461
2462 BROCADE BFA FC SCSI DRIVER
2463 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2464 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2465 L:      linux-scsi@vger.kernel.org
2466 S:      Supported
2467 F:      drivers/scsi/bfa/
2468
2469 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2470 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2471 L:      netdev@vger.kernel.org
2472 S:      Supported
2473 F:      drivers/net/ethernet/brocade/bna/
2474
2475 BSG (block layer generic sg v4 driver)
2476 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2477 L:      linux-scsi@vger.kernel.org
2478 S:      Supported
2479 F:      block/bsg.c
2480 F:      include/linux/bsg.h
2481 F:      include/uapi/linux/bsg.h
2482
2483 BT87X AUDIO DRIVER
2484 M:      Clemens Ladisch <clemens@ladisch.de>
2485 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2486 T:      git git://git.alsa-project.org/alsa-kernel.git
2487 S:      Maintained
2488 F:      Documentation/sound/alsa/Bt87x.txt
2489 F:      sound/pci/bt87x.c
2490
2491 BT8XXGPIO DRIVER
2492 M:      Michael Buesch <m@bues.ch>
2493 W:      http://bu3sch.de/btgpio.php
2494 S:      Maintained
2495 F:      drivers/gpio/gpio-bt8xx.c
2496
2497 BTRFS FILE SYSTEM
2498 M:      Chris Mason <clm@fb.com>
2499 M:      Josef Bacik <jbacik@fb.com>
2500 M:      David Sterba <dsterba@suse.com>
2501 L:      linux-btrfs@vger.kernel.org
2502 W:      http://btrfs.wiki.kernel.org/
2503 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2505 S:      Maintained
2506 F:      Documentation/filesystems/btrfs.txt
2507 F:      fs/btrfs/
2508
2509 BTTV VIDEO4LINUX DRIVER
2510 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2511 L:      linux-media@vger.kernel.org
2512 W:      http://linuxtv.org
2513 T:      git git://linuxtv.org/media_tree.git
2514 S:      Odd fixes
2515 F:      Documentation/video4linux/bttv/
2516 F:      drivers/media/pci/bt8xx/bttv*
2517
2518 BUSLOGIC SCSI DRIVER
2519 M:      Khalid Aziz <khalid@gonehiking.org>
2520 L:      linux-scsi@vger.kernel.org
2521 S:      Maintained
2522 F:      drivers/scsi/BusLogic.*
2523 F:      drivers/scsi/FlashPoint.*
2524
2525 C-MEDIA CMI8788 DRIVER
2526 M:      Clemens Ladisch <clemens@ladisch.de>
2527 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2528 T:      git git://git.alsa-project.org/alsa-kernel.git
2529 S:      Maintained
2530 F:      sound/pci/oxygen/
2531
2532 C6X ARCHITECTURE
2533 M:      Mark Salter <msalter@redhat.com>
2534 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2535 L:      linux-c6x-dev@linux-c6x.org
2536 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2537 S:      Maintained
2538 F:      arch/c6x/
2539
2540 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2541 M:      David Howells <dhowells@redhat.com>
2542 L:      linux-cachefs@redhat.com
2543 S:      Supported
2544 F:      Documentation/filesystems/caching/cachefiles.txt
2545 F:      fs/cachefiles/
2546
2547 CADET FM/AM RADIO RECEIVER DRIVER
2548 M:      Hans Verkuil <hverkuil@xs4all.nl>
2549 L:      linux-media@vger.kernel.org
2550 T:      git git://linuxtv.org/media_tree.git
2551 W:      http://linuxtv.org
2552 S:      Maintained
2553 F:      drivers/media/radio/radio-cadet*
2554
2555 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2556 M:      Jonathan Corbet <corbet@lwn.net>
2557 L:      linux-media@vger.kernel.org
2558 T:      git git://linuxtv.org/media_tree.git
2559 S:      Maintained
2560 F:      Documentation/video4linux/cafe_ccic
2561 F:      drivers/media/platform/marvell-ccic/
2562
2563 CAIF NETWORK LAYER
2564 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2565 L:      netdev@vger.kernel.org
2566 S:      Supported
2567 F:      Documentation/networking/caif/
2568 F:      drivers/net/caif/
2569 F:      include/uapi/linux/caif/
2570 F:      include/net/caif/
2571 F:      net/caif/
2572
2573 CALGARY x86-64 IOMMU
2574 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2575 M:      "Jon D. Mason" <jdmason@kudzu.us>
2576 L:      discuss@x86-64.org
2577 S:      Maintained
2578 F:      arch/x86/kernel/pci-calgary_64.c
2579 F:      arch/x86/kernel/tce_64.c
2580 F:      arch/x86/include/asm/calgary.h
2581 F:      arch/x86/include/asm/tce.h
2582
2583 CAN NETWORK LAYER
2584 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2585 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2586 L:      linux-can@vger.kernel.org
2587 W:      https://github.com/linux-can
2588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2590 S:      Maintained
2591 F:      Documentation/networking/can.txt
2592 F:      net/can/
2593 F:      include/linux/can/core.h
2594 F:      include/uapi/linux/can.h
2595 F:      include/uapi/linux/can/bcm.h
2596 F:      include/uapi/linux/can/raw.h
2597 F:      include/uapi/linux/can/gw.h
2598
2599 CAN NETWORK DRIVERS
2600 M:      Wolfgang Grandegger <wg@grandegger.com>
2601 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2602 L:      linux-can@vger.kernel.org
2603 W:      https://github.com/linux-can
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2606 S:      Maintained
2607 F:      drivers/net/can/
2608 F:      include/linux/can/dev.h
2609 F:      include/linux/can/platform/
2610 F:      include/uapi/linux/can/error.h
2611 F:      include/uapi/linux/can/netlink.h
2612
2613 CAPABILITIES
2614 M:      Serge Hallyn <serge.hallyn@canonical.com>
2615 L:      linux-security-module@vger.kernel.org
2616 S:      Supported
2617 F:      include/linux/capability.h
2618 F:      include/uapi/linux/capability.h
2619 F:      security/commoncap.c
2620 F:      kernel/capability.c
2621
2622 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2623 M:      Kevin Tsai <ktsai@capellamicro.com>
2624 S:      Maintained
2625 F:      drivers/iio/light/cm*
2626 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2627
2628 CAVIUM LIQUIDIO NETWORK DRIVER
2629 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2630 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2631 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2632 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2633 L:     netdev@vger.kernel.org
2634 W:     http://www.cavium.com
2635 S:     Supported
2636 F:     drivers/net/ethernet/cavium/liquidio/
2637
2638 CC2520 IEEE-802.15.4 RADIO DRIVER
2639 M:      Varka Bhadram <varkabhadram@gmail.com>
2640 L:      linux-wpan@vger.kernel.org
2641 S:      Maintained
2642 F:      drivers/net/ieee802154/cc2520.c
2643 F:      include/linux/spi/cc2520.h
2644 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2645
2646 CELL BROADBAND ENGINE ARCHITECTURE
2647 M:      Arnd Bergmann <arnd@arndb.de>
2648 L:      linuxppc-dev@lists.ozlabs.org
2649 W:      http://www.ibm.com/developerworks/power/cell/
2650 S:      Supported
2651 F:      arch/powerpc/include/asm/cell*.h
2652 F:      arch/powerpc/include/asm/spu*.h
2653 F:      arch/powerpc/include/uapi/asm/spu*.h
2654 F:      arch/powerpc/oprofile/*cell*
2655 F:      arch/powerpc/platforms/cell/
2656
2657 CEPH COMMON CODE (LIBCEPH)
2658 M:      Ilya Dryomov <idryomov@gmail.com>
2659 M:      "Yan, Zheng" <zyan@redhat.com>
2660 M:      Sage Weil <sage@redhat.com>
2661 L:      ceph-devel@vger.kernel.org
2662 W:      http://ceph.com/
2663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2664 T:      git git://github.com/ceph/ceph-client.git
2665 S:      Supported
2666 F:      net/ceph/
2667 F:      include/linux/ceph/
2668 F:      include/linux/crush/
2669
2670 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2671 M:      "Yan, Zheng" <zyan@redhat.com>
2672 M:      Sage Weil <sage@redhat.com>
2673 M:      Ilya Dryomov <idryomov@gmail.com>
2674 L:      ceph-devel@vger.kernel.org
2675 W:      http://ceph.com/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2677 T:      git git://github.com/ceph/ceph-client.git
2678 S:      Supported
2679 F:      Documentation/filesystems/ceph.txt
2680 F:      fs/ceph/
2681
2682 CERTIFICATE HANDLING:
2683 M:      David Howells <dhowells@redhat.com>
2684 M:      David Woodhouse <dwmw2@infradead.org>
2685 L:      keyrings@linux-nfs.org
2686 S:      Maintained
2687 F:      Documentation/module-signing.txt
2688 F:      certs/
2689 F:      scripts/extract-cert.c
2690
2691 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2692 L:      linux-usb@vger.kernel.org
2693 S:      Orphan
2694 F:      Documentation/usb/WUSB-Design-overview.txt
2695 F:      Documentation/usb/wusb-cbaf
2696 F:      drivers/usb/host/hwa-hc.c
2697 F:      drivers/usb/host/whci/
2698 F:      drivers/usb/wusbcore/
2699 F:      include/linux/usb/wusb*
2700
2701 CFAG12864B LCD DRIVER
2702 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2703 W:      http://miguelojeda.es/auxdisplay.htm
2704 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2705 S:      Maintained
2706 F:      drivers/auxdisplay/cfag12864b.c
2707 F:      include/linux/cfag12864b.h
2708
2709 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2710 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2711 W:      http://miguelojeda.es/auxdisplay.htm
2712 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2713 S:      Maintained
2714 F:      drivers/auxdisplay/cfag12864bfb.c
2715 F:      include/linux/cfag12864b.h
2716
2717 CFG80211 and NL80211
2718 M:      Johannes Berg <johannes@sipsolutions.net>
2719 L:      linux-wireless@vger.kernel.org
2720 W:      http://wireless.kernel.org/
2721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2723 S:      Maintained
2724 F:      include/uapi/linux/nl80211.h
2725 F:      include/net/cfg80211.h
2726 F:      net/wireless/*
2727 X:      net/wireless/wext*
2728
2729 CHAR and MISC DRIVERS
2730 M:      Arnd Bergmann <arnd@arndb.de>
2731 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2733 S:      Supported
2734 F:      drivers/char/*
2735 F:      drivers/misc/*
2736 F:      include/linux/miscdevice.h
2737
2738 CHECKPATCH
2739 M:      Andy Whitcroft <apw@canonical.com>
2740 M:      Joe Perches <joe@perches.com>
2741 S:      Maintained
2742 F:      scripts/checkpatch.pl
2743
2744 CHINESE DOCUMENTATION
2745 M:      Harry Wei <harryxiyou@gmail.com>
2746 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2747 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2748 S:      Maintained
2749 F:      Documentation/zh_CN/
2750
2751 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2752 M:      Peter Chen <Peter.Chen@freescale.com>
2753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2754 L:      linux-usb@vger.kernel.org
2755 S:      Maintained
2756 F:      drivers/usb/chipidea/
2757
2758 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2759 M:      Hans de Goede <hdegoede@redhat.com>
2760 L:      linux-input@vger.kernel.org
2761 S:      Maintained
2762 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2763 F:      drivers/input/touchscreen/chipone_icn8318.c
2764
2765 CHROME HARDWARE PLATFORM SUPPORT
2766 M:      Olof Johansson <olof@lixom.net>
2767 S:      Maintained
2768 F:      drivers/platform/chrome/
2769
2770 CISCO VIC ETHERNET NIC DRIVER
2771 M:      Christian Benvenuti <benve@cisco.com>
2772 M:      Sujith Sankar <ssujith@cisco.com>
2773 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2774 M:      Neel Patel <neepatel@cisco.com>
2775 S:      Supported
2776 F:      drivers/net/ethernet/cisco/enic/
2777
2778 CISCO VIC LOW LATENCY NIC DRIVER
2779 M:      Upinder Malhi <umalhi@cisco.com>
2780 S:      Supported
2781 F:      drivers/infiniband/hw/usnic
2782
2783 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2784 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2785 L:      netdev@vger.kernel.org
2786 S:      Maintained
2787 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2788
2789 CIRRUS LOGIC AUDIO CODEC DRIVERS
2790 M:      Brian Austin <brian.austin@cirrus.com>
2791 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2793 S:      Maintained
2794 F:      sound/soc/codecs/cs*
2795
2796 CLEANCACHE API
2797 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2798 L:      linux-kernel@vger.kernel.org
2799 S:      Maintained
2800 F:      mm/cleancache.c
2801 F:      include/linux/cleancache.h
2802
2803 CLK API
2804 M:      Russell King <linux@arm.linux.org.uk>
2805 L:      linux-clk@vger.kernel.org
2806 S:      Maintained
2807 F:      include/linux/clk.h
2808
2809 CLOCKSOURCE, CLOCKEVENT DRIVERS
2810 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2811 M:      Thomas Gleixner <tglx@linutronix.de>
2812 L:      linux-kernel@vger.kernel.org
2813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2814 S:      Supported
2815 F:      drivers/clocksource
2816
2817 CISCO FCOE HBA DRIVER
2818 M:      Hiral Patel <hiralpat@cisco.com>
2819 M:      Suma Ramars <sramars@cisco.com>
2820 M:      Brian Uchino <buchino@cisco.com>
2821 L:      linux-scsi@vger.kernel.org
2822 S:      Supported
2823 F:      drivers/scsi/fnic/
2824
2825 CISCO SCSI HBA DRIVER
2826 M:      Narsimhulu Musini <nmusini@cisco.com>
2827 M:      Sesidhar Baddela <sebaddel@cisco.com>
2828 L:      linux-scsi@vger.kernel.org
2829 S:      Supported
2830 F:      drivers/scsi/snic/
2831
2832 CMPC ACPI DRIVER
2833 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2834 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2835 L:      platform-driver-x86@vger.kernel.org
2836 S:      Supported
2837 F:      drivers/platform/x86/classmate-laptop.c
2838
2839 COBALT MEDIA DRIVER
2840 M:      Hans Verkuil <hans.verkuil@cisco.com>
2841 L:      linux-media@vger.kernel.org
2842 T:      git git://linuxtv.org/media_tree.git
2843 W:      http://linuxtv.org
2844 S:      Supported
2845 F:      drivers/media/pci/cobalt/
2846
2847 COCCINELLE/Semantic Patches (SmPL)
2848 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2849 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2850 M:      Nicolas Palix <nicolas.palix@imag.fr>
2851 M:      Michal Marek <mmarek@suse.com>
2852 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2854 W:      http://coccinelle.lip6.fr/
2855 S:      Supported
2856 F:      Documentation/coccinelle.txt
2857 F:      scripts/coccinelle/
2858 F:      scripts/coccicheck
2859
2860 CODA FILE SYSTEM
2861 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2862 M:      coda@cs.cmu.edu
2863 L:      codalist@coda.cs.cmu.edu
2864 W:      http://www.coda.cs.cmu.edu/
2865 S:      Maintained
2866 F:      Documentation/filesystems/coda.txt
2867 F:      fs/coda/
2868 F:      include/linux/coda*.h
2869 F:      include/uapi/linux/coda*.h
2870
2871 CODA V4L2 MEM2MEM DRIVER
2872 M:      Philipp Zabel <p.zabel@pengutronix.de>
2873 L:      linux-media@vger.kernel.org
2874 S:      Maintained
2875 F:      Documentation/devicetree/bindings/media/coda.txt
2876 F:      drivers/media/platform/coda/
2877
2878 COMMON CLK FRAMEWORK
2879 M:      Michael Turquette <mturquette@baylibre.com>
2880 M:      Stephen Boyd <sboyd@codeaurora.org>
2881 L:      linux-clk@vger.kernel.org
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2883 S:      Maintained
2884 F:      drivers/clk/
2885 X:      drivers/clk/clkdev.c
2886 F:      include/linux/clk-pr*
2887 F:      include/linux/clk/
2888
2889 COMMON INTERNET FILE SYSTEM (CIFS)
2890 M:      Steve French <sfrench@samba.org>
2891 L:      linux-cifs@vger.kernel.org
2892 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2893 W:      http://linux-cifs.samba.org/
2894 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2895 S:      Supported
2896 F:      Documentation/filesystems/cifs/
2897 F:      fs/cifs/
2898
2899 COMPACTPCI HOTPLUG CORE
2900 M:      Scott Murray <scott@spiteful.org>
2901 L:      linux-pci@vger.kernel.org
2902 S:      Maintained
2903 F:      drivers/pci/hotplug/cpci_hotplug*
2904
2905 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2906 M:      Scott Murray <scott@spiteful.org>
2907 L:      linux-pci@vger.kernel.org
2908 S:      Maintained
2909 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2910
2911 COMPACTPCI HOTPLUG GENERIC DRIVER
2912 M:      Scott Murray <scott@spiteful.org>
2913 L:      linux-pci@vger.kernel.org
2914 S:      Maintained
2915 F:      drivers/pci/hotplug/cpcihp_generic.c
2916
2917 COMPAL LAPTOP SUPPORT
2918 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2919 L:      platform-driver-x86@vger.kernel.org
2920 S:      Maintained
2921 F:      drivers/platform/x86/compal-laptop.c
2922
2923 CONEXANT ACCESSRUNNER USB DRIVER
2924 M:      Simon Arlott <cxacru@fire.lp0.eu>
2925 L:      accessrunner-general@lists.sourceforge.net
2926 W:      http://accessrunner.sourceforge.net/
2927 S:      Maintained
2928 F:      drivers/usb/atm/cxacru.c
2929
2930 CONFIGFS
2931 M:      Joel Becker <jlbec@evilplan.org>
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2933 S:      Supported
2934 F:      fs/configfs/
2935 F:      include/linux/configfs.h
2936
2937 CONNECTOR
2938 M:      Evgeniy Polyakov <zbr@ioremap.net>
2939 L:      netdev@vger.kernel.org
2940 S:      Maintained
2941 F:      drivers/connector/
2942
2943 CONTROL GROUP (CGROUP)
2944 M:      Tejun Heo <tj@kernel.org>
2945 M:      Li Zefan <lizefan@huawei.com>
2946 M:      Johannes Weiner <hannes@cmpxchg.org>
2947 L:      cgroups@vger.kernel.org
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2949 S:      Maintained
2950 F:      Documentation/cgroups/
2951 F:      include/linux/cgroup*
2952 F:      kernel/cgroup*
2953
2954 CONTROL GROUP - CPUSET
2955 M:      Li Zefan <lizefan@huawei.com>
2956 L:      cgroups@vger.kernel.org
2957 W:      http://www.bullopensource.org/cpuset/
2958 W:      http://oss.sgi.com/projects/cpusets/
2959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2960 S:      Maintained
2961 F:      Documentation/cgroups/cpusets.txt
2962 F:      include/linux/cpuset.h
2963 F:      kernel/cpuset.c
2964
2965 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2966 M:      Johannes Weiner <hannes@cmpxchg.org>
2967 M:      Michal Hocko <mhocko@kernel.org>
2968 L:      cgroups@vger.kernel.org
2969 L:      linux-mm@kvack.org
2970 S:      Maintained
2971 F:      mm/memcontrol.c
2972 F:      mm/swap_cgroup.c
2973
2974 CORETEMP HARDWARE MONITORING DRIVER
2975 M:      Fenghua Yu <fenghua.yu@intel.com>
2976 L:      lm-sensors@lm-sensors.org
2977 S:      Maintained
2978 F:      Documentation/hwmon/coretemp
2979 F:      drivers/hwmon/coretemp.c
2980
2981 COSA/SRP SYNC SERIAL DRIVER
2982 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2983 W:      http://www.fi.muni.cz/~kas/cosa/
2984 S:      Maintained
2985 F:      drivers/net/wan/cosa*
2986
2987 CPMAC ETHERNET DRIVER
2988 M:      Florian Fainelli <florian@openwrt.org>
2989 L:      netdev@vger.kernel.org
2990 S:      Maintained
2991 F:      drivers/net/ethernet/ti/cpmac.c
2992
2993 CPU FREQUENCY DRIVERS
2994 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2995 M:      Viresh Kumar <viresh.kumar@linaro.org>
2996 L:      linux-pm@vger.kernel.org
2997 S:      Maintained
2998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2999 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3000 F:      drivers/cpufreq/
3001 F:      include/linux/cpufreq.h
3002
3003 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3004 M:      Viresh Kumar <viresh.kumar@linaro.org>
3005 M:      Sudeep Holla <sudeep.holla@arm.com>
3006 L:      linux-pm@vger.kernel.org
3007 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3008 S:      Maintained
3009 F:      drivers/cpufreq/arm_big_little.h
3010 F:      drivers/cpufreq/arm_big_little.c
3011 F:      drivers/cpufreq/arm_big_little_dt.c
3012
3013 CPUIDLE DRIVER - ARM BIG LITTLE
3014 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3015 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3016 L:      linux-pm@vger.kernel.org
3017 L:      linux-arm-kernel@lists.infradead.org
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3019 S:      Maintained
3020 F:      drivers/cpuidle/cpuidle-big_little.c
3021
3022 CPUIDLE DRIVER - ARM EXYNOS
3023 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3024 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3025 M:      Kukjin Kim <kgene@kernel.org>
3026 L:      linux-pm@vger.kernel.org
3027 L:      linux-samsung-soc@vger.kernel.org
3028 S:      Supported
3029 F:      drivers/cpuidle/cpuidle-exynos.c
3030 F:      arch/arm/mach-exynos/pm.c
3031
3032 CPUIDLE DRIVERS
3033 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3034 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3035 L:      linux-pm@vger.kernel.org
3036 S:      Maintained
3037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3038 F:      drivers/cpuidle/*
3039 F:      include/linux/cpuidle.h
3040
3041 CPUID/MSR DRIVER
3042 M:      "H. Peter Anvin" <hpa@zytor.com>
3043 S:      Maintained
3044 F:      arch/x86/kernel/cpuid.c
3045 F:      arch/x86/kernel/msr.c
3046
3047 CPU POWER MONITORING SUBSYSTEM
3048 M:      Thomas Renninger <trenn@suse.com>
3049 L:      linux-pm@vger.kernel.org
3050 S:      Maintained
3051 F:      tools/power/cpupower/
3052
3053 CRAMFS FILESYSTEM
3054 W:      http://sourceforge.net/projects/cramfs/
3055 S:      Orphan / Obsolete
3056 F:      Documentation/filesystems/cramfs.txt
3057 F:      fs/cramfs/
3058
3059 CRIS PORT
3060 M:      Mikael Starvik <starvik@axis.com>
3061 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3062 L:      linux-cris-kernel@axis.com
3063 W:      http://developer.axis.com
3064 S:      Maintained
3065 F:      arch/cris/
3066 F:      drivers/tty/serial/crisv10.*
3067
3068 CRYPTO API
3069 M:      Herbert Xu <herbert@gondor.apana.org.au>
3070 M:      "David S. Miller" <davem@davemloft.net>
3071 L:      linux-crypto@vger.kernel.org
3072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3073 S:      Maintained
3074 F:      Documentation/crypto/
3075 F:      Documentation/DocBook/crypto-API.tmpl
3076 F:      arch/*/crypto/
3077 F:      crypto/
3078 F:      drivers/crypto/
3079 F:      include/crypto/
3080
3081 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3082 M:      Neil Horman <nhorman@tuxdriver.com>
3083 L:      linux-crypto@vger.kernel.org
3084 S:      Maintained
3085 F:      crypto/ansi_cprng.c
3086 F:      crypto/rng.c
3087
3088 CS5535 Audio ALSA driver
3089 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3090 S:      Maintained
3091 F:      sound/pci/cs5535audio/
3092
3093 CW1200 WLAN driver
3094 M:      Solomon Peachy <pizza@shaftnet.org>
3095 S:      Maintained
3096 F:      drivers/net/wireless/cw1200/
3097
3098 CX18 VIDEO4LINUX DRIVER
3099 M:      Andy Walls <awalls@md.metrocast.net>
3100 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3101 L:      linux-media@vger.kernel.org
3102 T:      git git://linuxtv.org/media_tree.git
3103 W:      http://linuxtv.org
3104 W:      http://www.ivtvdriver.org/index.php/Cx18
3105 S:      Maintained
3106 F:      Documentation/video4linux/cx18.txt
3107 F:      drivers/media/pci/cx18/
3108 F:      include/uapi/linux/ivtv*
3109
3110 CX2341X MPEG ENCODER HELPER MODULE
3111 M:      Hans Verkuil <hverkuil@xs4all.nl>
3112 L:      linux-media@vger.kernel.org
3113 T:      git git://linuxtv.org/media_tree.git
3114 W:      http://linuxtv.org
3115 S:      Maintained
3116 F:      drivers/media/common/cx2341x*
3117 F:      include/media/cx2341x*
3118
3119 CX24120 MEDIA DRIVER
3120 M:      Jemma Denson <jdenson@gmail.com>
3121 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3122 L:      linux-media@vger.kernel.org
3123 W:      http://linuxtv.org/
3124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3125 S:      Maintained
3126 F:      drivers/media/dvb-frontends/cx24120*
3127
3128 CX88 VIDEO4LINUX DRIVER
3129 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3130 L:      linux-media@vger.kernel.org
3131 W:      http://linuxtv.org
3132 T:      git git://linuxtv.org/media_tree.git
3133 S:      Odd fixes
3134 F:      Documentation/video4linux/cx88/
3135 F:      drivers/media/pci/cx88/
3136
3137 CXD2820R MEDIA DRIVER
3138 M:      Antti Palosaari <crope@iki.fi>
3139 L:      linux-media@vger.kernel.org
3140 W:      http://linuxtv.org/
3141 W:      http://palosaari.fi/linux/
3142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3143 T:      git git://linuxtv.org/anttip/media_tree.git
3144 S:      Maintained
3145 F:      drivers/media/dvb-frontends/cxd2820r*
3146
3147 CXGB3 ETHERNET DRIVER (CXGB3)
3148 M:      Santosh Raspatur <santosh@chelsio.com>
3149 L:      netdev@vger.kernel.org
3150 W:      http://www.chelsio.com
3151 S:      Supported
3152 F:      drivers/net/ethernet/chelsio/cxgb3/
3153
3154 CXGB3 ISCSI DRIVER (CXGB3I)
3155 M:      Karen Xie <kxie@chelsio.com>
3156 L:      linux-scsi@vger.kernel.org
3157 W:      http://www.chelsio.com
3158 S:      Supported
3159 F:      drivers/scsi/cxgbi/cxgb3i
3160
3161 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3162 M:      Steve Wise <swise@chelsio.com>
3163 L:      linux-rdma@vger.kernel.org
3164 W:      http://www.openfabrics.org
3165 S:      Supported
3166 F:      drivers/infiniband/hw/cxgb3/
3167
3168 CXGB4 ETHERNET DRIVER (CXGB4)
3169 M:      Hariprasad S <hariprasad@chelsio.com>
3170 L:      netdev@vger.kernel.org
3171 W:      http://www.chelsio.com
3172 S:      Supported
3173 F:      drivers/net/ethernet/chelsio/cxgb4/
3174
3175 CXGB4 ISCSI DRIVER (CXGB4I)
3176 M:      Karen Xie <kxie@chelsio.com>
3177 L:      linux-scsi@vger.kernel.org
3178 W:      http://www.chelsio.com
3179 S:      Supported
3180 F:      drivers/scsi/cxgbi/cxgb4i
3181
3182 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3183 M:      Steve Wise <swise@chelsio.com>
3184 L:      linux-rdma@vger.kernel.org
3185 W:      http://www.openfabrics.org
3186 S:      Supported
3187 F:      drivers/infiniband/hw/cxgb4/
3188
3189 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3190 M:      Casey Leedom <leedom@chelsio.com>
3191 L:      netdev@vger.kernel.org
3192 W:      http://www.chelsio.com
3193 S:      Supported
3194 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3195
3196 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3197 M:      Ian Munsie <imunsie@au1.ibm.com>
3198 M:      Michael Neuling <mikey@neuling.org>
3199 L:      linuxppc-dev@lists.ozlabs.org
3200 S:      Supported
3201 F:      drivers/misc/cxl/
3202 F:      include/misc/cxl*
3203 F:      include/uapi/misc/cxl.h
3204 F:      Documentation/powerpc/cxl.txt
3205 F:      Documentation/powerpc/cxl.txt
3206 F:      Documentation/ABI/testing/sysfs-class-cxl
3207
3208 STMMAC ETHERNET DRIVER
3209 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3210 L:      netdev@vger.kernel.org
3211 W:      http://www.stlinux.com
3212 S:      Supported
3213 F:      drivers/net/ethernet/stmicro/stmmac/
3214
3215 CYBERPRO FB DRIVER
3216 M:      Russell King <linux@arm.linux.org.uk>
3217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3218 W:      http://www.arm.linux.org.uk/
3219 S:      Maintained
3220 F:      drivers/video/fbdev/cyber2000fb.*
3221
3222 CYCLADES ASYNC MUX DRIVER
3223 W:      http://www.cyclades.com/
3224 S:      Orphan
3225 F:      drivers/tty/cyclades.c
3226 F:      include/linux/cyclades.h
3227 F:      include/uapi/linux/cyclades.h
3228
3229 CYCLADES PC300 DRIVER
3230 W:      http://www.cyclades.com/
3231 S:      Orphan
3232 F:      drivers/net/wan/pc300*
3233
3234 CYPRESS_FIRMWARE MEDIA DRIVER
3235 M:      Antti Palosaari <crope@iki.fi>
3236 L:      linux-media@vger.kernel.org
3237 W:      http://linuxtv.org/
3238 W:      http://palosaari.fi/linux/
3239 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3240 T:      git git://linuxtv.org/anttip/media_tree.git
3241 S:      Maintained
3242 F:      drivers/media/common/cypress_firmware*
3243
3244 CYTTSP TOUCHSCREEN DRIVER
3245 M:      Ferruh Yigit <fery@cypress.com>
3246 L:      linux-input@vger.kernel.org
3247 S:      Supported
3248 F:      drivers/input/touchscreen/cyttsp*
3249 F:      include/linux/input/cyttsp.h
3250
3251 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3252 M:      Joshua Kinard <kumba@gentoo.org>
3253 S:      Maintained
3254 F:      drivers/rtc/rtc-ds1685.c
3255 F:      include/linux/rtc/ds1685.h
3256
3257 DAMA SLAVE for AX.25
3258 M:      Joerg Reuter <jreuter@yaina.de>
3259 W:      http://yaina.de/jreuter/
3260 W:      http://www.qsl.net/dl1bke/
3261 L:      linux-hams@vger.kernel.org
3262 S:      Maintained
3263 F:      net/ax25/af_ax25.c
3264 F:      net/ax25/ax25_dev.c
3265 F:      net/ax25/ax25_ds_*
3266 F:      net/ax25/ax25_in.c
3267 F:      net/ax25/ax25_out.c
3268 F:      net/ax25/ax25_timer.c
3269 F:      net/ax25/sysctl_net_ax25.c
3270
3271 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3272 L:      netdev@vger.kernel.org
3273 S:      Orphan
3274 F:      Documentation/networking/dmfe.txt
3275 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3276
3277 DC390/AM53C974 SCSI driver
3278 M:      Hannes Reinecke <hare@suse.com>
3279 L:      linux-scsi@vger.kernel.org
3280 S:      Maintained
3281 F:      drivers/scsi/am53c974.c
3282
3283 DC395x SCSI driver
3284 M:      Oliver Neukum <oliver@neukum.org>
3285 M:      Ali Akcaagac <aliakc@web.de>
3286 M:      Jamie Lenehan <lenehan@twibble.org>
3287 L:      dc395x@twibble.org
3288 W:      http://twibble.org/dist/dc395x/
3289 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3290 S:      Maintained
3291 F:      Documentation/scsi/dc395x.txt
3292 F:      drivers/scsi/dc395x.*
3293
3294 DCCP PROTOCOL
3295 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3296 L:      dccp@vger.kernel.org
3297 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3298 S:      Maintained
3299 F:      include/linux/dccp.h
3300 F:      include/uapi/linux/dccp.h
3301 F:      include/linux/tfrc.h
3302 F:      net/dccp/
3303
3304 DECnet NETWORK LAYER
3305 W:      http://linux-decnet.sourceforge.net
3306 L:      linux-decnet-user@lists.sourceforge.net
3307 S:      Orphan
3308 F:      Documentation/networking/decnet.txt
3309 F:      net/decnet/
3310
3311 DECSTATION PLATFORM SUPPORT
3312 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3313 L:      linux-mips@linux-mips.org
3314 W:      http://www.linux-mips.org/wiki/DECstation
3315 S:      Maintained
3316 F:      arch/mips/dec/
3317 F:      arch/mips/include/asm/dec/
3318 F:      arch/mips/include/asm/mach-dec/
3319
3320 DEFXX FDDI NETWORK DRIVER
3321 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3322 S:      Maintained
3323 F:      drivers/net/fddi/defxx.*
3324
3325 DELL LAPTOP DRIVER
3326 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3327 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3328 L:      platform-driver-x86@vger.kernel.org
3329 S:      Maintained
3330 F:      drivers/platform/x86/dell-laptop.c
3331
3332 DELL LAPTOP RBTN DRIVER
3333 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3334 S:      Maintained
3335 F:      drivers/platform/x86/dell-rbtn.*
3336
3337 DELL LAPTOP FREEFALL DRIVER
3338 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3339 S:      Maintained
3340 F:      drivers/platform/x86/dell-smo8800.c
3341
3342 DELL LAPTOP SMM DRIVER
3343 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3344 S:      Maintained
3345 F:      drivers/hwmon/dell-smm-hwmon.c
3346 F:      include/uapi/linux/i8k.h
3347
3348 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3349 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3350 S:      Maintained
3351 F:      Documentation/dcdbas.txt
3352 F:      drivers/firmware/dcdbas.*
3353
3354 DELL WMI EXTRAS DRIVER
3355 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3356 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3357 S:      Maintained
3358 F:      drivers/platform/x86/dell-wmi.c
3359
3360 DESIGNWARE USB2 DRD IP DRIVER
3361 M:      John Youn <johnyoun@synopsys.com>
3362 L:      linux-usb@vger.kernel.org
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3364 S:      Maintained
3365 F:      drivers/usb/dwc2/
3366
3367 DESIGNWARE USB3 DRD IP DRIVER
3368 M:      Felipe Balbi <balbi@ti.com>
3369 L:      linux-usb@vger.kernel.org
3370 L:      linux-omap@vger.kernel.org
3371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3372 S:      Maintained
3373 F:      drivers/usb/dwc3/
3374
3375 DEVICE COREDUMP (DEV_COREDUMP)
3376 M:      Johannes Berg <johannes@sipsolutions.net>
3377 L:      linux-kernel@vger.kernel.org
3378 S:      Maintained
3379 F:      drivers/base/devcoredump.c
3380 F:      include/linux/devcoredump.h
3381
3382 DEVICE FREQUENCY (DEVFREQ)
3383 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3384 M:      Kyungmin Park <kyungmin.park@samsung.com>
3385 L:      linux-pm@vger.kernel.org
3386 S:      Maintained
3387 F:      drivers/devfreq/
3388
3389 DEVICE NUMBER REGISTRY
3390 M:      Torben Mathiasen <device@lanana.org>
3391 W:      http://lanana.org/docs/device-list/index.html
3392 S:      Maintained
3393
3394 DEVICE-MAPPER  (LVM)
3395 M:      Alasdair Kergon <agk@redhat.com>
3396 M:      Mike Snitzer <snitzer@redhat.com>
3397 M:      dm-devel@redhat.com
3398 L:      dm-devel@redhat.com
3399 W:      http://sources.redhat.com/dm
3400 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3402 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3403 S:      Maintained
3404 F:      Documentation/device-mapper/
3405 F:      drivers/md/dm*
3406 F:      drivers/md/persistent-data/
3407 F:      include/linux/device-mapper.h
3408 F:      include/linux/dm-*.h
3409 F:      include/uapi/linux/dm-*.h
3410
3411 DIALOG SEMICONDUCTOR DRIVERS
3412 M:      Support Opensource <support.opensource@diasemi.com>
3413 W:      http://www.dialog-semiconductor.com/products
3414 S:      Supported
3415 F:      Documentation/hwmon/da90??
3416 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3417 F:      drivers/gpio/gpio-da90??.c
3418 F:      drivers/hwmon/da90??-hwmon.c
3419 F:      drivers/iio/adc/da91??-*.c
3420 F:      drivers/input/misc/da90??_onkey.c
3421 F:      drivers/input/touchscreen/da9052_tsi.c
3422 F:      drivers/leds/leds-da90??.c
3423 F:      drivers/mfd/da903x.c
3424 F:      drivers/mfd/da90??-*.c
3425 F:      drivers/mfd/da91??-*.c
3426 F:      drivers/power/da9052-battery.c
3427 F:      drivers/power/da91??-*.c
3428 F:      drivers/regulator/da903x.c
3429 F:      drivers/regulator/da9???-regulator.[ch]
3430 F:      drivers/rtc/rtc-da90??.c
3431 F:      drivers/video/backlight/da90??_bl.c
3432 F:      drivers/watchdog/da90??_wdt.c
3433 F:      include/linux/mfd/da903x.h
3434 F:      include/linux/mfd/da9052/
3435 F:      include/linux/mfd/da9055/
3436 F:      include/linux/mfd/da9063/
3437 F:      include/linux/mfd/da9150/
3438 F:      include/sound/da[79]*.h
3439 F:      sound/soc/codecs/da[79]*.[ch]
3440
3441 DIGI NEO AND CLASSIC PCI PRODUCTS
3442 M:      Lidza Louina <lidza.louina@gmail.com>
3443 M:      Mark Hounschell <markh@compro.net>
3444 L:      driverdev-devel@linuxdriverproject.org
3445 S:      Maintained
3446 F:      drivers/staging/dgnc/
3447
3448 DIGI EPCA PCI PRODUCTS
3449 M:      Lidza Louina <lidza.louina@gmail.com>
3450 M:      Daeseok Youn <daeseok.youn@gmail.com>
3451 L:      driverdev-devel@linuxdriverproject.org
3452 S:      Maintained
3453 F:      drivers/staging/dgap/
3454
3455 DIOLAN U2C-12 I2C DRIVER
3456 M:      Guenter Roeck <linux@roeck-us.net>
3457 L:      linux-i2c@vger.kernel.org
3458 S:      Maintained
3459 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3460
3461 DIRECT ACCESS (DAX)
3462 M:      Matthew Wilcox <willy@linux.intel.com>
3463 L:      linux-fsdevel@vger.kernel.org
3464 S:      Supported
3465 F:      fs/dax.c
3466
3467 DIRECTORY NOTIFICATION (DNOTIFY)
3468 M:      Eric Paris <eparis@parisplace.org>
3469 S:      Maintained
3470 F:      Documentation/filesystems/dnotify.txt
3471 F:      fs/notify/dnotify/
3472 F:      include/linux/dnotify.h
3473
3474 DISK GEOMETRY AND PARTITION HANDLING
3475 M:      Andries Brouwer <aeb@cwi.nl>
3476 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3477 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3478 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3479 S:      Maintained
3480
3481 DISKQUOTA
3482 M:      Jan Kara <jack@suse.com>
3483 S:      Maintained
3484 F:      Documentation/filesystems/quota.txt
3485 F:      fs/quota/
3486 F:      include/linux/quota*.h
3487 F:      include/uapi/linux/quota*.h
3488
3489 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3490 M:      Bernie Thompson <bernie@plugable.com>
3491 L:      linux-fbdev@vger.kernel.org
3492 S:      Maintained
3493 W:      http://plugable.com/category/projects/udlfb/
3494 F:      drivers/video/fbdev/udlfb.c
3495 F:      include/video/udlfb.h
3496 F:      Documentation/fb/udlfb.txt
3497
3498 DISTRIBUTED LOCK MANAGER (DLM)
3499 M:      Christine Caulfield <ccaulfie@redhat.com>
3500 M:      David Teigland <teigland@redhat.com>
3501 L:      cluster-devel@redhat.com
3502 W:      http://sources.redhat.com/cluster/
3503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3504 S:      Supported
3505 F:      fs/dlm/
3506
3507 DMA BUFFER SHARING FRAMEWORK
3508 M:      Sumit Semwal <sumit.semwal@linaro.org>
3509 S:      Maintained
3510 L:      linux-media@vger.kernel.org
3511 L:      dri-devel@lists.freedesktop.org
3512 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3513 F:      drivers/dma-buf/
3514 F:      include/linux/dma-buf*
3515 F:      include/linux/reservation.h
3516 F:      include/linux/*fence.h
3517 F:      Documentation/dma-buf-sharing.txt
3518 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3519
3520 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3521 M:      Vinod Koul <vinod.koul@intel.com>
3522 L:      dmaengine@vger.kernel.org
3523 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3524 S:      Maintained
3525 F:      drivers/dma/
3526 F:      include/linux/dmaengine.h
3527 F:      Documentation/dmaengine/
3528 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3529
3530 DME1737 HARDWARE MONITOR DRIVER
3531 M:      Juerg Haefliger <juergh@gmail.com>
3532 L:      lm-sensors@lm-sensors.org
3533 S:      Maintained
3534 F:      Documentation/hwmon/dme1737
3535 F:      drivers/hwmon/dme1737.c
3536
3537 DMI/SMBIOS SUPPORT
3538 M:      Jean Delvare <jdelvare@suse.com>
3539 S:      Maintained
3540 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3541 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3542 F:      drivers/firmware/dmi-id.c
3543 F:      drivers/firmware/dmi_scan.c
3544 F:      include/linux/dmi.h
3545
3546 DOCUMENTATION
3547 M:      Jonathan Corbet <corbet@lwn.net>
3548 L:      linux-doc@vger.kernel.org
3549 S:      Maintained
3550 F:      Documentation/
3551 X:      Documentation/ABI/
3552 X:      Documentation/devicetree/
3553 X:      Documentation/acpi
3554 X:      Documentation/power
3555 X:      Documentation/spi
3556 X:      Documentation/DocBook/media
3557 T:      git git://git.lwn.net/linux-2.6.git docs-next
3558
3559 DOUBLETALK DRIVER
3560 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3561 L:      blinux-list@redhat.com
3562 S:      Maintained
3563 F:      drivers/char/dtlk.c
3564 F:      include/linux/dtlk.h
3565
3566 DPT_I2O SCSI RAID DRIVER
3567 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3568 L:      linux-scsi@vger.kernel.org
3569 W:      http://www.adaptec.com/
3570 S:      Maintained
3571 F:      drivers/scsi/dpt*
3572 F:      drivers/scsi/dpt/
3573
3574 DRBD DRIVER
3575 P:      Philipp Reisner
3576 P:      Lars Ellenberg
3577 M:      drbd-dev@lists.linbit.com
3578 L:      drbd-user@lists.linbit.com
3579 W:      http://www.drbd.org
3580 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3581 T:      git git://git.drbd.org/drbd-8.3.git
3582 S:      Supported
3583 F:      drivers/block/drbd/
3584 F:      lib/lru_cache.c
3585 F:      Documentation/blockdev/drbd/
3586
3587 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3588 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3590 S:      Supported
3591 F:      Documentation/kobject.txt
3592 F:      drivers/base/
3593 F:      fs/debugfs/
3594 F:      fs/kernfs/
3595 F:      fs/sysfs/
3596 F:      include/linux/debugfs.h
3597 F:      include/linux/kobj*
3598 F:      lib/kobj*
3599
3600 DRM DRIVERS
3601 M:      David Airlie <airlied@linux.ie>
3602 L:      dri-devel@lists.freedesktop.org
3603 T:      git git://people.freedesktop.org/~airlied/linux
3604 S:      Maintained
3605 F:      drivers/gpu/drm/
3606 F:      drivers/gpu/vga/
3607 F:      include/drm/
3608 F:      include/uapi/drm/
3609
3610 RADEON DRM DRIVERS
3611 M:      Alex Deucher <alexander.deucher@amd.com>
3612 M:      Christian König <christian.koenig@amd.com>
3613 L:      dri-devel@lists.freedesktop.org
3614 T:      git git://people.freedesktop.org/~agd5f/linux
3615 S:      Supported
3616 F:      drivers/gpu/drm/radeon/
3617 F:      include/uapi/drm/radeon*
3618
3619 DRM PANEL DRIVERS
3620 M:      Thierry Reding <thierry.reding@gmail.com>
3621 L:      dri-devel@lists.freedesktop.org
3622 T:      git git://anongit.freedesktop.org/tegra/linux.git
3623 S:      Maintained
3624 F:      drivers/gpu/drm/drm_panel.c
3625 F:      drivers/gpu/drm/panel/
3626 F:      include/drm/drm_panel.h
3627 F:      Documentation/devicetree/bindings/panel/
3628
3629 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3630 M:      Daniel Vetter <daniel.vetter@intel.com>
3631 M:      Jani Nikula <jani.nikula@linux.intel.com>
3632 L:      intel-gfx@lists.freedesktop.org
3633 L:      dri-devel@lists.freedesktop.org
3634 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3635 T:      git git://anongit.freedesktop.org/drm-intel
3636 S:      Supported
3637 F:      drivers/gpu/drm/i915/
3638 F:      include/drm/i915*
3639 F:      include/uapi/drm/i915*
3640
3641 DRM DRIVERS FOR ATMEL HLCDC
3642 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Supported
3645 F:      drivers/gpu/drm/atmel-hlcdc/
3646 F:      Documentation/devicetree/bindings/drm/atmel/
3647
3648 DRM DRIVERS FOR EXYNOS
3649 M:      Inki Dae <inki.dae@samsung.com>
3650 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3651 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3652 M:      Kyungmin Park <kyungmin.park@samsung.com>
3653 L:      dri-devel@lists.freedesktop.org
3654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3655 S:      Supported
3656 F:      drivers/gpu/drm/exynos/
3657 F:      include/drm/exynos*
3658 F:      include/uapi/drm/exynos*
3659
3660 DRM DRIVERS FOR FREESCALE DCU
3661 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3662 M:      Alison Wang <alison.wang@freescale.com>
3663 L:      dri-devel@lists.freedesktop.org
3664 S:      Supported
3665 F:      drivers/gpu/drm/fsl-dcu/
3666 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3667 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3668
3669 DRM DRIVERS FOR FREESCALE IMX
3670 M:      Philipp Zabel <p.zabel@pengutronix.de>
3671 L:      dri-devel@lists.freedesktop.org
3672 S:      Maintained
3673 F:      drivers/gpu/drm/imx/
3674 F:      Documentation/devicetree/bindings/drm/imx/
3675
3676 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3677 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3678 L:      dri-devel@lists.freedesktop.org
3679 T:      git git://github.com/patjak/drm-gma500
3680 S:      Maintained
3681 F:      drivers/gpu/drm/gma500
3682 F:      include/drm/gma500*
3683
3684 DRM DRIVERS FOR NVIDIA TEGRA
3685 M:      Thierry Reding <thierry.reding@gmail.com>
3686 M:      Terje Bergström <tbergstrom@nvidia.com>
3687 L:      dri-devel@lists.freedesktop.org
3688 L:      linux-tegra@vger.kernel.org
3689 T:      git git://anongit.freedesktop.org/tegra/linux.git
3690 S:      Supported
3691 F:      drivers/gpu/drm/tegra/
3692 F:      drivers/gpu/host1x/
3693 F:      include/linux/host1x.h
3694 F:      include/uapi/drm/tegra_drm.h
3695 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3696
3697 DRM DRIVERS FOR RENESAS
3698 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3699 L:      dri-devel@lists.freedesktop.org
3700 L:      linux-sh@vger.kernel.org
3701 T:      git git://people.freedesktop.org/~airlied/linux
3702 S:      Supported
3703 F:      drivers/gpu/drm/rcar-du/
3704 F:      drivers/gpu/drm/shmobile/
3705 F:      include/linux/platform_data/shmob_drm.h
3706
3707 DRM DRIVERS FOR ROCKCHIP
3708 M:      Mark Yao <mark.yao@rock-chips.com>
3709 L:      dri-devel@lists.freedesktop.org
3710 S:      Maintained
3711 F:      drivers/gpu/drm/rockchip/
3712 F:      Documentation/devicetree/bindings/video/rockchip*
3713
3714 DRM DRIVERS FOR STI
3715 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3716 M:      Vincent Abriou <vincent.abriou@st.com>
3717 L:      dri-devel@lists.freedesktop.org
3718 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3719 S:      Maintained
3720 F:      drivers/gpu/drm/sti
3721 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3722
3723 DSBR100 USB FM RADIO DRIVER
3724 M:      Alexey Klimov <klimov.linux@gmail.com>
3725 L:      linux-media@vger.kernel.org
3726 T:      git git://linuxtv.org/media_tree.git
3727 S:      Maintained
3728 F:      drivers/media/radio/dsbr100.c
3729
3730 DSCC4 DRIVER
3731 M:      Francois Romieu <romieu@fr.zoreil.com>
3732 L:      netdev@vger.kernel.org
3733 S:      Maintained
3734 F:      drivers/net/wan/dscc4.c
3735
3736 DT3155 MEDIA DRIVER
3737 M:      Hans Verkuil <hverkuil@xs4all.nl>
3738 L:      linux-media@vger.kernel.org
3739 T:      git git://linuxtv.org/media_tree.git
3740 W:      http://linuxtv.org
3741 S:      Odd Fixes
3742 F:      drivers/media/pci/dt3155/
3743
3744 DVB_USB_AF9015 MEDIA DRIVER
3745 M:      Antti Palosaari <crope@iki.fi>
3746 L:      linux-media@vger.kernel.org
3747 W:      http://linuxtv.org/
3748 W:      http://palosaari.fi/linux/
3749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3750 T:      git git://linuxtv.org/anttip/media_tree.git
3751 S:      Maintained
3752 F:      drivers/media/usb/dvb-usb-v2/af9015*
3753
3754 DVB_USB_AF9035 MEDIA DRIVER
3755 M:      Antti Palosaari <crope@iki.fi>
3756 L:      linux-media@vger.kernel.org
3757 W:      http://linuxtv.org/
3758 W:      http://palosaari.fi/linux/
3759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3760 T:      git git://linuxtv.org/anttip/media_tree.git
3761 S:      Maintained
3762 F:      drivers/media/usb/dvb-usb-v2/af9035*
3763
3764 DVB_USB_ANYSEE MEDIA DRIVER
3765 M:      Antti Palosaari <crope@iki.fi>
3766 L:      linux-media@vger.kernel.org
3767 W:      http://linuxtv.org/
3768 W:      http://palosaari.fi/linux/
3769 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3770 T:      git git://linuxtv.org/anttip/media_tree.git
3771 S:      Maintained
3772 F:      drivers/media/usb/dvb-usb-v2/anysee*
3773
3774 DVB_USB_AU6610 MEDIA DRIVER
3775 M:      Antti Palosaari <crope@iki.fi>
3776 L:      linux-media@vger.kernel.org
3777 W:      http://linuxtv.org/
3778 W:      http://palosaari.fi/linux/
3779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3780 T:      git git://linuxtv.org/anttip/media_tree.git
3781 S:      Maintained
3782 F:      drivers/media/usb/dvb-usb-v2/au6610*
3783
3784 DVB_USB_CE6230 MEDIA DRIVER
3785 M:      Antti Palosaari <crope@iki.fi>
3786 L:      linux-media@vger.kernel.org
3787 W:      http://linuxtv.org/
3788 W:      http://palosaari.fi/linux/
3789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3790 T:      git git://linuxtv.org/anttip/media_tree.git
3791 S:      Maintained
3792 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3793
3794 DVB_USB_CXUSB MEDIA DRIVER
3795 M:      Michael Krufky <mkrufky@linuxtv.org>
3796 L:      linux-media@vger.kernel.org
3797 W:      http://linuxtv.org/
3798 W:      http://github.com/mkrufky
3799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3800 T:      git git://linuxtv.org/media_tree.git
3801 S:      Maintained
3802 F:      drivers/media/usb/dvb-usb/cxusb*
3803
3804 DVB_USB_EC168 MEDIA DRIVER
3805 M:      Antti Palosaari <crope@iki.fi>
3806 L:      linux-media@vger.kernel.org
3807 W:      http://linuxtv.org/
3808 W:      http://palosaari.fi/linux/
3809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3810 T:      git git://linuxtv.org/anttip/media_tree.git
3811 S:      Maintained
3812 F:      drivers/media/usb/dvb-usb-v2/ec168*
3813
3814 DVB_USB_GL861 MEDIA DRIVER
3815 M:      Antti Palosaari <crope@iki.fi>
3816 L:      linux-media@vger.kernel.org
3817 W:      http://linuxtv.org/
3818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3819 T:      git git://linuxtv.org/anttip/media_tree.git
3820 S:      Maintained
3821 F:      drivers/media/usb/dvb-usb-v2/gl861*
3822
3823 DVB_USB_MXL111SF MEDIA DRIVER
3824 M:      Michael Krufky <mkrufky@linuxtv.org>
3825 L:      linux-media@vger.kernel.org
3826 W:      http://linuxtv.org/
3827 W:      http://github.com/mkrufky
3828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3829 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3830 S:      Maintained
3831 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3832
3833 DVB_USB_RTL28XXU MEDIA DRIVER
3834 M:      Antti Palosaari <crope@iki.fi>
3835 L:      linux-media@vger.kernel.org
3836 W:      http://linuxtv.org/
3837 W:      http://palosaari.fi/linux/
3838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3839 T:      git git://linuxtv.org/anttip/media_tree.git
3840 S:      Maintained
3841 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3842
3843 DVB_USB_V2 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/usb/dvb-usb-v2/dvb_usb*
3852 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3853
3854 DYNAMIC DEBUG
3855 M:      Jason Baron <jbaron@akamai.com>
3856 S:      Maintained
3857 F:      lib/dynamic_debug.c
3858 F:      include/linux/dynamic_debug.h
3859
3860 DZ DECSTATION DZ11 SERIAL DRIVER
3861 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3862 S:      Maintained
3863 F:      drivers/tty/serial/dz.*
3864
3865 E3X0 POWER BUTTON DRIVER
3866 M:      Moritz Fischer <moritz.fischer@ettus.com>
3867 L:      usrp-users@lists.ettus.com
3868 W:      http://www.ettus.com
3869 S:      Supported
3870 F:      drivers/input/misc/e3x0-button.c
3871 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3872
3873 E4000 MEDIA DRIVER
3874 M:      Antti Palosaari <crope@iki.fi>
3875 L:      linux-media@vger.kernel.org
3876 W:      http://linuxtv.org/
3877 W:      http://palosaari.fi/linux/
3878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3879 T:      git git://linuxtv.org/anttip/media_tree.git
3880 S:      Maintained
3881 F:      drivers/media/tuners/e4000*
3882
3883 EATA ISA/EISA/PCI SCSI DRIVER
3884 M:      Dario Ballabio <ballabio_dario@emc.com>
3885 L:      linux-scsi@vger.kernel.org
3886 S:      Maintained
3887 F:      drivers/scsi/eata.c
3888
3889 EC100 MEDIA DRIVER
3890 M:      Antti Palosaari <crope@iki.fi>
3891 L:      linux-media@vger.kernel.org
3892 W:      http://linuxtv.org/
3893 W:      http://palosaari.fi/linux/
3894 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3895 T:      git git://linuxtv.org/anttip/media_tree.git
3896 S:      Maintained
3897 F:      drivers/media/dvb-frontends/ec100*
3898
3899 ECRYPT FILE SYSTEM
3900 M:      Tyler Hicks <tyhicks@canonical.com>
3901 L:      ecryptfs@vger.kernel.org
3902 W:      http://ecryptfs.org
3903 W:      https://launchpad.net/ecryptfs
3904 S:      Supported
3905 F:      Documentation/filesystems/ecryptfs.txt
3906 F:      fs/ecryptfs/
3907
3908 EDAC-CORE
3909 M:      Doug Thompson <dougthompson@xmission.com>
3910 M:      Borislav Petkov <bp@alien8.de>
3911 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3912 L:      linux-edac@vger.kernel.org
3913 W:      bluesmoke.sourceforge.net
3914 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3915 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3916 S:      Supported
3917 F:      Documentation/edac.txt
3918 F:      drivers/edac/
3919 F:      include/linux/edac.h
3920
3921 EDAC-AMD64
3922 M:      Doug Thompson <dougthompson@xmission.com>
3923 M:      Borislav Petkov <bp@alien8.de>
3924 L:      linux-edac@vger.kernel.org
3925 W:      bluesmoke.sourceforge.net
3926 S:      Maintained
3927 F:      drivers/edac/amd64_edac*
3928
3929 EDAC-CALXEDA
3930 M:      Doug Thompson <dougthompson@xmission.com>
3931 M:      Robert Richter <rric@kernel.org>
3932 L:      linux-edac@vger.kernel.org
3933 W:      bluesmoke.sourceforge.net
3934 S:      Maintained
3935 F:      drivers/edac/highbank*
3936
3937 EDAC-CAVIUM
3938 M:      Ralf Baechle <ralf@linux-mips.org>
3939 M:      David Daney <david.daney@cavium.com>
3940 L:      linux-edac@vger.kernel.org
3941 L:      linux-mips@linux-mips.org
3942 W:      bluesmoke.sourceforge.net
3943 S:      Supported
3944 F:      drivers/edac/octeon_edac*
3945
3946 EDAC-E752X
3947 M:      Mark Gross <mark.gross@intel.com>
3948 M:      Doug Thompson <dougthompson@xmission.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/e752x_edac.c
3953
3954 EDAC-E7XXX
3955 M:      Doug Thompson <dougthompson@xmission.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/e7xxx_edac.c
3960
3961 EDAC-GHES
3962 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/ghes_edac.c
3967
3968 EDAC-I82443BXGX
3969 M:      Tim Small <tim@buttersideup.com>
3970 L:      linux-edac@vger.kernel.org
3971 W:      bluesmoke.sourceforge.net
3972 S:      Maintained
3973 F:      drivers/edac/i82443bxgx_edac.c
3974
3975 EDAC-I3000
3976 M:      Jason Uhlenkott <juhlenko@akamai.com>
3977 L:      linux-edac@vger.kernel.org
3978 W:      bluesmoke.sourceforge.net
3979 S:      Maintained
3980 F:      drivers/edac/i3000_edac.c
3981
3982 EDAC-I5000
3983 M:      Doug Thompson <dougthompson@xmission.com>
3984 L:      linux-edac@vger.kernel.org
3985 W:      bluesmoke.sourceforge.net
3986 S:      Maintained
3987 F:      drivers/edac/i5000_edac.c
3988
3989 EDAC-I5400
3990 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3991 L:      linux-edac@vger.kernel.org
3992 W:      bluesmoke.sourceforge.net
3993 S:      Maintained
3994 F:      drivers/edac/i5400_edac.c
3995
3996 EDAC-I7300
3997 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3998 L:      linux-edac@vger.kernel.org
3999 W:      bluesmoke.sourceforge.net
4000 S:      Maintained
4001 F:      drivers/edac/i7300_edac.c
4002
4003 EDAC-I7CORE
4004 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4005 L:      linux-edac@vger.kernel.org
4006 W:      bluesmoke.sourceforge.net
4007 S:      Maintained
4008 F:      drivers/edac/i7core_edac.c
4009
4010 EDAC-I82975X
4011 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4012 M:      "Arvind R." <arvino55@gmail.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/i82975x_edac.c
4017
4018 EDAC-IE31200
4019 M:      Jason Baron <jbaron@akamai.com>
4020 L:      linux-edac@vger.kernel.org
4021 W:      bluesmoke.sourceforge.net
4022 S:      Maintained
4023 F:      drivers/edac/ie31200_edac.c
4024
4025 EDAC-MPC85XX
4026 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4027 L:      linux-edac@vger.kernel.org
4028 W:      bluesmoke.sourceforge.net
4029 S:      Maintained
4030 F:      drivers/edac/mpc85xx_edac.[ch]
4031
4032 EDAC-PASEMI
4033 M:      Egor Martovetsky <egor@pasemi.com>
4034 L:      linux-edac@vger.kernel.org
4035 W:      bluesmoke.sourceforge.net
4036 S:      Maintained
4037 F:      drivers/edac/pasemi_edac.c
4038
4039 EDAC-R82600
4040 M:      Tim Small <tim@buttersideup.com>
4041 L:      linux-edac@vger.kernel.org
4042 W:      bluesmoke.sourceforge.net
4043 S:      Maintained
4044 F:      drivers/edac/r82600_edac.c
4045
4046 EDAC-SBRIDGE
4047 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4048 L:      linux-edac@vger.kernel.org
4049 W:      bluesmoke.sourceforge.net
4050 S:      Maintained
4051 F:      drivers/edac/sb_edac.c
4052
4053 EDAC-XGENE
4054 APPLIED MICRO (APM) X-GENE SOC EDAC
4055 M:     Loc Ho <lho@apm.com>
4056 S:     Supported
4057 F:     drivers/edac/xgene_edac.c
4058 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4059
4060 EDIROL UA-101/UA-1000 DRIVER
4061 M:      Clemens Ladisch <clemens@ladisch.de>
4062 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4063 T:      git git://git.alsa-project.org/alsa-kernel.git
4064 S:      Maintained
4065 F:      sound/usb/misc/ua101.c
4066
4067 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4068 M:      Matt Fleming <matt@codeblueprint.co.uk>
4069 L:      linux-efi@vger.kernel.org
4070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4071 S:      Maintained
4072 F:      Documentation/efi-stub.txt
4073 F:      arch/ia64/kernel/efi.c
4074 F:      arch/x86/boot/compressed/eboot.[ch]
4075 F:      arch/x86/include/asm/efi.h
4076 F:      arch/x86/platform/efi/*
4077 F:      drivers/firmware/efi/*
4078 F:      include/linux/efi*.h
4079
4080 EFI VARIABLE FILESYSTEM
4081 M:      Matthew Garrett <matthew.garrett@nebula.com>
4082 M:      Jeremy Kerr <jk@ozlabs.org>
4083 M:      Matt Fleming <matt@codeblueprint.co.uk>
4084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4085 L:      linux-efi@vger.kernel.org
4086 S:      Maintained
4087 F:      fs/efivarfs/
4088
4089 EFIFB FRAMEBUFFER DRIVER
4090 L:      linux-fbdev@vger.kernel.org
4091 M:      Peter Jones <pjones@redhat.com>
4092 S:      Maintained
4093 F:      drivers/video/fbdev/efifb.c
4094
4095 EFS FILESYSTEM
4096 W:      http://aeschi.ch.eu.org/efs/
4097 S:      Orphan
4098 F:      fs/efs/
4099
4100 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4101 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4102 M:      Christoph Raisch <raisch@de.ibm.com>
4103 L:      linux-rdma@vger.kernel.org
4104 S:      Supported
4105 F:      drivers/infiniband/hw/ehca/
4106
4107 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4108 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4109 L:      netdev@vger.kernel.org
4110 S:      Maintained
4111 F:      drivers/net/ethernet/ibm/ehea/
4112
4113 EM28XX VIDEO4LINUX DRIVER
4114 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4115 L:      linux-media@vger.kernel.org
4116 W:      http://linuxtv.org
4117 T:      git git://linuxtv.org/media_tree.git
4118 S:      Maintained
4119 F:      drivers/media/usb/em28xx/
4120
4121 EMBEDDED LINUX
4122 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4123 M:      Matt Mackall <mpm@selenic.com>
4124 M:      David Woodhouse <dwmw2@infradead.org>
4125 L:      linux-embedded@vger.kernel.org
4126 S:      Maintained
4127
4128 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4129 M:      James Smart <james.smart@avagotech.com>
4130 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4131 L:      linux-scsi@vger.kernel.org
4132 W:      http://www.avagotech.com
4133 S:      Supported
4134 F:      drivers/scsi/lpfc/
4135
4136 ENE CB710 FLASH CARD READER DRIVER
4137 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4138 S:      Maintained
4139 F:      drivers/misc/cb710/
4140 F:      drivers/mmc/host/cb710-mmc.*
4141 F:      include/linux/cb710.h
4142
4143 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4144 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4145 S:      Maintained
4146 F:      drivers/media/rc/ene_ir.*
4147
4148 ENHANCED ERROR HANDLING (EEH)
4149 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4150 L:      linuxppc-dev@lists.ozlabs.org
4151 S:      Supported
4152 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4153 F:      arch/powerpc/kernel/eeh*.c
4154
4155 EPSON S1D13XXX FRAMEBUFFER DRIVER
4156 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4157 S:      Maintained
4158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4159 F:      drivers/video/fbdev/s1d13xxxfb.c
4160 F:      include/video/s1d13xxxfb.h
4161
4162 ET131X NETWORK DRIVER
4163 M:      Mark Einon <mark.einon@gmail.com>
4164 S:      Odd Fixes
4165 F:      drivers/net/ethernet/agere/
4166
4167 ETHERNET BRIDGE
4168 M:      Stephen Hemminger <stephen@networkplumber.org>
4169 L:      bridge@lists.linux-foundation.org
4170 L:      netdev@vger.kernel.org
4171 W:      http://www.linuxfoundation.org/en/Net:Bridge
4172 S:      Maintained
4173 F:      include/linux/netfilter_bridge/
4174 F:      net/bridge/
4175
4176 ETHERNET PHY LIBRARY
4177 M:      Florian Fainelli <f.fainelli@gmail.com>
4178 L:      netdev@vger.kernel.org
4179 S:      Maintained
4180 F:      include/linux/phy.h
4181 F:      include/linux/phy_fixed.h
4182 F:      drivers/net/phy/
4183 F:      Documentation/networking/phy.txt
4184 F:      drivers/of/of_mdio.c
4185 F:      drivers/of/of_net.c
4186
4187 EXT2 FILE SYSTEM
4188 M:      Jan Kara <jack@suse.com>
4189 L:      linux-ext4@vger.kernel.org
4190 S:      Maintained
4191 F:      Documentation/filesystems/ext2.txt
4192 F:      fs/ext2/
4193 F:      include/linux/ext2*
4194
4195 EXT4 FILE SYSTEM
4196 M:      "Theodore Ts'o" <tytso@mit.edu>
4197 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4198 L:      linux-ext4@vger.kernel.org
4199 W:      http://ext4.wiki.kernel.org
4200 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4201 S:      Maintained
4202 F:      Documentation/filesystems/ext4.txt
4203 F:      fs/ext4/
4204
4205 Extended Verification Module (EVM)
4206 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4207 L:      linux-ima-devel@lists.sourceforge.net
4208 L:      linux-security-module@vger.kernel.org
4209 S:      Supported
4210 F:      security/integrity/evm/
4211
4212 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4213 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4214 M:      Chanwoo Choi <cw00.choi@samsung.com>
4215 L:      linux-kernel@vger.kernel.org
4216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4217 S:      Maintained
4218 F:      drivers/extcon/
4219 F:      Documentation/extcon/
4220
4221 EXYNOS DP DRIVER
4222 M:      Jingoo Han <jingoohan1@gmail.com>
4223 L:      dri-devel@lists.freedesktop.org
4224 S:      Maintained
4225 F:      drivers/gpu/drm/exynos/exynos_dp*
4226
4227 EXYNOS MIPI DISPLAY DRIVERS
4228 M:      Inki Dae <inki.dae@samsung.com>
4229 M:      Donghwa Lee <dh09.lee@samsung.com>
4230 M:      Kyungmin Park <kyungmin.park@samsung.com>
4231 L:      linux-fbdev@vger.kernel.org
4232 S:      Maintained
4233 F:      drivers/video/fbdev/exynos/exynos_mipi*
4234 F:      include/video/exynos_mipi*
4235
4236 F71805F HARDWARE MONITORING DRIVER
4237 M:      Jean Delvare <jdelvare@suse.com>
4238 L:      lm-sensors@lm-sensors.org
4239 S:      Maintained
4240 F:      Documentation/hwmon/f71805f
4241 F:      drivers/hwmon/f71805f.c
4242
4243 FC0011 TUNER DRIVER
4244 M:      Michael Buesch <m@bues.ch>
4245 L:      linux-media@vger.kernel.org
4246 S:      Maintained
4247 F:      drivers/media/tuners/fc0011.h
4248 F:      drivers/media/tuners/fc0011.c
4249
4250 FC2580 MEDIA DRIVER
4251 M:      Antti Palosaari <crope@iki.fi>
4252 L:      linux-media@vger.kernel.org
4253 W:      http://linuxtv.org/
4254 W:      http://palosaari.fi/linux/
4255 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4256 T:      git git://linuxtv.org/anttip/media_tree.git
4257 S:      Maintained
4258 F:      drivers/media/tuners/fc2580*
4259
4260 FANOTIFY
4261 M:      Eric Paris <eparis@redhat.com>
4262 S:      Maintained
4263 F:      fs/notify/fanotify/
4264 F:      include/linux/fanotify.h
4265 F:      include/uapi/linux/fanotify.h
4266
4267 FARSYNC SYNCHRONOUS DRIVER
4268 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4269 W:      http://www.farsite.co.uk/
4270 S:      Supported
4271 F:      drivers/net/wan/farsync.*
4272
4273 FAULT INJECTION SUPPORT
4274 M:      Akinobu Mita <akinobu.mita@gmail.com>
4275 S:      Supported
4276 F:      Documentation/fault-injection/
4277 F:      lib/fault-inject.c
4278
4279 FBTFT Framebuffer drivers
4280 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4281 M:      Noralf Trønnes <noralf@tronnes.org>
4282 S:      Maintained
4283 F:      drivers/staging/fbtft/
4284
4285 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4286 M:      Vasu Dev <vasu.dev@intel.com>
4287 L:      fcoe-devel@open-fcoe.org
4288 W:      www.Open-FCoE.org
4289 S:      Supported
4290 F:      drivers/scsi/libfc/
4291 F:      drivers/scsi/fcoe/
4292 F:      include/scsi/fc/
4293 F:      include/scsi/libfc.h
4294 F:      include/scsi/libfcoe.h
4295 F:      include/uapi/scsi/fc/
4296
4297 FILE LOCKING (flock() and fcntl()/lockf())
4298 M:      Jeff Layton <jlayton@poochiereds.net>
4299 M:      "J. Bruce Fields" <bfields@fieldses.org>
4300 L:      linux-fsdevel@vger.kernel.org
4301 S:      Maintained
4302 F:      include/linux/fcntl.h
4303 F:      include/linux/fs.h
4304 F:      include/uapi/linux/fcntl.h
4305 F:      include/uapi/linux/fs.h
4306 F:      fs/fcntl.c
4307 F:      fs/locks.c
4308
4309 FILESYSTEMS (VFS and infrastructure)
4310 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4311 L:      linux-fsdevel@vger.kernel.org
4312 S:      Maintained
4313 F:      fs/*
4314
4315 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4316 M:      Riku Voipio <riku.voipio@iki.fi>
4317 L:      lm-sensors@lm-sensors.org
4318 S:      Maintained
4319 F:      drivers/hwmon/f75375s.c
4320 F:      include/linux/f75375s.h
4321
4322 FIREWIRE AUDIO DRIVERS
4323 M:      Clemens Ladisch <clemens@ladisch.de>
4324 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4325 T:      git git://git.alsa-project.org/alsa-kernel.git
4326 S:      Maintained
4327 F:      sound/firewire/
4328
4329 FIREWIRE MEDIA DRIVERS (firedtv)
4330 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4331 L:      linux-media@vger.kernel.org
4332 L:      linux1394-devel@lists.sourceforge.net
4333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4334 S:      Maintained
4335 F:      drivers/media/firewire/
4336
4337 FIREWIRE SBP-2 TARGET
4338 M:      Chris Boot <bootc@bootc.net>
4339 L:      linux-scsi@vger.kernel.org
4340 L:      target-devel@vger.kernel.org
4341 L:      linux1394-devel@lists.sourceforge.net
4342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4343 S:      Maintained
4344 F:      drivers/target/sbp/
4345
4346 FIREWIRE SUBSYSTEM
4347 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4348 L:      linux1394-devel@lists.sourceforge.net
4349 W:      http://ieee1394.wiki.kernel.org/
4350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4351 S:      Maintained
4352 F:      drivers/firewire/
4353 F:      include/linux/firewire.h
4354 F:      include/uapi/linux/firewire*.h
4355 F:      tools/firewire/
4356
4357 FIRMWARE LOADER (request_firmware)
4358 M:      Ming Lei <ming.lei@canonical.com>
4359 L:      linux-kernel@vger.kernel.org
4360 S:      Maintained
4361 F:      Documentation/firmware_class/
4362 F:      drivers/base/firmware*.c
4363 F:      include/linux/firmware.h
4364
4365 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4366 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4367 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4368 S:      Maintained
4369 F:      drivers/block/rsxx/
4370
4371 FLOPPY DRIVER
4372 M:      Jiri Kosina <jikos@kernel.org>
4373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4374 S:      Odd fixes
4375 F:      drivers/block/floppy.c
4376
4377 FMC SUBSYSTEM
4378 M:      Alessandro Rubini <rubini@gnudd.com>
4379 W:      http://www.ohwr.org/projects/fmc-bus
4380 S:      Supported
4381 F:      drivers/fmc/
4382 F:      include/linux/fmc*.h
4383 F:      include/linux/ipmi-fru.h
4384 K:      fmc_d.*register
4385
4386 FPU EMULATOR
4387 M:      Bill Metzenthen <billm@melbpc.org.au>
4388 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4389 S:      Maintained
4390 F:      arch/x86/math-emu/
4391
4392 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4393 L:      netdev@vger.kernel.org
4394 S:      Orphan
4395 F:      drivers/net/wan/dlci.c
4396 F:      drivers/net/wan/sdla.c
4397
4398 FRAMEBUFFER LAYER
4399 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4400 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4401 L:      linux-fbdev@vger.kernel.org
4402 W:      http://linux-fbdev.sourceforge.net/
4403 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4405 S:      Maintained
4406 F:      Documentation/fb/
4407 F:      Documentation/devicetree/bindings/fb/
4408 F:      drivers/video/
4409 F:      include/video/
4410 F:      include/linux/fb.h
4411 F:      include/uapi/video/
4412 F:      include/uapi/linux/fb.h
4413
4414 FREESCALE DIU FRAMEBUFFER DRIVER
4415 M:      Timur Tabi <timur@tabi.org>
4416 L:      linux-fbdev@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/video/fbdev/fsl-diu-fb.*
4419
4420 FREESCALE DMA DRIVER
4421 M:      Li Yang <leoli@freescale.com>
4422 M:      Zhang Wei <zw@zh-kernel.org>
4423 L:      linuxppc-dev@lists.ozlabs.org
4424 S:      Maintained
4425 F:      drivers/dma/fsldma.*
4426
4427 FREESCALE I2C CPM DRIVER
4428 M:      Jochen Friedrich <jochen@scram.de>
4429 L:      linuxppc-dev@lists.ozlabs.org
4430 L:      linux-i2c@vger.kernel.org
4431 S:      Maintained
4432 F:      drivers/i2c/busses/i2c-cpm.c
4433
4434 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4435 M:      Sascha Hauer <kernel@pengutronix.de>
4436 L:      linux-fbdev@vger.kernel.org
4437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4438 S:      Maintained
4439 F:      include/linux/platform_data/video-imxfb.h
4440 F:      drivers/video/fbdev/imxfb.c
4441
4442 FREESCALE QUAD SPI DRIVER
4443 M:      Han Xu <han.xu@freescale.com>
4444 L:      linux-mtd@lists.infradead.org
4445 S:      Maintained
4446 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4447
4448 FREESCALE SOC FS_ENET DRIVER
4449 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4450 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4451 L:      linuxppc-dev@lists.ozlabs.org
4452 L:      netdev@vger.kernel.org
4453 S:      Maintained
4454 F:      drivers/net/ethernet/freescale/fs_enet/
4455 F:      include/linux/fs_enet_pd.h
4456
4457 FREESCALE QUICC ENGINE LIBRARY
4458 L:      linuxppc-dev@lists.ozlabs.org
4459 S:      Orphan
4460 F:      arch/powerpc/sysdev/qe_lib/
4461 F:      arch/powerpc/include/asm/*qe.h
4462
4463 FREESCALE USB PERIPHERAL DRIVERS
4464 M:      Li Yang <leoli@freescale.com>
4465 L:      linux-usb@vger.kernel.org
4466 L:      linuxppc-dev@lists.ozlabs.org
4467 S:      Maintained
4468 F:      drivers/usb/gadget/udc/fsl*
4469
4470 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4471 M:      Li Yang <leoli@freescale.com>
4472 L:      netdev@vger.kernel.org
4473 L:      linuxppc-dev@lists.ozlabs.org
4474 S:      Maintained
4475 F:      drivers/net/ethernet/freescale/ucc_geth*
4476
4477 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4478 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4479 L:      netdev@vger.kernel.org
4480 S:      Maintained
4481 F:      drivers/net/ethernet/freescale/gianfar*
4482 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4483 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4484
4485 FREESCALE QUICC ENGINE UCC UART DRIVER
4486 M:      Timur Tabi <timur@tabi.org>
4487 L:      linuxppc-dev@lists.ozlabs.org
4488 S:      Maintained
4489 F:      drivers/tty/serial/ucc_uart.c
4490
4491 FREESCALE SOC SOUND DRIVERS
4492 M:      Timur Tabi <timur@tabi.org>
4493 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4494 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4495 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4496 L:      linuxppc-dev@lists.ozlabs.org
4497 S:      Maintained
4498 F:      sound/soc/fsl/fsl*
4499 F:      sound/soc/fsl/imx*
4500 F:      sound/soc/fsl/mpc8610_hpcd.c
4501
4502 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4503 M:      "J. German Rivera" <German.Rivera@freescale.com>
4504 L:      linux-kernel@vger.kernel.org
4505 S:      Maintained
4506 F:      drivers/staging/fsl-mc/
4507
4508 FREEVXFS FILESYSTEM
4509 M:      Christoph Hellwig <hch@infradead.org>
4510 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4511 S:      Maintained
4512 F:      fs/freevxfs/
4513
4514 FREEZER
4515 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4516 M:      Pavel Machek <pavel@ucw.cz>
4517 L:      linux-pm@vger.kernel.org
4518 S:      Supported
4519 F:      Documentation/power/freezing-of-tasks.txt
4520 F:      include/linux/freezer.h
4521 F:      kernel/freezer.c
4522
4523 FRONTSWAP API
4524 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4525 L:      linux-kernel@vger.kernel.org
4526 S:      Maintained
4527 F:      mm/frontswap.c
4528 F:      include/linux/frontswap.h
4529
4530 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4531 M:      David Howells <dhowells@redhat.com>
4532 L:      linux-cachefs@redhat.com
4533 S:      Supported
4534 F:      Documentation/filesystems/caching/
4535 F:      fs/fscache/
4536 F:      include/linux/fscache*.h
4537
4538 F2FS FILE SYSTEM
4539 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4540 M:      Changman Lee <cm224.lee@samsung.com>
4541 R:      Chao Yu <chao2.yu@samsung.com>
4542 L:      linux-f2fs-devel@lists.sourceforge.net
4543 W:      http://en.wikipedia.org/wiki/F2FS
4544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4545 S:      Maintained
4546 F:      Documentation/filesystems/f2fs.txt
4547 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4548 F:      fs/f2fs/
4549 F:      include/linux/f2fs_fs.h
4550 F:      include/trace/events/f2fs.h
4551
4552 FUJITSU FR-V (FRV) PORT
4553 M:      David Howells <dhowells@redhat.com>
4554 S:      Maintained
4555 F:      arch/frv/
4556
4557 FUJITSU LAPTOP EXTRAS
4558 M:      Jonathan Woithe <jwoithe@just42.net>
4559 L:      platform-driver-x86@vger.kernel.org
4560 S:      Maintained
4561 F:      drivers/platform/x86/fujitsu-laptop.c
4562
4563 FUJITSU M-5MO LS CAMERA ISP DRIVER
4564 M:      Kyungmin Park <kyungmin.park@samsung.com>
4565 M:      Heungjun Kim <riverful.kim@samsung.com>
4566 L:      linux-media@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/media/i2c/m5mols/
4569 F:      include/media/m5mols.h
4570
4571 FUJITSU TABLET EXTRAS
4572 M:      Robert Gerlach <khnz@gmx.de>
4573 L:      platform-driver-x86@vger.kernel.org
4574 S:      Maintained
4575 F:      drivers/platform/x86/fujitsu-tablet.c
4576
4577 FUSE: FILESYSTEM IN USERSPACE
4578 M:      Miklos Szeredi <miklos@szeredi.hu>
4579 L:      fuse-devel@lists.sourceforge.net
4580 W:      http://fuse.sourceforge.net/
4581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4582 S:      Maintained
4583 F:      fs/fuse/
4584 F:      include/uapi/linux/fuse.h
4585 F:      Documentation/filesystems/fuse.txt
4586
4587 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4588 M:      Rik Faith <faith@cs.unc.edu>
4589 L:      linux-scsi@vger.kernel.org
4590 S:      Odd Fixes (e.g., new signatures)
4591 F:      drivers/scsi/fdomain.*
4592
4593 GCOV BASED KERNEL PROFILING
4594 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4595 S:      Maintained
4596 F:      kernel/gcov/
4597 F:      Documentation/gcov.txt
4598
4599 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4600 M:      Achim Leubner <achim_leubner@adaptec.com>
4601 L:      linux-scsi@vger.kernel.org
4602 W:      http://www.icp-vortex.com/
4603 S:      Supported
4604 F:      drivers/scsi/gdt*
4605
4606 GDB KERNEL DEBUGGING HELPER SCRIPTS
4607 M:      Jan Kiszka <jan.kiszka@siemens.com>
4608 S:      Supported
4609 F:      scripts/gdb/
4610
4611 GEMTEK FM RADIO RECEIVER DRIVER
4612 M:      Hans Verkuil <hverkuil@xs4all.nl>
4613 L:      linux-media@vger.kernel.org
4614 T:      git git://linuxtv.org/media_tree.git
4615 W:      http://linuxtv.org
4616 S:      Maintained
4617 F:      drivers/media/radio/radio-gemtek*
4618
4619 GENERIC GPIO I2C DRIVER
4620 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4621 S:      Supported
4622 F:      drivers/i2c/busses/i2c-gpio.c
4623 F:      include/linux/i2c-gpio.h
4624
4625 GENERIC GPIO I2C MULTIPLEXER DRIVER
4626 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4627 L:      linux-i2c@vger.kernel.org
4628 S:      Supported
4629 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4630 F:      include/linux/i2c-mux-gpio.h
4631 F:      Documentation/i2c/muxes/i2c-mux-gpio
4632
4633 GENERIC HDLC (WAN) DRIVERS
4634 M:      Krzysztof Halasa <khc@pm.waw.pl>
4635 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4636 S:      Maintained
4637 F:      drivers/net/wan/c101.c
4638 F:      drivers/net/wan/hd6457*
4639 F:      drivers/net/wan/hdlc*
4640 F:      drivers/net/wan/n2.c
4641 F:      drivers/net/wan/pc300too.c
4642 F:      drivers/net/wan/pci200syn.c
4643 F:      drivers/net/wan/wanxl*
4644
4645 GENERIC INCLUDE/ASM HEADER FILES
4646 M:      Arnd Bergmann <arnd@arndb.de>
4647 L:      linux-arch@vger.kernel.org
4648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4649 S:      Maintained
4650 F:      include/asm-generic/
4651 F:      include/uapi/asm-generic/
4652
4653 GENERIC PHY FRAMEWORK
4654 M:      Kishon Vijay Abraham I <kishon@ti.com>
4655 L:      linux-kernel@vger.kernel.org
4656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4657 S:      Supported
4658 F:      drivers/phy/
4659 F:      include/linux/phy/
4660
4661 GENERIC PM DOMAINS
4662 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4663 M:      Kevin Hilman <khilman@kernel.org>
4664 M:      Ulf Hansson <ulf.hansson@linaro.org>
4665 L:      linux-pm@vger.kernel.org
4666 S:      Supported
4667 F:      drivers/base/power/domain*.c
4668 F:      include/linux/pm_domain.h
4669
4670 GENERIC UIO DRIVER FOR PCI DEVICES
4671 M:      "Michael S. Tsirkin" <mst@redhat.com>
4672 L:      kvm@vger.kernel.org
4673 S:      Supported
4674 F:      drivers/uio/uio_pci_generic.c
4675
4676 GET_MAINTAINER SCRIPT
4677 M:      Joe Perches <joe@perches.com>
4678 S:      Maintained
4679 F:      scripts/get_maintainer.pl
4680
4681 GFS2 FILE SYSTEM
4682 M:      Steven Whitehouse <swhiteho@redhat.com>
4683 M:      Bob Peterson <rpeterso@redhat.com>
4684 L:      cluster-devel@redhat.com
4685 W:      http://sources.redhat.com/cluster/
4686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4687 S:      Supported
4688 F:      Documentation/filesystems/gfs2*.txt
4689 F:      fs/gfs2/
4690 F:      include/uapi/linux/gfs2_ondisk.h
4691
4692 GIGASET ISDN DRIVERS
4693 M:      Paul Bolle <pebolle@tiscali.nl>
4694 L:      gigaset307x-common@lists.sourceforge.net
4695 W:      http://gigaset307x.sourceforge.net/
4696 S:      Odd Fixes
4697 F:      Documentation/isdn/README.gigaset
4698 F:      drivers/isdn/gigaset/
4699 F:      include/uapi/linux/gigaset_dev.h
4700
4701 GO7007 MPEG CODEC
4702 M:      Hans Verkuil <hans.verkuil@cisco.com>
4703 L:      linux-media@vger.kernel.org
4704 S:      Maintained
4705 F:      drivers/media/usb/go7007/
4706
4707 GOODIX TOUCHSCREEN
4708 M:      Bastien Nocera <hadess@hadess.net>
4709 L:      linux-input@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/input/touchscreen/goodix.c
4712
4713 GPIO SUBSYSTEM
4714 M:      Linus Walleij <linus.walleij@linaro.org>
4715 M:      Alexandre Courbot <gnurou@gmail.com>
4716 L:      linux-gpio@vger.kernel.org
4717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4718 S:      Maintained
4719 F:      Documentation/gpio/
4720 F:      drivers/gpio/
4721 F:      include/linux/gpio/
4722 F:      include/linux/gpio.h
4723 F:      include/asm-generic/gpio.h
4724
4725 GRE DEMULTIPLEXER DRIVER
4726 M:      Dmitry Kozlov <xeb@mail.ru>
4727 L:      netdev@vger.kernel.org
4728 S:      Maintained
4729 F:      net/ipv4/gre_demux.c
4730 F:      net/ipv4/gre_offload.c
4731 F:      include/net/gre.h
4732
4733 GRETH 10/100/1G Ethernet MAC device driver
4734 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4735 L:      netdev@vger.kernel.org
4736 S:      Maintained
4737 F:      drivers/net/ethernet/aeroflex/
4738
4739 GSPCA FINEPIX SUBDRIVER
4740 M:      Frank Zago <frank@zago.net>
4741 L:      linux-media@vger.kernel.org
4742 T:      git git://linuxtv.org/media_tree.git
4743 S:      Maintained
4744 F:      drivers/media/usb/gspca/finepix.c
4745
4746 GSPCA GL860 SUBDRIVER
4747 M:      Olivier Lorin <o.lorin@laposte.net>
4748 L:      linux-media@vger.kernel.org
4749 T:      git git://linuxtv.org/media_tree.git
4750 S:      Maintained
4751 F:      drivers/media/usb/gspca/gl860/
4752
4753 GSPCA M5602 SUBDRIVER
4754 M:      Erik Andren <erik.andren@gmail.com>
4755 L:      linux-media@vger.kernel.org
4756 T:      git git://linuxtv.org/media_tree.git
4757 S:      Maintained
4758 F:      drivers/media/usb/gspca/m5602/
4759
4760 GSPCA PAC207 SONIXB SUBDRIVER
4761 M:      Hans de Goede <hdegoede@redhat.com>
4762 L:      linux-media@vger.kernel.org
4763 T:      git git://linuxtv.org/media_tree.git
4764 S:      Maintained
4765 F:      drivers/media/usb/gspca/pac207.c
4766
4767 GSPCA SN9C20X SUBDRIVER
4768 M:      Brian Johnson <brijohn@gmail.com>
4769 L:      linux-media@vger.kernel.org
4770 T:      git git://linuxtv.org/media_tree.git
4771 S:      Maintained
4772 F:      drivers/media/usb/gspca/sn9c20x.c
4773
4774 GSPCA T613 SUBDRIVER
4775 M:      Leandro Costantino <lcostantino@gmail.com>
4776 L:      linux-media@vger.kernel.org
4777 T:      git git://linuxtv.org/media_tree.git
4778 S:      Maintained
4779 F:      drivers/media/usb/gspca/t613.c
4780
4781 GSPCA USB WEBCAM DRIVER
4782 M:      Hans de Goede <hdegoede@redhat.com>
4783 L:      linux-media@vger.kernel.org
4784 T:      git git://linuxtv.org/media_tree.git
4785 S:      Maintained
4786 F:      drivers/media/usb/gspca/
4787
4788 GUID PARTITION TABLE (GPT)
4789 M:      Davidlohr Bueso <dave@stgolabs.net>
4790 L:      linux-efi@vger.kernel.org
4791 S:      Maintained
4792 F:      block/partitions/efi.*
4793
4794 STK1160 USB VIDEO CAPTURE DRIVER
4795 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4796 L:      linux-media@vger.kernel.org
4797 T:      git git://linuxtv.org/media_tree.git
4798 S:      Maintained
4799 F:      drivers/media/usb/stk1160/
4800
4801 H8/300 ARCHITECTURE
4802 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4803 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4804 W:      http://uclinux-h8.sourceforge.jp
4805 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4806 S:      Maintained
4807 F:      arch/h8300/
4808 F:      drivers/clocksource/h8300_*.c
4809 F:      drivers/clk/h8300/
4810 F:      drivers/irqchip/irq-renesas-h8*.c
4811
4812 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4813 M:      Frank Seidel <frank@f-seidel.de>
4814 L:      platform-driver-x86@vger.kernel.org
4815 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4816 S:      Maintained
4817 F:      drivers/platform/x86/hdaps.c
4818
4819 HDPVR USB VIDEO ENCODER DRIVER
4820 M:      Hans Verkuil <hverkuil@xs4all.nl>
4821 L:      linux-media@vger.kernel.org
4822 T:      git git://linuxtv.org/media_tree.git
4823 W:      http://linuxtv.org
4824 S:      Odd Fixes
4825 F:      drivers/media/usb/hdpvr/
4826
4827 HWPOISON MEMORY FAILURE HANDLING
4828 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4829 L:      linux-mm@kvack.org
4830 S:      Maintained
4831 F:      mm/memory-failure.c
4832 F:      mm/hwpoison-inject.c
4833
4834 HYPERVISOR VIRTUAL CONSOLE DRIVER
4835 L:      linuxppc-dev@lists.ozlabs.org
4836 S:      Odd Fixes
4837 F:      drivers/tty/hvc/
4838
4839 HACKRF MEDIA DRIVER
4840 M:      Antti Palosaari <crope@iki.fi>
4841 L:      linux-media@vger.kernel.org
4842 W:      http://linuxtv.org/
4843 W:      http://palosaari.fi/linux/
4844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4845 T:      git git://linuxtv.org/anttip/media_tree.git
4846 S:      Maintained
4847 F:      drivers/media/usb/hackrf/
4848
4849 HARDWARE MONITORING
4850 M:      Jean Delvare <jdelvare@suse.com>
4851 M:      Guenter Roeck <linux@roeck-us.net>
4852 L:      lm-sensors@lm-sensors.org
4853 W:      http://www.lm-sensors.org/
4854 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4856 S:      Maintained
4857 F:      Documentation/hwmon/
4858 F:      drivers/hwmon/
4859 F:      include/linux/hwmon*.h
4860
4861 HARDWARE RANDOM NUMBER GENERATOR CORE
4862 M:      Matt Mackall <mpm@selenic.com>
4863 M:      Herbert Xu <herbert@gondor.apana.org.au>
4864 L:      linux-crypto@vger.kernel.org
4865 S:      Odd fixes
4866 F:      Documentation/hw_random.txt
4867 F:      drivers/char/hw_random/
4868 F:      include/linux/hw_random.h
4869
4870 HARDWARE SPINLOCK CORE
4871 M:      Ohad Ben-Cohen <ohad@wizery.com>
4872 S:      Maintained
4873 F:      Documentation/hwspinlock.txt
4874 F:      drivers/hwspinlock/hwspinlock_*
4875 F:      include/linux/hwspinlock.h
4876
4877 HARMONY SOUND DRIVER
4878 L:      linux-parisc@vger.kernel.org
4879 S:      Maintained
4880 F:      sound/parisc/harmony.*
4881
4882 HD29L2 MEDIA DRIVER
4883 M:      Antti Palosaari <crope@iki.fi>
4884 L:      linux-media@vger.kernel.org
4885 W:      http://linuxtv.org/
4886 W:      http://palosaari.fi/linux/
4887 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4888 T:      git git://linuxtv.org/anttip/media_tree.git
4889 S:      Maintained
4890 F:      drivers/media/dvb-frontends/hd29l2*
4891
4892 HEWLETT-PACKARD SMART2 RAID DRIVER
4893 L:      iss_storagedev@hp.com
4894 S:      Orphan
4895 F:      Documentation/blockdev/cpqarray.txt
4896 F:      drivers/block/cpqarray.*
4897
4898 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4899 M:      Don Brace <don.brace@pmcs.com>
4900 L:      iss_storagedev@hp.com
4901 L:      storagedev@pmcs.com
4902 L:      linux-scsi@vger.kernel.org
4903 S:      Supported
4904 F:      Documentation/scsi/hpsa.txt
4905 F:      drivers/scsi/hpsa*.[ch]
4906 F:      include/linux/cciss*.h
4907 F:      include/uapi/linux/cciss*.h
4908
4909 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4910 M:      Don Brace <don.brace@pmcs.com>
4911 L:      iss_storagedev@hp.com
4912 L:      storagedev@pmcs.com
4913 L:      linux-scsi@vger.kernel.org
4914 S:      Supported
4915 F:      Documentation/blockdev/cciss.txt
4916 F:      drivers/block/cciss*
4917 F:      include/linux/cciss_ioctl.h
4918 F:      include/uapi/linux/cciss_ioctl.h
4919
4920 HFS FILESYSTEM
4921 L:      linux-fsdevel@vger.kernel.org
4922 S:      Orphan
4923 F:      Documentation/filesystems/hfs.txt
4924 F:      fs/hfs/
4925
4926 HFSPLUS FILESYSTEM
4927 L:      linux-fsdevel@vger.kernel.org
4928 S:      Orphan
4929 F:      Documentation/filesystems/hfsplus.txt
4930 F:      fs/hfsplus/
4931
4932 HGA FRAMEBUFFER DRIVER
4933 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4934 L:      linux-nvidia@lists.surfsouth.com
4935 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4936 S:      Maintained
4937 F:      drivers/video/fbdev/hgafb.c
4938
4939 HIBERNATION (aka Software Suspend, aka swsusp)
4940 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4941 M:      Pavel Machek <pavel@ucw.cz>
4942 L:      linux-pm@vger.kernel.org
4943 S:      Supported
4944 F:      arch/x86/power/
4945 F:      drivers/base/power/
4946 F:      kernel/power/
4947 F:      include/linux/suspend.h
4948 F:      include/linux/freezer.h
4949 F:      include/linux/pm.h
4950 F:      arch/*/include/asm/suspend*.h
4951
4952 HID CORE LAYER
4953 M:      Jiri Kosina <jikos@kernel.org>
4954 L:      linux-input@vger.kernel.org
4955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4956 S:      Maintained
4957 F:      drivers/hid/
4958 F:      include/linux/hid*
4959 F:      include/uapi/linux/hid*
4960
4961 HID SENSOR HUB DRIVERS
4962 M:      Jiri Kosina <jikos@kernel.org>
4963 M:      Jonathan Cameron <jic23@kernel.org>
4964 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4965 L:      linux-input@vger.kernel.org
4966 L:      linux-iio@vger.kernel.org
4967 S:      Maintained
4968 F:      Documentation/hid/hid-sensor*
4969 F:      drivers/hid/hid-sensor-*
4970 F:      drivers/iio/*/hid-*
4971 F:      include/linux/hid-sensor-*
4972
4973 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4974 M:      Thomas Gleixner <tglx@linutronix.de>
4975 L:      linux-kernel@vger.kernel.org
4976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4977 S:      Maintained
4978 F:      Documentation/timers/
4979 F:      kernel/time/hrtimer.c
4980 F:      kernel/time/clockevents.c
4981 F:      kernel/time/tick*.*
4982 F:      kernel/time/timer_*.c
4983 F:      include/linux/clockchips.h
4984 F:      include/linux/hrtimer.h
4985
4986 HIGH-SPEED SCC DRIVER FOR AX.25
4987 L:      linux-hams@vger.kernel.org
4988 S:      Orphan
4989 F:      drivers/net/hamradio/dmascc.c
4990 F:      drivers/net/hamradio/scc.c
4991
4992 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4993 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4994 W:      http://www.highpoint-tech.com
4995 S:      Supported
4996 F:      Documentation/scsi/hptiop.txt
4997 F:      drivers/scsi/hptiop.c
4998
4999 HIPPI
5000 M:      Jes Sorensen <jes@trained-monkey.org>
5001 L:      linux-hippi@sunsite.dk
5002 S:      Maintained
5003 F:      include/linux/hippidevice.h
5004 F:      include/uapi/linux/if_hippi.h
5005 F:      net/802/hippi.c
5006 F:      drivers/net/hippi/
5007
5008 HOST AP DRIVER
5009 M:      Jouni Malinen <j@w1.fi>
5010 L:      hostap@shmoo.com (subscribers-only)
5011 L:      linux-wireless@vger.kernel.org
5012 W:      http://hostap.epitest.fi/
5013 S:      Maintained
5014 F:      drivers/net/wireless/hostap/
5015
5016 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5017 L:      platform-driver-x86@vger.kernel.org
5018 S:      Orphan
5019 F:      drivers/platform/x86/tc1100-wmi.c
5020
5021 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5022 M:      Jaroslav Kysela <perex@perex.cz>
5023 S:      Maintained
5024 F:      drivers/net/ethernet/hp/hp100.*
5025
5026 HPET:   High Precision Event Timers driver
5027 M:      Clemens Ladisch <clemens@ladisch.de>
5028 S:      Maintained
5029 F:      Documentation/timers/hpet.txt
5030 F:      drivers/char/hpet.c
5031 F:      include/linux/hpet.h
5032 F:      include/uapi/linux/hpet.h
5033
5034 HPET:   x86
5035 S:      Orphan
5036 F:      arch/x86/kernel/hpet.c
5037 F:      arch/x86/include/asm/hpet.h
5038
5039 HPFS FILESYSTEM
5040 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5041 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5042 S:      Maintained
5043 F:      fs/hpfs/
5044
5045 HSI SUBSYSTEM
5046 M:      Sebastian Reichel <sre@kernel.org>
5047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5048 S:      Maintained
5049 F:      Documentation/ABI/testing/sysfs-bus-hsi
5050 F:      Documentation/hsi.txt
5051 F:      drivers/hsi/
5052 F:      include/linux/hsi/
5053 F:      include/uapi/linux/hsi/
5054
5055 HSO 3G MODEM DRIVER
5056 M:      Jan Dumon <j.dumon@option.com>
5057 W:      http://www.pharscape.org
5058 S:      Maintained
5059 F:      drivers/net/usb/hso.c
5060
5061 HSR NETWORK PROTOCOL
5062 M:      Arvid Brodin <arvid.brodin@alten.se>
5063 L:      netdev@vger.kernel.org
5064 S:      Maintained
5065 F:      net/hsr/
5066
5067 HTCPEN TOUCHSCREEN DRIVER
5068 M:      Pau Oliva Fora <pof@eslack.org>
5069 L:      linux-input@vger.kernel.org
5070 S:      Maintained
5071 F:      drivers/input/touchscreen/htcpen.c
5072
5073 HUGETLB FILESYSTEM
5074 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5075 S:      Maintained
5076 F:      fs/hugetlbfs/
5077
5078 Hyper-V CORE AND DRIVERS
5079 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5080 M:      Haiyang Zhang <haiyangz@microsoft.com>
5081 L:      devel@linuxdriverproject.org
5082 S:      Maintained
5083 F:      arch/x86/include/asm/mshyperv.h
5084 F:      arch/x86/include/uapi/asm/hyperv.h
5085 F:      arch/x86/kernel/cpu/mshyperv.c
5086 F:      drivers/hid/hid-hyperv.c
5087 F:      drivers/hv/
5088 F:      drivers/input/serio/hyperv-keyboard.c
5089 F:      drivers/net/hyperv/
5090 F:      drivers/scsi/storvsc_drv.c
5091 F:      drivers/video/fbdev/hyperv_fb.c
5092 F:      include/linux/hyperv.h
5093 F:      tools/hv/
5094 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5095
5096 I2C OVER PARALLEL PORT
5097 M:      Jean Delvare <jdelvare@suse.com>
5098 L:      linux-i2c@vger.kernel.org
5099 S:      Maintained
5100 F:      Documentation/i2c/busses/i2c-parport
5101 F:      Documentation/i2c/busses/i2c-parport-light
5102 F:      drivers/i2c/busses/i2c-parport.c
5103 F:      drivers/i2c/busses/i2c-parport-light.c
5104
5105 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5106 M:      Jean Delvare <jdelvare@suse.com>
5107 L:      linux-i2c@vger.kernel.org
5108 S:      Maintained
5109 F:      Documentation/i2c/busses/i2c-ali1535
5110 F:      Documentation/i2c/busses/i2c-ali1563
5111 F:      Documentation/i2c/busses/i2c-ali15x3
5112 F:      Documentation/i2c/busses/i2c-amd756
5113 F:      Documentation/i2c/busses/i2c-amd8111
5114 F:      Documentation/i2c/busses/i2c-i801
5115 F:      Documentation/i2c/busses/i2c-nforce2
5116 F:      Documentation/i2c/busses/i2c-piix4
5117 F:      Documentation/i2c/busses/i2c-sis5595
5118 F:      Documentation/i2c/busses/i2c-sis630
5119 F:      Documentation/i2c/busses/i2c-sis96x
5120 F:      Documentation/i2c/busses/i2c-via
5121 F:      Documentation/i2c/busses/i2c-viapro
5122 F:      drivers/i2c/busses/i2c-ali1535.c
5123 F:      drivers/i2c/busses/i2c-ali1563.c
5124 F:      drivers/i2c/busses/i2c-ali15x3.c
5125 F:      drivers/i2c/busses/i2c-amd756.c
5126 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5127 F:      drivers/i2c/busses/i2c-amd8111.c
5128 F:      drivers/i2c/busses/i2c-i801.c
5129 F:      drivers/i2c/busses/i2c-isch.c
5130 F:      drivers/i2c/busses/i2c-nforce2.c
5131 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5132 F:      drivers/i2c/busses/i2c-piix4.c
5133 F:      drivers/i2c/busses/i2c-sis5595.c
5134 F:      drivers/i2c/busses/i2c-sis630.c
5135 F:      drivers/i2c/busses/i2c-sis96x.c
5136 F:      drivers/i2c/busses/i2c-via.c
5137 F:      drivers/i2c/busses/i2c-viapro.c
5138
5139 I2C/SMBUS ISMT DRIVER
5140 M:      Seth Heasley <seth.heasley@intel.com>
5141 M:      Neil Horman <nhorman@tuxdriver.com>
5142 L:      linux-i2c@vger.kernel.org
5143 F:      drivers/i2c/busses/i2c-ismt.c
5144 F:      Documentation/i2c/busses/i2c-ismt
5145
5146 I2C/SMBUS STUB DRIVER
5147 M:      Jean Delvare <jdelvare@suse.com>
5148 L:      linux-i2c@vger.kernel.org
5149 S:      Maintained
5150 F:      drivers/i2c/i2c-stub.c
5151
5152 I2C SUBSYSTEM
5153 M:      Wolfram Sang <wsa@the-dreams.de>
5154 L:      linux-i2c@vger.kernel.org
5155 W:      https://i2c.wiki.kernel.org/
5156 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5158 S:      Maintained
5159 F:      Documentation/devicetree/bindings/i2c/
5160 F:      Documentation/i2c/
5161 F:      drivers/i2c/
5162 F:      drivers/i2c/*/
5163 F:      include/linux/i2c.h
5164 F:      include/linux/i2c-*.h
5165 F:      include/uapi/linux/i2c.h
5166 F:      include/uapi/linux/i2c-*.h
5167
5168 I2C ACPI SUPPORT
5169 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5170 L:      linux-i2c@vger.kernel.org
5171 L:      linux-acpi@vger.kernel.org
5172 S:      Maintained
5173
5174 I2C-TAOS-EVM DRIVER
5175 M:      Jean Delvare <jdelvare@suse.com>
5176 L:      linux-i2c@vger.kernel.org
5177 S:      Maintained
5178 F:      Documentation/i2c/busses/i2c-taos-evm
5179 F:      drivers/i2c/busses/i2c-taos-evm.c
5180
5181 I2C-TINY-USB DRIVER
5182 M:      Till Harbaum <till@harbaum.org>
5183 L:      linux-i2c@vger.kernel.org
5184 W:      http://www.harbaum.org/till/i2c_tiny_usb
5185 S:      Maintained
5186 F:      drivers/i2c/busses/i2c-tiny-usb.c
5187
5188 i386 BOOT CODE
5189 M:      "H. Peter Anvin" <hpa@zytor.com>
5190 S:      Maintained
5191 F:      arch/x86/boot/
5192
5193 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5194 M:      "H. Peter Anvin" <hpa@zytor.com>
5195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5196 S:      Maintained
5197
5198 IA64 (Itanium) PLATFORM
5199 M:      Tony Luck <tony.luck@intel.com>
5200 M:      Fenghua Yu <fenghua.yu@intel.com>
5201 L:      linux-ia64@vger.kernel.org
5202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5203 S:      Maintained
5204 F:      arch/ia64/
5205
5206 IBM Power VMX Cryptographic instructions
5207 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5208 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5209 L:      linux-crypto@vger.kernel.org
5210 S:      Supported
5211 F:      drivers/crypto/vmx/Makefile
5212 F:      drivers/crypto/vmx/Kconfig
5213 F:      drivers/crypto/vmx/vmx.c
5214 F:      drivers/crypto/vmx/aes*
5215 F:      drivers/crypto/vmx/ghash*
5216 F:      drivers/crypto/vmx/ppc-xlate.pl
5217
5218 IBM Power in-Nest Crypto Acceleration
5219 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5220 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5221 L:      linux-crypto@vger.kernel.org
5222 S:      Supported
5223 F:      drivers/crypto/nx/Makefile
5224 F:      drivers/crypto/nx/Kconfig
5225 F:      drivers/crypto/nx/nx-aes*
5226 F:      drivers/crypto/nx/nx-sha*
5227 F:      drivers/crypto/nx/nx.*
5228 F:      drivers/crypto/nx/nx_csbcpb.h
5229 F:      drivers/crypto/nx/nx_debugfs.h
5230
5231 IBM Power 842 compression accelerator
5232 M:      Dan Streetman <ddstreet@ieee.org>
5233 S:      Supported
5234 F:      drivers/crypto/nx/Makefile
5235 F:      drivers/crypto/nx/Kconfig
5236 F:      drivers/crypto/nx/nx-842*
5237 F:      include/linux/sw842.h
5238 F:      crypto/842.c
5239 F:      lib/842/
5240
5241 IBM Power Linux RAID adapter
5242 M:      Brian King <brking@us.ibm.com>
5243 S:      Supported
5244 F:      drivers/scsi/ipr.*
5245
5246 IBM Power Virtual Ethernet Device Driver
5247 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5248 L:      netdev@vger.kernel.org
5249 S:      Supported
5250 F:      drivers/net/ethernet/ibm/ibmveth.*
5251
5252 IBM Power Virtual SCSI Device Drivers
5253 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5254 L:      linux-scsi@vger.kernel.org
5255 S:      Supported
5256 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5257 F:      drivers/scsi/ibmvscsi/viosrp.h
5258
5259 IBM Power Virtual FC Device Drivers
5260 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5261 L:      linux-scsi@vger.kernel.org
5262 S:      Supported
5263 F:      drivers/scsi/ibmvscsi/ibmvfc*
5264
5265 IBM ServeRAID RAID DRIVER
5266 S:      Orphan
5267 F:      drivers/scsi/ips.*
5268
5269 ICH LPC AND GPIO DRIVER
5270 M:      Peter Tyser <ptyser@xes-inc.com>
5271 S:      Maintained
5272 F:      drivers/mfd/lpc_ich.c
5273 F:      drivers/gpio/gpio-ich.c
5274
5275 IDE SUBSYSTEM
5276 M:      "David S. Miller" <davem@davemloft.net>
5277 L:      linux-ide@vger.kernel.org
5278 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5280 S:      Maintained
5281 F:      Documentation/ide/
5282 F:      drivers/ide/
5283 F:      include/linux/ide.h
5284
5285 IDEAPAD LAPTOP EXTRAS DRIVER
5286 M:      Ike Panhc <ike.pan@canonical.com>
5287 L:      platform-driver-x86@vger.kernel.org
5288 W:      http://launchpad.net/ideapad-laptop
5289 S:      Maintained
5290 F:      drivers/platform/x86/ideapad-laptop.c
5291
5292 IDEAPAD LAPTOP SLIDEBAR DRIVER
5293 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5294 L:      linux-input@vger.kernel.org
5295 W:      https://github.com/o2genum/ideapad-slidebar
5296 S:      Maintained
5297 F:      drivers/input/misc/ideapad_slidebar.c
5298
5299 IDE/ATAPI DRIVERS
5300 M:      Borislav Petkov <bp@alien8.de>
5301 L:      linux-ide@vger.kernel.org
5302 S:      Maintained
5303 F:      Documentation/cdrom/ide-cd
5304 F:      drivers/ide/ide-cd*
5305
5306 IDLE-I7300
5307 M:      Andy Henroid <andrew.d.henroid@intel.com>
5308 L:      linux-pm@vger.kernel.org
5309 S:      Supported
5310 F:      drivers/idle/i7300_idle.c
5311
5312 IEEE 802.15.4 SUBSYSTEM
5313 M:      Alexander Aring <alex.aring@gmail.com>
5314 L:      linux-wpan@vger.kernel.org
5315 W:      https://github.com/linux-wpan
5316 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5317 S:      Maintained
5318 F:      net/ieee802154/
5319 F:      net/mac802154/
5320 F:      drivers/net/ieee802154/
5321 F:      include/linux/nl802154.h
5322 F:      include/linux/ieee802154.h
5323 F:      include/net/nl802154.h
5324 F:      include/net/mac802154.h
5325 F:      include/net/af_ieee802154.h
5326 F:      include/net/cfg802154.h
5327 F:      include/net/ieee802154_netdev.h
5328 F:      Documentation/networking/ieee802154.txt
5329
5330 IGORPLUG-USB IR RECEIVER
5331 M:      Sean Young <sean@mess.org>
5332 L:      linux-media@vger.kernel.org
5333 S:      Maintained
5334 F:      drivers/media/rc/igorplugusb.c
5335
5336 IGUANAWORKS USB IR TRANSCEIVER
5337 M:      Sean Young <sean@mess.org>
5338 L:      linux-media@vger.kernel.org
5339 S:      Maintained
5340 F:      drivers/media/rc/iguanair.c
5341
5342 IIO SUBSYSTEM AND DRIVERS
5343 M:      Jonathan Cameron <jic23@kernel.org>
5344 R:      Hartmut Knaack <knaack.h@gmx.de>
5345 R:      Lars-Peter Clausen <lars@metafoo.de>
5346 R:      Peter Meerwald <pmeerw@pmeerw.net>
5347 L:      linux-iio@vger.kernel.org
5348 S:      Maintained
5349 F:      drivers/iio/
5350 F:      drivers/staging/iio/
5351 F:      include/linux/iio/
5352 F:      tools/iio/
5353
5354 IKANOS/ADI EAGLE ADSL USB DRIVER
5355 M:      Matthieu Castet <castet.matthieu@free.fr>
5356 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5357 S:      Maintained
5358 F:      drivers/usb/atm/ueagle-atm.c
5359
5360 INA209 HARDWARE MONITOR DRIVER
5361 M:      Guenter Roeck <linux@roeck-us.net>
5362 L:      lm-sensors@lm-sensors.org
5363 S:      Maintained
5364 F:      Documentation/hwmon/ina209
5365 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5366 F:      drivers/hwmon/ina209.c
5367
5368 INA2XX HARDWARE MONITOR DRIVER
5369 M:      Guenter Roeck <linux@roeck-us.net>
5370 L:      lm-sensors@lm-sensors.org
5371 S:      Maintained
5372 F:      Documentation/hwmon/ina2xx
5373 F:      drivers/hwmon/ina2xx.c
5374 F:      include/linux/platform_data/ina2xx.h
5375
5376 INDUSTRY PACK SUBSYSTEM (IPACK)
5377 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5378 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5379 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5380 L:      industrypack-devel@lists.sourceforge.net
5381 W:      http://industrypack.sourceforge.net
5382 S:      Maintained
5383 F:      drivers/ipack/
5384
5385 INGENIC JZ4780 DMA Driver
5386 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5387 S:      Maintained
5388 F:      drivers/dma/dma-jz4780.c
5389
5390 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5391 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5392 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5393 L:      linux-ima-devel@lists.sourceforge.net
5394 L:      linux-ima-user@lists.sourceforge.net
5395 L:      linux-security-module@vger.kernel.org
5396 S:      Supported
5397 F:      security/integrity/ima/
5398
5399 IMGTEC IR DECODER DRIVER
5400 M:      James Hogan <james.hogan@imgtec.com>
5401 S:      Maintained
5402 F:      drivers/media/rc/img-ir/
5403
5404 IMS TWINTURBO FRAMEBUFFER DRIVER
5405 L:      linux-fbdev@vger.kernel.org
5406 S:      Orphan
5407 F:      drivers/video/fbdev/imsttfb.c
5408
5409 INFINIBAND SUBSYSTEM
5410 M:      Doug Ledford <dledford@redhat.com>
5411 M:      Sean Hefty <sean.hefty@intel.com>
5412 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5413 L:      linux-rdma@vger.kernel.org
5414 W:      http://www.openfabrics.org/
5415 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5417 S:      Supported
5418 F:      Documentation/infiniband/
5419 F:      drivers/infiniband/
5420 F:      drivers/staging/rdma/
5421 F:      include/uapi/linux/if_infiniband.h
5422 F:      include/uapi/rdma/
5423 F:      include/rdma/
5424
5425 INOTIFY
5426 M:      John McCutchan <john@johnmccutchan.com>
5427 M:      Robert Love <rlove@rlove.org>
5428 M:      Eric Paris <eparis@parisplace.org>
5429 S:      Maintained
5430 F:      Documentation/filesystems/inotify.txt
5431 F:      fs/notify/inotify/
5432 F:      include/linux/inotify.h
5433 F:      include/uapi/linux/inotify.h
5434
5435 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5436 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5437 L:      linux-input@vger.kernel.org
5438 Q:      http://patchwork.kernel.org/project/linux-input/list/
5439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5440 S:      Maintained
5441 F:      drivers/input/
5442 F:      include/linux/input.h
5443 F:      include/uapi/linux/input.h
5444 F:      include/linux/input/
5445
5446 INPUT MULTITOUCH (MT) PROTOCOL
5447 M:      Henrik Rydberg <rydberg@bitmath.org>
5448 L:      linux-input@vger.kernel.org
5449 S:      Odd fixes
5450 F:      Documentation/input/multi-touch-protocol.txt
5451 F:      drivers/input/input-mt.c
5452 K:      \b(ABS|SYN)_MT_
5453
5454 INTEL ASoC BDW/HSW DRIVERS
5455 M:      Jie Yang <yang.jie@linux.intel.com>
5456 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5457 S:      Supported
5458 F:      sound/soc/intel/common/sst-dsp*
5459 F:      sound/soc/intel/common/sst-firmware.c
5460 F:      sound/soc/intel/boards/broadwell.c
5461 F:      sound/soc/intel/haswell/
5462
5463 INTEL C600 SERIES SAS CONTROLLER DRIVER
5464 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5465 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5466 L:      linux-scsi@vger.kernel.org
5467 T:      git git://git.code.sf.net/p/intel-sas/isci
5468 S:      Supported
5469 F:      drivers/scsi/isci/
5470
5471 INTEL IDLE DRIVER
5472 M:      Len Brown <lenb@kernel.org>
5473 L:      linux-pm@vger.kernel.org
5474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5475 S:      Supported
5476 F:      drivers/idle/intel_idle.c
5477
5478 INTEL PSTATE DRIVER
5479 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5480 L:      linux-pm@vger.kernel.org
5481 S:      Supported
5482 F:      drivers/cpufreq/intel_pstate.c
5483
5484 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5485 M:      Maik Broemme <mbroemme@plusserver.de>
5486 L:      linux-fbdev@vger.kernel.org
5487 S:      Maintained
5488 F:      Documentation/fb/intelfb.txt
5489 F:      drivers/video/fbdev/intelfb/
5490
5491 INTEL 810/815 FRAMEBUFFER DRIVER
5492 M:      Antonino Daplas <adaplas@gmail.com>
5493 L:      linux-fbdev@vger.kernel.org
5494 S:      Maintained
5495 F:      drivers/video/fbdev/i810/
5496
5497 INTEL MENLOW THERMAL DRIVER
5498 M:      Sujith Thomas <sujith.thomas@intel.com>
5499 L:      platform-driver-x86@vger.kernel.org
5500 W:      https://01.org/linux-acpi
5501 S:      Supported
5502 F:      drivers/platform/x86/intel_menlow.c
5503
5504 INTEL I/OAT DMA DRIVER
5505 M:      Dave Jiang <dave.jiang@intel.com>
5506 R:      Dan Williams <dan.j.williams@intel.com>
5507 L:      dmaengine@vger.kernel.org
5508 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5509 S:      Supported
5510 F:      drivers/dma/ioat*
5511
5512 INTEL IOMMU (VT-d)
5513 M:      David Woodhouse <dwmw2@infradead.org>
5514 L:      iommu@lists.linux-foundation.org
5515 T:      git git://git.infradead.org/iommu-2.6.git
5516 S:      Supported
5517 F:      drivers/iommu/intel-iommu.c
5518 F:      include/linux/intel-iommu.h
5519
5520 INTEL IOP-ADMA DMA DRIVER
5521 R:      Dan Williams <dan.j.williams@intel.com>
5522 S:      Odd fixes
5523 F:      drivers/dma/iop-adma.c
5524
5525 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5526 M:      Krzysztof Halasa <khalasa@piap.pl>
5527 S:      Maintained
5528 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5529 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5530 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5531 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5532 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5533 F:      drivers/net/wan/ixp4xx_hss.c
5534
5535 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5536 M:      Deepak Saxena <dsaxena@plexity.net>
5537 S:      Maintained
5538 F:      drivers/char/hw_random/ixp4xx-rng.c
5539
5540 INTEL ETHERNET DRIVERS
5541 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5542 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5543 R:      Shannon Nelson <shannon.nelson@intel.com>
5544 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5545 R:      Don Skidmore <donald.c.skidmore@intel.com>
5546 R:      Matthew Vick <matthew.vick@intel.com>
5547 R:      John Ronciak <john.ronciak@intel.com>
5548 R:      Mitch Williams <mitch.a.williams@intel.com>
5549 L:      intel-wired-lan@lists.osuosl.org
5550 W:      http://www.intel.com/support/feedback.htm
5551 W:      http://e1000.sourceforge.net/
5552 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5555 S:      Supported
5556 F:      Documentation/networking/e100.txt
5557 F:      Documentation/networking/e1000.txt
5558 F:      Documentation/networking/e1000e.txt
5559 F:      Documentation/networking/igb.txt
5560 F:      Documentation/networking/igbvf.txt
5561 F:      Documentation/networking/ixgb.txt
5562 F:      Documentation/networking/ixgbe.txt
5563 F:      Documentation/networking/ixgbevf.txt
5564 F:      Documentation/networking/i40e.txt
5565 F:      Documentation/networking/i40evf.txt
5566 F:      drivers/net/ethernet/intel/
5567 F:      drivers/net/ethernet/intel/*/
5568
5569 INTEL-MID GPIO DRIVER
5570 M:      David Cohen <david.a.cohen@linux.intel.com>
5571 L:      linux-gpio@vger.kernel.org
5572 S:      Maintained
5573 F:      drivers/gpio/gpio-intel-mid.c
5574
5575 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5576 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5577 L:      linux-wireless@vger.kernel.org
5578 S:      Maintained
5579 F:      Documentation/networking/README.ipw2100
5580 F:      Documentation/networking/README.ipw2200
5581 F:      drivers/net/wireless/ipw2x00/
5582
5583 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5584 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5585 M:      Gang Wei <gang.wei@intel.com>
5586 M:      Shane Wang <shane.wang@intel.com>
5587 L:      tboot-devel@lists.sourceforge.net
5588 W:      http://tboot.sourceforge.net
5589 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5590 S:      Supported
5591 F:      Documentation/intel_txt.txt
5592 F:      include/linux/tboot.h
5593 F:      arch/x86/kernel/tboot.c
5594
5595 INTEL WIRELESS WIMAX CONNECTION 2400
5596 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5597 M:      linux-wimax@intel.com
5598 L:      wimax@linuxwimax.org (subscribers-only)
5599 S:      Supported
5600 W:      http://linuxwimax.org
5601 F:      Documentation/wimax/README.i2400m
5602 F:      drivers/net/wimax/i2400m/
5603 F:      include/uapi/linux/wimax/i2400m.h
5604
5605 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5606 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5607 L:      linux-wireless@vger.kernel.org
5608 S:      Supported
5609 F:      drivers/net/wireless/iwlegacy/
5610
5611 INTEL WIRELESS WIFI LINK (iwlwifi)
5612 M:      Johannes Berg <johannes.berg@intel.com>
5613 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5614 M:      Intel Linux Wireless <linuxwifi@intel.com>
5615 L:      linux-wireless@vger.kernel.org
5616 W:      http://intellinuxwireless.org
5617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5618 S:      Supported
5619 F:      drivers/net/wireless/iwlwifi/
5620
5621 INTEL MANAGEMENT ENGINE (mei)
5622 M:      Tomas Winkler <tomas.winkler@intel.com>
5623 L:      linux-kernel@vger.kernel.org
5624 S:      Supported
5625 F:      include/uapi/linux/mei.h
5626 F:      include/linux/mei_cl_bus.h
5627 F:      drivers/misc/mei/*
5628 F:      Documentation/misc-devices/mei/*
5629
5630 INTEL PMC IPC DRIVER
5631 M:      Zha Qipeng<qipeng.zha@intel.com>
5632 L:      platform-driver-x86@vger.kernel.org
5633 S:      Maintained
5634 F:      drivers/platform/x86/intel_pmc_ipc.c
5635 F:      arch/x86/include/asm/intel_pmc_ipc.h
5636
5637 IOC3 ETHERNET DRIVER
5638 M:      Ralf Baechle <ralf@linux-mips.org>
5639 L:      linux-mips@linux-mips.org
5640 S:      Maintained
5641 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5642
5643 IOC3 SERIAL DRIVER
5644 M:      Pat Gefre <pfg@sgi.com>
5645 L:      linux-serial@vger.kernel.org
5646 S:      Maintained
5647 F:      drivers/tty/serial/ioc3_serial.c
5648
5649 IOMMU DRIVERS
5650 M:      Joerg Roedel <joro@8bytes.org>
5651 L:      iommu@lists.linux-foundation.org
5652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5653 S:      Maintained
5654 F:      drivers/iommu/
5655
5656 IP MASQUERADING
5657 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5658 S:      Maintained
5659 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5660
5661 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5662 M:      Francois Romieu <romieu@fr.zoreil.com>
5663 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5664 L:      netdev@vger.kernel.org
5665 S:      Maintained
5666 F:      drivers/net/ethernet/icplus/ipg.*
5667
5668 IPATH DRIVER
5669 M:      Mike Marciniszyn <infinipath@intel.com>
5670 L:      linux-rdma@vger.kernel.org
5671 S:      Maintained
5672 F:      drivers/staging/rdma/ipath/
5673
5674 IPMI SUBSYSTEM
5675 M:      Corey Minyard <minyard@acm.org>
5676 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5677 W:      http://openipmi.sourceforge.net/
5678 S:      Supported
5679 F:      Documentation/IPMI.txt
5680 F:      drivers/char/ipmi/
5681 F:      include/linux/ipmi*
5682 F:      include/uapi/linux/ipmi*
5683
5684 QCOM AUDIO (ASoC) DRIVERS
5685 M:      Patrick Lai <plai@codeaurora.org>
5686 M:      Banajit Goswami <bgoswami@codeaurora.org>
5687 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5688 S:      Supported
5689 F:      sound/soc/qcom/
5690
5691 IPS SCSI RAID DRIVER
5692 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5693 L:      linux-scsi@vger.kernel.org
5694 W:      http://www.adaptec.com/
5695 S:      Maintained
5696 F:      drivers/scsi/ips*
5697
5698 IPVS
5699 M:      Wensong Zhang <wensong@linux-vs.org>
5700 M:      Simon Horman <horms@verge.net.au>
5701 M:      Julian Anastasov <ja@ssi.bg>
5702 L:      netdev@vger.kernel.org
5703 L:      lvs-devel@vger.kernel.org
5704 S:      Maintained
5705 F:      Documentation/networking/ipvs-sysctl.txt
5706 F:      include/net/ip_vs.h
5707 F:      include/uapi/linux/ip_vs.h
5708 F:      net/netfilter/ipvs/
5709
5710 IPWIRELESS DRIVER
5711 M:      Jiri Kosina <jikos@kernel.org>
5712 M:      David Sterba <dsterba@suse.com>
5713 S:      Odd Fixes
5714 F:      drivers/tty/ipwireless/
5715
5716 IPX NETWORK LAYER
5717 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5718 L:      netdev@vger.kernel.org
5719 S:      Maintained
5720 F:      include/net/ipx.h
5721 F:      include/uapi/linux/ipx.h
5722 F:      net/ipx/
5723
5724 IRDA SUBSYSTEM
5725 M:      Samuel Ortiz <samuel@sortiz.org>
5726 L:      irda-users@lists.sourceforge.net (subscribers-only)
5727 L:      netdev@vger.kernel.org
5728 W:      http://irda.sourceforge.net/
5729 S:      Maintained
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5731 F:      Documentation/networking/irda.txt
5732 F:      drivers/net/irda/
5733 F:      include/net/irda/
5734 F:      net/irda/
5735
5736 IRQ SUBSYSTEM
5737 M:      Thomas Gleixner <tglx@linutronix.de>
5738 L:      linux-kernel@vger.kernel.org
5739 S:      Maintained
5740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5741 F:      kernel/irq/
5742
5743 IRQCHIP DRIVERS
5744 M:      Thomas Gleixner <tglx@linutronix.de>
5745 M:      Jason Cooper <jason@lakedaemon.net>
5746 M:      Marc Zyngier <marc.zyngier@arm.com>
5747 L:      linux-kernel@vger.kernel.org
5748 S:      Maintained
5749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5750 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5751 F:      Documentation/devicetree/bindings/interrupt-controller/
5752 F:      drivers/irqchip/
5753
5754 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5755 M:      Jiang Liu <jiang.liu@linux.intel.com>
5756 M:      Marc Zyngier <marc.zyngier@arm.com>
5757 S:      Maintained
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5759 F:      Documentation/IRQ-domain.txt
5760 F:      include/linux/irqdomain.h
5761 F:      kernel/irq/irqdomain.c
5762 F:      kernel/irq/msi.c
5763
5764 ISAPNP
5765 M:      Jaroslav Kysela <perex@perex.cz>
5766 S:      Maintained
5767 F:      Documentation/isapnp.txt
5768 F:      drivers/pnp/isapnp/
5769 F:      include/linux/isapnp.h
5770
5771 ISA RADIO MODULE
5772 M:      Hans Verkuil <hverkuil@xs4all.nl>
5773 L:      linux-media@vger.kernel.org
5774 T:      git git://linuxtv.org/media_tree.git
5775 W:      http://linuxtv.org
5776 S:      Maintained
5777 F:      drivers/media/radio/radio-isa*
5778
5779 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5780 M:      Peter Jones <pjones@redhat.com>
5781 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5782 S:      Maintained
5783 F:      drivers/firmware/iscsi_ibft*
5784
5785 ISCSI
5786 M:      Mike Christie <michaelc@cs.wisc.edu>
5787 L:      open-iscsi@googlegroups.com
5788 W:      www.open-iscsi.org
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5790 S:      Maintained
5791 F:      drivers/scsi/*iscsi*
5792 F:      include/scsi/*iscsi*
5793
5794 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5795 M:      Or Gerlitz <ogerlitz@mellanox.com>
5796 M:      Sagi Grimberg <sagig@mellanox.com>
5797 M:      Roi Dayan <roid@mellanox.com>
5798 L:      linux-rdma@vger.kernel.org
5799 S:      Supported
5800 W:      http://www.openfabrics.org
5801 W:      www.open-iscsi.org
5802 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5803 F:      drivers/infiniband/ulp/iser/
5804
5805 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5806 M:      Sagi Grimberg <sagig@mellanox.com>
5807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5808 L:      linux-rdma@vger.kernel.org
5809 L:      target-devel@vger.kernel.org
5810 S:      Supported
5811 W:      http://www.linux-iscsi.org
5812 F:      drivers/infiniband/ulp/isert
5813
5814 ISDN SUBSYSTEM
5815 M:      Karsten Keil <isdn@linux-pingi.de>
5816 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5817 L:      netdev@vger.kernel.org
5818 W:      http://www.isdn4linux.de
5819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5820 S:      Maintained
5821 F:      Documentation/isdn/
5822 F:      drivers/isdn/
5823 F:      include/linux/isdn.h
5824 F:      include/linux/isdn/
5825 F:      include/uapi/linux/isdn.h
5826 F:      include/uapi/linux/isdn/
5827
5828 ISDN SUBSYSTEM (Eicon active card driver)
5829 M:      Armin Schindler <mac@melware.de>
5830 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5831 W:      http://www.melware.de
5832 S:      Maintained
5833 F:      drivers/isdn/hardware/eicon/
5834
5835 IT87 HARDWARE MONITORING DRIVER
5836 M:      Jean Delvare <jdelvare@suse.com>
5837 L:      lm-sensors@lm-sensors.org
5838 S:      Maintained
5839 F:      Documentation/hwmon/it87
5840 F:      drivers/hwmon/it87.c
5841
5842 IT913X MEDIA DRIVER
5843 M:      Antti Palosaari <crope@iki.fi>
5844 L:      linux-media@vger.kernel.org
5845 W:      http://linuxtv.org/
5846 W:      http://palosaari.fi/linux/
5847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5848 T:      git git://linuxtv.org/anttip/media_tree.git
5849 S:      Maintained
5850 F:      drivers/media/tuners/it913x*
5851
5852 IVTV VIDEO4LINUX DRIVER
5853 M:      Andy Walls <awalls@md.metrocast.net>
5854 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5855 L:      linux-media@vger.kernel.org
5856 T:      git git://linuxtv.org/media_tree.git
5857 W:      http://www.ivtvdriver.org
5858 S:      Maintained
5859 F:      Documentation/video4linux/*.ivtv
5860 F:      drivers/media/pci/ivtv/
5861 F:      include/uapi/linux/ivtv*
5862
5863 IX2505V MEDIA DRIVER
5864 M:      Malcolm Priestley <tvboxspy@gmail.com>
5865 L:      linux-media@vger.kernel.org
5866 W:      http://linuxtv.org/
5867 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5868 S:      Maintained
5869 F:      drivers/media/dvb-frontends/ix2505v*
5870
5871 JC42.4 TEMPERATURE SENSOR DRIVER
5872 M:      Guenter Roeck <linux@roeck-us.net>
5873 L:      lm-sensors@lm-sensors.org
5874 S:      Maintained
5875 F:      drivers/hwmon/jc42.c
5876 F:      Documentation/hwmon/jc42
5877
5878 JFS FILESYSTEM
5879 M:      Dave Kleikamp <shaggy@kernel.org>
5880 L:      jfs-discussion@lists.sourceforge.net
5881 W:      http://jfs.sourceforge.net/
5882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5883 S:      Maintained
5884 F:      Documentation/filesystems/jfs.txt
5885 F:      fs/jfs/
5886
5887 JME NETWORK DRIVER
5888 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5889 L:      netdev@vger.kernel.org
5890 S:      Maintained
5891 F:      drivers/net/ethernet/jme.*
5892
5893 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5894 M:      David Woodhouse <dwmw2@infradead.org>
5895 L:      linux-mtd@lists.infradead.org
5896 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5897 S:      Maintained
5898 F:      fs/jffs2/
5899 F:      include/uapi/linux/jffs2.h
5900
5901 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5902 M:      "Theodore Ts'o" <tytso@mit.edu>
5903 M:      Jan Kara <jack@suse.com>
5904 L:      linux-ext4@vger.kernel.org
5905 S:      Maintained
5906 F:      fs/jbd2/
5907 F:      include/linux/jbd2.h
5908
5909 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5910 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5911 L:      linux-media@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/media/platform/rcar_jpu.c
5914
5915 JSM Neo PCI based serial card
5916 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5917 L:      linux-serial@vger.kernel.org
5918 S:      Maintained
5919 F:      drivers/tty/serial/jsm/
5920
5921 K10TEMP HARDWARE MONITORING DRIVER
5922 M:      Clemens Ladisch <clemens@ladisch.de>
5923 L:      lm-sensors@lm-sensors.org
5924 S:      Maintained
5925 F:      Documentation/hwmon/k10temp
5926 F:      drivers/hwmon/k10temp.c
5927
5928 K8TEMP HARDWARE MONITORING DRIVER
5929 M:      Rudolf Marek <r.marek@assembler.cz>
5930 L:      lm-sensors@lm-sensors.org
5931 S:      Maintained
5932 F:      Documentation/hwmon/k8temp
5933 F:      drivers/hwmon/k8temp.c
5934
5935 KCONFIG
5936 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5937 L:      linux-kbuild@vger.kernel.org
5938 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5939 S:      Maintained
5940 F:      Documentation/kbuild/kconfig-language.txt
5941 F:      scripts/kconfig/
5942
5943 KDUMP
5944 M:      Vivek Goyal <vgoyal@redhat.com>
5945 M:      Haren Myneni <hbabu@us.ibm.com>
5946 L:      kexec@lists.infradead.org
5947 W:      http://lse.sourceforge.net/kdump/
5948 S:      Maintained
5949 F:      Documentation/kdump/
5950
5951 KEENE FM RADIO TRANSMITTER DRIVER
5952 M:      Hans Verkuil <hverkuil@xs4all.nl>
5953 L:      linux-media@vger.kernel.org
5954 T:      git git://linuxtv.org/media_tree.git
5955 W:      http://linuxtv.org
5956 S:      Maintained
5957 F:      drivers/media/radio/radio-keene*
5958
5959 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5960 M:      Ian Kent <raven@themaw.net>
5961 L:      autofs@vger.kernel.org
5962 S:      Maintained
5963 F:      fs/autofs4/
5964
5965 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5966 M:      Michal Marek <mmarek@suse.com>
5967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5969 L:      linux-kbuild@vger.kernel.org
5970 S:      Maintained
5971 F:      Documentation/kbuild/
5972 F:      Makefile
5973 F:      scripts/Makefile.*
5974 F:      scripts/basic/
5975 F:      scripts/mk*
5976 F:      scripts/package/
5977
5978 KERNEL JANITORS
5979 L:      kernel-janitors@vger.kernel.org
5980 W:      http://kernelnewbies.org/KernelJanitors
5981 S:      Odd Fixes
5982
5983 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5984 M:      "J. Bruce Fields" <bfields@fieldses.org>
5985 M:      Jeff Layton <jlayton@poochiereds.net>
5986 L:      linux-nfs@vger.kernel.org
5987 W:      http://nfs.sourceforge.net/
5988 S:      Supported
5989 F:      fs/nfsd/
5990 F:      include/uapi/linux/nfsd/
5991 F:      fs/lockd/
5992 F:      fs/nfs_common/
5993 F:      net/sunrpc/
5994 F:      include/linux/lockd/
5995 F:      include/linux/sunrpc/
5996 F:      include/uapi/linux/sunrpc/
5997
5998 KERNEL SELFTEST FRAMEWORK
5999 M:      Shuah Khan <shuahkh@osg.samsung.com>
6000 L:      linux-api@vger.kernel.org
6001 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6002 S:      Maintained
6003 F:      tools/testing/selftests
6004
6005 KERNEL VIRTUAL MACHINE (KVM)
6006 M:      Gleb Natapov <gleb@kernel.org>
6007 M:      Paolo Bonzini <pbonzini@redhat.com>
6008 L:      kvm@vger.kernel.org
6009 W:      http://www.linux-kvm.org
6010 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6011 S:      Supported
6012 F:      Documentation/*/kvm*.txt
6013 F:      Documentation/virtual/kvm/
6014 F:      arch/*/kvm/
6015 F:      arch/x86/kernel/kvm.c
6016 F:      arch/x86/kernel/kvmclock.c
6017 F:      arch/*/include/asm/kvm*
6018 F:      include/linux/kvm*
6019 F:      include/uapi/linux/kvm*
6020 F:      virt/kvm/
6021
6022 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6023 M:      Joerg Roedel <joro@8bytes.org>
6024 L:      kvm@vger.kernel.org
6025 W:      http://www.linux-kvm.org/
6026 S:      Maintained
6027 F:      arch/x86/include/asm/svm.h
6028 F:      arch/x86/kvm/svm.c
6029
6030 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6031 M:      Alexander Graf <agraf@suse.com>
6032 L:      kvm-ppc@vger.kernel.org
6033 W:      http://www.linux-kvm.org/
6034 T:      git git://github.com/agraf/linux-2.6.git
6035 S:      Supported
6036 F:      arch/powerpc/include/asm/kvm*
6037 F:      arch/powerpc/kvm/
6038
6039 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6040 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6041 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6042 L:      linux-s390@vger.kernel.org
6043 W:      http://www.ibm.com/developerworks/linux/linux390/
6044 S:      Supported
6045 F:      Documentation/s390/kvm.txt
6046 F:      arch/s390/include/asm/kvm*
6047 F:      arch/s390/kvm/
6048
6049 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6050 M:      Christoffer Dall <christoffer.dall@linaro.org>
6051 M:      Marc Zyngier <marc.zyngier@arm.com>
6052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6053 L:      kvmarm@lists.cs.columbia.edu
6054 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6055 S:      Supported
6056 F:      arch/arm/include/uapi/asm/kvm*
6057 F:      arch/arm/include/asm/kvm*
6058 F:      arch/arm/kvm/
6059 F:      virt/kvm/arm/
6060 F:      include/kvm/arm_*
6061
6062 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6063 M:      Christoffer Dall <christoffer.dall@linaro.org>
6064 M:      Marc Zyngier <marc.zyngier@arm.com>
6065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6066 L:      kvmarm@lists.cs.columbia.edu
6067 S:      Maintained
6068 F:      arch/arm64/include/uapi/asm/kvm*
6069 F:      arch/arm64/include/asm/kvm*
6070 F:      arch/arm64/kvm/
6071
6072 KEXEC
6073 M:      Eric Biederman <ebiederm@xmission.com>
6074 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6075 L:      kexec@lists.infradead.org
6076 S:      Maintained
6077 F:      include/linux/kexec.h
6078 F:      include/uapi/linux/kexec.h
6079 F:      kernel/kexec.c
6080
6081 KEYS/KEYRINGS:
6082 M:      David Howells <dhowells@redhat.com>
6083 L:      keyrings@vger.kernel.org
6084 S:      Maintained
6085 F:      Documentation/security/keys.txt
6086 F:      include/linux/key.h
6087 F:      include/linux/key-type.h
6088 F:      include/keys/
6089 F:      security/keys/
6090
6091 KEYS-TRUSTED
6092 M:      David Safford <safford@us.ibm.com>
6093 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6094 L:      linux-security-module@vger.kernel.org
6095 L:      keyrings@vger.kernel.org
6096 S:      Supported
6097 F:      Documentation/security/keys-trusted-encrypted.txt
6098 F:      include/keys/trusted-type.h
6099 F:      security/keys/trusted.c
6100 F:      security/keys/trusted.h
6101
6102 KEYS-ENCRYPTED
6103 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6104 M:      David Safford <safford@us.ibm.com>
6105 L:      linux-security-module@vger.kernel.org
6106 L:      keyrings@vger.kernel.org
6107 S:      Supported
6108 F:      Documentation/security/keys-trusted-encrypted.txt
6109 F:      include/keys/encrypted-type.h
6110 F:      security/keys/encrypted-keys/
6111
6112 KGDB / KDB /debug_core
6113 M:      Jason Wessel <jason.wessel@windriver.com>
6114 W:      http://kgdb.wiki.kernel.org/
6115 L:      kgdb-bugreport@lists.sourceforge.net
6116 S:      Maintained
6117 F:      Documentation/DocBook/kgdb.tmpl
6118 F:      drivers/misc/kgdbts.c
6119 F:      drivers/tty/serial/kgdboc.c
6120 F:      include/linux/kdb.h
6121 F:      include/linux/kgdb.h
6122 F:      kernel/debug/
6123
6124 KMEMCHECK
6125 M:      Vegard Nossum <vegardno@ifi.uio.no>
6126 M:      Pekka Enberg <penberg@kernel.org>
6127 S:      Maintained
6128 F:      Documentation/kmemcheck.txt
6129 F:      arch/x86/include/asm/kmemcheck.h
6130 F:      arch/x86/mm/kmemcheck/
6131 F:      include/linux/kmemcheck.h
6132 F:      mm/kmemcheck.c
6133
6134 KMEMLEAK
6135 M:      Catalin Marinas <catalin.marinas@arm.com>
6136 S:      Maintained
6137 F:      Documentation/kmemleak.txt
6138 F:      include/linux/kmemleak.h
6139 F:      mm/kmemleak.c
6140 F:      mm/kmemleak-test.c
6141
6142 KPROBES
6143 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6144 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6145 M:      "David S. Miller" <davem@davemloft.net>
6146 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6147 S:      Maintained
6148 F:      Documentation/kprobes.txt
6149 F:      include/linux/kprobes.h
6150 F:      kernel/kprobes.c
6151
6152 KS0108 LCD CONTROLLER DRIVER
6153 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6154 W:      http://miguelojeda.es/auxdisplay.htm
6155 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6156 S:      Maintained
6157 F:      Documentation/auxdisplay/ks0108
6158 F:      drivers/auxdisplay/ks0108.c
6159 F:      include/linux/ks0108.h
6160
6161 L3MDEV
6162 M:      David Ahern <dsa@cumulusnetworks.com>
6163 L:      netdev@vger.kernel.org
6164 S:      Maintained
6165 F:      net/l3mdev
6166 F:      include/net/l3mdev.h
6167
6168 LAPB module
6169 L:      linux-x25@vger.kernel.org
6170 S:      Orphan
6171 F:      Documentation/networking/lapb-module.txt
6172 F:      include/*/lapb.h
6173 F:      net/lapb/
6174
6175 LASI 53c700 driver for PARISC
6176 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6177 L:      linux-scsi@vger.kernel.org
6178 S:      Maintained
6179 F:      Documentation/scsi/53c700.txt
6180 F:      drivers/scsi/53c700*
6181
6182 LED SUBSYSTEM
6183 M:      Richard Purdie <rpurdie@rpsys.net>
6184 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6185 L:      linux-leds@vger.kernel.org
6186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6187 S:      Maintained
6188 F:      drivers/leds/
6189 F:      include/linux/leds.h
6190
6191 LEGACY EEPROM DRIVER
6192 M:      Jean Delvare <jdelvare@suse.com>
6193 S:      Maintained
6194 F:      Documentation/misc-devices/eeprom
6195 F:      drivers/misc/eeprom/eeprom.c
6196
6197 LEGO USB Tower driver
6198 M:      Juergen Stuber <starblue@users.sourceforge.net>
6199 L:      legousb-devel@lists.sourceforge.net
6200 W:      http://legousb.sourceforge.net/
6201 S:      Maintained
6202 F:      drivers/usb/misc/legousbtower.c
6203
6204 LG2160 MEDIA DRIVER
6205 M:      Michael Krufky <mkrufky@linuxtv.org>
6206 L:      linux-media@vger.kernel.org
6207 W:      http://linuxtv.org/
6208 W:      http://github.com/mkrufky
6209 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6210 T:      git git://linuxtv.org/mkrufky/tuners.git
6211 S:      Maintained
6212 F:      drivers/media/dvb-frontends/lg2160.*
6213
6214 LGDT3305 MEDIA DRIVER
6215 M:      Michael Krufky <mkrufky@linuxtv.org>
6216 L:      linux-media@vger.kernel.org
6217 W:      http://linuxtv.org/
6218 W:      http://github.com/mkrufky
6219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6220 T:      git git://linuxtv.org/mkrufky/tuners.git
6221 S:      Maintained
6222 F:      drivers/media/dvb-frontends/lgdt3305.*
6223
6224 LGUEST
6225 M:      Rusty Russell <rusty@rustcorp.com.au>
6226 L:      lguest@lists.ozlabs.org
6227 W:      http://lguest.ozlabs.org/
6228 S:      Odd Fixes
6229 F:      arch/x86/include/asm/lguest*.h
6230 F:      arch/x86/lguest/
6231 F:      drivers/lguest/
6232 F:      include/linux/lguest*.h
6233 F:      tools/lguest/
6234
6235 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6236 M:      Tejun Heo <tj@kernel.org>
6237 L:      linux-ide@vger.kernel.org
6238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6239 S:      Maintained
6240 F:      drivers/ata/
6241 F:      include/linux/ata.h
6242 F:      include/linux/libata.h
6243
6244 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6245 M:      Viresh Kumar <vireshk@kernel.org>
6246 L:      linux-ide@vger.kernel.org
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6248 S:      Maintained
6249 F:      include/linux/pata_arasan_cf_data.h
6250 F:      drivers/ata/pata_arasan_cf.c
6251
6252 LIBATA PATA DRIVERS
6253 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6254 M:      Tejun Heo <tj@kernel.org>
6255 L:      linux-ide@vger.kernel.org
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6257 S:      Maintained
6258 F:      drivers/ata/pata_*.c
6259 F:      drivers/ata/ata_generic.c
6260
6261 LIBATA SATA AHCI PLATFORM devices support
6262 M:      Hans de Goede <hdegoede@redhat.com>
6263 M:      Tejun Heo <tj@kernel.org>
6264 L:      linux-ide@vger.kernel.org
6265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6266 S:      Maintained
6267 F:      drivers/ata/ahci_platform.c
6268 F:      drivers/ata/libahci_platform.c
6269 F:      include/linux/ahci_platform.h
6270
6271 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6272 M:      Mikael Pettersson <mikpelinux@gmail.com>
6273 L:      linux-ide@vger.kernel.org
6274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6275 S:      Maintained
6276 F:      drivers/ata/sata_promise.*
6277
6278 LIBLOCKDEP
6279 M:      Sasha Levin <sasha.levin@oracle.com>
6280 S:      Maintained
6281 F:      tools/lib/lockdep/
6282
6283 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6284 M:      Dan Williams <dan.j.williams@intel.com>
6285 L:      linux-nvdimm@lists.01.org
6286 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6287 S:      Supported
6288 F:      drivers/nvdimm/*
6289 F:      include/linux/nd.h
6290 F:      include/linux/libnvdimm.h
6291 F:      include/uapi/linux/ndctl.h
6292
6293 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6294 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6295 L:      linux-nvdimm@lists.01.org
6296 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6297 S:      Supported
6298 F:      drivers/nvdimm/blk.c
6299 F:      drivers/nvdimm/region_devs.c
6300 F:      drivers/acpi/nfit*
6301
6302 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6303 M:      Vishal Verma <vishal.l.verma@intel.com>
6304 L:      linux-nvdimm@lists.01.org
6305 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6306 S:      Supported
6307 F:      drivers/nvdimm/btt*
6308
6309 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6310 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6311 L:      linux-nvdimm@lists.01.org
6312 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6313 S:      Supported
6314 F:      drivers/nvdimm/pmem.c
6315 F:      include/linux/pmem.h
6316 F:      arch/*/include/asm/pmem.h
6317
6318 LINUX FOR IBM pSERIES (RS/6000)
6319 M:      Paul Mackerras <paulus@au.ibm.com>
6320 W:      http://www.ibm.com/linux/ltc/projects/ppc
6321 S:      Supported
6322 F:      arch/powerpc/boot/rs6000.h
6323
6324 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6325 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6326 M:      Paul Mackerras <paulus@samba.org>
6327 M:      Michael Ellerman <mpe@ellerman.id.au>
6328 W:      http://www.penguinppc.org/
6329 L:      linuxppc-dev@lists.ozlabs.org
6330 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6332 S:      Supported
6333 F:      Documentation/powerpc/
6334 F:      arch/powerpc/
6335
6336 LINUX FOR POWER MACINTOSH
6337 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6338 W:      http://www.penguinppc.org/
6339 L:      linuxppc-dev@lists.ozlabs.org
6340 S:      Maintained
6341 F:      arch/powerpc/platforms/powermac/
6342 F:      drivers/macintosh/
6343
6344 LINUX FOR POWERPC EMBEDDED MPC5XXX
6345 M:      Anatolij Gustschin <agust@denx.de>
6346 L:      linuxppc-dev@lists.ozlabs.org
6347 T:      git git://git.denx.de/linux-denx-agust.git
6348 S:      Maintained
6349 F:      arch/powerpc/platforms/512x/
6350 F:      arch/powerpc/platforms/52xx/
6351
6352 LINUX FOR POWERPC EMBEDDED PPC4XX
6353 M:      Alistair Popple <alistair@popple.id.au>
6354 M:      Matt Porter <mporter@kernel.crashing.org>
6355 W:      http://www.penguinppc.org/
6356 L:      linuxppc-dev@lists.ozlabs.org
6357 S:      Maintained
6358 F:      arch/powerpc/platforms/40x/
6359 F:      arch/powerpc/platforms/44x/
6360
6361 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6362 L:      linuxppc-dev@lists.ozlabs.org
6363 S:      Orphan
6364 F:      arch/powerpc/*/*virtex*
6365 F:      arch/powerpc/*/*/*virtex*
6366
6367 LINUX FOR POWERPC EMBEDDED PPC8XX
6368 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6369 W:      http://www.penguinppc.org/
6370 L:      linuxppc-dev@lists.ozlabs.org
6371 S:      Maintained
6372 F:      arch/powerpc/platforms/8xx/
6373
6374 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6375 M:      Scott Wood <scottwood@freescale.com>
6376 M:      Kumar Gala <galak@kernel.crashing.org>
6377 W:      http://www.penguinppc.org/
6378 L:      linuxppc-dev@lists.ozlabs.org
6379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6380 S:      Maintained
6381 F:      arch/powerpc/platforms/83xx/
6382 F:      arch/powerpc/platforms/85xx/
6383
6384 LINUX FOR POWERPC PA SEMI PWRFICIENT
6385 M:      Olof Johansson <olof@lixom.net>
6386 L:      linuxppc-dev@lists.ozlabs.org
6387 S:      Maintained
6388 F:      arch/powerpc/platforms/pasemi/
6389 F:      drivers/*/*pasemi*
6390 F:      drivers/*/*/*pasemi*
6391
6392 LINUX SECURITY MODULE (LSM) FRAMEWORK
6393 M:      Chris Wright <chrisw@sous-sol.org>
6394 L:      linux-security-module@vger.kernel.org
6395 S:      Supported
6396
6397 LIS3LV02D ACCELEROMETER DRIVER
6398 M:      Eric Piel <eric.piel@tremplin-utc.net>
6399 S:      Maintained
6400 F:      Documentation/misc-devices/lis3lv02d
6401 F:      drivers/misc/lis3lv02d/
6402 F:      drivers/platform/x86/hp_accel.c
6403
6404 LIVE PATCHING
6405 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6406 M:      Seth Jennings <sjenning@redhat.com>
6407 M:      Jiri Kosina <jikos@kernel.org>
6408 M:      Vojtech Pavlik <vojtech@suse.com>
6409 S:      Maintained
6410 F:      kernel/livepatch/
6411 F:      include/linux/livepatch.h
6412 F:      arch/x86/include/asm/livepatch.h
6413 F:      arch/x86/kernel/livepatch.c
6414 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6415 F:      samples/livepatch/
6416 L:      live-patching@vger.kernel.org
6417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6418
6419 LLC (802.2)
6420 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6421 S:      Maintained
6422 F:      include/linux/llc.h
6423 F:      include/uapi/linux/llc.h
6424 F:      include/net/llc*
6425 F:      net/llc/
6426
6427 LM73 HARDWARE MONITOR DRIVER
6428 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6429 L:      lm-sensors@lm-sensors.org
6430 S:      Maintained
6431 F:      drivers/hwmon/lm73.c
6432
6433 LM78 HARDWARE MONITOR DRIVER
6434 M:      Jean Delvare <jdelvare@suse.com>
6435 L:      lm-sensors@lm-sensors.org
6436 S:      Maintained
6437 F:      Documentation/hwmon/lm78
6438 F:      drivers/hwmon/lm78.c
6439
6440 LM83 HARDWARE MONITOR DRIVER
6441 M:      Jean Delvare <jdelvare@suse.com>
6442 L:      lm-sensors@lm-sensors.org
6443 S:      Maintained
6444 F:      Documentation/hwmon/lm83
6445 F:      drivers/hwmon/lm83.c
6446
6447 LM90 HARDWARE MONITOR DRIVER
6448 M:      Jean Delvare <jdelvare@suse.com>
6449 L:      lm-sensors@lm-sensors.org
6450 S:      Maintained
6451 F:      Documentation/hwmon/lm90
6452 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6453 F:      drivers/hwmon/lm90.c
6454
6455 LM95234 HARDWARE MONITOR DRIVER
6456 M:      Guenter Roeck <linux@roeck-us.net>
6457 L:      lm-sensors@lm-sensors.org
6458 S:      Maintained
6459 F:      Documentation/hwmon/lm95234
6460 F:      drivers/hwmon/lm95234.c
6461
6462 LME2510 MEDIA DRIVER
6463 M:      Malcolm Priestley <tvboxspy@gmail.com>
6464 L:      linux-media@vger.kernel.org
6465 W:      http://linuxtv.org/
6466 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6467 S:      Maintained
6468 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6469
6470 LOCKDEP AND LOCKSTAT
6471 M:      Peter Zijlstra <peterz@infradead.org>
6472 M:      Ingo Molnar <mingo@redhat.com>
6473 L:      linux-kernel@vger.kernel.org
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6475 S:      Maintained
6476 F:      Documentation/locking/lockdep*.txt
6477 F:      Documentation/locking/lockstat.txt
6478 F:      include/linux/lockdep.h
6479 F:      kernel/locking/
6480
6481 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6482 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6483 L:      linux-ntfs-dev@lists.sourceforge.net
6484 W:      http://www.linux-ntfs.org/content/view/19/37/
6485 S:      Maintained
6486 F:      Documentation/ldm.txt
6487 F:      block/partitions/ldm.*
6488
6489 LogFS
6490 M:      Joern Engel <joern@logfs.org>
6491 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6492 L:      logfs@logfs.org
6493 W:      logfs.org
6494 S:      Maintained
6495 F:      fs/logfs/
6496
6497 LPC32XX MACHINE SUPPORT
6498 M:      Roland Stigge <stigge@antcom.de>
6499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6500 S:      Maintained
6501 F:      arch/arm/mach-lpc32xx/
6502
6503 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6504 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6505 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6506 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6507 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6508 L:      MPT-FusionLinux.pdl@avagotech.com
6509 L:      linux-scsi@vger.kernel.org
6510 W:      http://www.lsilogic.com/support
6511 S:      Supported
6512 F:      drivers/message/fusion/
6513 F:      drivers/scsi/mpt2sas/
6514 F:      drivers/scsi/mpt3sas/
6515
6516 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6517 M:      Matthew Wilcox <matthew@wil.cx>
6518 L:      linux-scsi@vger.kernel.org
6519 S:      Maintained
6520 F:      drivers/scsi/sym53c8xx_2/
6521
6522 LTC4261 HARDWARE MONITOR DRIVER
6523 M:      Guenter Roeck <linux@roeck-us.net>
6524 L:      lm-sensors@lm-sensors.org
6525 S:      Maintained
6526 F:      Documentation/hwmon/ltc4261
6527 F:      drivers/hwmon/ltc4261.c
6528
6529 LTP (Linux Test Project)
6530 M:      Mike Frysinger <vapier@gentoo.org>
6531 M:      Cyril Hrubis <chrubis@suse.cz>
6532 M:      Wanlong Gao <wanlong.gao@gmail.com>
6533 M:      Jan Stancek <jstancek@redhat.com>
6534 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6535 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6536 L:      ltp@lists.linux.it (subscribers-only)
6537 W:      http://linux-test-project.github.io/
6538 T:      git git://github.com/linux-test-project/ltp.git
6539 S:      Maintained
6540
6541 M32R ARCHITECTURE
6542 W:      http://www.linux-m32r.org/
6543 S:      Orphan
6544 F:      arch/m32r/
6545
6546 M68K ARCHITECTURE
6547 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6548 L:      linux-m68k@lists.linux-m68k.org
6549 W:      http://www.linux-m68k.org/
6550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6551 S:      Maintained
6552 F:      arch/m68k/
6553 F:      drivers/zorro/
6554
6555 M68K ON APPLE MACINTOSH
6556 M:      Joshua Thompson <funaho@jurai.org>
6557 W:      http://www.mac.linux-m68k.org/
6558 L:      linux-m68k@lists.linux-m68k.org
6559 S:      Maintained
6560 F:      arch/m68k/mac/
6561
6562 M68K ON HP9000/300
6563 M:      Philip Blundell <philb@gnu.org>
6564 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6565 S:      Maintained
6566 F:      arch/m68k/hp300/
6567
6568 M88DS3103 MEDIA DRIVER
6569 M:      Antti Palosaari <crope@iki.fi>
6570 L:      linux-media@vger.kernel.org
6571 W:      http://linuxtv.org/
6572 W:      http://palosaari.fi/linux/
6573 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6574 T:      git git://linuxtv.org/anttip/media_tree.git
6575 S:      Maintained
6576 F:      drivers/media/dvb-frontends/m88ds3103*
6577
6578 M88RS2000 MEDIA DRIVER
6579 M:      Malcolm Priestley <tvboxspy@gmail.com>
6580 L:      linux-media@vger.kernel.org
6581 W:      http://linuxtv.org/
6582 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6583 S:      Maintained
6584 F:      drivers/media/dvb-frontends/m88rs2000*
6585
6586 MA901 MASTERKIT USB FM RADIO DRIVER
6587 M:      Alexey Klimov <klimov.linux@gmail.com>
6588 L:      linux-media@vger.kernel.org
6589 T:      git git://linuxtv.org/media_tree.git
6590 S:      Maintained
6591 F:      drivers/media/radio/radio-ma901.c
6592
6593 MAC80211
6594 M:      Johannes Berg <johannes@sipsolutions.net>
6595 L:      linux-wireless@vger.kernel.org
6596 W:      http://wireless.kernel.org/
6597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6599 S:      Maintained
6600 F:      Documentation/networking/mac80211-injection.txt
6601 F:      include/net/mac80211.h
6602 F:      net/mac80211/
6603
6604 MACVLAN DRIVER
6605 M:      Patrick McHardy <kaber@trash.net>
6606 L:      netdev@vger.kernel.org
6607 S:      Maintained
6608 F:      drivers/net/macvlan.c
6609 F:      include/linux/if_macvlan.h
6610
6611 MAILBOX API
6612 M:      Jassi Brar <jassisinghbrar@gmail.com>
6613 L:      linux-kernel@vger.kernel.org
6614 S:      Maintained
6615 F:      drivers/mailbox/
6616 F:      include/linux/mailbox_client.h
6617 F:      include/linux/mailbox_controller.h
6618
6619 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6620 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6621 W:      http://www.kernel.org/doc/man-pages
6622 L:      linux-man@vger.kernel.org
6623 S:      Maintained
6624
6625 MARVELL ARMADA DRM SUPPORT
6626 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6627 S:      Maintained
6628 F:      drivers/gpu/drm/armada/
6629
6630 MARVELL 88E6352 DSA support
6631 M:      Guenter Roeck <linux@roeck-us.net>
6632 S:      Maintained
6633 F:      drivers/net/dsa/mv88e6352.c
6634
6635 MARVELL CRYPTO DRIVER
6636 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6637 M:      Arnaud Ebalard <arno@natisbad.org>
6638 F:      drivers/crypto/marvell/
6639 S:      Maintained
6640 L:      linux-crypto@vger.kernel.org
6641
6642 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6643 M:      Mirko Lindner <mlindner@marvell.com>
6644 M:      Stephen Hemminger <stephen@networkplumber.org>
6645 L:      netdev@vger.kernel.org
6646 S:      Maintained
6647 F:      drivers/net/ethernet/marvell/sk*
6648
6649 MARVELL LIBERTAS WIRELESS DRIVER
6650 L:      libertas-dev@lists.infradead.org
6651 S:      Orphan
6652 F:      drivers/net/wireless/libertas/
6653
6654 MARVELL MV643XX ETHERNET DRIVER
6655 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6656 L:      netdev@vger.kernel.org
6657 S:      Maintained
6658 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6659 F:      include/linux/mv643xx.h
6660
6661 MARVELL MVNETA ETHERNET DRIVER
6662 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6663 L:      netdev@vger.kernel.org
6664 S:      Maintained
6665 F:      drivers/net/ethernet/marvell/mvneta.*
6666
6667 MARVELL MWIFIEX WIRELESS DRIVER
6668 M:      Amitkumar Karwar <akarwar@marvell.com>
6669 M:      Nishant Sarmukadam <nishants@marvell.com>
6670 L:      linux-wireless@vger.kernel.org
6671 S:      Maintained
6672 F:      drivers/net/wireless/mwifiex/
6673
6674 MARVELL MWL8K WIRELESS DRIVER
6675 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6676 L:      linux-wireless@vger.kernel.org
6677 S:      Odd Fixes
6678 F:      drivers/net/wireless/mwl8k.c
6679
6680 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6681 M:      Nicolas Pitre <nico@fluxnic.net>
6682 S:      Odd Fixes
6683 F:      drivers/mmc/host/mvsdio.*
6684
6685 MATROX FRAMEBUFFER DRIVER
6686 L:      linux-fbdev@vger.kernel.org
6687 S:      Orphan
6688 F:      drivers/video/fbdev/matrox/matroxfb_*
6689 F:      include/uapi/linux/matroxfb.h
6690
6691 MAX16065 HARDWARE MONITOR DRIVER
6692 M:      Guenter Roeck <linux@roeck-us.net>
6693 L:      lm-sensors@lm-sensors.org
6694 S:      Maintained
6695 F:      Documentation/hwmon/max16065
6696 F:      drivers/hwmon/max16065.c
6697
6698 MAX20751 HARDWARE MONITOR DRIVER
6699 M:      Guenter Roeck <linux@roeck-us.net>
6700 L:      lm-sensors@lm-sensors.org
6701 S:      Maintained
6702 F:      Documentation/hwmon/max20751
6703 F:      drivers/hwmon/max20751.c
6704
6705 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6706 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6707 L:      lm-sensors@lm-sensors.org
6708 S:      Maintained
6709 F:      Documentation/hwmon/max6650
6710 F:      drivers/hwmon/max6650.c
6711
6712 MAX6697 HARDWARE MONITOR DRIVER
6713 M:      Guenter Roeck <linux@roeck-us.net>
6714 L:      lm-sensors@lm-sensors.org
6715 S:      Maintained
6716 F:      Documentation/hwmon/max6697
6717 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6718 F:      drivers/hwmon/max6697.c
6719 F:      include/linux/platform_data/max6697.h
6720
6721 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6722 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6723 L:      linux-pm@vger.kernel.org
6724 S:      Supported
6725 F:      drivers/power/max14577_charger.c
6726 F:      drivers/power/max77693_charger.c
6727
6728 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6729 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6730 L:      linux-kernel@vger.kernel.org
6731 S:      Supported
6732 F:      drivers/*/*max77802.c
6733 F:      Documentation/devicetree/bindings/*/*max77802.txt
6734 F:      include/dt-bindings/*/*max77802.h
6735
6736 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6737 M:      Chanwoo Choi <cw00.choi@samsung.com>
6738 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6739 L:      linux-kernel@vger.kernel.org
6740 S:      Supported
6741 F:      drivers/*/max14577.c
6742 F:      drivers/*/max77686.c
6743 F:      drivers/*/max77693.c
6744 F:      drivers/extcon/extcon-max14577.c
6745 F:      drivers/extcon/extcon-max77693.c
6746 F:      drivers/rtc/rtc-max77686.c
6747 F:      drivers/clk/clk-max77686.c
6748 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6749 F:      Documentation/devicetree/bindings/*/max77686.txt
6750 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6751 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6752 F:      include/linux/mfd/max14577*.h
6753 F:      include/linux/mfd/max77686*.h
6754 F:      include/linux/mfd/max77693*.h
6755
6756 MAXIRADIO FM RADIO RECEIVER DRIVER
6757 M:      Hans Verkuil <hverkuil@xs4all.nl>
6758 L:      linux-media@vger.kernel.org
6759 T:      git git://linuxtv.org/media_tree.git
6760 W:      http://linuxtv.org
6761 S:      Maintained
6762 F:      drivers/media/radio/radio-maxiradio*
6763
6764 MEDIA DRIVERS FOR RENESAS - VSP1
6765 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6766 L:      linux-media@vger.kernel.org
6767 L:      linux-sh@vger.kernel.org
6768 T:      git git://linuxtv.org/media_tree.git
6769 S:      Supported
6770 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6771 F:      drivers/media/platform/vsp1/
6772
6773 MEDIA DRIVERS FOR ASCOT2E
6774 M:      Sergey Kozlov <serjk@netup.ru>
6775 L:      linux-media@vger.kernel.org
6776 W:      http://linuxtv.org
6777 W:      http://netup.tv/
6778 T:      git git://linuxtv.org/media_tree.git
6779 S:      Supported
6780 F:      drivers/media/dvb-frontends/ascot2e*
6781
6782 MEDIA DRIVERS FOR CXD2841ER
6783 M:      Sergey Kozlov <serjk@netup.ru>
6784 L:      linux-media@vger.kernel.org
6785 W:      http://linuxtv.org/
6786 W:      http://netup.tv/
6787 T:      git git://linuxtv.org/media_tree.git
6788 S:      Supported
6789 F:      drivers/media/dvb-frontends/cxd2841er*
6790
6791 MEDIA DRIVERS FOR HORUS3A
6792 M:      Sergey Kozlov <serjk@netup.ru>
6793 L:      linux-media@vger.kernel.org
6794 W:      http://linuxtv.org/
6795 W:      http://netup.tv/
6796 T:      git git://linuxtv.org/media_tree.git
6797 S:      Supported
6798 F:      drivers/media/dvb-frontends/horus3a*
6799
6800 MEDIA DRIVERS FOR LNBH25
6801 M:      Sergey Kozlov <serjk@netup.ru>
6802 L:      linux-media@vger.kernel.org
6803 W:      http://linuxtv.org/
6804 W:      http://netup.tv/
6805 T:      git git://linuxtv.org/media_tree.git
6806 S:      Supported
6807 F:      drivers/media/dvb-frontends/lnbh25*
6808
6809 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6810 M:      Sergey Kozlov <serjk@netup.ru>
6811 L:      linux-media@vger.kernel.org
6812 W:      http://linuxtv.org/
6813 W:      http://netup.tv/
6814 T:      git git://linuxtv.org/media_tree.git
6815 S:      Supported
6816 F:      drivers/media/pci/netup_unidvb/*
6817
6818 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6819 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6820 P:      LinuxTV.org Project
6821 L:      linux-media@vger.kernel.org
6822 W:      http://linuxtv.org
6823 Q:      http://patchwork.kernel.org/project/linux-media/list/
6824 T:      git git://linuxtv.org/media_tree.git
6825 S:      Maintained
6826 F:      Documentation/dvb/
6827 F:      Documentation/video4linux/
6828 F:      Documentation/DocBook/media/
6829 F:      drivers/media/
6830 F:      drivers/staging/media/
6831 F:      include/media/
6832 F:      include/uapi/linux/dvb/
6833 F:      include/uapi/linux/videodev2.h
6834 F:      include/uapi/linux/media.h
6835 F:      include/uapi/linux/v4l2-*
6836 F:      include/uapi/linux/meye.h
6837 F:      include/uapi/linux/ivtv*
6838 F:      include/uapi/linux/uvcvideo.h
6839
6840 MEDIATEK MT7601U WIRELESS LAN DRIVER
6841 M:      Jakub Kicinski <kubakici@wp.pl>
6842 L:      linux-wireless@vger.kernel.org
6843 S:      Maintained
6844 F:      drivers/net/wireless/mediatek/mt7601u/
6845
6846 MEGARAID SCSI/SAS DRIVERS
6847 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6848 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6849 M:      Uday Lingala <uday.lingala@avagotech.com>
6850 L:      megaraidlinux.pdl@avagotech.com
6851 L:      linux-scsi@vger.kernel.org
6852 W:      http://www.lsi.com
6853 S:      Maintained
6854 F:      Documentation/scsi/megaraid.txt
6855 F:      drivers/scsi/megaraid.*
6856 F:      drivers/scsi/megaraid/
6857
6858 MELLANOX ETHERNET DRIVER (mlx4_en)
6859 M:      Amir Vadai <amirv@mellanox.com>
6860 L:      netdev@vger.kernel.org
6861 S:      Supported
6862 W:      http://www.mellanox.com
6863 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6864 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6865
6866 MELLANOX ETHERNET SWITCH DRIVERS
6867 M:      Jiri Pirko <jiri@mellanox.com>
6868 M:      Ido Schimmel <idosch@mellanox.com>
6869 L:      netdev@vger.kernel.org
6870 S:      Supported
6871 W:      http://www.mellanox.com
6872 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6873 F:      drivers/net/ethernet/mellanox/mlxsw/
6874
6875 MEMBARRIER SUPPORT
6876 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6877 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6878 L:      linux-kernel@vger.kernel.org
6879 S:      Supported
6880 F:      kernel/membarrier.c
6881 F:      include/uapi/linux/membarrier.h
6882
6883 MEMORY MANAGEMENT
6884 L:      linux-mm@kvack.org
6885 W:      http://www.linux-mm.org
6886 S:      Maintained
6887 F:      include/linux/mm.h
6888 F:      include/linux/gfp.h
6889 F:      include/linux/mmzone.h
6890 F:      include/linux/memory_hotplug.h
6891 F:      include/linux/vmalloc.h
6892 F:      mm/
6893
6894 MEMORY TECHNOLOGY DEVICES (MTD)
6895 M:      David Woodhouse <dwmw2@infradead.org>
6896 M:      Brian Norris <computersforpeace@gmail.com>
6897 L:      linux-mtd@lists.infradead.org
6898 W:      http://www.linux-mtd.infradead.org/
6899 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6900 T:      git git://git.infradead.org/linux-mtd.git
6901 T:      git git://git.infradead.org/l2-mtd.git
6902 S:      Maintained
6903 F:      drivers/mtd/
6904 F:      include/linux/mtd/
6905 F:      include/uapi/mtd/
6906
6907 MEN A21 WATCHDOG DRIVER
6908 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6909 L:      linux-watchdog@vger.kernel.org
6910 S:      Maintained
6911 F:      drivers/watchdog/mena21_wdt.c
6912
6913 MEN CHAMELEON BUS (mcb)
6914 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6915 S:      Maintained
6916 F:      drivers/mcb/
6917 F:      include/linux/mcb.h
6918 F:      Documentation/men-chameleon-bus.txt
6919
6920 MEN F21BMC (Board Management Controller)
6921 M:      Andreas Werner <andreas.werner@men.de>
6922 S:      Supported
6923 F:      drivers/mfd/menf21bmc.c
6924 F:      drivers/watchdog/menf21bmc_wdt.c
6925 F:      drivers/leds/leds-menf21bmc.c
6926 F:      drivers/hwmon/menf21bmc_hwmon.c
6927 F:      Documentation/hwmon/menf21bmc
6928
6929 METAG ARCHITECTURE
6930 M:      James Hogan <james.hogan@imgtec.com>
6931 L:      linux-metag@vger.kernel.org
6932 S:      Supported
6933 F:      arch/metag/
6934 F:      Documentation/metag/
6935 F:      Documentation/devicetree/bindings/metag/
6936 F:      drivers/clocksource/metag_generic.c
6937 F:      drivers/irqchip/irq-metag.c
6938 F:      drivers/irqchip/irq-metag-ext.c
6939 F:      drivers/tty/metag_da.c
6940
6941 MICROBLAZE ARCHITECTURE
6942 M:      Michal Simek <monstr@monstr.eu>
6943 W:      http://www.monstr.eu/fdt/
6944 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6945 S:      Supported
6946 F:      arch/microblaze/
6947
6948 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6949 M:      Chen Yu <yu.c.chen@intel.com>
6950 L:      platform-driver-x86@vger.kernel.org
6951 S:      Supported
6952 F:      drivers/platform/x86/surfacepro3_button.c
6953
6954 MICROTEK X6 SCANNER
6955 M:      Oliver Neukum <oliver@neukum.org>
6956 S:      Maintained
6957 F:      drivers/usb/image/microtek.*
6958
6959 MIPS
6960 M:      Ralf Baechle <ralf@linux-mips.org>
6961 L:      linux-mips@linux-mips.org
6962 W:      http://www.linux-mips.org/
6963 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6964 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6965 S:      Supported
6966 F:      Documentation/mips/
6967 F:      arch/mips/
6968
6969 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6970 M:      Hans Verkuil <hverkuil@xs4all.nl>
6971 L:      linux-media@vger.kernel.org
6972 T:      git git://linuxtv.org/media_tree.git
6973 W:      http://linuxtv.org
6974 S:      Odd Fixes
6975 F:      drivers/media/radio/radio-miropcm20*
6976
6977 Mellanox MLX5 core VPI driver
6978 M:      Eli Cohen <eli@mellanox.com>
6979 L:      netdev@vger.kernel.org
6980 L:      linux-rdma@vger.kernel.org
6981 W:      http://www.mellanox.com
6982 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6983 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6984 T:      git git://openfabrics.org/~eli/connect-ib.git
6985 S:      Supported
6986 F:      drivers/net/ethernet/mellanox/mlx5/core/
6987 F:      include/linux/mlx5/
6988
6989 Mellanox MLX5 IB driver
6990 M:      Eli Cohen <eli@mellanox.com>
6991 L:      linux-rdma@vger.kernel.org
6992 W:      http://www.mellanox.com
6993 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6994 T:      git git://openfabrics.org/~eli/connect-ib.git
6995 S:      Supported
6996 F:      include/linux/mlx5/
6997 F:      drivers/infiniband/hw/mlx5/
6998
6999 MN88472 MEDIA DRIVER
7000 M:      Antti Palosaari <crope@iki.fi>
7001 L:      linux-media@vger.kernel.org
7002 W:      http://linuxtv.org/
7003 W:      http://palosaari.fi/linux/
7004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7005 T:      git git://linuxtv.org/anttip/media_tree.git
7006 S:      Maintained
7007 F:      drivers/staging/media/mn88472/
7008 F:      drivers/media/dvb-frontends/mn88472.h
7009
7010 MN88473 MEDIA DRIVER
7011 M:      Antti Palosaari <crope@iki.fi>
7012 L:      linux-media@vger.kernel.org
7013 W:      http://linuxtv.org/
7014 W:      http://palosaari.fi/linux/
7015 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7016 T:      git git://linuxtv.org/anttip/media_tree.git
7017 S:      Maintained
7018 F:      drivers/staging/media/mn88473/
7019 F:      drivers/media/dvb-frontends/mn88473.h
7020
7021 MODULE SUPPORT
7022 M:      Rusty Russell <rusty@rustcorp.com.au>
7023 S:      Maintained
7024 F:      include/linux/module.h
7025 F:      kernel/module.c
7026
7027 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7028 W:      http://popies.net/meye/
7029 S:      Orphan
7030 F:      Documentation/video4linux/meye.txt
7031 F:      drivers/media/pci/meye/
7032 F:      include/uapi/linux/meye.h
7033
7034 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7035 M:      Jiri Slaby <jirislaby@gmail.com>
7036 S:      Maintained
7037 F:      Documentation/serial/moxa-smartio
7038 F:      drivers/tty/mxser.*
7039
7040 MR800 AVERMEDIA USB FM RADIO DRIVER
7041 M:      Alexey Klimov <klimov.linux@gmail.com>
7042 L:      linux-media@vger.kernel.org
7043 T:      git git://linuxtv.org/media_tree.git
7044 S:      Maintained
7045 F:      drivers/media/radio/radio-mr800.c
7046
7047 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7048 M:      Alan Ott <alan@signal11.us>
7049 L:      linux-wpan@vger.kernel.org
7050 S:      Maintained
7051 F:      drivers/net/ieee802154/mrf24j40.c
7052 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7053
7054 MSI LAPTOP SUPPORT
7055 M:      "Lee, Chun-Yi" <jlee@suse.com>
7056 L:      platform-driver-x86@vger.kernel.org
7057 S:      Maintained
7058 F:      drivers/platform/x86/msi-laptop.c
7059
7060 MSI WMI SUPPORT
7061 L:      platform-driver-x86@vger.kernel.org
7062 S:      Orphan
7063 F:      drivers/platform/x86/msi-wmi.c
7064
7065 MSI001 MEDIA DRIVER
7066 M:      Antti Palosaari <crope@iki.fi>
7067 L:      linux-media@vger.kernel.org
7068 W:      http://linuxtv.org/
7069 W:      http://palosaari.fi/linux/
7070 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7071 T:      git git://linuxtv.org/anttip/media_tree.git
7072 S:      Maintained
7073 F:      drivers/media/tuners/msi001*
7074
7075 MSI2500 MEDIA DRIVER
7076 M:      Antti Palosaari <crope@iki.fi>
7077 L:      linux-media@vger.kernel.org
7078 W:      http://linuxtv.org/
7079 W:      http://palosaari.fi/linux/
7080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7081 T:      git git://linuxtv.org/anttip/media_tree.git
7082 S:      Maintained
7083 F:      drivers/media/usb/msi2500/
7084
7085 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7086 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7087 L:      linux-mtd@lists.infradead.org
7088 S:      Maintained
7089 F:      drivers/mtd/devices/docg3*
7090
7091 MT9M032 APTINA SENSOR DRIVER
7092 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7093 L:      linux-media@vger.kernel.org
7094 T:      git git://linuxtv.org/media_tree.git
7095 S:      Maintained
7096 F:      drivers/media/i2c/mt9m032.c
7097 F:      include/media/mt9m032.h
7098
7099 MT9P031 APTINA CAMERA SENSOR
7100 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7101 L:      linux-media@vger.kernel.org
7102 T:      git git://linuxtv.org/media_tree.git
7103 S:      Maintained
7104 F:      drivers/media/i2c/mt9p031.c
7105 F:      include/media/mt9p031.h
7106
7107 MT9T001 APTINA CAMERA SENSOR
7108 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7109 L:      linux-media@vger.kernel.org
7110 T:      git git://linuxtv.org/media_tree.git
7111 S:      Maintained
7112 F:      drivers/media/i2c/mt9t001.c
7113 F:      include/media/mt9t001.h
7114
7115 MT9V032 APTINA CAMERA SENSOR
7116 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7117 L:      linux-media@vger.kernel.org
7118 T:      git git://linuxtv.org/media_tree.git
7119 S:      Maintained
7120 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7121 F:      drivers/media/i2c/mt9v032.c
7122 F:      include/media/mt9v032.h
7123
7124 MULTIFUNCTION DEVICES (MFD)
7125 M:      Samuel Ortiz <sameo@linux.intel.com>
7126 M:      Lee Jones <lee.jones@linaro.org>
7127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7128 S:      Supported
7129 F:      drivers/mfd/
7130 F:      include/linux/mfd/
7131
7132 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7133 M:      Ulf Hansson <ulf.hansson@linaro.org>
7134 L:      linux-mmc@vger.kernel.org
7135 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7136 S:      Maintained
7137 F:      drivers/mmc/
7138 F:      include/linux/mmc/
7139 F:      include/uapi/linux/mmc/
7140
7141 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7142 S:      Orphan
7143 F:      drivers/mmc/host/mmc_spi.c
7144 F:      include/linux/spi/mmc_spi.h
7145
7146 MULTISOUND SOUND DRIVER
7147 M:      Andrew Veliath <andrewtv@usa.net>
7148 S:      Maintained
7149 F:      Documentation/sound/oss/MultiSound
7150 F:      sound/oss/msnd*
7151
7152 MULTITECH MULTIPORT CARD (ISICOM)
7153 S:      Orphan
7154 F:      drivers/tty/isicom.c
7155 F:      include/linux/isicom.h
7156
7157 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7158 M:      Felipe Balbi <balbi@ti.com>
7159 L:      linux-usb@vger.kernel.org
7160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7161 S:      Maintained
7162 F:      drivers/usb/musb/
7163
7164 MXL5007T MEDIA DRIVER
7165 M:      Michael Krufky <mkrufky@linuxtv.org>
7166 L:      linux-media@vger.kernel.org
7167 W:      http://linuxtv.org/
7168 W:      http://github.com/mkrufky
7169 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7170 T:      git git://linuxtv.org/mkrufky/tuners.git
7171 S:      Maintained
7172 F:      drivers/media/tuners/mxl5007t.*
7173
7174 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7175 M:      Hyong-Youb Kim <hykim@myri.com>
7176 L:      netdev@vger.kernel.org
7177 W:      https://www.myricom.com/support/downloads/myri10ge.html
7178 S:      Supported
7179 F:      drivers/net/ethernet/myricom/myri10ge/
7180
7181 NATSEMI ETHERNET DRIVER (DP8381x)
7182 S:      Orphan
7183 F:      drivers/net/ethernet/natsemi/natsemi.c
7184
7185 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7186 M:      Daniel Mack <zonque@gmail.com>
7187 S:      Maintained
7188 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7189 W:      http://www.native-instruments.com
7190 F:      sound/usb/caiaq/
7191
7192 NCP FILESYSTEM
7193 M:      Petr Vandrovec <petr@vandrovec.name>
7194 S:      Odd Fixes
7195 F:      fs/ncpfs/
7196
7197 NCR 5380 SCSI DRIVERS
7198 M:      Finn Thain <fthain@telegraphics.com.au>
7199 M:      Michael Schmitz <schmitzmic@gmail.com>
7200 L:      linux-scsi@vger.kernel.org
7201 S:      Maintained
7202 F:      Documentation/scsi/g_NCR5380.txt
7203 F:      drivers/scsi/NCR5380.*
7204 F:      drivers/scsi/arm/cumana_1.c
7205 F:      drivers/scsi/arm/oak.c
7206 F:      drivers/scsi/atari_NCR5380.c
7207 F:      drivers/scsi/atari_scsi.*
7208 F:      drivers/scsi/dmx3191d.c
7209 F:      drivers/scsi/dtc.*
7210 F:      drivers/scsi/g_NCR5380.*
7211 F:      drivers/scsi/g_NCR5380_mmio.c
7212 F:      drivers/scsi/mac_scsi.*
7213 F:      drivers/scsi/pas16.*
7214 F:      drivers/scsi/sun3_scsi.*
7215 F:      drivers/scsi/sun3_scsi_vme.c
7216 F:      drivers/scsi/t128.*
7217
7218 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7219 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7220 L:      linux-scsi@vger.kernel.org
7221 S:      Maintained
7222 F:      drivers/scsi/NCR_D700.*
7223
7224 NCT6775 HARDWARE MONITOR DRIVER
7225 M:      Guenter Roeck <linux@roeck-us.net>
7226 L:      lm-sensors@lm-sensors.org
7227 S:      Maintained
7228 F:      Documentation/hwmon/nct6775
7229 F:      drivers/hwmon/nct6775.c
7230
7231 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7232 M:      Faisal Latif <faisal.latif@intel.com>
7233 L:      linux-rdma@vger.kernel.org
7234 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7235 S:      Supported
7236 F:      drivers/infiniband/hw/nes/
7237
7238 NETEM NETWORK EMULATOR
7239 M:      Stephen Hemminger <stephen@networkplumber.org>
7240 L:      netem@lists.linux-foundation.org
7241 S:      Maintained
7242 F:      net/sched/sch_netem.c
7243
7244 NETERION 10GbE DRIVERS (s2io/vxge)
7245 M:      Jon Mason <jdmason@kudzu.us>
7246 L:      netdev@vger.kernel.org
7247 S:      Supported
7248 F:      Documentation/networking/s2io.txt
7249 F:      Documentation/networking/vxge.txt
7250 F:      drivers/net/ethernet/neterion/
7251
7252 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7253 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7254 M:      Patrick McHardy <kaber@trash.net>
7255 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7256 L:      netfilter-devel@vger.kernel.org
7257 L:      coreteam@netfilter.org
7258 W:      http://www.netfilter.org/
7259 W:      http://www.iptables.org/
7260 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7263 S:      Supported
7264 F:      include/linux/netfilter*
7265 F:      include/linux/netfilter/
7266 F:      include/net/netfilter/
7267 F:      include/uapi/linux/netfilter*
7268 F:      include/uapi/linux/netfilter/
7269 F:      net/*/netfilter.c
7270 F:      net/*/netfilter/
7271 F:      net/netfilter/
7272 F:      net/bridge/br_netfilter*.c
7273
7274 NETLABEL
7275 M:      Paul Moore <paul@paul-moore.com>
7276 W:      http://netlabel.sf.net
7277 L:      netdev@vger.kernel.org
7278 S:      Maintained
7279 F:      Documentation/netlabel/
7280 F:      include/net/netlabel.h
7281 F:      net/netlabel/
7282
7283 NETROM NETWORK LAYER
7284 M:      Ralf Baechle <ralf@linux-mips.org>
7285 L:      linux-hams@vger.kernel.org
7286 W:      http://www.linux-ax25.org/
7287 S:      Maintained
7288 F:      include/net/netrom.h
7289 F:      include/uapi/linux/netrom.h
7290 F:      net/netrom/
7291
7292 NETWORK BLOCK DEVICE (NBD)
7293 M:      Markus Pargmann <mpa@pengutronix.de>
7294 S:      Maintained
7295 L:      nbd-general@lists.sourceforge.net
7296 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7297 F:      Documentation/blockdev/nbd.txt
7298 F:      drivers/block/nbd.c
7299 F:      include/uapi/linux/nbd.h
7300
7301 NETWORK DROP MONITOR
7302 M:      Neil Horman <nhorman@tuxdriver.com>
7303 L:      netdev@vger.kernel.org
7304 S:      Maintained
7305 W:      https://fedorahosted.org/dropwatch/
7306 F:      net/core/drop_monitor.c
7307
7308 NETWORKING [GENERAL]
7309 M:      "David S. Miller" <davem@davemloft.net>
7310 L:      netdev@vger.kernel.org
7311 W:      http://www.linuxfoundation.org/en/Net
7312 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7315 S:      Maintained
7316 F:      net/
7317 F:      include/net/
7318 F:      include/linux/in.h
7319 F:      include/linux/net.h
7320 F:      include/linux/netdevice.h
7321 F:      include/uapi/linux/in.h
7322 F:      include/uapi/linux/net.h
7323 F:      include/uapi/linux/netdevice.h
7324 F:      include/uapi/linux/net_namespace.h
7325 F:      tools/net/
7326 F:      tools/testing/selftests/net/
7327 F:      lib/random32.c
7328 F:      lib/test_bpf.c
7329
7330 NETWORKING [IPv4/IPv6]
7331 M:      "David S. Miller" <davem@davemloft.net>
7332 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7333 M:      James Morris <jmorris@namei.org>
7334 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7335 M:      Patrick McHardy <kaber@trash.net>
7336 L:      netdev@vger.kernel.org
7337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7338 S:      Maintained
7339 F:      net/ipv4/
7340 F:      net/ipv6/
7341 F:      include/net/ip*
7342 F:      arch/x86/net/*
7343
7344 NETWORKING [IPSEC]
7345 M:      Steffen Klassert <steffen.klassert@secunet.com>
7346 M:      Herbert Xu <herbert@gondor.apana.org.au>
7347 M:      "David S. Miller" <davem@davemloft.net>
7348 L:      netdev@vger.kernel.org
7349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7351 S:      Maintained
7352 F:      net/core/flow.c
7353 F:      net/xfrm/
7354 F:      net/key/
7355 F:      net/ipv4/xfrm*
7356 F:      net/ipv4/esp4.c
7357 F:      net/ipv4/ah4.c
7358 F:      net/ipv4/ipcomp.c
7359 F:      net/ipv4/ip_vti.c
7360 F:      net/ipv6/xfrm*
7361 F:      net/ipv6/esp6.c
7362 F:      net/ipv6/ah6.c
7363 F:      net/ipv6/ipcomp6.c
7364 F:      net/ipv6/ip6_vti.c
7365 F:      include/uapi/linux/xfrm.h
7366 F:      include/net/xfrm.h
7367
7368 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7369 M:      Paul Moore <paul@paul-moore.com>
7370 L:      netdev@vger.kernel.org
7371 S:      Maintained
7372
7373 NETWORKING [WIRELESS]
7374 L:      linux-wireless@vger.kernel.org
7375 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7376
7377 NETWORKING DRIVERS
7378 L:      netdev@vger.kernel.org
7379 W:      http://www.linuxfoundation.org/en/Net
7380 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7383 S:      Odd Fixes
7384 F:      drivers/net/
7385 F:      include/linux/if_*
7386 F:      include/linux/netdevice.h
7387 F:      include/linux/etherdevice.h
7388 F:      include/linux/fcdevice.h
7389 F:      include/linux/fddidevice.h
7390 F:      include/linux/hippidevice.h
7391 F:      include/linux/inetdevice.h
7392 F:      include/uapi/linux/if_*
7393 F:      include/uapi/linux/netdevice.h
7394
7395 NETWORKING DRIVERS (WIRELESS)
7396 M:      Kalle Valo <kvalo@codeaurora.org>
7397 L:      linux-wireless@vger.kernel.org
7398 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7400 S:      Maintained
7401 F:      drivers/net/wireless/
7402
7403 NETXEN (1/10) GbE SUPPORT
7404 M:      Manish Chopra <manish.chopra@qlogic.com>
7405 M:      Sony Chacko <sony.chacko@qlogic.com>
7406 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7407 L:      netdev@vger.kernel.org
7408 W:      http://www.qlogic.com
7409 S:      Supported
7410 F:      drivers/net/ethernet/qlogic/netxen/
7411
7412 NFC SUBSYSTEM
7413 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7414 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7415 M:      Samuel Ortiz <sameo@linux.intel.com>
7416 L:      linux-wireless@vger.kernel.org
7417 L:      linux-nfc@lists.01.org (subscribers-only)
7418 S:      Supported
7419 F:      net/nfc/
7420 F:      include/net/nfc/
7421 F:      include/uapi/linux/nfc.h
7422 F:      drivers/nfc/
7423 F:      include/linux/platform_data/pn544.h
7424 F:      Documentation/devicetree/bindings/net/nfc/
7425
7426 NFS, SUNRPC, AND LOCKD CLIENTS
7427 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7428 M:      Anna Schumaker <anna.schumaker@netapp.com>
7429 L:      linux-nfs@vger.kernel.org
7430 W:      http://client.linux-nfs.org
7431 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7432 S:      Maintained
7433 F:      fs/lockd/
7434 F:      fs/nfs/
7435 F:      fs/nfs_common/
7436 F:      net/sunrpc/
7437 F:      include/linux/lockd/
7438 F:      include/linux/nfs*
7439 F:      include/linux/sunrpc/
7440 F:      include/uapi/linux/nfs*
7441 F:      include/uapi/linux/sunrpc/
7442
7443 NILFS2 FILESYSTEM
7444 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7445 L:      linux-nilfs@vger.kernel.org
7446 W:      http://nilfs.sourceforge.net/
7447 T:      git git://github.com/konis/nilfs2.git
7448 S:      Supported
7449 F:      Documentation/filesystems/nilfs2.txt
7450 F:      fs/nilfs2/
7451 F:      include/linux/nilfs2_fs.h
7452
7453 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7454 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7455 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7456 S:      Maintained
7457 F:      Documentation/scsi/NinjaSCSI.txt
7458 F:      drivers/scsi/pcmcia/nsp_*
7459
7460 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7461 M:      GOTO Masanori <gotom@debian.or.jp>
7462 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7463 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7464 S:      Maintained
7465 F:      Documentation/scsi/NinjaSCSI.txt
7466 F:      drivers/scsi/nsp32*
7467
7468 NIOS2 ARCHITECTURE
7469 M:      Ley Foon Tan <lftan@altera.com>
7470 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7472 S:      Maintained
7473 F:      arch/nios2/
7474
7475 NOKIA N900 POWER SUPPLY DRIVERS
7476 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7477 S:      Maintained
7478 F:      include/linux/power/bq2415x_charger.h
7479 F:      include/linux/power/bq27x00_battery.h
7480 F:      include/linux/power/isp1704_charger.h
7481 F:      drivers/power/bq2415x_charger.c
7482 F:      drivers/power/bq27x00_battery.c
7483 F:      drivers/power/isp1704_charger.c
7484 F:      drivers/power/rx51_battery.c
7485
7486 NTB DRIVER CORE
7487 M:      Jon Mason <jdmason@kudzu.us>
7488 M:      Dave Jiang <dave.jiang@intel.com>
7489 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7490 L:      linux-ntb@googlegroups.com
7491 S:      Supported
7492 W:      https://github.com/jonmason/ntb/wiki
7493 T:      git git://github.com/jonmason/ntb.git
7494 F:      drivers/ntb/
7495 F:      drivers/net/ntb_netdev.c
7496 F:      include/linux/ntb.h
7497 F:      include/linux/ntb_transport.h
7498
7499 NTB INTEL DRIVER
7500 M:      Jon Mason <jdmason@kudzu.us>
7501 M:      Dave Jiang <dave.jiang@intel.com>
7502 L:      linux-ntb@googlegroups.com
7503 S:      Supported
7504 W:      https://github.com/jonmason/ntb/wiki
7505 T:      git git://github.com/jonmason/ntb.git
7506 F:      drivers/ntb/hw/intel/
7507
7508 NTFS FILESYSTEM
7509 M:      Anton Altaparmakov <anton@tuxera.com>
7510 L:      linux-ntfs-dev@lists.sourceforge.net
7511 W:      http://www.tuxera.com/
7512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7513 S:      Supported
7514 F:      Documentation/filesystems/ntfs.txt
7515 F:      fs/ntfs/
7516
7517 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7518 M:      Antonino Daplas <adaplas@gmail.com>
7519 L:      linux-fbdev@vger.kernel.org
7520 S:      Maintained
7521 F:      drivers/video/fbdev/riva/
7522 F:      drivers/video/fbdev/nvidia/
7523
7524 NVM EXPRESS DRIVER
7525 M:      Matthew Wilcox <willy@linux.intel.com>
7526 L:      linux-nvme@lists.infradead.org
7527 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7528 S:      Supported
7529 F:      drivers/block/nvme*
7530 F:      include/linux/nvme.h
7531
7532 NVMEM FRAMEWORK
7533 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7534 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7535 S:      Maintained
7536 F:      drivers/nvmem/
7537 F:      Documentation/devicetree/bindings/nvmem/
7538 F:      include/linux/nvmem-consumer.h
7539 F:      include/linux/nvmem-provider.h
7540
7541 NXP-NCI NFC DRIVER
7542 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7543 R:      Charles Gorand <charles.gorand@effinnov.com>
7544 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7545 S:      Supported
7546 F:      drivers/nfc/nxp-nci
7547
7548 NXP TDA998X DRM DRIVER
7549 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7550 S:      Supported
7551 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7552 F:      include/drm/i2c/tda998x.h
7553
7554 NXP TFA9879 DRIVER
7555 M:      Peter Rosin <peda@axentia.se>
7556 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7557 S:      Maintained
7558 F:      sound/soc/codecs/tfa9879*
7559
7560 OMAP SUPPORT
7561 M:      Tony Lindgren <tony@atomide.com>
7562 L:      linux-omap@vger.kernel.org
7563 W:      http://www.muru.com/linux/omap/
7564 W:      http://linux.omap.com/
7565 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7567 S:      Maintained
7568 F:      arch/arm/*omap*/
7569 F:      arch/arm/configs/omap1_defconfig
7570 F:      arch/arm/configs/omap2plus_defconfig
7571 F:      drivers/i2c/busses/i2c-omap.c
7572 F:      drivers/irqchip/irq-omap-intc.c
7573 F:      drivers/mfd/*omap*.c
7574 F:      drivers/mfd/menelaus.c
7575 F:      drivers/mfd/palmas.c
7576 F:      drivers/mfd/tps65217.c
7577 F:      drivers/mfd/tps65218.c
7578 F:      drivers/mfd/tps65910.c
7579 F:      drivers/mfd/twl-core.[ch]
7580 F:      drivers/mfd/twl4030*.c
7581 F:      drivers/mfd/twl6030*.c
7582 F:      drivers/mfd/twl6040*.c
7583 F:      drivers/regulator/palmas-regulator*.c
7584 F:      drivers/regulator/pbias-regulator.c
7585 F:      drivers/regulator/tps65217-regulator.c
7586 F:      drivers/regulator/tps65218-regulator.c
7587 F:      drivers/regulator/tps65910-regulator.c
7588 F:      drivers/regulator/twl-regulator.c
7589 F:      include/linux/i2c-omap.h
7590
7591 OMAP DEVICE TREE SUPPORT
7592 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7593 M:      Tony Lindgren <tony@atomide.com>
7594 L:      linux-omap@vger.kernel.org
7595 L:      devicetree@vger.kernel.org
7596 S:      Maintained
7597 F:      arch/arm/boot/dts/*omap*
7598 F:      arch/arm/boot/dts/*am3*
7599 F:      arch/arm/boot/dts/*am4*
7600 F:      arch/arm/boot/dts/*am5*
7601 F:      arch/arm/boot/dts/*dra7*
7602
7603 OMAP CLOCK FRAMEWORK SUPPORT
7604 M:      Paul Walmsley <paul@pwsan.com>
7605 L:      linux-omap@vger.kernel.org
7606 S:      Maintained
7607 F:      arch/arm/*omap*/*clock*
7608
7609 OMAP POWER MANAGEMENT SUPPORT
7610 M:      Kevin Hilman <khilman@deeprootsystems.com>
7611 L:      linux-omap@vger.kernel.org
7612 S:      Maintained
7613 F:      arch/arm/*omap*/*pm*
7614 F:      drivers/cpufreq/omap-cpufreq.c
7615
7616 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7617 M:      Rajendra Nayak <rnayak@ti.com>
7618 M:      Paul Walmsley <paul@pwsan.com>
7619 L:      linux-omap@vger.kernel.org
7620 S:      Maintained
7621 F:      arch/arm/mach-omap2/prm*
7622
7623 OMAP AUDIO SUPPORT
7624 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7625 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7626 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7627 L:      linux-omap@vger.kernel.org
7628 S:      Maintained
7629 F:      sound/soc/omap/
7630
7631 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7632 M:      Roger Quadros <rogerq@ti.com>
7633 M:      Tony Lindgren <tony@atomide.com>
7634 L:      linux-omap@vger.kernel.org
7635 S:      Maintained
7636 F:      drivers/memory/omap-gpmc.c
7637 F:      arch/arm/mach-omap2/*gpmc*
7638
7639 OMAP FRAMEBUFFER SUPPORT
7640 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7641 L:      linux-fbdev@vger.kernel.org
7642 L:      linux-omap@vger.kernel.org
7643 S:      Maintained
7644 F:      drivers/video/fbdev/omap/
7645
7646 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7647 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7648 L:      linux-omap@vger.kernel.org
7649 L:      linux-fbdev@vger.kernel.org
7650 S:      Maintained
7651 F:      drivers/video/fbdev/omap2/
7652 F:      Documentation/arm/OMAP/DSS
7653
7654 OMAP HARDWARE SPINLOCK SUPPORT
7655 M:      Ohad Ben-Cohen <ohad@wizery.com>
7656 L:      linux-omap@vger.kernel.org
7657 S:      Maintained
7658 F:      drivers/hwspinlock/omap_hwspinlock.c
7659
7660 OMAP MMC SUPPORT
7661 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7662 L:      linux-omap@vger.kernel.org
7663 S:      Maintained
7664 F:      drivers/mmc/host/omap.c
7665
7666 OMAP HS MMC SUPPORT
7667 L:      linux-mmc@vger.kernel.org
7668 L:      linux-omap@vger.kernel.org
7669 S:      Orphan
7670 F:      drivers/mmc/host/omap_hsmmc.c
7671
7672 OMAP RANDOM NUMBER GENERATOR SUPPORT
7673 M:      Deepak Saxena <dsaxena@plexity.net>
7674 S:      Maintained
7675 F:      drivers/char/hw_random/omap-rng.c
7676
7677 OMAP HWMOD SUPPORT
7678 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7679 M:      Paul Walmsley <paul@pwsan.com>
7680 L:      linux-omap@vger.kernel.org
7681 S:      Maintained
7682 F:      arch/arm/mach-omap2/omap_hwmod.*
7683
7684 OMAP HWMOD DATA
7685 M:      Paul Walmsley <paul@pwsan.com>
7686 L:      linux-omap@vger.kernel.org
7687 S:      Maintained
7688 F:      arch/arm/mach-omap2/omap_hwmod*data*
7689
7690 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7691 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7692 L:      linux-omap@vger.kernel.org
7693 S:      Maintained
7694 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7695
7696 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7697 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7698 L:      linux-media@vger.kernel.org
7699 S:      Maintained
7700 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7701 F:      drivers/media/platform/omap3isp/
7702 F:      drivers/staging/media/omap4iss/
7703
7704 OMAP USB SUPPORT
7705 M:      Felipe Balbi <balbi@ti.com>
7706 L:      linux-usb@vger.kernel.org
7707 L:      linux-omap@vger.kernel.org
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7709 S:      Maintained
7710 F:      drivers/usb/*/*omap*
7711 F:      arch/arm/*omap*/usb*
7712
7713 OMAP GPIO DRIVER
7714 M:      Javier Martinez Canillas <javier@dowhile0.org>
7715 M:      Santosh Shilimkar <ssantosh@kernel.org>
7716 M:      Kevin Hilman <khilman@deeprootsystems.com>
7717 L:      linux-omap@vger.kernel.org
7718 S:      Maintained
7719 F:      drivers/gpio/gpio-omap.c
7720
7721 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7722 M:      Mark Jackson <mpfj@newflow.co.uk>
7723 L:      linux-omap@vger.kernel.org
7724 S:      Maintained
7725 F:      arch/arm/boot/dts/am335x-nano.dts
7726
7727 OMFS FILESYSTEM
7728 M:      Bob Copeland <me@bobcopeland.com>
7729 L:      linux-karma-devel@lists.sourceforge.net
7730 S:      Maintained
7731 F:      Documentation/filesystems/omfs.txt
7732 F:      fs/omfs/
7733
7734 OMNIKEY CARDMAN 4000 DRIVER
7735 M:      Harald Welte <laforge@gnumonks.org>
7736 S:      Maintained
7737 F:      drivers/char/pcmcia/cm4000_cs.c
7738 F:      include/linux/cm4000_cs.h
7739 F:      include/uapi/linux/cm4000_cs.h
7740
7741 OMNIKEY CARDMAN 4040 DRIVER
7742 M:      Harald Welte <laforge@gnumonks.org>
7743 S:      Maintained
7744 F:      drivers/char/pcmcia/cm4040_cs.*
7745
7746 OMNIVISION OV7670 SENSOR DRIVER
7747 M:      Jonathan Corbet <corbet@lwn.net>
7748 L:      linux-media@vger.kernel.org
7749 T:      git git://linuxtv.org/media_tree.git
7750 S:      Maintained
7751 F:      drivers/media/i2c/ov7670.c
7752
7753 ONENAND FLASH DRIVER
7754 M:      Kyungmin Park <kyungmin.park@samsung.com>
7755 L:      linux-mtd@lists.infradead.org
7756 S:      Maintained
7757 F:      drivers/mtd/onenand/
7758 F:      include/linux/mtd/onenand*.h
7759
7760 ONSTREAM SCSI TAPE DRIVER
7761 M:      Willem Riede <osst@riede.org>
7762 L:      osst-users@lists.sourceforge.net
7763 L:      linux-scsi@vger.kernel.org
7764 S:      Maintained
7765 F:      Documentation/scsi/osst.txt
7766 F:      drivers/scsi/osst.*
7767 F:      drivers/scsi/osst_*.h
7768 F:      drivers/scsi/st.h
7769
7770 OPENCORES I2C BUS DRIVER
7771 M:      Peter Korsgaard <jacmet@sunsite.dk>
7772 L:      linux-i2c@vger.kernel.org
7773 S:      Maintained
7774 F:      Documentation/i2c/busses/i2c-ocores
7775 F:      drivers/i2c/busses/i2c-ocores.c
7776
7777 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7778 M:      Rob Herring <robh+dt@kernel.org>
7779 M:      Frank Rowand <frowand.list@gmail.com>
7780 M:      Grant Likely <grant.likely@linaro.org>
7781 L:      devicetree@vger.kernel.org
7782 W:      http://www.devicetree.org/
7783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7784 S:      Maintained
7785 F:      drivers/of/
7786 F:      include/linux/of*.h
7787 F:      scripts/dtc/
7788
7789 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7790 M:      Rob Herring <robh+dt@kernel.org>
7791 M:      Pawel Moll <pawel.moll@arm.com>
7792 M:      Mark Rutland <mark.rutland@arm.com>
7793 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7794 M:      Kumar Gala <galak@codeaurora.org>
7795 L:      devicetree@vger.kernel.org
7796 S:      Maintained
7797 F:      Documentation/devicetree/
7798 F:      arch/*/boot/dts/
7799 F:      include/dt-bindings/
7800
7801 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7802 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7803 L:      devicetree@vger.kernel.org
7804 S:      Maintained
7805 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7806 F:      Documentation/devicetree/overlay-notes.txt
7807 F:      drivers/of/overlay.c
7808 F:      drivers/of/resolver.c
7809
7810 OPENRISC ARCHITECTURE
7811 M:      Jonas Bonn <jonas@southpole.se>
7812 W:      http://openrisc.net
7813 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7814 S:      Maintained
7815 T:      git git://openrisc.net/~jonas/linux
7816 F:      arch/openrisc/
7817
7818 OPENVSWITCH
7819 M:      Pravin Shelar <pshelar@nicira.com>
7820 L:      netdev@vger.kernel.org
7821 L:      dev@openvswitch.org
7822 W:      http://openvswitch.org
7823 S:      Maintained
7824 F:      net/openvswitch/
7825 F:      include/uapi/linux/openvswitch.h
7826
7827 OPL4 DRIVER
7828 M:      Clemens Ladisch <clemens@ladisch.de>
7829 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7830 T:      git git://git.alsa-project.org/alsa-kernel.git
7831 S:      Maintained
7832 F:      sound/drivers/opl4/
7833
7834 OPROFILE
7835 M:      Robert Richter <rric@kernel.org>
7836 L:      oprofile-list@lists.sf.net
7837 S:      Maintained
7838 F:      arch/*/include/asm/oprofile*.h
7839 F:      arch/*/oprofile/
7840 F:      drivers/oprofile/
7841 F:      include/linux/oprofile.h
7842
7843 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7844 M:      Mark Fasheh <mfasheh@suse.com>
7845 M:      Joel Becker <jlbec@evilplan.org>
7846 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7847 W:      http://ocfs2.wiki.kernel.org
7848 S:      Supported
7849 F:      Documentation/filesystems/ocfs2.txt
7850 F:      Documentation/filesystems/dlmfs.txt
7851 F:      fs/ocfs2/
7852
7853 ORINOCO DRIVER
7854 L:      linux-wireless@vger.kernel.org
7855 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7856 W:      http://www.nongnu.org/orinoco/
7857 S:      Orphan
7858 F:      drivers/net/wireless/orinoco/
7859
7860 OSD LIBRARY and FILESYSTEM
7861 M:      Boaz Harrosh <ooo@electrozaur.com>
7862 M:      Benny Halevy <bhalevy@primarydata.com>
7863 L:      osd-dev@open-osd.org
7864 W:      http://open-osd.org
7865 T:      git git://git.open-osd.org/open-osd.git
7866 S:      Maintained
7867 F:      drivers/scsi/osd/
7868 F:      include/scsi/osd_*
7869 F:      fs/exofs/
7870
7871 OVERLAY FILESYSTEM
7872 M:      Miklos Szeredi <miklos@szeredi.hu>
7873 L:      linux-unionfs@vger.kernel.org
7874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7875 S:      Supported
7876 F:      fs/overlayfs/
7877 F:      Documentation/filesystems/overlayfs.txt
7878
7879 P54 WIRELESS DRIVER
7880 M:      Christian Lamparter <chunkeey@googlemail.com>
7881 L:      linux-wireless@vger.kernel.org
7882 W:      http://wireless.kernel.org/en/users/Drivers/p54
7883 S:      Maintained
7884 F:      drivers/net/wireless/p54/
7885
7886 PA SEMI ETHERNET DRIVER
7887 M:      Olof Johansson <olof@lixom.net>
7888 L:      netdev@vger.kernel.org
7889 S:      Maintained
7890 F:      drivers/net/ethernet/pasemi/*
7891
7892 PA SEMI SMBUS DRIVER
7893 M:      Olof Johansson <olof@lixom.net>
7894 L:      linux-i2c@vger.kernel.org
7895 S:      Maintained
7896 F:      drivers/i2c/busses/i2c-pasemi.c
7897
7898 PADATA PARALLEL EXECUTION MECHANISM
7899 M:      Steffen Klassert <steffen.klassert@secunet.com>
7900 L:      linux-crypto@vger.kernel.org
7901 S:      Maintained
7902 F:      kernel/padata.c
7903 F:      include/linux/padata.h
7904 F:      Documentation/padata.txt
7905
7906 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7907 M:      Harald Welte <laforge@gnumonks.org>
7908 L:      platform-driver-x86@vger.kernel.org
7909 S:      Maintained
7910 F:      drivers/platform/x86/panasonic-laptop.c
7911
7912 PANASONIC MN10300/AM33/AM34 PORT
7913 M:      David Howells <dhowells@redhat.com>
7914 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7915 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7916 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7917 S:      Maintained
7918 F:      Documentation/mn10300/
7919 F:      arch/mn10300/
7920
7921 PARALLEL PORT SUBSYSTEM
7922 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7923 M:      Sudip Mukherjee <sudip@vectorindia.org>
7924 L:      linux-parport@lists.infradead.org (subscribers-only)
7925 S:      Maintained
7926 F:      drivers/parport/
7927 F:      include/linux/parport*.h
7928 F:      drivers/char/ppdev.c
7929 F:      include/uapi/linux/ppdev.h
7930 F:      Documentation/parport*.txt
7931
7932 PARAVIRT_OPS INTERFACE
7933 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7934 M:      Chris Wright <chrisw@sous-sol.org>
7935 M:      Alok Kataria <akataria@vmware.com>
7936 M:      Rusty Russell <rusty@rustcorp.com.au>
7937 L:      virtualization@lists.linux-foundation.org
7938 S:      Supported
7939 F:      Documentation/virtual/paravirt_ops.txt
7940 F:      arch/*/kernel/paravirt*
7941 F:      arch/*/include/asm/paravirt.h
7942
7943 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7944 M:      Tim Waugh <tim@cyberelk.net>
7945 L:      linux-parport@lists.infradead.org (subscribers-only)
7946 S:      Maintained
7947 F:      Documentation/blockdev/paride.txt
7948 F:      drivers/block/paride/
7949
7950 PARISC ARCHITECTURE
7951 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7952 M:      Helge Deller <deller@gmx.de>
7953 L:      linux-parisc@vger.kernel.org
7954 W:      http://www.parisc-linux.org/
7955 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7958 S:      Maintained
7959 F:      arch/parisc/
7960 F:      Documentation/parisc/
7961 F:      drivers/parisc/
7962 F:      drivers/char/agp/parisc-agp.c
7963 F:      drivers/input/serio/gscps2.c
7964 F:      drivers/parport/parport_gsc.*
7965 F:      drivers/tty/serial/8250/8250_gsc.c
7966 F:      drivers/video/fbdev/sti*
7967 F:      drivers/video/console/sti*
7968 F:      drivers/video/logo/logo_parisc*
7969
7970 PC87360 HARDWARE MONITORING DRIVER
7971 M:      Jim Cromie <jim.cromie@gmail.com>
7972 L:      lm-sensors@lm-sensors.org
7973 S:      Maintained
7974 F:      Documentation/hwmon/pc87360
7975 F:      drivers/hwmon/pc87360.c
7976
7977 PC8736x GPIO DRIVER
7978 M:      Jim Cromie <jim.cromie@gmail.com>
7979 S:      Maintained
7980 F:      drivers/char/pc8736x_gpio.c
7981
7982 PC87427 HARDWARE MONITORING DRIVER
7983 M:      Jean Delvare <jdelvare@suse.com>
7984 L:      lm-sensors@lm-sensors.org
7985 S:      Maintained
7986 F:      Documentation/hwmon/pc87427
7987 F:      drivers/hwmon/pc87427.c
7988
7989 PCA9532 LED DRIVER
7990 M:      Riku Voipio <riku.voipio@iki.fi>
7991 S:      Maintained
7992 F:      drivers/leds/leds-pca9532.c
7993 F:      include/linux/leds-pca9532.h
7994
7995 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7996 M:      Guenter Roeck <linux@roeck-us.net>
7997 L:      linux-i2c@vger.kernel.org
7998 S:      Maintained
7999 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8000
8001 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8002 M:      Khalid Aziz <khalid@gonehiking.org>
8003 S:      Maintained
8004 F:      drivers/firmware/pcdp.*
8005
8006 PCI ERROR RECOVERY
8007 M:      Linas Vepstas <linasvepstas@gmail.com>
8008 L:      linux-pci@vger.kernel.org
8009 S:      Supported
8010 F:      Documentation/PCI/pci-error-recovery.txt
8011
8012 PCI SUBSYSTEM
8013 M:      Bjorn Helgaas <bhelgaas@google.com>
8014 L:      linux-pci@vger.kernel.org
8015 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8017 S:      Supported
8018 F:      Documentation/PCI/
8019 F:      drivers/pci/
8020 F:      include/linux/pci*
8021 F:      arch/x86/pci/
8022 F:      arch/x86/kernel/quirks.c
8023
8024 PCI DRIVER FOR ALTERA PCIE IP
8025 M:      Ley Foon Tan <lftan@altera.com>
8026 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8027 L:      linux-pci@vger.kernel.org
8028 S:      Supported
8029 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8030 F:      drivers/pci/host/pcie-altera.c
8031
8032 PCI DRIVER FOR ARM VERSATILE PLATFORM
8033 M:      Rob Herring <robh@kernel.org>
8034 L:      linux-pci@vger.kernel.org
8035 L:      linux-arm-kernel@lists.infradead.org
8036 S:      Maintained
8037 F:      Documentation/devicetree/bindings/pci/versatile.txt
8038 F:      drivers/pci/host/pci-versatile.c
8039
8040 PCI DRIVER FOR APPLIEDMICRO XGENE
8041 M:      Tanmay Inamdar <tinamdar@apm.com>
8042 L:      linux-pci@vger.kernel.org
8043 L:      linux-arm-kernel@lists.infradead.org
8044 S:      Maintained
8045 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8046 F:      drivers/pci/host/pci-xgene.c
8047
8048 PCI DRIVER FOR FREESCALE LAYERSCAPE
8049 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8050 M:      Mingkai Hu <mingkai.hu@freescale.com>
8051 M:      Roy Zang <tie-fei.zang@freescale.com>
8052 L:      linuxppc-dev@lists.ozlabs.org
8053 L:      linux-pci@vger.kernel.org
8054 L:      linux-arm-kernel@lists.infradead.org
8055 S:      Maintained
8056 F:      drivers/pci/host/*layerscape*
8057
8058 PCI DRIVER FOR IMX6
8059 M:      Richard Zhu <Richard.Zhu@freescale.com>
8060 M:      Lucas Stach <l.stach@pengutronix.de>
8061 L:      linux-pci@vger.kernel.org
8062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8063 S:      Maintained
8064 F:      drivers/pci/host/*imx6*
8065
8066 PCI DRIVER FOR TI KEYSTONE
8067 M:      Murali Karicheri <m-karicheri2@ti.com>
8068 L:      linux-pci@vger.kernel.org
8069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8070 S:      Maintained
8071 F:      drivers/pci/host/*keystone*
8072
8073 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8074 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8075 M:      Jason Cooper <jason@lakedaemon.net>
8076 L:      linux-pci@vger.kernel.org
8077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8078 S:      Maintained
8079 F:      drivers/pci/host/*mvebu*
8080
8081 PCI DRIVER FOR NVIDIA TEGRA
8082 M:      Thierry Reding <thierry.reding@gmail.com>
8083 L:      linux-tegra@vger.kernel.org
8084 L:      linux-pci@vger.kernel.org
8085 S:      Supported
8086 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8087 F:      drivers/pci/host/pci-tegra.c
8088
8089 PCI DRIVER FOR TI DRA7XX
8090 M:      Kishon Vijay Abraham I <kishon@ti.com>
8091 L:      linux-omap@vger.kernel.org
8092 L:      linux-pci@vger.kernel.org
8093 S:      Supported
8094 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8095 F:      drivers/pci/host/pci-dra7xx.c
8096
8097 PCI DRIVER FOR RENESAS R-CAR
8098 M:      Simon Horman <horms@verge.net.au>
8099 L:      linux-pci@vger.kernel.org
8100 L:      linux-sh@vger.kernel.org
8101 S:      Maintained
8102 F:      drivers/pci/host/*rcar*
8103
8104 PCI DRIVER FOR SAMSUNG EXYNOS
8105 M:      Jingoo Han <jingoohan1@gmail.com>
8106 L:      linux-pci@vger.kernel.org
8107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8108 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8109 S:      Maintained
8110 F:      drivers/pci/host/pci-exynos.c
8111
8112 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8113 M:      Jingoo Han <jingoohan1@gmail.com>
8114 M:      Pratyush Anand <pratyush.anand@gmail.com>
8115 L:      linux-pci@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/pci/host/*designware*
8118
8119 PCI DRIVER FOR GENERIC OF HOSTS
8120 M:      Will Deacon <will.deacon@arm.com>
8121 L:      linux-pci@vger.kernel.org
8122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8123 S:      Maintained
8124 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8125 F:      drivers/pci/host/pci-host-generic.c
8126
8127 PCIE DRIVER FOR ST SPEAR13XX
8128 M:      Pratyush Anand <pratyush.anand@gmail.com>
8129 L:      linux-pci@vger.kernel.org
8130 S:      Maintained
8131 F:      drivers/pci/host/*spear*
8132
8133 PCI MSI DRIVER FOR ALTERA MSI IP
8134 M:      Ley Foon Tan <lftan@altera.com>
8135 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8136 L:      linux-pci@vger.kernel.org
8137 S:      Supported
8138 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8139 F:      drivers/pci/host/pcie-altera-msi.c
8140
8141 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8142 M:      Duc Dang <dhdang@apm.com>
8143 L:      linux-pci@vger.kernel.org
8144 L:      linux-arm-kernel@lists.infradead.org
8145 S:      Maintained
8146 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8147 F:      drivers/pci/host/pci-xgene-msi.c
8148
8149 PCIE DRIVER FOR HISILICON
8150 M:      Zhou Wang <wangzhou1@hisilicon.com>
8151 L:      linux-pci@vger.kernel.org
8152 S:      Maintained
8153 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8154 F:      drivers/pci/host/pcie-hisi.c
8155
8156 PCMCIA SUBSYSTEM
8157 P:      Linux PCMCIA Team
8158 L:      linux-pcmcia@lists.infradead.org
8159 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8161 S:      Maintained
8162 F:      Documentation/pcmcia/
8163 F:      drivers/pcmcia/
8164 F:      include/pcmcia/
8165
8166 PCNET32 NETWORK DRIVER
8167 M:      Don Fry <pcnet32@frontier.com>
8168 L:      netdev@vger.kernel.org
8169 S:      Maintained
8170 F:      drivers/net/ethernet/amd/pcnet32.c
8171
8172 PCRYPT PARALLEL CRYPTO ENGINE
8173 M:      Steffen Klassert <steffen.klassert@secunet.com>
8174 L:      linux-crypto@vger.kernel.org
8175 S:      Maintained
8176 F:      crypto/pcrypt.c
8177 F:      include/crypto/pcrypt.h
8178
8179 PER-CPU MEMORY ALLOCATOR
8180 M:      Tejun Heo <tj@kernel.org>
8181 M:      Christoph Lameter <cl@linux-foundation.org>
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8183 S:      Maintained
8184 F:      include/linux/percpu*.h
8185 F:      mm/percpu*.c
8186 F:      arch/*/include/asm/percpu.h
8187
8188 PER-TASK DELAY ACCOUNTING
8189 M:      Balbir Singh <bsingharora@gmail.com>
8190 S:      Maintained
8191 F:      include/linux/delayacct.h
8192 F:      kernel/delayacct.c
8193
8194 PERFORMANCE EVENTS SUBSYSTEM
8195 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8196 M:      Ingo Molnar <mingo@redhat.com>
8197 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8198 L:      linux-kernel@vger.kernel.org
8199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8200 S:      Supported
8201 F:      kernel/events/*
8202 F:      include/linux/perf_event.h
8203 F:      include/uapi/linux/perf_event.h
8204 F:      arch/*/kernel/perf_event*.c
8205 F:      arch/*/kernel/*/perf_event*.c
8206 F:      arch/*/kernel/*/*/perf_event*.c
8207 F:      arch/*/include/asm/perf_event.h
8208 F:      arch/*/kernel/perf_callchain.c
8209 F:      tools/perf/
8210
8211 PERSONALITY HANDLING
8212 M:      Christoph Hellwig <hch@infradead.org>
8213 L:      linux-abi-devel@lists.sourceforge.net
8214 S:      Maintained
8215 F:      include/linux/personality.h
8216 F:      include/uapi/linux/personality.h
8217
8218 PHONET PROTOCOL
8219 M:      Remi Denis-Courmont <courmisch@gmail.com>
8220 S:      Supported
8221 F:      Documentation/networking/phonet.txt
8222 F:      include/linux/phonet.h
8223 F:      include/net/phonet/
8224 F:      include/uapi/linux/phonet.h
8225 F:      net/phonet/
8226
8227 PHRAM MTD DRIVER
8228 M:      Joern Engel <joern@lazybastard.org>
8229 L:      linux-mtd@lists.infradead.org
8230 S:      Maintained
8231 F:      drivers/mtd/devices/phram.c
8232
8233 PICOLCD HID DRIVER
8234 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8235 L:      linux-input@vger.kernel.org
8236 S:      Maintained
8237 F:      drivers/hid/hid-picolcd*
8238
8239 PICOXCELL SUPPORT
8240 M:      Jamie Iles <jamie@jamieiles.com>
8241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8242 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8243 S:      Supported
8244 F:      arch/arm/boot/dts/picoxcell*
8245 F:      arch/arm/mach-picoxcell/
8246 F:      drivers/crypto/picoxcell*
8247
8248 PIN CONTROL SUBSYSTEM
8249 M:      Linus Walleij <linus.walleij@linaro.org>
8250 L:      linux-gpio@vger.kernel.org
8251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8252 S:      Maintained
8253 F:      drivers/pinctrl/
8254 F:      include/linux/pinctrl/
8255
8256 PIN CONTROLLER - ATMEL AT91
8257 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8259 S:      Maintained
8260 F:      drivers/pinctrl/pinctrl-at91.*
8261
8262 PIN CONTROLLER - ATMEL AT91 PIO4
8263 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8265 L:      linux-gpio@vger.kernel.org
8266 S:      Supported
8267 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8268
8269 PIN CONTROLLER - INTEL
8270 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8271 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8272 S:      Maintained
8273 F:      drivers/pinctrl/intel/
8274
8275 PIN CONTROLLER - RENESAS
8276 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8277 L:      linux-sh@vger.kernel.org
8278 S:      Maintained
8279 F:      drivers/pinctrl/sh-pfc/
8280
8281 PIN CONTROLLER - SAMSUNG
8282 M:      Tomasz Figa <tomasz.figa@gmail.com>
8283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8284 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8285 S:      Maintained
8286 F:      drivers/pinctrl/samsung/
8287
8288 PIN CONTROLLER - ST SPEAR
8289 M:      Viresh Kumar <vireshk@kernel.org>
8290 L:      spear-devel@list.st.com
8291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8292 W:      http://www.st.com/spear
8293 S:      Maintained
8294 F:      drivers/pinctrl/spear/
8295
8296 PKTCDVD DRIVER
8297 M:      Jiri Kosina <jikos@kernel.org>
8298 S:      Maintained
8299 F:      drivers/block/pktcdvd.c
8300 F:      include/linux/pktcdvd.h
8301 F:      include/uapi/linux/pktcdvd.h
8302
8303 PKUNITY SOC DRIVERS
8304 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8305 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8306 S:      Maintained
8307 T:      git git://github.com/gxt/linux.git
8308 F:      drivers/input/serio/i8042-unicore32io.h
8309 F:      drivers/i2c/busses/i2c-puv3.c
8310 F:      drivers/video/fbdev/fb-puv3.c
8311 F:      drivers/rtc/rtc-puv3.c
8312
8313 PMBUS HARDWARE MONITORING DRIVERS
8314 M:      Guenter Roeck <linux@roeck-us.net>
8315 L:      lm-sensors@lm-sensors.org
8316 W:      http://www.lm-sensors.org/
8317 W:      http://www.roeck-us.net/linux/drivers/
8318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8319 S:      Maintained
8320 F:      Documentation/hwmon/pmbus
8321 F:      drivers/hwmon/pmbus/
8322 F:      include/linux/i2c/pmbus.h
8323
8324 PMC SIERRA MaxRAID DRIVER
8325 L:      linux-scsi@vger.kernel.org
8326 W:      http://www.pmc-sierra.com/
8327 S:      Orphan
8328 F:      drivers/scsi/pmcraid.*
8329
8330 PMC SIERRA PM8001 DRIVER
8331 M:      Jack Wang <jinpu.wang@profitbricks.com>
8332 M:      lindar_liu@usish.com
8333 L:      pmchba@pmcs.com
8334 L:      linux-scsi@vger.kernel.org
8335 S:      Supported
8336 F:      drivers/scsi/pm8001/
8337
8338 POSIX CLOCKS and TIMERS
8339 M:      Thomas Gleixner <tglx@linutronix.de>
8340 L:      linux-kernel@vger.kernel.org
8341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8342 S:      Maintained
8343 F:      fs/timerfd.c
8344 F:      include/linux/timer*
8345 F:      kernel/time/*timer*
8346
8347 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8348 M:      Sebastian Reichel <sre@kernel.org>
8349 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8350 M:      David Woodhouse <dwmw2@infradead.org>
8351 L:      linux-pm@vger.kernel.org
8352 T:      git git://git.infradead.org/battery-2.6.git
8353 S:      Maintained
8354 F:      include/linux/power_supply.h
8355 F:      drivers/power/
8356 X:      drivers/power/avs/
8357
8358 POWER STATE COORDINATION INTERFACE (PSCI)
8359 M:      Mark Rutland <mark.rutland@arm.com>
8360 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8361 L:      linux-arm-kernel@lists.infradead.org
8362 S:      Maintained
8363 F:      drivers/firmware/psci.c
8364 F:      include/linux/psci.h
8365 F:      include/uapi/linux/psci.h
8366
8367 PNP SUPPORT
8368 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8369 S:      Maintained
8370 F:      drivers/pnp/
8371
8372 PPP PROTOCOL DRIVERS AND COMPRESSORS
8373 M:      Paul Mackerras <paulus@samba.org>
8374 L:      linux-ppp@vger.kernel.org
8375 S:      Maintained
8376 F:      drivers/net/ppp/ppp_*
8377
8378 PPP OVER ATM (RFC 2364)
8379 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8380 S:      Maintained
8381 F:      net/atm/pppoatm.c
8382 F:      include/uapi/linux/atmppp.h
8383
8384 PPP OVER ETHERNET
8385 M:      Michal Ostrowski <mostrows@earthlink.net>
8386 S:      Maintained
8387 F:      drivers/net/ppp/pppoe.c
8388 F:      drivers/net/ppp/pppox.c
8389
8390 PPP OVER L2TP
8391 M:      James Chapman <jchapman@katalix.com>
8392 S:      Maintained
8393 F:      net/l2tp/l2tp_ppp.c
8394 F:      include/linux/if_pppol2tp.h
8395 F:      include/uapi/linux/if_pppol2tp.h
8396
8397 PPS SUPPORT
8398 M:      Rodolfo Giometti <giometti@enneenne.com>
8399 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8400 L:      linuxpps@ml.enneenne.com (subscribers-only)
8401 S:      Maintained
8402 F:      Documentation/pps/
8403 F:      drivers/pps/
8404 F:      include/linux/pps*.h
8405
8406 PPTP DRIVER
8407 M:      Dmitry Kozlov <xeb@mail.ru>
8408 L:      netdev@vger.kernel.org
8409 S:      Maintained
8410 F:      drivers/net/ppp/pptp.c
8411 W:      http://sourceforge.net/projects/accel-pptp
8412
8413 PREEMPTIBLE KERNEL
8414 M:      Robert Love <rml@tech9.net>
8415 L:      kpreempt-tech@lists.sourceforge.net
8416 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8417 S:      Supported
8418 F:      Documentation/preempt-locking.txt
8419 F:      include/linux/preempt.h
8420
8421 PRISM54 WIRELESS DRIVER
8422 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8423 L:      linux-wireless@vger.kernel.org
8424 W:      http://wireless.kernel.org/en/users/Drivers/p54
8425 S:      Obsolete
8426 F:      drivers/net/wireless/prism54/
8427
8428 PS3 NETWORK SUPPORT
8429 M:      Geoff Levand <geoff@infradead.org>
8430 L:      netdev@vger.kernel.org
8431 L:      linuxppc-dev@lists.ozlabs.org
8432 S:      Maintained
8433 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8434
8435 PS3 PLATFORM SUPPORT
8436 M:      Geoff Levand <geoff@infradead.org>
8437 L:      linuxppc-dev@lists.ozlabs.org
8438 S:      Maintained
8439 F:      arch/powerpc/boot/ps3*
8440 F:      arch/powerpc/include/asm/lv1call.h
8441 F:      arch/powerpc/include/asm/ps3*.h
8442 F:      arch/powerpc/platforms/ps3/
8443 F:      drivers/*/ps3*
8444 F:      drivers/ps3/
8445 F:      drivers/rtc/rtc-ps3.c
8446 F:      drivers/usb/host/*ps3.c
8447 F:      sound/ppc/snd_ps3*
8448
8449 PS3VRAM DRIVER
8450 M:      Jim Paris <jim@jtan.com>
8451 M:      Geoff Levand <geoff@infradead.org>
8452 L:      linuxppc-dev@lists.ozlabs.org
8453 S:      Maintained
8454 F:      drivers/block/ps3vram.c
8455
8456 PSTORE FILESYSTEM
8457 M:      Anton Vorontsov <anton@enomsg.org>
8458 M:      Colin Cross <ccross@android.com>
8459 M:      Kees Cook <keescook@chromium.org>
8460 M:      Tony Luck <tony.luck@intel.com>
8461 S:      Maintained
8462 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8463 F:      fs/pstore/
8464 F:      include/linux/pstore*
8465 F:      drivers/firmware/efi/efi-pstore.c
8466 F:      drivers/acpi/apei/erst.c
8467
8468 PTP HARDWARE CLOCK SUPPORT
8469 M:      Richard Cochran <richardcochran@gmail.com>
8470 L:      netdev@vger.kernel.org
8471 S:      Maintained
8472 W:      http://linuxptp.sourceforge.net/
8473 F:      Documentation/ABI/testing/sysfs-ptp
8474 F:      Documentation/ptp/*
8475 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8476 F:      drivers/net/phy/dp83640*
8477 F:      drivers/ptp/*
8478 F:      include/linux/ptp_cl*
8479
8480 PTRACE SUPPORT
8481 M:      Roland McGrath <roland@hack.frob.com>
8482 M:      Oleg Nesterov <oleg@redhat.com>
8483 S:      Maintained
8484 F:      include/asm-generic/syscall.h
8485 F:      include/linux/ptrace.h
8486 F:      include/linux/regset.h
8487 F:      include/linux/tracehook.h
8488 F:      include/uapi/linux/ptrace.h
8489 F:      kernel/ptrace.c
8490
8491 PVRUSB2 VIDEO4LINUX DRIVER
8492 M:      Mike Isely <isely@pobox.com>
8493 L:      pvrusb2@isely.net       (subscribers-only)
8494 L:      linux-media@vger.kernel.org
8495 W:      http://www.isely.net/pvrusb2/
8496 T:      git git://linuxtv.org/media_tree.git
8497 S:      Maintained
8498 F:      Documentation/video4linux/README.pvrusb2
8499 F:      drivers/media/usb/pvrusb2/
8500
8501 PWC WEBCAM DRIVER
8502 M:      Hans de Goede <hdegoede@redhat.com>
8503 L:      linux-media@vger.kernel.org
8504 T:      git git://linuxtv.org/media_tree.git
8505 S:      Maintained
8506 F:      drivers/media/usb/pwc/*
8507
8508 PWM FAN DRIVER
8509 M:      Kamil Debski <k.debski@samsung.com>
8510 L:      lm-sensors@lm-sensors.org
8511 S:      Supported
8512 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8513 F:      Documentation/hwmon/pwm-fan
8514 F:      drivers/hwmon/pwm-fan.c
8515
8516 PWM SUBSYSTEM
8517 M:      Thierry Reding <thierry.reding@gmail.com>
8518 L:      linux-pwm@vger.kernel.org
8519 S:      Maintained
8520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8521 F:      Documentation/pwm.txt
8522 F:      Documentation/devicetree/bindings/pwm/
8523 F:      include/linux/pwm.h
8524 F:      drivers/pwm/
8525 F:      drivers/video/backlight/pwm_bl.c
8526 F:      include/linux/pwm_backlight.h
8527
8528 PXA2xx/PXA3xx SUPPORT
8529 M:      Daniel Mack <daniel@zonque.org>
8530 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8531 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8533 T:      git git://github.com/hzhuang1/linux.git
8534 T:      git git://github.com/rjarzmik/linux.git
8535 S:      Maintained
8536 F:      arch/arm/mach-pxa/
8537 F:      drivers/dma/pxa*
8538 F:      drivers/pcmcia/pxa2xx*
8539 F:      drivers/spi/spi-pxa2xx*
8540 F:      drivers/usb/gadget/udc/pxa2*
8541 F:      include/sound/pxa2xx-lib.h
8542 F:      sound/arm/pxa*
8543 F:      sound/soc/pxa/
8544
8545 PXA3xx NAND FLASH DRIVER
8546 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8547 L:      linux-mtd@lists.infradead.org
8548 S:      Maintained
8549 F:      drivers/mtd/nand/pxa3xx_nand.c
8550
8551 MMP SUPPORT
8552 M:      Eric Miao <eric.y.miao@gmail.com>
8553 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8555 T:      git git://github.com/hzhuang1/linux.git
8556 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8557 S:      Maintained
8558 F:      arch/arm/mach-mmp/
8559
8560 PXA MMCI DRIVER
8561 S:      Orphan
8562
8563 PXA RTC DRIVER
8564 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8565 L:      rtc-linux@googlegroups.com
8566 S:      Maintained
8567
8568 QAT DRIVER
8569 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8570 L:      qat-linux@intel.com
8571 S:      Supported
8572 F:      drivers/crypto/qat/
8573
8574 QIB DRIVER
8575 M:      Mike Marciniszyn <infinipath@intel.com>
8576 L:      linux-rdma@vger.kernel.org
8577 S:      Supported
8578 F:      drivers/infiniband/hw/qib/
8579
8580 QLOGIC QLA1280 SCSI DRIVER
8581 M:      Michael Reed <mdr@sgi.com>
8582 L:      linux-scsi@vger.kernel.org
8583 S:      Maintained
8584 F:      drivers/scsi/qla1280.[ch]
8585
8586 QLOGIC QLA2XXX FC-SCSI DRIVER
8587 M:      qla2xxx-upstream@qlogic.com
8588 L:      linux-scsi@vger.kernel.org
8589 S:      Supported
8590 F:      Documentation/scsi/LICENSE.qla2xxx
8591 F:      drivers/scsi/qla2xxx/
8592
8593 QLOGIC QLA4XXX iSCSI DRIVER
8594 M:      QLogic-Storage-Upstream@qlogic.com
8595 L:      linux-scsi@vger.kernel.org
8596 S:      Supported
8597 F:      Documentation/scsi/LICENSE.qla4xxx
8598 F:      drivers/scsi/qla4xxx/
8599
8600 QLOGIC QLA3XXX NETWORK DRIVER
8601 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8602 M:      Ron Mercer <ron.mercer@qlogic.com>
8603 M:      linux-driver@qlogic.com
8604 L:      netdev@vger.kernel.org
8605 S:      Supported
8606 F:      Documentation/networking/LICENSE.qla3xxx
8607 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8608
8609 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8610 M:      Dept-GELinuxNICDev@qlogic.com
8611 L:      netdev@vger.kernel.org
8612 S:      Supported
8613 F:      drivers/net/ethernet/qlogic/qlcnic/
8614
8615 QLOGIC QLGE 10Gb ETHERNET DRIVER
8616 M:      Harish Patil <harish.patil@qlogic.com>
8617 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8618 M:      Dept-GELinuxNICDev@qlogic.com
8619 M:      linux-driver@qlogic.com
8620 L:      netdev@vger.kernel.org
8621 S:      Supported
8622 F:      drivers/net/ethernet/qlogic/qlge/
8623
8624 QLOGIC QL4xxx ETHERNET DRIVER
8625 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8626 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8627 M:      everest-linux-l2@qlogic.com
8628 L:      netdev@vger.kernel.org
8629 S:      Supported
8630 F:      drivers/net/ethernet/qlogic/qed/
8631 F:      include/linux/qed/
8632 F:      drivers/net/ethernet/qlogic/qede/
8633
8634 QNX4 FILESYSTEM
8635 M:      Anders Larsen <al@alarsen.net>
8636 W:      http://www.alarsen.net/linux/qnx4fs/
8637 S:      Maintained
8638 F:      fs/qnx4/
8639 F:      include/uapi/linux/qnx4_fs.h
8640 F:      include/uapi/linux/qnxtypes.h
8641
8642 QT1010 MEDIA DRIVER
8643 M:      Antti Palosaari <crope@iki.fi>
8644 L:      linux-media@vger.kernel.org
8645 W:      http://linuxtv.org/
8646 W:      http://palosaari.fi/linux/
8647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8648 T:      git git://linuxtv.org/anttip/media_tree.git
8649 S:      Maintained
8650 F:      drivers/media/tuners/qt1010*
8651
8652 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8653 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8654 L:      linux-wireless@vger.kernel.org
8655 L:      ath9k-devel@lists.ath9k.org
8656 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8657 S:      Supported
8658 F:      drivers/net/wireless/ath/ath9k/
8659
8660 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8661 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8662 L:      ath10k@lists.infradead.org
8663 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8664 T:      git git://github.com/kvalo/ath.git
8665 S:      Supported
8666 F:      drivers/net/wireless/ath/ath10k/
8667
8668 QUALCOMM HEXAGON ARCHITECTURE
8669 M:      Richard Kuo <rkuo@codeaurora.org>
8670 L:      linux-hexagon@vger.kernel.org
8671 S:      Supported
8672 F:      arch/hexagon/
8673
8674 QUALCOMM WCN36XX WIRELESS DRIVER
8675 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8676 L:      wcn36xx@lists.infradead.org
8677 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8678 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8679 S:      Supported
8680 F:      drivers/net/wireless/ath/wcn36xx/
8681
8682 RADOS BLOCK DEVICE (RBD)
8683 M:      Ilya Dryomov <idryomov@gmail.com>
8684 M:      Sage Weil <sage@redhat.com>
8685 M:      Alex Elder <elder@kernel.org>
8686 L:      ceph-devel@vger.kernel.org
8687 W:      http://ceph.com/
8688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8689 T:      git git://github.com/ceph/ceph-client.git
8690 S:      Supported
8691 F:      Documentation/ABI/testing/sysfs-bus-rbd
8692 F:      drivers/block/rbd.c
8693 F:      drivers/block/rbd_types.h
8694
8695 RADEON FRAMEBUFFER DISPLAY DRIVER
8696 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8697 L:      linux-fbdev@vger.kernel.org
8698 S:      Maintained
8699 F:      drivers/video/fbdev/aty/radeon*
8700 F:      include/uapi/linux/radeonfb.h
8701
8702 RADIOSHARK RADIO DRIVER
8703 M:      Hans de Goede <hdegoede@redhat.com>
8704 L:      linux-media@vger.kernel.org
8705 T:      git git://linuxtv.org/media_tree.git
8706 S:      Maintained
8707 F:      drivers/media/radio/radio-shark.c
8708
8709 RADIOSHARK2 RADIO DRIVER
8710 M:      Hans de Goede <hdegoede@redhat.com>
8711 L:      linux-media@vger.kernel.org
8712 T:      git git://linuxtv.org/media_tree.git
8713 S:      Maintained
8714 F:      drivers/media/radio/radio-shark2.c
8715 F:      drivers/media/radio/radio-tea5777.c
8716
8717 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8718 M:      Paul Mackerras <paulus@samba.org>
8719 L:      linux-fbdev@vger.kernel.org
8720 S:      Maintained
8721 F:      drivers/video/fbdev/aty/aty128fb.c
8722
8723 RALINK RT2X00 WIRELESS LAN DRIVER
8724 P:      rt2x00 project
8725 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8726 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8727 L:      linux-wireless@vger.kernel.org
8728 S:      Maintained
8729 F:      drivers/net/wireless/rt2x00/
8730
8731 RAMDISK RAM BLOCK DEVICE DRIVER
8732 M:      Jens Axboe <axboe@kernel.dk>
8733 S:      Maintained
8734 F:      Documentation/blockdev/ramdisk.txt
8735 F:      drivers/block/brd.c
8736
8737 RANDOM NUMBER DRIVER
8738 M:      "Theodore Ts'o" <tytso@mit.edu>
8739 S:      Maintained
8740 F:      drivers/char/random.c
8741
8742 RAPIDIO SUBSYSTEM
8743 M:      Matt Porter <mporter@kernel.crashing.org>
8744 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8745 S:      Maintained
8746 F:      drivers/rapidio/
8747
8748 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8749 L:      linux-wireless@vger.kernel.org
8750 S:      Orphan
8751 F:      drivers/net/wireless/ray*
8752
8753 RCUTORTURE MODULE
8754 M:      Josh Triplett <josh@joshtriplett.org>
8755 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8756 L:      linux-kernel@vger.kernel.org
8757 S:      Supported
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8759 F:      Documentation/RCU/torture.txt
8760 F:      kernel/rcu/rcutorture.c
8761
8762 RCUTORTURE TEST FRAMEWORK
8763 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8764 M:      Josh Triplett <josh@joshtriplett.org>
8765 R:      Steven Rostedt <rostedt@goodmis.org>
8766 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8767 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8768 L:      linux-kernel@vger.kernel.org
8769 S:      Supported
8770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8771 F:      tools/testing/selftests/rcutorture
8772
8773 RDC R-321X SoC
8774 M:      Florian Fainelli <florian@openwrt.org>
8775 S:      Maintained
8776
8777 RDC R6040 FAST ETHERNET DRIVER
8778 M:      Florian Fainelli <florian@openwrt.org>
8779 L:      netdev@vger.kernel.org
8780 S:      Maintained
8781 F:      drivers/net/ethernet/rdc/r6040.c
8782
8783 RDS - RELIABLE DATAGRAM SOCKETS
8784 M:      Chien Yen <chien.yen@oracle.com>
8785 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8786 S:      Supported
8787 F:      net/rds/
8788
8789 READ-COPY UPDATE (RCU)
8790 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8791 M:      Josh Triplett <josh@joshtriplett.org>
8792 R:      Steven Rostedt <rostedt@goodmis.org>
8793 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8794 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8795 L:      linux-kernel@vger.kernel.org
8796 W:      http://www.rdrop.com/users/paulmck/RCU/
8797 S:      Supported
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8799 F:      Documentation/RCU/
8800 X:      Documentation/RCU/torture.txt
8801 F:      include/linux/rcu*
8802 X:      include/linux/srcu.h
8803 F:      kernel/rcu/
8804 X:      kernel/torture.c
8805
8806 REAL TIME CLOCK (RTC) SUBSYSTEM
8807 M:      Alessandro Zummo <a.zummo@towertech.it>
8808 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8809 L:      rtc-linux@googlegroups.com
8810 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8812 S:      Maintained
8813 F:      Documentation/rtc.txt
8814 F:      drivers/rtc/
8815 F:      include/linux/rtc.h
8816 F:      include/uapi/linux/rtc.h
8817
8818 REALTEK AUDIO CODECS
8819 M:      Bard Liao <bardliao@realtek.com>
8820 M:      Oder Chiou <oder_chiou@realtek.com>
8821 S:      Maintained
8822 F:      sound/soc/codecs/rt*
8823 F:      include/sound/rt*.h
8824
8825 REISERFS FILE SYSTEM
8826 L:      reiserfs-devel@vger.kernel.org
8827 S:      Supported
8828 F:      fs/reiserfs/
8829
8830 REGISTER MAP ABSTRACTION
8831 M:      Mark Brown <broonie@kernel.org>
8832 L:      linux-kernel@vger.kernel.org
8833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8834 S:      Supported
8835 F:      drivers/base/regmap/
8836 F:      include/linux/regmap.h
8837
8838 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8839 M:      Ohad Ben-Cohen <ohad@wizery.com>
8840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8841 S:      Maintained
8842 F:      drivers/remoteproc/
8843 F:      Documentation/remoteproc.txt
8844 F:      include/linux/remoteproc.h
8845
8846 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8847 M:      Ohad Ben-Cohen <ohad@wizery.com>
8848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8849 S:      Maintained
8850 F:      drivers/rpmsg/
8851 F:      Documentation/rpmsg.txt
8852 F:      include/linux/rpmsg.h
8853
8854 RESET CONTROLLER FRAMEWORK
8855 M:      Philipp Zabel <p.zabel@pengutronix.de>
8856 S:      Maintained
8857 F:      drivers/reset/
8858 F:      Documentation/devicetree/bindings/reset/
8859 F:      include/dt-bindings/reset/
8860 F:      include/linux/reset.h
8861 F:      include/linux/reset-controller.h
8862
8863 RFKILL
8864 M:      Johannes Berg <johannes@sipsolutions.net>
8865 L:      linux-wireless@vger.kernel.org
8866 W:      http://wireless.kernel.org/
8867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8869 S:      Maintained
8870 F:      Documentation/rfkill.txt
8871 F:      net/rfkill/
8872
8873 RHASHTABLE
8874 M:      Thomas Graf <tgraf@suug.ch>
8875 L:      netdev@vger.kernel.org
8876 S:      Maintained
8877 F:      lib/rhashtable.c
8878 F:      include/linux/rhashtable.h
8879
8880 RICOH SMARTMEDIA/XD DRIVER
8881 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8882 S:      Maintained
8883 F:      drivers/mtd/nand/r852.c
8884 F:      drivers/mtd/nand/r852.h
8885
8886 RICOH R5C592 MEMORYSTICK DRIVER
8887 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8888 S:      Maintained
8889 F:      drivers/memstick/host/r592.*
8890
8891 ROCCAT DRIVERS
8892 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8893 W:      http://sourceforge.net/projects/roccat/
8894 S:      Maintained
8895 F:      drivers/hid/hid-roccat*
8896 F:      include/linux/hid-roccat*
8897 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8898
8899 ROCKER DRIVER
8900 M:      Jiri Pirko <jiri@resnulli.us>
8901 M:      Scott Feldman <sfeldma@gmail.com>
8902 L:      netdev@vger.kernel.org
8903 S:      Supported
8904 F:      drivers/net/ethernet/rocker/
8905
8906 ROCKETPORT DRIVER
8907 P:      Comtrol Corp.
8908 W:      http://www.comtrol.com
8909 S:      Maintained
8910 F:      Documentation/serial/rocket.txt
8911 F:      drivers/tty/rocket*
8912
8913 ROCKETPORT EXPRESS/INFINITY DRIVER
8914 M:      Kevin Cernekee <cernekee@gmail.com>
8915 L:      linux-serial@vger.kernel.org
8916 S:      Odd Fixes
8917 F:      drivers/tty/serial/rp2.*
8918
8919 ROSE NETWORK LAYER
8920 M:      Ralf Baechle <ralf@linux-mips.org>
8921 L:      linux-hams@vger.kernel.org
8922 W:      http://www.linux-ax25.org/
8923 S:      Maintained
8924 F:      include/net/rose.h
8925 F:      include/uapi/linux/rose.h
8926 F:      net/rose/
8927
8928 RTL2830 MEDIA DRIVER
8929 M:      Antti Palosaari <crope@iki.fi>
8930 L:      linux-media@vger.kernel.org
8931 W:      http://linuxtv.org/
8932 W:      http://palosaari.fi/linux/
8933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8934 T:      git git://linuxtv.org/anttip/media_tree.git
8935 S:      Maintained
8936 F:      drivers/media/dvb-frontends/rtl2830*
8937
8938 RTL2832 MEDIA DRIVER
8939 M:      Antti Palosaari <crope@iki.fi>
8940 L:      linux-media@vger.kernel.org
8941 W:      http://linuxtv.org/
8942 W:      http://palosaari.fi/linux/
8943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8944 T:      git git://linuxtv.org/anttip/media_tree.git
8945 S:      Maintained
8946 F:      drivers/media/dvb-frontends/rtl2832*
8947
8948 RTL2832_SDR MEDIA DRIVER
8949 M:      Antti Palosaari <crope@iki.fi>
8950 L:      linux-media@vger.kernel.org
8951 W:      http://linuxtv.org/
8952 W:      http://palosaari.fi/linux/
8953 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8954 T:      git git://linuxtv.org/anttip/media_tree.git
8955 S:      Maintained
8956 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8957
8958 RTL8180 WIRELESS DRIVER
8959 L:      linux-wireless@vger.kernel.org
8960 W:      http://wireless.kernel.org/
8961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8962 S:      Orphan
8963 F:      drivers/net/wireless/rtl818x/rtl8180/
8964
8965 RTL8187 WIRELESS DRIVER
8966 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8967 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8968 M:      Larry Finger <Larry.Finger@lwfinger.net>
8969 L:      linux-wireless@vger.kernel.org
8970 W:      http://wireless.kernel.org/
8971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8972 S:      Maintained
8973 F:      drivers/net/wireless/rtl818x/rtl8187/
8974
8975 RTL8192CE WIRELESS DRIVER
8976 M:      Larry Finger <Larry.Finger@lwfinger.net>
8977 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8978 L:      linux-wireless@vger.kernel.org
8979 W:      http://wireless.kernel.org/
8980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8981 S:      Maintained
8982 F:      drivers/net/wireless/rtlwifi/
8983 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8984
8985 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8986 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8987 L:      linux-wireless@vger.kernel.org
8988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8989 S:      Maintained
8990 F:      drivers/net/wireless/realtek/rtl8xxxu/
8991
8992 S3 SAVAGE FRAMEBUFFER DRIVER
8993 M:      Antonino Daplas <adaplas@gmail.com>
8994 L:      linux-fbdev@vger.kernel.org
8995 S:      Maintained
8996 F:      drivers/video/fbdev/savage/
8997
8998 S390
8999 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9000 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9001 L:      linux-s390@vger.kernel.org
9002 W:      http://www.ibm.com/developerworks/linux/linux390/
9003 S:      Supported
9004 F:      arch/s390/
9005 F:      drivers/s390/
9006 F:      Documentation/s390/
9007 F:      Documentation/DocBook/s390*
9008
9009 S390 COMMON I/O LAYER
9010 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9011 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9012 L:      linux-s390@vger.kernel.org
9013 W:      http://www.ibm.com/developerworks/linux/linux390/
9014 S:      Supported
9015 F:      drivers/s390/cio/
9016
9017 S390 DASD DRIVER
9018 M:      Stefan Weinhuber <wein@de.ibm.com>
9019 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9020 L:      linux-s390@vger.kernel.org
9021 W:      http://www.ibm.com/developerworks/linux/linux390/
9022 S:      Supported
9023 F:      drivers/s390/block/dasd*
9024 F:      block/partitions/ibm.c
9025
9026 S390 NETWORK DRIVERS
9027 M:      Ursula Braun <ursula.braun@de.ibm.com>
9028 L:      linux-s390@vger.kernel.org
9029 W:      http://www.ibm.com/developerworks/linux/linux390/
9030 S:      Supported
9031 F:      drivers/s390/net/
9032
9033 S390 PCI SUBSYSTEM
9034 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9035 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9036 L:      linux-s390@vger.kernel.org
9037 W:      http://www.ibm.com/developerworks/linux/linux390/
9038 S:      Supported
9039 F:      arch/s390/pci/
9040 F:      drivers/pci/hotplug/s390_pci_hpc.c
9041
9042 S390 ZCRYPT DRIVER
9043 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9044 L:      linux-s390@vger.kernel.org
9045 W:      http://www.ibm.com/developerworks/linux/linux390/
9046 S:      Supported
9047 F:      drivers/s390/crypto/
9048
9049 S390 ZFCP DRIVER
9050 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9051 L:      linux-s390@vger.kernel.org
9052 W:      http://www.ibm.com/developerworks/linux/linux390/
9053 S:      Supported
9054 F:      drivers/s390/scsi/zfcp_*
9055
9056 S390 IUCV NETWORK LAYER
9057 M:      Ursula Braun <ursula.braun@de.ibm.com>
9058 L:      linux-s390@vger.kernel.org
9059 W:      http://www.ibm.com/developerworks/linux/linux390/
9060 S:      Supported
9061 F:      drivers/s390/net/*iucv*
9062 F:      include/net/iucv/
9063 F:      net/iucv/
9064
9065 S3C24XX SD/MMC Driver
9066 M:      Ben Dooks <ben-linux@fluff.org>
9067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9068 S:      Supported
9069 F:      drivers/mmc/host/s3cmci.*
9070
9071 SAA6588 RDS RECEIVER DRIVER
9072 M:      Hans Verkuil <hverkuil@xs4all.nl>
9073 L:      linux-media@vger.kernel.org
9074 T:      git git://linuxtv.org/media_tree.git
9075 W:      http://linuxtv.org
9076 S:      Odd Fixes
9077 F:      drivers/media/i2c/saa6588*
9078
9079 SAA7134 VIDEO4LINUX DRIVER
9080 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9081 L:      linux-media@vger.kernel.org
9082 W:      http://linuxtv.org
9083 T:      git git://linuxtv.org/media_tree.git
9084 S:      Odd fixes
9085 F:      Documentation/video4linux/*.saa7134
9086 F:      drivers/media/pci/saa7134/
9087
9088 SAA7146 VIDEO4LINUX-2 DRIVER
9089 M:      Hans Verkuil <hverkuil@xs4all.nl>
9090 L:      linux-media@vger.kernel.org
9091 T:      git git://linuxtv.org/media_tree.git
9092 S:      Maintained
9093 F:      drivers/media/common/saa7146/
9094 F:      drivers/media/pci/saa7146/
9095 F:      include/media/saa7146*
9096
9097 SAMSUNG LAPTOP DRIVER
9098 M:      Corentin Chary <corentin.chary@gmail.com>
9099 L:      platform-driver-x86@vger.kernel.org
9100 S:      Maintained
9101 F:      drivers/platform/x86/samsung-laptop.c
9102
9103 SAMSUNG AUDIO (ASoC) DRIVERS
9104 M:      Sangbeom Kim <sbkim73@samsung.com>
9105 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9106 S:      Supported
9107 F:      sound/soc/samsung/
9108
9109 SAMSUNG FRAMEBUFFER DRIVER
9110 M:      Jingoo Han <jingoohan1@gmail.com>
9111 L:      linux-fbdev@vger.kernel.org
9112 S:      Maintained
9113 F:      drivers/video/fbdev/s3c-fb.c
9114
9115 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9116 M:      Sangbeom Kim <sbkim73@samsung.com>
9117 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9118 L:      linux-kernel@vger.kernel.org
9119 L:      linux-samsung-soc@vger.kernel.org
9120 S:      Supported
9121 F:      drivers/mfd/sec*.c
9122 F:      drivers/regulator/s2m*.c
9123 F:      drivers/regulator/s5m*.c
9124 F:      drivers/clk/clk-s2mps11.c
9125 F:      drivers/rtc/rtc-s5m.c
9126 F:      include/linux/mfd/samsung/
9127 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9128 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9129
9130 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9131 M:      Kyungmin Park <kyungmin.park@samsung.com>
9132 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9133 L:      linux-media@vger.kernel.org
9134 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9135 S:      Supported
9136 F:      drivers/media/platform/exynos4-is/
9137
9138 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9139 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9140 L:      linux-media@vger.kernel.org
9141 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9142 S:      Maintained
9143 F:      drivers/media/platform/s3c-camif/
9144 F:      include/media/s3c_camif.h
9145
9146 SAMSUNG S5C73M3 CAMERA DRIVER
9147 M:      Kyungmin Park <kyungmin.park@samsung.com>
9148 M:      Andrzej Hajda <a.hajda@samsung.com>
9149 L:      linux-media@vger.kernel.org
9150 S:      Supported
9151 F:      drivers/media/i2c/s5c73m3/*
9152
9153 SAMSUNG S5K5BAF CAMERA DRIVER
9154 M:      Kyungmin Park <kyungmin.park@samsung.com>
9155 M:      Andrzej Hajda <a.hajda@samsung.com>
9156 L:      linux-media@vger.kernel.org
9157 S:      Supported
9158 F:      drivers/media/i2c/s5k5baf.c
9159
9160 SAMSUNG S3FWRN5 NFC DRIVER
9161 M:      Robert Baldyga <r.baldyga@samsung.com>
9162 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9163 S:      Supported
9164 F:      drivers/nfc/s3fwrn5
9165
9166 SAMSUNG SOC CLOCK DRIVERS
9167 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9168 M:      Tomasz Figa <tomasz.figa@gmail.com>
9169 S:      Supported
9170 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9171 F:      drivers/clk/samsung/
9172
9173 SAMSUNG SXGBE DRIVERS
9174 M:      Byungho An <bh74.an@samsung.com>
9175 M:      Girish K S <ks.giri@samsung.com>
9176 M:      Vipul Pandya <vipul.pandya@samsung.com>
9177 S:      Supported
9178 L:      netdev@vger.kernel.org
9179 F:      drivers/net/ethernet/samsung/sxgbe/
9180
9181 SAMSUNG THERMAL DRIVER
9182 M:      Lukasz Majewski <l.majewski@samsung.com>
9183 L:      linux-pm@vger.kernel.org
9184 L:      linux-samsung-soc@vger.kernel.org
9185 S:      Supported
9186 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9187 F:      drivers/thermal/samsung/
9188
9189 SAMSUNG USB2 PHY DRIVER
9190 M:      Kamil Debski <k.debski@samsung.com>
9191 L:      linux-kernel@vger.kernel.org
9192 S:      Supported
9193 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9194 F:      Documentation/phy/samsung-usb2.txt
9195 F:      drivers/phy/phy-exynos4210-usb2.c
9196 F:      drivers/phy/phy-exynos4x12-usb2.c
9197 F:      drivers/phy/phy-exynos5250-usb2.c
9198 F:      drivers/phy/phy-s5pv210-usb2.c
9199 F:      drivers/phy/phy-samsung-usb2.c
9200 F:      drivers/phy/phy-samsung-usb2.h
9201
9202 SERIAL DRIVERS
9203 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9204 L:      linux-serial@vger.kernel.org
9205 S:      Maintained
9206 F:      drivers/tty/serial/
9207
9208 SYNOPSYS DESIGNWARE DMAC DRIVER
9209 M:      Viresh Kumar <vireshk@kernel.org>
9210 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9211 S:      Maintained
9212 F:      include/linux/dma/dw.h
9213 F:      include/linux/platform_data/dma-dw.h
9214 F:      drivers/dma/dw/
9215
9216 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9217 M: Lars Persson <lars.persson@axis.com>
9218 L: netdev@vger.kernel.org
9219 S: Supported
9220 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9221 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9222
9223 SYNOPSYS DESIGNWARE I2C DRIVER
9224 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9225 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9226 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9227 L:      linux-i2c@vger.kernel.org
9228 S:      Maintained
9229 F:      drivers/i2c/busses/i2c-designware-*
9230 F:      include/linux/platform_data/i2c-designware.h
9231
9232 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9233 M:      Seungwon Jeon <tgih.jun@samsung.com>
9234 M:      Jaehoon Chung <jh80.chung@samsung.com>
9235 L:      linux-mmc@vger.kernel.org
9236 S:      Maintained
9237 F:      include/linux/mmc/dw_mmc.h
9238 F:      drivers/mmc/host/dw_mmc*
9239
9240 THUNDERBOLT DRIVER
9241 M:      Andreas Noever <andreas.noever@gmail.com>
9242 S:      Maintained
9243 F:      drivers/thunderbolt/
9244
9245 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9246 M:      John Stultz <john.stultz@linaro.org>
9247 M:      Thomas Gleixner <tglx@linutronix.de>
9248 L:      linux-kernel@vger.kernel.org
9249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9250 S:      Supported
9251 F:      include/linux/clocksource.h
9252 F:      include/linux/time.h
9253 F:      include/linux/timex.h
9254 F:      include/uapi/linux/time.h
9255 F:      include/uapi/linux/timex.h
9256 F:      kernel/time/clocksource.c
9257 F:      kernel/time/time*.c
9258 F:      kernel/time/ntp.c
9259 F:      tools/testing/selftests/timers/
9260
9261 SC1200 WDT DRIVER
9262 M:      Zwane Mwaikambo <zwanem@gmail.com>
9263 S:      Maintained
9264 F:      drivers/watchdog/sc1200wdt.c
9265
9266 SCHEDULER
9267 M:      Ingo Molnar <mingo@redhat.com>
9268 M:      Peter Zijlstra <peterz@infradead.org>
9269 L:      linux-kernel@vger.kernel.org
9270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9271 S:      Maintained
9272 F:      kernel/sched/
9273 F:      include/linux/sched.h
9274 F:      include/uapi/linux/sched.h
9275 F:      include/linux/wait.h
9276
9277 SCORE ARCHITECTURE
9278 M:      Chen Liqin <liqin.linux@gmail.com>
9279 M:      Lennox Wu <lennox.wu@gmail.com>
9280 W:      http://www.sunplus.com
9281 S:      Supported
9282 F:      arch/score/
9283
9284 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9285 M:      Sudeep Holla <sudeep.holla@arm.com>
9286 L:      linux-arm-kernel@lists.infradead.org
9287 S:      Maintained
9288 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9289 F:      drivers/clk/clk-scpi.c
9290 F:      drivers/cpufreq/scpi-cpufreq.c
9291 F:      drivers/firmware/arm_scpi.c
9292 F:      include/linux/scpi_protocol.h
9293
9294 SCSI CDROM DRIVER
9295 M:      Jens Axboe <axboe@kernel.dk>
9296 L:      linux-scsi@vger.kernel.org
9297 W:      http://www.kernel.dk
9298 S:      Maintained
9299 F:      drivers/scsi/sr*
9300
9301 SCSI RDMA PROTOCOL (SRP) INITIATOR
9302 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9303 L:      linux-rdma@vger.kernel.org
9304 S:      Supported
9305 W:      http://www.openfabrics.org
9306 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9308 F:      drivers/infiniband/ulp/srp/
9309 F:      include/scsi/srp.h
9310
9311 SCSI SG DRIVER
9312 M:      Doug Gilbert <dgilbert@interlog.com>
9313 L:      linux-scsi@vger.kernel.org
9314 W:      http://sg.danny.cz/sg
9315 S:      Maintained
9316 F:      Documentation/scsi/scsi-generic.txt
9317 F:      drivers/scsi/sg.c
9318 F:      include/scsi/sg.h
9319
9320 SCSI SUBSYSTEM
9321 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9322 L:      linux-scsi@vger.kernel.org
9323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9324 S:      Maintained
9325 F:      drivers/scsi/
9326 F:      include/scsi/
9327
9328 SCSI TAPE DRIVER
9329 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9330 L:      linux-scsi@vger.kernel.org
9331 S:      Maintained
9332 F:      Documentation/scsi/st.txt
9333 F:      drivers/scsi/st.*
9334 F:      drivers/scsi/st_*.h
9335
9336 SCTP PROTOCOL
9337 M:      Vlad Yasevich <vyasevich@gmail.com>
9338 M:      Neil Horman <nhorman@tuxdriver.com>
9339 L:      linux-sctp@vger.kernel.org
9340 W:      http://lksctp.sourceforge.net
9341 S:      Maintained
9342 F:      Documentation/networking/sctp.txt
9343 F:      include/linux/sctp.h
9344 F:      include/uapi/linux/sctp.h
9345 F:      include/net/sctp/
9346 F:      net/sctp/
9347
9348 SCx200 CPU SUPPORT
9349 M:      Jim Cromie <jim.cromie@gmail.com>
9350 S:      Odd Fixes
9351 F:      Documentation/i2c/busses/scx200_acb
9352 F:      arch/x86/platform/scx200/
9353 F:      drivers/watchdog/scx200_wdt.c
9354 F:      drivers/i2c/busses/scx200*
9355 F:      drivers/mtd/maps/scx200_docflash.c
9356 F:      include/linux/scx200.h
9357
9358 SCx200 GPIO DRIVER
9359 M:      Jim Cromie <jim.cromie@gmail.com>
9360 S:      Maintained
9361 F:      drivers/char/scx200_gpio.c
9362 F:      include/linux/scx200_gpio.h
9363
9364 SCx200 HRT CLOCKSOURCE DRIVER
9365 M:      Jim Cromie <jim.cromie@gmail.com>
9366 S:      Maintained
9367 F:      drivers/clocksource/scx200_hrt.c
9368
9369 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9370 M:      Sascha Sommer <saschasommer@freenet.de>
9371 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9372 S:      Maintained
9373 F:      drivers/mmc/host/sdricoh_cs.c
9374
9375 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9376 L:      linux-mmc@vger.kernel.org
9377 S:      Orphan
9378 F:      drivers/mmc/host/sdhci.*
9379 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9380
9381 SECURE COMPUTING
9382 M:      Kees Cook <keescook@chromium.org>
9383 R:      Andy Lutomirski <luto@amacapital.net>
9384 R:      Will Drewry <wad@chromium.org>
9385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9386 S:      Supported
9387 F:      kernel/seccomp.c
9388 F:      include/uapi/linux/seccomp.h
9389 F:      include/linux/seccomp.h
9390 F:      tools/testing/selftests/seccomp/*
9391 K:      \bsecure_computing
9392 K:      \bTIF_SECCOMP\b
9393
9394 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9395 M:      Ben Dooks <ben-linux@fluff.org>
9396 M:      Jaehoon Chung <jh80.chung@samsung.com>
9397 L:      linux-mmc@vger.kernel.org
9398 S:      Maintained
9399 F:      drivers/mmc/host/sdhci-s3c*
9400
9401 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9402 M:      Viresh Kumar <vireshk@kernel.org>
9403 L:      spear-devel@list.st.com
9404 L:      linux-mmc@vger.kernel.org
9405 S:      Maintained
9406 F:      drivers/mmc/host/sdhci-spear.c
9407
9408 SECURITY SUBSYSTEM
9409 M:      James Morris <james.l.morris@oracle.com>
9410 M:      "Serge E. Hallyn" <serge@hallyn.com>
9411 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9413 W:      http://kernsec.org/
9414 S:      Supported
9415 F:      security/
9416
9417 SECURITY CONTACT
9418 M:      Security Officers <security@kernel.org>
9419 S:      Supported
9420
9421 SELINUX SECURITY MODULE
9422 M:      Paul Moore <paul@paul-moore.com>
9423 M:      Stephen Smalley <sds@tycho.nsa.gov>
9424 M:      Eric Paris <eparis@parisplace.org>
9425 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9426 W:      http://selinuxproject.org
9427 T:      git git://git.infradead.org/users/pcmoore/selinux
9428 S:      Supported
9429 F:      include/linux/selinux*
9430 F:      security/selinux/
9431 F:      scripts/selinux/
9432
9433 APPARMOR SECURITY MODULE
9434 M:      John Johansen <john.johansen@canonical.com>
9435 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9436 W:      apparmor.wiki.kernel.org
9437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9438 S:      Supported
9439 F:      security/apparmor/
9440
9441 YAMA SECURITY MODULE
9442 M:      Kees Cook <keescook@chromium.org>
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9444 S:      Supported
9445 F:      security/yama/
9446
9447 SENSABLE PHANTOM
9448 M:      Jiri Slaby <jirislaby@gmail.com>
9449 S:      Maintained
9450 F:      drivers/misc/phantom.c
9451 F:      include/uapi/linux/phantom.h
9452
9453 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9454 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9455 M:      Minh Tran <minh.tran@avagotech.com>
9456 M:      John Soni Jose <sony.john-n@avagotech.com>
9457 L:      linux-scsi@vger.kernel.org
9458 W:      http://www.avagotech.com
9459 S:      Supported
9460 F:      drivers/scsi/be2iscsi/
9461
9462 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9463 M:      Sathya Perla <sathya.perla@avagotech.com>
9464 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9465 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9466 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9467 L:      netdev@vger.kernel.org
9468 W:      http://www.emulex.com
9469 S:      Supported
9470 F:      drivers/net/ethernet/emulex/benet/
9471
9472 EMULEX ONECONNECT ROCE DRIVER
9473 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9474 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9475 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9476 L:      linux-rdma@vger.kernel.org
9477 W:      http://www.emulex.com
9478 S:      Supported
9479 F:      drivers/infiniband/hw/ocrdma/
9480
9481 SFC NETWORK DRIVER
9482 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9483 M:      Shradha Shah <sshah@solarflare.com>
9484 L:      netdev@vger.kernel.org
9485 S:      Supported
9486 F:      drivers/net/ethernet/sfc/
9487
9488 SGI GRU DRIVER
9489 M:      Dimitri Sivanich <sivanich@sgi.com>
9490 S:      Maintained
9491 F:      drivers/misc/sgi-gru/
9492
9493 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9494 M:      Pat Gefre <pfg@sgi.com>
9495 L:      linux-ia64@vger.kernel.org
9496 S:      Supported
9497 F:      Documentation/ia64/serial.txt
9498 F:      drivers/tty/serial/ioc?_serial.c
9499 F:      include/linux/ioc?.h
9500
9501 SGI XP/XPC/XPNET DRIVER
9502 M:      Cliff Whickman <cpw@sgi.com>
9503 M:      Robin Holt <robinmholt@gmail.com>
9504 S:      Maintained
9505 F:      drivers/misc/sgi-xp/
9506
9507 SI2157 MEDIA DRIVER
9508 M:      Antti Palosaari <crope@iki.fi>
9509 L:      linux-media@vger.kernel.org
9510 W:      http://linuxtv.org/
9511 W:      http://palosaari.fi/linux/
9512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9513 T:      git git://linuxtv.org/anttip/media_tree.git
9514 S:      Maintained
9515 F:      drivers/media/tuners/si2157*
9516
9517 SI2168 MEDIA DRIVER
9518 M:      Antti Palosaari <crope@iki.fi>
9519 L:      linux-media@vger.kernel.org
9520 W:      http://linuxtv.org/
9521 W:      http://palosaari.fi/linux/
9522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9523 T:      git git://linuxtv.org/anttip/media_tree.git
9524 S:      Maintained
9525 F:      drivers/media/dvb-frontends/si2168*
9526
9527 SI470X FM RADIO RECEIVER I2C DRIVER
9528 M:      Hans Verkuil <hverkuil@xs4all.nl>
9529 L:      linux-media@vger.kernel.org
9530 T:      git git://linuxtv.org/media_tree.git
9531 W:      http://linuxtv.org
9532 S:      Odd Fixes
9533 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9534
9535 SI470X FM RADIO RECEIVER USB DRIVER
9536 M:      Hans Verkuil <hverkuil@xs4all.nl>
9537 L:      linux-media@vger.kernel.org
9538 T:      git git://linuxtv.org/media_tree.git
9539 W:      http://linuxtv.org
9540 S:      Maintained
9541 F:      drivers/media/radio/si470x/radio-si470x-common.c
9542 F:      drivers/media/radio/si470x/radio-si470x.h
9543 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9544
9545 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9546 M:      Eduardo Valentin <edubezval@gmail.com>
9547 L:      linux-media@vger.kernel.org
9548 T:      git git://linuxtv.org/media_tree.git
9549 W:      http://linuxtv.org
9550 S:      Odd Fixes
9551 F:      drivers/media/radio/si4713/si4713.?
9552
9553 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9554 M:      Eduardo Valentin <edubezval@gmail.com>
9555 L:      linux-media@vger.kernel.org
9556 T:      git git://linuxtv.org/media_tree.git
9557 W:      http://linuxtv.org
9558 S:      Odd Fixes
9559 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9560
9561 SI4713 FM RADIO TRANSMITTER USB DRIVER
9562 M:      Hans Verkuil <hverkuil@xs4all.nl>
9563 L:      linux-media@vger.kernel.org
9564 T:      git git://linuxtv.org/media_tree.git
9565 W:      http://linuxtv.org
9566 S:      Maintained
9567 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9568
9569 SIANO DVB DRIVER
9570 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9571 L:      linux-media@vger.kernel.org
9572 W:      http://linuxtv.org
9573 T:      git git://linuxtv.org/media_tree.git
9574 S:      Odd fixes
9575 F:      drivers/media/common/siano/
9576 F:      drivers/media/usb/siano/
9577 F:      drivers/media/usb/siano/
9578 F:      drivers/media/mmc/siano/
9579
9580 SIMPLEFB FB DRIVER
9581 M:      Hans de Goede <hdegoede@redhat.com>
9582 L:      linux-fbdev@vger.kernel.org
9583 S:      Maintained
9584 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9585 F:      drivers/video/fbdev/simplefb.c
9586 F:      include/linux/platform_data/simplefb.h
9587
9588 SH_VEU V4L2 MEM2MEM DRIVER
9589 L:      linux-media@vger.kernel.org
9590 S:      Orphan
9591 F:      drivers/media/platform/sh_veu.c
9592
9593 SH_VOU V4L2 OUTPUT DRIVER
9594 L:      linux-media@vger.kernel.org
9595 S:      Orphan
9596 F:      drivers/media/platform/sh_vou.c
9597 F:      include/media/sh_vou.h
9598
9599 SIMPLE FIRMWARE INTERFACE (SFI)
9600 M:      Len Brown <lenb@kernel.org>
9601 L:      sfi-devel@simplefirmware.org
9602 W:      http://simplefirmware.org/
9603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9604 S:      Supported
9605 F:      arch/x86/platform/sfi/
9606 F:      drivers/sfi/
9607 F:      include/linux/sfi*.h
9608
9609 SIMTEC EB110ATX (Chalice CATS)
9610 P:      Ben Dooks
9611 P:      Vincent Sanders <vince@simtec.co.uk>
9612 M:      Simtec Linux Team <linux@simtec.co.uk>
9613 W:      http://www.simtec.co.uk/products/EB110ATX/
9614 S:      Supported
9615
9616 SIMTEC EB2410ITX (BAST)
9617 P:      Ben Dooks
9618 P:      Vincent Sanders <vince@simtec.co.uk>
9619 M:      Simtec Linux Team <linux@simtec.co.uk>
9620 W:      http://www.simtec.co.uk/products/EB2410ITX/
9621 S:      Supported
9622 F:      arch/arm/mach-s3c24xx/mach-bast.c
9623 F:      arch/arm/mach-s3c24xx/bast-ide.c
9624 F:      arch/arm/mach-s3c24xx/bast-irq.c
9625
9626 TI DAVINCI MACHINE SUPPORT
9627 M:      Sekhar Nori <nsekhar@ti.com>
9628 M:      Kevin Hilman <khilman@deeprootsystems.com>
9629 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9630 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9631 S:      Supported
9632 F:      arch/arm/mach-davinci/
9633 F:      drivers/i2c/busses/i2c-davinci.c
9634
9635 TI DAVINCI SERIES MEDIA DRIVER
9636 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9637 L:      linux-media@vger.kernel.org
9638 W:      http://linuxtv.org/
9639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9640 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9641 S:      Maintained
9642 F:      drivers/media/platform/davinci/
9643 F:      include/media/davinci/
9644
9645 TI AM437X VPFE DRIVER
9646 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9647 L:      linux-media@vger.kernel.org
9648 W:      http://linuxtv.org/
9649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9650 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9651 S:      Maintained
9652 F:      drivers/media/platform/am437x/
9653
9654 OV2659 OMNIVISION SENSOR DRIVER
9655 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9656 L:      linux-media@vger.kernel.org
9657 W:      http://linuxtv.org/
9658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9659 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9660 S:      Maintained
9661 F:      drivers/media/i2c/ov2659.c
9662 F:      include/media/ov2659.h
9663
9664 SILICON MOTION SM712 FRAME BUFFER DRIVER
9665 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9666 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9667 M:      Sudip Mukherjee <sudip@vectorindia.org>
9668 L:      linux-fbdev@vger.kernel.org
9669 S:      Maintained
9670 F:      drivers/video/fbdev/sm712*
9671 F:      Documentation/fb/sm712fb.txt
9672
9673 SIS 190 ETHERNET DRIVER
9674 M:      Francois Romieu <romieu@fr.zoreil.com>
9675 L:      netdev@vger.kernel.org
9676 S:      Maintained
9677 F:      drivers/net/ethernet/sis/sis190.c
9678
9679 SIS 900/7016 FAST ETHERNET DRIVER
9680 M:      Daniele Venzano <venza@brownhat.org>
9681 W:      http://www.brownhat.org/sis900.html
9682 L:      netdev@vger.kernel.org
9683 S:      Maintained
9684 F:      drivers/net/ethernet/sis/sis900.*
9685
9686 SIS FRAMEBUFFER DRIVER
9687 M:      Thomas Winischhofer <thomas@winischhofer.net>
9688 W:      http://www.winischhofer.net/linuxsisvga.shtml
9689 S:      Maintained
9690 F:      Documentation/fb/sisfb.txt
9691 F:      drivers/video/fbdev/sis/
9692 F:      include/video/sisfb.h
9693
9694 SIS USB2VGA DRIVER
9695 M:      Thomas Winischhofer <thomas@winischhofer.net>
9696 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9697 S:      Maintained
9698 F:      drivers/usb/misc/sisusbvga/
9699
9700 SLAB ALLOCATOR
9701 M:      Christoph Lameter <cl@linux.com>
9702 M:      Pekka Enberg <penberg@kernel.org>
9703 M:      David Rientjes <rientjes@google.com>
9704 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9705 M:      Andrew Morton <akpm@linux-foundation.org>
9706 L:      linux-mm@kvack.org
9707 S:      Maintained
9708 F:      include/linux/sl?b*.h
9709 F:      mm/sl?b*
9710
9711 SLEEPABLE READ-COPY UPDATE (SRCU)
9712 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9713 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9714 M:      Josh Triplett <josh@joshtriplett.org>
9715 R:      Steven Rostedt <rostedt@goodmis.org>
9716 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9717 L:      linux-kernel@vger.kernel.org
9718 W:      http://www.rdrop.com/users/paulmck/RCU/
9719 S:      Supported
9720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9721 F:      include/linux/srcu.h
9722 F:      kernel/rcu/srcu.c
9723
9724 SMACK SECURITY MODULE
9725 M:      Casey Schaufler <casey@schaufler-ca.com>
9726 L:      linux-security-module@vger.kernel.org
9727 W:      http://schaufler-ca.com
9728 T:      git git://git.gitorious.org/smack-next/kernel.git
9729 S:      Maintained
9730 F:      Documentation/security/Smack.txt
9731 F:      security/smack/
9732
9733 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9734 M:      Kevin Hilman <khilman@kernel.org>
9735 M:      Nishanth Menon <nm@ti.com>
9736 S:      Maintained
9737 F:      drivers/power/avs/
9738 F:      include/linux/power/smartreflex.h
9739 L:      linux-pm@vger.kernel.org
9740
9741 SMC91x ETHERNET DRIVER
9742 M:      Nicolas Pitre <nico@fluxnic.net>
9743 S:      Odd Fixes
9744 F:      drivers/net/ethernet/smsc/smc91x.*
9745
9746 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9747 M:      Sakari Ailus <sakari.ailus@iki.fi>
9748 L:      linux-media@vger.kernel.org
9749 S:      Maintained
9750 F:      drivers/media/i2c/smiapp/
9751 F:      include/media/smiapp.h
9752 F:      drivers/media/i2c/smiapp-pll.c
9753 F:      drivers/media/i2c/smiapp-pll.h
9754 F:      include/uapi/linux/smiapp.h
9755 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9756
9757 SMM665 HARDWARE MONITOR DRIVER
9758 M:      Guenter Roeck <linux@roeck-us.net>
9759 L:      lm-sensors@lm-sensors.org
9760 S:      Maintained
9761 F:      Documentation/hwmon/smm665
9762 F:      drivers/hwmon/smm665.c
9763
9764 SMSC EMC2103 HARDWARE MONITOR DRIVER
9765 M:      Steve Glendinning <steve.glendinning@shawell.net>
9766 L:      lm-sensors@lm-sensors.org
9767 S:      Maintained
9768 F:      Documentation/hwmon/emc2103
9769 F:      drivers/hwmon/emc2103.c
9770
9771 SMSC SCH5627 HARDWARE MONITOR DRIVER
9772 M:      Hans de Goede <hdegoede@redhat.com>
9773 L:      lm-sensors@lm-sensors.org
9774 S:      Supported
9775 F:      Documentation/hwmon/sch5627
9776 F:      drivers/hwmon/sch5627.c
9777
9778 SMSC47B397 HARDWARE MONITOR DRIVER
9779 M:      Jean Delvare <jdelvare@suse.com>
9780 L:      lm-sensors@lm-sensors.org
9781 S:      Maintained
9782 F:      Documentation/hwmon/smsc47b397
9783 F:      drivers/hwmon/smsc47b397.c
9784
9785 SMSC911x ETHERNET DRIVER
9786 M:      Steve Glendinning <steve.glendinning@shawell.net>
9787 L:      netdev@vger.kernel.org
9788 S:      Maintained
9789 F:      include/linux/smsc911x.h
9790 F:      drivers/net/ethernet/smsc/smsc911x.*
9791
9792 SMSC9420 PCI ETHERNET DRIVER
9793 M:      Steve Glendinning <steve.glendinning@shawell.net>
9794 L:      netdev@vger.kernel.org
9795 S:      Maintained
9796 F:      drivers/net/ethernet/smsc/smsc9420.*
9797
9798 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9799 M:      Steve Glendinning <steve.glendinning@shawell.net>
9800 L:      linux-fbdev@vger.kernel.org
9801 S:      Maintained
9802 F:      drivers/video/fbdev/smscufx.c
9803
9804 SOC-CAMERA V4L2 SUBSYSTEM
9805 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9806 L:      linux-media@vger.kernel.org
9807 T:      git git://linuxtv.org/media_tree.git
9808 S:      Maintained
9809 F:      include/media/soc*
9810 F:      drivers/media/i2c/soc_camera/
9811 F:      drivers/media/platform/soc_camera/
9812
9813 SOEKRIS NET48XX LED SUPPORT
9814 M:      Chris Boot <bootc@bootc.net>
9815 S:      Maintained
9816 F:      drivers/leds/leds-net48xx.c
9817
9818 SOFTLOGIC 6x10 MPEG CODEC
9819 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9820 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9821 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9822 M:      Ismael Luceno <ismael@iodev.co.uk>
9823 L:      linux-media@vger.kernel.org
9824 S:      Supported
9825 F:      drivers/media/pci/solo6x10/
9826
9827 SOFTWARE RAID (Multiple Disks) SUPPORT
9828 M:      Neil Brown <neilb@suse.com>
9829 L:      linux-raid@vger.kernel.org
9830 S:      Supported
9831 F:      drivers/md/
9832 F:      include/linux/raid/
9833 F:      include/uapi/linux/raid/
9834
9835 SONIC NETWORK DRIVER
9836 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9837 L:      netdev@vger.kernel.org
9838 S:      Maintained
9839 F:      drivers/net/ethernet/natsemi/sonic.*
9840
9841 SONICS SILICON BACKPLANE DRIVER (SSB)
9842 M:      Michael Buesch <m@bues.ch>
9843 L:      netdev@vger.kernel.org
9844 S:      Maintained
9845 F:      drivers/ssb/
9846 F:      include/linux/ssb/
9847
9848 SONY VAIO CONTROL DEVICE DRIVER
9849 M:      Mattia Dongili <malattia@linux.it>
9850 L:      platform-driver-x86@vger.kernel.org
9851 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9852 S:      Maintained
9853 F:      Documentation/laptops/sony-laptop.txt
9854 F:      drivers/char/sonypi.c
9855 F:      drivers/platform/x86/sony-laptop.c
9856 F:      include/linux/sony-laptop.h
9857
9858 SONY MEMORYSTICK CARD SUPPORT
9859 M:      Alex Dubov <oakad@yahoo.com>
9860 W:      http://tifmxx.berlios.de/
9861 S:      Maintained
9862 F:      drivers/memstick/host/tifm_ms.c
9863
9864 SONY MEMORYSTICK STANDARD SUPPORT
9865 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9866 S:      Maintained
9867 F:      drivers/memstick/core/ms_block.*
9868
9869 SOUND
9870 M:      Jaroslav Kysela <perex@perex.cz>
9871 M:      Takashi Iwai <tiwai@suse.com>
9872 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9873 W:      http://www.alsa-project.org/
9874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9875 T:      git git://git.alsa-project.org/alsa-kernel.git
9876 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9877 S:      Maintained
9878 F:      Documentation/sound/
9879 F:      include/sound/
9880 F:      include/uapi/sound/
9881 F:      sound/
9882
9883 SOUND - COMPRESSED AUDIO
9884 M:      Vinod Koul <vinod.koul@intel.com>
9885 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9887 S:      Supported
9888 F:      Documentation/sound/alsa/compress_offload.txt
9889 F:      include/sound/compress_driver.h
9890 F:      include/uapi/sound/compress_*
9891 F:      sound/core/compress_offload.c
9892 F:      sound/soc/soc-compress.c
9893
9894 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9895 M:      Liam Girdwood <lgirdwood@gmail.com>
9896 M:      Mark Brown <broonie@kernel.org>
9897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9898 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9899 W:      http://alsa-project.org/main/index.php/ASoC
9900 S:      Supported
9901 F:      Documentation/sound/alsa/soc/
9902 F:      sound/soc/
9903 F:      include/sound/soc*
9904
9905 SOUND - DMAENGINE HELPERS
9906 M:      Lars-Peter Clausen <lars@metafoo.de>
9907 S:      Supported
9908 F:      include/sound/dmaengine_pcm.h
9909 F:      sound/core/pcm_dmaengine.c
9910 F:      sound/soc/soc-generic-dmaengine-pcm.c
9911
9912 SP2 MEDIA DRIVER
9913 M:      Olli Salonen <olli.salonen@iki.fi>
9914 L:      linux-media@vger.kernel.org
9915 W:      http://linuxtv.org/
9916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9917 S:      Maintained
9918 F:      drivers/media/dvb-frontends/sp2*
9919
9920 SPARC + UltraSPARC (sparc/sparc64)
9921 M:      "David S. Miller" <davem@davemloft.net>
9922 L:      sparclinux@vger.kernel.org
9923 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9926 S:      Maintained
9927 F:      arch/sparc/
9928 F:      drivers/sbus/
9929
9930 SPARC SERIAL DRIVERS
9931 M:      "David S. Miller" <davem@davemloft.net>
9932 L:      sparclinux@vger.kernel.org
9933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9935 S:      Maintained
9936 F:      include/linux/sunserialcore.h
9937 F:      drivers/tty/serial/suncore.c
9938 F:      drivers/tty/serial/sunhv.c
9939 F:      drivers/tty/serial/sunsab.c
9940 F:      drivers/tty/serial/sunsab.h
9941 F:      drivers/tty/serial/sunsu.c
9942 F:      drivers/tty/serial/sunzilog.c
9943 F:      drivers/tty/serial/sunzilog.h
9944
9945 SPARSE CHECKER
9946 M:      "Christopher Li" <sparse@chrisli.org>
9947 L:      linux-sparse@vger.kernel.org
9948 W:      https://sparse.wiki.kernel.org/
9949 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9950 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9951 S:      Maintained
9952 F:      include/linux/compiler.h
9953
9954 SPEAR PLATFORM SUPPORT
9955 M:      Viresh Kumar <vireshk@kernel.org>
9956 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9957 L:      spear-devel@list.st.com
9958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9959 W:      http://www.st.com/spear
9960 S:      Maintained
9961 F:      arch/arm/mach-spear/
9962
9963 SPEAR CLOCK FRAMEWORK SUPPORT
9964 M:      Viresh Kumar <vireshk@kernel.org>
9965 L:      spear-devel@list.st.com
9966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9967 W:      http://www.st.com/spear
9968 S:      Maintained
9969 F:      drivers/clk/spear/
9970
9971 SPI SUBSYSTEM
9972 M:      Mark Brown <broonie@kernel.org>
9973 L:      linux-spi@vger.kernel.org
9974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9975 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9976 S:      Maintained
9977 F:      Documentation/spi/
9978 F:      drivers/spi/
9979 F:      include/linux/spi/
9980 F:      include/uapi/linux/spi/
9981
9982 SPIDERNET NETWORK DRIVER for CELL
9983 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9984 L:      netdev@vger.kernel.org
9985 S:      Supported
9986 F:      Documentation/networking/spider_net.txt
9987 F:      drivers/net/ethernet/toshiba/spider_net*
9988
9989 SPU FILE SYSTEM
9990 M:      Jeremy Kerr <jk@ozlabs.org>
9991 L:      linuxppc-dev@lists.ozlabs.org
9992 W:      http://www.ibm.com/developerworks/power/cell/
9993 S:      Supported
9994 F:      Documentation/filesystems/spufs.txt
9995 F:      arch/powerpc/platforms/cell/spufs/
9996
9997 SQUASHFS FILE SYSTEM
9998 M:      Phillip Lougher <phillip@squashfs.org.uk>
9999 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10000 W:      http://squashfs.org.uk
10001 S:      Maintained
10002 F:      Documentation/filesystems/squashfs.txt
10003 F:      fs/squashfs/
10004
10005 SRM (Alpha) environment access
10006 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10007 S:      Maintained
10008 F:      arch/alpha/kernel/srm_env.c
10009
10010 STABLE BRANCH
10011 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10012 L:      stable@vger.kernel.org
10013 S:      Supported
10014 F:      Documentation/stable_kernel_rules.txt
10015
10016 STAGING SUBSYSTEM
10017 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10019 L:      devel@driverdev.osuosl.org
10020 S:      Supported
10021 F:      drivers/staging/
10022
10023 STAGING - COMEDI
10024 M:      Ian Abbott <abbotti@mev.co.uk>
10025 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10026 S:      Odd Fixes
10027 F:      drivers/staging/comedi/
10028
10029 STAGING - FLARION FT1000 DRIVERS
10030 M:      Marek Belisko <marek.belisko@gmail.com>
10031 S:      Odd Fixes
10032 F:      drivers/staging/ft1000/
10033
10034 STAGING - INDUSTRIAL IO
10035 M:      Jonathan Cameron <jic23@kernel.org>
10036 L:      linux-iio@vger.kernel.org
10037 S:      Odd Fixes
10038 F:      drivers/staging/iio/
10039
10040 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10041 M:      Jarod Wilson <jarod@wilsonet.com>
10042 W:      http://www.lirc.org/
10043 S:      Odd Fixes
10044 F:      drivers/staging/media/lirc/
10045
10046 STAGING - LUSTRE PARALLEL FILESYSTEM
10047 M:      Oleg Drokin <oleg.drokin@intel.com>
10048 M:      Andreas Dilger <andreas.dilger@intel.com>
10049 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10050 W:      http://wiki.lustre.org/
10051 S:      Maintained
10052 F:      drivers/staging/lustre
10053
10054 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10055 M:      Marc Dietrich <marvin24@gmx.de>
10056 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10057 L:      linux-tegra@vger.kernel.org
10058 S:      Maintained
10059 F:      drivers/staging/nvec/
10060
10061 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10062 M:      Jens Frederich <jfrederich@gmail.com>
10063 M:      Daniel Drake <dsd@laptop.org>
10064 M:      Jon Nettleton <jon.nettleton@gmail.com>
10065 W:      http://wiki.laptop.org/go/DCON
10066 S:      Maintained
10067 F:      drivers/staging/olpc_dcon/
10068
10069 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10070 M:      Willy Tarreau <willy@meta-x.org>
10071 S:      Odd Fixes
10072 F:      drivers/staging/panel/
10073
10074 STAGING - REALTEK RTL8712U DRIVERS
10075 M:      Larry Finger <Larry.Finger@lwfinger.net>
10076 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10077 S:      Odd Fixes
10078 F:      drivers/staging/rtl8712/
10079
10080 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10081 M:      Larry Finger <Larry.Finger@lwfinger.net>
10082 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10083 L:      linux-wireless@vger.kernel.org
10084 S:      Maintained
10085 F:      drivers/staging/rtl8723au/
10086
10087 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10088 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10089 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10090 M:      Sudip Mukherjee <sudip@vectorindia.org>
10091 L:      linux-fbdev@vger.kernel.org
10092 S:      Maintained
10093 F:      drivers/staging/sm750fb/
10094
10095 STAGING - SLICOSS
10096 M:      Lior Dotan <liodot@gmail.com>
10097 M:      Christopher Harrer <charrer@alacritech.com>
10098 S:      Odd Fixes
10099 F:      drivers/staging/slicoss/
10100
10101 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10102 M:      William Hubbs <w.d.hubbs@gmail.com>
10103 M:      Chris Brannon <chris@the-brannons.com>
10104 M:      Kirk Reiser <kirk@reisers.ca>
10105 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10106 L:      speakup@linux-speakup.org
10107 W:      http://www.linux-speakup.org/
10108 S:      Odd Fixes
10109 F:      drivers/staging/speakup/
10110
10111 STAGING - VIA VT665X DRIVERS
10112 M:      Forest Bond <forest@alittletooquiet.net>
10113 S:      Odd Fixes
10114 F:      drivers/staging/vt665?/
10115
10116 STAGING - WILC1000 WIFI DRIVER
10117 M:      Johnny Kim <johnny.kim@atmel.com>
10118 M:      Rachel Kim <rachel.kim@atmel.com>
10119 M:      Dean Lee <dean.lee@atmel.com>
10120 M:      Chris Park <chris.park@atmel.com>
10121 L:      linux-wireless@vger.kernel.org
10122 S:      Supported
10123 F:      drivers/staging/wilc1000/
10124
10125 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10126 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10127 S:      Odd Fixes
10128 F:      drivers/staging/xgifb/
10129
10130 HFI1 DRIVER
10131 M:      Mike Marciniszyn <infinipath@intel.com>
10132 L:      linux-rdma@vger.kernel.org
10133 S:      Supported
10134 F:      drivers/staging/rdma/hfi1
10135
10136 STARFIRE/DURALAN NETWORK DRIVER
10137 M:      Ion Badulescu <ionut@badula.org>
10138 S:      Odd Fixes
10139 F:      drivers/net/ethernet/adaptec/starfire*
10140
10141 SUN3/3X
10142 M:      Sam Creasey <sammy@sammy.net>
10143 W:      http://sammy.net/sun3/
10144 S:      Maintained
10145 F:      arch/m68k/kernel/*sun3*
10146 F:      arch/m68k/sun3*/
10147 F:      arch/m68k/include/asm/sun3*
10148 F:      drivers/net/ethernet/i825xx/sun3*
10149
10150 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10151 M:      Hans de Goede <hdegoede@redhat.com>
10152 L:      linux-input@vger.kernel.org
10153 S:      Maintained
10154 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10155 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10156
10157 SUNDANCE NETWORK DRIVER
10158 M:      Denis Kirjanov <kda@linux-powerpc.org>
10159 L:      netdev@vger.kernel.org
10160 S:      Maintained
10161 F:      drivers/net/ethernet/dlink/sundance.c
10162
10163 SUPERH
10164 L:      linux-sh@vger.kernel.org
10165 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10166 S:      Orphan
10167 F:      Documentation/sh/
10168 F:      arch/sh/
10169 F:      drivers/sh/
10170
10171 SUSPEND TO RAM
10172 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10173 M:      Len Brown <len.brown@intel.com>
10174 M:      Pavel Machek <pavel@ucw.cz>
10175 L:      linux-pm@vger.kernel.org
10176 S:      Supported
10177 F:      Documentation/power/
10178 F:      arch/x86/kernel/acpi/
10179 F:      drivers/base/power/
10180 F:      kernel/power/
10181 F:      include/linux/suspend.h
10182 F:      include/linux/freezer.h
10183 F:      include/linux/pm.h
10184
10185 SVGA HANDLING
10186 M:      Martin Mares <mj@ucw.cz>
10187 L:      linux-video@atrey.karlin.mff.cuni.cz
10188 S:      Maintained
10189 F:      Documentation/svga.txt
10190 F:      arch/x86/boot/video*
10191
10192 SWIOTLB SUBSYSTEM
10193 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10194 L:      linux-kernel@vger.kernel.org
10195 S:      Supported
10196 F:      lib/swiotlb.c
10197 F:      arch/*/kernel/pci-swiotlb.c
10198 F:      include/linux/swiotlb.h
10199
10200 SWITCHDEV
10201 M:      Jiri Pirko <jiri@resnulli.us>
10202 L:      netdev@vger.kernel.org
10203 S:      Supported
10204 F:      net/switchdev/
10205 F:      include/net/switchdev.h
10206
10207 SYNOPSYS ARC ARCHITECTURE
10208 M:      Vineet Gupta <vgupta@synopsys.com>
10209 L:      linux-snps-arc@lists.infraded.org
10210 S:      Supported
10211 F:      arch/arc/
10212 F:      Documentation/devicetree/bindings/arc/*
10213 F:      drivers/tty/serial/arc_uart.c
10214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10215
10216 SYNOPSYS ARC SDP platform support
10217 M:      Alexey Brodkin <abrodkin@synopsys.com>
10218 S:      Supported
10219 F:      arch/arc/plat-axs10x
10220 F:      arch/arc/boot/dts/ax*
10221 F:      Documentation/devicetree/bindings/arc/axs10*
10222
10223 SYSTEM CONFIGURATION (SYSCON)
10224 M:      Lee Jones <lee.jones@linaro.org>
10225 M:      Arnd Bergmann <arnd@arndb.de>
10226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10227 S:      Supported
10228 F:      drivers/mfd/syscon.c
10229
10230 SYSV FILESYSTEM
10231 M:      Christoph Hellwig <hch@infradead.org>
10232 S:      Maintained
10233 F:      Documentation/filesystems/sysv-fs.txt
10234 F:      fs/sysv/
10235 F:      include/linux/sysv_fs.h
10236
10237 TARGET SUBSYSTEM
10238 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10239 L:      linux-scsi@vger.kernel.org
10240 L:      target-devel@vger.kernel.org
10241 W:      http://www.linux-iscsi.org
10242 W:      http://groups.google.com/group/linux-iscsi-target-dev
10243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10244 S:      Supported
10245 F:      drivers/target/
10246 F:      include/target/
10247 F:      Documentation/target/
10248
10249 TASKSTATS STATISTICS INTERFACE
10250 M:      Balbir Singh <bsingharora@gmail.com>
10251 S:      Maintained
10252 F:      Documentation/accounting/taskstats*
10253 F:      include/linux/taskstats*
10254 F:      kernel/taskstats.c
10255
10256 TC CLASSIFIER
10257 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10258 L:      netdev@vger.kernel.org
10259 S:      Maintained
10260 F:      include/net/pkt_cls.h
10261 F:      include/uapi/linux/pkt_cls.h
10262 F:      net/sched/
10263
10264 TCP LOW PRIORITY MODULE
10265 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10266 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10267 W:      http://tcp-lp-mod.sourceforge.net/
10268 S:      Maintained
10269 F:      net/ipv4/tcp_lp.c
10270
10271 TDA10071 MEDIA DRIVER
10272 M:      Antti Palosaari <crope@iki.fi>
10273 L:      linux-media@vger.kernel.org
10274 W:      http://linuxtv.org/
10275 W:      http://palosaari.fi/linux/
10276 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10277 T:      git git://linuxtv.org/anttip/media_tree.git
10278 S:      Maintained
10279 F:      drivers/media/dvb-frontends/tda10071*
10280
10281 TDA18212 MEDIA DRIVER
10282 M:      Antti Palosaari <crope@iki.fi>
10283 L:      linux-media@vger.kernel.org
10284 W:      http://linuxtv.org/
10285 W:      http://palosaari.fi/linux/
10286 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10287 T:      git git://linuxtv.org/anttip/media_tree.git
10288 S:      Maintained
10289 F:      drivers/media/tuners/tda18212*
10290
10291 TDA18218 MEDIA DRIVER
10292 M:      Antti Palosaari <crope@iki.fi>
10293 L:      linux-media@vger.kernel.org
10294 W:      http://linuxtv.org/
10295 W:      http://palosaari.fi/linux/
10296 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10297 T:      git git://linuxtv.org/anttip/media_tree.git
10298 S:      Maintained
10299 F:      drivers/media/tuners/tda18218*
10300
10301 TDA18271 MEDIA DRIVER
10302 M:      Michael Krufky <mkrufky@linuxtv.org>
10303 L:      linux-media@vger.kernel.org
10304 W:      http://linuxtv.org/
10305 W:      http://github.com/mkrufky
10306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10307 T:      git git://linuxtv.org/mkrufky/tuners.git
10308 S:      Maintained
10309 F:      drivers/media/tuners/tda18271*
10310
10311 TDA827x MEDIA DRIVER
10312 M:      Michael Krufky <mkrufky@linuxtv.org>
10313 L:      linux-media@vger.kernel.org
10314 W:      http://linuxtv.org/
10315 W:      http://github.com/mkrufky
10316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10317 T:      git git://linuxtv.org/mkrufky/tuners.git
10318 S:      Maintained
10319 F:      drivers/media/tuners/tda8290.*
10320
10321 TDA8290 MEDIA DRIVER
10322 M:      Michael Krufky <mkrufky@linuxtv.org>
10323 L:      linux-media@vger.kernel.org
10324 W:      http://linuxtv.org/
10325 W:      http://github.com/mkrufky
10326 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10327 T:      git git://linuxtv.org/mkrufky/tuners.git
10328 S:      Maintained
10329 F:      drivers/media/tuners/tda8290.*
10330
10331 TDA9840 MEDIA DRIVER
10332 M:      Hans Verkuil <hverkuil@xs4all.nl>
10333 L:      linux-media@vger.kernel.org
10334 T:      git git://linuxtv.org/media_tree.git
10335 W:      http://linuxtv.org
10336 S:      Maintained
10337 F:      drivers/media/i2c/tda9840*
10338
10339 TEA5761 TUNER DRIVER
10340 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10341 L:      linux-media@vger.kernel.org
10342 W:      http://linuxtv.org
10343 T:      git git://linuxtv.org/media_tree.git
10344 S:      Odd fixes
10345 F:      drivers/media/tuners/tea5761.*
10346
10347 TEA5767 TUNER DRIVER
10348 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10349 L:      linux-media@vger.kernel.org
10350 W:      http://linuxtv.org
10351 T:      git git://linuxtv.org/media_tree.git
10352 S:      Maintained
10353 F:      drivers/media/tuners/tea5767.*
10354
10355 TEA6415C MEDIA DRIVER
10356 M:      Hans Verkuil <hverkuil@xs4all.nl>
10357 L:      linux-media@vger.kernel.org
10358 T:      git git://linuxtv.org/media_tree.git
10359 W:      http://linuxtv.org
10360 S:      Maintained
10361 F:      drivers/media/i2c/tea6415c*
10362
10363 TEA6420 MEDIA DRIVER
10364 M:      Hans Verkuil <hverkuil@xs4all.nl>
10365 L:      linux-media@vger.kernel.org
10366 T:      git git://linuxtv.org/media_tree.git
10367 W:      http://linuxtv.org
10368 S:      Maintained
10369 F:      drivers/media/i2c/tea6420*
10370
10371 TEAM DRIVER
10372 M:      Jiri Pirko <jiri@resnulli.us>
10373 L:      netdev@vger.kernel.org
10374 S:      Supported
10375 F:      drivers/net/team/
10376 F:      include/linux/if_team.h
10377 F:      include/uapi/linux/if_team.h
10378
10379 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10380 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10381 S:      Maintained
10382 F:      arch/x86/platform/ts5500/
10383
10384 TECHNOTREND USB IR RECEIVER
10385 M:      Sean Young <sean@mess.org>
10386 L:      linux-media@vger.kernel.org
10387 S:      Maintained
10388 F:      drivers/media/rc/ttusbir.c
10389
10390 TEGRA ARCHITECTURE SUPPORT
10391 M:      Stephen Warren <swarren@wwwdotorg.org>
10392 M:      Thierry Reding <thierry.reding@gmail.com>
10393 M:      Alexandre Courbot <gnurou@gmail.com>
10394 L:      linux-tegra@vger.kernel.org
10395 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10397 S:      Supported
10398 N:      [^a-z]tegra
10399
10400 TEGRA CLOCK DRIVER
10401 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10402 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10403 S:      Supported
10404 F:      drivers/clk/tegra/
10405
10406 TEGRA DMA DRIVER
10407 M:      Laxman Dewangan <ldewangan@nvidia.com>
10408 S:      Supported
10409 F:      drivers/dma/tegra20-apb-dma.c
10410
10411 TEGRA I2C DRIVER
10412 M:      Laxman Dewangan <ldewangan@nvidia.com>
10413 S:      Supported
10414 F:      drivers/i2c/busses/i2c-tegra.c
10415
10416 TEGRA IOMMU DRIVERS
10417 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10418 S:      Supported
10419 F:      drivers/iommu/tegra*
10420
10421 TEGRA KBC DRIVER
10422 M:      Rakesh Iyer <riyer@nvidia.com>
10423 M:      Laxman Dewangan <ldewangan@nvidia.com>
10424 S:      Supported
10425 F:      drivers/input/keyboard/tegra-kbc.c
10426
10427 TEGRA PWM DRIVER
10428 M:      Thierry Reding <thierry.reding@gmail.com>
10429 S:      Supported
10430 F:      drivers/pwm/pwm-tegra.c
10431
10432 TEGRA SERIAL DRIVER
10433 M:      Laxman Dewangan <ldewangan@nvidia.com>
10434 S:      Supported
10435 F:      drivers/tty/serial/serial-tegra.c
10436
10437 TEGRA SPI DRIVER
10438 M:      Laxman Dewangan <ldewangan@nvidia.com>
10439 S:      Supported
10440 F:      drivers/spi/spi-tegra*
10441
10442 TEHUTI ETHERNET DRIVER
10443 M:      Andy Gospodarek <andy@greyhouse.net>
10444 L:      netdev@vger.kernel.org
10445 S:      Supported
10446 F:      drivers/net/ethernet/tehuti/*
10447
10448 Telecom Clock Driver for MCPL0010
10449 M:      Mark Gross <mark.gross@intel.com>
10450 S:      Supported
10451 F:      drivers/char/tlclk.c
10452
10453 TENSILICA XTENSA PORT (xtensa)
10454 M:      Chris Zankel <chris@zankel.net>
10455 M:      Max Filippov <jcmvbkbc@gmail.com>
10456 L:      linux-xtensa@linux-xtensa.org
10457 S:      Maintained
10458 F:      arch/xtensa/
10459 F:      drivers/irqchip/irq-xtensa-*
10460
10461 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10462 M:      Hans Verkuil <hverkuil@xs4all.nl>
10463 L:      linux-media@vger.kernel.org
10464 T:      git git://linuxtv.org/media_tree.git
10465 W:      http://linuxtv.org
10466 S:      Maintained
10467 F:      drivers/media/radio/radio-raremono.c
10468
10469 THERMAL
10470 M:      Zhang Rui <rui.zhang@intel.com>
10471 M:      Eduardo Valentin <edubezval@gmail.com>
10472 L:      linux-pm@vger.kernel.org
10473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10475 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10476 S:      Supported
10477 F:      drivers/thermal/
10478 F:      include/linux/thermal.h
10479 F:      include/uapi/linux/thermal.h
10480 F:      include/linux/cpu_cooling.h
10481 F:      Documentation/devicetree/bindings/thermal/
10482
10483 THERMAL/CPU_COOLING
10484 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10485 M:      Viresh Kumar <viresh.kumar@linaro.org>
10486 M:      Javi Merino <javi.merino@arm.com>
10487 L:      linux-pm@vger.kernel.org
10488 S:      Supported
10489 F:      Documentation/thermal/cpu-cooling-api.txt
10490 F:      drivers/thermal/cpu_cooling.c
10491 F:      include/linux/cpu_cooling.h
10492
10493 THINGM BLINK(1) USB RGB LED DRIVER
10494 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10495 S:      Maintained
10496 F:      drivers/hid/hid-thingm.c
10497
10498 THINKPAD ACPI EXTRAS DRIVER
10499 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10500 L:      ibm-acpi-devel@lists.sourceforge.net
10501 L:      platform-driver-x86@vger.kernel.org
10502 W:      http://ibm-acpi.sourceforge.net
10503 W:      http://thinkwiki.org/wiki/Ibm-acpi
10504 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10505 S:      Maintained
10506 F:      drivers/platform/x86/thinkpad_acpi.c
10507
10508 TI BANDGAP AND THERMAL DRIVER
10509 M:      Eduardo Valentin <edubezval@gmail.com>
10510 L:      linux-pm@vger.kernel.org
10511 L:      linux-omap@vger.kernel.org
10512 S:      Maintained
10513 F:      drivers/thermal/ti-soc-thermal/
10514
10515 TI CDCE706 CLOCK DRIVER
10516 M:      Max Filippov <jcmvbkbc@gmail.com>
10517 S:      Maintained
10518 F:      drivers/clk/clk-cdce706.c
10519
10520 TI CLOCK DRIVER
10521 M:      Tero Kristo <t-kristo@ti.com>
10522 L:      linux-omap@vger.kernel.org
10523 S:      Maintained
10524 F:      drivers/clk/ti/
10525 F:      include/linux/clk/ti.h
10526
10527 TI FLASH MEDIA INTERFACE DRIVER
10528 M:      Alex Dubov <oakad@yahoo.com>
10529 S:      Maintained
10530 F:      drivers/misc/tifm*
10531 F:      drivers/mmc/host/tifm_sd.c
10532 F:      include/linux/tifm.h
10533
10534 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10535 M:      Santosh Shilimkar <ssantosh@kernel.org>
10536 L:      linux-kernel@vger.kernel.org
10537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10538 S:      Maintained
10539 F:      drivers/soc/ti/*
10540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10541
10542
10543 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10544 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10545 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10546 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10547 S:      Maintained
10548 F:      sound/soc/codecs/lm49453*
10549 F:      sound/soc/codecs/isabelle*
10550
10551 TI LP855x BACKLIGHT DRIVER
10552 M:      Milo Kim <milo.kim@ti.com>
10553 S:      Maintained
10554 F:      Documentation/backlight/lp855x-driver.txt
10555 F:      drivers/video/backlight/lp855x_bl.c
10556 F:      include/linux/platform_data/lp855x.h
10557
10558 TI LP8727 CHARGER DRIVER
10559 M:      Milo Kim <milo.kim@ti.com>
10560 S:      Maintained
10561 F:      drivers/power/lp8727_charger.c
10562 F:      include/linux/platform_data/lp8727.h
10563
10564 TI LP8788 MFD DRIVER
10565 M:      Milo Kim <milo.kim@ti.com>
10566 S:      Maintained
10567 F:      drivers/iio/adc/lp8788_adc.c
10568 F:      drivers/leds/leds-lp8788.c
10569 F:      drivers/mfd/lp8788*.c
10570 F:      drivers/power/lp8788-charger.c
10571 F:      drivers/regulator/lp8788-*.c
10572 F:      include/linux/mfd/lp8788*.h
10573
10574 TI NETCP ETHERNET DRIVER
10575 M:      Wingman Kwok <w-kwok2@ti.com>
10576 M:      Murali Karicheri <m-karicheri2@ti.com>
10577 L:      netdev@vger.kernel.org
10578 S:      Maintained
10579 F:      drivers/net/ethernet/ti/netcp*
10580
10581 TI TAS571X FAMILY ASoC CODEC DRIVER
10582 M:      Kevin Cernekee <cernekee@chromium.org>
10583 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10584 S:      Odd Fixes
10585 F:      sound/soc/codecs/tas571x*
10586
10587 TI TWL4030 SERIES SOC CODEC DRIVER
10588 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10590 S:      Maintained
10591 F:      sound/soc/codecs/twl4030*
10592
10593 TI WILINK WIRELESS DRIVERS
10594 L:      linux-wireless@vger.kernel.org
10595 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10596 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10598 S:      Orphan
10599 F:      drivers/net/wireless/ti/
10600 F:      include/linux/wl12xx.h
10601
10602 TIPC NETWORK LAYER
10603 M:      Jon Maloy <jon.maloy@ericsson.com>
10604 M:      Ying Xue <ying.xue@windriver.com>
10605 L:      netdev@vger.kernel.org (core kernel code)
10606 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10607 W:      http://tipc.sourceforge.net/
10608 S:      Maintained
10609 F:      include/uapi/linux/tipc*.h
10610 F:      net/tipc/
10611
10612 TILE ARCHITECTURE
10613 M:      Chris Metcalf <cmetcalf@ezchip.com>
10614 W:      http://www.ezchip.com/scm/
10615 S:      Supported
10616 F:      arch/tile/
10617 F:      drivers/char/tile-srom.c
10618 F:      drivers/edac/tile_edac.c
10619 F:      drivers/net/ethernet/tile/
10620 F:      drivers/rtc/rtc-tile.c
10621 F:      drivers/tty/hvc/hvc_tile.c
10622 F:      drivers/tty/serial/tilegx.c
10623 F:      drivers/usb/host/*-tilegx.c
10624 F:      include/linux/usb/tilegx.h
10625
10626 TLAN NETWORK DRIVER
10627 M:      Samuel Chessman <chessman@tux.org>
10628 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10629 W:      http://sourceforge.net/projects/tlan/
10630 S:      Maintained
10631 F:      Documentation/networking/tlan.txt
10632 F:      drivers/net/ethernet/ti/tlan.*
10633
10634 TOMOYO SECURITY MODULE
10635 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10636 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10637 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10638 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10639 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10640 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10641 W:      http://tomoyo.sourceforge.jp/
10642 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10643 S:      Maintained
10644 F:      security/tomoyo/
10645
10646 TOPSTAR LAPTOP EXTRAS DRIVER
10647 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10648 L:      platform-driver-x86@vger.kernel.org
10649 S:      Maintained
10650 F:      drivers/platform/x86/topstar-laptop.c
10651
10652 TOSHIBA ACPI EXTRAS DRIVER
10653 M:      Azael Avalos <coproscefalo@gmail.com>
10654 L:      platform-driver-x86@vger.kernel.org
10655 S:      Maintained
10656 F:      drivers/platform/x86/toshiba_acpi.c
10657
10658 TOSHIBA BLUETOOTH DRIVER
10659 M:      Azael Avalos <coproscefalo@gmail.com>
10660 L:      platform-driver-x86@vger.kernel.org
10661 S:      Maintained
10662 F:      drivers/platform/x86/toshiba_bluetooth.c
10663
10664 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10665 M:      Azael Avalos <coproscefalo@gmail.com>
10666 L:      platform-driver-x86@vger.kernel.org
10667 S:      Maintained
10668 F:      drivers/platform/x86/toshiba_haps.c
10669
10670 TOSHIBA SMM DRIVER
10671 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10672 W:      http://www.buzzard.org.uk/toshiba/
10673 S:      Maintained
10674 F:      drivers/char/toshiba.c
10675 F:      include/linux/toshiba.h
10676 F:      include/uapi/linux/toshiba.h
10677
10678 TOSHIBA TC358743 DRIVER
10679 M:      Mats Randgaard <matrandg@cisco.com>
10680 L:      linux-media@vger.kernel.org
10681 S:      Maintained
10682 F:      drivers/media/i2c/tc358743*
10683 F:      include/media/tc358743.h
10684
10685 TMIO MMC DRIVER
10686 M:      Ian Molton <ian@mnementh.co.uk>
10687 L:      linux-mmc@vger.kernel.org
10688 S:      Maintained
10689 F:      drivers/mmc/host/tmio_mmc*
10690 F:      drivers/mmc/host/sh_mobile_sdhi.c
10691 F:      include/linux/mmc/tmio.h
10692 F:      include/linux/mmc/sh_mobile_sdhi.h
10693
10694 TMP401 HARDWARE MONITOR DRIVER
10695 M:      Guenter Roeck <linux@roeck-us.net>
10696 L:      lm-sensors@lm-sensors.org
10697 S:      Maintained
10698 F:      Documentation/hwmon/tmp401
10699 F:      drivers/hwmon/tmp401.c
10700
10701 TMPFS (SHMEM FILESYSTEM)
10702 M:      Hugh Dickins <hughd@google.com>
10703 L:      linux-mm@kvack.org
10704 S:      Maintained
10705 F:      include/linux/shmem_fs.h
10706 F:      mm/shmem.c
10707
10708 TM6000 VIDEO4LINUX DRIVER
10709 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10710 L:      linux-media@vger.kernel.org
10711 W:      http://linuxtv.org
10712 T:      git git://linuxtv.org/media_tree.git
10713 S:      Odd fixes
10714 F:      drivers/media/usb/tm6000/
10715
10716 TW68 VIDEO4LINUX DRIVER
10717 M:      Hans Verkuil <hverkuil@xs4all.nl>
10718 L:      linux-media@vger.kernel.org
10719 T:      git git://linuxtv.org/media_tree.git
10720 W:      http://linuxtv.org
10721 S:      Odd Fixes
10722 F:      drivers/media/pci/tw68/
10723
10724 TPM DEVICE DRIVER
10725 M:      Peter Huewe <peterhuewe@gmx.de>
10726 M:      Marcel Selhorst <tpmdd@selhorst.net>
10727 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10728 W:      http://tpmdd.sourceforge.net
10729 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10730 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10731 T:      https://github.com/PeterHuewe/linux-tpmdd
10732 S:      Maintained
10733 F:      drivers/char/tpm/
10734
10735 TPM IBM_VTPM DEVICE DRIVER
10736 M:      Ashley Lai <ashleydlai@gmail.com>
10737 W:      http://tpmdd.sourceforge.net
10738 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10739 S:      Maintained
10740 F:      drivers/char/tpm/tpm_ibmvtpm*
10741
10742 TRACING
10743 M:      Steven Rostedt <rostedt@goodmis.org>
10744 M:      Ingo Molnar <mingo@redhat.com>
10745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10746 S:      Maintained
10747 F:      Documentation/trace/ftrace.txt
10748 F:      arch/*/*/*/ftrace.h
10749 F:      arch/*/kernel/ftrace.c
10750 F:      include/*/ftrace.h
10751 F:      include/linux/trace*.h
10752 F:      include/trace/
10753 F:      kernel/trace/
10754 F:      tools/testing/selftests/ftrace/
10755
10756 TRIVIAL PATCHES
10757 M:      Jiri Kosina <trivial@kernel.org>
10758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10759 S:      Maintained
10760 K:      ^Subject:.*(?i)trivial
10761
10762 TTY LAYER
10763 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10764 M:      Jiri Slaby <jslaby@suse.com>
10765 S:      Supported
10766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10767 F:      Documentation/serial/
10768 F:      drivers/tty/
10769 F:      drivers/tty/serial/serial_core.c
10770 F:      include/linux/serial_core.h
10771 F:      include/linux/serial.h
10772 F:      include/linux/tty.h
10773 F:      include/uapi/linux/serial_core.h
10774 F:      include/uapi/linux/serial.h
10775 F:      include/uapi/linux/tty.h
10776
10777 TUA9001 MEDIA DRIVER
10778 M:      Antti Palosaari <crope@iki.fi>
10779 L:      linux-media@vger.kernel.org
10780 W:      http://linuxtv.org/
10781 W:      http://palosaari.fi/linux/
10782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10783 T:      git git://linuxtv.org/anttip/media_tree.git
10784 S:      Maintained
10785 F:      drivers/media/tuners/tua9001*
10786
10787 TULIP NETWORK DRIVERS
10788 M:      Grant Grundler <grundler@parisc-linux.org>
10789 L:      netdev@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/ethernet/dec/tulip/
10792
10793 TUN/TAP driver
10794 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10795 W:      http://vtun.sourceforge.net/tun
10796 S:      Maintained
10797 F:      Documentation/networking/tuntap.txt
10798 F:      arch/um/os-Linux/drivers/
10799
10800 TURBOCHANNEL SUBSYSTEM
10801 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10802 M:      Ralf Baechle <ralf@linux-mips.org>
10803 L:      linux-mips@linux-mips.org
10804 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10805 S:      Maintained
10806 F:      drivers/tc/
10807 F:      include/linux/tc.h
10808
10809 U14-34F SCSI DRIVER
10810 M:      Dario Ballabio <ballabio_dario@emc.com>
10811 L:      linux-scsi@vger.kernel.org
10812 S:      Maintained
10813 F:      drivers/scsi/u14-34f.c
10814
10815 UBI FILE SYSTEM (UBIFS)
10816 M:      Artem Bityutskiy <dedekind1@gmail.com>
10817 M:      Adrian Hunter <adrian.hunter@intel.com>
10818 L:      linux-mtd@lists.infradead.org
10819 T:      git git://git.infradead.org/ubifs-2.6.git
10820 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10821 S:      Maintained
10822 F:      Documentation/filesystems/ubifs.txt
10823 F:      fs/ubifs/
10824
10825 UCLINUX (M68KNOMMU AND COLDFIRE)
10826 M:      Greg Ungerer <gerg@uclinux.org>
10827 W:      http://www.uclinux.org/
10828 L:      linux-m68k@lists.linux-m68k.org
10829 L:      uclinux-dev@uclinux.org  (subscribers-only)
10830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10831 S:      Maintained
10832 F:      arch/m68k/coldfire/
10833 F:      arch/m68k/68*/
10834 F:      arch/m68k/*/*_no.*
10835 F:      arch/m68k/include/asm/*_no.*
10836
10837 UDF FILESYSTEM
10838 M:      Jan Kara <jack@suse.com>
10839 S:      Maintained
10840 F:      Documentation/filesystems/udf.txt
10841 F:      fs/udf/
10842
10843 UFS FILESYSTEM
10844 M:      Evgeniy Dushistov <dushistov@mail.ru>
10845 S:      Maintained
10846 F:      Documentation/filesystems/ufs.txt
10847 F:      fs/ufs/
10848
10849 UHID USERSPACE HID IO DRIVER:
10850 M:      David Herrmann <dh.herrmann@googlemail.com>
10851 L:      linux-input@vger.kernel.org
10852 S:      Maintained
10853 F:      drivers/hid/uhid.c
10854 F:      include/uapi/linux/uhid.h
10855
10856 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10857 L:      linux-usb@vger.kernel.org
10858 S:      Orphan
10859 F:      drivers/uwb/
10860 F:      include/linux/uwb.h
10861 F:      include/linux/uwb/
10862
10863 UNICORE32 ARCHITECTURE:
10864 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10865 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10866 S:      Maintained
10867 T:      git git://github.com/gxt/linux.git
10868 F:      arch/unicore32/
10869
10870 UNIFDEF
10871 M:      Tony Finch <dot@dotat.at>
10872 W:      http://dotat.at/prog/unifdef
10873 S:      Maintained
10874 F:      scripts/unifdef.c
10875
10876 UNIFORM CDROM DRIVER
10877 M:      Jens Axboe <axboe@kernel.dk>
10878 W:      http://www.kernel.dk
10879 S:      Maintained
10880 F:      Documentation/cdrom/
10881 F:      drivers/cdrom/cdrom.c
10882 F:      include/linux/cdrom.h
10883 F:      include/uapi/linux/cdrom.h
10884
10885 UNISYS S-PAR DRIVERS
10886 M:      Benjamin Romer <benjamin.romer@unisys.com>
10887 M:      David Kershner <david.kershner@unisys.com>
10888 L:      sparmaintainer@unisys.com (Unisys internal)
10889 S:      Supported
10890 F:      drivers/staging/unisys/
10891
10892 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10893 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10894 L:      linux-scsi@vger.kernel.org
10895 S:      Supported
10896 F:      Documentation/scsi/ufs.txt
10897 F:      drivers/scsi/ufs/
10898
10899 UNSORTED BLOCK IMAGES (UBI)
10900 M:      Artem Bityutskiy <dedekind1@gmail.com>
10901 M:      Richard Weinberger <richard@nod.at>
10902 W:      http://www.linux-mtd.infradead.org/
10903 L:      linux-mtd@lists.infradead.org
10904 T:      git git://git.infradead.org/ubifs-2.6.git
10905 S:      Supported
10906 F:      drivers/mtd/ubi/
10907 F:      include/linux/mtd/ubi.h
10908 F:      include/uapi/mtd/ubi-user.h
10909
10910 USB ACM DRIVER
10911 M:      Oliver Neukum <oliver@neukum.org>
10912 L:      linux-usb@vger.kernel.org
10913 S:      Maintained
10914 F:      Documentation/usb/acm.txt
10915 F:      drivers/usb/class/cdc-acm.*
10916
10917 USB AR5523 WIRELESS DRIVER
10918 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10919 L:      linux-wireless@vger.kernel.org
10920 S:      Maintained
10921 F:      drivers/net/wireless/ath/ar5523/
10922
10923 USB ATTACHED SCSI
10924 M:      Hans de Goede <hdegoede@redhat.com>
10925 M:      Gerd Hoffmann <kraxel@redhat.com>
10926 L:      linux-usb@vger.kernel.org
10927 L:      linux-scsi@vger.kernel.org
10928 S:      Maintained
10929 F:      drivers/usb/storage/uas.c
10930
10931 USB CDC ETHERNET DRIVER
10932 M:      Oliver Neukum <oliver@neukum.org>
10933 L:      linux-usb@vger.kernel.org
10934 S:      Maintained
10935 F:      drivers/net/usb/cdc_*.c
10936 F:      include/uapi/linux/usb/cdc.h
10937
10938 USB CHAOSKEY DRIVER
10939 M:      Keith Packard <keithp@keithp.com>
10940 L:      linux-usb@vger.kernel.org
10941 S:      Maintained
10942 F:      drivers/usb/misc/chaoskey.c
10943
10944 USB CYPRESS C67X00 DRIVER
10945 M:      Peter Korsgaard <jacmet@sunsite.dk>
10946 L:      linux-usb@vger.kernel.org
10947 S:      Maintained
10948 F:      drivers/usb/c67x00/
10949
10950 USB DAVICOM DM9601 DRIVER
10951 M:      Peter Korsgaard <jacmet@sunsite.dk>
10952 L:      netdev@vger.kernel.org
10953 W:      http://www.linux-usb.org/usbnet
10954 S:      Maintained
10955 F:      drivers/net/usb/dm9601.c
10956
10957 USB DIAMOND RIO500 DRIVER
10958 M:      Cesar Miquel <miquel@df.uba.ar>
10959 L:      rio500-users@lists.sourceforge.net
10960 W:      http://rio500.sourceforge.net
10961 S:      Maintained
10962 F:      drivers/usb/misc/rio500*
10963
10964 USB EHCI DRIVER
10965 M:      Alan Stern <stern@rowland.harvard.edu>
10966 L:      linux-usb@vger.kernel.org
10967 S:      Maintained
10968 F:      Documentation/usb/ehci.txt
10969 F:      drivers/usb/host/ehci*
10970
10971 USB GADGET/PERIPHERAL SUBSYSTEM
10972 M:      Felipe Balbi <balbi@ti.com>
10973 L:      linux-usb@vger.kernel.org
10974 W:      http://www.linux-usb.org/gadget
10975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10976 S:      Maintained
10977 F:      drivers/usb/gadget/
10978 F:      include/linux/usb/gadget*
10979
10980 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10981 M:      Jiri Kosina <jikos@kernel.org>
10982 L:      linux-usb@vger.kernel.org
10983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10984 S:      Maintained
10985 F:      Documentation/hid/hiddev.txt
10986 F:      drivers/hid/usbhid/
10987
10988 USB ISP116X DRIVER
10989 M:      Olav Kongas <ok@artecdesign.ee>
10990 L:      linux-usb@vger.kernel.org
10991 S:      Maintained
10992 F:      drivers/usb/host/isp116x*
10993 F:      include/linux/usb/isp116x.h
10994
10995 USB MASS STORAGE DRIVER
10996 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10997 L:      linux-usb@vger.kernel.org
10998 L:      usb-storage@lists.one-eyed-alien.net
10999 S:      Maintained
11000 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11001 F:      drivers/usb/storage/
11002
11003 USB MIDI DRIVER
11004 M:      Clemens Ladisch <clemens@ladisch.de>
11005 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11006 T:      git git://git.alsa-project.org/alsa-kernel.git
11007 S:      Maintained
11008 F:      sound/usb/midi.*
11009
11010 USB NETWORKING DRIVERS
11011 L:      linux-usb@vger.kernel.org
11012 S:      Odd Fixes
11013 F:      drivers/net/usb/
11014
11015 USB OHCI DRIVER
11016 M:      Alan Stern <stern@rowland.harvard.edu>
11017 L:      linux-usb@vger.kernel.org
11018 S:      Maintained
11019 F:      Documentation/usb/ohci.txt
11020 F:      drivers/usb/host/ohci*
11021
11022 USB OTG FSM (Finite State Machine)
11023 M:      Peter Chen <Peter.Chen@freescale.com>
11024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11025 L:      linux-usb@vger.kernel.org
11026 S:      Maintained
11027 F:      drivers/usb/common/usb-otg-fsm.c
11028
11029 USB OVER IP DRIVER
11030 M:      Valentina Manea <valentina.manea.m@gmail.com>
11031 M:      Shuah Khan <shuah.kh@samsung.com>
11032 L:      linux-usb@vger.kernel.org
11033 S:      Maintained
11034 F:      drivers/usb/usbip/
11035 F:      tools/usb/usbip/
11036
11037 USB PEGASUS DRIVER
11038 M:      Petko Manolov <petkan@nucleusys.com>
11039 L:      linux-usb@vger.kernel.org
11040 L:      netdev@vger.kernel.org
11041 T:      git git://github.com/petkan/pegasus.git
11042 W:      https://github.com/petkan/pegasus
11043 S:      Maintained
11044 F:      drivers/net/usb/pegasus.*
11045
11046 USB PHY LAYER
11047 M:      Felipe Balbi <balbi@ti.com>
11048 L:      linux-usb@vger.kernel.org
11049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11050 S:      Maintained
11051 F:      drivers/usb/phy/
11052
11053 USB PRINTER DRIVER (usblp)
11054 M:      Pete Zaitcev <zaitcev@redhat.com>
11055 L:      linux-usb@vger.kernel.org
11056 S:      Supported
11057 F:      drivers/usb/class/usblp.c
11058
11059 USB RTL8150 DRIVER
11060 M:      Petko Manolov <petkan@nucleusys.com>
11061 L:      linux-usb@vger.kernel.org
11062 L:      netdev@vger.kernel.org
11063 T:      git git://github.com/petkan/rtl8150.git
11064 W:      https://github.com/petkan/rtl8150
11065 S:      Maintained
11066 F:      drivers/net/usb/rtl8150.c
11067
11068 USB SERIAL SUBSYSTEM
11069 M:      Johan Hovold <johan@kernel.org>
11070 L:      linux-usb@vger.kernel.org
11071 S:      Maintained
11072 F:      Documentation/usb/usb-serial.txt
11073 F:      drivers/usb/serial/
11074 F:      include/linux/usb/serial.h
11075
11076 USB SMSC75XX ETHERNET DRIVER
11077 M:      Steve Glendinning <steve.glendinning@shawell.net>
11078 L:      netdev@vger.kernel.org
11079 S:      Maintained
11080 F:      drivers/net/usb/smsc75xx.*
11081
11082 USB SMSC95XX ETHERNET DRIVER
11083 M:      Steve Glendinning <steve.glendinning@shawell.net>
11084 L:      netdev@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/net/usb/smsc95xx.*
11087
11088 USB SUBSYSTEM
11089 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11090 L:      linux-usb@vger.kernel.org
11091 W:      http://www.linux-usb.org
11092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11093 S:      Supported
11094 F:      Documentation/usb/
11095 F:      drivers/usb/
11096 F:      include/linux/usb.h
11097 F:      include/linux/usb/
11098
11099 USB UHCI DRIVER
11100 M:      Alan Stern <stern@rowland.harvard.edu>
11101 L:      linux-usb@vger.kernel.org
11102 S:      Maintained
11103 F:      drivers/usb/host/uhci*
11104
11105 USB "USBNET" DRIVER FRAMEWORK
11106 M:      Oliver Neukum <oneukum@suse.com>
11107 L:      netdev@vger.kernel.org
11108 W:      http://www.linux-usb.org/usbnet
11109 S:      Maintained
11110 F:      drivers/net/usb/usbnet.c
11111 F:      include/linux/usb/usbnet.h
11112
11113 USB VIDEO CLASS
11114 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11115 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11116 L:      linux-media@vger.kernel.org
11117 T:      git git://linuxtv.org/media_tree.git
11118 W:      http://www.ideasonboard.org/uvc/
11119 S:      Maintained
11120 F:      drivers/media/usb/uvc/
11121 F:      include/uapi/linux/uvcvideo.h
11122
11123 USB VISION DRIVER
11124 M:      Hans Verkuil <hverkuil@xs4all.nl>
11125 L:      linux-media@vger.kernel.org
11126 T:      git git://linuxtv.org/media_tree.git
11127 W:      http://linuxtv.org
11128 S:      Odd Fixes
11129 F:      drivers/media/usb/usbvision/
11130
11131 USB WEBCAM GADGET
11132 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11133 L:      linux-usb@vger.kernel.org
11134 S:      Maintained
11135 F:      drivers/usb/gadget/function/*uvc*
11136 F:      drivers/usb/gadget/legacy/webcam.c
11137
11138 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11139 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11140 L:      linux-wireless@vger.kernel.org
11141 S:      Maintained
11142 F:      drivers/net/wireless/rndis_wlan.c
11143
11144 USB XHCI DRIVER
11145 M:      Mathias Nyman <mathias.nyman@intel.com>
11146 L:      linux-usb@vger.kernel.org
11147 S:      Supported
11148 F:      drivers/usb/host/xhci*
11149 F:      drivers/usb/host/pci-quirks*
11150
11151 USB ZD1201 DRIVER
11152 L:      linux-wireless@vger.kernel.org
11153 W:      http://linux-lc100020.sourceforge.net
11154 S:      Orphan
11155 F:      drivers/net/wireless/zd1201.*
11156
11157 USB ZR364XX DRIVER
11158 M:      Antoine Jacquet <royale@zerezo.com>
11159 L:      linux-usb@vger.kernel.org
11160 L:      linux-media@vger.kernel.org
11161 T:      git git://linuxtv.org/media_tree.git
11162 W:      http://royale.zerezo.com/zr364xx/
11163 S:      Maintained
11164 F:      Documentation/video4linux/zr364xx.txt
11165 F:      drivers/media/usb/zr364xx/
11166
11167 ULPI BUS
11168 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11169 L:      linux-usb@vger.kernel.org
11170 S:      Maintained
11171 F:      drivers/usb/common/ulpi.c
11172 F:      include/linux/ulpi/
11173
11174 USER-MODE LINUX (UML)
11175 M:      Jeff Dike <jdike@addtoit.com>
11176 M:      Richard Weinberger <richard@nod.at>
11177 L:      user-mode-linux-devel@lists.sourceforge.net
11178 L:      user-mode-linux-user@lists.sourceforge.net
11179 W:      http://user-mode-linux.sourceforge.net
11180 S:      Maintained
11181 F:      Documentation/virtual/uml/
11182 F:      arch/um/
11183 F:      arch/x86/um/
11184 F:      fs/hostfs/
11185 F:      fs/hppfs/
11186
11187 USERSPACE I/O (UIO)
11188 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11189 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11190 S:      Maintained
11191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11192 F:      Documentation/DocBook/uio-howto.tmpl
11193 F:      drivers/uio/
11194 F:      include/linux/uio*.h
11195
11196 UTIL-LINUX PACKAGE
11197 M:      Karel Zak <kzak@redhat.com>
11198 L:      util-linux@vger.kernel.org
11199 W:      http://en.wikipedia.org/wiki/Util-linux
11200 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11201 S:      Maintained
11202
11203 UVESAFB DRIVER
11204 M:      Michal Januszewski <spock@gentoo.org>
11205 L:      linux-fbdev@vger.kernel.org
11206 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11207 S:      Maintained
11208 F:      Documentation/fb/uvesafb.txt
11209 F:      drivers/video/fbdev/uvesafb.*
11210
11211 VFAT/FAT/MSDOS FILESYSTEM
11212 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11213 S:      Maintained
11214 F:      Documentation/filesystems/vfat.txt
11215 F:      fs/fat/
11216
11217 VFIO DRIVER
11218 M:      Alex Williamson <alex.williamson@redhat.com>
11219 L:      kvm@vger.kernel.org
11220 S:      Maintained
11221 F:      Documentation/vfio.txt
11222 F:      drivers/vfio/
11223 F:      include/linux/vfio.h
11224 F:      include/uapi/linux/vfio.h
11225
11226 VFIO PLATFORM DRIVER
11227 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11228 L:      kvm@vger.kernel.org
11229 S:      Maintained
11230 F:      drivers/vfio/platform/
11231
11232 VIDEOBUF2 FRAMEWORK
11233 M:      Pawel Osciak <pawel@osciak.com>
11234 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11235 M:      Kyungmin Park <kyungmin.park@samsung.com>
11236 L:      linux-media@vger.kernel.org
11237 S:      Maintained
11238 F:      drivers/media/v4l2-core/videobuf2-*
11239 F:      include/media/videobuf2-*
11240
11241 VIRTUAL SERIO DEVICE DRIVER
11242 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11243 S:      Maintained
11244 F:      drivers/input/serio/userio.c
11245 F:      include/uapi/linux/userio.h
11246
11247 VIRTIO CONSOLE DRIVER
11248 M:      Amit Shah <amit.shah@redhat.com>
11249 L:      virtualization@lists.linux-foundation.org
11250 S:      Maintained
11251 F:      drivers/char/virtio_console.c
11252 F:      include/linux/virtio_console.h
11253 F:      include/uapi/linux/virtio_console.h
11254
11255 VIRTIO CORE, NET AND BLOCK DRIVERS
11256 M:      "Michael S. Tsirkin" <mst@redhat.com>
11257 L:      virtualization@lists.linux-foundation.org
11258 S:      Maintained
11259 F:      drivers/virtio/
11260 F:      tools/virtio/
11261 F:      drivers/net/virtio_net.c
11262 F:      drivers/block/virtio_blk.c
11263 F:      include/linux/virtio_*.h
11264 F:      include/uapi/linux/virtio_*.h
11265
11266 VIRTIO DRIVERS FOR S390
11267 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11268 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11269 L:      linux-s390@vger.kernel.org
11270 L:      virtualization@lists.linux-foundation.org
11271 L:      kvm@vger.kernel.org
11272 S:      Supported
11273 F:      drivers/s390/virtio/
11274
11275 VIRTIO GPU DRIVER
11276 M:      David Airlie <airlied@linux.ie>
11277 M:      Gerd Hoffmann <kraxel@redhat.com>
11278 L:      dri-devel@lists.freedesktop.org
11279 L:      virtualization@lists.linux-foundation.org
11280 S:      Maintained
11281 F:      drivers/gpu/drm/virtio/
11282 F:      include/uapi/linux/virtio_gpu.h
11283
11284 VIRTIO HOST (VHOST)
11285 M:      "Michael S. Tsirkin" <mst@redhat.com>
11286 L:      kvm@vger.kernel.org
11287 L:      virtualization@lists.linux-foundation.org
11288 L:      netdev@vger.kernel.org
11289 S:      Maintained
11290 F:      drivers/vhost/
11291 F:      include/uapi/linux/vhost.h
11292
11293 VIRTIO INPUT DRIVER
11294 M:      Gerd Hoffmann <kraxel@redhat.com>
11295 S:      Maintained
11296 F:      drivers/virtio/virtio_input.c
11297 F:      include/uapi/linux/virtio_input.h
11298
11299 VIA RHINE NETWORK DRIVER
11300 S:      Orphan
11301 F:      drivers/net/ethernet/via/via-rhine.c
11302
11303 VIA SD/MMC CARD CONTROLLER DRIVER
11304 M:      Bruce Chang <brucechang@via.com.tw>
11305 M:      Harald Welte <HaraldWelte@viatech.com>
11306 S:      Maintained
11307 F:      drivers/mmc/host/via-sdmmc.c
11308
11309 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11310 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11311 L:      linux-fbdev@vger.kernel.org
11312 S:      Maintained
11313 F:      include/linux/via-core.h
11314 F:      include/linux/via-gpio.h
11315 F:      include/linux/via_i2c.h
11316 F:      drivers/video/fbdev/via/
11317
11318 VIA VELOCITY NETWORK DRIVER
11319 M:      Francois Romieu <romieu@fr.zoreil.com>
11320 L:      netdev@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/net/ethernet/via/via-velocity.*
11323
11324 VIVID VIRTUAL VIDEO DRIVER
11325 M:      Hans Verkuil <hverkuil@xs4all.nl>
11326 L:      linux-media@vger.kernel.org
11327 T:      git git://linuxtv.org/media_tree.git
11328 W:      http://linuxtv.org
11329 S:      Maintained
11330 F:      drivers/media/platform/vivid/*
11331
11332 VLAN (802.1Q)
11333 M:      Patrick McHardy <kaber@trash.net>
11334 L:      netdev@vger.kernel.org
11335 S:      Maintained
11336 F:      drivers/net/macvlan.c
11337 F:      include/linux/if_*vlan.h
11338 F:      net/8021q/
11339
11340 VLYNQ BUS
11341 M:      Florian Fainelli <florian@openwrt.org>
11342 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11343 S:      Maintained
11344 F:      drivers/vlynq/vlynq.c
11345 F:      include/linux/vlynq.h
11346
11347 VME SUBSYSTEM
11348 M:      Martyn Welch <martyn@welchs.me.uk>
11349 M:      Manohar Vanga <manohar.vanga@gmail.com>
11350 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11351 L:      devel@driverdev.osuosl.org
11352 S:      Maintained
11353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11354 F:      Documentation/vme_api.txt
11355 F:      drivers/staging/vme/
11356 F:      drivers/vme/
11357 F:      include/linux/vme*
11358
11359 VMWARE HYPERVISOR INTERFACE
11360 M:      Alok Kataria <akataria@vmware.com>
11361 L:      virtualization@lists.linux-foundation.org
11362 S:      Supported
11363 F:      arch/x86/kernel/cpu/vmware.c
11364
11365 VMWARE BALLOON DRIVER
11366 M:      Xavier Deguillard <xdeguillard@vmware.com>
11367 M:      Philip Moltmann <moltmann@vmware.com>
11368 M:      "VMware, Inc." <pv-drivers@vmware.com>
11369 L:      linux-kernel@vger.kernel.org
11370 S:      Maintained
11371 F:      drivers/misc/vmw_balloon.c
11372
11373 VMWARE VMMOUSE SUBDRIVER
11374 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11375 M:      "VMware, Inc." <pv-drivers@vmware.com>
11376 L:      linux-input@vger.kernel.org
11377 S:      Maintained
11378 F:      drivers/input/mouse/vmmouse.c
11379 F:      drivers/input/mouse/vmmouse.h
11380
11381 VMWARE VMXNET3 ETHERNET DRIVER
11382 M:      Shrikrishna Khare <skhare@vmware.com>
11383 M:      "VMware, Inc." <pv-drivers@vmware.com>
11384 L:      netdev@vger.kernel.org
11385 S:      Maintained
11386 F:      drivers/net/vmxnet3/
11387
11388 VMware PVSCSI driver
11389 M:      Arvind Kumar <arvindkumar@vmware.com>
11390 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11391 L:      linux-scsi@vger.kernel.org
11392 S:      Maintained
11393 F:      drivers/scsi/vmw_pvscsi.c
11394 F:      drivers/scsi/vmw_pvscsi.h
11395
11396 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11397 M:      Liam Girdwood <lgirdwood@gmail.com>
11398 M:      Mark Brown <broonie@kernel.org>
11399 L:      linux-kernel@vger.kernel.org
11400 W:      http://www.slimlogic.co.uk/?p=48
11401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11402 S:      Supported
11403 F:      drivers/regulator/
11404 F:      include/linux/regulator/
11405
11406 VRF
11407 M:      David Ahern <dsa@cumulusnetworks.com>
11408 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11409 L:      netdev@vger.kernel.org
11410 S:      Maintained
11411 F:      drivers/net/vrf.c
11412 F:      Documentation/networking/vrf.txt
11413
11414 VT1211 HARDWARE MONITOR DRIVER
11415 M:      Juerg Haefliger <juergh@gmail.com>
11416 L:      lm-sensors@lm-sensors.org
11417 S:      Maintained
11418 F:      Documentation/hwmon/vt1211
11419 F:      drivers/hwmon/vt1211.c
11420
11421 VT8231 HARDWARE MONITOR DRIVER
11422 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11423 L:      lm-sensors@lm-sensors.org
11424 S:      Maintained
11425 F:      drivers/hwmon/vt8231.c
11426
11427 VUB300 USB to SDIO/SD/MMC bridge chip
11428 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11429 L:      linux-mmc@vger.kernel.org
11430 L:      linux-usb@vger.kernel.org
11431 S:      Supported
11432 F:      drivers/mmc/host/vub300.c
11433
11434 W1 DALLAS'S 1-WIRE BUS
11435 M:      Evgeniy Polyakov <zbr@ioremap.net>
11436 S:      Maintained
11437 F:      Documentation/w1/
11438 F:      drivers/w1/
11439
11440 W83791D HARDWARE MONITORING DRIVER
11441 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11442 L:      lm-sensors@lm-sensors.org
11443 S:      Maintained
11444 F:      Documentation/hwmon/w83791d
11445 F:      drivers/hwmon/w83791d.c
11446
11447 W83793 HARDWARE MONITORING DRIVER
11448 M:      Rudolf Marek <r.marek@assembler.cz>
11449 L:      lm-sensors@lm-sensors.org
11450 S:      Maintained
11451 F:      Documentation/hwmon/w83793
11452 F:      drivers/hwmon/w83793.c
11453
11454 W83795 HARDWARE MONITORING DRIVER
11455 M:      Jean Delvare <jdelvare@suse.com>
11456 L:      lm-sensors@lm-sensors.org
11457 S:      Maintained
11458 F:      drivers/hwmon/w83795.c
11459
11460 W83L51xD SD/MMC CARD INTERFACE DRIVER
11461 M:      Pierre Ossman <pierre@ossman.eu>
11462 S:      Maintained
11463 F:      drivers/mmc/host/wbsd.*
11464
11465 WACOM PROTOCOL 4 SERIAL TABLETS
11466 M:      Julian Squires <julian@cipht.net>
11467 M:      Hans de Goede <hdegoede@redhat.com>
11468 L:      linux-input@vger.kernel.org
11469 S:      Maintained
11470 F:      drivers/input/tablet/wacom_serial4.c
11471
11472 WATCHDOG DEVICE DRIVERS
11473 M:      Wim Van Sebroeck <wim@iguana.be>
11474 L:      linux-watchdog@vger.kernel.org
11475 W:      http://www.linux-watchdog.org/
11476 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11477 S:      Maintained
11478 F:      Documentation/watchdog/
11479 F:      drivers/watchdog/
11480 F:      include/linux/watchdog.h
11481 F:      include/uapi/linux/watchdog.h
11482
11483 WD7000 SCSI DRIVER
11484 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11485 L:      linux-scsi@vger.kernel.org
11486 S:      Maintained
11487 F:      drivers/scsi/wd7000.c
11488
11489 WIIMOTE HID DRIVER
11490 M:      David Herrmann <dh.herrmann@googlemail.com>
11491 L:      linux-input@vger.kernel.org
11492 S:      Maintained
11493 F:      drivers/hid/hid-wiimote*
11494
11495 WINBOND CIR DRIVER
11496 M:      David Härdeman <david@hardeman.nu>
11497 S:      Maintained
11498 F:      drivers/media/rc/winbond-cir.c
11499
11500 WIMAX STACK
11501 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11502 M:      linux-wimax@intel.com
11503 L:      wimax@linuxwimax.org (subscribers-only)
11504 S:      Supported
11505 W:      http://linuxwimax.org
11506 F:      Documentation/wimax/README.wimax
11507 F:      include/linux/wimax/debug.h
11508 F:      include/net/wimax.h
11509 F:      include/uapi/linux/wimax.h
11510 F:      net/wimax/
11511
11512 WISTRON LAPTOP BUTTON DRIVER
11513 M:      Miloslav Trmac <mitr@volny.cz>
11514 S:      Maintained
11515 F:      drivers/input/misc/wistron_btns.c
11516
11517 WL3501 WIRELESS PCMCIA CARD DRIVER
11518 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11519 L:      linux-wireless@vger.kernel.org
11520 W:      http://oops.ghostprotocols.net:81/blog
11521 S:      Maintained
11522 F:      drivers/net/wireless/wl3501*
11523
11524 WOLFSON MICROELECTRONICS DRIVERS
11525 L:      patches@opensource.wolfsonmicro.com
11526 T:      git https://github.com/CirrusLogic/linux-drivers.git
11527 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11528 S:      Supported
11529 F:      Documentation/hwmon/wm83??
11530 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11531 F:      drivers/clk/clk-wm83*.c
11532 F:      drivers/extcon/extcon-arizona.c
11533 F:      drivers/leds/leds-wm83*.c
11534 F:      drivers/gpio/gpio-*wm*.c
11535 F:      drivers/gpio/gpio-arizona.c
11536 F:      drivers/hwmon/wm83??-hwmon.c
11537 F:      drivers/input/misc/wm831x-on.c
11538 F:      drivers/input/touchscreen/wm831x-ts.c
11539 F:      drivers/input/touchscreen/wm97*.c
11540 F:      drivers/mfd/arizona*
11541 F:      drivers/mfd/wm*.c
11542 F:      drivers/power/wm83*.c
11543 F:      drivers/rtc/rtc-wm83*.c
11544 F:      drivers/regulator/wm8*.c
11545 F:      drivers/video/backlight/wm83*_bl.c
11546 F:      drivers/watchdog/wm83*_wdt.c
11547 F:      include/linux/mfd/arizona/
11548 F:      include/linux/mfd/wm831x/
11549 F:      include/linux/mfd/wm8350/
11550 F:      include/linux/mfd/wm8400*
11551 F:      include/linux/wm97xx.h
11552 F:      include/sound/wm????.h
11553 F:      sound/soc/codecs/arizona.?
11554 F:      sound/soc/codecs/wm*
11555
11556 WORKQUEUE
11557 M:      Tejun Heo <tj@kernel.org>
11558 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11560 S:      Maintained
11561 F:      include/linux/workqueue.h
11562 F:      kernel/workqueue.c
11563 F:      Documentation/workqueue.txt
11564
11565 X.25 NETWORK LAYER
11566 M:      Andrew Hendry <andrew.hendry@gmail.com>
11567 L:      linux-x25@vger.kernel.org
11568 S:      Odd Fixes
11569 F:      Documentation/networking/x25*
11570 F:      include/net/x25*
11571 F:      net/x25/
11572
11573 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11574 M:      Thomas Gleixner <tglx@linutronix.de>
11575 M:      Ingo Molnar <mingo@redhat.com>
11576 M:      "H. Peter Anvin" <hpa@zytor.com>
11577 M:      x86@kernel.org
11578 L:      linux-kernel@vger.kernel.org
11579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11580 S:      Maintained
11581 F:      Documentation/x86/
11582 F:      arch/x86/
11583
11584 X86 PLATFORM DRIVERS
11585 M:      Darren Hart <dvhart@infradead.org>
11586 L:      platform-driver-x86@vger.kernel.org
11587 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11588 S:      Maintained
11589 F:      drivers/platform/x86/
11590
11591 X86 MCE INFRASTRUCTURE
11592 M:      Tony Luck <tony.luck@intel.com>
11593 M:      Borislav Petkov <bp@alien8.de>
11594 L:      linux-edac@vger.kernel.org
11595 S:      Maintained
11596 F:      arch/x86/kernel/cpu/mcheck/*
11597
11598 X86 MICROCODE UPDATE SUPPORT
11599 M:      Borislav Petkov <bp@alien8.de>
11600 S:      Maintained
11601 F:      arch/x86/kernel/cpu/microcode/*
11602
11603 X86 VDSO
11604 M:      Andy Lutomirski <luto@amacapital.net>
11605 L:      linux-kernel@vger.kernel.org
11606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11607 S:      Maintained
11608 F:      arch/x86/entry/vdso/
11609
11610 XC2028/3028 TUNER DRIVER
11611 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11612 L:      linux-media@vger.kernel.org
11613 W:      http://linuxtv.org
11614 T:      git git://linuxtv.org/media_tree.git
11615 S:      Maintained
11616 F:      drivers/media/tuners/tuner-xc2028.*
11617
11618 XEN HYPERVISOR INTERFACE
11619 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11620 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11621 M:      David Vrabel <david.vrabel@citrix.com>
11622 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11624 S:      Supported
11625 F:      arch/x86/xen/
11626 F:      drivers/*/xen-*front.c
11627 F:      drivers/xen/
11628 F:      arch/x86/include/asm/xen/
11629 F:      include/xen/
11630 F:      include/uapi/xen/
11631
11632 XEN HYPERVISOR ARM
11633 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11634 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11635 S:      Supported
11636 F:      arch/arm/xen/
11637 F:      arch/arm/include/asm/xen/
11638
11639 XEN HYPERVISOR ARM64
11640 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11642 S:      Supported
11643 F:      arch/arm64/xen/
11644 F:      arch/arm64/include/asm/xen/
11645
11646 XEN NETWORK BACKEND DRIVER
11647 M:      Ian Campbell <ian.campbell@citrix.com>
11648 M:      Wei Liu <wei.liu2@citrix.com>
11649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11650 L:      netdev@vger.kernel.org
11651 S:      Supported
11652 F:      drivers/net/xen-netback/*
11653
11654 XEN PCI SUBSYSTEM
11655 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11656 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11657 S:      Supported
11658 F:      arch/x86/pci/*xen*
11659 F:      drivers/pci/*xen*
11660
11661 XEN BLOCK SUBSYSTEM
11662 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11663 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11664 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11665 S:      Supported
11666 F:      drivers/block/xen-blkback/*
11667 F:      drivers/block/xen*
11668
11669 XEN PVSCSI DRIVERS
11670 M:      Juergen Gross <jgross@suse.com>
11671 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11672 L:      linux-scsi@vger.kernel.org
11673 S:      Supported
11674 F:      drivers/scsi/xen-scsifront.c
11675 F:      drivers/xen/xen-scsiback.c
11676 F:      include/xen/interface/io/vscsiif.h
11677
11678 XEN SWIOTLB SUBSYSTEM
11679 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11680 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11681 S:      Supported
11682 F:      arch/x86/xen/*swiotlb*
11683 F:      drivers/xen/*swiotlb*
11684
11685 XFS FILESYSTEM
11686 P:      Silicon Graphics Inc
11687 M:      Dave Chinner <david@fromorbit.com>
11688 M:      xfs@oss.sgi.com
11689 L:      xfs@oss.sgi.com
11690 W:      http://oss.sgi.com/projects/xfs
11691 T:      git git://oss.sgi.com/xfs/xfs.git
11692 S:      Supported
11693 F:      Documentation/filesystems/xfs.txt
11694 F:      fs/xfs/
11695
11696 XILINX AXI ETHERNET DRIVER
11697 M:      Anirudha Sarangi <anirudh@xilinx.com>
11698 M:      John Linn <John.Linn@xilinx.com>
11699 S:      Maintained
11700 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11701
11702 XILINX UARTLITE SERIAL DRIVER
11703 M:      Peter Korsgaard <jacmet@sunsite.dk>
11704 L:      linux-serial@vger.kernel.org
11705 S:      Maintained
11706 F:      drivers/tty/serial/uartlite.c
11707
11708 XILINX VIDEO IP CORES
11709 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11710 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11711 L:      linux-media@vger.kernel.org
11712 T:      git git://linuxtv.org/media_tree.git
11713 S:      Supported
11714 F:      Documentation/devicetree/bindings/media/xilinx/
11715 F:      drivers/media/platform/xilinx/
11716 F:      include/uapi/linux/xilinx-v4l2-controls.h
11717
11718 XILLYBUS DRIVER
11719 M:      Eli Billauer <eli.billauer@gmail.com>
11720 L:      linux-kernel@vger.kernel.org
11721 S:      Supported
11722 F:      drivers/char/xillybus/
11723
11724 XTENSA XTFPGA PLATFORM SUPPORT
11725 M:      Max Filippov <jcmvbkbc@gmail.com>
11726 L:      linux-xtensa@linux-xtensa.org
11727 S:      Maintained
11728 F:      drivers/spi/spi-xtensa-xtfpga.c
11729 F:      sound/soc/xtensa/xtfpga-i2s.c
11730
11731 YAM DRIVER FOR AX.25
11732 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11733 L:      linux-hams@vger.kernel.org
11734 S:      Maintained
11735 F:      drivers/net/hamradio/yam*
11736 F:      include/linux/yam.h
11737
11738 YEALINK PHONE DRIVER
11739 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11740 L:      usbb2k-api-dev@nongnu.org
11741 S:      Maintained
11742 F:      Documentation/input/yealink.txt
11743 F:      drivers/input/misc/yealink.*
11744
11745 Z8530 DRIVER FOR AX.25
11746 M:      Joerg Reuter <jreuter@yaina.de>
11747 W:      http://yaina.de/jreuter/
11748 W:      http://www.qsl.net/dl1bke/
11749 L:      linux-hams@vger.kernel.org
11750 S:      Maintained
11751 F:      Documentation/networking/z8530drv.txt
11752 F:      drivers/net/hamradio/*scc.c
11753 F:      drivers/net/hamradio/z8530.h
11754
11755 ZBUD COMPRESSED PAGE ALLOCATOR
11756 M:      Seth Jennings <sjennings@variantweb.net>
11757 L:      linux-mm@kvack.org
11758 S:      Maintained
11759 F:      mm/zbud.c
11760 F:      include/linux/zbud.h
11761
11762 ZD1211RW WIRELESS DRIVER
11763 M:      Daniel Drake <dsd@gentoo.org>
11764 M:      Ulrich Kunitz <kune@deine-taler.de>
11765 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11766 L:      linux-wireless@vger.kernel.org
11767 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11768 S:      Maintained
11769 F:      drivers/net/wireless/zd1211rw/
11770
11771 ZPOOL COMPRESSED PAGE STORAGE API
11772 M:      Dan Streetman <ddstreet@ieee.org>
11773 L:      linux-mm@kvack.org
11774 S:      Maintained
11775 F:      mm/zpool.c
11776 F:      include/linux/zpool.h
11777
11778 ZR36067 VIDEO FOR LINUX DRIVER
11779 L:      mjpeg-users@lists.sourceforge.net
11780 L:      linux-media@vger.kernel.org
11781 W:      http://mjpeg.sourceforge.net/driver-zoran/
11782 T:      hg http://linuxtv.org/hg/v4l-dvb
11783 S:      Odd Fixes
11784 F:      drivers/media/pci/zoran/
11785
11786 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11787 M:      Minchan Kim <minchan@kernel.org>
11788 M:      Nitin Gupta <ngupta@vflare.org>
11789 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11790 L:      linux-kernel@vger.kernel.org
11791 S:      Maintained
11792 F:      drivers/block/zram/
11793 F:      Documentation/blockdev/zram.txt
11794
11795 ZS DECSTATION Z85C30 SERIAL DRIVER
11796 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11797 S:      Maintained
11798 F:      drivers/tty/serial/zs.*
11799
11800 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11801 M:      Minchan Kim <minchan@kernel.org>
11802 M:      Nitin Gupta <ngupta@vflare.org>
11803 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11804 L:      linux-mm@kvack.org
11805 S:      Maintained
11806 F:      mm/zsmalloc.c
11807 F:      include/linux/zsmalloc.h
11808 F:      Documentation/vm/zsmalloc.txt
11809
11810 ZSWAP COMPRESSED SWAP CACHING
11811 M:      Seth Jennings <sjennings@variantweb.net>
11812 L:      linux-mm@kvack.org
11813 S:      Maintained
11814 F:      mm/zswap.c
11815
11816 THE REST
11817 M:      Linus Torvalds <torvalds@linux-foundation.org>
11818 L:      linux-kernel@vger.kernel.org
11819 Q:      http://patchwork.kernel.org/project/LKML/list/
11820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11821 S:      Buried alive in reporters
11822 F:      *
11823 F:      */