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