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