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