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