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