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