]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
MAINTAINERS: Add entry for NXP LPC18xx/43xx MCUs
[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:      Nicolas Ferre <nicolas.ferre@atmel.com>
896 M:      Alexandre Belloni <alexandre.belloni@free-electrons.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://www.linux4sam.org
900 S:      Supported
901 F:      arch/arm/mach-at91/
902 F:      include/soc/at91/
903 F:      arch/arm/boot/dts/at91*.dts
904 F:      arch/arm/boot/dts/at91*.dtsi
905 F:      arch/arm/boot/dts/sama*.dts
906 F:      arch/arm/boot/dts/sama*.dtsi
907 F:      arch/arm/include/debug/at91.S
908
909 ARM/ATMEL AT91 Clock Support
910 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
911 S:      Maintained
912 F:      drivers/clk/at91
913
914 ARM/CALXEDA HIGHBANK ARCHITECTURE
915 M:      Rob Herring <robh@kernel.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-highbank/
919
920 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
921 M:      Krzysztof Halasa <khalasa@piap.pl>
922 S:      Maintained
923 F:      arch/arm/mach-cns3xxx/
924
925 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
926 M:      Alexander Shiyan <shc_work@mail.ru>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S:      Odd Fixes
929 N:      clps711x
930
931 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
932 M:      Hartley Sweeten <hsweeten@visionengravers.com>
933 M:      Ryan Mallon <rmallon@gmail.com>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/mach-ep93xx/
937 F:      arch/arm/mach-ep93xx/include/mach/
938
939 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
940 M:      Lennert Buytenhek <kernel@wantstofly.org>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943
944 ARM/CLKDEV SUPPORT
945 M:      Russell King <linux@arm.linux.org.uk>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 S:      Maintained
948 F:      arch/arm/include/asm/clkdev.h
949 F:      drivers/clk/clkdev.c
950
951 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
952 M:      Mike Rapoport <mike@compulab.co.il>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 S:      Maintained
955
956 ARM/CONTEC MICRO9 MACHINE SUPPORT
957 M:      Hubert Feurstein <hubert.feurstein@contec.at>
958 S:      Maintained
959 F:      arch/arm/mach-ep93xx/micro9.c
960
961 ARM/CORESIGHT FRAMEWORK AND DRIVERS
962 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965 F:      drivers/hwtracing/coresight/*
966 F:      Documentation/trace/coresight.txt
967 F:      Documentation/devicetree/bindings/arm/coresight.txt
968 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
969
970 ARM/CORGI MACHINE SUPPORT
971 M:      Richard Purdie <rpurdie@rpsys.net>
972 S:      Maintained
973
974 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
975 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 T:      git git://git.berlios.de/gemini-board
978 S:      Maintained
979 F:      arch/arm/mach-gemini/
980
981 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
982 M:      Barry Song <baohua@kernel.org>
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
985 S:      Maintained
986 F:      arch/arm/mach-prima2/
987 F:      drivers/clk/sirf/
988 F:      drivers/clocksource/timer-prima2.c
989 F:      drivers/clocksource/timer-atlas7.c
990 N:      [^a-z]sirf
991
992 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
993 M:      Baruch Siach <baruch@tkos.co.il>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996 N:      digicolor
997
998 ARM/EBSA110 MACHINE SUPPORT
999 M:      Russell King <linux@arm.linux.org.uk>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 W:      http://www.arm.linux.org.uk/
1002 S:      Maintained
1003 F:      arch/arm/mach-ebsa110/
1004 F:      drivers/net/ethernet/amd/am79c961a.*
1005
1006 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1007 M:      Uwe Kleine-König <kernel@pengutronix.de>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 N:      efm32
1011
1012 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1013 M:      Daniel Ribeiro <drwyrm@gmail.com>
1014 M:      Stefan Schmidt <stefan@openezx.org>
1015 M:      Harald Welte <laforge@openezx.org>
1016 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1017 W:      http://www.openezx.org/
1018 S:      Maintained
1019 T:      topgit git://git.openezx.org/openezx.git
1020 F:      arch/arm/mach-pxa/ezx.c
1021
1022 ARM/FARADAY FA526 PORT
1023 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 T:      git git://git.berlios.de/gemini-board
1027 F:      arch/arm/mm/*-fa*
1028
1029 ARM/FOOTBRIDGE ARCHITECTURE
1030 M:      Russell King <linux@arm.linux.org.uk>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 W:      http://www.arm.linux.org.uk/
1033 S:      Maintained
1034 F:      arch/arm/include/asm/hardware/dec21285.h
1035 F:      arch/arm/mach-footbridge/
1036
1037 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1038 M:      Shawn Guo <shawn.guo@linaro.org>
1039 M:      Sascha Hauer <kernel@pengutronix.de>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1043 F:      arch/arm/mach-imx/
1044 F:      arch/arm/mach-mxs/
1045 F:      arch/arm/boot/dts/imx*
1046 F:      arch/arm/configs/imx*_defconfig
1047
1048 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1049 M:      Shawn Guo <shawn.guo@linaro.org>
1050 M:      Sascha Hauer <kernel@pengutronix.de>
1051 R:      Stefan Agner <stefan@agner.ch>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1055 F:      arch/arm/mach-imx/*vf610*
1056 F:      arch/arm/boot/dts/vf*
1057
1058 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/GUMSTIX MACHINE SUPPORT
1064 M:      Steve Sakoman <sakoman@gmail.com>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1069 M:      Philipp Zabel <philipp.zabel@gmail.com>
1070 M:      Paul Parsons <lost.distance@yahoo.com>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      arch/arm/mach-pxa/hx4700.c
1074 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1075 F:      sound/soc/pxa/hx4700.c
1076
1077 ARM/HISILICON SOC SUPPORT
1078 M:      Wei Xu <xuwei5@hisilicon.com>
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 W:      http://www.hisilicon.com
1081 S:      Supported
1082 T:      git git://github.com/hisilicon/linux-hisi.git
1083 F:      arch/arm/mach-hisi/
1084
1085 ARM/HP JORNADA 7XX MACHINE SUPPORT
1086 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1087 W:      www.jlime.com
1088 S:      Maintained
1089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1090 F:      arch/arm/mach-sa1100/jornada720.c
1091 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1092
1093 ARM/IGEP MACHINE SUPPORT
1094 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1095 M:      Javier Martinez Canillas <javier@dowhile0.org>
1096 L:      linux-omap@vger.kernel.org
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 F:      arch/arm/boot/dts/omap3-igep*
1100
1101 ARM/INCOME PXA270 SUPPORT
1102 M:      Marek Vasut <marek.vasut@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1106
1107 ARM/INTEL IOP32X ARM ARCHITECTURE
1108 M:      Lennert Buytenhek <kernel@wantstofly.org>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111
1112 ARM/INTEL IOP33X ARM ARCHITECTURE
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Orphan
1115
1116 ARM/INTEL IOP13XX ARM ARCHITECTURE
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 IQ81342EX 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 IXDP2850 MACHINE SUPPORT
1127 M:      Lennert Buytenhek <kernel@wantstofly.org>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130
1131 ARM/INTEL IXP4XX ARM ARCHITECTURE
1132 M:      Imre Kaloz <kaloz@openwrt.org>
1133 M:      Krzysztof Halasa <khalasa@piap.pl>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-ixp4xx/
1137
1138 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1139 M:      Jonathan Cameron <jic23@cam.ac.uk>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-pxa/stargate2.c
1143 F:      drivers/pcmcia/pxa2xx_stargate2.c
1144
1145 ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1151 M:      Lennert Buytenhek <kernel@wantstofly.org>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154
1155 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1156 M:      Santosh Shilimkar <ssantosh@kernel.org>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-keystone/
1160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1161
1162 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1163 M:      Santosh Shilimkar <ssantosh@kernel.org>
1164 L:      linux-kernel@vger.kernel.org
1165 S:      Maintained
1166 F:      drivers/clk/keystone/
1167
1168 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1169 M:      Santosh Shilimkar <ssantosh@kernel.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 L:      linux-kernel@vger.kernel.org
1172 S:      Maintained
1173 F:      drivers/clocksource/timer-keystone.c
1174
1175 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1176 M:      Santosh Shilimkar <ssantosh@kernel.org>
1177 L:      linux-kernel@vger.kernel.org
1178 S:      Maintained
1179 F:      drivers/power/reset/keystone-reset.c
1180
1181 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-kernel@vger.kernel.org
1184 S:      Maintained
1185 F:      drivers/memory/*emif*
1186
1187 ARM/LOGICPD PXA270 MACHINE SUPPORT
1188 M:      Lennert Buytenhek <kernel@wantstofly.org>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/LPC18XX ARCHITECTURE
1193 M:      Joachim Eastwood <manabian@gmail.com>
1194 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S:      Maintained
1196 N:      lpc18xx
1197
1198 ARM/MAGICIAN MACHINE SUPPORT
1199 M:      Philipp Zabel <philipp.zabel@gmail.com>
1200 S:      Maintained
1201
1202 ARM/Marvell Armada 370 and Armada XP SOC support
1203 M:      Jason Cooper <jason@lakedaemon.net>
1204 M:      Andrew Lunn <andrew@lunn.ch>
1205 M:      Gregory Clement <gregory.clement@free-electrons.com>
1206 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-mvebu/
1210 F:      drivers/rtc/rtc-armada38x.c
1211
1212 ARM/Marvell Berlin SoC support
1213 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-berlin/
1217
1218 ARM/Marvell Dove/MV78xx0/Orion SOC support
1219 M:      Jason Cooper <jason@lakedaemon.net>
1220 M:      Andrew Lunn <andrew@lunn.ch>
1221 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1222 M:      Gregory Clement <gregory.clement@free-electrons.com>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 F:      arch/arm/mach-dove/
1226 F:      arch/arm/mach-mv78xx0/
1227 F:      arch/arm/mach-orion5x/
1228 F:      arch/arm/plat-orion/
1229
1230 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1231 M:      Alexander Clouter <alex@digriz.org.uk>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 W:      http://www.digriz.org.uk/ts78xx/kernel
1234 S:      Maintained
1235 F:      arch/arm/mach-orion5x/ts78xx-*
1236
1237 ARM/Mediatek SoC support
1238 M:      Matthias Brugger <matthias.bgg@gmail.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242 F:      arch/arm/boot/dts/mt6*
1243 F:      arch/arm/boot/dts/mt8*
1244 F:      arch/arm/mach-mediatek/
1245 N:      mtk
1246 K:      mediatek
1247
1248 ARM/MICREL KS8695 ARCHITECTURE
1249 M:      Greg Ungerer <gerg@uclinux.org>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 F:      arch/arm/mach-ks8695/
1252 S:      Odd Fixes
1253
1254 ARM/MIOA701 MACHINE SUPPORT
1255 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 F:      arch/arm/mach-pxa/mioa701.c
1258 S:      Maintained
1259
1260 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1261 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1262 S:      Maintained
1263
1264 ARM/NOMADIK ARCHITECTURE
1265 M:      Alessandro Rubini <rubini@unipv.it>
1266 M:      Linus Walleij <linus.walleij@linaro.org>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 S:      Maintained
1269 F:      arch/arm/mach-nomadik/
1270 F:      drivers/pinctrl/nomadik/
1271 F:      drivers/i2c/busses/i2c-nomadik.c
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1273
1274 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1275 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1276 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1277 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1278 S:      Supported
1279
1280 ARM/TOSA MACHINE SUPPORT
1281 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1282 M:      Dirk Opfer <dirk@opfer-online.de>
1283 S:      Maintained
1284
1285 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1286 M:      Marek Vasut <marek.vasut@gmail.com>
1287 L:      linux-arm-kernel@lists.infradead.org
1288 W:      http://hackndev.com
1289 S:      Maintained
1290 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1291 F:      arch/arm/mach-pxa/palmtx.c
1292 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1293 F:      arch/arm/mach-pxa/palmt5.c
1294 F:      arch/arm/mach-pxa/include/mach/palmld.h
1295 F:      arch/arm/mach-pxa/palmld.c
1296 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1297 F:      arch/arm/mach-pxa/palmte2.c
1298 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1299 F:      arch/arm/mach-pxa/palmtc.c
1300
1301 ARM/PALM TREO SUPPORT
1302 M:      Tomas Cech <sleep_walker@suse.cz>
1303 L:      linux-arm-kernel@lists.infradead.org
1304 W:      http://hackndev.com
1305 S:      Maintained
1306 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1307 F:      arch/arm/mach-pxa/palmtreo.c
1308
1309 ARM/PALMZ72 SUPPORT
1310 M:      Sergey Lapin <slapin@ossfans.org>
1311 L:      linux-arm-kernel@lists.infradead.org
1312 W:      http://hackndev.com
1313 S:      Maintained
1314 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1315 F:      arch/arm/mach-pxa/palmz72.c
1316
1317 ARM/PLEB SUPPORT
1318 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1319 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1320 S:      Maintained
1321
1322 ARM/PT DIGITAL BOARD PORT
1323 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 W:      http://www.arm.linux.org.uk/
1326 S:      Maintained
1327
1328 ARM/QUALCOMM SUPPORT
1329 M:      Kumar Gala <galak@codeaurora.org>
1330 M:      Andy Gross <agross@codeaurora.org>
1331 M:      David Brown <davidb@codeaurora.org>
1332 L:      linux-arm-msm@vger.kernel.org
1333 L:      linux-soc@vger.kernel.org
1334 S:      Maintained
1335 F:      arch/arm/mach-qcom/
1336 F:      drivers/soc/qcom/
1337 F:      drivers/tty/serial/msm_serial.h
1338 F:      drivers/tty/serial/msm_serial.c
1339 F:      drivers/*/pm8???-*
1340 F:      drivers/mfd/ssbi.c
1341 F:      drivers/firmware/qcom_scm.c
1342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1343
1344 ARM/RADISYS ENP2611 MACHINE SUPPORT
1345 M:      Lennert Buytenhek <kernel@wantstofly.org>
1346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 S:      Maintained
1348
1349 ARM/RISCPC ARCHITECTURE
1350 M:      Russell King <linux@arm.linux.org.uk>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 W:      http://www.arm.linux.org.uk/
1353 S:      Maintained
1354 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1355 F:      arch/arm/include/asm/hardware/ioc.h
1356 F:      arch/arm/include/asm/hardware/iomd.h
1357 F:      arch/arm/include/asm/hardware/memc.h
1358 F:      arch/arm/mach-rpc/
1359 F:      drivers/net/ethernet/8390/etherh.c
1360 F:      drivers/net/ethernet/i825xx/ether1*
1361 F:      drivers/net/ethernet/seeq/ether3*
1362 F:      drivers/scsi/arm/
1363
1364 ARM/Rockchip SoC support
1365 M:      Heiko Stuebner <heiko@sntech.de>
1366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 L:      linux-rockchip@lists.infradead.org
1368 S:      Maintained
1369 F:      arch/arm/boot/dts/rk3*
1370 F:      arch/arm/mach-rockchip/
1371 F:      drivers/clk/rockchip/
1372 F:      drivers/i2c/busses/i2c-rk3x.c
1373 F:      drivers/*/*rockchip*
1374 F:      drivers/*/*/*rockchip*
1375 F:      sound/soc/rockchip/
1376 N:      rockchip
1377
1378 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1379 M:      Kukjin Kim <kgene@kernel.org>
1380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm/boot/dts/s3c*
1384 F:      arch/arm/boot/dts/exynos*
1385 F:      arch/arm/plat-samsung/
1386 F:      arch/arm/mach-s3c24*/
1387 F:      arch/arm/mach-s3c64xx/
1388 F:      arch/arm/mach-s5p*/
1389 F:      arch/arm/mach-exynos*/
1390 F:      drivers/*/*s3c2410*
1391 F:      drivers/*/*/*s3c2410*
1392 F:      drivers/spi/spi-s3c*
1393 F:      sound/soc/samsung/*
1394 N:      exynos
1395
1396 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1397 M:      Kyungmin Park <kyungmin.park@samsung.com>
1398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 S:      Maintained
1400 F:      arch/arm/mach-s5pv210/
1401
1402 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1403 M:      Kyungmin Park <kyungmin.park@samsung.com>
1404 M:      Kamil Debski <k.debski@samsung.com>
1405 L:      linux-arm-kernel@lists.infradead.org
1406 L:      linux-media@vger.kernel.org
1407 S:      Maintained
1408 F:      drivers/media/platform/s5p-g2d/
1409
1410 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1411 M:      Kyungmin Park <kyungmin.park@samsung.com>
1412 M:      Kamil Debski <k.debski@samsung.com>
1413 M:      Jeongtae Park <jtp.park@samsung.com>
1414 L:      linux-arm-kernel@lists.infradead.org
1415 L:      linux-media@vger.kernel.org
1416 S:      Maintained
1417 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1418 F:      drivers/media/platform/s5p-mfc/
1419
1420 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1421 M:      Kyungmin Park <kyungmin.park@samsung.com>
1422 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1423 L:      linux-arm-kernel@lists.infradead.org
1424 L:      linux-media@vger.kernel.org
1425 S:      Maintained
1426 F:      drivers/media/platform/s5p-tv/
1427
1428 ARM/SHMOBILE ARM ARCHITECTURE
1429 M:      Simon Horman <horms@verge.net.au>
1430 M:      Magnus Damm <magnus.damm@gmail.com>
1431 L:      linux-sh@vger.kernel.org
1432 W:      http://oss.renesas.com
1433 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1435 S:      Supported
1436 F:      arch/arm/boot/dts/emev2*
1437 F:      arch/arm/boot/dts/r7s*
1438 F:      arch/arm/boot/dts/r8a*
1439 F:      arch/arm/boot/dts/sh*
1440 F:      arch/arm/configs/armadillo800eva_defconfig
1441 F:      arch/arm/configs/bockw_defconfig
1442 F:      arch/arm/configs/kzm9g_defconfig
1443 F:      arch/arm/configs/marzen_defconfig
1444 F:      arch/arm/configs/shmobile_defconfig
1445 F:      arch/arm/include/debug/renesas-scif.S
1446 F:      arch/arm/mach-shmobile/
1447 F:      drivers/sh/
1448
1449 ARM/SOCFPGA ARCHITECTURE
1450 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1451 S:      Maintained
1452 F:      arch/arm/mach-socfpga/
1453 F:      arch/arm/boot/dts/socfpga*
1454 F:      arch/arm/configs/socfpga_defconfig
1455 W:      http://www.rocketboards.org
1456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1457
1458 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1459 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1460 S:      Maintained
1461 F:      drivers/clk/socfpga/
1462
1463 ARM/SOCFPGA EDAC SUPPORT
1464 M:      Thor Thayer <tthayer@opensource.altera.com>
1465 S:      Maintained
1466 F:      drivers/edac/altera_edac.
1467
1468 ARM/STI ARCHITECTURE
1469 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1470 M:      Maxime Coquelin <maxime.coquelin@st.com>
1471 M:      Patrice Chotard <patrice.chotard@st.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L:      kernel@stlinux.com
1474 W:      http://www.stlinux.com
1475 S:      Maintained
1476 F:      arch/arm/mach-sti/
1477 F:      arch/arm/boot/dts/sti*
1478 F:      drivers/clocksource/arm_global_timer.c
1479 F:      drivers/i2c/busses/i2c-st.c
1480 F:      drivers/media/rc/st_rc.c
1481 F:      drivers/mmc/host/sdhci-st.c
1482 F:      drivers/phy/phy-miphy28lp.c
1483 F:      drivers/phy/phy-miphy365x.c
1484 F:      drivers/phy/phy-stih407-usb.c
1485 F:      drivers/phy/phy-stih41x-usb.c
1486 F:      drivers/pinctrl/pinctrl-st.c
1487 F:      drivers/reset/sti/
1488 F:      drivers/tty/serial/st-asc.c
1489 F:      drivers/usb/dwc3/dwc3-st.c
1490 F:      drivers/usb/host/ehci-st.c
1491 F:      drivers/usb/host/ohci-st.c
1492 F:      drivers/ata/ahci_st.c
1493
1494 ARM/STM32 ARCHITECTURE
1495 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1499 N:      stm32
1500 F:      drivers/clocksource/armv7m_systick.c
1501
1502 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1503 M:      Lennert Buytenhek <kernel@wantstofly.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 S:      Maintained
1506
1507 ARM/TETON BGA MACHINE SUPPORT
1508 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1510 S:      Maintained
1511
1512 ARM/THECUS N2100 MACHINE SUPPORT
1513 M:      Lennert Buytenhek <kernel@wantstofly.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 S:      Maintained
1516
1517 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1518 M:      Wan ZongShun <mcuos.com@gmail.com>
1519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 W:      http://www.mcuos.com
1521 S:      Maintained
1522 F:      arch/arm/mach-w90x900/
1523 F:      drivers/input/keyboard/w90p910_keypad.c
1524 F:      drivers/input/touchscreen/w90p910_ts.c
1525 F:      drivers/watchdog/nuc900_wdt.c
1526 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1527 F:      drivers/mtd/nand/nuc900_nand.c
1528 F:      drivers/rtc/rtc-nuc900.c
1529 F:      drivers/spi/spi-nuc900.c
1530 F:      drivers/usb/host/ehci-w90x900.c
1531 F:      drivers/video/fbdev/nuc900fb.c
1532
1533 ARM/U300 MACHINE SUPPORT
1534 M:      Linus Walleij <linus.walleij@linaro.org>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S:      Supported
1537 F:      arch/arm/mach-u300/
1538 F:      drivers/clocksource/timer-u300.c
1539 F:      drivers/i2c/busses/i2c-stu300.c
1540 F:      drivers/rtc/rtc-coh901331.c
1541 F:      drivers/watchdog/coh901327_wdt.c
1542 F:      drivers/dma/coh901318*
1543 F:      drivers/mfd/ab3100*
1544 F:      drivers/rtc/rtc-ab3100.c
1545 F:      drivers/rtc/rtc-coh901331.c
1546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1547
1548 ARM/UNIPHIER ARCHITECTURE
1549 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 S:      Maintained
1552 F:      arch/arm/mach-uniphier/
1553 N:      uniphier
1554
1555 ARM/Ux500 ARM ARCHITECTURE
1556 M:      Linus Walleij <linus.walleij@linaro.org>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 S:      Maintained
1559 F:      arch/arm/mach-ux500/
1560 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1561 F:      drivers/dma/ste_dma40*
1562 F:      drivers/hwspinlock/u8500_hsem.c
1563 F:      drivers/mfd/abx500*
1564 F:      drivers/mfd/ab8500*
1565 F:      drivers/mfd/dbx500*
1566 F:      drivers/mfd/db8500*
1567 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1568 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1569 F:      drivers/rtc/rtc-ab8500.c
1570 F:      drivers/rtc/rtc-pl031.c
1571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1572
1573 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1574 M:      Ulf Hansson <ulf.hansson@linaro.org>
1575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1576 T:      git git://git.linaro.org/people/ulfh/clk.git
1577 S:      Maintained
1578 F:      drivers/clk/ux500/
1579 F:      include/linux/platform_data/clk-ux500.h
1580
1581 ARM/VERSATILE EXPRESS PLATFORM
1582 M:      Liviu Dudau <liviu.dudau@arm.com>
1583 M:      Sudeep Holla <sudeep.holla@arm.com>
1584 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 S:      Maintained
1587 F:      arch/arm/boot/dts/vexpress*
1588 F:      arch/arm/mach-vexpress/
1589 F:      */*/vexpress*
1590 F:      */*/*/vexpress*
1591 F:      drivers/clk/versatile/clk-vexpress-osc.c
1592 F:      drivers/clocksource/versatile.c
1593
1594 ARM/VFP SUPPORT
1595 M:      Russell King <linux@arm.linux.org.uk>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 W:      http://www.arm.linux.org.uk/
1598 S:      Maintained
1599 F:      arch/arm/vfp/
1600
1601 ARM/VOIPAC PXA270 SUPPORT
1602 M:      Marek Vasut <marek.vasut@gmail.com>
1603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604 S:      Maintained
1605 F:      arch/arm/mach-pxa/vpac270.c
1606 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1607
1608 ARM/VT8500 ARM ARCHITECTURE
1609 M:      Tony Prisk <linux@prisktech.co.nz>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612 F:      arch/arm/mach-vt8500/
1613 F:      drivers/clocksource/vt8500_timer.c
1614 F:      drivers/i2c/busses/i2c-wmt.c
1615 F:      drivers/mmc/host/wmt-sdmmc.c
1616 F:      drivers/pwm/pwm-vt8500.c
1617 F:      drivers/rtc/rtc-vt8500.c
1618 F:      drivers/tty/serial/vt8500_serial.c
1619 F:      drivers/usb/host/ehci-platform.c
1620 F:      drivers/usb/host/uhci-platform.c
1621 F:      drivers/video/fbdev/vt8500lcdfb.*
1622 F:      drivers/video/fbdev/wm8505fb*
1623 F:      drivers/video/fbdev/wmt_ge_rops.*
1624
1625 ARM/ZIPIT Z2 SUPPORT
1626 M:      Marek Vasut <marek.vasut@gmail.com>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S:      Maintained
1629 F:      arch/arm/mach-pxa/z2.c
1630 F:      arch/arm/mach-pxa/include/mach/z2.h
1631
1632 ARM/ZTE ARCHITECTURE
1633 M:      Jun Nie <jun.nie@linaro.org>
1634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 S:      Maintained
1636 F:      arch/arm/mach-zx/
1637 F:      drivers/clk/zte/
1638 F:      Documentation/devicetree/bindings/arm/zte.txt
1639 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1640
1641 ARM/ZYNQ ARCHITECTURE
1642 M:      Michal Simek <michal.simek@xilinx.com>
1643 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 W:      http://wiki.xilinx.com
1646 T:      git git://git.xilinx.com/linux-xlnx.git
1647 S:      Supported
1648 F:      arch/arm/mach-zynq/
1649 F:      drivers/cpuidle/cpuidle-zynq.c
1650 F:      drivers/block/xsysace.c
1651 N:      zynq
1652 N:      xilinx
1653 F:      drivers/clocksource/cadence_ttc_timer.c
1654 F:      drivers/i2c/busses/i2c-cadence.c
1655 F:      drivers/mmc/host/sdhci-of-arasan.c
1656 F:      drivers/edac/synopsys_edac.c
1657
1658 ARM SMMU DRIVER
1659 M:      Will Deacon <will.deacon@arm.com>
1660 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1661 S:      Maintained
1662 F:      drivers/iommu/arm-smmu.c
1663 F:      drivers/iommu/io-pgtable-arm.c
1664
1665 ARM64 PORT (AARCH64 ARCHITECTURE)
1666 M:      Catalin Marinas <catalin.marinas@arm.com>
1667 M:      Will Deacon <will.deacon@arm.com>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 S:      Maintained
1670 F:      arch/arm64/
1671 F:      Documentation/arm64/
1672
1673 AS3645A LED FLASH CONTROLLER DRIVER
1674 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1675 L:      linux-media@vger.kernel.org
1676 T:      git git://linuxtv.org/media_tree.git
1677 S:      Maintained
1678 F:      drivers/media/i2c/as3645a.c
1679 F:      include/media/as3645a.h
1680
1681 ASC7621 HARDWARE MONITOR DRIVER
1682 M:      George Joseph <george.joseph@fairview5.com>
1683 L:      lm-sensors@lm-sensors.org
1684 S:      Maintained
1685 F:      Documentation/hwmon/asc7621
1686 F:      drivers/hwmon/asc7621.c
1687
1688 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1689 M:      Corentin Chary <corentin.chary@gmail.com>
1690 L:      acpi4asus-user@lists.sourceforge.net
1691 L:      platform-driver-x86@vger.kernel.org
1692 W:      http://acpi4asus.sf.net
1693 S:      Maintained
1694 F:      drivers/platform/x86/asus*.c
1695 F:      drivers/platform/x86/eeepc*.c
1696
1697 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1698 R:      Dan Williams <dan.j.williams@intel.com>
1699 W:      http://sourceforge.net/projects/xscaleiop
1700 S:      Odd fixes
1701 F:      Documentation/crypto/async-tx-api.txt
1702 F:      crypto/async_tx/
1703 F:      drivers/dma/
1704 F:      include/linux/dmaengine.h
1705 F:      include/linux/async_tx.h
1706
1707 AT24 EEPROM DRIVER
1708 M:      Wolfram Sang <wsa@the-dreams.de>
1709 L:      linux-i2c@vger.kernel.org
1710 S:      Maintained
1711 F:      drivers/misc/eeprom/at24.c
1712 F:      include/linux/platform_data/at24.h
1713
1714 ATA OVER ETHERNET (AOE) DRIVER
1715 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1716 W:      http://www.openaoe.org/
1717 S:      Supported
1718 F:      Documentation/aoe/
1719 F:      drivers/block/aoe/
1720
1721 ATHEROS ATH GENERIC UTILITIES
1722 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1723 L:      linux-wireless@vger.kernel.org
1724 S:      Supported
1725 F:      drivers/net/wireless/ath/*
1726
1727 ATHEROS ATH5K WIRELESS DRIVER
1728 M:      Jiri Slaby <jirislaby@gmail.com>
1729 M:      Nick Kossifidis <mickflemm@gmail.com>
1730 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1731 L:      linux-wireless@vger.kernel.org
1732 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1733 S:      Maintained
1734 F:      drivers/net/wireless/ath/ath5k/
1735
1736 ATHEROS ATH6KL WIRELESS DRIVER
1737 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1738 L:      linux-wireless@vger.kernel.org
1739 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1740 T:      git git://github.com/kvalo/ath.git
1741 S:      Supported
1742 F:      drivers/net/wireless/ath/ath6kl/
1743
1744 WILOCITY WIL6210 WIRELESS DRIVER
1745 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1746 L:      linux-wireless@vger.kernel.org
1747 L:      wil6210@qca.qualcomm.com
1748 S:      Supported
1749 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1750 F:      drivers/net/wireless/ath/wil6210/
1751 F:      include/uapi/linux/wil6210_uapi.h
1752
1753 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1754 M:      Christian Lamparter <chunkeey@googlemail.com>
1755 L:      linux-wireless@vger.kernel.org
1756 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1757 S:      Maintained
1758 F:      drivers/net/wireless/ath/carl9170/
1759
1760 ATK0110 HWMON DRIVER
1761 M:      Luca Tettamanti <kronos.it@gmail.com>
1762 L:      lm-sensors@lm-sensors.org
1763 S:      Maintained
1764 F:      drivers/hwmon/asus_atk0110.c
1765
1766 ATI_REMOTE2 DRIVER
1767 M:      Ville Syrjala <syrjala@sci.fi>
1768 S:      Maintained
1769 F:      drivers/input/misc/ati_remote2.c
1770
1771 ATLX ETHERNET DRIVERS
1772 M:      Jay Cliburn <jcliburn@gmail.com>
1773 M:      Chris Snook <chris.snook@gmail.com>
1774 L:      netdev@vger.kernel.org
1775 W:      http://sourceforge.net/projects/atl1
1776 W:      http://atl1.sourceforge.net
1777 S:      Maintained
1778 F:      drivers/net/ethernet/atheros/
1779
1780 ATM
1781 M:      Chas Williams <3chas3@gmail.com>
1782 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1783 L:      netdev@vger.kernel.org
1784 W:      http://linux-atm.sourceforge.net
1785 S:      Maintained
1786 F:      drivers/atm/
1787 F:      include/linux/atm*
1788 F:      include/uapi/linux/atm*
1789
1790 ATMEL AT91 / AT32 MCI DRIVER
1791 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1792 S:      Maintained
1793 F:      drivers/mmc/host/atmel-mci.c
1794 F:      drivers/mmc/host/atmel-mci-regs.h
1795
1796 ATMEL AT91 / AT32 SERIAL DRIVER
1797 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1798 S:      Supported
1799 F:      drivers/tty/serial/atmel_serial.c
1800
1801 ATMEL Audio ALSA driver
1802 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1803 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1804 S:      Supported
1805 F:      sound/soc/atmel
1806
1807 ATMEL DMA DRIVER
1808 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S:      Supported
1811 F:      drivers/dma/at_hdmac.c
1812 F:      drivers/dma/at_hdmac_regs.h
1813 F:      include/linux/platform_data/dma-atmel.h
1814
1815 ATMEL XDMA DRIVER
1816 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1817 L:      linux-arm-kernel@lists.infradead.org
1818 L:      dmaengine@vger.kernel.org
1819 S:      Supported
1820 F:      drivers/dma/at_xdmac.c
1821
1822 ATMEL I2C DRIVER
1823 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1824 L:      linux-i2c@vger.kernel.org
1825 S:      Supported
1826 F:      drivers/i2c/busses/i2c-at91.c
1827
1828 ATMEL ISI DRIVER
1829 M:      Josh Wu <josh.wu@atmel.com>
1830 L:      linux-media@vger.kernel.org
1831 S:      Supported
1832 F:      drivers/media/platform/soc_camera/atmel-isi.c
1833 F:      include/media/atmel-isi.h
1834
1835 ATMEL LCDFB DRIVER
1836 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1837 L:      linux-fbdev@vger.kernel.org
1838 S:      Maintained
1839 F:      drivers/video/fbdev/atmel_lcdfb.c
1840 F:      include/video/atmel_lcdc.h
1841
1842 ATMEL MACB ETHERNET DRIVER
1843 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1844 S:      Supported
1845 F:      drivers/net/ethernet/cadence/
1846
1847 ATMEL NAND DRIVER
1848 M:      Josh Wu <josh.wu@atmel.com>
1849 L:      linux-mtd@lists.infradead.org
1850 S:      Supported
1851 F:      drivers/mtd/nand/atmel_nand*
1852
1853 ATMEL SPI DRIVER
1854 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1855 S:      Supported
1856 F:      drivers/spi/spi-atmel.*
1857
1858 ATMEL SSC DRIVER
1859 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1861 S:      Supported
1862 F:      drivers/misc/atmel-ssc.c
1863 F:      include/linux/atmel-ssc.h
1864
1865 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1866 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1868 S:      Supported
1869 F:      drivers/misc/atmel_tclib.c
1870 F:      drivers/clocksource/tcb_clksrc.c
1871
1872 ATMEL USBA UDC DRIVER
1873 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1875 S:      Supported
1876 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1877
1878 ATMEL WIRELESS DRIVER
1879 M:      Simon Kelley <simon@thekelleys.org.uk>
1880 L:      linux-wireless@vger.kernel.org
1881 W:      http://www.thekelleys.org.uk/atmel
1882 W:      http://atmelwlandriver.sourceforge.net/
1883 S:      Maintained
1884 F:      drivers/net/wireless/atmel*
1885
1886 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1887 M:      Bradley Grove <linuxdrivers@attotech.com>
1888 L:      linux-scsi@vger.kernel.org
1889 W:      http://www.attotech.com
1890 S:      Supported
1891 F:      drivers/scsi/esas2r
1892
1893 AUDIT SUBSYSTEM
1894 M:      Paul Moore <paul@paul-moore.com>
1895 M:      Eric Paris <eparis@redhat.com>
1896 L:      linux-audit@redhat.com (moderated for non-subscribers)
1897 W:      http://people.redhat.com/sgrubb/audit/
1898 T:      git git://git.infradead.org/users/pcmoore/audit
1899 S:      Maintained
1900 F:      include/linux/audit.h
1901 F:      include/uapi/linux/audit.h
1902 F:      kernel/audit*
1903
1904 AUXILIARY DISPLAY DRIVERS
1905 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1906 W:      http://miguelojeda.es/auxdisplay.htm
1907 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1908 S:      Maintained
1909 F:      drivers/auxdisplay/
1910 F:      include/linux/cfag12864b.h
1911
1912 AVR32 ARCHITECTURE
1913 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1914 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1915 W:      http://www.atmel.com/products/AVR32/
1916 W:      http://mirror.egtvedt.no/avr32linux.org/
1917 W:      http://avrfreaks.net/
1918 S:      Maintained
1919 F:      arch/avr32/
1920
1921 AVR32/AT32AP MACHINE SUPPORT
1922 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1923 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1924 S:      Maintained
1925 F:      arch/avr32/mach-at32ap/
1926
1927 AX.25 NETWORK LAYER
1928 M:      Ralf Baechle <ralf@linux-mips.org>
1929 L:      linux-hams@vger.kernel.org
1930 W:      http://www.linux-ax25.org/
1931 S:      Maintained
1932 F:      include/uapi/linux/ax25.h
1933 F:      include/net/ax25.h
1934 F:      net/ax25/
1935
1936 AZ6007 DVB DRIVER
1937 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1938 L:      linux-media@vger.kernel.org
1939 W:      http://linuxtv.org
1940 T:      git git://linuxtv.org/media_tree.git
1941 S:      Maintained
1942 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1943
1944 AZTECH FM RADIO RECEIVER DRIVER
1945 M:      Hans Verkuil <hverkuil@xs4all.nl>
1946 L:      linux-media@vger.kernel.org
1947 T:      git git://linuxtv.org/media_tree.git
1948 W:      http://linuxtv.org
1949 S:      Maintained
1950 F:      drivers/media/radio/radio-aztech*
1951
1952 B43 WIRELESS DRIVER
1953 L:      linux-wireless@vger.kernel.org
1954 L:      b43-dev@lists.infradead.org
1955 W:      http://wireless.kernel.org/en/users/Drivers/b43
1956 S:      Odd Fixes
1957 F:      drivers/net/wireless/b43/
1958
1959 B43LEGACY WIRELESS DRIVER
1960 M:      Larry Finger <Larry.Finger@lwfinger.net>
1961 L:      linux-wireless@vger.kernel.org
1962 L:      b43-dev@lists.infradead.org
1963 W:      http://wireless.kernel.org/en/users/Drivers/b43
1964 S:      Maintained
1965 F:      drivers/net/wireless/b43legacy/
1966
1967 BACKLIGHT CLASS/SUBSYSTEM
1968 M:      Jingoo Han <jg1.han@samsung.com>
1969 M:      Lee Jones <lee.jones@linaro.org>
1970 S:      Maintained
1971 F:      drivers/video/backlight/
1972 F:      include/linux/backlight.h
1973
1974 BATMAN ADVANCED
1975 M:      Marek Lindner <mareklindner@neomailbox.ch>
1976 M:      Simon Wunderlich <sw@simonwunderlich.de>
1977 M:      Antonio Quartulli <antonio@meshcoding.com>
1978 L:      b.a.t.m.a.n@lists.open-mesh.org
1979 W:      http://www.open-mesh.org/
1980 S:      Maintained
1981 F:      net/batman-adv/
1982
1983 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1984 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1985 L:      linux-hams@vger.kernel.org
1986 W:      http://www.baycom.org/~tom/ham/ham.html
1987 S:      Maintained
1988 F:      drivers/net/hamradio/baycom*
1989
1990 BCACHE (BLOCK LAYER CACHE)
1991 M:      Kent Overstreet <kmo@daterainc.com>
1992 L:      linux-bcache@vger.kernel.org
1993 W:      http://bcache.evilpiepirate.org
1994 S:      Maintained:
1995 F:      drivers/md/bcache/
1996
1997 BEFS FILE SYSTEM
1998 S:      Orphan
1999 F:      Documentation/filesystems/befs.txt
2000 F:      fs/befs/
2001
2002 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2003 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2004 L:      netdev@vger.kernel.org
2005 S:      Maintained
2006 F:      drivers/net/ethernet/ec_bhf.c
2007
2008 BFS FILE SYSTEM
2009 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2010 S:      Maintained
2011 F:      Documentation/filesystems/bfs.txt
2012 F:      fs/bfs/
2013 F:      include/uapi/linux/bfs_fs.h
2014
2015 BLACKFIN ARCHITECTURE
2016 M:      Steven Miao <realmz6@gmail.com>
2017 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 T:      git git://git.code.sf.net/p/adi-linux/code
2019 W:      http://blackfin.uclinux.org
2020 S:      Supported
2021 F:      arch/blackfin/
2022
2023 BLACKFIN EMAC DRIVER
2024 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2025 W:      http://blackfin.uclinux.org
2026 S:      Supported
2027 F:      drivers/net/ethernet/adi/
2028
2029 BLACKFIN RTC DRIVER
2030 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 W:      http://blackfin.uclinux.org
2032 S:      Supported
2033 F:      drivers/rtc/rtc-bfin.c
2034
2035 BLACKFIN SDH DRIVER
2036 M:      Sonic Zhang <sonic.zhang@analog.com>
2037 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2038 W:      http://blackfin.uclinux.org
2039 S:      Supported
2040 F:      drivers/mmc/host/bfin_sdh.c
2041
2042 BLACKFIN SERIAL DRIVER
2043 M:      Sonic Zhang <sonic.zhang@analog.com>
2044 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2045 W:      http://blackfin.uclinux.org
2046 S:      Supported
2047 F:      drivers/tty/serial/bfin_uart.c
2048
2049 BLACKFIN WATCHDOG DRIVER
2050 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2051 W:      http://blackfin.uclinux.org
2052 S:      Supported
2053 F:      drivers/watchdog/bfin_wdt.c
2054
2055 BLACKFIN I2C TWI DRIVER
2056 M:      Sonic Zhang <sonic.zhang@analog.com>
2057 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2058 W:      http://blackfin.uclinux.org/
2059 S:      Supported
2060 F:      drivers/i2c/busses/i2c-bfin-twi.c
2061
2062 BLACKFIN MEDIA DRIVER
2063 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2064 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2065 W:      http://blackfin.uclinux.org/
2066 S:      Supported
2067 F:      drivers/media/platform/blackfin/
2068 F:      drivers/media/i2c/adv7183*
2069 F:      drivers/media/i2c/vs6624*
2070
2071 BLINKM RGB LED DRIVER
2072 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2073 S:      Maintained
2074 F:      drivers/leds/leds-blinkm.c
2075
2076 BLOCK LAYER
2077 M:      Jens Axboe <axboe@kernel.dk>
2078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2079 S:      Maintained
2080 F:      block/
2081
2082 BLOCK2MTD DRIVER
2083 M:      Joern Engel <joern@lazybastard.org>
2084 L:      linux-mtd@lists.infradead.org
2085 S:      Maintained
2086 F:      drivers/mtd/devices/block2mtd.c
2087
2088 BLUETOOTH DRIVERS
2089 M:      Marcel Holtmann <marcel@holtmann.org>
2090 M:      Gustavo Padovan <gustavo@padovan.org>
2091 M:      Johan Hedberg <johan.hedberg@gmail.com>
2092 L:      linux-bluetooth@vger.kernel.org
2093 W:      http://www.bluez.org/
2094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2096 S:      Maintained
2097 F:      drivers/bluetooth/
2098
2099 BLUETOOTH SUBSYSTEM
2100 M:      Marcel Holtmann <marcel@holtmann.org>
2101 M:      Gustavo Padovan <gustavo@padovan.org>
2102 M:      Johan Hedberg <johan.hedberg@gmail.com>
2103 L:      linux-bluetooth@vger.kernel.org
2104 W:      http://www.bluez.org/
2105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2107 S:      Maintained
2108 F:      net/bluetooth/
2109 F:      include/net/bluetooth/
2110
2111 BONDING DRIVER
2112 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2113 M:      Veaceslav Falico <vfalico@gmail.com>
2114 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2115 L:      netdev@vger.kernel.org
2116 W:      http://sourceforge.net/projects/bonding/
2117 S:      Supported
2118 F:      drivers/net/bonding/
2119 F:      include/uapi/linux/if_bonding.h
2120
2121 BPF (Safe dynamic programs and tools)
2122 M:      Alexei Starovoitov <ast@kernel.org>
2123 L:      netdev@vger.kernel.org
2124 L:      linux-kernel@vger.kernel.org
2125 S:      Supported
2126 F:      kernel/bpf/
2127
2128 BROADCOM B44 10/100 ETHERNET DRIVER
2129 M:      Gary Zambrano <zambrano@broadcom.com>
2130 L:      netdev@vger.kernel.org
2131 S:      Supported
2132 F:      drivers/net/ethernet/broadcom/b44.*
2133
2134 BROADCOM GENET ETHERNET DRIVER
2135 M:      Florian Fainelli <f.fainelli@gmail.com>
2136 L:      netdev@vger.kernel.org
2137 S:      Supported
2138 F:      drivers/net/ethernet/broadcom/genet/
2139
2140 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2141 M:      Sony Chacko <sony.chacko@qlogic.com>
2142 M:      Dept-HSGLinuxNICDev@qlogic.com
2143 L:      netdev@vger.kernel.org
2144 S:      Supported
2145 F:      drivers/net/ethernet/broadcom/bnx2.*
2146 F:      drivers/net/ethernet/broadcom/bnx2_*
2147
2148 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2149 M:      Ariel Elior <ariel.elior@qlogic.com>
2150 L:      netdev@vger.kernel.org
2151 S:      Supported
2152 F:      drivers/net/ethernet/broadcom/bnx2x/
2153
2154 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2155 M:      Florian Fainelli <f.fainelli@gmail.com>
2156 M:      Ray Jui <rjui@broadcom.com>
2157 M:      Scott Branden <sbranden@broadcom.com>
2158 L:      bcm-kernel-feedback-list@broadcom.com
2159 T:      git git://github.com/broadcom/mach-bcm
2160 S:      Maintained
2161 F:      arch/arm/mach-bcm/
2162 F:      arch/arm/boot/dts/bcm113*
2163 F:      arch/arm/boot/dts/bcm216*
2164 F:      arch/arm/boot/dts/bcm281*
2165 F:      arch/arm/configs/bcm_defconfig
2166 F:      drivers/mmc/host/sdhci-bcm-kona.c
2167 F:      drivers/clocksource/bcm_kona_timer.c
2168
2169 BROADCOM BCM2835 ARM ARCHITECTURE
2170 M:      Stephen Warren <swarren@wwwdotorg.org>
2171 M:      Lee Jones <lee@kernel.org>
2172 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2174 S:      Maintained
2175 N:      bcm2835
2176
2177 BROADCOM BCM33XX MIPS ARCHITECTURE
2178 M:      Kevin Cernekee <cernekee@gmail.com>
2179 L:      linux-mips@linux-mips.org
2180 S:      Maintained
2181 F:      arch/mips/bcm3384/*
2182 F:      arch/mips/include/asm/mach-bcm3384/*
2183 F:      arch/mips/kernel/*bmips*
2184
2185 BROADCOM BCM5301X ARM ARCHITECTURE
2186 M:      Hauke Mehrtens <hauke@hauke-m.de>
2187 L:      linux-arm-kernel@lists.infradead.org
2188 S:      Maintained
2189 F:      arch/arm/mach-bcm/bcm_5301x.c
2190 F:      arch/arm/boot/dts/bcm5301x.dtsi
2191 F:      arch/arm/boot/dts/bcm470*
2192
2193 BROADCOM BCM63XX ARM ARCHITECTURE
2194 M:      Florian Fainelli <f.fainelli@gmail.com>
2195 L:      linux-arm-kernel@lists.infradead.org
2196 T:      git git://github.com/broadcom/arm-bcm63xx.git
2197 S:      Maintained
2198 F:      arch/arm/mach-bcm/bcm63xx.c
2199 F:      arch/arm/include/debug/bcm63xx.S
2200
2201 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2202 M:      Kevin Cernekee <cernekee@gmail.com>
2203 L:      linux-usb@vger.kernel.org
2204 S:      Maintained
2205 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2206
2207 BROADCOM BCM7XXX ARM ARCHITECTURE
2208 M:      Brian Norris <computersforpeace@gmail.com>
2209 M:      Gregory Fong <gregory.0xf0@gmail.com>
2210 M:      Florian Fainelli <f.fainelli@gmail.com>
2211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2212 T:      git git://github.com/broadcom/stblinux.git
2213 S:      Maintained
2214 F:      arch/arm/mach-bcm/*brcmstb*
2215 F:      arch/arm/boot/dts/bcm7*.dts*
2216 F:      drivers/bus/brcmstb_gisb.c
2217
2218 BROADCOM BMIPS MIPS ARCHITECTURE
2219 M:      Kevin Cernekee <cernekee@gmail.com>
2220 M:      Florian Fainelli <f.fainelli@gmail.com>
2221 L:      linux-mips@linux-mips.org
2222 T:      git git://github.com/broadcom/stblinux.git
2223 S:      Maintained
2224 F:      arch/mips/bmips/*
2225 F:      arch/mips/include/asm/mach-bmips/*
2226 F:      arch/mips/kernel/*bmips*
2227 F:      arch/mips/boot/dts/bcm*.dts*
2228 F:      drivers/irqchip/irq-bcm7*
2229 F:      drivers/irqchip/irq-brcmstb*
2230
2231 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2232 M:      Prashant Sreedharan <prashant@broadcom.com>
2233 M:      Michael Chan <mchan@broadcom.com>
2234 L:      netdev@vger.kernel.org
2235 S:      Supported
2236 F:      drivers/net/ethernet/broadcom/tg3.*
2237
2238 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2239 M:      Brett Rudley <brudley@broadcom.com>
2240 M:      Arend van Spriel <arend@broadcom.com>
2241 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2242 M:      Hante Meuleman <meuleman@broadcom.com>
2243 L:      linux-wireless@vger.kernel.org
2244 L:      brcm80211-dev-list@broadcom.com
2245 S:      Supported
2246 F:      drivers/net/wireless/brcm80211/
2247
2248 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2249 M:      QLogic-Storage-Upstream@qlogic.com
2250 L:      linux-scsi@vger.kernel.org
2251 S:      Supported
2252 F:      drivers/scsi/bnx2fc/
2253
2254 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2255 M:      QLogic-Storage-Upstream@qlogic.com
2256 L:      linux-scsi@vger.kernel.org
2257 S:      Supported
2258 F:      drivers/scsi/bnx2i/
2259
2260 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2261 M:      Ray Jui <rjui@broadcom.com>
2262 M:      Scott Branden <sbranden@broadcom.com>
2263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2264 L:      bcm-kernel-feedback-list@broadcom.com
2265 T:      git git://github.com/broadcom/cygnus-linux.git
2266 S:      Maintained
2267 N:      iproc
2268 N:      cygnus
2269 N:      bcm9113*
2270 N:      bcm9583*
2271 N:      bcm583*
2272 N:      bcm113*
2273
2274 BROADCOM KONA GPIO DRIVER
2275 M:      Ray Jui <rjui@broadcom.com>
2276 L:      bcm-kernel-feedback-list@broadcom.com
2277 S:      Supported
2278 F:      drivers/gpio/gpio-bcm-kona.c
2279 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2280
2281 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2282 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2283 L:      linux-wireless@vger.kernel.org
2284 S:      Maintained
2285 F:      drivers/bcma/
2286 F:      include/linux/bcma/
2287
2288 BROADCOM SYSTEMPORT ETHERNET DRIVER
2289 M:      Florian Fainelli <f.fainelli@gmail.com>
2290 L:      netdev@vger.kernel.org
2291 S:      Supported
2292 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2293
2294 BROCADE BFA FC SCSI DRIVER
2295 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2296 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2297 L:      linux-scsi@vger.kernel.org
2298 S:      Supported
2299 F:      drivers/scsi/bfa/
2300
2301 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2302 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2303 L:      netdev@vger.kernel.org
2304 S:      Supported
2305 F:      drivers/net/ethernet/brocade/bna/
2306
2307 BSG (block layer generic sg v4 driver)
2308 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2309 L:      linux-scsi@vger.kernel.org
2310 S:      Supported
2311 F:      block/bsg.c
2312 F:      include/linux/bsg.h
2313 F:      include/uapi/linux/bsg.h
2314
2315 BT87X AUDIO DRIVER
2316 M:      Clemens Ladisch <clemens@ladisch.de>
2317 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2318 T:      git git://git.alsa-project.org/alsa-kernel.git
2319 S:      Maintained
2320 F:      Documentation/sound/alsa/Bt87x.txt
2321 F:      sound/pci/bt87x.c
2322
2323 BT8XXGPIO DRIVER
2324 M:      Michael Buesch <m@bues.ch>
2325 W:      http://bu3sch.de/btgpio.php
2326 S:      Maintained
2327 F:      drivers/gpio/gpio-bt8xx.c
2328
2329 BTRFS FILE SYSTEM
2330 M:      Chris Mason <clm@fb.com>
2331 M:      Josef Bacik <jbacik@fb.com>
2332 M:      David Sterba <dsterba@suse.cz>
2333 L:      linux-btrfs@vger.kernel.org
2334 W:      http://btrfs.wiki.kernel.org/
2335 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2337 S:      Maintained
2338 F:      Documentation/filesystems/btrfs.txt
2339 F:      fs/btrfs/
2340
2341 BTTV VIDEO4LINUX DRIVER
2342 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2343 L:      linux-media@vger.kernel.org
2344 W:      http://linuxtv.org
2345 T:      git git://linuxtv.org/media_tree.git
2346 S:      Odd fixes
2347 F:      Documentation/video4linux/bttv/
2348 F:      drivers/media/pci/bt8xx/bttv*
2349
2350 BUSLOGIC SCSI DRIVER
2351 M:      Khalid Aziz <khalid@gonehiking.org>
2352 L:      linux-scsi@vger.kernel.org
2353 S:      Maintained
2354 F:      drivers/scsi/BusLogic.*
2355 F:      drivers/scsi/FlashPoint.*
2356
2357 C-MEDIA CMI8788 DRIVER
2358 M:      Clemens Ladisch <clemens@ladisch.de>
2359 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2360 T:      git git://git.alsa-project.org/alsa-kernel.git
2361 S:      Maintained
2362 F:      sound/pci/oxygen/
2363
2364 C6X ARCHITECTURE
2365 M:      Mark Salter <msalter@redhat.com>
2366 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2367 L:      linux-c6x-dev@linux-c6x.org
2368 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2369 S:      Maintained
2370 F:      arch/c6x/
2371
2372 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2373 M:      David Howells <dhowells@redhat.com>
2374 L:      linux-cachefs@redhat.com
2375 S:      Supported
2376 F:      Documentation/filesystems/caching/cachefiles.txt
2377 F:      fs/cachefiles/
2378
2379 CADET FM/AM RADIO RECEIVER DRIVER
2380 M:      Hans Verkuil <hverkuil@xs4all.nl>
2381 L:      linux-media@vger.kernel.org
2382 T:      git git://linuxtv.org/media_tree.git
2383 W:      http://linuxtv.org
2384 S:      Maintained
2385 F:      drivers/media/radio/radio-cadet*
2386
2387 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2388 M:      Jonathan Corbet <corbet@lwn.net>
2389 L:      linux-media@vger.kernel.org
2390 T:      git git://linuxtv.org/media_tree.git
2391 S:      Maintained
2392 F:      Documentation/video4linux/cafe_ccic
2393 F:      drivers/media/platform/marvell-ccic/
2394
2395 CAIF NETWORK LAYER
2396 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2397 L:      netdev@vger.kernel.org
2398 S:      Supported
2399 F:      Documentation/networking/caif/
2400 F:      drivers/net/caif/
2401 F:      include/uapi/linux/caif/
2402 F:      include/net/caif/
2403 F:      net/caif/
2404
2405 CALGARY x86-64 IOMMU
2406 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2407 M:      "Jon D. Mason" <jdmason@kudzu.us>
2408 L:      discuss@x86-64.org
2409 S:      Maintained
2410 F:      arch/x86/kernel/pci-calgary_64.c
2411 F:      arch/x86/kernel/tce_64.c
2412 F:      arch/x86/include/asm/calgary.h
2413 F:      arch/x86/include/asm/tce.h
2414
2415 CAN NETWORK LAYER
2416 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2417 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2418 L:      linux-can@vger.kernel.org
2419 W:      https://github.com/linux-can
2420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2422 S:      Maintained
2423 F:      Documentation/networking/can.txt
2424 F:      net/can/
2425 F:      include/linux/can/core.h
2426 F:      include/uapi/linux/can.h
2427 F:      include/uapi/linux/can/bcm.h
2428 F:      include/uapi/linux/can/raw.h
2429 F:      include/uapi/linux/can/gw.h
2430
2431 CAN NETWORK DRIVERS
2432 M:      Wolfgang Grandegger <wg@grandegger.com>
2433 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2434 L:      linux-can@vger.kernel.org
2435 W:      https://github.com/linux-can
2436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2438 S:      Maintained
2439 F:      drivers/net/can/
2440 F:      include/linux/can/dev.h
2441 F:      include/linux/can/platform/
2442 F:      include/uapi/linux/can/error.h
2443 F:      include/uapi/linux/can/netlink.h
2444
2445 CAPABILITIES
2446 M:      Serge Hallyn <serge.hallyn@canonical.com>
2447 L:      linux-security-module@vger.kernel.org
2448 S:      Supported
2449 F:      include/linux/capability.h
2450 F:      include/uapi/linux/capability.h
2451 F:      security/capability.c
2452 F:      security/commoncap.c
2453 F:      kernel/capability.c
2454
2455 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2456 M:      Kevin Tsai <ktsai@capellamicro.com>
2457 S:      Maintained
2458 F:      drivers/iio/light/cm*
2459 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2460
2461 CC2520 IEEE-802.15.4 RADIO DRIVER
2462 M:      Varka Bhadram <varkabhadram@gmail.com>
2463 L:      linux-wpan@vger.kernel.org
2464 S:      Maintained
2465 F:      drivers/net/ieee802154/cc2520.c
2466 F:      include/linux/spi/cc2520.h
2467 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2468
2469 CELL BROADBAND ENGINE ARCHITECTURE
2470 M:      Arnd Bergmann <arnd@arndb.de>
2471 L:      linuxppc-dev@lists.ozlabs.org
2472 L:      cbe-oss-dev@lists.ozlabs.org
2473 W:      http://www.ibm.com/developerworks/power/cell/
2474 S:      Supported
2475 F:      arch/powerpc/include/asm/cell*.h
2476 F:      arch/powerpc/include/asm/spu*.h
2477 F:      arch/powerpc/include/uapi/asm/spu*.h
2478 F:      arch/powerpc/oprofile/*cell*
2479 F:      arch/powerpc/platforms/cell/
2480
2481 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2482 M:      Yan, Zheng <zyan@redhat.com>
2483 M:      Sage Weil <sage@redhat.com>
2484 L:      ceph-devel@vger.kernel.org
2485 W:      http://ceph.com/
2486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2487 S:      Supported
2488 F:      Documentation/filesystems/ceph.txt
2489 F:      fs/ceph/
2490 F:      net/ceph/
2491 F:      include/linux/ceph/
2492 F:      include/linux/crush/
2493
2494 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2495 L:      linux-usb@vger.kernel.org
2496 S:      Orphan
2497 F:      Documentation/usb/WUSB-Design-overview.txt
2498 F:      Documentation/usb/wusb-cbaf
2499 F:      drivers/usb/host/hwa-hc.c
2500 F:      drivers/usb/host/whci/
2501 F:      drivers/usb/wusbcore/
2502 F:      include/linux/usb/wusb*
2503
2504 CFAG12864B LCD DRIVER
2505 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2506 W:      http://miguelojeda.es/auxdisplay.htm
2507 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2508 S:      Maintained
2509 F:      drivers/auxdisplay/cfag12864b.c
2510 F:      include/linux/cfag12864b.h
2511
2512 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2513 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2514 W:      http://miguelojeda.es/auxdisplay.htm
2515 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2516 S:      Maintained
2517 F:      drivers/auxdisplay/cfag12864bfb.c
2518 F:      include/linux/cfag12864b.h
2519
2520 CFG80211 and NL80211
2521 M:      Johannes Berg <johannes@sipsolutions.net>
2522 L:      linux-wireless@vger.kernel.org
2523 W:      http://wireless.kernel.org/
2524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2526 S:      Maintained
2527 F:      include/uapi/linux/nl80211.h
2528 F:      include/net/cfg80211.h
2529 F:      net/wireless/*
2530 X:      net/wireless/wext*
2531
2532 CHAR and MISC DRIVERS
2533 M:      Arnd Bergmann <arnd@arndb.de>
2534 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2536 S:      Supported
2537 F:      drivers/char/*
2538 F:      drivers/misc/*
2539 F:      include/linux/miscdevice.h
2540
2541 CHECKPATCH
2542 M:      Andy Whitcroft <apw@canonical.com>
2543 M:      Joe Perches <joe@perches.com>
2544 S:      Maintained
2545 F:      scripts/checkpatch.pl
2546
2547 CHINESE DOCUMENTATION
2548 M:      Harry Wei <harryxiyou@gmail.com>
2549 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2550 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2551 S:      Maintained
2552 F:      Documentation/zh_CN/
2553
2554 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2555 M:      Peter Chen <Peter.Chen@freescale.com>
2556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2557 L:      linux-usb@vger.kernel.org
2558 S:      Maintained
2559 F:      drivers/usb/chipidea/
2560
2561 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2562 M:      Hans de Goede <hdegoede@redhat.com>
2563 L:      linux-input@vger.kernel.org
2564 S:      Maintained
2565 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2566 F:      drivers/input/touchscreen/chipone_icn8318.c
2567
2568 CHROME HARDWARE PLATFORM SUPPORT
2569 M:      Olof Johansson <olof@lixom.net>
2570 S:      Maintained
2571 F:      drivers/platform/chrome/
2572
2573 CISCO VIC ETHERNET NIC DRIVER
2574 M:      Christian Benvenuti <benve@cisco.com>
2575 M:      Sujith Sankar <ssujith@cisco.com>
2576 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2577 M:      Neel Patel <neepatel@cisco.com>
2578 S:      Supported
2579 F:      drivers/net/ethernet/cisco/enic/
2580
2581 CISCO VIC LOW LATENCY NIC DRIVER
2582 M:      Upinder Malhi <umalhi@cisco.com>
2583 S:      Supported
2584 F:      drivers/infiniband/hw/usnic
2585
2586 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2587 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2588 L:      netdev@vger.kernel.org
2589 S:      Maintained
2590 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2591
2592 CIRRUS LOGIC AUDIO CODEC DRIVERS
2593 M:      Brian Austin <brian.austin@cirrus.com>
2594 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2595 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2596 S:      Maintained
2597 F:      sound/soc/codecs/cs*
2598
2599 CLEANCACHE API
2600 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2601 L:      linux-kernel@vger.kernel.org
2602 S:      Maintained
2603 F:      mm/cleancache.c
2604 F:      include/linux/cleancache.h
2605
2606 CLK API
2607 M:      Russell King <linux@arm.linux.org.uk>
2608 L:      linux-clk@vger.kernel.org
2609 S:      Maintained
2610 F:      include/linux/clk.h
2611
2612 CLOCKSOURCE, CLOCKEVENT DRIVERS
2613 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2614 M:      Thomas Gleixner <tglx@linutronix.de>
2615 L:      linux-kernel@vger.kernel.org
2616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2617 S:      Supported
2618 F:      drivers/clocksource
2619
2620 CISCO FCOE HBA DRIVER
2621 M:      Hiral Patel <hiralpat@cisco.com>
2622 M:      Suma Ramars <sramars@cisco.com>
2623 M:      Brian Uchino <buchino@cisco.com>
2624 L:      linux-scsi@vger.kernel.org
2625 S:      Supported
2626 F:      drivers/scsi/fnic/
2627
2628 CMPC ACPI DRIVER
2629 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2630 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2631 L:      platform-driver-x86@vger.kernel.org
2632 S:      Supported
2633 F:      drivers/platform/x86/classmate-laptop.c
2634
2635 COCCINELLE/Semantic Patches (SmPL)
2636 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2637 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2638 M:      Nicolas Palix <nicolas.palix@imag.fr>
2639 M:      Michal Marek <mmarek@suse.cz>
2640 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2642 W:      http://coccinelle.lip6.fr/
2643 S:      Supported
2644 F:      Documentation/coccinelle.txt
2645 F:      scripts/coccinelle/
2646 F:      scripts/coccicheck
2647
2648 CODA FILE SYSTEM
2649 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2650 M:      coda@cs.cmu.edu
2651 L:      codalist@coda.cs.cmu.edu
2652 W:      http://www.coda.cs.cmu.edu/
2653 S:      Maintained
2654 F:      Documentation/filesystems/coda.txt
2655 F:      fs/coda/
2656 F:      include/linux/coda*.h
2657 F:      include/uapi/linux/coda*.h
2658
2659 CODA V4L2 MEM2MEM DRIVER
2660 M:      Philipp Zabel <p.zabel@pengutronix.de>
2661 L:      linux-media@vger.kernel.org
2662 S:      Maintained
2663 F:      Documentation/devicetree/bindings/media/coda.txt
2664 F:      drivers/media/platform/coda/
2665
2666 COMMON CLK FRAMEWORK
2667 M:      Mike Turquette <mturquette@linaro.org>
2668 M:      Stephen Boyd <sboyd@codeaurora.org>
2669 L:      linux-clk@vger.kernel.org
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2671 S:      Maintained
2672 F:      drivers/clk/
2673 X:      drivers/clk/clkdev.c
2674 F:      include/linux/clk-pr*
2675 F:      include/linux/clk/
2676
2677 COMMON INTERNET FILE SYSTEM (CIFS)
2678 M:      Steve French <sfrench@samba.org>
2679 L:      linux-cifs@vger.kernel.org
2680 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2681 W:      http://linux-cifs.samba.org/
2682 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2683 S:      Supported
2684 F:      Documentation/filesystems/cifs/
2685 F:      fs/cifs/
2686
2687 COMPACTPCI HOTPLUG CORE
2688 M:      Scott Murray <scott@spiteful.org>
2689 L:      linux-pci@vger.kernel.org
2690 S:      Maintained
2691 F:      drivers/pci/hotplug/cpci_hotplug*
2692
2693 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2694 M:      Scott Murray <scott@spiteful.org>
2695 L:      linux-pci@vger.kernel.org
2696 S:      Maintained
2697 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2698
2699 COMPACTPCI HOTPLUG GENERIC DRIVER
2700 M:      Scott Murray <scott@spiteful.org>
2701 L:      linux-pci@vger.kernel.org
2702 S:      Maintained
2703 F:      drivers/pci/hotplug/cpcihp_generic.c
2704
2705 COMPAL LAPTOP SUPPORT
2706 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2707 L:      platform-driver-x86@vger.kernel.org
2708 S:      Maintained
2709 F:      drivers/platform/x86/compal-laptop.c
2710
2711 CONEXANT ACCESSRUNNER USB DRIVER
2712 M:      Simon Arlott <cxacru@fire.lp0.eu>
2713 L:      accessrunner-general@lists.sourceforge.net
2714 W:      http://accessrunner.sourceforge.net/
2715 S:      Maintained
2716 F:      drivers/usb/atm/cxacru.c
2717
2718 CONFIGFS
2719 M:      Joel Becker <jlbec@evilplan.org>
2720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2721 S:      Supported
2722 F:      fs/configfs/
2723 F:      include/linux/configfs.h
2724
2725 CONNECTOR
2726 M:      Evgeniy Polyakov <zbr@ioremap.net>
2727 L:      netdev@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/connector/
2730
2731 CONTROL GROUP (CGROUP)
2732 M:      Tejun Heo <tj@kernel.org>
2733 M:      Li Zefan <lizefan@huawei.com>
2734 L:      cgroups@vger.kernel.org
2735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2736 S:      Maintained
2737 F:      Documentation/cgroups/
2738 F:      include/linux/cgroup*
2739 F:      kernel/cgroup*
2740
2741 CONTROL GROUP - CPUSET
2742 M:      Li Zefan <lizefan@huawei.com>
2743 L:      cgroups@vger.kernel.org
2744 W:      http://www.bullopensource.org/cpuset/
2745 W:      http://oss.sgi.com/projects/cpusets/
2746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2747 S:      Maintained
2748 F:      Documentation/cgroups/cpusets.txt
2749 F:      include/linux/cpuset.h
2750 F:      kernel/cpuset.c
2751
2752 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2753 M:      Johannes Weiner <hannes@cmpxchg.org>
2754 M:      Michal Hocko <mhocko@suse.cz>
2755 L:      cgroups@vger.kernel.org
2756 L:      linux-mm@kvack.org
2757 S:      Maintained
2758 F:      mm/memcontrol.c
2759 F:      mm/swap_cgroup.c
2760
2761 CORETEMP HARDWARE MONITORING DRIVER
2762 M:      Fenghua Yu <fenghua.yu@intel.com>
2763 L:      lm-sensors@lm-sensors.org
2764 S:      Maintained
2765 F:      Documentation/hwmon/coretemp
2766 F:      drivers/hwmon/coretemp.c
2767
2768 COSA/SRP SYNC SERIAL DRIVER
2769 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2770 W:      http://www.fi.muni.cz/~kas/cosa/
2771 S:      Maintained
2772 F:      drivers/net/wan/cosa*
2773
2774 CPMAC ETHERNET DRIVER
2775 M:      Florian Fainelli <florian@openwrt.org>
2776 L:      netdev@vger.kernel.org
2777 S:      Maintained
2778 F:      drivers/net/ethernet/ti/cpmac.c
2779
2780 CPU FREQUENCY DRIVERS
2781 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2782 M:      Viresh Kumar <viresh.kumar@linaro.org>
2783 L:      linux-pm@vger.kernel.org
2784 S:      Maintained
2785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2786 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2787 F:      drivers/cpufreq/
2788 F:      include/linux/cpufreq.h
2789
2790 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2791 M:      Viresh Kumar <viresh.kumar@linaro.org>
2792 M:      Sudeep Holla <sudeep.holla@arm.com>
2793 L:      linux-pm@vger.kernel.org
2794 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2795 S:      Maintained
2796 F:      drivers/cpufreq/arm_big_little.h
2797 F:      drivers/cpufreq/arm_big_little.c
2798 F:      drivers/cpufreq/arm_big_little_dt.c
2799
2800 CPUIDLE DRIVER - ARM BIG LITTLE
2801 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2802 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2803 L:      linux-pm@vger.kernel.org
2804 L:      linux-arm-kernel@lists.infradead.org
2805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2806 S:      Maintained
2807 F:      drivers/cpuidle/cpuidle-big_little.c
2808
2809 CPUIDLE DRIVER - ARM EXYNOS
2810 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2811 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2812 M:      Kukjin Kim <kgene@kernel.org>
2813 L:      linux-pm@vger.kernel.org
2814 L:      linux-samsung-soc@vger.kernel.org
2815 S:      Supported
2816 F:      drivers/cpuidle/cpuidle-exynos.c
2817 F:      arch/arm/mach-exynos/pm.c
2818
2819 CPUIDLE DRIVERS
2820 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2821 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2822 L:      linux-pm@vger.kernel.org
2823 S:      Maintained
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2825 F:      drivers/cpuidle/*
2826 F:      include/linux/cpuidle.h
2827
2828 CPUID/MSR DRIVER
2829 M:      "H. Peter Anvin" <hpa@zytor.com>
2830 S:      Maintained
2831 F:      arch/x86/kernel/cpuid.c
2832 F:      arch/x86/kernel/msr.c
2833
2834 CPU POWER MONITORING SUBSYSTEM
2835 M:      Thomas Renninger <trenn@suse.de>
2836 L:      linux-pm@vger.kernel.org
2837 S:      Maintained
2838 F:      tools/power/cpupower/
2839
2840 CRAMFS FILESYSTEM
2841 W:      http://sourceforge.net/projects/cramfs/
2842 S:      Orphan / Obsolete
2843 F:      Documentation/filesystems/cramfs.txt
2844 F:      fs/cramfs/
2845
2846 CRIS PORT
2847 M:      Mikael Starvik <starvik@axis.com>
2848 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2849 L:      linux-cris-kernel@axis.com
2850 W:      http://developer.axis.com
2851 S:      Maintained
2852 F:      arch/cris/
2853 F:      drivers/tty/serial/crisv10.*
2854
2855 CRYPTO API
2856 M:      Herbert Xu <herbert@gondor.apana.org.au>
2857 M:      "David S. Miller" <davem@davemloft.net>
2858 L:      linux-crypto@vger.kernel.org
2859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2860 S:      Maintained
2861 F:      Documentation/crypto/
2862 F:      Documentation/DocBook/crypto-API.tmpl
2863 F:      arch/*/crypto/
2864 F:      crypto/
2865 F:      drivers/crypto/
2866 F:      include/crypto/
2867
2868 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2869 M:      Neil Horman <nhorman@tuxdriver.com>
2870 L:      linux-crypto@vger.kernel.org
2871 S:      Maintained
2872 F:      crypto/ansi_cprng.c
2873 F:      crypto/rng.c
2874
2875 CS5535 Audio ALSA driver
2876 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2877 S:      Maintained
2878 F:      sound/pci/cs5535audio/
2879
2880 CW1200 WLAN driver
2881 M:      Solomon Peachy <pizza@shaftnet.org>
2882 S:      Maintained
2883 F:      drivers/net/wireless/cw1200/
2884
2885 CX18 VIDEO4LINUX DRIVER
2886 M:      Andy Walls <awalls@md.metrocast.net>
2887 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2888 L:      linux-media@vger.kernel.org
2889 T:      git git://linuxtv.org/media_tree.git
2890 W:      http://linuxtv.org
2891 W:      http://www.ivtvdriver.org/index.php/Cx18
2892 S:      Maintained
2893 F:      Documentation/video4linux/cx18.txt
2894 F:      drivers/media/pci/cx18/
2895 F:      include/uapi/linux/ivtv*
2896
2897 CX2341X MPEG ENCODER HELPER MODULE
2898 M:      Hans Verkuil <hverkuil@xs4all.nl>
2899 L:      linux-media@vger.kernel.org
2900 T:      git git://linuxtv.org/media_tree.git
2901 W:      http://linuxtv.org
2902 S:      Maintained
2903 F:      drivers/media/common/cx2341x*
2904 F:      include/media/cx2341x*
2905
2906 CX88 VIDEO4LINUX DRIVER
2907 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2908 L:      linux-media@vger.kernel.org
2909 W:      http://linuxtv.org
2910 T:      git git://linuxtv.org/media_tree.git
2911 S:      Odd fixes
2912 F:      Documentation/video4linux/cx88/
2913 F:      drivers/media/pci/cx88/
2914
2915 CXD2820R MEDIA DRIVER
2916 M:      Antti Palosaari <crope@iki.fi>
2917 L:      linux-media@vger.kernel.org
2918 W:      http://linuxtv.org/
2919 W:      http://palosaari.fi/linux/
2920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2921 T:      git git://linuxtv.org/anttip/media_tree.git
2922 S:      Maintained
2923 F:      drivers/media/dvb-frontends/cxd2820r*
2924
2925 CXGB3 ETHERNET DRIVER (CXGB3)
2926 M:      Santosh Raspatur <santosh@chelsio.com>
2927 L:      netdev@vger.kernel.org
2928 W:      http://www.chelsio.com
2929 S:      Supported
2930 F:      drivers/net/ethernet/chelsio/cxgb3/
2931
2932 CXGB3 ISCSI DRIVER (CXGB3I)
2933 M:      Karen Xie <kxie@chelsio.com>
2934 L:      linux-scsi@vger.kernel.org
2935 W:      http://www.chelsio.com
2936 S:      Supported
2937 F:      drivers/scsi/cxgbi/cxgb3i
2938
2939 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2940 M:      Steve Wise <swise@chelsio.com>
2941 L:      linux-rdma@vger.kernel.org
2942 W:      http://www.openfabrics.org
2943 S:      Supported
2944 F:      drivers/infiniband/hw/cxgb3/
2945
2946 CXGB4 ETHERNET DRIVER (CXGB4)
2947 M:      Hariprasad S <hariprasad@chelsio.com>
2948 L:      netdev@vger.kernel.org
2949 W:      http://www.chelsio.com
2950 S:      Supported
2951 F:      drivers/net/ethernet/chelsio/cxgb4/
2952
2953 CXGB4 ISCSI DRIVER (CXGB4I)
2954 M:      Karen Xie <kxie@chelsio.com>
2955 L:      linux-scsi@vger.kernel.org
2956 W:      http://www.chelsio.com
2957 S:      Supported
2958 F:      drivers/scsi/cxgbi/cxgb4i
2959
2960 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2961 M:      Steve Wise <swise@chelsio.com>
2962 L:      linux-rdma@vger.kernel.org
2963 W:      http://www.openfabrics.org
2964 S:      Supported
2965 F:      drivers/infiniband/hw/cxgb4/
2966
2967 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2968 M:      Casey Leedom <leedom@chelsio.com>
2969 L:      netdev@vger.kernel.org
2970 W:      http://www.chelsio.com
2971 S:      Supported
2972 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2973
2974 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2975 M:      Ian Munsie <imunsie@au1.ibm.com>
2976 M:      Michael Neuling <mikey@neuling.org>
2977 L:      linuxppc-dev@lists.ozlabs.org
2978 S:      Supported
2979 F:      drivers/misc/cxl/
2980 F:      include/misc/cxl.h
2981 F:      include/uapi/misc/cxl.h
2982 F:      Documentation/powerpc/cxl.txt
2983 F:      Documentation/powerpc/cxl.txt
2984 F:      Documentation/ABI/testing/sysfs-class-cxl
2985
2986 STMMAC ETHERNET DRIVER
2987 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2988 L:      netdev@vger.kernel.org
2989 W:      http://www.stlinux.com
2990 S:      Supported
2991 F:      drivers/net/ethernet/stmicro/stmmac/
2992
2993 CYBERPRO FB DRIVER
2994 M:      Russell King <linux@arm.linux.org.uk>
2995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2996 W:      http://www.arm.linux.org.uk/
2997 S:      Maintained
2998 F:      drivers/video/fbdev/cyber2000fb.*
2999
3000 CYCLADES ASYNC MUX DRIVER
3001 W:      http://www.cyclades.com/
3002 S:      Orphan
3003 F:      drivers/tty/cyclades.c
3004 F:      include/linux/cyclades.h
3005 F:      include/uapi/linux/cyclades.h
3006
3007 CYCLADES PC300 DRIVER
3008 W:      http://www.cyclades.com/
3009 S:      Orphan
3010 F:      drivers/net/wan/pc300*
3011
3012 CYPRESS_FIRMWARE MEDIA DRIVER
3013 M:      Antti Palosaari <crope@iki.fi>
3014 L:      linux-media@vger.kernel.org
3015 W:      http://linuxtv.org/
3016 W:      http://palosaari.fi/linux/
3017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3018 T:      git git://linuxtv.org/anttip/media_tree.git
3019 S:      Maintained
3020 F:      drivers/media/common/cypress_firmware*
3021
3022 CYTTSP TOUCHSCREEN DRIVER
3023 M:      Ferruh Yigit <fery@cypress.com>
3024 L:      linux-input@vger.kernel.org
3025 S:      Supported
3026 F:      drivers/input/touchscreen/cyttsp*
3027 F:      include/linux/input/cyttsp.h
3028
3029 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3030 M:      Joshua Kinard <kumba@gentoo.org>
3031 S:      Maintained
3032 F:      drivers/rtc/rtc-ds1685.c
3033 F:      include/linux/rtc/ds1685.h
3034
3035 DAMA SLAVE for AX.25
3036 M:      Joerg Reuter <jreuter@yaina.de>
3037 W:      http://yaina.de/jreuter/
3038 W:      http://www.qsl.net/dl1bke/
3039 L:      linux-hams@vger.kernel.org
3040 S:      Maintained
3041 F:      net/ax25/af_ax25.c
3042 F:      net/ax25/ax25_dev.c
3043 F:      net/ax25/ax25_ds_*
3044 F:      net/ax25/ax25_in.c
3045 F:      net/ax25/ax25_out.c
3046 F:      net/ax25/ax25_timer.c
3047 F:      net/ax25/sysctl_net_ax25.c
3048
3049 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3050 L:      netdev@vger.kernel.org
3051 S:      Orphan
3052 F:      Documentation/networking/dmfe.txt
3053 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3054
3055 DC390/AM53C974 SCSI driver
3056 M:      Hannes Reinecke <hare@suse.de>
3057 L:      linux-scsi@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/scsi/am53c974.c
3060
3061 DC395x SCSI driver
3062 M:      Oliver Neukum <oliver@neukum.org>
3063 M:      Ali Akcaagac <aliakc@web.de>
3064 M:      Jamie Lenehan <lenehan@twibble.org>
3065 L:      dc395x@twibble.org
3066 W:      http://twibble.org/dist/dc395x/
3067 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3068 S:      Maintained
3069 F:      Documentation/scsi/dc395x.txt
3070 F:      drivers/scsi/dc395x.*
3071
3072 DCCP PROTOCOL
3073 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3074 L:      dccp@vger.kernel.org
3075 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3076 S:      Maintained
3077 F:      include/linux/dccp.h
3078 F:      include/uapi/linux/dccp.h
3079 F:      include/linux/tfrc.h
3080 F:      net/dccp/
3081
3082 DECnet NETWORK LAYER
3083 W:      http://linux-decnet.sourceforge.net
3084 L:      linux-decnet-user@lists.sourceforge.net
3085 S:      Orphan
3086 F:      Documentation/networking/decnet.txt
3087 F:      net/decnet/
3088
3089 DECSTATION PLATFORM SUPPORT
3090 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3091 L:      linux-mips@linux-mips.org
3092 W:      http://www.linux-mips.org/wiki/DECstation
3093 S:      Maintained
3094 F:      arch/mips/dec/
3095 F:      arch/mips/include/asm/dec/
3096 F:      arch/mips/include/asm/mach-dec/
3097
3098 DEFXX FDDI NETWORK DRIVER
3099 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3100 S:      Maintained
3101 F:      drivers/net/fddi/defxx.*
3102
3103 DELL LAPTOP DRIVER
3104 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3105 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3106 L:      platform-driver-x86@vger.kernel.org
3107 S:      Maintained
3108 F:      drivers/platform/x86/dell-laptop.c
3109
3110 DELL LAPTOP FREEFALL DRIVER
3111 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3112 S:      Maintained
3113 F:      drivers/platform/x86/dell-smo8800.c
3114
3115 DELL LAPTOP SMM DRIVER
3116 M:      Guenter Roeck <linux@roeck-us.net>
3117 S:      Maintained
3118 F:      drivers/char/i8k.c
3119 F:      include/uapi/linux/i8k.h
3120
3121 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3122 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3123 S:      Maintained
3124 F:      Documentation/dcdbas.txt
3125 F:      drivers/firmware/dcdbas.*
3126
3127 DELL WMI EXTRAS DRIVER
3128 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3129 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3130 S:      Maintained
3131 F:      drivers/platform/x86/dell-wmi.c
3132
3133 DESIGNWARE USB2 DRD IP DRIVER
3134 M:      John Youn <johnyoun@synopsys.com>
3135 L:      linux-usb@vger.kernel.org
3136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3137 S:      Maintained
3138 F:      drivers/usb/dwc2/
3139
3140 DESIGNWARE USB3 DRD IP DRIVER
3141 M:      Felipe Balbi <balbi@ti.com>
3142 L:      linux-usb@vger.kernel.org
3143 L:      linux-omap@vger.kernel.org
3144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3145 S:      Maintained
3146 F:      drivers/usb/dwc3/
3147
3148 DEVICE COREDUMP (DEV_COREDUMP)
3149 M:      Johannes Berg <johannes@sipsolutions.net>
3150 L:      linux-kernel@vger.kernel.org
3151 S:      Maintained
3152 F:      drivers/base/devcoredump.c
3153 F:      include/linux/devcoredump.h
3154
3155 DEVICE FREQUENCY (DEVFREQ)
3156 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3157 M:      Kyungmin Park <kyungmin.park@samsung.com>
3158 L:      linux-pm@vger.kernel.org
3159 S:      Maintained
3160 F:      drivers/devfreq/
3161
3162 DEVICE NUMBER REGISTRY
3163 M:      Torben Mathiasen <device@lanana.org>
3164 W:      http://lanana.org/docs/device-list/index.html
3165 S:      Maintained
3166
3167 DEVICE-MAPPER  (LVM)
3168 M:      Alasdair Kergon <agk@redhat.com>
3169 M:      Mike Snitzer <snitzer@redhat.com>
3170 M:      dm-devel@redhat.com
3171 L:      dm-devel@redhat.com
3172 W:      http://sources.redhat.com/dm
3173 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3175 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3176 S:      Maintained
3177 F:      Documentation/device-mapper/
3178 F:      drivers/md/dm*
3179 F:      drivers/md/persistent-data/
3180 F:      include/linux/device-mapper.h
3181 F:      include/linux/dm-*.h
3182 F:      include/uapi/linux/dm-*.h
3183
3184 DIALOG SEMICONDUCTOR DRIVERS
3185 M:      Support Opensource <support.opensource@diasemi.com>
3186 W:      http://www.dialog-semiconductor.com/products
3187 S:      Supported
3188 F:      Documentation/hwmon/da90??
3189 F:      drivers/gpio/gpio-da90??.c
3190 F:      drivers/hwmon/da90??-hwmon.c
3191 F:      drivers/iio/adc/da91??-*.c
3192 F:      drivers/input/misc/da90??_onkey.c
3193 F:      drivers/input/touchscreen/da9052_tsi.c
3194 F:      drivers/leds/leds-da90??.c
3195 F:      drivers/mfd/da903x.c
3196 F:      drivers/mfd/da90??-*.c
3197 F:      drivers/mfd/da91??-*.c
3198 F:      drivers/power/da9052-battery.c
3199 F:      drivers/power/da91??-*.c
3200 F:      drivers/regulator/da903x.c
3201 F:      drivers/regulator/da9???-regulator.[ch]
3202 F:      drivers/rtc/rtc-da90??.c
3203 F:      drivers/video/backlight/da90??_bl.c
3204 F:      drivers/watchdog/da90??_wdt.c
3205 F:      include/linux/mfd/da903x.h
3206 F:      include/linux/mfd/da9052/
3207 F:      include/linux/mfd/da9055/
3208 F:      include/linux/mfd/da9063/
3209 F:      include/linux/mfd/da9150/
3210 F:      include/sound/da[79]*.h
3211 F:      sound/soc/codecs/da[79]*.[ch]
3212
3213 DIGI NEO AND CLASSIC PCI PRODUCTS
3214 M:      Lidza Louina <lidza.louina@gmail.com>
3215 M:      Mark Hounschell <markh@compro.net>
3216 L:      driverdev-devel@linuxdriverproject.org
3217 S:      Maintained
3218 F:      drivers/staging/dgnc/
3219
3220 DIGI EPCA PCI PRODUCTS
3221 M:      Lidza Louina <lidza.louina@gmail.com>
3222 M:      Mark Hounschell <markh@compro.net>
3223 M:      Daeseok Youn <daeseok.youn@gmail.com>
3224 L:      driverdev-devel@linuxdriverproject.org
3225 S:      Maintained
3226 F:      drivers/staging/dgap/
3227
3228 DIOLAN U2C-12 I2C DRIVER
3229 M:      Guenter Roeck <linux@roeck-us.net>
3230 L:      linux-i2c@vger.kernel.org
3231 S:      Maintained
3232 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3233
3234 DIRECT ACCESS (DAX)
3235 M:      Matthew Wilcox <willy@linux.intel.com>
3236 L:      linux-fsdevel@vger.kernel.org
3237 S:      Supported
3238 F:      fs/dax.c
3239
3240 DIRECTORY NOTIFICATION (DNOTIFY)
3241 M:      Eric Paris <eparis@parisplace.org>
3242 S:      Maintained
3243 F:      Documentation/filesystems/dnotify.txt
3244 F:      fs/notify/dnotify/
3245 F:      include/linux/dnotify.h
3246
3247 DISK GEOMETRY AND PARTITION HANDLING
3248 M:      Andries Brouwer <aeb@cwi.nl>
3249 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3250 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3251 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3252 S:      Maintained
3253
3254 DISKQUOTA
3255 M:      Jan Kara <jack@suse.cz>
3256 S:      Maintained
3257 F:      Documentation/filesystems/quota.txt
3258 F:      fs/quota/
3259 F:      include/linux/quota*.h
3260 F:      include/uapi/linux/quota*.h
3261
3262 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3263 M:      Bernie Thompson <bernie@plugable.com>
3264 L:      linux-fbdev@vger.kernel.org
3265 S:      Maintained
3266 W:      http://plugable.com/category/projects/udlfb/
3267 F:      drivers/video/fbdev/udlfb.c
3268 F:      include/video/udlfb.h
3269 F:      Documentation/fb/udlfb.txt
3270
3271 DISTRIBUTED LOCK MANAGER (DLM)
3272 M:      Christine Caulfield <ccaulfie@redhat.com>
3273 M:      David Teigland <teigland@redhat.com>
3274 L:      cluster-devel@redhat.com
3275 W:      http://sources.redhat.com/cluster/
3276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3277 S:      Supported
3278 F:      fs/dlm/
3279
3280 DMA BUFFER SHARING FRAMEWORK
3281 M:      Sumit Semwal <sumit.semwal@linaro.org>
3282 S:      Maintained
3283 L:      linux-media@vger.kernel.org
3284 L:      dri-devel@lists.freedesktop.org
3285 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3286 F:      drivers/dma-buf/
3287 F:      include/linux/dma-buf*
3288 F:      include/linux/reservation.h
3289 F:      include/linux/*fence.h
3290 F:      Documentation/dma-buf-sharing.txt
3291 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3292
3293 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3294 M:      Vinod Koul <vinod.koul@intel.com>
3295 L:      dmaengine@vger.kernel.org
3296 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3297 S:      Maintained
3298 F:      drivers/dma/
3299 F:      include/linux/dmaengine.h
3300 F:      Documentation/dmaengine/
3301 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3302
3303 DME1737 HARDWARE MONITOR DRIVER
3304 M:      Juerg Haefliger <juergh@gmail.com>
3305 L:      lm-sensors@lm-sensors.org
3306 S:      Maintained
3307 F:      Documentation/hwmon/dme1737
3308 F:      drivers/hwmon/dme1737.c
3309
3310 DMI/SMBIOS SUPPORT
3311 M:      Jean Delvare <jdelvare@suse.de>
3312 S:      Maintained
3313 F:      drivers/firmware/dmi-id.c
3314 F:      drivers/firmware/dmi_scan.c
3315 F:      include/linux/dmi.h
3316
3317 DOCUMENTATION
3318 M:      Jonathan Corbet <corbet@lwn.net>
3319 L:      linux-doc@vger.kernel.org
3320 S:      Maintained
3321 F:      Documentation/
3322 X:      Documentation/ABI/
3323 X:      Documentation/devicetree/
3324 X:      Documentation/acpi
3325 X:      Documentation/power
3326 X:      Documentation/spi
3327 T:      git git://git.lwn.net/linux-2.6.git docs-next
3328
3329 DOUBLETALK DRIVER
3330 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3331 L:      blinux-list@redhat.com
3332 S:      Maintained
3333 F:      drivers/char/dtlk.c
3334 F:      include/linux/dtlk.h
3335
3336 DPT_I2O SCSI RAID DRIVER
3337 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3338 L:      linux-scsi@vger.kernel.org
3339 W:      http://www.adaptec.com/
3340 S:      Maintained
3341 F:      drivers/scsi/dpt*
3342 F:      drivers/scsi/dpt/
3343
3344 DRBD DRIVER
3345 P:      Philipp Reisner
3346 P:      Lars Ellenberg
3347 M:      drbd-dev@lists.linbit.com
3348 L:      drbd-user@lists.linbit.com
3349 W:      http://www.drbd.org
3350 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3351 T:      git git://git.drbd.org/drbd-8.3.git
3352 S:      Supported
3353 F:      drivers/block/drbd/
3354 F:      lib/lru_cache.c
3355 F:      Documentation/blockdev/drbd/
3356
3357 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3358 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3360 S:      Supported
3361 F:      Documentation/kobject.txt
3362 F:      drivers/base/
3363 F:      fs/sysfs/
3364 F:      fs/debugfs/
3365 F:      include/linux/kobj*
3366 F:      include/linux/debugfs.h
3367 F:      lib/kobj*
3368
3369 DRM DRIVERS
3370 M:      David Airlie <airlied@linux.ie>
3371 L:      dri-devel@lists.freedesktop.org
3372 T:      git git://people.freedesktop.org/~airlied/linux
3373 S:      Maintained
3374 F:      drivers/gpu/drm/
3375 F:      drivers/gpu/vga/
3376 F:      include/drm/
3377 F:      include/uapi/drm/
3378
3379 RADEON DRM DRIVERS
3380 M:      Alex Deucher <alexander.deucher@amd.com>
3381 M:      Christian König <christian.koenig@amd.com>
3382 L:      dri-devel@lists.freedesktop.org
3383 T:      git git://people.freedesktop.org/~agd5f/linux
3384 S:      Supported
3385 F:      drivers/gpu/drm/radeon/
3386 F:      include/uapi/drm/radeon*
3387
3388 DRM PANEL DRIVERS
3389 M:      Thierry Reding <thierry.reding@gmail.com>
3390 L:      dri-devel@lists.freedesktop.org
3391 T:      git git://anongit.freedesktop.org/tegra/linux.git
3392 S:      Maintained
3393 F:      drivers/gpu/drm/drm_panel.c
3394 F:      drivers/gpu/drm/panel/
3395 F:      include/drm/drm_panel.h
3396 F:      Documentation/devicetree/bindings/panel/
3397
3398 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3399 M:      Daniel Vetter <daniel.vetter@intel.com>
3400 M:      Jani Nikula <jani.nikula@linux.intel.com>
3401 L:      intel-gfx@lists.freedesktop.org
3402 L:      dri-devel@lists.freedesktop.org
3403 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3404 T:      git git://anongit.freedesktop.org/drm-intel
3405 S:      Supported
3406 F:      drivers/gpu/drm/i915/
3407 F:      include/drm/i915*
3408 F:      include/uapi/drm/i915*
3409
3410 DRM DRIVERS FOR EXYNOS
3411 M:      Inki Dae <inki.dae@samsung.com>
3412 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3413 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3414 M:      Kyungmin Park <kyungmin.park@samsung.com>
3415 L:      dri-devel@lists.freedesktop.org
3416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3417 S:      Supported
3418 F:      drivers/gpu/drm/exynos/
3419 F:      include/drm/exynos*
3420 F:      include/uapi/drm/exynos*
3421
3422 DRM DRIVERS FOR FREESCALE IMX
3423 M:      Philipp Zabel <p.zabel@pengutronix.de>
3424 L:      dri-devel@lists.freedesktop.org
3425 S:      Maintained
3426 F:      drivers/gpu/drm/imx/
3427 F:      Documentation/devicetree/bindings/drm/imx/
3428
3429 DRM DRIVERS FOR NVIDIA TEGRA
3430 M:      Thierry Reding <thierry.reding@gmail.com>
3431 M:      Terje Bergström <tbergstrom@nvidia.com>
3432 L:      dri-devel@lists.freedesktop.org
3433 L:      linux-tegra@vger.kernel.org
3434 T:      git git://anongit.freedesktop.org/tegra/linux.git
3435 S:      Supported
3436 F:      drivers/gpu/drm/tegra/
3437 F:      drivers/gpu/host1x/
3438 F:      include/linux/host1x.h
3439 F:      include/uapi/drm/tegra_drm.h
3440 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3441
3442 DRM DRIVERS FOR RENESAS
3443 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3444 L:      dri-devel@lists.freedesktop.org
3445 L:      linux-sh@vger.kernel.org
3446 T:      git git://people.freedesktop.org/~airlied/linux
3447 S:      Supported
3448 F:      drivers/gpu/drm/rcar-du/
3449 F:      drivers/gpu/drm/shmobile/
3450 F:      include/linux/platform_data/shmob_drm.h
3451
3452 DRM DRIVERS FOR ROCKCHIP
3453 M:      Mark Yao <mark.yao@rock-chips.com>
3454 L:      dri-devel@lists.freedesktop.org
3455 S:      Maintained
3456 F:      drivers/gpu/drm/rockchip/
3457 F:      Documentation/devicetree/bindings/video/rockchip*
3458
3459 DSBR100 USB FM RADIO DRIVER
3460 M:      Alexey Klimov <klimov.linux@gmail.com>
3461 L:      linux-media@vger.kernel.org
3462 T:      git git://linuxtv.org/media_tree.git
3463 S:      Maintained
3464 F:      drivers/media/radio/dsbr100.c
3465
3466 DSCC4 DRIVER
3467 M:      Francois Romieu <romieu@fr.zoreil.com>
3468 L:      netdev@vger.kernel.org
3469 S:      Maintained
3470 F:      drivers/net/wan/dscc4.c
3471
3472 DVB_USB_AF9015 MEDIA DRIVER
3473 M:      Antti Palosaari <crope@iki.fi>
3474 L:      linux-media@vger.kernel.org
3475 W:      http://linuxtv.org/
3476 W:      http://palosaari.fi/linux/
3477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3478 T:      git git://linuxtv.org/anttip/media_tree.git
3479 S:      Maintained
3480 F:      drivers/media/usb/dvb-usb-v2/af9015*
3481
3482 DVB_USB_AF9035 MEDIA DRIVER
3483 M:      Antti Palosaari <crope@iki.fi>
3484 L:      linux-media@vger.kernel.org
3485 W:      http://linuxtv.org/
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/usb/dvb-usb-v2/af9035*
3491
3492 DVB_USB_ANYSEE MEDIA DRIVER
3493 M:      Antti Palosaari <crope@iki.fi>
3494 L:      linux-media@vger.kernel.org
3495 W:      http://linuxtv.org/
3496 W:      http://palosaari.fi/linux/
3497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3498 T:      git git://linuxtv.org/anttip/media_tree.git
3499 S:      Maintained
3500 F:      drivers/media/usb/dvb-usb-v2/anysee*
3501
3502 DVB_USB_AU6610 MEDIA DRIVER
3503 M:      Antti Palosaari <crope@iki.fi>
3504 L:      linux-media@vger.kernel.org
3505 W:      http://linuxtv.org/
3506 W:      http://palosaari.fi/linux/
3507 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3508 T:      git git://linuxtv.org/anttip/media_tree.git
3509 S:      Maintained
3510 F:      drivers/media/usb/dvb-usb-v2/au6610*
3511
3512 DVB_USB_CE6230 MEDIA DRIVER
3513 M:      Antti Palosaari <crope@iki.fi>
3514 L:      linux-media@vger.kernel.org
3515 W:      http://linuxtv.org/
3516 W:      http://palosaari.fi/linux/
3517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3518 T:      git git://linuxtv.org/anttip/media_tree.git
3519 S:      Maintained
3520 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3521
3522 DVB_USB_CXUSB MEDIA DRIVER
3523 M:      Michael Krufky <mkrufky@linuxtv.org>
3524 L:      linux-media@vger.kernel.org
3525 W:      http://linuxtv.org/
3526 W:      http://github.com/mkrufky
3527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3528 T:      git git://linuxtv.org/media_tree.git
3529 S:      Maintained
3530 F:      drivers/media/usb/dvb-usb/cxusb*
3531
3532 DVB_USB_EC168 MEDIA DRIVER
3533 M:      Antti Palosaari <crope@iki.fi>
3534 L:      linux-media@vger.kernel.org
3535 W:      http://linuxtv.org/
3536 W:      http://palosaari.fi/linux/
3537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3538 T:      git git://linuxtv.org/anttip/media_tree.git
3539 S:      Maintained
3540 F:      drivers/media/usb/dvb-usb-v2/ec168*
3541
3542 DVB_USB_GL861 MEDIA DRIVER
3543 M:      Antti Palosaari <crope@iki.fi>
3544 L:      linux-media@vger.kernel.org
3545 W:      http://linuxtv.org/
3546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3547 T:      git git://linuxtv.org/anttip/media_tree.git
3548 S:      Maintained
3549 F:      drivers/media/usb/dvb-usb-v2/gl861*
3550
3551 DVB_USB_MXL111SF MEDIA DRIVER
3552 M:      Michael Krufky <mkrufky@linuxtv.org>
3553 L:      linux-media@vger.kernel.org
3554 W:      http://linuxtv.org/
3555 W:      http://github.com/mkrufky
3556 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3557 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3558 S:      Maintained
3559 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3560
3561 DVB_USB_RTL28XXU MEDIA DRIVER
3562 M:      Antti Palosaari <crope@iki.fi>
3563 L:      linux-media@vger.kernel.org
3564 W:      http://linuxtv.org/
3565 W:      http://palosaari.fi/linux/
3566 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3567 T:      git git://linuxtv.org/anttip/media_tree.git
3568 S:      Maintained
3569 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3570
3571 DVB_USB_V2 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/usb/dvb-usb-v2/dvb_usb*
3580 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3581
3582 DYNAMIC DEBUG
3583 M:      Jason Baron <jbaron@akamai.com>
3584 S:      Maintained
3585 F:      lib/dynamic_debug.c
3586 F:      include/linux/dynamic_debug.h
3587
3588 DZ DECSTATION DZ11 SERIAL DRIVER
3589 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3590 S:      Maintained
3591 F:      drivers/tty/serial/dz.*
3592
3593 E3X0 POWER BUTTON DRIVER
3594 M:      Moritz Fischer <moritz.fischer@ettus.com>
3595 L:      usrp-users@lists.ettus.com
3596 W:      http://www.ettus.com
3597 S:      Supported
3598 F:      drivers/input/misc/e3x0-button.c
3599 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3600
3601 E4000 MEDIA DRIVER
3602 M:      Antti Palosaari <crope@iki.fi>
3603 L:      linux-media@vger.kernel.org
3604 W:      http://linuxtv.org/
3605 W:      http://palosaari.fi/linux/
3606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3607 T:      git git://linuxtv.org/anttip/media_tree.git
3608 S:      Maintained
3609 F:      drivers/media/tuners/e4000*
3610
3611 EATA ISA/EISA/PCI SCSI DRIVER
3612 M:      Dario Ballabio <ballabio_dario@emc.com>
3613 L:      linux-scsi@vger.kernel.org
3614 S:      Maintained
3615 F:      drivers/scsi/eata.c
3616
3617 EC100 MEDIA DRIVER
3618 M:      Antti Palosaari <crope@iki.fi>
3619 L:      linux-media@vger.kernel.org
3620 W:      http://linuxtv.org/
3621 W:      http://palosaari.fi/linux/
3622 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3623 T:      git git://linuxtv.org/anttip/media_tree.git
3624 S:      Maintained
3625 F:      drivers/media/dvb-frontends/ec100*
3626
3627 ECRYPT FILE SYSTEM
3628 M:      Tyler Hicks <tyhicks@canonical.com>
3629 L:      ecryptfs@vger.kernel.org
3630 W:      http://ecryptfs.org
3631 W:      https://launchpad.net/ecryptfs
3632 S:      Supported
3633 F:      Documentation/filesystems/ecryptfs.txt
3634 F:      fs/ecryptfs/
3635
3636 EDAC-CORE
3637 M:      Doug Thompson <dougthompson@xmission.com>
3638 M:      Borislav Petkov <bp@alien8.de>
3639 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3640 L:      linux-edac@vger.kernel.org
3641 W:      bluesmoke.sourceforge.net
3642 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3643 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3644 S:      Supported
3645 F:      Documentation/edac.txt
3646 F:      drivers/edac/
3647 F:      include/linux/edac.h
3648
3649 EDAC-AMD64
3650 M:      Doug Thompson <dougthompson@xmission.com>
3651 M:      Borislav Petkov <bp@alien8.de>
3652 L:      linux-edac@vger.kernel.org
3653 W:      bluesmoke.sourceforge.net
3654 S:      Maintained
3655 F:      drivers/edac/amd64_edac*
3656
3657 EDAC-CALXEDA
3658 M:      Doug Thompson <dougthompson@xmission.com>
3659 M:      Robert Richter <rric@kernel.org>
3660 L:      linux-edac@vger.kernel.org
3661 W:      bluesmoke.sourceforge.net
3662 S:      Maintained
3663 F:      drivers/edac/highbank*
3664
3665 EDAC-CAVIUM
3666 M:      Ralf Baechle <ralf@linux-mips.org>
3667 M:      David Daney <david.daney@cavium.com>
3668 L:      linux-edac@vger.kernel.org
3669 L:      linux-mips@linux-mips.org
3670 W:      bluesmoke.sourceforge.net
3671 S:      Supported
3672 F:      drivers/edac/octeon_edac*
3673
3674 EDAC-E752X
3675 M:      Mark Gross <mark.gross@intel.com>
3676 M:      Doug Thompson <dougthompson@xmission.com>
3677 L:      linux-edac@vger.kernel.org
3678 W:      bluesmoke.sourceforge.net
3679 S:      Maintained
3680 F:      drivers/edac/e752x_edac.c
3681
3682 EDAC-E7XXX
3683 M:      Doug Thompson <dougthompson@xmission.com>
3684 L:      linux-edac@vger.kernel.org
3685 W:      bluesmoke.sourceforge.net
3686 S:      Maintained
3687 F:      drivers/edac/e7xxx_edac.c
3688
3689 EDAC-GHES
3690 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3691 L:      linux-edac@vger.kernel.org
3692 W:      bluesmoke.sourceforge.net
3693 S:      Maintained
3694 F:      drivers/edac/ghes_edac.c
3695
3696 EDAC-I82443BXGX
3697 M:      Tim Small <tim@buttersideup.com>
3698 L:      linux-edac@vger.kernel.org
3699 W:      bluesmoke.sourceforge.net
3700 S:      Maintained
3701 F:      drivers/edac/i82443bxgx_edac.c
3702
3703 EDAC-I3000
3704 M:      Jason Uhlenkott <juhlenko@akamai.com>
3705 L:      linux-edac@vger.kernel.org
3706 W:      bluesmoke.sourceforge.net
3707 S:      Maintained
3708 F:      drivers/edac/i3000_edac.c
3709
3710 EDAC-I5000
3711 M:      Doug Thompson <dougthompson@xmission.com>
3712 L:      linux-edac@vger.kernel.org
3713 W:      bluesmoke.sourceforge.net
3714 S:      Maintained
3715 F:      drivers/edac/i5000_edac.c
3716
3717 EDAC-I5400
3718 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3719 L:      linux-edac@vger.kernel.org
3720 W:      bluesmoke.sourceforge.net
3721 S:      Maintained
3722 F:      drivers/edac/i5400_edac.c
3723
3724 EDAC-I7300
3725 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3726 L:      linux-edac@vger.kernel.org
3727 W:      bluesmoke.sourceforge.net
3728 S:      Maintained
3729 F:      drivers/edac/i7300_edac.c
3730
3731 EDAC-I7CORE
3732 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3733 L:      linux-edac@vger.kernel.org
3734 W:      bluesmoke.sourceforge.net
3735 S:      Maintained
3736 F:      drivers/edac/i7core_edac.c
3737
3738 EDAC-I82975X
3739 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3740 M:      "Arvind R." <arvino55@gmail.com>
3741 L:      linux-edac@vger.kernel.org
3742 W:      bluesmoke.sourceforge.net
3743 S:      Maintained
3744 F:      drivers/edac/i82975x_edac.c
3745
3746 EDAC-IE31200
3747 M:      Jason Baron <jbaron@akamai.com>
3748 L:      linux-edac@vger.kernel.org
3749 W:      bluesmoke.sourceforge.net
3750 S:      Maintained
3751 F:      drivers/edac/ie31200_edac.c
3752
3753 EDAC-MPC85XX
3754 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3755 L:      linux-edac@vger.kernel.org
3756 W:      bluesmoke.sourceforge.net
3757 S:      Maintained
3758 F:      drivers/edac/mpc85xx_edac.[ch]
3759
3760 EDAC-PASEMI
3761 M:      Egor Martovetsky <egor@pasemi.com>
3762 L:      linux-edac@vger.kernel.org
3763 W:      bluesmoke.sourceforge.net
3764 S:      Maintained
3765 F:      drivers/edac/pasemi_edac.c
3766
3767 EDAC-R82600
3768 M:      Tim Small <tim@buttersideup.com>
3769 L:      linux-edac@vger.kernel.org
3770 W:      bluesmoke.sourceforge.net
3771 S:      Maintained
3772 F:      drivers/edac/r82600_edac.c
3773
3774 EDAC-SBRIDGE
3775 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3776 L:      linux-edac@vger.kernel.org
3777 W:      bluesmoke.sourceforge.net
3778 S:      Maintained
3779 F:      drivers/edac/sb_edac.c
3780
3781 EDIROL UA-101/UA-1000 DRIVER
3782 M:      Clemens Ladisch <clemens@ladisch.de>
3783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3784 T:      git git://git.alsa-project.org/alsa-kernel.git
3785 S:      Maintained
3786 F:      sound/usb/misc/ua101.c
3787
3788 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3789 M:      Matt Fleming <matt.fleming@intel.com>
3790 L:      linux-efi@vger.kernel.org
3791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3792 S:      Maintained
3793 F:      Documentation/efi-stub.txt
3794 F:      arch/ia64/kernel/efi.c
3795 F:      arch/x86/boot/compressed/eboot.[ch]
3796 F:      arch/x86/include/asm/efi.h
3797 F:      arch/x86/platform/efi/*
3798 F:      drivers/firmware/efi/*
3799 F:      include/linux/efi*.h
3800
3801 EFI VARIABLE FILESYSTEM
3802 M:      Matthew Garrett <matthew.garrett@nebula.com>
3803 M:      Jeremy Kerr <jk@ozlabs.org>
3804 M:      Matt Fleming <matt.fleming@intel.com>
3805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3806 L:      linux-efi@vger.kernel.org
3807 S:      Maintained
3808 F:      fs/efivarfs/
3809
3810 EFIFB FRAMEBUFFER DRIVER
3811 L:      linux-fbdev@vger.kernel.org
3812 M:      Peter Jones <pjones@redhat.com>
3813 S:      Maintained
3814 F:      drivers/video/fbdev/efifb.c
3815
3816 EFS FILESYSTEM
3817 W:      http://aeschi.ch.eu.org/efs/
3818 S:      Orphan
3819 F:      fs/efs/
3820
3821 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3822 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3823 M:      Christoph Raisch <raisch@de.ibm.com>
3824 L:      linux-rdma@vger.kernel.org
3825 S:      Supported
3826 F:      drivers/infiniband/hw/ehca/
3827
3828 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3829 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3830 L:      netdev@vger.kernel.org
3831 S:      Maintained
3832 F:      drivers/net/ethernet/ibm/ehea/
3833
3834 EM28XX VIDEO4LINUX DRIVER
3835 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3836 L:      linux-media@vger.kernel.org
3837 W:      http://linuxtv.org
3838 T:      git git://linuxtv.org/media_tree.git
3839 S:      Maintained
3840 F:      drivers/media/usb/em28xx/
3841
3842 EMBEDDED LINUX
3843 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3844 M:      Matt Mackall <mpm@selenic.com>
3845 M:      David Woodhouse <dwmw2@infradead.org>
3846 L:      linux-embedded@vger.kernel.org
3847 S:      Maintained
3848
3849 EMULEX LPFC FC SCSI DRIVER
3850 M:      James Smart <james.smart@emulex.com>
3851 L:      linux-scsi@vger.kernel.org
3852 W:      http://sourceforge.net/projects/lpfcxxxx
3853 S:      Supported
3854 F:      drivers/scsi/lpfc/
3855
3856 ENE CB710 FLASH CARD READER DRIVER
3857 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3858 S:      Maintained
3859 F:      drivers/misc/cb710/
3860 F:      drivers/mmc/host/cb710-mmc.*
3861 F:      include/linux/cb710.h
3862
3863 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3864 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3865 S:      Maintained
3866 F:      drivers/media/rc/ene_ir.*
3867
3868 ENHANCED ERROR HANDLING (EEH)
3869 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3870 L:      linuxppc-dev@lists.ozlabs.org
3871 S:      Supported
3872 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3873 F:      arch/powerpc/kernel/eeh*.c
3874
3875 EPSON S1D13XXX FRAMEBUFFER DRIVER
3876 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3877 S:      Maintained
3878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3879 F:      drivers/video/fbdev/s1d13xxxfb.c
3880 F:      include/video/s1d13xxxfb.h
3881
3882 ET131X NETWORK DRIVER
3883 M:      Mark Einon <mark.einon@gmail.com>
3884 S:      Odd Fixes
3885 F:      drivers/net/ethernet/agere/
3886
3887 ETHERNET BRIDGE
3888 M:      Stephen Hemminger <stephen@networkplumber.org>
3889 L:      bridge@lists.linux-foundation.org
3890 L:      netdev@vger.kernel.org
3891 W:      http://www.linuxfoundation.org/en/Net:Bridge
3892 S:      Maintained
3893 F:      include/linux/netfilter_bridge/
3894 F:      net/bridge/
3895
3896 ETHERNET PHY LIBRARY
3897 M:      Florian Fainelli <f.fainelli@gmail.com>
3898 L:      netdev@vger.kernel.org
3899 S:      Maintained
3900 F:      include/linux/phy.h
3901 F:      include/linux/phy_fixed.h
3902 F:      drivers/net/phy/
3903 F:      Documentation/networking/phy.txt
3904 F:      drivers/of/of_mdio.c
3905 F:      drivers/of/of_net.c
3906
3907 EXT2 FILE SYSTEM
3908 M:      Jan Kara <jack@suse.cz>
3909 L:      linux-ext4@vger.kernel.org
3910 S:      Maintained
3911 F:      Documentation/filesystems/ext2.txt
3912 F:      fs/ext2/
3913 F:      include/linux/ext2*
3914
3915 EXT3 FILE SYSTEM
3916 M:      Jan Kara <jack@suse.cz>
3917 M:      Andrew Morton <akpm@linux-foundation.org>
3918 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3919 L:      linux-ext4@vger.kernel.org
3920 S:      Maintained
3921 F:      Documentation/filesystems/ext3.txt
3922 F:      fs/ext3/
3923
3924 EXT4 FILE SYSTEM
3925 M:      "Theodore Ts'o" <tytso@mit.edu>
3926 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3927 L:      linux-ext4@vger.kernel.org
3928 W:      http://ext4.wiki.kernel.org
3929 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3930 S:      Maintained
3931 F:      Documentation/filesystems/ext4.txt
3932 F:      fs/ext4/
3933
3934 Extended Verification Module (EVM)
3935 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3936 L:      linux-ima-devel@lists.sourceforge.net
3937 L:      linux-security-module@vger.kernel.org
3938 S:      Supported
3939 F:      security/integrity/evm/
3940
3941 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3942 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3943 M:      Chanwoo Choi <cw00.choi@samsung.com>
3944 L:      linux-kernel@vger.kernel.org
3945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3946 S:      Maintained
3947 F:      drivers/extcon/
3948 F:      Documentation/extcon/
3949
3950 EXYNOS DP DRIVER
3951 M:      Jingoo Han <jg1.han@samsung.com>
3952 L:      dri-devel@lists.freedesktop.org
3953 S:      Maintained
3954 F:      drivers/gpu/drm/exynos/exynos_dp*
3955
3956 EXYNOS MIPI DISPLAY DRIVERS
3957 M:      Inki Dae <inki.dae@samsung.com>
3958 M:      Donghwa Lee <dh09.lee@samsung.com>
3959 M:      Kyungmin Park <kyungmin.park@samsung.com>
3960 L:      linux-fbdev@vger.kernel.org
3961 S:      Maintained
3962 F:      drivers/video/fbdev/exynos/exynos_mipi*
3963 F:      include/video/exynos_mipi*
3964
3965 F71805F HARDWARE MONITORING DRIVER
3966 M:      Jean Delvare <jdelvare@suse.de>
3967 L:      lm-sensors@lm-sensors.org
3968 S:      Maintained
3969 F:      Documentation/hwmon/f71805f
3970 F:      drivers/hwmon/f71805f.c
3971
3972 FC0011 TUNER DRIVER
3973 M:      Michael Buesch <m@bues.ch>
3974 L:      linux-media@vger.kernel.org
3975 S:      Maintained
3976 F:      drivers/media/tuners/fc0011.h
3977 F:      drivers/media/tuners/fc0011.c
3978
3979 FC2580 MEDIA DRIVER
3980 M:      Antti Palosaari <crope@iki.fi>
3981 L:      linux-media@vger.kernel.org
3982 W:      http://linuxtv.org/
3983 W:      http://palosaari.fi/linux/
3984 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3985 T:      git git://linuxtv.org/anttip/media_tree.git
3986 S:      Maintained
3987 F:      drivers/media/tuners/fc2580*
3988
3989 FANOTIFY
3990 M:      Eric Paris <eparis@redhat.com>
3991 S:      Maintained
3992 F:      fs/notify/fanotify/
3993 F:      include/linux/fanotify.h
3994 F:      include/uapi/linux/fanotify.h
3995
3996 FARSYNC SYNCHRONOUS DRIVER
3997 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3998 W:      http://www.farsite.co.uk/
3999 S:      Supported
4000 F:      drivers/net/wan/farsync.*
4001
4002 FAULT INJECTION SUPPORT
4003 M:      Akinobu Mita <akinobu.mita@gmail.com>
4004 S:      Supported
4005 F:      Documentation/fault-injection/
4006 F:      lib/fault-inject.c
4007
4008 FBTFT Framebuffer drivers
4009 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4010 M:      Noralf Trønnes <noralf@tronnes.org>
4011 S:      Maintained
4012 F:      drivers/staging/fbtft/
4013
4014 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4015 M:      Vasu Dev <vasu.dev@intel.com>
4016 L:      fcoe-devel@open-fcoe.org
4017 W:      www.Open-FCoE.org
4018 S:      Supported
4019 F:      drivers/scsi/libfc/
4020 F:      drivers/scsi/fcoe/
4021 F:      include/scsi/fc/
4022 F:      include/scsi/libfc.h
4023 F:      include/scsi/libfcoe.h
4024 F:      include/uapi/scsi/fc/
4025
4026 FILE LOCKING (flock() and fcntl()/lockf())
4027 M:      Jeff Layton <jlayton@poochiereds.net>
4028 M:      J. Bruce Fields <bfields@fieldses.org>
4029 L:      linux-fsdevel@vger.kernel.org
4030 S:      Maintained
4031 F:      include/linux/fcntl.h
4032 F:      include/linux/fs.h
4033 F:      include/uapi/linux/fcntl.h
4034 F:      include/uapi/linux/fs.h
4035 F:      fs/fcntl.c
4036 F:      fs/locks.c
4037
4038 FILESYSTEMS (VFS and infrastructure)
4039 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4040 L:      linux-fsdevel@vger.kernel.org
4041 S:      Maintained
4042 F:      fs/*
4043
4044 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4045 M:      Riku Voipio <riku.voipio@iki.fi>
4046 L:      lm-sensors@lm-sensors.org
4047 S:      Maintained
4048 F:      drivers/hwmon/f75375s.c
4049 F:      include/linux/f75375s.h
4050
4051 FIREWIRE AUDIO DRIVERS
4052 M:      Clemens Ladisch <clemens@ladisch.de>
4053 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4054 T:      git git://git.alsa-project.org/alsa-kernel.git
4055 S:      Maintained
4056 F:      sound/firewire/
4057
4058 FIREWIRE MEDIA DRIVERS (firedtv)
4059 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4060 L:      linux-media@vger.kernel.org
4061 L:      linux1394-devel@lists.sourceforge.net
4062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4063 S:      Maintained
4064 F:      drivers/media/firewire/
4065
4066 FIREWIRE SBP-2 TARGET
4067 M:      Chris Boot <bootc@bootc.net>
4068 L:      linux-scsi@vger.kernel.org
4069 L:      target-devel@vger.kernel.org
4070 L:      linux1394-devel@lists.sourceforge.net
4071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4072 S:      Maintained
4073 F:      drivers/target/sbp/
4074
4075 FIREWIRE SUBSYSTEM
4076 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4077 L:      linux1394-devel@lists.sourceforge.net
4078 W:      http://ieee1394.wiki.kernel.org/
4079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4080 S:      Maintained
4081 F:      drivers/firewire/
4082 F:      include/linux/firewire.h
4083 F:      include/uapi/linux/firewire*.h
4084 F:      tools/firewire/
4085
4086 FIRMWARE LOADER (request_firmware)
4087 M:      Ming Lei <ming.lei@canonical.com>
4088 L:      linux-kernel@vger.kernel.org
4089 S:      Maintained
4090 F:      Documentation/firmware_class/
4091 F:      drivers/base/firmware*.c
4092 F:      include/linux/firmware.h
4093
4094 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4095 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4096 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4097 S:      Maintained
4098 F:      drivers/block/rsxx/
4099
4100 FLOPPY DRIVER
4101 M:      Jiri Kosina <jkosina@suse.cz>
4102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4103 S:      Odd fixes
4104 F:      drivers/block/floppy.c
4105
4106 FMC SUBSYSTEM
4107 M:      Alessandro Rubini <rubini@gnudd.com>
4108 W:      http://www.ohwr.org/projects/fmc-bus
4109 S:      Supported
4110 F:      drivers/fmc/
4111 F:      include/linux/fmc*.h
4112 F:      include/linux/ipmi-fru.h
4113 K:      fmc_d.*register
4114
4115 FPU EMULATOR
4116 M:      Bill Metzenthen <billm@melbpc.org.au>
4117 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4118 S:      Maintained
4119 F:      arch/x86/math-emu/
4120
4121 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4122 L:      netdev@vger.kernel.org
4123 S:      Orphan
4124 F:      drivers/net/wan/dlci.c
4125 F:      drivers/net/wan/sdla.c
4126
4127 FRAMEBUFFER LAYER
4128 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4129 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4130 L:      linux-fbdev@vger.kernel.org
4131 W:      http://linux-fbdev.sourceforge.net/
4132 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4134 S:      Maintained
4135 F:      Documentation/fb/
4136 F:      Documentation/devicetree/bindings/fb/
4137 F:      drivers/video/
4138 F:      include/video/
4139 F:      include/linux/fb.h
4140 F:      include/uapi/video/
4141 F:      include/uapi/linux/fb.h
4142
4143 FREESCALE DIU FRAMEBUFFER DRIVER
4144 M:      Timur Tabi <timur@tabi.org>
4145 L:      linux-fbdev@vger.kernel.org
4146 S:      Maintained
4147 F:      drivers/video/fbdev/fsl-diu-fb.*
4148
4149 FREESCALE DMA DRIVER
4150 M:      Li Yang <leoli@freescale.com>
4151 M:      Zhang Wei <zw@zh-kernel.org>
4152 L:      linuxppc-dev@lists.ozlabs.org
4153 S:      Maintained
4154 F:      drivers/dma/fsldma.*
4155
4156 FREESCALE I2C CPM DRIVER
4157 M:      Jochen Friedrich <jochen@scram.de>
4158 L:      linuxppc-dev@lists.ozlabs.org
4159 L:      linux-i2c@vger.kernel.org
4160 S:      Maintained
4161 F:      drivers/i2c/busses/i2c-cpm.c
4162
4163 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4164 M:      Sascha Hauer <kernel@pengutronix.de>
4165 L:      linux-fbdev@vger.kernel.org
4166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4167 S:      Maintained
4168 F:      include/linux/platform_data/video-imxfb.h
4169 F:      drivers/video/fbdev/imxfb.c
4170
4171 FREESCALE QUAD SPI DRIVER
4172 M:      Han Xu <han.xu@freescale.com>
4173 L:      linux-mtd@lists.infradead.org
4174 S:      Maintained
4175 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4176
4177 FREESCALE SOC FS_ENET DRIVER
4178 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4179 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4180 L:      linuxppc-dev@lists.ozlabs.org
4181 L:      netdev@vger.kernel.org
4182 S:      Maintained
4183 F:      drivers/net/ethernet/freescale/fs_enet/
4184 F:      include/linux/fs_enet_pd.h
4185
4186 FREESCALE QUICC ENGINE LIBRARY
4187 L:      linuxppc-dev@lists.ozlabs.org
4188 S:      Orphan
4189 F:      arch/powerpc/sysdev/qe_lib/
4190 F:      arch/powerpc/include/asm/*qe.h
4191
4192 FREESCALE USB PERIPHERAL DRIVERS
4193 M:      Li Yang <leoli@freescale.com>
4194 L:      linux-usb@vger.kernel.org
4195 L:      linuxppc-dev@lists.ozlabs.org
4196 S:      Maintained
4197 F:      drivers/usb/gadget/udc/fsl*
4198
4199 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4200 M:      Li Yang <leoli@freescale.com>
4201 L:      netdev@vger.kernel.org
4202 L:      linuxppc-dev@lists.ozlabs.org
4203 S:      Maintained
4204 F:      drivers/net/ethernet/freescale/ucc_geth*
4205
4206 FREESCALE QUICC ENGINE UCC UART DRIVER
4207 M:      Timur Tabi <timur@tabi.org>
4208 L:      linuxppc-dev@lists.ozlabs.org
4209 S:      Maintained
4210 F:      drivers/tty/serial/ucc_uart.c
4211
4212 FREESCALE SOC SOUND DRIVERS
4213 M:      Timur Tabi <timur@tabi.org>
4214 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4215 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4216 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4217 L:      linuxppc-dev@lists.ozlabs.org
4218 S:      Maintained
4219 F:      sound/soc/fsl/fsl*
4220 F:      sound/soc/fsl/imx*
4221 F:      sound/soc/fsl/mpc8610_hpcd.c
4222
4223 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4224 M:      J. German Rivera <German.Rivera@freescale.com>
4225 L:      linux-kernel@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/staging/fsl-mc/
4228
4229 FREEVXFS FILESYSTEM
4230 M:      Christoph Hellwig <hch@infradead.org>
4231 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4232 S:      Maintained
4233 F:      fs/freevxfs/
4234
4235 FREEZER
4236 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4237 M:      Pavel Machek <pavel@ucw.cz>
4238 L:      linux-pm@vger.kernel.org
4239 S:      Supported
4240 F:      Documentation/power/freezing-of-tasks.txt
4241 F:      include/linux/freezer.h
4242 F:      kernel/freezer.c
4243
4244 FRONTSWAP API
4245 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4246 L:      linux-kernel@vger.kernel.org
4247 S:      Maintained
4248 F:      mm/frontswap.c
4249 F:      include/linux/frontswap.h
4250
4251 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4252 M:      David Howells <dhowells@redhat.com>
4253 L:      linux-cachefs@redhat.com
4254 S:      Supported
4255 F:      Documentation/filesystems/caching/
4256 F:      fs/fscache/
4257 F:      include/linux/fscache*.h
4258
4259 F2FS FILE SYSTEM
4260 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4261 M:      Changman Lee <cm224.lee@samsung.com>
4262 L:      linux-f2fs-devel@lists.sourceforge.net
4263 W:      http://en.wikipedia.org/wiki/F2FS
4264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4265 S:      Maintained
4266 F:      Documentation/filesystems/f2fs.txt
4267 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4268 F:      fs/f2fs/
4269 F:      include/linux/f2fs_fs.h
4270
4271 FUJITSU FR-V (FRV) PORT
4272 M:      David Howells <dhowells@redhat.com>
4273 S:      Maintained
4274 F:      arch/frv/
4275
4276 FUJITSU LAPTOP EXTRAS
4277 M:      Jonathan Woithe <jwoithe@just42.net>
4278 L:      platform-driver-x86@vger.kernel.org
4279 S:      Maintained
4280 F:      drivers/platform/x86/fujitsu-laptop.c
4281
4282 FUJITSU M-5MO LS CAMERA ISP DRIVER
4283 M:      Kyungmin Park <kyungmin.park@samsung.com>
4284 M:      Heungjun Kim <riverful.kim@samsung.com>
4285 L:      linux-media@vger.kernel.org
4286 S:      Maintained
4287 F:      drivers/media/i2c/m5mols/
4288 F:      include/media/m5mols.h
4289
4290 FUJITSU TABLET EXTRAS
4291 M:      Robert Gerlach <khnz@gmx.de>
4292 L:      platform-driver-x86@vger.kernel.org
4293 S:      Maintained
4294 F:      drivers/platform/x86/fujitsu-tablet.c
4295
4296 FUSE: FILESYSTEM IN USERSPACE
4297 M:      Miklos Szeredi <miklos@szeredi.hu>
4298 L:      fuse-devel@lists.sourceforge.net
4299 W:      http://fuse.sourceforge.net/
4300 S:      Maintained
4301 F:      fs/fuse/
4302 F:      include/uapi/linux/fuse.h
4303
4304 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4305 M:      Rik Faith <faith@cs.unc.edu>
4306 L:      linux-scsi@vger.kernel.org
4307 S:      Odd Fixes (e.g., new signatures)
4308 F:      drivers/scsi/fdomain.*
4309
4310 GCOV BASED KERNEL PROFILING
4311 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4312 S:      Maintained
4313 F:      kernel/gcov/
4314 F:      Documentation/gcov.txt
4315
4316 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4317 M:      Achim Leubner <achim_leubner@adaptec.com>
4318 L:      linux-scsi@vger.kernel.org
4319 W:      http://www.icp-vortex.com/
4320 S:      Supported
4321 F:      drivers/scsi/gdt*
4322
4323 GDB KERNEL DEBUGGING HELPER SCRIPTS
4324 M:      Jan Kiszka <jan.kiszka@siemens.com>
4325 S:      Supported
4326 F:      scripts/gdb/
4327
4328 GEMTEK FM RADIO RECEIVER DRIVER
4329 M:      Hans Verkuil <hverkuil@xs4all.nl>
4330 L:      linux-media@vger.kernel.org
4331 T:      git git://linuxtv.org/media_tree.git
4332 W:      http://linuxtv.org
4333 S:      Maintained
4334 F:      drivers/media/radio/radio-gemtek*
4335
4336 GENERIC GPIO I2C DRIVER
4337 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4338 S:      Supported
4339 F:      drivers/i2c/busses/i2c-gpio.c
4340 F:      include/linux/i2c-gpio.h
4341
4342 GENERIC GPIO I2C MULTIPLEXER DRIVER
4343 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4344 L:      linux-i2c@vger.kernel.org
4345 S:      Supported
4346 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4347 F:      include/linux/i2c-mux-gpio.h
4348 F:      Documentation/i2c/muxes/i2c-mux-gpio
4349
4350 GENERIC HDLC (WAN) DRIVERS
4351 M:      Krzysztof Halasa <khc@pm.waw.pl>
4352 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4353 S:      Maintained
4354 F:      drivers/net/wan/c101.c
4355 F:      drivers/net/wan/hd6457*
4356 F:      drivers/net/wan/hdlc*
4357 F:      drivers/net/wan/n2.c
4358 F:      drivers/net/wan/pc300too.c
4359 F:      drivers/net/wan/pci200syn.c
4360 F:      drivers/net/wan/wanxl*
4361
4362 GENERIC INCLUDE/ASM HEADER FILES
4363 M:      Arnd Bergmann <arnd@arndb.de>
4364 L:      linux-arch@vger.kernel.org
4365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4366 S:      Maintained
4367 F:      include/asm-generic/
4368 F:      include/uapi/asm-generic/
4369
4370 GENERIC PHY FRAMEWORK
4371 M:      Kishon Vijay Abraham I <kishon@ti.com>
4372 L:      linux-kernel@vger.kernel.org
4373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4374 S:      Supported
4375 F:      drivers/phy/
4376 F:      include/linux/phy/
4377
4378 GENERIC PM DOMAINS
4379 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4380 M:      Kevin Hilman <khilman@kernel.org>
4381 M:      Ulf Hansson <ulf.hansson@linaro.org>
4382 L:      linux-pm@vger.kernel.org
4383 S:      Supported
4384 F:      drivers/base/power/domain*.c
4385 F:      include/linux/pm_domain.h
4386
4387 GENERIC UIO DRIVER FOR PCI DEVICES
4388 M:      "Michael S. Tsirkin" <mst@redhat.com>
4389 L:      kvm@vger.kernel.org
4390 S:      Supported
4391 F:      drivers/uio/uio_pci_generic.c
4392
4393 GET_MAINTAINER SCRIPT
4394 M:      Joe Perches <joe@perches.com>
4395 S:      Maintained
4396 F:      scripts/get_maintainer.pl
4397
4398 GFS2 FILE SYSTEM
4399 M:      Steven Whitehouse <swhiteho@redhat.com>
4400 M:      Bob Peterson <rpeterso@redhat.com>
4401 L:      cluster-devel@redhat.com
4402 W:      http://sources.redhat.com/cluster/
4403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4404 S:      Supported
4405 F:      Documentation/filesystems/gfs2*.txt
4406 F:      fs/gfs2/
4407 F:      include/uapi/linux/gfs2_ondisk.h
4408
4409 GIGASET ISDN DRIVERS
4410 M:      Hansjoerg Lipp <hjlipp@web.de>
4411 M:      Tilman Schmidt <tilman@imap.cc>
4412 L:      gigaset307x-common@lists.sourceforge.net
4413 W:      http://gigaset307x.sourceforge.net/
4414 S:      Maintained
4415 F:      Documentation/isdn/README.gigaset
4416 F:      drivers/isdn/gigaset/
4417 F:      include/uapi/linux/gigaset_dev.h
4418
4419 GO7007 MPEG CODEC
4420 M:      Hans Verkuil <hans.verkuil@cisco.com>
4421 L:      linux-media@vger.kernel.org
4422 S:      Maintained
4423 F:      drivers/media/usb/go7007/
4424
4425 GOODIX TOUCHSCREEN
4426 M:      Bastien Nocera <hadess@hadess.net>
4427 L:      linux-input@vger.kernel.org
4428 S:      Maintained
4429 F:      drivers/input/touchscreen/goodix.c
4430
4431 GPIO SUBSYSTEM
4432 M:      Linus Walleij <linus.walleij@linaro.org>
4433 M:      Alexandre Courbot <gnurou@gmail.com>
4434 L:      linux-gpio@vger.kernel.org
4435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4436 S:      Maintained
4437 F:      Documentation/gpio/
4438 F:      drivers/gpio/
4439 F:      include/linux/gpio/
4440 F:      include/linux/gpio.h
4441 F:      include/asm-generic/gpio.h
4442
4443 GRE DEMULTIPLEXER DRIVER
4444 M:      Dmitry Kozlov <xeb@mail.ru>
4445 L:      netdev@vger.kernel.org
4446 S:      Maintained
4447 F:      net/ipv4/gre_demux.c
4448 F:      net/ipv4/gre_offload.c
4449 F:      include/net/gre.h
4450
4451 GRETH 10/100/1G Ethernet MAC device driver
4452 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4453 L:      netdev@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/net/ethernet/aeroflex/
4456
4457 GSPCA FINEPIX SUBDRIVER
4458 M:      Frank Zago <frank@zago.net>
4459 L:      linux-media@vger.kernel.org
4460 T:      git git://linuxtv.org/media_tree.git
4461 S:      Maintained
4462 F:      drivers/media/usb/gspca/finepix.c
4463
4464 GSPCA GL860 SUBDRIVER
4465 M:      Olivier Lorin <o.lorin@laposte.net>
4466 L:      linux-media@vger.kernel.org
4467 T:      git git://linuxtv.org/media_tree.git
4468 S:      Maintained
4469 F:      drivers/media/usb/gspca/gl860/
4470
4471 GSPCA M5602 SUBDRIVER
4472 M:      Erik Andren <erik.andren@gmail.com>
4473 L:      linux-media@vger.kernel.org
4474 T:      git git://linuxtv.org/media_tree.git
4475 S:      Maintained
4476 F:      drivers/media/usb/gspca/m5602/
4477
4478 GSPCA PAC207 SONIXB SUBDRIVER
4479 M:      Hans de Goede <hdegoede@redhat.com>
4480 L:      linux-media@vger.kernel.org
4481 T:      git git://linuxtv.org/media_tree.git
4482 S:      Maintained
4483 F:      drivers/media/usb/gspca/pac207.c
4484
4485 GSPCA SN9C20X SUBDRIVER
4486 M:      Brian Johnson <brijohn@gmail.com>
4487 L:      linux-media@vger.kernel.org
4488 T:      git git://linuxtv.org/media_tree.git
4489 S:      Maintained
4490 F:      drivers/media/usb/gspca/sn9c20x.c
4491
4492 GSPCA T613 SUBDRIVER
4493 M:      Leandro Costantino <lcostantino@gmail.com>
4494 L:      linux-media@vger.kernel.org
4495 T:      git git://linuxtv.org/media_tree.git
4496 S:      Maintained
4497 F:      drivers/media/usb/gspca/t613.c
4498
4499 GSPCA USB WEBCAM DRIVER
4500 M:      Hans de Goede <hdegoede@redhat.com>
4501 L:      linux-media@vger.kernel.org
4502 T:      git git://linuxtv.org/media_tree.git
4503 S:      Maintained
4504 F:      drivers/media/usb/gspca/
4505
4506 GUID PARTITION TABLE (GPT)
4507 M:      Davidlohr Bueso <davidlohr@hp.com>
4508 L:      linux-efi@vger.kernel.org
4509 S:      Maintained
4510 F:      block/partitions/efi.*
4511
4512 STK1160 USB VIDEO CAPTURE DRIVER
4513 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4514 L:      linux-media@vger.kernel.org
4515 T:      git git://linuxtv.org/media_tree.git
4516 S:      Maintained
4517 F:      drivers/media/usb/stk1160/
4518
4519 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4520 M:      Frank Seidel <frank@f-seidel.de>
4521 L:      platform-driver-x86@vger.kernel.org
4522 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4523 S:      Maintained
4524 F:      drivers/platform/x86/hdaps.c
4525
4526 HDPVR USB VIDEO ENCODER DRIVER
4527 M:      Hans Verkuil <hverkuil@xs4all.nl>
4528 L:      linux-media@vger.kernel.org
4529 T:      git git://linuxtv.org/media_tree.git
4530 W:      http://linuxtv.org
4531 S:      Odd Fixes
4532 F:      drivers/media/usb/hdpvr/
4533
4534 HWPOISON MEMORY FAILURE HANDLING
4535 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4536 L:      linux-mm@kvack.org
4537 S:      Maintained
4538 F:      mm/memory-failure.c
4539 F:      mm/hwpoison-inject.c
4540
4541 HYPERVISOR VIRTUAL CONSOLE DRIVER
4542 L:      linuxppc-dev@lists.ozlabs.org
4543 S:      Odd Fixes
4544 F:      drivers/tty/hvc/
4545
4546 HACKRF MEDIA DRIVER
4547 M:      Antti Palosaari <crope@iki.fi>
4548 L:      linux-media@vger.kernel.org
4549 W:      http://linuxtv.org/
4550 W:      http://palosaari.fi/linux/
4551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4552 T:      git git://linuxtv.org/anttip/media_tree.git
4553 S:      Maintained
4554 F:      drivers/media/usb/hackrf/
4555
4556 HARDWARE MONITORING
4557 M:      Jean Delvare <jdelvare@suse.de>
4558 M:      Guenter Roeck <linux@roeck-us.net>
4559 L:      lm-sensors@lm-sensors.org
4560 W:      http://www.lm-sensors.org/
4561 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4563 S:      Maintained
4564 F:      Documentation/hwmon/
4565 F:      drivers/hwmon/
4566 F:      include/linux/hwmon*.h
4567
4568 HARDWARE RANDOM NUMBER GENERATOR CORE
4569 M:      Matt Mackall <mpm@selenic.com>
4570 M:      Herbert Xu <herbert@gondor.apana.org.au>
4571 L:      linux-crypto@vger.kernel.org
4572 S:      Odd fixes
4573 F:      Documentation/hw_random.txt
4574 F:      drivers/char/hw_random/
4575 F:      include/linux/hw_random.h
4576
4577 HARDWARE SPINLOCK CORE
4578 M:      Ohad Ben-Cohen <ohad@wizery.com>
4579 S:      Maintained
4580 F:      Documentation/hwspinlock.txt
4581 F:      drivers/hwspinlock/hwspinlock_*
4582 F:      include/linux/hwspinlock.h
4583
4584 HARMONY SOUND DRIVER
4585 L:      linux-parisc@vger.kernel.org
4586 S:      Maintained
4587 F:      sound/parisc/harmony.*
4588
4589 HD29L2 MEDIA DRIVER
4590 M:      Antti Palosaari <crope@iki.fi>
4591 L:      linux-media@vger.kernel.org
4592 W:      http://linuxtv.org/
4593 W:      http://palosaari.fi/linux/
4594 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4595 T:      git git://linuxtv.org/anttip/media_tree.git
4596 S:      Maintained
4597 F:      drivers/media/dvb-frontends/hd29l2*
4598
4599 HEWLETT-PACKARD SMART2 RAID DRIVER
4600 L:      iss_storagedev@hp.com
4601 S:      Orphan
4602 F:      Documentation/blockdev/cpqarray.txt
4603 F:      drivers/block/cpqarray.*
4604
4605 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4606 M:      Don Brace <don.brace@pmcs.com>
4607 L:      iss_storagedev@hp.com
4608 L:      storagedev@pmcs.com
4609 L:      linux-scsi@vger.kernel.org
4610 S:      Supported
4611 F:      Documentation/scsi/hpsa.txt
4612 F:      drivers/scsi/hpsa*.[ch]
4613 F:      include/linux/cciss*.h
4614 F:      include/uapi/linux/cciss*.h
4615
4616 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4617 M:      Don Brace <don.brace@pmcs.com>
4618 L:      iss_storagedev@hp.com
4619 L:      storagedev@pmcs.com
4620 L:      linux-scsi@vger.kernel.org
4621 S:      Supported
4622 F:      Documentation/blockdev/cciss.txt
4623 F:      drivers/block/cciss*
4624 F:      include/linux/cciss_ioctl.h
4625 F:      include/uapi/linux/cciss_ioctl.h
4626
4627 HFS FILESYSTEM
4628 L:      linux-fsdevel@vger.kernel.org
4629 S:      Orphan
4630 F:      Documentation/filesystems/hfs.txt
4631 F:      fs/hfs/
4632
4633 HFSPLUS FILESYSTEM
4634 L:      linux-fsdevel@vger.kernel.org
4635 S:      Orphan
4636 F:      Documentation/filesystems/hfsplus.txt
4637 F:      fs/hfsplus/
4638
4639 HGA FRAMEBUFFER DRIVER
4640 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4641 L:      linux-nvidia@lists.surfsouth.com
4642 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4643 S:      Maintained
4644 F:      drivers/video/fbdev/hgafb.c
4645
4646 HIBERNATION (aka Software Suspend, aka swsusp)
4647 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4648 M:      Pavel Machek <pavel@ucw.cz>
4649 L:      linux-pm@vger.kernel.org
4650 S:      Supported
4651 F:      arch/x86/power/
4652 F:      drivers/base/power/
4653 F:      kernel/power/
4654 F:      include/linux/suspend.h
4655 F:      include/linux/freezer.h
4656 F:      include/linux/pm.h
4657 F:      arch/*/include/asm/suspend*.h
4658
4659 HID CORE LAYER
4660 M:      Jiri Kosina <jkosina@suse.cz>
4661 L:      linux-input@vger.kernel.org
4662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4663 S:      Maintained
4664 F:      drivers/hid/
4665 F:      include/linux/hid*
4666 F:      include/uapi/linux/hid*
4667
4668 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4669 M:      Thomas Gleixner <tglx@linutronix.de>
4670 L:      linux-kernel@vger.kernel.org
4671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4672 S:      Maintained
4673 F:      Documentation/timers/
4674 F:      kernel/time/hrtimer.c
4675 F:      kernel/time/clockevents.c
4676 F:      kernel/time/tick*.*
4677 F:      kernel/time/timer_*.c
4678 F:      include/linux/clockchips.h
4679 F:      include/linux/hrtimer.h
4680
4681 HIGH-SPEED SCC DRIVER FOR AX.25
4682 L:      linux-hams@vger.kernel.org
4683 S:      Orphan
4684 F:      drivers/net/hamradio/dmascc.c
4685 F:      drivers/net/hamradio/scc.c
4686
4687 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4688 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4689 W:      http://www.highpoint-tech.com
4690 S:      Supported
4691 F:      Documentation/scsi/hptiop.txt
4692 F:      drivers/scsi/hptiop.c
4693
4694 HIPPI
4695 M:      Jes Sorensen <jes@trained-monkey.org>
4696 L:      linux-hippi@sunsite.dk
4697 S:      Maintained
4698 F:      include/linux/hippidevice.h
4699 F:      include/uapi/linux/if_hippi.h
4700 F:      net/802/hippi.c
4701 F:      drivers/net/hippi/
4702
4703 HOST AP DRIVER
4704 M:      Jouni Malinen <j@w1.fi>
4705 L:      hostap@shmoo.com (subscribers-only)
4706 L:      linux-wireless@vger.kernel.org
4707 W:      http://hostap.epitest.fi/
4708 S:      Maintained
4709 F:      drivers/net/wireless/hostap/
4710
4711 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4712 L:      platform-driver-x86@vger.kernel.org
4713 S:      Orphan
4714 F:      drivers/platform/x86/tc1100-wmi.c
4715
4716 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4717 M:      Jaroslav Kysela <perex@perex.cz>
4718 S:      Maintained
4719 F:      drivers/net/ethernet/hp/hp100.*
4720
4721 HPET:   High Precision Event Timers driver
4722 M:      Clemens Ladisch <clemens@ladisch.de>
4723 S:      Maintained
4724 F:      Documentation/timers/hpet.txt
4725 F:      drivers/char/hpet.c
4726 F:      include/linux/hpet.h
4727 F:      include/uapi/linux/hpet.h
4728
4729 HPET:   x86
4730 S:      Orphan
4731 F:      arch/x86/kernel/hpet.c
4732 F:      arch/x86/include/asm/hpet.h
4733
4734 HPFS FILESYSTEM
4735 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4736 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4737 S:      Maintained
4738 F:      fs/hpfs/
4739
4740 HSI SUBSYSTEM
4741 M:      Sebastian Reichel <sre@kernel.org>
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4743 S:      Maintained
4744 F:      Documentation/ABI/testing/sysfs-bus-hsi
4745 F:      Documentation/hsi.txt
4746 F:      drivers/hsi/
4747 F:      include/linux/hsi/
4748 F:      include/uapi/linux/hsi/
4749
4750 HSO 3G MODEM DRIVER
4751 M:      Jan Dumon <j.dumon@option.com>
4752 W:      http://www.pharscape.org
4753 S:      Maintained
4754 F:      drivers/net/usb/hso.c
4755
4756 HSR NETWORK PROTOCOL
4757 M:      Arvid Brodin <arvid.brodin@alten.se>
4758 L:      netdev@vger.kernel.org
4759 S:      Maintained
4760 F:      net/hsr/
4761
4762 HTCPEN TOUCHSCREEN DRIVER
4763 M:      Pau Oliva Fora <pof@eslack.org>
4764 L:      linux-input@vger.kernel.org
4765 S:      Maintained
4766 F:      drivers/input/touchscreen/htcpen.c
4767
4768 HUGETLB FILESYSTEM
4769 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4770 S:      Maintained
4771 F:      fs/hugetlbfs/
4772
4773 Hyper-V CORE AND DRIVERS
4774 M:      K. Y. Srinivasan <kys@microsoft.com>
4775 M:      Haiyang Zhang <haiyangz@microsoft.com>
4776 L:      devel@linuxdriverproject.org
4777 S:      Maintained
4778 F:      arch/x86/include/asm/mshyperv.h
4779 F:      arch/x86/include/uapi/asm/hyperv.h
4780 F:      arch/x86/kernel/cpu/mshyperv.c
4781 F:      drivers/hid/hid-hyperv.c
4782 F:      drivers/hv/
4783 F:      drivers/input/serio/hyperv-keyboard.c
4784 F:      drivers/net/hyperv/
4785 F:      drivers/scsi/storvsc_drv.c
4786 F:      drivers/video/fbdev/hyperv_fb.c
4787 F:      include/linux/hyperv.h
4788 F:      tools/hv/
4789
4790 I2C OVER PARALLEL PORT
4791 M:      Jean Delvare <jdelvare@suse.de>
4792 L:      linux-i2c@vger.kernel.org
4793 S:      Maintained
4794 F:      Documentation/i2c/busses/i2c-parport
4795 F:      Documentation/i2c/busses/i2c-parport-light
4796 F:      drivers/i2c/busses/i2c-parport.c
4797 F:      drivers/i2c/busses/i2c-parport-light.c
4798
4799 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4800 M:      Jean Delvare <jdelvare@suse.de>
4801 L:      linux-i2c@vger.kernel.org
4802 S:      Maintained
4803 F:      Documentation/i2c/busses/i2c-ali1535
4804 F:      Documentation/i2c/busses/i2c-ali1563
4805 F:      Documentation/i2c/busses/i2c-ali15x3
4806 F:      Documentation/i2c/busses/i2c-amd756
4807 F:      Documentation/i2c/busses/i2c-amd8111
4808 F:      Documentation/i2c/busses/i2c-i801
4809 F:      Documentation/i2c/busses/i2c-nforce2
4810 F:      Documentation/i2c/busses/i2c-piix4
4811 F:      Documentation/i2c/busses/i2c-sis5595
4812 F:      Documentation/i2c/busses/i2c-sis630
4813 F:      Documentation/i2c/busses/i2c-sis96x
4814 F:      Documentation/i2c/busses/i2c-via
4815 F:      Documentation/i2c/busses/i2c-viapro
4816 F:      drivers/i2c/busses/i2c-ali1535.c
4817 F:      drivers/i2c/busses/i2c-ali1563.c
4818 F:      drivers/i2c/busses/i2c-ali15x3.c
4819 F:      drivers/i2c/busses/i2c-amd756.c
4820 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4821 F:      drivers/i2c/busses/i2c-amd8111.c
4822 F:      drivers/i2c/busses/i2c-i801.c
4823 F:      drivers/i2c/busses/i2c-isch.c
4824 F:      drivers/i2c/busses/i2c-nforce2.c
4825 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4826 F:      drivers/i2c/busses/i2c-piix4.c
4827 F:      drivers/i2c/busses/i2c-sis5595.c
4828 F:      drivers/i2c/busses/i2c-sis630.c
4829 F:      drivers/i2c/busses/i2c-sis96x.c
4830 F:      drivers/i2c/busses/i2c-via.c
4831 F:      drivers/i2c/busses/i2c-viapro.c
4832
4833 I2C/SMBUS ISMT DRIVER
4834 M:      Seth Heasley <seth.heasley@intel.com>
4835 M:      Neil Horman <nhorman@tuxdriver.com>
4836 L:      linux-i2c@vger.kernel.org
4837 F:      drivers/i2c/busses/i2c-ismt.c
4838 F:      Documentation/i2c/busses/i2c-ismt
4839
4840 I2C/SMBUS STUB DRIVER
4841 M:      Jean Delvare <jdelvare@suse.de>
4842 L:      linux-i2c@vger.kernel.org
4843 S:      Maintained
4844 F:      drivers/i2c/i2c-stub.c
4845
4846 I2C SUBSYSTEM
4847 M:      Wolfram Sang <wsa@the-dreams.de>
4848 L:      linux-i2c@vger.kernel.org
4849 W:      https://i2c.wiki.kernel.org/
4850 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4852 S:      Maintained
4853 F:      Documentation/devicetree/bindings/i2c/
4854 F:      Documentation/i2c/
4855 F:      drivers/i2c/
4856 F:      include/linux/i2c.h
4857 F:      include/linux/i2c-*.h
4858 F:      include/uapi/linux/i2c.h
4859 F:      include/uapi/linux/i2c-*.h
4860
4861 I2C ACPI SUPPORT
4862 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4863 L:      linux-i2c@vger.kernel.org
4864 L:      linux-acpi@vger.kernel.org
4865 S:      Maintained
4866
4867 I2C-TAOS-EVM DRIVER
4868 M:      Jean Delvare <jdelvare@suse.de>
4869 L:      linux-i2c@vger.kernel.org
4870 S:      Maintained
4871 F:      Documentation/i2c/busses/i2c-taos-evm
4872 F:      drivers/i2c/busses/i2c-taos-evm.c
4873
4874 I2C-TINY-USB DRIVER
4875 M:      Till Harbaum <till@harbaum.org>
4876 L:      linux-i2c@vger.kernel.org
4877 W:      http://www.harbaum.org/till/i2c_tiny_usb
4878 S:      Maintained
4879 F:      drivers/i2c/busses/i2c-tiny-usb.c
4880
4881 i386 BOOT CODE
4882 M:      "H. Peter Anvin" <hpa@zytor.com>
4883 S:      Maintained
4884 F:      arch/x86/boot/
4885
4886 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4887 M:      "H. Peter Anvin" <hpa@zytor.com>
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4889 S:      Maintained
4890
4891 IA64 (Itanium) PLATFORM
4892 M:      Tony Luck <tony.luck@intel.com>
4893 M:      Fenghua Yu <fenghua.yu@intel.com>
4894 L:      linux-ia64@vger.kernel.org
4895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4896 S:      Maintained
4897 F:      arch/ia64/
4898
4899 IBM Power in-Nest Crypto Acceleration
4900 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4901 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4902 L:      linux-crypto@vger.kernel.org
4903 S:      Supported
4904 F:      drivers/crypto/nx/
4905
4906 IBM Power 842 compression accelerator
4907 M:      Dan Streetman <ddstreet@us.ibm.com>
4908 S:      Supported
4909 F:      drivers/crypto/nx/nx-842.c
4910 F:      include/linux/nx842.h
4911
4912 IBM Power Linux RAID adapter
4913 M:      Brian King <brking@us.ibm.com>
4914 S:      Supported
4915 F:      drivers/scsi/ipr.*
4916
4917 IBM Power Virtual Ethernet Device Driver
4918 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4919 L:      netdev@vger.kernel.org
4920 S:      Supported
4921 F:      drivers/net/ethernet/ibm/ibmveth.*
4922
4923 IBM Power Virtual SCSI Device Drivers
4924 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4925 L:      linux-scsi@vger.kernel.org
4926 S:      Supported
4927 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4928 F:      drivers/scsi/ibmvscsi/viosrp.h
4929
4930 IBM Power Virtual FC Device Drivers
4931 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4932 L:      linux-scsi@vger.kernel.org
4933 S:      Supported
4934 F:      drivers/scsi/ibmvscsi/ibmvfc*
4935
4936 IBM ServeRAID RAID DRIVER
4937 S:      Orphan
4938 F:      drivers/scsi/ips.*
4939
4940 ICH LPC AND GPIO DRIVER
4941 M:      Peter Tyser <ptyser@xes-inc.com>
4942 S:      Maintained
4943 F:      drivers/mfd/lpc_ich.c
4944 F:      drivers/gpio/gpio-ich.c
4945
4946 IDE SUBSYSTEM
4947 M:      "David S. Miller" <davem@davemloft.net>
4948 L:      linux-ide@vger.kernel.org
4949 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4951 S:      Maintained
4952 F:      Documentation/ide/
4953 F:      drivers/ide/
4954 F:      include/linux/ide.h
4955
4956 IDEAPAD LAPTOP EXTRAS DRIVER
4957 M:      Ike Panhc <ike.pan@canonical.com>
4958 L:      platform-driver-x86@vger.kernel.org
4959 W:      http://launchpad.net/ideapad-laptop
4960 S:      Maintained
4961 F:      drivers/platform/x86/ideapad-laptop.c
4962
4963 IDEAPAD LAPTOP SLIDEBAR DRIVER
4964 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4965 L:      linux-input@vger.kernel.org
4966 W:      https://github.com/o2genum/ideapad-slidebar
4967 S:      Maintained
4968 F:      drivers/input/misc/ideapad_slidebar.c
4969
4970 IDE/ATAPI DRIVERS
4971 M:      Borislav Petkov <bp@alien8.de>
4972 L:      linux-ide@vger.kernel.org
4973 S:      Maintained
4974 F:      Documentation/cdrom/ide-cd
4975 F:      drivers/ide/ide-cd*
4976
4977 IDLE-I7300
4978 M:      Andy Henroid <andrew.d.henroid@intel.com>
4979 L:      linux-pm@vger.kernel.org
4980 S:      Supported
4981 F:      drivers/idle/i7300_idle.c
4982
4983 IEEE 802.15.4 SUBSYSTEM
4984 M:      Alexander Aring <alex.aring@gmail.com>
4985 L:      linux-wpan@vger.kernel.org
4986 W:      https://github.com/linux-wpan
4987 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4988 S:      Maintained
4989 F:      net/ieee802154/
4990 F:      net/mac802154/
4991 F:      drivers/net/ieee802154/
4992 F:      include/linux/nl802154.h
4993 F:      include/linux/ieee802154.h
4994 F:      include/net/nl802154.h
4995 F:      include/net/mac802154.h
4996 F:      include/net/af_ieee802154.h
4997 F:      include/net/cfg802154.h
4998 F:      include/net/ieee802154_netdev.h
4999 F:      Documentation/networking/ieee802154.txt
5000
5001 IGORPLUG-USB IR RECEIVER
5002 M:      Sean Young <sean@mess.org>
5003 L:      linux-media@vger.kernel.org
5004 S:      Maintained
5005 F:      drivers/media/rc/igorplugusb.c
5006
5007 IGUANAWORKS USB IR TRANSCEIVER
5008 M:      Sean Young <sean@mess.org>
5009 L:      linux-media@vger.kernel.org
5010 S:      Maintained
5011 F:      drivers/media/rc/iguanair.c
5012
5013 IIO SUBSYSTEM AND DRIVERS
5014 M:      Jonathan Cameron <jic23@kernel.org>
5015 R:      Hartmut Knaack <knaack.h@gmx.de>
5016 R:      Lars-Peter Clausen <lars@metafoo.de>
5017 R:      Peter Meerwald <pmeerw@pmeerw.net>
5018 L:      linux-iio@vger.kernel.org
5019 S:      Maintained
5020 F:      drivers/iio/
5021 F:      drivers/staging/iio/
5022 F:      include/linux/iio/
5023 F:      tools/iio/
5024
5025 IKANOS/ADI EAGLE ADSL USB DRIVER
5026 M:      Matthieu Castet <castet.matthieu@free.fr>
5027 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5028 S:      Maintained
5029 F:      drivers/usb/atm/ueagle-atm.c
5030
5031 INA209 HARDWARE MONITOR DRIVER
5032 M:      Guenter Roeck <linux@roeck-us.net>
5033 L:      lm-sensors@lm-sensors.org
5034 S:      Maintained
5035 F:      Documentation/hwmon/ina209
5036 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5037 F:      drivers/hwmon/ina209.c
5038
5039 INA2XX HARDWARE MONITOR DRIVER
5040 M:      Guenter Roeck <linux@roeck-us.net>
5041 L:      lm-sensors@lm-sensors.org
5042 S:      Maintained
5043 F:      Documentation/hwmon/ina2xx
5044 F:      drivers/hwmon/ina2xx.c
5045 F:      include/linux/platform_data/ina2xx.h
5046
5047 INDUSTRY PACK SUBSYSTEM (IPACK)
5048 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5049 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5051 L:      industrypack-devel@lists.sourceforge.net
5052 W:      http://industrypack.sourceforge.net
5053 S:      Maintained
5054 F:      drivers/ipack/
5055
5056 INGENIC JZ4780 DMA Driver
5057 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5058 S:      Maintained
5059 F:      drivers/dma/dma-jz4780.c
5060
5061 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5062 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5063 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5064 L:      linux-ima-devel@lists.sourceforge.net
5065 L:      linux-ima-user@lists.sourceforge.net
5066 L:      linux-security-module@vger.kernel.org
5067 S:      Supported
5068 F:      security/integrity/ima/
5069
5070 IMGTEC IR DECODER DRIVER
5071 M:      James Hogan <james.hogan@imgtec.com>
5072 S:      Maintained
5073 F:      drivers/media/rc/img-ir/
5074
5075 IMS TWINTURBO FRAMEBUFFER DRIVER
5076 L:      linux-fbdev@vger.kernel.org
5077 S:      Orphan
5078 F:      drivers/video/fbdev/imsttfb.c
5079
5080 INFINIBAND SUBSYSTEM
5081 M:      Doug Ledford <dledford@redhat.com>
5082 M:      Sean Hefty <sean.hefty@intel.com>
5083 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5084 L:      linux-rdma@vger.kernel.org
5085 W:      http://www.openfabrics.org/
5086 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5087 T:      git git://github.com/dledford/linux.git
5088 S:      Supported
5089 F:      Documentation/infiniband/
5090 F:      drivers/infiniband/
5091 F:      include/uapi/linux/if_infiniband.h
5092 F:      include/uapi/rdma/
5093 F:      include/rdma/
5094
5095 INOTIFY
5096 M:      John McCutchan <john@johnmccutchan.com>
5097 M:      Robert Love <rlove@rlove.org>
5098 M:      Eric Paris <eparis@parisplace.org>
5099 S:      Maintained
5100 F:      Documentation/filesystems/inotify.txt
5101 F:      fs/notify/inotify/
5102 F:      include/linux/inotify.h
5103 F:      include/uapi/linux/inotify.h
5104
5105 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5106 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5107 L:      linux-input@vger.kernel.org
5108 Q:      http://patchwork.kernel.org/project/linux-input/list/
5109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5110 S:      Maintained
5111 F:      drivers/input/
5112 F:      include/linux/input.h
5113 F:      include/uapi/linux/input.h
5114 F:      include/linux/input/
5115
5116 INPUT MULTITOUCH (MT) PROTOCOL
5117 M:      Henrik Rydberg <rydberg@bitmath.org>
5118 L:      linux-input@vger.kernel.org
5119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5120 S:      Odd fixes
5121 F:      Documentation/input/multi-touch-protocol.txt
5122 F:      drivers/input/input-mt.c
5123 K:      \b(ABS|SYN)_MT_
5124
5125 INTEL ASoC BDW/HSW DRIVERS
5126 M:      Jie Yang <yang.jie@linux.intel.com>
5127 L:      alsa-devel@alsa-project.org
5128 S:      Supported
5129 F:      sound/soc/intel/sst-haswell*
5130 F:      sound/soc/intel/sst-dsp*
5131 F:      sound/soc/intel/sst-firmware.c
5132 F:      sound/soc/intel/broadwell.c
5133 F:      sound/soc/intel/haswell.c
5134
5135 INTEL C600 SERIES SAS CONTROLLER DRIVER
5136 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5137 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5138 L:      linux-scsi@vger.kernel.org
5139 T:      git git://git.code.sf.net/p/intel-sas/isci
5140 S:      Supported
5141 F:      drivers/scsi/isci/
5142
5143 INTEL IDLE DRIVER
5144 M:      Len Brown <lenb@kernel.org>
5145 L:      linux-pm@vger.kernel.org
5146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5147 S:      Supported
5148 F:      drivers/idle/intel_idle.c
5149
5150 INTEL PSTATE DRIVER
5151 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5152 L:      linux-pm@vger.kernel.org
5153 S:      Supported
5154 F:      drivers/cpufreq/intel_pstate.c
5155
5156 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5157 M:      Maik Broemme <mbroemme@plusserver.de>
5158 L:      linux-fbdev@vger.kernel.org
5159 S:      Maintained
5160 F:      Documentation/fb/intelfb.txt
5161 F:      drivers/video/fbdev/intelfb/
5162
5163 INTEL 810/815 FRAMEBUFFER DRIVER
5164 M:      Antonino Daplas <adaplas@gmail.com>
5165 L:      linux-fbdev@vger.kernel.org
5166 S:      Maintained
5167 F:      drivers/video/fbdev/i810/
5168
5169 INTEL MENLOW THERMAL DRIVER
5170 M:      Sujith Thomas <sujith.thomas@intel.com>
5171 L:      platform-driver-x86@vger.kernel.org
5172 W:      https://01.org/linux-acpi
5173 S:      Supported
5174 F:      drivers/platform/x86/intel_menlow.c
5175
5176 INTEL IA32 MICROCODE UPDATE SUPPORT
5177 M:      Borislav Petkov <bp@alien8.de>
5178 S:      Maintained
5179 F:      arch/x86/kernel/cpu/microcode/core*
5180 F:      arch/x86/kernel/cpu/microcode/intel*
5181
5182 INTEL I/OAT DMA DRIVER
5183 M:      Dave Jiang <dave.jiang@intel.com>
5184 R:      Dan Williams <dan.j.williams@intel.com>
5185 L:      dmaengine@vger.kernel.org
5186 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5187 S:      Supported
5188 F:      drivers/dma/ioat*
5189
5190 INTEL IOMMU (VT-d)
5191 M:      David Woodhouse <dwmw2@infradead.org>
5192 L:      iommu@lists.linux-foundation.org
5193 T:      git git://git.infradead.org/iommu-2.6.git
5194 S:      Supported
5195 F:      drivers/iommu/intel-iommu.c
5196 F:      include/linux/intel-iommu.h
5197
5198 INTEL IOP-ADMA DMA DRIVER
5199 R:      Dan Williams <dan.j.williams@intel.com>
5200 S:      Odd fixes
5201 F:      drivers/dma/iop-adma.c
5202
5203 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5204 M:      Krzysztof Halasa <khalasa@piap.pl>
5205 S:      Maintained
5206 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5207 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5208 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5209 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5210 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5211 F:      drivers/net/wan/ixp4xx_hss.c
5212
5213 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5214 M:      Deepak Saxena <dsaxena@plexity.net>
5215 S:      Maintained
5216 F:      drivers/char/hw_random/ixp4xx-rng.c
5217
5218 INTEL ETHERNET DRIVERS
5219 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5220 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5221 R:      Shannon Nelson <shannon.nelson@intel.com>
5222 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5223 R:      Don Skidmore <donald.c.skidmore@intel.com>
5224 R:      Matthew Vick <matthew.vick@intel.com>
5225 R:      John Ronciak <john.ronciak@intel.com>
5226 R:      Mitch Williams <mitch.a.williams@intel.com>
5227 L:      intel-wired-lan@lists.osuosl.org
5228 W:      http://www.intel.com/support/feedback.htm
5229 W:      http://e1000.sourceforge.net/
5230 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5233 S:      Supported
5234 F:      Documentation/networking/e100.txt
5235 F:      Documentation/networking/e1000.txt
5236 F:      Documentation/networking/e1000e.txt
5237 F:      Documentation/networking/igb.txt
5238 F:      Documentation/networking/igbvf.txt
5239 F:      Documentation/networking/ixgb.txt
5240 F:      Documentation/networking/ixgbe.txt
5241 F:      Documentation/networking/ixgbevf.txt
5242 F:      Documentation/networking/i40e.txt
5243 F:      Documentation/networking/i40evf.txt
5244 F:      drivers/net/ethernet/intel/
5245 F:      drivers/net/ethernet/intel/*/
5246
5247 INTEL-MID GPIO DRIVER
5248 M:      David Cohen <david.a.cohen@linux.intel.com>
5249 L:      linux-gpio@vger.kernel.org
5250 S:      Maintained
5251 F:      drivers/gpio/gpio-intel-mid.c
5252
5253 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5254 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5255 L:      linux-wireless@vger.kernel.org
5256 S:      Maintained
5257 F:      Documentation/networking/README.ipw2100
5258 F:      Documentation/networking/README.ipw2200
5259 F:      drivers/net/wireless/ipw2x00/
5260
5261 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5262 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5263 M:      Gang Wei <gang.wei@intel.com>
5264 M:      Shane Wang <shane.wang@intel.com>
5265 L:      tboot-devel@lists.sourceforge.net
5266 W:      http://tboot.sourceforge.net
5267 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5268 S:      Supported
5269 F:      Documentation/intel_txt.txt
5270 F:      include/linux/tboot.h
5271 F:      arch/x86/kernel/tboot.c
5272
5273 INTEL WIRELESS WIMAX CONNECTION 2400
5274 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5275 M:      linux-wimax@intel.com
5276 L:      wimax@linuxwimax.org (subscribers-only)
5277 S:      Supported
5278 W:      http://linuxwimax.org
5279 F:      Documentation/wimax/README.i2400m
5280 F:      drivers/net/wimax/i2400m/
5281 F:      include/uapi/linux/wimax/i2400m.h
5282
5283 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5284 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5285 L:      linux-wireless@vger.kernel.org
5286 S:      Supported
5287 F:      drivers/net/wireless/iwlegacy/
5288
5289 INTEL WIRELESS WIFI LINK (iwlwifi)
5290 M:      Johannes Berg <johannes.berg@intel.com>
5291 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5292 M:      Intel Linux Wireless <ilw@linux.intel.com>
5293 L:      linux-wireless@vger.kernel.org
5294 W:      http://intellinuxwireless.org
5295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5296 S:      Supported
5297 F:      drivers/net/wireless/iwlwifi/
5298
5299 INTEL MANAGEMENT ENGINE (mei)
5300 M:      Tomas Winkler <tomas.winkler@intel.com>
5301 L:      linux-kernel@vger.kernel.org
5302 S:      Supported
5303 F:      include/uapi/linux/mei.h
5304 F:      drivers/misc/mei/*
5305 F:      Documentation/misc-devices/mei/*
5306
5307 IOC3 ETHERNET DRIVER
5308 M:      Ralf Baechle <ralf@linux-mips.org>
5309 L:      linux-mips@linux-mips.org
5310 S:      Maintained
5311 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5312
5313 IOC3 SERIAL DRIVER
5314 M:      Pat Gefre <pfg@sgi.com>
5315 L:      linux-serial@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/tty/serial/ioc3_serial.c
5318
5319 IOMMU DRIVERS
5320 M:      Joerg Roedel <joro@8bytes.org>
5321 L:      iommu@lists.linux-foundation.org
5322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5323 S:      Maintained
5324 F:      drivers/iommu/
5325
5326 IP MASQUERADING
5327 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5328 S:      Maintained
5329 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5330
5331 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5332 M:      Francois Romieu <romieu@fr.zoreil.com>
5333 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5334 L:      netdev@vger.kernel.org
5335 S:      Maintained
5336 F:      drivers/net/ethernet/icplus/ipg.*
5337
5338 IPATH DRIVER
5339 M:      Mike Marciniszyn <infinipath@intel.com>
5340 L:      linux-rdma@vger.kernel.org
5341 S:      Maintained
5342 F:      drivers/infiniband/hw/ipath/
5343
5344 IPMI SUBSYSTEM
5345 M:      Corey Minyard <minyard@acm.org>
5346 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5347 W:      http://openipmi.sourceforge.net/
5348 S:      Supported
5349 F:      Documentation/IPMI.txt
5350 F:      drivers/char/ipmi/
5351 F:      include/linux/ipmi*
5352 F:      include/uapi/linux/ipmi*
5353
5354 QCOM AUDIO (ASoC) DRIVERS
5355 M:      Patrick Lai <plai@codeaurora.org>
5356 M:      Banajit Goswami <bgoswami@codeaurora.org>
5357 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5358 S:      Supported
5359 F:      sound/soc/qcom/
5360
5361 IPS SCSI RAID DRIVER
5362 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5363 L:      linux-scsi@vger.kernel.org
5364 W:      http://www.adaptec.com/
5365 S:      Maintained
5366 F:      drivers/scsi/ips*
5367
5368 IPVS
5369 M:      Wensong Zhang <wensong@linux-vs.org>
5370 M:      Simon Horman <horms@verge.net.au>
5371 M:      Julian Anastasov <ja@ssi.bg>
5372 L:      netdev@vger.kernel.org
5373 L:      lvs-devel@vger.kernel.org
5374 S:      Maintained
5375 F:      Documentation/networking/ipvs-sysctl.txt
5376 F:      include/net/ip_vs.h
5377 F:      include/uapi/linux/ip_vs.h
5378 F:      net/netfilter/ipvs/
5379
5380 IPWIRELESS DRIVER
5381 M:      Jiri Kosina <jkosina@suse.cz>
5382 M:      David Sterba <dsterba@suse.cz>
5383 S:      Odd Fixes
5384 F:      drivers/tty/ipwireless/
5385
5386 IPX NETWORK LAYER
5387 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5388 L:      netdev@vger.kernel.org
5389 S:      Maintained
5390 F:      include/net/ipx.h
5391 F:      include/uapi/linux/ipx.h
5392 F:      net/ipx/
5393
5394 IRDA SUBSYSTEM
5395 M:      Samuel Ortiz <samuel@sortiz.org>
5396 L:      irda-users@lists.sourceforge.net (subscribers-only)
5397 L:      netdev@vger.kernel.org
5398 W:      http://irda.sourceforge.net/
5399 S:      Maintained
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5401 F:      Documentation/networking/irda.txt
5402 F:      drivers/net/irda/
5403 F:      include/net/irda/
5404 F:      net/irda/
5405
5406 IRQ SUBSYSTEM
5407 M:      Thomas Gleixner <tglx@linutronix.de>
5408 L:      linux-kernel@vger.kernel.org
5409 S:      Maintained
5410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5411 F:      kernel/irq/
5412
5413 IRQCHIP DRIVERS
5414 M:      Thomas Gleixner <tglx@linutronix.de>
5415 M:      Jason Cooper <jason@lakedaemon.net>
5416 L:      linux-kernel@vger.kernel.org
5417 S:      Maintained
5418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5419 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5420 F:      Documentation/devicetree/bindings/interrupt-controller/
5421 F:      drivers/irqchip/
5422
5423 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5424 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5425 S:      Maintained
5426 F:      Documentation/IRQ-domain.txt
5427 F:      include/linux/irqdomain.h
5428 F:      kernel/irq/irqdomain.c
5429
5430 ISAPNP
5431 M:      Jaroslav Kysela <perex@perex.cz>
5432 S:      Maintained
5433 F:      Documentation/isapnp.txt
5434 F:      drivers/pnp/isapnp/
5435 F:      include/linux/isapnp.h
5436
5437 ISA RADIO MODULE
5438 M:      Hans Verkuil <hverkuil@xs4all.nl>
5439 L:      linux-media@vger.kernel.org
5440 T:      git git://linuxtv.org/media_tree.git
5441 W:      http://linuxtv.org
5442 S:      Maintained
5443 F:      drivers/media/radio/radio-isa*
5444
5445 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5446 M:      Peter Jones <pjones@redhat.com>
5447 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5448 S:      Maintained
5449 F:      drivers/firmware/iscsi_ibft*
5450
5451 ISCSI
5452 M:      Mike Christie <michaelc@cs.wisc.edu>
5453 L:      open-iscsi@googlegroups.com
5454 W:      www.open-iscsi.org
5455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5456 S:      Maintained
5457 F:      drivers/scsi/*iscsi*
5458 F:      include/scsi/*iscsi*
5459
5460 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5461 M:      Or Gerlitz <ogerlitz@mellanox.com>
5462 M:      Sagi Grimberg <sagig@mellanox.com>
5463 M:      Roi Dayan <roid@mellanox.com>
5464 L:      linux-rdma@vger.kernel.org
5465 S:      Supported
5466 W:      http://www.openfabrics.org
5467 W:      www.open-iscsi.org
5468 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5469 F:      drivers/infiniband/ulp/iser/
5470
5471 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5472 M:      Sagi Grimberg <sagig@mellanox.com>
5473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5474 L:      linux-rdma@vger.kernel.org
5475 L:      target-devel@vger.kernel.org
5476 S:      Supported
5477 W:      http://www.linux-iscsi.org
5478 F:      drivers/infiniband/ulp/isert
5479
5480 ISDN SUBSYSTEM
5481 M:      Karsten Keil <isdn@linux-pingi.de>
5482 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5483 L:      netdev@vger.kernel.org
5484 W:      http://www.isdn4linux.de
5485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5486 S:      Maintained
5487 F:      Documentation/isdn/
5488 F:      drivers/isdn/
5489 F:      include/linux/isdn.h
5490 F:      include/linux/isdn/
5491 F:      include/uapi/linux/isdn.h
5492 F:      include/uapi/linux/isdn/
5493
5494 ISDN SUBSYSTEM (Eicon active card driver)
5495 M:      Armin Schindler <mac@melware.de>
5496 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5497 W:      http://www.melware.de
5498 S:      Maintained
5499 F:      drivers/isdn/hardware/eicon/
5500
5501 IT87 HARDWARE MONITORING DRIVER
5502 M:      Jean Delvare <jdelvare@suse.de>
5503 L:      lm-sensors@lm-sensors.org
5504 S:      Maintained
5505 F:      Documentation/hwmon/it87
5506 F:      drivers/hwmon/it87.c
5507
5508 IT913X MEDIA DRIVER
5509 M:      Antti Palosaari <crope@iki.fi>
5510 L:      linux-media@vger.kernel.org
5511 W:      http://linuxtv.org/
5512 W:      http://palosaari.fi/linux/
5513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5514 T:      git git://linuxtv.org/anttip/media_tree.git
5515 S:      Maintained
5516 F:      drivers/media/tuners/it913x*
5517
5518 IVTV VIDEO4LINUX DRIVER
5519 M:      Andy Walls <awalls@md.metrocast.net>
5520 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5521 L:      linux-media@vger.kernel.org
5522 T:      git git://linuxtv.org/media_tree.git
5523 W:      http://www.ivtvdriver.org
5524 S:      Maintained
5525 F:      Documentation/video4linux/*.ivtv
5526 F:      drivers/media/pci/ivtv/
5527 F:      include/uapi/linux/ivtv*
5528
5529 IX2505V MEDIA DRIVER
5530 M:      Malcolm Priestley <tvboxspy@gmail.com>
5531 L:      linux-media@vger.kernel.org
5532 W:      http://linuxtv.org/
5533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5534 S:      Maintained
5535 F:      drivers/media/dvb-frontends/ix2505v*
5536
5537 JC42.4 TEMPERATURE SENSOR DRIVER
5538 M:      Guenter Roeck <linux@roeck-us.net>
5539 L:      lm-sensors@lm-sensors.org
5540 S:      Maintained
5541 F:      drivers/hwmon/jc42.c
5542 F:      Documentation/hwmon/jc42
5543
5544 JFS FILESYSTEM
5545 M:      Dave Kleikamp <shaggy@kernel.org>
5546 L:      jfs-discussion@lists.sourceforge.net
5547 W:      http://jfs.sourceforge.net/
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5549 S:      Maintained
5550 F:      Documentation/filesystems/jfs.txt
5551 F:      fs/jfs/
5552
5553 JME NETWORK DRIVER
5554 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5555 L:      netdev@vger.kernel.org
5556 S:      Maintained
5557 F:      drivers/net/ethernet/jme.*
5558
5559 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5560 M:      David Woodhouse <dwmw2@infradead.org>
5561 L:      linux-mtd@lists.infradead.org
5562 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5563 S:      Maintained
5564 F:      fs/jffs2/
5565 F:      include/uapi/linux/jffs2.h
5566
5567 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5568 M:      Andrew Morton <akpm@linux-foundation.org>
5569 M:      Jan Kara <jack@suse.cz>
5570 L:      linux-ext4@vger.kernel.org
5571 S:      Maintained
5572 F:      fs/jbd/
5573 F:      include/linux/jbd.h
5574
5575 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5576 M:      "Theodore Ts'o" <tytso@mit.edu>
5577 L:      linux-ext4@vger.kernel.org
5578 S:      Maintained
5579 F:      fs/jbd2/
5580 F:      include/linux/jbd2.h
5581
5582 JSM Neo PCI based serial card
5583 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5584 L:      linux-serial@vger.kernel.org
5585 S:      Maintained
5586 F:      drivers/tty/serial/jsm/
5587
5588 K10TEMP HARDWARE MONITORING DRIVER
5589 M:      Clemens Ladisch <clemens@ladisch.de>
5590 L:      lm-sensors@lm-sensors.org
5591 S:      Maintained
5592 F:      Documentation/hwmon/k10temp
5593 F:      drivers/hwmon/k10temp.c
5594
5595 K8TEMP HARDWARE MONITORING DRIVER
5596 M:      Rudolf Marek <r.marek@assembler.cz>
5597 L:      lm-sensors@lm-sensors.org
5598 S:      Maintained
5599 F:      Documentation/hwmon/k8temp
5600 F:      drivers/hwmon/k8temp.c
5601
5602 KCONFIG
5603 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5604 L:      linux-kbuild@vger.kernel.org
5605 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5606 S:      Maintained
5607 F:      Documentation/kbuild/kconfig-language.txt
5608 F:      scripts/kconfig/
5609
5610 KDUMP
5611 M:      Vivek Goyal <vgoyal@redhat.com>
5612 M:      Haren Myneni <hbabu@us.ibm.com>
5613 L:      kexec@lists.infradead.org
5614 W:      http://lse.sourceforge.net/kdump/
5615 S:      Maintained
5616 F:      Documentation/kdump/
5617
5618 KEENE FM RADIO TRANSMITTER DRIVER
5619 M:      Hans Verkuil <hverkuil@xs4all.nl>
5620 L:      linux-media@vger.kernel.org
5621 T:      git git://linuxtv.org/media_tree.git
5622 W:      http://linuxtv.org
5623 S:      Maintained
5624 F:      drivers/media/radio/radio-keene*
5625
5626 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5627 M:      Ian Kent <raven@themaw.net>
5628 L:      autofs@vger.kernel.org
5629 S:      Maintained
5630 F:      fs/autofs4/
5631
5632 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5633 M:      Michal Marek <mmarek@suse.cz>
5634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5636 L:      linux-kbuild@vger.kernel.org
5637 S:      Maintained
5638 F:      Documentation/kbuild/
5639 F:      Makefile
5640 F:      scripts/Makefile.*
5641 F:      scripts/basic/
5642 F:      scripts/mk*
5643 F:      scripts/package/
5644
5645 KERNEL JANITORS
5646 L:      kernel-janitors@vger.kernel.org
5647 W:      http://kernelnewbies.org/KernelJanitors
5648 S:      Odd Fixes
5649
5650 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5651 M:      "J. Bruce Fields" <bfields@fieldses.org>
5652 L:      linux-nfs@vger.kernel.org
5653 W:      http://nfs.sourceforge.net/
5654 S:      Supported
5655 F:      fs/nfsd/
5656 F:      include/uapi/linux/nfsd/
5657 F:      fs/lockd/
5658 F:      fs/nfs_common/
5659 F:      net/sunrpc/
5660 F:      include/linux/lockd/
5661 F:      include/linux/sunrpc/
5662 F:      include/uapi/linux/sunrpc/
5663
5664 KERNEL SELFTEST FRAMEWORK
5665 M:      Shuah Khan <shuahkh@osg.samsung.com>
5666 L:      linux-api@vger.kernel.org
5667 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5668 S:      Maintained
5669 F:      tools/testing/selftests
5670
5671 KERNEL VIRTUAL MACHINE (KVM)
5672 M:      Gleb Natapov <gleb@kernel.org>
5673 M:      Paolo Bonzini <pbonzini@redhat.com>
5674 L:      kvm@vger.kernel.org
5675 W:      http://www.linux-kvm.org
5676 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5677 S:      Supported
5678 F:      Documentation/*/kvm*.txt
5679 F:      Documentation/virtual/kvm/
5680 F:      arch/*/kvm/
5681 F:      arch/x86/kernel/kvm.c
5682 F:      arch/x86/kernel/kvmclock.c
5683 F:      arch/*/include/asm/kvm*
5684 F:      include/linux/kvm*
5685 F:      include/uapi/linux/kvm*
5686 F:      virt/kvm/
5687
5688 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5689 M:      Joerg Roedel <joro@8bytes.org>
5690 L:      kvm@vger.kernel.org
5691 W:      http://kvm.qumranet.com
5692 S:      Maintained
5693 F:      arch/x86/include/asm/svm.h
5694 F:      arch/x86/kvm/svm.c
5695
5696 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5697 M:      Alexander Graf <agraf@suse.de>
5698 L:      kvm-ppc@vger.kernel.org
5699 W:      http://kvm.qumranet.com
5700 T:      git git://github.com/agraf/linux-2.6.git
5701 S:      Supported
5702 F:      arch/powerpc/include/asm/kvm*
5703 F:      arch/powerpc/kvm/
5704
5705 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5706 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5707 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5708 M:      linux390@de.ibm.com
5709 L:      linux-s390@vger.kernel.org
5710 W:      http://www.ibm.com/developerworks/linux/linux390/
5711 S:      Supported
5712 F:      Documentation/s390/kvm.txt
5713 F:      arch/s390/include/asm/kvm*
5714 F:      arch/s390/kvm/
5715 F:      drivers/s390/kvm/
5716
5717 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5718 M:      Christoffer Dall <christoffer.dall@linaro.org>
5719 M:      Marc Zyngier <marc.zyngier@arm.com>
5720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5721 L:      kvmarm@lists.cs.columbia.edu
5722 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5723 S:      Supported
5724 F:      arch/arm/include/uapi/asm/kvm*
5725 F:      arch/arm/include/asm/kvm*
5726 F:      arch/arm/kvm/
5727 F:      virt/kvm/arm/
5728 F:      include/kvm/arm_*
5729
5730 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5731 M:      Christoffer Dall <christoffer.dall@linaro.org>
5732 M:      Marc Zyngier <marc.zyngier@arm.com>
5733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5734 L:      kvmarm@lists.cs.columbia.edu
5735 S:      Maintained
5736 F:      arch/arm64/include/uapi/asm/kvm*
5737 F:      arch/arm64/include/asm/kvm*
5738 F:      arch/arm64/kvm/
5739
5740 KEXEC
5741 M:      Eric Biederman <ebiederm@xmission.com>
5742 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5743 L:      kexec@lists.infradead.org
5744 S:      Maintained
5745 F:      include/linux/kexec.h
5746 F:      include/uapi/linux/kexec.h
5747 F:      kernel/kexec.c
5748
5749 KEYS/KEYRINGS:
5750 M:      David Howells <dhowells@redhat.com>
5751 L:      keyrings@linux-nfs.org
5752 S:      Maintained
5753 F:      Documentation/security/keys.txt
5754 F:      include/linux/key.h
5755 F:      include/linux/key-type.h
5756 F:      include/keys/
5757 F:      security/keys/
5758
5759 KEYS-TRUSTED
5760 M:      David Safford <safford@us.ibm.com>
5761 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5762 L:      linux-security-module@vger.kernel.org
5763 L:      keyrings@linux-nfs.org
5764 S:      Supported
5765 F:      Documentation/security/keys-trusted-encrypted.txt
5766 F:      include/keys/trusted-type.h
5767 F:      security/keys/trusted.c
5768 F:      security/keys/trusted.h
5769
5770 KEYS-ENCRYPTED
5771 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5772 M:      David Safford <safford@us.ibm.com>
5773 L:      linux-security-module@vger.kernel.org
5774 L:      keyrings@linux-nfs.org
5775 S:      Supported
5776 F:      Documentation/security/keys-trusted-encrypted.txt
5777 F:      include/keys/encrypted-type.h
5778 F:      security/keys/encrypted-keys/
5779
5780 KGDB / KDB /debug_core
5781 M:      Jason Wessel <jason.wessel@windriver.com>
5782 W:      http://kgdb.wiki.kernel.org/
5783 L:      kgdb-bugreport@lists.sourceforge.net
5784 S:      Maintained
5785 F:      Documentation/DocBook/kgdb.tmpl
5786 F:      drivers/misc/kgdbts.c
5787 F:      drivers/tty/serial/kgdboc.c
5788 F:      include/linux/kdb.h
5789 F:      include/linux/kgdb.h
5790 F:      kernel/debug/
5791
5792 KMEMCHECK
5793 M:      Vegard Nossum <vegardno@ifi.uio.no>
5794 M:      Pekka Enberg <penberg@kernel.org>
5795 S:      Maintained
5796 F:      Documentation/kmemcheck.txt
5797 F:      arch/x86/include/asm/kmemcheck.h
5798 F:      arch/x86/mm/kmemcheck/
5799 F:      include/linux/kmemcheck.h
5800 F:      mm/kmemcheck.c
5801
5802 KMEMLEAK
5803 M:      Catalin Marinas <catalin.marinas@arm.com>
5804 S:      Maintained
5805 F:      Documentation/kmemleak.txt
5806 F:      include/linux/kmemleak.h
5807 F:      mm/kmemleak.c
5808 F:      mm/kmemleak-test.c
5809
5810 KPROBES
5811 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5812 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5813 M:      "David S. Miller" <davem@davemloft.net>
5814 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5815 S:      Maintained
5816 F:      Documentation/kprobes.txt
5817 F:      include/linux/kprobes.h
5818 F:      kernel/kprobes.c
5819
5820 KS0108 LCD CONTROLLER DRIVER
5821 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5822 W:      http://miguelojeda.es/auxdisplay.htm
5823 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5824 S:      Maintained
5825 F:      Documentation/auxdisplay/ks0108
5826 F:      drivers/auxdisplay/ks0108.c
5827 F:      include/linux/ks0108.h
5828
5829 LAPB module
5830 L:      linux-x25@vger.kernel.org
5831 S:      Orphan
5832 F:      Documentation/networking/lapb-module.txt
5833 F:      include/*/lapb.h
5834 F:      net/lapb/
5835
5836 LASI 53c700 driver for PARISC
5837 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5838 L:      linux-scsi@vger.kernel.org
5839 S:      Maintained
5840 F:      Documentation/scsi/53c700.txt
5841 F:      drivers/scsi/53c700*
5842
5843 LED SUBSYSTEM
5844 M:      Bryan Wu <cooloney@gmail.com>
5845 M:      Richard Purdie <rpurdie@rpsys.net>
5846 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5847 L:      linux-leds@vger.kernel.org
5848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5849 S:      Maintained
5850 F:      drivers/leds/
5851 F:      include/linux/leds.h
5852
5853 LEGACY EEPROM DRIVER
5854 M:      Jean Delvare <jdelvare@suse.de>
5855 S:      Maintained
5856 F:      Documentation/misc-devices/eeprom
5857 F:      drivers/misc/eeprom/eeprom.c
5858
5859 LEGO USB Tower driver
5860 M:      Juergen Stuber <starblue@users.sourceforge.net>
5861 L:      legousb-devel@lists.sourceforge.net
5862 W:      http://legousb.sourceforge.net/
5863 S:      Maintained
5864 F:      drivers/usb/misc/legousbtower.c
5865
5866 LG2160 MEDIA DRIVER
5867 M:      Michael Krufky <mkrufky@linuxtv.org>
5868 L:      linux-media@vger.kernel.org
5869 W:      http://linuxtv.org/
5870 W:      http://github.com/mkrufky
5871 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5872 T:      git git://linuxtv.org/mkrufky/tuners.git
5873 S:      Maintained
5874 F:      drivers/media/dvb-frontends/lg2160.*
5875
5876 LGDT3305 MEDIA DRIVER
5877 M:      Michael Krufky <mkrufky@linuxtv.org>
5878 L:      linux-media@vger.kernel.org
5879 W:      http://linuxtv.org/
5880 W:      http://github.com/mkrufky
5881 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5882 T:      git git://linuxtv.org/mkrufky/tuners.git
5883 S:      Maintained
5884 F:      drivers/media/dvb-frontends/lgdt3305.*
5885
5886 LGUEST
5887 M:      Rusty Russell <rusty@rustcorp.com.au>
5888 L:      lguest@lists.ozlabs.org
5889 W:      http://lguest.ozlabs.org/
5890 S:      Odd Fixes
5891 F:      arch/x86/include/asm/lguest*.h
5892 F:      arch/x86/lguest/
5893 F:      drivers/lguest/
5894 F:      include/linux/lguest*.h
5895 F:      tools/lguest/
5896
5897 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5898 M:      Tejun Heo <tj@kernel.org>
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/
5903 F:      include/linux/ata.h
5904 F:      include/linux/libata.h
5905
5906 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5907 M:      Viresh Kumar <viresh.linux@gmail.com>
5908 L:      linux-ide@vger.kernel.org
5909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5910 S:      Maintained
5911 F:      include/linux/pata_arasan_cf_data.h
5912 F:      drivers/ata/pata_arasan_cf.c
5913
5914 LIBATA PATA DRIVERS
5915 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5916 M:      Tejun Heo <tj@kernel.org>
5917 L:      linux-ide@vger.kernel.org
5918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5919 S:      Maintained
5920 F:      drivers/ata/pata_*.c
5921 F:      drivers/ata/ata_generic.c
5922
5923 LIBATA SATA AHCI PLATFORM devices support
5924 M:      Hans de Goede <hdegoede@redhat.com>
5925 M:      Tejun Heo <tj@kernel.org>
5926 L:      linux-ide@vger.kernel.org
5927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5928 S:      Maintained
5929 F:      drivers/ata/ahci_platform.c
5930 F:      drivers/ata/libahci_platform.c
5931 F:      include/linux/ahci_platform.h
5932
5933 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5934 M:      Mikael Pettersson <mikpelinux@gmail.com>
5935 L:      linux-ide@vger.kernel.org
5936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5937 S:      Maintained
5938 F:      drivers/ata/sata_promise.*
5939
5940 LIBLOCKDEP
5941 M:      Sasha Levin <sasha.levin@oracle.com>
5942 S:      Maintained
5943 F:      tools/lib/lockdep/
5944
5945 LINUX FOR IBM pSERIES (RS/6000)
5946 M:      Paul Mackerras <paulus@au.ibm.com>
5947 W:      http://www.ibm.com/linux/ltc/projects/ppc
5948 S:      Supported
5949 F:      arch/powerpc/boot/rs6000.h
5950
5951 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5952 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5953 M:      Paul Mackerras <paulus@samba.org>
5954 M:      Michael Ellerman <mpe@ellerman.id.au>
5955 W:      http://www.penguinppc.org/
5956 L:      linuxppc-dev@lists.ozlabs.org
5957 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5959 S:      Supported
5960 F:      Documentation/powerpc/
5961 F:      arch/powerpc/
5962
5963 LINUX FOR POWER MACINTOSH
5964 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5965 W:      http://www.penguinppc.org/
5966 L:      linuxppc-dev@lists.ozlabs.org
5967 S:      Maintained
5968 F:      arch/powerpc/platforms/powermac/
5969 F:      drivers/macintosh/
5970
5971 LINUX FOR POWERPC EMBEDDED MPC5XXX
5972 M:      Anatolij Gustschin <agust@denx.de>
5973 L:      linuxppc-dev@lists.ozlabs.org
5974 T:      git git://git.denx.de/linux-denx-agust.git
5975 S:      Maintained
5976 F:      arch/powerpc/platforms/512x/
5977 F:      arch/powerpc/platforms/52xx/
5978
5979 LINUX FOR POWERPC EMBEDDED PPC4XX
5980 M:      Alistair Popple <alistair@popple.id.au>
5981 M:      Matt Porter <mporter@kernel.crashing.org>
5982 W:      http://www.penguinppc.org/
5983 L:      linuxppc-dev@lists.ozlabs.org
5984 S:      Maintained
5985 F:      arch/powerpc/platforms/40x/
5986 F:      arch/powerpc/platforms/44x/
5987
5988 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5989 L:      linuxppc-dev@lists.ozlabs.org
5990 S:      Orphan
5991 F:      arch/powerpc/*/*virtex*
5992 F:      arch/powerpc/*/*/*virtex*
5993
5994 LINUX FOR POWERPC EMBEDDED PPC8XX
5995 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5996 W:      http://www.penguinppc.org/
5997 L:      linuxppc-dev@lists.ozlabs.org
5998 S:      Maintained
5999 F:      arch/powerpc/platforms/8xx/
6000
6001 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6002 M:      Scott Wood <scottwood@freescale.com>
6003 M:      Kumar Gala <galak@kernel.crashing.org>
6004 W:      http://www.penguinppc.org/
6005 L:      linuxppc-dev@lists.ozlabs.org
6006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6007 S:      Maintained
6008 F:      arch/powerpc/platforms/83xx/
6009 F:      arch/powerpc/platforms/85xx/
6010
6011 LINUX FOR POWERPC PA SEMI PWRFICIENT
6012 M:      Olof Johansson <olof@lixom.net>
6013 L:      linuxppc-dev@lists.ozlabs.org
6014 S:      Maintained
6015 F:      arch/powerpc/platforms/pasemi/
6016 F:      drivers/*/*pasemi*
6017 F:      drivers/*/*/*pasemi*
6018
6019 LINUX SECURITY MODULE (LSM) FRAMEWORK
6020 M:      Chris Wright <chrisw@sous-sol.org>
6021 L:      linux-security-module@vger.kernel.org
6022 S:      Supported
6023
6024 LIS3LV02D ACCELEROMETER DRIVER
6025 M:      Eric Piel <eric.piel@tremplin-utc.net>
6026 S:      Maintained
6027 F:      Documentation/misc-devices/lis3lv02d
6028 F:      drivers/misc/lis3lv02d/
6029 F:      drivers/platform/x86/hp_accel.c
6030
6031 LIVE PATCHING
6032 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6033 M:      Seth Jennings <sjenning@redhat.com>
6034 M:      Jiri Kosina <jkosina@suse.cz>
6035 M:      Vojtech Pavlik <vojtech@suse.cz>
6036 S:      Maintained
6037 F:      kernel/livepatch/
6038 F:      include/linux/livepatch.h
6039 F:      arch/x86/include/asm/livepatch.h
6040 F:      arch/x86/kernel/livepatch.c
6041 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6042 F:      samples/livepatch/
6043 L:      live-patching@vger.kernel.org
6044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6045
6046 LLC (802.2)
6047 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6048 S:      Maintained
6049 F:      include/linux/llc.h
6050 F:      include/uapi/linux/llc.h
6051 F:      include/net/llc*
6052 F:      net/llc/
6053
6054 LM73 HARDWARE MONITOR DRIVER
6055 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6056 L:      lm-sensors@lm-sensors.org
6057 S:      Maintained
6058 F:      drivers/hwmon/lm73.c
6059
6060 LM78 HARDWARE MONITOR DRIVER
6061 M:      Jean Delvare <jdelvare@suse.de>
6062 L:      lm-sensors@lm-sensors.org
6063 S:      Maintained
6064 F:      Documentation/hwmon/lm78
6065 F:      drivers/hwmon/lm78.c
6066
6067 LM83 HARDWARE MONITOR DRIVER
6068 M:      Jean Delvare <jdelvare@suse.de>
6069 L:      lm-sensors@lm-sensors.org
6070 S:      Maintained
6071 F:      Documentation/hwmon/lm83
6072 F:      drivers/hwmon/lm83.c
6073
6074 LM90 HARDWARE MONITOR DRIVER
6075 M:      Jean Delvare <jdelvare@suse.de>
6076 L:      lm-sensors@lm-sensors.org
6077 S:      Maintained
6078 F:      Documentation/hwmon/lm90
6079 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6080 F:      drivers/hwmon/lm90.c
6081
6082 LM95234 HARDWARE MONITOR DRIVER
6083 M:      Guenter Roeck <linux@roeck-us.net>
6084 L:      lm-sensors@lm-sensors.org
6085 S:      Maintained
6086 F:      Documentation/hwmon/lm95234
6087 F:      drivers/hwmon/lm95234.c
6088
6089 LME2510 MEDIA DRIVER
6090 M:      Malcolm Priestley <tvboxspy@gmail.com>
6091 L:      linux-media@vger.kernel.org
6092 W:      http://linuxtv.org/
6093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6094 S:      Maintained
6095 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6096
6097 LOCKDEP AND LOCKSTAT
6098 M:      Peter Zijlstra <peterz@infradead.org>
6099 M:      Ingo Molnar <mingo@redhat.com>
6100 L:      linux-kernel@vger.kernel.org
6101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6102 S:      Maintained
6103 F:      Documentation/locking/lockdep*.txt
6104 F:      Documentation/locking/lockstat.txt
6105 F:      include/linux/lockdep.h
6106 F:      kernel/locking/
6107
6108 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6109 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6110 L:      linux-ntfs-dev@lists.sourceforge.net
6111 W:      http://www.linux-ntfs.org/content/view/19/37/
6112 S:      Maintained
6113 F:      Documentation/ldm.txt
6114 F:      block/partitions/ldm.*
6115
6116 LogFS
6117 M:      Joern Engel <joern@logfs.org>
6118 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6119 L:      logfs@logfs.org
6120 W:      logfs.org
6121 S:      Maintained
6122 F:      fs/logfs/
6123
6124 LPC32XX MACHINE SUPPORT
6125 M:      Roland Stigge <stigge@antcom.de>
6126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6127 S:      Maintained
6128 F:      arch/arm/mach-lpc32xx/
6129
6130 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6131 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6132 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6133 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6134 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6135 L:      MPT-FusionLinux.pdl@avagotech.com
6136 L:      linux-scsi@vger.kernel.org
6137 W:      http://www.lsilogic.com/support
6138 S:      Supported
6139 F:      drivers/message/fusion/
6140 F:      drivers/scsi/mpt2sas/
6141 F:      drivers/scsi/mpt3sas/
6142
6143 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6144 M:      Matthew Wilcox <matthew@wil.cx>
6145 L:      linux-scsi@vger.kernel.org
6146 S:      Maintained
6147 F:      drivers/scsi/sym53c8xx_2/
6148
6149 LTC4261 HARDWARE MONITOR DRIVER
6150 M:      Guenter Roeck <linux@roeck-us.net>
6151 L:      lm-sensors@lm-sensors.org
6152 S:      Maintained
6153 F:      Documentation/hwmon/ltc4261
6154 F:      drivers/hwmon/ltc4261.c
6155
6156 LTP (Linux Test Project)
6157 M:      Mike Frysinger <vapier@gentoo.org>
6158 M:      Cyril Hrubis <chrubis@suse.cz>
6159 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6160 M:      Jan Stancek <jstancek@redhat.com>
6161 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6162 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6163 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6164 W:      http://linux-test-project.github.io/
6165 T:      git git://github.com/linux-test-project/ltp.git
6166 S:      Maintained
6167
6168 M32R ARCHITECTURE
6169 W:      http://www.linux-m32r.org/
6170 S:      Orphan
6171 F:      arch/m32r/
6172
6173 M68K ARCHITECTURE
6174 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6175 L:      linux-m68k@lists.linux-m68k.org
6176 W:      http://www.linux-m68k.org/
6177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6178 S:      Maintained
6179 F:      arch/m68k/
6180 F:      drivers/zorro/
6181
6182 M68K ON APPLE MACINTOSH
6183 M:      Joshua Thompson <funaho@jurai.org>
6184 W:      http://www.mac.linux-m68k.org/
6185 L:      linux-m68k@lists.linux-m68k.org
6186 S:      Maintained
6187 F:      arch/m68k/mac/
6188
6189 M68K ON HP9000/300
6190 M:      Philip Blundell <philb@gnu.org>
6191 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6192 S:      Maintained
6193 F:      arch/m68k/hp300/
6194
6195 M88DS3103 MEDIA DRIVER
6196 M:      Antti Palosaari <crope@iki.fi>
6197 L:      linux-media@vger.kernel.org
6198 W:      http://linuxtv.org/
6199 W:      http://palosaari.fi/linux/
6200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6201 T:      git git://linuxtv.org/anttip/media_tree.git
6202 S:      Maintained
6203 F:      drivers/media/dvb-frontends/m88ds3103*
6204
6205 M88RS2000 MEDIA DRIVER
6206 M:      Malcolm Priestley <tvboxspy@gmail.com>
6207 L:      linux-media@vger.kernel.org
6208 W:      http://linuxtv.org/
6209 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6210 S:      Maintained
6211 F:      drivers/media/dvb-frontends/m88rs2000*
6212
6213 MA901 MASTERKIT USB FM RADIO DRIVER
6214 M:      Alexey Klimov <klimov.linux@gmail.com>
6215 L:      linux-media@vger.kernel.org
6216 T:      git git://linuxtv.org/media_tree.git
6217 S:      Maintained
6218 F:      drivers/media/radio/radio-ma901.c
6219
6220 MAC80211
6221 M:      Johannes Berg <johannes@sipsolutions.net>
6222 L:      linux-wireless@vger.kernel.org
6223 W:      http://wireless.kernel.org/
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6226 S:      Maintained
6227 F:      Documentation/networking/mac80211-injection.txt
6228 F:      include/net/mac80211.h
6229 F:      net/mac80211/
6230
6231 MACVLAN DRIVER
6232 M:      Patrick McHardy <kaber@trash.net>
6233 L:      netdev@vger.kernel.org
6234 S:      Maintained
6235 F:      drivers/net/macvlan.c
6236 F:      include/linux/if_macvlan.h
6237
6238 MAILBOX API
6239 M:      Jassi Brar <jassisinghbrar@gmail.com>
6240 L:      linux-kernel@vger.kernel.org
6241 S:      Maintained
6242 F:      drivers/mailbox/
6243 F:      include/linux/mailbox_client.h
6244 F:      include/linux/mailbox_controller.h
6245
6246 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6247 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6248 W:      http://www.kernel.org/doc/man-pages
6249 L:      linux-man@vger.kernel.org
6250 S:      Maintained
6251
6252 MARVELL ARMADA DRM SUPPORT
6253 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6254 S:      Maintained
6255 F:      drivers/gpu/drm/armada/
6256
6257 MARVELL 88E6352 DSA support
6258 M:      Guenter Roeck <linux@roeck-us.net>
6259 S:      Maintained
6260 F:      drivers/net/dsa/mv88e6352.c
6261
6262 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6263 M:      Mirko Lindner <mlindner@marvell.com>
6264 M:      Stephen Hemminger <stephen@networkplumber.org>
6265 L:      netdev@vger.kernel.org
6266 S:      Maintained
6267 F:      drivers/net/ethernet/marvell/sk*
6268
6269 MARVELL LIBERTAS WIRELESS DRIVER
6270 L:      libertas-dev@lists.infradead.org
6271 S:      Orphan
6272 F:      drivers/net/wireless/libertas/
6273
6274 MARVELL MV643XX ETHERNET DRIVER
6275 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6276 L:      netdev@vger.kernel.org
6277 S:      Maintained
6278 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6279 F:      include/linux/mv643xx.h
6280
6281 MARVELL MVNETA ETHERNET DRIVER
6282 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6283 L:      netdev@vger.kernel.org
6284 S:      Maintained
6285 F:      drivers/net/ethernet/marvell/mvneta.*
6286
6287 MARVELL MWIFIEX WIRELESS DRIVER
6288 M:      Amitkumar Karwar <akarwar@marvell.com>
6289 M:      Avinash Patil <patila@marvell.com>
6290 L:      linux-wireless@vger.kernel.org
6291 S:      Maintained
6292 F:      drivers/net/wireless/mwifiex/
6293
6294 MARVELL MWL8K WIRELESS DRIVER
6295 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6296 L:      linux-wireless@vger.kernel.org
6297 S:      Odd Fixes
6298 F:      drivers/net/wireless/mwl8k.c
6299
6300 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6301 M:      Nicolas Pitre <nico@fluxnic.net>
6302 S:      Odd Fixes
6303 F:      drivers/mmc/host/mvsdio.*
6304
6305 MATROX FRAMEBUFFER DRIVER
6306 L:      linux-fbdev@vger.kernel.org
6307 S:      Orphan
6308 F:      drivers/video/fbdev/matrox/matroxfb_*
6309 F:      include/uapi/linux/matroxfb.h
6310
6311 MAX16065 HARDWARE MONITOR DRIVER
6312 M:      Guenter Roeck <linux@roeck-us.net>
6313 L:      lm-sensors@lm-sensors.org
6314 S:      Maintained
6315 F:      Documentation/hwmon/max16065
6316 F:      drivers/hwmon/max16065.c
6317
6318 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6319 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6320 L:      lm-sensors@lm-sensors.org
6321 S:      Maintained
6322 F:      Documentation/hwmon/max6650
6323 F:      drivers/hwmon/max6650.c
6324
6325 MAX6697 HARDWARE MONITOR DRIVER
6326 M:      Guenter Roeck <linux@roeck-us.net>
6327 L:      lm-sensors@lm-sensors.org
6328 S:      Maintained
6329 F:      Documentation/hwmon/max6697
6330 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6331 F:      drivers/hwmon/max6697.c
6332 F:      include/linux/platform_data/max6697.h
6333
6334 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6335 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6336 L:      linux-pm@vger.kernel.org
6337 S:      Supported
6338 F:      drivers/power/max14577_charger.c
6339 F:      drivers/power/max77693_charger.c
6340
6341 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6342 M:      Chanwoo Choi <cw00.choi@samsung.com>
6343 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6344 L:      linux-kernel@vger.kernel.org
6345 S:      Supported
6346 F:      drivers/*/max14577.c
6347 F:      drivers/*/max77686.c
6348 F:      drivers/*/max77693.c
6349 F:      drivers/extcon/extcon-max14577.c
6350 F:      drivers/extcon/extcon-max77693.c
6351 F:      drivers/rtc/rtc-max77686.c
6352 F:      drivers/clk/clk-max77686.c
6353 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6354 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6355 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6356 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6357 F:      include/linux/mfd/max14577*.h
6358 F:      include/linux/mfd/max77686*.h
6359 F:      include/linux/mfd/max77693*.h
6360
6361 MAXIRADIO FM RADIO RECEIVER DRIVER
6362 M:      Hans Verkuil <hverkuil@xs4all.nl>
6363 L:      linux-media@vger.kernel.org
6364 T:      git git://linuxtv.org/media_tree.git
6365 W:      http://linuxtv.org
6366 S:      Maintained
6367 F:      drivers/media/radio/radio-maxiradio*
6368
6369 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6370 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6371 P:      LinuxTV.org Project
6372 L:      linux-media@vger.kernel.org
6373 W:      http://linuxtv.org
6374 Q:      http://patchwork.kernel.org/project/linux-media/list/
6375 T:      git git://linuxtv.org/media_tree.git
6376 S:      Maintained
6377 F:      Documentation/dvb/
6378 F:      Documentation/video4linux/
6379 F:      Documentation/DocBook/media/
6380 F:      drivers/media/
6381 F:      drivers/staging/media/
6382 F:      include/media/
6383 F:      include/uapi/linux/dvb/
6384 F:      include/uapi/linux/videodev2.h
6385 F:      include/uapi/linux/media.h
6386 F:      include/uapi/linux/v4l2-*
6387 F:      include/uapi/linux/meye.h
6388 F:      include/uapi/linux/ivtv*
6389 F:      include/uapi/linux/uvcvideo.h
6390
6391 MEGARAID SCSI/SAS DRIVERS
6392 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6393 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6394 M:      Uday Lingala <uday.lingala@avagotech.com>
6395 L:      megaraidlinux.pdl@avagotech.com
6396 L:      linux-scsi@vger.kernel.org
6397 W:      http://www.lsi.com
6398 S:      Maintained
6399 F:      Documentation/scsi/megaraid.txt
6400 F:      drivers/scsi/megaraid.*
6401 F:      drivers/scsi/megaraid/
6402
6403 MELLANOX ETHERNET DRIVER (mlx4_en)
6404 M:      Amir Vadai <amirv@mellanox.com>
6405 M:      Ido Shamay <idos@mellanox.com>
6406 L:      netdev@vger.kernel.org
6407 S:      Supported
6408 W:      http://www.mellanox.com
6409 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6410 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6411
6412 MEMORY MANAGEMENT
6413 L:      linux-mm@kvack.org
6414 W:      http://www.linux-mm.org
6415 S:      Maintained
6416 F:      include/linux/mm.h
6417 F:      include/linux/gfp.h
6418 F:      include/linux/mmzone.h
6419 F:      include/linux/memory_hotplug.h
6420 F:      include/linux/vmalloc.h
6421 F:      mm/
6422
6423 MEMORY TECHNOLOGY DEVICES (MTD)
6424 M:      David Woodhouse <dwmw2@infradead.org>
6425 M:      Brian Norris <computersforpeace@gmail.com>
6426 L:      linux-mtd@lists.infradead.org
6427 W:      http://www.linux-mtd.infradead.org/
6428 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6429 T:      git git://git.infradead.org/linux-mtd.git
6430 T:      git git://git.infradead.org/l2-mtd.git
6431 S:      Maintained
6432 F:      drivers/mtd/
6433 F:      include/linux/mtd/
6434 F:      include/uapi/mtd/
6435
6436 MEN A21 WATCHDOG DRIVER
6437 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6438 L:      linux-watchdog@vger.kernel.org
6439 S:      Supported
6440 F:      drivers/watchdog/mena21_wdt.c
6441
6442 MEN CHAMELEON BUS (mcb)
6443 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6444 S:      Supported
6445 F:      drivers/mcb/
6446 F:      include/linux/mcb.h
6447
6448 MEN F21BMC (Board Management Controller)
6449 M:      Andreas Werner <andreas.werner@men.de>
6450 S:      Supported
6451 F:      drivers/mfd/menf21bmc.c
6452 F:      drivers/watchdog/menf21bmc_wdt.c
6453 F:      drivers/leds/leds-menf21bmc.c
6454 F:      drivers/hwmon/menf21bmc_hwmon.c
6455 F:      Documentation/hwmon/menf21bmc
6456
6457 METAG ARCHITECTURE
6458 M:      James Hogan <james.hogan@imgtec.com>
6459 L:      linux-metag@vger.kernel.org
6460 S:      Supported
6461 F:      arch/metag/
6462 F:      Documentation/metag/
6463 F:      Documentation/devicetree/bindings/metag/
6464 F:      drivers/clocksource/metag_generic.c
6465 F:      drivers/irqchip/irq-metag.c
6466 F:      drivers/irqchip/irq-metag-ext.c
6467 F:      drivers/tty/metag_da.c
6468
6469 MICROBLAZE ARCHITECTURE
6470 M:      Michal Simek <monstr@monstr.eu>
6471 W:      http://www.monstr.eu/fdt/
6472 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6473 S:      Supported
6474 F:      arch/microblaze/
6475
6476 MICROTEK X6 SCANNER
6477 M:      Oliver Neukum <oliver@neukum.org>
6478 S:      Maintained
6479 F:      drivers/usb/image/microtek.*
6480
6481 MIPS
6482 M:      Ralf Baechle <ralf@linux-mips.org>
6483 L:      linux-mips@linux-mips.org
6484 W:      http://www.linux-mips.org/
6485 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6486 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6487 S:      Supported
6488 F:      Documentation/mips/
6489 F:      arch/mips/
6490
6491 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6492 M:      Hans Verkuil <hverkuil@xs4all.nl>
6493 L:      linux-media@vger.kernel.org
6494 T:      git git://linuxtv.org/media_tree.git
6495 W:      http://linuxtv.org
6496 S:      Odd Fixes
6497 F:      drivers/media/radio/radio-miropcm20*
6498
6499 Mellanox MLX5 core VPI driver
6500 M:      Eli Cohen <eli@mellanox.com>
6501 L:      netdev@vger.kernel.org
6502 L:      linux-rdma@vger.kernel.org
6503 W:      http://www.mellanox.com
6504 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6505 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6506 T:      git git://openfabrics.org/~eli/connect-ib.git
6507 S:      Supported
6508 F:      drivers/net/ethernet/mellanox/mlx5/core/
6509 F:      include/linux/mlx5/
6510
6511 Mellanox MLX5 IB driver
6512 M:      Eli Cohen <eli@mellanox.com>
6513 L:      linux-rdma@vger.kernel.org
6514 W:      http://www.mellanox.com
6515 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6516 T:      git git://openfabrics.org/~eli/connect-ib.git
6517 S:      Supported
6518 F:      include/linux/mlx5/
6519 F:      drivers/infiniband/hw/mlx5/
6520
6521 MN88472 MEDIA DRIVER
6522 M:      Antti Palosaari <crope@iki.fi>
6523 L:      linux-media@vger.kernel.org
6524 W:      http://linuxtv.org/
6525 W:      http://palosaari.fi/linux/
6526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6527 T:      git git://linuxtv.org/anttip/media_tree.git
6528 S:      Maintained
6529 F:      drivers/staging/media/mn88472/
6530 F:      drivers/media/dvb-frontends/mn88472.h
6531
6532 MN88473 MEDIA DRIVER
6533 M:      Antti Palosaari <crope@iki.fi>
6534 L:      linux-media@vger.kernel.org
6535 W:      http://linuxtv.org/
6536 W:      http://palosaari.fi/linux/
6537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6538 T:      git git://linuxtv.org/anttip/media_tree.git
6539 S:      Maintained
6540 F:      drivers/staging/media/mn88473/
6541 F:      drivers/media/dvb-frontends/mn88473.h
6542
6543 MODULE SUPPORT
6544 M:      Rusty Russell <rusty@rustcorp.com.au>
6545 S:      Maintained
6546 F:      include/linux/module.h
6547 F:      kernel/module.c
6548
6549 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6550 W:      http://popies.net/meye/
6551 S:      Orphan
6552 F:      Documentation/video4linux/meye.txt
6553 F:      drivers/media/pci/meye/
6554 F:      include/uapi/linux/meye.h
6555
6556 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6557 M:      Jiri Slaby <jirislaby@gmail.com>
6558 S:      Maintained
6559 F:      Documentation/serial/moxa-smartio
6560 F:      drivers/tty/mxser.*
6561
6562 MR800 AVERMEDIA USB FM RADIO DRIVER
6563 M:      Alexey Klimov <klimov.linux@gmail.com>
6564 L:      linux-media@vger.kernel.org
6565 T:      git git://linuxtv.org/media_tree.git
6566 S:      Maintained
6567 F:      drivers/media/radio/radio-mr800.c
6568
6569 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6570 M:      Alan Ott <alan@signal11.us>
6571 L:      linux-wpan@vger.kernel.org
6572 S:      Maintained
6573 F:      drivers/net/ieee802154/mrf24j40.c
6574
6575 MSI LAPTOP SUPPORT
6576 M:      "Lee, Chun-Yi" <jlee@suse.com>
6577 L:      platform-driver-x86@vger.kernel.org
6578 S:      Maintained
6579 F:      drivers/platform/x86/msi-laptop.c
6580
6581 MSI WMI SUPPORT
6582 M:      Anisse Astier <anisse@astier.eu>
6583 L:      platform-driver-x86@vger.kernel.org
6584 S:      Supported
6585 F:      drivers/platform/x86/msi-wmi.c
6586
6587 MSI001 MEDIA DRIVER
6588 M:      Antti Palosaari <crope@iki.fi>
6589 L:      linux-media@vger.kernel.org
6590 W:      http://linuxtv.org/
6591 W:      http://palosaari.fi/linux/
6592 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6593 T:      git git://linuxtv.org/anttip/media_tree.git
6594 S:      Maintained
6595 F:      drivers/media/tuners/msi001*
6596
6597 MSI2500 MEDIA DRIVER
6598 M:      Antti Palosaari <crope@iki.fi>
6599 L:      linux-media@vger.kernel.org
6600 W:      http://linuxtv.org/
6601 W:      http://palosaari.fi/linux/
6602 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6603 T:      git git://linuxtv.org/anttip/media_tree.git
6604 S:      Maintained
6605 F:      drivers/media/usb/msi2500/
6606
6607 MT9M032 APTINA SENSOR DRIVER
6608 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6609 L:      linux-media@vger.kernel.org
6610 T:      git git://linuxtv.org/media_tree.git
6611 S:      Maintained
6612 F:      drivers/media/i2c/mt9m032.c
6613 F:      include/media/mt9m032.h
6614
6615 MT9P031 APTINA CAMERA SENSOR
6616 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6617 L:      linux-media@vger.kernel.org
6618 T:      git git://linuxtv.org/media_tree.git
6619 S:      Maintained
6620 F:      drivers/media/i2c/mt9p031.c
6621 F:      include/media/mt9p031.h
6622
6623 MT9T001 APTINA CAMERA SENSOR
6624 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6625 L:      linux-media@vger.kernel.org
6626 T:      git git://linuxtv.org/media_tree.git
6627 S:      Maintained
6628 F:      drivers/media/i2c/mt9t001.c
6629 F:      include/media/mt9t001.h
6630
6631 MT9V032 APTINA CAMERA SENSOR
6632 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6633 L:      linux-media@vger.kernel.org
6634 T:      git git://linuxtv.org/media_tree.git
6635 S:      Maintained
6636 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6637 F:      drivers/media/i2c/mt9v032.c
6638 F:      include/media/mt9v032.h
6639
6640 MULTIFUNCTION DEVICES (MFD)
6641 M:      Samuel Ortiz <sameo@linux.intel.com>
6642 M:      Lee Jones <lee.jones@linaro.org>
6643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6644 S:      Supported
6645 F:      drivers/mfd/
6646 F:      include/linux/mfd/
6647
6648 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6649 M:      Ulf Hansson <ulf.hansson@linaro.org>
6650 L:      linux-mmc@vger.kernel.org
6651 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6652 S:      Maintained
6653 F:      drivers/mmc/
6654 F:      include/linux/mmc/
6655 F:      include/uapi/linux/mmc/
6656
6657 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6658 S:      Orphan
6659 F:      drivers/mmc/host/mmc_spi.c
6660 F:      include/linux/spi/mmc_spi.h
6661
6662 MULTISOUND SOUND DRIVER
6663 M:      Andrew Veliath <andrewtv@usa.net>
6664 S:      Maintained
6665 F:      Documentation/sound/oss/MultiSound
6666 F:      sound/oss/msnd*
6667
6668 MULTITECH MULTIPORT CARD (ISICOM)
6669 S:      Orphan
6670 F:      drivers/tty/isicom.c
6671 F:      include/linux/isicom.h
6672
6673 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6674 M:      Felipe Balbi <balbi@ti.com>
6675 L:      linux-usb@vger.kernel.org
6676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6677 S:      Maintained
6678 F:      drivers/usb/musb/
6679
6680 MXL5007T MEDIA DRIVER
6681 M:      Michael Krufky <mkrufky@linuxtv.org>
6682 L:      linux-media@vger.kernel.org
6683 W:      http://linuxtv.org/
6684 W:      http://github.com/mkrufky
6685 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6686 T:      git git://linuxtv.org/mkrufky/tuners.git
6687 S:      Maintained
6688 F:      drivers/media/tuners/mxl5007t.*
6689
6690 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6691 M:      Hyong-Youb Kim <hykim@myri.com>
6692 L:      netdev@vger.kernel.org
6693 W:      https://www.myricom.com/support/downloads/myri10ge.html
6694 S:      Supported
6695 F:      drivers/net/ethernet/myricom/myri10ge/
6696
6697 NATSEMI ETHERNET DRIVER (DP8381x)
6698 S:      Orphan
6699 F:      drivers/net/ethernet/natsemi/natsemi.c
6700
6701 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6702 M:      Daniel Mack <zonque@gmail.com>
6703 S:      Maintained
6704 L:      alsa-devel@alsa-project.org
6705 W:      http://www.native-instruments.com
6706 F:      sound/usb/caiaq/
6707
6708 NCP FILESYSTEM
6709 M:      Petr Vandrovec <petr@vandrovec.name>
6710 S:      Odd Fixes
6711 F:      fs/ncpfs/
6712
6713 NCR 5380 SCSI DRIVERS
6714 M:      Finn Thain <fthain@telegraphics.com.au>
6715 M:      Michael Schmitz <schmitzmic@gmail.com>
6716 L:      linux-scsi@vger.kernel.org
6717 S:      Maintained
6718 F:      Documentation/scsi/g_NCR5380.txt
6719 F:      drivers/scsi/NCR5380.*
6720 F:      drivers/scsi/arm/cumana_1.c
6721 F:      drivers/scsi/arm/oak.c
6722 F:      drivers/scsi/atari_NCR5380.c
6723 F:      drivers/scsi/atari_scsi.*
6724 F:      drivers/scsi/dmx3191d.c
6725 F:      drivers/scsi/dtc.*
6726 F:      drivers/scsi/g_NCR5380.*
6727 F:      drivers/scsi/g_NCR5380_mmio.c
6728 F:      drivers/scsi/mac_scsi.*
6729 F:      drivers/scsi/pas16.*
6730 F:      drivers/scsi/sun3_scsi.*
6731 F:      drivers/scsi/sun3_scsi_vme.c
6732 F:      drivers/scsi/t128.*
6733
6734 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6735 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6736 L:      linux-scsi@vger.kernel.org
6737 S:      Maintained
6738 F:      drivers/scsi/NCR_D700.*
6739
6740 NCT6775 HARDWARE MONITOR DRIVER
6741 M:      Guenter Roeck <linux@roeck-us.net>
6742 L:      lm-sensors@lm-sensors.org
6743 S:      Maintained
6744 F:      Documentation/hwmon/nct6775
6745 F:      drivers/hwmon/nct6775.c
6746
6747 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6748 M:      Faisal Latif <faisal.latif@intel.com>
6749 L:      linux-rdma@vger.kernel.org
6750 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6751 S:      Supported
6752 F:      drivers/infiniband/hw/nes/
6753
6754 NETEM NETWORK EMULATOR
6755 M:      Stephen Hemminger <stephen@networkplumber.org>
6756 L:      netem@lists.linux-foundation.org
6757 S:      Maintained
6758 F:      net/sched/sch_netem.c
6759
6760 NETERION 10GbE DRIVERS (s2io/vxge)
6761 M:      Jon Mason <jdmason@kudzu.us>
6762 L:      netdev@vger.kernel.org
6763 S:      Supported
6764 F:      Documentation/networking/s2io.txt
6765 F:      Documentation/networking/vxge.txt
6766 F:      drivers/net/ethernet/neterion/
6767
6768 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6769 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6770 M:      Patrick McHardy <kaber@trash.net>
6771 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6772 L:      netfilter-devel@vger.kernel.org
6773 L:      coreteam@netfilter.org
6774 W:      http://www.netfilter.org/
6775 W:      http://www.iptables.org/
6776 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6779 S:      Supported
6780 F:      include/linux/netfilter*
6781 F:      include/linux/netfilter/
6782 F:      include/net/netfilter/
6783 F:      include/uapi/linux/netfilter*
6784 F:      include/uapi/linux/netfilter/
6785 F:      net/*/netfilter.c
6786 F:      net/*/netfilter/
6787 F:      net/netfilter/
6788
6789 NETLABEL
6790 M:      Paul Moore <paul@paul-moore.com>
6791 W:      http://netlabel.sf.net
6792 L:      netdev@vger.kernel.org
6793 S:      Maintained
6794 F:      Documentation/netlabel/
6795 F:      include/net/netlabel.h
6796 F:      net/netlabel/
6797
6798 NETROM NETWORK LAYER
6799 M:      Ralf Baechle <ralf@linux-mips.org>
6800 L:      linux-hams@vger.kernel.org
6801 W:      http://www.linux-ax25.org/
6802 S:      Maintained
6803 F:      include/net/netrom.h
6804 F:      include/uapi/linux/netrom.h
6805 F:      net/netrom/
6806
6807 NETWORK BLOCK DEVICE (NBD)
6808 M:      Markus Pargmann <mpa@pengutronix.de>
6809 S:      Maintained
6810 L:      nbd-general@lists.sourceforge.net
6811 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6812 F:      Documentation/blockdev/nbd.txt
6813 F:      drivers/block/nbd.c
6814 F:      include/linux/nbd.h
6815 F:      include/uapi/linux/nbd.h
6816
6817 NETWORK DROP MONITOR
6818 M:      Neil Horman <nhorman@tuxdriver.com>
6819 L:      netdev@vger.kernel.org
6820 S:      Maintained
6821 W:      https://fedorahosted.org/dropwatch/
6822 F:      net/core/drop_monitor.c
6823
6824 NETWORKING [GENERAL]
6825 M:      "David S. Miller" <davem@davemloft.net>
6826 L:      netdev@vger.kernel.org
6827 W:      http://www.linuxfoundation.org/en/Net
6828 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6831 S:      Maintained
6832 F:      net/
6833 F:      include/net/
6834 F:      include/linux/in.h
6835 F:      include/linux/net.h
6836 F:      include/linux/netdevice.h
6837 F:      include/uapi/linux/in.h
6838 F:      include/uapi/linux/net.h
6839 F:      include/uapi/linux/netdevice.h
6840 F:      include/uapi/linux/net_namespace.h
6841 F:      tools/net/
6842 F:      tools/testing/selftests/net/
6843 F:      lib/random32.c
6844 F:      lib/test_bpf.c
6845
6846 NETWORKING [IPv4/IPv6]
6847 M:      "David S. Miller" <davem@davemloft.net>
6848 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6849 M:      James Morris <jmorris@namei.org>
6850 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6851 M:      Patrick McHardy <kaber@trash.net>
6852 L:      netdev@vger.kernel.org
6853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6854 S:      Maintained
6855 F:      net/ipv4/
6856 F:      net/ipv6/
6857 F:      include/net/ip*
6858 F:      arch/x86/net/*
6859
6860 NETWORKING [IPSEC]
6861 M:      Steffen Klassert <steffen.klassert@secunet.com>
6862 M:      Herbert Xu <herbert@gondor.apana.org.au>
6863 M:      "David S. Miller" <davem@davemloft.net>
6864 L:      netdev@vger.kernel.org
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6867 S:      Maintained
6868 F:      net/core/flow.c
6869 F:      net/xfrm/
6870 F:      net/key/
6871 F:      net/ipv4/xfrm*
6872 F:      net/ipv4/esp4.c
6873 F:      net/ipv4/ah4.c
6874 F:      net/ipv4/ipcomp.c
6875 F:      net/ipv4/ip_vti.c
6876 F:      net/ipv6/xfrm*
6877 F:      net/ipv6/esp6.c
6878 F:      net/ipv6/ah6.c
6879 F:      net/ipv6/ipcomp6.c
6880 F:      net/ipv6/ip6_vti.c
6881 F:      include/uapi/linux/xfrm.h
6882 F:      include/net/xfrm.h
6883
6884 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6885 M:      Paul Moore <paul@paul-moore.com>
6886 L:      netdev@vger.kernel.org
6887 S:      Maintained
6888
6889 NETWORKING [WIRELESS]
6890 L:      linux-wireless@vger.kernel.org
6891 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6892
6893 NETWORKING DRIVERS
6894 L:      netdev@vger.kernel.org
6895 W:      http://www.linuxfoundation.org/en/Net
6896 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6899 S:      Odd Fixes
6900 F:      drivers/net/
6901 F:      include/linux/if_*
6902 F:      include/linux/netdevice.h
6903 F:      include/linux/arcdevice.h
6904 F:      include/linux/etherdevice.h
6905 F:      include/linux/fcdevice.h
6906 F:      include/linux/fddidevice.h
6907 F:      include/linux/hippidevice.h
6908 F:      include/linux/inetdevice.h
6909 F:      include/uapi/linux/if_*
6910 F:      include/uapi/linux/netdevice.h
6911
6912 NETWORKING DRIVERS (WIRELESS)
6913 M:      Kalle Valo <kvalo@codeaurora.org>
6914 L:      linux-wireless@vger.kernel.org
6915 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6917 S:      Maintained
6918 F:      drivers/net/wireless/
6919
6920 NETXEN (1/10) GbE SUPPORT
6921 M:      Manish Chopra <manish.chopra@qlogic.com>
6922 M:      Sony Chacko <sony.chacko@qlogic.com>
6923 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6924 L:      netdev@vger.kernel.org
6925 W:      http://www.qlogic.com
6926 S:      Supported
6927 F:      drivers/net/ethernet/qlogic/netxen/
6928
6929 NFC SUBSYSTEM
6930 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6931 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6932 M:      Samuel Ortiz <sameo@linux.intel.com>
6933 L:      linux-wireless@vger.kernel.org
6934 L:      linux-nfc@lists.01.org (subscribers-only)
6935 S:      Supported
6936 F:      net/nfc/
6937 F:      include/net/nfc/
6938 F:      include/uapi/linux/nfc.h
6939 F:      drivers/nfc/
6940 F:      include/linux/platform_data/pn544.h
6941 F:      Documentation/devicetree/bindings/net/nfc/
6942
6943 NFS, SUNRPC, AND LOCKD CLIENTS
6944 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6945 M:      Anna Schumaker <anna.schumaker@netapp.com>
6946 L:      linux-nfs@vger.kernel.org
6947 W:      http://client.linux-nfs.org
6948 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6949 S:      Maintained
6950 F:      fs/lockd/
6951 F:      fs/nfs/
6952 F:      fs/nfs_common/
6953 F:      net/sunrpc/
6954 F:      include/linux/lockd/
6955 F:      include/linux/nfs*
6956 F:      include/linux/sunrpc/
6957 F:      include/uapi/linux/nfs*
6958 F:      include/uapi/linux/sunrpc/
6959
6960 NILFS2 FILESYSTEM
6961 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6962 L:      linux-nilfs@vger.kernel.org
6963 W:      http://nilfs.sourceforge.net/
6964 T:      git git://github.com/konis/nilfs2.git
6965 S:      Supported
6966 F:      Documentation/filesystems/nilfs2.txt
6967 F:      fs/nilfs2/
6968 F:      include/linux/nilfs2_fs.h
6969
6970 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6971 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6972 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6973 S:      Maintained
6974 F:      Documentation/scsi/NinjaSCSI.txt
6975 F:      drivers/scsi/pcmcia/nsp_*
6976
6977 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6978 M:      GOTO Masanori <gotom@debian.or.jp>
6979 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6980 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6981 S:      Maintained
6982 F:      Documentation/scsi/NinjaSCSI.txt
6983 F:      drivers/scsi/nsp32*
6984
6985 NIOS2 ARCHITECTURE
6986 M:      Ley Foon Tan <lftan@altera.com>
6987 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6988 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6989 S:      Maintained
6990 F:      arch/nios2/
6991
6992 NTB DRIVER
6993 M:      Jon Mason <jdmason@kudzu.us>
6994 M:      Dave Jiang <dave.jiang@intel.com>
6995 S:      Supported
6996 W:      https://github.com/jonmason/ntb/wiki
6997 T:      git git://github.com/jonmason/ntb.git
6998 F:      drivers/ntb/
6999 F:      drivers/net/ntb_netdev.c
7000 F:      include/linux/ntb.h
7001
7002 NTFS FILESYSTEM
7003 M:      Anton Altaparmakov <anton@tuxera.com>
7004 L:      linux-ntfs-dev@lists.sourceforge.net
7005 W:      http://www.tuxera.com/
7006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7007 S:      Supported
7008 F:      Documentation/filesystems/ntfs.txt
7009 F:      fs/ntfs/
7010
7011 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7012 M:      Antonino Daplas <adaplas@gmail.com>
7013 L:      linux-fbdev@vger.kernel.org
7014 S:      Maintained
7015 F:      drivers/video/fbdev/riva/
7016 F:      drivers/video/fbdev/nvidia/
7017
7018 NVM EXPRESS DRIVER
7019 M:      Matthew Wilcox <willy@linux.intel.com>
7020 L:      linux-nvme@lists.infradead.org
7021 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7022 S:      Supported
7023 F:      drivers/block/nvme*
7024 F:      include/linux/nvme.h
7025
7026 NXP-NCI NFC DRIVER
7027 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7028 R:      Charles Gorand <charles.gorand@effinnov.com>
7029 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7030 S:      Supported
7031 F:      drivers/nfc/nxp-nci
7032
7033 NXP TDA998X DRM DRIVER
7034 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7035 S:      Supported
7036 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7037 F:      include/drm/i2c/tda998x.h
7038
7039 NXP TFA9879 DRIVER
7040 M:      Peter Rosin <peda@axentia.se>
7041 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7042 S:      Maintained
7043 F:      sound/soc/codecs/tfa9879*
7044
7045 OMAP SUPPORT
7046 M:      Tony Lindgren <tony@atomide.com>
7047 L:      linux-omap@vger.kernel.org
7048 W:      http://www.muru.com/linux/omap/
7049 W:      http://linux.omap.com/
7050 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7052 S:      Maintained
7053 F:      arch/arm/*omap*/
7054 F:      arch/arm/configs/omap1_defconfig
7055 F:      arch/arm/configs/omap2plus_defconfig
7056 F:      drivers/i2c/busses/i2c-omap.c
7057 F:      drivers/irqchip/irq-omap-intc.c
7058 F:      drivers/mfd/*omap*.c
7059 F:      drivers/mfd/menelaus.c
7060 F:      drivers/mfd/palmas.c
7061 F:      drivers/mfd/tps65217.c
7062 F:      drivers/mfd/tps65218.c
7063 F:      drivers/mfd/tps65910.c
7064 F:      drivers/mfd/twl-core.[ch]
7065 F:      drivers/mfd/twl4030*.c
7066 F:      drivers/mfd/twl6030*.c
7067 F:      drivers/mfd/twl6040*.c
7068 F:      drivers/regulator/palmas-regulator*.c
7069 F:      drivers/regulator/pbias-regulator.c
7070 F:      drivers/regulator/tps65217-regulator.c
7071 F:      drivers/regulator/tps65218-regulator.c
7072 F:      drivers/regulator/tps65910-regulator.c
7073 F:      drivers/regulator/twl-regulator.c
7074 F:      include/linux/i2c-omap.h
7075
7076 OMAP DEVICE TREE SUPPORT
7077 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7078 M:      Tony Lindgren <tony@atomide.com>
7079 L:      linux-omap@vger.kernel.org
7080 L:      devicetree@vger.kernel.org
7081 S:      Maintained
7082 F:      arch/arm/boot/dts/*omap*
7083 F:      arch/arm/boot/dts/*am3*
7084 F:      arch/arm/boot/dts/*am4*
7085 F:      arch/arm/boot/dts/*am5*
7086 F:      arch/arm/boot/dts/*dra7*
7087
7088 OMAP CLOCK FRAMEWORK SUPPORT
7089 M:      Paul Walmsley <paul@pwsan.com>
7090 L:      linux-omap@vger.kernel.org
7091 S:      Maintained
7092 F:      arch/arm/*omap*/*clock*
7093
7094 OMAP POWER MANAGEMENT SUPPORT
7095 M:      Kevin Hilman <khilman@deeprootsystems.com>
7096 L:      linux-omap@vger.kernel.org
7097 S:      Maintained
7098 F:      arch/arm/*omap*/*pm*
7099 F:      drivers/cpufreq/omap-cpufreq.c
7100
7101 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7102 M:      Rajendra Nayak <rnayak@ti.com>
7103 M:      Paul Walmsley <paul@pwsan.com>
7104 L:      linux-omap@vger.kernel.org
7105 S:      Maintained
7106 F:      arch/arm/mach-omap2/prm*
7107
7108 OMAP AUDIO SUPPORT
7109 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7110 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7111 L:      alsa-devel@alsa-project.org (subscribers-only)
7112 L:      linux-omap@vger.kernel.org
7113 S:      Maintained
7114 F:      sound/soc/omap/
7115
7116 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7117 M:      Roger Quadros <rogerq@ti.com>
7118 M:      Tony Lindgren <tony@atomide.com>
7119 L:      linux-omap@vger.kernel.org
7120 S:      Maintained
7121 F:      drivers/memory/omap-gpmc.c
7122 F:      arch/arm/mach-omap2/*gpmc*
7123
7124 OMAP FRAMEBUFFER SUPPORT
7125 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7126 L:      linux-fbdev@vger.kernel.org
7127 L:      linux-omap@vger.kernel.org
7128 S:      Maintained
7129 F:      drivers/video/fbdev/omap/
7130
7131 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7132 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7133 L:      linux-omap@vger.kernel.org
7134 L:      linux-fbdev@vger.kernel.org
7135 S:      Maintained
7136 F:      drivers/video/fbdev/omap2/
7137 F:      Documentation/arm/OMAP/DSS
7138
7139 OMAP HARDWARE SPINLOCK SUPPORT
7140 M:      Ohad Ben-Cohen <ohad@wizery.com>
7141 L:      linux-omap@vger.kernel.org
7142 S:      Maintained
7143 F:      drivers/hwspinlock/omap_hwspinlock.c
7144 F:      arch/arm/mach-omap2/hwspinlock.c
7145
7146 OMAP MMC SUPPORT
7147 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7148 L:      linux-omap@vger.kernel.org
7149 S:      Maintained
7150 F:      drivers/mmc/host/omap.c
7151
7152 OMAP HS MMC SUPPORT
7153 L:      linux-mmc@vger.kernel.org
7154 L:      linux-omap@vger.kernel.org
7155 S:      Orphan
7156 F:      drivers/mmc/host/omap_hsmmc.c
7157
7158 OMAP RANDOM NUMBER GENERATOR SUPPORT
7159 M:      Deepak Saxena <dsaxena@plexity.net>
7160 S:      Maintained
7161 F:      drivers/char/hw_random/omap-rng.c
7162
7163 OMAP HWMOD SUPPORT
7164 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7165 M:      Paul Walmsley <paul@pwsan.com>
7166 L:      linux-omap@vger.kernel.org
7167 S:      Maintained
7168 F:      arch/arm/mach-omap2/omap_hwmod.*
7169
7170 OMAP HWMOD DATA
7171 M:      Paul Walmsley <paul@pwsan.com>
7172 L:      linux-omap@vger.kernel.org
7173 S:      Maintained
7174 F:      arch/arm/mach-omap2/omap_hwmod*data*
7175
7176 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7177 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7178 L:      linux-omap@vger.kernel.org
7179 S:      Maintained
7180 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7181
7182 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7183 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7184 L:      linux-media@vger.kernel.org
7185 S:      Maintained
7186 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7187 F:      drivers/media/platform/omap3isp/
7188 F:      drivers/staging/media/omap4iss/
7189
7190 OMAP USB SUPPORT
7191 M:      Felipe Balbi <balbi@ti.com>
7192 L:      linux-usb@vger.kernel.org
7193 L:      linux-omap@vger.kernel.org
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7195 S:      Maintained
7196 F:      drivers/usb/*/*omap*
7197 F:      arch/arm/*omap*/usb*
7198
7199 OMAP GPIO DRIVER
7200 M:      Javier Martinez Canillas <javier@dowhile0.org>
7201 M:      Santosh Shilimkar <ssantosh@kernel.org>
7202 M:      Kevin Hilman <khilman@deeprootsystems.com>
7203 L:      linux-omap@vger.kernel.org
7204 S:      Maintained
7205 F:      drivers/gpio/gpio-omap.c
7206
7207 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7208 M:      Mark Jackson <mpfj@newflow.co.uk>
7209 L:      linux-omap@vger.kernel.org
7210 S:      Maintained
7211 F:      arch/arm/boot/dts/am335x-nano.dts
7212
7213 OMFS FILESYSTEM
7214 M:      Bob Copeland <me@bobcopeland.com>
7215 L:      linux-karma-devel@lists.sourceforge.net
7216 S:      Maintained
7217 F:      Documentation/filesystems/omfs.txt
7218 F:      fs/omfs/
7219
7220 OMNIKEY CARDMAN 4000 DRIVER
7221 M:      Harald Welte <laforge@gnumonks.org>
7222 S:      Maintained
7223 F:      drivers/char/pcmcia/cm4000_cs.c
7224 F:      include/linux/cm4000_cs.h
7225 F:      include/uapi/linux/cm4000_cs.h
7226
7227 OMNIKEY CARDMAN 4040 DRIVER
7228 M:      Harald Welte <laforge@gnumonks.org>
7229 S:      Maintained
7230 F:      drivers/char/pcmcia/cm4040_cs.*
7231
7232 OMNIVISION OV7670 SENSOR DRIVER
7233 M:      Jonathan Corbet <corbet@lwn.net>
7234 L:      linux-media@vger.kernel.org
7235 T:      git git://linuxtv.org/media_tree.git
7236 S:      Maintained
7237 F:      drivers/media/i2c/ov7670.c
7238
7239 ONENAND FLASH DRIVER
7240 M:      Kyungmin Park <kyungmin.park@samsung.com>
7241 L:      linux-mtd@lists.infradead.org
7242 S:      Maintained
7243 F:      drivers/mtd/onenand/
7244 F:      include/linux/mtd/onenand*.h
7245
7246 ONSTREAM SCSI TAPE DRIVER
7247 M:      Willem Riede <osst@riede.org>
7248 L:      osst-users@lists.sourceforge.net
7249 L:      linux-scsi@vger.kernel.org
7250 S:      Maintained
7251 F:      Documentation/scsi/osst.txt
7252 F:      drivers/scsi/osst.*
7253 F:      drivers/scsi/osst_*.h
7254 F:      drivers/scsi/st.h
7255
7256 OPENCORES I2C BUS DRIVER
7257 M:      Peter Korsgaard <jacmet@sunsite.dk>
7258 L:      linux-i2c@vger.kernel.org
7259 S:      Maintained
7260 F:      Documentation/i2c/busses/i2c-ocores
7261 F:      drivers/i2c/busses/i2c-ocores.c
7262
7263 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7264 M:      Grant Likely <grant.likely@linaro.org>
7265 M:      Rob Herring <robh+dt@kernel.org>
7266 L:      devicetree@vger.kernel.org
7267 W:      http://www.devicetree.org/
7268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7269 S:      Maintained
7270 F:      drivers/of/
7271 F:      include/linux/of*.h
7272 F:      scripts/dtc/
7273
7274 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7275 M:      Rob Herring <robh+dt@kernel.org>
7276 M:      Pawel Moll <pawel.moll@arm.com>
7277 M:      Mark Rutland <mark.rutland@arm.com>
7278 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7279 M:      Kumar Gala <galak@codeaurora.org>
7280 L:      devicetree@vger.kernel.org
7281 S:      Maintained
7282 F:      Documentation/devicetree/
7283 F:      arch/*/boot/dts/
7284 F:      include/dt-bindings/
7285
7286 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7287 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7288 L:      devicetree@vger.kernel.org
7289 S:      Maintained
7290 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7291 F:      Documentation/devicetree/overlay-notes.txt
7292 F:      drivers/of/overlay.c
7293 F:      drivers/of/resolver.c
7294
7295 OPENRISC ARCHITECTURE
7296 M:      Jonas Bonn <jonas@southpole.se>
7297 W:      http://openrisc.net
7298 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7299 S:      Maintained
7300 T:      git git://openrisc.net/~jonas/linux
7301 F:      arch/openrisc/
7302
7303 OPENVSWITCH
7304 M:      Pravin Shelar <pshelar@nicira.com>
7305 L:      netdev@vger.kernel.org
7306 L:      dev@openvswitch.org
7307 W:      http://openvswitch.org
7308 S:      Maintained
7309 F:      net/openvswitch/
7310 F:      include/uapi/linux/openvswitch.h
7311
7312 OPL4 DRIVER
7313 M:      Clemens Ladisch <clemens@ladisch.de>
7314 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7315 T:      git git://git.alsa-project.org/alsa-kernel.git
7316 S:      Maintained
7317 F:      sound/drivers/opl4/
7318
7319 OPROFILE
7320 M:      Robert Richter <rric@kernel.org>
7321 L:      oprofile-list@lists.sf.net
7322 S:      Maintained
7323 F:      arch/*/include/asm/oprofile*.h
7324 F:      arch/*/oprofile/
7325 F:      drivers/oprofile/
7326 F:      include/linux/oprofile.h
7327
7328 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7329 M:      Mark Fasheh <mfasheh@suse.com>
7330 M:      Joel Becker <jlbec@evilplan.org>
7331 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7332 W:      http://ocfs2.wiki.kernel.org
7333 S:      Supported
7334 F:      Documentation/filesystems/ocfs2.txt
7335 F:      Documentation/filesystems/dlmfs.txt
7336 F:      fs/ocfs2/
7337
7338 ORINOCO DRIVER
7339 L:      linux-wireless@vger.kernel.org
7340 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7341 W:      http://www.nongnu.org/orinoco/
7342 S:      Orphan
7343 F:      drivers/net/wireless/orinoco/
7344
7345 OSD LIBRARY and FILESYSTEM
7346 M:      Boaz Harrosh <ooo@electrozaur.com>
7347 M:      Benny Halevy <bhalevy@primarydata.com>
7348 L:      osd-dev@open-osd.org
7349 W:      http://open-osd.org
7350 T:      git git://git.open-osd.org/open-osd.git
7351 S:      Maintained
7352 F:      drivers/scsi/osd/
7353 F:      include/scsi/osd_*
7354 F:      fs/exofs/
7355
7356 OVERLAY FILESYSTEM
7357 M:      Miklos Szeredi <miklos@szeredi.hu>
7358 L:      linux-unionfs@vger.kernel.org
7359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7360 S:      Supported
7361 F:      fs/overlayfs/
7362 F:      Documentation/filesystems/overlayfs.txt
7363
7364 P54 WIRELESS DRIVER
7365 M:      Christian Lamparter <chunkeey@googlemail.com>
7366 L:      linux-wireless@vger.kernel.org
7367 W:      http://wireless.kernel.org/en/users/Drivers/p54
7368 S:      Maintained
7369 F:      drivers/net/wireless/p54/
7370
7371 PA SEMI ETHERNET DRIVER
7372 M:      Olof Johansson <olof@lixom.net>
7373 L:      netdev@vger.kernel.org
7374 S:      Maintained
7375 F:      drivers/net/ethernet/pasemi/*
7376
7377 PA SEMI SMBUS DRIVER
7378 M:      Olof Johansson <olof@lixom.net>
7379 L:      linux-i2c@vger.kernel.org
7380 S:      Maintained
7381 F:      drivers/i2c/busses/i2c-pasemi.c
7382
7383 PADATA PARALLEL EXECUTION MECHANISM
7384 M:      Steffen Klassert <steffen.klassert@secunet.com>
7385 L:      linux-crypto@vger.kernel.org
7386 S:      Maintained
7387 F:      kernel/padata.c
7388 F:      include/linux/padata.h
7389 F:      Documentation/padata.txt
7390
7391 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7392 M:      Harald Welte <laforge@gnumonks.org>
7393 L:      platform-driver-x86@vger.kernel.org
7394 S:      Maintained
7395 F:      drivers/platform/x86/panasonic-laptop.c
7396
7397 PANASONIC MN10300/AM33/AM34 PORT
7398 M:      David Howells <dhowells@redhat.com>
7399 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7400 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7401 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7402 S:      Maintained
7403 F:      Documentation/mn10300/
7404 F:      arch/mn10300/
7405
7406 PARALLEL PORT SUPPORT
7407 L:      linux-parport@lists.infradead.org (subscribers-only)
7408 S:      Orphan
7409 F:      drivers/parport/
7410 F:      include/linux/parport*.h
7411 F:      drivers/char/ppdev.c
7412 F:      include/uapi/linux/ppdev.h
7413
7414 PARAVIRT_OPS INTERFACE
7415 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7416 M:      Chris Wright <chrisw@sous-sol.org>
7417 M:      Alok Kataria <akataria@vmware.com>
7418 M:      Rusty Russell <rusty@rustcorp.com.au>
7419 L:      virtualization@lists.linux-foundation.org
7420 S:      Supported
7421 F:      Documentation/virtual/paravirt_ops.txt
7422 F:      arch/*/kernel/paravirt*
7423 F:      arch/*/include/asm/paravirt.h
7424
7425 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7426 M:      Tim Waugh <tim@cyberelk.net>
7427 L:      linux-parport@lists.infradead.org (subscribers-only)
7428 W:      http://www.torque.net/linux-pp.html
7429 S:      Maintained
7430 F:      Documentation/blockdev/paride.txt
7431 F:      drivers/block/paride/
7432
7433 PARISC ARCHITECTURE
7434 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7435 M:      Helge Deller <deller@gmx.de>
7436 L:      linux-parisc@vger.kernel.org
7437 W:      http://www.parisc-linux.org/
7438 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7441 S:      Maintained
7442 F:      arch/parisc/
7443 F:      Documentation/parisc/
7444 F:      drivers/parisc/
7445 F:      drivers/char/agp/parisc-agp.c
7446 F:      drivers/input/serio/gscps2.c
7447 F:      drivers/parport/parport_gsc.*
7448 F:      drivers/tty/serial/8250/8250_gsc.c
7449 F:      drivers/video/fbdev/sti*
7450 F:      drivers/video/console/sti*
7451 F:      drivers/video/logo/logo_parisc*
7452
7453 PC87360 HARDWARE MONITORING DRIVER
7454 M:      Jim Cromie <jim.cromie@gmail.com>
7455 L:      lm-sensors@lm-sensors.org
7456 S:      Maintained
7457 F:      Documentation/hwmon/pc87360
7458 F:      drivers/hwmon/pc87360.c
7459
7460 PC8736x GPIO DRIVER
7461 M:      Jim Cromie <jim.cromie@gmail.com>
7462 S:      Maintained
7463 F:      drivers/char/pc8736x_gpio.c
7464
7465 PC87427 HARDWARE MONITORING DRIVER
7466 M:      Jean Delvare <jdelvare@suse.de>
7467 L:      lm-sensors@lm-sensors.org
7468 S:      Maintained
7469 F:      Documentation/hwmon/pc87427
7470 F:      drivers/hwmon/pc87427.c
7471
7472 PCA9532 LED DRIVER
7473 M:      Riku Voipio <riku.voipio@iki.fi>
7474 S:      Maintained
7475 F:      drivers/leds/leds-pca9532.c
7476 F:      include/linux/leds-pca9532.h
7477
7478 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7479 M:      Guenter Roeck <linux@roeck-us.net>
7480 L:      linux-i2c@vger.kernel.org
7481 S:      Maintained
7482 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7483
7484 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7485 M:      Khalid Aziz <khalid@gonehiking.org>
7486 S:      Maintained
7487 F:      drivers/firmware/pcdp.*
7488
7489 PCI ERROR RECOVERY
7490 M:      Linas Vepstas <linasvepstas@gmail.com>
7491 L:      linux-pci@vger.kernel.org
7492 S:      Supported
7493 F:      Documentation/PCI/pci-error-recovery.txt
7494
7495 PCI SUBSYSTEM
7496 M:      Bjorn Helgaas <bhelgaas@google.com>
7497 L:      linux-pci@vger.kernel.org
7498 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7500 S:      Supported
7501 F:      Documentation/PCI/
7502 F:      drivers/pci/
7503 F:      include/linux/pci*
7504 F:      arch/x86/pci/
7505 F:      arch/x86/kernel/quirks.c
7506
7507 PCI DRIVER FOR ARM VERSATILE PLATFORM
7508 M:      Rob Herring <robh@kernel.org>
7509 L:      linux-pci@vger.kernel.org
7510 L:      linux-arm-kernel@lists.infradead.org
7511 S:      Maintained
7512 F:      Documentation/devicetree/bindings/pci/versatile.txt
7513 F:      drivers/pci/host/pci-versatile.c
7514
7515 PCI DRIVER FOR APPLIEDMICRO XGENE
7516 M:      Tanmay Inamdar <tinamdar@apm.com>
7517 L:      linux-pci@vger.kernel.org
7518 L:      linux-arm-kernel@lists.infradead.org
7519 S:      Maintained
7520 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7521 F:      drivers/pci/host/pci-xgene.c
7522
7523 PCI DRIVER FOR FREESCALE LAYERSCAPE
7524 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7525 M:      Mingkai Hu <mingkai.hu@freescale.com>
7526 M:      Roy Zang <tie-fei.zang@freescale.com>
7527 L:      linuxppc-dev@lists.ozlabs.org
7528 L:      linux-pci@vger.kernel.org
7529 L:      linux-arm-kernel@lists.infradead.org
7530 S:      Maintained
7531 F:      drivers/pci/host/*layerscape*
7532
7533 PCI DRIVER FOR IMX6
7534 M:      Richard Zhu <Richard.Zhu@freescale.com>
7535 M:      Lucas Stach <l.stach@pengutronix.de>
7536 L:      linux-pci@vger.kernel.org
7537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7538 S:      Maintained
7539 F:      drivers/pci/host/*imx6*
7540
7541 PCI DRIVER FOR TI KEYSTONE
7542 M:      Murali Karicheri <m-karicheri2@ti.com>
7543 L:      linux-pci@vger.kernel.org
7544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7545 S:      Maintained
7546 F:      drivers/pci/host/*keystone*
7547
7548 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7549 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7550 M:      Jason Cooper <jason@lakedaemon.net>
7551 L:      linux-pci@vger.kernel.org
7552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7553 S:      Maintained
7554 F:      drivers/pci/host/*mvebu*
7555
7556 PCI DRIVER FOR NVIDIA TEGRA
7557 M:      Thierry Reding <thierry.reding@gmail.com>
7558 L:      linux-tegra@vger.kernel.org
7559 L:      linux-pci@vger.kernel.org
7560 S:      Supported
7561 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7562 F:      drivers/pci/host/pci-tegra.c
7563
7564 PCI DRIVER FOR TI DRA7XX
7565 M:      Kishon Vijay Abraham I <kishon@ti.com>
7566 L:      linux-omap@vger.kernel.org
7567 L:      linux-pci@vger.kernel.org
7568 S:      Supported
7569 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7570 F:      drivers/pci/host/pci-dra7xx.c
7571
7572 PCI DRIVER FOR RENESAS R-CAR
7573 M:      Simon Horman <horms@verge.net.au>
7574 L:      linux-pci@vger.kernel.org
7575 L:      linux-sh@vger.kernel.org
7576 S:      Maintained
7577 F:      drivers/pci/host/*rcar*
7578
7579 PCI DRIVER FOR SAMSUNG EXYNOS
7580 M:      Jingoo Han <jg1.han@samsung.com>
7581 L:      linux-pci@vger.kernel.org
7582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7583 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7584 S:      Maintained
7585 F:      drivers/pci/host/pci-exynos.c
7586
7587 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7588 M:      Jingoo Han <jg1.han@samsung.com>
7589 L:      linux-pci@vger.kernel.org
7590 S:      Maintained
7591 F:      drivers/pci/host/*designware*
7592
7593 PCI DRIVER FOR GENERIC OF HOSTS
7594 M:      Will Deacon <will.deacon@arm.com>
7595 L:      linux-pci@vger.kernel.org
7596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7597 S:      Maintained
7598 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7599 F:      drivers/pci/host/pci-host-generic.c
7600
7601 PCIE DRIVER FOR ST SPEAR13XX
7602 L:      linux-pci@vger.kernel.org
7603 S:      Orphan
7604 F:      drivers/pci/host/*spear*
7605
7606 PCMCIA SUBSYSTEM
7607 P:      Linux PCMCIA Team
7608 L:      linux-pcmcia@lists.infradead.org
7609 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7611 S:      Maintained
7612 F:      Documentation/pcmcia/
7613 F:      drivers/pcmcia/
7614 F:      include/pcmcia/
7615
7616 PCNET32 NETWORK DRIVER
7617 M:      Don Fry <pcnet32@frontier.com>
7618 L:      netdev@vger.kernel.org
7619 S:      Maintained
7620 F:      drivers/net/ethernet/amd/pcnet32.c
7621
7622 PCRYPT PARALLEL CRYPTO ENGINE
7623 M:      Steffen Klassert <steffen.klassert@secunet.com>
7624 L:      linux-crypto@vger.kernel.org
7625 S:      Maintained
7626 F:      crypto/pcrypt.c
7627 F:      include/crypto/pcrypt.h
7628
7629 PER-CPU MEMORY ALLOCATOR
7630 M:      Tejun Heo <tj@kernel.org>
7631 M:      Christoph Lameter <cl@linux-foundation.org>
7632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7633 S:      Maintained
7634 F:      include/linux/percpu*.h
7635 F:      mm/percpu*.c
7636 F:      arch/*/include/asm/percpu.h
7637
7638 PER-TASK DELAY ACCOUNTING
7639 M:      Balbir Singh <bsingharora@gmail.com>
7640 S:      Maintained
7641 F:      include/linux/delayacct.h
7642 F:      kernel/delayacct.c
7643
7644 PERFORMANCE EVENTS SUBSYSTEM
7645 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7646 M:      Paul Mackerras <paulus@samba.org>
7647 M:      Ingo Molnar <mingo@redhat.com>
7648 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7649 L:      linux-kernel@vger.kernel.org
7650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7651 S:      Supported
7652 F:      kernel/events/*
7653 F:      include/linux/perf_event.h
7654 F:      include/uapi/linux/perf_event.h
7655 F:      arch/*/kernel/perf_event*.c
7656 F:      arch/*/kernel/*/perf_event*.c
7657 F:      arch/*/kernel/*/*/perf_event*.c
7658 F:      arch/*/include/asm/perf_event.h
7659 F:      arch/*/kernel/perf_callchain.c
7660 F:      tools/perf/
7661
7662 PERSONALITY HANDLING
7663 M:      Christoph Hellwig <hch@infradead.org>
7664 L:      linux-abi-devel@lists.sourceforge.net
7665 S:      Maintained
7666 F:      include/linux/personality.h
7667 F:      include/uapi/linux/personality.h
7668
7669 PHONET PROTOCOL
7670 M:      Remi Denis-Courmont <courmisch@gmail.com>
7671 S:      Supported
7672 F:      Documentation/networking/phonet.txt
7673 F:      include/linux/phonet.h
7674 F:      include/net/phonet/
7675 F:      include/uapi/linux/phonet.h
7676 F:      net/phonet/
7677
7678 PHRAM MTD DRIVER
7679 M:      Joern Engel <joern@lazybastard.org>
7680 L:      linux-mtd@lists.infradead.org
7681 S:      Maintained
7682 F:      drivers/mtd/devices/phram.c
7683
7684 PICOLCD HID DRIVER
7685 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7686 L:      linux-input@vger.kernel.org
7687 S:      Maintained
7688 F:      drivers/hid/hid-picolcd*
7689
7690 PICOXCELL SUPPORT
7691 M:      Jamie Iles <jamie@jamieiles.com>
7692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7693 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7694 S:      Supported
7695 F:      arch/arm/boot/dts/picoxcell*
7696 F:      arch/arm/mach-picoxcell/
7697 F:      drivers/crypto/picoxcell*
7698
7699 PIN CONTROL SUBSYSTEM
7700 M:      Linus Walleij <linus.walleij@linaro.org>
7701 L:      linux-gpio@vger.kernel.org
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7703 S:      Maintained
7704 F:      drivers/pinctrl/
7705 F:      include/linux/pinctrl/
7706
7707 PIN CONTROLLER - ATMEL AT91
7708 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7710 S:      Maintained
7711 F:      drivers/pinctrl/pinctrl-at91.*
7712
7713 PIN CONTROLLER - INTEL
7714 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7715 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7716 S:      Maintained
7717 F:      drivers/pinctrl/intel/
7718
7719 PIN CONTROLLER - RENESAS
7720 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7721 L:      linux-sh@vger.kernel.org
7722 S:      Maintained
7723 F:      drivers/pinctrl/sh-pfc/
7724
7725 PIN CONTROLLER - SAMSUNG
7726 M:      Tomasz Figa <tomasz.figa@gmail.com>
7727 M:      Thomas Abraham <thomas.abraham@linaro.org>
7728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7729 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7730 S:      Maintained
7731 F:      drivers/pinctrl/samsung/
7732
7733 PIN CONTROLLER - ST SPEAR
7734 M:      Viresh Kumar <viresh.linux@gmail.com>
7735 L:      spear-devel@list.st.com
7736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7737 W:      http://www.st.com/spear
7738 S:      Maintained
7739 F:      drivers/pinctrl/spear/
7740
7741 PKTCDVD DRIVER
7742 M:      Jiri Kosina <jkosina@suse.cz>
7743 S:      Maintained
7744 F:      drivers/block/pktcdvd.c
7745 F:      include/linux/pktcdvd.h
7746 F:      include/uapi/linux/pktcdvd.h
7747
7748 PKUNITY SOC DRIVERS
7749 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7750 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7751 S:      Maintained
7752 T:      git git://github.com/gxt/linux.git
7753 F:      drivers/input/serio/i8042-unicore32io.h
7754 F:      drivers/i2c/busses/i2c-puv3.c
7755 F:      drivers/video/fbdev/fb-puv3.c
7756 F:      drivers/rtc/rtc-puv3.c
7757
7758 PMBUS HARDWARE MONITORING DRIVERS
7759 M:      Guenter Roeck <linux@roeck-us.net>
7760 L:      lm-sensors@lm-sensors.org
7761 W:      http://www.lm-sensors.org/
7762 W:      http://www.roeck-us.net/linux/drivers/
7763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7764 S:      Maintained
7765 F:      Documentation/hwmon/pmbus
7766 F:      drivers/hwmon/pmbus/
7767 F:      include/linux/i2c/pmbus.h
7768
7769 PMC SIERRA MaxRAID DRIVER
7770 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7771 L:      linux-scsi@vger.kernel.org
7772 W:      http://www.pmc-sierra.com/
7773 S:      Supported
7774 F:      drivers/scsi/pmcraid.*
7775
7776 PMC SIERRA PM8001 DRIVER
7777 M:      xjtuwjp@gmail.com
7778 M:      lindar_liu@usish.com
7779 L:      pmchba@pmcs.com
7780 L:      linux-scsi@vger.kernel.org
7781 S:      Supported
7782 F:      drivers/scsi/pm8001/
7783
7784 POSIX CLOCKS and TIMERS
7785 M:      Thomas Gleixner <tglx@linutronix.de>
7786 L:      linux-kernel@vger.kernel.org
7787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7788 S:      Maintained
7789 F:      fs/timerfd.c
7790 F:      include/linux/timer*
7791 F:      kernel/time/*timer*
7792
7793 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7794 M:      Sebastian Reichel <sre@kernel.org>
7795 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7796 M:      David Woodhouse <dwmw2@infradead.org>
7797 L:      linux-pm@vger.kernel.org
7798 T:      git git://git.infradead.org/battery-2.6.git
7799 S:      Maintained
7800 F:      include/linux/power_supply.h
7801 F:      drivers/power/
7802
7803 PNP SUPPORT
7804 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7805 S:      Maintained
7806 F:      drivers/pnp/
7807
7808 PNXxxxx I2C DRIVER
7809 M:      Vitaly Wool <vitalywool@gmail.com>
7810 L:      linux-i2c@vger.kernel.org
7811 S:      Maintained
7812 F:      drivers/i2c/busses/i2c-pnx.c
7813
7814 PPP PROTOCOL DRIVERS AND COMPRESSORS
7815 M:      Paul Mackerras <paulus@samba.org>
7816 L:      linux-ppp@vger.kernel.org
7817 S:      Maintained
7818 F:      drivers/net/ppp/ppp_*
7819
7820 PPP OVER ATM (RFC 2364)
7821 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7822 S:      Maintained
7823 F:      net/atm/pppoatm.c
7824 F:      include/uapi/linux/atmppp.h
7825
7826 PPP OVER ETHERNET
7827 M:      Michal Ostrowski <mostrows@earthlink.net>
7828 S:      Maintained
7829 F:      drivers/net/ppp/pppoe.c
7830 F:      drivers/net/ppp/pppox.c
7831
7832 PPP OVER L2TP
7833 M:      James Chapman <jchapman@katalix.com>
7834 S:      Maintained
7835 F:      net/l2tp/l2tp_ppp.c
7836 F:      include/linux/if_pppol2tp.h
7837 F:      include/uapi/linux/if_pppol2tp.h
7838
7839 PPS SUPPORT
7840 M:      Rodolfo Giometti <giometti@enneenne.com>
7841 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7842 L:      linuxpps@ml.enneenne.com (subscribers-only)
7843 S:      Maintained
7844 F:      Documentation/pps/
7845 F:      drivers/pps/
7846 F:      include/linux/pps*.h
7847
7848 PPTP DRIVER
7849 M:      Dmitry Kozlov <xeb@mail.ru>
7850 L:      netdev@vger.kernel.org
7851 S:      Maintained
7852 F:      drivers/net/ppp/pptp.c
7853 W:      http://sourceforge.net/projects/accel-pptp
7854
7855 PREEMPTIBLE KERNEL
7856 M:      Robert Love <rml@tech9.net>
7857 L:      kpreempt-tech@lists.sourceforge.net
7858 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7859 S:      Supported
7860 F:      Documentation/preempt-locking.txt
7861 F:      include/linux/preempt.h
7862
7863 PRISM54 WIRELESS DRIVER
7864 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7865 L:      linux-wireless@vger.kernel.org
7866 W:      http://wireless.kernel.org/en/users/Drivers/p54
7867 S:      Obsolete
7868 F:      drivers/net/wireless/prism54/
7869
7870 PS3 NETWORK SUPPORT
7871 M:      Geoff Levand <geoff@infradead.org>
7872 L:      netdev@vger.kernel.org
7873 L:      cbe-oss-dev@lists.ozlabs.org
7874 S:      Maintained
7875 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7876
7877 PS3 PLATFORM SUPPORT
7878 M:      Geoff Levand <geoff@infradead.org>
7879 L:      linuxppc-dev@lists.ozlabs.org
7880 L:      cbe-oss-dev@lists.ozlabs.org
7881 S:      Maintained
7882 F:      arch/powerpc/boot/ps3*
7883 F:      arch/powerpc/include/asm/lv1call.h
7884 F:      arch/powerpc/include/asm/ps3*.h
7885 F:      arch/powerpc/platforms/ps3/
7886 F:      drivers/*/ps3*
7887 F:      drivers/ps3/
7888 F:      drivers/rtc/rtc-ps3.c
7889 F:      drivers/usb/host/*ps3.c
7890 F:      sound/ppc/snd_ps3*
7891
7892 PS3VRAM DRIVER
7893 M:      Jim Paris <jim@jtan.com>
7894 L:      cbe-oss-dev@lists.ozlabs.org
7895 S:      Maintained
7896 F:      drivers/block/ps3vram.c
7897
7898 PSTORE FILESYSTEM
7899 M:      Anton Vorontsov <anton@enomsg.org>
7900 M:      Colin Cross <ccross@android.com>
7901 M:      Kees Cook <keescook@chromium.org>
7902 M:      Tony Luck <tony.luck@intel.com>
7903 S:      Maintained
7904 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7905 F:      fs/pstore/
7906 F:      include/linux/pstore*
7907 F:      drivers/firmware/efi/efi-pstore.c
7908 F:      drivers/acpi/apei/erst.c
7909
7910 PTP HARDWARE CLOCK SUPPORT
7911 M:      Richard Cochran <richardcochran@gmail.com>
7912 L:      netdev@vger.kernel.org
7913 S:      Maintained
7914 W:      http://linuxptp.sourceforge.net/
7915 F:      Documentation/ABI/testing/sysfs-ptp
7916 F:      Documentation/ptp/*
7917 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7918 F:      drivers/net/phy/dp83640*
7919 F:      drivers/ptp/*
7920 F:      include/linux/ptp_cl*
7921
7922 PTRACE SUPPORT
7923 M:      Roland McGrath <roland@hack.frob.com>
7924 M:      Oleg Nesterov <oleg@redhat.com>
7925 S:      Maintained
7926 F:      include/asm-generic/syscall.h
7927 F:      include/linux/ptrace.h
7928 F:      include/linux/regset.h
7929 F:      include/linux/tracehook.h
7930 F:      include/uapi/linux/ptrace.h
7931 F:      kernel/ptrace.c
7932
7933 PVRUSB2 VIDEO4LINUX DRIVER
7934 M:      Mike Isely <isely@pobox.com>
7935 L:      pvrusb2@isely.net       (subscribers-only)
7936 L:      linux-media@vger.kernel.org
7937 W:      http://www.isely.net/pvrusb2/
7938 T:      git git://linuxtv.org/media_tree.git
7939 S:      Maintained
7940 F:      Documentation/video4linux/README.pvrusb2
7941 F:      drivers/media/usb/pvrusb2/
7942
7943 PWC WEBCAM DRIVER
7944 M:      Hans de Goede <hdegoede@redhat.com>
7945 L:      linux-media@vger.kernel.org
7946 T:      git git://linuxtv.org/media_tree.git
7947 S:      Maintained
7948 F:      drivers/media/usb/pwc/*
7949
7950 PWM FAN DRIVER
7951 M:      Kamil Debski <k.debski@samsung.com>
7952 L:      lm-sensors@lm-sensors.org
7953 S:      Supported
7954 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7955 F:      Documentation/hwmon/pwm-fan
7956 F:      drivers/hwmon/pwm-fan.c
7957
7958 PWM SUBSYSTEM
7959 M:      Thierry Reding <thierry.reding@gmail.com>
7960 L:      linux-pwm@vger.kernel.org
7961 S:      Maintained
7962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7963 F:      Documentation/pwm.txt
7964 F:      Documentation/devicetree/bindings/pwm/
7965 F:      include/linux/pwm.h
7966 F:      drivers/pwm/
7967 F:      drivers/video/backlight/pwm_bl.c
7968 F:      include/linux/pwm_backlight.h
7969
7970 PXA2xx/PXA3xx SUPPORT
7971 M:      Daniel Mack <daniel@zonque.org>
7972 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7973 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7975 T:      git git://github.com/hzhuang1/linux.git
7976 T:      git git://github.com/rjarzmik/linux.git
7977 S:      Maintained
7978 F:      arch/arm/mach-pxa/
7979 F:      drivers/pcmcia/pxa2xx*
7980 F:      drivers/spi/spi-pxa2xx*
7981 F:      drivers/usb/gadget/udc/pxa2*
7982 F:      include/sound/pxa2xx-lib.h
7983 F:      sound/arm/pxa*
7984 F:      sound/soc/pxa/
7985
7986 PXA3xx NAND FLASH DRIVER
7987 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7988 L:      linux-mtd@lists.infradead.org
7989 S:      Maintained
7990 F:      drivers/mtd/nand/pxa3xx_nand.c
7991
7992 MMP SUPPORT
7993 M:      Eric Miao <eric.y.miao@gmail.com>
7994 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7996 T:      git git://github.com/hzhuang1/linux.git
7997 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7998 S:      Maintained
7999 F:      arch/arm/mach-mmp/
8000
8001 PXA MMCI DRIVER
8002 S:      Orphan
8003
8004 PXA RTC DRIVER
8005 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8006 L:      rtc-linux@googlegroups.com
8007 S:      Maintained
8008
8009 QAT DRIVER
8010 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8011 L:      qat-linux@intel.com
8012 S:      Supported
8013 F:      drivers/crypto/qat/
8014
8015 QIB DRIVER
8016 M:      Mike Marciniszyn <infinipath@intel.com>
8017 L:      linux-rdma@vger.kernel.org
8018 S:      Supported
8019 F:      drivers/infiniband/hw/qib/
8020
8021 QLOGIC QLA1280 SCSI DRIVER
8022 M:      Michael Reed <mdr@sgi.com>
8023 L:      linux-scsi@vger.kernel.org
8024 S:      Maintained
8025 F:      drivers/scsi/qla1280.[ch]
8026
8027 QLOGIC QLA2XXX FC-SCSI DRIVER
8028 M:      qla2xxx-upstream@qlogic.com
8029 L:      linux-scsi@vger.kernel.org
8030 S:      Supported
8031 F:      Documentation/scsi/LICENSE.qla2xxx
8032 F:      drivers/scsi/qla2xxx/
8033
8034 QLOGIC QLA4XXX iSCSI DRIVER
8035 M:      QLogic-Storage-Upstream@qlogic.com
8036 L:      linux-scsi@vger.kernel.org
8037 S:      Supported
8038 F:      Documentation/scsi/LICENSE.qla4xxx
8039 F:      drivers/scsi/qla4xxx/
8040
8041 QLOGIC QLA3XXX NETWORK DRIVER
8042 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8043 M:      Ron Mercer <ron.mercer@qlogic.com>
8044 M:      linux-driver@qlogic.com
8045 L:      netdev@vger.kernel.org
8046 S:      Supported
8047 F:      Documentation/networking/LICENSE.qla3xxx
8048 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8049
8050 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8051 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8052 M:      Dept-GELinuxNICDev@qlogic.com
8053 L:      netdev@vger.kernel.org
8054 S:      Supported
8055 F:      drivers/net/ethernet/qlogic/qlcnic/
8056
8057 QLOGIC QLGE 10Gb ETHERNET DRIVER
8058 M:      Harish Patil <harish.patil@qlogic.com>
8059 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8060 M:      Dept-GELinuxNICDev@qlogic.com
8061 M:      linux-driver@qlogic.com
8062 L:      netdev@vger.kernel.org
8063 S:      Supported
8064 F:      drivers/net/ethernet/qlogic/qlge/
8065
8066 QNX4 FILESYSTEM
8067 M:      Anders Larsen <al@alarsen.net>
8068 W:      http://www.alarsen.net/linux/qnx4fs/
8069 S:      Maintained
8070 F:      fs/qnx4/
8071 F:      include/uapi/linux/qnx4_fs.h
8072 F:      include/uapi/linux/qnxtypes.h
8073
8074 QT1010 MEDIA DRIVER
8075 M:      Antti Palosaari <crope@iki.fi>
8076 L:      linux-media@vger.kernel.org
8077 W:      http://linuxtv.org/
8078 W:      http://palosaari.fi/linux/
8079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8080 T:      git git://linuxtv.org/anttip/media_tree.git
8081 S:      Maintained
8082 F:      drivers/media/tuners/qt1010*
8083
8084 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8085 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8086 L:      linux-wireless@vger.kernel.org
8087 L:      ath9k-devel@lists.ath9k.org
8088 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8089 S:      Supported
8090 F:      drivers/net/wireless/ath/ath9k/
8091
8092 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8093 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8094 L:      ath10k@lists.infradead.org
8095 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8096 T:      git git://github.com/kvalo/ath.git
8097 S:      Supported
8098 F:      drivers/net/wireless/ath/ath10k/
8099
8100 QUALCOMM HEXAGON ARCHITECTURE
8101 M:      Richard Kuo <rkuo@codeaurora.org>
8102 L:      linux-hexagon@vger.kernel.org
8103 S:      Supported
8104 F:      arch/hexagon/
8105
8106 QUALCOMM WCN36XX WIRELESS DRIVER
8107 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8108 L:      wcn36xx@lists.infradead.org
8109 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8110 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8111 S:      Supported
8112 F:      drivers/net/wireless/ath/wcn36xx/
8113
8114 RADOS BLOCK DEVICE (RBD)
8115 M:      Ilya Dryomov <idryomov@gmail.com>
8116 M:      Sage Weil <sage@redhat.com>
8117 M:      Alex Elder <elder@kernel.org>
8118 M:      ceph-devel@vger.kernel.org
8119 W:      http://ceph.com/
8120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8121 S:      Supported
8122 F:      drivers/block/rbd.c
8123 F:      drivers/block/rbd_types.h
8124
8125 RADEON FRAMEBUFFER DISPLAY DRIVER
8126 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8127 L:      linux-fbdev@vger.kernel.org
8128 S:      Maintained
8129 F:      drivers/video/fbdev/aty/radeon*
8130 F:      include/uapi/linux/radeonfb.h
8131
8132 RADIOSHARK RADIO DRIVER
8133 M:      Hans de Goede <hdegoede@redhat.com>
8134 L:      linux-media@vger.kernel.org
8135 T:      git git://linuxtv.org/media_tree.git
8136 S:      Maintained
8137 F:      drivers/media/radio/radio-shark.c
8138
8139 RADIOSHARK2 RADIO DRIVER
8140 M:      Hans de Goede <hdegoede@redhat.com>
8141 L:      linux-media@vger.kernel.org
8142 T:      git git://linuxtv.org/media_tree.git
8143 S:      Maintained
8144 F:      drivers/media/radio/radio-shark2.c
8145 F:      drivers/media/radio/radio-tea5777.c
8146
8147 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8148 M:      Paul Mackerras <paulus@samba.org>
8149 L:      linux-fbdev@vger.kernel.org
8150 S:      Maintained
8151 F:      drivers/video/fbdev/aty/aty128fb.c
8152
8153 RALINK RT2X00 WIRELESS LAN DRIVER
8154 P:      rt2x00 project
8155 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8156 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8157 L:      linux-wireless@vger.kernel.org
8158 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8159 W:      http://rt2x00.serialmonkey.com/
8160 S:      Maintained
8161 F:      drivers/net/wireless/rt2x00/
8162
8163 RAMDISK RAM BLOCK DEVICE DRIVER
8164 M:      Jens Axboe <axboe@kernel.dk>
8165 S:      Maintained
8166 F:      Documentation/blockdev/ramdisk.txt
8167 F:      drivers/block/brd.c
8168
8169 PERSISTENT MEMORY DRIVER
8170 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8171 L:      linux-nvdimm@lists.01.org
8172 S:      Supported
8173 F:      drivers/block/pmem.c
8174
8175 RANDOM NUMBER DRIVER
8176 M:      "Theodore Ts'o" <tytso@mit.edu>
8177 S:      Maintained
8178 F:      drivers/char/random.c
8179
8180 RAPIDIO SUBSYSTEM
8181 M:      Matt Porter <mporter@kernel.crashing.org>
8182 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8183 S:      Maintained
8184 F:      drivers/rapidio/
8185
8186 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8187 L:      linux-wireless@vger.kernel.org
8188 S:      Orphan
8189 F:      drivers/net/wireless/ray*
8190
8191 RCUTORTURE MODULE
8192 M:      Josh Triplett <josh@joshtriplett.org>
8193 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8194 L:      linux-kernel@vger.kernel.org
8195 S:      Supported
8196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8197 F:      Documentation/RCU/torture.txt
8198 F:      kernel/rcu/rcutorture.c
8199
8200 RCUTORTURE TEST FRAMEWORK
8201 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8202 M:      Josh Triplett <josh@joshtriplett.org>
8203 R:      Steven Rostedt <rostedt@goodmis.org>
8204 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8205 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8206 L:      linux-kernel@vger.kernel.org
8207 S:      Supported
8208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8209 F:      tools/testing/selftests/rcutorture
8210
8211 RDC R-321X SoC
8212 M:      Florian Fainelli <florian@openwrt.org>
8213 S:      Maintained
8214
8215 RDC R6040 FAST ETHERNET DRIVER
8216 M:      Florian Fainelli <florian@openwrt.org>
8217 L:      netdev@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/net/ethernet/rdc/r6040.c
8220
8221 RDS - RELIABLE DATAGRAM SOCKETS
8222 M:      Chien Yen <chien.yen@oracle.com>
8223 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8224 S:      Supported
8225 F:      net/rds/
8226
8227 READ-COPY UPDATE (RCU)
8228 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8229 M:      Josh Triplett <josh@joshtriplett.org>
8230 R:      Steven Rostedt <rostedt@goodmis.org>
8231 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8232 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8233 L:      linux-kernel@vger.kernel.org
8234 W:      http://www.rdrop.com/users/paulmck/RCU/
8235 S:      Supported
8236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8237 F:      Documentation/RCU/
8238 X:      Documentation/RCU/torture.txt
8239 F:      include/linux/rcu*
8240 X:      include/linux/srcu.h
8241 F:      kernel/rcu/
8242 X:      kernel/torture.c
8243
8244 REAL TIME CLOCK (RTC) SUBSYSTEM
8245 M:      Alessandro Zummo <a.zummo@towertech.it>
8246 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8247 L:      rtc-linux@googlegroups.com
8248 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8249 S:      Maintained
8250 F:      Documentation/rtc.txt
8251 F:      drivers/rtc/
8252 F:      include/linux/rtc.h
8253 F:      include/uapi/linux/rtc.h
8254
8255 REALTEK AUDIO CODECS
8256 M:      Bard Liao <bardliao@realtek.com>
8257 M:      Oder Chiou <oder_chiou@realtek.com>
8258 S:      Maintained
8259 F:      sound/soc/codecs/rt*
8260 F:      include/sound/rt*.h
8261
8262 REISERFS FILE SYSTEM
8263 L:      reiserfs-devel@vger.kernel.org
8264 S:      Supported
8265 F:      fs/reiserfs/
8266
8267 REGISTER MAP ABSTRACTION
8268 M:      Mark Brown <broonie@kernel.org>
8269 L:      linux-kernel@vger.kernel.org
8270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8271 S:      Supported
8272 F:      drivers/base/regmap/
8273 F:      include/linux/regmap.h
8274
8275 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8276 M:      Ohad Ben-Cohen <ohad@wizery.com>
8277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8278 S:      Maintained
8279 F:      drivers/remoteproc/
8280 F:      Documentation/remoteproc.txt
8281 F:      include/linux/remoteproc.h
8282
8283 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8284 M:      Ohad Ben-Cohen <ohad@wizery.com>
8285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8286 S:      Maintained
8287 F:      drivers/rpmsg/
8288 F:      Documentation/rpmsg.txt
8289 F:      include/linux/rpmsg.h
8290
8291 RESET CONTROLLER FRAMEWORK
8292 M:      Philipp Zabel <p.zabel@pengutronix.de>
8293 S:      Maintained
8294 F:      drivers/reset/
8295 F:      Documentation/devicetree/bindings/reset/
8296 F:      include/linux/reset.h
8297 F:      include/linux/reset-controller.h
8298
8299 RFKILL
8300 M:      Johannes Berg <johannes@sipsolutions.net>
8301 L:      linux-wireless@vger.kernel.org
8302 W:      http://wireless.kernel.org/
8303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8305 S:      Maintained
8306 F:      Documentation/rfkill.txt
8307 F:      net/rfkill/
8308
8309 RHASHTABLE
8310 M:      Thomas Graf <tgraf@suug.ch>
8311 L:      netdev@vger.kernel.org
8312 S:      Maintained
8313 F:      lib/rhashtable.c
8314 F:      include/linux/rhashtable.h
8315
8316 RICOH SMARTMEDIA/XD DRIVER
8317 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8318 S:      Maintained
8319 F:      drivers/mtd/nand/r852.c
8320 F:      drivers/mtd/nand/r852.h
8321
8322 RICOH R5C592 MEMORYSTICK DRIVER
8323 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8324 S:      Maintained
8325 F:      drivers/memstick/host/r592.*
8326
8327 ROCCAT DRIVERS
8328 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8329 W:      http://sourceforge.net/projects/roccat/
8330 S:      Maintained
8331 F:      drivers/hid/hid-roccat*
8332 F:      include/linux/hid-roccat*
8333 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8334
8335 ROCKER DRIVER
8336 M:      Jiri Pirko <jiri@resnulli.us>
8337 M:      Scott Feldman <sfeldma@gmail.com>
8338 L:      netdev@vger.kernel.org
8339 S:      Supported
8340 F:      drivers/net/ethernet/rocker/
8341
8342 ROCKETPORT DRIVER
8343 P:      Comtrol Corp.
8344 W:      http://www.comtrol.com
8345 S:      Maintained
8346 F:      Documentation/serial/rocket.txt
8347 F:      drivers/tty/rocket*
8348
8349 ROCKETPORT EXPRESS/INFINITY DRIVER
8350 M:      Kevin Cernekee <cernekee@gmail.com>
8351 L:      linux-serial@vger.kernel.org
8352 S:      Odd Fixes
8353 F:      drivers/tty/serial/rp2.*
8354
8355 ROSE NETWORK LAYER
8356 M:      Ralf Baechle <ralf@linux-mips.org>
8357 L:      linux-hams@vger.kernel.org
8358 W:      http://www.linux-ax25.org/
8359 S:      Maintained
8360 F:      include/net/rose.h
8361 F:      include/uapi/linux/rose.h
8362 F:      net/rose/
8363
8364 RTL2830 MEDIA DRIVER
8365 M:      Antti Palosaari <crope@iki.fi>
8366 L:      linux-media@vger.kernel.org
8367 W:      http://linuxtv.org/
8368 W:      http://palosaari.fi/linux/
8369 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8370 T:      git git://linuxtv.org/anttip/media_tree.git
8371 S:      Maintained
8372 F:      drivers/media/dvb-frontends/rtl2830*
8373
8374 RTL2832 MEDIA DRIVER
8375 M:      Antti Palosaari <crope@iki.fi>
8376 L:      linux-media@vger.kernel.org
8377 W:      http://linuxtv.org/
8378 W:      http://palosaari.fi/linux/
8379 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8380 T:      git git://linuxtv.org/anttip/media_tree.git
8381 S:      Maintained
8382 F:      drivers/media/dvb-frontends/rtl2832*
8383
8384 RTL2832_SDR MEDIA DRIVER
8385 M:      Antti Palosaari <crope@iki.fi>
8386 L:      linux-media@vger.kernel.org
8387 W:      http://linuxtv.org/
8388 W:      http://palosaari.fi/linux/
8389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8390 T:      git git://linuxtv.org/anttip/media_tree.git
8391 S:      Maintained
8392 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8393
8394 RTL8180 WIRELESS DRIVER
8395 L:      linux-wireless@vger.kernel.org
8396 W:      http://wireless.kernel.org/
8397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8398 S:      Orphan
8399 F:      drivers/net/wireless/rtl818x/rtl8180/
8400
8401 RTL8187 WIRELESS DRIVER
8402 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8403 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8404 M:      Larry Finger <Larry.Finger@lwfinger.net>
8405 L:      linux-wireless@vger.kernel.org
8406 W:      http://wireless.kernel.org/
8407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8408 S:      Maintained
8409 F:      drivers/net/wireless/rtl818x/rtl8187/
8410
8411 RTL8192CE WIRELESS DRIVER
8412 M:      Larry Finger <Larry.Finger@lwfinger.net>
8413 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8414 L:      linux-wireless@vger.kernel.org
8415 W:      http://wireless.kernel.org/
8416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8417 S:      Maintained
8418 F:      drivers/net/wireless/rtlwifi/
8419 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8420
8421 S3 SAVAGE FRAMEBUFFER DRIVER
8422 M:      Antonino Daplas <adaplas@gmail.com>
8423 L:      linux-fbdev@vger.kernel.org
8424 S:      Maintained
8425 F:      drivers/video/fbdev/savage/
8426
8427 S390
8428 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8429 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8430 M:      linux390@de.ibm.com
8431 L:      linux-s390@vger.kernel.org
8432 W:      http://www.ibm.com/developerworks/linux/linux390/
8433 S:      Supported
8434 F:      arch/s390/
8435 F:      drivers/s390/
8436 F:      Documentation/s390/
8437 F:      Documentation/DocBook/s390*
8438
8439 S390 COMMON I/O LAYER
8440 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8441 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8442 L:      linux-s390@vger.kernel.org
8443 W:      http://www.ibm.com/developerworks/linux/linux390/
8444 S:      Supported
8445 F:      drivers/s390/cio/
8446
8447 S390 DASD DRIVER
8448 M:      Stefan Weinhuber <wein@de.ibm.com>
8449 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8450 L:      linux-s390@vger.kernel.org
8451 W:      http://www.ibm.com/developerworks/linux/linux390/
8452 S:      Supported
8453 F:      drivers/s390/block/dasd*
8454 F:      block/partitions/ibm.c
8455
8456 S390 NETWORK DRIVERS
8457 M:      Ursula Braun <ursula.braun@de.ibm.com>
8458 M:      linux390@de.ibm.com
8459 L:      linux-s390@vger.kernel.org
8460 W:      http://www.ibm.com/developerworks/linux/linux390/
8461 S:      Supported
8462 F:      drivers/s390/net/
8463
8464 S390 PCI SUBSYSTEM
8465 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8466 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8467 L:      linux-s390@vger.kernel.org
8468 W:      http://www.ibm.com/developerworks/linux/linux390/
8469 S:      Supported
8470 F:      arch/s390/pci/
8471 F:      drivers/pci/hotplug/s390_pci_hpc.c
8472
8473 S390 ZCRYPT DRIVER
8474 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8475 M:      linux390@de.ibm.com
8476 L:      linux-s390@vger.kernel.org
8477 W:      http://www.ibm.com/developerworks/linux/linux390/
8478 S:      Supported
8479 F:      drivers/s390/crypto/
8480
8481 S390 ZFCP DRIVER
8482 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8483 M:      linux390@de.ibm.com
8484 L:      linux-s390@vger.kernel.org
8485 W:      http://www.ibm.com/developerworks/linux/linux390/
8486 S:      Supported
8487 F:      drivers/s390/scsi/zfcp_*
8488
8489 S390 IUCV NETWORK LAYER
8490 M:      Ursula Braun <ursula.braun@de.ibm.com>
8491 M:      linux390@de.ibm.com
8492 L:      linux-s390@vger.kernel.org
8493 W:      http://www.ibm.com/developerworks/linux/linux390/
8494 S:      Supported
8495 F:      drivers/s390/net/*iucv*
8496 F:      include/net/iucv/
8497 F:      net/iucv/
8498
8499 S3C24XX SD/MMC Driver
8500 M:      Ben Dooks <ben-linux@fluff.org>
8501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8502 S:      Supported
8503 F:      drivers/mmc/host/s3cmci.*
8504
8505 SAA6588 RDS RECEIVER DRIVER
8506 M:      Hans Verkuil <hverkuil@xs4all.nl>
8507 L:      linux-media@vger.kernel.org
8508 T:      git git://linuxtv.org/media_tree.git
8509 W:      http://linuxtv.org
8510 S:      Odd Fixes
8511 F:      drivers/media/i2c/saa6588*
8512
8513 SAA7134 VIDEO4LINUX DRIVER
8514 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8515 L:      linux-media@vger.kernel.org
8516 W:      http://linuxtv.org
8517 T:      git git://linuxtv.org/media_tree.git
8518 S:      Odd fixes
8519 F:      Documentation/video4linux/*.saa7134
8520 F:      drivers/media/pci/saa7134/
8521
8522 SAA7146 VIDEO4LINUX-2 DRIVER
8523 M:      Hans Verkuil <hverkuil@xs4all.nl>
8524 L:      linux-media@vger.kernel.org
8525 T:      git git://linuxtv.org/media_tree.git
8526 S:      Maintained
8527 F:      drivers/media/common/saa7146/
8528 F:      drivers/media/pci/saa7146/
8529 F:      include/media/saa7146*
8530
8531 SAMSUNG LAPTOP DRIVER
8532 M:      Corentin Chary <corentin.chary@gmail.com>
8533 L:      platform-driver-x86@vger.kernel.org
8534 S:      Maintained
8535 F:      drivers/platform/x86/samsung-laptop.c
8536
8537 SAMSUNG AUDIO (ASoC) DRIVERS
8538 M:      Sangbeom Kim <sbkim73@samsung.com>
8539 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8540 S:      Supported
8541 F:      sound/soc/samsung/
8542
8543 SAMSUNG FRAMEBUFFER DRIVER
8544 M:      Jingoo Han <jg1.han@samsung.com>
8545 L:      linux-fbdev@vger.kernel.org
8546 S:      Maintained
8547 F:      drivers/video/fbdev/s3c-fb.c
8548
8549 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8550 M:      Sangbeom Kim <sbkim73@samsung.com>
8551 L:      linux-kernel@vger.kernel.org
8552 S:      Supported
8553 F:      drivers/mfd/sec*.c
8554 F:      drivers/regulator/s2m*.c
8555 F:      drivers/regulator/s5m*.c
8556 F:      include/linux/mfd/samsung/
8557
8558 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8559 M:      Kyungmin Park <kyungmin.park@samsung.com>
8560 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8561 L:      linux-media@vger.kernel.org
8562 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8563 S:      Supported
8564 F:      drivers/media/platform/exynos4-is/
8565
8566 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8567 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8568 L:      linux-media@vger.kernel.org
8569 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8570 S:      Maintained
8571 F:      drivers/media/platform/s3c-camif/
8572 F:      include/media/s3c_camif.h
8573
8574 SAMSUNG S5C73M3 CAMERA DRIVER
8575 M:      Kyungmin Park <kyungmin.park@samsung.com>
8576 M:      Andrzej Hajda <a.hajda@samsung.com>
8577 L:      linux-media@vger.kernel.org
8578 S:      Supported
8579 F:      drivers/media/i2c/s5c73m3/*
8580
8581 SAMSUNG S5K5BAF CAMERA DRIVER
8582 M:      Kyungmin Park <kyungmin.park@samsung.com>
8583 M:      Andrzej Hajda <a.hajda@samsung.com>
8584 L:      linux-media@vger.kernel.org
8585 S:      Supported
8586 F:      drivers/media/i2c/s5k5baf.c
8587
8588 SAMSUNG SOC CLOCK DRIVERS
8589 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8590 M:      Tomasz Figa <tomasz.figa@gmail.com>
8591 S:      Supported
8592 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8593 F:      drivers/clk/samsung/
8594
8595 SAMSUNG SXGBE DRIVERS
8596 M:      Byungho An <bh74.an@samsung.com>
8597 M:      Girish K S <ks.giri@samsung.com>
8598 M:      Vipul Pandya <vipul.pandya@samsung.com>
8599 S:      Supported
8600 L:      netdev@vger.kernel.org
8601 F:      drivers/net/ethernet/samsung/sxgbe/
8602
8603 SAMSUNG THERMAL DRIVER
8604 M:      Lukasz Majewski <l.majewski@samsung.com>
8605 L:      linux-pm@vger.kernel.org
8606 L:      linux-samsung-soc@vger.kernel.org
8607 S:      Supported
8608 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8609 F:      drivers/thermal/samsung/
8610
8611 SAMSUNG USB2 PHY DRIVER
8612 M:      Kamil Debski <k.debski@samsung.com>
8613 L:      linux-kernel@vger.kernel.org
8614 S:      Supported
8615 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8616 F:      Documentation/phy/samsung-usb2.txt
8617 F:      drivers/phy/phy-exynos4210-usb2.c
8618 F:      drivers/phy/phy-exynos4x12-usb2.c
8619 F:      drivers/phy/phy-exynos5250-usb2.c
8620 F:      drivers/phy/phy-s5pv210-usb2.c
8621 F:      drivers/phy/phy-samsung-usb2.c
8622 F:      drivers/phy/phy-samsung-usb2.h
8623
8624 SERIAL DRIVERS
8625 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8626 L:      linux-serial@vger.kernel.org
8627 S:      Maintained
8628 F:      drivers/tty/serial/
8629
8630 SYNOPSYS DESIGNWARE DMAC DRIVER
8631 M:      Viresh Kumar <viresh.linux@gmail.com>
8632 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8633 S:      Maintained
8634 F:      include/linux/dma/dw.h
8635 F:      include/linux/platform_data/dma-dw.h
8636 F:      drivers/dma/dw/
8637
8638 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8639 M:      Seungwon Jeon <tgih.jun@samsung.com>
8640 M:      Jaehoon Chung <jh80.chung@samsung.com>
8641 L:      linux-mmc@vger.kernel.org
8642 S:      Maintained
8643 F:      include/linux/mmc/dw_mmc.h
8644 F:      drivers/mmc/host/dw_mmc*
8645
8646 THUNDERBOLT DRIVER
8647 M:      Andreas Noever <andreas.noever@gmail.com>
8648 S:      Maintained
8649 F:      drivers/thunderbolt/
8650
8651 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8652 M:      John Stultz <john.stultz@linaro.org>
8653 M:      Thomas Gleixner <tglx@linutronix.de>
8654 L:      linux-kernel@vger.kernel.org
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8656 S:      Supported
8657 F:      include/linux/clocksource.h
8658 F:      include/linux/time.h
8659 F:      include/linux/timex.h
8660 F:      include/uapi/linux/time.h
8661 F:      include/uapi/linux/timex.h
8662 F:      kernel/time/clocksource.c
8663 F:      kernel/time/time*.c
8664 F:      kernel/time/ntp.c
8665 F:      tools/testing/selftests/timers/
8666
8667 SC1200 WDT DRIVER
8668 M:      Zwane Mwaikambo <zwanem@gmail.com>
8669 S:      Maintained
8670 F:      drivers/watchdog/sc1200wdt.c
8671
8672 SCHEDULER
8673 M:      Ingo Molnar <mingo@redhat.com>
8674 M:      Peter Zijlstra <peterz@infradead.org>
8675 L:      linux-kernel@vger.kernel.org
8676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8677 S:      Maintained
8678 F:      kernel/sched/
8679 F:      include/linux/sched.h
8680 F:      include/uapi/linux/sched.h
8681 F:      include/linux/wait.h
8682
8683 SCORE ARCHITECTURE
8684 M:      Chen Liqin <liqin.linux@gmail.com>
8685 M:      Lennox Wu <lennox.wu@gmail.com>
8686 W:      http://www.sunplus.com
8687 S:      Supported
8688 F:      arch/score/
8689
8690 SCSI CDROM DRIVER
8691 M:      Jens Axboe <axboe@kernel.dk>
8692 L:      linux-scsi@vger.kernel.org
8693 W:      http://www.kernel.dk
8694 S:      Maintained
8695 F:      drivers/scsi/sr*
8696
8697 SCSI RDMA PROTOCOL (SRP) INITIATOR
8698 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8699 L:      linux-rdma@vger.kernel.org
8700 S:      Supported
8701 W:      http://www.openfabrics.org
8702 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8704 F:      drivers/infiniband/ulp/srp/
8705 F:      include/scsi/srp.h
8706
8707 SCSI SG DRIVER
8708 M:      Doug Gilbert <dgilbert@interlog.com>
8709 L:      linux-scsi@vger.kernel.org
8710 W:      http://sg.danny.cz/sg
8711 S:      Maintained
8712 F:      Documentation/scsi/scsi-generic.txt
8713 F:      drivers/scsi/sg.c
8714 F:      include/scsi/sg.h
8715
8716 SCSI SUBSYSTEM
8717 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8718 L:      linux-scsi@vger.kernel.org
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8720 S:      Maintained
8721 F:      drivers/scsi/
8722 F:      include/scsi/
8723
8724 SCSI TAPE DRIVER
8725 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8726 L:      linux-scsi@vger.kernel.org
8727 S:      Maintained
8728 F:      Documentation/scsi/st.txt
8729 F:      drivers/scsi/st.*
8730 F:      drivers/scsi/st_*.h
8731
8732 SCTP PROTOCOL
8733 M:      Vlad Yasevich <vyasevich@gmail.com>
8734 M:      Neil Horman <nhorman@tuxdriver.com>
8735 L:      linux-sctp@vger.kernel.org
8736 W:      http://lksctp.sourceforge.net
8737 S:      Maintained
8738 F:      Documentation/networking/sctp.txt
8739 F:      include/linux/sctp.h
8740 F:      include/uapi/linux/sctp.h
8741 F:      include/net/sctp/
8742 F:      net/sctp/
8743
8744 SCx200 CPU SUPPORT
8745 M:      Jim Cromie <jim.cromie@gmail.com>
8746 S:      Odd Fixes
8747 F:      Documentation/i2c/busses/scx200_acb
8748 F:      arch/x86/platform/scx200/
8749 F:      drivers/watchdog/scx200_wdt.c
8750 F:      drivers/i2c/busses/scx200*
8751 F:      drivers/mtd/maps/scx200_docflash.c
8752 F:      include/linux/scx200.h
8753
8754 SCx200 GPIO DRIVER
8755 M:      Jim Cromie <jim.cromie@gmail.com>
8756 S:      Maintained
8757 F:      drivers/char/scx200_gpio.c
8758 F:      include/linux/scx200_gpio.h
8759
8760 SCx200 HRT CLOCKSOURCE DRIVER
8761 M:      Jim Cromie <jim.cromie@gmail.com>
8762 S:      Maintained
8763 F:      drivers/clocksource/scx200_hrt.c
8764
8765 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8766 M:      Sascha Sommer <saschasommer@freenet.de>
8767 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8768 S:      Maintained
8769 F:      drivers/mmc/host/sdricoh_cs.c
8770
8771 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8772 L:      linux-mmc@vger.kernel.org
8773 S:      Orphan
8774 F:      drivers/mmc/host/sdhci.*
8775 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8776
8777 SECURE COMPUTING
8778 M:      Kees Cook <keescook@chromium.org>
8779 R:      Andy Lutomirski <luto@amacapital.net>
8780 R:      Will Drewry <wad@chromium.org>
8781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8782 S:      Supported
8783 F:      kernel/seccomp.c
8784 F:      include/uapi/linux/seccomp.h
8785 F:      include/linux/seccomp.h
8786 K:      \bsecure_computing
8787 K:      \bTIF_SECCOMP\b
8788
8789 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8790 M:      Ben Dooks <ben-linux@fluff.org>
8791 M:      Jaehoon Chung <jh80.chung@samsung.com>
8792 L:      linux-mmc@vger.kernel.org
8793 S:      Maintained
8794 F:      drivers/mmc/host/sdhci-s3c*
8795
8796 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8797 M:      Viresh Kumar <viresh.linux@gmail.com>
8798 L:      spear-devel@list.st.com
8799 L:      linux-mmc@vger.kernel.org
8800 S:      Maintained
8801 F:      drivers/mmc/host/sdhci-spear.c
8802
8803 SECURITY SUBSYSTEM
8804 M:      James Morris <james.l.morris@oracle.com>
8805 M:      Serge E. Hallyn <serge@hallyn.com>
8806 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8808 W:      http://kernsec.org/
8809 S:      Supported
8810 F:      security/
8811
8812 SECURITY CONTACT
8813 M:      Security Officers <security@kernel.org>
8814 S:      Supported
8815
8816 SELINUX SECURITY MODULE
8817 M:      Paul Moore <paul@paul-moore.com>
8818 M:      Stephen Smalley <sds@tycho.nsa.gov>
8819 M:      Eric Paris <eparis@parisplace.org>
8820 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8821 W:      http://selinuxproject.org
8822 T:      git git://git.infradead.org/users/pcmoore/selinux
8823 S:      Supported
8824 F:      include/linux/selinux*
8825 F:      security/selinux/
8826 F:      scripts/selinux/
8827
8828 APPARMOR SECURITY MODULE
8829 M:      John Johansen <john.johansen@canonical.com>
8830 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8831 W:      apparmor.wiki.kernel.org
8832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8833 S:      Supported
8834 F:      security/apparmor/
8835
8836 SENSABLE PHANTOM
8837 M:      Jiri Slaby <jirislaby@gmail.com>
8838 S:      Maintained
8839 F:      drivers/misc/phantom.c
8840 F:      include/uapi/linux/phantom.h
8841
8842 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8843 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8844 L:      linux-scsi@vger.kernel.org
8845 W:      http://www.emulex.com
8846 S:      Supported
8847 F:      drivers/scsi/be2iscsi/
8848
8849 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8850 M:      Sathya Perla <sathya.perla@emulex.com>
8851 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8852 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8853 L:      netdev@vger.kernel.org
8854 W:      http://www.emulex.com
8855 S:      Supported
8856 F:      drivers/net/ethernet/emulex/benet/
8857
8858 EMULEX ONECONNECT ROCE DRIVER
8859 M:      Selvin Xavier <selvin.xavier@emulex.com>
8860 M:      Devesh Sharma <devesh.sharma@emulex.com>
8861 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8862 L:      linux-rdma@vger.kernel.org
8863 W:      http://www.emulex.com
8864 S:      Supported
8865 F:      drivers/infiniband/hw/ocrdma/
8866
8867 SFC NETWORK DRIVER
8868 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8869 M:      Shradha Shah <sshah@solarflare.com>
8870 L:      netdev@vger.kernel.org
8871 S:      Supported
8872 F:      drivers/net/ethernet/sfc/
8873
8874 SGI GRU DRIVER
8875 M:      Dimitri Sivanich <sivanich@sgi.com>
8876 S:      Maintained
8877 F:      drivers/misc/sgi-gru/
8878
8879 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8880 M:      Pat Gefre <pfg@sgi.com>
8881 L:      linux-ia64@vger.kernel.org
8882 S:      Supported
8883 F:      Documentation/ia64/serial.txt
8884 F:      drivers/tty/serial/ioc?_serial.c
8885 F:      include/linux/ioc?.h
8886
8887 SGI XP/XPC/XPNET DRIVER
8888 M:      Cliff Whickman <cpw@sgi.com>
8889 M:      Robin Holt <robinmholt@gmail.com>
8890 S:      Maintained
8891 F:      drivers/misc/sgi-xp/
8892
8893 SI2157 MEDIA DRIVER
8894 M:      Antti Palosaari <crope@iki.fi>
8895 L:      linux-media@vger.kernel.org
8896 W:      http://linuxtv.org/
8897 W:      http://palosaari.fi/linux/
8898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8899 T:      git git://linuxtv.org/anttip/media_tree.git
8900 S:      Maintained
8901 F:      drivers/media/tuners/si2157*
8902
8903 SI2168 MEDIA DRIVER
8904 M:      Antti Palosaari <crope@iki.fi>
8905 L:      linux-media@vger.kernel.org
8906 W:      http://linuxtv.org/
8907 W:      http://palosaari.fi/linux/
8908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8909 T:      git git://linuxtv.org/anttip/media_tree.git
8910 S:      Maintained
8911 F:      drivers/media/dvb-frontends/si2168*
8912
8913 SI470X FM RADIO RECEIVER I2C DRIVER
8914 M:      Hans Verkuil <hverkuil@xs4all.nl>
8915 L:      linux-media@vger.kernel.org
8916 T:      git git://linuxtv.org/media_tree.git
8917 W:      http://linuxtv.org
8918 S:      Odd Fixes
8919 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8920
8921 SI470X FM RADIO RECEIVER USB DRIVER
8922 M:      Hans Verkuil <hverkuil@xs4all.nl>
8923 L:      linux-media@vger.kernel.org
8924 T:      git git://linuxtv.org/media_tree.git
8925 W:      http://linuxtv.org
8926 S:      Maintained
8927 F:      drivers/media/radio/si470x/radio-si470x-common.c
8928 F:      drivers/media/radio/si470x/radio-si470x.h
8929 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8930
8931 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8932 M:      Eduardo Valentin <edubezval@gmail.com>
8933 L:      linux-media@vger.kernel.org
8934 T:      git git://linuxtv.org/media_tree.git
8935 W:      http://linuxtv.org
8936 S:      Odd Fixes
8937 F:      drivers/media/radio/si4713/si4713.?
8938
8939 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8940 M:      Eduardo Valentin <edubezval@gmail.com>
8941 L:      linux-media@vger.kernel.org
8942 T:      git git://linuxtv.org/media_tree.git
8943 W:      http://linuxtv.org
8944 S:      Odd Fixes
8945 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8946
8947 SI4713 FM RADIO TRANSMITTER USB DRIVER
8948 M:      Hans Verkuil <hverkuil@xs4all.nl>
8949 L:      linux-media@vger.kernel.org
8950 T:      git git://linuxtv.org/media_tree.git
8951 W:      http://linuxtv.org
8952 S:      Maintained
8953 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8954
8955 SIANO DVB DRIVER
8956 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8957 L:      linux-media@vger.kernel.org
8958 W:      http://linuxtv.org
8959 T:      git git://linuxtv.org/media_tree.git
8960 S:      Odd fixes
8961 F:      drivers/media/common/siano/
8962 F:      drivers/media/usb/siano/
8963 F:      drivers/media/usb/siano/
8964 F:      drivers/media/mmc/siano/
8965
8966 SIMPLEFB FB DRIVER
8967 M:      Hans de Goede <hdegoede@redhat.com>
8968 L:      linux-fbdev@vger.kernel.org
8969 S:      Maintained
8970 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8971 F:      drivers/video/fbdev/simplefb.c
8972 F:      include/linux/platform_data/simplefb.h
8973
8974 SH_VEU V4L2 MEM2MEM DRIVER
8975 L:      linux-media@vger.kernel.org
8976 S:      Orphan
8977 F:      drivers/media/platform/sh_veu.c
8978
8979 SH_VOU V4L2 OUTPUT DRIVER
8980 L:      linux-media@vger.kernel.org
8981 S:      Orphan
8982 F:      drivers/media/platform/sh_vou.c
8983 F:      include/media/sh_vou.h
8984
8985 SIMPLE FIRMWARE INTERFACE (SFI)
8986 M:      Len Brown <lenb@kernel.org>
8987 L:      sfi-devel@simplefirmware.org
8988 W:      http://simplefirmware.org/
8989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8990 S:      Supported
8991 F:      arch/x86/platform/sfi/
8992 F:      drivers/sfi/
8993 F:      include/linux/sfi*.h
8994
8995 SIMTEC EB110ATX (Chalice CATS)
8996 P:      Ben Dooks
8997 P:      Vincent Sanders <vince@simtec.co.uk>
8998 M:      Simtec Linux Team <linux@simtec.co.uk>
8999 W:      http://www.simtec.co.uk/products/EB110ATX/
9000 S:      Supported
9001
9002 SIMTEC EB2410ITX (BAST)
9003 P:      Ben Dooks
9004 P:      Vincent Sanders <vince@simtec.co.uk>
9005 M:      Simtec Linux Team <linux@simtec.co.uk>
9006 W:      http://www.simtec.co.uk/products/EB2410ITX/
9007 S:      Supported
9008 F:      arch/arm/mach-s3c24xx/mach-bast.c
9009 F:      arch/arm/mach-s3c24xx/bast-ide.c
9010 F:      arch/arm/mach-s3c24xx/bast-irq.c
9011
9012 TI DAVINCI MACHINE SUPPORT
9013 M:      Sekhar Nori <nsekhar@ti.com>
9014 M:      Kevin Hilman <khilman@deeprootsystems.com>
9015 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9016 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9017 S:      Supported
9018 F:      arch/arm/mach-davinci/
9019 F:      drivers/i2c/busses/i2c-davinci.c
9020
9021 TI DAVINCI SERIES MEDIA DRIVER
9022 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9023 L:      linux-media@vger.kernel.org
9024 W:      http://linuxtv.org/
9025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9026 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9027 S:      Maintained
9028 F:      drivers/media/platform/davinci/
9029 F:      include/media/davinci/
9030
9031 TI AM437X VPFE DRIVER
9032 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9033 L:      linux-media@vger.kernel.org
9034 W:      http://linuxtv.org/
9035 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9036 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9037 S:      Maintained
9038 F:      drivers/media/platform/am437x/
9039
9040 OV2659 OMNIVISION SENSOR DRIVER
9041 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9042 L:      linux-media@vger.kernel.org
9043 W:      http://linuxtv.org/
9044 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9045 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9046 S:      Maintained
9047 F:      drivers/media/i2c/ov2659.c
9048 F:      include/media/ov2659.h
9049
9050 SIS 190 ETHERNET DRIVER
9051 M:      Francois Romieu <romieu@fr.zoreil.com>
9052 L:      netdev@vger.kernel.org
9053 S:      Maintained
9054 F:      drivers/net/ethernet/sis/sis190.c
9055
9056 SIS 900/7016 FAST ETHERNET DRIVER
9057 M:      Daniele Venzano <venza@brownhat.org>
9058 W:      http://www.brownhat.org/sis900.html
9059 L:      netdev@vger.kernel.org
9060 S:      Maintained
9061 F:      drivers/net/ethernet/sis/sis900.*
9062
9063 SIS FRAMEBUFFER DRIVER
9064 M:      Thomas Winischhofer <thomas@winischhofer.net>
9065 W:      http://www.winischhofer.net/linuxsisvga.shtml
9066 S:      Maintained
9067 F:      Documentation/fb/sisfb.txt
9068 F:      drivers/video/fbdev/sis/
9069 F:      include/video/sisfb.h
9070
9071 SIS USB2VGA DRIVER
9072 M:      Thomas Winischhofer <thomas@winischhofer.net>
9073 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9074 S:      Maintained
9075 F:      drivers/usb/misc/sisusbvga/
9076
9077 SLAB ALLOCATOR
9078 M:      Christoph Lameter <cl@linux.com>
9079 M:      Pekka Enberg <penberg@kernel.org>
9080 M:      David Rientjes <rientjes@google.com>
9081 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9082 M:      Andrew Morton <akpm@linux-foundation.org>
9083 L:      linux-mm@kvack.org
9084 S:      Maintained
9085 F:      include/linux/sl?b*.h
9086 F:      mm/sl?b*
9087
9088 SLEEPABLE READ-COPY UPDATE (SRCU)
9089 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9090 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9091 M:      Josh Triplett <josh@joshtriplett.org>
9092 R:      Steven Rostedt <rostedt@goodmis.org>
9093 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9094 L:      linux-kernel@vger.kernel.org
9095 W:      http://www.rdrop.com/users/paulmck/RCU/
9096 S:      Supported
9097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9098 F:      include/linux/srcu.h
9099 F:      kernel/rcu/srcu.c
9100
9101 SMACK SECURITY MODULE
9102 M:      Casey Schaufler <casey@schaufler-ca.com>
9103 L:      linux-security-module@vger.kernel.org
9104 W:      http://schaufler-ca.com
9105 T:      git git://git.gitorious.org/smack-next/kernel.git
9106 S:      Maintained
9107 F:      Documentation/security/Smack.txt
9108 F:      security/smack/
9109
9110 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9111 M:      Kevin Hilman <khilman@kernel.org>
9112 M:      Nishanth Menon <nm@ti.com>
9113 S:      Maintained
9114 F:      drivers/power/avs/
9115 F:      include/linux/power/smartreflex.h
9116 L:      linux-pm@vger.kernel.org
9117
9118 SMC91x ETHERNET DRIVER
9119 M:      Nicolas Pitre <nico@fluxnic.net>
9120 S:      Odd Fixes
9121 F:      drivers/net/ethernet/smsc/smc91x.*
9122
9123 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9124 M:      Sakari Ailus <sakari.ailus@iki.fi>
9125 L:      linux-media@vger.kernel.org
9126 S:      Maintained
9127 F:      drivers/media/i2c/smiapp/
9128 F:      include/media/smiapp.h
9129 F:      drivers/media/i2c/smiapp-pll.c
9130 F:      drivers/media/i2c/smiapp-pll.h
9131 F:      include/uapi/linux/smiapp.h
9132 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9133
9134 SMM665 HARDWARE MONITOR DRIVER
9135 M:      Guenter Roeck <linux@roeck-us.net>
9136 L:      lm-sensors@lm-sensors.org
9137 S:      Maintained
9138 F:      Documentation/hwmon/smm665
9139 F:      drivers/hwmon/smm665.c
9140
9141 SMSC EMC2103 HARDWARE MONITOR DRIVER
9142 M:      Steve Glendinning <steve.glendinning@shawell.net>
9143 L:      lm-sensors@lm-sensors.org
9144 S:      Maintained
9145 F:      Documentation/hwmon/emc2103
9146 F:      drivers/hwmon/emc2103.c
9147
9148 SMSC SCH5627 HARDWARE MONITOR DRIVER
9149 M:      Hans de Goede <hdegoede@redhat.com>
9150 L:      lm-sensors@lm-sensors.org
9151 S:      Supported
9152 F:      Documentation/hwmon/sch5627
9153 F:      drivers/hwmon/sch5627.c
9154
9155 SMSC47B397 HARDWARE MONITOR DRIVER
9156 M:      Jean Delvare <jdelvare@suse.de>
9157 L:      lm-sensors@lm-sensors.org
9158 S:      Maintained
9159 F:      Documentation/hwmon/smsc47b397
9160 F:      drivers/hwmon/smsc47b397.c
9161
9162 SMSC911x ETHERNET DRIVER
9163 M:      Steve Glendinning <steve.glendinning@shawell.net>
9164 L:      netdev@vger.kernel.org
9165 S:      Maintained
9166 F:      include/linux/smsc911x.h
9167 F:      drivers/net/ethernet/smsc/smsc911x.*
9168
9169 SMSC9420 PCI ETHERNET DRIVER
9170 M:      Steve Glendinning <steve.glendinning@shawell.net>
9171 L:      netdev@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/net/ethernet/smsc/smsc9420.*
9174
9175 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9176 M:      Steve Glendinning <steve.glendinning@shawell.net>
9177 L:      linux-fbdev@vger.kernel.org
9178 S:      Maintained
9179 F:      drivers/video/fbdev/smscufx.c
9180
9181 SOC-CAMERA V4L2 SUBSYSTEM
9182 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9183 L:      linux-media@vger.kernel.org
9184 T:      git git://linuxtv.org/media_tree.git
9185 S:      Maintained
9186 F:      include/media/soc*
9187 F:      drivers/media/i2c/soc_camera/
9188 F:      drivers/media/platform/soc_camera/
9189
9190 SOEKRIS NET48XX LED SUPPORT
9191 M:      Chris Boot <bootc@bootc.net>
9192 S:      Maintained
9193 F:      drivers/leds/leds-net48xx.c
9194
9195 SOFTLOGIC 6x10 MPEG CODEC
9196 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9197 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9198 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9199 M:      Ismael Luceno <ismael@iodev.co.uk>
9200 L:      linux-media@vger.kernel.org
9201 S:      Supported
9202 F:      drivers/media/pci/solo6x10/
9203
9204 SOFTWARE RAID (Multiple Disks) SUPPORT
9205 M:      Neil Brown <neilb@suse.de>
9206 L:      linux-raid@vger.kernel.org
9207 S:      Supported
9208 F:      drivers/md/
9209 F:      include/linux/raid/
9210 F:      include/uapi/linux/raid/
9211
9212 SONIC NETWORK DRIVER
9213 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9214 L:      netdev@vger.kernel.org
9215 S:      Maintained
9216 F:      drivers/net/ethernet/natsemi/sonic.*
9217
9218 SONICS SILICON BACKPLANE DRIVER (SSB)
9219 M:      Michael Buesch <m@bues.ch>
9220 L:      netdev@vger.kernel.org
9221 S:      Maintained
9222 F:      drivers/ssb/
9223 F:      include/linux/ssb/
9224
9225 SONY VAIO CONTROL DEVICE DRIVER
9226 M:      Mattia Dongili <malattia@linux.it>
9227 L:      platform-driver-x86@vger.kernel.org
9228 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9229 S:      Maintained
9230 F:      Documentation/laptops/sony-laptop.txt
9231 F:      drivers/char/sonypi.c
9232 F:      drivers/platform/x86/sony-laptop.c
9233 F:      include/linux/sony-laptop.h
9234
9235 SONY MEMORYSTICK CARD SUPPORT
9236 M:      Alex Dubov <oakad@yahoo.com>
9237 W:      http://tifmxx.berlios.de/
9238 S:      Maintained
9239 F:      drivers/memstick/host/tifm_ms.c
9240
9241 SONY MEMORYSTICK STANDARD SUPPORT
9242 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9243 S:      Maintained
9244 F:      drivers/memstick/core/ms_block.*
9245
9246 SOUND
9247 M:      Jaroslav Kysela <perex@perex.cz>
9248 M:      Takashi Iwai <tiwai@suse.de>
9249 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9250 W:      http://www.alsa-project.org/
9251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9252 T:      git git://git.alsa-project.org/alsa-kernel.git
9253 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9254 S:      Maintained
9255 F:      Documentation/sound/
9256 F:      include/sound/
9257 F:      include/uapi/sound/
9258 F:      sound/
9259
9260 SOUND - COMPRESSED AUDIO
9261 M:      Vinod Koul <vinod.koul@intel.com>
9262 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9264 S:      Supported
9265 F:      Documentation/sound/alsa/compress_offload.txt
9266 F:      include/sound/compress_driver.h
9267 F:      include/uapi/sound/compress_*
9268 F:      sound/core/compress_offload.c
9269 F:      sound/soc/soc-compress.c
9270
9271 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9272 M:      Liam Girdwood <lgirdwood@gmail.com>
9273 M:      Mark Brown <broonie@kernel.org>
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9275 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9276 W:      http://alsa-project.org/main/index.php/ASoC
9277 S:      Supported
9278 F:      Documentation/sound/alsa/soc/
9279 F:      sound/soc/
9280 F:      include/sound/soc*
9281
9282 SOUND - DMAENGINE HELPERS
9283 M:      Lars-Peter Clausen <lars@metafoo.de>
9284 S:      Supported
9285 F:      include/sound/dmaengine_pcm.h
9286 F:      sound/core/pcm_dmaengine.c
9287 F:      sound/soc/soc-generic-dmaengine-pcm.c
9288
9289 SP2 MEDIA DRIVER
9290 M:      Olli Salonen <olli.salonen@iki.fi>
9291 L:      linux-media@vger.kernel.org
9292 W:      http://linuxtv.org/
9293 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9294 S:      Maintained
9295 F:      drivers/media/dvb-frontends/sp2*
9296
9297 SPARC + UltraSPARC (sparc/sparc64)
9298 M:      "David S. Miller" <davem@davemloft.net>
9299 L:      sparclinux@vger.kernel.org
9300 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9303 S:      Maintained
9304 F:      arch/sparc/
9305 F:      drivers/sbus/
9306
9307 SPARC SERIAL DRIVERS
9308 M:      "David S. Miller" <davem@davemloft.net>
9309 L:      sparclinux@vger.kernel.org
9310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9312 S:      Maintained
9313 F:      include/linux/sunserialcore.h
9314 F:      drivers/tty/serial/suncore.c
9315 F:      drivers/tty/serial/sunhv.c
9316 F:      drivers/tty/serial/sunsab.c
9317 F:      drivers/tty/serial/sunsab.h
9318 F:      drivers/tty/serial/sunsu.c
9319 F:      drivers/tty/serial/sunzilog.c
9320 F:      drivers/tty/serial/sunzilog.h
9321
9322 SPARSE CHECKER
9323 M:      "Christopher Li" <sparse@chrisli.org>
9324 L:      linux-sparse@vger.kernel.org
9325 W:      https://sparse.wiki.kernel.org/
9326 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9327 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9328 S:      Maintained
9329 F:      include/linux/compiler.h
9330
9331 SPEAR PLATFORM SUPPORT
9332 M:      Viresh Kumar <viresh.linux@gmail.com>
9333 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9334 L:      spear-devel@list.st.com
9335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9336 W:      http://www.st.com/spear
9337 S:      Maintained
9338 F:      arch/arm/mach-spear/
9339
9340 SPEAR CLOCK FRAMEWORK SUPPORT
9341 M:      Viresh Kumar <viresh.linux@gmail.com>
9342 L:      spear-devel@list.st.com
9343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9344 W:      http://www.st.com/spear
9345 S:      Maintained
9346 F:      drivers/clk/spear/
9347
9348 SPI SUBSYSTEM
9349 M:      Mark Brown <broonie@kernel.org>
9350 L:      linux-spi@vger.kernel.org
9351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9352 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9353 S:      Maintained
9354 F:      Documentation/spi/
9355 F:      drivers/spi/
9356 F:      include/linux/spi/
9357 F:      include/uapi/linux/spi/
9358
9359 SPIDERNET NETWORK DRIVER for CELL
9360 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9361 M:      Jens Osterkamp <jens@de.ibm.com>
9362 L:      netdev@vger.kernel.org
9363 S:      Supported
9364 F:      Documentation/networking/spider_net.txt
9365 F:      drivers/net/ethernet/toshiba/spider_net*
9366
9367 SPU FILE SYSTEM
9368 M:      Jeremy Kerr <jk@ozlabs.org>
9369 L:      linuxppc-dev@lists.ozlabs.org
9370 L:      cbe-oss-dev@lists.ozlabs.org
9371 W:      http://www.ibm.com/developerworks/power/cell/
9372 S:      Supported
9373 F:      Documentation/filesystems/spufs.txt
9374 F:      arch/powerpc/platforms/cell/spufs/
9375
9376 SQUASHFS FILE SYSTEM
9377 M:      Phillip Lougher <phillip@squashfs.org.uk>
9378 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9379 W:      http://squashfs.org.uk
9380 S:      Maintained
9381 F:      Documentation/filesystems/squashfs.txt
9382 F:      fs/squashfs/
9383
9384 SRM (Alpha) environment access
9385 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9386 S:      Maintained
9387 F:      arch/alpha/kernel/srm_env.c
9388
9389 STABLE BRANCH
9390 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9391 L:      stable@vger.kernel.org
9392 S:      Supported
9393 F:      Documentation/stable_kernel_rules.txt
9394
9395 STAGING SUBSYSTEM
9396 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9398 L:      devel@driverdev.osuosl.org
9399 S:      Supported
9400 F:      drivers/staging/
9401
9402 STAGING - COMEDI
9403 M:      Ian Abbott <abbotti@mev.co.uk>
9404 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9405 S:      Odd Fixes
9406 F:      drivers/staging/comedi/
9407
9408 STAGING - FLARION FT1000 DRIVERS
9409 M:      Marek Belisko <marek.belisko@gmail.com>
9410 S:      Odd Fixes
9411 F:      drivers/staging/ft1000/
9412
9413 STAGING - INDUSTRIAL IO
9414 M:      Jonathan Cameron <jic23@kernel.org>
9415 L:      linux-iio@vger.kernel.org
9416 S:      Odd Fixes
9417 F:      drivers/staging/iio/
9418
9419 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9420 M:      Jarod Wilson <jarod@wilsonet.com>
9421 W:      http://www.lirc.org/
9422 S:      Odd Fixes
9423 F:      drivers/staging/media/lirc/
9424
9425 STAGING - LUSTRE PARALLEL FILESYSTEM
9426 M:      Oleg Drokin <oleg.drokin@intel.com>
9427 M:      Andreas Dilger <andreas.dilger@intel.com>
9428 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9429 W:      http://lustre.opensfs.org/
9430 S:      Maintained
9431 F:      drivers/staging/lustre
9432
9433 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9434 M:      Julian Andres Klode <jak@jak-linux.org>
9435 M:      Marc Dietrich <marvin24@gmx.de>
9436 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9437 L:      linux-tegra@vger.kernel.org
9438 S:      Maintained
9439 F:      drivers/staging/nvec/
9440
9441 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9442 M:      Jens Frederich <jfrederich@gmail.com>
9443 M:      Daniel Drake <dsd@laptop.org>
9444 M:      Jon Nettleton <jon.nettleton@gmail.com>
9445 W:      http://wiki.laptop.org/go/DCON
9446 S:      Maintained
9447 F:      drivers/staging/olpc_dcon/
9448
9449 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9450 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9451 S:      Maintained
9452 F:      drivers/staging/ozwpan/
9453
9454 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9455 M:      Willy Tarreau <willy@meta-x.org>
9456 S:      Odd Fixes
9457 F:      drivers/staging/panel/
9458
9459 STAGING - REALTEK RTL8712U DRIVERS
9460 M:      Larry Finger <Larry.Finger@lwfinger.net>
9461 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9462 S:      Odd Fixes
9463 F:      drivers/staging/rtl8712/
9464
9465 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9466 M:      Larry Finger <Larry.Finger@lwfinger.net>
9467 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9468 L:      linux-wireless@vger.kernel.org
9469 S:      Maintained
9470 F:      drivers/staging/rtl8723au/
9471
9472 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9473 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9474 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9475 M:      Sudip Mukherjee <sudip@vectorindia.org>
9476 L:      linux-fbdev@vger.kernel.org
9477 S:      Maintained
9478 F:      drivers/staging/sm7xxfb/
9479
9480 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9481 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9482 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9483 M:      Sudip Mukherjee <sudip@vectorindia.org>
9484 L:      linux-fbdev@vger.kernel.org
9485 S:      Maintained
9486 F:      drivers/staging/sm750fb/
9487
9488 STAGING - SLICOSS
9489 M:      Lior Dotan <liodot@gmail.com>
9490 M:      Christopher Harrer <charrer@alacritech.com>
9491 S:      Odd Fixes
9492 F:      drivers/staging/slicoss/
9493
9494 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9495 M:      William Hubbs <w.d.hubbs@gmail.com>
9496 M:      Chris Brannon <chris@the-brannons.com>
9497 M:      Kirk Reiser <kirk@reisers.ca>
9498 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9499 L:      speakup@linux-speakup.org
9500 W:      http://www.linux-speakup.org/
9501 S:      Odd Fixes
9502 F:      drivers/staging/speakup/
9503
9504 STAGING - VIA VT665X DRIVERS
9505 M:      Forest Bond <forest@alittletooquiet.net>
9506 S:      Odd Fixes
9507 F:      drivers/staging/vt665?/
9508
9509 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9510 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9511 S:      Odd Fixes
9512 F:      drivers/staging/xgifb/
9513
9514 STARFIRE/DURALAN NETWORK DRIVER
9515 M:      Ion Badulescu <ionut@badula.org>
9516 S:      Odd Fixes
9517 F:      drivers/net/ethernet/adaptec/starfire*
9518
9519 SUN3/3X
9520 M:      Sam Creasey <sammy@sammy.net>
9521 W:      http://sammy.net/sun3/
9522 S:      Maintained
9523 F:      arch/m68k/kernel/*sun3*
9524 F:      arch/m68k/sun3*/
9525 F:      arch/m68k/include/asm/sun3*
9526 F:      drivers/net/ethernet/i825xx/sun3*
9527
9528 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9529 M:      Hans de Goede <hdegoede@redhat.com>
9530 L:      linux-input@vger.kernel.org
9531 S:      Maintained
9532 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9533 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9534
9535 SUNDANCE NETWORK DRIVER
9536 M:      Denis Kirjanov <kda@linux-powerpc.org>
9537 L:      netdev@vger.kernel.org
9538 S:      Maintained
9539 F:      drivers/net/ethernet/dlink/sundance.c
9540
9541 SUPERH
9542 L:      linux-sh@vger.kernel.org
9543 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9544 S:      Orphan
9545 F:      Documentation/sh/
9546 F:      arch/sh/
9547 F:      drivers/sh/
9548
9549 SUSPEND TO RAM
9550 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9551 M:      Len Brown <len.brown@intel.com>
9552 M:      Pavel Machek <pavel@ucw.cz>
9553 L:      linux-pm@vger.kernel.org
9554 S:      Supported
9555 F:      Documentation/power/
9556 F:      arch/x86/kernel/acpi/
9557 F:      drivers/base/power/
9558 F:      kernel/power/
9559 F:      include/linux/suspend.h
9560 F:      include/linux/freezer.h
9561 F:      include/linux/pm.h
9562
9563 SVGA HANDLING
9564 M:      Martin Mares <mj@ucw.cz>
9565 L:      linux-video@atrey.karlin.mff.cuni.cz
9566 S:      Maintained
9567 F:      Documentation/svga.txt
9568 F:      arch/x86/boot/video*
9569
9570 SWIOTLB SUBSYSTEM
9571 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9572 L:      linux-kernel@vger.kernel.org
9573 S:      Supported
9574 F:      lib/swiotlb.c
9575 F:      arch/*/kernel/pci-swiotlb.c
9576 F:      include/linux/swiotlb.h
9577
9578 SWITCHDEV
9579 M:      Jiri Pirko <jiri@resnulli.us>
9580 L:      netdev@vger.kernel.org
9581 S:      Supported
9582 F:      net/switchdev/
9583 F:      include/net/switchdev.h
9584
9585 SYNOPSYS ARC ARCHITECTURE
9586 M:      Vineet Gupta <vgupta@synopsys.com>
9587 S:      Supported
9588 F:      arch/arc/
9589 F:      Documentation/devicetree/bindings/arc/
9590 F:      drivers/tty/serial/arc_uart.c
9591
9592 SYSV FILESYSTEM
9593 M:      Christoph Hellwig <hch@infradead.org>
9594 S:      Maintained
9595 F:      Documentation/filesystems/sysv-fs.txt
9596 F:      fs/sysv/
9597 F:      include/linux/sysv_fs.h
9598
9599 TARGET SUBSYSTEM
9600 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9601 L:      linux-scsi@vger.kernel.org
9602 L:      target-devel@vger.kernel.org
9603 W:      http://www.linux-iscsi.org
9604 W:      http://groups.google.com/group/linux-iscsi-target-dev
9605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9606 S:      Supported
9607 F:      drivers/target/
9608 F:      include/target/
9609 F:      Documentation/target/
9610
9611 TASKSTATS STATISTICS INTERFACE
9612 M:      Balbir Singh <bsingharora@gmail.com>
9613 S:      Maintained
9614 F:      Documentation/accounting/taskstats*
9615 F:      include/linux/taskstats*
9616 F:      kernel/taskstats.c
9617
9618 TC CLASSIFIER
9619 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9620 L:      netdev@vger.kernel.org
9621 S:      Maintained
9622 F:      include/net/pkt_cls.h
9623 F:      include/uapi/linux/pkt_cls.h
9624 F:      net/sched/
9625
9626 TCP LOW PRIORITY MODULE
9627 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9628 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9629 W:      http://tcp-lp-mod.sourceforge.net/
9630 S:      Maintained
9631 F:      net/ipv4/tcp_lp.c
9632
9633 TDA10071 MEDIA DRIVER
9634 M:      Antti Palosaari <crope@iki.fi>
9635 L:      linux-media@vger.kernel.org
9636 W:      http://linuxtv.org/
9637 W:      http://palosaari.fi/linux/
9638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9639 T:      git git://linuxtv.org/anttip/media_tree.git
9640 S:      Maintained
9641 F:      drivers/media/dvb-frontends/tda10071*
9642
9643 TDA18212 MEDIA DRIVER
9644 M:      Antti Palosaari <crope@iki.fi>
9645 L:      linux-media@vger.kernel.org
9646 W:      http://linuxtv.org/
9647 W:      http://palosaari.fi/linux/
9648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9649 T:      git git://linuxtv.org/anttip/media_tree.git
9650 S:      Maintained
9651 F:      drivers/media/tuners/tda18212*
9652
9653 TDA18218 MEDIA DRIVER
9654 M:      Antti Palosaari <crope@iki.fi>
9655 L:      linux-media@vger.kernel.org
9656 W:      http://linuxtv.org/
9657 W:      http://palosaari.fi/linux/
9658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9659 T:      git git://linuxtv.org/anttip/media_tree.git
9660 S:      Maintained
9661 F:      drivers/media/tuners/tda18218*
9662
9663 TDA18271 MEDIA DRIVER
9664 M:      Michael Krufky <mkrufky@linuxtv.org>
9665 L:      linux-media@vger.kernel.org
9666 W:      http://linuxtv.org/
9667 W:      http://github.com/mkrufky
9668 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9669 T:      git git://linuxtv.org/mkrufky/tuners.git
9670 S:      Maintained
9671 F:      drivers/media/tuners/tda18271*
9672
9673 TDA827x MEDIA DRIVER
9674 M:      Michael Krufky <mkrufky@linuxtv.org>
9675 L:      linux-media@vger.kernel.org
9676 W:      http://linuxtv.org/
9677 W:      http://github.com/mkrufky
9678 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9679 T:      git git://linuxtv.org/mkrufky/tuners.git
9680 S:      Maintained
9681 F:      drivers/media/tuners/tda8290.*
9682
9683 TDA8290 MEDIA DRIVER
9684 M:      Michael Krufky <mkrufky@linuxtv.org>
9685 L:      linux-media@vger.kernel.org
9686 W:      http://linuxtv.org/
9687 W:      http://github.com/mkrufky
9688 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9689 T:      git git://linuxtv.org/mkrufky/tuners.git
9690 S:      Maintained
9691 F:      drivers/media/tuners/tda8290.*
9692
9693 TDA9840 MEDIA DRIVER
9694 M:      Hans Verkuil <hverkuil@xs4all.nl>
9695 L:      linux-media@vger.kernel.org
9696 T:      git git://linuxtv.org/media_tree.git
9697 W:      http://linuxtv.org
9698 S:      Maintained
9699 F:      drivers/media/i2c/tda9840*
9700
9701 TEA5761 TUNER DRIVER
9702 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9703 L:      linux-media@vger.kernel.org
9704 W:      http://linuxtv.org
9705 T:      git git://linuxtv.org/media_tree.git
9706 S:      Odd fixes
9707 F:      drivers/media/tuners/tea5761.*
9708
9709 TEA5767 TUNER DRIVER
9710 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9711 L:      linux-media@vger.kernel.org
9712 W:      http://linuxtv.org
9713 T:      git git://linuxtv.org/media_tree.git
9714 S:      Maintained
9715 F:      drivers/media/tuners/tea5767.*
9716
9717 TEA6415C MEDIA DRIVER
9718 M:      Hans Verkuil <hverkuil@xs4all.nl>
9719 L:      linux-media@vger.kernel.org
9720 T:      git git://linuxtv.org/media_tree.git
9721 W:      http://linuxtv.org
9722 S:      Maintained
9723 F:      drivers/media/i2c/tea6415c*
9724
9725 TEA6420 MEDIA DRIVER
9726 M:      Hans Verkuil <hverkuil@xs4all.nl>
9727 L:      linux-media@vger.kernel.org
9728 T:      git git://linuxtv.org/media_tree.git
9729 W:      http://linuxtv.org
9730 S:      Maintained
9731 F:      drivers/media/i2c/tea6420*
9732
9733 TEAM DRIVER
9734 M:      Jiri Pirko <jiri@resnulli.us>
9735 L:      netdev@vger.kernel.org
9736 S:      Supported
9737 F:      drivers/net/team/
9738 F:      include/linux/if_team.h
9739 F:      include/uapi/linux/if_team.h
9740
9741 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9742 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9743 S:      Maintained
9744 F:      arch/x86/platform/ts5500/
9745
9746 TECHNOTREND USB IR RECEIVER
9747 M:      Sean Young <sean@mess.org>
9748 L:      linux-media@vger.kernel.org
9749 S:      Maintained
9750 F:      drivers/media/rc/ttusbir.c
9751
9752 TEGRA ARCHITECTURE SUPPORT
9753 M:      Stephen Warren <swarren@wwwdotorg.org>
9754 M:      Thierry Reding <thierry.reding@gmail.com>
9755 M:      Alexandre Courbot <gnurou@gmail.com>
9756 L:      linux-tegra@vger.kernel.org
9757 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9759 S:      Supported
9760 N:      [^a-z]tegra
9761
9762 TEGRA CLOCK DRIVER
9763 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9764 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9765 S:      Supported
9766 F:      drivers/clk/tegra/
9767
9768 TEGRA DMA DRIVER
9769 M:      Laxman Dewangan <ldewangan@nvidia.com>
9770 S:      Supported
9771 F:      drivers/dma/tegra20-apb-dma.c
9772
9773 TEGRA I2C DRIVER
9774 M:      Laxman Dewangan <ldewangan@nvidia.com>
9775 S:      Supported
9776 F:      drivers/i2c/busses/i2c-tegra.c
9777
9778 TEGRA IOMMU DRIVERS
9779 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9780 S:      Supported
9781 F:      drivers/iommu/tegra*
9782
9783 TEGRA KBC DRIVER
9784 M:      Rakesh Iyer <riyer@nvidia.com>
9785 M:      Laxman Dewangan <ldewangan@nvidia.com>
9786 S:      Supported
9787 F:      drivers/input/keyboard/tegra-kbc.c
9788
9789 TEGRA PWM DRIVER
9790 M:      Thierry Reding <thierry.reding@gmail.com>
9791 S:      Supported
9792 F:      drivers/pwm/pwm-tegra.c
9793
9794 TEGRA SERIAL DRIVER
9795 M:      Laxman Dewangan <ldewangan@nvidia.com>
9796 S:      Supported
9797 F:      drivers/tty/serial/serial-tegra.c
9798
9799 TEGRA SPI DRIVER
9800 M:      Laxman Dewangan <ldewangan@nvidia.com>
9801 S:      Supported
9802 F:      drivers/spi/spi-tegra*
9803
9804 TEHUTI ETHERNET DRIVER
9805 M:      Andy Gospodarek <andy@greyhouse.net>
9806 L:      netdev@vger.kernel.org
9807 S:      Supported
9808 F:      drivers/net/ethernet/tehuti/*
9809
9810 Telecom Clock Driver for MCPL0010
9811 M:      Mark Gross <mark.gross@intel.com>
9812 S:      Supported
9813 F:      drivers/char/tlclk.c
9814
9815 TENSILICA XTENSA PORT (xtensa)
9816 M:      Chris Zankel <chris@zankel.net>
9817 M:      Max Filippov <jcmvbkbc@gmail.com>
9818 L:      linux-xtensa@linux-xtensa.org
9819 S:      Maintained
9820 F:      arch/xtensa/
9821 F:      drivers/irqchip/irq-xtensa-*
9822
9823 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9824 M:      Hans Verkuil <hverkuil@xs4all.nl>
9825 L:      linux-media@vger.kernel.org
9826 T:      git git://linuxtv.org/media_tree.git
9827 W:      http://linuxtv.org
9828 S:      Maintained
9829 F:      drivers/media/radio/radio-raremono.c
9830
9831 THERMAL
9832 M:      Zhang Rui <rui.zhang@intel.com>
9833 M:      Eduardo Valentin <edubezval@gmail.com>
9834 L:      linux-pm@vger.kernel.org
9835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9837 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9838 S:      Supported
9839 F:      drivers/thermal/
9840 F:      include/linux/thermal.h
9841 F:      include/uapi/linux/thermal.h
9842 F:      include/linux/cpu_cooling.h
9843 F:      Documentation/devicetree/bindings/thermal/
9844
9845 THINGM BLINK(1) USB RGB LED DRIVER
9846 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9847 S:      Maintained
9848 F:      drivers/hid/hid-thingm.c
9849
9850 THINKPAD ACPI EXTRAS DRIVER
9851 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9852 L:      ibm-acpi-devel@lists.sourceforge.net
9853 L:      platform-driver-x86@vger.kernel.org
9854 W:      http://ibm-acpi.sourceforge.net
9855 W:      http://thinkwiki.org/wiki/Ibm-acpi
9856 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9857 S:      Maintained
9858 F:      drivers/platform/x86/thinkpad_acpi.c
9859
9860 TI BANDGAP AND THERMAL DRIVER
9861 M:      Eduardo Valentin <edubezval@gmail.com>
9862 L:      linux-pm@vger.kernel.org
9863 L:      linux-omap@vger.kernel.org
9864 S:      Maintained
9865 F:      drivers/thermal/ti-soc-thermal/
9866
9867 TI CDCE706 CLOCK DRIVER
9868 M:      Max Filippov <jcmvbkbc@gmail.com>
9869 S:      Maintained
9870 F:      drivers/clk/clk-cdce706.c
9871
9872 TI CLOCK DRIVER
9873 M:      Tero Kristo <t-kristo@ti.com>
9874 L:      linux-omap@vger.kernel.org
9875 S:      Maintained
9876 F:      drivers/clk/ti/
9877 F:      include/linux/clk/ti.h
9878
9879 TI FLASH MEDIA INTERFACE DRIVER
9880 M:      Alex Dubov <oakad@yahoo.com>
9881 S:      Maintained
9882 F:      drivers/misc/tifm*
9883 F:      drivers/mmc/host/tifm_sd.c
9884 F:      include/linux/tifm.h
9885
9886 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9887 M:      Santosh Shilimkar <ssantosh@kernel.org>
9888 L:      linux-kernel@vger.kernel.org
9889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9890 S:      Maintained
9891 F:      drivers/soc/ti/*
9892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9893
9894
9895 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9896 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9897 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9898 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9899 S:      Maintained
9900 F:      sound/soc/codecs/lm49453*
9901 F:      sound/soc/codecs/isabelle*
9902
9903 TI LP855x BACKLIGHT DRIVER
9904 M:      Milo Kim <milo.kim@ti.com>
9905 S:      Maintained
9906 F:      Documentation/backlight/lp855x-driver.txt
9907 F:      drivers/video/backlight/lp855x_bl.c
9908 F:      include/linux/platform_data/lp855x.h
9909
9910 TI LP8727 CHARGER DRIVER
9911 M:      Milo Kim <milo.kim@ti.com>
9912 S:      Maintained
9913 F:      drivers/power/lp8727_charger.c
9914 F:      include/linux/platform_data/lp8727.h
9915
9916 TI LP8788 MFD DRIVER
9917 M:      Milo Kim <milo.kim@ti.com>
9918 S:      Maintained
9919 F:      drivers/iio/adc/lp8788_adc.c
9920 F:      drivers/leds/leds-lp8788.c
9921 F:      drivers/mfd/lp8788*.c
9922 F:      drivers/power/lp8788-charger.c
9923 F:      drivers/regulator/lp8788-*.c
9924 F:      include/linux/mfd/lp8788*.h
9925
9926 TI NETCP ETHERNET DRIVER
9927 M:      Wingman Kwok <w-kwok2@ti.com>
9928 M:      Murali Karicheri <m-karicheri2@ti.com>
9929 L:      netdev@vger.kernel.org
9930 S:      Maintained
9931 F:      drivers/net/ethernet/ti/netcp*
9932
9933 TI TWL4030 SERIES SOC CODEC DRIVER
9934 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9935 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9936 S:      Maintained
9937 F:      sound/soc/codecs/twl4030*
9938
9939 TI WILINK WIRELESS DRIVERS
9940 L:      linux-wireless@vger.kernel.org
9941 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9942 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9944 S:      Orphan
9945 F:      drivers/net/wireless/ti/
9946 F:      include/linux/wl12xx.h
9947
9948 TIPC NETWORK LAYER
9949 M:      Jon Maloy <jon.maloy@ericsson.com>
9950 M:      Ying Xue <ying.xue@windriver.com>
9951 L:      netdev@vger.kernel.org (core kernel code)
9952 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9953 W:      http://tipc.sourceforge.net/
9954 S:      Maintained
9955 F:      include/uapi/linux/tipc*.h
9956 F:      net/tipc/
9957
9958 TILE ARCHITECTURE
9959 M:      Chris Metcalf <cmetcalf@ezchip.com>
9960 W:      http://www.ezchip.com/scm/
9961 S:      Supported
9962 F:      arch/tile/
9963 F:      drivers/char/tile-srom.c
9964 F:      drivers/edac/tile_edac.c
9965 F:      drivers/net/ethernet/tile/
9966 F:      drivers/rtc/rtc-tile.c
9967 F:      drivers/tty/hvc/hvc_tile.c
9968 F:      drivers/tty/serial/tilegx.c
9969 F:      drivers/usb/host/*-tilegx.c
9970 F:      include/linux/usb/tilegx.h
9971
9972 TLAN NETWORK DRIVER
9973 M:      Samuel Chessman <chessman@tux.org>
9974 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9975 W:      http://sourceforge.net/projects/tlan/
9976 S:      Maintained
9977 F:      Documentation/networking/tlan.txt
9978 F:      drivers/net/ethernet/ti/tlan.*
9979
9980 TOMOYO SECURITY MODULE
9981 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9982 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9983 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9984 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9985 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9986 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9987 W:      http://tomoyo.sourceforge.jp/
9988 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9989 S:      Maintained
9990 F:      security/tomoyo/
9991
9992 TOPSTAR LAPTOP EXTRAS DRIVER
9993 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9994 L:      platform-driver-x86@vger.kernel.org
9995 S:      Maintained
9996 F:      drivers/platform/x86/topstar-laptop.c
9997
9998 TOSHIBA ACPI EXTRAS DRIVER
9999 M:      Azael Avalos <coproscefalo@gmail.com>
10000 L:      platform-driver-x86@vger.kernel.org
10001 S:      Maintained
10002 F:      drivers/platform/x86/toshiba_acpi.c
10003
10004 TOSHIBA BLUETOOTH DRIVER
10005 M:      Azael Avalos <coproscefalo@gmail.com>
10006 L:      platform-driver-x86@vger.kernel.org
10007 S:      Maintained
10008 F:      drivers/platform/x86/toshiba_bluetooth.c
10009
10010 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10011 M:      Azael Avalos <coproscefalo@gmail.com>
10012 L:      platform-driver-x86@vger.kernel.org
10013 S:      Maintained
10014 F:      drivers/platform/x86/toshiba_haps.c
10015
10016 TOSHIBA SMM DRIVER
10017 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10018 L:      tlinux-users@tce.toshiba-dme.co.jp
10019 W:      http://www.buzzard.org.uk/toshiba/
10020 S:      Maintained
10021 F:      drivers/char/toshiba.c
10022 F:      include/linux/toshiba.h
10023 F:      include/uapi/linux/toshiba.h
10024
10025 TMIO MMC DRIVER
10026 M:      Ian Molton <ian.molton@codethink.co.uk>
10027 L:      linux-mmc@vger.kernel.org
10028 S:      Maintained
10029 F:      drivers/mmc/host/tmio_mmc*
10030 F:      drivers/mmc/host/sh_mobile_sdhi.c
10031 F:      include/linux/mmc/tmio.h
10032 F:      include/linux/mmc/sh_mobile_sdhi.h
10033
10034 TMP401 HARDWARE MONITOR DRIVER
10035 M:      Guenter Roeck <linux@roeck-us.net>
10036 L:      lm-sensors@lm-sensors.org
10037 S:      Maintained
10038 F:      Documentation/hwmon/tmp401
10039 F:      drivers/hwmon/tmp401.c
10040
10041 TMPFS (SHMEM FILESYSTEM)
10042 M:      Hugh Dickins <hughd@google.com>
10043 L:      linux-mm@kvack.org
10044 S:      Maintained
10045 F:      include/linux/shmem_fs.h
10046 F:      mm/shmem.c
10047
10048 TM6000 VIDEO4LINUX DRIVER
10049 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10050 L:      linux-media@vger.kernel.org
10051 W:      http://linuxtv.org
10052 T:      git git://linuxtv.org/media_tree.git
10053 S:      Odd fixes
10054 F:      drivers/media/usb/tm6000/
10055
10056 TW68 VIDEO4LINUX DRIVER
10057 M:      Hans Verkuil <hverkuil@xs4all.nl>
10058 L:      linux-media@vger.kernel.org
10059 T:      git git://linuxtv.org/media_tree.git
10060 W:      http://linuxtv.org
10061 S:      Odd Fixes
10062 F:      drivers/media/pci/tw68/
10063
10064 TPM DEVICE DRIVER
10065 M:      Peter Huewe <peterhuewe@gmx.de>
10066 M:      Marcel Selhorst <tpmdd@selhorst.net>
10067 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10068 W:      http://tpmdd.sourceforge.net
10069 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10070 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10071 T:      https://github.com/PeterHuewe/linux-tpmdd
10072 S:      Maintained
10073 F:      drivers/char/tpm/
10074
10075 TPM IBM_VTPM DEVICE DRIVER
10076 M:      Ashley Lai <ashleydlai@gmail.com>
10077 W:      http://tpmdd.sourceforge.net
10078 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10079 S:      Maintained
10080 F:      drivers/char/tpm/tpm_ibmvtpm*
10081
10082 TRACING
10083 M:      Steven Rostedt <rostedt@goodmis.org>
10084 M:      Ingo Molnar <mingo@redhat.com>
10085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10086 S:      Maintained
10087 F:      Documentation/trace/ftrace.txt
10088 F:      arch/*/*/*/ftrace.h
10089 F:      arch/*/kernel/ftrace.c
10090 F:      include/*/ftrace.h
10091 F:      include/linux/trace*.h
10092 F:      include/trace/
10093 F:      kernel/trace/
10094 F:      tools/testing/selftests/ftrace/
10095
10096 TRIVIAL PATCHES
10097 M:      Jiri Kosina <trivial@kernel.org>
10098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10099 S:      Maintained
10100 K:      ^Subject:.*(?i)trivial
10101
10102 TTY LAYER
10103 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10104 M:      Jiri Slaby <jslaby@suse.cz>
10105 S:      Supported
10106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10107 F:      drivers/tty/
10108 F:      drivers/tty/serial/serial_core.c
10109 F:      include/linux/serial_core.h
10110 F:      include/linux/serial.h
10111 F:      include/linux/tty.h
10112 F:      include/uapi/linux/serial_core.h
10113 F:      include/uapi/linux/serial.h
10114 F:      include/uapi/linux/tty.h
10115
10116 TUA9001 MEDIA DRIVER
10117 M:      Antti Palosaari <crope@iki.fi>
10118 L:      linux-media@vger.kernel.org
10119 W:      http://linuxtv.org/
10120 W:      http://palosaari.fi/linux/
10121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10122 T:      git git://linuxtv.org/anttip/media_tree.git
10123 S:      Maintained
10124 F:      drivers/media/tuners/tua9001*
10125
10126 TULIP NETWORK DRIVERS
10127 M:      Grant Grundler <grundler@parisc-linux.org>
10128 L:      netdev@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/net/ethernet/dec/tulip/
10131
10132 TUN/TAP driver
10133 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10134 W:      http://vtun.sourceforge.net/tun
10135 S:      Maintained
10136 F:      Documentation/networking/tuntap.txt
10137 F:      arch/um/os-Linux/drivers/
10138
10139 TURBOCHANNEL SUBSYSTEM
10140 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10141 M:      Ralf Baechle <ralf@linux-mips.org>
10142 L:      linux-mips@linux-mips.org
10143 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10144 S:      Maintained
10145 F:      drivers/tc/
10146 F:      include/linux/tc.h
10147
10148 U14-34F SCSI DRIVER
10149 M:      Dario Ballabio <ballabio_dario@emc.com>
10150 L:      linux-scsi@vger.kernel.org
10151 S:      Maintained
10152 F:      drivers/scsi/u14-34f.c
10153
10154 UBI FILE SYSTEM (UBIFS)
10155 M:      Artem Bityutskiy <dedekind1@gmail.com>
10156 M:      Adrian Hunter <adrian.hunter@intel.com>
10157 L:      linux-mtd@lists.infradead.org
10158 T:      git git://git.infradead.org/ubifs-2.6.git
10159 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10160 S:      Maintained
10161 F:      Documentation/filesystems/ubifs.txt
10162 F:      fs/ubifs/
10163
10164 UCLINUX (AND M68KNOMMU)
10165 M:      Greg Ungerer <gerg@uclinux.org>
10166 W:      http://www.uclinux.org/
10167 L:      uclinux-dev@uclinux.org  (subscribers-only)
10168 S:      Maintained
10169 F:      arch/m68k/*/*_no.*
10170 F:      arch/m68k/include/asm/*_no.*
10171
10172 UDF FILESYSTEM
10173 M:      Jan Kara <jack@suse.cz>
10174 S:      Maintained
10175 F:      Documentation/filesystems/udf.txt
10176 F:      fs/udf/
10177
10178 UFS FILESYSTEM
10179 M:      Evgeniy Dushistov <dushistov@mail.ru>
10180 S:      Maintained
10181 F:      Documentation/filesystems/ufs.txt
10182 F:      fs/ufs/
10183
10184 UHID USERSPACE HID IO DRIVER:
10185 M:      David Herrmann <dh.herrmann@googlemail.com>
10186 L:      linux-input@vger.kernel.org
10187 S:      Maintained
10188 F:      drivers/hid/uhid.c
10189 F:      include/uapi/linux/uhid.h
10190
10191 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10192 L:      linux-usb@vger.kernel.org
10193 S:      Orphan
10194 F:      drivers/uwb/
10195 F:      include/linux/uwb.h
10196 F:      include/linux/uwb/
10197
10198 UNICORE32 ARCHITECTURE:
10199 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10200 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10201 S:      Maintained
10202 T:      git git://github.com/gxt/linux.git
10203 F:      arch/unicore32/
10204
10205 UNIFDEF
10206 M:      Tony Finch <dot@dotat.at>
10207 W:      http://dotat.at/prog/unifdef
10208 S:      Maintained
10209 F:      scripts/unifdef.c
10210
10211 UNIFORM CDROM DRIVER
10212 M:      Jens Axboe <axboe@kernel.dk>
10213 W:      http://www.kernel.dk
10214 S:      Maintained
10215 F:      Documentation/cdrom/
10216 F:      drivers/cdrom/cdrom.c
10217 F:      include/linux/cdrom.h
10218 F:      include/uapi/linux/cdrom.h
10219
10220 UNISYS S-PAR DRIVERS
10221 M:      Benjamin Romer <benjamin.romer@unisys.com>
10222 M:      David Kershner <david.kershner@unisys.com>
10223 L:      sparmaintainer@unisys.com (Unisys internal)
10224 S:      Supported
10225 F:      drivers/staging/unisys/
10226
10227 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10228 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10229 L:      linux-scsi@vger.kernel.org
10230 S:      Supported
10231 F:      Documentation/scsi/ufs.txt
10232 F:      drivers/scsi/ufs/
10233
10234 UNSORTED BLOCK IMAGES (UBI)
10235 M:      Artem Bityutskiy <dedekind1@gmail.com>
10236 M:      Richard Weinberger <richard@nod.at>
10237 W:      http://www.linux-mtd.infradead.org/
10238 L:      linux-mtd@lists.infradead.org
10239 T:      git git://git.infradead.org/ubifs-2.6.git
10240 S:      Supported
10241 F:      drivers/mtd/ubi/
10242 F:      include/linux/mtd/ubi.h
10243 F:      include/uapi/mtd/ubi-user.h
10244
10245 USB ACM DRIVER
10246 M:      Oliver Neukum <oliver@neukum.org>
10247 L:      linux-usb@vger.kernel.org
10248 S:      Maintained
10249 F:      Documentation/usb/acm.txt
10250 F:      drivers/usb/class/cdc-acm.*
10251
10252 USB AR5523 WIRELESS DRIVER
10253 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10254 L:      linux-wireless@vger.kernel.org
10255 S:      Maintained
10256 F:      drivers/net/wireless/ath/ar5523/
10257
10258 USB ATTACHED SCSI
10259 M:      Hans de Goede <hdegoede@redhat.com>
10260 M:      Gerd Hoffmann <kraxel@redhat.com>
10261 L:      linux-usb@vger.kernel.org
10262 L:      linux-scsi@vger.kernel.org
10263 S:      Maintained
10264 F:      drivers/usb/storage/uas.c
10265
10266 USB CDC ETHERNET DRIVER
10267 M:      Oliver Neukum <oliver@neukum.org>
10268 L:      linux-usb@vger.kernel.org
10269 S:      Maintained
10270 F:      drivers/net/usb/cdc_*.c
10271 F:      include/uapi/linux/usb/cdc.h
10272
10273 USB CHAOSKEY DRIVER
10274 M:      Keith Packard <keithp@keithp.com>
10275 L:      linux-usb@vger.kernel.org
10276 S:      Maintained
10277 F:      drivers/usb/misc/chaoskey.c
10278
10279 USB CYPRESS C67X00 DRIVER
10280 M:      Peter Korsgaard <jacmet@sunsite.dk>
10281 L:      linux-usb@vger.kernel.org
10282 S:      Maintained
10283 F:      drivers/usb/c67x00/
10284
10285 USB DAVICOM DM9601 DRIVER
10286 M:      Peter Korsgaard <jacmet@sunsite.dk>
10287 L:      netdev@vger.kernel.org
10288 W:      http://www.linux-usb.org/usbnet
10289 S:      Maintained
10290 F:      drivers/net/usb/dm9601.c
10291
10292 USB DIAMOND RIO500 DRIVER
10293 M:      Cesar Miquel <miquel@df.uba.ar>
10294 L:      rio500-users@lists.sourceforge.net
10295 W:      http://rio500.sourceforge.net
10296 S:      Maintained
10297 F:      drivers/usb/misc/rio500*
10298
10299 USB EHCI DRIVER
10300 M:      Alan Stern <stern@rowland.harvard.edu>
10301 L:      linux-usb@vger.kernel.org
10302 S:      Maintained
10303 F:      Documentation/usb/ehci.txt
10304 F:      drivers/usb/host/ehci*
10305
10306 USB GADGET/PERIPHERAL SUBSYSTEM
10307 M:      Felipe Balbi <balbi@ti.com>
10308 L:      linux-usb@vger.kernel.org
10309 W:      http://www.linux-usb.org/gadget
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10311 S:      Maintained
10312 F:      drivers/usb/gadget/
10313 F:      include/linux/usb/gadget*
10314
10315 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10316 M:      Jiri Kosina <jkosina@suse.cz>
10317 L:      linux-usb@vger.kernel.org
10318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10319 S:      Maintained
10320 F:      Documentation/hid/hiddev.txt
10321 F:      drivers/hid/usbhid/
10322
10323 USB ISP116X DRIVER
10324 M:      Olav Kongas <ok@artecdesign.ee>
10325 L:      linux-usb@vger.kernel.org
10326 S:      Maintained
10327 F:      drivers/usb/host/isp116x*
10328 F:      include/linux/usb/isp116x.h
10329
10330 USB MASS STORAGE DRIVER
10331 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10332 L:      linux-usb@vger.kernel.org
10333 L:      usb-storage@lists.one-eyed-alien.net
10334 S:      Maintained
10335 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10336 F:      drivers/usb/storage/
10337
10338 USB MIDI DRIVER
10339 M:      Clemens Ladisch <clemens@ladisch.de>
10340 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10341 T:      git git://git.alsa-project.org/alsa-kernel.git
10342 S:      Maintained
10343 F:      sound/usb/midi.*
10344
10345 USB NETWORKING DRIVERS
10346 L:      linux-usb@vger.kernel.org
10347 S:      Odd Fixes
10348 F:      drivers/net/usb/
10349
10350 USB OHCI DRIVER
10351 M:      Alan Stern <stern@rowland.harvard.edu>
10352 L:      linux-usb@vger.kernel.org
10353 S:      Maintained
10354 F:      Documentation/usb/ohci.txt
10355 F:      drivers/usb/host/ohci*
10356
10357 USB OTG FSM (Finite State Machine)
10358 M:      Peter Chen <Peter.Chen@freescale.com>
10359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10360 L:      linux-usb@vger.kernel.org
10361 S:      Maintained
10362 F:      drivers/usb/common/usb-otg-fsm.c
10363
10364 USB OVER IP DRIVER
10365 M:      Valentina Manea <valentina.manea.m@gmail.com>
10366 M:      Shuah Khan <shuah.kh@samsung.com>
10367 L:      linux-usb@vger.kernel.org
10368 S:      Maintained
10369 F:      drivers/usb/usbip/
10370 F:      tools/usb/usbip/
10371
10372 USB PEGASUS DRIVER
10373 M:      Petko Manolov <petkan@nucleusys.com>
10374 L:      linux-usb@vger.kernel.org
10375 L:      netdev@vger.kernel.org
10376 T:      git git://github.com/petkan/pegasus.git
10377 W:      https://github.com/petkan/pegasus
10378 S:      Maintained
10379 F:      drivers/net/usb/pegasus.*
10380
10381 USB PHY LAYER
10382 M:      Felipe Balbi <balbi@ti.com>
10383 L:      linux-usb@vger.kernel.org
10384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10385 S:      Maintained
10386 F:      drivers/usb/phy/
10387
10388 USB PRINTER DRIVER (usblp)
10389 M:      Pete Zaitcev <zaitcev@redhat.com>
10390 L:      linux-usb@vger.kernel.org
10391 S:      Supported
10392 F:      drivers/usb/class/usblp.c
10393
10394 USB RTL8150 DRIVER
10395 M:      Petko Manolov <petkan@nucleusys.com>
10396 L:      linux-usb@vger.kernel.org
10397 L:      netdev@vger.kernel.org
10398 T:      git git://github.com/petkan/rtl8150.git
10399 W:      https://github.com/petkan/rtl8150
10400 S:      Maintained
10401 F:      drivers/net/usb/rtl8150.c
10402
10403 USB SERIAL SUBSYSTEM
10404 M:      Johan Hovold <johan@kernel.org>
10405 L:      linux-usb@vger.kernel.org
10406 S:      Maintained
10407 F:      Documentation/usb/usb-serial.txt
10408 F:      drivers/usb/serial/
10409 F:      include/linux/usb/serial.h
10410
10411 USB SMSC75XX ETHERNET DRIVER
10412 M:      Steve Glendinning <steve.glendinning@shawell.net>
10413 L:      netdev@vger.kernel.org
10414 S:      Maintained
10415 F:      drivers/net/usb/smsc75xx.*
10416
10417 USB SMSC95XX ETHERNET DRIVER
10418 M:      Steve Glendinning <steve.glendinning@shawell.net>
10419 L:      netdev@vger.kernel.org
10420 S:      Maintained
10421 F:      drivers/net/usb/smsc95xx.*
10422
10423 USB SUBSYSTEM
10424 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10425 L:      linux-usb@vger.kernel.org
10426 W:      http://www.linux-usb.org
10427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10428 S:      Supported
10429 F:      Documentation/usb/
10430 F:      drivers/usb/
10431 F:      include/linux/usb.h
10432 F:      include/linux/usb/
10433
10434 USB UHCI DRIVER
10435 M:      Alan Stern <stern@rowland.harvard.edu>
10436 L:      linux-usb@vger.kernel.org
10437 S:      Maintained
10438 F:      drivers/usb/host/uhci*
10439
10440 USB "USBNET" DRIVER FRAMEWORK
10441 M:      Oliver Neukum <oneukum@suse.de>
10442 L:      netdev@vger.kernel.org
10443 W:      http://www.linux-usb.org/usbnet
10444 S:      Maintained
10445 F:      drivers/net/usb/usbnet.c
10446 F:      include/linux/usb/usbnet.h
10447
10448 USB VIDEO CLASS
10449 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10450 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10451 L:      linux-media@vger.kernel.org
10452 T:      git git://linuxtv.org/media_tree.git
10453 W:      http://www.ideasonboard.org/uvc/
10454 S:      Maintained
10455 F:      drivers/media/usb/uvc/
10456 F:      include/uapi/linux/uvcvideo.h
10457
10458 USB VISION DRIVER
10459 M:      Hans Verkuil <hverkuil@xs4all.nl>
10460 L:      linux-media@vger.kernel.org
10461 T:      git git://linuxtv.org/media_tree.git
10462 W:      http://linuxtv.org
10463 S:      Odd Fixes
10464 F:      drivers/media/usb/usbvision/
10465
10466 USB WEBCAM GADGET
10467 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10468 L:      linux-usb@vger.kernel.org
10469 S:      Maintained
10470 F:      drivers/usb/gadget/function/*uvc*
10471 F:      drivers/usb/gadget/legacy/webcam.c
10472
10473 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10474 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10475 L:      linux-wireless@vger.kernel.org
10476 S:      Maintained
10477 F:      drivers/net/wireless/rndis_wlan.c
10478
10479 USB XHCI DRIVER
10480 M:      Mathias Nyman <mathias.nyman@intel.com>
10481 L:      linux-usb@vger.kernel.org
10482 S:      Supported
10483 F:      drivers/usb/host/xhci*
10484 F:      drivers/usb/host/pci-quirks*
10485
10486 USB ZD1201 DRIVER
10487 L:      linux-wireless@vger.kernel.org
10488 W:      http://linux-lc100020.sourceforge.net
10489 S:      Orphan
10490 F:      drivers/net/wireless/zd1201.*
10491
10492 USB ZR364XX DRIVER
10493 M:      Antoine Jacquet <royale@zerezo.com>
10494 L:      linux-usb@vger.kernel.org
10495 L:      linux-media@vger.kernel.org
10496 T:      git git://linuxtv.org/media_tree.git
10497 W:      http://royale.zerezo.com/zr364xx/
10498 S:      Maintained
10499 F:      Documentation/video4linux/zr364xx.txt
10500 F:      drivers/media/usb/zr364xx/
10501
10502 USER-MODE LINUX (UML)
10503 M:      Jeff Dike <jdike@addtoit.com>
10504 M:      Richard Weinberger <richard@nod.at>
10505 L:      user-mode-linux-devel@lists.sourceforge.net
10506 L:      user-mode-linux-user@lists.sourceforge.net
10507 W:      http://user-mode-linux.sourceforge.net
10508 S:      Maintained
10509 F:      Documentation/virtual/uml/
10510 F:      arch/um/
10511 F:      arch/x86/um/
10512 F:      fs/hostfs/
10513 F:      fs/hppfs/
10514
10515 USERSPACE I/O (UIO)
10516 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10517 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10518 S:      Maintained
10519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10520 F:      Documentation/DocBook/uio-howto.tmpl
10521 F:      drivers/uio/
10522 F:      include/linux/uio*.h
10523
10524 UTIL-LINUX PACKAGE
10525 M:      Karel Zak <kzak@redhat.com>
10526 L:      util-linux@vger.kernel.org
10527 W:      http://en.wikipedia.org/wiki/Util-linux
10528 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10529 S:      Maintained
10530
10531 UVESAFB DRIVER
10532 M:      Michal Januszewski <spock@gentoo.org>
10533 L:      linux-fbdev@vger.kernel.org
10534 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10535 S:      Maintained
10536 F:      Documentation/fb/uvesafb.txt
10537 F:      drivers/video/fbdev/uvesafb.*
10538
10539 VFAT/FAT/MSDOS FILESYSTEM
10540 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10541 S:      Maintained
10542 F:      Documentation/filesystems/vfat.txt
10543 F:      fs/fat/
10544
10545 VFIO DRIVER
10546 M:      Alex Williamson <alex.williamson@redhat.com>
10547 L:      kvm@vger.kernel.org
10548 S:      Maintained
10549 F:      Documentation/vfio.txt
10550 F:      drivers/vfio/
10551 F:      include/linux/vfio.h
10552 F:      include/uapi/linux/vfio.h
10553
10554 VIDEOBUF2 FRAMEWORK
10555 M:      Pawel Osciak <pawel@osciak.com>
10556 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10557 M:      Kyungmin Park <kyungmin.park@samsung.com>
10558 L:      linux-media@vger.kernel.org
10559 S:      Maintained
10560 F:      drivers/media/v4l2-core/videobuf2-*
10561 F:      include/media/videobuf2-*
10562
10563 VIRTIO CONSOLE DRIVER
10564 M:      Amit Shah <amit.shah@redhat.com>
10565 L:      virtualization@lists.linux-foundation.org
10566 S:      Maintained
10567 F:      drivers/char/virtio_console.c
10568 F:      include/linux/virtio_console.h
10569 F:      include/uapi/linux/virtio_console.h
10570
10571 VIRTIO CORE, NET AND BLOCK DRIVERS
10572 M:      "Michael S. Tsirkin" <mst@redhat.com>
10573 L:      virtualization@lists.linux-foundation.org
10574 S:      Maintained
10575 F:      drivers/virtio/
10576 F:      tools/virtio/
10577 F:      drivers/net/virtio_net.c
10578 F:      drivers/block/virtio_blk.c
10579 F:      include/linux/virtio_*.h
10580 F:      include/uapi/linux/virtio_*.h
10581
10582 VIRTIO HOST (VHOST)
10583 M:      "Michael S. Tsirkin" <mst@redhat.com>
10584 L:      kvm@vger.kernel.org
10585 L:      virtualization@lists.linux-foundation.org
10586 L:      netdev@vger.kernel.org
10587 S:      Maintained
10588 F:      drivers/vhost/
10589 F:      include/uapi/linux/vhost.h
10590
10591 VIRTIO INPUT DRIVER
10592 M:      Gerd Hoffmann <kraxel@redhat.com>
10593 S:      Maintained
10594 F:      drivers/virtio/virtio_input.c
10595 F:      include/uapi/linux/virtio_input.h
10596
10597 VIA RHINE NETWORK DRIVER
10598 M:      Roger Luethi <rl@hellgate.ch>
10599 S:      Maintained
10600 F:      drivers/net/ethernet/via/via-rhine.c
10601
10602 VIA SD/MMC CARD CONTROLLER DRIVER
10603 M:      Bruce Chang <brucechang@via.com.tw>
10604 M:      Harald Welte <HaraldWelte@viatech.com>
10605 S:      Maintained
10606 F:      drivers/mmc/host/via-sdmmc.c
10607
10608 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10609 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10610 L:      linux-fbdev@vger.kernel.org
10611 S:      Maintained
10612 F:      include/linux/via-core.h
10613 F:      include/linux/via-gpio.h
10614 F:      include/linux/via_i2c.h
10615 F:      drivers/video/fbdev/via/
10616
10617 VIA VELOCITY NETWORK DRIVER
10618 M:      Francois Romieu <romieu@fr.zoreil.com>
10619 L:      netdev@vger.kernel.org
10620 S:      Maintained
10621 F:      drivers/net/ethernet/via/via-velocity.*
10622
10623 VIVID VIRTUAL VIDEO DRIVER
10624 M:      Hans Verkuil <hverkuil@xs4all.nl>
10625 L:      linux-media@vger.kernel.org
10626 T:      git git://linuxtv.org/media_tree.git
10627 W:      http://linuxtv.org
10628 S:      Maintained
10629 F:      drivers/media/platform/vivid/*
10630
10631 VLAN (802.1Q)
10632 M:      Patrick McHardy <kaber@trash.net>
10633 L:      netdev@vger.kernel.org
10634 S:      Maintained
10635 F:      drivers/net/macvlan.c
10636 F:      include/linux/if_*vlan.h
10637 F:      net/8021q/
10638
10639 VLYNQ BUS
10640 M:      Florian Fainelli <florian@openwrt.org>
10641 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10642 S:      Maintained
10643 F:      drivers/vlynq/vlynq.c
10644 F:      include/linux/vlynq.h
10645
10646 VME SUBSYSTEM
10647 M:      Martyn Welch <martyn.welch@ge.com>
10648 M:      Manohar Vanga <manohar.vanga@gmail.com>
10649 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10650 L:      devel@driverdev.osuosl.org
10651 S:      Maintained
10652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10653 F:      Documentation/vme_api.txt
10654 F:      drivers/staging/vme/
10655 F:      drivers/vme/
10656 F:      include/linux/vme*
10657
10658 VMWARE HYPERVISOR INTERFACE
10659 M:      Alok Kataria <akataria@vmware.com>
10660 L:      virtualization@lists.linux-foundation.org
10661 S:      Supported
10662 F:      arch/x86/kernel/cpu/vmware.c
10663
10664 VMWARE BALLOON DRIVER
10665 M:      Xavier Deguillard <xdeguillard@vmware.com>
10666 M:      Philip Moltmann <moltmann@vmware.com>
10667 M:      "VMware, Inc." <pv-drivers@vmware.com>
10668 L:      linux-kernel@vger.kernel.org
10669 S:      Maintained
10670 F:      drivers/misc/vmw_balloon.c
10671
10672 VMWARE VMMOUSE SUBDRIVER
10673 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10674 M:      "VMware, Inc." <pv-drivers@vmware.com>
10675 L:      linux-input@vger.kernel.org
10676 S:      Maintained
10677 F:      drivers/input/mouse/vmmouse.c
10678 F:      drivers/input/mouse/vmmouse.h
10679
10680 VMWARE VMXNET3 ETHERNET DRIVER
10681 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10682 M:      "VMware, Inc." <pv-drivers@vmware.com>
10683 L:      netdev@vger.kernel.org
10684 S:      Maintained
10685 F:      drivers/net/vmxnet3/
10686
10687 VMware PVSCSI driver
10688 M:      Arvind Kumar <arvindkumar@vmware.com>
10689 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10690 L:      linux-scsi@vger.kernel.org
10691 S:      Maintained
10692 F:      drivers/scsi/vmw_pvscsi.c
10693 F:      drivers/scsi/vmw_pvscsi.h
10694
10695 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10696 M:      Liam Girdwood <lgirdwood@gmail.com>
10697 M:      Mark Brown <broonie@kernel.org>
10698 L:      linux-kernel@vger.kernel.org
10699 W:      http://opensource.wolfsonmicro.com/node/15
10700 W:      http://www.slimlogic.co.uk/?p=48
10701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10702 S:      Supported
10703 F:      drivers/regulator/
10704 F:      include/linux/regulator/
10705
10706 VT1211 HARDWARE MONITOR DRIVER
10707 M:      Juerg Haefliger <juergh@gmail.com>
10708 L:      lm-sensors@lm-sensors.org
10709 S:      Maintained
10710 F:      Documentation/hwmon/vt1211
10711 F:      drivers/hwmon/vt1211.c
10712
10713 VT8231 HARDWARE MONITOR DRIVER
10714 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10715 L:      lm-sensors@lm-sensors.org
10716 S:      Maintained
10717 F:      drivers/hwmon/vt8231.c
10718
10719 VUB300 USB to SDIO/SD/MMC bridge chip
10720 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10721 L:      linux-mmc@vger.kernel.org
10722 L:      linux-usb@vger.kernel.org
10723 S:      Supported
10724 F:      drivers/mmc/host/vub300.c
10725
10726 W1 DALLAS'S 1-WIRE BUS
10727 M:      Evgeniy Polyakov <zbr@ioremap.net>
10728 S:      Maintained
10729 F:      Documentation/w1/
10730 F:      drivers/w1/
10731
10732 W83791D HARDWARE MONITORING DRIVER
10733 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10734 L:      lm-sensors@lm-sensors.org
10735 S:      Maintained
10736 F:      Documentation/hwmon/w83791d
10737 F:      drivers/hwmon/w83791d.c
10738
10739 W83793 HARDWARE MONITORING DRIVER
10740 M:      Rudolf Marek <r.marek@assembler.cz>
10741 L:      lm-sensors@lm-sensors.org
10742 S:      Maintained
10743 F:      Documentation/hwmon/w83793
10744 F:      drivers/hwmon/w83793.c
10745
10746 W83795 HARDWARE MONITORING DRIVER
10747 M:      Jean Delvare <jdelvare@suse.de>
10748 L:      lm-sensors@lm-sensors.org
10749 S:      Maintained
10750 F:      drivers/hwmon/w83795.c
10751
10752 W83L51xD SD/MMC CARD INTERFACE DRIVER
10753 M:      Pierre Ossman <pierre@ossman.eu>
10754 S:      Maintained
10755 F:      drivers/mmc/host/wbsd.*
10756
10757 WACOM PROTOCOL 4 SERIAL TABLETS
10758 M:      Julian Squires <julian@cipht.net>
10759 M:      Hans de Goede <hdegoede@redhat.com>
10760 L:      linux-input@vger.kernel.org
10761 S:      Maintained
10762 F:      drivers/input/tablet/wacom_serial4.c
10763
10764 WATCHDOG DEVICE DRIVERS
10765 M:      Wim Van Sebroeck <wim@iguana.be>
10766 L:      linux-watchdog@vger.kernel.org
10767 W:      http://www.linux-watchdog.org/
10768 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10769 S:      Maintained
10770 F:      Documentation/watchdog/
10771 F:      drivers/watchdog/
10772 F:      include/linux/watchdog.h
10773 F:      include/uapi/linux/watchdog.h
10774
10775 WD7000 SCSI DRIVER
10776 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10777 L:      linux-scsi@vger.kernel.org
10778 S:      Maintained
10779 F:      drivers/scsi/wd7000.c
10780
10781 WIIMOTE HID DRIVER
10782 M:      David Herrmann <dh.herrmann@googlemail.com>
10783 L:      linux-input@vger.kernel.org
10784 S:      Maintained
10785 F:      drivers/hid/hid-wiimote*
10786
10787 WINBOND CIR DRIVER
10788 M:      David Härdeman <david@hardeman.nu>
10789 S:      Maintained
10790 F:      drivers/media/rc/winbond-cir.c
10791
10792 WIMAX STACK
10793 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10794 M:      linux-wimax@intel.com
10795 L:      wimax@linuxwimax.org (subscribers-only)
10796 S:      Supported
10797 W:      http://linuxwimax.org
10798 F:      Documentation/wimax/README.wimax
10799 F:      include/linux/wimax/debug.h
10800 F:      include/net/wimax.h
10801 F:      include/uapi/linux/wimax.h
10802 F:      net/wimax/
10803
10804 WISTRON LAPTOP BUTTON DRIVER
10805 M:      Miloslav Trmac <mitr@volny.cz>
10806 S:      Maintained
10807 F:      drivers/input/misc/wistron_btns.c
10808
10809 WL3501 WIRELESS PCMCIA CARD DRIVER
10810 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10811 L:      linux-wireless@vger.kernel.org
10812 W:      http://oops.ghostprotocols.net:81/blog
10813 S:      Maintained
10814 F:      drivers/net/wireless/wl3501*
10815
10816 WM97XX TOUCHSCREEN DRIVERS
10817 M:      Mark Brown <broonie@kernel.org>
10818 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10819 L:      linux-input@vger.kernel.org
10820 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10821 W:      http://opensource.wolfsonmicro.com/node/7
10822 S:      Supported
10823 F:      drivers/input/touchscreen/*wm97*
10824 F:      include/linux/wm97xx.h
10825
10826 WOLFSON MICROELECTRONICS DRIVERS
10827 L:      patches@opensource.wolfsonmicro.com
10828 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10829 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10830 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10831 S:      Supported
10832 F:      Documentation/hwmon/wm83??
10833 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10834 F:      drivers/clk/clk-wm83*.c
10835 F:      drivers/extcon/extcon-arizona.c
10836 F:      drivers/leds/leds-wm83*.c
10837 F:      drivers/gpio/gpio-*wm*.c
10838 F:      drivers/gpio/gpio-arizona.c
10839 F:      drivers/hwmon/wm83??-hwmon.c
10840 F:      drivers/input/misc/wm831x-on.c
10841 F:      drivers/input/touchscreen/wm831x-ts.c
10842 F:      drivers/input/touchscreen/wm97*.c
10843 F:      drivers/mfd/arizona*
10844 F:      drivers/mfd/wm*.c
10845 F:      drivers/power/wm83*.c
10846 F:      drivers/rtc/rtc-wm83*.c
10847 F:      drivers/regulator/wm8*.c
10848 F:      drivers/video/backlight/wm83*_bl.c
10849 F:      drivers/watchdog/wm83*_wdt.c
10850 F:      include/linux/mfd/arizona/
10851 F:      include/linux/mfd/wm831x/
10852 F:      include/linux/mfd/wm8350/
10853 F:      include/linux/mfd/wm8400*
10854 F:      include/linux/wm97xx.h
10855 F:      include/sound/wm????.h
10856 F:      sound/soc/codecs/arizona.?
10857 F:      sound/soc/codecs/wm*
10858
10859 WORKQUEUE
10860 M:      Tejun Heo <tj@kernel.org>
10861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10862 S:      Maintained
10863 F:      include/linux/workqueue.h
10864 F:      kernel/workqueue.c
10865 F:      Documentation/workqueue.txt
10866
10867 X.25 NETWORK LAYER
10868 M:      Andrew Hendry <andrew.hendry@gmail.com>
10869 L:      linux-x25@vger.kernel.org
10870 S:      Odd Fixes
10871 F:      Documentation/networking/x25*
10872 F:      include/net/x25*
10873 F:      net/x25/
10874
10875 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10876 M:      Thomas Gleixner <tglx@linutronix.de>
10877 M:      Ingo Molnar <mingo@redhat.com>
10878 M:      "H. Peter Anvin" <hpa@zytor.com>
10879 M:      x86@kernel.org
10880 L:      linux-kernel@vger.kernel.org
10881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10882 S:      Maintained
10883 F:      Documentation/x86/
10884 F:      arch/x86/
10885
10886 X86 PLATFORM DRIVERS
10887 M:      Darren Hart <dvhart@infradead.org>
10888 L:      platform-driver-x86@vger.kernel.org
10889 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10890 S:      Maintained
10891 F:      drivers/platform/x86/
10892
10893 X86 MCE INFRASTRUCTURE
10894 M:      Tony Luck <tony.luck@intel.com>
10895 M:      Borislav Petkov <bp@alien8.de>
10896 L:      linux-edac@vger.kernel.org
10897 S:      Maintained
10898 F:      arch/x86/kernel/cpu/mcheck/*
10899
10900 X86 VDSO
10901 M:      Andy Lutomirski <luto@amacapital.net>
10902 L:      linux-kernel@vger.kernel.org
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10904 S:      Maintained
10905 F:      arch/x86/vdso/
10906
10907 XC2028/3028 TUNER DRIVER
10908 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10909 L:      linux-media@vger.kernel.org
10910 W:      http://linuxtv.org
10911 T:      git git://linuxtv.org/media_tree.git
10912 S:      Maintained
10913 F:      drivers/media/tuners/tuner-xc2028.*
10914
10915 XEN HYPERVISOR INTERFACE
10916 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10917 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10918 M:      David Vrabel <david.vrabel@citrix.com>
10919 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10921 S:      Supported
10922 F:      arch/x86/xen/
10923 F:      drivers/*/xen-*front.c
10924 F:      drivers/xen/
10925 F:      arch/x86/include/asm/xen/
10926 F:      include/xen/
10927 F:      include/uapi/xen/
10928
10929 XEN HYPERVISOR ARM
10930 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10931 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10932 S:      Supported
10933 F:      arch/arm/xen/
10934 F:      arch/arm/include/asm/xen/
10935
10936 XEN HYPERVISOR ARM64
10937 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10938 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10939 S:      Supported
10940 F:      arch/arm64/xen/
10941 F:      arch/arm64/include/asm/xen/
10942
10943 XEN NETWORK BACKEND DRIVER
10944 M:      Ian Campbell <ian.campbell@citrix.com>
10945 M:      Wei Liu <wei.liu2@citrix.com>
10946 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10947 L:      netdev@vger.kernel.org
10948 S:      Supported
10949 F:      drivers/net/xen-netback/*
10950
10951 XEN PCI SUBSYSTEM
10952 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10953 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10954 S:      Supported
10955 F:      arch/x86/pci/*xen*
10956 F:      drivers/pci/*xen*
10957
10958 XEN BLOCK SUBSYSTEM
10959 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10960 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10961 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10962 S:      Supported
10963 F:      drivers/block/xen-blkback/*
10964 F:      drivers/block/xen*
10965
10966 XEN PVSCSI DRIVERS
10967 M:      Juergen Gross <jgross@suse.com>
10968 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10969 L:      linux-scsi@vger.kernel.org
10970 S:      Supported
10971 F:      drivers/scsi/xen-scsifront.c
10972 F:      drivers/xen/xen-scsiback.c
10973 F:      include/xen/interface/io/vscsiif.h
10974
10975 XEN SWIOTLB SUBSYSTEM
10976 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10977 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10978 S:      Supported
10979 F:      arch/x86/xen/*swiotlb*
10980 F:      drivers/xen/*swiotlb*
10981
10982 XFS FILESYSTEM
10983 P:      Silicon Graphics Inc
10984 M:      Dave Chinner <david@fromorbit.com>
10985 M:      xfs@oss.sgi.com
10986 L:      xfs@oss.sgi.com
10987 W:      http://oss.sgi.com/projects/xfs
10988 T:      git git://oss.sgi.com/xfs/xfs.git
10989 S:      Supported
10990 F:      Documentation/filesystems/xfs.txt
10991 F:      fs/xfs/
10992
10993 XILINX AXI ETHERNET DRIVER
10994 M:      Anirudha Sarangi <anirudh@xilinx.com>
10995 M:      John Linn <John.Linn@xilinx.com>
10996 S:      Maintained
10997 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10998
10999 XILINX UARTLITE SERIAL DRIVER
11000 M:      Peter Korsgaard <jacmet@sunsite.dk>
11001 L:      linux-serial@vger.kernel.org
11002 S:      Maintained
11003 F:      drivers/tty/serial/uartlite.c
11004
11005 XILINX VIDEO IP CORES
11006 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11007 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11008 L:      linux-media@vger.kernel.org
11009 T:      git git://linuxtv.org/media_tree.git
11010 S:      Supported
11011 F:      Documentation/devicetree/bindings/media/xilinx/
11012 F:      drivers/media/platform/xilinx/
11013 F:      include/uapi/linux/xilinx-v4l2-controls.h
11014
11015 XILLYBUS DRIVER
11016 M:      Eli Billauer <eli.billauer@gmail.com>
11017 L:      linux-kernel@vger.kernel.org
11018 S:      Supported
11019 F:      drivers/char/xillybus/
11020
11021 XTENSA XTFPGA PLATFORM SUPPORT
11022 M:      Max Filippov <jcmvbkbc@gmail.com>
11023 L:      linux-xtensa@linux-xtensa.org
11024 S:      Maintained
11025 F:      drivers/spi/spi-xtensa-xtfpga.c
11026 F:      sound/soc/xtensa/xtfpga-i2s.c
11027
11028 YAM DRIVER FOR AX.25
11029 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11030 L:      linux-hams@vger.kernel.org
11031 S:      Maintained
11032 F:      drivers/net/hamradio/yam*
11033 F:      include/linux/yam.h
11034
11035 YEALINK PHONE DRIVER
11036 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11037 L:      usbb2k-api-dev@nongnu.org
11038 S:      Maintained
11039 F:      Documentation/input/yealink.txt
11040 F:      drivers/input/misc/yealink.*
11041
11042 Z8530 DRIVER FOR AX.25
11043 M:      Joerg Reuter <jreuter@yaina.de>
11044 W:      http://yaina.de/jreuter/
11045 W:      http://www.qsl.net/dl1bke/
11046 L:      linux-hams@vger.kernel.org
11047 S:      Maintained
11048 F:      Documentation/networking/z8530drv.txt
11049 F:      drivers/net/hamradio/*scc.c
11050 F:      drivers/net/hamradio/z8530.h
11051
11052 ZBUD COMPRESSED PAGE ALLOCATOR
11053 M:      Seth Jennings <sjennings@variantweb.net>
11054 L:      linux-mm@kvack.org
11055 S:      Maintained
11056 F:      mm/zbud.c
11057 F:      include/linux/zbud.h
11058
11059 ZD1211RW WIRELESS DRIVER
11060 M:      Daniel Drake <dsd@gentoo.org>
11061 M:      Ulrich Kunitz <kune@deine-taler.de>
11062 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11063 L:      linux-wireless@vger.kernel.org
11064 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11065 S:      Maintained
11066 F:      drivers/net/wireless/zd1211rw/
11067
11068 ZR36067 VIDEO FOR LINUX DRIVER
11069 L:      mjpeg-users@lists.sourceforge.net
11070 L:      linux-media@vger.kernel.org
11071 W:      http://mjpeg.sourceforge.net/driver-zoran/
11072 T:      hg http://linuxtv.org/hg/v4l-dvb
11073 S:      Odd Fixes
11074 F:      drivers/media/pci/zoran/
11075
11076 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11077 M:      Minchan Kim <minchan@kernel.org>
11078 M:      Nitin Gupta <ngupta@vflare.org>
11079 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11080 L:      linux-kernel@vger.kernel.org
11081 S:      Maintained
11082 F:      drivers/block/zram/
11083 F:      Documentation/blockdev/zram.txt
11084
11085 ZS DECSTATION Z85C30 SERIAL DRIVER
11086 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11087 S:      Maintained
11088 F:      drivers/tty/serial/zs.*
11089
11090 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11091 M:      Minchan Kim <minchan@kernel.org>
11092 M:      Nitin Gupta <ngupta@vflare.org>
11093 L:      linux-mm@kvack.org
11094 S:      Maintained
11095 F:      mm/zsmalloc.c
11096 F:      include/linux/zsmalloc.h
11097 F:      Documentation/vm/zsmalloc.txt
11098
11099 ZSWAP COMPRESSED SWAP CACHING
11100 M:      Seth Jennings <sjennings@variantweb.net>
11101 L:      linux-mm@kvack.org
11102 S:      Maintained
11103 F:      mm/zswap.c
11104
11105 THE REST
11106 M:      Linus Torvalds <torvalds@linux-foundation.org>
11107 L:      linux-kernel@vger.kernel.org
11108 Q:      http://patchwork.kernel.org/project/LKML/list/
11109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11110 S:      Buried alive in reporters
11111 F:      *
11112 F:      */