]> Git Repo - linux.git/blob - MAINTAINERS
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: [email protected], especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <[email protected]>
129 L:      [email protected]
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <[email protected]>
136 L:      [email protected]
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <[email protected]>
142 L:      [email protected]
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <[email protected]>
149 L:      [email protected]
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <[email protected]>
155 M:      Jukka Rissanen <[email protected]>
156 L:      [email protected]
157 L:      [email protected]
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <[email protected]>
165 L:      [email protected]
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <[email protected]>
171 L:      [email protected]
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <[email protected]>
177 L:      [email protected]
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      [email protected]
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <[email protected]>
191 M:      Ron Minnich <[email protected]>
192 M:      Latchesar Ionkov <[email protected]>
193 L:      [email protected]
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <[email protected]>
208 L:      [email protected]
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <[email protected]>
218 L:      [email protected]
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      [email protected]
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <[email protected]>
233 L:      [email protected]
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <[email protected]>
239 L:      [email protected]
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <[email protected]>
245 L:      [email protected]
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <[email protected]>
251 L:      [email protected]
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <[email protected]>
258 L:      [email protected]
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <[email protected]>
264 M:      Len Brown <[email protected]>
265 L:      [email protected]
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <[email protected]>
283 M:      Lv Zheng <[email protected]>
284 M:      "Rafael J. Wysocki" <[email protected]>
285 L:      [email protected]
286 L:      [email protected]
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <[email protected]>
298 L:      [email protected]
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <[email protected]>
305 L:      [email protected]
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <[email protected]>
312 L:      [email protected]
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      [email protected]
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <[email protected]>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      [email protected]
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <[email protected]>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <[email protected]>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <[email protected]>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <[email protected]>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <[email protected]>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <[email protected]>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <[email protected]>
370 L:      [email protected]
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <[email protected]>
377 L:      [email protected]
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      [email protected]
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <[email protected]>
389 L:      [email protected]
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <[email protected]>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <[email protected]>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <[email protected]>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <[email protected]>
422 L:      [email protected]
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <[email protected]>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <[email protected]>
435 L:      [email protected]
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <[email protected]>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <[email protected]>
449 M:      Hannes Reinecke <[email protected]>
450 L:      [email protected]
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <[email protected]>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <[email protected]>
462 L:      [email protected]
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <[email protected]>
472 L:      [email protected]
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      [email protected]
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <[email protected]>
488 L:      [email protected]
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <[email protected]>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <[email protected]>
504 L:      [email protected]
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <[email protected]>
511 L:      [email protected]
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <[email protected]>
517 L:      [email protected]
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <[email protected]>
525 L:      [email protected]
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <[email protected]>
532 L:      [email protected]
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <[email protected]>
542 L:      [email protected]
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <[email protected]>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <[email protected]>
555 L:      [email protected]
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <[email protected]>
562 L:      [email protected]
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <[email protected]>
568 M:      Ivan Kokshaysky <[email protected]>
569 M:      Matt Turner <[email protected]>
570 S:      Odd Fixes
571 L:      [email protected]
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <[email protected]>
576 L:      [email protected] (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <[email protected]>
582 L:      [email protected]
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <[email protected]>
588 L:      [email protected]
589 L:      [email protected] (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <[email protected]>
595 L:      [email protected]
596 L:      [email protected] (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <[email protected]>
605 L:      [email protected]
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <[email protected]>
612 L:      [email protected]
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L:      [email protected] (moderated for non-subscribers)
619 S:      Orphan
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <[email protected]>
624 L:      [email protected] (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <[email protected]>
634 L:      [email protected]
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <[email protected]>
642 L:      [email protected]
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F:      drivers/gpu/drm/amd/amdkfd/
650 F:      drivers/gpu/drm/amd/include/cik_structs.h
651 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F:      drivers/gpu/drm/amd/include/vi_structs.h
653 F:      drivers/gpu/drm/radeon/radeon_kfd.c
654 F:      drivers/gpu/drm/radeon/radeon_kfd.h
655 F:      include/uapi/linux/kfd_ioctl.h
656
657 AMD MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <[email protected]>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <[email protected]>
664 L:      [email protected]
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <[email protected]>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <[email protected]>
675 M:      Steve Wise <[email protected]>
676 L:      [email protected]
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <[email protected]>
682 L:      [email protected]
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <[email protected]>
688 L:      [email protected]
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <[email protected]>
695 L:      [email protected]
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <[email protected]>
701 L:      [email protected]
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <[email protected]>
707 L:      [email protected]
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <[email protected]>
713 L:      [email protected] (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      [email protected] (moderated for non-subscribers)
726 L:      [email protected] (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <[email protected]>
733 M:      Michael Hennerich <[email protected]>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <[email protected]>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <[email protected]>
750 M:      Arve HjønnevĂ¥g <[email protected]>
751 M:      Riley Andrews <[email protected]>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      [email protected]
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <[email protected]>
760 L:      [email protected]
761 L:      [email protected] (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <[email protected]>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <[email protected]>
775 L:      [email protected]
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <[email protected]>
781 L:      [email protected]
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <[email protected]>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
792 M:      Iyappan Subramanian <[email protected]>
793 M:      Keyur Chudgar <[email protected]>
794 S:      Supported
795 F:      drivers/net/ethernet/apm/xgene/
796 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
797
798 APTINA CAMERA SENSOR PLL
799 M:      Laurent Pinchart <[email protected]>
800 L:      [email protected]
801 S:      Maintained
802 F:      drivers/media/i2c/aptina-pll.*
803
804 ARC FRAMEBUFFER DRIVER
805 M:      Jaya Kumar <[email protected]>
806 S:      Maintained
807 F:      drivers/video/fbdev/arcfb.c
808 F:      drivers/video/fbdev/core/fb_defio.c
809
810 ARCNET NETWORK LAYER
811 M:      Michael Grzeschik <[email protected]>
812 L:      [email protected]
813 S:      Maintained
814 F:      drivers/net/arcnet/
815 F:      include/uapi/linux/if_arcnet.h
816
817 ARM MFM AND FLOPPY DRIVERS
818 M:      Ian Molton <[email protected]>
819 S:      Maintained
820 F:      arch/arm/lib/floppydma.S
821 F:      arch/arm/include/asm/floppy.h
822
823 ARM PMU PROFILING AND DEBUGGING
824 M:      Will Deacon <[email protected]>
825 S:      Maintained
826 F:      arch/arm/kernel/perf_*
827 F:      arch/arm/oprofile/common.c
828 F:      arch/arm/kernel/hw_breakpoint.c
829 F:      arch/arm/include/asm/hw_breakpoint.h
830 F:      arch/arm/include/asm/perf_event.h
831 F:      drivers/perf/arm_pmu.c
832 F:      include/linux/perf/arm_pmu.h
833
834 ARM PORT
835 M:      Russell King <[email protected]>
836 L:      [email protected] (moderated for non-subscribers)
837 W:      http://www.arm.linux.org.uk/
838 S:      Maintained
839 F:      arch/arm/
840
841 ARM SUB-ARCHITECTURES
842 L:      [email protected] (moderated for non-subscribers)
843 S:      Maintained
844 F:      arch/arm/mach-*/
845 F:      arch/arm/plat-*/
846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
847
848 ARM PRIMECELL AACI PL041 DRIVER
849 M:      Russell King <[email protected]>
850 S:      Maintained
851 F:      sound/arm/aaci.*
852
853 ARM PRIMECELL CLCD PL110 DRIVER
854 M:      Russell King <[email protected]>
855 S:      Maintained
856 F:      drivers/video/fbdev/amba-clcd.*
857
858 ARM PRIMECELL KMI PL050 DRIVER
859 M:      Russell King <[email protected]>
860 S:      Maintained
861 F:      drivers/input/serio/ambakmi.*
862 F:      include/linux/amba/kmi.h
863
864 ARM PRIMECELL MMCI PL180/1 DRIVER
865 M:      Russell King <[email protected]>
866 S:      Maintained
867 F:      drivers/mmc/host/mmci.*
868 F:      include/linux/amba/mmci.h
869
870 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
871 M:      Russell King <[email protected]>
872 S:      Maintained
873 F:      drivers/tty/serial/amba-pl01*.c
874 F:      include/linux/amba/serial.h
875
876 ARM PRIMECELL BUS SUPPORT
877 M:      Russell King <[email protected]>
878 S:      Maintained
879 F:      drivers/amba/
880 F:      include/linux/amba/bus.h
881
882 ARM/ADS SPHERE MACHINE SUPPORT
883 M:      Lennert Buytenhek <[email protected]>
884 L:      [email protected] (moderated for non-subscribers)
885 S:      Maintained
886
887 ARM/AFEB9260 MACHINE SUPPORT
888 M:      Sergey Lapin <[email protected]>
889 L:      [email protected] (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AJECO 1ARM MACHINE SUPPORT
893 M:      Lennert Buytenhek <[email protected]>
894 L:      [email protected] (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/Allwinner A1X SoC support
898 M:      Maxime Ripard <[email protected]>
899 L:      [email protected] (moderated for non-subscribers)
900 S:      Maintained
901 N:      sun[x4567]i
902
903 ARM/Allwinner SoC Clock Support
904 M:      Emilio LĂ³pez <[email protected]>
905 S:      Maintained
906 F:      drivers/clk/sunxi/
907
908 ARM/Amlogic MesonX SoC support
909 M:      Carlo Caione <[email protected]>
910 L:      [email protected] (moderated for non-subscribers)
911 S:      Maintained
912 F:      drivers/media/rc/meson-ir.c
913 N:      meson[x68]
914
915 ARM/Annapurna Labs ALPINE ARCHITECTURE
916 M:      Tsahee Zidenberg <[email protected]>
917 S:      Maintained
918 F:      arch/arm/mach-alpine/
919
920 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
921 M:      Nicolas Ferre <[email protected]>
922 M:      Alexandre Belloni <[email protected]>
923 M:      Jean-Christophe Plagniol-Villard <[email protected]>
924 L:      [email protected] (moderated for non-subscribers)
925 W:      http://www.linux4sam.org
926 S:      Supported
927 F:      arch/arm/mach-at91/
928 F:      include/soc/at91/
929 F:      arch/arm/boot/dts/at91*.dts
930 F:      arch/arm/boot/dts/at91*.dtsi
931 F:      arch/arm/boot/dts/sama*.dts
932 F:      arch/arm/boot/dts/sama*.dtsi
933 F:      arch/arm/include/debug/at91.S
934
935 ARM/ATMEL AT91 Clock Support
936 M:      Boris Brezillon <[email protected]>
937 S:      Maintained
938 F:      drivers/clk/at91
939
940 ARM/CALXEDA HIGHBANK ARCHITECTURE
941 M:      Rob Herring <[email protected]>
942 L:      [email protected] (moderated for non-subscribers)
943 S:      Maintained
944 F:      arch/arm/mach-highbank/
945
946 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
947 M:      Krzysztof Halasa <[email protected]>
948 S:      Maintained
949 F:      arch/arm/mach-cns3xxx/
950
951 ARM/CAVIUM THUNDER NETWORK DRIVER
952 M:      Sunil Goutham <[email protected]>
953 M:      Robert Richter <[email protected]>
954 L:      [email protected] (moderated for non-subscribers)
955 S:      Supported
956 F:      drivers/net/ethernet/cavium/thunder/
957
958 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
959 M:      Alexander Shiyan <[email protected]>
960 L:      [email protected] (moderated for non-subscribers)
961 S:      Odd Fixes
962 N:      clps711x
963
964 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
965 M:      Hartley Sweeten <[email protected]>
966 M:      Ryan Mallon <[email protected]>
967 L:      [email protected] (moderated for non-subscribers)
968 S:      Maintained
969 F:      arch/arm/mach-ep93xx/
970 F:      arch/arm/mach-ep93xx/include/mach/
971
972 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
973 M:      Lennert Buytenhek <[email protected]>
974 L:      [email protected] (moderated for non-subscribers)
975 S:      Maintained
976
977 ARM/CLKDEV SUPPORT
978 M:      Russell King <[email protected]>
979 L:      [email protected] (moderated for non-subscribers)
980 S:      Maintained
981 F:      arch/arm/include/asm/clkdev.h
982 F:      drivers/clk/clkdev.c
983
984 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
985 M:      Mike Rapoport <[email protected]>
986 L:      [email protected] (moderated for non-subscribers)
987 S:      Maintained
988
989 ARM/CONTEC MICRO9 MACHINE SUPPORT
990 M:      Hubert Feurstein <[email protected]>
991 S:      Maintained
992 F:      arch/arm/mach-ep93xx/micro9.c
993
994 ARM/CORESIGHT FRAMEWORK AND DRIVERS
995 M:      Mathieu Poirier <[email protected]>
996 L:      [email protected] (moderated for non-subscribers)
997 S:      Maintained
998 F:      drivers/hwtracing/coresight/*
999 F:      Documentation/trace/coresight.txt
1000 F:      Documentation/devicetree/bindings/arm/coresight.txt
1001 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1002
1003 ARM/CORGI MACHINE SUPPORT
1004 M:      Richard Purdie <[email protected]>
1005 S:      Maintained
1006
1007 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1008 M:      Hans Ulli Kroll <[email protected]>
1009 L:      [email protected] (moderated for non-subscribers)
1010 T:      git git://github.com/ulli-kroll/linux.git
1011 S:      Maintained
1012 F:      arch/arm/mach-gemini/
1013 F:      drivers/rtc/rtc-gemini.c
1014
1015 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1016 M:      Barry Song <[email protected]>
1017 L:      [email protected] (moderated for non-subscribers)
1018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1019 S:      Maintained
1020 F:      arch/arm/mach-prima2/
1021 F:      drivers/clk/sirf/
1022 F:      drivers/clocksource/timer-prima2.c
1023 F:      drivers/clocksource/timer-atlas7.c
1024 N:      [^a-z]sirf
1025
1026 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1027 M:      Baruch Siach <[email protected]>
1028 L:      [email protected] (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/boot/dts/cx92755*
1031 N:      digicolor
1032
1033 ARM/EBSA110 MACHINE SUPPORT
1034 M:      Russell King <[email protected]>
1035 L:      [email protected] (moderated for non-subscribers)
1036 W:      http://www.arm.linux.org.uk/
1037 S:      Maintained
1038 F:      arch/arm/mach-ebsa110/
1039 F:      drivers/net/ethernet/amd/am79c961a.*
1040
1041 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1042 M:      Uwe Kleine-König <[email protected]>
1043 L:      [email protected] (moderated for non-subscribers)
1044 S:      Maintained
1045 N:      efm32
1046
1047 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1048 M:      Daniel Ribeiro <[email protected]>
1049 M:      Stefan Schmidt <[email protected]>
1050 M:      Harald Welte <[email protected]>
1051 L:      [email protected] (moderated for non-subscribers)
1052 W:      http://www.openezx.org/
1053 S:      Maintained
1054 T:      topgit git://git.openezx.org/openezx.git
1055 F:      arch/arm/mach-pxa/ezx.c
1056
1057 ARM/FARADAY FA526 PORT
1058 M:      Hans Ulli Kroll <[email protected]>
1059 L:      [email protected] (moderated for non-subscribers)
1060 S:      Maintained
1061 T:      git git://git.berlios.de/gemini-board
1062 F:      arch/arm/mm/*-fa*
1063
1064 ARM/FOOTBRIDGE ARCHITECTURE
1065 M:      Russell King <[email protected]>
1066 L:      [email protected] (moderated for non-subscribers)
1067 W:      http://www.arm.linux.org.uk/
1068 S:      Maintained
1069 F:      arch/arm/include/asm/hardware/dec21285.h
1070 F:      arch/arm/mach-footbridge/
1071
1072 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1073 M:      Shawn Guo <[email protected]>
1074 M:      Sascha Hauer <[email protected]>
1075 L:      [email protected] (moderated for non-subscribers)
1076 S:      Maintained
1077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1078 F:      arch/arm/mach-imx/
1079 F:      arch/arm/mach-mxs/
1080 F:      arch/arm/boot/dts/imx*
1081 F:      arch/arm/configs/imx*_defconfig
1082 F:      drivers/clk/imx/
1083 F:      include/soc/imx/
1084
1085 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1086 M:      Shawn Guo <[email protected]>
1087 M:      Sascha Hauer <[email protected]>
1088 R:      Stefan Agner <[email protected]>
1089 L:      [email protected] (moderated for non-subscribers)
1090 S:      Maintained
1091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1092 F:      arch/arm/mach-imx/*vf610*
1093 F:      arch/arm/boot/dts/vf*
1094
1095 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1096 M:      Lennert Buytenhek <[email protected]>
1097 L:      [email protected] (moderated for non-subscribers)
1098 S:      Maintained
1099
1100 ARM/GUMSTIX MACHINE SUPPORT
1101 M:      Steve Sakoman <[email protected]>
1102 L:      [email protected] (moderated for non-subscribers)
1103 S:      Maintained
1104
1105 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1106 M:      Philipp Zabel <[email protected]>
1107 M:      Paul Parsons <[email protected]>
1108 L:      [email protected] (moderated for non-subscribers)
1109 S:      Maintained
1110 F:      arch/arm/mach-pxa/hx4700.c
1111 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1112 F:      sound/soc/pxa/hx4700.c
1113
1114 ARM/HISILICON SOC SUPPORT
1115 M:      Wei Xu <[email protected]>
1116 L:      [email protected] (moderated for non-subscribers)
1117 W:      http://www.hisilicon.com
1118 S:      Supported
1119 T:      git git://github.com/hisilicon/linux-hisi.git
1120 F:      arch/arm/mach-hisi/
1121
1122 ARM/HP JORNADA 7XX MACHINE SUPPORT
1123 M:      Kristoffer Ericson <[email protected]>
1124 W:      www.jlime.com
1125 S:      Maintained
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1127 F:      arch/arm/mach-sa1100/jornada720.c
1128 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1129
1130 ARM/IGEP MACHINE SUPPORT
1131 M:      Enric Balletbo i Serra <[email protected]>
1132 M:      Javier Martinez Canillas <[email protected]>
1133 L:      [email protected]
1134 L:      [email protected] (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/boot/dts/omap3-igep*
1137
1138 ARM/INCOME PXA270 SUPPORT
1139 M:      Marek Vasut <[email protected]>
1140 L:      [email protected] (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1143
1144 ARM/INTEL IOP32X ARM ARCHITECTURE
1145 M:      Lennert Buytenhek <[email protected]>
1146 L:      [email protected] (moderated for non-subscribers)
1147 S:      Maintained
1148
1149 ARM/INTEL IOP33X ARM ARCHITECTURE
1150 L:      [email protected] (moderated for non-subscribers)
1151 S:      Orphan
1152
1153 ARM/INTEL IOP13XX ARM ARCHITECTURE
1154 M:      Lennert Buytenhek <[email protected]>
1155 L:      [email protected] (moderated for non-subscribers)
1156 S:      Maintained
1157
1158 ARM/INTEL IQ81342EX MACHINE SUPPORT
1159 M:      Lennert Buytenhek <[email protected]>
1160 L:      [email protected] (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/INTEL IXDP2850 MACHINE SUPPORT
1164 M:      Lennert Buytenhek <[email protected]>
1165 L:      [email protected] (moderated for non-subscribers)
1166 S:      Maintained
1167
1168 ARM/INTEL IXP4XX ARM ARCHITECTURE
1169 M:      Imre Kaloz <[email protected]>
1170 M:      Krzysztof Halasa <[email protected]>
1171 L:      [email protected] (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-ixp4xx/
1174
1175 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1176 M:      Jonathan Cameron <[email protected]>
1177 L:      [email protected] (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-pxa/stargate2.c
1180 F:      drivers/pcmcia/pxa2xx_stargate2.c
1181
1182 ARM/INTEL XSC3 (MANZANO) ARM CORE
1183 M:      Lennert Buytenhek <[email protected]>
1184 L:      [email protected] (moderated for non-subscribers)
1185 S:      Maintained
1186
1187 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1188 M:      Lennert Buytenhek <[email protected]>
1189 L:      [email protected] (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1193 M:      Santosh Shilimkar <[email protected]>
1194 L:      [email protected] (moderated for non-subscribers)
1195 S:      Maintained
1196 F:      arch/arm/mach-keystone/
1197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1198
1199 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1200 M:      Santosh Shilimkar <[email protected]>
1201 L:      [email protected]
1202 S:      Maintained
1203 F:      drivers/clk/keystone/
1204
1205 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1206 M:      Santosh Shilimkar <[email protected]>
1207 L:      [email protected] (moderated for non-subscribers)
1208 L:      [email protected]
1209 S:      Maintained
1210 F:      drivers/clocksource/timer-keystone.c
1211
1212 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1213 M:      Santosh Shilimkar <[email protected]>
1214 L:      [email protected]
1215 S:      Maintained
1216 F:      drivers/power/reset/keystone-reset.c
1217
1218 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1219 M:      Santosh Shilimkar <[email protected]>
1220 L:      [email protected]
1221 S:      Maintained
1222 F:      drivers/memory/*emif*
1223
1224 ARM/LOGICPD PXA270 MACHINE SUPPORT
1225 M:      Lennert Buytenhek <[email protected]>
1226 L:      [email protected] (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/LPC18XX ARCHITECTURE
1230 M:      Joachim Eastwood <[email protected]>
1231 L:      [email protected] (moderated for non-subscribers)
1232 S:      Maintained
1233 N:      lpc18xx
1234
1235 ARM/MAGICIAN MACHINE SUPPORT
1236 M:      Philipp Zabel <[email protected]>
1237 S:      Maintained
1238
1239 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1240 M:      Jason Cooper <[email protected]>
1241 M:      Andrew Lunn <[email protected]>
1242 M:      Gregory Clement <[email protected]>
1243 M:      Sebastian Hesselbarth <[email protected]>
1244 L:      [email protected] (moderated for non-subscribers)
1245 S:      Maintained
1246 F:      arch/arm/mach-mvebu/
1247 F:      drivers/rtc/rtc-armada38x.c
1248 F:      arch/arm/boot/dts/armada*
1249 F:      arch/arm/boot/dts/kirkwood*
1250
1251
1252 ARM/Marvell Berlin SoC support
1253 M:      Sebastian Hesselbarth <[email protected]>
1254 L:      [email protected] (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-berlin/
1257 F:      arch/arm/boot/dts/berlin*
1258
1259
1260 ARM/Marvell Dove/MV78xx0/Orion SOC support
1261 M:      Jason Cooper <[email protected]>
1262 M:      Andrew Lunn <[email protected]>
1263 M:      Sebastian Hesselbarth <[email protected]>
1264 M:      Gregory Clement <[email protected]>
1265 L:      [email protected] (moderated for non-subscribers)
1266 S:      Maintained
1267 F:      arch/arm/mach-dove/
1268 F:      arch/arm/mach-mv78xx0/
1269 F:      arch/arm/mach-orion5x/
1270 F:      arch/arm/plat-orion/
1271 F:      arch/arm/boot/dts/dove*
1272 F:      arch/arm/boot/dts/orion5x*
1273
1274
1275 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1276 M:      Alexander Clouter <[email protected]>
1277 L:      [email protected] (moderated for non-subscribers)
1278 W:      http://www.digriz.org.uk/ts78xx/kernel
1279 S:      Maintained
1280 F:      arch/arm/mach-orion5x/ts78xx-*
1281
1282 ARM/Mediatek RTC DRIVER
1283 M:      Eddie Huang <[email protected]>
1284 L:      [email protected] (moderated for non-subscribers)
1285 L:      [email protected] (moderated for non-subscribers)
1286 S:      Maintained
1287 F:      drivers/rtc/rtc-mt6397.c
1288
1289 ARM/Mediatek SoC support
1290 M:      Matthias Brugger <[email protected]>
1291 L:      [email protected] (moderated for non-subscribers)
1292 L:      [email protected] (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/boot/dts/mt6*
1295 F:      arch/arm/boot/dts/mt8*
1296 F:      arch/arm/mach-mediatek/
1297 N:      mtk
1298 K:      mediatek
1299
1300 ARM/MICREL KS8695 ARCHITECTURE
1301 M:      Greg Ungerer <[email protected]>
1302 L:      [email protected] (moderated for non-subscribers)
1303 F:      arch/arm/mach-ks8695/
1304 S:      Odd Fixes
1305
1306 ARM/MIOA701 MACHINE SUPPORT
1307 M:      Robert Jarzmik <[email protected]>
1308 L:      [email protected] (moderated for non-subscribers)
1309 F:      arch/arm/mach-pxa/mioa701.c
1310 S:      Maintained
1311
1312 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1313 M:      Michael Petchkovsky <[email protected]>
1314 S:      Maintained
1315
1316 ARM/NOMADIK ARCHITECTURE
1317 M:      Alessandro Rubini <[email protected]>
1318 M:      Linus Walleij <[email protected]>
1319 L:      [email protected] (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/mach-nomadik/
1322 F:      drivers/pinctrl/nomadik/
1323 F:      drivers/i2c/busses/i2c-nomadik.c
1324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1325
1326 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1327 M:      Nelson Castillo <[email protected]>
1328 L:      [email protected] (subscribers-only)
1329 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1330 S:      Supported
1331
1332 ARM/TOSA MACHINE SUPPORT
1333 M:      Dmitry Eremin-Solenikov <[email protected]>
1334 M:      Dirk Opfer <[email protected]>
1335 S:      Maintained
1336
1337 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1338 M:      Marek Vasut <[email protected]>
1339 L:      [email protected]
1340 W:      http://hackndev.com
1341 S:      Maintained
1342 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1343 F:      arch/arm/mach-pxa/palmtx.c
1344 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1345 F:      arch/arm/mach-pxa/palmt5.c
1346 F:      arch/arm/mach-pxa/include/mach/palmld.h
1347 F:      arch/arm/mach-pxa/palmld.c
1348 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1349 F:      arch/arm/mach-pxa/palmte2.c
1350 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1351 F:      arch/arm/mach-pxa/palmtc.c
1352
1353 ARM/PALM TREO SUPPORT
1354 M:      Tomas Cech <[email protected]>
1355 L:      [email protected]
1356 W:      http://hackndev.com
1357 S:      Maintained
1358 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1359 F:      arch/arm/mach-pxa/palmtreo.c
1360
1361 ARM/PALMZ72 SUPPORT
1362 M:      Sergey Lapin <[email protected]>
1363 L:      [email protected]
1364 W:      http://hackndev.com
1365 S:      Maintained
1366 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1367 F:      arch/arm/mach-pxa/palmz72.c
1368
1369 ARM/PLEB SUPPORT
1370 M:      Peter Chubb <[email protected]>
1371 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1372 S:      Maintained
1373
1374 ARM/PT DIGITAL BOARD PORT
1375 M:      Stefan Eletzhofer <[email protected]>
1376 L:      [email protected] (moderated for non-subscribers)
1377 W:      http://www.arm.linux.org.uk/
1378 S:      Maintained
1379
1380 ARM/QUALCOMM SUPPORT
1381 M:      Kumar Gala <[email protected]>
1382 M:      Andy Gross <[email protected]>
1383 M:      David Brown <[email protected]>
1384 L:      [email protected]
1385 L:      [email protected]
1386 S:      Maintained
1387 F:      arch/arm/mach-qcom/
1388 F:      drivers/soc/qcom/
1389 F:      drivers/tty/serial/msm_serial.h
1390 F:      drivers/tty/serial/msm_serial.c
1391 F:      drivers/*/pm8???-*
1392 F:      drivers/mfd/ssbi.c
1393 F:      drivers/firmware/qcom_scm.c
1394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1395
1396 ARM/RADISYS ENP2611 MACHINE SUPPORT
1397 M:      Lennert Buytenhek <[email protected]>
1398 L:      [email protected] (moderated for non-subscribers)
1399 S:      Maintained
1400
1401 ARM/RISCPC ARCHITECTURE
1402 M:      Russell King <[email protected]>
1403 L:      [email protected] (moderated for non-subscribers)
1404 W:      http://www.arm.linux.org.uk/
1405 S:      Maintained
1406 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1407 F:      arch/arm/include/asm/hardware/ioc.h
1408 F:      arch/arm/include/asm/hardware/iomd.h
1409 F:      arch/arm/include/asm/hardware/memc.h
1410 F:      arch/arm/mach-rpc/
1411 F:      drivers/net/ethernet/8390/etherh.c
1412 F:      drivers/net/ethernet/i825xx/ether1*
1413 F:      drivers/net/ethernet/seeq/ether3*
1414 F:      drivers/scsi/arm/
1415
1416 ARM/Rockchip SoC support
1417 M:      Heiko Stuebner <[email protected]>
1418 L:      [email protected] (moderated for non-subscribers)
1419 L:      [email protected]
1420 S:      Maintained
1421 F:      arch/arm/boot/dts/rk3*
1422 F:      arch/arm/mach-rockchip/
1423 F:      drivers/clk/rockchip/
1424 F:      drivers/i2c/busses/i2c-rk3x.c
1425 F:      drivers/*/*rockchip*
1426 F:      drivers/*/*/*rockchip*
1427 F:      sound/soc/rockchip/
1428 N:      rockchip
1429
1430 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1431 M:      Kukjin Kim <[email protected]>
1432 M:      Krzysztof Kozlowski <[email protected]>
1433 L:      [email protected] (moderated for non-subscribers)
1434 L:      [email protected] (moderated for non-subscribers)
1435 S:      Maintained
1436 F:      arch/arm/boot/dts/s3c*
1437 F:      arch/arm/boot/dts/exynos*
1438 F:      arch/arm64/boot/dts/exynos/
1439 F:      arch/arm/plat-samsung/
1440 F:      arch/arm/mach-s3c24*/
1441 F:      arch/arm/mach-s3c64xx/
1442 F:      arch/arm/mach-s5p*/
1443 F:      arch/arm/mach-exynos*/
1444 F:      drivers/*/*s3c2410*
1445 F:      drivers/*/*/*s3c2410*
1446 F:      drivers/spi/spi-s3c*
1447 F:      sound/soc/samsung/*
1448 N:      exynos
1449
1450 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1451 M:      Kyungmin Park <[email protected]>
1452 L:      [email protected] (moderated for non-subscribers)
1453 S:      Maintained
1454 F:      arch/arm/mach-s5pv210/
1455
1456 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1457 M:      Kyungmin Park <[email protected]>
1458 M:      Kamil Debski <[email protected]>
1459 L:      [email protected]
1460 L:      [email protected]
1461 S:      Maintained
1462 F:      drivers/media/platform/s5p-g2d/
1463
1464 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1465 M:      Kyungmin Park <[email protected]>
1466 M:      Kamil Debski <[email protected]>
1467 M:      Jeongtae Park <[email protected]>
1468 L:      [email protected]
1469 L:      [email protected]
1470 S:      Maintained
1471 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1472 F:      drivers/media/platform/s5p-mfc/
1473
1474 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1475 M:      Kyungmin Park <[email protected]>
1476 M:      Tomasz Stanislawski <[email protected]>
1477 L:      [email protected]
1478 L:      [email protected]
1479 S:      Maintained
1480 F:      drivers/media/platform/s5p-tv/
1481
1482 ARM/SHMOBILE ARM ARCHITECTURE
1483 M:      Simon Horman <[email protected]>
1484 M:      Magnus Damm <[email protected]>
1485 L:      [email protected]
1486 W:      http://oss.renesas.com
1487 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1489 S:      Supported
1490 F:      arch/arm/boot/dts/emev2*
1491 F:      arch/arm/boot/dts/r7s*
1492 F:      arch/arm/boot/dts/r8a*
1493 F:      arch/arm/boot/dts/sh*
1494 F:      arch/arm/configs/bockw_defconfig
1495 F:      arch/arm/configs/marzen_defconfig
1496 F:      arch/arm/configs/shmobile_defconfig
1497 F:      arch/arm/include/debug/renesas-scif.S
1498 F:      arch/arm/mach-shmobile/
1499 F:      drivers/sh/
1500
1501 ARM/SOCFPGA ARCHITECTURE
1502 M:      Dinh Nguyen <[email protected]>
1503 S:      Maintained
1504 F:      arch/arm/mach-socfpga/
1505 F:      arch/arm/boot/dts/socfpga*
1506 F:      arch/arm/configs/socfpga_defconfig
1507 W:      http://www.rocketboards.org
1508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1509
1510 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1511 M:      Dinh Nguyen <[email protected]>
1512 S:      Maintained
1513 F:      drivers/clk/socfpga/
1514
1515 ARM/SOCFPGA EDAC SUPPORT
1516 M:      Thor Thayer <[email protected]>
1517 S:      Maintained
1518 F:      drivers/edac/altera_edac.
1519
1520 ARM/STI ARCHITECTURE
1521 M:      Srinivas Kandagatla <[email protected]>
1522 M:      Maxime Coquelin <[email protected]>
1523 M:      Patrice Chotard <[email protected]>
1524 L:      [email protected] (moderated for non-subscribers)
1525 L:      [email protected]
1526 W:      http://www.stlinux.com
1527 S:      Maintained
1528 F:      arch/arm/mach-sti/
1529 F:      arch/arm/boot/dts/sti*
1530 F:      drivers/clocksource/arm_global_timer.c
1531 F:      drivers/clocksource/clksrc_st_lpc.c
1532 F:      drivers/i2c/busses/i2c-st.c
1533 F:      drivers/media/rc/st_rc.c
1534 F:      drivers/media/platform/sti/c8sectpfe/
1535 F:      drivers/mmc/host/sdhci-st.c
1536 F:      drivers/phy/phy-miphy28lp.c
1537 F:      drivers/phy/phy-miphy365x.c
1538 F:      drivers/phy/phy-stih407-usb.c
1539 F:      drivers/phy/phy-stih41x-usb.c
1540 F:      drivers/pinctrl/pinctrl-st.c
1541 F:      drivers/reset/sti/
1542 F:      drivers/rtc/rtc-st-lpc.c
1543 F:      drivers/tty/serial/st-asc.c
1544 F:      drivers/usb/dwc3/dwc3-st.c
1545 F:      drivers/usb/host/ehci-st.c
1546 F:      drivers/usb/host/ohci-st.c
1547 F:      drivers/watchdog/st_lpc_wdt.c
1548 F:      drivers/ata/ahci_st.c
1549
1550 ARM/STM32 ARCHITECTURE
1551 M:      Maxime Coquelin <[email protected]>
1552 L:      [email protected] (moderated for non-subscribers)
1553 S:      Maintained
1554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1555 N:      stm32
1556 F:      drivers/clocksource/armv7m_systick.c
1557
1558 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1559 M:      Lennert Buytenhek <[email protected]>
1560 L:      [email protected] (moderated for non-subscribers)
1561 S:      Maintained
1562
1563 ARM/TETON BGA MACHINE SUPPORT
1564 M:      "Mark F. Brown" <[email protected]>
1565 L:      [email protected] (moderated for non-subscribers)
1566 S:      Maintained
1567
1568 ARM/THECUS N2100 MACHINE SUPPORT
1569 M:      Lennert Buytenhek <[email protected]>
1570 L:      [email protected] (moderated for non-subscribers)
1571 S:      Maintained
1572
1573 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1574 M:      Wan ZongShun <[email protected]>
1575 L:      [email protected] (moderated for non-subscribers)
1576 W:      http://www.mcuos.com
1577 S:      Maintained
1578 F:      arch/arm/mach-w90x900/
1579 F:      drivers/input/keyboard/w90p910_keypad.c
1580 F:      drivers/input/touchscreen/w90p910_ts.c
1581 F:      drivers/watchdog/nuc900_wdt.c
1582 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1583 F:      drivers/mtd/nand/nuc900_nand.c
1584 F:      drivers/rtc/rtc-nuc900.c
1585 F:      drivers/spi/spi-nuc900.c
1586 F:      drivers/usb/host/ehci-w90x900.c
1587 F:      drivers/video/fbdev/nuc900fb.c
1588
1589 ARM/U300 MACHINE SUPPORT
1590 M:      Linus Walleij <[email protected]>
1591 L:      [email protected] (moderated for non-subscribers)
1592 S:      Supported
1593 F:      arch/arm/mach-u300/
1594 F:      drivers/clocksource/timer-u300.c
1595 F:      drivers/i2c/busses/i2c-stu300.c
1596 F:      drivers/rtc/rtc-coh901331.c
1597 F:      drivers/watchdog/coh901327_wdt.c
1598 F:      drivers/dma/coh901318*
1599 F:      drivers/mfd/ab3100*
1600 F:      drivers/rtc/rtc-ab3100.c
1601 F:      drivers/rtc/rtc-coh901331.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1603
1604 ARM/UNIPHIER ARCHITECTURE
1605 M:      Masahiro Yamada <[email protected]>
1606 L:      [email protected] (moderated for non-subscribers)
1607 S:      Maintained
1608 F:      arch/arm/boot/dts/uniphier*
1609 F:      arch/arm/mach-uniphier/
1610 F:      drivers/pinctrl/uniphier/
1611 F:      drivers/tty/serial/8250/8250_uniphier.c
1612 N:      uniphier
1613
1614 ARM/Ux500 ARM ARCHITECTURE
1615 M:      Linus Walleij <[email protected]>
1616 L:      [email protected] (moderated for non-subscribers)
1617 S:      Maintained
1618 F:      arch/arm/mach-ux500/
1619 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1620 F:      drivers/dma/ste_dma40*
1621 F:      drivers/hwspinlock/u8500_hsem.c
1622 F:      drivers/mfd/abx500*
1623 F:      drivers/mfd/ab8500*
1624 F:      drivers/mfd/dbx500*
1625 F:      drivers/mfd/db8500*
1626 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1627 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1628 F:      drivers/rtc/rtc-ab8500.c
1629 F:      drivers/rtc/rtc-pl031.c
1630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1631
1632 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1633 M:      Ulf Hansson <[email protected]>
1634 L:      [email protected] (moderated for non-subscribers)
1635 T:      git git://git.linaro.org/people/ulfh/clk.git
1636 S:      Maintained
1637 F:      drivers/clk/ux500/
1638 F:      include/linux/platform_data/clk-ux500.h
1639
1640 ARM/VERSATILE EXPRESS PLATFORM
1641 M:      Liviu Dudau <[email protected]>
1642 M:      Sudeep Holla <[email protected]>
1643 M:      Lorenzo Pieralisi <[email protected]>
1644 L:      [email protected] (moderated for non-subscribers)
1645 S:      Maintained
1646 F:      arch/arm/boot/dts/vexpress*
1647 F:      arch/arm64/boot/dts/arm/vexpress*
1648 F:      arch/arm/mach-vexpress/
1649 F:      */*/vexpress*
1650 F:      */*/*/vexpress*
1651 F:      drivers/clk/versatile/clk-vexpress-osc.c
1652 F:      drivers/clocksource/versatile.c
1653
1654 ARM/VFP SUPPORT
1655 M:      Russell King <[email protected]>
1656 L:      [email protected] (moderated for non-subscribers)
1657 W:      http://www.arm.linux.org.uk/
1658 S:      Maintained
1659 F:      arch/arm/vfp/
1660
1661 ARM/VOIPAC PXA270 SUPPORT
1662 M:      Marek Vasut <[email protected]>
1663 L:      [email protected] (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/mach-pxa/vpac270.c
1666 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1667
1668 ARM/VT8500 ARM ARCHITECTURE
1669 M:      Tony Prisk <[email protected]>
1670 L:      [email protected] (moderated for non-subscribers)
1671 S:      Maintained
1672 F:      arch/arm/mach-vt8500/
1673 F:      drivers/clocksource/vt8500_timer.c
1674 F:      drivers/i2c/busses/i2c-wmt.c
1675 F:      drivers/mmc/host/wmt-sdmmc.c
1676 F:      drivers/pwm/pwm-vt8500.c
1677 F:      drivers/rtc/rtc-vt8500.c
1678 F:      drivers/tty/serial/vt8500_serial.c
1679 F:      drivers/usb/host/ehci-platform.c
1680 F:      drivers/usb/host/uhci-platform.c
1681 F:      drivers/video/fbdev/vt8500lcdfb.*
1682 F:      drivers/video/fbdev/wm8505fb*
1683 F:      drivers/video/fbdev/wmt_ge_rops.*
1684
1685 ARM/ZIPIT Z2 SUPPORT
1686 M:      Marek Vasut <[email protected]>
1687 L:      [email protected] (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/mach-pxa/z2.c
1690 F:      arch/arm/mach-pxa/include/mach/z2.h
1691
1692 ARM/ZTE ARCHITECTURE
1693 M:      Jun Nie <[email protected]>
1694 L:      [email protected] (moderated for non-subscribers)
1695 S:      Maintained
1696 F:      arch/arm/mach-zx/
1697 F:      drivers/clk/zte/
1698 F:      Documentation/devicetree/bindings/arm/zte.txt
1699 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1700
1701 ARM/ZYNQ ARCHITECTURE
1702 M:      Michal Simek <[email protected]>
1703 R:      Sören Brinkmann <[email protected]>
1704 L:      [email protected] (moderated for non-subscribers)
1705 W:      http://wiki.xilinx.com
1706 T:      git https://github.com/Xilinx/linux-xlnx.git
1707 S:      Supported
1708 F:      arch/arm/mach-zynq/
1709 F:      drivers/cpuidle/cpuidle-zynq.c
1710 F:      drivers/block/xsysace.c
1711 N:      zynq
1712 N:      xilinx
1713 F:      drivers/clocksource/cadence_ttc_timer.c
1714 F:      drivers/i2c/busses/i2c-cadence.c
1715 F:      drivers/mmc/host/sdhci-of-arasan.c
1716 F:      drivers/edac/synopsys_edac.c
1717
1718 ARM SMMU DRIVERS
1719 M:      Will Deacon <[email protected]>
1720 L:      [email protected] (moderated for non-subscribers)
1721 S:      Maintained
1722 F:      drivers/iommu/arm-smmu.c
1723 F:      drivers/iommu/arm-smmu-v3.c
1724 F:      drivers/iommu/io-pgtable-arm.c
1725
1726 ARM64 PORT (AARCH64 ARCHITECTURE)
1727 M:      Catalin Marinas <[email protected]>
1728 M:      Will Deacon <[email protected]>
1729 L:      [email protected] (moderated for non-subscribers)
1730 S:      Maintained
1731 F:      arch/arm64/
1732 F:      Documentation/arm64/
1733
1734 AS3645A LED FLASH CONTROLLER DRIVER
1735 M:      Laurent Pinchart <[email protected]>
1736 L:      [email protected]
1737 T:      git git://linuxtv.org/media_tree.git
1738 S:      Maintained
1739 F:      drivers/media/i2c/as3645a.c
1740 F:      include/media/as3645a.h
1741
1742 ASC7621 HARDWARE MONITOR DRIVER
1743 M:      George Joseph <[email protected]>
1744 L:      [email protected]
1745 S:      Maintained
1746 F:      Documentation/hwmon/asc7621
1747 F:      drivers/hwmon/asc7621.c
1748
1749 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1750 M:      Corentin Chary <[email protected]>
1751 L:      [email protected]
1752 L:      [email protected]
1753 W:      http://acpi4asus.sf.net
1754 S:      Maintained
1755 F:      drivers/platform/x86/asus*.c
1756 F:      drivers/platform/x86/eeepc*.c
1757
1758 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1759 R:      Dan Williams <[email protected]>
1760 W:      http://sourceforge.net/projects/xscaleiop
1761 S:      Odd fixes
1762 F:      Documentation/crypto/async-tx-api.txt
1763 F:      crypto/async_tx/
1764 F:      drivers/dma/
1765 F:      include/linux/dmaengine.h
1766 F:      include/linux/async_tx.h
1767
1768 AT24 EEPROM DRIVER
1769 M:      Wolfram Sang <[email protected]>
1770 L:      [email protected]
1771 S:      Maintained
1772 F:      drivers/misc/eeprom/at24.c
1773 F:      include/linux/platform_data/at24.h
1774
1775 ATA OVER ETHERNET (AOE) DRIVER
1776 M:      "Ed L. Cashin" <[email protected]>
1777 W:      http://www.openaoe.org/
1778 S:      Supported
1779 F:      Documentation/aoe/
1780 F:      drivers/block/aoe/
1781
1782 ATHEROS ATH GENERIC UTILITIES
1783 M:      "Luis R. Rodriguez" <[email protected]>
1784 L:      [email protected]
1785 S:      Supported
1786 F:      drivers/net/wireless/ath/*
1787
1788 ATHEROS ATH5K WIRELESS DRIVER
1789 M:      Jiri Slaby <[email protected]>
1790 M:      Nick Kossifidis <[email protected]>
1791 M:      "Luis R. Rodriguez" <[email protected]>
1792 L:      [email protected]
1793 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1794 S:      Maintained
1795 F:      drivers/net/wireless/ath/ath5k/
1796
1797 ATHEROS ATH6KL WIRELESS DRIVER
1798 M:      Kalle Valo <[email protected]>
1799 L:      [email protected]
1800 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1801 T:      git git://github.com/kvalo/ath.git
1802 S:      Supported
1803 F:      drivers/net/wireless/ath/ath6kl/
1804
1805 WILOCITY WIL6210 WIRELESS DRIVER
1806 M:      Vladimir Kondratiev <[email protected]>
1807 L:      [email protected]
1808 L:      [email protected]
1809 S:      Supported
1810 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1811 F:      drivers/net/wireless/ath/wil6210/
1812 F:      include/uapi/linux/wil6210_uapi.h
1813
1814 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1815 M:      Christian Lamparter <[email protected]>
1816 L:      [email protected]
1817 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1818 S:      Maintained
1819 F:      drivers/net/wireless/ath/carl9170/
1820
1821 ATK0110 HWMON DRIVER
1822 M:      Luca Tettamanti <[email protected]>
1823 L:      [email protected]
1824 S:      Maintained
1825 F:      drivers/hwmon/asus_atk0110.c
1826
1827 ATI_REMOTE2 DRIVER
1828 M:      Ville Syrjala <[email protected]>
1829 S:      Maintained
1830 F:      drivers/input/misc/ati_remote2.c
1831
1832 ATLX ETHERNET DRIVERS
1833 M:      Jay Cliburn <[email protected]>
1834 M:      Chris Snook <[email protected]>
1835 L:      [email protected]
1836 W:      http://sourceforge.net/projects/atl1
1837 W:      http://atl1.sourceforge.net
1838 S:      Maintained
1839 F:      drivers/net/ethernet/atheros/
1840
1841 ATM
1842 M:      Chas Williams <[email protected]>
1843 L:      [email protected] (moderated for non-subscribers)
1844 L:      [email protected]
1845 W:      http://linux-atm.sourceforge.net
1846 S:      Maintained
1847 F:      drivers/atm/
1848 F:      include/linux/atm*
1849 F:      include/uapi/linux/atm*
1850
1851 ATMEL AT91 / AT32 MCI DRIVER
1852 M:      Ludovic Desroches <[email protected]>
1853 S:      Maintained
1854 F:      drivers/mmc/host/atmel-mci.c
1855 F:      drivers/mmc/host/atmel-mci-regs.h
1856
1857 ATMEL AT91 / AT32 SERIAL DRIVER
1858 M:      Nicolas Ferre <[email protected]>
1859 S:      Supported
1860 F:      drivers/tty/serial/atmel_serial.c
1861
1862 ATMEL Audio ALSA driver
1863 M:      Nicolas Ferre <[email protected]>
1864 L:      [email protected] (moderated for non-subscribers)
1865 S:      Supported
1866 F:      sound/soc/atmel
1867
1868 ATMEL DMA DRIVER
1869 M:      Nicolas Ferre <[email protected]>
1870 L:      [email protected] (moderated for non-subscribers)
1871 S:      Supported
1872 F:      drivers/dma/at_hdmac.c
1873 F:      drivers/dma/at_hdmac_regs.h
1874 F:      include/linux/platform_data/dma-atmel.h
1875
1876 ATMEL XDMA DRIVER
1877 M:      Ludovic Desroches <[email protected]>
1878 L:      [email protected]
1879 L:      [email protected]
1880 S:      Supported
1881 F:      drivers/dma/at_xdmac.c
1882
1883 ATMEL I2C DRIVER
1884 M:      Ludovic Desroches <[email protected]>
1885 L:      [email protected]
1886 S:      Supported
1887 F:      drivers/i2c/busses/i2c-at91.c
1888
1889 ATMEL ISI DRIVER
1890 M:      Josh Wu <[email protected]>
1891 L:      [email protected]
1892 S:      Supported
1893 F:      drivers/media/platform/soc_camera/atmel-isi.c
1894 F:      include/media/atmel-isi.h
1895
1896 ATMEL LCDFB DRIVER
1897 M:      Nicolas Ferre <[email protected]>
1898 L:      [email protected]
1899 S:      Maintained
1900 F:      drivers/video/fbdev/atmel_lcdfb.c
1901 F:      include/video/atmel_lcdc.h
1902
1903 ATMEL MACB ETHERNET DRIVER
1904 M:      Nicolas Ferre <[email protected]>
1905 S:      Supported
1906 F:      drivers/net/ethernet/cadence/
1907
1908 ATMEL NAND DRIVER
1909 M:      Josh Wu <[email protected]>
1910 L:      [email protected]
1911 S:      Supported
1912 F:      drivers/mtd/nand/atmel_nand*
1913
1914 ATMEL SDMMC DRIVER
1915 M:      Ludovic Desroches <[email protected]>
1916 L:      [email protected]
1917 S:      Supported
1918 F:      drivers/mmc/host/sdhci-of-at91.c
1919
1920 ATMEL SPI DRIVER
1921 M:      Nicolas Ferre <[email protected]>
1922 S:      Supported
1923 F:      drivers/spi/spi-atmel.*
1924
1925 ATMEL SSC DRIVER
1926 M:      Nicolas Ferre <[email protected]>
1927 L:      [email protected] (moderated for non-subscribers)
1928 S:      Supported
1929 F:      drivers/misc/atmel-ssc.c
1930 F:      include/linux/atmel-ssc.h
1931
1932 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1933 M:      Nicolas Ferre <[email protected]>
1934 L:      [email protected] (moderated for non-subscribers)
1935 S:      Supported
1936 F:      drivers/misc/atmel_tclib.c
1937 F:      drivers/clocksource/tcb_clksrc.c
1938
1939 ATMEL USBA UDC DRIVER
1940 M:      Nicolas Ferre <[email protected]>
1941 L:      [email protected] (moderated for non-subscribers)
1942 S:      Supported
1943 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1944
1945 ATMEL WIRELESS DRIVER
1946 M:      Simon Kelley <[email protected]>
1947 L:      [email protected]
1948 W:      http://www.thekelleys.org.uk/atmel
1949 W:      http://atmelwlandriver.sourceforge.net/
1950 S:      Maintained
1951 F:      drivers/net/wireless/atmel*
1952
1953 ATMEL MAXTOUCH DRIVER
1954 M:      Nick Dyer <[email protected]>
1955 T:      git git://github.com/atmel-maxtouch/linux.git
1956 S:      Supported
1957 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1958 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1959 F:      include/linux/platform_data/atmel_mxt_ts.h
1960
1961 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1962 M:      Bradley Grove <[email protected]>
1963 L:      [email protected]
1964 W:      http://www.attotech.com
1965 S:      Supported
1966 F:      drivers/scsi/esas2r
1967
1968 ATUSB IEEE 802.15.4 RADIO DRIVER
1969 M:      Stefan Schmidt <[email protected]>
1970 L:      [email protected]
1971 S:      Maintained
1972 F:      drivers/net/ieee802154/atusb.c
1973 F:      drivers/net/ieee802154/atusb.h
1974 F:      drivers/net/ieee802154/at86rf230.h
1975
1976 AUDIT SUBSYSTEM
1977 M:      Paul Moore <[email protected]>
1978 M:      Eric Paris <[email protected]>
1979 L:      [email protected] (moderated for non-subscribers)
1980 W:      http://people.redhat.com/sgrubb/audit/
1981 T:      git git://git.infradead.org/users/pcmoore/audit
1982 S:      Maintained
1983 F:      include/linux/audit.h
1984 F:      include/uapi/linux/audit.h
1985 F:      kernel/audit*
1986
1987 AUXILIARY DISPLAY DRIVERS
1988 M:      Miguel Ojeda Sandonis <[email protected]>
1989 W:      http://miguelojeda.es/auxdisplay.htm
1990 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1991 S:      Maintained
1992 F:      drivers/auxdisplay/
1993 F:      include/linux/cfag12864b.h
1994
1995 AVR32 ARCHITECTURE
1996 M:      Haavard Skinnemoen <[email protected]>
1997 M:      Hans-Christian Egtvedt <[email protected]>
1998 W:      http://www.atmel.com/products/AVR32/
1999 W:      http://mirror.egtvedt.no/avr32linux.org/
2000 W:      http://avrfreaks.net/
2001 S:      Maintained
2002 F:      arch/avr32/
2003
2004 AVR32/AT32AP MACHINE SUPPORT
2005 M:      Haavard Skinnemoen <[email protected]>
2006 M:      Hans-Christian Egtvedt <[email protected]>
2007 S:      Maintained
2008 F:      arch/avr32/mach-at32ap/
2009
2010 AX.25 NETWORK LAYER
2011 M:      Ralf Baechle <[email protected]>
2012 L:      [email protected]
2013 W:      http://www.linux-ax25.org/
2014 S:      Maintained
2015 F:      include/uapi/linux/ax25.h
2016 F:      include/net/ax25.h
2017 F:      net/ax25/
2018
2019 AZ6007 DVB DRIVER
2020 M:      Mauro Carvalho Chehab <[email protected]>
2021 L:      [email protected]
2022 W:      http://linuxtv.org
2023 T:      git git://linuxtv.org/media_tree.git
2024 S:      Maintained
2025 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2026
2027 AZTECH FM RADIO RECEIVER DRIVER
2028 M:      Hans Verkuil <[email protected]>
2029 L:      [email protected]
2030 T:      git git://linuxtv.org/media_tree.git
2031 W:      http://linuxtv.org
2032 S:      Maintained
2033 F:      drivers/media/radio/radio-aztech*
2034
2035 B43 WIRELESS DRIVER
2036 L:      [email protected]
2037 L:      [email protected]
2038 W:      http://wireless.kernel.org/en/users/Drivers/b43
2039 S:      Odd Fixes
2040 F:      drivers/net/wireless/b43/
2041
2042 B43LEGACY WIRELESS DRIVER
2043 M:      Larry Finger <[email protected]>
2044 L:      [email protected]
2045 L:      [email protected]
2046 W:      http://wireless.kernel.org/en/users/Drivers/b43
2047 S:      Maintained
2048 F:      drivers/net/wireless/b43legacy/
2049
2050 BACKLIGHT CLASS/SUBSYSTEM
2051 M:      Jingoo Han <[email protected]>
2052 M:      Lee Jones <[email protected]>
2053 S:      Maintained
2054 F:      drivers/video/backlight/
2055 F:      include/linux/backlight.h
2056
2057 BATMAN ADVANCED
2058 M:      Marek Lindner <[email protected]>
2059 M:      Simon Wunderlich <[email protected]>
2060 M:      Antonio Quartulli <[email protected]>
2061 L:      [email protected]
2062 W:      http://www.open-mesh.org/
2063 S:      Maintained
2064 F:      net/batman-adv/
2065
2066 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2067 M:      Thomas Sailer <[email protected]>
2068 L:      [email protected]
2069 W:      http://www.baycom.org/~tom/ham/ham.html
2070 S:      Maintained
2071 F:      drivers/net/hamradio/baycom*
2072
2073 BCACHE (BLOCK LAYER CACHE)
2074 M:      Kent Overstreet <[email protected]>
2075 L:      [email protected]
2076 W:      http://bcache.evilpiepirate.org
2077 S:      Maintained
2078 F:      drivers/md/bcache/
2079
2080 BDISP ST MEDIA DRIVER
2081 M:      Fabien Dessenne <[email protected]>
2082 L:      [email protected]
2083 T:      git git://linuxtv.org/media_tree.git
2084 W:      http://linuxtv.org
2085 S:      Supported
2086 F:      drivers/media/platform/sti/bdisp
2087
2088 BEFS FILE SYSTEM
2089 S:      Orphan
2090 F:      Documentation/filesystems/befs.txt
2091 F:      fs/befs/
2092
2093 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2094 M:      Dariusz Marcinkiewicz <[email protected]>
2095 L:      [email protected]
2096 S:      Maintained
2097 F:      drivers/net/ethernet/ec_bhf.c
2098
2099 BFS FILE SYSTEM
2100 M:      "Tigran A. Aivazian" <[email protected]>
2101 S:      Maintained
2102 F:      Documentation/filesystems/bfs.txt
2103 F:      fs/bfs/
2104 F:      include/uapi/linux/bfs_fs.h
2105
2106 BLACKFIN ARCHITECTURE
2107 M:      Steven Miao <[email protected]>
2108 L:      [email protected] (moderated for non-subscribers)
2109 T:      git git://git.code.sf.net/p/adi-linux/code
2110 W:      http://blackfin.uclinux.org
2111 S:      Supported
2112 F:      arch/blackfin/
2113
2114 BLACKFIN EMAC DRIVER
2115 L:      [email protected] (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org
2117 S:      Supported
2118 F:      drivers/net/ethernet/adi/
2119
2120 BLACKFIN RTC DRIVER
2121 L:      [email protected] (moderated for non-subscribers)
2122 W:      http://blackfin.uclinux.org
2123 S:      Supported
2124 F:      drivers/rtc/rtc-bfin.c
2125
2126 BLACKFIN SDH DRIVER
2127 M:      Sonic Zhang <[email protected]>
2128 L:      [email protected] (moderated for non-subscribers)
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      drivers/mmc/host/bfin_sdh.c
2132
2133 BLACKFIN SERIAL DRIVER
2134 M:      Sonic Zhang <[email protected]>
2135 L:      [email protected] (moderated for non-subscribers)
2136 W:      http://blackfin.uclinux.org
2137 S:      Supported
2138 F:      drivers/tty/serial/bfin_uart.c
2139
2140 BLACKFIN WATCHDOG DRIVER
2141 L:      [email protected] (moderated for non-subscribers)
2142 W:      http://blackfin.uclinux.org
2143 S:      Supported
2144 F:      drivers/watchdog/bfin_wdt.c
2145
2146 BLACKFIN I2C TWI DRIVER
2147 M:      Sonic Zhang <[email protected]>
2148 L:      [email protected] (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org/
2150 S:      Supported
2151 F:      drivers/i2c/busses/i2c-bfin-twi.c
2152
2153 BLACKFIN MEDIA DRIVER
2154 M:      Scott Jiang <[email protected]>
2155 L:      [email protected] (moderated for non-subscribers)
2156 W:      http://blackfin.uclinux.org/
2157 S:      Supported
2158 F:      drivers/media/platform/blackfin/
2159 F:      drivers/media/i2c/adv7183*
2160 F:      drivers/media/i2c/vs6624*
2161
2162 BLINKM RGB LED DRIVER
2163 M:      Jan-Simon Moeller <[email protected]>
2164 S:      Maintained
2165 F:      drivers/leds/leds-blinkm.c
2166
2167 BLOCK LAYER
2168 M:      Jens Axboe <[email protected]>
2169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2170 S:      Maintained
2171 F:      block/
2172 F:      kernel/trace/blktrace.c
2173
2174 BLOCK2MTD DRIVER
2175 M:      Joern Engel <[email protected]>
2176 L:      [email protected]
2177 S:      Maintained
2178 F:      drivers/mtd/devices/block2mtd.c
2179
2180 BLUETOOTH DRIVERS
2181 M:      Marcel Holtmann <[email protected]>
2182 M:      Gustavo Padovan <[email protected]>
2183 M:      Johan Hedberg <[email protected]>
2184 L:      [email protected]
2185 W:      http://www.bluez.org/
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2188 S:      Maintained
2189 F:      drivers/bluetooth/
2190
2191 BLUETOOTH SUBSYSTEM
2192 M:      Marcel Holtmann <[email protected]>
2193 M:      Gustavo Padovan <[email protected]>
2194 M:      Johan Hedberg <[email protected]>
2195 L:      [email protected]
2196 W:      http://www.bluez.org/
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2199 S:      Maintained
2200 F:      net/bluetooth/
2201 F:      include/net/bluetooth/
2202
2203 BONDING DRIVER
2204 M:      Jay Vosburgh <[email protected]>
2205 M:      Veaceslav Falico <[email protected]>
2206 M:      Andy Gospodarek <[email protected]>
2207 L:      [email protected]
2208 W:      http://sourceforge.net/projects/bonding/
2209 S:      Supported
2210 F:      drivers/net/bonding/
2211 F:      include/uapi/linux/if_bonding.h
2212
2213 BPF (Safe dynamic programs and tools)
2214 M:      Alexei Starovoitov <[email protected]>
2215 L:      [email protected]
2216 L:      [email protected]
2217 S:      Supported
2218 F:      kernel/bpf/
2219
2220 BROADCOM B44 10/100 ETHERNET DRIVER
2221 M:      Gary Zambrano <[email protected]>
2222 L:      [email protected]
2223 S:      Supported
2224 F:      drivers/net/ethernet/broadcom/b44.*
2225
2226 BROADCOM GENET ETHERNET DRIVER
2227 M:      Florian Fainelli <[email protected]>
2228 L:      [email protected]
2229 S:      Supported
2230 F:      drivers/net/ethernet/broadcom/genet/
2231
2232 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2233 M:      Sony Chacko <[email protected]>
2234 M:      [email protected]
2235 L:      [email protected]
2236 S:      Supported
2237 F:      drivers/net/ethernet/broadcom/bnx2.*
2238 F:      drivers/net/ethernet/broadcom/bnx2_*
2239
2240 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2241 M:      Ariel Elior <[email protected]>
2242 L:      [email protected]
2243 S:      Supported
2244 F:      drivers/net/ethernet/broadcom/bnx2x/
2245
2246 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2247 M:      Florian Fainelli <[email protected]>
2248 M:      Ray Jui <[email protected]>
2249 M:      Scott Branden <[email protected]>
2250 L:      [email protected]
2251 T:      git git://github.com/broadcom/mach-bcm
2252 S:      Maintained
2253 F:      arch/arm/mach-bcm/
2254 F:      arch/arm/boot/dts/bcm113*
2255 F:      arch/arm/boot/dts/bcm216*
2256 F:      arch/arm/boot/dts/bcm281*
2257 F:      arch/arm/configs/bcm_defconfig
2258 F:      drivers/mmc/host/sdhci-bcm-kona.c
2259 F:      drivers/clocksource/bcm_kona_timer.c
2260
2261 BROADCOM BCM2835 ARM ARCHITECTURE
2262 M:      Stephen Warren <[email protected]>
2263 M:      Lee Jones <[email protected]>
2264 M:      Eric Anholt <[email protected]>
2265 L:      [email protected] (moderated for non-subscribers)
2266 L:      [email protected] (moderated for non-subscribers)
2267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2268 S:      Maintained
2269 N:      bcm2835
2270
2271 BROADCOM BCM33XX MIPS ARCHITECTURE
2272 M:      Kevin Cernekee <[email protected]>
2273 L:      [email protected]
2274 S:      Maintained
2275 F:      arch/mips/bcm3384/*
2276 F:      arch/mips/include/asm/mach-bcm3384/*
2277 F:      arch/mips/kernel/*bmips*
2278
2279 BROADCOM BCM47XX MIPS ARCHITECTURE
2280 M:      Hauke Mehrtens <[email protected]>
2281 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2282 L:      [email protected]
2283 S:      Maintained
2284 F:      arch/mips/bcm47xx/*
2285 F:      arch/mips/include/asm/mach-bcm47xx/*
2286
2287 BROADCOM BCM5301X ARM ARCHITECTURE
2288 M:      Hauke Mehrtens <[email protected]>
2289 L:      [email protected]
2290 S:      Maintained
2291 F:      arch/arm/mach-bcm/bcm_5301x.c
2292 F:      arch/arm/boot/dts/bcm5301x.dtsi
2293 F:      arch/arm/boot/dts/bcm470*
2294
2295 BROADCOM BCM63XX ARM ARCHITECTURE
2296 M:      Florian Fainelli <[email protected]>
2297 L:      [email protected]
2298 T:      git git://github.com/broadcom/arm-bcm63xx.git
2299 S:      Maintained
2300 F:      arch/arm/mach-bcm/bcm63xx.c
2301 F:      arch/arm/include/debug/bcm63xx.S
2302
2303 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2304 M:      Kevin Cernekee <[email protected]>
2305 L:      [email protected]
2306 S:      Maintained
2307 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2308
2309 BROADCOM BCM7XXX ARM ARCHITECTURE
2310 M:      Brian Norris <[email protected]>
2311 M:      Gregory Fong <[email protected]>
2312 M:      Florian Fainelli <[email protected]>
2313 L:      [email protected] (moderated for non-subscribers)
2314 T:      git git://github.com/broadcom/stblinux.git
2315 S:      Maintained
2316 F:      arch/arm/mach-bcm/*brcmstb*
2317 F:      arch/arm/boot/dts/bcm7*.dts*
2318 F:      drivers/bus/brcmstb_gisb.c
2319 N:      brcmstb
2320
2321 BROADCOM BMIPS MIPS ARCHITECTURE
2322 M:      Kevin Cernekee <[email protected]>
2323 M:      Florian Fainelli <[email protected]>
2324 L:      [email protected]
2325 T:      git git://github.com/broadcom/stblinux.git
2326 S:      Maintained
2327 F:      arch/mips/bmips/*
2328 F:      arch/mips/include/asm/mach-bmips/*
2329 F:      arch/mips/kernel/*bmips*
2330 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2331 F:      drivers/irqchip/irq-bcm7*
2332 F:      drivers/irqchip/irq-brcmstb*
2333
2334 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2335 M:      Prashant Sreedharan <[email protected]>
2336 M:      Michael Chan <[email protected]>
2337 L:      [email protected]
2338 S:      Supported
2339 F:      drivers/net/ethernet/broadcom/tg3.*
2340
2341 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2342 M:      Brett Rudley <[email protected]>
2343 M:      Arend van Spriel <[email protected]>
2344 M:      Franky (Zhenhui) Lin <[email protected]>
2345 M:      Hante Meuleman <[email protected]>
2346 L:      [email protected]
2347 L:      [email protected]
2348 S:      Supported
2349 F:      drivers/net/wireless/brcm80211/
2350
2351 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2352 M:      [email protected]
2353 L:      [email protected]
2354 S:      Supported
2355 F:      drivers/scsi/bnx2fc/
2356
2357 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2358 M:      [email protected]
2359 L:      [email protected]
2360 S:      Supported
2361 F:      drivers/scsi/bnx2i/
2362
2363 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2364 M:      Ray Jui <[email protected]>
2365 M:      Scott Branden <[email protected]>
2366 L:      [email protected] (moderated for non-subscribers)
2367 L:      [email protected]
2368 T:      git git://github.com/broadcom/cygnus-linux.git
2369 S:      Maintained
2370 N:      iproc
2371 N:      cygnus
2372 N:      bcm9113*
2373 N:      bcm9583*
2374 N:      bcm583*
2375 N:      bcm113*
2376
2377 BROADCOM BRCMSTB GPIO DRIVER
2378 M:      Gregory Fong <[email protected]>
2379 L:      [email protected]>
2380 S:      Supported
2381 F:      drivers/gpio/gpio-brcmstb.c
2382 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2383
2384 BROADCOM KONA GPIO DRIVER
2385 M:      Ray Jui <[email protected]>
2386 L:      [email protected]
2387 S:      Supported
2388 F:      drivers/gpio/gpio-bcm-kona.c
2389 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2390
2391 BROADCOM NVRAM DRIVER
2392 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2393 L:      [email protected]
2394 S:      Maintained
2395 F:      drivers/firmware/broadcom/*
2396
2397 BROADCOM STB NAND FLASH DRIVER
2398 M:      Brian Norris <[email protected]>
2399 L:      [email protected]
2400 S:      Maintained
2401 F:      drivers/mtd/nand/brcmnand/
2402
2403 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2404 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2405 L:      [email protected]
2406 S:      Maintained
2407 F:      drivers/bcma/
2408 F:      include/linux/bcma/
2409
2410 BROADCOM SYSTEMPORT ETHERNET DRIVER
2411 M:      Florian Fainelli <[email protected]>
2412 L:      [email protected]
2413 S:      Supported
2414 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2415
2416 BROCADE BFA FC SCSI DRIVER
2417 M:      Anil Gurumurthy <[email protected]>
2418 M:      Sudarsana Kalluru <[email protected]>
2419 L:      [email protected]
2420 S:      Supported
2421 F:      drivers/scsi/bfa/
2422
2423 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2424 M:      Rasesh Mody <[email protected]>
2425 L:      [email protected]
2426 S:      Supported
2427 F:      drivers/net/ethernet/brocade/bna/
2428
2429 BSG (block layer generic sg v4 driver)
2430 M:      FUJITA Tomonori <[email protected]>
2431 L:      [email protected]
2432 S:      Supported
2433 F:      block/bsg.c
2434 F:      include/linux/bsg.h
2435 F:      include/uapi/linux/bsg.h
2436
2437 BT87X AUDIO DRIVER
2438 M:      Clemens Ladisch <[email protected]>
2439 L:      [email protected] (moderated for non-subscribers)
2440 T:      git git://git.alsa-project.org/alsa-kernel.git
2441 S:      Maintained
2442 F:      Documentation/sound/alsa/Bt87x.txt
2443 F:      sound/pci/bt87x.c
2444
2445 BT8XXGPIO DRIVER
2446 M:      Michael Buesch <[email protected]>
2447 W:      http://bu3sch.de/btgpio.php
2448 S:      Maintained
2449 F:      drivers/gpio/gpio-bt8xx.c
2450
2451 BTRFS FILE SYSTEM
2452 M:      Chris Mason <[email protected]>
2453 M:      Josef Bacik <[email protected]>
2454 M:      David Sterba <[email protected]>
2455 L:      [email protected]
2456 W:      http://btrfs.wiki.kernel.org/
2457 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2459 S:      Maintained
2460 F:      Documentation/filesystems/btrfs.txt
2461 F:      fs/btrfs/
2462
2463 BTTV VIDEO4LINUX DRIVER
2464 M:      Mauro Carvalho Chehab <[email protected]>
2465 L:      [email protected]
2466 W:      http://linuxtv.org
2467 T:      git git://linuxtv.org/media_tree.git
2468 S:      Odd fixes
2469 F:      Documentation/video4linux/bttv/
2470 F:      drivers/media/pci/bt8xx/bttv*
2471
2472 BUSLOGIC SCSI DRIVER
2473 M:      Khalid Aziz <[email protected]>
2474 L:      [email protected]
2475 S:      Maintained
2476 F:      drivers/scsi/BusLogic.*
2477 F:      drivers/scsi/FlashPoint.*
2478
2479 C-MEDIA CMI8788 DRIVER
2480 M:      Clemens Ladisch <[email protected]>
2481 L:      [email protected] (moderated for non-subscribers)
2482 T:      git git://git.alsa-project.org/alsa-kernel.git
2483 S:      Maintained
2484 F:      sound/pci/oxygen/
2485
2486 C6X ARCHITECTURE
2487 M:      Mark Salter <[email protected]>
2488 M:      Aurelien Jacquiot <[email protected]>
2489 L:      [email protected]
2490 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2491 S:      Maintained
2492 F:      arch/c6x/
2493
2494 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2495 M:      David Howells <[email protected]>
2496 L:      [email protected]
2497 S:      Supported
2498 F:      Documentation/filesystems/caching/cachefiles.txt
2499 F:      fs/cachefiles/
2500
2501 CADET FM/AM RADIO RECEIVER DRIVER
2502 M:      Hans Verkuil <[email protected]>
2503 L:      [email protected]
2504 T:      git git://linuxtv.org/media_tree.git
2505 W:      http://linuxtv.org
2506 S:      Maintained
2507 F:      drivers/media/radio/radio-cadet*
2508
2509 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2510 M:      Jonathan Corbet <[email protected]>
2511 L:      [email protected]
2512 T:      git git://linuxtv.org/media_tree.git
2513 S:      Maintained
2514 F:      Documentation/video4linux/cafe_ccic
2515 F:      drivers/media/platform/marvell-ccic/
2516
2517 CAIF NETWORK LAYER
2518 M:      Dmitry Tarnyagin <[email protected]>
2519 L:      [email protected]
2520 S:      Supported
2521 F:      Documentation/networking/caif/
2522 F:      drivers/net/caif/
2523 F:      include/uapi/linux/caif/
2524 F:      include/net/caif/
2525 F:      net/caif/
2526
2527 CALGARY x86-64 IOMMU
2528 M:      Muli Ben-Yehuda <[email protected]>
2529 M:      "Jon D. Mason" <[email protected]>
2530 L:      [email protected]
2531 S:      Maintained
2532 F:      arch/x86/kernel/pci-calgary_64.c
2533 F:      arch/x86/kernel/tce_64.c
2534 F:      arch/x86/include/asm/calgary.h
2535 F:      arch/x86/include/asm/tce.h
2536
2537 CAN NETWORK LAYER
2538 M:      Oliver Hartkopp <[email protected]>
2539 M:      Marc Kleine-Budde <[email protected]>
2540 L:      [email protected]
2541 W:      https://github.com/linux-can
2542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2544 S:      Maintained
2545 F:      Documentation/networking/can.txt
2546 F:      net/can/
2547 F:      include/linux/can/core.h
2548 F:      include/uapi/linux/can.h
2549 F:      include/uapi/linux/can/bcm.h
2550 F:      include/uapi/linux/can/raw.h
2551 F:      include/uapi/linux/can/gw.h
2552
2553 CAN NETWORK DRIVERS
2554 M:      Wolfgang Grandegger <[email protected]>
2555 M:      Marc Kleine-Budde <[email protected]>
2556 L:      [email protected]
2557 W:      https://github.com/linux-can
2558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2560 S:      Maintained
2561 F:      drivers/net/can/
2562 F:      include/linux/can/dev.h
2563 F:      include/linux/can/platform/
2564 F:      include/uapi/linux/can/error.h
2565 F:      include/uapi/linux/can/netlink.h
2566
2567 CAPABILITIES
2568 M:      Serge Hallyn <[email protected]>
2569 L:      [email protected]
2570 S:      Supported
2571 F:      include/linux/capability.h
2572 F:      include/uapi/linux/capability.h
2573 F:      security/commoncap.c
2574 F:      kernel/capability.c
2575
2576 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2577 M:      Kevin Tsai <[email protected]>
2578 S:      Maintained
2579 F:      drivers/iio/light/cm*
2580 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2581
2582 CAVIUM LIQUIDIO NETWORK DRIVER
2583 M:     Derek Chickles <[email protected]>
2584 M:     Satanand Burla <[email protected]>
2585 M:     Felix Manlunas <[email protected]>
2586 M:     Raghu Vatsavayi <[email protected]>
2587 L:     [email protected]
2588 W:     http://www.cavium.com
2589 S:     Supported
2590 F:     drivers/net/ethernet/cavium/liquidio/
2591
2592 CC2520 IEEE-802.15.4 RADIO DRIVER
2593 M:      Varka Bhadram <[email protected]>
2594 L:      [email protected]
2595 S:      Maintained
2596 F:      drivers/net/ieee802154/cc2520.c
2597 F:      include/linux/spi/cc2520.h
2598 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2599
2600 CELL BROADBAND ENGINE ARCHITECTURE
2601 M:      Arnd Bergmann <[email protected]>
2602 L:      [email protected]
2603 W:      http://www.ibm.com/developerworks/power/cell/
2604 S:      Supported
2605 F:      arch/powerpc/include/asm/cell*.h
2606 F:      arch/powerpc/include/asm/spu*.h
2607 F:      arch/powerpc/include/uapi/asm/spu*.h
2608 F:      arch/powerpc/oprofile/*cell*
2609 F:      arch/powerpc/platforms/cell/
2610
2611 CEPH COMMON CODE (LIBCEPH)
2612 M:      Ilya Dryomov <[email protected]>
2613 M:      "Yan, Zheng" <[email protected]>
2614 M:      Sage Weil <[email protected]>
2615 L:      [email protected]
2616 W:      http://ceph.com/
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2618 T:      git git://github.com/ceph/ceph-client.git
2619 S:      Supported
2620 F:      net/ceph/
2621 F:      include/linux/ceph/
2622 F:      include/linux/crush/
2623
2624 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2625 M:      "Yan, Zheng" <[email protected]>
2626 M:      Sage Weil <[email protected]>
2627 M:      Ilya Dryomov <[email protected]>
2628 L:      [email protected]
2629 W:      http://ceph.com/
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2631 T:      git git://github.com/ceph/ceph-client.git
2632 S:      Supported
2633 F:      Documentation/filesystems/ceph.txt
2634 F:      fs/ceph/
2635
2636 CERTIFICATE HANDLING:
2637 M:      David Howells <[email protected]>
2638 M:      David Woodhouse <[email protected]>
2639 L:      [email protected]
2640 S:      Maintained
2641 F:      Documentation/module-signing.txt
2642 F:      certs/
2643 F:      scripts/extract-cert.c
2644
2645 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2646 L:      [email protected]
2647 S:      Orphan
2648 F:      Documentation/usb/WUSB-Design-overview.txt
2649 F:      Documentation/usb/wusb-cbaf
2650 F:      drivers/usb/host/hwa-hc.c
2651 F:      drivers/usb/host/whci/
2652 F:      drivers/usb/wusbcore/
2653 F:      include/linux/usb/wusb*
2654
2655 CFAG12864B LCD DRIVER
2656 M:      Miguel Ojeda Sandonis <[email protected]>
2657 W:      http://miguelojeda.es/auxdisplay.htm
2658 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2659 S:      Maintained
2660 F:      drivers/auxdisplay/cfag12864b.c
2661 F:      include/linux/cfag12864b.h
2662
2663 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2664 M:      Miguel Ojeda Sandonis <[email protected]>
2665 W:      http://miguelojeda.es/auxdisplay.htm
2666 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2667 S:      Maintained
2668 F:      drivers/auxdisplay/cfag12864bfb.c
2669 F:      include/linux/cfag12864b.h
2670
2671 CFG80211 and NL80211
2672 M:      Johannes Berg <[email protected]>
2673 L:      [email protected]
2674 W:      http://wireless.kernel.org/
2675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2677 S:      Maintained
2678 F:      include/uapi/linux/nl80211.h
2679 F:      include/net/cfg80211.h
2680 F:      net/wireless/*
2681 X:      net/wireless/wext*
2682
2683 CHAR and MISC DRIVERS
2684 M:      Arnd Bergmann <[email protected]>
2685 M:      Greg Kroah-Hartman <[email protected]>
2686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2687 S:      Supported
2688 F:      drivers/char/*
2689 F:      drivers/misc/*
2690 F:      include/linux/miscdevice.h
2691
2692 CHECKPATCH
2693 M:      Andy Whitcroft <[email protected]>
2694 M:      Joe Perches <[email protected]>
2695 S:      Maintained
2696 F:      scripts/checkpatch.pl
2697
2698 CHINESE DOCUMENTATION
2699 M:      Harry Wei <[email protected]>
2700 L:      [email protected] (subscribers-only)
2701 L:      [email protected] (moderated for non-subscribers)
2702 S:      Maintained
2703 F:      Documentation/zh_CN/
2704
2705 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2706 M:      Peter Chen <[email protected]>
2707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2708 L:      [email protected]
2709 S:      Maintained
2710 F:      drivers/usb/chipidea/
2711
2712 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2713 M:      Hans de Goede <[email protected]>
2714 L:      [email protected]
2715 S:      Maintained
2716 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2717 F:      drivers/input/touchscreen/chipone_icn8318.c
2718
2719 CHROME HARDWARE PLATFORM SUPPORT
2720 M:      Olof Johansson <[email protected]>
2721 S:      Maintained
2722 F:      drivers/platform/chrome/
2723
2724 CISCO VIC ETHERNET NIC DRIVER
2725 M:      Christian Benvenuti <[email protected]>
2726 M:      Sujith Sankar <[email protected]>
2727 M:      Govindarajulu Varadarajan <[email protected]>
2728 M:      Neel Patel <[email protected]>
2729 S:      Supported
2730 F:      drivers/net/ethernet/cisco/enic/
2731
2732 CISCO VIC LOW LATENCY NIC DRIVER
2733 M:      Upinder Malhi <[email protected]>
2734 S:      Supported
2735 F:      drivers/infiniband/hw/usnic
2736
2737 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2738 M:      Hartley Sweeten <[email protected]>
2739 L:      [email protected]
2740 S:      Maintained
2741 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2742
2743 CIRRUS LOGIC AUDIO CODEC DRIVERS
2744 M:      Brian Austin <[email protected]>
2745 M:      Paul Handrigan <[email protected]>
2746 L:      [email protected] (moderated for non-subscribers)
2747 S:      Maintained
2748 F:      sound/soc/codecs/cs*
2749
2750 CLEANCACHE API
2751 M:      Konrad Rzeszutek Wilk <[email protected]>
2752 L:      [email protected]
2753 S:      Maintained
2754 F:      mm/cleancache.c
2755 F:      include/linux/cleancache.h
2756
2757 CLK API
2758 M:      Russell King <[email protected]>
2759 L:      [email protected]
2760 S:      Maintained
2761 F:      include/linux/clk.h
2762
2763 CLOCKSOURCE, CLOCKEVENT DRIVERS
2764 M:      Daniel Lezcano <[email protected]>
2765 M:      Thomas Gleixner <[email protected]>
2766 L:      [email protected]
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2768 S:      Supported
2769 F:      drivers/clocksource
2770
2771 CISCO FCOE HBA DRIVER
2772 M:      Hiral Patel <[email protected]>
2773 M:      Suma Ramars <[email protected]>
2774 M:      Brian Uchino <[email protected]>
2775 L:      [email protected]
2776 S:      Supported
2777 F:      drivers/scsi/fnic/
2778
2779 CISCO SCSI HBA DRIVER
2780 M:      Narsimhulu Musini <[email protected]>
2781 M:      Sesidhar Baddela <[email protected]>
2782 L:      [email protected]
2783 S:      Supported
2784 F:      drivers/scsi/snic/
2785
2786 CMPC ACPI DRIVER
2787 M:      Thadeu Lima de Souza Cascardo <[email protected]>
2788 M:      Daniel Oliveira Nascimento <[email protected]>
2789 L:      [email protected]
2790 S:      Supported
2791 F:      drivers/platform/x86/classmate-laptop.c
2792
2793 COBALT MEDIA DRIVER
2794 M:      Hans Verkuil <[email protected]>
2795 L:      [email protected]
2796 T:      git git://linuxtv.org/media_tree.git
2797 W:      http://linuxtv.org
2798 S:      Supported
2799 F:      drivers/media/pci/cobalt/
2800
2801 COCCINELLE/Semantic Patches (SmPL)
2802 M:      Julia Lawall <[email protected]>
2803 M:      Gilles Muller <[email protected]>
2804 M:      Nicolas Palix <[email protected]>
2805 M:      Michal Marek <[email protected]>
2806 L:      [email protected] (moderated for non-subscribers)
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2808 W:      http://coccinelle.lip6.fr/
2809 S:      Supported
2810 F:      Documentation/coccinelle.txt
2811 F:      scripts/coccinelle/
2812 F:      scripts/coccicheck
2813
2814 CODA FILE SYSTEM
2815 M:      Jan Harkes <[email protected]>
2816 M:      [email protected]
2817 L:      [email protected]
2818 W:      http://www.coda.cs.cmu.edu/
2819 S:      Maintained
2820 F:      Documentation/filesystems/coda.txt
2821 F:      fs/coda/
2822 F:      include/linux/coda*.h
2823 F:      include/uapi/linux/coda*.h
2824
2825 CODA V4L2 MEM2MEM DRIVER
2826 M:      Philipp Zabel <[email protected]>
2827 L:      [email protected]
2828 S:      Maintained
2829 F:      Documentation/devicetree/bindings/media/coda.txt
2830 F:      drivers/media/platform/coda/
2831
2832 COMMON CLK FRAMEWORK
2833 M:      Michael Turquette <[email protected]>
2834 M:      Stephen Boyd <[email protected]>
2835 L:      [email protected]
2836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2837 S:      Maintained
2838 F:      drivers/clk/
2839 X:      drivers/clk/clkdev.c
2840 F:      include/linux/clk-pr*
2841 F:      include/linux/clk/
2842
2843 COMMON INTERNET FILE SYSTEM (CIFS)
2844 M:      Steve French <[email protected]>
2845 L:      [email protected]
2846 L:      [email protected] (moderated for non-subscribers)
2847 W:      http://linux-cifs.samba.org/
2848 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2849 S:      Supported
2850 F:      Documentation/filesystems/cifs/
2851 F:      fs/cifs/
2852
2853 COMPACTPCI HOTPLUG CORE
2854 M:      Scott Murray <[email protected]>
2855 L:      [email protected]
2856 S:      Maintained
2857 F:      drivers/pci/hotplug/cpci_hotplug*
2858
2859 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2860 M:      Scott Murray <[email protected]>
2861 L:      [email protected]
2862 S:      Maintained
2863 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2864
2865 COMPACTPCI HOTPLUG GENERIC DRIVER
2866 M:      Scott Murray <[email protected]>
2867 L:      [email protected]
2868 S:      Maintained
2869 F:      drivers/pci/hotplug/cpcihp_generic.c
2870
2871 COMPAL LAPTOP SUPPORT
2872 M:      Cezary Jackiewicz <[email protected]>
2873 L:      [email protected]
2874 S:      Maintained
2875 F:      drivers/platform/x86/compal-laptop.c
2876
2877 CONEXANT ACCESSRUNNER USB DRIVER
2878 M:      Simon Arlott <[email protected]>
2879 L:      [email protected]
2880 W:      http://accessrunner.sourceforge.net/
2881 S:      Maintained
2882 F:      drivers/usb/atm/cxacru.c
2883
2884 CONFIGFS
2885 M:      Joel Becker <[email protected]>
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2887 S:      Supported
2888 F:      fs/configfs/
2889 F:      include/linux/configfs.h
2890
2891 CONNECTOR
2892 M:      Evgeniy Polyakov <[email protected]>
2893 L:      [email protected]
2894 S:      Maintained
2895 F:      drivers/connector/
2896
2897 CONTROL GROUP (CGROUP)
2898 M:      Tejun Heo <[email protected]>
2899 M:      Li Zefan <[email protected]>
2900 M:      Johannes Weiner <[email protected]>
2901 L:      [email protected]
2902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2903 S:      Maintained
2904 F:      Documentation/cgroups/
2905 F:      include/linux/cgroup*
2906 F:      kernel/cgroup*
2907
2908 CONTROL GROUP - CPUSET
2909 M:      Li Zefan <[email protected]>
2910 L:      [email protected]
2911 W:      http://www.bullopensource.org/cpuset/
2912 W:      http://oss.sgi.com/projects/cpusets/
2913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2914 S:      Maintained
2915 F:      Documentation/cgroups/cpusets.txt
2916 F:      include/linux/cpuset.h
2917 F:      kernel/cpuset.c
2918
2919 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2920 M:      Johannes Weiner <[email protected]>
2921 M:      Michal Hocko <[email protected]>
2922 L:      [email protected]
2923 L:      [email protected]
2924 S:      Maintained
2925 F:      mm/memcontrol.c
2926 F:      mm/swap_cgroup.c
2927
2928 CORETEMP HARDWARE MONITORING DRIVER
2929 M:      Fenghua Yu <[email protected]>
2930 L:      [email protected]
2931 S:      Maintained
2932 F:      Documentation/hwmon/coretemp
2933 F:      drivers/hwmon/coretemp.c
2934
2935 COSA/SRP SYNC SERIAL DRIVER
2936 M:      Jan "Yenya" Kasprzak <[email protected]>
2937 W:      http://www.fi.muni.cz/~kas/cosa/
2938 S:      Maintained
2939 F:      drivers/net/wan/cosa*
2940
2941 CPMAC ETHERNET DRIVER
2942 M:      Florian Fainelli <[email protected]>
2943 L:      [email protected]
2944 S:      Maintained
2945 F:      drivers/net/ethernet/ti/cpmac.c
2946
2947 CPU FREQUENCY DRIVERS
2948 M:      "Rafael J. Wysocki" <[email protected]>
2949 M:      Viresh Kumar <[email protected]>
2950 L:      [email protected]
2951 S:      Maintained
2952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2953 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2954 F:      drivers/cpufreq/
2955 F:      include/linux/cpufreq.h
2956
2957 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2958 M:      Viresh Kumar <[email protected]>
2959 M:      Sudeep Holla <[email protected]>
2960 L:      [email protected]
2961 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2962 S:      Maintained
2963 F:      drivers/cpufreq/arm_big_little.h
2964 F:      drivers/cpufreq/arm_big_little.c
2965 F:      drivers/cpufreq/arm_big_little_dt.c
2966
2967 CPUIDLE DRIVER - ARM BIG LITTLE
2968 M:      Lorenzo Pieralisi <[email protected]>
2969 M:      Daniel Lezcano <[email protected]>
2970 L:      [email protected]
2971 L:      [email protected]
2972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2973 S:      Maintained
2974 F:      drivers/cpuidle/cpuidle-big_little.c
2975
2976 CPUIDLE DRIVER - ARM EXYNOS
2977 M:      Bartlomiej Zolnierkiewicz <[email protected]>
2978 M:      Daniel Lezcano <[email protected]>
2979 M:      Kukjin Kim <[email protected]>
2980 L:      [email protected]
2981 L:      [email protected]
2982 S:      Supported
2983 F:      drivers/cpuidle/cpuidle-exynos.c
2984 F:      arch/arm/mach-exynos/pm.c
2985
2986 CPUIDLE DRIVERS
2987 M:      "Rafael J. Wysocki" <[email protected]>
2988 M:      Daniel Lezcano <[email protected]>
2989 L:      [email protected]
2990 S:      Maintained
2991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2992 F:      drivers/cpuidle/*
2993 F:      include/linux/cpuidle.h
2994
2995 CPUID/MSR DRIVER
2996 M:      "H. Peter Anvin" <[email protected]>
2997 S:      Maintained
2998 F:      arch/x86/kernel/cpuid.c
2999 F:      arch/x86/kernel/msr.c
3000
3001 CPU POWER MONITORING SUBSYSTEM
3002 M:      Thomas Renninger <[email protected]>
3003 L:      [email protected]
3004 S:      Maintained
3005 F:      tools/power/cpupower/
3006
3007 CRAMFS FILESYSTEM
3008 W:      http://sourceforge.net/projects/cramfs/
3009 S:      Orphan / Obsolete
3010 F:      Documentation/filesystems/cramfs.txt
3011 F:      fs/cramfs/
3012
3013 CRIS PORT
3014 M:      Mikael Starvik <[email protected]>
3015 M:      Jesper Nilsson <[email protected]>
3016 L:      [email protected]
3017 W:      http://developer.axis.com
3018 S:      Maintained
3019 F:      arch/cris/
3020 F:      drivers/tty/serial/crisv10.*
3021
3022 CRYPTO API
3023 M:      Herbert Xu <[email protected]>
3024 M:      "David S. Miller" <[email protected]>
3025 L:      [email protected]
3026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3027 S:      Maintained
3028 F:      Documentation/crypto/
3029 F:      Documentation/DocBook/crypto-API.tmpl
3030 F:      arch/*/crypto/
3031 F:      crypto/
3032 F:      drivers/crypto/
3033 F:      include/crypto/
3034
3035 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3036 M:      Neil Horman <[email protected]>
3037 L:      [email protected]
3038 S:      Maintained
3039 F:      crypto/ansi_cprng.c
3040 F:      crypto/rng.c
3041
3042 CS5535 Audio ALSA driver
3043 M:      Jaya Kumar <[email protected]>
3044 S:      Maintained
3045 F:      sound/pci/cs5535audio/
3046
3047 CW1200 WLAN driver
3048 M:      Solomon Peachy <[email protected]>
3049 S:      Maintained
3050 F:      drivers/net/wireless/cw1200/
3051
3052 CX18 VIDEO4LINUX DRIVER
3053 M:      Andy Walls <[email protected]>
3054 L:      [email protected] (subscribers-only)
3055 L:      [email protected]
3056 T:      git git://linuxtv.org/media_tree.git
3057 W:      http://linuxtv.org
3058 W:      http://www.ivtvdriver.org/index.php/Cx18
3059 S:      Maintained
3060 F:      Documentation/video4linux/cx18.txt
3061 F:      drivers/media/pci/cx18/
3062 F:      include/uapi/linux/ivtv*
3063
3064 CX2341X MPEG ENCODER HELPER MODULE
3065 M:      Hans Verkuil <[email protected]>
3066 L:      [email protected]
3067 T:      git git://linuxtv.org/media_tree.git
3068 W:      http://linuxtv.org
3069 S:      Maintained
3070 F:      drivers/media/common/cx2341x*
3071 F:      include/media/cx2341x*
3072
3073 CX24120 MEDIA DRIVER
3074 M:      Jemma Denson <[email protected]>
3075 M:      Patrick Boettcher <[email protected]>
3076 L:      [email protected]
3077 W:      http://linuxtv.org/
3078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3079 S:      Maintained
3080 F:      drivers/media/dvb-frontends/cx24120*
3081
3082 CX88 VIDEO4LINUX DRIVER
3083 M:      Mauro Carvalho Chehab <[email protected]>
3084 L:      [email protected]
3085 W:      http://linuxtv.org
3086 T:      git git://linuxtv.org/media_tree.git
3087 S:      Odd fixes
3088 F:      Documentation/video4linux/cx88/
3089 F:      drivers/media/pci/cx88/
3090
3091 CXD2820R MEDIA DRIVER
3092 M:      Antti Palosaari <[email protected]>
3093 L:      [email protected]
3094 W:      http://linuxtv.org/
3095 W:      http://palosaari.fi/linux/
3096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3097 T:      git git://linuxtv.org/anttip/media_tree.git
3098 S:      Maintained
3099 F:      drivers/media/dvb-frontends/cxd2820r*
3100
3101 CXGB3 ETHERNET DRIVER (CXGB3)
3102 M:      Santosh Raspatur <[email protected]>
3103 L:      [email protected]
3104 W:      http://www.chelsio.com
3105 S:      Supported
3106 F:      drivers/net/ethernet/chelsio/cxgb3/
3107
3108 CXGB3 ISCSI DRIVER (CXGB3I)
3109 M:      Karen Xie <[email protected]>
3110 L:      [email protected]
3111 W:      http://www.chelsio.com
3112 S:      Supported
3113 F:      drivers/scsi/cxgbi/cxgb3i
3114
3115 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3116 M:      Steve Wise <[email protected]>
3117 L:      [email protected]
3118 W:      http://www.openfabrics.org
3119 S:      Supported
3120 F:      drivers/infiniband/hw/cxgb3/
3121
3122 CXGB4 ETHERNET DRIVER (CXGB4)
3123 M:      Hariprasad S <[email protected]>
3124 L:      [email protected]
3125 W:      http://www.chelsio.com
3126 S:      Supported
3127 F:      drivers/net/ethernet/chelsio/cxgb4/
3128
3129 CXGB4 ISCSI DRIVER (CXGB4I)
3130 M:      Karen Xie <[email protected]>
3131 L:      [email protected]
3132 W:      http://www.chelsio.com
3133 S:      Supported
3134 F:      drivers/scsi/cxgbi/cxgb4i
3135
3136 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3137 M:      Steve Wise <[email protected]>
3138 L:      [email protected]
3139 W:      http://www.openfabrics.org
3140 S:      Supported
3141 F:      drivers/infiniband/hw/cxgb4/
3142
3143 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3144 M:      Casey Leedom <[email protected]>
3145 L:      [email protected]
3146 W:      http://www.chelsio.com
3147 S:      Supported
3148 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3149
3150 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3151 M:      Ian Munsie <[email protected]>
3152 M:      Michael Neuling <[email protected]>
3153 L:      [email protected]
3154 S:      Supported
3155 F:      drivers/misc/cxl/
3156 F:      include/misc/cxl*
3157 F:      include/uapi/misc/cxl.h
3158 F:      Documentation/powerpc/cxl.txt
3159 F:      Documentation/powerpc/cxl.txt
3160 F:      Documentation/ABI/testing/sysfs-class-cxl
3161
3162 STMMAC ETHERNET DRIVER
3163 M:      Giuseppe Cavallaro <[email protected]>
3164 L:      [email protected]
3165 W:      http://www.stlinux.com
3166 S:      Supported
3167 F:      drivers/net/ethernet/stmicro/stmmac/
3168
3169 CYBERPRO FB DRIVER
3170 M:      Russell King <[email protected]>
3171 L:      [email protected] (moderated for non-subscribers)
3172 W:      http://www.arm.linux.org.uk/
3173 S:      Maintained
3174 F:      drivers/video/fbdev/cyber2000fb.*
3175
3176 CYCLADES ASYNC MUX DRIVER
3177 W:      http://www.cyclades.com/
3178 S:      Orphan
3179 F:      drivers/tty/cyclades.c
3180 F:      include/linux/cyclades.h
3181 F:      include/uapi/linux/cyclades.h
3182
3183 CYCLADES PC300 DRIVER
3184 W:      http://www.cyclades.com/
3185 S:      Orphan
3186 F:      drivers/net/wan/pc300*
3187
3188 CYPRESS_FIRMWARE MEDIA DRIVER
3189 M:      Antti Palosaari <[email protected]>
3190 L:      [email protected]
3191 W:      http://linuxtv.org/
3192 W:      http://palosaari.fi/linux/
3193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3194 T:      git git://linuxtv.org/anttip/media_tree.git
3195 S:      Maintained
3196 F:      drivers/media/common/cypress_firmware*
3197
3198 CYTTSP TOUCHSCREEN DRIVER
3199 M:      Ferruh Yigit <[email protected]>
3200 L:      [email protected]
3201 S:      Supported
3202 F:      drivers/input/touchscreen/cyttsp*
3203 F:      include/linux/input/cyttsp.h
3204
3205 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3206 M:      Joshua Kinard <[email protected]>
3207 S:      Maintained
3208 F:      drivers/rtc/rtc-ds1685.c
3209 F:      include/linux/rtc/ds1685.h
3210
3211 DAMA SLAVE for AX.25
3212 M:      Joerg Reuter <[email protected]>
3213 W:      http://yaina.de/jreuter/
3214 W:      http://www.qsl.net/dl1bke/
3215 L:      [email protected]
3216 S:      Maintained
3217 F:      net/ax25/af_ax25.c
3218 F:      net/ax25/ax25_dev.c
3219 F:      net/ax25/ax25_ds_*
3220 F:      net/ax25/ax25_in.c
3221 F:      net/ax25/ax25_out.c
3222 F:      net/ax25/ax25_timer.c
3223 F:      net/ax25/sysctl_net_ax25.c
3224
3225 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3226 L:      [email protected]
3227 S:      Orphan
3228 F:      Documentation/networking/dmfe.txt
3229 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3230
3231 DC390/AM53C974 SCSI driver
3232 M:      Hannes Reinecke <[email protected]>
3233 L:      [email protected]
3234 S:      Maintained
3235 F:      drivers/scsi/am53c974.c
3236
3237 DC395x SCSI driver
3238 M:      Oliver Neukum <[email protected]>
3239 M:      Ali Akcaagac <[email protected]>
3240 M:      Jamie Lenehan <[email protected]>
3241 L:      [email protected]
3242 W:      http://twibble.org/dist/dc395x/
3243 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3244 S:      Maintained
3245 F:      Documentation/scsi/dc395x.txt
3246 F:      drivers/scsi/dc395x.*
3247
3248 DCCP PROTOCOL
3249 M:      Gerrit Renker <[email protected]>
3250 L:      [email protected]
3251 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3252 S:      Maintained
3253 F:      include/linux/dccp.h
3254 F:      include/uapi/linux/dccp.h
3255 F:      include/linux/tfrc.h
3256 F:      net/dccp/
3257
3258 DECnet NETWORK LAYER
3259 W:      http://linux-decnet.sourceforge.net
3260 L:      [email protected]
3261 S:      Orphan
3262 F:      Documentation/networking/decnet.txt
3263 F:      net/decnet/
3264
3265 DECSTATION PLATFORM SUPPORT
3266 M:      "Maciej W. Rozycki" <[email protected]>
3267 L:      [email protected]
3268 W:      http://www.linux-mips.org/wiki/DECstation
3269 S:      Maintained
3270 F:      arch/mips/dec/
3271 F:      arch/mips/include/asm/dec/
3272 F:      arch/mips/include/asm/mach-dec/
3273
3274 DEFXX FDDI NETWORK DRIVER
3275 M:      "Maciej W. Rozycki" <[email protected]>
3276 S:      Maintained
3277 F:      drivers/net/fddi/defxx.*
3278
3279 DELL LAPTOP DRIVER
3280 M:      Matthew Garrett <[email protected]>
3281 M:      Pali RohĂ¡r <[email protected]>
3282 L:      [email protected]
3283 S:      Maintained
3284 F:      drivers/platform/x86/dell-laptop.c
3285
3286 DELL LAPTOP RBTN DRIVER
3287 M:      Pali RohĂ¡r <[email protected]>
3288 S:      Maintained
3289 F:      drivers/platform/x86/dell-rbtn.*
3290
3291 DELL LAPTOP FREEFALL DRIVER
3292 M:      Pali RohĂ¡r <[email protected]>
3293 S:      Maintained
3294 F:      drivers/platform/x86/dell-smo8800.c
3295
3296 DELL LAPTOP SMM DRIVER
3297 M:      Pali RohĂ¡r <[email protected]>
3298 S:      Maintained
3299 F:      drivers/hwmon/dell-smm-hwmon.c
3300 F:      include/uapi/linux/i8k.h
3301
3302 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3303 M:      Doug Warzecha <[email protected]>
3304 S:      Maintained
3305 F:      Documentation/dcdbas.txt
3306 F:      drivers/firmware/dcdbas.*
3307
3308 DELL WMI EXTRAS DRIVER
3309 M:      Matthew Garrett <[email protected]>
3310 M:      Pali RohĂ¡r <[email protected]>
3311 S:      Maintained
3312 F:      drivers/platform/x86/dell-wmi.c
3313
3314 DESIGNWARE USB2 DRD IP DRIVER
3315 M:      John Youn <[email protected]>
3316 L:      [email protected]
3317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3318 S:      Maintained
3319 F:      drivers/usb/dwc2/
3320
3321 DESIGNWARE USB3 DRD IP DRIVER
3322 M:      Felipe Balbi <[email protected]>
3323 L:      [email protected]
3324 L:      [email protected]
3325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3326 S:      Maintained
3327 F:      drivers/usb/dwc3/
3328
3329 DEVICE COREDUMP (DEV_COREDUMP)
3330 M:      Johannes Berg <[email protected]>
3331 L:      [email protected]
3332 S:      Maintained
3333 F:      drivers/base/devcoredump.c
3334 F:      include/linux/devcoredump.h
3335
3336 DEVICE FREQUENCY (DEVFREQ)
3337 M:      MyungJoo Ham <[email protected]>
3338 M:      Kyungmin Park <[email protected]>
3339 L:      [email protected]
3340 S:      Maintained
3341 F:      drivers/devfreq/
3342
3343 DEVICE NUMBER REGISTRY
3344 M:      Torben Mathiasen <[email protected]>
3345 W:      http://lanana.org/docs/device-list/index.html
3346 S:      Maintained
3347
3348 DEVICE-MAPPER  (LVM)
3349 M:      Alasdair Kergon <[email protected]>
3350 M:      Mike Snitzer <[email protected]>
3351 M:      [email protected]
3352 L:      [email protected]
3353 W:      http://sources.redhat.com/dm
3354 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3356 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3357 S:      Maintained
3358 F:      Documentation/device-mapper/
3359 F:      drivers/md/dm*
3360 F:      drivers/md/persistent-data/
3361 F:      include/linux/device-mapper.h
3362 F:      include/linux/dm-*.h
3363 F:      include/uapi/linux/dm-*.h
3364
3365 DIALOG SEMICONDUCTOR DRIVERS
3366 M:      Support Opensource <[email protected]>
3367 W:      http://www.dialog-semiconductor.com/products
3368 S:      Supported
3369 F:      Documentation/hwmon/da90??
3370 F:      drivers/gpio/gpio-da90??.c
3371 F:      drivers/hwmon/da90??-hwmon.c
3372 F:      drivers/iio/adc/da91??-*.c
3373 F:      drivers/input/misc/da90??_onkey.c
3374 F:      drivers/input/touchscreen/da9052_tsi.c
3375 F:      drivers/leds/leds-da90??.c
3376 F:      drivers/mfd/da903x.c
3377 F:      drivers/mfd/da90??-*.c
3378 F:      drivers/mfd/da91??-*.c
3379 F:      drivers/power/da9052-battery.c
3380 F:      drivers/power/da91??-*.c
3381 F:      drivers/regulator/da903x.c
3382 F:      drivers/regulator/da9???-regulator.[ch]
3383 F:      drivers/rtc/rtc-da90??.c
3384 F:      drivers/video/backlight/da90??_bl.c
3385 F:      drivers/watchdog/da90??_wdt.c
3386 F:      include/linux/mfd/da903x.h
3387 F:      include/linux/mfd/da9052/
3388 F:      include/linux/mfd/da9055/
3389 F:      include/linux/mfd/da9063/
3390 F:      include/linux/mfd/da9150/
3391 F:      include/sound/da[79]*.h
3392 F:      sound/soc/codecs/da[79]*.[ch]
3393
3394 DIGI NEO AND CLASSIC PCI PRODUCTS
3395 M:      Lidza Louina <[email protected]>
3396 M:      Mark Hounschell <[email protected]>
3397 L:      [email protected]
3398 S:      Maintained
3399 F:      drivers/staging/dgnc/
3400
3401 DIGI EPCA PCI PRODUCTS
3402 M:      Lidza Louina <[email protected]>
3403 M:      Daeseok Youn <[email protected]>
3404 L:      [email protected]
3405 S:      Maintained
3406 F:      drivers/staging/dgap/
3407
3408 DIOLAN U2C-12 I2C DRIVER
3409 M:      Guenter Roeck <[email protected]>
3410 L:      [email protected]
3411 S:      Maintained
3412 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3413
3414 DIRECT ACCESS (DAX)
3415 M:      Matthew Wilcox <[email protected]>
3416 L:      [email protected]
3417 S:      Supported
3418 F:      fs/dax.c
3419
3420 DIRECTORY NOTIFICATION (DNOTIFY)
3421 M:      Eric Paris <[email protected]>
3422 S:      Maintained
3423 F:      Documentation/filesystems/dnotify.txt
3424 F:      fs/notify/dnotify/
3425 F:      include/linux/dnotify.h
3426
3427 DISK GEOMETRY AND PARTITION HANDLING
3428 M:      Andries Brouwer <[email protected]>
3429 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3430 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3431 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3432 S:      Maintained
3433
3434 DISKQUOTA
3435 M:      Jan Kara <[email protected]>
3436 S:      Maintained
3437 F:      Documentation/filesystems/quota.txt
3438 F:      fs/quota/
3439 F:      include/linux/quota*.h
3440 F:      include/uapi/linux/quota*.h
3441
3442 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3443 M:      Bernie Thompson <[email protected]>
3444 L:      [email protected]
3445 S:      Maintained
3446 W:      http://plugable.com/category/projects/udlfb/
3447 F:      drivers/video/fbdev/udlfb.c
3448 F:      include/video/udlfb.h
3449 F:      Documentation/fb/udlfb.txt
3450
3451 DISTRIBUTED LOCK MANAGER (DLM)
3452 M:      Christine Caulfield <[email protected]>
3453 M:      David Teigland <[email protected]>
3454 L:      [email protected]
3455 W:      http://sources.redhat.com/cluster/
3456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3457 S:      Supported
3458 F:      fs/dlm/
3459
3460 DMA BUFFER SHARING FRAMEWORK
3461 M:      Sumit Semwal <[email protected]>
3462 S:      Maintained
3463 L:      [email protected]
3464 L:      [email protected]
3465 L:      [email protected] (moderated for non-subscribers)
3466 F:      drivers/dma-buf/
3467 F:      include/linux/dma-buf*
3468 F:      include/linux/reservation.h
3469 F:      include/linux/*fence.h
3470 F:      Documentation/dma-buf-sharing.txt
3471 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3472
3473 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3474 M:      Vinod Koul <[email protected]>
3475 L:      [email protected]
3476 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3477 S:      Maintained
3478 F:      drivers/dma/
3479 F:      include/linux/dmaengine.h
3480 F:      Documentation/dmaengine/
3481 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3482
3483 DME1737 HARDWARE MONITOR DRIVER
3484 M:      Juerg Haefliger <[email protected]>
3485 L:      [email protected]
3486 S:      Maintained
3487 F:      Documentation/hwmon/dme1737
3488 F:      drivers/hwmon/dme1737.c
3489
3490 DMI/SMBIOS SUPPORT
3491 M:      Jean Delvare <[email protected]>
3492 S:      Maintained
3493 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3494 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3495 F:      drivers/firmware/dmi-id.c
3496 F:      drivers/firmware/dmi_scan.c
3497 F:      include/linux/dmi.h
3498
3499 DOCUMENTATION
3500 M:      Jonathan Corbet <[email protected]>
3501 L:      [email protected]
3502 S:      Maintained
3503 F:      Documentation/
3504 X:      Documentation/ABI/
3505 X:      Documentation/devicetree/
3506 X:      Documentation/acpi
3507 X:      Documentation/power
3508 X:      Documentation/spi
3509 X:      Documentation/DocBook/media
3510 T:      git git://git.lwn.net/linux-2.6.git docs-next
3511
3512 DOUBLETALK DRIVER
3513 M:      "James R. Van Zandt" <[email protected]>
3514 L:      [email protected]
3515 S:      Maintained
3516 F:      drivers/char/dtlk.c
3517 F:      include/linux/dtlk.h
3518
3519 DPT_I2O SCSI RAID DRIVER
3520 M:      Adaptec OEM Raid Solutions <[email protected]>
3521 L:      [email protected]
3522 W:      http://www.adaptec.com/
3523 S:      Maintained
3524 F:      drivers/scsi/dpt*
3525 F:      drivers/scsi/dpt/
3526
3527 DRBD DRIVER
3528 P:      Philipp Reisner
3529 P:      Lars Ellenberg
3530 M:      [email protected]
3531 L:      [email protected]
3532 W:      http://www.drbd.org
3533 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3534 T:      git git://git.drbd.org/drbd-8.3.git
3535 S:      Supported
3536 F:      drivers/block/drbd/
3537 F:      lib/lru_cache.c
3538 F:      Documentation/blockdev/drbd/
3539
3540 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3541 M:      Greg Kroah-Hartman <[email protected]>
3542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3543 S:      Supported
3544 F:      Documentation/kobject.txt
3545 F:      drivers/base/
3546 F:      fs/debugfs/
3547 F:      fs/kernfs/
3548 F:      fs/sysfs/
3549 F:      include/linux/debugfs.h
3550 F:      include/linux/kobj*
3551 F:      lib/kobj*
3552
3553 DRM DRIVERS
3554 M:      David Airlie <[email protected]>
3555 L:      [email protected]
3556 T:      git git://people.freedesktop.org/~airlied/linux
3557 S:      Maintained
3558 F:      drivers/gpu/drm/
3559 F:      drivers/gpu/vga/
3560 F:      include/drm/
3561 F:      include/uapi/drm/
3562
3563 RADEON DRM DRIVERS
3564 M:      Alex Deucher <[email protected]>
3565 M:      Christian König <[email protected]>
3566 L:      [email protected]
3567 T:      git git://people.freedesktop.org/~agd5f/linux
3568 S:      Supported
3569 F:      drivers/gpu/drm/radeon/
3570 F:      include/uapi/drm/radeon*
3571
3572 DRM PANEL DRIVERS
3573 M:      Thierry Reding <[email protected]>
3574 L:      [email protected]
3575 T:      git git://anongit.freedesktop.org/tegra/linux.git
3576 S:      Maintained
3577 F:      drivers/gpu/drm/drm_panel.c
3578 F:      drivers/gpu/drm/panel/
3579 F:      include/drm/drm_panel.h
3580 F:      Documentation/devicetree/bindings/panel/
3581
3582 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3583 M:      Daniel Vetter <[email protected]>
3584 M:      Jani Nikula <[email protected]>
3585 L:      [email protected]
3586 L:      [email protected]
3587 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3588 T:      git git://anongit.freedesktop.org/drm-intel
3589 S:      Supported
3590 F:      drivers/gpu/drm/i915/
3591 F:      include/drm/i915*
3592 F:      include/uapi/drm/i915*
3593
3594 DRM DRIVERS FOR EXYNOS
3595 M:      Inki Dae <[email protected]>
3596 M:      Joonyoung Shim <[email protected]>
3597 M:      Seung-Woo Kim <[email protected]>
3598 M:      Kyungmin Park <[email protected]>
3599 L:      [email protected]
3600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3601 S:      Supported
3602 F:      drivers/gpu/drm/exynos/
3603 F:      include/drm/exynos*
3604 F:      include/uapi/drm/exynos*
3605
3606 DRM DRIVERS FOR FREESCALE DCU
3607 M:      Jianwei Wang <[email protected]>
3608 M:      Alison Wang <[email protected]>
3609 L:      [email protected]
3610 S:      Supported
3611 F:      drivers/gpu/drm/fsl-dcu/
3612 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3613 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3614
3615 DRM DRIVERS FOR FREESCALE IMX
3616 M:      Philipp Zabel <[email protected]>
3617 L:      [email protected]
3618 S:      Maintained
3619 F:      drivers/gpu/drm/imx/
3620 F:      Documentation/devicetree/bindings/drm/imx/
3621
3622 DRM DRIVERS FOR NVIDIA TEGRA
3623 M:      Thierry Reding <[email protected]>
3624 M:      Terje Bergström <[email protected]>
3625 L:      [email protected]
3626 L:      [email protected]
3627 T:      git git://anongit.freedesktop.org/tegra/linux.git
3628 S:      Supported
3629 F:      drivers/gpu/drm/tegra/
3630 F:      drivers/gpu/host1x/
3631 F:      include/linux/host1x.h
3632 F:      include/uapi/drm/tegra_drm.h
3633 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3634
3635 DRM DRIVERS FOR RENESAS
3636 M:      Laurent Pinchart <[email protected]>
3637 L:      [email protected]
3638 L:      [email protected]
3639 T:      git git://people.freedesktop.org/~airlied/linux
3640 S:      Supported
3641 F:      drivers/gpu/drm/rcar-du/
3642 F:      drivers/gpu/drm/shmobile/
3643 F:      include/linux/platform_data/shmob_drm.h
3644
3645 DRM DRIVERS FOR ROCKCHIP
3646 M:      Mark Yao <[email protected]>
3647 L:      [email protected]
3648 S:      Maintained
3649 F:      drivers/gpu/drm/rockchip/
3650 F:      Documentation/devicetree/bindings/video/rockchip*
3651
3652 DRM DRIVERS FOR STI
3653 M:      Benjamin Gaignard <[email protected]>
3654 M:      Vincent Abriou <[email protected]>
3655 L:      [email protected]
3656 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3657 S:      Maintained
3658 F:      drivers/gpu/drm/sti
3659 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3660
3661 DSBR100 USB FM RADIO DRIVER
3662 M:      Alexey Klimov <[email protected]>
3663 L:      [email protected]
3664 T:      git git://linuxtv.org/media_tree.git
3665 S:      Maintained
3666 F:      drivers/media/radio/dsbr100.c
3667
3668 DSCC4 DRIVER
3669 M:      Francois Romieu <[email protected]>
3670 L:      [email protected]
3671 S:      Maintained
3672 F:      drivers/net/wan/dscc4.c
3673
3674 DT3155 MEDIA DRIVER
3675 M:      Hans Verkuil <[email protected]>
3676 L:      [email protected]
3677 T:      git git://linuxtv.org/media_tree.git
3678 W:      http://linuxtv.org
3679 S:      Odd Fixes
3680 F:      drivers/media/pci/dt3155/
3681
3682 DVB_USB_AF9015 MEDIA DRIVER
3683 M:      Antti Palosaari <[email protected]>
3684 L:      [email protected]
3685 W:      http://linuxtv.org/
3686 W:      http://palosaari.fi/linux/
3687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3688 T:      git git://linuxtv.org/anttip/media_tree.git
3689 S:      Maintained
3690 F:      drivers/media/usb/dvb-usb-v2/af9015*
3691
3692 DVB_USB_AF9035 MEDIA DRIVER
3693 M:      Antti Palosaari <[email protected]>
3694 L:      [email protected]
3695 W:      http://linuxtv.org/
3696 W:      http://palosaari.fi/linux/
3697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3698 T:      git git://linuxtv.org/anttip/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/usb/dvb-usb-v2/af9035*
3701
3702 DVB_USB_ANYSEE MEDIA DRIVER
3703 M:      Antti Palosaari <[email protected]>
3704 L:      [email protected]
3705 W:      http://linuxtv.org/
3706 W:      http://palosaari.fi/linux/
3707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3708 T:      git git://linuxtv.org/anttip/media_tree.git
3709 S:      Maintained
3710 F:      drivers/media/usb/dvb-usb-v2/anysee*
3711
3712 DVB_USB_AU6610 MEDIA DRIVER
3713 M:      Antti Palosaari <[email protected]>
3714 L:      [email protected]
3715 W:      http://linuxtv.org/
3716 W:      http://palosaari.fi/linux/
3717 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3718 T:      git git://linuxtv.org/anttip/media_tree.git
3719 S:      Maintained
3720 F:      drivers/media/usb/dvb-usb-v2/au6610*
3721
3722 DVB_USB_CE6230 MEDIA DRIVER
3723 M:      Antti Palosaari <[email protected]>
3724 L:      [email protected]
3725 W:      http://linuxtv.org/
3726 W:      http://palosaari.fi/linux/
3727 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3728 T:      git git://linuxtv.org/anttip/media_tree.git
3729 S:      Maintained
3730 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3731
3732 DVB_USB_CXUSB MEDIA DRIVER
3733 M:      Michael Krufky <[email protected]>
3734 L:      [email protected]
3735 W:      http://linuxtv.org/
3736 W:      http://github.com/mkrufky
3737 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3738 T:      git git://linuxtv.org/media_tree.git
3739 S:      Maintained
3740 F:      drivers/media/usb/dvb-usb/cxusb*
3741
3742 DVB_USB_EC168 MEDIA DRIVER
3743 M:      Antti Palosaari <[email protected]>
3744 L:      [email protected]
3745 W:      http://linuxtv.org/
3746 W:      http://palosaari.fi/linux/
3747 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3748 T:      git git://linuxtv.org/anttip/media_tree.git
3749 S:      Maintained
3750 F:      drivers/media/usb/dvb-usb-v2/ec168*
3751
3752 DVB_USB_GL861 MEDIA DRIVER
3753 M:      Antti Palosaari <[email protected]>
3754 L:      [email protected]
3755 W:      http://linuxtv.org/
3756 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3757 T:      git git://linuxtv.org/anttip/media_tree.git
3758 S:      Maintained
3759 F:      drivers/media/usb/dvb-usb-v2/gl861*
3760
3761 DVB_USB_MXL111SF MEDIA DRIVER
3762 M:      Michael Krufky <[email protected]>
3763 L:      [email protected]
3764 W:      http://linuxtv.org/
3765 W:      http://github.com/mkrufky
3766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3767 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3768 S:      Maintained
3769 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3770
3771 DVB_USB_RTL28XXU MEDIA DRIVER
3772 M:      Antti Palosaari <[email protected]>
3773 L:      [email protected]
3774 W:      http://linuxtv.org/
3775 W:      http://palosaari.fi/linux/
3776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3777 T:      git git://linuxtv.org/anttip/media_tree.git
3778 S:      Maintained
3779 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3780
3781 DVB_USB_V2 MEDIA DRIVER
3782 M:      Antti Palosaari <[email protected]>
3783 L:      [email protected]
3784 W:      http://linuxtv.org/
3785 W:      http://palosaari.fi/linux/
3786 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3787 T:      git git://linuxtv.org/anttip/media_tree.git
3788 S:      Maintained
3789 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3790 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3791
3792 DYNAMIC DEBUG
3793 M:      Jason Baron <[email protected]>
3794 S:      Maintained
3795 F:      lib/dynamic_debug.c
3796 F:      include/linux/dynamic_debug.h
3797
3798 DZ DECSTATION DZ11 SERIAL DRIVER
3799 M:      "Maciej W. Rozycki" <[email protected]>
3800 S:      Maintained
3801 F:      drivers/tty/serial/dz.*
3802
3803 E3X0 POWER BUTTON DRIVER
3804 M:      Moritz Fischer <[email protected]>
3805 L:      [email protected]
3806 W:      http://www.ettus.com
3807 S:      Supported
3808 F:      drivers/input/misc/e3x0-button.c
3809 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3810
3811 E4000 MEDIA DRIVER
3812 M:      Antti Palosaari <[email protected]>
3813 L:      [email protected]
3814 W:      http://linuxtv.org/
3815 W:      http://palosaari.fi/linux/
3816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3817 T:      git git://linuxtv.org/anttip/media_tree.git
3818 S:      Maintained
3819 F:      drivers/media/tuners/e4000*
3820
3821 EATA ISA/EISA/PCI SCSI DRIVER
3822 M:      Dario Ballabio <[email protected]>
3823 L:      [email protected]
3824 S:      Maintained
3825 F:      drivers/scsi/eata.c
3826
3827 EC100 MEDIA DRIVER
3828 M:      Antti Palosaari <[email protected]>
3829 L:      [email protected]
3830 W:      http://linuxtv.org/
3831 W:      http://palosaari.fi/linux/
3832 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3833 T:      git git://linuxtv.org/anttip/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/dvb-frontends/ec100*
3836
3837 ECRYPT FILE SYSTEM
3838 M:      Tyler Hicks <[email protected]>
3839 L:      [email protected]
3840 W:      http://ecryptfs.org
3841 W:      https://launchpad.net/ecryptfs
3842 S:      Supported
3843 F:      Documentation/filesystems/ecryptfs.txt
3844 F:      fs/ecryptfs/
3845
3846 EDAC-CORE
3847 M:      Doug Thompson <[email protected]>
3848 M:      Borislav Petkov <[email protected]>
3849 M:      Mauro Carvalho Chehab <[email protected]>
3850 L:      [email protected]
3851 W:      bluesmoke.sourceforge.net
3852 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3853 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3854 S:      Supported
3855 F:      Documentation/edac.txt
3856 F:      drivers/edac/
3857 F:      include/linux/edac.h
3858
3859 EDAC-AMD64
3860 M:      Doug Thompson <[email protected]>
3861 M:      Borislav Petkov <[email protected]>
3862 L:      [email protected]
3863 W:      bluesmoke.sourceforge.net
3864 S:      Maintained
3865 F:      drivers/edac/amd64_edac*
3866
3867 EDAC-CALXEDA
3868 M:      Doug Thompson <[email protected]>
3869 M:      Robert Richter <[email protected]>
3870 L:      [email protected]
3871 W:      bluesmoke.sourceforge.net
3872 S:      Maintained
3873 F:      drivers/edac/highbank*
3874
3875 EDAC-CAVIUM
3876 M:      Ralf Baechle <[email protected]>
3877 M:      David Daney <[email protected]>
3878 L:      [email protected]
3879 L:      [email protected]
3880 W:      bluesmoke.sourceforge.net
3881 S:      Supported
3882 F:      drivers/edac/octeon_edac*
3883
3884 EDAC-E752X
3885 M:      Mark Gross <[email protected]>
3886 M:      Doug Thompson <[email protected]>
3887 L:      [email protected]
3888 W:      bluesmoke.sourceforge.net
3889 S:      Maintained
3890 F:      drivers/edac/e752x_edac.c
3891
3892 EDAC-E7XXX
3893 M:      Doug Thompson <[email protected]>
3894 L:      [email protected]
3895 W:      bluesmoke.sourceforge.net
3896 S:      Maintained
3897 F:      drivers/edac/e7xxx_edac.c
3898
3899 EDAC-GHES
3900 M:      Mauro Carvalho Chehab <[email protected]>
3901 L:      [email protected]
3902 W:      bluesmoke.sourceforge.net
3903 S:      Maintained
3904 F:      drivers/edac/ghes_edac.c
3905
3906 EDAC-I82443BXGX
3907 M:      Tim Small <[email protected]>
3908 L:      [email protected]
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/i82443bxgx_edac.c
3912
3913 EDAC-I3000
3914 M:      Jason Uhlenkott <[email protected]>
3915 L:      [email protected]
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/i3000_edac.c
3919
3920 EDAC-I5000
3921 M:      Doug Thompson <[email protected]>
3922 L:      [email protected]
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/i5000_edac.c
3926
3927 EDAC-I5400
3928 M:      Mauro Carvalho Chehab <[email protected]>
3929 L:      [email protected]
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/i5400_edac.c
3933
3934 EDAC-I7300
3935 M:      Mauro Carvalho Chehab <[email protected]>
3936 L:      [email protected]
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/i7300_edac.c
3940
3941 EDAC-I7CORE
3942 M:      Mauro Carvalho Chehab <[email protected]>
3943 L:      [email protected]
3944 W:      bluesmoke.sourceforge.net
3945 S:      Maintained
3946 F:      drivers/edac/i7core_edac.c
3947
3948 EDAC-I82975X
3949 M:      Ranganathan Desikan <[email protected]>
3950 M:      "Arvind R." <[email protected]>
3951 L:      [email protected]
3952 W:      bluesmoke.sourceforge.net
3953 S:      Maintained
3954 F:      drivers/edac/i82975x_edac.c
3955
3956 EDAC-IE31200
3957 M:      Jason Baron <[email protected]>
3958 L:      [email protected]
3959 W:      bluesmoke.sourceforge.net
3960 S:      Maintained
3961 F:      drivers/edac/ie31200_edac.c
3962
3963 EDAC-MPC85XX
3964 M:      Johannes Thumshirn <[email protected]>
3965 L:      [email protected]
3966 W:      bluesmoke.sourceforge.net
3967 S:      Maintained
3968 F:      drivers/edac/mpc85xx_edac.[ch]
3969
3970 EDAC-PASEMI
3971 M:      Egor Martovetsky <[email protected]>
3972 L:      [email protected]
3973 W:      bluesmoke.sourceforge.net
3974 S:      Maintained
3975 F:      drivers/edac/pasemi_edac.c
3976
3977 EDAC-R82600
3978 M:      Tim Small <[email protected]>
3979 L:      [email protected]
3980 W:      bluesmoke.sourceforge.net
3981 S:      Maintained
3982 F:      drivers/edac/r82600_edac.c
3983
3984 EDAC-SBRIDGE
3985 M:      Mauro Carvalho Chehab <[email protected]>
3986 L:      [email protected]
3987 W:      bluesmoke.sourceforge.net
3988 S:      Maintained
3989 F:      drivers/edac/sb_edac.c
3990
3991 EDAC-XGENE
3992 APPLIED MICRO (APM) X-GENE SOC EDAC
3993 M:     Loc Ho <[email protected]>
3994 S:     Supported
3995 F:     drivers/edac/xgene_edac.c
3996 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3997
3998 EDIROL UA-101/UA-1000 DRIVER
3999 M:      Clemens Ladisch <[email protected]>
4000 L:      [email protected] (moderated for non-subscribers)
4001 T:      git git://git.alsa-project.org/alsa-kernel.git
4002 S:      Maintained
4003 F:      sound/usb/misc/ua101.c
4004
4005 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4006 M:      Matt Fleming <[email protected]>
4007 L:      [email protected]
4008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4009 S:      Maintained
4010 F:      Documentation/efi-stub.txt
4011 F:      arch/ia64/kernel/efi.c
4012 F:      arch/x86/boot/compressed/eboot.[ch]
4013 F:      arch/x86/include/asm/efi.h
4014 F:      arch/x86/platform/efi/*
4015 F:      drivers/firmware/efi/*
4016 F:      include/linux/efi*.h
4017
4018 EFI VARIABLE FILESYSTEM
4019 M:      Matthew Garrett <[email protected]>
4020 M:      Jeremy Kerr <[email protected]>
4021 M:      Matt Fleming <[email protected]>
4022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4023 L:      [email protected]
4024 S:      Maintained
4025 F:      fs/efivarfs/
4026
4027 EFIFB FRAMEBUFFER DRIVER
4028 L:      [email protected]
4029 M:      Peter Jones <[email protected]>
4030 S:      Maintained
4031 F:      drivers/video/fbdev/efifb.c
4032
4033 EFS FILESYSTEM
4034 W:      http://aeschi.ch.eu.org/efs/
4035 S:      Orphan
4036 F:      fs/efs/
4037
4038 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4039 M:      Hoang-Nam Nguyen <[email protected]>
4040 M:      Christoph Raisch <[email protected]>
4041 L:      [email protected]
4042 S:      Supported
4043 F:      drivers/infiniband/hw/ehca/
4044
4045 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4046 M:      Thadeu Lima de Souza Cascardo <[email protected]>
4047 L:      [email protected]
4048 S:      Maintained
4049 F:      drivers/net/ethernet/ibm/ehea/
4050
4051 EM28XX VIDEO4LINUX DRIVER
4052 M:      Mauro Carvalho Chehab <[email protected]>
4053 L:      [email protected]
4054 W:      http://linuxtv.org
4055 T:      git git://linuxtv.org/media_tree.git
4056 S:      Maintained
4057 F:      drivers/media/usb/em28xx/
4058
4059 EMBEDDED LINUX
4060 M:      Paul Gortmaker <[email protected]>
4061 M:      Matt Mackall <[email protected]>
4062 M:      David Woodhouse <[email protected]>
4063 L:      [email protected]
4064 S:      Maintained
4065
4066 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4067 M:      James Smart <[email protected]>
4068 M:      Dick Kennedy <[email protected]>
4069 L:      [email protected]
4070 W:      http://www.avagotech.com
4071 S:      Supported
4072 F:      drivers/scsi/lpfc/
4073
4074 ENE CB710 FLASH CARD READER DRIVER
4075 M:      MichaÅ‚ MirosÅ‚aw <[email protected]>
4076 S:      Maintained
4077 F:      drivers/misc/cb710/
4078 F:      drivers/mmc/host/cb710-mmc.*
4079 F:      include/linux/cb710.h
4080
4081 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4082 M:      Maxim Levitsky <[email protected]>
4083 S:      Maintained
4084 F:      drivers/media/rc/ene_ir.*
4085
4086 ENHANCED ERROR HANDLING (EEH)
4087 M:      Gavin Shan <[email protected]>
4088 L:      [email protected]
4089 S:      Supported
4090 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4091 F:      arch/powerpc/kernel/eeh*.c
4092
4093 EPSON S1D13XXX FRAMEBUFFER DRIVER
4094 M:      Kristoffer Ericson <[email protected]>
4095 S:      Maintained
4096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4097 F:      drivers/video/fbdev/s1d13xxxfb.c
4098 F:      include/video/s1d13xxxfb.h
4099
4100 ET131X NETWORK DRIVER
4101 M:      Mark Einon <[email protected]>
4102 S:      Odd Fixes
4103 F:      drivers/net/ethernet/agere/
4104
4105 ETHERNET BRIDGE
4106 M:      Stephen Hemminger <[email protected]>
4107 L:      [email protected]
4108 L:      [email protected]
4109 W:      http://www.linuxfoundation.org/en/Net:Bridge
4110 S:      Maintained
4111 F:      include/linux/netfilter_bridge/
4112 F:      net/bridge/
4113
4114 ETHERNET PHY LIBRARY
4115 M:      Florian Fainelli <[email protected]>
4116 L:      [email protected]
4117 S:      Maintained
4118 F:      include/linux/phy.h
4119 F:      include/linux/phy_fixed.h
4120 F:      drivers/net/phy/
4121 F:      Documentation/networking/phy.txt
4122 F:      drivers/of/of_mdio.c
4123 F:      drivers/of/of_net.c
4124
4125 EXT2 FILE SYSTEM
4126 M:      Jan Kara <[email protected]>
4127 L:      [email protected]
4128 S:      Maintained
4129 F:      Documentation/filesystems/ext2.txt
4130 F:      fs/ext2/
4131 F:      include/linux/ext2*
4132
4133 EXT4 FILE SYSTEM
4134 M:      "Theodore Ts'o" <[email protected]>
4135 M:      Andreas Dilger <[email protected]>
4136 L:      [email protected]
4137 W:      http://ext4.wiki.kernel.org
4138 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4139 S:      Maintained
4140 F:      Documentation/filesystems/ext4.txt
4141 F:      fs/ext4/
4142
4143 Extended Verification Module (EVM)
4144 M:      Mimi Zohar <[email protected]>
4145 L:      [email protected]
4146 L:      [email protected]
4147 S:      Supported
4148 F:      security/integrity/evm/
4149
4150 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4151 M:      MyungJoo Ham <[email protected]>
4152 M:      Chanwoo Choi <[email protected]>
4153 L:      [email protected]
4154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4155 S:      Maintained
4156 F:      drivers/extcon/
4157 F:      Documentation/extcon/
4158
4159 EXYNOS DP DRIVER
4160 M:      Jingoo Han <[email protected]>
4161 L:      [email protected]
4162 S:      Maintained
4163 F:      drivers/gpu/drm/exynos/exynos_dp*
4164
4165 EXYNOS MIPI DISPLAY DRIVERS
4166 M:      Inki Dae <[email protected]>
4167 M:      Donghwa Lee <[email protected]>
4168 M:      Kyungmin Park <[email protected]>
4169 L:      [email protected]
4170 S:      Maintained
4171 F:      drivers/video/fbdev/exynos/exynos_mipi*
4172 F:      include/video/exynos_mipi*
4173
4174 F71805F HARDWARE MONITORING DRIVER
4175 M:      Jean Delvare <[email protected]>
4176 L:      [email protected]
4177 S:      Maintained
4178 F:      Documentation/hwmon/f71805f
4179 F:      drivers/hwmon/f71805f.c
4180
4181 FC0011 TUNER DRIVER
4182 M:      Michael Buesch <[email protected]>
4183 L:      [email protected]
4184 S:      Maintained
4185 F:      drivers/media/tuners/fc0011.h
4186 F:      drivers/media/tuners/fc0011.c
4187
4188 FC2580 MEDIA DRIVER
4189 M:      Antti Palosaari <[email protected]>
4190 L:      [email protected]
4191 W:      http://linuxtv.org/
4192 W:      http://palosaari.fi/linux/
4193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4194 T:      git git://linuxtv.org/anttip/media_tree.git
4195 S:      Maintained
4196 F:      drivers/media/tuners/fc2580*
4197
4198 FANOTIFY
4199 M:      Eric Paris <[email protected]>
4200 S:      Maintained
4201 F:      fs/notify/fanotify/
4202 F:      include/linux/fanotify.h
4203 F:      include/uapi/linux/fanotify.h
4204
4205 FARSYNC SYNCHRONOUS DRIVER
4206 M:      Kevin Curtis <[email protected]>
4207 W:      http://www.farsite.co.uk/
4208 S:      Supported
4209 F:      drivers/net/wan/farsync.*
4210
4211 FAULT INJECTION SUPPORT
4212 M:      Akinobu Mita <[email protected]>
4213 S:      Supported
4214 F:      Documentation/fault-injection/
4215 F:      lib/fault-inject.c
4216
4217 FBTFT Framebuffer drivers
4218 M:      Thomas Petazzoni <[email protected]>
4219 M:      Noralf Trønnes <[email protected]>
4220 S:      Maintained
4221 F:      drivers/staging/fbtft/
4222
4223 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4224 M:      Vasu Dev <[email protected]>
4225 L:      [email protected]
4226 W:      www.Open-FCoE.org
4227 S:      Supported
4228 F:      drivers/scsi/libfc/
4229 F:      drivers/scsi/fcoe/
4230 F:      include/scsi/fc/
4231 F:      include/scsi/libfc.h
4232 F:      include/scsi/libfcoe.h
4233 F:      include/uapi/scsi/fc/
4234
4235 FILE LOCKING (flock() and fcntl()/lockf())
4236 M:      Jeff Layton <[email protected]>
4237 M:      "J. Bruce Fields" <[email protected]>
4238 L:      [email protected]
4239 S:      Maintained
4240 F:      include/linux/fcntl.h
4241 F:      include/linux/fs.h
4242 F:      include/uapi/linux/fcntl.h
4243 F:      include/uapi/linux/fs.h
4244 F:      fs/fcntl.c
4245 F:      fs/locks.c
4246
4247 FILESYSTEMS (VFS and infrastructure)
4248 M:      Alexander Viro <[email protected]>
4249 L:      [email protected]
4250 S:      Maintained
4251 F:      fs/*
4252
4253 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4254 M:      Riku Voipio <[email protected]>
4255 L:      [email protected]
4256 S:      Maintained
4257 F:      drivers/hwmon/f75375s.c
4258 F:      include/linux/f75375s.h
4259
4260 FIREWIRE AUDIO DRIVERS
4261 M:      Clemens Ladisch <[email protected]>
4262 L:      [email protected] (moderated for non-subscribers)
4263 T:      git git://git.alsa-project.org/alsa-kernel.git
4264 S:      Maintained
4265 F:      sound/firewire/
4266
4267 FIREWIRE MEDIA DRIVERS (firedtv)
4268 M:      Stefan Richter <[email protected]>
4269 L:      [email protected]
4270 L:      [email protected]
4271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4272 S:      Maintained
4273 F:      drivers/media/firewire/
4274
4275 FIREWIRE SBP-2 TARGET
4276 M:      Chris Boot <[email protected]>
4277 L:      [email protected]
4278 L:      [email protected]
4279 L:      [email protected]
4280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4281 S:      Maintained
4282 F:      drivers/target/sbp/
4283
4284 FIREWIRE SUBSYSTEM
4285 M:      Stefan Richter <[email protected]>
4286 L:      [email protected]
4287 W:      http://ieee1394.wiki.kernel.org/
4288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4289 S:      Maintained
4290 F:      drivers/firewire/
4291 F:      include/linux/firewire.h
4292 F:      include/uapi/linux/firewire*.h
4293 F:      tools/firewire/
4294
4295 FIRMWARE LOADER (request_firmware)
4296 M:      Ming Lei <[email protected]>
4297 L:      [email protected]
4298 S:      Maintained
4299 F:      Documentation/firmware_class/
4300 F:      drivers/base/firmware*.c
4301 F:      include/linux/firmware.h
4302
4303 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4304 M:      Joshua Morris <[email protected]>
4305 M:      Philip Kelleher <[email protected]>
4306 S:      Maintained
4307 F:      drivers/block/rsxx/
4308
4309 FLOPPY DRIVER
4310 M:      Jiri Kosina <[email protected]>
4311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4312 S:      Odd fixes
4313 F:      drivers/block/floppy.c
4314
4315 FMC SUBSYSTEM
4316 M:      Alessandro Rubini <[email protected]>
4317 W:      http://www.ohwr.org/projects/fmc-bus
4318 S:      Supported
4319 F:      drivers/fmc/
4320 F:      include/linux/fmc*.h
4321 F:      include/linux/ipmi-fru.h
4322 K:      fmc_d.*register
4323
4324 FPU EMULATOR
4325 M:      Bill Metzenthen <[email protected]>
4326 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4327 S:      Maintained
4328 F:      arch/x86/math-emu/
4329
4330 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4331 L:      [email protected]
4332 S:      Orphan
4333 F:      drivers/net/wan/dlci.c
4334 F:      drivers/net/wan/sdla.c
4335
4336 FRAMEBUFFER LAYER
4337 M:      Jean-Christophe Plagniol-Villard <[email protected]>
4338 M:      Tomi Valkeinen <[email protected]>
4339 L:      [email protected]
4340 W:      http://linux-fbdev.sourceforge.net/
4341 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4343 S:      Maintained
4344 F:      Documentation/fb/
4345 F:      Documentation/devicetree/bindings/fb/
4346 F:      drivers/video/
4347 F:      include/video/
4348 F:      include/linux/fb.h
4349 F:      include/uapi/video/
4350 F:      include/uapi/linux/fb.h
4351
4352 FREESCALE DIU FRAMEBUFFER DRIVER
4353 M:      Timur Tabi <[email protected]>
4354 L:      [email protected]
4355 S:      Maintained
4356 F:      drivers/video/fbdev/fsl-diu-fb.*
4357
4358 FREESCALE DMA DRIVER
4359 M:      Li Yang <[email protected]>
4360 M:      Zhang Wei <[email protected]>
4361 L:      [email protected]
4362 S:      Maintained
4363 F:      drivers/dma/fsldma.*
4364
4365 FREESCALE I2C CPM DRIVER
4366 M:      Jochen Friedrich <[email protected]>
4367 L:      [email protected]
4368 L:      [email protected]
4369 S:      Maintained
4370 F:      drivers/i2c/busses/i2c-cpm.c
4371
4372 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4373 M:      Sascha Hauer <[email protected]>
4374 L:      [email protected]
4375 L:      [email protected] (moderated for non-subscribers)
4376 S:      Maintained
4377 F:      include/linux/platform_data/video-imxfb.h
4378 F:      drivers/video/fbdev/imxfb.c
4379
4380 FREESCALE QUAD SPI DRIVER
4381 M:      Han Xu <[email protected]>
4382 L:      [email protected]
4383 S:      Maintained
4384 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4385
4386 FREESCALE SOC FS_ENET DRIVER
4387 M:      Pantelis Antoniou <[email protected]>
4388 M:      Vitaly Bordug <[email protected]>
4389 L:      [email protected]
4390 L:      [email protected]
4391 S:      Maintained
4392 F:      drivers/net/ethernet/freescale/fs_enet/
4393 F:      include/linux/fs_enet_pd.h
4394
4395 FREESCALE QUICC ENGINE LIBRARY
4396 L:      [email protected]
4397 S:      Orphan
4398 F:      arch/powerpc/sysdev/qe_lib/
4399 F:      arch/powerpc/include/asm/*qe.h
4400
4401 FREESCALE USB PERIPHERAL DRIVERS
4402 M:      Li Yang <[email protected]>
4403 L:      [email protected]
4404 L:      [email protected]
4405 S:      Maintained
4406 F:      drivers/usb/gadget/udc/fsl*
4407
4408 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4409 M:      Li Yang <[email protected]>
4410 L:      [email protected]
4411 L:      [email protected]
4412 S:      Maintained
4413 F:      drivers/net/ethernet/freescale/ucc_geth*
4414
4415 FREESCALE QUICC ENGINE UCC UART DRIVER
4416 M:      Timur Tabi <[email protected]>
4417 L:      [email protected]
4418 S:      Maintained
4419 F:      drivers/tty/serial/ucc_uart.c
4420
4421 FREESCALE SOC SOUND DRIVERS
4422 M:      Timur Tabi <[email protected]>
4423 M:      Nicolin Chen <[email protected]>
4424 M:      Xiubo Li <[email protected]>
4425 L:      [email protected] (moderated for non-subscribers)
4426 L:      [email protected]
4427 S:      Maintained
4428 F:      sound/soc/fsl/fsl*
4429 F:      sound/soc/fsl/imx*
4430 F:      sound/soc/fsl/mpc8610_hpcd.c
4431
4432 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4433 M:      "J. German Rivera" <[email protected]>
4434 L:      [email protected]
4435 S:      Maintained
4436 F:      drivers/staging/fsl-mc/
4437
4438 FREEVXFS FILESYSTEM
4439 M:      Christoph Hellwig <[email protected]>
4440 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4441 S:      Maintained
4442 F:      fs/freevxfs/
4443
4444 FREEZER
4445 M:      "Rafael J. Wysocki" <[email protected]>
4446 M:      Pavel Machek <[email protected]>
4447 L:      [email protected]
4448 S:      Supported
4449 F:      Documentation/power/freezing-of-tasks.txt
4450 F:      include/linux/freezer.h
4451 F:      kernel/freezer.c
4452
4453 FRONTSWAP API
4454 M:      Konrad Rzeszutek Wilk <[email protected]>
4455 L:      [email protected]
4456 S:      Maintained
4457 F:      mm/frontswap.c
4458 F:      include/linux/frontswap.h
4459
4460 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4461 M:      David Howells <[email protected]>
4462 L:      [email protected]
4463 S:      Supported
4464 F:      Documentation/filesystems/caching/
4465 F:      fs/fscache/
4466 F:      include/linux/fscache*.h
4467
4468 F2FS FILE SYSTEM
4469 M:      Jaegeuk Kim <[email protected]>
4470 M:      Changman Lee <[email protected]>
4471 R:      Chao Yu <[email protected]>
4472 L:      [email protected]
4473 W:      http://en.wikipedia.org/wiki/F2FS
4474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4475 S:      Maintained
4476 F:      Documentation/filesystems/f2fs.txt
4477 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4478 F:      fs/f2fs/
4479 F:      include/linux/f2fs_fs.h
4480 F:      include/trace/events/f2fs.h
4481
4482 FUJITSU FR-V (FRV) PORT
4483 M:      David Howells <[email protected]>
4484 S:      Maintained
4485 F:      arch/frv/
4486
4487 FUJITSU LAPTOP EXTRAS
4488 M:      Jonathan Woithe <[email protected]>
4489 L:      [email protected]
4490 S:      Maintained
4491 F:      drivers/platform/x86/fujitsu-laptop.c
4492
4493 FUJITSU M-5MO LS CAMERA ISP DRIVER
4494 M:      Kyungmin Park <[email protected]>
4495 M:      Heungjun Kim <[email protected]>
4496 L:      [email protected]
4497 S:      Maintained
4498 F:      drivers/media/i2c/m5mols/
4499 F:      include/media/m5mols.h
4500
4501 FUJITSU TABLET EXTRAS
4502 M:      Robert Gerlach <[email protected]>
4503 L:      [email protected]
4504 S:      Maintained
4505 F:      drivers/platform/x86/fujitsu-tablet.c
4506
4507 FUSE: FILESYSTEM IN USERSPACE
4508 M:      Miklos Szeredi <[email protected]>
4509 L:      [email protected]
4510 W:      http://fuse.sourceforge.net/
4511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4512 S:      Maintained
4513 F:      fs/fuse/
4514 F:      include/uapi/linux/fuse.h
4515 F:      Documentation/filesystems/fuse.txt
4516
4517 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4518 M:      Rik Faith <[email protected]>
4519 L:      [email protected]
4520 S:      Odd Fixes (e.g., new signatures)
4521 F:      drivers/scsi/fdomain.*
4522
4523 GCOV BASED KERNEL PROFILING
4524 M:      Peter Oberparleiter <[email protected]>
4525 S:      Maintained
4526 F:      kernel/gcov/
4527 F:      Documentation/gcov.txt
4528
4529 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4530 M:      Achim Leubner <[email protected]>
4531 L:      [email protected]
4532 W:      http://www.icp-vortex.com/
4533 S:      Supported
4534 F:      drivers/scsi/gdt*
4535
4536 GDB KERNEL DEBUGGING HELPER SCRIPTS
4537 M:      Jan Kiszka <[email protected]>
4538 S:      Supported
4539 F:      scripts/gdb/
4540
4541 GEMTEK FM RADIO RECEIVER DRIVER
4542 M:      Hans Verkuil <[email protected]>
4543 L:      [email protected]
4544 T:      git git://linuxtv.org/media_tree.git
4545 W:      http://linuxtv.org
4546 S:      Maintained
4547 F:      drivers/media/radio/radio-gemtek*
4548
4549 GENERIC GPIO I2C DRIVER
4550 M:      Haavard Skinnemoen <[email protected]>
4551 S:      Supported
4552 F:      drivers/i2c/busses/i2c-gpio.c
4553 F:      include/linux/i2c-gpio.h
4554
4555 GENERIC GPIO I2C MULTIPLEXER DRIVER
4556 M:      Peter Korsgaard <[email protected]>
4557 L:      [email protected]
4558 S:      Supported
4559 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4560 F:      include/linux/i2c-mux-gpio.h
4561 F:      Documentation/i2c/muxes/i2c-mux-gpio
4562
4563 GENERIC HDLC (WAN) DRIVERS
4564 M:      Krzysztof Halasa <[email protected]>
4565 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4566 S:      Maintained
4567 F:      drivers/net/wan/c101.c
4568 F:      drivers/net/wan/hd6457*
4569 F:      drivers/net/wan/hdlc*
4570 F:      drivers/net/wan/n2.c
4571 F:      drivers/net/wan/pc300too.c
4572 F:      drivers/net/wan/pci200syn.c
4573 F:      drivers/net/wan/wanxl*
4574
4575 GENERIC INCLUDE/ASM HEADER FILES
4576 M:      Arnd Bergmann <[email protected]>
4577 L:      [email protected]
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4579 S:      Maintained
4580 F:      include/asm-generic/
4581 F:      include/uapi/asm-generic/
4582
4583 GENERIC PHY FRAMEWORK
4584 M:      Kishon Vijay Abraham I <[email protected]>
4585 L:      [email protected]
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4587 S:      Supported
4588 F:      drivers/phy/
4589 F:      include/linux/phy/
4590
4591 GENERIC PM DOMAINS
4592 M:      "Rafael J. Wysocki" <[email protected]>
4593 M:      Kevin Hilman <[email protected]>
4594 M:      Ulf Hansson <[email protected]>
4595 L:      [email protected]
4596 S:      Supported
4597 F:      drivers/base/power/domain*.c
4598 F:      include/linux/pm_domain.h
4599
4600 GENERIC UIO DRIVER FOR PCI DEVICES
4601 M:      "Michael S. Tsirkin" <[email protected]>
4602 L:      [email protected]
4603 S:      Supported
4604 F:      drivers/uio/uio_pci_generic.c
4605
4606 GET_MAINTAINER SCRIPT
4607 M:      Joe Perches <[email protected]>
4608 S:      Maintained
4609 F:      scripts/get_maintainer.pl
4610
4611 GFS2 FILE SYSTEM
4612 M:      Steven Whitehouse <[email protected]>
4613 M:      Bob Peterson <[email protected]>
4614 L:      [email protected]
4615 W:      http://sources.redhat.com/cluster/
4616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4617 S:      Supported
4618 F:      Documentation/filesystems/gfs2*.txt
4619 F:      fs/gfs2/
4620 F:      include/uapi/linux/gfs2_ondisk.h
4621
4622 GIGASET ISDN DRIVERS
4623 M:      Paul Bolle <[email protected]>
4624 L:      [email protected]
4625 W:      http://gigaset307x.sourceforge.net/
4626 S:      Odd Fixes
4627 F:      Documentation/isdn/README.gigaset
4628 F:      drivers/isdn/gigaset/
4629 F:      include/uapi/linux/gigaset_dev.h
4630
4631 GO7007 MPEG CODEC
4632 M:      Hans Verkuil <[email protected]>
4633 L:      [email protected]
4634 S:      Maintained
4635 F:      drivers/media/usb/go7007/
4636
4637 GOODIX TOUCHSCREEN
4638 M:      Bastien Nocera <[email protected]>
4639 L:      [email protected]
4640 S:      Maintained
4641 F:      drivers/input/touchscreen/goodix.c
4642
4643 GPIO SUBSYSTEM
4644 M:      Linus Walleij <[email protected]>
4645 M:      Alexandre Courbot <[email protected]>
4646 L:      [email protected]
4647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4648 S:      Maintained
4649 F:      Documentation/gpio/
4650 F:      drivers/gpio/
4651 F:      include/linux/gpio/
4652 F:      include/linux/gpio.h
4653 F:      include/asm-generic/gpio.h
4654
4655 GRE DEMULTIPLEXER DRIVER
4656 M:      Dmitry Kozlov <[email protected]>
4657 L:      [email protected]
4658 S:      Maintained
4659 F:      net/ipv4/gre_demux.c
4660 F:      net/ipv4/gre_offload.c
4661 F:      include/net/gre.h
4662
4663 GRETH 10/100/1G Ethernet MAC device driver
4664 M:      Kristoffer Glembo <[email protected]>
4665 L:      [email protected]
4666 S:      Maintained
4667 F:      drivers/net/ethernet/aeroflex/
4668
4669 GSPCA FINEPIX SUBDRIVER
4670 M:      Frank Zago <[email protected]>
4671 L:      [email protected]
4672 T:      git git://linuxtv.org/media_tree.git
4673 S:      Maintained
4674 F:      drivers/media/usb/gspca/finepix.c
4675
4676 GSPCA GL860 SUBDRIVER
4677 M:      Olivier Lorin <[email protected]>
4678 L:      [email protected]
4679 T:      git git://linuxtv.org/media_tree.git
4680 S:      Maintained
4681 F:      drivers/media/usb/gspca/gl860/
4682
4683 GSPCA M5602 SUBDRIVER
4684 M:      Erik Andren <[email protected]>
4685 L:      [email protected]
4686 T:      git git://linuxtv.org/media_tree.git
4687 S:      Maintained
4688 F:      drivers/media/usb/gspca/m5602/
4689
4690 GSPCA PAC207 SONIXB SUBDRIVER
4691 M:      Hans de Goede <[email protected]>
4692 L:      [email protected]
4693 T:      git git://linuxtv.org/media_tree.git
4694 S:      Maintained
4695 F:      drivers/media/usb/gspca/pac207.c
4696
4697 GSPCA SN9C20X SUBDRIVER
4698 M:      Brian Johnson <[email protected]>
4699 L:      [email protected]
4700 T:      git git://linuxtv.org/media_tree.git
4701 S:      Maintained
4702 F:      drivers/media/usb/gspca/sn9c20x.c
4703
4704 GSPCA T613 SUBDRIVER
4705 M:      Leandro Costantino <[email protected]>
4706 L:      [email protected]
4707 T:      git git://linuxtv.org/media_tree.git
4708 S:      Maintained
4709 F:      drivers/media/usb/gspca/t613.c
4710
4711 GSPCA USB WEBCAM DRIVER
4712 M:      Hans de Goede <[email protected]>
4713 L:      [email protected]
4714 T:      git git://linuxtv.org/media_tree.git
4715 S:      Maintained
4716 F:      drivers/media/usb/gspca/
4717
4718 GUID PARTITION TABLE (GPT)
4719 M:      Davidlohr Bueso <[email protected]>
4720 L:      [email protected]
4721 S:      Maintained
4722 F:      block/partitions/efi.*
4723
4724 STK1160 USB VIDEO CAPTURE DRIVER
4725 M:      Ezequiel Garcia <[email protected]>
4726 L:      [email protected]
4727 T:      git git://linuxtv.org/media_tree.git
4728 S:      Maintained
4729 F:      drivers/media/usb/stk1160/
4730
4731 H8/300 ARCHITECTURE
4732 M:      Yoshinori Sato <[email protected]>
4733 L:      [email protected] (moderated for non-subscribers)
4734 W:      http://uclinux-h8.sourceforge.jp
4735 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4736 S:      Maintained
4737 F:      arch/h8300/
4738 F:      drivers/clocksource/h8300_*.c
4739 F:      drivers/clk/h8300/
4740 F:      drivers/irqchip/irq-renesas-h8*.c
4741
4742 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4743 M:      Frank Seidel <[email protected]>
4744 L:      [email protected]
4745 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4746 S:      Maintained
4747 F:      drivers/platform/x86/hdaps.c
4748
4749 HDPVR USB VIDEO ENCODER DRIVER
4750 M:      Hans Verkuil <[email protected]>
4751 L:      [email protected]
4752 T:      git git://linuxtv.org/media_tree.git
4753 W:      http://linuxtv.org
4754 S:      Odd Fixes
4755 F:      drivers/media/usb/hdpvr/
4756
4757 HWPOISON MEMORY FAILURE HANDLING
4758 M:      Naoya Horiguchi <[email protected]>
4759 L:      [email protected]
4760 S:      Maintained
4761 F:      mm/memory-failure.c
4762 F:      mm/hwpoison-inject.c
4763
4764 HYPERVISOR VIRTUAL CONSOLE DRIVER
4765 L:      [email protected]
4766 S:      Odd Fixes
4767 F:      drivers/tty/hvc/
4768
4769 HACKRF MEDIA DRIVER
4770 M:      Antti Palosaari <[email protected]>
4771 L:      [email protected]
4772 W:      http://linuxtv.org/
4773 W:      http://palosaari.fi/linux/
4774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4775 T:      git git://linuxtv.org/anttip/media_tree.git
4776 S:      Maintained
4777 F:      drivers/media/usb/hackrf/
4778
4779 HARDWARE MONITORING
4780 M:      Jean Delvare <[email protected]>
4781 M:      Guenter Roeck <[email protected]>
4782 L:      [email protected]
4783 W:      http://www.lm-sensors.org/
4784 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4786 S:      Maintained
4787 F:      Documentation/hwmon/
4788 F:      drivers/hwmon/
4789 F:      include/linux/hwmon*.h
4790
4791 HARDWARE RANDOM NUMBER GENERATOR CORE
4792 M:      Matt Mackall <[email protected]>
4793 M:      Herbert Xu <[email protected]>
4794 L:      [email protected]
4795 S:      Odd fixes
4796 F:      Documentation/hw_random.txt
4797 F:      drivers/char/hw_random/
4798 F:      include/linux/hw_random.h
4799
4800 HARDWARE SPINLOCK CORE
4801 M:      Ohad Ben-Cohen <[email protected]>
4802 S:      Maintained
4803 F:      Documentation/hwspinlock.txt
4804 F:      drivers/hwspinlock/hwspinlock_*
4805 F:      include/linux/hwspinlock.h
4806
4807 HARMONY SOUND DRIVER
4808 L:      [email protected]
4809 S:      Maintained
4810 F:      sound/parisc/harmony.*
4811
4812 HD29L2 MEDIA DRIVER
4813 M:      Antti Palosaari <[email protected]>
4814 L:      [email protected]
4815 W:      http://linuxtv.org/
4816 W:      http://palosaari.fi/linux/
4817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4818 T:      git git://linuxtv.org/anttip/media_tree.git
4819 S:      Maintained
4820 F:      drivers/media/dvb-frontends/hd29l2*
4821
4822 HEWLETT-PACKARD SMART2 RAID DRIVER
4823 L:      [email protected]
4824 S:      Orphan
4825 F:      Documentation/blockdev/cpqarray.txt
4826 F:      drivers/block/cpqarray.*
4827
4828 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4829 M:      Don Brace <[email protected]>
4830 L:      [email protected]
4831 L:      [email protected]
4832 L:      [email protected]
4833 S:      Supported
4834 F:      Documentation/scsi/hpsa.txt
4835 F:      drivers/scsi/hpsa*.[ch]
4836 F:      include/linux/cciss*.h
4837 F:      include/uapi/linux/cciss*.h
4838
4839 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4840 M:      Don Brace <[email protected]>
4841 L:      [email protected]
4842 L:      [email protected]
4843 L:      [email protected]
4844 S:      Supported
4845 F:      Documentation/blockdev/cciss.txt
4846 F:      drivers/block/cciss*
4847 F:      include/linux/cciss_ioctl.h
4848 F:      include/uapi/linux/cciss_ioctl.h
4849
4850 HFS FILESYSTEM
4851 L:      [email protected]
4852 S:      Orphan
4853 F:      Documentation/filesystems/hfs.txt
4854 F:      fs/hfs/
4855
4856 HFSPLUS FILESYSTEM
4857 L:      [email protected]
4858 S:      Orphan
4859 F:      Documentation/filesystems/hfsplus.txt
4860 F:      fs/hfsplus/
4861
4862 HGA FRAMEBUFFER DRIVER
4863 M:      Ferenc Bakonyi <[email protected]>
4864 L:      [email protected]
4865 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4866 S:      Maintained
4867 F:      drivers/video/fbdev/hgafb.c
4868
4869 HIBERNATION (aka Software Suspend, aka swsusp)
4870 M:      "Rafael J. Wysocki" <[email protected]>
4871 M:      Pavel Machek <[email protected]>
4872 L:      [email protected]
4873 S:      Supported
4874 F:      arch/x86/power/
4875 F:      drivers/base/power/
4876 F:      kernel/power/
4877 F:      include/linux/suspend.h
4878 F:      include/linux/freezer.h
4879 F:      include/linux/pm.h
4880 F:      arch/*/include/asm/suspend*.h
4881
4882 HID CORE LAYER
4883 M:      Jiri Kosina <[email protected]>
4884 L:      [email protected]
4885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4886 S:      Maintained
4887 F:      drivers/hid/
4888 F:      include/linux/hid*
4889 F:      include/uapi/linux/hid*
4890
4891 HID SENSOR HUB DRIVERS
4892 M:      Jiri Kosina <[email protected]>
4893 M:      Jonathan Cameron <[email protected]>
4894 M:      Srinivas Pandruvada <[email protected]>
4895 L:      [email protected]
4896 L:      [email protected]
4897 S:      Maintained
4898 F:      Documentation/hid/hid-sensor*
4899 F:      drivers/hid/hid-sensor-*
4900 F:      drivers/iio/*/hid-*
4901 F:      include/linux/hid-sensor-*
4902
4903 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4904 M:      Thomas Gleixner <[email protected]>
4905 L:      [email protected]
4906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4907 S:      Maintained
4908 F:      Documentation/timers/
4909 F:      kernel/time/hrtimer.c
4910 F:      kernel/time/clockevents.c
4911 F:      kernel/time/tick*.*
4912 F:      kernel/time/timer_*.c
4913 F:      include/linux/clockchips.h
4914 F:      include/linux/hrtimer.h
4915
4916 HIGH-SPEED SCC DRIVER FOR AX.25
4917 L:      [email protected]
4918 S:      Orphan
4919 F:      drivers/net/hamradio/dmascc.c
4920 F:      drivers/net/hamradio/scc.c
4921
4922 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4923 M:      HighPoint Linux Team <[email protected]>
4924 W:      http://www.highpoint-tech.com
4925 S:      Supported
4926 F:      Documentation/scsi/hptiop.txt
4927 F:      drivers/scsi/hptiop.c
4928
4929 HIPPI
4930 M:      Jes Sorensen <[email protected]>
4931 L:      [email protected]
4932 S:      Maintained
4933 F:      include/linux/hippidevice.h
4934 F:      include/uapi/linux/if_hippi.h
4935 F:      net/802/hippi.c
4936 F:      drivers/net/hippi/
4937
4938 HOST AP DRIVER
4939 M:      Jouni Malinen <[email protected]>
4940 L:      [email protected] (subscribers-only)
4941 L:      [email protected]
4942 W:      http://hostap.epitest.fi/
4943 S:      Maintained
4944 F:      drivers/net/wireless/hostap/
4945
4946 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4947 L:      [email protected]
4948 S:      Orphan
4949 F:      drivers/platform/x86/tc1100-wmi.c
4950
4951 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4952 M:      Jaroslav Kysela <[email protected]>
4953 S:      Maintained
4954 F:      drivers/net/ethernet/hp/hp100.*
4955
4956 HPET:   High Precision Event Timers driver
4957 M:      Clemens Ladisch <[email protected]>
4958 S:      Maintained
4959 F:      Documentation/timers/hpet.txt
4960 F:      drivers/char/hpet.c
4961 F:      include/linux/hpet.h
4962 F:      include/uapi/linux/hpet.h
4963
4964 HPET:   x86
4965 S:      Orphan
4966 F:      arch/x86/kernel/hpet.c
4967 F:      arch/x86/include/asm/hpet.h
4968
4969 HPFS FILESYSTEM
4970 M:      Mikulas Patocka <[email protected]>
4971 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4972 S:      Maintained
4973 F:      fs/hpfs/
4974
4975 HSI SUBSYSTEM
4976 M:      Sebastian Reichel <[email protected]>
4977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4978 S:      Maintained
4979 F:      Documentation/ABI/testing/sysfs-bus-hsi
4980 F:      Documentation/hsi.txt
4981 F:      drivers/hsi/
4982 F:      include/linux/hsi/
4983 F:      include/uapi/linux/hsi/
4984
4985 HSO 3G MODEM DRIVER
4986 M:      Jan Dumon <[email protected]>
4987 W:      http://www.pharscape.org
4988 S:      Maintained
4989 F:      drivers/net/usb/hso.c
4990
4991 HSR NETWORK PROTOCOL
4992 M:      Arvid Brodin <[email protected]>
4993 L:      [email protected]
4994 S:      Maintained
4995 F:      net/hsr/
4996
4997 HTCPEN TOUCHSCREEN DRIVER
4998 M:      Pau Oliva Fora <[email protected]>
4999 L:      [email protected]
5000 S:      Maintained
5001 F:      drivers/input/touchscreen/htcpen.c
5002
5003 HUGETLB FILESYSTEM
5004 M:      Nadia Yvette Chambers <[email protected]>
5005 S:      Maintained
5006 F:      fs/hugetlbfs/
5007
5008 Hyper-V CORE AND DRIVERS
5009 M:      "K. Y. Srinivasan" <[email protected]>
5010 M:      Haiyang Zhang <[email protected]>
5011 L:      [email protected]
5012 S:      Maintained
5013 F:      arch/x86/include/asm/mshyperv.h
5014 F:      arch/x86/include/uapi/asm/hyperv.h
5015 F:      arch/x86/kernel/cpu/mshyperv.c
5016 F:      drivers/hid/hid-hyperv.c
5017 F:      drivers/hv/
5018 F:      drivers/input/serio/hyperv-keyboard.c
5019 F:      drivers/net/hyperv/
5020 F:      drivers/scsi/storvsc_drv.c
5021 F:      drivers/video/fbdev/hyperv_fb.c
5022 F:      include/linux/hyperv.h
5023 F:      tools/hv/
5024 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5025
5026 I2C OVER PARALLEL PORT
5027 M:      Jean Delvare <[email protected]>
5028 L:      [email protected]
5029 S:      Maintained
5030 F:      Documentation/i2c/busses/i2c-parport
5031 F:      Documentation/i2c/busses/i2c-parport-light
5032 F:      drivers/i2c/busses/i2c-parport.c
5033 F:      drivers/i2c/busses/i2c-parport-light.c
5034
5035 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5036 M:      Jean Delvare <[email protected]>
5037 L:      [email protected]
5038 S:      Maintained
5039 F:      Documentation/i2c/busses/i2c-ali1535
5040 F:      Documentation/i2c/busses/i2c-ali1563
5041 F:      Documentation/i2c/busses/i2c-ali15x3
5042 F:      Documentation/i2c/busses/i2c-amd756
5043 F:      Documentation/i2c/busses/i2c-amd8111
5044 F:      Documentation/i2c/busses/i2c-i801
5045 F:      Documentation/i2c/busses/i2c-nforce2
5046 F:      Documentation/i2c/busses/i2c-piix4
5047 F:      Documentation/i2c/busses/i2c-sis5595
5048 F:      Documentation/i2c/busses/i2c-sis630
5049 F:      Documentation/i2c/busses/i2c-sis96x
5050 F:      Documentation/i2c/busses/i2c-via
5051 F:      Documentation/i2c/busses/i2c-viapro
5052 F:      drivers/i2c/busses/i2c-ali1535.c
5053 F:      drivers/i2c/busses/i2c-ali1563.c
5054 F:      drivers/i2c/busses/i2c-ali15x3.c
5055 F:      drivers/i2c/busses/i2c-amd756.c
5056 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5057 F:      drivers/i2c/busses/i2c-amd8111.c
5058 F:      drivers/i2c/busses/i2c-i801.c
5059 F:      drivers/i2c/busses/i2c-isch.c
5060 F:      drivers/i2c/busses/i2c-nforce2.c
5061 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5062 F:      drivers/i2c/busses/i2c-piix4.c
5063 F:      drivers/i2c/busses/i2c-sis5595.c
5064 F:      drivers/i2c/busses/i2c-sis630.c
5065 F:      drivers/i2c/busses/i2c-sis96x.c
5066 F:      drivers/i2c/busses/i2c-via.c
5067 F:      drivers/i2c/busses/i2c-viapro.c
5068
5069 I2C/SMBUS ISMT DRIVER
5070 M:      Seth Heasley <[email protected]>
5071 M:      Neil Horman <[email protected]>
5072 L:      [email protected]
5073 F:      drivers/i2c/busses/i2c-ismt.c
5074 F:      Documentation/i2c/busses/i2c-ismt
5075
5076 I2C/SMBUS STUB DRIVER
5077 M:      Jean Delvare <[email protected]>
5078 L:      [email protected]
5079 S:      Maintained
5080 F:      drivers/i2c/i2c-stub.c
5081
5082 I2C SUBSYSTEM
5083 M:      Wolfram Sang <[email protected]>
5084 L:      [email protected]
5085 W:      https://i2c.wiki.kernel.org/
5086 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5088 S:      Maintained
5089 F:      Documentation/devicetree/bindings/i2c/
5090 F:      Documentation/i2c/
5091 F:      drivers/i2c/
5092 F:      include/linux/i2c.h
5093 F:      include/linux/i2c-*.h
5094 F:      include/uapi/linux/i2c.h
5095 F:      include/uapi/linux/i2c-*.h
5096
5097 I2C ACPI SUPPORT
5098 M:      Mika Westerberg <[email protected]>
5099 L:      [email protected]
5100 L:      [email protected]
5101 S:      Maintained
5102
5103 I2C-TAOS-EVM DRIVER
5104 M:      Jean Delvare <[email protected]>
5105 L:      [email protected]
5106 S:      Maintained
5107 F:      Documentation/i2c/busses/i2c-taos-evm
5108 F:      drivers/i2c/busses/i2c-taos-evm.c
5109
5110 I2C-TINY-USB DRIVER
5111 M:      Till Harbaum <[email protected]>
5112 L:      [email protected]
5113 W:      http://www.harbaum.org/till/i2c_tiny_usb
5114 S:      Maintained
5115 F:      drivers/i2c/busses/i2c-tiny-usb.c
5116
5117 i386 BOOT CODE
5118 M:      "H. Peter Anvin" <[email protected]>
5119 S:      Maintained
5120 F:      arch/x86/boot/
5121
5122 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5123 M:      "H. Peter Anvin" <[email protected]>
5124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5125 S:      Maintained
5126
5127 IA64 (Itanium) PLATFORM
5128 M:      Tony Luck <[email protected]>
5129 M:      Fenghua Yu <[email protected]>
5130 L:      [email protected]
5131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5132 S:      Maintained
5133 F:      arch/ia64/
5134
5135 IBM Power VMX Cryptographic instructions
5136 M:      Leonidas S. Barbosa <[email protected]>
5137 M:      Paulo Flabiano Smorigo <[email protected]>
5138 L:      [email protected]
5139 S:      Supported
5140 F:      drivers/crypto/vmx/Makefile
5141 F:      drivers/crypto/vmx/Kconfig
5142 F:      drivers/crypto/vmx/vmx.c
5143 F:      drivers/crypto/vmx/aes*
5144 F:      drivers/crypto/vmx/ghash*
5145 F:      drivers/crypto/vmx/ppc-xlate.pl
5146
5147 IBM Power in-Nest Crypto Acceleration
5148 M:      Leonidas S. Barbosa <[email protected]>
5149 M:      Paulo Flabiano Smorigo <[email protected]>
5150 L:      [email protected]
5151 S:      Supported
5152 F:      drivers/crypto/nx/Makefile
5153 F:      drivers/crypto/nx/Kconfig
5154 F:      drivers/crypto/nx/nx-aes*
5155 F:      drivers/crypto/nx/nx-sha*
5156 F:      drivers/crypto/nx/nx.*
5157 F:      drivers/crypto/nx/nx_csbcpb.h
5158 F:      drivers/crypto/nx/nx_debugfs.h
5159
5160 IBM Power 842 compression accelerator
5161 M:      Dan Streetman <[email protected]>
5162 S:      Supported
5163 F:      drivers/crypto/nx/Makefile
5164 F:      drivers/crypto/nx/Kconfig
5165 F:      drivers/crypto/nx/nx-842*
5166 F:      include/linux/sw842.h
5167 F:      crypto/842.c
5168 F:      lib/842/
5169
5170 IBM Power Linux RAID adapter
5171 M:      Brian King <[email protected]>
5172 S:      Supported
5173 F:      drivers/scsi/ipr.*
5174
5175 IBM Power Virtual Ethernet Device Driver
5176 M:      Thomas Falcon <[email protected]>
5177 L:      [email protected]
5178 S:      Supported
5179 F:      drivers/net/ethernet/ibm/ibmveth.*
5180
5181 IBM Power Virtual SCSI Device Drivers
5182 M:      Tyrel Datwyler <[email protected]>
5183 L:      [email protected]
5184 S:      Supported
5185 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5186 F:      drivers/scsi/ibmvscsi/viosrp.h
5187
5188 IBM Power Virtual FC Device Drivers
5189 M:      Tyrel Datwyler <[email protected]>
5190 L:      [email protected]
5191 S:      Supported
5192 F:      drivers/scsi/ibmvscsi/ibmvfc*
5193
5194 IBM ServeRAID RAID DRIVER
5195 S:      Orphan
5196 F:      drivers/scsi/ips.*
5197
5198 ICH LPC AND GPIO DRIVER
5199 M:      Peter Tyser <[email protected]>
5200 S:      Maintained
5201 F:      drivers/mfd/lpc_ich.c
5202 F:      drivers/gpio/gpio-ich.c
5203
5204 IDE SUBSYSTEM
5205 M:      "David S. Miller" <[email protected]>
5206 L:      [email protected]
5207 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5209 S:      Maintained
5210 F:      Documentation/ide/
5211 F:      drivers/ide/
5212 F:      include/linux/ide.h
5213
5214 IDEAPAD LAPTOP EXTRAS DRIVER
5215 M:      Ike Panhc <[email protected]>
5216 L:      [email protected]
5217 W:      http://launchpad.net/ideapad-laptop
5218 S:      Maintained
5219 F:      drivers/platform/x86/ideapad-laptop.c
5220
5221 IDEAPAD LAPTOP SLIDEBAR DRIVER
5222 M:      Andrey Moiseev <[email protected]>
5223 L:      [email protected]
5224 W:      https://github.com/o2genum/ideapad-slidebar
5225 S:      Maintained
5226 F:      drivers/input/misc/ideapad_slidebar.c
5227
5228 IDE/ATAPI DRIVERS
5229 M:      Borislav Petkov <[email protected]>
5230 L:      [email protected]
5231 S:      Maintained
5232 F:      Documentation/cdrom/ide-cd
5233 F:      drivers/ide/ide-cd*
5234
5235 IDLE-I7300
5236 M:      Andy Henroid <[email protected]>
5237 L:      [email protected]
5238 S:      Supported
5239 F:      drivers/idle/i7300_idle.c
5240
5241 IEEE 802.15.4 SUBSYSTEM
5242 M:      Alexander Aring <[email protected]>
5243 L:      [email protected]
5244 W:      https://github.com/linux-wpan
5245 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5246 S:      Maintained
5247 F:      net/ieee802154/
5248 F:      net/mac802154/
5249 F:      drivers/net/ieee802154/
5250 F:      include/linux/nl802154.h
5251 F:      include/linux/ieee802154.h
5252 F:      include/net/nl802154.h
5253 F:      include/net/mac802154.h
5254 F:      include/net/af_ieee802154.h
5255 F:      include/net/cfg802154.h
5256 F:      include/net/ieee802154_netdev.h
5257 F:      Documentation/networking/ieee802154.txt
5258
5259 IGORPLUG-USB IR RECEIVER
5260 M:      Sean Young <[email protected]>
5261 L:      [email protected]
5262 S:      Maintained
5263 F:      drivers/media/rc/igorplugusb.c
5264
5265 IGUANAWORKS USB IR TRANSCEIVER
5266 M:      Sean Young <[email protected]>
5267 L:      [email protected]
5268 S:      Maintained
5269 F:      drivers/media/rc/iguanair.c
5270
5271 IIO SUBSYSTEM AND DRIVERS
5272 M:      Jonathan Cameron <[email protected]>
5273 R:      Hartmut Knaack <[email protected]>
5274 R:      Lars-Peter Clausen <[email protected]>
5275 R:      Peter Meerwald <[email protected]>
5276 L:      [email protected]
5277 S:      Maintained
5278 F:      drivers/iio/
5279 F:      drivers/staging/iio/
5280 F:      include/linux/iio/
5281 F:      tools/iio/
5282
5283 IKANOS/ADI EAGLE ADSL USB DRIVER
5284 M:      Matthieu Castet <[email protected]>
5285 M:      Stanislaw Gruszka <[email protected]>
5286 S:      Maintained
5287 F:      drivers/usb/atm/ueagle-atm.c
5288
5289 INA209 HARDWARE MONITOR DRIVER
5290 M:      Guenter Roeck <[email protected]>
5291 L:      [email protected]
5292 S:      Maintained
5293 F:      Documentation/hwmon/ina209
5294 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5295 F:      drivers/hwmon/ina209.c
5296
5297 INA2XX HARDWARE MONITOR DRIVER
5298 M:      Guenter Roeck <[email protected]>
5299 L:      [email protected]
5300 S:      Maintained
5301 F:      Documentation/hwmon/ina2xx
5302 F:      drivers/hwmon/ina2xx.c
5303 F:      include/linux/platform_data/ina2xx.h
5304
5305 INDUSTRY PACK SUBSYSTEM (IPACK)
5306 M:      Samuel Iglesias Gonsalvez <[email protected]>
5307 M:      Jens Taprogge <[email protected]>
5308 M:      Greg Kroah-Hartman <[email protected]>
5309 L:      [email protected]
5310 W:      http://industrypack.sourceforge.net
5311 S:      Maintained
5312 F:      drivers/ipack/
5313
5314 INGENIC JZ4780 DMA Driver
5315 M:      Zubair Lutfullah Kakakhel <[email protected]>
5316 S:      Maintained
5317 F:      drivers/dma/dma-jz4780.c
5318
5319 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5320 M:      Mimi Zohar <[email protected]>
5321 M:      Dmitry Kasatkin <[email protected]>
5322 L:      [email protected]
5323 L:      [email protected]
5324 L:      [email protected]
5325 S:      Supported
5326 F:      security/integrity/ima/
5327
5328 IMGTEC IR DECODER DRIVER
5329 M:      James Hogan <[email protected]>
5330 S:      Maintained
5331 F:      drivers/media/rc/img-ir/
5332
5333 IMS TWINTURBO FRAMEBUFFER DRIVER
5334 L:      [email protected]
5335 S:      Orphan
5336 F:      drivers/video/fbdev/imsttfb.c
5337
5338 INFINIBAND SUBSYSTEM
5339 M:      Doug Ledford <[email protected]>
5340 M:      Sean Hefty <[email protected]>
5341 M:      Hal Rosenstock <[email protected]>
5342 L:      [email protected]
5343 W:      http://www.openfabrics.org/
5344 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5346 S:      Supported
5347 F:      Documentation/infiniband/
5348 F:      drivers/infiniband/
5349 F:      drivers/staging/rdma/
5350 F:      include/uapi/linux/if_infiniband.h
5351 F:      include/uapi/rdma/
5352 F:      include/rdma/
5353
5354 INOTIFY
5355 M:      John McCutchan <[email protected]>
5356 M:      Robert Love <[email protected]>
5357 M:      Eric Paris <[email protected]>
5358 S:      Maintained
5359 F:      Documentation/filesystems/inotify.txt
5360 F:      fs/notify/inotify/
5361 F:      include/linux/inotify.h
5362 F:      include/uapi/linux/inotify.h
5363
5364 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5365 M:      Dmitry Torokhov <[email protected]>
5366 L:      [email protected]
5367 Q:      http://patchwork.kernel.org/project/linux-input/list/
5368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5369 S:      Maintained
5370 F:      drivers/input/
5371 F:      include/linux/input.h
5372 F:      include/uapi/linux/input.h
5373 F:      include/linux/input/
5374
5375 INPUT MULTITOUCH (MT) PROTOCOL
5376 M:      Henrik Rydberg <[email protected]>
5377 L:      [email protected]
5378 S:      Odd fixes
5379 F:      Documentation/input/multi-touch-protocol.txt
5380 F:      drivers/input/input-mt.c
5381 K:      \b(ABS|SYN)_MT_
5382
5383 INTEL ASoC BDW/HSW DRIVERS
5384 M:      Jie Yang <[email protected]>
5385 L:      [email protected] (moderated for non-subscribers)
5386 S:      Supported
5387 F:      sound/soc/intel/common/sst-dsp*
5388 F:      sound/soc/intel/common/sst-firmware.c
5389 F:      sound/soc/intel/boards/broadwell.c
5390 F:      sound/soc/intel/haswell/
5391
5392 INTEL C600 SERIES SAS CONTROLLER DRIVER
5393 M:      Intel SCU Linux support <[email protected]>
5394 M:      Artur Paszkiewicz <[email protected]>
5395 L:      [email protected]
5396 T:      git git://git.code.sf.net/p/intel-sas/isci
5397 S:      Supported
5398 F:      drivers/scsi/isci/
5399
5400 INTEL IDLE DRIVER
5401 M:      Len Brown <[email protected]>
5402 L:      [email protected]
5403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5404 S:      Supported
5405 F:      drivers/idle/intel_idle.c
5406
5407 INTEL PSTATE DRIVER
5408 M:      Kristen Carlson Accardi <[email protected]>
5409 L:      [email protected]
5410 S:      Supported
5411 F:      drivers/cpufreq/intel_pstate.c
5412
5413 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5414 M:      Maik Broemme <[email protected]>
5415 L:      [email protected]
5416 S:      Maintained
5417 F:      Documentation/fb/intelfb.txt
5418 F:      drivers/video/fbdev/intelfb/
5419
5420 INTEL 810/815 FRAMEBUFFER DRIVER
5421 M:      Antonino Daplas <[email protected]>
5422 L:      [email protected]
5423 S:      Maintained
5424 F:      drivers/video/fbdev/i810/
5425
5426 INTEL MENLOW THERMAL DRIVER
5427 M:      Sujith Thomas <[email protected]>
5428 L:      [email protected]
5429 W:      https://01.org/linux-acpi
5430 S:      Supported
5431 F:      drivers/platform/x86/intel_menlow.c
5432
5433 INTEL IA32 MICROCODE UPDATE SUPPORT
5434 M:      Borislav Petkov <[email protected]>
5435 S:      Maintained
5436 F:      arch/x86/kernel/cpu/microcode/core*
5437 F:      arch/x86/kernel/cpu/microcode/intel*
5438
5439 INTEL I/OAT DMA DRIVER
5440 M:      Dave Jiang <[email protected]>
5441 R:      Dan Williams <[email protected]>
5442 L:      [email protected]
5443 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5444 S:      Supported
5445 F:      drivers/dma/ioat*
5446
5447 INTEL IOMMU (VT-d)
5448 M:      David Woodhouse <[email protected]>
5449 L:      [email protected]
5450 T:      git git://git.infradead.org/iommu-2.6.git
5451 S:      Supported
5452 F:      drivers/iommu/intel-iommu.c
5453 F:      include/linux/intel-iommu.h
5454
5455 INTEL IOP-ADMA DMA DRIVER
5456 R:      Dan Williams <[email protected]>
5457 S:      Odd fixes
5458 F:      drivers/dma/iop-adma.c
5459
5460 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5461 M:      Krzysztof Halasa <[email protected]>
5462 S:      Maintained
5463 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5464 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5465 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5466 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5467 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5468 F:      drivers/net/wan/ixp4xx_hss.c
5469
5470 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5471 M:      Deepak Saxena <[email protected]>
5472 S:      Maintained
5473 F:      drivers/char/hw_random/ixp4xx-rng.c
5474
5475 INTEL ETHERNET DRIVERS
5476 M:      Jeff Kirsher <[email protected]>
5477 R:      Jesse Brandeburg <[email protected]>
5478 R:      Shannon Nelson <[email protected]>
5479 R:      Carolyn Wyborny <[email protected]>
5480 R:      Don Skidmore <[email protected]>
5481 R:      Matthew Vick <[email protected]>
5482 R:      John Ronciak <[email protected]>
5483 R:      Mitch Williams <[email protected]>
5484 L:      [email protected]
5485 W:      http://www.intel.com/support/feedback.htm
5486 W:      http://e1000.sourceforge.net/
5487 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5490 S:      Supported
5491 F:      Documentation/networking/e100.txt
5492 F:      Documentation/networking/e1000.txt
5493 F:      Documentation/networking/e1000e.txt
5494 F:      Documentation/networking/igb.txt
5495 F:      Documentation/networking/igbvf.txt
5496 F:      Documentation/networking/ixgb.txt
5497 F:      Documentation/networking/ixgbe.txt
5498 F:      Documentation/networking/ixgbevf.txt
5499 F:      Documentation/networking/i40e.txt
5500 F:      Documentation/networking/i40evf.txt
5501 F:      drivers/net/ethernet/intel/
5502 F:      drivers/net/ethernet/intel/*/
5503
5504 INTEL-MID GPIO DRIVER
5505 M:      David Cohen <[email protected]>
5506 L:      [email protected]
5507 S:      Maintained
5508 F:      drivers/gpio/gpio-intel-mid.c
5509
5510 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5511 M:      Stanislav Yakovlev <[email protected]>
5512 L:      [email protected]
5513 S:      Maintained
5514 F:      Documentation/networking/README.ipw2100
5515 F:      Documentation/networking/README.ipw2200
5516 F:      drivers/net/wireless/ipw2x00/
5517
5518 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5519 M:      Richard L Maliszewski <[email protected]>
5520 M:      Gang Wei <[email protected]>
5521 M:      Shane Wang <[email protected]>
5522 L:      [email protected]
5523 W:      http://tboot.sourceforge.net
5524 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5525 S:      Supported
5526 F:      Documentation/intel_txt.txt
5527 F:      include/linux/tboot.h
5528 F:      arch/x86/kernel/tboot.c
5529
5530 INTEL WIRELESS WIMAX CONNECTION 2400
5531 M:      Inaky Perez-Gonzalez <[email protected]>
5532 M:      [email protected]
5533 L:      [email protected] (subscribers-only)
5534 S:      Supported
5535 W:      http://linuxwimax.org
5536 F:      Documentation/wimax/README.i2400m
5537 F:      drivers/net/wimax/i2400m/
5538 F:      include/uapi/linux/wimax/i2400m.h
5539
5540 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5541 M:      Stanislaw Gruszka <[email protected]>
5542 L:      [email protected]
5543 S:      Supported
5544 F:      drivers/net/wireless/iwlegacy/
5545
5546 INTEL WIRELESS WIFI LINK (iwlwifi)
5547 M:      Johannes Berg <[email protected]>
5548 M:      Emmanuel Grumbach <[email protected]>
5549 M:      Intel Linux Wireless <[email protected]>
5550 L:      [email protected]
5551 W:      http://intellinuxwireless.org
5552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5553 S:      Supported
5554 F:      drivers/net/wireless/iwlwifi/
5555
5556 INTEL MANAGEMENT ENGINE (mei)
5557 M:      Tomas Winkler <[email protected]>
5558 L:      [email protected]
5559 S:      Supported
5560 F:      include/uapi/linux/mei.h
5561 F:      include/linux/mei_cl_bus.h
5562 F:      drivers/misc/mei/*
5563 F:      Documentation/misc-devices/mei/*
5564
5565 INTEL PMC IPC DRIVER
5566 M:      Zha Qipeng<[email protected]>
5567 L:      [email protected]
5568 S:      Maintained
5569 F:      drivers/platform/x86/intel_pmc_ipc.c
5570 F:      arch/x86/include/asm/intel_pmc_ipc.h
5571
5572 IOC3 ETHERNET DRIVER
5573 M:      Ralf Baechle <[email protected]>
5574 L:      [email protected]
5575 S:      Maintained
5576 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5577
5578 IOC3 SERIAL DRIVER
5579 M:      Pat Gefre <[email protected]>
5580 L:      [email protected]
5581 S:      Maintained
5582 F:      drivers/tty/serial/ioc3_serial.c
5583
5584 IOMMU DRIVERS
5585 M:      Joerg Roedel <[email protected]>
5586 L:      [email protected]
5587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5588 S:      Maintained
5589 F:      drivers/iommu/
5590
5591 IP MASQUERADING
5592 M:      Juanjo Ciarlante <[email protected]>
5593 S:      Maintained
5594 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5595
5596 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5597 M:      Francois Romieu <[email protected]>
5598 M:      Sorbica Shieh <[email protected]>
5599 L:      [email protected]
5600 S:      Maintained
5601 F:      drivers/net/ethernet/icplus/ipg.*
5602
5603 IPATH DRIVER
5604 M:      Mike Marciniszyn <[email protected]>
5605 L:      [email protected]
5606 S:      Maintained
5607 F:      drivers/staging/rdma/ipath/
5608
5609 IPMI SUBSYSTEM
5610 M:      Corey Minyard <[email protected]>
5611 L:      [email protected] (moderated for non-subscribers)
5612 W:      http://openipmi.sourceforge.net/
5613 S:      Supported
5614 F:      Documentation/IPMI.txt
5615 F:      drivers/char/ipmi/
5616 F:      include/linux/ipmi*
5617 F:      include/uapi/linux/ipmi*
5618
5619 QCOM AUDIO (ASoC) DRIVERS
5620 M:      Patrick Lai <[email protected]>
5621 M:      Banajit Goswami <[email protected]>
5622 L:      [email protected] (moderated for non-subscribers)
5623 S:      Supported
5624 F:      sound/soc/qcom/
5625
5626 IPS SCSI RAID DRIVER
5627 M:      Adaptec OEM Raid Solutions <[email protected]>
5628 L:      [email protected]
5629 W:      http://www.adaptec.com/
5630 S:      Maintained
5631 F:      drivers/scsi/ips*
5632
5633 IPVS
5634 M:      Wensong Zhang <[email protected]>
5635 M:      Simon Horman <[email protected]>
5636 M:      Julian Anastasov <[email protected]>
5637 L:      [email protected]
5638 L:      [email protected]
5639 S:      Maintained
5640 F:      Documentation/networking/ipvs-sysctl.txt
5641 F:      include/net/ip_vs.h
5642 F:      include/uapi/linux/ip_vs.h
5643 F:      net/netfilter/ipvs/
5644
5645 IPWIRELESS DRIVER
5646 M:      Jiri Kosina <[email protected]>
5647 M:      David Sterba <[email protected]>
5648 S:      Odd Fixes
5649 F:      drivers/tty/ipwireless/
5650
5651 IPX NETWORK LAYER
5652 M:      Arnaldo Carvalho de Melo <[email protected]>
5653 L:      [email protected]
5654 S:      Maintained
5655 F:      include/net/ipx.h
5656 F:      include/uapi/linux/ipx.h
5657 F:      net/ipx/
5658
5659 IRDA SUBSYSTEM
5660 M:      Samuel Ortiz <[email protected]>
5661 L:      [email protected] (subscribers-only)
5662 L:      [email protected]
5663 W:      http://irda.sourceforge.net/
5664 S:      Maintained
5665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5666 F:      Documentation/networking/irda.txt
5667 F:      drivers/net/irda/
5668 F:      include/net/irda/
5669 F:      net/irda/
5670
5671 IRQ SUBSYSTEM
5672 M:      Thomas Gleixner <[email protected]>
5673 L:      [email protected]
5674 S:      Maintained
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5676 F:      kernel/irq/
5677
5678 IRQCHIP DRIVERS
5679 M:      Thomas Gleixner <[email protected]>
5680 M:      Jason Cooper <[email protected]>
5681 M:      Marc Zyngier <[email protected]>
5682 L:      [email protected]
5683 S:      Maintained
5684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5685 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5686 F:      Documentation/devicetree/bindings/interrupt-controller/
5687 F:      drivers/irqchip/
5688
5689 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5690 M:      Jiang Liu <[email protected]>
5691 M:      Marc Zyngier <[email protected]>
5692 S:      Maintained
5693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5694 F:      Documentation/IRQ-domain.txt
5695 F:      include/linux/irqdomain.h
5696 F:      kernel/irq/irqdomain.c
5697 F:      kernel/irq/msi.c
5698
5699 ISAPNP
5700 M:      Jaroslav Kysela <[email protected]>
5701 S:      Maintained
5702 F:      Documentation/isapnp.txt
5703 F:      drivers/pnp/isapnp/
5704 F:      include/linux/isapnp.h
5705
5706 ISA RADIO MODULE
5707 M:      Hans Verkuil <[email protected]>
5708 L:      [email protected]
5709 T:      git git://linuxtv.org/media_tree.git
5710 W:      http://linuxtv.org
5711 S:      Maintained
5712 F:      drivers/media/radio/radio-isa*
5713
5714 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5715 M:      Peter Jones <[email protected]>
5716 M:      Konrad Rzeszutek Wilk <[email protected]>
5717 S:      Maintained
5718 F:      drivers/firmware/iscsi_ibft*
5719
5720 ISCSI
5721 M:      Mike Christie <[email protected]>
5722 L:      [email protected]
5723 W:      www.open-iscsi.org
5724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5725 S:      Maintained
5726 F:      drivers/scsi/*iscsi*
5727 F:      include/scsi/*iscsi*
5728
5729 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5730 M:      Or Gerlitz <[email protected]>
5731 M:      Sagi Grimberg <[email protected]>
5732 M:      Roi Dayan <[email protected]>
5733 L:      [email protected]
5734 S:      Supported
5735 W:      http://www.openfabrics.org
5736 W:      www.open-iscsi.org
5737 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5738 F:      drivers/infiniband/ulp/iser/
5739
5740 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5741 M:      Sagi Grimberg <[email protected]>
5742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5743 L:      [email protected]
5744 L:      [email protected]
5745 S:      Supported
5746 W:      http://www.linux-iscsi.org
5747 F:      drivers/infiniband/ulp/isert
5748
5749 ISDN SUBSYSTEM
5750 M:      Karsten Keil <[email protected]>
5751 L:      [email protected] (subscribers-only)
5752 L:      [email protected]
5753 W:      http://www.isdn4linux.de
5754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5755 S:      Maintained
5756 F:      Documentation/isdn/
5757 F:      drivers/isdn/
5758 F:      include/linux/isdn.h
5759 F:      include/linux/isdn/
5760 F:      include/uapi/linux/isdn.h
5761 F:      include/uapi/linux/isdn/
5762
5763 ISDN SUBSYSTEM (Eicon active card driver)
5764 M:      Armin Schindler <[email protected]>
5765 L:      [email protected] (subscribers-only)
5766 W:      http://www.melware.de
5767 S:      Maintained
5768 F:      drivers/isdn/hardware/eicon/
5769
5770 IT87 HARDWARE MONITORING DRIVER
5771 M:      Jean Delvare <[email protected]>
5772 L:      [email protected]
5773 S:      Maintained
5774 F:      Documentation/hwmon/it87
5775 F:      drivers/hwmon/it87.c
5776
5777 IT913X MEDIA DRIVER
5778 M:      Antti Palosaari <[email protected]>
5779 L:      [email protected]
5780 W:      http://linuxtv.org/
5781 W:      http://palosaari.fi/linux/
5782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5783 T:      git git://linuxtv.org/anttip/media_tree.git
5784 S:      Maintained
5785 F:      drivers/media/tuners/it913x*
5786
5787 IVTV VIDEO4LINUX DRIVER
5788 M:      Andy Walls <[email protected]>
5789 L:      [email protected] (subscribers-only)
5790 L:      [email protected]
5791 T:      git git://linuxtv.org/media_tree.git
5792 W:      http://www.ivtvdriver.org
5793 S:      Maintained
5794 F:      Documentation/video4linux/*.ivtv
5795 F:      drivers/media/pci/ivtv/
5796 F:      include/uapi/linux/ivtv*
5797
5798 IX2505V MEDIA DRIVER
5799 M:      Malcolm Priestley <[email protected]>
5800 L:      [email protected]
5801 W:      http://linuxtv.org/
5802 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5803 S:      Maintained
5804 F:      drivers/media/dvb-frontends/ix2505v*
5805
5806 JC42.4 TEMPERATURE SENSOR DRIVER
5807 M:      Guenter Roeck <[email protected]>
5808 L:      [email protected]
5809 S:      Maintained
5810 F:      drivers/hwmon/jc42.c
5811 F:      Documentation/hwmon/jc42
5812
5813 JFS FILESYSTEM
5814 M:      Dave Kleikamp <[email protected]>
5815 L:      [email protected]
5816 W:      http://jfs.sourceforge.net/
5817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5818 S:      Maintained
5819 F:      Documentation/filesystems/jfs.txt
5820 F:      fs/jfs/
5821
5822 JME NETWORK DRIVER
5823 M:      Guo-Fu Tseng <[email protected]>
5824 L:      [email protected]
5825 S:      Maintained
5826 F:      drivers/net/ethernet/jme.*
5827
5828 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5829 M:      David Woodhouse <[email protected]>
5830 L:      [email protected]
5831 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5832 S:      Maintained
5833 F:      fs/jffs2/
5834 F:      include/uapi/linux/jffs2.h
5835
5836 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5837 M:      "Theodore Ts'o" <[email protected]>
5838 M:      Jan Kara <[email protected]>
5839 L:      [email protected]
5840 S:      Maintained
5841 F:      fs/jbd2/
5842 F:      include/linux/jbd2.h
5843
5844 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5845 M:      Mikhail Ulyanov <[email protected]>
5846 L:      [email protected]
5847 S:      Maintained
5848 F:      drivers/media/platform/rcar_jpu.c
5849
5850 JSM Neo PCI based serial card
5851 M:      Thadeu Lima de Souza Cascardo <[email protected]>
5852 L:      [email protected]
5853 S:      Maintained
5854 F:      drivers/tty/serial/jsm/
5855
5856 K10TEMP HARDWARE MONITORING DRIVER
5857 M:      Clemens Ladisch <[email protected]>
5858 L:      [email protected]
5859 S:      Maintained
5860 F:      Documentation/hwmon/k10temp
5861 F:      drivers/hwmon/k10temp.c
5862
5863 K8TEMP HARDWARE MONITORING DRIVER
5864 M:      Rudolf Marek <[email protected]>
5865 L:      [email protected]
5866 S:      Maintained
5867 F:      Documentation/hwmon/k8temp
5868 F:      drivers/hwmon/k8temp.c
5869
5870 KCONFIG
5871 M:      "Yann E. MORIN" <[email protected]>
5872 L:      [email protected]
5873 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5874 S:      Maintained
5875 F:      Documentation/kbuild/kconfig-language.txt
5876 F:      scripts/kconfig/
5877
5878 KDUMP
5879 M:      Vivek Goyal <[email protected]>
5880 M:      Haren Myneni <[email protected]>
5881 L:      [email protected]
5882 W:      http://lse.sourceforge.net/kdump/
5883 S:      Maintained
5884 F:      Documentation/kdump/
5885
5886 KEENE FM RADIO TRANSMITTER DRIVER
5887 M:      Hans Verkuil <[email protected]>
5888 L:      [email protected]
5889 T:      git git://linuxtv.org/media_tree.git
5890 W:      http://linuxtv.org
5891 S:      Maintained
5892 F:      drivers/media/radio/radio-keene*
5893
5894 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5895 M:      Ian Kent <[email protected]>
5896 L:      [email protected]
5897 S:      Maintained
5898 F:      fs/autofs4/
5899
5900 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5901 M:      Michal Marek <[email protected]>
5902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5904 L:      [email protected]
5905 S:      Maintained
5906 F:      Documentation/kbuild/
5907 F:      Makefile
5908 F:      scripts/Makefile.*
5909 F:      scripts/basic/
5910 F:      scripts/mk*
5911 F:      scripts/package/
5912
5913 KERNEL JANITORS
5914 L:      [email protected]
5915 W:      http://kernelnewbies.org/KernelJanitors
5916 S:      Odd Fixes
5917
5918 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5919 M:      "J. Bruce Fields" <[email protected]>
5920 M:      Jeff Layton <[email protected]>
5921 L:      [email protected]
5922 W:      http://nfs.sourceforge.net/
5923 S:      Supported
5924 F:      fs/nfsd/
5925 F:      include/uapi/linux/nfsd/
5926 F:      fs/lockd/
5927 F:      fs/nfs_common/
5928 F:      net/sunrpc/
5929 F:      include/linux/lockd/
5930 F:      include/linux/sunrpc/
5931 F:      include/uapi/linux/sunrpc/
5932
5933 KERNEL SELFTEST FRAMEWORK
5934 M:      Shuah Khan <[email protected]>
5935 L:      [email protected]
5936 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5937 S:      Maintained
5938 F:      tools/testing/selftests
5939
5940 KERNEL VIRTUAL MACHINE (KVM)
5941 M:      Gleb Natapov <[email protected]>
5942 M:      Paolo Bonzini <[email protected]>
5943 L:      [email protected]
5944 W:      http://www.linux-kvm.org
5945 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5946 S:      Supported
5947 F:      Documentation/*/kvm*.txt
5948 F:      Documentation/virtual/kvm/
5949 F:      arch/*/kvm/
5950 F:      arch/x86/kernel/kvm.c
5951 F:      arch/x86/kernel/kvmclock.c
5952 F:      arch/*/include/asm/kvm*
5953 F:      include/linux/kvm*
5954 F:      include/uapi/linux/kvm*
5955 F:      virt/kvm/
5956
5957 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5958 M:      Joerg Roedel <[email protected]>
5959 L:      [email protected]
5960 W:      http://kvm.qumranet.com
5961 S:      Maintained
5962 F:      arch/x86/include/asm/svm.h
5963 F:      arch/x86/kvm/svm.c
5964
5965 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5966 M:      Alexander Graf <[email protected]>
5967 L:      [email protected]
5968 W:      http://kvm.qumranet.com
5969 T:      git git://github.com/agraf/linux-2.6.git
5970 S:      Supported
5971 F:      arch/powerpc/include/asm/kvm*
5972 F:      arch/powerpc/kvm/
5973
5974 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5975 M:      Christian Borntraeger <[email protected]>
5976 M:      Cornelia Huck <[email protected]>
5977 L:      [email protected]
5978 W:      http://www.ibm.com/developerworks/linux/linux390/
5979 S:      Supported
5980 F:      Documentation/s390/kvm.txt
5981 F:      arch/s390/include/asm/kvm*
5982 F:      arch/s390/kvm/
5983
5984 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5985 M:      Christoffer Dall <[email protected]>
5986 M:      Marc Zyngier <[email protected]>
5987 L:      [email protected] (moderated for non-subscribers)
5988 L:      [email protected]
5989 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5990 S:      Supported
5991 F:      arch/arm/include/uapi/asm/kvm*
5992 F:      arch/arm/include/asm/kvm*
5993 F:      arch/arm/kvm/
5994 F:      virt/kvm/arm/
5995 F:      include/kvm/arm_*
5996
5997 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5998 M:      Christoffer Dall <[email protected]>
5999 M:      Marc Zyngier <[email protected]>
6000 L:      [email protected] (moderated for non-subscribers)
6001 L:      [email protected]
6002 S:      Maintained
6003 F:      arch/arm64/include/uapi/asm/kvm*
6004 F:      arch/arm64/include/asm/kvm*
6005 F:      arch/arm64/kvm/
6006
6007 KEXEC
6008 M:      Eric Biederman <[email protected]>
6009 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6010 L:      [email protected]
6011 S:      Maintained
6012 F:      include/linux/kexec.h
6013 F:      include/uapi/linux/kexec.h
6014 F:      kernel/kexec.c
6015
6016 KEYS/KEYRINGS:
6017 M:      David Howells <[email protected]>
6018 L:      [email protected]
6019 S:      Maintained
6020 F:      Documentation/security/keys.txt
6021 F:      include/linux/key.h
6022 F:      include/linux/key-type.h
6023 F:      include/keys/
6024 F:      security/keys/
6025
6026 KEYS-TRUSTED
6027 M:      David Safford <[email protected]>
6028 M:      Mimi Zohar <[email protected]>
6029 L:      [email protected]
6030 L:      [email protected]
6031 S:      Supported
6032 F:      Documentation/security/keys-trusted-encrypted.txt
6033 F:      include/keys/trusted-type.h
6034 F:      security/keys/trusted.c
6035 F:      security/keys/trusted.h
6036
6037 KEYS-ENCRYPTED
6038 M:      Mimi Zohar <[email protected]>
6039 M:      David Safford <[email protected]>
6040 L:      [email protected]
6041 L:      [email protected]
6042 S:      Supported
6043 F:      Documentation/security/keys-trusted-encrypted.txt
6044 F:      include/keys/encrypted-type.h
6045 F:      security/keys/encrypted-keys/
6046
6047 KGDB / KDB /debug_core
6048 M:      Jason Wessel <[email protected]>
6049 W:      http://kgdb.wiki.kernel.org/
6050 L:      [email protected]
6051 S:      Maintained
6052 F:      Documentation/DocBook/kgdb.tmpl
6053 F:      drivers/misc/kgdbts.c
6054 F:      drivers/tty/serial/kgdboc.c
6055 F:      include/linux/kdb.h
6056 F:      include/linux/kgdb.h
6057 F:      kernel/debug/
6058
6059 KMEMCHECK
6060 M:      Vegard Nossum <[email protected]>
6061 M:      Pekka Enberg <[email protected]>
6062 S:      Maintained
6063 F:      Documentation/kmemcheck.txt
6064 F:      arch/x86/include/asm/kmemcheck.h
6065 F:      arch/x86/mm/kmemcheck/
6066 F:      include/linux/kmemcheck.h
6067 F:      mm/kmemcheck.c
6068
6069 KMEMLEAK
6070 M:      Catalin Marinas <[email protected]>
6071 S:      Maintained
6072 F:      Documentation/kmemleak.txt
6073 F:      include/linux/kmemleak.h
6074 F:      mm/kmemleak.c
6075 F:      mm/kmemleak-test.c
6076
6077 KPROBES
6078 M:      Ananth N Mavinakayanahalli <[email protected]>
6079 M:      Anil S Keshavamurthy <[email protected]>
6080 M:      "David S. Miller" <[email protected]>
6081 M:      Masami Hiramatsu <[email protected]>
6082 S:      Maintained
6083 F:      Documentation/kprobes.txt
6084 F:      include/linux/kprobes.h
6085 F:      kernel/kprobes.c
6086
6087 KS0108 LCD CONTROLLER DRIVER
6088 M:      Miguel Ojeda Sandonis <[email protected]>
6089 W:      http://miguelojeda.es/auxdisplay.htm
6090 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6091 S:      Maintained
6092 F:      Documentation/auxdisplay/ks0108
6093 F:      drivers/auxdisplay/ks0108.c
6094 F:      include/linux/ks0108.h
6095
6096 LAPB module
6097 L:      [email protected]
6098 S:      Orphan
6099 F:      Documentation/networking/lapb-module.txt
6100 F:      include/*/lapb.h
6101 F:      net/lapb/
6102
6103 LASI 53c700 driver for PARISC
6104 M:      "James E.J. Bottomley" <[email protected]>
6105 L:      [email protected]
6106 S:      Maintained
6107 F:      Documentation/scsi/53c700.txt
6108 F:      drivers/scsi/53c700*
6109
6110 LED SUBSYSTEM
6111 M:      Richard Purdie <[email protected]>
6112 M:      Jacek Anaszewski <[email protected]>
6113 L:      [email protected]
6114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6115 S:      Maintained
6116 F:      drivers/leds/
6117 F:      include/linux/leds.h
6118
6119 LEGACY EEPROM DRIVER
6120 M:      Jean Delvare <[email protected]>
6121 S:      Maintained
6122 F:      Documentation/misc-devices/eeprom
6123 F:      drivers/misc/eeprom/eeprom.c
6124
6125 LEGO USB Tower driver
6126 M:      Juergen Stuber <[email protected]>
6127 L:      [email protected]
6128 W:      http://legousb.sourceforge.net/
6129 S:      Maintained
6130 F:      drivers/usb/misc/legousbtower.c
6131
6132 LG2160 MEDIA DRIVER
6133 M:      Michael Krufky <[email protected]>
6134 L:      [email protected]
6135 W:      http://linuxtv.org/
6136 W:      http://github.com/mkrufky
6137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6138 T:      git git://linuxtv.org/mkrufky/tuners.git
6139 S:      Maintained
6140 F:      drivers/media/dvb-frontends/lg2160.*
6141
6142 LGDT3305 MEDIA DRIVER
6143 M:      Michael Krufky <[email protected]>
6144 L:      [email protected]
6145 W:      http://linuxtv.org/
6146 W:      http://github.com/mkrufky
6147 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6148 T:      git git://linuxtv.org/mkrufky/tuners.git
6149 S:      Maintained
6150 F:      drivers/media/dvb-frontends/lgdt3305.*
6151
6152 LGUEST
6153 M:      Rusty Russell <[email protected]>
6154 L:      [email protected]
6155 W:      http://lguest.ozlabs.org/
6156 S:      Odd Fixes
6157 F:      arch/x86/include/asm/lguest*.h
6158 F:      arch/x86/lguest/
6159 F:      drivers/lguest/
6160 F:      include/linux/lguest*.h
6161 F:      tools/lguest/
6162
6163 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6164 M:      Tejun Heo <[email protected]>
6165 L:      [email protected]
6166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6167 S:      Maintained
6168 F:      drivers/ata/
6169 F:      include/linux/ata.h
6170 F:      include/linux/libata.h
6171
6172 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6173 M:      Viresh Kumar <[email protected]>
6174 L:      [email protected]
6175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6176 S:      Maintained
6177 F:      include/linux/pata_arasan_cf_data.h
6178 F:      drivers/ata/pata_arasan_cf.c
6179
6180 LIBATA PATA DRIVERS
6181 M:      Bartlomiej Zolnierkiewicz <[email protected]>
6182 M:      Tejun Heo <[email protected]>
6183 L:      [email protected]
6184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6185 S:      Maintained
6186 F:      drivers/ata/pata_*.c
6187 F:      drivers/ata/ata_generic.c
6188
6189 LIBATA SATA AHCI PLATFORM devices support
6190 M:      Hans de Goede <[email protected]>
6191 M:      Tejun Heo <[email protected]>
6192 L:      [email protected]
6193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6194 S:      Maintained
6195 F:      drivers/ata/ahci_platform.c
6196 F:      drivers/ata/libahci_platform.c
6197 F:      include/linux/ahci_platform.h
6198
6199 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6200 M:      Mikael Pettersson <[email protected]>
6201 L:      [email protected]
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6203 S:      Maintained
6204 F:      drivers/ata/sata_promise.*
6205
6206 LIBLOCKDEP
6207 M:      Sasha Levin <[email protected]>
6208 S:      Maintained
6209 F:      tools/lib/lockdep/
6210
6211 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6212 M:      Dan Williams <[email protected]>
6213 L:      [email protected]
6214 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6215 S:      Supported
6216 F:      drivers/nvdimm/*
6217 F:      include/linux/nd.h
6218 F:      include/linux/libnvdimm.h
6219 F:      include/uapi/linux/ndctl.h
6220
6221 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6222 M:      Ross Zwisler <[email protected]>
6223 L:      [email protected]
6224 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6225 S:      Supported
6226 F:      drivers/nvdimm/blk.c
6227 F:      drivers/nvdimm/region_devs.c
6228 F:      drivers/acpi/nfit*
6229
6230 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6231 M:      Vishal Verma <[email protected]>
6232 L:      [email protected]
6233 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6234 S:      Supported
6235 F:      drivers/nvdimm/btt*
6236
6237 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6238 M:      Ross Zwisler <[email protected]>
6239 L:      [email protected]
6240 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6241 S:      Supported
6242 F:      drivers/nvdimm/pmem.c
6243 F:      include/linux/pmem.h
6244 F:      arch/*/include/asm/pmem.h
6245
6246 LINUX FOR IBM pSERIES (RS/6000)
6247 M:      Paul Mackerras <[email protected]>
6248 W:      http://www.ibm.com/linux/ltc/projects/ppc
6249 S:      Supported
6250 F:      arch/powerpc/boot/rs6000.h
6251
6252 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6253 M:      Benjamin Herrenschmidt <[email protected]>
6254 M:      Paul Mackerras <[email protected]>
6255 M:      Michael Ellerman <[email protected]>
6256 W:      http://www.penguinppc.org/
6257 L:      [email protected]
6258 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6260 S:      Supported
6261 F:      Documentation/powerpc/
6262 F:      arch/powerpc/
6263
6264 LINUX FOR POWER MACINTOSH
6265 M:      Benjamin Herrenschmidt <[email protected]>
6266 W:      http://www.penguinppc.org/
6267 L:      [email protected]
6268 S:      Maintained
6269 F:      arch/powerpc/platforms/powermac/
6270 F:      drivers/macintosh/
6271
6272 LINUX FOR POWERPC EMBEDDED MPC5XXX
6273 M:      Anatolij Gustschin <[email protected]>
6274 L:      [email protected]
6275 T:      git git://git.denx.de/linux-denx-agust.git
6276 S:      Maintained
6277 F:      arch/powerpc/platforms/512x/
6278 F:      arch/powerpc/platforms/52xx/
6279
6280 LINUX FOR POWERPC EMBEDDED PPC4XX
6281 M:      Alistair Popple <[email protected]>
6282 M:      Matt Porter <[email protected]>
6283 W:      http://www.penguinppc.org/
6284 L:      [email protected]
6285 S:      Maintained
6286 F:      arch/powerpc/platforms/40x/
6287 F:      arch/powerpc/platforms/44x/
6288
6289 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6290 L:      [email protected]
6291 S:      Orphan
6292 F:      arch/powerpc/*/*virtex*
6293 F:      arch/powerpc/*/*/*virtex*
6294
6295 LINUX FOR POWERPC EMBEDDED PPC8XX
6296 M:      Vitaly Bordug <[email protected]>
6297 W:      http://www.penguinppc.org/
6298 L:      [email protected]
6299 S:      Maintained
6300 F:      arch/powerpc/platforms/8xx/
6301
6302 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6303 M:      Scott Wood <[email protected]>
6304 M:      Kumar Gala <[email protected]>
6305 W:      http://www.penguinppc.org/
6306 L:      [email protected]
6307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6308 S:      Maintained
6309 F:      arch/powerpc/platforms/83xx/
6310 F:      arch/powerpc/platforms/85xx/
6311
6312 LINUX FOR POWERPC PA SEMI PWRFICIENT
6313 M:      Olof Johansson <[email protected]>
6314 L:      [email protected]
6315 S:      Maintained
6316 F:      arch/powerpc/platforms/pasemi/
6317 F:      drivers/*/*pasemi*
6318 F:      drivers/*/*/*pasemi*
6319
6320 LINUX SECURITY MODULE (LSM) FRAMEWORK
6321 M:      Chris Wright <[email protected]>
6322 L:      [email protected]
6323 S:      Supported
6324
6325 LIS3LV02D ACCELEROMETER DRIVER
6326 M:      Eric Piel <[email protected]>
6327 S:      Maintained
6328 F:      Documentation/misc-devices/lis3lv02d
6329 F:      drivers/misc/lis3lv02d/
6330 F:      drivers/platform/x86/hp_accel.c
6331
6332 LIVE PATCHING
6333 M:      Josh Poimboeuf <[email protected]>
6334 M:      Seth Jennings <[email protected]>
6335 M:      Jiri Kosina <[email protected]>
6336 M:      Vojtech Pavlik <[email protected]>
6337 S:      Maintained
6338 F:      kernel/livepatch/
6339 F:      include/linux/livepatch.h
6340 F:      arch/x86/include/asm/livepatch.h
6341 F:      arch/x86/kernel/livepatch.c
6342 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6343 F:      samples/livepatch/
6344 L:      [email protected]
6345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6346
6347 LLC (802.2)
6348 M:      Arnaldo Carvalho de Melo <[email protected]>
6349 S:      Maintained
6350 F:      include/linux/llc.h
6351 F:      include/uapi/linux/llc.h
6352 F:      include/net/llc*
6353 F:      net/llc/
6354
6355 LM73 HARDWARE MONITOR DRIVER
6356 M:      Guillaume Ligneul <[email protected]>
6357 L:      [email protected]
6358 S:      Maintained
6359 F:      drivers/hwmon/lm73.c
6360
6361 LM78 HARDWARE MONITOR DRIVER
6362 M:      Jean Delvare <[email protected]>
6363 L:      [email protected]
6364 S:      Maintained
6365 F:      Documentation/hwmon/lm78
6366 F:      drivers/hwmon/lm78.c
6367
6368 LM83 HARDWARE MONITOR DRIVER
6369 M:      Jean Delvare <[email protected]>
6370 L:      [email protected]
6371 S:      Maintained
6372 F:      Documentation/hwmon/lm83
6373 F:      drivers/hwmon/lm83.c
6374
6375 LM90 HARDWARE MONITOR DRIVER
6376 M:      Jean Delvare <[email protected]>
6377 L:      [email protected]
6378 S:      Maintained
6379 F:      Documentation/hwmon/lm90
6380 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6381 F:      drivers/hwmon/lm90.c
6382
6383 LM95234 HARDWARE MONITOR DRIVER
6384 M:      Guenter Roeck <[email protected]>
6385 L:      [email protected]
6386 S:      Maintained
6387 F:      Documentation/hwmon/lm95234
6388 F:      drivers/hwmon/lm95234.c
6389
6390 LME2510 MEDIA DRIVER
6391 M:      Malcolm Priestley <[email protected]>
6392 L:      [email protected]
6393 W:      http://linuxtv.org/
6394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6395 S:      Maintained
6396 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6397
6398 LOCKDEP AND LOCKSTAT
6399 M:      Peter Zijlstra <[email protected]>
6400 M:      Ingo Molnar <[email protected]>
6401 L:      [email protected]
6402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6403 S:      Maintained
6404 F:      Documentation/locking/lockdep*.txt
6405 F:      Documentation/locking/lockstat.txt
6406 F:      include/linux/lockdep.h
6407 F:      kernel/locking/
6408
6409 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6410 M:      "Richard Russon (FlatCap)" <[email protected]>
6411 L:      [email protected]
6412 W:      http://www.linux-ntfs.org/content/view/19/37/
6413 S:      Maintained
6414 F:      Documentation/ldm.txt
6415 F:      block/partitions/ldm.*
6416
6417 LogFS
6418 M:      Joern Engel <[email protected]>
6419 M:      Prasad Joshi <[email protected]>
6420 L:      [email protected]
6421 W:      logfs.org
6422 S:      Maintained
6423 F:      fs/logfs/
6424
6425 LPC32XX MACHINE SUPPORT
6426 M:      Roland Stigge <[email protected]>
6427 L:      [email protected] (moderated for non-subscribers)
6428 S:      Maintained
6429 F:      arch/arm/mach-lpc32xx/
6430
6431 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6432 M:      Nagalakshmi Nandigama <[email protected]>
6433 M:      Praveen Krishnamoorthy <[email protected]>
6434 M:      Sreekanth Reddy <[email protected]>
6435 M:      Abhijit Mahajan <[email protected]>
6436 L:      [email protected]
6437 L:      [email protected]
6438 W:      http://www.lsilogic.com/support
6439 S:      Supported
6440 F:      drivers/message/fusion/
6441 F:      drivers/scsi/mpt2sas/
6442 F:      drivers/scsi/mpt3sas/
6443
6444 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6445 M:      Matthew Wilcox <[email protected]>
6446 L:      [email protected]
6447 S:      Maintained
6448 F:      drivers/scsi/sym53c8xx_2/
6449
6450 LTC4261 HARDWARE MONITOR DRIVER
6451 M:      Guenter Roeck <[email protected]>
6452 L:      [email protected]
6453 S:      Maintained
6454 F:      Documentation/hwmon/ltc4261
6455 F:      drivers/hwmon/ltc4261.c
6456
6457 LTP (Linux Test Project)
6458 M:      Mike Frysinger <[email protected]>
6459 M:      Cyril Hrubis <[email protected]>
6460 M:      Wanlong Gao <[email protected]>
6461 M:      Jan Stancek <[email protected]>
6462 M:      Stanislav Kholmanskikh <[email protected]>
6463 M:      Alexey Kodanev <[email protected]>
6464 L:      [email protected] (subscribers-only)
6465 W:      http://linux-test-project.github.io/
6466 T:      git git://github.com/linux-test-project/ltp.git
6467 S:      Maintained
6468
6469 M32R ARCHITECTURE
6470 W:      http://www.linux-m32r.org/
6471 S:      Orphan
6472 F:      arch/m32r/
6473
6474 M68K ARCHITECTURE
6475 M:      Geert Uytterhoeven <[email protected]>
6476 L:      [email protected]
6477 W:      http://www.linux-m68k.org/
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6479 S:      Maintained
6480 F:      arch/m68k/
6481 F:      drivers/zorro/
6482
6483 M68K ON APPLE MACINTOSH
6484 M:      Joshua Thompson <[email protected]>
6485 W:      http://www.mac.linux-m68k.org/
6486 L:      [email protected]
6487 S:      Maintained
6488 F:      arch/m68k/mac/
6489
6490 M68K ON HP9000/300
6491 M:      Philip Blundell <[email protected]>
6492 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6493 S:      Maintained
6494 F:      arch/m68k/hp300/
6495
6496 M88DS3103 MEDIA DRIVER
6497 M:      Antti Palosaari <[email protected]>
6498 L:      [email protected]
6499 W:      http://linuxtv.org/
6500 W:      http://palosaari.fi/linux/
6501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6502 T:      git git://linuxtv.org/anttip/media_tree.git
6503 S:      Maintained
6504 F:      drivers/media/dvb-frontends/m88ds3103*
6505
6506 M88RS2000 MEDIA DRIVER
6507 M:      Malcolm Priestley <[email protected]>
6508 L:      [email protected]
6509 W:      http://linuxtv.org/
6510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6511 S:      Maintained
6512 F:      drivers/media/dvb-frontends/m88rs2000*
6513
6514 MA901 MASTERKIT USB FM RADIO DRIVER
6515 M:      Alexey Klimov <[email protected]>
6516 L:      [email protected]
6517 T:      git git://linuxtv.org/media_tree.git
6518 S:      Maintained
6519 F:      drivers/media/radio/radio-ma901.c
6520
6521 MAC80211
6522 M:      Johannes Berg <[email protected]>
6523 L:      [email protected]
6524 W:      http://wireless.kernel.org/
6525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6527 S:      Maintained
6528 F:      Documentation/networking/mac80211-injection.txt
6529 F:      include/net/mac80211.h
6530 F:      net/mac80211/
6531
6532 MACVLAN DRIVER
6533 M:      Patrick McHardy <[email protected]>
6534 L:      [email protected]
6535 S:      Maintained
6536 F:      drivers/net/macvlan.c
6537 F:      include/linux/if_macvlan.h
6538
6539 MAILBOX API
6540 M:      Jassi Brar <[email protected]>
6541 L:      [email protected]
6542 S:      Maintained
6543 F:      drivers/mailbox/
6544 F:      include/linux/mailbox_client.h
6545 F:      include/linux/mailbox_controller.h
6546
6547 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6548 M:      Michael Kerrisk <[email protected]>
6549 W:      http://www.kernel.org/doc/man-pages
6550 L:      [email protected]
6551 S:      Maintained
6552
6553 MARVELL ARMADA DRM SUPPORT
6554 M:      Russell King <[email protected]>
6555 S:      Maintained
6556 F:      drivers/gpu/drm/armada/
6557
6558 MARVELL 88E6352 DSA support
6559 M:      Guenter Roeck <[email protected]>
6560 S:      Maintained
6561 F:      drivers/net/dsa/mv88e6352.c
6562
6563 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6564 M:      Mirko Lindner <[email protected]>
6565 M:      Stephen Hemminger <[email protected]>
6566 L:      [email protected]
6567 S:      Maintained
6568 F:      drivers/net/ethernet/marvell/sk*
6569
6570 MARVELL LIBERTAS WIRELESS DRIVER
6571 L:      [email protected]
6572 S:      Orphan
6573 F:      drivers/net/wireless/libertas/
6574
6575 MARVELL MV643XX ETHERNET DRIVER
6576 M:      Sebastian Hesselbarth <[email protected]>
6577 L:      [email protected]
6578 S:      Maintained
6579 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6580 F:      include/linux/mv643xx.h
6581
6582 MARVELL MVNETA ETHERNET DRIVER
6583 M:      Thomas Petazzoni <[email protected]>
6584 L:      [email protected]
6585 S:      Maintained
6586 F:      drivers/net/ethernet/marvell/mvneta.*
6587
6588 MARVELL MWIFIEX WIRELESS DRIVER
6589 M:      Amitkumar Karwar <[email protected]>
6590 M:      Nishant Sarmukadam <[email protected]>
6591 L:      [email protected]
6592 S:      Maintained
6593 F:      drivers/net/wireless/mwifiex/
6594
6595 MARVELL MWL8K WIRELESS DRIVER
6596 M:      Lennert Buytenhek <[email protected]>
6597 L:      [email protected]
6598 S:      Odd Fixes
6599 F:      drivers/net/wireless/mwl8k.c
6600
6601 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6602 M:      Nicolas Pitre <[email protected]>
6603 S:      Odd Fixes
6604 F:      drivers/mmc/host/mvsdio.*
6605
6606 MATROX FRAMEBUFFER DRIVER
6607 L:      [email protected]
6608 S:      Orphan
6609 F:      drivers/video/fbdev/matrox/matroxfb_*
6610 F:      include/uapi/linux/matroxfb.h
6611
6612 MAX16065 HARDWARE MONITOR DRIVER
6613 M:      Guenter Roeck <[email protected]>
6614 L:      [email protected]
6615 S:      Maintained
6616 F:      Documentation/hwmon/max16065
6617 F:      drivers/hwmon/max16065.c
6618
6619 MAX20751 HARDWARE MONITOR DRIVER
6620 M:      Guenter Roeck <[email protected]>
6621 L:      [email protected]
6622 S:      Maintained
6623 F:      Documentation/hwmon/max20751
6624 F:      drivers/hwmon/max20751.c
6625
6626 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6627 M:      "Hans J. Koch" <[email protected]>
6628 L:      [email protected]
6629 S:      Maintained
6630 F:      Documentation/hwmon/max6650
6631 F:      drivers/hwmon/max6650.c
6632
6633 MAX6697 HARDWARE MONITOR DRIVER
6634 M:      Guenter Roeck <[email protected]>
6635 L:      [email protected]
6636 S:      Maintained
6637 F:      Documentation/hwmon/max6697
6638 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6639 F:      drivers/hwmon/max6697.c
6640 F:      include/linux/platform_data/max6697.h
6641
6642 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6643 M:      Krzysztof Kozlowski <[email protected]>
6644 L:      [email protected]
6645 S:      Supported
6646 F:      drivers/power/max14577_charger.c
6647 F:      drivers/power/max77693_charger.c
6648
6649 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6650 M:      Javier Martinez Canillas <[email protected]>
6651 L:      [email protected]
6652 S:      Supported
6653 F:      drivers/*/*max77802.c
6654 F:      Documentation/devicetree/bindings/*/*max77802.txt
6655 F:      include/dt-bindings/*/*max77802.h
6656
6657 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6658 M:      Chanwoo Choi <[email protected]>
6659 M:      Krzysztof Kozlowski <[email protected]>
6660 L:      [email protected]
6661 S:      Supported
6662 F:      drivers/*/max14577.c
6663 F:      drivers/*/max77686.c
6664 F:      drivers/*/max77693.c
6665 F:      drivers/extcon/extcon-max14577.c
6666 F:      drivers/extcon/extcon-max77693.c
6667 F:      drivers/rtc/rtc-max77686.c
6668 F:      drivers/clk/clk-max77686.c
6669 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6670 F:      Documentation/devicetree/bindings/*/max77686.txt
6671 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6672 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6673 F:      include/linux/mfd/max14577*.h
6674 F:      include/linux/mfd/max77686*.h
6675 F:      include/linux/mfd/max77693*.h
6676
6677 MAXIRADIO FM RADIO RECEIVER DRIVER
6678 M:      Hans Verkuil <[email protected]>
6679 L:      [email protected]
6680 T:      git git://linuxtv.org/media_tree.git
6681 W:      http://linuxtv.org
6682 S:      Maintained
6683 F:      drivers/media/radio/radio-maxiradio*
6684
6685 MEDIA DRIVERS FOR RENESAS - VSP1
6686 M:      Laurent Pinchart <[email protected]>
6687 L:      [email protected]
6688 L:      [email protected]
6689 T:      git git://linuxtv.org/media_tree.git
6690 S:      Supported
6691 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6692 F:      drivers/media/platform/vsp1/
6693
6694 MEDIA DRIVERS FOR ASCOT2E
6695 M:      Sergey Kozlov <[email protected]>
6696 L:      [email protected]
6697 W:      http://linuxtv.org
6698 W:      http://netup.tv/
6699 T:      git git://linuxtv.org/media_tree.git
6700 S:      Supported
6701 F:      drivers/media/dvb-frontends/ascot2e*
6702
6703 MEDIA DRIVERS FOR CXD2841ER
6704 M:      Sergey Kozlov <[email protected]>
6705 L:      [email protected]
6706 W:      http://linuxtv.org/
6707 W:      http://netup.tv/
6708 T:      git git://linuxtv.org/media_tree.git
6709 S:      Supported
6710 F:      drivers/media/dvb-frontends/cxd2841er*
6711
6712 MEDIA DRIVERS FOR HORUS3A
6713 M:      Sergey Kozlov <[email protected]>
6714 L:      [email protected]
6715 W:      http://linuxtv.org/
6716 W:      http://netup.tv/
6717 T:      git git://linuxtv.org/media_tree.git
6718 S:      Supported
6719 F:      drivers/media/dvb-frontends/horus3a*
6720
6721 MEDIA DRIVERS FOR LNBH25
6722 M:      Sergey Kozlov <[email protected]>
6723 L:      [email protected]
6724 W:      http://linuxtv.org/
6725 W:      http://netup.tv/
6726 T:      git git://linuxtv.org/media_tree.git
6727 S:      Supported
6728 F:      drivers/media/dvb-frontends/lnbh25*
6729
6730 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6731 M:      Sergey Kozlov <[email protected]>
6732 L:      [email protected]
6733 W:      http://linuxtv.org/
6734 W:      http://netup.tv/
6735 T:      git git://linuxtv.org/media_tree.git
6736 S:      Supported
6737 F:      drivers/media/pci/netup_unidvb/*
6738
6739 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6740 M:      Mauro Carvalho Chehab <[email protected]>
6741 P:      LinuxTV.org Project
6742 L:      [email protected]
6743 W:      http://linuxtv.org
6744 Q:      http://patchwork.kernel.org/project/linux-media/list/
6745 T:      git git://linuxtv.org/media_tree.git
6746 S:      Maintained
6747 F:      Documentation/dvb/
6748 F:      Documentation/video4linux/
6749 F:      Documentation/DocBook/media/
6750 F:      drivers/media/
6751 F:      drivers/staging/media/
6752 F:      include/media/
6753 F:      include/uapi/linux/dvb/
6754 F:      include/uapi/linux/videodev2.h
6755 F:      include/uapi/linux/media.h
6756 F:      include/uapi/linux/v4l2-*
6757 F:      include/uapi/linux/meye.h
6758 F:      include/uapi/linux/ivtv*
6759 F:      include/uapi/linux/uvcvideo.h
6760
6761 MEDIATEK MT7601U WIRELESS LAN DRIVER
6762 M:      Jakub Kicinski <[email protected]>
6763 L:      [email protected]
6764 S:      Maintained
6765 F:      drivers/net/wireless/mediatek/mt7601u/
6766
6767 MEGARAID SCSI/SAS DRIVERS
6768 M:      Kashyap Desai <[email protected]>
6769 M:      Sumit Saxena <[email protected]>
6770 M:      Uday Lingala <[email protected]>
6771 L:      [email protected]
6772 L:      [email protected]
6773 W:      http://www.lsi.com
6774 S:      Maintained
6775 F:      Documentation/scsi/megaraid.txt
6776 F:      drivers/scsi/megaraid.*
6777 F:      drivers/scsi/megaraid/
6778
6779 MELLANOX ETHERNET DRIVER (mlx4_en)
6780 M:      Amir Vadai <[email protected]>
6781 M:      Ido Shamay <[email protected]>
6782 L:      [email protected]
6783 S:      Supported
6784 W:      http://www.mellanox.com
6785 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6786 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6787
6788 MELLANOX ETHERNET SWITCH DRIVERS
6789 M:      Jiri Pirko <[email protected]>
6790 M:      Ido Schimmel <[email protected]>
6791 L:      [email protected]
6792 S:      Supported
6793 W:      http://www.mellanox.com
6794 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6795 F:      drivers/net/ethernet/mellanox/mlxsw/
6796
6797 MEMBARRIER SUPPORT
6798 M:      Mathieu Desnoyers <[email protected]>
6799 M:      "Paul E. McKenney" <[email protected]>
6800 L:      [email protected]
6801 S:      Supported
6802 F:      kernel/membarrier.c
6803 F:      include/uapi/linux/membarrier.h
6804
6805 MEMORY MANAGEMENT
6806 L:      [email protected]
6807 W:      http://www.linux-mm.org
6808 S:      Maintained
6809 F:      include/linux/mm.h
6810 F:      include/linux/gfp.h
6811 F:      include/linux/mmzone.h
6812 F:      include/linux/memory_hotplug.h
6813 F:      include/linux/vmalloc.h
6814 F:      mm/
6815
6816 MEMORY TECHNOLOGY DEVICES (MTD)
6817 M:      David Woodhouse <[email protected]>
6818 M:      Brian Norris <[email protected]>
6819 L:      [email protected]
6820 W:      http://www.linux-mtd.infradead.org/
6821 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6822 T:      git git://git.infradead.org/linux-mtd.git
6823 T:      git git://git.infradead.org/l2-mtd.git
6824 S:      Maintained
6825 F:      drivers/mtd/
6826 F:      include/linux/mtd/
6827 F:      include/uapi/mtd/
6828
6829 MEN A21 WATCHDOG DRIVER
6830 M:      Johannes Thumshirn <[email protected]>
6831 L:      [email protected]
6832 S:      Maintained
6833 F:      drivers/watchdog/mena21_wdt.c
6834
6835 MEN CHAMELEON BUS (mcb)
6836 M:      Johannes Thumshirn <[email protected]>
6837 S:      Maintained
6838 F:      drivers/mcb/
6839 F:      include/linux/mcb.h
6840 F:      Documentation/men-chameleon-bus.txt
6841
6842 MEN F21BMC (Board Management Controller)
6843 M:      Andreas Werner <[email protected]>
6844 S:      Supported
6845 F:      drivers/mfd/menf21bmc.c
6846 F:      drivers/watchdog/menf21bmc_wdt.c
6847 F:      drivers/leds/leds-menf21bmc.c
6848 F:      drivers/hwmon/menf21bmc_hwmon.c
6849 F:      Documentation/hwmon/menf21bmc
6850
6851 METAG ARCHITECTURE
6852 M:      James Hogan <[email protected]>
6853 L:      [email protected]
6854 S:      Supported
6855 F:      arch/metag/
6856 F:      Documentation/metag/
6857 F:      Documentation/devicetree/bindings/metag/
6858 F:      drivers/clocksource/metag_generic.c
6859 F:      drivers/irqchip/irq-metag.c
6860 F:      drivers/irqchip/irq-metag-ext.c
6861 F:      drivers/tty/metag_da.c
6862
6863 MICROBLAZE ARCHITECTURE
6864 M:      Michal Simek <[email protected]>
6865 W:      http://www.monstr.eu/fdt/
6866 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6867 S:      Supported
6868 F:      arch/microblaze/
6869
6870 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6871 M:      Chen Yu <[email protected]>
6872 L:      [email protected]
6873 S:      Supported
6874 F:      drivers/platform/x86/surfacepro3_button.c
6875
6876 MICROTEK X6 SCANNER
6877 M:      Oliver Neukum <[email protected]>
6878 S:      Maintained
6879 F:      drivers/usb/image/microtek.*
6880
6881 MIPS
6882 M:      Ralf Baechle <[email protected]>
6883 L:      [email protected]
6884 W:      http://www.linux-mips.org/
6885 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6886 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6887 S:      Supported
6888 F:      Documentation/mips/
6889 F:      arch/mips/
6890
6891 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6892 M:      Hans Verkuil <[email protected]>
6893 L:      [email protected]
6894 T:      git git://linuxtv.org/media_tree.git
6895 W:      http://linuxtv.org
6896 S:      Odd Fixes
6897 F:      drivers/media/radio/radio-miropcm20*
6898
6899 Mellanox MLX5 core VPI driver
6900 M:      Eli Cohen <[email protected]>
6901 L:      [email protected]
6902 L:      [email protected]
6903 W:      http://www.mellanox.com
6904 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6905 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6906 T:      git git://openfabrics.org/~eli/connect-ib.git
6907 S:      Supported
6908 F:      drivers/net/ethernet/mellanox/mlx5/core/
6909 F:      include/linux/mlx5/
6910
6911 Mellanox MLX5 IB driver
6912 M:      Eli Cohen <[email protected]>
6913 L:      [email protected]
6914 W:      http://www.mellanox.com
6915 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6916 T:      git git://openfabrics.org/~eli/connect-ib.git
6917 S:      Supported
6918 F:      include/linux/mlx5/
6919 F:      drivers/infiniband/hw/mlx5/
6920
6921 MN88472 MEDIA DRIVER
6922 M:      Antti Palosaari <[email protected]>
6923 L:      [email protected]
6924 W:      http://linuxtv.org/
6925 W:      http://palosaari.fi/linux/
6926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6927 T:      git git://linuxtv.org/anttip/media_tree.git
6928 S:      Maintained
6929 F:      drivers/staging/media/mn88472/
6930 F:      drivers/media/dvb-frontends/mn88472.h
6931
6932 MN88473 MEDIA DRIVER
6933 M:      Antti Palosaari <[email protected]>
6934 L:      [email protected]
6935 W:      http://linuxtv.org/
6936 W:      http://palosaari.fi/linux/
6937 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6938 T:      git git://linuxtv.org/anttip/media_tree.git
6939 S:      Maintained
6940 F:      drivers/staging/media/mn88473/
6941 F:      drivers/media/dvb-frontends/mn88473.h
6942
6943 MODULE SUPPORT
6944 M:      Rusty Russell <[email protected]>
6945 S:      Maintained
6946 F:      include/linux/module.h
6947 F:      kernel/module.c
6948
6949 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6950 W:      http://popies.net/meye/
6951 S:      Orphan
6952 F:      Documentation/video4linux/meye.txt
6953 F:      drivers/media/pci/meye/
6954 F:      include/uapi/linux/meye.h
6955
6956 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6957 M:      Jiri Slaby <[email protected]>
6958 S:      Maintained
6959 F:      Documentation/serial/moxa-smartio
6960 F:      drivers/tty/mxser.*
6961
6962 MR800 AVERMEDIA USB FM RADIO DRIVER
6963 M:      Alexey Klimov <[email protected]>
6964 L:      [email protected]
6965 T:      git git://linuxtv.org/media_tree.git
6966 S:      Maintained
6967 F:      drivers/media/radio/radio-mr800.c
6968
6969 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6970 M:      Alan Ott <[email protected]>
6971 L:      [email protected]
6972 S:      Maintained
6973 F:      drivers/net/ieee802154/mrf24j40.c
6974
6975 MSI LAPTOP SUPPORT
6976 M:      "Lee, Chun-Yi" <[email protected]>
6977 L:      [email protected]
6978 S:      Maintained
6979 F:      drivers/platform/x86/msi-laptop.c
6980
6981 MSI WMI SUPPORT
6982 L:      [email protected]
6983 S:      Orphan
6984 F:      drivers/platform/x86/msi-wmi.c
6985
6986 MSI001 MEDIA DRIVER
6987 M:      Antti Palosaari <[email protected]>
6988 L:      [email protected]
6989 W:      http://linuxtv.org/
6990 W:      http://palosaari.fi/linux/
6991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6992 T:      git git://linuxtv.org/anttip/media_tree.git
6993 S:      Maintained
6994 F:      drivers/media/tuners/msi001*
6995
6996 MSI2500 MEDIA DRIVER
6997 M:      Antti Palosaari <[email protected]>
6998 L:      [email protected]
6999 W:      http://linuxtv.org/
7000 W:      http://palosaari.fi/linux/
7001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7002 T:      git git://linuxtv.org/anttip/media_tree.git
7003 S:      Maintained
7004 F:      drivers/media/usb/msi2500/
7005
7006 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7007 M:      Robert Jarzmik <[email protected]>
7008 L:      [email protected]
7009 S:      Maintained
7010 F:      drivers/mtd/devices/docg3*
7011
7012 MT9M032 APTINA SENSOR DRIVER
7013 M:      Laurent Pinchart <[email protected]>
7014 L:      [email protected]
7015 T:      git git://linuxtv.org/media_tree.git
7016 S:      Maintained
7017 F:      drivers/media/i2c/mt9m032.c
7018 F:      include/media/mt9m032.h
7019
7020 MT9P031 APTINA CAMERA SENSOR
7021 M:      Laurent Pinchart <[email protected]>
7022 L:      [email protected]
7023 T:      git git://linuxtv.org/media_tree.git
7024 S:      Maintained
7025 F:      drivers/media/i2c/mt9p031.c
7026 F:      include/media/mt9p031.h
7027
7028 MT9T001 APTINA CAMERA SENSOR
7029 M:      Laurent Pinchart <[email protected]>
7030 L:      [email protected]
7031 T:      git git://linuxtv.org/media_tree.git
7032 S:      Maintained
7033 F:      drivers/media/i2c/mt9t001.c
7034 F:      include/media/mt9t001.h
7035
7036 MT9V032 APTINA CAMERA SENSOR
7037 M:      Laurent Pinchart <[email protected]>
7038 L:      [email protected]
7039 T:      git git://linuxtv.org/media_tree.git
7040 S:      Maintained
7041 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7042 F:      drivers/media/i2c/mt9v032.c
7043 F:      include/media/mt9v032.h
7044
7045 MULTIFUNCTION DEVICES (MFD)
7046 M:      Samuel Ortiz <[email protected]>
7047 M:      Lee Jones <[email protected]>
7048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7049 S:      Supported
7050 F:      drivers/mfd/
7051 F:      include/linux/mfd/
7052
7053 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7054 M:      Ulf Hansson <[email protected]>
7055 L:      [email protected]
7056 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7057 S:      Maintained
7058 F:      drivers/mmc/
7059 F:      include/linux/mmc/
7060 F:      include/uapi/linux/mmc/
7061
7062 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7063 S:      Orphan
7064 F:      drivers/mmc/host/mmc_spi.c
7065 F:      include/linux/spi/mmc_spi.h
7066
7067 MULTISOUND SOUND DRIVER
7068 M:      Andrew Veliath <[email protected]>
7069 S:      Maintained
7070 F:      Documentation/sound/oss/MultiSound
7071 F:      sound/oss/msnd*
7072
7073 MULTITECH MULTIPORT CARD (ISICOM)
7074 S:      Orphan
7075 F:      drivers/tty/isicom.c
7076 F:      include/linux/isicom.h
7077
7078 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7079 M:      Felipe Balbi <[email protected]>
7080 L:      [email protected]
7081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7082 S:      Maintained
7083 F:      drivers/usb/musb/
7084
7085 MXL5007T MEDIA DRIVER
7086 M:      Michael Krufky <[email protected]>
7087 L:      [email protected]
7088 W:      http://linuxtv.org/
7089 W:      http://github.com/mkrufky
7090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7091 T:      git git://linuxtv.org/mkrufky/tuners.git
7092 S:      Maintained
7093 F:      drivers/media/tuners/mxl5007t.*
7094
7095 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7096 M:      Hyong-Youb Kim <[email protected]>
7097 L:      [email protected]
7098 W:      https://www.myricom.com/support/downloads/myri10ge.html
7099 S:      Supported
7100 F:      drivers/net/ethernet/myricom/myri10ge/
7101
7102 NATSEMI ETHERNET DRIVER (DP8381x)
7103 S:      Orphan
7104 F:      drivers/net/ethernet/natsemi/natsemi.c
7105
7106 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7107 M:      Daniel Mack <[email protected]>
7108 S:      Maintained
7109 L:      [email protected] (moderated for non-subscribers)
7110 W:      http://www.native-instruments.com
7111 F:      sound/usb/caiaq/
7112
7113 NCP FILESYSTEM
7114 M:      Petr Vandrovec <[email protected]>
7115 S:      Odd Fixes
7116 F:      fs/ncpfs/
7117
7118 NCR 5380 SCSI DRIVERS
7119 M:      Finn Thain <[email protected]>
7120 M:      Michael Schmitz <[email protected]>
7121 L:      [email protected]
7122 S:      Maintained
7123 F:      Documentation/scsi/g_NCR5380.txt
7124 F:      drivers/scsi/NCR5380.*
7125 F:      drivers/scsi/arm/cumana_1.c
7126 F:      drivers/scsi/arm/oak.c
7127 F:      drivers/scsi/atari_NCR5380.c
7128 F:      drivers/scsi/atari_scsi.*
7129 F:      drivers/scsi/dmx3191d.c
7130 F:      drivers/scsi/dtc.*
7131 F:      drivers/scsi/g_NCR5380.*
7132 F:      drivers/scsi/g_NCR5380_mmio.c
7133 F:      drivers/scsi/mac_scsi.*
7134 F:      drivers/scsi/pas16.*
7135 F:      drivers/scsi/sun3_scsi.*
7136 F:      drivers/scsi/sun3_scsi_vme.c
7137 F:      drivers/scsi/t128.*
7138
7139 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7140 M:      "James E.J. Bottomley" <[email protected]>
7141 L:      [email protected]
7142 S:      Maintained
7143 F:      drivers/scsi/NCR_D700.*
7144
7145 NCT6775 HARDWARE MONITOR DRIVER
7146 M:      Guenter Roeck <[email protected]>
7147 L:      [email protected]
7148 S:      Maintained
7149 F:      Documentation/hwmon/nct6775
7150 F:      drivers/hwmon/nct6775.c
7151
7152 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7153 M:      Faisal Latif <[email protected]>
7154 L:      [email protected]
7155 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7156 S:      Supported
7157 F:      drivers/infiniband/hw/nes/
7158
7159 NETEM NETWORK EMULATOR
7160 M:      Stephen Hemminger <[email protected]>
7161 L:      [email protected]
7162 S:      Maintained
7163 F:      net/sched/sch_netem.c
7164
7165 NETERION 10GbE DRIVERS (s2io/vxge)
7166 M:      Jon Mason <[email protected]>
7167 L:      [email protected]
7168 S:      Supported
7169 F:      Documentation/networking/s2io.txt
7170 F:      Documentation/networking/vxge.txt
7171 F:      drivers/net/ethernet/neterion/
7172
7173 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7174 M:      Pablo Neira Ayuso <[email protected]>
7175 M:      Patrick McHardy <[email protected]>
7176 M:      Jozsef Kadlecsik <[email protected]>
7177 L:      [email protected]
7178 L:      [email protected]
7179 W:      http://www.netfilter.org/
7180 W:      http://www.iptables.org/
7181 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7184 S:      Supported
7185 F:      include/linux/netfilter*
7186 F:      include/linux/netfilter/
7187 F:      include/net/netfilter/
7188 F:      include/uapi/linux/netfilter*
7189 F:      include/uapi/linux/netfilter/
7190 F:      net/*/netfilter.c
7191 F:      net/*/netfilter/
7192 F:      net/netfilter/
7193 F:      net/bridge/br_netfilter*.c
7194
7195 NETLABEL
7196 M:      Paul Moore <[email protected]>
7197 W:      http://netlabel.sf.net
7198 L:      [email protected]
7199 S:      Maintained
7200 F:      Documentation/netlabel/
7201 F:      include/net/netlabel.h
7202 F:      net/netlabel/
7203
7204 NETROM NETWORK LAYER
7205 M:      Ralf Baechle <[email protected]>
7206 L:      [email protected]
7207 W:      http://www.linux-ax25.org/
7208 S:      Maintained
7209 F:      include/net/netrom.h
7210 F:      include/uapi/linux/netrom.h
7211 F:      net/netrom/
7212
7213 NETWORK BLOCK DEVICE (NBD)
7214 M:      Markus Pargmann <[email protected]>
7215 S:      Maintained
7216 L:      [email protected]
7217 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7218 F:      Documentation/blockdev/nbd.txt
7219 F:      drivers/block/nbd.c
7220 F:      include/uapi/linux/nbd.h
7221
7222 NETWORK DROP MONITOR
7223 M:      Neil Horman <[email protected]>
7224 L:      [email protected]
7225 S:      Maintained
7226 W:      https://fedorahosted.org/dropwatch/
7227 F:      net/core/drop_monitor.c
7228
7229 NETWORKING [GENERAL]
7230 M:      "David S. Miller" <[email protected]>
7231 L:      [email protected]
7232 W:      http://www.linuxfoundation.org/en/Net
7233 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7236 S:      Maintained
7237 F:      net/
7238 F:      include/net/
7239 F:      include/linux/in.h
7240 F:      include/linux/net.h
7241 F:      include/linux/netdevice.h
7242 F:      include/uapi/linux/in.h
7243 F:      include/uapi/linux/net.h
7244 F:      include/uapi/linux/netdevice.h
7245 F:      include/uapi/linux/net_namespace.h
7246 F:      tools/net/
7247 F:      tools/testing/selftests/net/
7248 F:      lib/random32.c
7249 F:      lib/test_bpf.c
7250
7251 NETWORKING [IPv4/IPv6]
7252 M:      "David S. Miller" <[email protected]>
7253 M:      Alexey Kuznetsov <[email protected]>
7254 M:      James Morris <[email protected]>
7255 M:      Hideaki YOSHIFUJI <[email protected]>
7256 M:      Patrick McHardy <[email protected]>
7257 L:      [email protected]
7258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7259 S:      Maintained
7260 F:      net/ipv4/
7261 F:      net/ipv6/
7262 F:      include/net/ip*
7263 F:      arch/x86/net/*
7264
7265 NETWORKING [IPSEC]
7266 M:      Steffen Klassert <[email protected]>
7267 M:      Herbert Xu <[email protected]>
7268 M:      "David S. Miller" <[email protected]>
7269 L:      [email protected]
7270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7272 S:      Maintained
7273 F:      net/core/flow.c
7274 F:      net/xfrm/
7275 F:      net/key/
7276 F:      net/ipv4/xfrm*
7277 F:      net/ipv4/esp4.c
7278 F:      net/ipv4/ah4.c
7279 F:      net/ipv4/ipcomp.c
7280 F:      net/ipv4/ip_vti.c
7281 F:      net/ipv6/xfrm*
7282 F:      net/ipv6/esp6.c
7283 F:      net/ipv6/ah6.c
7284 F:      net/ipv6/ipcomp6.c
7285 F:      net/ipv6/ip6_vti.c
7286 F:      include/uapi/linux/xfrm.h
7287 F:      include/net/xfrm.h
7288
7289 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7290 M:      Paul Moore <[email protected]>
7291 L:      [email protected]
7292 S:      Maintained
7293
7294 NETWORKING [WIRELESS]
7295 L:      [email protected]
7296 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7297
7298 NETWORKING DRIVERS
7299 L:      [email protected]
7300 W:      http://www.linuxfoundation.org/en/Net
7301 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7304 S:      Odd Fixes
7305 F:      drivers/net/
7306 F:      include/linux/if_*
7307 F:      include/linux/netdevice.h
7308 F:      include/linux/arcdevice.h
7309 F:      include/linux/etherdevice.h
7310 F:      include/linux/fcdevice.h
7311 F:      include/linux/fddidevice.h
7312 F:      include/linux/hippidevice.h
7313 F:      include/linux/inetdevice.h
7314 F:      include/uapi/linux/if_*
7315 F:      include/uapi/linux/netdevice.h
7316
7317 NETWORKING DRIVERS (WIRELESS)
7318 M:      Kalle Valo <[email protected]>
7319 L:      [email protected]
7320 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7322 S:      Maintained
7323 F:      drivers/net/wireless/
7324
7325 NETXEN (1/10) GbE SUPPORT
7326 M:      Manish Chopra <[email protected]>
7327 M:      Sony Chacko <[email protected]>
7328 M:      Rajesh Borundia <[email protected]>
7329 L:      [email protected]
7330 W:      http://www.qlogic.com
7331 S:      Supported
7332 F:      drivers/net/ethernet/qlogic/netxen/
7333
7334 NFC SUBSYSTEM
7335 M:      Lauro Ramos Venancio <[email protected]>
7336 M:      Aloisio Almeida Jr <[email protected]>
7337 M:      Samuel Ortiz <[email protected]>
7338 L:      [email protected]
7339 L:      [email protected] (subscribers-only)
7340 S:      Supported
7341 F:      net/nfc/
7342 F:      include/net/nfc/
7343 F:      include/uapi/linux/nfc.h
7344 F:      drivers/nfc/
7345 F:      include/linux/platform_data/pn544.h
7346 F:      Documentation/devicetree/bindings/net/nfc/
7347
7348 NFS, SUNRPC, AND LOCKD CLIENTS
7349 M:      Trond Myklebust <[email protected]>
7350 M:      Anna Schumaker <[email protected]>
7351 L:      [email protected]
7352 W:      http://client.linux-nfs.org
7353 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7354 S:      Maintained
7355 F:      fs/lockd/
7356 F:      fs/nfs/
7357 F:      fs/nfs_common/
7358 F:      net/sunrpc/
7359 F:      include/linux/lockd/
7360 F:      include/linux/nfs*
7361 F:      include/linux/sunrpc/
7362 F:      include/uapi/linux/nfs*
7363 F:      include/uapi/linux/sunrpc/
7364
7365 NILFS2 FILESYSTEM
7366 M:      Ryusuke Konishi <[email protected]>
7367 L:      [email protected]
7368 W:      http://nilfs.sourceforge.net/
7369 T:      git git://github.com/konis/nilfs2.git
7370 S:      Supported
7371 F:      Documentation/filesystems/nilfs2.txt
7372 F:      fs/nilfs2/
7373 F:      include/linux/nilfs2_fs.h
7374
7375 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7376 M:      YOKOTA Hiroshi <[email protected]>
7377 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7378 S:      Maintained
7379 F:      Documentation/scsi/NinjaSCSI.txt
7380 F:      drivers/scsi/pcmcia/nsp_*
7381
7382 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7383 M:      GOTO Masanori <[email protected]>
7384 M:      YOKOTA Hiroshi <[email protected]>
7385 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7386 S:      Maintained
7387 F:      Documentation/scsi/NinjaSCSI.txt
7388 F:      drivers/scsi/nsp32*
7389
7390 NIOS2 ARCHITECTURE
7391 M:      Ley Foon Tan <[email protected]>
7392 L:      [email protected] (moderated for non-subscribers)
7393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7394 S:      Maintained
7395 F:      arch/nios2/
7396
7397 NOKIA N900 POWER SUPPLY DRIVERS
7398 M:      Pali RohĂ¡r <[email protected]>
7399 S:      Maintained
7400 F:      include/linux/power/bq2415x_charger.h
7401 F:      include/linux/power/bq27x00_battery.h
7402 F:      include/linux/power/isp1704_charger.h
7403 F:      drivers/power/bq2415x_charger.c
7404 F:      drivers/power/bq27x00_battery.c
7405 F:      drivers/power/isp1704_charger.c
7406 F:      drivers/power/rx51_battery.c
7407
7408 NTB DRIVER CORE
7409 M:      Jon Mason <[email protected]>
7410 M:      Dave Jiang <[email protected]>
7411 M:      Allen Hubbe <[email protected]>
7412 L:      [email protected]
7413 S:      Supported
7414 W:      https://github.com/jonmason/ntb/wiki
7415 T:      git git://github.com/jonmason/ntb.git
7416 F:      drivers/ntb/
7417 F:      drivers/net/ntb_netdev.c
7418 F:      include/linux/ntb.h
7419 F:      include/linux/ntb_transport.h
7420
7421 NTB INTEL DRIVER
7422 M:      Jon Mason <[email protected]>
7423 M:      Dave Jiang <[email protected]>
7424 L:      [email protected]
7425 S:      Supported
7426 W:      https://github.com/jonmason/ntb/wiki
7427 T:      git git://github.com/jonmason/ntb.git
7428 F:      drivers/ntb/hw/intel/
7429
7430 NTFS FILESYSTEM
7431 M:      Anton Altaparmakov <[email protected]>
7432 L:      [email protected]
7433 W:      http://www.tuxera.com/
7434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7435 S:      Supported
7436 F:      Documentation/filesystems/ntfs.txt
7437 F:      fs/ntfs/
7438
7439 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7440 M:      Antonino Daplas <[email protected]>
7441 L:      [email protected]
7442 S:      Maintained
7443 F:      drivers/video/fbdev/riva/
7444 F:      drivers/video/fbdev/nvidia/
7445
7446 NVM EXPRESS DRIVER
7447 M:      Matthew Wilcox <[email protected]>
7448 L:      [email protected]
7449 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7450 S:      Supported
7451 F:      drivers/block/nvme*
7452 F:      include/linux/nvme.h
7453
7454 NVMEM FRAMEWORK
7455 M:      Srinivas Kandagatla <[email protected]>
7456 M:      Maxime Ripard <[email protected]>
7457 S:      Maintained
7458 F:      drivers/nvmem/
7459 F:      Documentation/devicetree/bindings/nvmem/
7460 F:      include/linux/nvmem-consumer.h
7461 F:      include/linux/nvmem-provider.h
7462
7463 NXP-NCI NFC DRIVER
7464 M:      ClĂ©ment Perrochaud <[email protected]>
7465 R:      Charles Gorand <[email protected]>
7466 L:      [email protected] (moderated for non-subscribers)
7467 S:      Supported
7468 F:      drivers/nfc/nxp-nci
7469
7470 NXP TDA998X DRM DRIVER
7471 M:      Russell King <[email protected]>
7472 S:      Supported
7473 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7474 F:      include/drm/i2c/tda998x.h
7475
7476 NXP TFA9879 DRIVER
7477 M:      Peter Rosin <[email protected]>
7478 L:      [email protected] (moderated for non-subscribers)
7479 S:      Maintained
7480 F:      sound/soc/codecs/tfa9879*
7481
7482 OMAP SUPPORT
7483 M:      Tony Lindgren <[email protected]>
7484 L:      [email protected]
7485 W:      http://www.muru.com/linux/omap/
7486 W:      http://linux.omap.com/
7487 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7489 S:      Maintained
7490 F:      arch/arm/*omap*/
7491 F:      arch/arm/configs/omap1_defconfig
7492 F:      arch/arm/configs/omap2plus_defconfig
7493 F:      drivers/i2c/busses/i2c-omap.c
7494 F:      drivers/irqchip/irq-omap-intc.c
7495 F:      drivers/mfd/*omap*.c
7496 F:      drivers/mfd/menelaus.c
7497 F:      drivers/mfd/palmas.c
7498 F:      drivers/mfd/tps65217.c
7499 F:      drivers/mfd/tps65218.c
7500 F:      drivers/mfd/tps65910.c
7501 F:      drivers/mfd/twl-core.[ch]
7502 F:      drivers/mfd/twl4030*.c
7503 F:      drivers/mfd/twl6030*.c
7504 F:      drivers/mfd/twl6040*.c
7505 F:      drivers/regulator/palmas-regulator*.c
7506 F:      drivers/regulator/pbias-regulator.c
7507 F:      drivers/regulator/tps65217-regulator.c
7508 F:      drivers/regulator/tps65218-regulator.c
7509 F:      drivers/regulator/tps65910-regulator.c
7510 F:      drivers/regulator/twl-regulator.c
7511 F:      include/linux/i2c-omap.h
7512
7513 OMAP DEVICE TREE SUPPORT
7514 M:      BenoĂ®t Cousson <[email protected]>
7515 M:      Tony Lindgren <[email protected]>
7516 L:      [email protected]
7517 L:      [email protected]
7518 S:      Maintained
7519 F:      arch/arm/boot/dts/*omap*
7520 F:      arch/arm/boot/dts/*am3*
7521 F:      arch/arm/boot/dts/*am4*
7522 F:      arch/arm/boot/dts/*am5*
7523 F:      arch/arm/boot/dts/*dra7*
7524
7525 OMAP CLOCK FRAMEWORK SUPPORT
7526 M:      Paul Walmsley <[email protected]>
7527 L:      [email protected]
7528 S:      Maintained
7529 F:      arch/arm/*omap*/*clock*
7530
7531 OMAP POWER MANAGEMENT SUPPORT
7532 M:      Kevin Hilman <[email protected]>
7533 L:      [email protected]
7534 S:      Maintained
7535 F:      arch/arm/*omap*/*pm*
7536 F:      drivers/cpufreq/omap-cpufreq.c
7537
7538 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7539 M:      Rajendra Nayak <[email protected]>
7540 M:      Paul Walmsley <[email protected]>
7541 L:      [email protected]
7542 S:      Maintained
7543 F:      arch/arm/mach-omap2/prm*
7544
7545 OMAP AUDIO SUPPORT
7546 M:      Peter Ujfalusi <[email protected]>
7547 M:      Jarkko Nikula <[email protected]>
7548 L:      [email protected] (moderated for non-subscribers)
7549 L:      [email protected]
7550 S:      Maintained
7551 F:      sound/soc/omap/
7552
7553 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7554 M:      Roger Quadros <[email protected]>
7555 M:      Tony Lindgren <[email protected]>
7556 L:      [email protected]
7557 S:      Maintained
7558 F:      drivers/memory/omap-gpmc.c
7559 F:      arch/arm/mach-omap2/*gpmc*
7560
7561 OMAP FRAMEBUFFER SUPPORT
7562 M:      Tomi Valkeinen <[email protected]>
7563 L:      [email protected]
7564 L:      [email protected]
7565 S:      Maintained
7566 F:      drivers/video/fbdev/omap/
7567
7568 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7569 M:      Tomi Valkeinen <[email protected]>
7570 L:      [email protected]
7571 L:      [email protected]
7572 S:      Maintained
7573 F:      drivers/video/fbdev/omap2/
7574 F:      Documentation/arm/OMAP/DSS
7575
7576 OMAP HARDWARE SPINLOCK SUPPORT
7577 M:      Ohad Ben-Cohen <[email protected]>
7578 L:      [email protected]
7579 S:      Maintained
7580 F:      drivers/hwspinlock/omap_hwspinlock.c
7581
7582 OMAP MMC SUPPORT
7583 M:      Jarkko Lavinen <[email protected]>
7584 L:      [email protected]
7585 S:      Maintained
7586 F:      drivers/mmc/host/omap.c
7587
7588 OMAP HS MMC SUPPORT
7589 L:      [email protected]
7590 L:      [email protected]
7591 S:      Orphan
7592 F:      drivers/mmc/host/omap_hsmmc.c
7593
7594 OMAP RANDOM NUMBER GENERATOR SUPPORT
7595 M:      Deepak Saxena <[email protected]>
7596 S:      Maintained
7597 F:      drivers/char/hw_random/omap-rng.c
7598
7599 OMAP HWMOD SUPPORT
7600 M:      BenoĂ®t Cousson <[email protected]>
7601 M:      Paul Walmsley <[email protected]>
7602 L:      [email protected]
7603 S:      Maintained
7604 F:      arch/arm/mach-omap2/omap_hwmod.*
7605
7606 OMAP HWMOD DATA
7607 M:      Paul Walmsley <[email protected]>
7608 L:      [email protected]
7609 S:      Maintained
7610 F:      arch/arm/mach-omap2/omap_hwmod*data*
7611
7612 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7613 M:      BenoĂ®t Cousson <[email protected]>
7614 L:      [email protected]
7615 S:      Maintained
7616 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7617
7618 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7619 M:      Laurent Pinchart <[email protected]>
7620 L:      [email protected]
7621 S:      Maintained
7622 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7623 F:      drivers/media/platform/omap3isp/
7624 F:      drivers/staging/media/omap4iss/
7625
7626 OMAP USB SUPPORT
7627 M:      Felipe Balbi <[email protected]>
7628 L:      [email protected]
7629 L:      [email protected]
7630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7631 S:      Maintained
7632 F:      drivers/usb/*/*omap*
7633 F:      arch/arm/*omap*/usb*
7634
7635 OMAP GPIO DRIVER
7636 M:      Javier Martinez Canillas <[email protected]>
7637 M:      Santosh Shilimkar <[email protected]>
7638 M:      Kevin Hilman <[email protected]>
7639 L:      [email protected]
7640 S:      Maintained
7641 F:      drivers/gpio/gpio-omap.c
7642
7643 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7644 M:      Mark Jackson <[email protected]>
7645 L:      [email protected]
7646 S:      Maintained
7647 F:      arch/arm/boot/dts/am335x-nano.dts
7648
7649 OMFS FILESYSTEM
7650 M:      Bob Copeland <[email protected]>
7651 L:      [email protected]
7652 S:      Maintained
7653 F:      Documentation/filesystems/omfs.txt
7654 F:      fs/omfs/
7655
7656 OMNIKEY CARDMAN 4000 DRIVER
7657 M:      Harald Welte <[email protected]>
7658 S:      Maintained
7659 F:      drivers/char/pcmcia/cm4000_cs.c
7660 F:      include/linux/cm4000_cs.h
7661 F:      include/uapi/linux/cm4000_cs.h
7662
7663 OMNIKEY CARDMAN 4040 DRIVER
7664 M:      Harald Welte <[email protected]>
7665 S:      Maintained
7666 F:      drivers/char/pcmcia/cm4040_cs.*
7667
7668 OMNIVISION OV7670 SENSOR DRIVER
7669 M:      Jonathan Corbet <[email protected]>
7670 L:      [email protected]
7671 T:      git git://linuxtv.org/media_tree.git
7672 S:      Maintained
7673 F:      drivers/media/i2c/ov7670.c
7674
7675 ONENAND FLASH DRIVER
7676 M:      Kyungmin Park <[email protected]>
7677 L:      [email protected]
7678 S:      Maintained
7679 F:      drivers/mtd/onenand/
7680 F:      include/linux/mtd/onenand*.h
7681
7682 ONSTREAM SCSI TAPE DRIVER
7683 M:      Willem Riede <[email protected]>
7684 L:      [email protected]
7685 L:      [email protected]
7686 S:      Maintained
7687 F:      Documentation/scsi/osst.txt
7688 F:      drivers/scsi/osst.*
7689 F:      drivers/scsi/osst_*.h
7690 F:      drivers/scsi/st.h
7691
7692 OPENCORES I2C BUS DRIVER
7693 M:      Peter Korsgaard <[email protected]>
7694 L:      [email protected]
7695 S:      Maintained
7696 F:      Documentation/i2c/busses/i2c-ocores
7697 F:      drivers/i2c/busses/i2c-ocores.c
7698
7699 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7700 M:      Rob Herring <[email protected]>
7701 M:      Frank Rowand <[email protected]>
7702 M:      Grant Likely <[email protected]>
7703 L:      [email protected]
7704 W:      http://www.devicetree.org/
7705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7706 S:      Maintained
7707 F:      drivers/of/
7708 F:      include/linux/of*.h
7709 F:      scripts/dtc/
7710
7711 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7712 M:      Rob Herring <[email protected]>
7713 M:      Pawel Moll <[email protected]>
7714 M:      Mark Rutland <[email protected]>
7715 M:      Ian Campbell <[email protected]>
7716 M:      Kumar Gala <[email protected]>
7717 L:      [email protected]
7718 S:      Maintained
7719 F:      Documentation/devicetree/
7720 F:      arch/*/boot/dts/
7721 F:      include/dt-bindings/
7722
7723 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7724 M:      Pantelis Antoniou <[email protected]>
7725 L:      [email protected]
7726 S:      Maintained
7727 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7728 F:      Documentation/devicetree/overlay-notes.txt
7729 F:      drivers/of/overlay.c
7730 F:      drivers/of/resolver.c
7731
7732 OPENRISC ARCHITECTURE
7733 M:      Jonas Bonn <[email protected]>
7734 W:      http://openrisc.net
7735 L:      [email protected] (moderated for non-subscribers)
7736 S:      Maintained
7737 T:      git git://openrisc.net/~jonas/linux
7738 F:      arch/openrisc/
7739
7740 OPENVSWITCH
7741 M:      Pravin Shelar <[email protected]>
7742 L:      [email protected]
7743 L:      [email protected]
7744 W:      http://openvswitch.org
7745 S:      Maintained
7746 F:      net/openvswitch/
7747 F:      include/uapi/linux/openvswitch.h
7748
7749 OPL4 DRIVER
7750 M:      Clemens Ladisch <[email protected]>
7751 L:      [email protected] (moderated for non-subscribers)
7752 T:      git git://git.alsa-project.org/alsa-kernel.git
7753 S:      Maintained
7754 F:      sound/drivers/opl4/
7755
7756 OPROFILE
7757 M:      Robert Richter <[email protected]>
7758 L:      [email protected]
7759 S:      Maintained
7760 F:      arch/*/include/asm/oprofile*.h
7761 F:      arch/*/oprofile/
7762 F:      drivers/oprofile/
7763 F:      include/linux/oprofile.h
7764
7765 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7766 M:      Mark Fasheh <[email protected]>
7767 M:      Joel Becker <[email protected]>
7768 L:      [email protected] (moderated for non-subscribers)
7769 W:      http://ocfs2.wiki.kernel.org
7770 S:      Supported
7771 F:      Documentation/filesystems/ocfs2.txt
7772 F:      Documentation/filesystems/dlmfs.txt
7773 F:      fs/ocfs2/
7774
7775 ORINOCO DRIVER
7776 L:      [email protected]
7777 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7778 W:      http://www.nongnu.org/orinoco/
7779 S:      Orphan
7780 F:      drivers/net/wireless/orinoco/
7781
7782 OSD LIBRARY and FILESYSTEM
7783 M:      Boaz Harrosh <[email protected]>
7784 M:      Benny Halevy <[email protected]>
7785 L:      [email protected]
7786 W:      http://open-osd.org
7787 T:      git git://git.open-osd.org/open-osd.git
7788 S:      Maintained
7789 F:      drivers/scsi/osd/
7790 F:      include/scsi/osd_*
7791 F:      fs/exofs/
7792
7793 OVERLAY FILESYSTEM
7794 M:      Miklos Szeredi <[email protected]>
7795 L:      [email protected]
7796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7797 S:      Supported
7798 F:      fs/overlayfs/
7799 F:      Documentation/filesystems/overlayfs.txt
7800
7801 P54 WIRELESS DRIVER
7802 M:      Christian Lamparter <[email protected]>
7803 L:      [email protected]
7804 W:      http://wireless.kernel.org/en/users/Drivers/p54
7805 S:      Maintained
7806 F:      drivers/net/wireless/p54/
7807
7808 PA SEMI ETHERNET DRIVER
7809 M:      Olof Johansson <[email protected]>
7810 L:      [email protected]
7811 S:      Maintained
7812 F:      drivers/net/ethernet/pasemi/*
7813
7814 PA SEMI SMBUS DRIVER
7815 M:      Olof Johansson <[email protected]>
7816 L:      [email protected]
7817 S:      Maintained
7818 F:      drivers/i2c/busses/i2c-pasemi.c
7819
7820 PADATA PARALLEL EXECUTION MECHANISM
7821 M:      Steffen Klassert <[email protected]>
7822 L:      [email protected]
7823 S:      Maintained
7824 F:      kernel/padata.c
7825 F:      include/linux/padata.h
7826 F:      Documentation/padata.txt
7827
7828 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7829 M:      Harald Welte <[email protected]>
7830 L:      [email protected]
7831 S:      Maintained
7832 F:      drivers/platform/x86/panasonic-laptop.c
7833
7834 PANASONIC MN10300/AM33/AM34 PORT
7835 M:      David Howells <[email protected]>
7836 M:      Koichi Yasutake <[email protected]>
7837 L:      [email protected] (moderated for non-subscribers)
7838 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7839 S:      Maintained
7840 F:      Documentation/mn10300/
7841 F:      arch/mn10300/
7842
7843 PARALLEL PORT SUBSYSTEM
7844 M:      Sudip Mukherjee <[email protected]>
7845 M:      Sudip Mukherjee <[email protected]>
7846 L:      [email protected] (subscribers-only)
7847 S:      Maintained
7848 F:      drivers/parport/
7849 F:      include/linux/parport*.h
7850 F:      drivers/char/ppdev.c
7851 F:      include/uapi/linux/ppdev.h
7852 F:      Documentation/parport*.txt
7853
7854 PARAVIRT_OPS INTERFACE
7855 M:      Jeremy Fitzhardinge <[email protected]>
7856 M:      Chris Wright <[email protected]>
7857 M:      Alok Kataria <[email protected]>
7858 M:      Rusty Russell <[email protected]>
7859 L:      [email protected]
7860 S:      Supported
7861 F:      Documentation/virtual/paravirt_ops.txt
7862 F:      arch/*/kernel/paravirt*
7863 F:      arch/*/include/asm/paravirt.h
7864
7865 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7866 M:      Tim Waugh <[email protected]>
7867 L:      [email protected] (subscribers-only)
7868 S:      Maintained
7869 F:      Documentation/blockdev/paride.txt
7870 F:      drivers/block/paride/
7871
7872 PARISC ARCHITECTURE
7873 M:      "James E.J. Bottomley" <[email protected]>
7874 M:      Helge Deller <[email protected]>
7875 L:      [email protected]
7876 W:      http://www.parisc-linux.org/
7877 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7880 S:      Maintained
7881 F:      arch/parisc/
7882 F:      Documentation/parisc/
7883 F:      drivers/parisc/
7884 F:      drivers/char/agp/parisc-agp.c
7885 F:      drivers/input/serio/gscps2.c
7886 F:      drivers/parport/parport_gsc.*
7887 F:      drivers/tty/serial/8250/8250_gsc.c
7888 F:      drivers/video/fbdev/sti*
7889 F:      drivers/video/console/sti*
7890 F:      drivers/video/logo/logo_parisc*
7891
7892 PC87360 HARDWARE MONITORING DRIVER
7893 M:      Jim Cromie <[email protected]>
7894 L:      [email protected]
7895 S:      Maintained
7896 F:      Documentation/hwmon/pc87360
7897 F:      drivers/hwmon/pc87360.c
7898
7899 PC8736x GPIO DRIVER
7900 M:      Jim Cromie <[email protected]>
7901 S:      Maintained
7902 F:      drivers/char/pc8736x_gpio.c
7903
7904 PC87427 HARDWARE MONITORING DRIVER
7905 M:      Jean Delvare <[email protected]>
7906 L:      [email protected]
7907 S:      Maintained
7908 F:      Documentation/hwmon/pc87427
7909 F:      drivers/hwmon/pc87427.c
7910
7911 PCA9532 LED DRIVER
7912 M:      Riku Voipio <[email protected]>
7913 S:      Maintained
7914 F:      drivers/leds/leds-pca9532.c
7915 F:      include/linux/leds-pca9532.h
7916
7917 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7918 M:      Guenter Roeck <[email protected]>
7919 L:      [email protected]
7920 S:      Maintained
7921 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7922
7923 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7924 M:      Khalid Aziz <[email protected]>
7925 S:      Maintained
7926 F:      drivers/firmware/pcdp.*
7927
7928 PCI ERROR RECOVERY
7929 M:      Linas Vepstas <[email protected]>
7930 L:      [email protected]
7931 S:      Supported
7932 F:      Documentation/PCI/pci-error-recovery.txt
7933
7934 PCI SUBSYSTEM
7935 M:      Bjorn Helgaas <[email protected]>
7936 L:      [email protected]
7937 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7939 S:      Supported
7940 F:      Documentation/PCI/
7941 F:      drivers/pci/
7942 F:      include/linux/pci*
7943 F:      arch/x86/pci/
7944 F:      arch/x86/kernel/quirks.c
7945
7946 PCI DRIVER FOR ARM VERSATILE PLATFORM
7947 M:      Rob Herring <[email protected]>
7948 L:      [email protected]
7949 L:      [email protected]
7950 S:      Maintained
7951 F:      Documentation/devicetree/bindings/pci/versatile.txt
7952 F:      drivers/pci/host/pci-versatile.c
7953
7954 PCI DRIVER FOR APPLIEDMICRO XGENE
7955 M:      Tanmay Inamdar <[email protected]>
7956 L:      [email protected]
7957 L:      [email protected]
7958 S:      Maintained
7959 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7960 F:      drivers/pci/host/pci-xgene.c
7961
7962 PCI DRIVER FOR FREESCALE LAYERSCAPE
7963 M:      Minghuan Lian <[email protected]>
7964 M:      Mingkai Hu <[email protected]>
7965 M:      Roy Zang <[email protected]>
7966 L:      [email protected]
7967 L:      [email protected]
7968 L:      [email protected]
7969 S:      Maintained
7970 F:      drivers/pci/host/*layerscape*
7971
7972 PCI DRIVER FOR IMX6
7973 M:      Richard Zhu <[email protected]>
7974 M:      Lucas Stach <[email protected]>
7975 L:      [email protected]
7976 L:      [email protected] (moderated for non-subscribers)
7977 S:      Maintained
7978 F:      drivers/pci/host/*imx6*
7979
7980 PCI DRIVER FOR TI KEYSTONE
7981 M:      Murali Karicheri <[email protected]>
7982 L:      [email protected]
7983 L:      [email protected] (moderated for non-subscribers)
7984 S:      Maintained
7985 F:      drivers/pci/host/*keystone*
7986
7987 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7988 M:      Thomas Petazzoni <[email protected]>
7989 M:      Jason Cooper <[email protected]>
7990 L:      [email protected]
7991 L:      [email protected] (moderated for non-subscribers)
7992 S:      Maintained
7993 F:      drivers/pci/host/*mvebu*
7994
7995 PCI DRIVER FOR NVIDIA TEGRA
7996 M:      Thierry Reding <[email protected]>
7997 L:      [email protected]
7998 L:      [email protected]
7999 S:      Supported
8000 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8001 F:      drivers/pci/host/pci-tegra.c
8002
8003 PCI DRIVER FOR TI DRA7XX
8004 M:      Kishon Vijay Abraham I <[email protected]>
8005 L:      [email protected]
8006 L:      [email protected]
8007 S:      Supported
8008 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8009 F:      drivers/pci/host/pci-dra7xx.c
8010
8011 PCI DRIVER FOR RENESAS R-CAR
8012 M:      Simon Horman <[email protected]>
8013 L:      [email protected]
8014 L:      [email protected]
8015 S:      Maintained
8016 F:      drivers/pci/host/*rcar*
8017
8018 PCI DRIVER FOR SAMSUNG EXYNOS
8019 M:      Jingoo Han <[email protected]>
8020 L:      [email protected]
8021 L:      [email protected] (moderated for non-subscribers)
8022 L:      [email protected] (moderated for non-subscribers)
8023 S:      Maintained
8024 F:      drivers/pci/host/pci-exynos.c
8025
8026 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8027 M:      Jingoo Han <[email protected]>
8028 M:      Pratyush Anand <[email protected]>
8029 L:      [email protected]
8030 S:      Maintained
8031 F:      drivers/pci/host/*designware*
8032
8033 PCI DRIVER FOR GENERIC OF HOSTS
8034 M:      Will Deacon <[email protected]>
8035 L:      [email protected]
8036 L:      [email protected] (moderated for non-subscribers)
8037 S:      Maintained
8038 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8039 F:      drivers/pci/host/pci-host-generic.c
8040
8041 PCIE DRIVER FOR ST SPEAR13XX
8042 M:      Pratyush Anand <[email protected]>
8043 L:      [email protected]
8044 S:      Maintained
8045 F:      drivers/pci/host/*spear*
8046
8047 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8048 M:      Duc Dang <[email protected]>
8049 L:      [email protected]
8050 L:      [email protected]
8051 S:      Maintained
8052 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8053 F:      drivers/pci/host/pci-xgene-msi.c
8054
8055 PCMCIA SUBSYSTEM
8056 P:      Linux PCMCIA Team
8057 L:      [email protected]
8058 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8060 S:      Maintained
8061 F:      Documentation/pcmcia/
8062 F:      drivers/pcmcia/
8063 F:      include/pcmcia/
8064
8065 PCNET32 NETWORK DRIVER
8066 M:      Don Fry <[email protected]>
8067 L:      [email protected]
8068 S:      Maintained
8069 F:      drivers/net/ethernet/amd/pcnet32.c
8070
8071 PCRYPT PARALLEL CRYPTO ENGINE
8072 M:      Steffen Klassert <[email protected]>
8073 L:      [email protected]
8074 S:      Maintained
8075 F:      crypto/pcrypt.c
8076 F:      include/crypto/pcrypt.h
8077
8078 PER-CPU MEMORY ALLOCATOR
8079 M:      Tejun Heo <[email protected]>
8080 M:      Christoph Lameter <[email protected]>
8081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8082 S:      Maintained
8083 F:      include/linux/percpu*.h
8084 F:      mm/percpu*.c
8085 F:      arch/*/include/asm/percpu.h
8086
8087 PER-TASK DELAY ACCOUNTING
8088 M:      Balbir Singh <[email protected]>
8089 S:      Maintained
8090 F:      include/linux/delayacct.h
8091 F:      kernel/delayacct.c
8092
8093 PERFORMANCE EVENTS SUBSYSTEM
8094 M:      Peter Zijlstra <[email protected]>
8095 M:      Ingo Molnar <[email protected]>
8096 M:      Arnaldo Carvalho de Melo <[email protected]>
8097 L:      [email protected]
8098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8099 S:      Supported
8100 F:      kernel/events/*
8101 F:      include/linux/perf_event.h
8102 F:      include/uapi/linux/perf_event.h
8103 F:      arch/*/kernel/perf_event*.c
8104 F:      arch/*/kernel/*/perf_event*.c
8105 F:      arch/*/kernel/*/*/perf_event*.c
8106 F:      arch/*/include/asm/perf_event.h
8107 F:      arch/*/kernel/perf_callchain.c
8108 F:      tools/perf/
8109
8110 PERSONALITY HANDLING
8111 M:      Christoph Hellwig <[email protected]>
8112 L:      [email protected]
8113 S:      Maintained
8114 F:      include/linux/personality.h
8115 F:      include/uapi/linux/personality.h
8116
8117 PHONET PROTOCOL
8118 M:      Remi Denis-Courmont <[email protected]>
8119 S:      Supported
8120 F:      Documentation/networking/phonet.txt
8121 F:      include/linux/phonet.h
8122 F:      include/net/phonet/
8123 F:      include/uapi/linux/phonet.h
8124 F:      net/phonet/
8125
8126 PHRAM MTD DRIVER
8127 M:      Joern Engel <[email protected]>
8128 L:      [email protected]
8129 S:      Maintained
8130 F:      drivers/mtd/devices/phram.c
8131
8132 PICOLCD HID DRIVER
8133 M:      Bruno PrĂ©mont <[email protected]>
8134 L:      [email protected]
8135 S:      Maintained
8136 F:      drivers/hid/hid-picolcd*
8137
8138 PICOXCELL SUPPORT
8139 M:      Jamie Iles <[email protected]>
8140 L:      [email protected] (moderated for non-subscribers)
8141 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8142 S:      Supported
8143 F:      arch/arm/boot/dts/picoxcell*
8144 F:      arch/arm/mach-picoxcell/
8145 F:      drivers/crypto/picoxcell*
8146
8147 PIN CONTROL SUBSYSTEM
8148 M:      Linus Walleij <[email protected]>
8149 L:      [email protected]
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8151 S:      Maintained
8152 F:      drivers/pinctrl/
8153 F:      include/linux/pinctrl/
8154
8155 PIN CONTROLLER - ATMEL AT91
8156 M:      Jean-Christophe Plagniol-Villard <[email protected]>
8157 L:      [email protected] (moderated for non-subscribers)
8158 S:      Maintained
8159 F:      drivers/pinctrl/pinctrl-at91.*
8160
8161 PIN CONTROLLER - INTEL
8162 M:      Mika Westerberg <[email protected]>
8163 M:      Heikki Krogerus <[email protected]>
8164 S:      Maintained
8165 F:      drivers/pinctrl/intel/
8166
8167 PIN CONTROLLER - RENESAS
8168 M:      Laurent Pinchart <[email protected]>
8169 L:      [email protected]
8170 S:      Maintained
8171 F:      drivers/pinctrl/sh-pfc/
8172
8173 PIN CONTROLLER - SAMSUNG
8174 M:      Tomasz Figa <[email protected]>
8175 L:      [email protected] (moderated for non-subscribers)
8176 L:      [email protected] (moderated for non-subscribers)
8177 S:      Maintained
8178 F:      drivers/pinctrl/samsung/
8179
8180 PIN CONTROLLER - ST SPEAR
8181 M:      Viresh Kumar <[email protected]>
8182 L:      [email protected]
8183 L:      [email protected] (moderated for non-subscribers)
8184 W:      http://www.st.com/spear
8185 S:      Maintained
8186 F:      drivers/pinctrl/spear/
8187
8188 PKTCDVD DRIVER
8189 M:      Jiri Kosina <[email protected]>
8190 S:      Maintained
8191 F:      drivers/block/pktcdvd.c
8192 F:      include/linux/pktcdvd.h
8193 F:      include/uapi/linux/pktcdvd.h
8194
8195 PKUNITY SOC DRIVERS
8196 M:      Guan Xuetao <[email protected]>
8197 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8198 S:      Maintained
8199 T:      git git://github.com/gxt/linux.git
8200 F:      drivers/input/serio/i8042-unicore32io.h
8201 F:      drivers/i2c/busses/i2c-puv3.c
8202 F:      drivers/video/fbdev/fb-puv3.c
8203 F:      drivers/rtc/rtc-puv3.c
8204
8205 PMBUS HARDWARE MONITORING DRIVERS
8206 M:      Guenter Roeck <[email protected]>
8207 L:      [email protected]
8208 W:      http://www.lm-sensors.org/
8209 W:      http://www.roeck-us.net/linux/drivers/
8210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8211 S:      Maintained
8212 F:      Documentation/hwmon/pmbus
8213 F:      drivers/hwmon/pmbus/
8214 F:      include/linux/i2c/pmbus.h
8215
8216 PMC SIERRA MaxRAID DRIVER
8217 L:      [email protected]
8218 W:      http://www.pmc-sierra.com/
8219 S:      Orphan
8220 F:      drivers/scsi/pmcraid.*
8221
8222 PMC SIERRA PM8001 DRIVER
8223 M:      Jack Wang <[email protected]>
8224 M:      [email protected]
8225 L:      [email protected]
8226 L:      [email protected]
8227 S:      Supported
8228 F:      drivers/scsi/pm8001/
8229
8230 POSIX CLOCKS and TIMERS
8231 M:      Thomas Gleixner <[email protected]>
8232 L:      [email protected]
8233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8234 S:      Maintained
8235 F:      fs/timerfd.c
8236 F:      include/linux/timer*
8237 F:      kernel/time/*timer*
8238
8239 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8240 M:      Sebastian Reichel <[email protected]>
8241 M:      Dmitry Eremin-Solenikov <[email protected]>
8242 M:      David Woodhouse <[email protected]>
8243 L:      [email protected]
8244 T:      git git://git.infradead.org/battery-2.6.git
8245 S:      Maintained
8246 F:      include/linux/power_supply.h
8247 F:      drivers/power/
8248 X:      drivers/power/avs/
8249
8250 POWER STATE COORDINATION INTERFACE (PSCI)
8251 M:      Mark Rutland <[email protected]>
8252 M:      Lorenzo Pieralisi <[email protected]>
8253 L:      [email protected]
8254 S:      Maintained
8255 F:      drivers/firmware/psci.c
8256 F:      include/linux/psci.h
8257 F:      include/uapi/linux/psci.h
8258
8259 PNP SUPPORT
8260 M:      "Rafael J. Wysocki" <[email protected]>
8261 S:      Maintained
8262 F:      drivers/pnp/
8263
8264 PNXxxxx I2C DRIVER
8265 M:      Vitaly Wool <[email protected]>
8266 L:      [email protected]
8267 S:      Maintained
8268 F:      drivers/i2c/busses/i2c-pnx.c
8269
8270 PPP PROTOCOL DRIVERS AND COMPRESSORS
8271 M:      Paul Mackerras <[email protected]>
8272 L:      [email protected]
8273 S:      Maintained
8274 F:      drivers/net/ppp/ppp_*
8275
8276 PPP OVER ATM (RFC 2364)
8277 M:      Mitchell Blank Jr <[email protected]>
8278 S:      Maintained
8279 F:      net/atm/pppoatm.c
8280 F:      include/uapi/linux/atmppp.h
8281
8282 PPP OVER ETHERNET
8283 M:      Michal Ostrowski <[email protected]>
8284 S:      Maintained
8285 F:      drivers/net/ppp/pppoe.c
8286 F:      drivers/net/ppp/pppox.c
8287
8288 PPP OVER L2TP
8289 M:      James Chapman <[email protected]>
8290 S:      Maintained
8291 F:      net/l2tp/l2tp_ppp.c
8292 F:      include/linux/if_pppol2tp.h
8293 F:      include/uapi/linux/if_pppol2tp.h
8294
8295 PPS SUPPORT
8296 M:      Rodolfo Giometti <[email protected]>
8297 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8298 L:      [email protected] (subscribers-only)
8299 S:      Maintained
8300 F:      Documentation/pps/
8301 F:      drivers/pps/
8302 F:      include/linux/pps*.h
8303
8304 PPTP DRIVER
8305 M:      Dmitry Kozlov <[email protected]>
8306 L:      [email protected]
8307 S:      Maintained
8308 F:      drivers/net/ppp/pptp.c
8309 W:      http://sourceforge.net/projects/accel-pptp
8310
8311 PREEMPTIBLE KERNEL
8312 M:      Robert Love <[email protected]>
8313 L:      [email protected]
8314 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8315 S:      Supported
8316 F:      Documentation/preempt-locking.txt
8317 F:      include/linux/preempt.h
8318
8319 PRISM54 WIRELESS DRIVER
8320 M:      "Luis R. Rodriguez" <[email protected]>
8321 L:      [email protected]
8322 W:      http://wireless.kernel.org/en/users/Drivers/p54
8323 S:      Obsolete
8324 F:      drivers/net/wireless/prism54/
8325
8326 PS3 NETWORK SUPPORT
8327 M:      Geoff Levand <[email protected]>
8328 L:      [email protected]
8329 L:      [email protected]
8330 S:      Maintained
8331 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8332
8333 PS3 PLATFORM SUPPORT
8334 M:      Geoff Levand <[email protected]>
8335 L:      [email protected]
8336 S:      Maintained
8337 F:      arch/powerpc/boot/ps3*
8338 F:      arch/powerpc/include/asm/lv1call.h
8339 F:      arch/powerpc/include/asm/ps3*.h
8340 F:      arch/powerpc/platforms/ps3/
8341 F:      drivers/*/ps3*
8342 F:      drivers/ps3/
8343 F:      drivers/rtc/rtc-ps3.c
8344 F:      drivers/usb/host/*ps3.c
8345 F:      sound/ppc/snd_ps3*
8346
8347 PS3VRAM DRIVER
8348 M:      Jim Paris <[email protected]>
8349 M:      Geoff Levand <[email protected]>
8350 L:      [email protected]
8351 S:      Maintained
8352 F:      drivers/block/ps3vram.c
8353
8354 PSTORE FILESYSTEM
8355 M:      Anton Vorontsov <[email protected]>
8356 M:      Colin Cross <[email protected]>
8357 M:      Kees Cook <[email protected]>
8358 M:      Tony Luck <[email protected]>
8359 S:      Maintained
8360 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8361 F:      fs/pstore/
8362 F:      include/linux/pstore*
8363 F:      drivers/firmware/efi/efi-pstore.c
8364 F:      drivers/acpi/apei/erst.c
8365
8366 PTP HARDWARE CLOCK SUPPORT
8367 M:      Richard Cochran <[email protected]>
8368 L:      [email protected]
8369 S:      Maintained
8370 W:      http://linuxptp.sourceforge.net/
8371 F:      Documentation/ABI/testing/sysfs-ptp
8372 F:      Documentation/ptp/*
8373 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8374 F:      drivers/net/phy/dp83640*
8375 F:      drivers/ptp/*
8376 F:      include/linux/ptp_cl*
8377
8378 PTRACE SUPPORT
8379 M:      Roland McGrath <[email protected]>
8380 M:      Oleg Nesterov <[email protected]>
8381 S:      Maintained
8382 F:      include/asm-generic/syscall.h
8383 F:      include/linux/ptrace.h
8384 F:      include/linux/regset.h
8385 F:      include/linux/tracehook.h
8386 F:      include/uapi/linux/ptrace.h
8387 F:      kernel/ptrace.c
8388
8389 PVRUSB2 VIDEO4LINUX DRIVER
8390 M:      Mike Isely <[email protected]>
8391 L:      [email protected]       (subscribers-only)
8392 L:      [email protected]
8393 W:      http://www.isely.net/pvrusb2/
8394 T:      git git://linuxtv.org/media_tree.git
8395 S:      Maintained
8396 F:      Documentation/video4linux/README.pvrusb2
8397 F:      drivers/media/usb/pvrusb2/
8398
8399 PWC WEBCAM DRIVER
8400 M:      Hans de Goede <[email protected]>
8401 L:      [email protected]
8402 T:      git git://linuxtv.org/media_tree.git
8403 S:      Maintained
8404 F:      drivers/media/usb/pwc/*
8405
8406 PWM FAN DRIVER
8407 M:      Kamil Debski <[email protected]>
8408 L:      [email protected]
8409 S:      Supported
8410 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8411 F:      Documentation/hwmon/pwm-fan
8412 F:      drivers/hwmon/pwm-fan.c
8413
8414 PWM SUBSYSTEM
8415 M:      Thierry Reding <[email protected]>
8416 L:      [email protected]
8417 S:      Maintained
8418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8419 F:      Documentation/pwm.txt
8420 F:      Documentation/devicetree/bindings/pwm/
8421 F:      include/linux/pwm.h
8422 F:      drivers/pwm/
8423 F:      drivers/video/backlight/pwm_bl.c
8424 F:      include/linux/pwm_backlight.h
8425
8426 PXA2xx/PXA3xx SUPPORT
8427 M:      Daniel Mack <[email protected]>
8428 M:      Haojian Zhuang <[email protected]>
8429 M:      Robert Jarzmik <[email protected]>
8430 L:      [email protected] (moderated for non-subscribers)
8431 T:      git git://github.com/hzhuang1/linux.git
8432 T:      git git://github.com/rjarzmik/linux.git
8433 S:      Maintained
8434 F:      arch/arm/mach-pxa/
8435 F:      drivers/dma/pxa*
8436 F:      drivers/pcmcia/pxa2xx*
8437 F:      drivers/spi/spi-pxa2xx*
8438 F:      drivers/usb/gadget/udc/pxa2*
8439 F:      include/sound/pxa2xx-lib.h
8440 F:      sound/arm/pxa*
8441 F:      sound/soc/pxa/
8442
8443 PXA3xx NAND FLASH DRIVER
8444 M:      Ezequiel Garcia <[email protected]>
8445 L:      [email protected]
8446 S:      Maintained
8447 F:      drivers/mtd/nand/pxa3xx_nand.c
8448
8449 MMP SUPPORT
8450 M:      Eric Miao <[email protected]>
8451 M:      Haojian Zhuang <[email protected]>
8452 L:      [email protected] (moderated for non-subscribers)
8453 T:      git git://github.com/hzhuang1/linux.git
8454 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8455 S:      Maintained
8456 F:      arch/arm/mach-mmp/
8457
8458 PXA MMCI DRIVER
8459 S:      Orphan
8460
8461 PXA RTC DRIVER
8462 M:      Robert Jarzmik <[email protected]>
8463 L:      [email protected]
8464 S:      Maintained
8465
8466 QAT DRIVER
8467 M:      Tadeusz Struk <[email protected]>
8468 L:      [email protected]
8469 S:      Supported
8470 F:      drivers/crypto/qat/
8471
8472 QIB DRIVER
8473 M:      Mike Marciniszyn <[email protected]>
8474 L:      [email protected]
8475 S:      Supported
8476 F:      drivers/infiniband/hw/qib/
8477
8478 QLOGIC QLA1280 SCSI DRIVER
8479 M:      Michael Reed <[email protected]>
8480 L:      [email protected]
8481 S:      Maintained
8482 F:      drivers/scsi/qla1280.[ch]
8483
8484 QLOGIC QLA2XXX FC-SCSI DRIVER
8485 M:      [email protected]
8486 L:      [email protected]
8487 S:      Supported
8488 F:      Documentation/scsi/LICENSE.qla2xxx
8489 F:      drivers/scsi/qla2xxx/
8490
8491 QLOGIC QLA4XXX iSCSI DRIVER
8492 M:      [email protected]
8493 L:      [email protected]
8494 S:      Supported
8495 F:      Documentation/scsi/LICENSE.qla4xxx
8496 F:      drivers/scsi/qla4xxx/
8497
8498 QLOGIC QLA3XXX NETWORK DRIVER
8499 M:      Jitendra Kalsaria <[email protected]>
8500 M:      Ron Mercer <[email protected]>
8501 M:      [email protected]
8502 L:      [email protected]
8503 S:      Supported
8504 F:      Documentation/networking/LICENSE.qla3xxx
8505 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8506
8507 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8508 M:      [email protected]
8509 L:      [email protected]
8510 S:      Supported
8511 F:      drivers/net/ethernet/qlogic/qlcnic/
8512
8513 QLOGIC QLGE 10Gb ETHERNET DRIVER
8514 M:      Harish Patil <[email protected]>
8515 M:      Sudarsana Kalluru <[email protected]>
8516 M:      [email protected]
8517 M:      [email protected]
8518 L:      [email protected]
8519 S:      Supported
8520 F:      drivers/net/ethernet/qlogic/qlge/
8521
8522 QNX4 FILESYSTEM
8523 M:      Anders Larsen <[email protected]>
8524 W:      http://www.alarsen.net/linux/qnx4fs/
8525 S:      Maintained
8526 F:      fs/qnx4/
8527 F:      include/uapi/linux/qnx4_fs.h
8528 F:      include/uapi/linux/qnxtypes.h
8529
8530 QT1010 MEDIA DRIVER
8531 M:      Antti Palosaari <[email protected]>
8532 L:      [email protected]
8533 W:      http://linuxtv.org/
8534 W:      http://palosaari.fi/linux/
8535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8536 T:      git git://linuxtv.org/anttip/media_tree.git
8537 S:      Maintained
8538 F:      drivers/media/tuners/qt1010*
8539
8540 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8541 M:      QCA ath9k Development <[email protected]>
8542 L:      [email protected]
8543 L:      [email protected]
8544 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8545 S:      Supported
8546 F:      drivers/net/wireless/ath/ath9k/
8547
8548 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8549 M:      Kalle Valo <[email protected]>
8550 L:      [email protected]
8551 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8552 T:      git git://github.com/kvalo/ath.git
8553 S:      Supported
8554 F:      drivers/net/wireless/ath/ath10k/
8555
8556 QUALCOMM HEXAGON ARCHITECTURE
8557 M:      Richard Kuo <[email protected]>
8558 L:      [email protected]
8559 S:      Supported
8560 F:      arch/hexagon/
8561
8562 QUALCOMM WCN36XX WIRELESS DRIVER
8563 M:      Eugene Krasnikov <[email protected]>
8564 L:      [email protected]
8565 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8566 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8567 S:      Supported
8568 F:      drivers/net/wireless/ath/wcn36xx/
8569
8570 RADOS BLOCK DEVICE (RBD)
8571 M:      Ilya Dryomov <[email protected]>
8572 M:      Sage Weil <[email protected]>
8573 M:      Alex Elder <[email protected]>
8574 L:      [email protected]
8575 W:      http://ceph.com/
8576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8577 T:      git git://github.com/ceph/ceph-client.git
8578 S:      Supported
8579 F:      Documentation/ABI/testing/sysfs-bus-rbd
8580 F:      drivers/block/rbd.c
8581 F:      drivers/block/rbd_types.h
8582
8583 RADEON FRAMEBUFFER DISPLAY DRIVER
8584 M:      Benjamin Herrenschmidt <[email protected]>
8585 L:      [email protected]
8586 S:      Maintained
8587 F:      drivers/video/fbdev/aty/radeon*
8588 F:      include/uapi/linux/radeonfb.h
8589
8590 RADIOSHARK RADIO DRIVER
8591 M:      Hans de Goede <[email protected]>
8592 L:      [email protected]
8593 T:      git git://linuxtv.org/media_tree.git
8594 S:      Maintained
8595 F:      drivers/media/radio/radio-shark.c
8596
8597 RADIOSHARK2 RADIO DRIVER
8598 M:      Hans de Goede <[email protected]>
8599 L:      [email protected]
8600 T:      git git://linuxtv.org/media_tree.git
8601 S:      Maintained
8602 F:      drivers/media/radio/radio-shark2.c
8603 F:      drivers/media/radio/radio-tea5777.c
8604
8605 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8606 M:      Paul Mackerras <[email protected]>
8607 L:      [email protected]
8608 S:      Maintained
8609 F:      drivers/video/fbdev/aty/aty128fb.c
8610
8611 RALINK RT2X00 WIRELESS LAN DRIVER
8612 P:      rt2x00 project
8613 M:      Stanislaw Gruszka <[email protected]>
8614 M:      Helmut Schaa <[email protected]>
8615 L:      [email protected]
8616 S:      Maintained
8617 F:      drivers/net/wireless/rt2x00/
8618
8619 RAMDISK RAM BLOCK DEVICE DRIVER
8620 M:      Jens Axboe <[email protected]>
8621 S:      Maintained
8622 F:      Documentation/blockdev/ramdisk.txt
8623 F:      drivers/block/brd.c
8624
8625 RANDOM NUMBER DRIVER
8626 M:      "Theodore Ts'o" <[email protected]>
8627 S:      Maintained
8628 F:      drivers/char/random.c
8629
8630 RAPIDIO SUBSYSTEM
8631 M:      Matt Porter <[email protected]>
8632 M:      Alexandre Bounine <[email protected]>
8633 S:      Maintained
8634 F:      drivers/rapidio/
8635
8636 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8637 L:      [email protected]
8638 S:      Orphan
8639 F:      drivers/net/wireless/ray*
8640
8641 RCUTORTURE MODULE
8642 M:      Josh Triplett <[email protected]>
8643 M:      "Paul E. McKenney" <[email protected]>
8644 L:      [email protected]
8645 S:      Supported
8646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8647 F:      Documentation/RCU/torture.txt
8648 F:      kernel/rcu/rcutorture.c
8649
8650 RCUTORTURE TEST FRAMEWORK
8651 M:      "Paul E. McKenney" <[email protected]>
8652 M:      Josh Triplett <[email protected]>
8653 R:      Steven Rostedt <[email protected]>
8654 R:      Mathieu Desnoyers <[email protected]>
8655 R:      Lai Jiangshan <[email protected]>
8656 L:      [email protected]
8657 S:      Supported
8658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8659 F:      tools/testing/selftests/rcutorture
8660
8661 RDC R-321X SoC
8662 M:      Florian Fainelli <[email protected]>
8663 S:      Maintained
8664
8665 RDC R6040 FAST ETHERNET DRIVER
8666 M:      Florian Fainelli <[email protected]>
8667 L:      [email protected]
8668 S:      Maintained
8669 F:      drivers/net/ethernet/rdc/r6040.c
8670
8671 RDS - RELIABLE DATAGRAM SOCKETS
8672 M:      Chien Yen <[email protected]>
8673 L:      [email protected] (moderated for non-subscribers)
8674 S:      Supported
8675 F:      net/rds/
8676
8677 READ-COPY UPDATE (RCU)
8678 M:      "Paul E. McKenney" <[email protected]>
8679 M:      Josh Triplett <[email protected]>
8680 R:      Steven Rostedt <[email protected]>
8681 R:      Mathieu Desnoyers <[email protected]>
8682 R:      Lai Jiangshan <[email protected]>
8683 L:      [email protected]
8684 W:      http://www.rdrop.com/users/paulmck/RCU/
8685 S:      Supported
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8687 F:      Documentation/RCU/
8688 X:      Documentation/RCU/torture.txt
8689 F:      include/linux/rcu*
8690 X:      include/linux/srcu.h
8691 F:      kernel/rcu/
8692 X:      kernel/torture.c
8693
8694 REAL TIME CLOCK (RTC) SUBSYSTEM
8695 M:      Alessandro Zummo <[email protected]>
8696 M:      Alexandre Belloni <[email protected]>
8697 L:      [email protected]
8698 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8700 S:      Maintained
8701 F:      Documentation/rtc.txt
8702 F:      drivers/rtc/
8703 F:      include/linux/rtc.h
8704 F:      include/uapi/linux/rtc.h
8705
8706 REALTEK AUDIO CODECS
8707 M:      Bard Liao <[email protected]>
8708 M:      Oder Chiou <[email protected]>
8709 S:      Maintained
8710 F:      sound/soc/codecs/rt*
8711 F:      include/sound/rt*.h
8712
8713 REISERFS FILE SYSTEM
8714 L:      [email protected]
8715 S:      Supported
8716 F:      fs/reiserfs/
8717
8718 REGISTER MAP ABSTRACTION
8719 M:      Mark Brown <[email protected]>
8720 L:      [email protected]
8721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8722 S:      Supported
8723 F:      drivers/base/regmap/
8724 F:      include/linux/regmap.h
8725
8726 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8727 M:      Ohad Ben-Cohen <[email protected]>
8728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8729 S:      Maintained
8730 F:      drivers/remoteproc/
8731 F:      Documentation/remoteproc.txt
8732 F:      include/linux/remoteproc.h
8733
8734 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8735 M:      Ohad Ben-Cohen <[email protected]>
8736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8737 S:      Maintained
8738 F:      drivers/rpmsg/
8739 F:      Documentation/rpmsg.txt
8740 F:      include/linux/rpmsg.h
8741
8742 RESET CONTROLLER FRAMEWORK
8743 M:      Philipp Zabel <[email protected]>
8744 S:      Maintained
8745 F:      drivers/reset/
8746 F:      Documentation/devicetree/bindings/reset/
8747 F:      include/dt-bindings/reset/
8748 F:      include/linux/reset.h
8749 F:      include/linux/reset-controller.h
8750
8751 RFKILL
8752 M:      Johannes Berg <[email protected]>
8753 L:      [email protected]
8754 W:      http://wireless.kernel.org/
8755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8757 S:      Maintained
8758 F:      Documentation/rfkill.txt
8759 F:      net/rfkill/
8760
8761 RHASHTABLE
8762 M:      Thomas Graf <[email protected]>
8763 L:      [email protected]
8764 S:      Maintained
8765 F:      lib/rhashtable.c
8766 F:      include/linux/rhashtable.h
8767
8768 RICOH SMARTMEDIA/XD DRIVER
8769 M:      Maxim Levitsky <[email protected]>
8770 S:      Maintained
8771 F:      drivers/mtd/nand/r852.c
8772 F:      drivers/mtd/nand/r852.h
8773
8774 RICOH R5C592 MEMORYSTICK DRIVER
8775 M:      Maxim Levitsky <[email protected]>
8776 S:      Maintained
8777 F:      drivers/memstick/host/r592.*
8778
8779 ROCCAT DRIVERS
8780 M:      Stefan Achatz <[email protected]>
8781 W:      http://sourceforge.net/projects/roccat/
8782 S:      Maintained
8783 F:      drivers/hid/hid-roccat*
8784 F:      include/linux/hid-roccat*
8785 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8786
8787 ROCKER DRIVER
8788 M:      Jiri Pirko <[email protected]>
8789 M:      Scott Feldman <[email protected]>
8790 L:      [email protected]
8791 S:      Supported
8792 F:      drivers/net/ethernet/rocker/
8793
8794 ROCKETPORT DRIVER
8795 P:      Comtrol Corp.
8796 W:      http://www.comtrol.com
8797 S:      Maintained
8798 F:      Documentation/serial/rocket.txt
8799 F:      drivers/tty/rocket*
8800
8801 ROCKETPORT EXPRESS/INFINITY DRIVER
8802 M:      Kevin Cernekee <[email protected]>
8803 L:      [email protected]
8804 S:      Odd Fixes
8805 F:      drivers/tty/serial/rp2.*
8806
8807 ROSE NETWORK LAYER
8808 M:      Ralf Baechle <[email protected]>
8809 L:      [email protected]
8810 W:      http://www.linux-ax25.org/
8811 S:      Maintained
8812 F:      include/net/rose.h
8813 F:      include/uapi/linux/rose.h
8814 F:      net/rose/
8815
8816 RTL2830 MEDIA DRIVER
8817 M:      Antti Palosaari <[email protected]>
8818 L:      [email protected]
8819 W:      http://linuxtv.org/
8820 W:      http://palosaari.fi/linux/
8821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8822 T:      git git://linuxtv.org/anttip/media_tree.git
8823 S:      Maintained
8824 F:      drivers/media/dvb-frontends/rtl2830*
8825
8826 RTL2832 MEDIA DRIVER
8827 M:      Antti Palosaari <[email protected]>
8828 L:      [email protected]
8829 W:      http://linuxtv.org/
8830 W:      http://palosaari.fi/linux/
8831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8832 T:      git git://linuxtv.org/anttip/media_tree.git
8833 S:      Maintained
8834 F:      drivers/media/dvb-frontends/rtl2832*
8835
8836 RTL2832_SDR MEDIA DRIVER
8837 M:      Antti Palosaari <[email protected]>
8838 L:      [email protected]
8839 W:      http://linuxtv.org/
8840 W:      http://palosaari.fi/linux/
8841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8842 T:      git git://linuxtv.org/anttip/media_tree.git
8843 S:      Maintained
8844 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8845
8846 RTL8180 WIRELESS DRIVER
8847 L:      [email protected]
8848 W:      http://wireless.kernel.org/
8849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8850 S:      Orphan
8851 F:      drivers/net/wireless/rtl818x/rtl8180/
8852
8853 RTL8187 WIRELESS DRIVER
8854 M:      Herton Ronaldo Krzesinski <[email protected]>
8855 M:      Hin-Tak Leung <[email protected]>
8856 M:      Larry Finger <[email protected]>
8857 L:      [email protected]
8858 W:      http://wireless.kernel.org/
8859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8860 S:      Maintained
8861 F:      drivers/net/wireless/rtl818x/rtl8187/
8862
8863 RTL8192CE WIRELESS DRIVER
8864 M:      Larry Finger <[email protected]>
8865 M:      Chaoming Li <[email protected]>
8866 L:      [email protected]
8867 W:      http://wireless.kernel.org/
8868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8869 S:      Maintained
8870 F:      drivers/net/wireless/rtlwifi/
8871 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8872
8873 S3 SAVAGE FRAMEBUFFER DRIVER
8874 M:      Antonino Daplas <[email protected]>
8875 L:      [email protected]
8876 S:      Maintained
8877 F:      drivers/video/fbdev/savage/
8878
8879 S390
8880 M:      Martin Schwidefsky <[email protected]>
8881 M:      Heiko Carstens <[email protected]>
8882 L:      [email protected]
8883 W:      http://www.ibm.com/developerworks/linux/linux390/
8884 S:      Supported
8885 F:      arch/s390/
8886 F:      drivers/s390/
8887 F:      Documentation/s390/
8888 F:      Documentation/DocBook/s390*
8889
8890 S390 COMMON I/O LAYER
8891 M:      Sebastian Ott <[email protected]>
8892 M:      Peter Oberparleiter <[email protected]>
8893 L:      [email protected]
8894 W:      http://www.ibm.com/developerworks/linux/linux390/
8895 S:      Supported
8896 F:      drivers/s390/cio/
8897
8898 S390 DASD DRIVER
8899 M:      Stefan Weinhuber <[email protected]>
8900 M:      Stefan Haberland <[email protected]>
8901 L:      [email protected]
8902 W:      http://www.ibm.com/developerworks/linux/linux390/
8903 S:      Supported
8904 F:      drivers/s390/block/dasd*
8905 F:      block/partitions/ibm.c
8906
8907 S390 NETWORK DRIVERS
8908 M:      Ursula Braun <[email protected]>
8909 L:      [email protected]
8910 W:      http://www.ibm.com/developerworks/linux/linux390/
8911 S:      Supported
8912 F:      drivers/s390/net/
8913
8914 S390 PCI SUBSYSTEM
8915 M:      Sebastian Ott <[email protected]>
8916 M:      Gerald Schaefer <[email protected]>
8917 L:      [email protected]
8918 W:      http://www.ibm.com/developerworks/linux/linux390/
8919 S:      Supported
8920 F:      arch/s390/pci/
8921 F:      drivers/pci/hotplug/s390_pci_hpc.c
8922
8923 S390 ZCRYPT DRIVER
8924 M:      Ingo Tuchscherer <[email protected]>
8925 L:      [email protected]
8926 W:      http://www.ibm.com/developerworks/linux/linux390/
8927 S:      Supported
8928 F:      drivers/s390/crypto/
8929
8930 S390 ZFCP DRIVER
8931 M:      Steffen Maier <[email protected]>
8932 L:      [email protected]
8933 W:      http://www.ibm.com/developerworks/linux/linux390/
8934 S:      Supported
8935 F:      drivers/s390/scsi/zfcp_*
8936
8937 S390 IUCV NETWORK LAYER
8938 M:      Ursula Braun <[email protected]>
8939 L:      [email protected]
8940 W:      http://www.ibm.com/developerworks/linux/linux390/
8941 S:      Supported
8942 F:      drivers/s390/net/*iucv*
8943 F:      include/net/iucv/
8944 F:      net/iucv/
8945
8946 S3C24XX SD/MMC Driver
8947 M:      Ben Dooks <[email protected]>
8948 L:      [email protected] (moderated for non-subscribers)
8949 S:      Supported
8950 F:      drivers/mmc/host/s3cmci.*
8951
8952 SAA6588 RDS RECEIVER DRIVER
8953 M:      Hans Verkuil <[email protected]>
8954 L:      [email protected]
8955 T:      git git://linuxtv.org/media_tree.git
8956 W:      http://linuxtv.org
8957 S:      Odd Fixes
8958 F:      drivers/media/i2c/saa6588*
8959
8960 SAA7134 VIDEO4LINUX DRIVER
8961 M:      Mauro Carvalho Chehab <[email protected]>
8962 L:      [email protected]
8963 W:      http://linuxtv.org
8964 T:      git git://linuxtv.org/media_tree.git
8965 S:      Odd fixes
8966 F:      Documentation/video4linux/*.saa7134
8967 F:      drivers/media/pci/saa7134/
8968
8969 SAA7146 VIDEO4LINUX-2 DRIVER
8970 M:      Hans Verkuil <[email protected]>
8971 L:      [email protected]
8972 T:      git git://linuxtv.org/media_tree.git
8973 S:      Maintained
8974 F:      drivers/media/common/saa7146/
8975 F:      drivers/media/pci/saa7146/
8976 F:      include/media/saa7146*
8977
8978 SAMSUNG LAPTOP DRIVER
8979 M:      Corentin Chary <[email protected]>
8980 L:      [email protected]
8981 S:      Maintained
8982 F:      drivers/platform/x86/samsung-laptop.c
8983
8984 SAMSUNG AUDIO (ASoC) DRIVERS
8985 M:      Sangbeom Kim <[email protected]>
8986 L:      [email protected] (moderated for non-subscribers)
8987 S:      Supported
8988 F:      sound/soc/samsung/
8989
8990 SAMSUNG FRAMEBUFFER DRIVER
8991 M:      Jingoo Han <[email protected]>
8992 L:      [email protected]
8993 S:      Maintained
8994 F:      drivers/video/fbdev/s3c-fb.c
8995
8996 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8997 M:      Sangbeom Kim <[email protected]>
8998 M:      Krzysztof Kozlowski <[email protected]>
8999 L:      [email protected]
9000 L:      [email protected]
9001 S:      Supported
9002 F:      drivers/mfd/sec*.c
9003 F:      drivers/regulator/s2m*.c
9004 F:      drivers/regulator/s5m*.c
9005 F:      drivers/clk/clk-s2mps11.c
9006 F:      drivers/rtc/rtc-s5m.c
9007 F:      include/linux/mfd/samsung/
9008 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9009 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9010
9011 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9012 M:      Kyungmin Park <[email protected]>
9013 M:      Sylwester Nawrocki <[email protected]>
9014 L:      [email protected]
9015 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9016 S:      Supported
9017 F:      drivers/media/platform/exynos4-is/
9018
9019 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9020 M:      Sylwester Nawrocki <[email protected]>
9021 L:      [email protected]
9022 L:      [email protected] (moderated for non-subscribers)
9023 S:      Maintained
9024 F:      drivers/media/platform/s3c-camif/
9025 F:      include/media/s3c_camif.h
9026
9027 SAMSUNG S5C73M3 CAMERA DRIVER
9028 M:      Kyungmin Park <[email protected]>
9029 M:      Andrzej Hajda <[email protected]>
9030 L:      [email protected]
9031 S:      Supported
9032 F:      drivers/media/i2c/s5c73m3/*
9033
9034 SAMSUNG S5K5BAF CAMERA DRIVER
9035 M:      Kyungmin Park <[email protected]>
9036 M:      Andrzej Hajda <[email protected]>
9037 L:      [email protected]
9038 S:      Supported
9039 F:      drivers/media/i2c/s5k5baf.c
9040
9041 SAMSUNG S3FWRN5 NFC DRIVER
9042 M:      Robert Baldyga <[email protected]>
9043 L:      [email protected] (moderated for non-subscribers)
9044 S:      Supported
9045 F:      drivers/nfc/s3fwrn5
9046
9047 SAMSUNG SOC CLOCK DRIVERS
9048 M:      Sylwester Nawrocki <[email protected]>
9049 M:      Tomasz Figa <[email protected]>
9050 S:      Supported
9051 L:      [email protected] (moderated for non-subscribers)
9052 F:      drivers/clk/samsung/
9053
9054 SAMSUNG SXGBE DRIVERS
9055 M:      Byungho An <[email protected]>
9056 M:      Girish K S <[email protected]>
9057 M:      Vipul Pandya <[email protected]>
9058 S:      Supported
9059 L:      [email protected]
9060 F:      drivers/net/ethernet/samsung/sxgbe/
9061
9062 SAMSUNG THERMAL DRIVER
9063 M:      Lukasz Majewski <[email protected]>
9064 L:      [email protected]
9065 L:      [email protected]
9066 S:      Supported
9067 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9068 F:      drivers/thermal/samsung/
9069
9070 SAMSUNG USB2 PHY DRIVER
9071 M:      Kamil Debski <[email protected]>
9072 L:      [email protected]
9073 S:      Supported
9074 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9075 F:      Documentation/phy/samsung-usb2.txt
9076 F:      drivers/phy/phy-exynos4210-usb2.c
9077 F:      drivers/phy/phy-exynos4x12-usb2.c
9078 F:      drivers/phy/phy-exynos5250-usb2.c
9079 F:      drivers/phy/phy-s5pv210-usb2.c
9080 F:      drivers/phy/phy-samsung-usb2.c
9081 F:      drivers/phy/phy-samsung-usb2.h
9082
9083 SERIAL DRIVERS
9084 M:      Greg Kroah-Hartman <[email protected]>
9085 L:      [email protected]
9086 S:      Maintained
9087 F:      drivers/tty/serial/
9088
9089 SYNOPSYS DESIGNWARE DMAC DRIVER
9090 M:      Viresh Kumar <[email protected]>
9091 M:      Andy Shevchenko <[email protected]>
9092 S:      Maintained
9093 F:      include/linux/dma/dw.h
9094 F:      include/linux/platform_data/dma-dw.h
9095 F:      drivers/dma/dw/
9096
9097 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9098 M: Lars Persson <[email protected]>
9099 L: [email protected]
9100 S: Supported
9101 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9102 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9103
9104 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9105 M:      Seungwon Jeon <[email protected]>
9106 M:      Jaehoon Chung <[email protected]>
9107 L:      [email protected]
9108 S:      Maintained
9109 F:      include/linux/mmc/dw_mmc.h
9110 F:      drivers/mmc/host/dw_mmc*
9111
9112 THUNDERBOLT DRIVER
9113 M:      Andreas Noever <[email protected]>
9114 S:      Maintained
9115 F:      drivers/thunderbolt/
9116
9117 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9118 M:      John Stultz <[email protected]>
9119 M:      Thomas Gleixner <[email protected]>
9120 L:      [email protected]
9121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9122 S:      Supported
9123 F:      include/linux/clocksource.h
9124 F:      include/linux/time.h
9125 F:      include/linux/timex.h
9126 F:      include/uapi/linux/time.h
9127 F:      include/uapi/linux/timex.h
9128 F:      kernel/time/clocksource.c
9129 F:      kernel/time/time*.c
9130 F:      kernel/time/ntp.c
9131 F:      tools/testing/selftests/timers/
9132
9133 SC1200 WDT DRIVER
9134 M:      Zwane Mwaikambo <[email protected]>
9135 S:      Maintained
9136 F:      drivers/watchdog/sc1200wdt.c
9137
9138 SCHEDULER
9139 M:      Ingo Molnar <[email protected]>
9140 M:      Peter Zijlstra <[email protected]>
9141 L:      [email protected]
9142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9143 S:      Maintained
9144 F:      kernel/sched/
9145 F:      include/linux/sched.h
9146 F:      include/uapi/linux/sched.h
9147 F:      include/linux/wait.h
9148
9149 SCORE ARCHITECTURE
9150 M:      Chen Liqin <[email protected]>
9151 M:      Lennox Wu <[email protected]>
9152 W:      http://www.sunplus.com
9153 S:      Supported
9154 F:      arch/score/
9155
9156 SCSI CDROM DRIVER
9157 M:      Jens Axboe <[email protected]>
9158 L:      [email protected]
9159 W:      http://www.kernel.dk
9160 S:      Maintained
9161 F:      drivers/scsi/sr*
9162
9163 SCSI RDMA PROTOCOL (SRP) INITIATOR
9164 M:      Bart Van Assche <[email protected]>
9165 L:      [email protected]
9166 S:      Supported
9167 W:      http://www.openfabrics.org
9168 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9170 F:      drivers/infiniband/ulp/srp/
9171 F:      include/scsi/srp.h
9172
9173 SCSI SG DRIVER
9174 M:      Doug Gilbert <[email protected]>
9175 L:      [email protected]
9176 W:      http://sg.danny.cz/sg
9177 S:      Maintained
9178 F:      Documentation/scsi/scsi-generic.txt
9179 F:      drivers/scsi/sg.c
9180 F:      include/scsi/sg.h
9181
9182 SCSI SUBSYSTEM
9183 M:      "James E.J. Bottomley" <[email protected]>
9184 L:      [email protected]
9185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9186 S:      Maintained
9187 F:      drivers/scsi/
9188 F:      include/scsi/
9189
9190 SCSI TAPE DRIVER
9191 M:      Kai Mäkisara <[email protected]>
9192 L:      [email protected]
9193 S:      Maintained
9194 F:      Documentation/scsi/st.txt
9195 F:      drivers/scsi/st.*
9196 F:      drivers/scsi/st_*.h
9197
9198 SCTP PROTOCOL
9199 M:      Vlad Yasevich <[email protected]>
9200 M:      Neil Horman <[email protected]>
9201 L:      [email protected]
9202 W:      http://lksctp.sourceforge.net
9203 S:      Maintained
9204 F:      Documentation/networking/sctp.txt
9205 F:      include/linux/sctp.h
9206 F:      include/uapi/linux/sctp.h
9207 F:      include/net/sctp/
9208 F:      net/sctp/
9209
9210 SCx200 CPU SUPPORT
9211 M:      Jim Cromie <[email protected]>
9212 S:      Odd Fixes
9213 F:      Documentation/i2c/busses/scx200_acb
9214 F:      arch/x86/platform/scx200/
9215 F:      drivers/watchdog/scx200_wdt.c
9216 F:      drivers/i2c/busses/scx200*
9217 F:      drivers/mtd/maps/scx200_docflash.c
9218 F:      include/linux/scx200.h
9219
9220 SCx200 GPIO DRIVER
9221 M:      Jim Cromie <[email protected]>
9222 S:      Maintained
9223 F:      drivers/char/scx200_gpio.c
9224 F:      include/linux/scx200_gpio.h
9225
9226 SCx200 HRT CLOCKSOURCE DRIVER
9227 M:      Jim Cromie <[email protected]>
9228 S:      Maintained
9229 F:      drivers/clocksource/scx200_hrt.c
9230
9231 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9232 M:      Sascha Sommer <[email protected]>
9233 L:      [email protected] (subscribers-only)
9234 S:      Maintained
9235 F:      drivers/mmc/host/sdricoh_cs.c
9236
9237 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9238 L:      [email protected]
9239 S:      Orphan
9240 F:      drivers/mmc/host/sdhci.*
9241 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9242
9243 SECURE COMPUTING
9244 M:      Kees Cook <[email protected]>
9245 R:      Andy Lutomirski <[email protected]>
9246 R:      Will Drewry <[email protected]>
9247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9248 S:      Supported
9249 F:      kernel/seccomp.c
9250 F:      include/uapi/linux/seccomp.h
9251 F:      include/linux/seccomp.h
9252 F:      tools/testing/selftests/seccomp/*
9253 K:      \bsecure_computing
9254 K:      \bTIF_SECCOMP\b
9255
9256 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9257 M:      Ben Dooks <[email protected]>
9258 M:      Jaehoon Chung <[email protected]>
9259 L:      [email protected]
9260 S:      Maintained
9261 F:      drivers/mmc/host/sdhci-s3c*
9262
9263 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9264 M:      Viresh Kumar <[email protected]>
9265 L:      [email protected]
9266 L:      [email protected]
9267 S:      Maintained
9268 F:      drivers/mmc/host/sdhci-spear.c
9269
9270 SECURITY SUBSYSTEM
9271 M:      James Morris <[email protected]>
9272 M:      "Serge E. Hallyn" <[email protected]>
9273 L:      [email protected] (suggested Cc:)
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9275 W:      http://kernsec.org/
9276 S:      Supported
9277 F:      security/
9278
9279 SECURITY CONTACT
9280 M:      Security Officers <[email protected]>
9281 S:      Supported
9282
9283 SELINUX SECURITY MODULE
9284 M:      Paul Moore <[email protected]>
9285 M:      Stephen Smalley <[email protected]>
9286 M:      Eric Paris <[email protected]>
9287 L:      [email protected] (moderated for non-subscribers)
9288 W:      http://selinuxproject.org
9289 T:      git git://git.infradead.org/users/pcmoore/selinux
9290 S:      Supported
9291 F:      include/linux/selinux*
9292 F:      security/selinux/
9293 F:      scripts/selinux/
9294
9295 APPARMOR SECURITY MODULE
9296 M:      John Johansen <[email protected]>
9297 L:      [email protected] (subscribers-only, general discussion)
9298 W:      apparmor.wiki.kernel.org
9299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9300 S:      Supported
9301 F:      security/apparmor/
9302
9303 YAMA SECURITY MODULE
9304 M:      Kees Cook <[email protected]>
9305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9306 S:      Supported
9307 F:      security/yama/
9308
9309 SENSABLE PHANTOM
9310 M:      Jiri Slaby <[email protected]>
9311 S:      Maintained
9312 F:      drivers/misc/phantom.c
9313 F:      include/uapi/linux/phantom.h
9314
9315 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9316 M:      Jayamohan Kallickal <[email protected]>
9317 M:      Minh Tran <[email protected]>
9318 M:      John Soni Jose <[email protected]>
9319 L:      [email protected]
9320 W:      http://www.avagotech.com
9321 S:      Supported
9322 F:      drivers/scsi/be2iscsi/
9323
9324 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9325 M:      Sathya Perla <[email protected]>
9326 M:      Ajit Khaparde <[email protected]>
9327 M:      Padmanabh Ratnakar <[email protected]>
9328 M:      Sriharsha Basavapatna <[email protected]>
9329 L:      [email protected]
9330 W:      http://www.emulex.com
9331 S:      Supported
9332 F:      drivers/net/ethernet/emulex/benet/
9333
9334 EMULEX ONECONNECT ROCE DRIVER
9335 M:      Selvin Xavier <[email protected]>
9336 M:      Devesh Sharma <[email protected]>
9337 M:      Mitesh Ahuja <[email protected]>
9338 L:      [email protected]
9339 W:      http://www.emulex.com
9340 S:      Supported
9341 F:      drivers/infiniband/hw/ocrdma/
9342
9343 SFC NETWORK DRIVER
9344 M:      Solarflare linux maintainers <[email protected]>
9345 M:      Shradha Shah <[email protected]>
9346 L:      [email protected]
9347 S:      Supported
9348 F:      drivers/net/ethernet/sfc/
9349
9350 SGI GRU DRIVER
9351 M:      Dimitri Sivanich <[email protected]>
9352 S:      Maintained
9353 F:      drivers/misc/sgi-gru/
9354
9355 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9356 M:      Pat Gefre <[email protected]>
9357 L:      [email protected]
9358 S:      Supported
9359 F:      Documentation/ia64/serial.txt
9360 F:      drivers/tty/serial/ioc?_serial.c
9361 F:      include/linux/ioc?.h
9362
9363 SGI XP/XPC/XPNET DRIVER
9364 M:      Cliff Whickman <[email protected]>
9365 M:      Robin Holt <[email protected]>
9366 S:      Maintained
9367 F:      drivers/misc/sgi-xp/
9368
9369 SI2157 MEDIA DRIVER
9370 M:      Antti Palosaari <[email protected]>
9371 L:      [email protected]
9372 W:      http://linuxtv.org/
9373 W:      http://palosaari.fi/linux/
9374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9375 T:      git git://linuxtv.org/anttip/media_tree.git
9376 S:      Maintained
9377 F:      drivers/media/tuners/si2157*
9378
9379 SI2168 MEDIA DRIVER
9380 M:      Antti Palosaari <[email protected]>
9381 L:      [email protected]
9382 W:      http://linuxtv.org/
9383 W:      http://palosaari.fi/linux/
9384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9385 T:      git git://linuxtv.org/anttip/media_tree.git
9386 S:      Maintained
9387 F:      drivers/media/dvb-frontends/si2168*
9388
9389 SI470X FM RADIO RECEIVER I2C DRIVER
9390 M:      Hans Verkuil <[email protected]>
9391 L:      [email protected]
9392 T:      git git://linuxtv.org/media_tree.git
9393 W:      http://linuxtv.org
9394 S:      Odd Fixes
9395 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9396
9397 SI470X FM RADIO RECEIVER USB DRIVER
9398 M:      Hans Verkuil <[email protected]>
9399 L:      [email protected]
9400 T:      git git://linuxtv.org/media_tree.git
9401 W:      http://linuxtv.org
9402 S:      Maintained
9403 F:      drivers/media/radio/si470x/radio-si470x-common.c
9404 F:      drivers/media/radio/si470x/radio-si470x.h
9405 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9406
9407 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9408 M:      Eduardo Valentin <[email protected]>
9409 L:      [email protected]
9410 T:      git git://linuxtv.org/media_tree.git
9411 W:      http://linuxtv.org
9412 S:      Odd Fixes
9413 F:      drivers/media/radio/si4713/si4713.?
9414
9415 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9416 M:      Eduardo Valentin <[email protected]>
9417 L:      [email protected]
9418 T:      git git://linuxtv.org/media_tree.git
9419 W:      http://linuxtv.org
9420 S:      Odd Fixes
9421 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9422
9423 SI4713 FM RADIO TRANSMITTER USB DRIVER
9424 M:      Hans Verkuil <[email protected]>
9425 L:      [email protected]
9426 T:      git git://linuxtv.org/media_tree.git
9427 W:      http://linuxtv.org
9428 S:      Maintained
9429 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9430
9431 SIANO DVB DRIVER
9432 M:      Mauro Carvalho Chehab <[email protected]>
9433 L:      [email protected]
9434 W:      http://linuxtv.org
9435 T:      git git://linuxtv.org/media_tree.git
9436 S:      Odd fixes
9437 F:      drivers/media/common/siano/
9438 F:      drivers/media/usb/siano/
9439 F:      drivers/media/usb/siano/
9440 F:      drivers/media/mmc/siano/
9441
9442 SIMPLEFB FB DRIVER
9443 M:      Hans de Goede <[email protected]>
9444 L:      [email protected]
9445 S:      Maintained
9446 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9447 F:      drivers/video/fbdev/simplefb.c
9448 F:      include/linux/platform_data/simplefb.h
9449
9450 SH_VEU V4L2 MEM2MEM DRIVER
9451 L:      [email protected]
9452 S:      Orphan
9453 F:      drivers/media/platform/sh_veu.c
9454
9455 SH_VOU V4L2 OUTPUT DRIVER
9456 L:      [email protected]
9457 S:      Orphan
9458 F:      drivers/media/platform/sh_vou.c
9459 F:      include/media/sh_vou.h
9460
9461 SIMPLE FIRMWARE INTERFACE (SFI)
9462 M:      Len Brown <[email protected]>
9463 L:      [email protected]
9464 W:      http://simplefirmware.org/
9465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9466 S:      Supported
9467 F:      arch/x86/platform/sfi/
9468 F:      drivers/sfi/
9469 F:      include/linux/sfi*.h
9470
9471 SIMTEC EB110ATX (Chalice CATS)
9472 P:      Ben Dooks
9473 P:      Vincent Sanders <[email protected]>
9474 M:      Simtec Linux Team <[email protected]>
9475 W:      http://www.simtec.co.uk/products/EB110ATX/
9476 S:      Supported
9477
9478 SIMTEC EB2410ITX (BAST)
9479 P:      Ben Dooks
9480 P:      Vincent Sanders <[email protected]>
9481 M:      Simtec Linux Team <[email protected]>
9482 W:      http://www.simtec.co.uk/products/EB2410ITX/
9483 S:      Supported
9484 F:      arch/arm/mach-s3c24xx/mach-bast.c
9485 F:      arch/arm/mach-s3c24xx/bast-ide.c
9486 F:      arch/arm/mach-s3c24xx/bast-irq.c
9487
9488 TI DAVINCI MACHINE SUPPORT
9489 M:      Sekhar Nori <[email protected]>
9490 M:      Kevin Hilman <[email protected]>
9491 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9492 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9493 S:      Supported
9494 F:      arch/arm/mach-davinci/
9495 F:      drivers/i2c/busses/i2c-davinci.c
9496
9497 TI DAVINCI SERIES MEDIA DRIVER
9498 M:      "Lad, Prabhakar" <[email protected]>
9499 L:      [email protected]
9500 W:      http://linuxtv.org/
9501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9502 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9503 S:      Maintained
9504 F:      drivers/media/platform/davinci/
9505 F:      include/media/davinci/
9506
9507 TI AM437X VPFE DRIVER
9508 M:      "Lad, Prabhakar" <[email protected]>
9509 L:      [email protected]
9510 W:      http://linuxtv.org/
9511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9512 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9513 S:      Maintained
9514 F:      drivers/media/platform/am437x/
9515
9516 OV2659 OMNIVISION SENSOR DRIVER
9517 M:      "Lad, Prabhakar" <[email protected]>
9518 L:      [email protected]
9519 W:      http://linuxtv.org/
9520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9521 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9522 S:      Maintained
9523 F:      drivers/media/i2c/ov2659.c
9524 F:      include/media/ov2659.h
9525
9526 SILICON MOTION SM712 FRAME BUFFER DRIVER
9527 M:      Sudip Mukherjee <[email protected]>
9528 M:      Teddy Wang <[email protected]>
9529 M:      Sudip Mukherjee <[email protected]>
9530 L:      [email protected]
9531 S:      Maintained
9532 F:      drivers/video/fbdev/sm712*
9533 F:      Documentation/fb/sm712fb.txt
9534
9535 SIS 190 ETHERNET DRIVER
9536 M:      Francois Romieu <[email protected]>
9537 L:      [email protected]
9538 S:      Maintained
9539 F:      drivers/net/ethernet/sis/sis190.c
9540
9541 SIS 900/7016 FAST ETHERNET DRIVER
9542 M:      Daniele Venzano <[email protected]>
9543 W:      http://www.brownhat.org/sis900.html
9544 L:      [email protected]
9545 S:      Maintained
9546 F:      drivers/net/ethernet/sis/sis900.*
9547
9548 SIS FRAMEBUFFER DRIVER
9549 M:      Thomas Winischhofer <[email protected]>
9550 W:      http://www.winischhofer.net/linuxsisvga.shtml
9551 S:      Maintained
9552 F:      Documentation/fb/sisfb.txt
9553 F:      drivers/video/fbdev/sis/
9554 F:      include/video/sisfb.h
9555
9556 SIS USB2VGA DRIVER
9557 M:      Thomas Winischhofer <[email protected]>
9558 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9559 S:      Maintained
9560 F:      drivers/usb/misc/sisusbvga/
9561
9562 SLAB ALLOCATOR
9563 M:      Christoph Lameter <[email protected]>
9564 M:      Pekka Enberg <[email protected]>
9565 M:      David Rientjes <[email protected]>
9566 M:      Joonsoo Kim <[email protected]>
9567 M:      Andrew Morton <[email protected]>
9568 L:      [email protected]
9569 S:      Maintained
9570 F:      include/linux/sl?b*.h
9571 F:      mm/sl?b*
9572
9573 SLEEPABLE READ-COPY UPDATE (SRCU)
9574 M:      Lai Jiangshan <[email protected]>
9575 M:      "Paul E. McKenney" <[email protected]>
9576 M:      Josh Triplett <[email protected]>
9577 R:      Steven Rostedt <[email protected]>
9578 R:      Mathieu Desnoyers <[email protected]>
9579 L:      [email protected]
9580 W:      http://www.rdrop.com/users/paulmck/RCU/
9581 S:      Supported
9582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9583 F:      include/linux/srcu.h
9584 F:      kernel/rcu/srcu.c
9585
9586 SMACK SECURITY MODULE
9587 M:      Casey Schaufler <[email protected]>
9588 L:      [email protected]
9589 W:      http://schaufler-ca.com
9590 T:      git git://git.gitorious.org/smack-next/kernel.git
9591 S:      Maintained
9592 F:      Documentation/security/Smack.txt
9593 F:      security/smack/
9594
9595 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9596 M:      Kevin Hilman <[email protected]>
9597 M:      Nishanth Menon <[email protected]>
9598 S:      Maintained
9599 F:      drivers/power/avs/
9600 F:      include/linux/power/smartreflex.h
9601 L:      [email protected]
9602
9603 SMC91x ETHERNET DRIVER
9604 M:      Nicolas Pitre <[email protected]>
9605 S:      Odd Fixes
9606 F:      drivers/net/ethernet/smsc/smc91x.*
9607
9608 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9609 M:      Sakari Ailus <[email protected]>
9610 L:      [email protected]
9611 S:      Maintained
9612 F:      drivers/media/i2c/smiapp/
9613 F:      include/media/smiapp.h
9614 F:      drivers/media/i2c/smiapp-pll.c
9615 F:      drivers/media/i2c/smiapp-pll.h
9616 F:      include/uapi/linux/smiapp.h
9617 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9618
9619 SMM665 HARDWARE MONITOR DRIVER
9620 M:      Guenter Roeck <[email protected]>
9621 L:      [email protected]
9622 S:      Maintained
9623 F:      Documentation/hwmon/smm665
9624 F:      drivers/hwmon/smm665.c
9625
9626 SMSC EMC2103 HARDWARE MONITOR DRIVER
9627 M:      Steve Glendinning <[email protected]>
9628 L:      [email protected]
9629 S:      Maintained
9630 F:      Documentation/hwmon/emc2103
9631 F:      drivers/hwmon/emc2103.c
9632
9633 SMSC SCH5627 HARDWARE MONITOR DRIVER
9634 M:      Hans de Goede <[email protected]>
9635 L:      [email protected]
9636 S:      Supported
9637 F:      Documentation/hwmon/sch5627
9638 F:      drivers/hwmon/sch5627.c
9639
9640 SMSC47B397 HARDWARE MONITOR DRIVER
9641 M:      Jean Delvare <[email protected]>
9642 L:      [email protected]
9643 S:      Maintained
9644 F:      Documentation/hwmon/smsc47b397
9645 F:      drivers/hwmon/smsc47b397.c
9646
9647 SMSC911x ETHERNET DRIVER
9648 M:      Steve Glendinning <[email protected]>
9649 L:      [email protected]
9650 S:      Maintained
9651 F:      include/linux/smsc911x.h
9652 F:      drivers/net/ethernet/smsc/smsc911x.*
9653
9654 SMSC9420 PCI ETHERNET DRIVER
9655 M:      Steve Glendinning <[email protected]>
9656 L:      [email protected]
9657 S:      Maintained
9658 F:      drivers/net/ethernet/smsc/smsc9420.*
9659
9660 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9661 M:      Steve Glendinning <[email protected]>
9662 L:      [email protected]
9663 S:      Maintained
9664 F:      drivers/video/fbdev/smscufx.c
9665
9666 SOC-CAMERA V4L2 SUBSYSTEM
9667 M:      Guennadi Liakhovetski <[email protected]>
9668 L:      [email protected]
9669 T:      git git://linuxtv.org/media_tree.git
9670 S:      Maintained
9671 F:      include/media/soc*
9672 F:      drivers/media/i2c/soc_camera/
9673 F:      drivers/media/platform/soc_camera/
9674
9675 SOEKRIS NET48XX LED SUPPORT
9676 M:      Chris Boot <[email protected]>
9677 S:      Maintained
9678 F:      drivers/leds/leds-net48xx.c
9679
9680 SOFTLOGIC 6x10 MPEG CODEC
9681 M:      Bluecherry Maintainers <[email protected]>
9682 M:      Andrey Utkin <[email protected]>
9683 M:      Andrey Utkin <[email protected]>
9684 M:      Ismael Luceno <[email protected]>
9685 L:      [email protected]
9686 S:      Supported
9687 F:      drivers/media/pci/solo6x10/
9688
9689 SOFTWARE RAID (Multiple Disks) SUPPORT
9690 M:      Neil Brown <[email protected]>
9691 L:      [email protected]
9692 S:      Supported
9693 F:      drivers/md/
9694 F:      include/linux/raid/
9695 F:      include/uapi/linux/raid/
9696
9697 SONIC NETWORK DRIVER
9698 M:      Thomas Bogendoerfer <[email protected]>
9699 L:      [email protected]
9700 S:      Maintained
9701 F:      drivers/net/ethernet/natsemi/sonic.*
9702
9703 SONICS SILICON BACKPLANE DRIVER (SSB)
9704 M:      Michael Buesch <[email protected]>
9705 L:      [email protected]
9706 S:      Maintained
9707 F:      drivers/ssb/
9708 F:      include/linux/ssb/
9709
9710 SONY VAIO CONTROL DEVICE DRIVER
9711 M:      Mattia Dongili <[email protected]>
9712 L:      [email protected]
9713 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9714 S:      Maintained
9715 F:      Documentation/laptops/sony-laptop.txt
9716 F:      drivers/char/sonypi.c
9717 F:      drivers/platform/x86/sony-laptop.c
9718 F:      include/linux/sony-laptop.h
9719
9720 SONY MEMORYSTICK CARD SUPPORT
9721 M:      Alex Dubov <[email protected]>
9722 W:      http://tifmxx.berlios.de/
9723 S:      Maintained
9724 F:      drivers/memstick/host/tifm_ms.c
9725
9726 SONY MEMORYSTICK STANDARD SUPPORT
9727 M:      Maxim Levitsky <[email protected]>
9728 S:      Maintained
9729 F:      drivers/memstick/core/ms_block.*
9730
9731 SOUND
9732 M:      Jaroslav Kysela <[email protected]>
9733 M:      Takashi Iwai <[email protected]>
9734 L:      [email protected] (moderated for non-subscribers)
9735 W:      http://www.alsa-project.org/
9736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9737 T:      git git://git.alsa-project.org/alsa-kernel.git
9738 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9739 S:      Maintained
9740 F:      Documentation/sound/
9741 F:      include/sound/
9742 F:      include/uapi/sound/
9743 F:      sound/
9744
9745 SOUND - COMPRESSED AUDIO
9746 M:      Vinod Koul <[email protected]>
9747 L:      [email protected] (moderated for non-subscribers)
9748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9749 S:      Supported
9750 F:      Documentation/sound/alsa/compress_offload.txt
9751 F:      include/sound/compress_driver.h
9752 F:      include/uapi/sound/compress_*
9753 F:      sound/core/compress_offload.c
9754 F:      sound/soc/soc-compress.c
9755
9756 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9757 M:      Liam Girdwood <[email protected]>
9758 M:      Mark Brown <[email protected]>
9759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9760 L:      [email protected] (moderated for non-subscribers)
9761 W:      http://alsa-project.org/main/index.php/ASoC
9762 S:      Supported
9763 F:      Documentation/sound/alsa/soc/
9764 F:      sound/soc/
9765 F:      include/sound/soc*
9766
9767 SOUND - DMAENGINE HELPERS
9768 M:      Lars-Peter Clausen <[email protected]>
9769 S:      Supported
9770 F:      include/sound/dmaengine_pcm.h
9771 F:      sound/core/pcm_dmaengine.c
9772 F:      sound/soc/soc-generic-dmaengine-pcm.c
9773
9774 SP2 MEDIA DRIVER
9775 M:      Olli Salonen <[email protected]>
9776 L:      [email protected]
9777 W:      http://linuxtv.org/
9778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9779 S:      Maintained
9780 F:      drivers/media/dvb-frontends/sp2*
9781
9782 SPARC + UltraSPARC (sparc/sparc64)
9783 M:      "David S. Miller" <[email protected]>
9784 L:      [email protected]
9785 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9788 S:      Maintained
9789 F:      arch/sparc/
9790 F:      drivers/sbus/
9791
9792 SPARC SERIAL DRIVERS
9793 M:      "David S. Miller" <[email protected]>
9794 L:      [email protected]
9795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9797 S:      Maintained
9798 F:      include/linux/sunserialcore.h
9799 F:      drivers/tty/serial/suncore.c
9800 F:      drivers/tty/serial/sunhv.c
9801 F:      drivers/tty/serial/sunsab.c
9802 F:      drivers/tty/serial/sunsab.h
9803 F:      drivers/tty/serial/sunsu.c
9804 F:      drivers/tty/serial/sunzilog.c
9805 F:      drivers/tty/serial/sunzilog.h
9806
9807 SPARSE CHECKER
9808 M:      "Christopher Li" <[email protected]>
9809 L:      [email protected]
9810 W:      https://sparse.wiki.kernel.org/
9811 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9812 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9813 S:      Maintained
9814 F:      include/linux/compiler.h
9815
9816 SPEAR PLATFORM SUPPORT
9817 M:      Viresh Kumar <[email protected]>
9818 M:      Shiraz Hashim <[email protected]>
9819 L:      [email protected]
9820 L:      [email protected] (moderated for non-subscribers)
9821 W:      http://www.st.com/spear
9822 S:      Maintained
9823 F:      arch/arm/mach-spear/
9824
9825 SPEAR CLOCK FRAMEWORK SUPPORT
9826 M:      Viresh Kumar <[email protected]>
9827 L:      [email protected]
9828 L:      [email protected] (moderated for non-subscribers)
9829 W:      http://www.st.com/spear
9830 S:      Maintained
9831 F:      drivers/clk/spear/
9832
9833 SPI SUBSYSTEM
9834 M:      Mark Brown <[email protected]>
9835 L:      [email protected]
9836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9837 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9838 S:      Maintained
9839 F:      Documentation/spi/
9840 F:      drivers/spi/
9841 F:      include/linux/spi/
9842 F:      include/uapi/linux/spi/
9843
9844 SPIDERNET NETWORK DRIVER for CELL
9845 M:      Ishizaki Kou <[email protected]>
9846 L:      [email protected]
9847 S:      Supported
9848 F:      Documentation/networking/spider_net.txt
9849 F:      drivers/net/ethernet/toshiba/spider_net*
9850
9851 SPU FILE SYSTEM
9852 M:      Jeremy Kerr <[email protected]>
9853 L:      [email protected]
9854 W:      http://www.ibm.com/developerworks/power/cell/
9855 S:      Supported
9856 F:      Documentation/filesystems/spufs.txt
9857 F:      arch/powerpc/platforms/cell/spufs/
9858
9859 SQUASHFS FILE SYSTEM
9860 M:      Phillip Lougher <[email protected]>
9861 L:      [email protected] (subscribers-only)
9862 W:      http://squashfs.org.uk
9863 S:      Maintained
9864 F:      Documentation/filesystems/squashfs.txt
9865 F:      fs/squashfs/
9866
9867 SRM (Alpha) environment access
9868 M:      Jan-Benedict Glaw <[email protected]>
9869 S:      Maintained
9870 F:      arch/alpha/kernel/srm_env.c
9871
9872 STABLE BRANCH
9873 M:      Greg Kroah-Hartman <[email protected]>
9874 L:      [email protected]
9875 S:      Supported
9876 F:      Documentation/stable_kernel_rules.txt
9877
9878 STAGING SUBSYSTEM
9879 M:      Greg Kroah-Hartman <[email protected]>
9880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9881 L:      [email protected]
9882 S:      Supported
9883 F:      drivers/staging/
9884
9885 STAGING - COMEDI
9886 M:      Ian Abbott <[email protected]>
9887 M:      H Hartley Sweeten <[email protected]>
9888 S:      Odd Fixes
9889 F:      drivers/staging/comedi/
9890
9891 STAGING - FLARION FT1000 DRIVERS
9892 M:      Marek Belisko <[email protected]>
9893 S:      Odd Fixes
9894 F:      drivers/staging/ft1000/
9895
9896 STAGING - INDUSTRIAL IO
9897 M:      Jonathan Cameron <[email protected]>
9898 L:      [email protected]
9899 S:      Odd Fixes
9900 F:      drivers/staging/iio/
9901
9902 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9903 M:      Jarod Wilson <[email protected]>
9904 W:      http://www.lirc.org/
9905 S:      Odd Fixes
9906 F:      drivers/staging/media/lirc/
9907
9908 STAGING - LUSTRE PARALLEL FILESYSTEM
9909 M:      Oleg Drokin <[email protected]>
9910 M:      Andreas Dilger <[email protected]>
9911 L:      [email protected] (moderated for non-subscribers)
9912 W:      http://wiki.lustre.org/
9913 S:      Maintained
9914 F:      drivers/staging/lustre
9915
9916 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9917 M:      Julian Andres Klode <[email protected]>
9918 M:      Marc Dietrich <[email protected]>
9919 L:      [email protected] (moderated for non-subscribers)
9920 L:      [email protected]
9921 S:      Maintained
9922 F:      drivers/staging/nvec/
9923
9924 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9925 M:      Jens Frederich <[email protected]>
9926 M:      Daniel Drake <[email protected]>
9927 M:      Jon Nettleton <[email protected]>
9928 W:      http://wiki.laptop.org/go/DCON
9929 S:      Maintained
9930 F:      drivers/staging/olpc_dcon/
9931
9932 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9933 M:      Willy Tarreau <[email protected]>
9934 S:      Odd Fixes
9935 F:      drivers/staging/panel/
9936
9937 STAGING - REALTEK RTL8712U DRIVERS
9938 M:      Larry Finger <[email protected]>
9939 M:      Florian Schilhabel <[email protected]>.
9940 S:      Odd Fixes
9941 F:      drivers/staging/rtl8712/
9942
9943 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9944 M:      Larry Finger <[email protected]>
9945 M:      Jes Sorensen <[email protected]>
9946 L:      [email protected]
9947 S:      Maintained
9948 F:      drivers/staging/rtl8723au/
9949
9950 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9951 M:      Sudip Mukherjee <[email protected]>
9952 M:      Teddy Wang <[email protected]>
9953 M:      Sudip Mukherjee <[email protected]>
9954 L:      [email protected]
9955 S:      Maintained
9956 F:      drivers/staging/sm750fb/
9957
9958 STAGING - SLICOSS
9959 M:      Lior Dotan <[email protected]>
9960 M:      Christopher Harrer <[email protected]>
9961 S:      Odd Fixes
9962 F:      drivers/staging/slicoss/
9963
9964 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9965 M:      William Hubbs <[email protected]>
9966 M:      Chris Brannon <[email protected]>
9967 M:      Kirk Reiser <[email protected]>
9968 M:      Samuel Thibault <[email protected]>
9969 L:      [email protected]
9970 W:      http://www.linux-speakup.org/
9971 S:      Odd Fixes
9972 F:      drivers/staging/speakup/
9973
9974 STAGING - VIA VT665X DRIVERS
9975 M:      Forest Bond <[email protected]>
9976 S:      Odd Fixes
9977 F:      drivers/staging/vt665?/
9978
9979 STAGING - WILC1000 WIFI DRIVER
9980 M:      Johnny Kim <[email protected]>
9981 M:      Rachel Kim <[email protected]>
9982 M:      Dean Lee <[email protected]>
9983 M:      Chris Park <[email protected]>
9984 L:      [email protected]
9985 S:      Supported
9986 F:      drivers/staging/wilc1000/
9987
9988 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9989 M:      Arnaud Patard <[email protected]>
9990 S:      Odd Fixes
9991 F:      drivers/staging/xgifb/
9992
9993 HFI1 DRIVER
9994 M:      Mike Marciniszyn <[email protected]>
9995 L:      [email protected]
9996 S:      Supported
9997 F:      drivers/staging/rdma/hfi1
9998
9999 STARFIRE/DURALAN NETWORK DRIVER
10000 M:      Ion Badulescu <[email protected]>
10001 S:      Odd Fixes
10002 F:      drivers/net/ethernet/adaptec/starfire*
10003
10004 SUN3/3X
10005 M:      Sam Creasey <[email protected]>
10006 W:      http://sammy.net/sun3/
10007 S:      Maintained
10008 F:      arch/m68k/kernel/*sun3*
10009 F:      arch/m68k/sun3*/
10010 F:      arch/m68k/include/asm/sun3*
10011 F:      drivers/net/ethernet/i825xx/sun3*
10012
10013 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10014 M:      Hans de Goede <[email protected]>
10015 L:      [email protected]
10016 S:      Maintained
10017 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10018 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10019
10020 SUNDANCE NETWORK DRIVER
10021 M:      Denis Kirjanov <[email protected]>
10022 L:      [email protected]
10023 S:      Maintained
10024 F:      drivers/net/ethernet/dlink/sundance.c
10025
10026 SUPERH
10027 L:      [email protected]
10028 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10029 S:      Orphan
10030 F:      Documentation/sh/
10031 F:      arch/sh/
10032 F:      drivers/sh/
10033
10034 SUSPEND TO RAM
10035 M:      "Rafael J. Wysocki" <[email protected]>
10036 M:      Len Brown <[email protected]>
10037 M:      Pavel Machek <[email protected]>
10038 L:      [email protected]
10039 S:      Supported
10040 F:      Documentation/power/
10041 F:      arch/x86/kernel/acpi/
10042 F:      drivers/base/power/
10043 F:      kernel/power/
10044 F:      include/linux/suspend.h
10045 F:      include/linux/freezer.h
10046 F:      include/linux/pm.h
10047
10048 SVGA HANDLING
10049 M:      Martin Mares <[email protected]>
10050 L:      [email protected]
10051 S:      Maintained
10052 F:      Documentation/svga.txt
10053 F:      arch/x86/boot/video*
10054
10055 SWIOTLB SUBSYSTEM
10056 M:      Konrad Rzeszutek Wilk <[email protected]>
10057 L:      [email protected]
10058 S:      Supported
10059 F:      lib/swiotlb.c
10060 F:      arch/*/kernel/pci-swiotlb.c
10061 F:      include/linux/swiotlb.h
10062
10063 SWITCHDEV
10064 M:      Jiri Pirko <[email protected]>
10065 L:      [email protected]
10066 S:      Supported
10067 F:      net/switchdev/
10068 F:      include/net/switchdev.h
10069
10070 SYNOPSYS ARC ARCHITECTURE
10071 M:      Vineet Gupta <[email protected]>
10072 S:      Supported
10073 F:      arch/arc/
10074 F:      Documentation/devicetree/bindings/arc/*
10075 F:      drivers/tty/serial/arc_uart.c
10076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10077
10078 SYNOPSYS ARC SDP platform support
10079 M:      Alexey Brodkin <[email protected]>
10080 S:      Supported
10081 F:      arch/arc/plat-axs10x
10082 F:      arch/arc/boot/dts/ax*
10083 F:      Documentation/devicetree/bindings/arc/axs10*
10084
10085 SYSTEM CONFIGURATION (SYSCON)
10086 M:      Lee Jones <[email protected]>
10087 M:      Arnd Bergmann <[email protected]>
10088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10089 S:      Supported
10090 F:      drivers/mfd/syscon.c
10091
10092 SYSV FILESYSTEM
10093 M:      Christoph Hellwig <[email protected]>
10094 S:      Maintained
10095 F:      Documentation/filesystems/sysv-fs.txt
10096 F:      fs/sysv/
10097 F:      include/linux/sysv_fs.h
10098
10099 TARGET SUBSYSTEM
10100 M:      "Nicholas A. Bellinger" <[email protected]>
10101 L:      [email protected]
10102 L:      [email protected]
10103 W:      http://www.linux-iscsi.org
10104 W:      http://groups.google.com/group/linux-iscsi-target-dev
10105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10106 S:      Supported
10107 F:      drivers/target/
10108 F:      include/target/
10109 F:      Documentation/target/
10110
10111 TASKSTATS STATISTICS INTERFACE
10112 M:      Balbir Singh <[email protected]>
10113 S:      Maintained
10114 F:      Documentation/accounting/taskstats*
10115 F:      include/linux/taskstats*
10116 F:      kernel/taskstats.c
10117
10118 TC CLASSIFIER
10119 M:      Jamal Hadi Salim <[email protected]>
10120 L:      [email protected]
10121 S:      Maintained
10122 F:      include/net/pkt_cls.h
10123 F:      include/uapi/linux/pkt_cls.h
10124 F:      net/sched/
10125
10126 TCP LOW PRIORITY MODULE
10127 M:      "Wong Hoi Sing, Edison" <[email protected]>
10128 M:      "Hung Hing Lun, Mike" <[email protected]>
10129 W:      http://tcp-lp-mod.sourceforge.net/
10130 S:      Maintained
10131 F:      net/ipv4/tcp_lp.c
10132
10133 TDA10071 MEDIA DRIVER
10134 M:      Antti Palosaari <[email protected]>
10135 L:      [email protected]
10136 W:      http://linuxtv.org/
10137 W:      http://palosaari.fi/linux/
10138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10139 T:      git git://linuxtv.org/anttip/media_tree.git
10140 S:      Maintained
10141 F:      drivers/media/dvb-frontends/tda10071*
10142
10143 TDA18212 MEDIA DRIVER
10144 M:      Antti Palosaari <[email protected]>
10145 L:      [email protected]
10146 W:      http://linuxtv.org/
10147 W:      http://palosaari.fi/linux/
10148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10149 T:      git git://linuxtv.org/anttip/media_tree.git
10150 S:      Maintained
10151 F:      drivers/media/tuners/tda18212*
10152
10153 TDA18218 MEDIA DRIVER
10154 M:      Antti Palosaari <[email protected]>
10155 L:      [email protected]
10156 W:      http://linuxtv.org/
10157 W:      http://palosaari.fi/linux/
10158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10159 T:      git git://linuxtv.org/anttip/media_tree.git
10160 S:      Maintained
10161 F:      drivers/media/tuners/tda18218*
10162
10163 TDA18271 MEDIA DRIVER
10164 M:      Michael Krufky <[email protected]>
10165 L:      [email protected]
10166 W:      http://linuxtv.org/
10167 W:      http://github.com/mkrufky
10168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10169 T:      git git://linuxtv.org/mkrufky/tuners.git
10170 S:      Maintained
10171 F:      drivers/media/tuners/tda18271*
10172
10173 TDA827x MEDIA DRIVER
10174 M:      Michael Krufky <[email protected]>
10175 L:      [email protected]
10176 W:      http://linuxtv.org/
10177 W:      http://github.com/mkrufky
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/mkrufky/tuners.git
10180 S:      Maintained
10181 F:      drivers/media/tuners/tda8290.*
10182
10183 TDA8290 MEDIA DRIVER
10184 M:      Michael Krufky <[email protected]>
10185 L:      [email protected]
10186 W:      http://linuxtv.org/
10187 W:      http://github.com/mkrufky
10188 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10189 T:      git git://linuxtv.org/mkrufky/tuners.git
10190 S:      Maintained
10191 F:      drivers/media/tuners/tda8290.*
10192
10193 TDA9840 MEDIA DRIVER
10194 M:      Hans Verkuil <[email protected]>
10195 L:      [email protected]
10196 T:      git git://linuxtv.org/media_tree.git
10197 W:      http://linuxtv.org
10198 S:      Maintained
10199 F:      drivers/media/i2c/tda9840*
10200
10201 TEA5761 TUNER DRIVER
10202 M:      Mauro Carvalho Chehab <[email protected]>
10203 L:      [email protected]
10204 W:      http://linuxtv.org
10205 T:      git git://linuxtv.org/media_tree.git
10206 S:      Odd fixes
10207 F:      drivers/media/tuners/tea5761.*
10208
10209 TEA5767 TUNER DRIVER
10210 M:      Mauro Carvalho Chehab <[email protected]>
10211 L:      [email protected]
10212 W:      http://linuxtv.org
10213 T:      git git://linuxtv.org/media_tree.git
10214 S:      Maintained
10215 F:      drivers/media/tuners/tea5767.*
10216
10217 TEA6415C MEDIA DRIVER
10218 M:      Hans Verkuil <[email protected]>
10219 L:      [email protected]
10220 T:      git git://linuxtv.org/media_tree.git
10221 W:      http://linuxtv.org
10222 S:      Maintained
10223 F:      drivers/media/i2c/tea6415c*
10224
10225 TEA6420 MEDIA DRIVER
10226 M:      Hans Verkuil <[email protected]>
10227 L:      [email protected]
10228 T:      git git://linuxtv.org/media_tree.git
10229 W:      http://linuxtv.org
10230 S:      Maintained
10231 F:      drivers/media/i2c/tea6420*
10232
10233 TEAM DRIVER
10234 M:      Jiri Pirko <[email protected]>
10235 L:      [email protected]
10236 S:      Supported
10237 F:      drivers/net/team/
10238 F:      include/linux/if_team.h
10239 F:      include/uapi/linux/if_team.h
10240
10241 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10242 M:      "Savoir-faire Linux Inc." <[email protected]>
10243 S:      Maintained
10244 F:      arch/x86/platform/ts5500/
10245
10246 TECHNOTREND USB IR RECEIVER
10247 M:      Sean Young <[email protected]>
10248 L:      [email protected]
10249 S:      Maintained
10250 F:      drivers/media/rc/ttusbir.c
10251
10252 TEGRA ARCHITECTURE SUPPORT
10253 M:      Stephen Warren <[email protected]>
10254 M:      Thierry Reding <[email protected]>
10255 M:      Alexandre Courbot <[email protected]>
10256 L:      [email protected]
10257 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10259 S:      Supported
10260 N:      [^a-z]tegra
10261
10262 TEGRA CLOCK DRIVER
10263 M:      Peter De Schrijver <[email protected]>
10264 M:      Prashant Gaikwad <[email protected]>
10265 S:      Supported
10266 F:      drivers/clk/tegra/
10267
10268 TEGRA DMA DRIVER
10269 M:      Laxman Dewangan <[email protected]>
10270 S:      Supported
10271 F:      drivers/dma/tegra20-apb-dma.c
10272
10273 TEGRA I2C DRIVER
10274 M:      Laxman Dewangan <[email protected]>
10275 S:      Supported
10276 F:      drivers/i2c/busses/i2c-tegra.c
10277
10278 TEGRA IOMMU DRIVERS
10279 M:      Hiroshi Doyu <[email protected]>
10280 S:      Supported
10281 F:      drivers/iommu/tegra*
10282
10283 TEGRA KBC DRIVER
10284 M:      Rakesh Iyer <[email protected]>
10285 M:      Laxman Dewangan <[email protected]>
10286 S:      Supported
10287 F:      drivers/input/keyboard/tegra-kbc.c
10288
10289 TEGRA PWM DRIVER
10290 M:      Thierry Reding <[email protected]>
10291 S:      Supported
10292 F:      drivers/pwm/pwm-tegra.c
10293
10294 TEGRA SERIAL DRIVER
10295 M:      Laxman Dewangan <[email protected]>
10296 S:      Supported
10297 F:      drivers/tty/serial/serial-tegra.c
10298
10299 TEGRA SPI DRIVER
10300 M:      Laxman Dewangan <[email protected]>
10301 S:      Supported
10302 F:      drivers/spi/spi-tegra*
10303
10304 TEHUTI ETHERNET DRIVER
10305 M:      Andy Gospodarek <[email protected]>
10306 L:      [email protected]
10307 S:      Supported
10308 F:      drivers/net/ethernet/tehuti/*
10309
10310 Telecom Clock Driver for MCPL0010
10311 M:      Mark Gross <[email protected]>
10312 S:      Supported
10313 F:      drivers/char/tlclk.c
10314
10315 TENSILICA XTENSA PORT (xtensa)
10316 M:      Chris Zankel <[email protected]>
10317 M:      Max Filippov <[email protected]>
10318 L:      [email protected]
10319 S:      Maintained
10320 F:      arch/xtensa/
10321 F:      drivers/irqchip/irq-xtensa-*
10322
10323 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10324 M:      Hans Verkuil <[email protected]>
10325 L:      [email protected]
10326 T:      git git://linuxtv.org/media_tree.git
10327 W:      http://linuxtv.org
10328 S:      Maintained
10329 F:      drivers/media/radio/radio-raremono.c
10330
10331 THERMAL
10332 M:      Zhang Rui <[email protected]>
10333 M:      Eduardo Valentin <[email protected]>
10334 L:      [email protected]
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10337 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10338 S:      Supported
10339 F:      drivers/thermal/
10340 F:      include/linux/thermal.h
10341 F:      include/uapi/linux/thermal.h
10342 F:      include/linux/cpu_cooling.h
10343 F:      Documentation/devicetree/bindings/thermal/
10344
10345 THERMAL/CPU_COOLING
10346 M:      Amit Daniel Kachhap <[email protected]>
10347 M:      Viresh Kumar <[email protected]>
10348 M:      Javi Merino <[email protected]>
10349 L:      [email protected]
10350 S:      Supported
10351 F:      Documentation/thermal/cpu-cooling-api.txt
10352 F:      drivers/thermal/cpu_cooling.c
10353 F:      include/linux/cpu_cooling.h
10354
10355 THINGM BLINK(1) USB RGB LED DRIVER
10356 M:      Vivien Didelot <[email protected]>
10357 S:      Maintained
10358 F:      drivers/hid/hid-thingm.c
10359
10360 THINKPAD ACPI EXTRAS DRIVER
10361 M:      Henrique de Moraes Holschuh <[email protected]>
10362 L:      [email protected]
10363 L:      [email protected]
10364 W:      http://ibm-acpi.sourceforge.net
10365 W:      http://thinkwiki.org/wiki/Ibm-acpi
10366 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10367 S:      Maintained
10368 F:      drivers/platform/x86/thinkpad_acpi.c
10369
10370 TI BANDGAP AND THERMAL DRIVER
10371 M:      Eduardo Valentin <[email protected]>
10372 L:      [email protected]
10373 L:      [email protected]
10374 S:      Maintained
10375 F:      drivers/thermal/ti-soc-thermal/
10376
10377 TI CDCE706 CLOCK DRIVER
10378 M:      Max Filippov <[email protected]>
10379 S:      Maintained
10380 F:      drivers/clk/clk-cdce706.c
10381
10382 TI CLOCK DRIVER
10383 M:      Tero Kristo <[email protected]>
10384 L:      [email protected]
10385 S:      Maintained
10386 F:      drivers/clk/ti/
10387 F:      include/linux/clk/ti.h
10388
10389 TI FLASH MEDIA INTERFACE DRIVER
10390 M:      Alex Dubov <[email protected]>
10391 S:      Maintained
10392 F:      drivers/misc/tifm*
10393 F:      drivers/mmc/host/tifm_sd.c
10394 F:      include/linux/tifm.h
10395
10396 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10397 M:      Santosh Shilimkar <[email protected]>
10398 L:      [email protected]
10399 L:      [email protected] (moderated for non-subscribers)
10400 S:      Maintained
10401 F:      drivers/soc/ti/*
10402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10403
10404
10405 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10406 M:      M R Swami Reddy <[email protected]>
10407 M:      Vishwas A Deshpande <[email protected]>
10408 L:      [email protected] (moderated for non-subscribers)
10409 S:      Maintained
10410 F:      sound/soc/codecs/lm49453*
10411 F:      sound/soc/codecs/isabelle*
10412
10413 TI LP855x BACKLIGHT DRIVER
10414 M:      Milo Kim <[email protected]>
10415 S:      Maintained
10416 F:      Documentation/backlight/lp855x-driver.txt
10417 F:      drivers/video/backlight/lp855x_bl.c
10418 F:      include/linux/platform_data/lp855x.h
10419
10420 TI LP8727 CHARGER DRIVER
10421 M:      Milo Kim <[email protected]>
10422 S:      Maintained
10423 F:      drivers/power/lp8727_charger.c
10424 F:      include/linux/platform_data/lp8727.h
10425
10426 TI LP8788 MFD DRIVER
10427 M:      Milo Kim <[email protected]>
10428 S:      Maintained
10429 F:      drivers/iio/adc/lp8788_adc.c
10430 F:      drivers/leds/leds-lp8788.c
10431 F:      drivers/mfd/lp8788*.c
10432 F:      drivers/power/lp8788-charger.c
10433 F:      drivers/regulator/lp8788-*.c
10434 F:      include/linux/mfd/lp8788*.h
10435
10436 TI NETCP ETHERNET DRIVER
10437 M:      Wingman Kwok <[email protected]>
10438 M:      Murali Karicheri <[email protected]>
10439 L:      [email protected]
10440 S:      Maintained
10441 F:      drivers/net/ethernet/ti/netcp*
10442
10443 TI TAS571X FAMILY ASoC CODEC DRIVER
10444 M:      Kevin Cernekee <[email protected]>
10445 L:      [email protected] (moderated for non-subscribers)
10446 S:      Odd Fixes
10447 F:      sound/soc/codecs/tas571x*
10448
10449 TI TWL4030 SERIES SOC CODEC DRIVER
10450 M:      Peter Ujfalusi <[email protected]>
10451 L:      [email protected] (moderated for non-subscribers)
10452 S:      Maintained
10453 F:      sound/soc/codecs/twl4030*
10454
10455 TI WILINK WIRELESS DRIVERS
10456 L:      [email protected]
10457 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10458 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10460 S:      Orphan
10461 F:      drivers/net/wireless/ti/
10462 F:      include/linux/wl12xx.h
10463
10464 TIPC NETWORK LAYER
10465 M:      Jon Maloy <[email protected]>
10466 M:      Ying Xue <[email protected]>
10467 L:      [email protected] (core kernel code)
10468 L:      [email protected] (user apps, general discussion)
10469 W:      http://tipc.sourceforge.net/
10470 S:      Maintained
10471 F:      include/uapi/linux/tipc*.h
10472 F:      net/tipc/
10473
10474 TILE ARCHITECTURE
10475 M:      Chris Metcalf <[email protected]>
10476 W:      http://www.ezchip.com/scm/
10477 S:      Supported
10478 F:      arch/tile/
10479 F:      drivers/char/tile-srom.c
10480 F:      drivers/edac/tile_edac.c
10481 F:      drivers/net/ethernet/tile/
10482 F:      drivers/rtc/rtc-tile.c
10483 F:      drivers/tty/hvc/hvc_tile.c
10484 F:      drivers/tty/serial/tilegx.c
10485 F:      drivers/usb/host/*-tilegx.c
10486 F:      include/linux/usb/tilegx.h
10487
10488 TLAN NETWORK DRIVER
10489 M:      Samuel Chessman <[email protected]>
10490 L:      [email protected] (subscribers-only)
10491 W:      http://sourceforge.net/projects/tlan/
10492 S:      Maintained
10493 F:      Documentation/networking/tlan.txt
10494 F:      drivers/net/ethernet/ti/tlan.*
10495
10496 TOMOYO SECURITY MODULE
10497 M:      Kentaro Takeda <[email protected]>
10498 M:      Tetsuo Handa <[email protected]>
10499 L:      [email protected] (subscribers-only, for developers in English)
10500 L:      [email protected] (subscribers-only, for users in English)
10501 L:      [email protected] (subscribers-only, for developers in Japanese)
10502 L:      [email protected] (subscribers-only, for users in Japanese)
10503 W:      http://tomoyo.sourceforge.jp/
10504 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10505 S:      Maintained
10506 F:      security/tomoyo/
10507
10508 TOPSTAR LAPTOP EXTRAS DRIVER
10509 M:      Herton Ronaldo Krzesinski <[email protected]>
10510 L:      [email protected]
10511 S:      Maintained
10512 F:      drivers/platform/x86/topstar-laptop.c
10513
10514 TOSHIBA ACPI EXTRAS DRIVER
10515 M:      Azael Avalos <[email protected]>
10516 L:      [email protected]
10517 S:      Maintained
10518 F:      drivers/platform/x86/toshiba_acpi.c
10519
10520 TOSHIBA BLUETOOTH DRIVER
10521 M:      Azael Avalos <[email protected]>
10522 L:      [email protected]
10523 S:      Maintained
10524 F:      drivers/platform/x86/toshiba_bluetooth.c
10525
10526 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10527 M:      Azael Avalos <[email protected]>
10528 L:      [email protected]
10529 S:      Maintained
10530 F:      drivers/platform/x86/toshiba_haps.c
10531
10532 TOSHIBA SMM DRIVER
10533 M:      Jonathan Buzzard <[email protected]>
10534 W:      http://www.buzzard.org.uk/toshiba/
10535 S:      Maintained
10536 F:      drivers/char/toshiba.c
10537 F:      include/linux/toshiba.h
10538 F:      include/uapi/linux/toshiba.h
10539
10540 TOSHIBA TC358743 DRIVER
10541 M:      Mats Randgaard <[email protected]>
10542 L:      [email protected]
10543 S:      Maintained
10544 F:      drivers/media/i2c/tc358743*
10545 F:      include/media/tc358743.h
10546
10547 TMIO MMC DRIVER
10548 M:      Ian Molton <[email protected]>
10549 L:      [email protected]
10550 S:      Maintained
10551 F:      drivers/mmc/host/tmio_mmc*
10552 F:      drivers/mmc/host/sh_mobile_sdhi.c
10553 F:      include/linux/mmc/tmio.h
10554 F:      include/linux/mmc/sh_mobile_sdhi.h
10555
10556 TMP401 HARDWARE MONITOR DRIVER
10557 M:      Guenter Roeck <[email protected]>
10558 L:      [email protected]
10559 S:      Maintained
10560 F:      Documentation/hwmon/tmp401
10561 F:      drivers/hwmon/tmp401.c
10562
10563 TMPFS (SHMEM FILESYSTEM)
10564 M:      Hugh Dickins <[email protected]>
10565 L:      [email protected]
10566 S:      Maintained
10567 F:      include/linux/shmem_fs.h
10568 F:      mm/shmem.c
10569
10570 TM6000 VIDEO4LINUX DRIVER
10571 M:      Mauro Carvalho Chehab <[email protected]>
10572 L:      [email protected]
10573 W:      http://linuxtv.org
10574 T:      git git://linuxtv.org/media_tree.git
10575 S:      Odd fixes
10576 F:      drivers/media/usb/tm6000/
10577
10578 TW68 VIDEO4LINUX DRIVER
10579 M:      Hans Verkuil <[email protected]>
10580 L:      [email protected]
10581 T:      git git://linuxtv.org/media_tree.git
10582 W:      http://linuxtv.org
10583 S:      Odd Fixes
10584 F:      drivers/media/pci/tw68/
10585
10586 TPM DEVICE DRIVER
10587 M:      Peter Huewe <[email protected]>
10588 M:      Marcel Selhorst <[email protected]>
10589 R:      Jason Gunthorpe <[email protected]>
10590 W:      http://tpmdd.sourceforge.net
10591 L:      [email protected] (moderated for non-subscribers)
10592 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10593 T:      https://github.com/PeterHuewe/linux-tpmdd
10594 S:      Maintained
10595 F:      drivers/char/tpm/
10596
10597 TPM IBM_VTPM DEVICE DRIVER
10598 M:      Ashley Lai <[email protected]>
10599 W:      http://tpmdd.sourceforge.net
10600 L:      [email protected] (moderated for non-subscribers)
10601 S:      Maintained
10602 F:      drivers/char/tpm/tpm_ibmvtpm*
10603
10604 TRACING
10605 M:      Steven Rostedt <[email protected]>
10606 M:      Ingo Molnar <[email protected]>
10607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10608 S:      Maintained
10609 F:      Documentation/trace/ftrace.txt
10610 F:      arch/*/*/*/ftrace.h
10611 F:      arch/*/kernel/ftrace.c
10612 F:      include/*/ftrace.h
10613 F:      include/linux/trace*.h
10614 F:      include/trace/
10615 F:      kernel/trace/
10616 F:      tools/testing/selftests/ftrace/
10617
10618 TRIVIAL PATCHES
10619 M:      Jiri Kosina <[email protected]>
10620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10621 S:      Maintained
10622 K:      ^Subject:.*(?i)trivial
10623
10624 TTY LAYER
10625 M:      Greg Kroah-Hartman <[email protected]>
10626 M:      Jiri Slaby <[email protected]>
10627 S:      Supported
10628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10629 F:      Documentation/serial/
10630 F:      drivers/tty/
10631 F:      drivers/tty/serial/serial_core.c
10632 F:      include/linux/serial_core.h
10633 F:      include/linux/serial.h
10634 F:      include/linux/tty.h
10635 F:      include/uapi/linux/serial_core.h
10636 F:      include/uapi/linux/serial.h
10637 F:      include/uapi/linux/tty.h
10638
10639 TUA9001 MEDIA DRIVER
10640 M:      Antti Palosaari <[email protected]>
10641 L:      [email protected]
10642 W:      http://linuxtv.org/
10643 W:      http://palosaari.fi/linux/
10644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10645 T:      git git://linuxtv.org/anttip/media_tree.git
10646 S:      Maintained
10647 F:      drivers/media/tuners/tua9001*
10648
10649 TULIP NETWORK DRIVERS
10650 M:      Grant Grundler <[email protected]>
10651 L:      [email protected]
10652 S:      Maintained
10653 F:      drivers/net/ethernet/dec/tulip/
10654
10655 TUN/TAP driver
10656 M:      Maxim Krasnyansky <[email protected]>
10657 W:      http://vtun.sourceforge.net/tun
10658 S:      Maintained
10659 F:      Documentation/networking/tuntap.txt
10660 F:      arch/um/os-Linux/drivers/
10661
10662 TURBOCHANNEL SUBSYSTEM
10663 M:      "Maciej W. Rozycki" <[email protected]>
10664 M:      Ralf Baechle <[email protected]>
10665 L:      [email protected]
10666 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10667 S:      Maintained
10668 F:      drivers/tc/
10669 F:      include/linux/tc.h
10670
10671 U14-34F SCSI DRIVER
10672 M:      Dario Ballabio <[email protected]>
10673 L:      [email protected]
10674 S:      Maintained
10675 F:      drivers/scsi/u14-34f.c
10676
10677 UBI FILE SYSTEM (UBIFS)
10678 M:      Artem Bityutskiy <[email protected]>
10679 M:      Adrian Hunter <[email protected]>
10680 L:      [email protected]
10681 T:      git git://git.infradead.org/ubifs-2.6.git
10682 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10683 S:      Maintained
10684 F:      Documentation/filesystems/ubifs.txt
10685 F:      fs/ubifs/
10686
10687 UCLINUX (M68KNOMMU AND COLDFIRE)
10688 M:      Greg Ungerer <[email protected]>
10689 W:      http://www.uclinux.org/
10690 L:      [email protected]
10691 L:      [email protected]  (subscribers-only)
10692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10693 S:      Maintained
10694 F:      arch/m68k/coldfire/
10695 F:      arch/m68k/68*/
10696 F:      arch/m68k/*/*_no.*
10697 F:      arch/m68k/include/asm/*_no.*
10698
10699 UDF FILESYSTEM
10700 M:      Jan Kara <[email protected]>
10701 S:      Maintained
10702 F:      Documentation/filesystems/udf.txt
10703 F:      fs/udf/
10704
10705 UFS FILESYSTEM
10706 M:      Evgeniy Dushistov <[email protected]>
10707 S:      Maintained
10708 F:      Documentation/filesystems/ufs.txt
10709 F:      fs/ufs/
10710
10711 UHID USERSPACE HID IO DRIVER:
10712 M:      David Herrmann <[email protected]>
10713 L:      [email protected]
10714 S:      Maintained
10715 F:      drivers/hid/uhid.c
10716 F:      include/uapi/linux/uhid.h
10717
10718 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10719 L:      [email protected]
10720 S:      Orphan
10721 F:      drivers/uwb/
10722 F:      include/linux/uwb.h
10723 F:      include/linux/uwb/
10724
10725 UNICORE32 ARCHITECTURE:
10726 M:      Guan Xuetao <[email protected]>
10727 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10728 S:      Maintained
10729 T:      git git://github.com/gxt/linux.git
10730 F:      arch/unicore32/
10731
10732 UNIFDEF
10733 M:      Tony Finch <[email protected]>
10734 W:      http://dotat.at/prog/unifdef
10735 S:      Maintained
10736 F:      scripts/unifdef.c
10737
10738 UNIFORM CDROM DRIVER
10739 M:      Jens Axboe <[email protected]>
10740 W:      http://www.kernel.dk
10741 S:      Maintained
10742 F:      Documentation/cdrom/
10743 F:      drivers/cdrom/cdrom.c
10744 F:      include/linux/cdrom.h
10745 F:      include/uapi/linux/cdrom.h
10746
10747 UNISYS S-PAR DRIVERS
10748 M:      Benjamin Romer <[email protected]>
10749 M:      David Kershner <[email protected]>
10750 L:      [email protected] (Unisys internal)
10751 S:      Supported
10752 F:      drivers/staging/unisys/
10753
10754 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10755 M:      Vinayak Holikatti <[email protected]>
10756 L:      [email protected]
10757 S:      Supported
10758 F:      Documentation/scsi/ufs.txt
10759 F:      drivers/scsi/ufs/
10760
10761 UNSORTED BLOCK IMAGES (UBI)
10762 M:      Artem Bityutskiy <[email protected]>
10763 M:      Richard Weinberger <[email protected]>
10764 W:      http://www.linux-mtd.infradead.org/
10765 L:      [email protected]
10766 T:      git git://git.infradead.org/ubifs-2.6.git
10767 S:      Supported
10768 F:      drivers/mtd/ubi/
10769 F:      include/linux/mtd/ubi.h
10770 F:      include/uapi/mtd/ubi-user.h
10771
10772 USB ACM DRIVER
10773 M:      Oliver Neukum <[email protected]>
10774 L:      [email protected]
10775 S:      Maintained
10776 F:      Documentation/usb/acm.txt
10777 F:      drivers/usb/class/cdc-acm.*
10778
10779 USB AR5523 WIRELESS DRIVER
10780 M:      Pontus Fuchs <[email protected]>
10781 L:      [email protected]
10782 S:      Maintained
10783 F:      drivers/net/wireless/ath/ar5523/
10784
10785 USB ATTACHED SCSI
10786 M:      Hans de Goede <[email protected]>
10787 M:      Gerd Hoffmann <[email protected]>
10788 L:      [email protected]
10789 L:      [email protected]
10790 S:      Maintained
10791 F:      drivers/usb/storage/uas.c
10792
10793 USB CDC ETHERNET DRIVER
10794 M:      Oliver Neukum <[email protected]>
10795 L:      [email protected]
10796 S:      Maintained
10797 F:      drivers/net/usb/cdc_*.c
10798 F:      include/uapi/linux/usb/cdc.h
10799
10800 USB CHAOSKEY DRIVER
10801 M:      Keith Packard <[email protected]>
10802 L:      [email protected]
10803 S:      Maintained
10804 F:      drivers/usb/misc/chaoskey.c
10805
10806 USB CYPRESS C67X00 DRIVER
10807 M:      Peter Korsgaard <[email protected]>
10808 L:      [email protected]
10809 S:      Maintained
10810 F:      drivers/usb/c67x00/
10811
10812 USB DAVICOM DM9601 DRIVER
10813 M:      Peter Korsgaard <[email protected]>
10814 L:      [email protected]
10815 W:      http://www.linux-usb.org/usbnet
10816 S:      Maintained
10817 F:      drivers/net/usb/dm9601.c
10818
10819 USB DIAMOND RIO500 DRIVER
10820 M:      Cesar Miquel <[email protected]>
10821 L:      [email protected]
10822 W:      http://rio500.sourceforge.net
10823 S:      Maintained
10824 F:      drivers/usb/misc/rio500*
10825
10826 USB EHCI DRIVER
10827 M:      Alan Stern <[email protected]>
10828 L:      [email protected]
10829 S:      Maintained
10830 F:      Documentation/usb/ehci.txt
10831 F:      drivers/usb/host/ehci*
10832
10833 USB GADGET/PERIPHERAL SUBSYSTEM
10834 M:      Felipe Balbi <[email protected]>
10835 L:      [email protected]
10836 W:      http://www.linux-usb.org/gadget
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10838 S:      Maintained
10839 F:      drivers/usb/gadget/
10840 F:      include/linux/usb/gadget*
10841
10842 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10843 M:      Jiri Kosina <[email protected]>
10844 L:      [email protected]
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10846 S:      Maintained
10847 F:      Documentation/hid/hiddev.txt
10848 F:      drivers/hid/usbhid/
10849
10850 USB ISP116X DRIVER
10851 M:      Olav Kongas <[email protected]>
10852 L:      [email protected]
10853 S:      Maintained
10854 F:      drivers/usb/host/isp116x*
10855 F:      include/linux/usb/isp116x.h
10856
10857 USB MASS STORAGE DRIVER
10858 M:      Matthew Dharm <[email protected]>
10859 L:      [email protected]
10860 L:      [email protected]
10861 S:      Maintained
10862 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10863 F:      drivers/usb/storage/
10864
10865 USB MIDI DRIVER
10866 M:      Clemens Ladisch <[email protected]>
10867 L:      [email protected] (moderated for non-subscribers)
10868 T:      git git://git.alsa-project.org/alsa-kernel.git
10869 S:      Maintained
10870 F:      sound/usb/midi.*
10871
10872 USB NETWORKING DRIVERS
10873 L:      [email protected]
10874 S:      Odd Fixes
10875 F:      drivers/net/usb/
10876
10877 USB OHCI DRIVER
10878 M:      Alan Stern <[email protected]>
10879 L:      [email protected]
10880 S:      Maintained
10881 F:      Documentation/usb/ohci.txt
10882 F:      drivers/usb/host/ohci*
10883
10884 USB OTG FSM (Finite State Machine)
10885 M:      Peter Chen <[email protected]>
10886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10887 L:      [email protected]
10888 S:      Maintained
10889 F:      drivers/usb/common/usb-otg-fsm.c
10890
10891 USB OVER IP DRIVER
10892 M:      Valentina Manea <[email protected]>
10893 M:      Shuah Khan <[email protected]>
10894 L:      [email protected]
10895 S:      Maintained
10896 F:      drivers/usb/usbip/
10897 F:      tools/usb/usbip/
10898
10899 USB PEGASUS DRIVER
10900 M:      Petko Manolov <[email protected]>
10901 L:      [email protected]
10902 L:      [email protected]
10903 T:      git git://github.com/petkan/pegasus.git
10904 W:      https://github.com/petkan/pegasus
10905 S:      Maintained
10906 F:      drivers/net/usb/pegasus.*
10907
10908 USB PHY LAYER
10909 M:      Felipe Balbi <[email protected]>
10910 L:      [email protected]
10911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10912 S:      Maintained
10913 F:      drivers/usb/phy/
10914
10915 USB PRINTER DRIVER (usblp)
10916 M:      Pete Zaitcev <[email protected]>
10917 L:      [email protected]
10918 S:      Supported
10919 F:      drivers/usb/class/usblp.c
10920
10921 USB RTL8150 DRIVER
10922 M:      Petko Manolov <[email protected]>
10923 L:      [email protected]
10924 L:      [email protected]
10925 T:      git git://github.com/petkan/rtl8150.git
10926 W:      https://github.com/petkan/rtl8150
10927 S:      Maintained
10928 F:      drivers/net/usb/rtl8150.c
10929
10930 USB SERIAL SUBSYSTEM
10931 M:      Johan Hovold <[email protected]>
10932 L:      [email protected]
10933 S:      Maintained
10934 F:      Documentation/usb/usb-serial.txt
10935 F:      drivers/usb/serial/
10936 F:      include/linux/usb/serial.h
10937
10938 USB SMSC75XX ETHERNET DRIVER
10939 M:      Steve Glendinning <[email protected]>
10940 L:      [email protected]
10941 S:      Maintained
10942 F:      drivers/net/usb/smsc75xx.*
10943
10944 USB SMSC95XX ETHERNET DRIVER
10945 M:      Steve Glendinning <[email protected]>
10946 L:      [email protected]
10947 S:      Maintained
10948 F:      drivers/net/usb/smsc95xx.*
10949
10950 USB SUBSYSTEM
10951 M:      Greg Kroah-Hartman <[email protected]>
10952 L:      [email protected]
10953 W:      http://www.linux-usb.org
10954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10955 S:      Supported
10956 F:      Documentation/usb/
10957 F:      drivers/usb/
10958 F:      include/linux/usb.h
10959 F:      include/linux/usb/
10960
10961 USB UHCI DRIVER
10962 M:      Alan Stern <[email protected]>
10963 L:      [email protected]
10964 S:      Maintained
10965 F:      drivers/usb/host/uhci*
10966
10967 USB "USBNET" DRIVER FRAMEWORK
10968 M:      Oliver Neukum <[email protected]>
10969 L:      [email protected]
10970 W:      http://www.linux-usb.org/usbnet
10971 S:      Maintained
10972 F:      drivers/net/usb/usbnet.c
10973 F:      include/linux/usb/usbnet.h
10974
10975 USB VIDEO CLASS
10976 M:      Laurent Pinchart <[email protected]>
10977 L:      [email protected] (subscribers-only)
10978 L:      [email protected]
10979 T:      git git://linuxtv.org/media_tree.git
10980 W:      http://www.ideasonboard.org/uvc/
10981 S:      Maintained
10982 F:      drivers/media/usb/uvc/
10983 F:      include/uapi/linux/uvcvideo.h
10984
10985 USB VISION DRIVER
10986 M:      Hans Verkuil <[email protected]>
10987 L:      [email protected]
10988 T:      git git://linuxtv.org/media_tree.git
10989 W:      http://linuxtv.org
10990 S:      Odd Fixes
10991 F:      drivers/media/usb/usbvision/
10992
10993 USB WEBCAM GADGET
10994 M:      Laurent Pinchart <[email protected]>
10995 L:      [email protected]
10996 S:      Maintained
10997 F:      drivers/usb/gadget/function/*uvc*
10998 F:      drivers/usb/gadget/legacy/webcam.c
10999
11000 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11001 M:      Jussi Kivilinna <[email protected]>
11002 L:      [email protected]
11003 S:      Maintained
11004 F:      drivers/net/wireless/rndis_wlan.c
11005
11006 USB XHCI DRIVER
11007 M:      Mathias Nyman <[email protected]>
11008 L:      [email protected]
11009 S:      Supported
11010 F:      drivers/usb/host/xhci*
11011 F:      drivers/usb/host/pci-quirks*
11012
11013 USB ZD1201 DRIVER
11014 L:      [email protected]
11015 W:      http://linux-lc100020.sourceforge.net
11016 S:      Orphan
11017 F:      drivers/net/wireless/zd1201.*
11018
11019 USB ZR364XX DRIVER
11020 M:      Antoine Jacquet <[email protected]>
11021 L:      [email protected]
11022 L:      [email protected]
11023 T:      git git://linuxtv.org/media_tree.git
11024 W:      http://royale.zerezo.com/zr364xx/
11025 S:      Maintained
11026 F:      Documentation/video4linux/zr364xx.txt
11027 F:      drivers/media/usb/zr364xx/
11028
11029 ULPI BUS
11030 M:      Heikki Krogerus <[email protected]>
11031 L:      [email protected]
11032 S:      Maintained
11033 F:      drivers/usb/common/ulpi.c
11034 F:      include/linux/ulpi/
11035
11036 USER-MODE LINUX (UML)
11037 M:      Jeff Dike <[email protected]>
11038 M:      Richard Weinberger <[email protected]>
11039 L:      [email protected]
11040 L:      [email protected]
11041 W:      http://user-mode-linux.sourceforge.net
11042 S:      Maintained
11043 F:      Documentation/virtual/uml/
11044 F:      arch/um/
11045 F:      arch/x86/um/
11046 F:      fs/hostfs/
11047 F:      fs/hppfs/
11048
11049 USERSPACE I/O (UIO)
11050 M:      "Hans J. Koch" <[email protected]>
11051 M:      Greg Kroah-Hartman <[email protected]>
11052 S:      Maintained
11053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11054 F:      Documentation/DocBook/uio-howto.tmpl
11055 F:      drivers/uio/
11056 F:      include/linux/uio*.h
11057
11058 UTIL-LINUX PACKAGE
11059 M:      Karel Zak <[email protected]>
11060 L:      [email protected]
11061 W:      http://en.wikipedia.org/wiki/Util-linux
11062 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11063 S:      Maintained
11064
11065 UVESAFB DRIVER
11066 M:      Michal Januszewski <[email protected]>
11067 L:      [email protected]
11068 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11069 S:      Maintained
11070 F:      Documentation/fb/uvesafb.txt
11071 F:      drivers/video/fbdev/uvesafb.*
11072
11073 VFAT/FAT/MSDOS FILESYSTEM
11074 M:      OGAWA Hirofumi <[email protected]>
11075 S:      Maintained
11076 F:      Documentation/filesystems/vfat.txt
11077 F:      fs/fat/
11078
11079 VFIO DRIVER
11080 M:      Alex Williamson <[email protected]>
11081 L:      [email protected]
11082 S:      Maintained
11083 F:      Documentation/vfio.txt
11084 F:      drivers/vfio/
11085 F:      include/linux/vfio.h
11086 F:      include/uapi/linux/vfio.h
11087
11088 VFIO PLATFORM DRIVER
11089 M:      Baptiste Reynal <[email protected]>
11090 L:      [email protected]
11091 S:      Maintained
11092 F:      drivers/vfio/platform/
11093
11094 VIDEOBUF2 FRAMEWORK
11095 M:      Pawel Osciak <[email protected]>
11096 M:      Marek Szyprowski <[email protected]>
11097 M:      Kyungmin Park <[email protected]>
11098 L:      [email protected]
11099 S:      Maintained
11100 F:      drivers/media/v4l2-core/videobuf2-*
11101 F:      include/media/videobuf2-*
11102
11103 VIRTIO CONSOLE DRIVER
11104 M:      Amit Shah <[email protected]>
11105 L:      [email protected]
11106 S:      Maintained
11107 F:      drivers/char/virtio_console.c
11108 F:      include/linux/virtio_console.h
11109 F:      include/uapi/linux/virtio_console.h
11110
11111 VIRTIO CORE, NET AND BLOCK DRIVERS
11112 M:      "Michael S. Tsirkin" <[email protected]>
11113 L:      [email protected]
11114 S:      Maintained
11115 F:      drivers/virtio/
11116 F:      tools/virtio/
11117 F:      drivers/net/virtio_net.c
11118 F:      drivers/block/virtio_blk.c
11119 F:      include/linux/virtio_*.h
11120 F:      include/uapi/linux/virtio_*.h
11121
11122 VIRTIO DRIVERS FOR S390
11123 M:      Christian Borntraeger <[email protected]>
11124 M:      Cornelia Huck <[email protected]>
11125 L:      [email protected]
11126 L:      [email protected]
11127 L:      [email protected]
11128 S:      Supported
11129 F:      drivers/s390/virtio/
11130
11131 VIRTIO GPU DRIVER
11132 M:      David Airlie <[email protected]>
11133 M:      Gerd Hoffmann <[email protected]>
11134 L:      [email protected]
11135 L:      [email protected]
11136 S:      Maintained
11137 F:      drivers/gpu/drm/virtio/
11138 F:      include/uapi/linux/virtio_gpu.h
11139
11140 VIRTIO HOST (VHOST)
11141 M:      "Michael S. Tsirkin" <[email protected]>
11142 L:      [email protected]
11143 L:      [email protected]
11144 L:      [email protected]
11145 S:      Maintained
11146 F:      drivers/vhost/
11147 F:      include/uapi/linux/vhost.h
11148
11149 VIRTIO INPUT DRIVER
11150 M:      Gerd Hoffmann <[email protected]>
11151 S:      Maintained
11152 F:      drivers/virtio/virtio_input.c
11153 F:      include/uapi/linux/virtio_input.h
11154
11155 VIA RHINE NETWORK DRIVER
11156 S:      Orphan
11157 F:      drivers/net/ethernet/via/via-rhine.c
11158
11159 VIA SD/MMC CARD CONTROLLER DRIVER
11160 M:      Bruce Chang <[email protected]>
11161 M:      Harald Welte <[email protected]>
11162 S:      Maintained
11163 F:      drivers/mmc/host/via-sdmmc.c
11164
11165 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11166 M:      Florian Tobias Schandinat <[email protected]>
11167 L:      [email protected]
11168 S:      Maintained
11169 F:      include/linux/via-core.h
11170 F:      include/linux/via-gpio.h
11171 F:      include/linux/via_i2c.h
11172 F:      drivers/video/fbdev/via/
11173
11174 VIA VELOCITY NETWORK DRIVER
11175 M:      Francois Romieu <[email protected]>
11176 L:      [email protected]
11177 S:      Maintained
11178 F:      drivers/net/ethernet/via/via-velocity.*
11179
11180 VIVID VIRTUAL VIDEO DRIVER
11181 M:      Hans Verkuil <[email protected]>
11182 L:      [email protected]
11183 T:      git git://linuxtv.org/media_tree.git
11184 W:      http://linuxtv.org
11185 S:      Maintained
11186 F:      drivers/media/platform/vivid/*
11187
11188 VLAN (802.1Q)
11189 M:      Patrick McHardy <[email protected]>
11190 L:      [email protected]
11191 S:      Maintained
11192 F:      drivers/net/macvlan.c
11193 F:      include/linux/if_*vlan.h
11194 F:      net/8021q/
11195
11196 VLYNQ BUS
11197 M:      Florian Fainelli <[email protected]>
11198 L:      [email protected] (subscribers-only)
11199 S:      Maintained
11200 F:      drivers/vlynq/vlynq.c
11201 F:      include/linux/vlynq.h
11202
11203 VME SUBSYSTEM
11204 M:      Martyn Welch <[email protected]>
11205 M:      Manohar Vanga <[email protected]>
11206 M:      Greg Kroah-Hartman <[email protected]>
11207 L:      [email protected]
11208 S:      Maintained
11209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11210 F:      Documentation/vme_api.txt
11211 F:      drivers/staging/vme/
11212 F:      drivers/vme/
11213 F:      include/linux/vme*
11214
11215 VMWARE HYPERVISOR INTERFACE
11216 M:      Alok Kataria <[email protected]>
11217 L:      [email protected]
11218 S:      Supported
11219 F:      arch/x86/kernel/cpu/vmware.c
11220
11221 VMWARE BALLOON DRIVER
11222 M:      Xavier Deguillard <[email protected]>
11223 M:      Philip Moltmann <[email protected]>
11224 M:      "VMware, Inc." <[email protected]>
11225 L:      [email protected]
11226 S:      Maintained
11227 F:      drivers/misc/vmw_balloon.c
11228
11229 VMWARE VMMOUSE SUBDRIVER
11230 M:      "VMware Graphics" <[email protected]>
11231 M:      "VMware, Inc." <[email protected]>
11232 L:      [email protected]
11233 S:      Maintained
11234 F:      drivers/input/mouse/vmmouse.c
11235 F:      drivers/input/mouse/vmmouse.h
11236
11237 VMWARE VMXNET3 ETHERNET DRIVER
11238 M:      Shrikrishna Khare <[email protected]>
11239 M:      "VMware, Inc." <[email protected]>
11240 L:      [email protected]
11241 S:      Maintained
11242 F:      drivers/net/vmxnet3/
11243
11244 VMware PVSCSI driver
11245 M:      Arvind Kumar <[email protected]>
11246 M:      VMware PV-Drivers <[email protected]>
11247 L:      [email protected]
11248 S:      Maintained
11249 F:      drivers/scsi/vmw_pvscsi.c
11250 F:      drivers/scsi/vmw_pvscsi.h
11251
11252 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11253 M:      Liam Girdwood <[email protected]>
11254 M:      Mark Brown <[email protected]>
11255 L:      [email protected]
11256 W:      http://www.slimlogic.co.uk/?p=48
11257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11258 S:      Supported
11259 F:      drivers/regulator/
11260 F:      include/linux/regulator/
11261
11262 VRF
11263 M:      David Ahern <[email protected]>
11264 M:      Shrijeet Mukherjee <[email protected]>
11265 L:      [email protected]
11266 S:      Maintained
11267 F:      drivers/net/vrf.c
11268 F:      include/net/vrf.h
11269 F:      Documentation/networking/vrf.txt
11270
11271 VT1211 HARDWARE MONITOR DRIVER
11272 M:      Juerg Haefliger <[email protected]>
11273 L:      [email protected]
11274 S:      Maintained
11275 F:      Documentation/hwmon/vt1211
11276 F:      drivers/hwmon/vt1211.c
11277
11278 VT8231 HARDWARE MONITOR DRIVER
11279 M:      Roger Lucas <[email protected]>
11280 L:      [email protected]
11281 S:      Maintained
11282 F:      drivers/hwmon/vt8231.c
11283
11284 VUB300 USB to SDIO/SD/MMC bridge chip
11285 M:      Tony Olech <[email protected]>
11286 L:      [email protected]
11287 L:      [email protected]
11288 S:      Supported
11289 F:      drivers/mmc/host/vub300.c
11290
11291 W1 DALLAS'S 1-WIRE BUS
11292 M:      Evgeniy Polyakov <[email protected]>
11293 S:      Maintained
11294 F:      Documentation/w1/
11295 F:      drivers/w1/
11296
11297 W83791D HARDWARE MONITORING DRIVER
11298 M:      Marc Hulsman <[email protected]>
11299 L:      [email protected]
11300 S:      Maintained
11301 F:      Documentation/hwmon/w83791d
11302 F:      drivers/hwmon/w83791d.c
11303
11304 W83793 HARDWARE MONITORING DRIVER
11305 M:      Rudolf Marek <[email protected]>
11306 L:      [email protected]
11307 S:      Maintained
11308 F:      Documentation/hwmon/w83793
11309 F:      drivers/hwmon/w83793.c
11310
11311 W83795 HARDWARE MONITORING DRIVER
11312 M:      Jean Delvare <[email protected]>
11313 L:      [email protected]
11314 S:      Maintained
11315 F:      drivers/hwmon/w83795.c
11316
11317 W83L51xD SD/MMC CARD INTERFACE DRIVER
11318 M:      Pierre Ossman <[email protected]>
11319 S:      Maintained
11320 F:      drivers/mmc/host/wbsd.*
11321
11322 WACOM PROTOCOL 4 SERIAL TABLETS
11323 M:      Julian Squires <[email protected]>
11324 M:      Hans de Goede <[email protected]>
11325 L:      [email protected]
11326 S:      Maintained
11327 F:      drivers/input/tablet/wacom_serial4.c
11328
11329 WATCHDOG DEVICE DRIVERS
11330 M:      Wim Van Sebroeck <[email protected]>
11331 L:      [email protected]
11332 W:      http://www.linux-watchdog.org/
11333 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11334 S:      Maintained
11335 F:      Documentation/watchdog/
11336 F:      drivers/watchdog/
11337 F:      include/linux/watchdog.h
11338 F:      include/uapi/linux/watchdog.h
11339
11340 WD7000 SCSI DRIVER
11341 M:      Miroslav Zagorac <[email protected]>
11342 L:      [email protected]
11343 S:      Maintained
11344 F:      drivers/scsi/wd7000.c
11345
11346 WIIMOTE HID DRIVER
11347 M:      David Herrmann <[email protected]>
11348 L:      [email protected]
11349 S:      Maintained
11350 F:      drivers/hid/hid-wiimote*
11351
11352 WINBOND CIR DRIVER
11353 M:      David Härdeman <[email protected]>
11354 S:      Maintained
11355 F:      drivers/media/rc/winbond-cir.c
11356
11357 WIMAX STACK
11358 M:      Inaky Perez-Gonzalez <[email protected]>
11359 M:      [email protected]
11360 L:      [email protected] (subscribers-only)
11361 S:      Supported
11362 W:      http://linuxwimax.org
11363 F:      Documentation/wimax/README.wimax
11364 F:      include/linux/wimax/debug.h
11365 F:      include/net/wimax.h
11366 F:      include/uapi/linux/wimax.h
11367 F:      net/wimax/
11368
11369 WISTRON LAPTOP BUTTON DRIVER
11370 M:      Miloslav Trmac <[email protected]>
11371 S:      Maintained
11372 F:      drivers/input/misc/wistron_btns.c
11373
11374 WL3501 WIRELESS PCMCIA CARD DRIVER
11375 M:      Arnaldo Carvalho de Melo <[email protected]>
11376 L:      [email protected]
11377 W:      http://oops.ghostprotocols.net:81/blog
11378 S:      Maintained
11379 F:      drivers/net/wireless/wl3501*
11380
11381 WM97XX TOUCHSCREEN DRIVERS
11382 M:      Mark Brown <[email protected]>
11383 M:      Liam Girdwood <[email protected]>
11384 L:      [email protected]
11385 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11386 S:      Supported
11387 F:      drivers/input/touchscreen/*wm97*
11388 F:      include/linux/wm97xx.h
11389
11390 WOLFSON MICROELECTRONICS DRIVERS
11391 L:      [email protected]
11392 T:      git https://github.com/CirrusLogic/linux-drivers.git
11393 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11394 S:      Supported
11395 F:      Documentation/hwmon/wm83??
11396 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11397 F:      drivers/clk/clk-wm83*.c
11398 F:      drivers/extcon/extcon-arizona.c
11399 F:      drivers/leds/leds-wm83*.c
11400 F:      drivers/gpio/gpio-*wm*.c
11401 F:      drivers/gpio/gpio-arizona.c
11402 F:      drivers/hwmon/wm83??-hwmon.c
11403 F:      drivers/input/misc/wm831x-on.c
11404 F:      drivers/input/touchscreen/wm831x-ts.c
11405 F:      drivers/input/touchscreen/wm97*.c
11406 F:      drivers/mfd/arizona*
11407 F:      drivers/mfd/wm*.c
11408 F:      drivers/power/wm83*.c
11409 F:      drivers/rtc/rtc-wm83*.c
11410 F:      drivers/regulator/wm8*.c
11411 F:      drivers/video/backlight/wm83*_bl.c
11412 F:      drivers/watchdog/wm83*_wdt.c
11413 F:      include/linux/mfd/arizona/
11414 F:      include/linux/mfd/wm831x/
11415 F:      include/linux/mfd/wm8350/
11416 F:      include/linux/mfd/wm8400*
11417 F:      include/linux/wm97xx.h
11418 F:      include/sound/wm????.h
11419 F:      sound/soc/codecs/arizona.?
11420 F:      sound/soc/codecs/wm*
11421
11422 WORKQUEUE
11423 M:      Tejun Heo <[email protected]>
11424 R:      Lai Jiangshan <[email protected]>
11425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11426 S:      Maintained
11427 F:      include/linux/workqueue.h
11428 F:      kernel/workqueue.c
11429 F:      Documentation/workqueue.txt
11430
11431 X.25 NETWORK LAYER
11432 M:      Andrew Hendry <[email protected]>
11433 L:      [email protected]
11434 S:      Odd Fixes
11435 F:      Documentation/networking/x25*
11436 F:      include/net/x25*
11437 F:      net/x25/
11438
11439 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11440 M:      Thomas Gleixner <[email protected]>
11441 M:      Ingo Molnar <[email protected]>
11442 M:      "H. Peter Anvin" <[email protected]>
11443 M:      [email protected]
11444 L:      [email protected]
11445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11446 S:      Maintained
11447 F:      Documentation/x86/
11448 F:      arch/x86/
11449
11450 X86 PLATFORM DRIVERS
11451 M:      Darren Hart <[email protected]>
11452 L:      [email protected]
11453 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11454 S:      Maintained
11455 F:      drivers/platform/x86/
11456
11457 X86 MCE INFRASTRUCTURE
11458 M:      Tony Luck <[email protected]>
11459 M:      Borislav Petkov <[email protected]>
11460 L:      [email protected]
11461 S:      Maintained
11462 F:      arch/x86/kernel/cpu/mcheck/*
11463
11464 X86 VDSO
11465 M:      Andy Lutomirski <[email protected]>
11466 L:      [email protected]
11467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11468 S:      Maintained
11469 F:      arch/x86/entry/vdso/
11470
11471 XC2028/3028 TUNER DRIVER
11472 M:      Mauro Carvalho Chehab <[email protected]>
11473 L:      [email protected]
11474 W:      http://linuxtv.org
11475 T:      git git://linuxtv.org/media_tree.git
11476 S:      Maintained
11477 F:      drivers/media/tuners/tuner-xc2028.*
11478
11479 XEN HYPERVISOR INTERFACE
11480 M:      Konrad Rzeszutek Wilk <[email protected]>
11481 M:      Boris Ostrovsky <[email protected]>
11482 M:      David Vrabel <[email protected]>
11483 L:      [email protected] (moderated for non-subscribers)
11484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11485 S:      Supported
11486 F:      arch/x86/xen/
11487 F:      drivers/*/xen-*front.c
11488 F:      drivers/xen/
11489 F:      arch/x86/include/asm/xen/
11490 F:      include/xen/
11491 F:      include/uapi/xen/
11492
11493 XEN HYPERVISOR ARM
11494 M:      Stefano Stabellini <[email protected]>
11495 L:      [email protected] (moderated for non-subscribers)
11496 S:      Supported
11497 F:      arch/arm/xen/
11498 F:      arch/arm/include/asm/xen/
11499
11500 XEN HYPERVISOR ARM64
11501 M:      Stefano Stabellini <[email protected]>
11502 L:      [email protected] (moderated for non-subscribers)
11503 S:      Supported
11504 F:      arch/arm64/xen/
11505 F:      arch/arm64/include/asm/xen/
11506
11507 XEN NETWORK BACKEND DRIVER
11508 M:      Ian Campbell <[email protected]>
11509 M:      Wei Liu <[email protected]>
11510 L:      [email protected] (moderated for non-subscribers)
11511 L:      [email protected]
11512 S:      Supported
11513 F:      drivers/net/xen-netback/*
11514
11515 XEN PCI SUBSYSTEM
11516 M:      Konrad Rzeszutek Wilk <[email protected]>
11517 L:      [email protected] (moderated for non-subscribers)
11518 S:      Supported
11519 F:      arch/x86/pci/*xen*
11520 F:      drivers/pci/*xen*
11521
11522 XEN BLOCK SUBSYSTEM
11523 M:      Konrad Rzeszutek Wilk <[email protected]>
11524 M:      Roger Pau MonnĂ© <[email protected]>
11525 L:      [email protected] (moderated for non-subscribers)
11526 S:      Supported
11527 F:      drivers/block/xen-blkback/*
11528 F:      drivers/block/xen*
11529
11530 XEN PVSCSI DRIVERS
11531 M:      Juergen Gross <[email protected]>
11532 L:      [email protected] (moderated for non-subscribers)
11533 L:      [email protected]
11534 S:      Supported
11535 F:      drivers/scsi/xen-scsifront.c
11536 F:      drivers/xen/xen-scsiback.c
11537 F:      include/xen/interface/io/vscsiif.h
11538
11539 XEN SWIOTLB SUBSYSTEM
11540 M:      Konrad Rzeszutek Wilk <[email protected]>
11541 L:      [email protected] (moderated for non-subscribers)
11542 S:      Supported
11543 F:      arch/x86/xen/*swiotlb*
11544 F:      drivers/xen/*swiotlb*
11545
11546 XFS FILESYSTEM
11547 P:      Silicon Graphics Inc
11548 M:      Dave Chinner <[email protected]>
11549 M:      [email protected]
11550 L:      [email protected]
11551 W:      http://oss.sgi.com/projects/xfs
11552 T:      git git://oss.sgi.com/xfs/xfs.git
11553 S:      Supported
11554 F:      Documentation/filesystems/xfs.txt
11555 F:      fs/xfs/
11556
11557 XILINX AXI ETHERNET DRIVER
11558 M:      Anirudha Sarangi <[email protected]>
11559 M:      John Linn <[email protected]>
11560 S:      Maintained
11561 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11562
11563 XILINX UARTLITE SERIAL DRIVER
11564 M:      Peter Korsgaard <[email protected]>
11565 L:      [email protected]
11566 S:      Maintained
11567 F:      drivers/tty/serial/uartlite.c
11568
11569 XILINX VIDEO IP CORES
11570 M:      Hyun Kwon <[email protected]>
11571 M:      Laurent Pinchart <[email protected]>
11572 L:      [email protected]
11573 T:      git git://linuxtv.org/media_tree.git
11574 S:      Supported
11575 F:      Documentation/devicetree/bindings/media/xilinx/
11576 F:      drivers/media/platform/xilinx/
11577 F:      include/uapi/linux/xilinx-v4l2-controls.h
11578
11579 XILLYBUS DRIVER
11580 M:      Eli Billauer <[email protected]>
11581 L:      [email protected]
11582 S:      Supported
11583 F:      drivers/char/xillybus/
11584
11585 XTENSA XTFPGA PLATFORM SUPPORT
11586 M:      Max Filippov <[email protected]>
11587 L:      [email protected]
11588 S:      Maintained
11589 F:      drivers/spi/spi-xtensa-xtfpga.c
11590 F:      sound/soc/xtensa/xtfpga-i2s.c
11591
11592 YAM DRIVER FOR AX.25
11593 M:      Jean-Paul Roubelat <[email protected]>
11594 L:      [email protected]
11595 S:      Maintained
11596 F:      drivers/net/hamradio/yam*
11597 F:      include/linux/yam.h
11598
11599 YEALINK PHONE DRIVER
11600 M:      Henk Vergonet <[email protected]>
11601 L:      [email protected]
11602 S:      Maintained
11603 F:      Documentation/input/yealink.txt
11604 F:      drivers/input/misc/yealink.*
11605
11606 Z8530 DRIVER FOR AX.25
11607 M:      Joerg Reuter <[email protected]>
11608 W:      http://yaina.de/jreuter/
11609 W:      http://www.qsl.net/dl1bke/
11610 L:      [email protected]
11611 S:      Maintained
11612 F:      Documentation/networking/z8530drv.txt
11613 F:      drivers/net/hamradio/*scc.c
11614 F:      drivers/net/hamradio/z8530.h
11615
11616 ZBUD COMPRESSED PAGE ALLOCATOR
11617 M:      Seth Jennings <[email protected]>
11618 L:      [email protected]
11619 S:      Maintained
11620 F:      mm/zbud.c
11621 F:      include/linux/zbud.h
11622
11623 ZD1211RW WIRELESS DRIVER
11624 M:      Daniel Drake <[email protected]>
11625 M:      Ulrich Kunitz <[email protected]>
11626 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11627 L:      [email protected]
11628 L:      [email protected] (subscribers-only)
11629 S:      Maintained
11630 F:      drivers/net/wireless/zd1211rw/
11631
11632 ZPOOL COMPRESSED PAGE STORAGE API
11633 M:      Dan Streetman <[email protected]>
11634 L:      [email protected]
11635 S:      Maintained
11636 F:      mm/zpool.c
11637 F:      include/linux/zpool.h
11638
11639 ZR36067 VIDEO FOR LINUX DRIVER
11640 L:      [email protected]
11641 L:      [email protected]
11642 W:      http://mjpeg.sourceforge.net/driver-zoran/
11643 T:      hg http://linuxtv.org/hg/v4l-dvb
11644 S:      Odd Fixes
11645 F:      drivers/media/pci/zoran/
11646
11647 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11648 M:      Minchan Kim <[email protected]>
11649 M:      Nitin Gupta <[email protected]>
11650 R:      Sergey Senozhatsky <[email protected]>
11651 L:      [email protected]
11652 S:      Maintained
11653 F:      drivers/block/zram/
11654 F:      Documentation/blockdev/zram.txt
11655
11656 ZS DECSTATION Z85C30 SERIAL DRIVER
11657 M:      "Maciej W. Rozycki" <[email protected]>
11658 S:      Maintained
11659 F:      drivers/tty/serial/zs.*
11660
11661 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11662 M:      Minchan Kim <[email protected]>
11663 M:      Nitin Gupta <[email protected]>
11664 L:      [email protected]
11665 S:      Maintained
11666 F:      mm/zsmalloc.c
11667 F:      include/linux/zsmalloc.h
11668 F:      Documentation/vm/zsmalloc.txt
11669
11670 ZSWAP COMPRESSED SWAP CACHING
11671 M:      Seth Jennings <[email protected]>
11672 L:      [email protected]
11673 S:      Maintained
11674 F:      mm/zswap.c
11675
11676 THE REST
11677 M:      Linus Torvalds <[email protected]>
11678 L:      [email protected]
11679 Q:      http://patchwork.kernel.org/project/LKML/list/
11680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11681 S:      Buried alive in reporters
11682 F:      *
11683 F:      */
This page took 0.686887 seconds and 4 git commands to generate.