c437f7e9e9a467b5f26e2953e788f30f2ac7e2c6
[linux-drm-fsl-dcu.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: security@kernel.org, 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 <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
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 <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
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 <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
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" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 AOA (Apple Onboard Audio) ALSA DRIVER
712 M:      Johannes Berg <johannes@sipsolutions.net>
713 L:      linuxppc-dev@lists.ozlabs.org
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 S:      Maintained
716 F:      sound/aoa/
717
718 APM DRIVER
719 M:      Jiri Kosina <jkosina@suse.cz>
720 S:      Odd fixes
721 F:      arch/x86/kernel/apm_32.c
722 F:      include/linux/apm_bios.h
723 F:      include/uapi/linux/apm_bios.h
724 F:      drivers/char/apm-emulation.c
725
726 APPLE BCM5974 MULTITOUCH DRIVER
727 M:      Henrik Rydberg <rydberg@bitmath.org>
728 L:      linux-input@vger.kernel.org
729 S:      Odd fixes
730 F:      drivers/input/mouse/bcm5974.c
731
732 APPLE SMC DRIVER
733 M:      Henrik Rydberg <rydberg@bitmath.org>
734 L:      lm-sensors@lm-sensors.org
735 S:      Odd fixes
736 F:      drivers/hwmon/applesmc.c
737
738 APPLETALK NETWORK LAYER
739 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
740 S:      Maintained
741 F:      drivers/net/appletalk/
742 F:      net/appletalk/
743
744 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745 M:      Iyappan Subramanian <isubramanian@apm.com>
746 M:      Keyur Chudgar <kchudgar@apm.com>
747 S:      Supported
748 F:      drivers/net/ethernet/apm/xgene/
749 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750
751 APTINA CAMERA SENSOR PLL
752 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
753 L:      linux-media@vger.kernel.org
754 S:      Maintained
755 F:      drivers/media/i2c/aptina-pll.*
756
757 ARC FRAMEBUFFER DRIVER
758 M:      Jaya Kumar <jayalk@intworks.biz>
759 S:      Maintained
760 F:      drivers/video/fbdev/arcfb.c
761 F:      drivers/video/fbdev/core/fb_defio.c
762
763 ARM MFM AND FLOPPY DRIVERS
764 M:      Ian Molton <spyro@f2s.com>
765 S:      Maintained
766 F:      arch/arm/lib/floppydma.S
767 F:      arch/arm/include/asm/floppy.h
768
769 ARM PMU PROFILING AND DEBUGGING
770 M:      Will Deacon <will.deacon@arm.com>
771 S:      Maintained
772 F:      arch/arm/kernel/perf_event*
773 F:      arch/arm/oprofile/common.c
774 F:      arch/arm/include/asm/pmu.h
775 F:      arch/arm/kernel/hw_breakpoint.c
776 F:      arch/arm/include/asm/hw_breakpoint.h
777
778 ARM PORT
779 M:      Russell King <linux@arm.linux.org.uk>
780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781 W:      http://www.arm.linux.org.uk/
782 S:      Maintained
783 F:      arch/arm/
784
785 ARM SUB-ARCHITECTURES
786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
787 S:      Maintained
788 F:      arch/arm/mach-*/
789 F:      arch/arm/plat-*/
790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
791
792 ARM PRIMECELL AACI PL041 DRIVER
793 M:      Russell King <linux@arm.linux.org.uk>
794 S:      Maintained
795 F:      sound/arm/aaci.*
796
797 ARM PRIMECELL CLCD PL110 DRIVER
798 M:      Russell King <linux@arm.linux.org.uk>
799 S:      Maintained
800 F:      drivers/video/fbdev/amba-clcd.*
801
802 ARM PRIMECELL KMI PL050 DRIVER
803 M:      Russell King <linux@arm.linux.org.uk>
804 S:      Maintained
805 F:      drivers/input/serio/ambakmi.*
806 F:      include/linux/amba/kmi.h
807
808 ARM PRIMECELL MMCI PL180/1 DRIVER
809 M:      Russell King <linux@arm.linux.org.uk>
810 S:      Maintained
811 F:      drivers/mmc/host/mmci.*
812 F:      include/linux/amba/mmci.h
813
814 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
815 M:      Russell King <linux@arm.linux.org.uk>
816 S:      Maintained
817 F:      drivers/tty/serial/amba-pl01*.c
818 F:      include/linux/amba/serial.h
819
820 ARM PRIMECELL BUS SUPPORT
821 M:      Russell King <linux@arm.linux.org.uk>
822 S:      Maintained
823 F:      drivers/amba/
824 F:      include/linux/amba/bus.h
825
826 ARM/ADS SPHERE MACHINE SUPPORT
827 M:      Lennert Buytenhek <kernel@wantstofly.org>
828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
829 S:      Maintained
830
831 ARM/AFEB9260 MACHINE SUPPORT
832 M:      Sergey Lapin <slapin@ossfans.org>
833 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
834 S:      Maintained
835
836 ARM/AJECO 1ARM MACHINE SUPPORT
837 M:      Lennert Buytenhek <kernel@wantstofly.org>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
840
841 ARM/Allwinner A1X SoC support
842 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845 N:      sun[x4567]i
846
847 ARM/Allwinner SoC Clock Support
848 M:      Emilio López <emilio@elopez.com.ar>
849 S:      Maintained
850 F:      drivers/clk/sunxi/
851
852 ARM/Amlogic MesonX SoC support
853 M:      Carlo Caione <carlo@caione.org>
854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
855 S:      Maintained
856 F:      drivers/media/rc/meson-ir.c
857 N:      meson[x68]
858
859 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
860 M:      Andrew Victor <linux@maxim.org.za>
861 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
862 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 W:      http://maxim.org.za/at91_26.html
865 W:      http://www.linux4sam.org
866 S:      Supported
867 F:      arch/arm/mach-at91/
868 F:      include/soc/at91/
869 F:      arch/arm/boot/dts/at91*.dts
870 F:      arch/arm/boot/dts/at91*.dtsi
871 F:      arch/arm/boot/dts/sama*.dts
872 F:      arch/arm/boot/dts/sama*.dtsi
873
874 ARM/ATMEL AT91 Clock Support
875 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
876 S:      Maintained
877 F:      drivers/clk/at91
878
879 ARM/CALXEDA HIGHBANK ARCHITECTURE
880 M:      Rob Herring <robh@kernel.org>
881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
882 S:      Maintained
883 F:      arch/arm/mach-highbank/
884
885 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
886 M:      Krzysztof Halasa <khalasa@piap.pl>
887 S:      Maintained
888 F:      arch/arm/mach-cns3xxx/
889
890 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
891 M:      Alexander Shiyan <shc_work@mail.ru>
892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
893 S:      Odd Fixes
894 N:      clps711x
895
896 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
897 M:      Hartley Sweeten <hsweeten@visionengravers.com>
898 M:      Ryan Mallon <rmallon@gmail.com>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901 F:      arch/arm/mach-ep93xx/
902 F:      arch/arm/mach-ep93xx/include/mach/
903
904 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
905 M:      Lennert Buytenhek <kernel@wantstofly.org>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908
909 ARM/CLKDEV SUPPORT
910 M:      Russell King <linux@arm.linux.org.uk>
911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S:      Maintained
913 F:      arch/arm/include/asm/clkdev.h
914 F:      drivers/clk/clkdev.c
915
916 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
917 M:      Mike Rapoport <mike@compulab.co.il>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920
921 ARM/CONTEC MICRO9 MACHINE SUPPORT
922 M:      Hubert Feurstein <hubert.feurstein@contec.at>
923 S:      Maintained
924 F:      arch/arm/mach-ep93xx/micro9.c
925
926 ARM/CORESIGHT FRAMEWORK AND DRIVERS
927 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      drivers/coresight/*
931 F:      Documentation/trace/coresight.txt
932 F:      Documentation/devicetree/bindings/arm/coresight.txt
933 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
934
935 ARM/CORGI MACHINE SUPPORT
936 M:      Richard Purdie <rpurdie@rpsys.net>
937 S:      Maintained
938
939 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
940 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 T:      git git://git.berlios.de/gemini-board
943 S:      Maintained
944 F:      arch/arm/mach-gemini/
945
946 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
947 M:      Barry Song <baohua@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
950 S:      Maintained
951 F:      arch/arm/mach-prima2/
952 F:      drivers/clk/sirf/
953 F:      drivers/clocksource/timer-prima2.c
954 F:      drivers/clocksource/timer-marco.c
955 N:      [^a-z]sirf
956
957 ARM/EBSA110 MACHINE SUPPORT
958 M:      Russell King <linux@arm.linux.org.uk>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 W:      http://www.arm.linux.org.uk/
961 S:      Maintained
962 F:      arch/arm/mach-ebsa110/
963 F:      drivers/net/ethernet/amd/am79c961a.*
964
965 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
966 M:      Uwe Kleine-König <kernel@pengutronix.de>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969 N:      efm32
970
971 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
972 M:      Daniel Ribeiro <drwyrm@gmail.com>
973 M:      Stefan Schmidt <stefan@openezx.org>
974 M:      Harald Welte <laforge@openezx.org>
975 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
976 W:      http://www.openezx.org/
977 S:      Maintained
978 T:      topgit git://git.openezx.org/openezx.git
979 F:      arch/arm/mach-pxa/ezx.c
980
981 ARM/FARADAY FA526 PORT
982 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 S:      Maintained
985 T:      git git://git.berlios.de/gemini-board
986 F:      arch/arm/mm/*-fa*
987
988 ARM/FOOTBRIDGE ARCHITECTURE
989 M:      Russell King <linux@arm.linux.org.uk>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 W:      http://www.arm.linux.org.uk/
992 S:      Maintained
993 F:      arch/arm/include/asm/hardware/dec21285.h
994 F:      arch/arm/mach-footbridge/
995
996 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
997 M:      Shawn Guo <shawn.guo@linaro.org>
998 M:      Sascha Hauer <kernel@pengutronix.de>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1002 F:      arch/arm/mach-imx/
1003 F:      arch/arm/mach-mxs/
1004 F:      arch/arm/boot/dts/imx*
1005 F:      arch/arm/configs/imx*_defconfig
1006
1007 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1008 M:      Lennert Buytenhek <kernel@wantstofly.org>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011
1012 ARM/GUMSTIX MACHINE SUPPORT
1013 M:      Steve Sakoman <sakoman@gmail.com>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016
1017 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1018 M:      Philipp Zabel <philipp.zabel@gmail.com>
1019 M:      Paul Parsons <lost.distance@yahoo.com>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 S:      Maintained
1022 F:      arch/arm/mach-pxa/hx4700.c
1023 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1024 F:      sound/soc/pxa/hx4700.c
1025
1026 ARM/HISILICON SOC SUPPORT
1027 M:      Wei Xu <xuwei5@hisilicon.com>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 W:      http://www.hisilicon.com
1030 S:      Supported
1031 T:      git git://github.com/hisilicon/linux-hisi.git
1032 F:      arch/arm/mach-hisi/
1033
1034 ARM/HP JORNADA 7XX MACHINE SUPPORT
1035 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1036 W:      www.jlime.com
1037 S:      Maintained
1038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1039 F:      arch/arm/mach-sa1100/jornada720.c
1040 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1041
1042 ARM/IGEP MACHINE SUPPORT
1043 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1044 M:      Javier Martinez Canillas <javier@dowhile0.org>
1045 L:      linux-omap@vger.kernel.org
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 F:      arch/arm/boot/dts/omap3-igep*
1049
1050 ARM/INCOME PXA270 SUPPORT
1051 M:      Marek Vasut <marek.vasut@gmail.com>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1055
1056 ARM/INTEL IOP32X ARM ARCHITECTURE
1057 M:      Lennert Buytenhek <kernel@wantstofly.org>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/INTEL IOP33X ARM ARCHITECTURE
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Orphan
1064
1065 ARM/INTEL IOP13XX ARM ARCHITECTURE
1066 M:      Lennert Buytenhek <kernel@wantstofly.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/INTEL IQ81342EX MACHINE SUPPORT
1071 M:      Lennert Buytenhek <kernel@wantstofly.org>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074
1075 ARM/INTEL IXDP2850 MACHINE SUPPORT
1076 M:      Lennert Buytenhek <kernel@wantstofly.org>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079
1080 ARM/INTEL IXP4XX ARM ARCHITECTURE
1081 M:      Imre Kaloz <kaloz@openwrt.org>
1082 M:      Krzysztof Halasa <khalasa@piap.pl>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-ixp4xx/
1086
1087 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1088 M:      Jonathan Cameron <jic23@cam.ac.uk>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091 F:      arch/arm/mach-pxa/stargate2.c
1092 F:      drivers/pcmcia/pxa2xx_stargate2.c
1093
1094 ARM/INTEL XSC3 (MANZANO) ARM CORE
1095 M:      Lennert Buytenhek <kernel@wantstofly.org>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1100 M:      Lennert Buytenhek <kernel@wantstofly.org>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103
1104 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1105 M:      Santosh Shilimkar <ssantosh@kernel.org>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-keystone/
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1110
1111 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1112 M:      Santosh Shilimkar <ssantosh@kernel.org>
1113 L:      linux-kernel@vger.kernel.org
1114 S:      Maintained
1115 F:      drivers/clk/keystone/
1116
1117 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1118 M:      Santosh Shilimkar <ssantosh@kernel.org>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/clocksource/timer-keystone.c
1123
1124 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1125 M:      Santosh Shilimkar <ssantosh@kernel.org>
1126 L:      linux-kernel@vger.kernel.org
1127 S:      Maintained
1128 F:      drivers/power/reset/keystone-reset.c
1129
1130 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1131 M:      Santosh Shilimkar <ssantosh@kernel.org>
1132 L:      linux-kernel@vger.kernel.org
1133 S:      Maintained
1134 F:      drivers/memory/*emif*
1135
1136 ARM/LOGICPD PXA270 MACHINE SUPPORT
1137 M:      Lennert Buytenhek <kernel@wantstofly.org>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S:      Maintained
1140
1141 ARM/MAGICIAN MACHINE SUPPORT
1142 M:      Philipp Zabel <philipp.zabel@gmail.com>
1143 S:      Maintained
1144
1145 ARM/Marvell Armada 370 and Armada XP SOC support
1146 M:      Jason Cooper <jason@lakedaemon.net>
1147 M:      Andrew Lunn <andrew@lunn.ch>
1148 M:      Gregory Clement <gregory.clement@free-electrons.com>
1149 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Maintained
1152 F:      arch/arm/mach-mvebu/
1153
1154 ARM/Marvell Berlin SoC support
1155 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158 F:      arch/arm/mach-berlin/
1159
1160 ARM/Marvell Dove/MV78xx0/Orion SOC support
1161 M:      Jason Cooper <jason@lakedaemon.net>
1162 M:      Andrew Lunn <andrew@lunn.ch>
1163 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166 F:      arch/arm/mach-dove/
1167 F:      arch/arm/mach-mv78xx0/
1168 F:      arch/arm/mach-orion5x/
1169 F:      arch/arm/plat-orion/
1170
1171 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1172 M:      Alexander Clouter <alex@digriz.org.uk>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 W:      http://www.digriz.org.uk/ts78xx/kernel
1175 S:      Maintained
1176 F:      arch/arm/mach-orion5x/ts78xx-*
1177
1178 ARM/Mediatek SoC support
1179 M:      Matthias Brugger <matthias.bgg@gmail.com>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/boot/dts/mt6*
1183 F:      arch/arm/boot/dts/mt8*
1184 F:      arch/arm/mach-mediatek/
1185 N:      mtk
1186 K:      mediatek
1187
1188 ARM/MICREL KS8695 ARCHITECTURE
1189 M:      Greg Ungerer <gerg@uclinux.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 F:      arch/arm/mach-ks8695/
1192 S:      Odd Fixes
1193
1194 ARM/MIOA701 MACHINE SUPPORT
1195 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 F:      arch/arm/mach-pxa/mioa701.c
1198 S:      Maintained
1199
1200 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1201 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1202 S:      Maintained
1203
1204 ARM/NOMADIK ARCHITECTURE
1205 M:      Alessandro Rubini <rubini@unipv.it>
1206 M:      Linus Walleij <linus.walleij@linaro.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-nomadik/
1210 F:      drivers/pinctrl/nomadik/
1211 F:      drivers/i2c/busses/i2c-nomadik.c
1212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1213
1214 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1215 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1216 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1217 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1218 S:      Supported
1219
1220 ARM/QUALCOMM MSM MACHINE SUPPORT
1221 M:      David Brown <davidb@codeaurora.org>
1222 M:      Daniel Walker <dwalker@fifo99.com>
1223 M:      Bryan Huntsman <bryanh@codeaurora.org>
1224 L:      linux-arm-msm@vger.kernel.org
1225 F:      arch/arm/mach-msm/
1226 F:      drivers/video/fbdev/msm/
1227 F:      drivers/mmc/host/msm_sdcc.c
1228 F:      drivers/mmc/host/msm_sdcc.h
1229 F:      drivers/tty/serial/msm_serial.h
1230 F:      drivers/tty/serial/msm_serial.c
1231 F:      drivers/*/pm8???-*
1232 F:      drivers/mfd/ssbi.c
1233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1234 S:      Maintained
1235
1236 ARM/TOSA MACHINE SUPPORT
1237 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1238 M:      Dirk Opfer <dirk@opfer-online.de>
1239 S:      Maintained
1240
1241 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1242 M:      Marek Vasut <marek.vasut@gmail.com>
1243 L:      linux-arm-kernel@lists.infradead.org
1244 W:      http://hackndev.com
1245 S:      Maintained
1246 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1247 F:      arch/arm/mach-pxa/palmtx.c
1248 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1249 F:      arch/arm/mach-pxa/palmt5.c
1250 F:      arch/arm/mach-pxa/include/mach/palmld.h
1251 F:      arch/arm/mach-pxa/palmld.c
1252 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1253 F:      arch/arm/mach-pxa/palmte2.c
1254 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1255 F:      arch/arm/mach-pxa/palmtc.c
1256
1257 ARM/PALM TREO SUPPORT
1258 M:      Tomas Cech <sleep_walker@suse.cz>
1259 L:      linux-arm-kernel@lists.infradead.org
1260 W:      http://hackndev.com
1261 S:      Maintained
1262 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1263 F:      arch/arm/mach-pxa/palmtreo.c
1264
1265 ARM/PALMZ72 SUPPORT
1266 M:      Sergey Lapin <slapin@ossfans.org>
1267 L:      linux-arm-kernel@lists.infradead.org
1268 W:      http://hackndev.com
1269 S:      Maintained
1270 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1271 F:      arch/arm/mach-pxa/palmz72.c
1272
1273 ARM/PLEB SUPPORT
1274 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1275 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1276 S:      Maintained
1277
1278 ARM/PT DIGITAL BOARD PORT
1279 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.arm.linux.org.uk/
1282 S:      Maintained
1283
1284 ARM/QUALCOMM SUPPORT
1285 M:      Kumar Gala <galak@codeaurora.org>
1286 M:      David Brown <davidb@codeaurora.org>
1287 L:      linux-arm-msm@vger.kernel.org
1288 S:      Maintained
1289 F:      arch/arm/mach-qcom/
1290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1291
1292 ARM/RADISYS ENP2611 MACHINE SUPPORT
1293 M:      Lennert Buytenhek <kernel@wantstofly.org>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296
1297 ARM/RISCPC ARCHITECTURE
1298 M:      Russell King <linux@arm.linux.org.uk>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 W:      http://www.arm.linux.org.uk/
1301 S:      Maintained
1302 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1303 F:      arch/arm/include/asm/hardware/ioc.h
1304 F:      arch/arm/include/asm/hardware/iomd.h
1305 F:      arch/arm/include/asm/hardware/memc.h
1306 F:      arch/arm/mach-rpc/
1307 F:      drivers/net/ethernet/8390/etherh.c
1308 F:      drivers/net/ethernet/i825xx/ether1*
1309 F:      drivers/net/ethernet/seeq/ether3*
1310 F:      drivers/scsi/arm/
1311
1312 ARM/Rockchip SoC support
1313 M:      Heiko Stuebner <heiko@sntech.de>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 L:      linux-rockchip@lists.infradead.org
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/rk3*
1318 F:      arch/arm/mach-rockchip/
1319 F:      drivers/clk/rockchip/
1320 F:      drivers/i2c/busses/i2c-rk3x.c
1321 F:      drivers/*/*rockchip*
1322 F:      drivers/*/*/*rockchip*
1323 F:      sound/soc/rockchip/
1324
1325 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1326 M:      Kukjin Kim <kgene@kernel.org>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1329 S:      Maintained
1330 F:      arch/arm/boot/dts/s3c*
1331 F:      arch/arm/boot/dts/exynos*
1332 F:      arch/arm/plat-samsung/
1333 F:      arch/arm/mach-s3c24*/
1334 F:      arch/arm/mach-s3c64xx/
1335 F:      arch/arm/mach-s5p*/
1336 F:      arch/arm/mach-exynos*/
1337 F:      drivers/*/*s3c2410*
1338 F:      drivers/*/*/*s3c2410*
1339 F:      drivers/spi/spi-s3c*
1340 F:      sound/soc/samsung/*
1341 N:      exynos
1342
1343 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1344 M:      Kyungmin Park <kyungmin.park@samsung.com>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S:      Maintained
1347 F:      arch/arm/mach-s5pv210/
1348
1349 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1350 M:      Kyungmin Park <kyungmin.park@samsung.com>
1351 M:      Kamil Debski <k.debski@samsung.com>
1352 L:      linux-arm-kernel@lists.infradead.org
1353 L:      linux-media@vger.kernel.org
1354 S:      Maintained
1355 F:      drivers/media/platform/s5p-g2d/
1356
1357 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1358 M:      Kyungmin Park <kyungmin.park@samsung.com>
1359 M:      Kamil Debski <k.debski@samsung.com>
1360 M:      Jeongtae Park <jtp.park@samsung.com>
1361 L:      linux-arm-kernel@lists.infradead.org
1362 L:      linux-media@vger.kernel.org
1363 S:      Maintained
1364 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1365 F:      drivers/media/platform/s5p-mfc/
1366
1367 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1368 M:      Kyungmin Park <kyungmin.park@samsung.com>
1369 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1370 L:      linux-arm-kernel@lists.infradead.org
1371 L:      linux-media@vger.kernel.org
1372 S:      Maintained
1373 F:      drivers/media/platform/s5p-tv/
1374
1375 ARM/SHMOBILE ARM ARCHITECTURE
1376 M:      Simon Horman <horms@verge.net.au>
1377 M:      Magnus Damm <magnus.damm@gmail.com>
1378 L:      linux-sh@vger.kernel.org
1379 W:      http://oss.renesas.com
1380 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1382 S:      Supported
1383 F:      arch/arm/boot/dts/emev2*
1384 F:      arch/arm/boot/dts/r7s*
1385 F:      arch/arm/boot/dts/r8a*
1386 F:      arch/arm/boot/dts/sh*
1387 F:      arch/arm/configs/ape6evm_defconfig
1388 F:      arch/arm/configs/armadillo800eva_defconfig
1389 F:      arch/arm/configs/bockw_defconfig
1390 F:      arch/arm/configs/kzm9g_defconfig
1391 F:      arch/arm/configs/lager_defconfig
1392 F:      arch/arm/configs/mackerel_defconfig
1393 F:      arch/arm/configs/marzen_defconfig
1394 F:      arch/arm/configs/shmobile_defconfig
1395 F:      arch/arm/include/debug/renesas-scif.S
1396 F:      arch/arm/mach-shmobile/
1397 F:      drivers/sh/
1398
1399 ARM/SOCFPGA ARCHITECTURE
1400 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1401 S:      Maintained
1402 F:      arch/arm/mach-socfpga/
1403 W:      http://www.rocketboards.org
1404 T:      git://git.rocketboards.org/linux-socfpga.git
1405 T:      git://git.rocketboards.org/linux-socfpga-next.git
1406
1407 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1408 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1409 S:      Maintained
1410 F:      drivers/clk/socfpga/
1411
1412 ARM/SOCFPGA EDAC SUPPORT
1413 M:      Thor Thayer <tthayer@opensource.altera.com>
1414 S:      Maintained
1415 F:      drivers/edac/altera_edac.
1416
1417 ARM/STI ARCHITECTURE
1418 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1419 M:      Maxime Coquelin <maxime.coquelin@st.com>
1420 M:      Patrice Chotard <patrice.chotard@st.com>
1421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 L:      kernel@stlinux.com
1423 W:      http://www.stlinux.com
1424 S:      Maintained
1425 F:      arch/arm/mach-sti/
1426 F:      arch/arm/boot/dts/sti*
1427 F:      drivers/clocksource/arm_global_timer.c
1428 F:      drivers/i2c/busses/i2c-st.c
1429 F:      drivers/media/rc/st_rc.c
1430 F:      drivers/mmc/host/sdhci-st.c
1431 F:      drivers/phy/phy-stih407-usb.c
1432 F:      drivers/phy/phy-stih41x-usb.c
1433 F:      drivers/pinctrl/pinctrl-st.c
1434 F:      drivers/reset/sti/
1435 F:      drivers/tty/serial/st-asc.c
1436 F:      drivers/usb/dwc3/dwc3-st.c
1437 F:      drivers/usb/host/ehci-st.c
1438 F:      drivers/usb/host/ohci-st.c
1439 F:      drivers/ata/ahci_st.c
1440
1441 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1442 M:      Lennert Buytenhek <kernel@wantstofly.org>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S:      Maintained
1445
1446 ARM/TETON BGA MACHINE SUPPORT
1447 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 S:      Maintained
1450
1451 ARM/THECUS N2100 MACHINE SUPPORT
1452 M:      Lennert Buytenhek <kernel@wantstofly.org>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455
1456 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1457 M:      Wan ZongShun <mcuos.com@gmail.com>
1458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 W:      http://www.mcuos.com
1460 S:      Maintained
1461 F:      arch/arm/mach-w90x900/
1462 F:      drivers/input/keyboard/w90p910_keypad.c
1463 F:      drivers/input/touchscreen/w90p910_ts.c
1464 F:      drivers/watchdog/nuc900_wdt.c
1465 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1466 F:      drivers/mtd/nand/nuc900_nand.c
1467 F:      drivers/rtc/rtc-nuc900.c
1468 F:      drivers/spi/spi-nuc900.c
1469 F:      drivers/usb/host/ehci-w90x900.c
1470 F:      drivers/video/fbdev/nuc900fb.c
1471
1472 ARM/U300 MACHINE SUPPORT
1473 M:      Linus Walleij <linus.walleij@linaro.org>
1474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 S:      Supported
1476 F:      arch/arm/mach-u300/
1477 F:      drivers/clocksource/timer-u300.c
1478 F:      drivers/i2c/busses/i2c-stu300.c
1479 F:      drivers/rtc/rtc-coh901331.c
1480 F:      drivers/watchdog/coh901327_wdt.c
1481 F:      drivers/dma/coh901318*
1482 F:      drivers/mfd/ab3100*
1483 F:      drivers/rtc/rtc-ab3100.c
1484 F:      drivers/rtc/rtc-coh901331.c
1485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1486
1487 ARM/Ux500 ARM ARCHITECTURE
1488 M:      Linus Walleij <linus.walleij@linaro.org>
1489 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 S:      Maintained
1491 F:      arch/arm/mach-ux500/
1492 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1493 F:      drivers/dma/ste_dma40*
1494 F:      drivers/hwspinlock/u8500_hsem.c
1495 F:      drivers/mfd/abx500*
1496 F:      drivers/mfd/ab8500*
1497 F:      drivers/mfd/dbx500*
1498 F:      drivers/mfd/db8500*
1499 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1500 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1501 F:      drivers/rtc/rtc-ab8500.c
1502 F:      drivers/rtc/rtc-pl031.c
1503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1504
1505 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1506 M:      Ulf Hansson <ulf.hansson@linaro.org>
1507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 T:      git git://git.linaro.org/people/ulfh/clk.git
1509 S:      Maintained
1510 F:      drivers/clk/ux500/
1511 F:      include/linux/platform_data/clk-ux500.h
1512
1513 ARM/VERSATILE EXPRESS PLATFORM
1514 M:      Liviu Dudau <liviu.dudau@arm.com>
1515 M:      Sudeep Holla <sudeep.holla@arm.com>
1516 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1517 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 S:      Maintained
1519 F:      arch/arm/boot/dts/vexpress*
1520 F:      arch/arm/mach-vexpress/
1521 F:      */*/vexpress*
1522 F:      */*/*/vexpress*
1523 F:      drivers/clk/versatile/clk-vexpress-osc.c
1524 F:      drivers/clocksource/versatile.c
1525
1526 ARM/VFP SUPPORT
1527 M:      Russell King <linux@arm.linux.org.uk>
1528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1529 W:      http://www.arm.linux.org.uk/
1530 S:      Maintained
1531 F:      arch/arm/vfp/
1532
1533 ARM/VOIPAC PXA270 SUPPORT
1534 M:      Marek Vasut <marek.vasut@gmail.com>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S:      Maintained
1537 F:      arch/arm/mach-pxa/vpac270.c
1538 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1539
1540 ARM/VT8500 ARM ARCHITECTURE
1541 M:      Tony Prisk <linux@prisktech.co.nz>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S:      Maintained
1544 F:      arch/arm/mach-vt8500/
1545 F:      drivers/clocksource/vt8500_timer.c
1546 F:      drivers/i2c/busses/i2c-wmt.c
1547 F:      drivers/mmc/host/wmt-sdmmc.c
1548 F:      drivers/pwm/pwm-vt8500.c
1549 F:      drivers/rtc/rtc-vt8500.c
1550 F:      drivers/tty/serial/vt8500_serial.c
1551 F:      drivers/usb/host/ehci-platform.c
1552 F:      drivers/usb/host/uhci-platform.c
1553 F:      drivers/video/fbdev/vt8500lcdfb.*
1554 F:      drivers/video/fbdev/wm8505fb*
1555 F:      drivers/video/fbdev/wmt_ge_rops.*
1556
1557 ARM/ZIPIT Z2 SUPPORT
1558 M:      Marek Vasut <marek.vasut@gmail.com>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561 F:      arch/arm/mach-pxa/z2.c
1562 F:      arch/arm/mach-pxa/include/mach/z2.h
1563
1564 ARM/ZYNQ ARCHITECTURE
1565 M:      Michal Simek <michal.simek@xilinx.com>
1566 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 W:      http://wiki.xilinx.com
1569 T:      git git://git.xilinx.com/linux-xlnx.git
1570 S:      Supported
1571 F:      arch/arm/mach-zynq/
1572 F:      drivers/cpuidle/cpuidle-zynq.c
1573 F:      drivers/block/xsysace.c
1574 N:      zynq
1575 N:      xilinx
1576 F:      drivers/clocksource/cadence_ttc_timer.c
1577 F:      drivers/i2c/busses/i2c-cadence.c
1578 F:      drivers/mmc/host/sdhci-of-arasan.c
1579
1580 ARM SMMU DRIVER
1581 M:      Will Deacon <will.deacon@arm.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584 F:      drivers/iommu/arm-smmu.c
1585 F:      drivers/iommu/io-pgtable-arm.c
1586
1587 ARM64 PORT (AARCH64 ARCHITECTURE)
1588 M:      Catalin Marinas <catalin.marinas@arm.com>
1589 M:      Will Deacon <will.deacon@arm.com>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 S:      Maintained
1592 F:      arch/arm64/
1593 F:      Documentation/arm64/
1594
1595 AS3645A LED FLASH CONTROLLER DRIVER
1596 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1597 L:      linux-media@vger.kernel.org
1598 T:      git git://linuxtv.org/media_tree.git
1599 S:      Maintained
1600 F:      drivers/media/i2c/as3645a.c
1601 F:      include/media/as3645a.h
1602
1603 ASC7621 HARDWARE MONITOR DRIVER
1604 M:      George Joseph <george.joseph@fairview5.com>
1605 L:      lm-sensors@lm-sensors.org
1606 S:      Maintained
1607 F:      Documentation/hwmon/asc7621
1608 F:      drivers/hwmon/asc7621.c
1609
1610 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1611 M:      Corentin Chary <corentin.chary@gmail.com>
1612 L:      acpi4asus-user@lists.sourceforge.net
1613 L:      platform-driver-x86@vger.kernel.org
1614 W:      http://acpi4asus.sf.net
1615 S:      Maintained
1616 F:      drivers/platform/x86/asus*.c
1617 F:      drivers/platform/x86/eeepc*.c
1618
1619 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1620 R:      Dan Williams <dan.j.williams@intel.com>
1621 W:      http://sourceforge.net/projects/xscaleiop
1622 S:      Odd fixes
1623 F:      Documentation/crypto/async-tx-api.txt
1624 F:      crypto/async_tx/
1625 F:      drivers/dma/
1626 F:      include/linux/dmaengine.h
1627 F:      include/linux/async_tx.h
1628
1629 AT24 EEPROM DRIVER
1630 M:      Wolfram Sang <wsa@the-dreams.de>
1631 L:      linux-i2c@vger.kernel.org
1632 S:      Maintained
1633 F:      drivers/misc/eeprom/at24.c
1634 F:      include/linux/platform_data/at24.h
1635
1636 ATA OVER ETHERNET (AOE) DRIVER
1637 M:      "Ed L. Cashin" <ecashin@coraid.com>
1638 W:      http://support.coraid.com/support/linux
1639 S:      Supported
1640 F:      Documentation/aoe/
1641 F:      drivers/block/aoe/
1642
1643 ATHEROS ATH GENERIC UTILITIES
1644 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1645 L:      linux-wireless@vger.kernel.org
1646 S:      Supported
1647 F:      drivers/net/wireless/ath/*
1648
1649 ATHEROS ATH5K WIRELESS DRIVER
1650 M:      Jiri Slaby <jirislaby@gmail.com>
1651 M:      Nick Kossifidis <mickflemm@gmail.com>
1652 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1653 L:      linux-wireless@vger.kernel.org
1654 L:      ath5k-devel@lists.ath5k.org
1655 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1656 S:      Maintained
1657 F:      drivers/net/wireless/ath/ath5k/
1658
1659 ATHEROS ATH6KL WIRELESS DRIVER
1660 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1661 L:      linux-wireless@vger.kernel.org
1662 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1663 T:      git git://github.com/kvalo/ath.git
1664 S:      Supported
1665 F:      drivers/net/wireless/ath/ath6kl/
1666
1667 WILOCITY WIL6210 WIRELESS DRIVER
1668 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1669 L:      linux-wireless@vger.kernel.org
1670 L:      wil6210@qca.qualcomm.com
1671 S:      Supported
1672 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1673 F:      drivers/net/wireless/ath/wil6210/
1674 F:      include/uapi/linux/wil6210_uapi.h
1675
1676 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1677 M:      Christian Lamparter <chunkeey@googlemail.com>
1678 L:      linux-wireless@vger.kernel.org
1679 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1680 S:      Maintained
1681 F:      drivers/net/wireless/ath/carl9170/
1682
1683 ATK0110 HWMON DRIVER
1684 M:      Luca Tettamanti <kronos.it@gmail.com>
1685 L:      lm-sensors@lm-sensors.org
1686 S:      Maintained
1687 F:      drivers/hwmon/asus_atk0110.c
1688
1689 ATI_REMOTE2 DRIVER
1690 M:      Ville Syrjala <syrjala@sci.fi>
1691 S:      Maintained
1692 F:      drivers/input/misc/ati_remote2.c
1693
1694 ATLX ETHERNET DRIVERS
1695 M:      Jay Cliburn <jcliburn@gmail.com>
1696 M:      Chris Snook <chris.snook@gmail.com>
1697 L:      netdev@vger.kernel.org
1698 W:      http://sourceforge.net/projects/atl1
1699 W:      http://atl1.sourceforge.net
1700 S:      Maintained
1701 F:      drivers/net/ethernet/atheros/
1702
1703 ATM
1704 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1705 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1706 L:      netdev@vger.kernel.org
1707 W:      http://linux-atm.sourceforge.net
1708 S:      Maintained
1709 F:      drivers/atm/
1710 F:      include/linux/atm*
1711 F:      include/uapi/linux/atm*
1712
1713 ATMEL AT91 / AT32 MCI DRIVER
1714 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1715 S:      Maintained
1716 F:      drivers/mmc/host/atmel-mci.c
1717 F:      drivers/mmc/host/atmel-mci-regs.h
1718
1719 ATMEL AT91 / AT32 SERIAL DRIVER
1720 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1721 S:      Supported
1722 F:      drivers/tty/serial/atmel_serial.c
1723
1724 ATMEL Audio ALSA driver
1725 M:      Bo Shen <voice.shen@atmel.com>
1726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1727 S:      Supported
1728 F:      sound/soc/atmel
1729
1730 ATMEL DMA DRIVER
1731 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Supported
1734 F:      drivers/dma/at_hdmac.c
1735 F:      drivers/dma/at_hdmac_regs.h
1736 F:      include/linux/platform_data/dma-atmel.h
1737
1738 ATMEL XDMA DRIVER
1739 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1740 L:      linux-arm-kernel@lists.infradead.org
1741 L:      dmaengine@vger.kernel.org
1742 S:      Supported
1743 F:      drivers/dma/at_xdmac.c
1744
1745 ATMEL I2C DRIVER
1746 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1747 L:      linux-i2c@vger.kernel.org
1748 S:      Supported
1749 F:      drivers/i2c/busses/i2c-at91.c
1750
1751 ATMEL ISI DRIVER
1752 M:      Josh Wu <josh.wu@atmel.com>
1753 L:      linux-media@vger.kernel.org
1754 S:      Supported
1755 F:      drivers/media/platform/soc_camera/atmel-isi.c
1756 F:      include/media/atmel-isi.h
1757
1758 ATMEL LCDFB DRIVER
1759 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1760 L:      linux-fbdev@vger.kernel.org
1761 S:      Maintained
1762 F:      drivers/video/fbdev/atmel_lcdfb.c
1763 F:      include/video/atmel_lcdc.h
1764
1765 ATMEL MACB ETHERNET DRIVER
1766 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1767 S:      Supported
1768 F:      drivers/net/ethernet/cadence/
1769
1770 ATMEL NAND DRIVER
1771 M:      Josh Wu <josh.wu@atmel.com>
1772 L:      linux-mtd@lists.infradead.org
1773 S:      Supported
1774 F:      drivers/mtd/nand/atmel_nand*
1775
1776 ATMEL SPI DRIVER
1777 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1778 S:      Supported
1779 F:      drivers/spi/spi-atmel.*
1780
1781 ATMEL SSC DRIVER
1782 M:      Bo Shen <voice.shen@atmel.com>
1783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S:      Supported
1785 F:      drivers/misc/atmel-ssc.c
1786 F:      include/linux/atmel-ssc.h
1787
1788 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1789 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1791 S:      Supported
1792 F:      drivers/misc/atmel_tclib.c
1793 F:      drivers/clocksource/tcb_clksrc.c
1794
1795 ATMEL USBA UDC DRIVER
1796 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798 S:      Supported
1799 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1800
1801 ATMEL WIRELESS DRIVER
1802 M:      Simon Kelley <simon@thekelleys.org.uk>
1803 L:      linux-wireless@vger.kernel.org
1804 W:      http://www.thekelleys.org.uk/atmel
1805 W:      http://atmelwlandriver.sourceforge.net/
1806 S:      Maintained
1807 F:      drivers/net/wireless/atmel*
1808
1809 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1810 M:      Bradley Grove <linuxdrivers@attotech.com>
1811 L:      linux-scsi@vger.kernel.org
1812 W:      http://www.attotech.com
1813 S:      Supported
1814 F:      drivers/scsi/esas2r
1815
1816 AUDIT SUBSYSTEM
1817 M:      Paul Moore <paul@paul-moore.com>
1818 M:      Eric Paris <eparis@redhat.com>
1819 L:      linux-audit@redhat.com (moderated for non-subscribers)
1820 W:      http://people.redhat.com/sgrubb/audit/
1821 T:      git git://git.infradead.org/users/pcmoore/audit
1822 S:      Maintained
1823 F:      include/linux/audit.h
1824 F:      include/uapi/linux/audit.h
1825 F:      kernel/audit*
1826
1827 AUXILIARY DISPLAY DRIVERS
1828 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1829 W:      http://miguelojeda.es/auxdisplay.htm
1830 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1831 S:      Maintained
1832 F:      drivers/auxdisplay/
1833 F:      include/linux/cfag12864b.h
1834
1835 AVR32 ARCHITECTURE
1836 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1837 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1838 W:      http://www.atmel.com/products/AVR32/
1839 W:      http://mirror.egtvedt.no/avr32linux.org/
1840 W:      http://avrfreaks.net/
1841 S:      Maintained
1842 F:      arch/avr32/
1843
1844 AVR32/AT32AP MACHINE SUPPORT
1845 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1846 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1847 S:      Maintained
1848 F:      arch/avr32/mach-at32ap/
1849
1850 AX.25 NETWORK LAYER
1851 M:      Ralf Baechle <ralf@linux-mips.org>
1852 L:      linux-hams@vger.kernel.org
1853 W:      http://www.linux-ax25.org/
1854 S:      Maintained
1855 F:      include/uapi/linux/ax25.h
1856 F:      include/net/ax25.h
1857 F:      net/ax25/
1858
1859 AZ6007 DVB DRIVER
1860 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1861 L:      linux-media@vger.kernel.org
1862 W:      http://linuxtv.org
1863 T:      git git://linuxtv.org/media_tree.git
1864 S:      Maintained
1865 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1866
1867 AZTECH FM RADIO RECEIVER DRIVER
1868 M:      Hans Verkuil <hverkuil@xs4all.nl>
1869 L:      linux-media@vger.kernel.org
1870 T:      git git://linuxtv.org/media_tree.git
1871 W:      http://linuxtv.org
1872 S:      Maintained
1873 F:      drivers/media/radio/radio-aztech*
1874
1875 B43 WIRELESS DRIVER
1876 M:      Stefano Brivio <stefano.brivio@polimi.it>
1877 L:      linux-wireless@vger.kernel.org
1878 L:      b43-dev@lists.infradead.org
1879 W:      http://wireless.kernel.org/en/users/Drivers/b43
1880 S:      Maintained
1881 F:      drivers/net/wireless/b43/
1882
1883 B43LEGACY WIRELESS DRIVER
1884 M:      Larry Finger <Larry.Finger@lwfinger.net>
1885 M:      Stefano Brivio <stefano.brivio@polimi.it>
1886 L:      linux-wireless@vger.kernel.org
1887 L:      b43-dev@lists.infradead.org
1888 W:      http://wireless.kernel.org/en/users/Drivers/b43
1889 S:      Maintained
1890 F:      drivers/net/wireless/b43legacy/
1891
1892 BACKLIGHT CLASS/SUBSYSTEM
1893 M:      Jingoo Han <jg1.han@samsung.com>
1894 M:      Lee Jones <lee.jones@linaro.org>
1895 S:      Maintained
1896 F:      drivers/video/backlight/
1897 F:      include/linux/backlight.h
1898
1899 BATMAN ADVANCED
1900 M:      Marek Lindner <mareklindner@neomailbox.ch>
1901 M:      Simon Wunderlich <sw@simonwunderlich.de>
1902 M:      Antonio Quartulli <antonio@meshcoding.com>
1903 L:      b.a.t.m.a.n@lists.open-mesh.org
1904 W:      http://www.open-mesh.org/
1905 S:      Maintained
1906 F:      net/batman-adv/
1907
1908 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1909 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1910 L:      linux-hams@vger.kernel.org
1911 W:      http://www.baycom.org/~tom/ham/ham.html
1912 S:      Maintained
1913 F:      drivers/net/hamradio/baycom*
1914
1915 BCACHE (BLOCK LAYER CACHE)
1916 M:      Kent Overstreet <kmo@daterainc.com>
1917 L:      linux-bcache@vger.kernel.org
1918 W:      http://bcache.evilpiepirate.org
1919 S:      Maintained:
1920 F:      drivers/md/bcache/
1921
1922 BEFS FILE SYSTEM
1923 S:      Orphan
1924 F:      Documentation/filesystems/befs.txt
1925 F:      fs/befs/
1926
1927 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1928 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1929 L: netdev@vger.kernel.org
1930 S: Maintained
1931 F: drivers/net/ethernet/ec_bhf.c
1932
1933 BFS FILE SYSTEM
1934 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1935 S:      Maintained
1936 F:      Documentation/filesystems/bfs.txt
1937 F:      fs/bfs/
1938 F:      include/uapi/linux/bfs_fs.h
1939
1940 BLACKFIN ARCHITECTURE
1941 M:      Steven Miao <realmz6@gmail.com>
1942 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1943 T:      git git://git.code.sf.net/p/adi-linux/code
1944 W:      http://blackfin.uclinux.org
1945 S:      Supported
1946 F:      arch/blackfin/
1947
1948 BLACKFIN EMAC DRIVER
1949 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1950 W:      http://blackfin.uclinux.org
1951 S:      Supported
1952 F:      drivers/net/ethernet/adi/
1953
1954 BLACKFIN RTC DRIVER
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/rtc/rtc-bfin.c
1959
1960 BLACKFIN SDH DRIVER
1961 M:      Sonic Zhang <sonic.zhang@analog.com>
1962 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1963 W:      http://blackfin.uclinux.org
1964 S:      Supported
1965 F:      drivers/mmc/host/bfin_sdh.c
1966
1967 BLACKFIN SERIAL DRIVER
1968 M:      Sonic Zhang <sonic.zhang@analog.com>
1969 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1970 W:      http://blackfin.uclinux.org
1971 S:      Supported
1972 F:      drivers/tty/serial/bfin_uart.c
1973
1974 BLACKFIN WATCHDOG DRIVER
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org
1977 S:      Supported
1978 F:      drivers/watchdog/bfin_wdt.c
1979
1980 BLACKFIN I2C TWI DRIVER
1981 M:      Sonic Zhang <sonic.zhang@analog.com>
1982 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1983 W:      http://blackfin.uclinux.org/
1984 S:      Supported
1985 F:      drivers/i2c/busses/i2c-bfin-twi.c
1986
1987 BLACKFIN MEDIA DRIVER
1988 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1989 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1990 W:      http://blackfin.uclinux.org/
1991 S:      Supported
1992 F:      drivers/media/platform/blackfin/
1993 F:      drivers/media/i2c/adv7183*
1994 F:      drivers/media/i2c/vs6624*
1995
1996 BLINKM RGB LED DRIVER
1997 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1998 S:      Maintained
1999 F:      drivers/leds/leds-blinkm.c
2000
2001 BLOCK LAYER
2002 M:      Jens Axboe <axboe@kernel.dk>
2003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2004 S:      Maintained
2005 F:      block/
2006
2007 BLOCK2MTD DRIVER
2008 M:      Joern Engel <joern@lazybastard.org>
2009 L:      linux-mtd@lists.infradead.org
2010 S:      Maintained
2011 F:      drivers/mtd/devices/block2mtd.c
2012
2013 BLUETOOTH DRIVERS
2014 M:      Marcel Holtmann <marcel@holtmann.org>
2015 M:      Gustavo Padovan <gustavo@padovan.org>
2016 M:      Johan Hedberg <johan.hedberg@gmail.com>
2017 L:      linux-bluetooth@vger.kernel.org
2018 W:      http://www.bluez.org/
2019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2021 S:      Maintained
2022 F:      drivers/bluetooth/
2023
2024 BLUETOOTH SUBSYSTEM
2025 M:      Marcel Holtmann <marcel@holtmann.org>
2026 M:      Gustavo Padovan <gustavo@padovan.org>
2027 M:      Johan Hedberg <johan.hedberg@gmail.com>
2028 L:      linux-bluetooth@vger.kernel.org
2029 W:      http://www.bluez.org/
2030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2032 S:      Maintained
2033 F:      net/bluetooth/
2034 F:      include/net/bluetooth/
2035
2036 BONDING DRIVER
2037 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2038 M:      Veaceslav Falico <vfalico@gmail.com>
2039 M:      Andy Gospodarek <andy@greyhouse.net>
2040 L:      netdev@vger.kernel.org
2041 W:      http://sourceforge.net/projects/bonding/
2042 S:      Supported
2043 F:      drivers/net/bonding/
2044 F:      include/uapi/linux/if_bonding.h
2045
2046 BPF (Safe dynamic programs and tools)
2047 M:      Alexei Starovoitov <ast@kernel.org>
2048 L:      netdev@vger.kernel.org
2049 L:      linux-kernel@vger.kernel.org
2050 S:      Supported
2051 F:      kernel/bpf/
2052
2053 BROADCOM B44 10/100 ETHERNET DRIVER
2054 M:      Gary Zambrano <zambrano@broadcom.com>
2055 L:      netdev@vger.kernel.org
2056 S:      Supported
2057 F:      drivers/net/ethernet/broadcom/b44.*
2058
2059 BROADCOM GENET ETHERNET DRIVER
2060 M:      Florian Fainelli <f.fainelli@gmail.com>
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/genet/
2064
2065 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2066 M:      Sony Chacko <sony.chacko@qlogic.com>
2067 M:      Dept-HSGLinuxNICDev@qlogic.com
2068 L:      netdev@vger.kernel.org
2069 S:      Supported
2070 F:      drivers/net/ethernet/broadcom/bnx2.*
2071 F:      drivers/net/ethernet/broadcom/bnx2_*
2072
2073 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2074 M:      Ariel Elior <ariel.elior@qlogic.com>
2075 L:      netdev@vger.kernel.org
2076 S:      Supported
2077 F:      drivers/net/ethernet/broadcom/bnx2x/
2078
2079 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2080 M:      Christian Daudt <bcm@fixthebug.org>
2081 M:      Matt Porter <mporter@linaro.org>
2082 M:      Florian Fainelli <f.fainelli@gmail.com>
2083 L:      bcm-kernel-feedback-list@broadcom.com
2084 T:      git git://github.com/broadcom/mach-bcm
2085 S:      Maintained
2086 F:      arch/arm/mach-bcm/
2087 F:      arch/arm/boot/dts/bcm113*
2088 F:      arch/arm/boot/dts/bcm216*
2089 F:      arch/arm/boot/dts/bcm281*
2090 F:      arch/arm/configs/bcm_defconfig
2091 F:      drivers/mmc/host/sdhci-bcm-kona.c
2092 F:      drivers/clocksource/bcm_kona_timer.c
2093
2094 BROADCOM BCM2835 ARM ARCHITECTURE
2095 M:      Stephen Warren <swarren@wwwdotorg.org>
2096 M:      Lee Jones <lee@kernel.org>
2097 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2099 S:      Maintained
2100 N:      bcm2835
2101
2102 BROADCOM BCM33XX MIPS ARCHITECTURE
2103 M:      Kevin Cernekee <cernekee@gmail.com>
2104 L:      linux-mips@linux-mips.org
2105 S:      Maintained
2106 F:      arch/mips/bcm3384/*
2107 F:      arch/mips/include/asm/mach-bcm3384/*
2108 F:      arch/mips/kernel/*bmips*
2109
2110 BROADCOM BCM5301X ARM ARCHITECTURE
2111 M:      Hauke Mehrtens <hauke@hauke-m.de>
2112 L:      linux-arm-kernel@lists.infradead.org
2113 S:      Maintained
2114 F:      arch/arm/mach-bcm/bcm_5301x.c
2115 F:      arch/arm/boot/dts/bcm5301x.dtsi
2116 F:      arch/arm/boot/dts/bcm470*
2117
2118 BROADCOM BCM63XX ARM ARCHITECTURE
2119 M:      Florian Fainelli <f.fainelli@gmail.com>
2120 L:      linux-arm-kernel@lists.infradead.org
2121 T:      git git://git.github.com/brcm/linux.git
2122 S:      Maintained
2123 F:      arch/arm/mach-bcm/bcm63xx.c
2124 F:      arch/arm/include/debug/bcm63xx.S
2125
2126 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2127 M:      Kevin Cernekee <cernekee@gmail.com>
2128 L:      linux-usb@vger.kernel.org
2129 S:      Maintained
2130 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2131
2132 BROADCOM BCM7XXX ARM ARCHITECTURE
2133 M:      Marc Carino <marc.ceeeee@gmail.com>
2134 M:      Brian Norris <computersforpeace@gmail.com>
2135 M:      Gregory Fong <gregory.0xf0@gmail.com>
2136 M:      Florian Fainelli <f.fainelli@gmail.com>
2137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138 S:      Maintained
2139 F:      arch/arm/mach-bcm/*brcmstb*
2140 F:      arch/arm/boot/dts/bcm7*.dts*
2141 F:      drivers/bus/brcmstb_gisb.c
2142
2143 BROADCOM BMIPS MIPS ARCHITECTURE
2144 M:      Kevin Cernekee <cernekee@gmail.com>
2145 M:      Florian Fainelli <f.fainelli@gmail.com>
2146 L:      linux-mips@linux-mips.org
2147 S:      Maintained
2148 F:      arch/mips/bmips/*
2149 F:      arch/mips/include/asm/mach-bmips/*
2150 F:      arch/mips/kernel/*bmips*
2151 F:      arch/mips/boot/dts/bcm*.dts*
2152 F:      drivers/irqchip/irq-bcm7*
2153 F:      drivers/irqchip/irq-brcmstb*
2154
2155 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2156 M:      Prashant Sreedharan <prashant@broadcom.com>
2157 M:      Michael Chan <mchan@broadcom.com>
2158 L:      netdev@vger.kernel.org
2159 S:      Supported
2160 F:      drivers/net/ethernet/broadcom/tg3.*
2161
2162 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2163 M:      Brett Rudley <brudley@broadcom.com>
2164 M:      Arend van Spriel <arend@broadcom.com>
2165 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2166 M:      Hante Meuleman <meuleman@broadcom.com>
2167 L:      linux-wireless@vger.kernel.org
2168 L:      brcm80211-dev-list@broadcom.com
2169 S:      Supported
2170 F:      drivers/net/wireless/brcm80211/
2171
2172 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2173 M:      QLogic-Storage-Upstream@qlogic.com
2174 L:      linux-scsi@vger.kernel.org
2175 S:      Supported
2176 F:      drivers/scsi/bnx2fc/
2177
2178 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2179 M:      QLogic-Storage-Upstream@qlogic.com
2180 L:      linux-scsi@vger.kernel.org
2181 S:      Supported
2182 F:      drivers/scsi/bnx2i/
2183
2184 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2185 M:      Ray Jui <rjui@broadcom.com>
2186 M:      Scott Branden <sbranden@broadcom.com>
2187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2188 L:      bcm-kernel-feedback-list@broadcom.com
2189 T:      git git://git.github.com/brcm/linux.git
2190 S:      Maintained
2191 N:      iproc
2192 N:      cygnus
2193 N:      bcm9113*
2194 N:      bcm9583*
2195 N:      bcm583*
2196 N:      bcm113*
2197
2198 BROADCOM KONA GPIO DRIVER
2199 M:      Ray Jui <rjui@broadcom.com>
2200 L:      bcm-kernel-feedback-list@broadcom.com
2201 S:      Supported
2202 F:      drivers/gpio/gpio-bcm-kona.c
2203 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2204
2205 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2206 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2207 L:      linux-wireless@vger.kernel.org
2208 S:      Maintained
2209 F:      drivers/bcma/
2210 F:      include/linux/bcma/
2211
2212 BROADCOM SYSTEMPORT ETHERNET DRIVER
2213 M:      Florian Fainelli <f.fainelli@gmail.com>
2214 L:      netdev@vger.kernel.org
2215 S:      Supported
2216 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2217
2218 BROCADE BFA FC SCSI DRIVER
2219 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2220 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2221 L:      linux-scsi@vger.kernel.org
2222 S:      Supported
2223 F:      drivers/scsi/bfa/
2224
2225 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2226 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2227 L:      netdev@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/net/ethernet/brocade/bna/
2230
2231 BSG (block layer generic sg v4 driver)
2232 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2233 L:      linux-scsi@vger.kernel.org
2234 S:      Supported
2235 F:      block/bsg.c
2236 F:      include/linux/bsg.h
2237 F:      include/uapi/linux/bsg.h
2238
2239 BT87X AUDIO DRIVER
2240 M:      Clemens Ladisch <clemens@ladisch.de>
2241 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2242 T:      git git://git.alsa-project.org/alsa-kernel.git
2243 S:      Maintained
2244 F:      Documentation/sound/alsa/Bt87x.txt
2245 F:      sound/pci/bt87x.c
2246
2247 BT8XXGPIO DRIVER
2248 M:      Michael Buesch <m@bues.ch>
2249 W:      http://bu3sch.de/btgpio.php
2250 S:      Maintained
2251 F:      drivers/gpio/gpio-bt8xx.c
2252
2253 BTRFS FILE SYSTEM
2254 M:      Chris Mason <clm@fb.com>
2255 M:      Josef Bacik <jbacik@fb.com>
2256 M:      David Sterba <dsterba@suse.cz>
2257 L:      linux-btrfs@vger.kernel.org
2258 W:      http://btrfs.wiki.kernel.org/
2259 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2261 S:      Maintained
2262 F:      Documentation/filesystems/btrfs.txt
2263 F:      fs/btrfs/
2264
2265 BTTV VIDEO4LINUX DRIVER
2266 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2267 L:      linux-media@vger.kernel.org
2268 W:      http://linuxtv.org
2269 T:      git git://linuxtv.org/media_tree.git
2270 S:      Odd fixes
2271 F:      Documentation/video4linux/bttv/
2272 F:      drivers/media/pci/bt8xx/bttv*
2273
2274 BUSLOGIC SCSI DRIVER
2275 M:      Khalid Aziz <khalid@gonehiking.org>
2276 L:      linux-scsi@vger.kernel.org
2277 S:      Maintained
2278 F:      drivers/scsi/BusLogic.*
2279 F:      drivers/scsi/FlashPoint.*
2280
2281 C-MEDIA CMI8788 DRIVER
2282 M:      Clemens Ladisch <clemens@ladisch.de>
2283 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2284 T:      git git://git.alsa-project.org/alsa-kernel.git
2285 S:      Maintained
2286 F:      sound/pci/oxygen/
2287
2288 C6X ARCHITECTURE
2289 M:      Mark Salter <msalter@redhat.com>
2290 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2291 L:      linux-c6x-dev@linux-c6x.org
2292 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2293 S:      Maintained
2294 F:      arch/c6x/
2295
2296 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2297 M:      David Howells <dhowells@redhat.com>
2298 L:      linux-cachefs@redhat.com
2299 S:      Supported
2300 F:      Documentation/filesystems/caching/cachefiles.txt
2301 F:      fs/cachefiles/
2302
2303 CADET FM/AM RADIO RECEIVER DRIVER
2304 M:      Hans Verkuil <hverkuil@xs4all.nl>
2305 L:      linux-media@vger.kernel.org
2306 T:      git git://linuxtv.org/media_tree.git
2307 W:      http://linuxtv.org
2308 S:      Maintained
2309 F:      drivers/media/radio/radio-cadet*
2310
2311 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2312 M:      Jonathan Corbet <corbet@lwn.net>
2313 L:      linux-media@vger.kernel.org
2314 T:      git git://linuxtv.org/media_tree.git
2315 S:      Maintained
2316 F:      Documentation/video4linux/cafe_ccic
2317 F:      drivers/media/platform/marvell-ccic/
2318
2319 CAIF NETWORK LAYER
2320 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2321 L:      netdev@vger.kernel.org
2322 S:      Supported
2323 F:      Documentation/networking/caif/
2324 F:      drivers/net/caif/
2325 F:      include/uapi/linux/caif/
2326 F:      include/net/caif/
2327 F:      net/caif/
2328
2329 CALGARY x86-64 IOMMU
2330 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2331 M:      "Jon D. Mason" <jdmason@kudzu.us>
2332 L:      discuss@x86-64.org
2333 S:      Maintained
2334 F:      arch/x86/kernel/pci-calgary_64.c
2335 F:      arch/x86/kernel/tce_64.c
2336 F:      arch/x86/include/asm/calgary.h
2337 F:      arch/x86/include/asm/tce.h
2338
2339 CAN NETWORK LAYER
2340 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2341 L:      linux-can@vger.kernel.org
2342 W:      http://gitorious.org/linux-can
2343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2345 S:      Maintained
2346 F:      Documentation/networking/can.txt
2347 F:      net/can/
2348 F:      include/linux/can/core.h
2349 F:      include/uapi/linux/can.h
2350 F:      include/uapi/linux/can/bcm.h
2351 F:      include/uapi/linux/can/raw.h
2352 F:      include/uapi/linux/can/gw.h
2353
2354 CAN NETWORK DRIVERS
2355 M:      Wolfgang Grandegger <wg@grandegger.com>
2356 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2357 L:      linux-can@vger.kernel.org
2358 W:      http://gitorious.org/linux-can
2359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2361 S:      Maintained
2362 F:      drivers/net/can/
2363 F:      include/linux/can/dev.h
2364 F:      include/linux/can/platform/
2365 F:      include/uapi/linux/can/error.h
2366 F:      include/uapi/linux/can/netlink.h
2367
2368 CAPABILITIES
2369 M:      Serge Hallyn <serge.hallyn@canonical.com>
2370 L:      linux-security-module@vger.kernel.org
2371 S:      Supported
2372 F:      include/linux/capability.h
2373 F:      include/uapi/linux/capability.h
2374 F:      security/capability.c
2375 F:      security/commoncap.c
2376 F:      kernel/capability.c
2377
2378 CC2520 IEEE-802.15.4 RADIO DRIVER
2379 M:      Varka Bhadram <varkabhadram@gmail.com>
2380 L:      linux-wpan@vger.kernel.org
2381 S:      Maintained
2382 F:      drivers/net/ieee802154/cc2520.c
2383 F:      include/linux/spi/cc2520.h
2384 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2385
2386 CELL BROADBAND ENGINE ARCHITECTURE
2387 M:      Arnd Bergmann <arnd@arndb.de>
2388 L:      linuxppc-dev@lists.ozlabs.org
2389 L:      cbe-oss-dev@lists.ozlabs.org
2390 W:      http://www.ibm.com/developerworks/power/cell/
2391 S:      Supported
2392 F:      arch/powerpc/include/asm/cell*.h
2393 F:      arch/powerpc/include/asm/spu*.h
2394 F:      arch/powerpc/include/uapi/asm/spu*.h
2395 F:      arch/powerpc/oprofile/*cell*
2396 F:      arch/powerpc/platforms/cell/
2397
2398 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2399 M:      Sage Weil <sage@inktank.com>
2400 L:      ceph-devel@vger.kernel.org
2401 W:      http://ceph.com/
2402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2403 S:      Supported
2404 F:      Documentation/filesystems/ceph.txt
2405 F:      fs/ceph/
2406 F:      net/ceph/
2407 F:      include/linux/ceph/
2408 F:      include/linux/crush/
2409
2410 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2411 L:      linux-usb@vger.kernel.org
2412 S:      Orphan
2413 F:      Documentation/usb/WUSB-Design-overview.txt
2414 F:      Documentation/usb/wusb-cbaf
2415 F:      drivers/usb/host/hwa-hc.c
2416 F:      drivers/usb/host/whci/
2417 F:      drivers/usb/wusbcore/
2418 F:      include/linux/usb/wusb*
2419
2420 CFAG12864B LCD DRIVER
2421 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2422 W:      http://miguelojeda.es/auxdisplay.htm
2423 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2424 S:      Maintained
2425 F:      drivers/auxdisplay/cfag12864b.c
2426 F:      include/linux/cfag12864b.h
2427
2428 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2429 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2430 W:      http://miguelojeda.es/auxdisplay.htm
2431 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2432 S:      Maintained
2433 F:      drivers/auxdisplay/cfag12864bfb.c
2434 F:      include/linux/cfag12864b.h
2435
2436 CFG80211 and NL80211
2437 M:      Johannes Berg <johannes@sipsolutions.net>
2438 L:      linux-wireless@vger.kernel.org
2439 W:      http://wireless.kernel.org/
2440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2442 S:      Maintained
2443 F:      include/uapi/linux/nl80211.h
2444 F:      include/net/cfg80211.h
2445 F:      net/wireless/*
2446 X:      net/wireless/wext*
2447
2448 CHAR and MISC DRIVERS
2449 M:      Arnd Bergmann <arnd@arndb.de>
2450 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2452 S:      Supported
2453 F:      drivers/char/*
2454 F:      drivers/misc/*
2455 F:      include/linux/miscdevice.h
2456
2457 CHECKPATCH
2458 M:      Andy Whitcroft <apw@canonical.com>
2459 M:      Joe Perches <joe@perches.com>
2460 S:      Maintained
2461 F:      scripts/checkpatch.pl
2462
2463 CHINESE DOCUMENTATION
2464 M:      Harry Wei <harryxiyou@gmail.com>
2465 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2466 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2467 S:      Maintained
2468 F:      Documentation/zh_CN/
2469
2470 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2471 M:      Peter Chen <Peter.Chen@freescale.com>
2472 T:      git git://github.com/hzpeterchen/linux-usb.git
2473 L:      linux-usb@vger.kernel.org
2474 S:      Maintained
2475 F:      drivers/usb/chipidea/
2476
2477 CHROME HARDWARE PLATFORM SUPPORT
2478 M:      Olof Johansson <olof@lixom.net>
2479 S:      Maintained
2480 F:      drivers/platform/chrome/
2481
2482 CISCO VIC ETHERNET NIC DRIVER
2483 M:      Christian Benvenuti <benve@cisco.com>
2484 M:      Sujith Sankar <ssujith@cisco.com>
2485 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2486 M:      Neel Patel <neepatel@cisco.com>
2487 S:      Supported
2488 F:      drivers/net/ethernet/cisco/enic/
2489
2490 CISCO VIC LOW LATENCY NIC DRIVER
2491 M:      Upinder Malhi <umalhi@cisco.com>
2492 S:      Supported
2493 F:      drivers/infiniband/hw/usnic
2494
2495 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2496 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2497 L:      netdev@vger.kernel.org
2498 S:      Maintained
2499 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2500
2501 CIRRUS LOGIC AUDIO CODEC DRIVERS
2502 M:      Brian Austin <brian.austin@cirrus.com>
2503 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2504 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2505 S:      Maintained
2506 F:      sound/soc/codecs/cs*
2507
2508 CLEANCACHE API
2509 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2510 L:      linux-kernel@vger.kernel.org
2511 S:      Maintained
2512 F:      mm/cleancache.c
2513 F:      include/linux/cleancache.h
2514
2515 CLK API
2516 M:      Russell King <linux@arm.linux.org.uk>
2517 S:      Maintained
2518 F:      include/linux/clk.h
2519
2520 CLOCKSOURCE, CLOCKEVENT DRIVERS
2521 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2522 M:      Thomas Gleixner <tglx@linutronix.de>
2523 L:      linux-kernel@vger.kernel.org
2524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2525 S:      Supported
2526 F:      drivers/clocksource
2527
2528 CISCO FCOE HBA DRIVER
2529 M:      Hiral Patel <hiralpat@cisco.com>
2530 M:      Suma Ramars <sramars@cisco.com>
2531 M:      Brian Uchino <buchino@cisco.com>
2532 L:      linux-scsi@vger.kernel.org
2533 S:      Supported
2534 F:      drivers/scsi/fnic/
2535
2536 CMPC ACPI DRIVER
2537 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2538 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2539 L:      platform-driver-x86@vger.kernel.org
2540 S:      Supported
2541 F:      drivers/platform/x86/classmate-laptop.c
2542
2543 COCCINELLE/Semantic Patches (SmPL)
2544 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2545 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2546 M:      Nicolas Palix <nicolas.palix@imag.fr>
2547 M:      Michal Marek <mmarek@suse.cz>
2548 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2550 W:      http://coccinelle.lip6.fr/
2551 S:      Supported
2552 F:      Documentation/coccinelle.txt
2553 F:      scripts/coccinelle/
2554 F:      scripts/coccicheck
2555
2556 CODA FILE SYSTEM
2557 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2558 M:      coda@cs.cmu.edu
2559 L:      codalist@coda.cs.cmu.edu
2560 W:      http://www.coda.cs.cmu.edu/
2561 S:      Maintained
2562 F:      Documentation/filesystems/coda.txt
2563 F:      fs/coda/
2564 F:      include/linux/coda*.h
2565 F:      include/uapi/linux/coda*.h
2566
2567 CODA V4L2 MEM2MEM DRIVER
2568 M:      Philipp Zabel <p.zabel@pengutronix.de>
2569 L:      linux-media@vger.kernel.org
2570 S:      Maintained
2571 F:      Documentation/devicetree/bindings/media/coda.txt
2572 F:      drivers/media/platform/coda/
2573
2574 COMMON CLK FRAMEWORK
2575 M:      Mike Turquette <mturquette@linaro.org>
2576 M:      Stephen Boyd <sboyd@codeaurora.org>
2577 L:      linux-kernel@vger.kernel.org
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2579 S:      Maintained
2580 F:      drivers/clk/
2581 X:      drivers/clk/clkdev.c
2582 F:      include/linux/clk-pr*
2583 F:      include/linux/clk/
2584
2585 COMMON INTERNET FILE SYSTEM (CIFS)
2586 M:      Steve French <sfrench@samba.org>
2587 L:      linux-cifs@vger.kernel.org
2588 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2589 W:      http://linux-cifs.samba.org/
2590 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2591 S:      Supported
2592 F:      Documentation/filesystems/cifs/
2593 F:      fs/cifs/
2594
2595 COMPACTPCI HOTPLUG CORE
2596 M:      Scott Murray <scott@spiteful.org>
2597 L:      linux-pci@vger.kernel.org
2598 S:      Maintained
2599 F:      drivers/pci/hotplug/cpci_hotplug*
2600
2601 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2602 M:      Scott Murray <scott@spiteful.org>
2603 L:      linux-pci@vger.kernel.org
2604 S:      Maintained
2605 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2606
2607 COMPACTPCI HOTPLUG GENERIC DRIVER
2608 M:      Scott Murray <scott@spiteful.org>
2609 L:      linux-pci@vger.kernel.org
2610 S:      Maintained
2611 F:      drivers/pci/hotplug/cpcihp_generic.c
2612
2613 COMPAL LAPTOP SUPPORT
2614 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2615 L:      platform-driver-x86@vger.kernel.org
2616 S:      Maintained
2617 F:      drivers/platform/x86/compal-laptop.c
2618
2619 CONEXANT ACCESSRUNNER USB DRIVER
2620 M:      Simon Arlott <cxacru@fire.lp0.eu>
2621 L:      accessrunner-general@lists.sourceforge.net
2622 W:      http://accessrunner.sourceforge.net/
2623 S:      Maintained
2624 F:      drivers/usb/atm/cxacru.c
2625
2626 CONFIGFS
2627 M:      Joel Becker <jlbec@evilplan.org>
2628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2629 S:      Supported
2630 F:      fs/configfs/
2631 F:      include/linux/configfs.h
2632
2633 CONNECTOR
2634 M:      Evgeniy Polyakov <zbr@ioremap.net>
2635 L:      netdev@vger.kernel.org
2636 S:      Maintained
2637 F:      drivers/connector/
2638
2639 CONTROL GROUP (CGROUP)
2640 M:      Tejun Heo <tj@kernel.org>
2641 M:      Li Zefan <lizefan@huawei.com>
2642 L:      cgroups@vger.kernel.org
2643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2644 S:      Maintained
2645 F:      Documentation/cgroups/
2646 F:      include/linux/cgroup*
2647 F:      kernel/cgroup*
2648
2649 CONTROL GROUP - CPUSET
2650 M:      Li Zefan <lizefan@huawei.com>
2651 L:      cgroups@vger.kernel.org
2652 W:      http://www.bullopensource.org/cpuset/
2653 W:      http://oss.sgi.com/projects/cpusets/
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2655 S:      Maintained
2656 F:      Documentation/cgroups/cpusets.txt
2657 F:      include/linux/cpuset.h
2658 F:      kernel/cpuset.c
2659
2660 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2661 M:      Johannes Weiner <hannes@cmpxchg.org>
2662 M:      Michal Hocko <mhocko@suse.cz>
2663 L:      cgroups@vger.kernel.org
2664 L:      linux-mm@kvack.org
2665 S:      Maintained
2666 F:      mm/memcontrol.c
2667 F:      mm/swap_cgroup.c
2668
2669 CORETEMP HARDWARE MONITORING DRIVER
2670 M:      Fenghua Yu <fenghua.yu@intel.com>
2671 L:      lm-sensors@lm-sensors.org
2672 S:      Maintained
2673 F:      Documentation/hwmon/coretemp
2674 F:      drivers/hwmon/coretemp.c
2675
2676 COSA/SRP SYNC SERIAL DRIVER
2677 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2678 W:      http://www.fi.muni.cz/~kas/cosa/
2679 S:      Maintained
2680 F:      drivers/net/wan/cosa*
2681
2682 CPMAC ETHERNET DRIVER
2683 M:      Florian Fainelli <florian@openwrt.org>
2684 L:      netdev@vger.kernel.org
2685 S:      Maintained
2686 F:      drivers/net/ethernet/ti/cpmac.c
2687
2688 CPU FREQUENCY DRIVERS
2689 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2690 M:      Viresh Kumar <viresh.kumar@linaro.org>
2691 L:      linux-pm@vger.kernel.org
2692 S:      Maintained
2693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2694 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2695 F:      drivers/cpufreq/
2696 F:      include/linux/cpufreq.h
2697
2698 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2699 M:      Viresh Kumar <viresh.kumar@linaro.org>
2700 M:      Sudeep Holla <sudeep.holla@arm.com>
2701 L:      linux-pm@vger.kernel.org
2702 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2703 S:      Maintained
2704 F:      drivers/cpufreq/arm_big_little.h
2705 F:      drivers/cpufreq/arm_big_little.c
2706 F:      drivers/cpufreq/arm_big_little_dt.c
2707
2708 CPUIDLE DRIVER - ARM BIG LITTLE
2709 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2710 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2711 L:      linux-pm@vger.kernel.org
2712 L:      linux-arm-kernel@lists.infradead.org
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2714 S:      Maintained
2715 F:      drivers/cpuidle/cpuidle-big_little.c
2716
2717 CPUIDLE DRIVER - ARM EXYNOS
2718 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2719 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2720 M:      Kukjin Kim <kgene@kernel.org>
2721 L:      linux-pm@vger.kernel.org
2722 L:      linux-samsung-soc@vger.kernel.org
2723 S:      Supported
2724 F:      drivers/cpuidle/cpuidle-exynos.c
2725 F:      arch/arm/mach-exynos/pm.c
2726
2727 CPUIDLE DRIVERS
2728 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2729 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2730 L:      linux-pm@vger.kernel.org
2731 S:      Maintained
2732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2733 F:      drivers/cpuidle/*
2734 F:      include/linux/cpuidle.h
2735
2736 CPUID/MSR DRIVER
2737 M:      "H. Peter Anvin" <hpa@zytor.com>
2738 S:      Maintained
2739 F:      arch/x86/kernel/cpuid.c
2740 F:      arch/x86/kernel/msr.c
2741
2742 CPU POWER MONITORING SUBSYSTEM
2743 M:      Thomas Renninger <trenn@suse.de>
2744 L:      linux-pm@vger.kernel.org
2745 S:      Maintained
2746 F:      tools/power/cpupower/
2747
2748 CRAMFS FILESYSTEM
2749 W:      http://sourceforge.net/projects/cramfs/
2750 S:      Orphan / Obsolete
2751 F:      Documentation/filesystems/cramfs.txt
2752 F:      fs/cramfs/
2753
2754 CRIS PORT
2755 M:      Mikael Starvik <starvik@axis.com>
2756 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2757 L:      linux-cris-kernel@axis.com
2758 W:      http://developer.axis.com
2759 S:      Maintained
2760 F:      arch/cris/
2761 F:      drivers/tty/serial/crisv10.*
2762
2763 CRYPTO API
2764 M:      Herbert Xu <herbert@gondor.apana.org.au>
2765 M:      "David S. Miller" <davem@davemloft.net>
2766 L:      linux-crypto@vger.kernel.org
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2768 S:      Maintained
2769 F:      Documentation/crypto/
2770 F:      arch/*/crypto/
2771 F:      crypto/
2772 F:      drivers/crypto/
2773 F:      include/crypto/
2774
2775 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2776 M:      Neil Horman <nhorman@tuxdriver.com>
2777 L:      linux-crypto@vger.kernel.org
2778 S:      Maintained
2779 F:      crypto/ansi_cprng.c
2780 F:      crypto/rng.c
2781
2782 CS5535 Audio ALSA driver
2783 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2784 S:      Maintained
2785 F:      sound/pci/cs5535audio/
2786
2787 CW1200 WLAN driver
2788 M:      Solomon Peachy <pizza@shaftnet.org>
2789 S:      Maintained
2790 F:      drivers/net/wireless/cw1200/
2791
2792 CX18 VIDEO4LINUX DRIVER
2793 M:      Andy Walls <awalls@md.metrocast.net>
2794 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2795 L:      linux-media@vger.kernel.org
2796 T:      git git://linuxtv.org/media_tree.git
2797 W:      http://linuxtv.org
2798 W:      http://www.ivtvdriver.org/index.php/Cx18
2799 S:      Maintained
2800 F:      Documentation/video4linux/cx18.txt
2801 F:      drivers/media/pci/cx18/
2802 F:      include/uapi/linux/ivtv*
2803
2804 CX2341X MPEG ENCODER HELPER MODULE
2805 M:      Hans Verkuil <hverkuil@xs4all.nl>
2806 L:      linux-media@vger.kernel.org
2807 T:      git git://linuxtv.org/media_tree.git
2808 W:      http://linuxtv.org
2809 S:      Maintained
2810 F:      drivers/media/common/cx2341x*
2811 F:      include/media/cx2341x*
2812
2813 CX88 VIDEO4LINUX DRIVER
2814 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2815 L:      linux-media@vger.kernel.org
2816 W:      http://linuxtv.org
2817 T:      git git://linuxtv.org/media_tree.git
2818 S:      Odd fixes
2819 F:      Documentation/video4linux/cx88/
2820 F:      drivers/media/pci/cx88/
2821
2822 CXD2820R MEDIA DRIVER
2823 M:      Antti Palosaari <crope@iki.fi>
2824 L:      linux-media@vger.kernel.org
2825 W:      http://linuxtv.org/
2826 W:      http://palosaari.fi/linux/
2827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2828 T:      git git://linuxtv.org/anttip/media_tree.git
2829 S:      Maintained
2830 F:      drivers/media/dvb-frontends/cxd2820r*
2831
2832 CXGB3 ETHERNET DRIVER (CXGB3)
2833 M:      Santosh Raspatur <santosh@chelsio.com>
2834 L:      netdev@vger.kernel.org
2835 W:      http://www.chelsio.com
2836 S:      Supported
2837 F:      drivers/net/ethernet/chelsio/cxgb3/
2838
2839 CXGB3 ISCSI DRIVER (CXGB3I)
2840 M:      Karen Xie <kxie@chelsio.com>
2841 L:      linux-scsi@vger.kernel.org
2842 W:      http://www.chelsio.com
2843 S:      Supported
2844 F:      drivers/scsi/cxgbi/cxgb3i
2845
2846 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2847 M:      Steve Wise <swise@chelsio.com>
2848 L:      linux-rdma@vger.kernel.org
2849 W:      http://www.openfabrics.org
2850 S:      Supported
2851 F:      drivers/infiniband/hw/cxgb3/
2852
2853 CXGB4 ETHERNET DRIVER (CXGB4)
2854 M:      Hariprasad S <hariprasad@chelsio.com>
2855 L:      netdev@vger.kernel.org
2856 W:      http://www.chelsio.com
2857 S:      Supported
2858 F:      drivers/net/ethernet/chelsio/cxgb4/
2859
2860 CXGB4 ISCSI DRIVER (CXGB4I)
2861 M:      Karen Xie <kxie@chelsio.com>
2862 L:      linux-scsi@vger.kernel.org
2863 W:      http://www.chelsio.com
2864 S:      Supported
2865 F:      drivers/scsi/cxgbi/cxgb4i
2866
2867 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2868 M:      Steve Wise <swise@chelsio.com>
2869 L:      linux-rdma@vger.kernel.org
2870 W:      http://www.openfabrics.org
2871 S:      Supported
2872 F:      drivers/infiniband/hw/cxgb4/
2873
2874 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2875 M:      Casey Leedom <leedom@chelsio.com>
2876 L:      netdev@vger.kernel.org
2877 W:      http://www.chelsio.com
2878 S:      Supported
2879 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2880
2881 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2882 M:      Ian Munsie <imunsie@au1.ibm.com>
2883 M:      Michael Neuling <mikey@neuling.org>
2884 L:      linuxppc-dev@lists.ozlabs.org
2885 S:      Supported
2886 F:      drivers/misc/cxl/
2887 F:      include/misc/cxl.h
2888 F:      include/uapi/misc/cxl.h
2889 F:      Documentation/powerpc/cxl.txt
2890 F:      Documentation/powerpc/cxl.txt
2891 F:      Documentation/ABI/testing/sysfs-class-cxl
2892
2893 STMMAC ETHERNET DRIVER
2894 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2895 L:      netdev@vger.kernel.org
2896 W:      http://www.stlinux.com
2897 S:      Supported
2898 F:      drivers/net/ethernet/stmicro/stmmac/
2899
2900 CYBERPRO FB DRIVER
2901 M:      Russell King <linux@arm.linux.org.uk>
2902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2903 W:      http://www.arm.linux.org.uk/
2904 S:      Maintained
2905 F:      drivers/video/fbdev/cyber2000fb.*
2906
2907 CYCLADES ASYNC MUX DRIVER
2908 W:      http://www.cyclades.com/
2909 S:      Orphan
2910 F:      drivers/tty/cyclades.c
2911 F:      include/linux/cyclades.h
2912 F:      include/uapi/linux/cyclades.h
2913
2914 CYCLADES PC300 DRIVER
2915 W:      http://www.cyclades.com/
2916 S:      Orphan
2917 F:      drivers/net/wan/pc300*
2918
2919 CYPRESS_FIRMWARE MEDIA DRIVER
2920 M:      Antti Palosaari <crope@iki.fi>
2921 L:      linux-media@vger.kernel.org
2922 W:      http://linuxtv.org/
2923 W:      http://palosaari.fi/linux/
2924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2925 T:      git git://linuxtv.org/anttip/media_tree.git
2926 S:      Maintained
2927 F:      drivers/media/common/cypress_firmware*
2928
2929 CYTTSP TOUCHSCREEN DRIVER
2930 M:      Ferruh Yigit <fery@cypress.com>
2931 L:      linux-input@vger.kernel.org
2932 S:      Supported
2933 F:      drivers/input/touchscreen/cyttsp*
2934 F:      include/linux/input/cyttsp.h
2935
2936 DAMA SLAVE for AX.25
2937 M:      Joerg Reuter <jreuter@yaina.de>
2938 W:      http://yaina.de/jreuter/
2939 W:      http://www.qsl.net/dl1bke/
2940 L:      linux-hams@vger.kernel.org
2941 S:      Maintained
2942 F:      net/ax25/af_ax25.c
2943 F:      net/ax25/ax25_dev.c
2944 F:      net/ax25/ax25_ds_*
2945 F:      net/ax25/ax25_in.c
2946 F:      net/ax25/ax25_out.c
2947 F:      net/ax25/ax25_timer.c
2948 F:      net/ax25/sysctl_net_ax25.c
2949
2950 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2951 L:      netdev@vger.kernel.org
2952 S:      Orphan
2953 F:      Documentation/networking/dmfe.txt
2954 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2955
2956 DC390/AM53C974 SCSI driver
2957 M:      Hannes Reinecke <hare@suse.de>
2958 L:      linux-scsi@vger.kernel.org
2959 S:      Maintained
2960 F:      drivers/scsi/am53c974.c
2961
2962 DC395x SCSI driver
2963 M:      Oliver Neukum <oliver@neukum.org>
2964 M:      Ali Akcaagac <aliakc@web.de>
2965 M:      Jamie Lenehan <lenehan@twibble.org>
2966 L:      dc395x@twibble.org
2967 W:      http://twibble.org/dist/dc395x/
2968 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2969 S:      Maintained
2970 F:      Documentation/scsi/dc395x.txt
2971 F:      drivers/scsi/dc395x.*
2972
2973 DCCP PROTOCOL
2974 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2975 L:      dccp@vger.kernel.org
2976 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2977 S:      Maintained
2978 F:      include/linux/dccp.h
2979 F:      include/uapi/linux/dccp.h
2980 F:      include/linux/tfrc.h
2981 F:      net/dccp/
2982
2983 DECnet NETWORK LAYER
2984 W:      http://linux-decnet.sourceforge.net
2985 L:      linux-decnet-user@lists.sourceforge.net
2986 S:      Orphan
2987 F:      Documentation/networking/decnet.txt
2988 F:      net/decnet/
2989
2990 DECSTATION PLATFORM SUPPORT
2991 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2992 L:      linux-mips@linux-mips.org
2993 W:      http://www.linux-mips.org/wiki/DECstation
2994 S:      Maintained
2995 F:      arch/mips/dec/
2996 F:      arch/mips/include/asm/dec/
2997 F:      arch/mips/include/asm/mach-dec/
2998
2999 DEFXX FDDI NETWORK DRIVER
3000 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3001 S:      Maintained
3002 F:      drivers/net/fddi/defxx.*
3003
3004 DELL LAPTOP DRIVER
3005 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3006 L:      platform-driver-x86@vger.kernel.org
3007 S:      Maintained
3008 F:      drivers/platform/x86/dell-laptop.c
3009
3010 DELL LAPTOP SMM DRIVER
3011 M:      Guenter Roeck <linux@roeck-us.net>
3012 F:      drivers/char/i8k.c
3013 F:      include/uapi/linux/i8k.h
3014
3015 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3016 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3017 S:      Maintained
3018 F:      Documentation/dcdbas.txt
3019 F:      drivers/firmware/dcdbas.*
3020
3021 DELL WMI EXTRAS DRIVER
3022 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3023 S:      Maintained
3024 F:      drivers/platform/x86/dell-wmi.c
3025
3026 DESIGNWARE USB2 DRD IP DRIVER
3027 M:      Paul Zimmerman <paulz@synopsys.com>
3028 L:      linux-usb@vger.kernel.org
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3030 S:      Maintained
3031 F:      drivers/usb/dwc2/
3032
3033 DESIGNWARE USB3 DRD IP DRIVER
3034 M:      Felipe Balbi <balbi@ti.com>
3035 L:      linux-usb@vger.kernel.org
3036 L:      linux-omap@vger.kernel.org
3037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3038 S:      Maintained
3039 F:      drivers/usb/dwc3/
3040
3041 DEVICE COREDUMP (DEV_COREDUMP)
3042 M:      Johannes Berg <johannes@sipsolutions.net>
3043 L:      linux-kernel@vger.kernel.org
3044 S:      Maintained
3045 F:      drivers/base/devcoredump.c
3046 F:      include/linux/devcoredump.h
3047
3048 DEVICE FREQUENCY (DEVFREQ)
3049 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3050 M:      Kyungmin Park <kyungmin.park@samsung.com>
3051 L:      linux-pm@vger.kernel.org
3052 S:      Maintained
3053 F:      drivers/devfreq/
3054
3055 DEVICE NUMBER REGISTRY
3056 M:      Torben Mathiasen <device@lanana.org>
3057 W:      http://lanana.org/docs/device-list/index.html
3058 S:      Maintained
3059
3060 DEVICE-MAPPER  (LVM)
3061 M:      Alasdair Kergon <agk@redhat.com>
3062 M:      Mike Snitzer <snitzer@redhat.com>
3063 M:      dm-devel@redhat.com
3064 L:      dm-devel@redhat.com
3065 W:      http://sources.redhat.com/dm
3066 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3068 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3069 S:      Maintained
3070 F:      Documentation/device-mapper/
3071 F:      drivers/md/dm*
3072 F:      drivers/md/persistent-data/
3073 F:      include/linux/device-mapper.h
3074 F:      include/linux/dm-*.h
3075 F:      include/uapi/linux/dm-*.h
3076
3077 DIALOG SEMICONDUCTOR DRIVERS
3078 M:      Support Opensource <support.opensource@diasemi.com>
3079 W:      http://www.dialog-semiconductor.com/products
3080 S:      Supported
3081 F:      Documentation/hwmon/da90??
3082 F:      drivers/gpio/gpio-da90??.c
3083 F:      drivers/hwmon/da90??-hwmon.c
3084 F:      drivers/input/misc/da90??_onkey.c
3085 F:      drivers/input/touchscreen/da9052_tsi.c
3086 F:      drivers/leds/leds-da90??.c
3087 F:      drivers/mfd/da903x.c
3088 F:      drivers/mfd/da90??-*.c
3089 F:      drivers/power/da9052-battery.c
3090 F:      drivers/regulator/da903x.c
3091 F:      drivers/regulator/da9???-regulator.[ch]
3092 F:      drivers/rtc/rtc-da90??.c
3093 F:      drivers/video/backlight/da90??_bl.c
3094 F:      drivers/watchdog/da90??_wdt.c
3095 F:      include/linux/mfd/da903x.h
3096 F:      include/linux/mfd/da9052/
3097 F:      include/linux/mfd/da9055/
3098 F:      include/linux/mfd/da9063/
3099 F:      include/sound/da[79]*.h
3100 F:      sound/soc/codecs/da[79]*.[ch]
3101
3102 DIGI NEO AND CLASSIC PCI PRODUCTS
3103 M:      Lidza Louina <lidza.louina@gmail.com>
3104 M:      Mark Hounschell <markh@compro.net>
3105 L:      driverdev-devel@linuxdriverproject.org
3106 S:      Maintained
3107 F:      drivers/staging/dgnc/
3108
3109 DIGI EPCA PCI PRODUCTS
3110 M:      Lidza Louina <lidza.louina@gmail.com>
3111 M:      Mark Hounschell <markh@compro.net>
3112 M:      Daeseok Youn <daeseok.youn@gmail.com>
3113 L:      driverdev-devel@linuxdriverproject.org
3114 S:      Maintained
3115 F:      drivers/staging/dgap/
3116
3117 DIOLAN U2C-12 I2C DRIVER
3118 M:      Guenter Roeck <linux@roeck-us.net>
3119 L:      linux-i2c@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3122
3123 DIRECTORY NOTIFICATION (DNOTIFY)
3124 M:      Eric Paris <eparis@parisplace.org>
3125 S:      Maintained
3126 F:      Documentation/filesystems/dnotify.txt
3127 F:      fs/notify/dnotify/
3128 F:      include/linux/dnotify.h
3129
3130 DISK GEOMETRY AND PARTITION HANDLING
3131 M:      Andries Brouwer <aeb@cwi.nl>
3132 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3133 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3134 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3135 S:      Maintained
3136
3137 DISKQUOTA
3138 M:      Jan Kara <jack@suse.cz>
3139 S:      Maintained
3140 F:      Documentation/filesystems/quota.txt
3141 F:      fs/quota/
3142 F:      include/linux/quota*.h
3143 F:      include/uapi/linux/quota*.h
3144
3145 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3146 M:      Bernie Thompson <bernie@plugable.com>
3147 L:      linux-fbdev@vger.kernel.org
3148 S:      Maintained
3149 W:      http://plugable.com/category/projects/udlfb/
3150 F:      drivers/video/fbdev/udlfb.c
3151 F:      include/video/udlfb.h
3152 F:      Documentation/fb/udlfb.txt
3153
3154 DISTRIBUTED LOCK MANAGER (DLM)
3155 M:      Christine Caulfield <ccaulfie@redhat.com>
3156 M:      David Teigland <teigland@redhat.com>
3157 L:      cluster-devel@redhat.com
3158 W:      http://sources.redhat.com/cluster/
3159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3160 S:      Supported
3161 F:      fs/dlm/
3162
3163 DMA BUFFER SHARING FRAMEWORK
3164 M:      Sumit Semwal <sumit.semwal@linaro.org>
3165 S:      Maintained
3166 L:      linux-media@vger.kernel.org
3167 L:      dri-devel@lists.freedesktop.org
3168 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3169 F:      drivers/dma-buf/
3170 F:      include/linux/dma-buf*
3171 F:      include/linux/reservation.h
3172 F:      include/linux/*fence.h
3173 F:      Documentation/dma-buf-sharing.txt
3174 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3175
3176 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3177 M:      Vinod Koul <vinod.koul@intel.com>
3178 L:      dmaengine@vger.kernel.org
3179 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3180 S:      Maintained
3181 F:      drivers/dma/
3182 F:      include/linux/dmaengine.h
3183 F:      Documentation/dmaengine/
3184 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3185
3186 DME1737 HARDWARE MONITOR DRIVER
3187 M:      Juerg Haefliger <juergh@gmail.com>
3188 L:      lm-sensors@lm-sensors.org
3189 S:      Maintained
3190 F:      Documentation/hwmon/dme1737
3191 F:      drivers/hwmon/dme1737.c
3192
3193 DOCKING STATION DRIVER
3194 M:      Shaohua Li <shaohua.li@intel.com>
3195 L:      linux-acpi@vger.kernel.org
3196 S:      Supported
3197 F:      drivers/acpi/dock.c
3198
3199 DOCUMENTATION
3200 M:      Jonathan Corbet <corbet@lwn.net>
3201 L:      linux-doc@vger.kernel.org
3202 S:      Maintained
3203 F:      Documentation/
3204 X:      Documentation/ABI/
3205 X:      Documentation/devicetree/
3206 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3207
3208 DOUBLETALK DRIVER
3209 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3210 L:      blinux-list@redhat.com
3211 S:      Maintained
3212 F:      drivers/char/dtlk.c
3213 F:      include/linux/dtlk.h
3214
3215 DPT_I2O SCSI RAID DRIVER
3216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3217 L:      linux-scsi@vger.kernel.org
3218 W:      http://www.adaptec.com/
3219 S:      Maintained
3220 F:      drivers/scsi/dpt*
3221 F:      drivers/scsi/dpt/
3222
3223 DRBD DRIVER
3224 P:      Philipp Reisner
3225 P:      Lars Ellenberg
3226 M:      drbd-dev@lists.linbit.com
3227 L:      drbd-user@lists.linbit.com
3228 W:      http://www.drbd.org
3229 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3230 T:      git git://git.drbd.org/drbd-8.3.git
3231 S:      Supported
3232 F:      drivers/block/drbd/
3233 F:      lib/lru_cache.c
3234 F:      Documentation/blockdev/drbd/
3235
3236 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3237 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3239 S:      Supported
3240 F:      Documentation/kobject.txt
3241 F:      drivers/base/
3242 F:      fs/sysfs/
3243 F:      fs/debugfs/
3244 F:      include/linux/kobj*
3245 F:      include/linux/debugfs.h
3246 F:      lib/kobj*
3247
3248 DRM DRIVERS
3249 M:      David Airlie <airlied@linux.ie>
3250 L:      dri-devel@lists.freedesktop.org
3251 T:      git git://people.freedesktop.org/~airlied/linux
3252 S:      Maintained
3253 F:      drivers/gpu/drm/
3254 F:      drivers/gpu/vga/
3255 F:      include/drm/
3256 F:      include/uapi/drm/
3257
3258 RADEON DRM DRIVERS
3259 M:      Alex Deucher <alexander.deucher@amd.com>
3260 M:      Christian König <christian.koenig@amd.com>
3261 L:      dri-devel@lists.freedesktop.org
3262 T:      git git://people.freedesktop.org/~agd5f/linux
3263 S:      Supported
3264 F:      drivers/gpu/drm/radeon/
3265 F:      include/uapi/drm/radeon*
3266
3267 DRM PANEL DRIVERS
3268 M:      Thierry Reding <thierry.reding@gmail.com>
3269 L:      dri-devel@lists.freedesktop.org
3270 T:      git git://anongit.freedesktop.org/tegra/linux.git
3271 S:      Maintained
3272 F:      drivers/gpu/drm/drm_panel.c
3273 F:      drivers/gpu/drm/panel/
3274 F:      include/drm/drm_panel.h
3275 F:      Documentation/devicetree/bindings/panel/
3276
3277 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3278 M:      Daniel Vetter <daniel.vetter@intel.com>
3279 M:      Jani Nikula <jani.nikula@linux.intel.com>
3280 L:      intel-gfx@lists.freedesktop.org
3281 L:      dri-devel@lists.freedesktop.org
3282 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3283 T:      git git://anongit.freedesktop.org/drm-intel
3284 S:      Supported
3285 F:      drivers/gpu/drm/i915/
3286 F:      include/drm/i915*
3287 F:      include/uapi/drm/i915*
3288
3289 DRM DRIVERS FOR EXYNOS
3290 M:      Inki Dae <inki.dae@samsung.com>
3291 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3292 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3293 M:      Kyungmin Park <kyungmin.park@samsung.com>
3294 L:      dri-devel@lists.freedesktop.org
3295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3296 S:      Supported
3297 F:      drivers/gpu/drm/exynos/
3298 F:      include/drm/exynos*
3299 F:      include/uapi/drm/exynos*
3300
3301 DRM DRIVERS FOR FREESCALE IMX
3302 M:      Philipp Zabel <p.zabel@pengutronix.de>
3303 L:      dri-devel@lists.freedesktop.org
3304 S:      Maintained
3305 F:      drivers/gpu/drm/imx/
3306 F:      Documentation/devicetree/bindings/drm/imx/
3307
3308 DRM DRIVERS FOR NVIDIA TEGRA
3309 M:      Thierry Reding <thierry.reding@gmail.com>
3310 M:      Terje Bergström <tbergstrom@nvidia.com>
3311 L:      dri-devel@lists.freedesktop.org
3312 L:      linux-tegra@vger.kernel.org
3313 T:      git git://anongit.freedesktop.org/tegra/linux.git
3314 S:      Supported
3315 F:      drivers/gpu/drm/tegra/
3316 F:      drivers/gpu/host1x/
3317 F:      include/linux/host1x.h
3318 F:      include/uapi/drm/tegra_drm.h
3319 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3320
3321 DRM DRIVERS FOR RENESAS
3322 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3323 L:      dri-devel@lists.freedesktop.org
3324 L:      linux-sh@vger.kernel.org
3325 T:      git git://people.freedesktop.org/~airlied/linux
3326 S:      Supported
3327 F:      drivers/gpu/drm/rcar-du/
3328 F:      drivers/gpu/drm/shmobile/
3329 F:      include/linux/platform_data/rcar-du.h
3330 F:      include/linux/platform_data/shmob_drm.h
3331
3332 DSBR100 USB FM RADIO DRIVER
3333 M:      Alexey Klimov <klimov.linux@gmail.com>
3334 L:      linux-media@vger.kernel.org
3335 T:      git git://linuxtv.org/media_tree.git
3336 S:      Maintained
3337 F:      drivers/media/radio/dsbr100.c
3338
3339 DSCC4 DRIVER
3340 M:      Francois Romieu <romieu@fr.zoreil.com>
3341 L:      netdev@vger.kernel.org
3342 S:      Maintained
3343 F:      drivers/net/wan/dscc4.c
3344
3345 DVB_USB_AF9015 MEDIA DRIVER
3346 M:      Antti Palosaari <crope@iki.fi>
3347 L:      linux-media@vger.kernel.org
3348 W:      http://linuxtv.org/
3349 W:      http://palosaari.fi/linux/
3350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3351 T:      git git://linuxtv.org/anttip/media_tree.git
3352 S:      Maintained
3353 F:      drivers/media/usb/dvb-usb-v2/af9015*
3354
3355 DVB_USB_AF9035 MEDIA DRIVER
3356 M:      Antti Palosaari <crope@iki.fi>
3357 L:      linux-media@vger.kernel.org
3358 W:      http://linuxtv.org/
3359 W:      http://palosaari.fi/linux/
3360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3361 T:      git git://linuxtv.org/anttip/media_tree.git
3362 S:      Maintained
3363 F:      drivers/media/usb/dvb-usb-v2/af9035*
3364
3365 DVB_USB_ANYSEE MEDIA DRIVER
3366 M:      Antti Palosaari <crope@iki.fi>
3367 L:      linux-media@vger.kernel.org
3368 W:      http://linuxtv.org/
3369 W:      http://palosaari.fi/linux/
3370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3371 T:      git git://linuxtv.org/anttip/media_tree.git
3372 S:      Maintained
3373 F:      drivers/media/usb/dvb-usb-v2/anysee*
3374
3375 DVB_USB_AU6610 MEDIA DRIVER
3376 M:      Antti Palosaari <crope@iki.fi>
3377 L:      linux-media@vger.kernel.org
3378 W:      http://linuxtv.org/
3379 W:      http://palosaari.fi/linux/
3380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3381 T:      git git://linuxtv.org/anttip/media_tree.git
3382 S:      Maintained
3383 F:      drivers/media/usb/dvb-usb-v2/au6610*
3384
3385 DVB_USB_CE6230 MEDIA DRIVER
3386 M:      Antti Palosaari <crope@iki.fi>
3387 L:      linux-media@vger.kernel.org
3388 W:      http://linuxtv.org/
3389 W:      http://palosaari.fi/linux/
3390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3391 T:      git git://linuxtv.org/anttip/media_tree.git
3392 S:      Maintained
3393 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3394
3395 DVB_USB_CXUSB MEDIA DRIVER
3396 M:      Michael Krufky <mkrufky@linuxtv.org>
3397 L:      linux-media@vger.kernel.org
3398 W:      http://linuxtv.org/
3399 W:      http://github.com/mkrufky
3400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3401 T:      git git://linuxtv.org/media_tree.git
3402 S:      Maintained
3403 F:      drivers/media/usb/dvb-usb/cxusb*
3404
3405 DVB_USB_EC168 MEDIA DRIVER
3406 M:      Antti Palosaari <crope@iki.fi>
3407 L:      linux-media@vger.kernel.org
3408 W:      http://linuxtv.org/
3409 W:      http://palosaari.fi/linux/
3410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3411 T:      git git://linuxtv.org/anttip/media_tree.git
3412 S:      Maintained
3413 F:      drivers/media/usb/dvb-usb-v2/ec168*
3414
3415 DVB_USB_GL861 MEDIA DRIVER
3416 M:      Antti Palosaari <crope@iki.fi>
3417 L:      linux-media@vger.kernel.org
3418 W:      http://linuxtv.org/
3419 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3420 T:      git git://linuxtv.org/anttip/media_tree.git
3421 S:      Maintained
3422 F:      drivers/media/usb/dvb-usb-v2/gl861*
3423
3424 DVB_USB_MXL111SF MEDIA DRIVER
3425 M:      Michael Krufky <mkrufky@linuxtv.org>
3426 L:      linux-media@vger.kernel.org
3427 W:      http://linuxtv.org/
3428 W:      http://github.com/mkrufky
3429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3430 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3431 S:      Maintained
3432 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3433
3434 DVB_USB_RTL28XXU MEDIA DRIVER
3435 M:      Antti Palosaari <crope@iki.fi>
3436 L:      linux-media@vger.kernel.org
3437 W:      http://linuxtv.org/
3438 W:      http://palosaari.fi/linux/
3439 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3440 T:      git git://linuxtv.org/anttip/media_tree.git
3441 S:      Maintained
3442 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3443
3444 DVB_USB_V2 MEDIA DRIVER
3445 M:      Antti Palosaari <crope@iki.fi>
3446 L:      linux-media@vger.kernel.org
3447 W:      http://linuxtv.org/
3448 W:      http://palosaari.fi/linux/
3449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3450 T:      git git://linuxtv.org/anttip/media_tree.git
3451 S:      Maintained
3452 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3453 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3454
3455 DYNAMIC DEBUG
3456 M:      Jason Baron <jbaron@akamai.com>
3457 S:      Maintained
3458 F:      lib/dynamic_debug.c
3459 F:      include/linux/dynamic_debug.h
3460
3461 DZ DECSTATION DZ11 SERIAL DRIVER
3462 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3463 S:      Maintained
3464 F:      drivers/tty/serial/dz.*
3465
3466 E4000 MEDIA DRIVER
3467 M:      Antti Palosaari <crope@iki.fi>
3468 L:      linux-media@vger.kernel.org
3469 W:      http://linuxtv.org/
3470 W:      http://palosaari.fi/linux/
3471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3472 T:      git git://linuxtv.org/anttip/media_tree.git
3473 S:      Maintained
3474 F:      drivers/media/tuners/e4000*
3475
3476 EATA ISA/EISA/PCI SCSI DRIVER
3477 M:      Dario Ballabio <ballabio_dario@emc.com>
3478 L:      linux-scsi@vger.kernel.org
3479 S:      Maintained
3480 F:      drivers/scsi/eata.c
3481
3482 EC100 MEDIA DRIVER
3483 M:      Antti Palosaari <crope@iki.fi>
3484 L:      linux-media@vger.kernel.org
3485 W:      http://linuxtv.org/
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/dvb-frontends/ec100*
3491
3492 ECRYPT FILE SYSTEM
3493 M:      Tyler Hicks <tyhicks@canonical.com>
3494 L:      ecryptfs@vger.kernel.org
3495 W:      http://ecryptfs.org
3496 W:      https://launchpad.net/ecryptfs
3497 S:      Supported
3498 F:      Documentation/filesystems/ecryptfs.txt
3499 F:      fs/ecryptfs/
3500
3501 EDAC-CORE
3502 M:      Doug Thompson <dougthompson@xmission.com>
3503 M:      Borislav Petkov <bp@alien8.de>
3504 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3505 L:      linux-edac@vger.kernel.org
3506 W:      bluesmoke.sourceforge.net
3507 S:      Supported
3508 F:      Documentation/edac.txt
3509 F:      drivers/edac/
3510 F:      include/linux/edac.h
3511
3512 EDAC-AMD64
3513 M:      Doug Thompson <dougthompson@xmission.com>
3514 M:      Borislav Petkov <bp@alien8.de>
3515 L:      linux-edac@vger.kernel.org
3516 W:      bluesmoke.sourceforge.net
3517 S:      Maintained
3518 F:      drivers/edac/amd64_edac*
3519
3520 EDAC-CALXEDA
3521 M:      Doug Thompson <dougthompson@xmission.com>
3522 M:      Robert Richter <rric@kernel.org>
3523 L:      linux-edac@vger.kernel.org
3524 W:      bluesmoke.sourceforge.net
3525 S:      Maintained
3526 F:      drivers/edac/highbank*
3527
3528 EDAC-CAVIUM
3529 M:      Ralf Baechle <ralf@linux-mips.org>
3530 M:      David Daney <david.daney@cavium.com>
3531 L:      linux-edac@vger.kernel.org
3532 L:      linux-mips@linux-mips.org
3533 W:      bluesmoke.sourceforge.net
3534 S:      Supported
3535 F:      drivers/edac/octeon_edac*
3536
3537 EDAC-E752X
3538 M:      Mark Gross <mark.gross@intel.com>
3539 M:      Doug Thompson <dougthompson@xmission.com>
3540 L:      linux-edac@vger.kernel.org
3541 W:      bluesmoke.sourceforge.net
3542 S:      Maintained
3543 F:      drivers/edac/e752x_edac.c
3544
3545 EDAC-E7XXX
3546 M:      Doug Thompson <dougthompson@xmission.com>
3547 L:      linux-edac@vger.kernel.org
3548 W:      bluesmoke.sourceforge.net
3549 S:      Maintained
3550 F:      drivers/edac/e7xxx_edac.c
3551
3552 EDAC-GHES
3553 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3554 L:      linux-edac@vger.kernel.org
3555 W:      bluesmoke.sourceforge.net
3556 S:      Maintained
3557 F:      drivers/edac/ghes_edac.c
3558
3559 EDAC-I82443BXGX
3560 M:      Tim Small <tim@buttersideup.com>
3561 L:      linux-edac@vger.kernel.org
3562 W:      bluesmoke.sourceforge.net
3563 S:      Maintained
3564 F:      drivers/edac/i82443bxgx_edac.c
3565
3566 EDAC-I3000
3567 M:      Jason Uhlenkott <juhlenko@akamai.com>
3568 L:      linux-edac@vger.kernel.org
3569 W:      bluesmoke.sourceforge.net
3570 S:      Maintained
3571 F:      drivers/edac/i3000_edac.c
3572
3573 EDAC-I5000
3574 M:      Doug Thompson <dougthompson@xmission.com>
3575 L:      linux-edac@vger.kernel.org
3576 W:      bluesmoke.sourceforge.net
3577 S:      Maintained
3578 F:      drivers/edac/i5000_edac.c
3579
3580 EDAC-I5400
3581 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3582 L:      linux-edac@vger.kernel.org
3583 W:      bluesmoke.sourceforge.net
3584 S:      Maintained
3585 F:      drivers/edac/i5400_edac.c
3586
3587 EDAC-I7300
3588 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3589 L:      linux-edac@vger.kernel.org
3590 W:      bluesmoke.sourceforge.net
3591 S:      Maintained
3592 F:      drivers/edac/i7300_edac.c
3593
3594 EDAC-I7CORE
3595 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3596 L:      linux-edac@vger.kernel.org
3597 W:      bluesmoke.sourceforge.net
3598 S:      Maintained
3599 F:      drivers/edac/i7core_edac.c
3600
3601 EDAC-I82975X
3602 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3603 M:      "Arvind R." <arvino55@gmail.com>
3604 L:      linux-edac@vger.kernel.org
3605 W:      bluesmoke.sourceforge.net
3606 S:      Maintained
3607 F:      drivers/edac/i82975x_edac.c
3608
3609 EDAC-IE31200
3610 M:      Jason Baron <jbaron@akamai.com>
3611 L:      linux-edac@vger.kernel.org
3612 W:      bluesmoke.sourceforge.net
3613 S:      Maintained
3614 F:      drivers/edac/ie31200_edac.c
3615
3616 EDAC-MPC85XX
3617 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3618 L:      linux-edac@vger.kernel.org
3619 W:      bluesmoke.sourceforge.net
3620 S:      Maintained
3621 F:      drivers/edac/mpc85xx_edac.[ch]
3622
3623 EDAC-PASEMI
3624 M:      Egor Martovetsky <egor@pasemi.com>
3625 L:      linux-edac@vger.kernel.org
3626 W:      bluesmoke.sourceforge.net
3627 S:      Maintained
3628 F:      drivers/edac/pasemi_edac.c
3629
3630 EDAC-R82600
3631 M:      Tim Small <tim@buttersideup.com>
3632 L:      linux-edac@vger.kernel.org
3633 W:      bluesmoke.sourceforge.net
3634 S:      Maintained
3635 F:      drivers/edac/r82600_edac.c
3636
3637 EDAC-SBRIDGE
3638 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3639 L:      linux-edac@vger.kernel.org
3640 W:      bluesmoke.sourceforge.net
3641 S:      Maintained
3642 F:      drivers/edac/sb_edac.c
3643
3644 EDIROL UA-101/UA-1000 DRIVER
3645 M:      Clemens Ladisch <clemens@ladisch.de>
3646 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3647 T:      git git://git.alsa-project.org/alsa-kernel.git
3648 S:      Maintained
3649 F:      sound/usb/misc/ua101.c
3650
3651 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3652 M:      Matt Fleming <matt.fleming@intel.com>
3653 L:      linux-efi@vger.kernel.org
3654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3655 S:      Maintained
3656 F:      Documentation/efi-stub.txt
3657 F:      arch/ia64/kernel/efi.c
3658 F:      arch/x86/boot/compressed/eboot.[ch]
3659 F:      arch/x86/include/asm/efi.h
3660 F:      arch/x86/platform/efi/*
3661 F:      drivers/firmware/efi/*
3662 F:      include/linux/efi*.h
3663
3664 EFI VARIABLE FILESYSTEM
3665 M:      Matthew Garrett <matthew.garrett@nebula.com>
3666 M:      Jeremy Kerr <jk@ozlabs.org>
3667 M:      Matt Fleming <matt.fleming@intel.com>
3668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3669 L:      linux-efi@vger.kernel.org
3670 S:      Maintained
3671 F:      fs/efivarfs/
3672
3673 EFIFB FRAMEBUFFER DRIVER
3674 L:      linux-fbdev@vger.kernel.org
3675 M:      Peter Jones <pjones@redhat.com>
3676 S:      Maintained
3677 F:      drivers/video/fbdev/efifb.c
3678
3679 EFS FILESYSTEM
3680 W:      http://aeschi.ch.eu.org/efs/
3681 S:      Orphan
3682 F:      fs/efs/
3683
3684 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3685 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3686 M:      Christoph Raisch <raisch@de.ibm.com>
3687 L:      linux-rdma@vger.kernel.org
3688 S:      Supported
3689 F:      drivers/infiniband/hw/ehca/
3690
3691 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3692 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3693 L:      netdev@vger.kernel.org
3694 S:      Maintained
3695 F:      drivers/net/ethernet/ibm/ehea/
3696
3697 EM28XX VIDEO4LINUX DRIVER
3698 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3699 L:      linux-media@vger.kernel.org
3700 W:      http://linuxtv.org
3701 T:      git git://linuxtv.org/media_tree.git
3702 S:      Maintained
3703 F:      drivers/media/usb/em28xx/
3704
3705 EMBEDDED LINUX
3706 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3707 M:      Matt Mackall <mpm@selenic.com>
3708 M:      David Woodhouse <dwmw2@infradead.org>
3709 L:      linux-embedded@vger.kernel.org
3710 S:      Maintained
3711
3712 EMULEX LPFC FC SCSI DRIVER
3713 M:      James Smart <james.smart@emulex.com>
3714 L:      linux-scsi@vger.kernel.org
3715 W:      http://sourceforge.net/projects/lpfcxxxx
3716 S:      Supported
3717 F:      drivers/scsi/lpfc/
3718
3719 ENE CB710 FLASH CARD READER DRIVER
3720 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3721 S:      Maintained
3722 F:      drivers/misc/cb710/
3723 F:      drivers/mmc/host/cb710-mmc.*
3724 F:      include/linux/cb710.h
3725
3726 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3727 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3728 S:      Maintained
3729 F:      drivers/media/rc/ene_ir.*
3730
3731 ENHANCED ERROR HANDLING (EEH)
3732 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3733 L:      linuxppc-dev@lists.ozlabs.org
3734 S:      Supported
3735 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3736 F:      arch/powerpc/kernel/eeh*.c
3737
3738 EPSON S1D13XXX FRAMEBUFFER DRIVER
3739 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3740 S:      Maintained
3741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3742 F:      drivers/video/fbdev/s1d13xxxfb.c
3743 F:      include/video/s1d13xxxfb.h
3744
3745 ET131X NETWORK DRIVER
3746 M:      Mark Einon <mark.einon@gmail.com>
3747 S:      Odd Fixes
3748 F:      drivers/net/ethernet/agere/
3749
3750 ETHERNET BRIDGE
3751 M:      Stephen Hemminger <stephen@networkplumber.org>
3752 L:      bridge@lists.linux-foundation.org
3753 L:      netdev@vger.kernel.org
3754 W:      http://www.linuxfoundation.org/en/Net:Bridge
3755 S:      Maintained
3756 F:      include/linux/netfilter_bridge/
3757 F:      net/bridge/
3758
3759 ETHERNET PHY LIBRARY
3760 M:      Florian Fainelli <f.fainelli@gmail.com>
3761 L:      netdev@vger.kernel.org
3762 S:      Maintained
3763 F:      include/linux/phy.h
3764 F:      include/linux/phy_fixed.h
3765 F:      drivers/net/phy/
3766 F:      Documentation/networking/phy.txt
3767 F:      drivers/of/of_mdio.c
3768 F:      drivers/of/of_net.c
3769
3770 EXT2 FILE SYSTEM
3771 M:      Jan Kara <jack@suse.cz>
3772 L:      linux-ext4@vger.kernel.org
3773 S:      Maintained
3774 F:      Documentation/filesystems/ext2.txt
3775 F:      fs/ext2/
3776 F:      include/linux/ext2*
3777
3778 EXT3 FILE SYSTEM
3779 M:      Jan Kara <jack@suse.cz>
3780 M:      Andrew Morton <akpm@linux-foundation.org>
3781 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3782 L:      linux-ext4@vger.kernel.org
3783 S:      Maintained
3784 F:      Documentation/filesystems/ext3.txt
3785 F:      fs/ext3/
3786
3787 EXT4 FILE SYSTEM
3788 M:      "Theodore Ts'o" <tytso@mit.edu>
3789 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3790 L:      linux-ext4@vger.kernel.org
3791 W:      http://ext4.wiki.kernel.org
3792 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3793 S:      Maintained
3794 F:      Documentation/filesystems/ext4.txt
3795 F:      fs/ext4/
3796
3797 Extended Verification Module (EVM)
3798 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3799 L:      linux-ima-devel@lists.sourceforge.net
3800 L:      linux-security-module@vger.kernel.org
3801 S:      Supported
3802 F:      security/integrity/evm/
3803
3804 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3805 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3806 M:      Chanwoo Choi <cw00.choi@samsung.com>
3807 L:      linux-kernel@vger.kernel.org
3808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3809 S:      Maintained
3810 F:      drivers/extcon/
3811 F:      Documentation/extcon/
3812
3813 EXYNOS DP DRIVER
3814 M:      Jingoo Han <jg1.han@samsung.com>
3815 L:      dri-devel@lists.freedesktop.org
3816 S:      Maintained
3817 F:      drivers/gpu/drm/exynos/exynos_dp*
3818
3819 EXYNOS MIPI DISPLAY DRIVERS
3820 M:      Inki Dae <inki.dae@samsung.com>
3821 M:      Donghwa Lee <dh09.lee@samsung.com>
3822 M:      Kyungmin Park <kyungmin.park@samsung.com>
3823 L:      linux-fbdev@vger.kernel.org
3824 S:      Maintained
3825 F:      drivers/video/fbdev/exynos/exynos_mipi*
3826 F:      include/video/exynos_mipi*
3827
3828 F71805F HARDWARE MONITORING DRIVER
3829 M:      Jean Delvare <jdelvare@suse.de>
3830 L:      lm-sensors@lm-sensors.org
3831 S:      Maintained
3832 F:      Documentation/hwmon/f71805f
3833 F:      drivers/hwmon/f71805f.c
3834
3835 FC0011 TUNER DRIVER
3836 M:      Michael Buesch <m@bues.ch>
3837 L:      linux-media@vger.kernel.org
3838 S:      Maintained
3839 F:      drivers/media/tuners/fc0011.h
3840 F:      drivers/media/tuners/fc0011.c
3841
3842 FC2580 MEDIA DRIVER
3843 M:      Antti Palosaari <crope@iki.fi>
3844 L:      linux-media@vger.kernel.org
3845 W:      http://linuxtv.org/
3846 W:      http://palosaari.fi/linux/
3847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3848 T:      git git://linuxtv.org/anttip/media_tree.git
3849 S:      Maintained
3850 F:      drivers/media/tuners/fc2580*
3851
3852 FANOTIFY
3853 M:      Eric Paris <eparis@redhat.com>
3854 S:      Maintained
3855 F:      fs/notify/fanotify/
3856 F:      include/linux/fanotify.h
3857 F:      include/uapi/linux/fanotify.h
3858
3859 FARSYNC SYNCHRONOUS DRIVER
3860 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3861 W:      http://www.farsite.co.uk/
3862 S:      Supported
3863 F:      drivers/net/wan/farsync.*
3864
3865 FAULT INJECTION SUPPORT
3866 M:      Akinobu Mita <akinobu.mita@gmail.com>
3867 S:      Supported
3868 F:      Documentation/fault-injection/
3869 F:      lib/fault-inject.c
3870
3871 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3872 M:      Robert Love <robert.w.love@intel.com>
3873 L:      fcoe-devel@open-fcoe.org
3874 W:      www.Open-FCoE.org
3875 S:      Supported
3876 F:      drivers/scsi/libfc/
3877 F:      drivers/scsi/fcoe/
3878 F:      include/scsi/fc/
3879 F:      include/scsi/libfc.h
3880 F:      include/scsi/libfcoe.h
3881 F:      include/uapi/scsi/fc/
3882
3883 FILE LOCKING (flock() and fcntl()/lockf())
3884 M:      Jeff Layton <jlayton@poochiereds.net>
3885 M:      J. Bruce Fields <bfields@fieldses.org>
3886 L:      linux-fsdevel@vger.kernel.org
3887 S:      Maintained
3888 F:      include/linux/fcntl.h
3889 F:      include/linux/fs.h
3890 F:      include/uapi/linux/fcntl.h
3891 F:      include/uapi/linux/fs.h
3892 F:      fs/fcntl.c
3893 F:      fs/locks.c
3894
3895 FILESYSTEMS (VFS and infrastructure)
3896 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3897 L:      linux-fsdevel@vger.kernel.org
3898 S:      Maintained
3899 F:      fs/*
3900
3901 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3902 M:      Riku Voipio <riku.voipio@iki.fi>
3903 L:      lm-sensors@lm-sensors.org
3904 S:      Maintained
3905 F:      drivers/hwmon/f75375s.c
3906 F:      include/linux/f75375s.h
3907
3908 FIREWIRE AUDIO DRIVERS
3909 M:      Clemens Ladisch <clemens@ladisch.de>
3910 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3911 T:      git git://git.alsa-project.org/alsa-kernel.git
3912 S:      Maintained
3913 F:      sound/firewire/
3914
3915 FIREWIRE MEDIA DRIVERS (firedtv)
3916 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3917 L:      linux-media@vger.kernel.org
3918 L:      linux1394-devel@lists.sourceforge.net
3919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3920 S:      Maintained
3921 F:      drivers/media/firewire/
3922
3923 FIREWIRE SBP-2 TARGET
3924 M:      Chris Boot <bootc@bootc.net>
3925 L:      linux-scsi@vger.kernel.org
3926 L:      target-devel@vger.kernel.org
3927 L:      linux1394-devel@lists.sourceforge.net
3928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3929 S:      Maintained
3930 F:      drivers/target/sbp/
3931
3932 FIREWIRE SUBSYSTEM
3933 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3934 L:      linux1394-devel@lists.sourceforge.net
3935 W:      http://ieee1394.wiki.kernel.org/
3936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3937 S:      Maintained
3938 F:      drivers/firewire/
3939 F:      include/linux/firewire.h
3940 F:      include/uapi/linux/firewire*.h
3941 F:      tools/firewire/
3942
3943 FIRMWARE LOADER (request_firmware)
3944 M:      Ming Lei <ming.lei@canonical.com>
3945 L:      linux-kernel@vger.kernel.org
3946 S:      Maintained
3947 F:      Documentation/firmware_class/
3948 F:      drivers/base/firmware*.c
3949 F:      include/linux/firmware.h
3950
3951 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3952 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3953 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3954 S:      Maintained
3955 F:      drivers/block/rsxx/
3956
3957 FLOPPY DRIVER
3958 M:      Jiri Kosina <jkosina@suse.cz>
3959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3960 S:      Odd fixes
3961 F:      drivers/block/floppy.c
3962
3963 FMC SUBSYSTEM
3964 M:      Alessandro Rubini <rubini@gnudd.com>
3965 W:      http://www.ohwr.org/projects/fmc-bus
3966 S:      Supported
3967 F:      drivers/fmc/
3968 F:      include/linux/fmc*.h
3969 F:      include/linux/ipmi-fru.h
3970 K:      fmc_d.*register
3971
3972 FPU EMULATOR
3973 M:      Bill Metzenthen <billm@melbpc.org.au>
3974 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3975 S:      Maintained
3976 F:      arch/x86/math-emu/
3977
3978 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3979 L:      netdev@vger.kernel.org
3980 S:      Orphan
3981 F:      drivers/net/wan/dlci.c
3982 F:      drivers/net/wan/sdla.c
3983
3984 FRAMEBUFFER LAYER
3985 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3986 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3987 L:      linux-fbdev@vger.kernel.org
3988 W:      http://linux-fbdev.sourceforge.net/
3989 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3991 S:      Maintained
3992 F:      Documentation/fb/
3993 F:      Documentation/devicetree/bindings/fb/
3994 F:      drivers/video/
3995 F:      include/video/
3996 F:      include/linux/fb.h
3997 F:      include/uapi/video/
3998 F:      include/uapi/linux/fb.h
3999
4000 FREESCALE DIU FRAMEBUFFER DRIVER
4001 M:      Timur Tabi <timur@tabi.org>
4002 L:      linux-fbdev@vger.kernel.org
4003 S:      Maintained
4004 F:      drivers/video/fbdev/fsl-diu-fb.*
4005
4006 FREESCALE DMA DRIVER
4007 M:      Li Yang <leoli@freescale.com>
4008 M:      Zhang Wei <zw@zh-kernel.org>
4009 L:      linuxppc-dev@lists.ozlabs.org
4010 S:      Maintained
4011 F:      drivers/dma/fsldma.*
4012
4013 FREESCALE I2C CPM DRIVER
4014 M:      Jochen Friedrich <jochen@scram.de>
4015 L:      linuxppc-dev@lists.ozlabs.org
4016 L:      linux-i2c@vger.kernel.org
4017 S:      Maintained
4018 F:      drivers/i2c/busses/i2c-cpm.c
4019
4020 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4021 M:      Sascha Hauer <kernel@pengutronix.de>
4022 L:      linux-fbdev@vger.kernel.org
4023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4024 S:      Maintained
4025 F:      include/linux/platform_data/video-imxfb.h
4026 F:      drivers/video/fbdev/imxfb.c
4027
4028 FREESCALE SOC FS_ENET DRIVER
4029 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4030 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4031 L:      linuxppc-dev@lists.ozlabs.org
4032 L:      netdev@vger.kernel.org
4033 S:      Maintained
4034 F:      drivers/net/ethernet/freescale/fs_enet/
4035 F:      include/linux/fs_enet_pd.h
4036
4037 FREESCALE QUICC ENGINE LIBRARY
4038 L:      linuxppc-dev@lists.ozlabs.org
4039 S:      Orphan
4040 F:      arch/powerpc/sysdev/qe_lib/
4041 F:      arch/powerpc/include/asm/*qe.h
4042
4043 FREESCALE USB PERIPHERAL DRIVERS
4044 M:      Li Yang <leoli@freescale.com>
4045 L:      linux-usb@vger.kernel.org
4046 L:      linuxppc-dev@lists.ozlabs.org
4047 S:      Maintained
4048 F:      drivers/usb/gadget/udc/fsl*
4049
4050 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4051 M:      Li Yang <leoli@freescale.com>
4052 L:      netdev@vger.kernel.org
4053 L:      linuxppc-dev@lists.ozlabs.org
4054 S:      Maintained
4055 F:      drivers/net/ethernet/freescale/ucc_geth*
4056
4057 FREESCALE QUICC ENGINE UCC UART DRIVER
4058 M:      Timur Tabi <timur@tabi.org>
4059 L:      linuxppc-dev@lists.ozlabs.org
4060 S:      Maintained
4061 F:      drivers/tty/serial/ucc_uart.c
4062
4063 FREESCALE SOC SOUND DRIVERS
4064 M:      Timur Tabi <timur@tabi.org>
4065 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4066 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4067 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4068 L:      linuxppc-dev@lists.ozlabs.org
4069 S:      Maintained
4070 F:      sound/soc/fsl/fsl*
4071 F:      sound/soc/fsl/imx*
4072 F:      sound/soc/fsl/mpc8610_hpcd.c
4073
4074 FREEVXFS FILESYSTEM
4075 M:      Christoph Hellwig <hch@infradead.org>
4076 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4077 S:      Maintained
4078 F:      fs/freevxfs/
4079
4080 FREEZER
4081 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4082 M:      Pavel Machek <pavel@ucw.cz>
4083 L:      linux-pm@vger.kernel.org
4084 S:      Supported
4085 F:      Documentation/power/freezing-of-tasks.txt
4086 F:      include/linux/freezer.h
4087 F:      kernel/freezer.c
4088
4089 FRONTSWAP API
4090 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4091 L:      linux-kernel@vger.kernel.org
4092 S:      Maintained
4093 F:      mm/frontswap.c
4094 F:      include/linux/frontswap.h
4095
4096 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4097 M:      David Howells <dhowells@redhat.com>
4098 L:      linux-cachefs@redhat.com
4099 S:      Supported
4100 F:      Documentation/filesystems/caching/
4101 F:      fs/fscache/
4102 F:      include/linux/fscache*.h
4103
4104 F2FS FILE SYSTEM
4105 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4106 M:      Changman Lee <cm224.lee@samsung.com>
4107 L:      linux-f2fs-devel@lists.sourceforge.net
4108 W:      http://en.wikipedia.org/wiki/F2FS
4109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4110 S:      Maintained
4111 F:      Documentation/filesystems/f2fs.txt
4112 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4113 F:      fs/f2fs/
4114 F:      include/linux/f2fs_fs.h
4115
4116 FUJITSU FR-V (FRV) PORT
4117 M:      David Howells <dhowells@redhat.com>
4118 S:      Maintained
4119 F:      arch/frv/
4120
4121 FUJITSU LAPTOP EXTRAS
4122 M:      Jonathan Woithe <jwoithe@just42.net>
4123 L:      platform-driver-x86@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/platform/x86/fujitsu-laptop.c
4126
4127 FUJITSU M-5MO LS CAMERA ISP DRIVER
4128 M:      Kyungmin Park <kyungmin.park@samsung.com>
4129 M:      Heungjun Kim <riverful.kim@samsung.com>
4130 L:      linux-media@vger.kernel.org
4131 S:      Maintained
4132 F:      drivers/media/i2c/m5mols/
4133 F:      include/media/m5mols.h
4134
4135 FUJITSU TABLET EXTRAS
4136 M:      Robert Gerlach <khnz@gmx.de>
4137 L:      platform-driver-x86@vger.kernel.org
4138 S:      Maintained
4139 F:      drivers/platform/x86/fujitsu-tablet.c
4140
4141 FUSE: FILESYSTEM IN USERSPACE
4142 M:      Miklos Szeredi <miklos@szeredi.hu>
4143 L:      fuse-devel@lists.sourceforge.net
4144 W:      http://fuse.sourceforge.net/
4145 S:      Maintained
4146 F:      fs/fuse/
4147 F:      include/uapi/linux/fuse.h
4148
4149 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4150 M:      Rik Faith <faith@cs.unc.edu>
4151 L:      linux-scsi@vger.kernel.org
4152 S:      Odd Fixes (e.g., new signatures)
4153 F:      drivers/scsi/fdomain.*
4154
4155 GCOV BASED KERNEL PROFILING
4156 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4157 S:      Maintained
4158 F:      kernel/gcov/
4159 F:      Documentation/gcov.txt
4160
4161 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4162 M:      Achim Leubner <achim_leubner@adaptec.com>
4163 L:      linux-scsi@vger.kernel.org
4164 W:      http://www.icp-vortex.com/
4165 S:      Supported
4166 F:      drivers/scsi/gdt*
4167
4168 GEMTEK FM RADIO RECEIVER DRIVER
4169 M:      Hans Verkuil <hverkuil@xs4all.nl>
4170 L:      linux-media@vger.kernel.org
4171 T:      git git://linuxtv.org/media_tree.git
4172 W:      http://linuxtv.org
4173 S:      Maintained
4174 F:      drivers/media/radio/radio-gemtek*
4175
4176 GENERIC GPIO I2C DRIVER
4177 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4178 S:      Supported
4179 F:      drivers/i2c/busses/i2c-gpio.c
4180 F:      include/linux/i2c-gpio.h
4181
4182 GENERIC GPIO I2C MULTIPLEXER DRIVER
4183 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4184 L:      linux-i2c@vger.kernel.org
4185 S:      Supported
4186 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4187 F:      include/linux/i2c-mux-gpio.h
4188 F:      Documentation/i2c/muxes/i2c-mux-gpio
4189
4190 GENERIC HDLC (WAN) DRIVERS
4191 M:      Krzysztof Halasa <khc@pm.waw.pl>
4192 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4193 S:      Maintained
4194 F:      drivers/net/wan/c101.c
4195 F:      drivers/net/wan/hd6457*
4196 F:      drivers/net/wan/hdlc*
4197 F:      drivers/net/wan/n2.c
4198 F:      drivers/net/wan/pc300too.c
4199 F:      drivers/net/wan/pci200syn.c
4200 F:      drivers/net/wan/wanxl*
4201
4202 GENERIC INCLUDE/ASM HEADER FILES
4203 M:      Arnd Bergmann <arnd@arndb.de>
4204 L:      linux-arch@vger.kernel.org
4205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4206 S:      Maintained
4207 F:      include/asm-generic/
4208 F:      include/uapi/asm-generic/
4209
4210 GENERIC PHY FRAMEWORK
4211 M:      Kishon Vijay Abraham I <kishon@ti.com>
4212 L:      linux-kernel@vger.kernel.org
4213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4214 S:      Supported
4215 F:      drivers/phy/
4216 F:      include/linux/phy/
4217
4218 GENERIC UIO DRIVER FOR PCI DEVICES
4219 M:      "Michael S. Tsirkin" <mst@redhat.com>
4220 L:      kvm@vger.kernel.org
4221 S:      Supported
4222 F:      drivers/uio/uio_pci_generic.c
4223
4224 GET_MAINTAINER SCRIPT
4225 M:      Joe Perches <joe@perches.com>
4226 S:      Maintained
4227 F:      scripts/get_maintainer.pl
4228
4229 GFS2 FILE SYSTEM
4230 M:      Steven Whitehouse <swhiteho@redhat.com>
4231 L:      cluster-devel@redhat.com
4232 W:      http://sources.redhat.com/cluster/
4233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4235 S:      Supported
4236 F:      Documentation/filesystems/gfs2*.txt
4237 F:      fs/gfs2/
4238 F:      include/uapi/linux/gfs2_ondisk.h
4239
4240 GIGASET ISDN DRIVERS
4241 M:      Hansjoerg Lipp <hjlipp@web.de>
4242 M:      Tilman Schmidt <tilman@imap.cc>
4243 L:      gigaset307x-common@lists.sourceforge.net
4244 W:      http://gigaset307x.sourceforge.net/
4245 S:      Maintained
4246 F:      Documentation/isdn/README.gigaset
4247 F:      drivers/isdn/gigaset/
4248 F:      include/uapi/linux/gigaset_dev.h
4249
4250 GO7007 MPEG CODEC
4251 M:      Hans Verkuil <hans.verkuil@cisco.com>
4252 L:      linux-media@vger.kernel.org
4253 S:      Maintained
4254 F:      drivers/media/usb/go7007/
4255
4256 GOODIX TOUCHSCREEN
4257 M:      Bastien Nocera <hadess@hadess.net>
4258 L:      linux-input@vger.kernel.org
4259 S:      Maintained
4260 F:      drivers/input/touchscreen/goodix.c
4261
4262 GPIO SUBSYSTEM
4263 M:      Linus Walleij <linus.walleij@linaro.org>
4264 M:      Alexandre Courbot <gnurou@gmail.com>
4265 L:      linux-gpio@vger.kernel.org
4266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4267 S:      Maintained
4268 F:      Documentation/gpio/
4269 F:      drivers/gpio/
4270 F:      include/linux/gpio/
4271 F:      include/linux/gpio.h
4272 F:      include/asm-generic/gpio.h
4273
4274 GRE DEMULTIPLEXER DRIVER
4275 M:      Dmitry Kozlov <xeb@mail.ru>
4276 L:      netdev@vger.kernel.org
4277 S:      Maintained
4278 F:      net/ipv4/gre_demux.c
4279 F:      net/ipv4/gre_offload.c
4280 F:      include/net/gre.h
4281
4282 GRETH 10/100/1G Ethernet MAC device driver
4283 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4284 L:      netdev@vger.kernel.org
4285 S:      Maintained
4286 F:      drivers/net/ethernet/aeroflex/
4287
4288 GSPCA FINEPIX SUBDRIVER
4289 M:      Frank Zago <frank@zago.net>
4290 L:      linux-media@vger.kernel.org
4291 T:      git git://linuxtv.org/media_tree.git
4292 S:      Maintained
4293 F:      drivers/media/usb/gspca/finepix.c
4294
4295 GSPCA GL860 SUBDRIVER
4296 M:      Olivier Lorin <o.lorin@laposte.net>
4297 L:      linux-media@vger.kernel.org
4298 T:      git git://linuxtv.org/media_tree.git
4299 S:      Maintained
4300 F:      drivers/media/usb/gspca/gl860/
4301
4302 GSPCA M5602 SUBDRIVER
4303 M:      Erik Andren <erik.andren@gmail.com>
4304 L:      linux-media@vger.kernel.org
4305 T:      git git://linuxtv.org/media_tree.git
4306 S:      Maintained
4307 F:      drivers/media/usb/gspca/m5602/
4308
4309 GSPCA PAC207 SONIXB SUBDRIVER
4310 M:      Hans de Goede <hdegoede@redhat.com>
4311 L:      linux-media@vger.kernel.org
4312 T:      git git://linuxtv.org/media_tree.git
4313 S:      Maintained
4314 F:      drivers/media/usb/gspca/pac207.c
4315
4316 GSPCA SN9C20X SUBDRIVER
4317 M:      Brian Johnson <brijohn@gmail.com>
4318 L:      linux-media@vger.kernel.org
4319 T:      git git://linuxtv.org/media_tree.git
4320 S:      Maintained
4321 F:      drivers/media/usb/gspca/sn9c20x.c
4322
4323 GSPCA T613 SUBDRIVER
4324 M:      Leandro Costantino <lcostantino@gmail.com>
4325 L:      linux-media@vger.kernel.org
4326 T:      git git://linuxtv.org/media_tree.git
4327 S:      Maintained
4328 F:      drivers/media/usb/gspca/t613.c
4329
4330 GSPCA USB WEBCAM DRIVER
4331 M:      Hans de Goede <hdegoede@redhat.com>
4332 L:      linux-media@vger.kernel.org
4333 T:      git git://linuxtv.org/media_tree.git
4334 S:      Maintained
4335 F:      drivers/media/usb/gspca/
4336
4337 GUID PARTITION TABLE (GPT)
4338 M:      Davidlohr Bueso <davidlohr@hp.com>
4339 L:      linux-efi@vger.kernel.org
4340 S:      Maintained
4341 F:      block/partitions/efi.*
4342
4343 STK1160 USB VIDEO CAPTURE DRIVER
4344 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4345 L:      linux-media@vger.kernel.org
4346 T:      git git://linuxtv.org/media_tree.git
4347 S:      Maintained
4348 F:      drivers/media/usb/stk1160/
4349
4350 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4351 M:      Frank Seidel <frank@f-seidel.de>
4352 L:      platform-driver-x86@vger.kernel.org
4353 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4354 S:      Maintained
4355 F:      drivers/platform/x86/hdaps.c
4356
4357 HDPVR USB VIDEO ENCODER DRIVER
4358 M:      Hans Verkuil <hverkuil@xs4all.nl>
4359 L:      linux-media@vger.kernel.org
4360 T:      git git://linuxtv.org/media_tree.git
4361 W:      http://linuxtv.org
4362 S:      Odd Fixes
4363 F:      drivers/media/usb/hdpvr/
4364
4365 HWPOISON MEMORY FAILURE HANDLING
4366 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4367 L:      linux-mm@kvack.org
4368 S:      Maintained
4369 F:      mm/memory-failure.c
4370 F:      mm/hwpoison-inject.c
4371
4372 HYPERVISOR VIRTUAL CONSOLE DRIVER
4373 L:      linuxppc-dev@lists.ozlabs.org
4374 S:      Odd Fixes
4375 F:      drivers/tty/hvc/
4376
4377 HACKRF MEDIA DRIVER
4378 M:      Antti Palosaari <crope@iki.fi>
4379 L:      linux-media@vger.kernel.org
4380 W:      http://linuxtv.org/
4381 W:      http://palosaari.fi/linux/
4382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4383 T:      git git://linuxtv.org/anttip/media_tree.git
4384 S:      Maintained
4385 F:      drivers/media/usb/hackrf/
4386
4387 HARDWARE MONITORING
4388 M:      Jean Delvare <jdelvare@suse.de>
4389 M:      Guenter Roeck <linux@roeck-us.net>
4390 L:      lm-sensors@lm-sensors.org
4391 W:      http://www.lm-sensors.org/
4392 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4394 S:      Maintained
4395 F:      Documentation/hwmon/
4396 F:      drivers/hwmon/
4397 F:      include/linux/hwmon*.h
4398
4399 HARDWARE RANDOM NUMBER GENERATOR CORE
4400 M:      Matt Mackall <mpm@selenic.com>
4401 M:      Herbert Xu <herbert@gondor.apana.org.au>
4402 S:      Odd fixes
4403 F:      Documentation/hw_random.txt
4404 F:      drivers/char/hw_random/
4405 F:      include/linux/hw_random.h
4406
4407 HARDWARE SPINLOCK CORE
4408 M:      Ohad Ben-Cohen <ohad@wizery.com>
4409 S:      Maintained
4410 F:      Documentation/hwspinlock.txt
4411 F:      drivers/hwspinlock/hwspinlock_*
4412 F:      include/linux/hwspinlock.h
4413
4414 HARMONY SOUND DRIVER
4415 L:      linux-parisc@vger.kernel.org
4416 S:      Maintained
4417 F:      sound/parisc/harmony.*
4418
4419 HD29L2 MEDIA DRIVER
4420 M:      Antti Palosaari <crope@iki.fi>
4421 L:      linux-media@vger.kernel.org
4422 W:      http://linuxtv.org/
4423 W:      http://palosaari.fi/linux/
4424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4425 T:      git git://linuxtv.org/anttip/media_tree.git
4426 S:      Maintained
4427 F:      drivers/media/dvb-frontends/hd29l2*
4428
4429 HEWLETT-PACKARD SMART2 RAID DRIVER
4430 L:      iss_storagedev@hp.com
4431 S:      Orphan
4432 F:      Documentation/blockdev/cpqarray.txt
4433 F:      drivers/block/cpqarray.*
4434
4435 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4436 M:      Don Brace <don.brace@pmcs.com>
4437 L:      iss_storagedev@hp.com
4438 L:      storagedev@pmcs.com
4439 L:      linux-scsi@vger.kernel.org
4440 S:      Supported
4441 F:      Documentation/scsi/hpsa.txt
4442 F:      drivers/scsi/hpsa*.[ch]
4443 F:      include/linux/cciss*.h
4444 F:      include/uapi/linux/cciss*.h
4445
4446 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4447 M:      Don Brace <don.brace@pmcs.com>
4448 L:      iss_storagedev@hp.com
4449 L:      storagedev@pmcs.com
4450 L:      linux-scsi@vger.kernel.org
4451 S:      Supported
4452 F:      Documentation/blockdev/cciss.txt
4453 F:      drivers/block/cciss*
4454 F:      include/linux/cciss_ioctl.h
4455 F:      include/uapi/linux/cciss_ioctl.h
4456
4457 HFS FILESYSTEM
4458 L:      linux-fsdevel@vger.kernel.org
4459 S:      Orphan
4460 F:      Documentation/filesystems/hfs.txt
4461 F:      fs/hfs/
4462
4463 HFSPLUS FILESYSTEM
4464 L:      linux-fsdevel@vger.kernel.org
4465 S:      Orphan
4466 F:      Documentation/filesystems/hfsplus.txt
4467 F:      fs/hfsplus/
4468
4469 HGA FRAMEBUFFER DRIVER
4470 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4471 L:      linux-nvidia@lists.surfsouth.com
4472 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4473 S:      Maintained
4474 F:      drivers/video/fbdev/hgafb.c
4475
4476 HIBERNATION (aka Software Suspend, aka swsusp)
4477 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4478 M:      Pavel Machek <pavel@ucw.cz>
4479 L:      linux-pm@vger.kernel.org
4480 S:      Supported
4481 F:      arch/x86/power/
4482 F:      drivers/base/power/
4483 F:      kernel/power/
4484 F:      include/linux/suspend.h
4485 F:      include/linux/freezer.h
4486 F:      include/linux/pm.h
4487 F:      arch/*/include/asm/suspend*.h
4488
4489 HID CORE LAYER
4490 M:      Jiri Kosina <jkosina@suse.cz>
4491 L:      linux-input@vger.kernel.org
4492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4493 S:      Maintained
4494 F:      drivers/hid/
4495 F:      include/linux/hid*
4496 F:      include/uapi/linux/hid*
4497
4498 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4499 M:      Thomas Gleixner <tglx@linutronix.de>
4500 L:      linux-kernel@vger.kernel.org
4501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4502 S:      Maintained
4503 F:      Documentation/timers/
4504 F:      kernel/time/hrtimer.c
4505 F:      kernel/time/clockevents.c
4506 F:      kernel/time/tick*.*
4507 F:      kernel/time/timer_*.c
4508 F:      include/linux/clockchips.h
4509 F:      include/linux/hrtimer.h
4510
4511 HIGH-SPEED SCC DRIVER FOR AX.25
4512 L:      linux-hams@vger.kernel.org
4513 S:      Orphan
4514 F:      drivers/net/hamradio/dmascc.c
4515 F:      drivers/net/hamradio/scc.c
4516
4517 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4518 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4519 W:      http://www.highpoint-tech.com
4520 S:      Supported
4521 F:      Documentation/scsi/hptiop.txt
4522 F:      drivers/scsi/hptiop.c
4523
4524 HIPPI
4525 M:      Jes Sorensen <jes@trained-monkey.org>
4526 L:      linux-hippi@sunsite.dk
4527 S:      Maintained
4528 F:      include/linux/hippidevice.h
4529 F:      include/uapi/linux/if_hippi.h
4530 F:      net/802/hippi.c
4531 F:      drivers/net/hippi/
4532
4533 HOST AP DRIVER
4534 M:      Jouni Malinen <j@w1.fi>
4535 L:      hostap@shmoo.com (subscribers-only)
4536 L:      linux-wireless@vger.kernel.org
4537 W:      http://hostap.epitest.fi/
4538 S:      Maintained
4539 F:      drivers/net/wireless/hostap/
4540
4541 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4542 L:      platform-driver-x86@vger.kernel.org
4543 S:      Orphan
4544 F:      drivers/platform/x86/tc1100-wmi.c
4545
4546 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4547 M:      Jaroslav Kysela <perex@perex.cz>
4548 S:      Maintained
4549 F:      drivers/net/ethernet/hp/hp100.*
4550
4551 HPET:   High Precision Event Timers driver
4552 M:      Clemens Ladisch <clemens@ladisch.de>
4553 S:      Maintained
4554 F:      Documentation/timers/hpet.txt
4555 F:      drivers/char/hpet.c
4556 F:      include/linux/hpet.h
4557 F:      include/uapi/linux/hpet.h
4558
4559 HPET:   x86
4560 S:      Orphan
4561 F:      arch/x86/kernel/hpet.c
4562 F:      arch/x86/include/asm/hpet.h
4563
4564 HPFS FILESYSTEM
4565 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4566 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4567 S:      Maintained
4568 F:      fs/hpfs/
4569
4570 HSI SUBSYSTEM
4571 M:      Sebastian Reichel <sre@kernel.org>
4572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4573 S:      Maintained
4574 F:      Documentation/ABI/testing/sysfs-bus-hsi
4575 F:      Documentation/hsi.txt
4576 F:      drivers/hsi/
4577 F:      include/linux/hsi/
4578 F:      include/uapi/linux/hsi/
4579
4580 HSO 3G MODEM DRIVER
4581 M:      Jan Dumon <j.dumon@option.com>
4582 W:      http://www.pharscape.org
4583 S:      Maintained
4584 F:      drivers/net/usb/hso.c
4585
4586 HSR NETWORK PROTOCOL
4587 M:      Arvid Brodin <arvid.brodin@alten.se>
4588 L:      netdev@vger.kernel.org
4589 S:      Maintained
4590 F:      net/hsr/
4591
4592 HTCPEN TOUCHSCREEN DRIVER
4593 M:      Pau Oliva Fora <pof@eslack.org>
4594 L:      linux-input@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/input/touchscreen/htcpen.c
4597
4598 HUGETLB FILESYSTEM
4599 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4600 S:      Maintained
4601 F:      fs/hugetlbfs/
4602
4603 Hyper-V CORE AND DRIVERS
4604 M:      K. Y. Srinivasan <kys@microsoft.com>
4605 M:      Haiyang Zhang <haiyangz@microsoft.com>
4606 L:      devel@linuxdriverproject.org
4607 S:      Maintained
4608 F:      arch/x86/include/asm/mshyperv.h
4609 F:      arch/x86/include/uapi/asm/hyperv.h
4610 F:      arch/x86/kernel/cpu/mshyperv.c
4611 F:      drivers/hid/hid-hyperv.c
4612 F:      drivers/hv/
4613 F:      drivers/input/serio/hyperv-keyboard.c
4614 F:      drivers/net/hyperv/
4615 F:      drivers/scsi/storvsc_drv.c
4616 F:      drivers/video/fbdev/hyperv_fb.c
4617 F:      include/linux/hyperv.h
4618 F:      tools/hv/
4619
4620 I2C OVER PARALLEL PORT
4621 M:      Jean Delvare <jdelvare@suse.de>
4622 L:      linux-i2c@vger.kernel.org
4623 S:      Maintained
4624 F:      Documentation/i2c/busses/i2c-parport
4625 F:      Documentation/i2c/busses/i2c-parport-light
4626 F:      drivers/i2c/busses/i2c-parport.c
4627 F:      drivers/i2c/busses/i2c-parport-light.c
4628
4629 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4630 M:      Jean Delvare <jdelvare@suse.de>
4631 L:      linux-i2c@vger.kernel.org
4632 S:      Maintained
4633 F:      Documentation/i2c/busses/i2c-ali1535
4634 F:      Documentation/i2c/busses/i2c-ali1563
4635 F:      Documentation/i2c/busses/i2c-ali15x3
4636 F:      Documentation/i2c/busses/i2c-amd756
4637 F:      Documentation/i2c/busses/i2c-amd8111
4638 F:      Documentation/i2c/busses/i2c-i801
4639 F:      Documentation/i2c/busses/i2c-nforce2
4640 F:      Documentation/i2c/busses/i2c-piix4
4641 F:      Documentation/i2c/busses/i2c-sis5595
4642 F:      Documentation/i2c/busses/i2c-sis630
4643 F:      Documentation/i2c/busses/i2c-sis96x
4644 F:      Documentation/i2c/busses/i2c-via
4645 F:      Documentation/i2c/busses/i2c-viapro
4646 F:      drivers/i2c/busses/i2c-ali1535.c
4647 F:      drivers/i2c/busses/i2c-ali1563.c
4648 F:      drivers/i2c/busses/i2c-ali15x3.c
4649 F:      drivers/i2c/busses/i2c-amd756.c
4650 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4651 F:      drivers/i2c/busses/i2c-amd8111.c
4652 F:      drivers/i2c/busses/i2c-i801.c
4653 F:      drivers/i2c/busses/i2c-isch.c
4654 F:      drivers/i2c/busses/i2c-nforce2.c
4655 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4656 F:      drivers/i2c/busses/i2c-piix4.c
4657 F:      drivers/i2c/busses/i2c-sis5595.c
4658 F:      drivers/i2c/busses/i2c-sis630.c
4659 F:      drivers/i2c/busses/i2c-sis96x.c
4660 F:      drivers/i2c/busses/i2c-via.c
4661 F:      drivers/i2c/busses/i2c-viapro.c
4662
4663 I2C/SMBUS ISMT DRIVER
4664 M:      Seth Heasley <seth.heasley@intel.com>
4665 M:      Neil Horman <nhorman@tuxdriver.com>
4666 L:      linux-i2c@vger.kernel.org
4667 F:      drivers/i2c/busses/i2c-ismt.c
4668 F:      Documentation/i2c/busses/i2c-ismt
4669
4670 I2C/SMBUS STUB DRIVER
4671 M:      Jean Delvare <jdelvare@suse.de>
4672 L:      linux-i2c@vger.kernel.org
4673 S:      Maintained
4674 F:      drivers/i2c/i2c-stub.c
4675
4676 I2C SUBSYSTEM
4677 M:      Wolfram Sang <wsa@the-dreams.de>
4678 L:      linux-i2c@vger.kernel.org
4679 W:      https://i2c.wiki.kernel.org/
4680 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4682 S:      Maintained
4683 F:      Documentation/devicetree/bindings/i2c/
4684 F:      Documentation/i2c/
4685 F:      drivers/i2c/
4686 F:      include/linux/i2c.h
4687 F:      include/linux/i2c-*.h
4688 F:      include/uapi/linux/i2c.h
4689 F:      include/uapi/linux/i2c-*.h
4690
4691 I2C ACPI SUPPORT
4692 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4693 L:      linux-i2c@vger.kernel.org
4694 L:      linux-acpi@vger.kernel.org
4695 S:      Maintained
4696
4697 I2C-TAOS-EVM DRIVER
4698 M:      Jean Delvare <jdelvare@suse.de>
4699 L:      linux-i2c@vger.kernel.org
4700 S:      Maintained
4701 F:      Documentation/i2c/busses/i2c-taos-evm
4702 F:      drivers/i2c/busses/i2c-taos-evm.c
4703
4704 I2C-TINY-USB DRIVER
4705 M:      Till Harbaum <till@harbaum.org>
4706 L:      linux-i2c@vger.kernel.org
4707 W:      http://www.harbaum.org/till/i2c_tiny_usb
4708 S:      Maintained
4709 F:      drivers/i2c/busses/i2c-tiny-usb.c
4710
4711 i386 BOOT CODE
4712 M:      "H. Peter Anvin" <hpa@zytor.com>
4713 S:      Maintained
4714 F:      arch/x86/boot/
4715
4716 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4717 M:      "H. Peter Anvin" <hpa@zytor.com>
4718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4719 S:      Maintained
4720
4721 IA64 (Itanium) PLATFORM
4722 M:      Tony Luck <tony.luck@intel.com>
4723 M:      Fenghua Yu <fenghua.yu@intel.com>
4724 L:      linux-ia64@vger.kernel.org
4725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4726 S:      Maintained
4727 F:      arch/ia64/
4728
4729 IBM Power in-Nest Crypto Acceleration
4730 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4731 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4732 L:      linux-crypto@vger.kernel.org
4733 S:      Supported
4734 F:      drivers/crypto/nx/
4735
4736 IBM Power 842 compression accelerator
4737 M:      Dan Streetman <ddstreet@us.ibm.com>
4738 S:      Supported
4739 F:      drivers/crypto/nx/nx-842.c
4740 F:      include/linux/nx842.h
4741
4742 IBM Power Linux RAID adapter
4743 M:      Brian King <brking@us.ibm.com>
4744 S:      Supported
4745 F:      drivers/scsi/ipr.*
4746
4747 IBM Power Virtual Ethernet Device Driver
4748 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4749 L:      netdev@vger.kernel.org
4750 S:      Supported
4751 F:      drivers/net/ethernet/ibm/ibmveth.*
4752
4753 IBM Power Virtual SCSI Device Drivers
4754 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4755 L:      linux-scsi@vger.kernel.org
4756 S:      Supported
4757 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4758 F:      drivers/scsi/ibmvscsi/viosrp.h
4759
4760 IBM Power Virtual FC Device Drivers
4761 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4762 L:      linux-scsi@vger.kernel.org
4763 S:      Supported
4764 F:      drivers/scsi/ibmvscsi/ibmvfc*
4765
4766 IBM ServeRAID RAID DRIVER
4767 S:      Orphan
4768 F:      drivers/scsi/ips.*
4769
4770 ICH LPC AND GPIO DRIVER
4771 M:      Peter Tyser <ptyser@xes-inc.com>
4772 S:      Maintained
4773 F:      drivers/mfd/lpc_ich.c
4774 F:      drivers/gpio/gpio-ich.c
4775
4776 IDE SUBSYSTEM
4777 M:      "David S. Miller" <davem@davemloft.net>
4778 L:      linux-ide@vger.kernel.org
4779 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4781 S:      Maintained
4782 F:      Documentation/ide/
4783 F:      drivers/ide/
4784 F:      include/linux/ide.h
4785
4786 IDEAPAD LAPTOP EXTRAS DRIVER
4787 M:      Ike Panhc <ike.pan@canonical.com>
4788 L:      platform-driver-x86@vger.kernel.org
4789 W:      http://launchpad.net/ideapad-laptop
4790 S:      Maintained
4791 F:      drivers/platform/x86/ideapad-laptop.c
4792
4793 IDEAPAD LAPTOP SLIDEBAR DRIVER
4794 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4795 L:      linux-input@vger.kernel.org
4796 W:      https://github.com/o2genum/ideapad-slidebar
4797 S:      Maintained
4798 F:      drivers/input/misc/ideapad_slidebar.c
4799
4800 IDE/ATAPI DRIVERS
4801 M:      Borislav Petkov <bp@alien8.de>
4802 L:      linux-ide@vger.kernel.org
4803 S:      Maintained
4804 F:      Documentation/cdrom/ide-cd
4805 F:      drivers/ide/ide-cd*
4806
4807 IDLE-I7300
4808 M:      Andy Henroid <andrew.d.henroid@intel.com>
4809 L:      linux-pm@vger.kernel.org
4810 S:      Supported
4811 F:      drivers/idle/i7300_idle.c
4812
4813 IEEE 802.15.4 SUBSYSTEM
4814 M:      Alexander Aring <alex.aring@gmail.com>
4815 L:      linux-wpan@vger.kernel.org
4816 W:      https://github.com/linux-wpan
4817 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4818 S:      Maintained
4819 F:      net/ieee802154/
4820 F:      net/mac802154/
4821 F:      drivers/net/ieee802154/
4822 F:      include/linux/nl802154.h
4823 F:      include/linux/ieee802154.h
4824 F:      include/net/nl802154.h
4825 F:      include/net/mac802154.h
4826 F:      include/net/af_ieee802154.h
4827 F:      include/net/cfg802154.h
4828 F:      include/net/ieee802154_netdev.h
4829 F:      Documentation/networking/ieee802154.txt
4830
4831 IGORPLUG-USB IR RECEIVER
4832 M:      Sean Young <sean@mess.org>
4833 L:      linux-media@vger.kernel.org
4834 S:      Maintained
4835 F:      drivers/media/rc/igorplugusb.c
4836
4837 IGUANAWORKS USB IR TRANSCEIVER
4838 M:      Sean Young <sean@mess.org>
4839 L:      linux-media@vger.kernel.org
4840 S:      Maintained
4841 F:      drivers/media/rc/iguanair.c
4842
4843 IIO SUBSYSTEM AND DRIVERS
4844 M:      Jonathan Cameron <jic23@kernel.org>
4845 R:      Hartmut Knaack <knaack.h@gmx.de>
4846 R:      Lars-Peter Clausen <lars@metafoo.de>
4847 R:      Peter Meerwald <pmeerw@pmeerw.net>
4848 L:      linux-iio@vger.kernel.org
4849 S:      Maintained
4850 F:      drivers/iio/
4851 F:      drivers/staging/iio/
4852 F:      include/linux/iio/
4853
4854 IKANOS/ADI EAGLE ADSL USB DRIVER
4855 M:      Matthieu Castet <castet.matthieu@free.fr>
4856 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4857 S:      Maintained
4858 F:      drivers/usb/atm/ueagle-atm.c
4859
4860 INA209 HARDWARE MONITOR DRIVER
4861 M:      Guenter Roeck <linux@roeck-us.net>
4862 L:      lm-sensors@lm-sensors.org
4863 S:      Maintained
4864 F:      Documentation/hwmon/ina209
4865 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4866 F:      drivers/hwmon/ina209.c
4867
4868 INA2XX HARDWARE MONITOR DRIVER
4869 M:      Guenter Roeck <linux@roeck-us.net>
4870 L:      lm-sensors@lm-sensors.org
4871 S:      Maintained
4872 F:      Documentation/hwmon/ina2xx
4873 F:      drivers/hwmon/ina2xx.c
4874 F:      include/linux/platform_data/ina2xx.h
4875
4876 INDUSTRY PACK SUBSYSTEM (IPACK)
4877 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4878 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4879 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4880 L:      industrypack-devel@lists.sourceforge.net
4881 W:      http://industrypack.sourceforge.net
4882 S:      Maintained
4883 F:      drivers/ipack/
4884
4885 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4886 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4887 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4888 L:      linux-ima-devel@lists.sourceforge.net
4889 L:      linux-ima-user@lists.sourceforge.net
4890 L:      linux-security-module@vger.kernel.org
4891 S:      Supported
4892 F:      security/integrity/ima/
4893
4894 IMGTEC IR DECODER DRIVER
4895 M:      James Hogan <james.hogan@imgtec.com>
4896 S:      Maintained
4897 F:      drivers/media/rc/img-ir/
4898
4899 IMS TWINTURBO FRAMEBUFFER DRIVER
4900 L:      linux-fbdev@vger.kernel.org
4901 S:      Orphan
4902 F:      drivers/video/fbdev/imsttfb.c
4903
4904 INFINIBAND SUBSYSTEM
4905 M:      Roland Dreier <roland@kernel.org>
4906 M:      Sean Hefty <sean.hefty@intel.com>
4907 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4908 L:      linux-rdma@vger.kernel.org
4909 W:      http://www.openfabrics.org/
4910 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4912 S:      Supported
4913 F:      Documentation/infiniband/
4914 F:      drivers/infiniband/
4915 F:      include/uapi/linux/if_infiniband.h
4916
4917 INOTIFY
4918 M:      John McCutchan <john@johnmccutchan.com>
4919 M:      Robert Love <rlove@rlove.org>
4920 M:      Eric Paris <eparis@parisplace.org>
4921 S:      Maintained
4922 F:      Documentation/filesystems/inotify.txt
4923 F:      fs/notify/inotify/
4924 F:      include/linux/inotify.h
4925 F:      include/uapi/linux/inotify.h
4926
4927 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4928 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4929 L:      linux-input@vger.kernel.org
4930 Q:      http://patchwork.kernel.org/project/linux-input/list/
4931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4932 S:      Maintained
4933 F:      drivers/input/
4934 F:      include/linux/input.h
4935 F:      include/uapi/linux/input.h
4936 F:      include/linux/input/
4937
4938 INPUT MULTITOUCH (MT) PROTOCOL
4939 M:      Henrik Rydberg <rydberg@bitmath.org>
4940 L:      linux-input@vger.kernel.org
4941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4942 S:      Odd fixes
4943 F:      Documentation/input/multi-touch-protocol.txt
4944 F:      drivers/input/input-mt.c
4945 K:      \b(ABS|SYN)_MT_
4946
4947 INTEL C600 SERIES SAS CONTROLLER DRIVER
4948 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4949 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4950 L:      linux-scsi@vger.kernel.org
4951 T:      git git://git.code.sf.net/p/intel-sas/isci
4952 S:      Supported
4953 F:      drivers/scsi/isci/
4954
4955 INTEL IDLE DRIVER
4956 M:      Len Brown <lenb@kernel.org>
4957 L:      linux-pm@vger.kernel.org
4958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4959 S:      Supported
4960 F:      drivers/idle/intel_idle.c
4961
4962 INTEL PSTATE DRIVER
4963 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4964 L:      linux-pm@vger.kernel.org
4965 S:      Supported
4966 F:      drivers/cpufreq/intel_pstate.c
4967
4968 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4969 M:      Maik Broemme <mbroemme@plusserver.de>
4970 L:      linux-fbdev@vger.kernel.org
4971 S:      Maintained
4972 F:      Documentation/fb/intelfb.txt
4973 F:      drivers/video/fbdev/intelfb/
4974
4975 INTEL 810/815 FRAMEBUFFER DRIVER
4976 M:      Antonino Daplas <adaplas@gmail.com>
4977 L:      linux-fbdev@vger.kernel.org
4978 S:      Maintained
4979 F:      drivers/video/fbdev/i810/
4980
4981 INTEL MENLOW THERMAL DRIVER
4982 M:      Sujith Thomas <sujith.thomas@intel.com>
4983 L:      platform-driver-x86@vger.kernel.org
4984 W:      https://01.org/linux-acpi
4985 S:      Supported
4986 F:      drivers/platform/x86/intel_menlow.c
4987
4988 INTEL IA32 MICROCODE UPDATE SUPPORT
4989 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4990 S:      Maintained
4991 F:      arch/x86/kernel/cpu/microcode/core*
4992 F:      arch/x86/kernel/cpu/microcode/intel*
4993
4994 INTEL I/OAT DMA DRIVER
4995 M:      Dave Jiang <dave.jiang@intel.com>
4996 R:      Dan Williams <dan.j.williams@intel.com>
4997 L:      dmaengine@vger.kernel.org
4998 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4999 S:      Supported
5000 F:      drivers/dma/ioat*
5001
5002 INTEL IOMMU (VT-d)
5003 M:      David Woodhouse <dwmw2@infradead.org>
5004 L:      iommu@lists.linux-foundation.org
5005 T:      git git://git.infradead.org/iommu-2.6.git
5006 S:      Supported
5007 F:      drivers/iommu/intel-iommu.c
5008 F:      include/linux/intel-iommu.h
5009
5010 INTEL IOP-ADMA DMA DRIVER
5011 R:      Dan Williams <dan.j.williams@intel.com>
5012 S:      Odd fixes
5013 F:      drivers/dma/iop-adma.c
5014
5015 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5016 M:      Krzysztof Halasa <khalasa@piap.pl>
5017 S:      Maintained
5018 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5019 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5020 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5021 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5022 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5023 F:      drivers/net/wan/ixp4xx_hss.c
5024
5025 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5026 M:      Deepak Saxena <dsaxena@plexity.net>
5027 S:      Maintained
5028 F:      drivers/char/hw_random/ixp4xx-rng.c
5029
5030 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5031 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5032 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5033 M:      Bruce Allan <bruce.w.allan@intel.com>
5034 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5035 M:      Don Skidmore <donald.c.skidmore@intel.com>
5036 M:      Greg Rose <gregory.v.rose@intel.com>
5037 M:      Matthew Vick <matthew.vick@intel.com>
5038 M:      John Ronciak <john.ronciak@intel.com>
5039 M:      Mitch Williams <mitch.a.williams@intel.com>
5040 M:      Linux NICS <linux.nics@intel.com>
5041 L:      e1000-devel@lists.sourceforge.net
5042 W:      http://www.intel.com/support/feedback.htm
5043 W:      http://e1000.sourceforge.net/
5044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5046 S:      Supported
5047 F:      Documentation/networking/e100.txt
5048 F:      Documentation/networking/e1000.txt
5049 F:      Documentation/networking/e1000e.txt
5050 F:      Documentation/networking/igb.txt
5051 F:      Documentation/networking/igbvf.txt
5052 F:      Documentation/networking/ixgb.txt
5053 F:      Documentation/networking/ixgbe.txt
5054 F:      Documentation/networking/ixgbevf.txt
5055 F:      Documentation/networking/i40e.txt
5056 F:      Documentation/networking/i40evf.txt
5057 F:      drivers/net/ethernet/intel/
5058 F:      drivers/net/ethernet/intel/*/
5059
5060 INTEL-MID GPIO DRIVER
5061 M:      David Cohen <david.a.cohen@linux.intel.com>
5062 L:      linux-gpio@vger.kernel.org
5063 S:      Maintained
5064 F:      drivers/gpio/gpio-intel-mid.c
5065
5066 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5067 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5068 L:      linux-wireless@vger.kernel.org
5069 S:      Maintained
5070 F:      Documentation/networking/README.ipw2100
5071 F:      Documentation/networking/README.ipw2200
5072 F:      drivers/net/wireless/ipw2x00/
5073
5074 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5075 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5076 M:      Gang Wei <gang.wei@intel.com>
5077 M:      Shane Wang <shane.wang@intel.com>
5078 L:      tboot-devel@lists.sourceforge.net
5079 W:      http://tboot.sourceforge.net
5080 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5081 S:      Supported
5082 F:      Documentation/intel_txt.txt
5083 F:      include/linux/tboot.h
5084 F:      arch/x86/kernel/tboot.c
5085
5086 INTEL WIRELESS WIMAX CONNECTION 2400
5087 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5088 M:      linux-wimax@intel.com
5089 L:     wimax@linuxwimax.org (subscribers-only)
5090 S:      Supported
5091 W:      http://linuxwimax.org
5092 F:      Documentation/wimax/README.i2400m
5093 F:      drivers/net/wimax/i2400m/
5094 F:      include/uapi/linux/wimax/i2400m.h
5095
5096 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5097 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5098 L:      linux-wireless@vger.kernel.org
5099 S:      Supported
5100 F:      drivers/net/wireless/iwlegacy/
5101
5102 INTEL WIRELESS WIFI LINK (iwlwifi)
5103 M:      Johannes Berg <johannes.berg@intel.com>
5104 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5105 M:      Intel Linux Wireless <ilw@linux.intel.com>
5106 L:      linux-wireless@vger.kernel.org
5107 W:      http://intellinuxwireless.org
5108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5109 S:      Supported
5110 F:      drivers/net/wireless/iwlwifi/
5111
5112 INTEL MANAGEMENT ENGINE (mei)
5113 M:      Tomas Winkler <tomas.winkler@intel.com>
5114 L:      linux-kernel@vger.kernel.org
5115 S:      Supported
5116 F:      include/uapi/linux/mei.h
5117 F:      drivers/misc/mei/*
5118 F:      Documentation/misc-devices/mei/*
5119
5120 IOC3 ETHERNET DRIVER
5121 M:      Ralf Baechle <ralf@linux-mips.org>
5122 L:      linux-mips@linux-mips.org
5123 S:      Maintained
5124 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5125
5126 IOC3 SERIAL DRIVER
5127 M:      Pat Gefre <pfg@sgi.com>
5128 L:      linux-serial@vger.kernel.org
5129 S:      Maintained
5130 F:      drivers/tty/serial/ioc3_serial.c
5131
5132 IOMMU DRIVERS
5133 M:      Joerg Roedel <joro@8bytes.org>
5134 L:      iommu@lists.linux-foundation.org
5135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5136 S:      Maintained
5137 F:      drivers/iommu/
5138
5139 IP MASQUERADING
5140 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5141 S:      Maintained
5142 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5143
5144 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5145 M:      Francois Romieu <romieu@fr.zoreil.com>
5146 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5147 L:      netdev@vger.kernel.org
5148 S:      Maintained
5149 F:      drivers/net/ethernet/icplus/ipg.*
5150
5151 IPATH DRIVER
5152 M:      Mike Marciniszyn <infinipath@intel.com>
5153 L:      linux-rdma@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/infiniband/hw/ipath/
5156
5157 IPMI SUBSYSTEM
5158 M:      Corey Minyard <minyard@acm.org>
5159 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5160 W:      http://openipmi.sourceforge.net/
5161 S:      Supported
5162 F:      Documentation/IPMI.txt
5163 F:      drivers/char/ipmi/
5164 F:      include/linux/ipmi*
5165 F:      include/uapi/linux/ipmi*
5166
5167 IPS SCSI RAID DRIVER
5168 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5169 L:      linux-scsi@vger.kernel.org
5170 W:      http://www.adaptec.com/
5171 S:      Maintained
5172 F:      drivers/scsi/ips*
5173
5174 IPVS
5175 M:      Wensong Zhang <wensong@linux-vs.org>
5176 M:      Simon Horman <horms@verge.net.au>
5177 M:      Julian Anastasov <ja@ssi.bg>
5178 L:      netdev@vger.kernel.org
5179 L:      lvs-devel@vger.kernel.org
5180 S:      Maintained
5181 F:      Documentation/networking/ipvs-sysctl.txt
5182 F:      include/net/ip_vs.h
5183 F:      include/uapi/linux/ip_vs.h
5184 F:      net/netfilter/ipvs/
5185
5186 IPWIRELESS DRIVER
5187 M:      Jiri Kosina <jkosina@suse.cz>
5188 M:      David Sterba <dsterba@suse.cz>
5189 S:      Odd Fixes
5190 F:      drivers/tty/ipwireless/
5191
5192 IPX NETWORK LAYER
5193 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5194 L:      netdev@vger.kernel.org
5195 S:      Maintained
5196 F:      include/net/ipx.h
5197 F:      include/uapi/linux/ipx.h
5198 F:      net/ipx/
5199
5200 IRDA SUBSYSTEM
5201 M:      Samuel Ortiz <samuel@sortiz.org>
5202 L:      irda-users@lists.sourceforge.net (subscribers-only)
5203 L:      netdev@vger.kernel.org
5204 W:      http://irda.sourceforge.net/
5205 S:      Maintained
5206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5207 F:      Documentation/networking/irda.txt
5208 F:      drivers/net/irda/
5209 F:      include/net/irda/
5210 F:      net/irda/
5211
5212 IRQ SUBSYSTEM
5213 M:      Thomas Gleixner <tglx@linutronix.de>
5214 L:      linux-kernel@vger.kernel.org
5215 S:      Maintained
5216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5217 F:      kernel/irq/
5218
5219 IRQCHIP DRIVERS
5220 M:      Thomas Gleixner <tglx@linutronix.de>
5221 M:      Jason Cooper <jason@lakedaemon.net>
5222 L:      linux-kernel@vger.kernel.org
5223 S:      Maintained
5224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5225 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5226 F:      Documentation/devicetree/bindings/interrupt-controller/
5227 F:      drivers/irqchip/
5228
5229 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5230 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5231 S:      Maintained
5232 F:      Documentation/IRQ-domain.txt
5233 F:      include/linux/irqdomain.h
5234 F:      kernel/irq/irqdomain.c
5235
5236 ISAPNP
5237 M:      Jaroslav Kysela <perex@perex.cz>
5238 S:      Maintained
5239 F:      Documentation/isapnp.txt
5240 F:      drivers/pnp/isapnp/
5241 F:      include/linux/isapnp.h
5242
5243 ISA RADIO MODULE
5244 M:      Hans Verkuil <hverkuil@xs4all.nl>
5245 L:      linux-media@vger.kernel.org
5246 T:      git git://linuxtv.org/media_tree.git
5247 W:      http://linuxtv.org
5248 S:      Maintained
5249 F:      drivers/media/radio/radio-isa*
5250
5251 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5252 M:      Peter Jones <pjones@redhat.com>
5253 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5254 S:      Maintained
5255 F:      drivers/firmware/iscsi_ibft*
5256
5257 ISCSI
5258 M:      Mike Christie <michaelc@cs.wisc.edu>
5259 L:      open-iscsi@googlegroups.com
5260 W:      www.open-iscsi.org
5261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5262 S:      Maintained
5263 F:      drivers/scsi/*iscsi*
5264 F:      include/scsi/*iscsi*
5265
5266 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5267 M:      Or Gerlitz <ogerlitz@mellanox.com>
5268 M:      Sagi Grimberg <sagig@mellanox.com>
5269 M:      Roi Dayan <roid@mellanox.com>
5270 L:      linux-rdma@vger.kernel.org
5271 S:      Supported
5272 W:      http://www.openfabrics.org
5273 W:      www.open-iscsi.org
5274 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5275 F:      drivers/infiniband/ulp/iser/
5276
5277 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5278 M:      Sagi Grimberg <sagig@mellanox.com>
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5280 L:      linux-rdma@vger.kernel.org
5281 L:      target-devel@vger.kernel.org
5282 S:      Supported
5283 W:      http://www.linux-iscsi.org
5284 F:      drivers/infiniband/ulp/isert
5285
5286 ISDN SUBSYSTEM
5287 M:      Karsten Keil <isdn@linux-pingi.de>
5288 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5289 L:      netdev@vger.kernel.org
5290 W:      http://www.isdn4linux.de
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5292 S:      Maintained
5293 F:      Documentation/isdn/
5294 F:      drivers/isdn/
5295 F:      include/linux/isdn.h
5296 F:      include/linux/isdn/
5297 F:      include/uapi/linux/isdn.h
5298 F:      include/uapi/linux/isdn/
5299
5300 ISDN SUBSYSTEM (Eicon active card driver)
5301 M:      Armin Schindler <mac@melware.de>
5302 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5303 W:      http://www.melware.de
5304 S:      Maintained
5305 F:      drivers/isdn/hardware/eicon/
5306
5307 IT87 HARDWARE MONITORING DRIVER
5308 M:      Jean Delvare <jdelvare@suse.de>
5309 L:      lm-sensors@lm-sensors.org
5310 S:      Maintained
5311 F:      Documentation/hwmon/it87
5312 F:      drivers/hwmon/it87.c
5313
5314 IT913X MEDIA DRIVER
5315 M:      Antti Palosaari <crope@iki.fi>
5316 L:      linux-media@vger.kernel.org
5317 W:      http://linuxtv.org/
5318 W:      http://palosaari.fi/linux/
5319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5320 T:      git git://linuxtv.org/anttip/media_tree.git
5321 S:      Maintained
5322 F:      drivers/media/tuners/it913x*
5323
5324 IVTV VIDEO4LINUX DRIVER
5325 M:      Andy Walls <awalls@md.metrocast.net>
5326 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5327 L:      linux-media@vger.kernel.org
5328 T:      git git://linuxtv.org/media_tree.git
5329 W:      http://www.ivtvdriver.org
5330 S:      Maintained
5331 F:      Documentation/video4linux/*.ivtv
5332 F:      drivers/media/pci/ivtv/
5333 F:      include/uapi/linux/ivtv*
5334
5335 IX2505V MEDIA DRIVER
5336 M:      Malcolm Priestley <tvboxspy@gmail.com>
5337 L:      linux-media@vger.kernel.org
5338 W:      http://linuxtv.org/
5339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5340 S:      Maintained
5341 F:      drivers/media/dvb-frontends/ix2505v*
5342
5343 JC42.4 TEMPERATURE SENSOR DRIVER
5344 M:      Guenter Roeck <linux@roeck-us.net>
5345 L:      lm-sensors@lm-sensors.org
5346 S:      Maintained
5347 F:      drivers/hwmon/jc42.c
5348 F:      Documentation/hwmon/jc42
5349
5350 JFS FILESYSTEM
5351 M:      Dave Kleikamp <shaggy@kernel.org>
5352 L:      jfs-discussion@lists.sourceforge.net
5353 W:      http://jfs.sourceforge.net/
5354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5355 S:      Maintained
5356 F:      Documentation/filesystems/jfs.txt
5357 F:      fs/jfs/
5358
5359 JME NETWORK DRIVER
5360 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5361 L:      netdev@vger.kernel.org
5362 S:      Maintained
5363 F:      drivers/net/ethernet/jme.*
5364
5365 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5366 M:      David Woodhouse <dwmw2@infradead.org>
5367 L:      linux-mtd@lists.infradead.org
5368 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5369 S:      Maintained
5370 F:      fs/jffs2/
5371 F:      include/uapi/linux/jffs2.h
5372
5373 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5374 M:      Andrew Morton <akpm@linux-foundation.org>
5375 M:      Jan Kara <jack@suse.cz>
5376 L:      linux-ext4@vger.kernel.org
5377 S:      Maintained
5378 F:      fs/jbd/
5379 F:      include/linux/jbd.h
5380
5381 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5382 M:      "Theodore Ts'o" <tytso@mit.edu>
5383 L:      linux-ext4@vger.kernel.org
5384 S:      Maintained
5385 F:      fs/jbd2/
5386 F:      include/linux/jbd2.h
5387
5388 JSM Neo PCI based serial card
5389 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5390 L:      linux-serial@vger.kernel.org
5391 S:      Maintained
5392 F:      drivers/tty/serial/jsm/
5393
5394 K10TEMP HARDWARE MONITORING DRIVER
5395 M:      Clemens Ladisch <clemens@ladisch.de>
5396 L:      lm-sensors@lm-sensors.org
5397 S:      Maintained
5398 F:      Documentation/hwmon/k10temp
5399 F:      drivers/hwmon/k10temp.c
5400
5401 K8TEMP HARDWARE MONITORING DRIVER
5402 M:      Rudolf Marek <r.marek@assembler.cz>
5403 L:      lm-sensors@lm-sensors.org
5404 S:      Maintained
5405 F:      Documentation/hwmon/k8temp
5406 F:      drivers/hwmon/k8temp.c
5407
5408 KCONFIG
5409 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5410 L:      linux-kbuild@vger.kernel.org
5411 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5412 S:      Maintained
5413 F:      Documentation/kbuild/kconfig-language.txt
5414 F:      scripts/kconfig/
5415
5416 KDUMP
5417 M:      Vivek Goyal <vgoyal@redhat.com>
5418 M:      Haren Myneni <hbabu@us.ibm.com>
5419 L:      kexec@lists.infradead.org
5420 W:      http://lse.sourceforge.net/kdump/
5421 S:      Maintained
5422 F:      Documentation/kdump/
5423
5424 KEENE FM RADIO TRANSMITTER DRIVER
5425 M:      Hans Verkuil <hverkuil@xs4all.nl>
5426 L:      linux-media@vger.kernel.org
5427 T:      git git://linuxtv.org/media_tree.git
5428 W:      http://linuxtv.org
5429 S:      Maintained
5430 F:      drivers/media/radio/radio-keene*
5431
5432 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5433 M:      Ian Kent <raven@themaw.net>
5434 L:      autofs@vger.kernel.org
5435 S:      Maintained
5436 F:      fs/autofs4/
5437
5438 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5439 M:      Michal Marek <mmarek@suse.cz>
5440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5442 L:      linux-kbuild@vger.kernel.org
5443 S:      Maintained
5444 F:      Documentation/kbuild/
5445 F:      Makefile
5446 F:      scripts/Makefile.*
5447 F:      scripts/basic/
5448 F:      scripts/mk*
5449 F:      scripts/package/
5450
5451 KERNEL JANITORS
5452 L:      kernel-janitors@vger.kernel.org
5453 W:      http://kernelnewbies.org/KernelJanitors
5454 S:      Odd Fixes
5455
5456 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5457 M:      "J. Bruce Fields" <bfields@fieldses.org>
5458 L:      linux-nfs@vger.kernel.org
5459 W:      http://nfs.sourceforge.net/
5460 S:      Supported
5461 F:      fs/nfsd/
5462 F:      include/uapi/linux/nfsd/
5463 F:      fs/lockd/
5464 F:      fs/nfs_common/
5465 F:      net/sunrpc/
5466 F:      include/linux/lockd/
5467 F:      include/linux/sunrpc/
5468 F:      include/uapi/linux/sunrpc/
5469
5470 KERNEL SELFTEST FRAMEWORK
5471 M:      Shuah Khan <shuahkh@osg.samsung.com>
5472 L:      linux-api@vger.kernel.org
5473 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5474 S:      Maintained
5475 F:      tools/testing/selftests
5476
5477 KERNEL VIRTUAL MACHINE (KVM)
5478 M:      Gleb Natapov <gleb@kernel.org>
5479 M:      Paolo Bonzini <pbonzini@redhat.com>
5480 L:      kvm@vger.kernel.org
5481 W:      http://www.linux-kvm.org
5482 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5483 S:      Supported
5484 F:      Documentation/*/kvm*.txt
5485 F:      Documentation/virtual/kvm/
5486 F:      arch/*/kvm/
5487 F:      arch/*/include/asm/kvm*
5488 F:      include/linux/kvm*
5489 F:      include/uapi/linux/kvm*
5490 F:      virt/kvm/
5491
5492 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5493 M:      Joerg Roedel <joro@8bytes.org>
5494 L:      kvm@vger.kernel.org
5495 W:      http://kvm.qumranet.com
5496 S:      Maintained
5497 F:      arch/x86/include/asm/svm.h
5498 F:      arch/x86/kvm/svm.c
5499
5500 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5501 M:      Alexander Graf <agraf@suse.de>
5502 L:      kvm-ppc@vger.kernel.org
5503 W:      http://kvm.qumranet.com
5504 T:      git git://github.com/agraf/linux-2.6.git
5505 S:      Supported
5506 F:      arch/powerpc/include/asm/kvm*
5507 F:      arch/powerpc/kvm/
5508
5509 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5510 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5511 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5512 M:      linux390@de.ibm.com
5513 L:      linux-s390@vger.kernel.org
5514 W:      http://www.ibm.com/developerworks/linux/linux390/
5515 S:      Supported
5516 F:      Documentation/s390/kvm.txt
5517 F:      arch/s390/include/asm/kvm*
5518 F:      arch/s390/kvm/
5519 F:      drivers/s390/kvm/
5520
5521 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5522 M:      Christoffer Dall <christoffer.dall@linaro.org>
5523 M:      Marc Zyngier <marc.zyngier@arm.com>
5524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5525 L:      kvmarm@lists.cs.columbia.edu
5526 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5527 S:      Supported
5528 F:      arch/arm/include/uapi/asm/kvm*
5529 F:      arch/arm/include/asm/kvm*
5530 F:      arch/arm/kvm/
5531 F:      virt/kvm/arm/
5532 F:      include/kvm/arm_*
5533
5534 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5535 M:      Christoffer Dall <christoffer.dall@linaro.org>
5536 M:      Marc Zyngier <marc.zyngier@arm.com>
5537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5538 L:      kvmarm@lists.cs.columbia.edu
5539 S:      Maintained
5540 F:      arch/arm64/include/uapi/asm/kvm*
5541 F:      arch/arm64/include/asm/kvm*
5542 F:      arch/arm64/kvm/
5543
5544 KEXEC
5545 M:      Eric Biederman <ebiederm@xmission.com>
5546 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5547 L:      kexec@lists.infradead.org
5548 S:      Maintained
5549 F:      include/linux/kexec.h
5550 F:      include/uapi/linux/kexec.h
5551 F:      kernel/kexec.c
5552
5553 KEYS/KEYRINGS:
5554 M:      David Howells <dhowells@redhat.com>
5555 L:      keyrings@linux-nfs.org
5556 S:      Maintained
5557 F:      Documentation/security/keys.txt
5558 F:      include/linux/key.h
5559 F:      include/linux/key-type.h
5560 F:      include/keys/
5561 F:      security/keys/
5562
5563 KEYS-TRUSTED
5564 M:      David Safford <safford@us.ibm.com>
5565 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5566 L:      linux-security-module@vger.kernel.org
5567 L:      keyrings@linux-nfs.org
5568 S:      Supported
5569 F:      Documentation/security/keys-trusted-encrypted.txt
5570 F:      include/keys/trusted-type.h
5571 F:      security/keys/trusted.c
5572 F:      security/keys/trusted.h
5573
5574 KEYS-ENCRYPTED
5575 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5576 M:      David Safford <safford@us.ibm.com>
5577 L:      linux-security-module@vger.kernel.org
5578 L:      keyrings@linux-nfs.org
5579 S:      Supported
5580 F:      Documentation/security/keys-trusted-encrypted.txt
5581 F:      include/keys/encrypted-type.h
5582 F:      security/keys/encrypted-keys/
5583
5584 KGDB / KDB /debug_core
5585 M:      Jason Wessel <jason.wessel@windriver.com>
5586 W:      http://kgdb.wiki.kernel.org/
5587 L:      kgdb-bugreport@lists.sourceforge.net
5588 S:      Maintained
5589 F:      Documentation/DocBook/kgdb.tmpl
5590 F:      drivers/misc/kgdbts.c
5591 F:      drivers/tty/serial/kgdboc.c
5592 F:      include/linux/kdb.h
5593 F:      include/linux/kgdb.h
5594 F:      kernel/debug/
5595
5596 KMEMCHECK
5597 M:      Vegard Nossum <vegardno@ifi.uio.no>
5598 M:      Pekka Enberg <penberg@kernel.org>
5599 S:      Maintained
5600 F:      Documentation/kmemcheck.txt
5601 F:      arch/x86/include/asm/kmemcheck.h
5602 F:      arch/x86/mm/kmemcheck/
5603 F:      include/linux/kmemcheck.h
5604 F:      mm/kmemcheck.c
5605
5606 KMEMLEAK
5607 M:      Catalin Marinas <catalin.marinas@arm.com>
5608 S:      Maintained
5609 F:      Documentation/kmemleak.txt
5610 F:      include/linux/kmemleak.h
5611 F:      mm/kmemleak.c
5612 F:      mm/kmemleak-test.c
5613
5614 KPROBES
5615 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5616 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5617 M:      "David S. Miller" <davem@davemloft.net>
5618 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5619 S:      Maintained
5620 F:      Documentation/kprobes.txt
5621 F:      include/linux/kprobes.h
5622 F:      kernel/kprobes.c
5623
5624 KS0108 LCD CONTROLLER DRIVER
5625 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5626 W:      http://miguelojeda.es/auxdisplay.htm
5627 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5628 S:      Maintained
5629 F:      Documentation/auxdisplay/ks0108
5630 F:      drivers/auxdisplay/ks0108.c
5631 F:      include/linux/ks0108.h
5632
5633 LAPB module
5634 L:      linux-x25@vger.kernel.org
5635 S:      Orphan
5636 F:      Documentation/networking/lapb-module.txt
5637 F:      include/*/lapb.h
5638 F:      net/lapb/
5639
5640 LASI 53c700 driver for PARISC
5641 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5642 L:      linux-scsi@vger.kernel.org
5643 S:      Maintained
5644 F:      Documentation/scsi/53c700.txt
5645 F:      drivers/scsi/53c700*
5646
5647 LED SUBSYSTEM
5648 M:      Bryan Wu <cooloney@gmail.com>
5649 M:      Richard Purdie <rpurdie@rpsys.net>
5650 L:      linux-leds@vger.kernel.org
5651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5652 S:      Maintained
5653 F:      drivers/leds/
5654 F:      include/linux/leds.h
5655
5656 LEGACY EEPROM DRIVER
5657 M:      Jean Delvare <jdelvare@suse.de>
5658 S:      Maintained
5659 F:      Documentation/misc-devices/eeprom
5660 F:      drivers/misc/eeprom/eeprom.c
5661
5662 LEGO USB Tower driver
5663 M:      Juergen Stuber <starblue@users.sourceforge.net>
5664 L:      legousb-devel@lists.sourceforge.net
5665 W:      http://legousb.sourceforge.net/
5666 S:      Maintained
5667 F:      drivers/usb/misc/legousbtower.c
5668
5669 LG2160 MEDIA DRIVER
5670 M:      Michael Krufky <mkrufky@linuxtv.org>
5671 L:      linux-media@vger.kernel.org
5672 W:      http://linuxtv.org/
5673 W:      http://github.com/mkrufky
5674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5675 T:      git git://linuxtv.org/mkrufky/tuners.git
5676 S:      Maintained
5677 F:      drivers/media/dvb-frontends/lg2160.*
5678
5679 LGDT3305 MEDIA DRIVER
5680 M:      Michael Krufky <mkrufky@linuxtv.org>
5681 L:      linux-media@vger.kernel.org
5682 W:      http://linuxtv.org/
5683 W:      http://github.com/mkrufky
5684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5685 T:      git git://linuxtv.org/mkrufky/tuners.git
5686 S:      Maintained
5687 F:      drivers/media/dvb-frontends/lgdt3305.*
5688
5689 LGUEST
5690 M:      Rusty Russell <rusty@rustcorp.com.au>
5691 L:      lguest@lists.ozlabs.org
5692 W:      http://lguest.ozlabs.org/
5693 S:      Odd Fixes
5694 F:      arch/x86/include/asm/lguest*.h
5695 F:      arch/x86/lguest/
5696 F:      drivers/lguest/
5697 F:      include/linux/lguest*.h
5698 F:      tools/lguest/
5699
5700 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5701 M:      Tejun Heo <tj@kernel.org>
5702 L:      linux-ide@vger.kernel.org
5703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5704 S:      Maintained
5705 F:      drivers/ata/
5706 F:      include/linux/ata.h
5707 F:      include/linux/libata.h
5708
5709 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5710 M:      Viresh Kumar <viresh.linux@gmail.com>
5711 L:      linux-ide@vger.kernel.org
5712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5713 S:      Maintained
5714 F:      include/linux/pata_arasan_cf_data.h
5715 F:      drivers/ata/pata_arasan_cf.c
5716
5717 LIBATA PATA DRIVERS
5718 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5719 M:      Tejun Heo <tj@kernel.org>
5720 L:      linux-ide@vger.kernel.org
5721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5722 S:      Maintained
5723 F:      drivers/ata/pata_*.c
5724 F:      drivers/ata/ata_generic.c
5725
5726 LIBATA SATA AHCI PLATFORM devices support
5727 M:      Hans de Goede <hdegoede@redhat.com>
5728 M:      Tejun Heo <tj@kernel.org>
5729 L:      linux-ide@vger.kernel.org
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5731 S:      Maintained
5732 F:      drivers/ata/ahci_platform.c
5733 F:      drivers/ata/libahci_platform.c
5734 F:      include/linux/ahci_platform.h
5735
5736 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5737 M:      Mikael Pettersson <mikpelinux@gmail.com>
5738 L:      linux-ide@vger.kernel.org
5739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5740 S:      Maintained
5741 F:      drivers/ata/sata_promise.*
5742
5743 LIBLOCKDEP
5744 M:      Sasha Levin <sasha.levin@oracle.com>
5745 S:      Maintained
5746 F:      tools/lib/lockdep/
5747
5748 LINUX FOR IBM pSERIES (RS/6000)
5749 M:      Paul Mackerras <paulus@au.ibm.com>
5750 W:      http://www.ibm.com/linux/ltc/projects/ppc
5751 S:      Supported
5752 F:      arch/powerpc/boot/rs6000.h
5753
5754 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5755 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5756 M:      Paul Mackerras <paulus@samba.org>
5757 M:      Michael Ellerman <mpe@ellerman.id.au>
5758 W:      http://www.penguinppc.org/
5759 L:      linuxppc-dev@lists.ozlabs.org
5760 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5762 S:      Supported
5763 F:      Documentation/powerpc/
5764 F:      arch/powerpc/
5765
5766 LINUX FOR POWER MACINTOSH
5767 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5768 W:      http://www.penguinppc.org/
5769 L:      linuxppc-dev@lists.ozlabs.org
5770 S:      Maintained
5771 F:      arch/powerpc/platforms/powermac/
5772 F:      drivers/macintosh/
5773
5774 LINUX FOR POWERPC EMBEDDED MPC5XXX
5775 M:      Anatolij Gustschin <agust@denx.de>
5776 L:      linuxppc-dev@lists.ozlabs.org
5777 T:      git git://git.denx.de/linux-denx-agust.git
5778 S:      Maintained
5779 F:      arch/powerpc/platforms/512x/
5780 F:      arch/powerpc/platforms/52xx/
5781
5782 LINUX FOR POWERPC EMBEDDED PPC4XX
5783 M:  Alistair Popple <alistair@popple.id.au>
5784 M:      Matt Porter <mporter@kernel.crashing.org>
5785 W:      http://www.penguinppc.org/
5786 L:      linuxppc-dev@lists.ozlabs.org
5787 S:      Maintained
5788 F:      arch/powerpc/platforms/40x/
5789 F:      arch/powerpc/platforms/44x/
5790
5791 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5792 L:      linuxppc-dev@lists.ozlabs.org
5793 S:      Orphan
5794 F:      arch/powerpc/*/*virtex*
5795 F:      arch/powerpc/*/*/*virtex*
5796
5797 LINUX FOR POWERPC EMBEDDED PPC8XX
5798 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5799 W:      http://www.penguinppc.org/
5800 L:      linuxppc-dev@lists.ozlabs.org
5801 S:      Maintained
5802 F:      arch/powerpc/platforms/8xx/
5803
5804 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5805 M:      Scott Wood <scottwood@freescale.com>
5806 M:      Kumar Gala <galak@kernel.crashing.org>
5807 W:      http://www.penguinppc.org/
5808 L:      linuxppc-dev@lists.ozlabs.org
5809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5810 S:      Maintained
5811 F:      arch/powerpc/platforms/83xx/
5812 F:      arch/powerpc/platforms/85xx/
5813
5814 LINUX FOR POWERPC PA SEMI PWRFICIENT
5815 M:      Olof Johansson <olof@lixom.net>
5816 L:      linuxppc-dev@lists.ozlabs.org
5817 S:      Maintained
5818 F:      arch/powerpc/platforms/pasemi/
5819 F:      drivers/*/*pasemi*
5820 F:      drivers/*/*/*pasemi*
5821
5822 LINUX SECURITY MODULE (LSM) FRAMEWORK
5823 M:      Chris Wright <chrisw@sous-sol.org>
5824 L:      linux-security-module@vger.kernel.org
5825 S:      Supported
5826
5827 LIS3LV02D ACCELEROMETER DRIVER
5828 M:      Eric Piel <eric.piel@tremplin-utc.net>
5829 S:      Maintained
5830 F:      Documentation/misc-devices/lis3lv02d
5831 F:      drivers/misc/lis3lv02d/
5832 F:      drivers/platform/x86/hp_accel.c
5833
5834 LLC (802.2)
5835 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5836 S:      Maintained
5837 F:      include/linux/llc.h
5838 F:      include/uapi/linux/llc.h
5839 F:      include/net/llc*
5840 F:      net/llc/
5841
5842 LM73 HARDWARE MONITOR DRIVER
5843 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5844 L:      lm-sensors@lm-sensors.org
5845 S:      Maintained
5846 F:      drivers/hwmon/lm73.c
5847
5848 LM78 HARDWARE MONITOR DRIVER
5849 M:      Jean Delvare <jdelvare@suse.de>
5850 L:      lm-sensors@lm-sensors.org
5851 S:      Maintained
5852 F:      Documentation/hwmon/lm78
5853 F:      drivers/hwmon/lm78.c
5854
5855 LM83 HARDWARE MONITOR DRIVER
5856 M:      Jean Delvare <jdelvare@suse.de>
5857 L:      lm-sensors@lm-sensors.org
5858 S:      Maintained
5859 F:      Documentation/hwmon/lm83
5860 F:      drivers/hwmon/lm83.c
5861
5862 LM90 HARDWARE MONITOR DRIVER
5863 M:      Jean Delvare <jdelvare@suse.de>
5864 L:      lm-sensors@lm-sensors.org
5865 S:      Maintained
5866 F:      Documentation/hwmon/lm90
5867 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5868 F:      drivers/hwmon/lm90.c
5869
5870 LM95234 HARDWARE MONITOR DRIVER
5871 M:      Guenter Roeck <linux@roeck-us.net>
5872 L:      lm-sensors@lm-sensors.org
5873 S:      Maintained
5874 F:      Documentation/hwmon/lm95234
5875 F:      drivers/hwmon/lm95234.c
5876
5877 LME2510 MEDIA DRIVER
5878 M:      Malcolm Priestley <tvboxspy@gmail.com>
5879 L:      linux-media@vger.kernel.org
5880 W:      http://linuxtv.org/
5881 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5882 S:      Maintained
5883 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5884
5885 LOCKDEP AND LOCKSTAT
5886 M:      Peter Zijlstra <peterz@infradead.org>
5887 M:      Ingo Molnar <mingo@redhat.com>
5888 L:      linux-kernel@vger.kernel.org
5889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5890 S:      Maintained
5891 F:      Documentation/locking/lockdep*.txt
5892 F:      Documentation/locking/lockstat.txt
5893 F:      include/linux/lockdep.h
5894 F:      kernel/locking/
5895
5896 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5897 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5898 L:      linux-ntfs-dev@lists.sourceforge.net
5899 W:      http://www.linux-ntfs.org/content/view/19/37/
5900 S:      Maintained
5901 F:      Documentation/ldm.txt
5902 F:      block/partitions/ldm.*
5903
5904 LogFS
5905 M:      Joern Engel <joern@logfs.org>
5906 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5907 L:      logfs@logfs.org
5908 W:      logfs.org
5909 S:      Maintained
5910 F:      fs/logfs/
5911
5912 LPC32XX MACHINE SUPPORT
5913 M:      Roland Stigge <stigge@antcom.de>
5914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5915 S:      Maintained
5916 F:      arch/arm/mach-lpc32xx/
5917
5918 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5919 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5920 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5921 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5922 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5923 L:      MPT-FusionLinux.pdl@avagotech.com
5924 L:      linux-scsi@vger.kernel.org
5925 W:      http://www.lsilogic.com/support
5926 S:      Supported
5927 F:      drivers/message/fusion/
5928 F:      drivers/scsi/mpt2sas/
5929 F:      drivers/scsi/mpt3sas/
5930
5931 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5932 M:      Matthew Wilcox <matthew@wil.cx>
5933 L:      linux-scsi@vger.kernel.org
5934 S:      Maintained
5935 F:      drivers/scsi/sym53c8xx_2/
5936
5937 LTC4261 HARDWARE MONITOR DRIVER
5938 M:      Guenter Roeck <linux@roeck-us.net>
5939 L:      lm-sensors@lm-sensors.org
5940 S:      Maintained
5941 F:      Documentation/hwmon/ltc4261
5942 F:      drivers/hwmon/ltc4261.c
5943
5944 LTP (Linux Test Project)
5945 M:      Mike Frysinger <vapier@gentoo.org>
5946 M:      Cyril Hrubis <chrubis@suse.cz>
5947 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5948 M:      Jan Stancek <jstancek@redhat.com>
5949 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5950 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5951 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5952 W:      http://linux-test-project.github.io/
5953 T:      git git://github.com/linux-test-project/ltp.git
5954 S:      Maintained
5955
5956 M32R ARCHITECTURE
5957 W:      http://www.linux-m32r.org/
5958 S:      Orphan
5959 F:      arch/m32r/
5960
5961 M68K ARCHITECTURE
5962 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5963 L:      linux-m68k@lists.linux-m68k.org
5964 W:      http://www.linux-m68k.org/
5965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5966 S:      Maintained
5967 F:      arch/m68k/
5968 F:      drivers/zorro/
5969
5970 M68K ON APPLE MACINTOSH
5971 M:      Joshua Thompson <funaho@jurai.org>
5972 W:      http://www.mac.linux-m68k.org/
5973 L:      linux-m68k@lists.linux-m68k.org
5974 S:      Maintained
5975 F:      arch/m68k/mac/
5976
5977 M68K ON HP9000/300
5978 M:      Philip Blundell <philb@gnu.org>
5979 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5980 S:      Maintained
5981 F:      arch/m68k/hp300/
5982
5983 M88DS3103 MEDIA DRIVER
5984 M:      Antti Palosaari <crope@iki.fi>
5985 L:      linux-media@vger.kernel.org
5986 W:      http://linuxtv.org/
5987 W:      http://palosaari.fi/linux/
5988 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5989 T:      git git://linuxtv.org/anttip/media_tree.git
5990 S:      Maintained
5991 F:      drivers/media/dvb-frontends/m88ds3103*
5992
5993 M88RS2000 MEDIA DRIVER
5994 M:      Malcolm Priestley <tvboxspy@gmail.com>
5995 L:      linux-media@vger.kernel.org
5996 W:      http://linuxtv.org/
5997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5998 S:      Maintained
5999 F:      drivers/media/dvb-frontends/m88rs2000*
6000
6001 M88TS2022 MEDIA DRIVER
6002 M:      Antti Palosaari <crope@iki.fi>
6003 L:      linux-media@vger.kernel.org
6004 W:      http://linuxtv.org/
6005 W:      http://palosaari.fi/linux/
6006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6007 T:      git git://linuxtv.org/anttip/media_tree.git
6008 S:      Maintained
6009 F:      drivers/media/tuners/m88ts2022*
6010
6011 MA901 MASTERKIT USB FM RADIO DRIVER
6012 M:      Alexey Klimov <klimov.linux@gmail.com>
6013 L:      linux-media@vger.kernel.org
6014 T:      git git://linuxtv.org/media_tree.git
6015 S:      Maintained
6016 F:      drivers/media/radio/radio-ma901.c
6017
6018 MAC80211
6019 M:      Johannes Berg <johannes@sipsolutions.net>
6020 L:      linux-wireless@vger.kernel.org
6021 W:      http://wireless.kernel.org/
6022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6024 S:      Maintained
6025 F:      Documentation/networking/mac80211-injection.txt
6026 F:      include/net/mac80211.h
6027 F:      net/mac80211/
6028
6029 MACVLAN DRIVER
6030 M:      Patrick McHardy <kaber@trash.net>
6031 L:      netdev@vger.kernel.org
6032 S:      Maintained
6033 F:      drivers/net/macvlan.c
6034 F:      include/linux/if_macvlan.h
6035
6036 MAILBOX API
6037 M:      Jassi Brar <jassisinghbrar@gmail.com>
6038 L:      linux-kernel@vger.kernel.org
6039 S:      Maintained
6040 F:      drivers/mailbox/
6041 F:      include/linux/mailbox_client.h
6042 F:      include/linux/mailbox_controller.h
6043
6044 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6045 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6046 W:      http://www.kernel.org/doc/man-pages
6047 L:      linux-man@vger.kernel.org
6048 S:      Maintained
6049
6050 MARVELL ARMADA DRM SUPPORT
6051 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6052 S:      Maintained
6053 F:      drivers/gpu/drm/armada/
6054
6055 MARVELL 88E6352 DSA support
6056 M:      Guenter Roeck <linux@roeck-us.net>
6057 S:      Maintained
6058 F:      drivers/net/dsa/mv88e6352.c
6059
6060 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6061 M:      Mirko Lindner <mlindner@marvell.com>
6062 M:      Stephen Hemminger <stephen@networkplumber.org>
6063 L:      netdev@vger.kernel.org
6064 S:      Maintained
6065 F:      drivers/net/ethernet/marvell/sk*
6066
6067 MARVELL LIBERTAS WIRELESS DRIVER
6068 L:      libertas-dev@lists.infradead.org
6069 S:      Orphan
6070 F:      drivers/net/wireless/libertas/
6071
6072 MARVELL MV643XX ETHERNET DRIVER
6073 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6074 L:      netdev@vger.kernel.org
6075 S:      Maintained
6076 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6077 F:      include/linux/mv643xx.h
6078
6079 MARVELL MVNETA ETHERNET DRIVER
6080 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6081 L:      netdev@vger.kernel.org
6082 S:      Maintained
6083 F:      drivers/net/ethernet/marvell/mvneta.*
6084
6085 MARVELL MWIFIEX WIRELESS DRIVER
6086 M:      Amitkumar Karwar <akarwar@marvell.com>
6087 M:      Avinash Patil <patila@marvell.com>
6088 L:      linux-wireless@vger.kernel.org
6089 S:      Maintained
6090 F:      drivers/net/wireless/mwifiex/
6091
6092 MARVELL MWL8K WIRELESS DRIVER
6093 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6094 L:      linux-wireless@vger.kernel.org
6095 S:      Odd Fixes
6096 F:      drivers/net/wireless/mwl8k.c
6097
6098 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6099 M:      Nicolas Pitre <nico@fluxnic.net>
6100 S:      Odd Fixes
6101 F:      drivers/mmc/host/mvsdio.*
6102
6103 MATROX FRAMEBUFFER DRIVER
6104 L:      linux-fbdev@vger.kernel.org
6105 S:      Orphan
6106 F:      drivers/video/fbdev/matrox/matroxfb_*
6107 F:      include/uapi/linux/matroxfb.h
6108
6109 MAX16065 HARDWARE MONITOR DRIVER
6110 M:      Guenter Roeck <linux@roeck-us.net>
6111 L:      lm-sensors@lm-sensors.org
6112 S:      Maintained
6113 F:      Documentation/hwmon/max16065
6114 F:      drivers/hwmon/max16065.c
6115
6116 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6117 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6118 L:      lm-sensors@lm-sensors.org
6119 S:      Maintained
6120 F:      Documentation/hwmon/max6650
6121 F:      drivers/hwmon/max6650.c
6122
6123 MAX6697 HARDWARE MONITOR DRIVER
6124 M:      Guenter Roeck <linux@roeck-us.net>
6125 L:      lm-sensors@lm-sensors.org
6126 S:      Maintained
6127 F:      Documentation/hwmon/max6697
6128 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6129 F:      drivers/hwmon/max6697.c
6130 F:      include/linux/platform_data/max6697.h
6131
6132 MAXIRADIO FM RADIO RECEIVER DRIVER
6133 M:      Hans Verkuil <hverkuil@xs4all.nl>
6134 L:      linux-media@vger.kernel.org
6135 T:      git git://linuxtv.org/media_tree.git
6136 W:      http://linuxtv.org
6137 S:      Maintained
6138 F:      drivers/media/radio/radio-maxiradio*
6139
6140 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6141 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6142 P:      LinuxTV.org Project
6143 L:      linux-media@vger.kernel.org
6144 W:      http://linuxtv.org
6145 Q:      http://patchwork.kernel.org/project/linux-media/list/
6146 T:      git git://linuxtv.org/media_tree.git
6147 S:      Maintained
6148 F:      Documentation/dvb/
6149 F:      Documentation/video4linux/
6150 F:      Documentation/DocBook/media/
6151 F:      drivers/media/
6152 F:      drivers/staging/media/
6153 F:      include/media/
6154 F:      include/uapi/linux/dvb/
6155 F:      include/uapi/linux/videodev2.h
6156 F:      include/uapi/linux/media.h
6157 F:      include/uapi/linux/v4l2-*
6158 F:      include/uapi/linux/meye.h
6159 F:      include/uapi/linux/ivtv*
6160 F:      include/uapi/linux/uvcvideo.h
6161
6162 MEDIAVISION PRO MOVIE STUDIO DRIVER
6163 M:      Hans Verkuil <hverkuil@xs4all.nl>
6164 L:      linux-media@vger.kernel.org
6165 T:      git git://linuxtv.org/media_tree.git
6166 W:      http://linuxtv.org
6167 S:      Odd Fixes
6168 F:      drivers/media/parport/pms*
6169
6170 MEGARAID SCSI/SAS DRIVERS
6171 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6172 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6173 M:      Uday Lingala <uday.lingala@avagotech.com>
6174 L:      megaraidlinux.pdl@avagotech.com
6175 L:      linux-scsi@vger.kernel.org
6176 W:      http://www.lsi.com
6177 S:      Maintained
6178 F:      Documentation/scsi/megaraid.txt
6179 F:      drivers/scsi/megaraid.*
6180 F:      drivers/scsi/megaraid/
6181
6182 MELLANOX ETHERNET DRIVER (mlx4_en)
6183 M:      Amir Vadai <amirv@mellanox.com>
6184 L:      netdev@vger.kernel.org
6185 S:      Supported
6186 W:      http://www.mellanox.com
6187 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6188 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6189
6190 MEMORY MANAGEMENT
6191 L:      linux-mm@kvack.org
6192 W:      http://www.linux-mm.org
6193 S:      Maintained
6194 F:      include/linux/mm.h
6195 F:      include/linux/gfp.h
6196 F:      include/linux/mmzone.h
6197 F:      include/linux/memory_hotplug.h
6198 F:      include/linux/vmalloc.h
6199 F:      mm/
6200
6201 MEMORY TECHNOLOGY DEVICES (MTD)
6202 M:      David Woodhouse <dwmw2@infradead.org>
6203 M:      Brian Norris <computersforpeace@gmail.com>
6204 L:      linux-mtd@lists.infradead.org
6205 W:      http://www.linux-mtd.infradead.org/
6206 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6207 T:      git git://git.infradead.org/linux-mtd.git
6208 T:      git git://git.infradead.org/l2-mtd.git
6209 S:      Maintained
6210 F:      drivers/mtd/
6211 F:      include/linux/mtd/
6212 F:      include/uapi/mtd/
6213
6214 MEN A21 WATCHDOG DRIVER
6215 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6216 L:      linux-watchdog@vger.kernel.org
6217 S:      Supported
6218 F:      drivers/watchdog/mena21_wdt.c
6219
6220 MEN CHAMELEON BUS (mcb)
6221 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6222 S:      Supported
6223 F:      drivers/mcb/
6224 F:      include/linux/mcb.h
6225
6226 MEN F21BMC (Board Management Controller)
6227 M:      Andreas Werner <andreas.werner@men.de>
6228 S:      Supported
6229 F:      drivers/mfd/menf21bmc.c
6230 F:      drivers/watchdog/menf21bmc_wdt.c
6231 F:      drivers/leds/leds-menf21bmc.c
6232 F:      drivers/hwmon/menf21bmc_hwmon.c
6233 F:      Documentation/hwmon/menf21bmc
6234
6235 METAG ARCHITECTURE
6236 M:      James Hogan <james.hogan@imgtec.com>
6237 L:      linux-metag@vger.kernel.org
6238 S:      Supported
6239 F:      arch/metag/
6240 F:      Documentation/metag/
6241 F:      Documentation/devicetree/bindings/metag/
6242 F:      drivers/clocksource/metag_generic.c
6243 F:      drivers/irqchip/irq-metag.c
6244 F:      drivers/irqchip/irq-metag-ext.c
6245 F:      drivers/tty/metag_da.c
6246
6247 MICROBLAZE ARCHITECTURE
6248 M:      Michal Simek <monstr@monstr.eu>
6249 W:      http://www.monstr.eu/fdt/
6250 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6251 S:      Supported
6252 F:      arch/microblaze/
6253
6254 MICROTEK X6 SCANNER
6255 M:      Oliver Neukum <oliver@neukum.org>
6256 S:      Maintained
6257 F:      drivers/usb/image/microtek.*
6258
6259 MIPS
6260 M:      Ralf Baechle <ralf@linux-mips.org>
6261 L:      linux-mips@linux-mips.org
6262 W:      http://www.linux-mips.org/
6263 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6264 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6265 S:      Supported
6266 F:      Documentation/mips/
6267 F:      arch/mips/
6268
6269 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6270 M:      Hans Verkuil <hverkuil@xs4all.nl>
6271 L:      linux-media@vger.kernel.org
6272 T:      git git://linuxtv.org/media_tree.git
6273 W:      http://linuxtv.org
6274 S:      Odd Fixes
6275 F:      drivers/media/radio/radio-miropcm20*
6276
6277 Mellanox MLX5 core VPI driver
6278 M:      Eli Cohen <eli@mellanox.com>
6279 L:      netdev@vger.kernel.org
6280 L:      linux-rdma@vger.kernel.org
6281 W:      http://www.mellanox.com
6282 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6283 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6284 T:      git git://openfabrics.org/~eli/connect-ib.git
6285 S:      Supported
6286 F:      drivers/net/ethernet/mellanox/mlx5/core/
6287 F:      include/linux/mlx5/
6288
6289 Mellanox MLX5 IB driver
6290 M:      Eli Cohen <eli@mellanox.com>
6291 L:      linux-rdma@vger.kernel.org
6292 W:      http://www.mellanox.com
6293 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6294 T:      git git://openfabrics.org/~eli/connect-ib.git
6295 S:      Supported
6296 F:      include/linux/mlx5/
6297 F:      drivers/infiniband/hw/mlx5/
6298
6299 MN88472 MEDIA DRIVER
6300 M:      Antti Palosaari <crope@iki.fi>
6301 L:      linux-media@vger.kernel.org
6302 W:      http://linuxtv.org/
6303 W:      http://palosaari.fi/linux/
6304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6305 T:      git git://linuxtv.org/anttip/media_tree.git
6306 S:      Maintained
6307 F:      drivers/staging/media/mn88472/
6308 F:      drivers/media/dvb-frontends/mn88472.h
6309
6310 MN88473 MEDIA DRIVER
6311 M:      Antti Palosaari <crope@iki.fi>
6312 L:      linux-media@vger.kernel.org
6313 W:      http://linuxtv.org/
6314 W:      http://palosaari.fi/linux/
6315 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6316 T:      git git://linuxtv.org/anttip/media_tree.git
6317 S:      Maintained
6318 F:      drivers/staging/media/mn88473/
6319 F:      drivers/media/dvb-frontends/mn88473.h
6320
6321 MODULE SUPPORT
6322 M:      Rusty Russell <rusty@rustcorp.com.au>
6323 S:      Maintained
6324 F:      include/linux/module.h
6325 F:      kernel/module.c
6326
6327 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6328 W:      http://popies.net/meye/
6329 S:      Orphan
6330 F:      Documentation/video4linux/meye.txt
6331 F:      drivers/media/pci/meye/
6332 F:      include/uapi/linux/meye.h
6333
6334 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6335 M:      Jiri Slaby <jirislaby@gmail.com>
6336 S:      Maintained
6337 F:      Documentation/serial/moxa-smartio
6338 F:      drivers/tty/mxser.*
6339
6340 MR800 AVERMEDIA USB FM RADIO DRIVER
6341 M:      Alexey Klimov <klimov.linux@gmail.com>
6342 L:      linux-media@vger.kernel.org
6343 T:      git git://linuxtv.org/media_tree.git
6344 S:      Maintained
6345 F:      drivers/media/radio/radio-mr800.c
6346
6347 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6348 M:      Alan Ott <alan@signal11.us>
6349 L:      linux-wpan@vger.kernel.org
6350 S:      Maintained
6351 F:      drivers/net/ieee802154/mrf24j40.c
6352
6353 MSI LAPTOP SUPPORT
6354 M:      "Lee, Chun-Yi" <jlee@suse.com>
6355 L:      platform-driver-x86@vger.kernel.org
6356 S:      Maintained
6357 F:      drivers/platform/x86/msi-laptop.c
6358
6359 MSI WMI SUPPORT
6360 M:      Anisse Astier <anisse@astier.eu>
6361 L:      platform-driver-x86@vger.kernel.org
6362 S:      Supported
6363 F:      drivers/platform/x86/msi-wmi.c
6364
6365 MSI001 MEDIA DRIVER
6366 M:      Antti Palosaari <crope@iki.fi>
6367 L:      linux-media@vger.kernel.org
6368 W:      http://linuxtv.org/
6369 W:      http://palosaari.fi/linux/
6370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6371 T:      git git://linuxtv.org/anttip/media_tree.git
6372 S:      Maintained
6373 F:      drivers/media/tuners/msi001*
6374
6375 MSI2500 MEDIA DRIVER
6376 M:      Antti Palosaari <crope@iki.fi>
6377 L:      linux-media@vger.kernel.org
6378 W:      http://linuxtv.org/
6379 W:      http://palosaari.fi/linux/
6380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6381 T:      git git://linuxtv.org/anttip/media_tree.git
6382 S:      Maintained
6383 F:      drivers/media/usb/msi2500/
6384
6385 MT9M032 APTINA SENSOR DRIVER
6386 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6387 L:      linux-media@vger.kernel.org
6388 T:      git git://linuxtv.org/media_tree.git
6389 S:      Maintained
6390 F:      drivers/media/i2c/mt9m032.c
6391 F:      include/media/mt9m032.h
6392
6393 MT9P031 APTINA CAMERA SENSOR
6394 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6395 L:      linux-media@vger.kernel.org
6396 T:      git git://linuxtv.org/media_tree.git
6397 S:      Maintained
6398 F:      drivers/media/i2c/mt9p031.c
6399 F:      include/media/mt9p031.h
6400
6401 MT9T001 APTINA CAMERA SENSOR
6402 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6403 L:      linux-media@vger.kernel.org
6404 T:      git git://linuxtv.org/media_tree.git
6405 S:      Maintained
6406 F:      drivers/media/i2c/mt9t001.c
6407 F:      include/media/mt9t001.h
6408
6409 MT9V032 APTINA CAMERA SENSOR
6410 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6411 L:      linux-media@vger.kernel.org
6412 T:      git git://linuxtv.org/media_tree.git
6413 S:      Maintained
6414 F:      drivers/media/i2c/mt9v032.c
6415 F:      include/media/mt9v032.h
6416
6417 MULTIFUNCTION DEVICES (MFD)
6418 M:      Samuel Ortiz <sameo@linux.intel.com>
6419 M:      Lee Jones <lee.jones@linaro.org>
6420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6421 S:      Supported
6422 F:      drivers/mfd/
6423 F:      include/linux/mfd/
6424
6425 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6426 M:      Chris Ball <chris@printf.net>
6427 M:      Ulf Hansson <ulf.hansson@linaro.org>
6428 L:      linux-mmc@vger.kernel.org
6429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6430 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6431 S:      Maintained
6432 F:      drivers/mmc/
6433 F:      include/linux/mmc/
6434 F:      include/uapi/linux/mmc/
6435
6436 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6437 S:      Orphan
6438 F:      drivers/mmc/host/mmc_spi.c
6439 F:      include/linux/spi/mmc_spi.h
6440
6441 MULTISOUND SOUND DRIVER
6442 M:      Andrew Veliath <andrewtv@usa.net>
6443 S:      Maintained
6444 F:      Documentation/sound/oss/MultiSound
6445 F:      sound/oss/msnd*
6446
6447 MULTITECH MULTIPORT CARD (ISICOM)
6448 S:      Orphan
6449 F:      drivers/tty/isicom.c
6450 F:      include/linux/isicom.h
6451
6452 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6453 M:      Felipe Balbi <balbi@ti.com>
6454 L:      linux-usb@vger.kernel.org
6455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6456 S:      Maintained
6457 F:      drivers/usb/musb/
6458
6459 MXL5007T MEDIA DRIVER
6460 M:      Michael Krufky <mkrufky@linuxtv.org>
6461 L:      linux-media@vger.kernel.org
6462 W:      http://linuxtv.org/
6463 W:      http://github.com/mkrufky
6464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6465 T:      git git://linuxtv.org/mkrufky/tuners.git
6466 S:      Maintained
6467 F:      drivers/media/tuners/mxl5007t.*
6468
6469 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6470 M:      Hyong-Youb Kim <hykim@myri.com>
6471 L:      netdev@vger.kernel.org
6472 W:      https://www.myricom.com/support/downloads/myri10ge.html
6473 S:      Supported
6474 F:      drivers/net/ethernet/myricom/myri10ge/
6475
6476 NATSEMI ETHERNET DRIVER (DP8381x)
6477 S:      Orphan
6478 F:      drivers/net/ethernet/natsemi/natsemi.c
6479
6480 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6481 M:      Daniel Mack <zonque@gmail.com>
6482 S:      Maintained
6483 L:      alsa-devel@alsa-project.org
6484 W:      http://www.native-instruments.com
6485 F:      sound/usb/caiaq/
6486
6487 NCP FILESYSTEM
6488 M:      Petr Vandrovec <petr@vandrovec.name>
6489 S:      Odd Fixes
6490 F:      fs/ncpfs/
6491
6492 NCR 5380 SCSI DRIVERS
6493 M:      Finn Thain <fthain@telegraphics.com.au>
6494 M:      Michael Schmitz <schmitzmic@gmail.com>
6495 L:      linux-scsi@vger.kernel.org
6496 S:      Maintained
6497 F:      Documentation/scsi/g_NCR5380.txt
6498 F:      drivers/scsi/NCR5380.*
6499 F:      drivers/scsi/arm/cumana_1.c
6500 F:      drivers/scsi/arm/oak.c
6501 F:      drivers/scsi/atari_NCR5380.c
6502 F:      drivers/scsi/atari_scsi.*
6503 F:      drivers/scsi/dmx3191d.c
6504 F:      drivers/scsi/dtc.*
6505 F:      drivers/scsi/g_NCR5380.*
6506 F:      drivers/scsi/g_NCR5380_mmio.c
6507 F:      drivers/scsi/mac_scsi.*
6508 F:      drivers/scsi/pas16.*
6509 F:      drivers/scsi/sun3_scsi.*
6510 F:      drivers/scsi/sun3_scsi_vme.c
6511 F:      drivers/scsi/t128.*
6512
6513 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6514 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6515 L:      linux-scsi@vger.kernel.org
6516 S:      Maintained
6517 F:      drivers/scsi/NCR_D700.*
6518
6519 NCT6775 HARDWARE MONITOR DRIVER
6520 M:      Guenter Roeck <linux@roeck-us.net>
6521 L:      lm-sensors@lm-sensors.org
6522 S:      Maintained
6523 F:      Documentation/hwmon/nct6775
6524 F:      drivers/hwmon/nct6775.c
6525
6526 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6527 M:      Faisal Latif <faisal.latif@intel.com>
6528 L:      linux-rdma@vger.kernel.org
6529 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6530 S:      Supported
6531 F:      drivers/infiniband/hw/nes/
6532
6533 NETEM NETWORK EMULATOR
6534 M:      Stephen Hemminger <stephen@networkplumber.org>
6535 L:      netem@lists.linux-foundation.org
6536 S:      Maintained
6537 F:      net/sched/sch_netem.c
6538
6539 NETERION 10GbE DRIVERS (s2io/vxge)
6540 M:      Jon Mason <jdmason@kudzu.us>
6541 L:      netdev@vger.kernel.org
6542 S:      Supported
6543 F:      Documentation/networking/s2io.txt
6544 F:      Documentation/networking/vxge.txt
6545 F:      drivers/net/ethernet/neterion/
6546
6547 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6548 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6549 M:      Patrick McHardy <kaber@trash.net>
6550 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6551 L:      netfilter-devel@vger.kernel.org
6552 L:      coreteam@netfilter.org
6553 W:      http://www.netfilter.org/
6554 W:      http://www.iptables.org/
6555 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6558 S:      Supported
6559 F:      include/linux/netfilter*
6560 F:      include/linux/netfilter/
6561 F:      include/net/netfilter/
6562 F:      include/uapi/linux/netfilter*
6563 F:      include/uapi/linux/netfilter/
6564 F:      net/*/netfilter.c
6565 F:      net/*/netfilter/
6566 F:      net/netfilter/
6567
6568 NETLABEL
6569 M:      Paul Moore <paul@paul-moore.com>
6570 W:      http://netlabel.sf.net
6571 L:      netdev@vger.kernel.org
6572 S:      Maintained
6573 F:      Documentation/netlabel/
6574 F:      include/net/netlabel.h
6575 F:      net/netlabel/
6576
6577 NETROM NETWORK LAYER
6578 M:      Ralf Baechle <ralf@linux-mips.org>
6579 L:      linux-hams@vger.kernel.org
6580 W:      http://www.linux-ax25.org/
6581 S:      Maintained
6582 F:      include/net/netrom.h
6583 F:      include/uapi/linux/netrom.h
6584 F:      net/netrom/
6585
6586 NETWORK BLOCK DEVICE (NBD)
6587 M:      Paul Clements <Paul.Clements@steeleye.com>
6588 S:      Maintained
6589 L:      nbd-general@lists.sourceforge.net
6590 F:      Documentation/blockdev/nbd.txt
6591 F:      drivers/block/nbd.c
6592 F:      include/linux/nbd.h
6593 F:      include/uapi/linux/nbd.h
6594
6595 NETWORK DROP MONITOR
6596 M:      Neil Horman <nhorman@tuxdriver.com>
6597 L:      netdev@vger.kernel.org
6598 S:      Maintained
6599 W:      https://fedorahosted.org/dropwatch/
6600 F:      net/core/drop_monitor.c
6601
6602 NETWORKING [GENERAL]
6603 M:      "David S. Miller" <davem@davemloft.net>
6604 L:      netdev@vger.kernel.org
6605 W:      http://www.linuxfoundation.org/en/Net
6606 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6609 S:      Maintained
6610 F:      net/
6611 F:      include/net/
6612 F:      include/linux/in.h
6613 F:      include/linux/net.h
6614 F:      include/linux/netdevice.h
6615 F:      include/uapi/linux/in.h
6616 F:      include/uapi/linux/net.h
6617 F:      include/uapi/linux/netdevice.h
6618 F:      tools/net/
6619 F:      tools/testing/selftests/net/
6620 F:      lib/random32.c
6621 F:      lib/test_bpf.c
6622
6623 NETWORKING [IPv4/IPv6]
6624 M:      "David S. Miller" <davem@davemloft.net>
6625 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6626 M:      James Morris <jmorris@namei.org>
6627 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6628 M:      Patrick McHardy <kaber@trash.net>
6629 L:      netdev@vger.kernel.org
6630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6631 S:      Maintained
6632 F:      net/ipv4/
6633 F:      net/ipv6/
6634 F:      include/net/ip*
6635 F:      arch/x86/net/*
6636
6637 NETWORKING [IPSEC]
6638 M:      Steffen Klassert <steffen.klassert@secunet.com>
6639 M:      Herbert Xu <herbert@gondor.apana.org.au>
6640 M:      "David S. Miller" <davem@davemloft.net>
6641 L:      netdev@vger.kernel.org
6642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6644 S:      Maintained
6645 F:      net/core/flow.c
6646 F:      net/xfrm/
6647 F:      net/key/
6648 F:      net/ipv4/xfrm*
6649 F:      net/ipv4/esp4.c
6650 F:      net/ipv4/ah4.c
6651 F:      net/ipv4/ipcomp.c
6652 F:      net/ipv4/ip_vti.c
6653 F:      net/ipv6/xfrm*
6654 F:      net/ipv6/esp6.c
6655 F:      net/ipv6/ah6.c
6656 F:      net/ipv6/ipcomp6.c
6657 F:      net/ipv6/ip6_vti.c
6658 F:      include/uapi/linux/xfrm.h
6659 F:      include/net/xfrm.h
6660
6661 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6662 M:      Paul Moore <paul@paul-moore.com>
6663 L:      netdev@vger.kernel.org
6664 S:      Maintained
6665
6666 NETWORKING [WIRELESS]
6667 L:      linux-wireless@vger.kernel.org
6668 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6669
6670 NETWORKING DRIVERS
6671 L:      netdev@vger.kernel.org
6672 W:      http://www.linuxfoundation.org/en/Net
6673 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6676 S:      Odd Fixes
6677 F:      drivers/net/
6678 F:      include/linux/if_*
6679 F:      include/linux/netdevice.h
6680 F:      include/linux/arcdevice.h
6681 F:      include/linux/etherdevice.h
6682 F:      include/linux/fcdevice.h
6683 F:      include/linux/fddidevice.h
6684 F:      include/linux/hippidevice.h
6685 F:      include/linux/inetdevice.h
6686 F:      include/uapi/linux/if_*
6687 F:      include/uapi/linux/netdevice.h
6688
6689 NETWORKING DRIVERS (WIRELESS)
6690 M:      Kalle Valo <kvalo@codeaurora.org>
6691 L:      linux-wireless@vger.kernel.org
6692 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6694 S:      Maintained
6695 F:      drivers/net/wireless/
6696
6697 NETXEN (1/10) GbE SUPPORT
6698 M:      Manish Chopra <manish.chopra@qlogic.com>
6699 M:      Sony Chacko <sony.chacko@qlogic.com>
6700 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6701 L:      netdev@vger.kernel.org
6702 W:      http://www.qlogic.com
6703 S:      Supported
6704 F:      drivers/net/ethernet/qlogic/netxen/
6705
6706 NFC SUBSYSTEM
6707 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6708 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6709 M:      Samuel Ortiz <sameo@linux.intel.com>
6710 L:      linux-wireless@vger.kernel.org
6711 L:      linux-nfc@lists.01.org (subscribers-only)
6712 S:      Supported
6713 F:      net/nfc/
6714 F:      include/net/nfc/
6715 F:      include/uapi/linux/nfc.h
6716 F:      drivers/nfc/
6717 F:      include/linux/platform_data/pn544.h
6718 F:      Documentation/devicetree/bindings/net/nfc/
6719
6720 NFS, SUNRPC, AND LOCKD CLIENTS
6721 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6722 L:      linux-nfs@vger.kernel.org
6723 W:      http://client.linux-nfs.org
6724 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6725 S:      Maintained
6726 F:      fs/lockd/
6727 F:      fs/nfs/
6728 F:      fs/nfs_common/
6729 F:      net/sunrpc/
6730 F:      include/linux/lockd/
6731 F:      include/linux/nfs*
6732 F:      include/linux/sunrpc/
6733 F:      include/uapi/linux/nfs*
6734 F:      include/uapi/linux/sunrpc/
6735
6736 NILFS2 FILESYSTEM
6737 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6738 L:      linux-nilfs@vger.kernel.org
6739 W:      http://nilfs.sourceforge.net/
6740 T:      git git://github.com/konis/nilfs2.git
6741 S:      Supported
6742 F:      Documentation/filesystems/nilfs2.txt
6743 F:      fs/nilfs2/
6744 F:      include/linux/nilfs2_fs.h
6745
6746 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6747 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6748 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6749 S:      Maintained
6750 F:      Documentation/scsi/NinjaSCSI.txt
6751 F:      drivers/scsi/pcmcia/nsp_*
6752
6753 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6754 M:      GOTO Masanori <gotom@debian.or.jp>
6755 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6756 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6757 S:      Maintained
6758 F:      Documentation/scsi/NinjaSCSI.txt
6759 F:      drivers/scsi/nsp32*
6760
6761 NIOS2 ARCHITECTURE
6762 M:      Ley Foon Tan <lftan@altera.com>
6763 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6764 T:      git git://git.rocketboards.org/linux-socfpga.git
6765 S:      Maintained
6766 F:      arch/nios2/
6767
6768 NTB DRIVER
6769 M:      Jon Mason <jdmason@kudzu.us>
6770 M:      Dave Jiang <dave.jiang@intel.com>
6771 S:      Supported
6772 W:      https://github.com/jonmason/ntb/wiki
6773 T:      git git://github.com/jonmason/ntb.git
6774 F:      drivers/ntb/
6775 F:      drivers/net/ntb_netdev.c
6776 F:      include/linux/ntb.h
6777
6778 NTFS FILESYSTEM
6779 M:      Anton Altaparmakov <anton@tuxera.com>
6780 L:      linux-ntfs-dev@lists.sourceforge.net
6781 W:      http://www.tuxera.com/
6782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6783 S:      Supported
6784 F:      Documentation/filesystems/ntfs.txt
6785 F:      fs/ntfs/
6786
6787 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6788 M:      Antonino Daplas <adaplas@gmail.com>
6789 L:      linux-fbdev@vger.kernel.org
6790 S:      Maintained
6791 F:      drivers/video/fbdev/riva/
6792 F:      drivers/video/fbdev/nvidia/
6793
6794 NVM EXPRESS DRIVER
6795 M:      Matthew Wilcox <willy@linux.intel.com>
6796 L:      linux-nvme@lists.infradead.org
6797 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6798 S:      Supported
6799 F:      drivers/block/nvme*
6800 F:      include/linux/nvme.h
6801
6802 NXP TDA998X DRM DRIVER
6803 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6804 S:      Supported
6805 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6806 F:      include/drm/i2c/tda998x.h
6807
6808 NXP TFA9879 DRIVER
6809 M:      Peter Rosin <peda@axentia.se>
6810 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6811 S:      Maintained
6812 F:      sound/soc/codecs/tfa9879*
6813
6814 OMAP SUPPORT
6815 M:      Tony Lindgren <tony@atomide.com>
6816 L:      linux-omap@vger.kernel.org
6817 W:      http://www.muru.com/linux/omap/
6818 W:      http://linux.omap.com/
6819 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6821 S:      Maintained
6822 F:      arch/arm/*omap*/
6823 F:      drivers/i2c/busses/i2c-omap.c
6824 F:      drivers/irqchip/irq-omap-intc.c
6825 F:      drivers/mfd/*omap*.c
6826 F:      drivers/mfd/menelaus.c
6827 F:      drivers/mfd/palmas.c
6828 F:      drivers/mfd/tps65217.c
6829 F:      drivers/mfd/tps65218.c
6830 F:      drivers/mfd/tps65910.c
6831 F:      drivers/mfd/twl-core.[ch]
6832 F:      drivers/mfd/twl4030*.c
6833 F:      drivers/mfd/twl6030*.c
6834 F:      drivers/mfd/twl6040*.c
6835 F:      drivers/regulator/palmas-regulator*.c
6836 F:      drivers/regulator/pbias-regulator.c
6837 F:      drivers/regulator/tps65217-regulator.c
6838 F:      drivers/regulator/tps65218-regulator.c
6839 F:      drivers/regulator/tps65910-regulator.c
6840 F:      drivers/regulator/twl-regulator.c
6841 F:      include/linux/i2c-omap.h
6842
6843 OMAP DEVICE TREE SUPPORT
6844 M:      Benoît Cousson <bcousson@baylibre.com>
6845 M:      Tony Lindgren <tony@atomide.com>
6846 L:      linux-omap@vger.kernel.org
6847 L:      devicetree@vger.kernel.org
6848 S:      Maintained
6849 F:      arch/arm/boot/dts/*omap*
6850 F:      arch/arm/boot/dts/*am3*
6851 F:      arch/arm/boot/dts/*am4*
6852 F:      arch/arm/boot/dts/*am5*
6853 F:      arch/arm/boot/dts/*dra7*
6854
6855 OMAP CLOCK FRAMEWORK SUPPORT
6856 M:      Paul Walmsley <paul@pwsan.com>
6857 L:      linux-omap@vger.kernel.org
6858 S:      Maintained
6859 F:      arch/arm/*omap*/*clock*
6860
6861 OMAP POWER MANAGEMENT SUPPORT
6862 M:      Kevin Hilman <khilman@deeprootsystems.com>
6863 L:      linux-omap@vger.kernel.org
6864 S:      Maintained
6865 F:      arch/arm/*omap*/*pm*
6866 F:      drivers/cpufreq/omap-cpufreq.c
6867
6868 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6869 M:      Rajendra Nayak <rnayak@ti.com>
6870 M:      Paul Walmsley <paul@pwsan.com>
6871 L:      linux-omap@vger.kernel.org
6872 S:      Maintained
6873 F:      arch/arm/mach-omap2/prm*
6874
6875 OMAP AUDIO SUPPORT
6876 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6877 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6878 L:      alsa-devel@alsa-project.org (subscribers-only)
6879 L:      linux-omap@vger.kernel.org
6880 S:      Maintained
6881 F:      sound/soc/omap/
6882
6883 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6884 M:      Roger Quadros <rogerq@ti.com>
6885 M:      Tony Lindgren <tony@atomide.com>
6886 L:      linux-omap@vger.kernel.org
6887 S:      Maintained
6888 F:      drivers/memory/omap-gpmc.c
6889 F:      arch/arm/mach-omap2/*gpmc*
6890
6891 OMAP FRAMEBUFFER SUPPORT
6892 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6893 L:      linux-fbdev@vger.kernel.org
6894 L:      linux-omap@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/video/fbdev/omap/
6897
6898 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6899 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6900 L:      linux-omap@vger.kernel.org
6901 L:      linux-fbdev@vger.kernel.org
6902 S:      Maintained
6903 F:      drivers/video/fbdev/omap2/
6904 F:      Documentation/arm/OMAP/DSS
6905
6906 OMAP HARDWARE SPINLOCK SUPPORT
6907 M:      Ohad Ben-Cohen <ohad@wizery.com>
6908 L:      linux-omap@vger.kernel.org
6909 S:      Maintained
6910 F:      drivers/hwspinlock/omap_hwspinlock.c
6911 F:      arch/arm/mach-omap2/hwspinlock.c
6912
6913 OMAP MMC SUPPORT
6914 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6915 L:      linux-omap@vger.kernel.org
6916 S:      Maintained
6917 F:      drivers/mmc/host/omap.c
6918
6919 OMAP HS MMC SUPPORT
6920 L:      linux-mmc@vger.kernel.org
6921 L:      linux-omap@vger.kernel.org
6922 S:      Orphan
6923 F:      drivers/mmc/host/omap_hsmmc.c
6924
6925 OMAP RANDOM NUMBER GENERATOR SUPPORT
6926 M:      Deepak Saxena <dsaxena@plexity.net>
6927 S:      Maintained
6928 F:      drivers/char/hw_random/omap-rng.c
6929
6930 OMAP HWMOD SUPPORT
6931 M:      Benoît Cousson <bcousson@baylibre.com>
6932 M:      Paul Walmsley <paul@pwsan.com>
6933 L:      linux-omap@vger.kernel.org
6934 S:      Maintained
6935 F:      arch/arm/mach-omap2/omap_hwmod.*
6936
6937 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6938 M:      Benoît Cousson <bcousson@baylibre.com>
6939 L:      linux-omap@vger.kernel.org
6940 S:      Maintained
6941 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6942
6943 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6944 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6945 L:      linux-media@vger.kernel.org
6946 S:      Maintained
6947 F:      drivers/media/platform/omap3isp/
6948 F:      drivers/staging/media/omap4iss/
6949
6950 OMAP USB SUPPORT
6951 M:      Felipe Balbi <balbi@ti.com>
6952 L:      linux-usb@vger.kernel.org
6953 L:      linux-omap@vger.kernel.org
6954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6955 S:      Maintained
6956 F:      drivers/usb/*/*omap*
6957 F:      arch/arm/*omap*/usb*
6958
6959 OMAP GPIO DRIVER
6960 M:      Javier Martinez Canillas <javier@dowhile0.org>
6961 M:      Santosh Shilimkar <ssantosh@kernel.org>
6962 M:      Kevin Hilman <khilman@deeprootsystems.com>
6963 L:      linux-omap@vger.kernel.org
6964 S:      Maintained
6965 F:      drivers/gpio/gpio-omap.c
6966
6967 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6968 M:      Mark Jackson <mpfj@newflow.co.uk>
6969 L:      linux-omap@vger.kernel.org
6970 S:      Maintained
6971 F:      arch/arm/boot/dts/am335x-nano.dts
6972
6973 OMFS FILESYSTEM
6974 M:      Bob Copeland <me@bobcopeland.com>
6975 L:      linux-karma-devel@lists.sourceforge.net
6976 S:      Maintained
6977 F:      Documentation/filesystems/omfs.txt
6978 F:      fs/omfs/
6979
6980 OMNIKEY CARDMAN 4000 DRIVER
6981 M:      Harald Welte <laforge@gnumonks.org>
6982 S:      Maintained
6983 F:      drivers/char/pcmcia/cm4000_cs.c
6984 F:      include/linux/cm4000_cs.h
6985 F:      include/uapi/linux/cm4000_cs.h
6986
6987 OMNIKEY CARDMAN 4040 DRIVER
6988 M:      Harald Welte <laforge@gnumonks.org>
6989 S:      Maintained
6990 F:      drivers/char/pcmcia/cm4040_cs.*
6991
6992 OMNIVISION OV7670 SENSOR DRIVER
6993 M:      Jonathan Corbet <corbet@lwn.net>
6994 L:      linux-media@vger.kernel.org
6995 T:      git git://linuxtv.org/media_tree.git
6996 S:      Maintained
6997 F:      drivers/media/i2c/ov7670.c
6998
6999 ONENAND FLASH DRIVER
7000 M:      Kyungmin Park <kyungmin.park@samsung.com>
7001 L:      linux-mtd@lists.infradead.org
7002 S:      Maintained
7003 F:      drivers/mtd/onenand/
7004 F:      include/linux/mtd/onenand*.h
7005
7006 ONSTREAM SCSI TAPE DRIVER
7007 M:      Willem Riede <osst@riede.org>
7008 L:      osst-users@lists.sourceforge.net
7009 L:      linux-scsi@vger.kernel.org
7010 S:      Maintained
7011 F:      Documentation/scsi/osst.txt
7012 F:      drivers/scsi/osst.*
7013 F:      drivers/scsi/osst_*.h
7014 F:      drivers/scsi/st.h
7015
7016 OPENCORES I2C BUS DRIVER
7017 M:      Peter Korsgaard <jacmet@sunsite.dk>
7018 L:      linux-i2c@vger.kernel.org
7019 S:      Maintained
7020 F:      Documentation/i2c/busses/i2c-ocores
7021 F:      drivers/i2c/busses/i2c-ocores.c
7022
7023 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7024 M:      Grant Likely <grant.likely@linaro.org>
7025 M:      Rob Herring <robh+dt@kernel.org>
7026 L:      devicetree@vger.kernel.org
7027 W:      http://www.devicetree.org/
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7029 S:      Maintained
7030 F:      drivers/of/
7031 F:      include/linux/of*.h
7032 F:      scripts/dtc/
7033
7034 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7035 M:      Rob Herring <robh+dt@kernel.org>
7036 M:      Pawel Moll <pawel.moll@arm.com>
7037 M:      Mark Rutland <mark.rutland@arm.com>
7038 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7039 M:      Kumar Gala <galak@codeaurora.org>
7040 L:      devicetree@vger.kernel.org
7041 S:      Maintained
7042 F:      Documentation/devicetree/
7043 F:      arch/*/boot/dts/
7044 F:      include/dt-bindings/
7045
7046 OPENRISC ARCHITECTURE
7047 M:      Jonas Bonn <jonas@southpole.se>
7048 W:      http://openrisc.net
7049 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7050 S:      Maintained
7051 T:      git git://openrisc.net/~jonas/linux
7052 F:      arch/openrisc/
7053
7054 OPENVSWITCH
7055 M:      Pravin Shelar <pshelar@nicira.com>
7056 L:      dev@openvswitch.org
7057 W:      http://openvswitch.org
7058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7059 S:      Maintained
7060 F:      net/openvswitch/
7061
7062 OPL4 DRIVER
7063 M:      Clemens Ladisch <clemens@ladisch.de>
7064 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7065 T:      git git://git.alsa-project.org/alsa-kernel.git
7066 S:      Maintained
7067 F:      sound/drivers/opl4/
7068
7069 OPROFILE
7070 M:      Robert Richter <rric@kernel.org>
7071 L:      oprofile-list@lists.sf.net
7072 S:      Maintained
7073 F:      arch/*/include/asm/oprofile*.h
7074 F:      arch/*/oprofile/
7075 F:      drivers/oprofile/
7076 F:      include/linux/oprofile.h
7077
7078 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7079 M:      Mark Fasheh <mfasheh@suse.com>
7080 M:      Joel Becker <jlbec@evilplan.org>
7081 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7082 W:      http://oss.oracle.com/projects/ocfs2/
7083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7084 S:      Supported
7085 F:      Documentation/filesystems/ocfs2.txt
7086 F:      Documentation/filesystems/dlmfs.txt
7087 F:      fs/ocfs2/
7088
7089 ORINOCO DRIVER
7090 L:      linux-wireless@vger.kernel.org
7091 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7092 W:      http://www.nongnu.org/orinoco/
7093 S:      Orphan
7094 F:      drivers/net/wireless/orinoco/
7095
7096 OSD LIBRARY and FILESYSTEM
7097 M:      Boaz Harrosh <ooo@electrozaur.com>
7098 M:      Benny Halevy <bhalevy@primarydata.com>
7099 L:      osd-dev@open-osd.org
7100 W:      http://open-osd.org
7101 T:      git git://git.open-osd.org/open-osd.git
7102 S:      Maintained
7103 F:      drivers/scsi/osd/
7104 F:      include/scsi/osd_*
7105 F:      fs/exofs/
7106
7107 OVERLAY FILESYSTEM
7108 M:      Miklos Szeredi <miklos@szeredi.hu>
7109 L:      linux-unionfs@vger.kernel.org
7110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7111 S:      Supported
7112 F:      fs/overlayfs/
7113 F:      Documentation/filesystems/overlayfs.txt
7114
7115 P54 WIRELESS DRIVER
7116 M:      Christian Lamparter <chunkeey@googlemail.com>
7117 L:      linux-wireless@vger.kernel.org
7118 W:      http://wireless.kernel.org/en/users/Drivers/p54
7119 S:      Maintained
7120 F:      drivers/net/wireless/p54/
7121
7122 PA SEMI ETHERNET DRIVER
7123 M:      Olof Johansson <olof@lixom.net>
7124 L:      netdev@vger.kernel.org
7125 S:      Maintained
7126 F:      drivers/net/ethernet/pasemi/*
7127
7128 PA SEMI SMBUS DRIVER
7129 M:      Olof Johansson <olof@lixom.net>
7130 L:      linux-i2c@vger.kernel.org
7131 S:      Maintained
7132 F:      drivers/i2c/busses/i2c-pasemi.c
7133
7134 PADATA PARALLEL EXECUTION MECHANISM
7135 M:      Steffen Klassert <steffen.klassert@secunet.com>
7136 L:      linux-crypto@vger.kernel.org
7137 S:      Maintained
7138 F:      kernel/padata.c
7139 F:      include/linux/padata.h
7140 F:      Documentation/padata.txt
7141
7142 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7143 M:      Harald Welte <laforge@gnumonks.org>
7144 L:      platform-driver-x86@vger.kernel.org
7145 S:      Maintained
7146 F:      drivers/platform/x86/panasonic-laptop.c
7147
7148 PANASONIC MN10300/AM33/AM34 PORT
7149 M:      David Howells <dhowells@redhat.com>
7150 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7151 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7152 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7153 S:      Maintained
7154 F:      Documentation/mn10300/
7155 F:      arch/mn10300/
7156
7157 PARALLEL PORT SUPPORT
7158 L:      linux-parport@lists.infradead.org (subscribers-only)
7159 S:      Orphan
7160 F:      drivers/parport/
7161 F:      include/linux/parport*.h
7162 F:      drivers/char/ppdev.c
7163 F:      include/uapi/linux/ppdev.h
7164
7165 PARAVIRT_OPS INTERFACE
7166 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7167 M:      Chris Wright <chrisw@sous-sol.org>
7168 M:      Alok Kataria <akataria@vmware.com>
7169 M:      Rusty Russell <rusty@rustcorp.com.au>
7170 L:      virtualization@lists.linux-foundation.org
7171 S:      Supported
7172 F:      Documentation/ia64/paravirt_ops.txt
7173 F:      arch/*/kernel/paravirt*
7174 F:      arch/*/include/asm/paravirt.h
7175
7176 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7177 M:      Tim Waugh <tim@cyberelk.net>
7178 L:      linux-parport@lists.infradead.org (subscribers-only)
7179 W:      http://www.torque.net/linux-pp.html
7180 S:      Maintained
7181 F:      Documentation/blockdev/paride.txt
7182 F:      drivers/block/paride/
7183
7184 PARISC ARCHITECTURE
7185 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7186 M:      Helge Deller <deller@gmx.de>
7187 L:      linux-parisc@vger.kernel.org
7188 W:      http://www.parisc-linux.org/
7189 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7192 S:      Maintained
7193 F:      arch/parisc/
7194 F:      Documentation/parisc/
7195 F:      drivers/parisc/
7196 F:      drivers/char/agp/parisc-agp.c
7197 F:      drivers/input/serio/gscps2.c
7198 F:      drivers/parport/parport_gsc.*
7199 F:      drivers/tty/serial/8250/8250_gsc.c
7200 F:      drivers/video/fbdev/sti*
7201 F:      drivers/video/console/sti*
7202 F:      drivers/video/logo/logo_parisc*
7203
7204 PC87360 HARDWARE MONITORING DRIVER
7205 M:      Jim Cromie <jim.cromie@gmail.com>
7206 L:      lm-sensors@lm-sensors.org
7207 S:      Maintained
7208 F:      Documentation/hwmon/pc87360
7209 F:      drivers/hwmon/pc87360.c
7210
7211 PC8736x GPIO DRIVER
7212 M:      Jim Cromie <jim.cromie@gmail.com>
7213 S:      Maintained
7214 F:      drivers/char/pc8736x_gpio.c
7215
7216 PC87427 HARDWARE MONITORING DRIVER
7217 M:      Jean Delvare <jdelvare@suse.de>
7218 L:      lm-sensors@lm-sensors.org
7219 S:      Maintained
7220 F:      Documentation/hwmon/pc87427
7221 F:      drivers/hwmon/pc87427.c
7222
7223 PCA9532 LED DRIVER
7224 M:      Riku Voipio <riku.voipio@iki.fi>
7225 S:      Maintained
7226 F:      drivers/leds/leds-pca9532.c
7227 F:      include/linux/leds-pca9532.h
7228
7229 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7230 M:      Guenter Roeck <linux@roeck-us.net>
7231 L:      linux-i2c@vger.kernel.org
7232 S:      Maintained
7233 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7234
7235 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7236 M:      Khalid Aziz <khalid@gonehiking.org>
7237 S:      Maintained
7238 F:      drivers/firmware/pcdp.*
7239
7240 PCI ERROR RECOVERY
7241 M:      Linas Vepstas <linasvepstas@gmail.com>
7242 L:      linux-pci@vger.kernel.org
7243 S:      Supported
7244 F:      Documentation/PCI/pci-error-recovery.txt
7245
7246 PCI SUBSYSTEM
7247 M:      Bjorn Helgaas <bhelgaas@google.com>
7248 L:      linux-pci@vger.kernel.org
7249 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7251 S:      Supported
7252 F:      Documentation/PCI/
7253 F:      drivers/pci/
7254 F:      include/linux/pci*
7255 F:      arch/x86/pci/
7256 F:      arch/x86/kernel/quirks.c
7257
7258 PCI DRIVER FOR APPLIEDMICRO XGENE
7259 M:      Tanmay Inamdar <tinamdar@apm.com>
7260 L:      linux-pci@vger.kernel.org
7261 L:      linux-arm-kernel@lists.infradead.org
7262 S:      Maintained
7263 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7264 F:      drivers/pci/host/pci-xgene.c
7265
7266 PCI DRIVER FOR FREESCALE LAYERSCAPE
7267 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7268 M:      Mingkai Hu <mingkai.hu@freescale.com>
7269 M:      Roy Zang <tie-fei.zang@freescale.com>
7270 L:      linuxppc-dev@lists.ozlabs.org
7271 L:      linux-pci@vger.kernel.org
7272 L:      linux-arm-kernel@lists.infradead.org
7273 S:      Maintained
7274 F:      drivers/pci/host/*layerscape*
7275
7276 PCI DRIVER FOR IMX6
7277 M:      Richard Zhu <Richard.Zhu@freescale.com>
7278 M:      Lucas Stach <l.stach@pengutronix.de>
7279 L:      linux-pci@vger.kernel.org
7280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7281 S:      Maintained
7282 F:      drivers/pci/host/*imx6*
7283
7284 PCI DRIVER FOR TI KEYSTONE
7285 M:      Murali Karicheri <m-karicheri2@ti.com>
7286 L:      linux-pci@vger.kernel.org
7287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7288 S:      Maintained
7289 F:      drivers/pci/host/*keystone*
7290
7291 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7292 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7293 M:      Jason Cooper <jason@lakedaemon.net>
7294 L:      linux-pci@vger.kernel.org
7295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7296 S:      Maintained
7297 F:      drivers/pci/host/*mvebu*
7298
7299 PCI DRIVER FOR NVIDIA TEGRA
7300 M:      Thierry Reding <thierry.reding@gmail.com>
7301 L:      linux-tegra@vger.kernel.org
7302 L:      linux-pci@vger.kernel.org
7303 S:      Supported
7304 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7305 F:      drivers/pci/host/pci-tegra.c
7306
7307 PCI DRIVER FOR TI DRA7XX
7308 M:      Kishon Vijay Abraham I <kishon@ti.com>
7309 L:      linux-omap@vger.kernel.org
7310 L:      linux-pci@vger.kernel.org
7311 S:      Supported
7312 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7313 F:      drivers/pci/host/pci-dra7xx.c
7314
7315 PCI DRIVER FOR RENESAS R-CAR
7316 M:      Simon Horman <horms@verge.net.au>
7317 L:      linux-pci@vger.kernel.org
7318 L:      linux-sh@vger.kernel.org
7319 S:      Maintained
7320 F:      drivers/pci/host/*rcar*
7321
7322 PCI DRIVER FOR SAMSUNG EXYNOS
7323 M:      Jingoo Han <jg1.han@samsung.com>
7324 L:      linux-pci@vger.kernel.org
7325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7326 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7327 S:      Maintained
7328 F:      drivers/pci/host/pci-exynos.c
7329
7330 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7331 M:      Mohit Kumar <mohit.kumar@st.com>
7332 M:      Jingoo Han <jg1.han@samsung.com>
7333 L:      linux-pci@vger.kernel.org
7334 S:      Maintained
7335 F:      drivers/pci/host/*designware*
7336
7337 PCI DRIVER FOR GENERIC OF HOSTS
7338 M:      Will Deacon <will.deacon@arm.com>
7339 L:      linux-pci@vger.kernel.org
7340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7341 S:      Maintained
7342 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7343 F:      drivers/pci/host/pci-host-generic.c
7344
7345 PCIE DRIVER FOR ST SPEAR13XX
7346 M:      Mohit Kumar <mohit.kumar@st.com>
7347 L:      linux-pci@vger.kernel.org
7348 S:      Maintained
7349 F:      drivers/pci/host/*spear*
7350
7351 PCMCIA SUBSYSTEM
7352 P:      Linux PCMCIA Team
7353 L:      linux-pcmcia@lists.infradead.org
7354 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7356 S:      Maintained
7357 F:      Documentation/pcmcia/
7358 F:      drivers/pcmcia/
7359 F:      include/pcmcia/
7360
7361 PCNET32 NETWORK DRIVER
7362 M:      Don Fry <pcnet32@frontier.com>
7363 L:      netdev@vger.kernel.org
7364 S:      Maintained
7365 F:      drivers/net/ethernet/amd/pcnet32.c
7366
7367 PCRYPT PARALLEL CRYPTO ENGINE
7368 M:      Steffen Klassert <steffen.klassert@secunet.com>
7369 L:      linux-crypto@vger.kernel.org
7370 S:      Maintained
7371 F:      crypto/pcrypt.c
7372 F:      include/crypto/pcrypt.h
7373
7374 PER-CPU MEMORY ALLOCATOR
7375 M:      Tejun Heo <tj@kernel.org>
7376 M:      Christoph Lameter <cl@linux-foundation.org>
7377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7378 S:      Maintained
7379 F:      include/linux/percpu*.h
7380 F:      mm/percpu*.c
7381 F:      arch/*/include/asm/percpu.h
7382
7383 PER-TASK DELAY ACCOUNTING
7384 M:      Balbir Singh <bsingharora@gmail.com>
7385 S:      Maintained
7386 F:      include/linux/delayacct.h
7387 F:      kernel/delayacct.c
7388
7389 PERFORMANCE EVENTS SUBSYSTEM
7390 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7391 M:      Paul Mackerras <paulus@samba.org>
7392 M:      Ingo Molnar <mingo@redhat.com>
7393 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7394 L:      linux-kernel@vger.kernel.org
7395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7396 S:      Supported
7397 F:      kernel/events/*
7398 F:      include/linux/perf_event.h
7399 F:      include/uapi/linux/perf_event.h
7400 F:      arch/*/kernel/perf_event*.c
7401 F:      arch/*/kernel/*/perf_event*.c
7402 F:      arch/*/kernel/*/*/perf_event*.c
7403 F:      arch/*/include/asm/perf_event.h
7404 F:      arch/*/kernel/perf_callchain.c
7405 F:      tools/perf/
7406
7407 PERSONALITY HANDLING
7408 M:      Christoph Hellwig <hch@infradead.org>
7409 L:      linux-abi-devel@lists.sourceforge.net
7410 S:      Maintained
7411 F:      include/linux/personality.h
7412 F:      include/uapi/linux/personality.h
7413
7414 PHONET PROTOCOL
7415 M:      Remi Denis-Courmont <courmisch@gmail.com>
7416 S:      Supported
7417 F:      Documentation/networking/phonet.txt
7418 F:      include/linux/phonet.h
7419 F:      include/net/phonet/
7420 F:      include/uapi/linux/phonet.h
7421 F:      net/phonet/
7422
7423 PHRAM MTD DRIVER
7424 M:      Joern Engel <joern@lazybastard.org>
7425 L:      linux-mtd@lists.infradead.org
7426 S:      Maintained
7427 F:      drivers/mtd/devices/phram.c
7428
7429 PICOLCD HID DRIVER
7430 M:      Bruno Prémont <bonbons@linux-vserver.org>
7431 L:      linux-input@vger.kernel.org
7432 S:      Maintained
7433 F:      drivers/hid/hid-picolcd*
7434
7435 PICOXCELL SUPPORT
7436 M:      Jamie Iles <jamie@jamieiles.com>
7437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7438 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7439 S:      Supported
7440 F:      arch/arm/boot/dts/picoxcell*
7441 F:      arch/arm/mach-picoxcell/
7442 F:      drivers/crypto/picoxcell*
7443
7444 PIN CONTROL SUBSYSTEM
7445 M:      Linus Walleij <linus.walleij@linaro.org>
7446 L:      linux-gpio@vger.kernel.org
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7448 S:      Maintained
7449 F:      drivers/pinctrl/
7450 F:      include/linux/pinctrl/
7451
7452 PIN CONTROLLER - ATMEL AT91
7453 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7455 S:      Maintained
7456 F:      drivers/pinctrl/pinctrl-at91.*
7457
7458 PIN CONTROLLER - INTEL
7459 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7460 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7461 S:      Maintained
7462 F:      drivers/pinctrl/intel/
7463
7464 PIN CONTROLLER - RENESAS
7465 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7466 L:      linux-sh@vger.kernel.org
7467 S:      Maintained
7468 F:      drivers/pinctrl/sh-pfc/
7469
7470 PIN CONTROLLER - SAMSUNG
7471 M:      Tomasz Figa <tomasz.figa@gmail.com>
7472 M:      Thomas Abraham <thomas.abraham@linaro.org>
7473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7474 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7475 S:      Maintained
7476 F:      drivers/pinctrl/samsung/
7477
7478 PIN CONTROLLER - ST SPEAR
7479 M:      Viresh Kumar <viresh.linux@gmail.com>
7480 L:      spear-devel@list.st.com
7481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7482 W:      http://www.st.com/spear
7483 S:      Maintained
7484 F:      drivers/pinctrl/spear/
7485
7486 PKTCDVD DRIVER
7487 M:      Jiri Kosina <jkosina@suse.cz>
7488 S:      Maintained
7489 F:      drivers/block/pktcdvd.c
7490 F:      include/linux/pktcdvd.h
7491 F:      include/uapi/linux/pktcdvd.h
7492
7493 PKUNITY SOC DRIVERS
7494 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7495 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7496 S:      Maintained
7497 T:      git git://github.com/gxt/linux.git
7498 F:      drivers/input/serio/i8042-unicore32io.h
7499 F:      drivers/i2c/busses/i2c-puv3.c
7500 F:      drivers/video/fbdev/fb-puv3.c
7501 F:      drivers/rtc/rtc-puv3.c
7502
7503 PMBUS HARDWARE MONITORING DRIVERS
7504 M:      Guenter Roeck <linux@roeck-us.net>
7505 L:      lm-sensors@lm-sensors.org
7506 W:      http://www.lm-sensors.org/
7507 W:      http://www.roeck-us.net/linux/drivers/
7508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7509 S:      Maintained
7510 F:      Documentation/hwmon/pmbus
7511 F:      drivers/hwmon/pmbus/
7512 F:      include/linux/i2c/pmbus.h
7513
7514 PMC SIERRA MaxRAID DRIVER
7515 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7516 L:      linux-scsi@vger.kernel.org
7517 W:      http://www.pmc-sierra.com/
7518 S:      Supported
7519 F:      drivers/scsi/pmcraid.*
7520
7521 PMC SIERRA PM8001 DRIVER
7522 M:      xjtuwjp@gmail.com
7523 M:      lindar_liu@usish.com
7524 L:      pmchba@pmcs.com
7525 L:      linux-scsi@vger.kernel.org
7526 S:      Supported
7527 F:      drivers/scsi/pm8001/
7528
7529 POSIX CLOCKS and TIMERS
7530 M:      Thomas Gleixner <tglx@linutronix.de>
7531 L:      linux-kernel@vger.kernel.org
7532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7533 S:      Maintained
7534 F:      fs/timerfd.c
7535 F:      include/linux/timer*
7536 F:      kernel/time/*timer*
7537
7538 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7539 M:      Sebastian Reichel <sre@kernel.org>
7540 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7541 M:      David Woodhouse <dwmw2@infradead.org>
7542 L:      linux-pm@vger.kernel.org
7543 T:      git git://git.infradead.org/battery-2.6.git
7544 S:      Maintained
7545 F:      include/linux/power_supply.h
7546 F:      drivers/power/
7547
7548 PNP SUPPORT
7549 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7550 S:      Maintained
7551 F:      drivers/pnp/
7552
7553 PNXxxxx I2C DRIVER
7554 M:      Vitaly Wool <vitalywool@gmail.com>
7555 L:      linux-i2c@vger.kernel.org
7556 S:      Maintained
7557 F:      drivers/i2c/busses/i2c-pnx.c
7558
7559 PPP PROTOCOL DRIVERS AND COMPRESSORS
7560 M:      Paul Mackerras <paulus@samba.org>
7561 L:      linux-ppp@vger.kernel.org
7562 S:      Maintained
7563 F:      drivers/net/ppp/ppp_*
7564
7565 PPP OVER ATM (RFC 2364)
7566 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7567 S:      Maintained
7568 F:      net/atm/pppoatm.c
7569 F:      include/uapi/linux/atmppp.h
7570
7571 PPP OVER ETHERNET
7572 M:      Michal Ostrowski <mostrows@earthlink.net>
7573 S:      Maintained
7574 F:      drivers/net/ppp/pppoe.c
7575 F:      drivers/net/ppp/pppox.c
7576
7577 PPP OVER L2TP
7578 M:      James Chapman <jchapman@katalix.com>
7579 S:      Maintained
7580 F:      net/l2tp/l2tp_ppp.c
7581 F:      include/linux/if_pppol2tp.h
7582 F:      include/uapi/linux/if_pppol2tp.h
7583
7584 PPS SUPPORT
7585 M:      Rodolfo Giometti <giometti@enneenne.com>
7586 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7587 L:      linuxpps@ml.enneenne.com (subscribers-only)
7588 S:      Maintained
7589 F:      Documentation/pps/
7590 F:      drivers/pps/
7591 F:      include/linux/pps*.h
7592
7593 PPTP DRIVER
7594 M:      Dmitry Kozlov <xeb@mail.ru>
7595 L:      netdev@vger.kernel.org
7596 S:      Maintained
7597 F:      drivers/net/ppp/pptp.c
7598 W:      http://sourceforge.net/projects/accel-pptp
7599
7600 PREEMPTIBLE KERNEL
7601 M:      Robert Love <rml@tech9.net>
7602 L:      kpreempt-tech@lists.sourceforge.net
7603 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7604 S:      Supported
7605 F:      Documentation/preempt-locking.txt
7606 F:      include/linux/preempt.h
7607
7608 PRISM54 WIRELESS DRIVER
7609 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7610 L:      linux-wireless@vger.kernel.org
7611 W:      http://wireless.kernel.org/en/users/Drivers/p54
7612 S:      Obsolete
7613 F:      drivers/net/wireless/prism54/
7614
7615 PS3 NETWORK SUPPORT
7616 M:      Geoff Levand <geoff@infradead.org>
7617 L:      netdev@vger.kernel.org
7618 L:      cbe-oss-dev@lists.ozlabs.org
7619 S:      Maintained
7620 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7621
7622 PS3 PLATFORM SUPPORT
7623 M:      Geoff Levand <geoff@infradead.org>
7624 L:      linuxppc-dev@lists.ozlabs.org
7625 L:      cbe-oss-dev@lists.ozlabs.org
7626 S:      Maintained
7627 F:      arch/powerpc/boot/ps3*
7628 F:      arch/powerpc/include/asm/lv1call.h
7629 F:      arch/powerpc/include/asm/ps3*.h
7630 F:      arch/powerpc/platforms/ps3/
7631 F:      drivers/*/ps3*
7632 F:      drivers/ps3/
7633 F:      drivers/rtc/rtc-ps3.c
7634 F:      drivers/usb/host/*ps3.c
7635 F:      sound/ppc/snd_ps3*
7636
7637 PS3VRAM DRIVER
7638 M:      Jim Paris <jim@jtan.com>
7639 L:      cbe-oss-dev@lists.ozlabs.org
7640 S:      Maintained
7641 F:      drivers/block/ps3vram.c
7642
7643 PSTORE FILESYSTEM
7644 M:      Anton Vorontsov <anton@enomsg.org>
7645 M:      Colin Cross <ccross@android.com>
7646 M:      Kees Cook <keescook@chromium.org>
7647 M:      Tony Luck <tony.luck@intel.com>
7648 S:      Maintained
7649 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7650 F:      fs/pstore/
7651 F:      include/linux/pstore*
7652 F:      drivers/firmware/efi/efi-pstore.c
7653 F:      drivers/acpi/apei/erst.c
7654
7655 PTP HARDWARE CLOCK SUPPORT
7656 M:      Richard Cochran <richardcochran@gmail.com>
7657 L:      netdev@vger.kernel.org
7658 S:      Maintained
7659 W:      http://linuxptp.sourceforge.net/
7660 F:      Documentation/ABI/testing/sysfs-ptp
7661 F:      Documentation/ptp/*
7662 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7663 F:      drivers/net/phy/dp83640*
7664 F:      drivers/ptp/*
7665 F:      include/linux/ptp_cl*
7666
7667 PTRACE SUPPORT
7668 M:      Roland McGrath <roland@hack.frob.com>
7669 M:      Oleg Nesterov <oleg@redhat.com>
7670 S:      Maintained
7671 F:      include/asm-generic/syscall.h
7672 F:      include/linux/ptrace.h
7673 F:      include/linux/regset.h
7674 F:      include/linux/tracehook.h
7675 F:      include/uapi/linux/ptrace.h
7676 F:      kernel/ptrace.c
7677
7678 PVRUSB2 VIDEO4LINUX DRIVER
7679 M:      Mike Isely <isely@pobox.com>
7680 L:      pvrusb2@isely.net       (subscribers-only)
7681 L:      linux-media@vger.kernel.org
7682 W:      http://www.isely.net/pvrusb2/
7683 T:      git git://linuxtv.org/media_tree.git
7684 S:      Maintained
7685 F:      Documentation/video4linux/README.pvrusb2
7686 F:      drivers/media/usb/pvrusb2/
7687
7688 PWC WEBCAM DRIVER
7689 M:      Hans de Goede <hdegoede@redhat.com>
7690 L:      linux-media@vger.kernel.org
7691 T:      git git://linuxtv.org/media_tree.git
7692 S:      Maintained
7693 F:      drivers/media/usb/pwc/*
7694
7695 PWM FAN DRIVER
7696 M:      Kamil Debski <k.debski@samsung.com>
7697 L:      lm-sensors@lm-sensors.org
7698 S:      Supported
7699 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7700 F:      Documentation/hwmon/pwm-fan
7701 F:      drivers/hwmon/pwm-fan.c
7702
7703 PWM SUBSYSTEM
7704 M:      Thierry Reding <thierry.reding@gmail.com>
7705 L:      linux-pwm@vger.kernel.org
7706 S:      Maintained
7707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7708 F:      Documentation/pwm.txt
7709 F:      Documentation/devicetree/bindings/pwm/
7710 F:      include/linux/pwm.h
7711 F:      drivers/pwm/
7712 F:      drivers/video/backlight/pwm_bl.c
7713 F:      include/linux/pwm_backlight.h
7714
7715 PXA2xx/PXA3xx SUPPORT
7716 M:      Daniel Mack <daniel@zonque.org>
7717 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7718 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7720 T:      git git://github.com/hzhuang1/linux.git
7721 T:      git git://github.com/rjarzmik/linux.git
7722 S:      Maintained
7723 F:      arch/arm/mach-pxa/
7724 F:      drivers/pcmcia/pxa2xx*
7725 F:      drivers/spi/spi-pxa2xx*
7726 F:      drivers/usb/gadget/udc/pxa2*
7727 F:      include/sound/pxa2xx-lib.h
7728 F:      sound/arm/pxa*
7729 F:      sound/soc/pxa/
7730
7731 PXA3xx NAND FLASH DRIVER
7732 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7733 L:      linux-mtd@lists.infradead.org
7734 S:      Maintained
7735 F:      drivers/mtd/nand/pxa3xx_nand.c
7736
7737 MMP SUPPORT
7738 M:      Eric Miao <eric.y.miao@gmail.com>
7739 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7741 T:      git git://github.com/hzhuang1/linux.git
7742 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7743 S:      Maintained
7744 F:      arch/arm/mach-mmp/
7745
7746 PXA MMCI DRIVER
7747 S:      Orphan
7748
7749 PXA RTC DRIVER
7750 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7751 L:      rtc-linux@googlegroups.com
7752 S:      Maintained
7753
7754 QAT DRIVER
7755 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7756 L:      qat-linux@intel.com
7757 S:      Supported
7758 F:      drivers/crypto/qat/
7759
7760 QIB DRIVER
7761 M:      Mike Marciniszyn <infinipath@intel.com>
7762 L:      linux-rdma@vger.kernel.org
7763 S:      Supported
7764 F:      drivers/infiniband/hw/qib/
7765
7766 QLOGIC QLA1280 SCSI DRIVER
7767 M:      Michael Reed <mdr@sgi.com>
7768 L:      linux-scsi@vger.kernel.org
7769 S:      Maintained
7770 F:      drivers/scsi/qla1280.[ch]
7771
7772 QLOGIC QLA2XXX FC-SCSI DRIVER
7773 M:      qla2xxx-upstream@qlogic.com
7774 L:      linux-scsi@vger.kernel.org
7775 S:      Supported
7776 F:      Documentation/scsi/LICENSE.qla2xxx
7777 F:      drivers/scsi/qla2xxx/
7778
7779 QLOGIC QLA4XXX iSCSI DRIVER
7780 M:      QLogic-Storage-Upstream@qlogic.com
7781 L:      linux-scsi@vger.kernel.org
7782 S:      Supported
7783 F:      Documentation/scsi/LICENSE.qla4xxx
7784 F:      drivers/scsi/qla4xxx/
7785
7786 QLOGIC QLA3XXX NETWORK DRIVER
7787 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7788 M:      Ron Mercer <ron.mercer@qlogic.com>
7789 M:      linux-driver@qlogic.com
7790 L:      netdev@vger.kernel.org
7791 S:      Supported
7792 F:      Documentation/networking/LICENSE.qla3xxx
7793 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7794
7795 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7796 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7797 M:      Dept-GELinuxNICDev@qlogic.com
7798 L:      netdev@vger.kernel.org
7799 S:      Supported
7800 F:      drivers/net/ethernet/qlogic/qlcnic/
7801
7802 QLOGIC QLGE 10Gb ETHERNET DRIVER
7803 M:      Harish Patil <harish.patil@qlogic.com>
7804 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7805 M:      Dept-GELinuxNICDev@qlogic.com
7806 M:      linux-driver@qlogic.com
7807 L:      netdev@vger.kernel.org
7808 S:      Supported
7809 F:      drivers/net/ethernet/qlogic/qlge/
7810
7811 QNX4 FILESYSTEM
7812 M:      Anders Larsen <al@alarsen.net>
7813 W:      http://www.alarsen.net/linux/qnx4fs/
7814 S:      Maintained
7815 F:      fs/qnx4/
7816 F:      include/uapi/linux/qnx4_fs.h
7817 F:      include/uapi/linux/qnxtypes.h
7818
7819 QT1010 MEDIA DRIVER
7820 M:      Antti Palosaari <crope@iki.fi>
7821 L:      linux-media@vger.kernel.org
7822 W:      http://linuxtv.org/
7823 W:      http://palosaari.fi/linux/
7824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7825 T:      git git://linuxtv.org/anttip/media_tree.git
7826 S:      Maintained
7827 F:      drivers/media/tuners/qt1010*
7828
7829 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7830 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7831 L:      linux-wireless@vger.kernel.org
7832 L:      ath9k-devel@lists.ath9k.org
7833 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7834 S:      Supported
7835 F:      drivers/net/wireless/ath/ath9k/
7836
7837 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7838 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7839 L:      ath10k@lists.infradead.org
7840 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7841 T:      git git://github.com/kvalo/ath.git
7842 S:      Supported
7843 F:      drivers/net/wireless/ath/ath10k/
7844
7845 QUALCOMM HEXAGON ARCHITECTURE
7846 M:      Richard Kuo <rkuo@codeaurora.org>
7847 L:      linux-hexagon@vger.kernel.org
7848 S:      Supported
7849 F:      arch/hexagon/
7850
7851 QUALCOMM WCN36XX WIRELESS DRIVER
7852 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7853 L:      wcn36xx@lists.infradead.org
7854 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7855 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7856 S:      Supported
7857 F:      drivers/net/wireless/ath/wcn36xx/
7858
7859 QUICKCAM PARALLEL PORT WEBCAMS
7860 M:      Hans Verkuil <hverkuil@xs4all.nl>
7861 L:      linux-media@vger.kernel.org
7862 T:      git git://linuxtv.org/media_tree.git
7863 W:      http://linuxtv.org
7864 S:      Odd Fixes
7865 F:      drivers/media/parport/*-qcam*
7866
7867 RADOS BLOCK DEVICE (RBD)
7868 M:      Yehuda Sadeh <yehuda@inktank.com>
7869 M:      Sage Weil <sage@inktank.com>
7870 M:      Alex Elder <elder@kernel.org>
7871 M:      ceph-devel@vger.kernel.org
7872 W:      http://ceph.com/
7873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7874 S:      Supported
7875 F:      drivers/block/rbd.c
7876 F:      drivers/block/rbd_types.h
7877
7878 RADEON FRAMEBUFFER DISPLAY DRIVER
7879 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7880 L:      linux-fbdev@vger.kernel.org
7881 S:      Maintained
7882 F:      drivers/video/fbdev/aty/radeon*
7883 F:      include/uapi/linux/radeonfb.h
7884
7885 RADIOSHARK RADIO DRIVER
7886 M:      Hans de Goede <hdegoede@redhat.com>
7887 L:      linux-media@vger.kernel.org
7888 T:      git git://linuxtv.org/media_tree.git
7889 S:      Maintained
7890 F:      drivers/media/radio/radio-shark.c
7891
7892 RADIOSHARK2 RADIO DRIVER
7893 M:      Hans de Goede <hdegoede@redhat.com>
7894 L:      linux-media@vger.kernel.org
7895 T:      git git://linuxtv.org/media_tree.git
7896 S:      Maintained
7897 F:      drivers/media/radio/radio-shark2.c
7898 F:      drivers/media/radio/radio-tea5777.c
7899
7900 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7901 M:      Paul Mackerras <paulus@samba.org>
7902 L:      linux-fbdev@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/video/fbdev/aty/aty128fb.c
7905
7906 RALINK RT2X00 WIRELESS LAN DRIVER
7907 P:      rt2x00 project
7908 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7909 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7910 L:      linux-wireless@vger.kernel.org
7911 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7912 W:      http://rt2x00.serialmonkey.com/
7913 S:      Maintained
7914 F:      drivers/net/wireless/rt2x00/
7915
7916 RAMDISK RAM BLOCK DEVICE DRIVER
7917 M:      Nick Piggin <npiggin@kernel.dk>
7918 S:      Maintained
7919 F:      Documentation/blockdev/ramdisk.txt
7920 F:      drivers/block/brd.c
7921
7922 RANDOM NUMBER DRIVER
7923 M:      "Theodore Ts'o" <tytso@mit.edu>
7924 S:      Maintained
7925 F:      drivers/char/random.c
7926
7927 RAPIDIO SUBSYSTEM
7928 M:      Matt Porter <mporter@kernel.crashing.org>
7929 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7930 S:      Maintained
7931 F:      drivers/rapidio/
7932
7933 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7934 L:      linux-wireless@vger.kernel.org
7935 S:      Orphan
7936 F:      drivers/net/wireless/ray*
7937
7938 RCUTORTURE MODULE
7939 M:      Josh Triplett <josh@joshtriplett.org>
7940 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7941 L:      linux-kernel@vger.kernel.org
7942 S:      Supported
7943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7944 F:      Documentation/RCU/torture.txt
7945 F:      kernel/rcu/rcutorture.c
7946
7947 RCUTORTURE TEST FRAMEWORK
7948 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7949 M:      Josh Triplett <josh@joshtriplett.org>
7950 R:      Steven Rostedt <rostedt@goodmis.org>
7951 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7952 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7953 L:      linux-kernel@vger.kernel.org
7954 S:      Supported
7955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7956 F:      tools/testing/selftests/rcutorture
7957
7958 RDC R-321X SoC
7959 M:      Florian Fainelli <florian@openwrt.org>
7960 S:      Maintained
7961
7962 RDC R6040 FAST ETHERNET DRIVER
7963 M:      Florian Fainelli <florian@openwrt.org>
7964 L:      netdev@vger.kernel.org
7965 S:      Maintained
7966 F:      drivers/net/ethernet/rdc/r6040.c
7967
7968 RDS - RELIABLE DATAGRAM SOCKETS
7969 M:      Chien Yen <chien.yen@oracle.com>
7970 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7971 S:      Supported
7972 F:      net/rds/
7973
7974 READ-COPY UPDATE (RCU)
7975 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7976 M:      Josh Triplett <josh@joshtriplett.org>
7977 R:      Steven Rostedt <rostedt@goodmis.org>
7978 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7979 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7980 L:      linux-kernel@vger.kernel.org
7981 W:      http://www.rdrop.com/users/paulmck/RCU/
7982 S:      Supported
7983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7984 F:      Documentation/RCU/
7985 X:      Documentation/RCU/torture.txt
7986 F:      include/linux/rcu*
7987 X:      include/linux/srcu.h
7988 F:      kernel/rcu/
7989 X:      kernel/torture.c
7990
7991 REAL TIME CLOCK (RTC) SUBSYSTEM
7992 M:      Alessandro Zummo <a.zummo@towertech.it>
7993 L:      rtc-linux@googlegroups.com
7994 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7995 S:      Maintained
7996 F:      Documentation/rtc.txt
7997 F:      drivers/rtc/
7998 F:      include/linux/rtc.h
7999 F:      include/uapi/linux/rtc.h
8000
8001 REALTEK AUDIO CODECS
8002 M:      Bard Liao <bardliao@realtek.com>
8003 M:      Oder Chiou <oder_chiou@realtek.com>
8004 S:      Maintained
8005 F:      sound/soc/codecs/rt*
8006 F:      include/sound/rt*.h
8007
8008 REISERFS FILE SYSTEM
8009 L:      reiserfs-devel@vger.kernel.org
8010 S:      Supported
8011 F:      fs/reiserfs/
8012
8013 REGISTER MAP ABSTRACTION
8014 M:      Mark Brown <broonie@kernel.org>
8015 L:      linux-kernel@vger.kernel.org
8016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8017 S:      Supported
8018 F:      drivers/base/regmap/
8019 F:      include/linux/regmap.h
8020
8021 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8022 M:      Ohad Ben-Cohen <ohad@wizery.com>
8023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8024 S:      Maintained
8025 F:      drivers/remoteproc/
8026 F:      Documentation/remoteproc.txt
8027 F:      include/linux/remoteproc.h
8028
8029 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8030 M:      Ohad Ben-Cohen <ohad@wizery.com>
8031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8032 S:      Maintained
8033 F:      drivers/rpmsg/
8034 F:      Documentation/rpmsg.txt
8035 F:      include/linux/rpmsg.h
8036
8037 RESET CONTROLLER FRAMEWORK
8038 M:      Philipp Zabel <p.zabel@pengutronix.de>
8039 S:      Maintained
8040 F:      drivers/reset/
8041 F:      Documentation/devicetree/bindings/reset/
8042 F:      include/linux/reset.h
8043 F:      include/linux/reset-controller.h
8044
8045 RFKILL
8046 M:      Johannes Berg <johannes@sipsolutions.net>
8047 L:      linux-wireless@vger.kernel.org
8048 W:      http://wireless.kernel.org/
8049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8051 S:      Maintained
8052 F:      Documentation/rfkill.txt
8053 F:      net/rfkill/
8054
8055 RICOH SMARTMEDIA/XD DRIVER
8056 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8057 S:      Maintained
8058 F:      drivers/mtd/nand/r852.c
8059 F:      drivers/mtd/nand/r852.h
8060
8061 RICOH R5C592 MEMORYSTICK DRIVER
8062 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8063 S:      Maintained
8064 F:      drivers/memstick/host/r592.*
8065
8066 ROCCAT DRIVERS
8067 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8068 W:      http://sourceforge.net/projects/roccat/
8069 S:      Maintained
8070 F:      drivers/hid/hid-roccat*
8071 F:      include/linux/hid-roccat*
8072 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8073
8074 ROCKER DRIVER
8075 M:      Jiri Pirko <jiri@resnulli.us>
8076 M:      Scott Feldman <sfeldma@gmail.com>
8077 L:      netdev@vger.kernel.org
8078 S:      Supported
8079 F:      drivers/net/ethernet/rocker/
8080
8081 ROCKETPORT DRIVER
8082 P:      Comtrol Corp.
8083 W:      http://www.comtrol.com
8084 S:      Maintained
8085 F:      Documentation/serial/rocket.txt
8086 F:      drivers/tty/rocket*
8087
8088 ROCKETPORT EXPRESS/INFINITY DRIVER
8089 M:      Kevin Cernekee <cernekee@gmail.com>
8090 L:      linux-serial@vger.kernel.org
8091 S:      Odd Fixes
8092 F:      drivers/tty/serial/rp2.*
8093
8094 ROSE NETWORK LAYER
8095 M:      Ralf Baechle <ralf@linux-mips.org>
8096 L:      linux-hams@vger.kernel.org
8097 W:      http://www.linux-ax25.org/
8098 S:      Maintained
8099 F:      include/net/rose.h
8100 F:      include/uapi/linux/rose.h
8101 F:      net/rose/
8102
8103 RTL2830 MEDIA DRIVER
8104 M:      Antti Palosaari <crope@iki.fi>
8105 L:      linux-media@vger.kernel.org
8106 W:      http://linuxtv.org/
8107 W:      http://palosaari.fi/linux/
8108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8109 T:      git git://linuxtv.org/anttip/media_tree.git
8110 S:      Maintained
8111 F:      drivers/media/dvb-frontends/rtl2830*
8112
8113 RTL2832 MEDIA DRIVER
8114 M:      Antti Palosaari <crope@iki.fi>
8115 L:      linux-media@vger.kernel.org
8116 W:      http://linuxtv.org/
8117 W:      http://palosaari.fi/linux/
8118 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8119 T:      git git://linuxtv.org/anttip/media_tree.git
8120 S:      Maintained
8121 F:      drivers/media/dvb-frontends/rtl2832*
8122
8123 RTL2832_SDR MEDIA DRIVER
8124 M:      Antti Palosaari <crope@iki.fi>
8125 L:      linux-media@vger.kernel.org
8126 W:      http://linuxtv.org/
8127 W:      http://palosaari.fi/linux/
8128 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8129 T:      git git://linuxtv.org/anttip/media_tree.git
8130 S:      Maintained
8131 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8132
8133 RTL8180 WIRELESS DRIVER
8134 L:      linux-wireless@vger.kernel.org
8135 W:      http://wireless.kernel.org/
8136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8137 S:      Orphan
8138 F:      drivers/net/wireless/rtl818x/rtl8180/
8139
8140 RTL8187 WIRELESS DRIVER
8141 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8142 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8143 M:      Larry Finger <Larry.Finger@lwfinger.net>
8144 L:      linux-wireless@vger.kernel.org
8145 W:      http://wireless.kernel.org/
8146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8147 S:      Maintained
8148 F:      drivers/net/wireless/rtl818x/rtl8187/
8149
8150 RTL8192CE WIRELESS DRIVER
8151 M:      Larry Finger <Larry.Finger@lwfinger.net>
8152 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8153 L:      linux-wireless@vger.kernel.org
8154 W:      http://wireless.kernel.org/
8155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8156 S:      Maintained
8157 F:      drivers/net/wireless/rtlwifi/
8158 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8159
8160 S3 SAVAGE FRAMEBUFFER DRIVER
8161 M:      Antonino Daplas <adaplas@gmail.com>
8162 L:      linux-fbdev@vger.kernel.org
8163 S:      Maintained
8164 F:      drivers/video/fbdev/savage/
8165
8166 S390
8167 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8168 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8169 M:      linux390@de.ibm.com
8170 L:      linux-s390@vger.kernel.org
8171 W:      http://www.ibm.com/developerworks/linux/linux390/
8172 S:      Supported
8173 F:      arch/s390/
8174 F:      drivers/s390/
8175 F:      Documentation/s390/
8176 F:      Documentation/DocBook/s390*
8177
8178 S390 COMMON I/O LAYER
8179 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8180 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8181 L:      linux-s390@vger.kernel.org
8182 W:      http://www.ibm.com/developerworks/linux/linux390/
8183 S:      Supported
8184 F:      drivers/s390/cio/
8185
8186 S390 DASD DRIVER
8187 M:      Stefan Weinhuber <wein@de.ibm.com>
8188 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8189 L:      linux-s390@vger.kernel.org
8190 W:      http://www.ibm.com/developerworks/linux/linux390/
8191 S:      Supported
8192 F:      drivers/s390/block/dasd*
8193 F:      block/partitions/ibm.c
8194
8195 S390 NETWORK DRIVERS
8196 M:      Ursula Braun <ursula.braun@de.ibm.com>
8197 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8198 M:      linux390@de.ibm.com
8199 L:      linux-s390@vger.kernel.org
8200 W:      http://www.ibm.com/developerworks/linux/linux390/
8201 S:      Supported
8202 F:      drivers/s390/net/
8203
8204 S390 PCI SUBSYSTEM
8205 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8206 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8207 L:      linux-s390@vger.kernel.org
8208 W:      http://www.ibm.com/developerworks/linux/linux390/
8209 S:      Supported
8210 F:      arch/s390/pci/
8211 F:      drivers/pci/hotplug/s390_pci_hpc.c
8212
8213 S390 ZCRYPT DRIVER
8214 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8215 M:      linux390@de.ibm.com
8216 L:      linux-s390@vger.kernel.org
8217 W:      http://www.ibm.com/developerworks/linux/linux390/
8218 S:      Supported
8219 F:      drivers/s390/crypto/
8220
8221 S390 ZFCP DRIVER
8222 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8223 M:      linux390@de.ibm.com
8224 L:      linux-s390@vger.kernel.org
8225 W:      http://www.ibm.com/developerworks/linux/linux390/
8226 S:      Supported
8227 F:      drivers/s390/scsi/zfcp_*
8228
8229 S390 IUCV NETWORK LAYER
8230 M:      Ursula Braun <ursula.braun@de.ibm.com>
8231 M:      linux390@de.ibm.com
8232 L:      linux-s390@vger.kernel.org
8233 W:      http://www.ibm.com/developerworks/linux/linux390/
8234 S:      Supported
8235 F:      drivers/s390/net/*iucv*
8236 F:      include/net/iucv/
8237 F:      net/iucv/
8238
8239 S3C24XX SD/MMC Driver
8240 M:      Ben Dooks <ben-linux@fluff.org>
8241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8242 S:      Supported
8243 F:      drivers/mmc/host/s3cmci.*
8244
8245 SAA6588 RDS RECEIVER DRIVER
8246 M:      Hans Verkuil <hverkuil@xs4all.nl>
8247 L:      linux-media@vger.kernel.org
8248 T:      git git://linuxtv.org/media_tree.git
8249 W:      http://linuxtv.org
8250 S:      Odd Fixes
8251 F:      drivers/media/i2c/saa6588*
8252
8253 SAA7134 VIDEO4LINUX DRIVER
8254 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8255 L:      linux-media@vger.kernel.org
8256 W:      http://linuxtv.org
8257 T:      git git://linuxtv.org/media_tree.git
8258 S:      Odd fixes
8259 F:      Documentation/video4linux/*.saa7134
8260 F:      drivers/media/pci/saa7134/
8261
8262 SAA7146 VIDEO4LINUX-2 DRIVER
8263 M:      Hans Verkuil <hverkuil@xs4all.nl>
8264 L:      linux-media@vger.kernel.org
8265 T:      git git://linuxtv.org/media_tree.git
8266 S:      Maintained
8267 F:      drivers/media/common/saa7146/
8268 F:      drivers/media/pci/saa7146/
8269 F:      include/media/saa7146*
8270
8271 SAMSUNG LAPTOP DRIVER
8272 M:      Corentin Chary <corentin.chary@gmail.com>
8273 L:      platform-driver-x86@vger.kernel.org
8274 S:      Maintained
8275 F:      drivers/platform/x86/samsung-laptop.c
8276
8277 SAMSUNG AUDIO (ASoC) DRIVERS
8278 M:      Sangbeom Kim <sbkim73@samsung.com>
8279 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8280 S:      Supported
8281 F:      sound/soc/samsung/
8282
8283 SAMSUNG FRAMEBUFFER DRIVER
8284 M:      Jingoo Han <jg1.han@samsung.com>
8285 L:      linux-fbdev@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/video/fbdev/s3c-fb.c
8288
8289 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8290 M:      Sangbeom Kim <sbkim73@samsung.com>
8291 L:      linux-kernel@vger.kernel.org
8292 S:      Supported
8293 F:      drivers/mfd/sec*.c
8294 F:      drivers/regulator/s2m*.c
8295 F:      drivers/regulator/s5m*.c
8296 F:      include/linux/mfd/samsung/
8297
8298 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8299 M:      Kyungmin Park <kyungmin.park@samsung.com>
8300 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8301 L:      linux-media@vger.kernel.org
8302 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8303 S:      Supported
8304 F:      drivers/media/platform/exynos4-is/
8305
8306 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8307 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8308 L:      linux-media@vger.kernel.org
8309 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8310 S:      Maintained
8311 F:      drivers/media/platform/s3c-camif/
8312 F:      include/media/s3c_camif.h
8313
8314 SAMSUNG S5C73M3 CAMERA DRIVER
8315 M:      Kyungmin Park <kyungmin.park@samsung.com>
8316 M:      Andrzej Hajda <a.hajda@samsung.com>
8317 L:      linux-media@vger.kernel.org
8318 S:      Supported
8319 F:      drivers/media/i2c/s5c73m3/*
8320
8321 SAMSUNG S5K5BAF CAMERA DRIVER
8322 M:      Kyungmin Park <kyungmin.park@samsung.com>
8323 M:      Andrzej Hajda <a.hajda@samsung.com>
8324 L:      linux-media@vger.kernel.org
8325 S:      Supported
8326 F:      drivers/media/i2c/s5k5baf.c
8327
8328 SAMSUNG SOC CLOCK DRIVERS
8329 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8330 M:      Tomasz Figa <tomasz.figa@gmail.com>
8331 S:      Supported
8332 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8333 F:      drivers/clk/samsung/
8334
8335 SAMSUNG SXGBE DRIVERS
8336 M:      Byungho An <bh74.an@samsung.com>
8337 M:      Girish K S <ks.giri@samsung.com>
8338 M:      Vipul Pandya <vipul.pandya@samsung.com>
8339 S:      Supported
8340 L:      netdev@vger.kernel.org
8341 F:      drivers/net/ethernet/samsung/sxgbe/
8342
8343 SAMSUNG USB2 PHY DRIVER
8344 M:      Kamil Debski <k.debski@samsung.com>
8345 L:      linux-kernel@vger.kernel.org
8346 S:      Supported
8347 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8348 F:      Documentation/phy/samsung-usb2.txt
8349 F:      drivers/phy/phy-exynos4210-usb2.c
8350 F:      drivers/phy/phy-exynos4x12-usb2.c
8351 F:      drivers/phy/phy-exynos5250-usb2.c
8352 F:      drivers/phy/phy-s5pv210-usb2.c
8353 F:      drivers/phy/phy-samsung-usb2.c
8354 F:      drivers/phy/phy-samsung-usb2.h
8355
8356 SERIAL DRIVERS
8357 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8358 L:      linux-serial@vger.kernel.org
8359 S:      Maintained
8360 F:      drivers/tty/serial/
8361
8362 SYNOPSYS DESIGNWARE DMAC DRIVER
8363 M:      Viresh Kumar <viresh.linux@gmail.com>
8364 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8365 S:      Maintained
8366 F:      include/linux/platform_data/dma-dw.h
8367 F:      drivers/dma/dw/
8368
8369 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8370 M:      Seungwon Jeon <tgih.jun@samsung.com>
8371 M:      Jaehoon Chung <jh80.chung@samsung.com>
8372 L:      linux-mmc@vger.kernel.org
8373 S:      Maintained
8374 F:      include/linux/mmc/dw_mmc.h
8375 F:      drivers/mmc/host/dw_mmc*
8376
8377 THUNDERBOLT DRIVER
8378 M:      Andreas Noever <andreas.noever@gmail.com>
8379 S:      Maintained
8380 F:      drivers/thunderbolt/
8381
8382 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8383 M:      John Stultz <john.stultz@linaro.org>
8384 M:      Thomas Gleixner <tglx@linutronix.de>
8385 L:      linux-kernel@vger.kernel.org
8386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8387 S:      Supported
8388 F:      include/linux/clocksource.h
8389 F:      include/linux/time.h
8390 F:      include/linux/timex.h
8391 F:      include/uapi/linux/time.h
8392 F:      include/uapi/linux/timex.h
8393 F:      kernel/time/clocksource.c
8394 F:      kernel/time/time*.c
8395 F:      kernel/time/ntp.c
8396
8397 TLG2300 VIDEO4LINUX-2 DRIVER
8398 M:      Huang Shijie <shijie8@gmail.com>
8399 M:      Hans Verkuil <hverkuil@xs4all.nl>
8400 S:      Odd Fixes
8401 F:      drivers/media/usb/tlg2300/
8402
8403 SC1200 WDT DRIVER
8404 M:      Zwane Mwaikambo <zwanem@gmail.com>
8405 S:      Maintained
8406 F:      drivers/watchdog/sc1200wdt.c
8407
8408 SCHEDULER
8409 M:      Ingo Molnar <mingo@redhat.com>
8410 M:      Peter Zijlstra <peterz@infradead.org>
8411 L:      linux-kernel@vger.kernel.org
8412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8413 S:      Maintained
8414 F:      kernel/sched/
8415 F:      include/linux/sched.h
8416 F:      include/uapi/linux/sched.h
8417 F:      include/linux/wait.h
8418
8419 SCORE ARCHITECTURE
8420 M:      Chen Liqin <liqin.linux@gmail.com>
8421 M:      Lennox Wu <lennox.wu@gmail.com>
8422 W:      http://www.sunplus.com
8423 S:      Supported
8424 F:      arch/score/
8425
8426 SCSI CDROM DRIVER
8427 M:      Jens Axboe <axboe@kernel.dk>
8428 L:      linux-scsi@vger.kernel.org
8429 W:      http://www.kernel.dk
8430 S:      Maintained
8431 F:      drivers/scsi/sr*
8432
8433 SCSI RDMA PROTOCOL (SRP) INITIATOR
8434 M:      Bart Van Assche <bvanassche@acm.org>
8435 L:      linux-rdma@vger.kernel.org
8436 S:      Supported
8437 W:      http://www.openfabrics.org
8438 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8440 F:      drivers/infiniband/ulp/srp/
8441 F:      include/scsi/srp.h
8442
8443 SCSI SG DRIVER
8444 M:      Doug Gilbert <dgilbert@interlog.com>
8445 L:      linux-scsi@vger.kernel.org
8446 W:      http://sg.danny.cz/sg
8447 S:      Maintained
8448 F:      Documentation/scsi/scsi-generic.txt
8449 F:      drivers/scsi/sg.c
8450 F:      include/scsi/sg.h
8451
8452 SCSI SUBSYSTEM
8453 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8454 L:      linux-scsi@vger.kernel.org
8455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8458 S:      Maintained
8459 F:      drivers/scsi/
8460 F:      include/scsi/
8461
8462 SCSI TAPE DRIVER
8463 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8464 L:      linux-scsi@vger.kernel.org
8465 S:      Maintained
8466 F:      Documentation/scsi/st.txt
8467 F:      drivers/scsi/st.*
8468 F:      drivers/scsi/st_*.h
8469
8470 SCTP PROTOCOL
8471 M:      Vlad Yasevich <vyasevich@gmail.com>
8472 M:      Neil Horman <nhorman@tuxdriver.com>
8473 L:      linux-sctp@vger.kernel.org
8474 W:      http://lksctp.sourceforge.net
8475 S:      Maintained
8476 F:      Documentation/networking/sctp.txt
8477 F:      include/linux/sctp.h
8478 F:      include/uapi/linux/sctp.h
8479 F:      include/net/sctp/
8480 F:      net/sctp/
8481
8482 SCx200 CPU SUPPORT
8483 M:      Jim Cromie <jim.cromie@gmail.com>
8484 S:      Odd Fixes
8485 F:      Documentation/i2c/busses/scx200_acb
8486 F:      arch/x86/platform/scx200/
8487 F:      drivers/watchdog/scx200_wdt.c
8488 F:      drivers/i2c/busses/scx200*
8489 F:      drivers/mtd/maps/scx200_docflash.c
8490 F:      include/linux/scx200.h
8491
8492 SCx200 GPIO DRIVER
8493 M:      Jim Cromie <jim.cromie@gmail.com>
8494 S:      Maintained
8495 F:      drivers/char/scx200_gpio.c
8496 F:      include/linux/scx200_gpio.h
8497
8498 SCx200 HRT CLOCKSOURCE DRIVER
8499 M:      Jim Cromie <jim.cromie@gmail.com>
8500 S:      Maintained
8501 F:      drivers/clocksource/scx200_hrt.c
8502
8503 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8504 M:      Sascha Sommer <saschasommer@freenet.de>
8505 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8506 S:      Maintained
8507 F:      drivers/mmc/host/sdricoh_cs.c
8508
8509 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8510 M:      Chris Ball <chris@printf.net>
8511 L:      linux-mmc@vger.kernel.org
8512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8513 S:      Maintained
8514 F:      drivers/mmc/host/sdhci.*
8515 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8516
8517 SECURE COMPUTING
8518 M:      Kees Cook <keescook@chromium.org>
8519 R:      Andy Lutomirski <luto@amacapital.net>
8520 R:      Will Drewry <wad@chromium.org>
8521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8522 S:      Supported
8523 F:      kernel/seccomp.c
8524 F:      include/uapi/linux/seccomp.h
8525 F:      include/linux/seccomp.h
8526 K:      \bsecure_computing
8527 K:      \bTIF_SECCOMP\b
8528
8529 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8530 M:      Anton Vorontsov <anton@enomsg.org>
8531 L:      linuxppc-dev@lists.ozlabs.org
8532 L:      linux-mmc@vger.kernel.org
8533 S:      Maintained
8534 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8535
8536 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8537 M:      Ben Dooks <ben-linux@fluff.org>
8538 L:      linux-mmc@vger.kernel.org
8539 S:      Maintained
8540 F:      drivers/mmc/host/sdhci-s3c.c
8541
8542 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8543 M:      Viresh Kumar <viresh.linux@gmail.com>
8544 L:      spear-devel@list.st.com
8545 L:      linux-mmc@vger.kernel.org
8546 S:      Maintained
8547 F:      drivers/mmc/host/sdhci-spear.c
8548
8549 SECURITY SUBSYSTEM
8550 M:      James Morris <james.l.morris@oracle.com>
8551 M:      Serge E. Hallyn <serge@hallyn.com>
8552 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8554 W:      http://kernsec.org/
8555 S:      Supported
8556 F:      security/
8557
8558 SECURITY CONTACT
8559 M:      Security Officers <security@kernel.org>
8560 S:      Supported
8561
8562 SELINUX SECURITY MODULE
8563 M:      Paul Moore <paul@paul-moore.com>
8564 M:      Stephen Smalley <sds@tycho.nsa.gov>
8565 M:      Eric Paris <eparis@parisplace.org>
8566 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8567 W:      http://selinuxproject.org
8568 T:      git git://git.infradead.org/users/pcmoore/selinux
8569 S:      Supported
8570 F:      include/linux/selinux*
8571 F:      security/selinux/
8572 F:      scripts/selinux/
8573
8574 APPARMOR SECURITY MODULE
8575 M:      John Johansen <john.johansen@canonical.com>
8576 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8577 W:      apparmor.wiki.kernel.org
8578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8579 S:      Supported
8580 F:      security/apparmor/
8581
8582 SENSABLE PHANTOM
8583 M:      Jiri Slaby <jirislaby@gmail.com>
8584 S:      Maintained
8585 F:      drivers/misc/phantom.c
8586 F:      include/uapi/linux/phantom.h
8587
8588 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8589 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8590 L:      linux-scsi@vger.kernel.org
8591 W:      http://www.emulex.com
8592 S:      Supported
8593 F:      drivers/scsi/be2iscsi/
8594
8595 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8596 M:      Sathya Perla <sathya.perla@emulex.com>
8597 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8598 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8599 L:      netdev@vger.kernel.org
8600 W:      http://www.emulex.com
8601 S:      Supported
8602 F:      drivers/net/ethernet/emulex/benet/
8603
8604 SFC NETWORK DRIVER
8605 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8606 M:      Shradha Shah <sshah@solarflare.com>
8607 L:      netdev@vger.kernel.org
8608 S:      Supported
8609 F:      drivers/net/ethernet/sfc/
8610
8611 SGI GRU DRIVER
8612 M:      Dimitri Sivanich <sivanich@sgi.com>
8613 S:      Maintained
8614 F:      drivers/misc/sgi-gru/
8615
8616 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8617 M:      Pat Gefre <pfg@sgi.com>
8618 L:      linux-ia64@vger.kernel.org
8619 S:      Supported
8620 F:      Documentation/ia64/serial.txt
8621 F:      drivers/tty/serial/ioc?_serial.c
8622 F:      include/linux/ioc?.h
8623
8624 SGI XP/XPC/XPNET DRIVER
8625 M:      Cliff Whickman <cpw@sgi.com>
8626 M:      Robin Holt <robinmholt@gmail.com>
8627 S:      Maintained
8628 F:      drivers/misc/sgi-xp/
8629
8630 SI2157 MEDIA DRIVER
8631 M:      Antti Palosaari <crope@iki.fi>
8632 L:      linux-media@vger.kernel.org
8633 W:      http://linuxtv.org/
8634 W:      http://palosaari.fi/linux/
8635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8636 T:      git git://linuxtv.org/anttip/media_tree.git
8637 S:      Maintained
8638 F:      drivers/media/tuners/si2157*
8639
8640 SI2168 MEDIA DRIVER
8641 M:      Antti Palosaari <crope@iki.fi>
8642 L:      linux-media@vger.kernel.org
8643 W:      http://linuxtv.org/
8644 W:      http://palosaari.fi/linux/
8645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8646 T:      git git://linuxtv.org/anttip/media_tree.git
8647 S:      Maintained
8648 F:      drivers/media/dvb-frontends/si2168*
8649
8650 SI470X FM RADIO RECEIVER I2C DRIVER
8651 M:      Hans Verkuil <hverkuil@xs4all.nl>
8652 L:      linux-media@vger.kernel.org
8653 T:      git git://linuxtv.org/media_tree.git
8654 W:      http://linuxtv.org
8655 S:      Odd Fixes
8656 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8657
8658 SI470X FM RADIO RECEIVER USB DRIVER
8659 M:      Hans Verkuil <hverkuil@xs4all.nl>
8660 L:      linux-media@vger.kernel.org
8661 T:      git git://linuxtv.org/media_tree.git
8662 W:      http://linuxtv.org
8663 S:      Maintained
8664 F:      drivers/media/radio/si470x/radio-si470x-common.c
8665 F:      drivers/media/radio/si470x/radio-si470x.h
8666 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8667
8668 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8669 M:      Eduardo Valentin <edubezval@gmail.com>
8670 L:      linux-media@vger.kernel.org
8671 T:      git git://linuxtv.org/media_tree.git
8672 W:      http://linuxtv.org
8673 S:      Odd Fixes
8674 F:      drivers/media/radio/si4713/si4713.?
8675
8676 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8677 M:      Eduardo Valentin <edubezval@gmail.com>
8678 L:      linux-media@vger.kernel.org
8679 T:      git git://linuxtv.org/media_tree.git
8680 W:      http://linuxtv.org
8681 S:      Odd Fixes
8682 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8683
8684 SI4713 FM RADIO TRANSMITTER USB DRIVER
8685 M:      Hans Verkuil <hverkuil@xs4all.nl>
8686 L:      linux-media@vger.kernel.org
8687 T:      git git://linuxtv.org/media_tree.git
8688 W:      http://linuxtv.org
8689 S:      Maintained
8690 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8691
8692 SIANO DVB DRIVER
8693 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8694 L:      linux-media@vger.kernel.org
8695 W:      http://linuxtv.org
8696 T:      git git://linuxtv.org/media_tree.git
8697 S:      Odd fixes
8698 F:      drivers/media/common/siano/
8699 F:      drivers/media/usb/siano/
8700 F:      drivers/media/usb/siano/
8701 F:      drivers/media/mmc/siano/
8702
8703 SIMPLEFB FB DRIVER
8704 M:      Hans de Goede <hdegoede@redhat.com>
8705 L:      linux-fbdev@vger.kernel.org
8706 S:      Maintained
8707 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8708 F:      drivers/video/fbdev/simplefb.c
8709 F:      include/linux/platform_data/simplefb.h
8710
8711 SH_VEU V4L2 MEM2MEM DRIVER
8712 L:      linux-media@vger.kernel.org
8713 S:      Orphan
8714 F:      drivers/media/platform/sh_veu.c
8715
8716 SH_VOU V4L2 OUTPUT DRIVER
8717 L:      linux-media@vger.kernel.org
8718 S:      Orphan
8719 F:      drivers/media/platform/sh_vou.c
8720 F:      include/media/sh_vou.h
8721
8722 SIMPLE FIRMWARE INTERFACE (SFI)
8723 M:      Len Brown <lenb@kernel.org>
8724 L:      sfi-devel@simplefirmware.org
8725 W:      http://simplefirmware.org/
8726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8727 S:      Supported
8728 F:      arch/x86/platform/sfi/
8729 F:      drivers/sfi/
8730 F:      include/linux/sfi*.h
8731
8732 SIMTEC EB110ATX (Chalice CATS)
8733 P:      Ben Dooks
8734 P:      Vincent Sanders <vince@simtec.co.uk>
8735 M:      Simtec Linux Team <linux@simtec.co.uk>
8736 W:      http://www.simtec.co.uk/products/EB110ATX/
8737 S:      Supported
8738
8739 SIMTEC EB2410ITX (BAST)
8740 P:      Ben Dooks
8741 P:      Vincent Sanders <vince@simtec.co.uk>
8742 M:      Simtec Linux Team <linux@simtec.co.uk>
8743 W:      http://www.simtec.co.uk/products/EB2410ITX/
8744 S:      Supported
8745 F:      arch/arm/mach-s3c24xx/mach-bast.c
8746 F:      arch/arm/mach-s3c24xx/bast-ide.c
8747 F:      arch/arm/mach-s3c24xx/bast-irq.c
8748
8749 TI DAVINCI MACHINE SUPPORT
8750 M:      Sekhar Nori <nsekhar@ti.com>
8751 M:      Kevin Hilman <khilman@deeprootsystems.com>
8752 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8753 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8754 S:      Supported
8755 F:      arch/arm/mach-davinci/
8756 F:      drivers/i2c/busses/i2c-davinci.c
8757
8758 TI DAVINCI SERIES MEDIA DRIVER
8759 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8760 L:      linux-media@vger.kernel.org
8761 W:      http://linuxtv.org/
8762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8763 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8764 S:      Maintained
8765 F:      drivers/media/platform/davinci/
8766 F:      include/media/davinci/
8767
8768 SIS 190 ETHERNET DRIVER
8769 M:      Francois Romieu <romieu@fr.zoreil.com>
8770 L:      netdev@vger.kernel.org
8771 S:      Maintained
8772 F:      drivers/net/ethernet/sis/sis190.c
8773
8774 SIS 900/7016 FAST ETHERNET DRIVER
8775 M:      Daniele Venzano <venza@brownhat.org>
8776 W:      http://www.brownhat.org/sis900.html
8777 L:      netdev@vger.kernel.org
8778 S:      Maintained
8779 F:      drivers/net/ethernet/sis/sis900.*
8780
8781 SIS FRAMEBUFFER DRIVER
8782 M:      Thomas Winischhofer <thomas@winischhofer.net>
8783 W:      http://www.winischhofer.net/linuxsisvga.shtml
8784 S:      Maintained
8785 F:      Documentation/fb/sisfb.txt
8786 F:      drivers/video/fbdev/sis/
8787 F:      include/video/sisfb.h
8788
8789 SIS USB2VGA DRIVER
8790 M:      Thomas Winischhofer <thomas@winischhofer.net>
8791 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8792 S:      Maintained
8793 F:      drivers/usb/misc/sisusbvga/
8794
8795 SLAB ALLOCATOR
8796 M:      Christoph Lameter <cl@linux.com>
8797 M:      Pekka Enberg <penberg@kernel.org>
8798 M:      David Rientjes <rientjes@google.com>
8799 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8800 M:      Andrew Morton <akpm@linux-foundation.org>
8801 L:      linux-mm@kvack.org
8802 S:      Maintained
8803 F:      include/linux/sl?b*.h
8804 F:      mm/sl?b*
8805
8806 SLEEPABLE READ-COPY UPDATE (SRCU)
8807 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8808 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8809 M:      Josh Triplett <josh@joshtriplett.org>
8810 R:      Steven Rostedt <rostedt@goodmis.org>
8811 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8812 L:      linux-kernel@vger.kernel.org
8813 W:      http://www.rdrop.com/users/paulmck/RCU/
8814 S:      Supported
8815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8816 F:      include/linux/srcu.h
8817 F:      kernel/rcu/srcu.c
8818
8819 SMACK SECURITY MODULE
8820 M:      Casey Schaufler <casey@schaufler-ca.com>
8821 L:      linux-security-module@vger.kernel.org
8822 W:      http://schaufler-ca.com
8823 T:      git git://git.gitorious.org/smack-next/kernel.git
8824 S:      Maintained
8825 F:      Documentation/security/Smack.txt
8826 F:      security/smack/
8827
8828 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8829 M:      Kevin Hilman <khilman@kernel.org>
8830 M:      Nishanth Menon <nm@ti.com>
8831 S:      Maintained
8832 F:      drivers/power/avs/
8833 F:      include/linux/power/smartreflex.h
8834 L:      linux-pm@vger.kernel.org
8835
8836 SMC91x ETHERNET DRIVER
8837 M:      Nicolas Pitre <nico@fluxnic.net>
8838 S:      Odd Fixes
8839 F:      drivers/net/ethernet/smsc/smc91x.*
8840
8841 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8842 M:      Sakari Ailus <sakari.ailus@iki.fi>
8843 L:      linux-media@vger.kernel.org
8844 S:      Maintained
8845 F:      drivers/media/i2c/smiapp/
8846 F:      include/media/smiapp.h
8847 F:      drivers/media/i2c/smiapp-pll.c
8848 F:      drivers/media/i2c/smiapp-pll.h
8849
8850 SMM665 HARDWARE MONITOR DRIVER
8851 M:      Guenter Roeck <linux@roeck-us.net>
8852 L:      lm-sensors@lm-sensors.org
8853 S:      Maintained
8854 F:      Documentation/hwmon/smm665
8855 F:      drivers/hwmon/smm665.c
8856
8857 SMSC EMC2103 HARDWARE MONITOR DRIVER
8858 M:      Steve Glendinning <steve.glendinning@shawell.net>
8859 L:      lm-sensors@lm-sensors.org
8860 S:      Maintained
8861 F:      Documentation/hwmon/emc2103
8862 F:      drivers/hwmon/emc2103.c
8863
8864 SMSC SCH5627 HARDWARE MONITOR DRIVER
8865 M:      Hans de Goede <hdegoede@redhat.com>
8866 L:      lm-sensors@lm-sensors.org
8867 S:      Supported
8868 F:      Documentation/hwmon/sch5627
8869 F:      drivers/hwmon/sch5627.c
8870
8871 SMSC47B397 HARDWARE MONITOR DRIVER
8872 M:      Jean Delvare <jdelvare@suse.de>
8873 L:      lm-sensors@lm-sensors.org
8874 S:      Maintained
8875 F:      Documentation/hwmon/smsc47b397
8876 F:      drivers/hwmon/smsc47b397.c
8877
8878 SMSC911x ETHERNET DRIVER
8879 M:      Steve Glendinning <steve.glendinning@shawell.net>
8880 L:      netdev@vger.kernel.org
8881 S:      Maintained
8882 F:      include/linux/smsc911x.h
8883 F:      drivers/net/ethernet/smsc/smsc911x.*
8884
8885 SMSC9420 PCI ETHERNET DRIVER
8886 M:      Steve Glendinning <steve.glendinning@shawell.net>
8887 L:      netdev@vger.kernel.org
8888 S:      Maintained
8889 F:      drivers/net/ethernet/smsc/smsc9420.*
8890
8891 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8892 M:      Steve Glendinning <steve.glendinning@shawell.net>
8893 L:      linux-fbdev@vger.kernel.org
8894 S:      Maintained
8895 F:      drivers/video/fbdev/smscufx.c
8896
8897 SOC-CAMERA V4L2 SUBSYSTEM
8898 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8899 L:      linux-media@vger.kernel.org
8900 T:      git git://linuxtv.org/media_tree.git
8901 S:      Maintained
8902 F:      include/media/soc*
8903 F:      drivers/media/i2c/soc_camera/
8904 F:      drivers/media/platform/soc_camera/
8905
8906 SOEKRIS NET48XX LED SUPPORT
8907 M:      Chris Boot <bootc@bootc.net>
8908 S:      Maintained
8909 F:      drivers/leds/leds-net48xx.c
8910
8911 SOFTLOGIC 6x10 MPEG CODEC
8912 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8913 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8914 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8915 L:      linux-media@vger.kernel.org
8916 S:      Supported
8917 F:      drivers/media/pci/solo6x10/
8918
8919 SOFTWARE RAID (Multiple Disks) SUPPORT
8920 M:      Neil Brown <neilb@suse.de>
8921 L:      linux-raid@vger.kernel.org
8922 S:      Supported
8923 F:      drivers/md/
8924 F:      include/linux/raid/
8925 F:      include/uapi/linux/raid/
8926
8927 SONIC NETWORK DRIVER
8928 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8929 L:      netdev@vger.kernel.org
8930 S:      Maintained
8931 F:      drivers/net/ethernet/natsemi/sonic.*
8932
8933 SONICS SILICON BACKPLANE DRIVER (SSB)
8934 M:      Michael Buesch <m@bues.ch>
8935 L:      netdev@vger.kernel.org
8936 S:      Maintained
8937 F:      drivers/ssb/
8938 F:      include/linux/ssb/
8939
8940 SONY VAIO CONTROL DEVICE DRIVER
8941 M:      Mattia Dongili <malattia@linux.it>
8942 L:      platform-driver-x86@vger.kernel.org
8943 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8944 S:      Maintained
8945 F:      Documentation/laptops/sony-laptop.txt
8946 F:      drivers/char/sonypi.c
8947 F:      drivers/platform/x86/sony-laptop.c
8948 F:      include/linux/sony-laptop.h
8949
8950 SONY MEMORYSTICK CARD SUPPORT
8951 M:      Alex Dubov <oakad@yahoo.com>
8952 W:      http://tifmxx.berlios.de/
8953 S:      Maintained
8954 F:      drivers/memstick/host/tifm_ms.c
8955
8956 SONY MEMORYSTICK STANDARD SUPPORT
8957 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8958 S:      Maintained
8959 F:      drivers/memstick/core/ms_block.*
8960
8961 SOUND
8962 M:      Jaroslav Kysela <perex@perex.cz>
8963 M:      Takashi Iwai <tiwai@suse.de>
8964 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8965 W:      http://www.alsa-project.org/
8966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8967 T:      git git://git.alsa-project.org/alsa-kernel.git
8968 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8969 S:      Maintained
8970 F:      Documentation/sound/
8971 F:      include/sound/
8972 F:      include/uapi/sound/
8973 F:      sound/
8974
8975 SOUND - COMPRESSED AUDIO
8976 M:      Vinod Koul <vinod.koul@intel.com>
8977 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8979 S:      Supported
8980 F:      Documentation/sound/alsa/compress_offload.txt
8981 F:      include/sound/compress_driver.h
8982 F:      include/uapi/sound/compress_*
8983 F:      sound/core/compress_offload.c
8984 F:      sound/soc/soc-compress.c
8985
8986 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8987 M:      Liam Girdwood <lgirdwood@gmail.com>
8988 M:      Mark Brown <broonie@kernel.org>
8989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8991 W:      http://alsa-project.org/main/index.php/ASoC
8992 S:      Supported
8993 F:      Documentation/sound/alsa/soc/
8994 F:      sound/soc/
8995 F:      include/sound/soc*
8996
8997 SOUND - DMAENGINE HELPERS
8998 M:      Lars-Peter Clausen <lars@metafoo.de>
8999 S:      Supported
9000 F:      include/sound/dmaengine_pcm.h
9001 F:      sound/core/pcm_dmaengine.c
9002 F:      sound/soc/soc-generic-dmaengine-pcm.c
9003
9004 SP2 MEDIA DRIVER
9005 M:      Olli Salonen <olli.salonen@iki.fi>
9006 L:      linux-media@vger.kernel.org
9007 W:      http://linuxtv.org/
9008 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9009 S:      Maintained
9010 F:      drivers/media/dvb-frontends/sp2*
9011
9012 SPARC + UltraSPARC (sparc/sparc64)
9013 M:      "David S. Miller" <davem@davemloft.net>
9014 L:      sparclinux@vger.kernel.org
9015 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9018 S:      Maintained
9019 F:      arch/sparc/
9020 F:      drivers/sbus/
9021
9022 SPARC SERIAL DRIVERS
9023 M:      "David S. Miller" <davem@davemloft.net>
9024 L:      sparclinux@vger.kernel.org
9025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9027 S:      Maintained
9028 F:      include/linux/sunserialcore.h
9029 F:      drivers/tty/serial/suncore.c
9030 F:      drivers/tty/serial/sunhv.c
9031 F:      drivers/tty/serial/sunsab.c
9032 F:      drivers/tty/serial/sunsab.h
9033 F:      drivers/tty/serial/sunsu.c
9034 F:      drivers/tty/serial/sunzilog.c
9035 F:      drivers/tty/serial/sunzilog.h
9036
9037 SPARSE CHECKER
9038 M:      "Christopher Li" <sparse@chrisli.org>
9039 L:      linux-sparse@vger.kernel.org
9040 W:      https://sparse.wiki.kernel.org/
9041 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9042 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9043 S:      Maintained
9044 F:      include/linux/compiler.h
9045
9046 SPEAR PLATFORM SUPPORT
9047 M:      Viresh Kumar <viresh.linux@gmail.com>
9048 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9049 L:      spear-devel@list.st.com
9050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9051 W:      http://www.st.com/spear
9052 S:      Maintained
9053 F:      arch/arm/mach-spear/
9054
9055 SPEAR CLOCK FRAMEWORK SUPPORT
9056 M:      Viresh Kumar <viresh.linux@gmail.com>
9057 L:      spear-devel@list.st.com
9058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9059 W:      http://www.st.com/spear
9060 S:      Maintained
9061 F:      drivers/clk/spear/
9062
9063 SPI SUBSYSTEM
9064 M:      Mark Brown <broonie@kernel.org>
9065 L:      linux-spi@vger.kernel.org
9066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9067 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9068 S:      Maintained
9069 F:      Documentation/spi/
9070 F:      drivers/spi/
9071 F:      include/linux/spi/
9072 F:      include/uapi/linux/spi/
9073
9074 SPIDERNET NETWORK DRIVER for CELL
9075 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9076 M:      Jens Osterkamp <jens@de.ibm.com>
9077 L:      netdev@vger.kernel.org
9078 S:      Supported
9079 F:      Documentation/networking/spider_net.txt
9080 F:      drivers/net/ethernet/toshiba/spider_net*
9081
9082 SPU FILE SYSTEM
9083 M:      Jeremy Kerr <jk@ozlabs.org>
9084 L:      linuxppc-dev@lists.ozlabs.org
9085 L:      cbe-oss-dev@lists.ozlabs.org
9086 W:      http://www.ibm.com/developerworks/power/cell/
9087 S:      Supported
9088 F:      Documentation/filesystems/spufs.txt
9089 F:      arch/powerpc/platforms/cell/spufs/
9090
9091 SQUASHFS FILE SYSTEM
9092 M:      Phillip Lougher <phillip@squashfs.org.uk>
9093 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9094 W:      http://squashfs.org.uk
9095 S:      Maintained
9096 F:      Documentation/filesystems/squashfs.txt
9097 F:      fs/squashfs/
9098
9099 SRM (Alpha) environment access
9100 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9101 S:      Maintained
9102 F:      arch/alpha/kernel/srm_env.c
9103
9104 STABLE BRANCH
9105 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9106 L:      stable@vger.kernel.org
9107 S:      Supported
9108 F:      Documentation/stable_kernel_rules.txt
9109
9110 STAGING SUBSYSTEM
9111 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9113 L:      devel@driverdev.osuosl.org
9114 S:      Supported
9115 F:      drivers/staging/
9116
9117 STAGING - COMEDI
9118 M:      Ian Abbott <abbotti@mev.co.uk>
9119 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9120 S:      Odd Fixes
9121 F:      drivers/staging/comedi/
9122
9123 STAGING - FLARION FT1000 DRIVERS
9124 M:      Marek Belisko <marek.belisko@gmail.com>
9125 S:      Odd Fixes
9126 F:      drivers/staging/ft1000/
9127
9128 STAGING - INDUSTRIAL IO
9129 M:      Jonathan Cameron <jic23@kernel.org>
9130 L:      linux-iio@vger.kernel.org
9131 S:      Odd Fixes
9132 F:      drivers/staging/iio/
9133
9134 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9135 M:      Jarod Wilson <jarod@wilsonet.com>
9136 W:      http://www.lirc.org/
9137 S:      Odd Fixes
9138 F:      drivers/staging/media/lirc/
9139
9140 STAGING - LUSTRE PARALLEL FILESYSTEM
9141 M:      Oleg Drokin <oleg.drokin@intel.com>
9142 M:      Andreas Dilger <andreas.dilger@intel.com>
9143 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9144 W:      http://lustre.opensfs.org/
9145 S:      Maintained
9146 F:      drivers/staging/lustre
9147
9148 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9149 M:      Julian Andres Klode <jak@jak-linux.org>
9150 M:      Marc Dietrich <marvin24@gmx.de>
9151 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9152 L:      linux-tegra@vger.kernel.org
9153 S:      Maintained
9154 F:      drivers/staging/nvec/
9155
9156 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9157 M:      Jens Frederich <jfrederich@gmail.com>
9158 M:      Daniel Drake <dsd@laptop.org>
9159 M:      Jon Nettleton <jon.nettleton@gmail.com>
9160 W:      http://wiki.laptop.org/go/DCON
9161 S:      Maintained
9162 F:      drivers/staging/olpc_dcon/
9163
9164 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9165 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9166 S:      Maintained
9167 F:      drivers/staging/ozwpan/
9168
9169 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9170 M:      Willy Tarreau <willy@meta-x.org>
9171 S:      Odd Fixes
9172 F:      drivers/staging/panel/
9173
9174 STAGING - REALTEK RTL8712U DRIVERS
9175 M:      Larry Finger <Larry.Finger@lwfinger.net>
9176 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9177 S:      Odd Fixes
9178 F:      drivers/staging/rtl8712/
9179
9180 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9181 M:      Larry Finger <Larry.Finger@lwfinger.net>
9182 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9183 L:      linux-wireless@vger.kernel.org
9184 S:      Maintained
9185 F:      drivers/staging/rtl8723au/
9186
9187 STAGING - SLICOSS
9188 M:      Lior Dotan <liodot@gmail.com>
9189 M:      Christopher Harrer <charrer@alacritech.com>
9190 S:      Odd Fixes
9191 F:      drivers/staging/slicoss/
9192
9193 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9194 M:      William Hubbs <w.d.hubbs@gmail.com>
9195 M:      Chris Brannon <chris@the-brannons.com>
9196 M:      Kirk Reiser <kirk@reisers.ca>
9197 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9198 L:      speakup@linux-speakup.org
9199 W:      http://www.linux-speakup.org/
9200 S:      Odd Fixes
9201 F:      drivers/staging/speakup/
9202
9203 STAGING - VIA VT665X DRIVERS
9204 M:      Forest Bond <forest@alittletooquiet.net>
9205 S:      Odd Fixes
9206 F:      drivers/staging/vt665?/
9207
9208 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9209 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9210 S:      Odd Fixes
9211 F:      drivers/staging/xgifb/
9212
9213 STARFIRE/DURALAN NETWORK DRIVER
9214 M:      Ion Badulescu <ionut@badula.org>
9215 S:      Odd Fixes
9216 F:      drivers/net/ethernet/adaptec/starfire*
9217
9218 SUN3/3X
9219 M:      Sam Creasey <sammy@sammy.net>
9220 W:      http://sammy.net/sun3/
9221 S:      Maintained
9222 F:      arch/m68k/kernel/*sun3*
9223 F:      arch/m68k/sun3*/
9224 F:      arch/m68k/include/asm/sun3*
9225 F:      drivers/net/ethernet/i825xx/sun3*
9226
9227 SUNDANCE NETWORK DRIVER
9228 M:      Denis Kirjanov <kda@linux-powerpc.org>
9229 L:      netdev@vger.kernel.org
9230 S:      Maintained
9231 F:      drivers/net/ethernet/dlink/sundance.c
9232
9233 SUPERH
9234 L:      linux-sh@vger.kernel.org
9235 W:      http://www.linux-sh.org
9236 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9237 S:      Orphan
9238 F:      Documentation/sh/
9239 F:      arch/sh/
9240 F:      drivers/sh/
9241
9242 SUSPEND TO RAM
9243 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9244 M:      Len Brown <len.brown@intel.com>
9245 M:      Pavel Machek <pavel@ucw.cz>
9246 L:      linux-pm@vger.kernel.org
9247 S:      Supported
9248 F:      Documentation/power/
9249 F:      arch/x86/kernel/acpi/
9250 F:      drivers/base/power/
9251 F:      kernel/power/
9252 F:      include/linux/suspend.h
9253 F:      include/linux/freezer.h
9254 F:      include/linux/pm.h
9255
9256 SVGA HANDLING
9257 M:      Martin Mares <mj@ucw.cz>
9258 L:      linux-video@atrey.karlin.mff.cuni.cz
9259 S:      Maintained
9260 F:      Documentation/svga.txt
9261 F:      arch/x86/boot/video*
9262
9263 SWIOTLB SUBSYSTEM
9264 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9265 L:      linux-kernel@vger.kernel.org
9266 S:      Supported
9267 F:      lib/swiotlb.c
9268 F:      arch/*/kernel/pci-swiotlb.c
9269 F:      include/linux/swiotlb.h
9270
9271 SWITCHDEV
9272 M:      Jiri Pirko <jiri@resnulli.us>
9273 L:      netdev@vger.kernel.org
9274 S:      Supported
9275 F:      net/switchdev/
9276 F:      include/net/switchdev.h
9277
9278 SYNOPSYS ARC ARCHITECTURE
9279 M:      Vineet Gupta <vgupta@synopsys.com>
9280 S:      Supported
9281 F:      arch/arc/
9282 F:      Documentation/devicetree/bindings/arc/
9283 F:      drivers/tty/serial/arc_uart.c
9284
9285 SYSV FILESYSTEM
9286 M:      Christoph Hellwig <hch@infradead.org>
9287 S:      Maintained
9288 F:      Documentation/filesystems/sysv-fs.txt
9289 F:      fs/sysv/
9290 F:      include/linux/sysv_fs.h
9291
9292 TARGET SUBSYSTEM
9293 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9294 L:      linux-scsi@vger.kernel.org
9295 L:      target-devel@vger.kernel.org
9296 W:      http://www.linux-iscsi.org
9297 W:      http://groups.google.com/group/linux-iscsi-target-dev
9298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9299 S:      Supported
9300 F:      drivers/target/
9301 F:      include/target/
9302 F:      Documentation/target/
9303
9304 TASKSTATS STATISTICS INTERFACE
9305 M:      Balbir Singh <bsingharora@gmail.com>
9306 S:      Maintained
9307 F:      Documentation/accounting/taskstats*
9308 F:      include/linux/taskstats*
9309 F:      kernel/taskstats.c
9310
9311 TC CLASSIFIER
9312 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9313 L:      netdev@vger.kernel.org
9314 S:      Maintained
9315 F:      include/net/pkt_cls.h
9316 F:      include/uapi/linux/pkt_cls.h
9317 F:      net/sched/
9318
9319 TCP LOW PRIORITY MODULE
9320 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9321 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9322 W:      http://tcp-lp-mod.sourceforge.net/
9323 S:      Maintained
9324 F:      net/ipv4/tcp_lp.c
9325
9326 TDA10071 MEDIA DRIVER
9327 M:      Antti Palosaari <crope@iki.fi>
9328 L:      linux-media@vger.kernel.org
9329 W:      http://linuxtv.org/
9330 W:      http://palosaari.fi/linux/
9331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9332 T:      git git://linuxtv.org/anttip/media_tree.git
9333 S:      Maintained
9334 F:      drivers/media/dvb-frontends/tda10071*
9335
9336 TDA18212 MEDIA DRIVER
9337 M:      Antti Palosaari <crope@iki.fi>
9338 L:      linux-media@vger.kernel.org
9339 W:      http://linuxtv.org/
9340 W:      http://palosaari.fi/linux/
9341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9342 T:      git git://linuxtv.org/anttip/media_tree.git
9343 S:      Maintained
9344 F:      drivers/media/tuners/tda18212*
9345
9346 TDA18218 MEDIA DRIVER
9347 M:      Antti Palosaari <crope@iki.fi>
9348 L:      linux-media@vger.kernel.org
9349 W:      http://linuxtv.org/
9350 W:      http://palosaari.fi/linux/
9351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9352 T:      git git://linuxtv.org/anttip/media_tree.git
9353 S:      Maintained
9354 F:      drivers/media/tuners/tda18218*
9355
9356 TDA18271 MEDIA DRIVER
9357 M:      Michael Krufky <mkrufky@linuxtv.org>
9358 L:      linux-media@vger.kernel.org
9359 W:      http://linuxtv.org/
9360 W:      http://github.com/mkrufky
9361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9362 T:      git git://linuxtv.org/mkrufky/tuners.git
9363 S:      Maintained
9364 F:      drivers/media/tuners/tda18271*
9365
9366 TDA827x MEDIA DRIVER
9367 M:      Michael Krufky <mkrufky@linuxtv.org>
9368 L:      linux-media@vger.kernel.org
9369 W:      http://linuxtv.org/
9370 W:      http://github.com/mkrufky
9371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9372 T:      git git://linuxtv.org/mkrufky/tuners.git
9373 S:      Maintained
9374 F:      drivers/media/tuners/tda8290.*
9375
9376 TDA8290 MEDIA DRIVER
9377 M:      Michael Krufky <mkrufky@linuxtv.org>
9378 L:      linux-media@vger.kernel.org
9379 W:      http://linuxtv.org/
9380 W:      http://github.com/mkrufky
9381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9382 T:      git git://linuxtv.org/mkrufky/tuners.git
9383 S:      Maintained
9384 F:      drivers/media/tuners/tda8290.*
9385
9386 TDA9840 MEDIA DRIVER
9387 M:      Hans Verkuil <hverkuil@xs4all.nl>
9388 L:      linux-media@vger.kernel.org
9389 T:      git git://linuxtv.org/media_tree.git
9390 W:      http://linuxtv.org
9391 S:      Maintained
9392 F:      drivers/media/i2c/tda9840*
9393
9394 TEA5761 TUNER DRIVER
9395 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9396 L:      linux-media@vger.kernel.org
9397 W:      http://linuxtv.org
9398 T:      git git://linuxtv.org/media_tree.git
9399 S:      Odd fixes
9400 F:      drivers/media/tuners/tea5761.*
9401
9402 TEA5767 TUNER DRIVER
9403 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9404 L:      linux-media@vger.kernel.org
9405 W:      http://linuxtv.org
9406 T:      git git://linuxtv.org/media_tree.git
9407 S:      Maintained
9408 F:      drivers/media/tuners/tea5767.*
9409
9410 TEA6415C MEDIA DRIVER
9411 M:      Hans Verkuil <hverkuil@xs4all.nl>
9412 L:      linux-media@vger.kernel.org
9413 T:      git git://linuxtv.org/media_tree.git
9414 W:      http://linuxtv.org
9415 S:      Maintained
9416 F:      drivers/media/i2c/tea6415c*
9417
9418 TEA6420 MEDIA DRIVER
9419 M:      Hans Verkuil <hverkuil@xs4all.nl>
9420 L:      linux-media@vger.kernel.org
9421 T:      git git://linuxtv.org/media_tree.git
9422 W:      http://linuxtv.org
9423 S:      Maintained
9424 F:      drivers/media/i2c/tea6420*
9425
9426 TEAM DRIVER
9427 M:      Jiri Pirko <jiri@resnulli.us>
9428 L:      netdev@vger.kernel.org
9429 S:      Supported
9430 F:      drivers/net/team/
9431 F:      include/linux/if_team.h
9432 F:      include/uapi/linux/if_team.h
9433
9434 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9435 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9436 S:      Maintained
9437 F:      arch/x86/platform/ts5500/
9438
9439 TECHNOTREND USB IR RECEIVER
9440 M:      Sean Young <sean@mess.org>
9441 L:      linux-media@vger.kernel.org
9442 S:      Maintained
9443 F:      drivers/media/rc/ttusbir.c
9444
9445 TEGRA ARCHITECTURE SUPPORT
9446 M:      Stephen Warren <swarren@wwwdotorg.org>
9447 M:      Thierry Reding <thierry.reding@gmail.com>
9448 M:      Alexandre Courbot <gnurou@gmail.com>
9449 L:      linux-tegra@vger.kernel.org
9450 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9452 S:      Supported
9453 N:      [^a-z]tegra
9454
9455 TEGRA CLOCK DRIVER
9456 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9457 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9458 S:      Supported
9459 F:      drivers/clk/tegra/
9460
9461 TEGRA DMA DRIVER
9462 M:      Laxman Dewangan <ldewangan@nvidia.com>
9463 S:      Supported
9464 F:      drivers/dma/tegra20-apb-dma.c
9465
9466 TEGRA I2C DRIVER
9467 M:      Laxman Dewangan <ldewangan@nvidia.com>
9468 S:      Supported
9469 F:      drivers/i2c/busses/i2c-tegra.c
9470
9471 TEGRA IOMMU DRIVERS
9472 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9473 S:      Supported
9474 F:      drivers/iommu/tegra*
9475
9476 TEGRA KBC DRIVER
9477 M:      Rakesh Iyer <riyer@nvidia.com>
9478 M:      Laxman Dewangan <ldewangan@nvidia.com>
9479 S:      Supported
9480 F:      drivers/input/keyboard/tegra-kbc.c
9481
9482 TEGRA PWM DRIVER
9483 M:      Thierry Reding <thierry.reding@gmail.com>
9484 S:      Supported
9485 F:      drivers/pwm/pwm-tegra.c
9486
9487 TEGRA SERIAL DRIVER
9488 M:      Laxman Dewangan <ldewangan@nvidia.com>
9489 S:      Supported
9490 F:      drivers/tty/serial/serial-tegra.c
9491
9492 TEGRA SPI DRIVER
9493 M:      Laxman Dewangan <ldewangan@nvidia.com>
9494 S:      Supported
9495 F:      drivers/spi/spi-tegra*
9496
9497 TEHUTI ETHERNET DRIVER
9498 M:      Andy Gospodarek <andy@greyhouse.net>
9499 L:      netdev@vger.kernel.org
9500 S:      Supported
9501 F:      drivers/net/ethernet/tehuti/*
9502
9503 Telecom Clock Driver for MCPL0010
9504 M:      Mark Gross <mark.gross@intel.com>
9505 S:      Supported
9506 F:      drivers/char/tlclk.c
9507
9508 TENSILICA XTENSA PORT (xtensa)
9509 M:      Chris Zankel <chris@zankel.net>
9510 M:      Max Filippov <jcmvbkbc@gmail.com>
9511 L:      linux-xtensa@linux-xtensa.org
9512 S:      Maintained
9513 F:      arch/xtensa/
9514 F:      drivers/irqchip/irq-xtensa-*
9515
9516 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9517 M:      Hans Verkuil <hverkuil@xs4all.nl>
9518 L:      linux-media@vger.kernel.org
9519 T:      git git://linuxtv.org/media_tree.git
9520 W:      http://linuxtv.org
9521 S:      Maintained
9522 F:      drivers/media/radio/radio-raremono.c
9523
9524 THERMAL
9525 M:      Zhang Rui <rui.zhang@intel.com>
9526 M:      Eduardo Valentin <edubezval@gmail.com>
9527 L:      linux-pm@vger.kernel.org
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9530 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9531 S:      Supported
9532 F:      drivers/thermal/
9533 F:      include/linux/thermal.h
9534 F:      include/uapi/linux/thermal.h
9535 F:      include/linux/cpu_cooling.h
9536 F:      Documentation/devicetree/bindings/thermal/
9537
9538 THINGM BLINK(1) USB RGB LED DRIVER
9539 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9540 S:      Maintained
9541 F:      drivers/hid/hid-thingm.c
9542
9543 THINKPAD ACPI EXTRAS DRIVER
9544 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9545 L:      ibm-acpi-devel@lists.sourceforge.net
9546 L:      platform-driver-x86@vger.kernel.org
9547 W:      http://ibm-acpi.sourceforge.net
9548 W:      http://thinkwiki.org/wiki/Ibm-acpi
9549 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9550 S:      Maintained
9551 F:      drivers/platform/x86/thinkpad_acpi.c
9552
9553 TI BANDGAP AND THERMAL DRIVER
9554 M:      Eduardo Valentin <edubezval@gmail.com>
9555 L:      linux-pm@vger.kernel.org
9556 L:      linux-omap@vger.kernel.org
9557 S:      Maintained
9558 F:      drivers/thermal/ti-soc-thermal/
9559
9560 TI CLOCK DRIVER
9561 M:      Tero Kristo <t-kristo@ti.com>
9562 L:      linux-omap@vger.kernel.org
9563 S:      Maintained
9564 F:      drivers/clk/ti/
9565 F:      include/linux/clk/ti.h
9566
9567 TI FLASH MEDIA INTERFACE DRIVER
9568 M:      Alex Dubov <oakad@yahoo.com>
9569 S:      Maintained
9570 F:      drivers/misc/tifm*
9571 F:      drivers/mmc/host/tifm_sd.c
9572 F:      include/linux/tifm.h
9573
9574 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9575 M:      Santosh Shilimkar <ssantosh@kernel.org>
9576 L:      linux-kernel@vger.kernel.org
9577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9578 S:      Maintained
9579 F:      drivers/soc/ti/*
9580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9581
9582
9583 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9584 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9585 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9586 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9587 S:      Maintained
9588 F:      sound/soc/codecs/lm49453*
9589 F:      sound/soc/codecs/isabelle*
9590
9591 TI LP855x BACKLIGHT DRIVER
9592 M:      Milo Kim <milo.kim@ti.com>
9593 S:      Maintained
9594 F:      Documentation/backlight/lp855x-driver.txt
9595 F:      drivers/video/backlight/lp855x_bl.c
9596 F:      include/linux/platform_data/lp855x.h
9597
9598 TI LP8727 CHARGER DRIVER
9599 M:      Milo Kim <milo.kim@ti.com>
9600 S:      Maintained
9601 F:      drivers/power/lp8727_charger.c
9602 F:      include/linux/platform_data/lp8727.h
9603
9604 TI LP8788 MFD DRIVER
9605 M:      Milo Kim <milo.kim@ti.com>
9606 S:      Maintained
9607 F:      drivers/iio/adc/lp8788_adc.c
9608 F:      drivers/leds/leds-lp8788.c
9609 F:      drivers/mfd/lp8788*.c
9610 F:      drivers/power/lp8788-charger.c
9611 F:      drivers/regulator/lp8788-*.c
9612 F:      include/linux/mfd/lp8788*.h
9613
9614 TI TWL4030 SERIES SOC CODEC DRIVER
9615 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9617 S:      Maintained
9618 F:      sound/soc/codecs/twl4030*
9619
9620 TI WILINK WIRELESS DRIVERS
9621 L:      linux-wireless@vger.kernel.org
9622 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9623 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9625 S:      Orphan
9626 F:      drivers/net/wireless/ti/
9627 F:      include/linux/wl12xx.h
9628
9629 TIPC NETWORK LAYER
9630 M:      Jon Maloy <jon.maloy@ericsson.com>
9631 M:      Allan Stephens <allan.stephens@windriver.com>
9632 L:      netdev@vger.kernel.org (core kernel code)
9633 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9634 W:      http://tipc.sourceforge.net/
9635 S:      Maintained
9636 F:      include/uapi/linux/tipc*.h
9637 F:      net/tipc/
9638
9639 TILE ARCHITECTURE
9640 M:      Chris Metcalf <cmetcalf@ezchip.com>
9641 W:      http://www.tilera.com/scm/
9642 S:      Supported
9643 F:      arch/tile/
9644 F:      drivers/char/tile-srom.c
9645 F:      drivers/edac/tile_edac.c
9646 F:      drivers/net/ethernet/tile/
9647 F:      drivers/rtc/rtc-tile.c
9648 F:      drivers/tty/hvc/hvc_tile.c
9649 F:      drivers/tty/serial/tilegx.c
9650 F:      drivers/usb/host/*-tilegx.c
9651 F:      include/linux/usb/tilegx.h
9652
9653 TLAN NETWORK DRIVER
9654 M:      Samuel Chessman <chessman@tux.org>
9655 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9656 W:      http://sourceforge.net/projects/tlan/
9657 S:      Maintained
9658 F:      Documentation/networking/tlan.txt
9659 F:      drivers/net/ethernet/ti/tlan.*
9660
9661 TOMOYO SECURITY MODULE
9662 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9663 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9664 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9665 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9666 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9667 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9668 W:      http://tomoyo.sourceforge.jp/
9669 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9670 S:      Maintained
9671 F:      security/tomoyo/
9672
9673 TOPSTAR LAPTOP EXTRAS DRIVER
9674 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9675 L:      platform-driver-x86@vger.kernel.org
9676 S:      Maintained
9677 F:      drivers/platform/x86/topstar-laptop.c
9678
9679 TOSHIBA ACPI EXTRAS DRIVER
9680 L:      platform-driver-x86@vger.kernel.org
9681 S:      Orphan
9682 F:      drivers/platform/x86/toshiba_acpi.c
9683
9684 TOSHIBA SMM DRIVER
9685 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9686 L:      tlinux-users@tce.toshiba-dme.co.jp
9687 W:      http://www.buzzard.org.uk/toshiba/
9688 S:      Maintained
9689 F:      drivers/char/toshiba.c
9690 F:      include/linux/toshiba.h
9691 F:      include/uapi/linux/toshiba.h
9692
9693 TMIO MMC DRIVER
9694 M:      Ian Molton <ian.molton@codethink.co.uk>
9695 L:      linux-mmc@vger.kernel.org
9696 S:      Maintained
9697 F:      drivers/mmc/host/tmio_mmc*
9698 F:      drivers/mmc/host/sh_mobile_sdhi.c
9699 F:      include/linux/mmc/tmio.h
9700 F:      include/linux/mmc/sh_mobile_sdhi.h
9701
9702 TMP401 HARDWARE MONITOR DRIVER
9703 M:      Guenter Roeck <linux@roeck-us.net>
9704 L:      lm-sensors@lm-sensors.org
9705 S:      Maintained
9706 F:      Documentation/hwmon/tmp401
9707 F:      drivers/hwmon/tmp401.c
9708
9709 TMPFS (SHMEM FILESYSTEM)
9710 M:      Hugh Dickins <hughd@google.com>
9711 L:      linux-mm@kvack.org
9712 S:      Maintained
9713 F:      include/linux/shmem_fs.h
9714 F:      mm/shmem.c
9715
9716 TM6000 VIDEO4LINUX DRIVER
9717 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9718 L:      linux-media@vger.kernel.org
9719 W:      http://linuxtv.org
9720 T:      git git://linuxtv.org/media_tree.git
9721 S:      Odd fixes
9722 F:      drivers/media/usb/tm6000/
9723
9724 TW68 VIDEO4LINUX DRIVER
9725 M:      Hans Verkuil <hverkuil@xs4all.nl>
9726 L:      linux-media@vger.kernel.org
9727 T:      git git://linuxtv.org/media_tree.git
9728 W:      http://linuxtv.org
9729 S:      Odd Fixes
9730 F:      drivers/media/pci/tw68/
9731
9732 TPM DEVICE DRIVER
9733 M:      Peter Huewe <peterhuewe@gmx.de>
9734 M:      Ashley Lai <ashley@ashleylai.com>
9735 M:      Marcel Selhorst <tpmdd@selhorst.net>
9736 W:      http://tpmdd.sourceforge.net
9737 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9738 S:      Maintained
9739 F:      drivers/char/tpm/
9740
9741 TRACING
9742 M:      Steven Rostedt <rostedt@goodmis.org>
9743 M:      Ingo Molnar <mingo@redhat.com>
9744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9745 S:      Maintained
9746 F:      Documentation/trace/ftrace.txt
9747 F:      arch/*/*/*/ftrace.h
9748 F:      arch/*/kernel/ftrace.c
9749 F:      include/*/ftrace.h
9750 F:      include/linux/trace*.h
9751 F:      include/trace/
9752 F:      kernel/trace/
9753 F:      tools/testing/selftests/ftrace/
9754
9755 TRIVIAL PATCHES
9756 M:      Jiri Kosina <trivial@kernel.org>
9757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9758 S:      Maintained
9759 K:      ^Subject:.*(?i)trivial
9760
9761 TTY LAYER
9762 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9763 M:      Jiri Slaby <jslaby@suse.cz>
9764 S:      Supported
9765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9766 F:      drivers/tty/
9767 F:      drivers/tty/serial/serial_core.c
9768 F:      include/linux/serial_core.h
9769 F:      include/linux/serial.h
9770 F:      include/linux/tty.h
9771 F:      include/uapi/linux/serial_core.h
9772 F:      include/uapi/linux/serial.h
9773 F:      include/uapi/linux/tty.h
9774
9775 TUA9001 MEDIA DRIVER
9776 M:      Antti Palosaari <crope@iki.fi>
9777 L:      linux-media@vger.kernel.org
9778 W:      http://linuxtv.org/
9779 W:      http://palosaari.fi/linux/
9780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9781 T:      git git://linuxtv.org/anttip/media_tree.git
9782 S:      Maintained
9783 F:      drivers/media/tuners/tua9001*
9784
9785 TULIP NETWORK DRIVERS
9786 M:      Grant Grundler <grundler@parisc-linux.org>
9787 L:      netdev@vger.kernel.org
9788 S:      Maintained
9789 F:      drivers/net/ethernet/dec/tulip/
9790
9791 TUN/TAP driver
9792 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9793 W:      http://vtun.sourceforge.net/tun
9794 S:      Maintained
9795 F:      Documentation/networking/tuntap.txt
9796 F:      arch/um/os-Linux/drivers/
9797
9798 TURBOCHANNEL SUBSYSTEM
9799 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9800 M:      Ralf Baechle <ralf@linux-mips.org>
9801 L:      linux-mips@linux-mips.org
9802 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9803 S:      Maintained
9804 F:      drivers/tc/
9805 F:      include/linux/tc.h
9806
9807 U14-34F SCSI DRIVER
9808 M:      Dario Ballabio <ballabio_dario@emc.com>
9809 L:      linux-scsi@vger.kernel.org
9810 S:      Maintained
9811 F:      drivers/scsi/u14-34f.c
9812
9813 UBI FILE SYSTEM (UBIFS)
9814 M:      Artem Bityutskiy <dedekind1@gmail.com>
9815 M:      Adrian Hunter <adrian.hunter@intel.com>
9816 L:      linux-mtd@lists.infradead.org
9817 T:      git git://git.infradead.org/ubifs-2.6.git
9818 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9819 S:      Maintained
9820 F:      Documentation/filesystems/ubifs.txt
9821 F:      fs/ubifs/
9822
9823 UCLINUX (AND M68KNOMMU)
9824 M:      Greg Ungerer <gerg@uclinux.org>
9825 W:      http://www.uclinux.org/
9826 L:      uclinux-dev@uclinux.org  (subscribers-only)
9827 S:      Maintained
9828 F:      arch/m68k/*/*_no.*
9829 F:      arch/m68k/include/asm/*_no.*
9830
9831 UDF FILESYSTEM
9832 M:      Jan Kara <jack@suse.cz>
9833 S:      Maintained
9834 F:      Documentation/filesystems/udf.txt
9835 F:      fs/udf/
9836
9837 UFS FILESYSTEM
9838 M:      Evgeniy Dushistov <dushistov@mail.ru>
9839 S:      Maintained
9840 F:      Documentation/filesystems/ufs.txt
9841 F:      fs/ufs/
9842
9843 UHID USERSPACE HID IO DRIVER:
9844 M:      David Herrmann <dh.herrmann@googlemail.com>
9845 L:      linux-input@vger.kernel.org
9846 S:      Maintained
9847 F:      drivers/hid/uhid.c
9848 F:      include/uapi/linux/uhid.h
9849
9850 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9851 L:      linux-usb@vger.kernel.org
9852 S:      Orphan
9853 F:      drivers/uwb/
9854 F:      include/linux/uwb.h
9855 F:      include/linux/uwb/
9856
9857 UNICORE32 ARCHITECTURE:
9858 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9859 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9860 S:      Maintained
9861 T:      git git://github.com/gxt/linux.git
9862 F:      arch/unicore32/
9863
9864 UNIFDEF
9865 M:      Tony Finch <dot@dotat.at>
9866 W:      http://dotat.at/prog/unifdef
9867 S:      Maintained
9868 F:      scripts/unifdef.c
9869
9870 UNIFORM CDROM DRIVER
9871 M:      Jens Axboe <axboe@kernel.dk>
9872 W:      http://www.kernel.dk
9873 S:      Maintained
9874 F:      Documentation/cdrom/
9875 F:      drivers/cdrom/cdrom.c
9876 F:      include/linux/cdrom.h
9877 F:      include/uapi/linux/cdrom.h
9878
9879 UNISYS S-PAR DRIVERS
9880 M:     Benjamin Romer <benjamin.romer@unisys.com>
9881 M:     David Kershner <david.kershner@unisys.com>
9882 L:     sparmaintainer@unisys.com (Unisys internal)
9883 S:     Supported
9884 F:     drivers/staging/unisys/
9885
9886 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9887 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9888 L:      linux-scsi@vger.kernel.org
9889 S:      Supported
9890 F:      Documentation/scsi/ufs.txt
9891 F:      drivers/scsi/ufs/
9892
9893 UNSORTED BLOCK IMAGES (UBI)
9894 M:      Artem Bityutskiy <dedekind1@gmail.com>
9895 W:      http://www.linux-mtd.infradead.org/
9896 L:      linux-mtd@lists.infradead.org
9897 T:      git git://git.infradead.org/ubifs-2.6.git
9898 S:      Maintained
9899 F:      drivers/mtd/ubi/
9900 F:      include/linux/mtd/ubi.h
9901 F:      include/uapi/mtd/ubi-user.h
9902
9903 UNSORTED BLOCK IMAGES (UBI) Fastmap
9904 M:      Richard Weinberger <richard@nod.at>
9905 L:      linux-mtd@lists.infradead.org
9906 S:      Maintained
9907 F:      drivers/mtd/ubi/fastmap.c
9908
9909 USB ACM DRIVER
9910 M:      Oliver Neukum <oliver@neukum.org>
9911 L:      linux-usb@vger.kernel.org
9912 S:      Maintained
9913 F:      Documentation/usb/acm.txt
9914 F:      drivers/usb/class/cdc-acm.*
9915
9916 USB AR5523 WIRELESS DRIVER
9917 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9918 L:      linux-wireless@vger.kernel.org
9919 S:      Maintained
9920 F:      drivers/net/wireless/ath/ar5523/
9921
9922 USB ATTACHED SCSI
9923 M:      Hans de Goede <hdegoede@redhat.com>
9924 M:      Gerd Hoffmann <kraxel@redhat.com>
9925 L:      linux-usb@vger.kernel.org
9926 L:      linux-scsi@vger.kernel.org
9927 S:      Maintained
9928 F:      drivers/usb/storage/uas.c
9929
9930 USB CDC ETHERNET DRIVER
9931 M:      Oliver Neukum <oliver@neukum.org>
9932 L:      linux-usb@vger.kernel.org
9933 S:      Maintained
9934 F:      drivers/net/usb/cdc_*.c
9935 F:      include/uapi/linux/usb/cdc.h
9936
9937 USB CYPRESS C67X00 DRIVER
9938 M:      Peter Korsgaard <jacmet@sunsite.dk>
9939 L:      linux-usb@vger.kernel.org
9940 S:      Maintained
9941 F:      drivers/usb/c67x00/
9942
9943 USB DAVICOM DM9601 DRIVER
9944 M:      Peter Korsgaard <jacmet@sunsite.dk>
9945 L:      netdev@vger.kernel.org
9946 W:      http://www.linux-usb.org/usbnet
9947 S:      Maintained
9948 F:      drivers/net/usb/dm9601.c
9949
9950 USB DIAMOND RIO500 DRIVER
9951 M:      Cesar Miquel <miquel@df.uba.ar>
9952 L:      rio500-users@lists.sourceforge.net
9953 W:      http://rio500.sourceforge.net
9954 S:      Maintained
9955 F:      drivers/usb/misc/rio500*
9956
9957 USB EHCI DRIVER
9958 M:      Alan Stern <stern@rowland.harvard.edu>
9959 L:      linux-usb@vger.kernel.org
9960 S:      Maintained
9961 F:      Documentation/usb/ehci.txt
9962 F:      drivers/usb/host/ehci*
9963
9964 USB GADGET/PERIPHERAL SUBSYSTEM
9965 M:      Felipe Balbi <balbi@ti.com>
9966 L:      linux-usb@vger.kernel.org
9967 W:      http://www.linux-usb.org/gadget
9968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9969 S:      Maintained
9970 F:      drivers/usb/gadget/
9971 F:      include/linux/usb/gadget*
9972
9973 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9974 M:      Jiri Kosina <jkosina@suse.cz>
9975 L:      linux-usb@vger.kernel.org
9976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9977 S:      Maintained
9978 F:      Documentation/hid/hiddev.txt
9979 F:      drivers/hid/usbhid/
9980
9981 USB ISP116X DRIVER
9982 M:      Olav Kongas <ok@artecdesign.ee>
9983 L:      linux-usb@vger.kernel.org
9984 S:      Maintained
9985 F:      drivers/usb/host/isp116x*
9986 F:      include/linux/usb/isp116x.h
9987
9988 USB MASS STORAGE DRIVER
9989 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9990 L:      linux-usb@vger.kernel.org
9991 L:      usb-storage@lists.one-eyed-alien.net
9992 S:      Maintained
9993 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9994 F:      drivers/usb/storage/
9995
9996 USB MIDI DRIVER
9997 M:      Clemens Ladisch <clemens@ladisch.de>
9998 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9999 T:      git git://git.alsa-project.org/alsa-kernel.git
10000 S:      Maintained
10001 F:      sound/usb/midi.*
10002
10003 USB NETWORKING DRIVERS
10004 L:      linux-usb@vger.kernel.org
10005 S:      Odd Fixes
10006 F:      drivers/net/usb/
10007
10008 USB OHCI DRIVER
10009 M:      Alan Stern <stern@rowland.harvard.edu>
10010 L:      linux-usb@vger.kernel.org
10011 S:      Maintained
10012 F:      Documentation/usb/ohci.txt
10013 F:      drivers/usb/host/ohci*
10014
10015 USB OVER IP DRIVER
10016 M:      Valentina Manea <valentina.manea.m@gmail.com>
10017 M:      Shuah Khan <shuah.kh@samsung.com>
10018 L:      linux-usb@vger.kernel.org
10019 S:      Maintained
10020 F:      drivers/usb/usbip/
10021 F:      tools/usb/usbip/
10022
10023 USB PEGASUS DRIVER
10024 M:      Petko Manolov <petkan@nucleusys.com>
10025 L:      linux-usb@vger.kernel.org
10026 L:      netdev@vger.kernel.org
10027 T:      git git://github.com/petkan/pegasus.git
10028 W:      https://github.com/petkan/pegasus
10029 S:      Maintained
10030 F:      drivers/net/usb/pegasus.*
10031
10032 USB PHY LAYER
10033 M:      Felipe Balbi <balbi@ti.com>
10034 L:      linux-usb@vger.kernel.org
10035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10036 S:      Maintained
10037 F:      drivers/usb/phy/
10038
10039 USB PRINTER DRIVER (usblp)
10040 M:      Pete Zaitcev <zaitcev@redhat.com>
10041 L:      linux-usb@vger.kernel.org
10042 S:      Supported
10043 F:      drivers/usb/class/usblp.c
10044
10045 USB RTL8150 DRIVER
10046 M:      Petko Manolov <petkan@nucleusys.com>
10047 L:      linux-usb@vger.kernel.org
10048 L:      netdev@vger.kernel.org
10049 T:      git git://github.com/petkan/rtl8150.git
10050 W:      https://github.com/petkan/rtl8150
10051 S:      Maintained
10052 F:      drivers/net/usb/rtl8150.c
10053
10054 USB SERIAL SUBSYSTEM
10055 M:      Johan Hovold <johan@kernel.org>
10056 L:      linux-usb@vger.kernel.org
10057 S:      Maintained
10058 F:      Documentation/usb/usb-serial.txt
10059 F:      drivers/usb/serial/
10060 F:      include/linux/usb/serial.h
10061
10062 USB SMSC75XX ETHERNET DRIVER
10063 M:      Steve Glendinning <steve.glendinning@shawell.net>
10064 L:      netdev@vger.kernel.org
10065 S:      Maintained
10066 F:      drivers/net/usb/smsc75xx.*
10067
10068 USB SMSC95XX ETHERNET DRIVER
10069 M:      Steve Glendinning <steve.glendinning@shawell.net>
10070 L:      netdev@vger.kernel.org
10071 S:      Maintained
10072 F:      drivers/net/usb/smsc95xx.*
10073
10074 USB SUBSYSTEM
10075 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10076 L:      linux-usb@vger.kernel.org
10077 W:      http://www.linux-usb.org
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10079 S:      Supported
10080 F:      Documentation/usb/
10081 F:      drivers/usb/
10082 F:      include/linux/usb.h
10083 F:      include/linux/usb/
10084
10085 USB UHCI DRIVER
10086 M:      Alan Stern <stern@rowland.harvard.edu>
10087 L:      linux-usb@vger.kernel.org
10088 S:      Maintained
10089 F:      drivers/usb/host/uhci*
10090
10091 USB "USBNET" DRIVER FRAMEWORK
10092 M:      Oliver Neukum <oneukum@suse.de>
10093 L:      netdev@vger.kernel.org
10094 W:      http://www.linux-usb.org/usbnet
10095 S:      Maintained
10096 F:      drivers/net/usb/usbnet.c
10097 F:      include/linux/usb/usbnet.h
10098
10099 USB VIDEO CLASS
10100 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10101 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10102 L:      linux-media@vger.kernel.org
10103 T:      git git://linuxtv.org/media_tree.git
10104 W:      http://www.ideasonboard.org/uvc/
10105 S:      Maintained
10106 F:      drivers/media/usb/uvc/
10107 F:      include/uapi/linux/uvcvideo.h
10108
10109 USB VISION DRIVER
10110 M:      Hans Verkuil <hverkuil@xs4all.nl>
10111 L:      linux-media@vger.kernel.org
10112 T:      git git://linuxtv.org/media_tree.git
10113 W:      http://linuxtv.org
10114 S:      Odd Fixes
10115 F:      drivers/media/usb/usbvision/
10116
10117 USB WEBCAM GADGET
10118 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10119 L:      linux-usb@vger.kernel.org
10120 S:      Maintained
10121 F:      drivers/usb/gadget/function/*uvc*
10122 F:      drivers/usb/gadget/legacy/webcam.c
10123
10124 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10125 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10126 L:      linux-wireless@vger.kernel.org
10127 S:      Maintained
10128 F:      drivers/net/wireless/rndis_wlan.c
10129
10130 USB XHCI DRIVER
10131 M:      Mathias Nyman <mathias.nyman@intel.com>
10132 L:      linux-usb@vger.kernel.org
10133 S:      Supported
10134 F:      drivers/usb/host/xhci*
10135 F:      drivers/usb/host/pci-quirks*
10136
10137 USB ZD1201 DRIVER
10138 L:      linux-wireless@vger.kernel.org
10139 W:      http://linux-lc100020.sourceforge.net
10140 S:      Orphan
10141 F:      drivers/net/wireless/zd1201.*
10142
10143 USB ZR364XX DRIVER
10144 M:      Antoine Jacquet <royale@zerezo.com>
10145 L:      linux-usb@vger.kernel.org
10146 L:      linux-media@vger.kernel.org
10147 T:      git git://linuxtv.org/media_tree.git
10148 W:      http://royale.zerezo.com/zr364xx/
10149 S:      Maintained
10150 F:      Documentation/video4linux/zr364xx.txt
10151 F:      drivers/media/usb/zr364xx/
10152
10153 USER-MODE LINUX (UML)
10154 M:      Jeff Dike <jdike@addtoit.com>
10155 M:      Richard Weinberger <richard@nod.at>
10156 L:      user-mode-linux-devel@lists.sourceforge.net
10157 L:      user-mode-linux-user@lists.sourceforge.net
10158 W:      http://user-mode-linux.sourceforge.net
10159 S:      Maintained
10160 F:      Documentation/virtual/uml/
10161 F:      arch/um/
10162 F:      arch/x86/um/
10163 F:      fs/hostfs/
10164 F:      fs/hppfs/
10165
10166 USERSPACE I/O (UIO)
10167 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10168 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10169 S:      Maintained
10170 F:      Documentation/DocBook/uio-howto.tmpl
10171 F:      drivers/uio/
10172 F:      include/linux/uio*.h
10173
10174 UTIL-LINUX PACKAGE
10175 M:      Karel Zak <kzak@redhat.com>
10176 L:      util-linux@vger.kernel.org
10177 W:      http://en.wikipedia.org/wiki/Util-linux
10178 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10179 S:      Maintained
10180
10181 UVESAFB DRIVER
10182 M:      Michal Januszewski <spock@gentoo.org>
10183 L:      linux-fbdev@vger.kernel.org
10184 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10185 S:      Maintained
10186 F:      Documentation/fb/uvesafb.txt
10187 F:      drivers/video/fbdev/uvesafb.*
10188
10189 VFAT/FAT/MSDOS FILESYSTEM
10190 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10191 S:      Maintained
10192 F:      Documentation/filesystems/vfat.txt
10193 F:      fs/fat/
10194
10195 VFIO DRIVER
10196 M:      Alex Williamson <alex.williamson@redhat.com>
10197 L:      kvm@vger.kernel.org
10198 S:      Maintained
10199 F:      Documentation/vfio.txt
10200 F:      drivers/vfio/
10201 F:      include/linux/vfio.h
10202 F:      include/uapi/linux/vfio.h
10203
10204 VIDEOBUF2 FRAMEWORK
10205 M:      Pawel Osciak <pawel@osciak.com>
10206 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10207 M:      Kyungmin Park <kyungmin.park@samsung.com>
10208 L:      linux-media@vger.kernel.org
10209 S:      Maintained
10210 F:      drivers/media/v4l2-core/videobuf2-*
10211 F:      include/media/videobuf2-*
10212
10213 VIRTIO CONSOLE DRIVER
10214 M:      Amit Shah <amit.shah@redhat.com>
10215 L:      virtualization@lists.linux-foundation.org
10216 S:      Maintained
10217 F:      drivers/char/virtio_console.c
10218 F:      include/linux/virtio_console.h
10219 F:      include/uapi/linux/virtio_console.h
10220
10221 VIRTIO CORE, NET AND BLOCK DRIVERS
10222 M:      Rusty Russell <rusty@rustcorp.com.au>
10223 M:      "Michael S. Tsirkin" <mst@redhat.com>
10224 L:      virtualization@lists.linux-foundation.org
10225 S:      Maintained
10226 F:      drivers/virtio/
10227 F:      tools/virtio/
10228 F:      drivers/net/virtio_net.c
10229 F:      drivers/block/virtio_blk.c
10230 F:      include/linux/virtio_*.h
10231 F:      include/uapi/linux/virtio_*.h
10232
10233 VIRTIO HOST (VHOST)
10234 M:      "Michael S. Tsirkin" <mst@redhat.com>
10235 L:      kvm@vger.kernel.org
10236 L:      virtualization@lists.linux-foundation.org
10237 L:      netdev@vger.kernel.org
10238 S:      Maintained
10239 F:      drivers/vhost/
10240 F:      include/uapi/linux/vhost.h
10241
10242 VIA RHINE NETWORK DRIVER
10243 M:      Roger Luethi <rl@hellgate.ch>
10244 S:      Maintained
10245 F:      drivers/net/ethernet/via/via-rhine.c
10246
10247 VIA SD/MMC CARD CONTROLLER DRIVER
10248 M:      Bruce Chang <brucechang@via.com.tw>
10249 M:      Harald Welte <HaraldWelte@viatech.com>
10250 S:      Maintained
10251 F:      drivers/mmc/host/via-sdmmc.c
10252
10253 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10254 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10255 L:      linux-fbdev@vger.kernel.org
10256 S:      Maintained
10257 F:      include/linux/via-core.h
10258 F:      include/linux/via-gpio.h
10259 F:      include/linux/via_i2c.h
10260 F:      drivers/video/fbdev/via/
10261
10262 VIA VELOCITY NETWORK DRIVER
10263 M:      Francois Romieu <romieu@fr.zoreil.com>
10264 L:      netdev@vger.kernel.org
10265 S:      Maintained
10266 F:      drivers/net/ethernet/via/via-velocity.*
10267
10268 VIVID VIRTUAL VIDEO DRIVER
10269 M:      Hans Verkuil <hverkuil@xs4all.nl>
10270 L:      linux-media@vger.kernel.org
10271 T:      git git://linuxtv.org/media_tree.git
10272 W:      http://linuxtv.org
10273 S:      Maintained
10274 F:      drivers/media/platform/vivid/*
10275
10276 VLAN (802.1Q)
10277 M:      Patrick McHardy <kaber@trash.net>
10278 L:      netdev@vger.kernel.org
10279 S:      Maintained
10280 F:      drivers/net/macvlan.c
10281 F:      include/linux/if_*vlan.h
10282 F:      net/8021q/
10283
10284 VLYNQ BUS
10285 M:      Florian Fainelli <florian@openwrt.org>
10286 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10287 S:      Maintained
10288 F:      drivers/vlynq/vlynq.c
10289 F:      include/linux/vlynq.h
10290
10291 VME SUBSYSTEM
10292 M:      Martyn Welch <martyn.welch@ge.com>
10293 M:      Manohar Vanga <manohar.vanga@gmail.com>
10294 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10295 L:      devel@driverdev.osuosl.org
10296 S:      Maintained
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10298 F:      Documentation/vme_api.txt
10299 F:      drivers/staging/vme/
10300 F:      drivers/vme/
10301 F:      include/linux/vme*
10302
10303 VMWARE HYPERVISOR INTERFACE
10304 M:      Alok Kataria <akataria@vmware.com>
10305 L:      virtualization@lists.linux-foundation.org
10306 S:      Supported
10307 F:      arch/x86/kernel/cpu/vmware.c
10308
10309 VMWARE BALLOON DRIVER
10310 M:      Xavier Deguillard <xdeguillard@vmware.com>
10311 M:      Philip Moltmann <moltmann@vmware.com>
10312 M:      "VMware, Inc." <pv-drivers@vmware.com>
10313 L:      linux-kernel@vger.kernel.org
10314 S:      Maintained
10315 F:      drivers/misc/vmw_balloon.c
10316
10317 VMWARE VMXNET3 ETHERNET DRIVER
10318 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10319 M:      "VMware, Inc." <pv-drivers@vmware.com>
10320 L:      netdev@vger.kernel.org
10321 S:      Maintained
10322 F:      drivers/net/vmxnet3/
10323
10324 VMware PVSCSI driver
10325 M:      Arvind Kumar <arvindkumar@vmware.com>
10326 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10327 L:      linux-scsi@vger.kernel.org
10328 S:      Maintained
10329 F:      drivers/scsi/vmw_pvscsi.c
10330 F:      drivers/scsi/vmw_pvscsi.h
10331
10332 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10333 M:      Liam Girdwood <lgirdwood@gmail.com>
10334 M:      Mark Brown <broonie@kernel.org>
10335 L:      linux-kernel@vger.kernel.org
10336 W:      http://opensource.wolfsonmicro.com/node/15
10337 W:      http://www.slimlogic.co.uk/?p=48
10338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10339 S:      Supported
10340 F:      drivers/regulator/
10341 F:      include/linux/regulator/
10342
10343 VT1211 HARDWARE MONITOR DRIVER
10344 M:      Juerg Haefliger <juergh@gmail.com>
10345 L:      lm-sensors@lm-sensors.org
10346 S:      Maintained
10347 F:      Documentation/hwmon/vt1211
10348 F:      drivers/hwmon/vt1211.c
10349
10350 VT8231 HARDWARE MONITOR DRIVER
10351 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10352 L:      lm-sensors@lm-sensors.org
10353 S:      Maintained
10354 F:      drivers/hwmon/vt8231.c
10355
10356 VUB300 USB to SDIO/SD/MMC bridge chip
10357 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10358 L:      linux-mmc@vger.kernel.org
10359 L:      linux-usb@vger.kernel.org
10360 S:      Supported
10361 F:      drivers/mmc/host/vub300.c
10362
10363 W1 DALLAS'S 1-WIRE BUS
10364 M:      Evgeniy Polyakov <zbr@ioremap.net>
10365 S:      Maintained
10366 F:      Documentation/w1/
10367 F:      drivers/w1/
10368
10369 W83791D HARDWARE MONITORING DRIVER
10370 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10371 L:      lm-sensors@lm-sensors.org
10372 S:      Maintained
10373 F:      Documentation/hwmon/w83791d
10374 F:      drivers/hwmon/w83791d.c
10375
10376 W83793 HARDWARE MONITORING DRIVER
10377 M:      Rudolf Marek <r.marek@assembler.cz>
10378 L:      lm-sensors@lm-sensors.org
10379 S:      Maintained
10380 F:      Documentation/hwmon/w83793
10381 F:      drivers/hwmon/w83793.c
10382
10383 W83795 HARDWARE MONITORING DRIVER
10384 M:      Jean Delvare <jdelvare@suse.de>
10385 L:      lm-sensors@lm-sensors.org
10386 S:      Maintained
10387 F:      drivers/hwmon/w83795.c
10388
10389 W83L51xD SD/MMC CARD INTERFACE DRIVER
10390 M:      Pierre Ossman <pierre@ossman.eu>
10391 S:      Maintained
10392 F:      drivers/mmc/host/wbsd.*
10393
10394 WACOM PROTOCOL 4 SERIAL TABLETS
10395 M:      Julian Squires <julian@cipht.net>
10396 M:      Hans de Goede <hdegoede@redhat.com>
10397 L:      linux-input@vger.kernel.org
10398 S:      Maintained
10399 F:      drivers/input/tablet/wacom_serial4.c
10400
10401 WATCHDOG DEVICE DRIVERS
10402 M:      Wim Van Sebroeck <wim@iguana.be>
10403 L:      linux-watchdog@vger.kernel.org
10404 W:      http://www.linux-watchdog.org/
10405 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10406 S:      Maintained
10407 F:      Documentation/watchdog/
10408 F:      drivers/watchdog/
10409 F:      include/linux/watchdog.h
10410 F:      include/uapi/linux/watchdog.h
10411
10412 WD7000 SCSI DRIVER
10413 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10414 L:      linux-scsi@vger.kernel.org
10415 S:      Maintained
10416 F:      drivers/scsi/wd7000.c
10417
10418 WIIMOTE HID DRIVER
10419 M:      David Herrmann <dh.herrmann@googlemail.com>
10420 L:      linux-input@vger.kernel.org
10421 S:      Maintained
10422 F:      drivers/hid/hid-wiimote*
10423
10424 WINBOND CIR DRIVER
10425 M:      David Härdeman <david@hardeman.nu>
10426 S:      Maintained
10427 F:      drivers/media/rc/winbond-cir.c
10428
10429 WIMAX STACK
10430 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10431 M:      linux-wimax@intel.com
10432 L:     wimax@linuxwimax.org (subscribers-only)
10433 S:      Supported
10434 W:      http://linuxwimax.org
10435 F:      Documentation/wimax/README.wimax
10436 F:      include/linux/wimax/debug.h
10437 F:      include/net/wimax.h
10438 F:      include/uapi/linux/wimax.h
10439 F:      net/wimax/
10440
10441 WISTRON LAPTOP BUTTON DRIVER
10442 M:      Miloslav Trmac <mitr@volny.cz>
10443 S:      Maintained
10444 F:      drivers/input/misc/wistron_btns.c
10445
10446 WL3501 WIRELESS PCMCIA CARD DRIVER
10447 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10448 L:      linux-wireless@vger.kernel.org
10449 W:      http://oops.ghostprotocols.net:81/blog
10450 S:      Maintained
10451 F:      drivers/net/wireless/wl3501*
10452
10453 WM97XX TOUCHSCREEN DRIVERS
10454 M:      Mark Brown <broonie@kernel.org>
10455 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10456 L:      linux-input@vger.kernel.org
10457 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10458 W:      http://opensource.wolfsonmicro.com/node/7
10459 S:      Supported
10460 F:      drivers/input/touchscreen/*wm97*
10461 F:      include/linux/wm97xx.h
10462
10463 WOLFSON MICROELECTRONICS DRIVERS
10464 L:      patches@opensource.wolfsonmicro.com
10465 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10466 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10467 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10468 S:      Supported
10469 F:      Documentation/hwmon/wm83??
10470 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10471 F:      drivers/clk/clk-wm83*.c
10472 F:      drivers/extcon/extcon-arizona.c
10473 F:      drivers/leds/leds-wm83*.c
10474 F:      drivers/gpio/gpio-*wm*.c
10475 F:      drivers/gpio/gpio-arizona.c
10476 F:      drivers/hwmon/wm83??-hwmon.c
10477 F:      drivers/input/misc/wm831x-on.c
10478 F:      drivers/input/touchscreen/wm831x-ts.c
10479 F:      drivers/input/touchscreen/wm97*.c
10480 F:      drivers/mfd/arizona*
10481 F:      drivers/mfd/wm*.c
10482 F:      drivers/power/wm83*.c
10483 F:      drivers/rtc/rtc-wm83*.c
10484 F:      drivers/regulator/wm8*.c
10485 F:      drivers/video/backlight/wm83*_bl.c
10486 F:      drivers/watchdog/wm83*_wdt.c
10487 F:      include/linux/mfd/arizona/
10488 F:      include/linux/mfd/wm831x/
10489 F:      include/linux/mfd/wm8350/
10490 F:      include/linux/mfd/wm8400*
10491 F:      include/linux/wm97xx.h
10492 F:      include/sound/wm????.h
10493 F:      sound/soc/codecs/arizona.?
10494 F:      sound/soc/codecs/wm*
10495
10496 WORKQUEUE
10497 M:      Tejun Heo <tj@kernel.org>
10498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10499 S:      Maintained
10500 F:      include/linux/workqueue.h
10501 F:      kernel/workqueue.c
10502 F:      Documentation/workqueue.txt
10503
10504 X.25 NETWORK LAYER
10505 M:      Andrew Hendry <andrew.hendry@gmail.com>
10506 L:      linux-x25@vger.kernel.org
10507 S:      Odd Fixes
10508 F:      Documentation/networking/x25*
10509 F:      include/net/x25*
10510 F:      net/x25/
10511
10512 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10513 M:      Thomas Gleixner <tglx@linutronix.de>
10514 M:      Ingo Molnar <mingo@redhat.com>
10515 M:      "H. Peter Anvin" <hpa@zytor.com>
10516 M:      x86@kernel.org
10517 L:      linux-kernel@vger.kernel.org
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10519 S:      Maintained
10520 F:      Documentation/x86/
10521 F:      arch/x86/
10522
10523 X86 PLATFORM DRIVERS
10524 M:      Darren Hart <dvhart@infradead.org>
10525 L:      platform-driver-x86@vger.kernel.org
10526 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10527 S:      Maintained
10528 F:      drivers/platform/x86/
10529
10530 X86 MCE INFRASTRUCTURE
10531 M:      Tony Luck <tony.luck@intel.com>
10532 M:      Borislav Petkov <bp@alien8.de>
10533 L:      linux-edac@vger.kernel.org
10534 S:      Maintained
10535 F:      arch/x86/kernel/cpu/mcheck/*
10536
10537 X86 VDSO
10538 M:      Andy Lutomirski <luto@amacapital.net>
10539 L:      linux-kernel@vger.kernel.org
10540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10541 S:      Maintained
10542 F:      arch/x86/vdso/
10543
10544 XC2028/3028 TUNER DRIVER
10545 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10546 L:      linux-media@vger.kernel.org
10547 W:      http://linuxtv.org
10548 T:      git git://linuxtv.org/media_tree.git
10549 S:      Maintained
10550 F:      drivers/media/tuners/tuner-xc2028.*
10551
10552 XEN HYPERVISOR INTERFACE
10553 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10554 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10555 M:      David Vrabel <david.vrabel@citrix.com>
10556 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10558 S:      Supported
10559 F:      arch/x86/xen/
10560 F:      drivers/*/xen-*front.c
10561 F:      drivers/xen/
10562 F:      arch/x86/include/asm/xen/
10563 F:      include/xen/
10564 F:      include/uapi/xen/
10565
10566 XEN HYPERVISOR ARM
10567 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10568 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10569 S:      Supported
10570 F:      arch/arm/xen/
10571 F:      arch/arm/include/asm/xen/
10572
10573 XEN HYPERVISOR ARM64
10574 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10575 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10576 S:      Supported
10577 F:      arch/arm64/xen/
10578 F:      arch/arm64/include/asm/xen/
10579
10580 XEN NETWORK BACKEND DRIVER
10581 M:      Ian Campbell <ian.campbell@citrix.com>
10582 M:      Wei Liu <wei.liu2@citrix.com>
10583 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10584 L:      netdev@vger.kernel.org
10585 S:      Supported
10586 F:      drivers/net/xen-netback/*
10587
10588 XEN PCI SUBSYSTEM
10589 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10590 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10591 S:      Supported
10592 F:      arch/x86/pci/*xen*
10593 F:      drivers/pci/*xen*
10594
10595 XEN BLOCK SUBSYSTEM
10596 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10597 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10598 S:      Supported
10599 F:      drivers/block/xen-blkback/*
10600 F:      drivers/block/xen*
10601
10602 XEN PVSCSI DRIVERS
10603 M:      Juergen Gross <jgross@suse.com>
10604 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10605 L:      linux-scsi@vger.kernel.org
10606 S:      Supported
10607 F:      drivers/scsi/xen-scsifront.c
10608 F:      drivers/xen/xen-scsiback.c
10609 F:      include/xen/interface/io/vscsiif.h
10610
10611 XEN SWIOTLB SUBSYSTEM
10612 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10613 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10614 S:      Supported
10615 F:      arch/x86/xen/*swiotlb*
10616 F:      drivers/xen/*swiotlb*
10617
10618 XFS FILESYSTEM
10619 P:      Silicon Graphics Inc
10620 M:      Dave Chinner <david@fromorbit.com>
10621 M:      xfs@oss.sgi.com
10622 L:      xfs@oss.sgi.com
10623 W:      http://oss.sgi.com/projects/xfs
10624 T:      git git://oss.sgi.com/xfs/xfs.git
10625 S:      Supported
10626 F:      Documentation/filesystems/xfs.txt
10627 F:      fs/xfs/
10628
10629 XILINX AXI ETHERNET DRIVER
10630 M:      Anirudha Sarangi <anirudh@xilinx.com>
10631 M:      John Linn <John.Linn@xilinx.com>
10632 S:      Maintained
10633 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10634
10635 XILINX UARTLITE SERIAL DRIVER
10636 M:      Peter Korsgaard <jacmet@sunsite.dk>
10637 L:      linux-serial@vger.kernel.org
10638 S:      Maintained
10639 F:      drivers/tty/serial/uartlite.c
10640
10641 XILLYBUS DRIVER
10642 M:      Eli Billauer <eli.billauer@gmail.com>
10643 L:      linux-kernel@vger.kernel.org
10644 S:      Supported
10645 F:      drivers/char/xillybus/
10646
10647 XTENSA XTFPGA PLATFORM SUPPORT
10648 M:      Max Filippov <jcmvbkbc@gmail.com>
10649 L:      linux-xtensa@linux-xtensa.org
10650 S:      Maintained
10651 F:      drivers/spi/spi-xtensa-xtfpga.c
10652
10653 YAM DRIVER FOR AX.25
10654 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10655 L:      linux-hams@vger.kernel.org
10656 S:      Maintained
10657 F:      drivers/net/hamradio/yam*
10658 F:      include/linux/yam.h
10659
10660 YEALINK PHONE DRIVER
10661 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10662 L:      usbb2k-api-dev@nongnu.org
10663 S:      Maintained
10664 F:      Documentation/input/yealink.txt
10665 F:      drivers/input/misc/yealink.*
10666
10667 Z8530 DRIVER FOR AX.25
10668 M:      Joerg Reuter <jreuter@yaina.de>
10669 W:      http://yaina.de/jreuter/
10670 W:      http://www.qsl.net/dl1bke/
10671 L:      linux-hams@vger.kernel.org
10672 S:      Maintained
10673 F:      Documentation/networking/z8530drv.txt
10674 F:      drivers/net/hamradio/*scc.c
10675 F:      drivers/net/hamradio/z8530.h
10676
10677 ZBUD COMPRESSED PAGE ALLOCATOR
10678 M:      Seth Jennings <sjennings@variantweb.net>
10679 L:      linux-mm@kvack.org
10680 S:      Maintained
10681 F:      mm/zbud.c
10682 F:      include/linux/zbud.h
10683
10684 ZD1211RW WIRELESS DRIVER
10685 M:      Daniel Drake <dsd@gentoo.org>
10686 M:      Ulrich Kunitz <kune@deine-taler.de>
10687 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10688 L:      linux-wireless@vger.kernel.org
10689 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10690 S:      Maintained
10691 F:      drivers/net/wireless/zd1211rw/
10692
10693 ZR36067 VIDEO FOR LINUX DRIVER
10694 L:      mjpeg-users@lists.sourceforge.net
10695 L:      linux-media@vger.kernel.org
10696 W:      http://mjpeg.sourceforge.net/driver-zoran/
10697 T:      hg http://linuxtv.org/hg/v4l-dvb
10698 S:      Odd Fixes
10699 F:      drivers/media/pci/zoran/
10700
10701 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10702 M:      Minchan Kim <minchan@kernel.org>
10703 M:      Nitin Gupta <ngupta@vflare.org>
10704 L:      linux-kernel@vger.kernel.org
10705 S:      Maintained
10706 F:      drivers/block/zram/
10707 F:      Documentation/blockdev/zram.txt
10708
10709 ZS DECSTATION Z85C30 SERIAL DRIVER
10710 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10711 S:      Maintained
10712 F:      drivers/tty/serial/zs.*
10713
10714 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10715 M:      Minchan Kim <minchan@kernel.org>
10716 M:      Nitin Gupta <ngupta@vflare.org>
10717 L:      linux-mm@kvack.org
10718 S:      Maintained
10719 F:      mm/zsmalloc.c
10720 F:      include/linux/zsmalloc.h
10721
10722 ZSWAP COMPRESSED SWAP CACHING
10723 M:      Seth Jennings <sjennings@variantweb.net>
10724 L:      linux-mm@kvack.org
10725 S:      Maintained
10726 F:      mm/zswap.c
10727
10728 THE REST
10729 M:      Linus Torvalds <torvalds@linux-foundation.org>
10730 L:      linux-kernel@vger.kernel.org
10731 Q:      http://patchwork.kernel.org/project/LKML/list/
10732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10733 S:      Buried alive in reporters
10734 F:      *
10735 F:      */