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