netns: make nsid_lock per net
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA PIO DRIVER
573 M:      Tien Hock Loh <thloh@altera.com>
574 L:      linux-gpio@vger.kernel.org
575 S:      Maintained
576 F:      drivers/gpio/gpio-altera.c
577
578 ALTERA TRIPLE SPEED ETHERNET DRIVER
579 M:      Vince Bridgers <vbridger@opensource.altera.com>
580 L:      netdev@vger.kernel.org
581 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
582 S:      Maintained
583 F:      drivers/net/ethernet/altera/
584
585 ALTERA UART/JTAG UART SERIAL DRIVERS
586 M:      Tobias Klauser <tklauser@distanz.ch>
587 L:      linux-serial@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/tty/serial/altera_uart.c
591 F:      drivers/tty/serial/altera_jtaguart.c
592 F:      include/linux/altera_uart.h
593 F:      include/linux/altera_jtaguart.h
594
595 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
596 M:      Tom Lendacky <thomas.lendacky@amd.com>
597 L:      linux-crypto@vger.kernel.org
598 S:      Supported
599 F:      drivers/crypto/ccp/
600 F:      include/linux/ccp.h
601
602 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
603 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
604 L:      lm-sensors@lm-sensors.org
605 S:      Maintained
606 F:      Documentation/hwmon/fam15h_power
607 F:      drivers/hwmon/fam15h_power.c
608
609 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
610 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 S:      Supported
613 F:      drivers/usb/gadget/udc/amd5536udc.*
614
615 AMD GEODE PROCESSOR/CHIPSET SUPPORT
616 P:      Andres Salomon <dilinger@queued.net>
617 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
618 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
619 S:      Supported
620 F:      drivers/char/hw_random/geode-rng.c
621 F:      drivers/crypto/geode*
622 F:      drivers/video/fbdev/geode/
623 F:      arch/x86/include/asm/geode.h
624
625 AMD IOMMU (AMD-VI)
626 M:      Joerg Roedel <joro@8bytes.org>
627 L:      iommu@lists.linux-foundation.org
628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
629 S:      Maintained
630 F:      drivers/iommu/amd_iommu*.[ch]
631 F:      include/linux/amd-iommu.h
632
633 AMD KFD
634 M:      Oded Gabbay <oded.gabbay@amd.com>
635 L:      dri-devel@lists.freedesktop.org
636 T:      git git://people.freedesktop.org/~gabbayo/linux.git
637 S:      Supported
638 F:      drivers/gpu/drm/amd/amdkfd/
639 F:      drivers/gpu/drm/amd/include/cik_structs.h
640 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
641 F:      drivers/gpu/drm/radeon/radeon_kfd.c
642 F:      drivers/gpu/drm/radeon/radeon_kfd.h
643 F:      include/uapi/linux/kfd_ioctl.h
644
645 AMD MICROCODE UPDATE SUPPORT
646 M:      Borislav Petkov <bp@alien8.de>
647 S:      Maintained
648 F:      arch/x86/kernel/cpu/microcode/amd*
649
650 AMD XGBE DRIVER
651 M:      Tom Lendacky <thomas.lendacky@amd.com>
652 L:      netdev@vger.kernel.org
653 S:      Supported
654 F:      drivers/net/ethernet/amd/xgbe/
655
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/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
925 M:      Alexander Shiyan <shc_work@mail.ru>
926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 S:      Odd Fixes
928 N:      clps711x
929
930 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
931 M:      Hartley Sweeten <hsweeten@visionengravers.com>
932 M:      Ryan Mallon <rmallon@gmail.com>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S:      Maintained
935 F:      arch/arm/mach-ep93xx/
936 F:      arch/arm/mach-ep93xx/include/mach/
937
938 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
939 M:      Lennert Buytenhek <kernel@wantstofly.org>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942
943 ARM/CLKDEV SUPPORT
944 M:      Russell King <linux@arm.linux.org.uk>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/include/asm/clkdev.h
948 F:      drivers/clk/clkdev.c
949
950 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
951 M:      Mike Rapoport <mike@compulab.co.il>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954
955 ARM/CONTEC MICRO9 MACHINE SUPPORT
956 M:      Hubert Feurstein <hubert.feurstein@contec.at>
957 S:      Maintained
958 F:      arch/arm/mach-ep93xx/micro9.c
959
960 ARM/CORESIGHT FRAMEWORK AND DRIVERS
961 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964 F:      drivers/hwtracing/coresight/*
965 F:      Documentation/trace/coresight.txt
966 F:      Documentation/devicetree/bindings/arm/coresight.txt
967 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
968
969 ARM/CORGI MACHINE SUPPORT
970 M:      Richard Purdie <rpurdie@rpsys.net>
971 S:      Maintained
972
973 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
974 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 T:      git git://git.berlios.de/gemini-board
977 S:      Maintained
978 F:      arch/arm/mach-gemini/
979
980 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
981 M:      Barry Song <baohua@kernel.org>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
984 S:      Maintained
985 F:      arch/arm/mach-prima2/
986 F:      drivers/clk/sirf/
987 F:      drivers/clocksource/timer-prima2.c
988 F:      drivers/clocksource/timer-atlas7.c
989 N:      [^a-z]sirf
990
991 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
992 M:      Baruch Siach <baruch@tkos.co.il>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 S:      Maintained
995 N:      digicolor
996
997 ARM/EBSA110 MACHINE SUPPORT
998 M:      Russell King <linux@arm.linux.org.uk>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 W:      http://www.arm.linux.org.uk/
1001 S:      Maintained
1002 F:      arch/arm/mach-ebsa110/
1003 F:      drivers/net/ethernet/amd/am79c961a.*
1004
1005 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1006 M:      Uwe Kleine-König <kernel@pengutronix.de>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 S:      Maintained
1009 N:      efm32
1010
1011 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1012 M:      Daniel Ribeiro <drwyrm@gmail.com>
1013 M:      Stefan Schmidt <stefan@openezx.org>
1014 M:      Harald Welte <laforge@openezx.org>
1015 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1016 W:      http://www.openezx.org/
1017 S:      Maintained
1018 T:      topgit git://git.openezx.org/openezx.git
1019 F:      arch/arm/mach-pxa/ezx.c
1020
1021 ARM/FARADAY FA526 PORT
1022 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S:      Maintained
1025 T:      git git://git.berlios.de/gemini-board
1026 F:      arch/arm/mm/*-fa*
1027
1028 ARM/FOOTBRIDGE ARCHITECTURE
1029 M:      Russell King <linux@arm.linux.org.uk>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 W:      http://www.arm.linux.org.uk/
1032 S:      Maintained
1033 F:      arch/arm/include/asm/hardware/dec21285.h
1034 F:      arch/arm/mach-footbridge/
1035
1036 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1037 M:      Shawn Guo <shawn.guo@linaro.org>
1038 M:      Sascha Hauer <kernel@pengutronix.de>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1042 F:      arch/arm/mach-imx/
1043 F:      arch/arm/mach-mxs/
1044 F:      arch/arm/boot/dts/imx*
1045 F:      arch/arm/configs/imx*_defconfig
1046
1047 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1048 M:      Shawn Guo <shawn.guo@linaro.org>
1049 M:      Sascha Hauer <kernel@pengutronix.de>
1050 R:      Stefan Agner <stefan@agner.ch>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1054 F:      arch/arm/mach-imx/*vf610*
1055 F:      arch/arm/boot/dts/vf*
1056
1057 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1058 M:      Lennert Buytenhek <kernel@wantstofly.org>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061
1062 ARM/GUMSTIX MACHINE SUPPORT
1063 M:      Steve Sakoman <sakoman@gmail.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Maintained
1066
1067 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1068 M:      Philipp Zabel <philipp.zabel@gmail.com>
1069 M:      Paul Parsons <lost.distance@yahoo.com>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 S:      Maintained
1072 F:      arch/arm/mach-pxa/hx4700.c
1073 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1074 F:      sound/soc/pxa/hx4700.c
1075
1076 ARM/HISILICON SOC SUPPORT
1077 M:      Wei Xu <xuwei5@hisilicon.com>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 W:      http://www.hisilicon.com
1080 S:      Supported
1081 T:      git git://github.com/hisilicon/linux-hisi.git
1082 F:      arch/arm/mach-hisi/
1083
1084 ARM/HP JORNADA 7XX MACHINE SUPPORT
1085 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1086 W:      www.jlime.com
1087 S:      Maintained
1088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1089 F:      arch/arm/mach-sa1100/jornada720.c
1090 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1091
1092 ARM/IGEP MACHINE SUPPORT
1093 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1094 M:      Javier Martinez Canillas <javier@dowhile0.org>
1095 L:      linux-omap@vger.kernel.org
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098 F:      arch/arm/boot/dts/omap3-igep*
1099
1100 ARM/INCOME PXA270 SUPPORT
1101 M:      Marek Vasut <marek.vasut@gmail.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1105
1106 ARM/INTEL IOP32X ARM ARCHITECTURE
1107 M:      Lennert Buytenhek <kernel@wantstofly.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110
1111 ARM/INTEL IOP33X ARM ARCHITECTURE
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S:      Orphan
1114
1115 ARM/INTEL IOP13XX ARM ARCHITECTURE
1116 M:      Lennert Buytenhek <kernel@wantstofly.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/INTEL IQ81342EX MACHINE SUPPORT
1121 M:      Lennert Buytenhek <kernel@wantstofly.org>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124
1125 ARM/INTEL IXDP2850 MACHINE SUPPORT
1126 M:      Lennert Buytenhek <kernel@wantstofly.org>
1127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S:      Maintained
1129
1130 ARM/INTEL IXP4XX ARM ARCHITECTURE
1131 M:      Imre Kaloz <kaloz@openwrt.org>
1132 M:      Krzysztof Halasa <khalasa@piap.pl>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Maintained
1135 F:      arch/arm/mach-ixp4xx/
1136
1137 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1138 M:      Jonathan Cameron <jic23@cam.ac.uk>
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      arch/arm/mach-pxa/stargate2.c
1142 F:      drivers/pcmcia/pxa2xx_stargate2.c
1143
1144 ARM/INTEL XSC3 (MANZANO) ARM CORE
1145 M:      Lennert Buytenhek <kernel@wantstofly.org>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148
1149 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1150 M:      Lennert Buytenhek <kernel@wantstofly.org>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153
1154 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1155 M:      Santosh Shilimkar <ssantosh@kernel.org>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158 F:      arch/arm/mach-keystone/
1159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1160
1161 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1162 M:      Santosh Shilimkar <ssantosh@kernel.org>
1163 L:      linux-kernel@vger.kernel.org
1164 S:      Maintained
1165 F:      drivers/clk/keystone/
1166
1167 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1168 M:      Santosh Shilimkar <ssantosh@kernel.org>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 L:      linux-kernel@vger.kernel.org
1171 S:      Maintained
1172 F:      drivers/clocksource/timer-keystone.c
1173
1174 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1175 M:      Santosh Shilimkar <ssantosh@kernel.org>
1176 L:      linux-kernel@vger.kernel.org
1177 S:      Maintained
1178 F:      drivers/power/reset/keystone-reset.c
1179
1180 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1181 M:      Santosh Shilimkar <ssantosh@kernel.org>
1182 L:      linux-kernel@vger.kernel.org
1183 S:      Maintained
1184 F:      drivers/memory/*emif*
1185
1186 ARM/LOGICPD PXA270 MACHINE SUPPORT
1187 M:      Lennert Buytenhek <kernel@wantstofly.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190
1191 ARM/MAGICIAN MACHINE SUPPORT
1192 M:      Philipp Zabel <philipp.zabel@gmail.com>
1193 S:      Maintained
1194
1195 ARM/Marvell Armada 370 and Armada XP SOC support
1196 M:      Jason Cooper <jason@lakedaemon.net>
1197 M:      Andrew Lunn <andrew@lunn.ch>
1198 M:      Gregory Clement <gregory.clement@free-electrons.com>
1199 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/mach-mvebu/
1203 F:      drivers/rtc/rtc-armada38x.c
1204
1205 ARM/Marvell Berlin SoC support
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-berlin/
1210
1211 ARM/Marvell Dove/MV78xx0/Orion SOC support
1212 M:      Jason Cooper <jason@lakedaemon.net>
1213 M:      Andrew Lunn <andrew@lunn.ch>
1214 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1215 M:      Gregory Clement <gregory.clement@free-electrons.com>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S:      Maintained
1218 F:      arch/arm/mach-dove/
1219 F:      arch/arm/mach-mv78xx0/
1220 F:      arch/arm/mach-orion5x/
1221 F:      arch/arm/plat-orion/
1222
1223 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1224 M:      Alexander Clouter <alex@digriz.org.uk>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 W:      http://www.digriz.org.uk/ts78xx/kernel
1227 S:      Maintained
1228 F:      arch/arm/mach-orion5x/ts78xx-*
1229
1230 ARM/Mediatek SoC support
1231 M:      Matthias Brugger <matthias.bgg@gmail.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/boot/dts/mt6*
1236 F:      arch/arm/boot/dts/mt8*
1237 F:      arch/arm/mach-mediatek/
1238 N:      mtk
1239 K:      mediatek
1240
1241 ARM/MICREL KS8695 ARCHITECTURE
1242 M:      Greg Ungerer <gerg@uclinux.org>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 F:      arch/arm/mach-ks8695/
1245 S:      Odd Fixes
1246
1247 ARM/MIOA701 MACHINE SUPPORT
1248 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 F:      arch/arm/mach-pxa/mioa701.c
1251 S:      Maintained
1252
1253 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1254 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1255 S:      Maintained
1256
1257 ARM/NOMADIK ARCHITECTURE
1258 M:      Alessandro Rubini <rubini@unipv.it>
1259 M:      Linus Walleij <linus.walleij@linaro.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262 F:      arch/arm/mach-nomadik/
1263 F:      drivers/pinctrl/nomadik/
1264 F:      drivers/i2c/busses/i2c-nomadik.c
1265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1266
1267 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1268 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1269 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1270 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1271 S:      Supported
1272
1273 ARM/TOSA MACHINE SUPPORT
1274 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1275 M:      Dirk Opfer <dirk@opfer-online.de>
1276 S:      Maintained
1277
1278 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1279 M:      Marek Vasut <marek.vasut@gmail.com>
1280 L:      linux-arm-kernel@lists.infradead.org
1281 W:      http://hackndev.com
1282 S:      Maintained
1283 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1284 F:      arch/arm/mach-pxa/palmtx.c
1285 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1286 F:      arch/arm/mach-pxa/palmt5.c
1287 F:      arch/arm/mach-pxa/include/mach/palmld.h
1288 F:      arch/arm/mach-pxa/palmld.c
1289 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1290 F:      arch/arm/mach-pxa/palmte2.c
1291 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1292 F:      arch/arm/mach-pxa/palmtc.c
1293
1294 ARM/PALM TREO SUPPORT
1295 M:      Tomas Cech <sleep_walker@suse.cz>
1296 L:      linux-arm-kernel@lists.infradead.org
1297 W:      http://hackndev.com
1298 S:      Maintained
1299 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1300 F:      arch/arm/mach-pxa/palmtreo.c
1301
1302 ARM/PALMZ72 SUPPORT
1303 M:      Sergey Lapin <slapin@ossfans.org>
1304 L:      linux-arm-kernel@lists.infradead.org
1305 W:      http://hackndev.com
1306 S:      Maintained
1307 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1308 F:      arch/arm/mach-pxa/palmz72.c
1309
1310 ARM/PLEB SUPPORT
1311 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1312 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1313 S:      Maintained
1314
1315 ARM/PT DIGITAL BOARD PORT
1316 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 W:      http://www.arm.linux.org.uk/
1319 S:      Maintained
1320
1321 ARM/QUALCOMM SUPPORT
1322 M:      Kumar Gala <galak@codeaurora.org>
1323 M:      Andy Gross <agross@codeaurora.org>
1324 M:      David Brown <davidb@codeaurora.org>
1325 L:      linux-arm-msm@vger.kernel.org
1326 L:      linux-soc@vger.kernel.org
1327 S:      Maintained
1328 F:      arch/arm/mach-qcom/
1329 F:      drivers/soc/qcom/
1330 F:      drivers/tty/serial/msm_serial.h
1331 F:      drivers/tty/serial/msm_serial.c
1332 F:      drivers/*/pm8???-*
1333 F:      drivers/mfd/ssbi.c
1334 F:      drivers/firmware/qcom_scm.c
1335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1336
1337 ARM/RADISYS ENP2611 MACHINE SUPPORT
1338 M:      Lennert Buytenhek <kernel@wantstofly.org>
1339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 S:      Maintained
1341
1342 ARM/RISCPC ARCHITECTURE
1343 M:      Russell King <linux@arm.linux.org.uk>
1344 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 W:      http://www.arm.linux.org.uk/
1346 S:      Maintained
1347 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1348 F:      arch/arm/include/asm/hardware/ioc.h
1349 F:      arch/arm/include/asm/hardware/iomd.h
1350 F:      arch/arm/include/asm/hardware/memc.h
1351 F:      arch/arm/mach-rpc/
1352 F:      drivers/net/ethernet/8390/etherh.c
1353 F:      drivers/net/ethernet/i825xx/ether1*
1354 F:      drivers/net/ethernet/seeq/ether3*
1355 F:      drivers/scsi/arm/
1356
1357 ARM/Rockchip SoC support
1358 M:      Heiko Stuebner <heiko@sntech.de>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 L:      linux-rockchip@lists.infradead.org
1361 S:      Maintained
1362 F:      arch/arm/boot/dts/rk3*
1363 F:      arch/arm/mach-rockchip/
1364 F:      drivers/clk/rockchip/
1365 F:      drivers/i2c/busses/i2c-rk3x.c
1366 F:      drivers/*/*rockchip*
1367 F:      drivers/*/*/*rockchip*
1368 F:      sound/soc/rockchip/
1369 N:      rockchip
1370
1371 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1372 M:      Kukjin Kim <kgene@kernel.org>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1375 S:      Maintained
1376 F:      arch/arm/boot/dts/s3c*
1377 F:      arch/arm/boot/dts/exynos*
1378 F:      arch/arm/plat-samsung/
1379 F:      arch/arm/mach-s3c24*/
1380 F:      arch/arm/mach-s3c64xx/
1381 F:      arch/arm/mach-s5p*/
1382 F:      arch/arm/mach-exynos*/
1383 F:      drivers/*/*s3c2410*
1384 F:      drivers/*/*/*s3c2410*
1385 F:      drivers/spi/spi-s3c*
1386 F:      sound/soc/samsung/*
1387 N:      exynos
1388
1389 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1390 M:      Kyungmin Park <kyungmin.park@samsung.com>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 S:      Maintained
1393 F:      arch/arm/mach-s5pv210/
1394
1395 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1396 M:      Kyungmin Park <kyungmin.park@samsung.com>
1397 M:      Kamil Debski <k.debski@samsung.com>
1398 L:      linux-arm-kernel@lists.infradead.org
1399 L:      linux-media@vger.kernel.org
1400 S:      Maintained
1401 F:      drivers/media/platform/s5p-g2d/
1402
1403 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1404 M:      Kyungmin Park <kyungmin.park@samsung.com>
1405 M:      Kamil Debski <k.debski@samsung.com>
1406 M:      Jeongtae Park <jtp.park@samsung.com>
1407 L:      linux-arm-kernel@lists.infradead.org
1408 L:      linux-media@vger.kernel.org
1409 S:      Maintained
1410 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1411 F:      drivers/media/platform/s5p-mfc/
1412
1413 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1414 M:      Kyungmin Park <kyungmin.park@samsung.com>
1415 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1416 L:      linux-arm-kernel@lists.infradead.org
1417 L:      linux-media@vger.kernel.org
1418 S:      Maintained
1419 F:      drivers/media/platform/s5p-tv/
1420
1421 ARM/SHMOBILE ARM ARCHITECTURE
1422 M:      Simon Horman <horms@verge.net.au>
1423 M:      Magnus Damm <magnus.damm@gmail.com>
1424 L:      linux-sh@vger.kernel.org
1425 W:      http://oss.renesas.com
1426 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1428 S:      Supported
1429 F:      arch/arm/boot/dts/emev2*
1430 F:      arch/arm/boot/dts/r7s*
1431 F:      arch/arm/boot/dts/r8a*
1432 F:      arch/arm/boot/dts/sh*
1433 F:      arch/arm/configs/armadillo800eva_defconfig
1434 F:      arch/arm/configs/bockw_defconfig
1435 F:      arch/arm/configs/kzm9g_defconfig
1436 F:      arch/arm/configs/marzen_defconfig
1437 F:      arch/arm/configs/shmobile_defconfig
1438 F:      arch/arm/include/debug/renesas-scif.S
1439 F:      arch/arm/mach-shmobile/
1440 F:      drivers/sh/
1441
1442 ARM/SOCFPGA ARCHITECTURE
1443 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1444 S:      Maintained
1445 F:      arch/arm/mach-socfpga/
1446 F:      arch/arm/boot/dts/socfpga*
1447 F:      arch/arm/configs/socfpga_defconfig
1448 W:      http://www.rocketboards.org
1449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1450
1451 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1452 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1453 S:      Maintained
1454 F:      drivers/clk/socfpga/
1455
1456 ARM/SOCFPGA EDAC SUPPORT
1457 M:      Thor Thayer <tthayer@opensource.altera.com>
1458 S:      Maintained
1459 F:      drivers/edac/altera_edac.
1460
1461 ARM/STI ARCHITECTURE
1462 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1463 M:      Maxime Coquelin <maxime.coquelin@st.com>
1464 M:      Patrice Chotard <patrice.chotard@st.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 L:      kernel@stlinux.com
1467 W:      http://www.stlinux.com
1468 S:      Maintained
1469 F:      arch/arm/mach-sti/
1470 F:      arch/arm/boot/dts/sti*
1471 F:      drivers/clocksource/arm_global_timer.c
1472 F:      drivers/i2c/busses/i2c-st.c
1473 F:      drivers/media/rc/st_rc.c
1474 F:      drivers/mmc/host/sdhci-st.c
1475 F:      drivers/phy/phy-miphy28lp.c
1476 F:      drivers/phy/phy-miphy365x.c
1477 F:      drivers/phy/phy-stih407-usb.c
1478 F:      drivers/phy/phy-stih41x-usb.c
1479 F:      drivers/pinctrl/pinctrl-st.c
1480 F:      drivers/reset/sti/
1481 F:      drivers/tty/serial/st-asc.c
1482 F:      drivers/usb/dwc3/dwc3-st.c
1483 F:      drivers/usb/host/ehci-st.c
1484 F:      drivers/usb/host/ohci-st.c
1485 F:      drivers/ata/ahci_st.c
1486
1487 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1488 M:      Lennert Buytenhek <kernel@wantstofly.org>
1489 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 S:      Maintained
1491
1492 ARM/TETON BGA MACHINE SUPPORT
1493 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 S:      Maintained
1496
1497 ARM/THECUS N2100 MACHINE SUPPORT
1498 M:      Lennert Buytenhek <kernel@wantstofly.org>
1499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 S:      Maintained
1501
1502 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1503 M:      Wan ZongShun <mcuos.com@gmail.com>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 W:      http://www.mcuos.com
1506 S:      Maintained
1507 F:      arch/arm/mach-w90x900/
1508 F:      drivers/input/keyboard/w90p910_keypad.c
1509 F:      drivers/input/touchscreen/w90p910_ts.c
1510 F:      drivers/watchdog/nuc900_wdt.c
1511 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1512 F:      drivers/mtd/nand/nuc900_nand.c
1513 F:      drivers/rtc/rtc-nuc900.c
1514 F:      drivers/spi/spi-nuc900.c
1515 F:      drivers/usb/host/ehci-w90x900.c
1516 F:      drivers/video/fbdev/nuc900fb.c
1517
1518 ARM/U300 MACHINE SUPPORT
1519 M:      Linus Walleij <linus.walleij@linaro.org>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 S:      Supported
1522 F:      arch/arm/mach-u300/
1523 F:      drivers/clocksource/timer-u300.c
1524 F:      drivers/i2c/busses/i2c-stu300.c
1525 F:      drivers/rtc/rtc-coh901331.c
1526 F:      drivers/watchdog/coh901327_wdt.c
1527 F:      drivers/dma/coh901318*
1528 F:      drivers/mfd/ab3100*
1529 F:      drivers/rtc/rtc-ab3100.c
1530 F:      drivers/rtc/rtc-coh901331.c
1531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1532
1533 ARM/Ux500 ARM ARCHITECTURE
1534 M:      Linus Walleij <linus.walleij@linaro.org>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S:      Maintained
1537 F:      arch/arm/mach-ux500/
1538 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1539 F:      drivers/dma/ste_dma40*
1540 F:      drivers/hwspinlock/u8500_hsem.c
1541 F:      drivers/mfd/abx500*
1542 F:      drivers/mfd/ab8500*
1543 F:      drivers/mfd/dbx500*
1544 F:      drivers/mfd/db8500*
1545 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1546 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1547 F:      drivers/rtc/rtc-ab8500.c
1548 F:      drivers/rtc/rtc-pl031.c
1549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1550
1551 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1552 M:      Ulf Hansson <ulf.hansson@linaro.org>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 T:      git git://git.linaro.org/people/ulfh/clk.git
1555 S:      Maintained
1556 F:      drivers/clk/ux500/
1557 F:      include/linux/platform_data/clk-ux500.h
1558
1559 ARM/VERSATILE EXPRESS PLATFORM
1560 M:      Liviu Dudau <liviu.dudau@arm.com>
1561 M:      Sudeep Holla <sudeep.holla@arm.com>
1562 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565 F:      arch/arm/boot/dts/vexpress*
1566 F:      arch/arm/mach-vexpress/
1567 F:      */*/vexpress*
1568 F:      */*/*/vexpress*
1569 F:      drivers/clk/versatile/clk-vexpress-osc.c
1570 F:      drivers/clocksource/versatile.c
1571
1572 ARM/VFP SUPPORT
1573 M:      Russell King <linux@arm.linux.org.uk>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 W:      http://www.arm.linux.org.uk/
1576 S:      Maintained
1577 F:      arch/arm/vfp/
1578
1579 ARM/VOIPAC PXA270 SUPPORT
1580 M:      Marek Vasut <marek.vasut@gmail.com>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583 F:      arch/arm/mach-pxa/vpac270.c
1584 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1585
1586 ARM/VT8500 ARM ARCHITECTURE
1587 M:      Tony Prisk <linux@prisktech.co.nz>
1588 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1589 S:      Maintained
1590 F:      arch/arm/mach-vt8500/
1591 F:      drivers/clocksource/vt8500_timer.c
1592 F:      drivers/i2c/busses/i2c-wmt.c
1593 F:      drivers/mmc/host/wmt-sdmmc.c
1594 F:      drivers/pwm/pwm-vt8500.c
1595 F:      drivers/rtc/rtc-vt8500.c
1596 F:      drivers/tty/serial/vt8500_serial.c
1597 F:      drivers/usb/host/ehci-platform.c
1598 F:      drivers/usb/host/uhci-platform.c
1599 F:      drivers/video/fbdev/vt8500lcdfb.*
1600 F:      drivers/video/fbdev/wm8505fb*
1601 F:      drivers/video/fbdev/wmt_ge_rops.*
1602
1603 ARM/ZIPIT Z2 SUPPORT
1604 M:      Marek Vasut <marek.vasut@gmail.com>
1605 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1606 S:      Maintained
1607 F:      arch/arm/mach-pxa/z2.c
1608 F:      arch/arm/mach-pxa/include/mach/z2.h
1609
1610 ARM/ZYNQ ARCHITECTURE
1611 M:      Michal Simek <michal.simek@xilinx.com>
1612 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1614 W:      http://wiki.xilinx.com
1615 T:      git git://git.xilinx.com/linux-xlnx.git
1616 S:      Supported
1617 F:      arch/arm/mach-zynq/
1618 F:      drivers/cpuidle/cpuidle-zynq.c
1619 F:      drivers/block/xsysace.c
1620 N:      zynq
1621 N:      xilinx
1622 F:      drivers/clocksource/cadence_ttc_timer.c
1623 F:      drivers/i2c/busses/i2c-cadence.c
1624 F:      drivers/mmc/host/sdhci-of-arasan.c
1625 F:      drivers/edac/synopsys_edac.c
1626
1627 ARM SMMU DRIVER
1628 M:      Will Deacon <will.deacon@arm.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S:      Maintained
1631 F:      drivers/iommu/arm-smmu.c
1632 F:      drivers/iommu/io-pgtable-arm.c
1633
1634 ARM64 PORT (AARCH64 ARCHITECTURE)
1635 M:      Catalin Marinas <catalin.marinas@arm.com>
1636 M:      Will Deacon <will.deacon@arm.com>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S:      Maintained
1639 F:      arch/arm64/
1640 F:      Documentation/arm64/
1641
1642 AS3645A LED FLASH CONTROLLER DRIVER
1643 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1644 L:      linux-media@vger.kernel.org
1645 T:      git git://linuxtv.org/media_tree.git
1646 S:      Maintained
1647 F:      drivers/media/i2c/as3645a.c
1648 F:      include/media/as3645a.h
1649
1650 ASC7621 HARDWARE MONITOR DRIVER
1651 M:      George Joseph <george.joseph@fairview5.com>
1652 L:      lm-sensors@lm-sensors.org
1653 S:      Maintained
1654 F:      Documentation/hwmon/asc7621
1655 F:      drivers/hwmon/asc7621.c
1656
1657 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1658 M:      Corentin Chary <corentin.chary@gmail.com>
1659 L:      acpi4asus-user@lists.sourceforge.net
1660 L:      platform-driver-x86@vger.kernel.org
1661 W:      http://acpi4asus.sf.net
1662 S:      Maintained
1663 F:      drivers/platform/x86/asus*.c
1664 F:      drivers/platform/x86/eeepc*.c
1665
1666 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1667 R:      Dan Williams <dan.j.williams@intel.com>
1668 W:      http://sourceforge.net/projects/xscaleiop
1669 S:      Odd fixes
1670 F:      Documentation/crypto/async-tx-api.txt
1671 F:      crypto/async_tx/
1672 F:      drivers/dma/
1673 F:      include/linux/dmaengine.h
1674 F:      include/linux/async_tx.h
1675
1676 AT24 EEPROM DRIVER
1677 M:      Wolfram Sang <wsa@the-dreams.de>
1678 L:      linux-i2c@vger.kernel.org
1679 S:      Maintained
1680 F:      drivers/misc/eeprom/at24.c
1681 F:      include/linux/platform_data/at24.h
1682
1683 ATA OVER ETHERNET (AOE) DRIVER
1684 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1685 W:      http://www.openaoe.org/
1686 S:      Supported
1687 F:      Documentation/aoe/
1688 F:      drivers/block/aoe/
1689
1690 ATHEROS ATH GENERIC UTILITIES
1691 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1692 L:      linux-wireless@vger.kernel.org
1693 S:      Supported
1694 F:      drivers/net/wireless/ath/*
1695
1696 ATHEROS ATH5K WIRELESS DRIVER
1697 M:      Jiri Slaby <jirislaby@gmail.com>
1698 M:      Nick Kossifidis <mickflemm@gmail.com>
1699 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1700 L:      linux-wireless@vger.kernel.org
1701 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1702 S:      Maintained
1703 F:      drivers/net/wireless/ath/ath5k/
1704
1705 ATHEROS ATH6KL WIRELESS DRIVER
1706 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1707 L:      linux-wireless@vger.kernel.org
1708 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1709 T:      git git://github.com/kvalo/ath.git
1710 S:      Supported
1711 F:      drivers/net/wireless/ath/ath6kl/
1712
1713 WILOCITY WIL6210 WIRELESS DRIVER
1714 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1715 L:      linux-wireless@vger.kernel.org
1716 L:      wil6210@qca.qualcomm.com
1717 S:      Supported
1718 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1719 F:      drivers/net/wireless/ath/wil6210/
1720 F:      include/uapi/linux/wil6210_uapi.h
1721
1722 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1723 M:      Christian Lamparter <chunkeey@googlemail.com>
1724 L:      linux-wireless@vger.kernel.org
1725 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1726 S:      Maintained
1727 F:      drivers/net/wireless/ath/carl9170/
1728
1729 ATK0110 HWMON DRIVER
1730 M:      Luca Tettamanti <kronos.it@gmail.com>
1731 L:      lm-sensors@lm-sensors.org
1732 S:      Maintained
1733 F:      drivers/hwmon/asus_atk0110.c
1734
1735 ATI_REMOTE2 DRIVER
1736 M:      Ville Syrjala <syrjala@sci.fi>
1737 S:      Maintained
1738 F:      drivers/input/misc/ati_remote2.c
1739
1740 ATLX ETHERNET DRIVERS
1741 M:      Jay Cliburn <jcliburn@gmail.com>
1742 M:      Chris Snook <chris.snook@gmail.com>
1743 L:      netdev@vger.kernel.org
1744 W:      http://sourceforge.net/projects/atl1
1745 W:      http://atl1.sourceforge.net
1746 S:      Maintained
1747 F:      drivers/net/ethernet/atheros/
1748
1749 ATM
1750 M:      Chas Williams <3chas3@gmail.com>
1751 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1752 L:      netdev@vger.kernel.org
1753 W:      http://linux-atm.sourceforge.net
1754 S:      Maintained
1755 F:      drivers/atm/
1756 F:      include/linux/atm*
1757 F:      include/uapi/linux/atm*
1758
1759 ATMEL AT91 / AT32 MCI DRIVER
1760 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1761 S:      Maintained
1762 F:      drivers/mmc/host/atmel-mci.c
1763 F:      drivers/mmc/host/atmel-mci-regs.h
1764
1765 ATMEL AT91 / AT32 SERIAL DRIVER
1766 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1767 S:      Supported
1768 F:      drivers/tty/serial/atmel_serial.c
1769
1770 ATMEL Audio ALSA driver
1771 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1772 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1773 S:      Supported
1774 F:      sound/soc/atmel
1775
1776 ATMEL DMA DRIVER
1777 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1779 S:      Supported
1780 F:      drivers/dma/at_hdmac.c
1781 F:      drivers/dma/at_hdmac_regs.h
1782 F:      include/linux/platform_data/dma-atmel.h
1783
1784 ATMEL XDMA DRIVER
1785 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1786 L:      linux-arm-kernel@lists.infradead.org
1787 L:      dmaengine@vger.kernel.org
1788 S:      Supported
1789 F:      drivers/dma/at_xdmac.c
1790
1791 ATMEL I2C DRIVER
1792 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1793 L:      linux-i2c@vger.kernel.org
1794 S:      Supported
1795 F:      drivers/i2c/busses/i2c-at91.c
1796
1797 ATMEL ISI DRIVER
1798 M:      Josh Wu <josh.wu@atmel.com>
1799 L:      linux-media@vger.kernel.org
1800 S:      Supported
1801 F:      drivers/media/platform/soc_camera/atmel-isi.c
1802 F:      include/media/atmel-isi.h
1803
1804 ATMEL LCDFB DRIVER
1805 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1806 L:      linux-fbdev@vger.kernel.org
1807 S:      Maintained
1808 F:      drivers/video/fbdev/atmel_lcdfb.c
1809 F:      include/video/atmel_lcdc.h
1810
1811 ATMEL MACB ETHERNET DRIVER
1812 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1813 S:      Supported
1814 F:      drivers/net/ethernet/cadence/
1815
1816 ATMEL NAND DRIVER
1817 M:      Josh Wu <josh.wu@atmel.com>
1818 L:      linux-mtd@lists.infradead.org
1819 S:      Supported
1820 F:      drivers/mtd/nand/atmel_nand*
1821
1822 ATMEL SPI DRIVER
1823 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1824 S:      Supported
1825 F:      drivers/spi/spi-atmel.*
1826
1827 ATMEL SSC DRIVER
1828 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1830 S:      Supported
1831 F:      drivers/misc/atmel-ssc.c
1832 F:      include/linux/atmel-ssc.h
1833
1834 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1835 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Supported
1838 F:      drivers/misc/atmel_tclib.c
1839 F:      drivers/clocksource/tcb_clksrc.c
1840
1841 ATMEL USBA UDC DRIVER
1842 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844 S:      Supported
1845 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1846
1847 ATMEL WIRELESS DRIVER
1848 M:      Simon Kelley <simon@thekelleys.org.uk>
1849 L:      linux-wireless@vger.kernel.org
1850 W:      http://www.thekelleys.org.uk/atmel
1851 W:      http://atmelwlandriver.sourceforge.net/
1852 S:      Maintained
1853 F:      drivers/net/wireless/atmel*
1854
1855 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1856 M:      Bradley Grove <linuxdrivers@attotech.com>
1857 L:      linux-scsi@vger.kernel.org
1858 W:      http://www.attotech.com
1859 S:      Supported
1860 F:      drivers/scsi/esas2r
1861
1862 AUDIT SUBSYSTEM
1863 M:      Paul Moore <paul@paul-moore.com>
1864 M:      Eric Paris <eparis@redhat.com>
1865 L:      linux-audit@redhat.com (moderated for non-subscribers)
1866 W:      http://people.redhat.com/sgrubb/audit/
1867 T:      git git://git.infradead.org/users/pcmoore/audit
1868 S:      Maintained
1869 F:      include/linux/audit.h
1870 F:      include/uapi/linux/audit.h
1871 F:      kernel/audit*
1872
1873 AUXILIARY DISPLAY DRIVERS
1874 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1875 W:      http://miguelojeda.es/auxdisplay.htm
1876 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1877 S:      Maintained
1878 F:      drivers/auxdisplay/
1879 F:      include/linux/cfag12864b.h
1880
1881 AVR32 ARCHITECTURE
1882 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1883 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1884 W:      http://www.atmel.com/products/AVR32/
1885 W:      http://mirror.egtvedt.no/avr32linux.org/
1886 W:      http://avrfreaks.net/
1887 S:      Maintained
1888 F:      arch/avr32/
1889
1890 AVR32/AT32AP MACHINE SUPPORT
1891 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1892 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1893 S:      Maintained
1894 F:      arch/avr32/mach-at32ap/
1895
1896 AX.25 NETWORK LAYER
1897 M:      Ralf Baechle <ralf@linux-mips.org>
1898 L:      linux-hams@vger.kernel.org
1899 W:      http://www.linux-ax25.org/
1900 S:      Maintained
1901 F:      include/uapi/linux/ax25.h
1902 F:      include/net/ax25.h
1903 F:      net/ax25/
1904
1905 AZ6007 DVB DRIVER
1906 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1907 L:      linux-media@vger.kernel.org
1908 W:      http://linuxtv.org
1909 T:      git git://linuxtv.org/media_tree.git
1910 S:      Maintained
1911 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1912
1913 AZTECH FM RADIO RECEIVER DRIVER
1914 M:      Hans Verkuil <hverkuil@xs4all.nl>
1915 L:      linux-media@vger.kernel.org
1916 T:      git git://linuxtv.org/media_tree.git
1917 W:      http://linuxtv.org
1918 S:      Maintained
1919 F:      drivers/media/radio/radio-aztech*
1920
1921 B43 WIRELESS DRIVER
1922 L:      linux-wireless@vger.kernel.org
1923 L:      b43-dev@lists.infradead.org
1924 W:      http://wireless.kernel.org/en/users/Drivers/b43
1925 S:      Odd Fixes
1926 F:      drivers/net/wireless/b43/
1927
1928 B43LEGACY WIRELESS DRIVER
1929 M:      Larry Finger <Larry.Finger@lwfinger.net>
1930 L:      linux-wireless@vger.kernel.org
1931 L:      b43-dev@lists.infradead.org
1932 W:      http://wireless.kernel.org/en/users/Drivers/b43
1933 S:      Maintained
1934 F:      drivers/net/wireless/b43legacy/
1935
1936 BACKLIGHT CLASS/SUBSYSTEM
1937 M:      Jingoo Han <jg1.han@samsung.com>
1938 M:      Lee Jones <lee.jones@linaro.org>
1939 S:      Maintained
1940 F:      drivers/video/backlight/
1941 F:      include/linux/backlight.h
1942
1943 BATMAN ADVANCED
1944 M:      Marek Lindner <mareklindner@neomailbox.ch>
1945 M:      Simon Wunderlich <sw@simonwunderlich.de>
1946 M:      Antonio Quartulli <antonio@meshcoding.com>
1947 L:      b.a.t.m.a.n@lists.open-mesh.org
1948 W:      http://www.open-mesh.org/
1949 S:      Maintained
1950 F:      net/batman-adv/
1951
1952 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1953 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1954 L:      linux-hams@vger.kernel.org
1955 W:      http://www.baycom.org/~tom/ham/ham.html
1956 S:      Maintained
1957 F:      drivers/net/hamradio/baycom*
1958
1959 BCACHE (BLOCK LAYER CACHE)
1960 M:      Kent Overstreet <kmo@daterainc.com>
1961 L:      linux-bcache@vger.kernel.org
1962 W:      http://bcache.evilpiepirate.org
1963 S:      Maintained:
1964 F:      drivers/md/bcache/
1965
1966 BEFS FILE SYSTEM
1967 S:      Orphan
1968 F:      Documentation/filesystems/befs.txt
1969 F:      fs/befs/
1970
1971 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1972 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1973 L:      netdev@vger.kernel.org
1974 S:      Maintained
1975 F:      drivers/net/ethernet/ec_bhf.c
1976
1977 BFS FILE SYSTEM
1978 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1979 S:      Maintained
1980 F:      Documentation/filesystems/bfs.txt
1981 F:      fs/bfs/
1982 F:      include/uapi/linux/bfs_fs.h
1983
1984 BLACKFIN ARCHITECTURE
1985 M:      Steven Miao <realmz6@gmail.com>
1986 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 T:      git git://git.code.sf.net/p/adi-linux/code
1988 W:      http://blackfin.uclinux.org
1989 S:      Supported
1990 F:      arch/blackfin/
1991
1992 BLACKFIN EMAC DRIVER
1993 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W:      http://blackfin.uclinux.org
1995 S:      Supported
1996 F:      drivers/net/ethernet/adi/
1997
1998 BLACKFIN RTC DRIVER
1999 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W:      http://blackfin.uclinux.org
2001 S:      Supported
2002 F:      drivers/rtc/rtc-bfin.c
2003
2004 BLACKFIN SDH DRIVER
2005 M:      Sonic Zhang <sonic.zhang@analog.com>
2006 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W:      http://blackfin.uclinux.org
2008 S:      Supported
2009 F:      drivers/mmc/host/bfin_sdh.c
2010
2011 BLACKFIN SERIAL DRIVER
2012 M:      Sonic Zhang <sonic.zhang@analog.com>
2013 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2014 W:      http://blackfin.uclinux.org
2015 S:      Supported
2016 F:      drivers/tty/serial/bfin_uart.c
2017
2018 BLACKFIN WATCHDOG DRIVER
2019 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W:      http://blackfin.uclinux.org
2021 S:      Supported
2022 F:      drivers/watchdog/bfin_wdt.c
2023
2024 BLACKFIN I2C TWI DRIVER
2025 M:      Sonic Zhang <sonic.zhang@analog.com>
2026 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W:      http://blackfin.uclinux.org/
2028 S:      Supported
2029 F:      drivers/i2c/busses/i2c-bfin-twi.c
2030
2031 BLACKFIN MEDIA DRIVER
2032 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2033 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W:      http://blackfin.uclinux.org/
2035 S:      Supported
2036 F:      drivers/media/platform/blackfin/
2037 F:      drivers/media/i2c/adv7183*
2038 F:      drivers/media/i2c/vs6624*
2039
2040 BLINKM RGB LED DRIVER
2041 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2042 S:      Maintained
2043 F:      drivers/leds/leds-blinkm.c
2044
2045 BLOCK LAYER
2046 M:      Jens Axboe <axboe@kernel.dk>
2047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2048 S:      Maintained
2049 F:      block/
2050
2051 BLOCK2MTD DRIVER
2052 M:      Joern Engel <joern@lazybastard.org>
2053 L:      linux-mtd@lists.infradead.org
2054 S:      Maintained
2055 F:      drivers/mtd/devices/block2mtd.c
2056
2057 BLUETOOTH DRIVERS
2058 M:      Marcel Holtmann <marcel@holtmann.org>
2059 M:      Gustavo Padovan <gustavo@padovan.org>
2060 M:      Johan Hedberg <johan.hedberg@gmail.com>
2061 L:      linux-bluetooth@vger.kernel.org
2062 W:      http://www.bluez.org/
2063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2065 S:      Maintained
2066 F:      drivers/bluetooth/
2067
2068 BLUETOOTH SUBSYSTEM
2069 M:      Marcel Holtmann <marcel@holtmann.org>
2070 M:      Gustavo Padovan <gustavo@padovan.org>
2071 M:      Johan Hedberg <johan.hedberg@gmail.com>
2072 L:      linux-bluetooth@vger.kernel.org
2073 W:      http://www.bluez.org/
2074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2076 S:      Maintained
2077 F:      net/bluetooth/
2078 F:      include/net/bluetooth/
2079
2080 BONDING DRIVER
2081 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2082 M:      Veaceslav Falico <vfalico@gmail.com>
2083 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2084 L:      netdev@vger.kernel.org
2085 W:      http://sourceforge.net/projects/bonding/
2086 S:      Supported
2087 F:      drivers/net/bonding/
2088 F:      include/uapi/linux/if_bonding.h
2089
2090 BPF (Safe dynamic programs and tools)
2091 M:      Alexei Starovoitov <ast@kernel.org>
2092 L:      netdev@vger.kernel.org
2093 L:      linux-kernel@vger.kernel.org
2094 S:      Supported
2095 F:      kernel/bpf/
2096
2097 BROADCOM B44 10/100 ETHERNET DRIVER
2098 M:      Gary Zambrano <zambrano@broadcom.com>
2099 L:      netdev@vger.kernel.org
2100 S:      Supported
2101 F:      drivers/net/ethernet/broadcom/b44.*
2102
2103 BROADCOM GENET ETHERNET DRIVER
2104 M:      Florian Fainelli <f.fainelli@gmail.com>
2105 L:      netdev@vger.kernel.org
2106 S:      Supported
2107 F:      drivers/net/ethernet/broadcom/genet/
2108
2109 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2110 M:      Sony Chacko <sony.chacko@qlogic.com>
2111 M:      Dept-HSGLinuxNICDev@qlogic.com
2112 L:      netdev@vger.kernel.org
2113 S:      Supported
2114 F:      drivers/net/ethernet/broadcom/bnx2.*
2115 F:      drivers/net/ethernet/broadcom/bnx2_*
2116
2117 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2118 M:      Ariel Elior <ariel.elior@qlogic.com>
2119 L:      netdev@vger.kernel.org
2120 S:      Supported
2121 F:      drivers/net/ethernet/broadcom/bnx2x/
2122
2123 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2124 M:      Florian Fainelli <f.fainelli@gmail.com>
2125 M:      Ray Jui <rjui@broadcom.com>
2126 M:      Scott Branden <sbranden@broadcom.com>
2127 L:      bcm-kernel-feedback-list@broadcom.com
2128 T:      git git://github.com/broadcom/mach-bcm
2129 S:      Maintained
2130 F:      arch/arm/mach-bcm/
2131 F:      arch/arm/boot/dts/bcm113*
2132 F:      arch/arm/boot/dts/bcm216*
2133 F:      arch/arm/boot/dts/bcm281*
2134 F:      arch/arm/configs/bcm_defconfig
2135 F:      drivers/mmc/host/sdhci-bcm-kona.c
2136 F:      drivers/clocksource/bcm_kona_timer.c
2137
2138 BROADCOM BCM2835 ARM ARCHITECTURE
2139 M:      Stephen Warren <swarren@wwwdotorg.org>
2140 M:      Lee Jones <lee@kernel.org>
2141 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2143 S:      Maintained
2144 N:      bcm2835
2145
2146 BROADCOM BCM33XX MIPS ARCHITECTURE
2147 M:      Kevin Cernekee <cernekee@gmail.com>
2148 L:      linux-mips@linux-mips.org
2149 S:      Maintained
2150 F:      arch/mips/bcm3384/*
2151 F:      arch/mips/include/asm/mach-bcm3384/*
2152 F:      arch/mips/kernel/*bmips*
2153
2154 BROADCOM BCM5301X ARM ARCHITECTURE
2155 M:      Hauke Mehrtens <hauke@hauke-m.de>
2156 L:      linux-arm-kernel@lists.infradead.org
2157 S:      Maintained
2158 F:      arch/arm/mach-bcm/bcm_5301x.c
2159 F:      arch/arm/boot/dts/bcm5301x.dtsi
2160 F:      arch/arm/boot/dts/bcm470*
2161
2162 BROADCOM BCM63XX ARM ARCHITECTURE
2163 M:      Florian Fainelli <f.fainelli@gmail.com>
2164 L:      linux-arm-kernel@lists.infradead.org
2165 T:      git git://github.com/broadcom/arm-bcm63xx.git
2166 S:      Maintained
2167 F:      arch/arm/mach-bcm/bcm63xx.c
2168 F:      arch/arm/include/debug/bcm63xx.S
2169
2170 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2171 M:      Kevin Cernekee <cernekee@gmail.com>
2172 L:      linux-usb@vger.kernel.org
2173 S:      Maintained
2174 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2175
2176 BROADCOM BCM7XXX ARM ARCHITECTURE
2177 M:      Brian Norris <computersforpeace@gmail.com>
2178 M:      Gregory Fong <gregory.0xf0@gmail.com>
2179 M:      Florian Fainelli <f.fainelli@gmail.com>
2180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2181 T:      git git://github.com/broadcom/stblinux.git
2182 S:      Maintained
2183 F:      arch/arm/mach-bcm/*brcmstb*
2184 F:      arch/arm/boot/dts/bcm7*.dts*
2185 F:      drivers/bus/brcmstb_gisb.c
2186
2187 BROADCOM BMIPS MIPS ARCHITECTURE
2188 M:      Kevin Cernekee <cernekee@gmail.com>
2189 M:      Florian Fainelli <f.fainelli@gmail.com>
2190 L:      linux-mips@linux-mips.org
2191 T:      git git://github.com/broadcom/stblinux.git
2192 S:      Maintained
2193 F:      arch/mips/bmips/*
2194 F:      arch/mips/include/asm/mach-bmips/*
2195 F:      arch/mips/kernel/*bmips*
2196 F:      arch/mips/boot/dts/bcm*.dts*
2197 F:      drivers/irqchip/irq-bcm7*
2198 F:      drivers/irqchip/irq-brcmstb*
2199
2200 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2201 M:      Prashant Sreedharan <prashant@broadcom.com>
2202 M:      Michael Chan <mchan@broadcom.com>
2203 L:      netdev@vger.kernel.org
2204 S:      Supported
2205 F:      drivers/net/ethernet/broadcom/tg3.*
2206
2207 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2208 M:      Brett Rudley <brudley@broadcom.com>
2209 M:      Arend van Spriel <arend@broadcom.com>
2210 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2211 M:      Hante Meuleman <meuleman@broadcom.com>
2212 L:      linux-wireless@vger.kernel.org
2213 L:      brcm80211-dev-list@broadcom.com
2214 S:      Supported
2215 F:      drivers/net/wireless/brcm80211/
2216
2217 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2218 M:      QLogic-Storage-Upstream@qlogic.com
2219 L:      linux-scsi@vger.kernel.org
2220 S:      Supported
2221 F:      drivers/scsi/bnx2fc/
2222
2223 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2224 M:      QLogic-Storage-Upstream@qlogic.com
2225 L:      linux-scsi@vger.kernel.org
2226 S:      Supported
2227 F:      drivers/scsi/bnx2i/
2228
2229 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2230 M:      Ray Jui <rjui@broadcom.com>
2231 M:      Scott Branden <sbranden@broadcom.com>
2232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2233 L:      bcm-kernel-feedback-list@broadcom.com
2234 T:      git git://github.com/broadcom/cygnus-linux.git
2235 S:      Maintained
2236 N:      iproc
2237 N:      cygnus
2238 N:      bcm9113*
2239 N:      bcm9583*
2240 N:      bcm583*
2241 N:      bcm113*
2242
2243 BROADCOM KONA GPIO DRIVER
2244 M:      Ray Jui <rjui@broadcom.com>
2245 L:      bcm-kernel-feedback-list@broadcom.com
2246 S:      Supported
2247 F:      drivers/gpio/gpio-bcm-kona.c
2248 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2249
2250 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2251 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2252 L:      linux-wireless@vger.kernel.org
2253 S:      Maintained
2254 F:      drivers/bcma/
2255 F:      include/linux/bcma/
2256
2257 BROADCOM SYSTEMPORT ETHERNET DRIVER
2258 M:      Florian Fainelli <f.fainelli@gmail.com>
2259 L:      netdev@vger.kernel.org
2260 S:      Supported
2261 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2262
2263 BROCADE BFA FC SCSI DRIVER
2264 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2265 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2266 L:      linux-scsi@vger.kernel.org
2267 S:      Supported
2268 F:      drivers/scsi/bfa/
2269
2270 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2271 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2272 L:      netdev@vger.kernel.org
2273 S:      Supported
2274 F:      drivers/net/ethernet/brocade/bna/
2275
2276 BSG (block layer generic sg v4 driver)
2277 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2278 L:      linux-scsi@vger.kernel.org
2279 S:      Supported
2280 F:      block/bsg.c
2281 F:      include/linux/bsg.h
2282 F:      include/uapi/linux/bsg.h
2283
2284 BT87X AUDIO DRIVER
2285 M:      Clemens Ladisch <clemens@ladisch.de>
2286 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2287 T:      git git://git.alsa-project.org/alsa-kernel.git
2288 S:      Maintained
2289 F:      Documentation/sound/alsa/Bt87x.txt
2290 F:      sound/pci/bt87x.c
2291
2292 BT8XXGPIO DRIVER
2293 M:      Michael Buesch <m@bues.ch>
2294 W:      http://bu3sch.de/btgpio.php
2295 S:      Maintained
2296 F:      drivers/gpio/gpio-bt8xx.c
2297
2298 BTRFS FILE SYSTEM
2299 M:      Chris Mason <clm@fb.com>
2300 M:      Josef Bacik <jbacik@fb.com>
2301 M:      David Sterba <dsterba@suse.cz>
2302 L:      linux-btrfs@vger.kernel.org
2303 W:      http://btrfs.wiki.kernel.org/
2304 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2306 S:      Maintained
2307 F:      Documentation/filesystems/btrfs.txt
2308 F:      fs/btrfs/
2309
2310 BTTV VIDEO4LINUX DRIVER
2311 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2312 L:      linux-media@vger.kernel.org
2313 W:      http://linuxtv.org
2314 T:      git git://linuxtv.org/media_tree.git
2315 S:      Odd fixes
2316 F:      Documentation/video4linux/bttv/
2317 F:      drivers/media/pci/bt8xx/bttv*
2318
2319 BUSLOGIC SCSI DRIVER
2320 M:      Khalid Aziz <khalid@gonehiking.org>
2321 L:      linux-scsi@vger.kernel.org
2322 S:      Maintained
2323 F:      drivers/scsi/BusLogic.*
2324 F:      drivers/scsi/FlashPoint.*
2325
2326 C-MEDIA CMI8788 DRIVER
2327 M:      Clemens Ladisch <clemens@ladisch.de>
2328 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2329 T:      git git://git.alsa-project.org/alsa-kernel.git
2330 S:      Maintained
2331 F:      sound/pci/oxygen/
2332
2333 C6X ARCHITECTURE
2334 M:      Mark Salter <msalter@redhat.com>
2335 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2336 L:      linux-c6x-dev@linux-c6x.org
2337 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2338 S:      Maintained
2339 F:      arch/c6x/
2340
2341 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2342 M:      David Howells <dhowells@redhat.com>
2343 L:      linux-cachefs@redhat.com
2344 S:      Supported
2345 F:      Documentation/filesystems/caching/cachefiles.txt
2346 F:      fs/cachefiles/
2347
2348 CADET FM/AM RADIO RECEIVER DRIVER
2349 M:      Hans Verkuil <hverkuil@xs4all.nl>
2350 L:      linux-media@vger.kernel.org
2351 T:      git git://linuxtv.org/media_tree.git
2352 W:      http://linuxtv.org
2353 S:      Maintained
2354 F:      drivers/media/radio/radio-cadet*
2355
2356 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2357 M:      Jonathan Corbet <corbet@lwn.net>
2358 L:      linux-media@vger.kernel.org
2359 T:      git git://linuxtv.org/media_tree.git
2360 S:      Maintained
2361 F:      Documentation/video4linux/cafe_ccic
2362 F:      drivers/media/platform/marvell-ccic/
2363
2364 CAIF NETWORK LAYER
2365 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2366 L:      netdev@vger.kernel.org
2367 S:      Supported
2368 F:      Documentation/networking/caif/
2369 F:      drivers/net/caif/
2370 F:      include/uapi/linux/caif/
2371 F:      include/net/caif/
2372 F:      net/caif/
2373
2374 CALGARY x86-64 IOMMU
2375 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2376 M:      "Jon D. Mason" <jdmason@kudzu.us>
2377 L:      discuss@x86-64.org
2378 S:      Maintained
2379 F:      arch/x86/kernel/pci-calgary_64.c
2380 F:      arch/x86/kernel/tce_64.c
2381 F:      arch/x86/include/asm/calgary.h
2382 F:      arch/x86/include/asm/tce.h
2383
2384 CAN NETWORK LAYER
2385 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2386 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2387 L:      linux-can@vger.kernel.org
2388 W:      https://github.com/linux-can
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2391 S:      Maintained
2392 F:      Documentation/networking/can.txt
2393 F:      net/can/
2394 F:      include/linux/can/core.h
2395 F:      include/uapi/linux/can.h
2396 F:      include/uapi/linux/can/bcm.h
2397 F:      include/uapi/linux/can/raw.h
2398 F:      include/uapi/linux/can/gw.h
2399
2400 CAN NETWORK DRIVERS
2401 M:      Wolfgang Grandegger <wg@grandegger.com>
2402 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2403 L:      linux-can@vger.kernel.org
2404 W:      https://github.com/linux-can
2405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2407 S:      Maintained
2408 F:      drivers/net/can/
2409 F:      include/linux/can/dev.h
2410 F:      include/linux/can/platform/
2411 F:      include/uapi/linux/can/error.h
2412 F:      include/uapi/linux/can/netlink.h
2413
2414 CAPABILITIES
2415 M:      Serge Hallyn <serge.hallyn@canonical.com>
2416 L:      linux-security-module@vger.kernel.org
2417 S:      Supported
2418 F:      include/linux/capability.h
2419 F:      include/uapi/linux/capability.h
2420 F:      security/capability.c
2421 F:      security/commoncap.c
2422 F:      kernel/capability.c
2423
2424 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2425 M:      Kevin Tsai <ktsai@capellamicro.com>
2426 S:      Maintained
2427 F:      drivers/iio/light/cm*
2428 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2429
2430 CC2520 IEEE-802.15.4 RADIO DRIVER
2431 M:      Varka Bhadram <varkabhadram@gmail.com>
2432 L:      linux-wpan@vger.kernel.org
2433 S:      Maintained
2434 F:      drivers/net/ieee802154/cc2520.c
2435 F:      include/linux/spi/cc2520.h
2436 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2437
2438 CELL BROADBAND ENGINE ARCHITECTURE
2439 M:      Arnd Bergmann <arnd@arndb.de>
2440 L:      linuxppc-dev@lists.ozlabs.org
2441 L:      cbe-oss-dev@lists.ozlabs.org
2442 W:      http://www.ibm.com/developerworks/power/cell/
2443 S:      Supported
2444 F:      arch/powerpc/include/asm/cell*.h
2445 F:      arch/powerpc/include/asm/spu*.h
2446 F:      arch/powerpc/include/uapi/asm/spu*.h
2447 F:      arch/powerpc/oprofile/*cell*
2448 F:      arch/powerpc/platforms/cell/
2449
2450 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2451 M:      Yan, Zheng <zyan@redhat.com>
2452 M:      Sage Weil <sage@redhat.com>
2453 L:      ceph-devel@vger.kernel.org
2454 W:      http://ceph.com/
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2456 S:      Supported
2457 F:      Documentation/filesystems/ceph.txt
2458 F:      fs/ceph/
2459 F:      net/ceph/
2460 F:      include/linux/ceph/
2461 F:      include/linux/crush/
2462
2463 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2464 L:      linux-usb@vger.kernel.org
2465 S:      Orphan
2466 F:      Documentation/usb/WUSB-Design-overview.txt
2467 F:      Documentation/usb/wusb-cbaf
2468 F:      drivers/usb/host/hwa-hc.c
2469 F:      drivers/usb/host/whci/
2470 F:      drivers/usb/wusbcore/
2471 F:      include/linux/usb/wusb*
2472
2473 CFAG12864B LCD DRIVER
2474 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2475 W:      http://miguelojeda.es/auxdisplay.htm
2476 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2477 S:      Maintained
2478 F:      drivers/auxdisplay/cfag12864b.c
2479 F:      include/linux/cfag12864b.h
2480
2481 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2482 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2483 W:      http://miguelojeda.es/auxdisplay.htm
2484 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2485 S:      Maintained
2486 F:      drivers/auxdisplay/cfag12864bfb.c
2487 F:      include/linux/cfag12864b.h
2488
2489 CFG80211 and NL80211
2490 M:      Johannes Berg <johannes@sipsolutions.net>
2491 L:      linux-wireless@vger.kernel.org
2492 W:      http://wireless.kernel.org/
2493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2495 S:      Maintained
2496 F:      include/uapi/linux/nl80211.h
2497 F:      include/net/cfg80211.h
2498 F:      net/wireless/*
2499 X:      net/wireless/wext*
2500
2501 CHAR and MISC DRIVERS
2502 M:      Arnd Bergmann <arnd@arndb.de>
2503 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2505 S:      Supported
2506 F:      drivers/char/*
2507 F:      drivers/misc/*
2508 F:      include/linux/miscdevice.h
2509
2510 CHECKPATCH
2511 M:      Andy Whitcroft <apw@canonical.com>
2512 M:      Joe Perches <joe@perches.com>
2513 S:      Maintained
2514 F:      scripts/checkpatch.pl
2515
2516 CHINESE DOCUMENTATION
2517 M:      Harry Wei <harryxiyou@gmail.com>
2518 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2519 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2520 S:      Maintained
2521 F:      Documentation/zh_CN/
2522
2523 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2524 M:      Peter Chen <Peter.Chen@freescale.com>
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2526 L:      linux-usb@vger.kernel.org
2527 S:      Maintained
2528 F:      drivers/usb/chipidea/
2529
2530 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2531 M:      Hans de Goede <hdegoede@redhat.com>
2532 L:      linux-input@vger.kernel.org
2533 S:      Maintained
2534 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2535 F:      drivers/input/touchscreen/chipone_icn8318.c
2536
2537 CHROME HARDWARE PLATFORM SUPPORT
2538 M:      Olof Johansson <olof@lixom.net>
2539 S:      Maintained
2540 F:      drivers/platform/chrome/
2541
2542 CISCO VIC ETHERNET NIC DRIVER
2543 M:      Christian Benvenuti <benve@cisco.com>
2544 M:      Sujith Sankar <ssujith@cisco.com>
2545 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2546 M:      Neel Patel <neepatel@cisco.com>
2547 S:      Supported
2548 F:      drivers/net/ethernet/cisco/enic/
2549
2550 CISCO VIC LOW LATENCY NIC DRIVER
2551 M:      Upinder Malhi <umalhi@cisco.com>
2552 S:      Supported
2553 F:      drivers/infiniband/hw/usnic
2554
2555 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2556 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2557 L:      netdev@vger.kernel.org
2558 S:      Maintained
2559 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2560
2561 CIRRUS LOGIC AUDIO CODEC DRIVERS
2562 M:      Brian Austin <brian.austin@cirrus.com>
2563 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2564 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2565 S:      Maintained
2566 F:      sound/soc/codecs/cs*
2567
2568 CLEANCACHE API
2569 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2570 L:      linux-kernel@vger.kernel.org
2571 S:      Maintained
2572 F:      mm/cleancache.c
2573 F:      include/linux/cleancache.h
2574
2575 CLK API
2576 M:      Russell King <linux@arm.linux.org.uk>
2577 L:      linux-clk@vger.kernel.org
2578 S:      Maintained
2579 F:      include/linux/clk.h
2580
2581 CLOCKSOURCE, CLOCKEVENT DRIVERS
2582 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2583 M:      Thomas Gleixner <tglx@linutronix.de>
2584 L:      linux-kernel@vger.kernel.org
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2586 S:      Supported
2587 F:      drivers/clocksource
2588
2589 CISCO FCOE HBA DRIVER
2590 M:      Hiral Patel <hiralpat@cisco.com>
2591 M:      Suma Ramars <sramars@cisco.com>
2592 M:      Brian Uchino <buchino@cisco.com>
2593 L:      linux-scsi@vger.kernel.org
2594 S:      Supported
2595 F:      drivers/scsi/fnic/
2596
2597 CMPC ACPI DRIVER
2598 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2599 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2600 L:      platform-driver-x86@vger.kernel.org
2601 S:      Supported
2602 F:      drivers/platform/x86/classmate-laptop.c
2603
2604 COCCINELLE/Semantic Patches (SmPL)
2605 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2606 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2607 M:      Nicolas Palix <nicolas.palix@imag.fr>
2608 M:      Michal Marek <mmarek@suse.cz>
2609 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2611 W:      http://coccinelle.lip6.fr/
2612 S:      Supported
2613 F:      Documentation/coccinelle.txt
2614 F:      scripts/coccinelle/
2615 F:      scripts/coccicheck
2616
2617 CODA FILE SYSTEM
2618 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2619 M:      coda@cs.cmu.edu
2620 L:      codalist@coda.cs.cmu.edu
2621 W:      http://www.coda.cs.cmu.edu/
2622 S:      Maintained
2623 F:      Documentation/filesystems/coda.txt
2624 F:      fs/coda/
2625 F:      include/linux/coda*.h
2626 F:      include/uapi/linux/coda*.h
2627
2628 CODA V4L2 MEM2MEM DRIVER
2629 M:      Philipp Zabel <p.zabel@pengutronix.de>
2630 L:      linux-media@vger.kernel.org
2631 S:      Maintained
2632 F:      Documentation/devicetree/bindings/media/coda.txt
2633 F:      drivers/media/platform/coda/
2634
2635 COMMON CLK FRAMEWORK
2636 M:      Mike Turquette <mturquette@linaro.org>
2637 M:      Stephen Boyd <sboyd@codeaurora.org>
2638 L:      linux-clk@vger.kernel.org
2639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2640 S:      Maintained
2641 F:      drivers/clk/
2642 X:      drivers/clk/clkdev.c
2643 F:      include/linux/clk-pr*
2644 F:      include/linux/clk/
2645
2646 COMMON INTERNET FILE SYSTEM (CIFS)
2647 M:      Steve French <sfrench@samba.org>
2648 L:      linux-cifs@vger.kernel.org
2649 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2650 W:      http://linux-cifs.samba.org/
2651 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2652 S:      Supported
2653 F:      Documentation/filesystems/cifs/
2654 F:      fs/cifs/
2655
2656 COMPACTPCI HOTPLUG CORE
2657 M:      Scott Murray <scott@spiteful.org>
2658 L:      linux-pci@vger.kernel.org
2659 S:      Maintained
2660 F:      drivers/pci/hotplug/cpci_hotplug*
2661
2662 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2663 M:      Scott Murray <scott@spiteful.org>
2664 L:      linux-pci@vger.kernel.org
2665 S:      Maintained
2666 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2667
2668 COMPACTPCI HOTPLUG GENERIC DRIVER
2669 M:      Scott Murray <scott@spiteful.org>
2670 L:      linux-pci@vger.kernel.org
2671 S:      Maintained
2672 F:      drivers/pci/hotplug/cpcihp_generic.c
2673
2674 COMPAL LAPTOP SUPPORT
2675 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2676 L:      platform-driver-x86@vger.kernel.org
2677 S:      Maintained
2678 F:      drivers/platform/x86/compal-laptop.c
2679
2680 CONEXANT ACCESSRUNNER USB DRIVER
2681 M:      Simon Arlott <cxacru@fire.lp0.eu>
2682 L:      accessrunner-general@lists.sourceforge.net
2683 W:      http://accessrunner.sourceforge.net/
2684 S:      Maintained
2685 F:      drivers/usb/atm/cxacru.c
2686
2687 CONFIGFS
2688 M:      Joel Becker <jlbec@evilplan.org>
2689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2690 S:      Supported
2691 F:      fs/configfs/
2692 F:      include/linux/configfs.h
2693
2694 CONNECTOR
2695 M:      Evgeniy Polyakov <zbr@ioremap.net>
2696 L:      netdev@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/connector/
2699
2700 CONTROL GROUP (CGROUP)
2701 M:      Tejun Heo <tj@kernel.org>
2702 M:      Li Zefan <lizefan@huawei.com>
2703 L:      cgroups@vger.kernel.org
2704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2705 S:      Maintained
2706 F:      Documentation/cgroups/
2707 F:      include/linux/cgroup*
2708 F:      kernel/cgroup*
2709
2710 CONTROL GROUP - CPUSET
2711 M:      Li Zefan <lizefan@huawei.com>
2712 L:      cgroups@vger.kernel.org
2713 W:      http://www.bullopensource.org/cpuset/
2714 W:      http://oss.sgi.com/projects/cpusets/
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2716 S:      Maintained
2717 F:      Documentation/cgroups/cpusets.txt
2718 F:      include/linux/cpuset.h
2719 F:      kernel/cpuset.c
2720
2721 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2722 M:      Johannes Weiner <hannes@cmpxchg.org>
2723 M:      Michal Hocko <mhocko@suse.cz>
2724 L:      cgroups@vger.kernel.org
2725 L:      linux-mm@kvack.org
2726 S:      Maintained
2727 F:      mm/memcontrol.c
2728 F:      mm/swap_cgroup.c
2729
2730 CORETEMP HARDWARE MONITORING DRIVER
2731 M:      Fenghua Yu <fenghua.yu@intel.com>
2732 L:      lm-sensors@lm-sensors.org
2733 S:      Maintained
2734 F:      Documentation/hwmon/coretemp
2735 F:      drivers/hwmon/coretemp.c
2736
2737 COSA/SRP SYNC SERIAL DRIVER
2738 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2739 W:      http://www.fi.muni.cz/~kas/cosa/
2740 S:      Maintained
2741 F:      drivers/net/wan/cosa*
2742
2743 CPMAC ETHERNET DRIVER
2744 M:      Florian Fainelli <florian@openwrt.org>
2745 L:      netdev@vger.kernel.org
2746 S:      Maintained
2747 F:      drivers/net/ethernet/ti/cpmac.c
2748
2749 CPU FREQUENCY DRIVERS
2750 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2751 M:      Viresh Kumar <viresh.kumar@linaro.org>
2752 L:      linux-pm@vger.kernel.org
2753 S:      Maintained
2754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2755 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2756 F:      drivers/cpufreq/
2757 F:      include/linux/cpufreq.h
2758
2759 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2760 M:      Viresh Kumar <viresh.kumar@linaro.org>
2761 M:      Sudeep Holla <sudeep.holla@arm.com>
2762 L:      linux-pm@vger.kernel.org
2763 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2764 S:      Maintained
2765 F:      drivers/cpufreq/arm_big_little.h
2766 F:      drivers/cpufreq/arm_big_little.c
2767 F:      drivers/cpufreq/arm_big_little_dt.c
2768
2769 CPUIDLE DRIVER - ARM BIG LITTLE
2770 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2771 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2772 L:      linux-pm@vger.kernel.org
2773 L:      linux-arm-kernel@lists.infradead.org
2774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2775 S:      Maintained
2776 F:      drivers/cpuidle/cpuidle-big_little.c
2777
2778 CPUIDLE DRIVER - ARM EXYNOS
2779 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2780 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2781 M:      Kukjin Kim <kgene@kernel.org>
2782 L:      linux-pm@vger.kernel.org
2783 L:      linux-samsung-soc@vger.kernel.org
2784 S:      Supported
2785 F:      drivers/cpuidle/cpuidle-exynos.c
2786 F:      arch/arm/mach-exynos/pm.c
2787
2788 CPUIDLE DRIVERS
2789 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2790 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2791 L:      linux-pm@vger.kernel.org
2792 S:      Maintained
2793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2794 F:      drivers/cpuidle/*
2795 F:      include/linux/cpuidle.h
2796
2797 CPUID/MSR DRIVER
2798 M:      "H. Peter Anvin" <hpa@zytor.com>
2799 S:      Maintained
2800 F:      arch/x86/kernel/cpuid.c
2801 F:      arch/x86/kernel/msr.c
2802
2803 CPU POWER MONITORING SUBSYSTEM
2804 M:      Thomas Renninger <trenn@suse.de>
2805 L:      linux-pm@vger.kernel.org
2806 S:      Maintained
2807 F:      tools/power/cpupower/
2808
2809 CRAMFS FILESYSTEM
2810 W:      http://sourceforge.net/projects/cramfs/
2811 S:      Orphan / Obsolete
2812 F:      Documentation/filesystems/cramfs.txt
2813 F:      fs/cramfs/
2814
2815 CRIS PORT
2816 M:      Mikael Starvik <starvik@axis.com>
2817 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2818 L:      linux-cris-kernel@axis.com
2819 W:      http://developer.axis.com
2820 S:      Maintained
2821 F:      arch/cris/
2822 F:      drivers/tty/serial/crisv10.*
2823
2824 CRYPTO API
2825 M:      Herbert Xu <herbert@gondor.apana.org.au>
2826 M:      "David S. Miller" <davem@davemloft.net>
2827 L:      linux-crypto@vger.kernel.org
2828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2829 S:      Maintained
2830 F:      Documentation/crypto/
2831 F:      Documentation/DocBook/crypto-API.tmpl
2832 F:      arch/*/crypto/
2833 F:      crypto/
2834 F:      drivers/crypto/
2835 F:      include/crypto/
2836
2837 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2838 M:      Neil Horman <nhorman@tuxdriver.com>
2839 L:      linux-crypto@vger.kernel.org
2840 S:      Maintained
2841 F:      crypto/ansi_cprng.c
2842 F:      crypto/rng.c
2843
2844 CS5535 Audio ALSA driver
2845 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2846 S:      Maintained
2847 F:      sound/pci/cs5535audio/
2848
2849 CW1200 WLAN driver
2850 M:      Solomon Peachy <pizza@shaftnet.org>
2851 S:      Maintained
2852 F:      drivers/net/wireless/cw1200/
2853
2854 CX18 VIDEO4LINUX DRIVER
2855 M:      Andy Walls <awalls@md.metrocast.net>
2856 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2857 L:      linux-media@vger.kernel.org
2858 T:      git git://linuxtv.org/media_tree.git
2859 W:      http://linuxtv.org
2860 W:      http://www.ivtvdriver.org/index.php/Cx18
2861 S:      Maintained
2862 F:      Documentation/video4linux/cx18.txt
2863 F:      drivers/media/pci/cx18/
2864 F:      include/uapi/linux/ivtv*
2865
2866 CX2341X MPEG ENCODER HELPER MODULE
2867 M:      Hans Verkuil <hverkuil@xs4all.nl>
2868 L:      linux-media@vger.kernel.org
2869 T:      git git://linuxtv.org/media_tree.git
2870 W:      http://linuxtv.org
2871 S:      Maintained
2872 F:      drivers/media/common/cx2341x*
2873 F:      include/media/cx2341x*
2874
2875 CX88 VIDEO4LINUX DRIVER
2876 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2877 L:      linux-media@vger.kernel.org
2878 W:      http://linuxtv.org
2879 T:      git git://linuxtv.org/media_tree.git
2880 S:      Odd fixes
2881 F:      Documentation/video4linux/cx88/
2882 F:      drivers/media/pci/cx88/
2883
2884 CXD2820R MEDIA DRIVER
2885 M:      Antti Palosaari <crope@iki.fi>
2886 L:      linux-media@vger.kernel.org
2887 W:      http://linuxtv.org/
2888 W:      http://palosaari.fi/linux/
2889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2890 T:      git git://linuxtv.org/anttip/media_tree.git
2891 S:      Maintained
2892 F:      drivers/media/dvb-frontends/cxd2820r*
2893
2894 CXGB3 ETHERNET DRIVER (CXGB3)
2895 M:      Santosh Raspatur <santosh@chelsio.com>
2896 L:      netdev@vger.kernel.org
2897 W:      http://www.chelsio.com
2898 S:      Supported
2899 F:      drivers/net/ethernet/chelsio/cxgb3/
2900
2901 CXGB3 ISCSI DRIVER (CXGB3I)
2902 M:      Karen Xie <kxie@chelsio.com>
2903 L:      linux-scsi@vger.kernel.org
2904 W:      http://www.chelsio.com
2905 S:      Supported
2906 F:      drivers/scsi/cxgbi/cxgb3i
2907
2908 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2909 M:      Steve Wise <swise@chelsio.com>
2910 L:      linux-rdma@vger.kernel.org
2911 W:      http://www.openfabrics.org
2912 S:      Supported
2913 F:      drivers/infiniband/hw/cxgb3/
2914
2915 CXGB4 ETHERNET DRIVER (CXGB4)
2916 M:      Hariprasad S <hariprasad@chelsio.com>
2917 L:      netdev@vger.kernel.org
2918 W:      http://www.chelsio.com
2919 S:      Supported
2920 F:      drivers/net/ethernet/chelsio/cxgb4/
2921
2922 CXGB4 ISCSI DRIVER (CXGB4I)
2923 M:      Karen Xie <kxie@chelsio.com>
2924 L:      linux-scsi@vger.kernel.org
2925 W:      http://www.chelsio.com
2926 S:      Supported
2927 F:      drivers/scsi/cxgbi/cxgb4i
2928
2929 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2930 M:      Steve Wise <swise@chelsio.com>
2931 L:      linux-rdma@vger.kernel.org
2932 W:      http://www.openfabrics.org
2933 S:      Supported
2934 F:      drivers/infiniband/hw/cxgb4/
2935
2936 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2937 M:      Casey Leedom <leedom@chelsio.com>
2938 L:      netdev@vger.kernel.org
2939 W:      http://www.chelsio.com
2940 S:      Supported
2941 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2942
2943 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2944 M:      Ian Munsie <imunsie@au1.ibm.com>
2945 M:      Michael Neuling <mikey@neuling.org>
2946 L:      linuxppc-dev@lists.ozlabs.org
2947 S:      Supported
2948 F:      drivers/misc/cxl/
2949 F:      include/misc/cxl.h
2950 F:      include/uapi/misc/cxl.h
2951 F:      Documentation/powerpc/cxl.txt
2952 F:      Documentation/powerpc/cxl.txt
2953 F:      Documentation/ABI/testing/sysfs-class-cxl
2954
2955 STMMAC ETHERNET DRIVER
2956 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2957 L:      netdev@vger.kernel.org
2958 W:      http://www.stlinux.com
2959 S:      Supported
2960 F:      drivers/net/ethernet/stmicro/stmmac/
2961
2962 CYBERPRO FB DRIVER
2963 M:      Russell King <linux@arm.linux.org.uk>
2964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2965 W:      http://www.arm.linux.org.uk/
2966 S:      Maintained
2967 F:      drivers/video/fbdev/cyber2000fb.*
2968
2969 CYCLADES ASYNC MUX DRIVER
2970 W:      http://www.cyclades.com/
2971 S:      Orphan
2972 F:      drivers/tty/cyclades.c
2973 F:      include/linux/cyclades.h
2974 F:      include/uapi/linux/cyclades.h
2975
2976 CYCLADES PC300 DRIVER
2977 W:      http://www.cyclades.com/
2978 S:      Orphan
2979 F:      drivers/net/wan/pc300*
2980
2981 CYPRESS_FIRMWARE MEDIA DRIVER
2982 M:      Antti Palosaari <crope@iki.fi>
2983 L:      linux-media@vger.kernel.org
2984 W:      http://linuxtv.org/
2985 W:      http://palosaari.fi/linux/
2986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2987 T:      git git://linuxtv.org/anttip/media_tree.git
2988 S:      Maintained
2989 F:      drivers/media/common/cypress_firmware*
2990
2991 CYTTSP TOUCHSCREEN DRIVER
2992 M:      Ferruh Yigit <fery@cypress.com>
2993 L:      linux-input@vger.kernel.org
2994 S:      Supported
2995 F:      drivers/input/touchscreen/cyttsp*
2996 F:      include/linux/input/cyttsp.h
2997
2998 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
2999 M:      Joshua Kinard <kumba@gentoo.org>
3000 S:      Maintained
3001 F:      drivers/rtc/rtc-ds1685.c
3002 F:      include/linux/rtc/ds1685.h
3003
3004 DAMA SLAVE for AX.25
3005 M:      Joerg Reuter <jreuter@yaina.de>
3006 W:      http://yaina.de/jreuter/
3007 W:      http://www.qsl.net/dl1bke/
3008 L:      linux-hams@vger.kernel.org
3009 S:      Maintained
3010 F:      net/ax25/af_ax25.c
3011 F:      net/ax25/ax25_dev.c
3012 F:      net/ax25/ax25_ds_*
3013 F:      net/ax25/ax25_in.c
3014 F:      net/ax25/ax25_out.c
3015 F:      net/ax25/ax25_timer.c
3016 F:      net/ax25/sysctl_net_ax25.c
3017
3018 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3019 L:      netdev@vger.kernel.org
3020 S:      Orphan
3021 F:      Documentation/networking/dmfe.txt
3022 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3023
3024 DC390/AM53C974 SCSI driver
3025 M:      Hannes Reinecke <hare@suse.de>
3026 L:      linux-scsi@vger.kernel.org
3027 S:      Maintained
3028 F:      drivers/scsi/am53c974.c
3029
3030 DC395x SCSI driver
3031 M:      Oliver Neukum <oliver@neukum.org>
3032 M:      Ali Akcaagac <aliakc@web.de>
3033 M:      Jamie Lenehan <lenehan@twibble.org>
3034 L:      dc395x@twibble.org
3035 W:      http://twibble.org/dist/dc395x/
3036 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3037 S:      Maintained
3038 F:      Documentation/scsi/dc395x.txt
3039 F:      drivers/scsi/dc395x.*
3040
3041 DCCP PROTOCOL
3042 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3043 L:      dccp@vger.kernel.org
3044 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3045 S:      Maintained
3046 F:      include/linux/dccp.h
3047 F:      include/uapi/linux/dccp.h
3048 F:      include/linux/tfrc.h
3049 F:      net/dccp/
3050
3051 DECnet NETWORK LAYER
3052 W:      http://linux-decnet.sourceforge.net
3053 L:      linux-decnet-user@lists.sourceforge.net
3054 S:      Orphan
3055 F:      Documentation/networking/decnet.txt
3056 F:      net/decnet/
3057
3058 DECSTATION PLATFORM SUPPORT
3059 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3060 L:      linux-mips@linux-mips.org
3061 W:      http://www.linux-mips.org/wiki/DECstation
3062 S:      Maintained
3063 F:      arch/mips/dec/
3064 F:      arch/mips/include/asm/dec/
3065 F:      arch/mips/include/asm/mach-dec/
3066
3067 DEFXX FDDI NETWORK DRIVER
3068 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3069 S:      Maintained
3070 F:      drivers/net/fddi/defxx.*
3071
3072 DELL LAPTOP DRIVER
3073 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3074 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3075 L:      platform-driver-x86@vger.kernel.org
3076 S:      Maintained
3077 F:      drivers/platform/x86/dell-laptop.c
3078
3079 DELL LAPTOP FREEFALL DRIVER
3080 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3081 S:      Maintained
3082 F:      drivers/platform/x86/dell-smo8800.c
3083
3084 DELL LAPTOP SMM DRIVER
3085 M:      Guenter Roeck <linux@roeck-us.net>
3086 S:      Maintained
3087 F:      drivers/char/i8k.c
3088 F:      include/uapi/linux/i8k.h
3089
3090 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3091 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3092 S:      Maintained
3093 F:      Documentation/dcdbas.txt
3094 F:      drivers/firmware/dcdbas.*
3095
3096 DELL WMI EXTRAS DRIVER
3097 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3098 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3099 S:      Maintained
3100 F:      drivers/platform/x86/dell-wmi.c
3101
3102 DESIGNWARE USB2 DRD IP DRIVER
3103 M:      John Youn <johnyoun@synopsys.com>
3104 L:      linux-usb@vger.kernel.org
3105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3106 S:      Maintained
3107 F:      drivers/usb/dwc2/
3108
3109 DESIGNWARE USB3 DRD IP DRIVER
3110 M:      Felipe Balbi <balbi@ti.com>
3111 L:      linux-usb@vger.kernel.org
3112 L:      linux-omap@vger.kernel.org
3113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3114 S:      Maintained
3115 F:      drivers/usb/dwc3/
3116
3117 DEVICE COREDUMP (DEV_COREDUMP)
3118 M:      Johannes Berg <johannes@sipsolutions.net>
3119 L:      linux-kernel@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/base/devcoredump.c
3122 F:      include/linux/devcoredump.h
3123
3124 DEVICE FREQUENCY (DEVFREQ)
3125 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3126 M:      Kyungmin Park <kyungmin.park@samsung.com>
3127 L:      linux-pm@vger.kernel.org
3128 S:      Maintained
3129 F:      drivers/devfreq/
3130
3131 DEVICE NUMBER REGISTRY
3132 M:      Torben Mathiasen <device@lanana.org>
3133 W:      http://lanana.org/docs/device-list/index.html
3134 S:      Maintained
3135
3136 DEVICE-MAPPER  (LVM)
3137 M:      Alasdair Kergon <agk@redhat.com>
3138 M:      Mike Snitzer <snitzer@redhat.com>
3139 M:      dm-devel@redhat.com
3140 L:      dm-devel@redhat.com
3141 W:      http://sources.redhat.com/dm
3142 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3144 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3145 S:      Maintained
3146 F:      Documentation/device-mapper/
3147 F:      drivers/md/dm*
3148 F:      drivers/md/persistent-data/
3149 F:      include/linux/device-mapper.h
3150 F:      include/linux/dm-*.h
3151 F:      include/uapi/linux/dm-*.h
3152
3153 DIALOG SEMICONDUCTOR DRIVERS
3154 M:      Support Opensource <support.opensource@diasemi.com>
3155 W:      http://www.dialog-semiconductor.com/products
3156 S:      Supported
3157 F:      Documentation/hwmon/da90??
3158 F:      drivers/gpio/gpio-da90??.c
3159 F:      drivers/hwmon/da90??-hwmon.c
3160 F:      drivers/iio/adc/da91??-*.c
3161 F:      drivers/input/misc/da90??_onkey.c
3162 F:      drivers/input/touchscreen/da9052_tsi.c
3163 F:      drivers/leds/leds-da90??.c
3164 F:      drivers/mfd/da903x.c
3165 F:      drivers/mfd/da90??-*.c
3166 F:      drivers/mfd/da91??-*.c
3167 F:      drivers/power/da9052-battery.c
3168 F:      drivers/power/da91??-*.c
3169 F:      drivers/regulator/da903x.c
3170 F:      drivers/regulator/da9???-regulator.[ch]
3171 F:      drivers/rtc/rtc-da90??.c
3172 F:      drivers/video/backlight/da90??_bl.c
3173 F:      drivers/watchdog/da90??_wdt.c
3174 F:      include/linux/mfd/da903x.h
3175 F:      include/linux/mfd/da9052/
3176 F:      include/linux/mfd/da9055/
3177 F:      include/linux/mfd/da9063/
3178 F:      include/linux/mfd/da9150/
3179 F:      include/sound/da[79]*.h
3180 F:      sound/soc/codecs/da[79]*.[ch]
3181
3182 DIGI NEO AND CLASSIC PCI PRODUCTS
3183 M:      Lidza Louina <lidza.louina@gmail.com>
3184 M:      Mark Hounschell <markh@compro.net>
3185 L:      driverdev-devel@linuxdriverproject.org
3186 S:      Maintained
3187 F:      drivers/staging/dgnc/
3188
3189 DIGI EPCA PCI PRODUCTS
3190 M:      Lidza Louina <lidza.louina@gmail.com>
3191 M:      Mark Hounschell <markh@compro.net>
3192 M:      Daeseok Youn <daeseok.youn@gmail.com>
3193 L:      driverdev-devel@linuxdriverproject.org
3194 S:      Maintained
3195 F:      drivers/staging/dgap/
3196
3197 DIOLAN U2C-12 I2C DRIVER
3198 M:      Guenter Roeck <linux@roeck-us.net>
3199 L:      linux-i2c@vger.kernel.org
3200 S:      Maintained
3201 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3202
3203 DIRECT ACCESS (DAX)
3204 M:      Matthew Wilcox <willy@linux.intel.com>
3205 L:      linux-fsdevel@vger.kernel.org
3206 S:      Supported
3207 F:      fs/dax.c
3208
3209 DIRECTORY NOTIFICATION (DNOTIFY)
3210 M:      Eric Paris <eparis@parisplace.org>
3211 S:      Maintained
3212 F:      Documentation/filesystems/dnotify.txt
3213 F:      fs/notify/dnotify/
3214 F:      include/linux/dnotify.h
3215
3216 DISK GEOMETRY AND PARTITION HANDLING
3217 M:      Andries Brouwer <aeb@cwi.nl>
3218 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3219 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3220 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3221 S:      Maintained
3222
3223 DISKQUOTA
3224 M:      Jan Kara <jack@suse.cz>
3225 S:      Maintained
3226 F:      Documentation/filesystems/quota.txt
3227 F:      fs/quota/
3228 F:      include/linux/quota*.h
3229 F:      include/uapi/linux/quota*.h
3230
3231 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3232 M:      Bernie Thompson <bernie@plugable.com>
3233 L:      linux-fbdev@vger.kernel.org
3234 S:      Maintained
3235 W:      http://plugable.com/category/projects/udlfb/
3236 F:      drivers/video/fbdev/udlfb.c
3237 F:      include/video/udlfb.h
3238 F:      Documentation/fb/udlfb.txt
3239
3240 DISTRIBUTED LOCK MANAGER (DLM)
3241 M:      Christine Caulfield <ccaulfie@redhat.com>
3242 M:      David Teigland <teigland@redhat.com>
3243 L:      cluster-devel@redhat.com
3244 W:      http://sources.redhat.com/cluster/
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3246 S:      Supported
3247 F:      fs/dlm/
3248
3249 DMA BUFFER SHARING FRAMEWORK
3250 M:      Sumit Semwal <sumit.semwal@linaro.org>
3251 S:      Maintained
3252 L:      linux-media@vger.kernel.org
3253 L:      dri-devel@lists.freedesktop.org
3254 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3255 F:      drivers/dma-buf/
3256 F:      include/linux/dma-buf*
3257 F:      include/linux/reservation.h
3258 F:      include/linux/*fence.h
3259 F:      Documentation/dma-buf-sharing.txt
3260 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3261
3262 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3263 M:      Vinod Koul <vinod.koul@intel.com>
3264 L:      dmaengine@vger.kernel.org
3265 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3266 S:      Maintained
3267 F:      drivers/dma/
3268 F:      include/linux/dmaengine.h
3269 F:      Documentation/dmaengine/
3270 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3271
3272 DME1737 HARDWARE MONITOR DRIVER
3273 M:      Juerg Haefliger <juergh@gmail.com>
3274 L:      lm-sensors@lm-sensors.org
3275 S:      Maintained
3276 F:      Documentation/hwmon/dme1737
3277 F:      drivers/hwmon/dme1737.c
3278
3279 DMI/SMBIOS SUPPORT
3280 M:      Jean Delvare <jdelvare@suse.de>
3281 S:      Maintained
3282 F:      drivers/firmware/dmi-id.c
3283 F:      drivers/firmware/dmi_scan.c
3284 F:      include/linux/dmi.h
3285
3286 DOCUMENTATION
3287 M:      Jonathan Corbet <corbet@lwn.net>
3288 L:      linux-doc@vger.kernel.org
3289 S:      Maintained
3290 F:      Documentation/
3291 X:      Documentation/ABI/
3292 X:      Documentation/devicetree/
3293 X:      Documentation/acpi
3294 X:      Documentation/power
3295 X:      Documentation/spi
3296 T:      git git://git.lwn.net/linux-2.6.git docs-next
3297
3298 DOUBLETALK DRIVER
3299 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3300 L:      blinux-list@redhat.com
3301 S:      Maintained
3302 F:      drivers/char/dtlk.c
3303 F:      include/linux/dtlk.h
3304
3305 DPT_I2O SCSI RAID DRIVER
3306 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3307 L:      linux-scsi@vger.kernel.org
3308 W:      http://www.adaptec.com/
3309 S:      Maintained
3310 F:      drivers/scsi/dpt*
3311 F:      drivers/scsi/dpt/
3312
3313 DRBD DRIVER
3314 P:      Philipp Reisner
3315 P:      Lars Ellenberg
3316 M:      drbd-dev@lists.linbit.com
3317 L:      drbd-user@lists.linbit.com
3318 W:      http://www.drbd.org
3319 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3320 T:      git git://git.drbd.org/drbd-8.3.git
3321 S:      Supported
3322 F:      drivers/block/drbd/
3323 F:      lib/lru_cache.c
3324 F:      Documentation/blockdev/drbd/
3325
3326 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3327 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3329 S:      Supported
3330 F:      Documentation/kobject.txt
3331 F:      drivers/base/
3332 F:      fs/sysfs/
3333 F:      fs/debugfs/
3334 F:      include/linux/kobj*
3335 F:      include/linux/debugfs.h
3336 F:      lib/kobj*
3337
3338 DRM DRIVERS
3339 M:      David Airlie <airlied@linux.ie>
3340 L:      dri-devel@lists.freedesktop.org
3341 T:      git git://people.freedesktop.org/~airlied/linux
3342 S:      Maintained
3343 F:      drivers/gpu/drm/
3344 F:      drivers/gpu/vga/
3345 F:      include/drm/
3346 F:      include/uapi/drm/
3347
3348 RADEON DRM DRIVERS
3349 M:      Alex Deucher <alexander.deucher@amd.com>
3350 M:      Christian König <christian.koenig@amd.com>
3351 L:      dri-devel@lists.freedesktop.org
3352 T:      git git://people.freedesktop.org/~agd5f/linux
3353 S:      Supported
3354 F:      drivers/gpu/drm/radeon/
3355 F:      include/uapi/drm/radeon*
3356
3357 DRM PANEL DRIVERS
3358 M:      Thierry Reding <thierry.reding@gmail.com>
3359 L:      dri-devel@lists.freedesktop.org
3360 T:      git git://anongit.freedesktop.org/tegra/linux.git
3361 S:      Maintained
3362 F:      drivers/gpu/drm/drm_panel.c
3363 F:      drivers/gpu/drm/panel/
3364 F:      include/drm/drm_panel.h
3365 F:      Documentation/devicetree/bindings/panel/
3366
3367 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3368 M:      Daniel Vetter <daniel.vetter@intel.com>
3369 M:      Jani Nikula <jani.nikula@linux.intel.com>
3370 L:      intel-gfx@lists.freedesktop.org
3371 L:      dri-devel@lists.freedesktop.org
3372 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3373 T:      git git://anongit.freedesktop.org/drm-intel
3374 S:      Supported
3375 F:      drivers/gpu/drm/i915/
3376 F:      include/drm/i915*
3377 F:      include/uapi/drm/i915*
3378
3379 DRM DRIVERS FOR EXYNOS
3380 M:      Inki Dae <inki.dae@samsung.com>
3381 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3382 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3383 M:      Kyungmin Park <kyungmin.park@samsung.com>
3384 L:      dri-devel@lists.freedesktop.org
3385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3386 S:      Supported
3387 F:      drivers/gpu/drm/exynos/
3388 F:      include/drm/exynos*
3389 F:      include/uapi/drm/exynos*
3390
3391 DRM DRIVERS FOR FREESCALE IMX
3392 M:      Philipp Zabel <p.zabel@pengutronix.de>
3393 L:      dri-devel@lists.freedesktop.org
3394 S:      Maintained
3395 F:      drivers/gpu/drm/imx/
3396 F:      Documentation/devicetree/bindings/drm/imx/
3397
3398 DRM DRIVERS FOR NVIDIA TEGRA
3399 M:      Thierry Reding <thierry.reding@gmail.com>
3400 M:      Terje Bergström <tbergstrom@nvidia.com>
3401 L:      dri-devel@lists.freedesktop.org
3402 L:      linux-tegra@vger.kernel.org
3403 T:      git git://anongit.freedesktop.org/tegra/linux.git
3404 S:      Supported
3405 F:      drivers/gpu/drm/tegra/
3406 F:      drivers/gpu/host1x/
3407 F:      include/linux/host1x.h
3408 F:      include/uapi/drm/tegra_drm.h
3409 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3410
3411 DRM DRIVERS FOR RENESAS
3412 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3413 L:      dri-devel@lists.freedesktop.org
3414 L:      linux-sh@vger.kernel.org
3415 T:      git git://people.freedesktop.org/~airlied/linux
3416 S:      Supported
3417 F:      drivers/gpu/drm/rcar-du/
3418 F:      drivers/gpu/drm/shmobile/
3419 F:      include/linux/platform_data/shmob_drm.h
3420
3421 DRM DRIVERS FOR ROCKCHIP
3422 M:      Mark Yao <mark.yao@rock-chips.com>
3423 L:      dri-devel@lists.freedesktop.org
3424 S:      Maintained
3425 F:      drivers/gpu/drm/rockchip/
3426 F:      Documentation/devicetree/bindings/video/rockchip*
3427
3428 DSBR100 USB FM RADIO DRIVER
3429 M:      Alexey Klimov <klimov.linux@gmail.com>
3430 L:      linux-media@vger.kernel.org
3431 T:      git git://linuxtv.org/media_tree.git
3432 S:      Maintained
3433 F:      drivers/media/radio/dsbr100.c
3434
3435 DSCC4 DRIVER
3436 M:      Francois Romieu <romieu@fr.zoreil.com>
3437 L:      netdev@vger.kernel.org
3438 S:      Maintained
3439 F:      drivers/net/wan/dscc4.c
3440
3441 DVB_USB_AF9015 MEDIA DRIVER
3442 M:      Antti Palosaari <crope@iki.fi>
3443 L:      linux-media@vger.kernel.org
3444 W:      http://linuxtv.org/
3445 W:      http://palosaari.fi/linux/
3446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3447 T:      git git://linuxtv.org/anttip/media_tree.git
3448 S:      Maintained
3449 F:      drivers/media/usb/dvb-usb-v2/af9015*
3450
3451 DVB_USB_AF9035 MEDIA DRIVER
3452 M:      Antti Palosaari <crope@iki.fi>
3453 L:      linux-media@vger.kernel.org
3454 W:      http://linuxtv.org/
3455 W:      http://palosaari.fi/linux/
3456 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3457 T:      git git://linuxtv.org/anttip/media_tree.git
3458 S:      Maintained
3459 F:      drivers/media/usb/dvb-usb-v2/af9035*
3460
3461 DVB_USB_ANYSEE MEDIA DRIVER
3462 M:      Antti Palosaari <crope@iki.fi>
3463 L:      linux-media@vger.kernel.org
3464 W:      http://linuxtv.org/
3465 W:      http://palosaari.fi/linux/
3466 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3467 T:      git git://linuxtv.org/anttip/media_tree.git
3468 S:      Maintained
3469 F:      drivers/media/usb/dvb-usb-v2/anysee*
3470
3471 DVB_USB_AU6610 MEDIA DRIVER
3472 M:      Antti Palosaari <crope@iki.fi>
3473 L:      linux-media@vger.kernel.org
3474 W:      http://linuxtv.org/
3475 W:      http://palosaari.fi/linux/
3476 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3477 T:      git git://linuxtv.org/anttip/media_tree.git
3478 S:      Maintained
3479 F:      drivers/media/usb/dvb-usb-v2/au6610*
3480
3481 DVB_USB_CE6230 MEDIA DRIVER
3482 M:      Antti Palosaari <crope@iki.fi>
3483 L:      linux-media@vger.kernel.org
3484 W:      http://linuxtv.org/
3485 W:      http://palosaari.fi/linux/
3486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3487 T:      git git://linuxtv.org/anttip/media_tree.git
3488 S:      Maintained
3489 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3490
3491 DVB_USB_CXUSB MEDIA DRIVER
3492 M:      Michael Krufky <mkrufky@linuxtv.org>
3493 L:      linux-media@vger.kernel.org
3494 W:      http://linuxtv.org/
3495 W:      http://github.com/mkrufky
3496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3497 T:      git git://linuxtv.org/media_tree.git
3498 S:      Maintained
3499 F:      drivers/media/usb/dvb-usb/cxusb*
3500
3501 DVB_USB_EC168 MEDIA DRIVER
3502 M:      Antti Palosaari <crope@iki.fi>
3503 L:      linux-media@vger.kernel.org
3504 W:      http://linuxtv.org/
3505 W:      http://palosaari.fi/linux/
3506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3507 T:      git git://linuxtv.org/anttip/media_tree.git
3508 S:      Maintained
3509 F:      drivers/media/usb/dvb-usb-v2/ec168*
3510
3511 DVB_USB_GL861 MEDIA DRIVER
3512 M:      Antti Palosaari <crope@iki.fi>
3513 L:      linux-media@vger.kernel.org
3514 W:      http://linuxtv.org/
3515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3516 T:      git git://linuxtv.org/anttip/media_tree.git
3517 S:      Maintained
3518 F:      drivers/media/usb/dvb-usb-v2/gl861*
3519
3520 DVB_USB_MXL111SF MEDIA DRIVER
3521 M:      Michael Krufky <mkrufky@linuxtv.org>
3522 L:      linux-media@vger.kernel.org
3523 W:      http://linuxtv.org/
3524 W:      http://github.com/mkrufky
3525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3526 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3527 S:      Maintained
3528 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3529
3530 DVB_USB_RTL28XXU MEDIA DRIVER
3531 M:      Antti Palosaari <crope@iki.fi>
3532 L:      linux-media@vger.kernel.org
3533 W:      http://linuxtv.org/
3534 W:      http://palosaari.fi/linux/
3535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3536 T:      git git://linuxtv.org/anttip/media_tree.git
3537 S:      Maintained
3538 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3539
3540 DVB_USB_V2 MEDIA DRIVER
3541 M:      Antti Palosaari <crope@iki.fi>
3542 L:      linux-media@vger.kernel.org
3543 W:      http://linuxtv.org/
3544 W:      http://palosaari.fi/linux/
3545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3546 T:      git git://linuxtv.org/anttip/media_tree.git
3547 S:      Maintained
3548 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3549 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3550
3551 DYNAMIC DEBUG
3552 M:      Jason Baron <jbaron@akamai.com>
3553 S:      Maintained
3554 F:      lib/dynamic_debug.c
3555 F:      include/linux/dynamic_debug.h
3556
3557 DZ DECSTATION DZ11 SERIAL DRIVER
3558 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3559 S:      Maintained
3560 F:      drivers/tty/serial/dz.*
3561
3562 E3X0 POWER BUTTON DRIVER
3563 M:      Moritz Fischer <moritz.fischer@ettus.com>
3564 L:      usrp-users@lists.ettus.com
3565 W:      http://www.ettus.com
3566 S:      Supported
3567 F:      drivers/input/misc/e3x0-button.c
3568 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3569
3570 E4000 MEDIA DRIVER
3571 M:      Antti Palosaari <crope@iki.fi>
3572 L:      linux-media@vger.kernel.org
3573 W:      http://linuxtv.org/
3574 W:      http://palosaari.fi/linux/
3575 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3576 T:      git git://linuxtv.org/anttip/media_tree.git
3577 S:      Maintained
3578 F:      drivers/media/tuners/e4000*
3579
3580 EATA ISA/EISA/PCI SCSI DRIVER
3581 M:      Dario Ballabio <ballabio_dario@emc.com>
3582 L:      linux-scsi@vger.kernel.org
3583 S:      Maintained
3584 F:      drivers/scsi/eata.c
3585
3586 EC100 MEDIA DRIVER
3587 M:      Antti Palosaari <crope@iki.fi>
3588 L:      linux-media@vger.kernel.org
3589 W:      http://linuxtv.org/
3590 W:      http://palosaari.fi/linux/
3591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3592 T:      git git://linuxtv.org/anttip/media_tree.git
3593 S:      Maintained
3594 F:      drivers/media/dvb-frontends/ec100*
3595
3596 ECRYPT FILE SYSTEM
3597 M:      Tyler Hicks <tyhicks@canonical.com>
3598 L:      ecryptfs@vger.kernel.org
3599 W:      http://ecryptfs.org
3600 W:      https://launchpad.net/ecryptfs
3601 S:      Supported
3602 F:      Documentation/filesystems/ecryptfs.txt
3603 F:      fs/ecryptfs/
3604
3605 EDAC-CORE
3606 M:      Doug Thompson <dougthompson@xmission.com>
3607 M:      Borislav Petkov <bp@alien8.de>
3608 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3609 L:      linux-edac@vger.kernel.org
3610 W:      bluesmoke.sourceforge.net
3611 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3612 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3613 S:      Supported
3614 F:      Documentation/edac.txt
3615 F:      drivers/edac/
3616 F:      include/linux/edac.h
3617
3618 EDAC-AMD64
3619 M:      Doug Thompson <dougthompson@xmission.com>
3620 M:      Borislav Petkov <bp@alien8.de>
3621 L:      linux-edac@vger.kernel.org
3622 W:      bluesmoke.sourceforge.net
3623 S:      Maintained
3624 F:      drivers/edac/amd64_edac*
3625
3626 EDAC-CALXEDA
3627 M:      Doug Thompson <dougthompson@xmission.com>
3628 M:      Robert Richter <rric@kernel.org>
3629 L:      linux-edac@vger.kernel.org
3630 W:      bluesmoke.sourceforge.net
3631 S:      Maintained
3632 F:      drivers/edac/highbank*
3633
3634 EDAC-CAVIUM
3635 M:      Ralf Baechle <ralf@linux-mips.org>
3636 M:      David Daney <david.daney@cavium.com>
3637 L:      linux-edac@vger.kernel.org
3638 L:      linux-mips@linux-mips.org
3639 W:      bluesmoke.sourceforge.net
3640 S:      Supported
3641 F:      drivers/edac/octeon_edac*
3642
3643 EDAC-E752X
3644 M:      Mark Gross <mark.gross@intel.com>
3645 M:      Doug Thompson <dougthompson@xmission.com>
3646 L:      linux-edac@vger.kernel.org
3647 W:      bluesmoke.sourceforge.net
3648 S:      Maintained
3649 F:      drivers/edac/e752x_edac.c
3650
3651 EDAC-E7XXX
3652 M:      Doug Thompson <dougthompson@xmission.com>
3653 L:      linux-edac@vger.kernel.org
3654 W:      bluesmoke.sourceforge.net
3655 S:      Maintained
3656 F:      drivers/edac/e7xxx_edac.c
3657
3658 EDAC-GHES
3659 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3660 L:      linux-edac@vger.kernel.org
3661 W:      bluesmoke.sourceforge.net
3662 S:      Maintained
3663 F:      drivers/edac/ghes_edac.c
3664
3665 EDAC-I82443BXGX
3666 M:      Tim Small <tim@buttersideup.com>
3667 L:      linux-edac@vger.kernel.org
3668 W:      bluesmoke.sourceforge.net
3669 S:      Maintained
3670 F:      drivers/edac/i82443bxgx_edac.c
3671
3672 EDAC-I3000
3673 M:      Jason Uhlenkott <juhlenko@akamai.com>
3674 L:      linux-edac@vger.kernel.org
3675 W:      bluesmoke.sourceforge.net
3676 S:      Maintained
3677 F:      drivers/edac/i3000_edac.c
3678
3679 EDAC-I5000
3680 M:      Doug Thompson <dougthompson@xmission.com>
3681 L:      linux-edac@vger.kernel.org
3682 W:      bluesmoke.sourceforge.net
3683 S:      Maintained
3684 F:      drivers/edac/i5000_edac.c
3685
3686 EDAC-I5400
3687 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3688 L:      linux-edac@vger.kernel.org
3689 W:      bluesmoke.sourceforge.net
3690 S:      Maintained
3691 F:      drivers/edac/i5400_edac.c
3692
3693 EDAC-I7300
3694 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3695 L:      linux-edac@vger.kernel.org
3696 W:      bluesmoke.sourceforge.net
3697 S:      Maintained
3698 F:      drivers/edac/i7300_edac.c
3699
3700 EDAC-I7CORE
3701 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3702 L:      linux-edac@vger.kernel.org
3703 W:      bluesmoke.sourceforge.net
3704 S:      Maintained
3705 F:      drivers/edac/i7core_edac.c
3706
3707 EDAC-I82975X
3708 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3709 M:      "Arvind R." <arvino55@gmail.com>
3710 L:      linux-edac@vger.kernel.org
3711 W:      bluesmoke.sourceforge.net
3712 S:      Maintained
3713 F:      drivers/edac/i82975x_edac.c
3714
3715 EDAC-IE31200
3716 M:      Jason Baron <jbaron@akamai.com>
3717 L:      linux-edac@vger.kernel.org
3718 W:      bluesmoke.sourceforge.net
3719 S:      Maintained
3720 F:      drivers/edac/ie31200_edac.c
3721
3722 EDAC-MPC85XX
3723 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3724 L:      linux-edac@vger.kernel.org
3725 W:      bluesmoke.sourceforge.net
3726 S:      Maintained
3727 F:      drivers/edac/mpc85xx_edac.[ch]
3728
3729 EDAC-PASEMI
3730 M:      Egor Martovetsky <egor@pasemi.com>
3731 L:      linux-edac@vger.kernel.org
3732 W:      bluesmoke.sourceforge.net
3733 S:      Maintained
3734 F:      drivers/edac/pasemi_edac.c
3735
3736 EDAC-R82600
3737 M:      Tim Small <tim@buttersideup.com>
3738 L:      linux-edac@vger.kernel.org
3739 W:      bluesmoke.sourceforge.net
3740 S:      Maintained
3741 F:      drivers/edac/r82600_edac.c
3742
3743 EDAC-SBRIDGE
3744 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3745 L:      linux-edac@vger.kernel.org
3746 W:      bluesmoke.sourceforge.net
3747 S:      Maintained
3748 F:      drivers/edac/sb_edac.c
3749
3750 EDIROL UA-101/UA-1000 DRIVER
3751 M:      Clemens Ladisch <clemens@ladisch.de>
3752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3753 T:      git git://git.alsa-project.org/alsa-kernel.git
3754 S:      Maintained
3755 F:      sound/usb/misc/ua101.c
3756
3757 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3758 M:      Matt Fleming <matt.fleming@intel.com>
3759 L:      linux-efi@vger.kernel.org
3760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3761 S:      Maintained
3762 F:      Documentation/efi-stub.txt
3763 F:      arch/ia64/kernel/efi.c
3764 F:      arch/x86/boot/compressed/eboot.[ch]
3765 F:      arch/x86/include/asm/efi.h
3766 F:      arch/x86/platform/efi/*
3767 F:      drivers/firmware/efi/*
3768 F:      include/linux/efi*.h
3769
3770 EFI VARIABLE FILESYSTEM
3771 M:      Matthew Garrett <matthew.garrett@nebula.com>
3772 M:      Jeremy Kerr <jk@ozlabs.org>
3773 M:      Matt Fleming <matt.fleming@intel.com>
3774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3775 L:      linux-efi@vger.kernel.org
3776 S:      Maintained
3777 F:      fs/efivarfs/
3778
3779 EFIFB FRAMEBUFFER DRIVER
3780 L:      linux-fbdev@vger.kernel.org
3781 M:      Peter Jones <pjones@redhat.com>
3782 S:      Maintained
3783 F:      drivers/video/fbdev/efifb.c
3784
3785 EFS FILESYSTEM
3786 W:      http://aeschi.ch.eu.org/efs/
3787 S:      Orphan
3788 F:      fs/efs/
3789
3790 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3791 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3792 M:      Christoph Raisch <raisch@de.ibm.com>
3793 L:      linux-rdma@vger.kernel.org
3794 S:      Supported
3795 F:      drivers/infiniband/hw/ehca/
3796
3797 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3798 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3799 L:      netdev@vger.kernel.org
3800 S:      Maintained
3801 F:      drivers/net/ethernet/ibm/ehea/
3802
3803 EM28XX VIDEO4LINUX DRIVER
3804 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3805 L:      linux-media@vger.kernel.org
3806 W:      http://linuxtv.org
3807 T:      git git://linuxtv.org/media_tree.git
3808 S:      Maintained
3809 F:      drivers/media/usb/em28xx/
3810
3811 EMBEDDED LINUX
3812 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3813 M:      Matt Mackall <mpm@selenic.com>
3814 M:      David Woodhouse <dwmw2@infradead.org>
3815 L:      linux-embedded@vger.kernel.org
3816 S:      Maintained
3817
3818 EMULEX LPFC FC SCSI DRIVER
3819 M:      James Smart <james.smart@emulex.com>
3820 L:      linux-scsi@vger.kernel.org
3821 W:      http://sourceforge.net/projects/lpfcxxxx
3822 S:      Supported
3823 F:      drivers/scsi/lpfc/
3824
3825 ENE CB710 FLASH CARD READER DRIVER
3826 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3827 S:      Maintained
3828 F:      drivers/misc/cb710/
3829 F:      drivers/mmc/host/cb710-mmc.*
3830 F:      include/linux/cb710.h
3831
3832 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3833 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3834 S:      Maintained
3835 F:      drivers/media/rc/ene_ir.*
3836
3837 ENHANCED ERROR HANDLING (EEH)
3838 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3839 L:      linuxppc-dev@lists.ozlabs.org
3840 S:      Supported
3841 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3842 F:      arch/powerpc/kernel/eeh*.c
3843
3844 EPSON S1D13XXX FRAMEBUFFER DRIVER
3845 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3846 S:      Maintained
3847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3848 F:      drivers/video/fbdev/s1d13xxxfb.c
3849 F:      include/video/s1d13xxxfb.h
3850
3851 ET131X NETWORK DRIVER
3852 M:      Mark Einon <mark.einon@gmail.com>
3853 S:      Odd Fixes
3854 F:      drivers/net/ethernet/agere/
3855
3856 ETHERNET BRIDGE
3857 M:      Stephen Hemminger <stephen@networkplumber.org>
3858 L:      bridge@lists.linux-foundation.org
3859 L:      netdev@vger.kernel.org
3860 W:      http://www.linuxfoundation.org/en/Net:Bridge
3861 S:      Maintained
3862 F:      include/linux/netfilter_bridge/
3863 F:      net/bridge/
3864
3865 ETHERNET PHY LIBRARY
3866 M:      Florian Fainelli <f.fainelli@gmail.com>
3867 L:      netdev@vger.kernel.org
3868 S:      Maintained
3869 F:      include/linux/phy.h
3870 F:      include/linux/phy_fixed.h
3871 F:      drivers/net/phy/
3872 F:      Documentation/networking/phy.txt
3873 F:      drivers/of/of_mdio.c
3874 F:      drivers/of/of_net.c
3875
3876 EXT2 FILE SYSTEM
3877 M:      Jan Kara <jack@suse.cz>
3878 L:      linux-ext4@vger.kernel.org
3879 S:      Maintained
3880 F:      Documentation/filesystems/ext2.txt
3881 F:      fs/ext2/
3882 F:      include/linux/ext2*
3883
3884 EXT3 FILE SYSTEM
3885 M:      Jan Kara <jack@suse.cz>
3886 M:      Andrew Morton <akpm@linux-foundation.org>
3887 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3888 L:      linux-ext4@vger.kernel.org
3889 S:      Maintained
3890 F:      Documentation/filesystems/ext3.txt
3891 F:      fs/ext3/
3892
3893 EXT4 FILE SYSTEM
3894 M:      "Theodore Ts'o" <tytso@mit.edu>
3895 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3896 L:      linux-ext4@vger.kernel.org
3897 W:      http://ext4.wiki.kernel.org
3898 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3899 S:      Maintained
3900 F:      Documentation/filesystems/ext4.txt
3901 F:      fs/ext4/
3902
3903 Extended Verification Module (EVM)
3904 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3905 L:      linux-ima-devel@lists.sourceforge.net
3906 L:      linux-security-module@vger.kernel.org
3907 S:      Supported
3908 F:      security/integrity/evm/
3909
3910 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3911 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3912 M:      Chanwoo Choi <cw00.choi@samsung.com>
3913 L:      linux-kernel@vger.kernel.org
3914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3915 S:      Maintained
3916 F:      drivers/extcon/
3917 F:      Documentation/extcon/
3918
3919 EXYNOS DP DRIVER
3920 M:      Jingoo Han <jg1.han@samsung.com>
3921 L:      dri-devel@lists.freedesktop.org
3922 S:      Maintained
3923 F:      drivers/gpu/drm/exynos/exynos_dp*
3924
3925 EXYNOS MIPI DISPLAY DRIVERS
3926 M:      Inki Dae <inki.dae@samsung.com>
3927 M:      Donghwa Lee <dh09.lee@samsung.com>
3928 M:      Kyungmin Park <kyungmin.park@samsung.com>
3929 L:      linux-fbdev@vger.kernel.org
3930 S:      Maintained
3931 F:      drivers/video/fbdev/exynos/exynos_mipi*
3932 F:      include/video/exynos_mipi*
3933
3934 F71805F HARDWARE MONITORING DRIVER
3935 M:      Jean Delvare <jdelvare@suse.de>
3936 L:      lm-sensors@lm-sensors.org
3937 S:      Maintained
3938 F:      Documentation/hwmon/f71805f
3939 F:      drivers/hwmon/f71805f.c
3940
3941 FC0011 TUNER DRIVER
3942 M:      Michael Buesch <m@bues.ch>
3943 L:      linux-media@vger.kernel.org
3944 S:      Maintained
3945 F:      drivers/media/tuners/fc0011.h
3946 F:      drivers/media/tuners/fc0011.c
3947
3948 FC2580 MEDIA DRIVER
3949 M:      Antti Palosaari <crope@iki.fi>
3950 L:      linux-media@vger.kernel.org
3951 W:      http://linuxtv.org/
3952 W:      http://palosaari.fi/linux/
3953 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3954 T:      git git://linuxtv.org/anttip/media_tree.git
3955 S:      Maintained
3956 F:      drivers/media/tuners/fc2580*
3957
3958 FANOTIFY
3959 M:      Eric Paris <eparis@redhat.com>
3960 S:      Maintained
3961 F:      fs/notify/fanotify/
3962 F:      include/linux/fanotify.h
3963 F:      include/uapi/linux/fanotify.h
3964
3965 FARSYNC SYNCHRONOUS DRIVER
3966 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3967 W:      http://www.farsite.co.uk/
3968 S:      Supported
3969 F:      drivers/net/wan/farsync.*
3970
3971 FAULT INJECTION SUPPORT
3972 M:      Akinobu Mita <akinobu.mita@gmail.com>
3973 S:      Supported
3974 F:      Documentation/fault-injection/
3975 F:      lib/fault-inject.c
3976
3977 FBTFT Framebuffer drivers
3978 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3979 M:      Noralf Trønnes <noralf@tronnes.org>
3980 S:      Maintained
3981 F:      drivers/staging/fbtft/
3982
3983 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3984 M:      Vasu Dev <vasu.dev@intel.com>
3985 L:      fcoe-devel@open-fcoe.org
3986 W:      www.Open-FCoE.org
3987 S:      Supported
3988 F:      drivers/scsi/libfc/
3989 F:      drivers/scsi/fcoe/
3990 F:      include/scsi/fc/
3991 F:      include/scsi/libfc.h
3992 F:      include/scsi/libfcoe.h
3993 F:      include/uapi/scsi/fc/
3994
3995 FILE LOCKING (flock() and fcntl()/lockf())
3996 M:      Jeff Layton <jlayton@poochiereds.net>
3997 M:      J. Bruce Fields <bfields@fieldses.org>
3998 L:      linux-fsdevel@vger.kernel.org
3999 S:      Maintained
4000 F:      include/linux/fcntl.h
4001 F:      include/linux/fs.h
4002 F:      include/uapi/linux/fcntl.h
4003 F:      include/uapi/linux/fs.h
4004 F:      fs/fcntl.c
4005 F:      fs/locks.c
4006
4007 FILESYSTEMS (VFS and infrastructure)
4008 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4009 L:      linux-fsdevel@vger.kernel.org
4010 S:      Maintained
4011 F:      fs/*
4012
4013 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4014 M:      Riku Voipio <riku.voipio@iki.fi>
4015 L:      lm-sensors@lm-sensors.org
4016 S:      Maintained
4017 F:      drivers/hwmon/f75375s.c
4018 F:      include/linux/f75375s.h
4019
4020 FIREWIRE AUDIO DRIVERS
4021 M:      Clemens Ladisch <clemens@ladisch.de>
4022 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4023 T:      git git://git.alsa-project.org/alsa-kernel.git
4024 S:      Maintained
4025 F:      sound/firewire/
4026
4027 FIREWIRE MEDIA DRIVERS (firedtv)
4028 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4029 L:      linux-media@vger.kernel.org
4030 L:      linux1394-devel@lists.sourceforge.net
4031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4032 S:      Maintained
4033 F:      drivers/media/firewire/
4034
4035 FIREWIRE SBP-2 TARGET
4036 M:      Chris Boot <bootc@bootc.net>
4037 L:      linux-scsi@vger.kernel.org
4038 L:      target-devel@vger.kernel.org
4039 L:      linux1394-devel@lists.sourceforge.net
4040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4041 S:      Maintained
4042 F:      drivers/target/sbp/
4043
4044 FIREWIRE SUBSYSTEM
4045 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4046 L:      linux1394-devel@lists.sourceforge.net
4047 W:      http://ieee1394.wiki.kernel.org/
4048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4049 S:      Maintained
4050 F:      drivers/firewire/
4051 F:      include/linux/firewire.h
4052 F:      include/uapi/linux/firewire*.h
4053 F:      tools/firewire/
4054
4055 FIRMWARE LOADER (request_firmware)
4056 M:      Ming Lei <ming.lei@canonical.com>
4057 L:      linux-kernel@vger.kernel.org
4058 S:      Maintained
4059 F:      Documentation/firmware_class/
4060 F:      drivers/base/firmware*.c
4061 F:      include/linux/firmware.h
4062
4063 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4064 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4065 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4066 S:      Maintained
4067 F:      drivers/block/rsxx/
4068
4069 FLOPPY DRIVER
4070 M:      Jiri Kosina <jkosina@suse.cz>
4071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4072 S:      Odd fixes
4073 F:      drivers/block/floppy.c
4074
4075 FMC SUBSYSTEM
4076 M:      Alessandro Rubini <rubini@gnudd.com>
4077 W:      http://www.ohwr.org/projects/fmc-bus
4078 S:      Supported
4079 F:      drivers/fmc/
4080 F:      include/linux/fmc*.h
4081 F:      include/linux/ipmi-fru.h
4082 K:      fmc_d.*register
4083
4084 FPU EMULATOR
4085 M:      Bill Metzenthen <billm@melbpc.org.au>
4086 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4087 S:      Maintained
4088 F:      arch/x86/math-emu/
4089
4090 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4091 L:      netdev@vger.kernel.org
4092 S:      Orphan
4093 F:      drivers/net/wan/dlci.c
4094 F:      drivers/net/wan/sdla.c
4095
4096 FRAMEBUFFER LAYER
4097 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4098 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4099 L:      linux-fbdev@vger.kernel.org
4100 W:      http://linux-fbdev.sourceforge.net/
4101 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4103 S:      Maintained
4104 F:      Documentation/fb/
4105 F:      Documentation/devicetree/bindings/fb/
4106 F:      drivers/video/
4107 F:      include/video/
4108 F:      include/linux/fb.h
4109 F:      include/uapi/video/
4110 F:      include/uapi/linux/fb.h
4111
4112 FREESCALE DIU FRAMEBUFFER DRIVER
4113 M:      Timur Tabi <timur@tabi.org>
4114 L:      linux-fbdev@vger.kernel.org
4115 S:      Maintained
4116 F:      drivers/video/fbdev/fsl-diu-fb.*
4117
4118 FREESCALE DMA DRIVER
4119 M:      Li Yang <leoli@freescale.com>
4120 M:      Zhang Wei <zw@zh-kernel.org>
4121 L:      linuxppc-dev@lists.ozlabs.org
4122 S:      Maintained
4123 F:      drivers/dma/fsldma.*
4124
4125 FREESCALE I2C CPM DRIVER
4126 M:      Jochen Friedrich <jochen@scram.de>
4127 L:      linuxppc-dev@lists.ozlabs.org
4128 L:      linux-i2c@vger.kernel.org
4129 S:      Maintained
4130 F:      drivers/i2c/busses/i2c-cpm.c
4131
4132 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4133 M:      Sascha Hauer <kernel@pengutronix.de>
4134 L:      linux-fbdev@vger.kernel.org
4135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4136 S:      Maintained
4137 F:      include/linux/platform_data/video-imxfb.h
4138 F:      drivers/video/fbdev/imxfb.c
4139
4140 FREESCALE QUAD SPI DRIVER
4141 M:      Han Xu <han.xu@freescale.com>
4142 L:      linux-mtd@lists.infradead.org
4143 S:      Maintained
4144 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4145
4146 FREESCALE SOC FS_ENET DRIVER
4147 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4148 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4149 L:      linuxppc-dev@lists.ozlabs.org
4150 L:      netdev@vger.kernel.org
4151 S:      Maintained
4152 F:      drivers/net/ethernet/freescale/fs_enet/
4153 F:      include/linux/fs_enet_pd.h
4154
4155 FREESCALE QUICC ENGINE LIBRARY
4156 L:      linuxppc-dev@lists.ozlabs.org
4157 S:      Orphan
4158 F:      arch/powerpc/sysdev/qe_lib/
4159 F:      arch/powerpc/include/asm/*qe.h
4160
4161 FREESCALE USB PERIPHERAL DRIVERS
4162 M:      Li Yang <leoli@freescale.com>
4163 L:      linux-usb@vger.kernel.org
4164 L:      linuxppc-dev@lists.ozlabs.org
4165 S:      Maintained
4166 F:      drivers/usb/gadget/udc/fsl*
4167
4168 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4169 M:      Li Yang <leoli@freescale.com>
4170 L:      netdev@vger.kernel.org
4171 L:      linuxppc-dev@lists.ozlabs.org
4172 S:      Maintained
4173 F:      drivers/net/ethernet/freescale/ucc_geth*
4174
4175 FREESCALE QUICC ENGINE UCC UART DRIVER
4176 M:      Timur Tabi <timur@tabi.org>
4177 L:      linuxppc-dev@lists.ozlabs.org
4178 S:      Maintained
4179 F:      drivers/tty/serial/ucc_uart.c
4180
4181 FREESCALE SOC SOUND DRIVERS
4182 M:      Timur Tabi <timur@tabi.org>
4183 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4184 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4185 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4186 L:      linuxppc-dev@lists.ozlabs.org
4187 S:      Maintained
4188 F:      sound/soc/fsl/fsl*
4189 F:      sound/soc/fsl/imx*
4190 F:      sound/soc/fsl/mpc8610_hpcd.c
4191
4192 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4193 M:      J. German Rivera <German.Rivera@freescale.com>
4194 L:      linux-kernel@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/staging/fsl-mc/
4197
4198 FREEVXFS FILESYSTEM
4199 M:      Christoph Hellwig <hch@infradead.org>
4200 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4201 S:      Maintained
4202 F:      fs/freevxfs/
4203
4204 FREEZER
4205 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4206 M:      Pavel Machek <pavel@ucw.cz>
4207 L:      linux-pm@vger.kernel.org
4208 S:      Supported
4209 F:      Documentation/power/freezing-of-tasks.txt
4210 F:      include/linux/freezer.h
4211 F:      kernel/freezer.c
4212
4213 FRONTSWAP API
4214 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4215 L:      linux-kernel@vger.kernel.org
4216 S:      Maintained
4217 F:      mm/frontswap.c
4218 F:      include/linux/frontswap.h
4219
4220 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4221 M:      David Howells <dhowells@redhat.com>
4222 L:      linux-cachefs@redhat.com
4223 S:      Supported
4224 F:      Documentation/filesystems/caching/
4225 F:      fs/fscache/
4226 F:      include/linux/fscache*.h
4227
4228 F2FS FILE SYSTEM
4229 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4230 M:      Changman Lee <cm224.lee@samsung.com>
4231 L:      linux-f2fs-devel@lists.sourceforge.net
4232 W:      http://en.wikipedia.org/wiki/F2FS
4233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4234 S:      Maintained
4235 F:      Documentation/filesystems/f2fs.txt
4236 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4237 F:      fs/f2fs/
4238 F:      include/linux/f2fs_fs.h
4239
4240 FUJITSU FR-V (FRV) PORT
4241 M:      David Howells <dhowells@redhat.com>
4242 S:      Maintained
4243 F:      arch/frv/
4244
4245 FUJITSU LAPTOP EXTRAS
4246 M:      Jonathan Woithe <jwoithe@just42.net>
4247 L:      platform-driver-x86@vger.kernel.org
4248 S:      Maintained
4249 F:      drivers/platform/x86/fujitsu-laptop.c
4250
4251 FUJITSU M-5MO LS CAMERA ISP DRIVER
4252 M:      Kyungmin Park <kyungmin.park@samsung.com>
4253 M:      Heungjun Kim <riverful.kim@samsung.com>
4254 L:      linux-media@vger.kernel.org
4255 S:      Maintained
4256 F:      drivers/media/i2c/m5mols/
4257 F:      include/media/m5mols.h
4258
4259 FUJITSU TABLET EXTRAS
4260 M:      Robert Gerlach <khnz@gmx.de>
4261 L:      platform-driver-x86@vger.kernel.org
4262 S:      Maintained
4263 F:      drivers/platform/x86/fujitsu-tablet.c
4264
4265 FUSE: FILESYSTEM IN USERSPACE
4266 M:      Miklos Szeredi <miklos@szeredi.hu>
4267 L:      fuse-devel@lists.sourceforge.net
4268 W:      http://fuse.sourceforge.net/
4269 S:      Maintained
4270 F:      fs/fuse/
4271 F:      include/uapi/linux/fuse.h
4272
4273 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4274 M:      Rik Faith <faith@cs.unc.edu>
4275 L:      linux-scsi@vger.kernel.org
4276 S:      Odd Fixes (e.g., new signatures)
4277 F:      drivers/scsi/fdomain.*
4278
4279 GCOV BASED KERNEL PROFILING
4280 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4281 S:      Maintained
4282 F:      kernel/gcov/
4283 F:      Documentation/gcov.txt
4284
4285 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4286 M:      Achim Leubner <achim_leubner@adaptec.com>
4287 L:      linux-scsi@vger.kernel.org
4288 W:      http://www.icp-vortex.com/
4289 S:      Supported
4290 F:      drivers/scsi/gdt*
4291
4292 GDB KERNEL DEBUGGING HELPER SCRIPTS
4293 M:      Jan Kiszka <jan.kiszka@siemens.com>
4294 S:      Supported
4295 F:      scripts/gdb/
4296
4297 GEMTEK FM RADIO RECEIVER DRIVER
4298 M:      Hans Verkuil <hverkuil@xs4all.nl>
4299 L:      linux-media@vger.kernel.org
4300 T:      git git://linuxtv.org/media_tree.git
4301 W:      http://linuxtv.org
4302 S:      Maintained
4303 F:      drivers/media/radio/radio-gemtek*
4304
4305 GENERIC GPIO I2C DRIVER
4306 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4307 S:      Supported
4308 F:      drivers/i2c/busses/i2c-gpio.c
4309 F:      include/linux/i2c-gpio.h
4310
4311 GENERIC GPIO I2C MULTIPLEXER DRIVER
4312 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4313 L:      linux-i2c@vger.kernel.org
4314 S:      Supported
4315 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4316 F:      include/linux/i2c-mux-gpio.h
4317 F:      Documentation/i2c/muxes/i2c-mux-gpio
4318
4319 GENERIC HDLC (WAN) DRIVERS
4320 M:      Krzysztof Halasa <khc@pm.waw.pl>
4321 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4322 S:      Maintained
4323 F:      drivers/net/wan/c101.c
4324 F:      drivers/net/wan/hd6457*
4325 F:      drivers/net/wan/hdlc*
4326 F:      drivers/net/wan/n2.c
4327 F:      drivers/net/wan/pc300too.c
4328 F:      drivers/net/wan/pci200syn.c
4329 F:      drivers/net/wan/wanxl*
4330
4331 GENERIC INCLUDE/ASM HEADER FILES
4332 M:      Arnd Bergmann <arnd@arndb.de>
4333 L:      linux-arch@vger.kernel.org
4334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4335 S:      Maintained
4336 F:      include/asm-generic/
4337 F:      include/uapi/asm-generic/
4338
4339 GENERIC PHY FRAMEWORK
4340 M:      Kishon Vijay Abraham I <kishon@ti.com>
4341 L:      linux-kernel@vger.kernel.org
4342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4343 S:      Supported
4344 F:      drivers/phy/
4345 F:      include/linux/phy/
4346
4347 GENERIC PM DOMAINS
4348 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4349 M:      Kevin Hilman <khilman@kernel.org>
4350 M:      Ulf Hansson <ulf.hansson@linaro.org>
4351 L:      linux-pm@vger.kernel.org
4352 S:      Supported
4353 F:      drivers/base/power/domain*.c
4354 F:      include/linux/pm_domain.h
4355
4356 GENERIC UIO DRIVER FOR PCI DEVICES
4357 M:      "Michael S. Tsirkin" <mst@redhat.com>
4358 L:      kvm@vger.kernel.org
4359 S:      Supported
4360 F:      drivers/uio/uio_pci_generic.c
4361
4362 GET_MAINTAINER SCRIPT
4363 M:      Joe Perches <joe@perches.com>
4364 S:      Maintained
4365 F:      scripts/get_maintainer.pl
4366
4367 GFS2 FILE SYSTEM
4368 M:      Steven Whitehouse <swhiteho@redhat.com>
4369 M:      Bob Peterson <rpeterso@redhat.com>
4370 L:      cluster-devel@redhat.com
4371 W:      http://sources.redhat.com/cluster/
4372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4373 S:      Supported
4374 F:      Documentation/filesystems/gfs2*.txt
4375 F:      fs/gfs2/
4376 F:      include/uapi/linux/gfs2_ondisk.h
4377
4378 GIGASET ISDN DRIVERS
4379 M:      Paul Bolle <pebolle@tiscali.nl>
4380 L:      gigaset307x-common@lists.sourceforge.net
4381 W:      http://gigaset307x.sourceforge.net/
4382 S:      Odd Fixes
4383 F:      Documentation/isdn/README.gigaset
4384 F:      drivers/isdn/gigaset/
4385 F:      include/uapi/linux/gigaset_dev.h
4386
4387 GO7007 MPEG CODEC
4388 M:      Hans Verkuil <hans.verkuil@cisco.com>
4389 L:      linux-media@vger.kernel.org
4390 S:      Maintained
4391 F:      drivers/media/usb/go7007/
4392
4393 GOODIX TOUCHSCREEN
4394 M:      Bastien Nocera <hadess@hadess.net>
4395 L:      linux-input@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/input/touchscreen/goodix.c
4398
4399 GPIO SUBSYSTEM
4400 M:      Linus Walleij <linus.walleij@linaro.org>
4401 M:      Alexandre Courbot <gnurou@gmail.com>
4402 L:      linux-gpio@vger.kernel.org
4403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4404 S:      Maintained
4405 F:      Documentation/gpio/
4406 F:      drivers/gpio/
4407 F:      include/linux/gpio/
4408 F:      include/linux/gpio.h
4409 F:      include/asm-generic/gpio.h
4410
4411 GRE DEMULTIPLEXER DRIVER
4412 M:      Dmitry Kozlov <xeb@mail.ru>
4413 L:      netdev@vger.kernel.org
4414 S:      Maintained
4415 F:      net/ipv4/gre_demux.c
4416 F:      net/ipv4/gre_offload.c
4417 F:      include/net/gre.h
4418
4419 GRETH 10/100/1G Ethernet MAC device driver
4420 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4421 L:      netdev@vger.kernel.org
4422 S:      Maintained
4423 F:      drivers/net/ethernet/aeroflex/
4424
4425 GSPCA FINEPIX SUBDRIVER
4426 M:      Frank Zago <frank@zago.net>
4427 L:      linux-media@vger.kernel.org
4428 T:      git git://linuxtv.org/media_tree.git
4429 S:      Maintained
4430 F:      drivers/media/usb/gspca/finepix.c
4431
4432 GSPCA GL860 SUBDRIVER
4433 M:      Olivier Lorin <o.lorin@laposte.net>
4434 L:      linux-media@vger.kernel.org
4435 T:      git git://linuxtv.org/media_tree.git
4436 S:      Maintained
4437 F:      drivers/media/usb/gspca/gl860/
4438
4439 GSPCA M5602 SUBDRIVER
4440 M:      Erik Andren <erik.andren@gmail.com>
4441 L:      linux-media@vger.kernel.org
4442 T:      git git://linuxtv.org/media_tree.git
4443 S:      Maintained
4444 F:      drivers/media/usb/gspca/m5602/
4445
4446 GSPCA PAC207 SONIXB SUBDRIVER
4447 M:      Hans de Goede <hdegoede@redhat.com>
4448 L:      linux-media@vger.kernel.org
4449 T:      git git://linuxtv.org/media_tree.git
4450 S:      Maintained
4451 F:      drivers/media/usb/gspca/pac207.c
4452
4453 GSPCA SN9C20X SUBDRIVER
4454 M:      Brian Johnson <brijohn@gmail.com>
4455 L:      linux-media@vger.kernel.org
4456 T:      git git://linuxtv.org/media_tree.git
4457 S:      Maintained
4458 F:      drivers/media/usb/gspca/sn9c20x.c
4459
4460 GSPCA T613 SUBDRIVER
4461 M:      Leandro Costantino <lcostantino@gmail.com>
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/t613.c
4466
4467 GSPCA USB WEBCAM DRIVER
4468 M:      Hans de Goede <hdegoede@redhat.com>
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/
4473
4474 GUID PARTITION TABLE (GPT)
4475 M:      Davidlohr Bueso <davidlohr@hp.com>
4476 L:      linux-efi@vger.kernel.org
4477 S:      Maintained
4478 F:      block/partitions/efi.*
4479
4480 STK1160 USB VIDEO CAPTURE DRIVER
4481 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4482 L:      linux-media@vger.kernel.org
4483 T:      git git://linuxtv.org/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/stk1160/
4486
4487 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4488 M:      Frank Seidel <frank@f-seidel.de>
4489 L:      platform-driver-x86@vger.kernel.org
4490 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4491 S:      Maintained
4492 F:      drivers/platform/x86/hdaps.c
4493
4494 HDPVR USB VIDEO ENCODER DRIVER
4495 M:      Hans Verkuil <hverkuil@xs4all.nl>
4496 L:      linux-media@vger.kernel.org
4497 T:      git git://linuxtv.org/media_tree.git
4498 W:      http://linuxtv.org
4499 S:      Odd Fixes
4500 F:      drivers/media/usb/hdpvr/
4501
4502 HWPOISON MEMORY FAILURE HANDLING
4503 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4504 L:      linux-mm@kvack.org
4505 S:      Maintained
4506 F:      mm/memory-failure.c
4507 F:      mm/hwpoison-inject.c
4508
4509 HYPERVISOR VIRTUAL CONSOLE DRIVER
4510 L:      linuxppc-dev@lists.ozlabs.org
4511 S:      Odd Fixes
4512 F:      drivers/tty/hvc/
4513
4514 HACKRF MEDIA DRIVER
4515 M:      Antti Palosaari <crope@iki.fi>
4516 L:      linux-media@vger.kernel.org
4517 W:      http://linuxtv.org/
4518 W:      http://palosaari.fi/linux/
4519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4520 T:      git git://linuxtv.org/anttip/media_tree.git
4521 S:      Maintained
4522 F:      drivers/media/usb/hackrf/
4523
4524 HARDWARE MONITORING
4525 M:      Jean Delvare <jdelvare@suse.de>
4526 M:      Guenter Roeck <linux@roeck-us.net>
4527 L:      lm-sensors@lm-sensors.org
4528 W:      http://www.lm-sensors.org/
4529 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4531 S:      Maintained
4532 F:      Documentation/hwmon/
4533 F:      drivers/hwmon/
4534 F:      include/linux/hwmon*.h
4535
4536 HARDWARE RANDOM NUMBER GENERATOR CORE
4537 M:      Matt Mackall <mpm@selenic.com>
4538 M:      Herbert Xu <herbert@gondor.apana.org.au>
4539 L:      linux-crypto@vger.kernel.org
4540 S:      Odd fixes
4541 F:      Documentation/hw_random.txt
4542 F:      drivers/char/hw_random/
4543 F:      include/linux/hw_random.h
4544
4545 HARDWARE SPINLOCK CORE
4546 M:      Ohad Ben-Cohen <ohad@wizery.com>
4547 S:      Maintained
4548 F:      Documentation/hwspinlock.txt
4549 F:      drivers/hwspinlock/hwspinlock_*
4550 F:      include/linux/hwspinlock.h
4551
4552 HARMONY SOUND DRIVER
4553 L:      linux-parisc@vger.kernel.org
4554 S:      Maintained
4555 F:      sound/parisc/harmony.*
4556
4557 HD29L2 MEDIA DRIVER
4558 M:      Antti Palosaari <crope@iki.fi>
4559 L:      linux-media@vger.kernel.org
4560 W:      http://linuxtv.org/
4561 W:      http://palosaari.fi/linux/
4562 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4563 T:      git git://linuxtv.org/anttip/media_tree.git
4564 S:      Maintained
4565 F:      drivers/media/dvb-frontends/hd29l2*
4566
4567 HEWLETT-PACKARD SMART2 RAID DRIVER
4568 L:      iss_storagedev@hp.com
4569 S:      Orphan
4570 F:      Documentation/blockdev/cpqarray.txt
4571 F:      drivers/block/cpqarray.*
4572
4573 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4574 M:      Don Brace <don.brace@pmcs.com>
4575 L:      iss_storagedev@hp.com
4576 L:      storagedev@pmcs.com
4577 L:      linux-scsi@vger.kernel.org
4578 S:      Supported
4579 F:      Documentation/scsi/hpsa.txt
4580 F:      drivers/scsi/hpsa*.[ch]
4581 F:      include/linux/cciss*.h
4582 F:      include/uapi/linux/cciss*.h
4583
4584 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4585 M:      Don Brace <don.brace@pmcs.com>
4586 L:      iss_storagedev@hp.com
4587 L:      storagedev@pmcs.com
4588 L:      linux-scsi@vger.kernel.org
4589 S:      Supported
4590 F:      Documentation/blockdev/cciss.txt
4591 F:      drivers/block/cciss*
4592 F:      include/linux/cciss_ioctl.h
4593 F:      include/uapi/linux/cciss_ioctl.h
4594
4595 HFS FILESYSTEM
4596 L:      linux-fsdevel@vger.kernel.org
4597 S:      Orphan
4598 F:      Documentation/filesystems/hfs.txt
4599 F:      fs/hfs/
4600
4601 HFSPLUS FILESYSTEM
4602 L:      linux-fsdevel@vger.kernel.org
4603 S:      Orphan
4604 F:      Documentation/filesystems/hfsplus.txt
4605 F:      fs/hfsplus/
4606
4607 HGA FRAMEBUFFER DRIVER
4608 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4609 L:      linux-nvidia@lists.surfsouth.com
4610 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4611 S:      Maintained
4612 F:      drivers/video/fbdev/hgafb.c
4613
4614 HIBERNATION (aka Software Suspend, aka swsusp)
4615 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4616 M:      Pavel Machek <pavel@ucw.cz>
4617 L:      linux-pm@vger.kernel.org
4618 S:      Supported
4619 F:      arch/x86/power/
4620 F:      drivers/base/power/
4621 F:      kernel/power/
4622 F:      include/linux/suspend.h
4623 F:      include/linux/freezer.h
4624 F:      include/linux/pm.h
4625 F:      arch/*/include/asm/suspend*.h
4626
4627 HID CORE LAYER
4628 M:      Jiri Kosina <jkosina@suse.cz>
4629 L:      linux-input@vger.kernel.org
4630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4631 S:      Maintained
4632 F:      drivers/hid/
4633 F:      include/linux/hid*
4634 F:      include/uapi/linux/hid*
4635
4636 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4637 M:      Thomas Gleixner <tglx@linutronix.de>
4638 L:      linux-kernel@vger.kernel.org
4639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4640 S:      Maintained
4641 F:      Documentation/timers/
4642 F:      kernel/time/hrtimer.c
4643 F:      kernel/time/clockevents.c
4644 F:      kernel/time/tick*.*
4645 F:      kernel/time/timer_*.c
4646 F:      include/linux/clockchips.h
4647 F:      include/linux/hrtimer.h
4648
4649 HIGH-SPEED SCC DRIVER FOR AX.25
4650 L:      linux-hams@vger.kernel.org
4651 S:      Orphan
4652 F:      drivers/net/hamradio/dmascc.c
4653 F:      drivers/net/hamradio/scc.c
4654
4655 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4656 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4657 W:      http://www.highpoint-tech.com
4658 S:      Supported
4659 F:      Documentation/scsi/hptiop.txt
4660 F:      drivers/scsi/hptiop.c
4661
4662 HIPPI
4663 M:      Jes Sorensen <jes@trained-monkey.org>
4664 L:      linux-hippi@sunsite.dk
4665 S:      Maintained
4666 F:      include/linux/hippidevice.h
4667 F:      include/uapi/linux/if_hippi.h
4668 F:      net/802/hippi.c
4669 F:      drivers/net/hippi/
4670
4671 HOST AP DRIVER
4672 M:      Jouni Malinen <j@w1.fi>
4673 L:      hostap@shmoo.com (subscribers-only)
4674 L:      linux-wireless@vger.kernel.org
4675 W:      http://hostap.epitest.fi/
4676 S:      Maintained
4677 F:      drivers/net/wireless/hostap/
4678
4679 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4680 L:      platform-driver-x86@vger.kernel.org
4681 S:      Orphan
4682 F:      drivers/platform/x86/tc1100-wmi.c
4683
4684 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4685 M:      Jaroslav Kysela <perex@perex.cz>
4686 S:      Maintained
4687 F:      drivers/net/ethernet/hp/hp100.*
4688
4689 HPET:   High Precision Event Timers driver
4690 M:      Clemens Ladisch <clemens@ladisch.de>
4691 S:      Maintained
4692 F:      Documentation/timers/hpet.txt
4693 F:      drivers/char/hpet.c
4694 F:      include/linux/hpet.h
4695 F:      include/uapi/linux/hpet.h
4696
4697 HPET:   x86
4698 S:      Orphan
4699 F:      arch/x86/kernel/hpet.c
4700 F:      arch/x86/include/asm/hpet.h
4701
4702 HPFS FILESYSTEM
4703 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4704 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4705 S:      Maintained
4706 F:      fs/hpfs/
4707
4708 HSI SUBSYSTEM
4709 M:      Sebastian Reichel <sre@kernel.org>
4710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4711 S:      Maintained
4712 F:      Documentation/ABI/testing/sysfs-bus-hsi
4713 F:      Documentation/hsi.txt
4714 F:      drivers/hsi/
4715 F:      include/linux/hsi/
4716 F:      include/uapi/linux/hsi/
4717
4718 HSO 3G MODEM DRIVER
4719 M:      Jan Dumon <j.dumon@option.com>
4720 W:      http://www.pharscape.org
4721 S:      Maintained
4722 F:      drivers/net/usb/hso.c
4723
4724 HSR NETWORK PROTOCOL
4725 M:      Arvid Brodin <arvid.brodin@alten.se>
4726 L:      netdev@vger.kernel.org
4727 S:      Maintained
4728 F:      net/hsr/
4729
4730 HTCPEN TOUCHSCREEN DRIVER
4731 M:      Pau Oliva Fora <pof@eslack.org>
4732 L:      linux-input@vger.kernel.org
4733 S:      Maintained
4734 F:      drivers/input/touchscreen/htcpen.c
4735
4736 HUGETLB FILESYSTEM
4737 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4738 S:      Maintained
4739 F:      fs/hugetlbfs/
4740
4741 Hyper-V CORE AND DRIVERS
4742 M:      K. Y. Srinivasan <kys@microsoft.com>
4743 M:      Haiyang Zhang <haiyangz@microsoft.com>
4744 L:      devel@linuxdriverproject.org
4745 S:      Maintained
4746 F:      arch/x86/include/asm/mshyperv.h
4747 F:      arch/x86/include/uapi/asm/hyperv.h
4748 F:      arch/x86/kernel/cpu/mshyperv.c
4749 F:      drivers/hid/hid-hyperv.c
4750 F:      drivers/hv/
4751 F:      drivers/input/serio/hyperv-keyboard.c
4752 F:      drivers/net/hyperv/
4753 F:      drivers/scsi/storvsc_drv.c
4754 F:      drivers/video/fbdev/hyperv_fb.c
4755 F:      include/linux/hyperv.h
4756 F:      tools/hv/
4757
4758 I2C OVER PARALLEL PORT
4759 M:      Jean Delvare <jdelvare@suse.de>
4760 L:      linux-i2c@vger.kernel.org
4761 S:      Maintained
4762 F:      Documentation/i2c/busses/i2c-parport
4763 F:      Documentation/i2c/busses/i2c-parport-light
4764 F:      drivers/i2c/busses/i2c-parport.c
4765 F:      drivers/i2c/busses/i2c-parport-light.c
4766
4767 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4768 M:      Jean Delvare <jdelvare@suse.de>
4769 L:      linux-i2c@vger.kernel.org
4770 S:      Maintained
4771 F:      Documentation/i2c/busses/i2c-ali1535
4772 F:      Documentation/i2c/busses/i2c-ali1563
4773 F:      Documentation/i2c/busses/i2c-ali15x3
4774 F:      Documentation/i2c/busses/i2c-amd756
4775 F:      Documentation/i2c/busses/i2c-amd8111
4776 F:      Documentation/i2c/busses/i2c-i801
4777 F:      Documentation/i2c/busses/i2c-nforce2
4778 F:      Documentation/i2c/busses/i2c-piix4
4779 F:      Documentation/i2c/busses/i2c-sis5595
4780 F:      Documentation/i2c/busses/i2c-sis630
4781 F:      Documentation/i2c/busses/i2c-sis96x
4782 F:      Documentation/i2c/busses/i2c-via
4783 F:      Documentation/i2c/busses/i2c-viapro
4784 F:      drivers/i2c/busses/i2c-ali1535.c
4785 F:      drivers/i2c/busses/i2c-ali1563.c
4786 F:      drivers/i2c/busses/i2c-ali15x3.c
4787 F:      drivers/i2c/busses/i2c-amd756.c
4788 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4789 F:      drivers/i2c/busses/i2c-amd8111.c
4790 F:      drivers/i2c/busses/i2c-i801.c
4791 F:      drivers/i2c/busses/i2c-isch.c
4792 F:      drivers/i2c/busses/i2c-nforce2.c
4793 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4794 F:      drivers/i2c/busses/i2c-piix4.c
4795 F:      drivers/i2c/busses/i2c-sis5595.c
4796 F:      drivers/i2c/busses/i2c-sis630.c
4797 F:      drivers/i2c/busses/i2c-sis96x.c
4798 F:      drivers/i2c/busses/i2c-via.c
4799 F:      drivers/i2c/busses/i2c-viapro.c
4800
4801 I2C/SMBUS ISMT DRIVER
4802 M:      Seth Heasley <seth.heasley@intel.com>
4803 M:      Neil Horman <nhorman@tuxdriver.com>
4804 L:      linux-i2c@vger.kernel.org
4805 F:      drivers/i2c/busses/i2c-ismt.c
4806 F:      Documentation/i2c/busses/i2c-ismt
4807
4808 I2C/SMBUS STUB DRIVER
4809 M:      Jean Delvare <jdelvare@suse.de>
4810 L:      linux-i2c@vger.kernel.org
4811 S:      Maintained
4812 F:      drivers/i2c/i2c-stub.c
4813
4814 I2C SUBSYSTEM
4815 M:      Wolfram Sang <wsa@the-dreams.de>
4816 L:      linux-i2c@vger.kernel.org
4817 W:      https://i2c.wiki.kernel.org/
4818 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4820 S:      Maintained
4821 F:      Documentation/devicetree/bindings/i2c/
4822 F:      Documentation/i2c/
4823 F:      drivers/i2c/
4824 F:      include/linux/i2c.h
4825 F:      include/linux/i2c-*.h
4826 F:      include/uapi/linux/i2c.h
4827 F:      include/uapi/linux/i2c-*.h
4828
4829 I2C ACPI SUPPORT
4830 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4831 L:      linux-i2c@vger.kernel.org
4832 L:      linux-acpi@vger.kernel.org
4833 S:      Maintained
4834
4835 I2C-TAOS-EVM DRIVER
4836 M:      Jean Delvare <jdelvare@suse.de>
4837 L:      linux-i2c@vger.kernel.org
4838 S:      Maintained
4839 F:      Documentation/i2c/busses/i2c-taos-evm
4840 F:      drivers/i2c/busses/i2c-taos-evm.c
4841
4842 I2C-TINY-USB DRIVER
4843 M:      Till Harbaum <till@harbaum.org>
4844 L:      linux-i2c@vger.kernel.org
4845 W:      http://www.harbaum.org/till/i2c_tiny_usb
4846 S:      Maintained
4847 F:      drivers/i2c/busses/i2c-tiny-usb.c
4848
4849 i386 BOOT CODE
4850 M:      "H. Peter Anvin" <hpa@zytor.com>
4851 S:      Maintained
4852 F:      arch/x86/boot/
4853
4854 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4855 M:      "H. Peter Anvin" <hpa@zytor.com>
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4857 S:      Maintained
4858
4859 IA64 (Itanium) PLATFORM
4860 M:      Tony Luck <tony.luck@intel.com>
4861 M:      Fenghua Yu <fenghua.yu@intel.com>
4862 L:      linux-ia64@vger.kernel.org
4863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4864 S:      Maintained
4865 F:      arch/ia64/
4866
4867 IBM Power in-Nest Crypto Acceleration
4868 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4869 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4870 L:      linux-crypto@vger.kernel.org
4871 S:      Supported
4872 F:      drivers/crypto/nx/
4873
4874 IBM Power 842 compression accelerator
4875 M:      Dan Streetman <ddstreet@us.ibm.com>
4876 S:      Supported
4877 F:      drivers/crypto/nx/nx-842.c
4878 F:      include/linux/nx842.h
4879
4880 IBM Power Linux RAID adapter
4881 M:      Brian King <brking@us.ibm.com>
4882 S:      Supported
4883 F:      drivers/scsi/ipr.*
4884
4885 IBM Power Virtual Ethernet Device Driver
4886 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4887 L:      netdev@vger.kernel.org
4888 S:      Supported
4889 F:      drivers/net/ethernet/ibm/ibmveth.*
4890
4891 IBM Power Virtual SCSI Device Drivers
4892 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4893 L:      linux-scsi@vger.kernel.org
4894 S:      Supported
4895 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4896 F:      drivers/scsi/ibmvscsi/viosrp.h
4897
4898 IBM Power Virtual FC Device Drivers
4899 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4900 L:      linux-scsi@vger.kernel.org
4901 S:      Supported
4902 F:      drivers/scsi/ibmvscsi/ibmvfc*
4903
4904 IBM ServeRAID RAID DRIVER
4905 S:      Orphan
4906 F:      drivers/scsi/ips.*
4907
4908 ICH LPC AND GPIO DRIVER
4909 M:      Peter Tyser <ptyser@xes-inc.com>
4910 S:      Maintained
4911 F:      drivers/mfd/lpc_ich.c
4912 F:      drivers/gpio/gpio-ich.c
4913
4914 IDE SUBSYSTEM
4915 M:      "David S. Miller" <davem@davemloft.net>
4916 L:      linux-ide@vger.kernel.org
4917 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4919 S:      Maintained
4920 F:      Documentation/ide/
4921 F:      drivers/ide/
4922 F:      include/linux/ide.h
4923
4924 IDEAPAD LAPTOP EXTRAS DRIVER
4925 M:      Ike Panhc <ike.pan@canonical.com>
4926 L:      platform-driver-x86@vger.kernel.org
4927 W:      http://launchpad.net/ideapad-laptop
4928 S:      Maintained
4929 F:      drivers/platform/x86/ideapad-laptop.c
4930
4931 IDEAPAD LAPTOP SLIDEBAR DRIVER
4932 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4933 L:      linux-input@vger.kernel.org
4934 W:      https://github.com/o2genum/ideapad-slidebar
4935 S:      Maintained
4936 F:      drivers/input/misc/ideapad_slidebar.c
4937
4938 IDE/ATAPI DRIVERS
4939 M:      Borislav Petkov <bp@alien8.de>
4940 L:      linux-ide@vger.kernel.org
4941 S:      Maintained
4942 F:      Documentation/cdrom/ide-cd
4943 F:      drivers/ide/ide-cd*
4944
4945 IDLE-I7300
4946 M:      Andy Henroid <andrew.d.henroid@intel.com>
4947 L:      linux-pm@vger.kernel.org
4948 S:      Supported
4949 F:      drivers/idle/i7300_idle.c
4950
4951 IEEE 802.15.4 SUBSYSTEM
4952 M:      Alexander Aring <alex.aring@gmail.com>
4953 L:      linux-wpan@vger.kernel.org
4954 W:      https://github.com/linux-wpan
4955 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4956 S:      Maintained
4957 F:      net/ieee802154/
4958 F:      net/mac802154/
4959 F:      drivers/net/ieee802154/
4960 F:      include/linux/nl802154.h
4961 F:      include/linux/ieee802154.h
4962 F:      include/net/nl802154.h
4963 F:      include/net/mac802154.h
4964 F:      include/net/af_ieee802154.h
4965 F:      include/net/cfg802154.h
4966 F:      include/net/ieee802154_netdev.h
4967 F:      Documentation/networking/ieee802154.txt
4968
4969 IGORPLUG-USB IR RECEIVER
4970 M:      Sean Young <sean@mess.org>
4971 L:      linux-media@vger.kernel.org
4972 S:      Maintained
4973 F:      drivers/media/rc/igorplugusb.c
4974
4975 IGUANAWORKS USB IR TRANSCEIVER
4976 M:      Sean Young <sean@mess.org>
4977 L:      linux-media@vger.kernel.org
4978 S:      Maintained
4979 F:      drivers/media/rc/iguanair.c
4980
4981 IIO SUBSYSTEM AND DRIVERS
4982 M:      Jonathan Cameron <jic23@kernel.org>
4983 R:      Hartmut Knaack <knaack.h@gmx.de>
4984 R:      Lars-Peter Clausen <lars@metafoo.de>
4985 R:      Peter Meerwald <pmeerw@pmeerw.net>
4986 L:      linux-iio@vger.kernel.org
4987 S:      Maintained
4988 F:      drivers/iio/
4989 F:      drivers/staging/iio/
4990 F:      include/linux/iio/
4991 F:      tools/iio/
4992
4993 IKANOS/ADI EAGLE ADSL USB DRIVER
4994 M:      Matthieu Castet <castet.matthieu@free.fr>
4995 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4996 S:      Maintained
4997 F:      drivers/usb/atm/ueagle-atm.c
4998
4999 INA209 HARDWARE MONITOR DRIVER
5000 M:      Guenter Roeck <linux@roeck-us.net>
5001 L:      lm-sensors@lm-sensors.org
5002 S:      Maintained
5003 F:      Documentation/hwmon/ina209
5004 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5005 F:      drivers/hwmon/ina209.c
5006
5007 INA2XX HARDWARE MONITOR DRIVER
5008 M:      Guenter Roeck <linux@roeck-us.net>
5009 L:      lm-sensors@lm-sensors.org
5010 S:      Maintained
5011 F:      Documentation/hwmon/ina2xx
5012 F:      drivers/hwmon/ina2xx.c
5013 F:      include/linux/platform_data/ina2xx.h
5014
5015 INDUSTRY PACK SUBSYSTEM (IPACK)
5016 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5017 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5018 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5019 L:      industrypack-devel@lists.sourceforge.net
5020 W:      http://industrypack.sourceforge.net
5021 S:      Maintained
5022 F:      drivers/ipack/
5023
5024 INGENIC JZ4780 DMA Driver
5025 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5026 S:      Maintained
5027 F:      drivers/dma/dma-jz4780.c
5028
5029 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5030 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5031 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5032 L:      linux-ima-devel@lists.sourceforge.net
5033 L:      linux-ima-user@lists.sourceforge.net
5034 L:      linux-security-module@vger.kernel.org
5035 S:      Supported
5036 F:      security/integrity/ima/
5037
5038 IMGTEC IR DECODER DRIVER
5039 M:      James Hogan <james.hogan@imgtec.com>
5040 S:      Maintained
5041 F:      drivers/media/rc/img-ir/
5042
5043 IMS TWINTURBO FRAMEBUFFER DRIVER
5044 L:      linux-fbdev@vger.kernel.org
5045 S:      Orphan
5046 F:      drivers/video/fbdev/imsttfb.c
5047
5048 INFINIBAND SUBSYSTEM
5049 M:      Doug Ledford <dledford@redhat.com>
5050 M:      Sean Hefty <sean.hefty@intel.com>
5051 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5052 L:      linux-rdma@vger.kernel.org
5053 W:      http://www.openfabrics.org/
5054 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5056 S:      Supported
5057 F:      Documentation/infiniband/
5058 F:      drivers/infiniband/
5059 F:      include/uapi/linux/if_infiniband.h
5060 F:      include/uapi/rdma/
5061 F:      include/rdma/
5062
5063 INOTIFY
5064 M:      John McCutchan <john@johnmccutchan.com>
5065 M:      Robert Love <rlove@rlove.org>
5066 M:      Eric Paris <eparis@parisplace.org>
5067 S:      Maintained
5068 F:      Documentation/filesystems/inotify.txt
5069 F:      fs/notify/inotify/
5070 F:      include/linux/inotify.h
5071 F:      include/uapi/linux/inotify.h
5072
5073 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5074 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5075 L:      linux-input@vger.kernel.org
5076 Q:      http://patchwork.kernel.org/project/linux-input/list/
5077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5078 S:      Maintained
5079 F:      drivers/input/
5080 F:      include/linux/input.h
5081 F:      include/uapi/linux/input.h
5082 F:      include/linux/input/
5083
5084 INPUT MULTITOUCH (MT) PROTOCOL
5085 M:      Henrik Rydberg <rydberg@bitmath.org>
5086 L:      linux-input@vger.kernel.org
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5088 S:      Odd fixes
5089 F:      Documentation/input/multi-touch-protocol.txt
5090 F:      drivers/input/input-mt.c
5091 K:      \b(ABS|SYN)_MT_
5092
5093 INTEL ASoC BDW/HSW DRIVERS
5094 M:      Jie Yang <yang.jie@linux.intel.com>
5095 L:      alsa-devel@alsa-project.org
5096 S:      Supported
5097 F:      sound/soc/intel/sst-haswell*
5098 F:      sound/soc/intel/sst-dsp*
5099 F:      sound/soc/intel/sst-firmware.c
5100 F:      sound/soc/intel/broadwell.c
5101 F:      sound/soc/intel/haswell.c
5102
5103 INTEL C600 SERIES SAS CONTROLLER DRIVER
5104 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5105 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5106 L:      linux-scsi@vger.kernel.org
5107 T:      git git://git.code.sf.net/p/intel-sas/isci
5108 S:      Supported
5109 F:      drivers/scsi/isci/
5110
5111 INTEL IDLE DRIVER
5112 M:      Len Brown <lenb@kernel.org>
5113 L:      linux-pm@vger.kernel.org
5114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5115 S:      Supported
5116 F:      drivers/idle/intel_idle.c
5117
5118 INTEL PSTATE DRIVER
5119 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5120 L:      linux-pm@vger.kernel.org
5121 S:      Supported
5122 F:      drivers/cpufreq/intel_pstate.c
5123
5124 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5125 M:      Maik Broemme <mbroemme@plusserver.de>
5126 L:      linux-fbdev@vger.kernel.org
5127 S:      Maintained
5128 F:      Documentation/fb/intelfb.txt
5129 F:      drivers/video/fbdev/intelfb/
5130
5131 INTEL 810/815 FRAMEBUFFER DRIVER
5132 M:      Antonino Daplas <adaplas@gmail.com>
5133 L:      linux-fbdev@vger.kernel.org
5134 S:      Maintained
5135 F:      drivers/video/fbdev/i810/
5136
5137 INTEL MENLOW THERMAL DRIVER
5138 M:      Sujith Thomas <sujith.thomas@intel.com>
5139 L:      platform-driver-x86@vger.kernel.org
5140 W:      https://01.org/linux-acpi
5141 S:      Supported
5142 F:      drivers/platform/x86/intel_menlow.c
5143
5144 INTEL IA32 MICROCODE UPDATE SUPPORT
5145 M:      Borislav Petkov <bp@alien8.de>
5146 S:      Maintained
5147 F:      arch/x86/kernel/cpu/microcode/core*
5148 F:      arch/x86/kernel/cpu/microcode/intel*
5149
5150 INTEL I/OAT DMA DRIVER
5151 M:      Dave Jiang <dave.jiang@intel.com>
5152 R:      Dan Williams <dan.j.williams@intel.com>
5153 L:      dmaengine@vger.kernel.org
5154 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5155 S:      Supported
5156 F:      drivers/dma/ioat*
5157
5158 INTEL IOMMU (VT-d)
5159 M:      David Woodhouse <dwmw2@infradead.org>
5160 L:      iommu@lists.linux-foundation.org
5161 T:      git git://git.infradead.org/iommu-2.6.git
5162 S:      Supported
5163 F:      drivers/iommu/intel-iommu.c
5164 F:      include/linux/intel-iommu.h
5165
5166 INTEL IOP-ADMA DMA DRIVER
5167 R:      Dan Williams <dan.j.williams@intel.com>
5168 S:      Odd fixes
5169 F:      drivers/dma/iop-adma.c
5170
5171 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5172 M:      Krzysztof Halasa <khalasa@piap.pl>
5173 S:      Maintained
5174 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5175 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5176 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5177 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5178 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5179 F:      drivers/net/wan/ixp4xx_hss.c
5180
5181 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5182 M:      Deepak Saxena <dsaxena@plexity.net>
5183 S:      Maintained
5184 F:      drivers/char/hw_random/ixp4xx-rng.c
5185
5186 INTEL ETHERNET DRIVERS
5187 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5188 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5189 R:      Shannon Nelson <shannon.nelson@intel.com>
5190 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5191 R:      Don Skidmore <donald.c.skidmore@intel.com>
5192 R:      Matthew Vick <matthew.vick@intel.com>
5193 R:      John Ronciak <john.ronciak@intel.com>
5194 R:      Mitch Williams <mitch.a.williams@intel.com>
5195 L:      intel-wired-lan@lists.osuosl.org
5196 W:      http://www.intel.com/support/feedback.htm
5197 W:      http://e1000.sourceforge.net/
5198 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5201 S:      Supported
5202 F:      Documentation/networking/e100.txt
5203 F:      Documentation/networking/e1000.txt
5204 F:      Documentation/networking/e1000e.txt
5205 F:      Documentation/networking/igb.txt
5206 F:      Documentation/networking/igbvf.txt
5207 F:      Documentation/networking/ixgb.txt
5208 F:      Documentation/networking/ixgbe.txt
5209 F:      Documentation/networking/ixgbevf.txt
5210 F:      Documentation/networking/i40e.txt
5211 F:      Documentation/networking/i40evf.txt
5212 F:      drivers/net/ethernet/intel/
5213 F:      drivers/net/ethernet/intel/*/
5214
5215 INTEL-MID GPIO DRIVER
5216 M:      David Cohen <david.a.cohen@linux.intel.com>
5217 L:      linux-gpio@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/gpio/gpio-intel-mid.c
5220
5221 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5222 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5223 L:      linux-wireless@vger.kernel.org
5224 S:      Maintained
5225 F:      Documentation/networking/README.ipw2100
5226 F:      Documentation/networking/README.ipw2200
5227 F:      drivers/net/wireless/ipw2x00/
5228
5229 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5230 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5231 M:      Gang Wei <gang.wei@intel.com>
5232 M:      Shane Wang <shane.wang@intel.com>
5233 L:      tboot-devel@lists.sourceforge.net
5234 W:      http://tboot.sourceforge.net
5235 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5236 S:      Supported
5237 F:      Documentation/intel_txt.txt
5238 F:      include/linux/tboot.h
5239 F:      arch/x86/kernel/tboot.c
5240
5241 INTEL WIRELESS WIMAX CONNECTION 2400
5242 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5243 M:      linux-wimax@intel.com
5244 L:      wimax@linuxwimax.org (subscribers-only)
5245 S:      Supported
5246 W:      http://linuxwimax.org
5247 F:      Documentation/wimax/README.i2400m
5248 F:      drivers/net/wimax/i2400m/
5249 F:      include/uapi/linux/wimax/i2400m.h
5250
5251 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5252 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5253 L:      linux-wireless@vger.kernel.org
5254 S:      Supported
5255 F:      drivers/net/wireless/iwlegacy/
5256
5257 INTEL WIRELESS WIFI LINK (iwlwifi)
5258 M:      Johannes Berg <johannes.berg@intel.com>
5259 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5260 M:      Intel Linux Wireless <ilw@linux.intel.com>
5261 L:      linux-wireless@vger.kernel.org
5262 W:      http://intellinuxwireless.org
5263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5264 S:      Supported
5265 F:      drivers/net/wireless/iwlwifi/
5266
5267 INTEL MANAGEMENT ENGINE (mei)
5268 M:      Tomas Winkler <tomas.winkler@intel.com>
5269 L:      linux-kernel@vger.kernel.org
5270 S:      Supported
5271 F:      include/uapi/linux/mei.h
5272 F:      drivers/misc/mei/*
5273 F:      Documentation/misc-devices/mei/*
5274
5275 IOC3 ETHERNET DRIVER
5276 M:      Ralf Baechle <ralf@linux-mips.org>
5277 L:      linux-mips@linux-mips.org
5278 S:      Maintained
5279 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5280
5281 IOC3 SERIAL DRIVER
5282 M:      Pat Gefre <pfg@sgi.com>
5283 L:      linux-serial@vger.kernel.org
5284 S:      Maintained
5285 F:      drivers/tty/serial/ioc3_serial.c
5286
5287 IOMMU DRIVERS
5288 M:      Joerg Roedel <joro@8bytes.org>
5289 L:      iommu@lists.linux-foundation.org
5290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5291 S:      Maintained
5292 F:      drivers/iommu/
5293
5294 IP MASQUERADING
5295 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5296 S:      Maintained
5297 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5298
5299 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5300 M:      Francois Romieu <romieu@fr.zoreil.com>
5301 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5302 L:      netdev@vger.kernel.org
5303 S:      Maintained
5304 F:      drivers/net/ethernet/icplus/ipg.*
5305
5306 IPATH DRIVER
5307 M:      Mike Marciniszyn <infinipath@intel.com>
5308 L:      linux-rdma@vger.kernel.org
5309 S:      Maintained
5310 F:      drivers/infiniband/hw/ipath/
5311
5312 IPMI SUBSYSTEM
5313 M:      Corey Minyard <minyard@acm.org>
5314 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5315 W:      http://openipmi.sourceforge.net/
5316 S:      Supported
5317 F:      Documentation/IPMI.txt
5318 F:      drivers/char/ipmi/
5319 F:      include/linux/ipmi*
5320 F:      include/uapi/linux/ipmi*
5321
5322 QCOM AUDIO (ASoC) DRIVERS
5323 M:      Patrick Lai <plai@codeaurora.org>
5324 M:      Banajit Goswami <bgoswami@codeaurora.org>
5325 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5326 S:      Supported
5327 F:      sound/soc/qcom/
5328
5329 IPS SCSI RAID DRIVER
5330 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5331 L:      linux-scsi@vger.kernel.org
5332 W:      http://www.adaptec.com/
5333 S:      Maintained
5334 F:      drivers/scsi/ips*
5335
5336 IPVS
5337 M:      Wensong Zhang <wensong@linux-vs.org>
5338 M:      Simon Horman <horms@verge.net.au>
5339 M:      Julian Anastasov <ja@ssi.bg>
5340 L:      netdev@vger.kernel.org
5341 L:      lvs-devel@vger.kernel.org
5342 S:      Maintained
5343 F:      Documentation/networking/ipvs-sysctl.txt
5344 F:      include/net/ip_vs.h
5345 F:      include/uapi/linux/ip_vs.h
5346 F:      net/netfilter/ipvs/
5347
5348 IPWIRELESS DRIVER
5349 M:      Jiri Kosina <jkosina@suse.cz>
5350 M:      David Sterba <dsterba@suse.cz>
5351 S:      Odd Fixes
5352 F:      drivers/tty/ipwireless/
5353
5354 IPX NETWORK LAYER
5355 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5356 L:      netdev@vger.kernel.org
5357 S:      Maintained
5358 F:      include/net/ipx.h
5359 F:      include/uapi/linux/ipx.h
5360 F:      net/ipx/
5361
5362 IRDA SUBSYSTEM
5363 M:      Samuel Ortiz <samuel@sortiz.org>
5364 L:      irda-users@lists.sourceforge.net (subscribers-only)
5365 L:      netdev@vger.kernel.org
5366 W:      http://irda.sourceforge.net/
5367 S:      Maintained
5368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5369 F:      Documentation/networking/irda.txt
5370 F:      drivers/net/irda/
5371 F:      include/net/irda/
5372 F:      net/irda/
5373
5374 IRQ SUBSYSTEM
5375 M:      Thomas Gleixner <tglx@linutronix.de>
5376 L:      linux-kernel@vger.kernel.org
5377 S:      Maintained
5378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5379 F:      kernel/irq/
5380
5381 IRQCHIP DRIVERS
5382 M:      Thomas Gleixner <tglx@linutronix.de>
5383 M:      Jason Cooper <jason@lakedaemon.net>
5384 L:      linux-kernel@vger.kernel.org
5385 S:      Maintained
5386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5387 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5388 F:      Documentation/devicetree/bindings/interrupt-controller/
5389 F:      drivers/irqchip/
5390
5391 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5392 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5393 S:      Maintained
5394 F:      Documentation/IRQ-domain.txt
5395 F:      include/linux/irqdomain.h
5396 F:      kernel/irq/irqdomain.c
5397
5398 ISAPNP
5399 M:      Jaroslav Kysela <perex@perex.cz>
5400 S:      Maintained
5401 F:      Documentation/isapnp.txt
5402 F:      drivers/pnp/isapnp/
5403 F:      include/linux/isapnp.h
5404
5405 ISA RADIO MODULE
5406 M:      Hans Verkuil <hverkuil@xs4all.nl>
5407 L:      linux-media@vger.kernel.org
5408 T:      git git://linuxtv.org/media_tree.git
5409 W:      http://linuxtv.org
5410 S:      Maintained
5411 F:      drivers/media/radio/radio-isa*
5412
5413 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5414 M:      Peter Jones <pjones@redhat.com>
5415 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5416 S:      Maintained
5417 F:      drivers/firmware/iscsi_ibft*
5418
5419 ISCSI
5420 M:      Mike Christie <michaelc@cs.wisc.edu>
5421 L:      open-iscsi@googlegroups.com
5422 W:      www.open-iscsi.org
5423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5424 S:      Maintained
5425 F:      drivers/scsi/*iscsi*
5426 F:      include/scsi/*iscsi*
5427
5428 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5429 M:      Or Gerlitz <ogerlitz@mellanox.com>
5430 M:      Sagi Grimberg <sagig@mellanox.com>
5431 M:      Roi Dayan <roid@mellanox.com>
5432 L:      linux-rdma@vger.kernel.org
5433 S:      Supported
5434 W:      http://www.openfabrics.org
5435 W:      www.open-iscsi.org
5436 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5437 F:      drivers/infiniband/ulp/iser/
5438
5439 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5440 M:      Sagi Grimberg <sagig@mellanox.com>
5441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5442 L:      linux-rdma@vger.kernel.org
5443 L:      target-devel@vger.kernel.org
5444 S:      Supported
5445 W:      http://www.linux-iscsi.org
5446 F:      drivers/infiniband/ulp/isert
5447
5448 ISDN SUBSYSTEM
5449 M:      Karsten Keil <isdn@linux-pingi.de>
5450 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5451 L:      netdev@vger.kernel.org
5452 W:      http://www.isdn4linux.de
5453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5454 S:      Maintained
5455 F:      Documentation/isdn/
5456 F:      drivers/isdn/
5457 F:      include/linux/isdn.h
5458 F:      include/linux/isdn/
5459 F:      include/uapi/linux/isdn.h
5460 F:      include/uapi/linux/isdn/
5461
5462 ISDN SUBSYSTEM (Eicon active card driver)
5463 M:      Armin Schindler <mac@melware.de>
5464 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5465 W:      http://www.melware.de
5466 S:      Maintained
5467 F:      drivers/isdn/hardware/eicon/
5468
5469 IT87 HARDWARE MONITORING DRIVER
5470 M:      Jean Delvare <jdelvare@suse.de>
5471 L:      lm-sensors@lm-sensors.org
5472 S:      Maintained
5473 F:      Documentation/hwmon/it87
5474 F:      drivers/hwmon/it87.c
5475
5476 IT913X MEDIA DRIVER
5477 M:      Antti Palosaari <crope@iki.fi>
5478 L:      linux-media@vger.kernel.org
5479 W:      http://linuxtv.org/
5480 W:      http://palosaari.fi/linux/
5481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5482 T:      git git://linuxtv.org/anttip/media_tree.git
5483 S:      Maintained
5484 F:      drivers/media/tuners/it913x*
5485
5486 IVTV VIDEO4LINUX DRIVER
5487 M:      Andy Walls <awalls@md.metrocast.net>
5488 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5489 L:      linux-media@vger.kernel.org
5490 T:      git git://linuxtv.org/media_tree.git
5491 W:      http://www.ivtvdriver.org
5492 S:      Maintained
5493 F:      Documentation/video4linux/*.ivtv
5494 F:      drivers/media/pci/ivtv/
5495 F:      include/uapi/linux/ivtv*
5496
5497 IX2505V MEDIA DRIVER
5498 M:      Malcolm Priestley <tvboxspy@gmail.com>
5499 L:      linux-media@vger.kernel.org
5500 W:      http://linuxtv.org/
5501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5502 S:      Maintained
5503 F:      drivers/media/dvb-frontends/ix2505v*
5504
5505 JC42.4 TEMPERATURE SENSOR DRIVER
5506 M:      Guenter Roeck <linux@roeck-us.net>
5507 L:      lm-sensors@lm-sensors.org
5508 S:      Maintained
5509 F:      drivers/hwmon/jc42.c
5510 F:      Documentation/hwmon/jc42
5511
5512 JFS FILESYSTEM
5513 M:      Dave Kleikamp <shaggy@kernel.org>
5514 L:      jfs-discussion@lists.sourceforge.net
5515 W:      http://jfs.sourceforge.net/
5516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5517 S:      Maintained
5518 F:      Documentation/filesystems/jfs.txt
5519 F:      fs/jfs/
5520
5521 JME NETWORK DRIVER
5522 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5523 L:      netdev@vger.kernel.org
5524 S:      Maintained
5525 F:      drivers/net/ethernet/jme.*
5526
5527 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5528 M:      David Woodhouse <dwmw2@infradead.org>
5529 L:      linux-mtd@lists.infradead.org
5530 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5531 S:      Maintained
5532 F:      fs/jffs2/
5533 F:      include/uapi/linux/jffs2.h
5534
5535 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5536 M:      Andrew Morton <akpm@linux-foundation.org>
5537 M:      Jan Kara <jack@suse.cz>
5538 L:      linux-ext4@vger.kernel.org
5539 S:      Maintained
5540 F:      fs/jbd/
5541 F:      include/linux/jbd.h
5542
5543 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5544 M:      "Theodore Ts'o" <tytso@mit.edu>
5545 L:      linux-ext4@vger.kernel.org
5546 S:      Maintained
5547 F:      fs/jbd2/
5548 F:      include/linux/jbd2.h
5549
5550 JSM Neo PCI based serial card
5551 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5552 L:      linux-serial@vger.kernel.org
5553 S:      Maintained
5554 F:      drivers/tty/serial/jsm/
5555
5556 K10TEMP HARDWARE MONITORING DRIVER
5557 M:      Clemens Ladisch <clemens@ladisch.de>
5558 L:      lm-sensors@lm-sensors.org
5559 S:      Maintained
5560 F:      Documentation/hwmon/k10temp
5561 F:      drivers/hwmon/k10temp.c
5562
5563 K8TEMP HARDWARE MONITORING DRIVER
5564 M:      Rudolf Marek <r.marek@assembler.cz>
5565 L:      lm-sensors@lm-sensors.org
5566 S:      Maintained
5567 F:      Documentation/hwmon/k8temp
5568 F:      drivers/hwmon/k8temp.c
5569
5570 KCONFIG
5571 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5572 L:      linux-kbuild@vger.kernel.org
5573 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5574 S:      Maintained
5575 F:      Documentation/kbuild/kconfig-language.txt
5576 F:      scripts/kconfig/
5577
5578 KDUMP
5579 M:      Vivek Goyal <vgoyal@redhat.com>
5580 M:      Haren Myneni <hbabu@us.ibm.com>
5581 L:      kexec@lists.infradead.org
5582 W:      http://lse.sourceforge.net/kdump/
5583 S:      Maintained
5584 F:      Documentation/kdump/
5585
5586 KEENE FM RADIO TRANSMITTER DRIVER
5587 M:      Hans Verkuil <hverkuil@xs4all.nl>
5588 L:      linux-media@vger.kernel.org
5589 T:      git git://linuxtv.org/media_tree.git
5590 W:      http://linuxtv.org
5591 S:      Maintained
5592 F:      drivers/media/radio/radio-keene*
5593
5594 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5595 M:      Ian Kent <raven@themaw.net>
5596 L:      autofs@vger.kernel.org
5597 S:      Maintained
5598 F:      fs/autofs4/
5599
5600 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5601 M:      Michal Marek <mmarek@suse.cz>
5602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5604 L:      linux-kbuild@vger.kernel.org
5605 S:      Maintained
5606 F:      Documentation/kbuild/
5607 F:      Makefile
5608 F:      scripts/Makefile.*
5609 F:      scripts/basic/
5610 F:      scripts/mk*
5611 F:      scripts/package/
5612
5613 KERNEL JANITORS
5614 L:      kernel-janitors@vger.kernel.org
5615 W:      http://kernelnewbies.org/KernelJanitors
5616 S:      Odd Fixes
5617
5618 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5619 M:      "J. Bruce Fields" <bfields@fieldses.org>
5620 L:      linux-nfs@vger.kernel.org
5621 W:      http://nfs.sourceforge.net/
5622 S:      Supported
5623 F:      fs/nfsd/
5624 F:      include/uapi/linux/nfsd/
5625 F:      fs/lockd/
5626 F:      fs/nfs_common/
5627 F:      net/sunrpc/
5628 F:      include/linux/lockd/
5629 F:      include/linux/sunrpc/
5630 F:      include/uapi/linux/sunrpc/
5631
5632 KERNEL SELFTEST FRAMEWORK
5633 M:      Shuah Khan <shuahkh@osg.samsung.com>
5634 L:      linux-api@vger.kernel.org
5635 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5636 S:      Maintained
5637 F:      tools/testing/selftests
5638
5639 KERNEL VIRTUAL MACHINE (KVM)
5640 M:      Gleb Natapov <gleb@kernel.org>
5641 M:      Paolo Bonzini <pbonzini@redhat.com>
5642 L:      kvm@vger.kernel.org
5643 W:      http://www.linux-kvm.org
5644 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5645 S:      Supported
5646 F:      Documentation/*/kvm*.txt
5647 F:      Documentation/virtual/kvm/
5648 F:      arch/*/kvm/
5649 F:      arch/x86/kernel/kvm.c
5650 F:      arch/x86/kernel/kvmclock.c
5651 F:      arch/*/include/asm/kvm*
5652 F:      include/linux/kvm*
5653 F:      include/uapi/linux/kvm*
5654 F:      virt/kvm/
5655
5656 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5657 M:      Joerg Roedel <joro@8bytes.org>
5658 L:      kvm@vger.kernel.org
5659 W:      http://kvm.qumranet.com
5660 S:      Maintained
5661 F:      arch/x86/include/asm/svm.h
5662 F:      arch/x86/kvm/svm.c
5663
5664 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5665 M:      Alexander Graf <agraf@suse.de>
5666 L:      kvm-ppc@vger.kernel.org
5667 W:      http://kvm.qumranet.com
5668 T:      git git://github.com/agraf/linux-2.6.git
5669 S:      Supported
5670 F:      arch/powerpc/include/asm/kvm*
5671 F:      arch/powerpc/kvm/
5672
5673 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5674 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5675 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5676 M:      linux390@de.ibm.com
5677 L:      linux-s390@vger.kernel.org
5678 W:      http://www.ibm.com/developerworks/linux/linux390/
5679 S:      Supported
5680 F:      Documentation/s390/kvm.txt
5681 F:      arch/s390/include/asm/kvm*
5682 F:      arch/s390/kvm/
5683 F:      drivers/s390/kvm/
5684
5685 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5686 M:      Christoffer Dall <christoffer.dall@linaro.org>
5687 M:      Marc Zyngier <marc.zyngier@arm.com>
5688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5689 L:      kvmarm@lists.cs.columbia.edu
5690 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5691 S:      Supported
5692 F:      arch/arm/include/uapi/asm/kvm*
5693 F:      arch/arm/include/asm/kvm*
5694 F:      arch/arm/kvm/
5695 F:      virt/kvm/arm/
5696 F:      include/kvm/arm_*
5697
5698 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5699 M:      Christoffer Dall <christoffer.dall@linaro.org>
5700 M:      Marc Zyngier <marc.zyngier@arm.com>
5701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5702 L:      kvmarm@lists.cs.columbia.edu
5703 S:      Maintained
5704 F:      arch/arm64/include/uapi/asm/kvm*
5705 F:      arch/arm64/include/asm/kvm*
5706 F:      arch/arm64/kvm/
5707
5708 KEXEC
5709 M:      Eric Biederman <ebiederm@xmission.com>
5710 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5711 L:      kexec@lists.infradead.org
5712 S:      Maintained
5713 F:      include/linux/kexec.h
5714 F:      include/uapi/linux/kexec.h
5715 F:      kernel/kexec.c
5716
5717 KEYS/KEYRINGS:
5718 M:      David Howells <dhowells@redhat.com>
5719 L:      keyrings@linux-nfs.org
5720 S:      Maintained
5721 F:      Documentation/security/keys.txt
5722 F:      include/linux/key.h
5723 F:      include/linux/key-type.h
5724 F:      include/keys/
5725 F:      security/keys/
5726
5727 KEYS-TRUSTED
5728 M:      David Safford <safford@us.ibm.com>
5729 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5730 L:      linux-security-module@vger.kernel.org
5731 L:      keyrings@linux-nfs.org
5732 S:      Supported
5733 F:      Documentation/security/keys-trusted-encrypted.txt
5734 F:      include/keys/trusted-type.h
5735 F:      security/keys/trusted.c
5736 F:      security/keys/trusted.h
5737
5738 KEYS-ENCRYPTED
5739 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5740 M:      David Safford <safford@us.ibm.com>
5741 L:      linux-security-module@vger.kernel.org
5742 L:      keyrings@linux-nfs.org
5743 S:      Supported
5744 F:      Documentation/security/keys-trusted-encrypted.txt
5745 F:      include/keys/encrypted-type.h
5746 F:      security/keys/encrypted-keys/
5747
5748 KGDB / KDB /debug_core
5749 M:      Jason Wessel <jason.wessel@windriver.com>
5750 W:      http://kgdb.wiki.kernel.org/
5751 L:      kgdb-bugreport@lists.sourceforge.net
5752 S:      Maintained
5753 F:      Documentation/DocBook/kgdb.tmpl
5754 F:      drivers/misc/kgdbts.c
5755 F:      drivers/tty/serial/kgdboc.c
5756 F:      include/linux/kdb.h
5757 F:      include/linux/kgdb.h
5758 F:      kernel/debug/
5759
5760 KMEMCHECK
5761 M:      Vegard Nossum <vegardno@ifi.uio.no>
5762 M:      Pekka Enberg <penberg@kernel.org>
5763 S:      Maintained
5764 F:      Documentation/kmemcheck.txt
5765 F:      arch/x86/include/asm/kmemcheck.h
5766 F:      arch/x86/mm/kmemcheck/
5767 F:      include/linux/kmemcheck.h
5768 F:      mm/kmemcheck.c
5769
5770 KMEMLEAK
5771 M:      Catalin Marinas <catalin.marinas@arm.com>
5772 S:      Maintained
5773 F:      Documentation/kmemleak.txt
5774 F:      include/linux/kmemleak.h
5775 F:      mm/kmemleak.c
5776 F:      mm/kmemleak-test.c
5777
5778 KPROBES
5779 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5780 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5781 M:      "David S. Miller" <davem@davemloft.net>
5782 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5783 S:      Maintained
5784 F:      Documentation/kprobes.txt
5785 F:      include/linux/kprobes.h
5786 F:      kernel/kprobes.c
5787
5788 KS0108 LCD CONTROLLER DRIVER
5789 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5790 W:      http://miguelojeda.es/auxdisplay.htm
5791 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5792 S:      Maintained
5793 F:      Documentation/auxdisplay/ks0108
5794 F:      drivers/auxdisplay/ks0108.c
5795 F:      include/linux/ks0108.h
5796
5797 LAPB module
5798 L:      linux-x25@vger.kernel.org
5799 S:      Orphan
5800 F:      Documentation/networking/lapb-module.txt
5801 F:      include/*/lapb.h
5802 F:      net/lapb/
5803
5804 LASI 53c700 driver for PARISC
5805 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5806 L:      linux-scsi@vger.kernel.org
5807 S:      Maintained
5808 F:      Documentation/scsi/53c700.txt
5809 F:      drivers/scsi/53c700*
5810
5811 LED SUBSYSTEM
5812 M:      Bryan Wu <cooloney@gmail.com>
5813 M:      Richard Purdie <rpurdie@rpsys.net>
5814 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5815 L:      linux-leds@vger.kernel.org
5816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5817 S:      Maintained
5818 F:      drivers/leds/
5819 F:      include/linux/leds.h
5820
5821 LEGACY EEPROM DRIVER
5822 M:      Jean Delvare <jdelvare@suse.de>
5823 S:      Maintained
5824 F:      Documentation/misc-devices/eeprom
5825 F:      drivers/misc/eeprom/eeprom.c
5826
5827 LEGO USB Tower driver
5828 M:      Juergen Stuber <starblue@users.sourceforge.net>
5829 L:      legousb-devel@lists.sourceforge.net
5830 W:      http://legousb.sourceforge.net/
5831 S:      Maintained
5832 F:      drivers/usb/misc/legousbtower.c
5833
5834 LG2160 MEDIA DRIVER
5835 M:      Michael Krufky <mkrufky@linuxtv.org>
5836 L:      linux-media@vger.kernel.org
5837 W:      http://linuxtv.org/
5838 W:      http://github.com/mkrufky
5839 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5840 T:      git git://linuxtv.org/mkrufky/tuners.git
5841 S:      Maintained
5842 F:      drivers/media/dvb-frontends/lg2160.*
5843
5844 LGDT3305 MEDIA DRIVER
5845 M:      Michael Krufky <mkrufky@linuxtv.org>
5846 L:      linux-media@vger.kernel.org
5847 W:      http://linuxtv.org/
5848 W:      http://github.com/mkrufky
5849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5850 T:      git git://linuxtv.org/mkrufky/tuners.git
5851 S:      Maintained
5852 F:      drivers/media/dvb-frontends/lgdt3305.*
5853
5854 LGUEST
5855 M:      Rusty Russell <rusty@rustcorp.com.au>
5856 L:      lguest@lists.ozlabs.org
5857 W:      http://lguest.ozlabs.org/
5858 S:      Odd Fixes
5859 F:      arch/x86/include/asm/lguest*.h
5860 F:      arch/x86/lguest/
5861 F:      drivers/lguest/
5862 F:      include/linux/lguest*.h
5863 F:      tools/lguest/
5864
5865 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5866 M:      Tejun Heo <tj@kernel.org>
5867 L:      linux-ide@vger.kernel.org
5868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5869 S:      Maintained
5870 F:      drivers/ata/
5871 F:      include/linux/ata.h
5872 F:      include/linux/libata.h
5873
5874 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5875 M:      Viresh Kumar <viresh.linux@gmail.com>
5876 L:      linux-ide@vger.kernel.org
5877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5878 S:      Maintained
5879 F:      include/linux/pata_arasan_cf_data.h
5880 F:      drivers/ata/pata_arasan_cf.c
5881
5882 LIBATA PATA DRIVERS
5883 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5884 M:      Tejun Heo <tj@kernel.org>
5885 L:      linux-ide@vger.kernel.org
5886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5887 S:      Maintained
5888 F:      drivers/ata/pata_*.c
5889 F:      drivers/ata/ata_generic.c
5890
5891 LIBATA SATA AHCI PLATFORM devices support
5892 M:      Hans de Goede <hdegoede@redhat.com>
5893 M:      Tejun Heo <tj@kernel.org>
5894 L:      linux-ide@vger.kernel.org
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5896 S:      Maintained
5897 F:      drivers/ata/ahci_platform.c
5898 F:      drivers/ata/libahci_platform.c
5899 F:      include/linux/ahci_platform.h
5900
5901 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5902 M:      Mikael Pettersson <mikpelinux@gmail.com>
5903 L:      linux-ide@vger.kernel.org
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5905 S:      Maintained
5906 F:      drivers/ata/sata_promise.*
5907
5908 LIBLOCKDEP
5909 M:      Sasha Levin <sasha.levin@oracle.com>
5910 S:      Maintained
5911 F:      tools/lib/lockdep/
5912
5913 LINUX FOR IBM pSERIES (RS/6000)
5914 M:      Paul Mackerras <paulus@au.ibm.com>
5915 W:      http://www.ibm.com/linux/ltc/projects/ppc
5916 S:      Supported
5917 F:      arch/powerpc/boot/rs6000.h
5918
5919 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5920 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5921 M:      Paul Mackerras <paulus@samba.org>
5922 M:      Michael Ellerman <mpe@ellerman.id.au>
5923 W:      http://www.penguinppc.org/
5924 L:      linuxppc-dev@lists.ozlabs.org
5925 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5927 S:      Supported
5928 F:      Documentation/powerpc/
5929 F:      arch/powerpc/
5930
5931 LINUX FOR POWER MACINTOSH
5932 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5933 W:      http://www.penguinppc.org/
5934 L:      linuxppc-dev@lists.ozlabs.org
5935 S:      Maintained
5936 F:      arch/powerpc/platforms/powermac/
5937 F:      drivers/macintosh/
5938
5939 LINUX FOR POWERPC EMBEDDED MPC5XXX
5940 M:      Anatolij Gustschin <agust@denx.de>
5941 L:      linuxppc-dev@lists.ozlabs.org
5942 T:      git git://git.denx.de/linux-denx-agust.git
5943 S:      Maintained
5944 F:      arch/powerpc/platforms/512x/
5945 F:      arch/powerpc/platforms/52xx/
5946
5947 LINUX FOR POWERPC EMBEDDED PPC4XX
5948 M:      Alistair Popple <alistair@popple.id.au>
5949 M:      Matt Porter <mporter@kernel.crashing.org>
5950 W:      http://www.penguinppc.org/
5951 L:      linuxppc-dev@lists.ozlabs.org
5952 S:      Maintained
5953 F:      arch/powerpc/platforms/40x/
5954 F:      arch/powerpc/platforms/44x/
5955
5956 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5957 L:      linuxppc-dev@lists.ozlabs.org
5958 S:      Orphan
5959 F:      arch/powerpc/*/*virtex*
5960 F:      arch/powerpc/*/*/*virtex*
5961
5962 LINUX FOR POWERPC EMBEDDED PPC8XX
5963 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5964 W:      http://www.penguinppc.org/
5965 L:      linuxppc-dev@lists.ozlabs.org
5966 S:      Maintained
5967 F:      arch/powerpc/platforms/8xx/
5968
5969 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5970 M:      Scott Wood <scottwood@freescale.com>
5971 M:      Kumar Gala <galak@kernel.crashing.org>
5972 W:      http://www.penguinppc.org/
5973 L:      linuxppc-dev@lists.ozlabs.org
5974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5975 S:      Maintained
5976 F:      arch/powerpc/platforms/83xx/
5977 F:      arch/powerpc/platforms/85xx/
5978
5979 LINUX FOR POWERPC PA SEMI PWRFICIENT
5980 M:      Olof Johansson <olof@lixom.net>
5981 L:      linuxppc-dev@lists.ozlabs.org
5982 S:      Maintained
5983 F:      arch/powerpc/platforms/pasemi/
5984 F:      drivers/*/*pasemi*
5985 F:      drivers/*/*/*pasemi*
5986
5987 LINUX SECURITY MODULE (LSM) FRAMEWORK
5988 M:      Chris Wright <chrisw@sous-sol.org>
5989 L:      linux-security-module@vger.kernel.org
5990 S:      Supported
5991
5992 LIS3LV02D ACCELEROMETER DRIVER
5993 M:      Eric Piel <eric.piel@tremplin-utc.net>
5994 S:      Maintained
5995 F:      Documentation/misc-devices/lis3lv02d
5996 F:      drivers/misc/lis3lv02d/
5997 F:      drivers/platform/x86/hp_accel.c
5998
5999 LIVE PATCHING
6000 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6001 M:      Seth Jennings <sjenning@redhat.com>
6002 M:      Jiri Kosina <jkosina@suse.cz>
6003 M:      Vojtech Pavlik <vojtech@suse.cz>
6004 S:      Maintained
6005 F:      kernel/livepatch/
6006 F:      include/linux/livepatch.h
6007 F:      arch/x86/include/asm/livepatch.h
6008 F:      arch/x86/kernel/livepatch.c
6009 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6010 F:      samples/livepatch/
6011 L:      live-patching@vger.kernel.org
6012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6013
6014 LLC (802.2)
6015 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6016 S:      Maintained
6017 F:      include/linux/llc.h
6018 F:      include/uapi/linux/llc.h
6019 F:      include/net/llc*
6020 F:      net/llc/
6021
6022 LM73 HARDWARE MONITOR DRIVER
6023 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6024 L:      lm-sensors@lm-sensors.org
6025 S:      Maintained
6026 F:      drivers/hwmon/lm73.c
6027
6028 LM78 HARDWARE MONITOR DRIVER
6029 M:      Jean Delvare <jdelvare@suse.de>
6030 L:      lm-sensors@lm-sensors.org
6031 S:      Maintained
6032 F:      Documentation/hwmon/lm78
6033 F:      drivers/hwmon/lm78.c
6034
6035 LM83 HARDWARE MONITOR DRIVER
6036 M:      Jean Delvare <jdelvare@suse.de>
6037 L:      lm-sensors@lm-sensors.org
6038 S:      Maintained
6039 F:      Documentation/hwmon/lm83
6040 F:      drivers/hwmon/lm83.c
6041
6042 LM90 HARDWARE MONITOR DRIVER
6043 M:      Jean Delvare <jdelvare@suse.de>
6044 L:      lm-sensors@lm-sensors.org
6045 S:      Maintained
6046 F:      Documentation/hwmon/lm90
6047 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6048 F:      drivers/hwmon/lm90.c
6049
6050 LM95234 HARDWARE MONITOR DRIVER
6051 M:      Guenter Roeck <linux@roeck-us.net>
6052 L:      lm-sensors@lm-sensors.org
6053 S:      Maintained
6054 F:      Documentation/hwmon/lm95234
6055 F:      drivers/hwmon/lm95234.c
6056
6057 LME2510 MEDIA DRIVER
6058 M:      Malcolm Priestley <tvboxspy@gmail.com>
6059 L:      linux-media@vger.kernel.org
6060 W:      http://linuxtv.org/
6061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6062 S:      Maintained
6063 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6064
6065 LOCKDEP AND LOCKSTAT
6066 M:      Peter Zijlstra <peterz@infradead.org>
6067 M:      Ingo Molnar <mingo@redhat.com>
6068 L:      linux-kernel@vger.kernel.org
6069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6070 S:      Maintained
6071 F:      Documentation/locking/lockdep*.txt
6072 F:      Documentation/locking/lockstat.txt
6073 F:      include/linux/lockdep.h
6074 F:      kernel/locking/
6075
6076 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6077 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6078 L:      linux-ntfs-dev@lists.sourceforge.net
6079 W:      http://www.linux-ntfs.org/content/view/19/37/
6080 S:      Maintained
6081 F:      Documentation/ldm.txt
6082 F:      block/partitions/ldm.*
6083
6084 LogFS
6085 M:      Joern Engel <joern@logfs.org>
6086 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6087 L:      logfs@logfs.org
6088 W:      logfs.org
6089 S:      Maintained
6090 F:      fs/logfs/
6091
6092 LPC32XX MACHINE SUPPORT
6093 M:      Roland Stigge <stigge@antcom.de>
6094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6095 S:      Maintained
6096 F:      arch/arm/mach-lpc32xx/
6097
6098 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6099 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6100 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6101 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6102 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6103 L:      MPT-FusionLinux.pdl@avagotech.com
6104 L:      linux-scsi@vger.kernel.org
6105 W:      http://www.lsilogic.com/support
6106 S:      Supported
6107 F:      drivers/message/fusion/
6108 F:      drivers/scsi/mpt2sas/
6109 F:      drivers/scsi/mpt3sas/
6110
6111 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6112 M:      Matthew Wilcox <matthew@wil.cx>
6113 L:      linux-scsi@vger.kernel.org
6114 S:      Maintained
6115 F:      drivers/scsi/sym53c8xx_2/
6116
6117 LTC4261 HARDWARE MONITOR DRIVER
6118 M:      Guenter Roeck <linux@roeck-us.net>
6119 L:      lm-sensors@lm-sensors.org
6120 S:      Maintained
6121 F:      Documentation/hwmon/ltc4261
6122 F:      drivers/hwmon/ltc4261.c
6123
6124 LTP (Linux Test Project)
6125 M:      Mike Frysinger <vapier@gentoo.org>
6126 M:      Cyril Hrubis <chrubis@suse.cz>
6127 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6128 M:      Jan Stancek <jstancek@redhat.com>
6129 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6130 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6131 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6132 W:      http://linux-test-project.github.io/
6133 T:      git git://github.com/linux-test-project/ltp.git
6134 S:      Maintained
6135
6136 M32R ARCHITECTURE
6137 W:      http://www.linux-m32r.org/
6138 S:      Orphan
6139 F:      arch/m32r/
6140
6141 M68K ARCHITECTURE
6142 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6143 L:      linux-m68k@lists.linux-m68k.org
6144 W:      http://www.linux-m68k.org/
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6146 S:      Maintained
6147 F:      arch/m68k/
6148 F:      drivers/zorro/
6149
6150 M68K ON APPLE MACINTOSH
6151 M:      Joshua Thompson <funaho@jurai.org>
6152 W:      http://www.mac.linux-m68k.org/
6153 L:      linux-m68k@lists.linux-m68k.org
6154 S:      Maintained
6155 F:      arch/m68k/mac/
6156
6157 M68K ON HP9000/300
6158 M:      Philip Blundell <philb@gnu.org>
6159 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6160 S:      Maintained
6161 F:      arch/m68k/hp300/
6162
6163 M88DS3103 MEDIA DRIVER
6164 M:      Antti Palosaari <crope@iki.fi>
6165 L:      linux-media@vger.kernel.org
6166 W:      http://linuxtv.org/
6167 W:      http://palosaari.fi/linux/
6168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6169 T:      git git://linuxtv.org/anttip/media_tree.git
6170 S:      Maintained
6171 F:      drivers/media/dvb-frontends/m88ds3103*
6172
6173 M88RS2000 MEDIA DRIVER
6174 M:      Malcolm Priestley <tvboxspy@gmail.com>
6175 L:      linux-media@vger.kernel.org
6176 W:      http://linuxtv.org/
6177 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6178 S:      Maintained
6179 F:      drivers/media/dvb-frontends/m88rs2000*
6180
6181 MA901 MASTERKIT USB FM RADIO DRIVER
6182 M:      Alexey Klimov <klimov.linux@gmail.com>
6183 L:      linux-media@vger.kernel.org
6184 T:      git git://linuxtv.org/media_tree.git
6185 S:      Maintained
6186 F:      drivers/media/radio/radio-ma901.c
6187
6188 MAC80211
6189 M:      Johannes Berg <johannes@sipsolutions.net>
6190 L:      linux-wireless@vger.kernel.org
6191 W:      http://wireless.kernel.org/
6192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6194 S:      Maintained
6195 F:      Documentation/networking/mac80211-injection.txt
6196 F:      include/net/mac80211.h
6197 F:      net/mac80211/
6198
6199 MACVLAN DRIVER
6200 M:      Patrick McHardy <kaber@trash.net>
6201 L:      netdev@vger.kernel.org
6202 S:      Maintained
6203 F:      drivers/net/macvlan.c
6204 F:      include/linux/if_macvlan.h
6205
6206 MAILBOX API
6207 M:      Jassi Brar <jassisinghbrar@gmail.com>
6208 L:      linux-kernel@vger.kernel.org
6209 S:      Maintained
6210 F:      drivers/mailbox/
6211 F:      include/linux/mailbox_client.h
6212 F:      include/linux/mailbox_controller.h
6213
6214 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6215 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6216 W:      http://www.kernel.org/doc/man-pages
6217 L:      linux-man@vger.kernel.org
6218 S:      Maintained
6219
6220 MARVELL ARMADA DRM SUPPORT
6221 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6222 S:      Maintained
6223 F:      drivers/gpu/drm/armada/
6224
6225 MARVELL 88E6352 DSA support
6226 M:      Guenter Roeck <linux@roeck-us.net>
6227 S:      Maintained
6228 F:      drivers/net/dsa/mv88e6352.c
6229
6230 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6231 M:      Mirko Lindner <mlindner@marvell.com>
6232 M:      Stephen Hemminger <stephen@networkplumber.org>
6233 L:      netdev@vger.kernel.org
6234 S:      Maintained
6235 F:      drivers/net/ethernet/marvell/sk*
6236
6237 MARVELL LIBERTAS WIRELESS DRIVER
6238 L:      libertas-dev@lists.infradead.org
6239 S:      Orphan
6240 F:      drivers/net/wireless/libertas/
6241
6242 MARVELL MV643XX ETHERNET DRIVER
6243 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6244 L:      netdev@vger.kernel.org
6245 S:      Maintained
6246 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6247 F:      include/linux/mv643xx.h
6248
6249 MARVELL MVNETA ETHERNET DRIVER
6250 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6251 L:      netdev@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/net/ethernet/marvell/mvneta.*
6254
6255 MARVELL MWIFIEX WIRELESS DRIVER
6256 M:      Amitkumar Karwar <akarwar@marvell.com>
6257 M:      Avinash Patil <patila@marvell.com>
6258 L:      linux-wireless@vger.kernel.org
6259 S:      Maintained
6260 F:      drivers/net/wireless/mwifiex/
6261
6262 MARVELL MWL8K WIRELESS DRIVER
6263 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6264 L:      linux-wireless@vger.kernel.org
6265 S:      Odd Fixes
6266 F:      drivers/net/wireless/mwl8k.c
6267
6268 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6269 M:      Nicolas Pitre <nico@fluxnic.net>
6270 S:      Odd Fixes
6271 F:      drivers/mmc/host/mvsdio.*
6272
6273 MATROX FRAMEBUFFER DRIVER
6274 L:      linux-fbdev@vger.kernel.org
6275 S:      Orphan
6276 F:      drivers/video/fbdev/matrox/matroxfb_*
6277 F:      include/uapi/linux/matroxfb.h
6278
6279 MAX16065 HARDWARE MONITOR DRIVER
6280 M:      Guenter Roeck <linux@roeck-us.net>
6281 L:      lm-sensors@lm-sensors.org
6282 S:      Maintained
6283 F:      Documentation/hwmon/max16065
6284 F:      drivers/hwmon/max16065.c
6285
6286 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6287 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6288 L:      lm-sensors@lm-sensors.org
6289 S:      Maintained
6290 F:      Documentation/hwmon/max6650
6291 F:      drivers/hwmon/max6650.c
6292
6293 MAX6697 HARDWARE MONITOR DRIVER
6294 M:      Guenter Roeck <linux@roeck-us.net>
6295 L:      lm-sensors@lm-sensors.org
6296 S:      Maintained
6297 F:      Documentation/hwmon/max6697
6298 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6299 F:      drivers/hwmon/max6697.c
6300 F:      include/linux/platform_data/max6697.h
6301
6302 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6303 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6304 L:      linux-pm@vger.kernel.org
6305 S:      Supported
6306 F:      drivers/power/max14577_charger.c
6307 F:      drivers/power/max77693_charger.c
6308
6309 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6310 M:      Chanwoo Choi <cw00.choi@samsung.com>
6311 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6312 L:      linux-kernel@vger.kernel.org
6313 S:      Supported
6314 F:      drivers/*/max14577.c
6315 F:      drivers/*/max77686.c
6316 F:      drivers/*/max77693.c
6317 F:      drivers/extcon/extcon-max14577.c
6318 F:      drivers/extcon/extcon-max77693.c
6319 F:      drivers/rtc/rtc-max77686.c
6320 F:      drivers/clk/clk-max77686.c
6321 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6322 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6323 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6324 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6325 F:      include/linux/mfd/max14577*.h
6326 F:      include/linux/mfd/max77686*.h
6327 F:      include/linux/mfd/max77693*.h
6328
6329 MAXIRADIO FM RADIO RECEIVER DRIVER
6330 M:      Hans Verkuil <hverkuil@xs4all.nl>
6331 L:      linux-media@vger.kernel.org
6332 T:      git git://linuxtv.org/media_tree.git
6333 W:      http://linuxtv.org
6334 S:      Maintained
6335 F:      drivers/media/radio/radio-maxiradio*
6336
6337 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6338 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6339 P:      LinuxTV.org Project
6340 L:      linux-media@vger.kernel.org
6341 W:      http://linuxtv.org
6342 Q:      http://patchwork.kernel.org/project/linux-media/list/
6343 T:      git git://linuxtv.org/media_tree.git
6344 S:      Maintained
6345 F:      Documentation/dvb/
6346 F:      Documentation/video4linux/
6347 F:      Documentation/DocBook/media/
6348 F:      drivers/media/
6349 F:      drivers/staging/media/
6350 F:      include/media/
6351 F:      include/uapi/linux/dvb/
6352 F:      include/uapi/linux/videodev2.h
6353 F:      include/uapi/linux/media.h
6354 F:      include/uapi/linux/v4l2-*
6355 F:      include/uapi/linux/meye.h
6356 F:      include/uapi/linux/ivtv*
6357 F:      include/uapi/linux/uvcvideo.h
6358
6359 MEGARAID SCSI/SAS DRIVERS
6360 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6361 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6362 M:      Uday Lingala <uday.lingala@avagotech.com>
6363 L:      megaraidlinux.pdl@avagotech.com
6364 L:      linux-scsi@vger.kernel.org
6365 W:      http://www.lsi.com
6366 S:      Maintained
6367 F:      Documentation/scsi/megaraid.txt
6368 F:      drivers/scsi/megaraid.*
6369 F:      drivers/scsi/megaraid/
6370
6371 MELLANOX ETHERNET DRIVER (mlx4_en)
6372 M:      Amir Vadai <amirv@mellanox.com>
6373 M:      Ido Shamay <idos@mellanox.com>
6374 L:      netdev@vger.kernel.org
6375 S:      Supported
6376 W:      http://www.mellanox.com
6377 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6378 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6379
6380 MEMORY MANAGEMENT
6381 L:      linux-mm@kvack.org
6382 W:      http://www.linux-mm.org
6383 S:      Maintained
6384 F:      include/linux/mm.h
6385 F:      include/linux/gfp.h
6386 F:      include/linux/mmzone.h
6387 F:      include/linux/memory_hotplug.h
6388 F:      include/linux/vmalloc.h
6389 F:      mm/
6390
6391 MEMORY TECHNOLOGY DEVICES (MTD)
6392 M:      David Woodhouse <dwmw2@infradead.org>
6393 M:      Brian Norris <computersforpeace@gmail.com>
6394 L:      linux-mtd@lists.infradead.org
6395 W:      http://www.linux-mtd.infradead.org/
6396 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6397 T:      git git://git.infradead.org/linux-mtd.git
6398 T:      git git://git.infradead.org/l2-mtd.git
6399 S:      Maintained
6400 F:      drivers/mtd/
6401 F:      include/linux/mtd/
6402 F:      include/uapi/mtd/
6403
6404 MEN A21 WATCHDOG DRIVER
6405 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6406 L:      linux-watchdog@vger.kernel.org
6407 S:      Supported
6408 F:      drivers/watchdog/mena21_wdt.c
6409
6410 MEN CHAMELEON BUS (mcb)
6411 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6412 S:      Supported
6413 F:      drivers/mcb/
6414 F:      include/linux/mcb.h
6415
6416 MEN F21BMC (Board Management Controller)
6417 M:      Andreas Werner <andreas.werner@men.de>
6418 S:      Supported
6419 F:      drivers/mfd/menf21bmc.c
6420 F:      drivers/watchdog/menf21bmc_wdt.c
6421 F:      drivers/leds/leds-menf21bmc.c
6422 F:      drivers/hwmon/menf21bmc_hwmon.c
6423 F:      Documentation/hwmon/menf21bmc
6424
6425 METAG ARCHITECTURE
6426 M:      James Hogan <james.hogan@imgtec.com>
6427 L:      linux-metag@vger.kernel.org
6428 S:      Supported
6429 F:      arch/metag/
6430 F:      Documentation/metag/
6431 F:      Documentation/devicetree/bindings/metag/
6432 F:      drivers/clocksource/metag_generic.c
6433 F:      drivers/irqchip/irq-metag.c
6434 F:      drivers/irqchip/irq-metag-ext.c
6435 F:      drivers/tty/metag_da.c
6436
6437 MICROBLAZE ARCHITECTURE
6438 M:      Michal Simek <monstr@monstr.eu>
6439 W:      http://www.monstr.eu/fdt/
6440 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6441 S:      Supported
6442 F:      arch/microblaze/
6443
6444 MICROTEK X6 SCANNER
6445 M:      Oliver Neukum <oliver@neukum.org>
6446 S:      Maintained
6447 F:      drivers/usb/image/microtek.*
6448
6449 MIPS
6450 M:      Ralf Baechle <ralf@linux-mips.org>
6451 L:      linux-mips@linux-mips.org
6452 W:      http://www.linux-mips.org/
6453 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6454 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6455 S:      Supported
6456 F:      Documentation/mips/
6457 F:      arch/mips/
6458
6459 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6460 M:      Hans Verkuil <hverkuil@xs4all.nl>
6461 L:      linux-media@vger.kernel.org
6462 T:      git git://linuxtv.org/media_tree.git
6463 W:      http://linuxtv.org
6464 S:      Odd Fixes
6465 F:      drivers/media/radio/radio-miropcm20*
6466
6467 Mellanox MLX5 core VPI driver
6468 M:      Eli Cohen <eli@mellanox.com>
6469 L:      netdev@vger.kernel.org
6470 L:      linux-rdma@vger.kernel.org
6471 W:      http://www.mellanox.com
6472 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6473 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6474 T:      git git://openfabrics.org/~eli/connect-ib.git
6475 S:      Supported
6476 F:      drivers/net/ethernet/mellanox/mlx5/core/
6477 F:      include/linux/mlx5/
6478
6479 Mellanox MLX5 IB driver
6480 M:      Eli Cohen <eli@mellanox.com>
6481 L:      linux-rdma@vger.kernel.org
6482 W:      http://www.mellanox.com
6483 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6484 T:      git git://openfabrics.org/~eli/connect-ib.git
6485 S:      Supported
6486 F:      include/linux/mlx5/
6487 F:      drivers/infiniband/hw/mlx5/
6488
6489 MN88472 MEDIA DRIVER
6490 M:      Antti Palosaari <crope@iki.fi>
6491 L:      linux-media@vger.kernel.org
6492 W:      http://linuxtv.org/
6493 W:      http://palosaari.fi/linux/
6494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6495 T:      git git://linuxtv.org/anttip/media_tree.git
6496 S:      Maintained
6497 F:      drivers/staging/media/mn88472/
6498 F:      drivers/media/dvb-frontends/mn88472.h
6499
6500 MN88473 MEDIA DRIVER
6501 M:      Antti Palosaari <crope@iki.fi>
6502 L:      linux-media@vger.kernel.org
6503 W:      http://linuxtv.org/
6504 W:      http://palosaari.fi/linux/
6505 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6506 T:      git git://linuxtv.org/anttip/media_tree.git
6507 S:      Maintained
6508 F:      drivers/staging/media/mn88473/
6509 F:      drivers/media/dvb-frontends/mn88473.h
6510
6511 MODULE SUPPORT
6512 M:      Rusty Russell <rusty@rustcorp.com.au>
6513 S:      Maintained
6514 F:      include/linux/module.h
6515 F:      kernel/module.c
6516
6517 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6518 W:      http://popies.net/meye/
6519 S:      Orphan
6520 F:      Documentation/video4linux/meye.txt
6521 F:      drivers/media/pci/meye/
6522 F:      include/uapi/linux/meye.h
6523
6524 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6525 M:      Jiri Slaby <jirislaby@gmail.com>
6526 S:      Maintained
6527 F:      Documentation/serial/moxa-smartio
6528 F:      drivers/tty/mxser.*
6529
6530 MR800 AVERMEDIA USB FM RADIO DRIVER
6531 M:      Alexey Klimov <klimov.linux@gmail.com>
6532 L:      linux-media@vger.kernel.org
6533 T:      git git://linuxtv.org/media_tree.git
6534 S:      Maintained
6535 F:      drivers/media/radio/radio-mr800.c
6536
6537 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6538 M:      Alan Ott <alan@signal11.us>
6539 L:      linux-wpan@vger.kernel.org
6540 S:      Maintained
6541 F:      drivers/net/ieee802154/mrf24j40.c
6542
6543 MSI LAPTOP SUPPORT
6544 M:      "Lee, Chun-Yi" <jlee@suse.com>
6545 L:      platform-driver-x86@vger.kernel.org
6546 S:      Maintained
6547 F:      drivers/platform/x86/msi-laptop.c
6548
6549 MSI WMI SUPPORT
6550 M:      Anisse Astier <anisse@astier.eu>
6551 L:      platform-driver-x86@vger.kernel.org
6552 S:      Supported
6553 F:      drivers/platform/x86/msi-wmi.c
6554
6555 MSI001 MEDIA DRIVER
6556 M:      Antti Palosaari <crope@iki.fi>
6557 L:      linux-media@vger.kernel.org
6558 W:      http://linuxtv.org/
6559 W:      http://palosaari.fi/linux/
6560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6561 T:      git git://linuxtv.org/anttip/media_tree.git
6562 S:      Maintained
6563 F:      drivers/media/tuners/msi001*
6564
6565 MSI2500 MEDIA DRIVER
6566 M:      Antti Palosaari <crope@iki.fi>
6567 L:      linux-media@vger.kernel.org
6568 W:      http://linuxtv.org/
6569 W:      http://palosaari.fi/linux/
6570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6571 T:      git git://linuxtv.org/anttip/media_tree.git
6572 S:      Maintained
6573 F:      drivers/media/usb/msi2500/
6574
6575 MT9M032 APTINA SENSOR DRIVER
6576 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6577 L:      linux-media@vger.kernel.org
6578 T:      git git://linuxtv.org/media_tree.git
6579 S:      Maintained
6580 F:      drivers/media/i2c/mt9m032.c
6581 F:      include/media/mt9m032.h
6582
6583 MT9P031 APTINA CAMERA SENSOR
6584 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6585 L:      linux-media@vger.kernel.org
6586 T:      git git://linuxtv.org/media_tree.git
6587 S:      Maintained
6588 F:      drivers/media/i2c/mt9p031.c
6589 F:      include/media/mt9p031.h
6590
6591 MT9T001 APTINA CAMERA SENSOR
6592 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6593 L:      linux-media@vger.kernel.org
6594 T:      git git://linuxtv.org/media_tree.git
6595 S:      Maintained
6596 F:      drivers/media/i2c/mt9t001.c
6597 F:      include/media/mt9t001.h
6598
6599 MT9V032 APTINA CAMERA SENSOR
6600 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6601 L:      linux-media@vger.kernel.org
6602 T:      git git://linuxtv.org/media_tree.git
6603 S:      Maintained
6604 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6605 F:      drivers/media/i2c/mt9v032.c
6606 F:      include/media/mt9v032.h
6607
6608 MULTIFUNCTION DEVICES (MFD)
6609 M:      Samuel Ortiz <sameo@linux.intel.com>
6610 M:      Lee Jones <lee.jones@linaro.org>
6611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6612 S:      Supported
6613 F:      drivers/mfd/
6614 F:      include/linux/mfd/
6615
6616 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6617 M:      Ulf Hansson <ulf.hansson@linaro.org>
6618 L:      linux-mmc@vger.kernel.org
6619 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6620 S:      Maintained
6621 F:      drivers/mmc/
6622 F:      include/linux/mmc/
6623 F:      include/uapi/linux/mmc/
6624
6625 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6626 S:      Orphan
6627 F:      drivers/mmc/host/mmc_spi.c
6628 F:      include/linux/spi/mmc_spi.h
6629
6630 MULTISOUND SOUND DRIVER
6631 M:      Andrew Veliath <andrewtv@usa.net>
6632 S:      Maintained
6633 F:      Documentation/sound/oss/MultiSound
6634 F:      sound/oss/msnd*
6635
6636 MULTITECH MULTIPORT CARD (ISICOM)
6637 S:      Orphan
6638 F:      drivers/tty/isicom.c
6639 F:      include/linux/isicom.h
6640
6641 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6642 M:      Felipe Balbi <balbi@ti.com>
6643 L:      linux-usb@vger.kernel.org
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6645 S:      Maintained
6646 F:      drivers/usb/musb/
6647
6648 MXL5007T MEDIA DRIVER
6649 M:      Michael Krufky <mkrufky@linuxtv.org>
6650 L:      linux-media@vger.kernel.org
6651 W:      http://linuxtv.org/
6652 W:      http://github.com/mkrufky
6653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6654 T:      git git://linuxtv.org/mkrufky/tuners.git
6655 S:      Maintained
6656 F:      drivers/media/tuners/mxl5007t.*
6657
6658 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6659 M:      Hyong-Youb Kim <hykim@myri.com>
6660 L:      netdev@vger.kernel.org
6661 W:      https://www.myricom.com/support/downloads/myri10ge.html
6662 S:      Supported
6663 F:      drivers/net/ethernet/myricom/myri10ge/
6664
6665 NATSEMI ETHERNET DRIVER (DP8381x)
6666 S:      Orphan
6667 F:      drivers/net/ethernet/natsemi/natsemi.c
6668
6669 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6670 M:      Daniel Mack <zonque@gmail.com>
6671 S:      Maintained
6672 L:      alsa-devel@alsa-project.org
6673 W:      http://www.native-instruments.com
6674 F:      sound/usb/caiaq/
6675
6676 NCP FILESYSTEM
6677 M:      Petr Vandrovec <petr@vandrovec.name>
6678 S:      Odd Fixes
6679 F:      fs/ncpfs/
6680
6681 NCR 5380 SCSI DRIVERS
6682 M:      Finn Thain <fthain@telegraphics.com.au>
6683 M:      Michael Schmitz <schmitzmic@gmail.com>
6684 L:      linux-scsi@vger.kernel.org
6685 S:      Maintained
6686 F:      Documentation/scsi/g_NCR5380.txt
6687 F:      drivers/scsi/NCR5380.*
6688 F:      drivers/scsi/arm/cumana_1.c
6689 F:      drivers/scsi/arm/oak.c
6690 F:      drivers/scsi/atari_NCR5380.c
6691 F:      drivers/scsi/atari_scsi.*
6692 F:      drivers/scsi/dmx3191d.c
6693 F:      drivers/scsi/dtc.*
6694 F:      drivers/scsi/g_NCR5380.*
6695 F:      drivers/scsi/g_NCR5380_mmio.c
6696 F:      drivers/scsi/mac_scsi.*
6697 F:      drivers/scsi/pas16.*
6698 F:      drivers/scsi/sun3_scsi.*
6699 F:      drivers/scsi/sun3_scsi_vme.c
6700 F:      drivers/scsi/t128.*
6701
6702 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6703 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6704 L:      linux-scsi@vger.kernel.org
6705 S:      Maintained
6706 F:      drivers/scsi/NCR_D700.*
6707
6708 NCT6775 HARDWARE MONITOR DRIVER
6709 M:      Guenter Roeck <linux@roeck-us.net>
6710 L:      lm-sensors@lm-sensors.org
6711 S:      Maintained
6712 F:      Documentation/hwmon/nct6775
6713 F:      drivers/hwmon/nct6775.c
6714
6715 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6716 M:      Faisal Latif <faisal.latif@intel.com>
6717 L:      linux-rdma@vger.kernel.org
6718 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6719 S:      Supported
6720 F:      drivers/infiniband/hw/nes/
6721
6722 NETEM NETWORK EMULATOR
6723 M:      Stephen Hemminger <stephen@networkplumber.org>
6724 L:      netem@lists.linux-foundation.org
6725 S:      Maintained
6726 F:      net/sched/sch_netem.c
6727
6728 NETERION 10GbE DRIVERS (s2io/vxge)
6729 M:      Jon Mason <jdmason@kudzu.us>
6730 L:      netdev@vger.kernel.org
6731 S:      Supported
6732 F:      Documentation/networking/s2io.txt
6733 F:      Documentation/networking/vxge.txt
6734 F:      drivers/net/ethernet/neterion/
6735
6736 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6737 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6738 M:      Patrick McHardy <kaber@trash.net>
6739 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6740 L:      netfilter-devel@vger.kernel.org
6741 L:      coreteam@netfilter.org
6742 W:      http://www.netfilter.org/
6743 W:      http://www.iptables.org/
6744 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6747 S:      Supported
6748 F:      include/linux/netfilter*
6749 F:      include/linux/netfilter/
6750 F:      include/net/netfilter/
6751 F:      include/uapi/linux/netfilter*
6752 F:      include/uapi/linux/netfilter/
6753 F:      net/*/netfilter.c
6754 F:      net/*/netfilter/
6755 F:      net/netfilter/
6756
6757 NETLABEL
6758 M:      Paul Moore <paul@paul-moore.com>
6759 W:      http://netlabel.sf.net
6760 L:      netdev@vger.kernel.org
6761 S:      Maintained
6762 F:      Documentation/netlabel/
6763 F:      include/net/netlabel.h
6764 F:      net/netlabel/
6765
6766 NETROM NETWORK LAYER
6767 M:      Ralf Baechle <ralf@linux-mips.org>
6768 L:      linux-hams@vger.kernel.org
6769 W:      http://www.linux-ax25.org/
6770 S:      Maintained
6771 F:      include/net/netrom.h
6772 F:      include/uapi/linux/netrom.h
6773 F:      net/netrom/
6774
6775 NETWORK BLOCK DEVICE (NBD)
6776 M:      Markus Pargmann <mpa@pengutronix.de>
6777 S:      Maintained
6778 L:      nbd-general@lists.sourceforge.net
6779 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6780 F:      Documentation/blockdev/nbd.txt
6781 F:      drivers/block/nbd.c
6782 F:      include/linux/nbd.h
6783 F:      include/uapi/linux/nbd.h
6784
6785 NETWORK DROP MONITOR
6786 M:      Neil Horman <nhorman@tuxdriver.com>
6787 L:      netdev@vger.kernel.org
6788 S:      Maintained
6789 W:      https://fedorahosted.org/dropwatch/
6790 F:      net/core/drop_monitor.c
6791
6792 NETWORKING [GENERAL]
6793 M:      "David S. Miller" <davem@davemloft.net>
6794 L:      netdev@vger.kernel.org
6795 W:      http://www.linuxfoundation.org/en/Net
6796 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6799 S:      Maintained
6800 F:      net/
6801 F:      include/net/
6802 F:      include/linux/in.h
6803 F:      include/linux/net.h
6804 F:      include/linux/netdevice.h
6805 F:      include/uapi/linux/in.h
6806 F:      include/uapi/linux/net.h
6807 F:      include/uapi/linux/netdevice.h
6808 F:      include/uapi/linux/net_namespace.h
6809 F:      tools/net/
6810 F:      tools/testing/selftests/net/
6811 F:      lib/random32.c
6812 F:      lib/test_bpf.c
6813
6814 NETWORKING [IPv4/IPv6]
6815 M:      "David S. Miller" <davem@davemloft.net>
6816 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6817 M:      James Morris <jmorris@namei.org>
6818 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6819 M:      Patrick McHardy <kaber@trash.net>
6820 L:      netdev@vger.kernel.org
6821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6822 S:      Maintained
6823 F:      net/ipv4/
6824 F:      net/ipv6/
6825 F:      include/net/ip*
6826 F:      arch/x86/net/*
6827
6828 NETWORKING [IPSEC]
6829 M:      Steffen Klassert <steffen.klassert@secunet.com>
6830 M:      Herbert Xu <herbert@gondor.apana.org.au>
6831 M:      "David S. Miller" <davem@davemloft.net>
6832 L:      netdev@vger.kernel.org
6833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6835 S:      Maintained
6836 F:      net/core/flow.c
6837 F:      net/xfrm/
6838 F:      net/key/
6839 F:      net/ipv4/xfrm*
6840 F:      net/ipv4/esp4.c
6841 F:      net/ipv4/ah4.c
6842 F:      net/ipv4/ipcomp.c
6843 F:      net/ipv4/ip_vti.c
6844 F:      net/ipv6/xfrm*
6845 F:      net/ipv6/esp6.c
6846 F:      net/ipv6/ah6.c
6847 F:      net/ipv6/ipcomp6.c
6848 F:      net/ipv6/ip6_vti.c
6849 F:      include/uapi/linux/xfrm.h
6850 F:      include/net/xfrm.h
6851
6852 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6853 M:      Paul Moore <paul@paul-moore.com>
6854 L:      netdev@vger.kernel.org
6855 S:      Maintained
6856
6857 NETWORKING [WIRELESS]
6858 L:      linux-wireless@vger.kernel.org
6859 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6860
6861 NETWORKING DRIVERS
6862 L:      netdev@vger.kernel.org
6863 W:      http://www.linuxfoundation.org/en/Net
6864 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6867 S:      Odd Fixes
6868 F:      drivers/net/
6869 F:      include/linux/if_*
6870 F:      include/linux/netdevice.h
6871 F:      include/linux/arcdevice.h
6872 F:      include/linux/etherdevice.h
6873 F:      include/linux/fcdevice.h
6874 F:      include/linux/fddidevice.h
6875 F:      include/linux/hippidevice.h
6876 F:      include/linux/inetdevice.h
6877 F:      include/uapi/linux/if_*
6878 F:      include/uapi/linux/netdevice.h
6879
6880 NETWORKING DRIVERS (WIRELESS)
6881 M:      Kalle Valo <kvalo@codeaurora.org>
6882 L:      linux-wireless@vger.kernel.org
6883 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6885 S:      Maintained
6886 F:      drivers/net/wireless/
6887
6888 NETXEN (1/10) GbE SUPPORT
6889 M:      Manish Chopra <manish.chopra@qlogic.com>
6890 M:      Sony Chacko <sony.chacko@qlogic.com>
6891 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6892 L:      netdev@vger.kernel.org
6893 W:      http://www.qlogic.com
6894 S:      Supported
6895 F:      drivers/net/ethernet/qlogic/netxen/
6896
6897 NFC SUBSYSTEM
6898 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6899 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6900 M:      Samuel Ortiz <sameo@linux.intel.com>
6901 L:      linux-wireless@vger.kernel.org
6902 L:      linux-nfc@lists.01.org (subscribers-only)
6903 S:      Supported
6904 F:      net/nfc/
6905 F:      include/net/nfc/
6906 F:      include/uapi/linux/nfc.h
6907 F:      drivers/nfc/
6908 F:      include/linux/platform_data/pn544.h
6909 F:      Documentation/devicetree/bindings/net/nfc/
6910
6911 NFS, SUNRPC, AND LOCKD CLIENTS
6912 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6913 M:      Anna Schumaker <anna.schumaker@netapp.com>
6914 L:      linux-nfs@vger.kernel.org
6915 W:      http://client.linux-nfs.org
6916 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6917 S:      Maintained
6918 F:      fs/lockd/
6919 F:      fs/nfs/
6920 F:      fs/nfs_common/
6921 F:      net/sunrpc/
6922 F:      include/linux/lockd/
6923 F:      include/linux/nfs*
6924 F:      include/linux/sunrpc/
6925 F:      include/uapi/linux/nfs*
6926 F:      include/uapi/linux/sunrpc/
6927
6928 NILFS2 FILESYSTEM
6929 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6930 L:      linux-nilfs@vger.kernel.org
6931 W:      http://nilfs.sourceforge.net/
6932 T:      git git://github.com/konis/nilfs2.git
6933 S:      Supported
6934 F:      Documentation/filesystems/nilfs2.txt
6935 F:      fs/nilfs2/
6936 F:      include/linux/nilfs2_fs.h
6937
6938 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6939 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6940 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6941 S:      Maintained
6942 F:      Documentation/scsi/NinjaSCSI.txt
6943 F:      drivers/scsi/pcmcia/nsp_*
6944
6945 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6946 M:      GOTO Masanori <gotom@debian.or.jp>
6947 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6948 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6949 S:      Maintained
6950 F:      Documentation/scsi/NinjaSCSI.txt
6951 F:      drivers/scsi/nsp32*
6952
6953 NIOS2 ARCHITECTURE
6954 M:      Ley Foon Tan <lftan@altera.com>
6955 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6956 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6957 S:      Maintained
6958 F:      arch/nios2/
6959
6960 NOKIA N900 POWER SUPPLY DRIVERS
6961 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
6962 S:      Maintained
6963 F:      include/linux/power/bq2415x_charger.h
6964 F:      include/linux/power/bq27x00_battery.h
6965 F:      include/linux/power/isp1704_charger.h
6966 F:      drivers/power/bq2415x_charger.c
6967 F:      drivers/power/bq27x00_battery.c
6968 F:      drivers/power/isp1704_charger.c
6969 F:      drivers/power/rx51_battery.c
6970
6971 NTB DRIVER
6972 M:      Jon Mason <jdmason@kudzu.us>
6973 M:      Dave Jiang <dave.jiang@intel.com>
6974 S:      Supported
6975 W:      https://github.com/jonmason/ntb/wiki
6976 T:      git git://github.com/jonmason/ntb.git
6977 F:      drivers/ntb/
6978 F:      drivers/net/ntb_netdev.c
6979 F:      include/linux/ntb.h
6980
6981 NTFS FILESYSTEM
6982 M:      Anton Altaparmakov <anton@tuxera.com>
6983 L:      linux-ntfs-dev@lists.sourceforge.net
6984 W:      http://www.tuxera.com/
6985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6986 S:      Supported
6987 F:      Documentation/filesystems/ntfs.txt
6988 F:      fs/ntfs/
6989
6990 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6991 M:      Antonino Daplas <adaplas@gmail.com>
6992 L:      linux-fbdev@vger.kernel.org
6993 S:      Maintained
6994 F:      drivers/video/fbdev/riva/
6995 F:      drivers/video/fbdev/nvidia/
6996
6997 NVM EXPRESS DRIVER
6998 M:      Matthew Wilcox <willy@linux.intel.com>
6999 L:      linux-nvme@lists.infradead.org
7000 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7001 S:      Supported
7002 F:      drivers/block/nvme*
7003 F:      include/linux/nvme.h
7004
7005 NXP-NCI NFC DRIVER
7006 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7007 R:      Charles Gorand <charles.gorand@effinnov.com>
7008 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7009 S:      Supported
7010 F:      drivers/nfc/nxp-nci
7011
7012 NXP TDA998X DRM DRIVER
7013 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7014 S:      Supported
7015 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7016 F:      include/drm/i2c/tda998x.h
7017
7018 NXP TFA9879 DRIVER
7019 M:      Peter Rosin <peda@axentia.se>
7020 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7021 S:      Maintained
7022 F:      sound/soc/codecs/tfa9879*
7023
7024 OMAP SUPPORT
7025 M:      Tony Lindgren <tony@atomide.com>
7026 L:      linux-omap@vger.kernel.org
7027 W:      http://www.muru.com/linux/omap/
7028 W:      http://linux.omap.com/
7029 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7031 S:      Maintained
7032 F:      arch/arm/*omap*/
7033 F:      arch/arm/configs/omap1_defconfig
7034 F:      arch/arm/configs/omap2plus_defconfig
7035 F:      drivers/i2c/busses/i2c-omap.c
7036 F:      drivers/irqchip/irq-omap-intc.c
7037 F:      drivers/mfd/*omap*.c
7038 F:      drivers/mfd/menelaus.c
7039 F:      drivers/mfd/palmas.c
7040 F:      drivers/mfd/tps65217.c
7041 F:      drivers/mfd/tps65218.c
7042 F:      drivers/mfd/tps65910.c
7043 F:      drivers/mfd/twl-core.[ch]
7044 F:      drivers/mfd/twl4030*.c
7045 F:      drivers/mfd/twl6030*.c
7046 F:      drivers/mfd/twl6040*.c
7047 F:      drivers/regulator/palmas-regulator*.c
7048 F:      drivers/regulator/pbias-regulator.c
7049 F:      drivers/regulator/tps65217-regulator.c
7050 F:      drivers/regulator/tps65218-regulator.c
7051 F:      drivers/regulator/tps65910-regulator.c
7052 F:      drivers/regulator/twl-regulator.c
7053 F:      include/linux/i2c-omap.h
7054
7055 OMAP DEVICE TREE SUPPORT
7056 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7057 M:      Tony Lindgren <tony@atomide.com>
7058 L:      linux-omap@vger.kernel.org
7059 L:      devicetree@vger.kernel.org
7060 S:      Maintained
7061 F:      arch/arm/boot/dts/*omap*
7062 F:      arch/arm/boot/dts/*am3*
7063 F:      arch/arm/boot/dts/*am4*
7064 F:      arch/arm/boot/dts/*am5*
7065 F:      arch/arm/boot/dts/*dra7*
7066
7067 OMAP CLOCK FRAMEWORK SUPPORT
7068 M:      Paul Walmsley <paul@pwsan.com>
7069 L:      linux-omap@vger.kernel.org
7070 S:      Maintained
7071 F:      arch/arm/*omap*/*clock*
7072
7073 OMAP POWER MANAGEMENT SUPPORT
7074 M:      Kevin Hilman <khilman@deeprootsystems.com>
7075 L:      linux-omap@vger.kernel.org
7076 S:      Maintained
7077 F:      arch/arm/*omap*/*pm*
7078 F:      drivers/cpufreq/omap-cpufreq.c
7079
7080 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7081 M:      Rajendra Nayak <rnayak@ti.com>
7082 M:      Paul Walmsley <paul@pwsan.com>
7083 L:      linux-omap@vger.kernel.org
7084 S:      Maintained
7085 F:      arch/arm/mach-omap2/prm*
7086
7087 OMAP AUDIO SUPPORT
7088 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7089 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7090 L:      alsa-devel@alsa-project.org (subscribers-only)
7091 L:      linux-omap@vger.kernel.org
7092 S:      Maintained
7093 F:      sound/soc/omap/
7094
7095 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7096 M:      Roger Quadros <rogerq@ti.com>
7097 M:      Tony Lindgren <tony@atomide.com>
7098 L:      linux-omap@vger.kernel.org
7099 S:      Maintained
7100 F:      drivers/memory/omap-gpmc.c
7101 F:      arch/arm/mach-omap2/*gpmc*
7102
7103 OMAP FRAMEBUFFER SUPPORT
7104 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7105 L:      linux-fbdev@vger.kernel.org
7106 L:      linux-omap@vger.kernel.org
7107 S:      Maintained
7108 F:      drivers/video/fbdev/omap/
7109
7110 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7111 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7112 L:      linux-omap@vger.kernel.org
7113 L:      linux-fbdev@vger.kernel.org
7114 S:      Maintained
7115 F:      drivers/video/fbdev/omap2/
7116 F:      Documentation/arm/OMAP/DSS
7117
7118 OMAP HARDWARE SPINLOCK SUPPORT
7119 M:      Ohad Ben-Cohen <ohad@wizery.com>
7120 L:      linux-omap@vger.kernel.org
7121 S:      Maintained
7122 F:      drivers/hwspinlock/omap_hwspinlock.c
7123 F:      arch/arm/mach-omap2/hwspinlock.c
7124
7125 OMAP MMC SUPPORT
7126 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7127 L:      linux-omap@vger.kernel.org
7128 S:      Maintained
7129 F:      drivers/mmc/host/omap.c
7130
7131 OMAP HS MMC SUPPORT
7132 L:      linux-mmc@vger.kernel.org
7133 L:      linux-omap@vger.kernel.org
7134 S:      Orphan
7135 F:      drivers/mmc/host/omap_hsmmc.c
7136
7137 OMAP RANDOM NUMBER GENERATOR SUPPORT
7138 M:      Deepak Saxena <dsaxena@plexity.net>
7139 S:      Maintained
7140 F:      drivers/char/hw_random/omap-rng.c
7141
7142 OMAP HWMOD SUPPORT
7143 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7144 M:      Paul Walmsley <paul@pwsan.com>
7145 L:      linux-omap@vger.kernel.org
7146 S:      Maintained
7147 F:      arch/arm/mach-omap2/omap_hwmod.*
7148
7149 OMAP HWMOD DATA
7150 M:      Paul Walmsley <paul@pwsan.com>
7151 L:      linux-omap@vger.kernel.org
7152 S:      Maintained
7153 F:      arch/arm/mach-omap2/omap_hwmod*data*
7154
7155 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7156 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7157 L:      linux-omap@vger.kernel.org
7158 S:      Maintained
7159 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7160
7161 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7162 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7163 L:      linux-media@vger.kernel.org
7164 S:      Maintained
7165 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7166 F:      drivers/media/platform/omap3isp/
7167 F:      drivers/staging/media/omap4iss/
7168
7169 OMAP USB SUPPORT
7170 M:      Felipe Balbi <balbi@ti.com>
7171 L:      linux-usb@vger.kernel.org
7172 L:      linux-omap@vger.kernel.org
7173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7174 S:      Maintained
7175 F:      drivers/usb/*/*omap*
7176 F:      arch/arm/*omap*/usb*
7177
7178 OMAP GPIO DRIVER
7179 M:      Javier Martinez Canillas <javier@dowhile0.org>
7180 M:      Santosh Shilimkar <ssantosh@kernel.org>
7181 M:      Kevin Hilman <khilman@deeprootsystems.com>
7182 L:      linux-omap@vger.kernel.org
7183 S:      Maintained
7184 F:      drivers/gpio/gpio-omap.c
7185
7186 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7187 M:      Mark Jackson <mpfj@newflow.co.uk>
7188 L:      linux-omap@vger.kernel.org
7189 S:      Maintained
7190 F:      arch/arm/boot/dts/am335x-nano.dts
7191
7192 OMFS FILESYSTEM
7193 M:      Bob Copeland <me@bobcopeland.com>
7194 L:      linux-karma-devel@lists.sourceforge.net
7195 S:      Maintained
7196 F:      Documentation/filesystems/omfs.txt
7197 F:      fs/omfs/
7198
7199 OMNIKEY CARDMAN 4000 DRIVER
7200 M:      Harald Welte <laforge@gnumonks.org>
7201 S:      Maintained
7202 F:      drivers/char/pcmcia/cm4000_cs.c
7203 F:      include/linux/cm4000_cs.h
7204 F:      include/uapi/linux/cm4000_cs.h
7205
7206 OMNIKEY CARDMAN 4040 DRIVER
7207 M:      Harald Welte <laforge@gnumonks.org>
7208 S:      Maintained
7209 F:      drivers/char/pcmcia/cm4040_cs.*
7210
7211 OMNIVISION OV7670 SENSOR DRIVER
7212 M:      Jonathan Corbet <corbet@lwn.net>
7213 L:      linux-media@vger.kernel.org
7214 T:      git git://linuxtv.org/media_tree.git
7215 S:      Maintained
7216 F:      drivers/media/i2c/ov7670.c
7217
7218 ONENAND FLASH DRIVER
7219 M:      Kyungmin Park <kyungmin.park@samsung.com>
7220 L:      linux-mtd@lists.infradead.org
7221 S:      Maintained
7222 F:      drivers/mtd/onenand/
7223 F:      include/linux/mtd/onenand*.h
7224
7225 ONSTREAM SCSI TAPE DRIVER
7226 M:      Willem Riede <osst@riede.org>
7227 L:      osst-users@lists.sourceforge.net
7228 L:      linux-scsi@vger.kernel.org
7229 S:      Maintained
7230 F:      Documentation/scsi/osst.txt
7231 F:      drivers/scsi/osst.*
7232 F:      drivers/scsi/osst_*.h
7233 F:      drivers/scsi/st.h
7234
7235 OPENCORES I2C BUS DRIVER
7236 M:      Peter Korsgaard <jacmet@sunsite.dk>
7237 L:      linux-i2c@vger.kernel.org
7238 S:      Maintained
7239 F:      Documentation/i2c/busses/i2c-ocores
7240 F:      drivers/i2c/busses/i2c-ocores.c
7241
7242 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7243 M:      Grant Likely <grant.likely@linaro.org>
7244 M:      Rob Herring <robh+dt@kernel.org>
7245 L:      devicetree@vger.kernel.org
7246 W:      http://www.devicetree.org/
7247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7248 S:      Maintained
7249 F:      drivers/of/
7250 F:      include/linux/of*.h
7251 F:      scripts/dtc/
7252
7253 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7254 M:      Rob Herring <robh+dt@kernel.org>
7255 M:      Pawel Moll <pawel.moll@arm.com>
7256 M:      Mark Rutland <mark.rutland@arm.com>
7257 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7258 M:      Kumar Gala <galak@codeaurora.org>
7259 L:      devicetree@vger.kernel.org
7260 S:      Maintained
7261 F:      Documentation/devicetree/
7262 F:      arch/*/boot/dts/
7263 F:      include/dt-bindings/
7264
7265 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7266 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7267 L:      devicetree@vger.kernel.org
7268 S:      Maintained
7269 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7270 F:      Documentation/devicetree/overlay-notes.txt
7271 F:      drivers/of/overlay.c
7272 F:      drivers/of/resolver.c
7273
7274 OPENRISC ARCHITECTURE
7275 M:      Jonas Bonn <jonas@southpole.se>
7276 W:      http://openrisc.net
7277 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7278 S:      Maintained
7279 T:      git git://openrisc.net/~jonas/linux
7280 F:      arch/openrisc/
7281
7282 OPENVSWITCH
7283 M:      Pravin Shelar <pshelar@nicira.com>
7284 L:      netdev@vger.kernel.org
7285 L:      dev@openvswitch.org
7286 W:      http://openvswitch.org
7287 S:      Maintained
7288 F:      net/openvswitch/
7289 F:      include/uapi/linux/openvswitch.h
7290
7291 OPL4 DRIVER
7292 M:      Clemens Ladisch <clemens@ladisch.de>
7293 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7294 T:      git git://git.alsa-project.org/alsa-kernel.git
7295 S:      Maintained
7296 F:      sound/drivers/opl4/
7297
7298 OPROFILE
7299 M:      Robert Richter <rric@kernel.org>
7300 L:      oprofile-list@lists.sf.net
7301 S:      Maintained
7302 F:      arch/*/include/asm/oprofile*.h
7303 F:      arch/*/oprofile/
7304 F:      drivers/oprofile/
7305 F:      include/linux/oprofile.h
7306
7307 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7308 M:      Mark Fasheh <mfasheh@suse.com>
7309 M:      Joel Becker <jlbec@evilplan.org>
7310 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7311 W:      http://ocfs2.wiki.kernel.org
7312 S:      Supported
7313 F:      Documentation/filesystems/ocfs2.txt
7314 F:      Documentation/filesystems/dlmfs.txt
7315 F:      fs/ocfs2/
7316
7317 ORINOCO DRIVER
7318 L:      linux-wireless@vger.kernel.org
7319 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7320 W:      http://www.nongnu.org/orinoco/
7321 S:      Orphan
7322 F:      drivers/net/wireless/orinoco/
7323
7324 OSD LIBRARY and FILESYSTEM
7325 M:      Boaz Harrosh <ooo@electrozaur.com>
7326 M:      Benny Halevy <bhalevy@primarydata.com>
7327 L:      osd-dev@open-osd.org
7328 W:      http://open-osd.org
7329 T:      git git://git.open-osd.org/open-osd.git
7330 S:      Maintained
7331 F:      drivers/scsi/osd/
7332 F:      include/scsi/osd_*
7333 F:      fs/exofs/
7334
7335 OVERLAY FILESYSTEM
7336 M:      Miklos Szeredi <miklos@szeredi.hu>
7337 L:      linux-unionfs@vger.kernel.org
7338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7339 S:      Supported
7340 F:      fs/overlayfs/
7341 F:      Documentation/filesystems/overlayfs.txt
7342
7343 P54 WIRELESS DRIVER
7344 M:      Christian Lamparter <chunkeey@googlemail.com>
7345 L:      linux-wireless@vger.kernel.org
7346 W:      http://wireless.kernel.org/en/users/Drivers/p54
7347 S:      Maintained
7348 F:      drivers/net/wireless/p54/
7349
7350 PA SEMI ETHERNET DRIVER
7351 M:      Olof Johansson <olof@lixom.net>
7352 L:      netdev@vger.kernel.org
7353 S:      Maintained
7354 F:      drivers/net/ethernet/pasemi/*
7355
7356 PA SEMI SMBUS DRIVER
7357 M:      Olof Johansson <olof@lixom.net>
7358 L:      linux-i2c@vger.kernel.org
7359 S:      Maintained
7360 F:      drivers/i2c/busses/i2c-pasemi.c
7361
7362 PADATA PARALLEL EXECUTION MECHANISM
7363 M:      Steffen Klassert <steffen.klassert@secunet.com>
7364 L:      linux-crypto@vger.kernel.org
7365 S:      Maintained
7366 F:      kernel/padata.c
7367 F:      include/linux/padata.h
7368 F:      Documentation/padata.txt
7369
7370 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7371 M:      Harald Welte <laforge@gnumonks.org>
7372 L:      platform-driver-x86@vger.kernel.org
7373 S:      Maintained
7374 F:      drivers/platform/x86/panasonic-laptop.c
7375
7376 PANASONIC MN10300/AM33/AM34 PORT
7377 M:      David Howells <dhowells@redhat.com>
7378 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7379 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7380 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7381 S:      Maintained
7382 F:      Documentation/mn10300/
7383 F:      arch/mn10300/
7384
7385 PARALLEL PORT SUPPORT
7386 L:      linux-parport@lists.infradead.org (subscribers-only)
7387 S:      Orphan
7388 F:      drivers/parport/
7389 F:      include/linux/parport*.h
7390 F:      drivers/char/ppdev.c
7391 F:      include/uapi/linux/ppdev.h
7392
7393 PARAVIRT_OPS INTERFACE
7394 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7395 M:      Chris Wright <chrisw@sous-sol.org>
7396 M:      Alok Kataria <akataria@vmware.com>
7397 M:      Rusty Russell <rusty@rustcorp.com.au>
7398 L:      virtualization@lists.linux-foundation.org
7399 S:      Supported
7400 F:      Documentation/virtual/paravirt_ops.txt
7401 F:      arch/*/kernel/paravirt*
7402 F:      arch/*/include/asm/paravirt.h
7403
7404 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7405 M:      Tim Waugh <tim@cyberelk.net>
7406 L:      linux-parport@lists.infradead.org (subscribers-only)
7407 W:      http://www.torque.net/linux-pp.html
7408 S:      Maintained
7409 F:      Documentation/blockdev/paride.txt
7410 F:      drivers/block/paride/
7411
7412 PARISC ARCHITECTURE
7413 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7414 M:      Helge Deller <deller@gmx.de>
7415 L:      linux-parisc@vger.kernel.org
7416 W:      http://www.parisc-linux.org/
7417 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7420 S:      Maintained
7421 F:      arch/parisc/
7422 F:      Documentation/parisc/
7423 F:      drivers/parisc/
7424 F:      drivers/char/agp/parisc-agp.c
7425 F:      drivers/input/serio/gscps2.c
7426 F:      drivers/parport/parport_gsc.*
7427 F:      drivers/tty/serial/8250/8250_gsc.c
7428 F:      drivers/video/fbdev/sti*
7429 F:      drivers/video/console/sti*
7430 F:      drivers/video/logo/logo_parisc*
7431
7432 PC87360 HARDWARE MONITORING DRIVER
7433 M:      Jim Cromie <jim.cromie@gmail.com>
7434 L:      lm-sensors@lm-sensors.org
7435 S:      Maintained
7436 F:      Documentation/hwmon/pc87360
7437 F:      drivers/hwmon/pc87360.c
7438
7439 PC8736x GPIO DRIVER
7440 M:      Jim Cromie <jim.cromie@gmail.com>
7441 S:      Maintained
7442 F:      drivers/char/pc8736x_gpio.c
7443
7444 PC87427 HARDWARE MONITORING DRIVER
7445 M:      Jean Delvare <jdelvare@suse.de>
7446 L:      lm-sensors@lm-sensors.org
7447 S:      Maintained
7448 F:      Documentation/hwmon/pc87427
7449 F:      drivers/hwmon/pc87427.c
7450
7451 PCA9532 LED DRIVER
7452 M:      Riku Voipio <riku.voipio@iki.fi>
7453 S:      Maintained
7454 F:      drivers/leds/leds-pca9532.c
7455 F:      include/linux/leds-pca9532.h
7456
7457 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7458 M:      Guenter Roeck <linux@roeck-us.net>
7459 L:      linux-i2c@vger.kernel.org
7460 S:      Maintained
7461 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7462
7463 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7464 M:      Khalid Aziz <khalid@gonehiking.org>
7465 S:      Maintained
7466 F:      drivers/firmware/pcdp.*
7467
7468 PCI ERROR RECOVERY
7469 M:      Linas Vepstas <linasvepstas@gmail.com>
7470 L:      linux-pci@vger.kernel.org
7471 S:      Supported
7472 F:      Documentation/PCI/pci-error-recovery.txt
7473
7474 PCI SUBSYSTEM
7475 M:      Bjorn Helgaas <bhelgaas@google.com>
7476 L:      linux-pci@vger.kernel.org
7477 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7479 S:      Supported
7480 F:      Documentation/PCI/
7481 F:      drivers/pci/
7482 F:      include/linux/pci*
7483 F:      arch/x86/pci/
7484 F:      arch/x86/kernel/quirks.c
7485
7486 PCI DRIVER FOR ARM VERSATILE PLATFORM
7487 M:      Rob Herring <robh@kernel.org>
7488 L:      linux-pci@vger.kernel.org
7489 L:      linux-arm-kernel@lists.infradead.org
7490 S:      Maintained
7491 F:      Documentation/devicetree/bindings/pci/versatile.txt
7492 F:      drivers/pci/host/pci-versatile.c
7493
7494 PCI DRIVER FOR APPLIEDMICRO XGENE
7495 M:      Tanmay Inamdar <tinamdar@apm.com>
7496 L:      linux-pci@vger.kernel.org
7497 L:      linux-arm-kernel@lists.infradead.org
7498 S:      Maintained
7499 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7500 F:      drivers/pci/host/pci-xgene.c
7501
7502 PCI DRIVER FOR FREESCALE LAYERSCAPE
7503 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7504 M:      Mingkai Hu <mingkai.hu@freescale.com>
7505 M:      Roy Zang <tie-fei.zang@freescale.com>
7506 L:      linuxppc-dev@lists.ozlabs.org
7507 L:      linux-pci@vger.kernel.org
7508 L:      linux-arm-kernel@lists.infradead.org
7509 S:      Maintained
7510 F:      drivers/pci/host/*layerscape*
7511
7512 PCI DRIVER FOR IMX6
7513 M:      Richard Zhu <Richard.Zhu@freescale.com>
7514 M:      Lucas Stach <l.stach@pengutronix.de>
7515 L:      linux-pci@vger.kernel.org
7516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7517 S:      Maintained
7518 F:      drivers/pci/host/*imx6*
7519
7520 PCI DRIVER FOR TI KEYSTONE
7521 M:      Murali Karicheri <m-karicheri2@ti.com>
7522 L:      linux-pci@vger.kernel.org
7523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7524 S:      Maintained
7525 F:      drivers/pci/host/*keystone*
7526
7527 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7528 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7529 M:      Jason Cooper <jason@lakedaemon.net>
7530 L:      linux-pci@vger.kernel.org
7531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7532 S:      Maintained
7533 F:      drivers/pci/host/*mvebu*
7534
7535 PCI DRIVER FOR NVIDIA TEGRA
7536 M:      Thierry Reding <thierry.reding@gmail.com>
7537 L:      linux-tegra@vger.kernel.org
7538 L:      linux-pci@vger.kernel.org
7539 S:      Supported
7540 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7541 F:      drivers/pci/host/pci-tegra.c
7542
7543 PCI DRIVER FOR TI DRA7XX
7544 M:      Kishon Vijay Abraham I <kishon@ti.com>
7545 L:      linux-omap@vger.kernel.org
7546 L:      linux-pci@vger.kernel.org
7547 S:      Supported
7548 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7549 F:      drivers/pci/host/pci-dra7xx.c
7550
7551 PCI DRIVER FOR RENESAS R-CAR
7552 M:      Simon Horman <horms@verge.net.au>
7553 L:      linux-pci@vger.kernel.org
7554 L:      linux-sh@vger.kernel.org
7555 S:      Maintained
7556 F:      drivers/pci/host/*rcar*
7557
7558 PCI DRIVER FOR SAMSUNG EXYNOS
7559 M:      Jingoo Han <jg1.han@samsung.com>
7560 L:      linux-pci@vger.kernel.org
7561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7562 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7563 S:      Maintained
7564 F:      drivers/pci/host/pci-exynos.c
7565
7566 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7567 M:      Jingoo Han <jg1.han@samsung.com>
7568 L:      linux-pci@vger.kernel.org
7569 S:      Maintained
7570 F:      drivers/pci/host/*designware*
7571
7572 PCI DRIVER FOR GENERIC OF HOSTS
7573 M:      Will Deacon <will.deacon@arm.com>
7574 L:      linux-pci@vger.kernel.org
7575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7576 S:      Maintained
7577 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7578 F:      drivers/pci/host/pci-host-generic.c
7579
7580 PCIE DRIVER FOR ST SPEAR13XX
7581 L:      linux-pci@vger.kernel.org
7582 S:      Orphan
7583 F:      drivers/pci/host/*spear*
7584
7585 PCMCIA SUBSYSTEM
7586 P:      Linux PCMCIA Team
7587 L:      linux-pcmcia@lists.infradead.org
7588 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7590 S:      Maintained
7591 F:      Documentation/pcmcia/
7592 F:      drivers/pcmcia/
7593 F:      include/pcmcia/
7594
7595 PCNET32 NETWORK DRIVER
7596 M:      Don Fry <pcnet32@frontier.com>
7597 L:      netdev@vger.kernel.org
7598 S:      Maintained
7599 F:      drivers/net/ethernet/amd/pcnet32.c
7600
7601 PCRYPT PARALLEL CRYPTO ENGINE
7602 M:      Steffen Klassert <steffen.klassert@secunet.com>
7603 L:      linux-crypto@vger.kernel.org
7604 S:      Maintained
7605 F:      crypto/pcrypt.c
7606 F:      include/crypto/pcrypt.h
7607
7608 PER-CPU MEMORY ALLOCATOR
7609 M:      Tejun Heo <tj@kernel.org>
7610 M:      Christoph Lameter <cl@linux-foundation.org>
7611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7612 S:      Maintained
7613 F:      include/linux/percpu*.h
7614 F:      mm/percpu*.c
7615 F:      arch/*/include/asm/percpu.h
7616
7617 PER-TASK DELAY ACCOUNTING
7618 M:      Balbir Singh <bsingharora@gmail.com>
7619 S:      Maintained
7620 F:      include/linux/delayacct.h
7621 F:      kernel/delayacct.c
7622
7623 PERFORMANCE EVENTS SUBSYSTEM
7624 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7625 M:      Paul Mackerras <paulus@samba.org>
7626 M:      Ingo Molnar <mingo@redhat.com>
7627 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7628 L:      linux-kernel@vger.kernel.org
7629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7630 S:      Supported
7631 F:      kernel/events/*
7632 F:      include/linux/perf_event.h
7633 F:      include/uapi/linux/perf_event.h
7634 F:      arch/*/kernel/perf_event*.c
7635 F:      arch/*/kernel/*/perf_event*.c
7636 F:      arch/*/kernel/*/*/perf_event*.c
7637 F:      arch/*/include/asm/perf_event.h
7638 F:      arch/*/kernel/perf_callchain.c
7639 F:      tools/perf/
7640
7641 PERSONALITY HANDLING
7642 M:      Christoph Hellwig <hch@infradead.org>
7643 L:      linux-abi-devel@lists.sourceforge.net
7644 S:      Maintained
7645 F:      include/linux/personality.h
7646 F:      include/uapi/linux/personality.h
7647
7648 PHONET PROTOCOL
7649 M:      Remi Denis-Courmont <courmisch@gmail.com>
7650 S:      Supported
7651 F:      Documentation/networking/phonet.txt
7652 F:      include/linux/phonet.h
7653 F:      include/net/phonet/
7654 F:      include/uapi/linux/phonet.h
7655 F:      net/phonet/
7656
7657 PHRAM MTD DRIVER
7658 M:      Joern Engel <joern@lazybastard.org>
7659 L:      linux-mtd@lists.infradead.org
7660 S:      Maintained
7661 F:      drivers/mtd/devices/phram.c
7662
7663 PICOLCD HID DRIVER
7664 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7665 L:      linux-input@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/hid/hid-picolcd*
7668
7669 PICOXCELL SUPPORT
7670 M:      Jamie Iles <jamie@jamieiles.com>
7671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7672 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7673 S:      Supported
7674 F:      arch/arm/boot/dts/picoxcell*
7675 F:      arch/arm/mach-picoxcell/
7676 F:      drivers/crypto/picoxcell*
7677
7678 PIN CONTROL SUBSYSTEM
7679 M:      Linus Walleij <linus.walleij@linaro.org>
7680 L:      linux-gpio@vger.kernel.org
7681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7682 S:      Maintained
7683 F:      drivers/pinctrl/
7684 F:      include/linux/pinctrl/
7685
7686 PIN CONTROLLER - ATMEL AT91
7687 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7689 S:      Maintained
7690 F:      drivers/pinctrl/pinctrl-at91.*
7691
7692 PIN CONTROLLER - INTEL
7693 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7694 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7695 S:      Maintained
7696 F:      drivers/pinctrl/intel/
7697
7698 PIN CONTROLLER - RENESAS
7699 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7700 L:      linux-sh@vger.kernel.org
7701 S:      Maintained
7702 F:      drivers/pinctrl/sh-pfc/
7703
7704 PIN CONTROLLER - SAMSUNG
7705 M:      Tomasz Figa <tomasz.figa@gmail.com>
7706 M:      Thomas Abraham <thomas.abraham@linaro.org>
7707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7708 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7709 S:      Maintained
7710 F:      drivers/pinctrl/samsung/
7711
7712 PIN CONTROLLER - ST SPEAR
7713 M:      Viresh Kumar <viresh.linux@gmail.com>
7714 L:      spear-devel@list.st.com
7715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7716 W:      http://www.st.com/spear
7717 S:      Maintained
7718 F:      drivers/pinctrl/spear/
7719
7720 PKTCDVD DRIVER
7721 M:      Jiri Kosina <jkosina@suse.cz>
7722 S:      Maintained
7723 F:      drivers/block/pktcdvd.c
7724 F:      include/linux/pktcdvd.h
7725 F:      include/uapi/linux/pktcdvd.h
7726
7727 PKUNITY SOC DRIVERS
7728 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7729 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7730 S:      Maintained
7731 T:      git git://github.com/gxt/linux.git
7732 F:      drivers/input/serio/i8042-unicore32io.h
7733 F:      drivers/i2c/busses/i2c-puv3.c
7734 F:      drivers/video/fbdev/fb-puv3.c
7735 F:      drivers/rtc/rtc-puv3.c
7736
7737 PMBUS HARDWARE MONITORING DRIVERS
7738 M:      Guenter Roeck <linux@roeck-us.net>
7739 L:      lm-sensors@lm-sensors.org
7740 W:      http://www.lm-sensors.org/
7741 W:      http://www.roeck-us.net/linux/drivers/
7742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7743 S:      Maintained
7744 F:      Documentation/hwmon/pmbus
7745 F:      drivers/hwmon/pmbus/
7746 F:      include/linux/i2c/pmbus.h
7747
7748 PMC SIERRA MaxRAID DRIVER
7749 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7750 L:      linux-scsi@vger.kernel.org
7751 W:      http://www.pmc-sierra.com/
7752 S:      Supported
7753 F:      drivers/scsi/pmcraid.*
7754
7755 PMC SIERRA PM8001 DRIVER
7756 M:      xjtuwjp@gmail.com
7757 M:      lindar_liu@usish.com
7758 L:      pmchba@pmcs.com
7759 L:      linux-scsi@vger.kernel.org
7760 S:      Supported
7761 F:      drivers/scsi/pm8001/
7762
7763 POSIX CLOCKS and TIMERS
7764 M:      Thomas Gleixner <tglx@linutronix.de>
7765 L:      linux-kernel@vger.kernel.org
7766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7767 S:      Maintained
7768 F:      fs/timerfd.c
7769 F:      include/linux/timer*
7770 F:      kernel/time/*timer*
7771
7772 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7773 M:      Sebastian Reichel <sre@kernel.org>
7774 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7775 M:      David Woodhouse <dwmw2@infradead.org>
7776 L:      linux-pm@vger.kernel.org
7777 T:      git git://git.infradead.org/battery-2.6.git
7778 S:      Maintained
7779 F:      include/linux/power_supply.h
7780 F:      drivers/power/
7781
7782 PNP SUPPORT
7783 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7784 S:      Maintained
7785 F:      drivers/pnp/
7786
7787 PNXxxxx I2C DRIVER
7788 M:      Vitaly Wool <vitalywool@gmail.com>
7789 L:      linux-i2c@vger.kernel.org
7790 S:      Maintained
7791 F:      drivers/i2c/busses/i2c-pnx.c
7792
7793 PPP PROTOCOL DRIVERS AND COMPRESSORS
7794 M:      Paul Mackerras <paulus@samba.org>
7795 L:      linux-ppp@vger.kernel.org
7796 S:      Maintained
7797 F:      drivers/net/ppp/ppp_*
7798
7799 PPP OVER ATM (RFC 2364)
7800 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7801 S:      Maintained
7802 F:      net/atm/pppoatm.c
7803 F:      include/uapi/linux/atmppp.h
7804
7805 PPP OVER ETHERNET
7806 M:      Michal Ostrowski <mostrows@earthlink.net>
7807 S:      Maintained
7808 F:      drivers/net/ppp/pppoe.c
7809 F:      drivers/net/ppp/pppox.c
7810
7811 PPP OVER L2TP
7812 M:      James Chapman <jchapman@katalix.com>
7813 S:      Maintained
7814 F:      net/l2tp/l2tp_ppp.c
7815 F:      include/linux/if_pppol2tp.h
7816 F:      include/uapi/linux/if_pppol2tp.h
7817
7818 PPS SUPPORT
7819 M:      Rodolfo Giometti <giometti@enneenne.com>
7820 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7821 L:      linuxpps@ml.enneenne.com (subscribers-only)
7822 S:      Maintained
7823 F:      Documentation/pps/
7824 F:      drivers/pps/
7825 F:      include/linux/pps*.h
7826
7827 PPTP DRIVER
7828 M:      Dmitry Kozlov <xeb@mail.ru>
7829 L:      netdev@vger.kernel.org
7830 S:      Maintained
7831 F:      drivers/net/ppp/pptp.c
7832 W:      http://sourceforge.net/projects/accel-pptp
7833
7834 PREEMPTIBLE KERNEL
7835 M:      Robert Love <rml@tech9.net>
7836 L:      kpreempt-tech@lists.sourceforge.net
7837 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7838 S:      Supported
7839 F:      Documentation/preempt-locking.txt
7840 F:      include/linux/preempt.h
7841
7842 PRISM54 WIRELESS DRIVER
7843 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7844 L:      linux-wireless@vger.kernel.org
7845 W:      http://wireless.kernel.org/en/users/Drivers/p54
7846 S:      Obsolete
7847 F:      drivers/net/wireless/prism54/
7848
7849 PS3 NETWORK SUPPORT
7850 M:      Geoff Levand <geoff@infradead.org>
7851 L:      netdev@vger.kernel.org
7852 L:      cbe-oss-dev@lists.ozlabs.org
7853 S:      Maintained
7854 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7855
7856 PS3 PLATFORM SUPPORT
7857 M:      Geoff Levand <geoff@infradead.org>
7858 L:      linuxppc-dev@lists.ozlabs.org
7859 L:      cbe-oss-dev@lists.ozlabs.org
7860 S:      Maintained
7861 F:      arch/powerpc/boot/ps3*
7862 F:      arch/powerpc/include/asm/lv1call.h
7863 F:      arch/powerpc/include/asm/ps3*.h
7864 F:      arch/powerpc/platforms/ps3/
7865 F:      drivers/*/ps3*
7866 F:      drivers/ps3/
7867 F:      drivers/rtc/rtc-ps3.c
7868 F:      drivers/usb/host/*ps3.c
7869 F:      sound/ppc/snd_ps3*
7870
7871 PS3VRAM DRIVER
7872 M:      Jim Paris <jim@jtan.com>
7873 L:      cbe-oss-dev@lists.ozlabs.org
7874 S:      Maintained
7875 F:      drivers/block/ps3vram.c
7876
7877 PSTORE FILESYSTEM
7878 M:      Anton Vorontsov <anton@enomsg.org>
7879 M:      Colin Cross <ccross@android.com>
7880 M:      Kees Cook <keescook@chromium.org>
7881 M:      Tony Luck <tony.luck@intel.com>
7882 S:      Maintained
7883 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7884 F:      fs/pstore/
7885 F:      include/linux/pstore*
7886 F:      drivers/firmware/efi/efi-pstore.c
7887 F:      drivers/acpi/apei/erst.c
7888
7889 PTP HARDWARE CLOCK SUPPORT
7890 M:      Richard Cochran <richardcochran@gmail.com>
7891 L:      netdev@vger.kernel.org
7892 S:      Maintained
7893 W:      http://linuxptp.sourceforge.net/
7894 F:      Documentation/ABI/testing/sysfs-ptp
7895 F:      Documentation/ptp/*
7896 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7897 F:      drivers/net/phy/dp83640*
7898 F:      drivers/ptp/*
7899 F:      include/linux/ptp_cl*
7900
7901 PTRACE SUPPORT
7902 M:      Roland McGrath <roland@hack.frob.com>
7903 M:      Oleg Nesterov <oleg@redhat.com>
7904 S:      Maintained
7905 F:      include/asm-generic/syscall.h
7906 F:      include/linux/ptrace.h
7907 F:      include/linux/regset.h
7908 F:      include/linux/tracehook.h
7909 F:      include/uapi/linux/ptrace.h
7910 F:      kernel/ptrace.c
7911
7912 PVRUSB2 VIDEO4LINUX DRIVER
7913 M:      Mike Isely <isely@pobox.com>
7914 L:      pvrusb2@isely.net       (subscribers-only)
7915 L:      linux-media@vger.kernel.org
7916 W:      http://www.isely.net/pvrusb2/
7917 T:      git git://linuxtv.org/media_tree.git
7918 S:      Maintained
7919 F:      Documentation/video4linux/README.pvrusb2
7920 F:      drivers/media/usb/pvrusb2/
7921
7922 PWC WEBCAM DRIVER
7923 M:      Hans de Goede <hdegoede@redhat.com>
7924 L:      linux-media@vger.kernel.org
7925 T:      git git://linuxtv.org/media_tree.git
7926 S:      Maintained
7927 F:      drivers/media/usb/pwc/*
7928
7929 PWM FAN DRIVER
7930 M:      Kamil Debski <k.debski@samsung.com>
7931 L:      lm-sensors@lm-sensors.org
7932 S:      Supported
7933 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7934 F:      Documentation/hwmon/pwm-fan
7935 F:      drivers/hwmon/pwm-fan.c
7936
7937 PWM SUBSYSTEM
7938 M:      Thierry Reding <thierry.reding@gmail.com>
7939 L:      linux-pwm@vger.kernel.org
7940 S:      Maintained
7941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7942 F:      Documentation/pwm.txt
7943 F:      Documentation/devicetree/bindings/pwm/
7944 F:      include/linux/pwm.h
7945 F:      drivers/pwm/
7946 F:      drivers/video/backlight/pwm_bl.c
7947 F:      include/linux/pwm_backlight.h
7948
7949 PXA2xx/PXA3xx SUPPORT
7950 M:      Daniel Mack <daniel@zonque.org>
7951 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7952 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7954 T:      git git://github.com/hzhuang1/linux.git
7955 T:      git git://github.com/rjarzmik/linux.git
7956 S:      Maintained
7957 F:      arch/arm/mach-pxa/
7958 F:      drivers/pcmcia/pxa2xx*
7959 F:      drivers/spi/spi-pxa2xx*
7960 F:      drivers/usb/gadget/udc/pxa2*
7961 F:      include/sound/pxa2xx-lib.h
7962 F:      sound/arm/pxa*
7963 F:      sound/soc/pxa/
7964
7965 PXA3xx NAND FLASH DRIVER
7966 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7967 L:      linux-mtd@lists.infradead.org
7968 S:      Maintained
7969 F:      drivers/mtd/nand/pxa3xx_nand.c
7970
7971 MMP SUPPORT
7972 M:      Eric Miao <eric.y.miao@gmail.com>
7973 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7975 T:      git git://github.com/hzhuang1/linux.git
7976 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7977 S:      Maintained
7978 F:      arch/arm/mach-mmp/
7979
7980 PXA MMCI DRIVER
7981 S:      Orphan
7982
7983 PXA RTC DRIVER
7984 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7985 L:      rtc-linux@googlegroups.com
7986 S:      Maintained
7987
7988 QAT DRIVER
7989 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7990 L:      qat-linux@intel.com
7991 S:      Supported
7992 F:      drivers/crypto/qat/
7993
7994 QIB DRIVER
7995 M:      Mike Marciniszyn <infinipath@intel.com>
7996 L:      linux-rdma@vger.kernel.org
7997 S:      Supported
7998 F:      drivers/infiniband/hw/qib/
7999
8000 QLOGIC QLA1280 SCSI DRIVER
8001 M:      Michael Reed <mdr@sgi.com>
8002 L:      linux-scsi@vger.kernel.org
8003 S:      Maintained
8004 F:      drivers/scsi/qla1280.[ch]
8005
8006 QLOGIC QLA2XXX FC-SCSI DRIVER
8007 M:      qla2xxx-upstream@qlogic.com
8008 L:      linux-scsi@vger.kernel.org
8009 S:      Supported
8010 F:      Documentation/scsi/LICENSE.qla2xxx
8011 F:      drivers/scsi/qla2xxx/
8012
8013 QLOGIC QLA4XXX iSCSI DRIVER
8014 M:      QLogic-Storage-Upstream@qlogic.com
8015 L:      linux-scsi@vger.kernel.org
8016 S:      Supported
8017 F:      Documentation/scsi/LICENSE.qla4xxx
8018 F:      drivers/scsi/qla4xxx/
8019
8020 QLOGIC QLA3XXX NETWORK DRIVER
8021 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8022 M:      Ron Mercer <ron.mercer@qlogic.com>
8023 M:      linux-driver@qlogic.com
8024 L:      netdev@vger.kernel.org
8025 S:      Supported
8026 F:      Documentation/networking/LICENSE.qla3xxx
8027 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8028
8029 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8030 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8031 M:      Dept-GELinuxNICDev@qlogic.com
8032 L:      netdev@vger.kernel.org
8033 S:      Supported
8034 F:      drivers/net/ethernet/qlogic/qlcnic/
8035
8036 QLOGIC QLGE 10Gb ETHERNET DRIVER
8037 M:      Harish Patil <harish.patil@qlogic.com>
8038 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8039 M:      Dept-GELinuxNICDev@qlogic.com
8040 M:      linux-driver@qlogic.com
8041 L:      netdev@vger.kernel.org
8042 S:      Supported
8043 F:      drivers/net/ethernet/qlogic/qlge/
8044
8045 QNX4 FILESYSTEM
8046 M:      Anders Larsen <al@alarsen.net>
8047 W:      http://www.alarsen.net/linux/qnx4fs/
8048 S:      Maintained
8049 F:      fs/qnx4/
8050 F:      include/uapi/linux/qnx4_fs.h
8051 F:      include/uapi/linux/qnxtypes.h
8052
8053 QT1010 MEDIA DRIVER
8054 M:      Antti Palosaari <crope@iki.fi>
8055 L:      linux-media@vger.kernel.org
8056 W:      http://linuxtv.org/
8057 W:      http://palosaari.fi/linux/
8058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8059 T:      git git://linuxtv.org/anttip/media_tree.git
8060 S:      Maintained
8061 F:      drivers/media/tuners/qt1010*
8062
8063 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8064 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8065 L:      linux-wireless@vger.kernel.org
8066 L:      ath9k-devel@lists.ath9k.org
8067 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8068 S:      Supported
8069 F:      drivers/net/wireless/ath/ath9k/
8070
8071 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8072 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8073 L:      ath10k@lists.infradead.org
8074 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8075 T:      git git://github.com/kvalo/ath.git
8076 S:      Supported
8077 F:      drivers/net/wireless/ath/ath10k/
8078
8079 QUALCOMM HEXAGON ARCHITECTURE
8080 M:      Richard Kuo <rkuo@codeaurora.org>
8081 L:      linux-hexagon@vger.kernel.org
8082 S:      Supported
8083 F:      arch/hexagon/
8084
8085 QUALCOMM WCN36XX WIRELESS DRIVER
8086 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8087 L:      wcn36xx@lists.infradead.org
8088 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8089 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8090 S:      Supported
8091 F:      drivers/net/wireless/ath/wcn36xx/
8092
8093 RADOS BLOCK DEVICE (RBD)
8094 M:      Ilya Dryomov <idryomov@gmail.com>
8095 M:      Sage Weil <sage@redhat.com>
8096 M:      Alex Elder <elder@kernel.org>
8097 M:      ceph-devel@vger.kernel.org
8098 W:      http://ceph.com/
8099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8100 S:      Supported
8101 F:      drivers/block/rbd.c
8102 F:      drivers/block/rbd_types.h
8103
8104 RADEON FRAMEBUFFER DISPLAY DRIVER
8105 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8106 L:      linux-fbdev@vger.kernel.org
8107 S:      Maintained
8108 F:      drivers/video/fbdev/aty/radeon*
8109 F:      include/uapi/linux/radeonfb.h
8110
8111 RADIOSHARK RADIO DRIVER
8112 M:      Hans de Goede <hdegoede@redhat.com>
8113 L:      linux-media@vger.kernel.org
8114 T:      git git://linuxtv.org/media_tree.git
8115 S:      Maintained
8116 F:      drivers/media/radio/radio-shark.c
8117
8118 RADIOSHARK2 RADIO DRIVER
8119 M:      Hans de Goede <hdegoede@redhat.com>
8120 L:      linux-media@vger.kernel.org
8121 T:      git git://linuxtv.org/media_tree.git
8122 S:      Maintained
8123 F:      drivers/media/radio/radio-shark2.c
8124 F:      drivers/media/radio/radio-tea5777.c
8125
8126 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8127 M:      Paul Mackerras <paulus@samba.org>
8128 L:      linux-fbdev@vger.kernel.org
8129 S:      Maintained
8130 F:      drivers/video/fbdev/aty/aty128fb.c
8131
8132 RALINK RT2X00 WIRELESS LAN DRIVER
8133 P:      rt2x00 project
8134 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8135 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8136 L:      linux-wireless@vger.kernel.org
8137 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8138 W:      http://rt2x00.serialmonkey.com/
8139 S:      Maintained
8140 F:      drivers/net/wireless/rt2x00/
8141
8142 RAMDISK RAM BLOCK DEVICE DRIVER
8143 M:      Jens Axboe <axboe@kernel.dk>
8144 S:      Maintained
8145 F:      Documentation/blockdev/ramdisk.txt
8146 F:      drivers/block/brd.c
8147
8148 PERSISTENT MEMORY DRIVER
8149 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8150 L:      linux-nvdimm@lists.01.org
8151 S:      Supported
8152 F:      drivers/block/pmem.c
8153
8154 RANDOM NUMBER DRIVER
8155 M:      "Theodore Ts'o" <tytso@mit.edu>
8156 S:      Maintained
8157 F:      drivers/char/random.c
8158
8159 RAPIDIO SUBSYSTEM
8160 M:      Matt Porter <mporter@kernel.crashing.org>
8161 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8162 S:      Maintained
8163 F:      drivers/rapidio/
8164
8165 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8166 L:      linux-wireless@vger.kernel.org
8167 S:      Orphan
8168 F:      drivers/net/wireless/ray*
8169
8170 RCUTORTURE MODULE
8171 M:      Josh Triplett <josh@joshtriplett.org>
8172 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8173 L:      linux-kernel@vger.kernel.org
8174 S:      Supported
8175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8176 F:      Documentation/RCU/torture.txt
8177 F:      kernel/rcu/rcutorture.c
8178
8179 RCUTORTURE TEST FRAMEWORK
8180 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8181 M:      Josh Triplett <josh@joshtriplett.org>
8182 R:      Steven Rostedt <rostedt@goodmis.org>
8183 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8184 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8185 L:      linux-kernel@vger.kernel.org
8186 S:      Supported
8187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8188 F:      tools/testing/selftests/rcutorture
8189
8190 RDC R-321X SoC
8191 M:      Florian Fainelli <florian@openwrt.org>
8192 S:      Maintained
8193
8194 RDC R6040 FAST ETHERNET DRIVER
8195 M:      Florian Fainelli <florian@openwrt.org>
8196 L:      netdev@vger.kernel.org
8197 S:      Maintained
8198 F:      drivers/net/ethernet/rdc/r6040.c
8199
8200 RDS - RELIABLE DATAGRAM SOCKETS
8201 M:      Chien Yen <chien.yen@oracle.com>
8202 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8203 S:      Supported
8204 F:      net/rds/
8205
8206 READ-COPY UPDATE (RCU)
8207 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8208 M:      Josh Triplett <josh@joshtriplett.org>
8209 R:      Steven Rostedt <rostedt@goodmis.org>
8210 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8211 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8212 L:      linux-kernel@vger.kernel.org
8213 W:      http://www.rdrop.com/users/paulmck/RCU/
8214 S:      Supported
8215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8216 F:      Documentation/RCU/
8217 X:      Documentation/RCU/torture.txt
8218 F:      include/linux/rcu*
8219 X:      include/linux/srcu.h
8220 F:      kernel/rcu/
8221 X:      kernel/torture.c
8222
8223 REAL TIME CLOCK (RTC) SUBSYSTEM
8224 M:      Alessandro Zummo <a.zummo@towertech.it>
8225 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8226 L:      rtc-linux@googlegroups.com
8227 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8228 S:      Maintained
8229 F:      Documentation/rtc.txt
8230 F:      drivers/rtc/
8231 F:      include/linux/rtc.h
8232 F:      include/uapi/linux/rtc.h
8233
8234 REALTEK AUDIO CODECS
8235 M:      Bard Liao <bardliao@realtek.com>
8236 M:      Oder Chiou <oder_chiou@realtek.com>
8237 S:      Maintained
8238 F:      sound/soc/codecs/rt*
8239 F:      include/sound/rt*.h
8240
8241 REISERFS FILE SYSTEM
8242 L:      reiserfs-devel@vger.kernel.org
8243 S:      Supported
8244 F:      fs/reiserfs/
8245
8246 REGISTER MAP ABSTRACTION
8247 M:      Mark Brown <broonie@kernel.org>
8248 L:      linux-kernel@vger.kernel.org
8249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8250 S:      Supported
8251 F:      drivers/base/regmap/
8252 F:      include/linux/regmap.h
8253
8254 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8255 M:      Ohad Ben-Cohen <ohad@wizery.com>
8256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8257 S:      Maintained
8258 F:      drivers/remoteproc/
8259 F:      Documentation/remoteproc.txt
8260 F:      include/linux/remoteproc.h
8261
8262 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8263 M:      Ohad Ben-Cohen <ohad@wizery.com>
8264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8265 S:      Maintained
8266 F:      drivers/rpmsg/
8267 F:      Documentation/rpmsg.txt
8268 F:      include/linux/rpmsg.h
8269
8270 RESET CONTROLLER FRAMEWORK
8271 M:      Philipp Zabel <p.zabel@pengutronix.de>
8272 S:      Maintained
8273 F:      drivers/reset/
8274 F:      Documentation/devicetree/bindings/reset/
8275 F:      include/linux/reset.h
8276 F:      include/linux/reset-controller.h
8277
8278 RFKILL
8279 M:      Johannes Berg <johannes@sipsolutions.net>
8280 L:      linux-wireless@vger.kernel.org
8281 W:      http://wireless.kernel.org/
8282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8284 S:      Maintained
8285 F:      Documentation/rfkill.txt
8286 F:      net/rfkill/
8287
8288 RHASHTABLE
8289 M:      Thomas Graf <tgraf@suug.ch>
8290 L:      netdev@vger.kernel.org
8291 S:      Maintained
8292 F:      lib/rhashtable.c
8293 F:      include/linux/rhashtable.h
8294
8295 RICOH SMARTMEDIA/XD DRIVER
8296 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8297 S:      Maintained
8298 F:      drivers/mtd/nand/r852.c
8299 F:      drivers/mtd/nand/r852.h
8300
8301 RICOH R5C592 MEMORYSTICK DRIVER
8302 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8303 S:      Maintained
8304 F:      drivers/memstick/host/r592.*
8305
8306 ROCCAT DRIVERS
8307 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8308 W:      http://sourceforge.net/projects/roccat/
8309 S:      Maintained
8310 F:      drivers/hid/hid-roccat*
8311 F:      include/linux/hid-roccat*
8312 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8313
8314 ROCKER DRIVER
8315 M:      Jiri Pirko <jiri@resnulli.us>
8316 M:      Scott Feldman <sfeldma@gmail.com>
8317 L:      netdev@vger.kernel.org
8318 S:      Supported
8319 F:      drivers/net/ethernet/rocker/
8320
8321 ROCKETPORT DRIVER
8322 P:      Comtrol Corp.
8323 W:      http://www.comtrol.com
8324 S:      Maintained
8325 F:      Documentation/serial/rocket.txt
8326 F:      drivers/tty/rocket*
8327
8328 ROCKETPORT EXPRESS/INFINITY DRIVER
8329 M:      Kevin Cernekee <cernekee@gmail.com>
8330 L:      linux-serial@vger.kernel.org
8331 S:      Odd Fixes
8332 F:      drivers/tty/serial/rp2.*
8333
8334 ROSE NETWORK LAYER
8335 M:      Ralf Baechle <ralf@linux-mips.org>
8336 L:      linux-hams@vger.kernel.org
8337 W:      http://www.linux-ax25.org/
8338 S:      Maintained
8339 F:      include/net/rose.h
8340 F:      include/uapi/linux/rose.h
8341 F:      net/rose/
8342
8343 RTL2830 MEDIA DRIVER
8344 M:      Antti Palosaari <crope@iki.fi>
8345 L:      linux-media@vger.kernel.org
8346 W:      http://linuxtv.org/
8347 W:      http://palosaari.fi/linux/
8348 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8349 T:      git git://linuxtv.org/anttip/media_tree.git
8350 S:      Maintained
8351 F:      drivers/media/dvb-frontends/rtl2830*
8352
8353 RTL2832 MEDIA DRIVER
8354 M:      Antti Palosaari <crope@iki.fi>
8355 L:      linux-media@vger.kernel.org
8356 W:      http://linuxtv.org/
8357 W:      http://palosaari.fi/linux/
8358 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8359 T:      git git://linuxtv.org/anttip/media_tree.git
8360 S:      Maintained
8361 F:      drivers/media/dvb-frontends/rtl2832*
8362
8363 RTL2832_SDR MEDIA DRIVER
8364 M:      Antti Palosaari <crope@iki.fi>
8365 L:      linux-media@vger.kernel.org
8366 W:      http://linuxtv.org/
8367 W:      http://palosaari.fi/linux/
8368 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8369 T:      git git://linuxtv.org/anttip/media_tree.git
8370 S:      Maintained
8371 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8372
8373 RTL8180 WIRELESS DRIVER
8374 L:      linux-wireless@vger.kernel.org
8375 W:      http://wireless.kernel.org/
8376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8377 S:      Orphan
8378 F:      drivers/net/wireless/rtl818x/rtl8180/
8379
8380 RTL8187 WIRELESS DRIVER
8381 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8382 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8383 M:      Larry Finger <Larry.Finger@lwfinger.net>
8384 L:      linux-wireless@vger.kernel.org
8385 W:      http://wireless.kernel.org/
8386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8387 S:      Maintained
8388 F:      drivers/net/wireless/rtl818x/rtl8187/
8389
8390 RTL8192CE WIRELESS DRIVER
8391 M:      Larry Finger <Larry.Finger@lwfinger.net>
8392 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8393 L:      linux-wireless@vger.kernel.org
8394 W:      http://wireless.kernel.org/
8395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8396 S:      Maintained
8397 F:      drivers/net/wireless/rtlwifi/
8398 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8399
8400 S3 SAVAGE FRAMEBUFFER DRIVER
8401 M:      Antonino Daplas <adaplas@gmail.com>
8402 L:      linux-fbdev@vger.kernel.org
8403 S:      Maintained
8404 F:      drivers/video/fbdev/savage/
8405
8406 S390
8407 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8408 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8409 M:      linux390@de.ibm.com
8410 L:      linux-s390@vger.kernel.org
8411 W:      http://www.ibm.com/developerworks/linux/linux390/
8412 S:      Supported
8413 F:      arch/s390/
8414 F:      drivers/s390/
8415 F:      Documentation/s390/
8416 F:      Documentation/DocBook/s390*
8417
8418 S390 COMMON I/O LAYER
8419 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8420 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8421 L:      linux-s390@vger.kernel.org
8422 W:      http://www.ibm.com/developerworks/linux/linux390/
8423 S:      Supported
8424 F:      drivers/s390/cio/
8425
8426 S390 DASD DRIVER
8427 M:      Stefan Weinhuber <wein@de.ibm.com>
8428 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8429 L:      linux-s390@vger.kernel.org
8430 W:      http://www.ibm.com/developerworks/linux/linux390/
8431 S:      Supported
8432 F:      drivers/s390/block/dasd*
8433 F:      block/partitions/ibm.c
8434
8435 S390 NETWORK DRIVERS
8436 M:      Ursula Braun <ursula.braun@de.ibm.com>
8437 M:      linux390@de.ibm.com
8438 L:      linux-s390@vger.kernel.org
8439 W:      http://www.ibm.com/developerworks/linux/linux390/
8440 S:      Supported
8441 F:      drivers/s390/net/
8442
8443 S390 PCI SUBSYSTEM
8444 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8445 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8446 L:      linux-s390@vger.kernel.org
8447 W:      http://www.ibm.com/developerworks/linux/linux390/
8448 S:      Supported
8449 F:      arch/s390/pci/
8450 F:      drivers/pci/hotplug/s390_pci_hpc.c
8451
8452 S390 ZCRYPT DRIVER
8453 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8454 M:      linux390@de.ibm.com
8455 L:      linux-s390@vger.kernel.org
8456 W:      http://www.ibm.com/developerworks/linux/linux390/
8457 S:      Supported
8458 F:      drivers/s390/crypto/
8459
8460 S390 ZFCP DRIVER
8461 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8462 M:      linux390@de.ibm.com
8463 L:      linux-s390@vger.kernel.org
8464 W:      http://www.ibm.com/developerworks/linux/linux390/
8465 S:      Supported
8466 F:      drivers/s390/scsi/zfcp_*
8467
8468 S390 IUCV NETWORK LAYER
8469 M:      Ursula Braun <ursula.braun@de.ibm.com>
8470 M:      linux390@de.ibm.com
8471 L:      linux-s390@vger.kernel.org
8472 W:      http://www.ibm.com/developerworks/linux/linux390/
8473 S:      Supported
8474 F:      drivers/s390/net/*iucv*
8475 F:      include/net/iucv/
8476 F:      net/iucv/
8477
8478 S3C24XX SD/MMC Driver
8479 M:      Ben Dooks <ben-linux@fluff.org>
8480 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8481 S:      Supported
8482 F:      drivers/mmc/host/s3cmci.*
8483
8484 SAA6588 RDS RECEIVER DRIVER
8485 M:      Hans Verkuil <hverkuil@xs4all.nl>
8486 L:      linux-media@vger.kernel.org
8487 T:      git git://linuxtv.org/media_tree.git
8488 W:      http://linuxtv.org
8489 S:      Odd Fixes
8490 F:      drivers/media/i2c/saa6588*
8491
8492 SAA7134 VIDEO4LINUX DRIVER
8493 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8494 L:      linux-media@vger.kernel.org
8495 W:      http://linuxtv.org
8496 T:      git git://linuxtv.org/media_tree.git
8497 S:      Odd fixes
8498 F:      Documentation/video4linux/*.saa7134
8499 F:      drivers/media/pci/saa7134/
8500
8501 SAA7146 VIDEO4LINUX-2 DRIVER
8502 M:      Hans Verkuil <hverkuil@xs4all.nl>
8503 L:      linux-media@vger.kernel.org
8504 T:      git git://linuxtv.org/media_tree.git
8505 S:      Maintained
8506 F:      drivers/media/common/saa7146/
8507 F:      drivers/media/pci/saa7146/
8508 F:      include/media/saa7146*
8509
8510 SAMSUNG LAPTOP DRIVER
8511 M:      Corentin Chary <corentin.chary@gmail.com>
8512 L:      platform-driver-x86@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/platform/x86/samsung-laptop.c
8515
8516 SAMSUNG AUDIO (ASoC) DRIVERS
8517 M:      Sangbeom Kim <sbkim73@samsung.com>
8518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8519 S:      Supported
8520 F:      sound/soc/samsung/
8521
8522 SAMSUNG FRAMEBUFFER DRIVER
8523 M:      Jingoo Han <jg1.han@samsung.com>
8524 L:      linux-fbdev@vger.kernel.org
8525 S:      Maintained
8526 F:      drivers/video/fbdev/s3c-fb.c
8527
8528 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8529 M:      Sangbeom Kim <sbkim73@samsung.com>
8530 L:      linux-kernel@vger.kernel.org
8531 S:      Supported
8532 F:      drivers/mfd/sec*.c
8533 F:      drivers/regulator/s2m*.c
8534 F:      drivers/regulator/s5m*.c
8535 F:      include/linux/mfd/samsung/
8536
8537 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8538 M:      Kyungmin Park <kyungmin.park@samsung.com>
8539 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8540 L:      linux-media@vger.kernel.org
8541 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8542 S:      Supported
8543 F:      drivers/media/platform/exynos4-is/
8544
8545 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8546 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8547 L:      linux-media@vger.kernel.org
8548 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8549 S:      Maintained
8550 F:      drivers/media/platform/s3c-camif/
8551 F:      include/media/s3c_camif.h
8552
8553 SAMSUNG S5C73M3 CAMERA DRIVER
8554 M:      Kyungmin Park <kyungmin.park@samsung.com>
8555 M:      Andrzej Hajda <a.hajda@samsung.com>
8556 L:      linux-media@vger.kernel.org
8557 S:      Supported
8558 F:      drivers/media/i2c/s5c73m3/*
8559
8560 SAMSUNG S5K5BAF CAMERA DRIVER
8561 M:      Kyungmin Park <kyungmin.park@samsung.com>
8562 M:      Andrzej Hajda <a.hajda@samsung.com>
8563 L:      linux-media@vger.kernel.org
8564 S:      Supported
8565 F:      drivers/media/i2c/s5k5baf.c
8566
8567 SAMSUNG SOC CLOCK DRIVERS
8568 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8569 M:      Tomasz Figa <tomasz.figa@gmail.com>
8570 S:      Supported
8571 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8572 F:      drivers/clk/samsung/
8573
8574 SAMSUNG SXGBE DRIVERS
8575 M:      Byungho An <bh74.an@samsung.com>
8576 M:      Girish K S <ks.giri@samsung.com>
8577 M:      Vipul Pandya <vipul.pandya@samsung.com>
8578 S:      Supported
8579 L:      netdev@vger.kernel.org
8580 F:      drivers/net/ethernet/samsung/sxgbe/
8581
8582 SAMSUNG THERMAL DRIVER
8583 M:      Lukasz Majewski <l.majewski@samsung.com>
8584 L:      linux-pm@vger.kernel.org
8585 L:      linux-samsung-soc@vger.kernel.org
8586 S:      Supported
8587 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8588 F:      drivers/thermal/samsung/
8589
8590 SAMSUNG USB2 PHY DRIVER
8591 M:      Kamil Debski <k.debski@samsung.com>
8592 L:      linux-kernel@vger.kernel.org
8593 S:      Supported
8594 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8595 F:      Documentation/phy/samsung-usb2.txt
8596 F:      drivers/phy/phy-exynos4210-usb2.c
8597 F:      drivers/phy/phy-exynos4x12-usb2.c
8598 F:      drivers/phy/phy-exynos5250-usb2.c
8599 F:      drivers/phy/phy-s5pv210-usb2.c
8600 F:      drivers/phy/phy-samsung-usb2.c
8601 F:      drivers/phy/phy-samsung-usb2.h
8602
8603 SERIAL DRIVERS
8604 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8605 L:      linux-serial@vger.kernel.org
8606 S:      Maintained
8607 F:      drivers/tty/serial/
8608
8609 SYNOPSYS DESIGNWARE DMAC DRIVER
8610 M:      Viresh Kumar <viresh.linux@gmail.com>
8611 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8612 S:      Maintained
8613 F:      include/linux/dma/dw.h
8614 F:      include/linux/platform_data/dma-dw.h
8615 F:      drivers/dma/dw/
8616
8617 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8618 M:      Seungwon Jeon <tgih.jun@samsung.com>
8619 M:      Jaehoon Chung <jh80.chung@samsung.com>
8620 L:      linux-mmc@vger.kernel.org
8621 S:      Maintained
8622 F:      include/linux/mmc/dw_mmc.h
8623 F:      drivers/mmc/host/dw_mmc*
8624
8625 THUNDERBOLT DRIVER
8626 M:      Andreas Noever <andreas.noever@gmail.com>
8627 S:      Maintained
8628 F:      drivers/thunderbolt/
8629
8630 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8631 M:      John Stultz <john.stultz@linaro.org>
8632 M:      Thomas Gleixner <tglx@linutronix.de>
8633 L:      linux-kernel@vger.kernel.org
8634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8635 S:      Supported
8636 F:      include/linux/clocksource.h
8637 F:      include/linux/time.h
8638 F:      include/linux/timex.h
8639 F:      include/uapi/linux/time.h
8640 F:      include/uapi/linux/timex.h
8641 F:      kernel/time/clocksource.c
8642 F:      kernel/time/time*.c
8643 F:      kernel/time/ntp.c
8644 F:      tools/testing/selftests/timers/
8645
8646 SC1200 WDT DRIVER
8647 M:      Zwane Mwaikambo <zwanem@gmail.com>
8648 S:      Maintained
8649 F:      drivers/watchdog/sc1200wdt.c
8650
8651 SCHEDULER
8652 M:      Ingo Molnar <mingo@redhat.com>
8653 M:      Peter Zijlstra <peterz@infradead.org>
8654 L:      linux-kernel@vger.kernel.org
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8656 S:      Maintained
8657 F:      kernel/sched/
8658 F:      include/linux/sched.h
8659 F:      include/uapi/linux/sched.h
8660 F:      include/linux/wait.h
8661
8662 SCORE ARCHITECTURE
8663 M:      Chen Liqin <liqin.linux@gmail.com>
8664 M:      Lennox Wu <lennox.wu@gmail.com>
8665 W:      http://www.sunplus.com
8666 S:      Supported
8667 F:      arch/score/
8668
8669 SCSI CDROM DRIVER
8670 M:      Jens Axboe <axboe@kernel.dk>
8671 L:      linux-scsi@vger.kernel.org
8672 W:      http://www.kernel.dk
8673 S:      Maintained
8674 F:      drivers/scsi/sr*
8675
8676 SCSI RDMA PROTOCOL (SRP) INITIATOR
8677 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8678 L:      linux-rdma@vger.kernel.org
8679 S:      Supported
8680 W:      http://www.openfabrics.org
8681 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8683 F:      drivers/infiniband/ulp/srp/
8684 F:      include/scsi/srp.h
8685
8686 SCSI SG DRIVER
8687 M:      Doug Gilbert <dgilbert@interlog.com>
8688 L:      linux-scsi@vger.kernel.org
8689 W:      http://sg.danny.cz/sg
8690 S:      Maintained
8691 F:      Documentation/scsi/scsi-generic.txt
8692 F:      drivers/scsi/sg.c
8693 F:      include/scsi/sg.h
8694
8695 SCSI SUBSYSTEM
8696 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8697 L:      linux-scsi@vger.kernel.org
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8699 S:      Maintained
8700 F:      drivers/scsi/
8701 F:      include/scsi/
8702
8703 SCSI TAPE DRIVER
8704 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8705 L:      linux-scsi@vger.kernel.org
8706 S:      Maintained
8707 F:      Documentation/scsi/st.txt
8708 F:      drivers/scsi/st.*
8709 F:      drivers/scsi/st_*.h
8710
8711 SCTP PROTOCOL
8712 M:      Vlad Yasevich <vyasevich@gmail.com>
8713 M:      Neil Horman <nhorman@tuxdriver.com>
8714 L:      linux-sctp@vger.kernel.org
8715 W:      http://lksctp.sourceforge.net
8716 S:      Maintained
8717 F:      Documentation/networking/sctp.txt
8718 F:      include/linux/sctp.h
8719 F:      include/uapi/linux/sctp.h
8720 F:      include/net/sctp/
8721 F:      net/sctp/
8722
8723 SCx200 CPU SUPPORT
8724 M:      Jim Cromie <jim.cromie@gmail.com>
8725 S:      Odd Fixes
8726 F:      Documentation/i2c/busses/scx200_acb
8727 F:      arch/x86/platform/scx200/
8728 F:      drivers/watchdog/scx200_wdt.c
8729 F:      drivers/i2c/busses/scx200*
8730 F:      drivers/mtd/maps/scx200_docflash.c
8731 F:      include/linux/scx200.h
8732
8733 SCx200 GPIO DRIVER
8734 M:      Jim Cromie <jim.cromie@gmail.com>
8735 S:      Maintained
8736 F:      drivers/char/scx200_gpio.c
8737 F:      include/linux/scx200_gpio.h
8738
8739 SCx200 HRT CLOCKSOURCE DRIVER
8740 M:      Jim Cromie <jim.cromie@gmail.com>
8741 S:      Maintained
8742 F:      drivers/clocksource/scx200_hrt.c
8743
8744 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8745 M:      Sascha Sommer <saschasommer@freenet.de>
8746 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8747 S:      Maintained
8748 F:      drivers/mmc/host/sdricoh_cs.c
8749
8750 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8751 L:      linux-mmc@vger.kernel.org
8752 S:      Orphan
8753 F:      drivers/mmc/host/sdhci.*
8754 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8755
8756 SECURE COMPUTING
8757 M:      Kees Cook <keescook@chromium.org>
8758 R:      Andy Lutomirski <luto@amacapital.net>
8759 R:      Will Drewry <wad@chromium.org>
8760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8761 S:      Supported
8762 F:      kernel/seccomp.c
8763 F:      include/uapi/linux/seccomp.h
8764 F:      include/linux/seccomp.h
8765 K:      \bsecure_computing
8766 K:      \bTIF_SECCOMP\b
8767
8768 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8769 M:      Ben Dooks <ben-linux@fluff.org>
8770 M:      Jaehoon Chung <jh80.chung@samsung.com>
8771 L:      linux-mmc@vger.kernel.org
8772 S:      Maintained
8773 F:      drivers/mmc/host/sdhci-s3c*
8774
8775 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8776 M:      Viresh Kumar <viresh.linux@gmail.com>
8777 L:      spear-devel@list.st.com
8778 L:      linux-mmc@vger.kernel.org
8779 S:      Maintained
8780 F:      drivers/mmc/host/sdhci-spear.c
8781
8782 SECURITY SUBSYSTEM
8783 M:      James Morris <james.l.morris@oracle.com>
8784 M:      Serge E. Hallyn <serge@hallyn.com>
8785 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8787 W:      http://kernsec.org/
8788 S:      Supported
8789 F:      security/
8790
8791 SECURITY CONTACT
8792 M:      Security Officers <security@kernel.org>
8793 S:      Supported
8794
8795 SELINUX SECURITY MODULE
8796 M:      Paul Moore <paul@paul-moore.com>
8797 M:      Stephen Smalley <sds@tycho.nsa.gov>
8798 M:      Eric Paris <eparis@parisplace.org>
8799 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8800 W:      http://selinuxproject.org
8801 T:      git git://git.infradead.org/users/pcmoore/selinux
8802 S:      Supported
8803 F:      include/linux/selinux*
8804 F:      security/selinux/
8805 F:      scripts/selinux/
8806
8807 APPARMOR SECURITY MODULE
8808 M:      John Johansen <john.johansen@canonical.com>
8809 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8810 W:      apparmor.wiki.kernel.org
8811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8812 S:      Supported
8813 F:      security/apparmor/
8814
8815 SENSABLE PHANTOM
8816 M:      Jiri Slaby <jirislaby@gmail.com>
8817 S:      Maintained
8818 F:      drivers/misc/phantom.c
8819 F:      include/uapi/linux/phantom.h
8820
8821 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8822 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8823 L:      linux-scsi@vger.kernel.org
8824 W:      http://www.emulex.com
8825 S:      Supported
8826 F:      drivers/scsi/be2iscsi/
8827
8828 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8829 M:      Sathya Perla <sathya.perla@avagotech.com>
8830 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8831 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8832 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8833 L:      netdev@vger.kernel.org
8834 W:      http://www.emulex.com
8835 S:      Supported
8836 F:      drivers/net/ethernet/emulex/benet/
8837
8838 EMULEX ONECONNECT ROCE DRIVER
8839 M:      Selvin Xavier <selvin.xavier@emulex.com>
8840 M:      Devesh Sharma <devesh.sharma@emulex.com>
8841 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8842 L:      linux-rdma@vger.kernel.org
8843 W:      http://www.emulex.com
8844 S:      Supported
8845 F:      drivers/infiniband/hw/ocrdma/
8846
8847 SFC NETWORK DRIVER
8848 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8849 M:      Shradha Shah <sshah@solarflare.com>
8850 L:      netdev@vger.kernel.org
8851 S:      Supported
8852 F:      drivers/net/ethernet/sfc/
8853
8854 SGI GRU DRIVER
8855 M:      Dimitri Sivanich <sivanich@sgi.com>
8856 S:      Maintained
8857 F:      drivers/misc/sgi-gru/
8858
8859 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8860 M:      Pat Gefre <pfg@sgi.com>
8861 L:      linux-ia64@vger.kernel.org
8862 S:      Supported
8863 F:      Documentation/ia64/serial.txt
8864 F:      drivers/tty/serial/ioc?_serial.c
8865 F:      include/linux/ioc?.h
8866
8867 SGI XP/XPC/XPNET DRIVER
8868 M:      Cliff Whickman <cpw@sgi.com>
8869 M:      Robin Holt <robinmholt@gmail.com>
8870 S:      Maintained
8871 F:      drivers/misc/sgi-xp/
8872
8873 SI2157 MEDIA DRIVER
8874 M:      Antti Palosaari <crope@iki.fi>
8875 L:      linux-media@vger.kernel.org
8876 W:      http://linuxtv.org/
8877 W:      http://palosaari.fi/linux/
8878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8879 T:      git git://linuxtv.org/anttip/media_tree.git
8880 S:      Maintained
8881 F:      drivers/media/tuners/si2157*
8882
8883 SI2168 MEDIA DRIVER
8884 M:      Antti Palosaari <crope@iki.fi>
8885 L:      linux-media@vger.kernel.org
8886 W:      http://linuxtv.org/
8887 W:      http://palosaari.fi/linux/
8888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8889 T:      git git://linuxtv.org/anttip/media_tree.git
8890 S:      Maintained
8891 F:      drivers/media/dvb-frontends/si2168*
8892
8893 SI470X FM RADIO RECEIVER I2C DRIVER
8894 M:      Hans Verkuil <hverkuil@xs4all.nl>
8895 L:      linux-media@vger.kernel.org
8896 T:      git git://linuxtv.org/media_tree.git
8897 W:      http://linuxtv.org
8898 S:      Odd Fixes
8899 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8900
8901 SI470X FM RADIO RECEIVER USB DRIVER
8902 M:      Hans Verkuil <hverkuil@xs4all.nl>
8903 L:      linux-media@vger.kernel.org
8904 T:      git git://linuxtv.org/media_tree.git
8905 W:      http://linuxtv.org
8906 S:      Maintained
8907 F:      drivers/media/radio/si470x/radio-si470x-common.c
8908 F:      drivers/media/radio/si470x/radio-si470x.h
8909 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8910
8911 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8912 M:      Eduardo Valentin <edubezval@gmail.com>
8913 L:      linux-media@vger.kernel.org
8914 T:      git git://linuxtv.org/media_tree.git
8915 W:      http://linuxtv.org
8916 S:      Odd Fixes
8917 F:      drivers/media/radio/si4713/si4713.?
8918
8919 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8920 M:      Eduardo Valentin <edubezval@gmail.com>
8921 L:      linux-media@vger.kernel.org
8922 T:      git git://linuxtv.org/media_tree.git
8923 W:      http://linuxtv.org
8924 S:      Odd Fixes
8925 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8926
8927 SI4713 FM RADIO TRANSMITTER USB DRIVER
8928 M:      Hans Verkuil <hverkuil@xs4all.nl>
8929 L:      linux-media@vger.kernel.org
8930 T:      git git://linuxtv.org/media_tree.git
8931 W:      http://linuxtv.org
8932 S:      Maintained
8933 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8934
8935 SIANO DVB DRIVER
8936 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8937 L:      linux-media@vger.kernel.org
8938 W:      http://linuxtv.org
8939 T:      git git://linuxtv.org/media_tree.git
8940 S:      Odd fixes
8941 F:      drivers/media/common/siano/
8942 F:      drivers/media/usb/siano/
8943 F:      drivers/media/usb/siano/
8944 F:      drivers/media/mmc/siano/
8945
8946 SIMPLEFB FB DRIVER
8947 M:      Hans de Goede <hdegoede@redhat.com>
8948 L:      linux-fbdev@vger.kernel.org
8949 S:      Maintained
8950 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8951 F:      drivers/video/fbdev/simplefb.c
8952 F:      include/linux/platform_data/simplefb.h
8953
8954 SH_VEU V4L2 MEM2MEM DRIVER
8955 L:      linux-media@vger.kernel.org
8956 S:      Orphan
8957 F:      drivers/media/platform/sh_veu.c
8958
8959 SH_VOU V4L2 OUTPUT DRIVER
8960 L:      linux-media@vger.kernel.org
8961 S:      Orphan
8962 F:      drivers/media/platform/sh_vou.c
8963 F:      include/media/sh_vou.h
8964
8965 SIMPLE FIRMWARE INTERFACE (SFI)
8966 M:      Len Brown <lenb@kernel.org>
8967 L:      sfi-devel@simplefirmware.org
8968 W:      http://simplefirmware.org/
8969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8970 S:      Supported
8971 F:      arch/x86/platform/sfi/
8972 F:      drivers/sfi/
8973 F:      include/linux/sfi*.h
8974
8975 SIMTEC EB110ATX (Chalice CATS)
8976 P:      Ben Dooks
8977 P:      Vincent Sanders <vince@simtec.co.uk>
8978 M:      Simtec Linux Team <linux@simtec.co.uk>
8979 W:      http://www.simtec.co.uk/products/EB110ATX/
8980 S:      Supported
8981
8982 SIMTEC EB2410ITX (BAST)
8983 P:      Ben Dooks
8984 P:      Vincent Sanders <vince@simtec.co.uk>
8985 M:      Simtec Linux Team <linux@simtec.co.uk>
8986 W:      http://www.simtec.co.uk/products/EB2410ITX/
8987 S:      Supported
8988 F:      arch/arm/mach-s3c24xx/mach-bast.c
8989 F:      arch/arm/mach-s3c24xx/bast-ide.c
8990 F:      arch/arm/mach-s3c24xx/bast-irq.c
8991
8992 TI DAVINCI MACHINE SUPPORT
8993 M:      Sekhar Nori <nsekhar@ti.com>
8994 M:      Kevin Hilman <khilman@deeprootsystems.com>
8995 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8996 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8997 S:      Supported
8998 F:      arch/arm/mach-davinci/
8999 F:      drivers/i2c/busses/i2c-davinci.c
9000
9001 TI DAVINCI SERIES MEDIA DRIVER
9002 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9003 L:      linux-media@vger.kernel.org
9004 W:      http://linuxtv.org/
9005 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9006 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9007 S:      Maintained
9008 F:      drivers/media/platform/davinci/
9009 F:      include/media/davinci/
9010
9011 TI AM437X VPFE DRIVER
9012 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9013 L:      linux-media@vger.kernel.org
9014 W:      http://linuxtv.org/
9015 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9016 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9017 S:      Maintained
9018 F:      drivers/media/platform/am437x/
9019
9020 OV2659 OMNIVISION SENSOR DRIVER
9021 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9022 L:      linux-media@vger.kernel.org
9023 W:      http://linuxtv.org/
9024 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9025 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9026 S:      Maintained
9027 F:      drivers/media/i2c/ov2659.c
9028 F:      include/media/ov2659.h
9029
9030 SIS 190 ETHERNET DRIVER
9031 M:      Francois Romieu <romieu@fr.zoreil.com>
9032 L:      netdev@vger.kernel.org
9033 S:      Maintained
9034 F:      drivers/net/ethernet/sis/sis190.c
9035
9036 SIS 900/7016 FAST ETHERNET DRIVER
9037 M:      Daniele Venzano <venza@brownhat.org>
9038 W:      http://www.brownhat.org/sis900.html
9039 L:      netdev@vger.kernel.org
9040 S:      Maintained
9041 F:      drivers/net/ethernet/sis/sis900.*
9042
9043 SIS FRAMEBUFFER DRIVER
9044 M:      Thomas Winischhofer <thomas@winischhofer.net>
9045 W:      http://www.winischhofer.net/linuxsisvga.shtml
9046 S:      Maintained
9047 F:      Documentation/fb/sisfb.txt
9048 F:      drivers/video/fbdev/sis/
9049 F:      include/video/sisfb.h
9050
9051 SIS USB2VGA DRIVER
9052 M:      Thomas Winischhofer <thomas@winischhofer.net>
9053 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9054 S:      Maintained
9055 F:      drivers/usb/misc/sisusbvga/
9056
9057 SLAB ALLOCATOR
9058 M:      Christoph Lameter <cl@linux.com>
9059 M:      Pekka Enberg <penberg@kernel.org>
9060 M:      David Rientjes <rientjes@google.com>
9061 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9062 M:      Andrew Morton <akpm@linux-foundation.org>
9063 L:      linux-mm@kvack.org
9064 S:      Maintained
9065 F:      include/linux/sl?b*.h
9066 F:      mm/sl?b*
9067
9068 SLEEPABLE READ-COPY UPDATE (SRCU)
9069 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9070 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9071 M:      Josh Triplett <josh@joshtriplett.org>
9072 R:      Steven Rostedt <rostedt@goodmis.org>
9073 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9074 L:      linux-kernel@vger.kernel.org
9075 W:      http://www.rdrop.com/users/paulmck/RCU/
9076 S:      Supported
9077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9078 F:      include/linux/srcu.h
9079 F:      kernel/rcu/srcu.c
9080
9081 SMACK SECURITY MODULE
9082 M:      Casey Schaufler <casey@schaufler-ca.com>
9083 L:      linux-security-module@vger.kernel.org
9084 W:      http://schaufler-ca.com
9085 T:      git git://git.gitorious.org/smack-next/kernel.git
9086 S:      Maintained
9087 F:      Documentation/security/Smack.txt
9088 F:      security/smack/
9089
9090 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9091 M:      Kevin Hilman <khilman@kernel.org>
9092 M:      Nishanth Menon <nm@ti.com>
9093 S:      Maintained
9094 F:      drivers/power/avs/
9095 F:      include/linux/power/smartreflex.h
9096 L:      linux-pm@vger.kernel.org
9097
9098 SMC91x ETHERNET DRIVER
9099 M:      Nicolas Pitre <nico@fluxnic.net>
9100 S:      Odd Fixes
9101 F:      drivers/net/ethernet/smsc/smc91x.*
9102
9103 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9104 M:      Sakari Ailus <sakari.ailus@iki.fi>
9105 L:      linux-media@vger.kernel.org
9106 S:      Maintained
9107 F:      drivers/media/i2c/smiapp/
9108 F:      include/media/smiapp.h
9109 F:      drivers/media/i2c/smiapp-pll.c
9110 F:      drivers/media/i2c/smiapp-pll.h
9111 F:      include/uapi/linux/smiapp.h
9112 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9113
9114 SMM665 HARDWARE MONITOR DRIVER
9115 M:      Guenter Roeck <linux@roeck-us.net>
9116 L:      lm-sensors@lm-sensors.org
9117 S:      Maintained
9118 F:      Documentation/hwmon/smm665
9119 F:      drivers/hwmon/smm665.c
9120
9121 SMSC EMC2103 HARDWARE MONITOR DRIVER
9122 M:      Steve Glendinning <steve.glendinning@shawell.net>
9123 L:      lm-sensors@lm-sensors.org
9124 S:      Maintained
9125 F:      Documentation/hwmon/emc2103
9126 F:      drivers/hwmon/emc2103.c
9127
9128 SMSC SCH5627 HARDWARE MONITOR DRIVER
9129 M:      Hans de Goede <hdegoede@redhat.com>
9130 L:      lm-sensors@lm-sensors.org
9131 S:      Supported
9132 F:      Documentation/hwmon/sch5627
9133 F:      drivers/hwmon/sch5627.c
9134
9135 SMSC47B397 HARDWARE MONITOR DRIVER
9136 M:      Jean Delvare <jdelvare@suse.de>
9137 L:      lm-sensors@lm-sensors.org
9138 S:      Maintained
9139 F:      Documentation/hwmon/smsc47b397
9140 F:      drivers/hwmon/smsc47b397.c
9141
9142 SMSC911x ETHERNET DRIVER
9143 M:      Steve Glendinning <steve.glendinning@shawell.net>
9144 L:      netdev@vger.kernel.org
9145 S:      Maintained
9146 F:      include/linux/smsc911x.h
9147 F:      drivers/net/ethernet/smsc/smsc911x.*
9148
9149 SMSC9420 PCI ETHERNET DRIVER
9150 M:      Steve Glendinning <steve.glendinning@shawell.net>
9151 L:      netdev@vger.kernel.org
9152 S:      Maintained
9153 F:      drivers/net/ethernet/smsc/smsc9420.*
9154
9155 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9156 M:      Steve Glendinning <steve.glendinning@shawell.net>
9157 L:      linux-fbdev@vger.kernel.org
9158 S:      Maintained
9159 F:      drivers/video/fbdev/smscufx.c
9160
9161 SOC-CAMERA V4L2 SUBSYSTEM
9162 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9163 L:      linux-media@vger.kernel.org
9164 T:      git git://linuxtv.org/media_tree.git
9165 S:      Maintained
9166 F:      include/media/soc*
9167 F:      drivers/media/i2c/soc_camera/
9168 F:      drivers/media/platform/soc_camera/
9169
9170 SOEKRIS NET48XX LED SUPPORT
9171 M:      Chris Boot <bootc@bootc.net>
9172 S:      Maintained
9173 F:      drivers/leds/leds-net48xx.c
9174
9175 SOFTLOGIC 6x10 MPEG CODEC
9176 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9177 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9178 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9179 M:      Ismael Luceno <ismael@iodev.co.uk>
9180 L:      linux-media@vger.kernel.org
9181 S:      Supported
9182 F:      drivers/media/pci/solo6x10/
9183
9184 SOFTWARE RAID (Multiple Disks) SUPPORT
9185 M:      Neil Brown <neilb@suse.de>
9186 L:      linux-raid@vger.kernel.org
9187 S:      Supported
9188 F:      drivers/md/
9189 F:      include/linux/raid/
9190 F:      include/uapi/linux/raid/
9191
9192 SONIC NETWORK DRIVER
9193 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9194 L:      netdev@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/net/ethernet/natsemi/sonic.*
9197
9198 SONICS SILICON BACKPLANE DRIVER (SSB)
9199 M:      Michael Buesch <m@bues.ch>
9200 L:      netdev@vger.kernel.org
9201 S:      Maintained
9202 F:      drivers/ssb/
9203 F:      include/linux/ssb/
9204
9205 SONY VAIO CONTROL DEVICE DRIVER
9206 M:      Mattia Dongili <malattia@linux.it>
9207 L:      platform-driver-x86@vger.kernel.org
9208 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9209 S:      Maintained
9210 F:      Documentation/laptops/sony-laptop.txt
9211 F:      drivers/char/sonypi.c
9212 F:      drivers/platform/x86/sony-laptop.c
9213 F:      include/linux/sony-laptop.h
9214
9215 SONY MEMORYSTICK CARD SUPPORT
9216 M:      Alex Dubov <oakad@yahoo.com>
9217 W:      http://tifmxx.berlios.de/
9218 S:      Maintained
9219 F:      drivers/memstick/host/tifm_ms.c
9220
9221 SONY MEMORYSTICK STANDARD SUPPORT
9222 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9223 S:      Maintained
9224 F:      drivers/memstick/core/ms_block.*
9225
9226 SOUND
9227 M:      Jaroslav Kysela <perex@perex.cz>
9228 M:      Takashi Iwai <tiwai@suse.de>
9229 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9230 W:      http://www.alsa-project.org/
9231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9232 T:      git git://git.alsa-project.org/alsa-kernel.git
9233 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9234 S:      Maintained
9235 F:      Documentation/sound/
9236 F:      include/sound/
9237 F:      include/uapi/sound/
9238 F:      sound/
9239
9240 SOUND - COMPRESSED AUDIO
9241 M:      Vinod Koul <vinod.koul@intel.com>
9242 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9244 S:      Supported
9245 F:      Documentation/sound/alsa/compress_offload.txt
9246 F:      include/sound/compress_driver.h
9247 F:      include/uapi/sound/compress_*
9248 F:      sound/core/compress_offload.c
9249 F:      sound/soc/soc-compress.c
9250
9251 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9252 M:      Liam Girdwood <lgirdwood@gmail.com>
9253 M:      Mark Brown <broonie@kernel.org>
9254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9255 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9256 W:      http://alsa-project.org/main/index.php/ASoC
9257 S:      Supported
9258 F:      Documentation/sound/alsa/soc/
9259 F:      sound/soc/
9260 F:      include/sound/soc*
9261
9262 SOUND - DMAENGINE HELPERS
9263 M:      Lars-Peter Clausen <lars@metafoo.de>
9264 S:      Supported
9265 F:      include/sound/dmaengine_pcm.h
9266 F:      sound/core/pcm_dmaengine.c
9267 F:      sound/soc/soc-generic-dmaengine-pcm.c
9268
9269 SP2 MEDIA DRIVER
9270 M:      Olli Salonen <olli.salonen@iki.fi>
9271 L:      linux-media@vger.kernel.org
9272 W:      http://linuxtv.org/
9273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9274 S:      Maintained
9275 F:      drivers/media/dvb-frontends/sp2*
9276
9277 SPARC + UltraSPARC (sparc/sparc64)
9278 M:      "David S. Miller" <davem@davemloft.net>
9279 L:      sparclinux@vger.kernel.org
9280 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9283 S:      Maintained
9284 F:      arch/sparc/
9285 F:      drivers/sbus/
9286
9287 SPARC SERIAL DRIVERS
9288 M:      "David S. Miller" <davem@davemloft.net>
9289 L:      sparclinux@vger.kernel.org
9290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9292 S:      Maintained
9293 F:      include/linux/sunserialcore.h
9294 F:      drivers/tty/serial/suncore.c
9295 F:      drivers/tty/serial/sunhv.c
9296 F:      drivers/tty/serial/sunsab.c
9297 F:      drivers/tty/serial/sunsab.h
9298 F:      drivers/tty/serial/sunsu.c
9299 F:      drivers/tty/serial/sunzilog.c
9300 F:      drivers/tty/serial/sunzilog.h
9301
9302 SPARSE CHECKER
9303 M:      "Christopher Li" <sparse@chrisli.org>
9304 L:      linux-sparse@vger.kernel.org
9305 W:      https://sparse.wiki.kernel.org/
9306 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9307 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9308 S:      Maintained
9309 F:      include/linux/compiler.h
9310
9311 SPEAR PLATFORM SUPPORT
9312 M:      Viresh Kumar <viresh.linux@gmail.com>
9313 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9314 L:      spear-devel@list.st.com
9315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9316 W:      http://www.st.com/spear
9317 S:      Maintained
9318 F:      arch/arm/mach-spear/
9319
9320 SPEAR CLOCK FRAMEWORK SUPPORT
9321 M:      Viresh Kumar <viresh.linux@gmail.com>
9322 L:      spear-devel@list.st.com
9323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9324 W:      http://www.st.com/spear
9325 S:      Maintained
9326 F:      drivers/clk/spear/
9327
9328 SPI SUBSYSTEM
9329 M:      Mark Brown <broonie@kernel.org>
9330 L:      linux-spi@vger.kernel.org
9331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9332 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9333 S:      Maintained
9334 F:      Documentation/spi/
9335 F:      drivers/spi/
9336 F:      include/linux/spi/
9337 F:      include/uapi/linux/spi/
9338
9339 SPIDERNET NETWORK DRIVER for CELL
9340 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9341 M:      Jens Osterkamp <jens@de.ibm.com>
9342 L:      netdev@vger.kernel.org
9343 S:      Supported
9344 F:      Documentation/networking/spider_net.txt
9345 F:      drivers/net/ethernet/toshiba/spider_net*
9346
9347 SPU FILE SYSTEM
9348 M:      Jeremy Kerr <jk@ozlabs.org>
9349 L:      linuxppc-dev@lists.ozlabs.org
9350 L:      cbe-oss-dev@lists.ozlabs.org
9351 W:      http://www.ibm.com/developerworks/power/cell/
9352 S:      Supported
9353 F:      Documentation/filesystems/spufs.txt
9354 F:      arch/powerpc/platforms/cell/spufs/
9355
9356 SQUASHFS FILE SYSTEM
9357 M:      Phillip Lougher <phillip@squashfs.org.uk>
9358 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9359 W:      http://squashfs.org.uk
9360 S:      Maintained
9361 F:      Documentation/filesystems/squashfs.txt
9362 F:      fs/squashfs/
9363
9364 SRM (Alpha) environment access
9365 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9366 S:      Maintained
9367 F:      arch/alpha/kernel/srm_env.c
9368
9369 STABLE BRANCH
9370 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9371 L:      stable@vger.kernel.org
9372 S:      Supported
9373 F:      Documentation/stable_kernel_rules.txt
9374
9375 STAGING SUBSYSTEM
9376 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9378 L:      devel@driverdev.osuosl.org
9379 S:      Supported
9380 F:      drivers/staging/
9381
9382 STAGING - COMEDI
9383 M:      Ian Abbott <abbotti@mev.co.uk>
9384 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9385 S:      Odd Fixes
9386 F:      drivers/staging/comedi/
9387
9388 STAGING - FLARION FT1000 DRIVERS
9389 M:      Marek Belisko <marek.belisko@gmail.com>
9390 S:      Odd Fixes
9391 F:      drivers/staging/ft1000/
9392
9393 STAGING - INDUSTRIAL IO
9394 M:      Jonathan Cameron <jic23@kernel.org>
9395 L:      linux-iio@vger.kernel.org
9396 S:      Odd Fixes
9397 F:      drivers/staging/iio/
9398
9399 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9400 M:      Jarod Wilson <jarod@wilsonet.com>
9401 W:      http://www.lirc.org/
9402 S:      Odd Fixes
9403 F:      drivers/staging/media/lirc/
9404
9405 STAGING - LUSTRE PARALLEL FILESYSTEM
9406 M:      Oleg Drokin <oleg.drokin@intel.com>
9407 M:      Andreas Dilger <andreas.dilger@intel.com>
9408 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9409 W:      http://lustre.opensfs.org/
9410 S:      Maintained
9411 F:      drivers/staging/lustre
9412
9413 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9414 M:      Julian Andres Klode <jak@jak-linux.org>
9415 M:      Marc Dietrich <marvin24@gmx.de>
9416 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9417 L:      linux-tegra@vger.kernel.org
9418 S:      Maintained
9419 F:      drivers/staging/nvec/
9420
9421 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9422 M:      Jens Frederich <jfrederich@gmail.com>
9423 M:      Daniel Drake <dsd@laptop.org>
9424 M:      Jon Nettleton <jon.nettleton@gmail.com>
9425 W:      http://wiki.laptop.org/go/DCON
9426 S:      Maintained
9427 F:      drivers/staging/olpc_dcon/
9428
9429 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9430 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9431 S:      Maintained
9432 F:      drivers/staging/ozwpan/
9433
9434 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9435 M:      Willy Tarreau <willy@meta-x.org>
9436 S:      Odd Fixes
9437 F:      drivers/staging/panel/
9438
9439 STAGING - REALTEK RTL8712U DRIVERS
9440 M:      Larry Finger <Larry.Finger@lwfinger.net>
9441 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9442 S:      Odd Fixes
9443 F:      drivers/staging/rtl8712/
9444
9445 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9446 M:      Larry Finger <Larry.Finger@lwfinger.net>
9447 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9448 L:      linux-wireless@vger.kernel.org
9449 S:      Maintained
9450 F:      drivers/staging/rtl8723au/
9451
9452 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9453 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9454 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9455 M:      Sudip Mukherjee <sudip@vectorindia.org>
9456 L:      linux-fbdev@vger.kernel.org
9457 S:      Maintained
9458 F:      drivers/staging/sm7xxfb/
9459
9460 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9461 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9462 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9463 M:      Sudip Mukherjee <sudip@vectorindia.org>
9464 L:      linux-fbdev@vger.kernel.org
9465 S:      Maintained
9466 F:      drivers/staging/sm750fb/
9467
9468 STAGING - SLICOSS
9469 M:      Lior Dotan <liodot@gmail.com>
9470 M:      Christopher Harrer <charrer@alacritech.com>
9471 S:      Odd Fixes
9472 F:      drivers/staging/slicoss/
9473
9474 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9475 M:      William Hubbs <w.d.hubbs@gmail.com>
9476 M:      Chris Brannon <chris@the-brannons.com>
9477 M:      Kirk Reiser <kirk@reisers.ca>
9478 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9479 L:      speakup@linux-speakup.org
9480 W:      http://www.linux-speakup.org/
9481 S:      Odd Fixes
9482 F:      drivers/staging/speakup/
9483
9484 STAGING - VIA VT665X DRIVERS
9485 M:      Forest Bond <forest@alittletooquiet.net>
9486 S:      Odd Fixes
9487 F:      drivers/staging/vt665?/
9488
9489 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9490 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9491 S:      Odd Fixes
9492 F:      drivers/staging/xgifb/
9493
9494 STARFIRE/DURALAN NETWORK DRIVER
9495 M:      Ion Badulescu <ionut@badula.org>
9496 S:      Odd Fixes
9497 F:      drivers/net/ethernet/adaptec/starfire*
9498
9499 SUN3/3X
9500 M:      Sam Creasey <sammy@sammy.net>
9501 W:      http://sammy.net/sun3/
9502 S:      Maintained
9503 F:      arch/m68k/kernel/*sun3*
9504 F:      arch/m68k/sun3*/
9505 F:      arch/m68k/include/asm/sun3*
9506 F:      drivers/net/ethernet/i825xx/sun3*
9507
9508 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9509 M:      Hans de Goede <hdegoede@redhat.com>
9510 L:      linux-input@vger.kernel.org
9511 S:      Maintained
9512 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9513 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9514
9515 SUNDANCE NETWORK DRIVER
9516 M:      Denis Kirjanov <kda@linux-powerpc.org>
9517 L:      netdev@vger.kernel.org
9518 S:      Maintained
9519 F:      drivers/net/ethernet/dlink/sundance.c
9520
9521 SUPERH
9522 L:      linux-sh@vger.kernel.org
9523 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9524 S:      Orphan
9525 F:      Documentation/sh/
9526 F:      arch/sh/
9527 F:      drivers/sh/
9528
9529 SUSPEND TO RAM
9530 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9531 M:      Len Brown <len.brown@intel.com>
9532 M:      Pavel Machek <pavel@ucw.cz>
9533 L:      linux-pm@vger.kernel.org
9534 S:      Supported
9535 F:      Documentation/power/
9536 F:      arch/x86/kernel/acpi/
9537 F:      drivers/base/power/
9538 F:      kernel/power/
9539 F:      include/linux/suspend.h
9540 F:      include/linux/freezer.h
9541 F:      include/linux/pm.h
9542
9543 SVGA HANDLING
9544 M:      Martin Mares <mj@ucw.cz>
9545 L:      linux-video@atrey.karlin.mff.cuni.cz
9546 S:      Maintained
9547 F:      Documentation/svga.txt
9548 F:      arch/x86/boot/video*
9549
9550 SWIOTLB SUBSYSTEM
9551 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9552 L:      linux-kernel@vger.kernel.org
9553 S:      Supported
9554 F:      lib/swiotlb.c
9555 F:      arch/*/kernel/pci-swiotlb.c
9556 F:      include/linux/swiotlb.h
9557
9558 SWITCHDEV
9559 M:      Jiri Pirko <jiri@resnulli.us>
9560 L:      netdev@vger.kernel.org
9561 S:      Supported
9562 F:      net/switchdev/
9563 F:      include/net/switchdev.h
9564
9565 SYNOPSYS ARC ARCHITECTURE
9566 M:      Vineet Gupta <vgupta@synopsys.com>
9567 S:      Supported
9568 F:      arch/arc/
9569 F:      Documentation/devicetree/bindings/arc/
9570 F:      drivers/tty/serial/arc_uart.c
9571
9572 SYSV FILESYSTEM
9573 M:      Christoph Hellwig <hch@infradead.org>
9574 S:      Maintained
9575 F:      Documentation/filesystems/sysv-fs.txt
9576 F:      fs/sysv/
9577 F:      include/linux/sysv_fs.h
9578
9579 TARGET SUBSYSTEM
9580 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9581 L:      linux-scsi@vger.kernel.org
9582 L:      target-devel@vger.kernel.org
9583 W:      http://www.linux-iscsi.org
9584 W:      http://groups.google.com/group/linux-iscsi-target-dev
9585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9586 S:      Supported
9587 F:      drivers/target/
9588 F:      include/target/
9589 F:      Documentation/target/
9590
9591 TASKSTATS STATISTICS INTERFACE
9592 M:      Balbir Singh <bsingharora@gmail.com>
9593 S:      Maintained
9594 F:      Documentation/accounting/taskstats*
9595 F:      include/linux/taskstats*
9596 F:      kernel/taskstats.c
9597
9598 TC CLASSIFIER
9599 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9600 L:      netdev@vger.kernel.org
9601 S:      Maintained
9602 F:      include/net/pkt_cls.h
9603 F:      include/uapi/linux/pkt_cls.h
9604 F:      net/sched/
9605
9606 TCP LOW PRIORITY MODULE
9607 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9608 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9609 W:      http://tcp-lp-mod.sourceforge.net/
9610 S:      Maintained
9611 F:      net/ipv4/tcp_lp.c
9612
9613 TDA10071 MEDIA DRIVER
9614 M:      Antti Palosaari <crope@iki.fi>
9615 L:      linux-media@vger.kernel.org
9616 W:      http://linuxtv.org/
9617 W:      http://palosaari.fi/linux/
9618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9619 T:      git git://linuxtv.org/anttip/media_tree.git
9620 S:      Maintained
9621 F:      drivers/media/dvb-frontends/tda10071*
9622
9623 TDA18212 MEDIA DRIVER
9624 M:      Antti Palosaari <crope@iki.fi>
9625 L:      linux-media@vger.kernel.org
9626 W:      http://linuxtv.org/
9627 W:      http://palosaari.fi/linux/
9628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9629 T:      git git://linuxtv.org/anttip/media_tree.git
9630 S:      Maintained
9631 F:      drivers/media/tuners/tda18212*
9632
9633 TDA18218 MEDIA DRIVER
9634 M:      Antti Palosaari <crope@iki.fi>
9635 L:      linux-media@vger.kernel.org
9636 W:      http://linuxtv.org/
9637 W:      http://palosaari.fi/linux/
9638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9639 T:      git git://linuxtv.org/anttip/media_tree.git
9640 S:      Maintained
9641 F:      drivers/media/tuners/tda18218*
9642
9643 TDA18271 MEDIA DRIVER
9644 M:      Michael Krufky <mkrufky@linuxtv.org>
9645 L:      linux-media@vger.kernel.org
9646 W:      http://linuxtv.org/
9647 W:      http://github.com/mkrufky
9648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9649 T:      git git://linuxtv.org/mkrufky/tuners.git
9650 S:      Maintained
9651 F:      drivers/media/tuners/tda18271*
9652
9653 TDA827x MEDIA DRIVER
9654 M:      Michael Krufky <mkrufky@linuxtv.org>
9655 L:      linux-media@vger.kernel.org
9656 W:      http://linuxtv.org/
9657 W:      http://github.com/mkrufky
9658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9659 T:      git git://linuxtv.org/mkrufky/tuners.git
9660 S:      Maintained
9661 F:      drivers/media/tuners/tda8290.*
9662
9663 TDA8290 MEDIA DRIVER
9664 M:      Michael Krufky <mkrufky@linuxtv.org>
9665 L:      linux-media@vger.kernel.org
9666 W:      http://linuxtv.org/
9667 W:      http://github.com/mkrufky
9668 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9669 T:      git git://linuxtv.org/mkrufky/tuners.git
9670 S:      Maintained
9671 F:      drivers/media/tuners/tda8290.*
9672
9673 TDA9840 MEDIA DRIVER
9674 M:      Hans Verkuil <hverkuil@xs4all.nl>
9675 L:      linux-media@vger.kernel.org
9676 T:      git git://linuxtv.org/media_tree.git
9677 W:      http://linuxtv.org
9678 S:      Maintained
9679 F:      drivers/media/i2c/tda9840*
9680
9681 TEA5761 TUNER DRIVER
9682 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9683 L:      linux-media@vger.kernel.org
9684 W:      http://linuxtv.org
9685 T:      git git://linuxtv.org/media_tree.git
9686 S:      Odd fixes
9687 F:      drivers/media/tuners/tea5761.*
9688
9689 TEA5767 TUNER DRIVER
9690 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9691 L:      linux-media@vger.kernel.org
9692 W:      http://linuxtv.org
9693 T:      git git://linuxtv.org/media_tree.git
9694 S:      Maintained
9695 F:      drivers/media/tuners/tea5767.*
9696
9697 TEA6415C MEDIA DRIVER
9698 M:      Hans Verkuil <hverkuil@xs4all.nl>
9699 L:      linux-media@vger.kernel.org
9700 T:      git git://linuxtv.org/media_tree.git
9701 W:      http://linuxtv.org
9702 S:      Maintained
9703 F:      drivers/media/i2c/tea6415c*
9704
9705 TEA6420 MEDIA DRIVER
9706 M:      Hans Verkuil <hverkuil@xs4all.nl>
9707 L:      linux-media@vger.kernel.org
9708 T:      git git://linuxtv.org/media_tree.git
9709 W:      http://linuxtv.org
9710 S:      Maintained
9711 F:      drivers/media/i2c/tea6420*
9712
9713 TEAM DRIVER
9714 M:      Jiri Pirko <jiri@resnulli.us>
9715 L:      netdev@vger.kernel.org
9716 S:      Supported
9717 F:      drivers/net/team/
9718 F:      include/linux/if_team.h
9719 F:      include/uapi/linux/if_team.h
9720
9721 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9722 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9723 S:      Maintained
9724 F:      arch/x86/platform/ts5500/
9725
9726 TECHNOTREND USB IR RECEIVER
9727 M:      Sean Young <sean@mess.org>
9728 L:      linux-media@vger.kernel.org
9729 S:      Maintained
9730 F:      drivers/media/rc/ttusbir.c
9731
9732 TEGRA ARCHITECTURE SUPPORT
9733 M:      Stephen Warren <swarren@wwwdotorg.org>
9734 M:      Thierry Reding <thierry.reding@gmail.com>
9735 M:      Alexandre Courbot <gnurou@gmail.com>
9736 L:      linux-tegra@vger.kernel.org
9737 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9739 S:      Supported
9740 N:      [^a-z]tegra
9741
9742 TEGRA CLOCK DRIVER
9743 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9744 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9745 S:      Supported
9746 F:      drivers/clk/tegra/
9747
9748 TEGRA DMA DRIVER
9749 M:      Laxman Dewangan <ldewangan@nvidia.com>
9750 S:      Supported
9751 F:      drivers/dma/tegra20-apb-dma.c
9752
9753 TEGRA I2C DRIVER
9754 M:      Laxman Dewangan <ldewangan@nvidia.com>
9755 S:      Supported
9756 F:      drivers/i2c/busses/i2c-tegra.c
9757
9758 TEGRA IOMMU DRIVERS
9759 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9760 S:      Supported
9761 F:      drivers/iommu/tegra*
9762
9763 TEGRA KBC DRIVER
9764 M:      Rakesh Iyer <riyer@nvidia.com>
9765 M:      Laxman Dewangan <ldewangan@nvidia.com>
9766 S:      Supported
9767 F:      drivers/input/keyboard/tegra-kbc.c
9768
9769 TEGRA PWM DRIVER
9770 M:      Thierry Reding <thierry.reding@gmail.com>
9771 S:      Supported
9772 F:      drivers/pwm/pwm-tegra.c
9773
9774 TEGRA SERIAL DRIVER
9775 M:      Laxman Dewangan <ldewangan@nvidia.com>
9776 S:      Supported
9777 F:      drivers/tty/serial/serial-tegra.c
9778
9779 TEGRA SPI DRIVER
9780 M:      Laxman Dewangan <ldewangan@nvidia.com>
9781 S:      Supported
9782 F:      drivers/spi/spi-tegra*
9783
9784 TEHUTI ETHERNET DRIVER
9785 M:      Andy Gospodarek <andy@greyhouse.net>
9786 L:      netdev@vger.kernel.org
9787 S:      Supported
9788 F:      drivers/net/ethernet/tehuti/*
9789
9790 Telecom Clock Driver for MCPL0010
9791 M:      Mark Gross <mark.gross@intel.com>
9792 S:      Supported
9793 F:      drivers/char/tlclk.c
9794
9795 TENSILICA XTENSA PORT (xtensa)
9796 M:      Chris Zankel <chris@zankel.net>
9797 M:      Max Filippov <jcmvbkbc@gmail.com>
9798 L:      linux-xtensa@linux-xtensa.org
9799 S:      Maintained
9800 F:      arch/xtensa/
9801 F:      drivers/irqchip/irq-xtensa-*
9802
9803 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9804 M:      Hans Verkuil <hverkuil@xs4all.nl>
9805 L:      linux-media@vger.kernel.org
9806 T:      git git://linuxtv.org/media_tree.git
9807 W:      http://linuxtv.org
9808 S:      Maintained
9809 F:      drivers/media/radio/radio-raremono.c
9810
9811 THERMAL
9812 M:      Zhang Rui <rui.zhang@intel.com>
9813 M:      Eduardo Valentin <edubezval@gmail.com>
9814 L:      linux-pm@vger.kernel.org
9815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9817 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9818 S:      Supported
9819 F:      drivers/thermal/
9820 F:      include/linux/thermal.h
9821 F:      include/uapi/linux/thermal.h
9822 F:      include/linux/cpu_cooling.h
9823 F:      Documentation/devicetree/bindings/thermal/
9824
9825 THINGM BLINK(1) USB RGB LED DRIVER
9826 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9827 S:      Maintained
9828 F:      drivers/hid/hid-thingm.c
9829
9830 THINKPAD ACPI EXTRAS DRIVER
9831 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9832 L:      ibm-acpi-devel@lists.sourceforge.net
9833 L:      platform-driver-x86@vger.kernel.org
9834 W:      http://ibm-acpi.sourceforge.net
9835 W:      http://thinkwiki.org/wiki/Ibm-acpi
9836 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9837 S:      Maintained
9838 F:      drivers/platform/x86/thinkpad_acpi.c
9839
9840 TI BANDGAP AND THERMAL DRIVER
9841 M:      Eduardo Valentin <edubezval@gmail.com>
9842 L:      linux-pm@vger.kernel.org
9843 L:      linux-omap@vger.kernel.org
9844 S:      Maintained
9845 F:      drivers/thermal/ti-soc-thermal/
9846
9847 TI CDCE706 CLOCK DRIVER
9848 M:      Max Filippov <jcmvbkbc@gmail.com>
9849 S:      Maintained
9850 F:      drivers/clk/clk-cdce706.c
9851
9852 TI CLOCK DRIVER
9853 M:      Tero Kristo <t-kristo@ti.com>
9854 L:      linux-omap@vger.kernel.org
9855 S:      Maintained
9856 F:      drivers/clk/ti/
9857 F:      include/linux/clk/ti.h
9858
9859 TI FLASH MEDIA INTERFACE DRIVER
9860 M:      Alex Dubov <oakad@yahoo.com>
9861 S:      Maintained
9862 F:      drivers/misc/tifm*
9863 F:      drivers/mmc/host/tifm_sd.c
9864 F:      include/linux/tifm.h
9865
9866 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9867 M:      Santosh Shilimkar <ssantosh@kernel.org>
9868 L:      linux-kernel@vger.kernel.org
9869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9870 S:      Maintained
9871 F:      drivers/soc/ti/*
9872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9873
9874
9875 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9876 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9877 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9879 S:      Maintained
9880 F:      sound/soc/codecs/lm49453*
9881 F:      sound/soc/codecs/isabelle*
9882
9883 TI LP855x BACKLIGHT DRIVER
9884 M:      Milo Kim <milo.kim@ti.com>
9885 S:      Maintained
9886 F:      Documentation/backlight/lp855x-driver.txt
9887 F:      drivers/video/backlight/lp855x_bl.c
9888 F:      include/linux/platform_data/lp855x.h
9889
9890 TI LP8727 CHARGER DRIVER
9891 M:      Milo Kim <milo.kim@ti.com>
9892 S:      Maintained
9893 F:      drivers/power/lp8727_charger.c
9894 F:      include/linux/platform_data/lp8727.h
9895
9896 TI LP8788 MFD DRIVER
9897 M:      Milo Kim <milo.kim@ti.com>
9898 S:      Maintained
9899 F:      drivers/iio/adc/lp8788_adc.c
9900 F:      drivers/leds/leds-lp8788.c
9901 F:      drivers/mfd/lp8788*.c
9902 F:      drivers/power/lp8788-charger.c
9903 F:      drivers/regulator/lp8788-*.c
9904 F:      include/linux/mfd/lp8788*.h
9905
9906 TI NETCP ETHERNET DRIVER
9907 M:      Wingman Kwok <w-kwok2@ti.com>
9908 M:      Murali Karicheri <m-karicheri2@ti.com>
9909 L:      netdev@vger.kernel.org
9910 S:      Maintained
9911 F:      drivers/net/ethernet/ti/netcp*
9912
9913 TI TWL4030 SERIES SOC CODEC DRIVER
9914 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9915 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9916 S:      Maintained
9917 F:      sound/soc/codecs/twl4030*
9918
9919 TI WILINK WIRELESS DRIVERS
9920 L:      linux-wireless@vger.kernel.org
9921 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9922 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9924 S:      Orphan
9925 F:      drivers/net/wireless/ti/
9926 F:      include/linux/wl12xx.h
9927
9928 TIPC NETWORK LAYER
9929 M:      Jon Maloy <jon.maloy@ericsson.com>
9930 M:      Ying Xue <ying.xue@windriver.com>
9931 L:      netdev@vger.kernel.org (core kernel code)
9932 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9933 W:      http://tipc.sourceforge.net/
9934 S:      Maintained
9935 F:      include/uapi/linux/tipc*.h
9936 F:      net/tipc/
9937
9938 TILE ARCHITECTURE
9939 M:      Chris Metcalf <cmetcalf@ezchip.com>
9940 W:      http://www.ezchip.com/scm/
9941 S:      Supported
9942 F:      arch/tile/
9943 F:      drivers/char/tile-srom.c
9944 F:      drivers/edac/tile_edac.c
9945 F:      drivers/net/ethernet/tile/
9946 F:      drivers/rtc/rtc-tile.c
9947 F:      drivers/tty/hvc/hvc_tile.c
9948 F:      drivers/tty/serial/tilegx.c
9949 F:      drivers/usb/host/*-tilegx.c
9950 F:      include/linux/usb/tilegx.h
9951
9952 TLAN NETWORK DRIVER
9953 M:      Samuel Chessman <chessman@tux.org>
9954 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9955 W:      http://sourceforge.net/projects/tlan/
9956 S:      Maintained
9957 F:      Documentation/networking/tlan.txt
9958 F:      drivers/net/ethernet/ti/tlan.*
9959
9960 TOMOYO SECURITY MODULE
9961 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9962 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9963 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9964 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9965 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9966 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9967 W:      http://tomoyo.sourceforge.jp/
9968 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9969 S:      Maintained
9970 F:      security/tomoyo/
9971
9972 TOPSTAR LAPTOP EXTRAS DRIVER
9973 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9974 L:      platform-driver-x86@vger.kernel.org
9975 S:      Maintained
9976 F:      drivers/platform/x86/topstar-laptop.c
9977
9978 TOSHIBA ACPI EXTRAS DRIVER
9979 M:      Azael Avalos <coproscefalo@gmail.com>
9980 L:      platform-driver-x86@vger.kernel.org
9981 S:      Maintained
9982 F:      drivers/platform/x86/toshiba_acpi.c
9983
9984 TOSHIBA BLUETOOTH DRIVER
9985 M:      Azael Avalos <coproscefalo@gmail.com>
9986 L:      platform-driver-x86@vger.kernel.org
9987 S:      Maintained
9988 F:      drivers/platform/x86/toshiba_bluetooth.c
9989
9990 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
9991 M:      Azael Avalos <coproscefalo@gmail.com>
9992 L:      platform-driver-x86@vger.kernel.org
9993 S:      Maintained
9994 F:      drivers/platform/x86/toshiba_haps.c
9995
9996 TOSHIBA SMM DRIVER
9997 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9998 L:      tlinux-users@tce.toshiba-dme.co.jp
9999 W:      http://www.buzzard.org.uk/toshiba/
10000 S:      Maintained
10001 F:      drivers/char/toshiba.c
10002 F:      include/linux/toshiba.h
10003 F:      include/uapi/linux/toshiba.h
10004
10005 TMIO MMC DRIVER
10006 M:      Ian Molton <ian.molton@codethink.co.uk>
10007 L:      linux-mmc@vger.kernel.org
10008 S:      Maintained
10009 F:      drivers/mmc/host/tmio_mmc*
10010 F:      drivers/mmc/host/sh_mobile_sdhi.c
10011 F:      include/linux/mmc/tmio.h
10012 F:      include/linux/mmc/sh_mobile_sdhi.h
10013
10014 TMP401 HARDWARE MONITOR DRIVER
10015 M:      Guenter Roeck <linux@roeck-us.net>
10016 L:      lm-sensors@lm-sensors.org
10017 S:      Maintained
10018 F:      Documentation/hwmon/tmp401
10019 F:      drivers/hwmon/tmp401.c
10020
10021 TMPFS (SHMEM FILESYSTEM)
10022 M:      Hugh Dickins <hughd@google.com>
10023 L:      linux-mm@kvack.org
10024 S:      Maintained
10025 F:      include/linux/shmem_fs.h
10026 F:      mm/shmem.c
10027
10028 TM6000 VIDEO4LINUX DRIVER
10029 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10030 L:      linux-media@vger.kernel.org
10031 W:      http://linuxtv.org
10032 T:      git git://linuxtv.org/media_tree.git
10033 S:      Odd fixes
10034 F:      drivers/media/usb/tm6000/
10035
10036 TW68 VIDEO4LINUX DRIVER
10037 M:      Hans Verkuil <hverkuil@xs4all.nl>
10038 L:      linux-media@vger.kernel.org
10039 T:      git git://linuxtv.org/media_tree.git
10040 W:      http://linuxtv.org
10041 S:      Odd Fixes
10042 F:      drivers/media/pci/tw68/
10043
10044 TPM DEVICE DRIVER
10045 M:      Peter Huewe <peterhuewe@gmx.de>
10046 M:      Marcel Selhorst <tpmdd@selhorst.net>
10047 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10048 W:      http://tpmdd.sourceforge.net
10049 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10050 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10051 T:      https://github.com/PeterHuewe/linux-tpmdd
10052 S:      Maintained
10053 F:      drivers/char/tpm/
10054
10055 TPM IBM_VTPM DEVICE DRIVER
10056 M:      Ashley Lai <ashleydlai@gmail.com>
10057 W:      http://tpmdd.sourceforge.net
10058 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10059 S:      Maintained
10060 F:      drivers/char/tpm/tpm_ibmvtpm*
10061
10062 TRACING
10063 M:      Steven Rostedt <rostedt@goodmis.org>
10064 M:      Ingo Molnar <mingo@redhat.com>
10065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10066 S:      Maintained
10067 F:      Documentation/trace/ftrace.txt
10068 F:      arch/*/*/*/ftrace.h
10069 F:      arch/*/kernel/ftrace.c
10070 F:      include/*/ftrace.h
10071 F:      include/linux/trace*.h
10072 F:      include/trace/
10073 F:      kernel/trace/
10074 F:      tools/testing/selftests/ftrace/
10075
10076 TRIVIAL PATCHES
10077 M:      Jiri Kosina <trivial@kernel.org>
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10079 S:      Maintained
10080 K:      ^Subject:.*(?i)trivial
10081
10082 TTY LAYER
10083 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10084 M:      Jiri Slaby <jslaby@suse.cz>
10085 S:      Supported
10086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10087 F:      drivers/tty/
10088 F:      drivers/tty/serial/serial_core.c
10089 F:      include/linux/serial_core.h
10090 F:      include/linux/serial.h
10091 F:      include/linux/tty.h
10092 F:      include/uapi/linux/serial_core.h
10093 F:      include/uapi/linux/serial.h
10094 F:      include/uapi/linux/tty.h
10095
10096 TUA9001 MEDIA DRIVER
10097 M:      Antti Palosaari <crope@iki.fi>
10098 L:      linux-media@vger.kernel.org
10099 W:      http://linuxtv.org/
10100 W:      http://palosaari.fi/linux/
10101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10102 T:      git git://linuxtv.org/anttip/media_tree.git
10103 S:      Maintained
10104 F:      drivers/media/tuners/tua9001*
10105
10106 TULIP NETWORK DRIVERS
10107 M:      Grant Grundler <grundler@parisc-linux.org>
10108 L:      netdev@vger.kernel.org
10109 S:      Maintained
10110 F:      drivers/net/ethernet/dec/tulip/
10111
10112 TUN/TAP driver
10113 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10114 W:      http://vtun.sourceforge.net/tun
10115 S:      Maintained
10116 F:      Documentation/networking/tuntap.txt
10117 F:      arch/um/os-Linux/drivers/
10118
10119 TURBOCHANNEL SUBSYSTEM
10120 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10121 M:      Ralf Baechle <ralf@linux-mips.org>
10122 L:      linux-mips@linux-mips.org
10123 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10124 S:      Maintained
10125 F:      drivers/tc/
10126 F:      include/linux/tc.h
10127
10128 U14-34F SCSI DRIVER
10129 M:      Dario Ballabio <ballabio_dario@emc.com>
10130 L:      linux-scsi@vger.kernel.org
10131 S:      Maintained
10132 F:      drivers/scsi/u14-34f.c
10133
10134 UBI FILE SYSTEM (UBIFS)
10135 M:      Artem Bityutskiy <dedekind1@gmail.com>
10136 M:      Adrian Hunter <adrian.hunter@intel.com>
10137 L:      linux-mtd@lists.infradead.org
10138 T:      git git://git.infradead.org/ubifs-2.6.git
10139 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10140 S:      Maintained
10141 F:      Documentation/filesystems/ubifs.txt
10142 F:      fs/ubifs/
10143
10144 UCLINUX (AND M68KNOMMU)
10145 M:      Greg Ungerer <gerg@uclinux.org>
10146 W:      http://www.uclinux.org/
10147 L:      uclinux-dev@uclinux.org  (subscribers-only)
10148 S:      Maintained
10149 F:      arch/m68k/*/*_no.*
10150 F:      arch/m68k/include/asm/*_no.*
10151
10152 UDF FILESYSTEM
10153 M:      Jan Kara <jack@suse.cz>
10154 S:      Maintained
10155 F:      Documentation/filesystems/udf.txt
10156 F:      fs/udf/
10157
10158 UFS FILESYSTEM
10159 M:      Evgeniy Dushistov <dushistov@mail.ru>
10160 S:      Maintained
10161 F:      Documentation/filesystems/ufs.txt
10162 F:      fs/ufs/
10163
10164 UHID USERSPACE HID IO DRIVER:
10165 M:      David Herrmann <dh.herrmann@googlemail.com>
10166 L:      linux-input@vger.kernel.org
10167 S:      Maintained
10168 F:      drivers/hid/uhid.c
10169 F:      include/uapi/linux/uhid.h
10170
10171 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10172 L:      linux-usb@vger.kernel.org
10173 S:      Orphan
10174 F:      drivers/uwb/
10175 F:      include/linux/uwb.h
10176 F:      include/linux/uwb/
10177
10178 UNICORE32 ARCHITECTURE:
10179 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10180 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10181 S:      Maintained
10182 T:      git git://github.com/gxt/linux.git
10183 F:      arch/unicore32/
10184
10185 UNIFDEF
10186 M:      Tony Finch <dot@dotat.at>
10187 W:      http://dotat.at/prog/unifdef
10188 S:      Maintained
10189 F:      scripts/unifdef.c
10190
10191 UNIFORM CDROM DRIVER
10192 M:      Jens Axboe <axboe@kernel.dk>
10193 W:      http://www.kernel.dk
10194 S:      Maintained
10195 F:      Documentation/cdrom/
10196 F:      drivers/cdrom/cdrom.c
10197 F:      include/linux/cdrom.h
10198 F:      include/uapi/linux/cdrom.h
10199
10200 UNISYS S-PAR DRIVERS
10201 M:      Benjamin Romer <benjamin.romer@unisys.com>
10202 M:      David Kershner <david.kershner@unisys.com>
10203 L:      sparmaintainer@unisys.com (Unisys internal)
10204 S:      Supported
10205 F:      drivers/staging/unisys/
10206
10207 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10208 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10209 L:      linux-scsi@vger.kernel.org
10210 S:      Supported
10211 F:      Documentation/scsi/ufs.txt
10212 F:      drivers/scsi/ufs/
10213
10214 UNSORTED BLOCK IMAGES (UBI)
10215 M:      Artem Bityutskiy <dedekind1@gmail.com>
10216 M:      Richard Weinberger <richard@nod.at>
10217 W:      http://www.linux-mtd.infradead.org/
10218 L:      linux-mtd@lists.infradead.org
10219 T:      git git://git.infradead.org/ubifs-2.6.git
10220 S:      Supported
10221 F:      drivers/mtd/ubi/
10222 F:      include/linux/mtd/ubi.h
10223 F:      include/uapi/mtd/ubi-user.h
10224
10225 USB ACM DRIVER
10226 M:      Oliver Neukum <oliver@neukum.org>
10227 L:      linux-usb@vger.kernel.org
10228 S:      Maintained
10229 F:      Documentation/usb/acm.txt
10230 F:      drivers/usb/class/cdc-acm.*
10231
10232 USB AR5523 WIRELESS DRIVER
10233 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10234 L:      linux-wireless@vger.kernel.org
10235 S:      Maintained
10236 F:      drivers/net/wireless/ath/ar5523/
10237
10238 USB ATTACHED SCSI
10239 M:      Hans de Goede <hdegoede@redhat.com>
10240 M:      Gerd Hoffmann <kraxel@redhat.com>
10241 L:      linux-usb@vger.kernel.org
10242 L:      linux-scsi@vger.kernel.org
10243 S:      Maintained
10244 F:      drivers/usb/storage/uas.c
10245
10246 USB CDC ETHERNET DRIVER
10247 M:      Oliver Neukum <oliver@neukum.org>
10248 L:      linux-usb@vger.kernel.org
10249 S:      Maintained
10250 F:      drivers/net/usb/cdc_*.c
10251 F:      include/uapi/linux/usb/cdc.h
10252
10253 USB CHAOSKEY DRIVER
10254 M:      Keith Packard <keithp@keithp.com>
10255 L:      linux-usb@vger.kernel.org
10256 S:      Maintained
10257 F:      drivers/usb/misc/chaoskey.c
10258
10259 USB CYPRESS C67X00 DRIVER
10260 M:      Peter Korsgaard <jacmet@sunsite.dk>
10261 L:      linux-usb@vger.kernel.org
10262 S:      Maintained
10263 F:      drivers/usb/c67x00/
10264
10265 USB DAVICOM DM9601 DRIVER
10266 M:      Peter Korsgaard <jacmet@sunsite.dk>
10267 L:      netdev@vger.kernel.org
10268 W:      http://www.linux-usb.org/usbnet
10269 S:      Maintained
10270 F:      drivers/net/usb/dm9601.c
10271
10272 USB DIAMOND RIO500 DRIVER
10273 M:      Cesar Miquel <miquel@df.uba.ar>
10274 L:      rio500-users@lists.sourceforge.net
10275 W:      http://rio500.sourceforge.net
10276 S:      Maintained
10277 F:      drivers/usb/misc/rio500*
10278
10279 USB EHCI DRIVER
10280 M:      Alan Stern <stern@rowland.harvard.edu>
10281 L:      linux-usb@vger.kernel.org
10282 S:      Maintained
10283 F:      Documentation/usb/ehci.txt
10284 F:      drivers/usb/host/ehci*
10285
10286 USB GADGET/PERIPHERAL SUBSYSTEM
10287 M:      Felipe Balbi <balbi@ti.com>
10288 L:      linux-usb@vger.kernel.org
10289 W:      http://www.linux-usb.org/gadget
10290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10291 S:      Maintained
10292 F:      drivers/usb/gadget/
10293 F:      include/linux/usb/gadget*
10294
10295 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10296 M:      Jiri Kosina <jkosina@suse.cz>
10297 L:      linux-usb@vger.kernel.org
10298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10299 S:      Maintained
10300 F:      Documentation/hid/hiddev.txt
10301 F:      drivers/hid/usbhid/
10302
10303 USB ISP116X DRIVER
10304 M:      Olav Kongas <ok@artecdesign.ee>
10305 L:      linux-usb@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/usb/host/isp116x*
10308 F:      include/linux/usb/isp116x.h
10309
10310 USB MASS STORAGE DRIVER
10311 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10312 L:      linux-usb@vger.kernel.org
10313 L:      usb-storage@lists.one-eyed-alien.net
10314 S:      Maintained
10315 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10316 F:      drivers/usb/storage/
10317
10318 USB MIDI DRIVER
10319 M:      Clemens Ladisch <clemens@ladisch.de>
10320 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10321 T:      git git://git.alsa-project.org/alsa-kernel.git
10322 S:      Maintained
10323 F:      sound/usb/midi.*
10324
10325 USB NETWORKING DRIVERS
10326 L:      linux-usb@vger.kernel.org
10327 S:      Odd Fixes
10328 F:      drivers/net/usb/
10329
10330 USB OHCI DRIVER
10331 M:      Alan Stern <stern@rowland.harvard.edu>
10332 L:      linux-usb@vger.kernel.org
10333 S:      Maintained
10334 F:      Documentation/usb/ohci.txt
10335 F:      drivers/usb/host/ohci*
10336
10337 USB OTG FSM (Finite State Machine)
10338 M:      Peter Chen <Peter.Chen@freescale.com>
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10340 L:      linux-usb@vger.kernel.org
10341 S:      Maintained
10342 F:      drivers/usb/common/usb-otg-fsm.c
10343
10344 USB OVER IP DRIVER
10345 M:      Valentina Manea <valentina.manea.m@gmail.com>
10346 M:      Shuah Khan <shuah.kh@samsung.com>
10347 L:      linux-usb@vger.kernel.org
10348 S:      Maintained
10349 F:      drivers/usb/usbip/
10350 F:      tools/usb/usbip/
10351
10352 USB PEGASUS DRIVER
10353 M:      Petko Manolov <petkan@nucleusys.com>
10354 L:      linux-usb@vger.kernel.org
10355 L:      netdev@vger.kernel.org
10356 T:      git git://github.com/petkan/pegasus.git
10357 W:      https://github.com/petkan/pegasus
10358 S:      Maintained
10359 F:      drivers/net/usb/pegasus.*
10360
10361 USB PHY LAYER
10362 M:      Felipe Balbi <balbi@ti.com>
10363 L:      linux-usb@vger.kernel.org
10364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10365 S:      Maintained
10366 F:      drivers/usb/phy/
10367
10368 USB PRINTER DRIVER (usblp)
10369 M:      Pete Zaitcev <zaitcev@redhat.com>
10370 L:      linux-usb@vger.kernel.org
10371 S:      Supported
10372 F:      drivers/usb/class/usblp.c
10373
10374 USB RTL8150 DRIVER
10375 M:      Petko Manolov <petkan@nucleusys.com>
10376 L:      linux-usb@vger.kernel.org
10377 L:      netdev@vger.kernel.org
10378 T:      git git://github.com/petkan/rtl8150.git
10379 W:      https://github.com/petkan/rtl8150
10380 S:      Maintained
10381 F:      drivers/net/usb/rtl8150.c
10382
10383 USB SERIAL SUBSYSTEM
10384 M:      Johan Hovold <johan@kernel.org>
10385 L:      linux-usb@vger.kernel.org
10386 S:      Maintained
10387 F:      Documentation/usb/usb-serial.txt
10388 F:      drivers/usb/serial/
10389 F:      include/linux/usb/serial.h
10390
10391 USB SMSC75XX ETHERNET DRIVER
10392 M:      Steve Glendinning <steve.glendinning@shawell.net>
10393 L:      netdev@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/net/usb/smsc75xx.*
10396
10397 USB SMSC95XX ETHERNET DRIVER
10398 M:      Steve Glendinning <steve.glendinning@shawell.net>
10399 L:      netdev@vger.kernel.org
10400 S:      Maintained
10401 F:      drivers/net/usb/smsc95xx.*
10402
10403 USB SUBSYSTEM
10404 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10405 L:      linux-usb@vger.kernel.org
10406 W:      http://www.linux-usb.org
10407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10408 S:      Supported
10409 F:      Documentation/usb/
10410 F:      drivers/usb/
10411 F:      include/linux/usb.h
10412 F:      include/linux/usb/
10413
10414 USB UHCI DRIVER
10415 M:      Alan Stern <stern@rowland.harvard.edu>
10416 L:      linux-usb@vger.kernel.org
10417 S:      Maintained
10418 F:      drivers/usb/host/uhci*
10419
10420 USB "USBNET" DRIVER FRAMEWORK
10421 M:      Oliver Neukum <oneukum@suse.de>
10422 L:      netdev@vger.kernel.org
10423 W:      http://www.linux-usb.org/usbnet
10424 S:      Maintained
10425 F:      drivers/net/usb/usbnet.c
10426 F:      include/linux/usb/usbnet.h
10427
10428 USB VIDEO CLASS
10429 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10430 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10431 L:      linux-media@vger.kernel.org
10432 T:      git git://linuxtv.org/media_tree.git
10433 W:      http://www.ideasonboard.org/uvc/
10434 S:      Maintained
10435 F:      drivers/media/usb/uvc/
10436 F:      include/uapi/linux/uvcvideo.h
10437
10438 USB VISION DRIVER
10439 M:      Hans Verkuil <hverkuil@xs4all.nl>
10440 L:      linux-media@vger.kernel.org
10441 T:      git git://linuxtv.org/media_tree.git
10442 W:      http://linuxtv.org
10443 S:      Odd Fixes
10444 F:      drivers/media/usb/usbvision/
10445
10446 USB WEBCAM GADGET
10447 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10448 L:      linux-usb@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/usb/gadget/function/*uvc*
10451 F:      drivers/usb/gadget/legacy/webcam.c
10452
10453 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10454 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10455 L:      linux-wireless@vger.kernel.org
10456 S:      Maintained
10457 F:      drivers/net/wireless/rndis_wlan.c
10458
10459 USB XHCI DRIVER
10460 M:      Mathias Nyman <mathias.nyman@intel.com>
10461 L:      linux-usb@vger.kernel.org
10462 S:      Supported
10463 F:      drivers/usb/host/xhci*
10464 F:      drivers/usb/host/pci-quirks*
10465
10466 USB ZD1201 DRIVER
10467 L:      linux-wireless@vger.kernel.org
10468 W:      http://linux-lc100020.sourceforge.net
10469 S:      Orphan
10470 F:      drivers/net/wireless/zd1201.*
10471
10472 USB ZR364XX DRIVER
10473 M:      Antoine Jacquet <royale@zerezo.com>
10474 L:      linux-usb@vger.kernel.org
10475 L:      linux-media@vger.kernel.org
10476 T:      git git://linuxtv.org/media_tree.git
10477 W:      http://royale.zerezo.com/zr364xx/
10478 S:      Maintained
10479 F:      Documentation/video4linux/zr364xx.txt
10480 F:      drivers/media/usb/zr364xx/
10481
10482 USER-MODE LINUX (UML)
10483 M:      Jeff Dike <jdike@addtoit.com>
10484 M:      Richard Weinberger <richard@nod.at>
10485 L:      user-mode-linux-devel@lists.sourceforge.net
10486 L:      user-mode-linux-user@lists.sourceforge.net
10487 W:      http://user-mode-linux.sourceforge.net
10488 S:      Maintained
10489 F:      Documentation/virtual/uml/
10490 F:      arch/um/
10491 F:      arch/x86/um/
10492 F:      fs/hostfs/
10493 F:      fs/hppfs/
10494
10495 USERSPACE I/O (UIO)
10496 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10497 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10498 S:      Maintained
10499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10500 F:      Documentation/DocBook/uio-howto.tmpl
10501 F:      drivers/uio/
10502 F:      include/linux/uio*.h
10503
10504 UTIL-LINUX PACKAGE
10505 M:      Karel Zak <kzak@redhat.com>
10506 L:      util-linux@vger.kernel.org
10507 W:      http://en.wikipedia.org/wiki/Util-linux
10508 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10509 S:      Maintained
10510
10511 UVESAFB DRIVER
10512 M:      Michal Januszewski <spock@gentoo.org>
10513 L:      linux-fbdev@vger.kernel.org
10514 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10515 S:      Maintained
10516 F:      Documentation/fb/uvesafb.txt
10517 F:      drivers/video/fbdev/uvesafb.*
10518
10519 VFAT/FAT/MSDOS FILESYSTEM
10520 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10521 S:      Maintained
10522 F:      Documentation/filesystems/vfat.txt
10523 F:      fs/fat/
10524
10525 VFIO DRIVER
10526 M:      Alex Williamson <alex.williamson@redhat.com>
10527 L:      kvm@vger.kernel.org
10528 S:      Maintained
10529 F:      Documentation/vfio.txt
10530 F:      drivers/vfio/
10531 F:      include/linux/vfio.h
10532 F:      include/uapi/linux/vfio.h
10533
10534 VIDEOBUF2 FRAMEWORK
10535 M:      Pawel Osciak <pawel@osciak.com>
10536 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10537 M:      Kyungmin Park <kyungmin.park@samsung.com>
10538 L:      linux-media@vger.kernel.org
10539 S:      Maintained
10540 F:      drivers/media/v4l2-core/videobuf2-*
10541 F:      include/media/videobuf2-*
10542
10543 VIRTIO CONSOLE DRIVER
10544 M:      Amit Shah <amit.shah@redhat.com>
10545 L:      virtualization@lists.linux-foundation.org
10546 S:      Maintained
10547 F:      drivers/char/virtio_console.c
10548 F:      include/linux/virtio_console.h
10549 F:      include/uapi/linux/virtio_console.h
10550
10551 VIRTIO CORE, NET AND BLOCK DRIVERS
10552 M:      "Michael S. Tsirkin" <mst@redhat.com>
10553 L:      virtualization@lists.linux-foundation.org
10554 S:      Maintained
10555 F:      drivers/virtio/
10556 F:      tools/virtio/
10557 F:      drivers/net/virtio_net.c
10558 F:      drivers/block/virtio_blk.c
10559 F:      include/linux/virtio_*.h
10560 F:      include/uapi/linux/virtio_*.h
10561
10562 VIRTIO HOST (VHOST)
10563 M:      "Michael S. Tsirkin" <mst@redhat.com>
10564 L:      kvm@vger.kernel.org
10565 L:      virtualization@lists.linux-foundation.org
10566 L:      netdev@vger.kernel.org
10567 S:      Maintained
10568 F:      drivers/vhost/
10569 F:      include/uapi/linux/vhost.h
10570
10571 VIRTIO INPUT DRIVER
10572 M:      Gerd Hoffmann <kraxel@redhat.com>
10573 S:      Maintained
10574 F:      drivers/virtio/virtio_input.c
10575 F:      include/uapi/linux/virtio_input.h
10576
10577 VIA RHINE NETWORK DRIVER
10578 M:      Roger Luethi <rl@hellgate.ch>
10579 S:      Maintained
10580 F:      drivers/net/ethernet/via/via-rhine.c
10581
10582 VIA SD/MMC CARD CONTROLLER DRIVER
10583 M:      Bruce Chang <brucechang@via.com.tw>
10584 M:      Harald Welte <HaraldWelte@viatech.com>
10585 S:      Maintained
10586 F:      drivers/mmc/host/via-sdmmc.c
10587
10588 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10589 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10590 L:      linux-fbdev@vger.kernel.org
10591 S:      Maintained
10592 F:      include/linux/via-core.h
10593 F:      include/linux/via-gpio.h
10594 F:      include/linux/via_i2c.h
10595 F:      drivers/video/fbdev/via/
10596
10597 VIA VELOCITY NETWORK DRIVER
10598 M:      Francois Romieu <romieu@fr.zoreil.com>
10599 L:      netdev@vger.kernel.org
10600 S:      Maintained
10601 F:      drivers/net/ethernet/via/via-velocity.*
10602
10603 VIVID VIRTUAL VIDEO DRIVER
10604 M:      Hans Verkuil <hverkuil@xs4all.nl>
10605 L:      linux-media@vger.kernel.org
10606 T:      git git://linuxtv.org/media_tree.git
10607 W:      http://linuxtv.org
10608 S:      Maintained
10609 F:      drivers/media/platform/vivid/*
10610
10611 VLAN (802.1Q)
10612 M:      Patrick McHardy <kaber@trash.net>
10613 L:      netdev@vger.kernel.org
10614 S:      Maintained
10615 F:      drivers/net/macvlan.c
10616 F:      include/linux/if_*vlan.h
10617 F:      net/8021q/
10618
10619 VLYNQ BUS
10620 M:      Florian Fainelli <florian@openwrt.org>
10621 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10622 S:      Maintained
10623 F:      drivers/vlynq/vlynq.c
10624 F:      include/linux/vlynq.h
10625
10626 VME SUBSYSTEM
10627 M:      Martyn Welch <martyn.welch@ge.com>
10628 M:      Manohar Vanga <manohar.vanga@gmail.com>
10629 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10630 L:      devel@driverdev.osuosl.org
10631 S:      Maintained
10632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10633 F:      Documentation/vme_api.txt
10634 F:      drivers/staging/vme/
10635 F:      drivers/vme/
10636 F:      include/linux/vme*
10637
10638 VMWARE HYPERVISOR INTERFACE
10639 M:      Alok Kataria <akataria@vmware.com>
10640 L:      virtualization@lists.linux-foundation.org
10641 S:      Supported
10642 F:      arch/x86/kernel/cpu/vmware.c
10643
10644 VMWARE BALLOON DRIVER
10645 M:      Xavier Deguillard <xdeguillard@vmware.com>
10646 M:      Philip Moltmann <moltmann@vmware.com>
10647 M:      "VMware, Inc." <pv-drivers@vmware.com>
10648 L:      linux-kernel@vger.kernel.org
10649 S:      Maintained
10650 F:      drivers/misc/vmw_balloon.c
10651
10652 VMWARE VMMOUSE SUBDRIVER
10653 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10654 M:      "VMware, Inc." <pv-drivers@vmware.com>
10655 L:      linux-input@vger.kernel.org
10656 S:      Maintained
10657 F:      drivers/input/mouse/vmmouse.c
10658 F:      drivers/input/mouse/vmmouse.h
10659
10660 VMWARE VMXNET3 ETHERNET DRIVER
10661 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10662 M:      "VMware, Inc." <pv-drivers@vmware.com>
10663 L:      netdev@vger.kernel.org
10664 S:      Maintained
10665 F:      drivers/net/vmxnet3/
10666
10667 VMware PVSCSI driver
10668 M:      Arvind Kumar <arvindkumar@vmware.com>
10669 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10670 L:      linux-scsi@vger.kernel.org
10671 S:      Maintained
10672 F:      drivers/scsi/vmw_pvscsi.c
10673 F:      drivers/scsi/vmw_pvscsi.h
10674
10675 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10676 M:      Liam Girdwood <lgirdwood@gmail.com>
10677 M:      Mark Brown <broonie@kernel.org>
10678 L:      linux-kernel@vger.kernel.org
10679 W:      http://opensource.wolfsonmicro.com/node/15
10680 W:      http://www.slimlogic.co.uk/?p=48
10681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10682 S:      Supported
10683 F:      drivers/regulator/
10684 F:      include/linux/regulator/
10685
10686 VT1211 HARDWARE MONITOR DRIVER
10687 M:      Juerg Haefliger <juergh@gmail.com>
10688 L:      lm-sensors@lm-sensors.org
10689 S:      Maintained
10690 F:      Documentation/hwmon/vt1211
10691 F:      drivers/hwmon/vt1211.c
10692
10693 VT8231 HARDWARE MONITOR DRIVER
10694 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10695 L:      lm-sensors@lm-sensors.org
10696 S:      Maintained
10697 F:      drivers/hwmon/vt8231.c
10698
10699 VUB300 USB to SDIO/SD/MMC bridge chip
10700 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10701 L:      linux-mmc@vger.kernel.org
10702 L:      linux-usb@vger.kernel.org
10703 S:      Supported
10704 F:      drivers/mmc/host/vub300.c
10705
10706 W1 DALLAS'S 1-WIRE BUS
10707 M:      Evgeniy Polyakov <zbr@ioremap.net>
10708 S:      Maintained
10709 F:      Documentation/w1/
10710 F:      drivers/w1/
10711
10712 W83791D HARDWARE MONITORING DRIVER
10713 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10714 L:      lm-sensors@lm-sensors.org
10715 S:      Maintained
10716 F:      Documentation/hwmon/w83791d
10717 F:      drivers/hwmon/w83791d.c
10718
10719 W83793 HARDWARE MONITORING DRIVER
10720 M:      Rudolf Marek <r.marek@assembler.cz>
10721 L:      lm-sensors@lm-sensors.org
10722 S:      Maintained
10723 F:      Documentation/hwmon/w83793
10724 F:      drivers/hwmon/w83793.c
10725
10726 W83795 HARDWARE MONITORING DRIVER
10727 M:      Jean Delvare <jdelvare@suse.de>
10728 L:      lm-sensors@lm-sensors.org
10729 S:      Maintained
10730 F:      drivers/hwmon/w83795.c
10731
10732 W83L51xD SD/MMC CARD INTERFACE DRIVER
10733 M:      Pierre Ossman <pierre@ossman.eu>
10734 S:      Maintained
10735 F:      drivers/mmc/host/wbsd.*
10736
10737 WACOM PROTOCOL 4 SERIAL TABLETS
10738 M:      Julian Squires <julian@cipht.net>
10739 M:      Hans de Goede <hdegoede@redhat.com>
10740 L:      linux-input@vger.kernel.org
10741 S:      Maintained
10742 F:      drivers/input/tablet/wacom_serial4.c
10743
10744 WATCHDOG DEVICE DRIVERS
10745 M:      Wim Van Sebroeck <wim@iguana.be>
10746 L:      linux-watchdog@vger.kernel.org
10747 W:      http://www.linux-watchdog.org/
10748 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10749 S:      Maintained
10750 F:      Documentation/watchdog/
10751 F:      drivers/watchdog/
10752 F:      include/linux/watchdog.h
10753 F:      include/uapi/linux/watchdog.h
10754
10755 WD7000 SCSI DRIVER
10756 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10757 L:      linux-scsi@vger.kernel.org
10758 S:      Maintained
10759 F:      drivers/scsi/wd7000.c
10760
10761 WIIMOTE HID DRIVER
10762 M:      David Herrmann <dh.herrmann@googlemail.com>
10763 L:      linux-input@vger.kernel.org
10764 S:      Maintained
10765 F:      drivers/hid/hid-wiimote*
10766
10767 WINBOND CIR DRIVER
10768 M:      David Härdeman <david@hardeman.nu>
10769 S:      Maintained
10770 F:      drivers/media/rc/winbond-cir.c
10771
10772 WIMAX STACK
10773 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10774 M:      linux-wimax@intel.com
10775 L:      wimax@linuxwimax.org (subscribers-only)
10776 S:      Supported
10777 W:      http://linuxwimax.org
10778 F:      Documentation/wimax/README.wimax
10779 F:      include/linux/wimax/debug.h
10780 F:      include/net/wimax.h
10781 F:      include/uapi/linux/wimax.h
10782 F:      net/wimax/
10783
10784 WISTRON LAPTOP BUTTON DRIVER
10785 M:      Miloslav Trmac <mitr@volny.cz>
10786 S:      Maintained
10787 F:      drivers/input/misc/wistron_btns.c
10788
10789 WL3501 WIRELESS PCMCIA CARD DRIVER
10790 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10791 L:      linux-wireless@vger.kernel.org
10792 W:      http://oops.ghostprotocols.net:81/blog
10793 S:      Maintained
10794 F:      drivers/net/wireless/wl3501*
10795
10796 WM97XX TOUCHSCREEN DRIVERS
10797 M:      Mark Brown <broonie@kernel.org>
10798 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10799 L:      linux-input@vger.kernel.org
10800 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10801 W:      http://opensource.wolfsonmicro.com/node/7
10802 S:      Supported
10803 F:      drivers/input/touchscreen/*wm97*
10804 F:      include/linux/wm97xx.h
10805
10806 WOLFSON MICROELECTRONICS DRIVERS
10807 L:      patches@opensource.wolfsonmicro.com
10808 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10809 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10810 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10811 S:      Supported
10812 F:      Documentation/hwmon/wm83??
10813 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10814 F:      drivers/clk/clk-wm83*.c
10815 F:      drivers/extcon/extcon-arizona.c
10816 F:      drivers/leds/leds-wm83*.c
10817 F:      drivers/gpio/gpio-*wm*.c
10818 F:      drivers/gpio/gpio-arizona.c
10819 F:      drivers/hwmon/wm83??-hwmon.c
10820 F:      drivers/input/misc/wm831x-on.c
10821 F:      drivers/input/touchscreen/wm831x-ts.c
10822 F:      drivers/input/touchscreen/wm97*.c
10823 F:      drivers/mfd/arizona*
10824 F:      drivers/mfd/wm*.c
10825 F:      drivers/power/wm83*.c
10826 F:      drivers/rtc/rtc-wm83*.c
10827 F:      drivers/regulator/wm8*.c
10828 F:      drivers/video/backlight/wm83*_bl.c
10829 F:      drivers/watchdog/wm83*_wdt.c
10830 F:      include/linux/mfd/arizona/
10831 F:      include/linux/mfd/wm831x/
10832 F:      include/linux/mfd/wm8350/
10833 F:      include/linux/mfd/wm8400*
10834 F:      include/linux/wm97xx.h
10835 F:      include/sound/wm????.h
10836 F:      sound/soc/codecs/arizona.?
10837 F:      sound/soc/codecs/wm*
10838
10839 WORKQUEUE
10840 M:      Tejun Heo <tj@kernel.org>
10841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10842 S:      Maintained
10843 F:      include/linux/workqueue.h
10844 F:      kernel/workqueue.c
10845 F:      Documentation/workqueue.txt
10846
10847 X.25 NETWORK LAYER
10848 M:      Andrew Hendry <andrew.hendry@gmail.com>
10849 L:      linux-x25@vger.kernel.org
10850 S:      Odd Fixes
10851 F:      Documentation/networking/x25*
10852 F:      include/net/x25*
10853 F:      net/x25/
10854
10855 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10856 M:      Thomas Gleixner <tglx@linutronix.de>
10857 M:      Ingo Molnar <mingo@redhat.com>
10858 M:      "H. Peter Anvin" <hpa@zytor.com>
10859 M:      x86@kernel.org
10860 L:      linux-kernel@vger.kernel.org
10861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10862 S:      Maintained
10863 F:      Documentation/x86/
10864 F:      arch/x86/
10865
10866 X86 PLATFORM DRIVERS
10867 M:      Darren Hart <dvhart@infradead.org>
10868 L:      platform-driver-x86@vger.kernel.org
10869 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10870 S:      Maintained
10871 F:      drivers/platform/x86/
10872
10873 X86 MCE INFRASTRUCTURE
10874 M:      Tony Luck <tony.luck@intel.com>
10875 M:      Borislav Petkov <bp@alien8.de>
10876 L:      linux-edac@vger.kernel.org
10877 S:      Maintained
10878 F:      arch/x86/kernel/cpu/mcheck/*
10879
10880 X86 VDSO
10881 M:      Andy Lutomirski <luto@amacapital.net>
10882 L:      linux-kernel@vger.kernel.org
10883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10884 S:      Maintained
10885 F:      arch/x86/vdso/
10886
10887 XC2028/3028 TUNER DRIVER
10888 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10889 L:      linux-media@vger.kernel.org
10890 W:      http://linuxtv.org
10891 T:      git git://linuxtv.org/media_tree.git
10892 S:      Maintained
10893 F:      drivers/media/tuners/tuner-xc2028.*
10894
10895 XEN HYPERVISOR INTERFACE
10896 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10897 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10898 M:      David Vrabel <david.vrabel@citrix.com>
10899 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10901 S:      Supported
10902 F:      arch/x86/xen/
10903 F:      drivers/*/xen-*front.c
10904 F:      drivers/xen/
10905 F:      arch/x86/include/asm/xen/
10906 F:      include/xen/
10907 F:      include/uapi/xen/
10908
10909 XEN HYPERVISOR ARM
10910 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10911 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10912 S:      Supported
10913 F:      arch/arm/xen/
10914 F:      arch/arm/include/asm/xen/
10915
10916 XEN HYPERVISOR ARM64
10917 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10918 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10919 S:      Supported
10920 F:      arch/arm64/xen/
10921 F:      arch/arm64/include/asm/xen/
10922
10923 XEN NETWORK BACKEND DRIVER
10924 M:      Ian Campbell <ian.campbell@citrix.com>
10925 M:      Wei Liu <wei.liu2@citrix.com>
10926 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10927 L:      netdev@vger.kernel.org
10928 S:      Supported
10929 F:      drivers/net/xen-netback/*
10930
10931 XEN PCI SUBSYSTEM
10932 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10933 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10934 S:      Supported
10935 F:      arch/x86/pci/*xen*
10936 F:      drivers/pci/*xen*
10937
10938 XEN BLOCK SUBSYSTEM
10939 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10940 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10941 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10942 S:      Supported
10943 F:      drivers/block/xen-blkback/*
10944 F:      drivers/block/xen*
10945
10946 XEN PVSCSI DRIVERS
10947 M:      Juergen Gross <jgross@suse.com>
10948 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10949 L:      linux-scsi@vger.kernel.org
10950 S:      Supported
10951 F:      drivers/scsi/xen-scsifront.c
10952 F:      drivers/xen/xen-scsiback.c
10953 F:      include/xen/interface/io/vscsiif.h
10954
10955 XEN SWIOTLB SUBSYSTEM
10956 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10957 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10958 S:      Supported
10959 F:      arch/x86/xen/*swiotlb*
10960 F:      drivers/xen/*swiotlb*
10961
10962 XFS FILESYSTEM
10963 P:      Silicon Graphics Inc
10964 M:      Dave Chinner <david@fromorbit.com>
10965 M:      xfs@oss.sgi.com
10966 L:      xfs@oss.sgi.com
10967 W:      http://oss.sgi.com/projects/xfs
10968 T:      git git://oss.sgi.com/xfs/xfs.git
10969 S:      Supported
10970 F:      Documentation/filesystems/xfs.txt
10971 F:      fs/xfs/
10972
10973 XILINX AXI ETHERNET DRIVER
10974 M:      Anirudha Sarangi <anirudh@xilinx.com>
10975 M:      John Linn <John.Linn@xilinx.com>
10976 S:      Maintained
10977 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10978
10979 XILINX UARTLITE SERIAL DRIVER
10980 M:      Peter Korsgaard <jacmet@sunsite.dk>
10981 L:      linux-serial@vger.kernel.org
10982 S:      Maintained
10983 F:      drivers/tty/serial/uartlite.c
10984
10985 XILINX VIDEO IP CORES
10986 M:      Hyun Kwon <hyun.kwon@xilinx.com>
10987 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10988 L:      linux-media@vger.kernel.org
10989 T:      git git://linuxtv.org/media_tree.git
10990 S:      Supported
10991 F:      Documentation/devicetree/bindings/media/xilinx/
10992 F:      drivers/media/platform/xilinx/
10993 F:      include/uapi/linux/xilinx-v4l2-controls.h
10994
10995 XILLYBUS DRIVER
10996 M:      Eli Billauer <eli.billauer@gmail.com>
10997 L:      linux-kernel@vger.kernel.org
10998 S:      Supported
10999 F:      drivers/char/xillybus/
11000
11001 XTENSA XTFPGA PLATFORM SUPPORT
11002 M:      Max Filippov <jcmvbkbc@gmail.com>
11003 L:      linux-xtensa@linux-xtensa.org
11004 S:      Maintained
11005 F:      drivers/spi/spi-xtensa-xtfpga.c
11006 F:      sound/soc/xtensa/xtfpga-i2s.c
11007
11008 YAM DRIVER FOR AX.25
11009 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11010 L:      linux-hams@vger.kernel.org
11011 S:      Maintained
11012 F:      drivers/net/hamradio/yam*
11013 F:      include/linux/yam.h
11014
11015 YEALINK PHONE DRIVER
11016 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11017 L:      usbb2k-api-dev@nongnu.org
11018 S:      Maintained
11019 F:      Documentation/input/yealink.txt
11020 F:      drivers/input/misc/yealink.*
11021
11022 Z8530 DRIVER FOR AX.25
11023 M:      Joerg Reuter <jreuter@yaina.de>
11024 W:      http://yaina.de/jreuter/
11025 W:      http://www.qsl.net/dl1bke/
11026 L:      linux-hams@vger.kernel.org
11027 S:      Maintained
11028 F:      Documentation/networking/z8530drv.txt
11029 F:      drivers/net/hamradio/*scc.c
11030 F:      drivers/net/hamradio/z8530.h
11031
11032 ZBUD COMPRESSED PAGE ALLOCATOR
11033 M:      Seth Jennings <sjennings@variantweb.net>
11034 L:      linux-mm@kvack.org
11035 S:      Maintained
11036 F:      mm/zbud.c
11037 F:      include/linux/zbud.h
11038
11039 ZD1211RW WIRELESS DRIVER
11040 M:      Daniel Drake <dsd@gentoo.org>
11041 M:      Ulrich Kunitz <kune@deine-taler.de>
11042 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11043 L:      linux-wireless@vger.kernel.org
11044 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11045 S:      Maintained
11046 F:      drivers/net/wireless/zd1211rw/
11047
11048 ZR36067 VIDEO FOR LINUX DRIVER
11049 L:      mjpeg-users@lists.sourceforge.net
11050 L:      linux-media@vger.kernel.org
11051 W:      http://mjpeg.sourceforge.net/driver-zoran/
11052 T:      hg http://linuxtv.org/hg/v4l-dvb
11053 S:      Odd Fixes
11054 F:      drivers/media/pci/zoran/
11055
11056 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11057 M:      Minchan Kim <minchan@kernel.org>
11058 M:      Nitin Gupta <ngupta@vflare.org>
11059 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11060 L:      linux-kernel@vger.kernel.org
11061 S:      Maintained
11062 F:      drivers/block/zram/
11063 F:      Documentation/blockdev/zram.txt
11064
11065 ZS DECSTATION Z85C30 SERIAL DRIVER
11066 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11067 S:      Maintained
11068 F:      drivers/tty/serial/zs.*
11069
11070 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11071 M:      Minchan Kim <minchan@kernel.org>
11072 M:      Nitin Gupta <ngupta@vflare.org>
11073 L:      linux-mm@kvack.org
11074 S:      Maintained
11075 F:      mm/zsmalloc.c
11076 F:      include/linux/zsmalloc.h
11077 F:      Documentation/vm/zsmalloc.txt
11078
11079 ZSWAP COMPRESSED SWAP CACHING
11080 M:      Seth Jennings <sjennings@variantweb.net>
11081 L:      linux-mm@kvack.org
11082 S:      Maintained
11083 F:      mm/zswap.c
11084
11085 THE REST
11086 M:      Linus Torvalds <torvalds@linux-foundation.org>
11087 L:      linux-kernel@vger.kernel.org
11088 Q:      http://patchwork.kernel.org/project/LKML/list/
11089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11090 S:      Buried alive in reporters
11091 F:      *
11092 F:      */