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