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