]> Git Repo - linux.git/blob - MAINTAINERS
Kconfig: remove HAVE_LATENCYTOP_SUPPORT
[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:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <[email protected]>
218 L:      [email protected]
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      [email protected]
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <[email protected]>
233 L:      [email protected]
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <[email protected]>
239 L:      [email protected]
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 GPIO DRIVER
244 M:      "William Breathitt Gray" <[email protected]>
245 L:      [email protected]
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <[email protected]>
251 L:      [email protected]
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <[email protected]>
257 L:      [email protected]
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <[email protected]>
264 L:      [email protected]
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <[email protected]>
270 M:      Len Brown <[email protected]>
271 L:      [email protected]
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <[email protected]>
289 M:      Lv Zheng <[email protected]>
290 M:      "Rafael J. Wysocki" <[email protected]>
291 L:      [email protected]
292 L:      [email protected]
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <[email protected]>
304 L:      [email protected]
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <[email protected]>
311 L:      [email protected]
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <[email protected]>
318 L:      [email protected]
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/acpi_video.c
322
323 ACPI WMI DRIVER
324 L:      [email protected]
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <[email protected]>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      [email protected]
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <[email protected]>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <[email protected]>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <[email protected]>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <[email protected]>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <[email protected]>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <[email protected]>
372 S:      Maintained
373
374 ADF7242 IEEE 802.15.4 RADIO DRIVER
375 M:      Michael Hennerich <[email protected]>
376 W:      https://wiki.analog.com/ADF7242
377 W:      http://ez.analog.com/community/linux-device-drivers
378 L:      [email protected]
379 S:      Supported
380 F:      drivers/net/ieee802154/adf7242.c
381 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
382
383 ADM1025 HARDWARE MONITOR DRIVER
384 M:      Jean Delvare <[email protected]>
385 L:      [email protected]
386 S:      Maintained
387 F:      Documentation/hwmon/adm1025
388 F:      drivers/hwmon/adm1025.c
389
390 ADM1029 HARDWARE MONITOR DRIVER
391 M:      Corentin Labbe <[email protected]>
392 L:      [email protected]
393 S:      Maintained
394 F:      drivers/hwmon/adm1029.c
395
396 ADM8211 WIRELESS DRIVER
397 L:      [email protected]
398 W:      http://wireless.kernel.org/
399 S:      Orphan
400 F:      drivers/net/wireless/admtek/adm8211.*
401
402 ADP1653 FLASH CONTROLLER DRIVER
403 M:      Sakari Ailus <[email protected]>
404 L:      [email protected]
405 S:      Maintained
406 F:      drivers/media/i2c/adp1653.c
407 F:      include/media/i2c/adp1653.h
408
409 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
410 M:      Michael Hennerich <[email protected]>
411 W:      http://wiki.analog.com/ADP5520
412 W:      http://ez.analog.com/community/linux-device-drivers
413 S:      Supported
414 F:      drivers/mfd/adp5520.c
415 F:      drivers/video/backlight/adp5520_bl.c
416 F:      drivers/leds/leds-adp5520.c
417 F:      drivers/gpio/gpio-adp5520.c
418 F:      drivers/input/keyboard/adp5520-keys.c
419
420 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
421 M:      Michael Hennerich <[email protected]>
422 W:      http://wiki.analog.com/ADP5588
423 W:      http://ez.analog.com/community/linux-device-drivers
424 S:      Supported
425 F:      drivers/input/keyboard/adp5588-keys.c
426 F:      drivers/gpio/gpio-adp5588.c
427
428 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
429 M:      Michael Hennerich <[email protected]>
430 W:      http://wiki.analog.com/ADP8860
431 W:      http://ez.analog.com/community/linux-device-drivers
432 S:      Supported
433 F:      drivers/video/backlight/adp8860_bl.c
434
435 ADS1015 HARDWARE MONITOR DRIVER
436 M:      Dirk Eibach <[email protected]>
437 L:      [email protected]
438 S:      Maintained
439 F:      Documentation/hwmon/ads1015
440 F:      drivers/hwmon/ads1015.c
441 F:      include/linux/i2c/ads1015.h
442
443 ADT746X FAN DRIVER
444 M:      Colin Leroy <[email protected]>
445 S:      Maintained
446 F:      drivers/macintosh/therm_adt746x.c
447
448 ADT7475 HARDWARE MONITOR DRIVER
449 M:      Jean Delvare <[email protected]>
450 L:      [email protected]
451 S:      Maintained
452 F:      Documentation/hwmon/adt7475
453 F:      drivers/hwmon/adt7475.c
454
455 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
456 M:      Michael Hennerich <[email protected]>
457 W:      http://wiki.analog.com/ADXL345
458 W:      http://ez.analog.com/community/linux-device-drivers
459 S:      Supported
460 F:      drivers/input/misc/adxl34x.c
461
462 ADVANSYS SCSI DRIVER
463 M:      Matthew Wilcox <[email protected]>
464 M:      Hannes Reinecke <[email protected]>
465 L:      [email protected]
466 S:      Maintained
467 F:      Documentation/scsi/advansys.txt
468 F:      drivers/scsi/advansys.c
469
470 AEDSP16 DRIVER
471 M:      Riccardo Facchetti <[email protected]>
472 S:      Maintained
473 F:      sound/oss/aedsp16.c
474
475 AF9013 MEDIA DRIVER
476 M:      Antti Palosaari <[email protected]>
477 L:      [email protected]
478 W:      https://linuxtv.org
479 W:      http://palosaari.fi/linux/
480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
481 T:      git git://linuxtv.org/anttip/media_tree.git
482 S:      Maintained
483 F:      drivers/media/dvb-frontends/af9013*
484
485 AF9033 MEDIA DRIVER
486 M:      Antti Palosaari <[email protected]>
487 L:      [email protected]
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9033*
494
495 AFFS FILE SYSTEM
496 L:      [email protected]
497 S:      Orphan
498 F:      Documentation/filesystems/affs.txt
499 F:      fs/affs/
500
501 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
502 M:      David Howells <[email protected]>
503 L:      [email protected]
504 S:      Supported
505 F:      fs/afs/
506 F:      include/net/af_rxrpc.h
507 F:      net/rxrpc/af_rxrpc.c
508
509 AGPGART DRIVER
510 M:      David Airlie <[email protected]>
511 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
512 S:      Maintained
513 F:      drivers/char/agp/
514 F:      include/linux/agp*
515 F:      include/uapi/linux/agp*
516
517 AHA152X SCSI DRIVER
518 M:      "Juergen E. Fischer" <[email protected]>
519 L:      [email protected]
520 S:      Maintained
521 F:      drivers/scsi/aha152x*
522 F:      drivers/scsi/pcmcia/aha152x*
523
524 AIC7XXX / AIC79XX SCSI DRIVER
525 M:      Hannes Reinecke <[email protected]>
526 L:      [email protected]
527 S:      Maintained
528 F:      drivers/scsi/aic7xxx/
529
530 AIMSLAB FM RADIO RECEIVER DRIVER
531 M:      Hans Verkuil <[email protected]>
532 L:      [email protected]
533 T:      git git://linuxtv.org/media_tree.git
534 W:      https://linuxtv.org
535 S:      Maintained
536 F:      drivers/media/radio/radio-aimslab*
537
538 AIO
539 M:      Benjamin LaHaise <[email protected]>
540 L:      [email protected]
541 S:      Supported
542 F:      fs/aio.c
543 F:      include/linux/*aio*.h
544
545 AIRSPY MEDIA DRIVER
546 M:      Antti Palosaari <[email protected]>
547 L:      [email protected]
548 W:      https://linuxtv.org
549 W:      http://palosaari.fi/linux/
550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
551 T:      git git://linuxtv.org/anttip/media_tree.git
552 S:      Maintained
553 F:      drivers/media/usb/airspy/
554
555 ALCATEL SPEEDTOUCH USB DRIVER
556 M:      Duncan Sands <[email protected]>
557 L:      [email protected]
558 W:      http://www.linux-usb.org/SpeedTouch/
559 S:      Maintained
560 F:      drivers/usb/atm/speedtch.c
561 F:      drivers/usb/atm/usbatm.c
562
563 ALCHEMY AU1XX0 MMC DRIVER
564 M:      Manuel Lauss <[email protected]>
565 S:      Maintained
566 F:      drivers/mmc/host/au1xmmc.c
567
568 ALI1563 I2C DRIVER
569 M:      Rudolf Marek <[email protected]>
570 L:      [email protected]
571 S:      Maintained
572 F:      Documentation/i2c/busses/i2c-ali1563
573 F:      drivers/i2c/busses/i2c-ali1563.c
574
575 ALLWINNER SECURITY SYSTEM
576 M:      Corentin Labbe <[email protected]>
577 L:      [email protected]
578 S:      Maintained
579 F:      drivers/crypto/sunxi-ss/
580
581 ALPHA PORT
582 M:      Richard Henderson <[email protected]>
583 M:      Ivan Kokshaysky <[email protected]>
584 M:      Matt Turner <[email protected]>
585 S:      Odd Fixes
586 L:      [email protected]
587 F:      arch/alpha/
588
589 ALTERA MAILBOX DRIVER
590 M:      Ley Foon Tan <[email protected]>
591 L:      [email protected] (moderated for non-subscribers)
592 S:      Maintained
593 F:      drivers/mailbox/mailbox-altera.c
594
595 ALTERA PIO DRIVER
596 M:      Tien Hock Loh <[email protected]>
597 L:      [email protected]
598 S:      Maintained
599 F:      drivers/gpio/gpio-altera.c
600
601 ALTERA TRIPLE SPEED ETHERNET DRIVER
602 M:      Vince Bridgers <[email protected]>
603 L:      [email protected]
604 L:      [email protected] (moderated for non-subscribers)
605 S:      Maintained
606 F:      drivers/net/ethernet/altera/
607
608 ALTERA UART/JTAG UART SERIAL DRIVERS
609 M:      Tobias Klauser <[email protected]>
610 L:      [email protected]
611 L:      [email protected] (moderated for non-subscribers)
612 S:      Maintained
613 F:      drivers/tty/serial/altera_uart.c
614 F:      drivers/tty/serial/altera_jtaguart.c
615 F:      include/linux/altera_uart.h
616 F:      include/linux/altera_jtaguart.h
617
618 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
619 M:      Tom Lendacky <[email protected]>
620 L:      [email protected]
621 S:      Supported
622 F:      drivers/crypto/ccp/
623 F:      include/linux/ccp.h
624
625 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
626 M:      Huang Rui <[email protected]>
627 L:      [email protected]
628 S:      Supported
629 F:      Documentation/hwmon/fam15h_power
630 F:      drivers/hwmon/fam15h_power.c
631
632 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
633 L:      [email protected] (moderated for non-subscribers)
634 S:      Orphan
635 F:      drivers/usb/gadget/udc/amd5536udc.*
636
637 AMD GEODE PROCESSOR/CHIPSET SUPPORT
638 P:      Andres Salomon <[email protected]>
639 L:      [email protected] (moderated for non-subscribers)
640 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
641 S:      Supported
642 F:      drivers/char/hw_random/geode-rng.c
643 F:      drivers/crypto/geode*
644 F:      drivers/video/fbdev/geode/
645 F:      arch/x86/include/asm/geode.h
646
647 AMD IOMMU (AMD-VI)
648 M:      Joerg Roedel <[email protected]>
649 L:      [email protected]
650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
651 S:      Maintained
652 F:      drivers/iommu/amd_iommu*.[ch]
653 F:      include/linux/amd-iommu.h
654
655 AMD KFD
656 M:      Oded Gabbay <[email protected]>
657 L:      [email protected]
658 T:      git git://people.freedesktop.org/~gabbayo/linux.git
659 S:      Supported
660 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
661 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
662 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
663 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
664 F:      drivers/gpu/drm/amd/amdkfd/
665 F:      drivers/gpu/drm/amd/include/cik_structs.h
666 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
667 F:      drivers/gpu/drm/amd/include/vi_structs.h
668 F:      drivers/gpu/drm/radeon/radeon_kfd.c
669 F:      drivers/gpu/drm/radeon/radeon_kfd.h
670 F:      include/uapi/linux/kfd_ioctl.h
671
672 AMD XGBE DRIVER
673 M:      Tom Lendacky <[email protected]>
674 L:      [email protected]
675 S:      Supported
676 F:      drivers/net/ethernet/amd/xgbe/
677
678 AMS (Apple Motion Sensor) DRIVER
679 M:      Michael Hanselmann <[email protected]>
680 S:      Supported
681 F:      drivers/macintosh/ams/
682
683 AMSO1100 RNIC DRIVER
684 M:      Tom Tucker <[email protected]>
685 M:      Steve Wise <[email protected]>
686 L:      [email protected]
687 S:      Maintained
688 F:      drivers/infiniband/hw/amso1100/
689
690 ANALOG DEVICES INC AD9389B DRIVER
691 M:      Hans Verkuil <[email protected]>
692 L:      [email protected]
693 S:      Maintained
694 F:      drivers/media/i2c/ad9389b*
695
696 ANALOG DEVICES INC ADV7180 DRIVER
697 M:      Lars-Peter Clausen <[email protected]>
698 L:      [email protected]
699 W:      http://ez.analog.com/community/linux-device-drivers
700 S:      Supported
701 F:      drivers/media/i2c/adv7180.c
702
703 ANALOG DEVICES INC ADV7511 DRIVER
704 M:      Hans Verkuil <[email protected]>
705 L:      [email protected]
706 S:      Maintained
707 F:      drivers/media/i2c/adv7511*
708
709 ANALOG DEVICES INC ADV7604 DRIVER
710 M:      Hans Verkuil <[email protected]>
711 L:      [email protected]
712 S:      Maintained
713 F:      drivers/media/i2c/adv7604*
714
715 ANALOG DEVICES INC ADV7842 DRIVER
716 M:      Hans Verkuil <[email protected]>
717 L:      [email protected]
718 S:      Maintained
719 F:      drivers/media/i2c/adv7842*
720
721 ANALOG DEVICES INC ASOC CODEC DRIVERS
722 M:      Lars-Peter Clausen <[email protected]>
723 L:      [email protected] (moderated for non-subscribers)
724 W:      http://wiki.analog.com/
725 W:      http://ez.analog.com/community/linux-device-drivers
726 S:      Supported
727 F:      sound/soc/codecs/adau*
728 F:      sound/soc/codecs/adav*
729 F:      sound/soc/codecs/ad1*
730 F:      sound/soc/codecs/ad7*
731 F:      sound/soc/codecs/ssm*
732 F:      sound/soc/codecs/sigmadsp.*
733
734 ANALOG DEVICES INC ASOC DRIVERS
735 L:      [email protected] (moderated for non-subscribers)
736 L:      [email protected] (moderated for non-subscribers)
737 W:      http://blackfin.uclinux.org/
738 S:      Supported
739 F:      sound/soc/blackfin/*
740
741 ANALOG DEVICES INC IIO DRIVERS
742 M:      Lars-Peter Clausen <[email protected]>
743 M:      Michael Hennerich <[email protected]>
744 W:      http://wiki.analog.com/
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/iio/*/ad*
748 X:      drivers/iio/*/adjd*
749 F:      drivers/staging/iio/*/ad*
750 F:      staging/iio/trigger/iio-trig-bfin-timer.c
751
752 ANALOG DEVICES INC DMA DRIVERS
753 M:      Lars-Peter Clausen <[email protected]>
754 W:      http://ez.analog.com/community/linux-device-drivers
755 S:      Supported
756 F:      drivers/dma/dma-axi-dmac.c
757
758 ANDROID DRIVERS
759 M:      Greg Kroah-Hartman <[email protected]>
760 M:      Arve HjønnevĂ¥g <[email protected]>
761 M:      Riley Andrews <[email protected]>
762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
763 L:      [email protected]
764 S:      Supported
765 F:      drivers/android/
766 F:      drivers/staging/android/
767
768 AOA (Apple Onboard Audio) ALSA DRIVER
769 M:      Johannes Berg <[email protected]>
770 L:      [email protected]
771 L:      [email protected] (moderated for non-subscribers)
772 S:      Maintained
773 F:      sound/aoa/
774
775 APM DRIVER
776 M:      Jiri Kosina <[email protected]>
777 S:      Odd fixes
778 F:      arch/x86/kernel/apm_32.c
779 F:      include/linux/apm_bios.h
780 F:      include/uapi/linux/apm_bios.h
781 F:      drivers/char/apm-emulation.c
782
783 APPLE BCM5974 MULTITOUCH DRIVER
784 M:      Henrik Rydberg <[email protected]>
785 L:      [email protected]
786 S:      Odd fixes
787 F:      drivers/input/mouse/bcm5974.c
788
789 APPLE SMC DRIVER
790 M:      Henrik Rydberg <[email protected]>
791 L:      [email protected]
792 S:      Odd fixes
793 F:      drivers/hwmon/applesmc.c
794
795 APPLETALK NETWORK LAYER
796 M:      Arnaldo Carvalho de Melo <[email protected]>
797 S:      Maintained
798 F:      drivers/net/appletalk/
799 F:      net/appletalk/
800
801 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
802 M:      Duc Dang <[email protected]>
803 S:      Supported
804 F:      arch/arm64/boot/dts/apm/
805
806 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
807 M:      Iyappan Subramanian <[email protected]>
808 M:      Keyur Chudgar <[email protected]>
809 S:      Supported
810 F:      drivers/net/ethernet/apm/xgene/
811 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
812
813 APTINA CAMERA SENSOR PLL
814 M:      Laurent Pinchart <[email protected]>
815 L:      [email protected]
816 S:      Maintained
817 F:      drivers/media/i2c/aptina-pll.*
818
819 ARC FRAMEBUFFER DRIVER
820 M:      Jaya Kumar <[email protected]>
821 S:      Maintained
822 F:      drivers/video/fbdev/arcfb.c
823 F:      drivers/video/fbdev/core/fb_defio.c
824
825 ARCNET NETWORK LAYER
826 M:      Michael Grzeschik <[email protected]>
827 L:      [email protected]
828 S:      Maintained
829 F:      drivers/net/arcnet/
830 F:      include/uapi/linux/if_arcnet.h
831
832 ARM MFM AND FLOPPY DRIVERS
833 M:      Ian Molton <[email protected]>
834 S:      Maintained
835 F:      arch/arm/lib/floppydma.S
836 F:      arch/arm/include/asm/floppy.h
837
838 ARM PMU PROFILING AND DEBUGGING
839 M:      Will Deacon <[email protected]>
840 R:      Mark Rutland <[email protected]>
841 S:      Maintained
842 F:      arch/arm*/kernel/perf_*
843 F:      arch/arm/oprofile/common.c
844 F:      arch/arm*/kernel/hw_breakpoint.c
845 F:      arch/arm*/include/asm/hw_breakpoint.h
846 F:      arch/arm*/include/asm/perf_event.h
847 F:      drivers/perf/arm_pmu.c
848 F:      include/linux/perf/arm_pmu.h
849
850 ARM PORT
851 M:      Russell King <[email protected]>
852 L:      [email protected] (moderated for non-subscribers)
853 W:      http://www.arm.linux.org.uk/
854 S:      Maintained
855 F:      arch/arm/
856
857 ARM SUB-ARCHITECTURES
858 L:      [email protected] (moderated for non-subscribers)
859 S:      Maintained
860 F:      arch/arm/mach-*/
861 F:      arch/arm/plat-*/
862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
863
864 ARM PRIMECELL AACI PL041 DRIVER
865 M:      Russell King <[email protected]>
866 S:      Maintained
867 F:      sound/arm/aaci.*
868
869 ARM PRIMECELL CLCD PL110 DRIVER
870 M:      Russell King <[email protected]>
871 S:      Maintained
872 F:      drivers/video/fbdev/amba-clcd.*
873
874 ARM PRIMECELL KMI PL050 DRIVER
875 M:      Russell King <[email protected]>
876 S:      Maintained
877 F:      drivers/input/serio/ambakmi.*
878 F:      include/linux/amba/kmi.h
879
880 ARM PRIMECELL MMCI PL180/1 DRIVER
881 M:      Russell King <[email protected]>
882 S:      Maintained
883 F:      drivers/mmc/host/mmci.*
884 F:      include/linux/amba/mmci.h
885
886 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
887 M:      Russell King <[email protected]>
888 S:      Maintained
889 F:      drivers/tty/serial/amba-pl01*.c
890 F:      include/linux/amba/serial.h
891
892 ARM PRIMECELL BUS SUPPORT
893 M:      Russell King <[email protected]>
894 S:      Maintained
895 F:      drivers/amba/
896 F:      include/linux/amba/bus.h
897
898 ARM/ADS SPHERE MACHINE SUPPORT
899 M:      Lennert Buytenhek <[email protected]>
900 L:      [email protected] (moderated for non-subscribers)
901 S:      Maintained
902
903 ARM/AFEB9260 MACHINE SUPPORT
904 M:      Sergey Lapin <[email protected]>
905 L:      [email protected] (moderated for non-subscribers)
906 S:      Maintained
907
908 ARM/AJECO 1ARM MACHINE SUPPORT
909 M:      Lennert Buytenhek <[email protected]>
910 L:      [email protected] (moderated for non-subscribers)
911 S:      Maintained
912
913 ARM/Allwinner sunXi SoC support
914 M:      Maxime Ripard <[email protected]>
915 M:      Chen-Yu Tsai <[email protected]>
916 L:      [email protected] (moderated for non-subscribers)
917 S:      Maintained
918 N:      sun[x456789]i
919
920 ARM/Allwinner SoC Clock Support
921 M:      Emilio LĂ³pez <[email protected]>
922 S:      Maintained
923 F:      drivers/clk/sunxi/
924
925 ARM/Amlogic MesonX SoC support
926 M:      Carlo Caione <[email protected]>
927 L:      [email protected] (moderated for non-subscribers)
928 S:      Maintained
929 F:      drivers/media/rc/meson-ir.c
930 N:      meson[x68]
931
932 ARM/Annapurna Labs ALPINE ARCHITECTURE
933 M:      Tsahee Zidenberg <[email protected]>
934 S:      Maintained
935 F:      arch/arm/mach-alpine/
936
937 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
938 M:      Nicolas Ferre <[email protected]>
939 M:      Alexandre Belloni <[email protected]>
940 M:      Jean-Christophe Plagniol-Villard <[email protected]>
941 L:      [email protected] (moderated for non-subscribers)
942 W:      http://www.linux4sam.org
943 S:      Supported
944 F:      arch/arm/mach-at91/
945 F:      include/soc/at91/
946 F:      arch/arm/boot/dts/at91*.dts
947 F:      arch/arm/boot/dts/at91*.dtsi
948 F:      arch/arm/boot/dts/sama*.dts
949 F:      arch/arm/boot/dts/sama*.dtsi
950 F:      arch/arm/include/debug/at91.S
951
952 ARM/ATMEL AT91 Clock Support
953 M:      Boris Brezillon <[email protected]>
954 S:      Maintained
955 F:      drivers/clk/at91
956
957 ARM/CALXEDA HIGHBANK ARCHITECTURE
958 M:      Rob Herring <[email protected]>
959 L:      [email protected] (moderated for non-subscribers)
960 S:      Maintained
961 F:      arch/arm/mach-highbank/
962
963 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
964 M:      Krzysztof Halasa <[email protected]>
965 S:      Maintained
966 F:      arch/arm/mach-cns3xxx/
967
968 ARM/CAVIUM THUNDER NETWORK DRIVER
969 M:      Sunil Goutham <[email protected]>
970 M:      Robert Richter <[email protected]>
971 L:      [email protected] (moderated for non-subscribers)
972 S:      Supported
973 F:      drivers/net/ethernet/cavium/thunder/
974
975 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
976 M:      Alexander Shiyan <[email protected]>
977 L:      [email protected] (moderated for non-subscribers)
978 S:      Odd Fixes
979 N:      clps711x
980
981 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
982 M:      Hartley Sweeten <[email protected]>
983 M:      Ryan Mallon <[email protected]>
984 L:      [email protected] (moderated for non-subscribers)
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/
987 F:      arch/arm/mach-ep93xx/include/mach/
988
989 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
990 M:      Lennert Buytenhek <[email protected]>
991 L:      [email protected] (moderated for non-subscribers)
992 S:      Maintained
993
994 ARM/CLKDEV SUPPORT
995 M:      Russell King <[email protected]>
996 L:      [email protected] (moderated for non-subscribers)
997 S:      Maintained
998 F:      arch/arm/include/asm/clkdev.h
999 F:      drivers/clk/clkdev.c
1000
1001 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1002 M:      Mike Rapoport <[email protected]>
1003 L:      [email protected] (moderated for non-subscribers)
1004 S:      Maintained
1005
1006 ARM/CONTEC MICRO9 MACHINE SUPPORT
1007 M:      Hubert Feurstein <[email protected]>
1008 S:      Maintained
1009 F:      arch/arm/mach-ep93xx/micro9.c
1010
1011 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1012 M:      Mathieu Poirier <[email protected]>
1013 L:      [email protected] (moderated for non-subscribers)
1014 S:      Maintained
1015 F:      drivers/hwtracing/coresight/*
1016 F:      Documentation/trace/coresight.txt
1017 F:      Documentation/devicetree/bindings/arm/coresight.txt
1018 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1019
1020 ARM/CORGI MACHINE SUPPORT
1021 M:      Richard Purdie <[email protected]>
1022 S:      Maintained
1023
1024 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1025 M:      Hans Ulli Kroll <[email protected]>
1026 L:      [email protected] (moderated for non-subscribers)
1027 T:      git git://github.com/ulli-kroll/linux.git
1028 S:      Maintained
1029 F:      arch/arm/mach-gemini/
1030 F:      drivers/rtc/rtc-gemini.c
1031
1032 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1033 M:      Barry Song <[email protected]>
1034 L:      [email protected] (moderated for non-subscribers)
1035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1036 S:      Maintained
1037 F:      arch/arm/mach-prima2/
1038 F:      drivers/clk/sirf/
1039 F:      drivers/clocksource/timer-prima2.c
1040 F:      drivers/clocksource/timer-atlas7.c
1041 N:      [^a-z]sirf
1042
1043 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1044 M:      Baruch Siach <[email protected]>
1045 L:      [email protected] (moderated for non-subscribers)
1046 S:      Maintained
1047 F:      arch/arm/boot/dts/cx92755*
1048 N:      digicolor
1049
1050 ARM/EBSA110 MACHINE SUPPORT
1051 M:      Russell King <[email protected]>
1052 L:      [email protected] (moderated for non-subscribers)
1053 W:      http://www.arm.linux.org.uk/
1054 S:      Maintained
1055 F:      arch/arm/mach-ebsa110/
1056 F:      drivers/net/ethernet/amd/am79c961a.*
1057
1058 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1059 M:      Uwe Kleine-König <[email protected]>
1060 L:      [email protected] (moderated for non-subscribers)
1061 S:      Maintained
1062 N:      efm32
1063
1064 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1065 M:      Daniel Ribeiro <[email protected]>
1066 M:      Stefan Schmidt <[email protected]>
1067 M:      Harald Welte <[email protected]>
1068 L:      [email protected] (moderated for non-subscribers)
1069 W:      http://www.openezx.org/
1070 S:      Maintained
1071 T:      topgit git://git.openezx.org/openezx.git
1072 F:      arch/arm/mach-pxa/ezx.c
1073
1074 ARM/FARADAY FA526 PORT
1075 M:      Hans Ulli Kroll <[email protected]>
1076 L:      [email protected] (moderated for non-subscribers)
1077 S:      Maintained
1078 T:      git git://git.berlios.de/gemini-board
1079 F:      arch/arm/mm/*-fa*
1080
1081 ARM/FOOTBRIDGE ARCHITECTURE
1082 M:      Russell King <[email protected]>
1083 L:      [email protected] (moderated for non-subscribers)
1084 W:      http://www.arm.linux.org.uk/
1085 S:      Maintained
1086 F:      arch/arm/include/asm/hardware/dec21285.h
1087 F:      arch/arm/mach-footbridge/
1088
1089 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1090 M:      Shawn Guo <[email protected]>
1091 M:      Sascha Hauer <[email protected]>
1092 L:      [email protected] (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/
1096 F:      arch/arm/mach-mxs/
1097 F:      arch/arm/boot/dts/imx*
1098 F:      arch/arm/configs/imx*_defconfig
1099 F:      drivers/clk/imx/
1100 F:      include/soc/imx/
1101
1102 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1103 M:      Shawn Guo <[email protected]>
1104 M:      Sascha Hauer <[email protected]>
1105 R:      Stefan Agner <[email protected]>
1106 L:      [email protected] (moderated for non-subscribers)
1107 S:      Maintained
1108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1109 F:      arch/arm/mach-imx/*vf610*
1110 F:      arch/arm/boot/dts/vf*
1111
1112 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1113 M:      Lennert Buytenhek <[email protected]>
1114 L:      [email protected] (moderated for non-subscribers)
1115 S:      Maintained
1116
1117 ARM/GUMSTIX MACHINE SUPPORT
1118 M:      Steve Sakoman <[email protected]>
1119 L:      [email protected] (moderated for non-subscribers)
1120 S:      Maintained
1121
1122 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1123 M:      Philipp Zabel <[email protected]>
1124 M:      Paul Parsons <[email protected]>
1125 L:      [email protected] (moderated for non-subscribers)
1126 S:      Maintained
1127 F:      arch/arm/mach-pxa/hx4700.c
1128 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1129 F:      sound/soc/pxa/hx4700.c
1130
1131 ARM/HISILICON SOC SUPPORT
1132 M:      Wei Xu <[email protected]>
1133 L:      [email protected] (moderated for non-subscribers)
1134 W:      http://www.hisilicon.com
1135 S:      Supported
1136 T:      git git://github.com/hisilicon/linux-hisi.git
1137 F:      arch/arm/mach-hisi/
1138
1139 ARM/HP JORNADA 7XX MACHINE SUPPORT
1140 M:      Kristoffer Ericson <[email protected]>
1141 W:      www.jlime.com
1142 S:      Maintained
1143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1144 F:      arch/arm/mach-sa1100/jornada720.c
1145 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1146
1147 ARM/IGEP MACHINE SUPPORT
1148 M:      Enric Balletbo i Serra <[email protected]>
1149 M:      Javier Martinez Canillas <[email protected]>
1150 L:      [email protected]
1151 L:      [email protected] (moderated for non-subscribers)
1152 S:      Maintained
1153 F:      arch/arm/boot/dts/omap3-igep*
1154
1155 ARM/INCOME PXA270 SUPPORT
1156 M:      Marek Vasut <[email protected]>
1157 L:      [email protected] (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1160
1161 ARM/INTEL IOP32X ARM ARCHITECTURE
1162 M:      Lennert Buytenhek <[email protected]>
1163 L:      [email protected] (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IOP33X ARM ARCHITECTURE
1167 L:      [email protected] (moderated for non-subscribers)
1168 S:      Orphan
1169
1170 ARM/INTEL IOP13XX ARM ARCHITECTURE
1171 M:      Lennert Buytenhek <[email protected]>
1172 L:      [email protected] (moderated for non-subscribers)
1173 S:      Maintained
1174
1175 ARM/INTEL IQ81342EX MACHINE SUPPORT
1176 M:      Lennert Buytenhek <[email protected]>
1177 L:      [email protected] (moderated for non-subscribers)
1178 S:      Maintained
1179
1180 ARM/INTEL IXDP2850 MACHINE SUPPORT
1181 M:      Lennert Buytenhek <[email protected]>
1182 L:      [email protected] (moderated for non-subscribers)
1183 S:      Maintained
1184
1185 ARM/INTEL IXP4XX ARM ARCHITECTURE
1186 M:      Imre Kaloz <[email protected]>
1187 M:      Krzysztof Halasa <[email protected]>
1188 L:      [email protected] (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-ixp4xx/
1191
1192 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1193 M:      Jonathan Cameron <[email protected]>
1194 L:      [email protected] (moderated for non-subscribers)
1195 S:      Maintained
1196 F:      arch/arm/mach-pxa/stargate2.c
1197 F:      drivers/pcmcia/pxa2xx_stargate2.c
1198
1199 ARM/INTEL XSC3 (MANZANO) ARM CORE
1200 M:      Lennert Buytenhek <[email protected]>
1201 L:      [email protected] (moderated for non-subscribers)
1202 S:      Maintained
1203
1204 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1205 M:      Lennert Buytenhek <[email protected]>
1206 L:      [email protected] (moderated for non-subscribers)
1207 S:      Maintained
1208
1209 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1210 M:      Santosh Shilimkar <[email protected]>
1211 L:      [email protected] (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/mach-keystone/
1214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1215
1216 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1217 M:      Santosh Shilimkar <[email protected]>
1218 L:      [email protected]
1219 S:      Maintained
1220 F:      drivers/clk/keystone/
1221
1222 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1223 M:      Santosh Shilimkar <[email protected]>
1224 L:      [email protected] (moderated for non-subscribers)
1225 L:      [email protected]
1226 S:      Maintained
1227 F:      drivers/clocksource/timer-keystone.c
1228
1229 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1230 M:      Santosh Shilimkar <[email protected]>
1231 L:      [email protected]
1232 S:      Maintained
1233 F:      drivers/power/reset/keystone-reset.c
1234
1235 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1236 M:      Santosh Shilimkar <[email protected]>
1237 L:      [email protected]
1238 S:      Maintained
1239 F:      drivers/memory/*emif*
1240
1241 ARM/LOGICPD PXA270 MACHINE SUPPORT
1242 M:      Lennert Buytenhek <[email protected]>
1243 L:      [email protected] (moderated for non-subscribers)
1244 S:      Maintained
1245
1246 ARM/LPC18XX ARCHITECTURE
1247 M:      Joachim Eastwood <[email protected]>
1248 L:      [email protected] (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/boot/dts/lpc43*
1251 F:      drivers/clk/nxp/clk-lpc18xx*
1252 F:      drivers/clocksource/time-lpc32xx.c
1253 F:      drivers/i2c/busses/i2c-lpc2k.c
1254 F:      drivers/memory/pl172.c
1255 F:      drivers/mtd/spi-nor/nxp-spifi.c
1256 F:      drivers/rtc/rtc-lpc24xx.c
1257 N:      lpc18xx
1258
1259 ARM/MAGICIAN MACHINE SUPPORT
1260 M:      Philipp Zabel <[email protected]>
1261 S:      Maintained
1262
1263 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1264 M:      Jason Cooper <[email protected]>
1265 M:      Andrew Lunn <[email protected]>
1266 M:      Gregory Clement <[email protected]>
1267 M:      Sebastian Hesselbarth <[email protected]>
1268 L:      [email protected] (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-mvebu/
1271 F:      drivers/rtc/rtc-armada38x.c
1272 F:      arch/arm/boot/dts/armada*
1273 F:      arch/arm/boot/dts/kirkwood*
1274
1275
1276 ARM/Marvell Berlin SoC support
1277 M:      Sebastian Hesselbarth <[email protected]>
1278 L:      [email protected] (moderated for non-subscribers)
1279 S:      Maintained
1280 F:      arch/arm/mach-berlin/
1281 F:      arch/arm/boot/dts/berlin*
1282
1283
1284 ARM/Marvell Dove/MV78xx0/Orion SOC support
1285 M:      Jason Cooper <[email protected]>
1286 M:      Andrew Lunn <[email protected]>
1287 M:      Sebastian Hesselbarth <[email protected]>
1288 M:      Gregory Clement <[email protected]>
1289 L:      [email protected] (moderated for non-subscribers)
1290 S:      Maintained
1291 F:      arch/arm/mach-dove/
1292 F:      arch/arm/mach-mv78xx0/
1293 F:      arch/arm/mach-orion5x/
1294 F:      arch/arm/plat-orion/
1295 F:      arch/arm/boot/dts/dove*
1296 F:      arch/arm/boot/dts/orion5x*
1297
1298
1299 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1300 M:      Alexander Clouter <[email protected]>
1301 L:      [email protected] (moderated for non-subscribers)
1302 W:      http://www.digriz.org.uk/ts78xx/kernel
1303 S:      Maintained
1304 F:      arch/arm/mach-orion5x/ts78xx-*
1305
1306 ARM/Mediatek RTC DRIVER
1307 M:      Eddie Huang <[email protected]>
1308 L:      [email protected] (moderated for non-subscribers)
1309 L:      [email protected] (moderated for non-subscribers)
1310 S:      Maintained
1311 F:      drivers/rtc/rtc-mt6397.c
1312
1313 ARM/Mediatek SoC support
1314 M:      Matthias Brugger <[email protected]>
1315 L:      [email protected] (moderated for non-subscribers)
1316 L:      [email protected] (moderated for non-subscribers)
1317 S:      Maintained
1318 F:      arch/arm/boot/dts/mt6*
1319 F:      arch/arm/boot/dts/mt8*
1320 F:      arch/arm/mach-mediatek/
1321 N:      mtk
1322 K:      mediatek
1323
1324 ARM/Mediatek USB3 PHY DRIVER
1325 M:      Chunfeng Yun <[email protected]>
1326 L:      [email protected] (moderated for non-subscribers)
1327 L:      [email protected] (moderated for non-subscribers)
1328 S:      Maintained
1329 F:      drivers/phy/phy-mt65xx-usb3.c
1330
1331 ARM/MICREL KS8695 ARCHITECTURE
1332 M:      Greg Ungerer <[email protected]>
1333 L:      [email protected] (moderated for non-subscribers)
1334 F:      arch/arm/mach-ks8695/
1335 S:      Odd Fixes
1336
1337 ARM/MIOA701 MACHINE SUPPORT
1338 M:      Robert Jarzmik <[email protected]>
1339 L:      [email protected] (moderated for non-subscribers)
1340 F:      arch/arm/mach-pxa/mioa701.c
1341 S:      Maintained
1342
1343 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1344 M:      Michael Petchkovsky <[email protected]>
1345 S:      Maintained
1346
1347 ARM/NOMADIK ARCHITECTURE
1348 M:      Alessandro Rubini <[email protected]>
1349 M:      Linus Walleij <[email protected]>
1350 L:      [email protected] (moderated for non-subscribers)
1351 S:      Maintained
1352 F:      arch/arm/mach-nomadik/
1353 F:      drivers/pinctrl/nomadik/
1354 F:      drivers/i2c/busses/i2c-nomadik.c
1355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1356
1357 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1358 M:      Nelson Castillo <[email protected]>
1359 L:      [email protected] (subscribers-only)
1360 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1361 S:      Supported
1362
1363 ARM/TOSA MACHINE SUPPORT
1364 M:      Dmitry Eremin-Solenikov <[email protected]>
1365 M:      Dirk Opfer <[email protected]>
1366 S:      Maintained
1367
1368 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1369 M:      Marek Vasut <[email protected]>
1370 L:      [email protected]
1371 W:      http://hackndev.com
1372 S:      Maintained
1373 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1374 F:      arch/arm/mach-pxa/palmtx.c
1375 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1376 F:      arch/arm/mach-pxa/palmt5.c
1377 F:      arch/arm/mach-pxa/include/mach/palmld.h
1378 F:      arch/arm/mach-pxa/palmld.c
1379 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1380 F:      arch/arm/mach-pxa/palmte2.c
1381 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1382 F:      arch/arm/mach-pxa/palmtc.c
1383
1384 ARM/PALM TREO SUPPORT
1385 M:      Tomas Cech <[email protected]>
1386 L:      [email protected]
1387 W:      http://hackndev.com
1388 S:      Maintained
1389 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1390 F:      arch/arm/mach-pxa/palmtreo.c
1391
1392 ARM/PALMZ72 SUPPORT
1393 M:      Sergey Lapin <[email protected]>
1394 L:      [email protected]
1395 W:      http://hackndev.com
1396 S:      Maintained
1397 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1398 F:      arch/arm/mach-pxa/palmz72.c
1399
1400 ARM/PLEB SUPPORT
1401 M:      Peter Chubb <[email protected]>
1402 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1403 S:      Maintained
1404
1405 ARM/PT DIGITAL BOARD PORT
1406 M:      Stefan Eletzhofer <[email protected]>
1407 L:      [email protected] (moderated for non-subscribers)
1408 W:      http://www.arm.linux.org.uk/
1409 S:      Maintained
1410
1411 ARM/QUALCOMM SUPPORT
1412 M:      Kumar Gala <[email protected]>
1413 M:      Andy Gross <[email protected]>
1414 M:      David Brown <[email protected]>
1415 L:      [email protected]
1416 L:      [email protected]
1417 S:      Maintained
1418 F:      arch/arm/mach-qcom/
1419 F:      drivers/soc/qcom/
1420 F:      drivers/tty/serial/msm_serial.h
1421 F:      drivers/tty/serial/msm_serial.c
1422 F:      drivers/*/pm8???-*
1423 F:      drivers/mfd/ssbi.c
1424 F:      drivers/firmware/qcom_scm.c
1425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1426
1427 ARM/RADISYS ENP2611 MACHINE SUPPORT
1428 M:      Lennert Buytenhek <[email protected]>
1429 L:      [email protected] (moderated for non-subscribers)
1430 S:      Maintained
1431
1432 ARM/RISCPC ARCHITECTURE
1433 M:      Russell King <[email protected]>
1434 L:      [email protected] (moderated for non-subscribers)
1435 W:      http://www.arm.linux.org.uk/
1436 S:      Maintained
1437 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1438 F:      arch/arm/include/asm/hardware/ioc.h
1439 F:      arch/arm/include/asm/hardware/iomd.h
1440 F:      arch/arm/include/asm/hardware/memc.h
1441 F:      arch/arm/mach-rpc/
1442 F:      drivers/net/ethernet/8390/etherh.c
1443 F:      drivers/net/ethernet/i825xx/ether1*
1444 F:      drivers/net/ethernet/seeq/ether3*
1445 F:      drivers/scsi/arm/
1446
1447 ARM/Rockchip SoC support
1448 M:      Heiko Stuebner <[email protected]>
1449 L:      [email protected] (moderated for non-subscribers)
1450 L:      [email protected]
1451 S:      Maintained
1452 F:      arch/arm/boot/dts/rk3*
1453 F:      arch/arm/mach-rockchip/
1454 F:      drivers/clk/rockchip/
1455 F:      drivers/i2c/busses/i2c-rk3x.c
1456 F:      drivers/*/*rockchip*
1457 F:      drivers/*/*/*rockchip*
1458 F:      sound/soc/rockchip/
1459 N:      rockchip
1460
1461 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1462 M:      Kukjin Kim <[email protected]>
1463 M:      Krzysztof Kozlowski <[email protected]>
1464 L:      [email protected] (moderated for non-subscribers)
1465 L:      [email protected] (moderated for non-subscribers)
1466 S:      Maintained
1467 F:      arch/arm/boot/dts/s3c*
1468 F:      arch/arm/boot/dts/exynos*
1469 F:      arch/arm64/boot/dts/exynos/
1470 F:      arch/arm/plat-samsung/
1471 F:      arch/arm/mach-s3c24*/
1472 F:      arch/arm/mach-s3c64xx/
1473 F:      arch/arm/mach-s5p*/
1474 F:      arch/arm/mach-exynos*/
1475 F:      drivers/*/*s3c2410*
1476 F:      drivers/*/*/*s3c2410*
1477 F:      drivers/spi/spi-s3c*
1478 F:      sound/soc/samsung/*
1479 F:      Documentation/arm/Samsung/
1480 F:      Documentation/devicetree/bindings/arm/samsung/
1481 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1482 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1483 N:      exynos
1484
1485 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1486 M:      Kyungmin Park <[email protected]>
1487 L:      [email protected] (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/mach-s5pv210/
1490
1491 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1492 M:      Kyungmin Park <[email protected]>
1493 M:      Kamil Debski <[email protected]>
1494 L:      [email protected]
1495 L:      [email protected]
1496 S:      Maintained
1497 F:      drivers/media/platform/s5p-g2d/
1498
1499 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1500 M:      Kyungmin Park <[email protected]>
1501 M:      Kamil Debski <[email protected]>
1502 M:      Jeongtae Park <[email protected]>
1503 L:      [email protected]
1504 L:      [email protected]
1505 S:      Maintained
1506 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1507 F:      drivers/media/platform/s5p-mfc/
1508
1509 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1510 M:      Kyungmin Park <[email protected]>
1511 M:      Tomasz Stanislawski <[email protected]>
1512 L:      [email protected]
1513 L:      [email protected]
1514 S:      Maintained
1515 F:      drivers/media/platform/s5p-tv/
1516
1517 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1518 M:      Andrzej Pietrasiewicz <[email protected]>
1519 M:      Jacek Anaszewski <[email protected]>
1520 L:      [email protected]
1521 L:      [email protected]
1522 S:      Maintained
1523 F:      drivers/media/platform/s5p-jpeg/
1524
1525 ARM/SHMOBILE ARM ARCHITECTURE
1526 M:      Simon Horman <[email protected]>
1527 M:      Magnus Damm <[email protected]>
1528 L:      [email protected]
1529 W:      http://oss.renesas.com
1530 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1532 S:      Supported
1533 F:      arch/arm/boot/dts/emev2*
1534 F:      arch/arm/boot/dts/r7s*
1535 F:      arch/arm/boot/dts/r8a*
1536 F:      arch/arm/boot/dts/sh*
1537 F:      arch/arm/configs/shmobile_defconfig
1538 F:      arch/arm/include/debug/renesas-scif.S
1539 F:      arch/arm/mach-shmobile/
1540 F:      drivers/sh/
1541
1542 ARM/SOCFPGA ARCHITECTURE
1543 M:      Dinh Nguyen <[email protected]>
1544 S:      Maintained
1545 F:      arch/arm/mach-socfpga/
1546 F:      arch/arm/boot/dts/socfpga*
1547 F:      arch/arm/configs/socfpga_defconfig
1548 W:      http://www.rocketboards.org
1549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1550
1551 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1552 M:      Dinh Nguyen <[email protected]>
1553 S:      Maintained
1554 F:      drivers/clk/socfpga/
1555
1556 ARM/SOCFPGA EDAC SUPPORT
1557 M:      Thor Thayer <[email protected]>
1558 S:      Maintained
1559 F:      drivers/edac/altera_edac.
1560
1561 ARM/STI ARCHITECTURE
1562 M:      Srinivas Kandagatla <[email protected]>
1563 M:      Maxime Coquelin <[email protected]>
1564 M:      Patrice Chotard <[email protected]>
1565 L:      [email protected] (moderated for non-subscribers)
1566 L:      [email protected]
1567 W:      http://www.stlinux.com
1568 S:      Maintained
1569 F:      arch/arm/mach-sti/
1570 F:      arch/arm/boot/dts/sti*
1571 F:      drivers/char/hw_random/st-rng.c
1572 F:      drivers/clocksource/arm_global_timer.c
1573 F:      drivers/clocksource/clksrc_st_lpc.c
1574 F:      drivers/i2c/busses/i2c-st.c
1575 F:      drivers/media/rc/st_rc.c
1576 F:      drivers/media/platform/sti/c8sectpfe/
1577 F:      drivers/mmc/host/sdhci-st.c
1578 F:      drivers/phy/phy-miphy28lp.c
1579 F:      drivers/phy/phy-miphy365x.c
1580 F:      drivers/phy/phy-stih407-usb.c
1581 F:      drivers/phy/phy-stih41x-usb.c
1582 F:      drivers/pinctrl/pinctrl-st.c
1583 F:      drivers/reset/sti/
1584 F:      drivers/rtc/rtc-st-lpc.c
1585 F:      drivers/tty/serial/st-asc.c
1586 F:      drivers/usb/dwc3/dwc3-st.c
1587 F:      drivers/usb/host/ehci-st.c
1588 F:      drivers/usb/host/ohci-st.c
1589 F:      drivers/watchdog/st_lpc_wdt.c
1590 F:      drivers/ata/ahci_st.c
1591
1592 ARM/STM32 ARCHITECTURE
1593 M:      Maxime Coquelin <[email protected]>
1594 L:      [email protected] (moderated for non-subscribers)
1595 S:      Maintained
1596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1597 N:      stm32
1598 F:      drivers/clocksource/armv7m_systick.c
1599
1600 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1601 M:      Lennert Buytenhek <[email protected]>
1602 L:      [email protected] (moderated for non-subscribers)
1603 S:      Maintained
1604
1605 ARM/TETON BGA MACHINE SUPPORT
1606 M:      "Mark F. Brown" <[email protected]>
1607 L:      [email protected] (moderated for non-subscribers)
1608 S:      Maintained
1609
1610 ARM/THECUS N2100 MACHINE SUPPORT
1611 M:      Lennert Buytenhek <[email protected]>
1612 L:      [email protected] (moderated for non-subscribers)
1613 S:      Maintained
1614
1615 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1616 M:      Wan ZongShun <[email protected]>
1617 L:      [email protected] (moderated for non-subscribers)
1618 W:      http://www.mcuos.com
1619 S:      Maintained
1620 F:      arch/arm/mach-w90x900/
1621 F:      drivers/input/keyboard/w90p910_keypad.c
1622 F:      drivers/input/touchscreen/w90p910_ts.c
1623 F:      drivers/watchdog/nuc900_wdt.c
1624 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1625 F:      drivers/mtd/nand/nuc900_nand.c
1626 F:      drivers/rtc/rtc-nuc900.c
1627 F:      drivers/spi/spi-nuc900.c
1628 F:      drivers/usb/host/ehci-w90x900.c
1629 F:      drivers/video/fbdev/nuc900fb.c
1630
1631 ARM/U300 MACHINE SUPPORT
1632 M:      Linus Walleij <[email protected]>
1633 L:      [email protected] (moderated for non-subscribers)
1634 S:      Supported
1635 F:      arch/arm/mach-u300/
1636 F:      drivers/clocksource/timer-u300.c
1637 F:      drivers/i2c/busses/i2c-stu300.c
1638 F:      drivers/rtc/rtc-coh901331.c
1639 F:      drivers/watchdog/coh901327_wdt.c
1640 F:      drivers/dma/coh901318*
1641 F:      drivers/mfd/ab3100*
1642 F:      drivers/rtc/rtc-ab3100.c
1643 F:      drivers/rtc/rtc-coh901331.c
1644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1645
1646 ARM/UNIPHIER ARCHITECTURE
1647 M:      Masahiro Yamada <[email protected]>
1648 L:      [email protected] (moderated for non-subscribers)
1649 S:      Maintained
1650 F:      arch/arm/boot/dts/uniphier*
1651 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1652 F:      arch/arm/mach-uniphier/
1653 F:      arch/arm/mm/cache-uniphier.c
1654 F:      drivers/i2c/busses/i2c-uniphier*
1655 F:      drivers/pinctrl/uniphier/
1656 F:      drivers/tty/serial/8250/8250_uniphier.c
1657 N:      uniphier
1658
1659 ARM/Ux500 ARM ARCHITECTURE
1660 M:      Linus Walleij <[email protected]>
1661 L:      [email protected] (moderated for non-subscribers)
1662 S:      Maintained
1663 F:      arch/arm/mach-ux500/
1664 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1665 F:      drivers/dma/ste_dma40*
1666 F:      drivers/hwspinlock/u8500_hsem.c
1667 F:      drivers/mfd/abx500*
1668 F:      drivers/mfd/ab8500*
1669 F:      drivers/mfd/dbx500*
1670 F:      drivers/mfd/db8500*
1671 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1672 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1673 F:      drivers/rtc/rtc-ab8500.c
1674 F:      drivers/rtc/rtc-pl031.c
1675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1676
1677 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1678 M:      Ulf Hansson <[email protected]>
1679 L:      [email protected] (moderated for non-subscribers)
1680 T:      git git://git.linaro.org/people/ulfh/clk.git
1681 S:      Maintained
1682 F:      drivers/clk/ux500/
1683 F:      include/linux/platform_data/clk-ux500.h
1684
1685 ARM/VERSATILE EXPRESS PLATFORM
1686 M:      Liviu Dudau <[email protected]>
1687 M:      Sudeep Holla <[email protected]>
1688 M:      Lorenzo Pieralisi <[email protected]>
1689 L:      [email protected] (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/boot/dts/vexpress*
1692 F:      arch/arm64/boot/dts/arm/vexpress*
1693 F:      arch/arm/mach-vexpress/
1694 F:      */*/vexpress*
1695 F:      */*/*/vexpress*
1696 F:      drivers/clk/versatile/clk-vexpress-osc.c
1697 F:      drivers/clocksource/versatile.c
1698
1699 ARM/VFP SUPPORT
1700 M:      Russell King <[email protected]>
1701 L:      [email protected] (moderated for non-subscribers)
1702 W:      http://www.arm.linux.org.uk/
1703 S:      Maintained
1704 F:      arch/arm/vfp/
1705
1706 ARM/VOIPAC PXA270 SUPPORT
1707 M:      Marek Vasut <[email protected]>
1708 L:      [email protected] (moderated for non-subscribers)
1709 S:      Maintained
1710 F:      arch/arm/mach-pxa/vpac270.c
1711 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1712
1713 ARM/VT8500 ARM ARCHITECTURE
1714 M:      Tony Prisk <[email protected]>
1715 L:      [email protected] (moderated for non-subscribers)
1716 S:      Maintained
1717 F:      arch/arm/mach-vt8500/
1718 F:      drivers/clocksource/vt8500_timer.c
1719 F:      drivers/i2c/busses/i2c-wmt.c
1720 F:      drivers/mmc/host/wmt-sdmmc.c
1721 F:      drivers/pwm/pwm-vt8500.c
1722 F:      drivers/rtc/rtc-vt8500.c
1723 F:      drivers/tty/serial/vt8500_serial.c
1724 F:      drivers/usb/host/ehci-platform.c
1725 F:      drivers/usb/host/uhci-platform.c
1726 F:      drivers/video/fbdev/vt8500lcdfb.*
1727 F:      drivers/video/fbdev/wm8505fb*
1728 F:      drivers/video/fbdev/wmt_ge_rops.*
1729
1730 ARM/ZIPIT Z2 SUPPORT
1731 M:      Marek Vasut <[email protected]>
1732 L:      [email protected] (moderated for non-subscribers)
1733 S:      Maintained
1734 F:      arch/arm/mach-pxa/z2.c
1735 F:      arch/arm/mach-pxa/include/mach/z2.h
1736
1737 ARM/ZTE ARCHITECTURE
1738 M:      Jun Nie <[email protected]>
1739 L:      [email protected] (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      arch/arm/mach-zx/
1742 F:      drivers/clk/zte/
1743 F:      Documentation/devicetree/bindings/arm/zte.txt
1744 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1745
1746 ARM/ZYNQ ARCHITECTURE
1747 M:      Michal Simek <[email protected]>
1748 R:      Sören Brinkmann <[email protected]>
1749 L:      [email protected] (moderated for non-subscribers)
1750 W:      http://wiki.xilinx.com
1751 T:      git https://github.com/Xilinx/linux-xlnx.git
1752 S:      Supported
1753 F:      arch/arm/mach-zynq/
1754 F:      drivers/cpuidle/cpuidle-zynq.c
1755 F:      drivers/block/xsysace.c
1756 N:      zynq
1757 N:      xilinx
1758 F:      drivers/clocksource/cadence_ttc_timer.c
1759 F:      drivers/i2c/busses/i2c-cadence.c
1760 F:      drivers/mmc/host/sdhci-of-arasan.c
1761 F:      drivers/edac/synopsys_edac.c
1762
1763 ARM SMMU DRIVERS
1764 M:      Will Deacon <[email protected]>
1765 L:      [email protected] (moderated for non-subscribers)
1766 S:      Maintained
1767 F:      drivers/iommu/arm-smmu.c
1768 F:      drivers/iommu/arm-smmu-v3.c
1769 F:      drivers/iommu/io-pgtable-arm.c
1770
1771 ARM64 PORT (AARCH64 ARCHITECTURE)
1772 M:      Catalin Marinas <[email protected]>
1773 M:      Will Deacon <[email protected]>
1774 L:      [email protected] (moderated for non-subscribers)
1775 S:      Maintained
1776 F:      arch/arm64/
1777 F:      Documentation/arm64/
1778
1779 AS3645A LED FLASH CONTROLLER DRIVER
1780 M:      Laurent Pinchart <[email protected]>
1781 L:      [email protected]
1782 T:      git git://linuxtv.org/media_tree.git
1783 S:      Maintained
1784 F:      drivers/media/i2c/as3645a.c
1785 F:      include/media/i2c/as3645a.h
1786
1787 ASC7621 HARDWARE MONITOR DRIVER
1788 M:      George Joseph <[email protected]>
1789 L:      [email protected]
1790 S:      Maintained
1791 F:      Documentation/hwmon/asc7621
1792 F:      drivers/hwmon/asc7621.c
1793
1794 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1795 M:      Corentin Chary <[email protected]>
1796 L:      [email protected]
1797 L:      [email protected]
1798 W:      http://acpi4asus.sf.net
1799 S:      Maintained
1800 F:      drivers/platform/x86/asus*.c
1801 F:      drivers/platform/x86/eeepc*.c
1802
1803 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1804 R:      Dan Williams <[email protected]>
1805 W:      http://sourceforge.net/projects/xscaleiop
1806 S:      Odd fixes
1807 F:      Documentation/crypto/async-tx-api.txt
1808 F:      crypto/async_tx/
1809 F:      drivers/dma/
1810 F:      include/linux/dmaengine.h
1811 F:      include/linux/async_tx.h
1812
1813 AT24 EEPROM DRIVER
1814 M:      Wolfram Sang <[email protected]>
1815 L:      [email protected]
1816 S:      Maintained
1817 F:      drivers/misc/eeprom/at24.c
1818 F:      include/linux/platform_data/at24.h
1819
1820 ATA OVER ETHERNET (AOE) DRIVER
1821 M:      "Ed L. Cashin" <[email protected]>
1822 W:      http://www.openaoe.org/
1823 S:      Supported
1824 F:      Documentation/aoe/
1825 F:      drivers/block/aoe/
1826
1827 ATHEROS 71XX/9XXX GPIO DRIVER
1828 M:      Alban Bedel <[email protected]>
1829 W:      https://github.com/AlbanBedel/linux
1830 T:      git git://github.com/AlbanBedel/linux
1831 S:      Maintained
1832 F:      drivers/gpio/gpio-ath79.c
1833 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1834
1835 ATHEROS ATH GENERIC UTILITIES
1836 M:      "Luis R. Rodriguez" <[email protected]>
1837 L:      [email protected]
1838 S:      Supported
1839 F:      drivers/net/wireless/ath/*
1840
1841 ATHEROS ATH5K WIRELESS DRIVER
1842 M:      Jiri Slaby <[email protected]>
1843 M:      Nick Kossifidis <[email protected]>
1844 M:      "Luis R. Rodriguez" <[email protected]>
1845 L:      [email protected]
1846 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1847 S:      Maintained
1848 F:      drivers/net/wireless/ath/ath5k/
1849
1850 ATHEROS ATH6KL WIRELESS DRIVER
1851 M:      Kalle Valo <[email protected]>
1852 L:      [email protected]
1853 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1854 T:      git git://github.com/kvalo/ath.git
1855 S:      Supported
1856 F:      drivers/net/wireless/ath/ath6kl/
1857
1858 WILOCITY WIL6210 WIRELESS DRIVER
1859 M:      Maya Erez <[email protected]>
1860 L:      [email protected]
1861 L:      [email protected]
1862 S:      Supported
1863 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1864 F:      drivers/net/wireless/ath/wil6210/
1865 F:      include/uapi/linux/wil6210_uapi.h
1866
1867 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1868 M:      Christian Lamparter <[email protected]>
1869 L:      [email protected]
1870 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1871 S:      Maintained
1872 F:      drivers/net/wireless/ath/carl9170/
1873
1874 ATK0110 HWMON DRIVER
1875 M:      Luca Tettamanti <[email protected]>
1876 L:      [email protected]
1877 S:      Maintained
1878 F:      drivers/hwmon/asus_atk0110.c
1879
1880 ATI_REMOTE2 DRIVER
1881 M:      Ville Syrjala <[email protected]>
1882 S:      Maintained
1883 F:      drivers/input/misc/ati_remote2.c
1884
1885 ATLX ETHERNET DRIVERS
1886 M:      Jay Cliburn <[email protected]>
1887 M:      Chris Snook <[email protected]>
1888 L:      [email protected]
1889 W:      http://sourceforge.net/projects/atl1
1890 W:      http://atl1.sourceforge.net
1891 S:      Maintained
1892 F:      drivers/net/ethernet/atheros/
1893
1894 ATM
1895 M:      Chas Williams <[email protected]>
1896 L:      [email protected] (moderated for non-subscribers)
1897 L:      [email protected]
1898 W:      http://linux-atm.sourceforge.net
1899 S:      Maintained
1900 F:      drivers/atm/
1901 F:      include/linux/atm*
1902 F:      include/uapi/linux/atm*
1903
1904 ATMEL AT91 / AT32 MCI DRIVER
1905 M:      Ludovic Desroches <[email protected]>
1906 S:      Maintained
1907 F:      drivers/mmc/host/atmel-mci.c
1908
1909 ATMEL AT91 / AT32 SERIAL DRIVER
1910 M:      Nicolas Ferre <[email protected]>
1911 S:      Supported
1912 F:      drivers/tty/serial/atmel_serial.c
1913
1914 ATMEL Audio ALSA driver
1915 M:      Nicolas Ferre <[email protected]>
1916 L:      [email protected] (moderated for non-subscribers)
1917 S:      Supported
1918 F:      sound/soc/atmel
1919
1920 ATMEL DMA DRIVER
1921 M:      Nicolas Ferre <[email protected]>
1922 L:      [email protected] (moderated for non-subscribers)
1923 S:      Supported
1924 F:      drivers/dma/at_hdmac.c
1925 F:      drivers/dma/at_hdmac_regs.h
1926 F:      include/linux/platform_data/dma-atmel.h
1927
1928 ATMEL XDMA DRIVER
1929 M:      Ludovic Desroches <[email protected]>
1930 L:      [email protected]
1931 L:      [email protected]
1932 S:      Supported
1933 F:      drivers/dma/at_xdmac.c
1934
1935 ATMEL I2C DRIVER
1936 M:      Ludovic Desroches <[email protected]>
1937 L:      [email protected]
1938 S:      Supported
1939 F:      drivers/i2c/busses/i2c-at91.c
1940
1941 ATMEL ISI DRIVER
1942 M:      Ludovic Desroches <[email protected]>
1943 L:      [email protected]
1944 S:      Supported
1945 F:      drivers/media/platform/soc_camera/atmel-isi.c
1946 F:      include/media/atmel-isi.h
1947
1948 ATMEL LCDFB DRIVER
1949 M:      Nicolas Ferre <[email protected]>
1950 L:      [email protected]
1951 S:      Maintained
1952 F:      drivers/video/fbdev/atmel_lcdfb.c
1953 F:      include/video/atmel_lcdc.h
1954
1955 ATMEL MACB ETHERNET DRIVER
1956 M:      Nicolas Ferre <[email protected]>
1957 S:      Supported
1958 F:      drivers/net/ethernet/cadence/
1959
1960 ATMEL NAND DRIVER
1961 M:      Wenyou Yang <[email protected]>
1962 M:      Josh Wu <[email protected]>
1963 L:      [email protected]
1964 S:      Supported
1965 F:      drivers/mtd/nand/atmel_nand*
1966
1967 ATMEL SDMMC DRIVER
1968 M:      Ludovic Desroches <[email protected]>
1969 L:      [email protected]
1970 S:      Supported
1971 F:      drivers/mmc/host/sdhci-of-at91.c
1972
1973 ATMEL SPI DRIVER
1974 M:      Nicolas Ferre <[email protected]>
1975 S:      Supported
1976 F:      drivers/spi/spi-atmel.*
1977
1978 ATMEL SSC DRIVER
1979 M:      Nicolas Ferre <[email protected]>
1980 L:      [email protected] (moderated for non-subscribers)
1981 S:      Supported
1982 F:      drivers/misc/atmel-ssc.c
1983 F:      include/linux/atmel-ssc.h
1984
1985 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1986 M:      Nicolas Ferre <[email protected]>
1987 L:      [email protected] (moderated for non-subscribers)
1988 S:      Supported
1989 F:      drivers/misc/atmel_tclib.c
1990 F:      drivers/clocksource/tcb_clksrc.c
1991
1992 ATMEL USBA UDC DRIVER
1993 M:      Nicolas Ferre <[email protected]>
1994 L:      [email protected] (moderated for non-subscribers)
1995 S:      Supported
1996 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1997
1998 ATMEL WIRELESS DRIVER
1999 M:      Simon Kelley <[email protected]>
2000 L:      [email protected]
2001 W:      http://www.thekelleys.org.uk/atmel
2002 W:      http://atmelwlandriver.sourceforge.net/
2003 S:      Maintained
2004 F:      drivers/net/wireless/atmel/atmel*
2005
2006 ATMEL MAXTOUCH DRIVER
2007 M:      Nick Dyer <[email protected]>
2008 T:      git git://github.com/atmel-maxtouch/linux.git
2009 S:      Supported
2010 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2011 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2012 F:      include/linux/platform_data/atmel_mxt_ts.h
2013
2014 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2015 M:      Bradley Grove <[email protected]>
2016 L:      [email protected]
2017 W:      http://www.attotech.com
2018 S:      Supported
2019 F:      drivers/scsi/esas2r
2020
2021 ATUSB IEEE 802.15.4 RADIO DRIVER
2022 M:      Stefan Schmidt <[email protected]>
2023 L:      [email protected]
2024 S:      Maintained
2025 F:      drivers/net/ieee802154/atusb.c
2026 F:      drivers/net/ieee802154/atusb.h
2027 F:      drivers/net/ieee802154/at86rf230.h
2028
2029 AUDIT SUBSYSTEM
2030 M:      Paul Moore <[email protected]>
2031 M:      Eric Paris <[email protected]>
2032 L:      [email protected] (moderated for non-subscribers)
2033 W:      http://people.redhat.com/sgrubb/audit/
2034 T:      git git://git.infradead.org/users/pcmoore/audit
2035 S:      Maintained
2036 F:      include/linux/audit.h
2037 F:      include/uapi/linux/audit.h
2038 F:      kernel/audit*
2039
2040 AUXILIARY DISPLAY DRIVERS
2041 M:      Miguel Ojeda Sandonis <[email protected]>
2042 W:      http://miguelojeda.es/auxdisplay.htm
2043 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2044 S:      Maintained
2045 F:      drivers/auxdisplay/
2046 F:      include/linux/cfag12864b.h
2047
2048 AVR32 ARCHITECTURE
2049 M:      Haavard Skinnemoen <[email protected]>
2050 M:      Hans-Christian Egtvedt <[email protected]>
2051 W:      http://www.atmel.com/products/AVR32/
2052 W:      http://mirror.egtvedt.no/avr32linux.org/
2053 W:      http://avrfreaks.net/
2054 S:      Maintained
2055 F:      arch/avr32/
2056
2057 AVR32/AT32AP MACHINE SUPPORT
2058 M:      Haavard Skinnemoen <[email protected]>
2059 M:      Hans-Christian Egtvedt <[email protected]>
2060 S:      Maintained
2061 F:      arch/avr32/mach-at32ap/
2062
2063 AX.25 NETWORK LAYER
2064 M:      Ralf Baechle <[email protected]>
2065 L:      [email protected]
2066 W:      http://www.linux-ax25.org/
2067 S:      Maintained
2068 F:      include/uapi/linux/ax25.h
2069 F:      include/net/ax25.h
2070 F:      net/ax25/
2071
2072 AZ6007 DVB DRIVER
2073 M:      Mauro Carvalho Chehab <[email protected]>
2074 L:      [email protected]
2075 W:      https://linuxtv.org
2076 T:      git git://linuxtv.org/media_tree.git
2077 S:      Maintained
2078 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2079
2080 AZTECH FM RADIO RECEIVER DRIVER
2081 M:      Hans Verkuil <[email protected]>
2082 L:      [email protected]
2083 T:      git git://linuxtv.org/media_tree.git
2084 W:      https://linuxtv.org
2085 S:      Maintained
2086 F:      drivers/media/radio/radio-aztech*
2087
2088 B43 WIRELESS DRIVER
2089 L:      [email protected]
2090 L:      [email protected]
2091 W:      http://wireless.kernel.org/en/users/Drivers/b43
2092 S:      Odd Fixes
2093 F:      drivers/net/wireless/broadcom/b43/
2094
2095 B43LEGACY WIRELESS DRIVER
2096 M:      Larry Finger <[email protected]>
2097 L:      [email protected]
2098 L:      [email protected]
2099 W:      http://wireless.kernel.org/en/users/Drivers/b43
2100 S:      Maintained
2101 F:      drivers/net/wireless/broadcom/b43legacy/
2102
2103 BACKLIGHT CLASS/SUBSYSTEM
2104 M:      Jingoo Han <[email protected]>
2105 M:      Lee Jones <[email protected]>
2106 S:      Maintained
2107 F:      drivers/video/backlight/
2108 F:      include/linux/backlight.h
2109
2110 BATMAN ADVANCED
2111 M:      Marek Lindner <[email protected]>
2112 M:      Simon Wunderlich <[email protected]>
2113 M:      Antonio Quartulli <[email protected]>
2114 L:      [email protected]
2115 W:      http://www.open-mesh.org/
2116 S:      Maintained
2117 F:      net/batman-adv/
2118
2119 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2120 M:      Thomas Sailer <[email protected]>
2121 L:      [email protected]
2122 W:      http://www.baycom.org/~tom/ham/ham.html
2123 S:      Maintained
2124 F:      drivers/net/hamradio/baycom*
2125
2126 BCACHE (BLOCK LAYER CACHE)
2127 M:      Kent Overstreet <[email protected]>
2128 L:      [email protected]
2129 W:      http://bcache.evilpiepirate.org
2130 S:      Maintained
2131 F:      drivers/md/bcache/
2132
2133 BDISP ST MEDIA DRIVER
2134 M:      Fabien Dessenne <[email protected]>
2135 L:      [email protected]
2136 T:      git git://linuxtv.org/media_tree.git
2137 W:      https://linuxtv.org
2138 S:      Supported
2139 F:      drivers/media/platform/sti/bdisp
2140
2141 BEFS FILE SYSTEM
2142 S:      Orphan
2143 F:      Documentation/filesystems/befs.txt
2144 F:      fs/befs/
2145
2146 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2147 M:      Dariusz Marcinkiewicz <[email protected]>
2148 L:      [email protected]
2149 S:      Maintained
2150 F:      drivers/net/ethernet/ec_bhf.c
2151
2152 BFS FILE SYSTEM
2153 M:      "Tigran A. Aivazian" <[email protected]>
2154 S:      Maintained
2155 F:      Documentation/filesystems/bfs.txt
2156 F:      fs/bfs/
2157 F:      include/uapi/linux/bfs_fs.h
2158
2159 BLACKFIN ARCHITECTURE
2160 M:      Steven Miao <[email protected]>
2161 L:      [email protected] (moderated for non-subscribers)
2162 T:      git git://git.code.sf.net/p/adi-linux/code
2163 W:      http://blackfin.uclinux.org
2164 S:      Supported
2165 F:      arch/blackfin/
2166
2167 BLACKFIN EMAC DRIVER
2168 L:      [email protected] (moderated for non-subscribers)
2169 W:      http://blackfin.uclinux.org
2170 S:      Supported
2171 F:      drivers/net/ethernet/adi/
2172
2173 BLACKFIN RTC DRIVER
2174 L:      [email protected] (moderated for non-subscribers)
2175 W:      http://blackfin.uclinux.org
2176 S:      Supported
2177 F:      drivers/rtc/rtc-bfin.c
2178
2179 BLACKFIN SDH DRIVER
2180 M:      Sonic Zhang <[email protected]>
2181 L:      [email protected] (moderated for non-subscribers)
2182 W:      http://blackfin.uclinux.org
2183 S:      Supported
2184 F:      drivers/mmc/host/bfin_sdh.c
2185
2186 BLACKFIN SERIAL DRIVER
2187 M:      Sonic Zhang <[email protected]>
2188 L:      [email protected] (moderated for non-subscribers)
2189 W:      http://blackfin.uclinux.org
2190 S:      Supported
2191 F:      drivers/tty/serial/bfin_uart.c
2192
2193 BLACKFIN WATCHDOG DRIVER
2194 L:      [email protected] (moderated for non-subscribers)
2195 W:      http://blackfin.uclinux.org
2196 S:      Supported
2197 F:      drivers/watchdog/bfin_wdt.c
2198
2199 BLACKFIN I2C TWI DRIVER
2200 M:      Sonic Zhang <[email protected]>
2201 L:      [email protected] (moderated for non-subscribers)
2202 W:      http://blackfin.uclinux.org/
2203 S:      Supported
2204 F:      drivers/i2c/busses/i2c-bfin-twi.c
2205
2206 BLACKFIN MEDIA DRIVER
2207 M:      Scott Jiang <[email protected]>
2208 L:      [email protected] (moderated for non-subscribers)
2209 W:      http://blackfin.uclinux.org/
2210 S:      Supported
2211 F:      drivers/media/platform/blackfin/
2212 F:      drivers/media/i2c/adv7183*
2213 F:      drivers/media/i2c/vs6624*
2214
2215 BLINKM RGB LED DRIVER
2216 M:      Jan-Simon Moeller <[email protected]>
2217 S:      Maintained
2218 F:      drivers/leds/leds-blinkm.c
2219
2220 BLOCK LAYER
2221 M:      Jens Axboe <[email protected]>
2222 L:      [email protected]
2223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2224 S:      Maintained
2225 F:      block/
2226 F:      kernel/trace/blktrace.c
2227
2228 BLOCK2MTD DRIVER
2229 M:      Joern Engel <[email protected]>
2230 L:      [email protected]
2231 S:      Maintained
2232 F:      drivers/mtd/devices/block2mtd.c
2233
2234 BLUETOOTH DRIVERS
2235 M:      Marcel Holtmann <[email protected]>
2236 M:      Gustavo Padovan <[email protected]>
2237 M:      Johan Hedberg <[email protected]>
2238 L:      [email protected]
2239 W:      http://www.bluez.org/
2240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2242 S:      Maintained
2243 F:      drivers/bluetooth/
2244
2245 BLUETOOTH SUBSYSTEM
2246 M:      Marcel Holtmann <[email protected]>
2247 M:      Gustavo Padovan <[email protected]>
2248 M:      Johan Hedberg <[email protected]>
2249 L:      [email protected]
2250 W:      http://www.bluez.org/
2251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2253 S:      Maintained
2254 F:      net/bluetooth/
2255 F:      include/net/bluetooth/
2256
2257 BONDING DRIVER
2258 M:      Jay Vosburgh <[email protected]>
2259 M:      Veaceslav Falico <[email protected]>
2260 M:      Andy Gospodarek <[email protected]>
2261 L:      [email protected]
2262 W:      http://sourceforge.net/projects/bonding/
2263 S:      Supported
2264 F:      drivers/net/bonding/
2265 F:      include/uapi/linux/if_bonding.h
2266
2267 BPF (Safe dynamic programs and tools)
2268 M:      Alexei Starovoitov <[email protected]>
2269 L:      [email protected]
2270 L:      [email protected]
2271 S:      Supported
2272 F:      kernel/bpf/
2273
2274 BROADCOM B44 10/100 ETHERNET DRIVER
2275 M:      Gary Zambrano <[email protected]>
2276 L:      [email protected]
2277 S:      Supported
2278 F:      drivers/net/ethernet/broadcom/b44.*
2279
2280 BROADCOM GENET ETHERNET DRIVER
2281 M:      Florian Fainelli <[email protected]>
2282 L:      [email protected]
2283 S:      Supported
2284 F:      drivers/net/ethernet/broadcom/genet/
2285
2286 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2287 M:      Sony Chacko <[email protected]>
2288 M:      [email protected]
2289 L:      [email protected]
2290 S:      Supported
2291 F:      drivers/net/ethernet/broadcom/bnx2.*
2292 F:      drivers/net/ethernet/broadcom/bnx2_*
2293
2294 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2295 M:      Ariel Elior <[email protected]>
2296 L:      [email protected]
2297 S:      Supported
2298 F:      drivers/net/ethernet/broadcom/bnx2x/
2299
2300 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2301 M:      Florian Fainelli <[email protected]>
2302 M:      Ray Jui <[email protected]>
2303 M:      Scott Branden <[email protected]>
2304 L:      [email protected]
2305 T:      git git://github.com/broadcom/mach-bcm
2306 S:      Maintained
2307 F:      arch/arm/mach-bcm/
2308 F:      arch/arm/boot/dts/bcm113*
2309 F:      arch/arm/boot/dts/bcm216*
2310 F:      arch/arm/boot/dts/bcm281*
2311 F:      arch/arm/configs/bcm_defconfig
2312 F:      drivers/mmc/host/sdhci-bcm-kona.c
2313 F:      drivers/clocksource/bcm_kona_timer.c
2314
2315 BROADCOM BCM2835 ARM ARCHITECTURE
2316 M:      Stephen Warren <[email protected]>
2317 M:      Lee Jones <[email protected]>
2318 M:      Eric Anholt <[email protected]>
2319 L:      [email protected] (moderated for non-subscribers)
2320 L:      [email protected] (moderated for non-subscribers)
2321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2322 S:      Maintained
2323 N:      bcm2835
2324
2325 BROADCOM BCM33XX MIPS ARCHITECTURE
2326 M:      Kevin Cernekee <[email protected]>
2327 L:      [email protected]
2328 S:      Maintained
2329 F:      arch/mips/bcm3384/*
2330 F:      arch/mips/include/asm/mach-bcm3384/*
2331 F:      arch/mips/kernel/*bmips*
2332
2333 BROADCOM BCM47XX MIPS ARCHITECTURE
2334 M:      Hauke Mehrtens <[email protected]>
2335 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2336 L:      [email protected]
2337 S:      Maintained
2338 F:      arch/mips/bcm47xx/*
2339 F:      arch/mips/include/asm/mach-bcm47xx/*
2340
2341 BROADCOM BCM5301X ARM ARCHITECTURE
2342 M:      Hauke Mehrtens <[email protected]>
2343 L:      [email protected]
2344 S:      Maintained
2345 F:      arch/arm/mach-bcm/bcm_5301x.c
2346 F:      arch/arm/boot/dts/bcm5301x.dtsi
2347 F:      arch/arm/boot/dts/bcm470*
2348
2349 BROADCOM BCM63XX ARM ARCHITECTURE
2350 M:      Florian Fainelli <[email protected]>
2351 L:      [email protected]
2352 T:      git git://github.com/broadcom/arm-bcm63xx.git
2353 S:      Maintained
2354 F:      arch/arm/mach-bcm/bcm63xx.c
2355 F:      arch/arm/include/debug/bcm63xx.S
2356
2357 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2358 M:      Kevin Cernekee <[email protected]>
2359 L:      [email protected]
2360 S:      Maintained
2361 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2362
2363 BROADCOM BCM7XXX ARM ARCHITECTURE
2364 M:      Brian Norris <[email protected]>
2365 M:      Gregory Fong <[email protected]>
2366 M:      Florian Fainelli <[email protected]>
2367 L:      [email protected] (moderated for non-subscribers)
2368 T:      git git://github.com/broadcom/stblinux.git
2369 S:      Maintained
2370 F:      arch/arm/mach-bcm/*brcmstb*
2371 F:      arch/arm/boot/dts/bcm7*.dts*
2372 F:      drivers/bus/brcmstb_gisb.c
2373 N:      brcmstb
2374
2375 BROADCOM BMIPS MIPS ARCHITECTURE
2376 M:      Kevin Cernekee <[email protected]>
2377 M:      Florian Fainelli <[email protected]>
2378 L:      [email protected]
2379 T:      git git://github.com/broadcom/stblinux.git
2380 S:      Maintained
2381 F:      arch/mips/bmips/*
2382 F:      arch/mips/include/asm/mach-bmips/*
2383 F:      arch/mips/kernel/*bmips*
2384 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2385 F:      drivers/irqchip/irq-bcm7*
2386 F:      drivers/irqchip/irq-brcmstb*
2387
2388 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2389 M:      Prashant Sreedharan <[email protected]>
2390 M:      Michael Chan <[email protected]>
2391 L:      [email protected]
2392 S:      Supported
2393 F:      drivers/net/ethernet/broadcom/tg3.*
2394
2395 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2396 M:      Brett Rudley <[email protected]>
2397 M:      Arend van Spriel <[email protected]>
2398 M:      Franky (Zhenhui) Lin <[email protected]>
2399 M:      Hante Meuleman <[email protected]>
2400 L:      [email protected]
2401 L:      [email protected]
2402 S:      Supported
2403 F:      drivers/net/wireless/broadcom/brcm80211/
2404
2405 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2406 M:      [email protected]
2407 L:      [email protected]
2408 S:      Supported
2409 F:      drivers/scsi/bnx2fc/
2410
2411 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2412 M:      [email protected]
2413 L:      [email protected]
2414 S:      Supported
2415 F:      drivers/scsi/bnx2i/
2416
2417 BROADCOM IPROC ARM ARCHITECTURE
2418 M:      Ray Jui <[email protected]>
2419 M:      Scott Branden <[email protected]>
2420 M:      Jon Mason <[email protected]>
2421 L:      [email protected] (moderated for non-subscribers)
2422 L:      [email protected]
2423 T:      git git://github.com/broadcom/cygnus-linux.git
2424 S:      Maintained
2425 N:      iproc
2426 N:      cygnus
2427 N:      nsp
2428 N:      bcm9113*
2429 N:      bcm9583*
2430 N:      bcm9585*
2431 N:      bcm9586*
2432 N:      bcm988312
2433 N:      bcm113*
2434 N:      bcm583*
2435 N:      bcm585*
2436 N:      bcm586*
2437 N:      bcm88312
2438
2439 BROADCOM BRCMSTB GPIO DRIVER
2440 M:      Gregory Fong <[email protected]>
2441 L:      [email protected]>
2442 S:      Supported
2443 F:      drivers/gpio/gpio-brcmstb.c
2444 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2445
2446 BROADCOM KONA GPIO DRIVER
2447 M:      Ray Jui <[email protected]>
2448 L:      [email protected]
2449 S:      Supported
2450 F:      drivers/gpio/gpio-bcm-kona.c
2451 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2452
2453 BROADCOM NVRAM DRIVER
2454 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2455 L:      [email protected]
2456 S:      Maintained
2457 F:      drivers/firmware/broadcom/*
2458
2459 BROADCOM STB NAND FLASH DRIVER
2460 M:      Brian Norris <[email protected]>
2461 M:      Kamal Dasu <[email protected]>
2462 L:      [email protected]
2463 L:      [email protected]
2464 S:      Maintained
2465 F:      drivers/mtd/nand/brcmnand/
2466
2467 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2468 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2469 L:      [email protected]
2470 S:      Maintained
2471 F:      drivers/bcma/
2472 F:      include/linux/bcma/
2473
2474 BROADCOM SYSTEMPORT ETHERNET DRIVER
2475 M:      Florian Fainelli <[email protected]>
2476 L:      [email protected]
2477 S:      Supported
2478 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2479
2480 BROCADE BFA FC SCSI DRIVER
2481 M:      Anil Gurumurthy <[email protected]>
2482 M:      Sudarsana Kalluru <[email protected]>
2483 L:      [email protected]
2484 S:      Supported
2485 F:      drivers/scsi/bfa/
2486
2487 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2488 M:      Rasesh Mody <[email protected]>
2489 L:      [email protected]
2490 S:      Supported
2491 F:      drivers/net/ethernet/brocade/bna/
2492
2493 BSG (block layer generic sg v4 driver)
2494 M:      FUJITA Tomonori <[email protected]>
2495 L:      [email protected]
2496 S:      Supported
2497 F:      block/bsg.c
2498 F:      include/linux/bsg.h
2499 F:      include/uapi/linux/bsg.h
2500
2501 BT87X AUDIO DRIVER
2502 M:      Clemens Ladisch <[email protected]>
2503 L:      [email protected] (moderated for non-subscribers)
2504 T:      git git://git.alsa-project.org/alsa-kernel.git
2505 S:      Maintained
2506 F:      Documentation/sound/alsa/Bt87x.txt
2507 F:      sound/pci/bt87x.c
2508
2509 BT8XXGPIO DRIVER
2510 M:      Michael Buesch <[email protected]>
2511 W:      http://bu3sch.de/btgpio.php
2512 S:      Maintained
2513 F:      drivers/gpio/gpio-bt8xx.c
2514
2515 BTRFS FILE SYSTEM
2516 M:      Chris Mason <[email protected]>
2517 M:      Josef Bacik <[email protected]>
2518 M:      David Sterba <[email protected]>
2519 L:      [email protected]
2520 W:      http://btrfs.wiki.kernel.org/
2521 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2523 S:      Maintained
2524 F:      Documentation/filesystems/btrfs.txt
2525 F:      fs/btrfs/
2526
2527 BTTV VIDEO4LINUX DRIVER
2528 M:      Mauro Carvalho Chehab <[email protected]>
2529 L:      [email protected]
2530 W:      https://linuxtv.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 S:      Odd fixes
2533 F:      Documentation/video4linux/bttv/
2534 F:      drivers/media/pci/bt8xx/bttv*
2535
2536 BUSLOGIC SCSI DRIVER
2537 M:      Khalid Aziz <[email protected]>
2538 L:      [email protected]
2539 S:      Maintained
2540 F:      drivers/scsi/BusLogic.*
2541 F:      drivers/scsi/FlashPoint.*
2542
2543 C-MEDIA CMI8788 DRIVER
2544 M:      Clemens Ladisch <[email protected]>
2545 L:      [email protected] (moderated for non-subscribers)
2546 T:      git git://git.alsa-project.org/alsa-kernel.git
2547 S:      Maintained
2548 F:      sound/pci/oxygen/
2549
2550 C6X ARCHITECTURE
2551 M:      Mark Salter <[email protected]>
2552 M:      Aurelien Jacquiot <[email protected]>
2553 L:      [email protected]
2554 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2555 S:      Maintained
2556 F:      arch/c6x/
2557
2558 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2559 M:      David Howells <[email protected]>
2560 L:      [email protected] (moderated for non-subscribers)
2561 S:      Supported
2562 F:      Documentation/filesystems/caching/cachefiles.txt
2563 F:      fs/cachefiles/
2564
2565 CADET FM/AM RADIO RECEIVER DRIVER
2566 M:      Hans Verkuil <[email protected]>
2567 L:      [email protected]
2568 T:      git git://linuxtv.org/media_tree.git
2569 W:      https://linuxtv.org
2570 S:      Maintained
2571 F:      drivers/media/radio/radio-cadet*
2572
2573 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2574 M:      Jonathan Corbet <[email protected]>
2575 L:      [email protected]
2576 T:      git git://linuxtv.org/media_tree.git
2577 S:      Maintained
2578 F:      Documentation/video4linux/cafe_ccic
2579 F:      drivers/media/platform/marvell-ccic/
2580
2581 CAIF NETWORK LAYER
2582 M:      Dmitry Tarnyagin <[email protected]>
2583 L:      [email protected]
2584 S:      Supported
2585 F:      Documentation/networking/caif/
2586 F:      drivers/net/caif/
2587 F:      include/uapi/linux/caif/
2588 F:      include/net/caif/
2589 F:      net/caif/
2590
2591 CALGARY x86-64 IOMMU
2592 M:      Muli Ben-Yehuda <[email protected]>
2593 M:      "Jon D. Mason" <[email protected]>
2594 L:      [email protected]
2595 S:      Maintained
2596 F:      arch/x86/kernel/pci-calgary_64.c
2597 F:      arch/x86/kernel/tce_64.c
2598 F:      arch/x86/include/asm/calgary.h
2599 F:      arch/x86/include/asm/tce.h
2600
2601 CAN NETWORK LAYER
2602 M:      Oliver Hartkopp <[email protected]>
2603 M:      Marc Kleine-Budde <[email protected]>
2604 L:      [email protected]
2605 W:      https://github.com/linux-can
2606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2608 S:      Maintained
2609 F:      Documentation/networking/can.txt
2610 F:      net/can/
2611 F:      include/linux/can/core.h
2612 F:      include/uapi/linux/can.h
2613 F:      include/uapi/linux/can/bcm.h
2614 F:      include/uapi/linux/can/raw.h
2615 F:      include/uapi/linux/can/gw.h
2616
2617 CAN NETWORK DRIVERS
2618 M:      Wolfgang Grandegger <[email protected]>
2619 M:      Marc Kleine-Budde <[email protected]>
2620 L:      [email protected]
2621 W:      https://github.com/linux-can
2622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2624 S:      Maintained
2625 F:      drivers/net/can/
2626 F:      include/linux/can/dev.h
2627 F:      include/linux/can/platform/
2628 F:      include/uapi/linux/can/error.h
2629 F:      include/uapi/linux/can/netlink.h
2630
2631 CAPABILITIES
2632 M:      Serge Hallyn <[email protected]>
2633 L:      [email protected]
2634 S:      Supported
2635 F:      include/linux/capability.h
2636 F:      include/uapi/linux/capability.h
2637 F:      security/commoncap.c
2638 F:      kernel/capability.c
2639
2640 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2641 M:      Kevin Tsai <[email protected]>
2642 S:      Maintained
2643 F:      drivers/iio/light/cm*
2644 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2645
2646 CAVIUM LIQUIDIO NETWORK DRIVER
2647 M:     Derek Chickles <[email protected]>
2648 M:     Satanand Burla <[email protected]>
2649 M:     Felix Manlunas <[email protected]>
2650 M:     Raghu Vatsavayi <[email protected]>
2651 L:     [email protected]
2652 W:     http://www.cavium.com
2653 S:     Supported
2654 F:     drivers/net/ethernet/cavium/liquidio/
2655
2656 CC2520 IEEE-802.15.4 RADIO DRIVER
2657 M:      Varka Bhadram <[email protected]>
2658 L:      [email protected]
2659 S:      Maintained
2660 F:      drivers/net/ieee802154/cc2520.c
2661 F:      include/linux/spi/cc2520.h
2662 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2663
2664 CELL BROADBAND ENGINE ARCHITECTURE
2665 M:      Arnd Bergmann <[email protected]>
2666 L:      [email protected]
2667 W:      http://www.ibm.com/developerworks/power/cell/
2668 S:      Supported
2669 F:      arch/powerpc/include/asm/cell*.h
2670 F:      arch/powerpc/include/asm/spu*.h
2671 F:      arch/powerpc/include/uapi/asm/spu*.h
2672 F:      arch/powerpc/oprofile/*cell*
2673 F:      arch/powerpc/platforms/cell/
2674
2675 CEPH COMMON CODE (LIBCEPH)
2676 M:      Ilya Dryomov <[email protected]>
2677 M:      "Yan, Zheng" <[email protected]>
2678 M:      Sage Weil <[email protected]>
2679 L:      [email protected]
2680 W:      http://ceph.com/
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2682 T:      git git://github.com/ceph/ceph-client.git
2683 S:      Supported
2684 F:      net/ceph/
2685 F:      include/linux/ceph/
2686 F:      include/linux/crush/
2687
2688 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2689 M:      "Yan, Zheng" <[email protected]>
2690 M:      Sage Weil <[email protected]>
2691 M:      Ilya Dryomov <[email protected]>
2692 L:      [email protected]
2693 W:      http://ceph.com/
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2695 T:      git git://github.com/ceph/ceph-client.git
2696 S:      Supported
2697 F:      Documentation/filesystems/ceph.txt
2698 F:      fs/ceph/
2699
2700 CERTIFICATE HANDLING:
2701 M:      David Howells <[email protected]>
2702 M:      David Woodhouse <[email protected]>
2703 L:      [email protected]
2704 S:      Maintained
2705 F:      Documentation/module-signing.txt
2706 F:      certs/
2707 F:      scripts/extract-cert.c
2708
2709 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2710 L:      [email protected]
2711 S:      Orphan
2712 F:      Documentation/usb/WUSB-Design-overview.txt
2713 F:      Documentation/usb/wusb-cbaf
2714 F:      drivers/usb/host/hwa-hc.c
2715 F:      drivers/usb/host/whci/
2716 F:      drivers/usb/wusbcore/
2717 F:      include/linux/usb/wusb*
2718
2719 CFAG12864B LCD DRIVER
2720 M:      Miguel Ojeda Sandonis <[email protected]>
2721 W:      http://miguelojeda.es/auxdisplay.htm
2722 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2723 S:      Maintained
2724 F:      drivers/auxdisplay/cfag12864b.c
2725 F:      include/linux/cfag12864b.h
2726
2727 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2728 M:      Miguel Ojeda Sandonis <[email protected]>
2729 W:      http://miguelojeda.es/auxdisplay.htm
2730 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2731 S:      Maintained
2732 F:      drivers/auxdisplay/cfag12864bfb.c
2733 F:      include/linux/cfag12864b.h
2734
2735 CFG80211 and NL80211
2736 M:      Johannes Berg <[email protected]>
2737 L:      [email protected]
2738 W:      http://wireless.kernel.org/
2739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2741 S:      Maintained
2742 F:      include/uapi/linux/nl80211.h
2743 F:      include/net/cfg80211.h
2744 F:      net/wireless/*
2745 X:      net/wireless/wext*
2746
2747 CHAR and MISC DRIVERS
2748 M:      Arnd Bergmann <[email protected]>
2749 M:      Greg Kroah-Hartman <[email protected]>
2750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2751 S:      Supported
2752 F:      drivers/char/*
2753 F:      drivers/misc/*
2754 F:      include/linux/miscdevice.h
2755
2756 CHECKPATCH
2757 M:      Andy Whitcroft <[email protected]>
2758 M:      Joe Perches <[email protected]>
2759 S:      Maintained
2760 F:      scripts/checkpatch.pl
2761
2762 CHINESE DOCUMENTATION
2763 M:      Harry Wei <[email protected]>
2764 L:      [email protected] (subscribers-only)
2765 L:      [email protected] (moderated for non-subscribers)
2766 S:      Maintained
2767 F:      Documentation/zh_CN/
2768
2769 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2770 M:      Peter Chen <[email protected]>
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2772 L:      [email protected]
2773 S:      Maintained
2774 F:      drivers/usb/chipidea/
2775
2776 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2777 M:      Hans de Goede <[email protected]>
2778 L:      [email protected]
2779 S:      Maintained
2780 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2781 F:      drivers/input/touchscreen/chipone_icn8318.c
2782
2783 CHROME HARDWARE PLATFORM SUPPORT
2784 M:      Olof Johansson <[email protected]>
2785 S:      Maintained
2786 F:      drivers/platform/chrome/
2787
2788 CISCO VIC ETHERNET NIC DRIVER
2789 M:      Christian Benvenuti <[email protected]>
2790 M:      Sujith Sankar <[email protected]>
2791 M:      Govindarajulu Varadarajan <[email protected]>
2792 M:      Neel Patel <[email protected]>
2793 S:      Supported
2794 F:      drivers/net/ethernet/cisco/enic/
2795
2796 CISCO VIC LOW LATENCY NIC DRIVER
2797 M:      Christian Benvenuti <[email protected]>
2798 M:      Dave Goodell <[email protected]>
2799 S:      Supported
2800 F:      drivers/infiniband/hw/usnic/
2801
2802 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2803 M:      Hartley Sweeten <[email protected]>
2804 L:      [email protected]
2805 S:      Maintained
2806 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2807
2808 CIRRUS LOGIC AUDIO CODEC DRIVERS
2809 M:      Brian Austin <[email protected]>
2810 M:      Paul Handrigan <[email protected]>
2811 L:      [email protected] (moderated for non-subscribers)
2812 S:      Maintained
2813 F:      sound/soc/codecs/cs*
2814
2815 CLEANCACHE API
2816 M:      Konrad Rzeszutek Wilk <[email protected]>
2817 L:      [email protected]
2818 S:      Maintained
2819 F:      mm/cleancache.c
2820 F:      include/linux/cleancache.h
2821
2822 CLK API
2823 M:      Russell King <[email protected]>
2824 L:      [email protected]
2825 S:      Maintained
2826 F:      include/linux/clk.h
2827
2828 CLOCKSOURCE, CLOCKEVENT DRIVERS
2829 M:      Daniel Lezcano <[email protected]>
2830 M:      Thomas Gleixner <[email protected]>
2831 L:      [email protected]
2832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2833 S:      Supported
2834 F:      drivers/clocksource
2835
2836 CISCO FCOE HBA DRIVER
2837 M:      Hiral Patel <[email protected]>
2838 M:      Suma Ramars <[email protected]>
2839 M:      Brian Uchino <[email protected]>
2840 L:      [email protected]
2841 S:      Supported
2842 F:      drivers/scsi/fnic/
2843
2844 CISCO SCSI HBA DRIVER
2845 M:      Narsimhulu Musini <[email protected]>
2846 M:      Sesidhar Baddela <[email protected]>
2847 L:      [email protected]
2848 S:      Supported
2849 F:      drivers/scsi/snic/
2850
2851 CMPC ACPI DRIVER
2852 M:      Thadeu Lima de Souza Cascardo <[email protected]>
2853 M:      Daniel Oliveira Nascimento <[email protected]>
2854 L:      [email protected]
2855 S:      Supported
2856 F:      drivers/platform/x86/classmate-laptop.c
2857
2858 COBALT MEDIA DRIVER
2859 M:      Hans Verkuil <[email protected]>
2860 L:      [email protected]
2861 T:      git git://linuxtv.org/media_tree.git
2862 W:      https://linuxtv.org
2863 S:      Supported
2864 F:      drivers/media/pci/cobalt/
2865
2866 COCCINELLE/Semantic Patches (SmPL)
2867 M:      Julia Lawall <[email protected]>
2868 M:      Gilles Muller <[email protected]>
2869 M:      Nicolas Palix <[email protected]>
2870 M:      Michal Marek <[email protected]>
2871 L:      [email protected] (moderated for non-subscribers)
2872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2873 W:      http://coccinelle.lip6.fr/
2874 S:      Supported
2875 F:      Documentation/coccinelle.txt
2876 F:      scripts/coccinelle/
2877 F:      scripts/coccicheck
2878
2879 CODA FILE SYSTEM
2880 M:      Jan Harkes <[email protected]>
2881 M:      [email protected]
2882 L:      [email protected]
2883 W:      http://www.coda.cs.cmu.edu/
2884 S:      Maintained
2885 F:      Documentation/filesystems/coda.txt
2886 F:      fs/coda/
2887 F:      include/linux/coda*.h
2888 F:      include/uapi/linux/coda*.h
2889
2890 CODA V4L2 MEM2MEM DRIVER
2891 M:      Philipp Zabel <[email protected]>
2892 L:      [email protected]
2893 S:      Maintained
2894 F:      Documentation/devicetree/bindings/media/coda.txt
2895 F:      drivers/media/platform/coda/
2896
2897 COMMON CLK FRAMEWORK
2898 M:      Michael Turquette <[email protected]>
2899 M:      Stephen Boyd <[email protected]>
2900 L:      [email protected]
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2902 S:      Maintained
2903 F:      drivers/clk/
2904 X:      drivers/clk/clkdev.c
2905 F:      include/linux/clk-pr*
2906 F:      include/linux/clk/
2907
2908 COMMON INTERNET FILE SYSTEM (CIFS)
2909 M:      Steve French <[email protected]>
2910 L:      [email protected]
2911 L:      [email protected] (moderated for non-subscribers)
2912 W:      http://linux-cifs.samba.org/
2913 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2914 S:      Supported
2915 F:      Documentation/filesystems/cifs/
2916 F:      fs/cifs/
2917
2918 COMPACTPCI HOTPLUG CORE
2919 M:      Scott Murray <[email protected]>
2920 L:      [email protected]
2921 S:      Maintained
2922 F:      drivers/pci/hotplug/cpci_hotplug*
2923
2924 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2925 M:      Scott Murray <[email protected]>
2926 L:      [email protected]
2927 S:      Maintained
2928 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2929
2930 COMPACTPCI HOTPLUG GENERIC DRIVER
2931 M:      Scott Murray <[email protected]>
2932 L:      [email protected]
2933 S:      Maintained
2934 F:      drivers/pci/hotplug/cpcihp_generic.c
2935
2936 COMPAL LAPTOP SUPPORT
2937 M:      Cezary Jackiewicz <[email protected]>
2938 L:      [email protected]
2939 S:      Maintained
2940 F:      drivers/platform/x86/compal-laptop.c
2941
2942 CONEXANT ACCESSRUNNER USB DRIVER
2943 L:      [email protected]
2944 W:      http://accessrunner.sourceforge.net/
2945 S:      Orphan
2946 F:      drivers/usb/atm/cxacru.c
2947
2948 CONFIGFS
2949 M:      Joel Becker <[email protected]>
2950 M:      Christoph Hellwig <[email protected]>
2951 T:      git git://git.infradead.org/users/hch/configfs.git
2952 S:      Supported
2953 F:      fs/configfs/
2954 F:      include/linux/configfs.h
2955
2956 CONNECTOR
2957 M:      Evgeniy Polyakov <[email protected]>
2958 L:      [email protected]
2959 S:      Maintained
2960 F:      drivers/connector/
2961
2962 CONTROL GROUP (CGROUP)
2963 M:      Tejun Heo <[email protected]>
2964 M:      Li Zefan <[email protected]>
2965 M:      Johannes Weiner <[email protected]>
2966 L:      [email protected]
2967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2968 S:      Maintained
2969 F:      Documentation/cgroups/
2970 F:      include/linux/cgroup*
2971 F:      kernel/cgroup*
2972
2973 CONTROL GROUP - CPUSET
2974 M:      Li Zefan <[email protected]>
2975 L:      [email protected]
2976 W:      http://www.bullopensource.org/cpuset/
2977 W:      http://oss.sgi.com/projects/cpusets/
2978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2979 S:      Maintained
2980 F:      Documentation/cgroups/cpusets.txt
2981 F:      include/linux/cpuset.h
2982 F:      kernel/cpuset.c
2983
2984 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2985 M:      Johannes Weiner <[email protected]>
2986 M:      Michal Hocko <[email protected]>
2987 M:      Vladimir Davydov <[email protected]>
2988 L:      [email protected]
2989 L:      [email protected]
2990 S:      Maintained
2991 F:      mm/memcontrol.c
2992 F:      mm/swap_cgroup.c
2993
2994 CORETEMP HARDWARE MONITORING DRIVER
2995 M:      Fenghua Yu <[email protected]>
2996 L:      [email protected]
2997 S:      Maintained
2998 F:      Documentation/hwmon/coretemp
2999 F:      drivers/hwmon/coretemp.c
3000
3001 COSA/SRP SYNC SERIAL DRIVER
3002 M:      Jan "Yenya" Kasprzak <[email protected]>
3003 W:      http://www.fi.muni.cz/~kas/cosa/
3004 S:      Maintained
3005 F:      drivers/net/wan/cosa*
3006
3007 CPMAC ETHERNET DRIVER
3008 M:      Florian Fainelli <[email protected]>
3009 L:      [email protected]
3010 S:      Maintained
3011 F:      drivers/net/ethernet/ti/cpmac.c
3012
3013 CPU FREQUENCY DRIVERS
3014 M:      "Rafael J. Wysocki" <[email protected]>
3015 M:      Viresh Kumar <[email protected]>
3016 L:      [email protected]
3017 S:      Maintained
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3019 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3020 F:      drivers/cpufreq/
3021 F:      include/linux/cpufreq.h
3022
3023 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3024 M:      Viresh Kumar <[email protected]>
3025 M:      Sudeep Holla <[email protected]>
3026 L:      [email protected]
3027 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3028 S:      Maintained
3029 F:      drivers/cpufreq/arm_big_little.h
3030 F:      drivers/cpufreq/arm_big_little.c
3031 F:      drivers/cpufreq/arm_big_little_dt.c
3032
3033 CPUIDLE DRIVER - ARM BIG LITTLE
3034 M:      Lorenzo Pieralisi <[email protected]>
3035 M:      Daniel Lezcano <[email protected]>
3036 L:      [email protected]
3037 L:      [email protected]
3038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3039 S:      Maintained
3040 F:      drivers/cpuidle/cpuidle-big_little.c
3041
3042 CPUIDLE DRIVER - ARM EXYNOS
3043 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3044 M:      Daniel Lezcano <[email protected]>
3045 M:      Kukjin Kim <[email protected]>
3046 L:      [email protected]
3047 L:      [email protected]
3048 S:      Supported
3049 F:      drivers/cpuidle/cpuidle-exynos.c
3050 F:      arch/arm/mach-exynos/pm.c
3051
3052 CPUIDLE DRIVERS
3053 M:      "Rafael J. Wysocki" <[email protected]>
3054 M:      Daniel Lezcano <[email protected]>
3055 L:      [email protected]
3056 S:      Maintained
3057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3058 F:      drivers/cpuidle/*
3059 F:      include/linux/cpuidle.h
3060
3061 CPUID/MSR DRIVER
3062 M:      "H. Peter Anvin" <[email protected]>
3063 S:      Maintained
3064 F:      arch/x86/kernel/cpuid.c
3065 F:      arch/x86/kernel/msr.c
3066
3067 CPU POWER MONITORING SUBSYSTEM
3068 M:      Thomas Renninger <[email protected]>
3069 L:      [email protected]
3070 S:      Maintained
3071 F:      tools/power/cpupower/
3072
3073 CRAMFS FILESYSTEM
3074 W:      http://sourceforge.net/projects/cramfs/
3075 S:      Orphan / Obsolete
3076 F:      Documentation/filesystems/cramfs.txt
3077 F:      fs/cramfs/
3078
3079 CRIS PORT
3080 M:      Mikael Starvik <[email protected]>
3081 M:      Jesper Nilsson <[email protected]>
3082 L:      [email protected]
3083 W:      http://developer.axis.com
3084 S:      Maintained
3085 F:      arch/cris/
3086 F:      drivers/tty/serial/crisv10.*
3087
3088 CRYPTO API
3089 M:      Herbert Xu <[email protected]>
3090 M:      "David S. Miller" <[email protected]>
3091 L:      [email protected]
3092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3093 S:      Maintained
3094 F:      Documentation/crypto/
3095 F:      Documentation/DocBook/crypto-API.tmpl
3096 F:      arch/*/crypto/
3097 F:      crypto/
3098 F:      drivers/crypto/
3099 F:      include/crypto/
3100
3101 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3102 M:      Neil Horman <[email protected]>
3103 L:      [email protected]
3104 S:      Maintained
3105 F:      crypto/ansi_cprng.c
3106 F:      crypto/rng.c
3107
3108 CS3308 MEDIA DRIVER
3109 M:      Hans Verkuil <[email protected]>
3110 L:      [email protected]
3111 T:      git git://linuxtv.org/media_tree.git
3112 W:      http://linuxtv.org
3113 S:      Odd Fixes
3114 F:      drivers/media/i2c/cs3308.c
3115 F:      drivers/media/i2c/cs3308.h
3116
3117 CS5535 Audio ALSA driver
3118 M:      Jaya Kumar <[email protected]>
3119 S:      Maintained
3120 F:      sound/pci/cs5535audio/
3121
3122 CW1200 WLAN driver
3123 M:      Solomon Peachy <[email protected]>
3124 S:      Maintained
3125 F:      drivers/net/wireless/st/cw1200/
3126
3127 CX18 VIDEO4LINUX DRIVER
3128 M:      Andy Walls <[email protected]>
3129 L:      [email protected] (subscribers-only)
3130 L:      [email protected]
3131 T:      git git://linuxtv.org/media_tree.git
3132 W:      https://linuxtv.org
3133 W:      http://www.ivtvdriver.org/index.php/Cx18
3134 S:      Maintained
3135 F:      Documentation/video4linux/cx18.txt
3136 F:      drivers/media/pci/cx18/
3137 F:      include/uapi/linux/ivtv*
3138
3139 CX2341X MPEG ENCODER HELPER MODULE
3140 M:      Hans Verkuil <[email protected]>
3141 L:      [email protected]
3142 T:      git git://linuxtv.org/media_tree.git
3143 W:      https://linuxtv.org
3144 S:      Maintained
3145 F:      drivers/media/common/cx2341x*
3146 F:      include/media/cx2341x*
3147
3148 CX24120 MEDIA DRIVER
3149 M:      Jemma Denson <[email protected]>
3150 M:      Patrick Boettcher <[email protected]>
3151 L:      [email protected]
3152 W:      https://linuxtv.org
3153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3154 S:      Maintained
3155 F:      drivers/media/dvb-frontends/cx24120*
3156
3157 CX88 VIDEO4LINUX DRIVER
3158 M:      Mauro Carvalho Chehab <[email protected]>
3159 L:      [email protected]
3160 W:      https://linuxtv.org
3161 T:      git git://linuxtv.org/media_tree.git
3162 S:      Odd fixes
3163 F:      Documentation/video4linux/cx88/
3164 F:      drivers/media/pci/cx88/
3165
3166 CXD2820R MEDIA DRIVER
3167 M:      Antti Palosaari <[email protected]>
3168 L:      [email protected]
3169 W:      https://linuxtv.org
3170 W:      http://palosaari.fi/linux/
3171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3172 T:      git git://linuxtv.org/anttip/media_tree.git
3173 S:      Maintained
3174 F:      drivers/media/dvb-frontends/cxd2820r*
3175
3176 CXGB3 ETHERNET DRIVER (CXGB3)
3177 M:      Santosh Raspatur <[email protected]>
3178 L:      [email protected]
3179 W:      http://www.chelsio.com
3180 S:      Supported
3181 F:      drivers/net/ethernet/chelsio/cxgb3/
3182
3183 CXGB3 ISCSI DRIVER (CXGB3I)
3184 M:      Karen Xie <[email protected]>
3185 L:      [email protected]
3186 W:      http://www.chelsio.com
3187 S:      Supported
3188 F:      drivers/scsi/cxgbi/cxgb3i
3189
3190 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3191 M:      Steve Wise <[email protected]>
3192 L:      [email protected]
3193 W:      http://www.openfabrics.org
3194 S:      Supported
3195 F:      drivers/infiniband/hw/cxgb3/
3196
3197 CXGB4 ETHERNET DRIVER (CXGB4)
3198 M:      Hariprasad S <[email protected]>
3199 L:      [email protected]
3200 W:      http://www.chelsio.com
3201 S:      Supported
3202 F:      drivers/net/ethernet/chelsio/cxgb4/
3203
3204 CXGB4 ISCSI DRIVER (CXGB4I)
3205 M:      Karen Xie <[email protected]>
3206 L:      [email protected]
3207 W:      http://www.chelsio.com
3208 S:      Supported
3209 F:      drivers/scsi/cxgbi/cxgb4i
3210
3211 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3212 M:      Steve Wise <[email protected]>
3213 L:      [email protected]
3214 W:      http://www.openfabrics.org
3215 S:      Supported
3216 F:      drivers/infiniband/hw/cxgb4/
3217
3218 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3219 M:      Casey Leedom <[email protected]>
3220 L:      [email protected]
3221 W:      http://www.chelsio.com
3222 S:      Supported
3223 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3224
3225 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3226 M:      Ian Munsie <[email protected]>
3227 M:      Michael Neuling <[email protected]>
3228 L:      [email protected]
3229 S:      Supported
3230 F:      drivers/misc/cxl/
3231 F:      include/misc/cxl*
3232 F:      include/uapi/misc/cxl.h
3233 F:      Documentation/powerpc/cxl.txt
3234 F:      Documentation/powerpc/cxl.txt
3235 F:      Documentation/ABI/testing/sysfs-class-cxl
3236
3237 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3238 M:      Manoj N. Kumar <[email protected]>
3239 M:      Matthew R. Ochs <[email protected]>
3240 L:      [email protected]
3241 S:      Supported
3242 F:      drivers/scsi/cxlflash/
3243 F:      include/uapi/scsi/cxlflash_ioctls.h
3244 F:      Documentation/powerpc/cxlflash.txt
3245
3246 STMMAC ETHERNET DRIVER
3247 M:      Giuseppe Cavallaro <[email protected]>
3248 L:      [email protected]
3249 W:      http://www.stlinux.com
3250 S:      Supported
3251 F:      drivers/net/ethernet/stmicro/stmmac/
3252
3253 CYBERPRO FB DRIVER
3254 M:      Russell King <[email protected]>
3255 L:      [email protected] (moderated for non-subscribers)
3256 W:      http://www.arm.linux.org.uk/
3257 S:      Maintained
3258 F:      drivers/video/fbdev/cyber2000fb.*
3259
3260 CYCLADES ASYNC MUX DRIVER
3261 W:      http://www.cyclades.com/
3262 S:      Orphan
3263 F:      drivers/tty/cyclades.c
3264 F:      include/linux/cyclades.h
3265 F:      include/uapi/linux/cyclades.h
3266
3267 CYCLADES PC300 DRIVER
3268 W:      http://www.cyclades.com/
3269 S:      Orphan
3270 F:      drivers/net/wan/pc300*
3271
3272 CYPRESS_FIRMWARE MEDIA DRIVER
3273 M:      Antti Palosaari <[email protected]>
3274 L:      [email protected]
3275 W:      https://linuxtv.org
3276 W:      http://palosaari.fi/linux/
3277 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3278 T:      git git://linuxtv.org/anttip/media_tree.git
3279 S:      Maintained
3280 F:      drivers/media/common/cypress_firmware*
3281
3282 CYTTSP TOUCHSCREEN DRIVER
3283 M:      Ferruh Yigit <[email protected]>
3284 L:      [email protected]
3285 S:      Supported
3286 F:      drivers/input/touchscreen/cyttsp*
3287 F:      include/linux/input/cyttsp.h
3288
3289 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3290 M:      Joshua Kinard <[email protected]>
3291 S:      Maintained
3292 F:      drivers/rtc/rtc-ds1685.c
3293 F:      include/linux/rtc/ds1685.h
3294
3295 DAMA SLAVE for AX.25
3296 M:      Joerg Reuter <[email protected]>
3297 W:      http://yaina.de/jreuter/
3298 W:      http://www.qsl.net/dl1bke/
3299 L:      [email protected]
3300 S:      Maintained
3301 F:      net/ax25/af_ax25.c
3302 F:      net/ax25/ax25_dev.c
3303 F:      net/ax25/ax25_ds_*
3304 F:      net/ax25/ax25_in.c
3305 F:      net/ax25/ax25_out.c
3306 F:      net/ax25/ax25_timer.c
3307 F:      net/ax25/sysctl_net_ax25.c
3308
3309 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3310 L:      [email protected]
3311 S:      Orphan
3312 F:      Documentation/networking/dmfe.txt
3313 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3314
3315 DC390/AM53C974 SCSI driver
3316 M:      Hannes Reinecke <[email protected]>
3317 L:      [email protected]
3318 S:      Maintained
3319 F:      drivers/scsi/am53c974.c
3320
3321 DC395x SCSI driver
3322 M:      Oliver Neukum <[email protected]>
3323 M:      Ali Akcaagac <[email protected]>
3324 M:      Jamie Lenehan <[email protected]>
3325 L:      [email protected]
3326 W:      http://twibble.org/dist/dc395x/
3327 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3328 S:      Maintained
3329 F:      Documentation/scsi/dc395x.txt
3330 F:      drivers/scsi/dc395x.*
3331
3332 DCCP PROTOCOL
3333 M:      Gerrit Renker <[email protected]>
3334 L:      [email protected]
3335 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3336 S:      Maintained
3337 F:      include/linux/dccp.h
3338 F:      include/uapi/linux/dccp.h
3339 F:      include/linux/tfrc.h
3340 F:      net/dccp/
3341
3342 DECnet NETWORK LAYER
3343 W:      http://linux-decnet.sourceforge.net
3344 L:      [email protected]
3345 S:      Orphan
3346 F:      Documentation/networking/decnet.txt
3347 F:      net/decnet/
3348
3349 DECSTATION PLATFORM SUPPORT
3350 M:      "Maciej W. Rozycki" <[email protected]>
3351 L:      [email protected]
3352 W:      http://www.linux-mips.org/wiki/DECstation
3353 S:      Maintained
3354 F:      arch/mips/dec/
3355 F:      arch/mips/include/asm/dec/
3356 F:      arch/mips/include/asm/mach-dec/
3357
3358 DEFXX FDDI NETWORK DRIVER
3359 M:      "Maciej W. Rozycki" <[email protected]>
3360 S:      Maintained
3361 F:      drivers/net/fddi/defxx.*
3362
3363 DELL LAPTOP DRIVER
3364 M:      Matthew Garrett <[email protected]>
3365 M:      Pali RohĂ¡r <[email protected]>
3366 L:      [email protected]
3367 S:      Maintained
3368 F:      drivers/platform/x86/dell-laptop.c
3369
3370 DELL LAPTOP RBTN DRIVER
3371 M:      Pali RohĂ¡r <[email protected]>
3372 S:      Maintained
3373 F:      drivers/platform/x86/dell-rbtn.*
3374
3375 DELL LAPTOP FREEFALL DRIVER
3376 M:      Pali RohĂ¡r <[email protected]>
3377 S:      Maintained
3378 F:      drivers/platform/x86/dell-smo8800.c
3379
3380 DELL LAPTOP SMM DRIVER
3381 M:      Pali RohĂ¡r <[email protected]>
3382 S:      Maintained
3383 F:      drivers/hwmon/dell-smm-hwmon.c
3384 F:      include/uapi/linux/i8k.h
3385
3386 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3387 M:      Doug Warzecha <[email protected]>
3388 S:      Maintained
3389 F:      Documentation/dcdbas.txt
3390 F:      drivers/firmware/dcdbas.*
3391
3392 DELL WMI EXTRAS DRIVER
3393 M:      Matthew Garrett <[email protected]>
3394 M:      Pali RohĂ¡r <[email protected]>
3395 S:      Maintained
3396 F:      drivers/platform/x86/dell-wmi.c
3397
3398 DESIGNWARE USB2 DRD IP DRIVER
3399 M:      John Youn <[email protected]>
3400 L:      [email protected]
3401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3402 S:      Maintained
3403 F:      drivers/usb/dwc2/
3404
3405 DESIGNWARE USB3 DRD IP DRIVER
3406 M:      Felipe Balbi <[email protected]>
3407 L:      [email protected]
3408 L:      [email protected]
3409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3410 S:      Maintained
3411 F:      drivers/usb/dwc3/
3412
3413 DEVICE COREDUMP (DEV_COREDUMP)
3414 M:      Johannes Berg <[email protected]>
3415 L:      [email protected]
3416 S:      Maintained
3417 F:      drivers/base/devcoredump.c
3418 F:      include/linux/devcoredump.h
3419
3420 DEVICE FREQUENCY (DEVFREQ)
3421 M:      MyungJoo Ham <[email protected]>
3422 M:      Kyungmin Park <[email protected]>
3423 L:      [email protected]
3424 S:      Maintained
3425 F:      drivers/devfreq/
3426
3427 DEVICE NUMBER REGISTRY
3428 M:      Torben Mathiasen <[email protected]>
3429 W:      http://lanana.org/docs/device-list/index.html
3430 S:      Maintained
3431
3432 DEVICE-MAPPER  (LVM)
3433 M:      Alasdair Kergon <[email protected]>
3434 M:      Mike Snitzer <[email protected]>
3435 M:      [email protected]
3436 L:      [email protected]
3437 W:      http://sources.redhat.com/dm
3438 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3440 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3441 S:      Maintained
3442 F:      Documentation/device-mapper/
3443 F:      drivers/md/dm*
3444 F:      drivers/md/persistent-data/
3445 F:      include/linux/device-mapper.h
3446 F:      include/linux/dm-*.h
3447 F:      include/uapi/linux/dm-*.h
3448
3449 DIALOG SEMICONDUCTOR DRIVERS
3450 M:      Support Opensource <[email protected]>
3451 W:      http://www.dialog-semiconductor.com/products
3452 S:      Supported
3453 F:      Documentation/hwmon/da90??
3454 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3455 F:      drivers/gpio/gpio-da90??.c
3456 F:      drivers/hwmon/da90??-hwmon.c
3457 F:      drivers/iio/adc/da91??-*.c
3458 F:      drivers/input/misc/da90??_onkey.c
3459 F:      drivers/input/touchscreen/da9052_tsi.c
3460 F:      drivers/leds/leds-da90??.c
3461 F:      drivers/mfd/da903x.c
3462 F:      drivers/mfd/da90??-*.c
3463 F:      drivers/mfd/da91??-*.c
3464 F:      drivers/power/da9052-battery.c
3465 F:      drivers/power/da91??-*.c
3466 F:      drivers/regulator/da903x.c
3467 F:      drivers/regulator/da9???-regulator.[ch]
3468 F:      drivers/rtc/rtc-da90??.c
3469 F:      drivers/video/backlight/da90??_bl.c
3470 F:      drivers/watchdog/da90??_wdt.c
3471 F:      include/linux/mfd/da903x.h
3472 F:      include/linux/mfd/da9052/
3473 F:      include/linux/mfd/da9055/
3474 F:      include/linux/mfd/da9063/
3475 F:      include/linux/mfd/da9150/
3476 F:      include/sound/da[79]*.h
3477 F:      sound/soc/codecs/da[79]*.[ch]
3478
3479 DIGI NEO AND CLASSIC PCI PRODUCTS
3480 M:      Lidza Louina <[email protected]>
3481 M:      Mark Hounschell <[email protected]>
3482 L:      [email protected]
3483 S:      Maintained
3484 F:      drivers/staging/dgnc/
3485
3486 DIGI EPCA PCI PRODUCTS
3487 M:      Lidza Louina <[email protected]>
3488 M:      Daeseok Youn <[email protected]>
3489 L:      [email protected]
3490 S:      Maintained
3491 F:      drivers/staging/dgap/
3492
3493 DIOLAN U2C-12 I2C DRIVER
3494 M:      Guenter Roeck <[email protected]>
3495 L:      [email protected]
3496 S:      Maintained
3497 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3498
3499 DIRECT ACCESS (DAX)
3500 M:      Matthew Wilcox <[email protected]>
3501 L:      [email protected]
3502 S:      Supported
3503 F:      fs/dax.c
3504
3505 DIRECTORY NOTIFICATION (DNOTIFY)
3506 M:      Eric Paris <[email protected]>
3507 S:      Maintained
3508 F:      Documentation/filesystems/dnotify.txt
3509 F:      fs/notify/dnotify/
3510 F:      include/linux/dnotify.h
3511
3512 DISK GEOMETRY AND PARTITION HANDLING
3513 M:      Andries Brouwer <[email protected]>
3514 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3515 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3516 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3517 S:      Maintained
3518
3519 DISKQUOTA
3520 M:      Jan Kara <[email protected]>
3521 S:      Maintained
3522 F:      Documentation/filesystems/quota.txt
3523 F:      fs/quota/
3524 F:      include/linux/quota*.h
3525 F:      include/uapi/linux/quota*.h
3526
3527 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3528 M:      Bernie Thompson <[email protected]>
3529 L:      [email protected]
3530 S:      Maintained
3531 W:      http://plugable.com/category/projects/udlfb/
3532 F:      drivers/video/fbdev/udlfb.c
3533 F:      include/video/udlfb.h
3534 F:      Documentation/fb/udlfb.txt
3535
3536 DISTRIBUTED LOCK MANAGER (DLM)
3537 M:      Christine Caulfield <[email protected]>
3538 M:      David Teigland <[email protected]>
3539 L:      [email protected]
3540 W:      http://sources.redhat.com/cluster/
3541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3542 S:      Supported
3543 F:      fs/dlm/
3544
3545 DMA BUFFER SHARING FRAMEWORK
3546 M:      Sumit Semwal <[email protected]>
3547 S:      Maintained
3548 L:      [email protected]
3549 L:      [email protected]
3550 L:      [email protected] (moderated for non-subscribers)
3551 F:      drivers/dma-buf/
3552 F:      include/linux/dma-buf*
3553 F:      include/linux/reservation.h
3554 F:      include/linux/*fence.h
3555 F:      Documentation/dma-buf-sharing.txt
3556 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3557
3558 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3559 M:      Vinod Koul <[email protected]>
3560 L:      [email protected]
3561 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3562 S:      Maintained
3563 F:      drivers/dma/
3564 F:      include/linux/dmaengine.h
3565 F:      Documentation/dmaengine/
3566 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3567
3568 DME1737 HARDWARE MONITOR DRIVER
3569 M:      Juerg Haefliger <[email protected]>
3570 L:      [email protected]
3571 S:      Maintained
3572 F:      Documentation/hwmon/dme1737
3573 F:      drivers/hwmon/dme1737.c
3574
3575 DMI/SMBIOS SUPPORT
3576 M:      Jean Delvare <[email protected]>
3577 S:      Maintained
3578 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3579 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3580 F:      drivers/firmware/dmi-id.c
3581 F:      drivers/firmware/dmi_scan.c
3582 F:      include/linux/dmi.h
3583
3584 DOCUMENTATION
3585 M:      Jonathan Corbet <[email protected]>
3586 L:      [email protected]
3587 S:      Maintained
3588 F:      Documentation/
3589 F:      scripts/docproc.c
3590 F:      scripts/kernel-doc*
3591 X:      Documentation/ABI/
3592 X:      Documentation/devicetree/
3593 X:      Documentation/acpi
3594 X:      Documentation/power
3595 X:      Documentation/spi
3596 X:      Documentation/DocBook/media
3597 T:      git git://git.lwn.net/linux.git docs-next
3598
3599 DOUBLETALK DRIVER
3600 M:      "James R. Van Zandt" <[email protected]>
3601 L:      [email protected]
3602 S:      Maintained
3603 F:      drivers/char/dtlk.c
3604 F:      include/linux/dtlk.h
3605
3606 DPT_I2O SCSI RAID DRIVER
3607 M:      Adaptec OEM Raid Solutions <[email protected]>
3608 L:      [email protected]
3609 W:      http://www.adaptec.com/
3610 S:      Maintained
3611 F:      drivers/scsi/dpt*
3612 F:      drivers/scsi/dpt/
3613
3614 DRBD DRIVER
3615 P:      Philipp Reisner
3616 P:      Lars Ellenberg
3617 M:      [email protected]
3618 L:      [email protected]
3619 W:      http://www.drbd.org
3620 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3621 T:      git git://git.drbd.org/drbd-8.3.git
3622 S:      Supported
3623 F:      drivers/block/drbd/
3624 F:      lib/lru_cache.c
3625 F:      Documentation/blockdev/drbd/
3626
3627 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3628 M:      Greg Kroah-Hartman <[email protected]>
3629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3630 S:      Supported
3631 F:      Documentation/kobject.txt
3632 F:      drivers/base/
3633 F:      fs/debugfs/
3634 F:      fs/kernfs/
3635 F:      fs/sysfs/
3636 F:      include/linux/debugfs.h
3637 F:      include/linux/kobj*
3638 F:      lib/kobj*
3639
3640 DRM DRIVERS
3641 M:      David Airlie <[email protected]>
3642 L:      [email protected]
3643 T:      git git://people.freedesktop.org/~airlied/linux
3644 S:      Maintained
3645 F:      drivers/gpu/drm/
3646 F:      drivers/gpu/vga/
3647 F:      include/drm/
3648 F:      include/uapi/drm/
3649
3650 RADEON DRM DRIVERS
3651 M:      Alex Deucher <[email protected]>
3652 M:      Christian König <[email protected]>
3653 L:      [email protected]
3654 T:      git git://people.freedesktop.org/~agd5f/linux
3655 S:      Supported
3656 F:      drivers/gpu/drm/radeon/
3657 F:      include/uapi/drm/radeon*
3658
3659 DRM PANEL DRIVERS
3660 M:      Thierry Reding <[email protected]>
3661 L:      [email protected]
3662 T:      git git://anongit.freedesktop.org/tegra/linux.git
3663 S:      Maintained
3664 F:      drivers/gpu/drm/drm_panel.c
3665 F:      drivers/gpu/drm/panel/
3666 F:      include/drm/drm_panel.h
3667 F:      Documentation/devicetree/bindings/display/panel/
3668
3669 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3670 M:      Daniel Vetter <[email protected]>
3671 M:      Jani Nikula <[email protected]>
3672 L:      [email protected]
3673 L:      [email protected]
3674 W:      https://01.org/linuxgraphics/
3675 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3676 T:      git git://anongit.freedesktop.org/drm-intel
3677 S:      Supported
3678 F:      drivers/gpu/drm/i915/
3679 F:      include/drm/i915*
3680 F:      include/uapi/drm/i915*
3681
3682 DRM DRIVERS FOR ATMEL HLCDC
3683 M:      Boris Brezillon <[email protected]>
3684 L:      [email protected]
3685 S:      Supported
3686 F:      drivers/gpu/drm/atmel-hlcdc/
3687 F:      Documentation/devicetree/bindings/drm/atmel/
3688
3689 DRM DRIVERS FOR EXYNOS
3690 M:      Inki Dae <[email protected]>
3691 M:      Joonyoung Shim <[email protected]>
3692 M:      Seung-Woo Kim <[email protected]>
3693 M:      Kyungmin Park <[email protected]>
3694 L:      [email protected]
3695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3696 S:      Supported
3697 F:      drivers/gpu/drm/exynos/
3698 F:      include/drm/exynos*
3699 F:      include/uapi/drm/exynos*
3700
3701 DRM DRIVERS FOR FREESCALE DCU
3702 M:      Jianwei Wang <[email protected]>
3703 M:      Alison Wang <[email protected]>
3704 L:      [email protected]
3705 S:      Supported
3706 F:      drivers/gpu/drm/fsl-dcu/
3707 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3708 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3709
3710 DRM DRIVERS FOR FREESCALE IMX
3711 M:      Philipp Zabel <[email protected]>
3712 L:      [email protected]
3713 S:      Maintained
3714 F:      drivers/gpu/drm/imx/
3715 F:      drivers/gpu/ipu-v3/
3716 F:      Documentation/devicetree/bindings/display/imx/
3717
3718 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3719 M:      Patrik Jakobsson <[email protected]>
3720 L:      [email protected]
3721 T:      git git://github.com/patjak/drm-gma500
3722 S:      Maintained
3723 F:      drivers/gpu/drm/gma500
3724 F:      include/drm/gma500*
3725
3726 DRM DRIVERS FOR NVIDIA TEGRA
3727 M:      Thierry Reding <[email protected]>
3728 M:      Terje Bergström <[email protected]>
3729 L:      [email protected]
3730 L:      [email protected]
3731 T:      git git://anongit.freedesktop.org/tegra/linux.git
3732 S:      Supported
3733 F:      drivers/gpu/drm/tegra/
3734 F:      drivers/gpu/host1x/
3735 F:      include/linux/host1x.h
3736 F:      include/uapi/drm/tegra_drm.h
3737 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3738
3739 DRM DRIVERS FOR RENESAS
3740 M:      Laurent Pinchart <[email protected]>
3741 L:      [email protected]
3742 L:      [email protected]
3743 T:      git git://people.freedesktop.org/~airlied/linux
3744 S:      Supported
3745 F:      drivers/gpu/drm/rcar-du/
3746 F:      drivers/gpu/drm/shmobile/
3747 F:      include/linux/platform_data/shmob_drm.h
3748
3749 DRM DRIVERS FOR ROCKCHIP
3750 M:      Mark Yao <[email protected]>
3751 L:      [email protected]
3752 S:      Maintained
3753 F:      drivers/gpu/drm/rockchip/
3754 F:      Documentation/devicetree/bindings/display/rockchip*
3755
3756 DRM DRIVERS FOR STI
3757 M:      Benjamin Gaignard <[email protected]>
3758 M:      Vincent Abriou <[email protected]>
3759 L:      [email protected]
3760 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3761 S:      Maintained
3762 F:      drivers/gpu/drm/sti
3763 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3764
3765 DSBR100 USB FM RADIO DRIVER
3766 M:      Alexey Klimov <[email protected]>
3767 L:      [email protected]
3768 T:      git git://linuxtv.org/media_tree.git
3769 S:      Maintained
3770 F:      drivers/media/radio/dsbr100.c
3771
3772 DSCC4 DRIVER
3773 M:      Francois Romieu <[email protected]>
3774 L:      [email protected]
3775 S:      Maintained
3776 F:      drivers/net/wan/dscc4.c
3777
3778 DT3155 MEDIA DRIVER
3779 M:      Hans Verkuil <[email protected]>
3780 L:      [email protected]
3781 T:      git git://linuxtv.org/media_tree.git
3782 W:      https://linuxtv.org
3783 S:      Odd Fixes
3784 F:      drivers/media/pci/dt3155/
3785
3786 DVB_USB_AF9015 MEDIA DRIVER
3787 M:      Antti Palosaari <[email protected]>
3788 L:      [email protected]
3789 W:      https://linuxtv.org
3790 W:      http://palosaari.fi/linux/
3791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3792 T:      git git://linuxtv.org/anttip/media_tree.git
3793 S:      Maintained
3794 F:      drivers/media/usb/dvb-usb-v2/af9015*
3795
3796 DVB_USB_AF9035 MEDIA DRIVER
3797 M:      Antti Palosaari <[email protected]>
3798 L:      [email protected]
3799 W:      https://linuxtv.org
3800 W:      http://palosaari.fi/linux/
3801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3802 T:      git git://linuxtv.org/anttip/media_tree.git
3803 S:      Maintained
3804 F:      drivers/media/usb/dvb-usb-v2/af9035*
3805
3806 DVB_USB_ANYSEE MEDIA DRIVER
3807 M:      Antti Palosaari <[email protected]>
3808 L:      [email protected]
3809 W:      https://linuxtv.org
3810 W:      http://palosaari.fi/linux/
3811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3812 T:      git git://linuxtv.org/anttip/media_tree.git
3813 S:      Maintained
3814 F:      drivers/media/usb/dvb-usb-v2/anysee*
3815
3816 DVB_USB_AU6610 MEDIA DRIVER
3817 M:      Antti Palosaari <[email protected]>
3818 L:      [email protected]
3819 W:      https://linuxtv.org
3820 W:      http://palosaari.fi/linux/
3821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3822 T:      git git://linuxtv.org/anttip/media_tree.git
3823 S:      Maintained
3824 F:      drivers/media/usb/dvb-usb-v2/au6610*
3825
3826 DVB_USB_CE6230 MEDIA DRIVER
3827 M:      Antti Palosaari <[email protected]>
3828 L:      [email protected]
3829 W:      https://linuxtv.org
3830 W:      http://palosaari.fi/linux/
3831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3832 T:      git git://linuxtv.org/anttip/media_tree.git
3833 S:      Maintained
3834 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3835
3836 DVB_USB_CXUSB MEDIA DRIVER
3837 M:      Michael Krufky <[email protected]>
3838 L:      [email protected]
3839 W:      https://linuxtv.org
3840 W:      http://github.com/mkrufky
3841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3842 T:      git git://linuxtv.org/media_tree.git
3843 S:      Maintained
3844 F:      drivers/media/usb/dvb-usb/cxusb*
3845
3846 DVB_USB_EC168 MEDIA DRIVER
3847 M:      Antti Palosaari <[email protected]>
3848 L:      [email protected]
3849 W:      https://linuxtv.org
3850 W:      http://palosaari.fi/linux/
3851 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3852 T:      git git://linuxtv.org/anttip/media_tree.git
3853 S:      Maintained
3854 F:      drivers/media/usb/dvb-usb-v2/ec168*
3855
3856 DVB_USB_GL861 MEDIA DRIVER
3857 M:      Antti Palosaari <[email protected]>
3858 L:      [email protected]
3859 W:      https://linuxtv.org
3860 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3861 T:      git git://linuxtv.org/anttip/media_tree.git
3862 S:      Maintained
3863 F:      drivers/media/usb/dvb-usb-v2/gl861*
3864
3865 DVB_USB_MXL111SF MEDIA DRIVER
3866 M:      Michael Krufky <[email protected]>
3867 L:      [email protected]
3868 W:      https://linuxtv.org
3869 W:      http://github.com/mkrufky
3870 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3871 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3872 S:      Maintained
3873 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3874
3875 DVB_USB_RTL28XXU MEDIA DRIVER
3876 M:      Antti Palosaari <[email protected]>
3877 L:      [email protected]
3878 W:      https://linuxtv.org
3879 W:      http://palosaari.fi/linux/
3880 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3881 T:      git git://linuxtv.org/anttip/media_tree.git
3882 S:      Maintained
3883 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3884
3885 DVB_USB_V2 MEDIA DRIVER
3886 M:      Antti Palosaari <[email protected]>
3887 L:      [email protected]
3888 W:      https://linuxtv.org
3889 W:      http://palosaari.fi/linux/
3890 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3891 T:      git git://linuxtv.org/anttip/media_tree.git
3892 S:      Maintained
3893 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3894 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3895
3896 DYNAMIC DEBUG
3897 M:      Jason Baron <[email protected]>
3898 S:      Maintained
3899 F:      lib/dynamic_debug.c
3900 F:      include/linux/dynamic_debug.h
3901
3902 DZ DECSTATION DZ11 SERIAL DRIVER
3903 M:      "Maciej W. Rozycki" <[email protected]>
3904 S:      Maintained
3905 F:      drivers/tty/serial/dz.*
3906
3907 E3X0 POWER BUTTON DRIVER
3908 M:      Moritz Fischer <[email protected]>
3909 L:      [email protected]
3910 W:      http://www.ettus.com
3911 S:      Supported
3912 F:      drivers/input/misc/e3x0-button.c
3913 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3914
3915 E4000 MEDIA DRIVER
3916 M:      Antti Palosaari <[email protected]>
3917 L:      [email protected]
3918 W:      https://linuxtv.org
3919 W:      http://palosaari.fi/linux/
3920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3921 T:      git git://linuxtv.org/anttip/media_tree.git
3922 S:      Maintained
3923 F:      drivers/media/tuners/e4000*
3924
3925 EATA ISA/EISA/PCI SCSI DRIVER
3926 M:      Dario Ballabio <[email protected]>
3927 L:      [email protected]
3928 S:      Maintained
3929 F:      drivers/scsi/eata.c
3930
3931 EC100 MEDIA DRIVER
3932 M:      Antti Palosaari <[email protected]>
3933 L:      [email protected]
3934 W:      https://linuxtv.org
3935 W:      http://palosaari.fi/linux/
3936 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3937 T:      git git://linuxtv.org/anttip/media_tree.git
3938 S:      Maintained
3939 F:      drivers/media/dvb-frontends/ec100*
3940
3941 ECRYPT FILE SYSTEM
3942 M:      Tyler Hicks <[email protected]>
3943 L:      [email protected]
3944 W:      http://ecryptfs.org
3945 W:      https://launchpad.net/ecryptfs
3946 S:      Supported
3947 F:      Documentation/filesystems/ecryptfs.txt
3948 F:      fs/ecryptfs/
3949
3950 EDAC-CORE
3951 M:      Doug Thompson <[email protected]>
3952 M:      Borislav Petkov <[email protected]>
3953 M:      Mauro Carvalho Chehab <[email protected]>
3954 L:      [email protected]
3955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
3956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
3957 S:      Supported
3958 F:      Documentation/edac.txt
3959 F:      drivers/edac/
3960 F:      include/linux/edac.h
3961
3962 EDAC-AMD64
3963 M:      Doug Thompson <[email protected]>
3964 M:      Borislav Petkov <[email protected]>
3965 L:      [email protected]
3966 S:      Maintained
3967 F:      drivers/edac/amd64_edac*
3968
3969 EDAC-CALXEDA
3970 M:      Doug Thompson <[email protected]>
3971 M:      Robert Richter <[email protected]>
3972 L:      [email protected]
3973 S:      Maintained
3974 F:      drivers/edac/highbank*
3975
3976 EDAC-CAVIUM
3977 M:      Ralf Baechle <[email protected]>
3978 M:      David Daney <[email protected]>
3979 L:      [email protected]
3980 L:      [email protected]
3981 S:      Supported
3982 F:      drivers/edac/octeon_edac*
3983
3984 EDAC-E752X
3985 M:      Mark Gross <[email protected]>
3986 M:      Doug Thompson <[email protected]>
3987 L:      [email protected]
3988 S:      Maintained
3989 F:      drivers/edac/e752x_edac.c
3990
3991 EDAC-E7XXX
3992 M:      Doug Thompson <[email protected]>
3993 L:      [email protected]
3994 S:      Maintained
3995 F:      drivers/edac/e7xxx_edac.c
3996
3997 EDAC-GHES
3998 M:      Mauro Carvalho Chehab <[email protected]>
3999 L:      [email protected]
4000 S:      Maintained
4001 F:      drivers/edac/ghes_edac.c
4002
4003 EDAC-I82443BXGX
4004 M:      Tim Small <[email protected]>
4005 L:      [email protected]
4006 S:      Maintained
4007 F:      drivers/edac/i82443bxgx_edac.c
4008
4009 EDAC-I3000
4010 M:      Jason Uhlenkott <[email protected]>
4011 L:      [email protected]
4012 S:      Maintained
4013 F:      drivers/edac/i3000_edac.c
4014
4015 EDAC-I5000
4016 M:      Doug Thompson <[email protected]>
4017 L:      [email protected]
4018 S:      Maintained
4019 F:      drivers/edac/i5000_edac.c
4020
4021 EDAC-I5400
4022 M:      Mauro Carvalho Chehab <[email protected]>
4023 L:      [email protected]
4024 S:      Maintained
4025 F:      drivers/edac/i5400_edac.c
4026
4027 EDAC-I7300
4028 M:      Mauro Carvalho Chehab <[email protected]>
4029 L:      [email protected]
4030 S:      Maintained
4031 F:      drivers/edac/i7300_edac.c
4032
4033 EDAC-I7CORE
4034 M:      Mauro Carvalho Chehab <[email protected]>
4035 L:      [email protected]
4036 S:      Maintained
4037 F:      drivers/edac/i7core_edac.c
4038
4039 EDAC-I82975X
4040 M:      Ranganathan Desikan <[email protected]>
4041 M:      "Arvind R." <[email protected]>
4042 L:      [email protected]
4043 S:      Maintained
4044 F:      drivers/edac/i82975x_edac.c
4045
4046 EDAC-IE31200
4047 M:      Jason Baron <[email protected]>
4048 L:      [email protected]
4049 S:      Maintained
4050 F:      drivers/edac/ie31200_edac.c
4051
4052 EDAC-MPC85XX
4053 M:      Johannes Thumshirn <[email protected]>
4054 L:      [email protected]
4055 S:      Maintained
4056 F:      drivers/edac/mpc85xx_edac.[ch]
4057
4058 EDAC-PASEMI
4059 M:      Egor Martovetsky <[email protected]>
4060 L:      [email protected]
4061 S:      Maintained
4062 F:      drivers/edac/pasemi_edac.c
4063
4064 EDAC-R82600
4065 M:      Tim Small <[email protected]>
4066 L:      [email protected]
4067 S:      Maintained
4068 F:      drivers/edac/r82600_edac.c
4069
4070 EDAC-SBRIDGE
4071 M:      Mauro Carvalho Chehab <[email protected]>
4072 L:      [email protected]
4073 S:      Maintained
4074 F:      drivers/edac/sb_edac.c
4075
4076 EDAC-XGENE
4077 APPLIED MICRO (APM) X-GENE SOC EDAC
4078 M:     Loc Ho <[email protected]>
4079 S:     Supported
4080 F:     drivers/edac/xgene_edac.c
4081 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4082
4083 EDIROL UA-101/UA-1000 DRIVER
4084 M:      Clemens Ladisch <[email protected]>
4085 L:      [email protected] (moderated for non-subscribers)
4086 T:      git git://git.alsa-project.org/alsa-kernel.git
4087 S:      Maintained
4088 F:      sound/usb/misc/ua101.c
4089
4090 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4091 M:      Matt Fleming <[email protected]>
4092 L:      [email protected]
4093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4094 S:      Maintained
4095 F:      Documentation/efi-stub.txt
4096 F:      arch/ia64/kernel/efi.c
4097 F:      arch/x86/boot/compressed/eboot.[ch]
4098 F:      arch/x86/include/asm/efi.h
4099 F:      arch/x86/platform/efi/*
4100 F:      drivers/firmware/efi/*
4101 F:      include/linux/efi*.h
4102
4103 EFI VARIABLE FILESYSTEM
4104 M:      Matthew Garrett <[email protected]>
4105 M:      Jeremy Kerr <[email protected]>
4106 M:      Matt Fleming <[email protected]>
4107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4108 L:      [email protected]
4109 S:      Maintained
4110 F:      fs/efivarfs/
4111
4112 EFIFB FRAMEBUFFER DRIVER
4113 L:      [email protected]
4114 M:      Peter Jones <[email protected]>
4115 S:      Maintained
4116 F:      drivers/video/fbdev/efifb.c
4117
4118 EFS FILESYSTEM
4119 W:      http://aeschi.ch.eu.org/efs/
4120 S:      Orphan
4121 F:      fs/efs/
4122
4123 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4124 M:      Hoang-Nam Nguyen <[email protected]>
4125 M:      Christoph Raisch <[email protected]>
4126 L:      [email protected]
4127 S:      Supported
4128 F:      drivers/infiniband/hw/ehca/
4129
4130 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4131 M:      Thadeu Lima de Souza Cascardo <[email protected]>
4132 L:      [email protected]
4133 S:      Maintained
4134 F:      drivers/net/ethernet/ibm/ehea/
4135
4136 EM28XX VIDEO4LINUX DRIVER
4137 M:      Mauro Carvalho Chehab <[email protected]>
4138 L:      [email protected]
4139 W:      https://linuxtv.org
4140 T:      git git://linuxtv.org/media_tree.git
4141 S:      Maintained
4142 F:      drivers/media/usb/em28xx/
4143
4144 EMBEDDED LINUX
4145 M:      Paul Gortmaker <[email protected]>
4146 M:      Matt Mackall <[email protected]>
4147 M:      David Woodhouse <[email protected]>
4148 L:      [email protected]
4149 S:      Maintained
4150
4151 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4152 M:      James Smart <[email protected]>
4153 M:      Dick Kennedy <[email protected]>
4154 L:      [email protected]
4155 W:      http://www.avagotech.com
4156 S:      Supported
4157 F:      drivers/scsi/lpfc/
4158
4159 ENE CB710 FLASH CARD READER DRIVER
4160 M:      MichaÅ‚ MirosÅ‚aw <[email protected]>
4161 S:      Maintained
4162 F:      drivers/misc/cb710/
4163 F:      drivers/mmc/host/cb710-mmc.*
4164 F:      include/linux/cb710.h
4165
4166 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4167 M:      Maxim Levitsky <[email protected]>
4168 S:      Maintained
4169 F:      drivers/media/rc/ene_ir.*
4170
4171 ENHANCED ERROR HANDLING (EEH)
4172 M:      Gavin Shan <[email protected]>
4173 L:      [email protected]
4174 S:      Supported
4175 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4176 F:      arch/powerpc/kernel/eeh*.c
4177
4178 EPSON S1D13XXX FRAMEBUFFER DRIVER
4179 M:      Kristoffer Ericson <[email protected]>
4180 S:      Maintained
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4182 F:      drivers/video/fbdev/s1d13xxxfb.c
4183 F:      include/video/s1d13xxxfb.h
4184
4185 ET131X NETWORK DRIVER
4186 M:      Mark Einon <[email protected]>
4187 S:      Odd Fixes
4188 F:      drivers/net/ethernet/agere/
4189
4190 ETHERNET BRIDGE
4191 M:      Stephen Hemminger <[email protected]>
4192 L:      [email protected]
4193 L:      [email protected]
4194 W:      http://www.linuxfoundation.org/en/Net:Bridge
4195 S:      Maintained
4196 F:      include/linux/netfilter_bridge/
4197 F:      net/bridge/
4198
4199 ETHERNET PHY LIBRARY
4200 M:      Florian Fainelli <[email protected]>
4201 L:      [email protected]
4202 S:      Maintained
4203 F:      include/linux/phy.h
4204 F:      include/linux/phy_fixed.h
4205 F:      drivers/net/phy/
4206 F:      Documentation/networking/phy.txt
4207 F:      drivers/of/of_mdio.c
4208 F:      drivers/of/of_net.c
4209
4210 EXT2 FILE SYSTEM
4211 M:      Jan Kara <[email protected]>
4212 L:      [email protected]
4213 S:      Maintained
4214 F:      Documentation/filesystems/ext2.txt
4215 F:      fs/ext2/
4216 F:      include/linux/ext2*
4217
4218 EXT4 FILE SYSTEM
4219 M:      "Theodore Ts'o" <[email protected]>
4220 M:      Andreas Dilger <[email protected]>
4221 L:      [email protected]
4222 W:      http://ext4.wiki.kernel.org
4223 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4224 S:      Maintained
4225 F:      Documentation/filesystems/ext4.txt
4226 F:      fs/ext4/
4227
4228 Extended Verification Module (EVM)
4229 M:      Mimi Zohar <[email protected]>
4230 L:      [email protected]
4231 L:      [email protected]
4232 S:      Supported
4233 F:      security/integrity/evm/
4234
4235 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4236 M:      MyungJoo Ham <[email protected]>
4237 M:      Chanwoo Choi <[email protected]>
4238 L:      [email protected]
4239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4240 S:      Maintained
4241 F:      drivers/extcon/
4242 F:      include/linux/extcon/
4243 F:      include/linux/extcon.h
4244 F:      Documentation/extcon/
4245 F:      Documentation/devicetree/bindings/extcon/
4246
4247 EXYNOS DP DRIVER
4248 M:      Jingoo Han <[email protected]>
4249 L:      [email protected]
4250 S:      Maintained
4251 F:      drivers/gpu/drm/exynos/exynos_dp*
4252
4253 EXYNOS MIPI DISPLAY DRIVERS
4254 M:      Inki Dae <[email protected]>
4255 M:      Donghwa Lee <[email protected]>
4256 M:      Kyungmin Park <[email protected]>
4257 L:      [email protected]
4258 S:      Maintained
4259 F:      drivers/video/fbdev/exynos/exynos_mipi*
4260 F:      include/video/exynos_mipi*
4261
4262 F71805F HARDWARE MONITORING DRIVER
4263 M:      Jean Delvare <[email protected]>
4264 L:      [email protected]
4265 S:      Maintained
4266 F:      Documentation/hwmon/f71805f
4267 F:      drivers/hwmon/f71805f.c
4268
4269 FC0011 TUNER DRIVER
4270 M:      Michael Buesch <[email protected]>
4271 L:      [email protected]
4272 S:      Maintained
4273 F:      drivers/media/tuners/fc0011.h
4274 F:      drivers/media/tuners/fc0011.c
4275
4276 FC2580 MEDIA DRIVER
4277 M:      Antti Palosaari <[email protected]>
4278 L:      [email protected]
4279 W:      https://linuxtv.org
4280 W:      http://palosaari.fi/linux/
4281 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4282 T:      git git://linuxtv.org/anttip/media_tree.git
4283 S:      Maintained
4284 F:      drivers/media/tuners/fc2580*
4285
4286 FANOTIFY
4287 M:      Eric Paris <[email protected]>
4288 S:      Maintained
4289 F:      fs/notify/fanotify/
4290 F:      include/linux/fanotify.h
4291 F:      include/uapi/linux/fanotify.h
4292
4293 FARSYNC SYNCHRONOUS DRIVER
4294 M:      Kevin Curtis <[email protected]>
4295 W:      http://www.farsite.co.uk/
4296 S:      Supported
4297 F:      drivers/net/wan/farsync.*
4298
4299 FAULT INJECTION SUPPORT
4300 M:      Akinobu Mita <[email protected]>
4301 S:      Supported
4302 F:      Documentation/fault-injection/
4303 F:      lib/fault-inject.c
4304
4305 FBTFT Framebuffer drivers
4306 M:      Thomas Petazzoni <[email protected]>
4307 M:      Noralf Trønnes <[email protected]>
4308 S:      Maintained
4309 F:      drivers/staging/fbtft/
4310
4311 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4312 M:      Vasu Dev <[email protected]>
4313 L:      [email protected]
4314 W:      www.Open-FCoE.org
4315 S:      Supported
4316 F:      drivers/scsi/libfc/
4317 F:      drivers/scsi/fcoe/
4318 F:      include/scsi/fc/
4319 F:      include/scsi/libfc.h
4320 F:      include/scsi/libfcoe.h
4321 F:      include/uapi/scsi/fc/
4322
4323 FILE LOCKING (flock() and fcntl()/lockf())
4324 M:      Jeff Layton <[email protected]>
4325 M:      "J. Bruce Fields" <[email protected]>
4326 L:      [email protected]
4327 S:      Maintained
4328 F:      include/linux/fcntl.h
4329 F:      include/linux/fs.h
4330 F:      include/uapi/linux/fcntl.h
4331 F:      include/uapi/linux/fs.h
4332 F:      fs/fcntl.c
4333 F:      fs/locks.c
4334
4335 FILESYSTEMS (VFS and infrastructure)
4336 M:      Alexander Viro <[email protected]>
4337 L:      [email protected]
4338 S:      Maintained
4339 F:      fs/*
4340
4341 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4342 M:      Riku Voipio <[email protected]>
4343 L:      [email protected]
4344 S:      Maintained
4345 F:      drivers/hwmon/f75375s.c
4346 F:      include/linux/f75375s.h
4347
4348 FIREWIRE AUDIO DRIVERS
4349 M:      Clemens Ladisch <[email protected]>
4350 L:      [email protected] (moderated for non-subscribers)
4351 T:      git git://git.alsa-project.org/alsa-kernel.git
4352 S:      Maintained
4353 F:      sound/firewire/
4354
4355 FIREWIRE MEDIA DRIVERS (firedtv)
4356 M:      Stefan Richter <[email protected]>
4357 L:      [email protected]
4358 L:      [email protected]
4359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4360 S:      Maintained
4361 F:      drivers/media/firewire/
4362
4363 FIREWIRE SBP-2 TARGET
4364 M:      Chris Boot <[email protected]>
4365 L:      [email protected]
4366 L:      [email protected]
4367 L:      [email protected]
4368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4369 S:      Maintained
4370 F:      drivers/target/sbp/
4371
4372 FIREWIRE SUBSYSTEM
4373 M:      Stefan Richter <[email protected]>
4374 L:      [email protected]
4375 W:      http://ieee1394.wiki.kernel.org/
4376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4377 S:      Maintained
4378 F:      drivers/firewire/
4379 F:      include/linux/firewire.h
4380 F:      include/uapi/linux/firewire*.h
4381 F:      tools/firewire/
4382
4383 FIRMWARE LOADER (request_firmware)
4384 M:      Ming Lei <[email protected]>
4385 L:      [email protected]
4386 S:      Maintained
4387 F:      Documentation/firmware_class/
4388 F:      drivers/base/firmware*.c
4389 F:      include/linux/firmware.h
4390
4391 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4392 M:      Joshua Morris <[email protected]>
4393 M:      Philip Kelleher <[email protected]>
4394 S:      Maintained
4395 F:      drivers/block/rsxx/
4396
4397 FLOPPY DRIVER
4398 M:      Jiri Kosina <[email protected]>
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4400 S:      Odd fixes
4401 F:      drivers/block/floppy.c
4402
4403 FMC SUBSYSTEM
4404 M:      Alessandro Rubini <[email protected]>
4405 W:      http://www.ohwr.org/projects/fmc-bus
4406 S:      Supported
4407 F:      drivers/fmc/
4408 F:      include/linux/fmc*.h
4409 F:      include/linux/ipmi-fru.h
4410 K:      fmc_d.*register
4411
4412 FPGA MANAGER FRAMEWORK
4413 M:      Alan Tull <[email protected]>
4414 R:      Moritz Fischer <[email protected]>
4415 S:      Maintained
4416 F:      drivers/fpga/
4417 F:      include/linux/fpga/fpga-mgr.h
4418 W:      http://www.rocketboards.org
4419
4420 FPU EMULATOR
4421 M:      Bill Metzenthen <[email protected]>
4422 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4423 S:      Maintained
4424 F:      arch/x86/math-emu/
4425
4426 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4427 L:      [email protected]
4428 S:      Orphan
4429 F:      drivers/net/wan/dlci.c
4430 F:      drivers/net/wan/sdla.c
4431
4432 FRAMEBUFFER LAYER
4433 M:      Jean-Christophe Plagniol-Villard <[email protected]>
4434 M:      Tomi Valkeinen <[email protected]>
4435 L:      [email protected]
4436 W:      http://linux-fbdev.sourceforge.net/
4437 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4439 S:      Maintained
4440 F:      Documentation/fb/
4441 F:      drivers/video/
4442 F:      include/video/
4443 F:      include/linux/fb.h
4444 F:      include/uapi/video/
4445 F:      include/uapi/linux/fb.h
4446
4447 FREESCALE DIU FRAMEBUFFER DRIVER
4448 M:      Timur Tabi <[email protected]>
4449 L:      [email protected]
4450 S:      Maintained
4451 F:      drivers/video/fbdev/fsl-diu-fb.*
4452
4453 FREESCALE DMA DRIVER
4454 M:      Li Yang <[email protected]>
4455 M:      Zhang Wei <[email protected]>
4456 L:      [email protected]
4457 S:      Maintained
4458 F:      drivers/dma/fsldma.*
4459
4460 FREESCALE I2C CPM DRIVER
4461 M:      Jochen Friedrich <[email protected]>
4462 L:      [email protected]
4463 L:      [email protected]
4464 S:      Maintained
4465 F:      drivers/i2c/busses/i2c-cpm.c
4466
4467 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4468 M:      Sascha Hauer <[email protected]>
4469 L:      [email protected]
4470 L:      [email protected] (moderated for non-subscribers)
4471 S:      Maintained
4472 F:      include/linux/platform_data/video-imxfb.h
4473 F:      drivers/video/fbdev/imxfb.c
4474
4475 FREESCALE QUAD SPI DRIVER
4476 M:      Han Xu <[email protected]>
4477 L:      [email protected]
4478 S:      Maintained
4479 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4480
4481 FREESCALE SOC FS_ENET DRIVER
4482 M:      Pantelis Antoniou <[email protected]>
4483 M:      Vitaly Bordug <[email protected]>
4484 L:      [email protected]
4485 L:      [email protected]
4486 S:      Maintained
4487 F:      drivers/net/ethernet/freescale/fs_enet/
4488 F:      include/linux/fs_enet_pd.h
4489
4490 FREESCALE QUICC ENGINE LIBRARY
4491 L:      [email protected]
4492 S:      Orphan
4493 F:      drivers/soc/fsl/qe/
4494 F:      include/soc/fsl/*qe*.h
4495 F:      include/soc/fsl/*ucc*.h
4496
4497 FREESCALE USB PERIPHERAL DRIVERS
4498 M:      Li Yang <[email protected]>
4499 L:      [email protected]
4500 L:      [email protected]
4501 S:      Maintained
4502 F:      drivers/usb/gadget/udc/fsl*
4503
4504 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4505 M:      Li Yang <[email protected]>
4506 L:      [email protected]
4507 L:      [email protected]
4508 S:      Maintained
4509 F:      drivers/net/ethernet/freescale/ucc_geth*
4510
4511 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4512 M:      Claudiu Manoil <[email protected]>
4513 L:      [email protected]
4514 S:      Maintained
4515 F:      drivers/net/ethernet/freescale/gianfar*
4516 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4517 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4518
4519 FREESCALE QUICC ENGINE UCC UART DRIVER
4520 M:      Timur Tabi <[email protected]>
4521 L:      [email protected]
4522 S:      Maintained
4523 F:      drivers/tty/serial/ucc_uart.c
4524
4525 FREESCALE SOC SOUND DRIVERS
4526 M:      Timur Tabi <[email protected]>
4527 M:      Nicolin Chen <[email protected]>
4528 M:      Xiubo Li <[email protected]>
4529 L:      [email protected] (moderated for non-subscribers)
4530 L:      [email protected]
4531 S:      Maintained
4532 F:      sound/soc/fsl/fsl*
4533 F:      sound/soc/fsl/imx*
4534 F:      sound/soc/fsl/mpc8610_hpcd.c
4535
4536 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4537 M:      "J. German Rivera" <[email protected]>
4538 L:      [email protected]
4539 S:      Maintained
4540 F:      drivers/staging/fsl-mc/
4541
4542 FREEVXFS FILESYSTEM
4543 M:      Christoph Hellwig <[email protected]>
4544 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4545 S:      Maintained
4546 F:      fs/freevxfs/
4547
4548 FREEZER
4549 M:      "Rafael J. Wysocki" <[email protected]>
4550 M:      Pavel Machek <[email protected]>
4551 L:      [email protected]
4552 S:      Supported
4553 F:      Documentation/power/freezing-of-tasks.txt
4554 F:      include/linux/freezer.h
4555 F:      kernel/freezer.c
4556
4557 FRONTSWAP API
4558 M:      Konrad Rzeszutek Wilk <[email protected]>
4559 L:      [email protected]
4560 S:      Maintained
4561 F:      mm/frontswap.c
4562 F:      include/linux/frontswap.h
4563
4564 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4565 M:      David Howells <[email protected]>
4566 L:      [email protected] (moderated for non-subscribers)
4567 S:      Supported
4568 F:      Documentation/filesystems/caching/
4569 F:      fs/fscache/
4570 F:      include/linux/fscache*.h
4571
4572 F2FS FILE SYSTEM
4573 M:      Jaegeuk Kim <[email protected]>
4574 M:      Changman Lee <[email protected]>
4575 R:      Chao Yu <[email protected]>
4576 L:      [email protected]
4577 W:      http://en.wikipedia.org/wiki/F2FS
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4579 S:      Maintained
4580 F:      Documentation/filesystems/f2fs.txt
4581 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4582 F:      fs/f2fs/
4583 F:      include/linux/f2fs_fs.h
4584 F:      include/trace/events/f2fs.h
4585
4586 FUJITSU FR-V (FRV) PORT
4587 M:      David Howells <[email protected]>
4588 S:      Maintained
4589 F:      arch/frv/
4590
4591 FUJITSU LAPTOP EXTRAS
4592 M:      Jonathan Woithe <[email protected]>
4593 L:      [email protected]
4594 S:      Maintained
4595 F:      drivers/platform/x86/fujitsu-laptop.c
4596
4597 FUJITSU M-5MO LS CAMERA ISP DRIVER
4598 M:      Kyungmin Park <[email protected]>
4599 M:      Heungjun Kim <[email protected]>
4600 L:      [email protected]
4601 S:      Maintained
4602 F:      drivers/media/i2c/m5mols/
4603 F:      include/media/i2c/m5mols.h
4604
4605 FUJITSU TABLET EXTRAS
4606 M:      Robert Gerlach <[email protected]>
4607 L:      [email protected]
4608 S:      Maintained
4609 F:      drivers/platform/x86/fujitsu-tablet.c
4610
4611 FUSE: FILESYSTEM IN USERSPACE
4612 M:      Miklos Szeredi <[email protected]>
4613 L:      [email protected]
4614 W:      http://fuse.sourceforge.net/
4615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4616 S:      Maintained
4617 F:      fs/fuse/
4618 F:      include/uapi/linux/fuse.h
4619 F:      Documentation/filesystems/fuse.txt
4620
4621 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4622 M:      Rik Faith <[email protected]>
4623 L:      [email protected]
4624 S:      Odd Fixes (e.g., new signatures)
4625 F:      drivers/scsi/fdomain.*
4626
4627 GCOV BASED KERNEL PROFILING
4628 M:      Peter Oberparleiter <[email protected]>
4629 S:      Maintained
4630 F:      kernel/gcov/
4631 F:      Documentation/gcov.txt
4632
4633 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4634 M:      Achim Leubner <[email protected]>
4635 L:      [email protected]
4636 W:      http://www.icp-vortex.com/
4637 S:      Supported
4638 F:      drivers/scsi/gdt*
4639
4640 GDB KERNEL DEBUGGING HELPER SCRIPTS
4641 M:      Jan Kiszka <[email protected]>
4642 S:      Supported
4643 F:      scripts/gdb/
4644
4645 GEMTEK FM RADIO RECEIVER DRIVER
4646 M:      Hans Verkuil <[email protected]>
4647 L:      [email protected]
4648 T:      git git://linuxtv.org/media_tree.git
4649 W:      https://linuxtv.org
4650 S:      Maintained
4651 F:      drivers/media/radio/radio-gemtek*
4652
4653 GENERIC GPIO I2C DRIVER
4654 M:      Haavard Skinnemoen <[email protected]>
4655 S:      Supported
4656 F:      drivers/i2c/busses/i2c-gpio.c
4657 F:      include/linux/i2c-gpio.h
4658
4659 GENERIC GPIO I2C MULTIPLEXER DRIVER
4660 M:      Peter Korsgaard <[email protected]>
4661 L:      [email protected]
4662 S:      Supported
4663 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4664 F:      include/linux/i2c-mux-gpio.h
4665 F:      Documentation/i2c/muxes/i2c-mux-gpio
4666
4667 GENERIC HDLC (WAN) DRIVERS
4668 M:      Krzysztof Halasa <[email protected]>
4669 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4670 S:      Maintained
4671 F:      drivers/net/wan/c101.c
4672 F:      drivers/net/wan/hd6457*
4673 F:      drivers/net/wan/hdlc*
4674 F:      drivers/net/wan/n2.c
4675 F:      drivers/net/wan/pc300too.c
4676 F:      drivers/net/wan/pci200syn.c
4677 F:      drivers/net/wan/wanxl*
4678
4679 GENERIC INCLUDE/ASM HEADER FILES
4680 M:      Arnd Bergmann <[email protected]>
4681 L:      [email protected]
4682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4683 S:      Maintained
4684 F:      include/asm-generic/
4685 F:      include/uapi/asm-generic/
4686
4687 GENERIC PHY FRAMEWORK
4688 M:      Kishon Vijay Abraham I <[email protected]>
4689 L:      [email protected]
4690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4691 S:      Supported
4692 F:      drivers/phy/
4693 F:      include/linux/phy/
4694
4695 GENERIC PM DOMAINS
4696 M:      "Rafael J. Wysocki" <[email protected]>
4697 M:      Kevin Hilman <[email protected]>
4698 M:      Ulf Hansson <[email protected]>
4699 L:      [email protected]
4700 S:      Supported
4701 F:      drivers/base/power/domain*.c
4702 F:      include/linux/pm_domain.h
4703
4704 GENERIC UIO DRIVER FOR PCI DEVICES
4705 M:      "Michael S. Tsirkin" <[email protected]>
4706 L:      [email protected]
4707 S:      Supported
4708 F:      drivers/uio/uio_pci_generic.c
4709
4710 GET_MAINTAINER SCRIPT
4711 M:      Joe Perches <[email protected]>
4712 S:      Maintained
4713 F:      scripts/get_maintainer.pl
4714
4715 GFS2 FILE SYSTEM
4716 M:      Steven Whitehouse <[email protected]>
4717 M:      Bob Peterson <[email protected]>
4718 L:      [email protected]
4719 W:      http://sources.redhat.com/cluster/
4720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4721 S:      Supported
4722 F:      Documentation/filesystems/gfs2*.txt
4723 F:      fs/gfs2/
4724 F:      include/uapi/linux/gfs2_ondisk.h
4725
4726 GIGASET ISDN DRIVERS
4727 M:      Paul Bolle <[email protected]>
4728 L:      [email protected]
4729 W:      http://gigaset307x.sourceforge.net/
4730 S:      Odd Fixes
4731 F:      Documentation/isdn/README.gigaset
4732 F:      drivers/isdn/gigaset/
4733 F:      include/uapi/linux/gigaset_dev.h
4734
4735 GO7007 MPEG CODEC
4736 M:      Hans Verkuil <[email protected]>
4737 L:      [email protected]
4738 S:      Maintained
4739 F:      drivers/media/usb/go7007/
4740
4741 GOODIX TOUCHSCREEN
4742 M:      Bastien Nocera <[email protected]>
4743 L:      [email protected]
4744 S:      Maintained
4745 F:      drivers/input/touchscreen/goodix.c
4746
4747 GPIO SUBSYSTEM
4748 M:      Linus Walleij <[email protected]>
4749 M:      Alexandre Courbot <[email protected]>
4750 L:      [email protected]
4751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4752 S:      Maintained
4753 F:      Documentation/gpio/
4754 F:      drivers/gpio/
4755 F:      include/linux/gpio/
4756 F:      include/linux/gpio.h
4757 F:      include/asm-generic/gpio.h
4758
4759 GRE DEMULTIPLEXER DRIVER
4760 M:      Dmitry Kozlov <[email protected]>
4761 L:      [email protected]
4762 S:      Maintained
4763 F:      net/ipv4/gre_demux.c
4764 F:      net/ipv4/gre_offload.c
4765 F:      include/net/gre.h
4766
4767 GRETH 10/100/1G Ethernet MAC device driver
4768 M:      Kristoffer Glembo <[email protected]>
4769 L:      [email protected]
4770 S:      Maintained
4771 F:      drivers/net/ethernet/aeroflex/
4772
4773 GSPCA FINEPIX SUBDRIVER
4774 M:      Frank Zago <[email protected]>
4775 L:      [email protected]
4776 T:      git git://linuxtv.org/media_tree.git
4777 S:      Maintained
4778 F:      drivers/media/usb/gspca/finepix.c
4779
4780 GSPCA GL860 SUBDRIVER
4781 M:      Olivier Lorin <[email protected]>
4782 L:      [email protected]
4783 T:      git git://linuxtv.org/media_tree.git
4784 S:      Maintained
4785 F:      drivers/media/usb/gspca/gl860/
4786
4787 GSPCA M5602 SUBDRIVER
4788 M:      Erik Andren <[email protected]>
4789 L:      [email protected]
4790 T:      git git://linuxtv.org/media_tree.git
4791 S:      Maintained
4792 F:      drivers/media/usb/gspca/m5602/
4793
4794 GSPCA PAC207 SONIXB SUBDRIVER
4795 M:      Hans de Goede <[email protected]>
4796 L:      [email protected]
4797 T:      git git://linuxtv.org/media_tree.git
4798 S:      Maintained
4799 F:      drivers/media/usb/gspca/pac207.c
4800
4801 GSPCA SN9C20X SUBDRIVER
4802 M:      Brian Johnson <[email protected]>
4803 L:      [email protected]
4804 T:      git git://linuxtv.org/media_tree.git
4805 S:      Maintained
4806 F:      drivers/media/usb/gspca/sn9c20x.c
4807
4808 GSPCA T613 SUBDRIVER
4809 M:      Leandro Costantino <[email protected]>
4810 L:      [email protected]
4811 T:      git git://linuxtv.org/media_tree.git
4812 S:      Maintained
4813 F:      drivers/media/usb/gspca/t613.c
4814
4815 GSPCA USB WEBCAM DRIVER
4816 M:      Hans de Goede <[email protected]>
4817 L:      [email protected]
4818 T:      git git://linuxtv.org/media_tree.git
4819 S:      Maintained
4820 F:      drivers/media/usb/gspca/
4821
4822 GUID PARTITION TABLE (GPT)
4823 M:      Davidlohr Bueso <[email protected]>
4824 L:      [email protected]
4825 S:      Maintained
4826 F:      block/partitions/efi.*
4827
4828 STK1160 USB VIDEO CAPTURE DRIVER
4829 M:      Ezequiel Garcia <[email protected]>
4830 L:      [email protected]
4831 T:      git git://linuxtv.org/media_tree.git
4832 S:      Maintained
4833 F:      drivers/media/usb/stk1160/
4834
4835 H8/300 ARCHITECTURE
4836 M:      Yoshinori Sato <[email protected]>
4837 L:      [email protected] (moderated for non-subscribers)
4838 W:      http://uclinux-h8.sourceforge.jp
4839 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4840 S:      Maintained
4841 F:      arch/h8300/
4842 F:      drivers/clocksource/h8300_*.c
4843 F:      drivers/clk/h8300/
4844 F:      drivers/irqchip/irq-renesas-h8*.c
4845
4846 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4847 M:      Frank Seidel <[email protected]>
4848 L:      [email protected]
4849 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4850 S:      Maintained
4851 F:      drivers/platform/x86/hdaps.c
4852
4853 HDPVR USB VIDEO ENCODER DRIVER
4854 M:      Hans Verkuil <[email protected]>
4855 L:      [email protected]
4856 T:      git git://linuxtv.org/media_tree.git
4857 W:      https://linuxtv.org
4858 S:      Odd Fixes
4859 F:      drivers/media/usb/hdpvr/
4860
4861 HWPOISON MEMORY FAILURE HANDLING
4862 M:      Naoya Horiguchi <[email protected]>
4863 L:      [email protected]
4864 S:      Maintained
4865 F:      mm/memory-failure.c
4866 F:      mm/hwpoison-inject.c
4867
4868 HYPERVISOR VIRTUAL CONSOLE DRIVER
4869 L:      [email protected]
4870 S:      Odd Fixes
4871 F:      drivers/tty/hvc/
4872
4873 HACKRF MEDIA DRIVER
4874 M:      Antti Palosaari <[email protected]>
4875 L:      [email protected]
4876 W:      https://linuxtv.org
4877 W:      http://palosaari.fi/linux/
4878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4879 T:      git git://linuxtv.org/anttip/media_tree.git
4880 S:      Maintained
4881 F:      drivers/media/usb/hackrf/
4882
4883 HARDWARE MONITORING
4884 M:      Jean Delvare <[email protected]>
4885 M:      Guenter Roeck <[email protected]>
4886 L:      [email protected]
4887 W:      http://www.lm-sensors.org/
4888 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4890 S:      Maintained
4891 F:      Documentation/hwmon/
4892 F:      drivers/hwmon/
4893 F:      include/linux/hwmon*.h
4894
4895 HARDWARE RANDOM NUMBER GENERATOR CORE
4896 M:      Matt Mackall <[email protected]>
4897 M:      Herbert Xu <[email protected]>
4898 L:      [email protected]
4899 S:      Odd fixes
4900 F:      Documentation/hw_random.txt
4901 F:      drivers/char/hw_random/
4902 F:      include/linux/hw_random.h
4903
4904 HARDWARE SPINLOCK CORE
4905 M:      Ohad Ben-Cohen <[email protected]>
4906 S:      Maintained
4907 F:      Documentation/hwspinlock.txt
4908 F:      drivers/hwspinlock/hwspinlock_*
4909 F:      include/linux/hwspinlock.h
4910
4911 HARMONY SOUND DRIVER
4912 L:      [email protected]
4913 S:      Maintained
4914 F:      sound/parisc/harmony.*
4915
4916 HD29L2 MEDIA DRIVER
4917 M:      Antti Palosaari <[email protected]>
4918 L:      [email protected]
4919 W:      https://linuxtv.org
4920 W:      http://palosaari.fi/linux/
4921 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4922 T:      git git://linuxtv.org/anttip/media_tree.git
4923 S:      Maintained
4924 F:      drivers/media/dvb-frontends/hd29l2*
4925
4926 HEWLETT-PACKARD SMART2 RAID DRIVER
4927 L:      [email protected]
4928 S:      Orphan
4929 F:      Documentation/blockdev/cpqarray.txt
4930 F:      drivers/block/cpqarray.*
4931
4932 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4933 M:      Don Brace <[email protected]>
4934 L:      [email protected]
4935 L:      [email protected]
4936 L:      [email protected]
4937 S:      Supported
4938 F:      Documentation/scsi/hpsa.txt
4939 F:      drivers/scsi/hpsa*.[ch]
4940 F:      include/linux/cciss*.h
4941 F:      include/uapi/linux/cciss*.h
4942
4943 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4944 M:      Don Brace <[email protected]>
4945 L:      [email protected]
4946 L:      [email protected]
4947 L:      [email protected]
4948 S:      Supported
4949 F:      Documentation/blockdev/cciss.txt
4950 F:      drivers/block/cciss*
4951 F:      include/linux/cciss_ioctl.h
4952 F:      include/uapi/linux/cciss_ioctl.h
4953
4954 HFS FILESYSTEM
4955 L:      [email protected]
4956 S:      Orphan
4957 F:      Documentation/filesystems/hfs.txt
4958 F:      fs/hfs/
4959
4960 HFSPLUS FILESYSTEM
4961 L:      [email protected]
4962 S:      Orphan
4963 F:      Documentation/filesystems/hfsplus.txt
4964 F:      fs/hfsplus/
4965
4966 HGA FRAMEBUFFER DRIVER
4967 M:      Ferenc Bakonyi <[email protected]>
4968 L:      [email protected]
4969 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4970 S:      Maintained
4971 F:      drivers/video/fbdev/hgafb.c
4972
4973 HIBERNATION (aka Software Suspend, aka swsusp)
4974 M:      "Rafael J. Wysocki" <[email protected]>
4975 M:      Pavel Machek <[email protected]>
4976 L:      [email protected]
4977 S:      Supported
4978 F:      arch/x86/power/
4979 F:      drivers/base/power/
4980 F:      kernel/power/
4981 F:      include/linux/suspend.h
4982 F:      include/linux/freezer.h
4983 F:      include/linux/pm.h
4984 F:      arch/*/include/asm/suspend*.h
4985
4986 HID CORE LAYER
4987 M:      Jiri Kosina <[email protected]>
4988 R:      Benjamin Tissoires <[email protected]>
4989 L:      [email protected]
4990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4991 S:      Maintained
4992 F:      drivers/hid/
4993 F:      include/linux/hid*
4994 F:      include/uapi/linux/hid*
4995
4996 HID SENSOR HUB DRIVERS
4997 M:      Jiri Kosina <[email protected]>
4998 M:      Jonathan Cameron <[email protected]>
4999 M:      Srinivas Pandruvada <[email protected]>
5000 L:      [email protected]
5001 L:      [email protected]
5002 S:      Maintained
5003 F:      Documentation/hid/hid-sensor*
5004 F:      drivers/hid/hid-sensor-*
5005 F:      drivers/iio/*/hid-*
5006 F:      include/linux/hid-sensor-*
5007
5008 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5009 M:      Thomas Gleixner <[email protected]>
5010 L:      [email protected]
5011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5012 S:      Maintained
5013 F:      Documentation/timers/
5014 F:      kernel/time/hrtimer.c
5015 F:      kernel/time/clockevents.c
5016 F:      kernel/time/tick*.*
5017 F:      kernel/time/timer_*.c
5018 F:      include/linux/clockchips.h
5019 F:      include/linux/hrtimer.h
5020
5021 HIGH-SPEED SCC DRIVER FOR AX.25
5022 L:      [email protected]
5023 S:      Orphan
5024 F:      drivers/net/hamradio/dmascc.c
5025 F:      drivers/net/hamradio/scc.c
5026
5027 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5028 M:      HighPoint Linux Team <[email protected]>
5029 W:      http://www.highpoint-tech.com
5030 S:      Supported
5031 F:      Documentation/scsi/hptiop.txt
5032 F:      drivers/scsi/hptiop.c
5033
5034 HIPPI
5035 M:      Jes Sorensen <[email protected]>
5036 L:      [email protected]
5037 S:      Maintained
5038 F:      include/linux/hippidevice.h
5039 F:      include/uapi/linux/if_hippi.h
5040 F:      net/802/hippi.c
5041 F:      drivers/net/hippi/
5042
5043 HISILICON SAS Controller
5044 M:      John Garry <[email protected]>
5045 W:      http://www.hisilicon.com
5046 S:      Supported
5047 F:      drivers/scsi/hisi_sas/
5048 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5049
5050 HOST AP DRIVER
5051 M:      Jouni Malinen <[email protected]>
5052 L:      [email protected] (subscribers-only)
5053 L:      [email protected]
5054 W:      http://hostap.epitest.fi/
5055 S:      Maintained
5056 F:      drivers/net/wireless/intersil/hostap/
5057
5058 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5059 L:      [email protected]
5060 S:      Orphan
5061 F:      drivers/platform/x86/tc1100-wmi.c
5062
5063 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5064 M:      Jaroslav Kysela <[email protected]>
5065 S:      Maintained
5066 F:      drivers/net/ethernet/hp/hp100.*
5067
5068 HPET:   High Precision Event Timers driver
5069 M:      Clemens Ladisch <[email protected]>
5070 S:      Maintained
5071 F:      Documentation/timers/hpet.txt
5072 F:      drivers/char/hpet.c
5073 F:      include/linux/hpet.h
5074 F:      include/uapi/linux/hpet.h
5075
5076 HPET:   x86
5077 S:      Orphan
5078 F:      arch/x86/kernel/hpet.c
5079 F:      arch/x86/include/asm/hpet.h
5080
5081 HPFS FILESYSTEM
5082 M:      Mikulas Patocka <[email protected]>
5083 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5084 S:      Maintained
5085 F:      fs/hpfs/
5086
5087 HSI SUBSYSTEM
5088 M:      Sebastian Reichel <[email protected]>
5089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5090 S:      Maintained
5091 F:      Documentation/ABI/testing/sysfs-bus-hsi
5092 F:      Documentation/hsi.txt
5093 F:      drivers/hsi/
5094 F:      include/linux/hsi/
5095 F:      include/uapi/linux/hsi/
5096
5097 HSO 3G MODEM DRIVER
5098 M:      Jan Dumon <[email protected]>
5099 W:      http://www.pharscape.org
5100 S:      Maintained
5101 F:      drivers/net/usb/hso.c
5102
5103 HSR NETWORK PROTOCOL
5104 M:      Arvid Brodin <[email protected]>
5105 L:      [email protected]
5106 S:      Maintained
5107 F:      net/hsr/
5108
5109 HTCPEN TOUCHSCREEN DRIVER
5110 M:      Pau Oliva Fora <[email protected]>
5111 L:      [email protected]
5112 S:      Maintained
5113 F:      drivers/input/touchscreen/htcpen.c
5114
5115 HUGETLB FILESYSTEM
5116 M:      Nadia Yvette Chambers <[email protected]>
5117 S:      Maintained
5118 F:      fs/hugetlbfs/
5119
5120 Hyper-V CORE AND DRIVERS
5121 M:      "K. Y. Srinivasan" <[email protected]>
5122 M:      Haiyang Zhang <[email protected]>
5123 L:      [email protected]
5124 S:      Maintained
5125 F:      arch/x86/include/asm/mshyperv.h
5126 F:      arch/x86/include/uapi/asm/hyperv.h
5127 F:      arch/x86/kernel/cpu/mshyperv.c
5128 F:      drivers/hid/hid-hyperv.c
5129 F:      drivers/hv/
5130 F:      drivers/input/serio/hyperv-keyboard.c
5131 F:      drivers/net/hyperv/
5132 F:      drivers/scsi/storvsc_drv.c
5133 F:      drivers/video/fbdev/hyperv_fb.c
5134 F:      include/linux/hyperv.h
5135 F:      tools/hv/
5136 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5137
5138 I2C OVER PARALLEL PORT
5139 M:      Jean Delvare <[email protected]>
5140 L:      [email protected]
5141 S:      Maintained
5142 F:      Documentation/i2c/busses/i2c-parport
5143 F:      Documentation/i2c/busses/i2c-parport-light
5144 F:      drivers/i2c/busses/i2c-parport.c
5145 F:      drivers/i2c/busses/i2c-parport-light.c
5146
5147 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5148 M:      Jean Delvare <[email protected]>
5149 L:      [email protected]
5150 S:      Maintained
5151 F:      Documentation/i2c/busses/i2c-ali1535
5152 F:      Documentation/i2c/busses/i2c-ali1563
5153 F:      Documentation/i2c/busses/i2c-ali15x3
5154 F:      Documentation/i2c/busses/i2c-amd756
5155 F:      Documentation/i2c/busses/i2c-amd8111
5156 F:      Documentation/i2c/busses/i2c-i801
5157 F:      Documentation/i2c/busses/i2c-nforce2
5158 F:      Documentation/i2c/busses/i2c-piix4
5159 F:      Documentation/i2c/busses/i2c-sis5595
5160 F:      Documentation/i2c/busses/i2c-sis630
5161 F:      Documentation/i2c/busses/i2c-sis96x
5162 F:      Documentation/i2c/busses/i2c-via
5163 F:      Documentation/i2c/busses/i2c-viapro
5164 F:      drivers/i2c/busses/i2c-ali1535.c
5165 F:      drivers/i2c/busses/i2c-ali1563.c
5166 F:      drivers/i2c/busses/i2c-ali15x3.c
5167 F:      drivers/i2c/busses/i2c-amd756.c
5168 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5169 F:      drivers/i2c/busses/i2c-amd8111.c
5170 F:      drivers/i2c/busses/i2c-i801.c
5171 F:      drivers/i2c/busses/i2c-isch.c
5172 F:      drivers/i2c/busses/i2c-nforce2.c
5173 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5174 F:      drivers/i2c/busses/i2c-piix4.c
5175 F:      drivers/i2c/busses/i2c-sis5595.c
5176 F:      drivers/i2c/busses/i2c-sis630.c
5177 F:      drivers/i2c/busses/i2c-sis96x.c
5178 F:      drivers/i2c/busses/i2c-via.c
5179 F:      drivers/i2c/busses/i2c-viapro.c
5180
5181 I2C/SMBUS ISMT DRIVER
5182 M:      Seth Heasley <[email protected]>
5183 M:      Neil Horman <[email protected]>
5184 L:      [email protected]
5185 F:      drivers/i2c/busses/i2c-ismt.c
5186 F:      Documentation/i2c/busses/i2c-ismt
5187
5188 I2C/SMBUS STUB DRIVER
5189 M:      Jean Delvare <[email protected]>
5190 L:      [email protected]
5191 S:      Maintained
5192 F:      drivers/i2c/i2c-stub.c
5193
5194 I2C SUBSYSTEM
5195 M:      Wolfram Sang <[email protected]>
5196 L:      [email protected]
5197 W:      https://i2c.wiki.kernel.org/
5198 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5200 S:      Maintained
5201 F:      Documentation/devicetree/bindings/i2c/
5202 F:      Documentation/i2c/
5203 F:      drivers/i2c/
5204 F:      drivers/i2c/*/
5205 F:      include/linux/i2c.h
5206 F:      include/linux/i2c-*.h
5207 F:      include/uapi/linux/i2c.h
5208 F:      include/uapi/linux/i2c-*.h
5209
5210 I2C ACPI SUPPORT
5211 M:      Mika Westerberg <[email protected]>
5212 L:      [email protected]
5213 L:      [email protected]
5214 S:      Maintained
5215
5216 I2C-TAOS-EVM DRIVER
5217 M:      Jean Delvare <[email protected]>
5218 L:      [email protected]
5219 S:      Maintained
5220 F:      Documentation/i2c/busses/i2c-taos-evm
5221 F:      drivers/i2c/busses/i2c-taos-evm.c
5222
5223 I2C-TINY-USB DRIVER
5224 M:      Till Harbaum <[email protected]>
5225 L:      [email protected]
5226 W:      http://www.harbaum.org/till/i2c_tiny_usb
5227 S:      Maintained
5228 F:      drivers/i2c/busses/i2c-tiny-usb.c
5229
5230 i386 BOOT CODE
5231 M:      "H. Peter Anvin" <[email protected]>
5232 S:      Maintained
5233 F:      arch/x86/boot/
5234
5235 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5236 M:      "H. Peter Anvin" <[email protected]>
5237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5238 S:      Maintained
5239
5240 IA64 (Itanium) PLATFORM
5241 M:      Tony Luck <[email protected]>
5242 M:      Fenghua Yu <[email protected]>
5243 L:      [email protected]
5244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5245 S:      Maintained
5246 F:      arch/ia64/
5247
5248 IBM Power VMX Cryptographic instructions
5249 M:      Leonidas S. Barbosa <[email protected]>
5250 M:      Paulo Flabiano Smorigo <[email protected]>
5251 L:      [email protected]
5252 S:      Supported
5253 F:      drivers/crypto/vmx/Makefile
5254 F:      drivers/crypto/vmx/Kconfig
5255 F:      drivers/crypto/vmx/vmx.c
5256 F:      drivers/crypto/vmx/aes*
5257 F:      drivers/crypto/vmx/ghash*
5258 F:      drivers/crypto/vmx/ppc-xlate.pl
5259
5260 IBM Power in-Nest Crypto Acceleration
5261 M:      Leonidas S. Barbosa <[email protected]>
5262 M:      Paulo Flabiano Smorigo <[email protected]>
5263 L:      [email protected]
5264 S:      Supported
5265 F:      drivers/crypto/nx/Makefile
5266 F:      drivers/crypto/nx/Kconfig
5267 F:      drivers/crypto/nx/nx-aes*
5268 F:      drivers/crypto/nx/nx-sha*
5269 F:      drivers/crypto/nx/nx.*
5270 F:      drivers/crypto/nx/nx_csbcpb.h
5271 F:      drivers/crypto/nx/nx_debugfs.h
5272
5273 IBM Power 842 compression accelerator
5274 M:      Dan Streetman <[email protected]>
5275 S:      Supported
5276 F:      drivers/crypto/nx/Makefile
5277 F:      drivers/crypto/nx/Kconfig
5278 F:      drivers/crypto/nx/nx-842*
5279 F:      include/linux/sw842.h
5280 F:      crypto/842.c
5281 F:      lib/842/
5282
5283 IBM Power Linux RAID adapter
5284 M:      Brian King <[email protected]>
5285 S:      Supported
5286 F:      drivers/scsi/ipr.*
5287
5288 IBM Power Virtual Ethernet Device Driver
5289 M:      Thomas Falcon <[email protected]>
5290 L:      [email protected]
5291 S:      Supported
5292 F:      drivers/net/ethernet/ibm/ibmveth.*
5293
5294 IBM Power SRIOV Virtual NIC Device Driver
5295 M:      Thomas Falcon <[email protected]>
5296 M:      John Allen <[email protected]>
5297 L:      [email protected]
5298 S:      Supported
5299 F:      drivers/net/ethernet/ibm/ibmvnic.*
5300
5301 IBM Power Virtual SCSI Device Drivers
5302 M:      Tyrel Datwyler <[email protected]>
5303 L:      [email protected]
5304 S:      Supported
5305 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5306 F:      drivers/scsi/ibmvscsi/viosrp.h
5307
5308 IBM Power Virtual FC Device Drivers
5309 M:      Tyrel Datwyler <[email protected]>
5310 L:      [email protected]
5311 S:      Supported
5312 F:      drivers/scsi/ibmvscsi/ibmvfc*
5313
5314 IBM ServeRAID RAID DRIVER
5315 S:      Orphan
5316 F:      drivers/scsi/ips.*
5317
5318 ICH LPC AND GPIO DRIVER
5319 M:      Peter Tyser <[email protected]>
5320 S:      Maintained
5321 F:      drivers/mfd/lpc_ich.c
5322 F:      drivers/gpio/gpio-ich.c
5323
5324 IDE SUBSYSTEM
5325 M:      "David S. Miller" <[email protected]>
5326 L:      [email protected]
5327 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5329 S:      Maintained
5330 F:      Documentation/ide/
5331 F:      drivers/ide/
5332 F:      include/linux/ide.h
5333
5334 IDEAPAD LAPTOP EXTRAS DRIVER
5335 M:      Ike Panhc <[email protected]>
5336 L:      [email protected]
5337 W:      http://launchpad.net/ideapad-laptop
5338 S:      Maintained
5339 F:      drivers/platform/x86/ideapad-laptop.c
5340
5341 IDEAPAD LAPTOP SLIDEBAR DRIVER
5342 M:      Andrey Moiseev <[email protected]>
5343 L:      [email protected]
5344 W:      https://github.com/o2genum/ideapad-slidebar
5345 S:      Maintained
5346 F:      drivers/input/misc/ideapad_slidebar.c
5347
5348 IDE/ATAPI DRIVERS
5349 M:      Borislav Petkov <[email protected]>
5350 L:      [email protected]
5351 S:      Maintained
5352 F:      Documentation/cdrom/ide-cd
5353 F:      drivers/ide/ide-cd*
5354
5355 IDLE-I7300
5356 M:      Andy Henroid <[email protected]>
5357 L:      [email protected]
5358 S:      Supported
5359 F:      drivers/idle/i7300_idle.c
5360
5361 IEEE 802.15.4 SUBSYSTEM
5362 M:      Alexander Aring <[email protected]>
5363 L:      [email protected]
5364 W:      https://github.com/linux-wpan
5365 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5366 S:      Maintained
5367 F:      net/ieee802154/
5368 F:      net/mac802154/
5369 F:      drivers/net/ieee802154/
5370 F:      include/linux/nl802154.h
5371 F:      include/linux/ieee802154.h
5372 F:      include/net/nl802154.h
5373 F:      include/net/mac802154.h
5374 F:      include/net/af_ieee802154.h
5375 F:      include/net/cfg802154.h
5376 F:      include/net/ieee802154_netdev.h
5377 F:      Documentation/networking/ieee802154.txt
5378
5379 IGORPLUG-USB IR RECEIVER
5380 M:      Sean Young <[email protected]>
5381 L:      [email protected]
5382 S:      Maintained
5383 F:      drivers/media/rc/igorplugusb.c
5384
5385 IGUANAWORKS USB IR TRANSCEIVER
5386 M:      Sean Young <[email protected]>
5387 L:      [email protected]
5388 S:      Maintained
5389 F:      drivers/media/rc/iguanair.c
5390
5391 IIO SUBSYSTEM AND DRIVERS
5392 M:      Jonathan Cameron <[email protected]>
5393 R:      Hartmut Knaack <[email protected]>
5394 R:      Lars-Peter Clausen <[email protected]>
5395 R:      Peter Meerwald <[email protected]>
5396 L:      [email protected]
5397 S:      Maintained
5398 F:      drivers/iio/
5399 F:      drivers/staging/iio/
5400 F:      include/linux/iio/
5401 F:      tools/iio/
5402
5403 IKANOS/ADI EAGLE ADSL USB DRIVER
5404 M:      Matthieu Castet <[email protected]>
5405 M:      Stanislaw Gruszka <[email protected]>
5406 S:      Maintained
5407 F:      drivers/usb/atm/ueagle-atm.c
5408
5409 INA209 HARDWARE MONITOR DRIVER
5410 M:      Guenter Roeck <[email protected]>
5411 L:      [email protected]
5412 S:      Maintained
5413 F:      Documentation/hwmon/ina209
5414 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5415 F:      drivers/hwmon/ina209.c
5416
5417 INA2XX HARDWARE MONITOR DRIVER
5418 M:      Guenter Roeck <[email protected]>
5419 L:      [email protected]
5420 S:      Maintained
5421 F:      Documentation/hwmon/ina2xx
5422 F:      drivers/hwmon/ina2xx.c
5423 F:      include/linux/platform_data/ina2xx.h
5424
5425 INDUSTRY PACK SUBSYSTEM (IPACK)
5426 M:      Samuel Iglesias Gonsalvez <[email protected]>
5427 M:      Jens Taprogge <[email protected]>
5428 M:      Greg Kroah-Hartman <[email protected]>
5429 L:      [email protected]
5430 W:      http://industrypack.sourceforge.net
5431 S:      Maintained
5432 F:      drivers/ipack/
5433
5434 INGENIC JZ4780 DMA Driver
5435 M:      Zubair Lutfullah Kakakhel <[email protected]>
5436 S:      Maintained
5437 F:      drivers/dma/dma-jz4780.c
5438
5439 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5440 M:      Mimi Zohar <[email protected]>
5441 M:      Dmitry Kasatkin <[email protected]>
5442 L:      [email protected]
5443 L:      [email protected]
5444 L:      [email protected]
5445 S:      Supported
5446 F:      security/integrity/ima/
5447
5448 IMGTEC IR DECODER DRIVER
5449 M:      James Hogan <[email protected]>
5450 S:      Maintained
5451 F:      drivers/media/rc/img-ir/
5452
5453 IMS TWINTURBO FRAMEBUFFER DRIVER
5454 L:      [email protected]
5455 S:      Orphan
5456 F:      drivers/video/fbdev/imsttfb.c
5457
5458 INFINIBAND SUBSYSTEM
5459 M:      Doug Ledford <[email protected]>
5460 M:      Sean Hefty <[email protected]>
5461 M:      Hal Rosenstock <[email protected]>
5462 L:      [email protected]
5463 W:      http://www.openfabrics.org/
5464 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5466 S:      Supported
5467 F:      Documentation/infiniband/
5468 F:      drivers/infiniband/
5469 F:      drivers/staging/rdma/
5470 F:      include/uapi/linux/if_infiniband.h
5471 F:      include/uapi/rdma/
5472 F:      include/rdma/
5473
5474 INOTIFY
5475 M:      John McCutchan <[email protected]>
5476 M:      Robert Love <[email protected]>
5477 M:      Eric Paris <[email protected]>
5478 S:      Maintained
5479 F:      Documentation/filesystems/inotify.txt
5480 F:      fs/notify/inotify/
5481 F:      include/linux/inotify.h
5482 F:      include/uapi/linux/inotify.h
5483
5484 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5485 M:      Dmitry Torokhov <[email protected]>
5486 L:      [email protected]
5487 Q:      http://patchwork.kernel.org/project/linux-input/list/
5488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5489 S:      Maintained
5490 F:      drivers/input/
5491 F:      include/linux/input.h
5492 F:      include/uapi/linux/input.h
5493 F:      include/linux/input/
5494
5495 INPUT MULTITOUCH (MT) PROTOCOL
5496 M:      Henrik Rydberg <[email protected]>
5497 L:      [email protected]
5498 S:      Odd fixes
5499 F:      Documentation/input/multi-touch-protocol.txt
5500 F:      drivers/input/input-mt.c
5501 K:      \b(ABS|SYN)_MT_
5502
5503 INTEL ASoC BDW/HSW DRIVERS
5504 M:      Jie Yang <[email protected]>
5505 L:      [email protected] (moderated for non-subscribers)
5506 S:      Supported
5507 F:      sound/soc/intel/common/sst-dsp*
5508 F:      sound/soc/intel/common/sst-firmware.c
5509 F:      sound/soc/intel/boards/broadwell.c
5510 F:      sound/soc/intel/haswell/
5511
5512 INTEL C600 SERIES SAS CONTROLLER DRIVER
5513 M:      Intel SCU Linux support <[email protected]>
5514 M:      Artur Paszkiewicz <[email protected]>
5515 L:      [email protected]
5516 T:      git git://git.code.sf.net/p/intel-sas/isci
5517 S:      Supported
5518 F:      drivers/scsi/isci/
5519
5520 INTEL IDLE DRIVER
5521 M:      Len Brown <[email protected]>
5522 L:      [email protected]
5523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5524 S:      Supported
5525 F:      drivers/idle/intel_idle.c
5526
5527 INTEL PSTATE DRIVER
5528 M:      Srinivas Pandruvada <[email protected]>
5529 M:      Len Brown <[email protected]>
5530 L:      [email protected]
5531 S:      Supported
5532 F:      drivers/cpufreq/intel_pstate.c
5533
5534 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5535 M:      Maik Broemme <[email protected]>
5536 L:      [email protected]
5537 S:      Maintained
5538 F:      Documentation/fb/intelfb.txt
5539 F:      drivers/video/fbdev/intelfb/
5540
5541 INTEL 810/815 FRAMEBUFFER DRIVER
5542 M:      Antonino Daplas <[email protected]>
5543 L:      [email protected]
5544 S:      Maintained
5545 F:      drivers/video/fbdev/i810/
5546
5547 INTEL MENLOW THERMAL DRIVER
5548 M:      Sujith Thomas <[email protected]>
5549 L:      [email protected]
5550 W:      https://01.org/linux-acpi
5551 S:      Supported
5552 F:      drivers/platform/x86/intel_menlow.c
5553
5554 INTEL I/OAT DMA DRIVER
5555 M:      Dave Jiang <[email protected]>
5556 R:      Dan Williams <[email protected]>
5557 L:      [email protected]
5558 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5559 S:      Supported
5560 F:      drivers/dma/ioat*
5561
5562 INTEL IOMMU (VT-d)
5563 M:      David Woodhouse <[email protected]>
5564 L:      [email protected]
5565 T:      git git://git.infradead.org/iommu-2.6.git
5566 S:      Supported
5567 F:      drivers/iommu/intel-iommu.c
5568 F:      include/linux/intel-iommu.h
5569
5570 INTEL IOP-ADMA DMA DRIVER
5571 R:      Dan Williams <[email protected]>
5572 S:      Odd fixes
5573 F:      drivers/dma/iop-adma.c
5574
5575 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5576 M:      Krzysztof Halasa <[email protected]>
5577 S:      Maintained
5578 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5579 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5580 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5581 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5582 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5583 F:      drivers/net/wan/ixp4xx_hss.c
5584
5585 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5586 M:      Deepak Saxena <[email protected]>
5587 S:      Maintained
5588 F:      drivers/char/hw_random/ixp4xx-rng.c
5589
5590 INTEL ETHERNET DRIVERS
5591 M:      Jeff Kirsher <[email protected]>
5592 R:      Jesse Brandeburg <[email protected]>
5593 R:      Shannon Nelson <[email protected]>
5594 R:      Carolyn Wyborny <[email protected]>
5595 R:      Don Skidmore <[email protected]>
5596 R:      Bruce Allan <[email protected]>
5597 R:      John Ronciak <[email protected]>
5598 R:      Mitch Williams <[email protected]>
5599 L:      [email protected]
5600 W:      http://www.intel.com/support/feedback.htm
5601 W:      http://e1000.sourceforge.net/
5602 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5605 S:      Supported
5606 F:      Documentation/networking/e100.txt
5607 F:      Documentation/networking/e1000.txt
5608 F:      Documentation/networking/e1000e.txt
5609 F:      Documentation/networking/igb.txt
5610 F:      Documentation/networking/igbvf.txt
5611 F:      Documentation/networking/ixgb.txt
5612 F:      Documentation/networking/ixgbe.txt
5613 F:      Documentation/networking/ixgbevf.txt
5614 F:      Documentation/networking/i40e.txt
5615 F:      Documentation/networking/i40evf.txt
5616 F:      drivers/net/ethernet/intel/
5617 F:      drivers/net/ethernet/intel/*/
5618
5619 INTEL-MID GPIO DRIVER
5620 M:      David Cohen <[email protected]>
5621 L:      [email protected]
5622 S:      Maintained
5623 F:      drivers/gpio/gpio-intel-mid.c
5624
5625 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5626 M:      Stanislav Yakovlev <[email protected]>
5627 L:      [email protected]
5628 S:      Maintained
5629 F:      Documentation/networking/README.ipw2100
5630 F:      Documentation/networking/README.ipw2200
5631 F:      drivers/net/wireless/intel/ipw2x00/
5632
5633 INTEL(R) TRACE HUB
5634 M:      Alexander Shishkin <[email protected]>
5635 S:      Supported
5636 F:      Documentation/trace/intel_th.txt
5637 F:      drivers/hwtracing/intel_th/
5638
5639 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5640 M:      Ning Sun <[email protected]>
5641 L:      [email protected]
5642 W:      http://tboot.sourceforge.net
5643 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5644 S:      Supported
5645 F:      Documentation/intel_txt.txt
5646 F:      include/linux/tboot.h
5647 F:      arch/x86/kernel/tboot.c
5648
5649 INTEL WIRELESS WIMAX CONNECTION 2400
5650 M:      Inaky Perez-Gonzalez <[email protected]>
5651 M:      [email protected]
5652 L:      [email protected] (subscribers-only)
5653 S:      Supported
5654 W:      http://linuxwimax.org
5655 F:      Documentation/wimax/README.i2400m
5656 F:      drivers/net/wimax/i2400m/
5657 F:      include/uapi/linux/wimax/i2400m.h
5658
5659 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5660 M:      Stanislaw Gruszka <[email protected]>
5661 L:      [email protected]
5662 S:      Supported
5663 F:      drivers/net/wireless/intel/iwlegacy/
5664
5665 INTEL WIRELESS WIFI LINK (iwlwifi)
5666 M:      Johannes Berg <[email protected]>
5667 M:      Emmanuel Grumbach <[email protected]>
5668 M:      Intel Linux Wireless <[email protected]>
5669 L:      [email protected]
5670 W:      http://intellinuxwireless.org
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5672 S:      Supported
5673 F:      drivers/net/wireless/intel/iwlwifi/
5674
5675 INTEL MANAGEMENT ENGINE (mei)
5676 M:      Tomas Winkler <[email protected]>
5677 L:      [email protected]
5678 S:      Supported
5679 F:      include/uapi/linux/mei.h
5680 F:      include/linux/mei_cl_bus.h
5681 F:      drivers/misc/mei/*
5682 F:      Documentation/misc-devices/mei/*
5683
5684 INTEL MIC DRIVERS (mic)
5685 M:      Sudeep Dutt <[email protected]>
5686 M:      Ashutosh Dixit <[email protected]>
5687 S:      Supported
5688 W:      https://github.com/sudeepdutt/mic
5689 W:      http://software.intel.com/en-us/mic-developer
5690 F:      include/linux/mic_bus.h
5691 F:      include/linux/scif.h
5692 F:      include/uapi/linux/mic_common.h
5693 F:      include/uapi/linux/mic_ioctl.h
5694 F       include/uapi/linux/scif_ioctl.h
5695 F:      drivers/misc/mic/
5696 F:      drivers/dma/mic_x100_dma.c
5697 F:      drivers/dma/mic_x100_dma.h
5698 F       Documentation/mic/
5699
5700 INTEL PMC IPC DRIVER
5701 M:      Zha Qipeng<[email protected]>
5702 L:      [email protected]
5703 S:      Maintained
5704 F:      drivers/platform/x86/intel_pmc_ipc.c
5705 F:      arch/x86/include/asm/intel_pmc_ipc.h
5706
5707 IOC3 ETHERNET DRIVER
5708 M:      Ralf Baechle <[email protected]>
5709 L:      [email protected]
5710 S:      Maintained
5711 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5712
5713 IOC3 SERIAL DRIVER
5714 M:      Pat Gefre <[email protected]>
5715 L:      [email protected]
5716 S:      Maintained
5717 F:      drivers/tty/serial/ioc3_serial.c
5718
5719 IOMMU DRIVERS
5720 M:      Joerg Roedel <[email protected]>
5721 L:      [email protected]
5722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5723 S:      Maintained
5724 F:      drivers/iommu/
5725
5726 IP MASQUERADING
5727 M:      Juanjo Ciarlante <[email protected]>
5728 S:      Maintained
5729 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5730
5731 IPATH DRIVER
5732 M:      Mike Marciniszyn <[email protected]>
5733 L:      [email protected]
5734 S:      Maintained
5735 F:      drivers/staging/rdma/ipath/
5736
5737 IPMI SUBSYSTEM
5738 M:      Corey Minyard <[email protected]>
5739 L:      [email protected] (moderated for non-subscribers)
5740 W:      http://openipmi.sourceforge.net/
5741 S:      Supported
5742 F:      Documentation/IPMI.txt
5743 F:      drivers/char/ipmi/
5744 F:      include/linux/ipmi*
5745 F:      include/uapi/linux/ipmi*
5746
5747 QCOM AUDIO (ASoC) DRIVERS
5748 M:      Patrick Lai <[email protected]>
5749 M:      Banajit Goswami <[email protected]>
5750 L:      [email protected] (moderated for non-subscribers)
5751 S:      Supported
5752 F:      sound/soc/qcom/
5753
5754 IPS SCSI RAID DRIVER
5755 M:      Adaptec OEM Raid Solutions <[email protected]>
5756 L:      [email protected]
5757 W:      http://www.adaptec.com/
5758 S:      Maintained
5759 F:      drivers/scsi/ips*
5760
5761 IPVS
5762 M:      Wensong Zhang <[email protected]>
5763 M:      Simon Horman <[email protected]>
5764 M:      Julian Anastasov <[email protected]>
5765 L:      [email protected]
5766 L:      [email protected]
5767 S:      Maintained
5768 F:      Documentation/networking/ipvs-sysctl.txt
5769 F:      include/net/ip_vs.h
5770 F:      include/uapi/linux/ip_vs.h
5771 F:      net/netfilter/ipvs/
5772
5773 IPWIRELESS DRIVER
5774 M:      Jiri Kosina <[email protected]>
5775 M:      David Sterba <[email protected]>
5776 S:      Odd Fixes
5777 F:      drivers/tty/ipwireless/
5778
5779 IPX NETWORK LAYER
5780 M:      Arnaldo Carvalho de Melo <[email protected]>
5781 L:      [email protected]
5782 S:      Maintained
5783 F:      include/net/ipx.h
5784 F:      include/uapi/linux/ipx.h
5785 F:      net/ipx/
5786
5787 IRDA SUBSYSTEM
5788 M:      Samuel Ortiz <[email protected]>
5789 L:      [email protected] (subscribers-only)
5790 L:      [email protected]
5791 W:      http://irda.sourceforge.net/
5792 S:      Maintained
5793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5794 F:      Documentation/networking/irda.txt
5795 F:      drivers/net/irda/
5796 F:      include/net/irda/
5797 F:      net/irda/
5798
5799 IRQ SUBSYSTEM
5800 M:      Thomas Gleixner <[email protected]>
5801 L:      [email protected]
5802 S:      Maintained
5803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5804 F:      kernel/irq/
5805
5806 IRQCHIP DRIVERS
5807 M:      Thomas Gleixner <[email protected]>
5808 M:      Jason Cooper <[email protected]>
5809 M:      Marc Zyngier <[email protected]>
5810 L:      [email protected]
5811 S:      Maintained
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5813 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5814 F:      Documentation/devicetree/bindings/interrupt-controller/
5815 F:      drivers/irqchip/
5816
5817 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5818 M:      Jiang Liu <[email protected]>
5819 M:      Marc Zyngier <[email protected]>
5820 S:      Maintained
5821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5822 F:      Documentation/IRQ-domain.txt
5823 F:      include/linux/irqdomain.h
5824 F:      kernel/irq/irqdomain.c
5825 F:      kernel/irq/msi.c
5826
5827 ISAPNP
5828 M:      Jaroslav Kysela <[email protected]>
5829 S:      Maintained
5830 F:      Documentation/isapnp.txt
5831 F:      drivers/pnp/isapnp/
5832 F:      include/linux/isapnp.h
5833
5834 ISA RADIO MODULE
5835 M:      Hans Verkuil <[email protected]>
5836 L:      [email protected]
5837 T:      git git://linuxtv.org/media_tree.git
5838 W:      https://linuxtv.org
5839 S:      Maintained
5840 F:      drivers/media/radio/radio-isa*
5841
5842 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5843 M:      Peter Jones <[email protected]>
5844 M:      Konrad Rzeszutek Wilk <[email protected]>
5845 S:      Maintained
5846 F:      drivers/firmware/iscsi_ibft*
5847
5848 ISCSI
5849 M:      Mike Christie <[email protected]>
5850 L:      [email protected]
5851 W:      www.open-iscsi.org
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5853 S:      Maintained
5854 F:      drivers/scsi/*iscsi*
5855 F:      include/scsi/*iscsi*
5856
5857 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5858 M:      Or Gerlitz <[email protected]>
5859 M:      Sagi Grimberg <[email protected]>
5860 M:      Roi Dayan <[email protected]>
5861 L:      [email protected]
5862 S:      Supported
5863 W:      http://www.openfabrics.org
5864 W:      www.open-iscsi.org
5865 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5866 F:      drivers/infiniband/ulp/iser/
5867
5868 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5869 M:      Sagi Grimberg <[email protected]>
5870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5871 L:      [email protected]
5872 L:      [email protected]
5873 S:      Supported
5874 W:      http://www.linux-iscsi.org
5875 F:      drivers/infiniband/ulp/isert
5876
5877 ISDN SUBSYSTEM
5878 M:      Karsten Keil <[email protected]>
5879 L:      [email protected] (subscribers-only)
5880 L:      [email protected]
5881 W:      http://www.isdn4linux.de
5882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5883 S:      Maintained
5884 F:      Documentation/isdn/
5885 F:      drivers/isdn/
5886 F:      include/linux/isdn.h
5887 F:      include/linux/isdn/
5888 F:      include/uapi/linux/isdn.h
5889 F:      include/uapi/linux/isdn/
5890
5891 ISDN SUBSYSTEM (Eicon active card driver)
5892 M:      Armin Schindler <[email protected]>
5893 L:      [email protected] (subscribers-only)
5894 W:      http://www.melware.de
5895 S:      Maintained
5896 F:      drivers/isdn/hardware/eicon/
5897
5898 IT87 HARDWARE MONITORING DRIVER
5899 M:      Jean Delvare <[email protected]>
5900 L:      [email protected]
5901 S:      Maintained
5902 F:      Documentation/hwmon/it87
5903 F:      drivers/hwmon/it87.c
5904
5905 IT913X MEDIA DRIVER
5906 M:      Antti Palosaari <[email protected]>
5907 L:      [email protected]
5908 W:      https://linuxtv.org
5909 W:      http://palosaari.fi/linux/
5910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5911 T:      git git://linuxtv.org/anttip/media_tree.git
5912 S:      Maintained
5913 F:      drivers/media/tuners/it913x*
5914
5915 IVTV VIDEO4LINUX DRIVER
5916 M:      Andy Walls <[email protected]>
5917 L:      [email protected] (subscribers-only)
5918 L:      [email protected]
5919 T:      git git://linuxtv.org/media_tree.git
5920 W:      http://www.ivtvdriver.org
5921 S:      Maintained
5922 F:      Documentation/video4linux/*.ivtv
5923 F:      drivers/media/pci/ivtv/
5924 F:      include/uapi/linux/ivtv*
5925
5926 IX2505V MEDIA DRIVER
5927 M:      Malcolm Priestley <[email protected]>
5928 L:      [email protected]
5929 W:      https://linuxtv.org
5930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5931 S:      Maintained
5932 F:      drivers/media/dvb-frontends/ix2505v*
5933
5934 JC42.4 TEMPERATURE SENSOR DRIVER
5935 M:      Guenter Roeck <[email protected]>
5936 L:      [email protected]
5937 S:      Maintained
5938 F:      drivers/hwmon/jc42.c
5939 F:      Documentation/hwmon/jc42
5940
5941 JFS FILESYSTEM
5942 M:      Dave Kleikamp <[email protected]>
5943 L:      [email protected]
5944 W:      http://jfs.sourceforge.net/
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5946 S:      Maintained
5947 F:      Documentation/filesystems/jfs.txt
5948 F:      fs/jfs/
5949
5950 JME NETWORK DRIVER
5951 M:      Guo-Fu Tseng <[email protected]>
5952 L:      [email protected]
5953 S:      Maintained
5954 F:      drivers/net/ethernet/jme.*
5955
5956 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5957 M:      David Woodhouse <[email protected]>
5958 L:      [email protected]
5959 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5960 S:      Maintained
5961 F:      fs/jffs2/
5962 F:      include/uapi/linux/jffs2.h
5963
5964 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5965 M:      "Theodore Ts'o" <[email protected]>
5966 M:      Jan Kara <[email protected]>
5967 L:      [email protected]
5968 S:      Maintained
5969 F:      fs/jbd2/
5970 F:      include/linux/jbd2.h
5971
5972 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5973 M:      Mikhail Ulyanov <[email protected]>
5974 L:      [email protected]
5975 S:      Maintained
5976 F:      drivers/media/platform/rcar_jpu.c
5977
5978 JSM Neo PCI based serial card
5979 M:      Thadeu Lima de Souza Cascardo <[email protected]>
5980 L:      [email protected]
5981 S:      Maintained
5982 F:      drivers/tty/serial/jsm/
5983
5984 K10TEMP HARDWARE MONITORING DRIVER
5985 M:      Clemens Ladisch <[email protected]>
5986 L:      [email protected]
5987 S:      Maintained
5988 F:      Documentation/hwmon/k10temp
5989 F:      drivers/hwmon/k10temp.c
5990
5991 K8TEMP HARDWARE MONITORING DRIVER
5992 M:      Rudolf Marek <[email protected]>
5993 L:      [email protected]
5994 S:      Maintained
5995 F:      Documentation/hwmon/k8temp
5996 F:      drivers/hwmon/k8temp.c
5997
5998 KCONFIG
5999 M:      "Yann E. MORIN" <[email protected]>
6000 L:      [email protected]
6001 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6002 S:      Maintained
6003 F:      Documentation/kbuild/kconfig-language.txt
6004 F:      scripts/kconfig/
6005
6006 KDUMP
6007 M:      Vivek Goyal <[email protected]>
6008 M:      Haren Myneni <[email protected]>
6009 L:      [email protected]
6010 W:      http://lse.sourceforge.net/kdump/
6011 S:      Maintained
6012 F:      Documentation/kdump/
6013
6014 KEENE FM RADIO TRANSMITTER DRIVER
6015 M:      Hans Verkuil <[email protected]>
6016 L:      [email protected]
6017 T:      git git://linuxtv.org/media_tree.git
6018 W:      https://linuxtv.org
6019 S:      Maintained
6020 F:      drivers/media/radio/radio-keene*
6021
6022 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6023 M:      Ian Kent <[email protected]>
6024 L:      [email protected]
6025 S:      Maintained
6026 F:      fs/autofs4/
6027
6028 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6029 M:      Michal Marek <[email protected]>
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6032 L:      [email protected]
6033 S:      Maintained
6034 F:      Documentation/kbuild/
6035 F:      Makefile
6036 F:      scripts/Makefile.*
6037 F:      scripts/basic/
6038 F:      scripts/mk*
6039 F:      scripts/package/
6040
6041 KERNEL JANITORS
6042 L:      [email protected]
6043 W:      http://kernelnewbies.org/KernelJanitors
6044 S:      Odd Fixes
6045
6046 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6047 M:      "J. Bruce Fields" <[email protected]>
6048 M:      Jeff Layton <[email protected]>
6049 L:      [email protected]
6050 W:      http://nfs.sourceforge.net/
6051 S:      Supported
6052 F:      fs/nfsd/
6053 F:      include/uapi/linux/nfsd/
6054 F:      fs/lockd/
6055 F:      fs/nfs_common/
6056 F:      net/sunrpc/
6057 F:      include/linux/lockd/
6058 F:      include/linux/sunrpc/
6059 F:      include/uapi/linux/sunrpc/
6060
6061 KERNEL SELFTEST FRAMEWORK
6062 M:      Shuah Khan <[email protected]>
6063 L:      [email protected]
6064 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6065 S:      Maintained
6066 F:      tools/testing/selftests
6067
6068 KERNEL VIRTUAL MACHINE (KVM)
6069 M:      Gleb Natapov <[email protected]>
6070 M:      Paolo Bonzini <[email protected]>
6071 L:      [email protected]
6072 W:      http://www.linux-kvm.org
6073 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6074 S:      Supported
6075 F:      Documentation/*/kvm*.txt
6076 F:      Documentation/virtual/kvm/
6077 F:      arch/*/kvm/
6078 F:      arch/x86/kernel/kvm.c
6079 F:      arch/x86/kernel/kvmclock.c
6080 F:      arch/*/include/asm/kvm*
6081 F:      include/linux/kvm*
6082 F:      include/uapi/linux/kvm*
6083 F:      virt/kvm/
6084
6085 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6086 M:      Joerg Roedel <[email protected]>
6087 L:      [email protected]
6088 W:      http://www.linux-kvm.org/
6089 S:      Maintained
6090 F:      arch/x86/include/asm/svm.h
6091 F:      arch/x86/kvm/svm.c
6092
6093 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6094 M:      Alexander Graf <[email protected]>
6095 L:      [email protected]
6096 W:      http://www.linux-kvm.org/
6097 T:      git git://github.com/agraf/linux-2.6.git
6098 S:      Supported
6099 F:      arch/powerpc/include/asm/kvm*
6100 F:      arch/powerpc/kvm/
6101
6102 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6103 M:      Christian Borntraeger <[email protected]>
6104 M:      Cornelia Huck <[email protected]>
6105 L:      [email protected]
6106 W:      http://www.ibm.com/developerworks/linux/linux390/
6107 S:      Supported
6108 F:      Documentation/s390/kvm.txt
6109 F:      arch/s390/include/asm/kvm*
6110 F:      arch/s390/kvm/
6111
6112 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6113 M:      Christoffer Dall <[email protected]>
6114 M:      Marc Zyngier <[email protected]>
6115 L:      [email protected] (moderated for non-subscribers)
6116 L:      [email protected]
6117 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6119 S:      Supported
6120 F:      arch/arm/include/uapi/asm/kvm*
6121 F:      arch/arm/include/asm/kvm*
6122 F:      arch/arm/kvm/
6123 F:      virt/kvm/arm/
6124 F:      include/kvm/arm_*
6125
6126 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6127 M:      Christoffer Dall <[email protected]>
6128 M:      Marc Zyngier <[email protected]>
6129 L:      [email protected] (moderated for non-subscribers)
6130 L:      [email protected]
6131 S:      Maintained
6132 F:      arch/arm64/include/uapi/asm/kvm*
6133 F:      arch/arm64/include/asm/kvm*
6134 F:      arch/arm64/kvm/
6135
6136 KEXEC
6137 M:      Eric Biederman <[email protected]>
6138 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6139 L:      [email protected]
6140 S:      Maintained
6141 F:      include/linux/kexec.h
6142 F:      include/uapi/linux/kexec.h
6143 F:      kernel/kexec.c
6144
6145 KEYS/KEYRINGS:
6146 M:      David Howells <[email protected]>
6147 L:      [email protected]
6148 S:      Maintained
6149 F:      Documentation/security/keys.txt
6150 F:      include/linux/key.h
6151 F:      include/linux/key-type.h
6152 F:      include/keys/
6153 F:      security/keys/
6154
6155 KEYS-TRUSTED
6156 M:      David Safford <[email protected]>
6157 M:      Mimi Zohar <[email protected]>
6158 L:      [email protected]
6159 L:      [email protected]
6160 S:      Supported
6161 F:      Documentation/security/keys-trusted-encrypted.txt
6162 F:      include/keys/trusted-type.h
6163 F:      security/keys/trusted.c
6164 F:      security/keys/trusted.h
6165
6166 KEYS-ENCRYPTED
6167 M:      Mimi Zohar <[email protected]>
6168 M:      David Safford <[email protected]>
6169 L:      [email protected]
6170 L:      [email protected]
6171 S:      Supported
6172 F:      Documentation/security/keys-trusted-encrypted.txt
6173 F:      include/keys/encrypted-type.h
6174 F:      security/keys/encrypted-keys/
6175
6176 KGDB / KDB /debug_core
6177 M:      Jason Wessel <[email protected]>
6178 W:      http://kgdb.wiki.kernel.org/
6179 L:      [email protected]
6180 S:      Maintained
6181 F:      Documentation/DocBook/kgdb.tmpl
6182 F:      drivers/misc/kgdbts.c
6183 F:      drivers/tty/serial/kgdboc.c
6184 F:      include/linux/kdb.h
6185 F:      include/linux/kgdb.h
6186 F:      kernel/debug/
6187
6188 KMEMCHECK
6189 M:      Vegard Nossum <[email protected]>
6190 M:      Pekka Enberg <[email protected]>
6191 S:      Maintained
6192 F:      Documentation/kmemcheck.txt
6193 F:      arch/x86/include/asm/kmemcheck.h
6194 F:      arch/x86/mm/kmemcheck/
6195 F:      include/linux/kmemcheck.h
6196 F:      mm/kmemcheck.c
6197
6198 KMEMLEAK
6199 M:      Catalin Marinas <[email protected]>
6200 S:      Maintained
6201 F:      Documentation/kmemleak.txt
6202 F:      include/linux/kmemleak.h
6203 F:      mm/kmemleak.c
6204 F:      mm/kmemleak-test.c
6205
6206 KPROBES
6207 M:      Ananth N Mavinakayanahalli <[email protected]>
6208 M:      Anil S Keshavamurthy <[email protected]>
6209 M:      "David S. Miller" <[email protected]>
6210 M:      Masami Hiramatsu <[email protected]>
6211 S:      Maintained
6212 F:      Documentation/kprobes.txt
6213 F:      include/linux/kprobes.h
6214 F:      kernel/kprobes.c
6215
6216 KS0108 LCD CONTROLLER DRIVER
6217 M:      Miguel Ojeda Sandonis <[email protected]>
6218 W:      http://miguelojeda.es/auxdisplay.htm
6219 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6220 S:      Maintained
6221 F:      Documentation/auxdisplay/ks0108
6222 F:      drivers/auxdisplay/ks0108.c
6223 F:      include/linux/ks0108.h
6224
6225 L3MDEV
6226 M:      David Ahern <[email protected]>
6227 L:      [email protected]
6228 S:      Maintained
6229 F:      net/l3mdev
6230 F:      include/net/l3mdev.h
6231
6232 LAPB module
6233 L:      [email protected]
6234 S:      Orphan
6235 F:      Documentation/networking/lapb-module.txt
6236 F:      include/*/lapb.h
6237 F:      net/lapb/
6238
6239 LASI 53c700 driver for PARISC
6240 M:      "James E.J. Bottomley" <[email protected]>
6241 L:      [email protected]
6242 S:      Maintained
6243 F:      Documentation/scsi/53c700.txt
6244 F:      drivers/scsi/53c700*
6245
6246 LED SUBSYSTEM
6247 M:      Richard Purdie <[email protected]>
6248 M:      Jacek Anaszewski <[email protected]>
6249 L:      [email protected]
6250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6251 S:      Maintained
6252 F:      drivers/leds/
6253 F:      include/linux/leds.h
6254
6255 LEGACY EEPROM DRIVER
6256 M:      Jean Delvare <[email protected]>
6257 S:      Maintained
6258 F:      Documentation/misc-devices/eeprom
6259 F:      drivers/misc/eeprom/eeprom.c
6260
6261 LEGO USB Tower driver
6262 M:      Juergen Stuber <[email protected]>
6263 L:      [email protected]
6264 W:      http://legousb.sourceforge.net/
6265 S:      Maintained
6266 F:      drivers/usb/misc/legousbtower.c
6267
6268 LG2160 MEDIA DRIVER
6269 M:      Michael Krufky <[email protected]>
6270 L:      [email protected]
6271 W:      https://linuxtv.org
6272 W:      http://github.com/mkrufky
6273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6274 T:      git git://linuxtv.org/mkrufky/tuners.git
6275 S:      Maintained
6276 F:      drivers/media/dvb-frontends/lg2160.*
6277
6278 LGDT3305 MEDIA DRIVER
6279 M:      Michael Krufky <[email protected]>
6280 L:      [email protected]
6281 W:      https://linuxtv.org
6282 W:      http://github.com/mkrufky
6283 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6284 T:      git git://linuxtv.org/mkrufky/tuners.git
6285 S:      Maintained
6286 F:      drivers/media/dvb-frontends/lgdt3305.*
6287
6288 LGUEST
6289 M:      Rusty Russell <[email protected]>
6290 L:      [email protected]
6291 W:      http://lguest.ozlabs.org/
6292 S:      Odd Fixes
6293 F:      arch/x86/include/asm/lguest*.h
6294 F:      arch/x86/lguest/
6295 F:      drivers/lguest/
6296 F:      include/linux/lguest*.h
6297 F:      tools/lguest/
6298
6299 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6300 M:      Tejun Heo <[email protected]>
6301 L:      [email protected]
6302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6303 S:      Maintained
6304 F:      drivers/ata/
6305 F:      include/linux/ata.h
6306 F:      include/linux/libata.h
6307
6308 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6309 M:      Viresh Kumar <[email protected]>
6310 L:      [email protected]
6311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6312 S:      Maintained
6313 F:      include/linux/pata_arasan_cf_data.h
6314 F:      drivers/ata/pata_arasan_cf.c
6315
6316 LIBATA PATA DRIVERS
6317 M:      Bartlomiej Zolnierkiewicz <[email protected]>
6318 M:      Tejun Heo <[email protected]>
6319 L:      [email protected]
6320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6321 S:      Maintained
6322 F:      drivers/ata/pata_*.c
6323 F:      drivers/ata/ata_generic.c
6324
6325 LIBATA SATA AHCI PLATFORM devices support
6326 M:      Hans de Goede <[email protected]>
6327 M:      Tejun Heo <[email protected]>
6328 L:      [email protected]
6329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6330 S:      Maintained
6331 F:      drivers/ata/ahci_platform.c
6332 F:      drivers/ata/libahci_platform.c
6333 F:      include/linux/ahci_platform.h
6334
6335 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6336 M:      Mikael Pettersson <[email protected]>
6337 L:      [email protected]
6338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6339 S:      Maintained
6340 F:      drivers/ata/sata_promise.*
6341
6342 LIBLOCKDEP
6343 M:      Sasha Levin <[email protected]>
6344 S:      Maintained
6345 F:      tools/lib/lockdep/
6346
6347 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6348 M:      Dan Williams <[email protected]>
6349 L:      [email protected]
6350 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6351 S:      Supported
6352 F:      drivers/nvdimm/*
6353 F:      include/linux/nd.h
6354 F:      include/linux/libnvdimm.h
6355 F:      include/uapi/linux/ndctl.h
6356
6357 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6358 M:      Ross Zwisler <[email protected]>
6359 L:      [email protected]
6360 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6361 S:      Supported
6362 F:      drivers/nvdimm/blk.c
6363 F:      drivers/nvdimm/region_devs.c
6364 F:      drivers/acpi/nfit*
6365
6366 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6367 M:      Vishal Verma <[email protected]>
6368 L:      [email protected]
6369 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6370 S:      Supported
6371 F:      drivers/nvdimm/btt*
6372
6373 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6374 M:      Ross Zwisler <[email protected]>
6375 L:      [email protected]
6376 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6377 S:      Supported
6378 F:      drivers/nvdimm/pmem.c
6379 F:      include/linux/pmem.h
6380 F:      arch/*/include/asm/pmem.h
6381
6382 LIGHTNVM PLATFORM SUPPORT
6383 M:      Matias Bjorling <[email protected]>
6384 W:      http://github/OpenChannelSSD
6385 L:      [email protected]
6386 S:      Maintained
6387 F:      drivers/lightnvm/
6388 F:      include/linux/lightnvm.h
6389 F:      include/uapi/linux/lightnvm.h
6390
6391 LINUX FOR IBM pSERIES (RS/6000)
6392 M:      Paul Mackerras <[email protected]>
6393 W:      http://www.ibm.com/linux/ltc/projects/ppc
6394 S:      Supported
6395 F:      arch/powerpc/boot/rs6000.h
6396
6397 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6398 M:      Benjamin Herrenschmidt <[email protected]>
6399 M:      Paul Mackerras <[email protected]>
6400 M:      Michael Ellerman <[email protected]>
6401 W:      http://www.penguinppc.org/
6402 L:      [email protected]
6403 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6405 S:      Supported
6406 F:      Documentation/powerpc/
6407 F:      arch/powerpc/
6408
6409 LINUX FOR POWER MACINTOSH
6410 M:      Benjamin Herrenschmidt <[email protected]>
6411 W:      http://www.penguinppc.org/
6412 L:      [email protected]
6413 S:      Maintained
6414 F:      arch/powerpc/platforms/powermac/
6415 F:      drivers/macintosh/
6416
6417 LINUX FOR POWERPC EMBEDDED MPC5XXX
6418 M:      Anatolij Gustschin <[email protected]>
6419 L:      [email protected]
6420 T:      git git://git.denx.de/linux-denx-agust.git
6421 S:      Maintained
6422 F:      arch/powerpc/platforms/512x/
6423 F:      arch/powerpc/platforms/52xx/
6424
6425 LINUX FOR POWERPC EMBEDDED PPC4XX
6426 M:      Alistair Popple <[email protected]>
6427 M:      Matt Porter <[email protected]>
6428 W:      http://www.penguinppc.org/
6429 L:      [email protected]
6430 S:      Maintained
6431 F:      arch/powerpc/platforms/40x/
6432 F:      arch/powerpc/platforms/44x/
6433
6434 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6435 L:      [email protected]
6436 S:      Orphan
6437 F:      arch/powerpc/*/*virtex*
6438 F:      arch/powerpc/*/*/*virtex*
6439
6440 LINUX FOR POWERPC EMBEDDED PPC8XX
6441 M:      Vitaly Bordug <[email protected]>
6442 W:      http://www.penguinppc.org/
6443 L:      [email protected]
6444 S:      Maintained
6445 F:      arch/powerpc/platforms/8xx/
6446
6447 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6448 M:      Scott Wood <[email protected]>
6449 M:      Kumar Gala <[email protected]>
6450 W:      http://www.penguinppc.org/
6451 L:      [email protected]
6452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6453 S:      Maintained
6454 F:      arch/powerpc/platforms/83xx/
6455 F:      arch/powerpc/platforms/85xx/
6456
6457 LINUX FOR POWERPC PA SEMI PWRFICIENT
6458 M:      Olof Johansson <[email protected]>
6459 L:      [email protected]
6460 S:      Maintained
6461 F:      arch/powerpc/platforms/pasemi/
6462 F:      drivers/*/*pasemi*
6463 F:      drivers/*/*/*pasemi*
6464
6465 LINUX SECURITY MODULE (LSM) FRAMEWORK
6466 M:      Chris Wright <[email protected]>
6467 L:      [email protected]
6468 S:      Supported
6469
6470 LIS3LV02D ACCELEROMETER DRIVER
6471 M:      Eric Piel <[email protected]>
6472 S:      Maintained
6473 F:      Documentation/misc-devices/lis3lv02d
6474 F:      drivers/misc/lis3lv02d/
6475 F:      drivers/platform/x86/hp_accel.c
6476
6477 LIVE PATCHING
6478 M:      Josh Poimboeuf <[email protected]>
6479 M:      Seth Jennings <[email protected]>
6480 M:      Jiri Kosina <[email protected]>
6481 M:      Vojtech Pavlik <[email protected]>
6482 S:      Maintained
6483 F:      kernel/livepatch/
6484 F:      include/linux/livepatch.h
6485 F:      arch/x86/include/asm/livepatch.h
6486 F:      arch/x86/kernel/livepatch.c
6487 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6488 F:      samples/livepatch/
6489 L:      [email protected]
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6491
6492 LLC (802.2)
6493 M:      Arnaldo Carvalho de Melo <[email protected]>
6494 S:      Maintained
6495 F:      include/linux/llc.h
6496 F:      include/uapi/linux/llc.h
6497 F:      include/net/llc*
6498 F:      net/llc/
6499
6500 LM73 HARDWARE MONITOR DRIVER
6501 M:      Guillaume Ligneul <[email protected]>
6502 L:      [email protected]
6503 S:      Maintained
6504 F:      drivers/hwmon/lm73.c
6505
6506 LM78 HARDWARE MONITOR DRIVER
6507 M:      Jean Delvare <[email protected]>
6508 L:      [email protected]
6509 S:      Maintained
6510 F:      Documentation/hwmon/lm78
6511 F:      drivers/hwmon/lm78.c
6512
6513 LM83 HARDWARE MONITOR DRIVER
6514 M:      Jean Delvare <[email protected]>
6515 L:      [email protected]
6516 S:      Maintained
6517 F:      Documentation/hwmon/lm83
6518 F:      drivers/hwmon/lm83.c
6519
6520 LM90 HARDWARE MONITOR DRIVER
6521 M:      Jean Delvare <[email protected]>
6522 L:      [email protected]
6523 S:      Maintained
6524 F:      Documentation/hwmon/lm90
6525 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6526 F:      drivers/hwmon/lm90.c
6527
6528 LM95234 HARDWARE MONITOR DRIVER
6529 M:      Guenter Roeck <[email protected]>
6530 L:      [email protected]
6531 S:      Maintained
6532 F:      Documentation/hwmon/lm95234
6533 F:      drivers/hwmon/lm95234.c
6534
6535 LME2510 MEDIA DRIVER
6536 M:      Malcolm Priestley <[email protected]>
6537 L:      [email protected]
6538 W:      https://linuxtv.org
6539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6540 S:      Maintained
6541 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6542
6543 LOCKDEP AND LOCKSTAT
6544 M:      Peter Zijlstra <[email protected]>
6545 M:      Ingo Molnar <[email protected]>
6546 L:      [email protected]
6547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6548 S:      Maintained
6549 F:      Documentation/locking/lockdep*.txt
6550 F:      Documentation/locking/lockstat.txt
6551 F:      include/linux/lockdep.h
6552 F:      kernel/locking/
6553
6554 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6555 M:      "Richard Russon (FlatCap)" <[email protected]>
6556 L:      [email protected]
6557 W:      http://www.linux-ntfs.org/content/view/19/37/
6558 S:      Maintained
6559 F:      Documentation/ldm.txt
6560 F:      block/partitions/ldm.*
6561
6562 LogFS
6563 M:      Joern Engel <[email protected]>
6564 M:      Prasad Joshi <[email protected]>
6565 L:      [email protected]
6566 W:      logfs.org
6567 S:      Maintained
6568 F:      fs/logfs/
6569
6570 LPC32XX MACHINE SUPPORT
6571 M:      Roland Stigge <[email protected]>
6572 L:      [email protected] (moderated for non-subscribers)
6573 S:      Maintained
6574 F:      arch/arm/mach-lpc32xx/
6575
6576 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6577 M:      Nagalakshmi Nandigama <[email protected]>
6578 M:      Praveen Krishnamoorthy <[email protected]>
6579 M:      Sreekanth Reddy <[email protected]>
6580 M:      Abhijit Mahajan <[email protected]>
6581 L:      [email protected]
6582 L:      [email protected]
6583 W:      http://www.lsilogic.com/support
6584 S:      Supported
6585 F:      drivers/message/fusion/
6586 F:      drivers/scsi/mpt2sas/
6587 F:      drivers/scsi/mpt3sas/
6588
6589 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6590 M:      Matthew Wilcox <[email protected]>
6591 L:      [email protected]
6592 S:      Maintained
6593 F:      drivers/scsi/sym53c8xx_2/
6594
6595 LTC4261 HARDWARE MONITOR DRIVER
6596 M:      Guenter Roeck <[email protected]>
6597 L:      [email protected]
6598 S:      Maintained
6599 F:      Documentation/hwmon/ltc4261
6600 F:      drivers/hwmon/ltc4261.c
6601
6602 LTP (Linux Test Project)
6603 M:      Mike Frysinger <[email protected]>
6604 M:      Cyril Hrubis <[email protected]>
6605 M:      Wanlong Gao <[email protected]>
6606 M:      Jan Stancek <[email protected]>
6607 M:      Stanislav Kholmanskikh <[email protected]>
6608 M:      Alexey Kodanev <[email protected]>
6609 L:      [email protected] (subscribers-only)
6610 W:      http://linux-test-project.github.io/
6611 T:      git git://github.com/linux-test-project/ltp.git
6612 S:      Maintained
6613
6614 M32R ARCHITECTURE
6615 W:      http://www.linux-m32r.org/
6616 S:      Orphan
6617 F:      arch/m32r/
6618
6619 M68K ARCHITECTURE
6620 M:      Geert Uytterhoeven <[email protected]>
6621 L:      [email protected]
6622 W:      http://www.linux-m68k.org/
6623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6624 S:      Maintained
6625 F:      arch/m68k/
6626 F:      drivers/zorro/
6627
6628 M68K ON APPLE MACINTOSH
6629 M:      Joshua Thompson <[email protected]>
6630 W:      http://www.mac.linux-m68k.org/
6631 L:      [email protected]
6632 S:      Maintained
6633 F:      arch/m68k/mac/
6634
6635 M68K ON HP9000/300
6636 M:      Philip Blundell <[email protected]>
6637 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6638 S:      Maintained
6639 F:      arch/m68k/hp300/
6640
6641 M88DS3103 MEDIA DRIVER
6642 M:      Antti Palosaari <[email protected]>
6643 L:      [email protected]
6644 W:      https://linuxtv.org
6645 W:      http://palosaari.fi/linux/
6646 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6647 T:      git git://linuxtv.org/anttip/media_tree.git
6648 S:      Maintained
6649 F:      drivers/media/dvb-frontends/m88ds3103*
6650
6651 M88RS2000 MEDIA DRIVER
6652 M:      Malcolm Priestley <[email protected]>
6653 L:      [email protected]
6654 W:      https://linuxtv.org
6655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6656 S:      Maintained
6657 F:      drivers/media/dvb-frontends/m88rs2000*
6658
6659 MA901 MASTERKIT USB FM RADIO DRIVER
6660 M:      Alexey Klimov <[email protected]>
6661 L:      [email protected]
6662 T:      git git://linuxtv.org/media_tree.git
6663 S:      Maintained
6664 F:      drivers/media/radio/radio-ma901.c
6665
6666 MAC80211
6667 M:      Johannes Berg <[email protected]>
6668 L:      [email protected]
6669 W:      http://wireless.kernel.org/
6670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6672 S:      Maintained
6673 F:      Documentation/networking/mac80211-injection.txt
6674 F:      include/net/mac80211.h
6675 F:      net/mac80211/
6676
6677 MACVLAN DRIVER
6678 M:      Patrick McHardy <[email protected]>
6679 L:      [email protected]
6680 S:      Maintained
6681 F:      drivers/net/macvlan.c
6682 F:      include/linux/if_macvlan.h
6683
6684 MAILBOX API
6685 M:      Jassi Brar <[email protected]>
6686 L:      [email protected]
6687 S:      Maintained
6688 F:      drivers/mailbox/
6689 F:      include/linux/mailbox_client.h
6690 F:      include/linux/mailbox_controller.h
6691
6692 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6693 M:      Michael Kerrisk <[email protected]>
6694 W:      http://www.kernel.org/doc/man-pages
6695 L:      [email protected]
6696 S:      Maintained
6697
6698 MARVELL ARMADA DRM SUPPORT
6699 M:      Russell King <[email protected]>
6700 S:      Maintained
6701 F:      drivers/gpu/drm/armada/
6702
6703 MARVELL 88E6352 DSA support
6704 M:      Guenter Roeck <[email protected]>
6705 S:      Maintained
6706 F:      drivers/net/dsa/mv88e6352.c
6707
6708 MARVELL CRYPTO DRIVER
6709 M:      Boris Brezillon <[email protected]>
6710 M:      Arnaud Ebalard <[email protected]>
6711 F:      drivers/crypto/marvell/
6712 S:      Maintained
6713 L:      [email protected]
6714
6715 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6716 M:      Mirko Lindner <[email protected]>
6717 M:      Stephen Hemminger <[email protected]>
6718 L:      [email protected]
6719 S:      Maintained
6720 F:      drivers/net/ethernet/marvell/sk*
6721
6722 MARVELL LIBERTAS WIRELESS DRIVER
6723 L:      [email protected]
6724 S:      Orphan
6725 F:      drivers/net/wireless/marvell/libertas/
6726
6727 MARVELL MV643XX ETHERNET DRIVER
6728 M:      Sebastian Hesselbarth <[email protected]>
6729 L:      [email protected]
6730 S:      Maintained
6731 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6732 F:      include/linux/mv643xx.h
6733
6734 MARVELL MVNETA ETHERNET DRIVER
6735 M:      Thomas Petazzoni <[email protected]>
6736 L:      [email protected]
6737 S:      Maintained
6738 F:      drivers/net/ethernet/marvell/mvneta.*
6739
6740 MARVELL MWIFIEX WIRELESS DRIVER
6741 M:      Amitkumar Karwar <[email protected]>
6742 M:      Nishant Sarmukadam <[email protected]>
6743 L:      [email protected]
6744 S:      Maintained
6745 F:      drivers/net/wireless/marvell/mwifiex/
6746
6747 MARVELL MWL8K WIRELESS DRIVER
6748 M:      Lennert Buytenhek <[email protected]>
6749 L:      [email protected]
6750 S:      Odd Fixes
6751 F:      drivers/net/wireless/marvell/mwl8k.c
6752
6753 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6754 M:      Nicolas Pitre <[email protected]>
6755 S:      Odd Fixes
6756 F:      drivers/mmc/host/mvsdio.*
6757
6758 MATROX FRAMEBUFFER DRIVER
6759 L:      [email protected]
6760 S:      Orphan
6761 F:      drivers/video/fbdev/matrox/matroxfb_*
6762 F:      include/uapi/linux/matroxfb.h
6763
6764 MAX16065 HARDWARE MONITOR DRIVER
6765 M:      Guenter Roeck <[email protected]>
6766 L:      [email protected]
6767 S:      Maintained
6768 F:      Documentation/hwmon/max16065
6769 F:      drivers/hwmon/max16065.c
6770
6771 MAX20751 HARDWARE MONITOR DRIVER
6772 M:      Guenter Roeck <[email protected]>
6773 L:      [email protected]
6774 S:      Maintained
6775 F:      Documentation/hwmon/max20751
6776 F:      drivers/hwmon/max20751.c
6777
6778 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6779 M:      "Hans J. Koch" <[email protected]>
6780 L:      [email protected]
6781 S:      Maintained
6782 F:      Documentation/hwmon/max6650
6783 F:      drivers/hwmon/max6650.c
6784
6785 MAX6697 HARDWARE MONITOR DRIVER
6786 M:      Guenter Roeck <[email protected]>
6787 L:      [email protected]
6788 S:      Maintained
6789 F:      Documentation/hwmon/max6697
6790 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6791 F:      drivers/hwmon/max6697.c
6792 F:      include/linux/platform_data/max6697.h
6793
6794 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6795 M:      Krzysztof Kozlowski <[email protected]>
6796 L:      [email protected]
6797 S:      Supported
6798 F:      drivers/power/max14577_charger.c
6799 F:      drivers/power/max77693_charger.c
6800
6801 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6802 M:      Javier Martinez Canillas <[email protected]>
6803 L:      [email protected]
6804 S:      Supported
6805 F:      drivers/*/*max77802.c
6806 F:      Documentation/devicetree/bindings/*/*max77802.txt
6807 F:      include/dt-bindings/*/*max77802.h
6808
6809 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6810 M:      Chanwoo Choi <[email protected]>
6811 M:      Krzysztof Kozlowski <[email protected]>
6812 L:      [email protected]
6813 S:      Supported
6814 F:      drivers/*/max14577.c
6815 F:      drivers/*/max77686.c
6816 F:      drivers/*/max77693.c
6817 F:      drivers/extcon/extcon-max14577.c
6818 F:      drivers/extcon/extcon-max77693.c
6819 F:      drivers/rtc/rtc-max77686.c
6820 F:      drivers/clk/clk-max77686.c
6821 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6822 F:      Documentation/devicetree/bindings/*/max77686.txt
6823 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6824 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6825 F:      include/linux/mfd/max14577*.h
6826 F:      include/linux/mfd/max77686*.h
6827 F:      include/linux/mfd/max77693*.h
6828
6829 MAXIRADIO FM RADIO RECEIVER DRIVER
6830 M:      Hans Verkuil <[email protected]>
6831 L:      [email protected]
6832 T:      git git://linuxtv.org/media_tree.git
6833 W:      https://linuxtv.org
6834 S:      Maintained
6835 F:      drivers/media/radio/radio-maxiradio*
6836
6837 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6838 M:      Peter Rosin <[email protected]>
6839 L:      [email protected]
6840 S:      Maintained
6841 F:      drivers/iio/potentiometer/mcp4531.c
6842
6843 MEDIA DRIVERS FOR RENESAS - VSP1
6844 M:      Laurent Pinchart <[email protected]>
6845 L:      [email protected]
6846 L:      [email protected]
6847 T:      git git://linuxtv.org/media_tree.git
6848 S:      Supported
6849 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6850 F:      drivers/media/platform/vsp1/
6851
6852 MEDIA DRIVERS FOR ASCOT2E
6853 M:      Sergey Kozlov <[email protected]>
6854 L:      [email protected]
6855 W:      https://linuxtv.org
6856 W:      http://netup.tv/
6857 T:      git git://linuxtv.org/media_tree.git
6858 S:      Supported
6859 F:      drivers/media/dvb-frontends/ascot2e*
6860
6861 MEDIA DRIVERS FOR CXD2841ER
6862 M:      Sergey Kozlov <[email protected]>
6863 L:      [email protected]
6864 W:      https://linuxtv.org
6865 W:      http://netup.tv/
6866 T:      git git://linuxtv.org/media_tree.git
6867 S:      Supported
6868 F:      drivers/media/dvb-frontends/cxd2841er*
6869
6870 MEDIA DRIVERS FOR HORUS3A
6871 M:      Sergey Kozlov <[email protected]>
6872 L:      [email protected]
6873 W:      https://linuxtv.org
6874 W:      http://netup.tv/
6875 T:      git git://linuxtv.org/media_tree.git
6876 S:      Supported
6877 F:      drivers/media/dvb-frontends/horus3a*
6878
6879 MEDIA DRIVERS FOR LNBH25
6880 M:      Sergey Kozlov <[email protected]>
6881 L:      [email protected]
6882 W:      https://linuxtv.org
6883 W:      http://netup.tv/
6884 T:      git git://linuxtv.org/media_tree.git
6885 S:      Supported
6886 F:      drivers/media/dvb-frontends/lnbh25*
6887
6888 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6889 M:      Sergey Kozlov <[email protected]>
6890 L:      [email protected]
6891 W:      https://linuxtv.org
6892 W:      http://netup.tv/
6893 T:      git git://linuxtv.org/media_tree.git
6894 S:      Supported
6895 F:      drivers/media/pci/netup_unidvb/*
6896
6897 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6898 M:      Mauro Carvalho Chehab <[email protected]>
6899 P:      LinuxTV.org Project
6900 L:      [email protected]
6901 W:      https://linuxtv.org
6902 Q:      http://patchwork.kernel.org/project/linux-media/list/
6903 T:      git git://linuxtv.org/media_tree.git
6904 S:      Maintained
6905 F:      Documentation/dvb/
6906 F:      Documentation/video4linux/
6907 F:      Documentation/DocBook/media/
6908 F:      drivers/media/
6909 F:      drivers/staging/media/
6910 F:      include/linux/platform_data/media/
6911 F:      include/media/
6912 F:      include/uapi/linux/dvb/
6913 F:      include/uapi/linux/videodev2.h
6914 F:      include/uapi/linux/media.h
6915 F:      include/uapi/linux/v4l2-*
6916 F:      include/uapi/linux/meye.h
6917 F:      include/uapi/linux/ivtv*
6918 F:      include/uapi/linux/uvcvideo.h
6919
6920 MEDIATEK MT7601U WIRELESS LAN DRIVER
6921 M:      Jakub Kicinski <[email protected]>
6922 L:      [email protected]
6923 S:      Maintained
6924 F:      drivers/net/wireless/mediatek/mt7601u/
6925
6926 MEGARAID SCSI/SAS DRIVERS
6927 M:      Kashyap Desai <[email protected]>
6928 M:      Sumit Saxena <[email protected]>
6929 M:      Uday Lingala <[email protected]>
6930 L:      [email protected]
6931 L:      [email protected]
6932 W:      http://www.lsi.com
6933 S:      Maintained
6934 F:      Documentation/scsi/megaraid.txt
6935 F:      drivers/scsi/megaraid.*
6936 F:      drivers/scsi/megaraid/
6937
6938 MELLANOX ETHERNET DRIVER (mlx4_en)
6939 M:      Eugenia Emantayev <[email protected]>
6940 L:      [email protected]
6941 S:      Supported
6942 W:      http://www.mellanox.com
6943 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6944 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6945
6946 MELLANOX ETHERNET DRIVER (mlx5e)
6947 M:      Saeed Mahameed <[email protected]>
6948 L:      [email protected]
6949 S:      Supported
6950 W:      http://www.mellanox.com
6951 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6952 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
6953
6954 MELLANOX ETHERNET SWITCH DRIVERS
6955 M:      Jiri Pirko <[email protected]>
6956 M:      Ido Schimmel <[email protected]>
6957 L:      [email protected]
6958 S:      Supported
6959 W:      http://www.mellanox.com
6960 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6961 F:      drivers/net/ethernet/mellanox/mlxsw/
6962
6963 MEMBARRIER SUPPORT
6964 M:      Mathieu Desnoyers <[email protected]>
6965 M:      "Paul E. McKenney" <[email protected]>
6966 L:      [email protected]
6967 S:      Supported
6968 F:      kernel/membarrier.c
6969 F:      include/uapi/linux/membarrier.h
6970
6971 MEMORY MANAGEMENT
6972 L:      [email protected]
6973 W:      http://www.linux-mm.org
6974 S:      Maintained
6975 F:      include/linux/mm.h
6976 F:      include/linux/gfp.h
6977 F:      include/linux/mmzone.h
6978 F:      include/linux/memory_hotplug.h
6979 F:      include/linux/vmalloc.h
6980 F:      mm/
6981
6982 MEMORY TECHNOLOGY DEVICES (MTD)
6983 M:      David Woodhouse <[email protected]>
6984 M:      Brian Norris <[email protected]>
6985 L:      [email protected]
6986 W:      http://www.linux-mtd.infradead.org/
6987 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6988 T:      git git://git.infradead.org/linux-mtd.git
6989 T:      git git://git.infradead.org/l2-mtd.git
6990 S:      Maintained
6991 F:      drivers/mtd/
6992 F:      include/linux/mtd/
6993 F:      include/uapi/mtd/
6994
6995 MEN A21 WATCHDOG DRIVER
6996 M:      Johannes Thumshirn <[email protected]>
6997 L:      [email protected]
6998 S:      Maintained
6999 F:      drivers/watchdog/mena21_wdt.c
7000
7001 MEN CHAMELEON BUS (mcb)
7002 M:      Johannes Thumshirn <[email protected]>
7003 S:      Maintained
7004 F:      drivers/mcb/
7005 F:      include/linux/mcb.h
7006 F:      Documentation/men-chameleon-bus.txt
7007
7008 MEN F21BMC (Board Management Controller)
7009 M:      Andreas Werner <[email protected]>
7010 S:      Supported
7011 F:      drivers/mfd/menf21bmc.c
7012 F:      drivers/watchdog/menf21bmc_wdt.c
7013 F:      drivers/leds/leds-menf21bmc.c
7014 F:      drivers/hwmon/menf21bmc_hwmon.c
7015 F:      Documentation/hwmon/menf21bmc
7016
7017 METAG ARCHITECTURE
7018 M:      James Hogan <[email protected]>
7019 L:      [email protected]
7020 S:      Odd Fixes
7021 F:      arch/metag/
7022 F:      Documentation/metag/
7023 F:      Documentation/devicetree/bindings/metag/
7024 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7025 F:      drivers/clocksource/metag_generic.c
7026 F:      drivers/irqchip/irq-metag.c
7027 F:      drivers/irqchip/irq-metag-ext.c
7028 F:      drivers/tty/metag_da.c
7029
7030 MICROBLAZE ARCHITECTURE
7031 M:      Michal Simek <[email protected]>
7032 W:      http://www.monstr.eu/fdt/
7033 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7034 S:      Supported
7035 F:      arch/microblaze/
7036
7037 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7038 M:      Chen Yu <[email protected]>
7039 L:      [email protected]
7040 S:      Supported
7041 F:      drivers/platform/x86/surfacepro3_button.c
7042
7043 MICROTEK X6 SCANNER
7044 M:      Oliver Neukum <[email protected]>
7045 S:      Maintained
7046 F:      drivers/usb/image/microtek.*
7047
7048 MIPS
7049 M:      Ralf Baechle <[email protected]>
7050 L:      [email protected]
7051 W:      http://www.linux-mips.org/
7052 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7053 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7054 S:      Supported
7055 F:      Documentation/mips/
7056 F:      arch/mips/
7057
7058 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7059 M:      Hans Verkuil <[email protected]>
7060 L:      [email protected]
7061 T:      git git://linuxtv.org/media_tree.git
7062 W:      https://linuxtv.org
7063 S:      Odd Fixes
7064 F:      drivers/media/radio/radio-miropcm20*
7065
7066 Mellanox MLX5 core VPI driver
7067 M:      Eli Cohen <[email protected]>
7068 L:      [email protected]
7069 L:      [email protected]
7070 W:      http://www.mellanox.com
7071 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7072 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7073 T:      git git://openfabrics.org/~eli/connect-ib.git
7074 S:      Supported
7075 F:      drivers/net/ethernet/mellanox/mlx5/core/
7076 F:      include/linux/mlx5/
7077
7078 Mellanox MLX5 IB driver
7079 M:      Eli Cohen <[email protected]>
7080 L:      [email protected]
7081 W:      http://www.mellanox.com
7082 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7083 T:      git git://openfabrics.org/~eli/connect-ib.git
7084 S:      Supported
7085 F:      include/linux/mlx5/
7086 F:      drivers/infiniband/hw/mlx5/
7087
7088 MELEXIS MLX90614 DRIVER
7089 M:      Crt Mori <[email protected]>
7090 L:      [email protected]
7091 W:      http://www.melexis.com
7092 S:      Supported
7093 F:      drivers/iio/temperature/mlx90614.c
7094
7095 MN88472 MEDIA DRIVER
7096 M:      Antti Palosaari <[email protected]>
7097 L:      [email protected]
7098 W:      https://linuxtv.org
7099 W:      http://palosaari.fi/linux/
7100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7101 T:      git git://linuxtv.org/anttip/media_tree.git
7102 S:      Maintained
7103 F:      drivers/staging/media/mn88472/
7104 F:      drivers/media/dvb-frontends/mn88472.h
7105
7106 MN88473 MEDIA DRIVER
7107 M:      Antti Palosaari <[email protected]>
7108 L:      [email protected]
7109 W:      https://linuxtv.org
7110 W:      http://palosaari.fi/linux/
7111 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7112 T:      git git://linuxtv.org/anttip/media_tree.git
7113 S:      Maintained
7114 F:      drivers/staging/media/mn88473/
7115 F:      drivers/media/dvb-frontends/mn88473.h
7116
7117 MODULE SUPPORT
7118 M:      Rusty Russell <[email protected]>
7119 S:      Maintained
7120 F:      include/linux/module.h
7121 F:      kernel/module.c
7122
7123 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7124 W:      http://popies.net/meye/
7125 S:      Orphan
7126 F:      Documentation/video4linux/meye.txt
7127 F:      drivers/media/pci/meye/
7128 F:      include/uapi/linux/meye.h
7129
7130 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7131 M:      Jiri Slaby <[email protected]>
7132 S:      Maintained
7133 F:      Documentation/serial/moxa-smartio
7134 F:      drivers/tty/mxser.*
7135
7136 MR800 AVERMEDIA USB FM RADIO DRIVER
7137 M:      Alexey Klimov <[email protected]>
7138 L:      [email protected]
7139 T:      git git://linuxtv.org/media_tree.git
7140 S:      Maintained
7141 F:      drivers/media/radio/radio-mr800.c
7142
7143 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7144 M:      Alan Ott <[email protected]>
7145 L:      [email protected]
7146 S:      Maintained
7147 F:      drivers/net/ieee802154/mrf24j40.c
7148 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7149
7150 MSI LAPTOP SUPPORT
7151 M:      "Lee, Chun-Yi" <[email protected]>
7152 L:      [email protected]
7153 S:      Maintained
7154 F:      drivers/platform/x86/msi-laptop.c
7155
7156 MSI WMI SUPPORT
7157 L:      [email protected]
7158 S:      Orphan
7159 F:      drivers/platform/x86/msi-wmi.c
7160
7161 MSI001 MEDIA DRIVER
7162 M:      Antti Palosaari <[email protected]>
7163 L:      [email protected]
7164 W:      https://linuxtv.org
7165 W:      http://palosaari.fi/linux/
7166 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7167 T:      git git://linuxtv.org/anttip/media_tree.git
7168 S:      Maintained
7169 F:      drivers/media/tuners/msi001*
7170
7171 MSI2500 MEDIA DRIVER
7172 M:      Antti Palosaari <[email protected]>
7173 L:      [email protected]
7174 W:      https://linuxtv.org
7175 W:      http://palosaari.fi/linux/
7176 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7177 T:      git git://linuxtv.org/anttip/media_tree.git
7178 S:      Maintained
7179 F:      drivers/media/usb/msi2500/
7180
7181 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7182 M:      Robert Jarzmik <[email protected]>
7183 L:      [email protected]
7184 S:      Maintained
7185 F:      drivers/mtd/devices/docg3*
7186
7187 MT9M032 APTINA SENSOR DRIVER
7188 M:      Laurent Pinchart <[email protected]>
7189 L:      [email protected]
7190 T:      git git://linuxtv.org/media_tree.git
7191 S:      Maintained
7192 F:      drivers/media/i2c/mt9m032.c
7193 F:      include/media/i2c/mt9m032.h
7194
7195 MT9P031 APTINA CAMERA SENSOR
7196 M:      Laurent Pinchart <[email protected]>
7197 L:      [email protected]
7198 T:      git git://linuxtv.org/media_tree.git
7199 S:      Maintained
7200 F:      drivers/media/i2c/mt9p031.c
7201 F:      include/media/i2c/mt9p031.h
7202
7203 MT9T001 APTINA CAMERA SENSOR
7204 M:      Laurent Pinchart <[email protected]>
7205 L:      [email protected]
7206 T:      git git://linuxtv.org/media_tree.git
7207 S:      Maintained
7208 F:      drivers/media/i2c/mt9t001.c
7209 F:      include/media/i2c/mt9t001.h
7210
7211 MT9V032 APTINA CAMERA SENSOR
7212 M:      Laurent Pinchart <[email protected]>
7213 L:      [email protected]
7214 T:      git git://linuxtv.org/media_tree.git
7215 S:      Maintained
7216 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7217 F:      drivers/media/i2c/mt9v032.c
7218 F:      include/media/i2c/mt9v032.h
7219
7220 MULTIFUNCTION DEVICES (MFD)
7221 M:      Lee Jones <[email protected]>
7222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7223 S:      Supported
7224 F:      drivers/mfd/
7225 F:      include/linux/mfd/
7226
7227 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7228 M:      Ulf Hansson <[email protected]>
7229 L:      [email protected]
7230 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7231 S:      Maintained
7232 F:      drivers/mmc/
7233 F:      include/linux/mmc/
7234 F:      include/uapi/linux/mmc/
7235
7236 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7237 S:      Orphan
7238 F:      drivers/mmc/host/mmc_spi.c
7239 F:      include/linux/spi/mmc_spi.h
7240
7241 MULTISOUND SOUND DRIVER
7242 M:      Andrew Veliath <[email protected]>
7243 S:      Maintained
7244 F:      Documentation/sound/oss/MultiSound
7245 F:      sound/oss/msnd*
7246
7247 MULTITECH MULTIPORT CARD (ISICOM)
7248 S:      Orphan
7249 F:      drivers/tty/isicom.c
7250 F:      include/linux/isicom.h
7251
7252 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7253 M:      Felipe Balbi <[email protected]>
7254 L:      [email protected]
7255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7256 S:      Maintained
7257 F:      drivers/usb/musb/
7258
7259 MXL5007T MEDIA DRIVER
7260 M:      Michael Krufky <[email protected]>
7261 L:      [email protected]
7262 W:      https://linuxtv.org
7263 W:      http://github.com/mkrufky
7264 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7265 T:      git git://linuxtv.org/mkrufky/tuners.git
7266 S:      Maintained
7267 F:      drivers/media/tuners/mxl5007t.*
7268
7269 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7270 M:      Hyong-Youb Kim <[email protected]>
7271 L:      [email protected]
7272 W:      https://www.myricom.com/support/downloads/myri10ge.html
7273 S:      Supported
7274 F:      drivers/net/ethernet/myricom/myri10ge/
7275
7276 NATSEMI ETHERNET DRIVER (DP8381x)
7277 S:      Orphan
7278 F:      drivers/net/ethernet/natsemi/natsemi.c
7279
7280 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7281 M:      Daniel Mack <[email protected]>
7282 S:      Maintained
7283 L:      [email protected] (moderated for non-subscribers)
7284 W:      http://www.native-instruments.com
7285 F:      sound/usb/caiaq/
7286
7287 NCP FILESYSTEM
7288 M:      Petr Vandrovec <[email protected]>
7289 S:      Odd Fixes
7290 F:      fs/ncpfs/
7291
7292 NCR 5380 SCSI DRIVERS
7293 M:      Finn Thain <[email protected]>
7294 M:      Michael Schmitz <[email protected]>
7295 L:      [email protected]
7296 S:      Maintained
7297 F:      Documentation/scsi/g_NCR5380.txt
7298 F:      drivers/scsi/NCR5380.*
7299 F:      drivers/scsi/arm/cumana_1.c
7300 F:      drivers/scsi/arm/oak.c
7301 F:      drivers/scsi/atari_NCR5380.c
7302 F:      drivers/scsi/atari_scsi.*
7303 F:      drivers/scsi/dmx3191d.c
7304 F:      drivers/scsi/dtc.*
7305 F:      drivers/scsi/g_NCR5380.*
7306 F:      drivers/scsi/g_NCR5380_mmio.c
7307 F:      drivers/scsi/mac_scsi.*
7308 F:      drivers/scsi/pas16.*
7309 F:      drivers/scsi/sun3_scsi.*
7310 F:      drivers/scsi/sun3_scsi_vme.c
7311 F:      drivers/scsi/t128.*
7312
7313 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7314 M:      "James E.J. Bottomley" <[email protected]>
7315 L:      [email protected]
7316 S:      Maintained
7317 F:      drivers/scsi/NCR_D700.*
7318
7319 NCT6775 HARDWARE MONITOR DRIVER
7320 M:      Guenter Roeck <[email protected]>
7321 L:      [email protected]
7322 S:      Maintained
7323 F:      Documentation/hwmon/nct6775
7324 F:      drivers/hwmon/nct6775.c
7325
7326 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7327 M:      Faisal Latif <[email protected]>
7328 L:      [email protected]
7329 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7330 S:      Supported
7331 F:      drivers/infiniband/hw/nes/
7332
7333 NETEM NETWORK EMULATOR
7334 M:      Stephen Hemminger <[email protected]>
7335 L:      [email protected]
7336 S:      Maintained
7337 F:      net/sched/sch_netem.c
7338
7339 NETERION 10GbE DRIVERS (s2io/vxge)
7340 M:      Jon Mason <[email protected]>
7341 L:      [email protected]
7342 S:      Supported
7343 F:      Documentation/networking/s2io.txt
7344 F:      Documentation/networking/vxge.txt
7345 F:      drivers/net/ethernet/neterion/
7346
7347 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7348 M:      Pablo Neira Ayuso <[email protected]>
7349 M:      Patrick McHardy <[email protected]>
7350 M:      Jozsef Kadlecsik <[email protected]>
7351 L:      [email protected]
7352 L:      [email protected]
7353 W:      http://www.netfilter.org/
7354 W:      http://www.iptables.org/
7355 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7358 S:      Supported
7359 F:      include/linux/netfilter*
7360 F:      include/linux/netfilter/
7361 F:      include/net/netfilter/
7362 F:      include/uapi/linux/netfilter*
7363 F:      include/uapi/linux/netfilter/
7364 F:      net/*/netfilter.c
7365 F:      net/*/netfilter/
7366 F:      net/netfilter/
7367 F:      net/bridge/br_netfilter*.c
7368
7369 NETLABEL
7370 M:      Paul Moore <[email protected]>
7371 W:      http://netlabel.sf.net
7372 L:      [email protected]
7373 S:      Maintained
7374 F:      Documentation/netlabel/
7375 F:      include/net/netlabel.h
7376 F:      net/netlabel/
7377
7378 NETROM NETWORK LAYER
7379 M:      Ralf Baechle <[email protected]>
7380 L:      [email protected]
7381 W:      http://www.linux-ax25.org/
7382 S:      Maintained
7383 F:      include/net/netrom.h
7384 F:      include/uapi/linux/netrom.h
7385 F:      net/netrom/
7386
7387 NETRONOME ETHERNET DRIVERS
7388 M:      Jakub Kicinski <[email protected]>
7389 M:      Rolf Neugebauer <[email protected]>
7390 L:      [email protected]
7391 S:      Maintained
7392 F:      drivers/net/ethernet/netronome/
7393
7394 NETWORK BLOCK DEVICE (NBD)
7395 M:      Markus Pargmann <[email protected]>
7396 S:      Maintained
7397 L:      [email protected]
7398 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7399 F:      Documentation/blockdev/nbd.txt
7400 F:      drivers/block/nbd.c
7401 F:      include/uapi/linux/nbd.h
7402
7403 NETWORK DROP MONITOR
7404 M:      Neil Horman <[email protected]>
7405 L:      [email protected]
7406 S:      Maintained
7407 W:      https://fedorahosted.org/dropwatch/
7408 F:      net/core/drop_monitor.c
7409
7410 NETWORKING [GENERAL]
7411 M:      "David S. Miller" <[email protected]>
7412 L:      [email protected]
7413 W:      http://www.linuxfoundation.org/en/Net
7414 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7417 S:      Maintained
7418 F:      net/
7419 F:      include/net/
7420 F:      include/linux/in.h
7421 F:      include/linux/net.h
7422 F:      include/linux/netdevice.h
7423 F:      include/uapi/linux/in.h
7424 F:      include/uapi/linux/net.h
7425 F:      include/uapi/linux/netdevice.h
7426 F:      include/uapi/linux/net_namespace.h
7427 F:      tools/net/
7428 F:      tools/testing/selftests/net/
7429 F:      lib/random32.c
7430 F:      lib/test_bpf.c
7431
7432 NETWORKING [IPv4/IPv6]
7433 M:      "David S. Miller" <[email protected]>
7434 M:      Alexey Kuznetsov <[email protected]>
7435 M:      James Morris <[email protected]>
7436 M:      Hideaki YOSHIFUJI <[email protected]>
7437 M:      Patrick McHardy <[email protected]>
7438 L:      [email protected]
7439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7440 S:      Maintained
7441 F:      net/ipv4/
7442 F:      net/ipv6/
7443 F:      include/net/ip*
7444 F:      arch/x86/net/*
7445
7446 NETWORKING [IPSEC]
7447 M:      Steffen Klassert <[email protected]>
7448 M:      Herbert Xu <[email protected]>
7449 M:      "David S. Miller" <[email protected]>
7450 L:      [email protected]
7451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7453 S:      Maintained
7454 F:      net/core/flow.c
7455 F:      net/xfrm/
7456 F:      net/key/
7457 F:      net/ipv4/xfrm*
7458 F:      net/ipv4/esp4.c
7459 F:      net/ipv4/ah4.c
7460 F:      net/ipv4/ipcomp.c
7461 F:      net/ipv4/ip_vti.c
7462 F:      net/ipv6/xfrm*
7463 F:      net/ipv6/esp6.c
7464 F:      net/ipv6/ah6.c
7465 F:      net/ipv6/ipcomp6.c
7466 F:      net/ipv6/ip6_vti.c
7467 F:      include/uapi/linux/xfrm.h
7468 F:      include/net/xfrm.h
7469
7470 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7471 M:      Paul Moore <[email protected]>
7472 L:      [email protected]
7473 S:      Maintained
7474
7475 NETWORKING [WIRELESS]
7476 L:      [email protected]
7477 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7478
7479 NETWORKING DRIVERS
7480 L:      [email protected]
7481 W:      http://www.linuxfoundation.org/en/Net
7482 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7485 S:      Odd Fixes
7486 F:      drivers/net/
7487 F:      include/linux/if_*
7488 F:      include/linux/netdevice.h
7489 F:      include/linux/etherdevice.h
7490 F:      include/linux/fcdevice.h
7491 F:      include/linux/fddidevice.h
7492 F:      include/linux/hippidevice.h
7493 F:      include/linux/inetdevice.h
7494 F:      include/uapi/linux/if_*
7495 F:      include/uapi/linux/netdevice.h
7496
7497 NETWORKING DRIVERS (WIRELESS)
7498 M:      Kalle Valo <[email protected]>
7499 L:      [email protected]
7500 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7502 S:      Maintained
7503 F:      drivers/net/wireless/
7504
7505 NETXEN (1/10) GbE SUPPORT
7506 M:      Manish Chopra <[email protected]>
7507 M:      Sony Chacko <[email protected]>
7508 M:      Rajesh Borundia <[email protected]>
7509 L:      [email protected]
7510 W:      http://www.qlogic.com
7511 S:      Supported
7512 F:      drivers/net/ethernet/qlogic/netxen/
7513
7514 NFC SUBSYSTEM
7515 M:      Lauro Ramos Venancio <[email protected]>
7516 M:      Aloisio Almeida Jr <[email protected]>
7517 M:      Samuel Ortiz <[email protected]>
7518 L:      [email protected]
7519 L:      [email protected] (subscribers-only)
7520 S:      Supported
7521 F:      net/nfc/
7522 F:      include/net/nfc/
7523 F:      include/uapi/linux/nfc.h
7524 F:      drivers/nfc/
7525 F:      include/linux/platform_data/microread.h
7526 F:      include/linux/platform_data/nfcmrvl.h
7527 F:      include/linux/platform_data/nxp-nci.h
7528 F:      include/linux/platform_data/pn544.h
7529 F:      include/linux/platform_data/st21nfca.h
7530 F:      include/linux/platform_data/st-nci.h
7531 F:      Documentation/devicetree/bindings/net/nfc/
7532
7533 NFS, SUNRPC, AND LOCKD CLIENTS
7534 M:      Trond Myklebust <[email protected]>
7535 M:      Anna Schumaker <[email protected]>
7536 L:      [email protected]
7537 W:      http://client.linux-nfs.org
7538 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7539 S:      Maintained
7540 F:      fs/lockd/
7541 F:      fs/nfs/
7542 F:      fs/nfs_common/
7543 F:      net/sunrpc/
7544 F:      include/linux/lockd/
7545 F:      include/linux/nfs*
7546 F:      include/linux/sunrpc/
7547 F:      include/uapi/linux/nfs*
7548 F:      include/uapi/linux/sunrpc/
7549
7550 NILFS2 FILESYSTEM
7551 M:      Ryusuke Konishi <[email protected]>
7552 L:      [email protected]
7553 W:      http://nilfs.sourceforge.net/
7554 T:      git git://github.com/konis/nilfs2.git
7555 S:      Supported
7556 F:      Documentation/filesystems/nilfs2.txt
7557 F:      fs/nilfs2/
7558 F:      include/linux/nilfs2_fs.h
7559 F:      include/trace/events/nilfs2.h
7560
7561 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7562 M:      YOKOTA Hiroshi <[email protected]>
7563 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7564 S:      Maintained
7565 F:      Documentation/scsi/NinjaSCSI.txt
7566 F:      drivers/scsi/pcmcia/nsp_*
7567
7568 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7569 M:      GOTO Masanori <[email protected]>
7570 M:      YOKOTA Hiroshi <[email protected]>
7571 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7572 S:      Maintained
7573 F:      Documentation/scsi/NinjaSCSI.txt
7574 F:      drivers/scsi/nsp32*
7575
7576 NIOS2 ARCHITECTURE
7577 M:      Ley Foon Tan <[email protected]>
7578 L:      [email protected] (moderated for non-subscribers)
7579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7580 S:      Maintained
7581 F:      arch/nios2/
7582
7583 NOKIA N900 POWER SUPPLY DRIVERS
7584 M:      Pali RohĂ¡r <[email protected]>
7585 S:      Maintained
7586 F:      include/linux/power/bq2415x_charger.h
7587 F:      include/linux/power/bq27xxx_battery.h
7588 F:      include/linux/power/isp1704_charger.h
7589 F:      drivers/power/bq2415x_charger.c
7590 F:      drivers/power/bq27xxx_battery.c
7591 F:      drivers/power/isp1704_charger.c
7592 F:      drivers/power/rx51_battery.c
7593
7594 NTB DRIVER CORE
7595 M:      Jon Mason <[email protected]>
7596 M:      Dave Jiang <[email protected]>
7597 M:      Allen Hubbe <[email protected]>
7598 L:      [email protected]
7599 S:      Supported
7600 W:      https://github.com/jonmason/ntb/wiki
7601 T:      git git://github.com/jonmason/ntb.git
7602 F:      drivers/ntb/
7603 F:      drivers/net/ntb_netdev.c
7604 F:      include/linux/ntb.h
7605 F:      include/linux/ntb_transport.h
7606
7607 NTB INTEL DRIVER
7608 M:      Jon Mason <[email protected]>
7609 M:      Dave Jiang <[email protected]>
7610 L:      [email protected]
7611 S:      Supported
7612 W:      https://github.com/jonmason/ntb/wiki
7613 T:      git git://github.com/jonmason/ntb.git
7614 F:      drivers/ntb/hw/intel/
7615
7616 NTFS FILESYSTEM
7617 M:      Anton Altaparmakov <[email protected]>
7618 L:      [email protected]
7619 W:      http://www.tuxera.com/
7620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7621 S:      Supported
7622 F:      Documentation/filesystems/ntfs.txt
7623 F:      fs/ntfs/
7624
7625 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7626 M:      Antonino Daplas <[email protected]>
7627 L:      [email protected]
7628 S:      Maintained
7629 F:      drivers/video/fbdev/riva/
7630 F:      drivers/video/fbdev/nvidia/
7631
7632 NVM EXPRESS DRIVER
7633 M:      Keith Busch <[email protected]>
7634 M:      Jens Axboe <[email protected]>
7635 L:      [email protected]
7636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7637 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7638 S:      Supported
7639 F:      drivers/nvme/host/
7640 F:      include/linux/nvme.h
7641
7642 NVMEM FRAMEWORK
7643 M:      Srinivas Kandagatla <[email protected]>
7644 M:      Maxime Ripard <[email protected]>
7645 S:      Maintained
7646 F:      drivers/nvmem/
7647 F:      Documentation/devicetree/bindings/nvmem/
7648 F:      include/linux/nvmem-consumer.h
7649 F:      include/linux/nvmem-provider.h
7650
7651 NXP-NCI NFC DRIVER
7652 M:      ClĂ©ment Perrochaud <[email protected]>
7653 R:      Charles Gorand <[email protected]>
7654 L:      [email protected] (moderated for non-subscribers)
7655 S:      Supported
7656 F:      drivers/nfc/nxp-nci
7657
7658 NXP TDA998X DRM DRIVER
7659 M:      Russell King <[email protected]>
7660 S:      Supported
7661 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7662 F:      include/drm/i2c/tda998x.h
7663
7664 NXP TFA9879 DRIVER
7665 M:      Peter Rosin <[email protected]>
7666 L:      [email protected] (moderated for non-subscribers)
7667 S:      Maintained
7668 F:      sound/soc/codecs/tfa9879*
7669
7670 OMAP SUPPORT
7671 M:      Tony Lindgren <[email protected]>
7672 L:      [email protected]
7673 W:      http://www.muru.com/linux/omap/
7674 W:      http://linux.omap.com/
7675 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7677 S:      Maintained
7678 F:      arch/arm/*omap*/
7679 F:      arch/arm/configs/omap1_defconfig
7680 F:      arch/arm/configs/omap2plus_defconfig
7681 F:      drivers/i2c/busses/i2c-omap.c
7682 F:      drivers/irqchip/irq-omap-intc.c
7683 F:      drivers/mfd/*omap*.c
7684 F:      drivers/mfd/menelaus.c
7685 F:      drivers/mfd/palmas.c
7686 F:      drivers/mfd/tps65217.c
7687 F:      drivers/mfd/tps65218.c
7688 F:      drivers/mfd/tps65910.c
7689 F:      drivers/mfd/twl-core.[ch]
7690 F:      drivers/mfd/twl4030*.c
7691 F:      drivers/mfd/twl6030*.c
7692 F:      drivers/mfd/twl6040*.c
7693 F:      drivers/regulator/palmas-regulator*.c
7694 F:      drivers/regulator/pbias-regulator.c
7695 F:      drivers/regulator/tps65217-regulator.c
7696 F:      drivers/regulator/tps65218-regulator.c
7697 F:      drivers/regulator/tps65910-regulator.c
7698 F:      drivers/regulator/twl-regulator.c
7699 F:      include/linux/i2c-omap.h
7700
7701 OMAP DEVICE TREE SUPPORT
7702 M:      BenoĂ®t Cousson <[email protected]>
7703 M:      Tony Lindgren <[email protected]>
7704 L:      [email protected]
7705 L:      [email protected]
7706 S:      Maintained
7707 F:      arch/arm/boot/dts/*omap*
7708 F:      arch/arm/boot/dts/*am3*
7709 F:      arch/arm/boot/dts/*am4*
7710 F:      arch/arm/boot/dts/*am5*
7711 F:      arch/arm/boot/dts/*dra7*
7712
7713 OMAP CLOCK FRAMEWORK SUPPORT
7714 M:      Paul Walmsley <[email protected]>
7715 L:      [email protected]
7716 S:      Maintained
7717 F:      arch/arm/*omap*/*clock*
7718
7719 OMAP POWER MANAGEMENT SUPPORT
7720 M:      Kevin Hilman <[email protected]>
7721 L:      [email protected]
7722 S:      Maintained
7723 F:      arch/arm/*omap*/*pm*
7724 F:      drivers/cpufreq/omap-cpufreq.c
7725
7726 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7727 M:      Rajendra Nayak <[email protected]>
7728 M:      Paul Walmsley <[email protected]>
7729 L:      [email protected]
7730 S:      Maintained
7731 F:      arch/arm/mach-omap2/prm*
7732
7733 OMAP AUDIO SUPPORT
7734 M:      Peter Ujfalusi <[email protected]>
7735 M:      Jarkko Nikula <[email protected]>
7736 L:      [email protected] (moderated for non-subscribers)
7737 L:      [email protected]
7738 S:      Maintained
7739 F:      sound/soc/omap/
7740
7741 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7742 M:      Roger Quadros <[email protected]>
7743 M:      Tony Lindgren <[email protected]>
7744 L:      [email protected]
7745 S:      Maintained
7746 F:      drivers/memory/omap-gpmc.c
7747 F:      arch/arm/mach-omap2/*gpmc*
7748
7749 OMAP FRAMEBUFFER SUPPORT
7750 M:      Tomi Valkeinen <[email protected]>
7751 L:      [email protected]
7752 L:      [email protected]
7753 S:      Maintained
7754 F:      drivers/video/fbdev/omap/
7755
7756 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7757 M:      Tomi Valkeinen <[email protected]>
7758 L:      [email protected]
7759 L:      [email protected]
7760 S:      Maintained
7761 F:      drivers/video/fbdev/omap2/
7762 F:      Documentation/arm/OMAP/DSS
7763
7764 OMAP HARDWARE SPINLOCK SUPPORT
7765 M:      Ohad Ben-Cohen <[email protected]>
7766 L:      [email protected]
7767 S:      Maintained
7768 F:      drivers/hwspinlock/omap_hwspinlock.c
7769
7770 OMAP MMC SUPPORT
7771 M:      Jarkko Lavinen <[email protected]>
7772 L:      [email protected]
7773 S:      Maintained
7774 F:      drivers/mmc/host/omap.c
7775
7776 OMAP HS MMC SUPPORT
7777 L:      [email protected]
7778 L:      [email protected]
7779 S:      Orphan
7780 F:      drivers/mmc/host/omap_hsmmc.c
7781
7782 OMAP RANDOM NUMBER GENERATOR SUPPORT
7783 M:      Deepak Saxena <[email protected]>
7784 S:      Maintained
7785 F:      drivers/char/hw_random/omap-rng.c
7786
7787 OMAP HWMOD SUPPORT
7788 M:      BenoĂ®t Cousson <[email protected]>
7789 M:      Paul Walmsley <[email protected]>
7790 L:      [email protected]
7791 S:      Maintained
7792 F:      arch/arm/mach-omap2/omap_hwmod.*
7793
7794 OMAP HWMOD DATA
7795 M:      Paul Walmsley <[email protected]>
7796 L:      [email protected]
7797 S:      Maintained
7798 F:      arch/arm/mach-omap2/omap_hwmod*data*
7799
7800 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7801 M:      BenoĂ®t Cousson <[email protected]>
7802 L:      [email protected]
7803 S:      Maintained
7804 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7805
7806 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7807 M:      Laurent Pinchart <[email protected]>
7808 L:      [email protected]
7809 S:      Maintained
7810 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7811 F:      drivers/media/platform/omap3isp/
7812 F:      drivers/staging/media/omap4iss/
7813
7814 OMAP USB SUPPORT
7815 M:      Felipe Balbi <[email protected]>
7816 L:      [email protected]
7817 L:      [email protected]
7818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7819 S:      Maintained
7820 F:      drivers/usb/*/*omap*
7821 F:      arch/arm/*omap*/usb*
7822
7823 OMAP GPIO DRIVER
7824 M:      Javier Martinez Canillas <[email protected]>
7825 M:      Santosh Shilimkar <[email protected]>
7826 M:      Kevin Hilman <[email protected]>
7827 L:      [email protected]
7828 S:      Maintained
7829 F:      drivers/gpio/gpio-omap.c
7830
7831 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7832 M:      Mark Jackson <[email protected]>
7833 L:      [email protected]
7834 S:      Maintained
7835 F:      arch/arm/boot/dts/am335x-nano.dts
7836
7837 OMFS FILESYSTEM
7838 M:      Bob Copeland <[email protected]>
7839 L:      [email protected]
7840 S:      Maintained
7841 F:      Documentation/filesystems/omfs.txt
7842 F:      fs/omfs/
7843
7844 OMNIKEY CARDMAN 4000 DRIVER
7845 M:      Harald Welte <[email protected]>
7846 S:      Maintained
7847 F:      drivers/char/pcmcia/cm4000_cs.c
7848 F:      include/linux/cm4000_cs.h
7849 F:      include/uapi/linux/cm4000_cs.h
7850
7851 OMNIKEY CARDMAN 4040 DRIVER
7852 M:      Harald Welte <[email protected]>
7853 S:      Maintained
7854 F:      drivers/char/pcmcia/cm4040_cs.*
7855
7856 OMNIVISION OV7670 SENSOR DRIVER
7857 M:      Jonathan Corbet <[email protected]>
7858 L:      [email protected]
7859 T:      git git://linuxtv.org/media_tree.git
7860 S:      Maintained
7861 F:      drivers/media/i2c/ov7670.c
7862
7863 ONENAND FLASH DRIVER
7864 M:      Kyungmin Park <[email protected]>
7865 L:      [email protected]
7866 S:      Maintained
7867 F:      drivers/mtd/onenand/
7868 F:      include/linux/mtd/onenand*.h
7869
7870 ONSTREAM SCSI TAPE DRIVER
7871 M:      Willem Riede <[email protected]>
7872 L:      [email protected]
7873 L:      [email protected]
7874 S:      Maintained
7875 F:      Documentation/scsi/osst.txt
7876 F:      drivers/scsi/osst.*
7877 F:      drivers/scsi/osst_*.h
7878 F:      drivers/scsi/st.h
7879
7880 OPENCORES I2C BUS DRIVER
7881 M:      Peter Korsgaard <[email protected]>
7882 L:      [email protected]
7883 S:      Maintained
7884 F:      Documentation/i2c/busses/i2c-ocores
7885 F:      drivers/i2c/busses/i2c-ocores.c
7886
7887 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7888 M:      Rob Herring <[email protected]>
7889 M:      Frank Rowand <[email protected]>
7890 M:      Grant Likely <[email protected]>
7891 L:      [email protected]
7892 W:      http://www.devicetree.org/
7893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7894 S:      Maintained
7895 F:      drivers/of/
7896 F:      include/linux/of*.h
7897 F:      scripts/dtc/
7898
7899 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7900 M:      Rob Herring <[email protected]>
7901 M:      Pawel Moll <[email protected]>
7902 M:      Mark Rutland <[email protected]>
7903 M:      Ian Campbell <[email protected]>
7904 M:      Kumar Gala <[email protected]>
7905 L:      [email protected]
7906 S:      Maintained
7907 F:      Documentation/devicetree/
7908 F:      arch/*/boot/dts/
7909 F:      include/dt-bindings/
7910
7911 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7912 M:      Pantelis Antoniou <[email protected]>
7913 L:      [email protected]
7914 S:      Maintained
7915 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7916 F:      Documentation/devicetree/overlay-notes.txt
7917 F:      drivers/of/overlay.c
7918 F:      drivers/of/resolver.c
7919
7920 OPENRISC ARCHITECTURE
7921 M:      Jonas Bonn <[email protected]>
7922 W:      http://openrisc.net
7923 L:      [email protected] (moderated for non-subscribers)
7924 S:      Maintained
7925 T:      git git://openrisc.net/~jonas/linux
7926 F:      arch/openrisc/
7927
7928 OPENVSWITCH
7929 M:      Pravin Shelar <[email protected]>
7930 L:      [email protected]
7931 L:      [email protected]
7932 W:      http://openvswitch.org
7933 S:      Maintained
7934 F:      net/openvswitch/
7935 F:      include/uapi/linux/openvswitch.h
7936
7937 OPERATING PERFORMANCE POINTS (OPP)
7938 M:      Viresh Kumar <[email protected]>
7939 M:      Nishanth Menon <[email protected]>
7940 M:      Stephen Boyd <[email protected]>
7941 L:      [email protected]
7942 S:      Maintained
7943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7944 F:      drivers/base/power/opp/
7945 F:      include/linux/pm_opp.h
7946 F:      Documentation/power/opp.txt
7947 F:      Documentation/devicetree/bindings/opp/
7948
7949 OPL4 DRIVER
7950 M:      Clemens Ladisch <[email protected]>
7951 L:      [email protected] (moderated for non-subscribers)
7952 T:      git git://git.alsa-project.org/alsa-kernel.git
7953 S:      Maintained
7954 F:      sound/drivers/opl4/
7955
7956 OPROFILE
7957 M:      Robert Richter <[email protected]>
7958 L:      [email protected]
7959 S:      Maintained
7960 F:      arch/*/include/asm/oprofile*.h
7961 F:      arch/*/oprofile/
7962 F:      drivers/oprofile/
7963 F:      include/linux/oprofile.h
7964
7965 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7966 M:      Mark Fasheh <[email protected]>
7967 M:      Joel Becker <[email protected]>
7968 L:      [email protected] (moderated for non-subscribers)
7969 W:      http://ocfs2.wiki.kernel.org
7970 S:      Supported
7971 F:      Documentation/filesystems/ocfs2.txt
7972 F:      Documentation/filesystems/dlmfs.txt
7973 F:      fs/ocfs2/
7974
7975 ORINOCO DRIVER
7976 L:      [email protected]
7977 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7978 W:      http://www.nongnu.org/orinoco/
7979 S:      Orphan
7980 F:      drivers/net/wireless/intersil/orinoco/
7981
7982 OSD LIBRARY and FILESYSTEM
7983 M:      Boaz Harrosh <[email protected]>
7984 M:      Benny Halevy <[email protected]>
7985 L:      [email protected]
7986 W:      http://open-osd.org
7987 T:      git git://git.open-osd.org/open-osd.git
7988 S:      Maintained
7989 F:      drivers/scsi/osd/
7990 F:      include/scsi/osd_*
7991 F:      fs/exofs/
7992
7993 OVERLAY FILESYSTEM
7994 M:      Miklos Szeredi <[email protected]>
7995 L:      [email protected]
7996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7997 S:      Supported
7998 F:      fs/overlayfs/
7999 F:      Documentation/filesystems/overlayfs.txt
8000
8001 P54 WIRELESS DRIVER
8002 M:      Christian Lamparter <[email protected]>
8003 L:      [email protected]
8004 W:      http://wireless.kernel.org/en/users/Drivers/p54
8005 S:      Maintained
8006 F:      drivers/net/wireless/intersil/p54/
8007
8008 PA SEMI ETHERNET DRIVER
8009 M:      Olof Johansson <[email protected]>
8010 L:      [email protected]
8011 S:      Maintained
8012 F:      drivers/net/ethernet/pasemi/*
8013
8014 PA SEMI SMBUS DRIVER
8015 M:      Olof Johansson <[email protected]>
8016 L:      [email protected]
8017 S:      Maintained
8018 F:      drivers/i2c/busses/i2c-pasemi.c
8019
8020 PADATA PARALLEL EXECUTION MECHANISM
8021 M:      Steffen Klassert <[email protected]>
8022 L:      [email protected]
8023 S:      Maintained
8024 F:      kernel/padata.c
8025 F:      include/linux/padata.h
8026 F:      Documentation/padata.txt
8027
8028 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8029 M:      Harald Welte <[email protected]>
8030 L:      [email protected]
8031 S:      Maintained
8032 F:      drivers/platform/x86/panasonic-laptop.c
8033
8034 PANASONIC MN10300/AM33/AM34 PORT
8035 M:      David Howells <[email protected]>
8036 M:      Koichi Yasutake <[email protected]>
8037 L:      [email protected] (moderated for non-subscribers)
8038 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8039 S:      Maintained
8040 F:      Documentation/mn10300/
8041 F:      arch/mn10300/
8042
8043 PARALLEL PORT SUBSYSTEM
8044 M:      Sudip Mukherjee <[email protected]>
8045 M:      Sudip Mukherjee <[email protected]>
8046 L:      [email protected] (subscribers-only)
8047 S:      Maintained
8048 F:      drivers/parport/
8049 F:      include/linux/parport*.h
8050 F:      drivers/char/ppdev.c
8051 F:      include/uapi/linux/ppdev.h
8052 F:      Documentation/parport*.txt
8053
8054 PARAVIRT_OPS INTERFACE
8055 M:      Jeremy Fitzhardinge <[email protected]>
8056 M:      Chris Wright <[email protected]>
8057 M:      Alok Kataria <[email protected]>
8058 M:      Rusty Russell <[email protected]>
8059 L:      [email protected]
8060 S:      Supported
8061 F:      Documentation/virtual/paravirt_ops.txt
8062 F:      arch/*/kernel/paravirt*
8063 F:      arch/*/include/asm/paravirt.h
8064
8065 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8066 M:      Tim Waugh <[email protected]>
8067 L:      [email protected] (subscribers-only)
8068 S:      Maintained
8069 F:      Documentation/blockdev/paride.txt
8070 F:      drivers/block/paride/
8071
8072 PARISC ARCHITECTURE
8073 M:      "James E.J. Bottomley" <[email protected]>
8074 M:      Helge Deller <[email protected]>
8075 L:      [email protected]
8076 W:      http://www.parisc-linux.org/
8077 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8080 S:      Maintained
8081 F:      arch/parisc/
8082 F:      Documentation/parisc/
8083 F:      drivers/parisc/
8084 F:      drivers/char/agp/parisc-agp.c
8085 F:      drivers/input/serio/gscps2.c
8086 F:      drivers/parport/parport_gsc.*
8087 F:      drivers/tty/serial/8250/8250_gsc.c
8088 F:      drivers/video/fbdev/sti*
8089 F:      drivers/video/console/sti*
8090 F:      drivers/video/logo/logo_parisc*
8091
8092 PC87360 HARDWARE MONITORING DRIVER
8093 M:      Jim Cromie <[email protected]>
8094 L:      [email protected]
8095 S:      Maintained
8096 F:      Documentation/hwmon/pc87360
8097 F:      drivers/hwmon/pc87360.c
8098
8099 PC8736x GPIO DRIVER
8100 M:      Jim Cromie <[email protected]>
8101 S:      Maintained
8102 F:      drivers/char/pc8736x_gpio.c
8103
8104 PC87427 HARDWARE MONITORING DRIVER
8105 M:      Jean Delvare <[email protected]>
8106 L:      [email protected]
8107 S:      Maintained
8108 F:      Documentation/hwmon/pc87427
8109 F:      drivers/hwmon/pc87427.c
8110
8111 PCA9532 LED DRIVER
8112 M:      Riku Voipio <[email protected]>
8113 S:      Maintained
8114 F:      drivers/leds/leds-pca9532.c
8115 F:      include/linux/leds-pca9532.h
8116
8117 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8118 M:      Guenter Roeck <[email protected]>
8119 L:      [email protected]
8120 S:      Maintained
8121 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8122
8123 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8124 M:      Khalid Aziz <[email protected]>
8125 S:      Maintained
8126 F:      drivers/firmware/pcdp.*
8127
8128 PCI ERROR RECOVERY
8129 M:      Linas Vepstas <[email protected]>
8130 L:      [email protected]
8131 S:      Supported
8132 F:      Documentation/PCI/pci-error-recovery.txt
8133
8134 PCI SUBSYSTEM
8135 M:      Bjorn Helgaas <[email protected]>
8136 L:      [email protected]
8137 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8139 S:      Supported
8140 F:      Documentation/PCI/
8141 F:      drivers/pci/
8142 F:      include/linux/pci*
8143 F:      arch/x86/pci/
8144 F:      arch/x86/kernel/quirks.c
8145
8146 PCI DRIVER FOR ALTERA PCIE IP
8147 M:      Ley Foon Tan <[email protected]>
8148 L:      [email protected] (moderated for non-subscribers)
8149 L:      [email protected]
8150 S:      Supported
8151 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8152 F:      drivers/pci/host/pcie-altera.c
8153
8154 PCI DRIVER FOR ARM VERSATILE PLATFORM
8155 M:      Rob Herring <[email protected]>
8156 L:      [email protected]
8157 L:      [email protected]
8158 S:      Maintained
8159 F:      Documentation/devicetree/bindings/pci/versatile.txt
8160 F:      drivers/pci/host/pci-versatile.c
8161
8162 PCI DRIVER FOR APPLIEDMICRO XGENE
8163 M:      Tanmay Inamdar <[email protected]>
8164 L:      [email protected]
8165 L:      [email protected]
8166 S:      Maintained
8167 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8168 F:      drivers/pci/host/pci-xgene.c
8169
8170 PCI DRIVER FOR FREESCALE LAYERSCAPE
8171 M:      Minghuan Lian <[email protected]>
8172 M:      Mingkai Hu <[email protected]>
8173 M:      Roy Zang <[email protected]>
8174 L:      [email protected]
8175 L:      [email protected]
8176 L:      [email protected]
8177 S:      Maintained
8178 F:      drivers/pci/host/*layerscape*
8179
8180 PCI DRIVER FOR IMX6
8181 M:      Richard Zhu <[email protected]>
8182 M:      Lucas Stach <[email protected]>
8183 L:      [email protected]
8184 L:      [email protected] (moderated for non-subscribers)
8185 S:      Maintained
8186 F:      drivers/pci/host/*imx6*
8187
8188 PCI DRIVER FOR TI KEYSTONE
8189 M:      Murali Karicheri <[email protected]>
8190 L:      [email protected]
8191 L:      [email protected] (moderated for non-subscribers)
8192 S:      Maintained
8193 F:      drivers/pci/host/*keystone*
8194
8195 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8196 M:      Thomas Petazzoni <[email protected]>
8197 M:      Jason Cooper <[email protected]>
8198 L:      [email protected]
8199 L:      [email protected] (moderated for non-subscribers)
8200 S:      Maintained
8201 F:      drivers/pci/host/*mvebu*
8202
8203 PCI DRIVER FOR NVIDIA TEGRA
8204 M:      Thierry Reding <[email protected]>
8205 L:      [email protected]
8206 L:      [email protected]
8207 S:      Supported
8208 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8209 F:      drivers/pci/host/pci-tegra.c
8210
8211 PCI DRIVER FOR TI DRA7XX
8212 M:      Kishon Vijay Abraham I <[email protected]>
8213 L:      [email protected]
8214 L:      [email protected]
8215 S:      Supported
8216 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8217 F:      drivers/pci/host/pci-dra7xx.c
8218
8219 PCI DRIVER FOR RENESAS R-CAR
8220 M:      Simon Horman <[email protected]>
8221 L:      [email protected]
8222 L:      [email protected]
8223 S:      Maintained
8224 F:      drivers/pci/host/*rcar*
8225
8226 PCI DRIVER FOR SAMSUNG EXYNOS
8227 M:      Jingoo Han <[email protected]>
8228 L:      [email protected]
8229 L:      [email protected] (moderated for non-subscribers)
8230 L:      [email protected] (moderated for non-subscribers)
8231 S:      Maintained
8232 F:      drivers/pci/host/pci-exynos.c
8233
8234 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8235 M:      Jingoo Han <[email protected]>
8236 M:      Pratyush Anand <[email protected]>
8237 L:      [email protected]
8238 S:      Maintained
8239 F:      drivers/pci/host/*designware*
8240
8241 PCI DRIVER FOR GENERIC OF HOSTS
8242 M:      Will Deacon <[email protected]>
8243 L:      [email protected]
8244 L:      [email protected] (moderated for non-subscribers)
8245 S:      Maintained
8246 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8247 F:      drivers/pci/host/pci-host-generic.c
8248
8249 PCIE DRIVER FOR ST SPEAR13XX
8250 M:      Pratyush Anand <[email protected]>
8251 L:      [email protected]
8252 S:      Maintained
8253 F:      drivers/pci/host/*spear*
8254
8255 PCI MSI DRIVER FOR ALTERA MSI IP
8256 M:      Ley Foon Tan <[email protected]>
8257 L:      [email protected] (moderated for non-subscribers)
8258 L:      [email protected]
8259 S:      Supported
8260 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8261 F:      drivers/pci/host/pcie-altera-msi.c
8262
8263 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8264 M:      Duc Dang <[email protected]>
8265 L:      [email protected]
8266 L:      [email protected]
8267 S:      Maintained
8268 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8269 F:      drivers/pci/host/pci-xgene-msi.c
8270
8271 PCIE DRIVER FOR HISILICON
8272 M:      Zhou Wang <[email protected]>
8273 L:      [email protected]
8274 S:      Maintained
8275 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8276 F:      drivers/pci/host/pcie-hisi.c
8277
8278 PCMCIA SUBSYSTEM
8279 P:      Linux PCMCIA Team
8280 L:      [email protected]
8281 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8283 S:      Maintained
8284 F:      Documentation/pcmcia/
8285 F:      drivers/pcmcia/
8286 F:      include/pcmcia/
8287
8288 PCNET32 NETWORK DRIVER
8289 M:      Don Fry <[email protected]>
8290 L:      [email protected]
8291 S:      Maintained
8292 F:      drivers/net/ethernet/amd/pcnet32.c
8293
8294 PCRYPT PARALLEL CRYPTO ENGINE
8295 M:      Steffen Klassert <[email protected]>
8296 L:      [email protected]
8297 S:      Maintained
8298 F:      crypto/pcrypt.c
8299 F:      include/crypto/pcrypt.h
8300
8301 PER-CPU MEMORY ALLOCATOR
8302 M:      Tejun Heo <[email protected]>
8303 M:      Christoph Lameter <[email protected]>
8304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8305 S:      Maintained
8306 F:      include/linux/percpu*.h
8307 F:      mm/percpu*.c
8308 F:      arch/*/include/asm/percpu.h
8309
8310 PER-TASK DELAY ACCOUNTING
8311 M:      Balbir Singh <[email protected]>
8312 S:      Maintained
8313 F:      include/linux/delayacct.h
8314 F:      kernel/delayacct.c
8315
8316 PERFORMANCE EVENTS SUBSYSTEM
8317 M:      Peter Zijlstra <[email protected]>
8318 M:      Ingo Molnar <[email protected]>
8319 M:      Arnaldo Carvalho de Melo <[email protected]>
8320 L:      [email protected]
8321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8322 S:      Supported
8323 F:      kernel/events/*
8324 F:      include/linux/perf_event.h
8325 F:      include/uapi/linux/perf_event.h
8326 F:      arch/*/kernel/perf_event*.c
8327 F:      arch/*/kernel/*/perf_event*.c
8328 F:      arch/*/kernel/*/*/perf_event*.c
8329 F:      arch/*/include/asm/perf_event.h
8330 F:      arch/*/kernel/perf_callchain.c
8331 F:      tools/perf/
8332
8333 PERSONALITY HANDLING
8334 M:      Christoph Hellwig <[email protected]>
8335 L:      [email protected]
8336 S:      Maintained
8337 F:      include/linux/personality.h
8338 F:      include/uapi/linux/personality.h
8339
8340 PHONET PROTOCOL
8341 M:      Remi Denis-Courmont <[email protected]>
8342 S:      Supported
8343 F:      Documentation/networking/phonet.txt
8344 F:      include/linux/phonet.h
8345 F:      include/net/phonet/
8346 F:      include/uapi/linux/phonet.h
8347 F:      net/phonet/
8348
8349 PHRAM MTD DRIVER
8350 M:      Joern Engel <[email protected]>
8351 L:      [email protected]
8352 S:      Maintained
8353 F:      drivers/mtd/devices/phram.c
8354
8355 PICOLCD HID DRIVER
8356 M:      Bruno PrĂ©mont <[email protected]>
8357 L:      [email protected]
8358 S:      Maintained
8359 F:      drivers/hid/hid-picolcd*
8360
8361 PICOXCELL SUPPORT
8362 M:      Jamie Iles <[email protected]>
8363 L:      [email protected] (moderated for non-subscribers)
8364 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8365 S:      Supported
8366 F:      arch/arm/boot/dts/picoxcell*
8367 F:      arch/arm/mach-picoxcell/
8368 F:      drivers/crypto/picoxcell*
8369
8370 PIN CONTROL SUBSYSTEM
8371 M:      Linus Walleij <[email protected]>
8372 L:      [email protected]
8373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8374 S:      Maintained
8375 F:      drivers/pinctrl/
8376 F:      include/linux/pinctrl/
8377
8378 PIN CONTROLLER - ATMEL AT91
8379 M:      Jean-Christophe Plagniol-Villard <[email protected]>
8380 L:      [email protected] (moderated for non-subscribers)
8381 S:      Maintained
8382 F:      drivers/pinctrl/pinctrl-at91.*
8383
8384 PIN CONTROLLER - ATMEL AT91 PIO4
8385 M:      Ludovic Desroches <[email protected]>
8386 L:      [email protected] (moderated for non-subscribers)
8387 L:      [email protected]
8388 S:      Supported
8389 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8390
8391 PIN CONTROLLER - INTEL
8392 M:      Mika Westerberg <[email protected]>
8393 M:      Heikki Krogerus <[email protected]>
8394 S:      Maintained
8395 F:      drivers/pinctrl/intel/
8396
8397 PIN CONTROLLER - RENESAS
8398 M:      Laurent Pinchart <[email protected]>
8399 M:      Geert Uytterhoeven <[email protected]>
8400 L:      [email protected]
8401 S:      Maintained
8402 F:      drivers/pinctrl/sh-pfc/
8403
8404 PIN CONTROLLER - SAMSUNG
8405 M:      Tomasz Figa <[email protected]>
8406 L:      [email protected] (moderated for non-subscribers)
8407 L:      [email protected] (moderated for non-subscribers)
8408 S:      Maintained
8409 F:      drivers/pinctrl/samsung/
8410
8411 PIN CONTROLLER - SINGLE
8412 M:      Tony Lindgren <[email protected]>
8413 M:      Haojian Zhuang <[email protected]>
8414 L:      [email protected] (moderated for non-subscribers)
8415 L:      [email protected]
8416 S:      Maintained
8417 F:      drivers/pinctrl/pinctrl-single.c
8418
8419 PIN CONTROLLER - ST SPEAR
8420 M:      Viresh Kumar <[email protected]>
8421 L:      [email protected]
8422 L:      [email protected] (moderated for non-subscribers)
8423 W:      http://www.st.com/spear
8424 S:      Maintained
8425 F:      drivers/pinctrl/spear/
8426
8427 PKTCDVD DRIVER
8428 M:      Jiri Kosina <[email protected]>
8429 S:      Maintained
8430 F:      drivers/block/pktcdvd.c
8431 F:      include/linux/pktcdvd.h
8432 F:      include/uapi/linux/pktcdvd.h
8433
8434 PKUNITY SOC DRIVERS
8435 M:      Guan Xuetao <[email protected]>
8436 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8437 S:      Maintained
8438 T:      git git://github.com/gxt/linux.git
8439 F:      drivers/input/serio/i8042-unicore32io.h
8440 F:      drivers/i2c/busses/i2c-puv3.c
8441 F:      drivers/video/fbdev/fb-puv3.c
8442 F:      drivers/rtc/rtc-puv3.c
8443
8444 PMBUS HARDWARE MONITORING DRIVERS
8445 M:      Guenter Roeck <[email protected]>
8446 L:      [email protected]
8447 W:      http://www.lm-sensors.org/
8448 W:      http://www.roeck-us.net/linux/drivers/
8449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8450 S:      Maintained
8451 F:      Documentation/hwmon/pmbus
8452 F:      drivers/hwmon/pmbus/
8453 F:      include/linux/i2c/pmbus.h
8454
8455 PMC SIERRA MaxRAID DRIVER
8456 L:      [email protected]
8457 W:      http://www.pmc-sierra.com/
8458 S:      Orphan
8459 F:      drivers/scsi/pmcraid.*
8460
8461 PMC SIERRA PM8001 DRIVER
8462 M:      Jack Wang <[email protected]>
8463 M:      [email protected]
8464 L:      [email protected]
8465 L:      [email protected]
8466 S:      Supported
8467 F:      drivers/scsi/pm8001/
8468
8469 POSIX CLOCKS and TIMERS
8470 M:      Thomas Gleixner <[email protected]>
8471 L:      [email protected]
8472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8473 S:      Maintained
8474 F:      fs/timerfd.c
8475 F:      include/linux/timer*
8476 F:      kernel/time/*timer*
8477
8478 POWER MANAGEMENT CORE
8479 M:      "Rafael J. Wysocki" <[email protected]>
8480 L:      [email protected]
8481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8482 S:      Supported
8483 F:      drivers/base/power/
8484 F:      include/linux/pm.h
8485 F:      include/linux/pm_*
8486 F:      include/linux/powercap.h
8487 F:      drivers/powercap/
8488
8489 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8490 M:      Sebastian Reichel <[email protected]>
8491 M:      Dmitry Eremin-Solenikov <[email protected]>
8492 M:      David Woodhouse <[email protected]>
8493 L:      [email protected]
8494 T:      git git://git.infradead.org/battery-2.6.git
8495 S:      Maintained
8496 F:      include/linux/power_supply.h
8497 F:      drivers/power/
8498 X:      drivers/power/avs/
8499
8500 POWER STATE COORDINATION INTERFACE (PSCI)
8501 M:      Mark Rutland <[email protected]>
8502 M:      Lorenzo Pieralisi <[email protected]>
8503 L:      [email protected]
8504 S:      Maintained
8505 F:      drivers/firmware/psci.c
8506 F:      include/linux/psci.h
8507 F:      include/uapi/linux/psci.h
8508
8509 PNP SUPPORT
8510 M:      "Rafael J. Wysocki" <[email protected]>
8511 S:      Maintained
8512 F:      drivers/pnp/
8513
8514 PPP PROTOCOL DRIVERS AND COMPRESSORS
8515 M:      Paul Mackerras <[email protected]>
8516 L:      [email protected]
8517 S:      Maintained
8518 F:      drivers/net/ppp/ppp_*
8519
8520 PPP OVER ATM (RFC 2364)
8521 M:      Mitchell Blank Jr <[email protected]>
8522 S:      Maintained
8523 F:      net/atm/pppoatm.c
8524 F:      include/uapi/linux/atmppp.h
8525
8526 PPP OVER ETHERNET
8527 M:      Michal Ostrowski <[email protected]>
8528 S:      Maintained
8529 F:      drivers/net/ppp/pppoe.c
8530 F:      drivers/net/ppp/pppox.c
8531
8532 PPP OVER L2TP
8533 M:      James Chapman <[email protected]>
8534 S:      Maintained
8535 F:      net/l2tp/l2tp_ppp.c
8536 F:      include/linux/if_pppol2tp.h
8537 F:      include/uapi/linux/if_pppol2tp.h
8538
8539 PPS SUPPORT
8540 M:      Rodolfo Giometti <[email protected]>
8541 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8542 L:      [email protected] (subscribers-only)
8543 S:      Maintained
8544 F:      Documentation/pps/
8545 F:      drivers/pps/
8546 F:      include/linux/pps*.h
8547
8548 PPTP DRIVER
8549 M:      Dmitry Kozlov <[email protected]>
8550 L:      [email protected]
8551 S:      Maintained
8552 F:      drivers/net/ppp/pptp.c
8553 W:      http://sourceforge.net/projects/accel-pptp
8554
8555 PREEMPTIBLE KERNEL
8556 M:      Robert Love <[email protected]>
8557 L:      [email protected]
8558 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8559 S:      Supported
8560 F:      Documentation/preempt-locking.txt
8561 F:      include/linux/preempt.h
8562
8563 PRISM54 WIRELESS DRIVER
8564 M:      "Luis R. Rodriguez" <[email protected]>
8565 L:      [email protected]
8566 W:      http://wireless.kernel.org/en/users/Drivers/p54
8567 S:      Obsolete
8568 F:      drivers/net/wireless/intersil/prism54/
8569
8570 PS3 NETWORK SUPPORT
8571 M:      Geoff Levand <[email protected]>
8572 L:      [email protected]
8573 L:      [email protected]
8574 S:      Maintained
8575 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8576
8577 PS3 PLATFORM SUPPORT
8578 M:      Geoff Levand <[email protected]>
8579 L:      [email protected]
8580 S:      Maintained
8581 F:      arch/powerpc/boot/ps3*
8582 F:      arch/powerpc/include/asm/lv1call.h
8583 F:      arch/powerpc/include/asm/ps3*.h
8584 F:      arch/powerpc/platforms/ps3/
8585 F:      drivers/*/ps3*
8586 F:      drivers/ps3/
8587 F:      drivers/rtc/rtc-ps3.c
8588 F:      drivers/usb/host/*ps3.c
8589 F:      sound/ppc/snd_ps3*
8590
8591 PS3VRAM DRIVER
8592 M:      Jim Paris <[email protected]>
8593 M:      Geoff Levand <[email protected]>
8594 L:      [email protected]
8595 S:      Maintained
8596 F:      drivers/block/ps3vram.c
8597
8598 PSTORE FILESYSTEM
8599 M:      Anton Vorontsov <[email protected]>
8600 M:      Colin Cross <[email protected]>
8601 M:      Kees Cook <[email protected]>
8602 M:      Tony Luck <[email protected]>
8603 S:      Maintained
8604 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8605 F:      fs/pstore/
8606 F:      include/linux/pstore*
8607 F:      drivers/firmware/efi/efi-pstore.c
8608 F:      drivers/acpi/apei/erst.c
8609
8610 PTP HARDWARE CLOCK SUPPORT
8611 M:      Richard Cochran <[email protected]>
8612 L:      [email protected]
8613 S:      Maintained
8614 W:      http://linuxptp.sourceforge.net/
8615 F:      Documentation/ABI/testing/sysfs-ptp
8616 F:      Documentation/ptp/*
8617 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8618 F:      drivers/net/phy/dp83640*
8619 F:      drivers/ptp/*
8620 F:      include/linux/ptp_cl*
8621
8622 PTRACE SUPPORT
8623 M:      Roland McGrath <[email protected]>
8624 M:      Oleg Nesterov <[email protected]>
8625 S:      Maintained
8626 F:      include/asm-generic/syscall.h
8627 F:      include/linux/ptrace.h
8628 F:      include/linux/regset.h
8629 F:      include/linux/tracehook.h
8630 F:      include/uapi/linux/ptrace.h
8631 F:      kernel/ptrace.c
8632
8633 PVRUSB2 VIDEO4LINUX DRIVER
8634 M:      Mike Isely <[email protected]>
8635 L:      [email protected]       (subscribers-only)
8636 L:      [email protected]
8637 W:      http://www.isely.net/pvrusb2/
8638 T:      git git://linuxtv.org/media_tree.git
8639 S:      Maintained
8640 F:      Documentation/video4linux/README.pvrusb2
8641 F:      drivers/media/usb/pvrusb2/
8642
8643 PWC WEBCAM DRIVER
8644 M:      Hans de Goede <[email protected]>
8645 L:      [email protected]
8646 T:      git git://linuxtv.org/media_tree.git
8647 S:      Maintained
8648 F:      drivers/media/usb/pwc/*
8649
8650 PWM FAN DRIVER
8651 M:      Kamil Debski <[email protected]>
8652 L:      [email protected]
8653 S:      Supported
8654 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8655 F:      Documentation/hwmon/pwm-fan
8656 F:      drivers/hwmon/pwm-fan.c
8657
8658 PWM SUBSYSTEM
8659 M:      Thierry Reding <[email protected]>
8660 L:      [email protected]
8661 S:      Maintained
8662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8663 F:      Documentation/pwm.txt
8664 F:      Documentation/devicetree/bindings/pwm/
8665 F:      include/linux/pwm.h
8666 F:      drivers/pwm/
8667 F:      drivers/video/backlight/pwm_bl.c
8668 F:      include/linux/pwm_backlight.h
8669
8670 PXA2xx/PXA3xx SUPPORT
8671 M:      Daniel Mack <[email protected]>
8672 M:      Haojian Zhuang <[email protected]>
8673 M:      Robert Jarzmik <[email protected]>
8674 L:      [email protected] (moderated for non-subscribers)
8675 T:      git git://github.com/hzhuang1/linux.git
8676 T:      git git://github.com/rjarzmik/linux.git
8677 S:      Maintained
8678 F:      arch/arm/mach-pxa/
8679 F:      drivers/dma/pxa*
8680 F:      drivers/pcmcia/pxa2xx*
8681 F:      drivers/pinctrl/pxa/
8682 F:      drivers/spi/spi-pxa2xx*
8683 F:      drivers/usb/gadget/udc/pxa2*
8684 F:      include/sound/pxa2xx-lib.h
8685 F:      sound/arm/pxa*
8686 F:      sound/soc/pxa/
8687
8688 PXA3xx NAND FLASH DRIVER
8689 M:      Ezequiel Garcia <[email protected]>
8690 L:      [email protected]
8691 S:      Maintained
8692 F:      drivers/mtd/nand/pxa3xx_nand.c
8693
8694 MMP SUPPORT
8695 M:      Eric Miao <[email protected]>
8696 M:      Haojian Zhuang <[email protected]>
8697 L:      [email protected] (moderated for non-subscribers)
8698 T:      git git://github.com/hzhuang1/linux.git
8699 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8700 S:      Maintained
8701 F:      arch/arm/mach-mmp/
8702
8703 PXA MMCI DRIVER
8704 S:      Orphan
8705
8706 PXA RTC DRIVER
8707 M:      Robert Jarzmik <[email protected]>
8708 L:      [email protected]
8709 S:      Maintained
8710
8711 QAT DRIVER
8712 M:      Tadeusz Struk <[email protected]>
8713 L:      [email protected]
8714 S:      Supported
8715 F:      drivers/crypto/qat/
8716
8717 QIB DRIVER
8718 M:      Mike Marciniszyn <[email protected]>
8719 L:      [email protected]
8720 S:      Supported
8721 F:      drivers/infiniband/hw/qib/
8722
8723 QLOGIC QLA1280 SCSI DRIVER
8724 M:      Michael Reed <[email protected]>
8725 L:      [email protected]
8726 S:      Maintained
8727 F:      drivers/scsi/qla1280.[ch]
8728
8729 QLOGIC QLA2XXX FC-SCSI DRIVER
8730 M:      [email protected]
8731 L:      [email protected]
8732 S:      Supported
8733 F:      Documentation/scsi/LICENSE.qla2xxx
8734 F:      drivers/scsi/qla2xxx/
8735
8736 QLOGIC QLA4XXX iSCSI DRIVER
8737 M:      [email protected]
8738 L:      [email protected]
8739 S:      Supported
8740 F:      Documentation/scsi/LICENSE.qla4xxx
8741 F:      drivers/scsi/qla4xxx/
8742
8743 QLOGIC QLA3XXX NETWORK DRIVER
8744 M:      Jitendra Kalsaria <[email protected]>
8745 M:      Ron Mercer <[email protected]>
8746 M:      [email protected]
8747 L:      [email protected]
8748 S:      Supported
8749 F:      Documentation/networking/LICENSE.qla3xxx
8750 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8751
8752 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8753 M:      [email protected]
8754 L:      [email protected]
8755 S:      Supported
8756 F:      drivers/net/ethernet/qlogic/qlcnic/
8757
8758 QLOGIC QLGE 10Gb ETHERNET DRIVER
8759 M:      Harish Patil <[email protected]>
8760 M:      Sudarsana Kalluru <[email protected]>
8761 M:      [email protected]
8762 M:      [email protected]
8763 L:      [email protected]
8764 S:      Supported
8765 F:      drivers/net/ethernet/qlogic/qlge/
8766
8767 QLOGIC QL4xxx ETHERNET DRIVER
8768 M:      Yuval Mintz <[email protected]>
8769 M:      Ariel Elior <[email protected]>
8770 M:      [email protected]
8771 L:      [email protected]
8772 S:      Supported
8773 F:      drivers/net/ethernet/qlogic/qed/
8774 F:      include/linux/qed/
8775 F:      drivers/net/ethernet/qlogic/qede/
8776
8777 QNX4 FILESYSTEM
8778 M:      Anders Larsen <[email protected]>
8779 W:      http://www.alarsen.net/linux/qnx4fs/
8780 S:      Maintained
8781 F:      fs/qnx4/
8782 F:      include/uapi/linux/qnx4_fs.h
8783 F:      include/uapi/linux/qnxtypes.h
8784
8785 QT1010 MEDIA DRIVER
8786 M:      Antti Palosaari <[email protected]>
8787 L:      [email protected]
8788 W:      https://linuxtv.org
8789 W:      http://palosaari.fi/linux/
8790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8791 T:      git git://linuxtv.org/anttip/media_tree.git
8792 S:      Maintained
8793 F:      drivers/media/tuners/qt1010*
8794
8795 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8796 M:      QCA ath9k Development <[email protected]>
8797 L:      [email protected]
8798 L:      [email protected]
8799 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8800 S:      Supported
8801 F:      drivers/net/wireless/ath/ath9k/
8802
8803 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8804 M:      Kalle Valo <[email protected]>
8805 L:      [email protected]
8806 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8807 T:      git git://github.com/kvalo/ath.git
8808 S:      Supported
8809 F:      drivers/net/wireless/ath/ath10k/
8810
8811 QUALCOMM HEXAGON ARCHITECTURE
8812 M:      Richard Kuo <[email protected]>
8813 L:      [email protected]
8814 S:      Supported
8815 F:      arch/hexagon/
8816
8817 QUALCOMM WCN36XX WIRELESS DRIVER
8818 M:      Eugene Krasnikov <[email protected]>
8819 L:      [email protected]
8820 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8821 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8822 S:      Supported
8823 F:      drivers/net/wireless/ath/wcn36xx/
8824
8825 RADOS BLOCK DEVICE (RBD)
8826 M:      Ilya Dryomov <[email protected]>
8827 M:      Sage Weil <[email protected]>
8828 M:      Alex Elder <[email protected]>
8829 L:      [email protected]
8830 W:      http://ceph.com/
8831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8832 T:      git git://github.com/ceph/ceph-client.git
8833 S:      Supported
8834 F:      Documentation/ABI/testing/sysfs-bus-rbd
8835 F:      drivers/block/rbd.c
8836 F:      drivers/block/rbd_types.h
8837
8838 RADEON FRAMEBUFFER DISPLAY DRIVER
8839 M:      Benjamin Herrenschmidt <[email protected]>
8840 L:      [email protected]
8841 S:      Maintained
8842 F:      drivers/video/fbdev/aty/radeon*
8843 F:      include/uapi/linux/radeonfb.h
8844
8845 RADIOSHARK RADIO DRIVER
8846 M:      Hans de Goede <[email protected]>
8847 L:      [email protected]
8848 T:      git git://linuxtv.org/media_tree.git
8849 S:      Maintained
8850 F:      drivers/media/radio/radio-shark.c
8851
8852 RADIOSHARK2 RADIO DRIVER
8853 M:      Hans de Goede <[email protected]>
8854 L:      [email protected]
8855 T:      git git://linuxtv.org/media_tree.git
8856 S:      Maintained
8857 F:      drivers/media/radio/radio-shark2.c
8858 F:      drivers/media/radio/radio-tea5777.c
8859
8860 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8861 M:      Paul Mackerras <[email protected]>
8862 L:      [email protected]
8863 S:      Maintained
8864 F:      drivers/video/fbdev/aty/aty128fb.c
8865
8866 RALINK RT2X00 WIRELESS LAN DRIVER
8867 P:      rt2x00 project
8868 M:      Stanislaw Gruszka <[email protected]>
8869 M:      Helmut Schaa <[email protected]>
8870 L:      [email protected]
8871 S:      Maintained
8872 F:      drivers/net/wireless/ralink/rt2x00/
8873
8874 RAMDISK RAM BLOCK DEVICE DRIVER
8875 M:      Jens Axboe <[email protected]>
8876 S:      Maintained
8877 F:      Documentation/blockdev/ramdisk.txt
8878 F:      drivers/block/brd.c
8879
8880 RANDOM NUMBER DRIVER
8881 M:      "Theodore Ts'o" <[email protected]>
8882 S:      Maintained
8883 F:      drivers/char/random.c
8884
8885 RAPIDIO SUBSYSTEM
8886 M:      Matt Porter <[email protected]>
8887 M:      Alexandre Bounine <[email protected]>
8888 S:      Maintained
8889 F:      drivers/rapidio/
8890
8891 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8892 L:      [email protected]
8893 S:      Orphan
8894 F:      drivers/net/wireless/ray*
8895
8896 RCUTORTURE MODULE
8897 M:      Josh Triplett <[email protected]>
8898 M:      "Paul E. McKenney" <[email protected]>
8899 L:      [email protected]
8900 S:      Supported
8901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8902 F:      Documentation/RCU/torture.txt
8903 F:      kernel/rcu/rcutorture.c
8904
8905 RCUTORTURE TEST FRAMEWORK
8906 M:      "Paul E. McKenney" <[email protected]>
8907 M:      Josh Triplett <[email protected]>
8908 R:      Steven Rostedt <[email protected]>
8909 R:      Mathieu Desnoyers <[email protected]>
8910 R:      Lai Jiangshan <[email protected]>
8911 L:      [email protected]
8912 S:      Supported
8913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8914 F:      tools/testing/selftests/rcutorture
8915
8916 RDC R-321X SoC
8917 M:      Florian Fainelli <[email protected]>
8918 S:      Maintained
8919
8920 RDC R6040 FAST ETHERNET DRIVER
8921 M:      Florian Fainelli <[email protected]>
8922 L:      [email protected]
8923 S:      Maintained
8924 F:      drivers/net/ethernet/rdc/r6040.c
8925
8926 RDS - RELIABLE DATAGRAM SOCKETS
8927 M:      Chien Yen <[email protected]>
8928 L:      [email protected] (moderated for non-subscribers)
8929 S:      Supported
8930 F:      net/rds/
8931
8932 READ-COPY UPDATE (RCU)
8933 M:      "Paul E. McKenney" <[email protected]>
8934 M:      Josh Triplett <[email protected]>
8935 R:      Steven Rostedt <[email protected]>
8936 R:      Mathieu Desnoyers <[email protected]>
8937 R:      Lai Jiangshan <[email protected]>
8938 L:      [email protected]
8939 W:      http://www.rdrop.com/users/paulmck/RCU/
8940 S:      Supported
8941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8942 F:      Documentation/RCU/
8943 X:      Documentation/RCU/torture.txt
8944 F:      include/linux/rcu*
8945 X:      include/linux/srcu.h
8946 F:      kernel/rcu/
8947 X:      kernel/torture.c
8948
8949 REAL TIME CLOCK (RTC) SUBSYSTEM
8950 M:      Alessandro Zummo <[email protected]>
8951 M:      Alexandre Belloni <[email protected]>
8952 L:      [email protected]
8953 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8955 S:      Maintained
8956 F:      Documentation/rtc.txt
8957 F:      drivers/rtc/
8958 F:      include/linux/rtc.h
8959 F:      include/uapi/linux/rtc.h
8960
8961 REALTEK AUDIO CODECS
8962 M:      Bard Liao <[email protected]>
8963 M:      Oder Chiou <[email protected]>
8964 S:      Maintained
8965 F:      sound/soc/codecs/rt*
8966 F:      include/sound/rt*.h
8967
8968 REISERFS FILE SYSTEM
8969 L:      [email protected]
8970 S:      Supported
8971 F:      fs/reiserfs/
8972
8973 REGISTER MAP ABSTRACTION
8974 M:      Mark Brown <[email protected]>
8975 L:      [email protected]
8976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8977 S:      Supported
8978 F:      drivers/base/regmap/
8979 F:      include/linux/regmap.h
8980
8981 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8982 M:      Ohad Ben-Cohen <[email protected]>
8983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8984 S:      Maintained
8985 F:      drivers/remoteproc/
8986 F:      Documentation/remoteproc.txt
8987 F:      include/linux/remoteproc.h
8988
8989 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8990 M:      Ohad Ben-Cohen <[email protected]>
8991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8992 S:      Maintained
8993 F:      drivers/rpmsg/
8994 F:      Documentation/rpmsg.txt
8995 F:      include/linux/rpmsg.h
8996
8997 RENESAS ETHERNET DRIVERS
8998 R:      Sergei Shtylyov <[email protected]>
8999 L:      [email protected]
9000 L:      [email protected]
9001 F:      drivers/net/ethernet/renesas/
9002 F:      include/linux/sh_eth.h
9003
9004 RENESAS USB2 PHY DRIVER
9005 M:      Yoshihiro Shimoda <[email protected]>
9006 L:      [email protected]
9007 S:      Maintained
9008 F:      drivers/phy/phy-rcar-gen3-usb2.c
9009
9010 RESET CONTROLLER FRAMEWORK
9011 M:      Philipp Zabel <[email protected]>
9012 S:      Maintained
9013 F:      drivers/reset/
9014 F:      Documentation/devicetree/bindings/reset/
9015 F:      include/dt-bindings/reset/
9016 F:      include/linux/reset.h
9017 F:      include/linux/reset-controller.h
9018
9019 RFKILL
9020 M:      Johannes Berg <[email protected]>
9021 L:      [email protected]
9022 W:      http://wireless.kernel.org/
9023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9025 S:      Maintained
9026 F:      Documentation/rfkill.txt
9027 F:      net/rfkill/
9028
9029 RHASHTABLE
9030 M:      Thomas Graf <[email protected]>
9031 L:      [email protected]
9032 S:      Maintained
9033 F:      lib/rhashtable.c
9034 F:      include/linux/rhashtable.h
9035
9036 RICOH SMARTMEDIA/XD DRIVER
9037 M:      Maxim Levitsky <[email protected]>
9038 S:      Maintained
9039 F:      drivers/mtd/nand/r852.c
9040 F:      drivers/mtd/nand/r852.h
9041
9042 RICOH R5C592 MEMORYSTICK DRIVER
9043 M:      Maxim Levitsky <[email protected]>
9044 S:      Maintained
9045 F:      drivers/memstick/host/r592.*
9046
9047 ROCCAT DRIVERS
9048 M:      Stefan Achatz <[email protected]>
9049 W:      http://sourceforge.net/projects/roccat/
9050 S:      Maintained
9051 F:      drivers/hid/hid-roccat*
9052 F:      include/linux/hid-roccat*
9053 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9054
9055 ROCKER DRIVER
9056 M:      Jiri Pirko <[email protected]>
9057 M:      Scott Feldman <[email protected]>
9058 L:      [email protected]
9059 S:      Supported
9060 F:      drivers/net/ethernet/rocker/
9061
9062 ROCKETPORT DRIVER
9063 P:      Comtrol Corp.
9064 W:      http://www.comtrol.com
9065 S:      Maintained
9066 F:      Documentation/serial/rocket.txt
9067 F:      drivers/tty/rocket*
9068
9069 ROCKETPORT EXPRESS/INFINITY DRIVER
9070 M:      Kevin Cernekee <[email protected]>
9071 L:      [email protected]
9072 S:      Odd Fixes
9073 F:      drivers/tty/serial/rp2.*
9074
9075 ROSE NETWORK LAYER
9076 M:      Ralf Baechle <[email protected]>
9077 L:      [email protected]
9078 W:      http://www.linux-ax25.org/
9079 S:      Maintained
9080 F:      include/net/rose.h
9081 F:      include/uapi/linux/rose.h
9082 F:      net/rose/
9083
9084 RTL2830 MEDIA DRIVER
9085 M:      Antti Palosaari <[email protected]>
9086 L:      [email protected]
9087 W:      https://linuxtv.org
9088 W:      http://palosaari.fi/linux/
9089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9090 T:      git git://linuxtv.org/anttip/media_tree.git
9091 S:      Maintained
9092 F:      drivers/media/dvb-frontends/rtl2830*
9093
9094 RTL2832 MEDIA DRIVER
9095 M:      Antti Palosaari <[email protected]>
9096 L:      [email protected]
9097 W:      https://linuxtv.org
9098 W:      http://palosaari.fi/linux/
9099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9100 T:      git git://linuxtv.org/anttip/media_tree.git
9101 S:      Maintained
9102 F:      drivers/media/dvb-frontends/rtl2832*
9103
9104 RTL2832_SDR MEDIA DRIVER
9105 M:      Antti Palosaari <[email protected]>
9106 L:      [email protected]
9107 W:      https://linuxtv.org
9108 W:      http://palosaari.fi/linux/
9109 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9110 T:      git git://linuxtv.org/anttip/media_tree.git
9111 S:      Maintained
9112 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9113
9114 RTL8180 WIRELESS DRIVER
9115 L:      [email protected]
9116 W:      http://wireless.kernel.org/
9117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9118 S:      Orphan
9119 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9120
9121 RTL8187 WIRELESS DRIVER
9122 M:      Herton Ronaldo Krzesinski <[email protected]>
9123 M:      Hin-Tak Leung <[email protected]>
9124 M:      Larry Finger <[email protected]>
9125 L:      [email protected]
9126 W:      http://wireless.kernel.org/
9127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9128 S:      Maintained
9129 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9130
9131 RTL8192CE WIRELESS DRIVER
9132 M:      Larry Finger <[email protected]>
9133 M:      Chaoming Li <[email protected]>
9134 L:      [email protected]
9135 W:      http://wireless.kernel.org/
9136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9137 S:      Maintained
9138 F:      drivers/net/wireless/realtek/rtlwifi/
9139 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9140
9141 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9142 M:      Jes Sorensen <[email protected]>
9143 L:      [email protected]
9144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9145 S:      Maintained
9146 F:      drivers/net/wireless/realtek/rtl8xxxu/
9147
9148 S3 SAVAGE FRAMEBUFFER DRIVER
9149 M:      Antonino Daplas <[email protected]>
9150 L:      [email protected]
9151 S:      Maintained
9152 F:      drivers/video/fbdev/savage/
9153
9154 S390
9155 M:      Martin Schwidefsky <[email protected]>
9156 M:      Heiko Carstens <[email protected]>
9157 L:      [email protected]
9158 W:      http://www.ibm.com/developerworks/linux/linux390/
9159 S:      Supported
9160 F:      arch/s390/
9161 F:      drivers/s390/
9162 F:      Documentation/s390/
9163 F:      Documentation/DocBook/s390*
9164
9165 S390 COMMON I/O LAYER
9166 M:      Sebastian Ott <[email protected]>
9167 M:      Peter Oberparleiter <[email protected]>
9168 L:      [email protected]
9169 W:      http://www.ibm.com/developerworks/linux/linux390/
9170 S:      Supported
9171 F:      drivers/s390/cio/
9172
9173 S390 DASD DRIVER
9174 M:      Stefan Weinhuber <[email protected]>
9175 M:      Stefan Haberland <[email protected]>
9176 L:      [email protected]
9177 W:      http://www.ibm.com/developerworks/linux/linux390/
9178 S:      Supported
9179 F:      drivers/s390/block/dasd*
9180 F:      block/partitions/ibm.c
9181
9182 S390 NETWORK DRIVERS
9183 M:      Ursula Braun <[email protected]>
9184 L:      [email protected]
9185 W:      http://www.ibm.com/developerworks/linux/linux390/
9186 S:      Supported
9187 F:      drivers/s390/net/
9188
9189 S390 PCI SUBSYSTEM
9190 M:      Sebastian Ott <[email protected]>
9191 M:      Gerald Schaefer <[email protected]>
9192 L:      [email protected]
9193 W:      http://www.ibm.com/developerworks/linux/linux390/
9194 S:      Supported
9195 F:      arch/s390/pci/
9196 F:      drivers/pci/hotplug/s390_pci_hpc.c
9197
9198 S390 ZCRYPT DRIVER
9199 M:      Ingo Tuchscherer <[email protected]>
9200 L:      [email protected]
9201 W:      http://www.ibm.com/developerworks/linux/linux390/
9202 S:      Supported
9203 F:      drivers/s390/crypto/
9204
9205 S390 ZFCP DRIVER
9206 M:      Steffen Maier <[email protected]>
9207 L:      [email protected]
9208 W:      http://www.ibm.com/developerworks/linux/linux390/
9209 S:      Supported
9210 F:      drivers/s390/scsi/zfcp_*
9211
9212 S390 IUCV NETWORK LAYER
9213 M:      Ursula Braun <[email protected]>
9214 L:      [email protected]
9215 W:      http://www.ibm.com/developerworks/linux/linux390/
9216 S:      Supported
9217 F:      drivers/s390/net/*iucv*
9218 F:      include/net/iucv/
9219 F:      net/iucv/
9220
9221 S390 IOMMU (PCI)
9222 M:      Gerald Schaefer <[email protected]>
9223 L:      [email protected]
9224 W:      http://www.ibm.com/developerworks/linux/linux390/
9225 S:      Supported
9226 F:      drivers/iommu/s390-iommu.c
9227
9228 S3C24XX SD/MMC Driver
9229 M:      Ben Dooks <[email protected]>
9230 L:      [email protected] (moderated for non-subscribers)
9231 S:      Supported
9232 F:      drivers/mmc/host/s3cmci.*
9233
9234 SAA6588 RDS RECEIVER DRIVER
9235 M:      Hans Verkuil <[email protected]>
9236 L:      [email protected]
9237 T:      git git://linuxtv.org/media_tree.git
9238 W:      https://linuxtv.org
9239 S:      Odd Fixes
9240 F:      drivers/media/i2c/saa6588*
9241
9242 SAA7134 VIDEO4LINUX DRIVER
9243 M:      Mauro Carvalho Chehab <[email protected]>
9244 L:      [email protected]
9245 W:      https://linuxtv.org
9246 T:      git git://linuxtv.org/media_tree.git
9247 S:      Odd fixes
9248 F:      Documentation/video4linux/*.saa7134
9249 F:      drivers/media/pci/saa7134/
9250
9251 SAA7146 VIDEO4LINUX-2 DRIVER
9252 M:      Hans Verkuil <[email protected]>
9253 L:      [email protected]
9254 T:      git git://linuxtv.org/media_tree.git
9255 S:      Maintained
9256 F:      drivers/media/common/saa7146/
9257 F:      drivers/media/pci/saa7146/
9258 F:      include/media/saa7146*
9259
9260 SAMSUNG LAPTOP DRIVER
9261 M:      Corentin Chary <[email protected]>
9262 L:      [email protected]
9263 S:      Maintained
9264 F:      drivers/platform/x86/samsung-laptop.c
9265
9266 SAMSUNG AUDIO (ASoC) DRIVERS
9267 M:      Sangbeom Kim <[email protected]>
9268 L:      [email protected] (moderated for non-subscribers)
9269 S:      Supported
9270 F:      sound/soc/samsung/
9271
9272 SAMSUNG FRAMEBUFFER DRIVER
9273 M:      Jingoo Han <[email protected]>
9274 L:      [email protected]
9275 S:      Maintained
9276 F:      drivers/video/fbdev/s3c-fb.c
9277
9278 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9279 M:      Sangbeom Kim <[email protected]>
9280 M:      Krzysztof Kozlowski <[email protected]>
9281 L:      [email protected]
9282 L:      [email protected]
9283 S:      Supported
9284 F:      drivers/mfd/sec*.c
9285 F:      drivers/regulator/s2m*.c
9286 F:      drivers/regulator/s5m*.c
9287 F:      drivers/clk/clk-s2mps11.c
9288 F:      drivers/rtc/rtc-s5m.c
9289 F:      include/linux/mfd/samsung/
9290 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9291 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9292 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9293 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9294
9295 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9296 M:      Kyungmin Park <[email protected]>
9297 M:      Sylwester Nawrocki <[email protected]>
9298 L:      [email protected]
9299 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9300 S:      Supported
9301 F:      drivers/media/platform/exynos4-is/
9302
9303 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9304 M:      Sylwester Nawrocki <[email protected]>
9305 L:      [email protected]
9306 L:      [email protected] (moderated for non-subscribers)
9307 S:      Maintained
9308 F:      drivers/media/platform/s3c-camif/
9309 F:      include/media/drv-intf/s3c_camif.h
9310
9311 SAMSUNG S5C73M3 CAMERA DRIVER
9312 M:      Kyungmin Park <[email protected]>
9313 M:      Andrzej Hajda <[email protected]>
9314 L:      [email protected]
9315 S:      Supported
9316 F:      drivers/media/i2c/s5c73m3/*
9317
9318 SAMSUNG S5K5BAF CAMERA DRIVER
9319 M:      Kyungmin Park <[email protected]>
9320 M:      Andrzej Hajda <[email protected]>
9321 L:      [email protected]
9322 S:      Supported
9323 F:      drivers/media/i2c/s5k5baf.c
9324
9325 SAMSUNG S3FWRN5 NFC DRIVER
9326 M:      Robert Baldyga <[email protected]>
9327 L:      [email protected] (moderated for non-subscribers)
9328 S:      Supported
9329 F:      drivers/nfc/s3fwrn5
9330
9331 SAMSUNG SOC CLOCK DRIVERS
9332 M:      Sylwester Nawrocki <[email protected]>
9333 M:      Tomasz Figa <[email protected]>
9334 S:      Supported
9335 L:      [email protected] (moderated for non-subscribers)
9336 F:      drivers/clk/samsung/
9337
9338 SAMSUNG SXGBE DRIVERS
9339 M:      Byungho An <[email protected]>
9340 M:      Girish K S <[email protected]>
9341 M:      Vipul Pandya <[email protected]>
9342 S:      Supported
9343 L:      [email protected]
9344 F:      drivers/net/ethernet/samsung/sxgbe/
9345
9346 SAMSUNG THERMAL DRIVER
9347 M:      Lukasz Majewski <[email protected]>
9348 L:      [email protected]
9349 L:      [email protected]
9350 S:      Supported
9351 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9352 F:      drivers/thermal/samsung/
9353
9354 SAMSUNG USB2 PHY DRIVER
9355 M:      Kamil Debski <[email protected]>
9356 L:      [email protected]
9357 S:      Supported
9358 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9359 F:      Documentation/phy/samsung-usb2.txt
9360 F:      drivers/phy/phy-exynos4210-usb2.c
9361 F:      drivers/phy/phy-exynos4x12-usb2.c
9362 F:      drivers/phy/phy-exynos5250-usb2.c
9363 F:      drivers/phy/phy-s5pv210-usb2.c
9364 F:      drivers/phy/phy-samsung-usb2.c
9365 F:      drivers/phy/phy-samsung-usb2.h
9366
9367 SERIAL DRIVERS
9368 M:      Greg Kroah-Hartman <[email protected]>
9369 L:      [email protected]
9370 S:      Maintained
9371 F:      drivers/tty/serial/
9372
9373 SYNOPSYS DESIGNWARE DMAC DRIVER
9374 M:      Viresh Kumar <[email protected]>
9375 M:      Andy Shevchenko <[email protected]>
9376 S:      Maintained
9377 F:      include/linux/dma/dw.h
9378 F:      include/linux/platform_data/dma-dw.h
9379 F:      drivers/dma/dw/
9380
9381 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9382 M: Lars Persson <[email protected]>
9383 L: [email protected]
9384 S: Supported
9385 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9386 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9387
9388 SYNOPSYS DESIGNWARE I2C DRIVER
9389 M:      Andy Shevchenko <[email protected]>
9390 M:      Jarkko Nikula <[email protected]>
9391 M:      Mika Westerberg <[email protected]>
9392 L:      [email protected]
9393 S:      Maintained
9394 F:      drivers/i2c/busses/i2c-designware-*
9395 F:      include/linux/platform_data/i2c-designware.h
9396
9397 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9398 M:      Jaehoon Chung <[email protected]>
9399 L:      [email protected]
9400 S:      Maintained
9401 F:      include/linux/mmc/dw_mmc.h
9402 F:      drivers/mmc/host/dw_mmc*
9403
9404 SYSTEM TRACE MODULE CLASS
9405 M:      Alexander Shishkin <[email protected]>
9406 S:      Maintained
9407 F:      Documentation/trace/stm.txt
9408 F:      drivers/hwtracing/stm/
9409 F:      include/linux/stm.h
9410 F:      include/uapi/linux/stm.h
9411
9412 THUNDERBOLT DRIVER
9413 M:      Andreas Noever <[email protected]>
9414 S:      Maintained
9415 F:      drivers/thunderbolt/
9416
9417 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9418 M:      John Stultz <[email protected]>
9419 M:      Thomas Gleixner <[email protected]>
9420 L:      [email protected]
9421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9422 S:      Supported
9423 F:      include/linux/clocksource.h
9424 F:      include/linux/time.h
9425 F:      include/linux/timex.h
9426 F:      include/uapi/linux/time.h
9427 F:      include/uapi/linux/timex.h
9428 F:      kernel/time/clocksource.c
9429 F:      kernel/time/time*.c
9430 F:      kernel/time/alarmtimer.c
9431 F:      kernel/time/ntp.c
9432 F:      tools/testing/selftests/timers/
9433
9434 SC1200 WDT DRIVER
9435 M:      Zwane Mwaikambo <[email protected]>
9436 S:      Maintained
9437 F:      drivers/watchdog/sc1200wdt.c
9438
9439 SCHEDULER
9440 M:      Ingo Molnar <[email protected]>
9441 M:      Peter Zijlstra <[email protected]>
9442 L:      [email protected]
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9444 S:      Maintained
9445 F:      kernel/sched/
9446 F:      include/linux/sched.h
9447 F:      include/uapi/linux/sched.h
9448 F:      include/linux/wait.h
9449
9450 SCORE ARCHITECTURE
9451 M:      Chen Liqin <[email protected]>
9452 M:      Lennox Wu <[email protected]>
9453 W:      http://www.sunplus.com
9454 S:      Supported
9455 F:      arch/score/
9456
9457 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9458 M:      Sudeep Holla <[email protected]>
9459 L:      [email protected]
9460 S:      Maintained
9461 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9462 F:      drivers/clk/clk-scpi.c
9463 F:      drivers/cpufreq/scpi-cpufreq.c
9464 F:      drivers/firmware/arm_scpi.c
9465 F:      include/linux/scpi_protocol.h
9466
9467 SCSI CDROM DRIVER
9468 M:      Jens Axboe <[email protected]>
9469 L:      [email protected]
9470 W:      http://www.kernel.dk
9471 S:      Maintained
9472 F:      drivers/scsi/sr*
9473
9474 SCSI RDMA PROTOCOL (SRP) INITIATOR
9475 M:      Bart Van Assche <[email protected]>
9476 L:      [email protected]
9477 S:      Supported
9478 W:      http://www.openfabrics.org
9479 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9481 F:      drivers/infiniband/ulp/srp/
9482 F:      include/scsi/srp.h
9483
9484 SCSI SG DRIVER
9485 M:      Doug Gilbert <[email protected]>
9486 L:      [email protected]
9487 W:      http://sg.danny.cz/sg
9488 S:      Maintained
9489 F:      Documentation/scsi/scsi-generic.txt
9490 F:      drivers/scsi/sg.c
9491 F:      include/scsi/sg.h
9492
9493 SCSI SUBSYSTEM
9494 M:      "James E.J. Bottomley" <[email protected]>
9495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9496 M:      "Martin K. Petersen" <[email protected]>
9497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9498 L:      [email protected]
9499 S:      Maintained
9500 F:      drivers/scsi/
9501 F:      include/scsi/
9502
9503 SCSI TAPE DRIVER
9504 M:      Kai Mäkisara <[email protected]>
9505 L:      [email protected]
9506 S:      Maintained
9507 F:      Documentation/scsi/st.txt
9508 F:      drivers/scsi/st.*
9509 F:      drivers/scsi/st_*.h
9510
9511 SCTP PROTOCOL
9512 M:      Vlad Yasevich <[email protected]>
9513 M:      Neil Horman <[email protected]>
9514 L:      [email protected]
9515 W:      http://lksctp.sourceforge.net
9516 S:      Maintained
9517 F:      Documentation/networking/sctp.txt
9518 F:      include/linux/sctp.h
9519 F:      include/uapi/linux/sctp.h
9520 F:      include/net/sctp/
9521 F:      net/sctp/
9522
9523 SCx200 CPU SUPPORT
9524 M:      Jim Cromie <[email protected]>
9525 S:      Odd Fixes
9526 F:      Documentation/i2c/busses/scx200_acb
9527 F:      arch/x86/platform/scx200/
9528 F:      drivers/watchdog/scx200_wdt.c
9529 F:      drivers/i2c/busses/scx200*
9530 F:      drivers/mtd/maps/scx200_docflash.c
9531 F:      include/linux/scx200.h
9532
9533 SCx200 GPIO DRIVER
9534 M:      Jim Cromie <[email protected]>
9535 S:      Maintained
9536 F:      drivers/char/scx200_gpio.c
9537 F:      include/linux/scx200_gpio.h
9538
9539 SCx200 HRT CLOCKSOURCE DRIVER
9540 M:      Jim Cromie <[email protected]>
9541 S:      Maintained
9542 F:      drivers/clocksource/scx200_hrt.c
9543
9544 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9545 M:      Sascha Sommer <[email protected]>
9546 L:      [email protected] (subscribers-only)
9547 S:      Maintained
9548 F:      drivers/mmc/host/sdricoh_cs.c
9549
9550 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9551 L:      [email protected]
9552 S:      Orphan
9553 F:      drivers/mmc/host/sdhci.*
9554 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9555
9556 SECURE COMPUTING
9557 M:      Kees Cook <[email protected]>
9558 R:      Andy Lutomirski <[email protected]>
9559 R:      Will Drewry <[email protected]>
9560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9561 S:      Supported
9562 F:      kernel/seccomp.c
9563 F:      include/uapi/linux/seccomp.h
9564 F:      include/linux/seccomp.h
9565 F:      tools/testing/selftests/seccomp/*
9566 K:      \bsecure_computing
9567 K:      \bTIF_SECCOMP\b
9568
9569 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9570 M:      Ben Dooks <[email protected]>
9571 M:      Jaehoon Chung <[email protected]>
9572 L:      [email protected]
9573 S:      Maintained
9574 F:      drivers/mmc/host/sdhci-s3c*
9575
9576 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9577 M:      Viresh Kumar <[email protected]>
9578 L:      [email protected]
9579 L:      [email protected]
9580 S:      Maintained
9581 F:      drivers/mmc/host/sdhci-spear.c
9582
9583 SECURITY SUBSYSTEM
9584 M:      James Morris <[email protected]>
9585 M:      "Serge E. Hallyn" <[email protected]>
9586 L:      [email protected] (suggested Cc:)
9587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9588 W:      http://kernsec.org/
9589 S:      Supported
9590 F:      security/
9591
9592 SECURITY CONTACT
9593 M:      Security Officers <[email protected]>
9594 S:      Supported
9595
9596 SELINUX SECURITY MODULE
9597 M:      Paul Moore <[email protected]>
9598 M:      Stephen Smalley <[email protected]>
9599 M:      Eric Paris <[email protected]>
9600 L:      [email protected] (moderated for non-subscribers)
9601 W:      http://selinuxproject.org
9602 T:      git git://git.infradead.org/users/pcmoore/selinux
9603 S:      Supported
9604 F:      include/linux/selinux*
9605 F:      security/selinux/
9606 F:      scripts/selinux/
9607
9608 APPARMOR SECURITY MODULE
9609 M:      John Johansen <[email protected]>
9610 L:      [email protected] (subscribers-only, general discussion)
9611 W:      apparmor.wiki.kernel.org
9612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9613 S:      Supported
9614 F:      security/apparmor/
9615
9616 YAMA SECURITY MODULE
9617 M:      Kees Cook <[email protected]>
9618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9619 S:      Supported
9620 F:      security/yama/
9621
9622 SENSABLE PHANTOM
9623 M:      Jiri Slaby <[email protected]>
9624 S:      Maintained
9625 F:      drivers/misc/phantom.c
9626 F:      include/uapi/linux/phantom.h
9627
9628 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9629 M:      Jayamohan Kallickal <[email protected]>
9630 M:      Ketan Mukadam <[email protected]>
9631 M:      John Soni Jose <[email protected]>
9632 L:      [email protected]
9633 W:      http://www.avagotech.com
9634 S:      Supported
9635 F:      drivers/scsi/be2iscsi/
9636
9637 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9638 M:      Sathya Perla <[email protected]>
9639 M:      Ajit Khaparde <[email protected]>
9640 M:      Padmanabh Ratnakar <[email protected]>
9641 M:      Sriharsha Basavapatna <[email protected]>
9642 L:      [email protected]
9643 W:      http://www.emulex.com
9644 S:      Supported
9645 F:      drivers/net/ethernet/emulex/benet/
9646
9647 EMULEX ONECONNECT ROCE DRIVER
9648 M:      Selvin Xavier <[email protected]>
9649 M:      Devesh Sharma <[email protected]>
9650 M:      Mitesh Ahuja <[email protected]>
9651 L:      [email protected]
9652 W:      http://www.emulex.com
9653 S:      Supported
9654 F:      drivers/infiniband/hw/ocrdma/
9655
9656 SFC NETWORK DRIVER
9657 M:      Solarflare linux maintainers <[email protected]>
9658 M:      Shradha Shah <[email protected]>
9659 L:      [email protected]
9660 S:      Supported
9661 F:      drivers/net/ethernet/sfc/
9662
9663 SGI GRU DRIVER
9664 M:      Dimitri Sivanich <[email protected]>
9665 S:      Maintained
9666 F:      drivers/misc/sgi-gru/
9667
9668 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9669 M:      Pat Gefre <[email protected]>
9670 L:      [email protected]
9671 S:      Supported
9672 F:      Documentation/ia64/serial.txt
9673 F:      drivers/tty/serial/ioc?_serial.c
9674 F:      include/linux/ioc?.h
9675
9676 SGI XP/XPC/XPNET DRIVER
9677 M:      Cliff Whickman <[email protected]>
9678 M:      Robin Holt <[email protected]>
9679 S:      Maintained
9680 F:      drivers/misc/sgi-xp/
9681
9682 SI2157 MEDIA DRIVER
9683 M:      Antti Palosaari <[email protected]>
9684 L:      [email protected]
9685 W:      https://linuxtv.org
9686 W:      http://palosaari.fi/linux/
9687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9688 T:      git git://linuxtv.org/anttip/media_tree.git
9689 S:      Maintained
9690 F:      drivers/media/tuners/si2157*
9691
9692 SI2168 MEDIA DRIVER
9693 M:      Antti Palosaari <[email protected]>
9694 L:      [email protected]
9695 W:      https://linuxtv.org
9696 W:      http://palosaari.fi/linux/
9697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9698 T:      git git://linuxtv.org/anttip/media_tree.git
9699 S:      Maintained
9700 F:      drivers/media/dvb-frontends/si2168*
9701
9702 SI470X FM RADIO RECEIVER I2C DRIVER
9703 M:      Hans Verkuil <[email protected]>
9704 L:      [email protected]
9705 T:      git git://linuxtv.org/media_tree.git
9706 W:      https://linuxtv.org
9707 S:      Odd Fixes
9708 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9709
9710 SI470X FM RADIO RECEIVER USB DRIVER
9711 M:      Hans Verkuil <[email protected]>
9712 L:      [email protected]
9713 T:      git git://linuxtv.org/media_tree.git
9714 W:      https://linuxtv.org
9715 S:      Maintained
9716 F:      drivers/media/radio/si470x/radio-si470x-common.c
9717 F:      drivers/media/radio/si470x/radio-si470x.h
9718 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9719
9720 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9721 M:      Eduardo Valentin <[email protected]>
9722 L:      [email protected]
9723 T:      git git://linuxtv.org/media_tree.git
9724 W:      https://linuxtv.org
9725 S:      Odd Fixes
9726 F:      drivers/media/radio/si4713/si4713.?
9727
9728 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9729 M:      Eduardo Valentin <[email protected]>
9730 L:      [email protected]
9731 T:      git git://linuxtv.org/media_tree.git
9732 W:      https://linuxtv.org
9733 S:      Odd Fixes
9734 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9735
9736 SI4713 FM RADIO TRANSMITTER USB DRIVER
9737 M:      Hans Verkuil <[email protected]>
9738 L:      [email protected]
9739 T:      git git://linuxtv.org/media_tree.git
9740 W:      https://linuxtv.org
9741 S:      Maintained
9742 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9743
9744 SIANO DVB DRIVER
9745 M:      Mauro Carvalho Chehab <[email protected]>
9746 L:      [email protected]
9747 W:      https://linuxtv.org
9748 T:      git git://linuxtv.org/media_tree.git
9749 S:      Odd fixes
9750 F:      drivers/media/common/siano/
9751 F:      drivers/media/usb/siano/
9752 F:      drivers/media/usb/siano/
9753 F:      drivers/media/mmc/siano/
9754
9755 SIMPLEFB FB DRIVER
9756 M:      Hans de Goede <[email protected]>
9757 L:      [email protected]
9758 S:      Maintained
9759 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9760 F:      drivers/video/fbdev/simplefb.c
9761 F:      include/linux/platform_data/simplefb.h
9762
9763 SH_VEU V4L2 MEM2MEM DRIVER
9764 L:      [email protected]
9765 S:      Orphan
9766 F:      drivers/media/platform/sh_veu.c
9767
9768 SH_VOU V4L2 OUTPUT DRIVER
9769 L:      [email protected]
9770 S:      Orphan
9771 F:      drivers/media/platform/sh_vou.c
9772 F:      include/media/drv-intf/sh_vou.h
9773
9774 SIMPLE FIRMWARE INTERFACE (SFI)
9775 M:      Len Brown <[email protected]>
9776 L:      [email protected]
9777 W:      http://simplefirmware.org/
9778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9779 S:      Supported
9780 F:      arch/x86/platform/sfi/
9781 F:      drivers/sfi/
9782 F:      include/linux/sfi*.h
9783
9784 SIMTEC EB110ATX (Chalice CATS)
9785 P:      Ben Dooks
9786 P:      Vincent Sanders <[email protected]>
9787 M:      Simtec Linux Team <[email protected]>
9788 W:      http://www.simtec.co.uk/products/EB110ATX/
9789 S:      Supported
9790
9791 SIMTEC EB2410ITX (BAST)
9792 P:      Ben Dooks
9793 P:      Vincent Sanders <[email protected]>
9794 M:      Simtec Linux Team <[email protected]>
9795 W:      http://www.simtec.co.uk/products/EB2410ITX/
9796 S:      Supported
9797 F:      arch/arm/mach-s3c24xx/mach-bast.c
9798 F:      arch/arm/mach-s3c24xx/bast-ide.c
9799 F:      arch/arm/mach-s3c24xx/bast-irq.c
9800
9801 TI DAVINCI MACHINE SUPPORT
9802 M:      Sekhar Nori <[email protected]>
9803 M:      Kevin Hilman <[email protected]>
9804 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9805 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9806 S:      Supported
9807 F:      arch/arm/mach-davinci/
9808 F:      drivers/i2c/busses/i2c-davinci.c
9809
9810 TI DAVINCI SERIES MEDIA DRIVER
9811 M:      "Lad, Prabhakar" <[email protected]>
9812 L:      [email protected]
9813 W:      https://linuxtv.org
9814 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9815 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9816 S:      Maintained
9817 F:      drivers/media/platform/davinci/
9818 F:      include/media/davinci/
9819
9820 TI AM437X VPFE DRIVER
9821 M:      "Lad, Prabhakar" <[email protected]>
9822 L:      [email protected]
9823 W:      https://linuxtv.org
9824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9825 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9826 S:      Maintained
9827 F:      drivers/media/platform/am437x/
9828
9829 OV2659 OMNIVISION SENSOR DRIVER
9830 M:      "Lad, Prabhakar" <[email protected]>
9831 L:      [email protected]
9832 W:      https://linuxtv.org
9833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9834 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9835 S:      Maintained
9836 F:      drivers/media/i2c/ov2659.c
9837 F:      include/media/i2c/ov2659.h
9838
9839 SILICON MOTION SM712 FRAME BUFFER DRIVER
9840 M:      Sudip Mukherjee <[email protected]>
9841 M:      Teddy Wang <[email protected]>
9842 M:      Sudip Mukherjee <[email protected]>
9843 L:      [email protected]
9844 S:      Maintained
9845 F:      drivers/video/fbdev/sm712*
9846 F:      Documentation/fb/sm712fb.txt
9847
9848 SIS 190 ETHERNET DRIVER
9849 M:      Francois Romieu <[email protected]>
9850 L:      [email protected]
9851 S:      Maintained
9852 F:      drivers/net/ethernet/sis/sis190.c
9853
9854 SIS 900/7016 FAST ETHERNET DRIVER
9855 M:      Daniele Venzano <[email protected]>
9856 W:      http://www.brownhat.org/sis900.html
9857 L:      [email protected]
9858 S:      Maintained
9859 F:      drivers/net/ethernet/sis/sis900.*
9860
9861 SIS FRAMEBUFFER DRIVER
9862 M:      Thomas Winischhofer <[email protected]>
9863 W:      http://www.winischhofer.net/linuxsisvga.shtml
9864 S:      Maintained
9865 F:      Documentation/fb/sisfb.txt
9866 F:      drivers/video/fbdev/sis/
9867 F:      include/video/sisfb.h
9868
9869 SIS USB2VGA DRIVER
9870 M:      Thomas Winischhofer <[email protected]>
9871 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9872 S:      Maintained
9873 F:      drivers/usb/misc/sisusbvga/
9874
9875 SLAB ALLOCATOR
9876 M:      Christoph Lameter <[email protected]>
9877 M:      Pekka Enberg <[email protected]>
9878 M:      David Rientjes <[email protected]>
9879 M:      Joonsoo Kim <[email protected]>
9880 M:      Andrew Morton <[email protected]>
9881 L:      [email protected]
9882 S:      Maintained
9883 F:      include/linux/sl?b*.h
9884 F:      mm/sl?b*
9885
9886 SLEEPABLE READ-COPY UPDATE (SRCU)
9887 M:      Lai Jiangshan <[email protected]>
9888 M:      "Paul E. McKenney" <[email protected]>
9889 M:      Josh Triplett <[email protected]>
9890 R:      Steven Rostedt <[email protected]>
9891 R:      Mathieu Desnoyers <[email protected]>
9892 L:      [email protected]
9893 W:      http://www.rdrop.com/users/paulmck/RCU/
9894 S:      Supported
9895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9896 F:      include/linux/srcu.h
9897 F:      kernel/rcu/srcu.c
9898
9899 SMACK SECURITY MODULE
9900 M:      Casey Schaufler <[email protected]>
9901 L:      [email protected]
9902 W:      http://schaufler-ca.com
9903 T:      git git://git.gitorious.org/smack-next/kernel.git
9904 S:      Maintained
9905 F:      Documentation/security/Smack.txt
9906 F:      security/smack/
9907
9908 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9909 M:      Kevin Hilman <[email protected]>
9910 M:      Nishanth Menon <[email protected]>
9911 S:      Maintained
9912 F:      drivers/power/avs/
9913 F:      include/linux/power/smartreflex.h
9914 L:      [email protected]
9915
9916 SMC91x ETHERNET DRIVER
9917 M:      Nicolas Pitre <[email protected]>
9918 S:      Odd Fixes
9919 F:      drivers/net/ethernet/smsc/smc91x.*
9920
9921 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9922 M:      Sakari Ailus <[email protected]>
9923 L:      [email protected]
9924 S:      Maintained
9925 F:      drivers/media/i2c/smiapp/
9926 F:      include/media/i2c/smiapp.h
9927 F:      drivers/media/i2c/smiapp-pll.c
9928 F:      drivers/media/i2c/smiapp-pll.h
9929 F:      include/uapi/linux/smiapp.h
9930 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9931
9932 SMM665 HARDWARE MONITOR DRIVER
9933 M:      Guenter Roeck <[email protected]>
9934 L:      [email protected]
9935 S:      Maintained
9936 F:      Documentation/hwmon/smm665
9937 F:      drivers/hwmon/smm665.c
9938
9939 SMSC EMC2103 HARDWARE MONITOR DRIVER
9940 M:      Steve Glendinning <[email protected]>
9941 L:      [email protected]
9942 S:      Maintained
9943 F:      Documentation/hwmon/emc2103
9944 F:      drivers/hwmon/emc2103.c
9945
9946 SMSC SCH5627 HARDWARE MONITOR DRIVER
9947 M:      Hans de Goede <[email protected]>
9948 L:      [email protected]
9949 S:      Supported
9950 F:      Documentation/hwmon/sch5627
9951 F:      drivers/hwmon/sch5627.c
9952
9953 SMSC47B397 HARDWARE MONITOR DRIVER
9954 M:      Jean Delvare <[email protected]>
9955 L:      [email protected]
9956 S:      Maintained
9957 F:      Documentation/hwmon/smsc47b397
9958 F:      drivers/hwmon/smsc47b397.c
9959
9960 SMSC911x ETHERNET DRIVER
9961 M:      Steve Glendinning <[email protected]>
9962 L:      [email protected]
9963 S:      Maintained
9964 F:      include/linux/smsc911x.h
9965 F:      drivers/net/ethernet/smsc/smsc911x.*
9966
9967 SMSC9420 PCI ETHERNET DRIVER
9968 M:      Steve Glendinning <[email protected]>
9969 L:      [email protected]
9970 S:      Maintained
9971 F:      drivers/net/ethernet/smsc/smsc9420.*
9972
9973 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9974 M:      Steve Glendinning <[email protected]>
9975 L:      [email protected]
9976 S:      Maintained
9977 F:      drivers/video/fbdev/smscufx.c
9978
9979 SOC-CAMERA V4L2 SUBSYSTEM
9980 M:      Guennadi Liakhovetski <[email protected]>
9981 L:      [email protected]
9982 T:      git git://linuxtv.org/media_tree.git
9983 S:      Maintained
9984 F:      include/media/soc*
9985 F:      drivers/media/i2c/soc_camera/
9986 F:      drivers/media/platform/soc_camera/
9987
9988 SOEKRIS NET48XX LED SUPPORT
9989 M:      Chris Boot <[email protected]>
9990 S:      Maintained
9991 F:      drivers/leds/leds-net48xx.c
9992
9993 SOFTLOGIC 6x10 MPEG CODEC
9994 M:      Bluecherry Maintainers <[email protected]>
9995 M:      Andrey Utkin <[email protected]>
9996 M:      Andrey Utkin <[email protected]>
9997 M:      Ismael Luceno <[email protected]>
9998 L:      [email protected]
9999 S:      Supported
10000 F:      drivers/media/pci/solo6x10/
10001
10002 SOFTWARE RAID (Multiple Disks) SUPPORT
10003 L:      [email protected]
10004 S:      Supported
10005 F:      drivers/md/
10006 F:      include/linux/raid/
10007 F:      include/uapi/linux/raid/
10008
10009 SONIC NETWORK DRIVER
10010 M:      Thomas Bogendoerfer <[email protected]>
10011 L:      [email protected]
10012 S:      Maintained
10013 F:      drivers/net/ethernet/natsemi/sonic.*
10014
10015 SONICS SILICON BACKPLANE DRIVER (SSB)
10016 M:      Michael Buesch <[email protected]>
10017 L:      [email protected]
10018 S:      Maintained
10019 F:      drivers/ssb/
10020 F:      include/linux/ssb/
10021
10022 SONY VAIO CONTROL DEVICE DRIVER
10023 M:      Mattia Dongili <[email protected]>
10024 L:      [email protected]
10025 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10026 S:      Maintained
10027 F:      Documentation/laptops/sony-laptop.txt
10028 F:      drivers/char/sonypi.c
10029 F:      drivers/platform/x86/sony-laptop.c
10030 F:      include/linux/sony-laptop.h
10031
10032 SONY MEMORYSTICK CARD SUPPORT
10033 M:      Alex Dubov <[email protected]>
10034 W:      http://tifmxx.berlios.de/
10035 S:      Maintained
10036 F:      drivers/memstick/host/tifm_ms.c
10037
10038 SONY MEMORYSTICK STANDARD SUPPORT
10039 M:      Maxim Levitsky <[email protected]>
10040 S:      Maintained
10041 F:      drivers/memstick/core/ms_block.*
10042
10043 SOUND
10044 M:      Jaroslav Kysela <[email protected]>
10045 M:      Takashi Iwai <[email protected]>
10046 L:      [email protected] (moderated for non-subscribers)
10047 W:      http://www.alsa-project.org/
10048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10049 T:      git git://git.alsa-project.org/alsa-kernel.git
10050 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10051 S:      Maintained
10052 F:      Documentation/sound/
10053 F:      include/sound/
10054 F:      include/uapi/sound/
10055 F:      sound/
10056
10057 SOUND - COMPRESSED AUDIO
10058 M:      Vinod Koul <[email protected]>
10059 L:      [email protected] (moderated for non-subscribers)
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10061 S:      Supported
10062 F:      Documentation/sound/alsa/compress_offload.txt
10063 F:      include/sound/compress_driver.h
10064 F:      include/uapi/sound/compress_*
10065 F:      sound/core/compress_offload.c
10066 F:      sound/soc/soc-compress.c
10067
10068 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10069 M:      Liam Girdwood <[email protected]>
10070 M:      Mark Brown <[email protected]>
10071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10072 L:      [email protected] (moderated for non-subscribers)
10073 W:      http://alsa-project.org/main/index.php/ASoC
10074 S:      Supported
10075 F:      Documentation/sound/alsa/soc/
10076 F:      sound/soc/
10077 F:      include/sound/soc*
10078
10079 SOUND - DMAENGINE HELPERS
10080 M:      Lars-Peter Clausen <[email protected]>
10081 S:      Supported
10082 F:      include/sound/dmaengine_pcm.h
10083 F:      sound/core/pcm_dmaengine.c
10084 F:      sound/soc/soc-generic-dmaengine-pcm.c
10085
10086 SP2 MEDIA DRIVER
10087 M:      Olli Salonen <[email protected]>
10088 L:      [email protected]
10089 W:      https://linuxtv.org
10090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10091 S:      Maintained
10092 F:      drivers/media/dvb-frontends/sp2*
10093
10094 SPARC + UltraSPARC (sparc/sparc64)
10095 M:      "David S. Miller" <[email protected]>
10096 L:      [email protected]
10097 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10100 S:      Maintained
10101 F:      arch/sparc/
10102 F:      drivers/sbus/
10103
10104 SPARC SERIAL DRIVERS
10105 M:      "David S. Miller" <[email protected]>
10106 L:      [email protected]
10107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10109 S:      Maintained
10110 F:      include/linux/sunserialcore.h
10111 F:      drivers/tty/serial/suncore.c
10112 F:      drivers/tty/serial/sunhv.c
10113 F:      drivers/tty/serial/sunsab.c
10114 F:      drivers/tty/serial/sunsab.h
10115 F:      drivers/tty/serial/sunsu.c
10116 F:      drivers/tty/serial/sunzilog.c
10117 F:      drivers/tty/serial/sunzilog.h
10118
10119 SPARSE CHECKER
10120 M:      "Christopher Li" <[email protected]>
10121 L:      [email protected]
10122 W:      https://sparse.wiki.kernel.org/
10123 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10124 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10125 S:      Maintained
10126 F:      include/linux/compiler.h
10127
10128 SPEAR PLATFORM SUPPORT
10129 M:      Viresh Kumar <[email protected]>
10130 M:      Shiraz Hashim <[email protected]>
10131 L:      [email protected]
10132 L:      [email protected] (moderated for non-subscribers)
10133 W:      http://www.st.com/spear
10134 S:      Maintained
10135 F:      arch/arm/mach-spear/
10136
10137 SPEAR CLOCK FRAMEWORK SUPPORT
10138 M:      Viresh Kumar <[email protected]>
10139 L:      [email protected]
10140 L:      [email protected] (moderated for non-subscribers)
10141 W:      http://www.st.com/spear
10142 S:      Maintained
10143 F:      drivers/clk/spear/
10144
10145 SPI SUBSYSTEM
10146 M:      Mark Brown <[email protected]>
10147 L:      [email protected]
10148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10149 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10150 S:      Maintained
10151 F:      Documentation/spi/
10152 F:      drivers/spi/
10153 F:      include/linux/spi/
10154 F:      include/uapi/linux/spi/
10155
10156 SPIDERNET NETWORK DRIVER for CELL
10157 M:      Ishizaki Kou <[email protected]>
10158 L:      [email protected]
10159 S:      Supported
10160 F:      Documentation/networking/spider_net.txt
10161 F:      drivers/net/ethernet/toshiba/spider_net*
10162
10163 SPU FILE SYSTEM
10164 M:      Jeremy Kerr <[email protected]>
10165 L:      [email protected]
10166 W:      http://www.ibm.com/developerworks/power/cell/
10167 S:      Supported
10168 F:      Documentation/filesystems/spufs.txt
10169 F:      arch/powerpc/platforms/cell/spufs/
10170
10171 SQUASHFS FILE SYSTEM
10172 M:      Phillip Lougher <[email protected]>
10173 L:      [email protected] (subscribers-only)
10174 W:      http://squashfs.org.uk
10175 S:      Maintained
10176 F:      Documentation/filesystems/squashfs.txt
10177 F:      fs/squashfs/
10178
10179 SRM (Alpha) environment access
10180 M:      Jan-Benedict Glaw <[email protected]>
10181 S:      Maintained
10182 F:      arch/alpha/kernel/srm_env.c
10183
10184 STABLE BRANCH
10185 M:      Greg Kroah-Hartman <[email protected]>
10186 L:      [email protected]
10187 S:      Supported
10188 F:      Documentation/stable_kernel_rules.txt
10189
10190 STAGING SUBSYSTEM
10191 M:      Greg Kroah-Hartman <[email protected]>
10192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10193 L:      [email protected]
10194 S:      Supported
10195 F:      drivers/staging/
10196
10197 STAGING - COMEDI
10198 M:      Ian Abbott <[email protected]>
10199 M:      H Hartley Sweeten <[email protected]>
10200 S:      Odd Fixes
10201 F:      drivers/staging/comedi/
10202
10203 STAGING - FLARION FT1000 DRIVERS
10204 M:      Marek Belisko <[email protected]>
10205 S:      Odd Fixes
10206 F:      drivers/staging/ft1000/
10207
10208 STAGING - INDUSTRIAL IO
10209 M:      Jonathan Cameron <[email protected]>
10210 L:      [email protected]
10211 S:      Odd Fixes
10212 F:      drivers/staging/iio/
10213
10214 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10215 M:      Jarod Wilson <[email protected]>
10216 W:      http://www.lirc.org/
10217 S:      Odd Fixes
10218 F:      drivers/staging/media/lirc/
10219
10220 STAGING - LUSTRE PARALLEL FILESYSTEM
10221 M:      Oleg Drokin <[email protected]>
10222 M:      Andreas Dilger <[email protected]>
10223 L:      [email protected] (moderated for non-subscribers)
10224 W:      http://wiki.lustre.org/
10225 S:      Maintained
10226 F:      drivers/staging/lustre
10227
10228 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10229 M:      Marc Dietrich <[email protected]>
10230 L:      [email protected] (moderated for non-subscribers)
10231 L:      [email protected]
10232 S:      Maintained
10233 F:      drivers/staging/nvec/
10234
10235 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10236 M:      Jens Frederich <[email protected]>
10237 M:      Daniel Drake <[email protected]>
10238 M:      Jon Nettleton <[email protected]>
10239 W:      http://wiki.laptop.org/go/DCON
10240 S:      Maintained
10241 F:      drivers/staging/olpc_dcon/
10242
10243 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10244 M:      Willy Tarreau <[email protected]>
10245 S:      Odd Fixes
10246 F:      drivers/staging/panel/
10247
10248 STAGING - REALTEK RTL8712U DRIVERS
10249 M:      Larry Finger <[email protected]>
10250 M:      Florian Schilhabel <[email protected]>.
10251 S:      Odd Fixes
10252 F:      drivers/staging/rtl8712/
10253
10254 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10255 M:      Larry Finger <[email protected]>
10256 M:      Jes Sorensen <[email protected]>
10257 L:      [email protected]
10258 S:      Maintained
10259 F:      drivers/staging/rtl8723au/
10260
10261 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10262 M:      Sudip Mukherjee <[email protected]>
10263 M:      Teddy Wang <[email protected]>
10264 M:      Sudip Mukherjee <[email protected]>
10265 L:      [email protected]
10266 S:      Maintained
10267 F:      drivers/staging/sm750fb/
10268
10269 STAGING - SLICOSS
10270 M:      Lior Dotan <[email protected]>
10271 M:      Christopher Harrer <[email protected]>
10272 S:      Odd Fixes
10273 F:      drivers/staging/slicoss/
10274
10275 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10276 M:      William Hubbs <[email protected]>
10277 M:      Chris Brannon <[email protected]>
10278 M:      Kirk Reiser <[email protected]>
10279 M:      Samuel Thibault <[email protected]>
10280 L:      [email protected]
10281 W:      http://www.linux-speakup.org/
10282 S:      Odd Fixes
10283 F:      drivers/staging/speakup/
10284
10285 STAGING - VIA VT665X DRIVERS
10286 M:      Forest Bond <[email protected]>
10287 S:      Odd Fixes
10288 F:      drivers/staging/vt665?/
10289
10290 STAGING - WILC1000 WIFI DRIVER
10291 M:      Johnny Kim <[email protected]>
10292 M:      Austin Shin <[email protected]>
10293 M:      Chris Park <[email protected]>
10294 M:      Tony Cho <[email protected]>
10295 M:      Glen Lee <[email protected]>
10296 M:      Leo Kim <[email protected]>
10297 L:      [email protected]
10298 S:      Supported
10299 F:      drivers/staging/wilc1000/
10300
10301 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10302 M:      Arnaud Patard <[email protected]>
10303 S:      Odd Fixes
10304 F:      drivers/staging/xgifb/
10305
10306 HFI1 DRIVER
10307 M:      Mike Marciniszyn <[email protected]>
10308 L:      [email protected]
10309 S:      Supported
10310 F:      drivers/staging/rdma/hfi1
10311
10312 STARFIRE/DURALAN NETWORK DRIVER
10313 M:      Ion Badulescu <[email protected]>
10314 S:      Odd Fixes
10315 F:      drivers/net/ethernet/adaptec/starfire*
10316
10317 SUN3/3X
10318 M:      Sam Creasey <[email protected]>
10319 W:      http://sammy.net/sun3/
10320 S:      Maintained
10321 F:      arch/m68k/kernel/*sun3*
10322 F:      arch/m68k/sun3*/
10323 F:      arch/m68k/include/asm/sun3*
10324 F:      drivers/net/ethernet/i825xx/sun3*
10325
10326 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10327 M:      Hans de Goede <[email protected]>
10328 L:      [email protected]
10329 S:      Maintained
10330 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10331 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10332
10333 SUNDANCE NETWORK DRIVER
10334 M:      Denis Kirjanov <[email protected]>
10335 L:      [email protected]
10336 S:      Maintained
10337 F:      drivers/net/ethernet/dlink/sundance.c
10338
10339 SUPERH
10340 L:      [email protected]
10341 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10342 S:      Orphan
10343 F:      Documentation/sh/
10344 F:      arch/sh/
10345 F:      drivers/sh/
10346
10347 SUSPEND TO RAM
10348 M:      "Rafael J. Wysocki" <[email protected]>
10349 M:      Len Brown <[email protected]>
10350 M:      Pavel Machek <[email protected]>
10351 L:      [email protected]
10352 S:      Supported
10353 F:      Documentation/power/
10354 F:      arch/x86/kernel/acpi/
10355 F:      drivers/base/power/
10356 F:      kernel/power/
10357 F:      include/linux/suspend.h
10358 F:      include/linux/freezer.h
10359 F:      include/linux/pm.h
10360
10361 SVGA HANDLING
10362 M:      Martin Mares <[email protected]>
10363 L:      [email protected]
10364 S:      Maintained
10365 F:      Documentation/svga.txt
10366 F:      arch/x86/boot/video*
10367
10368 SWIOTLB SUBSYSTEM
10369 M:      Konrad Rzeszutek Wilk <[email protected]>
10370 L:      [email protected]
10371 S:      Supported
10372 F:      lib/swiotlb.c
10373 F:      arch/*/kernel/pci-swiotlb.c
10374 F:      include/linux/swiotlb.h
10375
10376 SWITCHDEV
10377 M:      Jiri Pirko <[email protected]>
10378 L:      [email protected]
10379 S:      Supported
10380 F:      net/switchdev/
10381 F:      include/net/switchdev.h
10382
10383 SYNOPSYS ARC ARCHITECTURE
10384 M:      Vineet Gupta <[email protected]>
10385 L:      [email protected]
10386 S:      Supported
10387 F:      arch/arc/
10388 F:      Documentation/devicetree/bindings/arc/*
10389 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10390 F:      drivers/tty/serial/arc_uart.c
10391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10392
10393 SYNOPSYS ARC SDP platform support
10394 M:      Alexey Brodkin <[email protected]>
10395 S:      Supported
10396 F:      arch/arc/plat-axs10x
10397 F:      arch/arc/boot/dts/ax*
10398 F:      Documentation/devicetree/bindings/arc/axs10*
10399
10400 SYSTEM CONFIGURATION (SYSCON)
10401 M:      Lee Jones <[email protected]>
10402 M:      Arnd Bergmann <[email protected]>
10403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10404 S:      Supported
10405 F:      drivers/mfd/syscon.c
10406
10407 SYSV FILESYSTEM
10408 M:      Christoph Hellwig <[email protected]>
10409 S:      Maintained
10410 F:      Documentation/filesystems/sysv-fs.txt
10411 F:      fs/sysv/
10412 F:      include/linux/sysv_fs.h
10413
10414 TARGET SUBSYSTEM
10415 M:      "Nicholas A. Bellinger" <[email protected]>
10416 L:      [email protected]
10417 L:      [email protected]
10418 W:      http://www.linux-iscsi.org
10419 W:      http://groups.google.com/group/linux-iscsi-target-dev
10420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10421 S:      Supported
10422 F:      drivers/target/
10423 F:      include/target/
10424 F:      Documentation/target/
10425
10426 TASKSTATS STATISTICS INTERFACE
10427 M:      Balbir Singh <[email protected]>
10428 S:      Maintained
10429 F:      Documentation/accounting/taskstats*
10430 F:      include/linux/taskstats*
10431 F:      kernel/taskstats.c
10432
10433 TC CLASSIFIER
10434 M:      Jamal Hadi Salim <[email protected]>
10435 L:      [email protected]
10436 S:      Maintained
10437 F:      include/net/pkt_cls.h
10438 F:      include/uapi/linux/pkt_cls.h
10439 F:      net/sched/
10440
10441 TCP LOW PRIORITY MODULE
10442 M:      "Wong Hoi Sing, Edison" <[email protected]>
10443 M:      "Hung Hing Lun, Mike" <[email protected]>
10444 W:      http://tcp-lp-mod.sourceforge.net/
10445 S:      Maintained
10446 F:      net/ipv4/tcp_lp.c
10447
10448 TDA10071 MEDIA DRIVER
10449 M:      Antti Palosaari <[email protected]>
10450 L:      [email protected]
10451 W:      https://linuxtv.org
10452 W:      http://palosaari.fi/linux/
10453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10454 T:      git git://linuxtv.org/anttip/media_tree.git
10455 S:      Maintained
10456 F:      drivers/media/dvb-frontends/tda10071*
10457
10458 TDA18212 MEDIA DRIVER
10459 M:      Antti Palosaari <[email protected]>
10460 L:      [email protected]
10461 W:      https://linuxtv.org
10462 W:      http://palosaari.fi/linux/
10463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10464 T:      git git://linuxtv.org/anttip/media_tree.git
10465 S:      Maintained
10466 F:      drivers/media/tuners/tda18212*
10467
10468 TDA18218 MEDIA DRIVER
10469 M:      Antti Palosaari <[email protected]>
10470 L:      [email protected]
10471 W:      https://linuxtv.org
10472 W:      http://palosaari.fi/linux/
10473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10474 T:      git git://linuxtv.org/anttip/media_tree.git
10475 S:      Maintained
10476 F:      drivers/media/tuners/tda18218*
10477
10478 TDA18271 MEDIA DRIVER
10479 M:      Michael Krufky <[email protected]>
10480 L:      [email protected]
10481 W:      https://linuxtv.org
10482 W:      http://github.com/mkrufky
10483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10484 T:      git git://linuxtv.org/mkrufky/tuners.git
10485 S:      Maintained
10486 F:      drivers/media/tuners/tda18271*
10487
10488 TDA827x MEDIA DRIVER
10489 M:      Michael Krufky <[email protected]>
10490 L:      [email protected]
10491 W:      https://linuxtv.org
10492 W:      http://github.com/mkrufky
10493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10494 T:      git git://linuxtv.org/mkrufky/tuners.git
10495 S:      Maintained
10496 F:      drivers/media/tuners/tda8290.*
10497
10498 TDA8290 MEDIA DRIVER
10499 M:      Michael Krufky <[email protected]>
10500 L:      [email protected]
10501 W:      https://linuxtv.org
10502 W:      http://github.com/mkrufky
10503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10504 T:      git git://linuxtv.org/mkrufky/tuners.git
10505 S:      Maintained
10506 F:      drivers/media/tuners/tda8290.*
10507
10508 TDA9840 MEDIA DRIVER
10509 M:      Hans Verkuil <[email protected]>
10510 L:      [email protected]
10511 T:      git git://linuxtv.org/media_tree.git
10512 W:      https://linuxtv.org
10513 S:      Maintained
10514 F:      drivers/media/i2c/tda9840*
10515
10516 TEA5761 TUNER DRIVER
10517 M:      Mauro Carvalho Chehab <[email protected]>
10518 L:      [email protected]
10519 W:      https://linuxtv.org
10520 T:      git git://linuxtv.org/media_tree.git
10521 S:      Odd fixes
10522 F:      drivers/media/tuners/tea5761.*
10523
10524 TEA5767 TUNER DRIVER
10525 M:      Mauro Carvalho Chehab <[email protected]>
10526 L:      [email protected]
10527 W:      https://linuxtv.org
10528 T:      git git://linuxtv.org/media_tree.git
10529 S:      Maintained
10530 F:      drivers/media/tuners/tea5767.*
10531
10532 TEA6415C MEDIA DRIVER
10533 M:      Hans Verkuil <[email protected]>
10534 L:      [email protected]
10535 T:      git git://linuxtv.org/media_tree.git
10536 W:      https://linuxtv.org
10537 S:      Maintained
10538 F:      drivers/media/i2c/tea6415c*
10539
10540 TEA6420 MEDIA DRIVER
10541 M:      Hans Verkuil <[email protected]>
10542 L:      [email protected]
10543 T:      git git://linuxtv.org/media_tree.git
10544 W:      https://linuxtv.org
10545 S:      Maintained
10546 F:      drivers/media/i2c/tea6420*
10547
10548 TEAM DRIVER
10549 M:      Jiri Pirko <[email protected]>
10550 L:      [email protected]
10551 S:      Supported
10552 F:      drivers/net/team/
10553 F:      include/linux/if_team.h
10554 F:      include/uapi/linux/if_team.h
10555
10556 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10557 M:      "Savoir-faire Linux Inc." <[email protected]>
10558 S:      Maintained
10559 F:      arch/x86/platform/ts5500/
10560
10561 TECHNOTREND USB IR RECEIVER
10562 M:      Sean Young <[email protected]>
10563 L:      [email protected]
10564 S:      Maintained
10565 F:      drivers/media/rc/ttusbir.c
10566
10567 TEGRA ARCHITECTURE SUPPORT
10568 M:      Stephen Warren <[email protected]>
10569 M:      Thierry Reding <[email protected]>
10570 M:      Alexandre Courbot <[email protected]>
10571 L:      [email protected]
10572 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10574 S:      Supported
10575 N:      [^a-z]tegra
10576
10577 TEGRA CLOCK DRIVER
10578 M:      Peter De Schrijver <[email protected]>
10579 M:      Prashant Gaikwad <[email protected]>
10580 S:      Supported
10581 F:      drivers/clk/tegra/
10582
10583 TEGRA DMA DRIVER
10584 M:      Laxman Dewangan <[email protected]>
10585 S:      Supported
10586 F:      drivers/dma/tegra20-apb-dma.c
10587
10588 TEGRA I2C DRIVER
10589 M:      Laxman Dewangan <[email protected]>
10590 S:      Supported
10591 F:      drivers/i2c/busses/i2c-tegra.c
10592
10593 TEGRA IOMMU DRIVERS
10594 M:      Hiroshi Doyu <[email protected]>
10595 S:      Supported
10596 F:      drivers/iommu/tegra*
10597
10598 TEGRA KBC DRIVER
10599 M:      Rakesh Iyer <[email protected]>
10600 M:      Laxman Dewangan <[email protected]>
10601 S:      Supported
10602 F:      drivers/input/keyboard/tegra-kbc.c
10603
10604 TEGRA PWM DRIVER
10605 M:      Thierry Reding <[email protected]>
10606 S:      Supported
10607 F:      drivers/pwm/pwm-tegra.c
10608
10609 TEGRA SERIAL DRIVER
10610 M:      Laxman Dewangan <[email protected]>
10611 S:      Supported
10612 F:      drivers/tty/serial/serial-tegra.c
10613
10614 TEGRA SPI DRIVER
10615 M:      Laxman Dewangan <[email protected]>
10616 S:      Supported
10617 F:      drivers/spi/spi-tegra*
10618
10619 TEHUTI ETHERNET DRIVER
10620 M:      Andy Gospodarek <[email protected]>
10621 L:      [email protected]
10622 S:      Supported
10623 F:      drivers/net/ethernet/tehuti/*
10624
10625 Telecom Clock Driver for MCPL0010
10626 M:      Mark Gross <[email protected]>
10627 S:      Supported
10628 F:      drivers/char/tlclk.c
10629
10630 TENSILICA XTENSA PORT (xtensa)
10631 M:      Chris Zankel <[email protected]>
10632 M:      Max Filippov <[email protected]>
10633 L:      [email protected]
10634 S:      Maintained
10635 F:      arch/xtensa/
10636 F:      drivers/irqchip/irq-xtensa-*
10637
10638 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10639 M:      Hans Verkuil <[email protected]>
10640 L:      [email protected]
10641 T:      git git://linuxtv.org/media_tree.git
10642 W:      https://linuxtv.org
10643 S:      Maintained
10644 F:      drivers/media/radio/radio-raremono.c
10645
10646 THERMAL
10647 M:      Zhang Rui <[email protected]>
10648 M:      Eduardo Valentin <[email protected]>
10649 L:      [email protected]
10650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10652 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10653 S:      Supported
10654 F:      drivers/thermal/
10655 F:      include/linux/thermal.h
10656 F:      include/uapi/linux/thermal.h
10657 F:      include/linux/cpu_cooling.h
10658 F:      Documentation/devicetree/bindings/thermal/
10659
10660 THERMAL/CPU_COOLING
10661 M:      Amit Daniel Kachhap <[email protected]>
10662 M:      Viresh Kumar <[email protected]>
10663 M:      Javi Merino <[email protected]>
10664 L:      [email protected]
10665 S:      Supported
10666 F:      Documentation/thermal/cpu-cooling-api.txt
10667 F:      drivers/thermal/cpu_cooling.c
10668 F:      include/linux/cpu_cooling.h
10669
10670 THINGM BLINK(1) USB RGB LED DRIVER
10671 M:      Vivien Didelot <[email protected]>
10672 S:      Maintained
10673 F:      drivers/hid/hid-thingm.c
10674
10675 THINKPAD ACPI EXTRAS DRIVER
10676 M:      Henrique de Moraes Holschuh <[email protected]>
10677 L:      [email protected]
10678 L:      [email protected]
10679 W:      http://ibm-acpi.sourceforge.net
10680 W:      http://thinkwiki.org/wiki/Ibm-acpi
10681 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10682 S:      Maintained
10683 F:      drivers/platform/x86/thinkpad_acpi.c
10684
10685 TI BANDGAP AND THERMAL DRIVER
10686 M:      Eduardo Valentin <[email protected]>
10687 L:      [email protected]
10688 L:      [email protected]
10689 S:      Maintained
10690 F:      drivers/thermal/ti-soc-thermal/
10691
10692 TI CDCE706 CLOCK DRIVER
10693 M:      Max Filippov <[email protected]>
10694 S:      Maintained
10695 F:      drivers/clk/clk-cdce706.c
10696
10697 TI CLOCK DRIVER
10698 M:      Tero Kristo <[email protected]>
10699 L:      [email protected]
10700 S:      Maintained
10701 F:      drivers/clk/ti/
10702 F:      include/linux/clk/ti.h
10703
10704 TI FLASH MEDIA INTERFACE DRIVER
10705 M:      Alex Dubov <[email protected]>
10706 S:      Maintained
10707 F:      drivers/misc/tifm*
10708 F:      drivers/mmc/host/tifm_sd.c
10709 F:      include/linux/tifm.h
10710
10711 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10712 M:      Santosh Shilimkar <[email protected]>
10713 L:      [email protected]
10714 L:      [email protected] (moderated for non-subscribers)
10715 S:      Maintained
10716 F:      drivers/soc/ti/*
10717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10718
10719
10720 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10721 M:      M R Swami Reddy <[email protected]>
10722 M:      Vishwas A Deshpande <[email protected]>
10723 L:      [email protected] (moderated for non-subscribers)
10724 S:      Maintained
10725 F:      sound/soc/codecs/lm49453*
10726 F:      sound/soc/codecs/isabelle*
10727
10728 TI LP855x BACKLIGHT DRIVER
10729 M:      Milo Kim <[email protected]>
10730 S:      Maintained
10731 F:      Documentation/backlight/lp855x-driver.txt
10732 F:      drivers/video/backlight/lp855x_bl.c
10733 F:      include/linux/platform_data/lp855x.h
10734
10735 TI LP8727 CHARGER DRIVER
10736 M:      Milo Kim <[email protected]>
10737 S:      Maintained
10738 F:      drivers/power/lp8727_charger.c
10739 F:      include/linux/platform_data/lp8727.h
10740
10741 TI LP8788 MFD DRIVER
10742 M:      Milo Kim <[email protected]>
10743 S:      Maintained
10744 F:      drivers/iio/adc/lp8788_adc.c
10745 F:      drivers/leds/leds-lp8788.c
10746 F:      drivers/mfd/lp8788*.c
10747 F:      drivers/power/lp8788-charger.c
10748 F:      drivers/regulator/lp8788-*.c
10749 F:      include/linux/mfd/lp8788*.h
10750
10751 TI NETCP ETHERNET DRIVER
10752 M:      Wingman Kwok <[email protected]>
10753 M:      Murali Karicheri <[email protected]>
10754 L:      [email protected]
10755 S:      Maintained
10756 F:      drivers/net/ethernet/ti/netcp*
10757
10758 TI TAS571X FAMILY ASoC CODEC DRIVER
10759 M:      Kevin Cernekee <[email protected]>
10760 L:      [email protected] (moderated for non-subscribers)
10761 S:      Odd Fixes
10762 F:      sound/soc/codecs/tas571x*
10763
10764 TI TWL4030 SERIES SOC CODEC DRIVER
10765 M:      Peter Ujfalusi <[email protected]>
10766 L:      [email protected] (moderated for non-subscribers)
10767 S:      Maintained
10768 F:      sound/soc/codecs/twl4030*
10769
10770 TI WILINK WIRELESS DRIVERS
10771 L:      [email protected]
10772 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10773 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10775 S:      Orphan
10776 F:      drivers/net/wireless/ti/
10777 F:      include/linux/wl12xx.h
10778
10779 TIPC NETWORK LAYER
10780 M:      Jon Maloy <[email protected]>
10781 M:      Ying Xue <[email protected]>
10782 L:      [email protected] (core kernel code)
10783 L:      [email protected] (user apps, general discussion)
10784 W:      http://tipc.sourceforge.net/
10785 S:      Maintained
10786 F:      include/uapi/linux/tipc*.h
10787 F:      net/tipc/
10788
10789 TILE ARCHITECTURE
10790 M:      Chris Metcalf <[email protected]>
10791 W:      http://www.ezchip.com/scm/
10792 S:      Supported
10793 F:      arch/tile/
10794 F:      drivers/char/tile-srom.c
10795 F:      drivers/edac/tile_edac.c
10796 F:      drivers/net/ethernet/tile/
10797 F:      drivers/rtc/rtc-tile.c
10798 F:      drivers/tty/hvc/hvc_tile.c
10799 F:      drivers/tty/serial/tilegx.c
10800 F:      drivers/usb/host/*-tilegx.c
10801 F:      include/linux/usb/tilegx.h
10802
10803 TLAN NETWORK DRIVER
10804 M:      Samuel Chessman <[email protected]>
10805 L:      [email protected] (subscribers-only)
10806 W:      http://sourceforge.net/projects/tlan/
10807 S:      Maintained
10808 F:      Documentation/networking/tlan.txt
10809 F:      drivers/net/ethernet/ti/tlan.*
10810
10811 TOMOYO SECURITY MODULE
10812 M:      Kentaro Takeda <[email protected]>
10813 M:      Tetsuo Handa <[email protected]>
10814 L:      [email protected] (subscribers-only, for developers in English)
10815 L:      [email protected] (subscribers-only, for users in English)
10816 L:      [email protected] (subscribers-only, for developers in Japanese)
10817 L:      [email protected] (subscribers-only, for users in Japanese)
10818 W:      http://tomoyo.sourceforge.jp/
10819 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10820 S:      Maintained
10821 F:      security/tomoyo/
10822
10823 TOPSTAR LAPTOP EXTRAS DRIVER
10824 M:      Herton Ronaldo Krzesinski <[email protected]>
10825 L:      [email protected]
10826 S:      Maintained
10827 F:      drivers/platform/x86/topstar-laptop.c
10828
10829 TOSHIBA ACPI EXTRAS DRIVER
10830 M:      Azael Avalos <[email protected]>
10831 L:      [email protected]
10832 S:      Maintained
10833 F:      drivers/platform/x86/toshiba_acpi.c
10834
10835 TOSHIBA BLUETOOTH DRIVER
10836 M:      Azael Avalos <[email protected]>
10837 L:      [email protected]
10838 S:      Maintained
10839 F:      drivers/platform/x86/toshiba_bluetooth.c
10840
10841 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10842 M:      Azael Avalos <[email protected]>
10843 L:      [email protected]
10844 S:      Maintained
10845 F:      drivers/platform/x86/toshiba_haps.c
10846
10847 TOSHIBA WMI HOTKEYS DRIVER
10848 M:      Azael Avalos <[email protected]>
10849 L:      [email protected]
10850 S:      Maintained
10851 F:      drivers/platform/x86/toshiba-wmi.c
10852
10853 TOSHIBA SMM DRIVER
10854 M:      Jonathan Buzzard <[email protected]>
10855 W:      http://www.buzzard.org.uk/toshiba/
10856 S:      Maintained
10857 F:      drivers/char/toshiba.c
10858 F:      include/linux/toshiba.h
10859 F:      include/uapi/linux/toshiba.h
10860
10861 TOSHIBA TC358743 DRIVER
10862 M:      Mats Randgaard <[email protected]>
10863 L:      [email protected]
10864 S:      Maintained
10865 F:      drivers/media/i2c/tc358743*
10866 F:      include/media/i2c/tc358743.h
10867
10868 TMIO MMC DRIVER
10869 M:      Ian Molton <[email protected]>
10870 L:      [email protected]
10871 S:      Maintained
10872 F:      drivers/mmc/host/tmio_mmc*
10873 F:      drivers/mmc/host/sh_mobile_sdhi.c
10874 F:      include/linux/mmc/tmio.h
10875 F:      include/linux/mmc/sh_mobile_sdhi.h
10876
10877 TMP401 HARDWARE MONITOR DRIVER
10878 M:      Guenter Roeck <[email protected]>
10879 L:      [email protected]
10880 S:      Maintained
10881 F:      Documentation/hwmon/tmp401
10882 F:      drivers/hwmon/tmp401.c
10883
10884 TMPFS (SHMEM FILESYSTEM)
10885 M:      Hugh Dickins <[email protected]>
10886 L:      [email protected]
10887 S:      Maintained
10888 F:      include/linux/shmem_fs.h
10889 F:      mm/shmem.c
10890
10891 TM6000 VIDEO4LINUX DRIVER
10892 M:      Mauro Carvalho Chehab <[email protected]>
10893 L:      [email protected]
10894 W:      https://linuxtv.org
10895 T:      git git://linuxtv.org/media_tree.git
10896 S:      Odd fixes
10897 F:      drivers/media/usb/tm6000/
10898
10899 TW68 VIDEO4LINUX DRIVER
10900 M:      Hans Verkuil <[email protected]>
10901 L:      [email protected]
10902 T:      git git://linuxtv.org/media_tree.git
10903 W:      https://linuxtv.org
10904 S:      Odd Fixes
10905 F:      drivers/media/pci/tw68/
10906
10907 TPM DEVICE DRIVER
10908 M:      Peter Huewe <[email protected]>
10909 M:      Marcel Selhorst <[email protected]>
10910 M:      Jarkko Sakkinen <[email protected]>
10911 R:      Jason Gunthorpe <[email protected]>
10912 W:      http://tpmdd.sourceforge.net
10913 L:      [email protected] (moderated for non-subscribers)
10914 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10915 T:      https://github.com/PeterHuewe/linux-tpmdd
10916 S:      Maintained
10917 F:      drivers/char/tpm/
10918
10919 TPM IBM_VTPM DEVICE DRIVER
10920 M:      Ashley Lai <[email protected]>
10921 W:      http://tpmdd.sourceforge.net
10922 L:      [email protected] (moderated for non-subscribers)
10923 S:      Maintained
10924 F:      drivers/char/tpm/tpm_ibmvtpm*
10925
10926 TRACING
10927 M:      Steven Rostedt <[email protected]>
10928 M:      Ingo Molnar <[email protected]>
10929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10930 S:      Maintained
10931 F:      Documentation/trace/ftrace.txt
10932 F:      arch/*/*/*/ftrace.h
10933 F:      arch/*/kernel/ftrace.c
10934 F:      include/*/ftrace.h
10935 F:      include/linux/trace*.h
10936 F:      include/trace/
10937 F:      kernel/trace/
10938 F:      tools/testing/selftests/ftrace/
10939
10940 TRIVIAL PATCHES
10941 M:      Jiri Kosina <[email protected]>
10942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10943 S:      Maintained
10944 K:      ^Subject:.*(?i)trivial
10945
10946 TTY LAYER
10947 M:      Greg Kroah-Hartman <[email protected]>
10948 M:      Jiri Slaby <[email protected]>
10949 S:      Supported
10950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10951 F:      Documentation/serial/
10952 F:      drivers/tty/
10953 F:      drivers/tty/serial/serial_core.c
10954 F:      include/linux/serial_core.h
10955 F:      include/linux/serial.h
10956 F:      include/linux/tty.h
10957 F:      include/uapi/linux/serial_core.h
10958 F:      include/uapi/linux/serial.h
10959 F:      include/uapi/linux/tty.h
10960
10961 TUA9001 MEDIA DRIVER
10962 M:      Antti Palosaari <[email protected]>
10963 L:      [email protected]
10964 W:      https://linuxtv.org
10965 W:      http://palosaari.fi/linux/
10966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10967 T:      git git://linuxtv.org/anttip/media_tree.git
10968 S:      Maintained
10969 F:      drivers/media/tuners/tua9001*
10970
10971 TULIP NETWORK DRIVERS
10972 L:      [email protected]
10973 L:      [email protected]
10974 S:      Orphan
10975 F:      drivers/net/ethernet/dec/tulip/
10976
10977 TUN/TAP driver
10978 M:      Maxim Krasnyansky <[email protected]>
10979 W:      http://vtun.sourceforge.net/tun
10980 S:      Maintained
10981 F:      Documentation/networking/tuntap.txt
10982 F:      arch/um/os-Linux/drivers/
10983
10984 TURBOCHANNEL SUBSYSTEM
10985 M:      "Maciej W. Rozycki" <[email protected]>
10986 M:      Ralf Baechle <[email protected]>
10987 L:      [email protected]
10988 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10989 S:      Maintained
10990 F:      drivers/tc/
10991 F:      include/linux/tc.h
10992
10993 U14-34F SCSI DRIVER
10994 M:      Dario Ballabio <[email protected]>
10995 L:      [email protected]
10996 S:      Maintained
10997 F:      drivers/scsi/u14-34f.c
10998
10999 UBI FILE SYSTEM (UBIFS)
11000 M:      Artem Bityutskiy <[email protected]>
11001 M:      Adrian Hunter <[email protected]>
11002 L:      [email protected]
11003 T:      git git://git.infradead.org/ubifs-2.6.git
11004 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11005 S:      Maintained
11006 F:      Documentation/filesystems/ubifs.txt
11007 F:      fs/ubifs/
11008
11009 UCLINUX (M68KNOMMU AND COLDFIRE)
11010 M:      Greg Ungerer <[email protected]>
11011 W:      http://www.uclinux.org/
11012 L:      [email protected]
11013 L:      [email protected]  (subscribers-only)
11014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11015 S:      Maintained
11016 F:      arch/m68k/coldfire/
11017 F:      arch/m68k/68*/
11018 F:      arch/m68k/*/*_no.*
11019 F:      arch/m68k/include/asm/*_no.*
11020
11021 UDF FILESYSTEM
11022 M:      Jan Kara <[email protected]>
11023 S:      Maintained
11024 F:      Documentation/filesystems/udf.txt
11025 F:      fs/udf/
11026
11027 UFS FILESYSTEM
11028 M:      Evgeniy Dushistov <[email protected]>
11029 S:      Maintained
11030 F:      Documentation/filesystems/ufs.txt
11031 F:      fs/ufs/
11032
11033 UHID USERSPACE HID IO DRIVER:
11034 M:      David Herrmann <[email protected]>
11035 L:      [email protected]
11036 S:      Maintained
11037 F:      drivers/hid/uhid.c
11038 F:      include/uapi/linux/uhid.h
11039
11040 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11041 L:      [email protected]
11042 S:      Orphan
11043 F:      drivers/uwb/
11044 F:      include/linux/uwb.h
11045 F:      include/linux/uwb/
11046
11047 UNICORE32 ARCHITECTURE:
11048 M:      Guan Xuetao <[email protected]>
11049 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11050 S:      Maintained
11051 T:      git git://github.com/gxt/linux.git
11052 F:      arch/unicore32/
11053
11054 UNIFDEF
11055 M:      Tony Finch <[email protected]>
11056 W:      http://dotat.at/prog/unifdef
11057 S:      Maintained
11058 F:      scripts/unifdef.c
11059
11060 UNIFORM CDROM DRIVER
11061 M:      Jens Axboe <[email protected]>
11062 W:      http://www.kernel.dk
11063 S:      Maintained
11064 F:      Documentation/cdrom/
11065 F:      drivers/cdrom/cdrom.c
11066 F:      include/linux/cdrom.h
11067 F:      include/uapi/linux/cdrom.h
11068
11069 UNISYS S-PAR DRIVERS
11070 M:      Benjamin Romer <[email protected]>
11071 M:      David Kershner <[email protected]>
11072 L:      [email protected] (Unisys internal)
11073 S:      Supported
11074 F:      drivers/staging/unisys/
11075
11076 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11077 M:      Vinayak Holikatti <[email protected]>
11078 L:      [email protected]
11079 S:      Supported
11080 F:      Documentation/scsi/ufs.txt
11081 F:      drivers/scsi/ufs/
11082
11083 UNSORTED BLOCK IMAGES (UBI)
11084 M:      Artem Bityutskiy <[email protected]>
11085 M:      Richard Weinberger <[email protected]>
11086 W:      http://www.linux-mtd.infradead.org/
11087 L:      [email protected]
11088 T:      git git://git.infradead.org/ubifs-2.6.git
11089 S:      Supported
11090 F:      drivers/mtd/ubi/
11091 F:      include/linux/mtd/ubi.h
11092 F:      include/uapi/mtd/ubi-user.h
11093
11094 USB ACM DRIVER
11095 M:      Oliver Neukum <[email protected]>
11096 L:      [email protected]
11097 S:      Maintained
11098 F:      Documentation/usb/acm.txt
11099 F:      drivers/usb/class/cdc-acm.*
11100
11101 USB AR5523 WIRELESS DRIVER
11102 M:      Pontus Fuchs <[email protected]>
11103 L:      [email protected]
11104 S:      Maintained
11105 F:      drivers/net/wireless/ath/ar5523/
11106
11107 USB ATTACHED SCSI
11108 M:      Hans de Goede <[email protected]>
11109 M:      Gerd Hoffmann <[email protected]>
11110 L:      [email protected]
11111 L:      [email protected]
11112 S:      Maintained
11113 F:      drivers/usb/storage/uas.c
11114
11115 USB CDC ETHERNET DRIVER
11116 M:      Oliver Neukum <[email protected]>
11117 L:      [email protected]
11118 S:      Maintained
11119 F:      drivers/net/usb/cdc_*.c
11120 F:      include/uapi/linux/usb/cdc.h
11121
11122 USB CHAOSKEY DRIVER
11123 M:      Keith Packard <[email protected]>
11124 L:      [email protected]
11125 S:      Maintained
11126 F:      drivers/usb/misc/chaoskey.c
11127
11128 USB CYPRESS C67X00 DRIVER
11129 M:      Peter Korsgaard <[email protected]>
11130 L:      [email protected]
11131 S:      Maintained
11132 F:      drivers/usb/c67x00/
11133
11134 USB DAVICOM DM9601 DRIVER
11135 M:      Peter Korsgaard <[email protected]>
11136 L:      [email protected]
11137 W:      http://www.linux-usb.org/usbnet
11138 S:      Maintained
11139 F:      drivers/net/usb/dm9601.c
11140
11141 USB DIAMOND RIO500 DRIVER
11142 M:      Cesar Miquel <[email protected]>
11143 L:      [email protected]
11144 W:      http://rio500.sourceforge.net
11145 S:      Maintained
11146 F:      drivers/usb/misc/rio500*
11147
11148 USB EHCI DRIVER
11149 M:      Alan Stern <[email protected]>
11150 L:      [email protected]
11151 S:      Maintained
11152 F:      Documentation/usb/ehci.txt
11153 F:      drivers/usb/host/ehci*
11154
11155 USB GADGET/PERIPHERAL SUBSYSTEM
11156 M:      Felipe Balbi <[email protected]>
11157 L:      [email protected]
11158 W:      http://www.linux-usb.org/gadget
11159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11160 S:      Maintained
11161 F:      drivers/usb/gadget/
11162 F:      include/linux/usb/gadget*
11163
11164 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11165 M:      Jiri Kosina <[email protected]>
11166 R:      Benjamin Tissoires <[email protected]>
11167 L:      [email protected]
11168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11169 S:      Maintained
11170 F:      Documentation/hid/hiddev.txt
11171 F:      drivers/hid/usbhid/
11172
11173 USB ISP116X DRIVER
11174 M:      Olav Kongas <[email protected]>
11175 L:      [email protected]
11176 S:      Maintained
11177 F:      drivers/usb/host/isp116x*
11178 F:      include/linux/usb/isp116x.h
11179
11180 USB MASS STORAGE DRIVER
11181 M:      Matthew Dharm <[email protected]>
11182 L:      [email protected]
11183 L:      [email protected]
11184 S:      Maintained
11185 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11186 F:      drivers/usb/storage/
11187
11188 USB MIDI DRIVER
11189 M:      Clemens Ladisch <[email protected]>
11190 L:      [email protected] (moderated for non-subscribers)
11191 T:      git git://git.alsa-project.org/alsa-kernel.git
11192 S:      Maintained
11193 F:      sound/usb/midi.*
11194
11195 USB NETWORKING DRIVERS
11196 L:      [email protected]
11197 S:      Odd Fixes
11198 F:      drivers/net/usb/
11199
11200 USB OHCI DRIVER
11201 M:      Alan Stern <[email protected]>
11202 L:      [email protected]
11203 S:      Maintained
11204 F:      Documentation/usb/ohci.txt
11205 F:      drivers/usb/host/ohci*
11206
11207 USB OTG FSM (Finite State Machine)
11208 M:      Peter Chen <[email protected]>
11209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11210 L:      [email protected]
11211 S:      Maintained
11212 F:      drivers/usb/common/usb-otg-fsm.c
11213
11214 USB OVER IP DRIVER
11215 M:      Valentina Manea <[email protected]>
11216 M:      Shuah Khan <[email protected]>
11217 L:      [email protected]
11218 S:      Maintained
11219 F:      drivers/usb/usbip/
11220 F:      tools/usb/usbip/
11221
11222 USB PEGASUS DRIVER
11223 M:      Petko Manolov <[email protected]>
11224 L:      [email protected]
11225 L:      [email protected]
11226 T:      git git://github.com/petkan/pegasus.git
11227 W:      https://github.com/petkan/pegasus
11228 S:      Maintained
11229 F:      drivers/net/usb/pegasus.*
11230
11231 USB PHY LAYER
11232 M:      Felipe Balbi <[email protected]>
11233 L:      [email protected]
11234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11235 S:      Maintained
11236 F:      drivers/usb/phy/
11237
11238 USB PRINTER DRIVER (usblp)
11239 M:      Pete Zaitcev <[email protected]>
11240 L:      [email protected]
11241 S:      Supported
11242 F:      drivers/usb/class/usblp.c
11243
11244 USB QMI WWAN NETWORK DRIVER
11245 M:      Bjørn Mork <[email protected]>
11246 L:      [email protected]
11247 S:      Maintained
11248 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11249 F:      drivers/net/usb/qmi_wwan.c
11250
11251 USB RTL8150 DRIVER
11252 M:      Petko Manolov <[email protected]>
11253 L:      [email protected]
11254 L:      [email protected]
11255 T:      git git://github.com/petkan/rtl8150.git
11256 W:      https://github.com/petkan/rtl8150
11257 S:      Maintained
11258 F:      drivers/net/usb/rtl8150.c
11259
11260 USB SERIAL SUBSYSTEM
11261 M:      Johan Hovold <[email protected]>
11262 L:      [email protected]
11263 S:      Maintained
11264 F:      Documentation/usb/usb-serial.txt
11265 F:      drivers/usb/serial/
11266 F:      include/linux/usb/serial.h
11267
11268 USB SMSC75XX ETHERNET DRIVER
11269 M:      Steve Glendinning <[email protected]>
11270 L:      [email protected]
11271 S:      Maintained
11272 F:      drivers/net/usb/smsc75xx.*
11273
11274 USB SMSC95XX ETHERNET DRIVER
11275 M:      Steve Glendinning <[email protected]>
11276 L:      [email protected]
11277 S:      Maintained
11278 F:      drivers/net/usb/smsc95xx.*
11279
11280 USB SUBSYSTEM
11281 M:      Greg Kroah-Hartman <[email protected]>
11282 L:      [email protected]
11283 W:      http://www.linux-usb.org
11284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11285 S:      Supported
11286 F:      Documentation/usb/
11287 F:      drivers/usb/
11288 F:      include/linux/usb.h
11289 F:      include/linux/usb/
11290
11291 USB UHCI DRIVER
11292 M:      Alan Stern <[email protected]>
11293 L:      [email protected]
11294 S:      Maintained
11295 F:      drivers/usb/host/uhci*
11296
11297 USB "USBNET" DRIVER FRAMEWORK
11298 M:      Oliver Neukum <[email protected]>
11299 L:      [email protected]
11300 W:      http://www.linux-usb.org/usbnet
11301 S:      Maintained
11302 F:      drivers/net/usb/usbnet.c
11303 F:      include/linux/usb/usbnet.h
11304
11305 USB VIDEO CLASS
11306 M:      Laurent Pinchart <[email protected]>
11307 L:      [email protected] (subscribers-only)
11308 L:      [email protected]
11309 T:      git git://linuxtv.org/media_tree.git
11310 W:      http://www.ideasonboard.org/uvc/
11311 S:      Maintained
11312 F:      drivers/media/usb/uvc/
11313 F:      include/uapi/linux/uvcvideo.h
11314
11315 USB VISION DRIVER
11316 M:      Hans Verkuil <[email protected]>
11317 L:      [email protected]
11318 T:      git git://linuxtv.org/media_tree.git
11319 W:      https://linuxtv.org
11320 S:      Odd Fixes
11321 F:      drivers/media/usb/usbvision/
11322
11323 USB WEBCAM GADGET
11324 M:      Laurent Pinchart <[email protected]>
11325 L:      [email protected]
11326 S:      Maintained
11327 F:      drivers/usb/gadget/function/*uvc*
11328 F:      drivers/usb/gadget/legacy/webcam.c
11329
11330 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11331 M:      Jussi Kivilinna <[email protected]>
11332 L:      [email protected]
11333 S:      Maintained
11334 F:      drivers/net/wireless/rndis_wlan.c
11335
11336 USB XHCI DRIVER
11337 M:      Mathias Nyman <[email protected]>
11338 L:      [email protected]
11339 S:      Supported
11340 F:      drivers/usb/host/xhci*
11341 F:      drivers/usb/host/pci-quirks*
11342
11343 USB ZD1201 DRIVER
11344 L:      [email protected]
11345 W:      http://linux-lc100020.sourceforge.net
11346 S:      Orphan
11347 F:      drivers/net/wireless/zydas/zd1201.*
11348
11349 USB ZR364XX DRIVER
11350 M:      Antoine Jacquet <[email protected]>
11351 L:      [email protected]
11352 L:      [email protected]
11353 T:      git git://linuxtv.org/media_tree.git
11354 W:      http://royale.zerezo.com/zr364xx/
11355 S:      Maintained
11356 F:      Documentation/video4linux/zr364xx.txt
11357 F:      drivers/media/usb/zr364xx/
11358
11359 ULPI BUS
11360 M:      Heikki Krogerus <[email protected]>
11361 L:      [email protected]
11362 S:      Maintained
11363 F:      drivers/usb/common/ulpi.c
11364 F:      include/linux/ulpi/
11365
11366 USER-MODE LINUX (UML)
11367 M:      Jeff Dike <[email protected]>
11368 M:      Richard Weinberger <[email protected]>
11369 L:      [email protected]
11370 L:      [email protected]
11371 W:      http://user-mode-linux.sourceforge.net
11372 S:      Maintained
11373 F:      Documentation/virtual/uml/
11374 F:      arch/um/
11375 F:      arch/x86/um/
11376 F:      fs/hostfs/
11377 F:      fs/hppfs/
11378
11379 USERSPACE I/O (UIO)
11380 M:      "Hans J. Koch" <[email protected]>
11381 M:      Greg Kroah-Hartman <[email protected]>
11382 S:      Maintained
11383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11384 F:      Documentation/DocBook/uio-howto.tmpl
11385 F:      drivers/uio/
11386 F:      include/linux/uio*.h
11387
11388 UTIL-LINUX PACKAGE
11389 M:      Karel Zak <[email protected]>
11390 L:      [email protected]
11391 W:      http://en.wikipedia.org/wiki/Util-linux
11392 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11393 S:      Maintained
11394
11395 UVESAFB DRIVER
11396 M:      Michal Januszewski <[email protected]>
11397 L:      [email protected]
11398 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11399 S:      Maintained
11400 F:      Documentation/fb/uvesafb.txt
11401 F:      drivers/video/fbdev/uvesafb.*
11402
11403 VF610 NAND DRIVER
11404 M:      Stefan Agner <[email protected]>
11405 L:      [email protected]
11406 S:      Supported
11407 F:      drivers/mtd/nand/vf610_nfc.c
11408
11409 VFAT/FAT/MSDOS FILESYSTEM
11410 M:      OGAWA Hirofumi <[email protected]>
11411 S:      Maintained
11412 F:      Documentation/filesystems/vfat.txt
11413 F:      fs/fat/
11414
11415 VFIO DRIVER
11416 M:      Alex Williamson <[email protected]>
11417 L:      [email protected]
11418 S:      Maintained
11419 F:      Documentation/vfio.txt
11420 F:      drivers/vfio/
11421 F:      include/linux/vfio.h
11422 F:      include/uapi/linux/vfio.h
11423
11424 VFIO PLATFORM DRIVER
11425 M:      Baptiste Reynal <[email protected]>
11426 L:      [email protected]
11427 S:      Maintained
11428 F:      drivers/vfio/platform/
11429
11430 VIDEOBUF2 FRAMEWORK
11431 M:      Pawel Osciak <[email protected]>
11432 M:      Marek Szyprowski <[email protected]>
11433 M:      Kyungmin Park <[email protected]>
11434 L:      [email protected]
11435 S:      Maintained
11436 F:      drivers/media/v4l2-core/videobuf2-*
11437 F:      include/media/videobuf2-*
11438
11439 VIRTUAL SERIO DEVICE DRIVER
11440 M:      Stephen Chandler Paul <[email protected]>
11441 S:      Maintained
11442 F:      drivers/input/serio/userio.c
11443 F:      include/uapi/linux/userio.h
11444
11445 VIRTIO CONSOLE DRIVER
11446 M:      Amit Shah <[email protected]>
11447 L:      [email protected]
11448 S:      Maintained
11449 F:      drivers/char/virtio_console.c
11450 F:      include/linux/virtio_console.h
11451 F:      include/uapi/linux/virtio_console.h
11452
11453 VIRTIO CORE, NET AND BLOCK DRIVERS
11454 M:      "Michael S. Tsirkin" <[email protected]>
11455 L:      [email protected]
11456 S:      Maintained
11457 F:      drivers/virtio/
11458 F:      tools/virtio/
11459 F:      drivers/net/virtio_net.c
11460 F:      drivers/block/virtio_blk.c
11461 F:      include/linux/virtio_*.h
11462 F:      include/uapi/linux/virtio_*.h
11463
11464 VIRTIO DRIVERS FOR S390
11465 M:      Christian Borntraeger <[email protected]>
11466 M:      Cornelia Huck <[email protected]>
11467 L:      [email protected]
11468 L:      [email protected]
11469 L:      [email protected]
11470 S:      Supported
11471 F:      drivers/s390/virtio/
11472
11473 VIRTIO GPU DRIVER
11474 M:      David Airlie <[email protected]>
11475 M:      Gerd Hoffmann <[email protected]>
11476 L:      [email protected]
11477 L:      [email protected]
11478 S:      Maintained
11479 F:      drivers/gpu/drm/virtio/
11480 F:      include/uapi/linux/virtio_gpu.h
11481
11482 VIRTIO HOST (VHOST)
11483 M:      "Michael S. Tsirkin" <[email protected]>
11484 L:      [email protected]
11485 L:      [email protected]
11486 L:      [email protected]
11487 S:      Maintained
11488 F:      drivers/vhost/
11489 F:      include/uapi/linux/vhost.h
11490
11491 VIRTIO INPUT DRIVER
11492 M:      Gerd Hoffmann <[email protected]>
11493 S:      Maintained
11494 F:      drivers/virtio/virtio_input.c
11495 F:      include/uapi/linux/virtio_input.h
11496
11497 VIA RHINE NETWORK DRIVER
11498 S:      Orphan
11499 F:      drivers/net/ethernet/via/via-rhine.c
11500
11501 VIA SD/MMC CARD CONTROLLER DRIVER
11502 M:      Bruce Chang <[email protected]>
11503 M:      Harald Welte <[email protected]>
11504 S:      Maintained
11505 F:      drivers/mmc/host/via-sdmmc.c
11506
11507 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11508 M:      Florian Tobias Schandinat <[email protected]>
11509 L:      [email protected]
11510 S:      Maintained
11511 F:      include/linux/via-core.h
11512 F:      include/linux/via-gpio.h
11513 F:      include/linux/via_i2c.h
11514 F:      drivers/video/fbdev/via/
11515
11516 VIA VELOCITY NETWORK DRIVER
11517 M:      Francois Romieu <[email protected]>
11518 L:      [email protected]
11519 S:      Maintained
11520 F:      drivers/net/ethernet/via/via-velocity.*
11521
11522 VIRT LIB
11523 M:      Alex Williamson <[email protected]>
11524 M:      Paolo Bonzini <[email protected]>
11525 L:      [email protected]
11526 S:      Supported
11527 F:      virt/lib/
11528
11529 VIVID VIRTUAL VIDEO DRIVER
11530 M:      Hans Verkuil <[email protected]>
11531 L:      [email protected]
11532 T:      git git://linuxtv.org/media_tree.git
11533 W:      https://linuxtv.org
11534 S:      Maintained
11535 F:      drivers/media/platform/vivid/*
11536
11537 VLAN (802.1Q)
11538 M:      Patrick McHardy <[email protected]>
11539 L:      [email protected]
11540 S:      Maintained
11541 F:      drivers/net/macvlan.c
11542 F:      include/linux/if_*vlan.h
11543 F:      net/8021q/
11544
11545 VLYNQ BUS
11546 M:      Florian Fainelli <[email protected]>
11547 L:      [email protected] (subscribers-only)
11548 S:      Maintained
11549 F:      drivers/vlynq/vlynq.c
11550 F:      include/linux/vlynq.h
11551
11552 VME SUBSYSTEM
11553 M:      Martyn Welch <[email protected]>
11554 M:      Manohar Vanga <[email protected]>
11555 M:      Greg Kroah-Hartman <[email protected]>
11556 L:      [email protected]
11557 S:      Maintained
11558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11559 F:      Documentation/vme_api.txt
11560 F:      drivers/staging/vme/
11561 F:      drivers/vme/
11562 F:      include/linux/vme*
11563
11564 VMWARE HYPERVISOR INTERFACE
11565 M:      Alok Kataria <[email protected]>
11566 L:      [email protected]
11567 S:      Supported
11568 F:      arch/x86/kernel/cpu/vmware.c
11569
11570 VMWARE BALLOON DRIVER
11571 M:      Xavier Deguillard <[email protected]>
11572 M:      Philip Moltmann <[email protected]>
11573 M:      "VMware, Inc." <[email protected]>
11574 L:      [email protected]
11575 S:      Maintained
11576 F:      drivers/misc/vmw_balloon.c
11577
11578 VMWARE VMMOUSE SUBDRIVER
11579 M:      "VMware Graphics" <[email protected]>
11580 M:      "VMware, Inc." <[email protected]>
11581 L:      [email protected]
11582 S:      Maintained
11583 F:      drivers/input/mouse/vmmouse.c
11584 F:      drivers/input/mouse/vmmouse.h
11585
11586 VMWARE VMXNET3 ETHERNET DRIVER
11587 M:      Shrikrishna Khare <[email protected]>
11588 M:      "VMware, Inc." <[email protected]>
11589 L:      [email protected]
11590 S:      Maintained
11591 F:      drivers/net/vmxnet3/
11592
11593 VMware PVSCSI driver
11594 M:      Arvind Kumar <[email protected]>
11595 M:      VMware PV-Drivers <[email protected]>
11596 L:      [email protected]
11597 S:      Maintained
11598 F:      drivers/scsi/vmw_pvscsi.c
11599 F:      drivers/scsi/vmw_pvscsi.h
11600
11601 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11602 M:      Liam Girdwood <[email protected]>
11603 M:      Mark Brown <[email protected]>
11604 L:      [email protected]
11605 W:      http://www.slimlogic.co.uk/?p=48
11606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11607 S:      Supported
11608 F:      drivers/regulator/
11609 F:      include/linux/regulator/
11610
11611 VRF
11612 M:      David Ahern <[email protected]>
11613 M:      Shrijeet Mukherjee <[email protected]>
11614 L:      [email protected]
11615 S:      Maintained
11616 F:      drivers/net/vrf.c
11617 F:      Documentation/networking/vrf.txt
11618
11619 VT1211 HARDWARE MONITOR DRIVER
11620 M:      Juerg Haefliger <[email protected]>
11621 L:      [email protected]
11622 S:      Maintained
11623 F:      Documentation/hwmon/vt1211
11624 F:      drivers/hwmon/vt1211.c
11625
11626 VT8231 HARDWARE MONITOR DRIVER
11627 M:      Roger Lucas <[email protected]>
11628 L:      [email protected]
11629 S:      Maintained
11630 F:      drivers/hwmon/vt8231.c
11631
11632 VUB300 USB to SDIO/SD/MMC bridge chip
11633 M:      Tony Olech <[email protected]>
11634 L:      [email protected]
11635 L:      [email protected]
11636 S:      Supported
11637 F:      drivers/mmc/host/vub300.c
11638
11639 W1 DALLAS'S 1-WIRE BUS
11640 M:      Evgeniy Polyakov <[email protected]>
11641 S:      Maintained
11642 F:      Documentation/w1/
11643 F:      drivers/w1/
11644
11645 W83791D HARDWARE MONITORING DRIVER
11646 M:      Marc Hulsman <[email protected]>
11647 L:      [email protected]
11648 S:      Maintained
11649 F:      Documentation/hwmon/w83791d
11650 F:      drivers/hwmon/w83791d.c
11651
11652 W83793 HARDWARE MONITORING DRIVER
11653 M:      Rudolf Marek <[email protected]>
11654 L:      [email protected]
11655 S:      Maintained
11656 F:      Documentation/hwmon/w83793
11657 F:      drivers/hwmon/w83793.c
11658
11659 W83795 HARDWARE MONITORING DRIVER
11660 M:      Jean Delvare <[email protected]>
11661 L:      [email protected]
11662 S:      Maintained
11663 F:      drivers/hwmon/w83795.c
11664
11665 W83L51xD SD/MMC CARD INTERFACE DRIVER
11666 M:      Pierre Ossman <[email protected]>
11667 S:      Maintained
11668 F:      drivers/mmc/host/wbsd.*
11669
11670 WACOM PROTOCOL 4 SERIAL TABLETS
11671 M:      Julian Squires <[email protected]>
11672 M:      Hans de Goede <[email protected]>
11673 L:      [email protected]
11674 S:      Maintained
11675 F:      drivers/input/tablet/wacom_serial4.c
11676
11677 WATCHDOG DEVICE DRIVERS
11678 M:      Wim Van Sebroeck <[email protected]>
11679 L:      [email protected]
11680 W:      http://www.linux-watchdog.org/
11681 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11682 S:      Maintained
11683 F:      Documentation/watchdog/
11684 F:      drivers/watchdog/
11685 F:      include/linux/watchdog.h
11686 F:      include/uapi/linux/watchdog.h
11687
11688 WD7000 SCSI DRIVER
11689 M:      Miroslav Zagorac <[email protected]>
11690 L:      [email protected]
11691 S:      Maintained
11692 F:      drivers/scsi/wd7000.c
11693
11694 WIIMOTE HID DRIVER
11695 M:      David Herrmann <[email protected]>
11696 L:      [email protected]
11697 S:      Maintained
11698 F:      drivers/hid/hid-wiimote*
11699
11700 WINBOND CIR DRIVER
11701 M:      David Härdeman <[email protected]>
11702 S:      Maintained
11703 F:      drivers/media/rc/winbond-cir.c
11704
11705 WIMAX STACK
11706 M:      Inaky Perez-Gonzalez <[email protected]>
11707 M:      [email protected]
11708 L:      [email protected] (subscribers-only)
11709 S:      Supported
11710 W:      http://linuxwimax.org
11711 F:      Documentation/wimax/README.wimax
11712 F:      include/linux/wimax/debug.h
11713 F:      include/net/wimax.h
11714 F:      include/uapi/linux/wimax.h
11715 F:      net/wimax/
11716
11717 WISTRON LAPTOP BUTTON DRIVER
11718 M:      Miloslav Trmac <[email protected]>
11719 S:      Maintained
11720 F:      drivers/input/misc/wistron_btns.c
11721
11722 WL3501 WIRELESS PCMCIA CARD DRIVER
11723 M:      Arnaldo Carvalho de Melo <[email protected]>
11724 L:      [email protected]
11725 W:      http://oops.ghostprotocols.net:81/blog
11726 S:      Maintained
11727 F:      drivers/net/wireless/wl3501*
11728
11729 WOLFSON MICROELECTRONICS DRIVERS
11730 L:      [email protected]
11731 T:      git https://github.com/CirrusLogic/linux-drivers.git
11732 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11733 S:      Supported
11734 F:      Documentation/hwmon/wm83??
11735 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11736 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11737 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11738 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11739 F:      drivers/clk/clk-wm83*.c
11740 F:      drivers/extcon/extcon-arizona.c
11741 F:      drivers/leds/leds-wm83*.c
11742 F:      drivers/gpio/gpio-*wm*.c
11743 F:      drivers/gpio/gpio-arizona.c
11744 F:      drivers/hwmon/wm83??-hwmon.c
11745 F:      drivers/input/misc/wm831x-on.c
11746 F:      drivers/input/touchscreen/wm831x-ts.c
11747 F:      drivers/input/touchscreen/wm97*.c
11748 F:      drivers/mfd/arizona*
11749 F:      drivers/mfd/wm*.c
11750 F:      drivers/mfd/cs47l24*
11751 F:      drivers/power/wm83*.c
11752 F:      drivers/rtc/rtc-wm83*.c
11753 F:      drivers/regulator/wm8*.c
11754 F:      drivers/video/backlight/wm83*_bl.c
11755 F:      drivers/watchdog/wm83*_wdt.c
11756 F:      include/linux/mfd/arizona/
11757 F:      include/linux/mfd/wm831x/
11758 F:      include/linux/mfd/wm8350/
11759 F:      include/linux/mfd/wm8400*
11760 F:      include/linux/wm97xx.h
11761 F:      include/sound/wm????.h
11762 F:      sound/soc/codecs/arizona.?
11763 F:      sound/soc/codecs/wm*
11764 F:      sound/soc/codecs/cs47l24*
11765
11766 WORKQUEUE
11767 M:      Tejun Heo <[email protected]>
11768 R:      Lai Jiangshan <[email protected]>
11769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11770 S:      Maintained
11771 F:      include/linux/workqueue.h
11772 F:      kernel/workqueue.c
11773 F:      Documentation/workqueue.txt
11774
11775 X.25 NETWORK LAYER
11776 M:      Andrew Hendry <[email protected]>
11777 L:      [email protected]
11778 S:      Odd Fixes
11779 F:      Documentation/networking/x25*
11780 F:      include/net/x25*
11781 F:      net/x25/
11782
11783 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11784 M:      Thomas Gleixner <[email protected]>
11785 M:      Ingo Molnar <[email protected]>
11786 M:      "H. Peter Anvin" <[email protected]>
11787 M:      [email protected]
11788 L:      [email protected]
11789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11790 S:      Maintained
11791 F:      Documentation/x86/
11792 F:      arch/x86/
11793
11794 X86 PLATFORM DRIVERS
11795 M:      Darren Hart <[email protected]>
11796 L:      [email protected]
11797 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11798 S:      Maintained
11799 F:      drivers/platform/x86/
11800 F:      drivers/platform/olpc/
11801
11802 X86 MCE INFRASTRUCTURE
11803 M:      Tony Luck <[email protected]>
11804 M:      Borislav Petkov <[email protected]>
11805 L:      [email protected]
11806 S:      Maintained
11807 F:      arch/x86/kernel/cpu/mcheck/*
11808
11809 X86 MICROCODE UPDATE SUPPORT
11810 M:      Borislav Petkov <[email protected]>
11811 S:      Maintained
11812 F:      arch/x86/kernel/cpu/microcode/*
11813
11814 X86 VDSO
11815 M:      Andy Lutomirski <[email protected]>
11816 L:      [email protected]
11817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11818 S:      Maintained
11819 F:      arch/x86/entry/vdso/
11820
11821 XC2028/3028 TUNER DRIVER
11822 M:      Mauro Carvalho Chehab <[email protected]>
11823 L:      [email protected]
11824 W:      https://linuxtv.org
11825 T:      git git://linuxtv.org/media_tree.git
11826 S:      Maintained
11827 F:      drivers/media/tuners/tuner-xc2028.*
11828
11829 XEN HYPERVISOR INTERFACE
11830 M:      Konrad Rzeszutek Wilk <[email protected]>
11831 M:      Boris Ostrovsky <[email protected]>
11832 M:      David Vrabel <[email protected]>
11833 L:      [email protected] (moderated for non-subscribers)
11834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11835 S:      Supported
11836 F:      arch/x86/xen/
11837 F:      drivers/*/xen-*front.c
11838 F:      drivers/xen/
11839 F:      arch/x86/include/asm/xen/
11840 F:      include/xen/
11841 F:      include/uapi/xen/
11842
11843 XEN HYPERVISOR ARM
11844 M:      Stefano Stabellini <[email protected]>
11845 L:      [email protected] (moderated for non-subscribers)
11846 S:      Supported
11847 F:      arch/arm/xen/
11848 F:      arch/arm/include/asm/xen/
11849
11850 XEN HYPERVISOR ARM64
11851 M:      Stefano Stabellini <[email protected]>
11852 L:      [email protected] (moderated for non-subscribers)
11853 S:      Supported
11854 F:      arch/arm64/xen/
11855 F:      arch/arm64/include/asm/xen/
11856
11857 XEN NETWORK BACKEND DRIVER
11858 M:      Ian Campbell <[email protected]>
11859 M:      Wei Liu <[email protected]>
11860 L:      [email protected] (moderated for non-subscribers)
11861 L:      [email protected]
11862 S:      Supported
11863 F:      drivers/net/xen-netback/*
11864
11865 XEN PCI SUBSYSTEM
11866 M:      Konrad Rzeszutek Wilk <[email protected]>
11867 L:      [email protected] (moderated for non-subscribers)
11868 S:      Supported
11869 F:      arch/x86/pci/*xen*
11870 F:      drivers/pci/*xen*
11871
11872 XEN BLOCK SUBSYSTEM
11873 M:      Konrad Rzeszutek Wilk <[email protected]>
11874 M:      Roger Pau MonnĂ© <[email protected]>
11875 L:      [email protected] (moderated for non-subscribers)
11876 S:      Supported
11877 F:      drivers/block/xen-blkback/*
11878 F:      drivers/block/xen*
11879
11880 XEN PVSCSI DRIVERS
11881 M:      Juergen Gross <[email protected]>
11882 L:      [email protected] (moderated for non-subscribers)
11883 L:      [email protected]
11884 S:      Supported
11885 F:      drivers/scsi/xen-scsifront.c
11886 F:      drivers/xen/xen-scsiback.c
11887 F:      include/xen/interface/io/vscsiif.h
11888
11889 XEN SWIOTLB SUBSYSTEM
11890 M:      Konrad Rzeszutek Wilk <[email protected]>
11891 L:      [email protected] (moderated for non-subscribers)
11892 S:      Supported
11893 F:      arch/x86/xen/*swiotlb*
11894 F:      drivers/xen/*swiotlb*
11895
11896 XFS FILESYSTEM
11897 P:      Silicon Graphics Inc
11898 M:      Dave Chinner <[email protected]>
11899 M:      [email protected]
11900 L:      [email protected]
11901 W:      http://oss.sgi.com/projects/xfs
11902 T:      git git://oss.sgi.com/xfs/xfs.git
11903 S:      Supported
11904 F:      Documentation/filesystems/xfs.txt
11905 F:      fs/xfs/
11906
11907 XILINX AXI ETHERNET DRIVER
11908 M:      Anirudha Sarangi <[email protected]>
11909 M:      John Linn <[email protected]>
11910 S:      Maintained
11911 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11912
11913 XILINX UARTLITE SERIAL DRIVER
11914 M:      Peter Korsgaard <[email protected]>
11915 L:      [email protected]
11916 S:      Maintained
11917 F:      drivers/tty/serial/uartlite.c
11918
11919 XILINX VIDEO IP CORES
11920 M:      Hyun Kwon <[email protected]>
11921 M:      Laurent Pinchart <[email protected]>
11922 L:      [email protected]
11923 T:      git git://linuxtv.org/media_tree.git
11924 S:      Supported
11925 F:      Documentation/devicetree/bindings/media/xilinx/
11926 F:      drivers/media/platform/xilinx/
11927 F:      include/uapi/linux/xilinx-v4l2-controls.h
11928
11929 XILLYBUS DRIVER
11930 M:      Eli Billauer <[email protected]>
11931 L:      [email protected]
11932 S:      Supported
11933 F:      drivers/char/xillybus/
11934
11935 XTENSA XTFPGA PLATFORM SUPPORT
11936 M:      Max Filippov <[email protected]>
11937 L:      [email protected]
11938 S:      Maintained
11939 F:      drivers/spi/spi-xtensa-xtfpga.c
11940 F:      sound/soc/xtensa/xtfpga-i2s.c
11941
11942 YAM DRIVER FOR AX.25
11943 M:      Jean-Paul Roubelat <[email protected]>
11944 L:      [email protected]
11945 S:      Maintained
11946 F:      drivers/net/hamradio/yam*
11947 F:      include/linux/yam.h
11948
11949 YEALINK PHONE DRIVER
11950 M:      Henk Vergonet <[email protected]>
11951 L:      [email protected]
11952 S:      Maintained
11953 F:      Documentation/input/yealink.txt
11954 F:      drivers/input/misc/yealink.*
11955
11956 Z8530 DRIVER FOR AX.25
11957 M:      Joerg Reuter <[email protected]>
11958 W:      http://yaina.de/jreuter/
11959 W:      http://www.qsl.net/dl1bke/
11960 L:      [email protected]
11961 S:      Maintained
11962 F:      Documentation/networking/z8530drv.txt
11963 F:      drivers/net/hamradio/*scc.c
11964 F:      drivers/net/hamradio/z8530.h
11965
11966 ZBUD COMPRESSED PAGE ALLOCATOR
11967 M:      Seth Jennings <[email protected]>
11968 L:      [email protected]
11969 S:      Maintained
11970 F:      mm/zbud.c
11971 F:      include/linux/zbud.h
11972
11973 ZD1211RW WIRELESS DRIVER
11974 M:      Daniel Drake <[email protected]>
11975 M:      Ulrich Kunitz <[email protected]>
11976 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11977 L:      [email protected]
11978 L:      [email protected] (subscribers-only)
11979 S:      Maintained
11980 F:      drivers/net/wireless/zydas/zd1211rw/
11981
11982 ZPOOL COMPRESSED PAGE STORAGE API
11983 M:      Dan Streetman <[email protected]>
11984 L:      [email protected]
11985 S:      Maintained
11986 F:      mm/zpool.c
11987 F:      include/linux/zpool.h
11988
11989 ZR36067 VIDEO FOR LINUX DRIVER
11990 L:      [email protected]
11991 L:      [email protected]
11992 W:      http://mjpeg.sourceforge.net/driver-zoran/
11993 T:      hg https://linuxtv.org/hg/v4l-dvb
11994 S:      Odd Fixes
11995 F:      drivers/media/pci/zoran/
11996
11997 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11998 M:      Minchan Kim <[email protected]>
11999 M:      Nitin Gupta <[email protected]>
12000 R:      Sergey Senozhatsky <[email protected]>
12001 L:      [email protected]
12002 S:      Maintained
12003 F:      drivers/block/zram/
12004 F:      Documentation/blockdev/zram.txt
12005
12006 ZS DECSTATION Z85C30 SERIAL DRIVER
12007 M:      "Maciej W. Rozycki" <[email protected]>
12008 S:      Maintained
12009 F:      drivers/tty/serial/zs.*
12010
12011 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12012 M:      Minchan Kim <[email protected]>
12013 M:      Nitin Gupta <[email protected]>
12014 R:      Sergey Senozhatsky <[email protected]>
12015 L:      [email protected]
12016 S:      Maintained
12017 F:      mm/zsmalloc.c
12018 F:      include/linux/zsmalloc.h
12019 F:      Documentation/vm/zsmalloc.txt
12020
12021 ZSWAP COMPRESSED SWAP CACHING
12022 M:      Seth Jennings <[email protected]>
12023 L:      [email protected]
12024 S:      Maintained
12025 F:      mm/zswap.c
12026
12027 THE REST
12028 M:      Linus Torvalds <[email protected]>
12029 L:      [email protected]
12030 Q:      http://patchwork.kernel.org/project/LKML/list/
12031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12032 S:      Buried alive in reporters
12033 F:      *
12034 F:      */
This page took 0.684756 seconds and 4 git commands to generate.