OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[uclinux-h8/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
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
656 AMS (Apple Motion Sensor) DRIVER
657 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
658 S:      Supported
659 F:      drivers/macintosh/ams/
660
661 AMSO1100 RNIC DRIVER
662 M:      Tom Tucker <tom@opengridcomputing.com>
663 M:      Steve Wise <swise@opengridcomputing.com>
664 L:      linux-rdma@vger.kernel.org
665 S:      Maintained
666 F:      drivers/infiniband/hw/amso1100/
667
668 ANALOG DEVICES INC AD9389B DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/ad9389b*
673
674 ANALOG DEVICES INC ADV7180 DRIVER
675 M:      Lars-Peter Clausen <lars@metafoo.de>
676 L:      linux-media@vger.kernel.org
677 W:      http://ez.analog.com/community/linux-device-drivers
678 S:      Supported
679 F:      drivers/media/i2c/adv7180.c
680
681 ANALOG DEVICES INC ADV7511 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7511*
686
687 ANALOG DEVICES INC ADV7604 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7604*
692
693 ANALOG DEVICES INC ADV7842 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7842*
698
699 ANALOG DEVICES INC ASOC CODEC DRIVERS
700 M:      Lars-Peter Clausen <lars@metafoo.de>
701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
702 W:      http://wiki.analog.com/
703 W:      http://ez.analog.com/community/linux-device-drivers
704 S:      Supported
705 F:      sound/soc/codecs/adau*
706 F:      sound/soc/codecs/adav*
707 F:      sound/soc/codecs/ad1*
708 F:      sound/soc/codecs/ad7*
709 F:      sound/soc/codecs/ssm*
710 F:      sound/soc/codecs/sigmadsp.*
711
712 ANALOG DEVICES INC ASOC DRIVERS
713 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://blackfin.uclinux.org/
716 S:      Supported
717 F:      sound/soc/blackfin/*
718
719 ANALOG DEVICES INC IIO DRIVERS
720 M:      Lars-Peter Clausen <lars@metafoo.de>
721 M:      Michael Hennerich <Michael.Hennerich@analog.com>
722 W:      http://wiki.analog.com/
723 W:      http://ez.analog.com/community/linux-device-drivers
724 S:      Supported
725 F:      drivers/iio/*/ad*
726 X:      drivers/iio/*/adjd*
727 F:      drivers/staging/iio/*/ad*
728 F:      staging/iio/trigger/iio-trig-bfin-timer.c
729
730 ANDROID DRIVERS
731 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
732 M:      Arve HjønnevĂ¥g <arve@android.com>
733 M:      Riley Andrews <riandrews@android.com>
734 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
735 L:      devel@driverdev.osuosl.org
736 S:      Supported
737 F:      drivers/android/
738 F:      drivers/staging/android/
739
740 AOA (Apple Onboard Audio) ALSA DRIVER
741 M:      Johannes Berg <johannes@sipsolutions.net>
742 L:      linuxppc-dev@lists.ozlabs.org
743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
744 S:      Maintained
745 F:      sound/aoa/
746
747 APM DRIVER
748 M:      Jiri Kosina <jkosina@suse.cz>
749 S:      Odd fixes
750 F:      arch/x86/kernel/apm_32.c
751 F:      include/linux/apm_bios.h
752 F:      include/uapi/linux/apm_bios.h
753 F:      drivers/char/apm-emulation.c
754
755 APPLE BCM5974 MULTITOUCH DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      linux-input@vger.kernel.org
758 S:      Odd fixes
759 F:      drivers/input/mouse/bcm5974.c
760
761 APPLE SMC DRIVER
762 M:      Henrik Rydberg <rydberg@bitmath.org>
763 L:      lm-sensors@lm-sensors.org
764 S:      Odd fixes
765 F:      drivers/hwmon/applesmc.c
766
767 APPLETALK NETWORK LAYER
768 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
769 S:      Maintained
770 F:      drivers/net/appletalk/
771 F:      net/appletalk/
772
773 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
774 M:      Iyappan Subramanian <isubramanian@apm.com>
775 M:      Keyur Chudgar <kchudgar@apm.com>
776 S:      Supported
777 F:      drivers/net/ethernet/apm/xgene/
778 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
779
780 APTINA CAMERA SENSOR PLL
781 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
782 L:      linux-media@vger.kernel.org
783 S:      Maintained
784 F:      drivers/media/i2c/aptina-pll.*
785
786 ARC FRAMEBUFFER DRIVER
787 M:      Jaya Kumar <jayalk@intworks.biz>
788 S:      Maintained
789 F:      drivers/video/fbdev/arcfb.c
790 F:      drivers/video/fbdev/core/fb_defio.c
791
792 ARM MFM AND FLOPPY DRIVERS
793 M:      Ian Molton <spyro@f2s.com>
794 S:      Maintained
795 F:      arch/arm/lib/floppydma.S
796 F:      arch/arm/include/asm/floppy.h
797
798 ARM PMU PROFILING AND DEBUGGING
799 M:      Will Deacon <will.deacon@arm.com>
800 S:      Maintained
801 F:      arch/arm/kernel/perf_event*
802 F:      arch/arm/oprofile/common.c
803 F:      arch/arm/include/asm/pmu.h
804 F:      arch/arm/kernel/hw_breakpoint.c
805 F:      arch/arm/include/asm/hw_breakpoint.h
806
807 ARM PORT
808 M:      Russell King <linux@arm.linux.org.uk>
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 W:      http://www.arm.linux.org.uk/
811 S:      Maintained
812 F:      arch/arm/
813
814 ARM SUB-ARCHITECTURES
815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 S:      Maintained
817 F:      arch/arm/mach-*/
818 F:      arch/arm/plat-*/
819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
820
821 ARM PRIMECELL AACI PL041 DRIVER
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      sound/arm/aaci.*
825
826 ARM PRIMECELL CLCD PL110 DRIVER
827 M:      Russell King <linux@arm.linux.org.uk>
828 S:      Maintained
829 F:      drivers/video/fbdev/amba-clcd.*
830
831 ARM PRIMECELL KMI PL050 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/input/serio/ambakmi.*
835 F:      include/linux/amba/kmi.h
836
837 ARM PRIMECELL MMCI PL180/1 DRIVER
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/mmc/host/mmci.*
841 F:      include/linux/amba/mmci.h
842
843 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/tty/serial/amba-pl01*.c
847 F:      include/linux/amba/serial.h
848
849 ARM PRIMECELL BUS SUPPORT
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      drivers/amba/
853 F:      include/linux/amba/bus.h
854
855 ARM/ADS SPHERE MACHINE SUPPORT
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 S:      Maintained
859
860 ARM/AFEB9260 MACHINE SUPPORT
861 M:      Sergey Lapin <slapin@ossfans.org>
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S:      Maintained
864
865 ARM/AJECO 1ARM MACHINE SUPPORT
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S:      Maintained
869
870 ARM/Allwinner A1X SoC support
871 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874 N:      sun[x4567]i
875
876 ARM/Allwinner SoC Clock Support
877 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
878 S:      Maintained
879 F:      drivers/clk/sunxi/
880
881 ARM/Amlogic MesonX SoC support
882 M:      Carlo Caione <carlo@caione.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      drivers/media/rc/meson-ir.c
886 N:      meson[x68]
887
888 ARM/Annapurna Labs ALPINE ARCHITECTURE
889 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
890 S:      Maintained
891 F:      arch/arm/mach-alpine/
892
893 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
894 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
895 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
896 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 W:      http://www.linux4sam.org
899 S:      Supported
900 F:      arch/arm/mach-at91/
901 F:      include/soc/at91/
902 F:      arch/arm/boot/dts/at91*.dts
903 F:      arch/arm/boot/dts/at91*.dtsi
904 F:      arch/arm/boot/dts/sama*.dts
905 F:      arch/arm/boot/dts/sama*.dtsi
906 F:      arch/arm/include/debug/at91.S
907
908 ARM/ATMEL AT91 Clock Support
909 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
910 S:      Maintained
911 F:      drivers/clk/at91
912
913 ARM/CALXEDA HIGHBANK ARCHITECTURE
914 M:      Rob Herring <robh@kernel.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917 F:      arch/arm/mach-highbank/
918
919 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
920 M:      Krzysztof Halasa <khalasa@piap.pl>
921 S:      Maintained
922 F:      arch/arm/mach-cns3xxx/
923
924 ARM/CAVIUM THUNDER NETWORK DRIVER
925 M:      Sunil Goutham <sgoutham@cavium.com>
926 M:      Robert Richter <rric@kernel.org>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S:      Supported
929 F:      drivers/net/ethernet/cavium/
930
931 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
932 M:      Alexander Shiyan <shc_work@mail.ru>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S:      Odd Fixes
935 N:      clps711x
936
937 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
938 M:      Hartley Sweeten <hsweeten@visionengravers.com>
939 M:      Ryan Mallon <rmallon@gmail.com>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942 F:      arch/arm/mach-ep93xx/
943 F:      arch/arm/mach-ep93xx/include/mach/
944
945 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
946 M:      Lennert Buytenhek <kernel@wantstofly.org>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949
950 ARM/CLKDEV SUPPORT
951 M:      Russell King <linux@arm.linux.org.uk>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/include/asm/clkdev.h
955 F:      drivers/clk/clkdev.c
956
957 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
958 M:      Mike Rapoport <mike@compulab.co.il>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Maintained
961
962 ARM/CONTEC MICRO9 MACHINE SUPPORT
963 M:      Hubert Feurstein <hubert.feurstein@contec.at>
964 S:      Maintained
965 F:      arch/arm/mach-ep93xx/micro9.c
966
967 ARM/CORESIGHT FRAMEWORK AND DRIVERS
968 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      drivers/hwtracing/coresight/*
972 F:      Documentation/trace/coresight.txt
973 F:      Documentation/devicetree/bindings/arm/coresight.txt
974 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
975
976 ARM/CORGI MACHINE SUPPORT
977 M:      Richard Purdie <rpurdie@rpsys.net>
978 S:      Maintained
979
980 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
981 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 T:      git git://github.com/ulli-kroll/linux.git
984 S:      Maintained
985 F:      arch/arm/mach-gemini/
986
987 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
988 M:      Barry Song <baohua@kernel.org>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
991 S:      Maintained
992 F:      arch/arm/mach-prima2/
993 F:      drivers/clk/sirf/
994 F:      drivers/clocksource/timer-prima2.c
995 F:      drivers/clocksource/timer-atlas7.c
996 N:      [^a-z]sirf
997
998 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
999 M:      Baruch Siach <baruch@tkos.co.il>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 N:      digicolor
1003
1004 ARM/EBSA110 MACHINE SUPPORT
1005 M:      Russell King <linux@arm.linux.org.uk>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 W:      http://www.arm.linux.org.uk/
1008 S:      Maintained
1009 F:      arch/arm/mach-ebsa110/
1010 F:      drivers/net/ethernet/amd/am79c961a.*
1011
1012 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1013 M:      Uwe Kleine-König <kernel@pengutronix.de>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016 N:      efm32
1017
1018 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1019 M:      Daniel Ribeiro <drwyrm@gmail.com>
1020 M:      Stefan Schmidt <stefan@openezx.org>
1021 M:      Harald Welte <laforge@openezx.org>
1022 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1023 W:      http://www.openezx.org/
1024 S:      Maintained
1025 T:      topgit git://git.openezx.org/openezx.git
1026 F:      arch/arm/mach-pxa/ezx.c
1027
1028 ARM/FARADAY FA526 PORT
1029 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 T:      git git://git.berlios.de/gemini-board
1033 F:      arch/arm/mm/*-fa*
1034
1035 ARM/FOOTBRIDGE ARCHITECTURE
1036 M:      Russell King <linux@arm.linux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1040 F:      arch/arm/include/asm/hardware/dec21285.h
1041 F:      arch/arm/mach-footbridge/
1042
1043 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1044 M:      Shawn Guo <shawn.guo@linaro.org>
1045 M:      Sascha Hauer <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1049 F:      arch/arm/mach-imx/
1050 F:      arch/arm/mach-mxs/
1051 F:      arch/arm/boot/dts/imx*
1052 F:      arch/arm/configs/imx*_defconfig
1053
1054 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1055 M:      Shawn Guo <shawn.guo@linaro.org>
1056 M:      Sascha Hauer <kernel@pengutronix.de>
1057 R:      Stefan Agner <stefan@agner.ch>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1061 F:      arch/arm/mach-imx/*vf610*
1062 F:      arch/arm/boot/dts/vf*
1063
1064 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1065 M:      Lennert Buytenhek <kernel@wantstofly.org>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068
1069 ARM/GUMSTIX MACHINE SUPPORT
1070 M:      Steve Sakoman <sakoman@gmail.com>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073
1074 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1075 M:      Philipp Zabel <philipp.zabel@gmail.com>
1076 M:      Paul Parsons <lost.distance@yahoo.com>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/hx4700.c
1080 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1081 F:      sound/soc/pxa/hx4700.c
1082
1083 ARM/HISILICON SOC SUPPORT
1084 M:      Wei Xu <xuwei5@hisilicon.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 W:      http://www.hisilicon.com
1087 S:      Supported
1088 T:      git git://github.com/hisilicon/linux-hisi.git
1089 F:      arch/arm/mach-hisi/
1090
1091 ARM/HP JORNADA 7XX MACHINE SUPPORT
1092 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1093 W:      www.jlime.com
1094 S:      Maintained
1095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1096 F:      arch/arm/mach-sa1100/jornada720.c
1097 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1098
1099 ARM/IGEP MACHINE SUPPORT
1100 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1101 M:      Javier Martinez Canillas <javier@dowhile0.org>
1102 L:      linux-omap@vger.kernel.org
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/boot/dts/omap3-igep*
1106
1107 ARM/INCOME PXA270 SUPPORT
1108 M:      Marek Vasut <marek.vasut@gmail.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1112
1113 ARM/INTEL IOP32X ARM ARCHITECTURE
1114 M:      Lennert Buytenhek <kernel@wantstofly.org>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117
1118 ARM/INTEL IOP33X ARM ARCHITECTURE
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Orphan
1121
1122 ARM/INTEL IOP13XX ARM ARCHITECTURE
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/INTEL IQ81342EX MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/INTEL IXDP2850 MACHINE SUPPORT
1133 M:      Lennert Buytenhek <kernel@wantstofly.org>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136
1137 ARM/INTEL IXP4XX ARM ARCHITECTURE
1138 M:      Imre Kaloz <kaloz@openwrt.org>
1139 M:      Krzysztof Halasa <khalasa@piap.pl>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-ixp4xx/
1143
1144 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1145 M:      Jonathan Cameron <jic23@cam.ac.uk>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148 F:      arch/arm/mach-pxa/stargate2.c
1149 F:      drivers/pcmcia/pxa2xx_stargate2.c
1150
1151 ARM/INTEL XSC3 (MANZANO) ARM CORE
1152 M:      Lennert Buytenhek <kernel@wantstofly.org>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155
1156 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1162 M:      Santosh Shilimkar <ssantosh@kernel.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-keystone/
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1167
1168 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1169 M:      Santosh Shilimkar <ssantosh@kernel.org>
1170 L:      linux-kernel@vger.kernel.org
1171 S:      Maintained
1172 F:      drivers/clk/keystone/
1173
1174 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1175 M:      Santosh Shilimkar <ssantosh@kernel.org>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 L:      linux-kernel@vger.kernel.org
1178 S:      Maintained
1179 F:      drivers/clocksource/timer-keystone.c
1180
1181 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-kernel@vger.kernel.org
1184 S:      Maintained
1185 F:      drivers/power/reset/keystone-reset.c
1186
1187 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1188 M:      Santosh Shilimkar <ssantosh@kernel.org>
1189 L:      linux-kernel@vger.kernel.org
1190 S:      Maintained
1191 F:      drivers/memory/*emif*
1192
1193 ARM/LOGICPD PXA270 MACHINE SUPPORT
1194 M:      Lennert Buytenhek <kernel@wantstofly.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197
1198 ARM/MAGICIAN MACHINE SUPPORT
1199 M:      Philipp Zabel <philipp.zabel@gmail.com>
1200 S:      Maintained
1201
1202 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 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 F:      arch/arm/boot/dts/armada*
1212 F:      arch/arm/boot/dts/kirkwood*
1213
1214
1215 ARM/Marvell Berlin SoC support
1216 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-berlin/
1220 F:      arch/arm/boot/dts/berlin*
1221
1222
1223 ARM/Marvell Dove/MV78xx0/Orion SOC support
1224 M:      Jason Cooper <jason@lakedaemon.net>
1225 M:      Andrew Lunn <andrew@lunn.ch>
1226 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1227 M:      Gregory Clement <gregory.clement@free-electrons.com>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230 F:      arch/arm/mach-dove/
1231 F:      arch/arm/mach-mv78xx0/
1232 F:      arch/arm/mach-orion5x/
1233 F:      arch/arm/plat-orion/
1234 F:      arch/arm/boot/dts/dove*
1235 F:      arch/arm/boot/dts/orion5x*
1236
1237
1238 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1239 M:      Alexander Clouter <alex@digriz.org.uk>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W:      http://www.digriz.org.uk/ts78xx/kernel
1242 S:      Maintained
1243 F:      arch/arm/mach-orion5x/ts78xx-*
1244
1245 ARM/Mediatek SoC support
1246 M:      Matthias Brugger <matthias.bgg@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/boot/dts/mt6*
1251 F:      arch/arm/boot/dts/mt8*
1252 F:      arch/arm/mach-mediatek/
1253 N:      mtk
1254 K:      mediatek
1255
1256 ARM/MICREL KS8695 ARCHITECTURE
1257 M:      Greg Ungerer <gerg@uclinux.org>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 F:      arch/arm/mach-ks8695/
1260 S:      Odd Fixes
1261
1262 ARM/MIOA701 MACHINE SUPPORT
1263 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 F:      arch/arm/mach-pxa/mioa701.c
1266 S:      Maintained
1267
1268 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1269 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1270 S:      Maintained
1271
1272 ARM/NOMADIK ARCHITECTURE
1273 M:      Alessandro Rubini <rubini@unipv.it>
1274 M:      Linus Walleij <linus.walleij@linaro.org>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/mach-nomadik/
1278 F:      drivers/pinctrl/nomadik/
1279 F:      drivers/i2c/busses/i2c-nomadik.c
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1281
1282 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1283 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1284 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1285 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1286 S:      Supported
1287
1288 ARM/TOSA MACHINE SUPPORT
1289 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1290 M:      Dirk Opfer <dirk@opfer-online.de>
1291 S:      Maintained
1292
1293 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1294 M:      Marek Vasut <marek.vasut@gmail.com>
1295 L:      linux-arm-kernel@lists.infradead.org
1296 W:      http://hackndev.com
1297 S:      Maintained
1298 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1299 F:      arch/arm/mach-pxa/palmtx.c
1300 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1301 F:      arch/arm/mach-pxa/palmt5.c
1302 F:      arch/arm/mach-pxa/include/mach/palmld.h
1303 F:      arch/arm/mach-pxa/palmld.c
1304 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1305 F:      arch/arm/mach-pxa/palmte2.c
1306 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1307 F:      arch/arm/mach-pxa/palmtc.c
1308
1309 ARM/PALM TREO SUPPORT
1310 M:      Tomas Cech <sleep_walker@suse.cz>
1311 L:      linux-arm-kernel@lists.infradead.org
1312 W:      http://hackndev.com
1313 S:      Maintained
1314 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1315 F:      arch/arm/mach-pxa/palmtreo.c
1316
1317 ARM/PALMZ72 SUPPORT
1318 M:      Sergey Lapin <slapin@ossfans.org>
1319 L:      linux-arm-kernel@lists.infradead.org
1320 W:      http://hackndev.com
1321 S:      Maintained
1322 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1323 F:      arch/arm/mach-pxa/palmz72.c
1324
1325 ARM/PLEB SUPPORT
1326 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1327 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1328 S:      Maintained
1329
1330 ARM/PT DIGITAL BOARD PORT
1331 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 W:      http://www.arm.linux.org.uk/
1334 S:      Maintained
1335
1336 ARM/QUALCOMM SUPPORT
1337 M:      Kumar Gala <galak@codeaurora.org>
1338 M:      Andy Gross <agross@codeaurora.org>
1339 M:      David Brown <davidb@codeaurora.org>
1340 L:      linux-arm-msm@vger.kernel.org
1341 L:      linux-soc@vger.kernel.org
1342 S:      Maintained
1343 F:      arch/arm/mach-qcom/
1344 F:      drivers/soc/qcom/
1345 F:      drivers/tty/serial/msm_serial.h
1346 F:      drivers/tty/serial/msm_serial.c
1347 F:      drivers/*/pm8???-*
1348 F:      drivers/mfd/ssbi.c
1349 F:      drivers/firmware/qcom_scm.c
1350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1351
1352 ARM/RADISYS ENP2611 MACHINE SUPPORT
1353 M:      Lennert Buytenhek <kernel@wantstofly.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 S:      Maintained
1356
1357 ARM/RISCPC ARCHITECTURE
1358 M:      Russell King <linux@arm.linux.org.uk>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 W:      http://www.arm.linux.org.uk/
1361 S:      Maintained
1362 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1363 F:      arch/arm/include/asm/hardware/ioc.h
1364 F:      arch/arm/include/asm/hardware/iomd.h
1365 F:      arch/arm/include/asm/hardware/memc.h
1366 F:      arch/arm/mach-rpc/
1367 F:      drivers/net/ethernet/8390/etherh.c
1368 F:      drivers/net/ethernet/i825xx/ether1*
1369 F:      drivers/net/ethernet/seeq/ether3*
1370 F:      drivers/scsi/arm/
1371
1372 ARM/Rockchip SoC support
1373 M:      Heiko Stuebner <heiko@sntech.de>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 L:      linux-rockchip@lists.infradead.org
1376 S:      Maintained
1377 F:      arch/arm/boot/dts/rk3*
1378 F:      arch/arm/mach-rockchip/
1379 F:      drivers/clk/rockchip/
1380 F:      drivers/i2c/busses/i2c-rk3x.c
1381 F:      drivers/*/*rockchip*
1382 F:      drivers/*/*/*rockchip*
1383 F:      sound/soc/rockchip/
1384 N:      rockchip
1385
1386 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1387 M:      Kukjin Kim <kgene@kernel.org>
1388 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1391 S:      Maintained
1392 F:      arch/arm/boot/dts/s3c*
1393 F:      arch/arm/boot/dts/exynos*
1394 F:      arch/arm/plat-samsung/
1395 F:      arch/arm/mach-s3c24*/
1396 F:      arch/arm/mach-s3c64xx/
1397 F:      arch/arm/mach-s5p*/
1398 F:      arch/arm/mach-exynos*/
1399 F:      drivers/*/*s3c2410*
1400 F:      drivers/*/*/*s3c2410*
1401 F:      drivers/spi/spi-s3c*
1402 F:      sound/soc/samsung/*
1403 N:      exynos
1404
1405 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1406 M:      Kyungmin Park <kyungmin.park@samsung.com>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 S:      Maintained
1409 F:      arch/arm/mach-s5pv210/
1410
1411 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1412 M:      Kyungmin Park <kyungmin.park@samsung.com>
1413 M:      Kamil Debski <k.debski@samsung.com>
1414 L:      linux-arm-kernel@lists.infradead.org
1415 L:      linux-media@vger.kernel.org
1416 S:      Maintained
1417 F:      drivers/media/platform/s5p-g2d/
1418
1419 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1420 M:      Kyungmin Park <kyungmin.park@samsung.com>
1421 M:      Kamil Debski <k.debski@samsung.com>
1422 M:      Jeongtae Park <jtp.park@samsung.com>
1423 L:      linux-arm-kernel@lists.infradead.org
1424 L:      linux-media@vger.kernel.org
1425 S:      Maintained
1426 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1427 F:      drivers/media/platform/s5p-mfc/
1428
1429 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1430 M:      Kyungmin Park <kyungmin.park@samsung.com>
1431 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1432 L:      linux-arm-kernel@lists.infradead.org
1433 L:      linux-media@vger.kernel.org
1434 S:      Maintained
1435 F:      drivers/media/platform/s5p-tv/
1436
1437 ARM/SHMOBILE ARM ARCHITECTURE
1438 M:      Simon Horman <horms@verge.net.au>
1439 M:      Magnus Damm <magnus.damm@gmail.com>
1440 L:      linux-sh@vger.kernel.org
1441 W:      http://oss.renesas.com
1442 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1444 S:      Supported
1445 F:      arch/arm/boot/dts/emev2*
1446 F:      arch/arm/boot/dts/r7s*
1447 F:      arch/arm/boot/dts/r8a*
1448 F:      arch/arm/boot/dts/sh*
1449 F:      arch/arm/configs/armadillo800eva_defconfig
1450 F:      arch/arm/configs/bockw_defconfig
1451 F:      arch/arm/configs/kzm9g_defconfig
1452 F:      arch/arm/configs/marzen_defconfig
1453 F:      arch/arm/configs/shmobile_defconfig
1454 F:      arch/arm/include/debug/renesas-scif.S
1455 F:      arch/arm/mach-shmobile/
1456 F:      drivers/sh/
1457
1458 ARM/SOCFPGA ARCHITECTURE
1459 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1460 S:      Maintained
1461 F:      arch/arm/mach-socfpga/
1462 F:      arch/arm/boot/dts/socfpga*
1463 F:      arch/arm/configs/socfpga_defconfig
1464 W:      http://www.rocketboards.org
1465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1466
1467 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1468 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1469 S:      Maintained
1470 F:      drivers/clk/socfpga/
1471
1472 ARM/SOCFPGA EDAC SUPPORT
1473 M:      Thor Thayer <tthayer@opensource.altera.com>
1474 S:      Maintained
1475 F:      drivers/edac/altera_edac.
1476
1477 ARM/STI ARCHITECTURE
1478 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1479 M:      Maxime Coquelin <maxime.coquelin@st.com>
1480 M:      Patrice Chotard <patrice.chotard@st.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L:      kernel@stlinux.com
1483 W:      http://www.stlinux.com
1484 S:      Maintained
1485 F:      arch/arm/mach-sti/
1486 F:      arch/arm/boot/dts/sti*
1487 F:      drivers/clocksource/arm_global_timer.c
1488 F:      drivers/i2c/busses/i2c-st.c
1489 F:      drivers/media/rc/st_rc.c
1490 F:      drivers/mmc/host/sdhci-st.c
1491 F:      drivers/phy/phy-miphy28lp.c
1492 F:      drivers/phy/phy-miphy365x.c
1493 F:      drivers/phy/phy-stih407-usb.c
1494 F:      drivers/phy/phy-stih41x-usb.c
1495 F:      drivers/pinctrl/pinctrl-st.c
1496 F:      drivers/reset/sti/
1497 F:      drivers/tty/serial/st-asc.c
1498 F:      drivers/usb/dwc3/dwc3-st.c
1499 F:      drivers/usb/host/ehci-st.c
1500 F:      drivers/usb/host/ohci-st.c
1501 F:      drivers/ata/ahci_st.c
1502
1503 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1504 M:      Lennert Buytenhek <kernel@wantstofly.org>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Maintained
1507
1508 ARM/TETON BGA MACHINE SUPPORT
1509 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 S:      Maintained
1512
1513 ARM/THECUS N2100 MACHINE SUPPORT
1514 M:      Lennert Buytenhek <kernel@wantstofly.org>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 S:      Maintained
1517
1518 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1519 M:      Wan ZongShun <mcuos.com@gmail.com>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 W:      http://www.mcuos.com
1522 S:      Maintained
1523 F:      arch/arm/mach-w90x900/
1524 F:      drivers/input/keyboard/w90p910_keypad.c
1525 F:      drivers/input/touchscreen/w90p910_ts.c
1526 F:      drivers/watchdog/nuc900_wdt.c
1527 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1528 F:      drivers/mtd/nand/nuc900_nand.c
1529 F:      drivers/rtc/rtc-nuc900.c
1530 F:      drivers/spi/spi-nuc900.c
1531 F:      drivers/usb/host/ehci-w90x900.c
1532 F:      drivers/video/fbdev/nuc900fb.c
1533
1534 ARM/U300 MACHINE SUPPORT
1535 M:      Linus Walleij <linus.walleij@linaro.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Supported
1538 F:      arch/arm/mach-u300/
1539 F:      drivers/clocksource/timer-u300.c
1540 F:      drivers/i2c/busses/i2c-stu300.c
1541 F:      drivers/rtc/rtc-coh901331.c
1542 F:      drivers/watchdog/coh901327_wdt.c
1543 F:      drivers/dma/coh901318*
1544 F:      drivers/mfd/ab3100*
1545 F:      drivers/rtc/rtc-ab3100.c
1546 F:      drivers/rtc/rtc-coh901331.c
1547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1548
1549 ARM/Ux500 ARM ARCHITECTURE
1550 M:      Linus Walleij <linus.walleij@linaro.org>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553 F:      arch/arm/mach-ux500/
1554 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1555 F:      drivers/dma/ste_dma40*
1556 F:      drivers/hwspinlock/u8500_hsem.c
1557 F:      drivers/mfd/abx500*
1558 F:      drivers/mfd/ab8500*
1559 F:      drivers/mfd/dbx500*
1560 F:      drivers/mfd/db8500*
1561 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1562 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1563 F:      drivers/rtc/rtc-ab8500.c
1564 F:      drivers/rtc/rtc-pl031.c
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1566
1567 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1568 M:      Ulf Hansson <ulf.hansson@linaro.org>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 T:      git git://git.linaro.org/people/ulfh/clk.git
1571 S:      Maintained
1572 F:      drivers/clk/ux500/
1573 F:      include/linux/platform_data/clk-ux500.h
1574
1575 ARM/VERSATILE EXPRESS PLATFORM
1576 M:      Liviu Dudau <liviu.dudau@arm.com>
1577 M:      Sudeep Holla <sudeep.holla@arm.com>
1578 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581 F:      arch/arm/boot/dts/vexpress*
1582 F:      arch/arm/mach-vexpress/
1583 F:      */*/vexpress*
1584 F:      */*/*/vexpress*
1585 F:      drivers/clk/versatile/clk-vexpress-osc.c
1586 F:      drivers/clocksource/versatile.c
1587
1588 ARM/VFP SUPPORT
1589 M:      Russell King <linux@arm.linux.org.uk>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 W:      http://www.arm.linux.org.uk/
1592 S:      Maintained
1593 F:      arch/arm/vfp/
1594
1595 ARM/VOIPAC PXA270 SUPPORT
1596 M:      Marek Vasut <marek.vasut@gmail.com>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/mach-pxa/vpac270.c
1600 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1601
1602 ARM/VT8500 ARM ARCHITECTURE
1603 M:      Tony Prisk <linux@prisktech.co.nz>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S:      Maintained
1606 F:      arch/arm/mach-vt8500/
1607 F:      drivers/clocksource/vt8500_timer.c
1608 F:      drivers/i2c/busses/i2c-wmt.c
1609 F:      drivers/mmc/host/wmt-sdmmc.c
1610 F:      drivers/pwm/pwm-vt8500.c
1611 F:      drivers/rtc/rtc-vt8500.c
1612 F:      drivers/tty/serial/vt8500_serial.c
1613 F:      drivers/usb/host/ehci-platform.c
1614 F:      drivers/usb/host/uhci-platform.c
1615 F:      drivers/video/fbdev/vt8500lcdfb.*
1616 F:      drivers/video/fbdev/wm8505fb*
1617 F:      drivers/video/fbdev/wmt_ge_rops.*
1618
1619 ARM/ZIPIT Z2 SUPPORT
1620 M:      Marek Vasut <marek.vasut@gmail.com>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1623 F:      arch/arm/mach-pxa/z2.c
1624 F:      arch/arm/mach-pxa/include/mach/z2.h
1625
1626 ARM/ZYNQ ARCHITECTURE
1627 M:      Michal Simek <michal.simek@xilinx.com>
1628 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 W:      http://wiki.xilinx.com
1631 T:      git git://git.xilinx.com/linux-xlnx.git
1632 S:      Supported
1633 F:      arch/arm/mach-zynq/
1634 F:      drivers/cpuidle/cpuidle-zynq.c
1635 F:      drivers/block/xsysace.c
1636 N:      zynq
1637 N:      xilinx
1638 F:      drivers/clocksource/cadence_ttc_timer.c
1639 F:      drivers/i2c/busses/i2c-cadence.c
1640 F:      drivers/mmc/host/sdhci-of-arasan.c
1641 F:      drivers/edac/synopsys_edac.c
1642
1643 ARM SMMU DRIVER
1644 M:      Will Deacon <will.deacon@arm.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      drivers/iommu/arm-smmu.c
1648 F:      drivers/iommu/io-pgtable-arm.c
1649
1650 ARM64 PORT (AARCH64 ARCHITECTURE)
1651 M:      Catalin Marinas <catalin.marinas@arm.com>
1652 M:      Will Deacon <will.deacon@arm.com>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655 F:      arch/arm64/
1656 F:      Documentation/arm64/
1657
1658 AS3645A LED FLASH CONTROLLER DRIVER
1659 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1660 L:      linux-media@vger.kernel.org
1661 T:      git git://linuxtv.org/media_tree.git
1662 S:      Maintained
1663 F:      drivers/media/i2c/as3645a.c
1664 F:      include/media/as3645a.h
1665
1666 ASC7621 HARDWARE MONITOR DRIVER
1667 M:      George Joseph <george.joseph@fairview5.com>
1668 L:      lm-sensors@lm-sensors.org
1669 S:      Maintained
1670 F:      Documentation/hwmon/asc7621
1671 F:      drivers/hwmon/asc7621.c
1672
1673 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1674 M:      Corentin Chary <corentin.chary@gmail.com>
1675 L:      acpi4asus-user@lists.sourceforge.net
1676 L:      platform-driver-x86@vger.kernel.org
1677 W:      http://acpi4asus.sf.net
1678 S:      Maintained
1679 F:      drivers/platform/x86/asus*.c
1680 F:      drivers/platform/x86/eeepc*.c
1681
1682 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1683 R:      Dan Williams <dan.j.williams@intel.com>
1684 W:      http://sourceforge.net/projects/xscaleiop
1685 S:      Odd fixes
1686 F:      Documentation/crypto/async-tx-api.txt
1687 F:      crypto/async_tx/
1688 F:      drivers/dma/
1689 F:      include/linux/dmaengine.h
1690 F:      include/linux/async_tx.h
1691
1692 AT24 EEPROM DRIVER
1693 M:      Wolfram Sang <wsa@the-dreams.de>
1694 L:      linux-i2c@vger.kernel.org
1695 S:      Maintained
1696 F:      drivers/misc/eeprom/at24.c
1697 F:      include/linux/platform_data/at24.h
1698
1699 ATA OVER ETHERNET (AOE) DRIVER
1700 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1701 W:      http://www.openaoe.org/
1702 S:      Supported
1703 F:      Documentation/aoe/
1704 F:      drivers/block/aoe/
1705
1706 ATHEROS ATH GENERIC UTILITIES
1707 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1708 L:      linux-wireless@vger.kernel.org
1709 S:      Supported
1710 F:      drivers/net/wireless/ath/*
1711
1712 ATHEROS ATH5K WIRELESS DRIVER
1713 M:      Jiri Slaby <jirislaby@gmail.com>
1714 M:      Nick Kossifidis <mickflemm@gmail.com>
1715 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1716 L:      linux-wireless@vger.kernel.org
1717 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1718 S:      Maintained
1719 F:      drivers/net/wireless/ath/ath5k/
1720
1721 ATHEROS ATH6KL WIRELESS DRIVER
1722 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1723 L:      linux-wireless@vger.kernel.org
1724 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1725 T:      git git://github.com/kvalo/ath.git
1726 S:      Supported
1727 F:      drivers/net/wireless/ath/ath6kl/
1728
1729 WILOCITY WIL6210 WIRELESS DRIVER
1730 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1731 L:      linux-wireless@vger.kernel.org
1732 L:      wil6210@qca.qualcomm.com
1733 S:      Supported
1734 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1735 F:      drivers/net/wireless/ath/wil6210/
1736 F:      include/uapi/linux/wil6210_uapi.h
1737
1738 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1739 M:      Christian Lamparter <chunkeey@googlemail.com>
1740 L:      linux-wireless@vger.kernel.org
1741 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1742 S:      Maintained
1743 F:      drivers/net/wireless/ath/carl9170/
1744
1745 ATK0110 HWMON DRIVER
1746 M:      Luca Tettamanti <kronos.it@gmail.com>
1747 L:      lm-sensors@lm-sensors.org
1748 S:      Maintained
1749 F:      drivers/hwmon/asus_atk0110.c
1750
1751 ATI_REMOTE2 DRIVER
1752 M:      Ville Syrjala <syrjala@sci.fi>
1753 S:      Maintained
1754 F:      drivers/input/misc/ati_remote2.c
1755
1756 ATLX ETHERNET DRIVERS
1757 M:      Jay Cliburn <jcliburn@gmail.com>
1758 M:      Chris Snook <chris.snook@gmail.com>
1759 L:      netdev@vger.kernel.org
1760 W:      http://sourceforge.net/projects/atl1
1761 W:      http://atl1.sourceforge.net
1762 S:      Maintained
1763 F:      drivers/net/ethernet/atheros/
1764
1765 ATM
1766 M:      Chas Williams <3chas3@gmail.com>
1767 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1768 L:      netdev@vger.kernel.org
1769 W:      http://linux-atm.sourceforge.net
1770 S:      Maintained
1771 F:      drivers/atm/
1772 F:      include/linux/atm*
1773 F:      include/uapi/linux/atm*
1774
1775 ATMEL AT91 / AT32 MCI DRIVER
1776 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1777 S:      Maintained
1778 F:      drivers/mmc/host/atmel-mci.c
1779 F:      drivers/mmc/host/atmel-mci-regs.h
1780
1781 ATMEL AT91 / AT32 SERIAL DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S:      Supported
1784 F:      drivers/tty/serial/atmel_serial.c
1785
1786 ATMEL Audio ALSA driver
1787 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1788 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1789 S:      Supported
1790 F:      sound/soc/atmel
1791
1792 ATMEL DMA DRIVER
1793 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S:      Supported
1796 F:      drivers/dma/at_hdmac.c
1797 F:      drivers/dma/at_hdmac_regs.h
1798 F:      include/linux/platform_data/dma-atmel.h
1799
1800 ATMEL XDMA DRIVER
1801 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1802 L:      linux-arm-kernel@lists.infradead.org
1803 L:      dmaengine@vger.kernel.org
1804 S:      Supported
1805 F:      drivers/dma/at_xdmac.c
1806
1807 ATMEL I2C DRIVER
1808 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1809 L:      linux-i2c@vger.kernel.org
1810 S:      Supported
1811 F:      drivers/i2c/busses/i2c-at91.c
1812
1813 ATMEL ISI DRIVER
1814 M:      Josh Wu <josh.wu@atmel.com>
1815 L:      linux-media@vger.kernel.org
1816 S:      Supported
1817 F:      drivers/media/platform/soc_camera/atmel-isi.c
1818 F:      include/media/atmel-isi.h
1819
1820 ATMEL LCDFB DRIVER
1821 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1822 L:      linux-fbdev@vger.kernel.org
1823 S:      Maintained
1824 F:      drivers/video/fbdev/atmel_lcdfb.c
1825 F:      include/video/atmel_lcdc.h
1826
1827 ATMEL MACB ETHERNET DRIVER
1828 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1829 S:      Supported
1830 F:      drivers/net/ethernet/cadence/
1831
1832 ATMEL NAND DRIVER
1833 M:      Josh Wu <josh.wu@atmel.com>
1834 L:      linux-mtd@lists.infradead.org
1835 S:      Supported
1836 F:      drivers/mtd/nand/atmel_nand*
1837
1838 ATMEL SPI DRIVER
1839 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1840 S:      Supported
1841 F:      drivers/spi/spi-atmel.*
1842
1843 ATMEL SSC DRIVER
1844 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Supported
1847 F:      drivers/misc/atmel-ssc.c
1848 F:      include/linux/atmel-ssc.h
1849
1850 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 S:      Supported
1854 F:      drivers/misc/atmel_tclib.c
1855 F:      drivers/clocksource/tcb_clksrc.c
1856
1857 ATMEL USBA UDC DRIVER
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 S:      Supported
1861 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1862
1863 ATMEL WIRELESS DRIVER
1864 M:      Simon Kelley <simon@thekelleys.org.uk>
1865 L:      linux-wireless@vger.kernel.org
1866 W:      http://www.thekelleys.org.uk/atmel
1867 W:      http://atmelwlandriver.sourceforge.net/
1868 S:      Maintained
1869 F:      drivers/net/wireless/atmel*
1870
1871 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1872 M:      Bradley Grove <linuxdrivers@attotech.com>
1873 L:      linux-scsi@vger.kernel.org
1874 W:      http://www.attotech.com
1875 S:      Supported
1876 F:      drivers/scsi/esas2r
1877
1878 ATUSB IEEE 802.15.4 RADIO DRIVER
1879 M:      Stefan Schmidt <stefan@osg.samsung.com>
1880 L:      linux-wpan@vger.kernel.org
1881 S:      Maintained
1882 F:      drivers/net/ieee802154/atusb.c
1883 F:      drivers/net/ieee802154/atusb.h
1884 F:      drivers/net/ieee802154/at86rf230.h
1885
1886 AUDIT SUBSYSTEM
1887 M:      Paul Moore <paul@paul-moore.com>
1888 M:      Eric Paris <eparis@redhat.com>
1889 L:      linux-audit@redhat.com (moderated for non-subscribers)
1890 W:      http://people.redhat.com/sgrubb/audit/
1891 T:      git git://git.infradead.org/users/pcmoore/audit
1892 S:      Maintained
1893 F:      include/linux/audit.h
1894 F:      include/uapi/linux/audit.h
1895 F:      kernel/audit*
1896
1897 AUXILIARY DISPLAY DRIVERS
1898 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1899 W:      http://miguelojeda.es/auxdisplay.htm
1900 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1901 S:      Maintained
1902 F:      drivers/auxdisplay/
1903 F:      include/linux/cfag12864b.h
1904
1905 AVR32 ARCHITECTURE
1906 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1907 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1908 W:      http://www.atmel.com/products/AVR32/
1909 W:      http://mirror.egtvedt.no/avr32linux.org/
1910 W:      http://avrfreaks.net/
1911 S:      Maintained
1912 F:      arch/avr32/
1913
1914 AVR32/AT32AP MACHINE SUPPORT
1915 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1916 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1917 S:      Maintained
1918 F:      arch/avr32/mach-at32ap/
1919
1920 AX.25 NETWORK LAYER
1921 M:      Ralf Baechle <ralf@linux-mips.org>
1922 L:      linux-hams@vger.kernel.org
1923 W:      http://www.linux-ax25.org/
1924 S:      Maintained
1925 F:      include/uapi/linux/ax25.h
1926 F:      include/net/ax25.h
1927 F:      net/ax25/
1928
1929 AZ6007 DVB DRIVER
1930 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1931 L:      linux-media@vger.kernel.org
1932 W:      http://linuxtv.org
1933 T:      git git://linuxtv.org/media_tree.git
1934 S:      Maintained
1935 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1936
1937 AZTECH FM RADIO RECEIVER DRIVER
1938 M:      Hans Verkuil <hverkuil@xs4all.nl>
1939 L:      linux-media@vger.kernel.org
1940 T:      git git://linuxtv.org/media_tree.git
1941 W:      http://linuxtv.org
1942 S:      Maintained
1943 F:      drivers/media/radio/radio-aztech*
1944
1945 B43 WIRELESS DRIVER
1946 L:      linux-wireless@vger.kernel.org
1947 L:      b43-dev@lists.infradead.org
1948 W:      http://wireless.kernel.org/en/users/Drivers/b43
1949 S:      Odd Fixes
1950 F:      drivers/net/wireless/b43/
1951
1952 B43LEGACY WIRELESS DRIVER
1953 M:      Larry Finger <Larry.Finger@lwfinger.net>
1954 L:      linux-wireless@vger.kernel.org
1955 L:      b43-dev@lists.infradead.org
1956 W:      http://wireless.kernel.org/en/users/Drivers/b43
1957 S:      Maintained
1958 F:      drivers/net/wireless/b43legacy/
1959
1960 BACKLIGHT CLASS/SUBSYSTEM
1961 M:      Jingoo Han <jingoohan1@gmail.com>
1962 M:      Lee Jones <lee.jones@linaro.org>
1963 S:      Maintained
1964 F:      drivers/video/backlight/
1965 F:      include/linux/backlight.h
1966
1967 BATMAN ADVANCED
1968 M:      Marek Lindner <mareklindner@neomailbox.ch>
1969 M:      Simon Wunderlich <sw@simonwunderlich.de>
1970 M:      Antonio Quartulli <antonio@meshcoding.com>
1971 L:      b.a.t.m.a.n@lists.open-mesh.org
1972 W:      http://www.open-mesh.org/
1973 S:      Maintained
1974 F:      net/batman-adv/
1975
1976 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1977 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1978 L:      linux-hams@vger.kernel.org
1979 W:      http://www.baycom.org/~tom/ham/ham.html
1980 S:      Maintained
1981 F:      drivers/net/hamradio/baycom*
1982
1983 BCACHE (BLOCK LAYER CACHE)
1984 M:      Kent Overstreet <kmo@daterainc.com>
1985 L:      linux-bcache@vger.kernel.org
1986 W:      http://bcache.evilpiepirate.org
1987 S:      Maintained:
1988 F:      drivers/md/bcache/
1989
1990 BEFS FILE SYSTEM
1991 S:      Orphan
1992 F:      Documentation/filesystems/befs.txt
1993 F:      fs/befs/
1994
1995 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1996 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1997 L:      netdev@vger.kernel.org
1998 S:      Maintained
1999 F:      drivers/net/ethernet/ec_bhf.c
2000
2001 BFS FILE SYSTEM
2002 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2003 S:      Maintained
2004 F:      Documentation/filesystems/bfs.txt
2005 F:      fs/bfs/
2006 F:      include/uapi/linux/bfs_fs.h
2007
2008 BLACKFIN ARCHITECTURE
2009 M:      Steven Miao <realmz6@gmail.com>
2010 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2011 T:      git git://git.code.sf.net/p/adi-linux/code
2012 W:      http://blackfin.uclinux.org
2013 S:      Supported
2014 F:      arch/blackfin/
2015
2016 BLACKFIN EMAC DRIVER
2017 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 W:      http://blackfin.uclinux.org
2019 S:      Supported
2020 F:      drivers/net/ethernet/adi/
2021
2022 BLACKFIN RTC DRIVER
2023 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2024 W:      http://blackfin.uclinux.org
2025 S:      Supported
2026 F:      drivers/rtc/rtc-bfin.c
2027
2028 BLACKFIN SDH DRIVER
2029 M:      Sonic Zhang <sonic.zhang@analog.com>
2030 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 W:      http://blackfin.uclinux.org
2032 S:      Supported
2033 F:      drivers/mmc/host/bfin_sdh.c
2034
2035 BLACKFIN SERIAL 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/tty/serial/bfin_uart.c
2041
2042 BLACKFIN WATCHDOG DRIVER
2043 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2044 W:      http://blackfin.uclinux.org
2045 S:      Supported
2046 F:      drivers/watchdog/bfin_wdt.c
2047
2048 BLACKFIN I2C TWI DRIVER
2049 M:      Sonic Zhang <sonic.zhang@analog.com>
2050 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2051 W:      http://blackfin.uclinux.org/
2052 S:      Supported
2053 F:      drivers/i2c/busses/i2c-bfin-twi.c
2054
2055 BLACKFIN MEDIA DRIVER
2056 M:      Scott Jiang <scott.jiang.linux@gmail.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/media/platform/blackfin/
2061 F:      drivers/media/i2c/adv7183*
2062 F:      drivers/media/i2c/vs6624*
2063
2064 BLINKM RGB LED DRIVER
2065 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2066 S:      Maintained
2067 F:      drivers/leds/leds-blinkm.c
2068
2069 BLOCK LAYER
2070 M:      Jens Axboe <axboe@kernel.dk>
2071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2072 S:      Maintained
2073 F:      block/
2074
2075 BLOCK2MTD DRIVER
2076 M:      Joern Engel <joern@lazybastard.org>
2077 L:      linux-mtd@lists.infradead.org
2078 S:      Maintained
2079 F:      drivers/mtd/devices/block2mtd.c
2080
2081 BLUETOOTH DRIVERS
2082 M:      Marcel Holtmann <marcel@holtmann.org>
2083 M:      Gustavo Padovan <gustavo@padovan.org>
2084 M:      Johan Hedberg <johan.hedberg@gmail.com>
2085 L:      linux-bluetooth@vger.kernel.org
2086 W:      http://www.bluez.org/
2087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2089 S:      Maintained
2090 F:      drivers/bluetooth/
2091
2092 BLUETOOTH SUBSYSTEM
2093 M:      Marcel Holtmann <marcel@holtmann.org>
2094 M:      Gustavo Padovan <gustavo@padovan.org>
2095 M:      Johan Hedberg <johan.hedberg@gmail.com>
2096 L:      linux-bluetooth@vger.kernel.org
2097 W:      http://www.bluez.org/
2098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2100 S:      Maintained
2101 F:      net/bluetooth/
2102 F:      include/net/bluetooth/
2103
2104 BONDING DRIVER
2105 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2106 M:      Veaceslav Falico <vfalico@gmail.com>
2107 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2108 L:      netdev@vger.kernel.org
2109 W:      http://sourceforge.net/projects/bonding/
2110 S:      Supported
2111 F:      drivers/net/bonding/
2112 F:      include/uapi/linux/if_bonding.h
2113
2114 BPF (Safe dynamic programs and tools)
2115 M:      Alexei Starovoitov <ast@kernel.org>
2116 L:      netdev@vger.kernel.org
2117 L:      linux-kernel@vger.kernel.org
2118 S:      Supported
2119 F:      kernel/bpf/
2120
2121 BROADCOM B44 10/100 ETHERNET DRIVER
2122 M:      Gary Zambrano <zambrano@broadcom.com>
2123 L:      netdev@vger.kernel.org
2124 S:      Supported
2125 F:      drivers/net/ethernet/broadcom/b44.*
2126
2127 BROADCOM GENET ETHERNET DRIVER
2128 M:      Florian Fainelli <f.fainelli@gmail.com>
2129 L:      netdev@vger.kernel.org
2130 S:      Supported
2131 F:      drivers/net/ethernet/broadcom/genet/
2132
2133 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2134 M:      Sony Chacko <sony.chacko@qlogic.com>
2135 M:      Dept-HSGLinuxNICDev@qlogic.com
2136 L:      netdev@vger.kernel.org
2137 S:      Supported
2138 F:      drivers/net/ethernet/broadcom/bnx2.*
2139 F:      drivers/net/ethernet/broadcom/bnx2_*
2140
2141 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2142 M:      Ariel Elior <ariel.elior@qlogic.com>
2143 L:      netdev@vger.kernel.org
2144 S:      Supported
2145 F:      drivers/net/ethernet/broadcom/bnx2x/
2146
2147 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2148 M:      Florian Fainelli <f.fainelli@gmail.com>
2149 M:      Ray Jui <rjui@broadcom.com>
2150 M:      Scott Branden <sbranden@broadcom.com>
2151 L:      bcm-kernel-feedback-list@broadcom.com
2152 T:      git git://github.com/broadcom/mach-bcm
2153 S:      Maintained
2154 F:      arch/arm/mach-bcm/
2155 F:      arch/arm/boot/dts/bcm113*
2156 F:      arch/arm/boot/dts/bcm216*
2157 F:      arch/arm/boot/dts/bcm281*
2158 F:      arch/arm/configs/bcm_defconfig
2159 F:      drivers/mmc/host/sdhci-bcm-kona.c
2160 F:      drivers/clocksource/bcm_kona_timer.c
2161
2162 BROADCOM BCM2835 ARM ARCHITECTURE
2163 M:      Stephen Warren <swarren@wwwdotorg.org>
2164 M:      Lee Jones <lee@kernel.org>
2165 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2167 S:      Maintained
2168 N:      bcm2835
2169
2170 BROADCOM BCM33XX MIPS ARCHITECTURE
2171 M:      Kevin Cernekee <cernekee@gmail.com>
2172 L:      linux-mips@linux-mips.org
2173 S:      Maintained
2174 F:      arch/mips/bcm3384/*
2175 F:      arch/mips/include/asm/mach-bcm3384/*
2176 F:      arch/mips/kernel/*bmips*
2177
2178 BROADCOM BCM5301X ARM ARCHITECTURE
2179 M:      Hauke Mehrtens <hauke@hauke-m.de>
2180 L:      linux-arm-kernel@lists.infradead.org
2181 S:      Maintained
2182 F:      arch/arm/mach-bcm/bcm_5301x.c
2183 F:      arch/arm/boot/dts/bcm5301x.dtsi
2184 F:      arch/arm/boot/dts/bcm470*
2185
2186 BROADCOM BCM63XX ARM ARCHITECTURE
2187 M:      Florian Fainelli <f.fainelli@gmail.com>
2188 L:      linux-arm-kernel@lists.infradead.org
2189 T:      git git://github.com/broadcom/arm-bcm63xx.git
2190 S:      Maintained
2191 F:      arch/arm/mach-bcm/bcm63xx.c
2192 F:      arch/arm/include/debug/bcm63xx.S
2193
2194 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2195 M:      Kevin Cernekee <cernekee@gmail.com>
2196 L:      linux-usb@vger.kernel.org
2197 S:      Maintained
2198 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2199
2200 BROADCOM BCM7XXX ARM ARCHITECTURE
2201 M:      Brian Norris <computersforpeace@gmail.com>
2202 M:      Gregory Fong <gregory.0xf0@gmail.com>
2203 M:      Florian Fainelli <f.fainelli@gmail.com>
2204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2205 T:      git git://github.com/broadcom/stblinux.git
2206 S:      Maintained
2207 F:      arch/arm/mach-bcm/*brcmstb*
2208 F:      arch/arm/boot/dts/bcm7*.dts*
2209 F:      drivers/bus/brcmstb_gisb.c
2210
2211 BROADCOM BMIPS MIPS ARCHITECTURE
2212 M:      Kevin Cernekee <cernekee@gmail.com>
2213 M:      Florian Fainelli <f.fainelli@gmail.com>
2214 L:      linux-mips@linux-mips.org
2215 T:      git git://github.com/broadcom/stblinux.git
2216 S:      Maintained
2217 F:      arch/mips/bmips/*
2218 F:      arch/mips/include/asm/mach-bmips/*
2219 F:      arch/mips/kernel/*bmips*
2220 F:      arch/mips/boot/dts/bcm*.dts*
2221 F:      drivers/irqchip/irq-bcm7*
2222 F:      drivers/irqchip/irq-brcmstb*
2223
2224 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2225 M:      Prashant Sreedharan <prashant@broadcom.com>
2226 M:      Michael Chan <mchan@broadcom.com>
2227 L:      netdev@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/net/ethernet/broadcom/tg3.*
2230
2231 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2232 M:      Brett Rudley <brudley@broadcom.com>
2233 M:      Arend van Spriel <arend@broadcom.com>
2234 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2235 M:      Hante Meuleman <meuleman@broadcom.com>
2236 L:      linux-wireless@vger.kernel.org
2237 L:      brcm80211-dev-list@broadcom.com
2238 S:      Supported
2239 F:      drivers/net/wireless/brcm80211/
2240
2241 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2242 M:      QLogic-Storage-Upstream@qlogic.com
2243 L:      linux-scsi@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/scsi/bnx2fc/
2246
2247 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2248 M:      QLogic-Storage-Upstream@qlogic.com
2249 L:      linux-scsi@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/scsi/bnx2i/
2252
2253 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2254 M:      Ray Jui <rjui@broadcom.com>
2255 M:      Scott Branden <sbranden@broadcom.com>
2256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2257 L:      bcm-kernel-feedback-list@broadcom.com
2258 T:      git git://github.com/broadcom/cygnus-linux.git
2259 S:      Maintained
2260 N:      iproc
2261 N:      cygnus
2262 N:      bcm9113*
2263 N:      bcm9583*
2264 N:      bcm583*
2265 N:      bcm113*
2266
2267 BROADCOM KONA GPIO DRIVER
2268 M:      Ray Jui <rjui@broadcom.com>
2269 L:      bcm-kernel-feedback-list@broadcom.com
2270 S:      Supported
2271 F:      drivers/gpio/gpio-bcm-kona.c
2272 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2273
2274 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2275 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2276 L:      linux-wireless@vger.kernel.org
2277 S:      Maintained
2278 F:      drivers/bcma/
2279 F:      include/linux/bcma/
2280
2281 BROADCOM SYSTEMPORT ETHERNET DRIVER
2282 M:      Florian Fainelli <f.fainelli@gmail.com>
2283 L:      netdev@vger.kernel.org
2284 S:      Supported
2285 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2286
2287 BROCADE BFA FC SCSI DRIVER
2288 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2289 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2290 L:      linux-scsi@vger.kernel.org
2291 S:      Supported
2292 F:      drivers/scsi/bfa/
2293
2294 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2295 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2296 L:      netdev@vger.kernel.org
2297 S:      Supported
2298 F:      drivers/net/ethernet/brocade/bna/
2299
2300 BSG (block layer generic sg v4 driver)
2301 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2302 L:      linux-scsi@vger.kernel.org
2303 S:      Supported
2304 F:      block/bsg.c
2305 F:      include/linux/bsg.h
2306 F:      include/uapi/linux/bsg.h
2307
2308 BT87X AUDIO DRIVER
2309 M:      Clemens Ladisch <clemens@ladisch.de>
2310 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2311 T:      git git://git.alsa-project.org/alsa-kernel.git
2312 S:      Maintained
2313 F:      Documentation/sound/alsa/Bt87x.txt
2314 F:      sound/pci/bt87x.c
2315
2316 BT8XXGPIO DRIVER
2317 M:      Michael Buesch <m@bues.ch>
2318 W:      http://bu3sch.de/btgpio.php
2319 S:      Maintained
2320 F:      drivers/gpio/gpio-bt8xx.c
2321
2322 BTRFS FILE SYSTEM
2323 M:      Chris Mason <clm@fb.com>
2324 M:      Josef Bacik <jbacik@fb.com>
2325 M:      David Sterba <dsterba@suse.cz>
2326 L:      linux-btrfs@vger.kernel.org
2327 W:      http://btrfs.wiki.kernel.org/
2328 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2330 S:      Maintained
2331 F:      Documentation/filesystems/btrfs.txt
2332 F:      fs/btrfs/
2333
2334 BTTV VIDEO4LINUX DRIVER
2335 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2336 L:      linux-media@vger.kernel.org
2337 W:      http://linuxtv.org
2338 T:      git git://linuxtv.org/media_tree.git
2339 S:      Odd fixes
2340 F:      Documentation/video4linux/bttv/
2341 F:      drivers/media/pci/bt8xx/bttv*
2342
2343 BUSLOGIC SCSI DRIVER
2344 M:      Khalid Aziz <khalid@gonehiking.org>
2345 L:      linux-scsi@vger.kernel.org
2346 S:      Maintained
2347 F:      drivers/scsi/BusLogic.*
2348 F:      drivers/scsi/FlashPoint.*
2349
2350 C-MEDIA CMI8788 DRIVER
2351 M:      Clemens Ladisch <clemens@ladisch.de>
2352 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2353 T:      git git://git.alsa-project.org/alsa-kernel.git
2354 S:      Maintained
2355 F:      sound/pci/oxygen/
2356
2357 C6X ARCHITECTURE
2358 M:      Mark Salter <msalter@redhat.com>
2359 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2360 L:      linux-c6x-dev@linux-c6x.org
2361 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2362 S:      Maintained
2363 F:      arch/c6x/
2364
2365 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2366 M:      David Howells <dhowells@redhat.com>
2367 L:      linux-cachefs@redhat.com
2368 S:      Supported
2369 F:      Documentation/filesystems/caching/cachefiles.txt
2370 F:      fs/cachefiles/
2371
2372 CADET FM/AM RADIO RECEIVER DRIVER
2373 M:      Hans Verkuil <hverkuil@xs4all.nl>
2374 L:      linux-media@vger.kernel.org
2375 T:      git git://linuxtv.org/media_tree.git
2376 W:      http://linuxtv.org
2377 S:      Maintained
2378 F:      drivers/media/radio/radio-cadet*
2379
2380 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2381 M:      Jonathan Corbet <corbet@lwn.net>
2382 L:      linux-media@vger.kernel.org
2383 T:      git git://linuxtv.org/media_tree.git
2384 S:      Maintained
2385 F:      Documentation/video4linux/cafe_ccic
2386 F:      drivers/media/platform/marvell-ccic/
2387
2388 CAIF NETWORK LAYER
2389 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2390 L:      netdev@vger.kernel.org
2391 S:      Supported
2392 F:      Documentation/networking/caif/
2393 F:      drivers/net/caif/
2394 F:      include/uapi/linux/caif/
2395 F:      include/net/caif/
2396 F:      net/caif/
2397
2398 CALGARY x86-64 IOMMU
2399 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2400 M:      "Jon D. Mason" <jdmason@kudzu.us>
2401 L:      discuss@x86-64.org
2402 S:      Maintained
2403 F:      arch/x86/kernel/pci-calgary_64.c
2404 F:      arch/x86/kernel/tce_64.c
2405 F:      arch/x86/include/asm/calgary.h
2406 F:      arch/x86/include/asm/tce.h
2407
2408 CAN NETWORK LAYER
2409 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2410 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2411 L:      linux-can@vger.kernel.org
2412 W:      https://github.com/linux-can
2413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2415 S:      Maintained
2416 F:      Documentation/networking/can.txt
2417 F:      net/can/
2418 F:      include/linux/can/core.h
2419 F:      include/uapi/linux/can.h
2420 F:      include/uapi/linux/can/bcm.h
2421 F:      include/uapi/linux/can/raw.h
2422 F:      include/uapi/linux/can/gw.h
2423
2424 CAN NETWORK DRIVERS
2425 M:      Wolfgang Grandegger <wg@grandegger.com>
2426 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2427 L:      linux-can@vger.kernel.org
2428 W:      https://github.com/linux-can
2429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2431 S:      Maintained
2432 F:      drivers/net/can/
2433 F:      include/linux/can/dev.h
2434 F:      include/linux/can/platform/
2435 F:      include/uapi/linux/can/error.h
2436 F:      include/uapi/linux/can/netlink.h
2437
2438 CAPABILITIES
2439 M:      Serge Hallyn <serge.hallyn@canonical.com>
2440 L:      linux-security-module@vger.kernel.org
2441 S:      Supported
2442 F:      include/linux/capability.h
2443 F:      include/uapi/linux/capability.h
2444 F:      security/commoncap.c
2445 F:      kernel/capability.c
2446
2447 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2448 M:      Kevin Tsai <ktsai@capellamicro.com>
2449 S:      Maintained
2450 F:      drivers/iio/light/cm*
2451 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2452
2453 CAVIUM LIQUIDIO NETWORK DRIVER
2454 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2455 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2456 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2457 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2458 L:     netdev@vger.kernel.org
2459 W:     http://www.cavium.com
2460 S:     Supported
2461 F:     drivers/net/ethernet/cavium/
2462 F:     drivers/net/ethernet/cavium/liquidio/
2463
2464 CC2520 IEEE-802.15.4 RADIO DRIVER
2465 M:      Varka Bhadram <varkabhadram@gmail.com>
2466 L:      linux-wpan@vger.kernel.org
2467 S:      Maintained
2468 F:      drivers/net/ieee802154/cc2520.c
2469 F:      include/linux/spi/cc2520.h
2470 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2471
2472 CELL BROADBAND ENGINE ARCHITECTURE
2473 M:      Arnd Bergmann <arnd@arndb.de>
2474 L:      linuxppc-dev@lists.ozlabs.org
2475 L:      cbe-oss-dev@lists.ozlabs.org
2476 W:      http://www.ibm.com/developerworks/power/cell/
2477 S:      Supported
2478 F:      arch/powerpc/include/asm/cell*.h
2479 F:      arch/powerpc/include/asm/spu*.h
2480 F:      arch/powerpc/include/uapi/asm/spu*.h
2481 F:      arch/powerpc/oprofile/*cell*
2482 F:      arch/powerpc/platforms/cell/
2483
2484 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2485 M:      Yan, Zheng <zyan@redhat.com>
2486 M:      Sage Weil <sage@redhat.com>
2487 L:      ceph-devel@vger.kernel.org
2488 W:      http://ceph.com/
2489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2490 S:      Supported
2491 F:      Documentation/filesystems/ceph.txt
2492 F:      fs/ceph/
2493 F:      net/ceph/
2494 F:      include/linux/ceph/
2495 F:      include/linux/crush/
2496
2497 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2498 L:      linux-usb@vger.kernel.org
2499 S:      Orphan
2500 F:      Documentation/usb/WUSB-Design-overview.txt
2501 F:      Documentation/usb/wusb-cbaf
2502 F:      drivers/usb/host/hwa-hc.c
2503 F:      drivers/usb/host/whci/
2504 F:      drivers/usb/wusbcore/
2505 F:      include/linux/usb/wusb*
2506
2507 CFAG12864B LCD DRIVER
2508 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2509 W:      http://miguelojeda.es/auxdisplay.htm
2510 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2511 S:      Maintained
2512 F:      drivers/auxdisplay/cfag12864b.c
2513 F:      include/linux/cfag12864b.h
2514
2515 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2516 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2517 W:      http://miguelojeda.es/auxdisplay.htm
2518 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2519 S:      Maintained
2520 F:      drivers/auxdisplay/cfag12864bfb.c
2521 F:      include/linux/cfag12864b.h
2522
2523 CFG80211 and NL80211
2524 M:      Johannes Berg <johannes@sipsolutions.net>
2525 L:      linux-wireless@vger.kernel.org
2526 W:      http://wireless.kernel.org/
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2529 S:      Maintained
2530 F:      include/uapi/linux/nl80211.h
2531 F:      include/net/cfg80211.h
2532 F:      net/wireless/*
2533 X:      net/wireless/wext*
2534
2535 CHAR and MISC DRIVERS
2536 M:      Arnd Bergmann <arnd@arndb.de>
2537 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2539 S:      Supported
2540 F:      drivers/char/*
2541 F:      drivers/misc/*
2542 F:      include/linux/miscdevice.h
2543
2544 CHECKPATCH
2545 M:      Andy Whitcroft <apw@canonical.com>
2546 M:      Joe Perches <joe@perches.com>
2547 S:      Maintained
2548 F:      scripts/checkpatch.pl
2549
2550 CHINESE DOCUMENTATION
2551 M:      Harry Wei <harryxiyou@gmail.com>
2552 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2553 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2554 S:      Maintained
2555 F:      Documentation/zh_CN/
2556
2557 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2558 M:      Peter Chen <Peter.Chen@freescale.com>
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2560 L:      linux-usb@vger.kernel.org
2561 S:      Maintained
2562 F:      drivers/usb/chipidea/
2563
2564 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2565 M:      Hans de Goede <hdegoede@redhat.com>
2566 L:      linux-input@vger.kernel.org
2567 S:      Maintained
2568 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2569 F:      drivers/input/touchscreen/chipone_icn8318.c
2570
2571 CHROME HARDWARE PLATFORM SUPPORT
2572 M:      Olof Johansson <olof@lixom.net>
2573 S:      Maintained
2574 F:      drivers/platform/chrome/
2575
2576 CISCO VIC ETHERNET NIC DRIVER
2577 M:      Christian Benvenuti <benve@cisco.com>
2578 M:      Sujith Sankar <ssujith@cisco.com>
2579 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2580 M:      Neel Patel <neepatel@cisco.com>
2581 S:      Supported
2582 F:      drivers/net/ethernet/cisco/enic/
2583
2584 CISCO VIC LOW LATENCY NIC DRIVER
2585 M:      Upinder Malhi <umalhi@cisco.com>
2586 S:      Supported
2587 F:      drivers/infiniband/hw/usnic
2588
2589 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2590 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2591 L:      netdev@vger.kernel.org
2592 S:      Maintained
2593 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2594
2595 CIRRUS LOGIC AUDIO CODEC DRIVERS
2596 M:      Brian Austin <brian.austin@cirrus.com>
2597 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2598 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2599 S:      Maintained
2600 F:      sound/soc/codecs/cs*
2601
2602 CLEANCACHE API
2603 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2604 L:      linux-kernel@vger.kernel.org
2605 S:      Maintained
2606 F:      mm/cleancache.c
2607 F:      include/linux/cleancache.h
2608
2609 CLK API
2610 M:      Russell King <linux@arm.linux.org.uk>
2611 L:      linux-clk@vger.kernel.org
2612 S:      Maintained
2613 F:      include/linux/clk.h
2614
2615 CLOCKSOURCE, CLOCKEVENT DRIVERS
2616 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2617 M:      Thomas Gleixner <tglx@linutronix.de>
2618 L:      linux-kernel@vger.kernel.org
2619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2620 S:      Supported
2621 F:      drivers/clocksource
2622
2623 CISCO FCOE HBA DRIVER
2624 M:      Hiral Patel <hiralpat@cisco.com>
2625 M:      Suma Ramars <sramars@cisco.com>
2626 M:      Brian Uchino <buchino@cisco.com>
2627 L:      linux-scsi@vger.kernel.org
2628 S:      Supported
2629 F:      drivers/scsi/fnic/
2630
2631 CMPC ACPI DRIVER
2632 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2633 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2634 L:      platform-driver-x86@vger.kernel.org
2635 S:      Supported
2636 F:      drivers/platform/x86/classmate-laptop.c
2637
2638 COCCINELLE/Semantic Patches (SmPL)
2639 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2640 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2641 M:      Nicolas Palix <nicolas.palix@imag.fr>
2642 M:      Michal Marek <mmarek@suse.cz>
2643 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2645 W:      http://coccinelle.lip6.fr/
2646 S:      Supported
2647 F:      Documentation/coccinelle.txt
2648 F:      scripts/coccinelle/
2649 F:      scripts/coccicheck
2650
2651 CODA FILE SYSTEM
2652 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2653 M:      coda@cs.cmu.edu
2654 L:      codalist@coda.cs.cmu.edu
2655 W:      http://www.coda.cs.cmu.edu/
2656 S:      Maintained
2657 F:      Documentation/filesystems/coda.txt
2658 F:      fs/coda/
2659 F:      include/linux/coda*.h
2660 F:      include/uapi/linux/coda*.h
2661
2662 CODA V4L2 MEM2MEM DRIVER
2663 M:      Philipp Zabel <p.zabel@pengutronix.de>
2664 L:      linux-media@vger.kernel.org
2665 S:      Maintained
2666 F:      Documentation/devicetree/bindings/media/coda.txt
2667 F:      drivers/media/platform/coda/
2668
2669 COMMON CLK FRAMEWORK
2670 M:      Mike Turquette <mturquette@linaro.org>
2671 M:      Stephen Boyd <sboyd@codeaurora.org>
2672 L:      linux-clk@vger.kernel.org
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2674 S:      Maintained
2675 F:      drivers/clk/
2676 X:      drivers/clk/clkdev.c
2677 F:      include/linux/clk-pr*
2678 F:      include/linux/clk/
2679
2680 COMMON INTERNET FILE SYSTEM (CIFS)
2681 M:      Steve French <sfrench@samba.org>
2682 L:      linux-cifs@vger.kernel.org
2683 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2684 W:      http://linux-cifs.samba.org/
2685 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2686 S:      Supported
2687 F:      Documentation/filesystems/cifs/
2688 F:      fs/cifs/
2689
2690 COMPACTPCI HOTPLUG CORE
2691 M:      Scott Murray <scott@spiteful.org>
2692 L:      linux-pci@vger.kernel.org
2693 S:      Maintained
2694 F:      drivers/pci/hotplug/cpci_hotplug*
2695
2696 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2697 M:      Scott Murray <scott@spiteful.org>
2698 L:      linux-pci@vger.kernel.org
2699 S:      Maintained
2700 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2701
2702 COMPACTPCI HOTPLUG GENERIC DRIVER
2703 M:      Scott Murray <scott@spiteful.org>
2704 L:      linux-pci@vger.kernel.org
2705 S:      Maintained
2706 F:      drivers/pci/hotplug/cpcihp_generic.c
2707
2708 COMPAL LAPTOP SUPPORT
2709 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2710 L:      platform-driver-x86@vger.kernel.org
2711 S:      Maintained
2712 F:      drivers/platform/x86/compal-laptop.c
2713
2714 CONEXANT ACCESSRUNNER USB DRIVER
2715 M:      Simon Arlott <cxacru@fire.lp0.eu>
2716 L:      accessrunner-general@lists.sourceforge.net
2717 W:      http://accessrunner.sourceforge.net/
2718 S:      Maintained
2719 F:      drivers/usb/atm/cxacru.c
2720
2721 CONFIGFS
2722 M:      Joel Becker <jlbec@evilplan.org>
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2724 S:      Supported
2725 F:      fs/configfs/
2726 F:      include/linux/configfs.h
2727
2728 CONNECTOR
2729 M:      Evgeniy Polyakov <zbr@ioremap.net>
2730 L:      netdev@vger.kernel.org
2731 S:      Maintained
2732 F:      drivers/connector/
2733
2734 CONTROL GROUP (CGROUP)
2735 M:      Tejun Heo <tj@kernel.org>
2736 M:      Li Zefan <lizefan@huawei.com>
2737 L:      cgroups@vger.kernel.org
2738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2739 S:      Maintained
2740 F:      Documentation/cgroups/
2741 F:      include/linux/cgroup*
2742 F:      kernel/cgroup*
2743
2744 CONTROL GROUP - CPUSET
2745 M:      Li Zefan <lizefan@huawei.com>
2746 L:      cgroups@vger.kernel.org
2747 W:      http://www.bullopensource.org/cpuset/
2748 W:      http://oss.sgi.com/projects/cpusets/
2749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2750 S:      Maintained
2751 F:      Documentation/cgroups/cpusets.txt
2752 F:      include/linux/cpuset.h
2753 F:      kernel/cpuset.c
2754
2755 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2756 M:      Johannes Weiner <hannes@cmpxchg.org>
2757 M:      Michal Hocko <mhocko@suse.cz>
2758 L:      cgroups@vger.kernel.org
2759 L:      linux-mm@kvack.org
2760 S:      Maintained
2761 F:      mm/memcontrol.c
2762 F:      mm/swap_cgroup.c
2763
2764 CORETEMP HARDWARE MONITORING DRIVER
2765 M:      Fenghua Yu <fenghua.yu@intel.com>
2766 L:      lm-sensors@lm-sensors.org
2767 S:      Maintained
2768 F:      Documentation/hwmon/coretemp
2769 F:      drivers/hwmon/coretemp.c
2770
2771 COSA/SRP SYNC SERIAL DRIVER
2772 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2773 W:      http://www.fi.muni.cz/~kas/cosa/
2774 S:      Maintained
2775 F:      drivers/net/wan/cosa*
2776
2777 CPMAC ETHERNET DRIVER
2778 M:      Florian Fainelli <florian@openwrt.org>
2779 L:      netdev@vger.kernel.org
2780 S:      Maintained
2781 F:      drivers/net/ethernet/ti/cpmac.c
2782
2783 CPU FREQUENCY DRIVERS
2784 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2785 M:      Viresh Kumar <viresh.kumar@linaro.org>
2786 L:      linux-pm@vger.kernel.org
2787 S:      Maintained
2788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2789 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2790 F:      drivers/cpufreq/
2791 F:      include/linux/cpufreq.h
2792
2793 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2794 M:      Viresh Kumar <viresh.kumar@linaro.org>
2795 M:      Sudeep Holla <sudeep.holla@arm.com>
2796 L:      linux-pm@vger.kernel.org
2797 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2798 S:      Maintained
2799 F:      drivers/cpufreq/arm_big_little.h
2800 F:      drivers/cpufreq/arm_big_little.c
2801 F:      drivers/cpufreq/arm_big_little_dt.c
2802
2803 CPUIDLE DRIVER - ARM BIG LITTLE
2804 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2805 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2806 L:      linux-pm@vger.kernel.org
2807 L:      linux-arm-kernel@lists.infradead.org
2808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2809 S:      Maintained
2810 F:      drivers/cpuidle/cpuidle-big_little.c
2811
2812 CPUIDLE DRIVER - ARM EXYNOS
2813 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2814 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2815 M:      Kukjin Kim <kgene@kernel.org>
2816 L:      linux-pm@vger.kernel.org
2817 L:      linux-samsung-soc@vger.kernel.org
2818 S:      Supported
2819 F:      drivers/cpuidle/cpuidle-exynos.c
2820 F:      arch/arm/mach-exynos/pm.c
2821
2822 CPUIDLE DRIVERS
2823 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2824 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2825 L:      linux-pm@vger.kernel.org
2826 S:      Maintained
2827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2828 F:      drivers/cpuidle/*
2829 F:      include/linux/cpuidle.h
2830
2831 CPUID/MSR DRIVER
2832 M:      "H. Peter Anvin" <hpa@zytor.com>
2833 S:      Maintained
2834 F:      arch/x86/kernel/cpuid.c
2835 F:      arch/x86/kernel/msr.c
2836
2837 CPU POWER MONITORING SUBSYSTEM
2838 M:      Thomas Renninger <trenn@suse.de>
2839 L:      linux-pm@vger.kernel.org
2840 S:      Maintained
2841 F:      tools/power/cpupower/
2842
2843 CRAMFS FILESYSTEM
2844 W:      http://sourceforge.net/projects/cramfs/
2845 S:      Orphan / Obsolete
2846 F:      Documentation/filesystems/cramfs.txt
2847 F:      fs/cramfs/
2848
2849 CRIS PORT
2850 M:      Mikael Starvik <starvik@axis.com>
2851 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2852 L:      linux-cris-kernel@axis.com
2853 W:      http://developer.axis.com
2854 S:      Maintained
2855 F:      arch/cris/
2856 F:      drivers/tty/serial/crisv10.*
2857
2858 CRYPTO API
2859 M:      Herbert Xu <herbert@gondor.apana.org.au>
2860 M:      "David S. Miller" <davem@davemloft.net>
2861 L:      linux-crypto@vger.kernel.org
2862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2863 S:      Maintained
2864 F:      Documentation/crypto/
2865 F:      Documentation/DocBook/crypto-API.tmpl
2866 F:      arch/*/crypto/
2867 F:      crypto/
2868 F:      drivers/crypto/
2869 F:      include/crypto/
2870
2871 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2872 M:      Neil Horman <nhorman@tuxdriver.com>
2873 L:      linux-crypto@vger.kernel.org
2874 S:      Maintained
2875 F:      crypto/ansi_cprng.c
2876 F:      crypto/rng.c
2877
2878 CS5535 Audio ALSA driver
2879 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2880 S:      Maintained
2881 F:      sound/pci/cs5535audio/
2882
2883 CW1200 WLAN driver
2884 M:      Solomon Peachy <pizza@shaftnet.org>
2885 S:      Maintained
2886 F:      drivers/net/wireless/cw1200/
2887
2888 CX18 VIDEO4LINUX DRIVER
2889 M:      Andy Walls <awalls@md.metrocast.net>
2890 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2891 L:      linux-media@vger.kernel.org
2892 T:      git git://linuxtv.org/media_tree.git
2893 W:      http://linuxtv.org
2894 W:      http://www.ivtvdriver.org/index.php/Cx18
2895 S:      Maintained
2896 F:      Documentation/video4linux/cx18.txt
2897 F:      drivers/media/pci/cx18/
2898 F:      include/uapi/linux/ivtv*
2899
2900 CX2341X MPEG ENCODER HELPER MODULE
2901 M:      Hans Verkuil <hverkuil@xs4all.nl>
2902 L:      linux-media@vger.kernel.org
2903 T:      git git://linuxtv.org/media_tree.git
2904 W:      http://linuxtv.org
2905 S:      Maintained
2906 F:      drivers/media/common/cx2341x*
2907 F:      include/media/cx2341x*
2908
2909 CX88 VIDEO4LINUX DRIVER
2910 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2911 L:      linux-media@vger.kernel.org
2912 W:      http://linuxtv.org
2913 T:      git git://linuxtv.org/media_tree.git
2914 S:      Odd fixes
2915 F:      Documentation/video4linux/cx88/
2916 F:      drivers/media/pci/cx88/
2917
2918 CXD2820R MEDIA DRIVER
2919 M:      Antti Palosaari <crope@iki.fi>
2920 L:      linux-media@vger.kernel.org
2921 W:      http://linuxtv.org/
2922 W:      http://palosaari.fi/linux/
2923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2924 T:      git git://linuxtv.org/anttip/media_tree.git
2925 S:      Maintained
2926 F:      drivers/media/dvb-frontends/cxd2820r*
2927
2928 CXGB3 ETHERNET DRIVER (CXGB3)
2929 M:      Santosh Raspatur <santosh@chelsio.com>
2930 L:      netdev@vger.kernel.org
2931 W:      http://www.chelsio.com
2932 S:      Supported
2933 F:      drivers/net/ethernet/chelsio/cxgb3/
2934
2935 CXGB3 ISCSI DRIVER (CXGB3I)
2936 M:      Karen Xie <kxie@chelsio.com>
2937 L:      linux-scsi@vger.kernel.org
2938 W:      http://www.chelsio.com
2939 S:      Supported
2940 F:      drivers/scsi/cxgbi/cxgb3i
2941
2942 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2943 M:      Steve Wise <swise@chelsio.com>
2944 L:      linux-rdma@vger.kernel.org
2945 W:      http://www.openfabrics.org
2946 S:      Supported
2947 F:      drivers/infiniband/hw/cxgb3/
2948
2949 CXGB4 ETHERNET DRIVER (CXGB4)
2950 M:      Hariprasad S <hariprasad@chelsio.com>
2951 L:      netdev@vger.kernel.org
2952 W:      http://www.chelsio.com
2953 S:      Supported
2954 F:      drivers/net/ethernet/chelsio/cxgb4/
2955
2956 CXGB4 ISCSI DRIVER (CXGB4I)
2957 M:      Karen Xie <kxie@chelsio.com>
2958 L:      linux-scsi@vger.kernel.org
2959 W:      http://www.chelsio.com
2960 S:      Supported
2961 F:      drivers/scsi/cxgbi/cxgb4i
2962
2963 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2964 M:      Steve Wise <swise@chelsio.com>
2965 L:      linux-rdma@vger.kernel.org
2966 W:      http://www.openfabrics.org
2967 S:      Supported
2968 F:      drivers/infiniband/hw/cxgb4/
2969
2970 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2971 M:      Casey Leedom <leedom@chelsio.com>
2972 L:      netdev@vger.kernel.org
2973 W:      http://www.chelsio.com
2974 S:      Supported
2975 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2976
2977 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2978 M:      Ian Munsie <imunsie@au1.ibm.com>
2979 M:      Michael Neuling <mikey@neuling.org>
2980 L:      linuxppc-dev@lists.ozlabs.org
2981 S:      Supported
2982 F:      drivers/misc/cxl/
2983 F:      include/misc/cxl.h
2984 F:      include/uapi/misc/cxl.h
2985 F:      Documentation/powerpc/cxl.txt
2986 F:      Documentation/powerpc/cxl.txt
2987 F:      Documentation/ABI/testing/sysfs-class-cxl
2988
2989 STMMAC ETHERNET DRIVER
2990 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2991 L:      netdev@vger.kernel.org
2992 W:      http://www.stlinux.com
2993 S:      Supported
2994 F:      drivers/net/ethernet/stmicro/stmmac/
2995
2996 CYBERPRO FB DRIVER
2997 M:      Russell King <linux@arm.linux.org.uk>
2998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2999 W:      http://www.arm.linux.org.uk/
3000 S:      Maintained
3001 F:      drivers/video/fbdev/cyber2000fb.*
3002
3003 CYCLADES ASYNC MUX DRIVER
3004 W:      http://www.cyclades.com/
3005 S:      Orphan
3006 F:      drivers/tty/cyclades.c
3007 F:      include/linux/cyclades.h
3008 F:      include/uapi/linux/cyclades.h
3009
3010 CYCLADES PC300 DRIVER
3011 W:      http://www.cyclades.com/
3012 S:      Orphan
3013 F:      drivers/net/wan/pc300*
3014
3015 CYPRESS_FIRMWARE MEDIA DRIVER
3016 M:      Antti Palosaari <crope@iki.fi>
3017 L:      linux-media@vger.kernel.org
3018 W:      http://linuxtv.org/
3019 W:      http://palosaari.fi/linux/
3020 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3021 T:      git git://linuxtv.org/anttip/media_tree.git
3022 S:      Maintained
3023 F:      drivers/media/common/cypress_firmware*
3024
3025 CYTTSP TOUCHSCREEN DRIVER
3026 M:      Ferruh Yigit <fery@cypress.com>
3027 L:      linux-input@vger.kernel.org
3028 S:      Supported
3029 F:      drivers/input/touchscreen/cyttsp*
3030 F:      include/linux/input/cyttsp.h
3031
3032 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3033 M:      Joshua Kinard <kumba@gentoo.org>
3034 S:      Maintained
3035 F:      drivers/rtc/rtc-ds1685.c
3036 F:      include/linux/rtc/ds1685.h
3037
3038 DAMA SLAVE for AX.25
3039 M:      Joerg Reuter <jreuter@yaina.de>
3040 W:      http://yaina.de/jreuter/
3041 W:      http://www.qsl.net/dl1bke/
3042 L:      linux-hams@vger.kernel.org
3043 S:      Maintained
3044 F:      net/ax25/af_ax25.c
3045 F:      net/ax25/ax25_dev.c
3046 F:      net/ax25/ax25_ds_*
3047 F:      net/ax25/ax25_in.c
3048 F:      net/ax25/ax25_out.c
3049 F:      net/ax25/ax25_timer.c
3050 F:      net/ax25/sysctl_net_ax25.c
3051
3052 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3053 L:      netdev@vger.kernel.org
3054 S:      Orphan
3055 F:      Documentation/networking/dmfe.txt
3056 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3057
3058 DC390/AM53C974 SCSI driver
3059 M:      Hannes Reinecke <hare@suse.de>
3060 L:      linux-scsi@vger.kernel.org
3061 S:      Maintained
3062 F:      drivers/scsi/am53c974.c
3063
3064 DC395x SCSI driver
3065 M:      Oliver Neukum <oliver@neukum.org>
3066 M:      Ali Akcaagac <aliakc@web.de>
3067 M:      Jamie Lenehan <lenehan@twibble.org>
3068 L:      dc395x@twibble.org
3069 W:      http://twibble.org/dist/dc395x/
3070 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3071 S:      Maintained
3072 F:      Documentation/scsi/dc395x.txt
3073 F:      drivers/scsi/dc395x.*
3074
3075 DCCP PROTOCOL
3076 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3077 L:      dccp@vger.kernel.org
3078 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3079 S:      Maintained
3080 F:      include/linux/dccp.h
3081 F:      include/uapi/linux/dccp.h
3082 F:      include/linux/tfrc.h
3083 F:      net/dccp/
3084
3085 DECnet NETWORK LAYER
3086 W:      http://linux-decnet.sourceforge.net
3087 L:      linux-decnet-user@lists.sourceforge.net
3088 S:      Orphan
3089 F:      Documentation/networking/decnet.txt
3090 F:      net/decnet/
3091
3092 DECSTATION PLATFORM SUPPORT
3093 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3094 L:      linux-mips@linux-mips.org
3095 W:      http://www.linux-mips.org/wiki/DECstation
3096 S:      Maintained
3097 F:      arch/mips/dec/
3098 F:      arch/mips/include/asm/dec/
3099 F:      arch/mips/include/asm/mach-dec/
3100
3101 DEFXX FDDI NETWORK DRIVER
3102 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3103 S:      Maintained
3104 F:      drivers/net/fddi/defxx.*
3105
3106 DELL LAPTOP DRIVER
3107 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3108 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3109 L:      platform-driver-x86@vger.kernel.org
3110 S:      Maintained
3111 F:      drivers/platform/x86/dell-laptop.c
3112
3113 DELL LAPTOP FREEFALL DRIVER
3114 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3115 S:      Maintained
3116 F:      drivers/platform/x86/dell-smo8800.c
3117
3118 DELL LAPTOP SMM DRIVER
3119 M:      Guenter Roeck <linux@roeck-us.net>
3120 S:      Maintained
3121 F:      drivers/char/i8k.c
3122 F:      include/uapi/linux/i8k.h
3123
3124 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3125 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3126 S:      Maintained
3127 F:      Documentation/dcdbas.txt
3128 F:      drivers/firmware/dcdbas.*
3129
3130 DELL WMI EXTRAS DRIVER
3131 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3132 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3133 S:      Maintained
3134 F:      drivers/platform/x86/dell-wmi.c
3135
3136 DESIGNWARE USB2 DRD IP DRIVER
3137 M:      John Youn <johnyoun@synopsys.com>
3138 L:      linux-usb@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3140 S:      Maintained
3141 F:      drivers/usb/dwc2/
3142
3143 DESIGNWARE USB3 DRD IP DRIVER
3144 M:      Felipe Balbi <balbi@ti.com>
3145 L:      linux-usb@vger.kernel.org
3146 L:      linux-omap@vger.kernel.org
3147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3148 S:      Maintained
3149 F:      drivers/usb/dwc3/
3150
3151 DEVICE COREDUMP (DEV_COREDUMP)
3152 M:      Johannes Berg <johannes@sipsolutions.net>
3153 L:      linux-kernel@vger.kernel.org
3154 S:      Maintained
3155 F:      drivers/base/devcoredump.c
3156 F:      include/linux/devcoredump.h
3157
3158 DEVICE FREQUENCY (DEVFREQ)
3159 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3160 M:      Kyungmin Park <kyungmin.park@samsung.com>
3161 L:      linux-pm@vger.kernel.org
3162 S:      Maintained
3163 F:      drivers/devfreq/
3164
3165 DEVICE NUMBER REGISTRY
3166 M:      Torben Mathiasen <device@lanana.org>
3167 W:      http://lanana.org/docs/device-list/index.html
3168 S:      Maintained
3169
3170 DEVICE-MAPPER  (LVM)
3171 M:      Alasdair Kergon <agk@redhat.com>
3172 M:      Mike Snitzer <snitzer@redhat.com>
3173 M:      dm-devel@redhat.com
3174 L:      dm-devel@redhat.com
3175 W:      http://sources.redhat.com/dm
3176 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3178 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3179 S:      Maintained
3180 F:      Documentation/device-mapper/
3181 F:      drivers/md/dm*
3182 F:      drivers/md/persistent-data/
3183 F:      include/linux/device-mapper.h
3184 F:      include/linux/dm-*.h
3185 F:      include/uapi/linux/dm-*.h
3186
3187 DIALOG SEMICONDUCTOR DRIVERS
3188 M:      Support Opensource <support.opensource@diasemi.com>
3189 W:      http://www.dialog-semiconductor.com/products
3190 S:      Supported
3191 F:      Documentation/hwmon/da90??
3192 F:      drivers/gpio/gpio-da90??.c
3193 F:      drivers/hwmon/da90??-hwmon.c
3194 F:      drivers/iio/adc/da91??-*.c
3195 F:      drivers/input/misc/da90??_onkey.c
3196 F:      drivers/input/touchscreen/da9052_tsi.c
3197 F:      drivers/leds/leds-da90??.c
3198 F:      drivers/mfd/da903x.c
3199 F:      drivers/mfd/da90??-*.c
3200 F:      drivers/mfd/da91??-*.c
3201 F:      drivers/power/da9052-battery.c
3202 F:      drivers/power/da91??-*.c
3203 F:      drivers/regulator/da903x.c
3204 F:      drivers/regulator/da9???-regulator.[ch]
3205 F:      drivers/rtc/rtc-da90??.c
3206 F:      drivers/video/backlight/da90??_bl.c
3207 F:      drivers/watchdog/da90??_wdt.c
3208 F:      include/linux/mfd/da903x.h
3209 F:      include/linux/mfd/da9052/
3210 F:      include/linux/mfd/da9055/
3211 F:      include/linux/mfd/da9063/
3212 F:      include/linux/mfd/da9150/
3213 F:      include/sound/da[79]*.h
3214 F:      sound/soc/codecs/da[79]*.[ch]
3215
3216 DIGI NEO AND CLASSIC PCI PRODUCTS
3217 M:      Lidza Louina <lidza.louina@gmail.com>
3218 M:      Mark Hounschell <markh@compro.net>
3219 L:      driverdev-devel@linuxdriverproject.org
3220 S:      Maintained
3221 F:      drivers/staging/dgnc/
3222
3223 DIGI EPCA PCI PRODUCTS
3224 M:      Lidza Louina <lidza.louina@gmail.com>
3225 M:      Mark Hounschell <markh@compro.net>
3226 M:      Daeseok Youn <daeseok.youn@gmail.com>
3227 L:      driverdev-devel@linuxdriverproject.org
3228 S:      Maintained
3229 F:      drivers/staging/dgap/
3230
3231 DIOLAN U2C-12 I2C DRIVER
3232 M:      Guenter Roeck <linux@roeck-us.net>
3233 L:      linux-i2c@vger.kernel.org
3234 S:      Maintained
3235 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3236
3237 DIRECT ACCESS (DAX)
3238 M:      Matthew Wilcox <willy@linux.intel.com>
3239 L:      linux-fsdevel@vger.kernel.org
3240 S:      Supported
3241 F:      fs/dax.c
3242
3243 DIRECTORY NOTIFICATION (DNOTIFY)
3244 M:      Eric Paris <eparis@parisplace.org>
3245 S:      Maintained
3246 F:      Documentation/filesystems/dnotify.txt
3247 F:      fs/notify/dnotify/
3248 F:      include/linux/dnotify.h
3249
3250 DISK GEOMETRY AND PARTITION HANDLING
3251 M:      Andries Brouwer <aeb@cwi.nl>
3252 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3253 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3254 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3255 S:      Maintained
3256
3257 DISKQUOTA
3258 M:      Jan Kara <jack@suse.cz>
3259 S:      Maintained
3260 F:      Documentation/filesystems/quota.txt
3261 F:      fs/quota/
3262 F:      include/linux/quota*.h
3263 F:      include/uapi/linux/quota*.h
3264
3265 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3266 M:      Bernie Thompson <bernie@plugable.com>
3267 L:      linux-fbdev@vger.kernel.org
3268 S:      Maintained
3269 W:      http://plugable.com/category/projects/udlfb/
3270 F:      drivers/video/fbdev/udlfb.c
3271 F:      include/video/udlfb.h
3272 F:      Documentation/fb/udlfb.txt
3273
3274 DISTRIBUTED LOCK MANAGER (DLM)
3275 M:      Christine Caulfield <ccaulfie@redhat.com>
3276 M:      David Teigland <teigland@redhat.com>
3277 L:      cluster-devel@redhat.com
3278 W:      http://sources.redhat.com/cluster/
3279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3280 S:      Supported
3281 F:      fs/dlm/
3282
3283 DMA BUFFER SHARING FRAMEWORK
3284 M:      Sumit Semwal <sumit.semwal@linaro.org>
3285 S:      Maintained
3286 L:      linux-media@vger.kernel.org
3287 L:      dri-devel@lists.freedesktop.org
3288 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3289 F:      drivers/dma-buf/
3290 F:      include/linux/dma-buf*
3291 F:      include/linux/reservation.h
3292 F:      include/linux/*fence.h
3293 F:      Documentation/dma-buf-sharing.txt
3294 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3295
3296 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3297 M:      Vinod Koul <vinod.koul@intel.com>
3298 L:      dmaengine@vger.kernel.org
3299 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3300 S:      Maintained
3301 F:      drivers/dma/
3302 F:      include/linux/dmaengine.h
3303 F:      Documentation/dmaengine/
3304 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3305
3306 DME1737 HARDWARE MONITOR DRIVER
3307 M:      Juerg Haefliger <juergh@gmail.com>
3308 L:      lm-sensors@lm-sensors.org
3309 S:      Maintained
3310 F:      Documentation/hwmon/dme1737
3311 F:      drivers/hwmon/dme1737.c
3312
3313 DMI/SMBIOS SUPPORT
3314 M:      Jean Delvare <jdelvare@suse.de>
3315 S:      Maintained
3316 F:      drivers/firmware/dmi-id.c
3317 F:      drivers/firmware/dmi_scan.c
3318 F:      include/linux/dmi.h
3319
3320 DOCUMENTATION
3321 M:      Jonathan Corbet <corbet@lwn.net>
3322 L:      linux-doc@vger.kernel.org
3323 S:      Maintained
3324 F:      Documentation/
3325 X:      Documentation/ABI/
3326 X:      Documentation/devicetree/
3327 X:      Documentation/acpi
3328 X:      Documentation/power
3329 X:      Documentation/spi
3330 T:      git git://git.lwn.net/linux-2.6.git docs-next
3331
3332 DOUBLETALK DRIVER
3333 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3334 L:      blinux-list@redhat.com
3335 S:      Maintained
3336 F:      drivers/char/dtlk.c
3337 F:      include/linux/dtlk.h
3338
3339 DPT_I2O SCSI RAID DRIVER
3340 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3341 L:      linux-scsi@vger.kernel.org
3342 W:      http://www.adaptec.com/
3343 S:      Maintained
3344 F:      drivers/scsi/dpt*
3345 F:      drivers/scsi/dpt/
3346
3347 DRBD DRIVER
3348 P:      Philipp Reisner
3349 P:      Lars Ellenberg
3350 M:      drbd-dev@lists.linbit.com
3351 L:      drbd-user@lists.linbit.com
3352 W:      http://www.drbd.org
3353 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3354 T:      git git://git.drbd.org/drbd-8.3.git
3355 S:      Supported
3356 F:      drivers/block/drbd/
3357 F:      lib/lru_cache.c
3358 F:      Documentation/blockdev/drbd/
3359
3360 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3361 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3363 S:      Supported
3364 F:      Documentation/kobject.txt
3365 F:      drivers/base/
3366 F:      fs/sysfs/
3367 F:      fs/debugfs/
3368 F:      include/linux/kobj*
3369 F:      include/linux/debugfs.h
3370 F:      lib/kobj*
3371
3372 DRM DRIVERS
3373 M:      David Airlie <airlied@linux.ie>
3374 L:      dri-devel@lists.freedesktop.org
3375 T:      git git://people.freedesktop.org/~airlied/linux
3376 S:      Maintained
3377 F:      drivers/gpu/drm/
3378 F:      drivers/gpu/vga/
3379 F:      include/drm/
3380 F:      include/uapi/drm/
3381
3382 RADEON DRM DRIVERS
3383 M:      Alex Deucher <alexander.deucher@amd.com>
3384 M:      Christian König <christian.koenig@amd.com>
3385 L:      dri-devel@lists.freedesktop.org
3386 T:      git git://people.freedesktop.org/~agd5f/linux
3387 S:      Supported
3388 F:      drivers/gpu/drm/radeon/
3389 F:      include/uapi/drm/radeon*
3390
3391 DRM PANEL DRIVERS
3392 M:      Thierry Reding <thierry.reding@gmail.com>
3393 L:      dri-devel@lists.freedesktop.org
3394 T:      git git://anongit.freedesktop.org/tegra/linux.git
3395 S:      Maintained
3396 F:      drivers/gpu/drm/drm_panel.c
3397 F:      drivers/gpu/drm/panel/
3398 F:      include/drm/drm_panel.h
3399 F:      Documentation/devicetree/bindings/panel/
3400
3401 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3402 M:      Daniel Vetter <daniel.vetter@intel.com>
3403 M:      Jani Nikula <jani.nikula@linux.intel.com>
3404 L:      intel-gfx@lists.freedesktop.org
3405 L:      dri-devel@lists.freedesktop.org
3406 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3407 T:      git git://anongit.freedesktop.org/drm-intel
3408 S:      Supported
3409 F:      drivers/gpu/drm/i915/
3410 F:      include/drm/i915*
3411 F:      include/uapi/drm/i915*
3412
3413 DRM DRIVERS FOR EXYNOS
3414 M:      Inki Dae <inki.dae@samsung.com>
3415 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3416 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3417 M:      Kyungmin Park <kyungmin.park@samsung.com>
3418 L:      dri-devel@lists.freedesktop.org
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3420 S:      Supported
3421 F:      drivers/gpu/drm/exynos/
3422 F:      include/drm/exynos*
3423 F:      include/uapi/drm/exynos*
3424
3425 DRM DRIVERS FOR FREESCALE IMX
3426 M:      Philipp Zabel <p.zabel@pengutronix.de>
3427 L:      dri-devel@lists.freedesktop.org
3428 S:      Maintained
3429 F:      drivers/gpu/drm/imx/
3430 F:      Documentation/devicetree/bindings/drm/imx/
3431
3432 DRM DRIVERS FOR NVIDIA TEGRA
3433 M:      Thierry Reding <thierry.reding@gmail.com>
3434 M:      Terje Bergström <tbergstrom@nvidia.com>
3435 L:      dri-devel@lists.freedesktop.org
3436 L:      linux-tegra@vger.kernel.org
3437 T:      git git://anongit.freedesktop.org/tegra/linux.git
3438 S:      Supported
3439 F:      drivers/gpu/drm/tegra/
3440 F:      drivers/gpu/host1x/
3441 F:      include/linux/host1x.h
3442 F:      include/uapi/drm/tegra_drm.h
3443 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3444
3445 DRM DRIVERS FOR RENESAS
3446 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3447 L:      dri-devel@lists.freedesktop.org
3448 L:      linux-sh@vger.kernel.org
3449 T:      git git://people.freedesktop.org/~airlied/linux
3450 S:      Supported
3451 F:      drivers/gpu/drm/rcar-du/
3452 F:      drivers/gpu/drm/shmobile/
3453 F:      include/linux/platform_data/shmob_drm.h
3454
3455 DRM DRIVERS FOR ROCKCHIP
3456 M:      Mark Yao <mark.yao@rock-chips.com>
3457 L:      dri-devel@lists.freedesktop.org
3458 S:      Maintained
3459 F:      drivers/gpu/drm/rockchip/
3460 F:      Documentation/devicetree/bindings/video/rockchip*
3461
3462 DSBR100 USB FM RADIO DRIVER
3463 M:      Alexey Klimov <klimov.linux@gmail.com>
3464 L:      linux-media@vger.kernel.org
3465 T:      git git://linuxtv.org/media_tree.git
3466 S:      Maintained
3467 F:      drivers/media/radio/dsbr100.c
3468
3469 DSCC4 DRIVER
3470 M:      Francois Romieu <romieu@fr.zoreil.com>
3471 L:      netdev@vger.kernel.org
3472 S:      Maintained
3473 F:      drivers/net/wan/dscc4.c
3474
3475 DVB_USB_AF9015 MEDIA DRIVER
3476 M:      Antti Palosaari <crope@iki.fi>
3477 L:      linux-media@vger.kernel.org
3478 W:      http://linuxtv.org/
3479 W:      http://palosaari.fi/linux/
3480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3481 T:      git git://linuxtv.org/anttip/media_tree.git
3482 S:      Maintained
3483 F:      drivers/media/usb/dvb-usb-v2/af9015*
3484
3485 DVB_USB_AF9035 MEDIA DRIVER
3486 M:      Antti Palosaari <crope@iki.fi>
3487 L:      linux-media@vger.kernel.org
3488 W:      http://linuxtv.org/
3489 W:      http://palosaari.fi/linux/
3490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3491 T:      git git://linuxtv.org/anttip/media_tree.git
3492 S:      Maintained
3493 F:      drivers/media/usb/dvb-usb-v2/af9035*
3494
3495 DVB_USB_ANYSEE MEDIA DRIVER
3496 M:      Antti Palosaari <crope@iki.fi>
3497 L:      linux-media@vger.kernel.org
3498 W:      http://linuxtv.org/
3499 W:      http://palosaari.fi/linux/
3500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3501 T:      git git://linuxtv.org/anttip/media_tree.git
3502 S:      Maintained
3503 F:      drivers/media/usb/dvb-usb-v2/anysee*
3504
3505 DVB_USB_AU6610 MEDIA DRIVER
3506 M:      Antti Palosaari <crope@iki.fi>
3507 L:      linux-media@vger.kernel.org
3508 W:      http://linuxtv.org/
3509 W:      http://palosaari.fi/linux/
3510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3511 T:      git git://linuxtv.org/anttip/media_tree.git
3512 S:      Maintained
3513 F:      drivers/media/usb/dvb-usb-v2/au6610*
3514
3515 DVB_USB_CE6230 MEDIA DRIVER
3516 M:      Antti Palosaari <crope@iki.fi>
3517 L:      linux-media@vger.kernel.org
3518 W:      http://linuxtv.org/
3519 W:      http://palosaari.fi/linux/
3520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3521 T:      git git://linuxtv.org/anttip/media_tree.git
3522 S:      Maintained
3523 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3524
3525 DVB_USB_CXUSB MEDIA DRIVER
3526 M:      Michael Krufky <mkrufky@linuxtv.org>
3527 L:      linux-media@vger.kernel.org
3528 W:      http://linuxtv.org/
3529 W:      http://github.com/mkrufky
3530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3531 T:      git git://linuxtv.org/media_tree.git
3532 S:      Maintained
3533 F:      drivers/media/usb/dvb-usb/cxusb*
3534
3535 DVB_USB_EC168 MEDIA DRIVER
3536 M:      Antti Palosaari <crope@iki.fi>
3537 L:      linux-media@vger.kernel.org
3538 W:      http://linuxtv.org/
3539 W:      http://palosaari.fi/linux/
3540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3541 T:      git git://linuxtv.org/anttip/media_tree.git
3542 S:      Maintained
3543 F:      drivers/media/usb/dvb-usb-v2/ec168*
3544
3545 DVB_USB_GL861 MEDIA DRIVER
3546 M:      Antti Palosaari <crope@iki.fi>
3547 L:      linux-media@vger.kernel.org
3548 W:      http://linuxtv.org/
3549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3550 T:      git git://linuxtv.org/anttip/media_tree.git
3551 S:      Maintained
3552 F:      drivers/media/usb/dvb-usb-v2/gl861*
3553
3554 DVB_USB_MXL111SF MEDIA DRIVER
3555 M:      Michael Krufky <mkrufky@linuxtv.org>
3556 L:      linux-media@vger.kernel.org
3557 W:      http://linuxtv.org/
3558 W:      http://github.com/mkrufky
3559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3560 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3561 S:      Maintained
3562 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3563
3564 DVB_USB_RTL28XXU MEDIA DRIVER
3565 M:      Antti Palosaari <crope@iki.fi>
3566 L:      linux-media@vger.kernel.org
3567 W:      http://linuxtv.org/
3568 W:      http://palosaari.fi/linux/
3569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3570 T:      git git://linuxtv.org/anttip/media_tree.git
3571 S:      Maintained
3572 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3573
3574 DVB_USB_V2 MEDIA DRIVER
3575 M:      Antti Palosaari <crope@iki.fi>
3576 L:      linux-media@vger.kernel.org
3577 W:      http://linuxtv.org/
3578 W:      http://palosaari.fi/linux/
3579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3580 T:      git git://linuxtv.org/anttip/media_tree.git
3581 S:      Maintained
3582 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3583 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3584
3585 DYNAMIC DEBUG
3586 M:      Jason Baron <jbaron@akamai.com>
3587 S:      Maintained
3588 F:      lib/dynamic_debug.c
3589 F:      include/linux/dynamic_debug.h
3590
3591 DZ DECSTATION DZ11 SERIAL DRIVER
3592 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3593 S:      Maintained
3594 F:      drivers/tty/serial/dz.*
3595
3596 E3X0 POWER BUTTON DRIVER
3597 M:      Moritz Fischer <moritz.fischer@ettus.com>
3598 L:      usrp-users@lists.ettus.com
3599 W:      http://www.ettus.com
3600 S:      Supported
3601 F:      drivers/input/misc/e3x0-button.c
3602 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3603
3604 E4000 MEDIA DRIVER
3605 M:      Antti Palosaari <crope@iki.fi>
3606 L:      linux-media@vger.kernel.org
3607 W:      http://linuxtv.org/
3608 W:      http://palosaari.fi/linux/
3609 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3610 T:      git git://linuxtv.org/anttip/media_tree.git
3611 S:      Maintained
3612 F:      drivers/media/tuners/e4000*
3613
3614 EATA ISA/EISA/PCI SCSI DRIVER
3615 M:      Dario Ballabio <ballabio_dario@emc.com>
3616 L:      linux-scsi@vger.kernel.org
3617 S:      Maintained
3618 F:      drivers/scsi/eata.c
3619
3620 EC100 MEDIA DRIVER
3621 M:      Antti Palosaari <crope@iki.fi>
3622 L:      linux-media@vger.kernel.org
3623 W:      http://linuxtv.org/
3624 W:      http://palosaari.fi/linux/
3625 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3626 T:      git git://linuxtv.org/anttip/media_tree.git
3627 S:      Maintained
3628 F:      drivers/media/dvb-frontends/ec100*
3629
3630 ECRYPT FILE SYSTEM
3631 M:      Tyler Hicks <tyhicks@canonical.com>
3632 L:      ecryptfs@vger.kernel.org
3633 W:      http://ecryptfs.org
3634 W:      https://launchpad.net/ecryptfs
3635 S:      Supported
3636 F:      Documentation/filesystems/ecryptfs.txt
3637 F:      fs/ecryptfs/
3638
3639 EDAC-CORE
3640 M:      Doug Thompson <dougthompson@xmission.com>
3641 M:      Borislav Petkov <bp@alien8.de>
3642 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3643 L:      linux-edac@vger.kernel.org
3644 W:      bluesmoke.sourceforge.net
3645 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3646 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3647 S:      Supported
3648 F:      Documentation/edac.txt
3649 F:      drivers/edac/
3650 F:      include/linux/edac.h
3651
3652 EDAC-AMD64
3653 M:      Doug Thompson <dougthompson@xmission.com>
3654 M:      Borislav Petkov <bp@alien8.de>
3655 L:      linux-edac@vger.kernel.org
3656 W:      bluesmoke.sourceforge.net
3657 S:      Maintained
3658 F:      drivers/edac/amd64_edac*
3659
3660 EDAC-CALXEDA
3661 M:      Doug Thompson <dougthompson@xmission.com>
3662 M:      Robert Richter <rric@kernel.org>
3663 L:      linux-edac@vger.kernel.org
3664 W:      bluesmoke.sourceforge.net
3665 S:      Maintained
3666 F:      drivers/edac/highbank*
3667
3668 EDAC-CAVIUM
3669 M:      Ralf Baechle <ralf@linux-mips.org>
3670 M:      David Daney <david.daney@cavium.com>
3671 L:      linux-edac@vger.kernel.org
3672 L:      linux-mips@linux-mips.org
3673 W:      bluesmoke.sourceforge.net
3674 S:      Supported
3675 F:      drivers/edac/octeon_edac*
3676
3677 EDAC-E752X
3678 M:      Mark Gross <mark.gross@intel.com>
3679 M:      Doug Thompson <dougthompson@xmission.com>
3680 L:      linux-edac@vger.kernel.org
3681 W:      bluesmoke.sourceforge.net
3682 S:      Maintained
3683 F:      drivers/edac/e752x_edac.c
3684
3685 EDAC-E7XXX
3686 M:      Doug Thompson <dougthompson@xmission.com>
3687 L:      linux-edac@vger.kernel.org
3688 W:      bluesmoke.sourceforge.net
3689 S:      Maintained
3690 F:      drivers/edac/e7xxx_edac.c
3691
3692 EDAC-GHES
3693 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3694 L:      linux-edac@vger.kernel.org
3695 W:      bluesmoke.sourceforge.net
3696 S:      Maintained
3697 F:      drivers/edac/ghes_edac.c
3698
3699 EDAC-I82443BXGX
3700 M:      Tim Small <tim@buttersideup.com>
3701 L:      linux-edac@vger.kernel.org
3702 W:      bluesmoke.sourceforge.net
3703 S:      Maintained
3704 F:      drivers/edac/i82443bxgx_edac.c
3705
3706 EDAC-I3000
3707 M:      Jason Uhlenkott <juhlenko@akamai.com>
3708 L:      linux-edac@vger.kernel.org
3709 W:      bluesmoke.sourceforge.net
3710 S:      Maintained
3711 F:      drivers/edac/i3000_edac.c
3712
3713 EDAC-I5000
3714 M:      Doug Thompson <dougthompson@xmission.com>
3715 L:      linux-edac@vger.kernel.org
3716 W:      bluesmoke.sourceforge.net
3717 S:      Maintained
3718 F:      drivers/edac/i5000_edac.c
3719
3720 EDAC-I5400
3721 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3722 L:      linux-edac@vger.kernel.org
3723 W:      bluesmoke.sourceforge.net
3724 S:      Maintained
3725 F:      drivers/edac/i5400_edac.c
3726
3727 EDAC-I7300
3728 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3729 L:      linux-edac@vger.kernel.org
3730 W:      bluesmoke.sourceforge.net
3731 S:      Maintained
3732 F:      drivers/edac/i7300_edac.c
3733
3734 EDAC-I7CORE
3735 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3736 L:      linux-edac@vger.kernel.org
3737 W:      bluesmoke.sourceforge.net
3738 S:      Maintained
3739 F:      drivers/edac/i7core_edac.c
3740
3741 EDAC-I82975X
3742 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3743 M:      "Arvind R." <arvino55@gmail.com>
3744 L:      linux-edac@vger.kernel.org
3745 W:      bluesmoke.sourceforge.net
3746 S:      Maintained
3747 F:      drivers/edac/i82975x_edac.c
3748
3749 EDAC-IE31200
3750 M:      Jason Baron <jbaron@akamai.com>
3751 L:      linux-edac@vger.kernel.org
3752 W:      bluesmoke.sourceforge.net
3753 S:      Maintained
3754 F:      drivers/edac/ie31200_edac.c
3755
3756 EDAC-MPC85XX
3757 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3758 L:      linux-edac@vger.kernel.org
3759 W:      bluesmoke.sourceforge.net
3760 S:      Maintained
3761 F:      drivers/edac/mpc85xx_edac.[ch]
3762
3763 EDAC-PASEMI
3764 M:      Egor Martovetsky <egor@pasemi.com>
3765 L:      linux-edac@vger.kernel.org
3766 W:      bluesmoke.sourceforge.net
3767 S:      Maintained
3768 F:      drivers/edac/pasemi_edac.c
3769
3770 EDAC-R82600
3771 M:      Tim Small <tim@buttersideup.com>
3772 L:      linux-edac@vger.kernel.org
3773 W:      bluesmoke.sourceforge.net
3774 S:      Maintained
3775 F:      drivers/edac/r82600_edac.c
3776
3777 EDAC-SBRIDGE
3778 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3779 L:      linux-edac@vger.kernel.org
3780 W:      bluesmoke.sourceforge.net
3781 S:      Maintained
3782 F:      drivers/edac/sb_edac.c
3783
3784 EDIROL UA-101/UA-1000 DRIVER
3785 M:      Clemens Ladisch <clemens@ladisch.de>
3786 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3787 T:      git git://git.alsa-project.org/alsa-kernel.git
3788 S:      Maintained
3789 F:      sound/usb/misc/ua101.c
3790
3791 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3792 M:      Matt Fleming <matt.fleming@intel.com>
3793 L:      linux-efi@vger.kernel.org
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3795 S:      Maintained
3796 F:      Documentation/efi-stub.txt
3797 F:      arch/ia64/kernel/efi.c
3798 F:      arch/x86/boot/compressed/eboot.[ch]
3799 F:      arch/x86/include/asm/efi.h
3800 F:      arch/x86/platform/efi/*
3801 F:      drivers/firmware/efi/*
3802 F:      include/linux/efi*.h
3803
3804 EFI VARIABLE FILESYSTEM
3805 M:      Matthew Garrett <matthew.garrett@nebula.com>
3806 M:      Jeremy Kerr <jk@ozlabs.org>
3807 M:      Matt Fleming <matt.fleming@intel.com>
3808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3809 L:      linux-efi@vger.kernel.org
3810 S:      Maintained
3811 F:      fs/efivarfs/
3812
3813 EFIFB FRAMEBUFFER DRIVER
3814 L:      linux-fbdev@vger.kernel.org
3815 M:      Peter Jones <pjones@redhat.com>
3816 S:      Maintained
3817 F:      drivers/video/fbdev/efifb.c
3818
3819 EFS FILESYSTEM
3820 W:      http://aeschi.ch.eu.org/efs/
3821 S:      Orphan
3822 F:      fs/efs/
3823
3824 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3825 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3826 M:      Christoph Raisch <raisch@de.ibm.com>
3827 L:      linux-rdma@vger.kernel.org
3828 S:      Supported
3829 F:      drivers/infiniband/hw/ehca/
3830
3831 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3832 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3833 L:      netdev@vger.kernel.org
3834 S:      Maintained
3835 F:      drivers/net/ethernet/ibm/ehea/
3836
3837 EM28XX VIDEO4LINUX DRIVER
3838 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3839 L:      linux-media@vger.kernel.org
3840 W:      http://linuxtv.org
3841 T:      git git://linuxtv.org/media_tree.git
3842 S:      Maintained
3843 F:      drivers/media/usb/em28xx/
3844
3845 EMBEDDED LINUX
3846 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3847 M:      Matt Mackall <mpm@selenic.com>
3848 M:      David Woodhouse <dwmw2@infradead.org>
3849 L:      linux-embedded@vger.kernel.org
3850 S:      Maintained
3851
3852 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3853 M:      James Smart <james.smart@avagotech.com>
3854 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3855 L:      linux-scsi@vger.kernel.org
3856 W:      http://www.avagotech.com
3857 S:      Supported
3858 F:      drivers/scsi/lpfc/
3859
3860 ENE CB710 FLASH CARD READER DRIVER
3861 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3862 S:      Maintained
3863 F:      drivers/misc/cb710/
3864 F:      drivers/mmc/host/cb710-mmc.*
3865 F:      include/linux/cb710.h
3866
3867 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3868 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3869 S:      Maintained
3870 F:      drivers/media/rc/ene_ir.*
3871
3872 ENHANCED ERROR HANDLING (EEH)
3873 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3874 L:      linuxppc-dev@lists.ozlabs.org
3875 S:      Supported
3876 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3877 F:      arch/powerpc/kernel/eeh*.c
3878
3879 EPSON S1D13XXX FRAMEBUFFER DRIVER
3880 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3881 S:      Maintained
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3883 F:      drivers/video/fbdev/s1d13xxxfb.c
3884 F:      include/video/s1d13xxxfb.h
3885
3886 ET131X NETWORK DRIVER
3887 M:      Mark Einon <mark.einon@gmail.com>
3888 S:      Odd Fixes
3889 F:      drivers/net/ethernet/agere/
3890
3891 ETHERNET BRIDGE
3892 M:      Stephen Hemminger <stephen@networkplumber.org>
3893 L:      bridge@lists.linux-foundation.org
3894 L:      netdev@vger.kernel.org
3895 W:      http://www.linuxfoundation.org/en/Net:Bridge
3896 S:      Maintained
3897 F:      include/linux/netfilter_bridge/
3898 F:      net/bridge/
3899
3900 ETHERNET PHY LIBRARY
3901 M:      Florian Fainelli <f.fainelli@gmail.com>
3902 L:      netdev@vger.kernel.org
3903 S:      Maintained
3904 F:      include/linux/phy.h
3905 F:      include/linux/phy_fixed.h
3906 F:      drivers/net/phy/
3907 F:      Documentation/networking/phy.txt
3908 F:      drivers/of/of_mdio.c
3909 F:      drivers/of/of_net.c
3910
3911 EXT2 FILE SYSTEM
3912 M:      Jan Kara <jack@suse.cz>
3913 L:      linux-ext4@vger.kernel.org
3914 S:      Maintained
3915 F:      Documentation/filesystems/ext2.txt
3916 F:      fs/ext2/
3917 F:      include/linux/ext2*
3918
3919 EXT3 FILE SYSTEM
3920 M:      Jan Kara <jack@suse.cz>
3921 M:      Andrew Morton <akpm@linux-foundation.org>
3922 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3923 L:      linux-ext4@vger.kernel.org
3924 S:      Maintained
3925 F:      Documentation/filesystems/ext3.txt
3926 F:      fs/ext3/
3927
3928 EXT4 FILE SYSTEM
3929 M:      "Theodore Ts'o" <tytso@mit.edu>
3930 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3931 L:      linux-ext4@vger.kernel.org
3932 W:      http://ext4.wiki.kernel.org
3933 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3934 S:      Maintained
3935 F:      Documentation/filesystems/ext4.txt
3936 F:      fs/ext4/
3937
3938 Extended Verification Module (EVM)
3939 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3940 L:      linux-ima-devel@lists.sourceforge.net
3941 L:      linux-security-module@vger.kernel.org
3942 S:      Supported
3943 F:      security/integrity/evm/
3944
3945 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3946 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3947 M:      Chanwoo Choi <cw00.choi@samsung.com>
3948 L:      linux-kernel@vger.kernel.org
3949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3950 S:      Maintained
3951 F:      drivers/extcon/
3952 F:      Documentation/extcon/
3953
3954 EXYNOS DP DRIVER
3955 M:      Jingoo Han <jingoohan1@gmail.com>
3956 L:      dri-devel@lists.freedesktop.org
3957 S:      Maintained
3958 F:      drivers/gpu/drm/exynos/exynos_dp*
3959
3960 EXYNOS MIPI DISPLAY DRIVERS
3961 M:      Inki Dae <inki.dae@samsung.com>
3962 M:      Donghwa Lee <dh09.lee@samsung.com>
3963 M:      Kyungmin Park <kyungmin.park@samsung.com>
3964 L:      linux-fbdev@vger.kernel.org
3965 S:      Maintained
3966 F:      drivers/video/fbdev/exynos/exynos_mipi*
3967 F:      include/video/exynos_mipi*
3968
3969 F71805F HARDWARE MONITORING DRIVER
3970 M:      Jean Delvare <jdelvare@suse.de>
3971 L:      lm-sensors@lm-sensors.org
3972 S:      Maintained
3973 F:      Documentation/hwmon/f71805f
3974 F:      drivers/hwmon/f71805f.c
3975
3976 FC0011 TUNER DRIVER
3977 M:      Michael Buesch <m@bues.ch>
3978 L:      linux-media@vger.kernel.org
3979 S:      Maintained
3980 F:      drivers/media/tuners/fc0011.h
3981 F:      drivers/media/tuners/fc0011.c
3982
3983 FC2580 MEDIA DRIVER
3984 M:      Antti Palosaari <crope@iki.fi>
3985 L:      linux-media@vger.kernel.org
3986 W:      http://linuxtv.org/
3987 W:      http://palosaari.fi/linux/
3988 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3989 T:      git git://linuxtv.org/anttip/media_tree.git
3990 S:      Maintained
3991 F:      drivers/media/tuners/fc2580*
3992
3993 FANOTIFY
3994 M:      Eric Paris <eparis@redhat.com>
3995 S:      Maintained
3996 F:      fs/notify/fanotify/
3997 F:      include/linux/fanotify.h
3998 F:      include/uapi/linux/fanotify.h
3999
4000 FARSYNC SYNCHRONOUS DRIVER
4001 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4002 W:      http://www.farsite.co.uk/
4003 S:      Supported
4004 F:      drivers/net/wan/farsync.*
4005
4006 FAULT INJECTION SUPPORT
4007 M:      Akinobu Mita <akinobu.mita@gmail.com>
4008 S:      Supported
4009 F:      Documentation/fault-injection/
4010 F:      lib/fault-inject.c
4011
4012 FBTFT Framebuffer drivers
4013 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4014 M:      Noralf Trønnes <noralf@tronnes.org>
4015 S:      Maintained
4016 F:      drivers/staging/fbtft/
4017
4018 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4019 M:      Vasu Dev <vasu.dev@intel.com>
4020 L:      fcoe-devel@open-fcoe.org
4021 W:      www.Open-FCoE.org
4022 S:      Supported
4023 F:      drivers/scsi/libfc/
4024 F:      drivers/scsi/fcoe/
4025 F:      include/scsi/fc/
4026 F:      include/scsi/libfc.h
4027 F:      include/scsi/libfcoe.h
4028 F:      include/uapi/scsi/fc/
4029
4030 FILE LOCKING (flock() and fcntl()/lockf())
4031 M:      Jeff Layton <jlayton@poochiereds.net>
4032 M:      J. Bruce Fields <bfields@fieldses.org>
4033 L:      linux-fsdevel@vger.kernel.org
4034 S:      Maintained
4035 F:      include/linux/fcntl.h
4036 F:      include/linux/fs.h
4037 F:      include/uapi/linux/fcntl.h
4038 F:      include/uapi/linux/fs.h
4039 F:      fs/fcntl.c
4040 F:      fs/locks.c
4041
4042 FILESYSTEMS (VFS and infrastructure)
4043 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4044 L:      linux-fsdevel@vger.kernel.org
4045 S:      Maintained
4046 F:      fs/*
4047
4048 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4049 M:      Riku Voipio <riku.voipio@iki.fi>
4050 L:      lm-sensors@lm-sensors.org
4051 S:      Maintained
4052 F:      drivers/hwmon/f75375s.c
4053 F:      include/linux/f75375s.h
4054
4055 FIREWIRE AUDIO DRIVERS
4056 M:      Clemens Ladisch <clemens@ladisch.de>
4057 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4058 T:      git git://git.alsa-project.org/alsa-kernel.git
4059 S:      Maintained
4060 F:      sound/firewire/
4061
4062 FIREWIRE MEDIA DRIVERS (firedtv)
4063 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4064 L:      linux-media@vger.kernel.org
4065 L:      linux1394-devel@lists.sourceforge.net
4066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4067 S:      Maintained
4068 F:      drivers/media/firewire/
4069
4070 FIREWIRE SBP-2 TARGET
4071 M:      Chris Boot <bootc@bootc.net>
4072 L:      linux-scsi@vger.kernel.org
4073 L:      target-devel@vger.kernel.org
4074 L:      linux1394-devel@lists.sourceforge.net
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4076 S:      Maintained
4077 F:      drivers/target/sbp/
4078
4079 FIREWIRE SUBSYSTEM
4080 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4081 L:      linux1394-devel@lists.sourceforge.net
4082 W:      http://ieee1394.wiki.kernel.org/
4083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4084 S:      Maintained
4085 F:      drivers/firewire/
4086 F:      include/linux/firewire.h
4087 F:      include/uapi/linux/firewire*.h
4088 F:      tools/firewire/
4089
4090 FIRMWARE LOADER (request_firmware)
4091 M:      Ming Lei <ming.lei@canonical.com>
4092 L:      linux-kernel@vger.kernel.org
4093 S:      Maintained
4094 F:      Documentation/firmware_class/
4095 F:      drivers/base/firmware*.c
4096 F:      include/linux/firmware.h
4097
4098 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4099 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4100 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4101 S:      Maintained
4102 F:      drivers/block/rsxx/
4103
4104 FLOPPY DRIVER
4105 M:      Jiri Kosina <jkosina@suse.cz>
4106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4107 S:      Odd fixes
4108 F:      drivers/block/floppy.c
4109
4110 FMC SUBSYSTEM
4111 M:      Alessandro Rubini <rubini@gnudd.com>
4112 W:      http://www.ohwr.org/projects/fmc-bus
4113 S:      Supported
4114 F:      drivers/fmc/
4115 F:      include/linux/fmc*.h
4116 F:      include/linux/ipmi-fru.h
4117 K:      fmc_d.*register
4118
4119 FPU EMULATOR
4120 M:      Bill Metzenthen <billm@melbpc.org.au>
4121 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4122 S:      Maintained
4123 F:      arch/x86/math-emu/
4124
4125 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4126 L:      netdev@vger.kernel.org
4127 S:      Orphan
4128 F:      drivers/net/wan/dlci.c
4129 F:      drivers/net/wan/sdla.c
4130
4131 FRAMEBUFFER LAYER
4132 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4133 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4134 L:      linux-fbdev@vger.kernel.org
4135 W:      http://linux-fbdev.sourceforge.net/
4136 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4138 S:      Maintained
4139 F:      Documentation/fb/
4140 F:      Documentation/devicetree/bindings/fb/
4141 F:      drivers/video/
4142 F:      include/video/
4143 F:      include/linux/fb.h
4144 F:      include/uapi/video/
4145 F:      include/uapi/linux/fb.h
4146
4147 FREESCALE DIU FRAMEBUFFER DRIVER
4148 M:      Timur Tabi <timur@tabi.org>
4149 L:      linux-fbdev@vger.kernel.org
4150 S:      Maintained
4151 F:      drivers/video/fbdev/fsl-diu-fb.*
4152
4153 FREESCALE DMA DRIVER
4154 M:      Li Yang <leoli@freescale.com>
4155 M:      Zhang Wei <zw@zh-kernel.org>
4156 L:      linuxppc-dev@lists.ozlabs.org
4157 S:      Maintained
4158 F:      drivers/dma/fsldma.*
4159
4160 FREESCALE I2C CPM DRIVER
4161 M:      Jochen Friedrich <jochen@scram.de>
4162 L:      linuxppc-dev@lists.ozlabs.org
4163 L:      linux-i2c@vger.kernel.org
4164 S:      Maintained
4165 F:      drivers/i2c/busses/i2c-cpm.c
4166
4167 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4168 M:      Sascha Hauer <kernel@pengutronix.de>
4169 L:      linux-fbdev@vger.kernel.org
4170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4171 S:      Maintained
4172 F:      include/linux/platform_data/video-imxfb.h
4173 F:      drivers/video/fbdev/imxfb.c
4174
4175 FREESCALE QUAD SPI DRIVER
4176 M:      Han Xu <han.xu@freescale.com>
4177 L:      linux-mtd@lists.infradead.org
4178 S:      Maintained
4179 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4180
4181 FREESCALE SOC FS_ENET DRIVER
4182 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4183 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4184 L:      linuxppc-dev@lists.ozlabs.org
4185 L:      netdev@vger.kernel.org
4186 S:      Maintained
4187 F:      drivers/net/ethernet/freescale/fs_enet/
4188 F:      include/linux/fs_enet_pd.h
4189
4190 FREESCALE QUICC ENGINE LIBRARY
4191 L:      linuxppc-dev@lists.ozlabs.org
4192 S:      Orphan
4193 F:      arch/powerpc/sysdev/qe_lib/
4194 F:      arch/powerpc/include/asm/*qe.h
4195
4196 FREESCALE USB PERIPHERAL DRIVERS
4197 M:      Li Yang <leoli@freescale.com>
4198 L:      linux-usb@vger.kernel.org
4199 L:      linuxppc-dev@lists.ozlabs.org
4200 S:      Maintained
4201 F:      drivers/usb/gadget/udc/fsl*
4202
4203 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4204 M:      Li Yang <leoli@freescale.com>
4205 L:      netdev@vger.kernel.org
4206 L:      linuxppc-dev@lists.ozlabs.org
4207 S:      Maintained
4208 F:      drivers/net/ethernet/freescale/ucc_geth*
4209
4210 FREESCALE QUICC ENGINE UCC UART DRIVER
4211 M:      Timur Tabi <timur@tabi.org>
4212 L:      linuxppc-dev@lists.ozlabs.org
4213 S:      Maintained
4214 F:      drivers/tty/serial/ucc_uart.c
4215
4216 FREESCALE SOC SOUND DRIVERS
4217 M:      Timur Tabi <timur@tabi.org>
4218 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4219 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4220 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4221 L:      linuxppc-dev@lists.ozlabs.org
4222 S:      Maintained
4223 F:      sound/soc/fsl/fsl*
4224 F:      sound/soc/fsl/imx*
4225 F:      sound/soc/fsl/mpc8610_hpcd.c
4226
4227 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4228 M:      J. German Rivera <German.Rivera@freescale.com>
4229 L:      linux-kernel@vger.kernel.org
4230 S:      Maintained
4231 F:      drivers/staging/fsl-mc/
4232
4233 FREEVXFS FILESYSTEM
4234 M:      Christoph Hellwig <hch@infradead.org>
4235 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4236 S:      Maintained
4237 F:      fs/freevxfs/
4238
4239 FREEZER
4240 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4241 M:      Pavel Machek <pavel@ucw.cz>
4242 L:      linux-pm@vger.kernel.org
4243 S:      Supported
4244 F:      Documentation/power/freezing-of-tasks.txt
4245 F:      include/linux/freezer.h
4246 F:      kernel/freezer.c
4247
4248 FRONTSWAP API
4249 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4250 L:      linux-kernel@vger.kernel.org
4251 S:      Maintained
4252 F:      mm/frontswap.c
4253 F:      include/linux/frontswap.h
4254
4255 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4256 M:      David Howells <dhowells@redhat.com>
4257 L:      linux-cachefs@redhat.com
4258 S:      Supported
4259 F:      Documentation/filesystems/caching/
4260 F:      fs/fscache/
4261 F:      include/linux/fscache*.h
4262
4263 F2FS FILE SYSTEM
4264 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4265 M:      Changman Lee <cm224.lee@samsung.com>
4266 L:      linux-f2fs-devel@lists.sourceforge.net
4267 W:      http://en.wikipedia.org/wiki/F2FS
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4269 S:      Maintained
4270 F:      Documentation/filesystems/f2fs.txt
4271 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4272 F:      fs/f2fs/
4273 F:      include/linux/f2fs_fs.h
4274
4275 FUJITSU FR-V (FRV) PORT
4276 M:      David Howells <dhowells@redhat.com>
4277 S:      Maintained
4278 F:      arch/frv/
4279
4280 FUJITSU LAPTOP EXTRAS
4281 M:      Jonathan Woithe <jwoithe@just42.net>
4282 L:      platform-driver-x86@vger.kernel.org
4283 S:      Maintained
4284 F:      drivers/platform/x86/fujitsu-laptop.c
4285
4286 FUJITSU M-5MO LS CAMERA ISP DRIVER
4287 M:      Kyungmin Park <kyungmin.park@samsung.com>
4288 M:      Heungjun Kim <riverful.kim@samsung.com>
4289 L:      linux-media@vger.kernel.org
4290 S:      Maintained
4291 F:      drivers/media/i2c/m5mols/
4292 F:      include/media/m5mols.h
4293
4294 FUJITSU TABLET EXTRAS
4295 M:      Robert Gerlach <khnz@gmx.de>
4296 L:      platform-driver-x86@vger.kernel.org
4297 S:      Maintained
4298 F:      drivers/platform/x86/fujitsu-tablet.c
4299
4300 FUSE: FILESYSTEM IN USERSPACE
4301 M:      Miklos Szeredi <miklos@szeredi.hu>
4302 L:      fuse-devel@lists.sourceforge.net
4303 W:      http://fuse.sourceforge.net/
4304 S:      Maintained
4305 F:      fs/fuse/
4306 F:      include/uapi/linux/fuse.h
4307
4308 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4309 M:      Rik Faith <faith@cs.unc.edu>
4310 L:      linux-scsi@vger.kernel.org
4311 S:      Odd Fixes (e.g., new signatures)
4312 F:      drivers/scsi/fdomain.*
4313
4314 GCOV BASED KERNEL PROFILING
4315 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4316 S:      Maintained
4317 F:      kernel/gcov/
4318 F:      Documentation/gcov.txt
4319
4320 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4321 M:      Achim Leubner <achim_leubner@adaptec.com>
4322 L:      linux-scsi@vger.kernel.org
4323 W:      http://www.icp-vortex.com/
4324 S:      Supported
4325 F:      drivers/scsi/gdt*
4326
4327 GDB KERNEL DEBUGGING HELPER SCRIPTS
4328 M:      Jan Kiszka <jan.kiszka@siemens.com>
4329 S:      Supported
4330 F:      scripts/gdb/
4331
4332 GEMTEK FM RADIO RECEIVER DRIVER
4333 M:      Hans Verkuil <hverkuil@xs4all.nl>
4334 L:      linux-media@vger.kernel.org
4335 T:      git git://linuxtv.org/media_tree.git
4336 W:      http://linuxtv.org
4337 S:      Maintained
4338 F:      drivers/media/radio/radio-gemtek*
4339
4340 GENERIC GPIO I2C DRIVER
4341 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4342 S:      Supported
4343 F:      drivers/i2c/busses/i2c-gpio.c
4344 F:      include/linux/i2c-gpio.h
4345
4346 GENERIC GPIO I2C MULTIPLEXER DRIVER
4347 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4348 L:      linux-i2c@vger.kernel.org
4349 S:      Supported
4350 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4351 F:      include/linux/i2c-mux-gpio.h
4352 F:      Documentation/i2c/muxes/i2c-mux-gpio
4353
4354 GENERIC HDLC (WAN) DRIVERS
4355 M:      Krzysztof Halasa <khc@pm.waw.pl>
4356 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4357 S:      Maintained
4358 F:      drivers/net/wan/c101.c
4359 F:      drivers/net/wan/hd6457*
4360 F:      drivers/net/wan/hdlc*
4361 F:      drivers/net/wan/n2.c
4362 F:      drivers/net/wan/pc300too.c
4363 F:      drivers/net/wan/pci200syn.c
4364 F:      drivers/net/wan/wanxl*
4365
4366 GENERIC INCLUDE/ASM HEADER FILES
4367 M:      Arnd Bergmann <arnd@arndb.de>
4368 L:      linux-arch@vger.kernel.org
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4370 S:      Maintained
4371 F:      include/asm-generic/
4372 F:      include/uapi/asm-generic/
4373
4374 GENERIC PHY FRAMEWORK
4375 M:      Kishon Vijay Abraham I <kishon@ti.com>
4376 L:      linux-kernel@vger.kernel.org
4377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4378 S:      Supported
4379 F:      drivers/phy/
4380 F:      include/linux/phy/
4381
4382 GENERIC PM DOMAINS
4383 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4384 M:      Kevin Hilman <khilman@kernel.org>
4385 M:      Ulf Hansson <ulf.hansson@linaro.org>
4386 L:      linux-pm@vger.kernel.org
4387 S:      Supported
4388 F:      drivers/base/power/domain*.c
4389 F:      include/linux/pm_domain.h
4390
4391 GENERIC UIO DRIVER FOR PCI DEVICES
4392 M:      "Michael S. Tsirkin" <mst@redhat.com>
4393 L:      kvm@vger.kernel.org
4394 S:      Supported
4395 F:      drivers/uio/uio_pci_generic.c
4396
4397 GET_MAINTAINER SCRIPT
4398 M:      Joe Perches <joe@perches.com>
4399 S:      Maintained
4400 F:      scripts/get_maintainer.pl
4401
4402 GFS2 FILE SYSTEM
4403 M:      Steven Whitehouse <swhiteho@redhat.com>
4404 M:      Bob Peterson <rpeterso@redhat.com>
4405 L:      cluster-devel@redhat.com
4406 W:      http://sources.redhat.com/cluster/
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4408 S:      Supported
4409 F:      Documentation/filesystems/gfs2*.txt
4410 F:      fs/gfs2/
4411 F:      include/uapi/linux/gfs2_ondisk.h
4412
4413 GIGASET ISDN DRIVERS
4414 M:      Paul Bolle <pebolle@tiscali.nl>
4415 L:      gigaset307x-common@lists.sourceforge.net
4416 W:      http://gigaset307x.sourceforge.net/
4417 S:      Odd Fixes
4418 F:      Documentation/isdn/README.gigaset
4419 F:      drivers/isdn/gigaset/
4420 F:      include/uapi/linux/gigaset_dev.h
4421
4422 GO7007 MPEG CODEC
4423 M:      Hans Verkuil <hans.verkuil@cisco.com>
4424 L:      linux-media@vger.kernel.org
4425 S:      Maintained
4426 F:      drivers/media/usb/go7007/
4427
4428 GOODIX TOUCHSCREEN
4429 M:      Bastien Nocera <hadess@hadess.net>
4430 L:      linux-input@vger.kernel.org
4431 S:      Maintained
4432 F:      drivers/input/touchscreen/goodix.c
4433
4434 GPIO SUBSYSTEM
4435 M:      Linus Walleij <linus.walleij@linaro.org>
4436 M:      Alexandre Courbot <gnurou@gmail.com>
4437 L:      linux-gpio@vger.kernel.org
4438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4439 S:      Maintained
4440 F:      Documentation/gpio/
4441 F:      drivers/gpio/
4442 F:      include/linux/gpio/
4443 F:      include/linux/gpio.h
4444 F:      include/asm-generic/gpio.h
4445
4446 GRE DEMULTIPLEXER DRIVER
4447 M:      Dmitry Kozlov <xeb@mail.ru>
4448 L:      netdev@vger.kernel.org
4449 S:      Maintained
4450 F:      net/ipv4/gre_demux.c
4451 F:      net/ipv4/gre_offload.c
4452 F:      include/net/gre.h
4453
4454 GRETH 10/100/1G Ethernet MAC device driver
4455 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4456 L:      netdev@vger.kernel.org
4457 S:      Maintained
4458 F:      drivers/net/ethernet/aeroflex/
4459
4460 GSPCA FINEPIX SUBDRIVER
4461 M:      Frank Zago <frank@zago.net>
4462 L:      linux-media@vger.kernel.org
4463 T:      git git://linuxtv.org/media_tree.git
4464 S:      Maintained
4465 F:      drivers/media/usb/gspca/finepix.c
4466
4467 GSPCA GL860 SUBDRIVER
4468 M:      Olivier Lorin <o.lorin@laposte.net>
4469 L:      linux-media@vger.kernel.org
4470 T:      git git://linuxtv.org/media_tree.git
4471 S:      Maintained
4472 F:      drivers/media/usb/gspca/gl860/
4473
4474 GSPCA M5602 SUBDRIVER
4475 M:      Erik Andren <erik.andren@gmail.com>
4476 L:      linux-media@vger.kernel.org
4477 T:      git git://linuxtv.org/media_tree.git
4478 S:      Maintained
4479 F:      drivers/media/usb/gspca/m5602/
4480
4481 GSPCA PAC207 SONIXB SUBDRIVER
4482 M:      Hans de Goede <hdegoede@redhat.com>
4483 L:      linux-media@vger.kernel.org
4484 T:      git git://linuxtv.org/media_tree.git
4485 S:      Maintained
4486 F:      drivers/media/usb/gspca/pac207.c
4487
4488 GSPCA SN9C20X SUBDRIVER
4489 M:      Brian Johnson <brijohn@gmail.com>
4490 L:      linux-media@vger.kernel.org
4491 T:      git git://linuxtv.org/media_tree.git
4492 S:      Maintained
4493 F:      drivers/media/usb/gspca/sn9c20x.c
4494
4495 GSPCA T613 SUBDRIVER
4496 M:      Leandro Costantino <lcostantino@gmail.com>
4497 L:      linux-media@vger.kernel.org
4498 T:      git git://linuxtv.org/media_tree.git
4499 S:      Maintained
4500 F:      drivers/media/usb/gspca/t613.c
4501
4502 GSPCA USB WEBCAM DRIVER
4503 M:      Hans de Goede <hdegoede@redhat.com>
4504 L:      linux-media@vger.kernel.org
4505 T:      git git://linuxtv.org/media_tree.git
4506 S:      Maintained
4507 F:      drivers/media/usb/gspca/
4508
4509 GUID PARTITION TABLE (GPT)
4510 M:      Davidlohr Bueso <davidlohr@hp.com>
4511 L:      linux-efi@vger.kernel.org
4512 S:      Maintained
4513 F:      block/partitions/efi.*
4514
4515 STK1160 USB VIDEO CAPTURE DRIVER
4516 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4517 L:      linux-media@vger.kernel.org
4518 T:      git git://linuxtv.org/media_tree.git
4519 S:      Maintained
4520 F:      drivers/media/usb/stk1160/
4521
4522 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4523 M:      Frank Seidel <frank@f-seidel.de>
4524 L:      platform-driver-x86@vger.kernel.org
4525 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4526 S:      Maintained
4527 F:      drivers/platform/x86/hdaps.c
4528
4529 HDPVR USB VIDEO ENCODER DRIVER
4530 M:      Hans Verkuil <hverkuil@xs4all.nl>
4531 L:      linux-media@vger.kernel.org
4532 T:      git git://linuxtv.org/media_tree.git
4533 W:      http://linuxtv.org
4534 S:      Odd Fixes
4535 F:      drivers/media/usb/hdpvr/
4536
4537 HWPOISON MEMORY FAILURE HANDLING
4538 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4539 L:      linux-mm@kvack.org
4540 S:      Maintained
4541 F:      mm/memory-failure.c
4542 F:      mm/hwpoison-inject.c
4543
4544 HYPERVISOR VIRTUAL CONSOLE DRIVER
4545 L:      linuxppc-dev@lists.ozlabs.org
4546 S:      Odd Fixes
4547 F:      drivers/tty/hvc/
4548
4549 HACKRF MEDIA DRIVER
4550 M:      Antti Palosaari <crope@iki.fi>
4551 L:      linux-media@vger.kernel.org
4552 W:      http://linuxtv.org/
4553 W:      http://palosaari.fi/linux/
4554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4555 T:      git git://linuxtv.org/anttip/media_tree.git
4556 S:      Maintained
4557 F:      drivers/media/usb/hackrf/
4558
4559 HARDWARE MONITORING
4560 M:      Jean Delvare <jdelvare@suse.de>
4561 M:      Guenter Roeck <linux@roeck-us.net>
4562 L:      lm-sensors@lm-sensors.org
4563 W:      http://www.lm-sensors.org/
4564 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4566 S:      Maintained
4567 F:      Documentation/hwmon/
4568 F:      drivers/hwmon/
4569 F:      include/linux/hwmon*.h
4570
4571 HARDWARE RANDOM NUMBER GENERATOR CORE
4572 M:      Matt Mackall <mpm@selenic.com>
4573 M:      Herbert Xu <herbert@gondor.apana.org.au>
4574 L:      linux-crypto@vger.kernel.org
4575 S:      Odd fixes
4576 F:      Documentation/hw_random.txt
4577 F:      drivers/char/hw_random/
4578 F:      include/linux/hw_random.h
4579
4580 HARDWARE SPINLOCK CORE
4581 M:      Ohad Ben-Cohen <ohad@wizery.com>
4582 S:      Maintained
4583 F:      Documentation/hwspinlock.txt
4584 F:      drivers/hwspinlock/hwspinlock_*
4585 F:      include/linux/hwspinlock.h
4586
4587 HARMONY SOUND DRIVER
4588 L:      linux-parisc@vger.kernel.org
4589 S:      Maintained
4590 F:      sound/parisc/harmony.*
4591
4592 HD29L2 MEDIA DRIVER
4593 M:      Antti Palosaari <crope@iki.fi>
4594 L:      linux-media@vger.kernel.org
4595 W:      http://linuxtv.org/
4596 W:      http://palosaari.fi/linux/
4597 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4598 T:      git git://linuxtv.org/anttip/media_tree.git
4599 S:      Maintained
4600 F:      drivers/media/dvb-frontends/hd29l2*
4601
4602 HEWLETT-PACKARD SMART2 RAID DRIVER
4603 L:      iss_storagedev@hp.com
4604 S:      Orphan
4605 F:      Documentation/blockdev/cpqarray.txt
4606 F:      drivers/block/cpqarray.*
4607
4608 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4609 M:      Don Brace <don.brace@pmcs.com>
4610 L:      iss_storagedev@hp.com
4611 L:      storagedev@pmcs.com
4612 L:      linux-scsi@vger.kernel.org
4613 S:      Supported
4614 F:      Documentation/scsi/hpsa.txt
4615 F:      drivers/scsi/hpsa*.[ch]
4616 F:      include/linux/cciss*.h
4617 F:      include/uapi/linux/cciss*.h
4618
4619 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4620 M:      Don Brace <don.brace@pmcs.com>
4621 L:      iss_storagedev@hp.com
4622 L:      storagedev@pmcs.com
4623 L:      linux-scsi@vger.kernel.org
4624 S:      Supported
4625 F:      Documentation/blockdev/cciss.txt
4626 F:      drivers/block/cciss*
4627 F:      include/linux/cciss_ioctl.h
4628 F:      include/uapi/linux/cciss_ioctl.h
4629
4630 HFS FILESYSTEM
4631 L:      linux-fsdevel@vger.kernel.org
4632 S:      Orphan
4633 F:      Documentation/filesystems/hfs.txt
4634 F:      fs/hfs/
4635
4636 HFSPLUS FILESYSTEM
4637 L:      linux-fsdevel@vger.kernel.org
4638 S:      Orphan
4639 F:      Documentation/filesystems/hfsplus.txt
4640 F:      fs/hfsplus/
4641
4642 HGA FRAMEBUFFER DRIVER
4643 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4644 L:      linux-nvidia@lists.surfsouth.com
4645 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4646 S:      Maintained
4647 F:      drivers/video/fbdev/hgafb.c
4648
4649 HIBERNATION (aka Software Suspend, aka swsusp)
4650 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4651 M:      Pavel Machek <pavel@ucw.cz>
4652 L:      linux-pm@vger.kernel.org
4653 S:      Supported
4654 F:      arch/x86/power/
4655 F:      drivers/base/power/
4656 F:      kernel/power/
4657 F:      include/linux/suspend.h
4658 F:      include/linux/freezer.h
4659 F:      include/linux/pm.h
4660 F:      arch/*/include/asm/suspend*.h
4661
4662 HID CORE LAYER
4663 M:      Jiri Kosina <jkosina@suse.cz>
4664 L:      linux-input@vger.kernel.org
4665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4666 S:      Maintained
4667 F:      drivers/hid/
4668 F:      include/linux/hid*
4669 F:      include/uapi/linux/hid*
4670
4671 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4672 M:      Thomas Gleixner <tglx@linutronix.de>
4673 L:      linux-kernel@vger.kernel.org
4674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4675 S:      Maintained
4676 F:      Documentation/timers/
4677 F:      kernel/time/hrtimer.c
4678 F:      kernel/time/clockevents.c
4679 F:      kernel/time/tick*.*
4680 F:      kernel/time/timer_*.c
4681 F:      include/linux/clockchips.h
4682 F:      include/linux/hrtimer.h
4683
4684 HIGH-SPEED SCC DRIVER FOR AX.25
4685 L:      linux-hams@vger.kernel.org
4686 S:      Orphan
4687 F:      drivers/net/hamradio/dmascc.c
4688 F:      drivers/net/hamradio/scc.c
4689
4690 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4691 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4692 W:      http://www.highpoint-tech.com
4693 S:      Supported
4694 F:      Documentation/scsi/hptiop.txt
4695 F:      drivers/scsi/hptiop.c
4696
4697 HIPPI
4698 M:      Jes Sorensen <jes@trained-monkey.org>
4699 L:      linux-hippi@sunsite.dk
4700 S:      Maintained
4701 F:      include/linux/hippidevice.h
4702 F:      include/uapi/linux/if_hippi.h
4703 F:      net/802/hippi.c
4704 F:      drivers/net/hippi/
4705
4706 HOST AP DRIVER
4707 M:      Jouni Malinen <j@w1.fi>
4708 L:      hostap@shmoo.com (subscribers-only)
4709 L:      linux-wireless@vger.kernel.org
4710 W:      http://hostap.epitest.fi/
4711 S:      Maintained
4712 F:      drivers/net/wireless/hostap/
4713
4714 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4715 L:      platform-driver-x86@vger.kernel.org
4716 S:      Orphan
4717 F:      drivers/platform/x86/tc1100-wmi.c
4718
4719 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4720 M:      Jaroslav Kysela <perex@perex.cz>
4721 S:      Maintained
4722 F:      drivers/net/ethernet/hp/hp100.*
4723
4724 HPET:   High Precision Event Timers driver
4725 M:      Clemens Ladisch <clemens@ladisch.de>
4726 S:      Maintained
4727 F:      Documentation/timers/hpet.txt
4728 F:      drivers/char/hpet.c
4729 F:      include/linux/hpet.h
4730 F:      include/uapi/linux/hpet.h
4731
4732 HPET:   x86
4733 S:      Orphan
4734 F:      arch/x86/kernel/hpet.c
4735 F:      arch/x86/include/asm/hpet.h
4736
4737 HPFS FILESYSTEM
4738 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4739 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4740 S:      Maintained
4741 F:      fs/hpfs/
4742
4743 HSI SUBSYSTEM
4744 M:      Sebastian Reichel <sre@kernel.org>
4745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4746 S:      Maintained
4747 F:      Documentation/ABI/testing/sysfs-bus-hsi
4748 F:      Documentation/hsi.txt
4749 F:      drivers/hsi/
4750 F:      include/linux/hsi/
4751 F:      include/uapi/linux/hsi/
4752
4753 HSO 3G MODEM DRIVER
4754 M:      Jan Dumon <j.dumon@option.com>
4755 W:      http://www.pharscape.org
4756 S:      Maintained
4757 F:      drivers/net/usb/hso.c
4758
4759 HSR NETWORK PROTOCOL
4760 M:      Arvid Brodin <arvid.brodin@alten.se>
4761 L:      netdev@vger.kernel.org
4762 S:      Maintained
4763 F:      net/hsr/
4764
4765 HTCPEN TOUCHSCREEN DRIVER
4766 M:      Pau Oliva Fora <pof@eslack.org>
4767 L:      linux-input@vger.kernel.org
4768 S:      Maintained
4769 F:      drivers/input/touchscreen/htcpen.c
4770
4771 HUGETLB FILESYSTEM
4772 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4773 S:      Maintained
4774 F:      fs/hugetlbfs/
4775
4776 Hyper-V CORE AND DRIVERS
4777 M:      K. Y. Srinivasan <kys@microsoft.com>
4778 M:      Haiyang Zhang <haiyangz@microsoft.com>
4779 L:      devel@linuxdriverproject.org
4780 S:      Maintained
4781 F:      arch/x86/include/asm/mshyperv.h
4782 F:      arch/x86/include/uapi/asm/hyperv.h
4783 F:      arch/x86/kernel/cpu/mshyperv.c
4784 F:      drivers/hid/hid-hyperv.c
4785 F:      drivers/hv/
4786 F:      drivers/input/serio/hyperv-keyboard.c
4787 F:      drivers/net/hyperv/
4788 F:      drivers/scsi/storvsc_drv.c
4789 F:      drivers/video/fbdev/hyperv_fb.c
4790 F:      include/linux/hyperv.h
4791 F:      tools/hv/
4792
4793 I2C OVER PARALLEL PORT
4794 M:      Jean Delvare <jdelvare@suse.de>
4795 L:      linux-i2c@vger.kernel.org
4796 S:      Maintained
4797 F:      Documentation/i2c/busses/i2c-parport
4798 F:      Documentation/i2c/busses/i2c-parport-light
4799 F:      drivers/i2c/busses/i2c-parport.c
4800 F:      drivers/i2c/busses/i2c-parport-light.c
4801
4802 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4803 M:      Jean Delvare <jdelvare@suse.de>
4804 L:      linux-i2c@vger.kernel.org
4805 S:      Maintained
4806 F:      Documentation/i2c/busses/i2c-ali1535
4807 F:      Documentation/i2c/busses/i2c-ali1563
4808 F:      Documentation/i2c/busses/i2c-ali15x3
4809 F:      Documentation/i2c/busses/i2c-amd756
4810 F:      Documentation/i2c/busses/i2c-amd8111
4811 F:      Documentation/i2c/busses/i2c-i801
4812 F:      Documentation/i2c/busses/i2c-nforce2
4813 F:      Documentation/i2c/busses/i2c-piix4
4814 F:      Documentation/i2c/busses/i2c-sis5595
4815 F:      Documentation/i2c/busses/i2c-sis630
4816 F:      Documentation/i2c/busses/i2c-sis96x
4817 F:      Documentation/i2c/busses/i2c-via
4818 F:      Documentation/i2c/busses/i2c-viapro
4819 F:      drivers/i2c/busses/i2c-ali1535.c
4820 F:      drivers/i2c/busses/i2c-ali1563.c
4821 F:      drivers/i2c/busses/i2c-ali15x3.c
4822 F:      drivers/i2c/busses/i2c-amd756.c
4823 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4824 F:      drivers/i2c/busses/i2c-amd8111.c
4825 F:      drivers/i2c/busses/i2c-i801.c
4826 F:      drivers/i2c/busses/i2c-isch.c
4827 F:      drivers/i2c/busses/i2c-nforce2.c
4828 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4829 F:      drivers/i2c/busses/i2c-piix4.c
4830 F:      drivers/i2c/busses/i2c-sis5595.c
4831 F:      drivers/i2c/busses/i2c-sis630.c
4832 F:      drivers/i2c/busses/i2c-sis96x.c
4833 F:      drivers/i2c/busses/i2c-via.c
4834 F:      drivers/i2c/busses/i2c-viapro.c
4835
4836 I2C/SMBUS ISMT DRIVER
4837 M:      Seth Heasley <seth.heasley@intel.com>
4838 M:      Neil Horman <nhorman@tuxdriver.com>
4839 L:      linux-i2c@vger.kernel.org
4840 F:      drivers/i2c/busses/i2c-ismt.c
4841 F:      Documentation/i2c/busses/i2c-ismt
4842
4843 I2C/SMBUS STUB DRIVER
4844 M:      Jean Delvare <jdelvare@suse.de>
4845 L:      linux-i2c@vger.kernel.org
4846 S:      Maintained
4847 F:      drivers/i2c/i2c-stub.c
4848
4849 I2C SUBSYSTEM
4850 M:      Wolfram Sang <wsa@the-dreams.de>
4851 L:      linux-i2c@vger.kernel.org
4852 W:      https://i2c.wiki.kernel.org/
4853 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4855 S:      Maintained
4856 F:      Documentation/devicetree/bindings/i2c/
4857 F:      Documentation/i2c/
4858 F:      drivers/i2c/
4859 F:      include/linux/i2c.h
4860 F:      include/linux/i2c-*.h
4861 F:      include/uapi/linux/i2c.h
4862 F:      include/uapi/linux/i2c-*.h
4863
4864 I2C ACPI SUPPORT
4865 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4866 L:      linux-i2c@vger.kernel.org
4867 L:      linux-acpi@vger.kernel.org
4868 S:      Maintained
4869
4870 I2C-TAOS-EVM DRIVER
4871 M:      Jean Delvare <jdelvare@suse.de>
4872 L:      linux-i2c@vger.kernel.org
4873 S:      Maintained
4874 F:      Documentation/i2c/busses/i2c-taos-evm
4875 F:      drivers/i2c/busses/i2c-taos-evm.c
4876
4877 I2C-TINY-USB DRIVER
4878 M:      Till Harbaum <till@harbaum.org>
4879 L:      linux-i2c@vger.kernel.org
4880 W:      http://www.harbaum.org/till/i2c_tiny_usb
4881 S:      Maintained
4882 F:      drivers/i2c/busses/i2c-tiny-usb.c
4883
4884 i386 BOOT CODE
4885 M:      "H. Peter Anvin" <hpa@zytor.com>
4886 S:      Maintained
4887 F:      arch/x86/boot/
4888
4889 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4890 M:      "H. Peter Anvin" <hpa@zytor.com>
4891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4892 S:      Maintained
4893
4894 IA64 (Itanium) PLATFORM
4895 M:      Tony Luck <tony.luck@intel.com>
4896 M:      Fenghua Yu <fenghua.yu@intel.com>
4897 L:      linux-ia64@vger.kernel.org
4898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4899 S:      Maintained
4900 F:      arch/ia64/
4901
4902 IBM Power in-Nest Crypto Acceleration
4903 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4904 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4905 L:      linux-crypto@vger.kernel.org
4906 S:      Supported
4907 F:      drivers/crypto/nx/
4908
4909 IBM Power 842 compression accelerator
4910 M:      Dan Streetman <ddstreet@us.ibm.com>
4911 S:      Supported
4912 F:      drivers/crypto/nx/nx-842.c
4913 F:      include/linux/nx842.h
4914
4915 IBM Power Linux RAID adapter
4916 M:      Brian King <brking@us.ibm.com>
4917 S:      Supported
4918 F:      drivers/scsi/ipr.*
4919
4920 IBM Power Virtual Ethernet Device Driver
4921 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4922 L:      netdev@vger.kernel.org
4923 S:      Supported
4924 F:      drivers/net/ethernet/ibm/ibmveth.*
4925
4926 IBM Power Virtual SCSI Device Drivers
4927 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4928 L:      linux-scsi@vger.kernel.org
4929 S:      Supported
4930 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4931 F:      drivers/scsi/ibmvscsi/viosrp.h
4932
4933 IBM Power Virtual FC Device Drivers
4934 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4935 L:      linux-scsi@vger.kernel.org
4936 S:      Supported
4937 F:      drivers/scsi/ibmvscsi/ibmvfc*
4938
4939 IBM ServeRAID RAID DRIVER
4940 S:      Orphan
4941 F:      drivers/scsi/ips.*
4942
4943 ICH LPC AND GPIO DRIVER
4944 M:      Peter Tyser <ptyser@xes-inc.com>
4945 S:      Maintained
4946 F:      drivers/mfd/lpc_ich.c
4947 F:      drivers/gpio/gpio-ich.c
4948
4949 IDE SUBSYSTEM
4950 M:      "David S. Miller" <davem@davemloft.net>
4951 L:      linux-ide@vger.kernel.org
4952 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4954 S:      Maintained
4955 F:      Documentation/ide/
4956 F:      drivers/ide/
4957 F:      include/linux/ide.h
4958
4959 IDEAPAD LAPTOP EXTRAS DRIVER
4960 M:      Ike Panhc <ike.pan@canonical.com>
4961 L:      platform-driver-x86@vger.kernel.org
4962 W:      http://launchpad.net/ideapad-laptop
4963 S:      Maintained
4964 F:      drivers/platform/x86/ideapad-laptop.c
4965
4966 IDEAPAD LAPTOP SLIDEBAR DRIVER
4967 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4968 L:      linux-input@vger.kernel.org
4969 W:      https://github.com/o2genum/ideapad-slidebar
4970 S:      Maintained
4971 F:      drivers/input/misc/ideapad_slidebar.c
4972
4973 IDE/ATAPI DRIVERS
4974 M:      Borislav Petkov <bp@alien8.de>
4975 L:      linux-ide@vger.kernel.org
4976 S:      Maintained
4977 F:      Documentation/cdrom/ide-cd
4978 F:      drivers/ide/ide-cd*
4979
4980 IDLE-I7300
4981 M:      Andy Henroid <andrew.d.henroid@intel.com>
4982 L:      linux-pm@vger.kernel.org
4983 S:      Supported
4984 F:      drivers/idle/i7300_idle.c
4985
4986 IEEE 802.15.4 SUBSYSTEM
4987 M:      Alexander Aring <alex.aring@gmail.com>
4988 L:      linux-wpan@vger.kernel.org
4989 W:      https://github.com/linux-wpan
4990 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4991 S:      Maintained
4992 F:      net/ieee802154/
4993 F:      net/mac802154/
4994 F:      drivers/net/ieee802154/
4995 F:      include/linux/nl802154.h
4996 F:      include/linux/ieee802154.h
4997 F:      include/net/nl802154.h
4998 F:      include/net/mac802154.h
4999 F:      include/net/af_ieee802154.h
5000 F:      include/net/cfg802154.h
5001 F:      include/net/ieee802154_netdev.h
5002 F:      Documentation/networking/ieee802154.txt
5003
5004 IGORPLUG-USB IR RECEIVER
5005 M:      Sean Young <sean@mess.org>
5006 L:      linux-media@vger.kernel.org
5007 S:      Maintained
5008 F:      drivers/media/rc/igorplugusb.c
5009
5010 IGUANAWORKS USB IR TRANSCEIVER
5011 M:      Sean Young <sean@mess.org>
5012 L:      linux-media@vger.kernel.org
5013 S:      Maintained
5014 F:      drivers/media/rc/iguanair.c
5015
5016 IIO SUBSYSTEM AND DRIVERS
5017 M:      Jonathan Cameron <jic23@kernel.org>
5018 R:      Hartmut Knaack <knaack.h@gmx.de>
5019 R:      Lars-Peter Clausen <lars@metafoo.de>
5020 R:      Peter Meerwald <pmeerw@pmeerw.net>
5021 L:      linux-iio@vger.kernel.org
5022 S:      Maintained
5023 F:      drivers/iio/
5024 F:      drivers/staging/iio/
5025 F:      include/linux/iio/
5026 F:      tools/iio/
5027
5028 IKANOS/ADI EAGLE ADSL USB DRIVER
5029 M:      Matthieu Castet <castet.matthieu@free.fr>
5030 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5031 S:      Maintained
5032 F:      drivers/usb/atm/ueagle-atm.c
5033
5034 INA209 HARDWARE MONITOR DRIVER
5035 M:      Guenter Roeck <linux@roeck-us.net>
5036 L:      lm-sensors@lm-sensors.org
5037 S:      Maintained
5038 F:      Documentation/hwmon/ina209
5039 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5040 F:      drivers/hwmon/ina209.c
5041
5042 INA2XX HARDWARE MONITOR DRIVER
5043 M:      Guenter Roeck <linux@roeck-us.net>
5044 L:      lm-sensors@lm-sensors.org
5045 S:      Maintained
5046 F:      Documentation/hwmon/ina2xx
5047 F:      drivers/hwmon/ina2xx.c
5048 F:      include/linux/platform_data/ina2xx.h
5049
5050 INDUSTRY PACK SUBSYSTEM (IPACK)
5051 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5052 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5053 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5054 L:      industrypack-devel@lists.sourceforge.net
5055 W:      http://industrypack.sourceforge.net
5056 S:      Maintained
5057 F:      drivers/ipack/
5058
5059 INGENIC JZ4780 DMA Driver
5060 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5061 S:      Maintained
5062 F:      drivers/dma/dma-jz4780.c
5063
5064 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5065 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5066 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5067 L:      linux-ima-devel@lists.sourceforge.net
5068 L:      linux-ima-user@lists.sourceforge.net
5069 L:      linux-security-module@vger.kernel.org
5070 S:      Supported
5071 F:      security/integrity/ima/
5072
5073 IMGTEC IR DECODER DRIVER
5074 M:      James Hogan <james.hogan@imgtec.com>
5075 S:      Maintained
5076 F:      drivers/media/rc/img-ir/
5077
5078 IMS TWINTURBO FRAMEBUFFER DRIVER
5079 L:      linux-fbdev@vger.kernel.org
5080 S:      Orphan
5081 F:      drivers/video/fbdev/imsttfb.c
5082
5083 INFINIBAND SUBSYSTEM
5084 M:      Doug Ledford <dledford@redhat.com>
5085 M:      Sean Hefty <sean.hefty@intel.com>
5086 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5087 L:      linux-rdma@vger.kernel.org
5088 W:      http://www.openfabrics.org/
5089 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5091 S:      Supported
5092 F:      Documentation/infiniband/
5093 F:      drivers/infiniband/
5094 F:      include/uapi/linux/if_infiniband.h
5095 F:      include/uapi/rdma/
5096 F:      include/rdma/
5097
5098 INOTIFY
5099 M:      John McCutchan <john@johnmccutchan.com>
5100 M:      Robert Love <rlove@rlove.org>
5101 M:      Eric Paris <eparis@parisplace.org>
5102 S:      Maintained
5103 F:      Documentation/filesystems/inotify.txt
5104 F:      fs/notify/inotify/
5105 F:      include/linux/inotify.h
5106 F:      include/uapi/linux/inotify.h
5107
5108 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5109 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5110 L:      linux-input@vger.kernel.org
5111 Q:      http://patchwork.kernel.org/project/linux-input/list/
5112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5113 S:      Maintained
5114 F:      drivers/input/
5115 F:      include/linux/input.h
5116 F:      include/uapi/linux/input.h
5117 F:      include/linux/input/
5118
5119 INPUT MULTITOUCH (MT) PROTOCOL
5120 M:      Henrik Rydberg <rydberg@bitmath.org>
5121 L:      linux-input@vger.kernel.org
5122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5123 S:      Odd fixes
5124 F:      Documentation/input/multi-touch-protocol.txt
5125 F:      drivers/input/input-mt.c
5126 K:      \b(ABS|SYN)_MT_
5127
5128 INTEL ASoC BDW/HSW DRIVERS
5129 M:      Jie Yang <yang.jie@linux.intel.com>
5130 L:      alsa-devel@alsa-project.org
5131 S:      Supported
5132 F:      sound/soc/intel/sst-haswell*
5133 F:      sound/soc/intel/sst-dsp*
5134 F:      sound/soc/intel/sst-firmware.c
5135 F:      sound/soc/intel/broadwell.c
5136 F:      sound/soc/intel/haswell.c
5137
5138 INTEL C600 SERIES SAS CONTROLLER DRIVER
5139 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5140 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5141 L:      linux-scsi@vger.kernel.org
5142 T:      git git://git.code.sf.net/p/intel-sas/isci
5143 S:      Supported
5144 F:      drivers/scsi/isci/
5145
5146 INTEL IDLE DRIVER
5147 M:      Len Brown <lenb@kernel.org>
5148 L:      linux-pm@vger.kernel.org
5149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5150 S:      Supported
5151 F:      drivers/idle/intel_idle.c
5152
5153 INTEL PSTATE DRIVER
5154 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5155 L:      linux-pm@vger.kernel.org
5156 S:      Supported
5157 F:      drivers/cpufreq/intel_pstate.c
5158
5159 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5160 M:      Maik Broemme <mbroemme@plusserver.de>
5161 L:      linux-fbdev@vger.kernel.org
5162 S:      Maintained
5163 F:      Documentation/fb/intelfb.txt
5164 F:      drivers/video/fbdev/intelfb/
5165
5166 INTEL 810/815 FRAMEBUFFER DRIVER
5167 M:      Antonino Daplas <adaplas@gmail.com>
5168 L:      linux-fbdev@vger.kernel.org
5169 S:      Maintained
5170 F:      drivers/video/fbdev/i810/
5171
5172 INTEL MENLOW THERMAL DRIVER
5173 M:      Sujith Thomas <sujith.thomas@intel.com>
5174 L:      platform-driver-x86@vger.kernel.org
5175 W:      https://01.org/linux-acpi
5176 S:      Supported
5177 F:      drivers/platform/x86/intel_menlow.c
5178
5179 INTEL IA32 MICROCODE UPDATE SUPPORT
5180 M:      Borislav Petkov <bp@alien8.de>
5181 S:      Maintained
5182 F:      arch/x86/kernel/cpu/microcode/core*
5183 F:      arch/x86/kernel/cpu/microcode/intel*
5184
5185 INTEL I/OAT DMA DRIVER
5186 M:      Dave Jiang <dave.jiang@intel.com>
5187 R:      Dan Williams <dan.j.williams@intel.com>
5188 L:      dmaengine@vger.kernel.org
5189 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5190 S:      Supported
5191 F:      drivers/dma/ioat*
5192
5193 INTEL IOMMU (VT-d)
5194 M:      David Woodhouse <dwmw2@infradead.org>
5195 L:      iommu@lists.linux-foundation.org
5196 T:      git git://git.infradead.org/iommu-2.6.git
5197 S:      Supported
5198 F:      drivers/iommu/intel-iommu.c
5199 F:      include/linux/intel-iommu.h
5200
5201 INTEL IOP-ADMA DMA DRIVER
5202 R:      Dan Williams <dan.j.williams@intel.com>
5203 S:      Odd fixes
5204 F:      drivers/dma/iop-adma.c
5205
5206 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5207 M:      Krzysztof Halasa <khalasa@piap.pl>
5208 S:      Maintained
5209 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5210 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5211 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5212 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5213 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5214 F:      drivers/net/wan/ixp4xx_hss.c
5215
5216 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5217 M:      Deepak Saxena <dsaxena@plexity.net>
5218 S:      Maintained
5219 F:      drivers/char/hw_random/ixp4xx-rng.c
5220
5221 INTEL ETHERNET DRIVERS
5222 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5223 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5224 R:      Shannon Nelson <shannon.nelson@intel.com>
5225 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5226 R:      Don Skidmore <donald.c.skidmore@intel.com>
5227 R:      Matthew Vick <matthew.vick@intel.com>
5228 R:      John Ronciak <john.ronciak@intel.com>
5229 R:      Mitch Williams <mitch.a.williams@intel.com>
5230 L:      intel-wired-lan@lists.osuosl.org
5231 W:      http://www.intel.com/support/feedback.htm
5232 W:      http://e1000.sourceforge.net/
5233 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5236 S:      Supported
5237 F:      Documentation/networking/e100.txt
5238 F:      Documentation/networking/e1000.txt
5239 F:      Documentation/networking/e1000e.txt
5240 F:      Documentation/networking/igb.txt
5241 F:      Documentation/networking/igbvf.txt
5242 F:      Documentation/networking/ixgb.txt
5243 F:      Documentation/networking/ixgbe.txt
5244 F:      Documentation/networking/ixgbevf.txt
5245 F:      Documentation/networking/i40e.txt
5246 F:      Documentation/networking/i40evf.txt
5247 F:      drivers/net/ethernet/intel/
5248 F:      drivers/net/ethernet/intel/*/
5249
5250 INTEL-MID GPIO DRIVER
5251 M:      David Cohen <david.a.cohen@linux.intel.com>
5252 L:      linux-gpio@vger.kernel.org
5253 S:      Maintained
5254 F:      drivers/gpio/gpio-intel-mid.c
5255
5256 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5257 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5258 L:      linux-wireless@vger.kernel.org
5259 S:      Maintained
5260 F:      Documentation/networking/README.ipw2100
5261 F:      Documentation/networking/README.ipw2200
5262 F:      drivers/net/wireless/ipw2x00/
5263
5264 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5265 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5266 M:      Gang Wei <gang.wei@intel.com>
5267 M:      Shane Wang <shane.wang@intel.com>
5268 L:      tboot-devel@lists.sourceforge.net
5269 W:      http://tboot.sourceforge.net
5270 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5271 S:      Supported
5272 F:      Documentation/intel_txt.txt
5273 F:      include/linux/tboot.h
5274 F:      arch/x86/kernel/tboot.c
5275
5276 INTEL WIRELESS WIMAX CONNECTION 2400
5277 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5278 M:      linux-wimax@intel.com
5279 L:      wimax@linuxwimax.org (subscribers-only)
5280 S:      Supported
5281 W:      http://linuxwimax.org
5282 F:      Documentation/wimax/README.i2400m
5283 F:      drivers/net/wimax/i2400m/
5284 F:      include/uapi/linux/wimax/i2400m.h
5285
5286 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5287 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5288 L:      linux-wireless@vger.kernel.org
5289 S:      Supported
5290 F:      drivers/net/wireless/iwlegacy/
5291
5292 INTEL WIRELESS WIFI LINK (iwlwifi)
5293 M:      Johannes Berg <johannes.berg@intel.com>
5294 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5295 M:      Intel Linux Wireless <ilw@linux.intel.com>
5296 L:      linux-wireless@vger.kernel.org
5297 W:      http://intellinuxwireless.org
5298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5299 S:      Supported
5300 F:      drivers/net/wireless/iwlwifi/
5301
5302 INTEL MANAGEMENT ENGINE (mei)
5303 M:      Tomas Winkler <tomas.winkler@intel.com>
5304 L:      linux-kernel@vger.kernel.org
5305 S:      Supported
5306 F:      include/uapi/linux/mei.h
5307 F:      drivers/misc/mei/*
5308 F:      Documentation/misc-devices/mei/*
5309
5310 IOC3 ETHERNET DRIVER
5311 M:      Ralf Baechle <ralf@linux-mips.org>
5312 L:      linux-mips@linux-mips.org
5313 S:      Maintained
5314 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5315
5316 IOC3 SERIAL DRIVER
5317 M:      Pat Gefre <pfg@sgi.com>
5318 L:      linux-serial@vger.kernel.org
5319 S:      Maintained
5320 F:      drivers/tty/serial/ioc3_serial.c
5321
5322 IOMMU DRIVERS
5323 M:      Joerg Roedel <joro@8bytes.org>
5324 L:      iommu@lists.linux-foundation.org
5325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5326 S:      Maintained
5327 F:      drivers/iommu/
5328
5329 IP MASQUERADING
5330 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5331 S:      Maintained
5332 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5333
5334 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5335 M:      Francois Romieu <romieu@fr.zoreil.com>
5336 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5337 L:      netdev@vger.kernel.org
5338 S:      Maintained
5339 F:      drivers/net/ethernet/icplus/ipg.*
5340
5341 IPATH DRIVER
5342 M:      Mike Marciniszyn <infinipath@intel.com>
5343 L:      linux-rdma@vger.kernel.org
5344 S:      Maintained
5345 F:      drivers/infiniband/hw/ipath/
5346
5347 IPMI SUBSYSTEM
5348 M:      Corey Minyard <minyard@acm.org>
5349 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5350 W:      http://openipmi.sourceforge.net/
5351 S:      Supported
5352 F:      Documentation/IPMI.txt
5353 F:      drivers/char/ipmi/
5354 F:      include/linux/ipmi*
5355 F:      include/uapi/linux/ipmi*
5356
5357 QCOM AUDIO (ASoC) DRIVERS
5358 M:      Patrick Lai <plai@codeaurora.org>
5359 M:      Banajit Goswami <bgoswami@codeaurora.org>
5360 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5361 S:      Supported
5362 F:      sound/soc/qcom/
5363
5364 IPS SCSI RAID DRIVER
5365 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5366 L:      linux-scsi@vger.kernel.org
5367 W:      http://www.adaptec.com/
5368 S:      Maintained
5369 F:      drivers/scsi/ips*
5370
5371 IPVS
5372 M:      Wensong Zhang <wensong@linux-vs.org>
5373 M:      Simon Horman <horms@verge.net.au>
5374 M:      Julian Anastasov <ja@ssi.bg>
5375 L:      netdev@vger.kernel.org
5376 L:      lvs-devel@vger.kernel.org
5377 S:      Maintained
5378 F:      Documentation/networking/ipvs-sysctl.txt
5379 F:      include/net/ip_vs.h
5380 F:      include/uapi/linux/ip_vs.h
5381 F:      net/netfilter/ipvs/
5382
5383 IPWIRELESS DRIVER
5384 M:      Jiri Kosina <jkosina@suse.cz>
5385 M:      David Sterba <dsterba@suse.cz>
5386 S:      Odd Fixes
5387 F:      drivers/tty/ipwireless/
5388
5389 IPX NETWORK LAYER
5390 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5391 L:      netdev@vger.kernel.org
5392 S:      Maintained
5393 F:      include/net/ipx.h
5394 F:      include/uapi/linux/ipx.h
5395 F:      net/ipx/
5396
5397 IRDA SUBSYSTEM
5398 M:      Samuel Ortiz <samuel@sortiz.org>
5399 L:      irda-users@lists.sourceforge.net (subscribers-only)
5400 L:      netdev@vger.kernel.org
5401 W:      http://irda.sourceforge.net/
5402 S:      Maintained
5403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5404 F:      Documentation/networking/irda.txt
5405 F:      drivers/net/irda/
5406 F:      include/net/irda/
5407 F:      net/irda/
5408
5409 IRQ SUBSYSTEM
5410 M:      Thomas Gleixner <tglx@linutronix.de>
5411 L:      linux-kernel@vger.kernel.org
5412 S:      Maintained
5413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5414 F:      kernel/irq/
5415
5416 IRQCHIP DRIVERS
5417 M:      Thomas Gleixner <tglx@linutronix.de>
5418 M:      Jason Cooper <jason@lakedaemon.net>
5419 L:      linux-kernel@vger.kernel.org
5420 S:      Maintained
5421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5422 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5423 F:      Documentation/devicetree/bindings/interrupt-controller/
5424 F:      drivers/irqchip/
5425
5426 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5427 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5428 S:      Maintained
5429 F:      Documentation/IRQ-domain.txt
5430 F:      include/linux/irqdomain.h
5431 F:      kernel/irq/irqdomain.c
5432
5433 ISAPNP
5434 M:      Jaroslav Kysela <perex@perex.cz>
5435 S:      Maintained
5436 F:      Documentation/isapnp.txt
5437 F:      drivers/pnp/isapnp/
5438 F:      include/linux/isapnp.h
5439
5440 ISA RADIO MODULE
5441 M:      Hans Verkuil <hverkuil@xs4all.nl>
5442 L:      linux-media@vger.kernel.org
5443 T:      git git://linuxtv.org/media_tree.git
5444 W:      http://linuxtv.org
5445 S:      Maintained
5446 F:      drivers/media/radio/radio-isa*
5447
5448 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5449 M:      Peter Jones <pjones@redhat.com>
5450 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5451 S:      Maintained
5452 F:      drivers/firmware/iscsi_ibft*
5453
5454 ISCSI
5455 M:      Mike Christie <michaelc@cs.wisc.edu>
5456 L:      open-iscsi@googlegroups.com
5457 W:      www.open-iscsi.org
5458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5459 S:      Maintained
5460 F:      drivers/scsi/*iscsi*
5461 F:      include/scsi/*iscsi*
5462
5463 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5464 M:      Or Gerlitz <ogerlitz@mellanox.com>
5465 M:      Sagi Grimberg <sagig@mellanox.com>
5466 M:      Roi Dayan <roid@mellanox.com>
5467 L:      linux-rdma@vger.kernel.org
5468 S:      Supported
5469 W:      http://www.openfabrics.org
5470 W:      www.open-iscsi.org
5471 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5472 F:      drivers/infiniband/ulp/iser/
5473
5474 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5475 M:      Sagi Grimberg <sagig@mellanox.com>
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5477 L:      linux-rdma@vger.kernel.org
5478 L:      target-devel@vger.kernel.org
5479 S:      Supported
5480 W:      http://www.linux-iscsi.org
5481 F:      drivers/infiniband/ulp/isert
5482
5483 ISDN SUBSYSTEM
5484 M:      Karsten Keil <isdn@linux-pingi.de>
5485 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5486 L:      netdev@vger.kernel.org
5487 W:      http://www.isdn4linux.de
5488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5489 S:      Maintained
5490 F:      Documentation/isdn/
5491 F:      drivers/isdn/
5492 F:      include/linux/isdn.h
5493 F:      include/linux/isdn/
5494 F:      include/uapi/linux/isdn.h
5495 F:      include/uapi/linux/isdn/
5496
5497 ISDN SUBSYSTEM (Eicon active card driver)
5498 M:      Armin Schindler <mac@melware.de>
5499 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5500 W:      http://www.melware.de
5501 S:      Maintained
5502 F:      drivers/isdn/hardware/eicon/
5503
5504 IT87 HARDWARE MONITORING DRIVER
5505 M:      Jean Delvare <jdelvare@suse.de>
5506 L:      lm-sensors@lm-sensors.org
5507 S:      Maintained
5508 F:      Documentation/hwmon/it87
5509 F:      drivers/hwmon/it87.c
5510
5511 IT913X MEDIA DRIVER
5512 M:      Antti Palosaari <crope@iki.fi>
5513 L:      linux-media@vger.kernel.org
5514 W:      http://linuxtv.org/
5515 W:      http://palosaari.fi/linux/
5516 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5517 T:      git git://linuxtv.org/anttip/media_tree.git
5518 S:      Maintained
5519 F:      drivers/media/tuners/it913x*
5520
5521 IVTV VIDEO4LINUX DRIVER
5522 M:      Andy Walls <awalls@md.metrocast.net>
5523 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5524 L:      linux-media@vger.kernel.org
5525 T:      git git://linuxtv.org/media_tree.git
5526 W:      http://www.ivtvdriver.org
5527 S:      Maintained
5528 F:      Documentation/video4linux/*.ivtv
5529 F:      drivers/media/pci/ivtv/
5530 F:      include/uapi/linux/ivtv*
5531
5532 IX2505V MEDIA DRIVER
5533 M:      Malcolm Priestley <tvboxspy@gmail.com>
5534 L:      linux-media@vger.kernel.org
5535 W:      http://linuxtv.org/
5536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5537 S:      Maintained
5538 F:      drivers/media/dvb-frontends/ix2505v*
5539
5540 JC42.4 TEMPERATURE SENSOR DRIVER
5541 M:      Guenter Roeck <linux@roeck-us.net>
5542 L:      lm-sensors@lm-sensors.org
5543 S:      Maintained
5544 F:      drivers/hwmon/jc42.c
5545 F:      Documentation/hwmon/jc42
5546
5547 JFS FILESYSTEM
5548 M:      Dave Kleikamp <shaggy@kernel.org>
5549 L:      jfs-discussion@lists.sourceforge.net
5550 W:      http://jfs.sourceforge.net/
5551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5552 S:      Maintained
5553 F:      Documentation/filesystems/jfs.txt
5554 F:      fs/jfs/
5555
5556 JME NETWORK DRIVER
5557 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5558 L:      netdev@vger.kernel.org
5559 S:      Maintained
5560 F:      drivers/net/ethernet/jme.*
5561
5562 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5563 M:      David Woodhouse <dwmw2@infradead.org>
5564 L:      linux-mtd@lists.infradead.org
5565 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5566 S:      Maintained
5567 F:      fs/jffs2/
5568 F:      include/uapi/linux/jffs2.h
5569
5570 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5571 M:      Andrew Morton <akpm@linux-foundation.org>
5572 M:      Jan Kara <jack@suse.cz>
5573 L:      linux-ext4@vger.kernel.org
5574 S:      Maintained
5575 F:      fs/jbd/
5576 F:      include/linux/jbd.h
5577
5578 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5579 M:      "Theodore Ts'o" <tytso@mit.edu>
5580 L:      linux-ext4@vger.kernel.org
5581 S:      Maintained
5582 F:      fs/jbd2/
5583 F:      include/linux/jbd2.h
5584
5585 JSM Neo PCI based serial card
5586 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5587 L:      linux-serial@vger.kernel.org
5588 S:      Maintained
5589 F:      drivers/tty/serial/jsm/
5590
5591 K10TEMP HARDWARE MONITORING DRIVER
5592 M:      Clemens Ladisch <clemens@ladisch.de>
5593 L:      lm-sensors@lm-sensors.org
5594 S:      Maintained
5595 F:      Documentation/hwmon/k10temp
5596 F:      drivers/hwmon/k10temp.c
5597
5598 K8TEMP HARDWARE MONITORING DRIVER
5599 M:      Rudolf Marek <r.marek@assembler.cz>
5600 L:      lm-sensors@lm-sensors.org
5601 S:      Maintained
5602 F:      Documentation/hwmon/k8temp
5603 F:      drivers/hwmon/k8temp.c
5604
5605 KCONFIG
5606 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5607 L:      linux-kbuild@vger.kernel.org
5608 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5609 S:      Maintained
5610 F:      Documentation/kbuild/kconfig-language.txt
5611 F:      scripts/kconfig/
5612
5613 KDUMP
5614 M:      Vivek Goyal <vgoyal@redhat.com>
5615 M:      Haren Myneni <hbabu@us.ibm.com>
5616 L:      kexec@lists.infradead.org
5617 W:      http://lse.sourceforge.net/kdump/
5618 S:      Maintained
5619 F:      Documentation/kdump/
5620
5621 KEENE FM RADIO TRANSMITTER DRIVER
5622 M:      Hans Verkuil <hverkuil@xs4all.nl>
5623 L:      linux-media@vger.kernel.org
5624 T:      git git://linuxtv.org/media_tree.git
5625 W:      http://linuxtv.org
5626 S:      Maintained
5627 F:      drivers/media/radio/radio-keene*
5628
5629 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5630 M:      Ian Kent <raven@themaw.net>
5631 L:      autofs@vger.kernel.org
5632 S:      Maintained
5633 F:      fs/autofs4/
5634
5635 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5636 M:      Michal Marek <mmarek@suse.cz>
5637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5639 L:      linux-kbuild@vger.kernel.org
5640 S:      Maintained
5641 F:      Documentation/kbuild/
5642 F:      Makefile
5643 F:      scripts/Makefile.*
5644 F:      scripts/basic/
5645 F:      scripts/mk*
5646 F:      scripts/package/
5647
5648 KERNEL JANITORS
5649 L:      kernel-janitors@vger.kernel.org
5650 W:      http://kernelnewbies.org/KernelJanitors
5651 S:      Odd Fixes
5652
5653 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5654 M:      "J. Bruce Fields" <bfields@fieldses.org>
5655 L:      linux-nfs@vger.kernel.org
5656 W:      http://nfs.sourceforge.net/
5657 S:      Supported
5658 F:      fs/nfsd/
5659 F:      include/uapi/linux/nfsd/
5660 F:      fs/lockd/
5661 F:      fs/nfs_common/
5662 F:      net/sunrpc/
5663 F:      include/linux/lockd/
5664 F:      include/linux/sunrpc/
5665 F:      include/uapi/linux/sunrpc/
5666
5667 KERNEL SELFTEST FRAMEWORK
5668 M:      Shuah Khan <shuahkh@osg.samsung.com>
5669 L:      linux-api@vger.kernel.org
5670 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5671 S:      Maintained
5672 F:      tools/testing/selftests
5673
5674 KERNEL VIRTUAL MACHINE (KVM)
5675 M:      Gleb Natapov <gleb@kernel.org>
5676 M:      Paolo Bonzini <pbonzini@redhat.com>
5677 L:      kvm@vger.kernel.org
5678 W:      http://www.linux-kvm.org
5679 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5680 S:      Supported
5681 F:      Documentation/*/kvm*.txt
5682 F:      Documentation/virtual/kvm/
5683 F:      arch/*/kvm/
5684 F:      arch/x86/kernel/kvm.c
5685 F:      arch/x86/kernel/kvmclock.c
5686 F:      arch/*/include/asm/kvm*
5687 F:      include/linux/kvm*
5688 F:      include/uapi/linux/kvm*
5689 F:      virt/kvm/
5690
5691 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5692 M:      Joerg Roedel <joro@8bytes.org>
5693 L:      kvm@vger.kernel.org
5694 W:      http://kvm.qumranet.com
5695 S:      Maintained
5696 F:      arch/x86/include/asm/svm.h
5697 F:      arch/x86/kvm/svm.c
5698
5699 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5700 M:      Alexander Graf <agraf@suse.de>
5701 L:      kvm-ppc@vger.kernel.org
5702 W:      http://kvm.qumranet.com
5703 T:      git git://github.com/agraf/linux-2.6.git
5704 S:      Supported
5705 F:      arch/powerpc/include/asm/kvm*
5706 F:      arch/powerpc/kvm/
5707
5708 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5709 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5710 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5711 M:      linux390@de.ibm.com
5712 L:      linux-s390@vger.kernel.org
5713 W:      http://www.ibm.com/developerworks/linux/linux390/
5714 S:      Supported
5715 F:      Documentation/s390/kvm.txt
5716 F:      arch/s390/include/asm/kvm*
5717 F:      arch/s390/kvm/
5718 F:      drivers/s390/kvm/
5719
5720 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5721 M:      Christoffer Dall <christoffer.dall@linaro.org>
5722 M:      Marc Zyngier <marc.zyngier@arm.com>
5723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5724 L:      kvmarm@lists.cs.columbia.edu
5725 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5726 S:      Supported
5727 F:      arch/arm/include/uapi/asm/kvm*
5728 F:      arch/arm/include/asm/kvm*
5729 F:      arch/arm/kvm/
5730 F:      virt/kvm/arm/
5731 F:      include/kvm/arm_*
5732
5733 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5734 M:      Christoffer Dall <christoffer.dall@linaro.org>
5735 M:      Marc Zyngier <marc.zyngier@arm.com>
5736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5737 L:      kvmarm@lists.cs.columbia.edu
5738 S:      Maintained
5739 F:      arch/arm64/include/uapi/asm/kvm*
5740 F:      arch/arm64/include/asm/kvm*
5741 F:      arch/arm64/kvm/
5742
5743 KEXEC
5744 M:      Eric Biederman <ebiederm@xmission.com>
5745 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5746 L:      kexec@lists.infradead.org
5747 S:      Maintained
5748 F:      include/linux/kexec.h
5749 F:      include/uapi/linux/kexec.h
5750 F:      kernel/kexec.c
5751
5752 KEYS/KEYRINGS:
5753 M:      David Howells <dhowells@redhat.com>
5754 L:      keyrings@linux-nfs.org
5755 S:      Maintained
5756 F:      Documentation/security/keys.txt
5757 F:      include/linux/key.h
5758 F:      include/linux/key-type.h
5759 F:      include/keys/
5760 F:      security/keys/
5761
5762 KEYS-TRUSTED
5763 M:      David Safford <safford@us.ibm.com>
5764 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5765 L:      linux-security-module@vger.kernel.org
5766 L:      keyrings@linux-nfs.org
5767 S:      Supported
5768 F:      Documentation/security/keys-trusted-encrypted.txt
5769 F:      include/keys/trusted-type.h
5770 F:      security/keys/trusted.c
5771 F:      security/keys/trusted.h
5772
5773 KEYS-ENCRYPTED
5774 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5775 M:      David Safford <safford@us.ibm.com>
5776 L:      linux-security-module@vger.kernel.org
5777 L:      keyrings@linux-nfs.org
5778 S:      Supported
5779 F:      Documentation/security/keys-trusted-encrypted.txt
5780 F:      include/keys/encrypted-type.h
5781 F:      security/keys/encrypted-keys/
5782
5783 KGDB / KDB /debug_core
5784 M:      Jason Wessel <jason.wessel@windriver.com>
5785 W:      http://kgdb.wiki.kernel.org/
5786 L:      kgdb-bugreport@lists.sourceforge.net
5787 S:      Maintained
5788 F:      Documentation/DocBook/kgdb.tmpl
5789 F:      drivers/misc/kgdbts.c
5790 F:      drivers/tty/serial/kgdboc.c
5791 F:      include/linux/kdb.h
5792 F:      include/linux/kgdb.h
5793 F:      kernel/debug/
5794
5795 KMEMCHECK
5796 M:      Vegard Nossum <vegardno@ifi.uio.no>
5797 M:      Pekka Enberg <penberg@kernel.org>
5798 S:      Maintained
5799 F:      Documentation/kmemcheck.txt
5800 F:      arch/x86/include/asm/kmemcheck.h
5801 F:      arch/x86/mm/kmemcheck/
5802 F:      include/linux/kmemcheck.h
5803 F:      mm/kmemcheck.c
5804
5805 KMEMLEAK
5806 M:      Catalin Marinas <catalin.marinas@arm.com>
5807 S:      Maintained
5808 F:      Documentation/kmemleak.txt
5809 F:      include/linux/kmemleak.h
5810 F:      mm/kmemleak.c
5811 F:      mm/kmemleak-test.c
5812
5813 KPROBES
5814 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5815 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5816 M:      "David S. Miller" <davem@davemloft.net>
5817 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5818 S:      Maintained
5819 F:      Documentation/kprobes.txt
5820 F:      include/linux/kprobes.h
5821 F:      kernel/kprobes.c
5822
5823 KS0108 LCD CONTROLLER DRIVER
5824 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5825 W:      http://miguelojeda.es/auxdisplay.htm
5826 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5827 S:      Maintained
5828 F:      Documentation/auxdisplay/ks0108
5829 F:      drivers/auxdisplay/ks0108.c
5830 F:      include/linux/ks0108.h
5831
5832 LAPB module
5833 L:      linux-x25@vger.kernel.org
5834 S:      Orphan
5835 F:      Documentation/networking/lapb-module.txt
5836 F:      include/*/lapb.h
5837 F:      net/lapb/
5838
5839 LASI 53c700 driver for PARISC
5840 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5841 L:      linux-scsi@vger.kernel.org
5842 S:      Maintained
5843 F:      Documentation/scsi/53c700.txt
5844 F:      drivers/scsi/53c700*
5845
5846 LED SUBSYSTEM
5847 M:      Bryan Wu <cooloney@gmail.com>
5848 M:      Richard Purdie <rpurdie@rpsys.net>
5849 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5850 L:      linux-leds@vger.kernel.org
5851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5852 S:      Maintained
5853 F:      drivers/leds/
5854 F:      include/linux/leds.h
5855
5856 LEGACY EEPROM DRIVER
5857 M:      Jean Delvare <jdelvare@suse.de>
5858 S:      Maintained
5859 F:      Documentation/misc-devices/eeprom
5860 F:      drivers/misc/eeprom/eeprom.c
5861
5862 LEGO USB Tower driver
5863 M:      Juergen Stuber <starblue@users.sourceforge.net>
5864 L:      legousb-devel@lists.sourceforge.net
5865 W:      http://legousb.sourceforge.net/
5866 S:      Maintained
5867 F:      drivers/usb/misc/legousbtower.c
5868
5869 LG2160 MEDIA DRIVER
5870 M:      Michael Krufky <mkrufky@linuxtv.org>
5871 L:      linux-media@vger.kernel.org
5872 W:      http://linuxtv.org/
5873 W:      http://github.com/mkrufky
5874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5875 T:      git git://linuxtv.org/mkrufky/tuners.git
5876 S:      Maintained
5877 F:      drivers/media/dvb-frontends/lg2160.*
5878
5879 LGDT3305 MEDIA DRIVER
5880 M:      Michael Krufky <mkrufky@linuxtv.org>
5881 L:      linux-media@vger.kernel.org
5882 W:      http://linuxtv.org/
5883 W:      http://github.com/mkrufky
5884 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5885 T:      git git://linuxtv.org/mkrufky/tuners.git
5886 S:      Maintained
5887 F:      drivers/media/dvb-frontends/lgdt3305.*
5888
5889 LGUEST
5890 M:      Rusty Russell <rusty@rustcorp.com.au>
5891 L:      lguest@lists.ozlabs.org
5892 W:      http://lguest.ozlabs.org/
5893 S:      Odd Fixes
5894 F:      arch/x86/include/asm/lguest*.h
5895 F:      arch/x86/lguest/
5896 F:      drivers/lguest/
5897 F:      include/linux/lguest*.h
5898 F:      tools/lguest/
5899
5900 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5901 M:      Tejun Heo <tj@kernel.org>
5902 L:      linux-ide@vger.kernel.org
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5904 S:      Maintained
5905 F:      drivers/ata/
5906 F:      include/linux/ata.h
5907 F:      include/linux/libata.h
5908
5909 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5910 M:      Viresh Kumar <viresh.linux@gmail.com>
5911 L:      linux-ide@vger.kernel.org
5912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5913 S:      Maintained
5914 F:      include/linux/pata_arasan_cf_data.h
5915 F:      drivers/ata/pata_arasan_cf.c
5916
5917 LIBATA PATA DRIVERS
5918 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5919 M:      Tejun Heo <tj@kernel.org>
5920 L:      linux-ide@vger.kernel.org
5921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5922 S:      Maintained
5923 F:      drivers/ata/pata_*.c
5924 F:      drivers/ata/ata_generic.c
5925
5926 LIBATA SATA AHCI PLATFORM devices support
5927 M:      Hans de Goede <hdegoede@redhat.com>
5928 M:      Tejun Heo <tj@kernel.org>
5929 L:      linux-ide@vger.kernel.org
5930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5931 S:      Maintained
5932 F:      drivers/ata/ahci_platform.c
5933 F:      drivers/ata/libahci_platform.c
5934 F:      include/linux/ahci_platform.h
5935
5936 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5937 M:      Mikael Pettersson <mikpelinux@gmail.com>
5938 L:      linux-ide@vger.kernel.org
5939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5940 S:      Maintained
5941 F:      drivers/ata/sata_promise.*
5942
5943 LIBLOCKDEP
5944 M:      Sasha Levin <sasha.levin@oracle.com>
5945 S:      Maintained
5946 F:      tools/lib/lockdep/
5947
5948 LINUX FOR IBM pSERIES (RS/6000)
5949 M:      Paul Mackerras <paulus@au.ibm.com>
5950 W:      http://www.ibm.com/linux/ltc/projects/ppc
5951 S:      Supported
5952 F:      arch/powerpc/boot/rs6000.h
5953
5954 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5955 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5956 M:      Paul Mackerras <paulus@samba.org>
5957 M:      Michael Ellerman <mpe@ellerman.id.au>
5958 W:      http://www.penguinppc.org/
5959 L:      linuxppc-dev@lists.ozlabs.org
5960 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5962 S:      Supported
5963 F:      Documentation/powerpc/
5964 F:      arch/powerpc/
5965
5966 LINUX FOR POWER MACINTOSH
5967 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5968 W:      http://www.penguinppc.org/
5969 L:      linuxppc-dev@lists.ozlabs.org
5970 S:      Maintained
5971 F:      arch/powerpc/platforms/powermac/
5972 F:      drivers/macintosh/
5973
5974 LINUX FOR POWERPC EMBEDDED MPC5XXX
5975 M:      Anatolij Gustschin <agust@denx.de>
5976 L:      linuxppc-dev@lists.ozlabs.org
5977 T:      git git://git.denx.de/linux-denx-agust.git
5978 S:      Maintained
5979 F:      arch/powerpc/platforms/512x/
5980 F:      arch/powerpc/platforms/52xx/
5981
5982 LINUX FOR POWERPC EMBEDDED PPC4XX
5983 M:      Alistair Popple <alistair@popple.id.au>
5984 M:      Matt Porter <mporter@kernel.crashing.org>
5985 W:      http://www.penguinppc.org/
5986 L:      linuxppc-dev@lists.ozlabs.org
5987 S:      Maintained
5988 F:      arch/powerpc/platforms/40x/
5989 F:      arch/powerpc/platforms/44x/
5990
5991 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5992 L:      linuxppc-dev@lists.ozlabs.org
5993 S:      Orphan
5994 F:      arch/powerpc/*/*virtex*
5995 F:      arch/powerpc/*/*/*virtex*
5996
5997 LINUX FOR POWERPC EMBEDDED PPC8XX
5998 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5999 W:      http://www.penguinppc.org/
6000 L:      linuxppc-dev@lists.ozlabs.org
6001 S:      Maintained
6002 F:      arch/powerpc/platforms/8xx/
6003
6004 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6005 M:      Scott Wood <scottwood@freescale.com>
6006 M:      Kumar Gala <galak@kernel.crashing.org>
6007 W:      http://www.penguinppc.org/
6008 L:      linuxppc-dev@lists.ozlabs.org
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6010 S:      Maintained
6011 F:      arch/powerpc/platforms/83xx/
6012 F:      arch/powerpc/platforms/85xx/
6013
6014 LINUX FOR POWERPC PA SEMI PWRFICIENT
6015 M:      Olof Johansson <olof@lixom.net>
6016 L:      linuxppc-dev@lists.ozlabs.org
6017 S:      Maintained
6018 F:      arch/powerpc/platforms/pasemi/
6019 F:      drivers/*/*pasemi*
6020 F:      drivers/*/*/*pasemi*
6021
6022 LINUX SECURITY MODULE (LSM) FRAMEWORK
6023 M:      Chris Wright <chrisw@sous-sol.org>
6024 L:      linux-security-module@vger.kernel.org
6025 S:      Supported
6026
6027 LIS3LV02D ACCELEROMETER DRIVER
6028 M:      Eric Piel <eric.piel@tremplin-utc.net>
6029 S:      Maintained
6030 F:      Documentation/misc-devices/lis3lv02d
6031 F:      drivers/misc/lis3lv02d/
6032 F:      drivers/platform/x86/hp_accel.c
6033
6034 LIVE PATCHING
6035 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6036 M:      Seth Jennings <sjenning@redhat.com>
6037 M:      Jiri Kosina <jkosina@suse.cz>
6038 M:      Vojtech Pavlik <vojtech@suse.cz>
6039 S:      Maintained
6040 F:      kernel/livepatch/
6041 F:      include/linux/livepatch.h
6042 F:      arch/x86/include/asm/livepatch.h
6043 F:      arch/x86/kernel/livepatch.c
6044 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6045 F:      samples/livepatch/
6046 L:      live-patching@vger.kernel.org
6047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6048
6049 LLC (802.2)
6050 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6051 S:      Maintained
6052 F:      include/linux/llc.h
6053 F:      include/uapi/linux/llc.h
6054 F:      include/net/llc*
6055 F:      net/llc/
6056
6057 LM73 HARDWARE MONITOR DRIVER
6058 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6059 L:      lm-sensors@lm-sensors.org
6060 S:      Maintained
6061 F:      drivers/hwmon/lm73.c
6062
6063 LM78 HARDWARE MONITOR DRIVER
6064 M:      Jean Delvare <jdelvare@suse.de>
6065 L:      lm-sensors@lm-sensors.org
6066 S:      Maintained
6067 F:      Documentation/hwmon/lm78
6068 F:      drivers/hwmon/lm78.c
6069
6070 LM83 HARDWARE MONITOR DRIVER
6071 M:      Jean Delvare <jdelvare@suse.de>
6072 L:      lm-sensors@lm-sensors.org
6073 S:      Maintained
6074 F:      Documentation/hwmon/lm83
6075 F:      drivers/hwmon/lm83.c
6076
6077 LM90 HARDWARE MONITOR DRIVER
6078 M:      Jean Delvare <jdelvare@suse.de>
6079 L:      lm-sensors@lm-sensors.org
6080 S:      Maintained
6081 F:      Documentation/hwmon/lm90
6082 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6083 F:      drivers/hwmon/lm90.c
6084
6085 LM95234 HARDWARE MONITOR DRIVER
6086 M:      Guenter Roeck <linux@roeck-us.net>
6087 L:      lm-sensors@lm-sensors.org
6088 S:      Maintained
6089 F:      Documentation/hwmon/lm95234
6090 F:      drivers/hwmon/lm95234.c
6091
6092 LME2510 MEDIA DRIVER
6093 M:      Malcolm Priestley <tvboxspy@gmail.com>
6094 L:      linux-media@vger.kernel.org
6095 W:      http://linuxtv.org/
6096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6097 S:      Maintained
6098 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6099
6100 LOCKDEP AND LOCKSTAT
6101 M:      Peter Zijlstra <peterz@infradead.org>
6102 M:      Ingo Molnar <mingo@redhat.com>
6103 L:      linux-kernel@vger.kernel.org
6104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6105 S:      Maintained
6106 F:      Documentation/locking/lockdep*.txt
6107 F:      Documentation/locking/lockstat.txt
6108 F:      include/linux/lockdep.h
6109 F:      kernel/locking/
6110
6111 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6112 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6113 L:      linux-ntfs-dev@lists.sourceforge.net
6114 W:      http://www.linux-ntfs.org/content/view/19/37/
6115 S:      Maintained
6116 F:      Documentation/ldm.txt
6117 F:      block/partitions/ldm.*
6118
6119 LogFS
6120 M:      Joern Engel <joern@logfs.org>
6121 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6122 L:      logfs@logfs.org
6123 W:      logfs.org
6124 S:      Maintained
6125 F:      fs/logfs/
6126
6127 LPC32XX MACHINE SUPPORT
6128 M:      Roland Stigge <stigge@antcom.de>
6129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6130 S:      Maintained
6131 F:      arch/arm/mach-lpc32xx/
6132
6133 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6134 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6135 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6136 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6137 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6138 L:      MPT-FusionLinux.pdl@avagotech.com
6139 L:      linux-scsi@vger.kernel.org
6140 W:      http://www.lsilogic.com/support
6141 S:      Supported
6142 F:      drivers/message/fusion/
6143 F:      drivers/scsi/mpt2sas/
6144 F:      drivers/scsi/mpt3sas/
6145
6146 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6147 M:      Matthew Wilcox <matthew@wil.cx>
6148 L:      linux-scsi@vger.kernel.org
6149 S:      Maintained
6150 F:      drivers/scsi/sym53c8xx_2/
6151
6152 LTC4261 HARDWARE MONITOR DRIVER
6153 M:      Guenter Roeck <linux@roeck-us.net>
6154 L:      lm-sensors@lm-sensors.org
6155 S:      Maintained
6156 F:      Documentation/hwmon/ltc4261
6157 F:      drivers/hwmon/ltc4261.c
6158
6159 LTP (Linux Test Project)
6160 M:      Mike Frysinger <vapier@gentoo.org>
6161 M:      Cyril Hrubis <chrubis@suse.cz>
6162 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6163 M:      Jan Stancek <jstancek@redhat.com>
6164 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6165 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6166 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6167 W:      http://linux-test-project.github.io/
6168 T:      git git://github.com/linux-test-project/ltp.git
6169 S:      Maintained
6170
6171 M32R ARCHITECTURE
6172 W:      http://www.linux-m32r.org/
6173 S:      Orphan
6174 F:      arch/m32r/
6175
6176 M68K ARCHITECTURE
6177 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6178 L:      linux-m68k@lists.linux-m68k.org
6179 W:      http://www.linux-m68k.org/
6180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6181 S:      Maintained
6182 F:      arch/m68k/
6183 F:      drivers/zorro/
6184
6185 M68K ON APPLE MACINTOSH
6186 M:      Joshua Thompson <funaho@jurai.org>
6187 W:      http://www.mac.linux-m68k.org/
6188 L:      linux-m68k@lists.linux-m68k.org
6189 S:      Maintained
6190 F:      arch/m68k/mac/
6191
6192 M68K ON HP9000/300
6193 M:      Philip Blundell <philb@gnu.org>
6194 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6195 S:      Maintained
6196 F:      arch/m68k/hp300/
6197
6198 M88DS3103 MEDIA DRIVER
6199 M:      Antti Palosaari <crope@iki.fi>
6200 L:      linux-media@vger.kernel.org
6201 W:      http://linuxtv.org/
6202 W:      http://palosaari.fi/linux/
6203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6204 T:      git git://linuxtv.org/anttip/media_tree.git
6205 S:      Maintained
6206 F:      drivers/media/dvb-frontends/m88ds3103*
6207
6208 M88RS2000 MEDIA DRIVER
6209 M:      Malcolm Priestley <tvboxspy@gmail.com>
6210 L:      linux-media@vger.kernel.org
6211 W:      http://linuxtv.org/
6212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6213 S:      Maintained
6214 F:      drivers/media/dvb-frontends/m88rs2000*
6215
6216 MA901 MASTERKIT USB FM RADIO DRIVER
6217 M:      Alexey Klimov <klimov.linux@gmail.com>
6218 L:      linux-media@vger.kernel.org
6219 T:      git git://linuxtv.org/media_tree.git
6220 S:      Maintained
6221 F:      drivers/media/radio/radio-ma901.c
6222
6223 MAC80211
6224 M:      Johannes Berg <johannes@sipsolutions.net>
6225 L:      linux-wireless@vger.kernel.org
6226 W:      http://wireless.kernel.org/
6227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6229 S:      Maintained
6230 F:      Documentation/networking/mac80211-injection.txt
6231 F:      include/net/mac80211.h
6232 F:      net/mac80211/
6233
6234 MACVLAN DRIVER
6235 M:      Patrick McHardy <kaber@trash.net>
6236 L:      netdev@vger.kernel.org
6237 S:      Maintained
6238 F:      drivers/net/macvlan.c
6239 F:      include/linux/if_macvlan.h
6240
6241 MAILBOX API
6242 M:      Jassi Brar <jassisinghbrar@gmail.com>
6243 L:      linux-kernel@vger.kernel.org
6244 S:      Maintained
6245 F:      drivers/mailbox/
6246 F:      include/linux/mailbox_client.h
6247 F:      include/linux/mailbox_controller.h
6248
6249 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6250 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6251 W:      http://www.kernel.org/doc/man-pages
6252 L:      linux-man@vger.kernel.org
6253 S:      Maintained
6254
6255 MARVELL ARMADA DRM SUPPORT
6256 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6257 S:      Maintained
6258 F:      drivers/gpu/drm/armada/
6259
6260 MARVELL 88E6352 DSA support
6261 M:      Guenter Roeck <linux@roeck-us.net>
6262 S:      Maintained
6263 F:      drivers/net/dsa/mv88e6352.c
6264
6265 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6266 M:      Mirko Lindner <mlindner@marvell.com>
6267 M:      Stephen Hemminger <stephen@networkplumber.org>
6268 L:      netdev@vger.kernel.org
6269 S:      Maintained
6270 F:      drivers/net/ethernet/marvell/sk*
6271
6272 MARVELL LIBERTAS WIRELESS DRIVER
6273 L:      libertas-dev@lists.infradead.org
6274 S:      Orphan
6275 F:      drivers/net/wireless/libertas/
6276
6277 MARVELL MV643XX ETHERNET DRIVER
6278 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6279 L:      netdev@vger.kernel.org
6280 S:      Maintained
6281 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6282 F:      include/linux/mv643xx.h
6283
6284 MARVELL MVNETA ETHERNET DRIVER
6285 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6286 L:      netdev@vger.kernel.org
6287 S:      Maintained
6288 F:      drivers/net/ethernet/marvell/mvneta.*
6289
6290 MARVELL MWIFIEX WIRELESS DRIVER
6291 M:      Amitkumar Karwar <akarwar@marvell.com>
6292 M:      Avinash Patil <patila@marvell.com>
6293 L:      linux-wireless@vger.kernel.org
6294 S:      Maintained
6295 F:      drivers/net/wireless/mwifiex/
6296
6297 MARVELL MWL8K WIRELESS DRIVER
6298 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6299 L:      linux-wireless@vger.kernel.org
6300 S:      Odd Fixes
6301 F:      drivers/net/wireless/mwl8k.c
6302
6303 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6304 M:      Nicolas Pitre <nico@fluxnic.net>
6305 S:      Odd Fixes
6306 F:      drivers/mmc/host/mvsdio.*
6307
6308 MATROX FRAMEBUFFER DRIVER
6309 L:      linux-fbdev@vger.kernel.org
6310 S:      Orphan
6311 F:      drivers/video/fbdev/matrox/matroxfb_*
6312 F:      include/uapi/linux/matroxfb.h
6313
6314 MAX16065 HARDWARE MONITOR DRIVER
6315 M:      Guenter Roeck <linux@roeck-us.net>
6316 L:      lm-sensors@lm-sensors.org
6317 S:      Maintained
6318 F:      Documentation/hwmon/max16065
6319 F:      drivers/hwmon/max16065.c
6320
6321 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6322 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6323 L:      lm-sensors@lm-sensors.org
6324 S:      Maintained
6325 F:      Documentation/hwmon/max6650
6326 F:      drivers/hwmon/max6650.c
6327
6328 MAX6697 HARDWARE MONITOR DRIVER
6329 M:      Guenter Roeck <linux@roeck-us.net>
6330 L:      lm-sensors@lm-sensors.org
6331 S:      Maintained
6332 F:      Documentation/hwmon/max6697
6333 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6334 F:      drivers/hwmon/max6697.c
6335 F:      include/linux/platform_data/max6697.h
6336
6337 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6338 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6339 L:      linux-pm@vger.kernel.org
6340 S:      Supported
6341 F:      drivers/power/max14577_charger.c
6342 F:      drivers/power/max77693_charger.c
6343
6344 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6345 M:      Chanwoo Choi <cw00.choi@samsung.com>
6346 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6347 L:      linux-kernel@vger.kernel.org
6348 S:      Supported
6349 F:      drivers/*/max14577.c
6350 F:      drivers/*/max77686.c
6351 F:      drivers/*/max77693.c
6352 F:      drivers/extcon/extcon-max14577.c
6353 F:      drivers/extcon/extcon-max77693.c
6354 F:      drivers/rtc/rtc-max77686.c
6355 F:      drivers/clk/clk-max77686.c
6356 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6357 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6358 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6359 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6360 F:      include/linux/mfd/max14577*.h
6361 F:      include/linux/mfd/max77686*.h
6362 F:      include/linux/mfd/max77693*.h
6363
6364 MAXIRADIO FM RADIO RECEIVER DRIVER
6365 M:      Hans Verkuil <hverkuil@xs4all.nl>
6366 L:      linux-media@vger.kernel.org
6367 T:      git git://linuxtv.org/media_tree.git
6368 W:      http://linuxtv.org
6369 S:      Maintained
6370 F:      drivers/media/radio/radio-maxiradio*
6371
6372 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6373 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6374 P:      LinuxTV.org Project
6375 L:      linux-media@vger.kernel.org
6376 W:      http://linuxtv.org
6377 Q:      http://patchwork.kernel.org/project/linux-media/list/
6378 T:      git git://linuxtv.org/media_tree.git
6379 S:      Maintained
6380 F:      Documentation/dvb/
6381 F:      Documentation/video4linux/
6382 F:      Documentation/DocBook/media/
6383 F:      drivers/media/
6384 F:      drivers/staging/media/
6385 F:      include/media/
6386 F:      include/uapi/linux/dvb/
6387 F:      include/uapi/linux/videodev2.h
6388 F:      include/uapi/linux/media.h
6389 F:      include/uapi/linux/v4l2-*
6390 F:      include/uapi/linux/meye.h
6391 F:      include/uapi/linux/ivtv*
6392 F:      include/uapi/linux/uvcvideo.h
6393
6394 MEDIATEK MT7601U WIRELESS LAN DRIVER
6395 M:      Jakub Kicinski <kubakici@wp.pl>
6396 L:      linux-wireless@vger.kernel.org
6397 S:      Maintained
6398 F:      drivers/net/wireless/mediatek/mt7601u/
6399
6400 MEGARAID SCSI/SAS DRIVERS
6401 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6402 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6403 M:      Uday Lingala <uday.lingala@avagotech.com>
6404 L:      megaraidlinux.pdl@avagotech.com
6405 L:      linux-scsi@vger.kernel.org
6406 W:      http://www.lsi.com
6407 S:      Maintained
6408 F:      Documentation/scsi/megaraid.txt
6409 F:      drivers/scsi/megaraid.*
6410 F:      drivers/scsi/megaraid/
6411
6412 MELLANOX ETHERNET DRIVER (mlx4_en)
6413 M:      Amir Vadai <amirv@mellanox.com>
6414 M:      Ido Shamay <idos@mellanox.com>
6415 L:      netdev@vger.kernel.org
6416 S:      Supported
6417 W:      http://www.mellanox.com
6418 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6419 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6420
6421 MEMORY MANAGEMENT
6422 L:      linux-mm@kvack.org
6423 W:      http://www.linux-mm.org
6424 S:      Maintained
6425 F:      include/linux/mm.h
6426 F:      include/linux/gfp.h
6427 F:      include/linux/mmzone.h
6428 F:      include/linux/memory_hotplug.h
6429 F:      include/linux/vmalloc.h
6430 F:      mm/
6431
6432 MEMORY TECHNOLOGY DEVICES (MTD)
6433 M:      David Woodhouse <dwmw2@infradead.org>
6434 M:      Brian Norris <computersforpeace@gmail.com>
6435 L:      linux-mtd@lists.infradead.org
6436 W:      http://www.linux-mtd.infradead.org/
6437 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6438 T:      git git://git.infradead.org/linux-mtd.git
6439 T:      git git://git.infradead.org/l2-mtd.git
6440 S:      Maintained
6441 F:      drivers/mtd/
6442 F:      include/linux/mtd/
6443 F:      include/uapi/mtd/
6444
6445 MEN A21 WATCHDOG DRIVER
6446 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6447 L:      linux-watchdog@vger.kernel.org
6448 S:      Supported
6449 F:      drivers/watchdog/mena21_wdt.c
6450
6451 MEN CHAMELEON BUS (mcb)
6452 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6453 S:      Supported
6454 F:      drivers/mcb/
6455 F:      include/linux/mcb.h
6456
6457 MEN F21BMC (Board Management Controller)
6458 M:      Andreas Werner <andreas.werner@men.de>
6459 S:      Supported
6460 F:      drivers/mfd/menf21bmc.c
6461 F:      drivers/watchdog/menf21bmc_wdt.c
6462 F:      drivers/leds/leds-menf21bmc.c
6463 F:      drivers/hwmon/menf21bmc_hwmon.c
6464 F:      Documentation/hwmon/menf21bmc
6465
6466 METAG ARCHITECTURE
6467 M:      James Hogan <james.hogan@imgtec.com>
6468 L:      linux-metag@vger.kernel.org
6469 S:      Supported
6470 F:      arch/metag/
6471 F:      Documentation/metag/
6472 F:      Documentation/devicetree/bindings/metag/
6473 F:      drivers/clocksource/metag_generic.c
6474 F:      drivers/irqchip/irq-metag.c
6475 F:      drivers/irqchip/irq-metag-ext.c
6476 F:      drivers/tty/metag_da.c
6477
6478 MICROBLAZE ARCHITECTURE
6479 M:      Michal Simek <monstr@monstr.eu>
6480 W:      http://www.monstr.eu/fdt/
6481 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6482 S:      Supported
6483 F:      arch/microblaze/
6484
6485 MICROTEK X6 SCANNER
6486 M:      Oliver Neukum <oliver@neukum.org>
6487 S:      Maintained
6488 F:      drivers/usb/image/microtek.*
6489
6490 MIPS
6491 M:      Ralf Baechle <ralf@linux-mips.org>
6492 L:      linux-mips@linux-mips.org
6493 W:      http://www.linux-mips.org/
6494 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6495 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6496 S:      Supported
6497 F:      Documentation/mips/
6498 F:      arch/mips/
6499
6500 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6501 M:      Hans Verkuil <hverkuil@xs4all.nl>
6502 L:      linux-media@vger.kernel.org
6503 T:      git git://linuxtv.org/media_tree.git
6504 W:      http://linuxtv.org
6505 S:      Odd Fixes
6506 F:      drivers/media/radio/radio-miropcm20*
6507
6508 Mellanox MLX5 core VPI driver
6509 M:      Eli Cohen <eli@mellanox.com>
6510 L:      netdev@vger.kernel.org
6511 L:      linux-rdma@vger.kernel.org
6512 W:      http://www.mellanox.com
6513 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6514 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6515 T:      git git://openfabrics.org/~eli/connect-ib.git
6516 S:      Supported
6517 F:      drivers/net/ethernet/mellanox/mlx5/core/
6518 F:      include/linux/mlx5/
6519
6520 Mellanox MLX5 IB driver
6521 M:      Eli Cohen <eli@mellanox.com>
6522 L:      linux-rdma@vger.kernel.org
6523 W:      http://www.mellanox.com
6524 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6525 T:      git git://openfabrics.org/~eli/connect-ib.git
6526 S:      Supported
6527 F:      include/linux/mlx5/
6528 F:      drivers/infiniband/hw/mlx5/
6529
6530 MN88472 MEDIA DRIVER
6531 M:      Antti Palosaari <crope@iki.fi>
6532 L:      linux-media@vger.kernel.org
6533 W:      http://linuxtv.org/
6534 W:      http://palosaari.fi/linux/
6535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6536 T:      git git://linuxtv.org/anttip/media_tree.git
6537 S:      Maintained
6538 F:      drivers/staging/media/mn88472/
6539 F:      drivers/media/dvb-frontends/mn88472.h
6540
6541 MN88473 MEDIA DRIVER
6542 M:      Antti Palosaari <crope@iki.fi>
6543 L:      linux-media@vger.kernel.org
6544 W:      http://linuxtv.org/
6545 W:      http://palosaari.fi/linux/
6546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6547 T:      git git://linuxtv.org/anttip/media_tree.git
6548 S:      Maintained
6549 F:      drivers/staging/media/mn88473/
6550 F:      drivers/media/dvb-frontends/mn88473.h
6551
6552 MODULE SUPPORT
6553 M:      Rusty Russell <rusty@rustcorp.com.au>
6554 S:      Maintained
6555 F:      include/linux/module.h
6556 F:      kernel/module.c
6557
6558 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6559 W:      http://popies.net/meye/
6560 S:      Orphan
6561 F:      Documentation/video4linux/meye.txt
6562 F:      drivers/media/pci/meye/
6563 F:      include/uapi/linux/meye.h
6564
6565 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6566 M:      Jiri Slaby <jirislaby@gmail.com>
6567 S:      Maintained
6568 F:      Documentation/serial/moxa-smartio
6569 F:      drivers/tty/mxser.*
6570
6571 MR800 AVERMEDIA USB FM RADIO DRIVER
6572 M:      Alexey Klimov <klimov.linux@gmail.com>
6573 L:      linux-media@vger.kernel.org
6574 T:      git git://linuxtv.org/media_tree.git
6575 S:      Maintained
6576 F:      drivers/media/radio/radio-mr800.c
6577
6578 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6579 M:      Alan Ott <alan@signal11.us>
6580 L:      linux-wpan@vger.kernel.org
6581 S:      Maintained
6582 F:      drivers/net/ieee802154/mrf24j40.c
6583
6584 MSI LAPTOP SUPPORT
6585 M:      "Lee, Chun-Yi" <jlee@suse.com>
6586 L:      platform-driver-x86@vger.kernel.org
6587 S:      Maintained
6588 F:      drivers/platform/x86/msi-laptop.c
6589
6590 MSI WMI SUPPORT
6591 M:      Anisse Astier <anisse@astier.eu>
6592 L:      platform-driver-x86@vger.kernel.org
6593 S:      Supported
6594 F:      drivers/platform/x86/msi-wmi.c
6595
6596 MSI001 MEDIA DRIVER
6597 M:      Antti Palosaari <crope@iki.fi>
6598 L:      linux-media@vger.kernel.org
6599 W:      http://linuxtv.org/
6600 W:      http://palosaari.fi/linux/
6601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6602 T:      git git://linuxtv.org/anttip/media_tree.git
6603 S:      Maintained
6604 F:      drivers/media/tuners/msi001*
6605
6606 MSI2500 MEDIA DRIVER
6607 M:      Antti Palosaari <crope@iki.fi>
6608 L:      linux-media@vger.kernel.org
6609 W:      http://linuxtv.org/
6610 W:      http://palosaari.fi/linux/
6611 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6612 T:      git git://linuxtv.org/anttip/media_tree.git
6613 S:      Maintained
6614 F:      drivers/media/usb/msi2500/
6615
6616 MT9M032 APTINA SENSOR DRIVER
6617 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6618 L:      linux-media@vger.kernel.org
6619 T:      git git://linuxtv.org/media_tree.git
6620 S:      Maintained
6621 F:      drivers/media/i2c/mt9m032.c
6622 F:      include/media/mt9m032.h
6623
6624 MT9P031 APTINA CAMERA SENSOR
6625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6626 L:      linux-media@vger.kernel.org
6627 T:      git git://linuxtv.org/media_tree.git
6628 S:      Maintained
6629 F:      drivers/media/i2c/mt9p031.c
6630 F:      include/media/mt9p031.h
6631
6632 MT9T001 APTINA CAMERA SENSOR
6633 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6634 L:      linux-media@vger.kernel.org
6635 T:      git git://linuxtv.org/media_tree.git
6636 S:      Maintained
6637 F:      drivers/media/i2c/mt9t001.c
6638 F:      include/media/mt9t001.h
6639
6640 MT9V032 APTINA CAMERA SENSOR
6641 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6642 L:      linux-media@vger.kernel.org
6643 T:      git git://linuxtv.org/media_tree.git
6644 S:      Maintained
6645 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6646 F:      drivers/media/i2c/mt9v032.c
6647 F:      include/media/mt9v032.h
6648
6649 MULTIFUNCTION DEVICES (MFD)
6650 M:      Samuel Ortiz <sameo@linux.intel.com>
6651 M:      Lee Jones <lee.jones@linaro.org>
6652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6653 S:      Supported
6654 F:      drivers/mfd/
6655 F:      include/linux/mfd/
6656
6657 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6658 M:      Ulf Hansson <ulf.hansson@linaro.org>
6659 L:      linux-mmc@vger.kernel.org
6660 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6661 S:      Maintained
6662 F:      drivers/mmc/
6663 F:      include/linux/mmc/
6664 F:      include/uapi/linux/mmc/
6665
6666 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6667 S:      Orphan
6668 F:      drivers/mmc/host/mmc_spi.c
6669 F:      include/linux/spi/mmc_spi.h
6670
6671 MULTISOUND SOUND DRIVER
6672 M:      Andrew Veliath <andrewtv@usa.net>
6673 S:      Maintained
6674 F:      Documentation/sound/oss/MultiSound
6675 F:      sound/oss/msnd*
6676
6677 MULTITECH MULTIPORT CARD (ISICOM)
6678 S:      Orphan
6679 F:      drivers/tty/isicom.c
6680 F:      include/linux/isicom.h
6681
6682 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6683 M:      Felipe Balbi <balbi@ti.com>
6684 L:      linux-usb@vger.kernel.org
6685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6686 S:      Maintained
6687 F:      drivers/usb/musb/
6688
6689 MXL5007T MEDIA DRIVER
6690 M:      Michael Krufky <mkrufky@linuxtv.org>
6691 L:      linux-media@vger.kernel.org
6692 W:      http://linuxtv.org/
6693 W:      http://github.com/mkrufky
6694 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6695 T:      git git://linuxtv.org/mkrufky/tuners.git
6696 S:      Maintained
6697 F:      drivers/media/tuners/mxl5007t.*
6698
6699 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6700 M:      Hyong-Youb Kim <hykim@myri.com>
6701 L:      netdev@vger.kernel.org
6702 W:      https://www.myricom.com/support/downloads/myri10ge.html
6703 S:      Supported
6704 F:      drivers/net/ethernet/myricom/myri10ge/
6705
6706 NATSEMI ETHERNET DRIVER (DP8381x)
6707 S:      Orphan
6708 F:      drivers/net/ethernet/natsemi/natsemi.c
6709
6710 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6711 M:      Daniel Mack <zonque@gmail.com>
6712 S:      Maintained
6713 L:      alsa-devel@alsa-project.org
6714 W:      http://www.native-instruments.com
6715 F:      sound/usb/caiaq/
6716
6717 NCP FILESYSTEM
6718 M:      Petr Vandrovec <petr@vandrovec.name>
6719 S:      Odd Fixes
6720 F:      fs/ncpfs/
6721
6722 NCR 5380 SCSI DRIVERS
6723 M:      Finn Thain <fthain@telegraphics.com.au>
6724 M:      Michael Schmitz <schmitzmic@gmail.com>
6725 L:      linux-scsi@vger.kernel.org
6726 S:      Maintained
6727 F:      Documentation/scsi/g_NCR5380.txt
6728 F:      drivers/scsi/NCR5380.*
6729 F:      drivers/scsi/arm/cumana_1.c
6730 F:      drivers/scsi/arm/oak.c
6731 F:      drivers/scsi/atari_NCR5380.c
6732 F:      drivers/scsi/atari_scsi.*
6733 F:      drivers/scsi/dmx3191d.c
6734 F:      drivers/scsi/dtc.*
6735 F:      drivers/scsi/g_NCR5380.*
6736 F:      drivers/scsi/g_NCR5380_mmio.c
6737 F:      drivers/scsi/mac_scsi.*
6738 F:      drivers/scsi/pas16.*
6739 F:      drivers/scsi/sun3_scsi.*
6740 F:      drivers/scsi/sun3_scsi_vme.c
6741 F:      drivers/scsi/t128.*
6742
6743 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6744 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6745 L:      linux-scsi@vger.kernel.org
6746 S:      Maintained
6747 F:      drivers/scsi/NCR_D700.*
6748
6749 NCT6775 HARDWARE MONITOR DRIVER
6750 M:      Guenter Roeck <linux@roeck-us.net>
6751 L:      lm-sensors@lm-sensors.org
6752 S:      Maintained
6753 F:      Documentation/hwmon/nct6775
6754 F:      drivers/hwmon/nct6775.c
6755
6756 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6757 M:      Faisal Latif <faisal.latif@intel.com>
6758 L:      linux-rdma@vger.kernel.org
6759 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6760 S:      Supported
6761 F:      drivers/infiniband/hw/nes/
6762
6763 NETEM NETWORK EMULATOR
6764 M:      Stephen Hemminger <stephen@networkplumber.org>
6765 L:      netem@lists.linux-foundation.org
6766 S:      Maintained
6767 F:      net/sched/sch_netem.c
6768
6769 NETERION 10GbE DRIVERS (s2io/vxge)
6770 M:      Jon Mason <jdmason@kudzu.us>
6771 L:      netdev@vger.kernel.org
6772 S:      Supported
6773 F:      Documentation/networking/s2io.txt
6774 F:      Documentation/networking/vxge.txt
6775 F:      drivers/net/ethernet/neterion/
6776
6777 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6778 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6779 M:      Patrick McHardy <kaber@trash.net>
6780 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6781 L:      netfilter-devel@vger.kernel.org
6782 L:      coreteam@netfilter.org
6783 W:      http://www.netfilter.org/
6784 W:      http://www.iptables.org/
6785 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6788 S:      Supported
6789 F:      include/linux/netfilter*
6790 F:      include/linux/netfilter/
6791 F:      include/net/netfilter/
6792 F:      include/uapi/linux/netfilter*
6793 F:      include/uapi/linux/netfilter/
6794 F:      net/*/netfilter.c
6795 F:      net/*/netfilter/
6796 F:      net/netfilter/
6797
6798 NETLABEL
6799 M:      Paul Moore <paul@paul-moore.com>
6800 W:      http://netlabel.sf.net
6801 L:      netdev@vger.kernel.org
6802 S:      Maintained
6803 F:      Documentation/netlabel/
6804 F:      include/net/netlabel.h
6805 F:      net/netlabel/
6806
6807 NETROM NETWORK LAYER
6808 M:      Ralf Baechle <ralf@linux-mips.org>
6809 L:      linux-hams@vger.kernel.org
6810 W:      http://www.linux-ax25.org/
6811 S:      Maintained
6812 F:      include/net/netrom.h
6813 F:      include/uapi/linux/netrom.h
6814 F:      net/netrom/
6815
6816 NETWORK BLOCK DEVICE (NBD)
6817 M:      Markus Pargmann <mpa@pengutronix.de>
6818 S:      Maintained
6819 L:      nbd-general@lists.sourceforge.net
6820 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6821 F:      Documentation/blockdev/nbd.txt
6822 F:      drivers/block/nbd.c
6823 F:      include/linux/nbd.h
6824 F:      include/uapi/linux/nbd.h
6825
6826 NETWORK DROP MONITOR
6827 M:      Neil Horman <nhorman@tuxdriver.com>
6828 L:      netdev@vger.kernel.org
6829 S:      Maintained
6830 W:      https://fedorahosted.org/dropwatch/
6831 F:      net/core/drop_monitor.c
6832
6833 NETWORKING [GENERAL]
6834 M:      "David S. Miller" <davem@davemloft.net>
6835 L:      netdev@vger.kernel.org
6836 W:      http://www.linuxfoundation.org/en/Net
6837 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6840 S:      Maintained
6841 F:      net/
6842 F:      include/net/
6843 F:      include/linux/in.h
6844 F:      include/linux/net.h
6845 F:      include/linux/netdevice.h
6846 F:      include/uapi/linux/in.h
6847 F:      include/uapi/linux/net.h
6848 F:      include/uapi/linux/netdevice.h
6849 F:      include/uapi/linux/net_namespace.h
6850 F:      tools/net/
6851 F:      tools/testing/selftests/net/
6852 F:      lib/random32.c
6853 F:      lib/test_bpf.c
6854
6855 NETWORKING [IPv4/IPv6]
6856 M:      "David S. Miller" <davem@davemloft.net>
6857 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6858 M:      James Morris <jmorris@namei.org>
6859 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6860 M:      Patrick McHardy <kaber@trash.net>
6861 L:      netdev@vger.kernel.org
6862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6863 S:      Maintained
6864 F:      net/ipv4/
6865 F:      net/ipv6/
6866 F:      include/net/ip*
6867 F:      arch/x86/net/*
6868
6869 NETWORKING [IPSEC]
6870 M:      Steffen Klassert <steffen.klassert@secunet.com>
6871 M:      Herbert Xu <herbert@gondor.apana.org.au>
6872 M:      "David S. Miller" <davem@davemloft.net>
6873 L:      netdev@vger.kernel.org
6874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6876 S:      Maintained
6877 F:      net/core/flow.c
6878 F:      net/xfrm/
6879 F:      net/key/
6880 F:      net/ipv4/xfrm*
6881 F:      net/ipv4/esp4.c
6882 F:      net/ipv4/ah4.c
6883 F:      net/ipv4/ipcomp.c
6884 F:      net/ipv4/ip_vti.c
6885 F:      net/ipv6/xfrm*
6886 F:      net/ipv6/esp6.c
6887 F:      net/ipv6/ah6.c
6888 F:      net/ipv6/ipcomp6.c
6889 F:      net/ipv6/ip6_vti.c
6890 F:      include/uapi/linux/xfrm.h
6891 F:      include/net/xfrm.h
6892
6893 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6894 M:      Paul Moore <paul@paul-moore.com>
6895 L:      netdev@vger.kernel.org
6896 S:      Maintained
6897
6898 NETWORKING [WIRELESS]
6899 L:      linux-wireless@vger.kernel.org
6900 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6901
6902 NETWORKING DRIVERS
6903 L:      netdev@vger.kernel.org
6904 W:      http://www.linuxfoundation.org/en/Net
6905 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6908 S:      Odd Fixes
6909 F:      drivers/net/
6910 F:      include/linux/if_*
6911 F:      include/linux/netdevice.h
6912 F:      include/linux/arcdevice.h
6913 F:      include/linux/etherdevice.h
6914 F:      include/linux/fcdevice.h
6915 F:      include/linux/fddidevice.h
6916 F:      include/linux/hippidevice.h
6917 F:      include/linux/inetdevice.h
6918 F:      include/uapi/linux/if_*
6919 F:      include/uapi/linux/netdevice.h
6920
6921 NETWORKING DRIVERS (WIRELESS)
6922 M:      Kalle Valo <kvalo@codeaurora.org>
6923 L:      linux-wireless@vger.kernel.org
6924 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6926 S:      Maintained
6927 F:      drivers/net/wireless/
6928
6929 NETXEN (1/10) GbE SUPPORT
6930 M:      Manish Chopra <manish.chopra@qlogic.com>
6931 M:      Sony Chacko <sony.chacko@qlogic.com>
6932 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6933 L:      netdev@vger.kernel.org
6934 W:      http://www.qlogic.com
6935 S:      Supported
6936 F:      drivers/net/ethernet/qlogic/netxen/
6937
6938 NFC SUBSYSTEM
6939 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6940 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6941 M:      Samuel Ortiz <sameo@linux.intel.com>
6942 L:      linux-wireless@vger.kernel.org
6943 L:      linux-nfc@lists.01.org (subscribers-only)
6944 S:      Supported
6945 F:      net/nfc/
6946 F:      include/net/nfc/
6947 F:      include/uapi/linux/nfc.h
6948 F:      drivers/nfc/
6949 F:      include/linux/platform_data/pn544.h
6950 F:      Documentation/devicetree/bindings/net/nfc/
6951
6952 NFS, SUNRPC, AND LOCKD CLIENTS
6953 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6954 M:      Anna Schumaker <anna.schumaker@netapp.com>
6955 L:      linux-nfs@vger.kernel.org
6956 W:      http://client.linux-nfs.org
6957 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6958 S:      Maintained
6959 F:      fs/lockd/
6960 F:      fs/nfs/
6961 F:      fs/nfs_common/
6962 F:      net/sunrpc/
6963 F:      include/linux/lockd/
6964 F:      include/linux/nfs*
6965 F:      include/linux/sunrpc/
6966 F:      include/uapi/linux/nfs*
6967 F:      include/uapi/linux/sunrpc/
6968
6969 NILFS2 FILESYSTEM
6970 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6971 L:      linux-nilfs@vger.kernel.org
6972 W:      http://nilfs.sourceforge.net/
6973 T:      git git://github.com/konis/nilfs2.git
6974 S:      Supported
6975 F:      Documentation/filesystems/nilfs2.txt
6976 F:      fs/nilfs2/
6977 F:      include/linux/nilfs2_fs.h
6978
6979 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6980 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6981 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6982 S:      Maintained
6983 F:      Documentation/scsi/NinjaSCSI.txt
6984 F:      drivers/scsi/pcmcia/nsp_*
6985
6986 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6987 M:      GOTO Masanori <gotom@debian.or.jp>
6988 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6989 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6990 S:      Maintained
6991 F:      Documentation/scsi/NinjaSCSI.txt
6992 F:      drivers/scsi/nsp32*
6993
6994 NIOS2 ARCHITECTURE
6995 M:      Ley Foon Tan <lftan@altera.com>
6996 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6997 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6998 S:      Maintained
6999 F:      arch/nios2/
7000
7001 NOKIA N900 POWER SUPPLY DRIVERS
7002 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7003 S:      Maintained
7004 F:      include/linux/power/bq2415x_charger.h
7005 F:      include/linux/power/bq27x00_battery.h
7006 F:      include/linux/power/isp1704_charger.h
7007 F:      drivers/power/bq2415x_charger.c
7008 F:      drivers/power/bq27x00_battery.c
7009 F:      drivers/power/isp1704_charger.c
7010 F:      drivers/power/rx51_battery.c
7011
7012 NTB DRIVER
7013 M:      Jon Mason <jdmason@kudzu.us>
7014 M:      Dave Jiang <dave.jiang@intel.com>
7015 S:      Supported
7016 W:      https://github.com/jonmason/ntb/wiki
7017 T:      git git://github.com/jonmason/ntb.git
7018 F:      drivers/ntb/
7019 F:      drivers/net/ntb_netdev.c
7020 F:      include/linux/ntb.h
7021
7022 NTFS FILESYSTEM
7023 M:      Anton Altaparmakov <anton@tuxera.com>
7024 L:      linux-ntfs-dev@lists.sourceforge.net
7025 W:      http://www.tuxera.com/
7026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7027 S:      Supported
7028 F:      Documentation/filesystems/ntfs.txt
7029 F:      fs/ntfs/
7030
7031 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7032 M:      Antonino Daplas <adaplas@gmail.com>
7033 L:      linux-fbdev@vger.kernel.org
7034 S:      Maintained
7035 F:      drivers/video/fbdev/riva/
7036 F:      drivers/video/fbdev/nvidia/
7037
7038 NVM EXPRESS DRIVER
7039 M:      Matthew Wilcox <willy@linux.intel.com>
7040 L:      linux-nvme@lists.infradead.org
7041 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7042 S:      Supported
7043 F:      drivers/block/nvme*
7044 F:      include/linux/nvme.h
7045
7046 NXP-NCI NFC DRIVER
7047 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7048 R:      Charles Gorand <charles.gorand@effinnov.com>
7049 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7050 S:      Supported
7051 F:      drivers/nfc/nxp-nci
7052
7053 NXP TDA998X DRM DRIVER
7054 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7055 S:      Supported
7056 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7057 F:      include/drm/i2c/tda998x.h
7058
7059 NXP TFA9879 DRIVER
7060 M:      Peter Rosin <peda@axentia.se>
7061 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7062 S:      Maintained
7063 F:      sound/soc/codecs/tfa9879*
7064
7065 OMAP SUPPORT
7066 M:      Tony Lindgren <tony@atomide.com>
7067 L:      linux-omap@vger.kernel.org
7068 W:      http://www.muru.com/linux/omap/
7069 W:      http://linux.omap.com/
7070 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7072 S:      Maintained
7073 F:      arch/arm/*omap*/
7074 F:      arch/arm/configs/omap1_defconfig
7075 F:      arch/arm/configs/omap2plus_defconfig
7076 F:      drivers/i2c/busses/i2c-omap.c
7077 F:      drivers/irqchip/irq-omap-intc.c
7078 F:      drivers/mfd/*omap*.c
7079 F:      drivers/mfd/menelaus.c
7080 F:      drivers/mfd/palmas.c
7081 F:      drivers/mfd/tps65217.c
7082 F:      drivers/mfd/tps65218.c
7083 F:      drivers/mfd/tps65910.c
7084 F:      drivers/mfd/twl-core.[ch]
7085 F:      drivers/mfd/twl4030*.c
7086 F:      drivers/mfd/twl6030*.c
7087 F:      drivers/mfd/twl6040*.c
7088 F:      drivers/regulator/palmas-regulator*.c
7089 F:      drivers/regulator/pbias-regulator.c
7090 F:      drivers/regulator/tps65217-regulator.c
7091 F:      drivers/regulator/tps65218-regulator.c
7092 F:      drivers/regulator/tps65910-regulator.c
7093 F:      drivers/regulator/twl-regulator.c
7094 F:      include/linux/i2c-omap.h
7095
7096 OMAP DEVICE TREE SUPPORT
7097 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7098 M:      Tony Lindgren <tony@atomide.com>
7099 L:      linux-omap@vger.kernel.org
7100 L:      devicetree@vger.kernel.org
7101 S:      Maintained
7102 F:      arch/arm/boot/dts/*omap*
7103 F:      arch/arm/boot/dts/*am3*
7104 F:      arch/arm/boot/dts/*am4*
7105 F:      arch/arm/boot/dts/*am5*
7106 F:      arch/arm/boot/dts/*dra7*
7107
7108 OMAP CLOCK FRAMEWORK SUPPORT
7109 M:      Paul Walmsley <paul@pwsan.com>
7110 L:      linux-omap@vger.kernel.org
7111 S:      Maintained
7112 F:      arch/arm/*omap*/*clock*
7113
7114 OMAP POWER MANAGEMENT SUPPORT
7115 M:      Kevin Hilman <khilman@deeprootsystems.com>
7116 L:      linux-omap@vger.kernel.org
7117 S:      Maintained
7118 F:      arch/arm/*omap*/*pm*
7119 F:      drivers/cpufreq/omap-cpufreq.c
7120
7121 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7122 M:      Rajendra Nayak <rnayak@ti.com>
7123 M:      Paul Walmsley <paul@pwsan.com>
7124 L:      linux-omap@vger.kernel.org
7125 S:      Maintained
7126 F:      arch/arm/mach-omap2/prm*
7127
7128 OMAP AUDIO SUPPORT
7129 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7130 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7131 L:      alsa-devel@alsa-project.org (subscribers-only)
7132 L:      linux-omap@vger.kernel.org
7133 S:      Maintained
7134 F:      sound/soc/omap/
7135
7136 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7137 M:      Roger Quadros <rogerq@ti.com>
7138 M:      Tony Lindgren <tony@atomide.com>
7139 L:      linux-omap@vger.kernel.org
7140 S:      Maintained
7141 F:      drivers/memory/omap-gpmc.c
7142 F:      arch/arm/mach-omap2/*gpmc*
7143
7144 OMAP FRAMEBUFFER SUPPORT
7145 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7146 L:      linux-fbdev@vger.kernel.org
7147 L:      linux-omap@vger.kernel.org
7148 S:      Maintained
7149 F:      drivers/video/fbdev/omap/
7150
7151 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7152 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7153 L:      linux-omap@vger.kernel.org
7154 L:      linux-fbdev@vger.kernel.org
7155 S:      Maintained
7156 F:      drivers/video/fbdev/omap2/
7157 F:      Documentation/arm/OMAP/DSS
7158
7159 OMAP HARDWARE SPINLOCK SUPPORT
7160 M:      Ohad Ben-Cohen <ohad@wizery.com>
7161 L:      linux-omap@vger.kernel.org
7162 S:      Maintained
7163 F:      drivers/hwspinlock/omap_hwspinlock.c
7164 F:      arch/arm/mach-omap2/hwspinlock.c
7165
7166 OMAP MMC SUPPORT
7167 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7168 L:      linux-omap@vger.kernel.org
7169 S:      Maintained
7170 F:      drivers/mmc/host/omap.c
7171
7172 OMAP HS MMC SUPPORT
7173 L:      linux-mmc@vger.kernel.org
7174 L:      linux-omap@vger.kernel.org
7175 S:      Orphan
7176 F:      drivers/mmc/host/omap_hsmmc.c
7177
7178 OMAP RANDOM NUMBER GENERATOR SUPPORT
7179 M:      Deepak Saxena <dsaxena@plexity.net>
7180 S:      Maintained
7181 F:      drivers/char/hw_random/omap-rng.c
7182
7183 OMAP HWMOD SUPPORT
7184 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7185 M:      Paul Walmsley <paul@pwsan.com>
7186 L:      linux-omap@vger.kernel.org
7187 S:      Maintained
7188 F:      arch/arm/mach-omap2/omap_hwmod.*
7189
7190 OMAP HWMOD DATA
7191 M:      Paul Walmsley <paul@pwsan.com>
7192 L:      linux-omap@vger.kernel.org
7193 S:      Maintained
7194 F:      arch/arm/mach-omap2/omap_hwmod*data*
7195
7196 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7197 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7198 L:      linux-omap@vger.kernel.org
7199 S:      Maintained
7200 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7201
7202 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7203 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7204 L:      linux-media@vger.kernel.org
7205 S:      Maintained
7206 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7207 F:      drivers/media/platform/omap3isp/
7208 F:      drivers/staging/media/omap4iss/
7209
7210 OMAP USB SUPPORT
7211 M:      Felipe Balbi <balbi@ti.com>
7212 L:      linux-usb@vger.kernel.org
7213 L:      linux-omap@vger.kernel.org
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7215 S:      Maintained
7216 F:      drivers/usb/*/*omap*
7217 F:      arch/arm/*omap*/usb*
7218
7219 OMAP GPIO DRIVER
7220 M:      Javier Martinez Canillas <javier@dowhile0.org>
7221 M:      Santosh Shilimkar <ssantosh@kernel.org>
7222 M:      Kevin Hilman <khilman@deeprootsystems.com>
7223 L:      linux-omap@vger.kernel.org
7224 S:      Maintained
7225 F:      drivers/gpio/gpio-omap.c
7226
7227 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7228 M:      Mark Jackson <mpfj@newflow.co.uk>
7229 L:      linux-omap@vger.kernel.org
7230 S:      Maintained
7231 F:      arch/arm/boot/dts/am335x-nano.dts
7232
7233 OMFS FILESYSTEM
7234 M:      Bob Copeland <me@bobcopeland.com>
7235 L:      linux-karma-devel@lists.sourceforge.net
7236 S:      Maintained
7237 F:      Documentation/filesystems/omfs.txt
7238 F:      fs/omfs/
7239
7240 OMNIKEY CARDMAN 4000 DRIVER
7241 M:      Harald Welte <laforge@gnumonks.org>
7242 S:      Maintained
7243 F:      drivers/char/pcmcia/cm4000_cs.c
7244 F:      include/linux/cm4000_cs.h
7245 F:      include/uapi/linux/cm4000_cs.h
7246
7247 OMNIKEY CARDMAN 4040 DRIVER
7248 M:      Harald Welte <laforge@gnumonks.org>
7249 S:      Maintained
7250 F:      drivers/char/pcmcia/cm4040_cs.*
7251
7252 OMNIVISION OV7670 SENSOR DRIVER
7253 M:      Jonathan Corbet <corbet@lwn.net>
7254 L:      linux-media@vger.kernel.org
7255 T:      git git://linuxtv.org/media_tree.git
7256 S:      Maintained
7257 F:      drivers/media/i2c/ov7670.c
7258
7259 ONENAND FLASH DRIVER
7260 M:      Kyungmin Park <kyungmin.park@samsung.com>
7261 L:      linux-mtd@lists.infradead.org
7262 S:      Maintained
7263 F:      drivers/mtd/onenand/
7264 F:      include/linux/mtd/onenand*.h
7265
7266 ONSTREAM SCSI TAPE DRIVER
7267 M:      Willem Riede <osst@riede.org>
7268 L:      osst-users@lists.sourceforge.net
7269 L:      linux-scsi@vger.kernel.org
7270 S:      Maintained
7271 F:      Documentation/scsi/osst.txt
7272 F:      drivers/scsi/osst.*
7273 F:      drivers/scsi/osst_*.h
7274 F:      drivers/scsi/st.h
7275
7276 OPENCORES I2C BUS DRIVER
7277 M:      Peter Korsgaard <jacmet@sunsite.dk>
7278 L:      linux-i2c@vger.kernel.org
7279 S:      Maintained
7280 F:      Documentation/i2c/busses/i2c-ocores
7281 F:      drivers/i2c/busses/i2c-ocores.c
7282
7283 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7284 M:      Grant Likely <grant.likely@linaro.org>
7285 M:      Rob Herring <robh+dt@kernel.org>
7286 L:      devicetree@vger.kernel.org
7287 W:      http://www.devicetree.org/
7288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7289 S:      Maintained
7290 F:      drivers/of/
7291 F:      include/linux/of*.h
7292 F:      scripts/dtc/
7293
7294 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7295 M:      Rob Herring <robh+dt@kernel.org>
7296 M:      Pawel Moll <pawel.moll@arm.com>
7297 M:      Mark Rutland <mark.rutland@arm.com>
7298 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7299 M:      Kumar Gala <galak@codeaurora.org>
7300 L:      devicetree@vger.kernel.org
7301 S:      Maintained
7302 F:      Documentation/devicetree/
7303 F:      arch/*/boot/dts/
7304 F:      include/dt-bindings/
7305
7306 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7307 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7308 L:      devicetree@vger.kernel.org
7309 S:      Maintained
7310 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7311 F:      Documentation/devicetree/overlay-notes.txt
7312 F:      drivers/of/overlay.c
7313 F:      drivers/of/resolver.c
7314
7315 OPENRISC ARCHITECTURE
7316 M:      Jonas Bonn <jonas@southpole.se>
7317 W:      http://openrisc.net
7318 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7319 S:      Maintained
7320 T:      git git://openrisc.net/~jonas/linux
7321 F:      arch/openrisc/
7322
7323 OPENVSWITCH
7324 M:      Pravin Shelar <pshelar@nicira.com>
7325 L:      netdev@vger.kernel.org
7326 L:      dev@openvswitch.org
7327 W:      http://openvswitch.org
7328 S:      Maintained
7329 F:      net/openvswitch/
7330 F:      include/uapi/linux/openvswitch.h
7331
7332 OPL4 DRIVER
7333 M:      Clemens Ladisch <clemens@ladisch.de>
7334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7335 T:      git git://git.alsa-project.org/alsa-kernel.git
7336 S:      Maintained
7337 F:      sound/drivers/opl4/
7338
7339 OPROFILE
7340 M:      Robert Richter <rric@kernel.org>
7341 L:      oprofile-list@lists.sf.net
7342 S:      Maintained
7343 F:      arch/*/include/asm/oprofile*.h
7344 F:      arch/*/oprofile/
7345 F:      drivers/oprofile/
7346 F:      include/linux/oprofile.h
7347
7348 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7349 M:      Mark Fasheh <mfasheh@suse.com>
7350 M:      Joel Becker <jlbec@evilplan.org>
7351 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7352 W:      http://ocfs2.wiki.kernel.org
7353 S:      Supported
7354 F:      Documentation/filesystems/ocfs2.txt
7355 F:      Documentation/filesystems/dlmfs.txt
7356 F:      fs/ocfs2/
7357
7358 ORINOCO DRIVER
7359 L:      linux-wireless@vger.kernel.org
7360 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7361 W:      http://www.nongnu.org/orinoco/
7362 S:      Orphan
7363 F:      drivers/net/wireless/orinoco/
7364
7365 OSD LIBRARY and FILESYSTEM
7366 M:      Boaz Harrosh <ooo@electrozaur.com>
7367 M:      Benny Halevy <bhalevy@primarydata.com>
7368 L:      osd-dev@open-osd.org
7369 W:      http://open-osd.org
7370 T:      git git://git.open-osd.org/open-osd.git
7371 S:      Maintained
7372 F:      drivers/scsi/osd/
7373 F:      include/scsi/osd_*
7374 F:      fs/exofs/
7375
7376 OVERLAY FILESYSTEM
7377 M:      Miklos Szeredi <miklos@szeredi.hu>
7378 L:      linux-unionfs@vger.kernel.org
7379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7380 S:      Supported
7381 F:      fs/overlayfs/
7382 F:      Documentation/filesystems/overlayfs.txt
7383
7384 P54 WIRELESS DRIVER
7385 M:      Christian Lamparter <chunkeey@googlemail.com>
7386 L:      linux-wireless@vger.kernel.org
7387 W:      http://wireless.kernel.org/en/users/Drivers/p54
7388 S:      Maintained
7389 F:      drivers/net/wireless/p54/
7390
7391 PA SEMI ETHERNET DRIVER
7392 M:      Olof Johansson <olof@lixom.net>
7393 L:      netdev@vger.kernel.org
7394 S:      Maintained
7395 F:      drivers/net/ethernet/pasemi/*
7396
7397 PA SEMI SMBUS DRIVER
7398 M:      Olof Johansson <olof@lixom.net>
7399 L:      linux-i2c@vger.kernel.org
7400 S:      Maintained
7401 F:      drivers/i2c/busses/i2c-pasemi.c
7402
7403 PADATA PARALLEL EXECUTION MECHANISM
7404 M:      Steffen Klassert <steffen.klassert@secunet.com>
7405 L:      linux-crypto@vger.kernel.org
7406 S:      Maintained
7407 F:      kernel/padata.c
7408 F:      include/linux/padata.h
7409 F:      Documentation/padata.txt
7410
7411 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7412 M:      Harald Welte <laforge@gnumonks.org>
7413 L:      platform-driver-x86@vger.kernel.org
7414 S:      Maintained
7415 F:      drivers/platform/x86/panasonic-laptop.c
7416
7417 PANASONIC MN10300/AM33/AM34 PORT
7418 M:      David Howells <dhowells@redhat.com>
7419 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7420 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7421 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7422 S:      Maintained
7423 F:      Documentation/mn10300/
7424 F:      arch/mn10300/
7425
7426 PARALLEL PORT SUPPORT
7427 L:      linux-parport@lists.infradead.org (subscribers-only)
7428 S:      Orphan
7429 F:      drivers/parport/
7430 F:      include/linux/parport*.h
7431 F:      drivers/char/ppdev.c
7432 F:      include/uapi/linux/ppdev.h
7433
7434 PARAVIRT_OPS INTERFACE
7435 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7436 M:      Chris Wright <chrisw@sous-sol.org>
7437 M:      Alok Kataria <akataria@vmware.com>
7438 M:      Rusty Russell <rusty@rustcorp.com.au>
7439 L:      virtualization@lists.linux-foundation.org
7440 S:      Supported
7441 F:      Documentation/virtual/paravirt_ops.txt
7442 F:      arch/*/kernel/paravirt*
7443 F:      arch/*/include/asm/paravirt.h
7444
7445 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7446 M:      Tim Waugh <tim@cyberelk.net>
7447 L:      linux-parport@lists.infradead.org (subscribers-only)
7448 W:      http://www.torque.net/linux-pp.html
7449 S:      Maintained
7450 F:      Documentation/blockdev/paride.txt
7451 F:      drivers/block/paride/
7452
7453 PARISC ARCHITECTURE
7454 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7455 M:      Helge Deller <deller@gmx.de>
7456 L:      linux-parisc@vger.kernel.org
7457 W:      http://www.parisc-linux.org/
7458 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7461 S:      Maintained
7462 F:      arch/parisc/
7463 F:      Documentation/parisc/
7464 F:      drivers/parisc/
7465 F:      drivers/char/agp/parisc-agp.c
7466 F:      drivers/input/serio/gscps2.c
7467 F:      drivers/parport/parport_gsc.*
7468 F:      drivers/tty/serial/8250/8250_gsc.c
7469 F:      drivers/video/fbdev/sti*
7470 F:      drivers/video/console/sti*
7471 F:      drivers/video/logo/logo_parisc*
7472
7473 PC87360 HARDWARE MONITORING DRIVER
7474 M:      Jim Cromie <jim.cromie@gmail.com>
7475 L:      lm-sensors@lm-sensors.org
7476 S:      Maintained
7477 F:      Documentation/hwmon/pc87360
7478 F:      drivers/hwmon/pc87360.c
7479
7480 PC8736x GPIO DRIVER
7481 M:      Jim Cromie <jim.cromie@gmail.com>
7482 S:      Maintained
7483 F:      drivers/char/pc8736x_gpio.c
7484
7485 PC87427 HARDWARE MONITORING DRIVER
7486 M:      Jean Delvare <jdelvare@suse.de>
7487 L:      lm-sensors@lm-sensors.org
7488 S:      Maintained
7489 F:      Documentation/hwmon/pc87427
7490 F:      drivers/hwmon/pc87427.c
7491
7492 PCA9532 LED DRIVER
7493 M:      Riku Voipio <riku.voipio@iki.fi>
7494 S:      Maintained
7495 F:      drivers/leds/leds-pca9532.c
7496 F:      include/linux/leds-pca9532.h
7497
7498 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7499 M:      Guenter Roeck <linux@roeck-us.net>
7500 L:      linux-i2c@vger.kernel.org
7501 S:      Maintained
7502 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7503
7504 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7505 M:      Khalid Aziz <khalid@gonehiking.org>
7506 S:      Maintained
7507 F:      drivers/firmware/pcdp.*
7508
7509 PCI ERROR RECOVERY
7510 M:      Linas Vepstas <linasvepstas@gmail.com>
7511 L:      linux-pci@vger.kernel.org
7512 S:      Supported
7513 F:      Documentation/PCI/pci-error-recovery.txt
7514
7515 PCI SUBSYSTEM
7516 M:      Bjorn Helgaas <bhelgaas@google.com>
7517 L:      linux-pci@vger.kernel.org
7518 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7520 S:      Supported
7521 F:      Documentation/PCI/
7522 F:      drivers/pci/
7523 F:      include/linux/pci*
7524 F:      arch/x86/pci/
7525 F:      arch/x86/kernel/quirks.c
7526
7527 PCI DRIVER FOR ARM VERSATILE PLATFORM
7528 M:      Rob Herring <robh@kernel.org>
7529 L:      linux-pci@vger.kernel.org
7530 L:      linux-arm-kernel@lists.infradead.org
7531 S:      Maintained
7532 F:      Documentation/devicetree/bindings/pci/versatile.txt
7533 F:      drivers/pci/host/pci-versatile.c
7534
7535 PCI DRIVER FOR APPLIEDMICRO XGENE
7536 M:      Tanmay Inamdar <tinamdar@apm.com>
7537 L:      linux-pci@vger.kernel.org
7538 L:      linux-arm-kernel@lists.infradead.org
7539 S:      Maintained
7540 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7541 F:      drivers/pci/host/pci-xgene.c
7542
7543 PCI DRIVER FOR FREESCALE LAYERSCAPE
7544 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7545 M:      Mingkai Hu <mingkai.hu@freescale.com>
7546 M:      Roy Zang <tie-fei.zang@freescale.com>
7547 L:      linuxppc-dev@lists.ozlabs.org
7548 L:      linux-pci@vger.kernel.org
7549 L:      linux-arm-kernel@lists.infradead.org
7550 S:      Maintained
7551 F:      drivers/pci/host/*layerscape*
7552
7553 PCI DRIVER FOR IMX6
7554 M:      Richard Zhu <Richard.Zhu@freescale.com>
7555 M:      Lucas Stach <l.stach@pengutronix.de>
7556 L:      linux-pci@vger.kernel.org
7557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7558 S:      Maintained
7559 F:      drivers/pci/host/*imx6*
7560
7561 PCI DRIVER FOR TI KEYSTONE
7562 M:      Murali Karicheri <m-karicheri2@ti.com>
7563 L:      linux-pci@vger.kernel.org
7564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7565 S:      Maintained
7566 F:      drivers/pci/host/*keystone*
7567
7568 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7569 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7570 M:      Jason Cooper <jason@lakedaemon.net>
7571 L:      linux-pci@vger.kernel.org
7572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7573 S:      Maintained
7574 F:      drivers/pci/host/*mvebu*
7575
7576 PCI DRIVER FOR NVIDIA TEGRA
7577 M:      Thierry Reding <thierry.reding@gmail.com>
7578 L:      linux-tegra@vger.kernel.org
7579 L:      linux-pci@vger.kernel.org
7580 S:      Supported
7581 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7582 F:      drivers/pci/host/pci-tegra.c
7583
7584 PCI DRIVER FOR TI DRA7XX
7585 M:      Kishon Vijay Abraham I <kishon@ti.com>
7586 L:      linux-omap@vger.kernel.org
7587 L:      linux-pci@vger.kernel.org
7588 S:      Supported
7589 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7590 F:      drivers/pci/host/pci-dra7xx.c
7591
7592 PCI DRIVER FOR RENESAS R-CAR
7593 M:      Simon Horman <horms@verge.net.au>
7594 L:      linux-pci@vger.kernel.org
7595 L:      linux-sh@vger.kernel.org
7596 S:      Maintained
7597 F:      drivers/pci/host/*rcar*
7598
7599 PCI DRIVER FOR SAMSUNG EXYNOS
7600 M:      Jingoo Han <jingoohan1@gmail.com>
7601 L:      linux-pci@vger.kernel.org
7602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7603 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7604 S:      Maintained
7605 F:      drivers/pci/host/pci-exynos.c
7606
7607 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7608 M:      Jingoo Han <jingoohan1@gmail.com>
7609 M:      Pratyush Anand <pratyush.anand@gmail.com>
7610 L:      linux-pci@vger.kernel.org
7611 S:      Maintained
7612 F:      drivers/pci/host/*designware*
7613
7614 PCI DRIVER FOR GENERIC OF HOSTS
7615 M:      Will Deacon <will.deacon@arm.com>
7616 L:      linux-pci@vger.kernel.org
7617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7618 S:      Maintained
7619 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7620 F:      drivers/pci/host/pci-host-generic.c
7621
7622 PCIE DRIVER FOR ST SPEAR13XX
7623 M:      Pratyush Anand <pratyush.anand@gmail.com>
7624 L:      linux-pci@vger.kernel.org
7625 S:      Maintained
7626 F:      drivers/pci/host/*spear*
7627
7628 PCMCIA SUBSYSTEM
7629 P:      Linux PCMCIA Team
7630 L:      linux-pcmcia@lists.infradead.org
7631 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7633 S:      Maintained
7634 F:      Documentation/pcmcia/
7635 F:      drivers/pcmcia/
7636 F:      include/pcmcia/
7637
7638 PCNET32 NETWORK DRIVER
7639 M:      Don Fry <pcnet32@frontier.com>
7640 L:      netdev@vger.kernel.org
7641 S:      Maintained
7642 F:      drivers/net/ethernet/amd/pcnet32.c
7643
7644 PCRYPT PARALLEL CRYPTO ENGINE
7645 M:      Steffen Klassert <steffen.klassert@secunet.com>
7646 L:      linux-crypto@vger.kernel.org
7647 S:      Maintained
7648 F:      crypto/pcrypt.c
7649 F:      include/crypto/pcrypt.h
7650
7651 PER-CPU MEMORY ALLOCATOR
7652 M:      Tejun Heo <tj@kernel.org>
7653 M:      Christoph Lameter <cl@linux-foundation.org>
7654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7655 S:      Maintained
7656 F:      include/linux/percpu*.h
7657 F:      mm/percpu*.c
7658 F:      arch/*/include/asm/percpu.h
7659
7660 PER-TASK DELAY ACCOUNTING
7661 M:      Balbir Singh <bsingharora@gmail.com>
7662 S:      Maintained
7663 F:      include/linux/delayacct.h
7664 F:      kernel/delayacct.c
7665
7666 PERFORMANCE EVENTS SUBSYSTEM
7667 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7668 M:      Paul Mackerras <paulus@samba.org>
7669 M:      Ingo Molnar <mingo@redhat.com>
7670 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7671 L:      linux-kernel@vger.kernel.org
7672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7673 S:      Supported
7674 F:      kernel/events/*
7675 F:      include/linux/perf_event.h
7676 F:      include/uapi/linux/perf_event.h
7677 F:      arch/*/kernel/perf_event*.c
7678 F:      arch/*/kernel/*/perf_event*.c
7679 F:      arch/*/kernel/*/*/perf_event*.c
7680 F:      arch/*/include/asm/perf_event.h
7681 F:      arch/*/kernel/perf_callchain.c
7682 F:      tools/perf/
7683
7684 PERSONALITY HANDLING
7685 M:      Christoph Hellwig <hch@infradead.org>
7686 L:      linux-abi-devel@lists.sourceforge.net
7687 S:      Maintained
7688 F:      include/linux/personality.h
7689 F:      include/uapi/linux/personality.h
7690
7691 PHONET PROTOCOL
7692 M:      Remi Denis-Courmont <courmisch@gmail.com>
7693 S:      Supported
7694 F:      Documentation/networking/phonet.txt
7695 F:      include/linux/phonet.h
7696 F:      include/net/phonet/
7697 F:      include/uapi/linux/phonet.h
7698 F:      net/phonet/
7699
7700 PHRAM MTD DRIVER
7701 M:      Joern Engel <joern@lazybastard.org>
7702 L:      linux-mtd@lists.infradead.org
7703 S:      Maintained
7704 F:      drivers/mtd/devices/phram.c
7705
7706 PICOLCD HID DRIVER
7707 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7708 L:      linux-input@vger.kernel.org
7709 S:      Maintained
7710 F:      drivers/hid/hid-picolcd*
7711
7712 PICOXCELL SUPPORT
7713 M:      Jamie Iles <jamie@jamieiles.com>
7714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7715 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7716 S:      Supported
7717 F:      arch/arm/boot/dts/picoxcell*
7718 F:      arch/arm/mach-picoxcell/
7719 F:      drivers/crypto/picoxcell*
7720
7721 PIN CONTROL SUBSYSTEM
7722 M:      Linus Walleij <linus.walleij@linaro.org>
7723 L:      linux-gpio@vger.kernel.org
7724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7725 S:      Maintained
7726 F:      drivers/pinctrl/
7727 F:      include/linux/pinctrl/
7728
7729 PIN CONTROLLER - ATMEL AT91
7730 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7732 S:      Maintained
7733 F:      drivers/pinctrl/pinctrl-at91.*
7734
7735 PIN CONTROLLER - INTEL
7736 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7737 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7738 S:      Maintained
7739 F:      drivers/pinctrl/intel/
7740
7741 PIN CONTROLLER - RENESAS
7742 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7743 L:      linux-sh@vger.kernel.org
7744 S:      Maintained
7745 F:      drivers/pinctrl/sh-pfc/
7746
7747 PIN CONTROLLER - SAMSUNG
7748 M:      Tomasz Figa <tomasz.figa@gmail.com>
7749 M:      Thomas Abraham <thomas.abraham@linaro.org>
7750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7751 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7752 S:      Maintained
7753 F:      drivers/pinctrl/samsung/
7754
7755 PIN CONTROLLER - ST SPEAR
7756 M:      Viresh Kumar <viresh.linux@gmail.com>
7757 L:      spear-devel@list.st.com
7758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7759 W:      http://www.st.com/spear
7760 S:      Maintained
7761 F:      drivers/pinctrl/spear/
7762
7763 PKTCDVD DRIVER
7764 M:      Jiri Kosina <jkosina@suse.cz>
7765 S:      Maintained
7766 F:      drivers/block/pktcdvd.c
7767 F:      include/linux/pktcdvd.h
7768 F:      include/uapi/linux/pktcdvd.h
7769
7770 PKUNITY SOC DRIVERS
7771 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7772 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7773 S:      Maintained
7774 T:      git git://github.com/gxt/linux.git
7775 F:      drivers/input/serio/i8042-unicore32io.h
7776 F:      drivers/i2c/busses/i2c-puv3.c
7777 F:      drivers/video/fbdev/fb-puv3.c
7778 F:      drivers/rtc/rtc-puv3.c
7779
7780 PMBUS HARDWARE MONITORING DRIVERS
7781 M:      Guenter Roeck <linux@roeck-us.net>
7782 L:      lm-sensors@lm-sensors.org
7783 W:      http://www.lm-sensors.org/
7784 W:      http://www.roeck-us.net/linux/drivers/
7785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7786 S:      Maintained
7787 F:      Documentation/hwmon/pmbus
7788 F:      drivers/hwmon/pmbus/
7789 F:      include/linux/i2c/pmbus.h
7790
7791 PMC SIERRA MaxRAID DRIVER
7792 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7793 L:      linux-scsi@vger.kernel.org
7794 W:      http://www.pmc-sierra.com/
7795 S:      Supported
7796 F:      drivers/scsi/pmcraid.*
7797
7798 PMC SIERRA PM8001 DRIVER
7799 M:      xjtuwjp@gmail.com
7800 M:      lindar_liu@usish.com
7801 L:      pmchba@pmcs.com
7802 L:      linux-scsi@vger.kernel.org
7803 S:      Supported
7804 F:      drivers/scsi/pm8001/
7805
7806 POSIX CLOCKS and TIMERS
7807 M:      Thomas Gleixner <tglx@linutronix.de>
7808 L:      linux-kernel@vger.kernel.org
7809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7810 S:      Maintained
7811 F:      fs/timerfd.c
7812 F:      include/linux/timer*
7813 F:      kernel/time/*timer*
7814
7815 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7816 M:      Sebastian Reichel <sre@kernel.org>
7817 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7818 M:      David Woodhouse <dwmw2@infradead.org>
7819 L:      linux-pm@vger.kernel.org
7820 T:      git git://git.infradead.org/battery-2.6.git
7821 S:      Maintained
7822 F:      include/linux/power_supply.h
7823 F:      drivers/power/
7824
7825 PNP SUPPORT
7826 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7827 S:      Maintained
7828 F:      drivers/pnp/
7829
7830 PNXxxxx I2C DRIVER
7831 M:      Vitaly Wool <vitalywool@gmail.com>
7832 L:      linux-i2c@vger.kernel.org
7833 S:      Maintained
7834 F:      drivers/i2c/busses/i2c-pnx.c
7835
7836 PPP PROTOCOL DRIVERS AND COMPRESSORS
7837 M:      Paul Mackerras <paulus@samba.org>
7838 L:      linux-ppp@vger.kernel.org
7839 S:      Maintained
7840 F:      drivers/net/ppp/ppp_*
7841
7842 PPP OVER ATM (RFC 2364)
7843 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7844 S:      Maintained
7845 F:      net/atm/pppoatm.c
7846 F:      include/uapi/linux/atmppp.h
7847
7848 PPP OVER ETHERNET
7849 M:      Michal Ostrowski <mostrows@earthlink.net>
7850 S:      Maintained
7851 F:      drivers/net/ppp/pppoe.c
7852 F:      drivers/net/ppp/pppox.c
7853
7854 PPP OVER L2TP
7855 M:      James Chapman <jchapman@katalix.com>
7856 S:      Maintained
7857 F:      net/l2tp/l2tp_ppp.c
7858 F:      include/linux/if_pppol2tp.h
7859 F:      include/uapi/linux/if_pppol2tp.h
7860
7861 PPS SUPPORT
7862 M:      Rodolfo Giometti <giometti@enneenne.com>
7863 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7864 L:      linuxpps@ml.enneenne.com (subscribers-only)
7865 S:      Maintained
7866 F:      Documentation/pps/
7867 F:      drivers/pps/
7868 F:      include/linux/pps*.h
7869
7870 PPTP DRIVER
7871 M:      Dmitry Kozlov <xeb@mail.ru>
7872 L:      netdev@vger.kernel.org
7873 S:      Maintained
7874 F:      drivers/net/ppp/pptp.c
7875 W:      http://sourceforge.net/projects/accel-pptp
7876
7877 PREEMPTIBLE KERNEL
7878 M:      Robert Love <rml@tech9.net>
7879 L:      kpreempt-tech@lists.sourceforge.net
7880 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7881 S:      Supported
7882 F:      Documentation/preempt-locking.txt
7883 F:      include/linux/preempt.h
7884
7885 PRISM54 WIRELESS DRIVER
7886 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7887 L:      linux-wireless@vger.kernel.org
7888 W:      http://wireless.kernel.org/en/users/Drivers/p54
7889 S:      Obsolete
7890 F:      drivers/net/wireless/prism54/
7891
7892 PS3 NETWORK SUPPORT
7893 M:      Geoff Levand <geoff@infradead.org>
7894 L:      netdev@vger.kernel.org
7895 L:      cbe-oss-dev@lists.ozlabs.org
7896 S:      Maintained
7897 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7898
7899 PS3 PLATFORM SUPPORT
7900 M:      Geoff Levand <geoff@infradead.org>
7901 L:      linuxppc-dev@lists.ozlabs.org
7902 L:      cbe-oss-dev@lists.ozlabs.org
7903 S:      Maintained
7904 F:      arch/powerpc/boot/ps3*
7905 F:      arch/powerpc/include/asm/lv1call.h
7906 F:      arch/powerpc/include/asm/ps3*.h
7907 F:      arch/powerpc/platforms/ps3/
7908 F:      drivers/*/ps3*
7909 F:      drivers/ps3/
7910 F:      drivers/rtc/rtc-ps3.c
7911 F:      drivers/usb/host/*ps3.c
7912 F:      sound/ppc/snd_ps3*
7913
7914 PS3VRAM DRIVER
7915 M:      Jim Paris <jim@jtan.com>
7916 L:      cbe-oss-dev@lists.ozlabs.org
7917 S:      Maintained
7918 F:      drivers/block/ps3vram.c
7919
7920 PSTORE FILESYSTEM
7921 M:      Anton Vorontsov <anton@enomsg.org>
7922 M:      Colin Cross <ccross@android.com>
7923 M:      Kees Cook <keescook@chromium.org>
7924 M:      Tony Luck <tony.luck@intel.com>
7925 S:      Maintained
7926 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7927 F:      fs/pstore/
7928 F:      include/linux/pstore*
7929 F:      drivers/firmware/efi/efi-pstore.c
7930 F:      drivers/acpi/apei/erst.c
7931
7932 PTP HARDWARE CLOCK SUPPORT
7933 M:      Richard Cochran <richardcochran@gmail.com>
7934 L:      netdev@vger.kernel.org
7935 S:      Maintained
7936 W:      http://linuxptp.sourceforge.net/
7937 F:      Documentation/ABI/testing/sysfs-ptp
7938 F:      Documentation/ptp/*
7939 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7940 F:      drivers/net/phy/dp83640*
7941 F:      drivers/ptp/*
7942 F:      include/linux/ptp_cl*
7943
7944 PTRACE SUPPORT
7945 M:      Roland McGrath <roland@hack.frob.com>
7946 M:      Oleg Nesterov <oleg@redhat.com>
7947 S:      Maintained
7948 F:      include/asm-generic/syscall.h
7949 F:      include/linux/ptrace.h
7950 F:      include/linux/regset.h
7951 F:      include/linux/tracehook.h
7952 F:      include/uapi/linux/ptrace.h
7953 F:      kernel/ptrace.c
7954
7955 PVRUSB2 VIDEO4LINUX DRIVER
7956 M:      Mike Isely <isely@pobox.com>
7957 L:      pvrusb2@isely.net       (subscribers-only)
7958 L:      linux-media@vger.kernel.org
7959 W:      http://www.isely.net/pvrusb2/
7960 T:      git git://linuxtv.org/media_tree.git
7961 S:      Maintained
7962 F:      Documentation/video4linux/README.pvrusb2
7963 F:      drivers/media/usb/pvrusb2/
7964
7965 PWC WEBCAM DRIVER
7966 M:      Hans de Goede <hdegoede@redhat.com>
7967 L:      linux-media@vger.kernel.org
7968 T:      git git://linuxtv.org/media_tree.git
7969 S:      Maintained
7970 F:      drivers/media/usb/pwc/*
7971
7972 PWM FAN DRIVER
7973 M:      Kamil Debski <k.debski@samsung.com>
7974 L:      lm-sensors@lm-sensors.org
7975 S:      Supported
7976 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7977 F:      Documentation/hwmon/pwm-fan
7978 F:      drivers/hwmon/pwm-fan.c
7979
7980 PWM SUBSYSTEM
7981 M:      Thierry Reding <thierry.reding@gmail.com>
7982 L:      linux-pwm@vger.kernel.org
7983 S:      Maintained
7984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7985 F:      Documentation/pwm.txt
7986 F:      Documentation/devicetree/bindings/pwm/
7987 F:      include/linux/pwm.h
7988 F:      drivers/pwm/
7989 F:      drivers/video/backlight/pwm_bl.c
7990 F:      include/linux/pwm_backlight.h
7991
7992 PXA2xx/PXA3xx SUPPORT
7993 M:      Daniel Mack <daniel@zonque.org>
7994 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7995 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7997 T:      git git://github.com/hzhuang1/linux.git
7998 T:      git git://github.com/rjarzmik/linux.git
7999 S:      Maintained
8000 F:      arch/arm/mach-pxa/
8001 F:      drivers/pcmcia/pxa2xx*
8002 F:      drivers/spi/spi-pxa2xx*
8003 F:      drivers/usb/gadget/udc/pxa2*
8004 F:      include/sound/pxa2xx-lib.h
8005 F:      sound/arm/pxa*
8006 F:      sound/soc/pxa/
8007
8008 PXA3xx NAND FLASH DRIVER
8009 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8010 L:      linux-mtd@lists.infradead.org
8011 S:      Maintained
8012 F:      drivers/mtd/nand/pxa3xx_nand.c
8013
8014 MMP SUPPORT
8015 M:      Eric Miao <eric.y.miao@gmail.com>
8016 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8018 T:      git git://github.com/hzhuang1/linux.git
8019 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8020 S:      Maintained
8021 F:      arch/arm/mach-mmp/
8022
8023 PXA MMCI DRIVER
8024 S:      Orphan
8025
8026 PXA RTC DRIVER
8027 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8028 L:      rtc-linux@googlegroups.com
8029 S:      Maintained
8030
8031 QAT DRIVER
8032 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8033 L:      qat-linux@intel.com
8034 S:      Supported
8035 F:      drivers/crypto/qat/
8036
8037 QIB DRIVER
8038 M:      Mike Marciniszyn <infinipath@intel.com>
8039 L:      linux-rdma@vger.kernel.org
8040 S:      Supported
8041 F:      drivers/infiniband/hw/qib/
8042
8043 QLOGIC QLA1280 SCSI DRIVER
8044 M:      Michael Reed <mdr@sgi.com>
8045 L:      linux-scsi@vger.kernel.org
8046 S:      Maintained
8047 F:      drivers/scsi/qla1280.[ch]
8048
8049 QLOGIC QLA2XXX FC-SCSI DRIVER
8050 M:      qla2xxx-upstream@qlogic.com
8051 L:      linux-scsi@vger.kernel.org
8052 S:      Supported
8053 F:      Documentation/scsi/LICENSE.qla2xxx
8054 F:      drivers/scsi/qla2xxx/
8055
8056 QLOGIC QLA4XXX iSCSI DRIVER
8057 M:      QLogic-Storage-Upstream@qlogic.com
8058 L:      linux-scsi@vger.kernel.org
8059 S:      Supported
8060 F:      Documentation/scsi/LICENSE.qla4xxx
8061 F:      drivers/scsi/qla4xxx/
8062
8063 QLOGIC QLA3XXX NETWORK DRIVER
8064 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8065 M:      Ron Mercer <ron.mercer@qlogic.com>
8066 M:      linux-driver@qlogic.com
8067 L:      netdev@vger.kernel.org
8068 S:      Supported
8069 F:      Documentation/networking/LICENSE.qla3xxx
8070 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8071
8072 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8073 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8074 M:      Dept-GELinuxNICDev@qlogic.com
8075 L:      netdev@vger.kernel.org
8076 S:      Supported
8077 F:      drivers/net/ethernet/qlogic/qlcnic/
8078
8079 QLOGIC QLGE 10Gb ETHERNET DRIVER
8080 M:      Harish Patil <harish.patil@qlogic.com>
8081 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8082 M:      Dept-GELinuxNICDev@qlogic.com
8083 M:      linux-driver@qlogic.com
8084 L:      netdev@vger.kernel.org
8085 S:      Supported
8086 F:      drivers/net/ethernet/qlogic/qlge/
8087
8088 QNX4 FILESYSTEM
8089 M:      Anders Larsen <al@alarsen.net>
8090 W:      http://www.alarsen.net/linux/qnx4fs/
8091 S:      Maintained
8092 F:      fs/qnx4/
8093 F:      include/uapi/linux/qnx4_fs.h
8094 F:      include/uapi/linux/qnxtypes.h
8095
8096 QT1010 MEDIA DRIVER
8097 M:      Antti Palosaari <crope@iki.fi>
8098 L:      linux-media@vger.kernel.org
8099 W:      http://linuxtv.org/
8100 W:      http://palosaari.fi/linux/
8101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8102 T:      git git://linuxtv.org/anttip/media_tree.git
8103 S:      Maintained
8104 F:      drivers/media/tuners/qt1010*
8105
8106 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8107 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8108 L:      linux-wireless@vger.kernel.org
8109 L:      ath9k-devel@lists.ath9k.org
8110 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8111 S:      Supported
8112 F:      drivers/net/wireless/ath/ath9k/
8113
8114 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8115 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8116 L:      ath10k@lists.infradead.org
8117 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8118 T:      git git://github.com/kvalo/ath.git
8119 S:      Supported
8120 F:      drivers/net/wireless/ath/ath10k/
8121
8122 QUALCOMM HEXAGON ARCHITECTURE
8123 M:      Richard Kuo <rkuo@codeaurora.org>
8124 L:      linux-hexagon@vger.kernel.org
8125 S:      Supported
8126 F:      arch/hexagon/
8127
8128 QUALCOMM WCN36XX WIRELESS DRIVER
8129 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8130 L:      wcn36xx@lists.infradead.org
8131 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8132 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8133 S:      Supported
8134 F:      drivers/net/wireless/ath/wcn36xx/
8135
8136 RADOS BLOCK DEVICE (RBD)
8137 M:      Ilya Dryomov <idryomov@gmail.com>
8138 M:      Sage Weil <sage@redhat.com>
8139 M:      Alex Elder <elder@kernel.org>
8140 M:      ceph-devel@vger.kernel.org
8141 W:      http://ceph.com/
8142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8143 S:      Supported
8144 F:      drivers/block/rbd.c
8145 F:      drivers/block/rbd_types.h
8146
8147 RADEON FRAMEBUFFER DISPLAY DRIVER
8148 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8149 L:      linux-fbdev@vger.kernel.org
8150 S:      Maintained
8151 F:      drivers/video/fbdev/aty/radeon*
8152 F:      include/uapi/linux/radeonfb.h
8153
8154 RADIOSHARK RADIO DRIVER
8155 M:      Hans de Goede <hdegoede@redhat.com>
8156 L:      linux-media@vger.kernel.org
8157 T:      git git://linuxtv.org/media_tree.git
8158 S:      Maintained
8159 F:      drivers/media/radio/radio-shark.c
8160
8161 RADIOSHARK2 RADIO DRIVER
8162 M:      Hans de Goede <hdegoede@redhat.com>
8163 L:      linux-media@vger.kernel.org
8164 T:      git git://linuxtv.org/media_tree.git
8165 S:      Maintained
8166 F:      drivers/media/radio/radio-shark2.c
8167 F:      drivers/media/radio/radio-tea5777.c
8168
8169 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8170 M:      Paul Mackerras <paulus@samba.org>
8171 L:      linux-fbdev@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/video/fbdev/aty/aty128fb.c
8174
8175 RALINK RT2X00 WIRELESS LAN DRIVER
8176 P:      rt2x00 project
8177 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8178 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8179 L:      linux-wireless@vger.kernel.org
8180 S:      Maintained
8181 F:      drivers/net/wireless/rt2x00/
8182
8183 RAMDISK RAM BLOCK DEVICE DRIVER
8184 M:      Jens Axboe <axboe@kernel.dk>
8185 S:      Maintained
8186 F:      Documentation/blockdev/ramdisk.txt
8187 F:      drivers/block/brd.c
8188
8189 PERSISTENT MEMORY DRIVER
8190 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8191 L:      linux-nvdimm@lists.01.org
8192 S:      Supported
8193 F:      drivers/block/pmem.c
8194
8195 RANDOM NUMBER DRIVER
8196 M:      "Theodore Ts'o" <tytso@mit.edu>
8197 S:      Maintained
8198 F:      drivers/char/random.c
8199
8200 RAPIDIO SUBSYSTEM
8201 M:      Matt Porter <mporter@kernel.crashing.org>
8202 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8203 S:      Maintained
8204 F:      drivers/rapidio/
8205
8206 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8207 L:      linux-wireless@vger.kernel.org
8208 S:      Orphan
8209 F:      drivers/net/wireless/ray*
8210
8211 RCUTORTURE MODULE
8212 M:      Josh Triplett <josh@joshtriplett.org>
8213 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8214 L:      linux-kernel@vger.kernel.org
8215 S:      Supported
8216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8217 F:      Documentation/RCU/torture.txt
8218 F:      kernel/rcu/rcutorture.c
8219
8220 RCUTORTURE TEST FRAMEWORK
8221 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8222 M:      Josh Triplett <josh@joshtriplett.org>
8223 R:      Steven Rostedt <rostedt@goodmis.org>
8224 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8225 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8226 L:      linux-kernel@vger.kernel.org
8227 S:      Supported
8228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8229 F:      tools/testing/selftests/rcutorture
8230
8231 RDC R-321X SoC
8232 M:      Florian Fainelli <florian@openwrt.org>
8233 S:      Maintained
8234
8235 RDC R6040 FAST ETHERNET DRIVER
8236 M:      Florian Fainelli <florian@openwrt.org>
8237 L:      netdev@vger.kernel.org
8238 S:      Maintained
8239 F:      drivers/net/ethernet/rdc/r6040.c
8240
8241 RDS - RELIABLE DATAGRAM SOCKETS
8242 M:      Chien Yen <chien.yen@oracle.com>
8243 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8244 S:      Supported
8245 F:      net/rds/
8246
8247 READ-COPY UPDATE (RCU)
8248 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8249 M:      Josh Triplett <josh@joshtriplett.org>
8250 R:      Steven Rostedt <rostedt@goodmis.org>
8251 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8252 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8253 L:      linux-kernel@vger.kernel.org
8254 W:      http://www.rdrop.com/users/paulmck/RCU/
8255 S:      Supported
8256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8257 F:      Documentation/RCU/
8258 X:      Documentation/RCU/torture.txt
8259 F:      include/linux/rcu*
8260 X:      include/linux/srcu.h
8261 F:      kernel/rcu/
8262 X:      kernel/torture.c
8263
8264 REAL TIME CLOCK (RTC) SUBSYSTEM
8265 M:      Alessandro Zummo <a.zummo@towertech.it>
8266 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8267 L:      rtc-linux@googlegroups.com
8268 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8269 S:      Maintained
8270 F:      Documentation/rtc.txt
8271 F:      drivers/rtc/
8272 F:      include/linux/rtc.h
8273 F:      include/uapi/linux/rtc.h
8274
8275 REALTEK AUDIO CODECS
8276 M:      Bard Liao <bardliao@realtek.com>
8277 M:      Oder Chiou <oder_chiou@realtek.com>
8278 S:      Maintained
8279 F:      sound/soc/codecs/rt*
8280 F:      include/sound/rt*.h
8281
8282 REISERFS FILE SYSTEM
8283 L:      reiserfs-devel@vger.kernel.org
8284 S:      Supported
8285 F:      fs/reiserfs/
8286
8287 REGISTER MAP ABSTRACTION
8288 M:      Mark Brown <broonie@kernel.org>
8289 L:      linux-kernel@vger.kernel.org
8290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8291 S:      Supported
8292 F:      drivers/base/regmap/
8293 F:      include/linux/regmap.h
8294
8295 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8296 M:      Ohad Ben-Cohen <ohad@wizery.com>
8297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8298 S:      Maintained
8299 F:      drivers/remoteproc/
8300 F:      Documentation/remoteproc.txt
8301 F:      include/linux/remoteproc.h
8302
8303 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8304 M:      Ohad Ben-Cohen <ohad@wizery.com>
8305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8306 S:      Maintained
8307 F:      drivers/rpmsg/
8308 F:      Documentation/rpmsg.txt
8309 F:      include/linux/rpmsg.h
8310
8311 RESET CONTROLLER FRAMEWORK
8312 M:      Philipp Zabel <p.zabel@pengutronix.de>
8313 S:      Maintained
8314 F:      drivers/reset/
8315 F:      Documentation/devicetree/bindings/reset/
8316 F:      include/linux/reset.h
8317 F:      include/linux/reset-controller.h
8318
8319 RFKILL
8320 M:      Johannes Berg <johannes@sipsolutions.net>
8321 L:      linux-wireless@vger.kernel.org
8322 W:      http://wireless.kernel.org/
8323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8325 S:      Maintained
8326 F:      Documentation/rfkill.txt
8327 F:      net/rfkill/
8328
8329 RHASHTABLE
8330 M:      Thomas Graf <tgraf@suug.ch>
8331 L:      netdev@vger.kernel.org
8332 S:      Maintained
8333 F:      lib/rhashtable.c
8334 F:      include/linux/rhashtable.h
8335
8336 RICOH SMARTMEDIA/XD DRIVER
8337 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8338 S:      Maintained
8339 F:      drivers/mtd/nand/r852.c
8340 F:      drivers/mtd/nand/r852.h
8341
8342 RICOH R5C592 MEMORYSTICK DRIVER
8343 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8344 S:      Maintained
8345 F:      drivers/memstick/host/r592.*
8346
8347 ROCCAT DRIVERS
8348 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8349 W:      http://sourceforge.net/projects/roccat/
8350 S:      Maintained
8351 F:      drivers/hid/hid-roccat*
8352 F:      include/linux/hid-roccat*
8353 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8354
8355 ROCKER DRIVER
8356 M:      Jiri Pirko <jiri@resnulli.us>
8357 M:      Scott Feldman <sfeldma@gmail.com>
8358 L:      netdev@vger.kernel.org
8359 S:      Supported
8360 F:      drivers/net/ethernet/rocker/
8361
8362 ROCKETPORT DRIVER
8363 P:      Comtrol Corp.
8364 W:      http://www.comtrol.com
8365 S:      Maintained
8366 F:      Documentation/serial/rocket.txt
8367 F:      drivers/tty/rocket*
8368
8369 ROCKETPORT EXPRESS/INFINITY DRIVER
8370 M:      Kevin Cernekee <cernekee@gmail.com>
8371 L:      linux-serial@vger.kernel.org
8372 S:      Odd Fixes
8373 F:      drivers/tty/serial/rp2.*
8374
8375 ROSE NETWORK LAYER
8376 M:      Ralf Baechle <ralf@linux-mips.org>
8377 L:      linux-hams@vger.kernel.org
8378 W:      http://www.linux-ax25.org/
8379 S:      Maintained
8380 F:      include/net/rose.h
8381 F:      include/uapi/linux/rose.h
8382 F:      net/rose/
8383
8384 RTL2830 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/rtl2830*
8393
8394 RTL2832 MEDIA DRIVER
8395 M:      Antti Palosaari <crope@iki.fi>
8396 L:      linux-media@vger.kernel.org
8397 W:      http://linuxtv.org/
8398 W:      http://palosaari.fi/linux/
8399 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8400 T:      git git://linuxtv.org/anttip/media_tree.git
8401 S:      Maintained
8402 F:      drivers/media/dvb-frontends/rtl2832*
8403
8404 RTL2832_SDR MEDIA DRIVER
8405 M:      Antti Palosaari <crope@iki.fi>
8406 L:      linux-media@vger.kernel.org
8407 W:      http://linuxtv.org/
8408 W:      http://palosaari.fi/linux/
8409 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8410 T:      git git://linuxtv.org/anttip/media_tree.git
8411 S:      Maintained
8412 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8413
8414 RTL8180 WIRELESS DRIVER
8415 L:      linux-wireless@vger.kernel.org
8416 W:      http://wireless.kernel.org/
8417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8418 S:      Orphan
8419 F:      drivers/net/wireless/rtl818x/rtl8180/
8420
8421 RTL8187 WIRELESS DRIVER
8422 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8423 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8424 M:      Larry Finger <Larry.Finger@lwfinger.net>
8425 L:      linux-wireless@vger.kernel.org
8426 W:      http://wireless.kernel.org/
8427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8428 S:      Maintained
8429 F:      drivers/net/wireless/rtl818x/rtl8187/
8430
8431 RTL8192CE WIRELESS DRIVER
8432 M:      Larry Finger <Larry.Finger@lwfinger.net>
8433 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8434 L:      linux-wireless@vger.kernel.org
8435 W:      http://wireless.kernel.org/
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8437 S:      Maintained
8438 F:      drivers/net/wireless/rtlwifi/
8439 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8440
8441 S3 SAVAGE FRAMEBUFFER DRIVER
8442 M:      Antonino Daplas <adaplas@gmail.com>
8443 L:      linux-fbdev@vger.kernel.org
8444 S:      Maintained
8445 F:      drivers/video/fbdev/savage/
8446
8447 S390
8448 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8449 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8450 M:      linux390@de.ibm.com
8451 L:      linux-s390@vger.kernel.org
8452 W:      http://www.ibm.com/developerworks/linux/linux390/
8453 S:      Supported
8454 F:      arch/s390/
8455 F:      drivers/s390/
8456 F:      Documentation/s390/
8457 F:      Documentation/DocBook/s390*
8458
8459 S390 COMMON I/O LAYER
8460 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8461 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8462 L:      linux-s390@vger.kernel.org
8463 W:      http://www.ibm.com/developerworks/linux/linux390/
8464 S:      Supported
8465 F:      drivers/s390/cio/
8466
8467 S390 DASD DRIVER
8468 M:      Stefan Weinhuber <wein@de.ibm.com>
8469 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8470 L:      linux-s390@vger.kernel.org
8471 W:      http://www.ibm.com/developerworks/linux/linux390/
8472 S:      Supported
8473 F:      drivers/s390/block/dasd*
8474 F:      block/partitions/ibm.c
8475
8476 S390 NETWORK DRIVERS
8477 M:      Ursula Braun <ursula.braun@de.ibm.com>
8478 M:      linux390@de.ibm.com
8479 L:      linux-s390@vger.kernel.org
8480 W:      http://www.ibm.com/developerworks/linux/linux390/
8481 S:      Supported
8482 F:      drivers/s390/net/
8483
8484 S390 PCI SUBSYSTEM
8485 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8486 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8487 L:      linux-s390@vger.kernel.org
8488 W:      http://www.ibm.com/developerworks/linux/linux390/
8489 S:      Supported
8490 F:      arch/s390/pci/
8491 F:      drivers/pci/hotplug/s390_pci_hpc.c
8492
8493 S390 ZCRYPT DRIVER
8494 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8495 M:      linux390@de.ibm.com
8496 L:      linux-s390@vger.kernel.org
8497 W:      http://www.ibm.com/developerworks/linux/linux390/
8498 S:      Supported
8499 F:      drivers/s390/crypto/
8500
8501 S390 ZFCP DRIVER
8502 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8503 M:      linux390@de.ibm.com
8504 L:      linux-s390@vger.kernel.org
8505 W:      http://www.ibm.com/developerworks/linux/linux390/
8506 S:      Supported
8507 F:      drivers/s390/scsi/zfcp_*
8508
8509 S390 IUCV NETWORK LAYER
8510 M:      Ursula Braun <ursula.braun@de.ibm.com>
8511 M:      linux390@de.ibm.com
8512 L:      linux-s390@vger.kernel.org
8513 W:      http://www.ibm.com/developerworks/linux/linux390/
8514 S:      Supported
8515 F:      drivers/s390/net/*iucv*
8516 F:      include/net/iucv/
8517 F:      net/iucv/
8518
8519 S3C24XX SD/MMC Driver
8520 M:      Ben Dooks <ben-linux@fluff.org>
8521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8522 S:      Supported
8523 F:      drivers/mmc/host/s3cmci.*
8524
8525 SAA6588 RDS RECEIVER DRIVER
8526 M:      Hans Verkuil <hverkuil@xs4all.nl>
8527 L:      linux-media@vger.kernel.org
8528 T:      git git://linuxtv.org/media_tree.git
8529 W:      http://linuxtv.org
8530 S:      Odd Fixes
8531 F:      drivers/media/i2c/saa6588*
8532
8533 SAA7134 VIDEO4LINUX DRIVER
8534 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8535 L:      linux-media@vger.kernel.org
8536 W:      http://linuxtv.org
8537 T:      git git://linuxtv.org/media_tree.git
8538 S:      Odd fixes
8539 F:      Documentation/video4linux/*.saa7134
8540 F:      drivers/media/pci/saa7134/
8541
8542 SAA7146 VIDEO4LINUX-2 DRIVER
8543 M:      Hans Verkuil <hverkuil@xs4all.nl>
8544 L:      linux-media@vger.kernel.org
8545 T:      git git://linuxtv.org/media_tree.git
8546 S:      Maintained
8547 F:      drivers/media/common/saa7146/
8548 F:      drivers/media/pci/saa7146/
8549 F:      include/media/saa7146*
8550
8551 SAMSUNG LAPTOP DRIVER
8552 M:      Corentin Chary <corentin.chary@gmail.com>
8553 L:      platform-driver-x86@vger.kernel.org
8554 S:      Maintained
8555 F:      drivers/platform/x86/samsung-laptop.c
8556
8557 SAMSUNG AUDIO (ASoC) DRIVERS
8558 M:      Sangbeom Kim <sbkim73@samsung.com>
8559 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8560 S:      Supported
8561 F:      sound/soc/samsung/
8562
8563 SAMSUNG FRAMEBUFFER DRIVER
8564 M:      Jingoo Han <jingoohan1@gmail.com>
8565 L:      linux-fbdev@vger.kernel.org
8566 S:      Maintained
8567 F:      drivers/video/fbdev/s3c-fb.c
8568
8569 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8570 M:      Sangbeom Kim <sbkim73@samsung.com>
8571 L:      linux-kernel@vger.kernel.org
8572 S:      Supported
8573 F:      drivers/mfd/sec*.c
8574 F:      drivers/regulator/s2m*.c
8575 F:      drivers/regulator/s5m*.c
8576 F:      include/linux/mfd/samsung/
8577
8578 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8579 M:      Kyungmin Park <kyungmin.park@samsung.com>
8580 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8581 L:      linux-media@vger.kernel.org
8582 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8583 S:      Supported
8584 F:      drivers/media/platform/exynos4-is/
8585
8586 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8587 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8588 L:      linux-media@vger.kernel.org
8589 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8590 S:      Maintained
8591 F:      drivers/media/platform/s3c-camif/
8592 F:      include/media/s3c_camif.h
8593
8594 SAMSUNG S5C73M3 CAMERA DRIVER
8595 M:      Kyungmin Park <kyungmin.park@samsung.com>
8596 M:      Andrzej Hajda <a.hajda@samsung.com>
8597 L:      linux-media@vger.kernel.org
8598 S:      Supported
8599 F:      drivers/media/i2c/s5c73m3/*
8600
8601 SAMSUNG S5K5BAF CAMERA DRIVER
8602 M:      Kyungmin Park <kyungmin.park@samsung.com>
8603 M:      Andrzej Hajda <a.hajda@samsung.com>
8604 L:      linux-media@vger.kernel.org
8605 S:      Supported
8606 F:      drivers/media/i2c/s5k5baf.c
8607
8608 SAMSUNG SOC CLOCK DRIVERS
8609 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8610 M:      Tomasz Figa <tomasz.figa@gmail.com>
8611 S:      Supported
8612 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8613 F:      drivers/clk/samsung/
8614
8615 SAMSUNG SXGBE DRIVERS
8616 M:      Byungho An <bh74.an@samsung.com>
8617 M:      Girish K S <ks.giri@samsung.com>
8618 M:      Vipul Pandya <vipul.pandya@samsung.com>
8619 S:      Supported
8620 L:      netdev@vger.kernel.org
8621 F:      drivers/net/ethernet/samsung/sxgbe/
8622
8623 SAMSUNG THERMAL DRIVER
8624 M:      Lukasz Majewski <l.majewski@samsung.com>
8625 L:      linux-pm@vger.kernel.org
8626 L:      linux-samsung-soc@vger.kernel.org
8627 S:      Supported
8628 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8629 F:      drivers/thermal/samsung/
8630
8631 SAMSUNG USB2 PHY DRIVER
8632 M:      Kamil Debski <k.debski@samsung.com>
8633 L:      linux-kernel@vger.kernel.org
8634 S:      Supported
8635 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8636 F:      Documentation/phy/samsung-usb2.txt
8637 F:      drivers/phy/phy-exynos4210-usb2.c
8638 F:      drivers/phy/phy-exynos4x12-usb2.c
8639 F:      drivers/phy/phy-exynos5250-usb2.c
8640 F:      drivers/phy/phy-s5pv210-usb2.c
8641 F:      drivers/phy/phy-samsung-usb2.c
8642 F:      drivers/phy/phy-samsung-usb2.h
8643
8644 SERIAL DRIVERS
8645 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8646 L:      linux-serial@vger.kernel.org
8647 S:      Maintained
8648 F:      drivers/tty/serial/
8649
8650 SYNOPSYS DESIGNWARE DMAC DRIVER
8651 M:      Viresh Kumar <viresh.linux@gmail.com>
8652 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8653 S:      Maintained
8654 F:      include/linux/dma/dw.h
8655 F:      include/linux/platform_data/dma-dw.h
8656 F:      drivers/dma/dw/
8657
8658 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8659 M:      Seungwon Jeon <tgih.jun@samsung.com>
8660 M:      Jaehoon Chung <jh80.chung@samsung.com>
8661 L:      linux-mmc@vger.kernel.org
8662 S:      Maintained
8663 F:      include/linux/mmc/dw_mmc.h
8664 F:      drivers/mmc/host/dw_mmc*
8665
8666 THUNDERBOLT DRIVER
8667 M:      Andreas Noever <andreas.noever@gmail.com>
8668 S:      Maintained
8669 F:      drivers/thunderbolt/
8670
8671 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8672 M:      John Stultz <john.stultz@linaro.org>
8673 M:      Thomas Gleixner <tglx@linutronix.de>
8674 L:      linux-kernel@vger.kernel.org
8675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8676 S:      Supported
8677 F:      include/linux/clocksource.h
8678 F:      include/linux/time.h
8679 F:      include/linux/timex.h
8680 F:      include/uapi/linux/time.h
8681 F:      include/uapi/linux/timex.h
8682 F:      kernel/time/clocksource.c
8683 F:      kernel/time/time*.c
8684 F:      kernel/time/ntp.c
8685 F:      tools/testing/selftests/timers/
8686
8687 SC1200 WDT DRIVER
8688 M:      Zwane Mwaikambo <zwanem@gmail.com>
8689 S:      Maintained
8690 F:      drivers/watchdog/sc1200wdt.c
8691
8692 SCHEDULER
8693 M:      Ingo Molnar <mingo@redhat.com>
8694 M:      Peter Zijlstra <peterz@infradead.org>
8695 L:      linux-kernel@vger.kernel.org
8696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8697 S:      Maintained
8698 F:      kernel/sched/
8699 F:      include/linux/sched.h
8700 F:      include/uapi/linux/sched.h
8701 F:      include/linux/wait.h
8702
8703 SCORE ARCHITECTURE
8704 M:      Chen Liqin <liqin.linux@gmail.com>
8705 M:      Lennox Wu <lennox.wu@gmail.com>
8706 W:      http://www.sunplus.com
8707 S:      Supported
8708 F:      arch/score/
8709
8710 SCSI CDROM DRIVER
8711 M:      Jens Axboe <axboe@kernel.dk>
8712 L:      linux-scsi@vger.kernel.org
8713 W:      http://www.kernel.dk
8714 S:      Maintained
8715 F:      drivers/scsi/sr*
8716
8717 SCSI RDMA PROTOCOL (SRP) INITIATOR
8718 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8719 L:      linux-rdma@vger.kernel.org
8720 S:      Supported
8721 W:      http://www.openfabrics.org
8722 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8724 F:      drivers/infiniband/ulp/srp/
8725 F:      include/scsi/srp.h
8726
8727 SCSI SG DRIVER
8728 M:      Doug Gilbert <dgilbert@interlog.com>
8729 L:      linux-scsi@vger.kernel.org
8730 W:      http://sg.danny.cz/sg
8731 S:      Maintained
8732 F:      Documentation/scsi/scsi-generic.txt
8733 F:      drivers/scsi/sg.c
8734 F:      include/scsi/sg.h
8735
8736 SCSI SUBSYSTEM
8737 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8738 L:      linux-scsi@vger.kernel.org
8739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8740 S:      Maintained
8741 F:      drivers/scsi/
8742 F:      include/scsi/
8743
8744 SCSI TAPE DRIVER
8745 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8746 L:      linux-scsi@vger.kernel.org
8747 S:      Maintained
8748 F:      Documentation/scsi/st.txt
8749 F:      drivers/scsi/st.*
8750 F:      drivers/scsi/st_*.h
8751
8752 SCTP PROTOCOL
8753 M:      Vlad Yasevich <vyasevich@gmail.com>
8754 M:      Neil Horman <nhorman@tuxdriver.com>
8755 L:      linux-sctp@vger.kernel.org
8756 W:      http://lksctp.sourceforge.net
8757 S:      Maintained
8758 F:      Documentation/networking/sctp.txt
8759 F:      include/linux/sctp.h
8760 F:      include/uapi/linux/sctp.h
8761 F:      include/net/sctp/
8762 F:      net/sctp/
8763
8764 SCx200 CPU SUPPORT
8765 M:      Jim Cromie <jim.cromie@gmail.com>
8766 S:      Odd Fixes
8767 F:      Documentation/i2c/busses/scx200_acb
8768 F:      arch/x86/platform/scx200/
8769 F:      drivers/watchdog/scx200_wdt.c
8770 F:      drivers/i2c/busses/scx200*
8771 F:      drivers/mtd/maps/scx200_docflash.c
8772 F:      include/linux/scx200.h
8773
8774 SCx200 GPIO DRIVER
8775 M:      Jim Cromie <jim.cromie@gmail.com>
8776 S:      Maintained
8777 F:      drivers/char/scx200_gpio.c
8778 F:      include/linux/scx200_gpio.h
8779
8780 SCx200 HRT CLOCKSOURCE DRIVER
8781 M:      Jim Cromie <jim.cromie@gmail.com>
8782 S:      Maintained
8783 F:      drivers/clocksource/scx200_hrt.c
8784
8785 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8786 M:      Sascha Sommer <saschasommer@freenet.de>
8787 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8788 S:      Maintained
8789 F:      drivers/mmc/host/sdricoh_cs.c
8790
8791 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8792 L:      linux-mmc@vger.kernel.org
8793 S:      Orphan
8794 F:      drivers/mmc/host/sdhci.*
8795 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8796
8797 SECURE COMPUTING
8798 M:      Kees Cook <keescook@chromium.org>
8799 R:      Andy Lutomirski <luto@amacapital.net>
8800 R:      Will Drewry <wad@chromium.org>
8801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8802 S:      Supported
8803 F:      kernel/seccomp.c
8804 F:      include/uapi/linux/seccomp.h
8805 F:      include/linux/seccomp.h
8806 K:      \bsecure_computing
8807 K:      \bTIF_SECCOMP\b
8808
8809 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8810 M:      Ben Dooks <ben-linux@fluff.org>
8811 M:      Jaehoon Chung <jh80.chung@samsung.com>
8812 L:      linux-mmc@vger.kernel.org
8813 S:      Maintained
8814 F:      drivers/mmc/host/sdhci-s3c*
8815
8816 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8817 M:      Viresh Kumar <viresh.linux@gmail.com>
8818 L:      spear-devel@list.st.com
8819 L:      linux-mmc@vger.kernel.org
8820 S:      Maintained
8821 F:      drivers/mmc/host/sdhci-spear.c
8822
8823 SECURITY SUBSYSTEM
8824 M:      James Morris <james.l.morris@oracle.com>
8825 M:      Serge E. Hallyn <serge@hallyn.com>
8826 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8828 W:      http://kernsec.org/
8829 S:      Supported
8830 F:      security/
8831
8832 SECURITY CONTACT
8833 M:      Security Officers <security@kernel.org>
8834 S:      Supported
8835
8836 SELINUX SECURITY MODULE
8837 M:      Paul Moore <paul@paul-moore.com>
8838 M:      Stephen Smalley <sds@tycho.nsa.gov>
8839 M:      Eric Paris <eparis@parisplace.org>
8840 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8841 W:      http://selinuxproject.org
8842 T:      git git://git.infradead.org/users/pcmoore/selinux
8843 S:      Supported
8844 F:      include/linux/selinux*
8845 F:      security/selinux/
8846 F:      scripts/selinux/
8847
8848 APPARMOR SECURITY MODULE
8849 M:      John Johansen <john.johansen@canonical.com>
8850 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8851 W:      apparmor.wiki.kernel.org
8852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8853 S:      Supported
8854 F:      security/apparmor/
8855
8856 SENSABLE PHANTOM
8857 M:      Jiri Slaby <jirislaby@gmail.com>
8858 S:      Maintained
8859 F:      drivers/misc/phantom.c
8860 F:      include/uapi/linux/phantom.h
8861
8862 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8863 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8864 M:      Minh Tran <minh.tran@avagotech.com>
8865 M:      John Soni Jose <sony.john-n@avagotech.com>
8866 L:      linux-scsi@vger.kernel.org
8867 W:      http://www.avagotech.com
8868 S:      Supported
8869 F:      drivers/scsi/be2iscsi/
8870
8871 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8872 M:      Sathya Perla <sathya.perla@avagotech.com>
8873 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8874 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8875 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8876 L:      netdev@vger.kernel.org
8877 W:      http://www.emulex.com
8878 S:      Supported
8879 F:      drivers/net/ethernet/emulex/benet/
8880
8881 EMULEX ONECONNECT ROCE DRIVER
8882 M:      Selvin Xavier <selvin.xavier@emulex.com>
8883 M:      Devesh Sharma <devesh.sharma@emulex.com>
8884 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8885 L:      linux-rdma@vger.kernel.org
8886 W:      http://www.emulex.com
8887 S:      Supported
8888 F:      drivers/infiniband/hw/ocrdma/
8889
8890 SFC NETWORK DRIVER
8891 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8892 M:      Shradha Shah <sshah@solarflare.com>
8893 L:      netdev@vger.kernel.org
8894 S:      Supported
8895 F:      drivers/net/ethernet/sfc/
8896
8897 SGI GRU DRIVER
8898 M:      Dimitri Sivanich <sivanich@sgi.com>
8899 S:      Maintained
8900 F:      drivers/misc/sgi-gru/
8901
8902 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8903 M:      Pat Gefre <pfg@sgi.com>
8904 L:      linux-ia64@vger.kernel.org
8905 S:      Supported
8906 F:      Documentation/ia64/serial.txt
8907 F:      drivers/tty/serial/ioc?_serial.c
8908 F:      include/linux/ioc?.h
8909
8910 SGI XP/XPC/XPNET DRIVER
8911 M:      Cliff Whickman <cpw@sgi.com>
8912 M:      Robin Holt <robinmholt@gmail.com>
8913 S:      Maintained
8914 F:      drivers/misc/sgi-xp/
8915
8916 SI2157 MEDIA DRIVER
8917 M:      Antti Palosaari <crope@iki.fi>
8918 L:      linux-media@vger.kernel.org
8919 W:      http://linuxtv.org/
8920 W:      http://palosaari.fi/linux/
8921 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8922 T:      git git://linuxtv.org/anttip/media_tree.git
8923 S:      Maintained
8924 F:      drivers/media/tuners/si2157*
8925
8926 SI2168 MEDIA DRIVER
8927 M:      Antti Palosaari <crope@iki.fi>
8928 L:      linux-media@vger.kernel.org
8929 W:      http://linuxtv.org/
8930 W:      http://palosaari.fi/linux/
8931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8932 T:      git git://linuxtv.org/anttip/media_tree.git
8933 S:      Maintained
8934 F:      drivers/media/dvb-frontends/si2168*
8935
8936 SI470X FM RADIO RECEIVER I2C DRIVER
8937 M:      Hans Verkuil <hverkuil@xs4all.nl>
8938 L:      linux-media@vger.kernel.org
8939 T:      git git://linuxtv.org/media_tree.git
8940 W:      http://linuxtv.org
8941 S:      Odd Fixes
8942 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8943
8944 SI470X FM RADIO RECEIVER USB DRIVER
8945 M:      Hans Verkuil <hverkuil@xs4all.nl>
8946 L:      linux-media@vger.kernel.org
8947 T:      git git://linuxtv.org/media_tree.git
8948 W:      http://linuxtv.org
8949 S:      Maintained
8950 F:      drivers/media/radio/si470x/radio-si470x-common.c
8951 F:      drivers/media/radio/si470x/radio-si470x.h
8952 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8953
8954 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8955 M:      Eduardo Valentin <edubezval@gmail.com>
8956 L:      linux-media@vger.kernel.org
8957 T:      git git://linuxtv.org/media_tree.git
8958 W:      http://linuxtv.org
8959 S:      Odd Fixes
8960 F:      drivers/media/radio/si4713/si4713.?
8961
8962 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8963 M:      Eduardo Valentin <edubezval@gmail.com>
8964 L:      linux-media@vger.kernel.org
8965 T:      git git://linuxtv.org/media_tree.git
8966 W:      http://linuxtv.org
8967 S:      Odd Fixes
8968 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8969
8970 SI4713 FM RADIO TRANSMITTER USB DRIVER
8971 M:      Hans Verkuil <hverkuil@xs4all.nl>
8972 L:      linux-media@vger.kernel.org
8973 T:      git git://linuxtv.org/media_tree.git
8974 W:      http://linuxtv.org
8975 S:      Maintained
8976 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8977
8978 SIANO DVB DRIVER
8979 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8980 L:      linux-media@vger.kernel.org
8981 W:      http://linuxtv.org
8982 T:      git git://linuxtv.org/media_tree.git
8983 S:      Odd fixes
8984 F:      drivers/media/common/siano/
8985 F:      drivers/media/usb/siano/
8986 F:      drivers/media/usb/siano/
8987 F:      drivers/media/mmc/siano/
8988
8989 SIMPLEFB FB DRIVER
8990 M:      Hans de Goede <hdegoede@redhat.com>
8991 L:      linux-fbdev@vger.kernel.org
8992 S:      Maintained
8993 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8994 F:      drivers/video/fbdev/simplefb.c
8995 F:      include/linux/platform_data/simplefb.h
8996
8997 SH_VEU V4L2 MEM2MEM DRIVER
8998 L:      linux-media@vger.kernel.org
8999 S:      Orphan
9000 F:      drivers/media/platform/sh_veu.c
9001
9002 SH_VOU V4L2 OUTPUT DRIVER
9003 L:      linux-media@vger.kernel.org
9004 S:      Orphan
9005 F:      drivers/media/platform/sh_vou.c
9006 F:      include/media/sh_vou.h
9007
9008 SIMPLE FIRMWARE INTERFACE (SFI)
9009 M:      Len Brown <lenb@kernel.org>
9010 L:      sfi-devel@simplefirmware.org
9011 W:      http://simplefirmware.org/
9012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9013 S:      Supported
9014 F:      arch/x86/platform/sfi/
9015 F:      drivers/sfi/
9016 F:      include/linux/sfi*.h
9017
9018 SIMTEC EB110ATX (Chalice CATS)
9019 P:      Ben Dooks
9020 P:      Vincent Sanders <vince@simtec.co.uk>
9021 M:      Simtec Linux Team <linux@simtec.co.uk>
9022 W:      http://www.simtec.co.uk/products/EB110ATX/
9023 S:      Supported
9024
9025 SIMTEC EB2410ITX (BAST)
9026 P:      Ben Dooks
9027 P:      Vincent Sanders <vince@simtec.co.uk>
9028 M:      Simtec Linux Team <linux@simtec.co.uk>
9029 W:      http://www.simtec.co.uk/products/EB2410ITX/
9030 S:      Supported
9031 F:      arch/arm/mach-s3c24xx/mach-bast.c
9032 F:      arch/arm/mach-s3c24xx/bast-ide.c
9033 F:      arch/arm/mach-s3c24xx/bast-irq.c
9034
9035 TI DAVINCI MACHINE SUPPORT
9036 M:      Sekhar Nori <nsekhar@ti.com>
9037 M:      Kevin Hilman <khilman@deeprootsystems.com>
9038 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9039 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9040 S:      Supported
9041 F:      arch/arm/mach-davinci/
9042 F:      drivers/i2c/busses/i2c-davinci.c
9043
9044 TI DAVINCI SERIES MEDIA DRIVER
9045 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9046 L:      linux-media@vger.kernel.org
9047 W:      http://linuxtv.org/
9048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9049 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9050 S:      Maintained
9051 F:      drivers/media/platform/davinci/
9052 F:      include/media/davinci/
9053
9054 TI AM437X VPFE DRIVER
9055 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9056 L:      linux-media@vger.kernel.org
9057 W:      http://linuxtv.org/
9058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9059 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9060 S:      Maintained
9061 F:      drivers/media/platform/am437x/
9062
9063 OV2659 OMNIVISION SENSOR DRIVER
9064 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9065 L:      linux-media@vger.kernel.org
9066 W:      http://linuxtv.org/
9067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9068 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9069 S:      Maintained
9070 F:      drivers/media/i2c/ov2659.c
9071 F:      include/media/ov2659.h
9072
9073 SIS 190 ETHERNET DRIVER
9074 M:      Francois Romieu <romieu@fr.zoreil.com>
9075 L:      netdev@vger.kernel.org
9076 S:      Maintained
9077 F:      drivers/net/ethernet/sis/sis190.c
9078
9079 SIS 900/7016 FAST ETHERNET DRIVER
9080 M:      Daniele Venzano <venza@brownhat.org>
9081 W:      http://www.brownhat.org/sis900.html
9082 L:      netdev@vger.kernel.org
9083 S:      Maintained
9084 F:      drivers/net/ethernet/sis/sis900.*
9085
9086 SIS FRAMEBUFFER DRIVER
9087 M:      Thomas Winischhofer <thomas@winischhofer.net>
9088 W:      http://www.winischhofer.net/linuxsisvga.shtml
9089 S:      Maintained
9090 F:      Documentation/fb/sisfb.txt
9091 F:      drivers/video/fbdev/sis/
9092 F:      include/video/sisfb.h
9093
9094 SIS USB2VGA DRIVER
9095 M:      Thomas Winischhofer <thomas@winischhofer.net>
9096 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9097 S:      Maintained
9098 F:      drivers/usb/misc/sisusbvga/
9099
9100 SLAB ALLOCATOR
9101 M:      Christoph Lameter <cl@linux.com>
9102 M:      Pekka Enberg <penberg@kernel.org>
9103 M:      David Rientjes <rientjes@google.com>
9104 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9105 M:      Andrew Morton <akpm@linux-foundation.org>
9106 L:      linux-mm@kvack.org
9107 S:      Maintained
9108 F:      include/linux/sl?b*.h
9109 F:      mm/sl?b*
9110
9111 SLEEPABLE READ-COPY UPDATE (SRCU)
9112 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9113 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9114 M:      Josh Triplett <josh@joshtriplett.org>
9115 R:      Steven Rostedt <rostedt@goodmis.org>
9116 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9117 L:      linux-kernel@vger.kernel.org
9118 W:      http://www.rdrop.com/users/paulmck/RCU/
9119 S:      Supported
9120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9121 F:      include/linux/srcu.h
9122 F:      kernel/rcu/srcu.c
9123
9124 SMACK SECURITY MODULE
9125 M:      Casey Schaufler <casey@schaufler-ca.com>
9126 L:      linux-security-module@vger.kernel.org
9127 W:      http://schaufler-ca.com
9128 T:      git git://git.gitorious.org/smack-next/kernel.git
9129 S:      Maintained
9130 F:      Documentation/security/Smack.txt
9131 F:      security/smack/
9132
9133 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9134 M:      Kevin Hilman <khilman@kernel.org>
9135 M:      Nishanth Menon <nm@ti.com>
9136 S:      Maintained
9137 F:      drivers/power/avs/
9138 F:      include/linux/power/smartreflex.h
9139 L:      linux-pm@vger.kernel.org
9140
9141 SMC91x ETHERNET DRIVER
9142 M:      Nicolas Pitre <nico@fluxnic.net>
9143 S:      Odd Fixes
9144 F:      drivers/net/ethernet/smsc/smc91x.*
9145
9146 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9147 M:      Sakari Ailus <sakari.ailus@iki.fi>
9148 L:      linux-media@vger.kernel.org
9149 S:      Maintained
9150 F:      drivers/media/i2c/smiapp/
9151 F:      include/media/smiapp.h
9152 F:      drivers/media/i2c/smiapp-pll.c
9153 F:      drivers/media/i2c/smiapp-pll.h
9154 F:      include/uapi/linux/smiapp.h
9155 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9156
9157 SMM665 HARDWARE MONITOR DRIVER
9158 M:      Guenter Roeck <linux@roeck-us.net>
9159 L:      lm-sensors@lm-sensors.org
9160 S:      Maintained
9161 F:      Documentation/hwmon/smm665
9162 F:      drivers/hwmon/smm665.c
9163
9164 SMSC EMC2103 HARDWARE MONITOR DRIVER
9165 M:      Steve Glendinning <steve.glendinning@shawell.net>
9166 L:      lm-sensors@lm-sensors.org
9167 S:      Maintained
9168 F:      Documentation/hwmon/emc2103
9169 F:      drivers/hwmon/emc2103.c
9170
9171 SMSC SCH5627 HARDWARE MONITOR DRIVER
9172 M:      Hans de Goede <hdegoede@redhat.com>
9173 L:      lm-sensors@lm-sensors.org
9174 S:      Supported
9175 F:      Documentation/hwmon/sch5627
9176 F:      drivers/hwmon/sch5627.c
9177
9178 SMSC47B397 HARDWARE MONITOR DRIVER
9179 M:      Jean Delvare <jdelvare@suse.de>
9180 L:      lm-sensors@lm-sensors.org
9181 S:      Maintained
9182 F:      Documentation/hwmon/smsc47b397
9183 F:      drivers/hwmon/smsc47b397.c
9184
9185 SMSC911x ETHERNET DRIVER
9186 M:      Steve Glendinning <steve.glendinning@shawell.net>
9187 L:      netdev@vger.kernel.org
9188 S:      Maintained
9189 F:      include/linux/smsc911x.h
9190 F:      drivers/net/ethernet/smsc/smsc911x.*
9191
9192 SMSC9420 PCI ETHERNET DRIVER
9193 M:      Steve Glendinning <steve.glendinning@shawell.net>
9194 L:      netdev@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/net/ethernet/smsc/smsc9420.*
9197
9198 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9199 M:      Steve Glendinning <steve.glendinning@shawell.net>
9200 L:      linux-fbdev@vger.kernel.org
9201 S:      Maintained
9202 F:      drivers/video/fbdev/smscufx.c
9203
9204 SOC-CAMERA V4L2 SUBSYSTEM
9205 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9206 L:      linux-media@vger.kernel.org
9207 T:      git git://linuxtv.org/media_tree.git
9208 S:      Maintained
9209 F:      include/media/soc*
9210 F:      drivers/media/i2c/soc_camera/
9211 F:      drivers/media/platform/soc_camera/
9212
9213 SOEKRIS NET48XX LED SUPPORT
9214 M:      Chris Boot <bootc@bootc.net>
9215 S:      Maintained
9216 F:      drivers/leds/leds-net48xx.c
9217
9218 SOFTLOGIC 6x10 MPEG CODEC
9219 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9220 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9221 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9222 M:      Ismael Luceno <ismael@iodev.co.uk>
9223 L:      linux-media@vger.kernel.org
9224 S:      Supported
9225 F:      drivers/media/pci/solo6x10/
9226
9227 SOFTWARE RAID (Multiple Disks) SUPPORT
9228 M:      Neil Brown <neilb@suse.de>
9229 L:      linux-raid@vger.kernel.org
9230 S:      Supported
9231 F:      drivers/md/
9232 F:      include/linux/raid/
9233 F:      include/uapi/linux/raid/
9234
9235 SONIC NETWORK DRIVER
9236 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9237 L:      netdev@vger.kernel.org
9238 S:      Maintained
9239 F:      drivers/net/ethernet/natsemi/sonic.*
9240
9241 SONICS SILICON BACKPLANE DRIVER (SSB)
9242 M:      Michael Buesch <m@bues.ch>
9243 L:      netdev@vger.kernel.org
9244 S:      Maintained
9245 F:      drivers/ssb/
9246 F:      include/linux/ssb/
9247
9248 SONY VAIO CONTROL DEVICE DRIVER
9249 M:      Mattia Dongili <malattia@linux.it>
9250 L:      platform-driver-x86@vger.kernel.org
9251 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9252 S:      Maintained
9253 F:      Documentation/laptops/sony-laptop.txt
9254 F:      drivers/char/sonypi.c
9255 F:      drivers/platform/x86/sony-laptop.c
9256 F:      include/linux/sony-laptop.h
9257
9258 SONY MEMORYSTICK CARD SUPPORT
9259 M:      Alex Dubov <oakad@yahoo.com>
9260 W:      http://tifmxx.berlios.de/
9261 S:      Maintained
9262 F:      drivers/memstick/host/tifm_ms.c
9263
9264 SONY MEMORYSTICK STANDARD SUPPORT
9265 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9266 S:      Maintained
9267 F:      drivers/memstick/core/ms_block.*
9268
9269 SOUND
9270 M:      Jaroslav Kysela <perex@perex.cz>
9271 M:      Takashi Iwai <tiwai@suse.de>
9272 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9273 W:      http://www.alsa-project.org/
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9275 T:      git git://git.alsa-project.org/alsa-kernel.git
9276 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9277 S:      Maintained
9278 F:      Documentation/sound/
9279 F:      include/sound/
9280 F:      include/uapi/sound/
9281 F:      sound/
9282
9283 SOUND - COMPRESSED AUDIO
9284 M:      Vinod Koul <vinod.koul@intel.com>
9285 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9287 S:      Supported
9288 F:      Documentation/sound/alsa/compress_offload.txt
9289 F:      include/sound/compress_driver.h
9290 F:      include/uapi/sound/compress_*
9291 F:      sound/core/compress_offload.c
9292 F:      sound/soc/soc-compress.c
9293
9294 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9295 M:      Liam Girdwood <lgirdwood@gmail.com>
9296 M:      Mark Brown <broonie@kernel.org>
9297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9298 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9299 W:      http://alsa-project.org/main/index.php/ASoC
9300 S:      Supported
9301 F:      Documentation/sound/alsa/soc/
9302 F:      sound/soc/
9303 F:      include/sound/soc*
9304
9305 SOUND - DMAENGINE HELPERS
9306 M:      Lars-Peter Clausen <lars@metafoo.de>
9307 S:      Supported
9308 F:      include/sound/dmaengine_pcm.h
9309 F:      sound/core/pcm_dmaengine.c
9310 F:      sound/soc/soc-generic-dmaengine-pcm.c
9311
9312 SP2 MEDIA DRIVER
9313 M:      Olli Salonen <olli.salonen@iki.fi>
9314 L:      linux-media@vger.kernel.org
9315 W:      http://linuxtv.org/
9316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9317 S:      Maintained
9318 F:      drivers/media/dvb-frontends/sp2*
9319
9320 SPARC + UltraSPARC (sparc/sparc64)
9321 M:      "David S. Miller" <davem@davemloft.net>
9322 L:      sparclinux@vger.kernel.org
9323 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9326 S:      Maintained
9327 F:      arch/sparc/
9328 F:      drivers/sbus/
9329
9330 SPARC SERIAL DRIVERS
9331 M:      "David S. Miller" <davem@davemloft.net>
9332 L:      sparclinux@vger.kernel.org
9333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9335 S:      Maintained
9336 F:      include/linux/sunserialcore.h
9337 F:      drivers/tty/serial/suncore.c
9338 F:      drivers/tty/serial/sunhv.c
9339 F:      drivers/tty/serial/sunsab.c
9340 F:      drivers/tty/serial/sunsab.h
9341 F:      drivers/tty/serial/sunsu.c
9342 F:      drivers/tty/serial/sunzilog.c
9343 F:      drivers/tty/serial/sunzilog.h
9344
9345 SPARSE CHECKER
9346 M:      "Christopher Li" <sparse@chrisli.org>
9347 L:      linux-sparse@vger.kernel.org
9348 W:      https://sparse.wiki.kernel.org/
9349 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9350 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9351 S:      Maintained
9352 F:      include/linux/compiler.h
9353
9354 SPEAR PLATFORM SUPPORT
9355 M:      Viresh Kumar <viresh.linux@gmail.com>
9356 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9357 L:      spear-devel@list.st.com
9358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9359 W:      http://www.st.com/spear
9360 S:      Maintained
9361 F:      arch/arm/mach-spear/
9362
9363 SPEAR CLOCK FRAMEWORK SUPPORT
9364 M:      Viresh Kumar <viresh.linux@gmail.com>
9365 L:      spear-devel@list.st.com
9366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9367 W:      http://www.st.com/spear
9368 S:      Maintained
9369 F:      drivers/clk/spear/
9370
9371 SPI SUBSYSTEM
9372 M:      Mark Brown <broonie@kernel.org>
9373 L:      linux-spi@vger.kernel.org
9374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9375 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9376 S:      Maintained
9377 F:      Documentation/spi/
9378 F:      drivers/spi/
9379 F:      include/linux/spi/
9380 F:      include/uapi/linux/spi/
9381
9382 SPIDERNET NETWORK DRIVER for CELL
9383 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9384 M:      Jens Osterkamp <jens@de.ibm.com>
9385 L:      netdev@vger.kernel.org
9386 S:      Supported
9387 F:      Documentation/networking/spider_net.txt
9388 F:      drivers/net/ethernet/toshiba/spider_net*
9389
9390 SPU FILE SYSTEM
9391 M:      Jeremy Kerr <jk@ozlabs.org>
9392 L:      linuxppc-dev@lists.ozlabs.org
9393 L:      cbe-oss-dev@lists.ozlabs.org
9394 W:      http://www.ibm.com/developerworks/power/cell/
9395 S:      Supported
9396 F:      Documentation/filesystems/spufs.txt
9397 F:      arch/powerpc/platforms/cell/spufs/
9398
9399 SQUASHFS FILE SYSTEM
9400 M:      Phillip Lougher <phillip@squashfs.org.uk>
9401 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9402 W:      http://squashfs.org.uk
9403 S:      Maintained
9404 F:      Documentation/filesystems/squashfs.txt
9405 F:      fs/squashfs/
9406
9407 SRM (Alpha) environment access
9408 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9409 S:      Maintained
9410 F:      arch/alpha/kernel/srm_env.c
9411
9412 STABLE BRANCH
9413 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9414 L:      stable@vger.kernel.org
9415 S:      Supported
9416 F:      Documentation/stable_kernel_rules.txt
9417
9418 STAGING SUBSYSTEM
9419 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9421 L:      devel@driverdev.osuosl.org
9422 S:      Supported
9423 F:      drivers/staging/
9424
9425 STAGING - COMEDI
9426 M:      Ian Abbott <abbotti@mev.co.uk>
9427 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9428 S:      Odd Fixes
9429 F:      drivers/staging/comedi/
9430
9431 STAGING - FLARION FT1000 DRIVERS
9432 M:      Marek Belisko <marek.belisko@gmail.com>
9433 S:      Odd Fixes
9434 F:      drivers/staging/ft1000/
9435
9436 STAGING - INDUSTRIAL IO
9437 M:      Jonathan Cameron <jic23@kernel.org>
9438 L:      linux-iio@vger.kernel.org
9439 S:      Odd Fixes
9440 F:      drivers/staging/iio/
9441
9442 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9443 M:      Jarod Wilson <jarod@wilsonet.com>
9444 W:      http://www.lirc.org/
9445 S:      Odd Fixes
9446 F:      drivers/staging/media/lirc/
9447
9448 STAGING - LUSTRE PARALLEL FILESYSTEM
9449 M:      Oleg Drokin <oleg.drokin@intel.com>
9450 M:      Andreas Dilger <andreas.dilger@intel.com>
9451 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9452 W:      http://lustre.opensfs.org/
9453 S:      Maintained
9454 F:      drivers/staging/lustre
9455
9456 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9457 M:      Julian Andres Klode <jak@jak-linux.org>
9458 M:      Marc Dietrich <marvin24@gmx.de>
9459 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9460 L:      linux-tegra@vger.kernel.org
9461 S:      Maintained
9462 F:      drivers/staging/nvec/
9463
9464 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9465 M:      Jens Frederich <jfrederich@gmail.com>
9466 M:      Daniel Drake <dsd@laptop.org>
9467 M:      Jon Nettleton <jon.nettleton@gmail.com>
9468 W:      http://wiki.laptop.org/go/DCON
9469 S:      Maintained
9470 F:      drivers/staging/olpc_dcon/
9471
9472 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9473 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9474 S:      Maintained
9475 F:      drivers/staging/ozwpan/
9476
9477 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9478 M:      Willy Tarreau <willy@meta-x.org>
9479 S:      Odd Fixes
9480 F:      drivers/staging/panel/
9481
9482 STAGING - REALTEK RTL8712U DRIVERS
9483 M:      Larry Finger <Larry.Finger@lwfinger.net>
9484 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9485 S:      Odd Fixes
9486 F:      drivers/staging/rtl8712/
9487
9488 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9489 M:      Larry Finger <Larry.Finger@lwfinger.net>
9490 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9491 L:      linux-wireless@vger.kernel.org
9492 S:      Maintained
9493 F:      drivers/staging/rtl8723au/
9494
9495 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9496 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9497 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9498 M:      Sudip Mukherjee <sudip@vectorindia.org>
9499 L:      linux-fbdev@vger.kernel.org
9500 S:      Maintained
9501 F:      drivers/staging/sm7xxfb/
9502
9503 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9504 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9505 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9506 M:      Sudip Mukherjee <sudip@vectorindia.org>
9507 L:      linux-fbdev@vger.kernel.org
9508 S:      Maintained
9509 F:      drivers/staging/sm750fb/
9510
9511 STAGING - SLICOSS
9512 M:      Lior Dotan <liodot@gmail.com>
9513 M:      Christopher Harrer <charrer@alacritech.com>
9514 S:      Odd Fixes
9515 F:      drivers/staging/slicoss/
9516
9517 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9518 M:      William Hubbs <w.d.hubbs@gmail.com>
9519 M:      Chris Brannon <chris@the-brannons.com>
9520 M:      Kirk Reiser <kirk@reisers.ca>
9521 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9522 L:      speakup@linux-speakup.org
9523 W:      http://www.linux-speakup.org/
9524 S:      Odd Fixes
9525 F:      drivers/staging/speakup/
9526
9527 STAGING - VIA VT665X DRIVERS
9528 M:      Forest Bond <forest@alittletooquiet.net>
9529 S:      Odd Fixes
9530 F:      drivers/staging/vt665?/
9531
9532 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9533 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9534 S:      Odd Fixes
9535 F:      drivers/staging/xgifb/
9536
9537 STARFIRE/DURALAN NETWORK DRIVER
9538 M:      Ion Badulescu <ionut@badula.org>
9539 S:      Odd Fixes
9540 F:      drivers/net/ethernet/adaptec/starfire*
9541
9542 SUN3/3X
9543 M:      Sam Creasey <sammy@sammy.net>
9544 W:      http://sammy.net/sun3/
9545 S:      Maintained
9546 F:      arch/m68k/kernel/*sun3*
9547 F:      arch/m68k/sun3*/
9548 F:      arch/m68k/include/asm/sun3*
9549 F:      drivers/net/ethernet/i825xx/sun3*
9550
9551 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9552 M:      Hans de Goede <hdegoede@redhat.com>
9553 L:      linux-input@vger.kernel.org
9554 S:      Maintained
9555 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9556 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9557
9558 SUNDANCE NETWORK DRIVER
9559 M:      Denis Kirjanov <kda@linux-powerpc.org>
9560 L:      netdev@vger.kernel.org
9561 S:      Maintained
9562 F:      drivers/net/ethernet/dlink/sundance.c
9563
9564 SUPERH
9565 L:      linux-sh@vger.kernel.org
9566 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9567 S:      Orphan
9568 F:      Documentation/sh/
9569 F:      arch/sh/
9570 F:      drivers/sh/
9571
9572 SUSPEND TO RAM
9573 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9574 M:      Len Brown <len.brown@intel.com>
9575 M:      Pavel Machek <pavel@ucw.cz>
9576 L:      linux-pm@vger.kernel.org
9577 S:      Supported
9578 F:      Documentation/power/
9579 F:      arch/x86/kernel/acpi/
9580 F:      drivers/base/power/
9581 F:      kernel/power/
9582 F:      include/linux/suspend.h
9583 F:      include/linux/freezer.h
9584 F:      include/linux/pm.h
9585
9586 SVGA HANDLING
9587 M:      Martin Mares <mj@ucw.cz>
9588 L:      linux-video@atrey.karlin.mff.cuni.cz
9589 S:      Maintained
9590 F:      Documentation/svga.txt
9591 F:      arch/x86/boot/video*
9592
9593 SWIOTLB SUBSYSTEM
9594 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9595 L:      linux-kernel@vger.kernel.org
9596 S:      Supported
9597 F:      lib/swiotlb.c
9598 F:      arch/*/kernel/pci-swiotlb.c
9599 F:      include/linux/swiotlb.h
9600
9601 SWITCHDEV
9602 M:      Jiri Pirko <jiri@resnulli.us>
9603 L:      netdev@vger.kernel.org
9604 S:      Supported
9605 F:      net/switchdev/
9606 F:      include/net/switchdev.h
9607
9608 SYNOPSYS ARC ARCHITECTURE
9609 M:      Vineet Gupta <vgupta@synopsys.com>
9610 S:      Supported
9611 F:      arch/arc/
9612 F:      Documentation/devicetree/bindings/arc/
9613 F:      drivers/tty/serial/arc_uart.c
9614
9615 SYSV FILESYSTEM
9616 M:      Christoph Hellwig <hch@infradead.org>
9617 S:      Maintained
9618 F:      Documentation/filesystems/sysv-fs.txt
9619 F:      fs/sysv/
9620 F:      include/linux/sysv_fs.h
9621
9622 TARGET SUBSYSTEM
9623 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9624 L:      linux-scsi@vger.kernel.org
9625 L:      target-devel@vger.kernel.org
9626 W:      http://www.linux-iscsi.org
9627 W:      http://groups.google.com/group/linux-iscsi-target-dev
9628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9629 S:      Supported
9630 F:      drivers/target/
9631 F:      include/target/
9632 F:      Documentation/target/
9633
9634 TASKSTATS STATISTICS INTERFACE
9635 M:      Balbir Singh <bsingharora@gmail.com>
9636 S:      Maintained
9637 F:      Documentation/accounting/taskstats*
9638 F:      include/linux/taskstats*
9639 F:      kernel/taskstats.c
9640
9641 TC CLASSIFIER
9642 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9643 L:      netdev@vger.kernel.org
9644 S:      Maintained
9645 F:      include/net/pkt_cls.h
9646 F:      include/uapi/linux/pkt_cls.h
9647 F:      net/sched/
9648
9649 TCP LOW PRIORITY MODULE
9650 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9651 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9652 W:      http://tcp-lp-mod.sourceforge.net/
9653 S:      Maintained
9654 F:      net/ipv4/tcp_lp.c
9655
9656 TDA10071 MEDIA DRIVER
9657 M:      Antti Palosaari <crope@iki.fi>
9658 L:      linux-media@vger.kernel.org
9659 W:      http://linuxtv.org/
9660 W:      http://palosaari.fi/linux/
9661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9662 T:      git git://linuxtv.org/anttip/media_tree.git
9663 S:      Maintained
9664 F:      drivers/media/dvb-frontends/tda10071*
9665
9666 TDA18212 MEDIA DRIVER
9667 M:      Antti Palosaari <crope@iki.fi>
9668 L:      linux-media@vger.kernel.org
9669 W:      http://linuxtv.org/
9670 W:      http://palosaari.fi/linux/
9671 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9672 T:      git git://linuxtv.org/anttip/media_tree.git
9673 S:      Maintained
9674 F:      drivers/media/tuners/tda18212*
9675
9676 TDA18218 MEDIA DRIVER
9677 M:      Antti Palosaari <crope@iki.fi>
9678 L:      linux-media@vger.kernel.org
9679 W:      http://linuxtv.org/
9680 W:      http://palosaari.fi/linux/
9681 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9682 T:      git git://linuxtv.org/anttip/media_tree.git
9683 S:      Maintained
9684 F:      drivers/media/tuners/tda18218*
9685
9686 TDA18271 MEDIA DRIVER
9687 M:      Michael Krufky <mkrufky@linuxtv.org>
9688 L:      linux-media@vger.kernel.org
9689 W:      http://linuxtv.org/
9690 W:      http://github.com/mkrufky
9691 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9692 T:      git git://linuxtv.org/mkrufky/tuners.git
9693 S:      Maintained
9694 F:      drivers/media/tuners/tda18271*
9695
9696 TDA827x MEDIA DRIVER
9697 M:      Michael Krufky <mkrufky@linuxtv.org>
9698 L:      linux-media@vger.kernel.org
9699 W:      http://linuxtv.org/
9700 W:      http://github.com/mkrufky
9701 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9702 T:      git git://linuxtv.org/mkrufky/tuners.git
9703 S:      Maintained
9704 F:      drivers/media/tuners/tda8290.*
9705
9706 TDA8290 MEDIA DRIVER
9707 M:      Michael Krufky <mkrufky@linuxtv.org>
9708 L:      linux-media@vger.kernel.org
9709 W:      http://linuxtv.org/
9710 W:      http://github.com/mkrufky
9711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9712 T:      git git://linuxtv.org/mkrufky/tuners.git
9713 S:      Maintained
9714 F:      drivers/media/tuners/tda8290.*
9715
9716 TDA9840 MEDIA DRIVER
9717 M:      Hans Verkuil <hverkuil@xs4all.nl>
9718 L:      linux-media@vger.kernel.org
9719 T:      git git://linuxtv.org/media_tree.git
9720 W:      http://linuxtv.org
9721 S:      Maintained
9722 F:      drivers/media/i2c/tda9840*
9723
9724 TEA5761 TUNER DRIVER
9725 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9726 L:      linux-media@vger.kernel.org
9727 W:      http://linuxtv.org
9728 T:      git git://linuxtv.org/media_tree.git
9729 S:      Odd fixes
9730 F:      drivers/media/tuners/tea5761.*
9731
9732 TEA5767 TUNER DRIVER
9733 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9734 L:      linux-media@vger.kernel.org
9735 W:      http://linuxtv.org
9736 T:      git git://linuxtv.org/media_tree.git
9737 S:      Maintained
9738 F:      drivers/media/tuners/tea5767.*
9739
9740 TEA6415C MEDIA DRIVER
9741 M:      Hans Verkuil <hverkuil@xs4all.nl>
9742 L:      linux-media@vger.kernel.org
9743 T:      git git://linuxtv.org/media_tree.git
9744 W:      http://linuxtv.org
9745 S:      Maintained
9746 F:      drivers/media/i2c/tea6415c*
9747
9748 TEA6420 MEDIA DRIVER
9749 M:      Hans Verkuil <hverkuil@xs4all.nl>
9750 L:      linux-media@vger.kernel.org
9751 T:      git git://linuxtv.org/media_tree.git
9752 W:      http://linuxtv.org
9753 S:      Maintained
9754 F:      drivers/media/i2c/tea6420*
9755
9756 TEAM DRIVER
9757 M:      Jiri Pirko <jiri@resnulli.us>
9758 L:      netdev@vger.kernel.org
9759 S:      Supported
9760 F:      drivers/net/team/
9761 F:      include/linux/if_team.h
9762 F:      include/uapi/linux/if_team.h
9763
9764 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9765 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9766 S:      Maintained
9767 F:      arch/x86/platform/ts5500/
9768
9769 TECHNOTREND USB IR RECEIVER
9770 M:      Sean Young <sean@mess.org>
9771 L:      linux-media@vger.kernel.org
9772 S:      Maintained
9773 F:      drivers/media/rc/ttusbir.c
9774
9775 TEGRA ARCHITECTURE SUPPORT
9776 M:      Stephen Warren <swarren@wwwdotorg.org>
9777 M:      Thierry Reding <thierry.reding@gmail.com>
9778 M:      Alexandre Courbot <gnurou@gmail.com>
9779 L:      linux-tegra@vger.kernel.org
9780 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9782 S:      Supported
9783 N:      [^a-z]tegra
9784
9785 TEGRA CLOCK DRIVER
9786 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9787 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9788 S:      Supported
9789 F:      drivers/clk/tegra/
9790
9791 TEGRA DMA DRIVER
9792 M:      Laxman Dewangan <ldewangan@nvidia.com>
9793 S:      Supported
9794 F:      drivers/dma/tegra20-apb-dma.c
9795
9796 TEGRA I2C DRIVER
9797 M:      Laxman Dewangan <ldewangan@nvidia.com>
9798 S:      Supported
9799 F:      drivers/i2c/busses/i2c-tegra.c
9800
9801 TEGRA IOMMU DRIVERS
9802 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9803 S:      Supported
9804 F:      drivers/iommu/tegra*
9805
9806 TEGRA KBC DRIVER
9807 M:      Rakesh Iyer <riyer@nvidia.com>
9808 M:      Laxman Dewangan <ldewangan@nvidia.com>
9809 S:      Supported
9810 F:      drivers/input/keyboard/tegra-kbc.c
9811
9812 TEGRA PWM DRIVER
9813 M:      Thierry Reding <thierry.reding@gmail.com>
9814 S:      Supported
9815 F:      drivers/pwm/pwm-tegra.c
9816
9817 TEGRA SERIAL DRIVER
9818 M:      Laxman Dewangan <ldewangan@nvidia.com>
9819 S:      Supported
9820 F:      drivers/tty/serial/serial-tegra.c
9821
9822 TEGRA SPI DRIVER
9823 M:      Laxman Dewangan <ldewangan@nvidia.com>
9824 S:      Supported
9825 F:      drivers/spi/spi-tegra*
9826
9827 TEHUTI ETHERNET DRIVER
9828 M:      Andy Gospodarek <andy@greyhouse.net>
9829 L:      netdev@vger.kernel.org
9830 S:      Supported
9831 F:      drivers/net/ethernet/tehuti/*
9832
9833 Telecom Clock Driver for MCPL0010
9834 M:      Mark Gross <mark.gross@intel.com>
9835 S:      Supported
9836 F:      drivers/char/tlclk.c
9837
9838 TENSILICA XTENSA PORT (xtensa)
9839 M:      Chris Zankel <chris@zankel.net>
9840 M:      Max Filippov <jcmvbkbc@gmail.com>
9841 L:      linux-xtensa@linux-xtensa.org
9842 S:      Maintained
9843 F:      arch/xtensa/
9844 F:      drivers/irqchip/irq-xtensa-*
9845
9846 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9847 M:      Hans Verkuil <hverkuil@xs4all.nl>
9848 L:      linux-media@vger.kernel.org
9849 T:      git git://linuxtv.org/media_tree.git
9850 W:      http://linuxtv.org
9851 S:      Maintained
9852 F:      drivers/media/radio/radio-raremono.c
9853
9854 THERMAL
9855 M:      Zhang Rui <rui.zhang@intel.com>
9856 M:      Eduardo Valentin <edubezval@gmail.com>
9857 L:      linux-pm@vger.kernel.org
9858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9860 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9861 S:      Supported
9862 F:      drivers/thermal/
9863 F:      include/linux/thermal.h
9864 F:      include/uapi/linux/thermal.h
9865 F:      include/linux/cpu_cooling.h
9866 F:      Documentation/devicetree/bindings/thermal/
9867
9868 THINGM BLINK(1) USB RGB LED DRIVER
9869 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9870 S:      Maintained
9871 F:      drivers/hid/hid-thingm.c
9872
9873 THINKPAD ACPI EXTRAS DRIVER
9874 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9875 L:      ibm-acpi-devel@lists.sourceforge.net
9876 L:      platform-driver-x86@vger.kernel.org
9877 W:      http://ibm-acpi.sourceforge.net
9878 W:      http://thinkwiki.org/wiki/Ibm-acpi
9879 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9880 S:      Maintained
9881 F:      drivers/platform/x86/thinkpad_acpi.c
9882
9883 TI BANDGAP AND THERMAL DRIVER
9884 M:      Eduardo Valentin <edubezval@gmail.com>
9885 L:      linux-pm@vger.kernel.org
9886 L:      linux-omap@vger.kernel.org
9887 S:      Maintained
9888 F:      drivers/thermal/ti-soc-thermal/
9889
9890 TI CDCE706 CLOCK DRIVER
9891 M:      Max Filippov <jcmvbkbc@gmail.com>
9892 S:      Maintained
9893 F:      drivers/clk/clk-cdce706.c
9894
9895 TI CLOCK DRIVER
9896 M:      Tero Kristo <t-kristo@ti.com>
9897 L:      linux-omap@vger.kernel.org
9898 S:      Maintained
9899 F:      drivers/clk/ti/
9900 F:      include/linux/clk/ti.h
9901
9902 TI FLASH MEDIA INTERFACE DRIVER
9903 M:      Alex Dubov <oakad@yahoo.com>
9904 S:      Maintained
9905 F:      drivers/misc/tifm*
9906 F:      drivers/mmc/host/tifm_sd.c
9907 F:      include/linux/tifm.h
9908
9909 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9910 M:      Santosh Shilimkar <ssantosh@kernel.org>
9911 L:      linux-kernel@vger.kernel.org
9912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9913 S:      Maintained
9914 F:      drivers/soc/ti/*
9915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9916
9917
9918 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9919 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9920 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9921 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9922 S:      Maintained
9923 F:      sound/soc/codecs/lm49453*
9924 F:      sound/soc/codecs/isabelle*
9925
9926 TI LP855x BACKLIGHT DRIVER
9927 M:      Milo Kim <milo.kim@ti.com>
9928 S:      Maintained
9929 F:      Documentation/backlight/lp855x-driver.txt
9930 F:      drivers/video/backlight/lp855x_bl.c
9931 F:      include/linux/platform_data/lp855x.h
9932
9933 TI LP8727 CHARGER DRIVER
9934 M:      Milo Kim <milo.kim@ti.com>
9935 S:      Maintained
9936 F:      drivers/power/lp8727_charger.c
9937 F:      include/linux/platform_data/lp8727.h
9938
9939 TI LP8788 MFD DRIVER
9940 M:      Milo Kim <milo.kim@ti.com>
9941 S:      Maintained
9942 F:      drivers/iio/adc/lp8788_adc.c
9943 F:      drivers/leds/leds-lp8788.c
9944 F:      drivers/mfd/lp8788*.c
9945 F:      drivers/power/lp8788-charger.c
9946 F:      drivers/regulator/lp8788-*.c
9947 F:      include/linux/mfd/lp8788*.h
9948
9949 TI NETCP ETHERNET DRIVER
9950 M:      Wingman Kwok <w-kwok2@ti.com>
9951 M:      Murali Karicheri <m-karicheri2@ti.com>
9952 L:      netdev@vger.kernel.org
9953 S:      Maintained
9954 F:      drivers/net/ethernet/ti/netcp*
9955
9956 TI TWL4030 SERIES SOC CODEC DRIVER
9957 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9958 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9959 S:      Maintained
9960 F:      sound/soc/codecs/twl4030*
9961
9962 TI WILINK WIRELESS DRIVERS
9963 L:      linux-wireless@vger.kernel.org
9964 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9965 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9967 S:      Orphan
9968 F:      drivers/net/wireless/ti/
9969 F:      include/linux/wl12xx.h
9970
9971 TIPC NETWORK LAYER
9972 M:      Jon Maloy <jon.maloy@ericsson.com>
9973 M:      Ying Xue <ying.xue@windriver.com>
9974 L:      netdev@vger.kernel.org (core kernel code)
9975 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9976 W:      http://tipc.sourceforge.net/
9977 S:      Maintained
9978 F:      include/uapi/linux/tipc*.h
9979 F:      net/tipc/
9980
9981 TILE ARCHITECTURE
9982 M:      Chris Metcalf <cmetcalf@ezchip.com>
9983 W:      http://www.ezchip.com/scm/
9984 S:      Supported
9985 F:      arch/tile/
9986 F:      drivers/char/tile-srom.c
9987 F:      drivers/edac/tile_edac.c
9988 F:      drivers/net/ethernet/tile/
9989 F:      drivers/rtc/rtc-tile.c
9990 F:      drivers/tty/hvc/hvc_tile.c
9991 F:      drivers/tty/serial/tilegx.c
9992 F:      drivers/usb/host/*-tilegx.c
9993 F:      include/linux/usb/tilegx.h
9994
9995 TLAN NETWORK DRIVER
9996 M:      Samuel Chessman <chessman@tux.org>
9997 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9998 W:      http://sourceforge.net/projects/tlan/
9999 S:      Maintained
10000 F:      Documentation/networking/tlan.txt
10001 F:      drivers/net/ethernet/ti/tlan.*
10002
10003 TOMOYO SECURITY MODULE
10004 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10005 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10006 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10007 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10008 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10009 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10010 W:      http://tomoyo.sourceforge.jp/
10011 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10012 S:      Maintained
10013 F:      security/tomoyo/
10014
10015 TOPSTAR LAPTOP EXTRAS DRIVER
10016 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10017 L:      platform-driver-x86@vger.kernel.org
10018 S:      Maintained
10019 F:      drivers/platform/x86/topstar-laptop.c
10020
10021 TOSHIBA ACPI EXTRAS DRIVER
10022 M:      Azael Avalos <coproscefalo@gmail.com>
10023 L:      platform-driver-x86@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/platform/x86/toshiba_acpi.c
10026
10027 TOSHIBA BLUETOOTH DRIVER
10028 M:      Azael Avalos <coproscefalo@gmail.com>
10029 L:      platform-driver-x86@vger.kernel.org
10030 S:      Maintained
10031 F:      drivers/platform/x86/toshiba_bluetooth.c
10032
10033 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10034 M:      Azael Avalos <coproscefalo@gmail.com>
10035 L:      platform-driver-x86@vger.kernel.org
10036 S:      Maintained
10037 F:      drivers/platform/x86/toshiba_haps.c
10038
10039 TOSHIBA SMM DRIVER
10040 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10041 L:      tlinux-users@tce.toshiba-dme.co.jp
10042 W:      http://www.buzzard.org.uk/toshiba/
10043 S:      Maintained
10044 F:      drivers/char/toshiba.c
10045 F:      include/linux/toshiba.h
10046 F:      include/uapi/linux/toshiba.h
10047
10048 TMIO MMC DRIVER
10049 M:      Ian Molton <ian.molton@codethink.co.uk>
10050 L:      linux-mmc@vger.kernel.org
10051 S:      Maintained
10052 F:      drivers/mmc/host/tmio_mmc*
10053 F:      drivers/mmc/host/sh_mobile_sdhi.c
10054 F:      include/linux/mmc/tmio.h
10055 F:      include/linux/mmc/sh_mobile_sdhi.h
10056
10057 TMP401 HARDWARE MONITOR DRIVER
10058 M:      Guenter Roeck <linux@roeck-us.net>
10059 L:      lm-sensors@lm-sensors.org
10060 S:      Maintained
10061 F:      Documentation/hwmon/tmp401
10062 F:      drivers/hwmon/tmp401.c
10063
10064 TMPFS (SHMEM FILESYSTEM)
10065 M:      Hugh Dickins <hughd@google.com>
10066 L:      linux-mm@kvack.org
10067 S:      Maintained
10068 F:      include/linux/shmem_fs.h
10069 F:      mm/shmem.c
10070
10071 TM6000 VIDEO4LINUX DRIVER
10072 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10073 L:      linux-media@vger.kernel.org
10074 W:      http://linuxtv.org
10075 T:      git git://linuxtv.org/media_tree.git
10076 S:      Odd fixes
10077 F:      drivers/media/usb/tm6000/
10078
10079 TW68 VIDEO4LINUX DRIVER
10080 M:      Hans Verkuil <hverkuil@xs4all.nl>
10081 L:      linux-media@vger.kernel.org
10082 T:      git git://linuxtv.org/media_tree.git
10083 W:      http://linuxtv.org
10084 S:      Odd Fixes
10085 F:      drivers/media/pci/tw68/
10086
10087 TPM DEVICE DRIVER
10088 M:      Peter Huewe <peterhuewe@gmx.de>
10089 M:      Marcel Selhorst <tpmdd@selhorst.net>
10090 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10091 W:      http://tpmdd.sourceforge.net
10092 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10093 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10094 T:      https://github.com/PeterHuewe/linux-tpmdd
10095 S:      Maintained
10096 F:      drivers/char/tpm/
10097
10098 TPM IBM_VTPM DEVICE DRIVER
10099 M:      Ashley Lai <ashleydlai@gmail.com>
10100 W:      http://tpmdd.sourceforge.net
10101 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10102 S:      Maintained
10103 F:      drivers/char/tpm/tpm_ibmvtpm*
10104
10105 TRACING
10106 M:      Steven Rostedt <rostedt@goodmis.org>
10107 M:      Ingo Molnar <mingo@redhat.com>
10108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10109 S:      Maintained
10110 F:      Documentation/trace/ftrace.txt
10111 F:      arch/*/*/*/ftrace.h
10112 F:      arch/*/kernel/ftrace.c
10113 F:      include/*/ftrace.h
10114 F:      include/linux/trace*.h
10115 F:      include/trace/
10116 F:      kernel/trace/
10117 F:      tools/testing/selftests/ftrace/
10118
10119 TRIVIAL PATCHES
10120 M:      Jiri Kosina <trivial@kernel.org>
10121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10122 S:      Maintained
10123 K:      ^Subject:.*(?i)trivial
10124
10125 TTY LAYER
10126 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10127 M:      Jiri Slaby <jslaby@suse.cz>
10128 S:      Supported
10129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10130 F:      drivers/tty/
10131 F:      drivers/tty/serial/serial_core.c
10132 F:      include/linux/serial_core.h
10133 F:      include/linux/serial.h
10134 F:      include/linux/tty.h
10135 F:      include/uapi/linux/serial_core.h
10136 F:      include/uapi/linux/serial.h
10137 F:      include/uapi/linux/tty.h
10138
10139 TUA9001 MEDIA DRIVER
10140 M:      Antti Palosaari <crope@iki.fi>
10141 L:      linux-media@vger.kernel.org
10142 W:      http://linuxtv.org/
10143 W:      http://palosaari.fi/linux/
10144 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10145 T:      git git://linuxtv.org/anttip/media_tree.git
10146 S:      Maintained
10147 F:      drivers/media/tuners/tua9001*
10148
10149 TULIP NETWORK DRIVERS
10150 M:      Grant Grundler <grundler@parisc-linux.org>
10151 L:      netdev@vger.kernel.org
10152 S:      Maintained
10153 F:      drivers/net/ethernet/dec/tulip/
10154
10155 TUN/TAP driver
10156 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10157 W:      http://vtun.sourceforge.net/tun
10158 S:      Maintained
10159 F:      Documentation/networking/tuntap.txt
10160 F:      arch/um/os-Linux/drivers/
10161
10162 TURBOCHANNEL SUBSYSTEM
10163 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10164 M:      Ralf Baechle <ralf@linux-mips.org>
10165 L:      linux-mips@linux-mips.org
10166 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10167 S:      Maintained
10168 F:      drivers/tc/
10169 F:      include/linux/tc.h
10170
10171 U14-34F SCSI DRIVER
10172 M:      Dario Ballabio <ballabio_dario@emc.com>
10173 L:      linux-scsi@vger.kernel.org
10174 S:      Maintained
10175 F:      drivers/scsi/u14-34f.c
10176
10177 UBI FILE SYSTEM (UBIFS)
10178 M:      Artem Bityutskiy <dedekind1@gmail.com>
10179 M:      Adrian Hunter <adrian.hunter@intel.com>
10180 L:      linux-mtd@lists.infradead.org
10181 T:      git git://git.infradead.org/ubifs-2.6.git
10182 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10183 S:      Maintained
10184 F:      Documentation/filesystems/ubifs.txt
10185 F:      fs/ubifs/
10186
10187 UCLINUX (AND M68KNOMMU)
10188 M:      Greg Ungerer <gerg@uclinux.org>
10189 W:      http://www.uclinux.org/
10190 L:      uclinux-dev@uclinux.org  (subscribers-only)
10191 S:      Maintained
10192 F:      arch/m68k/*/*_no.*
10193 F:      arch/m68k/include/asm/*_no.*
10194
10195 UDF FILESYSTEM
10196 M:      Jan Kara <jack@suse.cz>
10197 S:      Maintained
10198 F:      Documentation/filesystems/udf.txt
10199 F:      fs/udf/
10200
10201 UFS FILESYSTEM
10202 M:      Evgeniy Dushistov <dushistov@mail.ru>
10203 S:      Maintained
10204 F:      Documentation/filesystems/ufs.txt
10205 F:      fs/ufs/
10206
10207 UHID USERSPACE HID IO DRIVER:
10208 M:      David Herrmann <dh.herrmann@googlemail.com>
10209 L:      linux-input@vger.kernel.org
10210 S:      Maintained
10211 F:      drivers/hid/uhid.c
10212 F:      include/uapi/linux/uhid.h
10213
10214 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10215 L:      linux-usb@vger.kernel.org
10216 S:      Orphan
10217 F:      drivers/uwb/
10218 F:      include/linux/uwb.h
10219 F:      include/linux/uwb/
10220
10221 UNICORE32 ARCHITECTURE:
10222 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10223 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10224 S:      Maintained
10225 T:      git git://github.com/gxt/linux.git
10226 F:      arch/unicore32/
10227
10228 UNIFDEF
10229 M:      Tony Finch <dot@dotat.at>
10230 W:      http://dotat.at/prog/unifdef
10231 S:      Maintained
10232 F:      scripts/unifdef.c
10233
10234 UNIFORM CDROM DRIVER
10235 M:      Jens Axboe <axboe@kernel.dk>
10236 W:      http://www.kernel.dk
10237 S:      Maintained
10238 F:      Documentation/cdrom/
10239 F:      drivers/cdrom/cdrom.c
10240 F:      include/linux/cdrom.h
10241 F:      include/uapi/linux/cdrom.h
10242
10243 UNISYS S-PAR DRIVERS
10244 M:      Benjamin Romer <benjamin.romer@unisys.com>
10245 M:      David Kershner <david.kershner@unisys.com>
10246 L:      sparmaintainer@unisys.com (Unisys internal)
10247 S:      Supported
10248 F:      drivers/staging/unisys/
10249
10250 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10251 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10252 L:      linux-scsi@vger.kernel.org
10253 S:      Supported
10254 F:      Documentation/scsi/ufs.txt
10255 F:      drivers/scsi/ufs/
10256
10257 UNSORTED BLOCK IMAGES (UBI)
10258 M:      Artem Bityutskiy <dedekind1@gmail.com>
10259 M:      Richard Weinberger <richard@nod.at>
10260 W:      http://www.linux-mtd.infradead.org/
10261 L:      linux-mtd@lists.infradead.org
10262 T:      git git://git.infradead.org/ubifs-2.6.git
10263 S:      Supported
10264 F:      drivers/mtd/ubi/
10265 F:      include/linux/mtd/ubi.h
10266 F:      include/uapi/mtd/ubi-user.h
10267
10268 USB ACM DRIVER
10269 M:      Oliver Neukum <oliver@neukum.org>
10270 L:      linux-usb@vger.kernel.org
10271 S:      Maintained
10272 F:      Documentation/usb/acm.txt
10273 F:      drivers/usb/class/cdc-acm.*
10274
10275 USB AR5523 WIRELESS DRIVER
10276 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10277 L:      linux-wireless@vger.kernel.org
10278 S:      Maintained
10279 F:      drivers/net/wireless/ath/ar5523/
10280
10281 USB ATTACHED SCSI
10282 M:      Hans de Goede <hdegoede@redhat.com>
10283 M:      Gerd Hoffmann <kraxel@redhat.com>
10284 L:      linux-usb@vger.kernel.org
10285 L:      linux-scsi@vger.kernel.org
10286 S:      Maintained
10287 F:      drivers/usb/storage/uas.c
10288
10289 USB CDC ETHERNET DRIVER
10290 M:      Oliver Neukum <oliver@neukum.org>
10291 L:      linux-usb@vger.kernel.org
10292 S:      Maintained
10293 F:      drivers/net/usb/cdc_*.c
10294 F:      include/uapi/linux/usb/cdc.h
10295
10296 USB CHAOSKEY DRIVER
10297 M:      Keith Packard <keithp@keithp.com>
10298 L:      linux-usb@vger.kernel.org
10299 S:      Maintained
10300 F:      drivers/usb/misc/chaoskey.c
10301
10302 USB CYPRESS C67X00 DRIVER
10303 M:      Peter Korsgaard <jacmet@sunsite.dk>
10304 L:      linux-usb@vger.kernel.org
10305 S:      Maintained
10306 F:      drivers/usb/c67x00/
10307
10308 USB DAVICOM DM9601 DRIVER
10309 M:      Peter Korsgaard <jacmet@sunsite.dk>
10310 L:      netdev@vger.kernel.org
10311 W:      http://www.linux-usb.org/usbnet
10312 S:      Maintained
10313 F:      drivers/net/usb/dm9601.c
10314
10315 USB DIAMOND RIO500 DRIVER
10316 M:      Cesar Miquel <miquel@df.uba.ar>
10317 L:      rio500-users@lists.sourceforge.net
10318 W:      http://rio500.sourceforge.net
10319 S:      Maintained
10320 F:      drivers/usb/misc/rio500*
10321
10322 USB EHCI DRIVER
10323 M:      Alan Stern <stern@rowland.harvard.edu>
10324 L:      linux-usb@vger.kernel.org
10325 S:      Maintained
10326 F:      Documentation/usb/ehci.txt
10327 F:      drivers/usb/host/ehci*
10328
10329 USB GADGET/PERIPHERAL SUBSYSTEM
10330 M:      Felipe Balbi <balbi@ti.com>
10331 L:      linux-usb@vger.kernel.org
10332 W:      http://www.linux-usb.org/gadget
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10334 S:      Maintained
10335 F:      drivers/usb/gadget/
10336 F:      include/linux/usb/gadget*
10337
10338 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10339 M:      Jiri Kosina <jkosina@suse.cz>
10340 L:      linux-usb@vger.kernel.org
10341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10342 S:      Maintained
10343 F:      Documentation/hid/hiddev.txt
10344 F:      drivers/hid/usbhid/
10345
10346 USB ISP116X DRIVER
10347 M:      Olav Kongas <ok@artecdesign.ee>
10348 L:      linux-usb@vger.kernel.org
10349 S:      Maintained
10350 F:      drivers/usb/host/isp116x*
10351 F:      include/linux/usb/isp116x.h
10352
10353 USB MASS STORAGE DRIVER
10354 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10355 L:      linux-usb@vger.kernel.org
10356 L:      usb-storage@lists.one-eyed-alien.net
10357 S:      Maintained
10358 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10359 F:      drivers/usb/storage/
10360
10361 USB MIDI DRIVER
10362 M:      Clemens Ladisch <clemens@ladisch.de>
10363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10364 T:      git git://git.alsa-project.org/alsa-kernel.git
10365 S:      Maintained
10366 F:      sound/usb/midi.*
10367
10368 USB NETWORKING DRIVERS
10369 L:      linux-usb@vger.kernel.org
10370 S:      Odd Fixes
10371 F:      drivers/net/usb/
10372
10373 USB OHCI DRIVER
10374 M:      Alan Stern <stern@rowland.harvard.edu>
10375 L:      linux-usb@vger.kernel.org
10376 S:      Maintained
10377 F:      Documentation/usb/ohci.txt
10378 F:      drivers/usb/host/ohci*
10379
10380 USB OTG FSM (Finite State Machine)
10381 M:      Peter Chen <Peter.Chen@freescale.com>
10382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10383 L:      linux-usb@vger.kernel.org
10384 S:      Maintained
10385 F:      drivers/usb/common/usb-otg-fsm.c
10386
10387 USB OVER IP DRIVER
10388 M:      Valentina Manea <valentina.manea.m@gmail.com>
10389 M:      Shuah Khan <shuah.kh@samsung.com>
10390 L:      linux-usb@vger.kernel.org
10391 S:      Maintained
10392 F:      drivers/usb/usbip/
10393 F:      tools/usb/usbip/
10394
10395 USB PEGASUS DRIVER
10396 M:      Petko Manolov <petkan@nucleusys.com>
10397 L:      linux-usb@vger.kernel.org
10398 L:      netdev@vger.kernel.org
10399 T:      git git://github.com/petkan/pegasus.git
10400 W:      https://github.com/petkan/pegasus
10401 S:      Maintained
10402 F:      drivers/net/usb/pegasus.*
10403
10404 USB PHY LAYER
10405 M:      Felipe Balbi <balbi@ti.com>
10406 L:      linux-usb@vger.kernel.org
10407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10408 S:      Maintained
10409 F:      drivers/usb/phy/
10410
10411 USB PRINTER DRIVER (usblp)
10412 M:      Pete Zaitcev <zaitcev@redhat.com>
10413 L:      linux-usb@vger.kernel.org
10414 S:      Supported
10415 F:      drivers/usb/class/usblp.c
10416
10417 USB RTL8150 DRIVER
10418 M:      Petko Manolov <petkan@nucleusys.com>
10419 L:      linux-usb@vger.kernel.org
10420 L:      netdev@vger.kernel.org
10421 T:      git git://github.com/petkan/rtl8150.git
10422 W:      https://github.com/petkan/rtl8150
10423 S:      Maintained
10424 F:      drivers/net/usb/rtl8150.c
10425
10426 USB SERIAL SUBSYSTEM
10427 M:      Johan Hovold <johan@kernel.org>
10428 L:      linux-usb@vger.kernel.org
10429 S:      Maintained
10430 F:      Documentation/usb/usb-serial.txt
10431 F:      drivers/usb/serial/
10432 F:      include/linux/usb/serial.h
10433
10434 USB SMSC75XX ETHERNET DRIVER
10435 M:      Steve Glendinning <steve.glendinning@shawell.net>
10436 L:      netdev@vger.kernel.org
10437 S:      Maintained
10438 F:      drivers/net/usb/smsc75xx.*
10439
10440 USB SMSC95XX ETHERNET DRIVER
10441 M:      Steve Glendinning <steve.glendinning@shawell.net>
10442 L:      netdev@vger.kernel.org
10443 S:      Maintained
10444 F:      drivers/net/usb/smsc95xx.*
10445
10446 USB SUBSYSTEM
10447 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10448 L:      linux-usb@vger.kernel.org
10449 W:      http://www.linux-usb.org
10450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10451 S:      Supported
10452 F:      Documentation/usb/
10453 F:      drivers/usb/
10454 F:      include/linux/usb.h
10455 F:      include/linux/usb/
10456
10457 USB UHCI DRIVER
10458 M:      Alan Stern <stern@rowland.harvard.edu>
10459 L:      linux-usb@vger.kernel.org
10460 S:      Maintained
10461 F:      drivers/usb/host/uhci*
10462
10463 USB "USBNET" DRIVER FRAMEWORK
10464 M:      Oliver Neukum <oneukum@suse.de>
10465 L:      netdev@vger.kernel.org
10466 W:      http://www.linux-usb.org/usbnet
10467 S:      Maintained
10468 F:      drivers/net/usb/usbnet.c
10469 F:      include/linux/usb/usbnet.h
10470
10471 USB VIDEO CLASS
10472 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10473 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10474 L:      linux-media@vger.kernel.org
10475 T:      git git://linuxtv.org/media_tree.git
10476 W:      http://www.ideasonboard.org/uvc/
10477 S:      Maintained
10478 F:      drivers/media/usb/uvc/
10479 F:      include/uapi/linux/uvcvideo.h
10480
10481 USB VISION DRIVER
10482 M:      Hans Verkuil <hverkuil@xs4all.nl>
10483 L:      linux-media@vger.kernel.org
10484 T:      git git://linuxtv.org/media_tree.git
10485 W:      http://linuxtv.org
10486 S:      Odd Fixes
10487 F:      drivers/media/usb/usbvision/
10488
10489 USB WEBCAM GADGET
10490 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10491 L:      linux-usb@vger.kernel.org
10492 S:      Maintained
10493 F:      drivers/usb/gadget/function/*uvc*
10494 F:      drivers/usb/gadget/legacy/webcam.c
10495
10496 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10497 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10498 L:      linux-wireless@vger.kernel.org
10499 S:      Maintained
10500 F:      drivers/net/wireless/rndis_wlan.c
10501
10502 USB XHCI DRIVER
10503 M:      Mathias Nyman <mathias.nyman@intel.com>
10504 L:      linux-usb@vger.kernel.org
10505 S:      Supported
10506 F:      drivers/usb/host/xhci*
10507 F:      drivers/usb/host/pci-quirks*
10508
10509 USB ZD1201 DRIVER
10510 L:      linux-wireless@vger.kernel.org
10511 W:      http://linux-lc100020.sourceforge.net
10512 S:      Orphan
10513 F:      drivers/net/wireless/zd1201.*
10514
10515 USB ZR364XX DRIVER
10516 M:      Antoine Jacquet <royale@zerezo.com>
10517 L:      linux-usb@vger.kernel.org
10518 L:      linux-media@vger.kernel.org
10519 T:      git git://linuxtv.org/media_tree.git
10520 W:      http://royale.zerezo.com/zr364xx/
10521 S:      Maintained
10522 F:      Documentation/video4linux/zr364xx.txt
10523 F:      drivers/media/usb/zr364xx/
10524
10525 USER-MODE LINUX (UML)
10526 M:      Jeff Dike <jdike@addtoit.com>
10527 M:      Richard Weinberger <richard@nod.at>
10528 L:      user-mode-linux-devel@lists.sourceforge.net
10529 L:      user-mode-linux-user@lists.sourceforge.net
10530 W:      http://user-mode-linux.sourceforge.net
10531 S:      Maintained
10532 F:      Documentation/virtual/uml/
10533 F:      arch/um/
10534 F:      arch/x86/um/
10535 F:      fs/hostfs/
10536 F:      fs/hppfs/
10537
10538 USERSPACE I/O (UIO)
10539 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10540 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10541 S:      Maintained
10542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10543 F:      Documentation/DocBook/uio-howto.tmpl
10544 F:      drivers/uio/
10545 F:      include/linux/uio*.h
10546
10547 UTIL-LINUX PACKAGE
10548 M:      Karel Zak <kzak@redhat.com>
10549 L:      util-linux@vger.kernel.org
10550 W:      http://en.wikipedia.org/wiki/Util-linux
10551 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10552 S:      Maintained
10553
10554 UVESAFB DRIVER
10555 M:      Michal Januszewski <spock@gentoo.org>
10556 L:      linux-fbdev@vger.kernel.org
10557 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10558 S:      Maintained
10559 F:      Documentation/fb/uvesafb.txt
10560 F:      drivers/video/fbdev/uvesafb.*
10561
10562 VFAT/FAT/MSDOS FILESYSTEM
10563 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10564 S:      Maintained
10565 F:      Documentation/filesystems/vfat.txt
10566 F:      fs/fat/
10567
10568 VFIO DRIVER
10569 M:      Alex Williamson <alex.williamson@redhat.com>
10570 L:      kvm@vger.kernel.org
10571 S:      Maintained
10572 F:      Documentation/vfio.txt
10573 F:      drivers/vfio/
10574 F:      include/linux/vfio.h
10575 F:      include/uapi/linux/vfio.h
10576
10577 VIDEOBUF2 FRAMEWORK
10578 M:      Pawel Osciak <pawel@osciak.com>
10579 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10580 M:      Kyungmin Park <kyungmin.park@samsung.com>
10581 L:      linux-media@vger.kernel.org
10582 S:      Maintained
10583 F:      drivers/media/v4l2-core/videobuf2-*
10584 F:      include/media/videobuf2-*
10585
10586 VIRTIO CONSOLE DRIVER
10587 M:      Amit Shah <amit.shah@redhat.com>
10588 L:      virtualization@lists.linux-foundation.org
10589 S:      Maintained
10590 F:      drivers/char/virtio_console.c
10591 F:      include/linux/virtio_console.h
10592 F:      include/uapi/linux/virtio_console.h
10593
10594 VIRTIO CORE, NET AND BLOCK DRIVERS
10595 M:      "Michael S. Tsirkin" <mst@redhat.com>
10596 L:      virtualization@lists.linux-foundation.org
10597 S:      Maintained
10598 F:      drivers/virtio/
10599 F:      tools/virtio/
10600 F:      drivers/net/virtio_net.c
10601 F:      drivers/block/virtio_blk.c
10602 F:      include/linux/virtio_*.h
10603 F:      include/uapi/linux/virtio_*.h
10604
10605 VIRTIO HOST (VHOST)
10606 M:      "Michael S. Tsirkin" <mst@redhat.com>
10607 L:      kvm@vger.kernel.org
10608 L:      virtualization@lists.linux-foundation.org
10609 L:      netdev@vger.kernel.org
10610 S:      Maintained
10611 F:      drivers/vhost/
10612 F:      include/uapi/linux/vhost.h
10613
10614 VIRTIO INPUT DRIVER
10615 M:      Gerd Hoffmann <kraxel@redhat.com>
10616 S:      Maintained
10617 F:      drivers/virtio/virtio_input.c
10618 F:      include/uapi/linux/virtio_input.h
10619
10620 VIA RHINE NETWORK DRIVER
10621 S:      Orphan
10622 F:      drivers/net/ethernet/via/via-rhine.c
10623
10624 VIA SD/MMC CARD CONTROLLER DRIVER
10625 M:      Bruce Chang <brucechang@via.com.tw>
10626 M:      Harald Welte <HaraldWelte@viatech.com>
10627 S:      Maintained
10628 F:      drivers/mmc/host/via-sdmmc.c
10629
10630 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10631 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10632 L:      linux-fbdev@vger.kernel.org
10633 S:      Maintained
10634 F:      include/linux/via-core.h
10635 F:      include/linux/via-gpio.h
10636 F:      include/linux/via_i2c.h
10637 F:      drivers/video/fbdev/via/
10638
10639 VIA VELOCITY NETWORK DRIVER
10640 M:      Francois Romieu <romieu@fr.zoreil.com>
10641 L:      netdev@vger.kernel.org
10642 S:      Maintained
10643 F:      drivers/net/ethernet/via/via-velocity.*
10644
10645 VIVID VIRTUAL VIDEO DRIVER
10646 M:      Hans Verkuil <hverkuil@xs4all.nl>
10647 L:      linux-media@vger.kernel.org
10648 T:      git git://linuxtv.org/media_tree.git
10649 W:      http://linuxtv.org
10650 S:      Maintained
10651 F:      drivers/media/platform/vivid/*
10652
10653 VLAN (802.1Q)
10654 M:      Patrick McHardy <kaber@trash.net>
10655 L:      netdev@vger.kernel.org
10656 S:      Maintained
10657 F:      drivers/net/macvlan.c
10658 F:      include/linux/if_*vlan.h
10659 F:      net/8021q/
10660
10661 VLYNQ BUS
10662 M:      Florian Fainelli <florian@openwrt.org>
10663 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10664 S:      Maintained
10665 F:      drivers/vlynq/vlynq.c
10666 F:      include/linux/vlynq.h
10667
10668 VME SUBSYSTEM
10669 M:      Martyn Welch <martyn.welch@ge.com>
10670 M:      Manohar Vanga <manohar.vanga@gmail.com>
10671 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10672 L:      devel@driverdev.osuosl.org
10673 S:      Maintained
10674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10675 F:      Documentation/vme_api.txt
10676 F:      drivers/staging/vme/
10677 F:      drivers/vme/
10678 F:      include/linux/vme*
10679
10680 VMWARE HYPERVISOR INTERFACE
10681 M:      Alok Kataria <akataria@vmware.com>
10682 L:      virtualization@lists.linux-foundation.org
10683 S:      Supported
10684 F:      arch/x86/kernel/cpu/vmware.c
10685
10686 VMWARE BALLOON DRIVER
10687 M:      Xavier Deguillard <xdeguillard@vmware.com>
10688 M:      Philip Moltmann <moltmann@vmware.com>
10689 M:      "VMware, Inc." <pv-drivers@vmware.com>
10690 L:      linux-kernel@vger.kernel.org
10691 S:      Maintained
10692 F:      drivers/misc/vmw_balloon.c
10693
10694 VMWARE VMMOUSE SUBDRIVER
10695 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10696 M:      "VMware, Inc." <pv-drivers@vmware.com>
10697 L:      linux-input@vger.kernel.org
10698 S:      Maintained
10699 F:      drivers/input/mouse/vmmouse.c
10700 F:      drivers/input/mouse/vmmouse.h
10701
10702 VMWARE VMXNET3 ETHERNET DRIVER
10703 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10704 M:      "VMware, Inc." <pv-drivers@vmware.com>
10705 L:      netdev@vger.kernel.org
10706 S:      Maintained
10707 F:      drivers/net/vmxnet3/
10708
10709 VMware PVSCSI driver
10710 M:      Arvind Kumar <arvindkumar@vmware.com>
10711 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10712 L:      linux-scsi@vger.kernel.org
10713 S:      Maintained
10714 F:      drivers/scsi/vmw_pvscsi.c
10715 F:      drivers/scsi/vmw_pvscsi.h
10716
10717 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10718 M:      Liam Girdwood <lgirdwood@gmail.com>
10719 M:      Mark Brown <broonie@kernel.org>
10720 L:      linux-kernel@vger.kernel.org
10721 W:      http://opensource.wolfsonmicro.com/node/15
10722 W:      http://www.slimlogic.co.uk/?p=48
10723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10724 S:      Supported
10725 F:      drivers/regulator/
10726 F:      include/linux/regulator/
10727
10728 VT1211 HARDWARE MONITOR DRIVER
10729 M:      Juerg Haefliger <juergh@gmail.com>
10730 L:      lm-sensors@lm-sensors.org
10731 S:      Maintained
10732 F:      Documentation/hwmon/vt1211
10733 F:      drivers/hwmon/vt1211.c
10734
10735 VT8231 HARDWARE MONITOR DRIVER
10736 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10737 L:      lm-sensors@lm-sensors.org
10738 S:      Maintained
10739 F:      drivers/hwmon/vt8231.c
10740
10741 VUB300 USB to SDIO/SD/MMC bridge chip
10742 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10743 L:      linux-mmc@vger.kernel.org
10744 L:      linux-usb@vger.kernel.org
10745 S:      Supported
10746 F:      drivers/mmc/host/vub300.c
10747
10748 W1 DALLAS'S 1-WIRE BUS
10749 M:      Evgeniy Polyakov <zbr@ioremap.net>
10750 S:      Maintained
10751 F:      Documentation/w1/
10752 F:      drivers/w1/
10753
10754 W83791D HARDWARE MONITORING DRIVER
10755 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10756 L:      lm-sensors@lm-sensors.org
10757 S:      Maintained
10758 F:      Documentation/hwmon/w83791d
10759 F:      drivers/hwmon/w83791d.c
10760
10761 W83793 HARDWARE MONITORING DRIVER
10762 M:      Rudolf Marek <r.marek@assembler.cz>
10763 L:      lm-sensors@lm-sensors.org
10764 S:      Maintained
10765 F:      Documentation/hwmon/w83793
10766 F:      drivers/hwmon/w83793.c
10767
10768 W83795 HARDWARE MONITORING DRIVER
10769 M:      Jean Delvare <jdelvare@suse.de>
10770 L:      lm-sensors@lm-sensors.org
10771 S:      Maintained
10772 F:      drivers/hwmon/w83795.c
10773
10774 W83L51xD SD/MMC CARD INTERFACE DRIVER
10775 M:      Pierre Ossman <pierre@ossman.eu>
10776 S:      Maintained
10777 F:      drivers/mmc/host/wbsd.*
10778
10779 WACOM PROTOCOL 4 SERIAL TABLETS
10780 M:      Julian Squires <julian@cipht.net>
10781 M:      Hans de Goede <hdegoede@redhat.com>
10782 L:      linux-input@vger.kernel.org
10783 S:      Maintained
10784 F:      drivers/input/tablet/wacom_serial4.c
10785
10786 WATCHDOG DEVICE DRIVERS
10787 M:      Wim Van Sebroeck <wim@iguana.be>
10788 L:      linux-watchdog@vger.kernel.org
10789 W:      http://www.linux-watchdog.org/
10790 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10791 S:      Maintained
10792 F:      Documentation/watchdog/
10793 F:      drivers/watchdog/
10794 F:      include/linux/watchdog.h
10795 F:      include/uapi/linux/watchdog.h
10796
10797 WD7000 SCSI DRIVER
10798 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10799 L:      linux-scsi@vger.kernel.org
10800 S:      Maintained
10801 F:      drivers/scsi/wd7000.c
10802
10803 WIIMOTE HID DRIVER
10804 M:      David Herrmann <dh.herrmann@googlemail.com>
10805 L:      linux-input@vger.kernel.org
10806 S:      Maintained
10807 F:      drivers/hid/hid-wiimote*
10808
10809 WINBOND CIR DRIVER
10810 M:      David Härdeman <david@hardeman.nu>
10811 S:      Maintained
10812 F:      drivers/media/rc/winbond-cir.c
10813
10814 WIMAX STACK
10815 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10816 M:      linux-wimax@intel.com
10817 L:      wimax@linuxwimax.org (subscribers-only)
10818 S:      Supported
10819 W:      http://linuxwimax.org
10820 F:      Documentation/wimax/README.wimax
10821 F:      include/linux/wimax/debug.h
10822 F:      include/net/wimax.h
10823 F:      include/uapi/linux/wimax.h
10824 F:      net/wimax/
10825
10826 WISTRON LAPTOP BUTTON DRIVER
10827 M:      Miloslav Trmac <mitr@volny.cz>
10828 S:      Maintained
10829 F:      drivers/input/misc/wistron_btns.c
10830
10831 WL3501 WIRELESS PCMCIA CARD DRIVER
10832 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10833 L:      linux-wireless@vger.kernel.org
10834 W:      http://oops.ghostprotocols.net:81/blog
10835 S:      Maintained
10836 F:      drivers/net/wireless/wl3501*
10837
10838 WM97XX TOUCHSCREEN DRIVERS
10839 M:      Mark Brown <broonie@kernel.org>
10840 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10841 L:      linux-input@vger.kernel.org
10842 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10843 W:      http://opensource.wolfsonmicro.com/node/7
10844 S:      Supported
10845 F:      drivers/input/touchscreen/*wm97*
10846 F:      include/linux/wm97xx.h
10847
10848 WOLFSON MICROELECTRONICS DRIVERS
10849 L:      patches@opensource.wolfsonmicro.com
10850 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10851 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10852 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10853 S:      Supported
10854 F:      Documentation/hwmon/wm83??
10855 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10856 F:      drivers/clk/clk-wm83*.c
10857 F:      drivers/extcon/extcon-arizona.c
10858 F:      drivers/leds/leds-wm83*.c
10859 F:      drivers/gpio/gpio-*wm*.c
10860 F:      drivers/gpio/gpio-arizona.c
10861 F:      drivers/hwmon/wm83??-hwmon.c
10862 F:      drivers/input/misc/wm831x-on.c
10863 F:      drivers/input/touchscreen/wm831x-ts.c
10864 F:      drivers/input/touchscreen/wm97*.c
10865 F:      drivers/mfd/arizona*
10866 F:      drivers/mfd/wm*.c
10867 F:      drivers/power/wm83*.c
10868 F:      drivers/rtc/rtc-wm83*.c
10869 F:      drivers/regulator/wm8*.c
10870 F:      drivers/video/backlight/wm83*_bl.c
10871 F:      drivers/watchdog/wm83*_wdt.c
10872 F:      include/linux/mfd/arizona/
10873 F:      include/linux/mfd/wm831x/
10874 F:      include/linux/mfd/wm8350/
10875 F:      include/linux/mfd/wm8400*
10876 F:      include/linux/wm97xx.h
10877 F:      include/sound/wm????.h
10878 F:      sound/soc/codecs/arizona.?
10879 F:      sound/soc/codecs/wm*
10880
10881 WORKQUEUE
10882 M:      Tejun Heo <tj@kernel.org>
10883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10884 S:      Maintained
10885 F:      include/linux/workqueue.h
10886 F:      kernel/workqueue.c
10887 F:      Documentation/workqueue.txt
10888
10889 X.25 NETWORK LAYER
10890 M:      Andrew Hendry <andrew.hendry@gmail.com>
10891 L:      linux-x25@vger.kernel.org
10892 S:      Odd Fixes
10893 F:      Documentation/networking/x25*
10894 F:      include/net/x25*
10895 F:      net/x25/
10896
10897 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10898 M:      Thomas Gleixner <tglx@linutronix.de>
10899 M:      Ingo Molnar <mingo@redhat.com>
10900 M:      "H. Peter Anvin" <hpa@zytor.com>
10901 M:      x86@kernel.org
10902 L:      linux-kernel@vger.kernel.org
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10904 S:      Maintained
10905 F:      Documentation/x86/
10906 F:      arch/x86/
10907
10908 X86 PLATFORM DRIVERS
10909 M:      Darren Hart <dvhart@infradead.org>
10910 L:      platform-driver-x86@vger.kernel.org
10911 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10912 S:      Maintained
10913 F:      drivers/platform/x86/
10914
10915 X86 MCE INFRASTRUCTURE
10916 M:      Tony Luck <tony.luck@intel.com>
10917 M:      Borislav Petkov <bp@alien8.de>
10918 L:      linux-edac@vger.kernel.org
10919 S:      Maintained
10920 F:      arch/x86/kernel/cpu/mcheck/*
10921
10922 X86 VDSO
10923 M:      Andy Lutomirski <luto@amacapital.net>
10924 L:      linux-kernel@vger.kernel.org
10925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10926 S:      Maintained
10927 F:      arch/x86/vdso/
10928
10929 XC2028/3028 TUNER DRIVER
10930 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10931 L:      linux-media@vger.kernel.org
10932 W:      http://linuxtv.org
10933 T:      git git://linuxtv.org/media_tree.git
10934 S:      Maintained
10935 F:      drivers/media/tuners/tuner-xc2028.*
10936
10937 XEN HYPERVISOR INTERFACE
10938 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10939 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10940 M:      David Vrabel <david.vrabel@citrix.com>
10941 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10943 S:      Supported
10944 F:      arch/x86/xen/
10945 F:      drivers/*/xen-*front.c
10946 F:      drivers/xen/
10947 F:      arch/x86/include/asm/xen/
10948 F:      include/xen/
10949 F:      include/uapi/xen/
10950
10951 XEN HYPERVISOR ARM
10952 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10953 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10954 S:      Supported
10955 F:      arch/arm/xen/
10956 F:      arch/arm/include/asm/xen/
10957
10958 XEN HYPERVISOR ARM64
10959 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10960 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10961 S:      Supported
10962 F:      arch/arm64/xen/
10963 F:      arch/arm64/include/asm/xen/
10964
10965 XEN NETWORK BACKEND DRIVER
10966 M:      Ian Campbell <ian.campbell@citrix.com>
10967 M:      Wei Liu <wei.liu2@citrix.com>
10968 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10969 L:      netdev@vger.kernel.org
10970 S:      Supported
10971 F:      drivers/net/xen-netback/*
10972
10973 XEN PCI SUBSYSTEM
10974 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10975 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10976 S:      Supported
10977 F:      arch/x86/pci/*xen*
10978 F:      drivers/pci/*xen*
10979
10980 XEN BLOCK SUBSYSTEM
10981 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10982 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10983 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10984 S:      Supported
10985 F:      drivers/block/xen-blkback/*
10986 F:      drivers/block/xen*
10987
10988 XEN PVSCSI DRIVERS
10989 M:      Juergen Gross <jgross@suse.com>
10990 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10991 L:      linux-scsi@vger.kernel.org
10992 S:      Supported
10993 F:      drivers/scsi/xen-scsifront.c
10994 F:      drivers/xen/xen-scsiback.c
10995 F:      include/xen/interface/io/vscsiif.h
10996
10997 XEN SWIOTLB SUBSYSTEM
10998 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10999 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11000 S:      Supported
11001 F:      arch/x86/xen/*swiotlb*
11002 F:      drivers/xen/*swiotlb*
11003
11004 XFS FILESYSTEM
11005 P:      Silicon Graphics Inc
11006 M:      Dave Chinner <david@fromorbit.com>
11007 M:      xfs@oss.sgi.com
11008 L:      xfs@oss.sgi.com
11009 W:      http://oss.sgi.com/projects/xfs
11010 T:      git git://oss.sgi.com/xfs/xfs.git
11011 S:      Supported
11012 F:      Documentation/filesystems/xfs.txt
11013 F:      fs/xfs/
11014
11015 XILINX AXI ETHERNET DRIVER
11016 M:      Anirudha Sarangi <anirudh@xilinx.com>
11017 M:      John Linn <John.Linn@xilinx.com>
11018 S:      Maintained
11019 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11020
11021 XILINX UARTLITE SERIAL DRIVER
11022 M:      Peter Korsgaard <jacmet@sunsite.dk>
11023 L:      linux-serial@vger.kernel.org
11024 S:      Maintained
11025 F:      drivers/tty/serial/uartlite.c
11026
11027 XILINX VIDEO IP CORES
11028 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11029 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11030 L:      linux-media@vger.kernel.org
11031 T:      git git://linuxtv.org/media_tree.git
11032 S:      Supported
11033 F:      Documentation/devicetree/bindings/media/xilinx/
11034 F:      drivers/media/platform/xilinx/
11035 F:      include/uapi/linux/xilinx-v4l2-controls.h
11036
11037 XILLYBUS DRIVER
11038 M:      Eli Billauer <eli.billauer@gmail.com>
11039 L:      linux-kernel@vger.kernel.org
11040 S:      Supported
11041 F:      drivers/char/xillybus/
11042
11043 XTENSA XTFPGA PLATFORM SUPPORT
11044 M:      Max Filippov <jcmvbkbc@gmail.com>
11045 L:      linux-xtensa@linux-xtensa.org
11046 S:      Maintained
11047 F:      drivers/spi/spi-xtensa-xtfpga.c
11048 F:      sound/soc/xtensa/xtfpga-i2s.c
11049
11050 YAM DRIVER FOR AX.25
11051 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11052 L:      linux-hams@vger.kernel.org
11053 S:      Maintained
11054 F:      drivers/net/hamradio/yam*
11055 F:      include/linux/yam.h
11056
11057 YEALINK PHONE DRIVER
11058 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11059 L:      usbb2k-api-dev@nongnu.org
11060 S:      Maintained
11061 F:      Documentation/input/yealink.txt
11062 F:      drivers/input/misc/yealink.*
11063
11064 Z8530 DRIVER FOR AX.25
11065 M:      Joerg Reuter <jreuter@yaina.de>
11066 W:      http://yaina.de/jreuter/
11067 W:      http://www.qsl.net/dl1bke/
11068 L:      linux-hams@vger.kernel.org
11069 S:      Maintained
11070 F:      Documentation/networking/z8530drv.txt
11071 F:      drivers/net/hamradio/*scc.c
11072 F:      drivers/net/hamradio/z8530.h
11073
11074 ZBUD COMPRESSED PAGE ALLOCATOR
11075 M:      Seth Jennings <sjennings@variantweb.net>
11076 L:      linux-mm@kvack.org
11077 S:      Maintained
11078 F:      mm/zbud.c
11079 F:      include/linux/zbud.h
11080
11081 ZD1211RW WIRELESS DRIVER
11082 M:      Daniel Drake <dsd@gentoo.org>
11083 M:      Ulrich Kunitz <kune@deine-taler.de>
11084 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11085 L:      linux-wireless@vger.kernel.org
11086 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11087 S:      Maintained
11088 F:      drivers/net/wireless/zd1211rw/
11089
11090 ZR36067 VIDEO FOR LINUX DRIVER
11091 L:      mjpeg-users@lists.sourceforge.net
11092 L:      linux-media@vger.kernel.org
11093 W:      http://mjpeg.sourceforge.net/driver-zoran/
11094 T:      hg http://linuxtv.org/hg/v4l-dvb
11095 S:      Odd Fixes
11096 F:      drivers/media/pci/zoran/
11097
11098 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11099 M:      Minchan Kim <minchan@kernel.org>
11100 M:      Nitin Gupta <ngupta@vflare.org>
11101 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11102 L:      linux-kernel@vger.kernel.org
11103 S:      Maintained
11104 F:      drivers/block/zram/
11105 F:      Documentation/blockdev/zram.txt
11106
11107 ZS DECSTATION Z85C30 SERIAL DRIVER
11108 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11109 S:      Maintained
11110 F:      drivers/tty/serial/zs.*
11111
11112 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11113 M:      Minchan Kim <minchan@kernel.org>
11114 M:      Nitin Gupta <ngupta@vflare.org>
11115 L:      linux-mm@kvack.org
11116 S:      Maintained
11117 F:      mm/zsmalloc.c
11118 F:      include/linux/zsmalloc.h
11119 F:      Documentation/vm/zsmalloc.txt
11120
11121 ZSWAP COMPRESSED SWAP CACHING
11122 M:      Seth Jennings <sjennings@variantweb.net>
11123 L:      linux-mm@kvack.org
11124 S:      Maintained
11125 F:      mm/zswap.c
11126
11127 THE REST
11128 M:      Linus Torvalds <torvalds@linux-foundation.org>
11129 L:      linux-kernel@vger.kernel.org
11130 Q:      http://patchwork.kernel.org/project/LKML/list/
11131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11132 S:      Buried alive in reporters
11133 F:      *
11134 F:      */