]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
dcc8ed6fccde769c3f2c44a4e6be5701fc33a74e
[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 SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 S:      Maintained
827 F:      arch/arm/kernel/perf_*
828 F:      arch/arm/oprofile/common.c
829 F:      arch/arm/kernel/hw_breakpoint.c
830 F:      arch/arm/include/asm/hw_breakpoint.h
831 F:      arch/arm/include/asm/perf_event.h
832 F:      drivers/perf/arm_pmu.c
833 F:      include/linux/perf/arm_pmu.h
834
835 ARM PORT
836 M:      Russell King <linux@arm.linux.org.uk>
837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
838 W:      http://www.arm.linux.org.uk/
839 S:      Maintained
840 F:      arch/arm/
841
842 ARM SUB-ARCHITECTURES
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845 F:      arch/arm/mach-*/
846 F:      arch/arm/plat-*/
847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
848
849 ARM PRIMECELL AACI PL041 DRIVER
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      sound/arm/aaci.*
853
854 ARM PRIMECELL CLCD PL110 DRIVER
855 M:      Russell King <linux@arm.linux.org.uk>
856 S:      Maintained
857 F:      drivers/video/fbdev/amba-clcd.*
858
859 ARM PRIMECELL KMI PL050 DRIVER
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/input/serio/ambakmi.*
863 F:      include/linux/amba/kmi.h
864
865 ARM PRIMECELL MMCI PL180/1 DRIVER
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/mmc/host/mmci.*
869 F:      include/linux/amba/mmci.h
870
871 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/tty/serial/amba-pl01*.c
875 F:      include/linux/amba/serial.h
876
877 ARM PRIMECELL BUS SUPPORT
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/amba/
881 F:      include/linux/amba/bus.h
882
883 ARM/ADS SPHERE MACHINE SUPPORT
884 M:      Lennert Buytenhek <kernel@wantstofly.org>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S:      Maintained
887
888 ARM/AFEB9260 MACHINE SUPPORT
889 M:      Sergey Lapin <slapin@ossfans.org>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
892
893 ARM/AJECO 1ARM MACHINE SUPPORT
894 M:      Lennert Buytenhek <kernel@wantstofly.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897
898 ARM/Allwinner sunXi SoC support
899 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
900 M:      Chen-Yu Tsai <wens@csie.org>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 S:      Maintained
903 N:      sun[x456789]i
904
905 ARM/Allwinner SoC Clock Support
906 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
907 S:      Maintained
908 F:      drivers/clk/sunxi/
909
910 ARM/Amlogic MesonX SoC support
911 M:      Carlo Caione <carlo@caione.org>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S:      Maintained
914 F:      drivers/media/rc/meson-ir.c
915 N:      meson[x68]
916
917 ARM/Annapurna Labs ALPINE ARCHITECTURE
918 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
919 S:      Maintained
920 F:      arch/arm/mach-alpine/
921
922 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
923 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
924 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
925 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 W:      http://www.linux4sam.org
928 S:      Supported
929 F:      arch/arm/mach-at91/
930 F:      include/soc/at91/
931 F:      arch/arm/boot/dts/at91*.dts
932 F:      arch/arm/boot/dts/at91*.dtsi
933 F:      arch/arm/boot/dts/sama*.dts
934 F:      arch/arm/boot/dts/sama*.dtsi
935 F:      arch/arm/include/debug/at91.S
936
937 ARM/ATMEL AT91 Clock Support
938 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
939 S:      Maintained
940 F:      drivers/clk/at91
941
942 ARM/CALXEDA HIGHBANK ARCHITECTURE
943 M:      Rob Herring <robh@kernel.org>
944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 S:      Maintained
946 F:      arch/arm/mach-highbank/
947
948 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
949 M:      Krzysztof Halasa <khalasa@piap.pl>
950 S:      Maintained
951 F:      arch/arm/mach-cns3xxx/
952
953 ARM/CAVIUM THUNDER NETWORK DRIVER
954 M:      Sunil Goutham <sgoutham@cavium.com>
955 M:      Robert Richter <rric@kernel.org>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Supported
958 F:      drivers/net/ethernet/cavium/thunder/
959
960 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
961 M:      Alexander Shiyan <shc_work@mail.ru>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Odd Fixes
964 N:      clps711x
965
966 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
967 M:      Hartley Sweeten <hsweeten@visionengravers.com>
968 M:      Ryan Mallon <rmallon@gmail.com>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      arch/arm/mach-ep93xx/
972 F:      arch/arm/mach-ep93xx/include/mach/
973
974 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
975 M:      Lennert Buytenhek <kernel@wantstofly.org>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S:      Maintained
978
979 ARM/CLKDEV SUPPORT
980 M:      Russell King <linux@arm.linux.org.uk>
981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
982 S:      Maintained
983 F:      arch/arm/include/asm/clkdev.h
984 F:      drivers/clk/clkdev.c
985
986 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
987 M:      Mike Rapoport <mike@compulab.co.il>
988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
989 S:      Maintained
990
991 ARM/CONTEC MICRO9 MACHINE SUPPORT
992 M:      Hubert Feurstein <hubert.feurstein@contec.at>
993 S:      Maintained
994 F:      arch/arm/mach-ep93xx/micro9.c
995
996 ARM/CORESIGHT FRAMEWORK AND DRIVERS
997 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000 F:      drivers/hwtracing/coresight/*
1001 F:      Documentation/trace/coresight.txt
1002 F:      Documentation/devicetree/bindings/arm/coresight.txt
1003 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1004
1005 ARM/CORGI MACHINE SUPPORT
1006 M:      Richard Purdie <rpurdie@rpsys.net>
1007 S:      Maintained
1008
1009 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1010 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://github.com/ulli-kroll/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-gemini/
1015 F:      drivers/rtc/rtc-gemini.c
1016
1017 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1018 M:      Barry Song <baohua@kernel.org>
1019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1021 S:      Maintained
1022 F:      arch/arm/mach-prima2/
1023 F:      drivers/clk/sirf/
1024 F:      drivers/clocksource/timer-prima2.c
1025 F:      drivers/clocksource/timer-atlas7.c
1026 N:      [^a-z]sirf
1027
1028 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1029 M:      Baruch Siach <baruch@tkos.co.il>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 F:      arch/arm/boot/dts/cx92755*
1033 N:      digicolor
1034
1035 ARM/EBSA110 MACHINE SUPPORT
1036 M:      Russell King <linux@arm.linux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1040 F:      arch/arm/mach-ebsa110/
1041 F:      drivers/net/ethernet/amd/am79c961a.*
1042
1043 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1044 M:      Uwe Kleine-König <kernel@pengutronix.de>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Maintained
1047 N:      efm32
1048
1049 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1050 M:      Daniel Ribeiro <drwyrm@gmail.com>
1051 M:      Stefan Schmidt <stefan@openezx.org>
1052 M:      Harald Welte <laforge@openezx.org>
1053 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1054 W:      http://www.openezx.org/
1055 S:      Maintained
1056 T:      topgit git://git.openezx.org/openezx.git
1057 F:      arch/arm/mach-pxa/ezx.c
1058
1059 ARM/FARADAY FA526 PORT
1060 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S:      Maintained
1063 T:      git git://git.berlios.de/gemini-board
1064 F:      arch/arm/mm/*-fa*
1065
1066 ARM/FOOTBRIDGE ARCHITECTURE
1067 M:      Russell King <linux@arm.linux.org.uk>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 W:      http://www.arm.linux.org.uk/
1070 S:      Maintained
1071 F:      arch/arm/include/asm/hardware/dec21285.h
1072 F:      arch/arm/mach-footbridge/
1073
1074 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1075 M:      Shawn Guo <shawnguo@kernel.org>
1076 M:      Sascha Hauer <kernel@pengutronix.de>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1080 F:      arch/arm/mach-imx/
1081 F:      arch/arm/mach-mxs/
1082 F:      arch/arm/boot/dts/imx*
1083 F:      arch/arm/configs/imx*_defconfig
1084 F:      drivers/clk/imx/
1085 F:      include/soc/imx/
1086
1087 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1088 M:      Shawn Guo <shawnguo@kernel.org>
1089 M:      Sascha Hauer <kernel@pengutronix.de>
1090 R:      Stefan Agner <stefan@agner.ch>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1094 F:      arch/arm/mach-imx/*vf610*
1095 F:      arch/arm/boot/dts/vf*
1096
1097 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1098 M:      Lennert Buytenhek <kernel@wantstofly.org>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 S:      Maintained
1101
1102 ARM/GUMSTIX MACHINE SUPPORT
1103 M:      Steve Sakoman <sakoman@gmail.com>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106
1107 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1108 M:      Philipp Zabel <philipp.zabel@gmail.com>
1109 M:      Paul Parsons <lost.distance@yahoo.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/hx4700.c
1113 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1114 F:      sound/soc/pxa/hx4700.c
1115
1116 ARM/HISILICON SOC SUPPORT
1117 M:      Wei Xu <xuwei5@hisilicon.com>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 W:      http://www.hisilicon.com
1120 S:      Supported
1121 T:      git git://github.com/hisilicon/linux-hisi.git
1122 F:      arch/arm/mach-hisi/
1123
1124 ARM/HP JORNADA 7XX MACHINE SUPPORT
1125 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1126 W:      www.jlime.com
1127 S:      Maintained
1128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1129 F:      arch/arm/mach-sa1100/jornada720.c
1130 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1131
1132 ARM/IGEP MACHINE SUPPORT
1133 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1134 M:      Javier Martinez Canillas <javier@dowhile0.org>
1135 L:      linux-omap@vger.kernel.org
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 F:      arch/arm/boot/dts/omap3-igep*
1139
1140 ARM/INCOME PXA270 SUPPORT
1141 M:      Marek Vasut <marek.vasut@gmail.com>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1145
1146 ARM/INTEL IOP32X ARM ARCHITECTURE
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/INTEL IOP33X ARM ARCHITECTURE
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Orphan
1154
1155 ARM/INTEL IOP13XX ARM ARCHITECTURE
1156 M:      Lennert Buytenhek <kernel@wantstofly.org>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159
1160 ARM/INTEL IQ81342EX MACHINE SUPPORT
1161 M:      Lennert Buytenhek <kernel@wantstofly.org>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164
1165 ARM/INTEL IXDP2850 MACHINE SUPPORT
1166 M:      Lennert Buytenhek <kernel@wantstofly.org>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169
1170 ARM/INTEL IXP4XX ARM ARCHITECTURE
1171 M:      Imre Kaloz <kaloz@openwrt.org>
1172 M:      Krzysztof Halasa <khalasa@piap.pl>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-ixp4xx/
1176
1177 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1178 M:      Jonathan Cameron <jic23@cam.ac.uk>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 F:      arch/arm/mach-pxa/stargate2.c
1182 F:      drivers/pcmcia/pxa2xx_stargate2.c
1183
1184 ARM/INTEL XSC3 (MANZANO) ARM CORE
1185 M:      Lennert Buytenhek <kernel@wantstofly.org>
1186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S:      Maintained
1188
1189 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1195 M:      Santosh Shilimkar <ssantosh@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198 F:      arch/arm/mach-keystone/
1199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1200
1201 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/clk/keystone/
1206
1207 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1208 M:      Santosh Shilimkar <ssantosh@kernel.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 L:      linux-kernel@vger.kernel.org
1211 S:      Maintained
1212 F:      drivers/clocksource/timer-keystone.c
1213
1214 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1215 M:      Santosh Shilimkar <ssantosh@kernel.org>
1216 L:      linux-kernel@vger.kernel.org
1217 S:      Maintained
1218 F:      drivers/power/reset/keystone-reset.c
1219
1220 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1221 M:      Santosh Shilimkar <ssantosh@kernel.org>
1222 L:      linux-kernel@vger.kernel.org
1223 S:      Maintained
1224 F:      drivers/memory/*emif*
1225
1226 ARM/LOGICPD PXA270 MACHINE SUPPORT
1227 M:      Lennert Buytenhek <kernel@wantstofly.org>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230
1231 ARM/LPC18XX ARCHITECTURE
1232 M:      Joachim Eastwood <manabian@gmail.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 N:      lpc18xx
1236
1237 ARM/MAGICIAN MACHINE SUPPORT
1238 M:      Philipp Zabel <philipp.zabel@gmail.com>
1239 S:      Maintained
1240
1241 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1242 M:      Jason Cooper <jason@lakedaemon.net>
1243 M:      Andrew Lunn <andrew@lunn.ch>
1244 M:      Gregory Clement <gregory.clement@free-electrons.com>
1245 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S:      Maintained
1248 F:      arch/arm/mach-mvebu/
1249 F:      drivers/rtc/rtc-armada38x.c
1250 F:      arch/arm/boot/dts/armada*
1251 F:      arch/arm/boot/dts/kirkwood*
1252
1253
1254 ARM/Marvell Berlin SoC support
1255 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/mach-berlin/
1259 F:      arch/arm/boot/dts/berlin*
1260
1261
1262 ARM/Marvell Dove/MV78xx0/Orion SOC support
1263 M:      Jason Cooper <jason@lakedaemon.net>
1264 M:      Andrew Lunn <andrew@lunn.ch>
1265 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1266 M:      Gregory Clement <gregory.clement@free-electrons.com>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 S:      Maintained
1269 F:      arch/arm/mach-dove/
1270 F:      arch/arm/mach-mv78xx0/
1271 F:      arch/arm/mach-orion5x/
1272 F:      arch/arm/plat-orion/
1273 F:      arch/arm/boot/dts/dove*
1274 F:      arch/arm/boot/dts/orion5x*
1275
1276
1277 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1278 M:      Alexander Clouter <alex@digriz.org.uk>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W:      http://www.digriz.org.uk/ts78xx/kernel
1281 S:      Maintained
1282 F:      arch/arm/mach-orion5x/ts78xx-*
1283
1284 ARM/Mediatek RTC DRIVER
1285 M:      Eddie Huang <eddie.huang@mediatek.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1288 S:      Maintained
1289 F:      drivers/rtc/rtc-mt6397.c
1290
1291 ARM/Mediatek SoC support
1292 M:      Matthias Brugger <matthias.bgg@gmail.com>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/boot/dts/mt6*
1297 F:      arch/arm/boot/dts/mt8*
1298 F:      arch/arm/mach-mediatek/
1299 N:      mtk
1300 K:      mediatek
1301
1302 ARM/MICREL KS8695 ARCHITECTURE
1303 M:      Greg Ungerer <gerg@uclinux.org>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 F:      arch/arm/mach-ks8695/
1306 S:      Odd Fixes
1307
1308 ARM/MIOA701 MACHINE SUPPORT
1309 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 F:      arch/arm/mach-pxa/mioa701.c
1312 S:      Maintained
1313
1314 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1315 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1316 S:      Maintained
1317
1318 ARM/NOMADIK ARCHITECTURE
1319 M:      Alessandro Rubini <rubini@unipv.it>
1320 M:      Linus Walleij <linus.walleij@linaro.org>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 S:      Maintained
1323 F:      arch/arm/mach-nomadik/
1324 F:      drivers/pinctrl/nomadik/
1325 F:      drivers/i2c/busses/i2c-nomadik.c
1326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1327
1328 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1329 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1330 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1331 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1332 S:      Supported
1333
1334 ARM/TOSA MACHINE SUPPORT
1335 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1336 M:      Dirk Opfer <dirk@opfer-online.de>
1337 S:      Maintained
1338
1339 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1340 M:      Marek Vasut <marek.vasut@gmail.com>
1341 L:      linux-arm-kernel@lists.infradead.org
1342 W:      http://hackndev.com
1343 S:      Maintained
1344 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1345 F:      arch/arm/mach-pxa/palmtx.c
1346 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1347 F:      arch/arm/mach-pxa/palmt5.c
1348 F:      arch/arm/mach-pxa/include/mach/palmld.h
1349 F:      arch/arm/mach-pxa/palmld.c
1350 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1351 F:      arch/arm/mach-pxa/palmte2.c
1352 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1353 F:      arch/arm/mach-pxa/palmtc.c
1354
1355 ARM/PALM TREO SUPPORT
1356 M:      Tomas Cech <sleep_walker@suse.com>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1361 F:      arch/arm/mach-pxa/palmtreo.c
1362
1363 ARM/PALMZ72 SUPPORT
1364 M:      Sergey Lapin <slapin@ossfans.org>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1369 F:      arch/arm/mach-pxa/palmz72.c
1370
1371 ARM/PLEB SUPPORT
1372 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1373 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1374 S:      Maintained
1375
1376 ARM/PT DIGITAL BOARD PORT
1377 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 W:      http://www.arm.linux.org.uk/
1380 S:      Maintained
1381
1382 ARM/QUALCOMM SUPPORT
1383 M:      Kumar Gala <galak@codeaurora.org>
1384 M:      Andy Gross <agross@codeaurora.org>
1385 M:      David Brown <davidb@codeaurora.org>
1386 L:      linux-arm-msm@vger.kernel.org
1387 L:      linux-soc@vger.kernel.org
1388 S:      Maintained
1389 F:      arch/arm/mach-qcom/
1390 F:      drivers/soc/qcom/
1391 F:      drivers/tty/serial/msm_serial.h
1392 F:      drivers/tty/serial/msm_serial.c
1393 F:      drivers/*/pm8???-*
1394 F:      drivers/mfd/ssbi.c
1395 F:      drivers/firmware/qcom_scm.c
1396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1397
1398 ARM/RADISYS ENP2611 MACHINE SUPPORT
1399 M:      Lennert Buytenhek <kernel@wantstofly.org>
1400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1401 S:      Maintained
1402
1403 ARM/RISCPC ARCHITECTURE
1404 M:      Russell King <linux@arm.linux.org.uk>
1405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 W:      http://www.arm.linux.org.uk/
1407 S:      Maintained
1408 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1409 F:      arch/arm/include/asm/hardware/ioc.h
1410 F:      arch/arm/include/asm/hardware/iomd.h
1411 F:      arch/arm/include/asm/hardware/memc.h
1412 F:      arch/arm/mach-rpc/
1413 F:      drivers/net/ethernet/8390/etherh.c
1414 F:      drivers/net/ethernet/i825xx/ether1*
1415 F:      drivers/net/ethernet/seeq/ether3*
1416 F:      drivers/scsi/arm/
1417
1418 ARM/Rockchip SoC support
1419 M:      Heiko Stuebner <heiko@sntech.de>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 L:      linux-rockchip@lists.infradead.org
1422 S:      Maintained
1423 F:      arch/arm/boot/dts/rk3*
1424 F:      arch/arm/mach-rockchip/
1425 F:      drivers/clk/rockchip/
1426 F:      drivers/i2c/busses/i2c-rk3x.c
1427 F:      drivers/*/*rockchip*
1428 F:      drivers/*/*/*rockchip*
1429 F:      sound/soc/rockchip/
1430 N:      rockchip
1431
1432 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1433 M:      Kukjin Kim <kgene@kernel.org>
1434 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1437 S:      Maintained
1438 F:      arch/arm/boot/dts/s3c*
1439 F:      arch/arm/boot/dts/exynos*
1440 F:      arch/arm64/boot/dts/exynos/
1441 F:      arch/arm/plat-samsung/
1442 F:      arch/arm/mach-s3c24*/
1443 F:      arch/arm/mach-s3c64xx/
1444 F:      arch/arm/mach-s5p*/
1445 F:      arch/arm/mach-exynos*/
1446 F:      drivers/*/*s3c2410*
1447 F:      drivers/*/*/*s3c2410*
1448 F:      drivers/spi/spi-s3c*
1449 F:      sound/soc/samsung/*
1450 N:      exynos
1451
1452 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1453 M:      Kyungmin Park <kyungmin.park@samsung.com>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 S:      Maintained
1456 F:      arch/arm/mach-s5pv210/
1457
1458 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 L:      linux-arm-kernel@lists.infradead.org
1462 L:      linux-media@vger.kernel.org
1463 S:      Maintained
1464 F:      drivers/media/platform/s5p-g2d/
1465
1466 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 M:      Jeongtae Park <jtp.park@samsung.com>
1470 L:      linux-arm-kernel@lists.infradead.org
1471 L:      linux-media@vger.kernel.org
1472 S:      Maintained
1473 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1474 F:      drivers/media/platform/s5p-mfc/
1475
1476 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1477 M:      Kyungmin Park <kyungmin.park@samsung.com>
1478 M:      Tomasz Stanislawski <t.stanislaws@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-tv/
1483
1484 ARM/SHMOBILE ARM ARCHITECTURE
1485 M:      Simon Horman <horms@verge.net.au>
1486 M:      Magnus Damm <magnus.damm@gmail.com>
1487 L:      linux-sh@vger.kernel.org
1488 W:      http://oss.renesas.com
1489 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1491 S:      Supported
1492 F:      arch/arm/boot/dts/emev2*
1493 F:      arch/arm/boot/dts/r7s*
1494 F:      arch/arm/boot/dts/r8a*
1495 F:      arch/arm/boot/dts/sh*
1496 F:      arch/arm/configs/bockw_defconfig
1497 F:      arch/arm/configs/marzen_defconfig
1498 F:      arch/arm/configs/shmobile_defconfig
1499 F:      arch/arm/include/debug/renesas-scif.S
1500 F:      arch/arm/mach-shmobile/
1501 F:      drivers/sh/
1502
1503 ARM/SOCFPGA ARCHITECTURE
1504 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1505 S:      Maintained
1506 F:      arch/arm/mach-socfpga/
1507 F:      arch/arm/boot/dts/socfpga*
1508 F:      arch/arm/configs/socfpga_defconfig
1509 W:      http://www.rocketboards.org
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1511
1512 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1513 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1514 S:      Maintained
1515 F:      drivers/clk/socfpga/
1516
1517 ARM/SOCFPGA EDAC SUPPORT
1518 M:      Thor Thayer <tthayer@opensource.altera.com>
1519 S:      Maintained
1520 F:      drivers/edac/altera_edac.
1521
1522 ARM/STI ARCHITECTURE
1523 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1524 M:      Maxime Coquelin <maxime.coquelin@st.com>
1525 M:      Patrice Chotard <patrice.chotard@st.com>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 L:      kernel@stlinux.com
1528 W:      http://www.stlinux.com
1529 S:      Maintained
1530 F:      arch/arm/mach-sti/
1531 F:      arch/arm/boot/dts/sti*
1532 F:      drivers/clocksource/arm_global_timer.c
1533 F:      drivers/clocksource/clksrc_st_lpc.c
1534 F:      drivers/i2c/busses/i2c-st.c
1535 F:      drivers/media/rc/st_rc.c
1536 F:      drivers/media/platform/sti/c8sectpfe/
1537 F:      drivers/mmc/host/sdhci-st.c
1538 F:      drivers/phy/phy-miphy28lp.c
1539 F:      drivers/phy/phy-miphy365x.c
1540 F:      drivers/phy/phy-stih407-usb.c
1541 F:      drivers/phy/phy-stih41x-usb.c
1542 F:      drivers/pinctrl/pinctrl-st.c
1543 F:      drivers/reset/sti/
1544 F:      drivers/rtc/rtc-st-lpc.c
1545 F:      drivers/tty/serial/st-asc.c
1546 F:      drivers/usb/dwc3/dwc3-st.c
1547 F:      drivers/usb/host/ehci-st.c
1548 F:      drivers/usb/host/ohci-st.c
1549 F:      drivers/watchdog/st_lpc_wdt.c
1550 F:      drivers/ata/ahci_st.c
1551
1552 ARM/STM32 ARCHITECTURE
1553 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 S:      Maintained
1556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1557 N:      stm32
1558 F:      drivers/clocksource/armv7m_systick.c
1559
1560 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1561 M:      Lennert Buytenhek <kernel@wantstofly.org>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 S:      Maintained
1564
1565 ARM/TETON BGA MACHINE SUPPORT
1566 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 S:      Maintained
1569
1570 ARM/THECUS N2100 MACHINE SUPPORT
1571 M:      Lennert Buytenhek <kernel@wantstofly.org>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 S:      Maintained
1574
1575 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1576 M:      Wan ZongShun <mcuos.com@gmail.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 W:      http://www.mcuos.com
1579 S:      Maintained
1580 F:      arch/arm/mach-w90x900/
1581 F:      drivers/input/keyboard/w90p910_keypad.c
1582 F:      drivers/input/touchscreen/w90p910_ts.c
1583 F:      drivers/watchdog/nuc900_wdt.c
1584 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1585 F:      drivers/mtd/nand/nuc900_nand.c
1586 F:      drivers/rtc/rtc-nuc900.c
1587 F:      drivers/spi/spi-nuc900.c
1588 F:      drivers/usb/host/ehci-w90x900.c
1589 F:      drivers/video/fbdev/nuc900fb.c
1590
1591 ARM/U300 MACHINE SUPPORT
1592 M:      Linus Walleij <linus.walleij@linaro.org>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 S:      Supported
1595 F:      arch/arm/mach-u300/
1596 F:      drivers/clocksource/timer-u300.c
1597 F:      drivers/i2c/busses/i2c-stu300.c
1598 F:      drivers/rtc/rtc-coh901331.c
1599 F:      drivers/watchdog/coh901327_wdt.c
1600 F:      drivers/dma/coh901318*
1601 F:      drivers/mfd/ab3100*
1602 F:      drivers/rtc/rtc-ab3100.c
1603 F:      drivers/rtc/rtc-coh901331.c
1604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1605
1606 ARM/UNIPHIER ARCHITECTURE
1607 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 S:      Maintained
1610 F:      arch/arm/boot/dts/uniphier*
1611 F:      arch/arm/mach-uniphier/
1612 F:      drivers/pinctrl/uniphier/
1613 F:      drivers/tty/serial/8250/8250_uniphier.c
1614 N:      uniphier
1615
1616 ARM/Ux500 ARM ARCHITECTURE
1617 M:      Linus Walleij <linus.walleij@linaro.org>
1618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 S:      Maintained
1620 F:      arch/arm/mach-ux500/
1621 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1622 F:      drivers/dma/ste_dma40*
1623 F:      drivers/hwspinlock/u8500_hsem.c
1624 F:      drivers/mfd/abx500*
1625 F:      drivers/mfd/ab8500*
1626 F:      drivers/mfd/dbx500*
1627 F:      drivers/mfd/db8500*
1628 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1629 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1630 F:      drivers/rtc/rtc-ab8500.c
1631 F:      drivers/rtc/rtc-pl031.c
1632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1633
1634 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1635 M:      Ulf Hansson <ulf.hansson@linaro.org>
1636 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1637 T:      git git://git.linaro.org/people/ulfh/clk.git
1638 S:      Maintained
1639 F:      drivers/clk/ux500/
1640 F:      include/linux/platform_data/clk-ux500.h
1641
1642 ARM/VERSATILE EXPRESS PLATFORM
1643 M:      Liviu Dudau <liviu.dudau@arm.com>
1644 M:      Sudeep Holla <sudeep.holla@arm.com>
1645 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 S:      Maintained
1648 F:      arch/arm/boot/dts/vexpress*
1649 F:      arch/arm64/boot/dts/arm/vexpress*
1650 F:      arch/arm/mach-vexpress/
1651 F:      */*/vexpress*
1652 F:      */*/*/vexpress*
1653 F:      drivers/clk/versatile/clk-vexpress-osc.c
1654 F:      drivers/clocksource/versatile.c
1655
1656 ARM/VFP SUPPORT
1657 M:      Russell King <linux@arm.linux.org.uk>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 W:      http://www.arm.linux.org.uk/
1660 S:      Maintained
1661 F:      arch/arm/vfp/
1662
1663 ARM/VOIPAC PXA270 SUPPORT
1664 M:      Marek Vasut <marek.vasut@gmail.com>
1665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 S:      Maintained
1667 F:      arch/arm/mach-pxa/vpac270.c
1668 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1669
1670 ARM/VT8500 ARM ARCHITECTURE
1671 M:      Tony Prisk <linux@prisktech.co.nz>
1672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 S:      Maintained
1674 F:      arch/arm/mach-vt8500/
1675 F:      drivers/clocksource/vt8500_timer.c
1676 F:      drivers/i2c/busses/i2c-wmt.c
1677 F:      drivers/mmc/host/wmt-sdmmc.c
1678 F:      drivers/pwm/pwm-vt8500.c
1679 F:      drivers/rtc/rtc-vt8500.c
1680 F:      drivers/tty/serial/vt8500_serial.c
1681 F:      drivers/usb/host/ehci-platform.c
1682 F:      drivers/usb/host/uhci-platform.c
1683 F:      drivers/video/fbdev/vt8500lcdfb.*
1684 F:      drivers/video/fbdev/wm8505fb*
1685 F:      drivers/video/fbdev/wmt_ge_rops.*
1686
1687 ARM/ZIPIT Z2 SUPPORT
1688 M:      Marek Vasut <marek.vasut@gmail.com>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-pxa/z2.c
1692 F:      arch/arm/mach-pxa/include/mach/z2.h
1693
1694 ARM/ZTE ARCHITECTURE
1695 M:      Jun Nie <jun.nie@linaro.org>
1696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1697 S:      Maintained
1698 F:      arch/arm/mach-zx/
1699 F:      drivers/clk/zte/
1700 F:      Documentation/devicetree/bindings/arm/zte.txt
1701 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1702
1703 ARM/ZYNQ ARCHITECTURE
1704 M:      Michal Simek <michal.simek@xilinx.com>
1705 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 W:      http://wiki.xilinx.com
1708 T:      git https://github.com/Xilinx/linux-xlnx.git
1709 S:      Supported
1710 F:      arch/arm/mach-zynq/
1711 F:      drivers/cpuidle/cpuidle-zynq.c
1712 F:      drivers/block/xsysace.c
1713 N:      zynq
1714 N:      xilinx
1715 F:      drivers/clocksource/cadence_ttc_timer.c
1716 F:      drivers/i2c/busses/i2c-cadence.c
1717 F:      drivers/mmc/host/sdhci-of-arasan.c
1718 F:      drivers/edac/synopsys_edac.c
1719
1720 ARM SMMU DRIVERS
1721 M:      Will Deacon <will.deacon@arm.com>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724 F:      drivers/iommu/arm-smmu.c
1725 F:      drivers/iommu/arm-smmu-v3.c
1726 F:      drivers/iommu/io-pgtable-arm.c
1727
1728 ARM64 PORT (AARCH64 ARCHITECTURE)
1729 M:      Catalin Marinas <catalin.marinas@arm.com>
1730 M:      Will Deacon <will.deacon@arm.com>
1731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S:      Maintained
1733 F:      arch/arm64/
1734 F:      Documentation/arm64/
1735
1736 AS3645A LED FLASH CONTROLLER DRIVER
1737 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1738 L:      linux-media@vger.kernel.org
1739 T:      git git://linuxtv.org/media_tree.git
1740 S:      Maintained
1741 F:      drivers/media/i2c/as3645a.c
1742 F:      include/media/as3645a.h
1743
1744 ASC7621 HARDWARE MONITOR DRIVER
1745 M:      George Joseph <george.joseph@fairview5.com>
1746 L:      lm-sensors@lm-sensors.org
1747 S:      Maintained
1748 F:      Documentation/hwmon/asc7621
1749 F:      drivers/hwmon/asc7621.c
1750
1751 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1752 M:      Corentin Chary <corentin.chary@gmail.com>
1753 L:      acpi4asus-user@lists.sourceforge.net
1754 L:      platform-driver-x86@vger.kernel.org
1755 W:      http://acpi4asus.sf.net
1756 S:      Maintained
1757 F:      drivers/platform/x86/asus*.c
1758 F:      drivers/platform/x86/eeepc*.c
1759
1760 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1761 R:      Dan Williams <dan.j.williams@intel.com>
1762 W:      http://sourceforge.net/projects/xscaleiop
1763 S:      Odd fixes
1764 F:      Documentation/crypto/async-tx-api.txt
1765 F:      crypto/async_tx/
1766 F:      drivers/dma/
1767 F:      include/linux/dmaengine.h
1768 F:      include/linux/async_tx.h
1769
1770 AT24 EEPROM DRIVER
1771 M:      Wolfram Sang <wsa@the-dreams.de>
1772 L:      linux-i2c@vger.kernel.org
1773 S:      Maintained
1774 F:      drivers/misc/eeprom/at24.c
1775 F:      include/linux/platform_data/at24.h
1776
1777 ATA OVER ETHERNET (AOE) DRIVER
1778 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1779 W:      http://www.openaoe.org/
1780 S:      Supported
1781 F:      Documentation/aoe/
1782 F:      drivers/block/aoe/
1783
1784 ATHEROS 71XX/9XXX GPIO DRIVER
1785 M:      Alban Bedel <albeu@free.fr>
1786 W:      https://github.com/AlbanBedel/linux
1787 T:      git git://github.com/AlbanBedel/linux
1788 S:      Maintained
1789 F:      drivers/gpio/gpio-ath79.c
1790 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1791
1792 ATHEROS ATH GENERIC UTILITIES
1793 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1794 L:      linux-wireless@vger.kernel.org
1795 S:      Supported
1796 F:      drivers/net/wireless/ath/*
1797
1798 ATHEROS ATH5K WIRELESS DRIVER
1799 M:      Jiri Slaby <jirislaby@gmail.com>
1800 M:      Nick Kossifidis <mickflemm@gmail.com>
1801 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1802 L:      linux-wireless@vger.kernel.org
1803 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1804 S:      Maintained
1805 F:      drivers/net/wireless/ath/ath5k/
1806
1807 ATHEROS ATH6KL WIRELESS DRIVER
1808 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1811 T:      git git://github.com/kvalo/ath.git
1812 S:      Supported
1813 F:      drivers/net/wireless/ath/ath6kl/
1814
1815 WILOCITY WIL6210 WIRELESS DRIVER
1816 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1817 L:      linux-wireless@vger.kernel.org
1818 L:      wil6210@qca.qualcomm.com
1819 S:      Supported
1820 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1821 F:      drivers/net/wireless/ath/wil6210/
1822 F:      include/uapi/linux/wil6210_uapi.h
1823
1824 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1825 M:      Christian Lamparter <chunkeey@googlemail.com>
1826 L:      linux-wireless@vger.kernel.org
1827 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1828 S:      Maintained
1829 F:      drivers/net/wireless/ath/carl9170/
1830
1831 ATK0110 HWMON DRIVER
1832 M:      Luca Tettamanti <kronos.it@gmail.com>
1833 L:      lm-sensors@lm-sensors.org
1834 S:      Maintained
1835 F:      drivers/hwmon/asus_atk0110.c
1836
1837 ATI_REMOTE2 DRIVER
1838 M:      Ville Syrjala <syrjala@sci.fi>
1839 S:      Maintained
1840 F:      drivers/input/misc/ati_remote2.c
1841
1842 ATLX ETHERNET DRIVERS
1843 M:      Jay Cliburn <jcliburn@gmail.com>
1844 M:      Chris Snook <chris.snook@gmail.com>
1845 L:      netdev@vger.kernel.org
1846 W:      http://sourceforge.net/projects/atl1
1847 W:      http://atl1.sourceforge.net
1848 S:      Maintained
1849 F:      drivers/net/ethernet/atheros/
1850
1851 ATM
1852 M:      Chas Williams <3chas3@gmail.com>
1853 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1854 L:      netdev@vger.kernel.org
1855 W:      http://linux-atm.sourceforge.net
1856 S:      Maintained
1857 F:      drivers/atm/
1858 F:      include/linux/atm*
1859 F:      include/uapi/linux/atm*
1860
1861 ATMEL AT91 / AT32 MCI DRIVER
1862 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1863 S:      Maintained
1864 F:      drivers/mmc/host/atmel-mci.c
1865 F:      drivers/mmc/host/atmel-mci-regs.h
1866
1867 ATMEL AT91 / AT32 SERIAL DRIVER
1868 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1869 S:      Supported
1870 F:      drivers/tty/serial/atmel_serial.c
1871
1872 ATMEL Audio ALSA driver
1873 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1874 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1875 S:      Supported
1876 F:      sound/soc/atmel
1877
1878 ATMEL DMA DRIVER
1879 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 S:      Supported
1882 F:      drivers/dma/at_hdmac.c
1883 F:      drivers/dma/at_hdmac_regs.h
1884 F:      include/linux/platform_data/dma-atmel.h
1885
1886 ATMEL XDMA DRIVER
1887 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1888 L:      linux-arm-kernel@lists.infradead.org
1889 L:      dmaengine@vger.kernel.org
1890 S:      Supported
1891 F:      drivers/dma/at_xdmac.c
1892
1893 ATMEL I2C DRIVER
1894 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1895 L:      linux-i2c@vger.kernel.org
1896 S:      Supported
1897 F:      drivers/i2c/busses/i2c-at91.c
1898
1899 ATMEL ISI DRIVER
1900 M:      Josh Wu <josh.wu@atmel.com>
1901 L:      linux-media@vger.kernel.org
1902 S:      Supported
1903 F:      drivers/media/platform/soc_camera/atmel-isi.c
1904 F:      include/media/atmel-isi.h
1905
1906 ATMEL LCDFB DRIVER
1907 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1908 L:      linux-fbdev@vger.kernel.org
1909 S:      Maintained
1910 F:      drivers/video/fbdev/atmel_lcdfb.c
1911 F:      include/video/atmel_lcdc.h
1912
1913 ATMEL MACB ETHERNET DRIVER
1914 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1915 S:      Supported
1916 F:      drivers/net/ethernet/cadence/
1917
1918 ATMEL NAND DRIVER
1919 M:      Josh Wu <josh.wu@atmel.com>
1920 L:      linux-mtd@lists.infradead.org
1921 S:      Supported
1922 F:      drivers/mtd/nand/atmel_nand*
1923
1924 ATMEL SDMMC DRIVER
1925 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1926 L:      linux-mmc@vger.kernel.org
1927 S:      Supported
1928 F:      drivers/mmc/host/sdhci-of-at91.c
1929
1930 ATMEL SPI DRIVER
1931 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1932 S:      Supported
1933 F:      drivers/spi/spi-atmel.*
1934
1935 ATMEL SSC DRIVER
1936 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1938 S:      Supported
1939 F:      drivers/misc/atmel-ssc.c
1940 F:      include/linux/atmel-ssc.h
1941
1942 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1943 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 S:      Supported
1946 F:      drivers/misc/atmel_tclib.c
1947 F:      drivers/clocksource/tcb_clksrc.c
1948
1949 ATMEL USBA UDC DRIVER
1950 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 S:      Supported
1953 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1954
1955 ATMEL WIRELESS DRIVER
1956 M:      Simon Kelley <simon@thekelleys.org.uk>
1957 L:      linux-wireless@vger.kernel.org
1958 W:      http://www.thekelleys.org.uk/atmel
1959 W:      http://atmelwlandriver.sourceforge.net/
1960 S:      Maintained
1961 F:      drivers/net/wireless/atmel*
1962
1963 ATMEL MAXTOUCH DRIVER
1964 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1965 T:      git git://github.com/atmel-maxtouch/linux.git
1966 S:      Supported
1967 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1968 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1969 F:      include/linux/platform_data/atmel_mxt_ts.h
1970
1971 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1972 M:      Bradley Grove <linuxdrivers@attotech.com>
1973 L:      linux-scsi@vger.kernel.org
1974 W:      http://www.attotech.com
1975 S:      Supported
1976 F:      drivers/scsi/esas2r
1977
1978 ATUSB IEEE 802.15.4 RADIO DRIVER
1979 M:      Stefan Schmidt <stefan@osg.samsung.com>
1980 L:      linux-wpan@vger.kernel.org
1981 S:      Maintained
1982 F:      drivers/net/ieee802154/atusb.c
1983 F:      drivers/net/ieee802154/atusb.h
1984 F:      drivers/net/ieee802154/at86rf230.h
1985
1986 AUDIT SUBSYSTEM
1987 M:      Paul Moore <paul@paul-moore.com>
1988 M:      Eric Paris <eparis@redhat.com>
1989 L:      linux-audit@redhat.com (moderated for non-subscribers)
1990 W:      http://people.redhat.com/sgrubb/audit/
1991 T:      git git://git.infradead.org/users/pcmoore/audit
1992 S:      Maintained
1993 F:      include/linux/audit.h
1994 F:      include/uapi/linux/audit.h
1995 F:      kernel/audit*
1996
1997 AUXILIARY DISPLAY DRIVERS
1998 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1999 W:      http://miguelojeda.es/auxdisplay.htm
2000 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2001 S:      Maintained
2002 F:      drivers/auxdisplay/
2003 F:      include/linux/cfag12864b.h
2004
2005 AVR32 ARCHITECTURE
2006 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2007 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2008 W:      http://www.atmel.com/products/AVR32/
2009 W:      http://mirror.egtvedt.no/avr32linux.org/
2010 W:      http://avrfreaks.net/
2011 S:      Maintained
2012 F:      arch/avr32/
2013
2014 AVR32/AT32AP MACHINE SUPPORT
2015 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2016 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2017 S:      Maintained
2018 F:      arch/avr32/mach-at32ap/
2019
2020 AX.25 NETWORK LAYER
2021 M:      Ralf Baechle <ralf@linux-mips.org>
2022 L:      linux-hams@vger.kernel.org
2023 W:      http://www.linux-ax25.org/
2024 S:      Maintained
2025 F:      include/uapi/linux/ax25.h
2026 F:      include/net/ax25.h
2027 F:      net/ax25/
2028
2029 AZ6007 DVB DRIVER
2030 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2031 L:      linux-media@vger.kernel.org
2032 W:      http://linuxtv.org
2033 T:      git git://linuxtv.org/media_tree.git
2034 S:      Maintained
2035 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2036
2037 AZTECH FM RADIO RECEIVER DRIVER
2038 M:      Hans Verkuil <hverkuil@xs4all.nl>
2039 L:      linux-media@vger.kernel.org
2040 T:      git git://linuxtv.org/media_tree.git
2041 W:      http://linuxtv.org
2042 S:      Maintained
2043 F:      drivers/media/radio/radio-aztech*
2044
2045 B43 WIRELESS DRIVER
2046 L:      linux-wireless@vger.kernel.org
2047 L:      b43-dev@lists.infradead.org
2048 W:      http://wireless.kernel.org/en/users/Drivers/b43
2049 S:      Odd Fixes
2050 F:      drivers/net/wireless/b43/
2051
2052 B43LEGACY WIRELESS DRIVER
2053 M:      Larry Finger <Larry.Finger@lwfinger.net>
2054 L:      linux-wireless@vger.kernel.org
2055 L:      b43-dev@lists.infradead.org
2056 W:      http://wireless.kernel.org/en/users/Drivers/b43
2057 S:      Maintained
2058 F:      drivers/net/wireless/b43legacy/
2059
2060 BACKLIGHT CLASS/SUBSYSTEM
2061 M:      Jingoo Han <jingoohan1@gmail.com>
2062 M:      Lee Jones <lee.jones@linaro.org>
2063 S:      Maintained
2064 F:      drivers/video/backlight/
2065 F:      include/linux/backlight.h
2066
2067 BATMAN ADVANCED
2068 M:      Marek Lindner <mareklindner@neomailbox.ch>
2069 M:      Simon Wunderlich <sw@simonwunderlich.de>
2070 M:      Antonio Quartulli <antonio@meshcoding.com>
2071 L:      b.a.t.m.a.n@lists.open-mesh.org
2072 W:      http://www.open-mesh.org/
2073 S:      Maintained
2074 F:      net/batman-adv/
2075
2076 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2077 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2078 L:      linux-hams@vger.kernel.org
2079 W:      http://www.baycom.org/~tom/ham/ham.html
2080 S:      Maintained
2081 F:      drivers/net/hamradio/baycom*
2082
2083 BCACHE (BLOCK LAYER CACHE)
2084 M:      Kent Overstreet <kent.overstreet@gmail.com>
2085 L:      linux-bcache@vger.kernel.org
2086 W:      http://bcache.evilpiepirate.org
2087 S:      Maintained
2088 F:      drivers/md/bcache/
2089
2090 BDISP ST MEDIA DRIVER
2091 M:      Fabien Dessenne <fabien.dessenne@st.com>
2092 L:      linux-media@vger.kernel.org
2093 T:      git git://linuxtv.org/media_tree.git
2094 W:      http://linuxtv.org
2095 S:      Supported
2096 F:      drivers/media/platform/sti/bdisp
2097
2098 BEFS FILE SYSTEM
2099 S:      Orphan
2100 F:      Documentation/filesystems/befs.txt
2101 F:      fs/befs/
2102
2103 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2104 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2105 L:      netdev@vger.kernel.org
2106 S:      Maintained
2107 F:      drivers/net/ethernet/ec_bhf.c
2108
2109 BFS FILE SYSTEM
2110 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2111 S:      Maintained
2112 F:      Documentation/filesystems/bfs.txt
2113 F:      fs/bfs/
2114 F:      include/uapi/linux/bfs_fs.h
2115
2116 BLACKFIN ARCHITECTURE
2117 M:      Steven Miao <realmz6@gmail.com>
2118 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2119 T:      git git://git.code.sf.net/p/adi-linux/code
2120 W:      http://blackfin.uclinux.org
2121 S:      Supported
2122 F:      arch/blackfin/
2123
2124 BLACKFIN EMAC DRIVER
2125 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2126 W:      http://blackfin.uclinux.org
2127 S:      Supported
2128 F:      drivers/net/ethernet/adi/
2129
2130 BLACKFIN RTC DRIVER
2131 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2132 W:      http://blackfin.uclinux.org
2133 S:      Supported
2134 F:      drivers/rtc/rtc-bfin.c
2135
2136 BLACKFIN SDH DRIVER
2137 M:      Sonic Zhang <sonic.zhang@analog.com>
2138 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2139 W:      http://blackfin.uclinux.org
2140 S:      Supported
2141 F:      drivers/mmc/host/bfin_sdh.c
2142
2143 BLACKFIN SERIAL DRIVER
2144 M:      Sonic Zhang <sonic.zhang@analog.com>
2145 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2146 W:      http://blackfin.uclinux.org
2147 S:      Supported
2148 F:      drivers/tty/serial/bfin_uart.c
2149
2150 BLACKFIN WATCHDOG DRIVER
2151 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 W:      http://blackfin.uclinux.org
2153 S:      Supported
2154 F:      drivers/watchdog/bfin_wdt.c
2155
2156 BLACKFIN I2C TWI DRIVER
2157 M:      Sonic Zhang <sonic.zhang@analog.com>
2158 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2159 W:      http://blackfin.uclinux.org/
2160 S:      Supported
2161 F:      drivers/i2c/busses/i2c-bfin-twi.c
2162
2163 BLACKFIN MEDIA DRIVER
2164 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2165 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2166 W:      http://blackfin.uclinux.org/
2167 S:      Supported
2168 F:      drivers/media/platform/blackfin/
2169 F:      drivers/media/i2c/adv7183*
2170 F:      drivers/media/i2c/vs6624*
2171
2172 BLINKM RGB LED DRIVER
2173 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2174 S:      Maintained
2175 F:      drivers/leds/leds-blinkm.c
2176
2177 BLOCK LAYER
2178 M:      Jens Axboe <axboe@kernel.dk>
2179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2180 S:      Maintained
2181 F:      block/
2182 F:      kernel/trace/blktrace.c
2183
2184 BLOCK2MTD DRIVER
2185 M:      Joern Engel <joern@lazybastard.org>
2186 L:      linux-mtd@lists.infradead.org
2187 S:      Maintained
2188 F:      drivers/mtd/devices/block2mtd.c
2189
2190 BLUETOOTH DRIVERS
2191 M:      Marcel Holtmann <marcel@holtmann.org>
2192 M:      Gustavo Padovan <gustavo@padovan.org>
2193 M:      Johan Hedberg <johan.hedberg@gmail.com>
2194 L:      linux-bluetooth@vger.kernel.org
2195 W:      http://www.bluez.org/
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2198 S:      Maintained
2199 F:      drivers/bluetooth/
2200
2201 BLUETOOTH SUBSYSTEM
2202 M:      Marcel Holtmann <marcel@holtmann.org>
2203 M:      Gustavo Padovan <gustavo@padovan.org>
2204 M:      Johan Hedberg <johan.hedberg@gmail.com>
2205 L:      linux-bluetooth@vger.kernel.org
2206 W:      http://www.bluez.org/
2207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2209 S:      Maintained
2210 F:      net/bluetooth/
2211 F:      include/net/bluetooth/
2212
2213 BONDING DRIVER
2214 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2215 M:      Veaceslav Falico <vfalico@gmail.com>
2216 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2217 L:      netdev@vger.kernel.org
2218 W:      http://sourceforge.net/projects/bonding/
2219 S:      Supported
2220 F:      drivers/net/bonding/
2221 F:      include/uapi/linux/if_bonding.h
2222
2223 BPF (Safe dynamic programs and tools)
2224 M:      Alexei Starovoitov <ast@kernel.org>
2225 L:      netdev@vger.kernel.org
2226 L:      linux-kernel@vger.kernel.org
2227 S:      Supported
2228 F:      kernel/bpf/
2229
2230 BROADCOM B44 10/100 ETHERNET DRIVER
2231 M:      Gary Zambrano <zambrano@broadcom.com>
2232 L:      netdev@vger.kernel.org
2233 S:      Supported
2234 F:      drivers/net/ethernet/broadcom/b44.*
2235
2236 BROADCOM GENET ETHERNET DRIVER
2237 M:      Florian Fainelli <f.fainelli@gmail.com>
2238 L:      netdev@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/net/ethernet/broadcom/genet/
2241
2242 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2243 M:      Sony Chacko <sony.chacko@qlogic.com>
2244 M:      Dept-HSGLinuxNICDev@qlogic.com
2245 L:      netdev@vger.kernel.org
2246 S:      Supported
2247 F:      drivers/net/ethernet/broadcom/bnx2.*
2248 F:      drivers/net/ethernet/broadcom/bnx2_*
2249
2250 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2251 M:      Ariel Elior <ariel.elior@qlogic.com>
2252 L:      netdev@vger.kernel.org
2253 S:      Supported
2254 F:      drivers/net/ethernet/broadcom/bnx2x/
2255
2256 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2257 M:      Florian Fainelli <f.fainelli@gmail.com>
2258 M:      Ray Jui <rjui@broadcom.com>
2259 M:      Scott Branden <sbranden@broadcom.com>
2260 L:      bcm-kernel-feedback-list@broadcom.com
2261 T:      git git://github.com/broadcom/mach-bcm
2262 S:      Maintained
2263 F:      arch/arm/mach-bcm/
2264 F:      arch/arm/boot/dts/bcm113*
2265 F:      arch/arm/boot/dts/bcm216*
2266 F:      arch/arm/boot/dts/bcm281*
2267 F:      arch/arm/configs/bcm_defconfig
2268 F:      drivers/mmc/host/sdhci-bcm-kona.c
2269 F:      drivers/clocksource/bcm_kona_timer.c
2270
2271 BROADCOM BCM2835 ARM ARCHITECTURE
2272 M:      Stephen Warren <swarren@wwwdotorg.org>
2273 M:      Lee Jones <lee@kernel.org>
2274 M:      Eric Anholt <eric@anholt.net>
2275 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2278 S:      Maintained
2279 N:      bcm2835
2280
2281 BROADCOM BCM33XX MIPS ARCHITECTURE
2282 M:      Kevin Cernekee <cernekee@gmail.com>
2283 L:      linux-mips@linux-mips.org
2284 S:      Maintained
2285 F:      arch/mips/bcm3384/*
2286 F:      arch/mips/include/asm/mach-bcm3384/*
2287 F:      arch/mips/kernel/*bmips*
2288
2289 BROADCOM BCM47XX MIPS ARCHITECTURE
2290 M:      Hauke Mehrtens <hauke@hauke-m.de>
2291 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2292 L:      linux-mips@linux-mips.org
2293 S:      Maintained
2294 F:      arch/mips/bcm47xx/*
2295 F:      arch/mips/include/asm/mach-bcm47xx/*
2296
2297 BROADCOM BCM5301X ARM ARCHITECTURE
2298 M:      Hauke Mehrtens <hauke@hauke-m.de>
2299 L:      linux-arm-kernel@lists.infradead.org
2300 S:      Maintained
2301 F:      arch/arm/mach-bcm/bcm_5301x.c
2302 F:      arch/arm/boot/dts/bcm5301x.dtsi
2303 F:      arch/arm/boot/dts/bcm470*
2304
2305 BROADCOM BCM63XX ARM ARCHITECTURE
2306 M:      Florian Fainelli <f.fainelli@gmail.com>
2307 L:      linux-arm-kernel@lists.infradead.org
2308 T:      git git://github.com/broadcom/arm-bcm63xx.git
2309 S:      Maintained
2310 F:      arch/arm/mach-bcm/bcm63xx.c
2311 F:      arch/arm/include/debug/bcm63xx.S
2312
2313 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2314 M:      Kevin Cernekee <cernekee@gmail.com>
2315 L:      linux-usb@vger.kernel.org
2316 S:      Maintained
2317 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2318
2319 BROADCOM BCM7XXX ARM ARCHITECTURE
2320 M:      Brian Norris <computersforpeace@gmail.com>
2321 M:      Gregory Fong <gregory.0xf0@gmail.com>
2322 M:      Florian Fainelli <f.fainelli@gmail.com>
2323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2324 T:      git git://github.com/broadcom/stblinux.git
2325 S:      Maintained
2326 F:      arch/arm/mach-bcm/*brcmstb*
2327 F:      arch/arm/boot/dts/bcm7*.dts*
2328 F:      drivers/bus/brcmstb_gisb.c
2329 N:      brcmstb
2330
2331 BROADCOM BMIPS MIPS ARCHITECTURE
2332 M:      Kevin Cernekee <cernekee@gmail.com>
2333 M:      Florian Fainelli <f.fainelli@gmail.com>
2334 L:      linux-mips@linux-mips.org
2335 T:      git git://github.com/broadcom/stblinux.git
2336 S:      Maintained
2337 F:      arch/mips/bmips/*
2338 F:      arch/mips/include/asm/mach-bmips/*
2339 F:      arch/mips/kernel/*bmips*
2340 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2341 F:      drivers/irqchip/irq-bcm7*
2342 F:      drivers/irqchip/irq-brcmstb*
2343
2344 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2345 M:      Prashant Sreedharan <prashant@broadcom.com>
2346 M:      Michael Chan <mchan@broadcom.com>
2347 L:      netdev@vger.kernel.org
2348 S:      Supported
2349 F:      drivers/net/ethernet/broadcom/tg3.*
2350
2351 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2352 M:      Brett Rudley <brudley@broadcom.com>
2353 M:      Arend van Spriel <arend@broadcom.com>
2354 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2355 M:      Hante Meuleman <meuleman@broadcom.com>
2356 L:      linux-wireless@vger.kernel.org
2357 L:      brcm80211-dev-list@broadcom.com
2358 S:      Supported
2359 F:      drivers/net/wireless/brcm80211/
2360
2361 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2362 M:      QLogic-Storage-Upstream@qlogic.com
2363 L:      linux-scsi@vger.kernel.org
2364 S:      Supported
2365 F:      drivers/scsi/bnx2fc/
2366
2367 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2368 M:      QLogic-Storage-Upstream@qlogic.com
2369 L:      linux-scsi@vger.kernel.org
2370 S:      Supported
2371 F:      drivers/scsi/bnx2i/
2372
2373 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2374 M:      Ray Jui <rjui@broadcom.com>
2375 M:      Scott Branden <sbranden@broadcom.com>
2376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2377 L:      bcm-kernel-feedback-list@broadcom.com
2378 T:      git git://github.com/broadcom/cygnus-linux.git
2379 S:      Maintained
2380 N:      iproc
2381 N:      cygnus
2382 N:      bcm9113*
2383 N:      bcm9583*
2384 N:      bcm583*
2385 N:      bcm113*
2386
2387 BROADCOM BRCMSTB GPIO DRIVER
2388 M:      Gregory Fong <gregory.0xf0@gmail.com>
2389 L:      bcm-kernel-feedback-list@broadcom.com>
2390 S:      Supported
2391 F:      drivers/gpio/gpio-brcmstb.c
2392 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2393
2394 BROADCOM KONA GPIO DRIVER
2395 M:      Ray Jui <rjui@broadcom.com>
2396 L:      bcm-kernel-feedback-list@broadcom.com
2397 S:      Supported
2398 F:      drivers/gpio/gpio-bcm-kona.c
2399 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2400
2401 BROADCOM NVRAM DRIVER
2402 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2403 L:      linux-mips@linux-mips.org
2404 S:      Maintained
2405 F:      drivers/firmware/broadcom/*
2406
2407 BROADCOM STB NAND FLASH DRIVER
2408 M:      Brian Norris <computersforpeace@gmail.com>
2409 L:      linux-mtd@lists.infradead.org
2410 S:      Maintained
2411 F:      drivers/mtd/nand/brcmnand/
2412
2413 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2414 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2415 L:      linux-wireless@vger.kernel.org
2416 S:      Maintained
2417 F:      drivers/bcma/
2418 F:      include/linux/bcma/
2419
2420 BROADCOM SYSTEMPORT ETHERNET DRIVER
2421 M:      Florian Fainelli <f.fainelli@gmail.com>
2422 L:      netdev@vger.kernel.org
2423 S:      Supported
2424 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2425
2426 BROCADE BFA FC SCSI DRIVER
2427 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2428 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2429 L:      linux-scsi@vger.kernel.org
2430 S:      Supported
2431 F:      drivers/scsi/bfa/
2432
2433 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2434 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2435 L:      netdev@vger.kernel.org
2436 S:      Supported
2437 F:      drivers/net/ethernet/brocade/bna/
2438
2439 BSG (block layer generic sg v4 driver)
2440 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2441 L:      linux-scsi@vger.kernel.org
2442 S:      Supported
2443 F:      block/bsg.c
2444 F:      include/linux/bsg.h
2445 F:      include/uapi/linux/bsg.h
2446
2447 BT87X AUDIO DRIVER
2448 M:      Clemens Ladisch <clemens@ladisch.de>
2449 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2450 T:      git git://git.alsa-project.org/alsa-kernel.git
2451 S:      Maintained
2452 F:      Documentation/sound/alsa/Bt87x.txt
2453 F:      sound/pci/bt87x.c
2454
2455 BT8XXGPIO DRIVER
2456 M:      Michael Buesch <m@bues.ch>
2457 W:      http://bu3sch.de/btgpio.php
2458 S:      Maintained
2459 F:      drivers/gpio/gpio-bt8xx.c
2460
2461 BTRFS FILE SYSTEM
2462 M:      Chris Mason <clm@fb.com>
2463 M:      Josef Bacik <jbacik@fb.com>
2464 M:      David Sterba <dsterba@suse.com>
2465 L:      linux-btrfs@vger.kernel.org
2466 W:      http://btrfs.wiki.kernel.org/
2467 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2469 S:      Maintained
2470 F:      Documentation/filesystems/btrfs.txt
2471 F:      fs/btrfs/
2472
2473 BTTV VIDEO4LINUX DRIVER
2474 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2475 L:      linux-media@vger.kernel.org
2476 W:      http://linuxtv.org
2477 T:      git git://linuxtv.org/media_tree.git
2478 S:      Odd fixes
2479 F:      Documentation/video4linux/bttv/
2480 F:      drivers/media/pci/bt8xx/bttv*
2481
2482 BUSLOGIC SCSI DRIVER
2483 M:      Khalid Aziz <khalid@gonehiking.org>
2484 L:      linux-scsi@vger.kernel.org
2485 S:      Maintained
2486 F:      drivers/scsi/BusLogic.*
2487 F:      drivers/scsi/FlashPoint.*
2488
2489 C-MEDIA CMI8788 DRIVER
2490 M:      Clemens Ladisch <clemens@ladisch.de>
2491 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2492 T:      git git://git.alsa-project.org/alsa-kernel.git
2493 S:      Maintained
2494 F:      sound/pci/oxygen/
2495
2496 C6X ARCHITECTURE
2497 M:      Mark Salter <msalter@redhat.com>
2498 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2499 L:      linux-c6x-dev@linux-c6x.org
2500 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2501 S:      Maintained
2502 F:      arch/c6x/
2503
2504 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2505 M:      David Howells <dhowells@redhat.com>
2506 L:      linux-cachefs@redhat.com
2507 S:      Supported
2508 F:      Documentation/filesystems/caching/cachefiles.txt
2509 F:      fs/cachefiles/
2510
2511 CADET FM/AM RADIO RECEIVER DRIVER
2512 M:      Hans Verkuil <hverkuil@xs4all.nl>
2513 L:      linux-media@vger.kernel.org
2514 T:      git git://linuxtv.org/media_tree.git
2515 W:      http://linuxtv.org
2516 S:      Maintained
2517 F:      drivers/media/radio/radio-cadet*
2518
2519 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2520 M:      Jonathan Corbet <corbet@lwn.net>
2521 L:      linux-media@vger.kernel.org
2522 T:      git git://linuxtv.org/media_tree.git
2523 S:      Maintained
2524 F:      Documentation/video4linux/cafe_ccic
2525 F:      drivers/media/platform/marvell-ccic/
2526
2527 CAIF NETWORK LAYER
2528 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2529 L:      netdev@vger.kernel.org
2530 S:      Supported
2531 F:      Documentation/networking/caif/
2532 F:      drivers/net/caif/
2533 F:      include/uapi/linux/caif/
2534 F:      include/net/caif/
2535 F:      net/caif/
2536
2537 CALGARY x86-64 IOMMU
2538 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2539 M:      "Jon D. Mason" <jdmason@kudzu.us>
2540 L:      discuss@x86-64.org
2541 S:      Maintained
2542 F:      arch/x86/kernel/pci-calgary_64.c
2543 F:      arch/x86/kernel/tce_64.c
2544 F:      arch/x86/include/asm/calgary.h
2545 F:      arch/x86/include/asm/tce.h
2546
2547 CAN NETWORK LAYER
2548 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2549 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2550 L:      linux-can@vger.kernel.org
2551 W:      https://github.com/linux-can
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2554 S:      Maintained
2555 F:      Documentation/networking/can.txt
2556 F:      net/can/
2557 F:      include/linux/can/core.h
2558 F:      include/uapi/linux/can.h
2559 F:      include/uapi/linux/can/bcm.h
2560 F:      include/uapi/linux/can/raw.h
2561 F:      include/uapi/linux/can/gw.h
2562
2563 CAN NETWORK DRIVERS
2564 M:      Wolfgang Grandegger <wg@grandegger.com>
2565 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2566 L:      linux-can@vger.kernel.org
2567 W:      https://github.com/linux-can
2568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2570 S:      Maintained
2571 F:      drivers/net/can/
2572 F:      include/linux/can/dev.h
2573 F:      include/linux/can/platform/
2574 F:      include/uapi/linux/can/error.h
2575 F:      include/uapi/linux/can/netlink.h
2576
2577 CAPABILITIES
2578 M:      Serge Hallyn <serge.hallyn@canonical.com>
2579 L:      linux-security-module@vger.kernel.org
2580 S:      Supported
2581 F:      include/linux/capability.h
2582 F:      include/uapi/linux/capability.h
2583 F:      security/commoncap.c
2584 F:      kernel/capability.c
2585
2586 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2587 M:      Kevin Tsai <ktsai@capellamicro.com>
2588 S:      Maintained
2589 F:      drivers/iio/light/cm*
2590 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2591
2592 CAVIUM LIQUIDIO NETWORK DRIVER
2593 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2594 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2595 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2596 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2597 L:     netdev@vger.kernel.org
2598 W:     http://www.cavium.com
2599 S:     Supported
2600 F:     drivers/net/ethernet/cavium/liquidio/
2601
2602 CC2520 IEEE-802.15.4 RADIO DRIVER
2603 M:      Varka Bhadram <varkabhadram@gmail.com>
2604 L:      linux-wpan@vger.kernel.org
2605 S:      Maintained
2606 F:      drivers/net/ieee802154/cc2520.c
2607 F:      include/linux/spi/cc2520.h
2608 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2609
2610 CELL BROADBAND ENGINE ARCHITECTURE
2611 M:      Arnd Bergmann <arnd@arndb.de>
2612 L:      linuxppc-dev@lists.ozlabs.org
2613 W:      http://www.ibm.com/developerworks/power/cell/
2614 S:      Supported
2615 F:      arch/powerpc/include/asm/cell*.h
2616 F:      arch/powerpc/include/asm/spu*.h
2617 F:      arch/powerpc/include/uapi/asm/spu*.h
2618 F:      arch/powerpc/oprofile/*cell*
2619 F:      arch/powerpc/platforms/cell/
2620
2621 CEPH COMMON CODE (LIBCEPH)
2622 M:      Ilya Dryomov <idryomov@gmail.com>
2623 M:      "Yan, Zheng" <zyan@redhat.com>
2624 M:      Sage Weil <sage@redhat.com>
2625 L:      ceph-devel@vger.kernel.org
2626 W:      http://ceph.com/
2627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2628 T:      git git://github.com/ceph/ceph-client.git
2629 S:      Supported
2630 F:      net/ceph/
2631 F:      include/linux/ceph/
2632 F:      include/linux/crush/
2633
2634 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2635 M:      "Yan, Zheng" <zyan@redhat.com>
2636 M:      Sage Weil <sage@redhat.com>
2637 M:      Ilya Dryomov <idryomov@gmail.com>
2638 L:      ceph-devel@vger.kernel.org
2639 W:      http://ceph.com/
2640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2641 T:      git git://github.com/ceph/ceph-client.git
2642 S:      Supported
2643 F:      Documentation/filesystems/ceph.txt
2644 F:      fs/ceph/
2645
2646 CERTIFICATE HANDLING:
2647 M:      David Howells <dhowells@redhat.com>
2648 M:      David Woodhouse <dwmw2@infradead.org>
2649 L:      keyrings@linux-nfs.org
2650 S:      Maintained
2651 F:      Documentation/module-signing.txt
2652 F:      certs/
2653 F:      scripts/extract-cert.c
2654
2655 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2656 L:      linux-usb@vger.kernel.org
2657 S:      Orphan
2658 F:      Documentation/usb/WUSB-Design-overview.txt
2659 F:      Documentation/usb/wusb-cbaf
2660 F:      drivers/usb/host/hwa-hc.c
2661 F:      drivers/usb/host/whci/
2662 F:      drivers/usb/wusbcore/
2663 F:      include/linux/usb/wusb*
2664
2665 CFAG12864B LCD DRIVER
2666 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2667 W:      http://miguelojeda.es/auxdisplay.htm
2668 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2669 S:      Maintained
2670 F:      drivers/auxdisplay/cfag12864b.c
2671 F:      include/linux/cfag12864b.h
2672
2673 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2674 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2675 W:      http://miguelojeda.es/auxdisplay.htm
2676 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2677 S:      Maintained
2678 F:      drivers/auxdisplay/cfag12864bfb.c
2679 F:      include/linux/cfag12864b.h
2680
2681 CFG80211 and NL80211
2682 M:      Johannes Berg <johannes@sipsolutions.net>
2683 L:      linux-wireless@vger.kernel.org
2684 W:      http://wireless.kernel.org/
2685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2687 S:      Maintained
2688 F:      include/uapi/linux/nl80211.h
2689 F:      include/net/cfg80211.h
2690 F:      net/wireless/*
2691 X:      net/wireless/wext*
2692
2693 CHAR and MISC DRIVERS
2694 M:      Arnd Bergmann <arnd@arndb.de>
2695 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2697 S:      Supported
2698 F:      drivers/char/*
2699 F:      drivers/misc/*
2700 F:      include/linux/miscdevice.h
2701
2702 CHECKPATCH
2703 M:      Andy Whitcroft <apw@canonical.com>
2704 M:      Joe Perches <joe@perches.com>
2705 S:      Maintained
2706 F:      scripts/checkpatch.pl
2707
2708 CHINESE DOCUMENTATION
2709 M:      Harry Wei <harryxiyou@gmail.com>
2710 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2711 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2712 S:      Maintained
2713 F:      Documentation/zh_CN/
2714
2715 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2716 M:      Peter Chen <Peter.Chen@freescale.com>
2717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2718 L:      linux-usb@vger.kernel.org
2719 S:      Maintained
2720 F:      drivers/usb/chipidea/
2721
2722 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2723 M:      Hans de Goede <hdegoede@redhat.com>
2724 L:      linux-input@vger.kernel.org
2725 S:      Maintained
2726 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2727 F:      drivers/input/touchscreen/chipone_icn8318.c
2728
2729 CHROME HARDWARE PLATFORM SUPPORT
2730 M:      Olof Johansson <olof@lixom.net>
2731 S:      Maintained
2732 F:      drivers/platform/chrome/
2733
2734 CISCO VIC ETHERNET NIC DRIVER
2735 M:      Christian Benvenuti <benve@cisco.com>
2736 M:      Sujith Sankar <ssujith@cisco.com>
2737 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2738 M:      Neel Patel <neepatel@cisco.com>
2739 S:      Supported
2740 F:      drivers/net/ethernet/cisco/enic/
2741
2742 CISCO VIC LOW LATENCY NIC DRIVER
2743 M:      Upinder Malhi <umalhi@cisco.com>
2744 S:      Supported
2745 F:      drivers/infiniband/hw/usnic
2746
2747 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2748 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2749 L:      netdev@vger.kernel.org
2750 S:      Maintained
2751 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2752
2753 CIRRUS LOGIC AUDIO CODEC DRIVERS
2754 M:      Brian Austin <brian.austin@cirrus.com>
2755 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2756 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2757 S:      Maintained
2758 F:      sound/soc/codecs/cs*
2759
2760 CLEANCACHE API
2761 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2762 L:      linux-kernel@vger.kernel.org
2763 S:      Maintained
2764 F:      mm/cleancache.c
2765 F:      include/linux/cleancache.h
2766
2767 CLK API
2768 M:      Russell King <linux@arm.linux.org.uk>
2769 L:      linux-clk@vger.kernel.org
2770 S:      Maintained
2771 F:      include/linux/clk.h
2772
2773 CLOCKSOURCE, CLOCKEVENT DRIVERS
2774 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2775 M:      Thomas Gleixner <tglx@linutronix.de>
2776 L:      linux-kernel@vger.kernel.org
2777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2778 S:      Supported
2779 F:      drivers/clocksource
2780
2781 CISCO FCOE HBA DRIVER
2782 M:      Hiral Patel <hiralpat@cisco.com>
2783 M:      Suma Ramars <sramars@cisco.com>
2784 M:      Brian Uchino <buchino@cisco.com>
2785 L:      linux-scsi@vger.kernel.org
2786 S:      Supported
2787 F:      drivers/scsi/fnic/
2788
2789 CISCO SCSI HBA DRIVER
2790 M:      Narsimhulu Musini <nmusini@cisco.com>
2791 M:      Sesidhar Baddela <sebaddel@cisco.com>
2792 L:      linux-scsi@vger.kernel.org
2793 S:      Supported
2794 F:      drivers/scsi/snic/
2795
2796 CMPC ACPI DRIVER
2797 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2798 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2799 L:      platform-driver-x86@vger.kernel.org
2800 S:      Supported
2801 F:      drivers/platform/x86/classmate-laptop.c
2802
2803 COBALT MEDIA DRIVER
2804 M:      Hans Verkuil <hans.verkuil@cisco.com>
2805 L:      linux-media@vger.kernel.org
2806 T:      git git://linuxtv.org/media_tree.git
2807 W:      http://linuxtv.org
2808 S:      Supported
2809 F:      drivers/media/pci/cobalt/
2810
2811 COCCINELLE/Semantic Patches (SmPL)
2812 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2813 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2814 M:      Nicolas Palix <nicolas.palix@imag.fr>
2815 M:      Michal Marek <mmarek@suse.com>
2816 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2818 W:      http://coccinelle.lip6.fr/
2819 S:      Supported
2820 F:      Documentation/coccinelle.txt
2821 F:      scripts/coccinelle/
2822 F:      scripts/coccicheck
2823
2824 CODA FILE SYSTEM
2825 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2826 M:      coda@cs.cmu.edu
2827 L:      codalist@coda.cs.cmu.edu
2828 W:      http://www.coda.cs.cmu.edu/
2829 S:      Maintained
2830 F:      Documentation/filesystems/coda.txt
2831 F:      fs/coda/
2832 F:      include/linux/coda*.h
2833 F:      include/uapi/linux/coda*.h
2834
2835 CODA V4L2 MEM2MEM DRIVER
2836 M:      Philipp Zabel <p.zabel@pengutronix.de>
2837 L:      linux-media@vger.kernel.org
2838 S:      Maintained
2839 F:      Documentation/devicetree/bindings/media/coda.txt
2840 F:      drivers/media/platform/coda/
2841
2842 COMMON CLK FRAMEWORK
2843 M:      Michael Turquette <mturquette@baylibre.com>
2844 M:      Stephen Boyd <sboyd@codeaurora.org>
2845 L:      linux-clk@vger.kernel.org
2846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2847 S:      Maintained
2848 F:      drivers/clk/
2849 X:      drivers/clk/clkdev.c
2850 F:      include/linux/clk-pr*
2851 F:      include/linux/clk/
2852
2853 COMMON INTERNET FILE SYSTEM (CIFS)
2854 M:      Steve French <sfrench@samba.org>
2855 L:      linux-cifs@vger.kernel.org
2856 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2857 W:      http://linux-cifs.samba.org/
2858 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2859 S:      Supported
2860 F:      Documentation/filesystems/cifs/
2861 F:      fs/cifs/
2862
2863 COMPACTPCI HOTPLUG CORE
2864 M:      Scott Murray <scott@spiteful.org>
2865 L:      linux-pci@vger.kernel.org
2866 S:      Maintained
2867 F:      drivers/pci/hotplug/cpci_hotplug*
2868
2869 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2870 M:      Scott Murray <scott@spiteful.org>
2871 L:      linux-pci@vger.kernel.org
2872 S:      Maintained
2873 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2874
2875 COMPACTPCI HOTPLUG GENERIC DRIVER
2876 M:      Scott Murray <scott@spiteful.org>
2877 L:      linux-pci@vger.kernel.org
2878 S:      Maintained
2879 F:      drivers/pci/hotplug/cpcihp_generic.c
2880
2881 COMPAL LAPTOP SUPPORT
2882 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2883 L:      platform-driver-x86@vger.kernel.org
2884 S:      Maintained
2885 F:      drivers/platform/x86/compal-laptop.c
2886
2887 CONEXANT ACCESSRUNNER USB DRIVER
2888 M:      Simon Arlott <cxacru@fire.lp0.eu>
2889 L:      accessrunner-general@lists.sourceforge.net
2890 W:      http://accessrunner.sourceforge.net/
2891 S:      Maintained
2892 F:      drivers/usb/atm/cxacru.c
2893
2894 CONFIGFS
2895 M:      Joel Becker <jlbec@evilplan.org>
2896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2897 S:      Supported
2898 F:      fs/configfs/
2899 F:      include/linux/configfs.h
2900
2901 CONNECTOR
2902 M:      Evgeniy Polyakov <zbr@ioremap.net>
2903 L:      netdev@vger.kernel.org
2904 S:      Maintained
2905 F:      drivers/connector/
2906
2907 CONTROL GROUP (CGROUP)
2908 M:      Tejun Heo <tj@kernel.org>
2909 M:      Li Zefan <lizefan@huawei.com>
2910 M:      Johannes Weiner <hannes@cmpxchg.org>
2911 L:      cgroups@vger.kernel.org
2912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2913 S:      Maintained
2914 F:      Documentation/cgroups/
2915 F:      include/linux/cgroup*
2916 F:      kernel/cgroup*
2917
2918 CONTROL GROUP - CPUSET
2919 M:      Li Zefan <lizefan@huawei.com>
2920 L:      cgroups@vger.kernel.org
2921 W:      http://www.bullopensource.org/cpuset/
2922 W:      http://oss.sgi.com/projects/cpusets/
2923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2924 S:      Maintained
2925 F:      Documentation/cgroups/cpusets.txt
2926 F:      include/linux/cpuset.h
2927 F:      kernel/cpuset.c
2928
2929 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2930 M:      Johannes Weiner <hannes@cmpxchg.org>
2931 M:      Michal Hocko <mhocko@kernel.org>
2932 L:      cgroups@vger.kernel.org
2933 L:      linux-mm@kvack.org
2934 S:      Maintained
2935 F:      mm/memcontrol.c
2936 F:      mm/swap_cgroup.c
2937
2938 CORETEMP HARDWARE MONITORING DRIVER
2939 M:      Fenghua Yu <fenghua.yu@intel.com>
2940 L:      lm-sensors@lm-sensors.org
2941 S:      Maintained
2942 F:      Documentation/hwmon/coretemp
2943 F:      drivers/hwmon/coretemp.c
2944
2945 COSA/SRP SYNC SERIAL DRIVER
2946 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2947 W:      http://www.fi.muni.cz/~kas/cosa/
2948 S:      Maintained
2949 F:      drivers/net/wan/cosa*
2950
2951 CPMAC ETHERNET DRIVER
2952 M:      Florian Fainelli <florian@openwrt.org>
2953 L:      netdev@vger.kernel.org
2954 S:      Maintained
2955 F:      drivers/net/ethernet/ti/cpmac.c
2956
2957 CPU FREQUENCY DRIVERS
2958 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2959 M:      Viresh Kumar <viresh.kumar@linaro.org>
2960 L:      linux-pm@vger.kernel.org
2961 S:      Maintained
2962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2963 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2964 F:      drivers/cpufreq/
2965 F:      include/linux/cpufreq.h
2966
2967 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2968 M:      Viresh Kumar <viresh.kumar@linaro.org>
2969 M:      Sudeep Holla <sudeep.holla@arm.com>
2970 L:      linux-pm@vger.kernel.org
2971 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2972 S:      Maintained
2973 F:      drivers/cpufreq/arm_big_little.h
2974 F:      drivers/cpufreq/arm_big_little.c
2975 F:      drivers/cpufreq/arm_big_little_dt.c
2976
2977 CPUIDLE DRIVER - ARM BIG LITTLE
2978 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2979 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2980 L:      linux-pm@vger.kernel.org
2981 L:      linux-arm-kernel@lists.infradead.org
2982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2983 S:      Maintained
2984 F:      drivers/cpuidle/cpuidle-big_little.c
2985
2986 CPUIDLE DRIVER - ARM EXYNOS
2987 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2988 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2989 M:      Kukjin Kim <kgene@kernel.org>
2990 L:      linux-pm@vger.kernel.org
2991 L:      linux-samsung-soc@vger.kernel.org
2992 S:      Supported
2993 F:      drivers/cpuidle/cpuidle-exynos.c
2994 F:      arch/arm/mach-exynos/pm.c
2995
2996 CPUIDLE DRIVERS
2997 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2998 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2999 L:      linux-pm@vger.kernel.org
3000 S:      Maintained
3001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3002 F:      drivers/cpuidle/*
3003 F:      include/linux/cpuidle.h
3004
3005 CPUID/MSR DRIVER
3006 M:      "H. Peter Anvin" <hpa@zytor.com>
3007 S:      Maintained
3008 F:      arch/x86/kernel/cpuid.c
3009 F:      arch/x86/kernel/msr.c
3010
3011 CPU POWER MONITORING SUBSYSTEM
3012 M:      Thomas Renninger <trenn@suse.com>
3013 L:      linux-pm@vger.kernel.org
3014 S:      Maintained
3015 F:      tools/power/cpupower/
3016
3017 CRAMFS FILESYSTEM
3018 W:      http://sourceforge.net/projects/cramfs/
3019 S:      Orphan / Obsolete
3020 F:      Documentation/filesystems/cramfs.txt
3021 F:      fs/cramfs/
3022
3023 CRIS PORT
3024 M:      Mikael Starvik <starvik@axis.com>
3025 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3026 L:      linux-cris-kernel@axis.com
3027 W:      http://developer.axis.com
3028 S:      Maintained
3029 F:      arch/cris/
3030 F:      drivers/tty/serial/crisv10.*
3031
3032 CRYPTO API
3033 M:      Herbert Xu <herbert@gondor.apana.org.au>
3034 M:      "David S. Miller" <davem@davemloft.net>
3035 L:      linux-crypto@vger.kernel.org
3036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3037 S:      Maintained
3038 F:      Documentation/crypto/
3039 F:      Documentation/DocBook/crypto-API.tmpl
3040 F:      arch/*/crypto/
3041 F:      crypto/
3042 F:      drivers/crypto/
3043 F:      include/crypto/
3044
3045 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3046 M:      Neil Horman <nhorman@tuxdriver.com>
3047 L:      linux-crypto@vger.kernel.org
3048 S:      Maintained
3049 F:      crypto/ansi_cprng.c
3050 F:      crypto/rng.c
3051
3052 CS5535 Audio ALSA driver
3053 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3054 S:      Maintained
3055 F:      sound/pci/cs5535audio/
3056
3057 CW1200 WLAN driver
3058 M:      Solomon Peachy <pizza@shaftnet.org>
3059 S:      Maintained
3060 F:      drivers/net/wireless/cw1200/
3061
3062 CX18 VIDEO4LINUX DRIVER
3063 M:      Andy Walls <awalls@md.metrocast.net>
3064 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3065 L:      linux-media@vger.kernel.org
3066 T:      git git://linuxtv.org/media_tree.git
3067 W:      http://linuxtv.org
3068 W:      http://www.ivtvdriver.org/index.php/Cx18
3069 S:      Maintained
3070 F:      Documentation/video4linux/cx18.txt
3071 F:      drivers/media/pci/cx18/
3072 F:      include/uapi/linux/ivtv*
3073
3074 CX2341X MPEG ENCODER HELPER MODULE
3075 M:      Hans Verkuil <hverkuil@xs4all.nl>
3076 L:      linux-media@vger.kernel.org
3077 T:      git git://linuxtv.org/media_tree.git
3078 W:      http://linuxtv.org
3079 S:      Maintained
3080 F:      drivers/media/common/cx2341x*
3081 F:      include/media/cx2341x*
3082
3083 CX24120 MEDIA DRIVER
3084 M:      Jemma Denson <jdenson@gmail.com>
3085 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3086 L:      linux-media@vger.kernel.org
3087 W:      http://linuxtv.org/
3088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3089 S:      Maintained
3090 F:      drivers/media/dvb-frontends/cx24120*
3091
3092 CX88 VIDEO4LINUX DRIVER
3093 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3094 L:      linux-media@vger.kernel.org
3095 W:      http://linuxtv.org
3096 T:      git git://linuxtv.org/media_tree.git
3097 S:      Odd fixes
3098 F:      Documentation/video4linux/cx88/
3099 F:      drivers/media/pci/cx88/
3100
3101 CXD2820R MEDIA DRIVER
3102 M:      Antti Palosaari <crope@iki.fi>
3103 L:      linux-media@vger.kernel.org
3104 W:      http://linuxtv.org/
3105 W:      http://palosaari.fi/linux/
3106 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3107 T:      git git://linuxtv.org/anttip/media_tree.git
3108 S:      Maintained
3109 F:      drivers/media/dvb-frontends/cxd2820r*
3110
3111 CXGB3 ETHERNET DRIVER (CXGB3)
3112 M:      Santosh Raspatur <santosh@chelsio.com>
3113 L:      netdev@vger.kernel.org
3114 W:      http://www.chelsio.com
3115 S:      Supported
3116 F:      drivers/net/ethernet/chelsio/cxgb3/
3117
3118 CXGB3 ISCSI DRIVER (CXGB3I)
3119 M:      Karen Xie <kxie@chelsio.com>
3120 L:      linux-scsi@vger.kernel.org
3121 W:      http://www.chelsio.com
3122 S:      Supported
3123 F:      drivers/scsi/cxgbi/cxgb3i
3124
3125 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3126 M:      Steve Wise <swise@chelsio.com>
3127 L:      linux-rdma@vger.kernel.org
3128 W:      http://www.openfabrics.org
3129 S:      Supported
3130 F:      drivers/infiniband/hw/cxgb3/
3131
3132 CXGB4 ETHERNET DRIVER (CXGB4)
3133 M:      Hariprasad S <hariprasad@chelsio.com>
3134 L:      netdev@vger.kernel.org
3135 W:      http://www.chelsio.com
3136 S:      Supported
3137 F:      drivers/net/ethernet/chelsio/cxgb4/
3138
3139 CXGB4 ISCSI DRIVER (CXGB4I)
3140 M:      Karen Xie <kxie@chelsio.com>
3141 L:      linux-scsi@vger.kernel.org
3142 W:      http://www.chelsio.com
3143 S:      Supported
3144 F:      drivers/scsi/cxgbi/cxgb4i
3145
3146 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3147 M:      Steve Wise <swise@chelsio.com>
3148 L:      linux-rdma@vger.kernel.org
3149 W:      http://www.openfabrics.org
3150 S:      Supported
3151 F:      drivers/infiniband/hw/cxgb4/
3152
3153 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3154 M:      Casey Leedom <leedom@chelsio.com>
3155 L:      netdev@vger.kernel.org
3156 W:      http://www.chelsio.com
3157 S:      Supported
3158 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3159
3160 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3161 M:      Ian Munsie <imunsie@au1.ibm.com>
3162 M:      Michael Neuling <mikey@neuling.org>
3163 L:      linuxppc-dev@lists.ozlabs.org
3164 S:      Supported
3165 F:      drivers/misc/cxl/
3166 F:      include/misc/cxl*
3167 F:      include/uapi/misc/cxl.h
3168 F:      Documentation/powerpc/cxl.txt
3169 F:      Documentation/powerpc/cxl.txt
3170 F:      Documentation/ABI/testing/sysfs-class-cxl
3171
3172 STMMAC ETHERNET DRIVER
3173 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3174 L:      netdev@vger.kernel.org
3175 W:      http://www.stlinux.com
3176 S:      Supported
3177 F:      drivers/net/ethernet/stmicro/stmmac/
3178
3179 CYBERPRO FB DRIVER
3180 M:      Russell King <linux@arm.linux.org.uk>
3181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3182 W:      http://www.arm.linux.org.uk/
3183 S:      Maintained
3184 F:      drivers/video/fbdev/cyber2000fb.*
3185
3186 CYCLADES ASYNC MUX DRIVER
3187 W:      http://www.cyclades.com/
3188 S:      Orphan
3189 F:      drivers/tty/cyclades.c
3190 F:      include/linux/cyclades.h
3191 F:      include/uapi/linux/cyclades.h
3192
3193 CYCLADES PC300 DRIVER
3194 W:      http://www.cyclades.com/
3195 S:      Orphan
3196 F:      drivers/net/wan/pc300*
3197
3198 CYPRESS_FIRMWARE MEDIA DRIVER
3199 M:      Antti Palosaari <crope@iki.fi>
3200 L:      linux-media@vger.kernel.org
3201 W:      http://linuxtv.org/
3202 W:      http://palosaari.fi/linux/
3203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3204 T:      git git://linuxtv.org/anttip/media_tree.git
3205 S:      Maintained
3206 F:      drivers/media/common/cypress_firmware*
3207
3208 CYTTSP TOUCHSCREEN DRIVER
3209 M:      Ferruh Yigit <fery@cypress.com>
3210 L:      linux-input@vger.kernel.org
3211 S:      Supported
3212 F:      drivers/input/touchscreen/cyttsp*
3213 F:      include/linux/input/cyttsp.h
3214
3215 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3216 M:      Joshua Kinard <kumba@gentoo.org>
3217 S:      Maintained
3218 F:      drivers/rtc/rtc-ds1685.c
3219 F:      include/linux/rtc/ds1685.h
3220
3221 DAMA SLAVE for AX.25
3222 M:      Joerg Reuter <jreuter@yaina.de>
3223 W:      http://yaina.de/jreuter/
3224 W:      http://www.qsl.net/dl1bke/
3225 L:      linux-hams@vger.kernel.org
3226 S:      Maintained
3227 F:      net/ax25/af_ax25.c
3228 F:      net/ax25/ax25_dev.c
3229 F:      net/ax25/ax25_ds_*
3230 F:      net/ax25/ax25_in.c
3231 F:      net/ax25/ax25_out.c
3232 F:      net/ax25/ax25_timer.c
3233 F:      net/ax25/sysctl_net_ax25.c
3234
3235 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3236 L:      netdev@vger.kernel.org
3237 S:      Orphan
3238 F:      Documentation/networking/dmfe.txt
3239 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3240
3241 DC390/AM53C974 SCSI driver
3242 M:      Hannes Reinecke <hare@suse.com>
3243 L:      linux-scsi@vger.kernel.org
3244 S:      Maintained
3245 F:      drivers/scsi/am53c974.c
3246
3247 DC395x SCSI driver
3248 M:      Oliver Neukum <oliver@neukum.org>
3249 M:      Ali Akcaagac <aliakc@web.de>
3250 M:      Jamie Lenehan <lenehan@twibble.org>
3251 L:      dc395x@twibble.org
3252 W:      http://twibble.org/dist/dc395x/
3253 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3254 S:      Maintained
3255 F:      Documentation/scsi/dc395x.txt
3256 F:      drivers/scsi/dc395x.*
3257
3258 DCCP PROTOCOL
3259 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3260 L:      dccp@vger.kernel.org
3261 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3262 S:      Maintained
3263 F:      include/linux/dccp.h
3264 F:      include/uapi/linux/dccp.h
3265 F:      include/linux/tfrc.h
3266 F:      net/dccp/
3267
3268 DECnet NETWORK LAYER
3269 W:      http://linux-decnet.sourceforge.net
3270 L:      linux-decnet-user@lists.sourceforge.net
3271 S:      Orphan
3272 F:      Documentation/networking/decnet.txt
3273 F:      net/decnet/
3274
3275 DECSTATION PLATFORM SUPPORT
3276 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3277 L:      linux-mips@linux-mips.org
3278 W:      http://www.linux-mips.org/wiki/DECstation
3279 S:      Maintained
3280 F:      arch/mips/dec/
3281 F:      arch/mips/include/asm/dec/
3282 F:      arch/mips/include/asm/mach-dec/
3283
3284 DEFXX FDDI NETWORK DRIVER
3285 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3286 S:      Maintained
3287 F:      drivers/net/fddi/defxx.*
3288
3289 DELL LAPTOP DRIVER
3290 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3291 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3292 L:      platform-driver-x86@vger.kernel.org
3293 S:      Maintained
3294 F:      drivers/platform/x86/dell-laptop.c
3295
3296 DELL LAPTOP RBTN DRIVER
3297 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3298 S:      Maintained
3299 F:      drivers/platform/x86/dell-rbtn.*
3300
3301 DELL LAPTOP FREEFALL DRIVER
3302 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3303 S:      Maintained
3304 F:      drivers/platform/x86/dell-smo8800.c
3305
3306 DELL LAPTOP SMM DRIVER
3307 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3308 S:      Maintained
3309 F:      drivers/hwmon/dell-smm-hwmon.c
3310 F:      include/uapi/linux/i8k.h
3311
3312 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3313 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3314 S:      Maintained
3315 F:      Documentation/dcdbas.txt
3316 F:      drivers/firmware/dcdbas.*
3317
3318 DELL WMI EXTRAS DRIVER
3319 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3320 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3321 S:      Maintained
3322 F:      drivers/platform/x86/dell-wmi.c
3323
3324 DESIGNWARE USB2 DRD IP DRIVER
3325 M:      John Youn <johnyoun@synopsys.com>
3326 L:      linux-usb@vger.kernel.org
3327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3328 S:      Maintained
3329 F:      drivers/usb/dwc2/
3330
3331 DESIGNWARE USB3 DRD IP DRIVER
3332 M:      Felipe Balbi <balbi@ti.com>
3333 L:      linux-usb@vger.kernel.org
3334 L:      linux-omap@vger.kernel.org
3335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3336 S:      Maintained
3337 F:      drivers/usb/dwc3/
3338
3339 DEVICE COREDUMP (DEV_COREDUMP)
3340 M:      Johannes Berg <johannes@sipsolutions.net>
3341 L:      linux-kernel@vger.kernel.org
3342 S:      Maintained
3343 F:      drivers/base/devcoredump.c
3344 F:      include/linux/devcoredump.h
3345
3346 DEVICE FREQUENCY (DEVFREQ)
3347 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3348 M:      Kyungmin Park <kyungmin.park@samsung.com>
3349 L:      linux-pm@vger.kernel.org
3350 S:      Maintained
3351 F:      drivers/devfreq/
3352
3353 DEVICE NUMBER REGISTRY
3354 M:      Torben Mathiasen <device@lanana.org>
3355 W:      http://lanana.org/docs/device-list/index.html
3356 S:      Maintained
3357
3358 DEVICE-MAPPER  (LVM)
3359 M:      Alasdair Kergon <agk@redhat.com>
3360 M:      Mike Snitzer <snitzer@redhat.com>
3361 M:      dm-devel@redhat.com
3362 L:      dm-devel@redhat.com
3363 W:      http://sources.redhat.com/dm
3364 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3366 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3367 S:      Maintained
3368 F:      Documentation/device-mapper/
3369 F:      drivers/md/dm*
3370 F:      drivers/md/persistent-data/
3371 F:      include/linux/device-mapper.h
3372 F:      include/linux/dm-*.h
3373 F:      include/uapi/linux/dm-*.h
3374
3375 DIALOG SEMICONDUCTOR DRIVERS
3376 M:      Support Opensource <support.opensource@diasemi.com>
3377 W:      http://www.dialog-semiconductor.com/products
3378 S:      Supported
3379 F:      Documentation/hwmon/da90??
3380 F:      drivers/gpio/gpio-da90??.c
3381 F:      drivers/hwmon/da90??-hwmon.c
3382 F:      drivers/iio/adc/da91??-*.c
3383 F:      drivers/input/misc/da90??_onkey.c
3384 F:      drivers/input/touchscreen/da9052_tsi.c
3385 F:      drivers/leds/leds-da90??.c
3386 F:      drivers/mfd/da903x.c
3387 F:      drivers/mfd/da90??-*.c
3388 F:      drivers/mfd/da91??-*.c
3389 F:      drivers/power/da9052-battery.c
3390 F:      drivers/power/da91??-*.c
3391 F:      drivers/regulator/da903x.c
3392 F:      drivers/regulator/da9???-regulator.[ch]
3393 F:      drivers/rtc/rtc-da90??.c
3394 F:      drivers/video/backlight/da90??_bl.c
3395 F:      drivers/watchdog/da90??_wdt.c
3396 F:      include/linux/mfd/da903x.h
3397 F:      include/linux/mfd/da9052/
3398 F:      include/linux/mfd/da9055/
3399 F:      include/linux/mfd/da9063/
3400 F:      include/linux/mfd/da9150/
3401 F:      include/sound/da[79]*.h
3402 F:      sound/soc/codecs/da[79]*.[ch]
3403
3404 DIGI NEO AND CLASSIC PCI PRODUCTS
3405 M:      Lidza Louina <lidza.louina@gmail.com>
3406 M:      Mark Hounschell <markh@compro.net>
3407 L:      driverdev-devel@linuxdriverproject.org
3408 S:      Maintained
3409 F:      drivers/staging/dgnc/
3410
3411 DIGI EPCA PCI PRODUCTS
3412 M:      Lidza Louina <lidza.louina@gmail.com>
3413 M:      Daeseok Youn <daeseok.youn@gmail.com>
3414 L:      driverdev-devel@linuxdriverproject.org
3415 S:      Maintained
3416 F:      drivers/staging/dgap/
3417
3418 DIOLAN U2C-12 I2C DRIVER
3419 M:      Guenter Roeck <linux@roeck-us.net>
3420 L:      linux-i2c@vger.kernel.org
3421 S:      Maintained
3422 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3423
3424 DIRECT ACCESS (DAX)
3425 M:      Matthew Wilcox <willy@linux.intel.com>
3426 L:      linux-fsdevel@vger.kernel.org
3427 S:      Supported
3428 F:      fs/dax.c
3429
3430 DIRECTORY NOTIFICATION (DNOTIFY)
3431 M:      Eric Paris <eparis@parisplace.org>
3432 S:      Maintained
3433 F:      Documentation/filesystems/dnotify.txt
3434 F:      fs/notify/dnotify/
3435 F:      include/linux/dnotify.h
3436
3437 DISK GEOMETRY AND PARTITION HANDLING
3438 M:      Andries Brouwer <aeb@cwi.nl>
3439 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3440 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3441 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3442 S:      Maintained
3443
3444 DISKQUOTA
3445 M:      Jan Kara <jack@suse.com>
3446 S:      Maintained
3447 F:      Documentation/filesystems/quota.txt
3448 F:      fs/quota/
3449 F:      include/linux/quota*.h
3450 F:      include/uapi/linux/quota*.h
3451
3452 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3453 M:      Bernie Thompson <bernie@plugable.com>
3454 L:      linux-fbdev@vger.kernel.org
3455 S:      Maintained
3456 W:      http://plugable.com/category/projects/udlfb/
3457 F:      drivers/video/fbdev/udlfb.c
3458 F:      include/video/udlfb.h
3459 F:      Documentation/fb/udlfb.txt
3460
3461 DISTRIBUTED LOCK MANAGER (DLM)
3462 M:      Christine Caulfield <ccaulfie@redhat.com>
3463 M:      David Teigland <teigland@redhat.com>
3464 L:      cluster-devel@redhat.com
3465 W:      http://sources.redhat.com/cluster/
3466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3467 S:      Supported
3468 F:      fs/dlm/
3469
3470 DMA BUFFER SHARING FRAMEWORK
3471 M:      Sumit Semwal <sumit.semwal@linaro.org>
3472 S:      Maintained
3473 L:      linux-media@vger.kernel.org
3474 L:      dri-devel@lists.freedesktop.org
3475 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3476 F:      drivers/dma-buf/
3477 F:      include/linux/dma-buf*
3478 F:      include/linux/reservation.h
3479 F:      include/linux/*fence.h
3480 F:      Documentation/dma-buf-sharing.txt
3481 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3482
3483 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3484 M:      Vinod Koul <vinod.koul@intel.com>
3485 L:      dmaengine@vger.kernel.org
3486 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3487 S:      Maintained
3488 F:      drivers/dma/
3489 F:      include/linux/dmaengine.h
3490 F:      Documentation/dmaengine/
3491 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3492
3493 DME1737 HARDWARE MONITOR DRIVER
3494 M:      Juerg Haefliger <juergh@gmail.com>
3495 L:      lm-sensors@lm-sensors.org
3496 S:      Maintained
3497 F:      Documentation/hwmon/dme1737
3498 F:      drivers/hwmon/dme1737.c
3499
3500 DMI/SMBIOS SUPPORT
3501 M:      Jean Delvare <jdelvare@suse.com>
3502 S:      Maintained
3503 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3504 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3505 F:      drivers/firmware/dmi-id.c
3506 F:      drivers/firmware/dmi_scan.c
3507 F:      include/linux/dmi.h
3508
3509 DOCUMENTATION
3510 M:      Jonathan Corbet <corbet@lwn.net>
3511 L:      linux-doc@vger.kernel.org
3512 S:      Maintained
3513 F:      Documentation/
3514 X:      Documentation/ABI/
3515 X:      Documentation/devicetree/
3516 X:      Documentation/acpi
3517 X:      Documentation/power
3518 X:      Documentation/spi
3519 X:      Documentation/DocBook/media
3520 T:      git git://git.lwn.net/linux-2.6.git docs-next
3521
3522 DOUBLETALK DRIVER
3523 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3524 L:      blinux-list@redhat.com
3525 S:      Maintained
3526 F:      drivers/char/dtlk.c
3527 F:      include/linux/dtlk.h
3528
3529 DPT_I2O SCSI RAID DRIVER
3530 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3531 L:      linux-scsi@vger.kernel.org
3532 W:      http://www.adaptec.com/
3533 S:      Maintained
3534 F:      drivers/scsi/dpt*
3535 F:      drivers/scsi/dpt/
3536
3537 DRBD DRIVER
3538 P:      Philipp Reisner
3539 P:      Lars Ellenberg
3540 M:      drbd-dev@lists.linbit.com
3541 L:      drbd-user@lists.linbit.com
3542 W:      http://www.drbd.org
3543 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3544 T:      git git://git.drbd.org/drbd-8.3.git
3545 S:      Supported
3546 F:      drivers/block/drbd/
3547 F:      lib/lru_cache.c
3548 F:      Documentation/blockdev/drbd/
3549
3550 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3551 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3553 S:      Supported
3554 F:      Documentation/kobject.txt
3555 F:      drivers/base/
3556 F:      fs/debugfs/
3557 F:      fs/kernfs/
3558 F:      fs/sysfs/
3559 F:      include/linux/debugfs.h
3560 F:      include/linux/kobj*
3561 F:      lib/kobj*
3562
3563 DRM DRIVERS
3564 M:      David Airlie <airlied@linux.ie>
3565 L:      dri-devel@lists.freedesktop.org
3566 T:      git git://people.freedesktop.org/~airlied/linux
3567 S:      Maintained
3568 F:      drivers/gpu/drm/
3569 F:      drivers/gpu/vga/
3570 F:      include/drm/
3571 F:      include/uapi/drm/
3572
3573 RADEON DRM DRIVERS
3574 M:      Alex Deucher <alexander.deucher@amd.com>
3575 M:      Christian König <christian.koenig@amd.com>
3576 L:      dri-devel@lists.freedesktop.org
3577 T:      git git://people.freedesktop.org/~agd5f/linux
3578 S:      Supported
3579 F:      drivers/gpu/drm/radeon/
3580 F:      include/uapi/drm/radeon*
3581
3582 DRM PANEL DRIVERS
3583 M:      Thierry Reding <thierry.reding@gmail.com>
3584 L:      dri-devel@lists.freedesktop.org
3585 T:      git git://anongit.freedesktop.org/tegra/linux.git
3586 S:      Maintained
3587 F:      drivers/gpu/drm/drm_panel.c
3588 F:      drivers/gpu/drm/panel/
3589 F:      include/drm/drm_panel.h
3590 F:      Documentation/devicetree/bindings/panel/
3591
3592 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3593 M:      Daniel Vetter <daniel.vetter@intel.com>
3594 M:      Jani Nikula <jani.nikula@linux.intel.com>
3595 L:      intel-gfx@lists.freedesktop.org
3596 L:      dri-devel@lists.freedesktop.org
3597 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3598 T:      git git://anongit.freedesktop.org/drm-intel
3599 S:      Supported
3600 F:      drivers/gpu/drm/i915/
3601 F:      include/drm/i915*
3602 F:      include/uapi/drm/i915*
3603
3604 DRM DRIVERS FOR ATMEL HLCDC
3605 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3606 L:      dri-devel@lists.freedesktop.org
3607 S:      Supported
3608 F:      drivers/gpu/drm/atmel-hlcdc/
3609 F:      Documentation/devicetree/bindings/drm/atmel/
3610
3611 DRM DRIVERS FOR EXYNOS
3612 M:      Inki Dae <inki.dae@samsung.com>
3613 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3614 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3615 M:      Kyungmin Park <kyungmin.park@samsung.com>
3616 L:      dri-devel@lists.freedesktop.org
3617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3618 S:      Supported
3619 F:      drivers/gpu/drm/exynos/
3620 F:      include/drm/exynos*
3621 F:      include/uapi/drm/exynos*
3622
3623 DRM DRIVERS FOR FREESCALE DCU
3624 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3625 M:      Alison Wang <alison.wang@freescale.com>
3626 L:      dri-devel@lists.freedesktop.org
3627 S:      Supported
3628 F:      drivers/gpu/drm/fsl-dcu/
3629 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3630 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3631
3632 DRM DRIVERS FOR FREESCALE IMX
3633 M:      Philipp Zabel <p.zabel@pengutronix.de>
3634 L:      dri-devel@lists.freedesktop.org
3635 S:      Maintained
3636 F:      drivers/gpu/drm/imx/
3637 F:      Documentation/devicetree/bindings/drm/imx/
3638
3639 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3640 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3641 L:      dri-devel@lists.freedesktop.org
3642 T:      git git://github.com/patjak/drm-gma500
3643 S:      Maintained
3644 F:      drivers/gpu/drm/gma500
3645 F:      include/drm/gma500*
3646
3647 DRM DRIVERS FOR NVIDIA TEGRA
3648 M:      Thierry Reding <thierry.reding@gmail.com>
3649 M:      Terje Bergström <tbergstrom@nvidia.com>
3650 L:      dri-devel@lists.freedesktop.org
3651 L:      linux-tegra@vger.kernel.org
3652 T:      git git://anongit.freedesktop.org/tegra/linux.git
3653 S:      Supported
3654 F:      drivers/gpu/drm/tegra/
3655 F:      drivers/gpu/host1x/
3656 F:      include/linux/host1x.h
3657 F:      include/uapi/drm/tegra_drm.h
3658 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3659
3660 DRM DRIVERS FOR RENESAS
3661 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3662 L:      dri-devel@lists.freedesktop.org
3663 L:      linux-sh@vger.kernel.org
3664 T:      git git://people.freedesktop.org/~airlied/linux
3665 S:      Supported
3666 F:      drivers/gpu/drm/rcar-du/
3667 F:      drivers/gpu/drm/shmobile/
3668 F:      include/linux/platform_data/shmob_drm.h
3669
3670 DRM DRIVERS FOR ROCKCHIP
3671 M:      Mark Yao <mark.yao@rock-chips.com>
3672 L:      dri-devel@lists.freedesktop.org
3673 S:      Maintained
3674 F:      drivers/gpu/drm/rockchip/
3675 F:      Documentation/devicetree/bindings/video/rockchip*
3676
3677 DRM DRIVERS FOR STI
3678 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3679 M:      Vincent Abriou <vincent.abriou@st.com>
3680 L:      dri-devel@lists.freedesktop.org
3681 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3682 S:      Maintained
3683 F:      drivers/gpu/drm/sti
3684 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3685
3686 DSBR100 USB FM RADIO DRIVER
3687 M:      Alexey Klimov <klimov.linux@gmail.com>
3688 L:      linux-media@vger.kernel.org
3689 T:      git git://linuxtv.org/media_tree.git
3690 S:      Maintained
3691 F:      drivers/media/radio/dsbr100.c
3692
3693 DSCC4 DRIVER
3694 M:      Francois Romieu <romieu@fr.zoreil.com>
3695 L:      netdev@vger.kernel.org
3696 S:      Maintained
3697 F:      drivers/net/wan/dscc4.c
3698
3699 DT3155 MEDIA DRIVER
3700 M:      Hans Verkuil <hverkuil@xs4all.nl>
3701 L:      linux-media@vger.kernel.org
3702 T:      git git://linuxtv.org/media_tree.git
3703 W:      http://linuxtv.org
3704 S:      Odd Fixes
3705 F:      drivers/media/pci/dt3155/
3706
3707 DVB_USB_AF9015 MEDIA DRIVER
3708 M:      Antti Palosaari <crope@iki.fi>
3709 L:      linux-media@vger.kernel.org
3710 W:      http://linuxtv.org/
3711 W:      http://palosaari.fi/linux/
3712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3713 T:      git git://linuxtv.org/anttip/media_tree.git
3714 S:      Maintained
3715 F:      drivers/media/usb/dvb-usb-v2/af9015*
3716
3717 DVB_USB_AF9035 MEDIA DRIVER
3718 M:      Antti Palosaari <crope@iki.fi>
3719 L:      linux-media@vger.kernel.org
3720 W:      http://linuxtv.org/
3721 W:      http://palosaari.fi/linux/
3722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3723 T:      git git://linuxtv.org/anttip/media_tree.git
3724 S:      Maintained
3725 F:      drivers/media/usb/dvb-usb-v2/af9035*
3726
3727 DVB_USB_ANYSEE MEDIA DRIVER
3728 M:      Antti Palosaari <crope@iki.fi>
3729 L:      linux-media@vger.kernel.org
3730 W:      http://linuxtv.org/
3731 W:      http://palosaari.fi/linux/
3732 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3733 T:      git git://linuxtv.org/anttip/media_tree.git
3734 S:      Maintained
3735 F:      drivers/media/usb/dvb-usb-v2/anysee*
3736
3737 DVB_USB_AU6610 MEDIA DRIVER
3738 M:      Antti Palosaari <crope@iki.fi>
3739 L:      linux-media@vger.kernel.org
3740 W:      http://linuxtv.org/
3741 W:      http://palosaari.fi/linux/
3742 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3743 T:      git git://linuxtv.org/anttip/media_tree.git
3744 S:      Maintained
3745 F:      drivers/media/usb/dvb-usb-v2/au6610*
3746
3747 DVB_USB_CE6230 MEDIA DRIVER
3748 M:      Antti Palosaari <crope@iki.fi>
3749 L:      linux-media@vger.kernel.org
3750 W:      http://linuxtv.org/
3751 W:      http://palosaari.fi/linux/
3752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3753 T:      git git://linuxtv.org/anttip/media_tree.git
3754 S:      Maintained
3755 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3756
3757 DVB_USB_CXUSB MEDIA DRIVER
3758 M:      Michael Krufky <mkrufky@linuxtv.org>
3759 L:      linux-media@vger.kernel.org
3760 W:      http://linuxtv.org/
3761 W:      http://github.com/mkrufky
3762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3763 T:      git git://linuxtv.org/media_tree.git
3764 S:      Maintained
3765 F:      drivers/media/usb/dvb-usb/cxusb*
3766
3767 DVB_USB_EC168 MEDIA DRIVER
3768 M:      Antti Palosaari <crope@iki.fi>
3769 L:      linux-media@vger.kernel.org
3770 W:      http://linuxtv.org/
3771 W:      http://palosaari.fi/linux/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/usb/dvb-usb-v2/ec168*
3776
3777 DVB_USB_GL861 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3782 T:      git git://linuxtv.org/anttip/media_tree.git
3783 S:      Maintained
3784 F:      drivers/media/usb/dvb-usb-v2/gl861*
3785
3786 DVB_USB_MXL111SF MEDIA DRIVER
3787 M:      Michael Krufky <mkrufky@linuxtv.org>
3788 L:      linux-media@vger.kernel.org
3789 W:      http://linuxtv.org/
3790 W:      http://github.com/mkrufky
3791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3792 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3793 S:      Maintained
3794 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3795
3796 DVB_USB_RTL28XXU MEDIA DRIVER
3797 M:      Antti Palosaari <crope@iki.fi>
3798 L:      linux-media@vger.kernel.org
3799 W:      http://linuxtv.org/
3800 W:      http://palosaari.fi/linux/
3801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3802 T:      git git://linuxtv.org/anttip/media_tree.git
3803 S:      Maintained
3804 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3805
3806 DVB_USB_V2 MEDIA DRIVER
3807 M:      Antti Palosaari <crope@iki.fi>
3808 L:      linux-media@vger.kernel.org
3809 W:      http://linuxtv.org/
3810 W:      http://palosaari.fi/linux/
3811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3812 T:      git git://linuxtv.org/anttip/media_tree.git
3813 S:      Maintained
3814 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3815 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3816
3817 DYNAMIC DEBUG
3818 M:      Jason Baron <jbaron@akamai.com>
3819 S:      Maintained
3820 F:      lib/dynamic_debug.c
3821 F:      include/linux/dynamic_debug.h
3822
3823 DZ DECSTATION DZ11 SERIAL DRIVER
3824 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3825 S:      Maintained
3826 F:      drivers/tty/serial/dz.*
3827
3828 E3X0 POWER BUTTON DRIVER
3829 M:      Moritz Fischer <moritz.fischer@ettus.com>
3830 L:      usrp-users@lists.ettus.com
3831 W:      http://www.ettus.com
3832 S:      Supported
3833 F:      drivers/input/misc/e3x0-button.c
3834 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3835
3836 E4000 MEDIA DRIVER
3837 M:      Antti Palosaari <crope@iki.fi>
3838 L:      linux-media@vger.kernel.org
3839 W:      http://linuxtv.org/
3840 W:      http://palosaari.fi/linux/
3841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3842 T:      git git://linuxtv.org/anttip/media_tree.git
3843 S:      Maintained
3844 F:      drivers/media/tuners/e4000*
3845
3846 EATA ISA/EISA/PCI SCSI DRIVER
3847 M:      Dario Ballabio <ballabio_dario@emc.com>
3848 L:      linux-scsi@vger.kernel.org
3849 S:      Maintained
3850 F:      drivers/scsi/eata.c
3851
3852 EC100 MEDIA DRIVER
3853 M:      Antti Palosaari <crope@iki.fi>
3854 L:      linux-media@vger.kernel.org
3855 W:      http://linuxtv.org/
3856 W:      http://palosaari.fi/linux/
3857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3858 T:      git git://linuxtv.org/anttip/media_tree.git
3859 S:      Maintained
3860 F:      drivers/media/dvb-frontends/ec100*
3861
3862 ECRYPT FILE SYSTEM
3863 M:      Tyler Hicks <tyhicks@canonical.com>
3864 L:      ecryptfs@vger.kernel.org
3865 W:      http://ecryptfs.org
3866 W:      https://launchpad.net/ecryptfs
3867 S:      Supported
3868 F:      Documentation/filesystems/ecryptfs.txt
3869 F:      fs/ecryptfs/
3870
3871 EDAC-CORE
3872 M:      Doug Thompson <dougthompson@xmission.com>
3873 M:      Borislav Petkov <bp@alien8.de>
3874 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3875 L:      linux-edac@vger.kernel.org
3876 W:      bluesmoke.sourceforge.net
3877 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3878 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3879 S:      Supported
3880 F:      Documentation/edac.txt
3881 F:      drivers/edac/
3882 F:      include/linux/edac.h
3883
3884 EDAC-AMD64
3885 M:      Doug Thompson <dougthompson@xmission.com>
3886 M:      Borislav Petkov <bp@alien8.de>
3887 L:      linux-edac@vger.kernel.org
3888 W:      bluesmoke.sourceforge.net
3889 S:      Maintained
3890 F:      drivers/edac/amd64_edac*
3891
3892 EDAC-CALXEDA
3893 M:      Doug Thompson <dougthompson@xmission.com>
3894 M:      Robert Richter <rric@kernel.org>
3895 L:      linux-edac@vger.kernel.org
3896 W:      bluesmoke.sourceforge.net
3897 S:      Maintained
3898 F:      drivers/edac/highbank*
3899
3900 EDAC-CAVIUM
3901 M:      Ralf Baechle <ralf@linux-mips.org>
3902 M:      David Daney <david.daney@cavium.com>
3903 L:      linux-edac@vger.kernel.org
3904 L:      linux-mips@linux-mips.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Supported
3907 F:      drivers/edac/octeon_edac*
3908
3909 EDAC-E752X
3910 M:      Mark Gross <mark.gross@intel.com>
3911 M:      Doug Thompson <dougthompson@xmission.com>
3912 L:      linux-edac@vger.kernel.org
3913 W:      bluesmoke.sourceforge.net
3914 S:      Maintained
3915 F:      drivers/edac/e752x_edac.c
3916
3917 EDAC-E7XXX
3918 M:      Doug Thompson <dougthompson@xmission.com>
3919 L:      linux-edac@vger.kernel.org
3920 W:      bluesmoke.sourceforge.net
3921 S:      Maintained
3922 F:      drivers/edac/e7xxx_edac.c
3923
3924 EDAC-GHES
3925 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3926 L:      linux-edac@vger.kernel.org
3927 W:      bluesmoke.sourceforge.net
3928 S:      Maintained
3929 F:      drivers/edac/ghes_edac.c
3930
3931 EDAC-I82443BXGX
3932 M:      Tim Small <tim@buttersideup.com>
3933 L:      linux-edac@vger.kernel.org
3934 W:      bluesmoke.sourceforge.net
3935 S:      Maintained
3936 F:      drivers/edac/i82443bxgx_edac.c
3937
3938 EDAC-I3000
3939 M:      Jason Uhlenkott <juhlenko@akamai.com>
3940 L:      linux-edac@vger.kernel.org
3941 W:      bluesmoke.sourceforge.net
3942 S:      Maintained
3943 F:      drivers/edac/i3000_edac.c
3944
3945 EDAC-I5000
3946 M:      Doug Thompson <dougthompson@xmission.com>
3947 L:      linux-edac@vger.kernel.org
3948 W:      bluesmoke.sourceforge.net
3949 S:      Maintained
3950 F:      drivers/edac/i5000_edac.c
3951
3952 EDAC-I5400
3953 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3954 L:      linux-edac@vger.kernel.org
3955 W:      bluesmoke.sourceforge.net
3956 S:      Maintained
3957 F:      drivers/edac/i5400_edac.c
3958
3959 EDAC-I7300
3960 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3961 L:      linux-edac@vger.kernel.org
3962 W:      bluesmoke.sourceforge.net
3963 S:      Maintained
3964 F:      drivers/edac/i7300_edac.c
3965
3966 EDAC-I7CORE
3967 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3968 L:      linux-edac@vger.kernel.org
3969 W:      bluesmoke.sourceforge.net
3970 S:      Maintained
3971 F:      drivers/edac/i7core_edac.c
3972
3973 EDAC-I82975X
3974 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3975 M:      "Arvind R." <arvino55@gmail.com>
3976 L:      linux-edac@vger.kernel.org
3977 W:      bluesmoke.sourceforge.net
3978 S:      Maintained
3979 F:      drivers/edac/i82975x_edac.c
3980
3981 EDAC-IE31200
3982 M:      Jason Baron <jbaron@akamai.com>
3983 L:      linux-edac@vger.kernel.org
3984 W:      bluesmoke.sourceforge.net
3985 S:      Maintained
3986 F:      drivers/edac/ie31200_edac.c
3987
3988 EDAC-MPC85XX
3989 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3990 L:      linux-edac@vger.kernel.org
3991 W:      bluesmoke.sourceforge.net
3992 S:      Maintained
3993 F:      drivers/edac/mpc85xx_edac.[ch]
3994
3995 EDAC-PASEMI
3996 M:      Egor Martovetsky <egor@pasemi.com>
3997 L:      linux-edac@vger.kernel.org
3998 W:      bluesmoke.sourceforge.net
3999 S:      Maintained
4000 F:      drivers/edac/pasemi_edac.c
4001
4002 EDAC-R82600
4003 M:      Tim Small <tim@buttersideup.com>
4004 L:      linux-edac@vger.kernel.org
4005 W:      bluesmoke.sourceforge.net
4006 S:      Maintained
4007 F:      drivers/edac/r82600_edac.c
4008
4009 EDAC-SBRIDGE
4010 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4011 L:      linux-edac@vger.kernel.org
4012 W:      bluesmoke.sourceforge.net
4013 S:      Maintained
4014 F:      drivers/edac/sb_edac.c
4015
4016 EDAC-XGENE
4017 APPLIED MICRO (APM) X-GENE SOC EDAC
4018 M:     Loc Ho <lho@apm.com>
4019 S:     Supported
4020 F:     drivers/edac/xgene_edac.c
4021 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4022
4023 EDIROL UA-101/UA-1000 DRIVER
4024 M:      Clemens Ladisch <clemens@ladisch.de>
4025 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4026 T:      git git://git.alsa-project.org/alsa-kernel.git
4027 S:      Maintained
4028 F:      sound/usb/misc/ua101.c
4029
4030 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4031 M:      Matt Fleming <matt@codeblueprint.co.uk>
4032 L:      linux-efi@vger.kernel.org
4033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4034 S:      Maintained
4035 F:      Documentation/efi-stub.txt
4036 F:      arch/ia64/kernel/efi.c
4037 F:      arch/x86/boot/compressed/eboot.[ch]
4038 F:      arch/x86/include/asm/efi.h
4039 F:      arch/x86/platform/efi/*
4040 F:      drivers/firmware/efi/*
4041 F:      include/linux/efi*.h
4042
4043 EFI VARIABLE FILESYSTEM
4044 M:      Matthew Garrett <matthew.garrett@nebula.com>
4045 M:      Jeremy Kerr <jk@ozlabs.org>
4046 M:      Matt Fleming <matt@codeblueprint.co.uk>
4047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4048 L:      linux-efi@vger.kernel.org
4049 S:      Maintained
4050 F:      fs/efivarfs/
4051
4052 EFIFB FRAMEBUFFER DRIVER
4053 L:      linux-fbdev@vger.kernel.org
4054 M:      Peter Jones <pjones@redhat.com>
4055 S:      Maintained
4056 F:      drivers/video/fbdev/efifb.c
4057
4058 EFS FILESYSTEM
4059 W:      http://aeschi.ch.eu.org/efs/
4060 S:      Orphan
4061 F:      fs/efs/
4062
4063 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4064 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4065 M:      Christoph Raisch <raisch@de.ibm.com>
4066 L:      linux-rdma@vger.kernel.org
4067 S:      Supported
4068 F:      drivers/infiniband/hw/ehca/
4069
4070 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4071 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4072 L:      netdev@vger.kernel.org
4073 S:      Maintained
4074 F:      drivers/net/ethernet/ibm/ehea/
4075
4076 EM28XX VIDEO4LINUX DRIVER
4077 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4078 L:      linux-media@vger.kernel.org
4079 W:      http://linuxtv.org
4080 T:      git git://linuxtv.org/media_tree.git
4081 S:      Maintained
4082 F:      drivers/media/usb/em28xx/
4083
4084 EMBEDDED LINUX
4085 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4086 M:      Matt Mackall <mpm@selenic.com>
4087 M:      David Woodhouse <dwmw2@infradead.org>
4088 L:      linux-embedded@vger.kernel.org
4089 S:      Maintained
4090
4091 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4092 M:      James Smart <james.smart@avagotech.com>
4093 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4094 L:      linux-scsi@vger.kernel.org
4095 W:      http://www.avagotech.com
4096 S:      Supported
4097 F:      drivers/scsi/lpfc/
4098
4099 ENE CB710 FLASH CARD READER DRIVER
4100 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4101 S:      Maintained
4102 F:      drivers/misc/cb710/
4103 F:      drivers/mmc/host/cb710-mmc.*
4104 F:      include/linux/cb710.h
4105
4106 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4107 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4108 S:      Maintained
4109 F:      drivers/media/rc/ene_ir.*
4110
4111 ENHANCED ERROR HANDLING (EEH)
4112 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4113 L:      linuxppc-dev@lists.ozlabs.org
4114 S:      Supported
4115 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4116 F:      arch/powerpc/kernel/eeh*.c
4117
4118 EPSON S1D13XXX FRAMEBUFFER DRIVER
4119 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4120 S:      Maintained
4121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4122 F:      drivers/video/fbdev/s1d13xxxfb.c
4123 F:      include/video/s1d13xxxfb.h
4124
4125 ET131X NETWORK DRIVER
4126 M:      Mark Einon <mark.einon@gmail.com>
4127 S:      Odd Fixes
4128 F:      drivers/net/ethernet/agere/
4129
4130 ETHERNET BRIDGE
4131 M:      Stephen Hemminger <stephen@networkplumber.org>
4132 L:      bridge@lists.linux-foundation.org
4133 L:      netdev@vger.kernel.org
4134 W:      http://www.linuxfoundation.org/en/Net:Bridge
4135 S:      Maintained
4136 F:      include/linux/netfilter_bridge/
4137 F:      net/bridge/
4138
4139 ETHERNET PHY LIBRARY
4140 M:      Florian Fainelli <f.fainelli@gmail.com>
4141 L:      netdev@vger.kernel.org
4142 S:      Maintained
4143 F:      include/linux/phy.h
4144 F:      include/linux/phy_fixed.h
4145 F:      drivers/net/phy/
4146 F:      Documentation/networking/phy.txt
4147 F:      drivers/of/of_mdio.c
4148 F:      drivers/of/of_net.c
4149
4150 EXT2 FILE SYSTEM
4151 M:      Jan Kara <jack@suse.com>
4152 L:      linux-ext4@vger.kernel.org
4153 S:      Maintained
4154 F:      Documentation/filesystems/ext2.txt
4155 F:      fs/ext2/
4156 F:      include/linux/ext2*
4157
4158 EXT4 FILE SYSTEM
4159 M:      "Theodore Ts'o" <tytso@mit.edu>
4160 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4161 L:      linux-ext4@vger.kernel.org
4162 W:      http://ext4.wiki.kernel.org
4163 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4164 S:      Maintained
4165 F:      Documentation/filesystems/ext4.txt
4166 F:      fs/ext4/
4167
4168 Extended Verification Module (EVM)
4169 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4170 L:      linux-ima-devel@lists.sourceforge.net
4171 L:      linux-security-module@vger.kernel.org
4172 S:      Supported
4173 F:      security/integrity/evm/
4174
4175 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4176 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4177 M:      Chanwoo Choi <cw00.choi@samsung.com>
4178 L:      linux-kernel@vger.kernel.org
4179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4180 S:      Maintained
4181 F:      drivers/extcon/
4182 F:      Documentation/extcon/
4183
4184 EXYNOS DP DRIVER
4185 M:      Jingoo Han <jingoohan1@gmail.com>
4186 L:      dri-devel@lists.freedesktop.org
4187 S:      Maintained
4188 F:      drivers/gpu/drm/exynos/exynos_dp*
4189
4190 EXYNOS MIPI DISPLAY DRIVERS
4191 M:      Inki Dae <inki.dae@samsung.com>
4192 M:      Donghwa Lee <dh09.lee@samsung.com>
4193 M:      Kyungmin Park <kyungmin.park@samsung.com>
4194 L:      linux-fbdev@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/video/fbdev/exynos/exynos_mipi*
4197 F:      include/video/exynos_mipi*
4198
4199 F71805F HARDWARE MONITORING DRIVER
4200 M:      Jean Delvare <jdelvare@suse.com>
4201 L:      lm-sensors@lm-sensors.org
4202 S:      Maintained
4203 F:      Documentation/hwmon/f71805f
4204 F:      drivers/hwmon/f71805f.c
4205
4206 FC0011 TUNER DRIVER
4207 M:      Michael Buesch <m@bues.ch>
4208 L:      linux-media@vger.kernel.org
4209 S:      Maintained
4210 F:      drivers/media/tuners/fc0011.h
4211 F:      drivers/media/tuners/fc0011.c
4212
4213 FC2580 MEDIA DRIVER
4214 M:      Antti Palosaari <crope@iki.fi>
4215 L:      linux-media@vger.kernel.org
4216 W:      http://linuxtv.org/
4217 W:      http://palosaari.fi/linux/
4218 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4219 T:      git git://linuxtv.org/anttip/media_tree.git
4220 S:      Maintained
4221 F:      drivers/media/tuners/fc2580*
4222
4223 FANOTIFY
4224 M:      Eric Paris <eparis@redhat.com>
4225 S:      Maintained
4226 F:      fs/notify/fanotify/
4227 F:      include/linux/fanotify.h
4228 F:      include/uapi/linux/fanotify.h
4229
4230 FARSYNC SYNCHRONOUS DRIVER
4231 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4232 W:      http://www.farsite.co.uk/
4233 S:      Supported
4234 F:      drivers/net/wan/farsync.*
4235
4236 FAULT INJECTION SUPPORT
4237 M:      Akinobu Mita <akinobu.mita@gmail.com>
4238 S:      Supported
4239 F:      Documentation/fault-injection/
4240 F:      lib/fault-inject.c
4241
4242 FBTFT Framebuffer drivers
4243 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4244 M:      Noralf Trønnes <noralf@tronnes.org>
4245 S:      Maintained
4246 F:      drivers/staging/fbtft/
4247
4248 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4249 M:      Vasu Dev <vasu.dev@intel.com>
4250 L:      fcoe-devel@open-fcoe.org
4251 W:      www.Open-FCoE.org
4252 S:      Supported
4253 F:      drivers/scsi/libfc/
4254 F:      drivers/scsi/fcoe/
4255 F:      include/scsi/fc/
4256 F:      include/scsi/libfc.h
4257 F:      include/scsi/libfcoe.h
4258 F:      include/uapi/scsi/fc/
4259
4260 FILE LOCKING (flock() and fcntl()/lockf())
4261 M:      Jeff Layton <jlayton@poochiereds.net>
4262 M:      "J. Bruce Fields" <bfields@fieldses.org>
4263 L:      linux-fsdevel@vger.kernel.org
4264 S:      Maintained
4265 F:      include/linux/fcntl.h
4266 F:      include/linux/fs.h
4267 F:      include/uapi/linux/fcntl.h
4268 F:      include/uapi/linux/fs.h
4269 F:      fs/fcntl.c
4270 F:      fs/locks.c
4271
4272 FILESYSTEMS (VFS and infrastructure)
4273 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4274 L:      linux-fsdevel@vger.kernel.org
4275 S:      Maintained
4276 F:      fs/*
4277
4278 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4279 M:      Riku Voipio <riku.voipio@iki.fi>
4280 L:      lm-sensors@lm-sensors.org
4281 S:      Maintained
4282 F:      drivers/hwmon/f75375s.c
4283 F:      include/linux/f75375s.h
4284
4285 FIREWIRE AUDIO DRIVERS
4286 M:      Clemens Ladisch <clemens@ladisch.de>
4287 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4288 T:      git git://git.alsa-project.org/alsa-kernel.git
4289 S:      Maintained
4290 F:      sound/firewire/
4291
4292 FIREWIRE MEDIA DRIVERS (firedtv)
4293 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4294 L:      linux-media@vger.kernel.org
4295 L:      linux1394-devel@lists.sourceforge.net
4296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4297 S:      Maintained
4298 F:      drivers/media/firewire/
4299
4300 FIREWIRE SBP-2 TARGET
4301 M:      Chris Boot <bootc@bootc.net>
4302 L:      linux-scsi@vger.kernel.org
4303 L:      target-devel@vger.kernel.org
4304 L:      linux1394-devel@lists.sourceforge.net
4305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4306 S:      Maintained
4307 F:      drivers/target/sbp/
4308
4309 FIREWIRE SUBSYSTEM
4310 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4311 L:      linux1394-devel@lists.sourceforge.net
4312 W:      http://ieee1394.wiki.kernel.org/
4313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4314 S:      Maintained
4315 F:      drivers/firewire/
4316 F:      include/linux/firewire.h
4317 F:      include/uapi/linux/firewire*.h
4318 F:      tools/firewire/
4319
4320 FIRMWARE LOADER (request_firmware)
4321 M:      Ming Lei <ming.lei@canonical.com>
4322 L:      linux-kernel@vger.kernel.org
4323 S:      Maintained
4324 F:      Documentation/firmware_class/
4325 F:      drivers/base/firmware*.c
4326 F:      include/linux/firmware.h
4327
4328 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4329 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4330 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4331 S:      Maintained
4332 F:      drivers/block/rsxx/
4333
4334 FLOPPY DRIVER
4335 M:      Jiri Kosina <jikos@kernel.org>
4336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4337 S:      Odd fixes
4338 F:      drivers/block/floppy.c
4339
4340 FMC SUBSYSTEM
4341 M:      Alessandro Rubini <rubini@gnudd.com>
4342 W:      http://www.ohwr.org/projects/fmc-bus
4343 S:      Supported
4344 F:      drivers/fmc/
4345 F:      include/linux/fmc*.h
4346 F:      include/linux/ipmi-fru.h
4347 K:      fmc_d.*register
4348
4349 FPU EMULATOR
4350 M:      Bill Metzenthen <billm@melbpc.org.au>
4351 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4352 S:      Maintained
4353 F:      arch/x86/math-emu/
4354
4355 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4356 L:      netdev@vger.kernel.org
4357 S:      Orphan
4358 F:      drivers/net/wan/dlci.c
4359 F:      drivers/net/wan/sdla.c
4360
4361 FRAMEBUFFER LAYER
4362 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4363 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4364 L:      linux-fbdev@vger.kernel.org
4365 W:      http://linux-fbdev.sourceforge.net/
4366 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4368 S:      Maintained
4369 F:      Documentation/fb/
4370 F:      Documentation/devicetree/bindings/fb/
4371 F:      drivers/video/
4372 F:      include/video/
4373 F:      include/linux/fb.h
4374 F:      include/uapi/video/
4375 F:      include/uapi/linux/fb.h
4376
4377 FREESCALE DIU FRAMEBUFFER DRIVER
4378 M:      Timur Tabi <timur@tabi.org>
4379 L:      linux-fbdev@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/video/fbdev/fsl-diu-fb.*
4382
4383 FREESCALE DMA DRIVER
4384 M:      Li Yang <leoli@freescale.com>
4385 M:      Zhang Wei <zw@zh-kernel.org>
4386 L:      linuxppc-dev@lists.ozlabs.org
4387 S:      Maintained
4388 F:      drivers/dma/fsldma.*
4389
4390 FREESCALE I2C CPM DRIVER
4391 M:      Jochen Friedrich <jochen@scram.de>
4392 L:      linuxppc-dev@lists.ozlabs.org
4393 L:      linux-i2c@vger.kernel.org
4394 S:      Maintained
4395 F:      drivers/i2c/busses/i2c-cpm.c
4396
4397 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4398 M:      Sascha Hauer <kernel@pengutronix.de>
4399 L:      linux-fbdev@vger.kernel.org
4400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4401 S:      Maintained
4402 F:      include/linux/platform_data/video-imxfb.h
4403 F:      drivers/video/fbdev/imxfb.c
4404
4405 FREESCALE QUAD SPI DRIVER
4406 M:      Han Xu <han.xu@freescale.com>
4407 L:      linux-mtd@lists.infradead.org
4408 S:      Maintained
4409 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4410
4411 FREESCALE SOC FS_ENET DRIVER
4412 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4413 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4414 L:      linuxppc-dev@lists.ozlabs.org
4415 L:      netdev@vger.kernel.org
4416 S:      Maintained
4417 F:      drivers/net/ethernet/freescale/fs_enet/
4418 F:      include/linux/fs_enet_pd.h
4419
4420 FREESCALE QUICC ENGINE LIBRARY
4421 L:      linuxppc-dev@lists.ozlabs.org
4422 S:      Orphan
4423 F:      arch/powerpc/sysdev/qe_lib/
4424 F:      arch/powerpc/include/asm/*qe.h
4425
4426 FREESCALE USB PERIPHERAL DRIVERS
4427 M:      Li Yang <leoli@freescale.com>
4428 L:      linux-usb@vger.kernel.org
4429 L:      linuxppc-dev@lists.ozlabs.org
4430 S:      Maintained
4431 F:      drivers/usb/gadget/udc/fsl*
4432
4433 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4434 M:      Li Yang <leoli@freescale.com>
4435 L:      netdev@vger.kernel.org
4436 L:      linuxppc-dev@lists.ozlabs.org
4437 S:      Maintained
4438 F:      drivers/net/ethernet/freescale/ucc_geth*
4439
4440 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4441 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4442 L:      netdev@vger.kernel.org
4443 S:      Maintained
4444 F:      drivers/net/ethernet/freescale/gianfar*
4445 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4446 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4447
4448 FREESCALE QUICC ENGINE UCC UART DRIVER
4449 M:      Timur Tabi <timur@tabi.org>
4450 L:      linuxppc-dev@lists.ozlabs.org
4451 S:      Maintained
4452 F:      drivers/tty/serial/ucc_uart.c
4453
4454 FREESCALE SOC SOUND DRIVERS
4455 M:      Timur Tabi <timur@tabi.org>
4456 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4457 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4459 L:      linuxppc-dev@lists.ozlabs.org
4460 S:      Maintained
4461 F:      sound/soc/fsl/fsl*
4462 F:      sound/soc/fsl/imx*
4463 F:      sound/soc/fsl/mpc8610_hpcd.c
4464
4465 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4466 M:      "J. German Rivera" <German.Rivera@freescale.com>
4467 L:      linux-kernel@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/staging/fsl-mc/
4470
4471 FREEVXFS FILESYSTEM
4472 M:      Christoph Hellwig <hch@infradead.org>
4473 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4474 S:      Maintained
4475 F:      fs/freevxfs/
4476
4477 FREEZER
4478 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4479 M:      Pavel Machek <pavel@ucw.cz>
4480 L:      linux-pm@vger.kernel.org
4481 S:      Supported
4482 F:      Documentation/power/freezing-of-tasks.txt
4483 F:      include/linux/freezer.h
4484 F:      kernel/freezer.c
4485
4486 FRONTSWAP API
4487 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4488 L:      linux-kernel@vger.kernel.org
4489 S:      Maintained
4490 F:      mm/frontswap.c
4491 F:      include/linux/frontswap.h
4492
4493 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4494 M:      David Howells <dhowells@redhat.com>
4495 L:      linux-cachefs@redhat.com
4496 S:      Supported
4497 F:      Documentation/filesystems/caching/
4498 F:      fs/fscache/
4499 F:      include/linux/fscache*.h
4500
4501 F2FS FILE SYSTEM
4502 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4503 M:      Changman Lee <cm224.lee@samsung.com>
4504 R:      Chao Yu <chao2.yu@samsung.com>
4505 L:      linux-f2fs-devel@lists.sourceforge.net
4506 W:      http://en.wikipedia.org/wiki/F2FS
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4508 S:      Maintained
4509 F:      Documentation/filesystems/f2fs.txt
4510 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4511 F:      fs/f2fs/
4512 F:      include/linux/f2fs_fs.h
4513 F:      include/trace/events/f2fs.h
4514
4515 FUJITSU FR-V (FRV) PORT
4516 M:      David Howells <dhowells@redhat.com>
4517 S:      Maintained
4518 F:      arch/frv/
4519
4520 FUJITSU LAPTOP EXTRAS
4521 M:      Jonathan Woithe <jwoithe@just42.net>
4522 L:      platform-driver-x86@vger.kernel.org
4523 S:      Maintained
4524 F:      drivers/platform/x86/fujitsu-laptop.c
4525
4526 FUJITSU M-5MO LS CAMERA ISP DRIVER
4527 M:      Kyungmin Park <kyungmin.park@samsung.com>
4528 M:      Heungjun Kim <riverful.kim@samsung.com>
4529 L:      linux-media@vger.kernel.org
4530 S:      Maintained
4531 F:      drivers/media/i2c/m5mols/
4532 F:      include/media/m5mols.h
4533
4534 FUJITSU TABLET EXTRAS
4535 M:      Robert Gerlach <khnz@gmx.de>
4536 L:      platform-driver-x86@vger.kernel.org
4537 S:      Maintained
4538 F:      drivers/platform/x86/fujitsu-tablet.c
4539
4540 FUSE: FILESYSTEM IN USERSPACE
4541 M:      Miklos Szeredi <miklos@szeredi.hu>
4542 L:      fuse-devel@lists.sourceforge.net
4543 W:      http://fuse.sourceforge.net/
4544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4545 S:      Maintained
4546 F:      fs/fuse/
4547 F:      include/uapi/linux/fuse.h
4548 F:      Documentation/filesystems/fuse.txt
4549
4550 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4551 M:      Rik Faith <faith@cs.unc.edu>
4552 L:      linux-scsi@vger.kernel.org
4553 S:      Odd Fixes (e.g., new signatures)
4554 F:      drivers/scsi/fdomain.*
4555
4556 GCOV BASED KERNEL PROFILING
4557 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4558 S:      Maintained
4559 F:      kernel/gcov/
4560 F:      Documentation/gcov.txt
4561
4562 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4563 M:      Achim Leubner <achim_leubner@adaptec.com>
4564 L:      linux-scsi@vger.kernel.org
4565 W:      http://www.icp-vortex.com/
4566 S:      Supported
4567 F:      drivers/scsi/gdt*
4568
4569 GDB KERNEL DEBUGGING HELPER SCRIPTS
4570 M:      Jan Kiszka <jan.kiszka@siemens.com>
4571 S:      Supported
4572 F:      scripts/gdb/
4573
4574 GEMTEK FM RADIO RECEIVER DRIVER
4575 M:      Hans Verkuil <hverkuil@xs4all.nl>
4576 L:      linux-media@vger.kernel.org
4577 T:      git git://linuxtv.org/media_tree.git
4578 W:      http://linuxtv.org
4579 S:      Maintained
4580 F:      drivers/media/radio/radio-gemtek*
4581
4582 GENERIC GPIO I2C DRIVER
4583 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4584 S:      Supported
4585 F:      drivers/i2c/busses/i2c-gpio.c
4586 F:      include/linux/i2c-gpio.h
4587
4588 GENERIC GPIO I2C MULTIPLEXER DRIVER
4589 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4590 L:      linux-i2c@vger.kernel.org
4591 S:      Supported
4592 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4593 F:      include/linux/i2c-mux-gpio.h
4594 F:      Documentation/i2c/muxes/i2c-mux-gpio
4595
4596 GENERIC HDLC (WAN) DRIVERS
4597 M:      Krzysztof Halasa <khc@pm.waw.pl>
4598 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4599 S:      Maintained
4600 F:      drivers/net/wan/c101.c
4601 F:      drivers/net/wan/hd6457*
4602 F:      drivers/net/wan/hdlc*
4603 F:      drivers/net/wan/n2.c
4604 F:      drivers/net/wan/pc300too.c
4605 F:      drivers/net/wan/pci200syn.c
4606 F:      drivers/net/wan/wanxl*
4607
4608 GENERIC INCLUDE/ASM HEADER FILES
4609 M:      Arnd Bergmann <arnd@arndb.de>
4610 L:      linux-arch@vger.kernel.org
4611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4612 S:      Maintained
4613 F:      include/asm-generic/
4614 F:      include/uapi/asm-generic/
4615
4616 GENERIC PHY FRAMEWORK
4617 M:      Kishon Vijay Abraham I <kishon@ti.com>
4618 L:      linux-kernel@vger.kernel.org
4619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4620 S:      Supported
4621 F:      drivers/phy/
4622 F:      include/linux/phy/
4623
4624 GENERIC PM DOMAINS
4625 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4626 M:      Kevin Hilman <khilman@kernel.org>
4627 M:      Ulf Hansson <ulf.hansson@linaro.org>
4628 L:      linux-pm@vger.kernel.org
4629 S:      Supported
4630 F:      drivers/base/power/domain*.c
4631 F:      include/linux/pm_domain.h
4632
4633 GENERIC UIO DRIVER FOR PCI DEVICES
4634 M:      "Michael S. Tsirkin" <mst@redhat.com>
4635 L:      kvm@vger.kernel.org
4636 S:      Supported
4637 F:      drivers/uio/uio_pci_generic.c
4638
4639 GET_MAINTAINER SCRIPT
4640 M:      Joe Perches <joe@perches.com>
4641 S:      Maintained
4642 F:      scripts/get_maintainer.pl
4643
4644 GFS2 FILE SYSTEM
4645 M:      Steven Whitehouse <swhiteho@redhat.com>
4646 M:      Bob Peterson <rpeterso@redhat.com>
4647 L:      cluster-devel@redhat.com
4648 W:      http://sources.redhat.com/cluster/
4649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4650 S:      Supported
4651 F:      Documentation/filesystems/gfs2*.txt
4652 F:      fs/gfs2/
4653 F:      include/uapi/linux/gfs2_ondisk.h
4654
4655 GIGASET ISDN DRIVERS
4656 M:      Paul Bolle <pebolle@tiscali.nl>
4657 L:      gigaset307x-common@lists.sourceforge.net
4658 W:      http://gigaset307x.sourceforge.net/
4659 S:      Odd Fixes
4660 F:      Documentation/isdn/README.gigaset
4661 F:      drivers/isdn/gigaset/
4662 F:      include/uapi/linux/gigaset_dev.h
4663
4664 GO7007 MPEG CODEC
4665 M:      Hans Verkuil <hans.verkuil@cisco.com>
4666 L:      linux-media@vger.kernel.org
4667 S:      Maintained
4668 F:      drivers/media/usb/go7007/
4669
4670 GOODIX TOUCHSCREEN
4671 M:      Bastien Nocera <hadess@hadess.net>
4672 L:      linux-input@vger.kernel.org
4673 S:      Maintained
4674 F:      drivers/input/touchscreen/goodix.c
4675
4676 GPIO SUBSYSTEM
4677 M:      Linus Walleij <linus.walleij@linaro.org>
4678 M:      Alexandre Courbot <gnurou@gmail.com>
4679 L:      linux-gpio@vger.kernel.org
4680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4681 S:      Maintained
4682 F:      Documentation/gpio/
4683 F:      drivers/gpio/
4684 F:      include/linux/gpio/
4685 F:      include/linux/gpio.h
4686 F:      include/asm-generic/gpio.h
4687
4688 GRE DEMULTIPLEXER DRIVER
4689 M:      Dmitry Kozlov <xeb@mail.ru>
4690 L:      netdev@vger.kernel.org
4691 S:      Maintained
4692 F:      net/ipv4/gre_demux.c
4693 F:      net/ipv4/gre_offload.c
4694 F:      include/net/gre.h
4695
4696 GRETH 10/100/1G Ethernet MAC device driver
4697 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4698 L:      netdev@vger.kernel.org
4699 S:      Maintained
4700 F:      drivers/net/ethernet/aeroflex/
4701
4702 GSPCA FINEPIX SUBDRIVER
4703 M:      Frank Zago <frank@zago.net>
4704 L:      linux-media@vger.kernel.org
4705 T:      git git://linuxtv.org/media_tree.git
4706 S:      Maintained
4707 F:      drivers/media/usb/gspca/finepix.c
4708
4709 GSPCA GL860 SUBDRIVER
4710 M:      Olivier Lorin <o.lorin@laposte.net>
4711 L:      linux-media@vger.kernel.org
4712 T:      git git://linuxtv.org/media_tree.git
4713 S:      Maintained
4714 F:      drivers/media/usb/gspca/gl860/
4715
4716 GSPCA M5602 SUBDRIVER
4717 M:      Erik Andren <erik.andren@gmail.com>
4718 L:      linux-media@vger.kernel.org
4719 T:      git git://linuxtv.org/media_tree.git
4720 S:      Maintained
4721 F:      drivers/media/usb/gspca/m5602/
4722
4723 GSPCA PAC207 SONIXB SUBDRIVER
4724 M:      Hans de Goede <hdegoede@redhat.com>
4725 L:      linux-media@vger.kernel.org
4726 T:      git git://linuxtv.org/media_tree.git
4727 S:      Maintained
4728 F:      drivers/media/usb/gspca/pac207.c
4729
4730 GSPCA SN9C20X SUBDRIVER
4731 M:      Brian Johnson <brijohn@gmail.com>
4732 L:      linux-media@vger.kernel.org
4733 T:      git git://linuxtv.org/media_tree.git
4734 S:      Maintained
4735 F:      drivers/media/usb/gspca/sn9c20x.c
4736
4737 GSPCA T613 SUBDRIVER
4738 M:      Leandro Costantino <lcostantino@gmail.com>
4739 L:      linux-media@vger.kernel.org
4740 T:      git git://linuxtv.org/media_tree.git
4741 S:      Maintained
4742 F:      drivers/media/usb/gspca/t613.c
4743
4744 GSPCA USB WEBCAM DRIVER
4745 M:      Hans de Goede <hdegoede@redhat.com>
4746 L:      linux-media@vger.kernel.org
4747 T:      git git://linuxtv.org/media_tree.git
4748 S:      Maintained
4749 F:      drivers/media/usb/gspca/
4750
4751 GUID PARTITION TABLE (GPT)
4752 M:      Davidlohr Bueso <dave@stgolabs.net>
4753 L:      linux-efi@vger.kernel.org
4754 S:      Maintained
4755 F:      block/partitions/efi.*
4756
4757 STK1160 USB VIDEO CAPTURE DRIVER
4758 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4759 L:      linux-media@vger.kernel.org
4760 T:      git git://linuxtv.org/media_tree.git
4761 S:      Maintained
4762 F:      drivers/media/usb/stk1160/
4763
4764 H8/300 ARCHITECTURE
4765 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4766 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4767 W:      http://uclinux-h8.sourceforge.jp
4768 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4769 S:      Maintained
4770 F:      arch/h8300/
4771 F:      drivers/clocksource/h8300_*.c
4772 F:      drivers/clk/h8300/
4773 F:      drivers/irqchip/irq-renesas-h8*.c
4774
4775 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4776 M:      Frank Seidel <frank@f-seidel.de>
4777 L:      platform-driver-x86@vger.kernel.org
4778 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4779 S:      Maintained
4780 F:      drivers/platform/x86/hdaps.c
4781
4782 HDPVR USB VIDEO ENCODER DRIVER
4783 M:      Hans Verkuil <hverkuil@xs4all.nl>
4784 L:      linux-media@vger.kernel.org
4785 T:      git git://linuxtv.org/media_tree.git
4786 W:      http://linuxtv.org
4787 S:      Odd Fixes
4788 F:      drivers/media/usb/hdpvr/
4789
4790 HWPOISON MEMORY FAILURE HANDLING
4791 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4792 L:      linux-mm@kvack.org
4793 S:      Maintained
4794 F:      mm/memory-failure.c
4795 F:      mm/hwpoison-inject.c
4796
4797 HYPERVISOR VIRTUAL CONSOLE DRIVER
4798 L:      linuxppc-dev@lists.ozlabs.org
4799 S:      Odd Fixes
4800 F:      drivers/tty/hvc/
4801
4802 HACKRF MEDIA DRIVER
4803 M:      Antti Palosaari <crope@iki.fi>
4804 L:      linux-media@vger.kernel.org
4805 W:      http://linuxtv.org/
4806 W:      http://palosaari.fi/linux/
4807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4808 T:      git git://linuxtv.org/anttip/media_tree.git
4809 S:      Maintained
4810 F:      drivers/media/usb/hackrf/
4811
4812 HARDWARE MONITORING
4813 M:      Jean Delvare <jdelvare@suse.com>
4814 M:      Guenter Roeck <linux@roeck-us.net>
4815 L:      lm-sensors@lm-sensors.org
4816 W:      http://www.lm-sensors.org/
4817 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4819 S:      Maintained
4820 F:      Documentation/hwmon/
4821 F:      drivers/hwmon/
4822 F:      include/linux/hwmon*.h
4823
4824 HARDWARE RANDOM NUMBER GENERATOR CORE
4825 M:      Matt Mackall <mpm@selenic.com>
4826 M:      Herbert Xu <herbert@gondor.apana.org.au>
4827 L:      linux-crypto@vger.kernel.org
4828 S:      Odd fixes
4829 F:      Documentation/hw_random.txt
4830 F:      drivers/char/hw_random/
4831 F:      include/linux/hw_random.h
4832
4833 HARDWARE SPINLOCK CORE
4834 M:      Ohad Ben-Cohen <ohad@wizery.com>
4835 S:      Maintained
4836 F:      Documentation/hwspinlock.txt
4837 F:      drivers/hwspinlock/hwspinlock_*
4838 F:      include/linux/hwspinlock.h
4839
4840 HARMONY SOUND DRIVER
4841 L:      linux-parisc@vger.kernel.org
4842 S:      Maintained
4843 F:      sound/parisc/harmony.*
4844
4845 HD29L2 MEDIA DRIVER
4846 M:      Antti Palosaari <crope@iki.fi>
4847 L:      linux-media@vger.kernel.org
4848 W:      http://linuxtv.org/
4849 W:      http://palosaari.fi/linux/
4850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4851 T:      git git://linuxtv.org/anttip/media_tree.git
4852 S:      Maintained
4853 F:      drivers/media/dvb-frontends/hd29l2*
4854
4855 HEWLETT-PACKARD SMART2 RAID DRIVER
4856 L:      iss_storagedev@hp.com
4857 S:      Orphan
4858 F:      Documentation/blockdev/cpqarray.txt
4859 F:      drivers/block/cpqarray.*
4860
4861 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4862 M:      Don Brace <don.brace@pmcs.com>
4863 L:      iss_storagedev@hp.com
4864 L:      storagedev@pmcs.com
4865 L:      linux-scsi@vger.kernel.org
4866 S:      Supported
4867 F:      Documentation/scsi/hpsa.txt
4868 F:      drivers/scsi/hpsa*.[ch]
4869 F:      include/linux/cciss*.h
4870 F:      include/uapi/linux/cciss*.h
4871
4872 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4873 M:      Don Brace <don.brace@pmcs.com>
4874 L:      iss_storagedev@hp.com
4875 L:      storagedev@pmcs.com
4876 L:      linux-scsi@vger.kernel.org
4877 S:      Supported
4878 F:      Documentation/blockdev/cciss.txt
4879 F:      drivers/block/cciss*
4880 F:      include/linux/cciss_ioctl.h
4881 F:      include/uapi/linux/cciss_ioctl.h
4882
4883 HFS FILESYSTEM
4884 L:      linux-fsdevel@vger.kernel.org
4885 S:      Orphan
4886 F:      Documentation/filesystems/hfs.txt
4887 F:      fs/hfs/
4888
4889 HFSPLUS FILESYSTEM
4890 L:      linux-fsdevel@vger.kernel.org
4891 S:      Orphan
4892 F:      Documentation/filesystems/hfsplus.txt
4893 F:      fs/hfsplus/
4894
4895 HGA FRAMEBUFFER DRIVER
4896 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4897 L:      linux-nvidia@lists.surfsouth.com
4898 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4899 S:      Maintained
4900 F:      drivers/video/fbdev/hgafb.c
4901
4902 HIBERNATION (aka Software Suspend, aka swsusp)
4903 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4904 M:      Pavel Machek <pavel@ucw.cz>
4905 L:      linux-pm@vger.kernel.org
4906 S:      Supported
4907 F:      arch/x86/power/
4908 F:      drivers/base/power/
4909 F:      kernel/power/
4910 F:      include/linux/suspend.h
4911 F:      include/linux/freezer.h
4912 F:      include/linux/pm.h
4913 F:      arch/*/include/asm/suspend*.h
4914
4915 HID CORE LAYER
4916 M:      Jiri Kosina <jikos@kernel.org>
4917 L:      linux-input@vger.kernel.org
4918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4919 S:      Maintained
4920 F:      drivers/hid/
4921 F:      include/linux/hid*
4922 F:      include/uapi/linux/hid*
4923
4924 HID SENSOR HUB DRIVERS
4925 M:      Jiri Kosina <jikos@kernel.org>
4926 M:      Jonathan Cameron <jic23@kernel.org>
4927 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4928 L:      linux-input@vger.kernel.org
4929 L:      linux-iio@vger.kernel.org
4930 S:      Maintained
4931 F:      Documentation/hid/hid-sensor*
4932 F:      drivers/hid/hid-sensor-*
4933 F:      drivers/iio/*/hid-*
4934 F:      include/linux/hid-sensor-*
4935
4936 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4937 M:      Thomas Gleixner <tglx@linutronix.de>
4938 L:      linux-kernel@vger.kernel.org
4939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4940 S:      Maintained
4941 F:      Documentation/timers/
4942 F:      kernel/time/hrtimer.c
4943 F:      kernel/time/clockevents.c
4944 F:      kernel/time/tick*.*
4945 F:      kernel/time/timer_*.c
4946 F:      include/linux/clockchips.h
4947 F:      include/linux/hrtimer.h
4948
4949 HIGH-SPEED SCC DRIVER FOR AX.25
4950 L:      linux-hams@vger.kernel.org
4951 S:      Orphan
4952 F:      drivers/net/hamradio/dmascc.c
4953 F:      drivers/net/hamradio/scc.c
4954
4955 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4956 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4957 W:      http://www.highpoint-tech.com
4958 S:      Supported
4959 F:      Documentation/scsi/hptiop.txt
4960 F:      drivers/scsi/hptiop.c
4961
4962 HIPPI
4963 M:      Jes Sorensen <jes@trained-monkey.org>
4964 L:      linux-hippi@sunsite.dk
4965 S:      Maintained
4966 F:      include/linux/hippidevice.h
4967 F:      include/uapi/linux/if_hippi.h
4968 F:      net/802/hippi.c
4969 F:      drivers/net/hippi/
4970
4971 HOST AP DRIVER
4972 M:      Jouni Malinen <j@w1.fi>
4973 L:      hostap@shmoo.com (subscribers-only)
4974 L:      linux-wireless@vger.kernel.org
4975 W:      http://hostap.epitest.fi/
4976 S:      Maintained
4977 F:      drivers/net/wireless/hostap/
4978
4979 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4980 L:      platform-driver-x86@vger.kernel.org
4981 S:      Orphan
4982 F:      drivers/platform/x86/tc1100-wmi.c
4983
4984 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4985 M:      Jaroslav Kysela <perex@perex.cz>
4986 S:      Maintained
4987 F:      drivers/net/ethernet/hp/hp100.*
4988
4989 HPET:   High Precision Event Timers driver
4990 M:      Clemens Ladisch <clemens@ladisch.de>
4991 S:      Maintained
4992 F:      Documentation/timers/hpet.txt
4993 F:      drivers/char/hpet.c
4994 F:      include/linux/hpet.h
4995 F:      include/uapi/linux/hpet.h
4996
4997 HPET:   x86
4998 S:      Orphan
4999 F:      arch/x86/kernel/hpet.c
5000 F:      arch/x86/include/asm/hpet.h
5001
5002 HPFS FILESYSTEM
5003 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5004 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5005 S:      Maintained
5006 F:      fs/hpfs/
5007
5008 HSI SUBSYSTEM
5009 M:      Sebastian Reichel <sre@kernel.org>
5010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5011 S:      Maintained
5012 F:      Documentation/ABI/testing/sysfs-bus-hsi
5013 F:      Documentation/hsi.txt
5014 F:      drivers/hsi/
5015 F:      include/linux/hsi/
5016 F:      include/uapi/linux/hsi/
5017
5018 HSO 3G MODEM DRIVER
5019 M:      Jan Dumon <j.dumon@option.com>
5020 W:      http://www.pharscape.org
5021 S:      Maintained
5022 F:      drivers/net/usb/hso.c
5023
5024 HSR NETWORK PROTOCOL
5025 M:      Arvid Brodin <arvid.brodin@alten.se>
5026 L:      netdev@vger.kernel.org
5027 S:      Maintained
5028 F:      net/hsr/
5029
5030 HTCPEN TOUCHSCREEN DRIVER
5031 M:      Pau Oliva Fora <pof@eslack.org>
5032 L:      linux-input@vger.kernel.org
5033 S:      Maintained
5034 F:      drivers/input/touchscreen/htcpen.c
5035
5036 HUGETLB FILESYSTEM
5037 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5038 S:      Maintained
5039 F:      fs/hugetlbfs/
5040
5041 Hyper-V CORE AND DRIVERS
5042 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5043 M:      Haiyang Zhang <haiyangz@microsoft.com>
5044 L:      devel@linuxdriverproject.org
5045 S:      Maintained
5046 F:      arch/x86/include/asm/mshyperv.h
5047 F:      arch/x86/include/uapi/asm/hyperv.h
5048 F:      arch/x86/kernel/cpu/mshyperv.c
5049 F:      drivers/hid/hid-hyperv.c
5050 F:      drivers/hv/
5051 F:      drivers/input/serio/hyperv-keyboard.c
5052 F:      drivers/net/hyperv/
5053 F:      drivers/scsi/storvsc_drv.c
5054 F:      drivers/video/fbdev/hyperv_fb.c
5055 F:      include/linux/hyperv.h
5056 F:      tools/hv/
5057 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5058
5059 I2C OVER PARALLEL PORT
5060 M:      Jean Delvare <jdelvare@suse.com>
5061 L:      linux-i2c@vger.kernel.org
5062 S:      Maintained
5063 F:      Documentation/i2c/busses/i2c-parport
5064 F:      Documentation/i2c/busses/i2c-parport-light
5065 F:      drivers/i2c/busses/i2c-parport.c
5066 F:      drivers/i2c/busses/i2c-parport-light.c
5067
5068 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5069 M:      Jean Delvare <jdelvare@suse.com>
5070 L:      linux-i2c@vger.kernel.org
5071 S:      Maintained
5072 F:      Documentation/i2c/busses/i2c-ali1535
5073 F:      Documentation/i2c/busses/i2c-ali1563
5074 F:      Documentation/i2c/busses/i2c-ali15x3
5075 F:      Documentation/i2c/busses/i2c-amd756
5076 F:      Documentation/i2c/busses/i2c-amd8111
5077 F:      Documentation/i2c/busses/i2c-i801
5078 F:      Documentation/i2c/busses/i2c-nforce2
5079 F:      Documentation/i2c/busses/i2c-piix4
5080 F:      Documentation/i2c/busses/i2c-sis5595
5081 F:      Documentation/i2c/busses/i2c-sis630
5082 F:      Documentation/i2c/busses/i2c-sis96x
5083 F:      Documentation/i2c/busses/i2c-via
5084 F:      Documentation/i2c/busses/i2c-viapro
5085 F:      drivers/i2c/busses/i2c-ali1535.c
5086 F:      drivers/i2c/busses/i2c-ali1563.c
5087 F:      drivers/i2c/busses/i2c-ali15x3.c
5088 F:      drivers/i2c/busses/i2c-amd756.c
5089 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5090 F:      drivers/i2c/busses/i2c-amd8111.c
5091 F:      drivers/i2c/busses/i2c-i801.c
5092 F:      drivers/i2c/busses/i2c-isch.c
5093 F:      drivers/i2c/busses/i2c-nforce2.c
5094 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5095 F:      drivers/i2c/busses/i2c-piix4.c
5096 F:      drivers/i2c/busses/i2c-sis5595.c
5097 F:      drivers/i2c/busses/i2c-sis630.c
5098 F:      drivers/i2c/busses/i2c-sis96x.c
5099 F:      drivers/i2c/busses/i2c-via.c
5100 F:      drivers/i2c/busses/i2c-viapro.c
5101
5102 I2C/SMBUS ISMT DRIVER
5103 M:      Seth Heasley <seth.heasley@intel.com>
5104 M:      Neil Horman <nhorman@tuxdriver.com>
5105 L:      linux-i2c@vger.kernel.org
5106 F:      drivers/i2c/busses/i2c-ismt.c
5107 F:      Documentation/i2c/busses/i2c-ismt
5108
5109 I2C/SMBUS STUB DRIVER
5110 M:      Jean Delvare <jdelvare@suse.com>
5111 L:      linux-i2c@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/i2c/i2c-stub.c
5114
5115 I2C SUBSYSTEM
5116 M:      Wolfram Sang <wsa@the-dreams.de>
5117 L:      linux-i2c@vger.kernel.org
5118 W:      https://i2c.wiki.kernel.org/
5119 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5121 S:      Maintained
5122 F:      Documentation/devicetree/bindings/i2c/
5123 F:      Documentation/i2c/
5124 F:      drivers/i2c/
5125 F:      include/linux/i2c.h
5126 F:      include/linux/i2c-*.h
5127 F:      include/uapi/linux/i2c.h
5128 F:      include/uapi/linux/i2c-*.h
5129
5130 I2C ACPI SUPPORT
5131 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5132 L:      linux-i2c@vger.kernel.org
5133 L:      linux-acpi@vger.kernel.org
5134 S:      Maintained
5135
5136 I2C-TAOS-EVM DRIVER
5137 M:      Jean Delvare <jdelvare@suse.com>
5138 L:      linux-i2c@vger.kernel.org
5139 S:      Maintained
5140 F:      Documentation/i2c/busses/i2c-taos-evm
5141 F:      drivers/i2c/busses/i2c-taos-evm.c
5142
5143 I2C-TINY-USB DRIVER
5144 M:      Till Harbaum <till@harbaum.org>
5145 L:      linux-i2c@vger.kernel.org
5146 W:      http://www.harbaum.org/till/i2c_tiny_usb
5147 S:      Maintained
5148 F:      drivers/i2c/busses/i2c-tiny-usb.c
5149
5150 i386 BOOT CODE
5151 M:      "H. Peter Anvin" <hpa@zytor.com>
5152 S:      Maintained
5153 F:      arch/x86/boot/
5154
5155 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5156 M:      "H. Peter Anvin" <hpa@zytor.com>
5157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5158 S:      Maintained
5159
5160 IA64 (Itanium) PLATFORM
5161 M:      Tony Luck <tony.luck@intel.com>
5162 M:      Fenghua Yu <fenghua.yu@intel.com>
5163 L:      linux-ia64@vger.kernel.org
5164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5165 S:      Maintained
5166 F:      arch/ia64/
5167
5168 IBM Power VMX Cryptographic instructions
5169 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5170 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5171 L:      linux-crypto@vger.kernel.org
5172 S:      Supported
5173 F:      drivers/crypto/vmx/Makefile
5174 F:      drivers/crypto/vmx/Kconfig
5175 F:      drivers/crypto/vmx/vmx.c
5176 F:      drivers/crypto/vmx/aes*
5177 F:      drivers/crypto/vmx/ghash*
5178 F:      drivers/crypto/vmx/ppc-xlate.pl
5179
5180 IBM Power in-Nest Crypto Acceleration
5181 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5182 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5183 L:      linux-crypto@vger.kernel.org
5184 S:      Supported
5185 F:      drivers/crypto/nx/Makefile
5186 F:      drivers/crypto/nx/Kconfig
5187 F:      drivers/crypto/nx/nx-aes*
5188 F:      drivers/crypto/nx/nx-sha*
5189 F:      drivers/crypto/nx/nx.*
5190 F:      drivers/crypto/nx/nx_csbcpb.h
5191 F:      drivers/crypto/nx/nx_debugfs.h
5192
5193 IBM Power 842 compression accelerator
5194 M:      Dan Streetman <ddstreet@ieee.org>
5195 S:      Supported
5196 F:      drivers/crypto/nx/Makefile
5197 F:      drivers/crypto/nx/Kconfig
5198 F:      drivers/crypto/nx/nx-842*
5199 F:      include/linux/sw842.h
5200 F:      crypto/842.c
5201 F:      lib/842/
5202
5203 IBM Power Linux RAID adapter
5204 M:      Brian King <brking@us.ibm.com>
5205 S:      Supported
5206 F:      drivers/scsi/ipr.*
5207
5208 IBM Power Virtual Ethernet Device Driver
5209 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5210 L:      netdev@vger.kernel.org
5211 S:      Supported
5212 F:      drivers/net/ethernet/ibm/ibmveth.*
5213
5214 IBM Power Virtual SCSI Device Drivers
5215 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5216 L:      linux-scsi@vger.kernel.org
5217 S:      Supported
5218 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5219 F:      drivers/scsi/ibmvscsi/viosrp.h
5220
5221 IBM Power Virtual FC Device Drivers
5222 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5223 L:      linux-scsi@vger.kernel.org
5224 S:      Supported
5225 F:      drivers/scsi/ibmvscsi/ibmvfc*
5226
5227 IBM ServeRAID RAID DRIVER
5228 S:      Orphan
5229 F:      drivers/scsi/ips.*
5230
5231 ICH LPC AND GPIO DRIVER
5232 M:      Peter Tyser <ptyser@xes-inc.com>
5233 S:      Maintained
5234 F:      drivers/mfd/lpc_ich.c
5235 F:      drivers/gpio/gpio-ich.c
5236
5237 IDE SUBSYSTEM
5238 M:      "David S. Miller" <davem@davemloft.net>
5239 L:      linux-ide@vger.kernel.org
5240 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5242 S:      Maintained
5243 F:      Documentation/ide/
5244 F:      drivers/ide/
5245 F:      include/linux/ide.h
5246
5247 IDEAPAD LAPTOP EXTRAS DRIVER
5248 M:      Ike Panhc <ike.pan@canonical.com>
5249 L:      platform-driver-x86@vger.kernel.org
5250 W:      http://launchpad.net/ideapad-laptop
5251 S:      Maintained
5252 F:      drivers/platform/x86/ideapad-laptop.c
5253
5254 IDEAPAD LAPTOP SLIDEBAR DRIVER
5255 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5256 L:      linux-input@vger.kernel.org
5257 W:      https://github.com/o2genum/ideapad-slidebar
5258 S:      Maintained
5259 F:      drivers/input/misc/ideapad_slidebar.c
5260
5261 IDE/ATAPI DRIVERS
5262 M:      Borislav Petkov <bp@alien8.de>
5263 L:      linux-ide@vger.kernel.org
5264 S:      Maintained
5265 F:      Documentation/cdrom/ide-cd
5266 F:      drivers/ide/ide-cd*
5267
5268 IDLE-I7300
5269 M:      Andy Henroid <andrew.d.henroid@intel.com>
5270 L:      linux-pm@vger.kernel.org
5271 S:      Supported
5272 F:      drivers/idle/i7300_idle.c
5273
5274 IEEE 802.15.4 SUBSYSTEM
5275 M:      Alexander Aring <alex.aring@gmail.com>
5276 L:      linux-wpan@vger.kernel.org
5277 W:      https://github.com/linux-wpan
5278 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5279 S:      Maintained
5280 F:      net/ieee802154/
5281 F:      net/mac802154/
5282 F:      drivers/net/ieee802154/
5283 F:      include/linux/nl802154.h
5284 F:      include/linux/ieee802154.h
5285 F:      include/net/nl802154.h
5286 F:      include/net/mac802154.h
5287 F:      include/net/af_ieee802154.h
5288 F:      include/net/cfg802154.h
5289 F:      include/net/ieee802154_netdev.h
5290 F:      Documentation/networking/ieee802154.txt
5291
5292 IGORPLUG-USB IR RECEIVER
5293 M:      Sean Young <sean@mess.org>
5294 L:      linux-media@vger.kernel.org
5295 S:      Maintained
5296 F:      drivers/media/rc/igorplugusb.c
5297
5298 IGUANAWORKS USB IR TRANSCEIVER
5299 M:      Sean Young <sean@mess.org>
5300 L:      linux-media@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/media/rc/iguanair.c
5303
5304 IIO SUBSYSTEM AND DRIVERS
5305 M:      Jonathan Cameron <jic23@kernel.org>
5306 R:      Hartmut Knaack <knaack.h@gmx.de>
5307 R:      Lars-Peter Clausen <lars@metafoo.de>
5308 R:      Peter Meerwald <pmeerw@pmeerw.net>
5309 L:      linux-iio@vger.kernel.org
5310 S:      Maintained
5311 F:      drivers/iio/
5312 F:      drivers/staging/iio/
5313 F:      include/linux/iio/
5314 F:      tools/iio/
5315
5316 IKANOS/ADI EAGLE ADSL USB DRIVER
5317 M:      Matthieu Castet <castet.matthieu@free.fr>
5318 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5319 S:      Maintained
5320 F:      drivers/usb/atm/ueagle-atm.c
5321
5322 INA209 HARDWARE MONITOR DRIVER
5323 M:      Guenter Roeck <linux@roeck-us.net>
5324 L:      lm-sensors@lm-sensors.org
5325 S:      Maintained
5326 F:      Documentation/hwmon/ina209
5327 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5328 F:      drivers/hwmon/ina209.c
5329
5330 INA2XX HARDWARE MONITOR DRIVER
5331 M:      Guenter Roeck <linux@roeck-us.net>
5332 L:      lm-sensors@lm-sensors.org
5333 S:      Maintained
5334 F:      Documentation/hwmon/ina2xx
5335 F:      drivers/hwmon/ina2xx.c
5336 F:      include/linux/platform_data/ina2xx.h
5337
5338 INDUSTRY PACK SUBSYSTEM (IPACK)
5339 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5340 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5341 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5342 L:      industrypack-devel@lists.sourceforge.net
5343 W:      http://industrypack.sourceforge.net
5344 S:      Maintained
5345 F:      drivers/ipack/
5346
5347 INGENIC JZ4780 DMA Driver
5348 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5349 S:      Maintained
5350 F:      drivers/dma/dma-jz4780.c
5351
5352 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5353 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5354 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5355 L:      linux-ima-devel@lists.sourceforge.net
5356 L:      linux-ima-user@lists.sourceforge.net
5357 L:      linux-security-module@vger.kernel.org
5358 S:      Supported
5359 F:      security/integrity/ima/
5360
5361 IMGTEC IR DECODER DRIVER
5362 M:      James Hogan <james.hogan@imgtec.com>
5363 S:      Maintained
5364 F:      drivers/media/rc/img-ir/
5365
5366 IMS TWINTURBO FRAMEBUFFER DRIVER
5367 L:      linux-fbdev@vger.kernel.org
5368 S:      Orphan
5369 F:      drivers/video/fbdev/imsttfb.c
5370
5371 INFINIBAND SUBSYSTEM
5372 M:      Doug Ledford <dledford@redhat.com>
5373 M:      Sean Hefty <sean.hefty@intel.com>
5374 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5375 L:      linux-rdma@vger.kernel.org
5376 W:      http://www.openfabrics.org/
5377 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5379 S:      Supported
5380 F:      Documentation/infiniband/
5381 F:      drivers/infiniband/
5382 F:      drivers/staging/rdma/
5383 F:      include/uapi/linux/if_infiniband.h
5384 F:      include/uapi/rdma/
5385 F:      include/rdma/
5386
5387 INOTIFY
5388 M:      John McCutchan <john@johnmccutchan.com>
5389 M:      Robert Love <rlove@rlove.org>
5390 M:      Eric Paris <eparis@parisplace.org>
5391 S:      Maintained
5392 F:      Documentation/filesystems/inotify.txt
5393 F:      fs/notify/inotify/
5394 F:      include/linux/inotify.h
5395 F:      include/uapi/linux/inotify.h
5396
5397 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5398 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5399 L:      linux-input@vger.kernel.org
5400 Q:      http://patchwork.kernel.org/project/linux-input/list/
5401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5402 S:      Maintained
5403 F:      drivers/input/
5404 F:      include/linux/input.h
5405 F:      include/uapi/linux/input.h
5406 F:      include/linux/input/
5407
5408 INPUT MULTITOUCH (MT) PROTOCOL
5409 M:      Henrik Rydberg <rydberg@bitmath.org>
5410 L:      linux-input@vger.kernel.org
5411 S:      Odd fixes
5412 F:      Documentation/input/multi-touch-protocol.txt
5413 F:      drivers/input/input-mt.c
5414 K:      \b(ABS|SYN)_MT_
5415
5416 INTEL ASoC BDW/HSW DRIVERS
5417 M:      Jie Yang <yang.jie@linux.intel.com>
5418 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5419 S:      Supported
5420 F:      sound/soc/intel/common/sst-dsp*
5421 F:      sound/soc/intel/common/sst-firmware.c
5422 F:      sound/soc/intel/boards/broadwell.c
5423 F:      sound/soc/intel/haswell/
5424
5425 INTEL C600 SERIES SAS CONTROLLER DRIVER
5426 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5427 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5428 L:      linux-scsi@vger.kernel.org
5429 T:      git git://git.code.sf.net/p/intel-sas/isci
5430 S:      Supported
5431 F:      drivers/scsi/isci/
5432
5433 INTEL IDLE DRIVER
5434 M:      Len Brown <lenb@kernel.org>
5435 L:      linux-pm@vger.kernel.org
5436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5437 S:      Supported
5438 F:      drivers/idle/intel_idle.c
5439
5440 INTEL PSTATE DRIVER
5441 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5442 L:      linux-pm@vger.kernel.org
5443 S:      Supported
5444 F:      drivers/cpufreq/intel_pstate.c
5445
5446 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5447 M:      Maik Broemme <mbroemme@plusserver.de>
5448 L:      linux-fbdev@vger.kernel.org
5449 S:      Maintained
5450 F:      Documentation/fb/intelfb.txt
5451 F:      drivers/video/fbdev/intelfb/
5452
5453 INTEL 810/815 FRAMEBUFFER DRIVER
5454 M:      Antonino Daplas <adaplas@gmail.com>
5455 L:      linux-fbdev@vger.kernel.org
5456 S:      Maintained
5457 F:      drivers/video/fbdev/i810/
5458
5459 INTEL MENLOW THERMAL DRIVER
5460 M:      Sujith Thomas <sujith.thomas@intel.com>
5461 L:      platform-driver-x86@vger.kernel.org
5462 W:      https://01.org/linux-acpi
5463 S:      Supported
5464 F:      drivers/platform/x86/intel_menlow.c
5465
5466 INTEL I/OAT DMA DRIVER
5467 M:      Dave Jiang <dave.jiang@intel.com>
5468 R:      Dan Williams <dan.j.williams@intel.com>
5469 L:      dmaengine@vger.kernel.org
5470 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5471 S:      Supported
5472 F:      drivers/dma/ioat*
5473
5474 INTEL IOMMU (VT-d)
5475 M:      David Woodhouse <dwmw2@infradead.org>
5476 L:      iommu@lists.linux-foundation.org
5477 T:      git git://git.infradead.org/iommu-2.6.git
5478 S:      Supported
5479 F:      drivers/iommu/intel-iommu.c
5480 F:      include/linux/intel-iommu.h
5481
5482 INTEL IOP-ADMA DMA DRIVER
5483 R:      Dan Williams <dan.j.williams@intel.com>
5484 S:      Odd fixes
5485 F:      drivers/dma/iop-adma.c
5486
5487 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5488 M:      Krzysztof Halasa <khalasa@piap.pl>
5489 S:      Maintained
5490 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5491 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5492 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5493 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5494 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5495 F:      drivers/net/wan/ixp4xx_hss.c
5496
5497 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5498 M:      Deepak Saxena <dsaxena@plexity.net>
5499 S:      Maintained
5500 F:      drivers/char/hw_random/ixp4xx-rng.c
5501
5502 INTEL ETHERNET DRIVERS
5503 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5504 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5505 R:      Shannon Nelson <shannon.nelson@intel.com>
5506 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5507 R:      Don Skidmore <donald.c.skidmore@intel.com>
5508 R:      Matthew Vick <matthew.vick@intel.com>
5509 R:      John Ronciak <john.ronciak@intel.com>
5510 R:      Mitch Williams <mitch.a.williams@intel.com>
5511 L:      intel-wired-lan@lists.osuosl.org
5512 W:      http://www.intel.com/support/feedback.htm
5513 W:      http://e1000.sourceforge.net/
5514 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5517 S:      Supported
5518 F:      Documentation/networking/e100.txt
5519 F:      Documentation/networking/e1000.txt
5520 F:      Documentation/networking/e1000e.txt
5521 F:      Documentation/networking/igb.txt
5522 F:      Documentation/networking/igbvf.txt
5523 F:      Documentation/networking/ixgb.txt
5524 F:      Documentation/networking/ixgbe.txt
5525 F:      Documentation/networking/ixgbevf.txt
5526 F:      Documentation/networking/i40e.txt
5527 F:      Documentation/networking/i40evf.txt
5528 F:      drivers/net/ethernet/intel/
5529 F:      drivers/net/ethernet/intel/*/
5530
5531 INTEL-MID GPIO DRIVER
5532 M:      David Cohen <david.a.cohen@linux.intel.com>
5533 L:      linux-gpio@vger.kernel.org
5534 S:      Maintained
5535 F:      drivers/gpio/gpio-intel-mid.c
5536
5537 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5538 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5539 L:      linux-wireless@vger.kernel.org
5540 S:      Maintained
5541 F:      Documentation/networking/README.ipw2100
5542 F:      Documentation/networking/README.ipw2200
5543 F:      drivers/net/wireless/ipw2x00/
5544
5545 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5546 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5547 M:      Gang Wei <gang.wei@intel.com>
5548 M:      Shane Wang <shane.wang@intel.com>
5549 L:      tboot-devel@lists.sourceforge.net
5550 W:      http://tboot.sourceforge.net
5551 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5552 S:      Supported
5553 F:      Documentation/intel_txt.txt
5554 F:      include/linux/tboot.h
5555 F:      arch/x86/kernel/tboot.c
5556
5557 INTEL WIRELESS WIMAX CONNECTION 2400
5558 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5559 M:      linux-wimax@intel.com
5560 L:      wimax@linuxwimax.org (subscribers-only)
5561 S:      Supported
5562 W:      http://linuxwimax.org
5563 F:      Documentation/wimax/README.i2400m
5564 F:      drivers/net/wimax/i2400m/
5565 F:      include/uapi/linux/wimax/i2400m.h
5566
5567 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5568 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5569 L:      linux-wireless@vger.kernel.org
5570 S:      Supported
5571 F:      drivers/net/wireless/iwlegacy/
5572
5573 INTEL WIRELESS WIFI LINK (iwlwifi)
5574 M:      Johannes Berg <johannes.berg@intel.com>
5575 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5576 M:      Intel Linux Wireless <ilw@linux.intel.com>
5577 L:      linux-wireless@vger.kernel.org
5578 W:      http://intellinuxwireless.org
5579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5580 S:      Supported
5581 F:      drivers/net/wireless/iwlwifi/
5582
5583 INTEL MANAGEMENT ENGINE (mei)
5584 M:      Tomas Winkler <tomas.winkler@intel.com>
5585 L:      linux-kernel@vger.kernel.org
5586 S:      Supported
5587 F:      include/uapi/linux/mei.h
5588 F:      include/linux/mei_cl_bus.h
5589 F:      drivers/misc/mei/*
5590 F:      Documentation/misc-devices/mei/*
5591
5592 INTEL PMC IPC DRIVER
5593 M:      Zha Qipeng<qipeng.zha@intel.com>
5594 L:      platform-driver-x86@vger.kernel.org
5595 S:      Maintained
5596 F:      drivers/platform/x86/intel_pmc_ipc.c
5597 F:      arch/x86/include/asm/intel_pmc_ipc.h
5598
5599 IOC3 ETHERNET DRIVER
5600 M:      Ralf Baechle <ralf@linux-mips.org>
5601 L:      linux-mips@linux-mips.org
5602 S:      Maintained
5603 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5604
5605 IOC3 SERIAL DRIVER
5606 M:      Pat Gefre <pfg@sgi.com>
5607 L:      linux-serial@vger.kernel.org
5608 S:      Maintained
5609 F:      drivers/tty/serial/ioc3_serial.c
5610
5611 IOMMU DRIVERS
5612 M:      Joerg Roedel <joro@8bytes.org>
5613 L:      iommu@lists.linux-foundation.org
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5615 S:      Maintained
5616 F:      drivers/iommu/
5617
5618 IP MASQUERADING
5619 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5620 S:      Maintained
5621 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5622
5623 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5624 M:      Francois Romieu <romieu@fr.zoreil.com>
5625 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5626 L:      netdev@vger.kernel.org
5627 S:      Maintained
5628 F:      drivers/net/ethernet/icplus/ipg.*
5629
5630 IPATH DRIVER
5631 M:      Mike Marciniszyn <infinipath@intel.com>
5632 L:      linux-rdma@vger.kernel.org
5633 S:      Maintained
5634 F:      drivers/staging/rdma/ipath/
5635
5636 IPMI SUBSYSTEM
5637 M:      Corey Minyard <minyard@acm.org>
5638 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5639 W:      http://openipmi.sourceforge.net/
5640 S:      Supported
5641 F:      Documentation/IPMI.txt
5642 F:      drivers/char/ipmi/
5643 F:      include/linux/ipmi*
5644 F:      include/uapi/linux/ipmi*
5645
5646 QCOM AUDIO (ASoC) DRIVERS
5647 M:      Patrick Lai <plai@codeaurora.org>
5648 M:      Banajit Goswami <bgoswami@codeaurora.org>
5649 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5650 S:      Supported
5651 F:      sound/soc/qcom/
5652
5653 IPS SCSI RAID DRIVER
5654 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5655 L:      linux-scsi@vger.kernel.org
5656 W:      http://www.adaptec.com/
5657 S:      Maintained
5658 F:      drivers/scsi/ips*
5659
5660 IPVS
5661 M:      Wensong Zhang <wensong@linux-vs.org>
5662 M:      Simon Horman <horms@verge.net.au>
5663 M:      Julian Anastasov <ja@ssi.bg>
5664 L:      netdev@vger.kernel.org
5665 L:      lvs-devel@vger.kernel.org
5666 S:      Maintained
5667 F:      Documentation/networking/ipvs-sysctl.txt
5668 F:      include/net/ip_vs.h
5669 F:      include/uapi/linux/ip_vs.h
5670 F:      net/netfilter/ipvs/
5671
5672 IPWIRELESS DRIVER
5673 M:      Jiri Kosina <jikos@kernel.org>
5674 M:      David Sterba <dsterba@suse.com>
5675 S:      Odd Fixes
5676 F:      drivers/tty/ipwireless/
5677
5678 IPX NETWORK LAYER
5679 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5680 L:      netdev@vger.kernel.org
5681 S:      Maintained
5682 F:      include/net/ipx.h
5683 F:      include/uapi/linux/ipx.h
5684 F:      net/ipx/
5685
5686 IRDA SUBSYSTEM
5687 M:      Samuel Ortiz <samuel@sortiz.org>
5688 L:      irda-users@lists.sourceforge.net (subscribers-only)
5689 L:      netdev@vger.kernel.org
5690 W:      http://irda.sourceforge.net/
5691 S:      Maintained
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5693 F:      Documentation/networking/irda.txt
5694 F:      drivers/net/irda/
5695 F:      include/net/irda/
5696 F:      net/irda/
5697
5698 IRQ SUBSYSTEM
5699 M:      Thomas Gleixner <tglx@linutronix.de>
5700 L:      linux-kernel@vger.kernel.org
5701 S:      Maintained
5702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5703 F:      kernel/irq/
5704
5705 IRQCHIP DRIVERS
5706 M:      Thomas Gleixner <tglx@linutronix.de>
5707 M:      Jason Cooper <jason@lakedaemon.net>
5708 M:      Marc Zyngier <marc.zyngier@arm.com>
5709 L:      linux-kernel@vger.kernel.org
5710 S:      Maintained
5711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5712 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5713 F:      Documentation/devicetree/bindings/interrupt-controller/
5714 F:      drivers/irqchip/
5715
5716 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5717 M:      Jiang Liu <jiang.liu@linux.intel.com>
5718 M:      Marc Zyngier <marc.zyngier@arm.com>
5719 S:      Maintained
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5721 F:      Documentation/IRQ-domain.txt
5722 F:      include/linux/irqdomain.h
5723 F:      kernel/irq/irqdomain.c
5724 F:      kernel/irq/msi.c
5725
5726 ISAPNP
5727 M:      Jaroslav Kysela <perex@perex.cz>
5728 S:      Maintained
5729 F:      Documentation/isapnp.txt
5730 F:      drivers/pnp/isapnp/
5731 F:      include/linux/isapnp.h
5732
5733 ISA RADIO MODULE
5734 M:      Hans Verkuil <hverkuil@xs4all.nl>
5735 L:      linux-media@vger.kernel.org
5736 T:      git git://linuxtv.org/media_tree.git
5737 W:      http://linuxtv.org
5738 S:      Maintained
5739 F:      drivers/media/radio/radio-isa*
5740
5741 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5742 M:      Peter Jones <pjones@redhat.com>
5743 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5744 S:      Maintained
5745 F:      drivers/firmware/iscsi_ibft*
5746
5747 ISCSI
5748 M:      Mike Christie <michaelc@cs.wisc.edu>
5749 L:      open-iscsi@googlegroups.com
5750 W:      www.open-iscsi.org
5751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5752 S:      Maintained
5753 F:      drivers/scsi/*iscsi*
5754 F:      include/scsi/*iscsi*
5755
5756 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5757 M:      Or Gerlitz <ogerlitz@mellanox.com>
5758 M:      Sagi Grimberg <sagig@mellanox.com>
5759 M:      Roi Dayan <roid@mellanox.com>
5760 L:      linux-rdma@vger.kernel.org
5761 S:      Supported
5762 W:      http://www.openfabrics.org
5763 W:      www.open-iscsi.org
5764 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5765 F:      drivers/infiniband/ulp/iser/
5766
5767 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5768 M:      Sagi Grimberg <sagig@mellanox.com>
5769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5770 L:      linux-rdma@vger.kernel.org
5771 L:      target-devel@vger.kernel.org
5772 S:      Supported
5773 W:      http://www.linux-iscsi.org
5774 F:      drivers/infiniband/ulp/isert
5775
5776 ISDN SUBSYSTEM
5777 M:      Karsten Keil <isdn@linux-pingi.de>
5778 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5779 L:      netdev@vger.kernel.org
5780 W:      http://www.isdn4linux.de
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5782 S:      Maintained
5783 F:      Documentation/isdn/
5784 F:      drivers/isdn/
5785 F:      include/linux/isdn.h
5786 F:      include/linux/isdn/
5787 F:      include/uapi/linux/isdn.h
5788 F:      include/uapi/linux/isdn/
5789
5790 ISDN SUBSYSTEM (Eicon active card driver)
5791 M:      Armin Schindler <mac@melware.de>
5792 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5793 W:      http://www.melware.de
5794 S:      Maintained
5795 F:      drivers/isdn/hardware/eicon/
5796
5797 IT87 HARDWARE MONITORING DRIVER
5798 M:      Jean Delvare <jdelvare@suse.com>
5799 L:      lm-sensors@lm-sensors.org
5800 S:      Maintained
5801 F:      Documentation/hwmon/it87
5802 F:      drivers/hwmon/it87.c
5803
5804 IT913X MEDIA DRIVER
5805 M:      Antti Palosaari <crope@iki.fi>
5806 L:      linux-media@vger.kernel.org
5807 W:      http://linuxtv.org/
5808 W:      http://palosaari.fi/linux/
5809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5810 T:      git git://linuxtv.org/anttip/media_tree.git
5811 S:      Maintained
5812 F:      drivers/media/tuners/it913x*
5813
5814 IVTV VIDEO4LINUX DRIVER
5815 M:      Andy Walls <awalls@md.metrocast.net>
5816 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5817 L:      linux-media@vger.kernel.org
5818 T:      git git://linuxtv.org/media_tree.git
5819 W:      http://www.ivtvdriver.org
5820 S:      Maintained
5821 F:      Documentation/video4linux/*.ivtv
5822 F:      drivers/media/pci/ivtv/
5823 F:      include/uapi/linux/ivtv*
5824
5825 IX2505V MEDIA DRIVER
5826 M:      Malcolm Priestley <tvboxspy@gmail.com>
5827 L:      linux-media@vger.kernel.org
5828 W:      http://linuxtv.org/
5829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5830 S:      Maintained
5831 F:      drivers/media/dvb-frontends/ix2505v*
5832
5833 JC42.4 TEMPERATURE SENSOR DRIVER
5834 M:      Guenter Roeck <linux@roeck-us.net>
5835 L:      lm-sensors@lm-sensors.org
5836 S:      Maintained
5837 F:      drivers/hwmon/jc42.c
5838 F:      Documentation/hwmon/jc42
5839
5840 JFS FILESYSTEM
5841 M:      Dave Kleikamp <shaggy@kernel.org>
5842 L:      jfs-discussion@lists.sourceforge.net
5843 W:      http://jfs.sourceforge.net/
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5845 S:      Maintained
5846 F:      Documentation/filesystems/jfs.txt
5847 F:      fs/jfs/
5848
5849 JME NETWORK DRIVER
5850 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5851 L:      netdev@vger.kernel.org
5852 S:      Maintained
5853 F:      drivers/net/ethernet/jme.*
5854
5855 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5856 M:      David Woodhouse <dwmw2@infradead.org>
5857 L:      linux-mtd@lists.infradead.org
5858 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5859 S:      Maintained
5860 F:      fs/jffs2/
5861 F:      include/uapi/linux/jffs2.h
5862
5863 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5864 M:      "Theodore Ts'o" <tytso@mit.edu>
5865 M:      Jan Kara <jack@suse.com>
5866 L:      linux-ext4@vger.kernel.org
5867 S:      Maintained
5868 F:      fs/jbd2/
5869 F:      include/linux/jbd2.h
5870
5871 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5872 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5873 L:      linux-media@vger.kernel.org
5874 S:      Maintained
5875 F:      drivers/media/platform/rcar_jpu.c
5876
5877 JSM Neo PCI based serial card
5878 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5879 L:      linux-serial@vger.kernel.org
5880 S:      Maintained
5881 F:      drivers/tty/serial/jsm/
5882
5883 K10TEMP HARDWARE MONITORING DRIVER
5884 M:      Clemens Ladisch <clemens@ladisch.de>
5885 L:      lm-sensors@lm-sensors.org
5886 S:      Maintained
5887 F:      Documentation/hwmon/k10temp
5888 F:      drivers/hwmon/k10temp.c
5889
5890 K8TEMP HARDWARE MONITORING DRIVER
5891 M:      Rudolf Marek <r.marek@assembler.cz>
5892 L:      lm-sensors@lm-sensors.org
5893 S:      Maintained
5894 F:      Documentation/hwmon/k8temp
5895 F:      drivers/hwmon/k8temp.c
5896
5897 KCONFIG
5898 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5899 L:      linux-kbuild@vger.kernel.org
5900 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5901 S:      Maintained
5902 F:      Documentation/kbuild/kconfig-language.txt
5903 F:      scripts/kconfig/
5904
5905 KDUMP
5906 M:      Vivek Goyal <vgoyal@redhat.com>
5907 M:      Haren Myneni <hbabu@us.ibm.com>
5908 L:      kexec@lists.infradead.org
5909 W:      http://lse.sourceforge.net/kdump/
5910 S:      Maintained
5911 F:      Documentation/kdump/
5912
5913 KEENE FM RADIO TRANSMITTER DRIVER
5914 M:      Hans Verkuil <hverkuil@xs4all.nl>
5915 L:      linux-media@vger.kernel.org
5916 T:      git git://linuxtv.org/media_tree.git
5917 W:      http://linuxtv.org
5918 S:      Maintained
5919 F:      drivers/media/radio/radio-keene*
5920
5921 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5922 M:      Ian Kent <raven@themaw.net>
5923 L:      autofs@vger.kernel.org
5924 S:      Maintained
5925 F:      fs/autofs4/
5926
5927 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5928 M:      Michal Marek <mmarek@suse.com>
5929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5931 L:      linux-kbuild@vger.kernel.org
5932 S:      Maintained
5933 F:      Documentation/kbuild/
5934 F:      Makefile
5935 F:      scripts/Makefile.*
5936 F:      scripts/basic/
5937 F:      scripts/mk*
5938 F:      scripts/package/
5939
5940 KERNEL JANITORS
5941 L:      kernel-janitors@vger.kernel.org
5942 W:      http://kernelnewbies.org/KernelJanitors
5943 S:      Odd Fixes
5944
5945 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5946 M:      "J. Bruce Fields" <bfields@fieldses.org>
5947 M:      Jeff Layton <jlayton@poochiereds.net>
5948 L:      linux-nfs@vger.kernel.org
5949 W:      http://nfs.sourceforge.net/
5950 S:      Supported
5951 F:      fs/nfsd/
5952 F:      include/uapi/linux/nfsd/
5953 F:      fs/lockd/
5954 F:      fs/nfs_common/
5955 F:      net/sunrpc/
5956 F:      include/linux/lockd/
5957 F:      include/linux/sunrpc/
5958 F:      include/uapi/linux/sunrpc/
5959
5960 KERNEL SELFTEST FRAMEWORK
5961 M:      Shuah Khan <shuahkh@osg.samsung.com>
5962 L:      linux-api@vger.kernel.org
5963 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5964 S:      Maintained
5965 F:      tools/testing/selftests
5966
5967 KERNEL VIRTUAL MACHINE (KVM)
5968 M:      Gleb Natapov <gleb@kernel.org>
5969 M:      Paolo Bonzini <pbonzini@redhat.com>
5970 L:      kvm@vger.kernel.org
5971 W:      http://www.linux-kvm.org
5972 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5973 S:      Supported
5974 F:      Documentation/*/kvm*.txt
5975 F:      Documentation/virtual/kvm/
5976 F:      arch/*/kvm/
5977 F:      arch/x86/kernel/kvm.c
5978 F:      arch/x86/kernel/kvmclock.c
5979 F:      arch/*/include/asm/kvm*
5980 F:      include/linux/kvm*
5981 F:      include/uapi/linux/kvm*
5982 F:      virt/kvm/
5983
5984 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5985 M:      Joerg Roedel <joro@8bytes.org>
5986 L:      kvm@vger.kernel.org
5987 W:      http://www.linux-kvm.org/
5988 S:      Maintained
5989 F:      arch/x86/include/asm/svm.h
5990 F:      arch/x86/kvm/svm.c
5991
5992 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5993 M:      Alexander Graf <agraf@suse.com>
5994 L:      kvm-ppc@vger.kernel.org
5995 W:      http://www.linux-kvm.org/
5996 T:      git git://github.com/agraf/linux-2.6.git
5997 S:      Supported
5998 F:      arch/powerpc/include/asm/kvm*
5999 F:      arch/powerpc/kvm/
6000
6001 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6002 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6003 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6004 L:      linux-s390@vger.kernel.org
6005 W:      http://www.ibm.com/developerworks/linux/linux390/
6006 S:      Supported
6007 F:      Documentation/s390/kvm.txt
6008 F:      arch/s390/include/asm/kvm*
6009 F:      arch/s390/kvm/
6010
6011 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6012 M:      Christoffer Dall <christoffer.dall@linaro.org>
6013 M:      Marc Zyngier <marc.zyngier@arm.com>
6014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6015 L:      kvmarm@lists.cs.columbia.edu
6016 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6017 S:      Supported
6018 F:      arch/arm/include/uapi/asm/kvm*
6019 F:      arch/arm/include/asm/kvm*
6020 F:      arch/arm/kvm/
6021 F:      virt/kvm/arm/
6022 F:      include/kvm/arm_*
6023
6024 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6025 M:      Christoffer Dall <christoffer.dall@linaro.org>
6026 M:      Marc Zyngier <marc.zyngier@arm.com>
6027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6028 L:      kvmarm@lists.cs.columbia.edu
6029 S:      Maintained
6030 F:      arch/arm64/include/uapi/asm/kvm*
6031 F:      arch/arm64/include/asm/kvm*
6032 F:      arch/arm64/kvm/
6033
6034 KEXEC
6035 M:      Eric Biederman <ebiederm@xmission.com>
6036 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6037 L:      kexec@lists.infradead.org
6038 S:      Maintained
6039 F:      include/linux/kexec.h
6040 F:      include/uapi/linux/kexec.h
6041 F:      kernel/kexec.c
6042
6043 KEYS/KEYRINGS:
6044 M:      David Howells <dhowells@redhat.com>
6045 L:      keyrings@vger.kernel.org
6046 S:      Maintained
6047 F:      Documentation/security/keys.txt
6048 F:      include/linux/key.h
6049 F:      include/linux/key-type.h
6050 F:      include/keys/
6051 F:      security/keys/
6052
6053 KEYS-TRUSTED
6054 M:      David Safford <safford@us.ibm.com>
6055 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6056 L:      linux-security-module@vger.kernel.org
6057 L:      keyrings@vger.kernel.org
6058 S:      Supported
6059 F:      Documentation/security/keys-trusted-encrypted.txt
6060 F:      include/keys/trusted-type.h
6061 F:      security/keys/trusted.c
6062 F:      security/keys/trusted.h
6063
6064 KEYS-ENCRYPTED
6065 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6066 M:      David Safford <safford@us.ibm.com>
6067 L:      linux-security-module@vger.kernel.org
6068 L:      keyrings@vger.kernel.org
6069 S:      Supported
6070 F:      Documentation/security/keys-trusted-encrypted.txt
6071 F:      include/keys/encrypted-type.h
6072 F:      security/keys/encrypted-keys/
6073
6074 KGDB / KDB /debug_core
6075 M:      Jason Wessel <jason.wessel@windriver.com>
6076 W:      http://kgdb.wiki.kernel.org/
6077 L:      kgdb-bugreport@lists.sourceforge.net
6078 S:      Maintained
6079 F:      Documentation/DocBook/kgdb.tmpl
6080 F:      drivers/misc/kgdbts.c
6081 F:      drivers/tty/serial/kgdboc.c
6082 F:      include/linux/kdb.h
6083 F:      include/linux/kgdb.h
6084 F:      kernel/debug/
6085
6086 KMEMCHECK
6087 M:      Vegard Nossum <vegardno@ifi.uio.no>
6088 M:      Pekka Enberg <penberg@kernel.org>
6089 S:      Maintained
6090 F:      Documentation/kmemcheck.txt
6091 F:      arch/x86/include/asm/kmemcheck.h
6092 F:      arch/x86/mm/kmemcheck/
6093 F:      include/linux/kmemcheck.h
6094 F:      mm/kmemcheck.c
6095
6096 KMEMLEAK
6097 M:      Catalin Marinas <catalin.marinas@arm.com>
6098 S:      Maintained
6099 F:      Documentation/kmemleak.txt
6100 F:      include/linux/kmemleak.h
6101 F:      mm/kmemleak.c
6102 F:      mm/kmemleak-test.c
6103
6104 KPROBES
6105 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6106 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6107 M:      "David S. Miller" <davem@davemloft.net>
6108 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6109 S:      Maintained
6110 F:      Documentation/kprobes.txt
6111 F:      include/linux/kprobes.h
6112 F:      kernel/kprobes.c
6113
6114 KS0108 LCD CONTROLLER DRIVER
6115 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6116 W:      http://miguelojeda.es/auxdisplay.htm
6117 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6118 S:      Maintained
6119 F:      Documentation/auxdisplay/ks0108
6120 F:      drivers/auxdisplay/ks0108.c
6121 F:      include/linux/ks0108.h
6122
6123 LAPB module
6124 L:      linux-x25@vger.kernel.org
6125 S:      Orphan
6126 F:      Documentation/networking/lapb-module.txt
6127 F:      include/*/lapb.h
6128 F:      net/lapb/
6129
6130 LASI 53c700 driver for PARISC
6131 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6132 L:      linux-scsi@vger.kernel.org
6133 S:      Maintained
6134 F:      Documentation/scsi/53c700.txt
6135 F:      drivers/scsi/53c700*
6136
6137 LED SUBSYSTEM
6138 M:      Richard Purdie <rpurdie@rpsys.net>
6139 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6140 L:      linux-leds@vger.kernel.org
6141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6142 S:      Maintained
6143 F:      drivers/leds/
6144 F:      include/linux/leds.h
6145
6146 LEGACY EEPROM DRIVER
6147 M:      Jean Delvare <jdelvare@suse.com>
6148 S:      Maintained
6149 F:      Documentation/misc-devices/eeprom
6150 F:      drivers/misc/eeprom/eeprom.c
6151
6152 LEGO USB Tower driver
6153 M:      Juergen Stuber <starblue@users.sourceforge.net>
6154 L:      legousb-devel@lists.sourceforge.net
6155 W:      http://legousb.sourceforge.net/
6156 S:      Maintained
6157 F:      drivers/usb/misc/legousbtower.c
6158
6159 LG2160 MEDIA DRIVER
6160 M:      Michael Krufky <mkrufky@linuxtv.org>
6161 L:      linux-media@vger.kernel.org
6162 W:      http://linuxtv.org/
6163 W:      http://github.com/mkrufky
6164 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6165 T:      git git://linuxtv.org/mkrufky/tuners.git
6166 S:      Maintained
6167 F:      drivers/media/dvb-frontends/lg2160.*
6168
6169 LGDT3305 MEDIA DRIVER
6170 M:      Michael Krufky <mkrufky@linuxtv.org>
6171 L:      linux-media@vger.kernel.org
6172 W:      http://linuxtv.org/
6173 W:      http://github.com/mkrufky
6174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6175 T:      git git://linuxtv.org/mkrufky/tuners.git
6176 S:      Maintained
6177 F:      drivers/media/dvb-frontends/lgdt3305.*
6178
6179 LGUEST
6180 M:      Rusty Russell <rusty@rustcorp.com.au>
6181 L:      lguest@lists.ozlabs.org
6182 W:      http://lguest.ozlabs.org/
6183 S:      Odd Fixes
6184 F:      arch/x86/include/asm/lguest*.h
6185 F:      arch/x86/lguest/
6186 F:      drivers/lguest/
6187 F:      include/linux/lguest*.h
6188 F:      tools/lguest/
6189
6190 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6191 M:      Tejun Heo <tj@kernel.org>
6192 L:      linux-ide@vger.kernel.org
6193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6194 S:      Maintained
6195 F:      drivers/ata/
6196 F:      include/linux/ata.h
6197 F:      include/linux/libata.h
6198
6199 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6200 M:      Viresh Kumar <vireshk@kernel.org>
6201 L:      linux-ide@vger.kernel.org
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6203 S:      Maintained
6204 F:      include/linux/pata_arasan_cf_data.h
6205 F:      drivers/ata/pata_arasan_cf.c
6206
6207 LIBATA PATA DRIVERS
6208 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6209 M:      Tejun Heo <tj@kernel.org>
6210 L:      linux-ide@vger.kernel.org
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6212 S:      Maintained
6213 F:      drivers/ata/pata_*.c
6214 F:      drivers/ata/ata_generic.c
6215
6216 LIBATA SATA AHCI PLATFORM devices support
6217 M:      Hans de Goede <hdegoede@redhat.com>
6218 M:      Tejun Heo <tj@kernel.org>
6219 L:      linux-ide@vger.kernel.org
6220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6221 S:      Maintained
6222 F:      drivers/ata/ahci_platform.c
6223 F:      drivers/ata/libahci_platform.c
6224 F:      include/linux/ahci_platform.h
6225
6226 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6227 M:      Mikael Pettersson <mikpelinux@gmail.com>
6228 L:      linux-ide@vger.kernel.org
6229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6230 S:      Maintained
6231 F:      drivers/ata/sata_promise.*
6232
6233 LIBLOCKDEP
6234 M:      Sasha Levin <sasha.levin@oracle.com>
6235 S:      Maintained
6236 F:      tools/lib/lockdep/
6237
6238 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6239 M:      Dan Williams <dan.j.williams@intel.com>
6240 L:      linux-nvdimm@lists.01.org
6241 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6242 S:      Supported
6243 F:      drivers/nvdimm/*
6244 F:      include/linux/nd.h
6245 F:      include/linux/libnvdimm.h
6246 F:      include/uapi/linux/ndctl.h
6247
6248 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6249 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6250 L:      linux-nvdimm@lists.01.org
6251 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6252 S:      Supported
6253 F:      drivers/nvdimm/blk.c
6254 F:      drivers/nvdimm/region_devs.c
6255 F:      drivers/acpi/nfit*
6256
6257 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6258 M:      Vishal Verma <vishal.l.verma@intel.com>
6259 L:      linux-nvdimm@lists.01.org
6260 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6261 S:      Supported
6262 F:      drivers/nvdimm/btt*
6263
6264 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6265 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6266 L:      linux-nvdimm@lists.01.org
6267 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6268 S:      Supported
6269 F:      drivers/nvdimm/pmem.c
6270 F:      include/linux/pmem.h
6271 F:      arch/*/include/asm/pmem.h
6272
6273 LINUX FOR IBM pSERIES (RS/6000)
6274 M:      Paul Mackerras <paulus@au.ibm.com>
6275 W:      http://www.ibm.com/linux/ltc/projects/ppc
6276 S:      Supported
6277 F:      arch/powerpc/boot/rs6000.h
6278
6279 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6280 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6281 M:      Paul Mackerras <paulus@samba.org>
6282 M:      Michael Ellerman <mpe@ellerman.id.au>
6283 W:      http://www.penguinppc.org/
6284 L:      linuxppc-dev@lists.ozlabs.org
6285 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6287 S:      Supported
6288 F:      Documentation/powerpc/
6289 F:      arch/powerpc/
6290
6291 LINUX FOR POWER MACINTOSH
6292 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6293 W:      http://www.penguinppc.org/
6294 L:      linuxppc-dev@lists.ozlabs.org
6295 S:      Maintained
6296 F:      arch/powerpc/platforms/powermac/
6297 F:      drivers/macintosh/
6298
6299 LINUX FOR POWERPC EMBEDDED MPC5XXX
6300 M:      Anatolij Gustschin <agust@denx.de>
6301 L:      linuxppc-dev@lists.ozlabs.org
6302 T:      git git://git.denx.de/linux-denx-agust.git
6303 S:      Maintained
6304 F:      arch/powerpc/platforms/512x/
6305 F:      arch/powerpc/platforms/52xx/
6306
6307 LINUX FOR POWERPC EMBEDDED PPC4XX
6308 M:      Alistair Popple <alistair@popple.id.au>
6309 M:      Matt Porter <mporter@kernel.crashing.org>
6310 W:      http://www.penguinppc.org/
6311 L:      linuxppc-dev@lists.ozlabs.org
6312 S:      Maintained
6313 F:      arch/powerpc/platforms/40x/
6314 F:      arch/powerpc/platforms/44x/
6315
6316 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6317 L:      linuxppc-dev@lists.ozlabs.org
6318 S:      Orphan
6319 F:      arch/powerpc/*/*virtex*
6320 F:      arch/powerpc/*/*/*virtex*
6321
6322 LINUX FOR POWERPC EMBEDDED PPC8XX
6323 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6324 W:      http://www.penguinppc.org/
6325 L:      linuxppc-dev@lists.ozlabs.org
6326 S:      Maintained
6327 F:      arch/powerpc/platforms/8xx/
6328
6329 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6330 M:      Scott Wood <scottwood@freescale.com>
6331 M:      Kumar Gala <galak@kernel.crashing.org>
6332 W:      http://www.penguinppc.org/
6333 L:      linuxppc-dev@lists.ozlabs.org
6334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6335 S:      Maintained
6336 F:      arch/powerpc/platforms/83xx/
6337 F:      arch/powerpc/platforms/85xx/
6338
6339 LINUX FOR POWERPC PA SEMI PWRFICIENT
6340 M:      Olof Johansson <olof@lixom.net>
6341 L:      linuxppc-dev@lists.ozlabs.org
6342 S:      Maintained
6343 F:      arch/powerpc/platforms/pasemi/
6344 F:      drivers/*/*pasemi*
6345 F:      drivers/*/*/*pasemi*
6346
6347 LINUX SECURITY MODULE (LSM) FRAMEWORK
6348 M:      Chris Wright <chrisw@sous-sol.org>
6349 L:      linux-security-module@vger.kernel.org
6350 S:      Supported
6351
6352 LIS3LV02D ACCELEROMETER DRIVER
6353 M:      Eric Piel <eric.piel@tremplin-utc.net>
6354 S:      Maintained
6355 F:      Documentation/misc-devices/lis3lv02d
6356 F:      drivers/misc/lis3lv02d/
6357 F:      drivers/platform/x86/hp_accel.c
6358
6359 LIVE PATCHING
6360 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6361 M:      Seth Jennings <sjenning@redhat.com>
6362 M:      Jiri Kosina <jikos@kernel.org>
6363 M:      Vojtech Pavlik <vojtech@suse.com>
6364 S:      Maintained
6365 F:      kernel/livepatch/
6366 F:      include/linux/livepatch.h
6367 F:      arch/x86/include/asm/livepatch.h
6368 F:      arch/x86/kernel/livepatch.c
6369 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6370 F:      samples/livepatch/
6371 L:      live-patching@vger.kernel.org
6372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6373
6374 LLC (802.2)
6375 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6376 S:      Maintained
6377 F:      include/linux/llc.h
6378 F:      include/uapi/linux/llc.h
6379 F:      include/net/llc*
6380 F:      net/llc/
6381
6382 LM73 HARDWARE MONITOR DRIVER
6383 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6384 L:      lm-sensors@lm-sensors.org
6385 S:      Maintained
6386 F:      drivers/hwmon/lm73.c
6387
6388 LM78 HARDWARE MONITOR DRIVER
6389 M:      Jean Delvare <jdelvare@suse.com>
6390 L:      lm-sensors@lm-sensors.org
6391 S:      Maintained
6392 F:      Documentation/hwmon/lm78
6393 F:      drivers/hwmon/lm78.c
6394
6395 LM83 HARDWARE MONITOR DRIVER
6396 M:      Jean Delvare <jdelvare@suse.com>
6397 L:      lm-sensors@lm-sensors.org
6398 S:      Maintained
6399 F:      Documentation/hwmon/lm83
6400 F:      drivers/hwmon/lm83.c
6401
6402 LM90 HARDWARE MONITOR DRIVER
6403 M:      Jean Delvare <jdelvare@suse.com>
6404 L:      lm-sensors@lm-sensors.org
6405 S:      Maintained
6406 F:      Documentation/hwmon/lm90
6407 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6408 F:      drivers/hwmon/lm90.c
6409
6410 LM95234 HARDWARE MONITOR DRIVER
6411 M:      Guenter Roeck <linux@roeck-us.net>
6412 L:      lm-sensors@lm-sensors.org
6413 S:      Maintained
6414 F:      Documentation/hwmon/lm95234
6415 F:      drivers/hwmon/lm95234.c
6416
6417 LME2510 MEDIA DRIVER
6418 M:      Malcolm Priestley <tvboxspy@gmail.com>
6419 L:      linux-media@vger.kernel.org
6420 W:      http://linuxtv.org/
6421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6422 S:      Maintained
6423 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6424
6425 LOCKDEP AND LOCKSTAT
6426 M:      Peter Zijlstra <peterz@infradead.org>
6427 M:      Ingo Molnar <mingo@redhat.com>
6428 L:      linux-kernel@vger.kernel.org
6429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6430 S:      Maintained
6431 F:      Documentation/locking/lockdep*.txt
6432 F:      Documentation/locking/lockstat.txt
6433 F:      include/linux/lockdep.h
6434 F:      kernel/locking/
6435
6436 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6437 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6438 L:      linux-ntfs-dev@lists.sourceforge.net
6439 W:      http://www.linux-ntfs.org/content/view/19/37/
6440 S:      Maintained
6441 F:      Documentation/ldm.txt
6442 F:      block/partitions/ldm.*
6443
6444 LogFS
6445 M:      Joern Engel <joern@logfs.org>
6446 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6447 L:      logfs@logfs.org
6448 W:      logfs.org
6449 S:      Maintained
6450 F:      fs/logfs/
6451
6452 LPC32XX MACHINE SUPPORT
6453 M:      Roland Stigge <stigge@antcom.de>
6454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6455 S:      Maintained
6456 F:      arch/arm/mach-lpc32xx/
6457
6458 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6459 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6460 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6461 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6462 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6463 L:      MPT-FusionLinux.pdl@avagotech.com
6464 L:      linux-scsi@vger.kernel.org
6465 W:      http://www.lsilogic.com/support
6466 S:      Supported
6467 F:      drivers/message/fusion/
6468 F:      drivers/scsi/mpt2sas/
6469 F:      drivers/scsi/mpt3sas/
6470
6471 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6472 M:      Matthew Wilcox <matthew@wil.cx>
6473 L:      linux-scsi@vger.kernel.org
6474 S:      Maintained
6475 F:      drivers/scsi/sym53c8xx_2/
6476
6477 LTC4261 HARDWARE MONITOR DRIVER
6478 M:      Guenter Roeck <linux@roeck-us.net>
6479 L:      lm-sensors@lm-sensors.org
6480 S:      Maintained
6481 F:      Documentation/hwmon/ltc4261
6482 F:      drivers/hwmon/ltc4261.c
6483
6484 LTP (Linux Test Project)
6485 M:      Mike Frysinger <vapier@gentoo.org>
6486 M:      Cyril Hrubis <chrubis@suse.cz>
6487 M:      Wanlong Gao <wanlong.gao@gmail.com>
6488 M:      Jan Stancek <jstancek@redhat.com>
6489 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6490 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6491 L:      ltp@lists.linux.it (subscribers-only)
6492 W:      http://linux-test-project.github.io/
6493 T:      git git://github.com/linux-test-project/ltp.git
6494 S:      Maintained
6495
6496 M32R ARCHITECTURE
6497 W:      http://www.linux-m32r.org/
6498 S:      Orphan
6499 F:      arch/m32r/
6500
6501 M68K ARCHITECTURE
6502 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6503 L:      linux-m68k@lists.linux-m68k.org
6504 W:      http://www.linux-m68k.org/
6505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6506 S:      Maintained
6507 F:      arch/m68k/
6508 F:      drivers/zorro/
6509
6510 M68K ON APPLE MACINTOSH
6511 M:      Joshua Thompson <funaho@jurai.org>
6512 W:      http://www.mac.linux-m68k.org/
6513 L:      linux-m68k@lists.linux-m68k.org
6514 S:      Maintained
6515 F:      arch/m68k/mac/
6516
6517 M68K ON HP9000/300
6518 M:      Philip Blundell <philb@gnu.org>
6519 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6520 S:      Maintained
6521 F:      arch/m68k/hp300/
6522
6523 M88DS3103 MEDIA DRIVER
6524 M:      Antti Palosaari <crope@iki.fi>
6525 L:      linux-media@vger.kernel.org
6526 W:      http://linuxtv.org/
6527 W:      http://palosaari.fi/linux/
6528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6529 T:      git git://linuxtv.org/anttip/media_tree.git
6530 S:      Maintained
6531 F:      drivers/media/dvb-frontends/m88ds3103*
6532
6533 M88RS2000 MEDIA DRIVER
6534 M:      Malcolm Priestley <tvboxspy@gmail.com>
6535 L:      linux-media@vger.kernel.org
6536 W:      http://linuxtv.org/
6537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6538 S:      Maintained
6539 F:      drivers/media/dvb-frontends/m88rs2000*
6540
6541 MA901 MASTERKIT USB FM RADIO DRIVER
6542 M:      Alexey Klimov <klimov.linux@gmail.com>
6543 L:      linux-media@vger.kernel.org
6544 T:      git git://linuxtv.org/media_tree.git
6545 S:      Maintained
6546 F:      drivers/media/radio/radio-ma901.c
6547
6548 MAC80211
6549 M:      Johannes Berg <johannes@sipsolutions.net>
6550 L:      linux-wireless@vger.kernel.org
6551 W:      http://wireless.kernel.org/
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6554 S:      Maintained
6555 F:      Documentation/networking/mac80211-injection.txt
6556 F:      include/net/mac80211.h
6557 F:      net/mac80211/
6558
6559 MACVLAN DRIVER
6560 M:      Patrick McHardy <kaber@trash.net>
6561 L:      netdev@vger.kernel.org
6562 S:      Maintained
6563 F:      drivers/net/macvlan.c
6564 F:      include/linux/if_macvlan.h
6565
6566 MAILBOX API
6567 M:      Jassi Brar <jassisinghbrar@gmail.com>
6568 L:      linux-kernel@vger.kernel.org
6569 S:      Maintained
6570 F:      drivers/mailbox/
6571 F:      include/linux/mailbox_client.h
6572 F:      include/linux/mailbox_controller.h
6573
6574 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6575 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6576 W:      http://www.kernel.org/doc/man-pages
6577 L:      linux-man@vger.kernel.org
6578 S:      Maintained
6579
6580 MARVELL ARMADA DRM SUPPORT
6581 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6582 S:      Maintained
6583 F:      drivers/gpu/drm/armada/
6584
6585 MARVELL 88E6352 DSA support
6586 M:      Guenter Roeck <linux@roeck-us.net>
6587 S:      Maintained
6588 F:      drivers/net/dsa/mv88e6352.c
6589
6590 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6591 M:      Mirko Lindner <mlindner@marvell.com>
6592 M:      Stephen Hemminger <stephen@networkplumber.org>
6593 L:      netdev@vger.kernel.org
6594 S:      Maintained
6595 F:      drivers/net/ethernet/marvell/sk*
6596
6597 MARVELL LIBERTAS WIRELESS DRIVER
6598 L:      libertas-dev@lists.infradead.org
6599 S:      Orphan
6600 F:      drivers/net/wireless/libertas/
6601
6602 MARVELL MV643XX ETHERNET DRIVER
6603 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6604 L:      netdev@vger.kernel.org
6605 S:      Maintained
6606 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6607 F:      include/linux/mv643xx.h
6608
6609 MARVELL MVNETA ETHERNET DRIVER
6610 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6611 L:      netdev@vger.kernel.org
6612 S:      Maintained
6613 F:      drivers/net/ethernet/marvell/mvneta.*
6614
6615 MARVELL MWIFIEX WIRELESS DRIVER
6616 M:      Amitkumar Karwar <akarwar@marvell.com>
6617 M:      Nishant Sarmukadam <nishants@marvell.com>
6618 L:      linux-wireless@vger.kernel.org
6619 S:      Maintained
6620 F:      drivers/net/wireless/mwifiex/
6621
6622 MARVELL MWL8K WIRELESS DRIVER
6623 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6624 L:      linux-wireless@vger.kernel.org
6625 S:      Odd Fixes
6626 F:      drivers/net/wireless/mwl8k.c
6627
6628 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6629 M:      Nicolas Pitre <nico@fluxnic.net>
6630 S:      Odd Fixes
6631 F:      drivers/mmc/host/mvsdio.*
6632
6633 MATROX FRAMEBUFFER DRIVER
6634 L:      linux-fbdev@vger.kernel.org
6635 S:      Orphan
6636 F:      drivers/video/fbdev/matrox/matroxfb_*
6637 F:      include/uapi/linux/matroxfb.h
6638
6639 MAX16065 HARDWARE MONITOR DRIVER
6640 M:      Guenter Roeck <linux@roeck-us.net>
6641 L:      lm-sensors@lm-sensors.org
6642 S:      Maintained
6643 F:      Documentation/hwmon/max16065
6644 F:      drivers/hwmon/max16065.c
6645
6646 MAX20751 HARDWARE MONITOR DRIVER
6647 M:      Guenter Roeck <linux@roeck-us.net>
6648 L:      lm-sensors@lm-sensors.org
6649 S:      Maintained
6650 F:      Documentation/hwmon/max20751
6651 F:      drivers/hwmon/max20751.c
6652
6653 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6654 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6655 L:      lm-sensors@lm-sensors.org
6656 S:      Maintained
6657 F:      Documentation/hwmon/max6650
6658 F:      drivers/hwmon/max6650.c
6659
6660 MAX6697 HARDWARE MONITOR DRIVER
6661 M:      Guenter Roeck <linux@roeck-us.net>
6662 L:      lm-sensors@lm-sensors.org
6663 S:      Maintained
6664 F:      Documentation/hwmon/max6697
6665 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6666 F:      drivers/hwmon/max6697.c
6667 F:      include/linux/platform_data/max6697.h
6668
6669 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6670 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6671 L:      linux-pm@vger.kernel.org
6672 S:      Supported
6673 F:      drivers/power/max14577_charger.c
6674 F:      drivers/power/max77693_charger.c
6675
6676 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6677 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6678 L:      linux-kernel@vger.kernel.org
6679 S:      Supported
6680 F:      drivers/*/*max77802.c
6681 F:      Documentation/devicetree/bindings/*/*max77802.txt
6682 F:      include/dt-bindings/*/*max77802.h
6683
6684 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6685 M:      Chanwoo Choi <cw00.choi@samsung.com>
6686 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6687 L:      linux-kernel@vger.kernel.org
6688 S:      Supported
6689 F:      drivers/*/max14577.c
6690 F:      drivers/*/max77686.c
6691 F:      drivers/*/max77693.c
6692 F:      drivers/extcon/extcon-max14577.c
6693 F:      drivers/extcon/extcon-max77693.c
6694 F:      drivers/rtc/rtc-max77686.c
6695 F:      drivers/clk/clk-max77686.c
6696 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6697 F:      Documentation/devicetree/bindings/*/max77686.txt
6698 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6699 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6700 F:      include/linux/mfd/max14577*.h
6701 F:      include/linux/mfd/max77686*.h
6702 F:      include/linux/mfd/max77693*.h
6703
6704 MAXIRADIO FM RADIO RECEIVER DRIVER
6705 M:      Hans Verkuil <hverkuil@xs4all.nl>
6706 L:      linux-media@vger.kernel.org
6707 T:      git git://linuxtv.org/media_tree.git
6708 W:      http://linuxtv.org
6709 S:      Maintained
6710 F:      drivers/media/radio/radio-maxiradio*
6711
6712 MEDIA DRIVERS FOR RENESAS - VSP1
6713 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6714 L:      linux-media@vger.kernel.org
6715 L:      linux-sh@vger.kernel.org
6716 T:      git git://linuxtv.org/media_tree.git
6717 S:      Supported
6718 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6719 F:      drivers/media/platform/vsp1/
6720
6721 MEDIA DRIVERS FOR ASCOT2E
6722 M:      Sergey Kozlov <serjk@netup.ru>
6723 L:      linux-media@vger.kernel.org
6724 W:      http://linuxtv.org
6725 W:      http://netup.tv/
6726 T:      git git://linuxtv.org/media_tree.git
6727 S:      Supported
6728 F:      drivers/media/dvb-frontends/ascot2e*
6729
6730 MEDIA DRIVERS FOR CXD2841ER
6731 M:      Sergey Kozlov <serjk@netup.ru>
6732 L:      linux-media@vger.kernel.org
6733 W:      http://linuxtv.org/
6734 W:      http://netup.tv/
6735 T:      git git://linuxtv.org/media_tree.git
6736 S:      Supported
6737 F:      drivers/media/dvb-frontends/cxd2841er*
6738
6739 MEDIA DRIVERS FOR HORUS3A
6740 M:      Sergey Kozlov <serjk@netup.ru>
6741 L:      linux-media@vger.kernel.org
6742 W:      http://linuxtv.org/
6743 W:      http://netup.tv/
6744 T:      git git://linuxtv.org/media_tree.git
6745 S:      Supported
6746 F:      drivers/media/dvb-frontends/horus3a*
6747
6748 MEDIA DRIVERS FOR LNBH25
6749 M:      Sergey Kozlov <serjk@netup.ru>
6750 L:      linux-media@vger.kernel.org
6751 W:      http://linuxtv.org/
6752 W:      http://netup.tv/
6753 T:      git git://linuxtv.org/media_tree.git
6754 S:      Supported
6755 F:      drivers/media/dvb-frontends/lnbh25*
6756
6757 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6758 M:      Sergey Kozlov <serjk@netup.ru>
6759 L:      linux-media@vger.kernel.org
6760 W:      http://linuxtv.org/
6761 W:      http://netup.tv/
6762 T:      git git://linuxtv.org/media_tree.git
6763 S:      Supported
6764 F:      drivers/media/pci/netup_unidvb/*
6765
6766 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6767 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6768 P:      LinuxTV.org Project
6769 L:      linux-media@vger.kernel.org
6770 W:      http://linuxtv.org
6771 Q:      http://patchwork.kernel.org/project/linux-media/list/
6772 T:      git git://linuxtv.org/media_tree.git
6773 S:      Maintained
6774 F:      Documentation/dvb/
6775 F:      Documentation/video4linux/
6776 F:      Documentation/DocBook/media/
6777 F:      drivers/media/
6778 F:      drivers/staging/media/
6779 F:      include/media/
6780 F:      include/uapi/linux/dvb/
6781 F:      include/uapi/linux/videodev2.h
6782 F:      include/uapi/linux/media.h
6783 F:      include/uapi/linux/v4l2-*
6784 F:      include/uapi/linux/meye.h
6785 F:      include/uapi/linux/ivtv*
6786 F:      include/uapi/linux/uvcvideo.h
6787
6788 MEDIATEK MT7601U WIRELESS LAN DRIVER
6789 M:      Jakub Kicinski <kubakici@wp.pl>
6790 L:      linux-wireless@vger.kernel.org
6791 S:      Maintained
6792 F:      drivers/net/wireless/mediatek/mt7601u/
6793
6794 MEGARAID SCSI/SAS DRIVERS
6795 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6796 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6797 M:      Uday Lingala <uday.lingala@avagotech.com>
6798 L:      megaraidlinux.pdl@avagotech.com
6799 L:      linux-scsi@vger.kernel.org
6800 W:      http://www.lsi.com
6801 S:      Maintained
6802 F:      Documentation/scsi/megaraid.txt
6803 F:      drivers/scsi/megaraid.*
6804 F:      drivers/scsi/megaraid/
6805
6806 MELLANOX ETHERNET DRIVER (mlx4_en)
6807 M:      Amir Vadai <amirv@mellanox.com>
6808 L:      netdev@vger.kernel.org
6809 S:      Supported
6810 W:      http://www.mellanox.com
6811 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6812 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6813
6814 MELLANOX ETHERNET SWITCH DRIVERS
6815 M:      Jiri Pirko <jiri@mellanox.com>
6816 M:      Ido Schimmel <idosch@mellanox.com>
6817 L:      netdev@vger.kernel.org
6818 S:      Supported
6819 W:      http://www.mellanox.com
6820 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6821 F:      drivers/net/ethernet/mellanox/mlxsw/
6822
6823 MEMBARRIER SUPPORT
6824 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6825 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6826 L:      linux-kernel@vger.kernel.org
6827 S:      Supported
6828 F:      kernel/membarrier.c
6829 F:      include/uapi/linux/membarrier.h
6830
6831 MEMORY MANAGEMENT
6832 L:      linux-mm@kvack.org
6833 W:      http://www.linux-mm.org
6834 S:      Maintained
6835 F:      include/linux/mm.h
6836 F:      include/linux/gfp.h
6837 F:      include/linux/mmzone.h
6838 F:      include/linux/memory_hotplug.h
6839 F:      include/linux/vmalloc.h
6840 F:      mm/
6841
6842 MEMORY TECHNOLOGY DEVICES (MTD)
6843 M:      David Woodhouse <dwmw2@infradead.org>
6844 M:      Brian Norris <computersforpeace@gmail.com>
6845 L:      linux-mtd@lists.infradead.org
6846 W:      http://www.linux-mtd.infradead.org/
6847 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6848 T:      git git://git.infradead.org/linux-mtd.git
6849 T:      git git://git.infradead.org/l2-mtd.git
6850 S:      Maintained
6851 F:      drivers/mtd/
6852 F:      include/linux/mtd/
6853 F:      include/uapi/mtd/
6854
6855 MEN A21 WATCHDOG DRIVER
6856 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6857 L:      linux-watchdog@vger.kernel.org
6858 S:      Maintained
6859 F:      drivers/watchdog/mena21_wdt.c
6860
6861 MEN CHAMELEON BUS (mcb)
6862 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6863 S:      Maintained
6864 F:      drivers/mcb/
6865 F:      include/linux/mcb.h
6866 F:      Documentation/men-chameleon-bus.txt
6867
6868 MEN F21BMC (Board Management Controller)
6869 M:      Andreas Werner <andreas.werner@men.de>
6870 S:      Supported
6871 F:      drivers/mfd/menf21bmc.c
6872 F:      drivers/watchdog/menf21bmc_wdt.c
6873 F:      drivers/leds/leds-menf21bmc.c
6874 F:      drivers/hwmon/menf21bmc_hwmon.c
6875 F:      Documentation/hwmon/menf21bmc
6876
6877 METAG ARCHITECTURE
6878 M:      James Hogan <james.hogan@imgtec.com>
6879 L:      linux-metag@vger.kernel.org
6880 S:      Supported
6881 F:      arch/metag/
6882 F:      Documentation/metag/
6883 F:      Documentation/devicetree/bindings/metag/
6884 F:      drivers/clocksource/metag_generic.c
6885 F:      drivers/irqchip/irq-metag.c
6886 F:      drivers/irqchip/irq-metag-ext.c
6887 F:      drivers/tty/metag_da.c
6888
6889 MICROBLAZE ARCHITECTURE
6890 M:      Michal Simek <monstr@monstr.eu>
6891 W:      http://www.monstr.eu/fdt/
6892 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6893 S:      Supported
6894 F:      arch/microblaze/
6895
6896 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6897 M:      Chen Yu <yu.c.chen@intel.com>
6898 L:      platform-driver-x86@vger.kernel.org
6899 S:      Supported
6900 F:      drivers/platform/x86/surfacepro3_button.c
6901
6902 MICROTEK X6 SCANNER
6903 M:      Oliver Neukum <oliver@neukum.org>
6904 S:      Maintained
6905 F:      drivers/usb/image/microtek.*
6906
6907 MIPS
6908 M:      Ralf Baechle <ralf@linux-mips.org>
6909 L:      linux-mips@linux-mips.org
6910 W:      http://www.linux-mips.org/
6911 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6912 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6913 S:      Supported
6914 F:      Documentation/mips/
6915 F:      arch/mips/
6916
6917 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6918 M:      Hans Verkuil <hverkuil@xs4all.nl>
6919 L:      linux-media@vger.kernel.org
6920 T:      git git://linuxtv.org/media_tree.git
6921 W:      http://linuxtv.org
6922 S:      Odd Fixes
6923 F:      drivers/media/radio/radio-miropcm20*
6924
6925 Mellanox MLX5 core VPI driver
6926 M:      Eli Cohen <eli@mellanox.com>
6927 L:      netdev@vger.kernel.org
6928 L:      linux-rdma@vger.kernel.org
6929 W:      http://www.mellanox.com
6930 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6931 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6932 T:      git git://openfabrics.org/~eli/connect-ib.git
6933 S:      Supported
6934 F:      drivers/net/ethernet/mellanox/mlx5/core/
6935 F:      include/linux/mlx5/
6936
6937 Mellanox MLX5 IB driver
6938 M:      Eli Cohen <eli@mellanox.com>
6939 L:      linux-rdma@vger.kernel.org
6940 W:      http://www.mellanox.com
6941 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6942 T:      git git://openfabrics.org/~eli/connect-ib.git
6943 S:      Supported
6944 F:      include/linux/mlx5/
6945 F:      drivers/infiniband/hw/mlx5/
6946
6947 MN88472 MEDIA DRIVER
6948 M:      Antti Palosaari <crope@iki.fi>
6949 L:      linux-media@vger.kernel.org
6950 W:      http://linuxtv.org/
6951 W:      http://palosaari.fi/linux/
6952 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6953 T:      git git://linuxtv.org/anttip/media_tree.git
6954 S:      Maintained
6955 F:      drivers/staging/media/mn88472/
6956 F:      drivers/media/dvb-frontends/mn88472.h
6957
6958 MN88473 MEDIA DRIVER
6959 M:      Antti Palosaari <crope@iki.fi>
6960 L:      linux-media@vger.kernel.org
6961 W:      http://linuxtv.org/
6962 W:      http://palosaari.fi/linux/
6963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6964 T:      git git://linuxtv.org/anttip/media_tree.git
6965 S:      Maintained
6966 F:      drivers/staging/media/mn88473/
6967 F:      drivers/media/dvb-frontends/mn88473.h
6968
6969 MODULE SUPPORT
6970 M:      Rusty Russell <rusty@rustcorp.com.au>
6971 S:      Maintained
6972 F:      include/linux/module.h
6973 F:      kernel/module.c
6974
6975 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6976 W:      http://popies.net/meye/
6977 S:      Orphan
6978 F:      Documentation/video4linux/meye.txt
6979 F:      drivers/media/pci/meye/
6980 F:      include/uapi/linux/meye.h
6981
6982 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6983 M:      Jiri Slaby <jirislaby@gmail.com>
6984 S:      Maintained
6985 F:      Documentation/serial/moxa-smartio
6986 F:      drivers/tty/mxser.*
6987
6988 MR800 AVERMEDIA USB FM RADIO DRIVER
6989 M:      Alexey Klimov <klimov.linux@gmail.com>
6990 L:      linux-media@vger.kernel.org
6991 T:      git git://linuxtv.org/media_tree.git
6992 S:      Maintained
6993 F:      drivers/media/radio/radio-mr800.c
6994
6995 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6996 M:      Alan Ott <alan@signal11.us>
6997 L:      linux-wpan@vger.kernel.org
6998 S:      Maintained
6999 F:      drivers/net/ieee802154/mrf24j40.c
7000
7001 MSI LAPTOP SUPPORT
7002 M:      "Lee, Chun-Yi" <jlee@suse.com>
7003 L:      platform-driver-x86@vger.kernel.org
7004 S:      Maintained
7005 F:      drivers/platform/x86/msi-laptop.c
7006
7007 MSI WMI SUPPORT
7008 L:      platform-driver-x86@vger.kernel.org
7009 S:      Orphan
7010 F:      drivers/platform/x86/msi-wmi.c
7011
7012 MSI001 MEDIA DRIVER
7013 M:      Antti Palosaari <crope@iki.fi>
7014 L:      linux-media@vger.kernel.org
7015 W:      http://linuxtv.org/
7016 W:      http://palosaari.fi/linux/
7017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7018 T:      git git://linuxtv.org/anttip/media_tree.git
7019 S:      Maintained
7020 F:      drivers/media/tuners/msi001*
7021
7022 MSI2500 MEDIA DRIVER
7023 M:      Antti Palosaari <crope@iki.fi>
7024 L:      linux-media@vger.kernel.org
7025 W:      http://linuxtv.org/
7026 W:      http://palosaari.fi/linux/
7027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7028 T:      git git://linuxtv.org/anttip/media_tree.git
7029 S:      Maintained
7030 F:      drivers/media/usb/msi2500/
7031
7032 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7033 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7034 L:      linux-mtd@lists.infradead.org
7035 S:      Maintained
7036 F:      drivers/mtd/devices/docg3*
7037
7038 MT9M032 APTINA SENSOR DRIVER
7039 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7040 L:      linux-media@vger.kernel.org
7041 T:      git git://linuxtv.org/media_tree.git
7042 S:      Maintained
7043 F:      drivers/media/i2c/mt9m032.c
7044 F:      include/media/mt9m032.h
7045
7046 MT9P031 APTINA CAMERA SENSOR
7047 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7048 L:      linux-media@vger.kernel.org
7049 T:      git git://linuxtv.org/media_tree.git
7050 S:      Maintained
7051 F:      drivers/media/i2c/mt9p031.c
7052 F:      include/media/mt9p031.h
7053
7054 MT9T001 APTINA CAMERA SENSOR
7055 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7056 L:      linux-media@vger.kernel.org
7057 T:      git git://linuxtv.org/media_tree.git
7058 S:      Maintained
7059 F:      drivers/media/i2c/mt9t001.c
7060 F:      include/media/mt9t001.h
7061
7062 MT9V032 APTINA CAMERA SENSOR
7063 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7064 L:      linux-media@vger.kernel.org
7065 T:      git git://linuxtv.org/media_tree.git
7066 S:      Maintained
7067 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7068 F:      drivers/media/i2c/mt9v032.c
7069 F:      include/media/mt9v032.h
7070
7071 MULTIFUNCTION DEVICES (MFD)
7072 M:      Samuel Ortiz <sameo@linux.intel.com>
7073 M:      Lee Jones <lee.jones@linaro.org>
7074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7075 S:      Supported
7076 F:      drivers/mfd/
7077 F:      include/linux/mfd/
7078
7079 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7080 M:      Ulf Hansson <ulf.hansson@linaro.org>
7081 L:      linux-mmc@vger.kernel.org
7082 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7083 S:      Maintained
7084 F:      drivers/mmc/
7085 F:      include/linux/mmc/
7086 F:      include/uapi/linux/mmc/
7087
7088 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7089 S:      Orphan
7090 F:      drivers/mmc/host/mmc_spi.c
7091 F:      include/linux/spi/mmc_spi.h
7092
7093 MULTISOUND SOUND DRIVER
7094 M:      Andrew Veliath <andrewtv@usa.net>
7095 S:      Maintained
7096 F:      Documentation/sound/oss/MultiSound
7097 F:      sound/oss/msnd*
7098
7099 MULTITECH MULTIPORT CARD (ISICOM)
7100 S:      Orphan
7101 F:      drivers/tty/isicom.c
7102 F:      include/linux/isicom.h
7103
7104 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7105 M:      Felipe Balbi <balbi@ti.com>
7106 L:      linux-usb@vger.kernel.org
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7108 S:      Maintained
7109 F:      drivers/usb/musb/
7110
7111 MXL5007T MEDIA DRIVER
7112 M:      Michael Krufky <mkrufky@linuxtv.org>
7113 L:      linux-media@vger.kernel.org
7114 W:      http://linuxtv.org/
7115 W:      http://github.com/mkrufky
7116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7117 T:      git git://linuxtv.org/mkrufky/tuners.git
7118 S:      Maintained
7119 F:      drivers/media/tuners/mxl5007t.*
7120
7121 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7122 M:      Hyong-Youb Kim <hykim@myri.com>
7123 L:      netdev@vger.kernel.org
7124 W:      https://www.myricom.com/support/downloads/myri10ge.html
7125 S:      Supported
7126 F:      drivers/net/ethernet/myricom/myri10ge/
7127
7128 NATSEMI ETHERNET DRIVER (DP8381x)
7129 S:      Orphan
7130 F:      drivers/net/ethernet/natsemi/natsemi.c
7131
7132 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7133 M:      Daniel Mack <zonque@gmail.com>
7134 S:      Maintained
7135 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7136 W:      http://www.native-instruments.com
7137 F:      sound/usb/caiaq/
7138
7139 NCP FILESYSTEM
7140 M:      Petr Vandrovec <petr@vandrovec.name>
7141 S:      Odd Fixes
7142 F:      fs/ncpfs/
7143
7144 NCR 5380 SCSI DRIVERS
7145 M:      Finn Thain <fthain@telegraphics.com.au>
7146 M:      Michael Schmitz <schmitzmic@gmail.com>
7147 L:      linux-scsi@vger.kernel.org
7148 S:      Maintained
7149 F:      Documentation/scsi/g_NCR5380.txt
7150 F:      drivers/scsi/NCR5380.*
7151 F:      drivers/scsi/arm/cumana_1.c
7152 F:      drivers/scsi/arm/oak.c
7153 F:      drivers/scsi/atari_NCR5380.c
7154 F:      drivers/scsi/atari_scsi.*
7155 F:      drivers/scsi/dmx3191d.c
7156 F:      drivers/scsi/dtc.*
7157 F:      drivers/scsi/g_NCR5380.*
7158 F:      drivers/scsi/g_NCR5380_mmio.c
7159 F:      drivers/scsi/mac_scsi.*
7160 F:      drivers/scsi/pas16.*
7161 F:      drivers/scsi/sun3_scsi.*
7162 F:      drivers/scsi/sun3_scsi_vme.c
7163 F:      drivers/scsi/t128.*
7164
7165 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7166 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7167 L:      linux-scsi@vger.kernel.org
7168 S:      Maintained
7169 F:      drivers/scsi/NCR_D700.*
7170
7171 NCT6775 HARDWARE MONITOR DRIVER
7172 M:      Guenter Roeck <linux@roeck-us.net>
7173 L:      lm-sensors@lm-sensors.org
7174 S:      Maintained
7175 F:      Documentation/hwmon/nct6775
7176 F:      drivers/hwmon/nct6775.c
7177
7178 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7179 M:      Faisal Latif <faisal.latif@intel.com>
7180 L:      linux-rdma@vger.kernel.org
7181 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7182 S:      Supported
7183 F:      drivers/infiniband/hw/nes/
7184
7185 NETEM NETWORK EMULATOR
7186 M:      Stephen Hemminger <stephen@networkplumber.org>
7187 L:      netem@lists.linux-foundation.org
7188 S:      Maintained
7189 F:      net/sched/sch_netem.c
7190
7191 NETERION 10GbE DRIVERS (s2io/vxge)
7192 M:      Jon Mason <jdmason@kudzu.us>
7193 L:      netdev@vger.kernel.org
7194 S:      Supported
7195 F:      Documentation/networking/s2io.txt
7196 F:      Documentation/networking/vxge.txt
7197 F:      drivers/net/ethernet/neterion/
7198
7199 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7200 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7201 M:      Patrick McHardy <kaber@trash.net>
7202 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7203 L:      netfilter-devel@vger.kernel.org
7204 L:      coreteam@netfilter.org
7205 W:      http://www.netfilter.org/
7206 W:      http://www.iptables.org/
7207 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7210 S:      Supported
7211 F:      include/linux/netfilter*
7212 F:      include/linux/netfilter/
7213 F:      include/net/netfilter/
7214 F:      include/uapi/linux/netfilter*
7215 F:      include/uapi/linux/netfilter/
7216 F:      net/*/netfilter.c
7217 F:      net/*/netfilter/
7218 F:      net/netfilter/
7219 F:      net/bridge/br_netfilter*.c
7220
7221 NETLABEL
7222 M:      Paul Moore <paul@paul-moore.com>
7223 W:      http://netlabel.sf.net
7224 L:      netdev@vger.kernel.org
7225 S:      Maintained
7226 F:      Documentation/netlabel/
7227 F:      include/net/netlabel.h
7228 F:      net/netlabel/
7229
7230 NETROM NETWORK LAYER
7231 M:      Ralf Baechle <ralf@linux-mips.org>
7232 L:      linux-hams@vger.kernel.org
7233 W:      http://www.linux-ax25.org/
7234 S:      Maintained
7235 F:      include/net/netrom.h
7236 F:      include/uapi/linux/netrom.h
7237 F:      net/netrom/
7238
7239 NETWORK BLOCK DEVICE (NBD)
7240 M:      Markus Pargmann <mpa@pengutronix.de>
7241 S:      Maintained
7242 L:      nbd-general@lists.sourceforge.net
7243 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7244 F:      Documentation/blockdev/nbd.txt
7245 F:      drivers/block/nbd.c
7246 F:      include/uapi/linux/nbd.h
7247
7248 NETWORK DROP MONITOR
7249 M:      Neil Horman <nhorman@tuxdriver.com>
7250 L:      netdev@vger.kernel.org
7251 S:      Maintained
7252 W:      https://fedorahosted.org/dropwatch/
7253 F:      net/core/drop_monitor.c
7254
7255 NETWORKING [GENERAL]
7256 M:      "David S. Miller" <davem@davemloft.net>
7257 L:      netdev@vger.kernel.org
7258 W:      http://www.linuxfoundation.org/en/Net
7259 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7262 S:      Maintained
7263 F:      net/
7264 F:      include/net/
7265 F:      include/linux/in.h
7266 F:      include/linux/net.h
7267 F:      include/linux/netdevice.h
7268 F:      include/uapi/linux/in.h
7269 F:      include/uapi/linux/net.h
7270 F:      include/uapi/linux/netdevice.h
7271 F:      include/uapi/linux/net_namespace.h
7272 F:      tools/net/
7273 F:      tools/testing/selftests/net/
7274 F:      lib/random32.c
7275 F:      lib/test_bpf.c
7276
7277 NETWORKING [IPv4/IPv6]
7278 M:      "David S. Miller" <davem@davemloft.net>
7279 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7280 M:      James Morris <jmorris@namei.org>
7281 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7282 M:      Patrick McHardy <kaber@trash.net>
7283 L:      netdev@vger.kernel.org
7284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7285 S:      Maintained
7286 F:      net/ipv4/
7287 F:      net/ipv6/
7288 F:      include/net/ip*
7289 F:      arch/x86/net/*
7290
7291 NETWORKING [IPSEC]
7292 M:      Steffen Klassert <steffen.klassert@secunet.com>
7293 M:      Herbert Xu <herbert@gondor.apana.org.au>
7294 M:      "David S. Miller" <davem@davemloft.net>
7295 L:      netdev@vger.kernel.org
7296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7298 S:      Maintained
7299 F:      net/core/flow.c
7300 F:      net/xfrm/
7301 F:      net/key/
7302 F:      net/ipv4/xfrm*
7303 F:      net/ipv4/esp4.c
7304 F:      net/ipv4/ah4.c
7305 F:      net/ipv4/ipcomp.c
7306 F:      net/ipv4/ip_vti.c
7307 F:      net/ipv6/xfrm*
7308 F:      net/ipv6/esp6.c
7309 F:      net/ipv6/ah6.c
7310 F:      net/ipv6/ipcomp6.c
7311 F:      net/ipv6/ip6_vti.c
7312 F:      include/uapi/linux/xfrm.h
7313 F:      include/net/xfrm.h
7314
7315 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7316 M:      Paul Moore <paul@paul-moore.com>
7317 L:      netdev@vger.kernel.org
7318 S:      Maintained
7319
7320 NETWORKING [WIRELESS]
7321 L:      linux-wireless@vger.kernel.org
7322 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7323
7324 NETWORKING DRIVERS
7325 L:      netdev@vger.kernel.org
7326 W:      http://www.linuxfoundation.org/en/Net
7327 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7330 S:      Odd Fixes
7331 F:      drivers/net/
7332 F:      include/linux/if_*
7333 F:      include/linux/netdevice.h
7334 F:      include/linux/arcdevice.h
7335 F:      include/linux/etherdevice.h
7336 F:      include/linux/fcdevice.h
7337 F:      include/linux/fddidevice.h
7338 F:      include/linux/hippidevice.h
7339 F:      include/linux/inetdevice.h
7340 F:      include/uapi/linux/if_*
7341 F:      include/uapi/linux/netdevice.h
7342
7343 NETWORKING DRIVERS (WIRELESS)
7344 M:      Kalle Valo <kvalo@codeaurora.org>
7345 L:      linux-wireless@vger.kernel.org
7346 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7348 S:      Maintained
7349 F:      drivers/net/wireless/
7350
7351 NETXEN (1/10) GbE SUPPORT
7352 M:      Manish Chopra <manish.chopra@qlogic.com>
7353 M:      Sony Chacko <sony.chacko@qlogic.com>
7354 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7355 L:      netdev@vger.kernel.org
7356 W:      http://www.qlogic.com
7357 S:      Supported
7358 F:      drivers/net/ethernet/qlogic/netxen/
7359
7360 NFC SUBSYSTEM
7361 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7362 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7363 M:      Samuel Ortiz <sameo@linux.intel.com>
7364 L:      linux-wireless@vger.kernel.org
7365 L:      linux-nfc@lists.01.org (subscribers-only)
7366 S:      Supported
7367 F:      net/nfc/
7368 F:      include/net/nfc/
7369 F:      include/uapi/linux/nfc.h
7370 F:      drivers/nfc/
7371 F:      include/linux/platform_data/pn544.h
7372 F:      Documentation/devicetree/bindings/net/nfc/
7373
7374 NFS, SUNRPC, AND LOCKD CLIENTS
7375 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7376 M:      Anna Schumaker <anna.schumaker@netapp.com>
7377 L:      linux-nfs@vger.kernel.org
7378 W:      http://client.linux-nfs.org
7379 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7380 S:      Maintained
7381 F:      fs/lockd/
7382 F:      fs/nfs/
7383 F:      fs/nfs_common/
7384 F:      net/sunrpc/
7385 F:      include/linux/lockd/
7386 F:      include/linux/nfs*
7387 F:      include/linux/sunrpc/
7388 F:      include/uapi/linux/nfs*
7389 F:      include/uapi/linux/sunrpc/
7390
7391 NILFS2 FILESYSTEM
7392 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7393 L:      linux-nilfs@vger.kernel.org
7394 W:      http://nilfs.sourceforge.net/
7395 T:      git git://github.com/konis/nilfs2.git
7396 S:      Supported
7397 F:      Documentation/filesystems/nilfs2.txt
7398 F:      fs/nilfs2/
7399 F:      include/linux/nilfs2_fs.h
7400
7401 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7402 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7403 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7404 S:      Maintained
7405 F:      Documentation/scsi/NinjaSCSI.txt
7406 F:      drivers/scsi/pcmcia/nsp_*
7407
7408 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7409 M:      GOTO Masanori <gotom@debian.or.jp>
7410 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7411 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7412 S:      Maintained
7413 F:      Documentation/scsi/NinjaSCSI.txt
7414 F:      drivers/scsi/nsp32*
7415
7416 NIOS2 ARCHITECTURE
7417 M:      Ley Foon Tan <lftan@altera.com>
7418 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7420 S:      Maintained
7421 F:      arch/nios2/
7422
7423 NOKIA N900 POWER SUPPLY DRIVERS
7424 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7425 S:      Maintained
7426 F:      include/linux/power/bq2415x_charger.h
7427 F:      include/linux/power/bq27x00_battery.h
7428 F:      include/linux/power/isp1704_charger.h
7429 F:      drivers/power/bq2415x_charger.c
7430 F:      drivers/power/bq27x00_battery.c
7431 F:      drivers/power/isp1704_charger.c
7432 F:      drivers/power/rx51_battery.c
7433
7434 NTB DRIVER CORE
7435 M:      Jon Mason <jdmason@kudzu.us>
7436 M:      Dave Jiang <dave.jiang@intel.com>
7437 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7438 L:      linux-ntb@googlegroups.com
7439 S:      Supported
7440 W:      https://github.com/jonmason/ntb/wiki
7441 T:      git git://github.com/jonmason/ntb.git
7442 F:      drivers/ntb/
7443 F:      drivers/net/ntb_netdev.c
7444 F:      include/linux/ntb.h
7445 F:      include/linux/ntb_transport.h
7446
7447 NTB INTEL DRIVER
7448 M:      Jon Mason <jdmason@kudzu.us>
7449 M:      Dave Jiang <dave.jiang@intel.com>
7450 L:      linux-ntb@googlegroups.com
7451 S:      Supported
7452 W:      https://github.com/jonmason/ntb/wiki
7453 T:      git git://github.com/jonmason/ntb.git
7454 F:      drivers/ntb/hw/intel/
7455
7456 NTFS FILESYSTEM
7457 M:      Anton Altaparmakov <anton@tuxera.com>
7458 L:      linux-ntfs-dev@lists.sourceforge.net
7459 W:      http://www.tuxera.com/
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7461 S:      Supported
7462 F:      Documentation/filesystems/ntfs.txt
7463 F:      fs/ntfs/
7464
7465 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7466 M:      Antonino Daplas <adaplas@gmail.com>
7467 L:      linux-fbdev@vger.kernel.org
7468 S:      Maintained
7469 F:      drivers/video/fbdev/riva/
7470 F:      drivers/video/fbdev/nvidia/
7471
7472 NVM EXPRESS DRIVER
7473 M:      Matthew Wilcox <willy@linux.intel.com>
7474 L:      linux-nvme@lists.infradead.org
7475 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7476 S:      Supported
7477 F:      drivers/block/nvme*
7478 F:      include/linux/nvme.h
7479
7480 NVMEM FRAMEWORK
7481 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7482 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7483 S:      Maintained
7484 F:      drivers/nvmem/
7485 F:      Documentation/devicetree/bindings/nvmem/
7486 F:      include/linux/nvmem-consumer.h
7487 F:      include/linux/nvmem-provider.h
7488
7489 NXP-NCI NFC DRIVER
7490 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7491 R:      Charles Gorand <charles.gorand@effinnov.com>
7492 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7493 S:      Supported
7494 F:      drivers/nfc/nxp-nci
7495
7496 NXP TDA998X DRM DRIVER
7497 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7498 S:      Supported
7499 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7500 F:      include/drm/i2c/tda998x.h
7501
7502 NXP TFA9879 DRIVER
7503 M:      Peter Rosin <peda@axentia.se>
7504 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7505 S:      Maintained
7506 F:      sound/soc/codecs/tfa9879*
7507
7508 OMAP SUPPORT
7509 M:      Tony Lindgren <tony@atomide.com>
7510 L:      linux-omap@vger.kernel.org
7511 W:      http://www.muru.com/linux/omap/
7512 W:      http://linux.omap.com/
7513 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7515 S:      Maintained
7516 F:      arch/arm/*omap*/
7517 F:      arch/arm/configs/omap1_defconfig
7518 F:      arch/arm/configs/omap2plus_defconfig
7519 F:      drivers/i2c/busses/i2c-omap.c
7520 F:      drivers/irqchip/irq-omap-intc.c
7521 F:      drivers/mfd/*omap*.c
7522 F:      drivers/mfd/menelaus.c
7523 F:      drivers/mfd/palmas.c
7524 F:      drivers/mfd/tps65217.c
7525 F:      drivers/mfd/tps65218.c
7526 F:      drivers/mfd/tps65910.c
7527 F:      drivers/mfd/twl-core.[ch]
7528 F:      drivers/mfd/twl4030*.c
7529 F:      drivers/mfd/twl6030*.c
7530 F:      drivers/mfd/twl6040*.c
7531 F:      drivers/regulator/palmas-regulator*.c
7532 F:      drivers/regulator/pbias-regulator.c
7533 F:      drivers/regulator/tps65217-regulator.c
7534 F:      drivers/regulator/tps65218-regulator.c
7535 F:      drivers/regulator/tps65910-regulator.c
7536 F:      drivers/regulator/twl-regulator.c
7537 F:      include/linux/i2c-omap.h
7538
7539 OMAP DEVICE TREE SUPPORT
7540 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7541 M:      Tony Lindgren <tony@atomide.com>
7542 L:      linux-omap@vger.kernel.org
7543 L:      devicetree@vger.kernel.org
7544 S:      Maintained
7545 F:      arch/arm/boot/dts/*omap*
7546 F:      arch/arm/boot/dts/*am3*
7547 F:      arch/arm/boot/dts/*am4*
7548 F:      arch/arm/boot/dts/*am5*
7549 F:      arch/arm/boot/dts/*dra7*
7550
7551 OMAP CLOCK FRAMEWORK SUPPORT
7552 M:      Paul Walmsley <paul@pwsan.com>
7553 L:      linux-omap@vger.kernel.org
7554 S:      Maintained
7555 F:      arch/arm/*omap*/*clock*
7556
7557 OMAP POWER MANAGEMENT SUPPORT
7558 M:      Kevin Hilman <khilman@deeprootsystems.com>
7559 L:      linux-omap@vger.kernel.org
7560 S:      Maintained
7561 F:      arch/arm/*omap*/*pm*
7562 F:      drivers/cpufreq/omap-cpufreq.c
7563
7564 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7565 M:      Rajendra Nayak <rnayak@ti.com>
7566 M:      Paul Walmsley <paul@pwsan.com>
7567 L:      linux-omap@vger.kernel.org
7568 S:      Maintained
7569 F:      arch/arm/mach-omap2/prm*
7570
7571 OMAP AUDIO SUPPORT
7572 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7573 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7574 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7575 L:      linux-omap@vger.kernel.org
7576 S:      Maintained
7577 F:      sound/soc/omap/
7578
7579 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7580 M:      Roger Quadros <rogerq@ti.com>
7581 M:      Tony Lindgren <tony@atomide.com>
7582 L:      linux-omap@vger.kernel.org
7583 S:      Maintained
7584 F:      drivers/memory/omap-gpmc.c
7585 F:      arch/arm/mach-omap2/*gpmc*
7586
7587 OMAP FRAMEBUFFER SUPPORT
7588 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7589 L:      linux-fbdev@vger.kernel.org
7590 L:      linux-omap@vger.kernel.org
7591 S:      Maintained
7592 F:      drivers/video/fbdev/omap/
7593
7594 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7595 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7596 L:      linux-omap@vger.kernel.org
7597 L:      linux-fbdev@vger.kernel.org
7598 S:      Maintained
7599 F:      drivers/video/fbdev/omap2/
7600 F:      Documentation/arm/OMAP/DSS
7601
7602 OMAP HARDWARE SPINLOCK SUPPORT
7603 M:      Ohad Ben-Cohen <ohad@wizery.com>
7604 L:      linux-omap@vger.kernel.org
7605 S:      Maintained
7606 F:      drivers/hwspinlock/omap_hwspinlock.c
7607
7608 OMAP MMC SUPPORT
7609 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7610 L:      linux-omap@vger.kernel.org
7611 S:      Maintained
7612 F:      drivers/mmc/host/omap.c
7613
7614 OMAP HS MMC SUPPORT
7615 L:      linux-mmc@vger.kernel.org
7616 L:      linux-omap@vger.kernel.org
7617 S:      Orphan
7618 F:      drivers/mmc/host/omap_hsmmc.c
7619
7620 OMAP RANDOM NUMBER GENERATOR SUPPORT
7621 M:      Deepak Saxena <dsaxena@plexity.net>
7622 S:      Maintained
7623 F:      drivers/char/hw_random/omap-rng.c
7624
7625 OMAP HWMOD SUPPORT
7626 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7627 M:      Paul Walmsley <paul@pwsan.com>
7628 L:      linux-omap@vger.kernel.org
7629 S:      Maintained
7630 F:      arch/arm/mach-omap2/omap_hwmod.*
7631
7632 OMAP HWMOD DATA
7633 M:      Paul Walmsley <paul@pwsan.com>
7634 L:      linux-omap@vger.kernel.org
7635 S:      Maintained
7636 F:      arch/arm/mach-omap2/omap_hwmod*data*
7637
7638 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7639 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7640 L:      linux-omap@vger.kernel.org
7641 S:      Maintained
7642 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7643
7644 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7645 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7646 L:      linux-media@vger.kernel.org
7647 S:      Maintained
7648 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7649 F:      drivers/media/platform/omap3isp/
7650 F:      drivers/staging/media/omap4iss/
7651
7652 OMAP USB SUPPORT
7653 M:      Felipe Balbi <balbi@ti.com>
7654 L:      linux-usb@vger.kernel.org
7655 L:      linux-omap@vger.kernel.org
7656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7657 S:      Maintained
7658 F:      drivers/usb/*/*omap*
7659 F:      arch/arm/*omap*/usb*
7660
7661 OMAP GPIO DRIVER
7662 M:      Javier Martinez Canillas <javier@dowhile0.org>
7663 M:      Santosh Shilimkar <ssantosh@kernel.org>
7664 M:      Kevin Hilman <khilman@deeprootsystems.com>
7665 L:      linux-omap@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/gpio/gpio-omap.c
7668
7669 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7670 M:      Mark Jackson <mpfj@newflow.co.uk>
7671 L:      linux-omap@vger.kernel.org
7672 S:      Maintained
7673 F:      arch/arm/boot/dts/am335x-nano.dts
7674
7675 OMFS FILESYSTEM
7676 M:      Bob Copeland <me@bobcopeland.com>
7677 L:      linux-karma-devel@lists.sourceforge.net
7678 S:      Maintained
7679 F:      Documentation/filesystems/omfs.txt
7680 F:      fs/omfs/
7681
7682 OMNIKEY CARDMAN 4000 DRIVER
7683 M:      Harald Welte <laforge@gnumonks.org>
7684 S:      Maintained
7685 F:      drivers/char/pcmcia/cm4000_cs.c
7686 F:      include/linux/cm4000_cs.h
7687 F:      include/uapi/linux/cm4000_cs.h
7688
7689 OMNIKEY CARDMAN 4040 DRIVER
7690 M:      Harald Welte <laforge@gnumonks.org>
7691 S:      Maintained
7692 F:      drivers/char/pcmcia/cm4040_cs.*
7693
7694 OMNIVISION OV7670 SENSOR DRIVER
7695 M:      Jonathan Corbet <corbet@lwn.net>
7696 L:      linux-media@vger.kernel.org
7697 T:      git git://linuxtv.org/media_tree.git
7698 S:      Maintained
7699 F:      drivers/media/i2c/ov7670.c
7700
7701 ONENAND FLASH DRIVER
7702 M:      Kyungmin Park <kyungmin.park@samsung.com>
7703 L:      linux-mtd@lists.infradead.org
7704 S:      Maintained
7705 F:      drivers/mtd/onenand/
7706 F:      include/linux/mtd/onenand*.h
7707
7708 ONSTREAM SCSI TAPE DRIVER
7709 M:      Willem Riede <osst@riede.org>
7710 L:      osst-users@lists.sourceforge.net
7711 L:      linux-scsi@vger.kernel.org
7712 S:      Maintained
7713 F:      Documentation/scsi/osst.txt
7714 F:      drivers/scsi/osst.*
7715 F:      drivers/scsi/osst_*.h
7716 F:      drivers/scsi/st.h
7717
7718 OPENCORES I2C BUS DRIVER
7719 M:      Peter Korsgaard <jacmet@sunsite.dk>
7720 L:      linux-i2c@vger.kernel.org
7721 S:      Maintained
7722 F:      Documentation/i2c/busses/i2c-ocores
7723 F:      drivers/i2c/busses/i2c-ocores.c
7724
7725 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7726 M:      Rob Herring <robh+dt@kernel.org>
7727 M:      Frank Rowand <frowand.list@gmail.com>
7728 M:      Grant Likely <grant.likely@linaro.org>
7729 L:      devicetree@vger.kernel.org
7730 W:      http://www.devicetree.org/
7731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7732 S:      Maintained
7733 F:      drivers/of/
7734 F:      include/linux/of*.h
7735 F:      scripts/dtc/
7736
7737 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7738 M:      Rob Herring <robh+dt@kernel.org>
7739 M:      Pawel Moll <pawel.moll@arm.com>
7740 M:      Mark Rutland <mark.rutland@arm.com>
7741 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7742 M:      Kumar Gala <galak@codeaurora.org>
7743 L:      devicetree@vger.kernel.org
7744 S:      Maintained
7745 F:      Documentation/devicetree/
7746 F:      arch/*/boot/dts/
7747 F:      include/dt-bindings/
7748
7749 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7750 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7751 L:      devicetree@vger.kernel.org
7752 S:      Maintained
7753 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7754 F:      Documentation/devicetree/overlay-notes.txt
7755 F:      drivers/of/overlay.c
7756 F:      drivers/of/resolver.c
7757
7758 OPENRISC ARCHITECTURE
7759 M:      Jonas Bonn <jonas@southpole.se>
7760 W:      http://openrisc.net
7761 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7762 S:      Maintained
7763 T:      git git://openrisc.net/~jonas/linux
7764 F:      arch/openrisc/
7765
7766 OPENVSWITCH
7767 M:      Pravin Shelar <pshelar@nicira.com>
7768 L:      netdev@vger.kernel.org
7769 L:      dev@openvswitch.org
7770 W:      http://openvswitch.org
7771 S:      Maintained
7772 F:      net/openvswitch/
7773 F:      include/uapi/linux/openvswitch.h
7774
7775 OPL4 DRIVER
7776 M:      Clemens Ladisch <clemens@ladisch.de>
7777 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7778 T:      git git://git.alsa-project.org/alsa-kernel.git
7779 S:      Maintained
7780 F:      sound/drivers/opl4/
7781
7782 OPROFILE
7783 M:      Robert Richter <rric@kernel.org>
7784 L:      oprofile-list@lists.sf.net
7785 S:      Maintained
7786 F:      arch/*/include/asm/oprofile*.h
7787 F:      arch/*/oprofile/
7788 F:      drivers/oprofile/
7789 F:      include/linux/oprofile.h
7790
7791 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7792 M:      Mark Fasheh <mfasheh@suse.com>
7793 M:      Joel Becker <jlbec@evilplan.org>
7794 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7795 W:      http://ocfs2.wiki.kernel.org
7796 S:      Supported
7797 F:      Documentation/filesystems/ocfs2.txt
7798 F:      Documentation/filesystems/dlmfs.txt
7799 F:      fs/ocfs2/
7800
7801 ORINOCO DRIVER
7802 L:      linux-wireless@vger.kernel.org
7803 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7804 W:      http://www.nongnu.org/orinoco/
7805 S:      Orphan
7806 F:      drivers/net/wireless/orinoco/
7807
7808 OSD LIBRARY and FILESYSTEM
7809 M:      Boaz Harrosh <ooo@electrozaur.com>
7810 M:      Benny Halevy <bhalevy@primarydata.com>
7811 L:      osd-dev@open-osd.org
7812 W:      http://open-osd.org
7813 T:      git git://git.open-osd.org/open-osd.git
7814 S:      Maintained
7815 F:      drivers/scsi/osd/
7816 F:      include/scsi/osd_*
7817 F:      fs/exofs/
7818
7819 OVERLAY FILESYSTEM
7820 M:      Miklos Szeredi <miklos@szeredi.hu>
7821 L:      linux-unionfs@vger.kernel.org
7822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7823 S:      Supported
7824 F:      fs/overlayfs/
7825 F:      Documentation/filesystems/overlayfs.txt
7826
7827 P54 WIRELESS DRIVER
7828 M:      Christian Lamparter <chunkeey@googlemail.com>
7829 L:      linux-wireless@vger.kernel.org
7830 W:      http://wireless.kernel.org/en/users/Drivers/p54
7831 S:      Maintained
7832 F:      drivers/net/wireless/p54/
7833
7834 PA SEMI ETHERNET DRIVER
7835 M:      Olof Johansson <olof@lixom.net>
7836 L:      netdev@vger.kernel.org
7837 S:      Maintained
7838 F:      drivers/net/ethernet/pasemi/*
7839
7840 PA SEMI SMBUS DRIVER
7841 M:      Olof Johansson <olof@lixom.net>
7842 L:      linux-i2c@vger.kernel.org
7843 S:      Maintained
7844 F:      drivers/i2c/busses/i2c-pasemi.c
7845
7846 PADATA PARALLEL EXECUTION MECHANISM
7847 M:      Steffen Klassert <steffen.klassert@secunet.com>
7848 L:      linux-crypto@vger.kernel.org
7849 S:      Maintained
7850 F:      kernel/padata.c
7851 F:      include/linux/padata.h
7852 F:      Documentation/padata.txt
7853
7854 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7855 M:      Harald Welte <laforge@gnumonks.org>
7856 L:      platform-driver-x86@vger.kernel.org
7857 S:      Maintained
7858 F:      drivers/platform/x86/panasonic-laptop.c
7859
7860 PANASONIC MN10300/AM33/AM34 PORT
7861 M:      David Howells <dhowells@redhat.com>
7862 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7863 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7864 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7865 S:      Maintained
7866 F:      Documentation/mn10300/
7867 F:      arch/mn10300/
7868
7869 PARALLEL PORT SUBSYSTEM
7870 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7871 M:      Sudip Mukherjee <sudip@vectorindia.org>
7872 L:      linux-parport@lists.infradead.org (subscribers-only)
7873 S:      Maintained
7874 F:      drivers/parport/
7875 F:      include/linux/parport*.h
7876 F:      drivers/char/ppdev.c
7877 F:      include/uapi/linux/ppdev.h
7878 F:      Documentation/parport*.txt
7879
7880 PARAVIRT_OPS INTERFACE
7881 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7882 M:      Chris Wright <chrisw@sous-sol.org>
7883 M:      Alok Kataria <akataria@vmware.com>
7884 M:      Rusty Russell <rusty@rustcorp.com.au>
7885 L:      virtualization@lists.linux-foundation.org
7886 S:      Supported
7887 F:      Documentation/virtual/paravirt_ops.txt
7888 F:      arch/*/kernel/paravirt*
7889 F:      arch/*/include/asm/paravirt.h
7890
7891 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7892 M:      Tim Waugh <tim@cyberelk.net>
7893 L:      linux-parport@lists.infradead.org (subscribers-only)
7894 S:      Maintained
7895 F:      Documentation/blockdev/paride.txt
7896 F:      drivers/block/paride/
7897
7898 PARISC ARCHITECTURE
7899 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7900 M:      Helge Deller <deller@gmx.de>
7901 L:      linux-parisc@vger.kernel.org
7902 W:      http://www.parisc-linux.org/
7903 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7906 S:      Maintained
7907 F:      arch/parisc/
7908 F:      Documentation/parisc/
7909 F:      drivers/parisc/
7910 F:      drivers/char/agp/parisc-agp.c
7911 F:      drivers/input/serio/gscps2.c
7912 F:      drivers/parport/parport_gsc.*
7913 F:      drivers/tty/serial/8250/8250_gsc.c
7914 F:      drivers/video/fbdev/sti*
7915 F:      drivers/video/console/sti*
7916 F:      drivers/video/logo/logo_parisc*
7917
7918 PC87360 HARDWARE MONITORING DRIVER
7919 M:      Jim Cromie <jim.cromie@gmail.com>
7920 L:      lm-sensors@lm-sensors.org
7921 S:      Maintained
7922 F:      Documentation/hwmon/pc87360
7923 F:      drivers/hwmon/pc87360.c
7924
7925 PC8736x GPIO DRIVER
7926 M:      Jim Cromie <jim.cromie@gmail.com>
7927 S:      Maintained
7928 F:      drivers/char/pc8736x_gpio.c
7929
7930 PC87427 HARDWARE MONITORING DRIVER
7931 M:      Jean Delvare <jdelvare@suse.com>
7932 L:      lm-sensors@lm-sensors.org
7933 S:      Maintained
7934 F:      Documentation/hwmon/pc87427
7935 F:      drivers/hwmon/pc87427.c
7936
7937 PCA9532 LED DRIVER
7938 M:      Riku Voipio <riku.voipio@iki.fi>
7939 S:      Maintained
7940 F:      drivers/leds/leds-pca9532.c
7941 F:      include/linux/leds-pca9532.h
7942
7943 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7944 M:      Guenter Roeck <linux@roeck-us.net>
7945 L:      linux-i2c@vger.kernel.org
7946 S:      Maintained
7947 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7948
7949 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7950 M:      Khalid Aziz <khalid@gonehiking.org>
7951 S:      Maintained
7952 F:      drivers/firmware/pcdp.*
7953
7954 PCI ERROR RECOVERY
7955 M:      Linas Vepstas <linasvepstas@gmail.com>
7956 L:      linux-pci@vger.kernel.org
7957 S:      Supported
7958 F:      Documentation/PCI/pci-error-recovery.txt
7959
7960 PCI SUBSYSTEM
7961 M:      Bjorn Helgaas <bhelgaas@google.com>
7962 L:      linux-pci@vger.kernel.org
7963 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7965 S:      Supported
7966 F:      Documentation/PCI/
7967 F:      drivers/pci/
7968 F:      include/linux/pci*
7969 F:      arch/x86/pci/
7970 F:      arch/x86/kernel/quirks.c
7971
7972 PCI DRIVER FOR ARM VERSATILE PLATFORM
7973 M:      Rob Herring <robh@kernel.org>
7974 L:      linux-pci@vger.kernel.org
7975 L:      linux-arm-kernel@lists.infradead.org
7976 S:      Maintained
7977 F:      Documentation/devicetree/bindings/pci/versatile.txt
7978 F:      drivers/pci/host/pci-versatile.c
7979
7980 PCI DRIVER FOR APPLIEDMICRO XGENE
7981 M:      Tanmay Inamdar <tinamdar@apm.com>
7982 L:      linux-pci@vger.kernel.org
7983 L:      linux-arm-kernel@lists.infradead.org
7984 S:      Maintained
7985 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7986 F:      drivers/pci/host/pci-xgene.c
7987
7988 PCI DRIVER FOR FREESCALE LAYERSCAPE
7989 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7990 M:      Mingkai Hu <mingkai.hu@freescale.com>
7991 M:      Roy Zang <tie-fei.zang@freescale.com>
7992 L:      linuxppc-dev@lists.ozlabs.org
7993 L:      linux-pci@vger.kernel.org
7994 L:      linux-arm-kernel@lists.infradead.org
7995 S:      Maintained
7996 F:      drivers/pci/host/*layerscape*
7997
7998 PCI DRIVER FOR IMX6
7999 M:      Richard Zhu <Richard.Zhu@freescale.com>
8000 M:      Lucas Stach <l.stach@pengutronix.de>
8001 L:      linux-pci@vger.kernel.org
8002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8003 S:      Maintained
8004 F:      drivers/pci/host/*imx6*
8005
8006 PCI DRIVER FOR TI KEYSTONE
8007 M:      Murali Karicheri <m-karicheri2@ti.com>
8008 L:      linux-pci@vger.kernel.org
8009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8010 S:      Maintained
8011 F:      drivers/pci/host/*keystone*
8012
8013 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8014 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8015 M:      Jason Cooper <jason@lakedaemon.net>
8016 L:      linux-pci@vger.kernel.org
8017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8018 S:      Maintained
8019 F:      drivers/pci/host/*mvebu*
8020
8021 PCI DRIVER FOR NVIDIA TEGRA
8022 M:      Thierry Reding <thierry.reding@gmail.com>
8023 L:      linux-tegra@vger.kernel.org
8024 L:      linux-pci@vger.kernel.org
8025 S:      Supported
8026 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8027 F:      drivers/pci/host/pci-tegra.c
8028
8029 PCI DRIVER FOR TI DRA7XX
8030 M:      Kishon Vijay Abraham I <kishon@ti.com>
8031 L:      linux-omap@vger.kernel.org
8032 L:      linux-pci@vger.kernel.org
8033 S:      Supported
8034 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8035 F:      drivers/pci/host/pci-dra7xx.c
8036
8037 PCI DRIVER FOR RENESAS R-CAR
8038 M:      Simon Horman <horms@verge.net.au>
8039 L:      linux-pci@vger.kernel.org
8040 L:      linux-sh@vger.kernel.org
8041 S:      Maintained
8042 F:      drivers/pci/host/*rcar*
8043
8044 PCI DRIVER FOR SAMSUNG EXYNOS
8045 M:      Jingoo Han <jingoohan1@gmail.com>
8046 L:      linux-pci@vger.kernel.org
8047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8048 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8049 S:      Maintained
8050 F:      drivers/pci/host/pci-exynos.c
8051
8052 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8053 M:      Jingoo Han <jingoohan1@gmail.com>
8054 M:      Pratyush Anand <pratyush.anand@gmail.com>
8055 L:      linux-pci@vger.kernel.org
8056 S:      Maintained
8057 F:      drivers/pci/host/*designware*
8058
8059 PCI DRIVER FOR GENERIC OF HOSTS
8060 M:      Will Deacon <will.deacon@arm.com>
8061 L:      linux-pci@vger.kernel.org
8062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8063 S:      Maintained
8064 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8065 F:      drivers/pci/host/pci-host-generic.c
8066
8067 PCIE DRIVER FOR ST SPEAR13XX
8068 M:      Pratyush Anand <pratyush.anand@gmail.com>
8069 L:      linux-pci@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/pci/host/*spear*
8072
8073 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8074 M:      Duc Dang <dhdang@apm.com>
8075 L:      linux-pci@vger.kernel.org
8076 L:      linux-arm-kernel@lists.infradead.org
8077 S:      Maintained
8078 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8079 F:      drivers/pci/host/pci-xgene-msi.c
8080
8081 PCMCIA SUBSYSTEM
8082 P:      Linux PCMCIA Team
8083 L:      linux-pcmcia@lists.infradead.org
8084 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8086 S:      Maintained
8087 F:      Documentation/pcmcia/
8088 F:      drivers/pcmcia/
8089 F:      include/pcmcia/
8090
8091 PCNET32 NETWORK DRIVER
8092 M:      Don Fry <pcnet32@frontier.com>
8093 L:      netdev@vger.kernel.org
8094 S:      Maintained
8095 F:      drivers/net/ethernet/amd/pcnet32.c
8096
8097 PCRYPT PARALLEL CRYPTO ENGINE
8098 M:      Steffen Klassert <steffen.klassert@secunet.com>
8099 L:      linux-crypto@vger.kernel.org
8100 S:      Maintained
8101 F:      crypto/pcrypt.c
8102 F:      include/crypto/pcrypt.h
8103
8104 PER-CPU MEMORY ALLOCATOR
8105 M:      Tejun Heo <tj@kernel.org>
8106 M:      Christoph Lameter <cl@linux-foundation.org>
8107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8108 S:      Maintained
8109 F:      include/linux/percpu*.h
8110 F:      mm/percpu*.c
8111 F:      arch/*/include/asm/percpu.h
8112
8113 PER-TASK DELAY ACCOUNTING
8114 M:      Balbir Singh <bsingharora@gmail.com>
8115 S:      Maintained
8116 F:      include/linux/delayacct.h
8117 F:      kernel/delayacct.c
8118
8119 PERFORMANCE EVENTS SUBSYSTEM
8120 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8121 M:      Ingo Molnar <mingo@redhat.com>
8122 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8123 L:      linux-kernel@vger.kernel.org
8124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8125 S:      Supported
8126 F:      kernel/events/*
8127 F:      include/linux/perf_event.h
8128 F:      include/uapi/linux/perf_event.h
8129 F:      arch/*/kernel/perf_event*.c
8130 F:      arch/*/kernel/*/perf_event*.c
8131 F:      arch/*/kernel/*/*/perf_event*.c
8132 F:      arch/*/include/asm/perf_event.h
8133 F:      arch/*/kernel/perf_callchain.c
8134 F:      tools/perf/
8135
8136 PERSONALITY HANDLING
8137 M:      Christoph Hellwig <hch@infradead.org>
8138 L:      linux-abi-devel@lists.sourceforge.net
8139 S:      Maintained
8140 F:      include/linux/personality.h
8141 F:      include/uapi/linux/personality.h
8142
8143 PHONET PROTOCOL
8144 M:      Remi Denis-Courmont <courmisch@gmail.com>
8145 S:      Supported
8146 F:      Documentation/networking/phonet.txt
8147 F:      include/linux/phonet.h
8148 F:      include/net/phonet/
8149 F:      include/uapi/linux/phonet.h
8150 F:      net/phonet/
8151
8152 PHRAM MTD DRIVER
8153 M:      Joern Engel <joern@lazybastard.org>
8154 L:      linux-mtd@lists.infradead.org
8155 S:      Maintained
8156 F:      drivers/mtd/devices/phram.c
8157
8158 PICOLCD HID DRIVER
8159 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8160 L:      linux-input@vger.kernel.org
8161 S:      Maintained
8162 F:      drivers/hid/hid-picolcd*
8163
8164 PICOXCELL SUPPORT
8165 M:      Jamie Iles <jamie@jamieiles.com>
8166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8167 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8168 S:      Supported
8169 F:      arch/arm/boot/dts/picoxcell*
8170 F:      arch/arm/mach-picoxcell/
8171 F:      drivers/crypto/picoxcell*
8172
8173 PIN CONTROL SUBSYSTEM
8174 M:      Linus Walleij <linus.walleij@linaro.org>
8175 L:      linux-gpio@vger.kernel.org
8176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8177 S:      Maintained
8178 F:      drivers/pinctrl/
8179 F:      include/linux/pinctrl/
8180
8181 PIN CONTROLLER - ATMEL AT91
8182 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8184 S:      Maintained
8185 F:      drivers/pinctrl/pinctrl-at91.*
8186
8187 PIN CONTROLLER - ATMEL AT91 PIO4
8188 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8190 L:      linux-gpio@vger.kernel.org
8191 S:      Supported
8192 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8193
8194 PIN CONTROLLER - INTEL
8195 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8196 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8197 S:      Maintained
8198 F:      drivers/pinctrl/intel/
8199
8200 PIN CONTROLLER - RENESAS
8201 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8202 L:      linux-sh@vger.kernel.org
8203 S:      Maintained
8204 F:      drivers/pinctrl/sh-pfc/
8205
8206 PIN CONTROLLER - SAMSUNG
8207 M:      Tomasz Figa <tomasz.figa@gmail.com>
8208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8209 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8210 S:      Maintained
8211 F:      drivers/pinctrl/samsung/
8212
8213 PIN CONTROLLER - ST SPEAR
8214 M:      Viresh Kumar <vireshk@kernel.org>
8215 L:      spear-devel@list.st.com
8216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8217 W:      http://www.st.com/spear
8218 S:      Maintained
8219 F:      drivers/pinctrl/spear/
8220
8221 PKTCDVD DRIVER
8222 M:      Jiri Kosina <jikos@kernel.org>
8223 S:      Maintained
8224 F:      drivers/block/pktcdvd.c
8225 F:      include/linux/pktcdvd.h
8226 F:      include/uapi/linux/pktcdvd.h
8227
8228 PKUNITY SOC DRIVERS
8229 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8230 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8231 S:      Maintained
8232 T:      git git://github.com/gxt/linux.git
8233 F:      drivers/input/serio/i8042-unicore32io.h
8234 F:      drivers/i2c/busses/i2c-puv3.c
8235 F:      drivers/video/fbdev/fb-puv3.c
8236 F:      drivers/rtc/rtc-puv3.c
8237
8238 PMBUS HARDWARE MONITORING DRIVERS
8239 M:      Guenter Roeck <linux@roeck-us.net>
8240 L:      lm-sensors@lm-sensors.org
8241 W:      http://www.lm-sensors.org/
8242 W:      http://www.roeck-us.net/linux/drivers/
8243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8244 S:      Maintained
8245 F:      Documentation/hwmon/pmbus
8246 F:      drivers/hwmon/pmbus/
8247 F:      include/linux/i2c/pmbus.h
8248
8249 PMC SIERRA MaxRAID DRIVER
8250 L:      linux-scsi@vger.kernel.org
8251 W:      http://www.pmc-sierra.com/
8252 S:      Orphan
8253 F:      drivers/scsi/pmcraid.*
8254
8255 PMC SIERRA PM8001 DRIVER
8256 M:      Jack Wang <jinpu.wang@profitbricks.com>
8257 M:      lindar_liu@usish.com
8258 L:      pmchba@pmcs.com
8259 L:      linux-scsi@vger.kernel.org
8260 S:      Supported
8261 F:      drivers/scsi/pm8001/
8262
8263 POSIX CLOCKS and TIMERS
8264 M:      Thomas Gleixner <tglx@linutronix.de>
8265 L:      linux-kernel@vger.kernel.org
8266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8267 S:      Maintained
8268 F:      fs/timerfd.c
8269 F:      include/linux/timer*
8270 F:      kernel/time/*timer*
8271
8272 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8273 M:      Sebastian Reichel <sre@kernel.org>
8274 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8275 M:      David Woodhouse <dwmw2@infradead.org>
8276 L:      linux-pm@vger.kernel.org
8277 T:      git git://git.infradead.org/battery-2.6.git
8278 S:      Maintained
8279 F:      include/linux/power_supply.h
8280 F:      drivers/power/
8281 X:      drivers/power/avs/
8282
8283 POWER STATE COORDINATION INTERFACE (PSCI)
8284 M:      Mark Rutland <mark.rutland@arm.com>
8285 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8286 L:      linux-arm-kernel@lists.infradead.org
8287 S:      Maintained
8288 F:      drivers/firmware/psci.c
8289 F:      include/linux/psci.h
8290 F:      include/uapi/linux/psci.h
8291
8292 PNP SUPPORT
8293 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8294 S:      Maintained
8295 F:      drivers/pnp/
8296
8297 PNXxxxx I2C DRIVER
8298 M:      Vitaly Wool <vitalywool@gmail.com>
8299 L:      linux-i2c@vger.kernel.org
8300 S:      Maintained
8301 F:      drivers/i2c/busses/i2c-pnx.c
8302
8303 PPP PROTOCOL DRIVERS AND COMPRESSORS
8304 M:      Paul Mackerras <paulus@samba.org>
8305 L:      linux-ppp@vger.kernel.org
8306 S:      Maintained
8307 F:      drivers/net/ppp/ppp_*
8308
8309 PPP OVER ATM (RFC 2364)
8310 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8311 S:      Maintained
8312 F:      net/atm/pppoatm.c
8313 F:      include/uapi/linux/atmppp.h
8314
8315 PPP OVER ETHERNET
8316 M:      Michal Ostrowski <mostrows@earthlink.net>
8317 S:      Maintained
8318 F:      drivers/net/ppp/pppoe.c
8319 F:      drivers/net/ppp/pppox.c
8320
8321 PPP OVER L2TP
8322 M:      James Chapman <jchapman@katalix.com>
8323 S:      Maintained
8324 F:      net/l2tp/l2tp_ppp.c
8325 F:      include/linux/if_pppol2tp.h
8326 F:      include/uapi/linux/if_pppol2tp.h
8327
8328 PPS SUPPORT
8329 M:      Rodolfo Giometti <giometti@enneenne.com>
8330 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8331 L:      linuxpps@ml.enneenne.com (subscribers-only)
8332 S:      Maintained
8333 F:      Documentation/pps/
8334 F:      drivers/pps/
8335 F:      include/linux/pps*.h
8336
8337 PPTP DRIVER
8338 M:      Dmitry Kozlov <xeb@mail.ru>
8339 L:      netdev@vger.kernel.org
8340 S:      Maintained
8341 F:      drivers/net/ppp/pptp.c
8342 W:      http://sourceforge.net/projects/accel-pptp
8343
8344 PREEMPTIBLE KERNEL
8345 M:      Robert Love <rml@tech9.net>
8346 L:      kpreempt-tech@lists.sourceforge.net
8347 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8348 S:      Supported
8349 F:      Documentation/preempt-locking.txt
8350 F:      include/linux/preempt.h
8351
8352 PRISM54 WIRELESS DRIVER
8353 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8354 L:      linux-wireless@vger.kernel.org
8355 W:      http://wireless.kernel.org/en/users/Drivers/p54
8356 S:      Obsolete
8357 F:      drivers/net/wireless/prism54/
8358
8359 PS3 NETWORK SUPPORT
8360 M:      Geoff Levand <geoff@infradead.org>
8361 L:      netdev@vger.kernel.org
8362 L:      linuxppc-dev@lists.ozlabs.org
8363 S:      Maintained
8364 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8365
8366 PS3 PLATFORM SUPPORT
8367 M:      Geoff Levand <geoff@infradead.org>
8368 L:      linuxppc-dev@lists.ozlabs.org
8369 S:      Maintained
8370 F:      arch/powerpc/boot/ps3*
8371 F:      arch/powerpc/include/asm/lv1call.h
8372 F:      arch/powerpc/include/asm/ps3*.h
8373 F:      arch/powerpc/platforms/ps3/
8374 F:      drivers/*/ps3*
8375 F:      drivers/ps3/
8376 F:      drivers/rtc/rtc-ps3.c
8377 F:      drivers/usb/host/*ps3.c
8378 F:      sound/ppc/snd_ps3*
8379
8380 PS3VRAM DRIVER
8381 M:      Jim Paris <jim@jtan.com>
8382 M:      Geoff Levand <geoff@infradead.org>
8383 L:      linuxppc-dev@lists.ozlabs.org
8384 S:      Maintained
8385 F:      drivers/block/ps3vram.c
8386
8387 PSTORE FILESYSTEM
8388 M:      Anton Vorontsov <anton@enomsg.org>
8389 M:      Colin Cross <ccross@android.com>
8390 M:      Kees Cook <keescook@chromium.org>
8391 M:      Tony Luck <tony.luck@intel.com>
8392 S:      Maintained
8393 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8394 F:      fs/pstore/
8395 F:      include/linux/pstore*
8396 F:      drivers/firmware/efi/efi-pstore.c
8397 F:      drivers/acpi/apei/erst.c
8398
8399 PTP HARDWARE CLOCK SUPPORT
8400 M:      Richard Cochran <richardcochran@gmail.com>
8401 L:      netdev@vger.kernel.org
8402 S:      Maintained
8403 W:      http://linuxptp.sourceforge.net/
8404 F:      Documentation/ABI/testing/sysfs-ptp
8405 F:      Documentation/ptp/*
8406 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8407 F:      drivers/net/phy/dp83640*
8408 F:      drivers/ptp/*
8409 F:      include/linux/ptp_cl*
8410
8411 PTRACE SUPPORT
8412 M:      Roland McGrath <roland@hack.frob.com>
8413 M:      Oleg Nesterov <oleg@redhat.com>
8414 S:      Maintained
8415 F:      include/asm-generic/syscall.h
8416 F:      include/linux/ptrace.h
8417 F:      include/linux/regset.h
8418 F:      include/linux/tracehook.h
8419 F:      include/uapi/linux/ptrace.h
8420 F:      kernel/ptrace.c
8421
8422 PVRUSB2 VIDEO4LINUX DRIVER
8423 M:      Mike Isely <isely@pobox.com>
8424 L:      pvrusb2@isely.net       (subscribers-only)
8425 L:      linux-media@vger.kernel.org
8426 W:      http://www.isely.net/pvrusb2/
8427 T:      git git://linuxtv.org/media_tree.git
8428 S:      Maintained
8429 F:      Documentation/video4linux/README.pvrusb2
8430 F:      drivers/media/usb/pvrusb2/
8431
8432 PWC WEBCAM DRIVER
8433 M:      Hans de Goede <hdegoede@redhat.com>
8434 L:      linux-media@vger.kernel.org
8435 T:      git git://linuxtv.org/media_tree.git
8436 S:      Maintained
8437 F:      drivers/media/usb/pwc/*
8438
8439 PWM FAN DRIVER
8440 M:      Kamil Debski <k.debski@samsung.com>
8441 L:      lm-sensors@lm-sensors.org
8442 S:      Supported
8443 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8444 F:      Documentation/hwmon/pwm-fan
8445 F:      drivers/hwmon/pwm-fan.c
8446
8447 PWM SUBSYSTEM
8448 M:      Thierry Reding <thierry.reding@gmail.com>
8449 L:      linux-pwm@vger.kernel.org
8450 S:      Maintained
8451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8452 F:      Documentation/pwm.txt
8453 F:      Documentation/devicetree/bindings/pwm/
8454 F:      include/linux/pwm.h
8455 F:      drivers/pwm/
8456 F:      drivers/video/backlight/pwm_bl.c
8457 F:      include/linux/pwm_backlight.h
8458
8459 PXA2xx/PXA3xx SUPPORT
8460 M:      Daniel Mack <daniel@zonque.org>
8461 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8462 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8464 T:      git git://github.com/hzhuang1/linux.git
8465 T:      git git://github.com/rjarzmik/linux.git
8466 S:      Maintained
8467 F:      arch/arm/mach-pxa/
8468 F:      drivers/dma/pxa*
8469 F:      drivers/pcmcia/pxa2xx*
8470 F:      drivers/spi/spi-pxa2xx*
8471 F:      drivers/usb/gadget/udc/pxa2*
8472 F:      include/sound/pxa2xx-lib.h
8473 F:      sound/arm/pxa*
8474 F:      sound/soc/pxa/
8475
8476 PXA3xx NAND FLASH DRIVER
8477 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8478 L:      linux-mtd@lists.infradead.org
8479 S:      Maintained
8480 F:      drivers/mtd/nand/pxa3xx_nand.c
8481
8482 MMP SUPPORT
8483 M:      Eric Miao <eric.y.miao@gmail.com>
8484 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8486 T:      git git://github.com/hzhuang1/linux.git
8487 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8488 S:      Maintained
8489 F:      arch/arm/mach-mmp/
8490
8491 PXA MMCI DRIVER
8492 S:      Orphan
8493
8494 PXA RTC DRIVER
8495 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8496 L:      rtc-linux@googlegroups.com
8497 S:      Maintained
8498
8499 QAT DRIVER
8500 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8501 L:      qat-linux@intel.com
8502 S:      Supported
8503 F:      drivers/crypto/qat/
8504
8505 QIB DRIVER
8506 M:      Mike Marciniszyn <infinipath@intel.com>
8507 L:      linux-rdma@vger.kernel.org
8508 S:      Supported
8509 F:      drivers/infiniband/hw/qib/
8510
8511 QLOGIC QLA1280 SCSI DRIVER
8512 M:      Michael Reed <mdr@sgi.com>
8513 L:      linux-scsi@vger.kernel.org
8514 S:      Maintained
8515 F:      drivers/scsi/qla1280.[ch]
8516
8517 QLOGIC QLA2XXX FC-SCSI DRIVER
8518 M:      qla2xxx-upstream@qlogic.com
8519 L:      linux-scsi@vger.kernel.org
8520 S:      Supported
8521 F:      Documentation/scsi/LICENSE.qla2xxx
8522 F:      drivers/scsi/qla2xxx/
8523
8524 QLOGIC QLA4XXX iSCSI DRIVER
8525 M:      QLogic-Storage-Upstream@qlogic.com
8526 L:      linux-scsi@vger.kernel.org
8527 S:      Supported
8528 F:      Documentation/scsi/LICENSE.qla4xxx
8529 F:      drivers/scsi/qla4xxx/
8530
8531 QLOGIC QLA3XXX NETWORK DRIVER
8532 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8533 M:      Ron Mercer <ron.mercer@qlogic.com>
8534 M:      linux-driver@qlogic.com
8535 L:      netdev@vger.kernel.org
8536 S:      Supported
8537 F:      Documentation/networking/LICENSE.qla3xxx
8538 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8539
8540 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8541 M:      Dept-GELinuxNICDev@qlogic.com
8542 L:      netdev@vger.kernel.org
8543 S:      Supported
8544 F:      drivers/net/ethernet/qlogic/qlcnic/
8545
8546 QLOGIC QLGE 10Gb ETHERNET DRIVER
8547 M:      Harish Patil <harish.patil@qlogic.com>
8548 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8549 M:      Dept-GELinuxNICDev@qlogic.com
8550 M:      linux-driver@qlogic.com
8551 L:      netdev@vger.kernel.org
8552 S:      Supported
8553 F:      drivers/net/ethernet/qlogic/qlge/
8554
8555 QNX4 FILESYSTEM
8556 M:      Anders Larsen <al@alarsen.net>
8557 W:      http://www.alarsen.net/linux/qnx4fs/
8558 S:      Maintained
8559 F:      fs/qnx4/
8560 F:      include/uapi/linux/qnx4_fs.h
8561 F:      include/uapi/linux/qnxtypes.h
8562
8563 QT1010 MEDIA DRIVER
8564 M:      Antti Palosaari <crope@iki.fi>
8565 L:      linux-media@vger.kernel.org
8566 W:      http://linuxtv.org/
8567 W:      http://palosaari.fi/linux/
8568 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8569 T:      git git://linuxtv.org/anttip/media_tree.git
8570 S:      Maintained
8571 F:      drivers/media/tuners/qt1010*
8572
8573 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8574 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8575 L:      linux-wireless@vger.kernel.org
8576 L:      ath9k-devel@lists.ath9k.org
8577 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8578 S:      Supported
8579 F:      drivers/net/wireless/ath/ath9k/
8580
8581 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8582 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8583 L:      ath10k@lists.infradead.org
8584 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8585 T:      git git://github.com/kvalo/ath.git
8586 S:      Supported
8587 F:      drivers/net/wireless/ath/ath10k/
8588
8589 QUALCOMM HEXAGON ARCHITECTURE
8590 M:      Richard Kuo <rkuo@codeaurora.org>
8591 L:      linux-hexagon@vger.kernel.org
8592 S:      Supported
8593 F:      arch/hexagon/
8594
8595 QUALCOMM WCN36XX WIRELESS DRIVER
8596 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8597 L:      wcn36xx@lists.infradead.org
8598 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8599 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8600 S:      Supported
8601 F:      drivers/net/wireless/ath/wcn36xx/
8602
8603 RADOS BLOCK DEVICE (RBD)
8604 M:      Ilya Dryomov <idryomov@gmail.com>
8605 M:      Sage Weil <sage@redhat.com>
8606 M:      Alex Elder <elder@kernel.org>
8607 L:      ceph-devel@vger.kernel.org
8608 W:      http://ceph.com/
8609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8610 T:      git git://github.com/ceph/ceph-client.git
8611 S:      Supported
8612 F:      Documentation/ABI/testing/sysfs-bus-rbd
8613 F:      drivers/block/rbd.c
8614 F:      drivers/block/rbd_types.h
8615
8616 RADEON FRAMEBUFFER DISPLAY DRIVER
8617 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8618 L:      linux-fbdev@vger.kernel.org
8619 S:      Maintained
8620 F:      drivers/video/fbdev/aty/radeon*
8621 F:      include/uapi/linux/radeonfb.h
8622
8623 RADIOSHARK RADIO DRIVER
8624 M:      Hans de Goede <hdegoede@redhat.com>
8625 L:      linux-media@vger.kernel.org
8626 T:      git git://linuxtv.org/media_tree.git
8627 S:      Maintained
8628 F:      drivers/media/radio/radio-shark.c
8629
8630 RADIOSHARK2 RADIO DRIVER
8631 M:      Hans de Goede <hdegoede@redhat.com>
8632 L:      linux-media@vger.kernel.org
8633 T:      git git://linuxtv.org/media_tree.git
8634 S:      Maintained
8635 F:      drivers/media/radio/radio-shark2.c
8636 F:      drivers/media/radio/radio-tea5777.c
8637
8638 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8639 M:      Paul Mackerras <paulus@samba.org>
8640 L:      linux-fbdev@vger.kernel.org
8641 S:      Maintained
8642 F:      drivers/video/fbdev/aty/aty128fb.c
8643
8644 RALINK RT2X00 WIRELESS LAN DRIVER
8645 P:      rt2x00 project
8646 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8647 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8648 L:      linux-wireless@vger.kernel.org
8649 S:      Maintained
8650 F:      drivers/net/wireless/rt2x00/
8651
8652 RAMDISK RAM BLOCK DEVICE DRIVER
8653 M:      Jens Axboe <axboe@kernel.dk>
8654 S:      Maintained
8655 F:      Documentation/blockdev/ramdisk.txt
8656 F:      drivers/block/brd.c
8657
8658 RANDOM NUMBER DRIVER
8659 M:      "Theodore Ts'o" <tytso@mit.edu>
8660 S:      Maintained
8661 F:      drivers/char/random.c
8662
8663 RAPIDIO SUBSYSTEM
8664 M:      Matt Porter <mporter@kernel.crashing.org>
8665 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8666 S:      Maintained
8667 F:      drivers/rapidio/
8668
8669 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8670 L:      linux-wireless@vger.kernel.org
8671 S:      Orphan
8672 F:      drivers/net/wireless/ray*
8673
8674 RCUTORTURE MODULE
8675 M:      Josh Triplett <josh@joshtriplett.org>
8676 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8677 L:      linux-kernel@vger.kernel.org
8678 S:      Supported
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8680 F:      Documentation/RCU/torture.txt
8681 F:      kernel/rcu/rcutorture.c
8682
8683 RCUTORTURE TEST FRAMEWORK
8684 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8685 M:      Josh Triplett <josh@joshtriplett.org>
8686 R:      Steven Rostedt <rostedt@goodmis.org>
8687 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8688 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8689 L:      linux-kernel@vger.kernel.org
8690 S:      Supported
8691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8692 F:      tools/testing/selftests/rcutorture
8693
8694 RDC R-321X SoC
8695 M:      Florian Fainelli <florian@openwrt.org>
8696 S:      Maintained
8697
8698 RDC R6040 FAST ETHERNET DRIVER
8699 M:      Florian Fainelli <florian@openwrt.org>
8700 L:      netdev@vger.kernel.org
8701 S:      Maintained
8702 F:      drivers/net/ethernet/rdc/r6040.c
8703
8704 RDS - RELIABLE DATAGRAM SOCKETS
8705 M:      Chien Yen <chien.yen@oracle.com>
8706 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8707 S:      Supported
8708 F:      net/rds/
8709
8710 READ-COPY UPDATE (RCU)
8711 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8712 M:      Josh Triplett <josh@joshtriplett.org>
8713 R:      Steven Rostedt <rostedt@goodmis.org>
8714 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8715 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8716 L:      linux-kernel@vger.kernel.org
8717 W:      http://www.rdrop.com/users/paulmck/RCU/
8718 S:      Supported
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8720 F:      Documentation/RCU/
8721 X:      Documentation/RCU/torture.txt
8722 F:      include/linux/rcu*
8723 X:      include/linux/srcu.h
8724 F:      kernel/rcu/
8725 X:      kernel/torture.c
8726
8727 REAL TIME CLOCK (RTC) SUBSYSTEM
8728 M:      Alessandro Zummo <a.zummo@towertech.it>
8729 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8730 L:      rtc-linux@googlegroups.com
8731 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8733 S:      Maintained
8734 F:      Documentation/rtc.txt
8735 F:      drivers/rtc/
8736 F:      include/linux/rtc.h
8737 F:      include/uapi/linux/rtc.h
8738
8739 REALTEK AUDIO CODECS
8740 M:      Bard Liao <bardliao@realtek.com>
8741 M:      Oder Chiou <oder_chiou@realtek.com>
8742 S:      Maintained
8743 F:      sound/soc/codecs/rt*
8744 F:      include/sound/rt*.h
8745
8746 REISERFS FILE SYSTEM
8747 L:      reiserfs-devel@vger.kernel.org
8748 S:      Supported
8749 F:      fs/reiserfs/
8750
8751 REGISTER MAP ABSTRACTION
8752 M:      Mark Brown <broonie@kernel.org>
8753 L:      linux-kernel@vger.kernel.org
8754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8755 S:      Supported
8756 F:      drivers/base/regmap/
8757 F:      include/linux/regmap.h
8758
8759 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8760 M:      Ohad Ben-Cohen <ohad@wizery.com>
8761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8762 S:      Maintained
8763 F:      drivers/remoteproc/
8764 F:      Documentation/remoteproc.txt
8765 F:      include/linux/remoteproc.h
8766
8767 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8768 M:      Ohad Ben-Cohen <ohad@wizery.com>
8769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8770 S:      Maintained
8771 F:      drivers/rpmsg/
8772 F:      Documentation/rpmsg.txt
8773 F:      include/linux/rpmsg.h
8774
8775 RESET CONTROLLER FRAMEWORK
8776 M:      Philipp Zabel <p.zabel@pengutronix.de>
8777 S:      Maintained
8778 F:      drivers/reset/
8779 F:      Documentation/devicetree/bindings/reset/
8780 F:      include/dt-bindings/reset/
8781 F:      include/linux/reset.h
8782 F:      include/linux/reset-controller.h
8783
8784 RFKILL
8785 M:      Johannes Berg <johannes@sipsolutions.net>
8786 L:      linux-wireless@vger.kernel.org
8787 W:      http://wireless.kernel.org/
8788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8790 S:      Maintained
8791 F:      Documentation/rfkill.txt
8792 F:      net/rfkill/
8793
8794 RHASHTABLE
8795 M:      Thomas Graf <tgraf@suug.ch>
8796 L:      netdev@vger.kernel.org
8797 S:      Maintained
8798 F:      lib/rhashtable.c
8799 F:      include/linux/rhashtable.h
8800
8801 RICOH SMARTMEDIA/XD DRIVER
8802 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8803 S:      Maintained
8804 F:      drivers/mtd/nand/r852.c
8805 F:      drivers/mtd/nand/r852.h
8806
8807 RICOH R5C592 MEMORYSTICK DRIVER
8808 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8809 S:      Maintained
8810 F:      drivers/memstick/host/r592.*
8811
8812 ROCCAT DRIVERS
8813 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8814 W:      http://sourceforge.net/projects/roccat/
8815 S:      Maintained
8816 F:      drivers/hid/hid-roccat*
8817 F:      include/linux/hid-roccat*
8818 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8819
8820 ROCKER DRIVER
8821 M:      Jiri Pirko <jiri@resnulli.us>
8822 M:      Scott Feldman <sfeldma@gmail.com>
8823 L:      netdev@vger.kernel.org
8824 S:      Supported
8825 F:      drivers/net/ethernet/rocker/
8826
8827 ROCKETPORT DRIVER
8828 P:      Comtrol Corp.
8829 W:      http://www.comtrol.com
8830 S:      Maintained
8831 F:      Documentation/serial/rocket.txt
8832 F:      drivers/tty/rocket*
8833
8834 ROCKETPORT EXPRESS/INFINITY DRIVER
8835 M:      Kevin Cernekee <cernekee@gmail.com>
8836 L:      linux-serial@vger.kernel.org
8837 S:      Odd Fixes
8838 F:      drivers/tty/serial/rp2.*
8839
8840 ROSE NETWORK LAYER
8841 M:      Ralf Baechle <ralf@linux-mips.org>
8842 L:      linux-hams@vger.kernel.org
8843 W:      http://www.linux-ax25.org/
8844 S:      Maintained
8845 F:      include/net/rose.h
8846 F:      include/uapi/linux/rose.h
8847 F:      net/rose/
8848
8849 RTL2830 MEDIA DRIVER
8850 M:      Antti Palosaari <crope@iki.fi>
8851 L:      linux-media@vger.kernel.org
8852 W:      http://linuxtv.org/
8853 W:      http://palosaari.fi/linux/
8854 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8855 T:      git git://linuxtv.org/anttip/media_tree.git
8856 S:      Maintained
8857 F:      drivers/media/dvb-frontends/rtl2830*
8858
8859 RTL2832 MEDIA DRIVER
8860 M:      Antti Palosaari <crope@iki.fi>
8861 L:      linux-media@vger.kernel.org
8862 W:      http://linuxtv.org/
8863 W:      http://palosaari.fi/linux/
8864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8865 T:      git git://linuxtv.org/anttip/media_tree.git
8866 S:      Maintained
8867 F:      drivers/media/dvb-frontends/rtl2832*
8868
8869 RTL2832_SDR MEDIA DRIVER
8870 M:      Antti Palosaari <crope@iki.fi>
8871 L:      linux-media@vger.kernel.org
8872 W:      http://linuxtv.org/
8873 W:      http://palosaari.fi/linux/
8874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8875 T:      git git://linuxtv.org/anttip/media_tree.git
8876 S:      Maintained
8877 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8878
8879 RTL8180 WIRELESS DRIVER
8880 L:      linux-wireless@vger.kernel.org
8881 W:      http://wireless.kernel.org/
8882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8883 S:      Orphan
8884 F:      drivers/net/wireless/rtl818x/rtl8180/
8885
8886 RTL8187 WIRELESS DRIVER
8887 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8888 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8889 M:      Larry Finger <Larry.Finger@lwfinger.net>
8890 L:      linux-wireless@vger.kernel.org
8891 W:      http://wireless.kernel.org/
8892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8893 S:      Maintained
8894 F:      drivers/net/wireless/rtl818x/rtl8187/
8895
8896 RTL8192CE WIRELESS DRIVER
8897 M:      Larry Finger <Larry.Finger@lwfinger.net>
8898 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8899 L:      linux-wireless@vger.kernel.org
8900 W:      http://wireless.kernel.org/
8901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8902 S:      Maintained
8903 F:      drivers/net/wireless/rtlwifi/
8904 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8905
8906 S3 SAVAGE FRAMEBUFFER DRIVER
8907 M:      Antonino Daplas <adaplas@gmail.com>
8908 L:      linux-fbdev@vger.kernel.org
8909 S:      Maintained
8910 F:      drivers/video/fbdev/savage/
8911
8912 S390
8913 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8914 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8915 L:      linux-s390@vger.kernel.org
8916 W:      http://www.ibm.com/developerworks/linux/linux390/
8917 S:      Supported
8918 F:      arch/s390/
8919 F:      drivers/s390/
8920 F:      Documentation/s390/
8921 F:      Documentation/DocBook/s390*
8922
8923 S390 COMMON I/O LAYER
8924 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8925 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8926 L:      linux-s390@vger.kernel.org
8927 W:      http://www.ibm.com/developerworks/linux/linux390/
8928 S:      Supported
8929 F:      drivers/s390/cio/
8930
8931 S390 DASD DRIVER
8932 M:      Stefan Weinhuber <wein@de.ibm.com>
8933 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8934 L:      linux-s390@vger.kernel.org
8935 W:      http://www.ibm.com/developerworks/linux/linux390/
8936 S:      Supported
8937 F:      drivers/s390/block/dasd*
8938 F:      block/partitions/ibm.c
8939
8940 S390 NETWORK DRIVERS
8941 M:      Ursula Braun <ursula.braun@de.ibm.com>
8942 L:      linux-s390@vger.kernel.org
8943 W:      http://www.ibm.com/developerworks/linux/linux390/
8944 S:      Supported
8945 F:      drivers/s390/net/
8946
8947 S390 PCI SUBSYSTEM
8948 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8949 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8950 L:      linux-s390@vger.kernel.org
8951 W:      http://www.ibm.com/developerworks/linux/linux390/
8952 S:      Supported
8953 F:      arch/s390/pci/
8954 F:      drivers/pci/hotplug/s390_pci_hpc.c
8955
8956 S390 ZCRYPT DRIVER
8957 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8958 L:      linux-s390@vger.kernel.org
8959 W:      http://www.ibm.com/developerworks/linux/linux390/
8960 S:      Supported
8961 F:      drivers/s390/crypto/
8962
8963 S390 ZFCP DRIVER
8964 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8965 L:      linux-s390@vger.kernel.org
8966 W:      http://www.ibm.com/developerworks/linux/linux390/
8967 S:      Supported
8968 F:      drivers/s390/scsi/zfcp_*
8969
8970 S390 IUCV NETWORK LAYER
8971 M:      Ursula Braun <ursula.braun@de.ibm.com>
8972 L:      linux-s390@vger.kernel.org
8973 W:      http://www.ibm.com/developerworks/linux/linux390/
8974 S:      Supported
8975 F:      drivers/s390/net/*iucv*
8976 F:      include/net/iucv/
8977 F:      net/iucv/
8978
8979 S3C24XX SD/MMC Driver
8980 M:      Ben Dooks <ben-linux@fluff.org>
8981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8982 S:      Supported
8983 F:      drivers/mmc/host/s3cmci.*
8984
8985 SAA6588 RDS RECEIVER DRIVER
8986 M:      Hans Verkuil <hverkuil@xs4all.nl>
8987 L:      linux-media@vger.kernel.org
8988 T:      git git://linuxtv.org/media_tree.git
8989 W:      http://linuxtv.org
8990 S:      Odd Fixes
8991 F:      drivers/media/i2c/saa6588*
8992
8993 SAA7134 VIDEO4LINUX DRIVER
8994 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8995 L:      linux-media@vger.kernel.org
8996 W:      http://linuxtv.org
8997 T:      git git://linuxtv.org/media_tree.git
8998 S:      Odd fixes
8999 F:      Documentation/video4linux/*.saa7134
9000 F:      drivers/media/pci/saa7134/
9001
9002 SAA7146 VIDEO4LINUX-2 DRIVER
9003 M:      Hans Verkuil <hverkuil@xs4all.nl>
9004 L:      linux-media@vger.kernel.org
9005 T:      git git://linuxtv.org/media_tree.git
9006 S:      Maintained
9007 F:      drivers/media/common/saa7146/
9008 F:      drivers/media/pci/saa7146/
9009 F:      include/media/saa7146*
9010
9011 SAMSUNG LAPTOP DRIVER
9012 M:      Corentin Chary <corentin.chary@gmail.com>
9013 L:      platform-driver-x86@vger.kernel.org
9014 S:      Maintained
9015 F:      drivers/platform/x86/samsung-laptop.c
9016
9017 SAMSUNG AUDIO (ASoC) DRIVERS
9018 M:      Sangbeom Kim <sbkim73@samsung.com>
9019 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9020 S:      Supported
9021 F:      sound/soc/samsung/
9022
9023 SAMSUNG FRAMEBUFFER DRIVER
9024 M:      Jingoo Han <jingoohan1@gmail.com>
9025 L:      linux-fbdev@vger.kernel.org
9026 S:      Maintained
9027 F:      drivers/video/fbdev/s3c-fb.c
9028
9029 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9030 M:      Sangbeom Kim <sbkim73@samsung.com>
9031 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9032 L:      linux-kernel@vger.kernel.org
9033 L:      linux-samsung-soc@vger.kernel.org
9034 S:      Supported
9035 F:      drivers/mfd/sec*.c
9036 F:      drivers/regulator/s2m*.c
9037 F:      drivers/regulator/s5m*.c
9038 F:      drivers/clk/clk-s2mps11.c
9039 F:      drivers/rtc/rtc-s5m.c
9040 F:      include/linux/mfd/samsung/
9041 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9042 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9043
9044 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9045 M:      Kyungmin Park <kyungmin.park@samsung.com>
9046 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9047 L:      linux-media@vger.kernel.org
9048 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9049 S:      Supported
9050 F:      drivers/media/platform/exynos4-is/
9051
9052 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9053 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9054 L:      linux-media@vger.kernel.org
9055 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9056 S:      Maintained
9057 F:      drivers/media/platform/s3c-camif/
9058 F:      include/media/s3c_camif.h
9059
9060 SAMSUNG S5C73M3 CAMERA DRIVER
9061 M:      Kyungmin Park <kyungmin.park@samsung.com>
9062 M:      Andrzej Hajda <a.hajda@samsung.com>
9063 L:      linux-media@vger.kernel.org
9064 S:      Supported
9065 F:      drivers/media/i2c/s5c73m3/*
9066
9067 SAMSUNG S5K5BAF CAMERA DRIVER
9068 M:      Kyungmin Park <kyungmin.park@samsung.com>
9069 M:      Andrzej Hajda <a.hajda@samsung.com>
9070 L:      linux-media@vger.kernel.org
9071 S:      Supported
9072 F:      drivers/media/i2c/s5k5baf.c
9073
9074 SAMSUNG S3FWRN5 NFC DRIVER
9075 M:      Robert Baldyga <r.baldyga@samsung.com>
9076 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9077 S:      Supported
9078 F:      drivers/nfc/s3fwrn5
9079
9080 SAMSUNG SOC CLOCK DRIVERS
9081 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9082 M:      Tomasz Figa <tomasz.figa@gmail.com>
9083 S:      Supported
9084 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9085 F:      drivers/clk/samsung/
9086
9087 SAMSUNG SXGBE DRIVERS
9088 M:      Byungho An <bh74.an@samsung.com>
9089 M:      Girish K S <ks.giri@samsung.com>
9090 M:      Vipul Pandya <vipul.pandya@samsung.com>
9091 S:      Supported
9092 L:      netdev@vger.kernel.org
9093 F:      drivers/net/ethernet/samsung/sxgbe/
9094
9095 SAMSUNG THERMAL DRIVER
9096 M:      Lukasz Majewski <l.majewski@samsung.com>
9097 L:      linux-pm@vger.kernel.org
9098 L:      linux-samsung-soc@vger.kernel.org
9099 S:      Supported
9100 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9101 F:      drivers/thermal/samsung/
9102
9103 SAMSUNG USB2 PHY DRIVER
9104 M:      Kamil Debski <k.debski@samsung.com>
9105 L:      linux-kernel@vger.kernel.org
9106 S:      Supported
9107 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9108 F:      Documentation/phy/samsung-usb2.txt
9109 F:      drivers/phy/phy-exynos4210-usb2.c
9110 F:      drivers/phy/phy-exynos4x12-usb2.c
9111 F:      drivers/phy/phy-exynos5250-usb2.c
9112 F:      drivers/phy/phy-s5pv210-usb2.c
9113 F:      drivers/phy/phy-samsung-usb2.c
9114 F:      drivers/phy/phy-samsung-usb2.h
9115
9116 SERIAL DRIVERS
9117 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9118 L:      linux-serial@vger.kernel.org
9119 S:      Maintained
9120 F:      drivers/tty/serial/
9121
9122 SYNOPSYS DESIGNWARE DMAC DRIVER
9123 M:      Viresh Kumar <vireshk@kernel.org>
9124 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9125 S:      Maintained
9126 F:      include/linux/dma/dw.h
9127 F:      include/linux/platform_data/dma-dw.h
9128 F:      drivers/dma/dw/
9129
9130 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9131 M: Lars Persson <lars.persson@axis.com>
9132 L: netdev@vger.kernel.org
9133 S: Supported
9134 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9135 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9136
9137 SYNOPSYS DESIGNWARE I2C DRIVER
9138 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9139 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9140 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9141 L:      linux-i2c@vger.kernel.org
9142 S:      Maintained
9143 F:      drivers/i2c/busses/i2c-designware-*
9144 F:      include/linux/platform_data/i2c-designware.h
9145
9146 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9147 M:      Seungwon Jeon <tgih.jun@samsung.com>
9148 M:      Jaehoon Chung <jh80.chung@samsung.com>
9149 L:      linux-mmc@vger.kernel.org
9150 S:      Maintained
9151 F:      include/linux/mmc/dw_mmc.h
9152 F:      drivers/mmc/host/dw_mmc*
9153
9154 THUNDERBOLT DRIVER
9155 M:      Andreas Noever <andreas.noever@gmail.com>
9156 S:      Maintained
9157 F:      drivers/thunderbolt/
9158
9159 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9160 M:      John Stultz <john.stultz@linaro.org>
9161 M:      Thomas Gleixner <tglx@linutronix.de>
9162 L:      linux-kernel@vger.kernel.org
9163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9164 S:      Supported
9165 F:      include/linux/clocksource.h
9166 F:      include/linux/time.h
9167 F:      include/linux/timex.h
9168 F:      include/uapi/linux/time.h
9169 F:      include/uapi/linux/timex.h
9170 F:      kernel/time/clocksource.c
9171 F:      kernel/time/time*.c
9172 F:      kernel/time/ntp.c
9173 F:      tools/testing/selftests/timers/
9174
9175 SC1200 WDT DRIVER
9176 M:      Zwane Mwaikambo <zwanem@gmail.com>
9177 S:      Maintained
9178 F:      drivers/watchdog/sc1200wdt.c
9179
9180 SCHEDULER
9181 M:      Ingo Molnar <mingo@redhat.com>
9182 M:      Peter Zijlstra <peterz@infradead.org>
9183 L:      linux-kernel@vger.kernel.org
9184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9185 S:      Maintained
9186 F:      kernel/sched/
9187 F:      include/linux/sched.h
9188 F:      include/uapi/linux/sched.h
9189 F:      include/linux/wait.h
9190
9191 SCORE ARCHITECTURE
9192 M:      Chen Liqin <liqin.linux@gmail.com>
9193 M:      Lennox Wu <lennox.wu@gmail.com>
9194 W:      http://www.sunplus.com
9195 S:      Supported
9196 F:      arch/score/
9197
9198 SCSI CDROM DRIVER
9199 M:      Jens Axboe <axboe@kernel.dk>
9200 L:      linux-scsi@vger.kernel.org
9201 W:      http://www.kernel.dk
9202 S:      Maintained
9203 F:      drivers/scsi/sr*
9204
9205 SCSI RDMA PROTOCOL (SRP) INITIATOR
9206 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9207 L:      linux-rdma@vger.kernel.org
9208 S:      Supported
9209 W:      http://www.openfabrics.org
9210 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9212 F:      drivers/infiniband/ulp/srp/
9213 F:      include/scsi/srp.h
9214
9215 SCSI SG DRIVER
9216 M:      Doug Gilbert <dgilbert@interlog.com>
9217 L:      linux-scsi@vger.kernel.org
9218 W:      http://sg.danny.cz/sg
9219 S:      Maintained
9220 F:      Documentation/scsi/scsi-generic.txt
9221 F:      drivers/scsi/sg.c
9222 F:      include/scsi/sg.h
9223
9224 SCSI SUBSYSTEM
9225 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9226 L:      linux-scsi@vger.kernel.org
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9228 S:      Maintained
9229 F:      drivers/scsi/
9230 F:      include/scsi/
9231
9232 SCSI TAPE DRIVER
9233 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9234 L:      linux-scsi@vger.kernel.org
9235 S:      Maintained
9236 F:      Documentation/scsi/st.txt
9237 F:      drivers/scsi/st.*
9238 F:      drivers/scsi/st_*.h
9239
9240 SCTP PROTOCOL
9241 M:      Vlad Yasevich <vyasevich@gmail.com>
9242 M:      Neil Horman <nhorman@tuxdriver.com>
9243 L:      linux-sctp@vger.kernel.org
9244 W:      http://lksctp.sourceforge.net
9245 S:      Maintained
9246 F:      Documentation/networking/sctp.txt
9247 F:      include/linux/sctp.h
9248 F:      include/uapi/linux/sctp.h
9249 F:      include/net/sctp/
9250 F:      net/sctp/
9251
9252 SCx200 CPU SUPPORT
9253 M:      Jim Cromie <jim.cromie@gmail.com>
9254 S:      Odd Fixes
9255 F:      Documentation/i2c/busses/scx200_acb
9256 F:      arch/x86/platform/scx200/
9257 F:      drivers/watchdog/scx200_wdt.c
9258 F:      drivers/i2c/busses/scx200*
9259 F:      drivers/mtd/maps/scx200_docflash.c
9260 F:      include/linux/scx200.h
9261
9262 SCx200 GPIO DRIVER
9263 M:      Jim Cromie <jim.cromie@gmail.com>
9264 S:      Maintained
9265 F:      drivers/char/scx200_gpio.c
9266 F:      include/linux/scx200_gpio.h
9267
9268 SCx200 HRT CLOCKSOURCE DRIVER
9269 M:      Jim Cromie <jim.cromie@gmail.com>
9270 S:      Maintained
9271 F:      drivers/clocksource/scx200_hrt.c
9272
9273 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9274 M:      Sascha Sommer <saschasommer@freenet.de>
9275 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9276 S:      Maintained
9277 F:      drivers/mmc/host/sdricoh_cs.c
9278
9279 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9280 L:      linux-mmc@vger.kernel.org
9281 S:      Orphan
9282 F:      drivers/mmc/host/sdhci.*
9283 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9284
9285 SECURE COMPUTING
9286 M:      Kees Cook <keescook@chromium.org>
9287 R:      Andy Lutomirski <luto@amacapital.net>
9288 R:      Will Drewry <wad@chromium.org>
9289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9290 S:      Supported
9291 F:      kernel/seccomp.c
9292 F:      include/uapi/linux/seccomp.h
9293 F:      include/linux/seccomp.h
9294 F:      tools/testing/selftests/seccomp/*
9295 K:      \bsecure_computing
9296 K:      \bTIF_SECCOMP\b
9297
9298 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9299 M:      Ben Dooks <ben-linux@fluff.org>
9300 M:      Jaehoon Chung <jh80.chung@samsung.com>
9301 L:      linux-mmc@vger.kernel.org
9302 S:      Maintained
9303 F:      drivers/mmc/host/sdhci-s3c*
9304
9305 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9306 M:      Viresh Kumar <vireshk@kernel.org>
9307 L:      spear-devel@list.st.com
9308 L:      linux-mmc@vger.kernel.org
9309 S:      Maintained
9310 F:      drivers/mmc/host/sdhci-spear.c
9311
9312 SECURITY SUBSYSTEM
9313 M:      James Morris <james.l.morris@oracle.com>
9314 M:      "Serge E. Hallyn" <serge@hallyn.com>
9315 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9317 W:      http://kernsec.org/
9318 S:      Supported
9319 F:      security/
9320
9321 SECURITY CONTACT
9322 M:      Security Officers <security@kernel.org>
9323 S:      Supported
9324
9325 SELINUX SECURITY MODULE
9326 M:      Paul Moore <paul@paul-moore.com>
9327 M:      Stephen Smalley <sds@tycho.nsa.gov>
9328 M:      Eric Paris <eparis@parisplace.org>
9329 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9330 W:      http://selinuxproject.org
9331 T:      git git://git.infradead.org/users/pcmoore/selinux
9332 S:      Supported
9333 F:      include/linux/selinux*
9334 F:      security/selinux/
9335 F:      scripts/selinux/
9336
9337 APPARMOR SECURITY MODULE
9338 M:      John Johansen <john.johansen@canonical.com>
9339 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9340 W:      apparmor.wiki.kernel.org
9341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9342 S:      Supported
9343 F:      security/apparmor/
9344
9345 YAMA SECURITY MODULE
9346 M:      Kees Cook <keescook@chromium.org>
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9348 S:      Supported
9349 F:      security/yama/
9350
9351 SENSABLE PHANTOM
9352 M:      Jiri Slaby <jirislaby@gmail.com>
9353 S:      Maintained
9354 F:      drivers/misc/phantom.c
9355 F:      include/uapi/linux/phantom.h
9356
9357 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9358 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9359 M:      Minh Tran <minh.tran@avagotech.com>
9360 M:      John Soni Jose <sony.john-n@avagotech.com>
9361 L:      linux-scsi@vger.kernel.org
9362 W:      http://www.avagotech.com
9363 S:      Supported
9364 F:      drivers/scsi/be2iscsi/
9365
9366 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9367 M:      Sathya Perla <sathya.perla@avagotech.com>
9368 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9369 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9370 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9371 L:      netdev@vger.kernel.org
9372 W:      http://www.emulex.com
9373 S:      Supported
9374 F:      drivers/net/ethernet/emulex/benet/
9375
9376 EMULEX ONECONNECT ROCE DRIVER
9377 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9378 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9379 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9380 L:      linux-rdma@vger.kernel.org
9381 W:      http://www.emulex.com
9382 S:      Supported
9383 F:      drivers/infiniband/hw/ocrdma/
9384
9385 SFC NETWORK DRIVER
9386 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9387 M:      Shradha Shah <sshah@solarflare.com>
9388 L:      netdev@vger.kernel.org
9389 S:      Supported
9390 F:      drivers/net/ethernet/sfc/
9391
9392 SGI GRU DRIVER
9393 M:      Dimitri Sivanich <sivanich@sgi.com>
9394 S:      Maintained
9395 F:      drivers/misc/sgi-gru/
9396
9397 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9398 M:      Pat Gefre <pfg@sgi.com>
9399 L:      linux-ia64@vger.kernel.org
9400 S:      Supported
9401 F:      Documentation/ia64/serial.txt
9402 F:      drivers/tty/serial/ioc?_serial.c
9403 F:      include/linux/ioc?.h
9404
9405 SGI XP/XPC/XPNET DRIVER
9406 M:      Cliff Whickman <cpw@sgi.com>
9407 M:      Robin Holt <robinmholt@gmail.com>
9408 S:      Maintained
9409 F:      drivers/misc/sgi-xp/
9410
9411 SI2157 MEDIA DRIVER
9412 M:      Antti Palosaari <crope@iki.fi>
9413 L:      linux-media@vger.kernel.org
9414 W:      http://linuxtv.org/
9415 W:      http://palosaari.fi/linux/
9416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9417 T:      git git://linuxtv.org/anttip/media_tree.git
9418 S:      Maintained
9419 F:      drivers/media/tuners/si2157*
9420
9421 SI2168 MEDIA DRIVER
9422 M:      Antti Palosaari <crope@iki.fi>
9423 L:      linux-media@vger.kernel.org
9424 W:      http://linuxtv.org/
9425 W:      http://palosaari.fi/linux/
9426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9427 T:      git git://linuxtv.org/anttip/media_tree.git
9428 S:      Maintained
9429 F:      drivers/media/dvb-frontends/si2168*
9430
9431 SI470X FM RADIO RECEIVER I2C DRIVER
9432 M:      Hans Verkuil <hverkuil@xs4all.nl>
9433 L:      linux-media@vger.kernel.org
9434 T:      git git://linuxtv.org/media_tree.git
9435 W:      http://linuxtv.org
9436 S:      Odd Fixes
9437 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9438
9439 SI470X FM RADIO RECEIVER USB DRIVER
9440 M:      Hans Verkuil <hverkuil@xs4all.nl>
9441 L:      linux-media@vger.kernel.org
9442 T:      git git://linuxtv.org/media_tree.git
9443 W:      http://linuxtv.org
9444 S:      Maintained
9445 F:      drivers/media/radio/si470x/radio-si470x-common.c
9446 F:      drivers/media/radio/si470x/radio-si470x.h
9447 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9448
9449 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9450 M:      Eduardo Valentin <edubezval@gmail.com>
9451 L:      linux-media@vger.kernel.org
9452 T:      git git://linuxtv.org/media_tree.git
9453 W:      http://linuxtv.org
9454 S:      Odd Fixes
9455 F:      drivers/media/radio/si4713/si4713.?
9456
9457 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9458 M:      Eduardo Valentin <edubezval@gmail.com>
9459 L:      linux-media@vger.kernel.org
9460 T:      git git://linuxtv.org/media_tree.git
9461 W:      http://linuxtv.org
9462 S:      Odd Fixes
9463 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9464
9465 SI4713 FM RADIO TRANSMITTER USB DRIVER
9466 M:      Hans Verkuil <hverkuil@xs4all.nl>
9467 L:      linux-media@vger.kernel.org
9468 T:      git git://linuxtv.org/media_tree.git
9469 W:      http://linuxtv.org
9470 S:      Maintained
9471 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9472
9473 SIANO DVB DRIVER
9474 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9475 L:      linux-media@vger.kernel.org
9476 W:      http://linuxtv.org
9477 T:      git git://linuxtv.org/media_tree.git
9478 S:      Odd fixes
9479 F:      drivers/media/common/siano/
9480 F:      drivers/media/usb/siano/
9481 F:      drivers/media/usb/siano/
9482 F:      drivers/media/mmc/siano/
9483
9484 SIMPLEFB FB DRIVER
9485 M:      Hans de Goede <hdegoede@redhat.com>
9486 L:      linux-fbdev@vger.kernel.org
9487 S:      Maintained
9488 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9489 F:      drivers/video/fbdev/simplefb.c
9490 F:      include/linux/platform_data/simplefb.h
9491
9492 SH_VEU V4L2 MEM2MEM DRIVER
9493 L:      linux-media@vger.kernel.org
9494 S:      Orphan
9495 F:      drivers/media/platform/sh_veu.c
9496
9497 SH_VOU V4L2 OUTPUT DRIVER
9498 L:      linux-media@vger.kernel.org
9499 S:      Orphan
9500 F:      drivers/media/platform/sh_vou.c
9501 F:      include/media/sh_vou.h
9502
9503 SIMPLE FIRMWARE INTERFACE (SFI)
9504 M:      Len Brown <lenb@kernel.org>
9505 L:      sfi-devel@simplefirmware.org
9506 W:      http://simplefirmware.org/
9507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9508 S:      Supported
9509 F:      arch/x86/platform/sfi/
9510 F:      drivers/sfi/
9511 F:      include/linux/sfi*.h
9512
9513 SIMTEC EB110ATX (Chalice CATS)
9514 P:      Ben Dooks
9515 P:      Vincent Sanders <vince@simtec.co.uk>
9516 M:      Simtec Linux Team <linux@simtec.co.uk>
9517 W:      http://www.simtec.co.uk/products/EB110ATX/
9518 S:      Supported
9519
9520 SIMTEC EB2410ITX (BAST)
9521 P:      Ben Dooks
9522 P:      Vincent Sanders <vince@simtec.co.uk>
9523 M:      Simtec Linux Team <linux@simtec.co.uk>
9524 W:      http://www.simtec.co.uk/products/EB2410ITX/
9525 S:      Supported
9526 F:      arch/arm/mach-s3c24xx/mach-bast.c
9527 F:      arch/arm/mach-s3c24xx/bast-ide.c
9528 F:      arch/arm/mach-s3c24xx/bast-irq.c
9529
9530 TI DAVINCI MACHINE SUPPORT
9531 M:      Sekhar Nori <nsekhar@ti.com>
9532 M:      Kevin Hilman <khilman@deeprootsystems.com>
9533 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9534 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9535 S:      Supported
9536 F:      arch/arm/mach-davinci/
9537 F:      drivers/i2c/busses/i2c-davinci.c
9538
9539 TI DAVINCI SERIES MEDIA DRIVER
9540 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9541 L:      linux-media@vger.kernel.org
9542 W:      http://linuxtv.org/
9543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9544 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9545 S:      Maintained
9546 F:      drivers/media/platform/davinci/
9547 F:      include/media/davinci/
9548
9549 TI AM437X VPFE DRIVER
9550 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9551 L:      linux-media@vger.kernel.org
9552 W:      http://linuxtv.org/
9553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9554 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9555 S:      Maintained
9556 F:      drivers/media/platform/am437x/
9557
9558 OV2659 OMNIVISION SENSOR DRIVER
9559 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9560 L:      linux-media@vger.kernel.org
9561 W:      http://linuxtv.org/
9562 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9563 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9564 S:      Maintained
9565 F:      drivers/media/i2c/ov2659.c
9566 F:      include/media/ov2659.h
9567
9568 SILICON MOTION SM712 FRAME BUFFER DRIVER
9569 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9570 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9571 M:      Sudip Mukherjee <sudip@vectorindia.org>
9572 L:      linux-fbdev@vger.kernel.org
9573 S:      Maintained
9574 F:      drivers/video/fbdev/sm712*
9575 F:      Documentation/fb/sm712fb.txt
9576
9577 SIS 190 ETHERNET DRIVER
9578 M:      Francois Romieu <romieu@fr.zoreil.com>
9579 L:      netdev@vger.kernel.org
9580 S:      Maintained
9581 F:      drivers/net/ethernet/sis/sis190.c
9582
9583 SIS 900/7016 FAST ETHERNET DRIVER
9584 M:      Daniele Venzano <venza@brownhat.org>
9585 W:      http://www.brownhat.org/sis900.html
9586 L:      netdev@vger.kernel.org
9587 S:      Maintained
9588 F:      drivers/net/ethernet/sis/sis900.*
9589
9590 SIS FRAMEBUFFER DRIVER
9591 M:      Thomas Winischhofer <thomas@winischhofer.net>
9592 W:      http://www.winischhofer.net/linuxsisvga.shtml
9593 S:      Maintained
9594 F:      Documentation/fb/sisfb.txt
9595 F:      drivers/video/fbdev/sis/
9596 F:      include/video/sisfb.h
9597
9598 SIS USB2VGA DRIVER
9599 M:      Thomas Winischhofer <thomas@winischhofer.net>
9600 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9601 S:      Maintained
9602 F:      drivers/usb/misc/sisusbvga/
9603
9604 SLAB ALLOCATOR
9605 M:      Christoph Lameter <cl@linux.com>
9606 M:      Pekka Enberg <penberg@kernel.org>
9607 M:      David Rientjes <rientjes@google.com>
9608 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9609 M:      Andrew Morton <akpm@linux-foundation.org>
9610 L:      linux-mm@kvack.org
9611 S:      Maintained
9612 F:      include/linux/sl?b*.h
9613 F:      mm/sl?b*
9614
9615 SLEEPABLE READ-COPY UPDATE (SRCU)
9616 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9617 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9618 M:      Josh Triplett <josh@joshtriplett.org>
9619 R:      Steven Rostedt <rostedt@goodmis.org>
9620 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9621 L:      linux-kernel@vger.kernel.org
9622 W:      http://www.rdrop.com/users/paulmck/RCU/
9623 S:      Supported
9624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9625 F:      include/linux/srcu.h
9626 F:      kernel/rcu/srcu.c
9627
9628 SMACK SECURITY MODULE
9629 M:      Casey Schaufler <casey@schaufler-ca.com>
9630 L:      linux-security-module@vger.kernel.org
9631 W:      http://schaufler-ca.com
9632 T:      git git://git.gitorious.org/smack-next/kernel.git
9633 S:      Maintained
9634 F:      Documentation/security/Smack.txt
9635 F:      security/smack/
9636
9637 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9638 M:      Kevin Hilman <khilman@kernel.org>
9639 M:      Nishanth Menon <nm@ti.com>
9640 S:      Maintained
9641 F:      drivers/power/avs/
9642 F:      include/linux/power/smartreflex.h
9643 L:      linux-pm@vger.kernel.org
9644
9645 SMC91x ETHERNET DRIVER
9646 M:      Nicolas Pitre <nico@fluxnic.net>
9647 S:      Odd Fixes
9648 F:      drivers/net/ethernet/smsc/smc91x.*
9649
9650 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9651 M:      Sakari Ailus <sakari.ailus@iki.fi>
9652 L:      linux-media@vger.kernel.org
9653 S:      Maintained
9654 F:      drivers/media/i2c/smiapp/
9655 F:      include/media/smiapp.h
9656 F:      drivers/media/i2c/smiapp-pll.c
9657 F:      drivers/media/i2c/smiapp-pll.h
9658 F:      include/uapi/linux/smiapp.h
9659 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9660
9661 SMM665 HARDWARE MONITOR DRIVER
9662 M:      Guenter Roeck <linux@roeck-us.net>
9663 L:      lm-sensors@lm-sensors.org
9664 S:      Maintained
9665 F:      Documentation/hwmon/smm665
9666 F:      drivers/hwmon/smm665.c
9667
9668 SMSC EMC2103 HARDWARE MONITOR DRIVER
9669 M:      Steve Glendinning <steve.glendinning@shawell.net>
9670 L:      lm-sensors@lm-sensors.org
9671 S:      Maintained
9672 F:      Documentation/hwmon/emc2103
9673 F:      drivers/hwmon/emc2103.c
9674
9675 SMSC SCH5627 HARDWARE MONITOR DRIVER
9676 M:      Hans de Goede <hdegoede@redhat.com>
9677 L:      lm-sensors@lm-sensors.org
9678 S:      Supported
9679 F:      Documentation/hwmon/sch5627
9680 F:      drivers/hwmon/sch5627.c
9681
9682 SMSC47B397 HARDWARE MONITOR DRIVER
9683 M:      Jean Delvare <jdelvare@suse.com>
9684 L:      lm-sensors@lm-sensors.org
9685 S:      Maintained
9686 F:      Documentation/hwmon/smsc47b397
9687 F:      drivers/hwmon/smsc47b397.c
9688
9689 SMSC911x ETHERNET DRIVER
9690 M:      Steve Glendinning <steve.glendinning@shawell.net>
9691 L:      netdev@vger.kernel.org
9692 S:      Maintained
9693 F:      include/linux/smsc911x.h
9694 F:      drivers/net/ethernet/smsc/smsc911x.*
9695
9696 SMSC9420 PCI ETHERNET DRIVER
9697 M:      Steve Glendinning <steve.glendinning@shawell.net>
9698 L:      netdev@vger.kernel.org
9699 S:      Maintained
9700 F:      drivers/net/ethernet/smsc/smsc9420.*
9701
9702 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9703 M:      Steve Glendinning <steve.glendinning@shawell.net>
9704 L:      linux-fbdev@vger.kernel.org
9705 S:      Maintained
9706 F:      drivers/video/fbdev/smscufx.c
9707
9708 SOC-CAMERA V4L2 SUBSYSTEM
9709 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9710 L:      linux-media@vger.kernel.org
9711 T:      git git://linuxtv.org/media_tree.git
9712 S:      Maintained
9713 F:      include/media/soc*
9714 F:      drivers/media/i2c/soc_camera/
9715 F:      drivers/media/platform/soc_camera/
9716
9717 SOEKRIS NET48XX LED SUPPORT
9718 M:      Chris Boot <bootc@bootc.net>
9719 S:      Maintained
9720 F:      drivers/leds/leds-net48xx.c
9721
9722 SOFTLOGIC 6x10 MPEG CODEC
9723 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9724 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9725 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9726 M:      Ismael Luceno <ismael@iodev.co.uk>
9727 L:      linux-media@vger.kernel.org
9728 S:      Supported
9729 F:      drivers/media/pci/solo6x10/
9730
9731 SOFTWARE RAID (Multiple Disks) SUPPORT
9732 M:      Neil Brown <neilb@suse.com>
9733 L:      linux-raid@vger.kernel.org
9734 S:      Supported
9735 F:      drivers/md/
9736 F:      include/linux/raid/
9737 F:      include/uapi/linux/raid/
9738
9739 SONIC NETWORK DRIVER
9740 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9741 L:      netdev@vger.kernel.org
9742 S:      Maintained
9743 F:      drivers/net/ethernet/natsemi/sonic.*
9744
9745 SONICS SILICON BACKPLANE DRIVER (SSB)
9746 M:      Michael Buesch <m@bues.ch>
9747 L:      netdev@vger.kernel.org
9748 S:      Maintained
9749 F:      drivers/ssb/
9750 F:      include/linux/ssb/
9751
9752 SONY VAIO CONTROL DEVICE DRIVER
9753 M:      Mattia Dongili <malattia@linux.it>
9754 L:      platform-driver-x86@vger.kernel.org
9755 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9756 S:      Maintained
9757 F:      Documentation/laptops/sony-laptop.txt
9758 F:      drivers/char/sonypi.c
9759 F:      drivers/platform/x86/sony-laptop.c
9760 F:      include/linux/sony-laptop.h
9761
9762 SONY MEMORYSTICK CARD SUPPORT
9763 M:      Alex Dubov <oakad@yahoo.com>
9764 W:      http://tifmxx.berlios.de/
9765 S:      Maintained
9766 F:      drivers/memstick/host/tifm_ms.c
9767
9768 SONY MEMORYSTICK STANDARD SUPPORT
9769 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9770 S:      Maintained
9771 F:      drivers/memstick/core/ms_block.*
9772
9773 SOUND
9774 M:      Jaroslav Kysela <perex@perex.cz>
9775 M:      Takashi Iwai <tiwai@suse.com>
9776 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9777 W:      http://www.alsa-project.org/
9778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9779 T:      git git://git.alsa-project.org/alsa-kernel.git
9780 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9781 S:      Maintained
9782 F:      Documentation/sound/
9783 F:      include/sound/
9784 F:      include/uapi/sound/
9785 F:      sound/
9786
9787 SOUND - COMPRESSED AUDIO
9788 M:      Vinod Koul <vinod.koul@intel.com>
9789 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9791 S:      Supported
9792 F:      Documentation/sound/alsa/compress_offload.txt
9793 F:      include/sound/compress_driver.h
9794 F:      include/uapi/sound/compress_*
9795 F:      sound/core/compress_offload.c
9796 F:      sound/soc/soc-compress.c
9797
9798 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9799 M:      Liam Girdwood <lgirdwood@gmail.com>
9800 M:      Mark Brown <broonie@kernel.org>
9801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9802 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9803 W:      http://alsa-project.org/main/index.php/ASoC
9804 S:      Supported
9805 F:      Documentation/sound/alsa/soc/
9806 F:      sound/soc/
9807 F:      include/sound/soc*
9808
9809 SOUND - DMAENGINE HELPERS
9810 M:      Lars-Peter Clausen <lars@metafoo.de>
9811 S:      Supported
9812 F:      include/sound/dmaengine_pcm.h
9813 F:      sound/core/pcm_dmaengine.c
9814 F:      sound/soc/soc-generic-dmaengine-pcm.c
9815
9816 SP2 MEDIA DRIVER
9817 M:      Olli Salonen <olli.salonen@iki.fi>
9818 L:      linux-media@vger.kernel.org
9819 W:      http://linuxtv.org/
9820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9821 S:      Maintained
9822 F:      drivers/media/dvb-frontends/sp2*
9823
9824 SPARC + UltraSPARC (sparc/sparc64)
9825 M:      "David S. Miller" <davem@davemloft.net>
9826 L:      sparclinux@vger.kernel.org
9827 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9830 S:      Maintained
9831 F:      arch/sparc/
9832 F:      drivers/sbus/
9833
9834 SPARC SERIAL DRIVERS
9835 M:      "David S. Miller" <davem@davemloft.net>
9836 L:      sparclinux@vger.kernel.org
9837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9839 S:      Maintained
9840 F:      include/linux/sunserialcore.h
9841 F:      drivers/tty/serial/suncore.c
9842 F:      drivers/tty/serial/sunhv.c
9843 F:      drivers/tty/serial/sunsab.c
9844 F:      drivers/tty/serial/sunsab.h
9845 F:      drivers/tty/serial/sunsu.c
9846 F:      drivers/tty/serial/sunzilog.c
9847 F:      drivers/tty/serial/sunzilog.h
9848
9849 SPARSE CHECKER
9850 M:      "Christopher Li" <sparse@chrisli.org>
9851 L:      linux-sparse@vger.kernel.org
9852 W:      https://sparse.wiki.kernel.org/
9853 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9854 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9855 S:      Maintained
9856 F:      include/linux/compiler.h
9857
9858 SPEAR PLATFORM SUPPORT
9859 M:      Viresh Kumar <vireshk@kernel.org>
9860 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9861 L:      spear-devel@list.st.com
9862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9863 W:      http://www.st.com/spear
9864 S:      Maintained
9865 F:      arch/arm/mach-spear/
9866
9867 SPEAR CLOCK FRAMEWORK SUPPORT
9868 M:      Viresh Kumar <vireshk@kernel.org>
9869 L:      spear-devel@list.st.com
9870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9871 W:      http://www.st.com/spear
9872 S:      Maintained
9873 F:      drivers/clk/spear/
9874
9875 SPI SUBSYSTEM
9876 M:      Mark Brown <broonie@kernel.org>
9877 L:      linux-spi@vger.kernel.org
9878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9879 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9880 S:      Maintained
9881 F:      Documentation/spi/
9882 F:      drivers/spi/
9883 F:      include/linux/spi/
9884 F:      include/uapi/linux/spi/
9885
9886 SPIDERNET NETWORK DRIVER for CELL
9887 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9888 L:      netdev@vger.kernel.org
9889 S:      Supported
9890 F:      Documentation/networking/spider_net.txt
9891 F:      drivers/net/ethernet/toshiba/spider_net*
9892
9893 SPU FILE SYSTEM
9894 M:      Jeremy Kerr <jk@ozlabs.org>
9895 L:      linuxppc-dev@lists.ozlabs.org
9896 W:      http://www.ibm.com/developerworks/power/cell/
9897 S:      Supported
9898 F:      Documentation/filesystems/spufs.txt
9899 F:      arch/powerpc/platforms/cell/spufs/
9900
9901 SQUASHFS FILE SYSTEM
9902 M:      Phillip Lougher <phillip@squashfs.org.uk>
9903 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9904 W:      http://squashfs.org.uk
9905 S:      Maintained
9906 F:      Documentation/filesystems/squashfs.txt
9907 F:      fs/squashfs/
9908
9909 SRM (Alpha) environment access
9910 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9911 S:      Maintained
9912 F:      arch/alpha/kernel/srm_env.c
9913
9914 STABLE BRANCH
9915 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9916 L:      stable@vger.kernel.org
9917 S:      Supported
9918 F:      Documentation/stable_kernel_rules.txt
9919
9920 STAGING SUBSYSTEM
9921 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9923 L:      devel@driverdev.osuosl.org
9924 S:      Supported
9925 F:      drivers/staging/
9926
9927 STAGING - COMEDI
9928 M:      Ian Abbott <abbotti@mev.co.uk>
9929 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9930 S:      Odd Fixes
9931 F:      drivers/staging/comedi/
9932
9933 STAGING - FLARION FT1000 DRIVERS
9934 M:      Marek Belisko <marek.belisko@gmail.com>
9935 S:      Odd Fixes
9936 F:      drivers/staging/ft1000/
9937
9938 STAGING - INDUSTRIAL IO
9939 M:      Jonathan Cameron <jic23@kernel.org>
9940 L:      linux-iio@vger.kernel.org
9941 S:      Odd Fixes
9942 F:      drivers/staging/iio/
9943
9944 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9945 M:      Jarod Wilson <jarod@wilsonet.com>
9946 W:      http://www.lirc.org/
9947 S:      Odd Fixes
9948 F:      drivers/staging/media/lirc/
9949
9950 STAGING - LUSTRE PARALLEL FILESYSTEM
9951 M:      Oleg Drokin <oleg.drokin@intel.com>
9952 M:      Andreas Dilger <andreas.dilger@intel.com>
9953 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9954 W:      http://wiki.lustre.org/
9955 S:      Maintained
9956 F:      drivers/staging/lustre
9957
9958 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9959 M:      Marc Dietrich <marvin24@gmx.de>
9960 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9961 L:      linux-tegra@vger.kernel.org
9962 S:      Maintained
9963 F:      drivers/staging/nvec/
9964
9965 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9966 M:      Jens Frederich <jfrederich@gmail.com>
9967 M:      Daniel Drake <dsd@laptop.org>
9968 M:      Jon Nettleton <jon.nettleton@gmail.com>
9969 W:      http://wiki.laptop.org/go/DCON
9970 S:      Maintained
9971 F:      drivers/staging/olpc_dcon/
9972
9973 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9974 M:      Willy Tarreau <willy@meta-x.org>
9975 S:      Odd Fixes
9976 F:      drivers/staging/panel/
9977
9978 STAGING - REALTEK RTL8712U DRIVERS
9979 M:      Larry Finger <Larry.Finger@lwfinger.net>
9980 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9981 S:      Odd Fixes
9982 F:      drivers/staging/rtl8712/
9983
9984 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9985 M:      Larry Finger <Larry.Finger@lwfinger.net>
9986 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9987 L:      linux-wireless@vger.kernel.org
9988 S:      Maintained
9989 F:      drivers/staging/rtl8723au/
9990
9991 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9992 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9993 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9994 M:      Sudip Mukherjee <sudip@vectorindia.org>
9995 L:      linux-fbdev@vger.kernel.org
9996 S:      Maintained
9997 F:      drivers/staging/sm750fb/
9998
9999 STAGING - SLICOSS
10000 M:      Lior Dotan <liodot@gmail.com>
10001 M:      Christopher Harrer <charrer@alacritech.com>
10002 S:      Odd Fixes
10003 F:      drivers/staging/slicoss/
10004
10005 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10006 M:      William Hubbs <w.d.hubbs@gmail.com>
10007 M:      Chris Brannon <chris@the-brannons.com>
10008 M:      Kirk Reiser <kirk@reisers.ca>
10009 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10010 L:      speakup@linux-speakup.org
10011 W:      http://www.linux-speakup.org/
10012 S:      Odd Fixes
10013 F:      drivers/staging/speakup/
10014
10015 STAGING - VIA VT665X DRIVERS
10016 M:      Forest Bond <forest@alittletooquiet.net>
10017 S:      Odd Fixes
10018 F:      drivers/staging/vt665?/
10019
10020 STAGING - WILC1000 WIFI DRIVER
10021 M:      Johnny Kim <johnny.kim@atmel.com>
10022 M:      Rachel Kim <rachel.kim@atmel.com>
10023 M:      Dean Lee <dean.lee@atmel.com>
10024 M:      Chris Park <chris.park@atmel.com>
10025 L:      linux-wireless@vger.kernel.org
10026 S:      Supported
10027 F:      drivers/staging/wilc1000/
10028
10029 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10030 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10031 S:      Odd Fixes
10032 F:      drivers/staging/xgifb/
10033
10034 HFI1 DRIVER
10035 M:      Mike Marciniszyn <infinipath@intel.com>
10036 L:      linux-rdma@vger.kernel.org
10037 S:      Supported
10038 F:      drivers/staging/rdma/hfi1
10039
10040 STARFIRE/DURALAN NETWORK DRIVER
10041 M:      Ion Badulescu <ionut@badula.org>
10042 S:      Odd Fixes
10043 F:      drivers/net/ethernet/adaptec/starfire*
10044
10045 SUN3/3X
10046 M:      Sam Creasey <sammy@sammy.net>
10047 W:      http://sammy.net/sun3/
10048 S:      Maintained
10049 F:      arch/m68k/kernel/*sun3*
10050 F:      arch/m68k/sun3*/
10051 F:      arch/m68k/include/asm/sun3*
10052 F:      drivers/net/ethernet/i825xx/sun3*
10053
10054 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10055 M:      Hans de Goede <hdegoede@redhat.com>
10056 L:      linux-input@vger.kernel.org
10057 S:      Maintained
10058 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10059 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10060
10061 SUNDANCE NETWORK DRIVER
10062 M:      Denis Kirjanov <kda@linux-powerpc.org>
10063 L:      netdev@vger.kernel.org
10064 S:      Maintained
10065 F:      drivers/net/ethernet/dlink/sundance.c
10066
10067 SUPERH
10068 L:      linux-sh@vger.kernel.org
10069 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10070 S:      Orphan
10071 F:      Documentation/sh/
10072 F:      arch/sh/
10073 F:      drivers/sh/
10074
10075 SUSPEND TO RAM
10076 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10077 M:      Len Brown <len.brown@intel.com>
10078 M:      Pavel Machek <pavel@ucw.cz>
10079 L:      linux-pm@vger.kernel.org
10080 S:      Supported
10081 F:      Documentation/power/
10082 F:      arch/x86/kernel/acpi/
10083 F:      drivers/base/power/
10084 F:      kernel/power/
10085 F:      include/linux/suspend.h
10086 F:      include/linux/freezer.h
10087 F:      include/linux/pm.h
10088
10089 SVGA HANDLING
10090 M:      Martin Mares <mj@ucw.cz>
10091 L:      linux-video@atrey.karlin.mff.cuni.cz
10092 S:      Maintained
10093 F:      Documentation/svga.txt
10094 F:      arch/x86/boot/video*
10095
10096 SWIOTLB SUBSYSTEM
10097 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10098 L:      linux-kernel@vger.kernel.org
10099 S:      Supported
10100 F:      lib/swiotlb.c
10101 F:      arch/*/kernel/pci-swiotlb.c
10102 F:      include/linux/swiotlb.h
10103
10104 SWITCHDEV
10105 M:      Jiri Pirko <jiri@resnulli.us>
10106 L:      netdev@vger.kernel.org
10107 S:      Supported
10108 F:      net/switchdev/
10109 F:      include/net/switchdev.h
10110
10111 SYNOPSYS ARC ARCHITECTURE
10112 M:      Vineet Gupta <vgupta@synopsys.com>
10113 L:      linux-snps-arc@lists.infraded.org
10114 S:      Supported
10115 F:      arch/arc/
10116 F:      Documentation/devicetree/bindings/arc/*
10117 F:      drivers/tty/serial/arc_uart.c
10118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10119
10120 SYNOPSYS ARC SDP platform support
10121 M:      Alexey Brodkin <abrodkin@synopsys.com>
10122 S:      Supported
10123 F:      arch/arc/plat-axs10x
10124 F:      arch/arc/boot/dts/ax*
10125 F:      Documentation/devicetree/bindings/arc/axs10*
10126
10127 SYSTEM CONFIGURATION (SYSCON)
10128 M:      Lee Jones <lee.jones@linaro.org>
10129 M:      Arnd Bergmann <arnd@arndb.de>
10130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10131 S:      Supported
10132 F:      drivers/mfd/syscon.c
10133
10134 SYSV FILESYSTEM
10135 M:      Christoph Hellwig <hch@infradead.org>
10136 S:      Maintained
10137 F:      Documentation/filesystems/sysv-fs.txt
10138 F:      fs/sysv/
10139 F:      include/linux/sysv_fs.h
10140
10141 TARGET SUBSYSTEM
10142 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10143 L:      linux-scsi@vger.kernel.org
10144 L:      target-devel@vger.kernel.org
10145 W:      http://www.linux-iscsi.org
10146 W:      http://groups.google.com/group/linux-iscsi-target-dev
10147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10148 S:      Supported
10149 F:      drivers/target/
10150 F:      include/target/
10151 F:      Documentation/target/
10152
10153 TASKSTATS STATISTICS INTERFACE
10154 M:      Balbir Singh <bsingharora@gmail.com>
10155 S:      Maintained
10156 F:      Documentation/accounting/taskstats*
10157 F:      include/linux/taskstats*
10158 F:      kernel/taskstats.c
10159
10160 TC CLASSIFIER
10161 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10162 L:      netdev@vger.kernel.org
10163 S:      Maintained
10164 F:      include/net/pkt_cls.h
10165 F:      include/uapi/linux/pkt_cls.h
10166 F:      net/sched/
10167
10168 TCP LOW PRIORITY MODULE
10169 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10170 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10171 W:      http://tcp-lp-mod.sourceforge.net/
10172 S:      Maintained
10173 F:      net/ipv4/tcp_lp.c
10174
10175 TDA10071 MEDIA DRIVER
10176 M:      Antti Palosaari <crope@iki.fi>
10177 L:      linux-media@vger.kernel.org
10178 W:      http://linuxtv.org/
10179 W:      http://palosaari.fi/linux/
10180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10181 T:      git git://linuxtv.org/anttip/media_tree.git
10182 S:      Maintained
10183 F:      drivers/media/dvb-frontends/tda10071*
10184
10185 TDA18212 MEDIA DRIVER
10186 M:      Antti Palosaari <crope@iki.fi>
10187 L:      linux-media@vger.kernel.org
10188 W:      http://linuxtv.org/
10189 W:      http://palosaari.fi/linux/
10190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10191 T:      git git://linuxtv.org/anttip/media_tree.git
10192 S:      Maintained
10193 F:      drivers/media/tuners/tda18212*
10194
10195 TDA18218 MEDIA DRIVER
10196 M:      Antti Palosaari <crope@iki.fi>
10197 L:      linux-media@vger.kernel.org
10198 W:      http://linuxtv.org/
10199 W:      http://palosaari.fi/linux/
10200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10201 T:      git git://linuxtv.org/anttip/media_tree.git
10202 S:      Maintained
10203 F:      drivers/media/tuners/tda18218*
10204
10205 TDA18271 MEDIA DRIVER
10206 M:      Michael Krufky <mkrufky@linuxtv.org>
10207 L:      linux-media@vger.kernel.org
10208 W:      http://linuxtv.org/
10209 W:      http://github.com/mkrufky
10210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10211 T:      git git://linuxtv.org/mkrufky/tuners.git
10212 S:      Maintained
10213 F:      drivers/media/tuners/tda18271*
10214
10215 TDA827x MEDIA DRIVER
10216 M:      Michael Krufky <mkrufky@linuxtv.org>
10217 L:      linux-media@vger.kernel.org
10218 W:      http://linuxtv.org/
10219 W:      http://github.com/mkrufky
10220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10221 T:      git git://linuxtv.org/mkrufky/tuners.git
10222 S:      Maintained
10223 F:      drivers/media/tuners/tda8290.*
10224
10225 TDA8290 MEDIA DRIVER
10226 M:      Michael Krufky <mkrufky@linuxtv.org>
10227 L:      linux-media@vger.kernel.org
10228 W:      http://linuxtv.org/
10229 W:      http://github.com/mkrufky
10230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10231 T:      git git://linuxtv.org/mkrufky/tuners.git
10232 S:      Maintained
10233 F:      drivers/media/tuners/tda8290.*
10234
10235 TDA9840 MEDIA DRIVER
10236 M:      Hans Verkuil <hverkuil@xs4all.nl>
10237 L:      linux-media@vger.kernel.org
10238 T:      git git://linuxtv.org/media_tree.git
10239 W:      http://linuxtv.org
10240 S:      Maintained
10241 F:      drivers/media/i2c/tda9840*
10242
10243 TEA5761 TUNER DRIVER
10244 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10245 L:      linux-media@vger.kernel.org
10246 W:      http://linuxtv.org
10247 T:      git git://linuxtv.org/media_tree.git
10248 S:      Odd fixes
10249 F:      drivers/media/tuners/tea5761.*
10250
10251 TEA5767 TUNER DRIVER
10252 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10253 L:      linux-media@vger.kernel.org
10254 W:      http://linuxtv.org
10255 T:      git git://linuxtv.org/media_tree.git
10256 S:      Maintained
10257 F:      drivers/media/tuners/tea5767.*
10258
10259 TEA6415C MEDIA DRIVER
10260 M:      Hans Verkuil <hverkuil@xs4all.nl>
10261 L:      linux-media@vger.kernel.org
10262 T:      git git://linuxtv.org/media_tree.git
10263 W:      http://linuxtv.org
10264 S:      Maintained
10265 F:      drivers/media/i2c/tea6415c*
10266
10267 TEA6420 MEDIA DRIVER
10268 M:      Hans Verkuil <hverkuil@xs4all.nl>
10269 L:      linux-media@vger.kernel.org
10270 T:      git git://linuxtv.org/media_tree.git
10271 W:      http://linuxtv.org
10272 S:      Maintained
10273 F:      drivers/media/i2c/tea6420*
10274
10275 TEAM DRIVER
10276 M:      Jiri Pirko <jiri@resnulli.us>
10277 L:      netdev@vger.kernel.org
10278 S:      Supported
10279 F:      drivers/net/team/
10280 F:      include/linux/if_team.h
10281 F:      include/uapi/linux/if_team.h
10282
10283 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10284 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10285 S:      Maintained
10286 F:      arch/x86/platform/ts5500/
10287
10288 TECHNOTREND USB IR RECEIVER
10289 M:      Sean Young <sean@mess.org>
10290 L:      linux-media@vger.kernel.org
10291 S:      Maintained
10292 F:      drivers/media/rc/ttusbir.c
10293
10294 TEGRA ARCHITECTURE SUPPORT
10295 M:      Stephen Warren <swarren@wwwdotorg.org>
10296 M:      Thierry Reding <thierry.reding@gmail.com>
10297 M:      Alexandre Courbot <gnurou@gmail.com>
10298 L:      linux-tegra@vger.kernel.org
10299 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10301 S:      Supported
10302 N:      [^a-z]tegra
10303
10304 TEGRA CLOCK DRIVER
10305 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10306 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10307 S:      Supported
10308 F:      drivers/clk/tegra/
10309
10310 TEGRA DMA DRIVER
10311 M:      Laxman Dewangan <ldewangan@nvidia.com>
10312 S:      Supported
10313 F:      drivers/dma/tegra20-apb-dma.c
10314
10315 TEGRA I2C DRIVER
10316 M:      Laxman Dewangan <ldewangan@nvidia.com>
10317 S:      Supported
10318 F:      drivers/i2c/busses/i2c-tegra.c
10319
10320 TEGRA IOMMU DRIVERS
10321 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10322 S:      Supported
10323 F:      drivers/iommu/tegra*
10324
10325 TEGRA KBC DRIVER
10326 M:      Rakesh Iyer <riyer@nvidia.com>
10327 M:      Laxman Dewangan <ldewangan@nvidia.com>
10328 S:      Supported
10329 F:      drivers/input/keyboard/tegra-kbc.c
10330
10331 TEGRA PWM DRIVER
10332 M:      Thierry Reding <thierry.reding@gmail.com>
10333 S:      Supported
10334 F:      drivers/pwm/pwm-tegra.c
10335
10336 TEGRA SERIAL DRIVER
10337 M:      Laxman Dewangan <ldewangan@nvidia.com>
10338 S:      Supported
10339 F:      drivers/tty/serial/serial-tegra.c
10340
10341 TEGRA SPI DRIVER
10342 M:      Laxman Dewangan <ldewangan@nvidia.com>
10343 S:      Supported
10344 F:      drivers/spi/spi-tegra*
10345
10346 TEHUTI ETHERNET DRIVER
10347 M:      Andy Gospodarek <andy@greyhouse.net>
10348 L:      netdev@vger.kernel.org
10349 S:      Supported
10350 F:      drivers/net/ethernet/tehuti/*
10351
10352 Telecom Clock Driver for MCPL0010
10353 M:      Mark Gross <mark.gross@intel.com>
10354 S:      Supported
10355 F:      drivers/char/tlclk.c
10356
10357 TENSILICA XTENSA PORT (xtensa)
10358 M:      Chris Zankel <chris@zankel.net>
10359 M:      Max Filippov <jcmvbkbc@gmail.com>
10360 L:      linux-xtensa@linux-xtensa.org
10361 S:      Maintained
10362 F:      arch/xtensa/
10363 F:      drivers/irqchip/irq-xtensa-*
10364
10365 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10366 M:      Hans Verkuil <hverkuil@xs4all.nl>
10367 L:      linux-media@vger.kernel.org
10368 T:      git git://linuxtv.org/media_tree.git
10369 W:      http://linuxtv.org
10370 S:      Maintained
10371 F:      drivers/media/radio/radio-raremono.c
10372
10373 THERMAL
10374 M:      Zhang Rui <rui.zhang@intel.com>
10375 M:      Eduardo Valentin <edubezval@gmail.com>
10376 L:      linux-pm@vger.kernel.org
10377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10379 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10380 S:      Supported
10381 F:      drivers/thermal/
10382 F:      include/linux/thermal.h
10383 F:      include/uapi/linux/thermal.h
10384 F:      include/linux/cpu_cooling.h
10385 F:      Documentation/devicetree/bindings/thermal/
10386
10387 THERMAL/CPU_COOLING
10388 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10389 M:      Viresh Kumar <viresh.kumar@linaro.org>
10390 M:      Javi Merino <javi.merino@arm.com>
10391 L:      linux-pm@vger.kernel.org
10392 S:      Supported
10393 F:      Documentation/thermal/cpu-cooling-api.txt
10394 F:      drivers/thermal/cpu_cooling.c
10395 F:      include/linux/cpu_cooling.h
10396
10397 THINGM BLINK(1) USB RGB LED DRIVER
10398 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10399 S:      Maintained
10400 F:      drivers/hid/hid-thingm.c
10401
10402 THINKPAD ACPI EXTRAS DRIVER
10403 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10404 L:      ibm-acpi-devel@lists.sourceforge.net
10405 L:      platform-driver-x86@vger.kernel.org
10406 W:      http://ibm-acpi.sourceforge.net
10407 W:      http://thinkwiki.org/wiki/Ibm-acpi
10408 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10409 S:      Maintained
10410 F:      drivers/platform/x86/thinkpad_acpi.c
10411
10412 TI BANDGAP AND THERMAL DRIVER
10413 M:      Eduardo Valentin <edubezval@gmail.com>
10414 L:      linux-pm@vger.kernel.org
10415 L:      linux-omap@vger.kernel.org
10416 S:      Maintained
10417 F:      drivers/thermal/ti-soc-thermal/
10418
10419 TI CDCE706 CLOCK DRIVER
10420 M:      Max Filippov <jcmvbkbc@gmail.com>
10421 S:      Maintained
10422 F:      drivers/clk/clk-cdce706.c
10423
10424 TI CLOCK DRIVER
10425 M:      Tero Kristo <t-kristo@ti.com>
10426 L:      linux-omap@vger.kernel.org
10427 S:      Maintained
10428 F:      drivers/clk/ti/
10429 F:      include/linux/clk/ti.h
10430
10431 TI FLASH MEDIA INTERFACE DRIVER
10432 M:      Alex Dubov <oakad@yahoo.com>
10433 S:      Maintained
10434 F:      drivers/misc/tifm*
10435 F:      drivers/mmc/host/tifm_sd.c
10436 F:      include/linux/tifm.h
10437
10438 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10439 M:      Santosh Shilimkar <ssantosh@kernel.org>
10440 L:      linux-kernel@vger.kernel.org
10441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10442 S:      Maintained
10443 F:      drivers/soc/ti/*
10444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10445
10446
10447 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10448 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10449 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10450 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10451 S:      Maintained
10452 F:      sound/soc/codecs/lm49453*
10453 F:      sound/soc/codecs/isabelle*
10454
10455 TI LP855x BACKLIGHT DRIVER
10456 M:      Milo Kim <milo.kim@ti.com>
10457 S:      Maintained
10458 F:      Documentation/backlight/lp855x-driver.txt
10459 F:      drivers/video/backlight/lp855x_bl.c
10460 F:      include/linux/platform_data/lp855x.h
10461
10462 TI LP8727 CHARGER DRIVER
10463 M:      Milo Kim <milo.kim@ti.com>
10464 S:      Maintained
10465 F:      drivers/power/lp8727_charger.c
10466 F:      include/linux/platform_data/lp8727.h
10467
10468 TI LP8788 MFD DRIVER
10469 M:      Milo Kim <milo.kim@ti.com>
10470 S:      Maintained
10471 F:      drivers/iio/adc/lp8788_adc.c
10472 F:      drivers/leds/leds-lp8788.c
10473 F:      drivers/mfd/lp8788*.c
10474 F:      drivers/power/lp8788-charger.c
10475 F:      drivers/regulator/lp8788-*.c
10476 F:      include/linux/mfd/lp8788*.h
10477
10478 TI NETCP ETHERNET DRIVER
10479 M:      Wingman Kwok <w-kwok2@ti.com>
10480 M:      Murali Karicheri <m-karicheri2@ti.com>
10481 L:      netdev@vger.kernel.org
10482 S:      Maintained
10483 F:      drivers/net/ethernet/ti/netcp*
10484
10485 TI TAS571X FAMILY ASoC CODEC DRIVER
10486 M:      Kevin Cernekee <cernekee@chromium.org>
10487 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10488 S:      Odd Fixes
10489 F:      sound/soc/codecs/tas571x*
10490
10491 TI TWL4030 SERIES SOC CODEC DRIVER
10492 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10493 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10494 S:      Maintained
10495 F:      sound/soc/codecs/twl4030*
10496
10497 TI WILINK WIRELESS DRIVERS
10498 L:      linux-wireless@vger.kernel.org
10499 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10500 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10502 S:      Orphan
10503 F:      drivers/net/wireless/ti/
10504 F:      include/linux/wl12xx.h
10505
10506 TIPC NETWORK LAYER
10507 M:      Jon Maloy <jon.maloy@ericsson.com>
10508 M:      Ying Xue <ying.xue@windriver.com>
10509 L:      netdev@vger.kernel.org (core kernel code)
10510 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10511 W:      http://tipc.sourceforge.net/
10512 S:      Maintained
10513 F:      include/uapi/linux/tipc*.h
10514 F:      net/tipc/
10515
10516 TILE ARCHITECTURE
10517 M:      Chris Metcalf <cmetcalf@ezchip.com>
10518 W:      http://www.ezchip.com/scm/
10519 S:      Supported
10520 F:      arch/tile/
10521 F:      drivers/char/tile-srom.c
10522 F:      drivers/edac/tile_edac.c
10523 F:      drivers/net/ethernet/tile/
10524 F:      drivers/rtc/rtc-tile.c
10525 F:      drivers/tty/hvc/hvc_tile.c
10526 F:      drivers/tty/serial/tilegx.c
10527 F:      drivers/usb/host/*-tilegx.c
10528 F:      include/linux/usb/tilegx.h
10529
10530 TLAN NETWORK DRIVER
10531 M:      Samuel Chessman <chessman@tux.org>
10532 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10533 W:      http://sourceforge.net/projects/tlan/
10534 S:      Maintained
10535 F:      Documentation/networking/tlan.txt
10536 F:      drivers/net/ethernet/ti/tlan.*
10537
10538 TOMOYO SECURITY MODULE
10539 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10540 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10541 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10542 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10543 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10544 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10545 W:      http://tomoyo.sourceforge.jp/
10546 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10547 S:      Maintained
10548 F:      security/tomoyo/
10549
10550 TOPSTAR LAPTOP EXTRAS DRIVER
10551 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10552 L:      platform-driver-x86@vger.kernel.org
10553 S:      Maintained
10554 F:      drivers/platform/x86/topstar-laptop.c
10555
10556 TOSHIBA ACPI EXTRAS DRIVER
10557 M:      Azael Avalos <coproscefalo@gmail.com>
10558 L:      platform-driver-x86@vger.kernel.org
10559 S:      Maintained
10560 F:      drivers/platform/x86/toshiba_acpi.c
10561
10562 TOSHIBA BLUETOOTH DRIVER
10563 M:      Azael Avalos <coproscefalo@gmail.com>
10564 L:      platform-driver-x86@vger.kernel.org
10565 S:      Maintained
10566 F:      drivers/platform/x86/toshiba_bluetooth.c
10567
10568 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10569 M:      Azael Avalos <coproscefalo@gmail.com>
10570 L:      platform-driver-x86@vger.kernel.org
10571 S:      Maintained
10572 F:      drivers/platform/x86/toshiba_haps.c
10573
10574 TOSHIBA SMM DRIVER
10575 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10576 W:      http://www.buzzard.org.uk/toshiba/
10577 S:      Maintained
10578 F:      drivers/char/toshiba.c
10579 F:      include/linux/toshiba.h
10580 F:      include/uapi/linux/toshiba.h
10581
10582 TOSHIBA TC358743 DRIVER
10583 M:      Mats Randgaard <matrandg@cisco.com>
10584 L:      linux-media@vger.kernel.org
10585 S:      Maintained
10586 F:      drivers/media/i2c/tc358743*
10587 F:      include/media/tc358743.h
10588
10589 TMIO MMC DRIVER
10590 M:      Ian Molton <ian@mnementh.co.uk>
10591 L:      linux-mmc@vger.kernel.org
10592 S:      Maintained
10593 F:      drivers/mmc/host/tmio_mmc*
10594 F:      drivers/mmc/host/sh_mobile_sdhi.c
10595 F:      include/linux/mmc/tmio.h
10596 F:      include/linux/mmc/sh_mobile_sdhi.h
10597
10598 TMP401 HARDWARE MONITOR DRIVER
10599 M:      Guenter Roeck <linux@roeck-us.net>
10600 L:      lm-sensors@lm-sensors.org
10601 S:      Maintained
10602 F:      Documentation/hwmon/tmp401
10603 F:      drivers/hwmon/tmp401.c
10604
10605 TMPFS (SHMEM FILESYSTEM)
10606 M:      Hugh Dickins <hughd@google.com>
10607 L:      linux-mm@kvack.org
10608 S:      Maintained
10609 F:      include/linux/shmem_fs.h
10610 F:      mm/shmem.c
10611
10612 TM6000 VIDEO4LINUX DRIVER
10613 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10614 L:      linux-media@vger.kernel.org
10615 W:      http://linuxtv.org
10616 T:      git git://linuxtv.org/media_tree.git
10617 S:      Odd fixes
10618 F:      drivers/media/usb/tm6000/
10619
10620 TW68 VIDEO4LINUX DRIVER
10621 M:      Hans Verkuil <hverkuil@xs4all.nl>
10622 L:      linux-media@vger.kernel.org
10623 T:      git git://linuxtv.org/media_tree.git
10624 W:      http://linuxtv.org
10625 S:      Odd Fixes
10626 F:      drivers/media/pci/tw68/
10627
10628 TPM DEVICE DRIVER
10629 M:      Peter Huewe <peterhuewe@gmx.de>
10630 M:      Marcel Selhorst <tpmdd@selhorst.net>
10631 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10632 W:      http://tpmdd.sourceforge.net
10633 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10634 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10635 T:      https://github.com/PeterHuewe/linux-tpmdd
10636 S:      Maintained
10637 F:      drivers/char/tpm/
10638
10639 TPM IBM_VTPM DEVICE DRIVER
10640 M:      Ashley Lai <ashleydlai@gmail.com>
10641 W:      http://tpmdd.sourceforge.net
10642 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10643 S:      Maintained
10644 F:      drivers/char/tpm/tpm_ibmvtpm*
10645
10646 TRACING
10647 M:      Steven Rostedt <rostedt@goodmis.org>
10648 M:      Ingo Molnar <mingo@redhat.com>
10649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10650 S:      Maintained
10651 F:      Documentation/trace/ftrace.txt
10652 F:      arch/*/*/*/ftrace.h
10653 F:      arch/*/kernel/ftrace.c
10654 F:      include/*/ftrace.h
10655 F:      include/linux/trace*.h
10656 F:      include/trace/
10657 F:      kernel/trace/
10658 F:      tools/testing/selftests/ftrace/
10659
10660 TRIVIAL PATCHES
10661 M:      Jiri Kosina <trivial@kernel.org>
10662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10663 S:      Maintained
10664 K:      ^Subject:.*(?i)trivial
10665
10666 TTY LAYER
10667 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10668 M:      Jiri Slaby <jslaby@suse.com>
10669 S:      Supported
10670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10671 F:      Documentation/serial/
10672 F:      drivers/tty/
10673 F:      drivers/tty/serial/serial_core.c
10674 F:      include/linux/serial_core.h
10675 F:      include/linux/serial.h
10676 F:      include/linux/tty.h
10677 F:      include/uapi/linux/serial_core.h
10678 F:      include/uapi/linux/serial.h
10679 F:      include/uapi/linux/tty.h
10680
10681 TUA9001 MEDIA DRIVER
10682 M:      Antti Palosaari <crope@iki.fi>
10683 L:      linux-media@vger.kernel.org
10684 W:      http://linuxtv.org/
10685 W:      http://palosaari.fi/linux/
10686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10687 T:      git git://linuxtv.org/anttip/media_tree.git
10688 S:      Maintained
10689 F:      drivers/media/tuners/tua9001*
10690
10691 TULIP NETWORK DRIVERS
10692 M:      Grant Grundler <grundler@parisc-linux.org>
10693 L:      netdev@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/net/ethernet/dec/tulip/
10696
10697 TUN/TAP driver
10698 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10699 W:      http://vtun.sourceforge.net/tun
10700 S:      Maintained
10701 F:      Documentation/networking/tuntap.txt
10702 F:      arch/um/os-Linux/drivers/
10703
10704 TURBOCHANNEL SUBSYSTEM
10705 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10706 M:      Ralf Baechle <ralf@linux-mips.org>
10707 L:      linux-mips@linux-mips.org
10708 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10709 S:      Maintained
10710 F:      drivers/tc/
10711 F:      include/linux/tc.h
10712
10713 U14-34F SCSI DRIVER
10714 M:      Dario Ballabio <ballabio_dario@emc.com>
10715 L:      linux-scsi@vger.kernel.org
10716 S:      Maintained
10717 F:      drivers/scsi/u14-34f.c
10718
10719 UBI FILE SYSTEM (UBIFS)
10720 M:      Artem Bityutskiy <dedekind1@gmail.com>
10721 M:      Adrian Hunter <adrian.hunter@intel.com>
10722 L:      linux-mtd@lists.infradead.org
10723 T:      git git://git.infradead.org/ubifs-2.6.git
10724 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10725 S:      Maintained
10726 F:      Documentation/filesystems/ubifs.txt
10727 F:      fs/ubifs/
10728
10729 UCLINUX (M68KNOMMU AND COLDFIRE)
10730 M:      Greg Ungerer <gerg@uclinux.org>
10731 W:      http://www.uclinux.org/
10732 L:      linux-m68k@lists.linux-m68k.org
10733 L:      uclinux-dev@uclinux.org  (subscribers-only)
10734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10735 S:      Maintained
10736 F:      arch/m68k/coldfire/
10737 F:      arch/m68k/68*/
10738 F:      arch/m68k/*/*_no.*
10739 F:      arch/m68k/include/asm/*_no.*
10740
10741 UDF FILESYSTEM
10742 M:      Jan Kara <jack@suse.com>
10743 S:      Maintained
10744 F:      Documentation/filesystems/udf.txt
10745 F:      fs/udf/
10746
10747 UFS FILESYSTEM
10748 M:      Evgeniy Dushistov <dushistov@mail.ru>
10749 S:      Maintained
10750 F:      Documentation/filesystems/ufs.txt
10751 F:      fs/ufs/
10752
10753 UHID USERSPACE HID IO DRIVER:
10754 M:      David Herrmann <dh.herrmann@googlemail.com>
10755 L:      linux-input@vger.kernel.org
10756 S:      Maintained
10757 F:      drivers/hid/uhid.c
10758 F:      include/uapi/linux/uhid.h
10759
10760 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10761 L:      linux-usb@vger.kernel.org
10762 S:      Orphan
10763 F:      drivers/uwb/
10764 F:      include/linux/uwb.h
10765 F:      include/linux/uwb/
10766
10767 UNICORE32 ARCHITECTURE:
10768 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10769 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10770 S:      Maintained
10771 T:      git git://github.com/gxt/linux.git
10772 F:      arch/unicore32/
10773
10774 UNIFDEF
10775 M:      Tony Finch <dot@dotat.at>
10776 W:      http://dotat.at/prog/unifdef
10777 S:      Maintained
10778 F:      scripts/unifdef.c
10779
10780 UNIFORM CDROM DRIVER
10781 M:      Jens Axboe <axboe@kernel.dk>
10782 W:      http://www.kernel.dk
10783 S:      Maintained
10784 F:      Documentation/cdrom/
10785 F:      drivers/cdrom/cdrom.c
10786 F:      include/linux/cdrom.h
10787 F:      include/uapi/linux/cdrom.h
10788
10789 UNISYS S-PAR DRIVERS
10790 M:      Benjamin Romer <benjamin.romer@unisys.com>
10791 M:      David Kershner <david.kershner@unisys.com>
10792 L:      sparmaintainer@unisys.com (Unisys internal)
10793 S:      Supported
10794 F:      drivers/staging/unisys/
10795
10796 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10797 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10798 L:      linux-scsi@vger.kernel.org
10799 S:      Supported
10800 F:      Documentation/scsi/ufs.txt
10801 F:      drivers/scsi/ufs/
10802
10803 UNSORTED BLOCK IMAGES (UBI)
10804 M:      Artem Bityutskiy <dedekind1@gmail.com>
10805 M:      Richard Weinberger <richard@nod.at>
10806 W:      http://www.linux-mtd.infradead.org/
10807 L:      linux-mtd@lists.infradead.org
10808 T:      git git://git.infradead.org/ubifs-2.6.git
10809 S:      Supported
10810 F:      drivers/mtd/ubi/
10811 F:      include/linux/mtd/ubi.h
10812 F:      include/uapi/mtd/ubi-user.h
10813
10814 USB ACM DRIVER
10815 M:      Oliver Neukum <oliver@neukum.org>
10816 L:      linux-usb@vger.kernel.org
10817 S:      Maintained
10818 F:      Documentation/usb/acm.txt
10819 F:      drivers/usb/class/cdc-acm.*
10820
10821 USB AR5523 WIRELESS DRIVER
10822 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10823 L:      linux-wireless@vger.kernel.org
10824 S:      Maintained
10825 F:      drivers/net/wireless/ath/ar5523/
10826
10827 USB ATTACHED SCSI
10828 M:      Hans de Goede <hdegoede@redhat.com>
10829 M:      Gerd Hoffmann <kraxel@redhat.com>
10830 L:      linux-usb@vger.kernel.org
10831 L:      linux-scsi@vger.kernel.org
10832 S:      Maintained
10833 F:      drivers/usb/storage/uas.c
10834
10835 USB CDC ETHERNET DRIVER
10836 M:      Oliver Neukum <oliver@neukum.org>
10837 L:      linux-usb@vger.kernel.org
10838 S:      Maintained
10839 F:      drivers/net/usb/cdc_*.c
10840 F:      include/uapi/linux/usb/cdc.h
10841
10842 USB CHAOSKEY DRIVER
10843 M:      Keith Packard <keithp@keithp.com>
10844 L:      linux-usb@vger.kernel.org
10845 S:      Maintained
10846 F:      drivers/usb/misc/chaoskey.c
10847
10848 USB CYPRESS C67X00 DRIVER
10849 M:      Peter Korsgaard <jacmet@sunsite.dk>
10850 L:      linux-usb@vger.kernel.org
10851 S:      Maintained
10852 F:      drivers/usb/c67x00/
10853
10854 USB DAVICOM DM9601 DRIVER
10855 M:      Peter Korsgaard <jacmet@sunsite.dk>
10856 L:      netdev@vger.kernel.org
10857 W:      http://www.linux-usb.org/usbnet
10858 S:      Maintained
10859 F:      drivers/net/usb/dm9601.c
10860
10861 USB DIAMOND RIO500 DRIVER
10862 M:      Cesar Miquel <miquel@df.uba.ar>
10863 L:      rio500-users@lists.sourceforge.net
10864 W:      http://rio500.sourceforge.net
10865 S:      Maintained
10866 F:      drivers/usb/misc/rio500*
10867
10868 USB EHCI DRIVER
10869 M:      Alan Stern <stern@rowland.harvard.edu>
10870 L:      linux-usb@vger.kernel.org
10871 S:      Maintained
10872 F:      Documentation/usb/ehci.txt
10873 F:      drivers/usb/host/ehci*
10874
10875 USB GADGET/PERIPHERAL SUBSYSTEM
10876 M:      Felipe Balbi <balbi@ti.com>
10877 L:      linux-usb@vger.kernel.org
10878 W:      http://www.linux-usb.org/gadget
10879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10880 S:      Maintained
10881 F:      drivers/usb/gadget/
10882 F:      include/linux/usb/gadget*
10883
10884 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10885 M:      Jiri Kosina <jikos@kernel.org>
10886 L:      linux-usb@vger.kernel.org
10887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10888 S:      Maintained
10889 F:      Documentation/hid/hiddev.txt
10890 F:      drivers/hid/usbhid/
10891
10892 USB ISP116X DRIVER
10893 M:      Olav Kongas <ok@artecdesign.ee>
10894 L:      linux-usb@vger.kernel.org
10895 S:      Maintained
10896 F:      drivers/usb/host/isp116x*
10897 F:      include/linux/usb/isp116x.h
10898
10899 USB MASS STORAGE DRIVER
10900 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10901 L:      linux-usb@vger.kernel.org
10902 L:      usb-storage@lists.one-eyed-alien.net
10903 S:      Maintained
10904 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10905 F:      drivers/usb/storage/
10906
10907 USB MIDI DRIVER
10908 M:      Clemens Ladisch <clemens@ladisch.de>
10909 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10910 T:      git git://git.alsa-project.org/alsa-kernel.git
10911 S:      Maintained
10912 F:      sound/usb/midi.*
10913
10914 USB NETWORKING DRIVERS
10915 L:      linux-usb@vger.kernel.org
10916 S:      Odd Fixes
10917 F:      drivers/net/usb/
10918
10919 USB OHCI DRIVER
10920 M:      Alan Stern <stern@rowland.harvard.edu>
10921 L:      linux-usb@vger.kernel.org
10922 S:      Maintained
10923 F:      Documentation/usb/ohci.txt
10924 F:      drivers/usb/host/ohci*
10925
10926 USB OTG FSM (Finite State Machine)
10927 M:      Peter Chen <Peter.Chen@freescale.com>
10928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10929 L:      linux-usb@vger.kernel.org
10930 S:      Maintained
10931 F:      drivers/usb/common/usb-otg-fsm.c
10932
10933 USB OVER IP DRIVER
10934 M:      Valentina Manea <valentina.manea.m@gmail.com>
10935 M:      Shuah Khan <shuah.kh@samsung.com>
10936 L:      linux-usb@vger.kernel.org
10937 S:      Maintained
10938 F:      drivers/usb/usbip/
10939 F:      tools/usb/usbip/
10940
10941 USB PEGASUS DRIVER
10942 M:      Petko Manolov <petkan@nucleusys.com>
10943 L:      linux-usb@vger.kernel.org
10944 L:      netdev@vger.kernel.org
10945 T:      git git://github.com/petkan/pegasus.git
10946 W:      https://github.com/petkan/pegasus
10947 S:      Maintained
10948 F:      drivers/net/usb/pegasus.*
10949
10950 USB PHY LAYER
10951 M:      Felipe Balbi <balbi@ti.com>
10952 L:      linux-usb@vger.kernel.org
10953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10954 S:      Maintained
10955 F:      drivers/usb/phy/
10956
10957 USB PRINTER DRIVER (usblp)
10958 M:      Pete Zaitcev <zaitcev@redhat.com>
10959 L:      linux-usb@vger.kernel.org
10960 S:      Supported
10961 F:      drivers/usb/class/usblp.c
10962
10963 USB RTL8150 DRIVER
10964 M:      Petko Manolov <petkan@nucleusys.com>
10965 L:      linux-usb@vger.kernel.org
10966 L:      netdev@vger.kernel.org
10967 T:      git git://github.com/petkan/rtl8150.git
10968 W:      https://github.com/petkan/rtl8150
10969 S:      Maintained
10970 F:      drivers/net/usb/rtl8150.c
10971
10972 USB SERIAL SUBSYSTEM
10973 M:      Johan Hovold <johan@kernel.org>
10974 L:      linux-usb@vger.kernel.org
10975 S:      Maintained
10976 F:      Documentation/usb/usb-serial.txt
10977 F:      drivers/usb/serial/
10978 F:      include/linux/usb/serial.h
10979
10980 USB SMSC75XX ETHERNET DRIVER
10981 M:      Steve Glendinning <steve.glendinning@shawell.net>
10982 L:      netdev@vger.kernel.org
10983 S:      Maintained
10984 F:      drivers/net/usb/smsc75xx.*
10985
10986 USB SMSC95XX ETHERNET DRIVER
10987 M:      Steve Glendinning <steve.glendinning@shawell.net>
10988 L:      netdev@vger.kernel.org
10989 S:      Maintained
10990 F:      drivers/net/usb/smsc95xx.*
10991
10992 USB SUBSYSTEM
10993 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10994 L:      linux-usb@vger.kernel.org
10995 W:      http://www.linux-usb.org
10996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10997 S:      Supported
10998 F:      Documentation/usb/
10999 F:      drivers/usb/
11000 F:      include/linux/usb.h
11001 F:      include/linux/usb/
11002
11003 USB UHCI DRIVER
11004 M:      Alan Stern <stern@rowland.harvard.edu>
11005 L:      linux-usb@vger.kernel.org
11006 S:      Maintained
11007 F:      drivers/usb/host/uhci*
11008
11009 USB "USBNET" DRIVER FRAMEWORK
11010 M:      Oliver Neukum <oneukum@suse.com>
11011 L:      netdev@vger.kernel.org
11012 W:      http://www.linux-usb.org/usbnet
11013 S:      Maintained
11014 F:      drivers/net/usb/usbnet.c
11015 F:      include/linux/usb/usbnet.h
11016
11017 USB VIDEO CLASS
11018 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11019 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11020 L:      linux-media@vger.kernel.org
11021 T:      git git://linuxtv.org/media_tree.git
11022 W:      http://www.ideasonboard.org/uvc/
11023 S:      Maintained
11024 F:      drivers/media/usb/uvc/
11025 F:      include/uapi/linux/uvcvideo.h
11026
11027 USB VISION DRIVER
11028 M:      Hans Verkuil <hverkuil@xs4all.nl>
11029 L:      linux-media@vger.kernel.org
11030 T:      git git://linuxtv.org/media_tree.git
11031 W:      http://linuxtv.org
11032 S:      Odd Fixes
11033 F:      drivers/media/usb/usbvision/
11034
11035 USB WEBCAM GADGET
11036 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11037 L:      linux-usb@vger.kernel.org
11038 S:      Maintained
11039 F:      drivers/usb/gadget/function/*uvc*
11040 F:      drivers/usb/gadget/legacy/webcam.c
11041
11042 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11043 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11044 L:      linux-wireless@vger.kernel.org
11045 S:      Maintained
11046 F:      drivers/net/wireless/rndis_wlan.c
11047
11048 USB XHCI DRIVER
11049 M:      Mathias Nyman <mathias.nyman@intel.com>
11050 L:      linux-usb@vger.kernel.org
11051 S:      Supported
11052 F:      drivers/usb/host/xhci*
11053 F:      drivers/usb/host/pci-quirks*
11054
11055 USB ZD1201 DRIVER
11056 L:      linux-wireless@vger.kernel.org
11057 W:      http://linux-lc100020.sourceforge.net
11058 S:      Orphan
11059 F:      drivers/net/wireless/zd1201.*
11060
11061 USB ZR364XX DRIVER
11062 M:      Antoine Jacquet <royale@zerezo.com>
11063 L:      linux-usb@vger.kernel.org
11064 L:      linux-media@vger.kernel.org
11065 T:      git git://linuxtv.org/media_tree.git
11066 W:      http://royale.zerezo.com/zr364xx/
11067 S:      Maintained
11068 F:      Documentation/video4linux/zr364xx.txt
11069 F:      drivers/media/usb/zr364xx/
11070
11071 ULPI BUS
11072 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11073 L:      linux-usb@vger.kernel.org
11074 S:      Maintained
11075 F:      drivers/usb/common/ulpi.c
11076 F:      include/linux/ulpi/
11077
11078 USER-MODE LINUX (UML)
11079 M:      Jeff Dike <jdike@addtoit.com>
11080 M:      Richard Weinberger <richard@nod.at>
11081 L:      user-mode-linux-devel@lists.sourceforge.net
11082 L:      user-mode-linux-user@lists.sourceforge.net
11083 W:      http://user-mode-linux.sourceforge.net
11084 S:      Maintained
11085 F:      Documentation/virtual/uml/
11086 F:      arch/um/
11087 F:      arch/x86/um/
11088 F:      fs/hostfs/
11089 F:      fs/hppfs/
11090
11091 USERSPACE I/O (UIO)
11092 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11093 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11094 S:      Maintained
11095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11096 F:      Documentation/DocBook/uio-howto.tmpl
11097 F:      drivers/uio/
11098 F:      include/linux/uio*.h
11099
11100 UTIL-LINUX PACKAGE
11101 M:      Karel Zak <kzak@redhat.com>
11102 L:      util-linux@vger.kernel.org
11103 W:      http://en.wikipedia.org/wiki/Util-linux
11104 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11105 S:      Maintained
11106
11107 UVESAFB DRIVER
11108 M:      Michal Januszewski <spock@gentoo.org>
11109 L:      linux-fbdev@vger.kernel.org
11110 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11111 S:      Maintained
11112 F:      Documentation/fb/uvesafb.txt
11113 F:      drivers/video/fbdev/uvesafb.*
11114
11115 VFAT/FAT/MSDOS FILESYSTEM
11116 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11117 S:      Maintained
11118 F:      Documentation/filesystems/vfat.txt
11119 F:      fs/fat/
11120
11121 VFIO DRIVER
11122 M:      Alex Williamson <alex.williamson@redhat.com>
11123 L:      kvm@vger.kernel.org
11124 S:      Maintained
11125 F:      Documentation/vfio.txt
11126 F:      drivers/vfio/
11127 F:      include/linux/vfio.h
11128 F:      include/uapi/linux/vfio.h
11129
11130 VFIO PLATFORM DRIVER
11131 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11132 L:      kvm@vger.kernel.org
11133 S:      Maintained
11134 F:      drivers/vfio/platform/
11135
11136 VIDEOBUF2 FRAMEWORK
11137 M:      Pawel Osciak <pawel@osciak.com>
11138 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11139 M:      Kyungmin Park <kyungmin.park@samsung.com>
11140 L:      linux-media@vger.kernel.org
11141 S:      Maintained
11142 F:      drivers/media/v4l2-core/videobuf2-*
11143 F:      include/media/videobuf2-*
11144
11145 VIRTIO CONSOLE DRIVER
11146 M:      Amit Shah <amit.shah@redhat.com>
11147 L:      virtualization@lists.linux-foundation.org
11148 S:      Maintained
11149 F:      drivers/char/virtio_console.c
11150 F:      include/linux/virtio_console.h
11151 F:      include/uapi/linux/virtio_console.h
11152
11153 VIRTIO CORE, NET AND BLOCK DRIVERS
11154 M:      "Michael S. Tsirkin" <mst@redhat.com>
11155 L:      virtualization@lists.linux-foundation.org
11156 S:      Maintained
11157 F:      drivers/virtio/
11158 F:      tools/virtio/
11159 F:      drivers/net/virtio_net.c
11160 F:      drivers/block/virtio_blk.c
11161 F:      include/linux/virtio_*.h
11162 F:      include/uapi/linux/virtio_*.h
11163
11164 VIRTIO DRIVERS FOR S390
11165 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11166 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11167 L:      linux-s390@vger.kernel.org
11168 L:      virtualization@lists.linux-foundation.org
11169 L:      kvm@vger.kernel.org
11170 S:      Supported
11171 F:      drivers/s390/virtio/
11172
11173 VIRTIO GPU DRIVER
11174 M:      David Airlie <airlied@linux.ie>
11175 M:      Gerd Hoffmann <kraxel@redhat.com>
11176 L:      dri-devel@lists.freedesktop.org
11177 L:      virtualization@lists.linux-foundation.org
11178 S:      Maintained
11179 F:      drivers/gpu/drm/virtio/
11180 F:      include/uapi/linux/virtio_gpu.h
11181
11182 VIRTIO HOST (VHOST)
11183 M:      "Michael S. Tsirkin" <mst@redhat.com>
11184 L:      kvm@vger.kernel.org
11185 L:      virtualization@lists.linux-foundation.org
11186 L:      netdev@vger.kernel.org
11187 S:      Maintained
11188 F:      drivers/vhost/
11189 F:      include/uapi/linux/vhost.h
11190
11191 VIRTIO INPUT DRIVER
11192 M:      Gerd Hoffmann <kraxel@redhat.com>
11193 S:      Maintained
11194 F:      drivers/virtio/virtio_input.c
11195 F:      include/uapi/linux/virtio_input.h
11196
11197 VIA RHINE NETWORK DRIVER
11198 S:      Orphan
11199 F:      drivers/net/ethernet/via/via-rhine.c
11200
11201 VIA SD/MMC CARD CONTROLLER DRIVER
11202 M:      Bruce Chang <brucechang@via.com.tw>
11203 M:      Harald Welte <HaraldWelte@viatech.com>
11204 S:      Maintained
11205 F:      drivers/mmc/host/via-sdmmc.c
11206
11207 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11208 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11209 L:      linux-fbdev@vger.kernel.org
11210 S:      Maintained
11211 F:      include/linux/via-core.h
11212 F:      include/linux/via-gpio.h
11213 F:      include/linux/via_i2c.h
11214 F:      drivers/video/fbdev/via/
11215
11216 VIA VELOCITY NETWORK DRIVER
11217 M:      Francois Romieu <romieu@fr.zoreil.com>
11218 L:      netdev@vger.kernel.org
11219 S:      Maintained
11220 F:      drivers/net/ethernet/via/via-velocity.*
11221
11222 VIVID VIRTUAL VIDEO DRIVER
11223 M:      Hans Verkuil <hverkuil@xs4all.nl>
11224 L:      linux-media@vger.kernel.org
11225 T:      git git://linuxtv.org/media_tree.git
11226 W:      http://linuxtv.org
11227 S:      Maintained
11228 F:      drivers/media/platform/vivid/*
11229
11230 VLAN (802.1Q)
11231 M:      Patrick McHardy <kaber@trash.net>
11232 L:      netdev@vger.kernel.org
11233 S:      Maintained
11234 F:      drivers/net/macvlan.c
11235 F:      include/linux/if_*vlan.h
11236 F:      net/8021q/
11237
11238 VLYNQ BUS
11239 M:      Florian Fainelli <florian@openwrt.org>
11240 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11241 S:      Maintained
11242 F:      drivers/vlynq/vlynq.c
11243 F:      include/linux/vlynq.h
11244
11245 VME SUBSYSTEM
11246 M:      Martyn Welch <martyn@welchs.me.uk>
11247 M:      Manohar Vanga <manohar.vanga@gmail.com>
11248 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11249 L:      devel@driverdev.osuosl.org
11250 S:      Maintained
11251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11252 F:      Documentation/vme_api.txt
11253 F:      drivers/staging/vme/
11254 F:      drivers/vme/
11255 F:      include/linux/vme*
11256
11257 VMWARE HYPERVISOR INTERFACE
11258 M:      Alok Kataria <akataria@vmware.com>
11259 L:      virtualization@lists.linux-foundation.org
11260 S:      Supported
11261 F:      arch/x86/kernel/cpu/vmware.c
11262
11263 VMWARE BALLOON DRIVER
11264 M:      Xavier Deguillard <xdeguillard@vmware.com>
11265 M:      Philip Moltmann <moltmann@vmware.com>
11266 M:      "VMware, Inc." <pv-drivers@vmware.com>
11267 L:      linux-kernel@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/misc/vmw_balloon.c
11270
11271 VMWARE VMMOUSE SUBDRIVER
11272 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11273 M:      "VMware, Inc." <pv-drivers@vmware.com>
11274 L:      linux-input@vger.kernel.org
11275 S:      Maintained
11276 F:      drivers/input/mouse/vmmouse.c
11277 F:      drivers/input/mouse/vmmouse.h
11278
11279 VMWARE VMXNET3 ETHERNET DRIVER
11280 M:      Shrikrishna Khare <skhare@vmware.com>
11281 M:      "VMware, Inc." <pv-drivers@vmware.com>
11282 L:      netdev@vger.kernel.org
11283 S:      Maintained
11284 F:      drivers/net/vmxnet3/
11285
11286 VMware PVSCSI driver
11287 M:      Arvind Kumar <arvindkumar@vmware.com>
11288 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11289 L:      linux-scsi@vger.kernel.org
11290 S:      Maintained
11291 F:      drivers/scsi/vmw_pvscsi.c
11292 F:      drivers/scsi/vmw_pvscsi.h
11293
11294 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11295 M:      Liam Girdwood <lgirdwood@gmail.com>
11296 M:      Mark Brown <broonie@kernel.org>
11297 L:      linux-kernel@vger.kernel.org
11298 W:      http://www.slimlogic.co.uk/?p=48
11299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11300 S:      Supported
11301 F:      drivers/regulator/
11302 F:      include/linux/regulator/
11303
11304 VRF
11305 M:      David Ahern <dsa@cumulusnetworks.com>
11306 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11307 L:      netdev@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/net/vrf.c
11310 F:      include/net/vrf.h
11311 F:      Documentation/networking/vrf.txt
11312
11313 VT1211 HARDWARE MONITOR DRIVER
11314 M:      Juerg Haefliger <juergh@gmail.com>
11315 L:      lm-sensors@lm-sensors.org
11316 S:      Maintained
11317 F:      Documentation/hwmon/vt1211
11318 F:      drivers/hwmon/vt1211.c
11319
11320 VT8231 HARDWARE MONITOR DRIVER
11321 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11322 L:      lm-sensors@lm-sensors.org
11323 S:      Maintained
11324 F:      drivers/hwmon/vt8231.c
11325
11326 VUB300 USB to SDIO/SD/MMC bridge chip
11327 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11328 L:      linux-mmc@vger.kernel.org
11329 L:      linux-usb@vger.kernel.org
11330 S:      Supported
11331 F:      drivers/mmc/host/vub300.c
11332
11333 W1 DALLAS'S 1-WIRE BUS
11334 M:      Evgeniy Polyakov <zbr@ioremap.net>
11335 S:      Maintained
11336 F:      Documentation/w1/
11337 F:      drivers/w1/
11338
11339 W83791D HARDWARE MONITORING DRIVER
11340 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11341 L:      lm-sensors@lm-sensors.org
11342 S:      Maintained
11343 F:      Documentation/hwmon/w83791d
11344 F:      drivers/hwmon/w83791d.c
11345
11346 W83793 HARDWARE MONITORING DRIVER
11347 M:      Rudolf Marek <r.marek@assembler.cz>
11348 L:      lm-sensors@lm-sensors.org
11349 S:      Maintained
11350 F:      Documentation/hwmon/w83793
11351 F:      drivers/hwmon/w83793.c
11352
11353 W83795 HARDWARE MONITORING DRIVER
11354 M:      Jean Delvare <jdelvare@suse.com>
11355 L:      lm-sensors@lm-sensors.org
11356 S:      Maintained
11357 F:      drivers/hwmon/w83795.c
11358
11359 W83L51xD SD/MMC CARD INTERFACE DRIVER
11360 M:      Pierre Ossman <pierre@ossman.eu>
11361 S:      Maintained
11362 F:      drivers/mmc/host/wbsd.*
11363
11364 WACOM PROTOCOL 4 SERIAL TABLETS
11365 M:      Julian Squires <julian@cipht.net>
11366 M:      Hans de Goede <hdegoede@redhat.com>
11367 L:      linux-input@vger.kernel.org
11368 S:      Maintained
11369 F:      drivers/input/tablet/wacom_serial4.c
11370
11371 WATCHDOG DEVICE DRIVERS
11372 M:      Wim Van Sebroeck <wim@iguana.be>
11373 L:      linux-watchdog@vger.kernel.org
11374 W:      http://www.linux-watchdog.org/
11375 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11376 S:      Maintained
11377 F:      Documentation/watchdog/
11378 F:      drivers/watchdog/
11379 F:      include/linux/watchdog.h
11380 F:      include/uapi/linux/watchdog.h
11381
11382 WD7000 SCSI DRIVER
11383 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11384 L:      linux-scsi@vger.kernel.org
11385 S:      Maintained
11386 F:      drivers/scsi/wd7000.c
11387
11388 WIIMOTE HID DRIVER
11389 M:      David Herrmann <dh.herrmann@googlemail.com>
11390 L:      linux-input@vger.kernel.org
11391 S:      Maintained
11392 F:      drivers/hid/hid-wiimote*
11393
11394 WINBOND CIR DRIVER
11395 M:      David Härdeman <david@hardeman.nu>
11396 S:      Maintained
11397 F:      drivers/media/rc/winbond-cir.c
11398
11399 WIMAX STACK
11400 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11401 M:      linux-wimax@intel.com
11402 L:      wimax@linuxwimax.org (subscribers-only)
11403 S:      Supported
11404 W:      http://linuxwimax.org
11405 F:      Documentation/wimax/README.wimax
11406 F:      include/linux/wimax/debug.h
11407 F:      include/net/wimax.h
11408 F:      include/uapi/linux/wimax.h
11409 F:      net/wimax/
11410
11411 WISTRON LAPTOP BUTTON DRIVER
11412 M:      Miloslav Trmac <mitr@volny.cz>
11413 S:      Maintained
11414 F:      drivers/input/misc/wistron_btns.c
11415
11416 WL3501 WIRELESS PCMCIA CARD DRIVER
11417 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11418 L:      linux-wireless@vger.kernel.org
11419 W:      http://oops.ghostprotocols.net:81/blog
11420 S:      Maintained
11421 F:      drivers/net/wireless/wl3501*
11422
11423 WOLFSON MICROELECTRONICS DRIVERS
11424 L:      patches@opensource.wolfsonmicro.com
11425 T:      git https://github.com/CirrusLogic/linux-drivers.git
11426 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11427 S:      Supported
11428 F:      Documentation/hwmon/wm83??
11429 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11430 F:      drivers/clk/clk-wm83*.c
11431 F:      drivers/extcon/extcon-arizona.c
11432 F:      drivers/leds/leds-wm83*.c
11433 F:      drivers/gpio/gpio-*wm*.c
11434 F:      drivers/gpio/gpio-arizona.c
11435 F:      drivers/hwmon/wm83??-hwmon.c
11436 F:      drivers/input/misc/wm831x-on.c
11437 F:      drivers/input/touchscreen/wm831x-ts.c
11438 F:      drivers/input/touchscreen/wm97*.c
11439 F:      drivers/mfd/arizona*
11440 F:      drivers/mfd/wm*.c
11441 F:      drivers/power/wm83*.c
11442 F:      drivers/rtc/rtc-wm83*.c
11443 F:      drivers/regulator/wm8*.c
11444 F:      drivers/video/backlight/wm83*_bl.c
11445 F:      drivers/watchdog/wm83*_wdt.c
11446 F:      include/linux/mfd/arizona/
11447 F:      include/linux/mfd/wm831x/
11448 F:      include/linux/mfd/wm8350/
11449 F:      include/linux/mfd/wm8400*
11450 F:      include/linux/wm97xx.h
11451 F:      include/sound/wm????.h
11452 F:      sound/soc/codecs/arizona.?
11453 F:      sound/soc/codecs/wm*
11454
11455 WORKQUEUE
11456 M:      Tejun Heo <tj@kernel.org>
11457 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11459 S:      Maintained
11460 F:      include/linux/workqueue.h
11461 F:      kernel/workqueue.c
11462 F:      Documentation/workqueue.txt
11463
11464 X.25 NETWORK LAYER
11465 M:      Andrew Hendry <andrew.hendry@gmail.com>
11466 L:      linux-x25@vger.kernel.org
11467 S:      Odd Fixes
11468 F:      Documentation/networking/x25*
11469 F:      include/net/x25*
11470 F:      net/x25/
11471
11472 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11473 M:      Thomas Gleixner <tglx@linutronix.de>
11474 M:      Ingo Molnar <mingo@redhat.com>
11475 M:      "H. Peter Anvin" <hpa@zytor.com>
11476 M:      x86@kernel.org
11477 L:      linux-kernel@vger.kernel.org
11478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11479 S:      Maintained
11480 F:      Documentation/x86/
11481 F:      arch/x86/
11482
11483 X86 PLATFORM DRIVERS
11484 M:      Darren Hart <dvhart@infradead.org>
11485 L:      platform-driver-x86@vger.kernel.org
11486 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11487 S:      Maintained
11488 F:      drivers/platform/x86/
11489
11490 X86 MCE INFRASTRUCTURE
11491 M:      Tony Luck <tony.luck@intel.com>
11492 M:      Borislav Petkov <bp@alien8.de>
11493 L:      linux-edac@vger.kernel.org
11494 S:      Maintained
11495 F:      arch/x86/kernel/cpu/mcheck/*
11496
11497 X86 MICROCODE UPDATE SUPPORT
11498 M:      Borislav Petkov <bp@alien8.de>
11499 S:      Maintained
11500 F:      arch/x86/kernel/cpu/microcode/*
11501
11502 X86 VDSO
11503 M:      Andy Lutomirski <luto@amacapital.net>
11504 L:      linux-kernel@vger.kernel.org
11505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11506 S:      Maintained
11507 F:      arch/x86/entry/vdso/
11508
11509 XC2028/3028 TUNER DRIVER
11510 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11511 L:      linux-media@vger.kernel.org
11512 W:      http://linuxtv.org
11513 T:      git git://linuxtv.org/media_tree.git
11514 S:      Maintained
11515 F:      drivers/media/tuners/tuner-xc2028.*
11516
11517 XEN HYPERVISOR INTERFACE
11518 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11519 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11520 M:      David Vrabel <david.vrabel@citrix.com>
11521 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11523 S:      Supported
11524 F:      arch/x86/xen/
11525 F:      drivers/*/xen-*front.c
11526 F:      drivers/xen/
11527 F:      arch/x86/include/asm/xen/
11528 F:      include/xen/
11529 F:      include/uapi/xen/
11530
11531 XEN HYPERVISOR ARM
11532 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11533 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11534 S:      Supported
11535 F:      arch/arm/xen/
11536 F:      arch/arm/include/asm/xen/
11537
11538 XEN HYPERVISOR ARM64
11539 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11540 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11541 S:      Supported
11542 F:      arch/arm64/xen/
11543 F:      arch/arm64/include/asm/xen/
11544
11545 XEN NETWORK BACKEND DRIVER
11546 M:      Ian Campbell <ian.campbell@citrix.com>
11547 M:      Wei Liu <wei.liu2@citrix.com>
11548 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11549 L:      netdev@vger.kernel.org
11550 S:      Supported
11551 F:      drivers/net/xen-netback/*
11552
11553 XEN PCI SUBSYSTEM
11554 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11555 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11556 S:      Supported
11557 F:      arch/x86/pci/*xen*
11558 F:      drivers/pci/*xen*
11559
11560 XEN BLOCK SUBSYSTEM
11561 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11562 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11563 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11564 S:      Supported
11565 F:      drivers/block/xen-blkback/*
11566 F:      drivers/block/xen*
11567
11568 XEN PVSCSI DRIVERS
11569 M:      Juergen Gross <jgross@suse.com>
11570 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11571 L:      linux-scsi@vger.kernel.org
11572 S:      Supported
11573 F:      drivers/scsi/xen-scsifront.c
11574 F:      drivers/xen/xen-scsiback.c
11575 F:      include/xen/interface/io/vscsiif.h
11576
11577 XEN SWIOTLB SUBSYSTEM
11578 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11579 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11580 S:      Supported
11581 F:      arch/x86/xen/*swiotlb*
11582 F:      drivers/xen/*swiotlb*
11583
11584 XFS FILESYSTEM
11585 P:      Silicon Graphics Inc
11586 M:      Dave Chinner <david@fromorbit.com>
11587 M:      xfs@oss.sgi.com
11588 L:      xfs@oss.sgi.com
11589 W:      http://oss.sgi.com/projects/xfs
11590 T:      git git://oss.sgi.com/xfs/xfs.git
11591 S:      Supported
11592 F:      Documentation/filesystems/xfs.txt
11593 F:      fs/xfs/
11594
11595 XILINX AXI ETHERNET DRIVER
11596 M:      Anirudha Sarangi <anirudh@xilinx.com>
11597 M:      John Linn <John.Linn@xilinx.com>
11598 S:      Maintained
11599 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11600
11601 XILINX UARTLITE SERIAL DRIVER
11602 M:      Peter Korsgaard <jacmet@sunsite.dk>
11603 L:      linux-serial@vger.kernel.org
11604 S:      Maintained
11605 F:      drivers/tty/serial/uartlite.c
11606
11607 XILINX VIDEO IP CORES
11608 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11609 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11610 L:      linux-media@vger.kernel.org
11611 T:      git git://linuxtv.org/media_tree.git
11612 S:      Supported
11613 F:      Documentation/devicetree/bindings/media/xilinx/
11614 F:      drivers/media/platform/xilinx/
11615 F:      include/uapi/linux/xilinx-v4l2-controls.h
11616
11617 XILLYBUS DRIVER
11618 M:      Eli Billauer <eli.billauer@gmail.com>
11619 L:      linux-kernel@vger.kernel.org
11620 S:      Supported
11621 F:      drivers/char/xillybus/
11622
11623 XTENSA XTFPGA PLATFORM SUPPORT
11624 M:      Max Filippov <jcmvbkbc@gmail.com>
11625 L:      linux-xtensa@linux-xtensa.org
11626 S:      Maintained
11627 F:      drivers/spi/spi-xtensa-xtfpga.c
11628 F:      sound/soc/xtensa/xtfpga-i2s.c
11629
11630 YAM DRIVER FOR AX.25
11631 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11632 L:      linux-hams@vger.kernel.org
11633 S:      Maintained
11634 F:      drivers/net/hamradio/yam*
11635 F:      include/linux/yam.h
11636
11637 YEALINK PHONE DRIVER
11638 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11639 L:      usbb2k-api-dev@nongnu.org
11640 S:      Maintained
11641 F:      Documentation/input/yealink.txt
11642 F:      drivers/input/misc/yealink.*
11643
11644 Z8530 DRIVER FOR AX.25
11645 M:      Joerg Reuter <jreuter@yaina.de>
11646 W:      http://yaina.de/jreuter/
11647 W:      http://www.qsl.net/dl1bke/
11648 L:      linux-hams@vger.kernel.org
11649 S:      Maintained
11650 F:      Documentation/networking/z8530drv.txt
11651 F:      drivers/net/hamradio/*scc.c
11652 F:      drivers/net/hamradio/z8530.h
11653
11654 ZBUD COMPRESSED PAGE ALLOCATOR
11655 M:      Seth Jennings <sjennings@variantweb.net>
11656 L:      linux-mm@kvack.org
11657 S:      Maintained
11658 F:      mm/zbud.c
11659 F:      include/linux/zbud.h
11660
11661 ZD1211RW WIRELESS DRIVER
11662 M:      Daniel Drake <dsd@gentoo.org>
11663 M:      Ulrich Kunitz <kune@deine-taler.de>
11664 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11665 L:      linux-wireless@vger.kernel.org
11666 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11667 S:      Maintained
11668 F:      drivers/net/wireless/zd1211rw/
11669
11670 ZPOOL COMPRESSED PAGE STORAGE API
11671 M:      Dan Streetman <ddstreet@ieee.org>
11672 L:      linux-mm@kvack.org
11673 S:      Maintained
11674 F:      mm/zpool.c
11675 F:      include/linux/zpool.h
11676
11677 ZR36067 VIDEO FOR LINUX DRIVER
11678 L:      mjpeg-users@lists.sourceforge.net
11679 L:      linux-media@vger.kernel.org
11680 W:      http://mjpeg.sourceforge.net/driver-zoran/
11681 T:      hg http://linuxtv.org/hg/v4l-dvb
11682 S:      Odd Fixes
11683 F:      drivers/media/pci/zoran/
11684
11685 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11686 M:      Minchan Kim <minchan@kernel.org>
11687 M:      Nitin Gupta <ngupta@vflare.org>
11688 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11689 L:      linux-kernel@vger.kernel.org
11690 S:      Maintained
11691 F:      drivers/block/zram/
11692 F:      Documentation/blockdev/zram.txt
11693
11694 ZS DECSTATION Z85C30 SERIAL DRIVER
11695 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11696 S:      Maintained
11697 F:      drivers/tty/serial/zs.*
11698
11699 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11700 M:      Minchan Kim <minchan@kernel.org>
11701 M:      Nitin Gupta <ngupta@vflare.org>
11702 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11703 L:      linux-mm@kvack.org
11704 S:      Maintained
11705 F:      mm/zsmalloc.c
11706 F:      include/linux/zsmalloc.h
11707 F:      Documentation/vm/zsmalloc.txt
11708
11709 ZSWAP COMPRESSED SWAP CACHING
11710 M:      Seth Jennings <sjennings@variantweb.net>
11711 L:      linux-mm@kvack.org
11712 S:      Maintained
11713 F:      mm/zswap.c
11714
11715 THE REST
11716 M:      Linus Torvalds <torvalds@linux-foundation.org>
11717 L:      linux-kernel@vger.kernel.org
11718 Q:      http://patchwork.kernel.org/project/LKML/list/
11719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11720 S:      Buried alive in reporters
11721 F:      *
11722 F:      */