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