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