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