bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
[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 Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA PIO DRIVER
573 M:      Tien Hock Loh <thloh@altera.com>
574 L:      linux-gpio@vger.kernel.org
575 S:      Maintained
576 F:      drivers/gpio/gpio-altera.c
577
578 ALTERA TRIPLE SPEED ETHERNET DRIVER
579 M:      Vince Bridgers <vbridger@opensource.altera.com>
580 L:      netdev@vger.kernel.org
581 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
582 S:      Maintained
583 F:      drivers/net/ethernet/altera/
584
585 ALTERA UART/JTAG UART SERIAL DRIVERS
586 M:      Tobias Klauser <tklauser@distanz.ch>
587 L:      linux-serial@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/tty/serial/altera_uart.c
591 F:      drivers/tty/serial/altera_jtaguart.c
592 F:      include/linux/altera_uart.h
593 F:      include/linux/altera_jtaguart.h
594
595 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
596 M:      Tom Lendacky <thomas.lendacky@amd.com>
597 L:      linux-crypto@vger.kernel.org
598 S:      Supported
599 F:      drivers/crypto/ccp/
600 F:      include/linux/ccp.h
601
602 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
603 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
604 L:      lm-sensors@lm-sensors.org
605 S:      Maintained
606 F:      Documentation/hwmon/fam15h_power
607 F:      drivers/hwmon/fam15h_power.c
608
609 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
610 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 S:      Supported
613 F:      drivers/usb/gadget/udc/amd5536udc.*
614
615 AMD GEODE PROCESSOR/CHIPSET SUPPORT
616 P:      Andres Salomon <dilinger@queued.net>
617 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
618 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
619 S:      Supported
620 F:      drivers/char/hw_random/geode-rng.c
621 F:      drivers/crypto/geode*
622 F:      drivers/video/fbdev/geode/
623 F:      arch/x86/include/asm/geode.h
624
625 AMD IOMMU (AMD-VI)
626 M:      Joerg Roedel <joro@8bytes.org>
627 L:      iommu@lists.linux-foundation.org
628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
629 S:      Maintained
630 F:      drivers/iommu/amd_iommu*.[ch]
631 F:      include/linux/amd-iommu.h
632
633 AMD KFD
634 M:      Oded Gabbay <oded.gabbay@amd.com>
635 L:      dri-devel@lists.freedesktop.org
636 T:      git git://people.freedesktop.org/~gabbayo/linux.git
637 S:      Supported
638 F:      drivers/gpu/drm/amd/amdkfd/
639 F:      drivers/gpu/drm/amd/include/cik_structs.h
640 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
641 F:      drivers/gpu/drm/radeon/radeon_kfd.c
642 F:      drivers/gpu/drm/radeon/radeon_kfd.h
643 F:      include/uapi/linux/kfd_ioctl.h
644
645 AMD MICROCODE UPDATE SUPPORT
646 M:      Borislav Petkov <bp@alien8.de>
647 S:      Maintained
648 F:      arch/x86/kernel/cpu/microcode/amd*
649
650 AMD XGBE DRIVER
651 M:      Tom Lendacky <thomas.lendacky@amd.com>
652 L:      netdev@vger.kernel.org
653 S:      Supported
654 F:      drivers/net/ethernet/amd/xgbe/
655
656 AMS (Apple Motion Sensor) DRIVER
657 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
658 S:      Supported
659 F:      drivers/macintosh/ams/
660
661 AMSO1100 RNIC DRIVER
662 M:      Tom Tucker <tom@opengridcomputing.com>
663 M:      Steve Wise <swise@opengridcomputing.com>
664 L:      linux-rdma@vger.kernel.org
665 S:      Maintained
666 F:      drivers/infiniband/hw/amso1100/
667
668 ANALOG DEVICES INC AD9389B DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/ad9389b*
673
674 ANALOG DEVICES INC ADV7180 DRIVER
675 M:      Lars-Peter Clausen <lars@metafoo.de>
676 L:      linux-media@vger.kernel.org
677 W:      http://ez.analog.com/community/linux-device-drivers
678 S:      Supported
679 F:      drivers/media/i2c/adv7180.c
680
681 ANALOG DEVICES INC ADV7511 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7511*
686
687 ANALOG DEVICES INC ADV7604 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7604*
692
693 ANALOG DEVICES INC ADV7842 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7842*
698
699 ANALOG DEVICES INC ASOC CODEC DRIVERS
700 M:      Lars-Peter Clausen <lars@metafoo.de>
701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
702 W:      http://wiki.analog.com/
703 W:      http://ez.analog.com/community/linux-device-drivers
704 S:      Supported
705 F:      sound/soc/codecs/adau*
706 F:      sound/soc/codecs/adav*
707 F:      sound/soc/codecs/ad1*
708 F:      sound/soc/codecs/ad7*
709 F:      sound/soc/codecs/ssm*
710 F:      sound/soc/codecs/sigmadsp.*
711
712 ANALOG DEVICES INC ASOC DRIVERS
713 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://blackfin.uclinux.org/
716 S:      Supported
717 F:      sound/soc/blackfin/*
718
719 ANALOG DEVICES INC IIO DRIVERS
720 M:      Lars-Peter Clausen <lars@metafoo.de>
721 M:      Michael Hennerich <Michael.Hennerich@analog.com>
722 W:      http://wiki.analog.com/
723 W:      http://ez.analog.com/community/linux-device-drivers
724 S:      Supported
725 F:      drivers/iio/*/ad*
726 X:      drivers/iio/*/adjd*
727 F:      drivers/staging/iio/*/ad*
728 F:      staging/iio/trigger/iio-trig-bfin-timer.c
729
730 ANDROID DRIVERS
731 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
732 M:      Arve HjønnevĂ¥g <arve@android.com>
733 M:      Riley Andrews <riandrews@android.com>
734 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
735 L:      devel@driverdev.osuosl.org
736 S:      Supported
737 F:      drivers/android/
738 F:      drivers/staging/android/
739
740 AOA (Apple Onboard Audio) ALSA DRIVER
741 M:      Johannes Berg <johannes@sipsolutions.net>
742 L:      linuxppc-dev@lists.ozlabs.org
743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
744 S:      Maintained
745 F:      sound/aoa/
746
747 APM DRIVER
748 M:      Jiri Kosina <jkosina@suse.cz>
749 S:      Odd fixes
750 F:      arch/x86/kernel/apm_32.c
751 F:      include/linux/apm_bios.h
752 F:      include/uapi/linux/apm_bios.h
753 F:      drivers/char/apm-emulation.c
754
755 APPLE BCM5974 MULTITOUCH DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      linux-input@vger.kernel.org
758 S:      Odd fixes
759 F:      drivers/input/mouse/bcm5974.c
760
761 APPLE SMC DRIVER
762 M:      Henrik Rydberg <rydberg@bitmath.org>
763 L:      lm-sensors@lm-sensors.org
764 S:      Odd fixes
765 F:      drivers/hwmon/applesmc.c
766
767 APPLETALK NETWORK LAYER
768 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
769 S:      Maintained
770 F:      drivers/net/appletalk/
771 F:      net/appletalk/
772
773 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
774 M:      Iyappan Subramanian <isubramanian@apm.com>
775 M:      Keyur Chudgar <kchudgar@apm.com>
776 S:      Supported
777 F:      drivers/net/ethernet/apm/xgene/
778 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
779
780 APTINA CAMERA SENSOR PLL
781 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
782 L:      linux-media@vger.kernel.org
783 S:      Maintained
784 F:      drivers/media/i2c/aptina-pll.*
785
786 ARC FRAMEBUFFER DRIVER
787 M:      Jaya Kumar <jayalk@intworks.biz>
788 S:      Maintained
789 F:      drivers/video/fbdev/arcfb.c
790 F:      drivers/video/fbdev/core/fb_defio.c
791
792 ARM MFM AND FLOPPY DRIVERS
793 M:      Ian Molton <spyro@f2s.com>
794 S:      Maintained
795 F:      arch/arm/lib/floppydma.S
796 F:      arch/arm/include/asm/floppy.h
797
798 ARM PMU PROFILING AND DEBUGGING
799 M:      Will Deacon <will.deacon@arm.com>
800 S:      Maintained
801 F:      arch/arm/kernel/perf_event*
802 F:      arch/arm/oprofile/common.c
803 F:      arch/arm/include/asm/pmu.h
804 F:      arch/arm/kernel/hw_breakpoint.c
805 F:      arch/arm/include/asm/hw_breakpoint.h
806
807 ARM PORT
808 M:      Russell King <linux@arm.linux.org.uk>
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 W:      http://www.arm.linux.org.uk/
811 S:      Maintained
812 F:      arch/arm/
813
814 ARM SUB-ARCHITECTURES
815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 S:      Maintained
817 F:      arch/arm/mach-*/
818 F:      arch/arm/plat-*/
819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
820
821 ARM PRIMECELL AACI PL041 DRIVER
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      sound/arm/aaci.*
825
826 ARM PRIMECELL CLCD PL110 DRIVER
827 M:      Russell King <linux@arm.linux.org.uk>
828 S:      Maintained
829 F:      drivers/video/fbdev/amba-clcd.*
830
831 ARM PRIMECELL KMI PL050 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/input/serio/ambakmi.*
835 F:      include/linux/amba/kmi.h
836
837 ARM PRIMECELL MMCI PL180/1 DRIVER
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/mmc/host/mmci.*
841 F:      include/linux/amba/mmci.h
842
843 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/tty/serial/amba-pl01*.c
847 F:      include/linux/amba/serial.h
848
849 ARM PRIMECELL BUS SUPPORT
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      drivers/amba/
853 F:      include/linux/amba/bus.h
854
855 ARM/ADS SPHERE MACHINE SUPPORT
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 S:      Maintained
859
860 ARM/AFEB9260 MACHINE SUPPORT
861 M:      Sergey Lapin <slapin@ossfans.org>
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S:      Maintained
864
865 ARM/AJECO 1ARM MACHINE SUPPORT
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S:      Maintained
869
870 ARM/Allwinner A1X SoC support
871 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874 N:      sun[x4567]i
875
876 ARM/Allwinner SoC Clock Support
877 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
878 S:      Maintained
879 F:      drivers/clk/sunxi/
880
881 ARM/Amlogic MesonX SoC support
882 M:      Carlo Caione <carlo@caione.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      drivers/media/rc/meson-ir.c
886 N:      meson[x68]
887
888 ARM/Annapurna Labs ALPINE ARCHITECTURE
889 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
890 S:      Maintained
891 F:      arch/arm/mach-alpine/
892
893 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
894 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
895 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
896 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 W:      http://www.linux4sam.org
899 S:      Supported
900 F:      arch/arm/mach-at91/
901 F:      include/soc/at91/
902 F:      arch/arm/boot/dts/at91*.dts
903 F:      arch/arm/boot/dts/at91*.dtsi
904 F:      arch/arm/boot/dts/sama*.dts
905 F:      arch/arm/boot/dts/sama*.dtsi
906 F:      arch/arm/include/debug/at91.S
907
908 ARM/ATMEL AT91 Clock Support
909 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
910 S:      Maintained
911 F:      drivers/clk/at91
912
913 ARM/CALXEDA HIGHBANK ARCHITECTURE
914 M:      Rob Herring <robh@kernel.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917 F:      arch/arm/mach-highbank/
918
919 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
920 M:      Krzysztof Halasa <khalasa@piap.pl>
921 S:      Maintained
922 F:      arch/arm/mach-cns3xxx/
923
924 ARM/CAVIUM THUNDER NETWORK DRIVER
925 M:      Sunil Goutham <sgoutham@cavium.com>
926 M:      Robert Richter <rric@kernel.org>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S:      Supported
929 F:      drivers/net/ethernet/cavium/
930
931 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
932 M:      Alexander Shiyan <shc_work@mail.ru>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S:      Odd Fixes
935 N:      clps711x
936
937 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
938 M:      Hartley Sweeten <hsweeten@visionengravers.com>
939 M:      Ryan Mallon <rmallon@gmail.com>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942 F:      arch/arm/mach-ep93xx/
943 F:      arch/arm/mach-ep93xx/include/mach/
944
945 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
946 M:      Lennert Buytenhek <kernel@wantstofly.org>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949
950 ARM/CLKDEV SUPPORT
951 M:      Russell King <linux@arm.linux.org.uk>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/include/asm/clkdev.h
955 F:      drivers/clk/clkdev.c
956
957 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
958 M:      Mike Rapoport <mike@compulab.co.il>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Maintained
961
962 ARM/CONTEC MICRO9 MACHINE SUPPORT
963 M:      Hubert Feurstein <hubert.feurstein@contec.at>
964 S:      Maintained
965 F:      arch/arm/mach-ep93xx/micro9.c
966
967 ARM/CORESIGHT FRAMEWORK AND DRIVERS
968 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      drivers/hwtracing/coresight/*
972 F:      Documentation/trace/coresight.txt
973 F:      Documentation/devicetree/bindings/arm/coresight.txt
974 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
975
976 ARM/CORGI MACHINE SUPPORT
977 M:      Richard Purdie <rpurdie@rpsys.net>
978 S:      Maintained
979
980 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
981 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 T:      git git://github.com/ulli-kroll/linux.git
984 S:      Maintained
985 F:      arch/arm/mach-gemini/
986
987 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
988 M:      Barry Song <baohua@kernel.org>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
991 S:      Maintained
992 F:      arch/arm/mach-prima2/
993 F:      drivers/clk/sirf/
994 F:      drivers/clocksource/timer-prima2.c
995 F:      drivers/clocksource/timer-atlas7.c
996 N:      [^a-z]sirf
997
998 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
999 M:      Baruch Siach <baruch@tkos.co.il>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 N:      digicolor
1003
1004 ARM/EBSA110 MACHINE SUPPORT
1005 M:      Russell King <linux@arm.linux.org.uk>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 W:      http://www.arm.linux.org.uk/
1008 S:      Maintained
1009 F:      arch/arm/mach-ebsa110/
1010 F:      drivers/net/ethernet/amd/am79c961a.*
1011
1012 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1013 M:      Uwe Kleine-König <kernel@pengutronix.de>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016 N:      efm32
1017
1018 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1019 M:      Daniel Ribeiro <drwyrm@gmail.com>
1020 M:      Stefan Schmidt <stefan@openezx.org>
1021 M:      Harald Welte <laforge@openezx.org>
1022 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1023 W:      http://www.openezx.org/
1024 S:      Maintained
1025 T:      topgit git://git.openezx.org/openezx.git
1026 F:      arch/arm/mach-pxa/ezx.c
1027
1028 ARM/FARADAY FA526 PORT
1029 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 T:      git git://git.berlios.de/gemini-board
1033 F:      arch/arm/mm/*-fa*
1034
1035 ARM/FOOTBRIDGE ARCHITECTURE
1036 M:      Russell King <linux@arm.linux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1040 F:      arch/arm/include/asm/hardware/dec21285.h
1041 F:      arch/arm/mach-footbridge/
1042
1043 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1044 M:      Shawn Guo <shawn.guo@linaro.org>
1045 M:      Sascha Hauer <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1049 F:      arch/arm/mach-imx/
1050 F:      arch/arm/mach-mxs/
1051 F:      arch/arm/boot/dts/imx*
1052 F:      arch/arm/configs/imx*_defconfig
1053
1054 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1055 M:      Shawn Guo <shawn.guo@linaro.org>
1056 M:      Sascha Hauer <kernel@pengutronix.de>
1057 R:      Stefan Agner <stefan@agner.ch>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1061 F:      arch/arm/mach-imx/*vf610*
1062 F:      arch/arm/boot/dts/vf*
1063
1064 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1065 M:      Lennert Buytenhek <kernel@wantstofly.org>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068
1069 ARM/GUMSTIX MACHINE SUPPORT
1070 M:      Steve Sakoman <sakoman@gmail.com>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073
1074 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1075 M:      Philipp Zabel <philipp.zabel@gmail.com>
1076 M:      Paul Parsons <lost.distance@yahoo.com>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/hx4700.c
1080 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1081 F:      sound/soc/pxa/hx4700.c
1082
1083 ARM/HISILICON SOC SUPPORT
1084 M:      Wei Xu <xuwei5@hisilicon.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 W:      http://www.hisilicon.com
1087 S:      Supported
1088 T:      git git://github.com/hisilicon/linux-hisi.git
1089 F:      arch/arm/mach-hisi/
1090
1091 ARM/HP JORNADA 7XX MACHINE SUPPORT
1092 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1093 W:      www.jlime.com
1094 S:      Maintained
1095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1096 F:      arch/arm/mach-sa1100/jornada720.c
1097 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1098
1099 ARM/IGEP MACHINE SUPPORT
1100 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1101 M:      Javier Martinez Canillas <javier@dowhile0.org>
1102 L:      linux-omap@vger.kernel.org
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/boot/dts/omap3-igep*
1106
1107 ARM/INCOME PXA270 SUPPORT
1108 M:      Marek Vasut <marek.vasut@gmail.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1112
1113 ARM/INTEL IOP32X ARM ARCHITECTURE
1114 M:      Lennert Buytenhek <kernel@wantstofly.org>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117
1118 ARM/INTEL IOP33X ARM ARCHITECTURE
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Orphan
1121
1122 ARM/INTEL IOP13XX ARM ARCHITECTURE
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/INTEL IQ81342EX MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/INTEL IXDP2850 MACHINE SUPPORT
1133 M:      Lennert Buytenhek <kernel@wantstofly.org>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136
1137 ARM/INTEL IXP4XX ARM ARCHITECTURE
1138 M:      Imre Kaloz <kaloz@openwrt.org>
1139 M:      Krzysztof Halasa <khalasa@piap.pl>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-ixp4xx/
1143
1144 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1145 M:      Jonathan Cameron <jic23@cam.ac.uk>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148 F:      arch/arm/mach-pxa/stargate2.c
1149 F:      drivers/pcmcia/pxa2xx_stargate2.c
1150
1151 ARM/INTEL XSC3 (MANZANO) ARM CORE
1152 M:      Lennert Buytenhek <kernel@wantstofly.org>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155
1156 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1162 M:      Santosh Shilimkar <ssantosh@kernel.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-keystone/
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1167
1168 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1169 M:      Santosh Shilimkar <ssantosh@kernel.org>
1170 L:      linux-kernel@vger.kernel.org
1171 S:      Maintained
1172 F:      drivers/clk/keystone/
1173
1174 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1175 M:      Santosh Shilimkar <ssantosh@kernel.org>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 L:      linux-kernel@vger.kernel.org
1178 S:      Maintained
1179 F:      drivers/clocksource/timer-keystone.c
1180
1181 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-kernel@vger.kernel.org
1184 S:      Maintained
1185 F:      drivers/power/reset/keystone-reset.c
1186
1187 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1188 M:      Santosh Shilimkar <ssantosh@kernel.org>
1189 L:      linux-kernel@vger.kernel.org
1190 S:      Maintained
1191 F:      drivers/memory/*emif*
1192
1193 ARM/LOGICPD PXA270 MACHINE SUPPORT
1194 M:      Lennert Buytenhek <kernel@wantstofly.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197
1198 ARM/MAGICIAN MACHINE SUPPORT
1199 M:      Philipp Zabel <philipp.zabel@gmail.com>
1200 S:      Maintained
1201
1202 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1203 M:      Jason Cooper <jason@lakedaemon.net>
1204 M:      Andrew Lunn <andrew@lunn.ch>
1205 M:      Gregory Clement <gregory.clement@free-electrons.com>
1206 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-mvebu/
1210 F:      drivers/rtc/rtc-armada38x.c
1211 F:      arch/arm/boot/dts/armada*
1212 F:      arch/arm/boot/dts/kirkwood*
1213
1214
1215 ARM/Marvell Berlin SoC support
1216 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-berlin/
1220 F:      arch/arm/boot/dts/berlin*
1221
1222
1223 ARM/Marvell Dove/MV78xx0/Orion SOC support
1224 M:      Jason Cooper <jason@lakedaemon.net>
1225 M:      Andrew Lunn <andrew@lunn.ch>
1226 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1227 M:      Gregory Clement <gregory.clement@free-electrons.com>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230 F:      arch/arm/mach-dove/
1231 F:      arch/arm/mach-mv78xx0/
1232 F:      arch/arm/mach-orion5x/
1233 F:      arch/arm/plat-orion/
1234 F:      arch/arm/boot/dts/dove*
1235 F:      arch/arm/boot/dts/orion5x*
1236
1237
1238 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1239 M:      Alexander Clouter <alex@digriz.org.uk>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W:      http://www.digriz.org.uk/ts78xx/kernel
1242 S:      Maintained
1243 F:      arch/arm/mach-orion5x/ts78xx-*
1244
1245 ARM/Mediatek SoC support
1246 M:      Matthias Brugger <matthias.bgg@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/boot/dts/mt6*
1251 F:      arch/arm/boot/dts/mt8*
1252 F:      arch/arm/mach-mediatek/
1253 N:      mtk
1254 K:      mediatek
1255
1256 ARM/MICREL KS8695 ARCHITECTURE
1257 M:      Greg Ungerer <gerg@uclinux.org>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 F:      arch/arm/mach-ks8695/
1260 S:      Odd Fixes
1261
1262 ARM/MIOA701 MACHINE SUPPORT
1263 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 F:      arch/arm/mach-pxa/mioa701.c
1266 S:      Maintained
1267
1268 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1269 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1270 S:      Maintained
1271
1272 ARM/NOMADIK ARCHITECTURE
1273 M:      Alessandro Rubini <rubini@unipv.it>
1274 M:      Linus Walleij <linus.walleij@linaro.org>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/mach-nomadik/
1278 F:      drivers/pinctrl/nomadik/
1279 F:      drivers/i2c/busses/i2c-nomadik.c
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1281
1282 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1283 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1284 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1285 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1286 S:      Supported
1287
1288 ARM/TOSA MACHINE SUPPORT
1289 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1290 M:      Dirk Opfer <dirk@opfer-online.de>
1291 S:      Maintained
1292
1293 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1294 M:      Marek Vasut <marek.vasut@gmail.com>
1295 L:      linux-arm-kernel@lists.infradead.org
1296 W:      http://hackndev.com
1297 S:      Maintained
1298 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1299 F:      arch/arm/mach-pxa/palmtx.c
1300 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1301 F:      arch/arm/mach-pxa/palmt5.c
1302 F:      arch/arm/mach-pxa/include/mach/palmld.h
1303 F:      arch/arm/mach-pxa/palmld.c
1304 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1305 F:      arch/arm/mach-pxa/palmte2.c
1306 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1307 F:      arch/arm/mach-pxa/palmtc.c
1308
1309 ARM/PALM TREO SUPPORT
1310 M:      Tomas Cech <sleep_walker@suse.cz>
1311 L:      linux-arm-kernel@lists.infradead.org
1312 W:      http://hackndev.com
1313 S:      Maintained
1314 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1315 F:      arch/arm/mach-pxa/palmtreo.c
1316
1317 ARM/PALMZ72 SUPPORT
1318 M:      Sergey Lapin <slapin@ossfans.org>
1319 L:      linux-arm-kernel@lists.infradead.org
1320 W:      http://hackndev.com
1321 S:      Maintained
1322 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1323 F:      arch/arm/mach-pxa/palmz72.c
1324
1325 ARM/PLEB SUPPORT
1326 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1327 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1328 S:      Maintained
1329
1330 ARM/PT DIGITAL BOARD PORT
1331 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 W:      http://www.arm.linux.org.uk/
1334 S:      Maintained
1335
1336 ARM/QUALCOMM SUPPORT
1337 M:      Kumar Gala <galak@codeaurora.org>
1338 M:      Andy Gross <agross@codeaurora.org>
1339 M:      David Brown <davidb@codeaurora.org>
1340 L:      linux-arm-msm@vger.kernel.org
1341 L:      linux-soc@vger.kernel.org
1342 S:      Maintained
1343 F:      arch/arm/mach-qcom/
1344 F:      drivers/soc/qcom/
1345 F:      drivers/tty/serial/msm_serial.h
1346 F:      drivers/tty/serial/msm_serial.c
1347 F:      drivers/*/pm8???-*
1348 F:      drivers/mfd/ssbi.c
1349 F:      drivers/firmware/qcom_scm.c
1350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1351
1352 ARM/RADISYS ENP2611 MACHINE SUPPORT
1353 M:      Lennert Buytenhek <kernel@wantstofly.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 S:      Maintained
1356
1357 ARM/RISCPC ARCHITECTURE
1358 M:      Russell King <linux@arm.linux.org.uk>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 W:      http://www.arm.linux.org.uk/
1361 S:      Maintained
1362 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1363 F:      arch/arm/include/asm/hardware/ioc.h
1364 F:      arch/arm/include/asm/hardware/iomd.h
1365 F:      arch/arm/include/asm/hardware/memc.h
1366 F:      arch/arm/mach-rpc/
1367 F:      drivers/net/ethernet/8390/etherh.c
1368 F:      drivers/net/ethernet/i825xx/ether1*
1369 F:      drivers/net/ethernet/seeq/ether3*
1370 F:      drivers/scsi/arm/
1371
1372 ARM/Rockchip SoC support
1373 M:      Heiko Stuebner <heiko@sntech.de>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 L:      linux-rockchip@lists.infradead.org
1376 S:      Maintained
1377 F:      arch/arm/boot/dts/rk3*
1378 F:      arch/arm/mach-rockchip/
1379 F:      drivers/clk/rockchip/
1380 F:      drivers/i2c/busses/i2c-rk3x.c
1381 F:      drivers/*/*rockchip*
1382 F:      drivers/*/*/*rockchip*
1383 F:      sound/soc/rockchip/
1384 N:      rockchip
1385
1386 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1387 M:      Kukjin Kim <kgene@kernel.org>
1388 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1391 S:      Maintained
1392 F:      arch/arm/boot/dts/s3c*
1393 F:      arch/arm/boot/dts/exynos*
1394 F:      arch/arm/plat-samsung/
1395 F:      arch/arm/mach-s3c24*/
1396 F:      arch/arm/mach-s3c64xx/
1397 F:      arch/arm/mach-s5p*/
1398 F:      arch/arm/mach-exynos*/
1399 F:      drivers/*/*s3c2410*
1400 F:      drivers/*/*/*s3c2410*
1401 F:      drivers/spi/spi-s3c*
1402 F:      sound/soc/samsung/*
1403 N:      exynos
1404
1405 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1406 M:      Kyungmin Park <kyungmin.park@samsung.com>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 S:      Maintained
1409 F:      arch/arm/mach-s5pv210/
1410
1411 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1412 M:      Kyungmin Park <kyungmin.park@samsung.com>
1413 M:      Kamil Debski <k.debski@samsung.com>
1414 L:      linux-arm-kernel@lists.infradead.org
1415 L:      linux-media@vger.kernel.org
1416 S:      Maintained
1417 F:      drivers/media/platform/s5p-g2d/
1418
1419 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1420 M:      Kyungmin Park <kyungmin.park@samsung.com>
1421 M:      Kamil Debski <k.debski@samsung.com>
1422 M:      Jeongtae Park <jtp.park@samsung.com>
1423 L:      linux-arm-kernel@lists.infradead.org
1424 L:      linux-media@vger.kernel.org
1425 S:      Maintained
1426 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1427 F:      drivers/media/platform/s5p-mfc/
1428
1429 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1430 M:      Kyungmin Park <kyungmin.park@samsung.com>
1431 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1432 L:      linux-arm-kernel@lists.infradead.org
1433 L:      linux-media@vger.kernel.org
1434 S:      Maintained
1435 F:      drivers/media/platform/s5p-tv/
1436
1437 ARM/SHMOBILE ARM ARCHITECTURE
1438 M:      Simon Horman <horms@verge.net.au>
1439 M:      Magnus Damm <magnus.damm@gmail.com>
1440 L:      linux-sh@vger.kernel.org
1441 W:      http://oss.renesas.com
1442 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1444 S:      Supported
1445 F:      arch/arm/boot/dts/emev2*
1446 F:      arch/arm/boot/dts/r7s*
1447 F:      arch/arm/boot/dts/r8a*
1448 F:      arch/arm/boot/dts/sh*
1449 F:      arch/arm/configs/armadillo800eva_defconfig
1450 F:      arch/arm/configs/bockw_defconfig
1451 F:      arch/arm/configs/kzm9g_defconfig
1452 F:      arch/arm/configs/marzen_defconfig
1453 F:      arch/arm/configs/shmobile_defconfig
1454 F:      arch/arm/include/debug/renesas-scif.S
1455 F:      arch/arm/mach-shmobile/
1456 F:      drivers/sh/
1457
1458 ARM/SOCFPGA ARCHITECTURE
1459 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1460 S:      Maintained
1461 F:      arch/arm/mach-socfpga/
1462 F:      arch/arm/boot/dts/socfpga*
1463 F:      arch/arm/configs/socfpga_defconfig
1464 W:      http://www.rocketboards.org
1465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1466
1467 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1468 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1469 S:      Maintained
1470 F:      drivers/clk/socfpga/
1471
1472 ARM/SOCFPGA EDAC SUPPORT
1473 M:      Thor Thayer <tthayer@opensource.altera.com>
1474 S:      Maintained
1475 F:      drivers/edac/altera_edac.
1476
1477 ARM/STI ARCHITECTURE
1478 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1479 M:      Maxime Coquelin <maxime.coquelin@st.com>
1480 M:      Patrice Chotard <patrice.chotard@st.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L:      kernel@stlinux.com
1483 W:      http://www.stlinux.com
1484 S:      Maintained
1485 F:      arch/arm/mach-sti/
1486 F:      arch/arm/boot/dts/sti*
1487 F:      drivers/clocksource/arm_global_timer.c
1488 F:      drivers/i2c/busses/i2c-st.c
1489 F:      drivers/media/rc/st_rc.c
1490 F:      drivers/mmc/host/sdhci-st.c
1491 F:      drivers/phy/phy-miphy28lp.c
1492 F:      drivers/phy/phy-miphy365x.c
1493 F:      drivers/phy/phy-stih407-usb.c
1494 F:      drivers/phy/phy-stih41x-usb.c
1495 F:      drivers/pinctrl/pinctrl-st.c
1496 F:      drivers/reset/sti/
1497 F:      drivers/tty/serial/st-asc.c
1498 F:      drivers/usb/dwc3/dwc3-st.c
1499 F:      drivers/usb/host/ehci-st.c
1500 F:      drivers/usb/host/ohci-st.c
1501 F:      drivers/ata/ahci_st.c
1502
1503 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1504 M:      Lennert Buytenhek <kernel@wantstofly.org>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Maintained
1507
1508 ARM/TETON BGA MACHINE SUPPORT
1509 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 S:      Maintained
1512
1513 ARM/THECUS N2100 MACHINE SUPPORT
1514 M:      Lennert Buytenhek <kernel@wantstofly.org>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 S:      Maintained
1517
1518 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1519 M:      Wan ZongShun <mcuos.com@gmail.com>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 W:      http://www.mcuos.com
1522 S:      Maintained
1523 F:      arch/arm/mach-w90x900/
1524 F:      drivers/input/keyboard/w90p910_keypad.c
1525 F:      drivers/input/touchscreen/w90p910_ts.c
1526 F:      drivers/watchdog/nuc900_wdt.c
1527 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1528 F:      drivers/mtd/nand/nuc900_nand.c
1529 F:      drivers/rtc/rtc-nuc900.c
1530 F:      drivers/spi/spi-nuc900.c
1531 F:      drivers/usb/host/ehci-w90x900.c
1532 F:      drivers/video/fbdev/nuc900fb.c
1533
1534 ARM/U300 MACHINE SUPPORT
1535 M:      Linus Walleij <linus.walleij@linaro.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Supported
1538 F:      arch/arm/mach-u300/
1539 F:      drivers/clocksource/timer-u300.c
1540 F:      drivers/i2c/busses/i2c-stu300.c
1541 F:      drivers/rtc/rtc-coh901331.c
1542 F:      drivers/watchdog/coh901327_wdt.c
1543 F:      drivers/dma/coh901318*
1544 F:      drivers/mfd/ab3100*
1545 F:      drivers/rtc/rtc-ab3100.c
1546 F:      drivers/rtc/rtc-coh901331.c
1547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1548
1549 ARM/Ux500 ARM ARCHITECTURE
1550 M:      Linus Walleij <linus.walleij@linaro.org>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553 F:      arch/arm/mach-ux500/
1554 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1555 F:      drivers/dma/ste_dma40*
1556 F:      drivers/hwspinlock/u8500_hsem.c
1557 F:      drivers/mfd/abx500*
1558 F:      drivers/mfd/ab8500*
1559 F:      drivers/mfd/dbx500*
1560 F:      drivers/mfd/db8500*
1561 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1562 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1563 F:      drivers/rtc/rtc-ab8500.c
1564 F:      drivers/rtc/rtc-pl031.c
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1566
1567 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1568 M:      Ulf Hansson <ulf.hansson@linaro.org>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 T:      git git://git.linaro.org/people/ulfh/clk.git
1571 S:      Maintained
1572 F:      drivers/clk/ux500/
1573 F:      include/linux/platform_data/clk-ux500.h
1574
1575 ARM/VERSATILE EXPRESS PLATFORM
1576 M:      Liviu Dudau <liviu.dudau@arm.com>
1577 M:      Sudeep Holla <sudeep.holla@arm.com>
1578 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581 F:      arch/arm/boot/dts/vexpress*
1582 F:      arch/arm/mach-vexpress/
1583 F:      */*/vexpress*
1584 F:      */*/*/vexpress*
1585 F:      drivers/clk/versatile/clk-vexpress-osc.c
1586 F:      drivers/clocksource/versatile.c
1587
1588 ARM/VFP SUPPORT
1589 M:      Russell King <linux@arm.linux.org.uk>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 W:      http://www.arm.linux.org.uk/
1592 S:      Maintained
1593 F:      arch/arm/vfp/
1594
1595 ARM/VOIPAC PXA270 SUPPORT
1596 M:      Marek Vasut <marek.vasut@gmail.com>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/mach-pxa/vpac270.c
1600 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1601
1602 ARM/VT8500 ARM ARCHITECTURE
1603 M:      Tony Prisk <linux@prisktech.co.nz>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S:      Maintained
1606 F:      arch/arm/mach-vt8500/
1607 F:      drivers/clocksource/vt8500_timer.c
1608 F:      drivers/i2c/busses/i2c-wmt.c
1609 F:      drivers/mmc/host/wmt-sdmmc.c
1610 F:      drivers/pwm/pwm-vt8500.c
1611 F:      drivers/rtc/rtc-vt8500.c
1612 F:      drivers/tty/serial/vt8500_serial.c
1613 F:      drivers/usb/host/ehci-platform.c
1614 F:      drivers/usb/host/uhci-platform.c
1615 F:      drivers/video/fbdev/vt8500lcdfb.*
1616 F:      drivers/video/fbdev/wm8505fb*
1617 F:      drivers/video/fbdev/wmt_ge_rops.*
1618
1619 ARM/ZIPIT Z2 SUPPORT
1620 M:      Marek Vasut <marek.vasut@gmail.com>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1623 F:      arch/arm/mach-pxa/z2.c
1624 F:      arch/arm/mach-pxa/include/mach/z2.h
1625
1626 ARM/ZYNQ ARCHITECTURE
1627 M:      Michal Simek <michal.simek@xilinx.com>
1628 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 W:      http://wiki.xilinx.com
1631 T:      git git://git.xilinx.com/linux-xlnx.git
1632 S:      Supported
1633 F:      arch/arm/mach-zynq/
1634 F:      drivers/cpuidle/cpuidle-zynq.c
1635 F:      drivers/block/xsysace.c
1636 N:      zynq
1637 N:      xilinx
1638 F:      drivers/clocksource/cadence_ttc_timer.c
1639 F:      drivers/i2c/busses/i2c-cadence.c
1640 F:      drivers/mmc/host/sdhci-of-arasan.c
1641 F:      drivers/edac/synopsys_edac.c
1642
1643 ARM SMMU DRIVER
1644 M:      Will Deacon <will.deacon@arm.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      drivers/iommu/arm-smmu.c
1648 F:      drivers/iommu/io-pgtable-arm.c
1649
1650 ARM64 PORT (AARCH64 ARCHITECTURE)
1651 M:      Catalin Marinas <catalin.marinas@arm.com>
1652 M:      Will Deacon <will.deacon@arm.com>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655 F:      arch/arm64/
1656 F:      Documentation/arm64/
1657
1658 AS3645A LED FLASH CONTROLLER DRIVER
1659 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1660 L:      linux-media@vger.kernel.org
1661 T:      git git://linuxtv.org/media_tree.git
1662 S:      Maintained
1663 F:      drivers/media/i2c/as3645a.c
1664 F:      include/media/as3645a.h
1665
1666 ASC7621 HARDWARE MONITOR DRIVER
1667 M:      George Joseph <george.joseph@fairview5.com>
1668 L:      lm-sensors@lm-sensors.org
1669 S:      Maintained
1670 F:      Documentation/hwmon/asc7621
1671 F:      drivers/hwmon/asc7621.c
1672
1673 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1674 M:      Corentin Chary <corentin.chary@gmail.com>
1675 L:      acpi4asus-user@lists.sourceforge.net
1676 L:      platform-driver-x86@vger.kernel.org
1677 W:      http://acpi4asus.sf.net
1678 S:      Maintained
1679 F:      drivers/platform/x86/asus*.c
1680 F:      drivers/platform/x86/eeepc*.c
1681
1682 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1683 R:      Dan Williams <dan.j.williams@intel.com>
1684 W:      http://sourceforge.net/projects/xscaleiop
1685 S:      Odd fixes
1686 F:      Documentation/crypto/async-tx-api.txt
1687 F:      crypto/async_tx/
1688 F:      drivers/dma/
1689 F:      include/linux/dmaengine.h
1690 F:      include/linux/async_tx.h
1691
1692 AT24 EEPROM DRIVER
1693 M:      Wolfram Sang <wsa@the-dreams.de>
1694 L:      linux-i2c@vger.kernel.org
1695 S:      Maintained
1696 F:      drivers/misc/eeprom/at24.c
1697 F:      include/linux/platform_data/at24.h
1698
1699 ATA OVER ETHERNET (AOE) DRIVER
1700 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1701 W:      http://www.openaoe.org/
1702 S:      Supported
1703 F:      Documentation/aoe/
1704 F:      drivers/block/aoe/
1705
1706 ATHEROS ATH GENERIC UTILITIES
1707 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1708 L:      linux-wireless@vger.kernel.org
1709 S:      Supported
1710 F:      drivers/net/wireless/ath/*
1711
1712 ATHEROS ATH5K WIRELESS DRIVER
1713 M:      Jiri Slaby <jirislaby@gmail.com>
1714 M:      Nick Kossifidis <mickflemm@gmail.com>
1715 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1716 L:      linux-wireless@vger.kernel.org
1717 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1718 S:      Maintained
1719 F:      drivers/net/wireless/ath/ath5k/
1720
1721 ATHEROS ATH6KL WIRELESS DRIVER
1722 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1723 L:      linux-wireless@vger.kernel.org
1724 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1725 T:      git git://github.com/kvalo/ath.git
1726 S:      Supported
1727 F:      drivers/net/wireless/ath/ath6kl/
1728
1729 WILOCITY WIL6210 WIRELESS DRIVER
1730 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1731 L:      linux-wireless@vger.kernel.org
1732 L:      wil6210@qca.qualcomm.com
1733 S:      Supported
1734 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1735 F:      drivers/net/wireless/ath/wil6210/
1736 F:      include/uapi/linux/wil6210_uapi.h
1737
1738 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1739 M:      Christian Lamparter <chunkeey@googlemail.com>
1740 L:      linux-wireless@vger.kernel.org
1741 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1742 S:      Maintained
1743 F:      drivers/net/wireless/ath/carl9170/
1744
1745 ATK0110 HWMON DRIVER
1746 M:      Luca Tettamanti <kronos.it@gmail.com>
1747 L:      lm-sensors@lm-sensors.org
1748 S:      Maintained
1749 F:      drivers/hwmon/asus_atk0110.c
1750
1751 ATI_REMOTE2 DRIVER
1752 M:      Ville Syrjala <syrjala@sci.fi>
1753 S:      Maintained
1754 F:      drivers/input/misc/ati_remote2.c
1755
1756 ATLX ETHERNET DRIVERS
1757 M:      Jay Cliburn <jcliburn@gmail.com>
1758 M:      Chris Snook <chris.snook@gmail.com>
1759 L:      netdev@vger.kernel.org
1760 W:      http://sourceforge.net/projects/atl1
1761 W:      http://atl1.sourceforge.net
1762 S:      Maintained
1763 F:      drivers/net/ethernet/atheros/
1764
1765 ATM
1766 M:      Chas Williams <3chas3@gmail.com>
1767 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1768 L:      netdev@vger.kernel.org
1769 W:      http://linux-atm.sourceforge.net
1770 S:      Maintained
1771 F:      drivers/atm/
1772 F:      include/linux/atm*
1773 F:      include/uapi/linux/atm*
1774
1775 ATMEL AT91 / AT32 MCI DRIVER
1776 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1777 S:      Maintained
1778 F:      drivers/mmc/host/atmel-mci.c
1779 F:      drivers/mmc/host/atmel-mci-regs.h
1780
1781 ATMEL AT91 / AT32 SERIAL DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S:      Supported
1784 F:      drivers/tty/serial/atmel_serial.c
1785
1786 ATMEL Audio ALSA driver
1787 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1788 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1789 S:      Supported
1790 F:      sound/soc/atmel
1791
1792 ATMEL DMA DRIVER
1793 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S:      Supported
1796 F:      drivers/dma/at_hdmac.c
1797 F:      drivers/dma/at_hdmac_regs.h
1798 F:      include/linux/platform_data/dma-atmel.h
1799
1800 ATMEL XDMA DRIVER
1801 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1802 L:      linux-arm-kernel@lists.infradead.org
1803 L:      dmaengine@vger.kernel.org
1804 S:      Supported
1805 F:      drivers/dma/at_xdmac.c
1806
1807 ATMEL I2C DRIVER
1808 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1809 L:      linux-i2c@vger.kernel.org
1810 S:      Supported
1811 F:      drivers/i2c/busses/i2c-at91.c
1812
1813 ATMEL ISI DRIVER
1814 M:      Josh Wu <josh.wu@atmel.com>
1815 L:      linux-media@vger.kernel.org
1816 S:      Supported
1817 F:      drivers/media/platform/soc_camera/atmel-isi.c
1818 F:      include/media/atmel-isi.h
1819
1820 ATMEL LCDFB DRIVER
1821 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1822 L:      linux-fbdev@vger.kernel.org
1823 S:      Maintained
1824 F:      drivers/video/fbdev/atmel_lcdfb.c
1825 F:      include/video/atmel_lcdc.h
1826
1827 ATMEL MACB ETHERNET DRIVER
1828 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1829 S:      Supported
1830 F:      drivers/net/ethernet/cadence/
1831
1832 ATMEL NAND DRIVER
1833 M:      Josh Wu <josh.wu@atmel.com>
1834 L:      linux-mtd@lists.infradead.org
1835 S:      Supported
1836 F:      drivers/mtd/nand/atmel_nand*
1837
1838 ATMEL SPI DRIVER
1839 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1840 S:      Supported
1841 F:      drivers/spi/spi-atmel.*
1842
1843 ATMEL SSC DRIVER
1844 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Supported
1847 F:      drivers/misc/atmel-ssc.c
1848 F:      include/linux/atmel-ssc.h
1849
1850 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 S:      Supported
1854 F:      drivers/misc/atmel_tclib.c
1855 F:      drivers/clocksource/tcb_clksrc.c
1856
1857 ATMEL USBA UDC DRIVER
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 S:      Supported
1861 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1862
1863 ATMEL WIRELESS DRIVER
1864 M:      Simon Kelley <simon@thekelleys.org.uk>
1865 L:      linux-wireless@vger.kernel.org
1866 W:      http://www.thekelleys.org.uk/atmel
1867 W:      http://atmelwlandriver.sourceforge.net/
1868 S:      Maintained
1869 F:      drivers/net/wireless/atmel*
1870
1871 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1872 M:      Bradley Grove <linuxdrivers@attotech.com>
1873 L:      linux-scsi@vger.kernel.org
1874 W:      http://www.attotech.com
1875 S:      Supported
1876 F:      drivers/scsi/esas2r
1877
1878 AUDIT SUBSYSTEM
1879 M:      Paul Moore <paul@paul-moore.com>
1880 M:      Eric Paris <eparis@redhat.com>
1881 L:      linux-audit@redhat.com (moderated for non-subscribers)
1882 W:      http://people.redhat.com/sgrubb/audit/
1883 T:      git git://git.infradead.org/users/pcmoore/audit
1884 S:      Maintained
1885 F:      include/linux/audit.h
1886 F:      include/uapi/linux/audit.h
1887 F:      kernel/audit*
1888
1889 AUXILIARY DISPLAY DRIVERS
1890 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1891 W:      http://miguelojeda.es/auxdisplay.htm
1892 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1893 S:      Maintained
1894 F:      drivers/auxdisplay/
1895 F:      include/linux/cfag12864b.h
1896
1897 AVR32 ARCHITECTURE
1898 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1899 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1900 W:      http://www.atmel.com/products/AVR32/
1901 W:      http://mirror.egtvedt.no/avr32linux.org/
1902 W:      http://avrfreaks.net/
1903 S:      Maintained
1904 F:      arch/avr32/
1905
1906 AVR32/AT32AP MACHINE SUPPORT
1907 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1908 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1909 S:      Maintained
1910 F:      arch/avr32/mach-at32ap/
1911
1912 AX.25 NETWORK LAYER
1913 M:      Ralf Baechle <ralf@linux-mips.org>
1914 L:      linux-hams@vger.kernel.org
1915 W:      http://www.linux-ax25.org/
1916 S:      Maintained
1917 F:      include/uapi/linux/ax25.h
1918 F:      include/net/ax25.h
1919 F:      net/ax25/
1920
1921 AZ6007 DVB DRIVER
1922 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1923 L:      linux-media@vger.kernel.org
1924 W:      http://linuxtv.org
1925 T:      git git://linuxtv.org/media_tree.git
1926 S:      Maintained
1927 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1928
1929 AZTECH FM RADIO RECEIVER DRIVER
1930 M:      Hans Verkuil <hverkuil@xs4all.nl>
1931 L:      linux-media@vger.kernel.org
1932 T:      git git://linuxtv.org/media_tree.git
1933 W:      http://linuxtv.org
1934 S:      Maintained
1935 F:      drivers/media/radio/radio-aztech*
1936
1937 B43 WIRELESS DRIVER
1938 L:      linux-wireless@vger.kernel.org
1939 L:      b43-dev@lists.infradead.org
1940 W:      http://wireless.kernel.org/en/users/Drivers/b43
1941 S:      Odd Fixes
1942 F:      drivers/net/wireless/b43/
1943
1944 B43LEGACY WIRELESS DRIVER
1945 M:      Larry Finger <Larry.Finger@lwfinger.net>
1946 L:      linux-wireless@vger.kernel.org
1947 L:      b43-dev@lists.infradead.org
1948 W:      http://wireless.kernel.org/en/users/Drivers/b43
1949 S:      Maintained
1950 F:      drivers/net/wireless/b43legacy/
1951
1952 BACKLIGHT CLASS/SUBSYSTEM
1953 M:      Jingoo Han <jingoohan1@gmail.com>
1954 M:      Lee Jones <lee.jones@linaro.org>
1955 S:      Maintained
1956 F:      drivers/video/backlight/
1957 F:      include/linux/backlight.h
1958
1959 BATMAN ADVANCED
1960 M:      Marek Lindner <mareklindner@neomailbox.ch>
1961 M:      Simon Wunderlich <sw@simonwunderlich.de>
1962 M:      Antonio Quartulli <antonio@meshcoding.com>
1963 L:      b.a.t.m.a.n@lists.open-mesh.org
1964 W:      http://www.open-mesh.org/
1965 S:      Maintained
1966 F:      net/batman-adv/
1967
1968 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1969 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1970 L:      linux-hams@vger.kernel.org
1971 W:      http://www.baycom.org/~tom/ham/ham.html
1972 S:      Maintained
1973 F:      drivers/net/hamradio/baycom*
1974
1975 BCACHE (BLOCK LAYER CACHE)
1976 M:      Kent Overstreet <kmo@daterainc.com>
1977 L:      linux-bcache@vger.kernel.org
1978 W:      http://bcache.evilpiepirate.org
1979 S:      Maintained:
1980 F:      drivers/md/bcache/
1981
1982 BEFS FILE SYSTEM
1983 S:      Orphan
1984 F:      Documentation/filesystems/befs.txt
1985 F:      fs/befs/
1986
1987 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1988 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1989 L:      netdev@vger.kernel.org
1990 S:      Maintained
1991 F:      drivers/net/ethernet/ec_bhf.c
1992
1993 BFS FILE SYSTEM
1994 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1995 S:      Maintained
1996 F:      Documentation/filesystems/bfs.txt
1997 F:      fs/bfs/
1998 F:      include/uapi/linux/bfs_fs.h
1999
2000 BLACKFIN ARCHITECTURE
2001 M:      Steven Miao <realmz6@gmail.com>
2002 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2003 T:      git git://git.code.sf.net/p/adi-linux/code
2004 W:      http://blackfin.uclinux.org
2005 S:      Supported
2006 F:      arch/blackfin/
2007
2008 BLACKFIN EMAC DRIVER
2009 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W:      http://blackfin.uclinux.org
2011 S:      Supported
2012 F:      drivers/net/ethernet/adi/
2013
2014 BLACKFIN RTC DRIVER
2015 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2016 W:      http://blackfin.uclinux.org
2017 S:      Supported
2018 F:      drivers/rtc/rtc-bfin.c
2019
2020 BLACKFIN SDH DRIVER
2021 M:      Sonic Zhang <sonic.zhang@analog.com>
2022 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W:      http://blackfin.uclinux.org
2024 S:      Supported
2025 F:      drivers/mmc/host/bfin_sdh.c
2026
2027 BLACKFIN SERIAL DRIVER
2028 M:      Sonic Zhang <sonic.zhang@analog.com>
2029 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 W:      http://blackfin.uclinux.org
2031 S:      Supported
2032 F:      drivers/tty/serial/bfin_uart.c
2033
2034 BLACKFIN WATCHDOG DRIVER
2035 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W:      http://blackfin.uclinux.org
2037 S:      Supported
2038 F:      drivers/watchdog/bfin_wdt.c
2039
2040 BLACKFIN I2C TWI DRIVER
2041 M:      Sonic Zhang <sonic.zhang@analog.com>
2042 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W:      http://blackfin.uclinux.org/
2044 S:      Supported
2045 F:      drivers/i2c/busses/i2c-bfin-twi.c
2046
2047 BLACKFIN MEDIA DRIVER
2048 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2049 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W:      http://blackfin.uclinux.org/
2051 S:      Supported
2052 F:      drivers/media/platform/blackfin/
2053 F:      drivers/media/i2c/adv7183*
2054 F:      drivers/media/i2c/vs6624*
2055
2056 BLINKM RGB LED DRIVER
2057 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2058 S:      Maintained
2059 F:      drivers/leds/leds-blinkm.c
2060
2061 BLOCK LAYER
2062 M:      Jens Axboe <axboe@kernel.dk>
2063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2064 S:      Maintained
2065 F:      block/
2066
2067 BLOCK2MTD DRIVER
2068 M:      Joern Engel <joern@lazybastard.org>
2069 L:      linux-mtd@lists.infradead.org
2070 S:      Maintained
2071 F:      drivers/mtd/devices/block2mtd.c
2072
2073 BLUETOOTH DRIVERS
2074 M:      Marcel Holtmann <marcel@holtmann.org>
2075 M:      Gustavo Padovan <gustavo@padovan.org>
2076 M:      Johan Hedberg <johan.hedberg@gmail.com>
2077 L:      linux-bluetooth@vger.kernel.org
2078 W:      http://www.bluez.org/
2079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2081 S:      Maintained
2082 F:      drivers/bluetooth/
2083
2084 BLUETOOTH SUBSYSTEM
2085 M:      Marcel Holtmann <marcel@holtmann.org>
2086 M:      Gustavo Padovan <gustavo@padovan.org>
2087 M:      Johan Hedberg <johan.hedberg@gmail.com>
2088 L:      linux-bluetooth@vger.kernel.org
2089 W:      http://www.bluez.org/
2090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2092 S:      Maintained
2093 F:      net/bluetooth/
2094 F:      include/net/bluetooth/
2095
2096 BONDING DRIVER
2097 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2098 M:      Veaceslav Falico <vfalico@gmail.com>
2099 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2100 L:      netdev@vger.kernel.org
2101 W:      http://sourceforge.net/projects/bonding/
2102 S:      Supported
2103 F:      drivers/net/bonding/
2104 F:      include/uapi/linux/if_bonding.h
2105
2106 BPF (Safe dynamic programs and tools)
2107 M:      Alexei Starovoitov <ast@kernel.org>
2108 L:      netdev@vger.kernel.org
2109 L:      linux-kernel@vger.kernel.org
2110 S:      Supported
2111 F:      kernel/bpf/
2112
2113 BROADCOM B44 10/100 ETHERNET DRIVER
2114 M:      Gary Zambrano <zambrano@broadcom.com>
2115 L:      netdev@vger.kernel.org
2116 S:      Supported
2117 F:      drivers/net/ethernet/broadcom/b44.*
2118
2119 BROADCOM GENET ETHERNET DRIVER
2120 M:      Florian Fainelli <f.fainelli@gmail.com>
2121 L:      netdev@vger.kernel.org
2122 S:      Supported
2123 F:      drivers/net/ethernet/broadcom/genet/
2124
2125 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2126 M:      Sony Chacko <sony.chacko@qlogic.com>
2127 M:      Dept-HSGLinuxNICDev@qlogic.com
2128 L:      netdev@vger.kernel.org
2129 S:      Supported
2130 F:      drivers/net/ethernet/broadcom/bnx2.*
2131 F:      drivers/net/ethernet/broadcom/bnx2_*
2132
2133 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2134 M:      Ariel Elior <ariel.elior@qlogic.com>
2135 L:      netdev@vger.kernel.org
2136 S:      Supported
2137 F:      drivers/net/ethernet/broadcom/bnx2x/
2138
2139 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2140 M:      Florian Fainelli <f.fainelli@gmail.com>
2141 M:      Ray Jui <rjui@broadcom.com>
2142 M:      Scott Branden <sbranden@broadcom.com>
2143 L:      bcm-kernel-feedback-list@broadcom.com
2144 T:      git git://github.com/broadcom/mach-bcm
2145 S:      Maintained
2146 F:      arch/arm/mach-bcm/
2147 F:      arch/arm/boot/dts/bcm113*
2148 F:      arch/arm/boot/dts/bcm216*
2149 F:      arch/arm/boot/dts/bcm281*
2150 F:      arch/arm/configs/bcm_defconfig
2151 F:      drivers/mmc/host/sdhci-bcm-kona.c
2152 F:      drivers/clocksource/bcm_kona_timer.c
2153
2154 BROADCOM BCM2835 ARM ARCHITECTURE
2155 M:      Stephen Warren <swarren@wwwdotorg.org>
2156 M:      Lee Jones <lee@kernel.org>
2157 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2159 S:      Maintained
2160 N:      bcm2835
2161
2162 BROADCOM BCM33XX MIPS ARCHITECTURE
2163 M:      Kevin Cernekee <cernekee@gmail.com>
2164 L:      linux-mips@linux-mips.org
2165 S:      Maintained
2166 F:      arch/mips/bcm3384/*
2167 F:      arch/mips/include/asm/mach-bcm3384/*
2168 F:      arch/mips/kernel/*bmips*
2169
2170 BROADCOM BCM5301X ARM ARCHITECTURE
2171 M:      Hauke Mehrtens <hauke@hauke-m.de>
2172 L:      linux-arm-kernel@lists.infradead.org
2173 S:      Maintained
2174 F:      arch/arm/mach-bcm/bcm_5301x.c
2175 F:      arch/arm/boot/dts/bcm5301x.dtsi
2176 F:      arch/arm/boot/dts/bcm470*
2177
2178 BROADCOM BCM63XX ARM ARCHITECTURE
2179 M:      Florian Fainelli <f.fainelli@gmail.com>
2180 L:      linux-arm-kernel@lists.infradead.org
2181 T:      git git://github.com/broadcom/arm-bcm63xx.git
2182 S:      Maintained
2183 F:      arch/arm/mach-bcm/bcm63xx.c
2184 F:      arch/arm/include/debug/bcm63xx.S
2185
2186 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2187 M:      Kevin Cernekee <cernekee@gmail.com>
2188 L:      linux-usb@vger.kernel.org
2189 S:      Maintained
2190 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2191
2192 BROADCOM BCM7XXX ARM ARCHITECTURE
2193 M:      Brian Norris <computersforpeace@gmail.com>
2194 M:      Gregory Fong <gregory.0xf0@gmail.com>
2195 M:      Florian Fainelli <f.fainelli@gmail.com>
2196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2197 T:      git git://github.com/broadcom/stblinux.git
2198 S:      Maintained
2199 F:      arch/arm/mach-bcm/*brcmstb*
2200 F:      arch/arm/boot/dts/bcm7*.dts*
2201 F:      drivers/bus/brcmstb_gisb.c
2202
2203 BROADCOM BMIPS MIPS ARCHITECTURE
2204 M:      Kevin Cernekee <cernekee@gmail.com>
2205 M:      Florian Fainelli <f.fainelli@gmail.com>
2206 L:      linux-mips@linux-mips.org
2207 T:      git git://github.com/broadcom/stblinux.git
2208 S:      Maintained
2209 F:      arch/mips/bmips/*
2210 F:      arch/mips/include/asm/mach-bmips/*
2211 F:      arch/mips/kernel/*bmips*
2212 F:      arch/mips/boot/dts/bcm*.dts*
2213 F:      drivers/irqchip/irq-bcm7*
2214 F:      drivers/irqchip/irq-brcmstb*
2215
2216 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2217 M:      Prashant Sreedharan <prashant@broadcom.com>
2218 M:      Michael Chan <mchan@broadcom.com>
2219 L:      netdev@vger.kernel.org
2220 S:      Supported
2221 F:      drivers/net/ethernet/broadcom/tg3.*
2222
2223 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2224 M:      Brett Rudley <brudley@broadcom.com>
2225 M:      Arend van Spriel <arend@broadcom.com>
2226 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2227 M:      Hante Meuleman <meuleman@broadcom.com>
2228 L:      linux-wireless@vger.kernel.org
2229 L:      brcm80211-dev-list@broadcom.com
2230 S:      Supported
2231 F:      drivers/net/wireless/brcm80211/
2232
2233 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2234 M:      QLogic-Storage-Upstream@qlogic.com
2235 L:      linux-scsi@vger.kernel.org
2236 S:      Supported
2237 F:      drivers/scsi/bnx2fc/
2238
2239 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2240 M:      QLogic-Storage-Upstream@qlogic.com
2241 L:      linux-scsi@vger.kernel.org
2242 S:      Supported
2243 F:      drivers/scsi/bnx2i/
2244
2245 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2246 M:      Ray Jui <rjui@broadcom.com>
2247 M:      Scott Branden <sbranden@broadcom.com>
2248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2249 L:      bcm-kernel-feedback-list@broadcom.com
2250 T:      git git://github.com/broadcom/cygnus-linux.git
2251 S:      Maintained
2252 N:      iproc
2253 N:      cygnus
2254 N:      bcm9113*
2255 N:      bcm9583*
2256 N:      bcm583*
2257 N:      bcm113*
2258
2259 BROADCOM KONA GPIO DRIVER
2260 M:      Ray Jui <rjui@broadcom.com>
2261 L:      bcm-kernel-feedback-list@broadcom.com
2262 S:      Supported
2263 F:      drivers/gpio/gpio-bcm-kona.c
2264 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2265
2266 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2267 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2268 L:      linux-wireless@vger.kernel.org
2269 S:      Maintained
2270 F:      drivers/bcma/
2271 F:      include/linux/bcma/
2272
2273 BROADCOM SYSTEMPORT ETHERNET DRIVER
2274 M:      Florian Fainelli <f.fainelli@gmail.com>
2275 L:      netdev@vger.kernel.org
2276 S:      Supported
2277 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2278
2279 BROCADE BFA FC SCSI DRIVER
2280 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2281 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2282 L:      linux-scsi@vger.kernel.org
2283 S:      Supported
2284 F:      drivers/scsi/bfa/
2285
2286 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2287 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2288 L:      netdev@vger.kernel.org
2289 S:      Supported
2290 F:      drivers/net/ethernet/brocade/bna/
2291
2292 BSG (block layer generic sg v4 driver)
2293 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2294 L:      linux-scsi@vger.kernel.org
2295 S:      Supported
2296 F:      block/bsg.c
2297 F:      include/linux/bsg.h
2298 F:      include/uapi/linux/bsg.h
2299
2300 BT87X AUDIO DRIVER
2301 M:      Clemens Ladisch <clemens@ladisch.de>
2302 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2303 T:      git git://git.alsa-project.org/alsa-kernel.git
2304 S:      Maintained
2305 F:      Documentation/sound/alsa/Bt87x.txt
2306 F:      sound/pci/bt87x.c
2307
2308 BT8XXGPIO DRIVER
2309 M:      Michael Buesch <m@bues.ch>
2310 W:      http://bu3sch.de/btgpio.php
2311 S:      Maintained
2312 F:      drivers/gpio/gpio-bt8xx.c
2313
2314 BTRFS FILE SYSTEM
2315 M:      Chris Mason <clm@fb.com>
2316 M:      Josef Bacik <jbacik@fb.com>
2317 M:      David Sterba <dsterba@suse.cz>
2318 L:      linux-btrfs@vger.kernel.org
2319 W:      http://btrfs.wiki.kernel.org/
2320 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2322 S:      Maintained
2323 F:      Documentation/filesystems/btrfs.txt
2324 F:      fs/btrfs/
2325
2326 BTTV VIDEO4LINUX DRIVER
2327 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2328 L:      linux-media@vger.kernel.org
2329 W:      http://linuxtv.org
2330 T:      git git://linuxtv.org/media_tree.git
2331 S:      Odd fixes
2332 F:      Documentation/video4linux/bttv/
2333 F:      drivers/media/pci/bt8xx/bttv*
2334
2335 BUSLOGIC SCSI DRIVER
2336 M:      Khalid Aziz <khalid@gonehiking.org>
2337 L:      linux-scsi@vger.kernel.org
2338 S:      Maintained
2339 F:      drivers/scsi/BusLogic.*
2340 F:      drivers/scsi/FlashPoint.*
2341
2342 C-MEDIA CMI8788 DRIVER
2343 M:      Clemens Ladisch <clemens@ladisch.de>
2344 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2345 T:      git git://git.alsa-project.org/alsa-kernel.git
2346 S:      Maintained
2347 F:      sound/pci/oxygen/
2348
2349 C6X ARCHITECTURE
2350 M:      Mark Salter <msalter@redhat.com>
2351 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2352 L:      linux-c6x-dev@linux-c6x.org
2353 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2354 S:      Maintained
2355 F:      arch/c6x/
2356
2357 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2358 M:      David Howells <dhowells@redhat.com>
2359 L:      linux-cachefs@redhat.com
2360 S:      Supported
2361 F:      Documentation/filesystems/caching/cachefiles.txt
2362 F:      fs/cachefiles/
2363
2364 CADET FM/AM RADIO RECEIVER DRIVER
2365 M:      Hans Verkuil <hverkuil@xs4all.nl>
2366 L:      linux-media@vger.kernel.org
2367 T:      git git://linuxtv.org/media_tree.git
2368 W:      http://linuxtv.org
2369 S:      Maintained
2370 F:      drivers/media/radio/radio-cadet*
2371
2372 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2373 M:      Jonathan Corbet <corbet@lwn.net>
2374 L:      linux-media@vger.kernel.org
2375 T:      git git://linuxtv.org/media_tree.git
2376 S:      Maintained
2377 F:      Documentation/video4linux/cafe_ccic
2378 F:      drivers/media/platform/marvell-ccic/
2379
2380 CAIF NETWORK LAYER
2381 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2382 L:      netdev@vger.kernel.org
2383 S:      Supported
2384 F:      Documentation/networking/caif/
2385 F:      drivers/net/caif/
2386 F:      include/uapi/linux/caif/
2387 F:      include/net/caif/
2388 F:      net/caif/
2389
2390 CALGARY x86-64 IOMMU
2391 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2392 M:      "Jon D. Mason" <jdmason@kudzu.us>
2393 L:      discuss@x86-64.org
2394 S:      Maintained
2395 F:      arch/x86/kernel/pci-calgary_64.c
2396 F:      arch/x86/kernel/tce_64.c
2397 F:      arch/x86/include/asm/calgary.h
2398 F:      arch/x86/include/asm/tce.h
2399
2400 CAN NETWORK LAYER
2401 M:      Oliver Hartkopp <socketcan@hartkopp.net>
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:      Documentation/networking/can.txt
2409 F:      net/can/
2410 F:      include/linux/can/core.h
2411 F:      include/uapi/linux/can.h
2412 F:      include/uapi/linux/can/bcm.h
2413 F:      include/uapi/linux/can/raw.h
2414 F:      include/uapi/linux/can/gw.h
2415
2416 CAN NETWORK DRIVERS
2417 M:      Wolfgang Grandegger <wg@grandegger.com>
2418 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2419 L:      linux-can@vger.kernel.org
2420 W:      https://github.com/linux-can
2421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2423 S:      Maintained
2424 F:      drivers/net/can/
2425 F:      include/linux/can/dev.h
2426 F:      include/linux/can/platform/
2427 F:      include/uapi/linux/can/error.h
2428 F:      include/uapi/linux/can/netlink.h
2429
2430 CAPABILITIES
2431 M:      Serge Hallyn <serge.hallyn@canonical.com>
2432 L:      linux-security-module@vger.kernel.org
2433 S:      Supported
2434 F:      include/linux/capability.h
2435 F:      include/uapi/linux/capability.h
2436 F:      security/commoncap.c
2437 F:      kernel/capability.c
2438
2439 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2440 M:      Kevin Tsai <ktsai@capellamicro.com>
2441 S:      Maintained
2442 F:      drivers/iio/light/cm*
2443 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2444
2445 CAVIUM LIQUIDIO NETWORK DRIVER
2446 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2447 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2448 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2449 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2450 L:     netdev@vger.kernel.org
2451 W:     http://www.cavium.com
2452 S:     Supported
2453 F:     drivers/net/ethernet/cavium/
2454 F:     drivers/net/ethernet/cavium/liquidio/
2455
2456 CC2520 IEEE-802.15.4 RADIO DRIVER
2457 M:      Varka Bhadram <varkabhadram@gmail.com>
2458 L:      linux-wpan@vger.kernel.org
2459 S:      Maintained
2460 F:      drivers/net/ieee802154/cc2520.c
2461 F:      include/linux/spi/cc2520.h
2462 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2463
2464 CELL BROADBAND ENGINE ARCHITECTURE
2465 M:      Arnd Bergmann <arnd@arndb.de>
2466 L:      linuxppc-dev@lists.ozlabs.org
2467 L:      cbe-oss-dev@lists.ozlabs.org
2468 W:      http://www.ibm.com/developerworks/power/cell/
2469 S:      Supported
2470 F:      arch/powerpc/include/asm/cell*.h
2471 F:      arch/powerpc/include/asm/spu*.h
2472 F:      arch/powerpc/include/uapi/asm/spu*.h
2473 F:      arch/powerpc/oprofile/*cell*
2474 F:      arch/powerpc/platforms/cell/
2475
2476 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2477 M:      Yan, Zheng <zyan@redhat.com>
2478 M:      Sage Weil <sage@redhat.com>
2479 L:      ceph-devel@vger.kernel.org
2480 W:      http://ceph.com/
2481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2482 S:      Supported
2483 F:      Documentation/filesystems/ceph.txt
2484 F:      fs/ceph/
2485 F:      net/ceph/
2486 F:      include/linux/ceph/
2487 F:      include/linux/crush/
2488
2489 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2490 L:      linux-usb@vger.kernel.org
2491 S:      Orphan
2492 F:      Documentation/usb/WUSB-Design-overview.txt
2493 F:      Documentation/usb/wusb-cbaf
2494 F:      drivers/usb/host/hwa-hc.c
2495 F:      drivers/usb/host/whci/
2496 F:      drivers/usb/wusbcore/
2497 F:      include/linux/usb/wusb*
2498
2499 CFAG12864B LCD DRIVER
2500 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2501 W:      http://miguelojeda.es/auxdisplay.htm
2502 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2503 S:      Maintained
2504 F:      drivers/auxdisplay/cfag12864b.c
2505 F:      include/linux/cfag12864b.h
2506
2507 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2508 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2509 W:      http://miguelojeda.es/auxdisplay.htm
2510 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2511 S:      Maintained
2512 F:      drivers/auxdisplay/cfag12864bfb.c
2513 F:      include/linux/cfag12864b.h
2514
2515 CFG80211 and NL80211
2516 M:      Johannes Berg <johannes@sipsolutions.net>
2517 L:      linux-wireless@vger.kernel.org
2518 W:      http://wireless.kernel.org/
2519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2521 S:      Maintained
2522 F:      include/uapi/linux/nl80211.h
2523 F:      include/net/cfg80211.h
2524 F:      net/wireless/*
2525 X:      net/wireless/wext*
2526
2527 CHAR and MISC DRIVERS
2528 M:      Arnd Bergmann <arnd@arndb.de>
2529 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2531 S:      Supported
2532 F:      drivers/char/*
2533 F:      drivers/misc/*
2534 F:      include/linux/miscdevice.h
2535
2536 CHECKPATCH
2537 M:      Andy Whitcroft <apw@canonical.com>
2538 M:      Joe Perches <joe@perches.com>
2539 S:      Maintained
2540 F:      scripts/checkpatch.pl
2541
2542 CHINESE DOCUMENTATION
2543 M:      Harry Wei <harryxiyou@gmail.com>
2544 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2545 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2546 S:      Maintained
2547 F:      Documentation/zh_CN/
2548
2549 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2550 M:      Peter Chen <Peter.Chen@freescale.com>
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2552 L:      linux-usb@vger.kernel.org
2553 S:      Maintained
2554 F:      drivers/usb/chipidea/
2555
2556 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2557 M:      Hans de Goede <hdegoede@redhat.com>
2558 L:      linux-input@vger.kernel.org
2559 S:      Maintained
2560 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2561 F:      drivers/input/touchscreen/chipone_icn8318.c
2562
2563 CHROME HARDWARE PLATFORM SUPPORT
2564 M:      Olof Johansson <olof@lixom.net>
2565 S:      Maintained
2566 F:      drivers/platform/chrome/
2567
2568 CISCO VIC ETHERNET NIC DRIVER
2569 M:      Christian Benvenuti <benve@cisco.com>
2570 M:      Sujith Sankar <ssujith@cisco.com>
2571 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2572 M:      Neel Patel <neepatel@cisco.com>
2573 S:      Supported
2574 F:      drivers/net/ethernet/cisco/enic/
2575
2576 CISCO VIC LOW LATENCY NIC DRIVER
2577 M:      Upinder Malhi <umalhi@cisco.com>
2578 S:      Supported
2579 F:      drivers/infiniband/hw/usnic
2580
2581 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2582 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2583 L:      netdev@vger.kernel.org
2584 S:      Maintained
2585 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2586
2587 CIRRUS LOGIC AUDIO CODEC DRIVERS
2588 M:      Brian Austin <brian.austin@cirrus.com>
2589 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2590 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2591 S:      Maintained
2592 F:      sound/soc/codecs/cs*
2593
2594 CLEANCACHE API
2595 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2596 L:      linux-kernel@vger.kernel.org
2597 S:      Maintained
2598 F:      mm/cleancache.c
2599 F:      include/linux/cleancache.h
2600
2601 CLK API
2602 M:      Russell King <linux@arm.linux.org.uk>
2603 L:      linux-clk@vger.kernel.org
2604 S:      Maintained
2605 F:      include/linux/clk.h
2606
2607 CLOCKSOURCE, CLOCKEVENT DRIVERS
2608 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2609 M:      Thomas Gleixner <tglx@linutronix.de>
2610 L:      linux-kernel@vger.kernel.org
2611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2612 S:      Supported
2613 F:      drivers/clocksource
2614
2615 CISCO FCOE HBA DRIVER
2616 M:      Hiral Patel <hiralpat@cisco.com>
2617 M:      Suma Ramars <sramars@cisco.com>
2618 M:      Brian Uchino <buchino@cisco.com>
2619 L:      linux-scsi@vger.kernel.org
2620 S:      Supported
2621 F:      drivers/scsi/fnic/
2622
2623 CMPC ACPI DRIVER
2624 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2625 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2626 L:      platform-driver-x86@vger.kernel.org
2627 S:      Supported
2628 F:      drivers/platform/x86/classmate-laptop.c
2629
2630 COCCINELLE/Semantic Patches (SmPL)
2631 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2632 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2633 M:      Nicolas Palix <nicolas.palix@imag.fr>
2634 M:      Michal Marek <mmarek@suse.cz>
2635 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2637 W:      http://coccinelle.lip6.fr/
2638 S:      Supported
2639 F:      Documentation/coccinelle.txt
2640 F:      scripts/coccinelle/
2641 F:      scripts/coccicheck
2642
2643 CODA FILE SYSTEM
2644 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2645 M:      coda@cs.cmu.edu
2646 L:      codalist@coda.cs.cmu.edu
2647 W:      http://www.coda.cs.cmu.edu/
2648 S:      Maintained
2649 F:      Documentation/filesystems/coda.txt
2650 F:      fs/coda/
2651 F:      include/linux/coda*.h
2652 F:      include/uapi/linux/coda*.h
2653
2654 CODA V4L2 MEM2MEM DRIVER
2655 M:      Philipp Zabel <p.zabel@pengutronix.de>
2656 L:      linux-media@vger.kernel.org
2657 S:      Maintained
2658 F:      Documentation/devicetree/bindings/media/coda.txt
2659 F:      drivers/media/platform/coda/
2660
2661 COMMON CLK FRAMEWORK
2662 M:      Mike Turquette <mturquette@linaro.org>
2663 M:      Stephen Boyd <sboyd@codeaurora.org>
2664 L:      linux-clk@vger.kernel.org
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2666 S:      Maintained
2667 F:      drivers/clk/
2668 X:      drivers/clk/clkdev.c
2669 F:      include/linux/clk-pr*
2670 F:      include/linux/clk/
2671
2672 COMMON INTERNET FILE SYSTEM (CIFS)
2673 M:      Steve French <sfrench@samba.org>
2674 L:      linux-cifs@vger.kernel.org
2675 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2676 W:      http://linux-cifs.samba.org/
2677 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2678 S:      Supported
2679 F:      Documentation/filesystems/cifs/
2680 F:      fs/cifs/
2681
2682 COMPACTPCI HOTPLUG CORE
2683 M:      Scott Murray <scott@spiteful.org>
2684 L:      linux-pci@vger.kernel.org
2685 S:      Maintained
2686 F:      drivers/pci/hotplug/cpci_hotplug*
2687
2688 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2689 M:      Scott Murray <scott@spiteful.org>
2690 L:      linux-pci@vger.kernel.org
2691 S:      Maintained
2692 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2693
2694 COMPACTPCI HOTPLUG GENERIC DRIVER
2695 M:      Scott Murray <scott@spiteful.org>
2696 L:      linux-pci@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/pci/hotplug/cpcihp_generic.c
2699
2700 COMPAL LAPTOP SUPPORT
2701 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2702 L:      platform-driver-x86@vger.kernel.org
2703 S:      Maintained
2704 F:      drivers/platform/x86/compal-laptop.c
2705
2706 CONEXANT ACCESSRUNNER USB DRIVER
2707 M:      Simon Arlott <cxacru@fire.lp0.eu>
2708 L:      accessrunner-general@lists.sourceforge.net
2709 W:      http://accessrunner.sourceforge.net/
2710 S:      Maintained
2711 F:      drivers/usb/atm/cxacru.c
2712
2713 CONFIGFS
2714 M:      Joel Becker <jlbec@evilplan.org>
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2716 S:      Supported
2717 F:      fs/configfs/
2718 F:      include/linux/configfs.h
2719
2720 CONNECTOR
2721 M:      Evgeniy Polyakov <zbr@ioremap.net>
2722 L:      netdev@vger.kernel.org
2723 S:      Maintained
2724 F:      drivers/connector/
2725
2726 CONTROL GROUP (CGROUP)
2727 M:      Tejun Heo <tj@kernel.org>
2728 M:      Li Zefan <lizefan@huawei.com>
2729 L:      cgroups@vger.kernel.org
2730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2731 S:      Maintained
2732 F:      Documentation/cgroups/
2733 F:      include/linux/cgroup*
2734 F:      kernel/cgroup*
2735
2736 CONTROL GROUP - CPUSET
2737 M:      Li Zefan <lizefan@huawei.com>
2738 L:      cgroups@vger.kernel.org
2739 W:      http://www.bullopensource.org/cpuset/
2740 W:      http://oss.sgi.com/projects/cpusets/
2741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2742 S:      Maintained
2743 F:      Documentation/cgroups/cpusets.txt
2744 F:      include/linux/cpuset.h
2745 F:      kernel/cpuset.c
2746
2747 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2748 M:      Johannes Weiner <hannes@cmpxchg.org>
2749 M:      Michal Hocko <mhocko@suse.cz>
2750 L:      cgroups@vger.kernel.org
2751 L:      linux-mm@kvack.org
2752 S:      Maintained
2753 F:      mm/memcontrol.c
2754 F:      mm/swap_cgroup.c
2755
2756 CORETEMP HARDWARE MONITORING DRIVER
2757 M:      Fenghua Yu <fenghua.yu@intel.com>
2758 L:      lm-sensors@lm-sensors.org
2759 S:      Maintained
2760 F:      Documentation/hwmon/coretemp
2761 F:      drivers/hwmon/coretemp.c
2762
2763 COSA/SRP SYNC SERIAL DRIVER
2764 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2765 W:      http://www.fi.muni.cz/~kas/cosa/
2766 S:      Maintained
2767 F:      drivers/net/wan/cosa*
2768
2769 CPMAC ETHERNET DRIVER
2770 M:      Florian Fainelli <florian@openwrt.org>
2771 L:      netdev@vger.kernel.org
2772 S:      Maintained
2773 F:      drivers/net/ethernet/ti/cpmac.c
2774
2775 CPU FREQUENCY DRIVERS
2776 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2777 M:      Viresh Kumar <viresh.kumar@linaro.org>
2778 L:      linux-pm@vger.kernel.org
2779 S:      Maintained
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2781 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2782 F:      drivers/cpufreq/
2783 F:      include/linux/cpufreq.h
2784
2785 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2786 M:      Viresh Kumar <viresh.kumar@linaro.org>
2787 M:      Sudeep Holla <sudeep.holla@arm.com>
2788 L:      linux-pm@vger.kernel.org
2789 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2790 S:      Maintained
2791 F:      drivers/cpufreq/arm_big_little.h
2792 F:      drivers/cpufreq/arm_big_little.c
2793 F:      drivers/cpufreq/arm_big_little_dt.c
2794
2795 CPUIDLE DRIVER - ARM BIG LITTLE
2796 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2797 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2798 L:      linux-pm@vger.kernel.org
2799 L:      linux-arm-kernel@lists.infradead.org
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2801 S:      Maintained
2802 F:      drivers/cpuidle/cpuidle-big_little.c
2803
2804 CPUIDLE DRIVER - ARM EXYNOS
2805 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2806 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2807 M:      Kukjin Kim <kgene@kernel.org>
2808 L:      linux-pm@vger.kernel.org
2809 L:      linux-samsung-soc@vger.kernel.org
2810 S:      Supported
2811 F:      drivers/cpuidle/cpuidle-exynos.c
2812 F:      arch/arm/mach-exynos/pm.c
2813
2814 CPUIDLE DRIVERS
2815 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2816 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2817 L:      linux-pm@vger.kernel.org
2818 S:      Maintained
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2820 F:      drivers/cpuidle/*
2821 F:      include/linux/cpuidle.h
2822
2823 CPUID/MSR DRIVER
2824 M:      "H. Peter Anvin" <hpa@zytor.com>
2825 S:      Maintained
2826 F:      arch/x86/kernel/cpuid.c
2827 F:      arch/x86/kernel/msr.c
2828
2829 CPU POWER MONITORING SUBSYSTEM
2830 M:      Thomas Renninger <trenn@suse.de>
2831 L:      linux-pm@vger.kernel.org
2832 S:      Maintained
2833 F:      tools/power/cpupower/
2834
2835 CRAMFS FILESYSTEM
2836 W:      http://sourceforge.net/projects/cramfs/
2837 S:      Orphan / Obsolete
2838 F:      Documentation/filesystems/cramfs.txt
2839 F:      fs/cramfs/
2840
2841 CRIS PORT
2842 M:      Mikael Starvik <starvik@axis.com>
2843 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2844 L:      linux-cris-kernel@axis.com
2845 W:      http://developer.axis.com
2846 S:      Maintained
2847 F:      arch/cris/
2848 F:      drivers/tty/serial/crisv10.*
2849
2850 CRYPTO API
2851 M:      Herbert Xu <herbert@gondor.apana.org.au>
2852 M:      "David S. Miller" <davem@davemloft.net>
2853 L:      linux-crypto@vger.kernel.org
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2855 S:      Maintained
2856 F:      Documentation/crypto/
2857 F:      Documentation/DocBook/crypto-API.tmpl
2858 F:      arch/*/crypto/
2859 F:      crypto/
2860 F:      drivers/crypto/
2861 F:      include/crypto/
2862
2863 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2864 M:      Neil Horman <nhorman@tuxdriver.com>
2865 L:      linux-crypto@vger.kernel.org
2866 S:      Maintained
2867 F:      crypto/ansi_cprng.c
2868 F:      crypto/rng.c
2869
2870 CS5535 Audio ALSA driver
2871 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2872 S:      Maintained
2873 F:      sound/pci/cs5535audio/
2874
2875 CW1200 WLAN driver
2876 M:      Solomon Peachy <pizza@shaftnet.org>
2877 S:      Maintained
2878 F:      drivers/net/wireless/cw1200/
2879
2880 CX18 VIDEO4LINUX DRIVER
2881 M:      Andy Walls <awalls@md.metrocast.net>
2882 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2883 L:      linux-media@vger.kernel.org
2884 T:      git git://linuxtv.org/media_tree.git
2885 W:      http://linuxtv.org
2886 W:      http://www.ivtvdriver.org/index.php/Cx18
2887 S:      Maintained
2888 F:      Documentation/video4linux/cx18.txt
2889 F:      drivers/media/pci/cx18/
2890 F:      include/uapi/linux/ivtv*
2891
2892 CX2341X MPEG ENCODER HELPER MODULE
2893 M:      Hans Verkuil <hverkuil@xs4all.nl>
2894 L:      linux-media@vger.kernel.org
2895 T:      git git://linuxtv.org/media_tree.git
2896 W:      http://linuxtv.org
2897 S:      Maintained
2898 F:      drivers/media/common/cx2341x*
2899 F:      include/media/cx2341x*
2900
2901 CX88 VIDEO4LINUX DRIVER
2902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2903 L:      linux-media@vger.kernel.org
2904 W:      http://linuxtv.org
2905 T:      git git://linuxtv.org/media_tree.git
2906 S:      Odd fixes
2907 F:      Documentation/video4linux/cx88/
2908 F:      drivers/media/pci/cx88/
2909
2910 CXD2820R MEDIA DRIVER
2911 M:      Antti Palosaari <crope@iki.fi>
2912 L:      linux-media@vger.kernel.org
2913 W:      http://linuxtv.org/
2914 W:      http://palosaari.fi/linux/
2915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2916 T:      git git://linuxtv.org/anttip/media_tree.git
2917 S:      Maintained
2918 F:      drivers/media/dvb-frontends/cxd2820r*
2919
2920 CXGB3 ETHERNET DRIVER (CXGB3)
2921 M:      Santosh Raspatur <santosh@chelsio.com>
2922 L:      netdev@vger.kernel.org
2923 W:      http://www.chelsio.com
2924 S:      Supported
2925 F:      drivers/net/ethernet/chelsio/cxgb3/
2926
2927 CXGB3 ISCSI DRIVER (CXGB3I)
2928 M:      Karen Xie <kxie@chelsio.com>
2929 L:      linux-scsi@vger.kernel.org
2930 W:      http://www.chelsio.com
2931 S:      Supported
2932 F:      drivers/scsi/cxgbi/cxgb3i
2933
2934 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2935 M:      Steve Wise <swise@chelsio.com>
2936 L:      linux-rdma@vger.kernel.org
2937 W:      http://www.openfabrics.org
2938 S:      Supported
2939 F:      drivers/infiniband/hw/cxgb3/
2940
2941 CXGB4 ETHERNET DRIVER (CXGB4)
2942 M:      Hariprasad S <hariprasad@chelsio.com>
2943 L:      netdev@vger.kernel.org
2944 W:      http://www.chelsio.com
2945 S:      Supported
2946 F:      drivers/net/ethernet/chelsio/cxgb4/
2947
2948 CXGB4 ISCSI DRIVER (CXGB4I)
2949 M:      Karen Xie <kxie@chelsio.com>
2950 L:      linux-scsi@vger.kernel.org
2951 W:      http://www.chelsio.com
2952 S:      Supported
2953 F:      drivers/scsi/cxgbi/cxgb4i
2954
2955 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2956 M:      Steve Wise <swise@chelsio.com>
2957 L:      linux-rdma@vger.kernel.org
2958 W:      http://www.openfabrics.org
2959 S:      Supported
2960 F:      drivers/infiniband/hw/cxgb4/
2961
2962 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2963 M:      Casey Leedom <leedom@chelsio.com>
2964 L:      netdev@vger.kernel.org
2965 W:      http://www.chelsio.com
2966 S:      Supported
2967 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2968
2969 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2970 M:      Ian Munsie <imunsie@au1.ibm.com>
2971 M:      Michael Neuling <mikey@neuling.org>
2972 L:      linuxppc-dev@lists.ozlabs.org
2973 S:      Supported
2974 F:      drivers/misc/cxl/
2975 F:      include/misc/cxl.h
2976 F:      include/uapi/misc/cxl.h
2977 F:      Documentation/powerpc/cxl.txt
2978 F:      Documentation/powerpc/cxl.txt
2979 F:      Documentation/ABI/testing/sysfs-class-cxl
2980
2981 STMMAC ETHERNET DRIVER
2982 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2983 L:      netdev@vger.kernel.org
2984 W:      http://www.stlinux.com
2985 S:      Supported
2986 F:      drivers/net/ethernet/stmicro/stmmac/
2987
2988 CYBERPRO FB DRIVER
2989 M:      Russell King <linux@arm.linux.org.uk>
2990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2991 W:      http://www.arm.linux.org.uk/
2992 S:      Maintained
2993 F:      drivers/video/fbdev/cyber2000fb.*
2994
2995 CYCLADES ASYNC MUX DRIVER
2996 W:      http://www.cyclades.com/
2997 S:      Orphan
2998 F:      drivers/tty/cyclades.c
2999 F:      include/linux/cyclades.h
3000 F:      include/uapi/linux/cyclades.h
3001
3002 CYCLADES PC300 DRIVER
3003 W:      http://www.cyclades.com/
3004 S:      Orphan
3005 F:      drivers/net/wan/pc300*
3006
3007 CYPRESS_FIRMWARE MEDIA DRIVER
3008 M:      Antti Palosaari <crope@iki.fi>
3009 L:      linux-media@vger.kernel.org
3010 W:      http://linuxtv.org/
3011 W:      http://palosaari.fi/linux/
3012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3013 T:      git git://linuxtv.org/anttip/media_tree.git
3014 S:      Maintained
3015 F:      drivers/media/common/cypress_firmware*
3016
3017 CYTTSP TOUCHSCREEN DRIVER
3018 M:      Ferruh Yigit <fery@cypress.com>
3019 L:      linux-input@vger.kernel.org
3020 S:      Supported
3021 F:      drivers/input/touchscreen/cyttsp*
3022 F:      include/linux/input/cyttsp.h
3023
3024 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3025 M:      Joshua Kinard <kumba@gentoo.org>
3026 S:      Maintained
3027 F:      drivers/rtc/rtc-ds1685.c
3028 F:      include/linux/rtc/ds1685.h
3029
3030 DAMA SLAVE for AX.25
3031 M:      Joerg Reuter <jreuter@yaina.de>
3032 W:      http://yaina.de/jreuter/
3033 W:      http://www.qsl.net/dl1bke/
3034 L:      linux-hams@vger.kernel.org
3035 S:      Maintained
3036 F:      net/ax25/af_ax25.c
3037 F:      net/ax25/ax25_dev.c
3038 F:      net/ax25/ax25_ds_*
3039 F:      net/ax25/ax25_in.c
3040 F:      net/ax25/ax25_out.c
3041 F:      net/ax25/ax25_timer.c
3042 F:      net/ax25/sysctl_net_ax25.c
3043
3044 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3045 L:      netdev@vger.kernel.org
3046 S:      Orphan
3047 F:      Documentation/networking/dmfe.txt
3048 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3049
3050 DC390/AM53C974 SCSI driver
3051 M:      Hannes Reinecke <hare@suse.de>
3052 L:      linux-scsi@vger.kernel.org
3053 S:      Maintained
3054 F:      drivers/scsi/am53c974.c
3055
3056 DC395x SCSI driver
3057 M:      Oliver Neukum <oliver@neukum.org>
3058 M:      Ali Akcaagac <aliakc@web.de>
3059 M:      Jamie Lenehan <lenehan@twibble.org>
3060 L:      dc395x@twibble.org
3061 W:      http://twibble.org/dist/dc395x/
3062 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3063 S:      Maintained
3064 F:      Documentation/scsi/dc395x.txt
3065 F:      drivers/scsi/dc395x.*
3066
3067 DCCP PROTOCOL
3068 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3069 L:      dccp@vger.kernel.org
3070 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3071 S:      Maintained
3072 F:      include/linux/dccp.h
3073 F:      include/uapi/linux/dccp.h
3074 F:      include/linux/tfrc.h
3075 F:      net/dccp/
3076
3077 DECnet NETWORK LAYER
3078 W:      http://linux-decnet.sourceforge.net
3079 L:      linux-decnet-user@lists.sourceforge.net
3080 S:      Orphan
3081 F:      Documentation/networking/decnet.txt
3082 F:      net/decnet/
3083
3084 DECSTATION PLATFORM SUPPORT
3085 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3086 L:      linux-mips@linux-mips.org
3087 W:      http://www.linux-mips.org/wiki/DECstation
3088 S:      Maintained
3089 F:      arch/mips/dec/
3090 F:      arch/mips/include/asm/dec/
3091 F:      arch/mips/include/asm/mach-dec/
3092
3093 DEFXX FDDI NETWORK DRIVER
3094 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3095 S:      Maintained
3096 F:      drivers/net/fddi/defxx.*
3097
3098 DELL LAPTOP DRIVER
3099 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3100 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3101 L:      platform-driver-x86@vger.kernel.org
3102 S:      Maintained
3103 F:      drivers/platform/x86/dell-laptop.c
3104
3105 DELL LAPTOP FREEFALL DRIVER
3106 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3107 S:      Maintained
3108 F:      drivers/platform/x86/dell-smo8800.c
3109
3110 DELL LAPTOP SMM DRIVER
3111 M:      Guenter Roeck <linux@roeck-us.net>
3112 S:      Maintained
3113 F:      drivers/char/i8k.c
3114 F:      include/uapi/linux/i8k.h
3115
3116 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3117 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3118 S:      Maintained
3119 F:      Documentation/dcdbas.txt
3120 F:      drivers/firmware/dcdbas.*
3121
3122 DELL WMI EXTRAS DRIVER
3123 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3124 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3125 S:      Maintained
3126 F:      drivers/platform/x86/dell-wmi.c
3127
3128 DESIGNWARE USB2 DRD IP DRIVER
3129 M:      John Youn <johnyoun@synopsys.com>
3130 L:      linux-usb@vger.kernel.org
3131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3132 S:      Maintained
3133 F:      drivers/usb/dwc2/
3134
3135 DESIGNWARE USB3 DRD IP DRIVER
3136 M:      Felipe Balbi <balbi@ti.com>
3137 L:      linux-usb@vger.kernel.org
3138 L:      linux-omap@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3140 S:      Maintained
3141 F:      drivers/usb/dwc3/
3142
3143 DEVICE COREDUMP (DEV_COREDUMP)
3144 M:      Johannes Berg <johannes@sipsolutions.net>
3145 L:      linux-kernel@vger.kernel.org
3146 S:      Maintained
3147 F:      drivers/base/devcoredump.c
3148 F:      include/linux/devcoredump.h
3149
3150 DEVICE FREQUENCY (DEVFREQ)
3151 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3152 M:      Kyungmin Park <kyungmin.park@samsung.com>
3153 L:      linux-pm@vger.kernel.org
3154 S:      Maintained
3155 F:      drivers/devfreq/
3156
3157 DEVICE NUMBER REGISTRY
3158 M:      Torben Mathiasen <device@lanana.org>
3159 W:      http://lanana.org/docs/device-list/index.html
3160 S:      Maintained
3161
3162 DEVICE-MAPPER  (LVM)
3163 M:      Alasdair Kergon <agk@redhat.com>
3164 M:      Mike Snitzer <snitzer@redhat.com>
3165 M:      dm-devel@redhat.com
3166 L:      dm-devel@redhat.com
3167 W:      http://sources.redhat.com/dm
3168 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3170 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3171 S:      Maintained
3172 F:      Documentation/device-mapper/
3173 F:      drivers/md/dm*
3174 F:      drivers/md/persistent-data/
3175 F:      include/linux/device-mapper.h
3176 F:      include/linux/dm-*.h
3177 F:      include/uapi/linux/dm-*.h
3178
3179 DIALOG SEMICONDUCTOR DRIVERS
3180 M:      Support Opensource <support.opensource@diasemi.com>
3181 W:      http://www.dialog-semiconductor.com/products
3182 S:      Supported
3183 F:      Documentation/hwmon/da90??
3184 F:      drivers/gpio/gpio-da90??.c
3185 F:      drivers/hwmon/da90??-hwmon.c
3186 F:      drivers/iio/adc/da91??-*.c
3187 F:      drivers/input/misc/da90??_onkey.c
3188 F:      drivers/input/touchscreen/da9052_tsi.c
3189 F:      drivers/leds/leds-da90??.c
3190 F:      drivers/mfd/da903x.c
3191 F:      drivers/mfd/da90??-*.c
3192 F:      drivers/mfd/da91??-*.c
3193 F:      drivers/power/da9052-battery.c
3194 F:      drivers/power/da91??-*.c
3195 F:      drivers/regulator/da903x.c
3196 F:      drivers/regulator/da9???-regulator.[ch]
3197 F:      drivers/rtc/rtc-da90??.c
3198 F:      drivers/video/backlight/da90??_bl.c
3199 F:      drivers/watchdog/da90??_wdt.c
3200 F:      include/linux/mfd/da903x.h
3201 F:      include/linux/mfd/da9052/
3202 F:      include/linux/mfd/da9055/
3203 F:      include/linux/mfd/da9063/
3204 F:      include/linux/mfd/da9150/
3205 F:      include/sound/da[79]*.h
3206 F:      sound/soc/codecs/da[79]*.[ch]
3207
3208 DIGI NEO AND CLASSIC PCI PRODUCTS
3209 M:      Lidza Louina <lidza.louina@gmail.com>
3210 M:      Mark Hounschell <markh@compro.net>
3211 L:      driverdev-devel@linuxdriverproject.org
3212 S:      Maintained
3213 F:      drivers/staging/dgnc/
3214
3215 DIGI EPCA PCI PRODUCTS
3216 M:      Lidza Louina <lidza.louina@gmail.com>
3217 M:      Mark Hounschell <markh@compro.net>
3218 M:      Daeseok Youn <daeseok.youn@gmail.com>
3219 L:      driverdev-devel@linuxdriverproject.org
3220 S:      Maintained
3221 F:      drivers/staging/dgap/
3222
3223 DIOLAN U2C-12 I2C DRIVER
3224 M:      Guenter Roeck <linux@roeck-us.net>
3225 L:      linux-i2c@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3228
3229 DIRECT ACCESS (DAX)
3230 M:      Matthew Wilcox <willy@linux.intel.com>
3231 L:      linux-fsdevel@vger.kernel.org
3232 S:      Supported
3233 F:      fs/dax.c
3234
3235 DIRECTORY NOTIFICATION (DNOTIFY)
3236 M:      Eric Paris <eparis@parisplace.org>
3237 S:      Maintained
3238 F:      Documentation/filesystems/dnotify.txt
3239 F:      fs/notify/dnotify/
3240 F:      include/linux/dnotify.h
3241
3242 DISK GEOMETRY AND PARTITION HANDLING
3243 M:      Andries Brouwer <aeb@cwi.nl>
3244 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3245 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3246 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3247 S:      Maintained
3248
3249 DISKQUOTA
3250 M:      Jan Kara <jack@suse.cz>
3251 S:      Maintained
3252 F:      Documentation/filesystems/quota.txt
3253 F:      fs/quota/
3254 F:      include/linux/quota*.h
3255 F:      include/uapi/linux/quota*.h
3256
3257 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3258 M:      Bernie Thompson <bernie@plugable.com>
3259 L:      linux-fbdev@vger.kernel.org
3260 S:      Maintained
3261 W:      http://plugable.com/category/projects/udlfb/
3262 F:      drivers/video/fbdev/udlfb.c
3263 F:      include/video/udlfb.h
3264 F:      Documentation/fb/udlfb.txt
3265
3266 DISTRIBUTED LOCK MANAGER (DLM)
3267 M:      Christine Caulfield <ccaulfie@redhat.com>
3268 M:      David Teigland <teigland@redhat.com>
3269 L:      cluster-devel@redhat.com
3270 W:      http://sources.redhat.com/cluster/
3271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3272 S:      Supported
3273 F:      fs/dlm/
3274
3275 DMA BUFFER SHARING FRAMEWORK
3276 M:      Sumit Semwal <sumit.semwal@linaro.org>
3277 S:      Maintained
3278 L:      linux-media@vger.kernel.org
3279 L:      dri-devel@lists.freedesktop.org
3280 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3281 F:      drivers/dma-buf/
3282 F:      include/linux/dma-buf*
3283 F:      include/linux/reservation.h
3284 F:      include/linux/*fence.h
3285 F:      Documentation/dma-buf-sharing.txt
3286 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3287
3288 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3289 M:      Vinod Koul <vinod.koul@intel.com>
3290 L:      dmaengine@vger.kernel.org
3291 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3292 S:      Maintained
3293 F:      drivers/dma/
3294 F:      include/linux/dmaengine.h
3295 F:      Documentation/dmaengine/
3296 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3297
3298 DME1737 HARDWARE MONITOR DRIVER
3299 M:      Juerg Haefliger <juergh@gmail.com>
3300 L:      lm-sensors@lm-sensors.org
3301 S:      Maintained
3302 F:      Documentation/hwmon/dme1737
3303 F:      drivers/hwmon/dme1737.c
3304
3305 DMI/SMBIOS SUPPORT
3306 M:      Jean Delvare <jdelvare@suse.de>
3307 S:      Maintained
3308 F:      drivers/firmware/dmi-id.c
3309 F:      drivers/firmware/dmi_scan.c
3310 F:      include/linux/dmi.h
3311
3312 DOCUMENTATION
3313 M:      Jonathan Corbet <corbet@lwn.net>
3314 L:      linux-doc@vger.kernel.org
3315 S:      Maintained
3316 F:      Documentation/
3317 X:      Documentation/ABI/
3318 X:      Documentation/devicetree/
3319 X:      Documentation/acpi
3320 X:      Documentation/power
3321 X:      Documentation/spi
3322 T:      git git://git.lwn.net/linux-2.6.git docs-next
3323
3324 DOUBLETALK DRIVER
3325 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3326 L:      blinux-list@redhat.com
3327 S:      Maintained
3328 F:      drivers/char/dtlk.c
3329 F:      include/linux/dtlk.h
3330
3331 DPT_I2O SCSI RAID DRIVER
3332 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3333 L:      linux-scsi@vger.kernel.org
3334 W:      http://www.adaptec.com/
3335 S:      Maintained
3336 F:      drivers/scsi/dpt*
3337 F:      drivers/scsi/dpt/
3338
3339 DRBD DRIVER
3340 P:      Philipp Reisner
3341 P:      Lars Ellenberg
3342 M:      drbd-dev@lists.linbit.com
3343 L:      drbd-user@lists.linbit.com
3344 W:      http://www.drbd.org
3345 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3346 T:      git git://git.drbd.org/drbd-8.3.git
3347 S:      Supported
3348 F:      drivers/block/drbd/
3349 F:      lib/lru_cache.c
3350 F:      Documentation/blockdev/drbd/
3351
3352 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3353 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3355 S:      Supported
3356 F:      Documentation/kobject.txt
3357 F:      drivers/base/
3358 F:      fs/sysfs/
3359 F:      fs/debugfs/
3360 F:      include/linux/kobj*
3361 F:      include/linux/debugfs.h
3362 F:      lib/kobj*
3363
3364 DRM DRIVERS
3365 M:      David Airlie <airlied@linux.ie>
3366 L:      dri-devel@lists.freedesktop.org
3367 T:      git git://people.freedesktop.org/~airlied/linux
3368 S:      Maintained
3369 F:      drivers/gpu/drm/
3370 F:      drivers/gpu/vga/
3371 F:      include/drm/
3372 F:      include/uapi/drm/
3373
3374 RADEON DRM DRIVERS
3375 M:      Alex Deucher <alexander.deucher@amd.com>
3376 M:      Christian König <christian.koenig@amd.com>
3377 L:      dri-devel@lists.freedesktop.org
3378 T:      git git://people.freedesktop.org/~agd5f/linux
3379 S:      Supported
3380 F:      drivers/gpu/drm/radeon/
3381 F:      include/uapi/drm/radeon*
3382
3383 DRM PANEL DRIVERS
3384 M:      Thierry Reding <thierry.reding@gmail.com>
3385 L:      dri-devel@lists.freedesktop.org
3386 T:      git git://anongit.freedesktop.org/tegra/linux.git
3387 S:      Maintained
3388 F:      drivers/gpu/drm/drm_panel.c
3389 F:      drivers/gpu/drm/panel/
3390 F:      include/drm/drm_panel.h
3391 F:      Documentation/devicetree/bindings/panel/
3392
3393 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3394 M:      Daniel Vetter <daniel.vetter@intel.com>
3395 M:      Jani Nikula <jani.nikula@linux.intel.com>
3396 L:      intel-gfx@lists.freedesktop.org
3397 L:      dri-devel@lists.freedesktop.org
3398 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3399 T:      git git://anongit.freedesktop.org/drm-intel
3400 S:      Supported
3401 F:      drivers/gpu/drm/i915/
3402 F:      include/drm/i915*
3403 F:      include/uapi/drm/i915*
3404
3405 DRM DRIVERS FOR EXYNOS
3406 M:      Inki Dae <inki.dae@samsung.com>
3407 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3408 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3409 M:      Kyungmin Park <kyungmin.park@samsung.com>
3410 L:      dri-devel@lists.freedesktop.org
3411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3412 S:      Supported
3413 F:      drivers/gpu/drm/exynos/
3414 F:      include/drm/exynos*
3415 F:      include/uapi/drm/exynos*
3416
3417 DRM DRIVERS FOR FREESCALE IMX
3418 M:      Philipp Zabel <p.zabel@pengutronix.de>
3419 L:      dri-devel@lists.freedesktop.org
3420 S:      Maintained
3421 F:      drivers/gpu/drm/imx/
3422 F:      Documentation/devicetree/bindings/drm/imx/
3423
3424 DRM DRIVERS FOR NVIDIA TEGRA
3425 M:      Thierry Reding <thierry.reding@gmail.com>
3426 M:      Terje Bergström <tbergstrom@nvidia.com>
3427 L:      dri-devel@lists.freedesktop.org
3428 L:      linux-tegra@vger.kernel.org
3429 T:      git git://anongit.freedesktop.org/tegra/linux.git
3430 S:      Supported
3431 F:      drivers/gpu/drm/tegra/
3432 F:      drivers/gpu/host1x/
3433 F:      include/linux/host1x.h
3434 F:      include/uapi/drm/tegra_drm.h
3435 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3436
3437 DRM DRIVERS FOR RENESAS
3438 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3439 L:      dri-devel@lists.freedesktop.org
3440 L:      linux-sh@vger.kernel.org
3441 T:      git git://people.freedesktop.org/~airlied/linux
3442 S:      Supported
3443 F:      drivers/gpu/drm/rcar-du/
3444 F:      drivers/gpu/drm/shmobile/
3445 F:      include/linux/platform_data/shmob_drm.h
3446
3447 DRM DRIVERS FOR ROCKCHIP
3448 M:      Mark Yao <mark.yao@rock-chips.com>
3449 L:      dri-devel@lists.freedesktop.org
3450 S:      Maintained
3451 F:      drivers/gpu/drm/rockchip/
3452 F:      Documentation/devicetree/bindings/video/rockchip*
3453
3454 DSBR100 USB FM RADIO DRIVER
3455 M:      Alexey Klimov <klimov.linux@gmail.com>
3456 L:      linux-media@vger.kernel.org
3457 T:      git git://linuxtv.org/media_tree.git
3458 S:      Maintained
3459 F:      drivers/media/radio/dsbr100.c
3460
3461 DSCC4 DRIVER
3462 M:      Francois Romieu <romieu@fr.zoreil.com>
3463 L:      netdev@vger.kernel.org
3464 S:      Maintained
3465 F:      drivers/net/wan/dscc4.c
3466
3467 DVB_USB_AF9015 MEDIA DRIVER
3468 M:      Antti Palosaari <crope@iki.fi>
3469 L:      linux-media@vger.kernel.org
3470 W:      http://linuxtv.org/
3471 W:      http://palosaari.fi/linux/
3472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3473 T:      git git://linuxtv.org/anttip/media_tree.git
3474 S:      Maintained
3475 F:      drivers/media/usb/dvb-usb-v2/af9015*
3476
3477 DVB_USB_AF9035 MEDIA DRIVER
3478 M:      Antti Palosaari <crope@iki.fi>
3479 L:      linux-media@vger.kernel.org
3480 W:      http://linuxtv.org/
3481 W:      http://palosaari.fi/linux/
3482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3483 T:      git git://linuxtv.org/anttip/media_tree.git
3484 S:      Maintained
3485 F:      drivers/media/usb/dvb-usb-v2/af9035*
3486
3487 DVB_USB_ANYSEE MEDIA DRIVER
3488 M:      Antti Palosaari <crope@iki.fi>
3489 L:      linux-media@vger.kernel.org
3490 W:      http://linuxtv.org/
3491 W:      http://palosaari.fi/linux/
3492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3493 T:      git git://linuxtv.org/anttip/media_tree.git
3494 S:      Maintained
3495 F:      drivers/media/usb/dvb-usb-v2/anysee*
3496
3497 DVB_USB_AU6610 MEDIA DRIVER
3498 M:      Antti Palosaari <crope@iki.fi>
3499 L:      linux-media@vger.kernel.org
3500 W:      http://linuxtv.org/
3501 W:      http://palosaari.fi/linux/
3502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3503 T:      git git://linuxtv.org/anttip/media_tree.git
3504 S:      Maintained
3505 F:      drivers/media/usb/dvb-usb-v2/au6610*
3506
3507 DVB_USB_CE6230 MEDIA DRIVER
3508 M:      Antti Palosaari <crope@iki.fi>
3509 L:      linux-media@vger.kernel.org
3510 W:      http://linuxtv.org/
3511 W:      http://palosaari.fi/linux/
3512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3513 T:      git git://linuxtv.org/anttip/media_tree.git
3514 S:      Maintained
3515 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3516
3517 DVB_USB_CXUSB MEDIA DRIVER
3518 M:      Michael Krufky <mkrufky@linuxtv.org>
3519 L:      linux-media@vger.kernel.org
3520 W:      http://linuxtv.org/
3521 W:      http://github.com/mkrufky
3522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3523 T:      git git://linuxtv.org/media_tree.git
3524 S:      Maintained
3525 F:      drivers/media/usb/dvb-usb/cxusb*
3526
3527 DVB_USB_EC168 MEDIA DRIVER
3528 M:      Antti Palosaari <crope@iki.fi>
3529 L:      linux-media@vger.kernel.org
3530 W:      http://linuxtv.org/
3531 W:      http://palosaari.fi/linux/
3532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3533 T:      git git://linuxtv.org/anttip/media_tree.git
3534 S:      Maintained
3535 F:      drivers/media/usb/dvb-usb-v2/ec168*
3536
3537 DVB_USB_GL861 MEDIA DRIVER
3538 M:      Antti Palosaari <crope@iki.fi>
3539 L:      linux-media@vger.kernel.org
3540 W:      http://linuxtv.org/
3541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3542 T:      git git://linuxtv.org/anttip/media_tree.git
3543 S:      Maintained
3544 F:      drivers/media/usb/dvb-usb-v2/gl861*
3545
3546 DVB_USB_MXL111SF MEDIA DRIVER
3547 M:      Michael Krufky <mkrufky@linuxtv.org>
3548 L:      linux-media@vger.kernel.org
3549 W:      http://linuxtv.org/
3550 W:      http://github.com/mkrufky
3551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3552 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3553 S:      Maintained
3554 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3555
3556 DVB_USB_RTL28XXU MEDIA DRIVER
3557 M:      Antti Palosaari <crope@iki.fi>
3558 L:      linux-media@vger.kernel.org
3559 W:      http://linuxtv.org/
3560 W:      http://palosaari.fi/linux/
3561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3562 T:      git git://linuxtv.org/anttip/media_tree.git
3563 S:      Maintained
3564 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3565
3566 DVB_USB_V2 MEDIA DRIVER
3567 M:      Antti Palosaari <crope@iki.fi>
3568 L:      linux-media@vger.kernel.org
3569 W:      http://linuxtv.org/
3570 W:      http://palosaari.fi/linux/
3571 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3572 T:      git git://linuxtv.org/anttip/media_tree.git
3573 S:      Maintained
3574 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3575 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3576
3577 DYNAMIC DEBUG
3578 M:      Jason Baron <jbaron@akamai.com>
3579 S:      Maintained
3580 F:      lib/dynamic_debug.c
3581 F:      include/linux/dynamic_debug.h
3582
3583 DZ DECSTATION DZ11 SERIAL DRIVER
3584 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3585 S:      Maintained
3586 F:      drivers/tty/serial/dz.*
3587
3588 E3X0 POWER BUTTON DRIVER
3589 M:      Moritz Fischer <moritz.fischer@ettus.com>
3590 L:      usrp-users@lists.ettus.com
3591 W:      http://www.ettus.com
3592 S:      Supported
3593 F:      drivers/input/misc/e3x0-button.c
3594 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3595
3596 E4000 MEDIA DRIVER
3597 M:      Antti Palosaari <crope@iki.fi>
3598 L:      linux-media@vger.kernel.org
3599 W:      http://linuxtv.org/
3600 W:      http://palosaari.fi/linux/
3601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3602 T:      git git://linuxtv.org/anttip/media_tree.git
3603 S:      Maintained
3604 F:      drivers/media/tuners/e4000*
3605
3606 EATA ISA/EISA/PCI SCSI DRIVER
3607 M:      Dario Ballabio <ballabio_dario@emc.com>
3608 L:      linux-scsi@vger.kernel.org
3609 S:      Maintained
3610 F:      drivers/scsi/eata.c
3611
3612 EC100 MEDIA DRIVER
3613 M:      Antti Palosaari <crope@iki.fi>
3614 L:      linux-media@vger.kernel.org
3615 W:      http://linuxtv.org/
3616 W:      http://palosaari.fi/linux/
3617 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3618 T:      git git://linuxtv.org/anttip/media_tree.git
3619 S:      Maintained
3620 F:      drivers/media/dvb-frontends/ec100*
3621
3622 ECRYPT FILE SYSTEM
3623 M:      Tyler Hicks <tyhicks@canonical.com>
3624 L:      ecryptfs@vger.kernel.org
3625 W:      http://ecryptfs.org
3626 W:      https://launchpad.net/ecryptfs
3627 S:      Supported
3628 F:      Documentation/filesystems/ecryptfs.txt
3629 F:      fs/ecryptfs/
3630
3631 EDAC-CORE
3632 M:      Doug Thompson <dougthompson@xmission.com>
3633 M:      Borislav Petkov <bp@alien8.de>
3634 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3635 L:      linux-edac@vger.kernel.org
3636 W:      bluesmoke.sourceforge.net
3637 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3638 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3639 S:      Supported
3640 F:      Documentation/edac.txt
3641 F:      drivers/edac/
3642 F:      include/linux/edac.h
3643
3644 EDAC-AMD64
3645 M:      Doug Thompson <dougthompson@xmission.com>
3646 M:      Borislav Petkov <bp@alien8.de>
3647 L:      linux-edac@vger.kernel.org
3648 W:      bluesmoke.sourceforge.net
3649 S:      Maintained
3650 F:      drivers/edac/amd64_edac*
3651
3652 EDAC-CALXEDA
3653 M:      Doug Thompson <dougthompson@xmission.com>
3654 M:      Robert Richter <rric@kernel.org>
3655 L:      linux-edac@vger.kernel.org
3656 W:      bluesmoke.sourceforge.net
3657 S:      Maintained
3658 F:      drivers/edac/highbank*
3659
3660 EDAC-CAVIUM
3661 M:      Ralf Baechle <ralf@linux-mips.org>
3662 M:      David Daney <david.daney@cavium.com>
3663 L:      linux-edac@vger.kernel.org
3664 L:      linux-mips@linux-mips.org
3665 W:      bluesmoke.sourceforge.net
3666 S:      Supported
3667 F:      drivers/edac/octeon_edac*
3668
3669 EDAC-E752X
3670 M:      Mark Gross <mark.gross@intel.com>
3671 M:      Doug Thompson <dougthompson@xmission.com>
3672 L:      linux-edac@vger.kernel.org
3673 W:      bluesmoke.sourceforge.net
3674 S:      Maintained
3675 F:      drivers/edac/e752x_edac.c
3676
3677 EDAC-E7XXX
3678 M:      Doug Thompson <dougthompson@xmission.com>
3679 L:      linux-edac@vger.kernel.org
3680 W:      bluesmoke.sourceforge.net
3681 S:      Maintained
3682 F:      drivers/edac/e7xxx_edac.c
3683
3684 EDAC-GHES
3685 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3686 L:      linux-edac@vger.kernel.org
3687 W:      bluesmoke.sourceforge.net
3688 S:      Maintained
3689 F:      drivers/edac/ghes_edac.c
3690
3691 EDAC-I82443BXGX
3692 M:      Tim Small <tim@buttersideup.com>
3693 L:      linux-edac@vger.kernel.org
3694 W:      bluesmoke.sourceforge.net
3695 S:      Maintained
3696 F:      drivers/edac/i82443bxgx_edac.c
3697
3698 EDAC-I3000
3699 M:      Jason Uhlenkott <juhlenko@akamai.com>
3700 L:      linux-edac@vger.kernel.org
3701 W:      bluesmoke.sourceforge.net
3702 S:      Maintained
3703 F:      drivers/edac/i3000_edac.c
3704
3705 EDAC-I5000
3706 M:      Doug Thompson <dougthompson@xmission.com>
3707 L:      linux-edac@vger.kernel.org
3708 W:      bluesmoke.sourceforge.net
3709 S:      Maintained
3710 F:      drivers/edac/i5000_edac.c
3711
3712 EDAC-I5400
3713 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3714 L:      linux-edac@vger.kernel.org
3715 W:      bluesmoke.sourceforge.net
3716 S:      Maintained
3717 F:      drivers/edac/i5400_edac.c
3718
3719 EDAC-I7300
3720 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3721 L:      linux-edac@vger.kernel.org
3722 W:      bluesmoke.sourceforge.net
3723 S:      Maintained
3724 F:      drivers/edac/i7300_edac.c
3725
3726 EDAC-I7CORE
3727 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3728 L:      linux-edac@vger.kernel.org
3729 W:      bluesmoke.sourceforge.net
3730 S:      Maintained
3731 F:      drivers/edac/i7core_edac.c
3732
3733 EDAC-I82975X
3734 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3735 M:      "Arvind R." <arvino55@gmail.com>
3736 L:      linux-edac@vger.kernel.org
3737 W:      bluesmoke.sourceforge.net
3738 S:      Maintained
3739 F:      drivers/edac/i82975x_edac.c
3740
3741 EDAC-IE31200
3742 M:      Jason Baron <jbaron@akamai.com>
3743 L:      linux-edac@vger.kernel.org
3744 W:      bluesmoke.sourceforge.net
3745 S:      Maintained
3746 F:      drivers/edac/ie31200_edac.c
3747
3748 EDAC-MPC85XX
3749 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3750 L:      linux-edac@vger.kernel.org
3751 W:      bluesmoke.sourceforge.net
3752 S:      Maintained
3753 F:      drivers/edac/mpc85xx_edac.[ch]
3754
3755 EDAC-PASEMI
3756 M:      Egor Martovetsky <egor@pasemi.com>
3757 L:      linux-edac@vger.kernel.org
3758 W:      bluesmoke.sourceforge.net
3759 S:      Maintained
3760 F:      drivers/edac/pasemi_edac.c
3761
3762 EDAC-R82600
3763 M:      Tim Small <tim@buttersideup.com>
3764 L:      linux-edac@vger.kernel.org
3765 W:      bluesmoke.sourceforge.net
3766 S:      Maintained
3767 F:      drivers/edac/r82600_edac.c
3768
3769 EDAC-SBRIDGE
3770 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3771 L:      linux-edac@vger.kernel.org
3772 W:      bluesmoke.sourceforge.net
3773 S:      Maintained
3774 F:      drivers/edac/sb_edac.c
3775
3776 EDIROL UA-101/UA-1000 DRIVER
3777 M:      Clemens Ladisch <clemens@ladisch.de>
3778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3779 T:      git git://git.alsa-project.org/alsa-kernel.git
3780 S:      Maintained
3781 F:      sound/usb/misc/ua101.c
3782
3783 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3784 M:      Matt Fleming <matt.fleming@intel.com>
3785 L:      linux-efi@vger.kernel.org
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3787 S:      Maintained
3788 F:      Documentation/efi-stub.txt
3789 F:      arch/ia64/kernel/efi.c
3790 F:      arch/x86/boot/compressed/eboot.[ch]
3791 F:      arch/x86/include/asm/efi.h
3792 F:      arch/x86/platform/efi/*
3793 F:      drivers/firmware/efi/*
3794 F:      include/linux/efi*.h
3795
3796 EFI VARIABLE FILESYSTEM
3797 M:      Matthew Garrett <matthew.garrett@nebula.com>
3798 M:      Jeremy Kerr <jk@ozlabs.org>
3799 M:      Matt Fleming <matt.fleming@intel.com>
3800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3801 L:      linux-efi@vger.kernel.org
3802 S:      Maintained
3803 F:      fs/efivarfs/
3804
3805 EFIFB FRAMEBUFFER DRIVER
3806 L:      linux-fbdev@vger.kernel.org
3807 M:      Peter Jones <pjones@redhat.com>
3808 S:      Maintained
3809 F:      drivers/video/fbdev/efifb.c
3810
3811 EFS FILESYSTEM
3812 W:      http://aeschi.ch.eu.org/efs/
3813 S:      Orphan
3814 F:      fs/efs/
3815
3816 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3817 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3818 M:      Christoph Raisch <raisch@de.ibm.com>
3819 L:      linux-rdma@vger.kernel.org
3820 S:      Supported
3821 F:      drivers/infiniband/hw/ehca/
3822
3823 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3824 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3825 L:      netdev@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/net/ethernet/ibm/ehea/
3828
3829 EM28XX VIDEO4LINUX DRIVER
3830 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3831 L:      linux-media@vger.kernel.org
3832 W:      http://linuxtv.org
3833 T:      git git://linuxtv.org/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/usb/em28xx/
3836
3837 EMBEDDED LINUX
3838 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3839 M:      Matt Mackall <mpm@selenic.com>
3840 M:      David Woodhouse <dwmw2@infradead.org>
3841 L:      linux-embedded@vger.kernel.org
3842 S:      Maintained
3843
3844 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3845 M:      James Smart <james.smart@avagotech.com>
3846 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3847 L:      linux-scsi@vger.kernel.org
3848 W:      http://www.avagotech.com
3849 S:      Supported
3850 F:      drivers/scsi/lpfc/
3851
3852 ENE CB710 FLASH CARD READER DRIVER
3853 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3854 S:      Maintained
3855 F:      drivers/misc/cb710/
3856 F:      drivers/mmc/host/cb710-mmc.*
3857 F:      include/linux/cb710.h
3858
3859 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3860 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3861 S:      Maintained
3862 F:      drivers/media/rc/ene_ir.*
3863
3864 ENHANCED ERROR HANDLING (EEH)
3865 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3866 L:      linuxppc-dev@lists.ozlabs.org
3867 S:      Supported
3868 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3869 F:      arch/powerpc/kernel/eeh*.c
3870
3871 EPSON S1D13XXX FRAMEBUFFER DRIVER
3872 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3873 S:      Maintained
3874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3875 F:      drivers/video/fbdev/s1d13xxxfb.c
3876 F:      include/video/s1d13xxxfb.h
3877
3878 ET131X NETWORK DRIVER
3879 M:      Mark Einon <mark.einon@gmail.com>
3880 S:      Odd Fixes
3881 F:      drivers/net/ethernet/agere/
3882
3883 ETHERNET BRIDGE
3884 M:      Stephen Hemminger <stephen@networkplumber.org>
3885 L:      bridge@lists.linux-foundation.org
3886 L:      netdev@vger.kernel.org
3887 W:      http://www.linuxfoundation.org/en/Net:Bridge
3888 S:      Maintained
3889 F:      include/linux/netfilter_bridge/
3890 F:      net/bridge/
3891
3892 ETHERNET PHY LIBRARY
3893 M:      Florian Fainelli <f.fainelli@gmail.com>
3894 L:      netdev@vger.kernel.org
3895 S:      Maintained
3896 F:      include/linux/phy.h
3897 F:      include/linux/phy_fixed.h
3898 F:      drivers/net/phy/
3899 F:      Documentation/networking/phy.txt
3900 F:      drivers/of/of_mdio.c
3901 F:      drivers/of/of_net.c
3902
3903 EXT2 FILE SYSTEM
3904 M:      Jan Kara <jack@suse.cz>
3905 L:      linux-ext4@vger.kernel.org
3906 S:      Maintained
3907 F:      Documentation/filesystems/ext2.txt
3908 F:      fs/ext2/
3909 F:      include/linux/ext2*
3910
3911 EXT3 FILE SYSTEM
3912 M:      Jan Kara <jack@suse.cz>
3913 M:      Andrew Morton <akpm@linux-foundation.org>
3914 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3915 L:      linux-ext4@vger.kernel.org
3916 S:      Maintained
3917 F:      Documentation/filesystems/ext3.txt
3918 F:      fs/ext3/
3919
3920 EXT4 FILE SYSTEM
3921 M:      "Theodore Ts'o" <tytso@mit.edu>
3922 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3923 L:      linux-ext4@vger.kernel.org
3924 W:      http://ext4.wiki.kernel.org
3925 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3926 S:      Maintained
3927 F:      Documentation/filesystems/ext4.txt
3928 F:      fs/ext4/
3929
3930 Extended Verification Module (EVM)
3931 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3932 L:      linux-ima-devel@lists.sourceforge.net
3933 L:      linux-security-module@vger.kernel.org
3934 S:      Supported
3935 F:      security/integrity/evm/
3936
3937 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3938 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3939 M:      Chanwoo Choi <cw00.choi@samsung.com>
3940 L:      linux-kernel@vger.kernel.org
3941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3942 S:      Maintained
3943 F:      drivers/extcon/
3944 F:      Documentation/extcon/
3945
3946 EXYNOS DP DRIVER
3947 M:      Jingoo Han <jingoohan1@gmail.com>
3948 L:      dri-devel@lists.freedesktop.org
3949 S:      Maintained
3950 F:      drivers/gpu/drm/exynos/exynos_dp*
3951
3952 EXYNOS MIPI DISPLAY DRIVERS
3953 M:      Inki Dae <inki.dae@samsung.com>
3954 M:      Donghwa Lee <dh09.lee@samsung.com>
3955 M:      Kyungmin Park <kyungmin.park@samsung.com>
3956 L:      linux-fbdev@vger.kernel.org
3957 S:      Maintained
3958 F:      drivers/video/fbdev/exynos/exynos_mipi*
3959 F:      include/video/exynos_mipi*
3960
3961 F71805F HARDWARE MONITORING DRIVER
3962 M:      Jean Delvare <jdelvare@suse.de>
3963 L:      lm-sensors@lm-sensors.org
3964 S:      Maintained
3965 F:      Documentation/hwmon/f71805f
3966 F:      drivers/hwmon/f71805f.c
3967
3968 FC0011 TUNER DRIVER
3969 M:      Michael Buesch <m@bues.ch>
3970 L:      linux-media@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/media/tuners/fc0011.h
3973 F:      drivers/media/tuners/fc0011.c
3974
3975 FC2580 MEDIA DRIVER
3976 M:      Antti Palosaari <crope@iki.fi>
3977 L:      linux-media@vger.kernel.org
3978 W:      http://linuxtv.org/
3979 W:      http://palosaari.fi/linux/
3980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3981 T:      git git://linuxtv.org/anttip/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/tuners/fc2580*
3984
3985 FANOTIFY
3986 M:      Eric Paris <eparis@redhat.com>
3987 S:      Maintained
3988 F:      fs/notify/fanotify/
3989 F:      include/linux/fanotify.h
3990 F:      include/uapi/linux/fanotify.h
3991
3992 FARSYNC SYNCHRONOUS DRIVER
3993 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3994 W:      http://www.farsite.co.uk/
3995 S:      Supported
3996 F:      drivers/net/wan/farsync.*
3997
3998 FAULT INJECTION SUPPORT
3999 M:      Akinobu Mita <akinobu.mita@gmail.com>
4000 S:      Supported
4001 F:      Documentation/fault-injection/
4002 F:      lib/fault-inject.c
4003
4004 FBTFT Framebuffer drivers
4005 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4006 M:      Noralf Trønnes <noralf@tronnes.org>
4007 S:      Maintained
4008 F:      drivers/staging/fbtft/
4009
4010 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4011 M:      Vasu Dev <vasu.dev@intel.com>
4012 L:      fcoe-devel@open-fcoe.org
4013 W:      www.Open-FCoE.org
4014 S:      Supported
4015 F:      drivers/scsi/libfc/
4016 F:      drivers/scsi/fcoe/
4017 F:      include/scsi/fc/
4018 F:      include/scsi/libfc.h
4019 F:      include/scsi/libfcoe.h
4020 F:      include/uapi/scsi/fc/
4021
4022 FILE LOCKING (flock() and fcntl()/lockf())
4023 M:      Jeff Layton <jlayton@poochiereds.net>
4024 M:      J. Bruce Fields <bfields@fieldses.org>
4025 L:      linux-fsdevel@vger.kernel.org
4026 S:      Maintained
4027 F:      include/linux/fcntl.h
4028 F:      include/linux/fs.h
4029 F:      include/uapi/linux/fcntl.h
4030 F:      include/uapi/linux/fs.h
4031 F:      fs/fcntl.c
4032 F:      fs/locks.c
4033
4034 FILESYSTEMS (VFS and infrastructure)
4035 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4036 L:      linux-fsdevel@vger.kernel.org
4037 S:      Maintained
4038 F:      fs/*
4039
4040 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4041 M:      Riku Voipio <riku.voipio@iki.fi>
4042 L:      lm-sensors@lm-sensors.org
4043 S:      Maintained
4044 F:      drivers/hwmon/f75375s.c
4045 F:      include/linux/f75375s.h
4046
4047 FIREWIRE AUDIO DRIVERS
4048 M:      Clemens Ladisch <clemens@ladisch.de>
4049 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4050 T:      git git://git.alsa-project.org/alsa-kernel.git
4051 S:      Maintained
4052 F:      sound/firewire/
4053
4054 FIREWIRE MEDIA DRIVERS (firedtv)
4055 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4056 L:      linux-media@vger.kernel.org
4057 L:      linux1394-devel@lists.sourceforge.net
4058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4059 S:      Maintained
4060 F:      drivers/media/firewire/
4061
4062 FIREWIRE SBP-2 TARGET
4063 M:      Chris Boot <bootc@bootc.net>
4064 L:      linux-scsi@vger.kernel.org
4065 L:      target-devel@vger.kernel.org
4066 L:      linux1394-devel@lists.sourceforge.net
4067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4068 S:      Maintained
4069 F:      drivers/target/sbp/
4070
4071 FIREWIRE SUBSYSTEM
4072 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4073 L:      linux1394-devel@lists.sourceforge.net
4074 W:      http://ieee1394.wiki.kernel.org/
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4076 S:      Maintained
4077 F:      drivers/firewire/
4078 F:      include/linux/firewire.h
4079 F:      include/uapi/linux/firewire*.h
4080 F:      tools/firewire/
4081
4082 FIRMWARE LOADER (request_firmware)
4083 M:      Ming Lei <ming.lei@canonical.com>
4084 L:      linux-kernel@vger.kernel.org
4085 S:      Maintained
4086 F:      Documentation/firmware_class/
4087 F:      drivers/base/firmware*.c
4088 F:      include/linux/firmware.h
4089
4090 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4091 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4092 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4093 S:      Maintained
4094 F:      drivers/block/rsxx/
4095
4096 FLOPPY DRIVER
4097 M:      Jiri Kosina <jkosina@suse.cz>
4098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4099 S:      Odd fixes
4100 F:      drivers/block/floppy.c
4101
4102 FMC SUBSYSTEM
4103 M:      Alessandro Rubini <rubini@gnudd.com>
4104 W:      http://www.ohwr.org/projects/fmc-bus
4105 S:      Supported
4106 F:      drivers/fmc/
4107 F:      include/linux/fmc*.h
4108 F:      include/linux/ipmi-fru.h
4109 K:      fmc_d.*register
4110
4111 FPU EMULATOR
4112 M:      Bill Metzenthen <billm@melbpc.org.au>
4113 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4114 S:      Maintained
4115 F:      arch/x86/math-emu/
4116
4117 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4118 L:      netdev@vger.kernel.org
4119 S:      Orphan
4120 F:      drivers/net/wan/dlci.c
4121 F:      drivers/net/wan/sdla.c
4122
4123 FRAMEBUFFER LAYER
4124 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4125 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4126 L:      linux-fbdev@vger.kernel.org
4127 W:      http://linux-fbdev.sourceforge.net/
4128 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4130 S:      Maintained
4131 F:      Documentation/fb/
4132 F:      Documentation/devicetree/bindings/fb/
4133 F:      drivers/video/
4134 F:      include/video/
4135 F:      include/linux/fb.h
4136 F:      include/uapi/video/
4137 F:      include/uapi/linux/fb.h
4138
4139 FREESCALE DIU FRAMEBUFFER DRIVER
4140 M:      Timur Tabi <timur@tabi.org>
4141 L:      linux-fbdev@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/video/fbdev/fsl-diu-fb.*
4144
4145 FREESCALE DMA DRIVER
4146 M:      Li Yang <leoli@freescale.com>
4147 M:      Zhang Wei <zw@zh-kernel.org>
4148 L:      linuxppc-dev@lists.ozlabs.org
4149 S:      Maintained
4150 F:      drivers/dma/fsldma.*
4151
4152 FREESCALE I2C CPM DRIVER
4153 M:      Jochen Friedrich <jochen@scram.de>
4154 L:      linuxppc-dev@lists.ozlabs.org
4155 L:      linux-i2c@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/i2c/busses/i2c-cpm.c
4158
4159 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4160 M:      Sascha Hauer <kernel@pengutronix.de>
4161 L:      linux-fbdev@vger.kernel.org
4162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4163 S:      Maintained
4164 F:      include/linux/platform_data/video-imxfb.h
4165 F:      drivers/video/fbdev/imxfb.c
4166
4167 FREESCALE QUAD SPI DRIVER
4168 M:      Han Xu <han.xu@freescale.com>
4169 L:      linux-mtd@lists.infradead.org
4170 S:      Maintained
4171 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4172
4173 FREESCALE SOC FS_ENET DRIVER
4174 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4175 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4176 L:      linuxppc-dev@lists.ozlabs.org
4177 L:      netdev@vger.kernel.org
4178 S:      Maintained
4179 F:      drivers/net/ethernet/freescale/fs_enet/
4180 F:      include/linux/fs_enet_pd.h
4181
4182 FREESCALE QUICC ENGINE LIBRARY
4183 L:      linuxppc-dev@lists.ozlabs.org
4184 S:      Orphan
4185 F:      arch/powerpc/sysdev/qe_lib/
4186 F:      arch/powerpc/include/asm/*qe.h
4187
4188 FREESCALE USB PERIPHERAL DRIVERS
4189 M:      Li Yang <leoli@freescale.com>
4190 L:      linux-usb@vger.kernel.org
4191 L:      linuxppc-dev@lists.ozlabs.org
4192 S:      Maintained
4193 F:      drivers/usb/gadget/udc/fsl*
4194
4195 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4196 M:      Li Yang <leoli@freescale.com>
4197 L:      netdev@vger.kernel.org
4198 L:      linuxppc-dev@lists.ozlabs.org
4199 S:      Maintained
4200 F:      drivers/net/ethernet/freescale/ucc_geth*
4201
4202 FREESCALE QUICC ENGINE UCC UART DRIVER
4203 M:      Timur Tabi <timur@tabi.org>
4204 L:      linuxppc-dev@lists.ozlabs.org
4205 S:      Maintained
4206 F:      drivers/tty/serial/ucc_uart.c
4207
4208 FREESCALE SOC SOUND DRIVERS
4209 M:      Timur Tabi <timur@tabi.org>
4210 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4211 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4213 L:      linuxppc-dev@lists.ozlabs.org
4214 S:      Maintained
4215 F:      sound/soc/fsl/fsl*
4216 F:      sound/soc/fsl/imx*
4217 F:      sound/soc/fsl/mpc8610_hpcd.c
4218
4219 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4220 M:      J. German Rivera <German.Rivera@freescale.com>
4221 L:      linux-kernel@vger.kernel.org
4222 S:      Maintained
4223 F:      drivers/staging/fsl-mc/
4224
4225 FREEVXFS FILESYSTEM
4226 M:      Christoph Hellwig <hch@infradead.org>
4227 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4228 S:      Maintained
4229 F:      fs/freevxfs/
4230
4231 FREEZER
4232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4233 M:      Pavel Machek <pavel@ucw.cz>
4234 L:      linux-pm@vger.kernel.org
4235 S:      Supported
4236 F:      Documentation/power/freezing-of-tasks.txt
4237 F:      include/linux/freezer.h
4238 F:      kernel/freezer.c
4239
4240 FRONTSWAP API
4241 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4242 L:      linux-kernel@vger.kernel.org
4243 S:      Maintained
4244 F:      mm/frontswap.c
4245 F:      include/linux/frontswap.h
4246
4247 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4248 M:      David Howells <dhowells@redhat.com>
4249 L:      linux-cachefs@redhat.com
4250 S:      Supported
4251 F:      Documentation/filesystems/caching/
4252 F:      fs/fscache/
4253 F:      include/linux/fscache*.h
4254
4255 F2FS FILE SYSTEM
4256 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4257 M:      Changman Lee <cm224.lee@samsung.com>
4258 L:      linux-f2fs-devel@lists.sourceforge.net
4259 W:      http://en.wikipedia.org/wiki/F2FS
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4261 S:      Maintained
4262 F:      Documentation/filesystems/f2fs.txt
4263 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4264 F:      fs/f2fs/
4265 F:      include/linux/f2fs_fs.h
4266
4267 FUJITSU FR-V (FRV) PORT
4268 M:      David Howells <dhowells@redhat.com>
4269 S:      Maintained
4270 F:      arch/frv/
4271
4272 FUJITSU LAPTOP EXTRAS
4273 M:      Jonathan Woithe <jwoithe@just42.net>
4274 L:      platform-driver-x86@vger.kernel.org
4275 S:      Maintained
4276 F:      drivers/platform/x86/fujitsu-laptop.c
4277
4278 FUJITSU M-5MO LS CAMERA ISP DRIVER
4279 M:      Kyungmin Park <kyungmin.park@samsung.com>
4280 M:      Heungjun Kim <riverful.kim@samsung.com>
4281 L:      linux-media@vger.kernel.org
4282 S:      Maintained
4283 F:      drivers/media/i2c/m5mols/
4284 F:      include/media/m5mols.h
4285
4286 FUJITSU TABLET EXTRAS
4287 M:      Robert Gerlach <khnz@gmx.de>
4288 L:      platform-driver-x86@vger.kernel.org
4289 S:      Maintained
4290 F:      drivers/platform/x86/fujitsu-tablet.c
4291
4292 FUSE: FILESYSTEM IN USERSPACE
4293 M:      Miklos Szeredi <miklos@szeredi.hu>
4294 L:      fuse-devel@lists.sourceforge.net
4295 W:      http://fuse.sourceforge.net/
4296 S:      Maintained
4297 F:      fs/fuse/
4298 F:      include/uapi/linux/fuse.h
4299
4300 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4301 M:      Rik Faith <faith@cs.unc.edu>
4302 L:      linux-scsi@vger.kernel.org
4303 S:      Odd Fixes (e.g., new signatures)
4304 F:      drivers/scsi/fdomain.*
4305
4306 GCOV BASED KERNEL PROFILING
4307 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4308 S:      Maintained
4309 F:      kernel/gcov/
4310 F:      Documentation/gcov.txt
4311
4312 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4313 M:      Achim Leubner <achim_leubner@adaptec.com>
4314 L:      linux-scsi@vger.kernel.org
4315 W:      http://www.icp-vortex.com/
4316 S:      Supported
4317 F:      drivers/scsi/gdt*
4318
4319 GDB KERNEL DEBUGGING HELPER SCRIPTS
4320 M:      Jan Kiszka <jan.kiszka@siemens.com>
4321 S:      Supported
4322 F:      scripts/gdb/
4323
4324 GEMTEK FM RADIO RECEIVER DRIVER
4325 M:      Hans Verkuil <hverkuil@xs4all.nl>
4326 L:      linux-media@vger.kernel.org
4327 T:      git git://linuxtv.org/media_tree.git
4328 W:      http://linuxtv.org
4329 S:      Maintained
4330 F:      drivers/media/radio/radio-gemtek*
4331
4332 GENERIC GPIO I2C DRIVER
4333 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4334 S:      Supported
4335 F:      drivers/i2c/busses/i2c-gpio.c
4336 F:      include/linux/i2c-gpio.h
4337
4338 GENERIC GPIO I2C MULTIPLEXER DRIVER
4339 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4340 L:      linux-i2c@vger.kernel.org
4341 S:      Supported
4342 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4343 F:      include/linux/i2c-mux-gpio.h
4344 F:      Documentation/i2c/muxes/i2c-mux-gpio
4345
4346 GENERIC HDLC (WAN) DRIVERS
4347 M:      Krzysztof Halasa <khc@pm.waw.pl>
4348 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4349 S:      Maintained
4350 F:      drivers/net/wan/c101.c
4351 F:      drivers/net/wan/hd6457*
4352 F:      drivers/net/wan/hdlc*
4353 F:      drivers/net/wan/n2.c
4354 F:      drivers/net/wan/pc300too.c
4355 F:      drivers/net/wan/pci200syn.c
4356 F:      drivers/net/wan/wanxl*
4357
4358 GENERIC INCLUDE/ASM HEADER FILES
4359 M:      Arnd Bergmann <arnd@arndb.de>
4360 L:      linux-arch@vger.kernel.org
4361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4362 S:      Maintained
4363 F:      include/asm-generic/
4364 F:      include/uapi/asm-generic/
4365
4366 GENERIC PHY FRAMEWORK
4367 M:      Kishon Vijay Abraham I <kishon@ti.com>
4368 L:      linux-kernel@vger.kernel.org
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4370 S:      Supported
4371 F:      drivers/phy/
4372 F:      include/linux/phy/
4373
4374 GENERIC PM DOMAINS
4375 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4376 M:      Kevin Hilman <khilman@kernel.org>
4377 M:      Ulf Hansson <ulf.hansson@linaro.org>
4378 L:      linux-pm@vger.kernel.org
4379 S:      Supported
4380 F:      drivers/base/power/domain*.c
4381 F:      include/linux/pm_domain.h
4382
4383 GENERIC UIO DRIVER FOR PCI DEVICES
4384 M:      "Michael S. Tsirkin" <mst@redhat.com>
4385 L:      kvm@vger.kernel.org
4386 S:      Supported
4387 F:      drivers/uio/uio_pci_generic.c
4388
4389 GET_MAINTAINER SCRIPT
4390 M:      Joe Perches <joe@perches.com>
4391 S:      Maintained
4392 F:      scripts/get_maintainer.pl
4393
4394 GFS2 FILE SYSTEM
4395 M:      Steven Whitehouse <swhiteho@redhat.com>
4396 M:      Bob Peterson <rpeterso@redhat.com>
4397 L:      cluster-devel@redhat.com
4398 W:      http://sources.redhat.com/cluster/
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4400 S:      Supported
4401 F:      Documentation/filesystems/gfs2*.txt
4402 F:      fs/gfs2/
4403 F:      include/uapi/linux/gfs2_ondisk.h
4404
4405 GIGASET ISDN DRIVERS
4406 M:      Paul Bolle <pebolle@tiscali.nl>
4407 L:      gigaset307x-common@lists.sourceforge.net
4408 W:      http://gigaset307x.sourceforge.net/
4409 S:      Odd Fixes
4410 F:      Documentation/isdn/README.gigaset
4411 F:      drivers/isdn/gigaset/
4412 F:      include/uapi/linux/gigaset_dev.h
4413
4414 GO7007 MPEG CODEC
4415 M:      Hans Verkuil <hans.verkuil@cisco.com>
4416 L:      linux-media@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/media/usb/go7007/
4419
4420 GOODIX TOUCHSCREEN
4421 M:      Bastien Nocera <hadess@hadess.net>
4422 L:      linux-input@vger.kernel.org
4423 S:      Maintained
4424 F:      drivers/input/touchscreen/goodix.c
4425
4426 GPIO SUBSYSTEM
4427 M:      Linus Walleij <linus.walleij@linaro.org>
4428 M:      Alexandre Courbot <gnurou@gmail.com>
4429 L:      linux-gpio@vger.kernel.org
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4431 S:      Maintained
4432 F:      Documentation/gpio/
4433 F:      drivers/gpio/
4434 F:      include/linux/gpio/
4435 F:      include/linux/gpio.h
4436 F:      include/asm-generic/gpio.h
4437
4438 GRE DEMULTIPLEXER DRIVER
4439 M:      Dmitry Kozlov <xeb@mail.ru>
4440 L:      netdev@vger.kernel.org
4441 S:      Maintained
4442 F:      net/ipv4/gre_demux.c
4443 F:      net/ipv4/gre_offload.c
4444 F:      include/net/gre.h
4445
4446 GRETH 10/100/1G Ethernet MAC device driver
4447 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4448 L:      netdev@vger.kernel.org
4449 S:      Maintained
4450 F:      drivers/net/ethernet/aeroflex/
4451
4452 GSPCA FINEPIX SUBDRIVER
4453 M:      Frank Zago <frank@zago.net>
4454 L:      linux-media@vger.kernel.org
4455 T:      git git://linuxtv.org/media_tree.git
4456 S:      Maintained
4457 F:      drivers/media/usb/gspca/finepix.c
4458
4459 GSPCA GL860 SUBDRIVER
4460 M:      Olivier Lorin <o.lorin@laposte.net>
4461 L:      linux-media@vger.kernel.org
4462 T:      git git://linuxtv.org/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/usb/gspca/gl860/
4465
4466 GSPCA M5602 SUBDRIVER
4467 M:      Erik Andren <erik.andren@gmail.com>
4468 L:      linux-media@vger.kernel.org
4469 T:      git git://linuxtv.org/media_tree.git
4470 S:      Maintained
4471 F:      drivers/media/usb/gspca/m5602/
4472
4473 GSPCA PAC207 SONIXB SUBDRIVER
4474 M:      Hans de Goede <hdegoede@redhat.com>
4475 L:      linux-media@vger.kernel.org
4476 T:      git git://linuxtv.org/media_tree.git
4477 S:      Maintained
4478 F:      drivers/media/usb/gspca/pac207.c
4479
4480 GSPCA SN9C20X SUBDRIVER
4481 M:      Brian Johnson <brijohn@gmail.com>
4482 L:      linux-media@vger.kernel.org
4483 T:      git git://linuxtv.org/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/gspca/sn9c20x.c
4486
4487 GSPCA T613 SUBDRIVER
4488 M:      Leandro Costantino <lcostantino@gmail.com>
4489 L:      linux-media@vger.kernel.org
4490 T:      git git://linuxtv.org/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/gspca/t613.c
4493
4494 GSPCA USB WEBCAM DRIVER
4495 M:      Hans de Goede <hdegoede@redhat.com>
4496 L:      linux-media@vger.kernel.org
4497 T:      git git://linuxtv.org/media_tree.git
4498 S:      Maintained
4499 F:      drivers/media/usb/gspca/
4500
4501 GUID PARTITION TABLE (GPT)
4502 M:      Davidlohr Bueso <davidlohr@hp.com>
4503 L:      linux-efi@vger.kernel.org
4504 S:      Maintained
4505 F:      block/partitions/efi.*
4506
4507 STK1160 USB VIDEO CAPTURE DRIVER
4508 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4509 L:      linux-media@vger.kernel.org
4510 T:      git git://linuxtv.org/media_tree.git
4511 S:      Maintained
4512 F:      drivers/media/usb/stk1160/
4513
4514 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4515 M:      Frank Seidel <frank@f-seidel.de>
4516 L:      platform-driver-x86@vger.kernel.org
4517 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4518 S:      Maintained
4519 F:      drivers/platform/x86/hdaps.c
4520
4521 HDPVR USB VIDEO ENCODER DRIVER
4522 M:      Hans Verkuil <hverkuil@xs4all.nl>
4523 L:      linux-media@vger.kernel.org
4524 T:      git git://linuxtv.org/media_tree.git
4525 W:      http://linuxtv.org
4526 S:      Odd Fixes
4527 F:      drivers/media/usb/hdpvr/
4528
4529 HWPOISON MEMORY FAILURE HANDLING
4530 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4531 L:      linux-mm@kvack.org
4532 S:      Maintained
4533 F:      mm/memory-failure.c
4534 F:      mm/hwpoison-inject.c
4535
4536 HYPERVISOR VIRTUAL CONSOLE DRIVER
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 S:      Odd Fixes
4539 F:      drivers/tty/hvc/
4540
4541 HACKRF MEDIA DRIVER
4542 M:      Antti Palosaari <crope@iki.fi>
4543 L:      linux-media@vger.kernel.org
4544 W:      http://linuxtv.org/
4545 W:      http://palosaari.fi/linux/
4546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4547 T:      git git://linuxtv.org/anttip/media_tree.git
4548 S:      Maintained
4549 F:      drivers/media/usb/hackrf/
4550
4551 HARDWARE MONITORING
4552 M:      Jean Delvare <jdelvare@suse.de>
4553 M:      Guenter Roeck <linux@roeck-us.net>
4554 L:      lm-sensors@lm-sensors.org
4555 W:      http://www.lm-sensors.org/
4556 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4558 S:      Maintained
4559 F:      Documentation/hwmon/
4560 F:      drivers/hwmon/
4561 F:      include/linux/hwmon*.h
4562
4563 HARDWARE RANDOM NUMBER GENERATOR CORE
4564 M:      Matt Mackall <mpm@selenic.com>
4565 M:      Herbert Xu <herbert@gondor.apana.org.au>
4566 L:      linux-crypto@vger.kernel.org
4567 S:      Odd fixes
4568 F:      Documentation/hw_random.txt
4569 F:      drivers/char/hw_random/
4570 F:      include/linux/hw_random.h
4571
4572 HARDWARE SPINLOCK CORE
4573 M:      Ohad Ben-Cohen <ohad@wizery.com>
4574 S:      Maintained
4575 F:      Documentation/hwspinlock.txt
4576 F:      drivers/hwspinlock/hwspinlock_*
4577 F:      include/linux/hwspinlock.h
4578
4579 HARMONY SOUND DRIVER
4580 L:      linux-parisc@vger.kernel.org
4581 S:      Maintained
4582 F:      sound/parisc/harmony.*
4583
4584 HD29L2 MEDIA DRIVER
4585 M:      Antti Palosaari <crope@iki.fi>
4586 L:      linux-media@vger.kernel.org
4587 W:      http://linuxtv.org/
4588 W:      http://palosaari.fi/linux/
4589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4590 T:      git git://linuxtv.org/anttip/media_tree.git
4591 S:      Maintained
4592 F:      drivers/media/dvb-frontends/hd29l2*
4593
4594 HEWLETT-PACKARD SMART2 RAID DRIVER
4595 L:      iss_storagedev@hp.com
4596 S:      Orphan
4597 F:      Documentation/blockdev/cpqarray.txt
4598 F:      drivers/block/cpqarray.*
4599
4600 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4601 M:      Don Brace <don.brace@pmcs.com>
4602 L:      iss_storagedev@hp.com
4603 L:      storagedev@pmcs.com
4604 L:      linux-scsi@vger.kernel.org
4605 S:      Supported
4606 F:      Documentation/scsi/hpsa.txt
4607 F:      drivers/scsi/hpsa*.[ch]
4608 F:      include/linux/cciss*.h
4609 F:      include/uapi/linux/cciss*.h
4610
4611 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4612 M:      Don Brace <don.brace@pmcs.com>
4613 L:      iss_storagedev@hp.com
4614 L:      storagedev@pmcs.com
4615 L:      linux-scsi@vger.kernel.org
4616 S:      Supported
4617 F:      Documentation/blockdev/cciss.txt
4618 F:      drivers/block/cciss*
4619 F:      include/linux/cciss_ioctl.h
4620 F:      include/uapi/linux/cciss_ioctl.h
4621
4622 HFS FILESYSTEM
4623 L:      linux-fsdevel@vger.kernel.org
4624 S:      Orphan
4625 F:      Documentation/filesystems/hfs.txt
4626 F:      fs/hfs/
4627
4628 HFSPLUS FILESYSTEM
4629 L:      linux-fsdevel@vger.kernel.org
4630 S:      Orphan
4631 F:      Documentation/filesystems/hfsplus.txt
4632 F:      fs/hfsplus/
4633
4634 HGA FRAMEBUFFER DRIVER
4635 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4636 L:      linux-nvidia@lists.surfsouth.com
4637 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4638 S:      Maintained
4639 F:      drivers/video/fbdev/hgafb.c
4640
4641 HIBERNATION (aka Software Suspend, aka swsusp)
4642 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4643 M:      Pavel Machek <pavel@ucw.cz>
4644 L:      linux-pm@vger.kernel.org
4645 S:      Supported
4646 F:      arch/x86/power/
4647 F:      drivers/base/power/
4648 F:      kernel/power/
4649 F:      include/linux/suspend.h
4650 F:      include/linux/freezer.h
4651 F:      include/linux/pm.h
4652 F:      arch/*/include/asm/suspend*.h
4653
4654 HID CORE LAYER
4655 M:      Jiri Kosina <jkosina@suse.cz>
4656 L:      linux-input@vger.kernel.org
4657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4658 S:      Maintained
4659 F:      drivers/hid/
4660 F:      include/linux/hid*
4661 F:      include/uapi/linux/hid*
4662
4663 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4664 M:      Thomas Gleixner <tglx@linutronix.de>
4665 L:      linux-kernel@vger.kernel.org
4666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4667 S:      Maintained
4668 F:      Documentation/timers/
4669 F:      kernel/time/hrtimer.c
4670 F:      kernel/time/clockevents.c
4671 F:      kernel/time/tick*.*
4672 F:      kernel/time/timer_*.c
4673 F:      include/linux/clockchips.h
4674 F:      include/linux/hrtimer.h
4675
4676 HIGH-SPEED SCC DRIVER FOR AX.25
4677 L:      linux-hams@vger.kernel.org
4678 S:      Orphan
4679 F:      drivers/net/hamradio/dmascc.c
4680 F:      drivers/net/hamradio/scc.c
4681
4682 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4683 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4684 W:      http://www.highpoint-tech.com
4685 S:      Supported
4686 F:      Documentation/scsi/hptiop.txt
4687 F:      drivers/scsi/hptiop.c
4688
4689 HIPPI
4690 M:      Jes Sorensen <jes@trained-monkey.org>
4691 L:      linux-hippi@sunsite.dk
4692 S:      Maintained
4693 F:      include/linux/hippidevice.h
4694 F:      include/uapi/linux/if_hippi.h
4695 F:      net/802/hippi.c
4696 F:      drivers/net/hippi/
4697
4698 HOST AP DRIVER
4699 M:      Jouni Malinen <j@w1.fi>
4700 L:      hostap@shmoo.com (subscribers-only)
4701 L:      linux-wireless@vger.kernel.org
4702 W:      http://hostap.epitest.fi/
4703 S:      Maintained
4704 F:      drivers/net/wireless/hostap/
4705
4706 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4707 L:      platform-driver-x86@vger.kernel.org
4708 S:      Orphan
4709 F:      drivers/platform/x86/tc1100-wmi.c
4710
4711 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4712 M:      Jaroslav Kysela <perex@perex.cz>
4713 S:      Maintained
4714 F:      drivers/net/ethernet/hp/hp100.*
4715
4716 HPET:   High Precision Event Timers driver
4717 M:      Clemens Ladisch <clemens@ladisch.de>
4718 S:      Maintained
4719 F:      Documentation/timers/hpet.txt
4720 F:      drivers/char/hpet.c
4721 F:      include/linux/hpet.h
4722 F:      include/uapi/linux/hpet.h
4723
4724 HPET:   x86
4725 S:      Orphan
4726 F:      arch/x86/kernel/hpet.c
4727 F:      arch/x86/include/asm/hpet.h
4728
4729 HPFS FILESYSTEM
4730 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4731 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4732 S:      Maintained
4733 F:      fs/hpfs/
4734
4735 HSI SUBSYSTEM
4736 M:      Sebastian Reichel <sre@kernel.org>
4737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4738 S:      Maintained
4739 F:      Documentation/ABI/testing/sysfs-bus-hsi
4740 F:      Documentation/hsi.txt
4741 F:      drivers/hsi/
4742 F:      include/linux/hsi/
4743 F:      include/uapi/linux/hsi/
4744
4745 HSO 3G MODEM DRIVER
4746 M:      Jan Dumon <j.dumon@option.com>
4747 W:      http://www.pharscape.org
4748 S:      Maintained
4749 F:      drivers/net/usb/hso.c
4750
4751 HSR NETWORK PROTOCOL
4752 M:      Arvid Brodin <arvid.brodin@alten.se>
4753 L:      netdev@vger.kernel.org
4754 S:      Maintained
4755 F:      net/hsr/
4756
4757 HTCPEN TOUCHSCREEN DRIVER
4758 M:      Pau Oliva Fora <pof@eslack.org>
4759 L:      linux-input@vger.kernel.org
4760 S:      Maintained
4761 F:      drivers/input/touchscreen/htcpen.c
4762
4763 HUGETLB FILESYSTEM
4764 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4765 S:      Maintained
4766 F:      fs/hugetlbfs/
4767
4768 Hyper-V CORE AND DRIVERS
4769 M:      K. Y. Srinivasan <kys@microsoft.com>
4770 M:      Haiyang Zhang <haiyangz@microsoft.com>
4771 L:      devel@linuxdriverproject.org
4772 S:      Maintained
4773 F:      arch/x86/include/asm/mshyperv.h
4774 F:      arch/x86/include/uapi/asm/hyperv.h
4775 F:      arch/x86/kernel/cpu/mshyperv.c
4776 F:      drivers/hid/hid-hyperv.c
4777 F:      drivers/hv/
4778 F:      drivers/input/serio/hyperv-keyboard.c
4779 F:      drivers/net/hyperv/
4780 F:      drivers/scsi/storvsc_drv.c
4781 F:      drivers/video/fbdev/hyperv_fb.c
4782 F:      include/linux/hyperv.h
4783 F:      tools/hv/
4784
4785 I2C OVER PARALLEL PORT
4786 M:      Jean Delvare <jdelvare@suse.de>
4787 L:      linux-i2c@vger.kernel.org
4788 S:      Maintained
4789 F:      Documentation/i2c/busses/i2c-parport
4790 F:      Documentation/i2c/busses/i2c-parport-light
4791 F:      drivers/i2c/busses/i2c-parport.c
4792 F:      drivers/i2c/busses/i2c-parport-light.c
4793
4794 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4795 M:      Jean Delvare <jdelvare@suse.de>
4796 L:      linux-i2c@vger.kernel.org
4797 S:      Maintained
4798 F:      Documentation/i2c/busses/i2c-ali1535
4799 F:      Documentation/i2c/busses/i2c-ali1563
4800 F:      Documentation/i2c/busses/i2c-ali15x3
4801 F:      Documentation/i2c/busses/i2c-amd756
4802 F:      Documentation/i2c/busses/i2c-amd8111
4803 F:      Documentation/i2c/busses/i2c-i801
4804 F:      Documentation/i2c/busses/i2c-nforce2
4805 F:      Documentation/i2c/busses/i2c-piix4
4806 F:      Documentation/i2c/busses/i2c-sis5595
4807 F:      Documentation/i2c/busses/i2c-sis630
4808 F:      Documentation/i2c/busses/i2c-sis96x
4809 F:      Documentation/i2c/busses/i2c-via
4810 F:      Documentation/i2c/busses/i2c-viapro
4811 F:      drivers/i2c/busses/i2c-ali1535.c
4812 F:      drivers/i2c/busses/i2c-ali1563.c
4813 F:      drivers/i2c/busses/i2c-ali15x3.c
4814 F:      drivers/i2c/busses/i2c-amd756.c
4815 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4816 F:      drivers/i2c/busses/i2c-amd8111.c
4817 F:      drivers/i2c/busses/i2c-i801.c
4818 F:      drivers/i2c/busses/i2c-isch.c
4819 F:      drivers/i2c/busses/i2c-nforce2.c
4820 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4821 F:      drivers/i2c/busses/i2c-piix4.c
4822 F:      drivers/i2c/busses/i2c-sis5595.c
4823 F:      drivers/i2c/busses/i2c-sis630.c
4824 F:      drivers/i2c/busses/i2c-sis96x.c
4825 F:      drivers/i2c/busses/i2c-via.c
4826 F:      drivers/i2c/busses/i2c-viapro.c
4827
4828 I2C/SMBUS ISMT DRIVER
4829 M:      Seth Heasley <seth.heasley@intel.com>
4830 M:      Neil Horman <nhorman@tuxdriver.com>
4831 L:      linux-i2c@vger.kernel.org
4832 F:      drivers/i2c/busses/i2c-ismt.c
4833 F:      Documentation/i2c/busses/i2c-ismt
4834
4835 I2C/SMBUS STUB DRIVER
4836 M:      Jean Delvare <jdelvare@suse.de>
4837 L:      linux-i2c@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/i2c/i2c-stub.c
4840
4841 I2C SUBSYSTEM
4842 M:      Wolfram Sang <wsa@the-dreams.de>
4843 L:      linux-i2c@vger.kernel.org
4844 W:      https://i2c.wiki.kernel.org/
4845 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4847 S:      Maintained
4848 F:      Documentation/devicetree/bindings/i2c/
4849 F:      Documentation/i2c/
4850 F:      drivers/i2c/
4851 F:      include/linux/i2c.h
4852 F:      include/linux/i2c-*.h
4853 F:      include/uapi/linux/i2c.h
4854 F:      include/uapi/linux/i2c-*.h
4855
4856 I2C ACPI SUPPORT
4857 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4858 L:      linux-i2c@vger.kernel.org
4859 L:      linux-acpi@vger.kernel.org
4860 S:      Maintained
4861
4862 I2C-TAOS-EVM DRIVER
4863 M:      Jean Delvare <jdelvare@suse.de>
4864 L:      linux-i2c@vger.kernel.org
4865 S:      Maintained
4866 F:      Documentation/i2c/busses/i2c-taos-evm
4867 F:      drivers/i2c/busses/i2c-taos-evm.c
4868
4869 I2C-TINY-USB DRIVER
4870 M:      Till Harbaum <till@harbaum.org>
4871 L:      linux-i2c@vger.kernel.org
4872 W:      http://www.harbaum.org/till/i2c_tiny_usb
4873 S:      Maintained
4874 F:      drivers/i2c/busses/i2c-tiny-usb.c
4875
4876 i386 BOOT CODE
4877 M:      "H. Peter Anvin" <hpa@zytor.com>
4878 S:      Maintained
4879 F:      arch/x86/boot/
4880
4881 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4882 M:      "H. Peter Anvin" <hpa@zytor.com>
4883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4884 S:      Maintained
4885
4886 IA64 (Itanium) PLATFORM
4887 M:      Tony Luck <tony.luck@intel.com>
4888 M:      Fenghua Yu <fenghua.yu@intel.com>
4889 L:      linux-ia64@vger.kernel.org
4890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4891 S:      Maintained
4892 F:      arch/ia64/
4893
4894 IBM Power in-Nest Crypto Acceleration
4895 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4896 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4897 L:      linux-crypto@vger.kernel.org
4898 S:      Supported
4899 F:      drivers/crypto/nx/
4900
4901 IBM Power 842 compression accelerator
4902 M:      Dan Streetman <ddstreet@us.ibm.com>
4903 S:      Supported
4904 F:      drivers/crypto/nx/nx-842.c
4905 F:      include/linux/nx842.h
4906
4907 IBM Power Linux RAID adapter
4908 M:      Brian King <brking@us.ibm.com>
4909 S:      Supported
4910 F:      drivers/scsi/ipr.*
4911
4912 IBM Power Virtual Ethernet Device Driver
4913 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4914 L:      netdev@vger.kernel.org
4915 S:      Supported
4916 F:      drivers/net/ethernet/ibm/ibmveth.*
4917
4918 IBM Power Virtual SCSI Device Drivers
4919 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4920 L:      linux-scsi@vger.kernel.org
4921 S:      Supported
4922 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4923 F:      drivers/scsi/ibmvscsi/viosrp.h
4924
4925 IBM Power Virtual FC Device Drivers
4926 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4927 L:      linux-scsi@vger.kernel.org
4928 S:      Supported
4929 F:      drivers/scsi/ibmvscsi/ibmvfc*
4930
4931 IBM ServeRAID RAID DRIVER
4932 S:      Orphan
4933 F:      drivers/scsi/ips.*
4934
4935 ICH LPC AND GPIO DRIVER
4936 M:      Peter Tyser <ptyser@xes-inc.com>
4937 S:      Maintained
4938 F:      drivers/mfd/lpc_ich.c
4939 F:      drivers/gpio/gpio-ich.c
4940
4941 IDE SUBSYSTEM
4942 M:      "David S. Miller" <davem@davemloft.net>
4943 L:      linux-ide@vger.kernel.org
4944 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4946 S:      Maintained
4947 F:      Documentation/ide/
4948 F:      drivers/ide/
4949 F:      include/linux/ide.h
4950
4951 IDEAPAD LAPTOP EXTRAS DRIVER
4952 M:      Ike Panhc <ike.pan@canonical.com>
4953 L:      platform-driver-x86@vger.kernel.org
4954 W:      http://launchpad.net/ideapad-laptop
4955 S:      Maintained
4956 F:      drivers/platform/x86/ideapad-laptop.c
4957
4958 IDEAPAD LAPTOP SLIDEBAR DRIVER
4959 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4960 L:      linux-input@vger.kernel.org
4961 W:      https://github.com/o2genum/ideapad-slidebar
4962 S:      Maintained
4963 F:      drivers/input/misc/ideapad_slidebar.c
4964
4965 IDE/ATAPI DRIVERS
4966 M:      Borislav Petkov <bp@alien8.de>
4967 L:      linux-ide@vger.kernel.org
4968 S:      Maintained
4969 F:      Documentation/cdrom/ide-cd
4970 F:      drivers/ide/ide-cd*
4971
4972 IDLE-I7300
4973 M:      Andy Henroid <andrew.d.henroid@intel.com>
4974 L:      linux-pm@vger.kernel.org
4975 S:      Supported
4976 F:      drivers/idle/i7300_idle.c
4977
4978 IEEE 802.15.4 SUBSYSTEM
4979 M:      Alexander Aring <alex.aring@gmail.com>
4980 L:      linux-wpan@vger.kernel.org
4981 W:      https://github.com/linux-wpan
4982 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4983 S:      Maintained
4984 F:      net/ieee802154/
4985 F:      net/mac802154/
4986 F:      drivers/net/ieee802154/
4987 F:      include/linux/nl802154.h
4988 F:      include/linux/ieee802154.h
4989 F:      include/net/nl802154.h
4990 F:      include/net/mac802154.h
4991 F:      include/net/af_ieee802154.h
4992 F:      include/net/cfg802154.h
4993 F:      include/net/ieee802154_netdev.h
4994 F:      Documentation/networking/ieee802154.txt
4995
4996 IGORPLUG-USB IR RECEIVER
4997 M:      Sean Young <sean@mess.org>
4998 L:      linux-media@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/media/rc/igorplugusb.c
5001
5002 IGUANAWORKS USB IR TRANSCEIVER
5003 M:      Sean Young <sean@mess.org>
5004 L:      linux-media@vger.kernel.org
5005 S:      Maintained
5006 F:      drivers/media/rc/iguanair.c
5007
5008 IIO SUBSYSTEM AND DRIVERS
5009 M:      Jonathan Cameron <jic23@kernel.org>
5010 R:      Hartmut Knaack <knaack.h@gmx.de>
5011 R:      Lars-Peter Clausen <lars@metafoo.de>
5012 R:      Peter Meerwald <pmeerw@pmeerw.net>
5013 L:      linux-iio@vger.kernel.org
5014 S:      Maintained
5015 F:      drivers/iio/
5016 F:      drivers/staging/iio/
5017 F:      include/linux/iio/
5018 F:      tools/iio/
5019
5020 IKANOS/ADI EAGLE ADSL USB DRIVER
5021 M:      Matthieu Castet <castet.matthieu@free.fr>
5022 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5023 S:      Maintained
5024 F:      drivers/usb/atm/ueagle-atm.c
5025
5026 INA209 HARDWARE MONITOR DRIVER
5027 M:      Guenter Roeck <linux@roeck-us.net>
5028 L:      lm-sensors@lm-sensors.org
5029 S:      Maintained
5030 F:      Documentation/hwmon/ina209
5031 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5032 F:      drivers/hwmon/ina209.c
5033
5034 INA2XX HARDWARE MONITOR DRIVER
5035 M:      Guenter Roeck <linux@roeck-us.net>
5036 L:      lm-sensors@lm-sensors.org
5037 S:      Maintained
5038 F:      Documentation/hwmon/ina2xx
5039 F:      drivers/hwmon/ina2xx.c
5040 F:      include/linux/platform_data/ina2xx.h
5041
5042 INDUSTRY PACK SUBSYSTEM (IPACK)
5043 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5044 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5045 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5046 L:      industrypack-devel@lists.sourceforge.net
5047 W:      http://industrypack.sourceforge.net
5048 S:      Maintained
5049 F:      drivers/ipack/
5050
5051 INGENIC JZ4780 DMA Driver
5052 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5053 S:      Maintained
5054 F:      drivers/dma/dma-jz4780.c
5055
5056 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5057 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5058 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5059 L:      linux-ima-devel@lists.sourceforge.net
5060 L:      linux-ima-user@lists.sourceforge.net
5061 L:      linux-security-module@vger.kernel.org
5062 S:      Supported
5063 F:      security/integrity/ima/
5064
5065 IMGTEC IR DECODER DRIVER
5066 M:      James Hogan <james.hogan@imgtec.com>
5067 S:      Maintained
5068 F:      drivers/media/rc/img-ir/
5069
5070 IMS TWINTURBO FRAMEBUFFER DRIVER
5071 L:      linux-fbdev@vger.kernel.org
5072 S:      Orphan
5073 F:      drivers/video/fbdev/imsttfb.c
5074
5075 INFINIBAND SUBSYSTEM
5076 M:      Doug Ledford <dledford@redhat.com>
5077 M:      Sean Hefty <sean.hefty@intel.com>
5078 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5079 L:      linux-rdma@vger.kernel.org
5080 W:      http://www.openfabrics.org/
5081 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5083 S:      Supported
5084 F:      Documentation/infiniband/
5085 F:      drivers/infiniband/
5086 F:      include/uapi/linux/if_infiniband.h
5087 F:      include/uapi/rdma/
5088 F:      include/rdma/
5089
5090 INOTIFY
5091 M:      John McCutchan <john@johnmccutchan.com>
5092 M:      Robert Love <rlove@rlove.org>
5093 M:      Eric Paris <eparis@parisplace.org>
5094 S:      Maintained
5095 F:      Documentation/filesystems/inotify.txt
5096 F:      fs/notify/inotify/
5097 F:      include/linux/inotify.h
5098 F:      include/uapi/linux/inotify.h
5099
5100 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5101 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5102 L:      linux-input@vger.kernel.org
5103 Q:      http://patchwork.kernel.org/project/linux-input/list/
5104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5105 S:      Maintained
5106 F:      drivers/input/
5107 F:      include/linux/input.h
5108 F:      include/uapi/linux/input.h
5109 F:      include/linux/input/
5110
5111 INPUT MULTITOUCH (MT) PROTOCOL
5112 M:      Henrik Rydberg <rydberg@bitmath.org>
5113 L:      linux-input@vger.kernel.org
5114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5115 S:      Odd fixes
5116 F:      Documentation/input/multi-touch-protocol.txt
5117 F:      drivers/input/input-mt.c
5118 K:      \b(ABS|SYN)_MT_
5119
5120 INTEL ASoC BDW/HSW DRIVERS
5121 M:      Jie Yang <yang.jie@linux.intel.com>
5122 L:      alsa-devel@alsa-project.org
5123 S:      Supported
5124 F:      sound/soc/intel/sst-haswell*
5125 F:      sound/soc/intel/sst-dsp*
5126 F:      sound/soc/intel/sst-firmware.c
5127 F:      sound/soc/intel/broadwell.c
5128 F:      sound/soc/intel/haswell.c
5129
5130 INTEL C600 SERIES SAS CONTROLLER DRIVER
5131 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5132 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5133 L:      linux-scsi@vger.kernel.org
5134 T:      git git://git.code.sf.net/p/intel-sas/isci
5135 S:      Supported
5136 F:      drivers/scsi/isci/
5137
5138 INTEL IDLE DRIVER
5139 M:      Len Brown <lenb@kernel.org>
5140 L:      linux-pm@vger.kernel.org
5141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5142 S:      Supported
5143 F:      drivers/idle/intel_idle.c
5144
5145 INTEL PSTATE DRIVER
5146 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5147 L:      linux-pm@vger.kernel.org
5148 S:      Supported
5149 F:      drivers/cpufreq/intel_pstate.c
5150
5151 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5152 M:      Maik Broemme <mbroemme@plusserver.de>
5153 L:      linux-fbdev@vger.kernel.org
5154 S:      Maintained
5155 F:      Documentation/fb/intelfb.txt
5156 F:      drivers/video/fbdev/intelfb/
5157
5158 INTEL 810/815 FRAMEBUFFER DRIVER
5159 M:      Antonino Daplas <adaplas@gmail.com>
5160 L:      linux-fbdev@vger.kernel.org
5161 S:      Maintained
5162 F:      drivers/video/fbdev/i810/
5163
5164 INTEL MENLOW THERMAL DRIVER
5165 M:      Sujith Thomas <sujith.thomas@intel.com>
5166 L:      platform-driver-x86@vger.kernel.org
5167 W:      https://01.org/linux-acpi
5168 S:      Supported
5169 F:      drivers/platform/x86/intel_menlow.c
5170
5171 INTEL IA32 MICROCODE UPDATE SUPPORT
5172 M:      Borislav Petkov <bp@alien8.de>
5173 S:      Maintained
5174 F:      arch/x86/kernel/cpu/microcode/core*
5175 F:      arch/x86/kernel/cpu/microcode/intel*
5176
5177 INTEL I/OAT DMA DRIVER
5178 M:      Dave Jiang <dave.jiang@intel.com>
5179 R:      Dan Williams <dan.j.williams@intel.com>
5180 L:      dmaengine@vger.kernel.org
5181 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5182 S:      Supported
5183 F:      drivers/dma/ioat*
5184
5185 INTEL IOMMU (VT-d)
5186 M:      David Woodhouse <dwmw2@infradead.org>
5187 L:      iommu@lists.linux-foundation.org
5188 T:      git git://git.infradead.org/iommu-2.6.git
5189 S:      Supported
5190 F:      drivers/iommu/intel-iommu.c
5191 F:      include/linux/intel-iommu.h
5192
5193 INTEL IOP-ADMA DMA DRIVER
5194 R:      Dan Williams <dan.j.williams@intel.com>
5195 S:      Odd fixes
5196 F:      drivers/dma/iop-adma.c
5197
5198 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5199 M:      Krzysztof Halasa <khalasa@piap.pl>
5200 S:      Maintained
5201 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5202 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5203 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5204 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5205 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5206 F:      drivers/net/wan/ixp4xx_hss.c
5207
5208 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5209 M:      Deepak Saxena <dsaxena@plexity.net>
5210 S:      Maintained
5211 F:      drivers/char/hw_random/ixp4xx-rng.c
5212
5213 INTEL ETHERNET DRIVERS
5214 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5215 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5216 R:      Shannon Nelson <shannon.nelson@intel.com>
5217 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5218 R:      Don Skidmore <donald.c.skidmore@intel.com>
5219 R:      Matthew Vick <matthew.vick@intel.com>
5220 R:      John Ronciak <john.ronciak@intel.com>
5221 R:      Mitch Williams <mitch.a.williams@intel.com>
5222 L:      intel-wired-lan@lists.osuosl.org
5223 W:      http://www.intel.com/support/feedback.htm
5224 W:      http://e1000.sourceforge.net/
5225 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5228 S:      Supported
5229 F:      Documentation/networking/e100.txt
5230 F:      Documentation/networking/e1000.txt
5231 F:      Documentation/networking/e1000e.txt
5232 F:      Documentation/networking/igb.txt
5233 F:      Documentation/networking/igbvf.txt
5234 F:      Documentation/networking/ixgb.txt
5235 F:      Documentation/networking/ixgbe.txt
5236 F:      Documentation/networking/ixgbevf.txt
5237 F:      Documentation/networking/i40e.txt
5238 F:      Documentation/networking/i40evf.txt
5239 F:      drivers/net/ethernet/intel/
5240 F:      drivers/net/ethernet/intel/*/
5241
5242 INTEL-MID GPIO DRIVER
5243 M:      David Cohen <david.a.cohen@linux.intel.com>
5244 L:      linux-gpio@vger.kernel.org
5245 S:      Maintained
5246 F:      drivers/gpio/gpio-intel-mid.c
5247
5248 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5249 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5250 L:      linux-wireless@vger.kernel.org
5251 S:      Maintained
5252 F:      Documentation/networking/README.ipw2100
5253 F:      Documentation/networking/README.ipw2200
5254 F:      drivers/net/wireless/ipw2x00/
5255
5256 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5257 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5258 M:      Gang Wei <gang.wei@intel.com>
5259 M:      Shane Wang <shane.wang@intel.com>
5260 L:      tboot-devel@lists.sourceforge.net
5261 W:      http://tboot.sourceforge.net
5262 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5263 S:      Supported
5264 F:      Documentation/intel_txt.txt
5265 F:      include/linux/tboot.h
5266 F:      arch/x86/kernel/tboot.c
5267
5268 INTEL WIRELESS WIMAX CONNECTION 2400
5269 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5270 M:      linux-wimax@intel.com
5271 L:      wimax@linuxwimax.org (subscribers-only)
5272 S:      Supported
5273 W:      http://linuxwimax.org
5274 F:      Documentation/wimax/README.i2400m
5275 F:      drivers/net/wimax/i2400m/
5276 F:      include/uapi/linux/wimax/i2400m.h
5277
5278 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5279 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5280 L:      linux-wireless@vger.kernel.org
5281 S:      Supported
5282 F:      drivers/net/wireless/iwlegacy/
5283
5284 INTEL WIRELESS WIFI LINK (iwlwifi)
5285 M:      Johannes Berg <johannes.berg@intel.com>
5286 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5287 M:      Intel Linux Wireless <ilw@linux.intel.com>
5288 L:      linux-wireless@vger.kernel.org
5289 W:      http://intellinuxwireless.org
5290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5291 S:      Supported
5292 F:      drivers/net/wireless/iwlwifi/
5293
5294 INTEL MANAGEMENT ENGINE (mei)
5295 M:      Tomas Winkler <tomas.winkler@intel.com>
5296 L:      linux-kernel@vger.kernel.org
5297 S:      Supported
5298 F:      include/uapi/linux/mei.h
5299 F:      drivers/misc/mei/*
5300 F:      Documentation/misc-devices/mei/*
5301
5302 IOC3 ETHERNET DRIVER
5303 M:      Ralf Baechle <ralf@linux-mips.org>
5304 L:      linux-mips@linux-mips.org
5305 S:      Maintained
5306 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5307
5308 IOC3 SERIAL DRIVER
5309 M:      Pat Gefre <pfg@sgi.com>
5310 L:      linux-serial@vger.kernel.org
5311 S:      Maintained
5312 F:      drivers/tty/serial/ioc3_serial.c
5313
5314 IOMMU DRIVERS
5315 M:      Joerg Roedel <joro@8bytes.org>
5316 L:      iommu@lists.linux-foundation.org
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5318 S:      Maintained
5319 F:      drivers/iommu/
5320
5321 IP MASQUERADING
5322 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5323 S:      Maintained
5324 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5325
5326 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5327 M:      Francois Romieu <romieu@fr.zoreil.com>
5328 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5329 L:      netdev@vger.kernel.org
5330 S:      Maintained
5331 F:      drivers/net/ethernet/icplus/ipg.*
5332
5333 IPATH DRIVER
5334 M:      Mike Marciniszyn <infinipath@intel.com>
5335 L:      linux-rdma@vger.kernel.org
5336 S:      Maintained
5337 F:      drivers/infiniband/hw/ipath/
5338
5339 IPMI SUBSYSTEM
5340 M:      Corey Minyard <minyard@acm.org>
5341 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5342 W:      http://openipmi.sourceforge.net/
5343 S:      Supported
5344 F:      Documentation/IPMI.txt
5345 F:      drivers/char/ipmi/
5346 F:      include/linux/ipmi*
5347 F:      include/uapi/linux/ipmi*
5348
5349 QCOM AUDIO (ASoC) DRIVERS
5350 M:      Patrick Lai <plai@codeaurora.org>
5351 M:      Banajit Goswami <bgoswami@codeaurora.org>
5352 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5353 S:      Supported
5354 F:      sound/soc/qcom/
5355
5356 IPS SCSI RAID DRIVER
5357 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5358 L:      linux-scsi@vger.kernel.org
5359 W:      http://www.adaptec.com/
5360 S:      Maintained
5361 F:      drivers/scsi/ips*
5362
5363 IPVS
5364 M:      Wensong Zhang <wensong@linux-vs.org>
5365 M:      Simon Horman <horms@verge.net.au>
5366 M:      Julian Anastasov <ja@ssi.bg>
5367 L:      netdev@vger.kernel.org
5368 L:      lvs-devel@vger.kernel.org
5369 S:      Maintained
5370 F:      Documentation/networking/ipvs-sysctl.txt
5371 F:      include/net/ip_vs.h
5372 F:      include/uapi/linux/ip_vs.h
5373 F:      net/netfilter/ipvs/
5374
5375 IPWIRELESS DRIVER
5376 M:      Jiri Kosina <jkosina@suse.cz>
5377 M:      David Sterba <dsterba@suse.cz>
5378 S:      Odd Fixes
5379 F:      drivers/tty/ipwireless/
5380
5381 IPX NETWORK LAYER
5382 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5383 L:      netdev@vger.kernel.org
5384 S:      Maintained
5385 F:      include/net/ipx.h
5386 F:      include/uapi/linux/ipx.h
5387 F:      net/ipx/
5388
5389 IRDA SUBSYSTEM
5390 M:      Samuel Ortiz <samuel@sortiz.org>
5391 L:      irda-users@lists.sourceforge.net (subscribers-only)
5392 L:      netdev@vger.kernel.org
5393 W:      http://irda.sourceforge.net/
5394 S:      Maintained
5395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5396 F:      Documentation/networking/irda.txt
5397 F:      drivers/net/irda/
5398 F:      include/net/irda/
5399 F:      net/irda/
5400
5401 IRQ SUBSYSTEM
5402 M:      Thomas Gleixner <tglx@linutronix.de>
5403 L:      linux-kernel@vger.kernel.org
5404 S:      Maintained
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5406 F:      kernel/irq/
5407
5408 IRQCHIP DRIVERS
5409 M:      Thomas Gleixner <tglx@linutronix.de>
5410 M:      Jason Cooper <jason@lakedaemon.net>
5411 L:      linux-kernel@vger.kernel.org
5412 S:      Maintained
5413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5414 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5415 F:      Documentation/devicetree/bindings/interrupt-controller/
5416 F:      drivers/irqchip/
5417
5418 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5419 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5420 S:      Maintained
5421 F:      Documentation/IRQ-domain.txt
5422 F:      include/linux/irqdomain.h
5423 F:      kernel/irq/irqdomain.c
5424
5425 ISAPNP
5426 M:      Jaroslav Kysela <perex@perex.cz>
5427 S:      Maintained
5428 F:      Documentation/isapnp.txt
5429 F:      drivers/pnp/isapnp/
5430 F:      include/linux/isapnp.h
5431
5432 ISA RADIO MODULE
5433 M:      Hans Verkuil <hverkuil@xs4all.nl>
5434 L:      linux-media@vger.kernel.org
5435 T:      git git://linuxtv.org/media_tree.git
5436 W:      http://linuxtv.org
5437 S:      Maintained
5438 F:      drivers/media/radio/radio-isa*
5439
5440 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5441 M:      Peter Jones <pjones@redhat.com>
5442 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5443 S:      Maintained
5444 F:      drivers/firmware/iscsi_ibft*
5445
5446 ISCSI
5447 M:      Mike Christie <michaelc@cs.wisc.edu>
5448 L:      open-iscsi@googlegroups.com
5449 W:      www.open-iscsi.org
5450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5451 S:      Maintained
5452 F:      drivers/scsi/*iscsi*
5453 F:      include/scsi/*iscsi*
5454
5455 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5456 M:      Or Gerlitz <ogerlitz@mellanox.com>
5457 M:      Sagi Grimberg <sagig@mellanox.com>
5458 M:      Roi Dayan <roid@mellanox.com>
5459 L:      linux-rdma@vger.kernel.org
5460 S:      Supported
5461 W:      http://www.openfabrics.org
5462 W:      www.open-iscsi.org
5463 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5464 F:      drivers/infiniband/ulp/iser/
5465
5466 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5467 M:      Sagi Grimberg <sagig@mellanox.com>
5468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5469 L:      linux-rdma@vger.kernel.org
5470 L:      target-devel@vger.kernel.org
5471 S:      Supported
5472 W:      http://www.linux-iscsi.org
5473 F:      drivers/infiniband/ulp/isert
5474
5475 ISDN SUBSYSTEM
5476 M:      Karsten Keil <isdn@linux-pingi.de>
5477 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5478 L:      netdev@vger.kernel.org
5479 W:      http://www.isdn4linux.de
5480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5481 S:      Maintained
5482 F:      Documentation/isdn/
5483 F:      drivers/isdn/
5484 F:      include/linux/isdn.h
5485 F:      include/linux/isdn/
5486 F:      include/uapi/linux/isdn.h
5487 F:      include/uapi/linux/isdn/
5488
5489 ISDN SUBSYSTEM (Eicon active card driver)
5490 M:      Armin Schindler <mac@melware.de>
5491 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5492 W:      http://www.melware.de
5493 S:      Maintained
5494 F:      drivers/isdn/hardware/eicon/
5495
5496 IT87 HARDWARE MONITORING DRIVER
5497 M:      Jean Delvare <jdelvare@suse.de>
5498 L:      lm-sensors@lm-sensors.org
5499 S:      Maintained
5500 F:      Documentation/hwmon/it87
5501 F:      drivers/hwmon/it87.c
5502
5503 IT913X MEDIA DRIVER
5504 M:      Antti Palosaari <crope@iki.fi>
5505 L:      linux-media@vger.kernel.org
5506 W:      http://linuxtv.org/
5507 W:      http://palosaari.fi/linux/
5508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5509 T:      git git://linuxtv.org/anttip/media_tree.git
5510 S:      Maintained
5511 F:      drivers/media/tuners/it913x*
5512
5513 IVTV VIDEO4LINUX DRIVER
5514 M:      Andy Walls <awalls@md.metrocast.net>
5515 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5516 L:      linux-media@vger.kernel.org
5517 T:      git git://linuxtv.org/media_tree.git
5518 W:      http://www.ivtvdriver.org
5519 S:      Maintained
5520 F:      Documentation/video4linux/*.ivtv
5521 F:      drivers/media/pci/ivtv/
5522 F:      include/uapi/linux/ivtv*
5523
5524 IX2505V MEDIA DRIVER
5525 M:      Malcolm Priestley <tvboxspy@gmail.com>
5526 L:      linux-media@vger.kernel.org
5527 W:      http://linuxtv.org/
5528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5529 S:      Maintained
5530 F:      drivers/media/dvb-frontends/ix2505v*
5531
5532 JC42.4 TEMPERATURE SENSOR DRIVER
5533 M:      Guenter Roeck <linux@roeck-us.net>
5534 L:      lm-sensors@lm-sensors.org
5535 S:      Maintained
5536 F:      drivers/hwmon/jc42.c
5537 F:      Documentation/hwmon/jc42
5538
5539 JFS FILESYSTEM
5540 M:      Dave Kleikamp <shaggy@kernel.org>
5541 L:      jfs-discussion@lists.sourceforge.net
5542 W:      http://jfs.sourceforge.net/
5543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5544 S:      Maintained
5545 F:      Documentation/filesystems/jfs.txt
5546 F:      fs/jfs/
5547
5548 JME NETWORK DRIVER
5549 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5550 L:      netdev@vger.kernel.org
5551 S:      Maintained
5552 F:      drivers/net/ethernet/jme.*
5553
5554 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5555 M:      David Woodhouse <dwmw2@infradead.org>
5556 L:      linux-mtd@lists.infradead.org
5557 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5558 S:      Maintained
5559 F:      fs/jffs2/
5560 F:      include/uapi/linux/jffs2.h
5561
5562 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5563 M:      Andrew Morton <akpm@linux-foundation.org>
5564 M:      Jan Kara <jack@suse.cz>
5565 L:      linux-ext4@vger.kernel.org
5566 S:      Maintained
5567 F:      fs/jbd/
5568 F:      include/linux/jbd.h
5569
5570 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5571 M:      "Theodore Ts'o" <tytso@mit.edu>
5572 L:      linux-ext4@vger.kernel.org
5573 S:      Maintained
5574 F:      fs/jbd2/
5575 F:      include/linux/jbd2.h
5576
5577 JSM Neo PCI based serial card
5578 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5579 L:      linux-serial@vger.kernel.org
5580 S:      Maintained
5581 F:      drivers/tty/serial/jsm/
5582
5583 K10TEMP HARDWARE MONITORING DRIVER
5584 M:      Clemens Ladisch <clemens@ladisch.de>
5585 L:      lm-sensors@lm-sensors.org
5586 S:      Maintained
5587 F:      Documentation/hwmon/k10temp
5588 F:      drivers/hwmon/k10temp.c
5589
5590 K8TEMP HARDWARE MONITORING DRIVER
5591 M:      Rudolf Marek <r.marek@assembler.cz>
5592 L:      lm-sensors@lm-sensors.org
5593 S:      Maintained
5594 F:      Documentation/hwmon/k8temp
5595 F:      drivers/hwmon/k8temp.c
5596
5597 KCONFIG
5598 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5599 L:      linux-kbuild@vger.kernel.org
5600 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5601 S:      Maintained
5602 F:      Documentation/kbuild/kconfig-language.txt
5603 F:      scripts/kconfig/
5604
5605 KDUMP
5606 M:      Vivek Goyal <vgoyal@redhat.com>
5607 M:      Haren Myneni <hbabu@us.ibm.com>
5608 L:      kexec@lists.infradead.org
5609 W:      http://lse.sourceforge.net/kdump/
5610 S:      Maintained
5611 F:      Documentation/kdump/
5612
5613 KEENE FM RADIO TRANSMITTER DRIVER
5614 M:      Hans Verkuil <hverkuil@xs4all.nl>
5615 L:      linux-media@vger.kernel.org
5616 T:      git git://linuxtv.org/media_tree.git
5617 W:      http://linuxtv.org
5618 S:      Maintained
5619 F:      drivers/media/radio/radio-keene*
5620
5621 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5622 M:      Ian Kent <raven@themaw.net>
5623 L:      autofs@vger.kernel.org
5624 S:      Maintained
5625 F:      fs/autofs4/
5626
5627 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5628 M:      Michal Marek <mmarek@suse.cz>
5629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5631 L:      linux-kbuild@vger.kernel.org
5632 S:      Maintained
5633 F:      Documentation/kbuild/
5634 F:      Makefile
5635 F:      scripts/Makefile.*
5636 F:      scripts/basic/
5637 F:      scripts/mk*
5638 F:      scripts/package/
5639
5640 KERNEL JANITORS
5641 L:      kernel-janitors@vger.kernel.org
5642 W:      http://kernelnewbies.org/KernelJanitors
5643 S:      Odd Fixes
5644
5645 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5646 M:      "J. Bruce Fields" <bfields@fieldses.org>
5647 L:      linux-nfs@vger.kernel.org
5648 W:      http://nfs.sourceforge.net/
5649 S:      Supported
5650 F:      fs/nfsd/
5651 F:      include/uapi/linux/nfsd/
5652 F:      fs/lockd/
5653 F:      fs/nfs_common/
5654 F:      net/sunrpc/
5655 F:      include/linux/lockd/
5656 F:      include/linux/sunrpc/
5657 F:      include/uapi/linux/sunrpc/
5658
5659 KERNEL SELFTEST FRAMEWORK
5660 M:      Shuah Khan <shuahkh@osg.samsung.com>
5661 L:      linux-api@vger.kernel.org
5662 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5663 S:      Maintained
5664 F:      tools/testing/selftests
5665
5666 KERNEL VIRTUAL MACHINE (KVM)
5667 M:      Gleb Natapov <gleb@kernel.org>
5668 M:      Paolo Bonzini <pbonzini@redhat.com>
5669 L:      kvm@vger.kernel.org
5670 W:      http://www.linux-kvm.org
5671 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5672 S:      Supported
5673 F:      Documentation/*/kvm*.txt
5674 F:      Documentation/virtual/kvm/
5675 F:      arch/*/kvm/
5676 F:      arch/x86/kernel/kvm.c
5677 F:      arch/x86/kernel/kvmclock.c
5678 F:      arch/*/include/asm/kvm*
5679 F:      include/linux/kvm*
5680 F:      include/uapi/linux/kvm*
5681 F:      virt/kvm/
5682
5683 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5684 M:      Joerg Roedel <joro@8bytes.org>
5685 L:      kvm@vger.kernel.org
5686 W:      http://kvm.qumranet.com
5687 S:      Maintained
5688 F:      arch/x86/include/asm/svm.h
5689 F:      arch/x86/kvm/svm.c
5690
5691 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5692 M:      Alexander Graf <agraf@suse.de>
5693 L:      kvm-ppc@vger.kernel.org
5694 W:      http://kvm.qumranet.com
5695 T:      git git://github.com/agraf/linux-2.6.git
5696 S:      Supported
5697 F:      arch/powerpc/include/asm/kvm*
5698 F:      arch/powerpc/kvm/
5699
5700 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5701 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5702 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5703 M:      linux390@de.ibm.com
5704 L:      linux-s390@vger.kernel.org
5705 W:      http://www.ibm.com/developerworks/linux/linux390/
5706 S:      Supported
5707 F:      Documentation/s390/kvm.txt
5708 F:      arch/s390/include/asm/kvm*
5709 F:      arch/s390/kvm/
5710 F:      drivers/s390/kvm/
5711
5712 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5713 M:      Christoffer Dall <christoffer.dall@linaro.org>
5714 M:      Marc Zyngier <marc.zyngier@arm.com>
5715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5716 L:      kvmarm@lists.cs.columbia.edu
5717 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5718 S:      Supported
5719 F:      arch/arm/include/uapi/asm/kvm*
5720 F:      arch/arm/include/asm/kvm*
5721 F:      arch/arm/kvm/
5722 F:      virt/kvm/arm/
5723 F:      include/kvm/arm_*
5724
5725 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5726 M:      Christoffer Dall <christoffer.dall@linaro.org>
5727 M:      Marc Zyngier <marc.zyngier@arm.com>
5728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5729 L:      kvmarm@lists.cs.columbia.edu
5730 S:      Maintained
5731 F:      arch/arm64/include/uapi/asm/kvm*
5732 F:      arch/arm64/include/asm/kvm*
5733 F:      arch/arm64/kvm/
5734
5735 KEXEC
5736 M:      Eric Biederman <ebiederm@xmission.com>
5737 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5738 L:      kexec@lists.infradead.org
5739 S:      Maintained
5740 F:      include/linux/kexec.h
5741 F:      include/uapi/linux/kexec.h
5742 F:      kernel/kexec.c
5743
5744 KEYS/KEYRINGS:
5745 M:      David Howells <dhowells@redhat.com>
5746 L:      keyrings@linux-nfs.org
5747 S:      Maintained
5748 F:      Documentation/security/keys.txt
5749 F:      include/linux/key.h
5750 F:      include/linux/key-type.h
5751 F:      include/keys/
5752 F:      security/keys/
5753
5754 KEYS-TRUSTED
5755 M:      David Safford <safford@us.ibm.com>
5756 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5757 L:      linux-security-module@vger.kernel.org
5758 L:      keyrings@linux-nfs.org
5759 S:      Supported
5760 F:      Documentation/security/keys-trusted-encrypted.txt
5761 F:      include/keys/trusted-type.h
5762 F:      security/keys/trusted.c
5763 F:      security/keys/trusted.h
5764
5765 KEYS-ENCRYPTED
5766 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5767 M:      David Safford <safford@us.ibm.com>
5768 L:      linux-security-module@vger.kernel.org
5769 L:      keyrings@linux-nfs.org
5770 S:      Supported
5771 F:      Documentation/security/keys-trusted-encrypted.txt
5772 F:      include/keys/encrypted-type.h
5773 F:      security/keys/encrypted-keys/
5774
5775 KGDB / KDB /debug_core
5776 M:      Jason Wessel <jason.wessel@windriver.com>
5777 W:      http://kgdb.wiki.kernel.org/
5778 L:      kgdb-bugreport@lists.sourceforge.net
5779 S:      Maintained
5780 F:      Documentation/DocBook/kgdb.tmpl
5781 F:      drivers/misc/kgdbts.c
5782 F:      drivers/tty/serial/kgdboc.c
5783 F:      include/linux/kdb.h
5784 F:      include/linux/kgdb.h
5785 F:      kernel/debug/
5786
5787 KMEMCHECK
5788 M:      Vegard Nossum <vegardno@ifi.uio.no>
5789 M:      Pekka Enberg <penberg@kernel.org>
5790 S:      Maintained
5791 F:      Documentation/kmemcheck.txt
5792 F:      arch/x86/include/asm/kmemcheck.h
5793 F:      arch/x86/mm/kmemcheck/
5794 F:      include/linux/kmemcheck.h
5795 F:      mm/kmemcheck.c
5796
5797 KMEMLEAK
5798 M:      Catalin Marinas <catalin.marinas@arm.com>
5799 S:      Maintained
5800 F:      Documentation/kmemleak.txt
5801 F:      include/linux/kmemleak.h
5802 F:      mm/kmemleak.c
5803 F:      mm/kmemleak-test.c
5804
5805 KPROBES
5806 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5807 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5808 M:      "David S. Miller" <davem@davemloft.net>
5809 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5810 S:      Maintained
5811 F:      Documentation/kprobes.txt
5812 F:      include/linux/kprobes.h
5813 F:      kernel/kprobes.c
5814
5815 KS0108 LCD CONTROLLER DRIVER
5816 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5817 W:      http://miguelojeda.es/auxdisplay.htm
5818 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5819 S:      Maintained
5820 F:      Documentation/auxdisplay/ks0108
5821 F:      drivers/auxdisplay/ks0108.c
5822 F:      include/linux/ks0108.h
5823
5824 LAPB module
5825 L:      linux-x25@vger.kernel.org
5826 S:      Orphan
5827 F:      Documentation/networking/lapb-module.txt
5828 F:      include/*/lapb.h
5829 F:      net/lapb/
5830
5831 LASI 53c700 driver for PARISC
5832 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5833 L:      linux-scsi@vger.kernel.org
5834 S:      Maintained
5835 F:      Documentation/scsi/53c700.txt
5836 F:      drivers/scsi/53c700*
5837
5838 LED SUBSYSTEM
5839 M:      Bryan Wu <cooloney@gmail.com>
5840 M:      Richard Purdie <rpurdie@rpsys.net>
5841 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5842 L:      linux-leds@vger.kernel.org
5843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5844 S:      Maintained
5845 F:      drivers/leds/
5846 F:      include/linux/leds.h
5847
5848 LEGACY EEPROM DRIVER
5849 M:      Jean Delvare <jdelvare@suse.de>
5850 S:      Maintained
5851 F:      Documentation/misc-devices/eeprom
5852 F:      drivers/misc/eeprom/eeprom.c
5853
5854 LEGO USB Tower driver
5855 M:      Juergen Stuber <starblue@users.sourceforge.net>
5856 L:      legousb-devel@lists.sourceforge.net
5857 W:      http://legousb.sourceforge.net/
5858 S:      Maintained
5859 F:      drivers/usb/misc/legousbtower.c
5860
5861 LG2160 MEDIA DRIVER
5862 M:      Michael Krufky <mkrufky@linuxtv.org>
5863 L:      linux-media@vger.kernel.org
5864 W:      http://linuxtv.org/
5865 W:      http://github.com/mkrufky
5866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5867 T:      git git://linuxtv.org/mkrufky/tuners.git
5868 S:      Maintained
5869 F:      drivers/media/dvb-frontends/lg2160.*
5870
5871 LGDT3305 MEDIA DRIVER
5872 M:      Michael Krufky <mkrufky@linuxtv.org>
5873 L:      linux-media@vger.kernel.org
5874 W:      http://linuxtv.org/
5875 W:      http://github.com/mkrufky
5876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5877 T:      git git://linuxtv.org/mkrufky/tuners.git
5878 S:      Maintained
5879 F:      drivers/media/dvb-frontends/lgdt3305.*
5880
5881 LGUEST
5882 M:      Rusty Russell <rusty@rustcorp.com.au>
5883 L:      lguest@lists.ozlabs.org
5884 W:      http://lguest.ozlabs.org/
5885 S:      Odd Fixes
5886 F:      arch/x86/include/asm/lguest*.h
5887 F:      arch/x86/lguest/
5888 F:      drivers/lguest/
5889 F:      include/linux/lguest*.h
5890 F:      tools/lguest/
5891
5892 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
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/
5898 F:      include/linux/ata.h
5899 F:      include/linux/libata.h
5900
5901 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5902 M:      Viresh Kumar <viresh.linux@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:      include/linux/pata_arasan_cf_data.h
5907 F:      drivers/ata/pata_arasan_cf.c
5908
5909 LIBATA PATA DRIVERS
5910 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5911 M:      Tejun Heo <tj@kernel.org>
5912 L:      linux-ide@vger.kernel.org
5913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5914 S:      Maintained
5915 F:      drivers/ata/pata_*.c
5916 F:      drivers/ata/ata_generic.c
5917
5918 LIBATA SATA AHCI PLATFORM devices support
5919 M:      Hans de Goede <hdegoede@redhat.com>
5920 M:      Tejun Heo <tj@kernel.org>
5921 L:      linux-ide@vger.kernel.org
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5923 S:      Maintained
5924 F:      drivers/ata/ahci_platform.c
5925 F:      drivers/ata/libahci_platform.c
5926 F:      include/linux/ahci_platform.h
5927
5928 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5929 M:      Mikael Pettersson <mikpelinux@gmail.com>
5930 L:      linux-ide@vger.kernel.org
5931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5932 S:      Maintained
5933 F:      drivers/ata/sata_promise.*
5934
5935 LIBLOCKDEP
5936 M:      Sasha Levin <sasha.levin@oracle.com>
5937 S:      Maintained
5938 F:      tools/lib/lockdep/
5939
5940 LINUX FOR IBM pSERIES (RS/6000)
5941 M:      Paul Mackerras <paulus@au.ibm.com>
5942 W:      http://www.ibm.com/linux/ltc/projects/ppc
5943 S:      Supported
5944 F:      arch/powerpc/boot/rs6000.h
5945
5946 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5947 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5948 M:      Paul Mackerras <paulus@samba.org>
5949 M:      Michael Ellerman <mpe@ellerman.id.au>
5950 W:      http://www.penguinppc.org/
5951 L:      linuxppc-dev@lists.ozlabs.org
5952 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5954 S:      Supported
5955 F:      Documentation/powerpc/
5956 F:      arch/powerpc/
5957
5958 LINUX FOR POWER MACINTOSH
5959 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5960 W:      http://www.penguinppc.org/
5961 L:      linuxppc-dev@lists.ozlabs.org
5962 S:      Maintained
5963 F:      arch/powerpc/platforms/powermac/
5964 F:      drivers/macintosh/
5965
5966 LINUX FOR POWERPC EMBEDDED MPC5XXX
5967 M:      Anatolij Gustschin <agust@denx.de>
5968 L:      linuxppc-dev@lists.ozlabs.org
5969 T:      git git://git.denx.de/linux-denx-agust.git
5970 S:      Maintained
5971 F:      arch/powerpc/platforms/512x/
5972 F:      arch/powerpc/platforms/52xx/
5973
5974 LINUX FOR POWERPC EMBEDDED PPC4XX
5975 M:      Alistair Popple <alistair@popple.id.au>
5976 M:      Matt Porter <mporter@kernel.crashing.org>
5977 W:      http://www.penguinppc.org/
5978 L:      linuxppc-dev@lists.ozlabs.org
5979 S:      Maintained
5980 F:      arch/powerpc/platforms/40x/
5981 F:      arch/powerpc/platforms/44x/
5982
5983 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5984 L:      linuxppc-dev@lists.ozlabs.org
5985 S:      Orphan
5986 F:      arch/powerpc/*/*virtex*
5987 F:      arch/powerpc/*/*/*virtex*
5988
5989 LINUX FOR POWERPC EMBEDDED PPC8XX
5990 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5991 W:      http://www.penguinppc.org/
5992 L:      linuxppc-dev@lists.ozlabs.org
5993 S:      Maintained
5994 F:      arch/powerpc/platforms/8xx/
5995
5996 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5997 M:      Scott Wood <scottwood@freescale.com>
5998 M:      Kumar Gala <galak@kernel.crashing.org>
5999 W:      http://www.penguinppc.org/
6000 L:      linuxppc-dev@lists.ozlabs.org
6001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6002 S:      Maintained
6003 F:      arch/powerpc/platforms/83xx/
6004 F:      arch/powerpc/platforms/85xx/
6005
6006 LINUX FOR POWERPC PA SEMI PWRFICIENT
6007 M:      Olof Johansson <olof@lixom.net>
6008 L:      linuxppc-dev@lists.ozlabs.org
6009 S:      Maintained
6010 F:      arch/powerpc/platforms/pasemi/
6011 F:      drivers/*/*pasemi*
6012 F:      drivers/*/*/*pasemi*
6013
6014 LINUX SECURITY MODULE (LSM) FRAMEWORK
6015 M:      Chris Wright <chrisw@sous-sol.org>
6016 L:      linux-security-module@vger.kernel.org
6017 S:      Supported
6018
6019 LIS3LV02D ACCELEROMETER DRIVER
6020 M:      Eric Piel <eric.piel@tremplin-utc.net>
6021 S:      Maintained
6022 F:      Documentation/misc-devices/lis3lv02d
6023 F:      drivers/misc/lis3lv02d/
6024 F:      drivers/platform/x86/hp_accel.c
6025
6026 LIVE PATCHING
6027 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6028 M:      Seth Jennings <sjenning@redhat.com>
6029 M:      Jiri Kosina <jkosina@suse.cz>
6030 M:      Vojtech Pavlik <vojtech@suse.cz>
6031 S:      Maintained
6032 F:      kernel/livepatch/
6033 F:      include/linux/livepatch.h
6034 F:      arch/x86/include/asm/livepatch.h
6035 F:      arch/x86/kernel/livepatch.c
6036 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6037 F:      samples/livepatch/
6038 L:      live-patching@vger.kernel.org
6039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6040
6041 LLC (802.2)
6042 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6043 S:      Maintained
6044 F:      include/linux/llc.h
6045 F:      include/uapi/linux/llc.h
6046 F:      include/net/llc*
6047 F:      net/llc/
6048
6049 LM73 HARDWARE MONITOR DRIVER
6050 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6051 L:      lm-sensors@lm-sensors.org
6052 S:      Maintained
6053 F:      drivers/hwmon/lm73.c
6054
6055 LM78 HARDWARE MONITOR DRIVER
6056 M:      Jean Delvare <jdelvare@suse.de>
6057 L:      lm-sensors@lm-sensors.org
6058 S:      Maintained
6059 F:      Documentation/hwmon/lm78
6060 F:      drivers/hwmon/lm78.c
6061
6062 LM83 HARDWARE MONITOR DRIVER
6063 M:      Jean Delvare <jdelvare@suse.de>
6064 L:      lm-sensors@lm-sensors.org
6065 S:      Maintained
6066 F:      Documentation/hwmon/lm83
6067 F:      drivers/hwmon/lm83.c
6068
6069 LM90 HARDWARE MONITOR DRIVER
6070 M:      Jean Delvare <jdelvare@suse.de>
6071 L:      lm-sensors@lm-sensors.org
6072 S:      Maintained
6073 F:      Documentation/hwmon/lm90
6074 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6075 F:      drivers/hwmon/lm90.c
6076
6077 LM95234 HARDWARE MONITOR DRIVER
6078 M:      Guenter Roeck <linux@roeck-us.net>
6079 L:      lm-sensors@lm-sensors.org
6080 S:      Maintained
6081 F:      Documentation/hwmon/lm95234
6082 F:      drivers/hwmon/lm95234.c
6083
6084 LME2510 MEDIA DRIVER
6085 M:      Malcolm Priestley <tvboxspy@gmail.com>
6086 L:      linux-media@vger.kernel.org
6087 W:      http://linuxtv.org/
6088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6089 S:      Maintained
6090 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6091
6092 LOCKDEP AND LOCKSTAT
6093 M:      Peter Zijlstra <peterz@infradead.org>
6094 M:      Ingo Molnar <mingo@redhat.com>
6095 L:      linux-kernel@vger.kernel.org
6096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6097 S:      Maintained
6098 F:      Documentation/locking/lockdep*.txt
6099 F:      Documentation/locking/lockstat.txt
6100 F:      include/linux/lockdep.h
6101 F:      kernel/locking/
6102
6103 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6104 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6105 L:      linux-ntfs-dev@lists.sourceforge.net
6106 W:      http://www.linux-ntfs.org/content/view/19/37/
6107 S:      Maintained
6108 F:      Documentation/ldm.txt
6109 F:      block/partitions/ldm.*
6110
6111 LogFS
6112 M:      Joern Engel <joern@logfs.org>
6113 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6114 L:      logfs@logfs.org
6115 W:      logfs.org
6116 S:      Maintained
6117 F:      fs/logfs/
6118
6119 LPC32XX MACHINE SUPPORT
6120 M:      Roland Stigge <stigge@antcom.de>
6121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6122 S:      Maintained
6123 F:      arch/arm/mach-lpc32xx/
6124
6125 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6126 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6127 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6128 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6129 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6130 L:      MPT-FusionLinux.pdl@avagotech.com
6131 L:      linux-scsi@vger.kernel.org
6132 W:      http://www.lsilogic.com/support
6133 S:      Supported
6134 F:      drivers/message/fusion/
6135 F:      drivers/scsi/mpt2sas/
6136 F:      drivers/scsi/mpt3sas/
6137
6138 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6139 M:      Matthew Wilcox <matthew@wil.cx>
6140 L:      linux-scsi@vger.kernel.org
6141 S:      Maintained
6142 F:      drivers/scsi/sym53c8xx_2/
6143
6144 LTC4261 HARDWARE MONITOR DRIVER
6145 M:      Guenter Roeck <linux@roeck-us.net>
6146 L:      lm-sensors@lm-sensors.org
6147 S:      Maintained
6148 F:      Documentation/hwmon/ltc4261
6149 F:      drivers/hwmon/ltc4261.c
6150
6151 LTP (Linux Test Project)
6152 M:      Mike Frysinger <vapier@gentoo.org>
6153 M:      Cyril Hrubis <chrubis@suse.cz>
6154 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6155 M:      Jan Stancek <jstancek@redhat.com>
6156 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6157 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6158 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6159 W:      http://linux-test-project.github.io/
6160 T:      git git://github.com/linux-test-project/ltp.git
6161 S:      Maintained
6162
6163 M32R ARCHITECTURE
6164 W:      http://www.linux-m32r.org/
6165 S:      Orphan
6166 F:      arch/m32r/
6167
6168 M68K ARCHITECTURE
6169 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6170 L:      linux-m68k@lists.linux-m68k.org
6171 W:      http://www.linux-m68k.org/
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6173 S:      Maintained
6174 F:      arch/m68k/
6175 F:      drivers/zorro/
6176
6177 M68K ON APPLE MACINTOSH
6178 M:      Joshua Thompson <funaho@jurai.org>
6179 W:      http://www.mac.linux-m68k.org/
6180 L:      linux-m68k@lists.linux-m68k.org
6181 S:      Maintained
6182 F:      arch/m68k/mac/
6183
6184 M68K ON HP9000/300
6185 M:      Philip Blundell <philb@gnu.org>
6186 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6187 S:      Maintained
6188 F:      arch/m68k/hp300/
6189
6190 M88DS3103 MEDIA DRIVER
6191 M:      Antti Palosaari <crope@iki.fi>
6192 L:      linux-media@vger.kernel.org
6193 W:      http://linuxtv.org/
6194 W:      http://palosaari.fi/linux/
6195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6196 T:      git git://linuxtv.org/anttip/media_tree.git
6197 S:      Maintained
6198 F:      drivers/media/dvb-frontends/m88ds3103*
6199
6200 M88RS2000 MEDIA DRIVER
6201 M:      Malcolm Priestley <tvboxspy@gmail.com>
6202 L:      linux-media@vger.kernel.org
6203 W:      http://linuxtv.org/
6204 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6205 S:      Maintained
6206 F:      drivers/media/dvb-frontends/m88rs2000*
6207
6208 MA901 MASTERKIT USB FM RADIO DRIVER
6209 M:      Alexey Klimov <klimov.linux@gmail.com>
6210 L:      linux-media@vger.kernel.org
6211 T:      git git://linuxtv.org/media_tree.git
6212 S:      Maintained
6213 F:      drivers/media/radio/radio-ma901.c
6214
6215 MAC80211
6216 M:      Johannes Berg <johannes@sipsolutions.net>
6217 L:      linux-wireless@vger.kernel.org
6218 W:      http://wireless.kernel.org/
6219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6221 S:      Maintained
6222 F:      Documentation/networking/mac80211-injection.txt
6223 F:      include/net/mac80211.h
6224 F:      net/mac80211/
6225
6226 MACVLAN DRIVER
6227 M:      Patrick McHardy <kaber@trash.net>
6228 L:      netdev@vger.kernel.org
6229 S:      Maintained
6230 F:      drivers/net/macvlan.c
6231 F:      include/linux/if_macvlan.h
6232
6233 MAILBOX API
6234 M:      Jassi Brar <jassisinghbrar@gmail.com>
6235 L:      linux-kernel@vger.kernel.org
6236 S:      Maintained
6237 F:      drivers/mailbox/
6238 F:      include/linux/mailbox_client.h
6239 F:      include/linux/mailbox_controller.h
6240
6241 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6242 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6243 W:      http://www.kernel.org/doc/man-pages
6244 L:      linux-man@vger.kernel.org
6245 S:      Maintained
6246
6247 MARVELL ARMADA DRM SUPPORT
6248 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6249 S:      Maintained
6250 F:      drivers/gpu/drm/armada/
6251
6252 MARVELL 88E6352 DSA support
6253 M:      Guenter Roeck <linux@roeck-us.net>
6254 S:      Maintained
6255 F:      drivers/net/dsa/mv88e6352.c
6256
6257 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6258 M:      Mirko Lindner <mlindner@marvell.com>
6259 M:      Stephen Hemminger <stephen@networkplumber.org>
6260 L:      netdev@vger.kernel.org
6261 S:      Maintained
6262 F:      drivers/net/ethernet/marvell/sk*
6263
6264 MARVELL LIBERTAS WIRELESS DRIVER
6265 L:      libertas-dev@lists.infradead.org
6266 S:      Orphan
6267 F:      drivers/net/wireless/libertas/
6268
6269 MARVELL MV643XX ETHERNET DRIVER
6270 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6271 L:      netdev@vger.kernel.org
6272 S:      Maintained
6273 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6274 F:      include/linux/mv643xx.h
6275
6276 MARVELL MVNETA ETHERNET DRIVER
6277 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6278 L:      netdev@vger.kernel.org
6279 S:      Maintained
6280 F:      drivers/net/ethernet/marvell/mvneta.*
6281
6282 MARVELL MWIFIEX WIRELESS DRIVER
6283 M:      Amitkumar Karwar <akarwar@marvell.com>
6284 M:      Avinash Patil <patila@marvell.com>
6285 L:      linux-wireless@vger.kernel.org
6286 S:      Maintained
6287 F:      drivers/net/wireless/mwifiex/
6288
6289 MARVELL MWL8K WIRELESS DRIVER
6290 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6291 L:      linux-wireless@vger.kernel.org
6292 S:      Odd Fixes
6293 F:      drivers/net/wireless/mwl8k.c
6294
6295 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6296 M:      Nicolas Pitre <nico@fluxnic.net>
6297 S:      Odd Fixes
6298 F:      drivers/mmc/host/mvsdio.*
6299
6300 MATROX FRAMEBUFFER DRIVER
6301 L:      linux-fbdev@vger.kernel.org
6302 S:      Orphan
6303 F:      drivers/video/fbdev/matrox/matroxfb_*
6304 F:      include/uapi/linux/matroxfb.h
6305
6306 MAX16065 HARDWARE MONITOR DRIVER
6307 M:      Guenter Roeck <linux@roeck-us.net>
6308 L:      lm-sensors@lm-sensors.org
6309 S:      Maintained
6310 F:      Documentation/hwmon/max16065
6311 F:      drivers/hwmon/max16065.c
6312
6313 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6314 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6315 L:      lm-sensors@lm-sensors.org
6316 S:      Maintained
6317 F:      Documentation/hwmon/max6650
6318 F:      drivers/hwmon/max6650.c
6319
6320 MAX6697 HARDWARE MONITOR DRIVER
6321 M:      Guenter Roeck <linux@roeck-us.net>
6322 L:      lm-sensors@lm-sensors.org
6323 S:      Maintained
6324 F:      Documentation/hwmon/max6697
6325 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6326 F:      drivers/hwmon/max6697.c
6327 F:      include/linux/platform_data/max6697.h
6328
6329 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6330 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6331 L:      linux-pm@vger.kernel.org
6332 S:      Supported
6333 F:      drivers/power/max14577_charger.c
6334 F:      drivers/power/max77693_charger.c
6335
6336 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6337 M:      Chanwoo Choi <cw00.choi@samsung.com>
6338 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6339 L:      linux-kernel@vger.kernel.org
6340 S:      Supported
6341 F:      drivers/*/max14577.c
6342 F:      drivers/*/max77686.c
6343 F:      drivers/*/max77693.c
6344 F:      drivers/extcon/extcon-max14577.c
6345 F:      drivers/extcon/extcon-max77693.c
6346 F:      drivers/rtc/rtc-max77686.c
6347 F:      drivers/clk/clk-max77686.c
6348 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6349 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6350 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6351 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6352 F:      include/linux/mfd/max14577*.h
6353 F:      include/linux/mfd/max77686*.h
6354 F:      include/linux/mfd/max77693*.h
6355
6356 MAXIRADIO FM RADIO RECEIVER DRIVER
6357 M:      Hans Verkuil <hverkuil@xs4all.nl>
6358 L:      linux-media@vger.kernel.org
6359 T:      git git://linuxtv.org/media_tree.git
6360 W:      http://linuxtv.org
6361 S:      Maintained
6362 F:      drivers/media/radio/radio-maxiradio*
6363
6364 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6365 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6366 P:      LinuxTV.org Project
6367 L:      linux-media@vger.kernel.org
6368 W:      http://linuxtv.org
6369 Q:      http://patchwork.kernel.org/project/linux-media/list/
6370 T:      git git://linuxtv.org/media_tree.git
6371 S:      Maintained
6372 F:      Documentation/dvb/
6373 F:      Documentation/video4linux/
6374 F:      Documentation/DocBook/media/
6375 F:      drivers/media/
6376 F:      drivers/staging/media/
6377 F:      include/media/
6378 F:      include/uapi/linux/dvb/
6379 F:      include/uapi/linux/videodev2.h
6380 F:      include/uapi/linux/media.h
6381 F:      include/uapi/linux/v4l2-*
6382 F:      include/uapi/linux/meye.h
6383 F:      include/uapi/linux/ivtv*
6384 F:      include/uapi/linux/uvcvideo.h
6385
6386 MEDIATEK MT7601U WIRELESS LAN DRIVER
6387 M:      Jakub Kicinski <kubakici@wp.pl>
6388 L:      linux-wireless@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/net/wireless/mediatek/mt7601u/
6391
6392 MEGARAID SCSI/SAS DRIVERS
6393 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6394 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6395 M:      Uday Lingala <uday.lingala@avagotech.com>
6396 L:      megaraidlinux.pdl@avagotech.com
6397 L:      linux-scsi@vger.kernel.org
6398 W:      http://www.lsi.com
6399 S:      Maintained
6400 F:      Documentation/scsi/megaraid.txt
6401 F:      drivers/scsi/megaraid.*
6402 F:      drivers/scsi/megaraid/
6403
6404 MELLANOX ETHERNET DRIVER (mlx4_en)
6405 M:      Amir Vadai <amirv@mellanox.com>
6406 M:      Ido Shamay <idos@mellanox.com>
6407 L:      netdev@vger.kernel.org
6408 S:      Supported
6409 W:      http://www.mellanox.com
6410 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6411 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6412
6413 MEMORY MANAGEMENT
6414 L:      linux-mm@kvack.org
6415 W:      http://www.linux-mm.org
6416 S:      Maintained
6417 F:      include/linux/mm.h
6418 F:      include/linux/gfp.h
6419 F:      include/linux/mmzone.h
6420 F:      include/linux/memory_hotplug.h
6421 F:      include/linux/vmalloc.h
6422 F:      mm/
6423
6424 MEMORY TECHNOLOGY DEVICES (MTD)
6425 M:      David Woodhouse <dwmw2@infradead.org>
6426 M:      Brian Norris <computersforpeace@gmail.com>
6427 L:      linux-mtd@lists.infradead.org
6428 W:      http://www.linux-mtd.infradead.org/
6429 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6430 T:      git git://git.infradead.org/linux-mtd.git
6431 T:      git git://git.infradead.org/l2-mtd.git
6432 S:      Maintained
6433 F:      drivers/mtd/
6434 F:      include/linux/mtd/
6435 F:      include/uapi/mtd/
6436
6437 MEN A21 WATCHDOG DRIVER
6438 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6439 L:      linux-watchdog@vger.kernel.org
6440 S:      Supported
6441 F:      drivers/watchdog/mena21_wdt.c
6442
6443 MEN CHAMELEON BUS (mcb)
6444 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6445 S:      Supported
6446 F:      drivers/mcb/
6447 F:      include/linux/mcb.h
6448
6449 MEN F21BMC (Board Management Controller)
6450 M:      Andreas Werner <andreas.werner@men.de>
6451 S:      Supported
6452 F:      drivers/mfd/menf21bmc.c
6453 F:      drivers/watchdog/menf21bmc_wdt.c
6454 F:      drivers/leds/leds-menf21bmc.c
6455 F:      drivers/hwmon/menf21bmc_hwmon.c
6456 F:      Documentation/hwmon/menf21bmc
6457
6458 METAG ARCHITECTURE
6459 M:      James Hogan <james.hogan@imgtec.com>
6460 L:      linux-metag@vger.kernel.org
6461 S:      Supported
6462 F:      arch/metag/
6463 F:      Documentation/metag/
6464 F:      Documentation/devicetree/bindings/metag/
6465 F:      drivers/clocksource/metag_generic.c
6466 F:      drivers/irqchip/irq-metag.c
6467 F:      drivers/irqchip/irq-metag-ext.c
6468 F:      drivers/tty/metag_da.c
6469
6470 MICROBLAZE ARCHITECTURE
6471 M:      Michal Simek <monstr@monstr.eu>
6472 W:      http://www.monstr.eu/fdt/
6473 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6474 S:      Supported
6475 F:      arch/microblaze/
6476
6477 MICROTEK X6 SCANNER
6478 M:      Oliver Neukum <oliver@neukum.org>
6479 S:      Maintained
6480 F:      drivers/usb/image/microtek.*
6481
6482 MIPS
6483 M:      Ralf Baechle <ralf@linux-mips.org>
6484 L:      linux-mips@linux-mips.org
6485 W:      http://www.linux-mips.org/
6486 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6487 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6488 S:      Supported
6489 F:      Documentation/mips/
6490 F:      arch/mips/
6491
6492 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6493 M:      Hans Verkuil <hverkuil@xs4all.nl>
6494 L:      linux-media@vger.kernel.org
6495 T:      git git://linuxtv.org/media_tree.git
6496 W:      http://linuxtv.org
6497 S:      Odd Fixes
6498 F:      drivers/media/radio/radio-miropcm20*
6499
6500 Mellanox MLX5 core VPI driver
6501 M:      Eli Cohen <eli@mellanox.com>
6502 L:      netdev@vger.kernel.org
6503 L:      linux-rdma@vger.kernel.org
6504 W:      http://www.mellanox.com
6505 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6506 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6507 T:      git git://openfabrics.org/~eli/connect-ib.git
6508 S:      Supported
6509 F:      drivers/net/ethernet/mellanox/mlx5/core/
6510 F:      include/linux/mlx5/
6511
6512 Mellanox MLX5 IB driver
6513 M:      Eli Cohen <eli@mellanox.com>
6514 L:      linux-rdma@vger.kernel.org
6515 W:      http://www.mellanox.com
6516 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6517 T:      git git://openfabrics.org/~eli/connect-ib.git
6518 S:      Supported
6519 F:      include/linux/mlx5/
6520 F:      drivers/infiniband/hw/mlx5/
6521
6522 MN88472 MEDIA DRIVER
6523 M:      Antti Palosaari <crope@iki.fi>
6524 L:      linux-media@vger.kernel.org
6525 W:      http://linuxtv.org/
6526 W:      http://palosaari.fi/linux/
6527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6528 T:      git git://linuxtv.org/anttip/media_tree.git
6529 S:      Maintained
6530 F:      drivers/staging/media/mn88472/
6531 F:      drivers/media/dvb-frontends/mn88472.h
6532
6533 MN88473 MEDIA DRIVER
6534 M:      Antti Palosaari <crope@iki.fi>
6535 L:      linux-media@vger.kernel.org
6536 W:      http://linuxtv.org/
6537 W:      http://palosaari.fi/linux/
6538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6539 T:      git git://linuxtv.org/anttip/media_tree.git
6540 S:      Maintained
6541 F:      drivers/staging/media/mn88473/
6542 F:      drivers/media/dvb-frontends/mn88473.h
6543
6544 MODULE SUPPORT
6545 M:      Rusty Russell <rusty@rustcorp.com.au>
6546 S:      Maintained
6547 F:      include/linux/module.h
6548 F:      kernel/module.c
6549
6550 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6551 W:      http://popies.net/meye/
6552 S:      Orphan
6553 F:      Documentation/video4linux/meye.txt
6554 F:      drivers/media/pci/meye/
6555 F:      include/uapi/linux/meye.h
6556
6557 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6558 M:      Jiri Slaby <jirislaby@gmail.com>
6559 S:      Maintained
6560 F:      Documentation/serial/moxa-smartio
6561 F:      drivers/tty/mxser.*
6562
6563 MR800 AVERMEDIA USB FM RADIO DRIVER
6564 M:      Alexey Klimov <klimov.linux@gmail.com>
6565 L:      linux-media@vger.kernel.org
6566 T:      git git://linuxtv.org/media_tree.git
6567 S:      Maintained
6568 F:      drivers/media/radio/radio-mr800.c
6569
6570 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6571 M:      Alan Ott <alan@signal11.us>
6572 L:      linux-wpan@vger.kernel.org
6573 S:      Maintained
6574 F:      drivers/net/ieee802154/mrf24j40.c
6575
6576 MSI LAPTOP SUPPORT
6577 M:      "Lee, Chun-Yi" <jlee@suse.com>
6578 L:      platform-driver-x86@vger.kernel.org
6579 S:      Maintained
6580 F:      drivers/platform/x86/msi-laptop.c
6581
6582 MSI WMI SUPPORT
6583 M:      Anisse Astier <anisse@astier.eu>
6584 L:      platform-driver-x86@vger.kernel.org
6585 S:      Supported
6586 F:      drivers/platform/x86/msi-wmi.c
6587
6588 MSI001 MEDIA DRIVER
6589 M:      Antti Palosaari <crope@iki.fi>
6590 L:      linux-media@vger.kernel.org
6591 W:      http://linuxtv.org/
6592 W:      http://palosaari.fi/linux/
6593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6594 T:      git git://linuxtv.org/anttip/media_tree.git
6595 S:      Maintained
6596 F:      drivers/media/tuners/msi001*
6597
6598 MSI2500 MEDIA DRIVER
6599 M:      Antti Palosaari <crope@iki.fi>
6600 L:      linux-media@vger.kernel.org
6601 W:      http://linuxtv.org/
6602 W:      http://palosaari.fi/linux/
6603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6604 T:      git git://linuxtv.org/anttip/media_tree.git
6605 S:      Maintained
6606 F:      drivers/media/usb/msi2500/
6607
6608 MT9M032 APTINA SENSOR DRIVER
6609 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6610 L:      linux-media@vger.kernel.org
6611 T:      git git://linuxtv.org/media_tree.git
6612 S:      Maintained
6613 F:      drivers/media/i2c/mt9m032.c
6614 F:      include/media/mt9m032.h
6615
6616 MT9P031 APTINA CAMERA SENSOR
6617 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6618 L:      linux-media@vger.kernel.org
6619 T:      git git://linuxtv.org/media_tree.git
6620 S:      Maintained
6621 F:      drivers/media/i2c/mt9p031.c
6622 F:      include/media/mt9p031.h
6623
6624 MT9T001 APTINA CAMERA SENSOR
6625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6626 L:      linux-media@vger.kernel.org
6627 T:      git git://linuxtv.org/media_tree.git
6628 S:      Maintained
6629 F:      drivers/media/i2c/mt9t001.c
6630 F:      include/media/mt9t001.h
6631
6632 MT9V032 APTINA CAMERA SENSOR
6633 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6634 L:      linux-media@vger.kernel.org
6635 T:      git git://linuxtv.org/media_tree.git
6636 S:      Maintained
6637 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6638 F:      drivers/media/i2c/mt9v032.c
6639 F:      include/media/mt9v032.h
6640
6641 MULTIFUNCTION DEVICES (MFD)
6642 M:      Samuel Ortiz <sameo@linux.intel.com>
6643 M:      Lee Jones <lee.jones@linaro.org>
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6645 S:      Supported
6646 F:      drivers/mfd/
6647 F:      include/linux/mfd/
6648
6649 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6650 M:      Ulf Hansson <ulf.hansson@linaro.org>
6651 L:      linux-mmc@vger.kernel.org
6652 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6653 S:      Maintained
6654 F:      drivers/mmc/
6655 F:      include/linux/mmc/
6656 F:      include/uapi/linux/mmc/
6657
6658 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6659 S:      Orphan
6660 F:      drivers/mmc/host/mmc_spi.c
6661 F:      include/linux/spi/mmc_spi.h
6662
6663 MULTISOUND SOUND DRIVER
6664 M:      Andrew Veliath <andrewtv@usa.net>
6665 S:      Maintained
6666 F:      Documentation/sound/oss/MultiSound
6667 F:      sound/oss/msnd*
6668
6669 MULTITECH MULTIPORT CARD (ISICOM)
6670 S:      Orphan
6671 F:      drivers/tty/isicom.c
6672 F:      include/linux/isicom.h
6673
6674 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6675 M:      Felipe Balbi <balbi@ti.com>
6676 L:      linux-usb@vger.kernel.org
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6678 S:      Maintained
6679 F:      drivers/usb/musb/
6680
6681 MXL5007T MEDIA DRIVER
6682 M:      Michael Krufky <mkrufky@linuxtv.org>
6683 L:      linux-media@vger.kernel.org
6684 W:      http://linuxtv.org/
6685 W:      http://github.com/mkrufky
6686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6687 T:      git git://linuxtv.org/mkrufky/tuners.git
6688 S:      Maintained
6689 F:      drivers/media/tuners/mxl5007t.*
6690
6691 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6692 M:      Hyong-Youb Kim <hykim@myri.com>
6693 L:      netdev@vger.kernel.org
6694 W:      https://www.myricom.com/support/downloads/myri10ge.html
6695 S:      Supported
6696 F:      drivers/net/ethernet/myricom/myri10ge/
6697
6698 NATSEMI ETHERNET DRIVER (DP8381x)
6699 S:      Orphan
6700 F:      drivers/net/ethernet/natsemi/natsemi.c
6701
6702 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6703 M:      Daniel Mack <zonque@gmail.com>
6704 S:      Maintained
6705 L:      alsa-devel@alsa-project.org
6706 W:      http://www.native-instruments.com
6707 F:      sound/usb/caiaq/
6708
6709 NCP FILESYSTEM
6710 M:      Petr Vandrovec <petr@vandrovec.name>
6711 S:      Odd Fixes
6712 F:      fs/ncpfs/
6713
6714 NCR 5380 SCSI DRIVERS
6715 M:      Finn Thain <fthain@telegraphics.com.au>
6716 M:      Michael Schmitz <schmitzmic@gmail.com>
6717 L:      linux-scsi@vger.kernel.org
6718 S:      Maintained
6719 F:      Documentation/scsi/g_NCR5380.txt
6720 F:      drivers/scsi/NCR5380.*
6721 F:      drivers/scsi/arm/cumana_1.c
6722 F:      drivers/scsi/arm/oak.c
6723 F:      drivers/scsi/atari_NCR5380.c
6724 F:      drivers/scsi/atari_scsi.*
6725 F:      drivers/scsi/dmx3191d.c
6726 F:      drivers/scsi/dtc.*
6727 F:      drivers/scsi/g_NCR5380.*
6728 F:      drivers/scsi/g_NCR5380_mmio.c
6729 F:      drivers/scsi/mac_scsi.*
6730 F:      drivers/scsi/pas16.*
6731 F:      drivers/scsi/sun3_scsi.*
6732 F:      drivers/scsi/sun3_scsi_vme.c
6733 F:      drivers/scsi/t128.*
6734
6735 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6736 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6737 L:      linux-scsi@vger.kernel.org
6738 S:      Maintained
6739 F:      drivers/scsi/NCR_D700.*
6740
6741 NCT6775 HARDWARE MONITOR DRIVER
6742 M:      Guenter Roeck <linux@roeck-us.net>
6743 L:      lm-sensors@lm-sensors.org
6744 S:      Maintained
6745 F:      Documentation/hwmon/nct6775
6746 F:      drivers/hwmon/nct6775.c
6747
6748 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6749 M:      Faisal Latif <faisal.latif@intel.com>
6750 L:      linux-rdma@vger.kernel.org
6751 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6752 S:      Supported
6753 F:      drivers/infiniband/hw/nes/
6754
6755 NETEM NETWORK EMULATOR
6756 M:      Stephen Hemminger <stephen@networkplumber.org>
6757 L:      netem@lists.linux-foundation.org
6758 S:      Maintained
6759 F:      net/sched/sch_netem.c
6760
6761 NETERION 10GbE DRIVERS (s2io/vxge)
6762 M:      Jon Mason <jdmason@kudzu.us>
6763 L:      netdev@vger.kernel.org
6764 S:      Supported
6765 F:      Documentation/networking/s2io.txt
6766 F:      Documentation/networking/vxge.txt
6767 F:      drivers/net/ethernet/neterion/
6768
6769 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6770 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6771 M:      Patrick McHardy <kaber@trash.net>
6772 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6773 L:      netfilter-devel@vger.kernel.org
6774 L:      coreteam@netfilter.org
6775 W:      http://www.netfilter.org/
6776 W:      http://www.iptables.org/
6777 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6780 S:      Supported
6781 F:      include/linux/netfilter*
6782 F:      include/linux/netfilter/
6783 F:      include/net/netfilter/
6784 F:      include/uapi/linux/netfilter*
6785 F:      include/uapi/linux/netfilter/
6786 F:      net/*/netfilter.c
6787 F:      net/*/netfilter/
6788 F:      net/netfilter/
6789
6790 NETLABEL
6791 M:      Paul Moore <paul@paul-moore.com>
6792 W:      http://netlabel.sf.net
6793 L:      netdev@vger.kernel.org
6794 S:      Maintained
6795 F:      Documentation/netlabel/
6796 F:      include/net/netlabel.h
6797 F:      net/netlabel/
6798
6799 NETROM NETWORK LAYER
6800 M:      Ralf Baechle <ralf@linux-mips.org>
6801 L:      linux-hams@vger.kernel.org
6802 W:      http://www.linux-ax25.org/
6803 S:      Maintained
6804 F:      include/net/netrom.h
6805 F:      include/uapi/linux/netrom.h
6806 F:      net/netrom/
6807
6808 NETWORK BLOCK DEVICE (NBD)
6809 M:      Markus Pargmann <mpa@pengutronix.de>
6810 S:      Maintained
6811 L:      nbd-general@lists.sourceforge.net
6812 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6813 F:      Documentation/blockdev/nbd.txt
6814 F:      drivers/block/nbd.c
6815 F:      include/linux/nbd.h
6816 F:      include/uapi/linux/nbd.h
6817
6818 NETWORK DROP MONITOR
6819 M:      Neil Horman <nhorman@tuxdriver.com>
6820 L:      netdev@vger.kernel.org
6821 S:      Maintained
6822 W:      https://fedorahosted.org/dropwatch/
6823 F:      net/core/drop_monitor.c
6824
6825 NETWORKING [GENERAL]
6826 M:      "David S. Miller" <davem@davemloft.net>
6827 L:      netdev@vger.kernel.org
6828 W:      http://www.linuxfoundation.org/en/Net
6829 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6832 S:      Maintained
6833 F:      net/
6834 F:      include/net/
6835 F:      include/linux/in.h
6836 F:      include/linux/net.h
6837 F:      include/linux/netdevice.h
6838 F:      include/uapi/linux/in.h
6839 F:      include/uapi/linux/net.h
6840 F:      include/uapi/linux/netdevice.h
6841 F:      include/uapi/linux/net_namespace.h
6842 F:      tools/net/
6843 F:      tools/testing/selftests/net/
6844 F:      lib/random32.c
6845 F:      lib/test_bpf.c
6846
6847 NETWORKING [IPv4/IPv6]
6848 M:      "David S. Miller" <davem@davemloft.net>
6849 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6850 M:      James Morris <jmorris@namei.org>
6851 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6852 M:      Patrick McHardy <kaber@trash.net>
6853 L:      netdev@vger.kernel.org
6854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6855 S:      Maintained
6856 F:      net/ipv4/
6857 F:      net/ipv6/
6858 F:      include/net/ip*
6859 F:      arch/x86/net/*
6860
6861 NETWORKING [IPSEC]
6862 M:      Steffen Klassert <steffen.klassert@secunet.com>
6863 M:      Herbert Xu <herbert@gondor.apana.org.au>
6864 M:      "David S. Miller" <davem@davemloft.net>
6865 L:      netdev@vger.kernel.org
6866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6868 S:      Maintained
6869 F:      net/core/flow.c
6870 F:      net/xfrm/
6871 F:      net/key/
6872 F:      net/ipv4/xfrm*
6873 F:      net/ipv4/esp4.c
6874 F:      net/ipv4/ah4.c
6875 F:      net/ipv4/ipcomp.c
6876 F:      net/ipv4/ip_vti.c
6877 F:      net/ipv6/xfrm*
6878 F:      net/ipv6/esp6.c
6879 F:      net/ipv6/ah6.c
6880 F:      net/ipv6/ipcomp6.c
6881 F:      net/ipv6/ip6_vti.c
6882 F:      include/uapi/linux/xfrm.h
6883 F:      include/net/xfrm.h
6884
6885 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6886 M:      Paul Moore <paul@paul-moore.com>
6887 L:      netdev@vger.kernel.org
6888 S:      Maintained
6889
6890 NETWORKING [WIRELESS]
6891 L:      linux-wireless@vger.kernel.org
6892 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6893
6894 NETWORKING DRIVERS
6895 L:      netdev@vger.kernel.org
6896 W:      http://www.linuxfoundation.org/en/Net
6897 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6900 S:      Odd Fixes
6901 F:      drivers/net/
6902 F:      include/linux/if_*
6903 F:      include/linux/netdevice.h
6904 F:      include/linux/arcdevice.h
6905 F:      include/linux/etherdevice.h
6906 F:      include/linux/fcdevice.h
6907 F:      include/linux/fddidevice.h
6908 F:      include/linux/hippidevice.h
6909 F:      include/linux/inetdevice.h
6910 F:      include/uapi/linux/if_*
6911 F:      include/uapi/linux/netdevice.h
6912
6913 NETWORKING DRIVERS (WIRELESS)
6914 M:      Kalle Valo <kvalo@codeaurora.org>
6915 L:      linux-wireless@vger.kernel.org
6916 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6918 S:      Maintained
6919 F:      drivers/net/wireless/
6920
6921 NETXEN (1/10) GbE SUPPORT
6922 M:      Manish Chopra <manish.chopra@qlogic.com>
6923 M:      Sony Chacko <sony.chacko@qlogic.com>
6924 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6925 L:      netdev@vger.kernel.org
6926 W:      http://www.qlogic.com
6927 S:      Supported
6928 F:      drivers/net/ethernet/qlogic/netxen/
6929
6930 NFC SUBSYSTEM
6931 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6932 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6933 M:      Samuel Ortiz <sameo@linux.intel.com>
6934 L:      linux-wireless@vger.kernel.org
6935 L:      linux-nfc@lists.01.org (subscribers-only)
6936 S:      Supported
6937 F:      net/nfc/
6938 F:      include/net/nfc/
6939 F:      include/uapi/linux/nfc.h
6940 F:      drivers/nfc/
6941 F:      include/linux/platform_data/pn544.h
6942 F:      Documentation/devicetree/bindings/net/nfc/
6943
6944 NFS, SUNRPC, AND LOCKD CLIENTS
6945 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6946 M:      Anna Schumaker <anna.schumaker@netapp.com>
6947 L:      linux-nfs@vger.kernel.org
6948 W:      http://client.linux-nfs.org
6949 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6950 S:      Maintained
6951 F:      fs/lockd/
6952 F:      fs/nfs/
6953 F:      fs/nfs_common/
6954 F:      net/sunrpc/
6955 F:      include/linux/lockd/
6956 F:      include/linux/nfs*
6957 F:      include/linux/sunrpc/
6958 F:      include/uapi/linux/nfs*
6959 F:      include/uapi/linux/sunrpc/
6960
6961 NILFS2 FILESYSTEM
6962 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6963 L:      linux-nilfs@vger.kernel.org
6964 W:      http://nilfs.sourceforge.net/
6965 T:      git git://github.com/konis/nilfs2.git
6966 S:      Supported
6967 F:      Documentation/filesystems/nilfs2.txt
6968 F:      fs/nilfs2/
6969 F:      include/linux/nilfs2_fs.h
6970
6971 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6972 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6973 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6974 S:      Maintained
6975 F:      Documentation/scsi/NinjaSCSI.txt
6976 F:      drivers/scsi/pcmcia/nsp_*
6977
6978 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6979 M:      GOTO Masanori <gotom@debian.or.jp>
6980 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6981 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6982 S:      Maintained
6983 F:      Documentation/scsi/NinjaSCSI.txt
6984 F:      drivers/scsi/nsp32*
6985
6986 NIOS2 ARCHITECTURE
6987 M:      Ley Foon Tan <lftan@altera.com>
6988 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6989 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6990 S:      Maintained
6991 F:      arch/nios2/
6992
6993 NOKIA N900 POWER SUPPLY DRIVERS
6994 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
6995 S:      Maintained
6996 F:      include/linux/power/bq2415x_charger.h
6997 F:      include/linux/power/bq27x00_battery.h
6998 F:      include/linux/power/isp1704_charger.h
6999 F:      drivers/power/bq2415x_charger.c
7000 F:      drivers/power/bq27x00_battery.c
7001 F:      drivers/power/isp1704_charger.c
7002 F:      drivers/power/rx51_battery.c
7003
7004 NTB DRIVER
7005 M:      Jon Mason <jdmason@kudzu.us>
7006 M:      Dave Jiang <dave.jiang@intel.com>
7007 S:      Supported
7008 W:      https://github.com/jonmason/ntb/wiki
7009 T:      git git://github.com/jonmason/ntb.git
7010 F:      drivers/ntb/
7011 F:      drivers/net/ntb_netdev.c
7012 F:      include/linux/ntb.h
7013
7014 NTFS FILESYSTEM
7015 M:      Anton Altaparmakov <anton@tuxera.com>
7016 L:      linux-ntfs-dev@lists.sourceforge.net
7017 W:      http://www.tuxera.com/
7018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7019 S:      Supported
7020 F:      Documentation/filesystems/ntfs.txt
7021 F:      fs/ntfs/
7022
7023 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7024 M:      Antonino Daplas <adaplas@gmail.com>
7025 L:      linux-fbdev@vger.kernel.org
7026 S:      Maintained
7027 F:      drivers/video/fbdev/riva/
7028 F:      drivers/video/fbdev/nvidia/
7029
7030 NVM EXPRESS DRIVER
7031 M:      Matthew Wilcox <willy@linux.intel.com>
7032 L:      linux-nvme@lists.infradead.org
7033 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7034 S:      Supported
7035 F:      drivers/block/nvme*
7036 F:      include/linux/nvme.h
7037
7038 NXP-NCI NFC DRIVER
7039 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7040 R:      Charles Gorand <charles.gorand@effinnov.com>
7041 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7042 S:      Supported
7043 F:      drivers/nfc/nxp-nci
7044
7045 NXP TDA998X DRM DRIVER
7046 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7047 S:      Supported
7048 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7049 F:      include/drm/i2c/tda998x.h
7050
7051 NXP TFA9879 DRIVER
7052 M:      Peter Rosin <peda@axentia.se>
7053 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7054 S:      Maintained
7055 F:      sound/soc/codecs/tfa9879*
7056
7057 OMAP SUPPORT
7058 M:      Tony Lindgren <tony@atomide.com>
7059 L:      linux-omap@vger.kernel.org
7060 W:      http://www.muru.com/linux/omap/
7061 W:      http://linux.omap.com/
7062 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7064 S:      Maintained
7065 F:      arch/arm/*omap*/
7066 F:      arch/arm/configs/omap1_defconfig
7067 F:      arch/arm/configs/omap2plus_defconfig
7068 F:      drivers/i2c/busses/i2c-omap.c
7069 F:      drivers/irqchip/irq-omap-intc.c
7070 F:      drivers/mfd/*omap*.c
7071 F:      drivers/mfd/menelaus.c
7072 F:      drivers/mfd/palmas.c
7073 F:      drivers/mfd/tps65217.c
7074 F:      drivers/mfd/tps65218.c
7075 F:      drivers/mfd/tps65910.c
7076 F:      drivers/mfd/twl-core.[ch]
7077 F:      drivers/mfd/twl4030*.c
7078 F:      drivers/mfd/twl6030*.c
7079 F:      drivers/mfd/twl6040*.c
7080 F:      drivers/regulator/palmas-regulator*.c
7081 F:      drivers/regulator/pbias-regulator.c
7082 F:      drivers/regulator/tps65217-regulator.c
7083 F:      drivers/regulator/tps65218-regulator.c
7084 F:      drivers/regulator/tps65910-regulator.c
7085 F:      drivers/regulator/twl-regulator.c
7086 F:      include/linux/i2c-omap.h
7087
7088 OMAP DEVICE TREE SUPPORT
7089 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7090 M:      Tony Lindgren <tony@atomide.com>
7091 L:      linux-omap@vger.kernel.org
7092 L:      devicetree@vger.kernel.org
7093 S:      Maintained
7094 F:      arch/arm/boot/dts/*omap*
7095 F:      arch/arm/boot/dts/*am3*
7096 F:      arch/arm/boot/dts/*am4*
7097 F:      arch/arm/boot/dts/*am5*
7098 F:      arch/arm/boot/dts/*dra7*
7099
7100 OMAP CLOCK FRAMEWORK SUPPORT
7101 M:      Paul Walmsley <paul@pwsan.com>
7102 L:      linux-omap@vger.kernel.org
7103 S:      Maintained
7104 F:      arch/arm/*omap*/*clock*
7105
7106 OMAP POWER MANAGEMENT SUPPORT
7107 M:      Kevin Hilman <khilman@deeprootsystems.com>
7108 L:      linux-omap@vger.kernel.org
7109 S:      Maintained
7110 F:      arch/arm/*omap*/*pm*
7111 F:      drivers/cpufreq/omap-cpufreq.c
7112
7113 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7114 M:      Rajendra Nayak <rnayak@ti.com>
7115 M:      Paul Walmsley <paul@pwsan.com>
7116 L:      linux-omap@vger.kernel.org
7117 S:      Maintained
7118 F:      arch/arm/mach-omap2/prm*
7119
7120 OMAP AUDIO SUPPORT
7121 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7122 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7123 L:      alsa-devel@alsa-project.org (subscribers-only)
7124 L:      linux-omap@vger.kernel.org
7125 S:      Maintained
7126 F:      sound/soc/omap/
7127
7128 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7129 M:      Roger Quadros <rogerq@ti.com>
7130 M:      Tony Lindgren <tony@atomide.com>
7131 L:      linux-omap@vger.kernel.org
7132 S:      Maintained
7133 F:      drivers/memory/omap-gpmc.c
7134 F:      arch/arm/mach-omap2/*gpmc*
7135
7136 OMAP FRAMEBUFFER SUPPORT
7137 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7138 L:      linux-fbdev@vger.kernel.org
7139 L:      linux-omap@vger.kernel.org
7140 S:      Maintained
7141 F:      drivers/video/fbdev/omap/
7142
7143 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7144 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7145 L:      linux-omap@vger.kernel.org
7146 L:      linux-fbdev@vger.kernel.org
7147 S:      Maintained
7148 F:      drivers/video/fbdev/omap2/
7149 F:      Documentation/arm/OMAP/DSS
7150
7151 OMAP HARDWARE SPINLOCK SUPPORT
7152 M:      Ohad Ben-Cohen <ohad@wizery.com>
7153 L:      linux-omap@vger.kernel.org
7154 S:      Maintained
7155 F:      drivers/hwspinlock/omap_hwspinlock.c
7156 F:      arch/arm/mach-omap2/hwspinlock.c
7157
7158 OMAP MMC SUPPORT
7159 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7160 L:      linux-omap@vger.kernel.org
7161 S:      Maintained
7162 F:      drivers/mmc/host/omap.c
7163
7164 OMAP HS MMC SUPPORT
7165 L:      linux-mmc@vger.kernel.org
7166 L:      linux-omap@vger.kernel.org
7167 S:      Orphan
7168 F:      drivers/mmc/host/omap_hsmmc.c
7169
7170 OMAP RANDOM NUMBER GENERATOR SUPPORT
7171 M:      Deepak Saxena <dsaxena@plexity.net>
7172 S:      Maintained
7173 F:      drivers/char/hw_random/omap-rng.c
7174
7175 OMAP HWMOD SUPPORT
7176 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7177 M:      Paul Walmsley <paul@pwsan.com>
7178 L:      linux-omap@vger.kernel.org
7179 S:      Maintained
7180 F:      arch/arm/mach-omap2/omap_hwmod.*
7181
7182 OMAP HWMOD DATA
7183 M:      Paul Walmsley <paul@pwsan.com>
7184 L:      linux-omap@vger.kernel.org
7185 S:      Maintained
7186 F:      arch/arm/mach-omap2/omap_hwmod*data*
7187
7188 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7189 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7190 L:      linux-omap@vger.kernel.org
7191 S:      Maintained
7192 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7193
7194 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7195 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7196 L:      linux-media@vger.kernel.org
7197 S:      Maintained
7198 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7199 F:      drivers/media/platform/omap3isp/
7200 F:      drivers/staging/media/omap4iss/
7201
7202 OMAP USB SUPPORT
7203 M:      Felipe Balbi <balbi@ti.com>
7204 L:      linux-usb@vger.kernel.org
7205 L:      linux-omap@vger.kernel.org
7206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7207 S:      Maintained
7208 F:      drivers/usb/*/*omap*
7209 F:      arch/arm/*omap*/usb*
7210
7211 OMAP GPIO DRIVER
7212 M:      Javier Martinez Canillas <javier@dowhile0.org>
7213 M:      Santosh Shilimkar <ssantosh@kernel.org>
7214 M:      Kevin Hilman <khilman@deeprootsystems.com>
7215 L:      linux-omap@vger.kernel.org
7216 S:      Maintained
7217 F:      drivers/gpio/gpio-omap.c
7218
7219 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7220 M:      Mark Jackson <mpfj@newflow.co.uk>
7221 L:      linux-omap@vger.kernel.org
7222 S:      Maintained
7223 F:      arch/arm/boot/dts/am335x-nano.dts
7224
7225 OMFS FILESYSTEM
7226 M:      Bob Copeland <me@bobcopeland.com>
7227 L:      linux-karma-devel@lists.sourceforge.net
7228 S:      Maintained
7229 F:      Documentation/filesystems/omfs.txt
7230 F:      fs/omfs/
7231
7232 OMNIKEY CARDMAN 4000 DRIVER
7233 M:      Harald Welte <laforge@gnumonks.org>
7234 S:      Maintained
7235 F:      drivers/char/pcmcia/cm4000_cs.c
7236 F:      include/linux/cm4000_cs.h
7237 F:      include/uapi/linux/cm4000_cs.h
7238
7239 OMNIKEY CARDMAN 4040 DRIVER
7240 M:      Harald Welte <laforge@gnumonks.org>
7241 S:      Maintained
7242 F:      drivers/char/pcmcia/cm4040_cs.*
7243
7244 OMNIVISION OV7670 SENSOR DRIVER
7245 M:      Jonathan Corbet <corbet@lwn.net>
7246 L:      linux-media@vger.kernel.org
7247 T:      git git://linuxtv.org/media_tree.git
7248 S:      Maintained
7249 F:      drivers/media/i2c/ov7670.c
7250
7251 ONENAND FLASH DRIVER
7252 M:      Kyungmin Park <kyungmin.park@samsung.com>
7253 L:      linux-mtd@lists.infradead.org
7254 S:      Maintained
7255 F:      drivers/mtd/onenand/
7256 F:      include/linux/mtd/onenand*.h
7257
7258 ONSTREAM SCSI TAPE DRIVER
7259 M:      Willem Riede <osst@riede.org>
7260 L:      osst-users@lists.sourceforge.net
7261 L:      linux-scsi@vger.kernel.org
7262 S:      Maintained
7263 F:      Documentation/scsi/osst.txt
7264 F:      drivers/scsi/osst.*
7265 F:      drivers/scsi/osst_*.h
7266 F:      drivers/scsi/st.h
7267
7268 OPENCORES I2C BUS DRIVER
7269 M:      Peter Korsgaard <jacmet@sunsite.dk>
7270 L:      linux-i2c@vger.kernel.org
7271 S:      Maintained
7272 F:      Documentation/i2c/busses/i2c-ocores
7273 F:      drivers/i2c/busses/i2c-ocores.c
7274
7275 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7276 M:      Grant Likely <grant.likely@linaro.org>
7277 M:      Rob Herring <robh+dt@kernel.org>
7278 L:      devicetree@vger.kernel.org
7279 W:      http://www.devicetree.org/
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7281 S:      Maintained
7282 F:      drivers/of/
7283 F:      include/linux/of*.h
7284 F:      scripts/dtc/
7285
7286 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7287 M:      Rob Herring <robh+dt@kernel.org>
7288 M:      Pawel Moll <pawel.moll@arm.com>
7289 M:      Mark Rutland <mark.rutland@arm.com>
7290 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7291 M:      Kumar Gala <galak@codeaurora.org>
7292 L:      devicetree@vger.kernel.org
7293 S:      Maintained
7294 F:      Documentation/devicetree/
7295 F:      arch/*/boot/dts/
7296 F:      include/dt-bindings/
7297
7298 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7299 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7300 L:      devicetree@vger.kernel.org
7301 S:      Maintained
7302 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7303 F:      Documentation/devicetree/overlay-notes.txt
7304 F:      drivers/of/overlay.c
7305 F:      drivers/of/resolver.c
7306
7307 OPENRISC ARCHITECTURE
7308 M:      Jonas Bonn <jonas@southpole.se>
7309 W:      http://openrisc.net
7310 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7311 S:      Maintained
7312 T:      git git://openrisc.net/~jonas/linux
7313 F:      arch/openrisc/
7314
7315 OPENVSWITCH
7316 M:      Pravin Shelar <pshelar@nicira.com>
7317 L:      netdev@vger.kernel.org
7318 L:      dev@openvswitch.org
7319 W:      http://openvswitch.org
7320 S:      Maintained
7321 F:      net/openvswitch/
7322 F:      include/uapi/linux/openvswitch.h
7323
7324 OPL4 DRIVER
7325 M:      Clemens Ladisch <clemens@ladisch.de>
7326 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7327 T:      git git://git.alsa-project.org/alsa-kernel.git
7328 S:      Maintained
7329 F:      sound/drivers/opl4/
7330
7331 OPROFILE
7332 M:      Robert Richter <rric@kernel.org>
7333 L:      oprofile-list@lists.sf.net
7334 S:      Maintained
7335 F:      arch/*/include/asm/oprofile*.h
7336 F:      arch/*/oprofile/
7337 F:      drivers/oprofile/
7338 F:      include/linux/oprofile.h
7339
7340 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7341 M:      Mark Fasheh <mfasheh@suse.com>
7342 M:      Joel Becker <jlbec@evilplan.org>
7343 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7344 W:      http://ocfs2.wiki.kernel.org
7345 S:      Supported
7346 F:      Documentation/filesystems/ocfs2.txt
7347 F:      Documentation/filesystems/dlmfs.txt
7348 F:      fs/ocfs2/
7349
7350 ORINOCO DRIVER
7351 L:      linux-wireless@vger.kernel.org
7352 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7353 W:      http://www.nongnu.org/orinoco/
7354 S:      Orphan
7355 F:      drivers/net/wireless/orinoco/
7356
7357 OSD LIBRARY and FILESYSTEM
7358 M:      Boaz Harrosh <ooo@electrozaur.com>
7359 M:      Benny Halevy <bhalevy@primarydata.com>
7360 L:      osd-dev@open-osd.org
7361 W:      http://open-osd.org
7362 T:      git git://git.open-osd.org/open-osd.git
7363 S:      Maintained
7364 F:      drivers/scsi/osd/
7365 F:      include/scsi/osd_*
7366 F:      fs/exofs/
7367
7368 OVERLAY FILESYSTEM
7369 M:      Miklos Szeredi <miklos@szeredi.hu>
7370 L:      linux-unionfs@vger.kernel.org
7371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7372 S:      Supported
7373 F:      fs/overlayfs/
7374 F:      Documentation/filesystems/overlayfs.txt
7375
7376 P54 WIRELESS DRIVER
7377 M:      Christian Lamparter <chunkeey@googlemail.com>
7378 L:      linux-wireless@vger.kernel.org
7379 W:      http://wireless.kernel.org/en/users/Drivers/p54
7380 S:      Maintained
7381 F:      drivers/net/wireless/p54/
7382
7383 PA SEMI ETHERNET DRIVER
7384 M:      Olof Johansson <olof@lixom.net>
7385 L:      netdev@vger.kernel.org
7386 S:      Maintained
7387 F:      drivers/net/ethernet/pasemi/*
7388
7389 PA SEMI SMBUS DRIVER
7390 M:      Olof Johansson <olof@lixom.net>
7391 L:      linux-i2c@vger.kernel.org
7392 S:      Maintained
7393 F:      drivers/i2c/busses/i2c-pasemi.c
7394
7395 PADATA PARALLEL EXECUTION MECHANISM
7396 M:      Steffen Klassert <steffen.klassert@secunet.com>
7397 L:      linux-crypto@vger.kernel.org
7398 S:      Maintained
7399 F:      kernel/padata.c
7400 F:      include/linux/padata.h
7401 F:      Documentation/padata.txt
7402
7403 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7404 M:      Harald Welte <laforge@gnumonks.org>
7405 L:      platform-driver-x86@vger.kernel.org
7406 S:      Maintained
7407 F:      drivers/platform/x86/panasonic-laptop.c
7408
7409 PANASONIC MN10300/AM33/AM34 PORT
7410 M:      David Howells <dhowells@redhat.com>
7411 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7412 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7413 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7414 S:      Maintained
7415 F:      Documentation/mn10300/
7416 F:      arch/mn10300/
7417
7418 PARALLEL PORT SUPPORT
7419 L:      linux-parport@lists.infradead.org (subscribers-only)
7420 S:      Orphan
7421 F:      drivers/parport/
7422 F:      include/linux/parport*.h
7423 F:      drivers/char/ppdev.c
7424 F:      include/uapi/linux/ppdev.h
7425
7426 PARAVIRT_OPS INTERFACE
7427 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7428 M:      Chris Wright <chrisw@sous-sol.org>
7429 M:      Alok Kataria <akataria@vmware.com>
7430 M:      Rusty Russell <rusty@rustcorp.com.au>
7431 L:      virtualization@lists.linux-foundation.org
7432 S:      Supported
7433 F:      Documentation/virtual/paravirt_ops.txt
7434 F:      arch/*/kernel/paravirt*
7435 F:      arch/*/include/asm/paravirt.h
7436
7437 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7438 M:      Tim Waugh <tim@cyberelk.net>
7439 L:      linux-parport@lists.infradead.org (subscribers-only)
7440 W:      http://www.torque.net/linux-pp.html
7441 S:      Maintained
7442 F:      Documentation/blockdev/paride.txt
7443 F:      drivers/block/paride/
7444
7445 PARISC ARCHITECTURE
7446 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7447 M:      Helge Deller <deller@gmx.de>
7448 L:      linux-parisc@vger.kernel.org
7449 W:      http://www.parisc-linux.org/
7450 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7453 S:      Maintained
7454 F:      arch/parisc/
7455 F:      Documentation/parisc/
7456 F:      drivers/parisc/
7457 F:      drivers/char/agp/parisc-agp.c
7458 F:      drivers/input/serio/gscps2.c
7459 F:      drivers/parport/parport_gsc.*
7460 F:      drivers/tty/serial/8250/8250_gsc.c
7461 F:      drivers/video/fbdev/sti*
7462 F:      drivers/video/console/sti*
7463 F:      drivers/video/logo/logo_parisc*
7464
7465 PC87360 HARDWARE MONITORING DRIVER
7466 M:      Jim Cromie <jim.cromie@gmail.com>
7467 L:      lm-sensors@lm-sensors.org
7468 S:      Maintained
7469 F:      Documentation/hwmon/pc87360
7470 F:      drivers/hwmon/pc87360.c
7471
7472 PC8736x GPIO DRIVER
7473 M:      Jim Cromie <jim.cromie@gmail.com>
7474 S:      Maintained
7475 F:      drivers/char/pc8736x_gpio.c
7476
7477 PC87427 HARDWARE MONITORING DRIVER
7478 M:      Jean Delvare <jdelvare@suse.de>
7479 L:      lm-sensors@lm-sensors.org
7480 S:      Maintained
7481 F:      Documentation/hwmon/pc87427
7482 F:      drivers/hwmon/pc87427.c
7483
7484 PCA9532 LED DRIVER
7485 M:      Riku Voipio <riku.voipio@iki.fi>
7486 S:      Maintained
7487 F:      drivers/leds/leds-pca9532.c
7488 F:      include/linux/leds-pca9532.h
7489
7490 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7491 M:      Guenter Roeck <linux@roeck-us.net>
7492 L:      linux-i2c@vger.kernel.org
7493 S:      Maintained
7494 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7495
7496 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7497 M:      Khalid Aziz <khalid@gonehiking.org>
7498 S:      Maintained
7499 F:      drivers/firmware/pcdp.*
7500
7501 PCI ERROR RECOVERY
7502 M:      Linas Vepstas <linasvepstas@gmail.com>
7503 L:      linux-pci@vger.kernel.org
7504 S:      Supported
7505 F:      Documentation/PCI/pci-error-recovery.txt
7506
7507 PCI SUBSYSTEM
7508 M:      Bjorn Helgaas <bhelgaas@google.com>
7509 L:      linux-pci@vger.kernel.org
7510 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7512 S:      Supported
7513 F:      Documentation/PCI/
7514 F:      drivers/pci/
7515 F:      include/linux/pci*
7516 F:      arch/x86/pci/
7517 F:      arch/x86/kernel/quirks.c
7518
7519 PCI DRIVER FOR ARM VERSATILE PLATFORM
7520 M:      Rob Herring <robh@kernel.org>
7521 L:      linux-pci@vger.kernel.org
7522 L:      linux-arm-kernel@lists.infradead.org
7523 S:      Maintained
7524 F:      Documentation/devicetree/bindings/pci/versatile.txt
7525 F:      drivers/pci/host/pci-versatile.c
7526
7527 PCI DRIVER FOR APPLIEDMICRO XGENE
7528 M:      Tanmay Inamdar <tinamdar@apm.com>
7529 L:      linux-pci@vger.kernel.org
7530 L:      linux-arm-kernel@lists.infradead.org
7531 S:      Maintained
7532 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7533 F:      drivers/pci/host/pci-xgene.c
7534
7535 PCI DRIVER FOR FREESCALE LAYERSCAPE
7536 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7537 M:      Mingkai Hu <mingkai.hu@freescale.com>
7538 M:      Roy Zang <tie-fei.zang@freescale.com>
7539 L:      linuxppc-dev@lists.ozlabs.org
7540 L:      linux-pci@vger.kernel.org
7541 L:      linux-arm-kernel@lists.infradead.org
7542 S:      Maintained
7543 F:      drivers/pci/host/*layerscape*
7544
7545 PCI DRIVER FOR IMX6
7546 M:      Richard Zhu <Richard.Zhu@freescale.com>
7547 M:      Lucas Stach <l.stach@pengutronix.de>
7548 L:      linux-pci@vger.kernel.org
7549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7550 S:      Maintained
7551 F:      drivers/pci/host/*imx6*
7552
7553 PCI DRIVER FOR TI KEYSTONE
7554 M:      Murali Karicheri <m-karicheri2@ti.com>
7555 L:      linux-pci@vger.kernel.org
7556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7557 S:      Maintained
7558 F:      drivers/pci/host/*keystone*
7559
7560 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7561 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7562 M:      Jason Cooper <jason@lakedaemon.net>
7563 L:      linux-pci@vger.kernel.org
7564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7565 S:      Maintained
7566 F:      drivers/pci/host/*mvebu*
7567
7568 PCI DRIVER FOR NVIDIA TEGRA
7569 M:      Thierry Reding <thierry.reding@gmail.com>
7570 L:      linux-tegra@vger.kernel.org
7571 L:      linux-pci@vger.kernel.org
7572 S:      Supported
7573 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7574 F:      drivers/pci/host/pci-tegra.c
7575
7576 PCI DRIVER FOR TI DRA7XX
7577 M:      Kishon Vijay Abraham I <kishon@ti.com>
7578 L:      linux-omap@vger.kernel.org
7579 L:      linux-pci@vger.kernel.org
7580 S:      Supported
7581 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7582 F:      drivers/pci/host/pci-dra7xx.c
7583
7584 PCI DRIVER FOR RENESAS R-CAR
7585 M:      Simon Horman <horms@verge.net.au>
7586 L:      linux-pci@vger.kernel.org
7587 L:      linux-sh@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/pci/host/*rcar*
7590
7591 PCI DRIVER FOR SAMSUNG EXYNOS
7592 M:      Jingoo Han <jingoohan1@gmail.com>
7593 L:      linux-pci@vger.kernel.org
7594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7595 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7596 S:      Maintained
7597 F:      drivers/pci/host/pci-exynos.c
7598
7599 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7600 M:      Jingoo Han <jingoohan1@gmail.com>
7601 M:      Pratyush Anand <pratyush.anand@gmail.com>
7602 L:      linux-pci@vger.kernel.org
7603 S:      Maintained
7604 F:      drivers/pci/host/*designware*
7605
7606 PCI DRIVER FOR GENERIC OF HOSTS
7607 M:      Will Deacon <will.deacon@arm.com>
7608 L:      linux-pci@vger.kernel.org
7609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7610 S:      Maintained
7611 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7612 F:      drivers/pci/host/pci-host-generic.c
7613
7614 PCIE DRIVER FOR ST SPEAR13XX
7615 M:      Pratyush Anand <pratyush.anand@gmail.com>
7616 L:      linux-pci@vger.kernel.org
7617 S:      Maintained
7618 F:      drivers/pci/host/*spear*
7619
7620 PCMCIA SUBSYSTEM
7621 P:      Linux PCMCIA Team
7622 L:      linux-pcmcia@lists.infradead.org
7623 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7625 S:      Maintained
7626 F:      Documentation/pcmcia/
7627 F:      drivers/pcmcia/
7628 F:      include/pcmcia/
7629
7630 PCNET32 NETWORK DRIVER
7631 M:      Don Fry <pcnet32@frontier.com>
7632 L:      netdev@vger.kernel.org
7633 S:      Maintained
7634 F:      drivers/net/ethernet/amd/pcnet32.c
7635
7636 PCRYPT PARALLEL CRYPTO ENGINE
7637 M:      Steffen Klassert <steffen.klassert@secunet.com>
7638 L:      linux-crypto@vger.kernel.org
7639 S:      Maintained
7640 F:      crypto/pcrypt.c
7641 F:      include/crypto/pcrypt.h
7642
7643 PER-CPU MEMORY ALLOCATOR
7644 M:      Tejun Heo <tj@kernel.org>
7645 M:      Christoph Lameter <cl@linux-foundation.org>
7646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7647 S:      Maintained
7648 F:      include/linux/percpu*.h
7649 F:      mm/percpu*.c
7650 F:      arch/*/include/asm/percpu.h
7651
7652 PER-TASK DELAY ACCOUNTING
7653 M:      Balbir Singh <bsingharora@gmail.com>
7654 S:      Maintained
7655 F:      include/linux/delayacct.h
7656 F:      kernel/delayacct.c
7657
7658 PERFORMANCE EVENTS SUBSYSTEM
7659 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7660 M:      Paul Mackerras <paulus@samba.org>
7661 M:      Ingo Molnar <mingo@redhat.com>
7662 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7663 L:      linux-kernel@vger.kernel.org
7664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7665 S:      Supported
7666 F:      kernel/events/*
7667 F:      include/linux/perf_event.h
7668 F:      include/uapi/linux/perf_event.h
7669 F:      arch/*/kernel/perf_event*.c
7670 F:      arch/*/kernel/*/perf_event*.c
7671 F:      arch/*/kernel/*/*/perf_event*.c
7672 F:      arch/*/include/asm/perf_event.h
7673 F:      arch/*/kernel/perf_callchain.c
7674 F:      tools/perf/
7675
7676 PERSONALITY HANDLING
7677 M:      Christoph Hellwig <hch@infradead.org>
7678 L:      linux-abi-devel@lists.sourceforge.net
7679 S:      Maintained
7680 F:      include/linux/personality.h
7681 F:      include/uapi/linux/personality.h
7682
7683 PHONET PROTOCOL
7684 M:      Remi Denis-Courmont <courmisch@gmail.com>
7685 S:      Supported
7686 F:      Documentation/networking/phonet.txt
7687 F:      include/linux/phonet.h
7688 F:      include/net/phonet/
7689 F:      include/uapi/linux/phonet.h
7690 F:      net/phonet/
7691
7692 PHRAM MTD DRIVER
7693 M:      Joern Engel <joern@lazybastard.org>
7694 L:      linux-mtd@lists.infradead.org
7695 S:      Maintained
7696 F:      drivers/mtd/devices/phram.c
7697
7698 PICOLCD HID DRIVER
7699 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7700 L:      linux-input@vger.kernel.org
7701 S:      Maintained
7702 F:      drivers/hid/hid-picolcd*
7703
7704 PICOXCELL SUPPORT
7705 M:      Jamie Iles <jamie@jamieiles.com>
7706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7707 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7708 S:      Supported
7709 F:      arch/arm/boot/dts/picoxcell*
7710 F:      arch/arm/mach-picoxcell/
7711 F:      drivers/crypto/picoxcell*
7712
7713 PIN CONTROL SUBSYSTEM
7714 M:      Linus Walleij <linus.walleij@linaro.org>
7715 L:      linux-gpio@vger.kernel.org
7716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7717 S:      Maintained
7718 F:      drivers/pinctrl/
7719 F:      include/linux/pinctrl/
7720
7721 PIN CONTROLLER - ATMEL AT91
7722 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7724 S:      Maintained
7725 F:      drivers/pinctrl/pinctrl-at91.*
7726
7727 PIN CONTROLLER - INTEL
7728 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7729 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7730 S:      Maintained
7731 F:      drivers/pinctrl/intel/
7732
7733 PIN CONTROLLER - RENESAS
7734 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7735 L:      linux-sh@vger.kernel.org
7736 S:      Maintained
7737 F:      drivers/pinctrl/sh-pfc/
7738
7739 PIN CONTROLLER - SAMSUNG
7740 M:      Tomasz Figa <tomasz.figa@gmail.com>
7741 M:      Thomas Abraham <thomas.abraham@linaro.org>
7742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7743 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7744 S:      Maintained
7745 F:      drivers/pinctrl/samsung/
7746
7747 PIN CONTROLLER - ST SPEAR
7748 M:      Viresh Kumar <viresh.linux@gmail.com>
7749 L:      spear-devel@list.st.com
7750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7751 W:      http://www.st.com/spear
7752 S:      Maintained
7753 F:      drivers/pinctrl/spear/
7754
7755 PKTCDVD DRIVER
7756 M:      Jiri Kosina <jkosina@suse.cz>
7757 S:      Maintained
7758 F:      drivers/block/pktcdvd.c
7759 F:      include/linux/pktcdvd.h
7760 F:      include/uapi/linux/pktcdvd.h
7761
7762 PKUNITY SOC DRIVERS
7763 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7764 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7765 S:      Maintained
7766 T:      git git://github.com/gxt/linux.git
7767 F:      drivers/input/serio/i8042-unicore32io.h
7768 F:      drivers/i2c/busses/i2c-puv3.c
7769 F:      drivers/video/fbdev/fb-puv3.c
7770 F:      drivers/rtc/rtc-puv3.c
7771
7772 PMBUS HARDWARE MONITORING DRIVERS
7773 M:      Guenter Roeck <linux@roeck-us.net>
7774 L:      lm-sensors@lm-sensors.org
7775 W:      http://www.lm-sensors.org/
7776 W:      http://www.roeck-us.net/linux/drivers/
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7778 S:      Maintained
7779 F:      Documentation/hwmon/pmbus
7780 F:      drivers/hwmon/pmbus/
7781 F:      include/linux/i2c/pmbus.h
7782
7783 PMC SIERRA MaxRAID DRIVER
7784 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7785 L:      linux-scsi@vger.kernel.org
7786 W:      http://www.pmc-sierra.com/
7787 S:      Supported
7788 F:      drivers/scsi/pmcraid.*
7789
7790 PMC SIERRA PM8001 DRIVER
7791 M:      xjtuwjp@gmail.com
7792 M:      lindar_liu@usish.com
7793 L:      pmchba@pmcs.com
7794 L:      linux-scsi@vger.kernel.org
7795 S:      Supported
7796 F:      drivers/scsi/pm8001/
7797
7798 POSIX CLOCKS and TIMERS
7799 M:      Thomas Gleixner <tglx@linutronix.de>
7800 L:      linux-kernel@vger.kernel.org
7801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7802 S:      Maintained
7803 F:      fs/timerfd.c
7804 F:      include/linux/timer*
7805 F:      kernel/time/*timer*
7806
7807 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7808 M:      Sebastian Reichel <sre@kernel.org>
7809 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7810 M:      David Woodhouse <dwmw2@infradead.org>
7811 L:      linux-pm@vger.kernel.org
7812 T:      git git://git.infradead.org/battery-2.6.git
7813 S:      Maintained
7814 F:      include/linux/power_supply.h
7815 F:      drivers/power/
7816
7817 PNP SUPPORT
7818 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7819 S:      Maintained
7820 F:      drivers/pnp/
7821
7822 PNXxxxx I2C DRIVER
7823 M:      Vitaly Wool <vitalywool@gmail.com>
7824 L:      linux-i2c@vger.kernel.org
7825 S:      Maintained
7826 F:      drivers/i2c/busses/i2c-pnx.c
7827
7828 PPP PROTOCOL DRIVERS AND COMPRESSORS
7829 M:      Paul Mackerras <paulus@samba.org>
7830 L:      linux-ppp@vger.kernel.org
7831 S:      Maintained
7832 F:      drivers/net/ppp/ppp_*
7833
7834 PPP OVER ATM (RFC 2364)
7835 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7836 S:      Maintained
7837 F:      net/atm/pppoatm.c
7838 F:      include/uapi/linux/atmppp.h
7839
7840 PPP OVER ETHERNET
7841 M:      Michal Ostrowski <mostrows@earthlink.net>
7842 S:      Maintained
7843 F:      drivers/net/ppp/pppoe.c
7844 F:      drivers/net/ppp/pppox.c
7845
7846 PPP OVER L2TP
7847 M:      James Chapman <jchapman@katalix.com>
7848 S:      Maintained
7849 F:      net/l2tp/l2tp_ppp.c
7850 F:      include/linux/if_pppol2tp.h
7851 F:      include/uapi/linux/if_pppol2tp.h
7852
7853 PPS SUPPORT
7854 M:      Rodolfo Giometti <giometti@enneenne.com>
7855 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7856 L:      linuxpps@ml.enneenne.com (subscribers-only)
7857 S:      Maintained
7858 F:      Documentation/pps/
7859 F:      drivers/pps/
7860 F:      include/linux/pps*.h
7861
7862 PPTP DRIVER
7863 M:      Dmitry Kozlov <xeb@mail.ru>
7864 L:      netdev@vger.kernel.org
7865 S:      Maintained
7866 F:      drivers/net/ppp/pptp.c
7867 W:      http://sourceforge.net/projects/accel-pptp
7868
7869 PREEMPTIBLE KERNEL
7870 M:      Robert Love <rml@tech9.net>
7871 L:      kpreempt-tech@lists.sourceforge.net
7872 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7873 S:      Supported
7874 F:      Documentation/preempt-locking.txt
7875 F:      include/linux/preempt.h
7876
7877 PRISM54 WIRELESS DRIVER
7878 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7879 L:      linux-wireless@vger.kernel.org
7880 W:      http://wireless.kernel.org/en/users/Drivers/p54
7881 S:      Obsolete
7882 F:      drivers/net/wireless/prism54/
7883
7884 PS3 NETWORK SUPPORT
7885 M:      Geoff Levand <geoff@infradead.org>
7886 L:      netdev@vger.kernel.org
7887 L:      cbe-oss-dev@lists.ozlabs.org
7888 S:      Maintained
7889 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7890
7891 PS3 PLATFORM SUPPORT
7892 M:      Geoff Levand <geoff@infradead.org>
7893 L:      linuxppc-dev@lists.ozlabs.org
7894 L:      cbe-oss-dev@lists.ozlabs.org
7895 S:      Maintained
7896 F:      arch/powerpc/boot/ps3*
7897 F:      arch/powerpc/include/asm/lv1call.h
7898 F:      arch/powerpc/include/asm/ps3*.h
7899 F:      arch/powerpc/platforms/ps3/
7900 F:      drivers/*/ps3*
7901 F:      drivers/ps3/
7902 F:      drivers/rtc/rtc-ps3.c
7903 F:      drivers/usb/host/*ps3.c
7904 F:      sound/ppc/snd_ps3*
7905
7906 PS3VRAM DRIVER
7907 M:      Jim Paris <jim@jtan.com>
7908 L:      cbe-oss-dev@lists.ozlabs.org
7909 S:      Maintained
7910 F:      drivers/block/ps3vram.c
7911
7912 PSTORE FILESYSTEM
7913 M:      Anton Vorontsov <anton@enomsg.org>
7914 M:      Colin Cross <ccross@android.com>
7915 M:      Kees Cook <keescook@chromium.org>
7916 M:      Tony Luck <tony.luck@intel.com>
7917 S:      Maintained
7918 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7919 F:      fs/pstore/
7920 F:      include/linux/pstore*
7921 F:      drivers/firmware/efi/efi-pstore.c
7922 F:      drivers/acpi/apei/erst.c
7923
7924 PTP HARDWARE CLOCK SUPPORT
7925 M:      Richard Cochran <richardcochran@gmail.com>
7926 L:      netdev@vger.kernel.org
7927 S:      Maintained
7928 W:      http://linuxptp.sourceforge.net/
7929 F:      Documentation/ABI/testing/sysfs-ptp
7930 F:      Documentation/ptp/*
7931 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7932 F:      drivers/net/phy/dp83640*
7933 F:      drivers/ptp/*
7934 F:      include/linux/ptp_cl*
7935
7936 PTRACE SUPPORT
7937 M:      Roland McGrath <roland@hack.frob.com>
7938 M:      Oleg Nesterov <oleg@redhat.com>
7939 S:      Maintained
7940 F:      include/asm-generic/syscall.h
7941 F:      include/linux/ptrace.h
7942 F:      include/linux/regset.h
7943 F:      include/linux/tracehook.h
7944 F:      include/uapi/linux/ptrace.h
7945 F:      kernel/ptrace.c
7946
7947 PVRUSB2 VIDEO4LINUX DRIVER
7948 M:      Mike Isely <isely@pobox.com>
7949 L:      pvrusb2@isely.net       (subscribers-only)
7950 L:      linux-media@vger.kernel.org
7951 W:      http://www.isely.net/pvrusb2/
7952 T:      git git://linuxtv.org/media_tree.git
7953 S:      Maintained
7954 F:      Documentation/video4linux/README.pvrusb2
7955 F:      drivers/media/usb/pvrusb2/
7956
7957 PWC WEBCAM DRIVER
7958 M:      Hans de Goede <hdegoede@redhat.com>
7959 L:      linux-media@vger.kernel.org
7960 T:      git git://linuxtv.org/media_tree.git
7961 S:      Maintained
7962 F:      drivers/media/usb/pwc/*
7963
7964 PWM FAN DRIVER
7965 M:      Kamil Debski <k.debski@samsung.com>
7966 L:      lm-sensors@lm-sensors.org
7967 S:      Supported
7968 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7969 F:      Documentation/hwmon/pwm-fan
7970 F:      drivers/hwmon/pwm-fan.c
7971
7972 PWM SUBSYSTEM
7973 M:      Thierry Reding <thierry.reding@gmail.com>
7974 L:      linux-pwm@vger.kernel.org
7975 S:      Maintained
7976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7977 F:      Documentation/pwm.txt
7978 F:      Documentation/devicetree/bindings/pwm/
7979 F:      include/linux/pwm.h
7980 F:      drivers/pwm/
7981 F:      drivers/video/backlight/pwm_bl.c
7982 F:      include/linux/pwm_backlight.h
7983
7984 PXA2xx/PXA3xx SUPPORT
7985 M:      Daniel Mack <daniel@zonque.org>
7986 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7987 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7989 T:      git git://github.com/hzhuang1/linux.git
7990 T:      git git://github.com/rjarzmik/linux.git
7991 S:      Maintained
7992 F:      arch/arm/mach-pxa/
7993 F:      drivers/pcmcia/pxa2xx*
7994 F:      drivers/spi/spi-pxa2xx*
7995 F:      drivers/usb/gadget/udc/pxa2*
7996 F:      include/sound/pxa2xx-lib.h
7997 F:      sound/arm/pxa*
7998 F:      sound/soc/pxa/
7999
8000 PXA3xx NAND FLASH DRIVER
8001 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8002 L:      linux-mtd@lists.infradead.org
8003 S:      Maintained
8004 F:      drivers/mtd/nand/pxa3xx_nand.c
8005
8006 MMP SUPPORT
8007 M:      Eric Miao <eric.y.miao@gmail.com>
8008 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8010 T:      git git://github.com/hzhuang1/linux.git
8011 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8012 S:      Maintained
8013 F:      arch/arm/mach-mmp/
8014
8015 PXA MMCI DRIVER
8016 S:      Orphan
8017
8018 PXA RTC DRIVER
8019 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8020 L:      rtc-linux@googlegroups.com
8021 S:      Maintained
8022
8023 QAT DRIVER
8024 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8025 L:      qat-linux@intel.com
8026 S:      Supported
8027 F:      drivers/crypto/qat/
8028
8029 QIB DRIVER
8030 M:      Mike Marciniszyn <infinipath@intel.com>
8031 L:      linux-rdma@vger.kernel.org
8032 S:      Supported
8033 F:      drivers/infiniband/hw/qib/
8034
8035 QLOGIC QLA1280 SCSI DRIVER
8036 M:      Michael Reed <mdr@sgi.com>
8037 L:      linux-scsi@vger.kernel.org
8038 S:      Maintained
8039 F:      drivers/scsi/qla1280.[ch]
8040
8041 QLOGIC QLA2XXX FC-SCSI DRIVER
8042 M:      qla2xxx-upstream@qlogic.com
8043 L:      linux-scsi@vger.kernel.org
8044 S:      Supported
8045 F:      Documentation/scsi/LICENSE.qla2xxx
8046 F:      drivers/scsi/qla2xxx/
8047
8048 QLOGIC QLA4XXX iSCSI DRIVER
8049 M:      QLogic-Storage-Upstream@qlogic.com
8050 L:      linux-scsi@vger.kernel.org
8051 S:      Supported
8052 F:      Documentation/scsi/LICENSE.qla4xxx
8053 F:      drivers/scsi/qla4xxx/
8054
8055 QLOGIC QLA3XXX NETWORK DRIVER
8056 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8057 M:      Ron Mercer <ron.mercer@qlogic.com>
8058 M:      linux-driver@qlogic.com
8059 L:      netdev@vger.kernel.org
8060 S:      Supported
8061 F:      Documentation/networking/LICENSE.qla3xxx
8062 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8063
8064 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8065 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8066 M:      Dept-GELinuxNICDev@qlogic.com
8067 L:      netdev@vger.kernel.org
8068 S:      Supported
8069 F:      drivers/net/ethernet/qlogic/qlcnic/
8070
8071 QLOGIC QLGE 10Gb ETHERNET DRIVER
8072 M:      Harish Patil <harish.patil@qlogic.com>
8073 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8074 M:      Dept-GELinuxNICDev@qlogic.com
8075 M:      linux-driver@qlogic.com
8076 L:      netdev@vger.kernel.org
8077 S:      Supported
8078 F:      drivers/net/ethernet/qlogic/qlge/
8079
8080 QNX4 FILESYSTEM
8081 M:      Anders Larsen <al@alarsen.net>
8082 W:      http://www.alarsen.net/linux/qnx4fs/
8083 S:      Maintained
8084 F:      fs/qnx4/
8085 F:      include/uapi/linux/qnx4_fs.h
8086 F:      include/uapi/linux/qnxtypes.h
8087
8088 QT1010 MEDIA DRIVER
8089 M:      Antti Palosaari <crope@iki.fi>
8090 L:      linux-media@vger.kernel.org
8091 W:      http://linuxtv.org/
8092 W:      http://palosaari.fi/linux/
8093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8094 T:      git git://linuxtv.org/anttip/media_tree.git
8095 S:      Maintained
8096 F:      drivers/media/tuners/qt1010*
8097
8098 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8099 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8100 L:      linux-wireless@vger.kernel.org
8101 L:      ath9k-devel@lists.ath9k.org
8102 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8103 S:      Supported
8104 F:      drivers/net/wireless/ath/ath9k/
8105
8106 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8107 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8108 L:      ath10k@lists.infradead.org
8109 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8110 T:      git git://github.com/kvalo/ath.git
8111 S:      Supported
8112 F:      drivers/net/wireless/ath/ath10k/
8113
8114 QUALCOMM HEXAGON ARCHITECTURE
8115 M:      Richard Kuo <rkuo@codeaurora.org>
8116 L:      linux-hexagon@vger.kernel.org
8117 S:      Supported
8118 F:      arch/hexagon/
8119
8120 QUALCOMM WCN36XX WIRELESS DRIVER
8121 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8122 L:      wcn36xx@lists.infradead.org
8123 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8124 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8125 S:      Supported
8126 F:      drivers/net/wireless/ath/wcn36xx/
8127
8128 RADOS BLOCK DEVICE (RBD)
8129 M:      Ilya Dryomov <idryomov@gmail.com>
8130 M:      Sage Weil <sage@redhat.com>
8131 M:      Alex Elder <elder@kernel.org>
8132 M:      ceph-devel@vger.kernel.org
8133 W:      http://ceph.com/
8134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8135 S:      Supported
8136 F:      drivers/block/rbd.c
8137 F:      drivers/block/rbd_types.h
8138
8139 RADEON FRAMEBUFFER DISPLAY DRIVER
8140 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8141 L:      linux-fbdev@vger.kernel.org
8142 S:      Maintained
8143 F:      drivers/video/fbdev/aty/radeon*
8144 F:      include/uapi/linux/radeonfb.h
8145
8146 RADIOSHARK RADIO DRIVER
8147 M:      Hans de Goede <hdegoede@redhat.com>
8148 L:      linux-media@vger.kernel.org
8149 T:      git git://linuxtv.org/media_tree.git
8150 S:      Maintained
8151 F:      drivers/media/radio/radio-shark.c
8152
8153 RADIOSHARK2 RADIO DRIVER
8154 M:      Hans de Goede <hdegoede@redhat.com>
8155 L:      linux-media@vger.kernel.org
8156 T:      git git://linuxtv.org/media_tree.git
8157 S:      Maintained
8158 F:      drivers/media/radio/radio-shark2.c
8159 F:      drivers/media/radio/radio-tea5777.c
8160
8161 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8162 M:      Paul Mackerras <paulus@samba.org>
8163 L:      linux-fbdev@vger.kernel.org
8164 S:      Maintained
8165 F:      drivers/video/fbdev/aty/aty128fb.c
8166
8167 RALINK RT2X00 WIRELESS LAN DRIVER
8168 P:      rt2x00 project
8169 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8170 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8171 L:      linux-wireless@vger.kernel.org
8172 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8173 W:      http://rt2x00.serialmonkey.com/
8174 S:      Maintained
8175 F:      drivers/net/wireless/rt2x00/
8176
8177 RAMDISK RAM BLOCK DEVICE DRIVER
8178 M:      Jens Axboe <axboe@kernel.dk>
8179 S:      Maintained
8180 F:      Documentation/blockdev/ramdisk.txt
8181 F:      drivers/block/brd.c
8182
8183 PERSISTENT MEMORY DRIVER
8184 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8185 L:      linux-nvdimm@lists.01.org
8186 S:      Supported
8187 F:      drivers/block/pmem.c
8188
8189 RANDOM NUMBER DRIVER
8190 M:      "Theodore Ts'o" <tytso@mit.edu>
8191 S:      Maintained
8192 F:      drivers/char/random.c
8193
8194 RAPIDIO SUBSYSTEM
8195 M:      Matt Porter <mporter@kernel.crashing.org>
8196 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8197 S:      Maintained
8198 F:      drivers/rapidio/
8199
8200 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8201 L:      linux-wireless@vger.kernel.org
8202 S:      Orphan
8203 F:      drivers/net/wireless/ray*
8204
8205 RCUTORTURE MODULE
8206 M:      Josh Triplett <josh@joshtriplett.org>
8207 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8208 L:      linux-kernel@vger.kernel.org
8209 S:      Supported
8210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8211 F:      Documentation/RCU/torture.txt
8212 F:      kernel/rcu/rcutorture.c
8213
8214 RCUTORTURE TEST FRAMEWORK
8215 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8216 M:      Josh Triplett <josh@joshtriplett.org>
8217 R:      Steven Rostedt <rostedt@goodmis.org>
8218 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8219 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8220 L:      linux-kernel@vger.kernel.org
8221 S:      Supported
8222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8223 F:      tools/testing/selftests/rcutorture
8224
8225 RDC R-321X SoC
8226 M:      Florian Fainelli <florian@openwrt.org>
8227 S:      Maintained
8228
8229 RDC R6040 FAST ETHERNET DRIVER
8230 M:      Florian Fainelli <florian@openwrt.org>
8231 L:      netdev@vger.kernel.org
8232 S:      Maintained
8233 F:      drivers/net/ethernet/rdc/r6040.c
8234
8235 RDS - RELIABLE DATAGRAM SOCKETS
8236 M:      Chien Yen <chien.yen@oracle.com>
8237 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8238 S:      Supported
8239 F:      net/rds/
8240
8241 READ-COPY UPDATE (RCU)
8242 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8243 M:      Josh Triplett <josh@joshtriplett.org>
8244 R:      Steven Rostedt <rostedt@goodmis.org>
8245 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8246 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8247 L:      linux-kernel@vger.kernel.org
8248 W:      http://www.rdrop.com/users/paulmck/RCU/
8249 S:      Supported
8250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8251 F:      Documentation/RCU/
8252 X:      Documentation/RCU/torture.txt
8253 F:      include/linux/rcu*
8254 X:      include/linux/srcu.h
8255 F:      kernel/rcu/
8256 X:      kernel/torture.c
8257
8258 REAL TIME CLOCK (RTC) SUBSYSTEM
8259 M:      Alessandro Zummo <a.zummo@towertech.it>
8260 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8261 L:      rtc-linux@googlegroups.com
8262 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8263 S:      Maintained
8264 F:      Documentation/rtc.txt
8265 F:      drivers/rtc/
8266 F:      include/linux/rtc.h
8267 F:      include/uapi/linux/rtc.h
8268
8269 REALTEK AUDIO CODECS
8270 M:      Bard Liao <bardliao@realtek.com>
8271 M:      Oder Chiou <oder_chiou@realtek.com>
8272 S:      Maintained
8273 F:      sound/soc/codecs/rt*
8274 F:      include/sound/rt*.h
8275
8276 REISERFS FILE SYSTEM
8277 L:      reiserfs-devel@vger.kernel.org
8278 S:      Supported
8279 F:      fs/reiserfs/
8280
8281 REGISTER MAP ABSTRACTION
8282 M:      Mark Brown <broonie@kernel.org>
8283 L:      linux-kernel@vger.kernel.org
8284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8285 S:      Supported
8286 F:      drivers/base/regmap/
8287 F:      include/linux/regmap.h
8288
8289 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8290 M:      Ohad Ben-Cohen <ohad@wizery.com>
8291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8292 S:      Maintained
8293 F:      drivers/remoteproc/
8294 F:      Documentation/remoteproc.txt
8295 F:      include/linux/remoteproc.h
8296
8297 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8298 M:      Ohad Ben-Cohen <ohad@wizery.com>
8299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8300 S:      Maintained
8301 F:      drivers/rpmsg/
8302 F:      Documentation/rpmsg.txt
8303 F:      include/linux/rpmsg.h
8304
8305 RESET CONTROLLER FRAMEWORK
8306 M:      Philipp Zabel <p.zabel@pengutronix.de>
8307 S:      Maintained
8308 F:      drivers/reset/
8309 F:      Documentation/devicetree/bindings/reset/
8310 F:      include/linux/reset.h
8311 F:      include/linux/reset-controller.h
8312
8313 RFKILL
8314 M:      Johannes Berg <johannes@sipsolutions.net>
8315 L:      linux-wireless@vger.kernel.org
8316 W:      http://wireless.kernel.org/
8317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8319 S:      Maintained
8320 F:      Documentation/rfkill.txt
8321 F:      net/rfkill/
8322
8323 RHASHTABLE
8324 M:      Thomas Graf <tgraf@suug.ch>
8325 L:      netdev@vger.kernel.org
8326 S:      Maintained
8327 F:      lib/rhashtable.c
8328 F:      include/linux/rhashtable.h
8329
8330 RICOH SMARTMEDIA/XD DRIVER
8331 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8332 S:      Maintained
8333 F:      drivers/mtd/nand/r852.c
8334 F:      drivers/mtd/nand/r852.h
8335
8336 RICOH R5C592 MEMORYSTICK DRIVER
8337 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8338 S:      Maintained
8339 F:      drivers/memstick/host/r592.*
8340
8341 ROCCAT DRIVERS
8342 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8343 W:      http://sourceforge.net/projects/roccat/
8344 S:      Maintained
8345 F:      drivers/hid/hid-roccat*
8346 F:      include/linux/hid-roccat*
8347 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8348
8349 ROCKER DRIVER
8350 M:      Jiri Pirko <jiri@resnulli.us>
8351 M:      Scott Feldman <sfeldma@gmail.com>
8352 L:      netdev@vger.kernel.org
8353 S:      Supported
8354 F:      drivers/net/ethernet/rocker/
8355
8356 ROCKETPORT DRIVER
8357 P:      Comtrol Corp.
8358 W:      http://www.comtrol.com
8359 S:      Maintained
8360 F:      Documentation/serial/rocket.txt
8361 F:      drivers/tty/rocket*
8362
8363 ROCKETPORT EXPRESS/INFINITY DRIVER
8364 M:      Kevin Cernekee <cernekee@gmail.com>
8365 L:      linux-serial@vger.kernel.org
8366 S:      Odd Fixes
8367 F:      drivers/tty/serial/rp2.*
8368
8369 ROSE NETWORK LAYER
8370 M:      Ralf Baechle <ralf@linux-mips.org>
8371 L:      linux-hams@vger.kernel.org
8372 W:      http://www.linux-ax25.org/
8373 S:      Maintained
8374 F:      include/net/rose.h
8375 F:      include/uapi/linux/rose.h
8376 F:      net/rose/
8377
8378 RTL2830 MEDIA DRIVER
8379 M:      Antti Palosaari <crope@iki.fi>
8380 L:      linux-media@vger.kernel.org
8381 W:      http://linuxtv.org/
8382 W:      http://palosaari.fi/linux/
8383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8384 T:      git git://linuxtv.org/anttip/media_tree.git
8385 S:      Maintained
8386 F:      drivers/media/dvb-frontends/rtl2830*
8387
8388 RTL2832 MEDIA DRIVER
8389 M:      Antti Palosaari <crope@iki.fi>
8390 L:      linux-media@vger.kernel.org
8391 W:      http://linuxtv.org/
8392 W:      http://palosaari.fi/linux/
8393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8394 T:      git git://linuxtv.org/anttip/media_tree.git
8395 S:      Maintained
8396 F:      drivers/media/dvb-frontends/rtl2832*
8397
8398 RTL2832_SDR MEDIA DRIVER
8399 M:      Antti Palosaari <crope@iki.fi>
8400 L:      linux-media@vger.kernel.org
8401 W:      http://linuxtv.org/
8402 W:      http://palosaari.fi/linux/
8403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8404 T:      git git://linuxtv.org/anttip/media_tree.git
8405 S:      Maintained
8406 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8407
8408 RTL8180 WIRELESS DRIVER
8409 L:      linux-wireless@vger.kernel.org
8410 W:      http://wireless.kernel.org/
8411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8412 S:      Orphan
8413 F:      drivers/net/wireless/rtl818x/rtl8180/
8414
8415 RTL8187 WIRELESS DRIVER
8416 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8417 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8418 M:      Larry Finger <Larry.Finger@lwfinger.net>
8419 L:      linux-wireless@vger.kernel.org
8420 W:      http://wireless.kernel.org/
8421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8422 S:      Maintained
8423 F:      drivers/net/wireless/rtl818x/rtl8187/
8424
8425 RTL8192CE WIRELESS DRIVER
8426 M:      Larry Finger <Larry.Finger@lwfinger.net>
8427 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8428 L:      linux-wireless@vger.kernel.org
8429 W:      http://wireless.kernel.org/
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8431 S:      Maintained
8432 F:      drivers/net/wireless/rtlwifi/
8433 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8434
8435 S3 SAVAGE FRAMEBUFFER DRIVER
8436 M:      Antonino Daplas <adaplas@gmail.com>
8437 L:      linux-fbdev@vger.kernel.org
8438 S:      Maintained
8439 F:      drivers/video/fbdev/savage/
8440
8441 S390
8442 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8443 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8444 M:      linux390@de.ibm.com
8445 L:      linux-s390@vger.kernel.org
8446 W:      http://www.ibm.com/developerworks/linux/linux390/
8447 S:      Supported
8448 F:      arch/s390/
8449 F:      drivers/s390/
8450 F:      Documentation/s390/
8451 F:      Documentation/DocBook/s390*
8452
8453 S390 COMMON I/O LAYER
8454 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8455 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8456 L:      linux-s390@vger.kernel.org
8457 W:      http://www.ibm.com/developerworks/linux/linux390/
8458 S:      Supported
8459 F:      drivers/s390/cio/
8460
8461 S390 DASD DRIVER
8462 M:      Stefan Weinhuber <wein@de.ibm.com>
8463 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8464 L:      linux-s390@vger.kernel.org
8465 W:      http://www.ibm.com/developerworks/linux/linux390/
8466 S:      Supported
8467 F:      drivers/s390/block/dasd*
8468 F:      block/partitions/ibm.c
8469
8470 S390 NETWORK DRIVERS
8471 M:      Ursula Braun <ursula.braun@de.ibm.com>
8472 M:      linux390@de.ibm.com
8473 L:      linux-s390@vger.kernel.org
8474 W:      http://www.ibm.com/developerworks/linux/linux390/
8475 S:      Supported
8476 F:      drivers/s390/net/
8477
8478 S390 PCI SUBSYSTEM
8479 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8480 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8481 L:      linux-s390@vger.kernel.org
8482 W:      http://www.ibm.com/developerworks/linux/linux390/
8483 S:      Supported
8484 F:      arch/s390/pci/
8485 F:      drivers/pci/hotplug/s390_pci_hpc.c
8486
8487 S390 ZCRYPT DRIVER
8488 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8489 M:      linux390@de.ibm.com
8490 L:      linux-s390@vger.kernel.org
8491 W:      http://www.ibm.com/developerworks/linux/linux390/
8492 S:      Supported
8493 F:      drivers/s390/crypto/
8494
8495 S390 ZFCP DRIVER
8496 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8497 M:      linux390@de.ibm.com
8498 L:      linux-s390@vger.kernel.org
8499 W:      http://www.ibm.com/developerworks/linux/linux390/
8500 S:      Supported
8501 F:      drivers/s390/scsi/zfcp_*
8502
8503 S390 IUCV NETWORK LAYER
8504 M:      Ursula Braun <ursula.braun@de.ibm.com>
8505 M:      linux390@de.ibm.com
8506 L:      linux-s390@vger.kernel.org
8507 W:      http://www.ibm.com/developerworks/linux/linux390/
8508 S:      Supported
8509 F:      drivers/s390/net/*iucv*
8510 F:      include/net/iucv/
8511 F:      net/iucv/
8512
8513 S3C24XX SD/MMC Driver
8514 M:      Ben Dooks <ben-linux@fluff.org>
8515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8516 S:      Supported
8517 F:      drivers/mmc/host/s3cmci.*
8518
8519 SAA6588 RDS RECEIVER DRIVER
8520 M:      Hans Verkuil <hverkuil@xs4all.nl>
8521 L:      linux-media@vger.kernel.org
8522 T:      git git://linuxtv.org/media_tree.git
8523 W:      http://linuxtv.org
8524 S:      Odd Fixes
8525 F:      drivers/media/i2c/saa6588*
8526
8527 SAA7134 VIDEO4LINUX DRIVER
8528 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8529 L:      linux-media@vger.kernel.org
8530 W:      http://linuxtv.org
8531 T:      git git://linuxtv.org/media_tree.git
8532 S:      Odd fixes
8533 F:      Documentation/video4linux/*.saa7134
8534 F:      drivers/media/pci/saa7134/
8535
8536 SAA7146 VIDEO4LINUX-2 DRIVER
8537 M:      Hans Verkuil <hverkuil@xs4all.nl>
8538 L:      linux-media@vger.kernel.org
8539 T:      git git://linuxtv.org/media_tree.git
8540 S:      Maintained
8541 F:      drivers/media/common/saa7146/
8542 F:      drivers/media/pci/saa7146/
8543 F:      include/media/saa7146*
8544
8545 SAMSUNG LAPTOP DRIVER
8546 M:      Corentin Chary <corentin.chary@gmail.com>
8547 L:      platform-driver-x86@vger.kernel.org
8548 S:      Maintained
8549 F:      drivers/platform/x86/samsung-laptop.c
8550
8551 SAMSUNG AUDIO (ASoC) DRIVERS
8552 M:      Sangbeom Kim <sbkim73@samsung.com>
8553 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8554 S:      Supported
8555 F:      sound/soc/samsung/
8556
8557 SAMSUNG FRAMEBUFFER DRIVER
8558 M:      Jingoo Han <jingoohan1@gmail.com>
8559 L:      linux-fbdev@vger.kernel.org
8560 S:      Maintained
8561 F:      drivers/video/fbdev/s3c-fb.c
8562
8563 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8564 M:      Sangbeom Kim <sbkim73@samsung.com>
8565 L:      linux-kernel@vger.kernel.org
8566 S:      Supported
8567 F:      drivers/mfd/sec*.c
8568 F:      drivers/regulator/s2m*.c
8569 F:      drivers/regulator/s5m*.c
8570 F:      include/linux/mfd/samsung/
8571
8572 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8573 M:      Kyungmin Park <kyungmin.park@samsung.com>
8574 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8575 L:      linux-media@vger.kernel.org
8576 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8577 S:      Supported
8578 F:      drivers/media/platform/exynos4-is/
8579
8580 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8581 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8582 L:      linux-media@vger.kernel.org
8583 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8584 S:      Maintained
8585 F:      drivers/media/platform/s3c-camif/
8586 F:      include/media/s3c_camif.h
8587
8588 SAMSUNG S5C73M3 CAMERA DRIVER
8589 M:      Kyungmin Park <kyungmin.park@samsung.com>
8590 M:      Andrzej Hajda <a.hajda@samsung.com>
8591 L:      linux-media@vger.kernel.org
8592 S:      Supported
8593 F:      drivers/media/i2c/s5c73m3/*
8594
8595 SAMSUNG S5K5BAF CAMERA DRIVER
8596 M:      Kyungmin Park <kyungmin.park@samsung.com>
8597 M:      Andrzej Hajda <a.hajda@samsung.com>
8598 L:      linux-media@vger.kernel.org
8599 S:      Supported
8600 F:      drivers/media/i2c/s5k5baf.c
8601
8602 SAMSUNG SOC CLOCK DRIVERS
8603 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8604 M:      Tomasz Figa <tomasz.figa@gmail.com>
8605 S:      Supported
8606 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8607 F:      drivers/clk/samsung/
8608
8609 SAMSUNG SXGBE DRIVERS
8610 M:      Byungho An <bh74.an@samsung.com>
8611 M:      Girish K S <ks.giri@samsung.com>
8612 M:      Vipul Pandya <vipul.pandya@samsung.com>
8613 S:      Supported
8614 L:      netdev@vger.kernel.org
8615 F:      drivers/net/ethernet/samsung/sxgbe/
8616
8617 SAMSUNG THERMAL DRIVER
8618 M:      Lukasz Majewski <l.majewski@samsung.com>
8619 L:      linux-pm@vger.kernel.org
8620 L:      linux-samsung-soc@vger.kernel.org
8621 S:      Supported
8622 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8623 F:      drivers/thermal/samsung/
8624
8625 SAMSUNG USB2 PHY DRIVER
8626 M:      Kamil Debski <k.debski@samsung.com>
8627 L:      linux-kernel@vger.kernel.org
8628 S:      Supported
8629 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8630 F:      Documentation/phy/samsung-usb2.txt
8631 F:      drivers/phy/phy-exynos4210-usb2.c
8632 F:      drivers/phy/phy-exynos4x12-usb2.c
8633 F:      drivers/phy/phy-exynos5250-usb2.c
8634 F:      drivers/phy/phy-s5pv210-usb2.c
8635 F:      drivers/phy/phy-samsung-usb2.c
8636 F:      drivers/phy/phy-samsung-usb2.h
8637
8638 SERIAL DRIVERS
8639 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8640 L:      linux-serial@vger.kernel.org
8641 S:      Maintained
8642 F:      drivers/tty/serial/
8643
8644 SYNOPSYS DESIGNWARE DMAC DRIVER
8645 M:      Viresh Kumar <viresh.linux@gmail.com>
8646 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8647 S:      Maintained
8648 F:      include/linux/dma/dw.h
8649 F:      include/linux/platform_data/dma-dw.h
8650 F:      drivers/dma/dw/
8651
8652 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8653 M:      Seungwon Jeon <tgih.jun@samsung.com>
8654 M:      Jaehoon Chung <jh80.chung@samsung.com>
8655 L:      linux-mmc@vger.kernel.org
8656 S:      Maintained
8657 F:      include/linux/mmc/dw_mmc.h
8658 F:      drivers/mmc/host/dw_mmc*
8659
8660 THUNDERBOLT DRIVER
8661 M:      Andreas Noever <andreas.noever@gmail.com>
8662 S:      Maintained
8663 F:      drivers/thunderbolt/
8664
8665 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8666 M:      John Stultz <john.stultz@linaro.org>
8667 M:      Thomas Gleixner <tglx@linutronix.de>
8668 L:      linux-kernel@vger.kernel.org
8669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8670 S:      Supported
8671 F:      include/linux/clocksource.h
8672 F:      include/linux/time.h
8673 F:      include/linux/timex.h
8674 F:      include/uapi/linux/time.h
8675 F:      include/uapi/linux/timex.h
8676 F:      kernel/time/clocksource.c
8677 F:      kernel/time/time*.c
8678 F:      kernel/time/ntp.c
8679 F:      tools/testing/selftests/timers/
8680
8681 SC1200 WDT DRIVER
8682 M:      Zwane Mwaikambo <zwanem@gmail.com>
8683 S:      Maintained
8684 F:      drivers/watchdog/sc1200wdt.c
8685
8686 SCHEDULER
8687 M:      Ingo Molnar <mingo@redhat.com>
8688 M:      Peter Zijlstra <peterz@infradead.org>
8689 L:      linux-kernel@vger.kernel.org
8690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8691 S:      Maintained
8692 F:      kernel/sched/
8693 F:      include/linux/sched.h
8694 F:      include/uapi/linux/sched.h
8695 F:      include/linux/wait.h
8696
8697 SCORE ARCHITECTURE
8698 M:      Chen Liqin <liqin.linux@gmail.com>
8699 M:      Lennox Wu <lennox.wu@gmail.com>
8700 W:      http://www.sunplus.com
8701 S:      Supported
8702 F:      arch/score/
8703
8704 SCSI CDROM DRIVER
8705 M:      Jens Axboe <axboe@kernel.dk>
8706 L:      linux-scsi@vger.kernel.org
8707 W:      http://www.kernel.dk
8708 S:      Maintained
8709 F:      drivers/scsi/sr*
8710
8711 SCSI RDMA PROTOCOL (SRP) INITIATOR
8712 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8713 L:      linux-rdma@vger.kernel.org
8714 S:      Supported
8715 W:      http://www.openfabrics.org
8716 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8718 F:      drivers/infiniband/ulp/srp/
8719 F:      include/scsi/srp.h
8720
8721 SCSI SG DRIVER
8722 M:      Doug Gilbert <dgilbert@interlog.com>
8723 L:      linux-scsi@vger.kernel.org
8724 W:      http://sg.danny.cz/sg
8725 S:      Maintained
8726 F:      Documentation/scsi/scsi-generic.txt
8727 F:      drivers/scsi/sg.c
8728 F:      include/scsi/sg.h
8729
8730 SCSI SUBSYSTEM
8731 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8732 L:      linux-scsi@vger.kernel.org
8733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8734 S:      Maintained
8735 F:      drivers/scsi/
8736 F:      include/scsi/
8737
8738 SCSI TAPE DRIVER
8739 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8740 L:      linux-scsi@vger.kernel.org
8741 S:      Maintained
8742 F:      Documentation/scsi/st.txt
8743 F:      drivers/scsi/st.*
8744 F:      drivers/scsi/st_*.h
8745
8746 SCTP PROTOCOL
8747 M:      Vlad Yasevich <vyasevich@gmail.com>
8748 M:      Neil Horman <nhorman@tuxdriver.com>
8749 L:      linux-sctp@vger.kernel.org
8750 W:      http://lksctp.sourceforge.net
8751 S:      Maintained
8752 F:      Documentation/networking/sctp.txt
8753 F:      include/linux/sctp.h
8754 F:      include/uapi/linux/sctp.h
8755 F:      include/net/sctp/
8756 F:      net/sctp/
8757
8758 SCx200 CPU SUPPORT
8759 M:      Jim Cromie <jim.cromie@gmail.com>
8760 S:      Odd Fixes
8761 F:      Documentation/i2c/busses/scx200_acb
8762 F:      arch/x86/platform/scx200/
8763 F:      drivers/watchdog/scx200_wdt.c
8764 F:      drivers/i2c/busses/scx200*
8765 F:      drivers/mtd/maps/scx200_docflash.c
8766 F:      include/linux/scx200.h
8767
8768 SCx200 GPIO DRIVER
8769 M:      Jim Cromie <jim.cromie@gmail.com>
8770 S:      Maintained
8771 F:      drivers/char/scx200_gpio.c
8772 F:      include/linux/scx200_gpio.h
8773
8774 SCx200 HRT CLOCKSOURCE DRIVER
8775 M:      Jim Cromie <jim.cromie@gmail.com>
8776 S:      Maintained
8777 F:      drivers/clocksource/scx200_hrt.c
8778
8779 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8780 M:      Sascha Sommer <saschasommer@freenet.de>
8781 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8782 S:      Maintained
8783 F:      drivers/mmc/host/sdricoh_cs.c
8784
8785 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8786 L:      linux-mmc@vger.kernel.org
8787 S:      Orphan
8788 F:      drivers/mmc/host/sdhci.*
8789 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8790
8791 SECURE COMPUTING
8792 M:      Kees Cook <keescook@chromium.org>
8793 R:      Andy Lutomirski <luto@amacapital.net>
8794 R:      Will Drewry <wad@chromium.org>
8795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8796 S:      Supported
8797 F:      kernel/seccomp.c
8798 F:      include/uapi/linux/seccomp.h
8799 F:      include/linux/seccomp.h
8800 K:      \bsecure_computing
8801 K:      \bTIF_SECCOMP\b
8802
8803 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8804 M:      Ben Dooks <ben-linux@fluff.org>
8805 M:      Jaehoon Chung <jh80.chung@samsung.com>
8806 L:      linux-mmc@vger.kernel.org
8807 S:      Maintained
8808 F:      drivers/mmc/host/sdhci-s3c*
8809
8810 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8811 M:      Viresh Kumar <viresh.linux@gmail.com>
8812 L:      spear-devel@list.st.com
8813 L:      linux-mmc@vger.kernel.org
8814 S:      Maintained
8815 F:      drivers/mmc/host/sdhci-spear.c
8816
8817 SECURITY SUBSYSTEM
8818 M:      James Morris <james.l.morris@oracle.com>
8819 M:      Serge E. Hallyn <serge@hallyn.com>
8820 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8822 W:      http://kernsec.org/
8823 S:      Supported
8824 F:      security/
8825
8826 SECURITY CONTACT
8827 M:      Security Officers <security@kernel.org>
8828 S:      Supported
8829
8830 SELINUX SECURITY MODULE
8831 M:      Paul Moore <paul@paul-moore.com>
8832 M:      Stephen Smalley <sds@tycho.nsa.gov>
8833 M:      Eric Paris <eparis@parisplace.org>
8834 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8835 W:      http://selinuxproject.org
8836 T:      git git://git.infradead.org/users/pcmoore/selinux
8837 S:      Supported
8838 F:      include/linux/selinux*
8839 F:      security/selinux/
8840 F:      scripts/selinux/
8841
8842 APPARMOR SECURITY MODULE
8843 M:      John Johansen <john.johansen@canonical.com>
8844 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8845 W:      apparmor.wiki.kernel.org
8846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8847 S:      Supported
8848 F:      security/apparmor/
8849
8850 SENSABLE PHANTOM
8851 M:      Jiri Slaby <jirislaby@gmail.com>
8852 S:      Maintained
8853 F:      drivers/misc/phantom.c
8854 F:      include/uapi/linux/phantom.h
8855
8856 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8857 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8858 M:      Minh Tran <minh.tran@avagotech.com>
8859 M:      John Soni Jose <sony.john-n@avagotech.com>
8860 L:      linux-scsi@vger.kernel.org
8861 W:      http://www.avagotech.com
8862 S:      Supported
8863 F:      drivers/scsi/be2iscsi/
8864
8865 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8866 M:      Sathya Perla <sathya.perla@avagotech.com>
8867 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8868 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8869 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8870 L:      netdev@vger.kernel.org
8871 W:      http://www.emulex.com
8872 S:      Supported
8873 F:      drivers/net/ethernet/emulex/benet/
8874
8875 EMULEX ONECONNECT ROCE DRIVER
8876 M:      Selvin Xavier <selvin.xavier@emulex.com>
8877 M:      Devesh Sharma <devesh.sharma@emulex.com>
8878 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8879 L:      linux-rdma@vger.kernel.org
8880 W:      http://www.emulex.com
8881 S:      Supported
8882 F:      drivers/infiniband/hw/ocrdma/
8883
8884 SFC NETWORK DRIVER
8885 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8886 M:      Shradha Shah <sshah@solarflare.com>
8887 L:      netdev@vger.kernel.org
8888 S:      Supported
8889 F:      drivers/net/ethernet/sfc/
8890
8891 SGI GRU DRIVER
8892 M:      Dimitri Sivanich <sivanich@sgi.com>
8893 S:      Maintained
8894 F:      drivers/misc/sgi-gru/
8895
8896 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8897 M:      Pat Gefre <pfg@sgi.com>
8898 L:      linux-ia64@vger.kernel.org
8899 S:      Supported
8900 F:      Documentation/ia64/serial.txt
8901 F:      drivers/tty/serial/ioc?_serial.c
8902 F:      include/linux/ioc?.h
8903
8904 SGI XP/XPC/XPNET DRIVER
8905 M:      Cliff Whickman <cpw@sgi.com>
8906 M:      Robin Holt <robinmholt@gmail.com>
8907 S:      Maintained
8908 F:      drivers/misc/sgi-xp/
8909
8910 SI2157 MEDIA DRIVER
8911 M:      Antti Palosaari <crope@iki.fi>
8912 L:      linux-media@vger.kernel.org
8913 W:      http://linuxtv.org/
8914 W:      http://palosaari.fi/linux/
8915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8916 T:      git git://linuxtv.org/anttip/media_tree.git
8917 S:      Maintained
8918 F:      drivers/media/tuners/si2157*
8919
8920 SI2168 MEDIA DRIVER
8921 M:      Antti Palosaari <crope@iki.fi>
8922 L:      linux-media@vger.kernel.org
8923 W:      http://linuxtv.org/
8924 W:      http://palosaari.fi/linux/
8925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8926 T:      git git://linuxtv.org/anttip/media_tree.git
8927 S:      Maintained
8928 F:      drivers/media/dvb-frontends/si2168*
8929
8930 SI470X FM RADIO RECEIVER I2C DRIVER
8931 M:      Hans Verkuil <hverkuil@xs4all.nl>
8932 L:      linux-media@vger.kernel.org
8933 T:      git git://linuxtv.org/media_tree.git
8934 W:      http://linuxtv.org
8935 S:      Odd Fixes
8936 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8937
8938 SI470X FM RADIO RECEIVER USB DRIVER
8939 M:      Hans Verkuil <hverkuil@xs4all.nl>
8940 L:      linux-media@vger.kernel.org
8941 T:      git git://linuxtv.org/media_tree.git
8942 W:      http://linuxtv.org
8943 S:      Maintained
8944 F:      drivers/media/radio/si470x/radio-si470x-common.c
8945 F:      drivers/media/radio/si470x/radio-si470x.h
8946 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8947
8948 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8949 M:      Eduardo Valentin <edubezval@gmail.com>
8950 L:      linux-media@vger.kernel.org
8951 T:      git git://linuxtv.org/media_tree.git
8952 W:      http://linuxtv.org
8953 S:      Odd Fixes
8954 F:      drivers/media/radio/si4713/si4713.?
8955
8956 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8957 M:      Eduardo Valentin <edubezval@gmail.com>
8958 L:      linux-media@vger.kernel.org
8959 T:      git git://linuxtv.org/media_tree.git
8960 W:      http://linuxtv.org
8961 S:      Odd Fixes
8962 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8963
8964 SI4713 FM RADIO TRANSMITTER USB DRIVER
8965 M:      Hans Verkuil <hverkuil@xs4all.nl>
8966 L:      linux-media@vger.kernel.org
8967 T:      git git://linuxtv.org/media_tree.git
8968 W:      http://linuxtv.org
8969 S:      Maintained
8970 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8971
8972 SIANO DVB DRIVER
8973 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8974 L:      linux-media@vger.kernel.org
8975 W:      http://linuxtv.org
8976 T:      git git://linuxtv.org/media_tree.git
8977 S:      Odd fixes
8978 F:      drivers/media/common/siano/
8979 F:      drivers/media/usb/siano/
8980 F:      drivers/media/usb/siano/
8981 F:      drivers/media/mmc/siano/
8982
8983 SIMPLEFB FB DRIVER
8984 M:      Hans de Goede <hdegoede@redhat.com>
8985 L:      linux-fbdev@vger.kernel.org
8986 S:      Maintained
8987 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8988 F:      drivers/video/fbdev/simplefb.c
8989 F:      include/linux/platform_data/simplefb.h
8990
8991 SH_VEU V4L2 MEM2MEM DRIVER
8992 L:      linux-media@vger.kernel.org
8993 S:      Orphan
8994 F:      drivers/media/platform/sh_veu.c
8995
8996 SH_VOU V4L2 OUTPUT DRIVER
8997 L:      linux-media@vger.kernel.org
8998 S:      Orphan
8999 F:      drivers/media/platform/sh_vou.c
9000 F:      include/media/sh_vou.h
9001
9002 SIMPLE FIRMWARE INTERFACE (SFI)
9003 M:      Len Brown <lenb@kernel.org>
9004 L:      sfi-devel@simplefirmware.org
9005 W:      http://simplefirmware.org/
9006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9007 S:      Supported
9008 F:      arch/x86/platform/sfi/
9009 F:      drivers/sfi/
9010 F:      include/linux/sfi*.h
9011
9012 SIMTEC EB110ATX (Chalice CATS)
9013 P:      Ben Dooks
9014 P:      Vincent Sanders <vince@simtec.co.uk>
9015 M:      Simtec Linux Team <linux@simtec.co.uk>
9016 W:      http://www.simtec.co.uk/products/EB110ATX/
9017 S:      Supported
9018
9019 SIMTEC EB2410ITX (BAST)
9020 P:      Ben Dooks
9021 P:      Vincent Sanders <vince@simtec.co.uk>
9022 M:      Simtec Linux Team <linux@simtec.co.uk>
9023 W:      http://www.simtec.co.uk/products/EB2410ITX/
9024 S:      Supported
9025 F:      arch/arm/mach-s3c24xx/mach-bast.c
9026 F:      arch/arm/mach-s3c24xx/bast-ide.c
9027 F:      arch/arm/mach-s3c24xx/bast-irq.c
9028
9029 TI DAVINCI MACHINE SUPPORT
9030 M:      Sekhar Nori <nsekhar@ti.com>
9031 M:      Kevin Hilman <khilman@deeprootsystems.com>
9032 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9033 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9034 S:      Supported
9035 F:      arch/arm/mach-davinci/
9036 F:      drivers/i2c/busses/i2c-davinci.c
9037
9038 TI DAVINCI SERIES MEDIA DRIVER
9039 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9040 L:      linux-media@vger.kernel.org
9041 W:      http://linuxtv.org/
9042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9043 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9044 S:      Maintained
9045 F:      drivers/media/platform/davinci/
9046 F:      include/media/davinci/
9047
9048 TI AM437X VPFE DRIVER
9049 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9050 L:      linux-media@vger.kernel.org
9051 W:      http://linuxtv.org/
9052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9053 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9054 S:      Maintained
9055 F:      drivers/media/platform/am437x/
9056
9057 OV2659 OMNIVISION SENSOR DRIVER
9058 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9059 L:      linux-media@vger.kernel.org
9060 W:      http://linuxtv.org/
9061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9062 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9063 S:      Maintained
9064 F:      drivers/media/i2c/ov2659.c
9065 F:      include/media/ov2659.h
9066
9067 SIS 190 ETHERNET DRIVER
9068 M:      Francois Romieu <romieu@fr.zoreil.com>
9069 L:      netdev@vger.kernel.org
9070 S:      Maintained
9071 F:      drivers/net/ethernet/sis/sis190.c
9072
9073 SIS 900/7016 FAST ETHERNET DRIVER
9074 M:      Daniele Venzano <venza@brownhat.org>
9075 W:      http://www.brownhat.org/sis900.html
9076 L:      netdev@vger.kernel.org
9077 S:      Maintained
9078 F:      drivers/net/ethernet/sis/sis900.*
9079
9080 SIS FRAMEBUFFER DRIVER
9081 M:      Thomas Winischhofer <thomas@winischhofer.net>
9082 W:      http://www.winischhofer.net/linuxsisvga.shtml
9083 S:      Maintained
9084 F:      Documentation/fb/sisfb.txt
9085 F:      drivers/video/fbdev/sis/
9086 F:      include/video/sisfb.h
9087
9088 SIS USB2VGA DRIVER
9089 M:      Thomas Winischhofer <thomas@winischhofer.net>
9090 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9091 S:      Maintained
9092 F:      drivers/usb/misc/sisusbvga/
9093
9094 SLAB ALLOCATOR
9095 M:      Christoph Lameter <cl@linux.com>
9096 M:      Pekka Enberg <penberg@kernel.org>
9097 M:      David Rientjes <rientjes@google.com>
9098 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9099 M:      Andrew Morton <akpm@linux-foundation.org>
9100 L:      linux-mm@kvack.org
9101 S:      Maintained
9102 F:      include/linux/sl?b*.h
9103 F:      mm/sl?b*
9104
9105 SLEEPABLE READ-COPY UPDATE (SRCU)
9106 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9107 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9108 M:      Josh Triplett <josh@joshtriplett.org>
9109 R:      Steven Rostedt <rostedt@goodmis.org>
9110 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9111 L:      linux-kernel@vger.kernel.org
9112 W:      http://www.rdrop.com/users/paulmck/RCU/
9113 S:      Supported
9114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9115 F:      include/linux/srcu.h
9116 F:      kernel/rcu/srcu.c
9117
9118 SMACK SECURITY MODULE
9119 M:      Casey Schaufler <casey@schaufler-ca.com>
9120 L:      linux-security-module@vger.kernel.org
9121 W:      http://schaufler-ca.com
9122 T:      git git://git.gitorious.org/smack-next/kernel.git
9123 S:      Maintained
9124 F:      Documentation/security/Smack.txt
9125 F:      security/smack/
9126
9127 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9128 M:      Kevin Hilman <khilman@kernel.org>
9129 M:      Nishanth Menon <nm@ti.com>
9130 S:      Maintained
9131 F:      drivers/power/avs/
9132 F:      include/linux/power/smartreflex.h
9133 L:      linux-pm@vger.kernel.org
9134
9135 SMC91x ETHERNET DRIVER
9136 M:      Nicolas Pitre <nico@fluxnic.net>
9137 S:      Odd Fixes
9138 F:      drivers/net/ethernet/smsc/smc91x.*
9139
9140 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9141 M:      Sakari Ailus <sakari.ailus@iki.fi>
9142 L:      linux-media@vger.kernel.org
9143 S:      Maintained
9144 F:      drivers/media/i2c/smiapp/
9145 F:      include/media/smiapp.h
9146 F:      drivers/media/i2c/smiapp-pll.c
9147 F:      drivers/media/i2c/smiapp-pll.h
9148 F:      include/uapi/linux/smiapp.h
9149 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9150
9151 SMM665 HARDWARE MONITOR DRIVER
9152 M:      Guenter Roeck <linux@roeck-us.net>
9153 L:      lm-sensors@lm-sensors.org
9154 S:      Maintained
9155 F:      Documentation/hwmon/smm665
9156 F:      drivers/hwmon/smm665.c
9157
9158 SMSC EMC2103 HARDWARE MONITOR DRIVER
9159 M:      Steve Glendinning <steve.glendinning@shawell.net>
9160 L:      lm-sensors@lm-sensors.org
9161 S:      Maintained
9162 F:      Documentation/hwmon/emc2103
9163 F:      drivers/hwmon/emc2103.c
9164
9165 SMSC SCH5627 HARDWARE MONITOR DRIVER
9166 M:      Hans de Goede <hdegoede@redhat.com>
9167 L:      lm-sensors@lm-sensors.org
9168 S:      Supported
9169 F:      Documentation/hwmon/sch5627
9170 F:      drivers/hwmon/sch5627.c
9171
9172 SMSC47B397 HARDWARE MONITOR DRIVER
9173 M:      Jean Delvare <jdelvare@suse.de>
9174 L:      lm-sensors@lm-sensors.org
9175 S:      Maintained
9176 F:      Documentation/hwmon/smsc47b397
9177 F:      drivers/hwmon/smsc47b397.c
9178
9179 SMSC911x ETHERNET DRIVER
9180 M:      Steve Glendinning <steve.glendinning@shawell.net>
9181 L:      netdev@vger.kernel.org
9182 S:      Maintained
9183 F:      include/linux/smsc911x.h
9184 F:      drivers/net/ethernet/smsc/smsc911x.*
9185
9186 SMSC9420 PCI ETHERNET DRIVER
9187 M:      Steve Glendinning <steve.glendinning@shawell.net>
9188 L:      netdev@vger.kernel.org
9189 S:      Maintained
9190 F:      drivers/net/ethernet/smsc/smsc9420.*
9191
9192 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9193 M:      Steve Glendinning <steve.glendinning@shawell.net>
9194 L:      linux-fbdev@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/video/fbdev/smscufx.c
9197
9198 SOC-CAMERA V4L2 SUBSYSTEM
9199 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9200 L:      linux-media@vger.kernel.org
9201 T:      git git://linuxtv.org/media_tree.git
9202 S:      Maintained
9203 F:      include/media/soc*
9204 F:      drivers/media/i2c/soc_camera/
9205 F:      drivers/media/platform/soc_camera/
9206
9207 SOEKRIS NET48XX LED SUPPORT
9208 M:      Chris Boot <bootc@bootc.net>
9209 S:      Maintained
9210 F:      drivers/leds/leds-net48xx.c
9211
9212 SOFTLOGIC 6x10 MPEG CODEC
9213 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9214 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9215 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9216 M:      Ismael Luceno <ismael@iodev.co.uk>
9217 L:      linux-media@vger.kernel.org
9218 S:      Supported
9219 F:      drivers/media/pci/solo6x10/
9220
9221 SOFTWARE RAID (Multiple Disks) SUPPORT
9222 M:      Neil Brown <neilb@suse.de>
9223 L:      linux-raid@vger.kernel.org
9224 S:      Supported
9225 F:      drivers/md/
9226 F:      include/linux/raid/
9227 F:      include/uapi/linux/raid/
9228
9229 SONIC NETWORK DRIVER
9230 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9231 L:      netdev@vger.kernel.org
9232 S:      Maintained
9233 F:      drivers/net/ethernet/natsemi/sonic.*
9234
9235 SONICS SILICON BACKPLANE DRIVER (SSB)
9236 M:      Michael Buesch <m@bues.ch>
9237 L:      netdev@vger.kernel.org
9238 S:      Maintained
9239 F:      drivers/ssb/
9240 F:      include/linux/ssb/
9241
9242 SONY VAIO CONTROL DEVICE DRIVER
9243 M:      Mattia Dongili <malattia@linux.it>
9244 L:      platform-driver-x86@vger.kernel.org
9245 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9246 S:      Maintained
9247 F:      Documentation/laptops/sony-laptop.txt
9248 F:      drivers/char/sonypi.c
9249 F:      drivers/platform/x86/sony-laptop.c
9250 F:      include/linux/sony-laptop.h
9251
9252 SONY MEMORYSTICK CARD SUPPORT
9253 M:      Alex Dubov <oakad@yahoo.com>
9254 W:      http://tifmxx.berlios.de/
9255 S:      Maintained
9256 F:      drivers/memstick/host/tifm_ms.c
9257
9258 SONY MEMORYSTICK STANDARD SUPPORT
9259 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9260 S:      Maintained
9261 F:      drivers/memstick/core/ms_block.*
9262
9263 SOUND
9264 M:      Jaroslav Kysela <perex@perex.cz>
9265 M:      Takashi Iwai <tiwai@suse.de>
9266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9267 W:      http://www.alsa-project.org/
9268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9269 T:      git git://git.alsa-project.org/alsa-kernel.git
9270 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9271 S:      Maintained
9272 F:      Documentation/sound/
9273 F:      include/sound/
9274 F:      include/uapi/sound/
9275 F:      sound/
9276
9277 SOUND - COMPRESSED AUDIO
9278 M:      Vinod Koul <vinod.koul@intel.com>
9279 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9281 S:      Supported
9282 F:      Documentation/sound/alsa/compress_offload.txt
9283 F:      include/sound/compress_driver.h
9284 F:      include/uapi/sound/compress_*
9285 F:      sound/core/compress_offload.c
9286 F:      sound/soc/soc-compress.c
9287
9288 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9289 M:      Liam Girdwood <lgirdwood@gmail.com>
9290 M:      Mark Brown <broonie@kernel.org>
9291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9292 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9293 W:      http://alsa-project.org/main/index.php/ASoC
9294 S:      Supported
9295 F:      Documentation/sound/alsa/soc/
9296 F:      sound/soc/
9297 F:      include/sound/soc*
9298
9299 SOUND - DMAENGINE HELPERS
9300 M:      Lars-Peter Clausen <lars@metafoo.de>
9301 S:      Supported
9302 F:      include/sound/dmaengine_pcm.h
9303 F:      sound/core/pcm_dmaengine.c
9304 F:      sound/soc/soc-generic-dmaengine-pcm.c
9305
9306 SP2 MEDIA DRIVER
9307 M:      Olli Salonen <olli.salonen@iki.fi>
9308 L:      linux-media@vger.kernel.org
9309 W:      http://linuxtv.org/
9310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9311 S:      Maintained
9312 F:      drivers/media/dvb-frontends/sp2*
9313
9314 SPARC + UltraSPARC (sparc/sparc64)
9315 M:      "David S. Miller" <davem@davemloft.net>
9316 L:      sparclinux@vger.kernel.org
9317 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9320 S:      Maintained
9321 F:      arch/sparc/
9322 F:      drivers/sbus/
9323
9324 SPARC SERIAL DRIVERS
9325 M:      "David S. Miller" <davem@davemloft.net>
9326 L:      sparclinux@vger.kernel.org
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9329 S:      Maintained
9330 F:      include/linux/sunserialcore.h
9331 F:      drivers/tty/serial/suncore.c
9332 F:      drivers/tty/serial/sunhv.c
9333 F:      drivers/tty/serial/sunsab.c
9334 F:      drivers/tty/serial/sunsab.h
9335 F:      drivers/tty/serial/sunsu.c
9336 F:      drivers/tty/serial/sunzilog.c
9337 F:      drivers/tty/serial/sunzilog.h
9338
9339 SPARSE CHECKER
9340 M:      "Christopher Li" <sparse@chrisli.org>
9341 L:      linux-sparse@vger.kernel.org
9342 W:      https://sparse.wiki.kernel.org/
9343 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9344 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9345 S:      Maintained
9346 F:      include/linux/compiler.h
9347
9348 SPEAR PLATFORM SUPPORT
9349 M:      Viresh Kumar <viresh.linux@gmail.com>
9350 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9351 L:      spear-devel@list.st.com
9352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9353 W:      http://www.st.com/spear
9354 S:      Maintained
9355 F:      arch/arm/mach-spear/
9356
9357 SPEAR CLOCK FRAMEWORK SUPPORT
9358 M:      Viresh Kumar <viresh.linux@gmail.com>
9359 L:      spear-devel@list.st.com
9360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9361 W:      http://www.st.com/spear
9362 S:      Maintained
9363 F:      drivers/clk/spear/
9364
9365 SPI SUBSYSTEM
9366 M:      Mark Brown <broonie@kernel.org>
9367 L:      linux-spi@vger.kernel.org
9368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9369 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9370 S:      Maintained
9371 F:      Documentation/spi/
9372 F:      drivers/spi/
9373 F:      include/linux/spi/
9374 F:      include/uapi/linux/spi/
9375
9376 SPIDERNET NETWORK DRIVER for CELL
9377 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9378 M:      Jens Osterkamp <jens@de.ibm.com>
9379 L:      netdev@vger.kernel.org
9380 S:      Supported
9381 F:      Documentation/networking/spider_net.txt
9382 F:      drivers/net/ethernet/toshiba/spider_net*
9383
9384 SPU FILE SYSTEM
9385 M:      Jeremy Kerr <jk@ozlabs.org>
9386 L:      linuxppc-dev@lists.ozlabs.org
9387 L:      cbe-oss-dev@lists.ozlabs.org
9388 W:      http://www.ibm.com/developerworks/power/cell/
9389 S:      Supported
9390 F:      Documentation/filesystems/spufs.txt
9391 F:      arch/powerpc/platforms/cell/spufs/
9392
9393 SQUASHFS FILE SYSTEM
9394 M:      Phillip Lougher <phillip@squashfs.org.uk>
9395 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9396 W:      http://squashfs.org.uk
9397 S:      Maintained
9398 F:      Documentation/filesystems/squashfs.txt
9399 F:      fs/squashfs/
9400
9401 SRM (Alpha) environment access
9402 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9403 S:      Maintained
9404 F:      arch/alpha/kernel/srm_env.c
9405
9406 STABLE BRANCH
9407 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9408 L:      stable@vger.kernel.org
9409 S:      Supported
9410 F:      Documentation/stable_kernel_rules.txt
9411
9412 STAGING SUBSYSTEM
9413 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9415 L:      devel@driverdev.osuosl.org
9416 S:      Supported
9417 F:      drivers/staging/
9418
9419 STAGING - COMEDI
9420 M:      Ian Abbott <abbotti@mev.co.uk>
9421 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9422 S:      Odd Fixes
9423 F:      drivers/staging/comedi/
9424
9425 STAGING - FLARION FT1000 DRIVERS
9426 M:      Marek Belisko <marek.belisko@gmail.com>
9427 S:      Odd Fixes
9428 F:      drivers/staging/ft1000/
9429
9430 STAGING - INDUSTRIAL IO
9431 M:      Jonathan Cameron <jic23@kernel.org>
9432 L:      linux-iio@vger.kernel.org
9433 S:      Odd Fixes
9434 F:      drivers/staging/iio/
9435
9436 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9437 M:      Jarod Wilson <jarod@wilsonet.com>
9438 W:      http://www.lirc.org/
9439 S:      Odd Fixes
9440 F:      drivers/staging/media/lirc/
9441
9442 STAGING - LUSTRE PARALLEL FILESYSTEM
9443 M:      Oleg Drokin <oleg.drokin@intel.com>
9444 M:      Andreas Dilger <andreas.dilger@intel.com>
9445 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9446 W:      http://lustre.opensfs.org/
9447 S:      Maintained
9448 F:      drivers/staging/lustre
9449
9450 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9451 M:      Julian Andres Klode <jak@jak-linux.org>
9452 M:      Marc Dietrich <marvin24@gmx.de>
9453 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9454 L:      linux-tegra@vger.kernel.org
9455 S:      Maintained
9456 F:      drivers/staging/nvec/
9457
9458 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9459 M:      Jens Frederich <jfrederich@gmail.com>
9460 M:      Daniel Drake <dsd@laptop.org>
9461 M:      Jon Nettleton <jon.nettleton@gmail.com>
9462 W:      http://wiki.laptop.org/go/DCON
9463 S:      Maintained
9464 F:      drivers/staging/olpc_dcon/
9465
9466 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9467 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9468 S:      Maintained
9469 F:      drivers/staging/ozwpan/
9470
9471 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9472 M:      Willy Tarreau <willy@meta-x.org>
9473 S:      Odd Fixes
9474 F:      drivers/staging/panel/
9475
9476 STAGING - REALTEK RTL8712U DRIVERS
9477 M:      Larry Finger <Larry.Finger@lwfinger.net>
9478 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9479 S:      Odd Fixes
9480 F:      drivers/staging/rtl8712/
9481
9482 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9483 M:      Larry Finger <Larry.Finger@lwfinger.net>
9484 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9485 L:      linux-wireless@vger.kernel.org
9486 S:      Maintained
9487 F:      drivers/staging/rtl8723au/
9488
9489 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9490 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9491 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9492 M:      Sudip Mukherjee <sudip@vectorindia.org>
9493 L:      linux-fbdev@vger.kernel.org
9494 S:      Maintained
9495 F:      drivers/staging/sm7xxfb/
9496
9497 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9498 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9499 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9500 M:      Sudip Mukherjee <sudip@vectorindia.org>
9501 L:      linux-fbdev@vger.kernel.org
9502 S:      Maintained
9503 F:      drivers/staging/sm750fb/
9504
9505 STAGING - SLICOSS
9506 M:      Lior Dotan <liodot@gmail.com>
9507 M:      Christopher Harrer <charrer@alacritech.com>
9508 S:      Odd Fixes
9509 F:      drivers/staging/slicoss/
9510
9511 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9512 M:      William Hubbs <w.d.hubbs@gmail.com>
9513 M:      Chris Brannon <chris@the-brannons.com>
9514 M:      Kirk Reiser <kirk@reisers.ca>
9515 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9516 L:      speakup@linux-speakup.org
9517 W:      http://www.linux-speakup.org/
9518 S:      Odd Fixes
9519 F:      drivers/staging/speakup/
9520
9521 STAGING - VIA VT665X DRIVERS
9522 M:      Forest Bond <forest@alittletooquiet.net>
9523 S:      Odd Fixes
9524 F:      drivers/staging/vt665?/
9525
9526 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9527 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9528 S:      Odd Fixes
9529 F:      drivers/staging/xgifb/
9530
9531 STARFIRE/DURALAN NETWORK DRIVER
9532 M:      Ion Badulescu <ionut@badula.org>
9533 S:      Odd Fixes
9534 F:      drivers/net/ethernet/adaptec/starfire*
9535
9536 SUN3/3X
9537 M:      Sam Creasey <sammy@sammy.net>
9538 W:      http://sammy.net/sun3/
9539 S:      Maintained
9540 F:      arch/m68k/kernel/*sun3*
9541 F:      arch/m68k/sun3*/
9542 F:      arch/m68k/include/asm/sun3*
9543 F:      drivers/net/ethernet/i825xx/sun3*
9544
9545 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9546 M:      Hans de Goede <hdegoede@redhat.com>
9547 L:      linux-input@vger.kernel.org
9548 S:      Maintained
9549 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9550 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9551
9552 SUNDANCE NETWORK DRIVER
9553 M:      Denis Kirjanov <kda@linux-powerpc.org>
9554 L:      netdev@vger.kernel.org
9555 S:      Maintained
9556 F:      drivers/net/ethernet/dlink/sundance.c
9557
9558 SUPERH
9559 L:      linux-sh@vger.kernel.org
9560 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9561 S:      Orphan
9562 F:      Documentation/sh/
9563 F:      arch/sh/
9564 F:      drivers/sh/
9565
9566 SUSPEND TO RAM
9567 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9568 M:      Len Brown <len.brown@intel.com>
9569 M:      Pavel Machek <pavel@ucw.cz>
9570 L:      linux-pm@vger.kernel.org
9571 S:      Supported
9572 F:      Documentation/power/
9573 F:      arch/x86/kernel/acpi/
9574 F:      drivers/base/power/
9575 F:      kernel/power/
9576 F:      include/linux/suspend.h
9577 F:      include/linux/freezer.h
9578 F:      include/linux/pm.h
9579
9580 SVGA HANDLING
9581 M:      Martin Mares <mj@ucw.cz>
9582 L:      linux-video@atrey.karlin.mff.cuni.cz
9583 S:      Maintained
9584 F:      Documentation/svga.txt
9585 F:      arch/x86/boot/video*
9586
9587 SWIOTLB SUBSYSTEM
9588 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9589 L:      linux-kernel@vger.kernel.org
9590 S:      Supported
9591 F:      lib/swiotlb.c
9592 F:      arch/*/kernel/pci-swiotlb.c
9593 F:      include/linux/swiotlb.h
9594
9595 SWITCHDEV
9596 M:      Jiri Pirko <jiri@resnulli.us>
9597 L:      netdev@vger.kernel.org
9598 S:      Supported
9599 F:      net/switchdev/
9600 F:      include/net/switchdev.h
9601
9602 SYNOPSYS ARC ARCHITECTURE
9603 M:      Vineet Gupta <vgupta@synopsys.com>
9604 S:      Supported
9605 F:      arch/arc/
9606 F:      Documentation/devicetree/bindings/arc/
9607 F:      drivers/tty/serial/arc_uart.c
9608
9609 SYSV FILESYSTEM
9610 M:      Christoph Hellwig <hch@infradead.org>
9611 S:      Maintained
9612 F:      Documentation/filesystems/sysv-fs.txt
9613 F:      fs/sysv/
9614 F:      include/linux/sysv_fs.h
9615
9616 TARGET SUBSYSTEM
9617 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9618 L:      linux-scsi@vger.kernel.org
9619 L:      target-devel@vger.kernel.org
9620 W:      http://www.linux-iscsi.org
9621 W:      http://groups.google.com/group/linux-iscsi-target-dev
9622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9623 S:      Supported
9624 F:      drivers/target/
9625 F:      include/target/
9626 F:      Documentation/target/
9627
9628 TASKSTATS STATISTICS INTERFACE
9629 M:      Balbir Singh <bsingharora@gmail.com>
9630 S:      Maintained
9631 F:      Documentation/accounting/taskstats*
9632 F:      include/linux/taskstats*
9633 F:      kernel/taskstats.c
9634
9635 TC CLASSIFIER
9636 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9637 L:      netdev@vger.kernel.org
9638 S:      Maintained
9639 F:      include/net/pkt_cls.h
9640 F:      include/uapi/linux/pkt_cls.h
9641 F:      net/sched/
9642
9643 TCP LOW PRIORITY MODULE
9644 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9645 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9646 W:      http://tcp-lp-mod.sourceforge.net/
9647 S:      Maintained
9648 F:      net/ipv4/tcp_lp.c
9649
9650 TDA10071 MEDIA DRIVER
9651 M:      Antti Palosaari <crope@iki.fi>
9652 L:      linux-media@vger.kernel.org
9653 W:      http://linuxtv.org/
9654 W:      http://palosaari.fi/linux/
9655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9656 T:      git git://linuxtv.org/anttip/media_tree.git
9657 S:      Maintained
9658 F:      drivers/media/dvb-frontends/tda10071*
9659
9660 TDA18212 MEDIA DRIVER
9661 M:      Antti Palosaari <crope@iki.fi>
9662 L:      linux-media@vger.kernel.org
9663 W:      http://linuxtv.org/
9664 W:      http://palosaari.fi/linux/
9665 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9666 T:      git git://linuxtv.org/anttip/media_tree.git
9667 S:      Maintained
9668 F:      drivers/media/tuners/tda18212*
9669
9670 TDA18218 MEDIA DRIVER
9671 M:      Antti Palosaari <crope@iki.fi>
9672 L:      linux-media@vger.kernel.org
9673 W:      http://linuxtv.org/
9674 W:      http://palosaari.fi/linux/
9675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9676 T:      git git://linuxtv.org/anttip/media_tree.git
9677 S:      Maintained
9678 F:      drivers/media/tuners/tda18218*
9679
9680 TDA18271 MEDIA DRIVER
9681 M:      Michael Krufky <mkrufky@linuxtv.org>
9682 L:      linux-media@vger.kernel.org
9683 W:      http://linuxtv.org/
9684 W:      http://github.com/mkrufky
9685 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9686 T:      git git://linuxtv.org/mkrufky/tuners.git
9687 S:      Maintained
9688 F:      drivers/media/tuners/tda18271*
9689
9690 TDA827x MEDIA DRIVER
9691 M:      Michael Krufky <mkrufky@linuxtv.org>
9692 L:      linux-media@vger.kernel.org
9693 W:      http://linuxtv.org/
9694 W:      http://github.com/mkrufky
9695 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9696 T:      git git://linuxtv.org/mkrufky/tuners.git
9697 S:      Maintained
9698 F:      drivers/media/tuners/tda8290.*
9699
9700 TDA8290 MEDIA DRIVER
9701 M:      Michael Krufky <mkrufky@linuxtv.org>
9702 L:      linux-media@vger.kernel.org
9703 W:      http://linuxtv.org/
9704 W:      http://github.com/mkrufky
9705 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9706 T:      git git://linuxtv.org/mkrufky/tuners.git
9707 S:      Maintained
9708 F:      drivers/media/tuners/tda8290.*
9709
9710 TDA9840 MEDIA DRIVER
9711 M:      Hans Verkuil <hverkuil@xs4all.nl>
9712 L:      linux-media@vger.kernel.org
9713 T:      git git://linuxtv.org/media_tree.git
9714 W:      http://linuxtv.org
9715 S:      Maintained
9716 F:      drivers/media/i2c/tda9840*
9717
9718 TEA5761 TUNER DRIVER
9719 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9720 L:      linux-media@vger.kernel.org
9721 W:      http://linuxtv.org
9722 T:      git git://linuxtv.org/media_tree.git
9723 S:      Odd fixes
9724 F:      drivers/media/tuners/tea5761.*
9725
9726 TEA5767 TUNER DRIVER
9727 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9728 L:      linux-media@vger.kernel.org
9729 W:      http://linuxtv.org
9730 T:      git git://linuxtv.org/media_tree.git
9731 S:      Maintained
9732 F:      drivers/media/tuners/tea5767.*
9733
9734 TEA6415C MEDIA DRIVER
9735 M:      Hans Verkuil <hverkuil@xs4all.nl>
9736 L:      linux-media@vger.kernel.org
9737 T:      git git://linuxtv.org/media_tree.git
9738 W:      http://linuxtv.org
9739 S:      Maintained
9740 F:      drivers/media/i2c/tea6415c*
9741
9742 TEA6420 MEDIA DRIVER
9743 M:      Hans Verkuil <hverkuil@xs4all.nl>
9744 L:      linux-media@vger.kernel.org
9745 T:      git git://linuxtv.org/media_tree.git
9746 W:      http://linuxtv.org
9747 S:      Maintained
9748 F:      drivers/media/i2c/tea6420*
9749
9750 TEAM DRIVER
9751 M:      Jiri Pirko <jiri@resnulli.us>
9752 L:      netdev@vger.kernel.org
9753 S:      Supported
9754 F:      drivers/net/team/
9755 F:      include/linux/if_team.h
9756 F:      include/uapi/linux/if_team.h
9757
9758 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9759 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9760 S:      Maintained
9761 F:      arch/x86/platform/ts5500/
9762
9763 TECHNOTREND USB IR RECEIVER
9764 M:      Sean Young <sean@mess.org>
9765 L:      linux-media@vger.kernel.org
9766 S:      Maintained
9767 F:      drivers/media/rc/ttusbir.c
9768
9769 TEGRA ARCHITECTURE SUPPORT
9770 M:      Stephen Warren <swarren@wwwdotorg.org>
9771 M:      Thierry Reding <thierry.reding@gmail.com>
9772 M:      Alexandre Courbot <gnurou@gmail.com>
9773 L:      linux-tegra@vger.kernel.org
9774 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9776 S:      Supported
9777 N:      [^a-z]tegra
9778
9779 TEGRA CLOCK DRIVER
9780 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9781 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9782 S:      Supported
9783 F:      drivers/clk/tegra/
9784
9785 TEGRA DMA DRIVER
9786 M:      Laxman Dewangan <ldewangan@nvidia.com>
9787 S:      Supported
9788 F:      drivers/dma/tegra20-apb-dma.c
9789
9790 TEGRA I2C DRIVER
9791 M:      Laxman Dewangan <ldewangan@nvidia.com>
9792 S:      Supported
9793 F:      drivers/i2c/busses/i2c-tegra.c
9794
9795 TEGRA IOMMU DRIVERS
9796 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9797 S:      Supported
9798 F:      drivers/iommu/tegra*
9799
9800 TEGRA KBC DRIVER
9801 M:      Rakesh Iyer <riyer@nvidia.com>
9802 M:      Laxman Dewangan <ldewangan@nvidia.com>
9803 S:      Supported
9804 F:      drivers/input/keyboard/tegra-kbc.c
9805
9806 TEGRA PWM DRIVER
9807 M:      Thierry Reding <thierry.reding@gmail.com>
9808 S:      Supported
9809 F:      drivers/pwm/pwm-tegra.c
9810
9811 TEGRA SERIAL DRIVER
9812 M:      Laxman Dewangan <ldewangan@nvidia.com>
9813 S:      Supported
9814 F:      drivers/tty/serial/serial-tegra.c
9815
9816 TEGRA SPI DRIVER
9817 M:      Laxman Dewangan <ldewangan@nvidia.com>
9818 S:      Supported
9819 F:      drivers/spi/spi-tegra*
9820
9821 TEHUTI ETHERNET DRIVER
9822 M:      Andy Gospodarek <andy@greyhouse.net>
9823 L:      netdev@vger.kernel.org
9824 S:      Supported
9825 F:      drivers/net/ethernet/tehuti/*
9826
9827 Telecom Clock Driver for MCPL0010
9828 M:      Mark Gross <mark.gross@intel.com>
9829 S:      Supported
9830 F:      drivers/char/tlclk.c
9831
9832 TENSILICA XTENSA PORT (xtensa)
9833 M:      Chris Zankel <chris@zankel.net>
9834 M:      Max Filippov <jcmvbkbc@gmail.com>
9835 L:      linux-xtensa@linux-xtensa.org
9836 S:      Maintained
9837 F:      arch/xtensa/
9838 F:      drivers/irqchip/irq-xtensa-*
9839
9840 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9841 M:      Hans Verkuil <hverkuil@xs4all.nl>
9842 L:      linux-media@vger.kernel.org
9843 T:      git git://linuxtv.org/media_tree.git
9844 W:      http://linuxtv.org
9845 S:      Maintained
9846 F:      drivers/media/radio/radio-raremono.c
9847
9848 THERMAL
9849 M:      Zhang Rui <rui.zhang@intel.com>
9850 M:      Eduardo Valentin <edubezval@gmail.com>
9851 L:      linux-pm@vger.kernel.org
9852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9854 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9855 S:      Supported
9856 F:      drivers/thermal/
9857 F:      include/linux/thermal.h
9858 F:      include/uapi/linux/thermal.h
9859 F:      include/linux/cpu_cooling.h
9860 F:      Documentation/devicetree/bindings/thermal/
9861
9862 THINGM BLINK(1) USB RGB LED DRIVER
9863 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9864 S:      Maintained
9865 F:      drivers/hid/hid-thingm.c
9866
9867 THINKPAD ACPI EXTRAS DRIVER
9868 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9869 L:      ibm-acpi-devel@lists.sourceforge.net
9870 L:      platform-driver-x86@vger.kernel.org
9871 W:      http://ibm-acpi.sourceforge.net
9872 W:      http://thinkwiki.org/wiki/Ibm-acpi
9873 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9874 S:      Maintained
9875 F:      drivers/platform/x86/thinkpad_acpi.c
9876
9877 TI BANDGAP AND THERMAL DRIVER
9878 M:      Eduardo Valentin <edubezval@gmail.com>
9879 L:      linux-pm@vger.kernel.org
9880 L:      linux-omap@vger.kernel.org
9881 S:      Maintained
9882 F:      drivers/thermal/ti-soc-thermal/
9883
9884 TI CDCE706 CLOCK DRIVER
9885 M:      Max Filippov <jcmvbkbc@gmail.com>
9886 S:      Maintained
9887 F:      drivers/clk/clk-cdce706.c
9888
9889 TI CLOCK DRIVER
9890 M:      Tero Kristo <t-kristo@ti.com>
9891 L:      linux-omap@vger.kernel.org
9892 S:      Maintained
9893 F:      drivers/clk/ti/
9894 F:      include/linux/clk/ti.h
9895
9896 TI FLASH MEDIA INTERFACE DRIVER
9897 M:      Alex Dubov <oakad@yahoo.com>
9898 S:      Maintained
9899 F:      drivers/misc/tifm*
9900 F:      drivers/mmc/host/tifm_sd.c
9901 F:      include/linux/tifm.h
9902
9903 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9904 M:      Santosh Shilimkar <ssantosh@kernel.org>
9905 L:      linux-kernel@vger.kernel.org
9906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9907 S:      Maintained
9908 F:      drivers/soc/ti/*
9909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9910
9911
9912 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9913 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9914 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9915 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9916 S:      Maintained
9917 F:      sound/soc/codecs/lm49453*
9918 F:      sound/soc/codecs/isabelle*
9919
9920 TI LP855x BACKLIGHT DRIVER
9921 M:      Milo Kim <milo.kim@ti.com>
9922 S:      Maintained
9923 F:      Documentation/backlight/lp855x-driver.txt
9924 F:      drivers/video/backlight/lp855x_bl.c
9925 F:      include/linux/platform_data/lp855x.h
9926
9927 TI LP8727 CHARGER DRIVER
9928 M:      Milo Kim <milo.kim@ti.com>
9929 S:      Maintained
9930 F:      drivers/power/lp8727_charger.c
9931 F:      include/linux/platform_data/lp8727.h
9932
9933 TI LP8788 MFD DRIVER
9934 M:      Milo Kim <milo.kim@ti.com>
9935 S:      Maintained
9936 F:      drivers/iio/adc/lp8788_adc.c
9937 F:      drivers/leds/leds-lp8788.c
9938 F:      drivers/mfd/lp8788*.c
9939 F:      drivers/power/lp8788-charger.c
9940 F:      drivers/regulator/lp8788-*.c
9941 F:      include/linux/mfd/lp8788*.h
9942
9943 TI NETCP ETHERNET DRIVER
9944 M:      Wingman Kwok <w-kwok2@ti.com>
9945 M:      Murali Karicheri <m-karicheri2@ti.com>
9946 L:      netdev@vger.kernel.org
9947 S:      Maintained
9948 F:      drivers/net/ethernet/ti/netcp*
9949
9950 TI TWL4030 SERIES SOC CODEC DRIVER
9951 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9952 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9953 S:      Maintained
9954 F:      sound/soc/codecs/twl4030*
9955
9956 TI WILINK WIRELESS DRIVERS
9957 L:      linux-wireless@vger.kernel.org
9958 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9959 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9961 S:      Orphan
9962 F:      drivers/net/wireless/ti/
9963 F:      include/linux/wl12xx.h
9964
9965 TIPC NETWORK LAYER
9966 M:      Jon Maloy <jon.maloy@ericsson.com>
9967 M:      Ying Xue <ying.xue@windriver.com>
9968 L:      netdev@vger.kernel.org (core kernel code)
9969 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9970 W:      http://tipc.sourceforge.net/
9971 S:      Maintained
9972 F:      include/uapi/linux/tipc*.h
9973 F:      net/tipc/
9974
9975 TILE ARCHITECTURE
9976 M:      Chris Metcalf <cmetcalf@ezchip.com>
9977 W:      http://www.ezchip.com/scm/
9978 S:      Supported
9979 F:      arch/tile/
9980 F:      drivers/char/tile-srom.c
9981 F:      drivers/edac/tile_edac.c
9982 F:      drivers/net/ethernet/tile/
9983 F:      drivers/rtc/rtc-tile.c
9984 F:      drivers/tty/hvc/hvc_tile.c
9985 F:      drivers/tty/serial/tilegx.c
9986 F:      drivers/usb/host/*-tilegx.c
9987 F:      include/linux/usb/tilegx.h
9988
9989 TLAN NETWORK DRIVER
9990 M:      Samuel Chessman <chessman@tux.org>
9991 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9992 W:      http://sourceforge.net/projects/tlan/
9993 S:      Maintained
9994 F:      Documentation/networking/tlan.txt
9995 F:      drivers/net/ethernet/ti/tlan.*
9996
9997 TOMOYO SECURITY MODULE
9998 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9999 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10000 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10001 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10002 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10003 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10004 W:      http://tomoyo.sourceforge.jp/
10005 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10006 S:      Maintained
10007 F:      security/tomoyo/
10008
10009 TOPSTAR LAPTOP EXTRAS DRIVER
10010 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10011 L:      platform-driver-x86@vger.kernel.org
10012 S:      Maintained
10013 F:      drivers/platform/x86/topstar-laptop.c
10014
10015 TOSHIBA ACPI EXTRAS DRIVER
10016 M:      Azael Avalos <coproscefalo@gmail.com>
10017 L:      platform-driver-x86@vger.kernel.org
10018 S:      Maintained
10019 F:      drivers/platform/x86/toshiba_acpi.c
10020
10021 TOSHIBA BLUETOOTH DRIVER
10022 M:      Azael Avalos <coproscefalo@gmail.com>
10023 L:      platform-driver-x86@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/platform/x86/toshiba_bluetooth.c
10026
10027 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10028 M:      Azael Avalos <coproscefalo@gmail.com>
10029 L:      platform-driver-x86@vger.kernel.org
10030 S:      Maintained
10031 F:      drivers/platform/x86/toshiba_haps.c
10032
10033 TOSHIBA SMM DRIVER
10034 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10035 L:      tlinux-users@tce.toshiba-dme.co.jp
10036 W:      http://www.buzzard.org.uk/toshiba/
10037 S:      Maintained
10038 F:      drivers/char/toshiba.c
10039 F:      include/linux/toshiba.h
10040 F:      include/uapi/linux/toshiba.h
10041
10042 TMIO MMC DRIVER
10043 M:      Ian Molton <ian.molton@codethink.co.uk>
10044 L:      linux-mmc@vger.kernel.org
10045 S:      Maintained
10046 F:      drivers/mmc/host/tmio_mmc*
10047 F:      drivers/mmc/host/sh_mobile_sdhi.c
10048 F:      include/linux/mmc/tmio.h
10049 F:      include/linux/mmc/sh_mobile_sdhi.h
10050
10051 TMP401 HARDWARE MONITOR DRIVER
10052 M:      Guenter Roeck <linux@roeck-us.net>
10053 L:      lm-sensors@lm-sensors.org
10054 S:      Maintained
10055 F:      Documentation/hwmon/tmp401
10056 F:      drivers/hwmon/tmp401.c
10057
10058 TMPFS (SHMEM FILESYSTEM)
10059 M:      Hugh Dickins <hughd@google.com>
10060 L:      linux-mm@kvack.org
10061 S:      Maintained
10062 F:      include/linux/shmem_fs.h
10063 F:      mm/shmem.c
10064
10065 TM6000 VIDEO4LINUX DRIVER
10066 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10067 L:      linux-media@vger.kernel.org
10068 W:      http://linuxtv.org
10069 T:      git git://linuxtv.org/media_tree.git
10070 S:      Odd fixes
10071 F:      drivers/media/usb/tm6000/
10072
10073 TW68 VIDEO4LINUX DRIVER
10074 M:      Hans Verkuil <hverkuil@xs4all.nl>
10075 L:      linux-media@vger.kernel.org
10076 T:      git git://linuxtv.org/media_tree.git
10077 W:      http://linuxtv.org
10078 S:      Odd Fixes
10079 F:      drivers/media/pci/tw68/
10080
10081 TPM DEVICE DRIVER
10082 M:      Peter Huewe <peterhuewe@gmx.de>
10083 M:      Marcel Selhorst <tpmdd@selhorst.net>
10084 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10085 W:      http://tpmdd.sourceforge.net
10086 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10087 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10088 T:      https://github.com/PeterHuewe/linux-tpmdd
10089 S:      Maintained
10090 F:      drivers/char/tpm/
10091
10092 TPM IBM_VTPM DEVICE DRIVER
10093 M:      Ashley Lai <ashleydlai@gmail.com>
10094 W:      http://tpmdd.sourceforge.net
10095 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10096 S:      Maintained
10097 F:      drivers/char/tpm/tpm_ibmvtpm*
10098
10099 TRACING
10100 M:      Steven Rostedt <rostedt@goodmis.org>
10101 M:      Ingo Molnar <mingo@redhat.com>
10102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10103 S:      Maintained
10104 F:      Documentation/trace/ftrace.txt
10105 F:      arch/*/*/*/ftrace.h
10106 F:      arch/*/kernel/ftrace.c
10107 F:      include/*/ftrace.h
10108 F:      include/linux/trace*.h
10109 F:      include/trace/
10110 F:      kernel/trace/
10111 F:      tools/testing/selftests/ftrace/
10112
10113 TRIVIAL PATCHES
10114 M:      Jiri Kosina <trivial@kernel.org>
10115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10116 S:      Maintained
10117 K:      ^Subject:.*(?i)trivial
10118
10119 TTY LAYER
10120 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10121 M:      Jiri Slaby <jslaby@suse.cz>
10122 S:      Supported
10123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10124 F:      drivers/tty/
10125 F:      drivers/tty/serial/serial_core.c
10126 F:      include/linux/serial_core.h
10127 F:      include/linux/serial.h
10128 F:      include/linux/tty.h
10129 F:      include/uapi/linux/serial_core.h
10130 F:      include/uapi/linux/serial.h
10131 F:      include/uapi/linux/tty.h
10132
10133 TUA9001 MEDIA DRIVER
10134 M:      Antti Palosaari <crope@iki.fi>
10135 L:      linux-media@vger.kernel.org
10136 W:      http://linuxtv.org/
10137 W:      http://palosaari.fi/linux/
10138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10139 T:      git git://linuxtv.org/anttip/media_tree.git
10140 S:      Maintained
10141 F:      drivers/media/tuners/tua9001*
10142
10143 TULIP NETWORK DRIVERS
10144 M:      Grant Grundler <grundler@parisc-linux.org>
10145 L:      netdev@vger.kernel.org
10146 S:      Maintained
10147 F:      drivers/net/ethernet/dec/tulip/
10148
10149 TUN/TAP driver
10150 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10151 W:      http://vtun.sourceforge.net/tun
10152 S:      Maintained
10153 F:      Documentation/networking/tuntap.txt
10154 F:      arch/um/os-Linux/drivers/
10155
10156 TURBOCHANNEL SUBSYSTEM
10157 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10158 M:      Ralf Baechle <ralf@linux-mips.org>
10159 L:      linux-mips@linux-mips.org
10160 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10161 S:      Maintained
10162 F:      drivers/tc/
10163 F:      include/linux/tc.h
10164
10165 U14-34F SCSI DRIVER
10166 M:      Dario Ballabio <ballabio_dario@emc.com>
10167 L:      linux-scsi@vger.kernel.org
10168 S:      Maintained
10169 F:      drivers/scsi/u14-34f.c
10170
10171 UBI FILE SYSTEM (UBIFS)
10172 M:      Artem Bityutskiy <dedekind1@gmail.com>
10173 M:      Adrian Hunter <adrian.hunter@intel.com>
10174 L:      linux-mtd@lists.infradead.org
10175 T:      git git://git.infradead.org/ubifs-2.6.git
10176 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10177 S:      Maintained
10178 F:      Documentation/filesystems/ubifs.txt
10179 F:      fs/ubifs/
10180
10181 UCLINUX (AND M68KNOMMU)
10182 M:      Greg Ungerer <gerg@uclinux.org>
10183 W:      http://www.uclinux.org/
10184 L:      uclinux-dev@uclinux.org  (subscribers-only)
10185 S:      Maintained
10186 F:      arch/m68k/*/*_no.*
10187 F:      arch/m68k/include/asm/*_no.*
10188
10189 UDF FILESYSTEM
10190 M:      Jan Kara <jack@suse.cz>
10191 S:      Maintained
10192 F:      Documentation/filesystems/udf.txt
10193 F:      fs/udf/
10194
10195 UFS FILESYSTEM
10196 M:      Evgeniy Dushistov <dushistov@mail.ru>
10197 S:      Maintained
10198 F:      Documentation/filesystems/ufs.txt
10199 F:      fs/ufs/
10200
10201 UHID USERSPACE HID IO DRIVER:
10202 M:      David Herrmann <dh.herrmann@googlemail.com>
10203 L:      linux-input@vger.kernel.org
10204 S:      Maintained
10205 F:      drivers/hid/uhid.c
10206 F:      include/uapi/linux/uhid.h
10207
10208 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10209 L:      linux-usb@vger.kernel.org
10210 S:      Orphan
10211 F:      drivers/uwb/
10212 F:      include/linux/uwb.h
10213 F:      include/linux/uwb/
10214
10215 UNICORE32 ARCHITECTURE:
10216 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10217 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10218 S:      Maintained
10219 T:      git git://github.com/gxt/linux.git
10220 F:      arch/unicore32/
10221
10222 UNIFDEF
10223 M:      Tony Finch <dot@dotat.at>
10224 W:      http://dotat.at/prog/unifdef
10225 S:      Maintained
10226 F:      scripts/unifdef.c
10227
10228 UNIFORM CDROM DRIVER
10229 M:      Jens Axboe <axboe@kernel.dk>
10230 W:      http://www.kernel.dk
10231 S:      Maintained
10232 F:      Documentation/cdrom/
10233 F:      drivers/cdrom/cdrom.c
10234 F:      include/linux/cdrom.h
10235 F:      include/uapi/linux/cdrom.h
10236
10237 UNISYS S-PAR DRIVERS
10238 M:      Benjamin Romer <benjamin.romer@unisys.com>
10239 M:      David Kershner <david.kershner@unisys.com>
10240 L:      sparmaintainer@unisys.com (Unisys internal)
10241 S:      Supported
10242 F:      drivers/staging/unisys/
10243
10244 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10245 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10246 L:      linux-scsi@vger.kernel.org
10247 S:      Supported
10248 F:      Documentation/scsi/ufs.txt
10249 F:      drivers/scsi/ufs/
10250
10251 UNSORTED BLOCK IMAGES (UBI)
10252 M:      Artem Bityutskiy <dedekind1@gmail.com>
10253 M:      Richard Weinberger <richard@nod.at>
10254 W:      http://www.linux-mtd.infradead.org/
10255 L:      linux-mtd@lists.infradead.org
10256 T:      git git://git.infradead.org/ubifs-2.6.git
10257 S:      Supported
10258 F:      drivers/mtd/ubi/
10259 F:      include/linux/mtd/ubi.h
10260 F:      include/uapi/mtd/ubi-user.h
10261
10262 USB ACM DRIVER
10263 M:      Oliver Neukum <oliver@neukum.org>
10264 L:      linux-usb@vger.kernel.org
10265 S:      Maintained
10266 F:      Documentation/usb/acm.txt
10267 F:      drivers/usb/class/cdc-acm.*
10268
10269 USB AR5523 WIRELESS DRIVER
10270 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10271 L:      linux-wireless@vger.kernel.org
10272 S:      Maintained
10273 F:      drivers/net/wireless/ath/ar5523/
10274
10275 USB ATTACHED SCSI
10276 M:      Hans de Goede <hdegoede@redhat.com>
10277 M:      Gerd Hoffmann <kraxel@redhat.com>
10278 L:      linux-usb@vger.kernel.org
10279 L:      linux-scsi@vger.kernel.org
10280 S:      Maintained
10281 F:      drivers/usb/storage/uas.c
10282
10283 USB CDC ETHERNET DRIVER
10284 M:      Oliver Neukum <oliver@neukum.org>
10285 L:      linux-usb@vger.kernel.org
10286 S:      Maintained
10287 F:      drivers/net/usb/cdc_*.c
10288 F:      include/uapi/linux/usb/cdc.h
10289
10290 USB CHAOSKEY DRIVER
10291 M:      Keith Packard <keithp@keithp.com>
10292 L:      linux-usb@vger.kernel.org
10293 S:      Maintained
10294 F:      drivers/usb/misc/chaoskey.c
10295
10296 USB CYPRESS C67X00 DRIVER
10297 M:      Peter Korsgaard <jacmet@sunsite.dk>
10298 L:      linux-usb@vger.kernel.org
10299 S:      Maintained
10300 F:      drivers/usb/c67x00/
10301
10302 USB DAVICOM DM9601 DRIVER
10303 M:      Peter Korsgaard <jacmet@sunsite.dk>
10304 L:      netdev@vger.kernel.org
10305 W:      http://www.linux-usb.org/usbnet
10306 S:      Maintained
10307 F:      drivers/net/usb/dm9601.c
10308
10309 USB DIAMOND RIO500 DRIVER
10310 M:      Cesar Miquel <miquel@df.uba.ar>
10311 L:      rio500-users@lists.sourceforge.net
10312 W:      http://rio500.sourceforge.net
10313 S:      Maintained
10314 F:      drivers/usb/misc/rio500*
10315
10316 USB EHCI DRIVER
10317 M:      Alan Stern <stern@rowland.harvard.edu>
10318 L:      linux-usb@vger.kernel.org
10319 S:      Maintained
10320 F:      Documentation/usb/ehci.txt
10321 F:      drivers/usb/host/ehci*
10322
10323 USB GADGET/PERIPHERAL SUBSYSTEM
10324 M:      Felipe Balbi <balbi@ti.com>
10325 L:      linux-usb@vger.kernel.org
10326 W:      http://www.linux-usb.org/gadget
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10328 S:      Maintained
10329 F:      drivers/usb/gadget/
10330 F:      include/linux/usb/gadget*
10331
10332 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10333 M:      Jiri Kosina <jkosina@suse.cz>
10334 L:      linux-usb@vger.kernel.org
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10336 S:      Maintained
10337 F:      Documentation/hid/hiddev.txt
10338 F:      drivers/hid/usbhid/
10339
10340 USB ISP116X DRIVER
10341 M:      Olav Kongas <ok@artecdesign.ee>
10342 L:      linux-usb@vger.kernel.org
10343 S:      Maintained
10344 F:      drivers/usb/host/isp116x*
10345 F:      include/linux/usb/isp116x.h
10346
10347 USB MASS STORAGE DRIVER
10348 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10349 L:      linux-usb@vger.kernel.org
10350 L:      usb-storage@lists.one-eyed-alien.net
10351 S:      Maintained
10352 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10353 F:      drivers/usb/storage/
10354
10355 USB MIDI DRIVER
10356 M:      Clemens Ladisch <clemens@ladisch.de>
10357 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10358 T:      git git://git.alsa-project.org/alsa-kernel.git
10359 S:      Maintained
10360 F:      sound/usb/midi.*
10361
10362 USB NETWORKING DRIVERS
10363 L:      linux-usb@vger.kernel.org
10364 S:      Odd Fixes
10365 F:      drivers/net/usb/
10366
10367 USB OHCI DRIVER
10368 M:      Alan Stern <stern@rowland.harvard.edu>
10369 L:      linux-usb@vger.kernel.org
10370 S:      Maintained
10371 F:      Documentation/usb/ohci.txt
10372 F:      drivers/usb/host/ohci*
10373
10374 USB OTG FSM (Finite State Machine)
10375 M:      Peter Chen <Peter.Chen@freescale.com>
10376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10377 L:      linux-usb@vger.kernel.org
10378 S:      Maintained
10379 F:      drivers/usb/common/usb-otg-fsm.c
10380
10381 USB OVER IP DRIVER
10382 M:      Valentina Manea <valentina.manea.m@gmail.com>
10383 M:      Shuah Khan <shuah.kh@samsung.com>
10384 L:      linux-usb@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/usb/usbip/
10387 F:      tools/usb/usbip/
10388
10389 USB PEGASUS DRIVER
10390 M:      Petko Manolov <petkan@nucleusys.com>
10391 L:      linux-usb@vger.kernel.org
10392 L:      netdev@vger.kernel.org
10393 T:      git git://github.com/petkan/pegasus.git
10394 W:      https://github.com/petkan/pegasus
10395 S:      Maintained
10396 F:      drivers/net/usb/pegasus.*
10397
10398 USB PHY LAYER
10399 M:      Felipe Balbi <balbi@ti.com>
10400 L:      linux-usb@vger.kernel.org
10401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10402 S:      Maintained
10403 F:      drivers/usb/phy/
10404
10405 USB PRINTER DRIVER (usblp)
10406 M:      Pete Zaitcev <zaitcev@redhat.com>
10407 L:      linux-usb@vger.kernel.org
10408 S:      Supported
10409 F:      drivers/usb/class/usblp.c
10410
10411 USB RTL8150 DRIVER
10412 M:      Petko Manolov <petkan@nucleusys.com>
10413 L:      linux-usb@vger.kernel.org
10414 L:      netdev@vger.kernel.org
10415 T:      git git://github.com/petkan/rtl8150.git
10416 W:      https://github.com/petkan/rtl8150
10417 S:      Maintained
10418 F:      drivers/net/usb/rtl8150.c
10419
10420 USB SERIAL SUBSYSTEM
10421 M:      Johan Hovold <johan@kernel.org>
10422 L:      linux-usb@vger.kernel.org
10423 S:      Maintained
10424 F:      Documentation/usb/usb-serial.txt
10425 F:      drivers/usb/serial/
10426 F:      include/linux/usb/serial.h
10427
10428 USB SMSC75XX ETHERNET DRIVER
10429 M:      Steve Glendinning <steve.glendinning@shawell.net>
10430 L:      netdev@vger.kernel.org
10431 S:      Maintained
10432 F:      drivers/net/usb/smsc75xx.*
10433
10434 USB SMSC95XX ETHERNET DRIVER
10435 M:      Steve Glendinning <steve.glendinning@shawell.net>
10436 L:      netdev@vger.kernel.org
10437 S:      Maintained
10438 F:      drivers/net/usb/smsc95xx.*
10439
10440 USB SUBSYSTEM
10441 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10442 L:      linux-usb@vger.kernel.org
10443 W:      http://www.linux-usb.org
10444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10445 S:      Supported
10446 F:      Documentation/usb/
10447 F:      drivers/usb/
10448 F:      include/linux/usb.h
10449 F:      include/linux/usb/
10450
10451 USB UHCI DRIVER
10452 M:      Alan Stern <stern@rowland.harvard.edu>
10453 L:      linux-usb@vger.kernel.org
10454 S:      Maintained
10455 F:      drivers/usb/host/uhci*
10456
10457 USB "USBNET" DRIVER FRAMEWORK
10458 M:      Oliver Neukum <oneukum@suse.de>
10459 L:      netdev@vger.kernel.org
10460 W:      http://www.linux-usb.org/usbnet
10461 S:      Maintained
10462 F:      drivers/net/usb/usbnet.c
10463 F:      include/linux/usb/usbnet.h
10464
10465 USB VIDEO CLASS
10466 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10467 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10468 L:      linux-media@vger.kernel.org
10469 T:      git git://linuxtv.org/media_tree.git
10470 W:      http://www.ideasonboard.org/uvc/
10471 S:      Maintained
10472 F:      drivers/media/usb/uvc/
10473 F:      include/uapi/linux/uvcvideo.h
10474
10475 USB VISION DRIVER
10476 M:      Hans Verkuil <hverkuil@xs4all.nl>
10477 L:      linux-media@vger.kernel.org
10478 T:      git git://linuxtv.org/media_tree.git
10479 W:      http://linuxtv.org
10480 S:      Odd Fixes
10481 F:      drivers/media/usb/usbvision/
10482
10483 USB WEBCAM GADGET
10484 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10485 L:      linux-usb@vger.kernel.org
10486 S:      Maintained
10487 F:      drivers/usb/gadget/function/*uvc*
10488 F:      drivers/usb/gadget/legacy/webcam.c
10489
10490 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10491 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10492 L:      linux-wireless@vger.kernel.org
10493 S:      Maintained
10494 F:      drivers/net/wireless/rndis_wlan.c
10495
10496 USB XHCI DRIVER
10497 M:      Mathias Nyman <mathias.nyman@intel.com>
10498 L:      linux-usb@vger.kernel.org
10499 S:      Supported
10500 F:      drivers/usb/host/xhci*
10501 F:      drivers/usb/host/pci-quirks*
10502
10503 USB ZD1201 DRIVER
10504 L:      linux-wireless@vger.kernel.org
10505 W:      http://linux-lc100020.sourceforge.net
10506 S:      Orphan
10507 F:      drivers/net/wireless/zd1201.*
10508
10509 USB ZR364XX DRIVER
10510 M:      Antoine Jacquet <royale@zerezo.com>
10511 L:      linux-usb@vger.kernel.org
10512 L:      linux-media@vger.kernel.org
10513 T:      git git://linuxtv.org/media_tree.git
10514 W:      http://royale.zerezo.com/zr364xx/
10515 S:      Maintained
10516 F:      Documentation/video4linux/zr364xx.txt
10517 F:      drivers/media/usb/zr364xx/
10518
10519 USER-MODE LINUX (UML)
10520 M:      Jeff Dike <jdike@addtoit.com>
10521 M:      Richard Weinberger <richard@nod.at>
10522 L:      user-mode-linux-devel@lists.sourceforge.net
10523 L:      user-mode-linux-user@lists.sourceforge.net
10524 W:      http://user-mode-linux.sourceforge.net
10525 S:      Maintained
10526 F:      Documentation/virtual/uml/
10527 F:      arch/um/
10528 F:      arch/x86/um/
10529 F:      fs/hostfs/
10530 F:      fs/hppfs/
10531
10532 USERSPACE I/O (UIO)
10533 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10534 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10535 S:      Maintained
10536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10537 F:      Documentation/DocBook/uio-howto.tmpl
10538 F:      drivers/uio/
10539 F:      include/linux/uio*.h
10540
10541 UTIL-LINUX PACKAGE
10542 M:      Karel Zak <kzak@redhat.com>
10543 L:      util-linux@vger.kernel.org
10544 W:      http://en.wikipedia.org/wiki/Util-linux
10545 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10546 S:      Maintained
10547
10548 UVESAFB DRIVER
10549 M:      Michal Januszewski <spock@gentoo.org>
10550 L:      linux-fbdev@vger.kernel.org
10551 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10552 S:      Maintained
10553 F:      Documentation/fb/uvesafb.txt
10554 F:      drivers/video/fbdev/uvesafb.*
10555
10556 VFAT/FAT/MSDOS FILESYSTEM
10557 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10558 S:      Maintained
10559 F:      Documentation/filesystems/vfat.txt
10560 F:      fs/fat/
10561
10562 VFIO DRIVER
10563 M:      Alex Williamson <alex.williamson@redhat.com>
10564 L:      kvm@vger.kernel.org
10565 S:      Maintained
10566 F:      Documentation/vfio.txt
10567 F:      drivers/vfio/
10568 F:      include/linux/vfio.h
10569 F:      include/uapi/linux/vfio.h
10570
10571 VIDEOBUF2 FRAMEWORK
10572 M:      Pawel Osciak <pawel@osciak.com>
10573 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10574 M:      Kyungmin Park <kyungmin.park@samsung.com>
10575 L:      linux-media@vger.kernel.org
10576 S:      Maintained
10577 F:      drivers/media/v4l2-core/videobuf2-*
10578 F:      include/media/videobuf2-*
10579
10580 VIRTIO CONSOLE DRIVER
10581 M:      Amit Shah <amit.shah@redhat.com>
10582 L:      virtualization@lists.linux-foundation.org
10583 S:      Maintained
10584 F:      drivers/char/virtio_console.c
10585 F:      include/linux/virtio_console.h
10586 F:      include/uapi/linux/virtio_console.h
10587
10588 VIRTIO CORE, NET AND BLOCK DRIVERS
10589 M:      "Michael S. Tsirkin" <mst@redhat.com>
10590 L:      virtualization@lists.linux-foundation.org
10591 S:      Maintained
10592 F:      drivers/virtio/
10593 F:      tools/virtio/
10594 F:      drivers/net/virtio_net.c
10595 F:      drivers/block/virtio_blk.c
10596 F:      include/linux/virtio_*.h
10597 F:      include/uapi/linux/virtio_*.h
10598
10599 VIRTIO HOST (VHOST)
10600 M:      "Michael S. Tsirkin" <mst@redhat.com>
10601 L:      kvm@vger.kernel.org
10602 L:      virtualization@lists.linux-foundation.org
10603 L:      netdev@vger.kernel.org
10604 S:      Maintained
10605 F:      drivers/vhost/
10606 F:      include/uapi/linux/vhost.h
10607
10608 VIRTIO INPUT DRIVER
10609 M:      Gerd Hoffmann <kraxel@redhat.com>
10610 S:      Maintained
10611 F:      drivers/virtio/virtio_input.c
10612 F:      include/uapi/linux/virtio_input.h
10613
10614 VIA RHINE NETWORK DRIVER
10615 S:      Orphan
10616 F:      drivers/net/ethernet/via/via-rhine.c
10617
10618 VIA SD/MMC CARD CONTROLLER DRIVER
10619 M:      Bruce Chang <brucechang@via.com.tw>
10620 M:      Harald Welte <HaraldWelte@viatech.com>
10621 S:      Maintained
10622 F:      drivers/mmc/host/via-sdmmc.c
10623
10624 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10625 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10626 L:      linux-fbdev@vger.kernel.org
10627 S:      Maintained
10628 F:      include/linux/via-core.h
10629 F:      include/linux/via-gpio.h
10630 F:      include/linux/via_i2c.h
10631 F:      drivers/video/fbdev/via/
10632
10633 VIA VELOCITY NETWORK DRIVER
10634 M:      Francois Romieu <romieu@fr.zoreil.com>
10635 L:      netdev@vger.kernel.org
10636 S:      Maintained
10637 F:      drivers/net/ethernet/via/via-velocity.*
10638
10639 VIVID VIRTUAL VIDEO DRIVER
10640 M:      Hans Verkuil <hverkuil@xs4all.nl>
10641 L:      linux-media@vger.kernel.org
10642 T:      git git://linuxtv.org/media_tree.git
10643 W:      http://linuxtv.org
10644 S:      Maintained
10645 F:      drivers/media/platform/vivid/*
10646
10647 VLAN (802.1Q)
10648 M:      Patrick McHardy <kaber@trash.net>
10649 L:      netdev@vger.kernel.org
10650 S:      Maintained
10651 F:      drivers/net/macvlan.c
10652 F:      include/linux/if_*vlan.h
10653 F:      net/8021q/
10654
10655 VLYNQ BUS
10656 M:      Florian Fainelli <florian@openwrt.org>
10657 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10658 S:      Maintained
10659 F:      drivers/vlynq/vlynq.c
10660 F:      include/linux/vlynq.h
10661
10662 VME SUBSYSTEM
10663 M:      Martyn Welch <martyn.welch@ge.com>
10664 M:      Manohar Vanga <manohar.vanga@gmail.com>
10665 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10666 L:      devel@driverdev.osuosl.org
10667 S:      Maintained
10668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10669 F:      Documentation/vme_api.txt
10670 F:      drivers/staging/vme/
10671 F:      drivers/vme/
10672 F:      include/linux/vme*
10673
10674 VMWARE HYPERVISOR INTERFACE
10675 M:      Alok Kataria <akataria@vmware.com>
10676 L:      virtualization@lists.linux-foundation.org
10677 S:      Supported
10678 F:      arch/x86/kernel/cpu/vmware.c
10679
10680 VMWARE BALLOON DRIVER
10681 M:      Xavier Deguillard <xdeguillard@vmware.com>
10682 M:      Philip Moltmann <moltmann@vmware.com>
10683 M:      "VMware, Inc." <pv-drivers@vmware.com>
10684 L:      linux-kernel@vger.kernel.org
10685 S:      Maintained
10686 F:      drivers/misc/vmw_balloon.c
10687
10688 VMWARE VMMOUSE SUBDRIVER
10689 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10690 M:      "VMware, Inc." <pv-drivers@vmware.com>
10691 L:      linux-input@vger.kernel.org
10692 S:      Maintained
10693 F:      drivers/input/mouse/vmmouse.c
10694 F:      drivers/input/mouse/vmmouse.h
10695
10696 VMWARE VMXNET3 ETHERNET DRIVER
10697 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10698 M:      "VMware, Inc." <pv-drivers@vmware.com>
10699 L:      netdev@vger.kernel.org
10700 S:      Maintained
10701 F:      drivers/net/vmxnet3/
10702
10703 VMware PVSCSI driver
10704 M:      Arvind Kumar <arvindkumar@vmware.com>
10705 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10706 L:      linux-scsi@vger.kernel.org
10707 S:      Maintained
10708 F:      drivers/scsi/vmw_pvscsi.c
10709 F:      drivers/scsi/vmw_pvscsi.h
10710
10711 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10712 M:      Liam Girdwood <lgirdwood@gmail.com>
10713 M:      Mark Brown <broonie@kernel.org>
10714 L:      linux-kernel@vger.kernel.org
10715 W:      http://opensource.wolfsonmicro.com/node/15
10716 W:      http://www.slimlogic.co.uk/?p=48
10717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10718 S:      Supported
10719 F:      drivers/regulator/
10720 F:      include/linux/regulator/
10721
10722 VT1211 HARDWARE MONITOR DRIVER
10723 M:      Juerg Haefliger <juergh@gmail.com>
10724 L:      lm-sensors@lm-sensors.org
10725 S:      Maintained
10726 F:      Documentation/hwmon/vt1211
10727 F:      drivers/hwmon/vt1211.c
10728
10729 VT8231 HARDWARE MONITOR DRIVER
10730 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10731 L:      lm-sensors@lm-sensors.org
10732 S:      Maintained
10733 F:      drivers/hwmon/vt8231.c
10734
10735 VUB300 USB to SDIO/SD/MMC bridge chip
10736 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10737 L:      linux-mmc@vger.kernel.org
10738 L:      linux-usb@vger.kernel.org
10739 S:      Supported
10740 F:      drivers/mmc/host/vub300.c
10741
10742 W1 DALLAS'S 1-WIRE BUS
10743 M:      Evgeniy Polyakov <zbr@ioremap.net>
10744 S:      Maintained
10745 F:      Documentation/w1/
10746 F:      drivers/w1/
10747
10748 W83791D HARDWARE MONITORING DRIVER
10749 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10750 L:      lm-sensors@lm-sensors.org
10751 S:      Maintained
10752 F:      Documentation/hwmon/w83791d
10753 F:      drivers/hwmon/w83791d.c
10754
10755 W83793 HARDWARE MONITORING DRIVER
10756 M:      Rudolf Marek <r.marek@assembler.cz>
10757 L:      lm-sensors@lm-sensors.org
10758 S:      Maintained
10759 F:      Documentation/hwmon/w83793
10760 F:      drivers/hwmon/w83793.c
10761
10762 W83795 HARDWARE MONITORING DRIVER
10763 M:      Jean Delvare <jdelvare@suse.de>
10764 L:      lm-sensors@lm-sensors.org
10765 S:      Maintained
10766 F:      drivers/hwmon/w83795.c
10767
10768 W83L51xD SD/MMC CARD INTERFACE DRIVER
10769 M:      Pierre Ossman <pierre@ossman.eu>
10770 S:      Maintained
10771 F:      drivers/mmc/host/wbsd.*
10772
10773 WACOM PROTOCOL 4 SERIAL TABLETS
10774 M:      Julian Squires <julian@cipht.net>
10775 M:      Hans de Goede <hdegoede@redhat.com>
10776 L:      linux-input@vger.kernel.org
10777 S:      Maintained
10778 F:      drivers/input/tablet/wacom_serial4.c
10779
10780 WATCHDOG DEVICE DRIVERS
10781 M:      Wim Van Sebroeck <wim@iguana.be>
10782 L:      linux-watchdog@vger.kernel.org
10783 W:      http://www.linux-watchdog.org/
10784 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10785 S:      Maintained
10786 F:      Documentation/watchdog/
10787 F:      drivers/watchdog/
10788 F:      include/linux/watchdog.h
10789 F:      include/uapi/linux/watchdog.h
10790
10791 WD7000 SCSI DRIVER
10792 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10793 L:      linux-scsi@vger.kernel.org
10794 S:      Maintained
10795 F:      drivers/scsi/wd7000.c
10796
10797 WIIMOTE HID DRIVER
10798 M:      David Herrmann <dh.herrmann@googlemail.com>
10799 L:      linux-input@vger.kernel.org
10800 S:      Maintained
10801 F:      drivers/hid/hid-wiimote*
10802
10803 WINBOND CIR DRIVER
10804 M:      David Härdeman <david@hardeman.nu>
10805 S:      Maintained
10806 F:      drivers/media/rc/winbond-cir.c
10807
10808 WIMAX STACK
10809 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10810 M:      linux-wimax@intel.com
10811 L:      wimax@linuxwimax.org (subscribers-only)
10812 S:      Supported
10813 W:      http://linuxwimax.org
10814 F:      Documentation/wimax/README.wimax
10815 F:      include/linux/wimax/debug.h
10816 F:      include/net/wimax.h
10817 F:      include/uapi/linux/wimax.h
10818 F:      net/wimax/
10819
10820 WISTRON LAPTOP BUTTON DRIVER
10821 M:      Miloslav Trmac <mitr@volny.cz>
10822 S:      Maintained
10823 F:      drivers/input/misc/wistron_btns.c
10824
10825 WL3501 WIRELESS PCMCIA CARD DRIVER
10826 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10827 L:      linux-wireless@vger.kernel.org
10828 W:      http://oops.ghostprotocols.net:81/blog
10829 S:      Maintained
10830 F:      drivers/net/wireless/wl3501*
10831
10832 WM97XX TOUCHSCREEN DRIVERS
10833 M:      Mark Brown <broonie@kernel.org>
10834 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10835 L:      linux-input@vger.kernel.org
10836 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10837 W:      http://opensource.wolfsonmicro.com/node/7
10838 S:      Supported
10839 F:      drivers/input/touchscreen/*wm97*
10840 F:      include/linux/wm97xx.h
10841
10842 WOLFSON MICROELECTRONICS DRIVERS
10843 L:      patches@opensource.wolfsonmicro.com
10844 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10845 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10846 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10847 S:      Supported
10848 F:      Documentation/hwmon/wm83??
10849 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10850 F:      drivers/clk/clk-wm83*.c
10851 F:      drivers/extcon/extcon-arizona.c
10852 F:      drivers/leds/leds-wm83*.c
10853 F:      drivers/gpio/gpio-*wm*.c
10854 F:      drivers/gpio/gpio-arizona.c
10855 F:      drivers/hwmon/wm83??-hwmon.c
10856 F:      drivers/input/misc/wm831x-on.c
10857 F:      drivers/input/touchscreen/wm831x-ts.c
10858 F:      drivers/input/touchscreen/wm97*.c
10859 F:      drivers/mfd/arizona*
10860 F:      drivers/mfd/wm*.c
10861 F:      drivers/power/wm83*.c
10862 F:      drivers/rtc/rtc-wm83*.c
10863 F:      drivers/regulator/wm8*.c
10864 F:      drivers/video/backlight/wm83*_bl.c
10865 F:      drivers/watchdog/wm83*_wdt.c
10866 F:      include/linux/mfd/arizona/
10867 F:      include/linux/mfd/wm831x/
10868 F:      include/linux/mfd/wm8350/
10869 F:      include/linux/mfd/wm8400*
10870 F:      include/linux/wm97xx.h
10871 F:      include/sound/wm????.h
10872 F:      sound/soc/codecs/arizona.?
10873 F:      sound/soc/codecs/wm*
10874
10875 WORKQUEUE
10876 M:      Tejun Heo <tj@kernel.org>
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10878 S:      Maintained
10879 F:      include/linux/workqueue.h
10880 F:      kernel/workqueue.c
10881 F:      Documentation/workqueue.txt
10882
10883 X.25 NETWORK LAYER
10884 M:      Andrew Hendry <andrew.hendry@gmail.com>
10885 L:      linux-x25@vger.kernel.org
10886 S:      Odd Fixes
10887 F:      Documentation/networking/x25*
10888 F:      include/net/x25*
10889 F:      net/x25/
10890
10891 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10892 M:      Thomas Gleixner <tglx@linutronix.de>
10893 M:      Ingo Molnar <mingo@redhat.com>
10894 M:      "H. Peter Anvin" <hpa@zytor.com>
10895 M:      x86@kernel.org
10896 L:      linux-kernel@vger.kernel.org
10897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10898 S:      Maintained
10899 F:      Documentation/x86/
10900 F:      arch/x86/
10901
10902 X86 PLATFORM DRIVERS
10903 M:      Darren Hart <dvhart@infradead.org>
10904 L:      platform-driver-x86@vger.kernel.org
10905 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10906 S:      Maintained
10907 F:      drivers/platform/x86/
10908
10909 X86 MCE INFRASTRUCTURE
10910 M:      Tony Luck <tony.luck@intel.com>
10911 M:      Borislav Petkov <bp@alien8.de>
10912 L:      linux-edac@vger.kernel.org
10913 S:      Maintained
10914 F:      arch/x86/kernel/cpu/mcheck/*
10915
10916 X86 VDSO
10917 M:      Andy Lutomirski <luto@amacapital.net>
10918 L:      linux-kernel@vger.kernel.org
10919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10920 S:      Maintained
10921 F:      arch/x86/vdso/
10922
10923 XC2028/3028 TUNER DRIVER
10924 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10925 L:      linux-media@vger.kernel.org
10926 W:      http://linuxtv.org
10927 T:      git git://linuxtv.org/media_tree.git
10928 S:      Maintained
10929 F:      drivers/media/tuners/tuner-xc2028.*
10930
10931 XEN HYPERVISOR INTERFACE
10932 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10933 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10934 M:      David Vrabel <david.vrabel@citrix.com>
10935 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10937 S:      Supported
10938 F:      arch/x86/xen/
10939 F:      drivers/*/xen-*front.c
10940 F:      drivers/xen/
10941 F:      arch/x86/include/asm/xen/
10942 F:      include/xen/
10943 F:      include/uapi/xen/
10944
10945 XEN HYPERVISOR ARM
10946 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10947 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10948 S:      Supported
10949 F:      arch/arm/xen/
10950 F:      arch/arm/include/asm/xen/
10951
10952 XEN HYPERVISOR ARM64
10953 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10954 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10955 S:      Supported
10956 F:      arch/arm64/xen/
10957 F:      arch/arm64/include/asm/xen/
10958
10959 XEN NETWORK BACKEND DRIVER
10960 M:      Ian Campbell <ian.campbell@citrix.com>
10961 M:      Wei Liu <wei.liu2@citrix.com>
10962 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10963 L:      netdev@vger.kernel.org
10964 S:      Supported
10965 F:      drivers/net/xen-netback/*
10966
10967 XEN PCI SUBSYSTEM
10968 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10969 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10970 S:      Supported
10971 F:      arch/x86/pci/*xen*
10972 F:      drivers/pci/*xen*
10973
10974 XEN BLOCK SUBSYSTEM
10975 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10976 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10977 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10978 S:      Supported
10979 F:      drivers/block/xen-blkback/*
10980 F:      drivers/block/xen*
10981
10982 XEN PVSCSI DRIVERS
10983 M:      Juergen Gross <jgross@suse.com>
10984 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10985 L:      linux-scsi@vger.kernel.org
10986 S:      Supported
10987 F:      drivers/scsi/xen-scsifront.c
10988 F:      drivers/xen/xen-scsiback.c
10989 F:      include/xen/interface/io/vscsiif.h
10990
10991 XEN SWIOTLB SUBSYSTEM
10992 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10993 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10994 S:      Supported
10995 F:      arch/x86/xen/*swiotlb*
10996 F:      drivers/xen/*swiotlb*
10997
10998 XFS FILESYSTEM
10999 P:      Silicon Graphics Inc
11000 M:      Dave Chinner <david@fromorbit.com>
11001 M:      xfs@oss.sgi.com
11002 L:      xfs@oss.sgi.com
11003 W:      http://oss.sgi.com/projects/xfs
11004 T:      git git://oss.sgi.com/xfs/xfs.git
11005 S:      Supported
11006 F:      Documentation/filesystems/xfs.txt
11007 F:      fs/xfs/
11008
11009 XILINX AXI ETHERNET DRIVER
11010 M:      Anirudha Sarangi <anirudh@xilinx.com>
11011 M:      John Linn <John.Linn@xilinx.com>
11012 S:      Maintained
11013 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11014
11015 XILINX UARTLITE SERIAL DRIVER
11016 M:      Peter Korsgaard <jacmet@sunsite.dk>
11017 L:      linux-serial@vger.kernel.org
11018 S:      Maintained
11019 F:      drivers/tty/serial/uartlite.c
11020
11021 XILINX VIDEO IP CORES
11022 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11023 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11024 L:      linux-media@vger.kernel.org
11025 T:      git git://linuxtv.org/media_tree.git
11026 S:      Supported
11027 F:      Documentation/devicetree/bindings/media/xilinx/
11028 F:      drivers/media/platform/xilinx/
11029 F:      include/uapi/linux/xilinx-v4l2-controls.h
11030
11031 XILLYBUS DRIVER
11032 M:      Eli Billauer <eli.billauer@gmail.com>
11033 L:      linux-kernel@vger.kernel.org
11034 S:      Supported
11035 F:      drivers/char/xillybus/
11036
11037 XTENSA XTFPGA PLATFORM SUPPORT
11038 M:      Max Filippov <jcmvbkbc@gmail.com>
11039 L:      linux-xtensa@linux-xtensa.org
11040 S:      Maintained
11041 F:      drivers/spi/spi-xtensa-xtfpga.c
11042 F:      sound/soc/xtensa/xtfpga-i2s.c
11043
11044 YAM DRIVER FOR AX.25
11045 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11046 L:      linux-hams@vger.kernel.org
11047 S:      Maintained
11048 F:      drivers/net/hamradio/yam*
11049 F:      include/linux/yam.h
11050
11051 YEALINK PHONE DRIVER
11052 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11053 L:      usbb2k-api-dev@nongnu.org
11054 S:      Maintained
11055 F:      Documentation/input/yealink.txt
11056 F:      drivers/input/misc/yealink.*
11057
11058 Z8530 DRIVER FOR AX.25
11059 M:      Joerg Reuter <jreuter@yaina.de>
11060 W:      http://yaina.de/jreuter/
11061 W:      http://www.qsl.net/dl1bke/
11062 L:      linux-hams@vger.kernel.org
11063 S:      Maintained
11064 F:      Documentation/networking/z8530drv.txt
11065 F:      drivers/net/hamradio/*scc.c
11066 F:      drivers/net/hamradio/z8530.h
11067
11068 ZBUD COMPRESSED PAGE ALLOCATOR
11069 M:      Seth Jennings <sjennings@variantweb.net>
11070 L:      linux-mm@kvack.org
11071 S:      Maintained
11072 F:      mm/zbud.c
11073 F:      include/linux/zbud.h
11074
11075 ZD1211RW WIRELESS DRIVER
11076 M:      Daniel Drake <dsd@gentoo.org>
11077 M:      Ulrich Kunitz <kune@deine-taler.de>
11078 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11079 L:      linux-wireless@vger.kernel.org
11080 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11081 S:      Maintained
11082 F:      drivers/net/wireless/zd1211rw/
11083
11084 ZR36067 VIDEO FOR LINUX DRIVER
11085 L:      mjpeg-users@lists.sourceforge.net
11086 L:      linux-media@vger.kernel.org
11087 W:      http://mjpeg.sourceforge.net/driver-zoran/
11088 T:      hg http://linuxtv.org/hg/v4l-dvb
11089 S:      Odd Fixes
11090 F:      drivers/media/pci/zoran/
11091
11092 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11093 M:      Minchan Kim <minchan@kernel.org>
11094 M:      Nitin Gupta <ngupta@vflare.org>
11095 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11096 L:      linux-kernel@vger.kernel.org
11097 S:      Maintained
11098 F:      drivers/block/zram/
11099 F:      Documentation/blockdev/zram.txt
11100
11101 ZS DECSTATION Z85C30 SERIAL DRIVER
11102 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11103 S:      Maintained
11104 F:      drivers/tty/serial/zs.*
11105
11106 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11107 M:      Minchan Kim <minchan@kernel.org>
11108 M:      Nitin Gupta <ngupta@vflare.org>
11109 L:      linux-mm@kvack.org
11110 S:      Maintained
11111 F:      mm/zsmalloc.c
11112 F:      include/linux/zsmalloc.h
11113 F:      Documentation/vm/zsmalloc.txt
11114
11115 ZSWAP COMPRESSED SWAP CACHING
11116 M:      Seth Jennings <sjennings@variantweb.net>
11117 L:      linux-mm@kvack.org
11118 S:      Maintained
11119 F:      mm/zswap.c
11120
11121 THE REST
11122 M:      Linus Torvalds <torvalds@linux-foundation.org>
11123 L:      linux-kernel@vger.kernel.org
11124 Q:      http://patchwork.kernel.org/project/LKML/list/
11125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11126 S:      Buried alive in reporters
11127 F:      *
11128 F:      */