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