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