]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
ARM: imx: defconfig: add Ka-Ro TXA5 defconfig
[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 OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         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
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL 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/*thermal*
308
309 ACPI VIDEO 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/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA PIO DRIVER
573 M:      Tien Hock Loh <thloh@altera.com>
574 L:      linux-gpio@vger.kernel.org
575 S:      Maintained
576 F:      drivers/gpio/gpio-altera.c
577
578 ALTERA TRIPLE SPEED ETHERNET DRIVER
579 M:      Vince Bridgers <vbridger@opensource.altera.com>
580 L:      netdev@vger.kernel.org
581 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
582 S:      Maintained
583 F:      drivers/net/ethernet/altera/
584
585 ALTERA UART/JTAG UART SERIAL DRIVERS
586 M:      Tobias Klauser <tklauser@distanz.ch>
587 L:      linux-serial@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/tty/serial/altera_uart.c
591 F:      drivers/tty/serial/altera_jtaguart.c
592 F:      include/linux/altera_uart.h
593 F:      include/linux/altera_jtaguart.h
594
595 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
596 M:      Tom Lendacky <thomas.lendacky@amd.com>
597 L:      linux-crypto@vger.kernel.org
598 S:      Supported
599 F:      drivers/crypto/ccp/
600 F:      include/linux/ccp.h
601
602 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
603 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
604 L:      lm-sensors@lm-sensors.org
605 S:      Maintained
606 F:      Documentation/hwmon/fam15h_power
607 F:      drivers/hwmon/fam15h_power.c
608
609 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
610 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 S:      Supported
613 F:      drivers/usb/gadget/udc/amd5536udc.*
614
615 AMD GEODE PROCESSOR/CHIPSET SUPPORT
616 P:      Andres Salomon <dilinger@queued.net>
617 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
618 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
619 S:      Supported
620 F:      drivers/char/hw_random/geode-rng.c
621 F:      drivers/crypto/geode*
622 F:      drivers/video/fbdev/geode/
623 F:      arch/x86/include/asm/geode.h
624
625 AMD IOMMU (AMD-VI)
626 M:      Joerg Roedel <joro@8bytes.org>
627 L:      iommu@lists.linux-foundation.org
628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
629 S:      Maintained
630 F:      drivers/iommu/amd_iommu*.[ch]
631 F:      include/linux/amd-iommu.h
632
633 AMD KFD
634 M:      Oded Gabbay <oded.gabbay@amd.com>
635 L:      dri-devel@lists.freedesktop.org
636 T:      git git://people.freedesktop.org/~gabbayo/linux.git
637 S:      Supported
638 F:      drivers/gpu/drm/amd/amdkfd/
639 F:      drivers/gpu/drm/amd/include/cik_structs.h
640 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
641 F:      drivers/gpu/drm/radeon/radeon_kfd.c
642 F:      drivers/gpu/drm/radeon/radeon_kfd.h
643 F:      include/uapi/linux/kfd_ioctl.h
644
645 AMD MICROCODE UPDATE SUPPORT
646 M:      Borislav Petkov <bp@alien8.de>
647 S:      Maintained
648 F:      arch/x86/kernel/cpu/microcode/amd*
649
650 AMD XGBE DRIVER
651 M:      Tom Lendacky <thomas.lendacky@amd.com>
652 L:      netdev@vger.kernel.org
653 S:      Supported
654 F:      drivers/net/ethernet/amd/xgbe/
655 F:      drivers/net/phy/amd-xgbe-phy.c
656
657 AMS (Apple Motion Sensor) DRIVER
658 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
659 S:      Supported
660 F:      drivers/macintosh/ams/
661
662 AMSO1100 RNIC DRIVER
663 M:      Tom Tucker <tom@opengridcomputing.com>
664 M:      Steve Wise <swise@opengridcomputing.com>
665 L:      linux-rdma@vger.kernel.org
666 S:      Maintained
667 F:      drivers/infiniband/hw/amso1100/
668
669 ANALOG DEVICES INC AD9389B DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/ad9389b*
674
675 ANALOG DEVICES INC ADV7180 DRIVER
676 M:      Lars-Peter Clausen <lars@metafoo.de>
677 L:      linux-media@vger.kernel.org
678 W:      http://ez.analog.com/community/linux-device-drivers
679 S:      Supported
680 F:      drivers/media/i2c/adv7180.c
681
682 ANALOG DEVICES INC ADV7511 DRIVER
683 M:      Hans Verkuil <hans.verkuil@cisco.com>
684 L:      linux-media@vger.kernel.org
685 S:      Maintained
686 F:      drivers/media/i2c/adv7511*
687
688 ANALOG DEVICES INC ADV7604 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7604*
693
694 ANALOG DEVICES INC ADV7842 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7842*
699
700 ANALOG DEVICES INC ASOC CODEC DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      sound/soc/codecs/adau*
707 F:      sound/soc/codecs/adav*
708 F:      sound/soc/codecs/ad1*
709 F:      sound/soc/codecs/ad7*
710 F:      sound/soc/codecs/ssm*
711 F:      sound/soc/codecs/sigmadsp.*
712
713 ANALOG DEVICES INC ASOC DRIVERS
714 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
716 W:      http://blackfin.uclinux.org/
717 S:      Supported
718 F:      sound/soc/blackfin/*
719
720 ANALOG DEVICES INC IIO DRIVERS
721 M:      Lars-Peter Clausen <lars@metafoo.de>
722 M:      Michael Hennerich <Michael.Hennerich@analog.com>
723 W:      http://wiki.analog.com/
724 W:      http://ez.analog.com/community/linux-device-drivers
725 S:      Supported
726 F:      drivers/iio/*/ad*
727 X:      drivers/iio/*/adjd*
728 F:      drivers/staging/iio/*/ad*
729 F:      staging/iio/trigger/iio-trig-bfin-timer.c
730
731 ANDROID DRIVERS
732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
733 M:      Arve HjønnevĂ¥g <arve@android.com>
734 M:      Riley Andrews <riandrews@android.com>
735 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
736 L:      devel@driverdev.osuosl.org
737 S:      Supported
738 F:      drivers/android/
739 F:      drivers/staging/android/
740
741 AOA (Apple Onboard Audio) ALSA DRIVER
742 M:      Johannes Berg <johannes@sipsolutions.net>
743 L:      linuxppc-dev@lists.ozlabs.org
744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
745 S:      Maintained
746 F:      sound/aoa/
747
748 APM DRIVER
749 M:      Jiri Kosina <jkosina@suse.cz>
750 S:      Odd fixes
751 F:      arch/x86/kernel/apm_32.c
752 F:      include/linux/apm_bios.h
753 F:      include/uapi/linux/apm_bios.h
754 F:      drivers/char/apm-emulation.c
755
756 APPLE BCM5974 MULTITOUCH DRIVER
757 M:      Henrik Rydberg <rydberg@bitmath.org>
758 L:      linux-input@vger.kernel.org
759 S:      Odd fixes
760 F:      drivers/input/mouse/bcm5974.c
761
762 APPLE SMC DRIVER
763 M:      Henrik Rydberg <rydberg@bitmath.org>
764 L:      lm-sensors@lm-sensors.org
765 S:      Odd fixes
766 F:      drivers/hwmon/applesmc.c
767
768 APPLETALK NETWORK LAYER
769 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
770 S:      Maintained
771 F:      drivers/net/appletalk/
772 F:      net/appletalk/
773
774 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
775 M:      Iyappan Subramanian <isubramanian@apm.com>
776 M:      Keyur Chudgar <kchudgar@apm.com>
777 S:      Supported
778 F:      drivers/net/ethernet/apm/xgene/
779 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780
781 APTINA CAMERA SENSOR PLL
782 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
783 L:      linux-media@vger.kernel.org
784 S:      Maintained
785 F:      drivers/media/i2c/aptina-pll.*
786
787 ARC FRAMEBUFFER DRIVER
788 M:      Jaya Kumar <jayalk@intworks.biz>
789 S:      Maintained
790 F:      drivers/video/fbdev/arcfb.c
791 F:      drivers/video/fbdev/core/fb_defio.c
792
793 ARM MFM AND FLOPPY DRIVERS
794 M:      Ian Molton <spyro@f2s.com>
795 S:      Maintained
796 F:      arch/arm/lib/floppydma.S
797 F:      arch/arm/include/asm/floppy.h
798
799 ARM PMU PROFILING AND DEBUGGING
800 M:      Will Deacon <will.deacon@arm.com>
801 S:      Maintained
802 F:      arch/arm/kernel/perf_event*
803 F:      arch/arm/oprofile/common.c
804 F:      arch/arm/include/asm/pmu.h
805 F:      arch/arm/kernel/hw_breakpoint.c
806 F:      arch/arm/include/asm/hw_breakpoint.h
807
808 ARM PORT
809 M:      Russell King <linux@arm.linux.org.uk>
810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811 W:      http://www.arm.linux.org.uk/
812 S:      Maintained
813 F:      arch/arm/
814
815 ARM SUB-ARCHITECTURES
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 S:      Maintained
818 F:      arch/arm/mach-*/
819 F:      arch/arm/plat-*/
820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821
822 ARM PRIMECELL AACI PL041 DRIVER
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      sound/arm/aaci.*
826
827 ARM PRIMECELL CLCD PL110 DRIVER
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/video/fbdev/amba-clcd.*
831
832 ARM PRIMECELL KMI PL050 DRIVER
833 M:      Russell King <linux@arm.linux.org.uk>
834 S:      Maintained
835 F:      drivers/input/serio/ambakmi.*
836 F:      include/linux/amba/kmi.h
837
838 ARM PRIMECELL MMCI PL180/1 DRIVER
839 M:      Russell King <linux@arm.linux.org.uk>
840 S:      Maintained
841 F:      drivers/mmc/host/mmci.*
842 F:      include/linux/amba/mmci.h
843
844 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
845 M:      Russell King <linux@arm.linux.org.uk>
846 S:      Maintained
847 F:      drivers/tty/serial/amba-pl01*.c
848 F:      include/linux/amba/serial.h
849
850 ARM PRIMECELL BUS SUPPORT
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      drivers/amba/
854 F:      include/linux/amba/bus.h
855
856 ARM/ADS SPHERE MACHINE SUPPORT
857 M:      Lennert Buytenhek <kernel@wantstofly.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860
861 ARM/AFEB9260 MACHINE SUPPORT
862 M:      Sergey Lapin <slapin@ossfans.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865
866 ARM/AJECO 1ARM MACHINE SUPPORT
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870
871 ARM/Allwinner A1X SoC support
872 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 N:      sun[x4567]i
876
877 ARM/Allwinner SoC Clock Support
878 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
879 S:      Maintained
880 F:      drivers/clk/sunxi/
881
882 ARM/Amlogic MesonX SoC support
883 M:      Carlo Caione <carlo@caione.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 S:      Maintained
886 F:      drivers/media/rc/meson-ir.c
887 N:      meson[x68]
888
889 ARM/Annapurna Labs ALPINE ARCHITECTURE
890 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
891 S:      Maintained
892 F:      arch/arm/mach-alpine/
893
894 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
895 M:      Andrew Victor <linux@maxim.org.za>
896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
897 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://maxim.org.za/at91_26.html
900 W:      http://www.linux4sam.org
901 S:      Supported
902 F:      arch/arm/mach-at91/
903 F:      include/soc/at91/
904 F:      arch/arm/boot/dts/at91*.dts
905 F:      arch/arm/boot/dts/at91*.dtsi
906 F:      arch/arm/boot/dts/sama*.dts
907 F:      arch/arm/boot/dts/sama*.dtsi
908 F:      arch/arm/include/debug/at91.S
909
910 ARM/ATMEL AT91 Clock Support
911 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
912 S:      Maintained
913 F:      drivers/clk/at91
914
915 ARM/CALXEDA HIGHBANK ARCHITECTURE
916 M:      Rob Herring <robh@kernel.org>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Maintained
919 F:      arch/arm/mach-highbank/
920
921 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
922 M:      Krzysztof Halasa <khalasa@piap.pl>
923 S:      Maintained
924 F:      arch/arm/mach-cns3xxx/
925
926 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
927 M:      Alexander Shiyan <shc_work@mail.ru>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Odd Fixes
930 N:      clps711x
931
932 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
933 M:      Hartley Sweeten <hsweeten@visionengravers.com>
934 M:      Ryan Mallon <rmallon@gmail.com>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      arch/arm/mach-ep93xx/
938 F:      arch/arm/mach-ep93xx/include/mach/
939
940 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
941 M:      Lennert Buytenhek <kernel@wantstofly.org>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 S:      Maintained
944
945 ARM/CLKDEV SUPPORT
946 M:      Russell King <linux@arm.linux.org.uk>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949 F:      arch/arm/include/asm/clkdev.h
950 F:      drivers/clk/clkdev.c
951
952 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
953 M:      Mike Rapoport <mike@compulab.co.il>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Maintained
956
957 ARM/CONTEC MICRO9 MACHINE SUPPORT
958 M:      Hubert Feurstein <hubert.feurstein@contec.at>
959 S:      Maintained
960 F:      arch/arm/mach-ep93xx/micro9.c
961
962 ARM/CORESIGHT FRAMEWORK AND DRIVERS
963 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 S:      Maintained
966 F:      drivers/hwtracing/coresight/*
967 F:      Documentation/trace/coresight.txt
968 F:      Documentation/devicetree/bindings/arm/coresight.txt
969 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
970
971 ARM/CORGI MACHINE SUPPORT
972 M:      Richard Purdie <rpurdie@rpsys.net>
973 S:      Maintained
974
975 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
976 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 T:      git git://git.berlios.de/gemini-board
979 S:      Maintained
980 F:      arch/arm/mach-gemini/
981
982 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
983 M:      Barry Song <baohua@kernel.org>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
986 S:      Maintained
987 F:      arch/arm/mach-prima2/
988 F:      drivers/clk/sirf/
989 F:      drivers/clocksource/timer-prima2.c
990 F:      drivers/clocksource/timer-atlas7.c
991 N:      [^a-z]sirf
992
993 ARM/EBSA110 MACHINE SUPPORT
994 M:      Russell King <linux@arm.linux.org.uk>
995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 W:      http://www.arm.linux.org.uk/
997 S:      Maintained
998 F:      arch/arm/mach-ebsa110/
999 F:      drivers/net/ethernet/amd/am79c961a.*
1000
1001 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1002 M:      Uwe Kleine-König <kernel@pengutronix.de>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 S:      Maintained
1005 N:      efm32
1006
1007 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1008 M:      Daniel Ribeiro <drwyrm@gmail.com>
1009 M:      Stefan Schmidt <stefan@openezx.org>
1010 M:      Harald Welte <laforge@openezx.org>
1011 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1012 W:      http://www.openezx.org/
1013 S:      Maintained
1014 T:      topgit git://git.openezx.org/openezx.git
1015 F:      arch/arm/mach-pxa/ezx.c
1016
1017 ARM/FARADAY FA526 PORT
1018 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 S:      Maintained
1021 T:      git git://git.berlios.de/gemini-board
1022 F:      arch/arm/mm/*-fa*
1023
1024 ARM/FOOTBRIDGE ARCHITECTURE
1025 M:      Russell King <linux@arm.linux.org.uk>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 W:      http://www.arm.linux.org.uk/
1028 S:      Maintained
1029 F:      arch/arm/include/asm/hardware/dec21285.h
1030 F:      arch/arm/mach-footbridge/
1031
1032 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1033 M:      Shawn Guo <shawn.guo@linaro.org>
1034 M:      Sascha Hauer <kernel@pengutronix.de>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 S:      Maintained
1037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1038 F:      arch/arm/mach-imx/
1039 F:      arch/arm/mach-mxs/
1040 F:      arch/arm/boot/dts/imx*
1041 F:      arch/arm/configs/imx*_defconfig
1042
1043 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1044 M:      Shawn Guo <shawn.guo@linaro.org>
1045 M:      Sascha Hauer <kernel@pengutronix.de>
1046 R:      Stefan Agner <stefan@agner.ch>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1050 F:      arch/arm/mach-imx/*vf610*
1051 F:      arch/arm/boot/dts/vf*
1052
1053 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1054 M:      Lennert Buytenhek <kernel@wantstofly.org>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057
1058 ARM/GUMSTIX MACHINE SUPPORT
1059 M:      Steve Sakoman <sakoman@gmail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1064 M:      Philipp Zabel <philipp.zabel@gmail.com>
1065 M:      Paul Parsons <lost.distance@yahoo.com>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068 F:      arch/arm/mach-pxa/hx4700.c
1069 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1070 F:      sound/soc/pxa/hx4700.c
1071
1072 ARM/HISILICON SOC SUPPORT
1073 M:      Wei Xu <xuwei5@hisilicon.com>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 W:      http://www.hisilicon.com
1076 S:      Supported
1077 T:      git git://github.com/hisilicon/linux-hisi.git
1078 F:      arch/arm/mach-hisi/
1079
1080 ARM/HP JORNADA 7XX MACHINE SUPPORT
1081 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1082 W:      www.jlime.com
1083 S:      Maintained
1084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1085 F:      arch/arm/mach-sa1100/jornada720.c
1086 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1087
1088 ARM/IGEP MACHINE SUPPORT
1089 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1090 M:      Javier Martinez Canillas <javier@dowhile0.org>
1091 L:      linux-omap@vger.kernel.org
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 F:      arch/arm/boot/dts/omap3-igep*
1095
1096 ARM/INCOME PXA270 SUPPORT
1097 M:      Marek Vasut <marek.vasut@gmail.com>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1101
1102 ARM/INTEL IOP32X ARM ARCHITECTURE
1103 M:      Lennert Buytenhek <kernel@wantstofly.org>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1106
1107 ARM/INTEL IOP33X ARM ARCHITECTURE
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Orphan
1110
1111 ARM/INTEL IOP13XX ARM ARCHITECTURE
1112 M:      Lennert Buytenhek <kernel@wantstofly.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115
1116 ARM/INTEL IQ81342EX MACHINE SUPPORT
1117 M:      Lennert Buytenhek <kernel@wantstofly.org>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 S:      Maintained
1120
1121 ARM/INTEL IXDP2850 MACHINE SUPPORT
1122 M:      Lennert Buytenhek <kernel@wantstofly.org>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125
1126 ARM/INTEL IXP4XX ARM ARCHITECTURE
1127 M:      Imre Kaloz <kaloz@openwrt.org>
1128 M:      Krzysztof Halasa <khalasa@piap.pl>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-ixp4xx/
1132
1133 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1134 M:      Jonathan Cameron <jic23@cam.ac.uk>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/mach-pxa/stargate2.c
1138 F:      drivers/pcmcia/pxa2xx_stargate2.c
1139
1140 ARM/INTEL XSC3 (MANZANO) ARM CORE
1141 M:      Lennert Buytenhek <kernel@wantstofly.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144
1145 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1146 M:      Lennert Buytenhek <kernel@wantstofly.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149
1150 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1151 M:      Santosh Shilimkar <ssantosh@kernel.org>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 F:      arch/arm/mach-keystone/
1155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1156
1157 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1158 M:      Santosh Shilimkar <ssantosh@kernel.org>
1159 L:      linux-kernel@vger.kernel.org
1160 S:      Maintained
1161 F:      drivers/clk/keystone/
1162
1163 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1164 M:      Santosh Shilimkar <ssantosh@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 L:      linux-kernel@vger.kernel.org
1167 S:      Maintained
1168 F:      drivers/clocksource/timer-keystone.c
1169
1170 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1171 M:      Santosh Shilimkar <ssantosh@kernel.org>
1172 L:      linux-kernel@vger.kernel.org
1173 S:      Maintained
1174 F:      drivers/power/reset/keystone-reset.c
1175
1176 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1177 M:      Santosh Shilimkar <ssantosh@kernel.org>
1178 L:      linux-kernel@vger.kernel.org
1179 S:      Maintained
1180 F:      drivers/memory/*emif*
1181
1182 ARM/LOGICPD PXA270 MACHINE SUPPORT
1183 M:      Lennert Buytenhek <kernel@wantstofly.org>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S:      Maintained
1186
1187 ARM/MAGICIAN MACHINE SUPPORT
1188 M:      Philipp Zabel <philipp.zabel@gmail.com>
1189 S:      Maintained
1190
1191 ARM/Marvell Armada 370 and Armada XP SOC support
1192 M:      Jason Cooper <jason@lakedaemon.net>
1193 M:      Andrew Lunn <andrew@lunn.ch>
1194 M:      Gregory Clement <gregory.clement@free-electrons.com>
1195 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198 F:      arch/arm/mach-mvebu/
1199 F:      drivers/rtc/rtc-armada38x.c
1200
1201 ARM/Marvell Berlin SoC support
1202 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205 F:      arch/arm/mach-berlin/
1206
1207 ARM/Marvell Dove/MV78xx0/Orion SOC support
1208 M:      Jason Cooper <jason@lakedaemon.net>
1209 M:      Andrew Lunn <andrew@lunn.ch>
1210 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1211 M:      Gregory Clement <gregory.clement@free-electrons.com>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214 F:      arch/arm/mach-dove/
1215 F:      arch/arm/mach-mv78xx0/
1216 F:      arch/arm/mach-orion5x/
1217 F:      arch/arm/plat-orion/
1218
1219 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1220 M:      Alexander Clouter <alex@digriz.org.uk>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 W:      http://www.digriz.org.uk/ts78xx/kernel
1223 S:      Maintained
1224 F:      arch/arm/mach-orion5x/ts78xx-*
1225
1226 ARM/Mediatek SoC support
1227 M:      Matthias Brugger <matthias.bgg@gmail.com>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231 F:      arch/arm/boot/dts/mt6*
1232 F:      arch/arm/boot/dts/mt8*
1233 F:      arch/arm/mach-mediatek/
1234 N:      mtk
1235 K:      mediatek
1236
1237 ARM/MICREL KS8695 ARCHITECTURE
1238 M:      Greg Ungerer <gerg@uclinux.org>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 F:      arch/arm/mach-ks8695/
1241 S:      Odd Fixes
1242
1243 ARM/MIOA701 MACHINE SUPPORT
1244 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 F:      arch/arm/mach-pxa/mioa701.c
1247 S:      Maintained
1248
1249 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1250 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1251 S:      Maintained
1252
1253 ARM/NOMADIK ARCHITECTURE
1254 M:      Alessandro Rubini <rubini@unipv.it>
1255 M:      Linus Walleij <linus.walleij@linaro.org>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/mach-nomadik/
1259 F:      drivers/pinctrl/nomadik/
1260 F:      drivers/i2c/busses/i2c-nomadik.c
1261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1262
1263 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1264 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1265 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1266 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1267 S:      Supported
1268
1269 ARM/TOSA MACHINE SUPPORT
1270 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1271 M:      Dirk Opfer <dirk@opfer-online.de>
1272 S:      Maintained
1273
1274 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1275 M:      Marek Vasut <marek.vasut@gmail.com>
1276 L:      linux-arm-kernel@lists.infradead.org
1277 W:      http://hackndev.com
1278 S:      Maintained
1279 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1280 F:      arch/arm/mach-pxa/palmtx.c
1281 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1282 F:      arch/arm/mach-pxa/palmt5.c
1283 F:      arch/arm/mach-pxa/include/mach/palmld.h
1284 F:      arch/arm/mach-pxa/palmld.c
1285 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1286 F:      arch/arm/mach-pxa/palmte2.c
1287 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1288 F:      arch/arm/mach-pxa/palmtc.c
1289
1290 ARM/PALM TREO SUPPORT
1291 M:      Tomas Cech <sleep_walker@suse.cz>
1292 L:      linux-arm-kernel@lists.infradead.org
1293 W:      http://hackndev.com
1294 S:      Maintained
1295 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1296 F:      arch/arm/mach-pxa/palmtreo.c
1297
1298 ARM/PALMZ72 SUPPORT
1299 M:      Sergey Lapin <slapin@ossfans.org>
1300 L:      linux-arm-kernel@lists.infradead.org
1301 W:      http://hackndev.com
1302 S:      Maintained
1303 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1304 F:      arch/arm/mach-pxa/palmz72.c
1305
1306 ARM/PLEB SUPPORT
1307 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1308 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1309 S:      Maintained
1310
1311 ARM/PT DIGITAL BOARD PORT
1312 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 W:      http://www.arm.linux.org.uk/
1315 S:      Maintained
1316
1317 ARM/QUALCOMM SUPPORT
1318 M:      Kumar Gala <galak@codeaurora.org>
1319 M:      Andy Gross <agross@codeaurora.org>
1320 M:      David Brown <davidb@codeaurora.org>
1321 L:      linux-arm-msm@vger.kernel.org
1322 L:      linux-soc@vger.kernel.org
1323 S:      Maintained
1324 F:      arch/arm/mach-qcom/
1325 F:      drivers/soc/qcom/
1326 F:      drivers/firmware/qcom_scm.c
1327 F:      drivers/tty/serial/msm_serial.h
1328 F:      drivers/tty/serial/msm_serial.c
1329 F:      drivers/*/pm8???-*
1330 F:      drivers/mfd/ssbi.c
1331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1332
1333 ARM/RADISYS ENP2611 MACHINE SUPPORT
1334 M:      Lennert Buytenhek <kernel@wantstofly.org>
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Maintained
1337
1338 ARM/RISCPC ARCHITECTURE
1339 M:      Russell King <linux@arm.linux.org.uk>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 W:      http://www.arm.linux.org.uk/
1342 S:      Maintained
1343 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1344 F:      arch/arm/include/asm/hardware/ioc.h
1345 F:      arch/arm/include/asm/hardware/iomd.h
1346 F:      arch/arm/include/asm/hardware/memc.h
1347 F:      arch/arm/mach-rpc/
1348 F:      drivers/net/ethernet/8390/etherh.c
1349 F:      drivers/net/ethernet/i825xx/ether1*
1350 F:      drivers/net/ethernet/seeq/ether3*
1351 F:      drivers/scsi/arm/
1352
1353 ARM/Rockchip SoC support
1354 M:      Heiko Stuebner <heiko@sntech.de>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 L:      linux-rockchip@lists.infradead.org
1357 S:      Maintained
1358 F:      arch/arm/boot/dts/rk3*
1359 F:      arch/arm/mach-rockchip/
1360 F:      drivers/clk/rockchip/
1361 F:      drivers/i2c/busses/i2c-rk3x.c
1362 F:      drivers/*/*rockchip*
1363 F:      drivers/*/*/*rockchip*
1364 F:      sound/soc/rockchip/
1365 N:      rockchip
1366
1367 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1368 M:      Kukjin Kim <kgene@kernel.org>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1371 S:      Maintained
1372 F:      arch/arm/boot/dts/s3c*
1373 F:      arch/arm/boot/dts/exynos*
1374 F:      arch/arm/plat-samsung/
1375 F:      arch/arm/mach-s3c24*/
1376 F:      arch/arm/mach-s3c64xx/
1377 F:      arch/arm/mach-s5p*/
1378 F:      arch/arm/mach-exynos*/
1379 F:      drivers/*/*s3c2410*
1380 F:      drivers/*/*/*s3c2410*
1381 F:      drivers/spi/spi-s3c*
1382 F:      sound/soc/samsung/*
1383 N:      exynos
1384
1385 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1386 M:      Kyungmin Park <kyungmin.park@samsung.com>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389 F:      arch/arm/mach-s5pv210/
1390
1391 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1392 M:      Kyungmin Park <kyungmin.park@samsung.com>
1393 M:      Kamil Debski <k.debski@samsung.com>
1394 L:      linux-arm-kernel@lists.infradead.org
1395 L:      linux-media@vger.kernel.org
1396 S:      Maintained
1397 F:      drivers/media/platform/s5p-g2d/
1398
1399 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1400 M:      Kyungmin Park <kyungmin.park@samsung.com>
1401 M:      Kamil Debski <k.debski@samsung.com>
1402 M:      Jeongtae Park <jtp.park@samsung.com>
1403 L:      linux-arm-kernel@lists.infradead.org
1404 L:      linux-media@vger.kernel.org
1405 S:      Maintained
1406 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1407 F:      drivers/media/platform/s5p-mfc/
1408
1409 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1410 M:      Kyungmin Park <kyungmin.park@samsung.com>
1411 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1412 L:      linux-arm-kernel@lists.infradead.org
1413 L:      linux-media@vger.kernel.org
1414 S:      Maintained
1415 F:      drivers/media/platform/s5p-tv/
1416
1417 ARM/SHMOBILE ARM ARCHITECTURE
1418 M:      Simon Horman <horms@verge.net.au>
1419 M:      Magnus Damm <magnus.damm@gmail.com>
1420 L:      linux-sh@vger.kernel.org
1421 W:      http://oss.renesas.com
1422 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1424 S:      Supported
1425 F:      arch/arm/boot/dts/emev2*
1426 F:      arch/arm/boot/dts/r7s*
1427 F:      arch/arm/boot/dts/r8a*
1428 F:      arch/arm/boot/dts/sh*
1429 F:      arch/arm/configs/armadillo800eva_defconfig
1430 F:      arch/arm/configs/bockw_defconfig
1431 F:      arch/arm/configs/kzm9g_defconfig
1432 F:      arch/arm/configs/marzen_defconfig
1433 F:      arch/arm/configs/shmobile_defconfig
1434 F:      arch/arm/include/debug/renesas-scif.S
1435 F:      arch/arm/mach-shmobile/
1436 F:      drivers/sh/
1437
1438 ARM/SOCFPGA ARCHITECTURE
1439 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1440 S:      Maintained
1441 F:      arch/arm/mach-socfpga/
1442 W:      http://www.rocketboards.org
1443 T:      git://git.rocketboards.org/linux-socfpga.git
1444 T:      git://git.rocketboards.org/linux-socfpga-next.git
1445
1446 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1447 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1448 S:      Maintained
1449 F:      drivers/clk/socfpga/
1450
1451 ARM/SOCFPGA EDAC SUPPORT
1452 M:      Thor Thayer <tthayer@opensource.altera.com>
1453 S:      Maintained
1454 F:      drivers/edac/altera_edac.
1455
1456 ARM/STI ARCHITECTURE
1457 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1458 M:      Maxime Coquelin <maxime.coquelin@st.com>
1459 M:      Patrice Chotard <patrice.chotard@st.com>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 L:      kernel@stlinux.com
1462 W:      http://www.stlinux.com
1463 S:      Maintained
1464 F:      arch/arm/mach-sti/
1465 F:      arch/arm/boot/dts/sti*
1466 F:      drivers/clocksource/arm_global_timer.c
1467 F:      drivers/i2c/busses/i2c-st.c
1468 F:      drivers/media/rc/st_rc.c
1469 F:      drivers/mmc/host/sdhci-st.c
1470 F:      drivers/phy/phy-stih407-usb.c
1471 F:      drivers/phy/phy-stih41x-usb.c
1472 F:      drivers/pinctrl/pinctrl-st.c
1473 F:      drivers/reset/sti/
1474 F:      drivers/tty/serial/st-asc.c
1475 F:      drivers/usb/dwc3/dwc3-st.c
1476 F:      drivers/usb/host/ehci-st.c
1477 F:      drivers/usb/host/ohci-st.c
1478 F:      drivers/ata/ahci_st.c
1479
1480 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1481 M:      Lennert Buytenhek <kernel@wantstofly.org>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 S:      Maintained
1484
1485 ARM/TETON BGA MACHINE SUPPORT
1486 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1487 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1488 S:      Maintained
1489
1490 ARM/THECUS N2100 MACHINE SUPPORT
1491 M:      Lennert Buytenhek <kernel@wantstofly.org>
1492 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1493 S:      Maintained
1494
1495 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1496 M:      Wan ZongShun <mcuos.com@gmail.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 W:      http://www.mcuos.com
1499 S:      Maintained
1500 F:      arch/arm/mach-w90x900/
1501 F:      drivers/input/keyboard/w90p910_keypad.c
1502 F:      drivers/input/touchscreen/w90p910_ts.c
1503 F:      drivers/watchdog/nuc900_wdt.c
1504 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1505 F:      drivers/mtd/nand/nuc900_nand.c
1506 F:      drivers/rtc/rtc-nuc900.c
1507 F:      drivers/spi/spi-nuc900.c
1508 F:      drivers/usb/host/ehci-w90x900.c
1509 F:      drivers/video/fbdev/nuc900fb.c
1510
1511 ARM/U300 MACHINE SUPPORT
1512 M:      Linus Walleij <linus.walleij@linaro.org>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 S:      Supported
1515 F:      arch/arm/mach-u300/
1516 F:      drivers/clocksource/timer-u300.c
1517 F:      drivers/i2c/busses/i2c-stu300.c
1518 F:      drivers/rtc/rtc-coh901331.c
1519 F:      drivers/watchdog/coh901327_wdt.c
1520 F:      drivers/dma/coh901318*
1521 F:      drivers/mfd/ab3100*
1522 F:      drivers/rtc/rtc-ab3100.c
1523 F:      drivers/rtc/rtc-coh901331.c
1524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1525
1526 ARM/Ux500 ARM ARCHITECTURE
1527 M:      Linus Walleij <linus.walleij@linaro.org>
1528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1529 S:      Maintained
1530 F:      arch/arm/mach-ux500/
1531 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1532 F:      drivers/dma/ste_dma40*
1533 F:      drivers/hwspinlock/u8500_hsem.c
1534 F:      drivers/mfd/abx500*
1535 F:      drivers/mfd/ab8500*
1536 F:      drivers/mfd/dbx500*
1537 F:      drivers/mfd/db8500*
1538 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1539 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1540 F:      drivers/rtc/rtc-ab8500.c
1541 F:      drivers/rtc/rtc-pl031.c
1542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1543
1544 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1545 M:      Ulf Hansson <ulf.hansson@linaro.org>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 T:      git git://git.linaro.org/people/ulfh/clk.git
1548 S:      Maintained
1549 F:      drivers/clk/ux500/
1550 F:      include/linux/platform_data/clk-ux500.h
1551
1552 ARM/VERSATILE EXPRESS PLATFORM
1553 M:      Liviu Dudau <liviu.dudau@arm.com>
1554 M:      Sudeep Holla <sudeep.holla@arm.com>
1555 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Maintained
1558 F:      arch/arm/boot/dts/vexpress*
1559 F:      arch/arm/mach-vexpress/
1560 F:      */*/vexpress*
1561 F:      */*/*/vexpress*
1562 F:      drivers/clk/versatile/clk-vexpress-osc.c
1563 F:      drivers/clocksource/versatile.c
1564
1565 ARM/VFP SUPPORT
1566 M:      Russell King <linux@arm.linux.org.uk>
1567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 W:      http://www.arm.linux.org.uk/
1569 S:      Maintained
1570 F:      arch/arm/vfp/
1571
1572 ARM/VOIPAC PXA270 SUPPORT
1573 M:      Marek Vasut <marek.vasut@gmail.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 S:      Maintained
1576 F:      arch/arm/mach-pxa/vpac270.c
1577 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1578
1579 ARM/VT8500 ARM ARCHITECTURE
1580 M:      Tony Prisk <linux@prisktech.co.nz>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583 F:      arch/arm/mach-vt8500/
1584 F:      drivers/clocksource/vt8500_timer.c
1585 F:      drivers/i2c/busses/i2c-wmt.c
1586 F:      drivers/mmc/host/wmt-sdmmc.c
1587 F:      drivers/pwm/pwm-vt8500.c
1588 F:      drivers/rtc/rtc-vt8500.c
1589 F:      drivers/tty/serial/vt8500_serial.c
1590 F:      drivers/usb/host/ehci-platform.c
1591 F:      drivers/usb/host/uhci-platform.c
1592 F:      drivers/video/fbdev/vt8500lcdfb.*
1593 F:      drivers/video/fbdev/wm8505fb*
1594 F:      drivers/video/fbdev/wmt_ge_rops.*
1595
1596 ARM/ZIPIT Z2 SUPPORT
1597 M:      Marek Vasut <marek.vasut@gmail.com>
1598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1599 S:      Maintained
1600 F:      arch/arm/mach-pxa/z2.c
1601 F:      arch/arm/mach-pxa/include/mach/z2.h
1602
1603 ARM/ZYNQ ARCHITECTURE
1604 M:      Michal Simek <michal.simek@xilinx.com>
1605 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 W:      http://wiki.xilinx.com
1608 T:      git git://git.xilinx.com/linux-xlnx.git
1609 S:      Supported
1610 F:      arch/arm/mach-zynq/
1611 F:      drivers/cpuidle/cpuidle-zynq.c
1612 F:      drivers/block/xsysace.c
1613 N:      zynq
1614 N:      xilinx
1615 F:      drivers/clocksource/cadence_ttc_timer.c
1616 F:      drivers/i2c/busses/i2c-cadence.c
1617 F:      drivers/mmc/host/sdhci-of-arasan.c
1618 F:      drivers/edac/synopsys_edac.c
1619
1620 ARM SMMU DRIVER
1621 M:      Will Deacon <will.deacon@arm.com>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 S:      Maintained
1624 F:      drivers/iommu/arm-smmu.c
1625 F:      drivers/iommu/io-pgtable-arm.c
1626
1627 ARM64 PORT (AARCH64 ARCHITECTURE)
1628 M:      Catalin Marinas <catalin.marinas@arm.com>
1629 M:      Will Deacon <will.deacon@arm.com>
1630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 S:      Maintained
1632 F:      arch/arm64/
1633 F:      Documentation/arm64/
1634
1635 AS3645A LED FLASH CONTROLLER DRIVER
1636 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1637 L:      linux-media@vger.kernel.org
1638 T:      git git://linuxtv.org/media_tree.git
1639 S:      Maintained
1640 F:      drivers/media/i2c/as3645a.c
1641 F:      include/media/as3645a.h
1642
1643 ASC7621 HARDWARE MONITOR DRIVER
1644 M:      George Joseph <george.joseph@fairview5.com>
1645 L:      lm-sensors@lm-sensors.org
1646 S:      Maintained
1647 F:      Documentation/hwmon/asc7621
1648 F:      drivers/hwmon/asc7621.c
1649
1650 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1651 M:      Corentin Chary <corentin.chary@gmail.com>
1652 L:      acpi4asus-user@lists.sourceforge.net
1653 L:      platform-driver-x86@vger.kernel.org
1654 W:      http://acpi4asus.sf.net
1655 S:      Maintained
1656 F:      drivers/platform/x86/asus*.c
1657 F:      drivers/platform/x86/eeepc*.c
1658
1659 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1660 R:      Dan Williams <dan.j.williams@intel.com>
1661 W:      http://sourceforge.net/projects/xscaleiop
1662 S:      Odd fixes
1663 F:      Documentation/crypto/async-tx-api.txt
1664 F:      crypto/async_tx/
1665 F:      drivers/dma/
1666 F:      include/linux/dmaengine.h
1667 F:      include/linux/async_tx.h
1668
1669 AT24 EEPROM DRIVER
1670 M:      Wolfram Sang <wsa@the-dreams.de>
1671 L:      linux-i2c@vger.kernel.org
1672 S:      Maintained
1673 F:      drivers/misc/eeprom/at24.c
1674 F:      include/linux/platform_data/at24.h
1675
1676 ATA OVER ETHERNET (AOE) DRIVER
1677 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1678 W:      http://www.openaoe.org/
1679 S:      Supported
1680 F:      Documentation/aoe/
1681 F:      drivers/block/aoe/
1682
1683 ATHEROS ATH GENERIC UTILITIES
1684 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1685 L:      linux-wireless@vger.kernel.org
1686 S:      Supported
1687 F:      drivers/net/wireless/ath/*
1688
1689 ATHEROS ATH5K WIRELESS DRIVER
1690 M:      Jiri Slaby <jirislaby@gmail.com>
1691 M:      Nick Kossifidis <mickflemm@gmail.com>
1692 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1693 L:      linux-wireless@vger.kernel.org
1694 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1695 S:      Maintained
1696 F:      drivers/net/wireless/ath/ath5k/
1697
1698 ATHEROS ATH6KL WIRELESS DRIVER
1699 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1700 L:      linux-wireless@vger.kernel.org
1701 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1702 T:      git git://github.com/kvalo/ath.git
1703 S:      Supported
1704 F:      drivers/net/wireless/ath/ath6kl/
1705
1706 WILOCITY WIL6210 WIRELESS DRIVER
1707 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1708 L:      linux-wireless@vger.kernel.org
1709 L:      wil6210@qca.qualcomm.com
1710 S:      Supported
1711 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1712 F:      drivers/net/wireless/ath/wil6210/
1713 F:      include/uapi/linux/wil6210_uapi.h
1714
1715 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1716 M:      Christian Lamparter <chunkeey@googlemail.com>
1717 L:      linux-wireless@vger.kernel.org
1718 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1719 S:      Maintained
1720 F:      drivers/net/wireless/ath/carl9170/
1721
1722 ATK0110 HWMON DRIVER
1723 M:      Luca Tettamanti <kronos.it@gmail.com>
1724 L:      lm-sensors@lm-sensors.org
1725 S:      Maintained
1726 F:      drivers/hwmon/asus_atk0110.c
1727
1728 ATI_REMOTE2 DRIVER
1729 M:      Ville Syrjala <syrjala@sci.fi>
1730 S:      Maintained
1731 F:      drivers/input/misc/ati_remote2.c
1732
1733 ATLX ETHERNET DRIVERS
1734 M:      Jay Cliburn <jcliburn@gmail.com>
1735 M:      Chris Snook <chris.snook@gmail.com>
1736 L:      netdev@vger.kernel.org
1737 W:      http://sourceforge.net/projects/atl1
1738 W:      http://atl1.sourceforge.net
1739 S:      Maintained
1740 F:      drivers/net/ethernet/atheros/
1741
1742 ATM
1743 M:      Chas Williams <3chas3@gmail.com>
1744 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1745 L:      netdev@vger.kernel.org
1746 W:      http://linux-atm.sourceforge.net
1747 S:      Maintained
1748 F:      drivers/atm/
1749 F:      include/linux/atm*
1750 F:      include/uapi/linux/atm*
1751
1752 ATMEL AT91 / AT32 MCI DRIVER
1753 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1754 S:      Maintained
1755 F:      drivers/mmc/host/atmel-mci.c
1756 F:      drivers/mmc/host/atmel-mci-regs.h
1757
1758 ATMEL AT91 / AT32 SERIAL DRIVER
1759 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1760 S:      Supported
1761 F:      drivers/tty/serial/atmel_serial.c
1762
1763 ATMEL Audio ALSA driver
1764 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1765 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1766 S:      Supported
1767 F:      sound/soc/atmel
1768
1769 ATMEL DMA DRIVER
1770 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1772 S:      Supported
1773 F:      drivers/dma/at_hdmac.c
1774 F:      drivers/dma/at_hdmac_regs.h
1775 F:      include/linux/platform_data/dma-atmel.h
1776
1777 ATMEL XDMA DRIVER
1778 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1779 L:      linux-arm-kernel@lists.infradead.org
1780 L:      dmaengine@vger.kernel.org
1781 S:      Supported
1782 F:      drivers/dma/at_xdmac.c
1783
1784 ATMEL I2C DRIVER
1785 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1786 L:      linux-i2c@vger.kernel.org
1787 S:      Supported
1788 F:      drivers/i2c/busses/i2c-at91.c
1789
1790 ATMEL ISI DRIVER
1791 M:      Josh Wu <josh.wu@atmel.com>
1792 L:      linux-media@vger.kernel.org
1793 S:      Supported
1794 F:      drivers/media/platform/soc_camera/atmel-isi.c
1795 F:      include/media/atmel-isi.h
1796
1797 ATMEL LCDFB DRIVER
1798 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1799 L:      linux-fbdev@vger.kernel.org
1800 S:      Maintained
1801 F:      drivers/video/fbdev/atmel_lcdfb.c
1802 F:      include/video/atmel_lcdc.h
1803
1804 ATMEL MACB ETHERNET DRIVER
1805 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1806 S:      Supported
1807 F:      drivers/net/ethernet/cadence/
1808
1809 ATMEL NAND DRIVER
1810 M:      Josh Wu <josh.wu@atmel.com>
1811 L:      linux-mtd@lists.infradead.org
1812 S:      Supported
1813 F:      drivers/mtd/nand/atmel_nand*
1814
1815 ATMEL SPI DRIVER
1816 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1817 S:      Supported
1818 F:      drivers/spi/spi-atmel.*
1819
1820 ATMEL SSC DRIVER
1821 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 S:      Supported
1824 F:      drivers/misc/atmel-ssc.c
1825 F:      include/linux/atmel-ssc.h
1826
1827 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1828 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830 S:      Supported
1831 F:      drivers/misc/atmel_tclib.c
1832 F:      drivers/clocksource/tcb_clksrc.c
1833
1834 ATMEL USBA UDC DRIVER
1835 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Supported
1838 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1839
1840 ATMEL WIRELESS DRIVER
1841 M:      Simon Kelley <simon@thekelleys.org.uk>
1842 L:      linux-wireless@vger.kernel.org
1843 W:      http://www.thekelleys.org.uk/atmel
1844 W:      http://atmelwlandriver.sourceforge.net/
1845 S:      Maintained
1846 F:      drivers/net/wireless/atmel*
1847
1848 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1849 M:      Bradley Grove <linuxdrivers@attotech.com>
1850 L:      linux-scsi@vger.kernel.org
1851 W:      http://www.attotech.com
1852 S:      Supported
1853 F:      drivers/scsi/esas2r
1854
1855 AUDIT SUBSYSTEM
1856 M:      Paul Moore <paul@paul-moore.com>
1857 M:      Eric Paris <eparis@redhat.com>
1858 L:      linux-audit@redhat.com (moderated for non-subscribers)
1859 W:      http://people.redhat.com/sgrubb/audit/
1860 T:      git git://git.infradead.org/users/pcmoore/audit
1861 S:      Maintained
1862 F:      include/linux/audit.h
1863 F:      include/uapi/linux/audit.h
1864 F:      kernel/audit*
1865
1866 AUXILIARY DISPLAY DRIVERS
1867 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1868 W:      http://miguelojeda.es/auxdisplay.htm
1869 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1870 S:      Maintained
1871 F:      drivers/auxdisplay/
1872 F:      include/linux/cfag12864b.h
1873
1874 AVR32 ARCHITECTURE
1875 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1876 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1877 W:      http://www.atmel.com/products/AVR32/
1878 W:      http://mirror.egtvedt.no/avr32linux.org/
1879 W:      http://avrfreaks.net/
1880 S:      Maintained
1881 F:      arch/avr32/
1882
1883 AVR32/AT32AP MACHINE SUPPORT
1884 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1885 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1886 S:      Maintained
1887 F:      arch/avr32/mach-at32ap/
1888
1889 AX.25 NETWORK LAYER
1890 M:      Ralf Baechle <ralf@linux-mips.org>
1891 L:      linux-hams@vger.kernel.org
1892 W:      http://www.linux-ax25.org/
1893 S:      Maintained
1894 F:      include/uapi/linux/ax25.h
1895 F:      include/net/ax25.h
1896 F:      net/ax25/
1897
1898 AZ6007 DVB DRIVER
1899 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1900 L:      linux-media@vger.kernel.org
1901 W:      http://linuxtv.org
1902 T:      git git://linuxtv.org/media_tree.git
1903 S:      Maintained
1904 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1905
1906 AZTECH FM RADIO RECEIVER DRIVER
1907 M:      Hans Verkuil <hverkuil@xs4all.nl>
1908 L:      linux-media@vger.kernel.org
1909 T:      git git://linuxtv.org/media_tree.git
1910 W:      http://linuxtv.org
1911 S:      Maintained
1912 F:      drivers/media/radio/radio-aztech*
1913
1914 B43 WIRELESS DRIVER
1915 L:      linux-wireless@vger.kernel.org
1916 L:      b43-dev@lists.infradead.org
1917 W:      http://wireless.kernel.org/en/users/Drivers/b43
1918 S:      Odd Fixes
1919 F:      drivers/net/wireless/b43/
1920
1921 B43LEGACY WIRELESS DRIVER
1922 M:      Larry Finger <Larry.Finger@lwfinger.net>
1923 L:      linux-wireless@vger.kernel.org
1924 L:      b43-dev@lists.infradead.org
1925 W:      http://wireless.kernel.org/en/users/Drivers/b43
1926 S:      Maintained
1927 F:      drivers/net/wireless/b43legacy/
1928
1929 BACKLIGHT CLASS/SUBSYSTEM
1930 M:      Jingoo Han <jg1.han@samsung.com>
1931 M:      Lee Jones <lee.jones@linaro.org>
1932 S:      Maintained
1933 F:      drivers/video/backlight/
1934 F:      include/linux/backlight.h
1935
1936 BATMAN ADVANCED
1937 M:      Marek Lindner <mareklindner@neomailbox.ch>
1938 M:      Simon Wunderlich <sw@simonwunderlich.de>
1939 M:      Antonio Quartulli <antonio@meshcoding.com>
1940 L:      b.a.t.m.a.n@lists.open-mesh.org
1941 W:      http://www.open-mesh.org/
1942 S:      Maintained
1943 F:      net/batman-adv/
1944
1945 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1946 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1947 L:      linux-hams@vger.kernel.org
1948 W:      http://www.baycom.org/~tom/ham/ham.html
1949 S:      Maintained
1950 F:      drivers/net/hamradio/baycom*
1951
1952 BCACHE (BLOCK LAYER CACHE)
1953 M:      Kent Overstreet <kmo@daterainc.com>
1954 L:      linux-bcache@vger.kernel.org
1955 W:      http://bcache.evilpiepirate.org
1956 S:      Maintained:
1957 F:      drivers/md/bcache/
1958
1959 BEFS FILE SYSTEM
1960 S:      Orphan
1961 F:      Documentation/filesystems/befs.txt
1962 F:      fs/befs/
1963
1964 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1965 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1966 L:      netdev@vger.kernel.org
1967 S:      Maintained
1968 F:      drivers/net/ethernet/ec_bhf.c
1969
1970 BFS FILE SYSTEM
1971 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1972 S:      Maintained
1973 F:      Documentation/filesystems/bfs.txt
1974 F:      fs/bfs/
1975 F:      include/uapi/linux/bfs_fs.h
1976
1977 BLACKFIN ARCHITECTURE
1978 M:      Steven Miao <realmz6@gmail.com>
1979 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1980 T:      git git://git.code.sf.net/p/adi-linux/code
1981 W:      http://blackfin.uclinux.org
1982 S:      Supported
1983 F:      arch/blackfin/
1984
1985 BLACKFIN EMAC DRIVER
1986 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 W:      http://blackfin.uclinux.org
1988 S:      Supported
1989 F:      drivers/net/ethernet/adi/
1990
1991 BLACKFIN RTC DRIVER
1992 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1993 W:      http://blackfin.uclinux.org
1994 S:      Supported
1995 F:      drivers/rtc/rtc-bfin.c
1996
1997 BLACKFIN SDH DRIVER
1998 M:      Sonic Zhang <sonic.zhang@analog.com>
1999 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W:      http://blackfin.uclinux.org
2001 S:      Supported
2002 F:      drivers/mmc/host/bfin_sdh.c
2003
2004 BLACKFIN SERIAL DRIVER
2005 M:      Sonic Zhang <sonic.zhang@analog.com>
2006 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W:      http://blackfin.uclinux.org
2008 S:      Supported
2009 F:      drivers/tty/serial/bfin_uart.c
2010
2011 BLACKFIN WATCHDOG DRIVER
2012 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W:      http://blackfin.uclinux.org
2014 S:      Supported
2015 F:      drivers/watchdog/bfin_wdt.c
2016
2017 BLACKFIN I2C TWI DRIVER
2018 M:      Sonic Zhang <sonic.zhang@analog.com>
2019 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W:      http://blackfin.uclinux.org/
2021 S:      Supported
2022 F:      drivers/i2c/busses/i2c-bfin-twi.c
2023
2024 BLACKFIN MEDIA DRIVER
2025 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2026 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W:      http://blackfin.uclinux.org/
2028 S:      Supported
2029 F:      drivers/media/platform/blackfin/
2030 F:      drivers/media/i2c/adv7183*
2031 F:      drivers/media/i2c/vs6624*
2032
2033 BLINKM RGB LED DRIVER
2034 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2035 S:      Maintained
2036 F:      drivers/leds/leds-blinkm.c
2037
2038 BLOCK LAYER
2039 M:      Jens Axboe <axboe@kernel.dk>
2040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2041 S:      Maintained
2042 F:      block/
2043
2044 BLOCK2MTD DRIVER
2045 M:      Joern Engel <joern@lazybastard.org>
2046 L:      linux-mtd@lists.infradead.org
2047 S:      Maintained
2048 F:      drivers/mtd/devices/block2mtd.c
2049
2050 BLUETOOTH DRIVERS
2051 M:      Marcel Holtmann <marcel@holtmann.org>
2052 M:      Gustavo Padovan <gustavo@padovan.org>
2053 M:      Johan Hedberg <johan.hedberg@gmail.com>
2054 L:      linux-bluetooth@vger.kernel.org
2055 W:      http://www.bluez.org/
2056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2058 S:      Maintained
2059 F:      drivers/bluetooth/
2060
2061 BLUETOOTH SUBSYSTEM
2062 M:      Marcel Holtmann <marcel@holtmann.org>
2063 M:      Gustavo Padovan <gustavo@padovan.org>
2064 M:      Johan Hedberg <johan.hedberg@gmail.com>
2065 L:      linux-bluetooth@vger.kernel.org
2066 W:      http://www.bluez.org/
2067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2069 S:      Maintained
2070 F:      net/bluetooth/
2071 F:      include/net/bluetooth/
2072
2073 BONDING DRIVER
2074 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2075 M:      Veaceslav Falico <vfalico@gmail.com>
2076 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2077 L:      netdev@vger.kernel.org
2078 W:      http://sourceforge.net/projects/bonding/
2079 S:      Supported
2080 F:      drivers/net/bonding/
2081 F:      include/uapi/linux/if_bonding.h
2082
2083 BPF (Safe dynamic programs and tools)
2084 M:      Alexei Starovoitov <ast@kernel.org>
2085 L:      netdev@vger.kernel.org
2086 L:      linux-kernel@vger.kernel.org
2087 S:      Supported
2088 F:      kernel/bpf/
2089
2090 BROADCOM B44 10/100 ETHERNET DRIVER
2091 M:      Gary Zambrano <zambrano@broadcom.com>
2092 L:      netdev@vger.kernel.org
2093 S:      Supported
2094 F:      drivers/net/ethernet/broadcom/b44.*
2095
2096 BROADCOM GENET ETHERNET DRIVER
2097 M:      Florian Fainelli <f.fainelli@gmail.com>
2098 L:      netdev@vger.kernel.org
2099 S:      Supported
2100 F:      drivers/net/ethernet/broadcom/genet/
2101
2102 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2103 M:      Sony Chacko <sony.chacko@qlogic.com>
2104 M:      Dept-HSGLinuxNICDev@qlogic.com
2105 L:      netdev@vger.kernel.org
2106 S:      Supported
2107 F:      drivers/net/ethernet/broadcom/bnx2.*
2108 F:      drivers/net/ethernet/broadcom/bnx2_*
2109
2110 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2111 M:      Ariel Elior <ariel.elior@qlogic.com>
2112 L:      netdev@vger.kernel.org
2113 S:      Supported
2114 F:      drivers/net/ethernet/broadcom/bnx2x/
2115
2116 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2117 M:      Christian Daudt <bcm@fixthebug.org>
2118 M:      Florian Fainelli <f.fainelli@gmail.com>
2119 L:      bcm-kernel-feedback-list@broadcom.com
2120 T:      git git://github.com/broadcom/mach-bcm
2121 S:      Maintained
2122 F:      arch/arm/mach-bcm/
2123 F:      arch/arm/boot/dts/bcm113*
2124 F:      arch/arm/boot/dts/bcm216*
2125 F:      arch/arm/boot/dts/bcm281*
2126 F:      arch/arm/configs/bcm_defconfig
2127 F:      drivers/mmc/host/sdhci-bcm-kona.c
2128 F:      drivers/clocksource/bcm_kona_timer.c
2129
2130 BROADCOM BCM2835 ARM ARCHITECTURE
2131 M:      Stephen Warren <swarren@wwwdotorg.org>
2132 M:      Lee Jones <lee@kernel.org>
2133 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2135 S:      Maintained
2136 N:      bcm2835
2137
2138 BROADCOM BCM33XX MIPS ARCHITECTURE
2139 M:      Kevin Cernekee <cernekee@gmail.com>
2140 L:      linux-mips@linux-mips.org
2141 S:      Maintained
2142 F:      arch/mips/bcm3384/*
2143 F:      arch/mips/include/asm/mach-bcm3384/*
2144 F:      arch/mips/kernel/*bmips*
2145
2146 BROADCOM BCM5301X ARM ARCHITECTURE
2147 M:      Hauke Mehrtens <hauke@hauke-m.de>
2148 L:      linux-arm-kernel@lists.infradead.org
2149 S:      Maintained
2150 F:      arch/arm/mach-bcm/bcm_5301x.c
2151 F:      arch/arm/boot/dts/bcm5301x.dtsi
2152 F:      arch/arm/boot/dts/bcm470*
2153
2154 BROADCOM BCM63XX ARM ARCHITECTURE
2155 M:      Florian Fainelli <f.fainelli@gmail.com>
2156 L:      linux-arm-kernel@lists.infradead.org
2157 T:      git git://github.com/broadcom/arm-bcm63xx.git
2158 S:      Maintained
2159 F:      arch/arm/mach-bcm/bcm63xx.c
2160 F:      arch/arm/include/debug/bcm63xx.S
2161
2162 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2163 M:      Kevin Cernekee <cernekee@gmail.com>
2164 L:      linux-usb@vger.kernel.org
2165 S:      Maintained
2166 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2167
2168 BROADCOM BCM7XXX ARM ARCHITECTURE
2169 M:      Marc Carino <marc.ceeeee@gmail.com>
2170 M:      Brian Norris <computersforpeace@gmail.com>
2171 M:      Gregory Fong <gregory.0xf0@gmail.com>
2172 M:      Florian Fainelli <f.fainelli@gmail.com>
2173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2174 T:      git git://github.com/broadcom/stblinux.git
2175 S:      Maintained
2176 F:      arch/arm/mach-bcm/*brcmstb*
2177 F:      arch/arm/boot/dts/bcm7*.dts*
2178 F:      drivers/bus/brcmstb_gisb.c
2179
2180 BROADCOM BMIPS MIPS ARCHITECTURE
2181 M:      Kevin Cernekee <cernekee@gmail.com>
2182 M:      Florian Fainelli <f.fainelli@gmail.com>
2183 L:      linux-mips@linux-mips.org
2184 T:      git git://github.com/broadcom/stblinux.git
2185 S:      Maintained
2186 F:      arch/mips/bmips/*
2187 F:      arch/mips/include/asm/mach-bmips/*
2188 F:      arch/mips/kernel/*bmips*
2189 F:      arch/mips/boot/dts/bcm*.dts*
2190 F:      drivers/irqchip/irq-bcm7*
2191 F:      drivers/irqchip/irq-brcmstb*
2192
2193 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2194 M:      Prashant Sreedharan <prashant@broadcom.com>
2195 M:      Michael Chan <mchan@broadcom.com>
2196 L:      netdev@vger.kernel.org
2197 S:      Supported
2198 F:      drivers/net/ethernet/broadcom/tg3.*
2199
2200 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2201 M:      Brett Rudley <brudley@broadcom.com>
2202 M:      Arend van Spriel <arend@broadcom.com>
2203 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2204 M:      Hante Meuleman <meuleman@broadcom.com>
2205 L:      linux-wireless@vger.kernel.org
2206 L:      brcm80211-dev-list@broadcom.com
2207 S:      Supported
2208 F:      drivers/net/wireless/brcm80211/
2209
2210 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2211 M:      QLogic-Storage-Upstream@qlogic.com
2212 L:      linux-scsi@vger.kernel.org
2213 S:      Supported
2214 F:      drivers/scsi/bnx2fc/
2215
2216 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2217 M:      QLogic-Storage-Upstream@qlogic.com
2218 L:      linux-scsi@vger.kernel.org
2219 S:      Supported
2220 F:      drivers/scsi/bnx2i/
2221
2222 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2223 M:      Ray Jui <rjui@broadcom.com>
2224 M:      Scott Branden <sbranden@broadcom.com>
2225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2226 L:      bcm-kernel-feedback-list@broadcom.com
2227 T:      git git://github.com/broadcom/cygnus-linux.git
2228 S:      Maintained
2229 N:      iproc
2230 N:      cygnus
2231 N:      bcm9113*
2232 N:      bcm9583*
2233 N:      bcm583*
2234 N:      bcm113*
2235
2236 BROADCOM KONA GPIO DRIVER
2237 M:      Ray Jui <rjui@broadcom.com>
2238 L:      bcm-kernel-feedback-list@broadcom.com
2239 S:      Supported
2240 F:      drivers/gpio/gpio-bcm-kona.c
2241 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2242
2243 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2244 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2245 L:      linux-wireless@vger.kernel.org
2246 S:      Maintained
2247 F:      drivers/bcma/
2248 F:      include/linux/bcma/
2249
2250 BROADCOM SYSTEMPORT ETHERNET DRIVER
2251 M:      Florian Fainelli <f.fainelli@gmail.com>
2252 L:      netdev@vger.kernel.org
2253 S:      Supported
2254 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2255
2256 BROCADE BFA FC SCSI DRIVER
2257 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2258 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2259 L:      linux-scsi@vger.kernel.org
2260 S:      Supported
2261 F:      drivers/scsi/bfa/
2262
2263 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2264 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2265 L:      netdev@vger.kernel.org
2266 S:      Supported
2267 F:      drivers/net/ethernet/brocade/bna/
2268
2269 BSG (block layer generic sg v4 driver)
2270 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2271 L:      linux-scsi@vger.kernel.org
2272 S:      Supported
2273 F:      block/bsg.c
2274 F:      include/linux/bsg.h
2275 F:      include/uapi/linux/bsg.h
2276
2277 BT87X AUDIO DRIVER
2278 M:      Clemens Ladisch <clemens@ladisch.de>
2279 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2280 T:      git git://git.alsa-project.org/alsa-kernel.git
2281 S:      Maintained
2282 F:      Documentation/sound/alsa/Bt87x.txt
2283 F:      sound/pci/bt87x.c
2284
2285 BT8XXGPIO DRIVER
2286 M:      Michael Buesch <m@bues.ch>
2287 W:      http://bu3sch.de/btgpio.php
2288 S:      Maintained
2289 F:      drivers/gpio/gpio-bt8xx.c
2290
2291 BTRFS FILE SYSTEM
2292 M:      Chris Mason <clm@fb.com>
2293 M:      Josef Bacik <jbacik@fb.com>
2294 M:      David Sterba <dsterba@suse.cz>
2295 L:      linux-btrfs@vger.kernel.org
2296 W:      http://btrfs.wiki.kernel.org/
2297 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2299 S:      Maintained
2300 F:      Documentation/filesystems/btrfs.txt
2301 F:      fs/btrfs/
2302
2303 BTTV VIDEO4LINUX DRIVER
2304 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2305 L:      linux-media@vger.kernel.org
2306 W:      http://linuxtv.org
2307 T:      git git://linuxtv.org/media_tree.git
2308 S:      Odd fixes
2309 F:      Documentation/video4linux/bttv/
2310 F:      drivers/media/pci/bt8xx/bttv*
2311
2312 BUSLOGIC SCSI DRIVER
2313 M:      Khalid Aziz <khalid@gonehiking.org>
2314 L:      linux-scsi@vger.kernel.org
2315 S:      Maintained
2316 F:      drivers/scsi/BusLogic.*
2317 F:      drivers/scsi/FlashPoint.*
2318
2319 C-MEDIA CMI8788 DRIVER
2320 M:      Clemens Ladisch <clemens@ladisch.de>
2321 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2322 T:      git git://git.alsa-project.org/alsa-kernel.git
2323 S:      Maintained
2324 F:      sound/pci/oxygen/
2325
2326 C6X ARCHITECTURE
2327 M:      Mark Salter <msalter@redhat.com>
2328 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2329 L:      linux-c6x-dev@linux-c6x.org
2330 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2331 S:      Maintained
2332 F:      arch/c6x/
2333
2334 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2335 M:      David Howells <dhowells@redhat.com>
2336 L:      linux-cachefs@redhat.com
2337 S:      Supported
2338 F:      Documentation/filesystems/caching/cachefiles.txt
2339 F:      fs/cachefiles/
2340
2341 CADET FM/AM RADIO RECEIVER DRIVER
2342 M:      Hans Verkuil <hverkuil@xs4all.nl>
2343 L:      linux-media@vger.kernel.org
2344 T:      git git://linuxtv.org/media_tree.git
2345 W:      http://linuxtv.org
2346 S:      Maintained
2347 F:      drivers/media/radio/radio-cadet*
2348
2349 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2350 M:      Jonathan Corbet <corbet@lwn.net>
2351 L:      linux-media@vger.kernel.org
2352 T:      git git://linuxtv.org/media_tree.git
2353 S:      Maintained
2354 F:      Documentation/video4linux/cafe_ccic
2355 F:      drivers/media/platform/marvell-ccic/
2356
2357 CAIF NETWORK LAYER
2358 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2359 L:      netdev@vger.kernel.org
2360 S:      Supported
2361 F:      Documentation/networking/caif/
2362 F:      drivers/net/caif/
2363 F:      include/uapi/linux/caif/
2364 F:      include/net/caif/
2365 F:      net/caif/
2366
2367 CALGARY x86-64 IOMMU
2368 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2369 M:      "Jon D. Mason" <jdmason@kudzu.us>
2370 L:      discuss@x86-64.org
2371 S:      Maintained
2372 F:      arch/x86/kernel/pci-calgary_64.c
2373 F:      arch/x86/kernel/tce_64.c
2374 F:      arch/x86/include/asm/calgary.h
2375 F:      arch/x86/include/asm/tce.h
2376
2377 CAN NETWORK LAYER
2378 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2379 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2380 L:      linux-can@vger.kernel.org
2381 W:      https://github.com/linux-can
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2384 S:      Maintained
2385 F:      Documentation/networking/can.txt
2386 F:      net/can/
2387 F:      include/linux/can/core.h
2388 F:      include/uapi/linux/can.h
2389 F:      include/uapi/linux/can/bcm.h
2390 F:      include/uapi/linux/can/raw.h
2391 F:      include/uapi/linux/can/gw.h
2392
2393 CAN NETWORK DRIVERS
2394 M:      Wolfgang Grandegger <wg@grandegger.com>
2395 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2396 L:      linux-can@vger.kernel.org
2397 W:      https://github.com/linux-can
2398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2400 S:      Maintained
2401 F:      drivers/net/can/
2402 F:      include/linux/can/dev.h
2403 F:      include/linux/can/platform/
2404 F:      include/uapi/linux/can/error.h
2405 F:      include/uapi/linux/can/netlink.h
2406
2407 CAPABILITIES
2408 M:      Serge Hallyn <serge.hallyn@canonical.com>
2409 L:      linux-security-module@vger.kernel.org
2410 S:      Supported
2411 F:      include/linux/capability.h
2412 F:      include/uapi/linux/capability.h
2413 F:      security/capability.c
2414 F:      security/commoncap.c
2415 F:      kernel/capability.c
2416
2417 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2418 M:      Kevin Tsai <ktsai@capellamicro.com>
2419 S:      Maintained
2420 F:      drivers/iio/light/cm*
2421 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2422
2423 CC2520 IEEE-802.15.4 RADIO DRIVER
2424 M:      Varka Bhadram <varkabhadram@gmail.com>
2425 L:      linux-wpan@vger.kernel.org
2426 S:      Maintained
2427 F:      drivers/net/ieee802154/cc2520.c
2428 F:      include/linux/spi/cc2520.h
2429 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2430
2431 CELL BROADBAND ENGINE ARCHITECTURE
2432 M:      Arnd Bergmann <arnd@arndb.de>
2433 L:      linuxppc-dev@lists.ozlabs.org
2434 L:      cbe-oss-dev@lists.ozlabs.org
2435 W:      http://www.ibm.com/developerworks/power/cell/
2436 S:      Supported
2437 F:      arch/powerpc/include/asm/cell*.h
2438 F:      arch/powerpc/include/asm/spu*.h
2439 F:      arch/powerpc/include/uapi/asm/spu*.h
2440 F:      arch/powerpc/oprofile/*cell*
2441 F:      arch/powerpc/platforms/cell/
2442
2443 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2444 M:      Yan, Zheng <zyan@redhat.com>
2445 M:      Sage Weil <sage@redhat.com>
2446 L:      ceph-devel@vger.kernel.org
2447 W:      http://ceph.com/
2448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2449 S:      Supported
2450 F:      Documentation/filesystems/ceph.txt
2451 F:      fs/ceph/
2452 F:      net/ceph/
2453 F:      include/linux/ceph/
2454 F:      include/linux/crush/
2455
2456 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2457 L:      linux-usb@vger.kernel.org
2458 S:      Orphan
2459 F:      Documentation/usb/WUSB-Design-overview.txt
2460 F:      Documentation/usb/wusb-cbaf
2461 F:      drivers/usb/host/hwa-hc.c
2462 F:      drivers/usb/host/whci/
2463 F:      drivers/usb/wusbcore/
2464 F:      include/linux/usb/wusb*
2465
2466 CFAG12864B LCD DRIVER
2467 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2468 W:      http://miguelojeda.es/auxdisplay.htm
2469 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2470 S:      Maintained
2471 F:      drivers/auxdisplay/cfag12864b.c
2472 F:      include/linux/cfag12864b.h
2473
2474 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2475 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2476 W:      http://miguelojeda.es/auxdisplay.htm
2477 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2478 S:      Maintained
2479 F:      drivers/auxdisplay/cfag12864bfb.c
2480 F:      include/linux/cfag12864b.h
2481
2482 CFG80211 and NL80211
2483 M:      Johannes Berg <johannes@sipsolutions.net>
2484 L:      linux-wireless@vger.kernel.org
2485 W:      http://wireless.kernel.org/
2486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2488 S:      Maintained
2489 F:      include/uapi/linux/nl80211.h
2490 F:      include/net/cfg80211.h
2491 F:      net/wireless/*
2492 X:      net/wireless/wext*
2493
2494 CHAR and MISC DRIVERS
2495 M:      Arnd Bergmann <arnd@arndb.de>
2496 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2498 S:      Supported
2499 F:      drivers/char/*
2500 F:      drivers/misc/*
2501 F:      include/linux/miscdevice.h
2502
2503 CHECKPATCH
2504 M:      Andy Whitcroft <apw@canonical.com>
2505 M:      Joe Perches <joe@perches.com>
2506 S:      Maintained
2507 F:      scripts/checkpatch.pl
2508
2509 CHINESE DOCUMENTATION
2510 M:      Harry Wei <harryxiyou@gmail.com>
2511 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2512 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2513 S:      Maintained
2514 F:      Documentation/zh_CN/
2515
2516 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2517 M:      Peter Chen <Peter.Chen@freescale.com>
2518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2519 L:      linux-usb@vger.kernel.org
2520 S:      Maintained
2521 F:      drivers/usb/chipidea/
2522
2523 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2524 M:      Hans de Goede <hdegoede@redhat.com>
2525 L:      linux-input@vger.kernel.org
2526 S:      Maintained
2527 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2528 F:      drivers/input/touchscreen/chipone_icn8318.c
2529
2530 CHROME HARDWARE PLATFORM SUPPORT
2531 M:      Olof Johansson <olof@lixom.net>
2532 S:      Maintained
2533 F:      drivers/platform/chrome/
2534
2535 CISCO VIC ETHERNET NIC DRIVER
2536 M:      Christian Benvenuti <benve@cisco.com>
2537 M:      Sujith Sankar <ssujith@cisco.com>
2538 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2539 M:      Neel Patel <neepatel@cisco.com>
2540 S:      Supported
2541 F:      drivers/net/ethernet/cisco/enic/
2542
2543 CISCO VIC LOW LATENCY NIC DRIVER
2544 M:      Upinder Malhi <umalhi@cisco.com>
2545 S:      Supported
2546 F:      drivers/infiniband/hw/usnic
2547
2548 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2549 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2550 L:      netdev@vger.kernel.org
2551 S:      Maintained
2552 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2553
2554 CIRRUS LOGIC AUDIO CODEC DRIVERS
2555 M:      Brian Austin <brian.austin@cirrus.com>
2556 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2557 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2558 S:      Maintained
2559 F:      sound/soc/codecs/cs*
2560
2561 CLEANCACHE API
2562 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2563 L:      linux-kernel@vger.kernel.org
2564 S:      Maintained
2565 F:      mm/cleancache.c
2566 F:      include/linux/cleancache.h
2567
2568 CLK API
2569 M:      Russell King <linux@arm.linux.org.uk>
2570 L:      linux-clk@vger.kernel.org
2571 S:      Maintained
2572 F:      include/linux/clk.h
2573
2574 CLOCKSOURCE, CLOCKEVENT DRIVERS
2575 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2576 M:      Thomas Gleixner <tglx@linutronix.de>
2577 L:      linux-kernel@vger.kernel.org
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2579 S:      Supported
2580 F:      drivers/clocksource
2581
2582 CISCO FCOE HBA DRIVER
2583 M:      Hiral Patel <hiralpat@cisco.com>
2584 M:      Suma Ramars <sramars@cisco.com>
2585 M:      Brian Uchino <buchino@cisco.com>
2586 L:      linux-scsi@vger.kernel.org
2587 S:      Supported
2588 F:      drivers/scsi/fnic/
2589
2590 CMPC ACPI DRIVER
2591 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2592 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2593 L:      platform-driver-x86@vger.kernel.org
2594 S:      Supported
2595 F:      drivers/platform/x86/classmate-laptop.c
2596
2597 COCCINELLE/Semantic Patches (SmPL)
2598 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2599 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2600 M:      Nicolas Palix <nicolas.palix@imag.fr>
2601 M:      Michal Marek <mmarek@suse.cz>
2602 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2604 W:      http://coccinelle.lip6.fr/
2605 S:      Supported
2606 F:      Documentation/coccinelle.txt
2607 F:      scripts/coccinelle/
2608 F:      scripts/coccicheck
2609
2610 CODA FILE SYSTEM
2611 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2612 M:      coda@cs.cmu.edu
2613 L:      codalist@coda.cs.cmu.edu
2614 W:      http://www.coda.cs.cmu.edu/
2615 S:      Maintained
2616 F:      Documentation/filesystems/coda.txt
2617 F:      fs/coda/
2618 F:      include/linux/coda*.h
2619 F:      include/uapi/linux/coda*.h
2620
2621 CODA V4L2 MEM2MEM DRIVER
2622 M:      Philipp Zabel <p.zabel@pengutronix.de>
2623 L:      linux-media@vger.kernel.org
2624 S:      Maintained
2625 F:      Documentation/devicetree/bindings/media/coda.txt
2626 F:      drivers/media/platform/coda/
2627
2628 COMMON CLK FRAMEWORK
2629 M:      Mike Turquette <mturquette@linaro.org>
2630 M:      Stephen Boyd <sboyd@codeaurora.org>
2631 L:      linux-clk@vger.kernel.org
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2633 S:      Maintained
2634 F:      drivers/clk/
2635 X:      drivers/clk/clkdev.c
2636 F:      include/linux/clk-pr*
2637 F:      include/linux/clk/
2638
2639 COMMON INTERNET FILE SYSTEM (CIFS)
2640 M:      Steve French <sfrench@samba.org>
2641 L:      linux-cifs@vger.kernel.org
2642 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2643 W:      http://linux-cifs.samba.org/
2644 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2645 S:      Supported
2646 F:      Documentation/filesystems/cifs/
2647 F:      fs/cifs/
2648
2649 COMPACTPCI HOTPLUG CORE
2650 M:      Scott Murray <scott@spiteful.org>
2651 L:      linux-pci@vger.kernel.org
2652 S:      Maintained
2653 F:      drivers/pci/hotplug/cpci_hotplug*
2654
2655 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2656 M:      Scott Murray <scott@spiteful.org>
2657 L:      linux-pci@vger.kernel.org
2658 S:      Maintained
2659 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2660
2661 COMPACTPCI HOTPLUG GENERIC DRIVER
2662 M:      Scott Murray <scott@spiteful.org>
2663 L:      linux-pci@vger.kernel.org
2664 S:      Maintained
2665 F:      drivers/pci/hotplug/cpcihp_generic.c
2666
2667 COMPAL LAPTOP SUPPORT
2668 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2669 L:      platform-driver-x86@vger.kernel.org
2670 S:      Maintained
2671 F:      drivers/platform/x86/compal-laptop.c
2672
2673 CONEXANT ACCESSRUNNER USB DRIVER
2674 M:      Simon Arlott <cxacru@fire.lp0.eu>
2675 L:      accessrunner-general@lists.sourceforge.net
2676 W:      http://accessrunner.sourceforge.net/
2677 S:      Maintained
2678 F:      drivers/usb/atm/cxacru.c
2679
2680 CONFIGFS
2681 M:      Joel Becker <jlbec@evilplan.org>
2682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2683 S:      Supported
2684 F:      fs/configfs/
2685 F:      include/linux/configfs.h
2686
2687 CONNECTOR
2688 M:      Evgeniy Polyakov <zbr@ioremap.net>
2689 L:      netdev@vger.kernel.org
2690 S:      Maintained
2691 F:      drivers/connector/
2692
2693 CONTROL GROUP (CGROUP)
2694 M:      Tejun Heo <tj@kernel.org>
2695 M:      Li Zefan <lizefan@huawei.com>
2696 L:      cgroups@vger.kernel.org
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2698 S:      Maintained
2699 F:      Documentation/cgroups/
2700 F:      include/linux/cgroup*
2701 F:      kernel/cgroup*
2702
2703 CONTROL GROUP - CPUSET
2704 M:      Li Zefan <lizefan@huawei.com>
2705 L:      cgroups@vger.kernel.org
2706 W:      http://www.bullopensource.org/cpuset/
2707 W:      http://oss.sgi.com/projects/cpusets/
2708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2709 S:      Maintained
2710 F:      Documentation/cgroups/cpusets.txt
2711 F:      include/linux/cpuset.h
2712 F:      kernel/cpuset.c
2713
2714 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2715 M:      Johannes Weiner <hannes@cmpxchg.org>
2716 M:      Michal Hocko <mhocko@suse.cz>
2717 L:      cgroups@vger.kernel.org
2718 L:      linux-mm@kvack.org
2719 S:      Maintained
2720 F:      mm/memcontrol.c
2721 F:      mm/swap_cgroup.c
2722
2723 CORETEMP HARDWARE MONITORING DRIVER
2724 M:      Fenghua Yu <fenghua.yu@intel.com>
2725 L:      lm-sensors@lm-sensors.org
2726 S:      Maintained
2727 F:      Documentation/hwmon/coretemp
2728 F:      drivers/hwmon/coretemp.c
2729
2730 COSA/SRP SYNC SERIAL DRIVER
2731 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2732 W:      http://www.fi.muni.cz/~kas/cosa/
2733 S:      Maintained
2734 F:      drivers/net/wan/cosa*
2735
2736 CPMAC ETHERNET DRIVER
2737 M:      Florian Fainelli <florian@openwrt.org>
2738 L:      netdev@vger.kernel.org
2739 S:      Maintained
2740 F:      drivers/net/ethernet/ti/cpmac.c
2741
2742 CPU FREQUENCY DRIVERS
2743 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2744 M:      Viresh Kumar <viresh.kumar@linaro.org>
2745 L:      linux-pm@vger.kernel.org
2746 S:      Maintained
2747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2748 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2749 F:      drivers/cpufreq/
2750 F:      include/linux/cpufreq.h
2751
2752 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2753 M:      Viresh Kumar <viresh.kumar@linaro.org>
2754 M:      Sudeep Holla <sudeep.holla@arm.com>
2755 L:      linux-pm@vger.kernel.org
2756 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2757 S:      Maintained
2758 F:      drivers/cpufreq/arm_big_little.h
2759 F:      drivers/cpufreq/arm_big_little.c
2760 F:      drivers/cpufreq/arm_big_little_dt.c
2761
2762 CPUIDLE DRIVER - ARM BIG LITTLE
2763 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2764 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2765 L:      linux-pm@vger.kernel.org
2766 L:      linux-arm-kernel@lists.infradead.org
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2768 S:      Maintained
2769 F:      drivers/cpuidle/cpuidle-big_little.c
2770
2771 CPUIDLE DRIVER - ARM EXYNOS
2772 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2773 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2774 M:      Kukjin Kim <kgene@kernel.org>
2775 L:      linux-pm@vger.kernel.org
2776 L:      linux-samsung-soc@vger.kernel.org
2777 S:      Supported
2778 F:      drivers/cpuidle/cpuidle-exynos.c
2779 F:      arch/arm/mach-exynos/pm.c
2780
2781 CPUIDLE DRIVERS
2782 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2783 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2784 L:      linux-pm@vger.kernel.org
2785 S:      Maintained
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2787 F:      drivers/cpuidle/*
2788 F:      include/linux/cpuidle.h
2789
2790 CPUID/MSR DRIVER
2791 M:      "H. Peter Anvin" <hpa@zytor.com>
2792 S:      Maintained
2793 F:      arch/x86/kernel/cpuid.c
2794 F:      arch/x86/kernel/msr.c
2795
2796 CPU POWER MONITORING SUBSYSTEM
2797 M:      Thomas Renninger <trenn@suse.de>
2798 L:      linux-pm@vger.kernel.org
2799 S:      Maintained
2800 F:      tools/power/cpupower/
2801
2802 CRAMFS FILESYSTEM
2803 W:      http://sourceforge.net/projects/cramfs/
2804 S:      Orphan / Obsolete
2805 F:      Documentation/filesystems/cramfs.txt
2806 F:      fs/cramfs/
2807
2808 CRIS PORT
2809 M:      Mikael Starvik <starvik@axis.com>
2810 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2811 L:      linux-cris-kernel@axis.com
2812 W:      http://developer.axis.com
2813 S:      Maintained
2814 F:      arch/cris/
2815 F:      drivers/tty/serial/crisv10.*
2816
2817 CRYPTO API
2818 M:      Herbert Xu <herbert@gondor.apana.org.au>
2819 M:      "David S. Miller" <davem@davemloft.net>
2820 L:      linux-crypto@vger.kernel.org
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2822 S:      Maintained
2823 F:      Documentation/crypto/
2824 F:      Documentation/DocBook/crypto-API.tmpl
2825 F:      arch/*/crypto/
2826 F:      crypto/
2827 F:      drivers/crypto/
2828 F:      include/crypto/
2829
2830 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2831 M:      Neil Horman <nhorman@tuxdriver.com>
2832 L:      linux-crypto@vger.kernel.org
2833 S:      Maintained
2834 F:      crypto/ansi_cprng.c
2835 F:      crypto/rng.c
2836
2837 CS5535 Audio ALSA driver
2838 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2839 S:      Maintained
2840 F:      sound/pci/cs5535audio/
2841
2842 CW1200 WLAN driver
2843 M:      Solomon Peachy <pizza@shaftnet.org>
2844 S:      Maintained
2845 F:      drivers/net/wireless/cw1200/
2846
2847 CX18 VIDEO4LINUX DRIVER
2848 M:      Andy Walls <awalls@md.metrocast.net>
2849 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2850 L:      linux-media@vger.kernel.org
2851 T:      git git://linuxtv.org/media_tree.git
2852 W:      http://linuxtv.org
2853 W:      http://www.ivtvdriver.org/index.php/Cx18
2854 S:      Maintained
2855 F:      Documentation/video4linux/cx18.txt
2856 F:      drivers/media/pci/cx18/
2857 F:      include/uapi/linux/ivtv*
2858
2859 CX2341X MPEG ENCODER HELPER MODULE
2860 M:      Hans Verkuil <hverkuil@xs4all.nl>
2861 L:      linux-media@vger.kernel.org
2862 T:      git git://linuxtv.org/media_tree.git
2863 W:      http://linuxtv.org
2864 S:      Maintained
2865 F:      drivers/media/common/cx2341x*
2866 F:      include/media/cx2341x*
2867
2868 CX88 VIDEO4LINUX DRIVER
2869 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2870 L:      linux-media@vger.kernel.org
2871 W:      http://linuxtv.org
2872 T:      git git://linuxtv.org/media_tree.git
2873 S:      Odd fixes
2874 F:      Documentation/video4linux/cx88/
2875 F:      drivers/media/pci/cx88/
2876
2877 CXD2820R MEDIA DRIVER
2878 M:      Antti Palosaari <crope@iki.fi>
2879 L:      linux-media@vger.kernel.org
2880 W:      http://linuxtv.org/
2881 W:      http://palosaari.fi/linux/
2882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2883 T:      git git://linuxtv.org/anttip/media_tree.git
2884 S:      Maintained
2885 F:      drivers/media/dvb-frontends/cxd2820r*
2886
2887 CXGB3 ETHERNET DRIVER (CXGB3)
2888 M:      Santosh Raspatur <santosh@chelsio.com>
2889 L:      netdev@vger.kernel.org
2890 W:      http://www.chelsio.com
2891 S:      Supported
2892 F:      drivers/net/ethernet/chelsio/cxgb3/
2893
2894 CXGB3 ISCSI DRIVER (CXGB3I)
2895 M:      Karen Xie <kxie@chelsio.com>
2896 L:      linux-scsi@vger.kernel.org
2897 W:      http://www.chelsio.com
2898 S:      Supported
2899 F:      drivers/scsi/cxgbi/cxgb3i
2900
2901 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2902 M:      Steve Wise <swise@chelsio.com>
2903 L:      linux-rdma@vger.kernel.org
2904 W:      http://www.openfabrics.org
2905 S:      Supported
2906 F:      drivers/infiniband/hw/cxgb3/
2907
2908 CXGB4 ETHERNET DRIVER (CXGB4)
2909 M:      Hariprasad S <hariprasad@chelsio.com>
2910 L:      netdev@vger.kernel.org
2911 W:      http://www.chelsio.com
2912 S:      Supported
2913 F:      drivers/net/ethernet/chelsio/cxgb4/
2914
2915 CXGB4 ISCSI DRIVER (CXGB4I)
2916 M:      Karen Xie <kxie@chelsio.com>
2917 L:      linux-scsi@vger.kernel.org
2918 W:      http://www.chelsio.com
2919 S:      Supported
2920 F:      drivers/scsi/cxgbi/cxgb4i
2921
2922 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2923 M:      Steve Wise <swise@chelsio.com>
2924 L:      linux-rdma@vger.kernel.org
2925 W:      http://www.openfabrics.org
2926 S:      Supported
2927 F:      drivers/infiniband/hw/cxgb4/
2928
2929 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2930 M:      Casey Leedom <leedom@chelsio.com>
2931 L:      netdev@vger.kernel.org
2932 W:      http://www.chelsio.com
2933 S:      Supported
2934 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2935
2936 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2937 M:      Ian Munsie <imunsie@au1.ibm.com>
2938 M:      Michael Neuling <mikey@neuling.org>
2939 L:      linuxppc-dev@lists.ozlabs.org
2940 S:      Supported
2941 F:      drivers/misc/cxl/
2942 F:      include/misc/cxl.h
2943 F:      include/uapi/misc/cxl.h
2944 F:      Documentation/powerpc/cxl.txt
2945 F:      Documentation/powerpc/cxl.txt
2946 F:      Documentation/ABI/testing/sysfs-class-cxl
2947
2948 STMMAC ETHERNET DRIVER
2949 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2950 L:      netdev@vger.kernel.org
2951 W:      http://www.stlinux.com
2952 S:      Supported
2953 F:      drivers/net/ethernet/stmicro/stmmac/
2954
2955 CYBERPRO FB DRIVER
2956 M:      Russell King <linux@arm.linux.org.uk>
2957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2958 W:      http://www.arm.linux.org.uk/
2959 S:      Maintained
2960 F:      drivers/video/fbdev/cyber2000fb.*
2961
2962 CYCLADES ASYNC MUX DRIVER
2963 W:      http://www.cyclades.com/
2964 S:      Orphan
2965 F:      drivers/tty/cyclades.c
2966 F:      include/linux/cyclades.h
2967 F:      include/uapi/linux/cyclades.h
2968
2969 CYCLADES PC300 DRIVER
2970 W:      http://www.cyclades.com/
2971 S:      Orphan
2972 F:      drivers/net/wan/pc300*
2973
2974 CYPRESS_FIRMWARE MEDIA DRIVER
2975 M:      Antti Palosaari <crope@iki.fi>
2976 L:      linux-media@vger.kernel.org
2977 W:      http://linuxtv.org/
2978 W:      http://palosaari.fi/linux/
2979 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2980 T:      git git://linuxtv.org/anttip/media_tree.git
2981 S:      Maintained
2982 F:      drivers/media/common/cypress_firmware*
2983
2984 CYTTSP TOUCHSCREEN DRIVER
2985 M:      Ferruh Yigit <fery@cypress.com>
2986 L:      linux-input@vger.kernel.org
2987 S:      Supported
2988 F:      drivers/input/touchscreen/cyttsp*
2989 F:      include/linux/input/cyttsp.h
2990
2991 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
2992 M:      Joshua Kinard <kumba@gentoo.org>
2993 S:      Maintained
2994 F:      drivers/rtc/rtc-ds1685.c
2995 F:      include/linux/rtc/ds1685.h
2996
2997 DAMA SLAVE for AX.25
2998 M:      Joerg Reuter <jreuter@yaina.de>
2999 W:      http://yaina.de/jreuter/
3000 W:      http://www.qsl.net/dl1bke/
3001 L:      linux-hams@vger.kernel.org
3002 S:      Maintained
3003 F:      net/ax25/af_ax25.c
3004 F:      net/ax25/ax25_dev.c
3005 F:      net/ax25/ax25_ds_*
3006 F:      net/ax25/ax25_in.c
3007 F:      net/ax25/ax25_out.c
3008 F:      net/ax25/ax25_timer.c
3009 F:      net/ax25/sysctl_net_ax25.c
3010
3011 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3012 L:      netdev@vger.kernel.org
3013 S:      Orphan
3014 F:      Documentation/networking/dmfe.txt
3015 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3016
3017 DC390/AM53C974 SCSI driver
3018 M:      Hannes Reinecke <hare@suse.de>
3019 L:      linux-scsi@vger.kernel.org
3020 S:      Maintained
3021 F:      drivers/scsi/am53c974.c
3022
3023 DC395x SCSI driver
3024 M:      Oliver Neukum <oliver@neukum.org>
3025 M:      Ali Akcaagac <aliakc@web.de>
3026 M:      Jamie Lenehan <lenehan@twibble.org>
3027 L:      dc395x@twibble.org
3028 W:      http://twibble.org/dist/dc395x/
3029 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3030 S:      Maintained
3031 F:      Documentation/scsi/dc395x.txt
3032 F:      drivers/scsi/dc395x.*
3033
3034 DCCP PROTOCOL
3035 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3036 L:      dccp@vger.kernel.org
3037 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3038 S:      Maintained
3039 F:      include/linux/dccp.h
3040 F:      include/uapi/linux/dccp.h
3041 F:      include/linux/tfrc.h
3042 F:      net/dccp/
3043
3044 DECnet NETWORK LAYER
3045 W:      http://linux-decnet.sourceforge.net
3046 L:      linux-decnet-user@lists.sourceforge.net
3047 S:      Orphan
3048 F:      Documentation/networking/decnet.txt
3049 F:      net/decnet/
3050
3051 DECSTATION PLATFORM SUPPORT
3052 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3053 L:      linux-mips@linux-mips.org
3054 W:      http://www.linux-mips.org/wiki/DECstation
3055 S:      Maintained
3056 F:      arch/mips/dec/
3057 F:      arch/mips/include/asm/dec/
3058 F:      arch/mips/include/asm/mach-dec/
3059
3060 DEFXX FDDI NETWORK DRIVER
3061 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3062 S:      Maintained
3063 F:      drivers/net/fddi/defxx.*
3064
3065 DELL LAPTOP DRIVER
3066 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3067 L:      platform-driver-x86@vger.kernel.org
3068 S:      Maintained
3069 F:      drivers/platform/x86/dell-laptop.c
3070
3071 DELL LAPTOP SMM DRIVER
3072 M:      Guenter Roeck <linux@roeck-us.net>
3073 S:      Maintained
3074 F:      drivers/char/i8k.c
3075 F:      include/uapi/linux/i8k.h
3076
3077 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3078 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3079 S:      Maintained
3080 F:      Documentation/dcdbas.txt
3081 F:      drivers/firmware/dcdbas.*
3082
3083 DELL WMI EXTRAS DRIVER
3084 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3085 S:      Maintained
3086 F:      drivers/platform/x86/dell-wmi.c
3087
3088 DESIGNWARE USB2 DRD IP DRIVER
3089 M:      John Youn <johnyoun@synopsys.com>
3090 L:      linux-usb@vger.kernel.org
3091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3092 S:      Maintained
3093 F:      drivers/usb/dwc2/
3094
3095 DESIGNWARE USB3 DRD IP DRIVER
3096 M:      Felipe Balbi <balbi@ti.com>
3097 L:      linux-usb@vger.kernel.org
3098 L:      linux-omap@vger.kernel.org
3099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3100 S:      Maintained
3101 F:      drivers/usb/dwc3/
3102
3103 DEVICE COREDUMP (DEV_COREDUMP)
3104 M:      Johannes Berg <johannes@sipsolutions.net>
3105 L:      linux-kernel@vger.kernel.org
3106 S:      Maintained
3107 F:      drivers/base/devcoredump.c
3108 F:      include/linux/devcoredump.h
3109
3110 DEVICE FREQUENCY (DEVFREQ)
3111 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3112 M:      Kyungmin Park <kyungmin.park@samsung.com>
3113 L:      linux-pm@vger.kernel.org
3114 S:      Maintained
3115 F:      drivers/devfreq/
3116
3117 DEVICE NUMBER REGISTRY
3118 M:      Torben Mathiasen <device@lanana.org>
3119 W:      http://lanana.org/docs/device-list/index.html
3120 S:      Maintained
3121
3122 DEVICE-MAPPER  (LVM)
3123 M:      Alasdair Kergon <agk@redhat.com>
3124 M:      Mike Snitzer <snitzer@redhat.com>
3125 M:      dm-devel@redhat.com
3126 L:      dm-devel@redhat.com
3127 W:      http://sources.redhat.com/dm
3128 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3130 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3131 S:      Maintained
3132 F:      Documentation/device-mapper/
3133 F:      drivers/md/dm*
3134 F:      drivers/md/persistent-data/
3135 F:      include/linux/device-mapper.h
3136 F:      include/linux/dm-*.h
3137 F:      include/uapi/linux/dm-*.h
3138
3139 DIALOG SEMICONDUCTOR DRIVERS
3140 M:      Support Opensource <support.opensource@diasemi.com>
3141 W:      http://www.dialog-semiconductor.com/products
3142 S:      Supported
3143 F:      Documentation/hwmon/da90??
3144 F:      drivers/gpio/gpio-da90??.c
3145 F:      drivers/hwmon/da90??-hwmon.c
3146 F:      drivers/iio/adc/da91??-*.c
3147 F:      drivers/input/misc/da90??_onkey.c
3148 F:      drivers/input/touchscreen/da9052_tsi.c
3149 F:      drivers/leds/leds-da90??.c
3150 F:      drivers/mfd/da903x.c
3151 F:      drivers/mfd/da90??-*.c
3152 F:      drivers/mfd/da91??-*.c
3153 F:      drivers/power/da9052-battery.c
3154 F:      drivers/power/da91??-*.c
3155 F:      drivers/regulator/da903x.c
3156 F:      drivers/regulator/da9???-regulator.[ch]
3157 F:      drivers/rtc/rtc-da90??.c
3158 F:      drivers/video/backlight/da90??_bl.c
3159 F:      drivers/watchdog/da90??_wdt.c
3160 F:      include/linux/mfd/da903x.h
3161 F:      include/linux/mfd/da9052/
3162 F:      include/linux/mfd/da9055/
3163 F:      include/linux/mfd/da9063/
3164 F:      include/linux/mfd/da9150/
3165 F:      include/sound/da[79]*.h
3166 F:      sound/soc/codecs/da[79]*.[ch]
3167
3168 DIGI NEO AND CLASSIC PCI PRODUCTS
3169 M:      Lidza Louina <lidza.louina@gmail.com>
3170 M:      Mark Hounschell <markh@compro.net>
3171 L:      driverdev-devel@linuxdriverproject.org
3172 S:      Maintained
3173 F:      drivers/staging/dgnc/
3174
3175 DIGI EPCA PCI PRODUCTS
3176 M:      Lidza Louina <lidza.louina@gmail.com>
3177 M:      Mark Hounschell <markh@compro.net>
3178 M:      Daeseok Youn <daeseok.youn@gmail.com>
3179 L:      driverdev-devel@linuxdriverproject.org
3180 S:      Maintained
3181 F:      drivers/staging/dgap/
3182
3183 DIOLAN U2C-12 I2C DRIVER
3184 M:      Guenter Roeck <linux@roeck-us.net>
3185 L:      linux-i2c@vger.kernel.org
3186 S:      Maintained
3187 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3188
3189 DIRECT ACCESS (DAX)
3190 M:      Matthew Wilcox <willy@linux.intel.com>
3191 L:      linux-fsdevel@vger.kernel.org
3192 S:      Supported
3193 F:      fs/dax.c
3194
3195 DIRECTORY NOTIFICATION (DNOTIFY)
3196 M:      Eric Paris <eparis@parisplace.org>
3197 S:      Maintained
3198 F:      Documentation/filesystems/dnotify.txt
3199 F:      fs/notify/dnotify/
3200 F:      include/linux/dnotify.h
3201
3202 DISK GEOMETRY AND PARTITION HANDLING
3203 M:      Andries Brouwer <aeb@cwi.nl>
3204 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3205 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3206 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3207 S:      Maintained
3208
3209 DISKQUOTA
3210 M:      Jan Kara <jack@suse.cz>
3211 S:      Maintained
3212 F:      Documentation/filesystems/quota.txt
3213 F:      fs/quota/
3214 F:      include/linux/quota*.h
3215 F:      include/uapi/linux/quota*.h
3216
3217 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3218 M:      Bernie Thompson <bernie@plugable.com>
3219 L:      linux-fbdev@vger.kernel.org
3220 S:      Maintained
3221 W:      http://plugable.com/category/projects/udlfb/
3222 F:      drivers/video/fbdev/udlfb.c
3223 F:      include/video/udlfb.h
3224 F:      Documentation/fb/udlfb.txt
3225
3226 DISTRIBUTED LOCK MANAGER (DLM)
3227 M:      Christine Caulfield <ccaulfie@redhat.com>
3228 M:      David Teigland <teigland@redhat.com>
3229 L:      cluster-devel@redhat.com
3230 W:      http://sources.redhat.com/cluster/
3231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3232 S:      Supported
3233 F:      fs/dlm/
3234
3235 DMA BUFFER SHARING FRAMEWORK
3236 M:      Sumit Semwal <sumit.semwal@linaro.org>
3237 S:      Maintained
3238 L:      linux-media@vger.kernel.org
3239 L:      dri-devel@lists.freedesktop.org
3240 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3241 F:      drivers/dma-buf/
3242 F:      include/linux/dma-buf*
3243 F:      include/linux/reservation.h
3244 F:      include/linux/*fence.h
3245 F:      Documentation/dma-buf-sharing.txt
3246 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3247
3248 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3249 M:      Vinod Koul <vinod.koul@intel.com>
3250 L:      dmaengine@vger.kernel.org
3251 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3252 S:      Maintained
3253 F:      drivers/dma/
3254 F:      include/linux/dmaengine.h
3255 F:      Documentation/dmaengine/
3256 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3257
3258 DME1737 HARDWARE MONITOR DRIVER
3259 M:      Juerg Haefliger <juergh@gmail.com>
3260 L:      lm-sensors@lm-sensors.org
3261 S:      Maintained
3262 F:      Documentation/hwmon/dme1737
3263 F:      drivers/hwmon/dme1737.c
3264
3265 DMI/SMBIOS SUPPORT
3266 M:      Jean Delvare <jdelvare@suse.de>
3267 S:      Maintained
3268 F:      drivers/firmware/dmi-id.c
3269 F:      drivers/firmware/dmi_scan.c
3270 F:      include/linux/dmi.h
3271
3272 DOCKING STATION DRIVER
3273 M:      Shaohua Li <shaohua.li@intel.com>
3274 L:      linux-acpi@vger.kernel.org
3275 S:      Supported
3276 F:      drivers/acpi/dock.c
3277
3278 DOCUMENTATION
3279 M:      Jonathan Corbet <corbet@lwn.net>
3280 L:      linux-doc@vger.kernel.org
3281 S:      Maintained
3282 F:      Documentation/
3283 X:      Documentation/ABI/
3284 X:      Documentation/devicetree/
3285 X:      Documentation/acpi
3286 X:      Documentation/power
3287 X:      Documentation/spi
3288 T:      git git://git.lwn.net/linux-2.6.git docs-next
3289
3290 DOUBLETALK DRIVER
3291 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3292 L:      blinux-list@redhat.com
3293 S:      Maintained
3294 F:      drivers/char/dtlk.c
3295 F:      include/linux/dtlk.h
3296
3297 DPT_I2O SCSI RAID DRIVER
3298 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3299 L:      linux-scsi@vger.kernel.org
3300 W:      http://www.adaptec.com/
3301 S:      Maintained
3302 F:      drivers/scsi/dpt*
3303 F:      drivers/scsi/dpt/
3304
3305 DRBD DRIVER
3306 P:      Philipp Reisner
3307 P:      Lars Ellenberg
3308 M:      drbd-dev@lists.linbit.com
3309 L:      drbd-user@lists.linbit.com
3310 W:      http://www.drbd.org
3311 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3312 T:      git git://git.drbd.org/drbd-8.3.git
3313 S:      Supported
3314 F:      drivers/block/drbd/
3315 F:      lib/lru_cache.c
3316 F:      Documentation/blockdev/drbd/
3317
3318 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3319 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3321 S:      Supported
3322 F:      Documentation/kobject.txt
3323 F:      drivers/base/
3324 F:      fs/sysfs/
3325 F:      fs/debugfs/
3326 F:      include/linux/kobj*
3327 F:      include/linux/debugfs.h
3328 F:      lib/kobj*
3329
3330 DRM DRIVERS
3331 M:      David Airlie <airlied@linux.ie>
3332 L:      dri-devel@lists.freedesktop.org
3333 T:      git git://people.freedesktop.org/~airlied/linux
3334 S:      Maintained
3335 F:      drivers/gpu/drm/
3336 F:      drivers/gpu/vga/
3337 F:      include/drm/
3338 F:      include/uapi/drm/
3339
3340 RADEON DRM DRIVERS
3341 M:      Alex Deucher <alexander.deucher@amd.com>
3342 M:      Christian König <christian.koenig@amd.com>
3343 L:      dri-devel@lists.freedesktop.org
3344 T:      git git://people.freedesktop.org/~agd5f/linux
3345 S:      Supported
3346 F:      drivers/gpu/drm/radeon/
3347 F:      include/uapi/drm/radeon*
3348
3349 DRM PANEL DRIVERS
3350 M:      Thierry Reding <thierry.reding@gmail.com>
3351 L:      dri-devel@lists.freedesktop.org
3352 T:      git git://anongit.freedesktop.org/tegra/linux.git
3353 S:      Maintained
3354 F:      drivers/gpu/drm/drm_panel.c
3355 F:      drivers/gpu/drm/panel/
3356 F:      include/drm/drm_panel.h
3357 F:      Documentation/devicetree/bindings/panel/
3358
3359 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3360 M:      Daniel Vetter <daniel.vetter@intel.com>
3361 M:      Jani Nikula <jani.nikula@linux.intel.com>
3362 L:      intel-gfx@lists.freedesktop.org
3363 L:      dri-devel@lists.freedesktop.org
3364 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3365 T:      git git://anongit.freedesktop.org/drm-intel
3366 S:      Supported
3367 F:      drivers/gpu/drm/i915/
3368 F:      include/drm/i915*
3369 F:      include/uapi/drm/i915*
3370
3371 DRM DRIVERS FOR EXYNOS
3372 M:      Inki Dae <inki.dae@samsung.com>
3373 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3374 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3375 M:      Kyungmin Park <kyungmin.park@samsung.com>
3376 L:      dri-devel@lists.freedesktop.org
3377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3378 S:      Supported
3379 F:      drivers/gpu/drm/exynos/
3380 F:      include/drm/exynos*
3381 F:      include/uapi/drm/exynos*
3382
3383 DRM DRIVERS FOR FREESCALE IMX
3384 M:      Philipp Zabel <p.zabel@pengutronix.de>
3385 L:      dri-devel@lists.freedesktop.org
3386 S:      Maintained
3387 F:      drivers/gpu/drm/imx/
3388 F:      Documentation/devicetree/bindings/drm/imx/
3389
3390 DRM DRIVERS FOR NVIDIA TEGRA
3391 M:      Thierry Reding <thierry.reding@gmail.com>
3392 M:      Terje Bergström <tbergstrom@nvidia.com>
3393 L:      dri-devel@lists.freedesktop.org
3394 L:      linux-tegra@vger.kernel.org
3395 T:      git git://anongit.freedesktop.org/tegra/linux.git
3396 S:      Supported
3397 F:      drivers/gpu/drm/tegra/
3398 F:      drivers/gpu/host1x/
3399 F:      include/linux/host1x.h
3400 F:      include/uapi/drm/tegra_drm.h
3401 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3402
3403 DRM DRIVERS FOR RENESAS
3404 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3405 L:      dri-devel@lists.freedesktop.org
3406 L:      linux-sh@vger.kernel.org
3407 T:      git git://people.freedesktop.org/~airlied/linux
3408 S:      Supported
3409 F:      drivers/gpu/drm/rcar-du/
3410 F:      drivers/gpu/drm/shmobile/
3411 F:      include/linux/platform_data/shmob_drm.h
3412
3413 DSBR100 USB FM RADIO DRIVER
3414 M:      Alexey Klimov <klimov.linux@gmail.com>
3415 L:      linux-media@vger.kernel.org
3416 T:      git git://linuxtv.org/media_tree.git
3417 S:      Maintained
3418 F:      drivers/media/radio/dsbr100.c
3419
3420 DSCC4 DRIVER
3421 M:      Francois Romieu <romieu@fr.zoreil.com>
3422 L:      netdev@vger.kernel.org
3423 S:      Maintained
3424 F:      drivers/net/wan/dscc4.c
3425
3426 DVB_USB_AF9015 MEDIA DRIVER
3427 M:      Antti Palosaari <crope@iki.fi>
3428 L:      linux-media@vger.kernel.org
3429 W:      http://linuxtv.org/
3430 W:      http://palosaari.fi/linux/
3431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3432 T:      git git://linuxtv.org/anttip/media_tree.git
3433 S:      Maintained
3434 F:      drivers/media/usb/dvb-usb-v2/af9015*
3435
3436 DVB_USB_AF9035 MEDIA DRIVER
3437 M:      Antti Palosaari <crope@iki.fi>
3438 L:      linux-media@vger.kernel.org
3439 W:      http://linuxtv.org/
3440 W:      http://palosaari.fi/linux/
3441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3442 T:      git git://linuxtv.org/anttip/media_tree.git
3443 S:      Maintained
3444 F:      drivers/media/usb/dvb-usb-v2/af9035*
3445
3446 DVB_USB_ANYSEE MEDIA DRIVER
3447 M:      Antti Palosaari <crope@iki.fi>
3448 L:      linux-media@vger.kernel.org
3449 W:      http://linuxtv.org/
3450 W:      http://palosaari.fi/linux/
3451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3452 T:      git git://linuxtv.org/anttip/media_tree.git
3453 S:      Maintained
3454 F:      drivers/media/usb/dvb-usb-v2/anysee*
3455
3456 DVB_USB_AU6610 MEDIA DRIVER
3457 M:      Antti Palosaari <crope@iki.fi>
3458 L:      linux-media@vger.kernel.org
3459 W:      http://linuxtv.org/
3460 W:      http://palosaari.fi/linux/
3461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3462 T:      git git://linuxtv.org/anttip/media_tree.git
3463 S:      Maintained
3464 F:      drivers/media/usb/dvb-usb-v2/au6610*
3465
3466 DVB_USB_CE6230 MEDIA DRIVER
3467 M:      Antti Palosaari <crope@iki.fi>
3468 L:      linux-media@vger.kernel.org
3469 W:      http://linuxtv.org/
3470 W:      http://palosaari.fi/linux/
3471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3472 T:      git git://linuxtv.org/anttip/media_tree.git
3473 S:      Maintained
3474 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3475
3476 DVB_USB_CXUSB MEDIA DRIVER
3477 M:      Michael Krufky <mkrufky@linuxtv.org>
3478 L:      linux-media@vger.kernel.org
3479 W:      http://linuxtv.org/
3480 W:      http://github.com/mkrufky
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 T:      git git://linuxtv.org/media_tree.git
3483 S:      Maintained
3484 F:      drivers/media/usb/dvb-usb/cxusb*
3485
3486 DVB_USB_EC168 MEDIA DRIVER
3487 M:      Antti Palosaari <crope@iki.fi>
3488 L:      linux-media@vger.kernel.org
3489 W:      http://linuxtv.org/
3490 W:      http://palosaari.fi/linux/
3491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3492 T:      git git://linuxtv.org/anttip/media_tree.git
3493 S:      Maintained
3494 F:      drivers/media/usb/dvb-usb-v2/ec168*
3495
3496 DVB_USB_GL861 MEDIA DRIVER
3497 M:      Antti Palosaari <crope@iki.fi>
3498 L:      linux-media@vger.kernel.org
3499 W:      http://linuxtv.org/
3500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3501 T:      git git://linuxtv.org/anttip/media_tree.git
3502 S:      Maintained
3503 F:      drivers/media/usb/dvb-usb-v2/gl861*
3504
3505 DVB_USB_MXL111SF MEDIA DRIVER
3506 M:      Michael Krufky <mkrufky@linuxtv.org>
3507 L:      linux-media@vger.kernel.org
3508 W:      http://linuxtv.org/
3509 W:      http://github.com/mkrufky
3510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3511 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3512 S:      Maintained
3513 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3514
3515 DVB_USB_RTL28XXU MEDIA DRIVER
3516 M:      Antti Palosaari <crope@iki.fi>
3517 L:      linux-media@vger.kernel.org
3518 W:      http://linuxtv.org/
3519 W:      http://palosaari.fi/linux/
3520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3521 T:      git git://linuxtv.org/anttip/media_tree.git
3522 S:      Maintained
3523 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3524
3525 DVB_USB_V2 MEDIA DRIVER
3526 M:      Antti Palosaari <crope@iki.fi>
3527 L:      linux-media@vger.kernel.org
3528 W:      http://linuxtv.org/
3529 W:      http://palosaari.fi/linux/
3530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3531 T:      git git://linuxtv.org/anttip/media_tree.git
3532 S:      Maintained
3533 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3534 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3535
3536 DYNAMIC DEBUG
3537 M:      Jason Baron <jbaron@akamai.com>
3538 S:      Maintained
3539 F:      lib/dynamic_debug.c
3540 F:      include/linux/dynamic_debug.h
3541
3542 DZ DECSTATION DZ11 SERIAL DRIVER
3543 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3544 S:      Maintained
3545 F:      drivers/tty/serial/dz.*
3546
3547 E3X0 POWER BUTTON DRIVER
3548 M:      Moritz Fischer <moritz.fischer@ettus.com>
3549 L:      usrp-users@lists.ettus.com
3550 W:      http://www.ettus.com
3551 S:      Supported
3552 F:      drivers/input/misc/e3x0-button.c
3553 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3554
3555 E4000 MEDIA DRIVER
3556 M:      Antti Palosaari <crope@iki.fi>
3557 L:      linux-media@vger.kernel.org
3558 W:      http://linuxtv.org/
3559 W:      http://palosaari.fi/linux/
3560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3561 T:      git git://linuxtv.org/anttip/media_tree.git
3562 S:      Maintained
3563 F:      drivers/media/tuners/e4000*
3564
3565 EATA ISA/EISA/PCI SCSI DRIVER
3566 M:      Dario Ballabio <ballabio_dario@emc.com>
3567 L:      linux-scsi@vger.kernel.org
3568 S:      Maintained
3569 F:      drivers/scsi/eata.c
3570
3571 EC100 MEDIA DRIVER
3572 M:      Antti Palosaari <crope@iki.fi>
3573 L:      linux-media@vger.kernel.org
3574 W:      http://linuxtv.org/
3575 W:      http://palosaari.fi/linux/
3576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3577 T:      git git://linuxtv.org/anttip/media_tree.git
3578 S:      Maintained
3579 F:      drivers/media/dvb-frontends/ec100*
3580
3581 ECRYPT FILE SYSTEM
3582 M:      Tyler Hicks <tyhicks@canonical.com>
3583 L:      ecryptfs@vger.kernel.org
3584 W:      http://ecryptfs.org
3585 W:      https://launchpad.net/ecryptfs
3586 S:      Supported
3587 F:      Documentation/filesystems/ecryptfs.txt
3588 F:      fs/ecryptfs/
3589
3590 EDAC-CORE
3591 M:      Doug Thompson <dougthompson@xmission.com>
3592 M:      Borislav Petkov <bp@alien8.de>
3593 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3594 L:      linux-edac@vger.kernel.org
3595 W:      bluesmoke.sourceforge.net
3596 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3597 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3598 S:      Supported
3599 F:      Documentation/edac.txt
3600 F:      drivers/edac/
3601 F:      include/linux/edac.h
3602
3603 EDAC-AMD64
3604 M:      Doug Thompson <dougthompson@xmission.com>
3605 M:      Borislav Petkov <bp@alien8.de>
3606 L:      linux-edac@vger.kernel.org
3607 W:      bluesmoke.sourceforge.net
3608 S:      Maintained
3609 F:      drivers/edac/amd64_edac*
3610
3611 EDAC-CALXEDA
3612 M:      Doug Thompson <dougthompson@xmission.com>
3613 M:      Robert Richter <rric@kernel.org>
3614 L:      linux-edac@vger.kernel.org
3615 W:      bluesmoke.sourceforge.net
3616 S:      Maintained
3617 F:      drivers/edac/highbank*
3618
3619 EDAC-CAVIUM
3620 M:      Ralf Baechle <ralf@linux-mips.org>
3621 M:      David Daney <david.daney@cavium.com>
3622 L:      linux-edac@vger.kernel.org
3623 L:      linux-mips@linux-mips.org
3624 W:      bluesmoke.sourceforge.net
3625 S:      Supported
3626 F:      drivers/edac/octeon_edac*
3627
3628 EDAC-E752X
3629 M:      Mark Gross <mark.gross@intel.com>
3630 M:      Doug Thompson <dougthompson@xmission.com>
3631 L:      linux-edac@vger.kernel.org
3632 W:      bluesmoke.sourceforge.net
3633 S:      Maintained
3634 F:      drivers/edac/e752x_edac.c
3635
3636 EDAC-E7XXX
3637 M:      Doug Thompson <dougthompson@xmission.com>
3638 L:      linux-edac@vger.kernel.org
3639 W:      bluesmoke.sourceforge.net
3640 S:      Maintained
3641 F:      drivers/edac/e7xxx_edac.c
3642
3643 EDAC-GHES
3644 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3645 L:      linux-edac@vger.kernel.org
3646 W:      bluesmoke.sourceforge.net
3647 S:      Maintained
3648 F:      drivers/edac/ghes_edac.c
3649
3650 EDAC-I82443BXGX
3651 M:      Tim Small <tim@buttersideup.com>
3652 L:      linux-edac@vger.kernel.org
3653 W:      bluesmoke.sourceforge.net
3654 S:      Maintained
3655 F:      drivers/edac/i82443bxgx_edac.c
3656
3657 EDAC-I3000
3658 M:      Jason Uhlenkott <juhlenko@akamai.com>
3659 L:      linux-edac@vger.kernel.org
3660 W:      bluesmoke.sourceforge.net
3661 S:      Maintained
3662 F:      drivers/edac/i3000_edac.c
3663
3664 EDAC-I5000
3665 M:      Doug Thompson <dougthompson@xmission.com>
3666 L:      linux-edac@vger.kernel.org
3667 W:      bluesmoke.sourceforge.net
3668 S:      Maintained
3669 F:      drivers/edac/i5000_edac.c
3670
3671 EDAC-I5400
3672 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3673 L:      linux-edac@vger.kernel.org
3674 W:      bluesmoke.sourceforge.net
3675 S:      Maintained
3676 F:      drivers/edac/i5400_edac.c
3677
3678 EDAC-I7300
3679 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3680 L:      linux-edac@vger.kernel.org
3681 W:      bluesmoke.sourceforge.net
3682 S:      Maintained
3683 F:      drivers/edac/i7300_edac.c
3684
3685 EDAC-I7CORE
3686 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3687 L:      linux-edac@vger.kernel.org
3688 W:      bluesmoke.sourceforge.net
3689 S:      Maintained
3690 F:      drivers/edac/i7core_edac.c
3691
3692 EDAC-I82975X
3693 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3694 M:      "Arvind R." <arvino55@gmail.com>
3695 L:      linux-edac@vger.kernel.org
3696 W:      bluesmoke.sourceforge.net
3697 S:      Maintained
3698 F:      drivers/edac/i82975x_edac.c
3699
3700 EDAC-IE31200
3701 M:      Jason Baron <jbaron@akamai.com>
3702 L:      linux-edac@vger.kernel.org
3703 W:      bluesmoke.sourceforge.net
3704 S:      Maintained
3705 F:      drivers/edac/ie31200_edac.c
3706
3707 EDAC-MPC85XX
3708 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3709 L:      linux-edac@vger.kernel.org
3710 W:      bluesmoke.sourceforge.net
3711 S:      Maintained
3712 F:      drivers/edac/mpc85xx_edac.[ch]
3713
3714 EDAC-PASEMI
3715 M:      Egor Martovetsky <egor@pasemi.com>
3716 L:      linux-edac@vger.kernel.org
3717 W:      bluesmoke.sourceforge.net
3718 S:      Maintained
3719 F:      drivers/edac/pasemi_edac.c
3720
3721 EDAC-R82600
3722 M:      Tim Small <tim@buttersideup.com>
3723 L:      linux-edac@vger.kernel.org
3724 W:      bluesmoke.sourceforge.net
3725 S:      Maintained
3726 F:      drivers/edac/r82600_edac.c
3727
3728 EDAC-SBRIDGE
3729 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3730 L:      linux-edac@vger.kernel.org
3731 W:      bluesmoke.sourceforge.net
3732 S:      Maintained
3733 F:      drivers/edac/sb_edac.c
3734
3735 EDIROL UA-101/UA-1000 DRIVER
3736 M:      Clemens Ladisch <clemens@ladisch.de>
3737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3738 T:      git git://git.alsa-project.org/alsa-kernel.git
3739 S:      Maintained
3740 F:      sound/usb/misc/ua101.c
3741
3742 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3743 M:      Matt Fleming <matt.fleming@intel.com>
3744 L:      linux-efi@vger.kernel.org
3745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3746 S:      Maintained
3747 F:      Documentation/efi-stub.txt
3748 F:      arch/ia64/kernel/efi.c
3749 F:      arch/x86/boot/compressed/eboot.[ch]
3750 F:      arch/x86/include/asm/efi.h
3751 F:      arch/x86/platform/efi/*
3752 F:      drivers/firmware/efi/*
3753 F:      include/linux/efi*.h
3754
3755 EFI VARIABLE FILESYSTEM
3756 M:      Matthew Garrett <matthew.garrett@nebula.com>
3757 M:      Jeremy Kerr <jk@ozlabs.org>
3758 M:      Matt Fleming <matt.fleming@intel.com>
3759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3760 L:      linux-efi@vger.kernel.org
3761 S:      Maintained
3762 F:      fs/efivarfs/
3763
3764 EFIFB FRAMEBUFFER DRIVER
3765 L:      linux-fbdev@vger.kernel.org
3766 M:      Peter Jones <pjones@redhat.com>
3767 S:      Maintained
3768 F:      drivers/video/fbdev/efifb.c
3769
3770 EFS FILESYSTEM
3771 W:      http://aeschi.ch.eu.org/efs/
3772 S:      Orphan
3773 F:      fs/efs/
3774
3775 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3776 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3777 M:      Christoph Raisch <raisch@de.ibm.com>
3778 L:      linux-rdma@vger.kernel.org
3779 S:      Supported
3780 F:      drivers/infiniband/hw/ehca/
3781
3782 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3783 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3784 L:      netdev@vger.kernel.org
3785 S:      Maintained
3786 F:      drivers/net/ethernet/ibm/ehea/
3787
3788 EM28XX VIDEO4LINUX DRIVER
3789 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3790 L:      linux-media@vger.kernel.org
3791 W:      http://linuxtv.org
3792 T:      git git://linuxtv.org/media_tree.git
3793 S:      Maintained
3794 F:      drivers/media/usb/em28xx/
3795
3796 EMBEDDED LINUX
3797 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3798 M:      Matt Mackall <mpm@selenic.com>
3799 M:      David Woodhouse <dwmw2@infradead.org>
3800 L:      linux-embedded@vger.kernel.org
3801 S:      Maintained
3802
3803 EMULEX LPFC FC SCSI DRIVER
3804 M:      James Smart <james.smart@emulex.com>
3805 L:      linux-scsi@vger.kernel.org
3806 W:      http://sourceforge.net/projects/lpfcxxxx
3807 S:      Supported
3808 F:      drivers/scsi/lpfc/
3809
3810 ENE CB710 FLASH CARD READER DRIVER
3811 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3812 S:      Maintained
3813 F:      drivers/misc/cb710/
3814 F:      drivers/mmc/host/cb710-mmc.*
3815 F:      include/linux/cb710.h
3816
3817 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3818 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3819 S:      Maintained
3820 F:      drivers/media/rc/ene_ir.*
3821
3822 ENHANCED ERROR HANDLING (EEH)
3823 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3824 L:      linuxppc-dev@lists.ozlabs.org
3825 S:      Supported
3826 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3827 F:      arch/powerpc/kernel/eeh*.c
3828
3829 EPSON S1D13XXX FRAMEBUFFER DRIVER
3830 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3831 S:      Maintained
3832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3833 F:      drivers/video/fbdev/s1d13xxxfb.c
3834 F:      include/video/s1d13xxxfb.h
3835
3836 ET131X NETWORK DRIVER
3837 M:      Mark Einon <mark.einon@gmail.com>
3838 S:      Odd Fixes
3839 F:      drivers/net/ethernet/agere/
3840
3841 ETHERNET BRIDGE
3842 M:      Stephen Hemminger <stephen@networkplumber.org>
3843 L:      bridge@lists.linux-foundation.org
3844 L:      netdev@vger.kernel.org
3845 W:      http://www.linuxfoundation.org/en/Net:Bridge
3846 S:      Maintained
3847 F:      include/linux/netfilter_bridge/
3848 F:      net/bridge/
3849
3850 ETHERNET PHY LIBRARY
3851 M:      Florian Fainelli <f.fainelli@gmail.com>
3852 L:      netdev@vger.kernel.org
3853 S:      Maintained
3854 F:      include/linux/phy.h
3855 F:      include/linux/phy_fixed.h
3856 F:      drivers/net/phy/
3857 F:      Documentation/networking/phy.txt
3858 F:      drivers/of/of_mdio.c
3859 F:      drivers/of/of_net.c
3860
3861 EXT2 FILE SYSTEM
3862 M:      Jan Kara <jack@suse.cz>
3863 L:      linux-ext4@vger.kernel.org
3864 S:      Maintained
3865 F:      Documentation/filesystems/ext2.txt
3866 F:      fs/ext2/
3867 F:      include/linux/ext2*
3868
3869 EXT3 FILE SYSTEM
3870 M:      Jan Kara <jack@suse.cz>
3871 M:      Andrew Morton <akpm@linux-foundation.org>
3872 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3873 L:      linux-ext4@vger.kernel.org
3874 S:      Maintained
3875 F:      Documentation/filesystems/ext3.txt
3876 F:      fs/ext3/
3877
3878 EXT4 FILE SYSTEM
3879 M:      "Theodore Ts'o" <tytso@mit.edu>
3880 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3881 L:      linux-ext4@vger.kernel.org
3882 W:      http://ext4.wiki.kernel.org
3883 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3884 S:      Maintained
3885 F:      Documentation/filesystems/ext4.txt
3886 F:      fs/ext4/
3887
3888 Extended Verification Module (EVM)
3889 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3890 L:      linux-ima-devel@lists.sourceforge.net
3891 L:      linux-security-module@vger.kernel.org
3892 S:      Supported
3893 F:      security/integrity/evm/
3894
3895 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3896 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3897 M:      Chanwoo Choi <cw00.choi@samsung.com>
3898 L:      linux-kernel@vger.kernel.org
3899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3900 S:      Maintained
3901 F:      drivers/extcon/
3902 F:      Documentation/extcon/
3903
3904 EXYNOS DP DRIVER
3905 M:      Jingoo Han <jg1.han@samsung.com>
3906 L:      dri-devel@lists.freedesktop.org
3907 S:      Maintained
3908 F:      drivers/gpu/drm/exynos/exynos_dp*
3909
3910 EXYNOS MIPI DISPLAY DRIVERS
3911 M:      Inki Dae <inki.dae@samsung.com>
3912 M:      Donghwa Lee <dh09.lee@samsung.com>
3913 M:      Kyungmin Park <kyungmin.park@samsung.com>
3914 L:      linux-fbdev@vger.kernel.org
3915 S:      Maintained
3916 F:      drivers/video/fbdev/exynos/exynos_mipi*
3917 F:      include/video/exynos_mipi*
3918
3919 F71805F HARDWARE MONITORING DRIVER
3920 M:      Jean Delvare <jdelvare@suse.de>
3921 L:      lm-sensors@lm-sensors.org
3922 S:      Maintained
3923 F:      Documentation/hwmon/f71805f
3924 F:      drivers/hwmon/f71805f.c
3925
3926 FC0011 TUNER DRIVER
3927 M:      Michael Buesch <m@bues.ch>
3928 L:      linux-media@vger.kernel.org
3929 S:      Maintained
3930 F:      drivers/media/tuners/fc0011.h
3931 F:      drivers/media/tuners/fc0011.c
3932
3933 FC2580 MEDIA DRIVER
3934 M:      Antti Palosaari <crope@iki.fi>
3935 L:      linux-media@vger.kernel.org
3936 W:      http://linuxtv.org/
3937 W:      http://palosaari.fi/linux/
3938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3939 T:      git git://linuxtv.org/anttip/media_tree.git
3940 S:      Maintained
3941 F:      drivers/media/tuners/fc2580*
3942
3943 FANOTIFY
3944 M:      Eric Paris <eparis@redhat.com>
3945 S:      Maintained
3946 F:      fs/notify/fanotify/
3947 F:      include/linux/fanotify.h
3948 F:      include/uapi/linux/fanotify.h
3949
3950 FARSYNC SYNCHRONOUS DRIVER
3951 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3952 W:      http://www.farsite.co.uk/
3953 S:      Supported
3954 F:      drivers/net/wan/farsync.*
3955
3956 FAULT INJECTION SUPPORT
3957 M:      Akinobu Mita <akinobu.mita@gmail.com>
3958 S:      Supported
3959 F:      Documentation/fault-injection/
3960 F:      lib/fault-inject.c
3961
3962 FBTFT Framebuffer drivers
3963 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3964 M:      Noralf Trønnes <noralf@tronnes.org>
3965 S:      Maintained
3966 F:      drivers/staging/fbtft/
3967
3968 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3969 M:      Vasu Dev <vasu.dev@intel.com>
3970 L:      fcoe-devel@open-fcoe.org
3971 W:      www.Open-FCoE.org
3972 S:      Supported
3973 F:      drivers/scsi/libfc/
3974 F:      drivers/scsi/fcoe/
3975 F:      include/scsi/fc/
3976 F:      include/scsi/libfc.h
3977 F:      include/scsi/libfcoe.h
3978 F:      include/uapi/scsi/fc/
3979
3980 FILE LOCKING (flock() and fcntl()/lockf())
3981 M:      Jeff Layton <jlayton@poochiereds.net>
3982 M:      J. Bruce Fields <bfields@fieldses.org>
3983 L:      linux-fsdevel@vger.kernel.org
3984 S:      Maintained
3985 F:      include/linux/fcntl.h
3986 F:      include/linux/fs.h
3987 F:      include/uapi/linux/fcntl.h
3988 F:      include/uapi/linux/fs.h
3989 F:      fs/fcntl.c
3990 F:      fs/locks.c
3991
3992 FILESYSTEMS (VFS and infrastructure)
3993 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3994 L:      linux-fsdevel@vger.kernel.org
3995 S:      Maintained
3996 F:      fs/*
3997
3998 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3999 M:      Riku Voipio <riku.voipio@iki.fi>
4000 L:      lm-sensors@lm-sensors.org
4001 S:      Maintained
4002 F:      drivers/hwmon/f75375s.c
4003 F:      include/linux/f75375s.h
4004
4005 FIREWIRE AUDIO DRIVERS
4006 M:      Clemens Ladisch <clemens@ladisch.de>
4007 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4008 T:      git git://git.alsa-project.org/alsa-kernel.git
4009 S:      Maintained
4010 F:      sound/firewire/
4011
4012 FIREWIRE MEDIA DRIVERS (firedtv)
4013 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4014 L:      linux-media@vger.kernel.org
4015 L:      linux1394-devel@lists.sourceforge.net
4016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4017 S:      Maintained
4018 F:      drivers/media/firewire/
4019
4020 FIREWIRE SBP-2 TARGET
4021 M:      Chris Boot <bootc@bootc.net>
4022 L:      linux-scsi@vger.kernel.org
4023 L:      target-devel@vger.kernel.org
4024 L:      linux1394-devel@lists.sourceforge.net
4025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4026 S:      Maintained
4027 F:      drivers/target/sbp/
4028
4029 FIREWIRE SUBSYSTEM
4030 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4031 L:      linux1394-devel@lists.sourceforge.net
4032 W:      http://ieee1394.wiki.kernel.org/
4033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4034 S:      Maintained
4035 F:      drivers/firewire/
4036 F:      include/linux/firewire.h
4037 F:      include/uapi/linux/firewire*.h
4038 F:      tools/firewire/
4039
4040 FIRMWARE LOADER (request_firmware)
4041 M:      Ming Lei <ming.lei@canonical.com>
4042 L:      linux-kernel@vger.kernel.org
4043 S:      Maintained
4044 F:      Documentation/firmware_class/
4045 F:      drivers/base/firmware*.c
4046 F:      include/linux/firmware.h
4047
4048 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4049 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4050 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4051 S:      Maintained
4052 F:      drivers/block/rsxx/
4053
4054 FLOPPY DRIVER
4055 M:      Jiri Kosina <jkosina@suse.cz>
4056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4057 S:      Odd fixes
4058 F:      drivers/block/floppy.c
4059
4060 FMC SUBSYSTEM
4061 M:      Alessandro Rubini <rubini@gnudd.com>
4062 W:      http://www.ohwr.org/projects/fmc-bus
4063 S:      Supported
4064 F:      drivers/fmc/
4065 F:      include/linux/fmc*.h
4066 F:      include/linux/ipmi-fru.h
4067 K:      fmc_d.*register
4068
4069 FPU EMULATOR
4070 M:      Bill Metzenthen <billm@melbpc.org.au>
4071 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4072 S:      Maintained
4073 F:      arch/x86/math-emu/
4074
4075 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4076 L:      netdev@vger.kernel.org
4077 S:      Orphan
4078 F:      drivers/net/wan/dlci.c
4079 F:      drivers/net/wan/sdla.c
4080
4081 FRAMEBUFFER LAYER
4082 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4083 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4084 L:      linux-fbdev@vger.kernel.org
4085 W:      http://linux-fbdev.sourceforge.net/
4086 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4088 S:      Maintained
4089 F:      Documentation/fb/
4090 F:      Documentation/devicetree/bindings/fb/
4091 F:      drivers/video/
4092 F:      include/video/
4093 F:      include/linux/fb.h
4094 F:      include/uapi/video/
4095 F:      include/uapi/linux/fb.h
4096
4097 FREESCALE DIU FRAMEBUFFER DRIVER
4098 M:      Timur Tabi <timur@tabi.org>
4099 L:      linux-fbdev@vger.kernel.org
4100 S:      Maintained
4101 F:      drivers/video/fbdev/fsl-diu-fb.*
4102
4103 FREESCALE DMA DRIVER
4104 M:      Li Yang <leoli@freescale.com>
4105 M:      Zhang Wei <zw@zh-kernel.org>
4106 L:      linuxppc-dev@lists.ozlabs.org
4107 S:      Maintained
4108 F:      drivers/dma/fsldma.*
4109
4110 FREESCALE I2C CPM DRIVER
4111 M:      Jochen Friedrich <jochen@scram.de>
4112 L:      linuxppc-dev@lists.ozlabs.org
4113 L:      linux-i2c@vger.kernel.org
4114 S:      Maintained
4115 F:      drivers/i2c/busses/i2c-cpm.c
4116
4117 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4118 M:      Sascha Hauer <kernel@pengutronix.de>
4119 L:      linux-fbdev@vger.kernel.org
4120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4121 S:      Maintained
4122 F:      include/linux/platform_data/video-imxfb.h
4123 F:      drivers/video/fbdev/imxfb.c
4124
4125 FREESCALE QUAD SPI DRIVER
4126 M:      Han Xu <han.xu@freescale.com>
4127 L:      linux-mtd@lists.infradead.org
4128 S:      Maintained
4129 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4130
4131 FREESCALE SOC FS_ENET DRIVER
4132 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4133 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4134 L:      linuxppc-dev@lists.ozlabs.org
4135 L:      netdev@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/net/ethernet/freescale/fs_enet/
4138 F:      include/linux/fs_enet_pd.h
4139
4140 FREESCALE QUICC ENGINE LIBRARY
4141 L:      linuxppc-dev@lists.ozlabs.org
4142 S:      Orphan
4143 F:      arch/powerpc/sysdev/qe_lib/
4144 F:      arch/powerpc/include/asm/*qe.h
4145
4146 FREESCALE USB PERIPHERAL DRIVERS
4147 M:      Li Yang <leoli@freescale.com>
4148 L:      linux-usb@vger.kernel.org
4149 L:      linuxppc-dev@lists.ozlabs.org
4150 S:      Maintained
4151 F:      drivers/usb/gadget/udc/fsl*
4152
4153 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4154 M:      Li Yang <leoli@freescale.com>
4155 L:      netdev@vger.kernel.org
4156 L:      linuxppc-dev@lists.ozlabs.org
4157 S:      Maintained
4158 F:      drivers/net/ethernet/freescale/ucc_geth*
4159
4160 FREESCALE QUICC ENGINE UCC UART DRIVER
4161 M:      Timur Tabi <timur@tabi.org>
4162 L:      linuxppc-dev@lists.ozlabs.org
4163 S:      Maintained
4164 F:      drivers/tty/serial/ucc_uart.c
4165
4166 FREESCALE SOC SOUND DRIVERS
4167 M:      Timur Tabi <timur@tabi.org>
4168 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4169 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4170 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4171 L:      linuxppc-dev@lists.ozlabs.org
4172 S:      Maintained
4173 F:      sound/soc/fsl/fsl*
4174 F:      sound/soc/fsl/imx*
4175 F:      sound/soc/fsl/mpc8610_hpcd.c
4176
4177 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4178 M:      J. German Rivera <German.Rivera@freescale.com>
4179 L:      linux-kernel@vger.kernel.org
4180 S:      Maintained
4181 F:      drivers/staging/fsl-mc/
4182
4183 FREEVXFS FILESYSTEM
4184 M:      Christoph Hellwig <hch@infradead.org>
4185 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4186 S:      Maintained
4187 F:      fs/freevxfs/
4188
4189 FREEZER
4190 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4191 M:      Pavel Machek <pavel@ucw.cz>
4192 L:      linux-pm@vger.kernel.org
4193 S:      Supported
4194 F:      Documentation/power/freezing-of-tasks.txt
4195 F:      include/linux/freezer.h
4196 F:      kernel/freezer.c
4197
4198 FRONTSWAP API
4199 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4200 L:      linux-kernel@vger.kernel.org
4201 S:      Maintained
4202 F:      mm/frontswap.c
4203 F:      include/linux/frontswap.h
4204
4205 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4206 M:      David Howells <dhowells@redhat.com>
4207 L:      linux-cachefs@redhat.com
4208 S:      Supported
4209 F:      Documentation/filesystems/caching/
4210 F:      fs/fscache/
4211 F:      include/linux/fscache*.h
4212
4213 F2FS FILE SYSTEM
4214 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4215 M:      Changman Lee <cm224.lee@samsung.com>
4216 L:      linux-f2fs-devel@lists.sourceforge.net
4217 W:      http://en.wikipedia.org/wiki/F2FS
4218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4219 S:      Maintained
4220 F:      Documentation/filesystems/f2fs.txt
4221 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4222 F:      fs/f2fs/
4223 F:      include/linux/f2fs_fs.h
4224
4225 FUJITSU FR-V (FRV) PORT
4226 M:      David Howells <dhowells@redhat.com>
4227 S:      Maintained
4228 F:      arch/frv/
4229
4230 FUJITSU LAPTOP EXTRAS
4231 M:      Jonathan Woithe <jwoithe@just42.net>
4232 L:      platform-driver-x86@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/platform/x86/fujitsu-laptop.c
4235
4236 FUJITSU M-5MO LS CAMERA ISP DRIVER
4237 M:      Kyungmin Park <kyungmin.park@samsung.com>
4238 M:      Heungjun Kim <riverful.kim@samsung.com>
4239 L:      linux-media@vger.kernel.org
4240 S:      Maintained
4241 F:      drivers/media/i2c/m5mols/
4242 F:      include/media/m5mols.h
4243
4244 FUJITSU TABLET EXTRAS
4245 M:      Robert Gerlach <khnz@gmx.de>
4246 L:      platform-driver-x86@vger.kernel.org
4247 S:      Maintained
4248 F:      drivers/platform/x86/fujitsu-tablet.c
4249
4250 FUSE: FILESYSTEM IN USERSPACE
4251 M:      Miklos Szeredi <miklos@szeredi.hu>
4252 L:      fuse-devel@lists.sourceforge.net
4253 W:      http://fuse.sourceforge.net/
4254 S:      Maintained
4255 F:      fs/fuse/
4256 F:      include/uapi/linux/fuse.h
4257
4258 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4259 M:      Rik Faith <faith@cs.unc.edu>
4260 L:      linux-scsi@vger.kernel.org
4261 S:      Odd Fixes (e.g., new signatures)
4262 F:      drivers/scsi/fdomain.*
4263
4264 GCOV BASED KERNEL PROFILING
4265 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4266 S:      Maintained
4267 F:      kernel/gcov/
4268 F:      Documentation/gcov.txt
4269
4270 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4271 M:      Achim Leubner <achim_leubner@adaptec.com>
4272 L:      linux-scsi@vger.kernel.org
4273 W:      http://www.icp-vortex.com/
4274 S:      Supported
4275 F:      drivers/scsi/gdt*
4276
4277 GDB KERNEL DEBUGGING HELPER SCRIPTS
4278 M:      Jan Kiszka <jan.kiszka@siemens.com>
4279 S:      Supported
4280 F:      scripts/gdb/
4281
4282 GEMTEK FM RADIO RECEIVER DRIVER
4283 M:      Hans Verkuil <hverkuil@xs4all.nl>
4284 L:      linux-media@vger.kernel.org
4285 T:      git git://linuxtv.org/media_tree.git
4286 W:      http://linuxtv.org
4287 S:      Maintained
4288 F:      drivers/media/radio/radio-gemtek*
4289
4290 GENERIC GPIO I2C DRIVER
4291 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4292 S:      Supported
4293 F:      drivers/i2c/busses/i2c-gpio.c
4294 F:      include/linux/i2c-gpio.h
4295
4296 GENERIC GPIO I2C MULTIPLEXER DRIVER
4297 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4298 L:      linux-i2c@vger.kernel.org
4299 S:      Supported
4300 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4301 F:      include/linux/i2c-mux-gpio.h
4302 F:      Documentation/i2c/muxes/i2c-mux-gpio
4303
4304 GENERIC HDLC (WAN) DRIVERS
4305 M:      Krzysztof Halasa <khc@pm.waw.pl>
4306 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4307 S:      Maintained
4308 F:      drivers/net/wan/c101.c
4309 F:      drivers/net/wan/hd6457*
4310 F:      drivers/net/wan/hdlc*
4311 F:      drivers/net/wan/n2.c
4312 F:      drivers/net/wan/pc300too.c
4313 F:      drivers/net/wan/pci200syn.c
4314 F:      drivers/net/wan/wanxl*
4315
4316 GENERIC INCLUDE/ASM HEADER FILES
4317 M:      Arnd Bergmann <arnd@arndb.de>
4318 L:      linux-arch@vger.kernel.org
4319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4320 S:      Maintained
4321 F:      include/asm-generic/
4322 F:      include/uapi/asm-generic/
4323
4324 GENERIC PHY FRAMEWORK
4325 M:      Kishon Vijay Abraham I <kishon@ti.com>
4326 L:      linux-kernel@vger.kernel.org
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4328 S:      Supported
4329 F:      drivers/phy/
4330 F:      include/linux/phy/
4331
4332 GENERIC PM DOMAINS
4333 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4334 M:      Kevin Hilman <khilman@kernel.org>
4335 M:      Ulf Hansson <ulf.hansson@linaro.org>
4336 L:      linux-pm@vger.kernel.org
4337 S:      Supported
4338 F:      drivers/base/power/domain*.c
4339 F:      include/linux/pm_domain.h
4340
4341 GENERIC UIO DRIVER FOR PCI DEVICES
4342 M:      "Michael S. Tsirkin" <mst@redhat.com>
4343 L:      kvm@vger.kernel.org
4344 S:      Supported
4345 F:      drivers/uio/uio_pci_generic.c
4346
4347 GET_MAINTAINER SCRIPT
4348 M:      Joe Perches <joe@perches.com>
4349 S:      Maintained
4350 F:      scripts/get_maintainer.pl
4351
4352 GFS2 FILE SYSTEM
4353 M:      Steven Whitehouse <swhiteho@redhat.com>
4354 M:      Bob Peterson <rpeterso@redhat.com>
4355 L:      cluster-devel@redhat.com
4356 W:      http://sources.redhat.com/cluster/
4357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4358 S:      Supported
4359 F:      Documentation/filesystems/gfs2*.txt
4360 F:      fs/gfs2/
4361 F:      include/uapi/linux/gfs2_ondisk.h
4362
4363 GIGASET ISDN DRIVERS
4364 M:      Hansjoerg Lipp <hjlipp@web.de>
4365 M:      Tilman Schmidt <tilman@imap.cc>
4366 L:      gigaset307x-common@lists.sourceforge.net
4367 W:      http://gigaset307x.sourceforge.net/
4368 S:      Maintained
4369 F:      Documentation/isdn/README.gigaset
4370 F:      drivers/isdn/gigaset/
4371 F:      include/uapi/linux/gigaset_dev.h
4372
4373 GO7007 MPEG CODEC
4374 M:      Hans Verkuil <hans.verkuil@cisco.com>
4375 L:      linux-media@vger.kernel.org
4376 S:      Maintained
4377 F:      drivers/media/usb/go7007/
4378
4379 GOODIX TOUCHSCREEN
4380 M:      Bastien Nocera <hadess@hadess.net>
4381 L:      linux-input@vger.kernel.org
4382 S:      Maintained
4383 F:      drivers/input/touchscreen/goodix.c
4384
4385 GPIO SUBSYSTEM
4386 M:      Linus Walleij <linus.walleij@linaro.org>
4387 M:      Alexandre Courbot <gnurou@gmail.com>
4388 L:      linux-gpio@vger.kernel.org
4389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4390 S:      Maintained
4391 F:      Documentation/gpio/
4392 F:      drivers/gpio/
4393 F:      include/linux/gpio/
4394 F:      include/linux/gpio.h
4395 F:      include/asm-generic/gpio.h
4396
4397 GRE DEMULTIPLEXER DRIVER
4398 M:      Dmitry Kozlov <xeb@mail.ru>
4399 L:      netdev@vger.kernel.org
4400 S:      Maintained
4401 F:      net/ipv4/gre_demux.c
4402 F:      net/ipv4/gre_offload.c
4403 F:      include/net/gre.h
4404
4405 GRETH 10/100/1G Ethernet MAC device driver
4406 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4407 L:      netdev@vger.kernel.org
4408 S:      Maintained
4409 F:      drivers/net/ethernet/aeroflex/
4410
4411 GSPCA FINEPIX SUBDRIVER
4412 M:      Frank Zago <frank@zago.net>
4413 L:      linux-media@vger.kernel.org
4414 T:      git git://linuxtv.org/media_tree.git
4415 S:      Maintained
4416 F:      drivers/media/usb/gspca/finepix.c
4417
4418 GSPCA GL860 SUBDRIVER
4419 M:      Olivier Lorin <o.lorin@laposte.net>
4420 L:      linux-media@vger.kernel.org
4421 T:      git git://linuxtv.org/media_tree.git
4422 S:      Maintained
4423 F:      drivers/media/usb/gspca/gl860/
4424
4425 GSPCA M5602 SUBDRIVER
4426 M:      Erik Andren <erik.andren@gmail.com>
4427 L:      linux-media@vger.kernel.org
4428 T:      git git://linuxtv.org/media_tree.git
4429 S:      Maintained
4430 F:      drivers/media/usb/gspca/m5602/
4431
4432 GSPCA PAC207 SONIXB SUBDRIVER
4433 M:      Hans de Goede <hdegoede@redhat.com>
4434 L:      linux-media@vger.kernel.org
4435 T:      git git://linuxtv.org/media_tree.git
4436 S:      Maintained
4437 F:      drivers/media/usb/gspca/pac207.c
4438
4439 GSPCA SN9C20X SUBDRIVER
4440 M:      Brian Johnson <brijohn@gmail.com>
4441 L:      linux-media@vger.kernel.org
4442 T:      git git://linuxtv.org/media_tree.git
4443 S:      Maintained
4444 F:      drivers/media/usb/gspca/sn9c20x.c
4445
4446 GSPCA T613 SUBDRIVER
4447 M:      Leandro Costantino <lcostantino@gmail.com>
4448 L:      linux-media@vger.kernel.org
4449 T:      git git://linuxtv.org/media_tree.git
4450 S:      Maintained
4451 F:      drivers/media/usb/gspca/t613.c
4452
4453 GSPCA USB WEBCAM DRIVER
4454 M:      Hans de Goede <hdegoede@redhat.com>
4455 L:      linux-media@vger.kernel.org
4456 T:      git git://linuxtv.org/media_tree.git
4457 S:      Maintained
4458 F:      drivers/media/usb/gspca/
4459
4460 GUID PARTITION TABLE (GPT)
4461 M:      Davidlohr Bueso <davidlohr@hp.com>
4462 L:      linux-efi@vger.kernel.org
4463 S:      Maintained
4464 F:      block/partitions/efi.*
4465
4466 STK1160 USB VIDEO CAPTURE DRIVER
4467 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4468 L:      linux-media@vger.kernel.org
4469 T:      git git://linuxtv.org/media_tree.git
4470 S:      Maintained
4471 F:      drivers/media/usb/stk1160/
4472
4473 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4474 M:      Frank Seidel <frank@f-seidel.de>
4475 L:      platform-driver-x86@vger.kernel.org
4476 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4477 S:      Maintained
4478 F:      drivers/platform/x86/hdaps.c
4479
4480 HDPVR USB VIDEO ENCODER DRIVER
4481 M:      Hans Verkuil <hverkuil@xs4all.nl>
4482 L:      linux-media@vger.kernel.org
4483 T:      git git://linuxtv.org/media_tree.git
4484 W:      http://linuxtv.org
4485 S:      Odd Fixes
4486 F:      drivers/media/usb/hdpvr/
4487
4488 HWPOISON MEMORY FAILURE HANDLING
4489 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4490 L:      linux-mm@kvack.org
4491 S:      Maintained
4492 F:      mm/memory-failure.c
4493 F:      mm/hwpoison-inject.c
4494
4495 HYPERVISOR VIRTUAL CONSOLE DRIVER
4496 L:      linuxppc-dev@lists.ozlabs.org
4497 S:      Odd Fixes
4498 F:      drivers/tty/hvc/
4499
4500 HACKRF MEDIA DRIVER
4501 M:      Antti Palosaari <crope@iki.fi>
4502 L:      linux-media@vger.kernel.org
4503 W:      http://linuxtv.org/
4504 W:      http://palosaari.fi/linux/
4505 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4506 T:      git git://linuxtv.org/anttip/media_tree.git
4507 S:      Maintained
4508 F:      drivers/media/usb/hackrf/
4509
4510 HARDWARE MONITORING
4511 M:      Jean Delvare <jdelvare@suse.de>
4512 M:      Guenter Roeck <linux@roeck-us.net>
4513 L:      lm-sensors@lm-sensors.org
4514 W:      http://www.lm-sensors.org/
4515 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4517 S:      Maintained
4518 F:      Documentation/hwmon/
4519 F:      drivers/hwmon/
4520 F:      include/linux/hwmon*.h
4521
4522 HARDWARE RANDOM NUMBER GENERATOR CORE
4523 M:      Matt Mackall <mpm@selenic.com>
4524 M:      Herbert Xu <herbert@gondor.apana.org.au>
4525 L:      linux-crypto@vger.kernel.org
4526 S:      Odd fixes
4527 F:      Documentation/hw_random.txt
4528 F:      drivers/char/hw_random/
4529 F:      include/linux/hw_random.h
4530
4531 HARDWARE SPINLOCK CORE
4532 M:      Ohad Ben-Cohen <ohad@wizery.com>
4533 S:      Maintained
4534 F:      Documentation/hwspinlock.txt
4535 F:      drivers/hwspinlock/hwspinlock_*
4536 F:      include/linux/hwspinlock.h
4537
4538 HARMONY SOUND DRIVER
4539 L:      linux-parisc@vger.kernel.org
4540 S:      Maintained
4541 F:      sound/parisc/harmony.*
4542
4543 HD29L2 MEDIA DRIVER
4544 M:      Antti Palosaari <crope@iki.fi>
4545 L:      linux-media@vger.kernel.org
4546 W:      http://linuxtv.org/
4547 W:      http://palosaari.fi/linux/
4548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4549 T:      git git://linuxtv.org/anttip/media_tree.git
4550 S:      Maintained
4551 F:      drivers/media/dvb-frontends/hd29l2*
4552
4553 HEWLETT-PACKARD SMART2 RAID DRIVER
4554 L:      iss_storagedev@hp.com
4555 S:      Orphan
4556 F:      Documentation/blockdev/cpqarray.txt
4557 F:      drivers/block/cpqarray.*
4558
4559 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4560 M:      Don Brace <don.brace@pmcs.com>
4561 L:      iss_storagedev@hp.com
4562 L:      storagedev@pmcs.com
4563 L:      linux-scsi@vger.kernel.org
4564 S:      Supported
4565 F:      Documentation/scsi/hpsa.txt
4566 F:      drivers/scsi/hpsa*.[ch]
4567 F:      include/linux/cciss*.h
4568 F:      include/uapi/linux/cciss*.h
4569
4570 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4571 M:      Don Brace <don.brace@pmcs.com>
4572 L:      iss_storagedev@hp.com
4573 L:      storagedev@pmcs.com
4574 L:      linux-scsi@vger.kernel.org
4575 S:      Supported
4576 F:      Documentation/blockdev/cciss.txt
4577 F:      drivers/block/cciss*
4578 F:      include/linux/cciss_ioctl.h
4579 F:      include/uapi/linux/cciss_ioctl.h
4580
4581 HFS FILESYSTEM
4582 L:      linux-fsdevel@vger.kernel.org
4583 S:      Orphan
4584 F:      Documentation/filesystems/hfs.txt
4585 F:      fs/hfs/
4586
4587 HFSPLUS FILESYSTEM
4588 L:      linux-fsdevel@vger.kernel.org
4589 S:      Orphan
4590 F:      Documentation/filesystems/hfsplus.txt
4591 F:      fs/hfsplus/
4592
4593 HGA FRAMEBUFFER DRIVER
4594 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4595 L:      linux-nvidia@lists.surfsouth.com
4596 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4597 S:      Maintained
4598 F:      drivers/video/fbdev/hgafb.c
4599
4600 HIBERNATION (aka Software Suspend, aka swsusp)
4601 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4602 M:      Pavel Machek <pavel@ucw.cz>
4603 L:      linux-pm@vger.kernel.org
4604 S:      Supported
4605 F:      arch/x86/power/
4606 F:      drivers/base/power/
4607 F:      kernel/power/
4608 F:      include/linux/suspend.h
4609 F:      include/linux/freezer.h
4610 F:      include/linux/pm.h
4611 F:      arch/*/include/asm/suspend*.h
4612
4613 HID CORE LAYER
4614 M:      Jiri Kosina <jkosina@suse.cz>
4615 L:      linux-input@vger.kernel.org
4616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4617 S:      Maintained
4618 F:      drivers/hid/
4619 F:      include/linux/hid*
4620 F:      include/uapi/linux/hid*
4621
4622 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4623 M:      Thomas Gleixner <tglx@linutronix.de>
4624 L:      linux-kernel@vger.kernel.org
4625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4626 S:      Maintained
4627 F:      Documentation/timers/
4628 F:      kernel/time/hrtimer.c
4629 F:      kernel/time/clockevents.c
4630 F:      kernel/time/tick*.*
4631 F:      kernel/time/timer_*.c
4632 F:      include/linux/clockchips.h
4633 F:      include/linux/hrtimer.h
4634
4635 HIGH-SPEED SCC DRIVER FOR AX.25
4636 L:      linux-hams@vger.kernel.org
4637 S:      Orphan
4638 F:      drivers/net/hamradio/dmascc.c
4639 F:      drivers/net/hamradio/scc.c
4640
4641 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4642 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4643 W:      http://www.highpoint-tech.com
4644 S:      Supported
4645 F:      Documentation/scsi/hptiop.txt
4646 F:      drivers/scsi/hptiop.c
4647
4648 HIPPI
4649 M:      Jes Sorensen <jes@trained-monkey.org>
4650 L:      linux-hippi@sunsite.dk
4651 S:      Maintained
4652 F:      include/linux/hippidevice.h
4653 F:      include/uapi/linux/if_hippi.h
4654 F:      net/802/hippi.c
4655 F:      drivers/net/hippi/
4656
4657 HOST AP DRIVER
4658 M:      Jouni Malinen <j@w1.fi>
4659 L:      hostap@shmoo.com (subscribers-only)
4660 L:      linux-wireless@vger.kernel.org
4661 W:      http://hostap.epitest.fi/
4662 S:      Maintained
4663 F:      drivers/net/wireless/hostap/
4664
4665 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4666 L:      platform-driver-x86@vger.kernel.org
4667 S:      Orphan
4668 F:      drivers/platform/x86/tc1100-wmi.c
4669
4670 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4671 M:      Jaroslav Kysela <perex@perex.cz>
4672 S:      Maintained
4673 F:      drivers/net/ethernet/hp/hp100.*
4674
4675 HPET:   High Precision Event Timers driver
4676 M:      Clemens Ladisch <clemens@ladisch.de>
4677 S:      Maintained
4678 F:      Documentation/timers/hpet.txt
4679 F:      drivers/char/hpet.c
4680 F:      include/linux/hpet.h
4681 F:      include/uapi/linux/hpet.h
4682
4683 HPET:   x86
4684 S:      Orphan
4685 F:      arch/x86/kernel/hpet.c
4686 F:      arch/x86/include/asm/hpet.h
4687
4688 HPFS FILESYSTEM
4689 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4690 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4691 S:      Maintained
4692 F:      fs/hpfs/
4693
4694 HSI SUBSYSTEM
4695 M:      Sebastian Reichel <sre@kernel.org>
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4697 S:      Maintained
4698 F:      Documentation/ABI/testing/sysfs-bus-hsi
4699 F:      Documentation/hsi.txt
4700 F:      drivers/hsi/
4701 F:      include/linux/hsi/
4702 F:      include/uapi/linux/hsi/
4703
4704 HSO 3G MODEM DRIVER
4705 M:      Jan Dumon <j.dumon@option.com>
4706 W:      http://www.pharscape.org
4707 S:      Maintained
4708 F:      drivers/net/usb/hso.c
4709
4710 HSR NETWORK PROTOCOL
4711 M:      Arvid Brodin <arvid.brodin@alten.se>
4712 L:      netdev@vger.kernel.org
4713 S:      Maintained
4714 F:      net/hsr/
4715
4716 HTCPEN TOUCHSCREEN DRIVER
4717 M:      Pau Oliva Fora <pof@eslack.org>
4718 L:      linux-input@vger.kernel.org
4719 S:      Maintained
4720 F:      drivers/input/touchscreen/htcpen.c
4721
4722 HUGETLB FILESYSTEM
4723 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4724 S:      Maintained
4725 F:      fs/hugetlbfs/
4726
4727 Hyper-V CORE AND DRIVERS
4728 M:      K. Y. Srinivasan <kys@microsoft.com>
4729 M:      Haiyang Zhang <haiyangz@microsoft.com>
4730 L:      devel@linuxdriverproject.org
4731 S:      Maintained
4732 F:      arch/x86/include/asm/mshyperv.h
4733 F:      arch/x86/include/uapi/asm/hyperv.h
4734 F:      arch/x86/kernel/cpu/mshyperv.c
4735 F:      drivers/hid/hid-hyperv.c
4736 F:      drivers/hv/
4737 F:      drivers/input/serio/hyperv-keyboard.c
4738 F:      drivers/net/hyperv/
4739 F:      drivers/scsi/storvsc_drv.c
4740 F:      drivers/video/fbdev/hyperv_fb.c
4741 F:      include/linux/hyperv.h
4742 F:      tools/hv/
4743
4744 I2C OVER PARALLEL PORT
4745 M:      Jean Delvare <jdelvare@suse.de>
4746 L:      linux-i2c@vger.kernel.org
4747 S:      Maintained
4748 F:      Documentation/i2c/busses/i2c-parport
4749 F:      Documentation/i2c/busses/i2c-parport-light
4750 F:      drivers/i2c/busses/i2c-parport.c
4751 F:      drivers/i2c/busses/i2c-parport-light.c
4752
4753 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4754 M:      Jean Delvare <jdelvare@suse.de>
4755 L:      linux-i2c@vger.kernel.org
4756 S:      Maintained
4757 F:      Documentation/i2c/busses/i2c-ali1535
4758 F:      Documentation/i2c/busses/i2c-ali1563
4759 F:      Documentation/i2c/busses/i2c-ali15x3
4760 F:      Documentation/i2c/busses/i2c-amd756
4761 F:      Documentation/i2c/busses/i2c-amd8111
4762 F:      Documentation/i2c/busses/i2c-i801
4763 F:      Documentation/i2c/busses/i2c-nforce2
4764 F:      Documentation/i2c/busses/i2c-piix4
4765 F:      Documentation/i2c/busses/i2c-sis5595
4766 F:      Documentation/i2c/busses/i2c-sis630
4767 F:      Documentation/i2c/busses/i2c-sis96x
4768 F:      Documentation/i2c/busses/i2c-via
4769 F:      Documentation/i2c/busses/i2c-viapro
4770 F:      drivers/i2c/busses/i2c-ali1535.c
4771 F:      drivers/i2c/busses/i2c-ali1563.c
4772 F:      drivers/i2c/busses/i2c-ali15x3.c
4773 F:      drivers/i2c/busses/i2c-amd756.c
4774 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4775 F:      drivers/i2c/busses/i2c-amd8111.c
4776 F:      drivers/i2c/busses/i2c-i801.c
4777 F:      drivers/i2c/busses/i2c-isch.c
4778 F:      drivers/i2c/busses/i2c-nforce2.c
4779 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4780 F:      drivers/i2c/busses/i2c-piix4.c
4781 F:      drivers/i2c/busses/i2c-sis5595.c
4782 F:      drivers/i2c/busses/i2c-sis630.c
4783 F:      drivers/i2c/busses/i2c-sis96x.c
4784 F:      drivers/i2c/busses/i2c-via.c
4785 F:      drivers/i2c/busses/i2c-viapro.c
4786
4787 I2C/SMBUS ISMT DRIVER
4788 M:      Seth Heasley <seth.heasley@intel.com>
4789 M:      Neil Horman <nhorman@tuxdriver.com>
4790 L:      linux-i2c@vger.kernel.org
4791 F:      drivers/i2c/busses/i2c-ismt.c
4792 F:      Documentation/i2c/busses/i2c-ismt
4793
4794 I2C/SMBUS STUB DRIVER
4795 M:      Jean Delvare <jdelvare@suse.de>
4796 L:      linux-i2c@vger.kernel.org
4797 S:      Maintained
4798 F:      drivers/i2c/i2c-stub.c
4799
4800 I2C SUBSYSTEM
4801 M:      Wolfram Sang <wsa@the-dreams.de>
4802 L:      linux-i2c@vger.kernel.org
4803 W:      https://i2c.wiki.kernel.org/
4804 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4806 S:      Maintained
4807 F:      Documentation/devicetree/bindings/i2c/
4808 F:      Documentation/i2c/
4809 F:      drivers/i2c/
4810 F:      include/linux/i2c.h
4811 F:      include/linux/i2c-*.h
4812 F:      include/uapi/linux/i2c.h
4813 F:      include/uapi/linux/i2c-*.h
4814
4815 I2C ACPI SUPPORT
4816 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4817 L:      linux-i2c@vger.kernel.org
4818 L:      linux-acpi@vger.kernel.org
4819 S:      Maintained
4820
4821 I2C-TAOS-EVM DRIVER
4822 M:      Jean Delvare <jdelvare@suse.de>
4823 L:      linux-i2c@vger.kernel.org
4824 S:      Maintained
4825 F:      Documentation/i2c/busses/i2c-taos-evm
4826 F:      drivers/i2c/busses/i2c-taos-evm.c
4827
4828 I2C-TINY-USB DRIVER
4829 M:      Till Harbaum <till@harbaum.org>
4830 L:      linux-i2c@vger.kernel.org
4831 W:      http://www.harbaum.org/till/i2c_tiny_usb
4832 S:      Maintained
4833 F:      drivers/i2c/busses/i2c-tiny-usb.c
4834
4835 i386 BOOT CODE
4836 M:      "H. Peter Anvin" <hpa@zytor.com>
4837 S:      Maintained
4838 F:      arch/x86/boot/
4839
4840 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4841 M:      "H. Peter Anvin" <hpa@zytor.com>
4842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4843 S:      Maintained
4844
4845 IA64 (Itanium) PLATFORM
4846 M:      Tony Luck <tony.luck@intel.com>
4847 M:      Fenghua Yu <fenghua.yu@intel.com>
4848 L:      linux-ia64@vger.kernel.org
4849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4850 S:      Maintained
4851 F:      arch/ia64/
4852
4853 IBM Power in-Nest Crypto Acceleration
4854 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4855 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4856 L:      linux-crypto@vger.kernel.org
4857 S:      Supported
4858 F:      drivers/crypto/nx/
4859
4860 IBM Power 842 compression accelerator
4861 M:      Dan Streetman <ddstreet@us.ibm.com>
4862 S:      Supported
4863 F:      drivers/crypto/nx/nx-842.c
4864 F:      include/linux/nx842.h
4865
4866 IBM Power Linux RAID adapter
4867 M:      Brian King <brking@us.ibm.com>
4868 S:      Supported
4869 F:      drivers/scsi/ipr.*
4870
4871 IBM Power Virtual Ethernet Device Driver
4872 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4873 L:      netdev@vger.kernel.org
4874 S:      Supported
4875 F:      drivers/net/ethernet/ibm/ibmveth.*
4876
4877 IBM Power Virtual SCSI Device Drivers
4878 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4879 L:      linux-scsi@vger.kernel.org
4880 S:      Supported
4881 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4882 F:      drivers/scsi/ibmvscsi/viosrp.h
4883
4884 IBM Power Virtual FC Device Drivers
4885 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4886 L:      linux-scsi@vger.kernel.org
4887 S:      Supported
4888 F:      drivers/scsi/ibmvscsi/ibmvfc*
4889
4890 IBM ServeRAID RAID DRIVER
4891 S:      Orphan
4892 F:      drivers/scsi/ips.*
4893
4894 ICH LPC AND GPIO DRIVER
4895 M:      Peter Tyser <ptyser@xes-inc.com>
4896 S:      Maintained
4897 F:      drivers/mfd/lpc_ich.c
4898 F:      drivers/gpio/gpio-ich.c
4899
4900 IDE SUBSYSTEM
4901 M:      "David S. Miller" <davem@davemloft.net>
4902 L:      linux-ide@vger.kernel.org
4903 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4905 S:      Maintained
4906 F:      Documentation/ide/
4907 F:      drivers/ide/
4908 F:      include/linux/ide.h
4909
4910 IDEAPAD LAPTOP EXTRAS DRIVER
4911 M:      Ike Panhc <ike.pan@canonical.com>
4912 L:      platform-driver-x86@vger.kernel.org
4913 W:      http://launchpad.net/ideapad-laptop
4914 S:      Maintained
4915 F:      drivers/platform/x86/ideapad-laptop.c
4916
4917 IDEAPAD LAPTOP SLIDEBAR DRIVER
4918 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4919 L:      linux-input@vger.kernel.org
4920 W:      https://github.com/o2genum/ideapad-slidebar
4921 S:      Maintained
4922 F:      drivers/input/misc/ideapad_slidebar.c
4923
4924 IDE/ATAPI DRIVERS
4925 M:      Borislav Petkov <bp@alien8.de>
4926 L:      linux-ide@vger.kernel.org
4927 S:      Maintained
4928 F:      Documentation/cdrom/ide-cd
4929 F:      drivers/ide/ide-cd*
4930
4931 IDLE-I7300
4932 M:      Andy Henroid <andrew.d.henroid@intel.com>
4933 L:      linux-pm@vger.kernel.org
4934 S:      Supported
4935 F:      drivers/idle/i7300_idle.c
4936
4937 IEEE 802.15.4 SUBSYSTEM
4938 M:      Alexander Aring <alex.aring@gmail.com>
4939 L:      linux-wpan@vger.kernel.org
4940 W:      https://github.com/linux-wpan
4941 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4942 S:      Maintained
4943 F:      net/ieee802154/
4944 F:      net/mac802154/
4945 F:      drivers/net/ieee802154/
4946 F:      include/linux/nl802154.h
4947 F:      include/linux/ieee802154.h
4948 F:      include/net/nl802154.h
4949 F:      include/net/mac802154.h
4950 F:      include/net/af_ieee802154.h
4951 F:      include/net/cfg802154.h
4952 F:      include/net/ieee802154_netdev.h
4953 F:      Documentation/networking/ieee802154.txt
4954
4955 IGORPLUG-USB IR RECEIVER
4956 M:      Sean Young <sean@mess.org>
4957 L:      linux-media@vger.kernel.org
4958 S:      Maintained
4959 F:      drivers/media/rc/igorplugusb.c
4960
4961 IGUANAWORKS USB IR TRANSCEIVER
4962 M:      Sean Young <sean@mess.org>
4963 L:      linux-media@vger.kernel.org
4964 S:      Maintained
4965 F:      drivers/media/rc/iguanair.c
4966
4967 IIO SUBSYSTEM AND DRIVERS
4968 M:      Jonathan Cameron <jic23@kernel.org>
4969 R:      Hartmut Knaack <knaack.h@gmx.de>
4970 R:      Lars-Peter Clausen <lars@metafoo.de>
4971 R:      Peter Meerwald <pmeerw@pmeerw.net>
4972 L:      linux-iio@vger.kernel.org
4973 S:      Maintained
4974 F:      drivers/iio/
4975 F:      drivers/staging/iio/
4976 F:      include/linux/iio/
4977 F:      tools/iio/
4978
4979 IKANOS/ADI EAGLE ADSL USB DRIVER
4980 M:      Matthieu Castet <castet.matthieu@free.fr>
4981 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4982 S:      Maintained
4983 F:      drivers/usb/atm/ueagle-atm.c
4984
4985 INA209 HARDWARE MONITOR DRIVER
4986 M:      Guenter Roeck <linux@roeck-us.net>
4987 L:      lm-sensors@lm-sensors.org
4988 S:      Maintained
4989 F:      Documentation/hwmon/ina209
4990 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4991 F:      drivers/hwmon/ina209.c
4992
4993 INA2XX HARDWARE MONITOR DRIVER
4994 M:      Guenter Roeck <linux@roeck-us.net>
4995 L:      lm-sensors@lm-sensors.org
4996 S:      Maintained
4997 F:      Documentation/hwmon/ina2xx
4998 F:      drivers/hwmon/ina2xx.c
4999 F:      include/linux/platform_data/ina2xx.h
5000
5001 INDUSTRY PACK SUBSYSTEM (IPACK)
5002 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5003 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5004 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5005 L:      industrypack-devel@lists.sourceforge.net
5006 W:      http://industrypack.sourceforge.net
5007 S:      Maintained
5008 F:      drivers/ipack/
5009
5010 INGENIC JZ4780 DMA Driver
5011 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5012 S:      Maintained
5013 F:      drivers/dma/dma-jz4780.c
5014
5015 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5016 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5017 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5018 L:      linux-ima-devel@lists.sourceforge.net
5019 L:      linux-ima-user@lists.sourceforge.net
5020 L:      linux-security-module@vger.kernel.org
5021 S:      Supported
5022 F:      security/integrity/ima/
5023
5024 IMGTEC IR DECODER DRIVER
5025 M:      James Hogan <james.hogan@imgtec.com>
5026 S:      Maintained
5027 F:      drivers/media/rc/img-ir/
5028
5029 IMS TWINTURBO FRAMEBUFFER DRIVER
5030 L:      linux-fbdev@vger.kernel.org
5031 S:      Orphan
5032 F:      drivers/video/fbdev/imsttfb.c
5033
5034 INFINIBAND SUBSYSTEM
5035 M:      Roland Dreier <roland@kernel.org>
5036 M:      Sean Hefty <sean.hefty@intel.com>
5037 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5038 L:      linux-rdma@vger.kernel.org
5039 W:      http://www.openfabrics.org/
5040 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
5042 S:      Supported
5043 F:      Documentation/infiniband/
5044 F:      drivers/infiniband/
5045 F:      include/uapi/linux/if_infiniband.h
5046
5047 INOTIFY
5048 M:      John McCutchan <john@johnmccutchan.com>
5049 M:      Robert Love <rlove@rlove.org>
5050 M:      Eric Paris <eparis@parisplace.org>
5051 S:      Maintained
5052 F:      Documentation/filesystems/inotify.txt
5053 F:      fs/notify/inotify/
5054 F:      include/linux/inotify.h
5055 F:      include/uapi/linux/inotify.h
5056
5057 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5058 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5059 L:      linux-input@vger.kernel.org
5060 Q:      http://patchwork.kernel.org/project/linux-input/list/
5061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5062 S:      Maintained
5063 F:      drivers/input/
5064 F:      include/linux/input.h
5065 F:      include/uapi/linux/input.h
5066 F:      include/linux/input/
5067
5068 INPUT MULTITOUCH (MT) PROTOCOL
5069 M:      Henrik Rydberg <rydberg@bitmath.org>
5070 L:      linux-input@vger.kernel.org
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5072 S:      Odd fixes
5073 F:      Documentation/input/multi-touch-protocol.txt
5074 F:      drivers/input/input-mt.c
5075 K:      \b(ABS|SYN)_MT_
5076
5077 INTEL ASoC BDW/HSW DRIVERS
5078 M:      Jie Yang <yang.jie@linux.intel.com>
5079 L:      alsa-devel@alsa-project.org
5080 S:      Supported
5081 F:      sound/soc/intel/sst-haswell*
5082 F:      sound/soc/intel/sst-dsp*
5083 F:      sound/soc/intel/sst-firmware.c
5084 F:      sound/soc/intel/broadwell.c
5085 F:      sound/soc/intel/haswell.c
5086
5087 INTEL C600 SERIES SAS CONTROLLER DRIVER
5088 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5089 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5090 L:      linux-scsi@vger.kernel.org
5091 T:      git git://git.code.sf.net/p/intel-sas/isci
5092 S:      Supported
5093 F:      drivers/scsi/isci/
5094
5095 INTEL IDLE DRIVER
5096 M:      Len Brown <lenb@kernel.org>
5097 L:      linux-pm@vger.kernel.org
5098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5099 S:      Supported
5100 F:      drivers/idle/intel_idle.c
5101
5102 INTEL PSTATE DRIVER
5103 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5104 L:      linux-pm@vger.kernel.org
5105 S:      Supported
5106 F:      drivers/cpufreq/intel_pstate.c
5107
5108 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5109 M:      Maik Broemme <mbroemme@plusserver.de>
5110 L:      linux-fbdev@vger.kernel.org
5111 S:      Maintained
5112 F:      Documentation/fb/intelfb.txt
5113 F:      drivers/video/fbdev/intelfb/
5114
5115 INTEL 810/815 FRAMEBUFFER DRIVER
5116 M:      Antonino Daplas <adaplas@gmail.com>
5117 L:      linux-fbdev@vger.kernel.org
5118 S:      Maintained
5119 F:      drivers/video/fbdev/i810/
5120
5121 INTEL MENLOW THERMAL DRIVER
5122 M:      Sujith Thomas <sujith.thomas@intel.com>
5123 L:      platform-driver-x86@vger.kernel.org
5124 W:      https://01.org/linux-acpi
5125 S:      Supported
5126 F:      drivers/platform/x86/intel_menlow.c
5127
5128 INTEL IA32 MICROCODE UPDATE SUPPORT
5129 M:      Borislav Petkov <bp@alien8.de>
5130 S:      Maintained
5131 F:      arch/x86/kernel/cpu/microcode/core*
5132 F:      arch/x86/kernel/cpu/microcode/intel*
5133
5134 INTEL I/OAT DMA DRIVER
5135 M:      Dave Jiang <dave.jiang@intel.com>
5136 R:      Dan Williams <dan.j.williams@intel.com>
5137 L:      dmaengine@vger.kernel.org
5138 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5139 S:      Supported
5140 F:      drivers/dma/ioat*
5141
5142 INTEL IOMMU (VT-d)
5143 M:      David Woodhouse <dwmw2@infradead.org>
5144 L:      iommu@lists.linux-foundation.org
5145 T:      git git://git.infradead.org/iommu-2.6.git
5146 S:      Supported
5147 F:      drivers/iommu/intel-iommu.c
5148 F:      include/linux/intel-iommu.h
5149
5150 INTEL IOP-ADMA DMA DRIVER
5151 R:      Dan Williams <dan.j.williams@intel.com>
5152 S:      Odd fixes
5153 F:      drivers/dma/iop-adma.c
5154
5155 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5156 M:      Krzysztof Halasa <khalasa@piap.pl>
5157 S:      Maintained
5158 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5159 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5160 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5161 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5162 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5163 F:      drivers/net/wan/ixp4xx_hss.c
5164
5165 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5166 M:      Deepak Saxena <dsaxena@plexity.net>
5167 S:      Maintained
5168 F:      drivers/char/hw_random/ixp4xx-rng.c
5169
5170 INTEL ETHERNET DRIVERS
5171 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5172 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5173 R:      Shannon Nelson <shannon.nelson@intel.com>
5174 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5175 R:      Don Skidmore <donald.c.skidmore@intel.com>
5176 R:      Matthew Vick <matthew.vick@intel.com>
5177 R:      John Ronciak <john.ronciak@intel.com>
5178 R:      Mitch Williams <mitch.a.williams@intel.com>
5179 L:      intel-wired-lan@lists.osuosl.org
5180 W:      http://www.intel.com/support/feedback.htm
5181 W:      http://e1000.sourceforge.net/
5182 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5185 S:      Supported
5186 F:      Documentation/networking/e100.txt
5187 F:      Documentation/networking/e1000.txt
5188 F:      Documentation/networking/e1000e.txt
5189 F:      Documentation/networking/igb.txt
5190 F:      Documentation/networking/igbvf.txt
5191 F:      Documentation/networking/ixgb.txt
5192 F:      Documentation/networking/ixgbe.txt
5193 F:      Documentation/networking/ixgbevf.txt
5194 F:      Documentation/networking/i40e.txt
5195 F:      Documentation/networking/i40evf.txt
5196 F:      drivers/net/ethernet/intel/
5197 F:      drivers/net/ethernet/intel/*/
5198
5199 INTEL-MID GPIO DRIVER
5200 M:      David Cohen <david.a.cohen@linux.intel.com>
5201 L:      linux-gpio@vger.kernel.org
5202 S:      Maintained
5203 F:      drivers/gpio/gpio-intel-mid.c
5204
5205 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5206 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5207 L:      linux-wireless@vger.kernel.org
5208 S:      Maintained
5209 F:      Documentation/networking/README.ipw2100
5210 F:      Documentation/networking/README.ipw2200
5211 F:      drivers/net/wireless/ipw2x00/
5212
5213 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5214 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5215 M:      Gang Wei <gang.wei@intel.com>
5216 M:      Shane Wang <shane.wang@intel.com>
5217 L:      tboot-devel@lists.sourceforge.net
5218 W:      http://tboot.sourceforge.net
5219 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5220 S:      Supported
5221 F:      Documentation/intel_txt.txt
5222 F:      include/linux/tboot.h
5223 F:      arch/x86/kernel/tboot.c
5224
5225 INTEL WIRELESS WIMAX CONNECTION 2400
5226 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5227 M:      linux-wimax@intel.com
5228 L:      wimax@linuxwimax.org (subscribers-only)
5229 S:      Supported
5230 W:      http://linuxwimax.org
5231 F:      Documentation/wimax/README.i2400m
5232 F:      drivers/net/wimax/i2400m/
5233 F:      include/uapi/linux/wimax/i2400m.h
5234
5235 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5236 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5237 L:      linux-wireless@vger.kernel.org
5238 S:      Supported
5239 F:      drivers/net/wireless/iwlegacy/
5240
5241 INTEL WIRELESS WIFI LINK (iwlwifi)
5242 M:      Johannes Berg <johannes.berg@intel.com>
5243 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5244 M:      Intel Linux Wireless <ilw@linux.intel.com>
5245 L:      linux-wireless@vger.kernel.org
5246 W:      http://intellinuxwireless.org
5247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5248 S:      Supported
5249 F:      drivers/net/wireless/iwlwifi/
5250
5251 INTEL MANAGEMENT ENGINE (mei)
5252 M:      Tomas Winkler <tomas.winkler@intel.com>
5253 L:      linux-kernel@vger.kernel.org
5254 S:      Supported
5255 F:      include/uapi/linux/mei.h
5256 F:      drivers/misc/mei/*
5257 F:      Documentation/misc-devices/mei/*
5258
5259 IOC3 ETHERNET DRIVER
5260 M:      Ralf Baechle <ralf@linux-mips.org>
5261 L:      linux-mips@linux-mips.org
5262 S:      Maintained
5263 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5264
5265 IOC3 SERIAL DRIVER
5266 M:      Pat Gefre <pfg@sgi.com>
5267 L:      linux-serial@vger.kernel.org
5268 S:      Maintained
5269 F:      drivers/tty/serial/ioc3_serial.c
5270
5271 IOMMU DRIVERS
5272 M:      Joerg Roedel <joro@8bytes.org>
5273 L:      iommu@lists.linux-foundation.org
5274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5275 S:      Maintained
5276 F:      drivers/iommu/
5277
5278 IP MASQUERADING
5279 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5280 S:      Maintained
5281 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5282
5283 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5284 M:      Francois Romieu <romieu@fr.zoreil.com>
5285 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5286 L:      netdev@vger.kernel.org
5287 S:      Maintained
5288 F:      drivers/net/ethernet/icplus/ipg.*
5289
5290 IPATH DRIVER
5291 M:      Mike Marciniszyn <infinipath@intel.com>
5292 L:      linux-rdma@vger.kernel.org
5293 S:      Maintained
5294 F:      drivers/infiniband/hw/ipath/
5295
5296 IPMI SUBSYSTEM
5297 M:      Corey Minyard <minyard@acm.org>
5298 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5299 W:      http://openipmi.sourceforge.net/
5300 S:      Supported
5301 F:      Documentation/IPMI.txt
5302 F:      drivers/char/ipmi/
5303 F:      include/linux/ipmi*
5304 F:      include/uapi/linux/ipmi*
5305
5306 QCOM AUDIO (ASoC) DRIVERS
5307 M:      Patrick Lai <plai@codeaurora.org>
5308 M:      Banajit Goswami <bgoswami@codeaurora.org>
5309 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5310 S:      Supported
5311 F:      sound/soc/qcom/
5312
5313 IPS SCSI RAID DRIVER
5314 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5315 L:      linux-scsi@vger.kernel.org
5316 W:      http://www.adaptec.com/
5317 S:      Maintained
5318 F:      drivers/scsi/ips*
5319
5320 IPVS
5321 M:      Wensong Zhang <wensong@linux-vs.org>
5322 M:      Simon Horman <horms@verge.net.au>
5323 M:      Julian Anastasov <ja@ssi.bg>
5324 L:      netdev@vger.kernel.org
5325 L:      lvs-devel@vger.kernel.org
5326 S:      Maintained
5327 F:      Documentation/networking/ipvs-sysctl.txt
5328 F:      include/net/ip_vs.h
5329 F:      include/uapi/linux/ip_vs.h
5330 F:      net/netfilter/ipvs/
5331
5332 IPWIRELESS DRIVER
5333 M:      Jiri Kosina <jkosina@suse.cz>
5334 M:      David Sterba <dsterba@suse.cz>
5335 S:      Odd Fixes
5336 F:      drivers/tty/ipwireless/
5337
5338 IPX NETWORK LAYER
5339 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5340 L:      netdev@vger.kernel.org
5341 S:      Maintained
5342 F:      include/net/ipx.h
5343 F:      include/uapi/linux/ipx.h
5344 F:      net/ipx/
5345
5346 IRDA SUBSYSTEM
5347 M:      Samuel Ortiz <samuel@sortiz.org>
5348 L:      irda-users@lists.sourceforge.net (subscribers-only)
5349 L:      netdev@vger.kernel.org
5350 W:      http://irda.sourceforge.net/
5351 S:      Maintained
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5353 F:      Documentation/networking/irda.txt
5354 F:      drivers/net/irda/
5355 F:      include/net/irda/
5356 F:      net/irda/
5357
5358 IRQ SUBSYSTEM
5359 M:      Thomas Gleixner <tglx@linutronix.de>
5360 L:      linux-kernel@vger.kernel.org
5361 S:      Maintained
5362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5363 F:      kernel/irq/
5364
5365 IRQCHIP DRIVERS
5366 M:      Thomas Gleixner <tglx@linutronix.de>
5367 M:      Jason Cooper <jason@lakedaemon.net>
5368 L:      linux-kernel@vger.kernel.org
5369 S:      Maintained
5370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5371 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5372 F:      Documentation/devicetree/bindings/interrupt-controller/
5373 F:      drivers/irqchip/
5374
5375 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5376 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5377 S:      Maintained
5378 F:      Documentation/IRQ-domain.txt
5379 F:      include/linux/irqdomain.h
5380 F:      kernel/irq/irqdomain.c
5381
5382 ISAPNP
5383 M:      Jaroslav Kysela <perex@perex.cz>
5384 S:      Maintained
5385 F:      Documentation/isapnp.txt
5386 F:      drivers/pnp/isapnp/
5387 F:      include/linux/isapnp.h
5388
5389 ISA RADIO MODULE
5390 M:      Hans Verkuil <hverkuil@xs4all.nl>
5391 L:      linux-media@vger.kernel.org
5392 T:      git git://linuxtv.org/media_tree.git
5393 W:      http://linuxtv.org
5394 S:      Maintained
5395 F:      drivers/media/radio/radio-isa*
5396
5397 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5398 M:      Peter Jones <pjones@redhat.com>
5399 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5400 S:      Maintained
5401 F:      drivers/firmware/iscsi_ibft*
5402
5403 ISCSI
5404 M:      Mike Christie <michaelc@cs.wisc.edu>
5405 L:      open-iscsi@googlegroups.com
5406 W:      www.open-iscsi.org
5407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5408 S:      Maintained
5409 F:      drivers/scsi/*iscsi*
5410 F:      include/scsi/*iscsi*
5411
5412 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5413 M:      Or Gerlitz <ogerlitz@mellanox.com>
5414 M:      Sagi Grimberg <sagig@mellanox.com>
5415 M:      Roi Dayan <roid@mellanox.com>
5416 L:      linux-rdma@vger.kernel.org
5417 S:      Supported
5418 W:      http://www.openfabrics.org
5419 W:      www.open-iscsi.org
5420 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5421 F:      drivers/infiniband/ulp/iser/
5422
5423 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5424 M:      Sagi Grimberg <sagig@mellanox.com>
5425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5426 L:      linux-rdma@vger.kernel.org
5427 L:      target-devel@vger.kernel.org
5428 S:      Supported
5429 W:      http://www.linux-iscsi.org
5430 F:      drivers/infiniband/ulp/isert
5431
5432 ISDN SUBSYSTEM
5433 M:      Karsten Keil <isdn@linux-pingi.de>
5434 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5435 L:      netdev@vger.kernel.org
5436 W:      http://www.isdn4linux.de
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5438 S:      Maintained
5439 F:      Documentation/isdn/
5440 F:      drivers/isdn/
5441 F:      include/linux/isdn.h
5442 F:      include/linux/isdn/
5443 F:      include/uapi/linux/isdn.h
5444 F:      include/uapi/linux/isdn/
5445
5446 ISDN SUBSYSTEM (Eicon active card driver)
5447 M:      Armin Schindler <mac@melware.de>
5448 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5449 W:      http://www.melware.de
5450 S:      Maintained
5451 F:      drivers/isdn/hardware/eicon/
5452
5453 IT87 HARDWARE MONITORING DRIVER
5454 M:      Jean Delvare <jdelvare@suse.de>
5455 L:      lm-sensors@lm-sensors.org
5456 S:      Maintained
5457 F:      Documentation/hwmon/it87
5458 F:      drivers/hwmon/it87.c
5459
5460 IT913X MEDIA DRIVER
5461 M:      Antti Palosaari <crope@iki.fi>
5462 L:      linux-media@vger.kernel.org
5463 W:      http://linuxtv.org/
5464 W:      http://palosaari.fi/linux/
5465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5466 T:      git git://linuxtv.org/anttip/media_tree.git
5467 S:      Maintained
5468 F:      drivers/media/tuners/it913x*
5469
5470 IVTV VIDEO4LINUX DRIVER
5471 M:      Andy Walls <awalls@md.metrocast.net>
5472 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5473 L:      linux-media@vger.kernel.org
5474 T:      git git://linuxtv.org/media_tree.git
5475 W:      http://www.ivtvdriver.org
5476 S:      Maintained
5477 F:      Documentation/video4linux/*.ivtv
5478 F:      drivers/media/pci/ivtv/
5479 F:      include/uapi/linux/ivtv*
5480
5481 IX2505V MEDIA DRIVER
5482 M:      Malcolm Priestley <tvboxspy@gmail.com>
5483 L:      linux-media@vger.kernel.org
5484 W:      http://linuxtv.org/
5485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5486 S:      Maintained
5487 F:      drivers/media/dvb-frontends/ix2505v*
5488
5489 JC42.4 TEMPERATURE SENSOR DRIVER
5490 M:      Guenter Roeck <linux@roeck-us.net>
5491 L:      lm-sensors@lm-sensors.org
5492 S:      Maintained
5493 F:      drivers/hwmon/jc42.c
5494 F:      Documentation/hwmon/jc42
5495
5496 JFS FILESYSTEM
5497 M:      Dave Kleikamp <shaggy@kernel.org>
5498 L:      jfs-discussion@lists.sourceforge.net
5499 W:      http://jfs.sourceforge.net/
5500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5501 S:      Maintained
5502 F:      Documentation/filesystems/jfs.txt
5503 F:      fs/jfs/
5504
5505 JME NETWORK DRIVER
5506 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5507 L:      netdev@vger.kernel.org
5508 S:      Maintained
5509 F:      drivers/net/ethernet/jme.*
5510
5511 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5512 M:      David Woodhouse <dwmw2@infradead.org>
5513 L:      linux-mtd@lists.infradead.org
5514 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5515 S:      Maintained
5516 F:      fs/jffs2/
5517 F:      include/uapi/linux/jffs2.h
5518
5519 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5520 M:      Andrew Morton <akpm@linux-foundation.org>
5521 M:      Jan Kara <jack@suse.cz>
5522 L:      linux-ext4@vger.kernel.org
5523 S:      Maintained
5524 F:      fs/jbd/
5525 F:      include/linux/jbd.h
5526
5527 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5528 M:      "Theodore Ts'o" <tytso@mit.edu>
5529 L:      linux-ext4@vger.kernel.org
5530 S:      Maintained
5531 F:      fs/jbd2/
5532 F:      include/linux/jbd2.h
5533
5534 JSM Neo PCI based serial card
5535 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5536 L:      linux-serial@vger.kernel.org
5537 S:      Maintained
5538 F:      drivers/tty/serial/jsm/
5539
5540 K10TEMP HARDWARE MONITORING DRIVER
5541 M:      Clemens Ladisch <clemens@ladisch.de>
5542 L:      lm-sensors@lm-sensors.org
5543 S:      Maintained
5544 F:      Documentation/hwmon/k10temp
5545 F:      drivers/hwmon/k10temp.c
5546
5547 K8TEMP HARDWARE MONITORING DRIVER
5548 M:      Rudolf Marek <r.marek@assembler.cz>
5549 L:      lm-sensors@lm-sensors.org
5550 S:      Maintained
5551 F:      Documentation/hwmon/k8temp
5552 F:      drivers/hwmon/k8temp.c
5553
5554 KCONFIG
5555 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5556 L:      linux-kbuild@vger.kernel.org
5557 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5558 S:      Maintained
5559 F:      Documentation/kbuild/kconfig-language.txt
5560 F:      scripts/kconfig/
5561
5562 KDBUS
5563 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5564 M:      Daniel Mack <daniel@zonque.org>
5565 M:      David Herrmann <dh.herrmann@googlemail.com>
5566 M:      Djalal Harouni <tixxdz@opendz.org>
5567 L:      linux-kernel@vger.kernel.org
5568 S:      Maintained
5569 F:      ipc/kdbus/*
5570 F:      samples/kdbus/*
5571 F:      Documentation/kdbus/*
5572 F:      include/uapi/linux/kdbus.h
5573 F:      tools/testing/selftests/kdbus/
5574
5575 KDUMP
5576 M:      Vivek Goyal <vgoyal@redhat.com>
5577 M:      Haren Myneni <hbabu@us.ibm.com>
5578 L:      kexec@lists.infradead.org
5579 W:      http://lse.sourceforge.net/kdump/
5580 S:      Maintained
5581 F:      Documentation/kdump/
5582
5583 KEENE FM RADIO TRANSMITTER DRIVER
5584 M:      Hans Verkuil <hverkuil@xs4all.nl>
5585 L:      linux-media@vger.kernel.org
5586 T:      git git://linuxtv.org/media_tree.git
5587 W:      http://linuxtv.org
5588 S:      Maintained
5589 F:      drivers/media/radio/radio-keene*
5590
5591 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5592 M:      Ian Kent <raven@themaw.net>
5593 L:      autofs@vger.kernel.org
5594 S:      Maintained
5595 F:      fs/autofs4/
5596
5597 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5598 M:      Michal Marek <mmarek@suse.cz>
5599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5601 L:      linux-kbuild@vger.kernel.org
5602 S:      Maintained
5603 F:      Documentation/kbuild/
5604 F:      Makefile
5605 F:      scripts/Makefile.*
5606 F:      scripts/basic/
5607 F:      scripts/mk*
5608 F:      scripts/package/
5609
5610 KERNEL JANITORS
5611 L:      kernel-janitors@vger.kernel.org
5612 W:      http://kernelnewbies.org/KernelJanitors
5613 S:      Odd Fixes
5614
5615 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5616 M:      "J. Bruce Fields" <bfields@fieldses.org>
5617 L:      linux-nfs@vger.kernel.org
5618 W:      http://nfs.sourceforge.net/
5619 S:      Supported
5620 F:      fs/nfsd/
5621 F:      include/uapi/linux/nfsd/
5622 F:      fs/lockd/
5623 F:      fs/nfs_common/
5624 F:      net/sunrpc/
5625 F:      include/linux/lockd/
5626 F:      include/linux/sunrpc/
5627 F:      include/uapi/linux/sunrpc/
5628
5629 KERNEL SELFTEST FRAMEWORK
5630 M:      Shuah Khan <shuahkh@osg.samsung.com>
5631 L:      linux-api@vger.kernel.org
5632 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5633 S:      Maintained
5634 F:      tools/testing/selftests
5635
5636 KERNEL VIRTUAL MACHINE (KVM)
5637 M:      Gleb Natapov <gleb@kernel.org>
5638 M:      Paolo Bonzini <pbonzini@redhat.com>
5639 L:      kvm@vger.kernel.org
5640 W:      http://www.linux-kvm.org
5641 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5642 S:      Supported
5643 F:      Documentation/*/kvm*.txt
5644 F:      Documentation/virtual/kvm/
5645 F:      arch/*/kvm/
5646 F:      arch/x86/kernel/kvm.c
5647 F:      arch/x86/kernel/kvmclock.c
5648 F:      arch/*/include/asm/kvm*
5649 F:      include/linux/kvm*
5650 F:      include/uapi/linux/kvm*
5651 F:      virt/kvm/
5652
5653 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5654 M:      Joerg Roedel <joro@8bytes.org>
5655 L:      kvm@vger.kernel.org
5656 W:      http://kvm.qumranet.com
5657 S:      Maintained
5658 F:      arch/x86/include/asm/svm.h
5659 F:      arch/x86/kvm/svm.c
5660
5661 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5662 M:      Alexander Graf <agraf@suse.de>
5663 L:      kvm-ppc@vger.kernel.org
5664 W:      http://kvm.qumranet.com
5665 T:      git git://github.com/agraf/linux-2.6.git
5666 S:      Supported
5667 F:      arch/powerpc/include/asm/kvm*
5668 F:      arch/powerpc/kvm/
5669
5670 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5671 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5672 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5673 M:      linux390@de.ibm.com
5674 L:      linux-s390@vger.kernel.org
5675 W:      http://www.ibm.com/developerworks/linux/linux390/
5676 S:      Supported
5677 F:      Documentation/s390/kvm.txt
5678 F:      arch/s390/include/asm/kvm*
5679 F:      arch/s390/kvm/
5680 F:      drivers/s390/kvm/
5681
5682 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5683 M:      Christoffer Dall <christoffer.dall@linaro.org>
5684 M:      Marc Zyngier <marc.zyngier@arm.com>
5685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5686 L:      kvmarm@lists.cs.columbia.edu
5687 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5688 S:      Supported
5689 F:      arch/arm/include/uapi/asm/kvm*
5690 F:      arch/arm/include/asm/kvm*
5691 F:      arch/arm/kvm/
5692 F:      virt/kvm/arm/
5693 F:      include/kvm/arm_*
5694
5695 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5696 M:      Christoffer Dall <christoffer.dall@linaro.org>
5697 M:      Marc Zyngier <marc.zyngier@arm.com>
5698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5699 L:      kvmarm@lists.cs.columbia.edu
5700 S:      Maintained
5701 F:      arch/arm64/include/uapi/asm/kvm*
5702 F:      arch/arm64/include/asm/kvm*
5703 F:      arch/arm64/kvm/
5704
5705 KEXEC
5706 M:      Eric Biederman <ebiederm@xmission.com>
5707 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5708 L:      kexec@lists.infradead.org
5709 S:      Maintained
5710 F:      include/linux/kexec.h
5711 F:      include/uapi/linux/kexec.h
5712 F:      kernel/kexec.c
5713
5714 KEYS/KEYRINGS:
5715 M:      David Howells <dhowells@redhat.com>
5716 L:      keyrings@linux-nfs.org
5717 S:      Maintained
5718 F:      Documentation/security/keys.txt
5719 F:      include/linux/key.h
5720 F:      include/linux/key-type.h
5721 F:      include/keys/
5722 F:      security/keys/
5723
5724 KEYS-TRUSTED
5725 M:      David Safford <safford@us.ibm.com>
5726 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5727 L:      linux-security-module@vger.kernel.org
5728 L:      keyrings@linux-nfs.org
5729 S:      Supported
5730 F:      Documentation/security/keys-trusted-encrypted.txt
5731 F:      include/keys/trusted-type.h
5732 F:      security/keys/trusted.c
5733 F:      security/keys/trusted.h
5734
5735 KEYS-ENCRYPTED
5736 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5737 M:      David Safford <safford@us.ibm.com>
5738 L:      linux-security-module@vger.kernel.org
5739 L:      keyrings@linux-nfs.org
5740 S:      Supported
5741 F:      Documentation/security/keys-trusted-encrypted.txt
5742 F:      include/keys/encrypted-type.h
5743 F:      security/keys/encrypted-keys/
5744
5745 KGDB / KDB /debug_core
5746 M:      Jason Wessel <jason.wessel@windriver.com>
5747 W:      http://kgdb.wiki.kernel.org/
5748 L:      kgdb-bugreport@lists.sourceforge.net
5749 S:      Maintained
5750 F:      Documentation/DocBook/kgdb.tmpl
5751 F:      drivers/misc/kgdbts.c
5752 F:      drivers/tty/serial/kgdboc.c
5753 F:      include/linux/kdb.h
5754 F:      include/linux/kgdb.h
5755 F:      kernel/debug/
5756
5757 KMEMCHECK
5758 M:      Vegard Nossum <vegardno@ifi.uio.no>
5759 M:      Pekka Enberg <penberg@kernel.org>
5760 S:      Maintained
5761 F:      Documentation/kmemcheck.txt
5762 F:      arch/x86/include/asm/kmemcheck.h
5763 F:      arch/x86/mm/kmemcheck/
5764 F:      include/linux/kmemcheck.h
5765 F:      mm/kmemcheck.c
5766
5767 KMEMLEAK
5768 M:      Catalin Marinas <catalin.marinas@arm.com>
5769 S:      Maintained
5770 F:      Documentation/kmemleak.txt
5771 F:      include/linux/kmemleak.h
5772 F:      mm/kmemleak.c
5773 F:      mm/kmemleak-test.c
5774
5775 KPROBES
5776 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5777 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5778 M:      "David S. Miller" <davem@davemloft.net>
5779 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5780 S:      Maintained
5781 F:      Documentation/kprobes.txt
5782 F:      include/linux/kprobes.h
5783 F:      kernel/kprobes.c
5784
5785 KS0108 LCD CONTROLLER DRIVER
5786 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5787 W:      http://miguelojeda.es/auxdisplay.htm
5788 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5789 S:      Maintained
5790 F:      Documentation/auxdisplay/ks0108
5791 F:      drivers/auxdisplay/ks0108.c
5792 F:      include/linux/ks0108.h
5793
5794 LAPB module
5795 L:      linux-x25@vger.kernel.org
5796 S:      Orphan
5797 F:      Documentation/networking/lapb-module.txt
5798 F:      include/*/lapb.h
5799 F:      net/lapb/
5800
5801 LASI 53c700 driver for PARISC
5802 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5803 L:      linux-scsi@vger.kernel.org
5804 S:      Maintained
5805 F:      Documentation/scsi/53c700.txt
5806 F:      drivers/scsi/53c700*
5807
5808 LED SUBSYSTEM
5809 M:      Bryan Wu <cooloney@gmail.com>
5810 M:      Richard Purdie <rpurdie@rpsys.net>
5811 L:      linux-leds@vger.kernel.org
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5813 S:      Maintained
5814 F:      drivers/leds/
5815 F:      include/linux/leds.h
5816
5817 LEGACY EEPROM DRIVER
5818 M:      Jean Delvare <jdelvare@suse.de>
5819 S:      Maintained
5820 F:      Documentation/misc-devices/eeprom
5821 F:      drivers/misc/eeprom/eeprom.c
5822
5823 LEGO USB Tower driver
5824 M:      Juergen Stuber <starblue@users.sourceforge.net>
5825 L:      legousb-devel@lists.sourceforge.net
5826 W:      http://legousb.sourceforge.net/
5827 S:      Maintained
5828 F:      drivers/usb/misc/legousbtower.c
5829
5830 LG2160 MEDIA DRIVER
5831 M:      Michael Krufky <mkrufky@linuxtv.org>
5832 L:      linux-media@vger.kernel.org
5833 W:      http://linuxtv.org/
5834 W:      http://github.com/mkrufky
5835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5836 T:      git git://linuxtv.org/mkrufky/tuners.git
5837 S:      Maintained
5838 F:      drivers/media/dvb-frontends/lg2160.*
5839
5840 LGDT3305 MEDIA DRIVER
5841 M:      Michael Krufky <mkrufky@linuxtv.org>
5842 L:      linux-media@vger.kernel.org
5843 W:      http://linuxtv.org/
5844 W:      http://github.com/mkrufky
5845 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5846 T:      git git://linuxtv.org/mkrufky/tuners.git
5847 S:      Maintained
5848 F:      drivers/media/dvb-frontends/lgdt3305.*
5849
5850 LGUEST
5851 M:      Rusty Russell <rusty@rustcorp.com.au>
5852 L:      lguest@lists.ozlabs.org
5853 W:      http://lguest.ozlabs.org/
5854 S:      Odd Fixes
5855 F:      arch/x86/include/asm/lguest*.h
5856 F:      arch/x86/lguest/
5857 F:      drivers/lguest/
5858 F:      include/linux/lguest*.h
5859 F:      tools/lguest/
5860
5861 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5862 M:      Tejun Heo <tj@kernel.org>
5863 L:      linux-ide@vger.kernel.org
5864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5865 S:      Maintained
5866 F:      drivers/ata/
5867 F:      include/linux/ata.h
5868 F:      include/linux/libata.h
5869
5870 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5871 M:      Viresh Kumar <viresh.linux@gmail.com>
5872 L:      linux-ide@vger.kernel.org
5873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5874 S:      Maintained
5875 F:      include/linux/pata_arasan_cf_data.h
5876 F:      drivers/ata/pata_arasan_cf.c
5877
5878 LIBATA PATA DRIVERS
5879 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5880 M:      Tejun Heo <tj@kernel.org>
5881 L:      linux-ide@vger.kernel.org
5882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5883 S:      Maintained
5884 F:      drivers/ata/pata_*.c
5885 F:      drivers/ata/ata_generic.c
5886
5887 LIBATA SATA AHCI PLATFORM devices support
5888 M:      Hans de Goede <hdegoede@redhat.com>
5889 M:      Tejun Heo <tj@kernel.org>
5890 L:      linux-ide@vger.kernel.org
5891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5892 S:      Maintained
5893 F:      drivers/ata/ahci_platform.c
5894 F:      drivers/ata/libahci_platform.c
5895 F:      include/linux/ahci_platform.h
5896
5897 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5898 M:      Mikael Pettersson <mikpelinux@gmail.com>
5899 L:      linux-ide@vger.kernel.org
5900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5901 S:      Maintained
5902 F:      drivers/ata/sata_promise.*
5903
5904 LIBLOCKDEP
5905 M:      Sasha Levin <sasha.levin@oracle.com>
5906 S:      Maintained
5907 F:      tools/lib/lockdep/
5908
5909 LINUX FOR IBM pSERIES (RS/6000)
5910 M:      Paul Mackerras <paulus@au.ibm.com>
5911 W:      http://www.ibm.com/linux/ltc/projects/ppc
5912 S:      Supported
5913 F:      arch/powerpc/boot/rs6000.h
5914
5915 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5916 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5917 M:      Paul Mackerras <paulus@samba.org>
5918 M:      Michael Ellerman <mpe@ellerman.id.au>
5919 W:      http://www.penguinppc.org/
5920 L:      linuxppc-dev@lists.ozlabs.org
5921 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5923 S:      Supported
5924 F:      Documentation/powerpc/
5925 F:      arch/powerpc/
5926
5927 LINUX FOR POWER MACINTOSH
5928 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5929 W:      http://www.penguinppc.org/
5930 L:      linuxppc-dev@lists.ozlabs.org
5931 S:      Maintained
5932 F:      arch/powerpc/platforms/powermac/
5933 F:      drivers/macintosh/
5934
5935 LINUX FOR POWERPC EMBEDDED MPC5XXX
5936 M:      Anatolij Gustschin <agust@denx.de>
5937 L:      linuxppc-dev@lists.ozlabs.org
5938 T:      git git://git.denx.de/linux-denx-agust.git
5939 S:      Maintained
5940 F:      arch/powerpc/platforms/512x/
5941 F:      arch/powerpc/platforms/52xx/
5942
5943 LINUX FOR POWERPC EMBEDDED PPC4XX
5944 M:      Alistair Popple <alistair@popple.id.au>
5945 M:      Matt Porter <mporter@kernel.crashing.org>
5946 W:      http://www.penguinppc.org/
5947 L:      linuxppc-dev@lists.ozlabs.org
5948 S:      Maintained
5949 F:      arch/powerpc/platforms/40x/
5950 F:      arch/powerpc/platforms/44x/
5951
5952 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5953 L:      linuxppc-dev@lists.ozlabs.org
5954 S:      Orphan
5955 F:      arch/powerpc/*/*virtex*
5956 F:      arch/powerpc/*/*/*virtex*
5957
5958 LINUX FOR POWERPC EMBEDDED PPC8XX
5959 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5960 W:      http://www.penguinppc.org/
5961 L:      linuxppc-dev@lists.ozlabs.org
5962 S:      Maintained
5963 F:      arch/powerpc/platforms/8xx/
5964
5965 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5966 M:      Scott Wood <scottwood@freescale.com>
5967 M:      Kumar Gala <galak@kernel.crashing.org>
5968 W:      http://www.penguinppc.org/
5969 L:      linuxppc-dev@lists.ozlabs.org
5970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5971 S:      Maintained
5972 F:      arch/powerpc/platforms/83xx/
5973 F:      arch/powerpc/platforms/85xx/
5974
5975 LINUX FOR POWERPC PA SEMI PWRFICIENT
5976 M:      Olof Johansson <olof@lixom.net>
5977 L:      linuxppc-dev@lists.ozlabs.org
5978 S:      Maintained
5979 F:      arch/powerpc/platforms/pasemi/
5980 F:      drivers/*/*pasemi*
5981 F:      drivers/*/*/*pasemi*
5982
5983 LINUX SECURITY MODULE (LSM) FRAMEWORK
5984 M:      Chris Wright <chrisw@sous-sol.org>
5985 L:      linux-security-module@vger.kernel.org
5986 S:      Supported
5987
5988 LIS3LV02D ACCELEROMETER DRIVER
5989 M:      Eric Piel <eric.piel@tremplin-utc.net>
5990 S:      Maintained
5991 F:      Documentation/misc-devices/lis3lv02d
5992 F:      drivers/misc/lis3lv02d/
5993 F:      drivers/platform/x86/hp_accel.c
5994
5995 LIVE PATCHING
5996 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5997 M:      Seth Jennings <sjenning@redhat.com>
5998 M:      Jiri Kosina <jkosina@suse.cz>
5999 M:      Vojtech Pavlik <vojtech@suse.cz>
6000 S:      Maintained
6001 F:      kernel/livepatch/
6002 F:      include/linux/livepatch.h
6003 F:      arch/x86/include/asm/livepatch.h
6004 F:      arch/x86/kernel/livepatch.c
6005 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6006 F:      samples/livepatch/
6007 L:      live-patching@vger.kernel.org
6008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6009
6010 LLC (802.2)
6011 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6012 S:      Maintained
6013 F:      include/linux/llc.h
6014 F:      include/uapi/linux/llc.h
6015 F:      include/net/llc*
6016 F:      net/llc/
6017
6018 LM73 HARDWARE MONITOR DRIVER
6019 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6020 L:      lm-sensors@lm-sensors.org
6021 S:      Maintained
6022 F:      drivers/hwmon/lm73.c
6023
6024 LM78 HARDWARE MONITOR DRIVER
6025 M:      Jean Delvare <jdelvare@suse.de>
6026 L:      lm-sensors@lm-sensors.org
6027 S:      Maintained
6028 F:      Documentation/hwmon/lm78
6029 F:      drivers/hwmon/lm78.c
6030
6031 LM83 HARDWARE MONITOR DRIVER
6032 M:      Jean Delvare <jdelvare@suse.de>
6033 L:      lm-sensors@lm-sensors.org
6034 S:      Maintained
6035 F:      Documentation/hwmon/lm83
6036 F:      drivers/hwmon/lm83.c
6037
6038 LM90 HARDWARE MONITOR DRIVER
6039 M:      Jean Delvare <jdelvare@suse.de>
6040 L:      lm-sensors@lm-sensors.org
6041 S:      Maintained
6042 F:      Documentation/hwmon/lm90
6043 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6044 F:      drivers/hwmon/lm90.c
6045
6046 LM95234 HARDWARE MONITOR DRIVER
6047 M:      Guenter Roeck <linux@roeck-us.net>
6048 L:      lm-sensors@lm-sensors.org
6049 S:      Maintained
6050 F:      Documentation/hwmon/lm95234
6051 F:      drivers/hwmon/lm95234.c
6052
6053 LME2510 MEDIA DRIVER
6054 M:      Malcolm Priestley <tvboxspy@gmail.com>
6055 L:      linux-media@vger.kernel.org
6056 W:      http://linuxtv.org/
6057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6058 S:      Maintained
6059 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6060
6061 LOCKDEP AND LOCKSTAT
6062 M:      Peter Zijlstra <peterz@infradead.org>
6063 M:      Ingo Molnar <mingo@redhat.com>
6064 L:      linux-kernel@vger.kernel.org
6065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6066 S:      Maintained
6067 F:      Documentation/locking/lockdep*.txt
6068 F:      Documentation/locking/lockstat.txt
6069 F:      include/linux/lockdep.h
6070 F:      kernel/locking/
6071
6072 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6073 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6074 L:      linux-ntfs-dev@lists.sourceforge.net
6075 W:      http://www.linux-ntfs.org/content/view/19/37/
6076 S:      Maintained
6077 F:      Documentation/ldm.txt
6078 F:      block/partitions/ldm.*
6079
6080 LogFS
6081 M:      Joern Engel <joern@logfs.org>
6082 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6083 L:      logfs@logfs.org
6084 W:      logfs.org
6085 S:      Maintained
6086 F:      fs/logfs/
6087
6088 LPC32XX MACHINE SUPPORT
6089 M:      Roland Stigge <stigge@antcom.de>
6090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6091 S:      Maintained
6092 F:      arch/arm/mach-lpc32xx/
6093
6094 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6095 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6096 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6097 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6098 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6099 L:      MPT-FusionLinux.pdl@avagotech.com
6100 L:      linux-scsi@vger.kernel.org
6101 W:      http://www.lsilogic.com/support
6102 S:      Supported
6103 F:      drivers/message/fusion/
6104 F:      drivers/scsi/mpt2sas/
6105 F:      drivers/scsi/mpt3sas/
6106
6107 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6108 M:      Matthew Wilcox <matthew@wil.cx>
6109 L:      linux-scsi@vger.kernel.org
6110 S:      Maintained
6111 F:      drivers/scsi/sym53c8xx_2/
6112
6113 LTC4261 HARDWARE MONITOR DRIVER
6114 M:      Guenter Roeck <linux@roeck-us.net>
6115 L:      lm-sensors@lm-sensors.org
6116 S:      Maintained
6117 F:      Documentation/hwmon/ltc4261
6118 F:      drivers/hwmon/ltc4261.c
6119
6120 LTP (Linux Test Project)
6121 M:      Mike Frysinger <vapier@gentoo.org>
6122 M:      Cyril Hrubis <chrubis@suse.cz>
6123 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6124 M:      Jan Stancek <jstancek@redhat.com>
6125 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6126 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6127 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6128 W:      http://linux-test-project.github.io/
6129 T:      git git://github.com/linux-test-project/ltp.git
6130 S:      Maintained
6131
6132 M32R ARCHITECTURE
6133 W:      http://www.linux-m32r.org/
6134 S:      Orphan
6135 F:      arch/m32r/
6136
6137 M68K ARCHITECTURE
6138 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6139 L:      linux-m68k@lists.linux-m68k.org
6140 W:      http://www.linux-m68k.org/
6141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6142 S:      Maintained
6143 F:      arch/m68k/
6144 F:      drivers/zorro/
6145
6146 M68K ON APPLE MACINTOSH
6147 M:      Joshua Thompson <funaho@jurai.org>
6148 W:      http://www.mac.linux-m68k.org/
6149 L:      linux-m68k@lists.linux-m68k.org
6150 S:      Maintained
6151 F:      arch/m68k/mac/
6152
6153 M68K ON HP9000/300
6154 M:      Philip Blundell <philb@gnu.org>
6155 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6156 S:      Maintained
6157 F:      arch/m68k/hp300/
6158
6159 M88DS3103 MEDIA DRIVER
6160 M:      Antti Palosaari <crope@iki.fi>
6161 L:      linux-media@vger.kernel.org
6162 W:      http://linuxtv.org/
6163 W:      http://palosaari.fi/linux/
6164 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6165 T:      git git://linuxtv.org/anttip/media_tree.git
6166 S:      Maintained
6167 F:      drivers/media/dvb-frontends/m88ds3103*
6168
6169 M88RS2000 MEDIA DRIVER
6170 M:      Malcolm Priestley <tvboxspy@gmail.com>
6171 L:      linux-media@vger.kernel.org
6172 W:      http://linuxtv.org/
6173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6174 S:      Maintained
6175 F:      drivers/media/dvb-frontends/m88rs2000*
6176
6177 M88TS2022 MEDIA DRIVER
6178 M:      Antti Palosaari <crope@iki.fi>
6179 L:      linux-media@vger.kernel.org
6180 W:      http://linuxtv.org/
6181 W:      http://palosaari.fi/linux/
6182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6183 T:      git git://linuxtv.org/anttip/media_tree.git
6184 S:      Maintained
6185 F:      drivers/media/tuners/m88ts2022*
6186
6187 MA901 MASTERKIT USB FM RADIO DRIVER
6188 M:      Alexey Klimov <klimov.linux@gmail.com>
6189 L:      linux-media@vger.kernel.org
6190 T:      git git://linuxtv.org/media_tree.git
6191 S:      Maintained
6192 F:      drivers/media/radio/radio-ma901.c
6193
6194 MAC80211
6195 M:      Johannes Berg <johannes@sipsolutions.net>
6196 L:      linux-wireless@vger.kernel.org
6197 W:      http://wireless.kernel.org/
6198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6200 S:      Maintained
6201 F:      Documentation/networking/mac80211-injection.txt
6202 F:      include/net/mac80211.h
6203 F:      net/mac80211/
6204
6205 MACVLAN DRIVER
6206 M:      Patrick McHardy <kaber@trash.net>
6207 L:      netdev@vger.kernel.org
6208 S:      Maintained
6209 F:      drivers/net/macvlan.c
6210 F:      include/linux/if_macvlan.h
6211
6212 MAILBOX API
6213 M:      Jassi Brar <jassisinghbrar@gmail.com>
6214 L:      linux-kernel@vger.kernel.org
6215 S:      Maintained
6216 F:      drivers/mailbox/
6217 F:      include/linux/mailbox_client.h
6218 F:      include/linux/mailbox_controller.h
6219
6220 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6221 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6222 W:      http://www.kernel.org/doc/man-pages
6223 L:      linux-man@vger.kernel.org
6224 S:      Maintained
6225
6226 MARVELL ARMADA DRM SUPPORT
6227 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6228 S:      Maintained
6229 F:      drivers/gpu/drm/armada/
6230
6231 MARVELL 88E6352 DSA support
6232 M:      Guenter Roeck <linux@roeck-us.net>
6233 S:      Maintained
6234 F:      drivers/net/dsa/mv88e6352.c
6235
6236 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6237 M:      Mirko Lindner <mlindner@marvell.com>
6238 M:      Stephen Hemminger <stephen@networkplumber.org>
6239 L:      netdev@vger.kernel.org
6240 S:      Maintained
6241 F:      drivers/net/ethernet/marvell/sk*
6242
6243 MARVELL LIBERTAS WIRELESS DRIVER
6244 L:      libertas-dev@lists.infradead.org
6245 S:      Orphan
6246 F:      drivers/net/wireless/libertas/
6247
6248 MARVELL MV643XX ETHERNET DRIVER
6249 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6250 L:      netdev@vger.kernel.org
6251 S:      Maintained
6252 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6253 F:      include/linux/mv643xx.h
6254
6255 MARVELL MVNETA ETHERNET DRIVER
6256 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6257 L:      netdev@vger.kernel.org
6258 S:      Maintained
6259 F:      drivers/net/ethernet/marvell/mvneta.*
6260
6261 MARVELL MWIFIEX WIRELESS DRIVER
6262 M:      Amitkumar Karwar <akarwar@marvell.com>
6263 M:      Avinash Patil <patila@marvell.com>
6264 L:      linux-wireless@vger.kernel.org
6265 S:      Maintained
6266 F:      drivers/net/wireless/mwifiex/
6267
6268 MARVELL MWL8K WIRELESS DRIVER
6269 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6270 L:      linux-wireless@vger.kernel.org
6271 S:      Odd Fixes
6272 F:      drivers/net/wireless/mwl8k.c
6273
6274 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6275 M:      Nicolas Pitre <nico@fluxnic.net>
6276 S:      Odd Fixes
6277 F:      drivers/mmc/host/mvsdio.*
6278
6279 MATROX FRAMEBUFFER DRIVER
6280 L:      linux-fbdev@vger.kernel.org
6281 S:      Orphan
6282 F:      drivers/video/fbdev/matrox/matroxfb_*
6283 F:      include/uapi/linux/matroxfb.h
6284
6285 MAX16065 HARDWARE MONITOR DRIVER
6286 M:      Guenter Roeck <linux@roeck-us.net>
6287 L:      lm-sensors@lm-sensors.org
6288 S:      Maintained
6289 F:      Documentation/hwmon/max16065
6290 F:      drivers/hwmon/max16065.c
6291
6292 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6293 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6294 L:      lm-sensors@lm-sensors.org
6295 S:      Maintained
6296 F:      Documentation/hwmon/max6650
6297 F:      drivers/hwmon/max6650.c
6298
6299 MAX6697 HARDWARE MONITOR DRIVER
6300 M:      Guenter Roeck <linux@roeck-us.net>
6301 L:      lm-sensors@lm-sensors.org
6302 S:      Maintained
6303 F:      Documentation/hwmon/max6697
6304 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6305 F:      drivers/hwmon/max6697.c
6306 F:      include/linux/platform_data/max6697.h
6307
6308 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6309 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6310 L:      linux-pm@vger.kernel.org
6311 S:      Supported
6312 F:      drivers/power/max14577_charger.c
6313 F:      drivers/power/max77693_charger.c
6314
6315 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6316 M:      Chanwoo Choi <cw00.choi@samsung.com>
6317 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6318 L:      linux-kernel@vger.kernel.org
6319 S:      Supported
6320 F:      drivers/*/max14577.c
6321 F:      drivers/*/max77686.c
6322 F:      drivers/*/max77693.c
6323 F:      drivers/extcon/extcon-max14577.c
6324 F:      drivers/extcon/extcon-max77693.c
6325 F:      drivers/rtc/rtc-max77686.c
6326 F:      drivers/clk/clk-max77686.c
6327 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6328 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6329 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6330 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6331 F:      include/linux/mfd/max14577*.h
6332 F:      include/linux/mfd/max77686*.h
6333 F:      include/linux/mfd/max77693*.h
6334
6335 MAXIRADIO FM RADIO RECEIVER DRIVER
6336 M:      Hans Verkuil <hverkuil@xs4all.nl>
6337 L:      linux-media@vger.kernel.org
6338 T:      git git://linuxtv.org/media_tree.git
6339 W:      http://linuxtv.org
6340 S:      Maintained
6341 F:      drivers/media/radio/radio-maxiradio*
6342
6343 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6344 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6345 P:      LinuxTV.org Project
6346 L:      linux-media@vger.kernel.org
6347 W:      http://linuxtv.org
6348 Q:      http://patchwork.kernel.org/project/linux-media/list/
6349 T:      git git://linuxtv.org/media_tree.git
6350 S:      Maintained
6351 F:      Documentation/dvb/
6352 F:      Documentation/video4linux/
6353 F:      Documentation/DocBook/media/
6354 F:      drivers/media/
6355 F:      drivers/staging/media/
6356 F:      include/media/
6357 F:      include/uapi/linux/dvb/
6358 F:      include/uapi/linux/videodev2.h
6359 F:      include/uapi/linux/media.h
6360 F:      include/uapi/linux/v4l2-*
6361 F:      include/uapi/linux/meye.h
6362 F:      include/uapi/linux/ivtv*
6363 F:      include/uapi/linux/uvcvideo.h
6364
6365 MEGARAID SCSI/SAS DRIVERS
6366 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6367 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6368 M:      Uday Lingala <uday.lingala@avagotech.com>
6369 L:      megaraidlinux.pdl@avagotech.com
6370 L:      linux-scsi@vger.kernel.org
6371 W:      http://www.lsi.com
6372 S:      Maintained
6373 F:      Documentation/scsi/megaraid.txt
6374 F:      drivers/scsi/megaraid.*
6375 F:      drivers/scsi/megaraid/
6376
6377 MELLANOX ETHERNET DRIVER (mlx4_en)
6378 M:      Amir Vadai <amirv@mellanox.com>
6379 M:      Ido Shamay <idos@mellanox.com>
6380 L:      netdev@vger.kernel.org
6381 S:      Supported
6382 W:      http://www.mellanox.com
6383 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6384 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6385
6386 MEMORY MANAGEMENT
6387 L:      linux-mm@kvack.org
6388 W:      http://www.linux-mm.org
6389 S:      Maintained
6390 F:      include/linux/mm.h
6391 F:      include/linux/gfp.h
6392 F:      include/linux/mmzone.h
6393 F:      include/linux/memory_hotplug.h
6394 F:      include/linux/vmalloc.h
6395 F:      mm/
6396
6397 MEMORY TECHNOLOGY DEVICES (MTD)
6398 M:      David Woodhouse <dwmw2@infradead.org>
6399 M:      Brian Norris <computersforpeace@gmail.com>
6400 L:      linux-mtd@lists.infradead.org
6401 W:      http://www.linux-mtd.infradead.org/
6402 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6403 T:      git git://git.infradead.org/linux-mtd.git
6404 T:      git git://git.infradead.org/l2-mtd.git
6405 S:      Maintained
6406 F:      drivers/mtd/
6407 F:      include/linux/mtd/
6408 F:      include/uapi/mtd/
6409
6410 MEN A21 WATCHDOG DRIVER
6411 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6412 L:      linux-watchdog@vger.kernel.org
6413 S:      Supported
6414 F:      drivers/watchdog/mena21_wdt.c
6415
6416 MEN CHAMELEON BUS (mcb)
6417 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6418 S:      Supported
6419 F:      drivers/mcb/
6420 F:      include/linux/mcb.h
6421
6422 MEN F21BMC (Board Management Controller)
6423 M:      Andreas Werner <andreas.werner@men.de>
6424 S:      Supported
6425 F:      drivers/mfd/menf21bmc.c
6426 F:      drivers/watchdog/menf21bmc_wdt.c
6427 F:      drivers/leds/leds-menf21bmc.c
6428 F:      drivers/hwmon/menf21bmc_hwmon.c
6429 F:      Documentation/hwmon/menf21bmc
6430
6431 METAG ARCHITECTURE
6432 M:      James Hogan <james.hogan@imgtec.com>
6433 L:      linux-metag@vger.kernel.org
6434 S:      Supported
6435 F:      arch/metag/
6436 F:      Documentation/metag/
6437 F:      Documentation/devicetree/bindings/metag/
6438 F:      drivers/clocksource/metag_generic.c
6439 F:      drivers/irqchip/irq-metag.c
6440 F:      drivers/irqchip/irq-metag-ext.c
6441 F:      drivers/tty/metag_da.c
6442
6443 MICROBLAZE ARCHITECTURE
6444 M:      Michal Simek <monstr@monstr.eu>
6445 W:      http://www.monstr.eu/fdt/
6446 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6447 S:      Supported
6448 F:      arch/microblaze/
6449
6450 MICROTEK X6 SCANNER
6451 M:      Oliver Neukum <oliver@neukum.org>
6452 S:      Maintained
6453 F:      drivers/usb/image/microtek.*
6454
6455 MIPS
6456 M:      Ralf Baechle <ralf@linux-mips.org>
6457 L:      linux-mips@linux-mips.org
6458 W:      http://www.linux-mips.org/
6459 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6460 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6461 S:      Supported
6462 F:      Documentation/mips/
6463 F:      arch/mips/
6464
6465 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6466 M:      Hans Verkuil <hverkuil@xs4all.nl>
6467 L:      linux-media@vger.kernel.org
6468 T:      git git://linuxtv.org/media_tree.git
6469 W:      http://linuxtv.org
6470 S:      Odd Fixes
6471 F:      drivers/media/radio/radio-miropcm20*
6472
6473 Mellanox MLX5 core VPI driver
6474 M:      Eli Cohen <eli@mellanox.com>
6475 L:      netdev@vger.kernel.org
6476 L:      linux-rdma@vger.kernel.org
6477 W:      http://www.mellanox.com
6478 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6479 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6480 T:      git git://openfabrics.org/~eli/connect-ib.git
6481 S:      Supported
6482 F:      drivers/net/ethernet/mellanox/mlx5/core/
6483 F:      include/linux/mlx5/
6484
6485 Mellanox MLX5 IB driver
6486 M:      Eli Cohen <eli@mellanox.com>
6487 L:      linux-rdma@vger.kernel.org
6488 W:      http://www.mellanox.com
6489 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6490 T:      git git://openfabrics.org/~eli/connect-ib.git
6491 S:      Supported
6492 F:      include/linux/mlx5/
6493 F:      drivers/infiniband/hw/mlx5/
6494
6495 MN88472 MEDIA DRIVER
6496 M:      Antti Palosaari <crope@iki.fi>
6497 L:      linux-media@vger.kernel.org
6498 W:      http://linuxtv.org/
6499 W:      http://palosaari.fi/linux/
6500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6501 T:      git git://linuxtv.org/anttip/media_tree.git
6502 S:      Maintained
6503 F:      drivers/staging/media/mn88472/
6504 F:      drivers/media/dvb-frontends/mn88472.h
6505
6506 MN88473 MEDIA DRIVER
6507 M:      Antti Palosaari <crope@iki.fi>
6508 L:      linux-media@vger.kernel.org
6509 W:      http://linuxtv.org/
6510 W:      http://palosaari.fi/linux/
6511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6512 T:      git git://linuxtv.org/anttip/media_tree.git
6513 S:      Maintained
6514 F:      drivers/staging/media/mn88473/
6515 F:      drivers/media/dvb-frontends/mn88473.h
6516
6517 MODULE SUPPORT
6518 M:      Rusty Russell <rusty@rustcorp.com.au>
6519 S:      Maintained
6520 F:      include/linux/module.h
6521 F:      kernel/module.c
6522
6523 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6524 W:      http://popies.net/meye/
6525 S:      Orphan
6526 F:      Documentation/video4linux/meye.txt
6527 F:      drivers/media/pci/meye/
6528 F:      include/uapi/linux/meye.h
6529
6530 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6531 M:      Jiri Slaby <jirislaby@gmail.com>
6532 S:      Maintained
6533 F:      Documentation/serial/moxa-smartio
6534 F:      drivers/tty/mxser.*
6535
6536 MR800 AVERMEDIA USB FM RADIO DRIVER
6537 M:      Alexey Klimov <klimov.linux@gmail.com>
6538 L:      linux-media@vger.kernel.org
6539 T:      git git://linuxtv.org/media_tree.git
6540 S:      Maintained
6541 F:      drivers/media/radio/radio-mr800.c
6542
6543 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6544 M:      Alan Ott <alan@signal11.us>
6545 L:      linux-wpan@vger.kernel.org
6546 S:      Maintained
6547 F:      drivers/net/ieee802154/mrf24j40.c
6548
6549 MSI LAPTOP SUPPORT
6550 M:      "Lee, Chun-Yi" <jlee@suse.com>
6551 L:      platform-driver-x86@vger.kernel.org
6552 S:      Maintained
6553 F:      drivers/platform/x86/msi-laptop.c
6554
6555 MSI WMI SUPPORT
6556 M:      Anisse Astier <anisse@astier.eu>
6557 L:      platform-driver-x86@vger.kernel.org
6558 S:      Supported
6559 F:      drivers/platform/x86/msi-wmi.c
6560
6561 MSI001 MEDIA DRIVER
6562 M:      Antti Palosaari <crope@iki.fi>
6563 L:      linux-media@vger.kernel.org
6564 W:      http://linuxtv.org/
6565 W:      http://palosaari.fi/linux/
6566 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6567 T:      git git://linuxtv.org/anttip/media_tree.git
6568 S:      Maintained
6569 F:      drivers/media/tuners/msi001*
6570
6571 MSI2500 MEDIA DRIVER
6572 M:      Antti Palosaari <crope@iki.fi>
6573 L:      linux-media@vger.kernel.org
6574 W:      http://linuxtv.org/
6575 W:      http://palosaari.fi/linux/
6576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6577 T:      git git://linuxtv.org/anttip/media_tree.git
6578 S:      Maintained
6579 F:      drivers/media/usb/msi2500/
6580
6581 MT9M032 APTINA SENSOR DRIVER
6582 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6583 L:      linux-media@vger.kernel.org
6584 T:      git git://linuxtv.org/media_tree.git
6585 S:      Maintained
6586 F:      drivers/media/i2c/mt9m032.c
6587 F:      include/media/mt9m032.h
6588
6589 MT9P031 APTINA CAMERA SENSOR
6590 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6591 L:      linux-media@vger.kernel.org
6592 T:      git git://linuxtv.org/media_tree.git
6593 S:      Maintained
6594 F:      drivers/media/i2c/mt9p031.c
6595 F:      include/media/mt9p031.h
6596
6597 MT9T001 APTINA CAMERA SENSOR
6598 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6599 L:      linux-media@vger.kernel.org
6600 T:      git git://linuxtv.org/media_tree.git
6601 S:      Maintained
6602 F:      drivers/media/i2c/mt9t001.c
6603 F:      include/media/mt9t001.h
6604
6605 MT9V032 APTINA CAMERA SENSOR
6606 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6607 L:      linux-media@vger.kernel.org
6608 T:      git git://linuxtv.org/media_tree.git
6609 S:      Maintained
6610 F:      drivers/media/i2c/mt9v032.c
6611 F:      include/media/mt9v032.h
6612
6613 MULTIFUNCTION DEVICES (MFD)
6614 M:      Samuel Ortiz <sameo@linux.intel.com>
6615 M:      Lee Jones <lee.jones@linaro.org>
6616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6617 S:      Supported
6618 F:      drivers/mfd/
6619 F:      include/linux/mfd/
6620
6621 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6622 M:      Ulf Hansson <ulf.hansson@linaro.org>
6623 L:      linux-mmc@vger.kernel.org
6624 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6625 S:      Maintained
6626 F:      drivers/mmc/
6627 F:      include/linux/mmc/
6628 F:      include/uapi/linux/mmc/
6629
6630 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6631 S:      Orphan
6632 F:      drivers/mmc/host/mmc_spi.c
6633 F:      include/linux/spi/mmc_spi.h
6634
6635 MULTISOUND SOUND DRIVER
6636 M:      Andrew Veliath <andrewtv@usa.net>
6637 S:      Maintained
6638 F:      Documentation/sound/oss/MultiSound
6639 F:      sound/oss/msnd*
6640
6641 MULTITECH MULTIPORT CARD (ISICOM)
6642 S:      Orphan
6643 F:      drivers/tty/isicom.c
6644 F:      include/linux/isicom.h
6645
6646 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6647 M:      Felipe Balbi <balbi@ti.com>
6648 L:      linux-usb@vger.kernel.org
6649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6650 S:      Maintained
6651 F:      drivers/usb/musb/
6652
6653 MXL5007T MEDIA DRIVER
6654 M:      Michael Krufky <mkrufky@linuxtv.org>
6655 L:      linux-media@vger.kernel.org
6656 W:      http://linuxtv.org/
6657 W:      http://github.com/mkrufky
6658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6659 T:      git git://linuxtv.org/mkrufky/tuners.git
6660 S:      Maintained
6661 F:      drivers/media/tuners/mxl5007t.*
6662
6663 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6664 M:      Hyong-Youb Kim <hykim@myri.com>
6665 L:      netdev@vger.kernel.org
6666 W:      https://www.myricom.com/support/downloads/myri10ge.html
6667 S:      Supported
6668 F:      drivers/net/ethernet/myricom/myri10ge/
6669
6670 NATSEMI ETHERNET DRIVER (DP8381x)
6671 S:      Orphan
6672 F:      drivers/net/ethernet/natsemi/natsemi.c
6673
6674 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6675 M:      Daniel Mack <zonque@gmail.com>
6676 S:      Maintained
6677 L:      alsa-devel@alsa-project.org
6678 W:      http://www.native-instruments.com
6679 F:      sound/usb/caiaq/
6680
6681 NCP FILESYSTEM
6682 M:      Petr Vandrovec <petr@vandrovec.name>
6683 S:      Odd Fixes
6684 F:      fs/ncpfs/
6685
6686 NCR 5380 SCSI DRIVERS
6687 M:      Finn Thain <fthain@telegraphics.com.au>
6688 M:      Michael Schmitz <schmitzmic@gmail.com>
6689 L:      linux-scsi@vger.kernel.org
6690 S:      Maintained
6691 F:      Documentation/scsi/g_NCR5380.txt
6692 F:      drivers/scsi/NCR5380.*
6693 F:      drivers/scsi/arm/cumana_1.c
6694 F:      drivers/scsi/arm/oak.c
6695 F:      drivers/scsi/atari_NCR5380.c
6696 F:      drivers/scsi/atari_scsi.*
6697 F:      drivers/scsi/dmx3191d.c
6698 F:      drivers/scsi/dtc.*
6699 F:      drivers/scsi/g_NCR5380.*
6700 F:      drivers/scsi/g_NCR5380_mmio.c
6701 F:      drivers/scsi/mac_scsi.*
6702 F:      drivers/scsi/pas16.*
6703 F:      drivers/scsi/sun3_scsi.*
6704 F:      drivers/scsi/sun3_scsi_vme.c
6705 F:      drivers/scsi/t128.*
6706
6707 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6708 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6709 L:      linux-scsi@vger.kernel.org
6710 S:      Maintained
6711 F:      drivers/scsi/NCR_D700.*
6712
6713 NCT6775 HARDWARE MONITOR DRIVER
6714 M:      Guenter Roeck <linux@roeck-us.net>
6715 L:      lm-sensors@lm-sensors.org
6716 S:      Maintained
6717 F:      Documentation/hwmon/nct6775
6718 F:      drivers/hwmon/nct6775.c
6719
6720 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6721 M:      Faisal Latif <faisal.latif@intel.com>
6722 L:      linux-rdma@vger.kernel.org
6723 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6724 S:      Supported
6725 F:      drivers/infiniband/hw/nes/
6726
6727 NETEM NETWORK EMULATOR
6728 M:      Stephen Hemminger <stephen@networkplumber.org>
6729 L:      netem@lists.linux-foundation.org
6730 S:      Maintained
6731 F:      net/sched/sch_netem.c
6732
6733 NETERION 10GbE DRIVERS (s2io/vxge)
6734 M:      Jon Mason <jdmason@kudzu.us>
6735 L:      netdev@vger.kernel.org
6736 S:      Supported
6737 F:      Documentation/networking/s2io.txt
6738 F:      Documentation/networking/vxge.txt
6739 F:      drivers/net/ethernet/neterion/
6740
6741 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6742 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6743 M:      Patrick McHardy <kaber@trash.net>
6744 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6745 L:      netfilter-devel@vger.kernel.org
6746 L:      coreteam@netfilter.org
6747 W:      http://www.netfilter.org/
6748 W:      http://www.iptables.org/
6749 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6752 S:      Supported
6753 F:      include/linux/netfilter*
6754 F:      include/linux/netfilter/
6755 F:      include/net/netfilter/
6756 F:      include/uapi/linux/netfilter*
6757 F:      include/uapi/linux/netfilter/
6758 F:      net/*/netfilter.c
6759 F:      net/*/netfilter/
6760 F:      net/netfilter/
6761
6762 NETLABEL
6763 M:      Paul Moore <paul@paul-moore.com>
6764 W:      http://netlabel.sf.net
6765 L:      netdev@vger.kernel.org
6766 S:      Maintained
6767 F:      Documentation/netlabel/
6768 F:      include/net/netlabel.h
6769 F:      net/netlabel/
6770
6771 NETROM NETWORK LAYER
6772 M:      Ralf Baechle <ralf@linux-mips.org>
6773 L:      linux-hams@vger.kernel.org
6774 W:      http://www.linux-ax25.org/
6775 S:      Maintained
6776 F:      include/net/netrom.h
6777 F:      include/uapi/linux/netrom.h
6778 F:      net/netrom/
6779
6780 NETWORK BLOCK DEVICE (NBD)
6781 M:      Markus Pargmann <mpa@pengutronix.de>
6782 S:      Maintained
6783 L:      nbd-general@lists.sourceforge.net
6784 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6785 F:      Documentation/blockdev/nbd.txt
6786 F:      drivers/block/nbd.c
6787 F:      include/linux/nbd.h
6788 F:      include/uapi/linux/nbd.h
6789
6790 NETWORK DROP MONITOR
6791 M:      Neil Horman <nhorman@tuxdriver.com>
6792 L:      netdev@vger.kernel.org
6793 S:      Maintained
6794 W:      https://fedorahosted.org/dropwatch/
6795 F:      net/core/drop_monitor.c
6796
6797 NETWORKING [GENERAL]
6798 M:      "David S. Miller" <davem@davemloft.net>
6799 L:      netdev@vger.kernel.org
6800 W:      http://www.linuxfoundation.org/en/Net
6801 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6804 S:      Maintained
6805 F:      net/
6806 F:      include/net/
6807 F:      include/linux/in.h
6808 F:      include/linux/net.h
6809 F:      include/linux/netdevice.h
6810 F:      include/uapi/linux/in.h
6811 F:      include/uapi/linux/net.h
6812 F:      include/uapi/linux/netdevice.h
6813 F:      include/uapi/linux/net_namespace.h
6814 F:      tools/net/
6815 F:      tools/testing/selftests/net/
6816 F:      lib/random32.c
6817 F:      lib/test_bpf.c
6818
6819 NETWORKING [IPv4/IPv6]
6820 M:      "David S. Miller" <davem@davemloft.net>
6821 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6822 M:      James Morris <jmorris@namei.org>
6823 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6824 M:      Patrick McHardy <kaber@trash.net>
6825 L:      netdev@vger.kernel.org
6826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6827 S:      Maintained
6828 F:      net/ipv4/
6829 F:      net/ipv6/
6830 F:      include/net/ip*
6831 F:      arch/x86/net/*
6832
6833 NETWORKING [IPSEC]
6834 M:      Steffen Klassert <steffen.klassert@secunet.com>
6835 M:      Herbert Xu <herbert@gondor.apana.org.au>
6836 M:      "David S. Miller" <davem@davemloft.net>
6837 L:      netdev@vger.kernel.org
6838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6840 S:      Maintained
6841 F:      net/core/flow.c
6842 F:      net/xfrm/
6843 F:      net/key/
6844 F:      net/ipv4/xfrm*
6845 F:      net/ipv4/esp4.c
6846 F:      net/ipv4/ah4.c
6847 F:      net/ipv4/ipcomp.c
6848 F:      net/ipv4/ip_vti.c
6849 F:      net/ipv6/xfrm*
6850 F:      net/ipv6/esp6.c
6851 F:      net/ipv6/ah6.c
6852 F:      net/ipv6/ipcomp6.c
6853 F:      net/ipv6/ip6_vti.c
6854 F:      include/uapi/linux/xfrm.h
6855 F:      include/net/xfrm.h
6856
6857 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6858 M:      Paul Moore <paul@paul-moore.com>
6859 L:      netdev@vger.kernel.org
6860 S:      Maintained
6861
6862 NETWORKING [WIRELESS]
6863 L:      linux-wireless@vger.kernel.org
6864 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6865
6866 NETWORKING DRIVERS
6867 L:      netdev@vger.kernel.org
6868 W:      http://www.linuxfoundation.org/en/Net
6869 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6872 S:      Odd Fixes
6873 F:      drivers/net/
6874 F:      include/linux/if_*
6875 F:      include/linux/netdevice.h
6876 F:      include/linux/arcdevice.h
6877 F:      include/linux/etherdevice.h
6878 F:      include/linux/fcdevice.h
6879 F:      include/linux/fddidevice.h
6880 F:      include/linux/hippidevice.h
6881 F:      include/linux/inetdevice.h
6882 F:      include/uapi/linux/if_*
6883 F:      include/uapi/linux/netdevice.h
6884
6885 NETWORKING DRIVERS (WIRELESS)
6886 M:      Kalle Valo <kvalo@codeaurora.org>
6887 L:      linux-wireless@vger.kernel.org
6888 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6890 S:      Maintained
6891 F:      drivers/net/wireless/
6892
6893 NETXEN (1/10) GbE SUPPORT
6894 M:      Manish Chopra <manish.chopra@qlogic.com>
6895 M:      Sony Chacko <sony.chacko@qlogic.com>
6896 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6897 L:      netdev@vger.kernel.org
6898 W:      http://www.qlogic.com
6899 S:      Supported
6900 F:      drivers/net/ethernet/qlogic/netxen/
6901
6902 NFC SUBSYSTEM
6903 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6904 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6905 M:      Samuel Ortiz <sameo@linux.intel.com>
6906 L:      linux-wireless@vger.kernel.org
6907 L:      linux-nfc@lists.01.org (subscribers-only)
6908 S:      Supported
6909 F:      net/nfc/
6910 F:      include/net/nfc/
6911 F:      include/uapi/linux/nfc.h
6912 F:      drivers/nfc/
6913 F:      include/linux/platform_data/pn544.h
6914 F:      Documentation/devicetree/bindings/net/nfc/
6915
6916 NFS, SUNRPC, AND LOCKD CLIENTS
6917 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6918 M:      Anna Schumaker <anna.schumaker@netapp.com>
6919 L:      linux-nfs@vger.kernel.org
6920 W:      http://client.linux-nfs.org
6921 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6922 S:      Maintained
6923 F:      fs/lockd/
6924 F:      fs/nfs/
6925 F:      fs/nfs_common/
6926 F:      net/sunrpc/
6927 F:      include/linux/lockd/
6928 F:      include/linux/nfs*
6929 F:      include/linux/sunrpc/
6930 F:      include/uapi/linux/nfs*
6931 F:      include/uapi/linux/sunrpc/
6932
6933 NILFS2 FILESYSTEM
6934 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6935 L:      linux-nilfs@vger.kernel.org
6936 W:      http://nilfs.sourceforge.net/
6937 T:      git git://github.com/konis/nilfs2.git
6938 S:      Supported
6939 F:      Documentation/filesystems/nilfs2.txt
6940 F:      fs/nilfs2/
6941 F:      include/linux/nilfs2_fs.h
6942
6943 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6944 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6945 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6946 S:      Maintained
6947 F:      Documentation/scsi/NinjaSCSI.txt
6948 F:      drivers/scsi/pcmcia/nsp_*
6949
6950 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6951 M:      GOTO Masanori <gotom@debian.or.jp>
6952 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6953 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6954 S:      Maintained
6955 F:      Documentation/scsi/NinjaSCSI.txt
6956 F:      drivers/scsi/nsp32*
6957
6958 NIOS2 ARCHITECTURE
6959 M:      Ley Foon Tan <lftan@altera.com>
6960 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6961 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6962 S:      Maintained
6963 F:      arch/nios2/
6964
6965 NTB DRIVER
6966 M:      Jon Mason <jdmason@kudzu.us>
6967 M:      Dave Jiang <dave.jiang@intel.com>
6968 S:      Supported
6969 W:      https://github.com/jonmason/ntb/wiki
6970 T:      git git://github.com/jonmason/ntb.git
6971 F:      drivers/ntb/
6972 F:      drivers/net/ntb_netdev.c
6973 F:      include/linux/ntb.h
6974
6975 NTFS FILESYSTEM
6976 M:      Anton Altaparmakov <anton@tuxera.com>
6977 L:      linux-ntfs-dev@lists.sourceforge.net
6978 W:      http://www.tuxera.com/
6979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6980 S:      Supported
6981 F:      Documentation/filesystems/ntfs.txt
6982 F:      fs/ntfs/
6983
6984 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6985 M:      Antonino Daplas <adaplas@gmail.com>
6986 L:      linux-fbdev@vger.kernel.org
6987 S:      Maintained
6988 F:      drivers/video/fbdev/riva/
6989 F:      drivers/video/fbdev/nvidia/
6990
6991 NVM EXPRESS DRIVER
6992 M:      Matthew Wilcox <willy@linux.intel.com>
6993 L:      linux-nvme@lists.infradead.org
6994 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6995 S:      Supported
6996 F:      drivers/block/nvme*
6997 F:      include/linux/nvme.h
6998
6999 NXP TDA998X DRM DRIVER
7000 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7001 S:      Supported
7002 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7003 F:      include/drm/i2c/tda998x.h
7004
7005 NXP TFA9879 DRIVER
7006 M:      Peter Rosin <peda@axentia.se>
7007 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7008 S:      Maintained
7009 F:      sound/soc/codecs/tfa9879*
7010
7011 OMAP SUPPORT
7012 M:      Tony Lindgren <tony@atomide.com>
7013 L:      linux-omap@vger.kernel.org
7014 W:      http://www.muru.com/linux/omap/
7015 W:      http://linux.omap.com/
7016 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7018 S:      Maintained
7019 F:      arch/arm/*omap*/
7020 F:      arch/arm/configs/omap1_defconfig
7021 F:      arch/arm/configs/omap2plus_defconfig
7022 F:      drivers/i2c/busses/i2c-omap.c
7023 F:      drivers/irqchip/irq-omap-intc.c
7024 F:      drivers/mfd/*omap*.c
7025 F:      drivers/mfd/menelaus.c
7026 F:      drivers/mfd/palmas.c
7027 F:      drivers/mfd/tps65217.c
7028 F:      drivers/mfd/tps65218.c
7029 F:      drivers/mfd/tps65910.c
7030 F:      drivers/mfd/twl-core.[ch]
7031 F:      drivers/mfd/twl4030*.c
7032 F:      drivers/mfd/twl6030*.c
7033 F:      drivers/mfd/twl6040*.c
7034 F:      drivers/regulator/palmas-regulator*.c
7035 F:      drivers/regulator/pbias-regulator.c
7036 F:      drivers/regulator/tps65217-regulator.c
7037 F:      drivers/regulator/tps65218-regulator.c
7038 F:      drivers/regulator/tps65910-regulator.c
7039 F:      drivers/regulator/twl-regulator.c
7040 F:      include/linux/i2c-omap.h
7041
7042 OMAP DEVICE TREE SUPPORT
7043 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7044 M:      Tony Lindgren <tony@atomide.com>
7045 L:      linux-omap@vger.kernel.org
7046 L:      devicetree@vger.kernel.org
7047 S:      Maintained
7048 F:      arch/arm/boot/dts/*omap*
7049 F:      arch/arm/boot/dts/*am3*
7050 F:      arch/arm/boot/dts/*am4*
7051 F:      arch/arm/boot/dts/*am5*
7052 F:      arch/arm/boot/dts/*dra7*
7053
7054 OMAP CLOCK FRAMEWORK SUPPORT
7055 M:      Paul Walmsley <paul@pwsan.com>
7056 L:      linux-omap@vger.kernel.org
7057 S:      Maintained
7058 F:      arch/arm/*omap*/*clock*
7059
7060 OMAP POWER MANAGEMENT SUPPORT
7061 M:      Kevin Hilman <khilman@deeprootsystems.com>
7062 L:      linux-omap@vger.kernel.org
7063 S:      Maintained
7064 F:      arch/arm/*omap*/*pm*
7065 F:      drivers/cpufreq/omap-cpufreq.c
7066
7067 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7068 M:      Rajendra Nayak <rnayak@ti.com>
7069 M:      Paul Walmsley <paul@pwsan.com>
7070 L:      linux-omap@vger.kernel.org
7071 S:      Maintained
7072 F:      arch/arm/mach-omap2/prm*
7073
7074 OMAP AUDIO SUPPORT
7075 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7076 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7077 L:      alsa-devel@alsa-project.org (subscribers-only)
7078 L:      linux-omap@vger.kernel.org
7079 S:      Maintained
7080 F:      sound/soc/omap/
7081
7082 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7083 M:      Roger Quadros <rogerq@ti.com>
7084 M:      Tony Lindgren <tony@atomide.com>
7085 L:      linux-omap@vger.kernel.org
7086 S:      Maintained
7087 F:      drivers/memory/omap-gpmc.c
7088 F:      arch/arm/mach-omap2/*gpmc*
7089
7090 OMAP FRAMEBUFFER SUPPORT
7091 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7092 L:      linux-fbdev@vger.kernel.org
7093 L:      linux-omap@vger.kernel.org
7094 S:      Maintained
7095 F:      drivers/video/fbdev/omap/
7096
7097 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7098 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7099 L:      linux-omap@vger.kernel.org
7100 L:      linux-fbdev@vger.kernel.org
7101 S:      Maintained
7102 F:      drivers/video/fbdev/omap2/
7103 F:      Documentation/arm/OMAP/DSS
7104
7105 OMAP HARDWARE SPINLOCK SUPPORT
7106 M:      Ohad Ben-Cohen <ohad@wizery.com>
7107 L:      linux-omap@vger.kernel.org
7108 S:      Maintained
7109 F:      drivers/hwspinlock/omap_hwspinlock.c
7110 F:      arch/arm/mach-omap2/hwspinlock.c
7111
7112 OMAP MMC SUPPORT
7113 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7114 L:      linux-omap@vger.kernel.org
7115 S:      Maintained
7116 F:      drivers/mmc/host/omap.c
7117
7118 OMAP HS MMC SUPPORT
7119 L:      linux-mmc@vger.kernel.org
7120 L:      linux-omap@vger.kernel.org
7121 S:      Orphan
7122 F:      drivers/mmc/host/omap_hsmmc.c
7123
7124 OMAP RANDOM NUMBER GENERATOR SUPPORT
7125 M:      Deepak Saxena <dsaxena@plexity.net>
7126 S:      Maintained
7127 F:      drivers/char/hw_random/omap-rng.c
7128
7129 OMAP HWMOD SUPPORT
7130 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7131 M:      Paul Walmsley <paul@pwsan.com>
7132 L:      linux-omap@vger.kernel.org
7133 S:      Maintained
7134 F:      arch/arm/mach-omap2/omap_hwmod.*
7135
7136 OMAP HWMOD DATA
7137 M:      Paul Walmsley <paul@pwsan.com>
7138 L:      linux-omap@vger.kernel.org
7139 S:      Maintained
7140 F:      arch/arm/mach-omap2/omap_hwmod*data*
7141
7142 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7143 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7144 L:      linux-omap@vger.kernel.org
7145 S:      Maintained
7146 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7147
7148 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7149 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7150 L:      linux-media@vger.kernel.org
7151 S:      Maintained
7152 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7153 F:      drivers/media/platform/omap3isp/
7154 F:      drivers/staging/media/omap4iss/
7155
7156 OMAP USB SUPPORT
7157 M:      Felipe Balbi <balbi@ti.com>
7158 L:      linux-usb@vger.kernel.org
7159 L:      linux-omap@vger.kernel.org
7160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7161 S:      Maintained
7162 F:      drivers/usb/*/*omap*
7163 F:      arch/arm/*omap*/usb*
7164
7165 OMAP GPIO DRIVER
7166 M:      Javier Martinez Canillas <javier@dowhile0.org>
7167 M:      Santosh Shilimkar <ssantosh@kernel.org>
7168 M:      Kevin Hilman <khilman@deeprootsystems.com>
7169 L:      linux-omap@vger.kernel.org
7170 S:      Maintained
7171 F:      drivers/gpio/gpio-omap.c
7172
7173 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7174 M:      Mark Jackson <mpfj@newflow.co.uk>
7175 L:      linux-omap@vger.kernel.org
7176 S:      Maintained
7177 F:      arch/arm/boot/dts/am335x-nano.dts
7178
7179 OMFS FILESYSTEM
7180 M:      Bob Copeland <me@bobcopeland.com>
7181 L:      linux-karma-devel@lists.sourceforge.net
7182 S:      Maintained
7183 F:      Documentation/filesystems/omfs.txt
7184 F:      fs/omfs/
7185
7186 OMNIKEY CARDMAN 4000 DRIVER
7187 M:      Harald Welte <laforge@gnumonks.org>
7188 S:      Maintained
7189 F:      drivers/char/pcmcia/cm4000_cs.c
7190 F:      include/linux/cm4000_cs.h
7191 F:      include/uapi/linux/cm4000_cs.h
7192
7193 OMNIKEY CARDMAN 4040 DRIVER
7194 M:      Harald Welte <laforge@gnumonks.org>
7195 S:      Maintained
7196 F:      drivers/char/pcmcia/cm4040_cs.*
7197
7198 OMNIVISION OV7670 SENSOR DRIVER
7199 M:      Jonathan Corbet <corbet@lwn.net>
7200 L:      linux-media@vger.kernel.org
7201 T:      git git://linuxtv.org/media_tree.git
7202 S:      Maintained
7203 F:      drivers/media/i2c/ov7670.c
7204
7205 ONENAND FLASH DRIVER
7206 M:      Kyungmin Park <kyungmin.park@samsung.com>
7207 L:      linux-mtd@lists.infradead.org
7208 S:      Maintained
7209 F:      drivers/mtd/onenand/
7210 F:      include/linux/mtd/onenand*.h
7211
7212 ONSTREAM SCSI TAPE DRIVER
7213 M:      Willem Riede <osst@riede.org>
7214 L:      osst-users@lists.sourceforge.net
7215 L:      linux-scsi@vger.kernel.org
7216 S:      Maintained
7217 F:      Documentation/scsi/osst.txt
7218 F:      drivers/scsi/osst.*
7219 F:      drivers/scsi/osst_*.h
7220 F:      drivers/scsi/st.h
7221
7222 OPENCORES I2C BUS DRIVER
7223 M:      Peter Korsgaard <jacmet@sunsite.dk>
7224 L:      linux-i2c@vger.kernel.org
7225 S:      Maintained
7226 F:      Documentation/i2c/busses/i2c-ocores
7227 F:      drivers/i2c/busses/i2c-ocores.c
7228
7229 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7230 M:      Grant Likely <grant.likely@linaro.org>
7231 M:      Rob Herring <robh+dt@kernel.org>
7232 L:      devicetree@vger.kernel.org
7233 W:      http://www.devicetree.org/
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7235 S:      Maintained
7236 F:      drivers/of/
7237 F:      include/linux/of*.h
7238 F:      scripts/dtc/
7239
7240 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7241 M:      Rob Herring <robh+dt@kernel.org>
7242 M:      Pawel Moll <pawel.moll@arm.com>
7243 M:      Mark Rutland <mark.rutland@arm.com>
7244 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7245 M:      Kumar Gala <galak@codeaurora.org>
7246 L:      devicetree@vger.kernel.org
7247 S:      Maintained
7248 F:      Documentation/devicetree/
7249 F:      arch/*/boot/dts/
7250 F:      include/dt-bindings/
7251
7252 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7253 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7254 L:      devicetree@vger.kernel.org
7255 S:      Maintained
7256 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7257 F:      Documentation/devicetree/overlay-notes.txt
7258 F:      drivers/of/overlay.c
7259 F:      drivers/of/resolver.c
7260
7261 OPENRISC ARCHITECTURE
7262 M:      Jonas Bonn <jonas@southpole.se>
7263 W:      http://openrisc.net
7264 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7265 S:      Maintained
7266 T:      git git://openrisc.net/~jonas/linux
7267 F:      arch/openrisc/
7268
7269 OPENVSWITCH
7270 M:      Pravin Shelar <pshelar@nicira.com>
7271 L:      netdev@vger.kernel.org
7272 L:      dev@openvswitch.org
7273 W:      http://openvswitch.org
7274 S:      Maintained
7275 F:      net/openvswitch/
7276 F:      include/uapi/linux/openvswitch.h
7277
7278 OPL4 DRIVER
7279 M:      Clemens Ladisch <clemens@ladisch.de>
7280 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7281 T:      git git://git.alsa-project.org/alsa-kernel.git
7282 S:      Maintained
7283 F:      sound/drivers/opl4/
7284
7285 OPROFILE
7286 M:      Robert Richter <rric@kernel.org>
7287 L:      oprofile-list@lists.sf.net
7288 S:      Maintained
7289 F:      arch/*/include/asm/oprofile*.h
7290 F:      arch/*/oprofile/
7291 F:      drivers/oprofile/
7292 F:      include/linux/oprofile.h
7293
7294 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7295 M:      Mark Fasheh <mfasheh@suse.com>
7296 M:      Joel Becker <jlbec@evilplan.org>
7297 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7298 W:      http://ocfs2.wiki.kernel.org
7299 S:      Supported
7300 F:      Documentation/filesystems/ocfs2.txt
7301 F:      Documentation/filesystems/dlmfs.txt
7302 F:      fs/ocfs2/
7303
7304 ORINOCO DRIVER
7305 L:      linux-wireless@vger.kernel.org
7306 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7307 W:      http://www.nongnu.org/orinoco/
7308 S:      Orphan
7309 F:      drivers/net/wireless/orinoco/
7310
7311 OSD LIBRARY and FILESYSTEM
7312 M:      Boaz Harrosh <ooo@electrozaur.com>
7313 M:      Benny Halevy <bhalevy@primarydata.com>
7314 L:      osd-dev@open-osd.org
7315 W:      http://open-osd.org
7316 T:      git git://git.open-osd.org/open-osd.git
7317 S:      Maintained
7318 F:      drivers/scsi/osd/
7319 F:      include/scsi/osd_*
7320 F:      fs/exofs/
7321
7322 OVERLAY FILESYSTEM
7323 M:      Miklos Szeredi <miklos@szeredi.hu>
7324 L:      linux-unionfs@vger.kernel.org
7325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7326 S:      Supported
7327 F:      fs/overlayfs/
7328 F:      Documentation/filesystems/overlayfs.txt
7329
7330 P54 WIRELESS DRIVER
7331 M:      Christian Lamparter <chunkeey@googlemail.com>
7332 L:      linux-wireless@vger.kernel.org
7333 W:      http://wireless.kernel.org/en/users/Drivers/p54
7334 S:      Maintained
7335 F:      drivers/net/wireless/p54/
7336
7337 PA SEMI ETHERNET DRIVER
7338 M:      Olof Johansson <olof@lixom.net>
7339 L:      netdev@vger.kernel.org
7340 S:      Maintained
7341 F:      drivers/net/ethernet/pasemi/*
7342
7343 PA SEMI SMBUS DRIVER
7344 M:      Olof Johansson <olof@lixom.net>
7345 L:      linux-i2c@vger.kernel.org
7346 S:      Maintained
7347 F:      drivers/i2c/busses/i2c-pasemi.c
7348
7349 PADATA PARALLEL EXECUTION MECHANISM
7350 M:      Steffen Klassert <steffen.klassert@secunet.com>
7351 L:      linux-crypto@vger.kernel.org
7352 S:      Maintained
7353 F:      kernel/padata.c
7354 F:      include/linux/padata.h
7355 F:      Documentation/padata.txt
7356
7357 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7358 M:      Harald Welte <laforge@gnumonks.org>
7359 L:      platform-driver-x86@vger.kernel.org
7360 S:      Maintained
7361 F:      drivers/platform/x86/panasonic-laptop.c
7362
7363 PANASONIC MN10300/AM33/AM34 PORT
7364 M:      David Howells <dhowells@redhat.com>
7365 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7366 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7367 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7368 S:      Maintained
7369 F:      Documentation/mn10300/
7370 F:      arch/mn10300/
7371
7372 PARALLEL PORT SUPPORT
7373 L:      linux-parport@lists.infradead.org (subscribers-only)
7374 S:      Orphan
7375 F:      drivers/parport/
7376 F:      include/linux/parport*.h
7377 F:      drivers/char/ppdev.c
7378 F:      include/uapi/linux/ppdev.h
7379
7380 PARAVIRT_OPS INTERFACE
7381 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7382 M:      Chris Wright <chrisw@sous-sol.org>
7383 M:      Alok Kataria <akataria@vmware.com>
7384 M:      Rusty Russell <rusty@rustcorp.com.au>
7385 L:      virtualization@lists.linux-foundation.org
7386 S:      Supported
7387 F:      Documentation/virtual/paravirt_ops.txt
7388 F:      arch/*/kernel/paravirt*
7389 F:      arch/*/include/asm/paravirt.h
7390
7391 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7392 M:      Tim Waugh <tim@cyberelk.net>
7393 L:      linux-parport@lists.infradead.org (subscribers-only)
7394 W:      http://www.torque.net/linux-pp.html
7395 S:      Maintained
7396 F:      Documentation/blockdev/paride.txt
7397 F:      drivers/block/paride/
7398
7399 PARISC ARCHITECTURE
7400 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7401 M:      Helge Deller <deller@gmx.de>
7402 L:      linux-parisc@vger.kernel.org
7403 W:      http://www.parisc-linux.org/
7404 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7407 S:      Maintained
7408 F:      arch/parisc/
7409 F:      Documentation/parisc/
7410 F:      drivers/parisc/
7411 F:      drivers/char/agp/parisc-agp.c
7412 F:      drivers/input/serio/gscps2.c
7413 F:      drivers/parport/parport_gsc.*
7414 F:      drivers/tty/serial/8250/8250_gsc.c
7415 F:      drivers/video/fbdev/sti*
7416 F:      drivers/video/console/sti*
7417 F:      drivers/video/logo/logo_parisc*
7418
7419 PC87360 HARDWARE MONITORING DRIVER
7420 M:      Jim Cromie <jim.cromie@gmail.com>
7421 L:      lm-sensors@lm-sensors.org
7422 S:      Maintained
7423 F:      Documentation/hwmon/pc87360
7424 F:      drivers/hwmon/pc87360.c
7425
7426 PC8736x GPIO DRIVER
7427 M:      Jim Cromie <jim.cromie@gmail.com>
7428 S:      Maintained
7429 F:      drivers/char/pc8736x_gpio.c
7430
7431 PC87427 HARDWARE MONITORING DRIVER
7432 M:      Jean Delvare <jdelvare@suse.de>
7433 L:      lm-sensors@lm-sensors.org
7434 S:      Maintained
7435 F:      Documentation/hwmon/pc87427
7436 F:      drivers/hwmon/pc87427.c
7437
7438 PCA9532 LED DRIVER
7439 M:      Riku Voipio <riku.voipio@iki.fi>
7440 S:      Maintained
7441 F:      drivers/leds/leds-pca9532.c
7442 F:      include/linux/leds-pca9532.h
7443
7444 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7445 M:      Guenter Roeck <linux@roeck-us.net>
7446 L:      linux-i2c@vger.kernel.org
7447 S:      Maintained
7448 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7449
7450 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7451 M:      Khalid Aziz <khalid@gonehiking.org>
7452 S:      Maintained
7453 F:      drivers/firmware/pcdp.*
7454
7455 PCI ERROR RECOVERY
7456 M:      Linas Vepstas <linasvepstas@gmail.com>
7457 L:      linux-pci@vger.kernel.org
7458 S:      Supported
7459 F:      Documentation/PCI/pci-error-recovery.txt
7460
7461 PCI SUBSYSTEM
7462 M:      Bjorn Helgaas <bhelgaas@google.com>
7463 L:      linux-pci@vger.kernel.org
7464 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7466 S:      Supported
7467 F:      Documentation/PCI/
7468 F:      drivers/pci/
7469 F:      include/linux/pci*
7470 F:      arch/x86/pci/
7471 F:      arch/x86/kernel/quirks.c
7472
7473 PCI DRIVER FOR ARM VERSATILE PLATFORM
7474 M:      Rob Herring <robh@kernel.org>
7475 L:      linux-pci@vger.kernel.org
7476 L:      linux-arm-kernel@lists.infradead.org
7477 S:      Maintained
7478 F:      Documentation/devicetree/bindings/pci/versatile.txt
7479 F:      drivers/pci/host/pci-versatile.c
7480
7481 PCI DRIVER FOR APPLIEDMICRO XGENE
7482 M:      Tanmay Inamdar <tinamdar@apm.com>
7483 L:      linux-pci@vger.kernel.org
7484 L:      linux-arm-kernel@lists.infradead.org
7485 S:      Maintained
7486 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7487 F:      drivers/pci/host/pci-xgene.c
7488
7489 PCI DRIVER FOR FREESCALE LAYERSCAPE
7490 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7491 M:      Mingkai Hu <mingkai.hu@freescale.com>
7492 M:      Roy Zang <tie-fei.zang@freescale.com>
7493 L:      linuxppc-dev@lists.ozlabs.org
7494 L:      linux-pci@vger.kernel.org
7495 L:      linux-arm-kernel@lists.infradead.org
7496 S:      Maintained
7497 F:      drivers/pci/host/*layerscape*
7498
7499 PCI DRIVER FOR IMX6
7500 M:      Richard Zhu <Richard.Zhu@freescale.com>
7501 M:      Lucas Stach <l.stach@pengutronix.de>
7502 L:      linux-pci@vger.kernel.org
7503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7504 S:      Maintained
7505 F:      drivers/pci/host/*imx6*
7506
7507 PCI DRIVER FOR TI KEYSTONE
7508 M:      Murali Karicheri <m-karicheri2@ti.com>
7509 L:      linux-pci@vger.kernel.org
7510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7511 S:      Maintained
7512 F:      drivers/pci/host/*keystone*
7513
7514 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7515 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7516 M:      Jason Cooper <jason@lakedaemon.net>
7517 L:      linux-pci@vger.kernel.org
7518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7519 S:      Maintained
7520 F:      drivers/pci/host/*mvebu*
7521
7522 PCI DRIVER FOR NVIDIA TEGRA
7523 M:      Thierry Reding <thierry.reding@gmail.com>
7524 L:      linux-tegra@vger.kernel.org
7525 L:      linux-pci@vger.kernel.org
7526 S:      Supported
7527 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7528 F:      drivers/pci/host/pci-tegra.c
7529
7530 PCI DRIVER FOR TI DRA7XX
7531 M:      Kishon Vijay Abraham I <kishon@ti.com>
7532 L:      linux-omap@vger.kernel.org
7533 L:      linux-pci@vger.kernel.org
7534 S:      Supported
7535 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7536 F:      drivers/pci/host/pci-dra7xx.c
7537
7538 PCI DRIVER FOR RENESAS R-CAR
7539 M:      Simon Horman <horms@verge.net.au>
7540 L:      linux-pci@vger.kernel.org
7541 L:      linux-sh@vger.kernel.org
7542 S:      Maintained
7543 F:      drivers/pci/host/*rcar*
7544
7545 PCI DRIVER FOR SAMSUNG EXYNOS
7546 M:      Jingoo Han <jg1.han@samsung.com>
7547 L:      linux-pci@vger.kernel.org
7548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7549 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7550 S:      Maintained
7551 F:      drivers/pci/host/pci-exynos.c
7552
7553 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7554 M:      Mohit Kumar <mohit.kumar@st.com>
7555 M:      Jingoo Han <jg1.han@samsung.com>
7556 L:      linux-pci@vger.kernel.org
7557 S:      Maintained
7558 F:      drivers/pci/host/*designware*
7559
7560 PCI DRIVER FOR GENERIC OF HOSTS
7561 M:      Will Deacon <will.deacon@arm.com>
7562 L:      linux-pci@vger.kernel.org
7563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7564 S:      Maintained
7565 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7566 F:      drivers/pci/host/pci-host-generic.c
7567
7568 PCIE DRIVER FOR ST SPEAR13XX
7569 M:      Mohit Kumar <mohit.kumar@st.com>
7570 L:      linux-pci@vger.kernel.org
7571 S:      Maintained
7572 F:      drivers/pci/host/*spear*
7573
7574 PCMCIA SUBSYSTEM
7575 P:      Linux PCMCIA Team
7576 L:      linux-pcmcia@lists.infradead.org
7577 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7579 S:      Maintained
7580 F:      Documentation/pcmcia/
7581 F:      drivers/pcmcia/
7582 F:      include/pcmcia/
7583
7584 PCNET32 NETWORK DRIVER
7585 M:      Don Fry <pcnet32@frontier.com>
7586 L:      netdev@vger.kernel.org
7587 S:      Maintained
7588 F:      drivers/net/ethernet/amd/pcnet32.c
7589
7590 PCRYPT PARALLEL CRYPTO ENGINE
7591 M:      Steffen Klassert <steffen.klassert@secunet.com>
7592 L:      linux-crypto@vger.kernel.org
7593 S:      Maintained
7594 F:      crypto/pcrypt.c
7595 F:      include/crypto/pcrypt.h
7596
7597 PER-CPU MEMORY ALLOCATOR
7598 M:      Tejun Heo <tj@kernel.org>
7599 M:      Christoph Lameter <cl@linux-foundation.org>
7600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7601 S:      Maintained
7602 F:      include/linux/percpu*.h
7603 F:      mm/percpu*.c
7604 F:      arch/*/include/asm/percpu.h
7605
7606 PER-TASK DELAY ACCOUNTING
7607 M:      Balbir Singh <bsingharora@gmail.com>
7608 S:      Maintained
7609 F:      include/linux/delayacct.h
7610 F:      kernel/delayacct.c
7611
7612 PERFORMANCE EVENTS SUBSYSTEM
7613 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7614 M:      Paul Mackerras <paulus@samba.org>
7615 M:      Ingo Molnar <mingo@redhat.com>
7616 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7617 L:      linux-kernel@vger.kernel.org
7618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7619 S:      Supported
7620 F:      kernel/events/*
7621 F:      include/linux/perf_event.h
7622 F:      include/uapi/linux/perf_event.h
7623 F:      arch/*/kernel/perf_event*.c
7624 F:      arch/*/kernel/*/perf_event*.c
7625 F:      arch/*/kernel/*/*/perf_event*.c
7626 F:      arch/*/include/asm/perf_event.h
7627 F:      arch/*/kernel/perf_callchain.c
7628 F:      tools/perf/
7629
7630 PERSONALITY HANDLING
7631 M:      Christoph Hellwig <hch@infradead.org>
7632 L:      linux-abi-devel@lists.sourceforge.net
7633 S:      Maintained
7634 F:      include/linux/personality.h
7635 F:      include/uapi/linux/personality.h
7636
7637 PHONET PROTOCOL
7638 M:      Remi Denis-Courmont <courmisch@gmail.com>
7639 S:      Supported
7640 F:      Documentation/networking/phonet.txt
7641 F:      include/linux/phonet.h
7642 F:      include/net/phonet/
7643 F:      include/uapi/linux/phonet.h
7644 F:      net/phonet/
7645
7646 PHRAM MTD DRIVER
7647 M:      Joern Engel <joern@lazybastard.org>
7648 L:      linux-mtd@lists.infradead.org
7649 S:      Maintained
7650 F:      drivers/mtd/devices/phram.c
7651
7652 PICOLCD HID DRIVER
7653 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7654 L:      linux-input@vger.kernel.org
7655 S:      Maintained
7656 F:      drivers/hid/hid-picolcd*
7657
7658 PICOXCELL SUPPORT
7659 M:      Jamie Iles <jamie@jamieiles.com>
7660 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7661 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7662 S:      Supported
7663 F:      arch/arm/boot/dts/picoxcell*
7664 F:      arch/arm/mach-picoxcell/
7665 F:      drivers/crypto/picoxcell*
7666
7667 PIN CONTROL SUBSYSTEM
7668 M:      Linus Walleij <linus.walleij@linaro.org>
7669 L:      linux-gpio@vger.kernel.org
7670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7671 S:      Maintained
7672 F:      drivers/pinctrl/
7673 F:      include/linux/pinctrl/
7674
7675 PIN CONTROLLER - ATMEL AT91
7676 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7677 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7678 S:      Maintained
7679 F:      drivers/pinctrl/pinctrl-at91.*
7680
7681 PIN CONTROLLER - INTEL
7682 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7683 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7684 S:      Maintained
7685 F:      drivers/pinctrl/intel/
7686
7687 PIN CONTROLLER - RENESAS
7688 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7689 L:      linux-sh@vger.kernel.org
7690 S:      Maintained
7691 F:      drivers/pinctrl/sh-pfc/
7692
7693 PIN CONTROLLER - SAMSUNG
7694 M:      Tomasz Figa <tomasz.figa@gmail.com>
7695 M:      Thomas Abraham <thomas.abraham@linaro.org>
7696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7697 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7698 S:      Maintained
7699 F:      drivers/pinctrl/samsung/
7700
7701 PIN CONTROLLER - ST SPEAR
7702 M:      Viresh Kumar <viresh.linux@gmail.com>
7703 L:      spear-devel@list.st.com
7704 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7705 W:      http://www.st.com/spear
7706 S:      Maintained
7707 F:      drivers/pinctrl/spear/
7708
7709 PKTCDVD DRIVER
7710 M:      Jiri Kosina <jkosina@suse.cz>
7711 S:      Maintained
7712 F:      drivers/block/pktcdvd.c
7713 F:      include/linux/pktcdvd.h
7714 F:      include/uapi/linux/pktcdvd.h
7715
7716 PKUNITY SOC DRIVERS
7717 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7718 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7719 S:      Maintained
7720 T:      git git://github.com/gxt/linux.git
7721 F:      drivers/input/serio/i8042-unicore32io.h
7722 F:      drivers/i2c/busses/i2c-puv3.c
7723 F:      drivers/video/fbdev/fb-puv3.c
7724 F:      drivers/rtc/rtc-puv3.c
7725
7726 PMBUS HARDWARE MONITORING DRIVERS
7727 M:      Guenter Roeck <linux@roeck-us.net>
7728 L:      lm-sensors@lm-sensors.org
7729 W:      http://www.lm-sensors.org/
7730 W:      http://www.roeck-us.net/linux/drivers/
7731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7732 S:      Maintained
7733 F:      Documentation/hwmon/pmbus
7734 F:      drivers/hwmon/pmbus/
7735 F:      include/linux/i2c/pmbus.h
7736
7737 PMC SIERRA MaxRAID DRIVER
7738 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7739 L:      linux-scsi@vger.kernel.org
7740 W:      http://www.pmc-sierra.com/
7741 S:      Supported
7742 F:      drivers/scsi/pmcraid.*
7743
7744 PMC SIERRA PM8001 DRIVER
7745 M:      xjtuwjp@gmail.com
7746 M:      lindar_liu@usish.com
7747 L:      pmchba@pmcs.com
7748 L:      linux-scsi@vger.kernel.org
7749 S:      Supported
7750 F:      drivers/scsi/pm8001/
7751
7752 POSIX CLOCKS and TIMERS
7753 M:      Thomas Gleixner <tglx@linutronix.de>
7754 L:      linux-kernel@vger.kernel.org
7755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7756 S:      Maintained
7757 F:      fs/timerfd.c
7758 F:      include/linux/timer*
7759 F:      kernel/time/*timer*
7760
7761 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7762 M:      Sebastian Reichel <sre@kernel.org>
7763 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7764 M:      David Woodhouse <dwmw2@infradead.org>
7765 L:      linux-pm@vger.kernel.org
7766 T:      git git://git.infradead.org/battery-2.6.git
7767 S:      Maintained
7768 F:      include/linux/power_supply.h
7769 F:      drivers/power/
7770
7771 PNP SUPPORT
7772 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7773 S:      Maintained
7774 F:      drivers/pnp/
7775
7776 PNXxxxx I2C DRIVER
7777 M:      Vitaly Wool <vitalywool@gmail.com>
7778 L:      linux-i2c@vger.kernel.org
7779 S:      Maintained
7780 F:      drivers/i2c/busses/i2c-pnx.c
7781
7782 PPP PROTOCOL DRIVERS AND COMPRESSORS
7783 M:      Paul Mackerras <paulus@samba.org>
7784 L:      linux-ppp@vger.kernel.org
7785 S:      Maintained
7786 F:      drivers/net/ppp/ppp_*
7787
7788 PPP OVER ATM (RFC 2364)
7789 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7790 S:      Maintained
7791 F:      net/atm/pppoatm.c
7792 F:      include/uapi/linux/atmppp.h
7793
7794 PPP OVER ETHERNET
7795 M:      Michal Ostrowski <mostrows@earthlink.net>
7796 S:      Maintained
7797 F:      drivers/net/ppp/pppoe.c
7798 F:      drivers/net/ppp/pppox.c
7799
7800 PPP OVER L2TP
7801 M:      James Chapman <jchapman@katalix.com>
7802 S:      Maintained
7803 F:      net/l2tp/l2tp_ppp.c
7804 F:      include/linux/if_pppol2tp.h
7805 F:      include/uapi/linux/if_pppol2tp.h
7806
7807 PPS SUPPORT
7808 M:      Rodolfo Giometti <giometti@enneenne.com>
7809 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7810 L:      linuxpps@ml.enneenne.com (subscribers-only)
7811 S:      Maintained
7812 F:      Documentation/pps/
7813 F:      drivers/pps/
7814 F:      include/linux/pps*.h
7815
7816 PPTP DRIVER
7817 M:      Dmitry Kozlov <xeb@mail.ru>
7818 L:      netdev@vger.kernel.org
7819 S:      Maintained
7820 F:      drivers/net/ppp/pptp.c
7821 W:      http://sourceforge.net/projects/accel-pptp
7822
7823 PREEMPTIBLE KERNEL
7824 M:      Robert Love <rml@tech9.net>
7825 L:      kpreempt-tech@lists.sourceforge.net
7826 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7827 S:      Supported
7828 F:      Documentation/preempt-locking.txt
7829 F:      include/linux/preempt.h
7830
7831 PRISM54 WIRELESS DRIVER
7832 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7833 L:      linux-wireless@vger.kernel.org
7834 W:      http://wireless.kernel.org/en/users/Drivers/p54
7835 S:      Obsolete
7836 F:      drivers/net/wireless/prism54/
7837
7838 PS3 NETWORK SUPPORT
7839 M:      Geoff Levand <geoff@infradead.org>
7840 L:      netdev@vger.kernel.org
7841 L:      cbe-oss-dev@lists.ozlabs.org
7842 S:      Maintained
7843 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7844
7845 PS3 PLATFORM SUPPORT
7846 M:      Geoff Levand <geoff@infradead.org>
7847 L:      linuxppc-dev@lists.ozlabs.org
7848 L:      cbe-oss-dev@lists.ozlabs.org
7849 S:      Maintained
7850 F:      arch/powerpc/boot/ps3*
7851 F:      arch/powerpc/include/asm/lv1call.h
7852 F:      arch/powerpc/include/asm/ps3*.h
7853 F:      arch/powerpc/platforms/ps3/
7854 F:      drivers/*/ps3*
7855 F:      drivers/ps3/
7856 F:      drivers/rtc/rtc-ps3.c
7857 F:      drivers/usb/host/*ps3.c
7858 F:      sound/ppc/snd_ps3*
7859
7860 PS3VRAM DRIVER
7861 M:      Jim Paris <jim@jtan.com>
7862 L:      cbe-oss-dev@lists.ozlabs.org
7863 S:      Maintained
7864 F:      drivers/block/ps3vram.c
7865
7866 PSTORE FILESYSTEM
7867 M:      Anton Vorontsov <anton@enomsg.org>
7868 M:      Colin Cross <ccross@android.com>
7869 M:      Kees Cook <keescook@chromium.org>
7870 M:      Tony Luck <tony.luck@intel.com>
7871 S:      Maintained
7872 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7873 F:      fs/pstore/
7874 F:      include/linux/pstore*
7875 F:      drivers/firmware/efi/efi-pstore.c
7876 F:      drivers/acpi/apei/erst.c
7877
7878 PTP HARDWARE CLOCK SUPPORT
7879 M:      Richard Cochran <richardcochran@gmail.com>
7880 L:      netdev@vger.kernel.org
7881 S:      Maintained
7882 W:      http://linuxptp.sourceforge.net/
7883 F:      Documentation/ABI/testing/sysfs-ptp
7884 F:      Documentation/ptp/*
7885 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7886 F:      drivers/net/phy/dp83640*
7887 F:      drivers/ptp/*
7888 F:      include/linux/ptp_cl*
7889
7890 PTRACE SUPPORT
7891 M:      Roland McGrath <roland@hack.frob.com>
7892 M:      Oleg Nesterov <oleg@redhat.com>
7893 S:      Maintained
7894 F:      include/asm-generic/syscall.h
7895 F:      include/linux/ptrace.h
7896 F:      include/linux/regset.h
7897 F:      include/linux/tracehook.h
7898 F:      include/uapi/linux/ptrace.h
7899 F:      kernel/ptrace.c
7900
7901 PVRUSB2 VIDEO4LINUX DRIVER
7902 M:      Mike Isely <isely@pobox.com>
7903 L:      pvrusb2@isely.net       (subscribers-only)
7904 L:      linux-media@vger.kernel.org
7905 W:      http://www.isely.net/pvrusb2/
7906 T:      git git://linuxtv.org/media_tree.git
7907 S:      Maintained
7908 F:      Documentation/video4linux/README.pvrusb2
7909 F:      drivers/media/usb/pvrusb2/
7910
7911 PWC WEBCAM DRIVER
7912 M:      Hans de Goede <hdegoede@redhat.com>
7913 L:      linux-media@vger.kernel.org
7914 T:      git git://linuxtv.org/media_tree.git
7915 S:      Maintained
7916 F:      drivers/media/usb/pwc/*
7917
7918 PWM FAN DRIVER
7919 M:      Kamil Debski <k.debski@samsung.com>
7920 L:      lm-sensors@lm-sensors.org
7921 S:      Supported
7922 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7923 F:      Documentation/hwmon/pwm-fan
7924 F:      drivers/hwmon/pwm-fan.c
7925
7926 PWM SUBSYSTEM
7927 M:      Thierry Reding <thierry.reding@gmail.com>
7928 L:      linux-pwm@vger.kernel.org
7929 S:      Maintained
7930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7931 F:      Documentation/pwm.txt
7932 F:      Documentation/devicetree/bindings/pwm/
7933 F:      include/linux/pwm.h
7934 F:      drivers/pwm/
7935 F:      drivers/video/backlight/pwm_bl.c
7936 F:      include/linux/pwm_backlight.h
7937
7938 PXA2xx/PXA3xx SUPPORT
7939 M:      Daniel Mack <daniel@zonque.org>
7940 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7941 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7943 T:      git git://github.com/hzhuang1/linux.git
7944 T:      git git://github.com/rjarzmik/linux.git
7945 S:      Maintained
7946 F:      arch/arm/mach-pxa/
7947 F:      drivers/pcmcia/pxa2xx*
7948 F:      drivers/spi/spi-pxa2xx*
7949 F:      drivers/usb/gadget/udc/pxa2*
7950 F:      include/sound/pxa2xx-lib.h
7951 F:      sound/arm/pxa*
7952 F:      sound/soc/pxa/
7953
7954 PXA3xx NAND FLASH DRIVER
7955 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7956 L:      linux-mtd@lists.infradead.org
7957 S:      Maintained
7958 F:      drivers/mtd/nand/pxa3xx_nand.c
7959
7960 MMP SUPPORT
7961 M:      Eric Miao <eric.y.miao@gmail.com>
7962 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7964 T:      git git://github.com/hzhuang1/linux.git
7965 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7966 S:      Maintained
7967 F:      arch/arm/mach-mmp/
7968
7969 PXA MMCI DRIVER
7970 S:      Orphan
7971
7972 PXA RTC DRIVER
7973 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7974 L:      rtc-linux@googlegroups.com
7975 S:      Maintained
7976
7977 QAT DRIVER
7978 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7979 L:      qat-linux@intel.com
7980 S:      Supported
7981 F:      drivers/crypto/qat/
7982
7983 QIB DRIVER
7984 M:      Mike Marciniszyn <infinipath@intel.com>
7985 L:      linux-rdma@vger.kernel.org
7986 S:      Supported
7987 F:      drivers/infiniband/hw/qib/
7988
7989 QLOGIC QLA1280 SCSI DRIVER
7990 M:      Michael Reed <mdr@sgi.com>
7991 L:      linux-scsi@vger.kernel.org
7992 S:      Maintained
7993 F:      drivers/scsi/qla1280.[ch]
7994
7995 QLOGIC QLA2XXX FC-SCSI DRIVER
7996 M:      qla2xxx-upstream@qlogic.com
7997 L:      linux-scsi@vger.kernel.org
7998 S:      Supported
7999 F:      Documentation/scsi/LICENSE.qla2xxx
8000 F:      drivers/scsi/qla2xxx/
8001
8002 QLOGIC QLA4XXX iSCSI DRIVER
8003 M:      QLogic-Storage-Upstream@qlogic.com
8004 L:      linux-scsi@vger.kernel.org
8005 S:      Supported
8006 F:      Documentation/scsi/LICENSE.qla4xxx
8007 F:      drivers/scsi/qla4xxx/
8008
8009 QLOGIC QLA3XXX NETWORK DRIVER
8010 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8011 M:      Ron Mercer <ron.mercer@qlogic.com>
8012 M:      linux-driver@qlogic.com
8013 L:      netdev@vger.kernel.org
8014 S:      Supported
8015 F:      Documentation/networking/LICENSE.qla3xxx
8016 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8017
8018 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8019 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8020 M:      Dept-GELinuxNICDev@qlogic.com
8021 L:      netdev@vger.kernel.org
8022 S:      Supported
8023 F:      drivers/net/ethernet/qlogic/qlcnic/
8024
8025 QLOGIC QLGE 10Gb ETHERNET DRIVER
8026 M:      Harish Patil <harish.patil@qlogic.com>
8027 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8028 M:      Dept-GELinuxNICDev@qlogic.com
8029 M:      linux-driver@qlogic.com
8030 L:      netdev@vger.kernel.org
8031 S:      Supported
8032 F:      drivers/net/ethernet/qlogic/qlge/
8033
8034 QNX4 FILESYSTEM
8035 M:      Anders Larsen <al@alarsen.net>
8036 W:      http://www.alarsen.net/linux/qnx4fs/
8037 S:      Maintained
8038 F:      fs/qnx4/
8039 F:      include/uapi/linux/qnx4_fs.h
8040 F:      include/uapi/linux/qnxtypes.h
8041
8042 QT1010 MEDIA DRIVER
8043 M:      Antti Palosaari <crope@iki.fi>
8044 L:      linux-media@vger.kernel.org
8045 W:      http://linuxtv.org/
8046 W:      http://palosaari.fi/linux/
8047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8048 T:      git git://linuxtv.org/anttip/media_tree.git
8049 S:      Maintained
8050 F:      drivers/media/tuners/qt1010*
8051
8052 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8053 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8054 L:      linux-wireless@vger.kernel.org
8055 L:      ath9k-devel@lists.ath9k.org
8056 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8057 S:      Supported
8058 F:      drivers/net/wireless/ath/ath9k/
8059
8060 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8061 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8062 L:      ath10k@lists.infradead.org
8063 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8064 T:      git git://github.com/kvalo/ath.git
8065 S:      Supported
8066 F:      drivers/net/wireless/ath/ath10k/
8067
8068 QUALCOMM HEXAGON ARCHITECTURE
8069 M:      Richard Kuo <rkuo@codeaurora.org>
8070 L:      linux-hexagon@vger.kernel.org
8071 S:      Supported
8072 F:      arch/hexagon/
8073
8074 QUALCOMM WCN36XX WIRELESS DRIVER
8075 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8076 L:      wcn36xx@lists.infradead.org
8077 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8078 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8079 S:      Supported
8080 F:      drivers/net/wireless/ath/wcn36xx/
8081
8082 RADOS BLOCK DEVICE (RBD)
8083 M:      Ilya Dryomov <idryomov@gmail.com>
8084 M:      Sage Weil <sage@redhat.com>
8085 M:      Alex Elder <elder@kernel.org>
8086 M:      ceph-devel@vger.kernel.org
8087 W:      http://ceph.com/
8088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8089 S:      Supported
8090 F:      drivers/block/rbd.c
8091 F:      drivers/block/rbd_types.h
8092
8093 RADEON FRAMEBUFFER DISPLAY DRIVER
8094 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8095 L:      linux-fbdev@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/video/fbdev/aty/radeon*
8098 F:      include/uapi/linux/radeonfb.h
8099
8100 RADIOSHARK RADIO DRIVER
8101 M:      Hans de Goede <hdegoede@redhat.com>
8102 L:      linux-media@vger.kernel.org
8103 T:      git git://linuxtv.org/media_tree.git
8104 S:      Maintained
8105 F:      drivers/media/radio/radio-shark.c
8106
8107 RADIOSHARK2 RADIO DRIVER
8108 M:      Hans de Goede <hdegoede@redhat.com>
8109 L:      linux-media@vger.kernel.org
8110 T:      git git://linuxtv.org/media_tree.git
8111 S:      Maintained
8112 F:      drivers/media/radio/radio-shark2.c
8113 F:      drivers/media/radio/radio-tea5777.c
8114
8115 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8116 M:      Paul Mackerras <paulus@samba.org>
8117 L:      linux-fbdev@vger.kernel.org
8118 S:      Maintained
8119 F:      drivers/video/fbdev/aty/aty128fb.c
8120
8121 RALINK RT2X00 WIRELESS LAN DRIVER
8122 P:      rt2x00 project
8123 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8124 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8125 L:      linux-wireless@vger.kernel.org
8126 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8127 W:      http://rt2x00.serialmonkey.com/
8128 S:      Maintained
8129 F:      drivers/net/wireless/rt2x00/
8130
8131 RAMDISK RAM BLOCK DEVICE DRIVER
8132 M:      Jens Axboe <axboe@kernel.dk>
8133 S:      Maintained
8134 F:      Documentation/blockdev/ramdisk.txt
8135 F:      drivers/block/brd.c
8136
8137 PERSISTENT MEMORY DRIVER
8138 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8139 L:      linux-nvdimm@lists.01.org
8140 S:      Supported
8141 F:      drivers/block/pmem.c
8142
8143 RANDOM NUMBER DRIVER
8144 M:      "Theodore Ts'o" <tytso@mit.edu>
8145 S:      Maintained
8146 F:      drivers/char/random.c
8147
8148 RAPIDIO SUBSYSTEM
8149 M:      Matt Porter <mporter@kernel.crashing.org>
8150 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8151 S:      Maintained
8152 F:      drivers/rapidio/
8153
8154 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8155 L:      linux-wireless@vger.kernel.org
8156 S:      Orphan
8157 F:      drivers/net/wireless/ray*
8158
8159 RCUTORTURE MODULE
8160 M:      Josh Triplett <josh@joshtriplett.org>
8161 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8162 L:      linux-kernel@vger.kernel.org
8163 S:      Supported
8164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8165 F:      Documentation/RCU/torture.txt
8166 F:      kernel/rcu/rcutorture.c
8167
8168 RCUTORTURE TEST FRAMEWORK
8169 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8170 M:      Josh Triplett <josh@joshtriplett.org>
8171 R:      Steven Rostedt <rostedt@goodmis.org>
8172 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8173 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8174 L:      linux-kernel@vger.kernel.org
8175 S:      Supported
8176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8177 F:      tools/testing/selftests/rcutorture
8178
8179 RDC R-321X SoC
8180 M:      Florian Fainelli <florian@openwrt.org>
8181 S:      Maintained
8182
8183 RDC R6040 FAST ETHERNET DRIVER
8184 M:      Florian Fainelli <florian@openwrt.org>
8185 L:      netdev@vger.kernel.org
8186 S:      Maintained
8187 F:      drivers/net/ethernet/rdc/r6040.c
8188
8189 RDS - RELIABLE DATAGRAM SOCKETS
8190 M:      Chien Yen <chien.yen@oracle.com>
8191 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8192 S:      Supported
8193 F:      net/rds/
8194
8195 READ-COPY UPDATE (RCU)
8196 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8197 M:      Josh Triplett <josh@joshtriplett.org>
8198 R:      Steven Rostedt <rostedt@goodmis.org>
8199 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8200 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8201 L:      linux-kernel@vger.kernel.org
8202 W:      http://www.rdrop.com/users/paulmck/RCU/
8203 S:      Supported
8204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8205 F:      Documentation/RCU/
8206 X:      Documentation/RCU/torture.txt
8207 F:      include/linux/rcu*
8208 X:      include/linux/srcu.h
8209 F:      kernel/rcu/
8210 X:      kernel/torture.c
8211
8212 REAL TIME CLOCK (RTC) SUBSYSTEM
8213 M:      Alessandro Zummo <a.zummo@towertech.it>
8214 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8215 L:      rtc-linux@googlegroups.com
8216 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8217 S:      Maintained
8218 F:      Documentation/rtc.txt
8219 F:      drivers/rtc/
8220 F:      include/linux/rtc.h
8221 F:      include/uapi/linux/rtc.h
8222
8223 REALTEK AUDIO CODECS
8224 M:      Bard Liao <bardliao@realtek.com>
8225 M:      Oder Chiou <oder_chiou@realtek.com>
8226 S:      Maintained
8227 F:      sound/soc/codecs/rt*
8228 F:      include/sound/rt*.h
8229
8230 REISERFS FILE SYSTEM
8231 L:      reiserfs-devel@vger.kernel.org
8232 S:      Supported
8233 F:      fs/reiserfs/
8234
8235 REGISTER MAP ABSTRACTION
8236 M:      Mark Brown <broonie@kernel.org>
8237 L:      linux-kernel@vger.kernel.org
8238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8239 S:      Supported
8240 F:      drivers/base/regmap/
8241 F:      include/linux/regmap.h
8242
8243 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8244 M:      Ohad Ben-Cohen <ohad@wizery.com>
8245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8246 S:      Maintained
8247 F:      drivers/remoteproc/
8248 F:      Documentation/remoteproc.txt
8249 F:      include/linux/remoteproc.h
8250
8251 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8252 M:      Ohad Ben-Cohen <ohad@wizery.com>
8253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8254 S:      Maintained
8255 F:      drivers/rpmsg/
8256 F:      Documentation/rpmsg.txt
8257 F:      include/linux/rpmsg.h
8258
8259 RESET CONTROLLER FRAMEWORK
8260 M:      Philipp Zabel <p.zabel@pengutronix.de>
8261 S:      Maintained
8262 F:      drivers/reset/
8263 F:      Documentation/devicetree/bindings/reset/
8264 F:      include/linux/reset.h
8265 F:      include/linux/reset-controller.h
8266
8267 RFKILL
8268 M:      Johannes Berg <johannes@sipsolutions.net>
8269 L:      linux-wireless@vger.kernel.org
8270 W:      http://wireless.kernel.org/
8271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8273 S:      Maintained
8274 F:      Documentation/rfkill.txt
8275 F:      net/rfkill/
8276
8277 RHASHTABLE
8278 M:      Thomas Graf <tgraf@suug.ch>
8279 L:      netdev@vger.kernel.org
8280 S:      Maintained
8281 F:      lib/rhashtable.c
8282 F:      include/linux/rhashtable.h
8283
8284 RICOH SMARTMEDIA/XD DRIVER
8285 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8286 S:      Maintained
8287 F:      drivers/mtd/nand/r852.c
8288 F:      drivers/mtd/nand/r852.h
8289
8290 RICOH R5C592 MEMORYSTICK DRIVER
8291 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8292 S:      Maintained
8293 F:      drivers/memstick/host/r592.*
8294
8295 ROCCAT DRIVERS
8296 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8297 W:      http://sourceforge.net/projects/roccat/
8298 S:      Maintained
8299 F:      drivers/hid/hid-roccat*
8300 F:      include/linux/hid-roccat*
8301 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8302
8303 ROCKER DRIVER
8304 M:      Jiri Pirko <jiri@resnulli.us>
8305 M:      Scott Feldman <sfeldma@gmail.com>
8306 L:      netdev@vger.kernel.org
8307 S:      Supported
8308 F:      drivers/net/ethernet/rocker/
8309
8310 ROCKETPORT DRIVER
8311 P:      Comtrol Corp.
8312 W:      http://www.comtrol.com
8313 S:      Maintained
8314 F:      Documentation/serial/rocket.txt
8315 F:      drivers/tty/rocket*
8316
8317 ROCKETPORT EXPRESS/INFINITY DRIVER
8318 M:      Kevin Cernekee <cernekee@gmail.com>
8319 L:      linux-serial@vger.kernel.org
8320 S:      Odd Fixes
8321 F:      drivers/tty/serial/rp2.*
8322
8323 ROSE NETWORK LAYER
8324 M:      Ralf Baechle <ralf@linux-mips.org>
8325 L:      linux-hams@vger.kernel.org
8326 W:      http://www.linux-ax25.org/
8327 S:      Maintained
8328 F:      include/net/rose.h
8329 F:      include/uapi/linux/rose.h
8330 F:      net/rose/
8331
8332 RTL2830 MEDIA DRIVER
8333 M:      Antti Palosaari <crope@iki.fi>
8334 L:      linux-media@vger.kernel.org
8335 W:      http://linuxtv.org/
8336 W:      http://palosaari.fi/linux/
8337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8338 T:      git git://linuxtv.org/anttip/media_tree.git
8339 S:      Maintained
8340 F:      drivers/media/dvb-frontends/rtl2830*
8341
8342 RTL2832 MEDIA DRIVER
8343 M:      Antti Palosaari <crope@iki.fi>
8344 L:      linux-media@vger.kernel.org
8345 W:      http://linuxtv.org/
8346 W:      http://palosaari.fi/linux/
8347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8348 T:      git git://linuxtv.org/anttip/media_tree.git
8349 S:      Maintained
8350 F:      drivers/media/dvb-frontends/rtl2832*
8351
8352 RTL2832_SDR MEDIA DRIVER
8353 M:      Antti Palosaari <crope@iki.fi>
8354 L:      linux-media@vger.kernel.org
8355 W:      http://linuxtv.org/
8356 W:      http://palosaari.fi/linux/
8357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8358 T:      git git://linuxtv.org/anttip/media_tree.git
8359 S:      Maintained
8360 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8361
8362 RTL8180 WIRELESS DRIVER
8363 L:      linux-wireless@vger.kernel.org
8364 W:      http://wireless.kernel.org/
8365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8366 S:      Orphan
8367 F:      drivers/net/wireless/rtl818x/rtl8180/
8368
8369 RTL8187 WIRELESS DRIVER
8370 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8371 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8372 M:      Larry Finger <Larry.Finger@lwfinger.net>
8373 L:      linux-wireless@vger.kernel.org
8374 W:      http://wireless.kernel.org/
8375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8376 S:      Maintained
8377 F:      drivers/net/wireless/rtl818x/rtl8187/
8378
8379 RTL8192CE WIRELESS DRIVER
8380 M:      Larry Finger <Larry.Finger@lwfinger.net>
8381 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8382 L:      linux-wireless@vger.kernel.org
8383 W:      http://wireless.kernel.org/
8384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8385 S:      Maintained
8386 F:      drivers/net/wireless/rtlwifi/
8387 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8388
8389 S3 SAVAGE FRAMEBUFFER DRIVER
8390 M:      Antonino Daplas <adaplas@gmail.com>
8391 L:      linux-fbdev@vger.kernel.org
8392 S:      Maintained
8393 F:      drivers/video/fbdev/savage/
8394
8395 S390
8396 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8397 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8398 M:      linux390@de.ibm.com
8399 L:      linux-s390@vger.kernel.org
8400 W:      http://www.ibm.com/developerworks/linux/linux390/
8401 S:      Supported
8402 F:      arch/s390/
8403 F:      drivers/s390/
8404 F:      Documentation/s390/
8405 F:      Documentation/DocBook/s390*
8406
8407 S390 COMMON I/O LAYER
8408 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8409 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8410 L:      linux-s390@vger.kernel.org
8411 W:      http://www.ibm.com/developerworks/linux/linux390/
8412 S:      Supported
8413 F:      drivers/s390/cio/
8414
8415 S390 DASD DRIVER
8416 M:      Stefan Weinhuber <wein@de.ibm.com>
8417 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8418 L:      linux-s390@vger.kernel.org
8419 W:      http://www.ibm.com/developerworks/linux/linux390/
8420 S:      Supported
8421 F:      drivers/s390/block/dasd*
8422 F:      block/partitions/ibm.c
8423
8424 S390 NETWORK DRIVERS
8425 M:      Ursula Braun <ursula.braun@de.ibm.com>
8426 M:      linux390@de.ibm.com
8427 L:      linux-s390@vger.kernel.org
8428 W:      http://www.ibm.com/developerworks/linux/linux390/
8429 S:      Supported
8430 F:      drivers/s390/net/
8431
8432 S390 PCI SUBSYSTEM
8433 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8434 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8435 L:      linux-s390@vger.kernel.org
8436 W:      http://www.ibm.com/developerworks/linux/linux390/
8437 S:      Supported
8438 F:      arch/s390/pci/
8439 F:      drivers/pci/hotplug/s390_pci_hpc.c
8440
8441 S390 ZCRYPT DRIVER
8442 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8443 M:      linux390@de.ibm.com
8444 L:      linux-s390@vger.kernel.org
8445 W:      http://www.ibm.com/developerworks/linux/linux390/
8446 S:      Supported
8447 F:      drivers/s390/crypto/
8448
8449 S390 ZFCP DRIVER
8450 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8451 M:      linux390@de.ibm.com
8452 L:      linux-s390@vger.kernel.org
8453 W:      http://www.ibm.com/developerworks/linux/linux390/
8454 S:      Supported
8455 F:      drivers/s390/scsi/zfcp_*
8456
8457 S390 IUCV NETWORK LAYER
8458 M:      Ursula Braun <ursula.braun@de.ibm.com>
8459 M:      linux390@de.ibm.com
8460 L:      linux-s390@vger.kernel.org
8461 W:      http://www.ibm.com/developerworks/linux/linux390/
8462 S:      Supported
8463 F:      drivers/s390/net/*iucv*
8464 F:      include/net/iucv/
8465 F:      net/iucv/
8466
8467 S3C24XX SD/MMC Driver
8468 M:      Ben Dooks <ben-linux@fluff.org>
8469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8470 S:      Supported
8471 F:      drivers/mmc/host/s3cmci.*
8472
8473 SAA6588 RDS RECEIVER DRIVER
8474 M:      Hans Verkuil <hverkuil@xs4all.nl>
8475 L:      linux-media@vger.kernel.org
8476 T:      git git://linuxtv.org/media_tree.git
8477 W:      http://linuxtv.org
8478 S:      Odd Fixes
8479 F:      drivers/media/i2c/saa6588*
8480
8481 SAA7134 VIDEO4LINUX DRIVER
8482 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8483 L:      linux-media@vger.kernel.org
8484 W:      http://linuxtv.org
8485 T:      git git://linuxtv.org/media_tree.git
8486 S:      Odd fixes
8487 F:      Documentation/video4linux/*.saa7134
8488 F:      drivers/media/pci/saa7134/
8489
8490 SAA7146 VIDEO4LINUX-2 DRIVER
8491 M:      Hans Verkuil <hverkuil@xs4all.nl>
8492 L:      linux-media@vger.kernel.org
8493 T:      git git://linuxtv.org/media_tree.git
8494 S:      Maintained
8495 F:      drivers/media/common/saa7146/
8496 F:      drivers/media/pci/saa7146/
8497 F:      include/media/saa7146*
8498
8499 SAMSUNG LAPTOP DRIVER
8500 M:      Corentin Chary <corentin.chary@gmail.com>
8501 L:      platform-driver-x86@vger.kernel.org
8502 S:      Maintained
8503 F:      drivers/platform/x86/samsung-laptop.c
8504
8505 SAMSUNG AUDIO (ASoC) DRIVERS
8506 M:      Sangbeom Kim <sbkim73@samsung.com>
8507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8508 S:      Supported
8509 F:      sound/soc/samsung/
8510
8511 SAMSUNG FRAMEBUFFER DRIVER
8512 M:      Jingoo Han <jg1.han@samsung.com>
8513 L:      linux-fbdev@vger.kernel.org
8514 S:      Maintained
8515 F:      drivers/video/fbdev/s3c-fb.c
8516
8517 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8518 M:      Sangbeom Kim <sbkim73@samsung.com>
8519 L:      linux-kernel@vger.kernel.org
8520 S:      Supported
8521 F:      drivers/mfd/sec*.c
8522 F:      drivers/regulator/s2m*.c
8523 F:      drivers/regulator/s5m*.c
8524 F:      include/linux/mfd/samsung/
8525
8526 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8527 M:      Kyungmin Park <kyungmin.park@samsung.com>
8528 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8529 L:      linux-media@vger.kernel.org
8530 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8531 S:      Supported
8532 F:      drivers/media/platform/exynos4-is/
8533
8534 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8535 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8536 L:      linux-media@vger.kernel.org
8537 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8538 S:      Maintained
8539 F:      drivers/media/platform/s3c-camif/
8540 F:      include/media/s3c_camif.h
8541
8542 SAMSUNG S5C73M3 CAMERA DRIVER
8543 M:      Kyungmin Park <kyungmin.park@samsung.com>
8544 M:      Andrzej Hajda <a.hajda@samsung.com>
8545 L:      linux-media@vger.kernel.org
8546 S:      Supported
8547 F:      drivers/media/i2c/s5c73m3/*
8548
8549 SAMSUNG S5K5BAF CAMERA DRIVER
8550 M:      Kyungmin Park <kyungmin.park@samsung.com>
8551 M:      Andrzej Hajda <a.hajda@samsung.com>
8552 L:      linux-media@vger.kernel.org
8553 S:      Supported
8554 F:      drivers/media/i2c/s5k5baf.c
8555
8556 SAMSUNG SOC CLOCK DRIVERS
8557 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8558 M:      Tomasz Figa <tomasz.figa@gmail.com>
8559 S:      Supported
8560 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8561 F:      drivers/clk/samsung/
8562
8563 SAMSUNG SXGBE DRIVERS
8564 M:      Byungho An <bh74.an@samsung.com>
8565 M:      Girish K S <ks.giri@samsung.com>
8566 M:      Vipul Pandya <vipul.pandya@samsung.com>
8567 S:      Supported
8568 L:      netdev@vger.kernel.org
8569 F:      drivers/net/ethernet/samsung/sxgbe/
8570
8571 SAMSUNG THERMAL DRIVER
8572 M:      Lukasz Majewski <l.majewski@samsung.com>
8573 L:      linux-pm@vger.kernel.org
8574 L:      linux-samsung-soc@vger.kernel.org
8575 S:      Supported
8576 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8577 F:      drivers/thermal/samsung/
8578
8579 SAMSUNG USB2 PHY DRIVER
8580 M:      Kamil Debski <k.debski@samsung.com>
8581 L:      linux-kernel@vger.kernel.org
8582 S:      Supported
8583 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8584 F:      Documentation/phy/samsung-usb2.txt
8585 F:      drivers/phy/phy-exynos4210-usb2.c
8586 F:      drivers/phy/phy-exynos4x12-usb2.c
8587 F:      drivers/phy/phy-exynos5250-usb2.c
8588 F:      drivers/phy/phy-s5pv210-usb2.c
8589 F:      drivers/phy/phy-samsung-usb2.c
8590 F:      drivers/phy/phy-samsung-usb2.h
8591
8592 SERIAL DRIVERS
8593 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8594 L:      linux-serial@vger.kernel.org
8595 S:      Maintained
8596 F:      drivers/tty/serial/
8597
8598 SYNOPSYS DESIGNWARE DMAC DRIVER
8599 M:      Viresh Kumar <viresh.linux@gmail.com>
8600 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8601 S:      Maintained
8602 F:      include/linux/dma/dw.h
8603 F:      include/linux/platform_data/dma-dw.h
8604 F:      drivers/dma/dw/
8605
8606 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8607 M:      Seungwon Jeon <tgih.jun@samsung.com>
8608 M:      Jaehoon Chung <jh80.chung@samsung.com>
8609 L:      linux-mmc@vger.kernel.org
8610 S:      Maintained
8611 F:      include/linux/mmc/dw_mmc.h
8612 F:      drivers/mmc/host/dw_mmc*
8613
8614 THUNDERBOLT DRIVER
8615 M:      Andreas Noever <andreas.noever@gmail.com>
8616 S:      Maintained
8617 F:      drivers/thunderbolt/
8618
8619 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8620 M:      John Stultz <john.stultz@linaro.org>
8621 M:      Thomas Gleixner <tglx@linutronix.de>
8622 L:      linux-kernel@vger.kernel.org
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8624 S:      Supported
8625 F:      include/linux/clocksource.h
8626 F:      include/linux/time.h
8627 F:      include/linux/timex.h
8628 F:      include/uapi/linux/time.h
8629 F:      include/uapi/linux/timex.h
8630 F:      kernel/time/clocksource.c
8631 F:      kernel/time/time*.c
8632 F:      kernel/time/ntp.c
8633 F:      tools/testing/selftests/timers/
8634
8635 SC1200 WDT DRIVER
8636 M:      Zwane Mwaikambo <zwanem@gmail.com>
8637 S:      Maintained
8638 F:      drivers/watchdog/sc1200wdt.c
8639
8640 SCHEDULER
8641 M:      Ingo Molnar <mingo@redhat.com>
8642 M:      Peter Zijlstra <peterz@infradead.org>
8643 L:      linux-kernel@vger.kernel.org
8644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8645 S:      Maintained
8646 F:      kernel/sched/
8647 F:      include/linux/sched.h
8648 F:      include/uapi/linux/sched.h
8649 F:      include/linux/wait.h
8650
8651 SCORE ARCHITECTURE
8652 M:      Chen Liqin <liqin.linux@gmail.com>
8653 M:      Lennox Wu <lennox.wu@gmail.com>
8654 W:      http://www.sunplus.com
8655 S:      Supported
8656 F:      arch/score/
8657
8658 SCSI CDROM DRIVER
8659 M:      Jens Axboe <axboe@kernel.dk>
8660 L:      linux-scsi@vger.kernel.org
8661 W:      http://www.kernel.dk
8662 S:      Maintained
8663 F:      drivers/scsi/sr*
8664
8665 SCSI RDMA PROTOCOL (SRP) INITIATOR
8666 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8667 L:      linux-rdma@vger.kernel.org
8668 S:      Supported
8669 W:      http://www.openfabrics.org
8670 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8672 F:      drivers/infiniband/ulp/srp/
8673 F:      include/scsi/srp.h
8674
8675 SCSI SG DRIVER
8676 M:      Doug Gilbert <dgilbert@interlog.com>
8677 L:      linux-scsi@vger.kernel.org
8678 W:      http://sg.danny.cz/sg
8679 S:      Maintained
8680 F:      Documentation/scsi/scsi-generic.txt
8681 F:      drivers/scsi/sg.c
8682 F:      include/scsi/sg.h
8683
8684 SCSI SUBSYSTEM
8685 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8686 L:      linux-scsi@vger.kernel.org
8687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8690 S:      Maintained
8691 F:      drivers/scsi/
8692 F:      include/scsi/
8693
8694 SCSI TAPE DRIVER
8695 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8696 L:      linux-scsi@vger.kernel.org
8697 S:      Maintained
8698 F:      Documentation/scsi/st.txt
8699 F:      drivers/scsi/st.*
8700 F:      drivers/scsi/st_*.h
8701
8702 SCTP PROTOCOL
8703 M:      Vlad Yasevich <vyasevich@gmail.com>
8704 M:      Neil Horman <nhorman@tuxdriver.com>
8705 L:      linux-sctp@vger.kernel.org
8706 W:      http://lksctp.sourceforge.net
8707 S:      Maintained
8708 F:      Documentation/networking/sctp.txt
8709 F:      include/linux/sctp.h
8710 F:      include/uapi/linux/sctp.h
8711 F:      include/net/sctp/
8712 F:      net/sctp/
8713
8714 SCx200 CPU SUPPORT
8715 M:      Jim Cromie <jim.cromie@gmail.com>
8716 S:      Odd Fixes
8717 F:      Documentation/i2c/busses/scx200_acb
8718 F:      arch/x86/platform/scx200/
8719 F:      drivers/watchdog/scx200_wdt.c
8720 F:      drivers/i2c/busses/scx200*
8721 F:      drivers/mtd/maps/scx200_docflash.c
8722 F:      include/linux/scx200.h
8723
8724 SCx200 GPIO DRIVER
8725 M:      Jim Cromie <jim.cromie@gmail.com>
8726 S:      Maintained
8727 F:      drivers/char/scx200_gpio.c
8728 F:      include/linux/scx200_gpio.h
8729
8730 SCx200 HRT CLOCKSOURCE DRIVER
8731 M:      Jim Cromie <jim.cromie@gmail.com>
8732 S:      Maintained
8733 F:      drivers/clocksource/scx200_hrt.c
8734
8735 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8736 M:      Sascha Sommer <saschasommer@freenet.de>
8737 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8738 S:      Maintained
8739 F:      drivers/mmc/host/sdricoh_cs.c
8740
8741 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8742 L:      linux-mmc@vger.kernel.org
8743 S:      Orphan
8744 F:      drivers/mmc/host/sdhci.*
8745 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8746
8747 SECURE COMPUTING
8748 M:      Kees Cook <keescook@chromium.org>
8749 R:      Andy Lutomirski <luto@amacapital.net>
8750 R:      Will Drewry <wad@chromium.org>
8751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8752 S:      Supported
8753 F:      kernel/seccomp.c
8754 F:      include/uapi/linux/seccomp.h
8755 F:      include/linux/seccomp.h
8756 K:      \bsecure_computing
8757 K:      \bTIF_SECCOMP\b
8758
8759 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8760 M:      Ben Dooks <ben-linux@fluff.org>
8761 M:      Jaehoon Chung <jh80.chung@samsung.com>
8762 L:      linux-mmc@vger.kernel.org
8763 S:      Maintained
8764 F:      drivers/mmc/host/sdhci-s3c*
8765
8766 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8767 M:      Viresh Kumar <viresh.linux@gmail.com>
8768 L:      spear-devel@list.st.com
8769 L:      linux-mmc@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/mmc/host/sdhci-spear.c
8772
8773 SECURITY SUBSYSTEM
8774 M:      James Morris <james.l.morris@oracle.com>
8775 M:      Serge E. Hallyn <serge@hallyn.com>
8776 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8778 W:      http://kernsec.org/
8779 S:      Supported
8780 F:      security/
8781
8782 SECURITY CONTACT
8783 M:      Security Officers <security@kernel.org>
8784 S:      Supported
8785
8786 SELINUX SECURITY MODULE
8787 M:      Paul Moore <paul@paul-moore.com>
8788 M:      Stephen Smalley <sds@tycho.nsa.gov>
8789 M:      Eric Paris <eparis@parisplace.org>
8790 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8791 W:      http://selinuxproject.org
8792 T:      git git://git.infradead.org/users/pcmoore/selinux
8793 S:      Supported
8794 F:      include/linux/selinux*
8795 F:      security/selinux/
8796 F:      scripts/selinux/
8797
8798 APPARMOR SECURITY MODULE
8799 M:      John Johansen <john.johansen@canonical.com>
8800 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8801 W:      apparmor.wiki.kernel.org
8802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8803 S:      Supported
8804 F:      security/apparmor/
8805
8806 SENSABLE PHANTOM
8807 M:      Jiri Slaby <jirislaby@gmail.com>
8808 S:      Maintained
8809 F:      drivers/misc/phantom.c
8810 F:      include/uapi/linux/phantom.h
8811
8812 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8813 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8814 L:      linux-scsi@vger.kernel.org
8815 W:      http://www.emulex.com
8816 S:      Supported
8817 F:      drivers/scsi/be2iscsi/
8818
8819 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8820 M:      Sathya Perla <sathya.perla@emulex.com>
8821 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8822 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8823 L:      netdev@vger.kernel.org
8824 W:      http://www.emulex.com
8825 S:      Supported
8826 F:      drivers/net/ethernet/emulex/benet/
8827
8828 SFC NETWORK DRIVER
8829 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8830 M:      Shradha Shah <sshah@solarflare.com>
8831 L:      netdev@vger.kernel.org
8832 S:      Supported
8833 F:      drivers/net/ethernet/sfc/
8834
8835 SGI GRU DRIVER
8836 M:      Dimitri Sivanich <sivanich@sgi.com>
8837 S:      Maintained
8838 F:      drivers/misc/sgi-gru/
8839
8840 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8841 M:      Pat Gefre <pfg@sgi.com>
8842 L:      linux-ia64@vger.kernel.org
8843 S:      Supported
8844 F:      Documentation/ia64/serial.txt
8845 F:      drivers/tty/serial/ioc?_serial.c
8846 F:      include/linux/ioc?.h
8847
8848 SGI XP/XPC/XPNET DRIVER
8849 M:      Cliff Whickman <cpw@sgi.com>
8850 M:      Robin Holt <robinmholt@gmail.com>
8851 S:      Maintained
8852 F:      drivers/misc/sgi-xp/
8853
8854 SI2157 MEDIA DRIVER
8855 M:      Antti Palosaari <crope@iki.fi>
8856 L:      linux-media@vger.kernel.org
8857 W:      http://linuxtv.org/
8858 W:      http://palosaari.fi/linux/
8859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8860 T:      git git://linuxtv.org/anttip/media_tree.git
8861 S:      Maintained
8862 F:      drivers/media/tuners/si2157*
8863
8864 SI2168 MEDIA DRIVER
8865 M:      Antti Palosaari <crope@iki.fi>
8866 L:      linux-media@vger.kernel.org
8867 W:      http://linuxtv.org/
8868 W:      http://palosaari.fi/linux/
8869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8870 T:      git git://linuxtv.org/anttip/media_tree.git
8871 S:      Maintained
8872 F:      drivers/media/dvb-frontends/si2168*
8873
8874 SI470X FM RADIO RECEIVER I2C DRIVER
8875 M:      Hans Verkuil <hverkuil@xs4all.nl>
8876 L:      linux-media@vger.kernel.org
8877 T:      git git://linuxtv.org/media_tree.git
8878 W:      http://linuxtv.org
8879 S:      Odd Fixes
8880 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8881
8882 SI470X FM RADIO RECEIVER USB DRIVER
8883 M:      Hans Verkuil <hverkuil@xs4all.nl>
8884 L:      linux-media@vger.kernel.org
8885 T:      git git://linuxtv.org/media_tree.git
8886 W:      http://linuxtv.org
8887 S:      Maintained
8888 F:      drivers/media/radio/si470x/radio-si470x-common.c
8889 F:      drivers/media/radio/si470x/radio-si470x.h
8890 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8891
8892 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8893 M:      Eduardo Valentin <edubezval@gmail.com>
8894 L:      linux-media@vger.kernel.org
8895 T:      git git://linuxtv.org/media_tree.git
8896 W:      http://linuxtv.org
8897 S:      Odd Fixes
8898 F:      drivers/media/radio/si4713/si4713.?
8899
8900 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8901 M:      Eduardo Valentin <edubezval@gmail.com>
8902 L:      linux-media@vger.kernel.org
8903 T:      git git://linuxtv.org/media_tree.git
8904 W:      http://linuxtv.org
8905 S:      Odd Fixes
8906 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8907
8908 SI4713 FM RADIO TRANSMITTER USB DRIVER
8909 M:      Hans Verkuil <hverkuil@xs4all.nl>
8910 L:      linux-media@vger.kernel.org
8911 T:      git git://linuxtv.org/media_tree.git
8912 W:      http://linuxtv.org
8913 S:      Maintained
8914 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8915
8916 SIANO DVB DRIVER
8917 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8918 L:      linux-media@vger.kernel.org
8919 W:      http://linuxtv.org
8920 T:      git git://linuxtv.org/media_tree.git
8921 S:      Odd fixes
8922 F:      drivers/media/common/siano/
8923 F:      drivers/media/usb/siano/
8924 F:      drivers/media/usb/siano/
8925 F:      drivers/media/mmc/siano/
8926
8927 SIMPLEFB FB DRIVER
8928 M:      Hans de Goede <hdegoede@redhat.com>
8929 L:      linux-fbdev@vger.kernel.org
8930 S:      Maintained
8931 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8932 F:      drivers/video/fbdev/simplefb.c
8933 F:      include/linux/platform_data/simplefb.h
8934
8935 SH_VEU V4L2 MEM2MEM DRIVER
8936 L:      linux-media@vger.kernel.org
8937 S:      Orphan
8938 F:      drivers/media/platform/sh_veu.c
8939
8940 SH_VOU V4L2 OUTPUT DRIVER
8941 L:      linux-media@vger.kernel.org
8942 S:      Orphan
8943 F:      drivers/media/platform/sh_vou.c
8944 F:      include/media/sh_vou.h
8945
8946 SIMPLE FIRMWARE INTERFACE (SFI)
8947 M:      Len Brown <lenb@kernel.org>
8948 L:      sfi-devel@simplefirmware.org
8949 W:      http://simplefirmware.org/
8950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8951 S:      Supported
8952 F:      arch/x86/platform/sfi/
8953 F:      drivers/sfi/
8954 F:      include/linux/sfi*.h
8955
8956 SIMTEC EB110ATX (Chalice CATS)
8957 P:      Ben Dooks
8958 P:      Vincent Sanders <vince@simtec.co.uk>
8959 M:      Simtec Linux Team <linux@simtec.co.uk>
8960 W:      http://www.simtec.co.uk/products/EB110ATX/
8961 S:      Supported
8962
8963 SIMTEC EB2410ITX (BAST)
8964 P:      Ben Dooks
8965 P:      Vincent Sanders <vince@simtec.co.uk>
8966 M:      Simtec Linux Team <linux@simtec.co.uk>
8967 W:      http://www.simtec.co.uk/products/EB2410ITX/
8968 S:      Supported
8969 F:      arch/arm/mach-s3c24xx/mach-bast.c
8970 F:      arch/arm/mach-s3c24xx/bast-ide.c
8971 F:      arch/arm/mach-s3c24xx/bast-irq.c
8972
8973 TI DAVINCI MACHINE SUPPORT
8974 M:      Sekhar Nori <nsekhar@ti.com>
8975 M:      Kevin Hilman <khilman@deeprootsystems.com>
8976 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8977 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8978 S:      Supported
8979 F:      arch/arm/mach-davinci/
8980 F:      drivers/i2c/busses/i2c-davinci.c
8981
8982 TI DAVINCI SERIES MEDIA DRIVER
8983 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8984 L:      linux-media@vger.kernel.org
8985 W:      http://linuxtv.org/
8986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8987 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8988 S:      Maintained
8989 F:      drivers/media/platform/davinci/
8990 F:      include/media/davinci/
8991
8992 TI AM437X VPFE DRIVER
8993 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8994 L:      linux-media@vger.kernel.org
8995 W:      http://linuxtv.org/
8996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8997 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8998 S:      Maintained
8999 F:      drivers/media/platform/am437x/
9000
9001 SIS 190 ETHERNET DRIVER
9002 M:      Francois Romieu <romieu@fr.zoreil.com>
9003 L:      netdev@vger.kernel.org
9004 S:      Maintained
9005 F:      drivers/net/ethernet/sis/sis190.c
9006
9007 SIS 900/7016 FAST ETHERNET DRIVER
9008 M:      Daniele Venzano <venza@brownhat.org>
9009 W:      http://www.brownhat.org/sis900.html
9010 L:      netdev@vger.kernel.org
9011 S:      Maintained
9012 F:      drivers/net/ethernet/sis/sis900.*
9013
9014 SIS FRAMEBUFFER DRIVER
9015 M:      Thomas Winischhofer <thomas@winischhofer.net>
9016 W:      http://www.winischhofer.net/linuxsisvga.shtml
9017 S:      Maintained
9018 F:      Documentation/fb/sisfb.txt
9019 F:      drivers/video/fbdev/sis/
9020 F:      include/video/sisfb.h
9021
9022 SIS USB2VGA DRIVER
9023 M:      Thomas Winischhofer <thomas@winischhofer.net>
9024 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9025 S:      Maintained
9026 F:      drivers/usb/misc/sisusbvga/
9027
9028 SLAB ALLOCATOR
9029 M:      Christoph Lameter <cl@linux.com>
9030 M:      Pekka Enberg <penberg@kernel.org>
9031 M:      David Rientjes <rientjes@google.com>
9032 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9033 M:      Andrew Morton <akpm@linux-foundation.org>
9034 L:      linux-mm@kvack.org
9035 S:      Maintained
9036 F:      include/linux/sl?b*.h
9037 F:      mm/sl?b*
9038
9039 SLEEPABLE READ-COPY UPDATE (SRCU)
9040 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9041 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9042 M:      Josh Triplett <josh@joshtriplett.org>
9043 R:      Steven Rostedt <rostedt@goodmis.org>
9044 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9045 L:      linux-kernel@vger.kernel.org
9046 W:      http://www.rdrop.com/users/paulmck/RCU/
9047 S:      Supported
9048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9049 F:      include/linux/srcu.h
9050 F:      kernel/rcu/srcu.c
9051
9052 SMACK SECURITY MODULE
9053 M:      Casey Schaufler <casey@schaufler-ca.com>
9054 L:      linux-security-module@vger.kernel.org
9055 W:      http://schaufler-ca.com
9056 T:      git git://git.gitorious.org/smack-next/kernel.git
9057 S:      Maintained
9058 F:      Documentation/security/Smack.txt
9059 F:      security/smack/
9060
9061 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9062 M:      Kevin Hilman <khilman@kernel.org>
9063 M:      Nishanth Menon <nm@ti.com>
9064 S:      Maintained
9065 F:      drivers/power/avs/
9066 F:      include/linux/power/smartreflex.h
9067 L:      linux-pm@vger.kernel.org
9068
9069 SMC91x ETHERNET DRIVER
9070 M:      Nicolas Pitre <nico@fluxnic.net>
9071 S:      Odd Fixes
9072 F:      drivers/net/ethernet/smsc/smc91x.*
9073
9074 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9075 M:      Sakari Ailus <sakari.ailus@iki.fi>
9076 L:      linux-media@vger.kernel.org
9077 S:      Maintained
9078 F:      drivers/media/i2c/smiapp/
9079 F:      include/media/smiapp.h
9080 F:      drivers/media/i2c/smiapp-pll.c
9081 F:      drivers/media/i2c/smiapp-pll.h
9082 F:      include/uapi/linux/smiapp.h
9083 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9084
9085 SMM665 HARDWARE MONITOR DRIVER
9086 M:      Guenter Roeck <linux@roeck-us.net>
9087 L:      lm-sensors@lm-sensors.org
9088 S:      Maintained
9089 F:      Documentation/hwmon/smm665
9090 F:      drivers/hwmon/smm665.c
9091
9092 SMSC EMC2103 HARDWARE MONITOR DRIVER
9093 M:      Steve Glendinning <steve.glendinning@shawell.net>
9094 L:      lm-sensors@lm-sensors.org
9095 S:      Maintained
9096 F:      Documentation/hwmon/emc2103
9097 F:      drivers/hwmon/emc2103.c
9098
9099 SMSC SCH5627 HARDWARE MONITOR DRIVER
9100 M:      Hans de Goede <hdegoede@redhat.com>
9101 L:      lm-sensors@lm-sensors.org
9102 S:      Supported
9103 F:      Documentation/hwmon/sch5627
9104 F:      drivers/hwmon/sch5627.c
9105
9106 SMSC47B397 HARDWARE MONITOR DRIVER
9107 M:      Jean Delvare <jdelvare@suse.de>
9108 L:      lm-sensors@lm-sensors.org
9109 S:      Maintained
9110 F:      Documentation/hwmon/smsc47b397
9111 F:      drivers/hwmon/smsc47b397.c
9112
9113 SMSC911x ETHERNET DRIVER
9114 M:      Steve Glendinning <steve.glendinning@shawell.net>
9115 L:      netdev@vger.kernel.org
9116 S:      Maintained
9117 F:      include/linux/smsc911x.h
9118 F:      drivers/net/ethernet/smsc/smsc911x.*
9119
9120 SMSC9420 PCI ETHERNET DRIVER
9121 M:      Steve Glendinning <steve.glendinning@shawell.net>
9122 L:      netdev@vger.kernel.org
9123 S:      Maintained
9124 F:      drivers/net/ethernet/smsc/smsc9420.*
9125
9126 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9127 M:      Steve Glendinning <steve.glendinning@shawell.net>
9128 L:      linux-fbdev@vger.kernel.org
9129 S:      Maintained
9130 F:      drivers/video/fbdev/smscufx.c
9131
9132 SOC-CAMERA V4L2 SUBSYSTEM
9133 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9134 L:      linux-media@vger.kernel.org
9135 T:      git git://linuxtv.org/media_tree.git
9136 S:      Maintained
9137 F:      include/media/soc*
9138 F:      drivers/media/i2c/soc_camera/
9139 F:      drivers/media/platform/soc_camera/
9140
9141 SOEKRIS NET48XX LED SUPPORT
9142 M:      Chris Boot <bootc@bootc.net>
9143 S:      Maintained
9144 F:      drivers/leds/leds-net48xx.c
9145
9146 SOFTLOGIC 6x10 MPEG CODEC
9147 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9148 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9149 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9150 M:      Ismael Luceno <ismael@iodev.co.uk>
9151 L:      linux-media@vger.kernel.org
9152 S:      Supported
9153 F:      drivers/media/pci/solo6x10/
9154
9155 SOFTWARE RAID (Multiple Disks) SUPPORT
9156 M:      Neil Brown <neilb@suse.de>
9157 L:      linux-raid@vger.kernel.org
9158 S:      Supported
9159 F:      drivers/md/
9160 F:      include/linux/raid/
9161 F:      include/uapi/linux/raid/
9162
9163 SONIC NETWORK DRIVER
9164 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9165 L:      netdev@vger.kernel.org
9166 S:      Maintained
9167 F:      drivers/net/ethernet/natsemi/sonic.*
9168
9169 SONICS SILICON BACKPLANE DRIVER (SSB)
9170 M:      Michael Buesch <m@bues.ch>
9171 L:      netdev@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/ssb/
9174 F:      include/linux/ssb/
9175
9176 SONY VAIO CONTROL DEVICE DRIVER
9177 M:      Mattia Dongili <malattia@linux.it>
9178 L:      platform-driver-x86@vger.kernel.org
9179 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9180 S:      Maintained
9181 F:      Documentation/laptops/sony-laptop.txt
9182 F:      drivers/char/sonypi.c
9183 F:      drivers/platform/x86/sony-laptop.c
9184 F:      include/linux/sony-laptop.h
9185
9186 SONY MEMORYSTICK CARD SUPPORT
9187 M:      Alex Dubov <oakad@yahoo.com>
9188 W:      http://tifmxx.berlios.de/
9189 S:      Maintained
9190 F:      drivers/memstick/host/tifm_ms.c
9191
9192 SONY MEMORYSTICK STANDARD SUPPORT
9193 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9194 S:      Maintained
9195 F:      drivers/memstick/core/ms_block.*
9196
9197 SOUND
9198 M:      Jaroslav Kysela <perex@perex.cz>
9199 M:      Takashi Iwai <tiwai@suse.de>
9200 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9201 W:      http://www.alsa-project.org/
9202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9203 T:      git git://git.alsa-project.org/alsa-kernel.git
9204 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9205 S:      Maintained
9206 F:      Documentation/sound/
9207 F:      include/sound/
9208 F:      include/uapi/sound/
9209 F:      sound/
9210
9211 SOUND - COMPRESSED AUDIO
9212 M:      Vinod Koul <vinod.koul@intel.com>
9213 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9215 S:      Supported
9216 F:      Documentation/sound/alsa/compress_offload.txt
9217 F:      include/sound/compress_driver.h
9218 F:      include/uapi/sound/compress_*
9219 F:      sound/core/compress_offload.c
9220 F:      sound/soc/soc-compress.c
9221
9222 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9223 M:      Liam Girdwood <lgirdwood@gmail.com>
9224 M:      Mark Brown <broonie@kernel.org>
9225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9226 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9227 W:      http://alsa-project.org/main/index.php/ASoC
9228 S:      Supported
9229 F:      Documentation/sound/alsa/soc/
9230 F:      sound/soc/
9231 F:      include/sound/soc*
9232
9233 SOUND - DMAENGINE HELPERS
9234 M:      Lars-Peter Clausen <lars@metafoo.de>
9235 S:      Supported
9236 F:      include/sound/dmaengine_pcm.h
9237 F:      sound/core/pcm_dmaengine.c
9238 F:      sound/soc/soc-generic-dmaengine-pcm.c
9239
9240 SP2 MEDIA DRIVER
9241 M:      Olli Salonen <olli.salonen@iki.fi>
9242 L:      linux-media@vger.kernel.org
9243 W:      http://linuxtv.org/
9244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9245 S:      Maintained
9246 F:      drivers/media/dvb-frontends/sp2*
9247
9248 SPARC + UltraSPARC (sparc/sparc64)
9249 M:      "David S. Miller" <davem@davemloft.net>
9250 L:      sparclinux@vger.kernel.org
9251 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9254 S:      Maintained
9255 F:      arch/sparc/
9256 F:      drivers/sbus/
9257
9258 SPARC SERIAL DRIVERS
9259 M:      "David S. Miller" <davem@davemloft.net>
9260 L:      sparclinux@vger.kernel.org
9261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9263 S:      Maintained
9264 F:      include/linux/sunserialcore.h
9265 F:      drivers/tty/serial/suncore.c
9266 F:      drivers/tty/serial/sunhv.c
9267 F:      drivers/tty/serial/sunsab.c
9268 F:      drivers/tty/serial/sunsab.h
9269 F:      drivers/tty/serial/sunsu.c
9270 F:      drivers/tty/serial/sunzilog.c
9271 F:      drivers/tty/serial/sunzilog.h
9272
9273 SPARSE CHECKER
9274 M:      "Christopher Li" <sparse@chrisli.org>
9275 L:      linux-sparse@vger.kernel.org
9276 W:      https://sparse.wiki.kernel.org/
9277 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9278 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9279 S:      Maintained
9280 F:      include/linux/compiler.h
9281
9282 SPEAR PLATFORM SUPPORT
9283 M:      Viresh Kumar <viresh.linux@gmail.com>
9284 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9285 L:      spear-devel@list.st.com
9286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9287 W:      http://www.st.com/spear
9288 S:      Maintained
9289 F:      arch/arm/mach-spear/
9290
9291 SPEAR CLOCK FRAMEWORK SUPPORT
9292 M:      Viresh Kumar <viresh.linux@gmail.com>
9293 L:      spear-devel@list.st.com
9294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9295 W:      http://www.st.com/spear
9296 S:      Maintained
9297 F:      drivers/clk/spear/
9298
9299 SPI SUBSYSTEM
9300 M:      Mark Brown <broonie@kernel.org>
9301 L:      linux-spi@vger.kernel.org
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9303 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9304 S:      Maintained
9305 F:      Documentation/spi/
9306 F:      drivers/spi/
9307 F:      include/linux/spi/
9308 F:      include/uapi/linux/spi/
9309
9310 SPIDERNET NETWORK DRIVER for CELL
9311 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9312 M:      Jens Osterkamp <jens@de.ibm.com>
9313 L:      netdev@vger.kernel.org
9314 S:      Supported
9315 F:      Documentation/networking/spider_net.txt
9316 F:      drivers/net/ethernet/toshiba/spider_net*
9317
9318 SPU FILE SYSTEM
9319 M:      Jeremy Kerr <jk@ozlabs.org>
9320 L:      linuxppc-dev@lists.ozlabs.org
9321 L:      cbe-oss-dev@lists.ozlabs.org
9322 W:      http://www.ibm.com/developerworks/power/cell/
9323 S:      Supported
9324 F:      Documentation/filesystems/spufs.txt
9325 F:      arch/powerpc/platforms/cell/spufs/
9326
9327 SQUASHFS FILE SYSTEM
9328 M:      Phillip Lougher <phillip@squashfs.org.uk>
9329 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9330 W:      http://squashfs.org.uk
9331 S:      Maintained
9332 F:      Documentation/filesystems/squashfs.txt
9333 F:      fs/squashfs/
9334
9335 SRM (Alpha) environment access
9336 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9337 S:      Maintained
9338 F:      arch/alpha/kernel/srm_env.c
9339
9340 STABLE BRANCH
9341 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9342 L:      stable@vger.kernel.org
9343 S:      Supported
9344 F:      Documentation/stable_kernel_rules.txt
9345
9346 STAGING SUBSYSTEM
9347 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9349 L:      devel@driverdev.osuosl.org
9350 S:      Supported
9351 F:      drivers/staging/
9352
9353 STAGING - COMEDI
9354 M:      Ian Abbott <abbotti@mev.co.uk>
9355 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9356 S:      Odd Fixes
9357 F:      drivers/staging/comedi/
9358
9359 STAGING - FLARION FT1000 DRIVERS
9360 M:      Marek Belisko <marek.belisko@gmail.com>
9361 S:      Odd Fixes
9362 F:      drivers/staging/ft1000/
9363
9364 STAGING - INDUSTRIAL IO
9365 M:      Jonathan Cameron <jic23@kernel.org>
9366 L:      linux-iio@vger.kernel.org
9367 S:      Odd Fixes
9368 F:      drivers/staging/iio/
9369
9370 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9371 M:      Jarod Wilson <jarod@wilsonet.com>
9372 W:      http://www.lirc.org/
9373 S:      Odd Fixes
9374 F:      drivers/staging/media/lirc/
9375
9376 STAGING - LUSTRE PARALLEL FILESYSTEM
9377 M:      Oleg Drokin <oleg.drokin@intel.com>
9378 M:      Andreas Dilger <andreas.dilger@intel.com>
9379 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9380 W:      http://lustre.opensfs.org/
9381 S:      Maintained
9382 F:      drivers/staging/lustre
9383
9384 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9385 M:      Julian Andres Klode <jak@jak-linux.org>
9386 M:      Marc Dietrich <marvin24@gmx.de>
9387 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9388 L:      linux-tegra@vger.kernel.org
9389 S:      Maintained
9390 F:      drivers/staging/nvec/
9391
9392 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9393 M:      Jens Frederich <jfrederich@gmail.com>
9394 M:      Daniel Drake <dsd@laptop.org>
9395 M:      Jon Nettleton <jon.nettleton@gmail.com>
9396 W:      http://wiki.laptop.org/go/DCON
9397 S:      Maintained
9398 F:      drivers/staging/olpc_dcon/
9399
9400 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9401 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9402 S:      Maintained
9403 F:      drivers/staging/ozwpan/
9404
9405 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9406 M:      Willy Tarreau <willy@meta-x.org>
9407 S:      Odd Fixes
9408 F:      drivers/staging/panel/
9409
9410 STAGING - REALTEK RTL8712U DRIVERS
9411 M:      Larry Finger <Larry.Finger@lwfinger.net>
9412 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9413 S:      Odd Fixes
9414 F:      drivers/staging/rtl8712/
9415
9416 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9417 M:      Larry Finger <Larry.Finger@lwfinger.net>
9418 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9419 L:      linux-wireless@vger.kernel.org
9420 S:      Maintained
9421 F:      drivers/staging/rtl8723au/
9422
9423 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9424 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9425 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9426 M:      Sudip Mukherjee <sudip@vectorindia.org>
9427 L:      linux-fbdev@vger.kernel.org
9428 S:      Maintained
9429 F:      drivers/staging/sm7xxfb/
9430
9431 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9432 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9433 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9434 M:      Sudip Mukherjee <sudip@vectorindia.org>
9435 L:      linux-fbdev@vger.kernel.org
9436 S:      Maintained
9437 F:      drivers/staging/sm750fb/
9438
9439 STAGING - SLICOSS
9440 M:      Lior Dotan <liodot@gmail.com>
9441 M:      Christopher Harrer <charrer@alacritech.com>
9442 S:      Odd Fixes
9443 F:      drivers/staging/slicoss/
9444
9445 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9446 M:      William Hubbs <w.d.hubbs@gmail.com>
9447 M:      Chris Brannon <chris@the-brannons.com>
9448 M:      Kirk Reiser <kirk@reisers.ca>
9449 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9450 L:      speakup@linux-speakup.org
9451 W:      http://www.linux-speakup.org/
9452 S:      Odd Fixes
9453 F:      drivers/staging/speakup/
9454
9455 STAGING - VIA VT665X DRIVERS
9456 M:      Forest Bond <forest@alittletooquiet.net>
9457 S:      Odd Fixes
9458 F:      drivers/staging/vt665?/
9459
9460 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9461 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9462 S:      Odd Fixes
9463 F:      drivers/staging/xgifb/
9464
9465 STARFIRE/DURALAN NETWORK DRIVER
9466 M:      Ion Badulescu <ionut@badula.org>
9467 S:      Odd Fixes
9468 F:      drivers/net/ethernet/adaptec/starfire*
9469
9470 SUN3/3X
9471 M:      Sam Creasey <sammy@sammy.net>
9472 W:      http://sammy.net/sun3/
9473 S:      Maintained
9474 F:      arch/m68k/kernel/*sun3*
9475 F:      arch/m68k/sun3*/
9476 F:      arch/m68k/include/asm/sun3*
9477 F:      drivers/net/ethernet/i825xx/sun3*
9478
9479 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9480 M:      Hans de Goede <hdegoede@redhat.com>
9481 L:      linux-input@vger.kernel.org
9482 S:      Maintained
9483 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9484 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9485
9486 SUNDANCE NETWORK DRIVER
9487 M:      Denis Kirjanov <kda@linux-powerpc.org>
9488 L:      netdev@vger.kernel.org
9489 S:      Maintained
9490 F:      drivers/net/ethernet/dlink/sundance.c
9491
9492 SUPERH
9493 L:      linux-sh@vger.kernel.org
9494 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9495 S:      Orphan
9496 F:      Documentation/sh/
9497 F:      arch/sh/
9498 F:      drivers/sh/
9499
9500 SUSPEND TO RAM
9501 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9502 M:      Len Brown <len.brown@intel.com>
9503 M:      Pavel Machek <pavel@ucw.cz>
9504 L:      linux-pm@vger.kernel.org
9505 S:      Supported
9506 F:      Documentation/power/
9507 F:      arch/x86/kernel/acpi/
9508 F:      drivers/base/power/
9509 F:      kernel/power/
9510 F:      include/linux/suspend.h
9511 F:      include/linux/freezer.h
9512 F:      include/linux/pm.h
9513
9514 SVGA HANDLING
9515 M:      Martin Mares <mj@ucw.cz>
9516 L:      linux-video@atrey.karlin.mff.cuni.cz
9517 S:      Maintained
9518 F:      Documentation/svga.txt
9519 F:      arch/x86/boot/video*
9520
9521 SWIOTLB SUBSYSTEM
9522 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9523 L:      linux-kernel@vger.kernel.org
9524 S:      Supported
9525 F:      lib/swiotlb.c
9526 F:      arch/*/kernel/pci-swiotlb.c
9527 F:      include/linux/swiotlb.h
9528
9529 SWITCHDEV
9530 M:      Jiri Pirko <jiri@resnulli.us>
9531 L:      netdev@vger.kernel.org
9532 S:      Supported
9533 F:      net/switchdev/
9534 F:      include/net/switchdev.h
9535
9536 SYNOPSYS ARC ARCHITECTURE
9537 M:      Vineet Gupta <vgupta@synopsys.com>
9538 S:      Supported
9539 F:      arch/arc/
9540 F:      Documentation/devicetree/bindings/arc/
9541 F:      drivers/tty/serial/arc_uart.c
9542
9543 SYSV FILESYSTEM
9544 M:      Christoph Hellwig <hch@infradead.org>
9545 S:      Maintained
9546 F:      Documentation/filesystems/sysv-fs.txt
9547 F:      fs/sysv/
9548 F:      include/linux/sysv_fs.h
9549
9550 TARGET SUBSYSTEM
9551 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9552 L:      linux-scsi@vger.kernel.org
9553 L:      target-devel@vger.kernel.org
9554 W:      http://www.linux-iscsi.org
9555 W:      http://groups.google.com/group/linux-iscsi-target-dev
9556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9557 S:      Supported
9558 F:      drivers/target/
9559 F:      include/target/
9560 F:      Documentation/target/
9561
9562 TASKSTATS STATISTICS INTERFACE
9563 M:      Balbir Singh <bsingharora@gmail.com>
9564 S:      Maintained
9565 F:      Documentation/accounting/taskstats*
9566 F:      include/linux/taskstats*
9567 F:      kernel/taskstats.c
9568
9569 TC CLASSIFIER
9570 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9571 L:      netdev@vger.kernel.org
9572 S:      Maintained
9573 F:      include/net/pkt_cls.h
9574 F:      include/uapi/linux/pkt_cls.h
9575 F:      net/sched/
9576
9577 TCP LOW PRIORITY MODULE
9578 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9579 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9580 W:      http://tcp-lp-mod.sourceforge.net/
9581 S:      Maintained
9582 F:      net/ipv4/tcp_lp.c
9583
9584 TDA10071 MEDIA DRIVER
9585 M:      Antti Palosaari <crope@iki.fi>
9586 L:      linux-media@vger.kernel.org
9587 W:      http://linuxtv.org/
9588 W:      http://palosaari.fi/linux/
9589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9590 T:      git git://linuxtv.org/anttip/media_tree.git
9591 S:      Maintained
9592 F:      drivers/media/dvb-frontends/tda10071*
9593
9594 TDA18212 MEDIA DRIVER
9595 M:      Antti Palosaari <crope@iki.fi>
9596 L:      linux-media@vger.kernel.org
9597 W:      http://linuxtv.org/
9598 W:      http://palosaari.fi/linux/
9599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9600 T:      git git://linuxtv.org/anttip/media_tree.git
9601 S:      Maintained
9602 F:      drivers/media/tuners/tda18212*
9603
9604 TDA18218 MEDIA DRIVER
9605 M:      Antti Palosaari <crope@iki.fi>
9606 L:      linux-media@vger.kernel.org
9607 W:      http://linuxtv.org/
9608 W:      http://palosaari.fi/linux/
9609 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9610 T:      git git://linuxtv.org/anttip/media_tree.git
9611 S:      Maintained
9612 F:      drivers/media/tuners/tda18218*
9613
9614 TDA18271 MEDIA DRIVER
9615 M:      Michael Krufky <mkrufky@linuxtv.org>
9616 L:      linux-media@vger.kernel.org
9617 W:      http://linuxtv.org/
9618 W:      http://github.com/mkrufky
9619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9620 T:      git git://linuxtv.org/mkrufky/tuners.git
9621 S:      Maintained
9622 F:      drivers/media/tuners/tda18271*
9623
9624 TDA827x MEDIA DRIVER
9625 M:      Michael Krufky <mkrufky@linuxtv.org>
9626 L:      linux-media@vger.kernel.org
9627 W:      http://linuxtv.org/
9628 W:      http://github.com/mkrufky
9629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9630 T:      git git://linuxtv.org/mkrufky/tuners.git
9631 S:      Maintained
9632 F:      drivers/media/tuners/tda8290.*
9633
9634 TDA8290 MEDIA DRIVER
9635 M:      Michael Krufky <mkrufky@linuxtv.org>
9636 L:      linux-media@vger.kernel.org
9637 W:      http://linuxtv.org/
9638 W:      http://github.com/mkrufky
9639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9640 T:      git git://linuxtv.org/mkrufky/tuners.git
9641 S:      Maintained
9642 F:      drivers/media/tuners/tda8290.*
9643
9644 TDA9840 MEDIA DRIVER
9645 M:      Hans Verkuil <hverkuil@xs4all.nl>
9646 L:      linux-media@vger.kernel.org
9647 T:      git git://linuxtv.org/media_tree.git
9648 W:      http://linuxtv.org
9649 S:      Maintained
9650 F:      drivers/media/i2c/tda9840*
9651
9652 TEA5761 TUNER DRIVER
9653 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9654 L:      linux-media@vger.kernel.org
9655 W:      http://linuxtv.org
9656 T:      git git://linuxtv.org/media_tree.git
9657 S:      Odd fixes
9658 F:      drivers/media/tuners/tea5761.*
9659
9660 TEA5767 TUNER DRIVER
9661 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9662 L:      linux-media@vger.kernel.org
9663 W:      http://linuxtv.org
9664 T:      git git://linuxtv.org/media_tree.git
9665 S:      Maintained
9666 F:      drivers/media/tuners/tea5767.*
9667
9668 TEA6415C MEDIA DRIVER
9669 M:      Hans Verkuil <hverkuil@xs4all.nl>
9670 L:      linux-media@vger.kernel.org
9671 T:      git git://linuxtv.org/media_tree.git
9672 W:      http://linuxtv.org
9673 S:      Maintained
9674 F:      drivers/media/i2c/tea6415c*
9675
9676 TEA6420 MEDIA DRIVER
9677 M:      Hans Verkuil <hverkuil@xs4all.nl>
9678 L:      linux-media@vger.kernel.org
9679 T:      git git://linuxtv.org/media_tree.git
9680 W:      http://linuxtv.org
9681 S:      Maintained
9682 F:      drivers/media/i2c/tea6420*
9683
9684 TEAM DRIVER
9685 M:      Jiri Pirko <jiri@resnulli.us>
9686 L:      netdev@vger.kernel.org
9687 S:      Supported
9688 F:      drivers/net/team/
9689 F:      include/linux/if_team.h
9690 F:      include/uapi/linux/if_team.h
9691
9692 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9693 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9694 S:      Maintained
9695 F:      arch/x86/platform/ts5500/
9696
9697 TECHNOTREND USB IR RECEIVER
9698 M:      Sean Young <sean@mess.org>
9699 L:      linux-media@vger.kernel.org
9700 S:      Maintained
9701 F:      drivers/media/rc/ttusbir.c
9702
9703 TEGRA ARCHITECTURE SUPPORT
9704 M:      Stephen Warren <swarren@wwwdotorg.org>
9705 M:      Thierry Reding <thierry.reding@gmail.com>
9706 M:      Alexandre Courbot <gnurou@gmail.com>
9707 L:      linux-tegra@vger.kernel.org
9708 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9710 S:      Supported
9711 N:      [^a-z]tegra
9712
9713 TEGRA CLOCK DRIVER
9714 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9715 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9716 S:      Supported
9717 F:      drivers/clk/tegra/
9718
9719 TEGRA DMA DRIVER
9720 M:      Laxman Dewangan <ldewangan@nvidia.com>
9721 S:      Supported
9722 F:      drivers/dma/tegra20-apb-dma.c
9723
9724 TEGRA I2C DRIVER
9725 M:      Laxman Dewangan <ldewangan@nvidia.com>
9726 S:      Supported
9727 F:      drivers/i2c/busses/i2c-tegra.c
9728
9729 TEGRA IOMMU DRIVERS
9730 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9731 S:      Supported
9732 F:      drivers/iommu/tegra*
9733
9734 TEGRA KBC DRIVER
9735 M:      Rakesh Iyer <riyer@nvidia.com>
9736 M:      Laxman Dewangan <ldewangan@nvidia.com>
9737 S:      Supported
9738 F:      drivers/input/keyboard/tegra-kbc.c
9739
9740 TEGRA PWM DRIVER
9741 M:      Thierry Reding <thierry.reding@gmail.com>
9742 S:      Supported
9743 F:      drivers/pwm/pwm-tegra.c
9744
9745 TEGRA SERIAL DRIVER
9746 M:      Laxman Dewangan <ldewangan@nvidia.com>
9747 S:      Supported
9748 F:      drivers/tty/serial/serial-tegra.c
9749
9750 TEGRA SPI DRIVER
9751 M:      Laxman Dewangan <ldewangan@nvidia.com>
9752 S:      Supported
9753 F:      drivers/spi/spi-tegra*
9754
9755 TEHUTI ETHERNET DRIVER
9756 M:      Andy Gospodarek <andy@greyhouse.net>
9757 L:      netdev@vger.kernel.org
9758 S:      Supported
9759 F:      drivers/net/ethernet/tehuti/*
9760
9761 Telecom Clock Driver for MCPL0010
9762 M:      Mark Gross <mark.gross@intel.com>
9763 S:      Supported
9764 F:      drivers/char/tlclk.c
9765
9766 TENSILICA XTENSA PORT (xtensa)
9767 M:      Chris Zankel <chris@zankel.net>
9768 M:      Max Filippov <jcmvbkbc@gmail.com>
9769 L:      linux-xtensa@linux-xtensa.org
9770 S:      Maintained
9771 F:      arch/xtensa/
9772 F:      drivers/irqchip/irq-xtensa-*
9773
9774 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9775 M:      Hans Verkuil <hverkuil@xs4all.nl>
9776 L:      linux-media@vger.kernel.org
9777 T:      git git://linuxtv.org/media_tree.git
9778 W:      http://linuxtv.org
9779 S:      Maintained
9780 F:      drivers/media/radio/radio-raremono.c
9781
9782 THERMAL
9783 M:      Zhang Rui <rui.zhang@intel.com>
9784 M:      Eduardo Valentin <edubezval@gmail.com>
9785 L:      linux-pm@vger.kernel.org
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9788 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9789 S:      Supported
9790 F:      drivers/thermal/
9791 F:      include/linux/thermal.h
9792 F:      include/uapi/linux/thermal.h
9793 F:      include/linux/cpu_cooling.h
9794 F:      Documentation/devicetree/bindings/thermal/
9795
9796 THINGM BLINK(1) USB RGB LED DRIVER
9797 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9798 S:      Maintained
9799 F:      drivers/hid/hid-thingm.c
9800
9801 THINKPAD ACPI EXTRAS DRIVER
9802 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9803 L:      ibm-acpi-devel@lists.sourceforge.net
9804 L:      platform-driver-x86@vger.kernel.org
9805 W:      http://ibm-acpi.sourceforge.net
9806 W:      http://thinkwiki.org/wiki/Ibm-acpi
9807 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9808 S:      Maintained
9809 F:      drivers/platform/x86/thinkpad_acpi.c
9810
9811 TI BANDGAP AND THERMAL DRIVER
9812 M:      Eduardo Valentin <edubezval@gmail.com>
9813 L:      linux-pm@vger.kernel.org
9814 L:      linux-omap@vger.kernel.org
9815 S:      Maintained
9816 F:      drivers/thermal/ti-soc-thermal/
9817
9818 TI CDCE706 CLOCK DRIVER
9819 M:      Max Filippov <jcmvbkbc@gmail.com>
9820 S:      Maintained
9821 F:      drivers/clk/clk-cdce706.c
9822
9823 TI CLOCK DRIVER
9824 M:      Tero Kristo <t-kristo@ti.com>
9825 L:      linux-omap@vger.kernel.org
9826 S:      Maintained
9827 F:      drivers/clk/ti/
9828 F:      include/linux/clk/ti.h
9829
9830 TI FLASH MEDIA INTERFACE DRIVER
9831 M:      Alex Dubov <oakad@yahoo.com>
9832 S:      Maintained
9833 F:      drivers/misc/tifm*
9834 F:      drivers/mmc/host/tifm_sd.c
9835 F:      include/linux/tifm.h
9836
9837 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9838 M:      Santosh Shilimkar <ssantosh@kernel.org>
9839 L:      linux-kernel@vger.kernel.org
9840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9841 S:      Maintained
9842 F:      drivers/soc/ti/*
9843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9844
9845
9846 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9847 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9848 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9849 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9850 S:      Maintained
9851 F:      sound/soc/codecs/lm49453*
9852 F:      sound/soc/codecs/isabelle*
9853
9854 TI LP855x BACKLIGHT DRIVER
9855 M:      Milo Kim <milo.kim@ti.com>
9856 S:      Maintained
9857 F:      Documentation/backlight/lp855x-driver.txt
9858 F:      drivers/video/backlight/lp855x_bl.c
9859 F:      include/linux/platform_data/lp855x.h
9860
9861 TI LP8727 CHARGER DRIVER
9862 M:      Milo Kim <milo.kim@ti.com>
9863 S:      Maintained
9864 F:      drivers/power/lp8727_charger.c
9865 F:      include/linux/platform_data/lp8727.h
9866
9867 TI LP8788 MFD DRIVER
9868 M:      Milo Kim <milo.kim@ti.com>
9869 S:      Maintained
9870 F:      drivers/iio/adc/lp8788_adc.c
9871 F:      drivers/leds/leds-lp8788.c
9872 F:      drivers/mfd/lp8788*.c
9873 F:      drivers/power/lp8788-charger.c
9874 F:      drivers/regulator/lp8788-*.c
9875 F:      include/linux/mfd/lp8788*.h
9876
9877 TI NETCP ETHERNET DRIVER
9878 M:      Wingman Kwok <w-kwok2@ti.com>
9879 M:      Murali Karicheri <m-karicheri2@ti.com>
9880 L:      netdev@vger.kernel.org
9881 S:      Maintained
9882 F:      drivers/net/ethernet/ti/netcp*
9883
9884 TI TWL4030 SERIES SOC CODEC DRIVER
9885 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9886 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9887 S:      Maintained
9888 F:      sound/soc/codecs/twl4030*
9889
9890 TI WILINK WIRELESS DRIVERS
9891 L:      linux-wireless@vger.kernel.org
9892 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9893 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9895 S:      Orphan
9896 F:      drivers/net/wireless/ti/
9897 F:      include/linux/wl12xx.h
9898
9899 TIPC NETWORK LAYER
9900 M:      Jon Maloy <jon.maloy@ericsson.com>
9901 M:      Ying Xue <ying.xue@windriver.com>
9902 L:      netdev@vger.kernel.org (core kernel code)
9903 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9904 W:      http://tipc.sourceforge.net/
9905 S:      Maintained
9906 F:      include/uapi/linux/tipc*.h
9907 F:      net/tipc/
9908
9909 TILE ARCHITECTURE
9910 M:      Chris Metcalf <cmetcalf@ezchip.com>
9911 W:      http://www.ezchip.com/scm/
9912 S:      Supported
9913 F:      arch/tile/
9914 F:      drivers/char/tile-srom.c
9915 F:      drivers/edac/tile_edac.c
9916 F:      drivers/net/ethernet/tile/
9917 F:      drivers/rtc/rtc-tile.c
9918 F:      drivers/tty/hvc/hvc_tile.c
9919 F:      drivers/tty/serial/tilegx.c
9920 F:      drivers/usb/host/*-tilegx.c
9921 F:      include/linux/usb/tilegx.h
9922
9923 TLAN NETWORK DRIVER
9924 M:      Samuel Chessman <chessman@tux.org>
9925 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9926 W:      http://sourceforge.net/projects/tlan/
9927 S:      Maintained
9928 F:      Documentation/networking/tlan.txt
9929 F:      drivers/net/ethernet/ti/tlan.*
9930
9931 TOMOYO SECURITY MODULE
9932 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9933 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9934 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9935 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9936 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9937 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9938 W:      http://tomoyo.sourceforge.jp/
9939 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9940 S:      Maintained
9941 F:      security/tomoyo/
9942
9943 TOPSTAR LAPTOP EXTRAS DRIVER
9944 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9945 L:      platform-driver-x86@vger.kernel.org
9946 S:      Maintained
9947 F:      drivers/platform/x86/topstar-laptop.c
9948
9949 TOSHIBA ACPI EXTRAS DRIVER
9950 M:      Azael Avalos <coproscefalo@gmail.com>
9951 L:      platform-driver-x86@vger.kernel.org
9952 S:      Maintained
9953 F:      drivers/platform/x86/toshiba_acpi.c
9954
9955 TOSHIBA BLUETOOTH DRIVER
9956 M:      Azael Avalos <coproscefalo@gmail.com>
9957 L:      platform-driver-x86@vger.kernel.org
9958 S:      Maintained
9959 F:      drivers/platform/x86/toshiba_bluetooth.c
9960
9961 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
9962 M:      Azael Avalos <coproscefalo@gmail.com>
9963 L:      platform-driver-x86@vger.kernel.org
9964 S:      Maintained
9965 F:      drivers/platform/x86/toshiba_haps.c
9966
9967 TOSHIBA SMM DRIVER
9968 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9969 L:      tlinux-users@tce.toshiba-dme.co.jp
9970 W:      http://www.buzzard.org.uk/toshiba/
9971 S:      Maintained
9972 F:      drivers/char/toshiba.c
9973 F:      include/linux/toshiba.h
9974 F:      include/uapi/linux/toshiba.h
9975
9976 TMIO MMC DRIVER
9977 M:      Ian Molton <ian.molton@codethink.co.uk>
9978 L:      linux-mmc@vger.kernel.org
9979 S:      Maintained
9980 F:      drivers/mmc/host/tmio_mmc*
9981 F:      drivers/mmc/host/sh_mobile_sdhi.c
9982 F:      include/linux/mmc/tmio.h
9983 F:      include/linux/mmc/sh_mobile_sdhi.h
9984
9985 TMP401 HARDWARE MONITOR DRIVER
9986 M:      Guenter Roeck <linux@roeck-us.net>
9987 L:      lm-sensors@lm-sensors.org
9988 S:      Maintained
9989 F:      Documentation/hwmon/tmp401
9990 F:      drivers/hwmon/tmp401.c
9991
9992 TMPFS (SHMEM FILESYSTEM)
9993 M:      Hugh Dickins <hughd@google.com>
9994 L:      linux-mm@kvack.org
9995 S:      Maintained
9996 F:      include/linux/shmem_fs.h
9997 F:      mm/shmem.c
9998
9999 TM6000 VIDEO4LINUX DRIVER
10000 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10001 L:      linux-media@vger.kernel.org
10002 W:      http://linuxtv.org
10003 T:      git git://linuxtv.org/media_tree.git
10004 S:      Odd fixes
10005 F:      drivers/media/usb/tm6000/
10006
10007 TW68 VIDEO4LINUX DRIVER
10008 M:      Hans Verkuil <hverkuil@xs4all.nl>
10009 L:      linux-media@vger.kernel.org
10010 T:      git git://linuxtv.org/media_tree.git
10011 W:      http://linuxtv.org
10012 S:      Odd Fixes
10013 F:      drivers/media/pci/tw68/
10014
10015 TPM DEVICE DRIVER
10016 M:      Peter Huewe <peterhuewe@gmx.de>
10017 M:      Marcel Selhorst <tpmdd@selhorst.net>
10018 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10019 W:      http://tpmdd.sourceforge.net
10020 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10021 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10022 T:      https://github.com/PeterHuewe/linux-tpmdd
10023 S:      Maintained
10024 F:      drivers/char/tpm/
10025
10026 TPM IBM_VTPM DEVICE DRIVER
10027 M:      Ashley Lai <ashleydlai@gmail.com>
10028 W:      http://tpmdd.sourceforge.net
10029 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10030 S:      Maintained
10031 F:      drivers/char/tpm/tpm_ibmvtpm*
10032
10033 TRACING
10034 M:      Steven Rostedt <rostedt@goodmis.org>
10035 M:      Ingo Molnar <mingo@redhat.com>
10036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10037 S:      Maintained
10038 F:      Documentation/trace/ftrace.txt
10039 F:      arch/*/*/*/ftrace.h
10040 F:      arch/*/kernel/ftrace.c
10041 F:      include/*/ftrace.h
10042 F:      include/linux/trace*.h
10043 F:      include/trace/
10044 F:      kernel/trace/
10045 F:      tools/testing/selftests/ftrace/
10046
10047 TRIVIAL PATCHES
10048 M:      Jiri Kosina <trivial@kernel.org>
10049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10050 S:      Maintained
10051 K:      ^Subject:.*(?i)trivial
10052
10053 TTY LAYER
10054 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10055 M:      Jiri Slaby <jslaby@suse.cz>
10056 S:      Supported
10057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10058 F:      drivers/tty/
10059 F:      drivers/tty/serial/serial_core.c
10060 F:      include/linux/serial_core.h
10061 F:      include/linux/serial.h
10062 F:      include/linux/tty.h
10063 F:      include/uapi/linux/serial_core.h
10064 F:      include/uapi/linux/serial.h
10065 F:      include/uapi/linux/tty.h
10066
10067 TUA9001 MEDIA DRIVER
10068 M:      Antti Palosaari <crope@iki.fi>
10069 L:      linux-media@vger.kernel.org
10070 W:      http://linuxtv.org/
10071 W:      http://palosaari.fi/linux/
10072 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10073 T:      git git://linuxtv.org/anttip/media_tree.git
10074 S:      Maintained
10075 F:      drivers/media/tuners/tua9001*
10076
10077 TULIP NETWORK DRIVERS
10078 M:      Grant Grundler <grundler@parisc-linux.org>
10079 L:      netdev@vger.kernel.org
10080 S:      Maintained
10081 F:      drivers/net/ethernet/dec/tulip/
10082
10083 TUN/TAP driver
10084 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10085 W:      http://vtun.sourceforge.net/tun
10086 S:      Maintained
10087 F:      Documentation/networking/tuntap.txt
10088 F:      arch/um/os-Linux/drivers/
10089
10090 TURBOCHANNEL SUBSYSTEM
10091 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10092 M:      Ralf Baechle <ralf@linux-mips.org>
10093 L:      linux-mips@linux-mips.org
10094 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10095 S:      Maintained
10096 F:      drivers/tc/
10097 F:      include/linux/tc.h
10098
10099 U14-34F SCSI DRIVER
10100 M:      Dario Ballabio <ballabio_dario@emc.com>
10101 L:      linux-scsi@vger.kernel.org
10102 S:      Maintained
10103 F:      drivers/scsi/u14-34f.c
10104
10105 UBI FILE SYSTEM (UBIFS)
10106 M:      Artem Bityutskiy <dedekind1@gmail.com>
10107 M:      Adrian Hunter <adrian.hunter@intel.com>
10108 L:      linux-mtd@lists.infradead.org
10109 T:      git git://git.infradead.org/ubifs-2.6.git
10110 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10111 S:      Maintained
10112 F:      Documentation/filesystems/ubifs.txt
10113 F:      fs/ubifs/
10114
10115 UCLINUX (AND M68KNOMMU)
10116 M:      Greg Ungerer <gerg@uclinux.org>
10117 W:      http://www.uclinux.org/
10118 L:      uclinux-dev@uclinux.org  (subscribers-only)
10119 S:      Maintained
10120 F:      arch/m68k/*/*_no.*
10121 F:      arch/m68k/include/asm/*_no.*
10122
10123 UDF FILESYSTEM
10124 M:      Jan Kara <jack@suse.cz>
10125 S:      Maintained
10126 F:      Documentation/filesystems/udf.txt
10127 F:      fs/udf/
10128
10129 UFS FILESYSTEM
10130 M:      Evgeniy Dushistov <dushistov@mail.ru>
10131 S:      Maintained
10132 F:      Documentation/filesystems/ufs.txt
10133 F:      fs/ufs/
10134
10135 UHID USERSPACE HID IO DRIVER:
10136 M:      David Herrmann <dh.herrmann@googlemail.com>
10137 L:      linux-input@vger.kernel.org
10138 S:      Maintained
10139 F:      drivers/hid/uhid.c
10140 F:      include/uapi/linux/uhid.h
10141
10142 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10143 L:      linux-usb@vger.kernel.org
10144 S:      Orphan
10145 F:      drivers/uwb/
10146 F:      include/linux/uwb.h
10147 F:      include/linux/uwb/
10148
10149 UNICORE32 ARCHITECTURE:
10150 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10151 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10152 S:      Maintained
10153 T:      git git://github.com/gxt/linux.git
10154 F:      arch/unicore32/
10155
10156 UNIFDEF
10157 M:      Tony Finch <dot@dotat.at>
10158 W:      http://dotat.at/prog/unifdef
10159 S:      Maintained
10160 F:      scripts/unifdef.c
10161
10162 UNIFORM CDROM DRIVER
10163 M:      Jens Axboe <axboe@kernel.dk>
10164 W:      http://www.kernel.dk
10165 S:      Maintained
10166 F:      Documentation/cdrom/
10167 F:      drivers/cdrom/cdrom.c
10168 F:      include/linux/cdrom.h
10169 F:      include/uapi/linux/cdrom.h
10170
10171 UNISYS S-PAR DRIVERS
10172 M:      Benjamin Romer <benjamin.romer@unisys.com>
10173 M:      David Kershner <david.kershner@unisys.com>
10174 L:      sparmaintainer@unisys.com (Unisys internal)
10175 S:      Supported
10176 F:      drivers/staging/unisys/
10177
10178 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10179 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10180 L:      linux-scsi@vger.kernel.org
10181 S:      Supported
10182 F:      Documentation/scsi/ufs.txt
10183 F:      drivers/scsi/ufs/
10184
10185 UNSORTED BLOCK IMAGES (UBI)
10186 M:      Artem Bityutskiy <dedekind1@gmail.com>
10187 M:      Richard Weinberger <richard@nod.at>
10188 W:      http://www.linux-mtd.infradead.org/
10189 L:      linux-mtd@lists.infradead.org
10190 T:      git git://git.infradead.org/ubifs-2.6.git
10191 S:      Supported
10192 F:      drivers/mtd/ubi/
10193 F:      include/linux/mtd/ubi.h
10194 F:      include/uapi/mtd/ubi-user.h
10195
10196 USB ACM DRIVER
10197 M:      Oliver Neukum <oliver@neukum.org>
10198 L:      linux-usb@vger.kernel.org
10199 S:      Maintained
10200 F:      Documentation/usb/acm.txt
10201 F:      drivers/usb/class/cdc-acm.*
10202
10203 USB AR5523 WIRELESS DRIVER
10204 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10205 L:      linux-wireless@vger.kernel.org
10206 S:      Maintained
10207 F:      drivers/net/wireless/ath/ar5523/
10208
10209 USB ATTACHED SCSI
10210 M:      Hans de Goede <hdegoede@redhat.com>
10211 M:      Gerd Hoffmann <kraxel@redhat.com>
10212 L:      linux-usb@vger.kernel.org
10213 L:      linux-scsi@vger.kernel.org
10214 S:      Maintained
10215 F:      drivers/usb/storage/uas.c
10216
10217 USB CDC ETHERNET DRIVER
10218 M:      Oliver Neukum <oliver@neukum.org>
10219 L:      linux-usb@vger.kernel.org
10220 S:      Maintained
10221 F:      drivers/net/usb/cdc_*.c
10222 F:      include/uapi/linux/usb/cdc.h
10223
10224 USB CHAOSKEY DRIVER
10225 M:      Keith Packard <keithp@keithp.com>
10226 L:      linux-usb@vger.kernel.org
10227 S:      Maintained
10228 F:      drivers/usb/misc/chaoskey.c
10229
10230 USB CYPRESS C67X00 DRIVER
10231 M:      Peter Korsgaard <jacmet@sunsite.dk>
10232 L:      linux-usb@vger.kernel.org
10233 S:      Maintained
10234 F:      drivers/usb/c67x00/
10235
10236 USB DAVICOM DM9601 DRIVER
10237 M:      Peter Korsgaard <jacmet@sunsite.dk>
10238 L:      netdev@vger.kernel.org
10239 W:      http://www.linux-usb.org/usbnet
10240 S:      Maintained
10241 F:      drivers/net/usb/dm9601.c
10242
10243 USB DIAMOND RIO500 DRIVER
10244 M:      Cesar Miquel <miquel@df.uba.ar>
10245 L:      rio500-users@lists.sourceforge.net
10246 W:      http://rio500.sourceforge.net
10247 S:      Maintained
10248 F:      drivers/usb/misc/rio500*
10249
10250 USB EHCI DRIVER
10251 M:      Alan Stern <stern@rowland.harvard.edu>
10252 L:      linux-usb@vger.kernel.org
10253 S:      Maintained
10254 F:      Documentation/usb/ehci.txt
10255 F:      drivers/usb/host/ehci*
10256
10257 USB GADGET/PERIPHERAL SUBSYSTEM
10258 M:      Felipe Balbi <balbi@ti.com>
10259 L:      linux-usb@vger.kernel.org
10260 W:      http://www.linux-usb.org/gadget
10261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10262 S:      Maintained
10263 F:      drivers/usb/gadget/
10264 F:      include/linux/usb/gadget*
10265
10266 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10267 M:      Jiri Kosina <jkosina@suse.cz>
10268 L:      linux-usb@vger.kernel.org
10269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10270 S:      Maintained
10271 F:      Documentation/hid/hiddev.txt
10272 F:      drivers/hid/usbhid/
10273
10274 USB ISP116X DRIVER
10275 M:      Olav Kongas <ok@artecdesign.ee>
10276 L:      linux-usb@vger.kernel.org
10277 S:      Maintained
10278 F:      drivers/usb/host/isp116x*
10279 F:      include/linux/usb/isp116x.h
10280
10281 USB MASS STORAGE DRIVER
10282 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10283 L:      linux-usb@vger.kernel.org
10284 L:      usb-storage@lists.one-eyed-alien.net
10285 S:      Maintained
10286 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10287 F:      drivers/usb/storage/
10288
10289 USB MIDI DRIVER
10290 M:      Clemens Ladisch <clemens@ladisch.de>
10291 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10292 T:      git git://git.alsa-project.org/alsa-kernel.git
10293 S:      Maintained
10294 F:      sound/usb/midi.*
10295
10296 USB NETWORKING DRIVERS
10297 L:      linux-usb@vger.kernel.org
10298 S:      Odd Fixes
10299 F:      drivers/net/usb/
10300
10301 USB OHCI DRIVER
10302 M:      Alan Stern <stern@rowland.harvard.edu>
10303 L:      linux-usb@vger.kernel.org
10304 S:      Maintained
10305 F:      Documentation/usb/ohci.txt
10306 F:      drivers/usb/host/ohci*
10307
10308 USB OTG FSM (Finite State Machine)
10309 M:      Peter Chen <Peter.Chen@freescale.com>
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10311 L:      linux-usb@vger.kernel.org
10312 S:      Maintained
10313 F:      drivers/usb/common/usb-otg-fsm.c
10314
10315 USB OVER IP DRIVER
10316 M:      Valentina Manea <valentina.manea.m@gmail.com>
10317 M:      Shuah Khan <shuah.kh@samsung.com>
10318 L:      linux-usb@vger.kernel.org
10319 S:      Maintained
10320 F:      drivers/usb/usbip/
10321 F:      tools/usb/usbip/
10322
10323 USB PEGASUS DRIVER
10324 M:      Petko Manolov <petkan@nucleusys.com>
10325 L:      linux-usb@vger.kernel.org
10326 L:      netdev@vger.kernel.org
10327 T:      git git://github.com/petkan/pegasus.git
10328 W:      https://github.com/petkan/pegasus
10329 S:      Maintained
10330 F:      drivers/net/usb/pegasus.*
10331
10332 USB PHY LAYER
10333 M:      Felipe Balbi <balbi@ti.com>
10334 L:      linux-usb@vger.kernel.org
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10336 S:      Maintained
10337 F:      drivers/usb/phy/
10338
10339 USB PRINTER DRIVER (usblp)
10340 M:      Pete Zaitcev <zaitcev@redhat.com>
10341 L:      linux-usb@vger.kernel.org
10342 S:      Supported
10343 F:      drivers/usb/class/usblp.c
10344
10345 USB RTL8150 DRIVER
10346 M:      Petko Manolov <petkan@nucleusys.com>
10347 L:      linux-usb@vger.kernel.org
10348 L:      netdev@vger.kernel.org
10349 T:      git git://github.com/petkan/rtl8150.git
10350 W:      https://github.com/petkan/rtl8150
10351 S:      Maintained
10352 F:      drivers/net/usb/rtl8150.c
10353
10354 USB SERIAL SUBSYSTEM
10355 M:      Johan Hovold <johan@kernel.org>
10356 L:      linux-usb@vger.kernel.org
10357 S:      Maintained
10358 F:      Documentation/usb/usb-serial.txt
10359 F:      drivers/usb/serial/
10360 F:      include/linux/usb/serial.h
10361
10362 USB SMSC75XX ETHERNET DRIVER
10363 M:      Steve Glendinning <steve.glendinning@shawell.net>
10364 L:      netdev@vger.kernel.org
10365 S:      Maintained
10366 F:      drivers/net/usb/smsc75xx.*
10367
10368 USB SMSC95XX ETHERNET DRIVER
10369 M:      Steve Glendinning <steve.glendinning@shawell.net>
10370 L:      netdev@vger.kernel.org
10371 S:      Maintained
10372 F:      drivers/net/usb/smsc95xx.*
10373
10374 USB SUBSYSTEM
10375 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10376 L:      linux-usb@vger.kernel.org
10377 W:      http://www.linux-usb.org
10378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10379 S:      Supported
10380 F:      Documentation/usb/
10381 F:      drivers/usb/
10382 F:      include/linux/usb.h
10383 F:      include/linux/usb/
10384
10385 USB UHCI DRIVER
10386 M:      Alan Stern <stern@rowland.harvard.edu>
10387 L:      linux-usb@vger.kernel.org
10388 S:      Maintained
10389 F:      drivers/usb/host/uhci*
10390
10391 USB "USBNET" DRIVER FRAMEWORK
10392 M:      Oliver Neukum <oneukum@suse.de>
10393 L:      netdev@vger.kernel.org
10394 W:      http://www.linux-usb.org/usbnet
10395 S:      Maintained
10396 F:      drivers/net/usb/usbnet.c
10397 F:      include/linux/usb/usbnet.h
10398
10399 USB VIDEO CLASS
10400 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10401 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10402 L:      linux-media@vger.kernel.org
10403 T:      git git://linuxtv.org/media_tree.git
10404 W:      http://www.ideasonboard.org/uvc/
10405 S:      Maintained
10406 F:      drivers/media/usb/uvc/
10407 F:      include/uapi/linux/uvcvideo.h
10408
10409 USB VISION DRIVER
10410 M:      Hans Verkuil <hverkuil@xs4all.nl>
10411 L:      linux-media@vger.kernel.org
10412 T:      git git://linuxtv.org/media_tree.git
10413 W:      http://linuxtv.org
10414 S:      Odd Fixes
10415 F:      drivers/media/usb/usbvision/
10416
10417 USB WEBCAM GADGET
10418 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10419 L:      linux-usb@vger.kernel.org
10420 S:      Maintained
10421 F:      drivers/usb/gadget/function/*uvc*
10422 F:      drivers/usb/gadget/legacy/webcam.c
10423
10424 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10425 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10426 L:      linux-wireless@vger.kernel.org
10427 S:      Maintained
10428 F:      drivers/net/wireless/rndis_wlan.c
10429
10430 USB XHCI DRIVER
10431 M:      Mathias Nyman <mathias.nyman@intel.com>
10432 L:      linux-usb@vger.kernel.org
10433 S:      Supported
10434 F:      drivers/usb/host/xhci*
10435 F:      drivers/usb/host/pci-quirks*
10436
10437 USB ZD1201 DRIVER
10438 L:      linux-wireless@vger.kernel.org
10439 W:      http://linux-lc100020.sourceforge.net
10440 S:      Orphan
10441 F:      drivers/net/wireless/zd1201.*
10442
10443 USB ZR364XX DRIVER
10444 M:      Antoine Jacquet <royale@zerezo.com>
10445 L:      linux-usb@vger.kernel.org
10446 L:      linux-media@vger.kernel.org
10447 T:      git git://linuxtv.org/media_tree.git
10448 W:      http://royale.zerezo.com/zr364xx/
10449 S:      Maintained
10450 F:      Documentation/video4linux/zr364xx.txt
10451 F:      drivers/media/usb/zr364xx/
10452
10453 USER-MODE LINUX (UML)
10454 M:      Jeff Dike <jdike@addtoit.com>
10455 M:      Richard Weinberger <richard@nod.at>
10456 L:      user-mode-linux-devel@lists.sourceforge.net
10457 L:      user-mode-linux-user@lists.sourceforge.net
10458 W:      http://user-mode-linux.sourceforge.net
10459 S:      Maintained
10460 F:      Documentation/virtual/uml/
10461 F:      arch/um/
10462 F:      arch/x86/um/
10463 F:      fs/hostfs/
10464 F:      fs/hppfs/
10465
10466 USERSPACE I/O (UIO)
10467 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10468 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10469 S:      Maintained
10470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10471 F:      Documentation/DocBook/uio-howto.tmpl
10472 F:      drivers/uio/
10473 F:      include/linux/uio*.h
10474
10475 UTIL-LINUX PACKAGE
10476 M:      Karel Zak <kzak@redhat.com>
10477 L:      util-linux@vger.kernel.org
10478 W:      http://en.wikipedia.org/wiki/Util-linux
10479 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10480 S:      Maintained
10481
10482 UVESAFB DRIVER
10483 M:      Michal Januszewski <spock@gentoo.org>
10484 L:      linux-fbdev@vger.kernel.org
10485 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10486 S:      Maintained
10487 F:      Documentation/fb/uvesafb.txt
10488 F:      drivers/video/fbdev/uvesafb.*
10489
10490 VFAT/FAT/MSDOS FILESYSTEM
10491 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10492 S:      Maintained
10493 F:      Documentation/filesystems/vfat.txt
10494 F:      fs/fat/
10495
10496 VFIO DRIVER
10497 M:      Alex Williamson <alex.williamson@redhat.com>
10498 L:      kvm@vger.kernel.org
10499 S:      Maintained
10500 F:      Documentation/vfio.txt
10501 F:      drivers/vfio/
10502 F:      include/linux/vfio.h
10503 F:      include/uapi/linux/vfio.h
10504
10505 VIDEOBUF2 FRAMEWORK
10506 M:      Pawel Osciak <pawel@osciak.com>
10507 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10508 M:      Kyungmin Park <kyungmin.park@samsung.com>
10509 L:      linux-media@vger.kernel.org
10510 S:      Maintained
10511 F:      drivers/media/v4l2-core/videobuf2-*
10512 F:      include/media/videobuf2-*
10513
10514 VIRTIO CONSOLE DRIVER
10515 M:      Amit Shah <amit.shah@redhat.com>
10516 L:      virtualization@lists.linux-foundation.org
10517 S:      Maintained
10518 F:      drivers/char/virtio_console.c
10519 F:      include/linux/virtio_console.h
10520 F:      include/uapi/linux/virtio_console.h
10521
10522 VIRTIO CORE, NET AND BLOCK DRIVERS
10523 M:      Rusty Russell <rusty@rustcorp.com.au>
10524 M:      "Michael S. Tsirkin" <mst@redhat.com>
10525 L:      virtualization@lists.linux-foundation.org
10526 S:      Maintained
10527 F:      drivers/virtio/
10528 F:      tools/virtio/
10529 F:      drivers/net/virtio_net.c
10530 F:      drivers/block/virtio_blk.c
10531 F:      include/linux/virtio_*.h
10532 F:      include/uapi/linux/virtio_*.h
10533
10534 VIRTIO HOST (VHOST)
10535 M:      "Michael S. Tsirkin" <mst@redhat.com>
10536 L:      kvm@vger.kernel.org
10537 L:      virtualization@lists.linux-foundation.org
10538 L:      netdev@vger.kernel.org
10539 S:      Maintained
10540 F:      drivers/vhost/
10541 F:      include/uapi/linux/vhost.h
10542
10543 VIA RHINE NETWORK DRIVER
10544 M:      Roger Luethi <rl@hellgate.ch>
10545 S:      Maintained
10546 F:      drivers/net/ethernet/via/via-rhine.c
10547
10548 VIA SD/MMC CARD CONTROLLER DRIVER
10549 M:      Bruce Chang <brucechang@via.com.tw>
10550 M:      Harald Welte <HaraldWelte@viatech.com>
10551 S:      Maintained
10552 F:      drivers/mmc/host/via-sdmmc.c
10553
10554 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10555 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10556 L:      linux-fbdev@vger.kernel.org
10557 S:      Maintained
10558 F:      include/linux/via-core.h
10559 F:      include/linux/via-gpio.h
10560 F:      include/linux/via_i2c.h
10561 F:      drivers/video/fbdev/via/
10562
10563 VIA VELOCITY NETWORK DRIVER
10564 M:      Francois Romieu <romieu@fr.zoreil.com>
10565 L:      netdev@vger.kernel.org
10566 S:      Maintained
10567 F:      drivers/net/ethernet/via/via-velocity.*
10568
10569 VIVID VIRTUAL VIDEO DRIVER
10570 M:      Hans Verkuil <hverkuil@xs4all.nl>
10571 L:      linux-media@vger.kernel.org
10572 T:      git git://linuxtv.org/media_tree.git
10573 W:      http://linuxtv.org
10574 S:      Maintained
10575 F:      drivers/media/platform/vivid/*
10576
10577 VLAN (802.1Q)
10578 M:      Patrick McHardy <kaber@trash.net>
10579 L:      netdev@vger.kernel.org
10580 S:      Maintained
10581 F:      drivers/net/macvlan.c
10582 F:      include/linux/if_*vlan.h
10583 F:      net/8021q/
10584
10585 VLYNQ BUS
10586 M:      Florian Fainelli <florian@openwrt.org>
10587 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10588 S:      Maintained
10589 F:      drivers/vlynq/vlynq.c
10590 F:      include/linux/vlynq.h
10591
10592 VME SUBSYSTEM
10593 M:      Martyn Welch <martyn.welch@ge.com>
10594 M:      Manohar Vanga <manohar.vanga@gmail.com>
10595 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10596 L:      devel@driverdev.osuosl.org
10597 S:      Maintained
10598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10599 F:      Documentation/vme_api.txt
10600 F:      drivers/staging/vme/
10601 F:      drivers/vme/
10602 F:      include/linux/vme*
10603
10604 VMWARE HYPERVISOR INTERFACE
10605 M:      Alok Kataria <akataria@vmware.com>
10606 L:      virtualization@lists.linux-foundation.org
10607 S:      Supported
10608 F:      arch/x86/kernel/cpu/vmware.c
10609
10610 VMWARE BALLOON DRIVER
10611 M:      Xavier Deguillard <xdeguillard@vmware.com>
10612 M:      Philip Moltmann <moltmann@vmware.com>
10613 M:      "VMware, Inc." <pv-drivers@vmware.com>
10614 L:      linux-kernel@vger.kernel.org
10615 S:      Maintained
10616 F:      drivers/misc/vmw_balloon.c
10617
10618 VMWARE VMXNET3 ETHERNET DRIVER
10619 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10620 M:      "VMware, Inc." <pv-drivers@vmware.com>
10621 L:      netdev@vger.kernel.org
10622 S:      Maintained
10623 F:      drivers/net/vmxnet3/
10624
10625 VMware PVSCSI driver
10626 M:      Arvind Kumar <arvindkumar@vmware.com>
10627 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10628 L:      linux-scsi@vger.kernel.org
10629 S:      Maintained
10630 F:      drivers/scsi/vmw_pvscsi.c
10631 F:      drivers/scsi/vmw_pvscsi.h
10632
10633 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10634 M:      Liam Girdwood <lgirdwood@gmail.com>
10635 M:      Mark Brown <broonie@kernel.org>
10636 L:      linux-kernel@vger.kernel.org
10637 W:      http://opensource.wolfsonmicro.com/node/15
10638 W:      http://www.slimlogic.co.uk/?p=48
10639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10640 S:      Supported
10641 F:      drivers/regulator/
10642 F:      include/linux/regulator/
10643
10644 VT1211 HARDWARE MONITOR DRIVER
10645 M:      Juerg Haefliger <juergh@gmail.com>
10646 L:      lm-sensors@lm-sensors.org
10647 S:      Maintained
10648 F:      Documentation/hwmon/vt1211
10649 F:      drivers/hwmon/vt1211.c
10650
10651 VT8231 HARDWARE MONITOR DRIVER
10652 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10653 L:      lm-sensors@lm-sensors.org
10654 S:      Maintained
10655 F:      drivers/hwmon/vt8231.c
10656
10657 VUB300 USB to SDIO/SD/MMC bridge chip
10658 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10659 L:      linux-mmc@vger.kernel.org
10660 L:      linux-usb@vger.kernel.org
10661 S:      Supported
10662 F:      drivers/mmc/host/vub300.c
10663
10664 W1 DALLAS'S 1-WIRE BUS
10665 M:      Evgeniy Polyakov <zbr@ioremap.net>
10666 S:      Maintained
10667 F:      Documentation/w1/
10668 F:      drivers/w1/
10669
10670 W83791D HARDWARE MONITORING DRIVER
10671 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10672 L:      lm-sensors@lm-sensors.org
10673 S:      Maintained
10674 F:      Documentation/hwmon/w83791d
10675 F:      drivers/hwmon/w83791d.c
10676
10677 W83793 HARDWARE MONITORING DRIVER
10678 M:      Rudolf Marek <r.marek@assembler.cz>
10679 L:      lm-sensors@lm-sensors.org
10680 S:      Maintained
10681 F:      Documentation/hwmon/w83793
10682 F:      drivers/hwmon/w83793.c
10683
10684 W83795 HARDWARE MONITORING DRIVER
10685 M:      Jean Delvare <jdelvare@suse.de>
10686 L:      lm-sensors@lm-sensors.org
10687 S:      Maintained
10688 F:      drivers/hwmon/w83795.c
10689
10690 W83L51xD SD/MMC CARD INTERFACE DRIVER
10691 M:      Pierre Ossman <pierre@ossman.eu>
10692 S:      Maintained
10693 F:      drivers/mmc/host/wbsd.*
10694
10695 WACOM PROTOCOL 4 SERIAL TABLETS
10696 M:      Julian Squires <julian@cipht.net>
10697 M:      Hans de Goede <hdegoede@redhat.com>
10698 L:      linux-input@vger.kernel.org
10699 S:      Maintained
10700 F:      drivers/input/tablet/wacom_serial4.c
10701
10702 WATCHDOG DEVICE DRIVERS
10703 M:      Wim Van Sebroeck <wim@iguana.be>
10704 L:      linux-watchdog@vger.kernel.org
10705 W:      http://www.linux-watchdog.org/
10706 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10707 S:      Maintained
10708 F:      Documentation/watchdog/
10709 F:      drivers/watchdog/
10710 F:      include/linux/watchdog.h
10711 F:      include/uapi/linux/watchdog.h
10712
10713 WD7000 SCSI DRIVER
10714 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10715 L:      linux-scsi@vger.kernel.org
10716 S:      Maintained
10717 F:      drivers/scsi/wd7000.c
10718
10719 WIIMOTE HID DRIVER
10720 M:      David Herrmann <dh.herrmann@googlemail.com>
10721 L:      linux-input@vger.kernel.org
10722 S:      Maintained
10723 F:      drivers/hid/hid-wiimote*
10724
10725 WINBOND CIR DRIVER
10726 M:      David Härdeman <david@hardeman.nu>
10727 S:      Maintained
10728 F:      drivers/media/rc/winbond-cir.c
10729
10730 WIMAX STACK
10731 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10732 M:      linux-wimax@intel.com
10733 L:      wimax@linuxwimax.org (subscribers-only)
10734 S:      Supported
10735 W:      http://linuxwimax.org
10736 F:      Documentation/wimax/README.wimax
10737 F:      include/linux/wimax/debug.h
10738 F:      include/net/wimax.h
10739 F:      include/uapi/linux/wimax.h
10740 F:      net/wimax/
10741
10742 WISTRON LAPTOP BUTTON DRIVER
10743 M:      Miloslav Trmac <mitr@volny.cz>
10744 S:      Maintained
10745 F:      drivers/input/misc/wistron_btns.c
10746
10747 WL3501 WIRELESS PCMCIA CARD DRIVER
10748 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10749 L:      linux-wireless@vger.kernel.org
10750 W:      http://oops.ghostprotocols.net:81/blog
10751 S:      Maintained
10752 F:      drivers/net/wireless/wl3501*
10753
10754 WM97XX TOUCHSCREEN DRIVERS
10755 M:      Mark Brown <broonie@kernel.org>
10756 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10757 L:      linux-input@vger.kernel.org
10758 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10759 W:      http://opensource.wolfsonmicro.com/node/7
10760 S:      Supported
10761 F:      drivers/input/touchscreen/*wm97*
10762 F:      include/linux/wm97xx.h
10763
10764 WOLFSON MICROELECTRONICS DRIVERS
10765 L:      patches@opensource.wolfsonmicro.com
10766 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10767 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10768 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10769 S:      Supported
10770 F:      Documentation/hwmon/wm83??
10771 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10772 F:      drivers/clk/clk-wm83*.c
10773 F:      drivers/extcon/extcon-arizona.c
10774 F:      drivers/leds/leds-wm83*.c
10775 F:      drivers/gpio/gpio-*wm*.c
10776 F:      drivers/gpio/gpio-arizona.c
10777 F:      drivers/hwmon/wm83??-hwmon.c
10778 F:      drivers/input/misc/wm831x-on.c
10779 F:      drivers/input/touchscreen/wm831x-ts.c
10780 F:      drivers/input/touchscreen/wm97*.c
10781 F:      drivers/mfd/arizona*
10782 F:      drivers/mfd/wm*.c
10783 F:      drivers/power/wm83*.c
10784 F:      drivers/rtc/rtc-wm83*.c
10785 F:      drivers/regulator/wm8*.c
10786 F:      drivers/video/backlight/wm83*_bl.c
10787 F:      drivers/watchdog/wm83*_wdt.c
10788 F:      include/linux/mfd/arizona/
10789 F:      include/linux/mfd/wm831x/
10790 F:      include/linux/mfd/wm8350/
10791 F:      include/linux/mfd/wm8400*
10792 F:      include/linux/wm97xx.h
10793 F:      include/sound/wm????.h
10794 F:      sound/soc/codecs/arizona.?
10795 F:      sound/soc/codecs/wm*
10796
10797 WORKQUEUE
10798 M:      Tejun Heo <tj@kernel.org>
10799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10800 S:      Maintained
10801 F:      include/linux/workqueue.h
10802 F:      kernel/workqueue.c
10803 F:      Documentation/workqueue.txt
10804
10805 X.25 NETWORK LAYER
10806 M:      Andrew Hendry <andrew.hendry@gmail.com>
10807 L:      linux-x25@vger.kernel.org
10808 S:      Odd Fixes
10809 F:      Documentation/networking/x25*
10810 F:      include/net/x25*
10811 F:      net/x25/
10812
10813 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10814 M:      Thomas Gleixner <tglx@linutronix.de>
10815 M:      Ingo Molnar <mingo@redhat.com>
10816 M:      "H. Peter Anvin" <hpa@zytor.com>
10817 M:      x86@kernel.org
10818 L:      linux-kernel@vger.kernel.org
10819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10820 S:      Maintained
10821 F:      Documentation/x86/
10822 F:      arch/x86/
10823
10824 X86 PLATFORM DRIVERS
10825 M:      Darren Hart <dvhart@infradead.org>
10826 L:      platform-driver-x86@vger.kernel.org
10827 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10828 S:      Maintained
10829 F:      drivers/platform/x86/
10830
10831 X86 MCE INFRASTRUCTURE
10832 M:      Tony Luck <tony.luck@intel.com>
10833 M:      Borislav Petkov <bp@alien8.de>
10834 L:      linux-edac@vger.kernel.org
10835 S:      Maintained
10836 F:      arch/x86/kernel/cpu/mcheck/*
10837
10838 X86 VDSO
10839 M:      Andy Lutomirski <luto@amacapital.net>
10840 L:      linux-kernel@vger.kernel.org
10841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10842 S:      Maintained
10843 F:      arch/x86/vdso/
10844
10845 XC2028/3028 TUNER DRIVER
10846 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10847 L:      linux-media@vger.kernel.org
10848 W:      http://linuxtv.org
10849 T:      git git://linuxtv.org/media_tree.git
10850 S:      Maintained
10851 F:      drivers/media/tuners/tuner-xc2028.*
10852
10853 XEN HYPERVISOR INTERFACE
10854 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10855 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10856 M:      David Vrabel <david.vrabel@citrix.com>
10857 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10859 S:      Supported
10860 F:      arch/x86/xen/
10861 F:      drivers/*/xen-*front.c
10862 F:      drivers/xen/
10863 F:      arch/x86/include/asm/xen/
10864 F:      include/xen/
10865 F:      include/uapi/xen/
10866
10867 XEN HYPERVISOR ARM
10868 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10869 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10870 S:      Supported
10871 F:      arch/arm/xen/
10872 F:      arch/arm/include/asm/xen/
10873
10874 XEN HYPERVISOR ARM64
10875 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10876 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10877 S:      Supported
10878 F:      arch/arm64/xen/
10879 F:      arch/arm64/include/asm/xen/
10880
10881 XEN NETWORK BACKEND DRIVER
10882 M:      Ian Campbell <ian.campbell@citrix.com>
10883 M:      Wei Liu <wei.liu2@citrix.com>
10884 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10885 L:      netdev@vger.kernel.org
10886 S:      Supported
10887 F:      drivers/net/xen-netback/*
10888
10889 XEN PCI SUBSYSTEM
10890 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10891 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10892 S:      Supported
10893 F:      arch/x86/pci/*xen*
10894 F:      drivers/pci/*xen*
10895
10896 XEN BLOCK SUBSYSTEM
10897 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10898 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10899 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10900 S:      Supported
10901 F:      drivers/block/xen-blkback/*
10902 F:      drivers/block/xen*
10903
10904 XEN PVSCSI DRIVERS
10905 M:      Juergen Gross <jgross@suse.com>
10906 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10907 L:      linux-scsi@vger.kernel.org
10908 S:      Supported
10909 F:      drivers/scsi/xen-scsifront.c
10910 F:      drivers/xen/xen-scsiback.c
10911 F:      include/xen/interface/io/vscsiif.h
10912
10913 XEN SWIOTLB SUBSYSTEM
10914 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10915 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10916 S:      Supported
10917 F:      arch/x86/xen/*swiotlb*
10918 F:      drivers/xen/*swiotlb*
10919
10920 XFS FILESYSTEM
10921 P:      Silicon Graphics Inc
10922 M:      Dave Chinner <david@fromorbit.com>
10923 M:      xfs@oss.sgi.com
10924 L:      xfs@oss.sgi.com
10925 W:      http://oss.sgi.com/projects/xfs
10926 T:      git git://oss.sgi.com/xfs/xfs.git
10927 S:      Supported
10928 F:      Documentation/filesystems/xfs.txt
10929 F:      fs/xfs/
10930
10931 XILINX AXI ETHERNET DRIVER
10932 M:      Anirudha Sarangi <anirudh@xilinx.com>
10933 M:      John Linn <John.Linn@xilinx.com>
10934 S:      Maintained
10935 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10936
10937 XILINX UARTLITE SERIAL DRIVER
10938 M:      Peter Korsgaard <jacmet@sunsite.dk>
10939 L:      linux-serial@vger.kernel.org
10940 S:      Maintained
10941 F:      drivers/tty/serial/uartlite.c
10942
10943 XILLYBUS DRIVER
10944 M:      Eli Billauer <eli.billauer@gmail.com>
10945 L:      linux-kernel@vger.kernel.org
10946 S:      Supported
10947 F:      drivers/char/xillybus/
10948
10949 XTENSA XTFPGA PLATFORM SUPPORT
10950 M:      Max Filippov <jcmvbkbc@gmail.com>
10951 L:      linux-xtensa@linux-xtensa.org
10952 S:      Maintained
10953 F:      drivers/spi/spi-xtensa-xtfpga.c
10954 F:      sound/soc/xtensa/xtfpga-i2s.c
10955
10956 YAM DRIVER FOR AX.25
10957 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10958 L:      linux-hams@vger.kernel.org
10959 S:      Maintained
10960 F:      drivers/net/hamradio/yam*
10961 F:      include/linux/yam.h
10962
10963 YEALINK PHONE DRIVER
10964 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10965 L:      usbb2k-api-dev@nongnu.org
10966 S:      Maintained
10967 F:      Documentation/input/yealink.txt
10968 F:      drivers/input/misc/yealink.*
10969
10970 Z8530 DRIVER FOR AX.25
10971 M:      Joerg Reuter <jreuter@yaina.de>
10972 W:      http://yaina.de/jreuter/
10973 W:      http://www.qsl.net/dl1bke/
10974 L:      linux-hams@vger.kernel.org
10975 S:      Maintained
10976 F:      Documentation/networking/z8530drv.txt
10977 F:      drivers/net/hamradio/*scc.c
10978 F:      drivers/net/hamradio/z8530.h
10979
10980 ZBUD COMPRESSED PAGE ALLOCATOR
10981 M:      Seth Jennings <sjennings@variantweb.net>
10982 L:      linux-mm@kvack.org
10983 S:      Maintained
10984 F:      mm/zbud.c
10985 F:      include/linux/zbud.h
10986
10987 ZD1211RW WIRELESS DRIVER
10988 M:      Daniel Drake <dsd@gentoo.org>
10989 M:      Ulrich Kunitz <kune@deine-taler.de>
10990 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10991 L:      linux-wireless@vger.kernel.org
10992 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10993 S:      Maintained
10994 F:      drivers/net/wireless/zd1211rw/
10995
10996 ZR36067 VIDEO FOR LINUX DRIVER
10997 L:      mjpeg-users@lists.sourceforge.net
10998 L:      linux-media@vger.kernel.org
10999 W:      http://mjpeg.sourceforge.net/driver-zoran/
11000 T:      hg http://linuxtv.org/hg/v4l-dvb
11001 S:      Odd Fixes
11002 F:      drivers/media/pci/zoran/
11003
11004 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11005 M:      Minchan Kim <minchan@kernel.org>
11006 M:      Nitin Gupta <ngupta@vflare.org>
11007 L:      linux-kernel@vger.kernel.org
11008 S:      Maintained
11009 F:      drivers/block/zram/
11010 F:      Documentation/blockdev/zram.txt
11011
11012 ZS DECSTATION Z85C30 SERIAL DRIVER
11013 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11014 S:      Maintained
11015 F:      drivers/tty/serial/zs.*
11016
11017 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11018 M:      Minchan Kim <minchan@kernel.org>
11019 M:      Nitin Gupta <ngupta@vflare.org>
11020 L:      linux-mm@kvack.org
11021 S:      Maintained
11022 F:      mm/zsmalloc.c
11023 F:      include/linux/zsmalloc.h
11024 F:      Documentation/vm/zsmalloc.txt
11025
11026 ZSWAP COMPRESSED SWAP CACHING
11027 M:      Seth Jennings <sjennings@variantweb.net>
11028 L:      linux-mm@kvack.org
11029 S:      Maintained
11030 F:      mm/zswap.c
11031
11032 THE REST
11033 M:      Linus Torvalds <torvalds@linux-foundation.org>
11034 L:      linux-kernel@vger.kernel.org
11035 Q:      http://patchwork.kernel.org/project/LKML/list/
11036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11037 S:      Buried alive in reporters
11038 F:      *
11039 F:      */