mm: remove struct node_active_region
[pandora-kernel.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 trivial 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 Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's 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 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdkfd/
647 F:      drivers/gpu/drm/amd/include/cik_structs.h
648 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
649 F:      drivers/gpu/drm/radeon/radeon_kfd.c
650 F:      drivers/gpu/drm/radeon/radeon_kfd.h
651 F:      include/uapi/linux/kfd_ioctl.h
652
653 AMD MICROCODE UPDATE SUPPORT
654 M:      Borislav Petkov <bp@alien8.de>
655 S:      Maintained
656 F:      arch/x86/kernel/cpu/microcode/amd*
657
658 AMD XGBE DRIVER
659 M:      Tom Lendacky <thomas.lendacky@amd.com>
660 L:      netdev@vger.kernel.org
661 S:      Supported
662 F:      drivers/net/ethernet/amd/xgbe/
663
664 AMS (Apple Motion Sensor) DRIVER
665 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
666 S:      Supported
667 F:      drivers/macintosh/ams/
668
669 AMSO1100 RNIC DRIVER
670 M:      Tom Tucker <tom@opengridcomputing.com>
671 M:      Steve Wise <swise@opengridcomputing.com>
672 L:      linux-rdma@vger.kernel.org
673 S:      Maintained
674 F:      drivers/infiniband/hw/amso1100/
675
676 ANALOG DEVICES INC AD9389B DRIVER
677 M:      Hans Verkuil <hans.verkuil@cisco.com>
678 L:      linux-media@vger.kernel.org
679 S:      Maintained
680 F:      drivers/media/i2c/ad9389b*
681
682 ANALOG DEVICES INC ADV7180 DRIVER
683 M:      Lars-Peter Clausen <lars@metafoo.de>
684 L:      linux-media@vger.kernel.org
685 W:      http://ez.analog.com/community/linux-device-drivers
686 S:      Supported
687 F:      drivers/media/i2c/adv7180.c
688
689 ANALOG DEVICES INC ADV7511 DRIVER
690 M:      Hans Verkuil <hans.verkuil@cisco.com>
691 L:      linux-media@vger.kernel.org
692 S:      Maintained
693 F:      drivers/media/i2c/adv7511*
694
695 ANALOG DEVICES INC ADV7604 DRIVER
696 M:      Hans Verkuil <hans.verkuil@cisco.com>
697 L:      linux-media@vger.kernel.org
698 S:      Maintained
699 F:      drivers/media/i2c/adv7604*
700
701 ANALOG DEVICES INC ADV7842 DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/adv7842*
706
707 ANALOG DEVICES INC ASOC CODEC DRIVERS
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
710 W:      http://wiki.analog.com/
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      sound/soc/codecs/adau*
714 F:      sound/soc/codecs/adav*
715 F:      sound/soc/codecs/ad1*
716 F:      sound/soc/codecs/ad7*
717 F:      sound/soc/codecs/ssm*
718 F:      sound/soc/codecs/sigmadsp.*
719
720 ANALOG DEVICES INC ASOC DRIVERS
721 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
722 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
723 W:      http://blackfin.uclinux.org/
724 S:      Supported
725 F:      sound/soc/blackfin/*
726
727 ANALOG DEVICES INC IIO DRIVERS
728 M:      Lars-Peter Clausen <lars@metafoo.de>
729 M:      Michael Hennerich <Michael.Hennerich@analog.com>
730 W:      http://wiki.analog.com/
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/iio/*/ad*
734 X:      drivers/iio/*/adjd*
735 F:      drivers/staging/iio/*/ad*
736 F:      staging/iio/trigger/iio-trig-bfin-timer.c
737
738 ANDROID DRIVERS
739 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
740 M:      Arve HjønnevĂ¥g <arve@android.com>
741 M:      Riley Andrews <riandrews@android.com>
742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
743 L:      devel@driverdev.osuosl.org
744 S:      Supported
745 F:      drivers/android/
746 F:      drivers/staging/android/
747
748 AOA (Apple Onboard Audio) ALSA DRIVER
749 M:      Johannes Berg <johannes@sipsolutions.net>
750 L:      linuxppc-dev@lists.ozlabs.org
751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
752 S:      Maintained
753 F:      sound/aoa/
754
755 APM DRIVER
756 M:      Jiri Kosina <jikos@kernel.org>
757 S:      Odd fixes
758 F:      arch/x86/kernel/apm_32.c
759 F:      include/linux/apm_bios.h
760 F:      include/uapi/linux/apm_bios.h
761 F:      drivers/char/apm-emulation.c
762
763 APPLE BCM5974 MULTITOUCH DRIVER
764 M:      Henrik Rydberg <rydberg@bitmath.org>
765 L:      linux-input@vger.kernel.org
766 S:      Odd fixes
767 F:      drivers/input/mouse/bcm5974.c
768
769 APPLE SMC DRIVER
770 M:      Henrik Rydberg <rydberg@bitmath.org>
771 L:      lm-sensors@lm-sensors.org
772 S:      Odd fixes
773 F:      drivers/hwmon/applesmc.c
774
775 APPLETALK NETWORK LAYER
776 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
777 S:      Maintained
778 F:      drivers/net/appletalk/
779 F:      net/appletalk/
780
781 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
782 M:      Iyappan Subramanian <isubramanian@apm.com>
783 M:      Keyur Chudgar <kchudgar@apm.com>
784 S:      Supported
785 F:      drivers/net/ethernet/apm/xgene/
786 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
787
788 APTINA CAMERA SENSOR PLL
789 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
790 L:      linux-media@vger.kernel.org
791 S:      Maintained
792 F:      drivers/media/i2c/aptina-pll.*
793
794 ARC FRAMEBUFFER DRIVER
795 M:      Jaya Kumar <jayalk@intworks.biz>
796 S:      Maintained
797 F:      drivers/video/fbdev/arcfb.c
798 F:      drivers/video/fbdev/core/fb_defio.c
799
800 ARM MFM AND FLOPPY DRIVERS
801 M:      Ian Molton <spyro@f2s.com>
802 S:      Maintained
803 F:      arch/arm/lib/floppydma.S
804 F:      arch/arm/include/asm/floppy.h
805
806 ARM PMU PROFILING AND DEBUGGING
807 M:      Will Deacon <will.deacon@arm.com>
808 S:      Maintained
809 F:      arch/arm/kernel/perf_*
810 F:      arch/arm/oprofile/common.c
811 F:      arch/arm/kernel/hw_breakpoint.c
812 F:      arch/arm/include/asm/hw_breakpoint.h
813 F:      arch/arm/include/asm/perf_event.h
814 F:      drivers/perf/arm_pmu.c
815 F:      include/linux/perf/arm_pmu.h
816
817 ARM PORT
818 M:      Russell King <linux@arm.linux.org.uk>
819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
820 W:      http://www.arm.linux.org.uk/
821 S:      Maintained
822 F:      arch/arm/
823
824 ARM SUB-ARCHITECTURES
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 S:      Maintained
827 F:      arch/arm/mach-*/
828 F:      arch/arm/plat-*/
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
830
831 ARM PRIMECELL AACI PL041 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      sound/arm/aaci.*
835
836 ARM PRIMECELL CLCD PL110 DRIVER
837 M:      Russell King <linux@arm.linux.org.uk>
838 S:      Maintained
839 F:      drivers/video/fbdev/amba-clcd.*
840
841 ARM PRIMECELL KMI PL050 DRIVER
842 M:      Russell King <linux@arm.linux.org.uk>
843 S:      Maintained
844 F:      drivers/input/serio/ambakmi.*
845 F:      include/linux/amba/kmi.h
846
847 ARM PRIMECELL MMCI PL180/1 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/mmc/host/mmci.*
851 F:      include/linux/amba/mmci.h
852
853 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/tty/serial/amba-pl01*.c
857 F:      include/linux/amba/serial.h
858
859 ARM PRIMECELL BUS SUPPORT
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/amba/
863 F:      include/linux/amba/bus.h
864
865 ARM/ADS SPHERE MACHINE SUPPORT
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S:      Maintained
869
870 ARM/AFEB9260 MACHINE SUPPORT
871 M:      Sergey Lapin <slapin@ossfans.org>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874
875 ARM/AJECO 1ARM MACHINE SUPPORT
876 M:      Lennert Buytenhek <kernel@wantstofly.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
879
880 ARM/Allwinner A1X SoC support
881 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 S:      Maintained
884 N:      sun[x4567]i
885
886 ARM/Allwinner SoC Clock Support
887 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
888 S:      Maintained
889 F:      drivers/clk/sunxi/
890
891 ARM/Amlogic MesonX SoC support
892 M:      Carlo Caione <carlo@caione.org>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 F:      drivers/media/rc/meson-ir.c
896 N:      meson[x68]
897
898 ARM/Annapurna Labs ALPINE ARCHITECTURE
899 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
900 S:      Maintained
901 F:      arch/arm/mach-alpine/
902
903 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
904 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
905 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
906 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 W:      http://www.linux4sam.org
909 S:      Supported
910 F:      arch/arm/mach-at91/
911 F:      include/soc/at91/
912 F:      arch/arm/boot/dts/at91*.dts
913 F:      arch/arm/boot/dts/at91*.dtsi
914 F:      arch/arm/boot/dts/sama*.dts
915 F:      arch/arm/boot/dts/sama*.dtsi
916 F:      arch/arm/include/debug/at91.S
917
918 ARM/ATMEL AT91 Clock Support
919 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
920 S:      Maintained
921 F:      drivers/clk/at91
922
923 ARM/CALXEDA HIGHBANK ARCHITECTURE
924 M:      Rob Herring <robh@kernel.org>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927 F:      arch/arm/mach-highbank/
928
929 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
930 M:      Krzysztof Halasa <khalasa@piap.pl>
931 S:      Maintained
932 F:      arch/arm/mach-cns3xxx/
933
934 ARM/CAVIUM THUNDER NETWORK DRIVER
935 M:      Sunil Goutham <sgoutham@cavium.com>
936 M:      Robert Richter <rric@kernel.org>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 S:      Supported
939 F:      drivers/net/ethernet/cavium/thunder/
940
941 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
942 M:      Alexander Shiyan <shc_work@mail.ru>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Odd Fixes
945 N:      clps711x
946
947 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
948 M:      Hartley Sweeten <hsweeten@visionengravers.com>
949 M:      Ryan Mallon <rmallon@gmail.com>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952 F:      arch/arm/mach-ep93xx/
953 F:      arch/arm/mach-ep93xx/include/mach/
954
955 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
956 M:      Lennert Buytenhek <kernel@wantstofly.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Maintained
959
960 ARM/CLKDEV SUPPORT
961 M:      Russell King <linux@arm.linux.org.uk>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964 F:      arch/arm/include/asm/clkdev.h
965 F:      drivers/clk/clkdev.c
966
967 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
968 M:      Mike Rapoport <mike@compulab.co.il>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971
972 ARM/CONTEC MICRO9 MACHINE SUPPORT
973 M:      Hubert Feurstein <hubert.feurstein@contec.at>
974 S:      Maintained
975 F:      arch/arm/mach-ep93xx/micro9.c
976
977 ARM/CORESIGHT FRAMEWORK AND DRIVERS
978 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Maintained
981 F:      drivers/hwtracing/coresight/*
982 F:      Documentation/trace/coresight.txt
983 F:      Documentation/devicetree/bindings/arm/coresight.txt
984 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
985
986 ARM/CORGI MACHINE SUPPORT
987 M:      Richard Purdie <rpurdie@rpsys.net>
988 S:      Maintained
989
990 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
991 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 T:      git git://github.com/ulli-kroll/linux.git
994 S:      Maintained
995 F:      arch/arm/mach-gemini/
996 F:      drivers/rtc/rtc-gemini.c
997
998 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
999 M:      Barry Song <baohua@kernel.org>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1002 S:      Maintained
1003 F:      arch/arm/mach-prima2/
1004 F:      drivers/clk/sirf/
1005 F:      drivers/clocksource/timer-prima2.c
1006 F:      drivers/clocksource/timer-atlas7.c
1007 N:      [^a-z]sirf
1008
1009 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1010 M:      Baruch Siach <baruch@tkos.co.il>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013 F:      arch/arm/boot/dts/cx92755*
1014 N:      digicolor
1015
1016 ARM/EBSA110 MACHINE SUPPORT
1017 M:      Russell King <linux@arm.linux.org.uk>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 W:      http://www.arm.linux.org.uk/
1020 S:      Maintained
1021 F:      arch/arm/mach-ebsa110/
1022 F:      drivers/net/ethernet/amd/am79c961a.*
1023
1024 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1025 M:      Uwe Kleine-König <kernel@pengutronix.de>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028 N:      efm32
1029
1030 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1031 M:      Daniel Ribeiro <drwyrm@gmail.com>
1032 M:      Stefan Schmidt <stefan@openezx.org>
1033 M:      Harald Welte <laforge@openezx.org>
1034 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1035 W:      http://www.openezx.org/
1036 S:      Maintained
1037 T:      topgit git://git.openezx.org/openezx.git
1038 F:      arch/arm/mach-pxa/ezx.c
1039
1040 ARM/FARADAY FA526 PORT
1041 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 S:      Maintained
1044 T:      git git://git.berlios.de/gemini-board
1045 F:      arch/arm/mm/*-fa*
1046
1047 ARM/FOOTBRIDGE ARCHITECTURE
1048 M:      Russell King <linux@arm.linux.org.uk>
1049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 W:      http://www.arm.linux.org.uk/
1051 S:      Maintained
1052 F:      arch/arm/include/asm/hardware/dec21285.h
1053 F:      arch/arm/mach-footbridge/
1054
1055 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1056 M:      Shawn Guo <shawnguo@kernel.org>
1057 M:      Sascha Hauer <kernel@pengutronix.de>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1061 F:      arch/arm/mach-imx/
1062 F:      arch/arm/mach-mxs/
1063 F:      arch/arm/boot/dts/imx*
1064 F:      arch/arm/configs/imx*_defconfig
1065 F:      drivers/clk/imx/
1066 F:      include/soc/imx/
1067
1068 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1069 M:      Shawn Guo <shawnguo@kernel.org>
1070 M:      Sascha Hauer <kernel@pengutronix.de>
1071 R:      Stefan Agner <stefan@agner.ch>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1075 F:      arch/arm/mach-imx/*vf610*
1076 F:      arch/arm/boot/dts/vf*
1077
1078 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1079 M:      Lennert Buytenhek <kernel@wantstofly.org>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 S:      Maintained
1082
1083 ARM/GUMSTIX MACHINE SUPPORT
1084 M:      Steve Sakoman <sakoman@gmail.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Maintained
1087
1088 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1089 M:      Philipp Zabel <philipp.zabel@gmail.com>
1090 M:      Paul Parsons <lost.distance@yahoo.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 F:      arch/arm/mach-pxa/hx4700.c
1094 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1095 F:      sound/soc/pxa/hx4700.c
1096
1097 ARM/HISILICON SOC SUPPORT
1098 M:      Wei Xu <xuwei5@hisilicon.com>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 W:      http://www.hisilicon.com
1101 S:      Supported
1102 T:      git git://github.com/hisilicon/linux-hisi.git
1103 F:      arch/arm/mach-hisi/
1104
1105 ARM/HP JORNADA 7XX MACHINE SUPPORT
1106 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1107 W:      www.jlime.com
1108 S:      Maintained
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1110 F:      arch/arm/mach-sa1100/jornada720.c
1111 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1112
1113 ARM/IGEP MACHINE SUPPORT
1114 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1115 M:      Javier Martinez Canillas <javier@dowhile0.org>
1116 L:      linux-omap@vger.kernel.org
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119 F:      arch/arm/boot/dts/omap3-igep*
1120
1121 ARM/INCOME PXA270 SUPPORT
1122 M:      Marek Vasut <marek.vasut@gmail.com>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1126
1127 ARM/INTEL IOP32X ARM ARCHITECTURE
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/INTEL IOP33X ARM ARCHITECTURE
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Orphan
1135
1136 ARM/INTEL IOP13XX ARM ARCHITECTURE
1137 M:      Lennert Buytenhek <kernel@wantstofly.org>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S:      Maintained
1140
1141 ARM/INTEL IQ81342EX MACHINE SUPPORT
1142 M:      Lennert Buytenhek <kernel@wantstofly.org>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145
1146 ARM/INTEL IXDP2850 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/INTEL IXP4XX ARM ARCHITECTURE
1152 M:      Imre Kaloz <kaloz@openwrt.org>
1153 M:      Krzysztof Halasa <khalasa@piap.pl>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156 F:      arch/arm/mach-ixp4xx/
1157
1158 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1159 M:      Jonathan Cameron <jic23@cam.ac.uk>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-pxa/stargate2.c
1163 F:      drivers/pcmcia/pxa2xx_stargate2.c
1164
1165 ARM/INTEL XSC3 (MANZANO) ARM CORE
1166 M:      Lennert Buytenhek <kernel@wantstofly.org>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169
1170 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1171 M:      Lennert Buytenhek <kernel@wantstofly.org>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174
1175 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1176 M:      Santosh Shilimkar <ssantosh@kernel.org>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-keystone/
1180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1181
1182 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1183 M:      Santosh Shilimkar <ssantosh@kernel.org>
1184 L:      linux-kernel@vger.kernel.org
1185 S:      Maintained
1186 F:      drivers/clk/keystone/
1187
1188 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 L:      linux-kernel@vger.kernel.org
1192 S:      Maintained
1193 F:      drivers/clocksource/timer-keystone.c
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-kernel@vger.kernel.org
1198 S:      Maintained
1199 F:      drivers/power/reset/keystone-reset.c
1200
1201 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/memory/*emif*
1206
1207 ARM/LOGICPD PXA270 MACHINE SUPPORT
1208 M:      Lennert Buytenhek <kernel@wantstofly.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211
1212 ARM/LPC18XX ARCHITECTURE
1213 M:      Joachim Eastwood <manabian@gmail.com>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 N:      lpc18xx
1217
1218 ARM/MAGICIAN MACHINE SUPPORT
1219 M:      Philipp Zabel <philipp.zabel@gmail.com>
1220 S:      Maintained
1221
1222 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1223 M:      Jason Cooper <jason@lakedaemon.net>
1224 M:      Andrew Lunn <andrew@lunn.ch>
1225 M:      Gregory Clement <gregory.clement@free-electrons.com>
1226 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229 F:      arch/arm/mach-mvebu/
1230 F:      drivers/rtc/rtc-armada38x.c
1231 F:      arch/arm/boot/dts/armada*
1232 F:      arch/arm/boot/dts/kirkwood*
1233
1234
1235 ARM/Marvell Berlin SoC support
1236 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-berlin/
1240 F:      arch/arm/boot/dts/berlin*
1241
1242
1243 ARM/Marvell Dove/MV78xx0/Orion SOC support
1244 M:      Jason Cooper <jason@lakedaemon.net>
1245 M:      Andrew Lunn <andrew@lunn.ch>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 M:      Gregory Clement <gregory.clement@free-electrons.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-dove/
1251 F:      arch/arm/mach-mv78xx0/
1252 F:      arch/arm/mach-orion5x/
1253 F:      arch/arm/plat-orion/
1254 F:      arch/arm/boot/dts/dove*
1255 F:      arch/arm/boot/dts/orion5x*
1256
1257
1258 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1259 M:      Alexander Clouter <alex@digriz.org.uk>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 W:      http://www.digriz.org.uk/ts78xx/kernel
1262 S:      Maintained
1263 F:      arch/arm/mach-orion5x/ts78xx-*
1264
1265 ARM/Mediatek RTC DRIVER
1266 M:      Eddie Huang <eddie.huang@mediatek.com>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      drivers/rtc/rtc-mt6397.c
1271
1272 ARM/Mediatek SoC support
1273 M:      Matthias Brugger <matthias.bgg@gmail.com>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/boot/dts/mt6*
1278 F:      arch/arm/boot/dts/mt8*
1279 F:      arch/arm/mach-mediatek/
1280 N:      mtk
1281 K:      mediatek
1282
1283 ARM/MICREL KS8695 ARCHITECTURE
1284 M:      Greg Ungerer <gerg@uclinux.org>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 F:      arch/arm/mach-ks8695/
1287 S:      Odd Fixes
1288
1289 ARM/MIOA701 MACHINE SUPPORT
1290 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F:      arch/arm/mach-pxa/mioa701.c
1293 S:      Maintained
1294
1295 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1296 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1297 S:      Maintained
1298
1299 ARM/NOMADIK ARCHITECTURE
1300 M:      Alessandro Rubini <rubini@unipv.it>
1301 M:      Linus Walleij <linus.walleij@linaro.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304 F:      arch/arm/mach-nomadik/
1305 F:      drivers/pinctrl/nomadik/
1306 F:      drivers/i2c/busses/i2c-nomadik.c
1307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1308
1309 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1310 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1311 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1312 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1313 S:      Supported
1314
1315 ARM/TOSA MACHINE SUPPORT
1316 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1317 M:      Dirk Opfer <dirk@opfer-online.de>
1318 S:      Maintained
1319
1320 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1321 M:      Marek Vasut <marek.vasut@gmail.com>
1322 L:      linux-arm-kernel@lists.infradead.org
1323 W:      http://hackndev.com
1324 S:      Maintained
1325 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1326 F:      arch/arm/mach-pxa/palmtx.c
1327 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1328 F:      arch/arm/mach-pxa/palmt5.c
1329 F:      arch/arm/mach-pxa/include/mach/palmld.h
1330 F:      arch/arm/mach-pxa/palmld.c
1331 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1332 F:      arch/arm/mach-pxa/palmte2.c
1333 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1334 F:      arch/arm/mach-pxa/palmtc.c
1335
1336 ARM/PALM TREO SUPPORT
1337 M:      Tomas Cech <sleep_walker@suse.com>
1338 L:      linux-arm-kernel@lists.infradead.org
1339 W:      http://hackndev.com
1340 S:      Maintained
1341 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1342 F:      arch/arm/mach-pxa/palmtreo.c
1343
1344 ARM/PALMZ72 SUPPORT
1345 M:      Sergey Lapin <slapin@ossfans.org>
1346 L:      linux-arm-kernel@lists.infradead.org
1347 W:      http://hackndev.com
1348 S:      Maintained
1349 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1350 F:      arch/arm/mach-pxa/palmz72.c
1351
1352 ARM/PLEB SUPPORT
1353 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1354 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1355 S:      Maintained
1356
1357 ARM/PT DIGITAL BOARD PORT
1358 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 W:      http://www.arm.linux.org.uk/
1361 S:      Maintained
1362
1363 ARM/QUALCOMM SUPPORT
1364 M:      Kumar Gala <galak@codeaurora.org>
1365 M:      Andy Gross <agross@codeaurora.org>
1366 M:      David Brown <davidb@codeaurora.org>
1367 L:      linux-arm-msm@vger.kernel.org
1368 L:      linux-soc@vger.kernel.org
1369 S:      Maintained
1370 F:      arch/arm/mach-qcom/
1371 F:      drivers/soc/qcom/
1372 F:      drivers/tty/serial/msm_serial.h
1373 F:      drivers/tty/serial/msm_serial.c
1374 F:      drivers/*/pm8???-*
1375 F:      drivers/mfd/ssbi.c
1376 F:      drivers/firmware/qcom_scm.c
1377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1378
1379 ARM/RADISYS ENP2611 MACHINE SUPPORT
1380 M:      Lennert Buytenhek <kernel@wantstofly.org>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383
1384 ARM/RISCPC ARCHITECTURE
1385 M:      Russell King <linux@arm.linux.org.uk>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1390 F:      arch/arm/include/asm/hardware/ioc.h
1391 F:      arch/arm/include/asm/hardware/iomd.h
1392 F:      arch/arm/include/asm/hardware/memc.h
1393 F:      arch/arm/mach-rpc/
1394 F:      drivers/net/ethernet/8390/etherh.c
1395 F:      drivers/net/ethernet/i825xx/ether1*
1396 F:      drivers/net/ethernet/seeq/ether3*
1397 F:      drivers/scsi/arm/
1398
1399 ARM/Rockchip SoC support
1400 M:      Heiko Stuebner <heiko@sntech.de>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 L:      linux-rockchip@lists.infradead.org
1403 S:      Maintained
1404 F:      arch/arm/boot/dts/rk3*
1405 F:      arch/arm/mach-rockchip/
1406 F:      drivers/clk/rockchip/
1407 F:      drivers/i2c/busses/i2c-rk3x.c
1408 F:      drivers/*/*rockchip*
1409 F:      drivers/*/*/*rockchip*
1410 F:      sound/soc/rockchip/
1411 N:      rockchip
1412
1413 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1414 M:      Kukjin Kim <kgene@kernel.org>
1415 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1418 S:      Maintained
1419 F:      arch/arm/boot/dts/s3c*
1420 F:      arch/arm/boot/dts/exynos*
1421 F:      arch/arm64/boot/dts/exynos/
1422 F:      arch/arm/plat-samsung/
1423 F:      arch/arm/mach-s3c24*/
1424 F:      arch/arm/mach-s3c64xx/
1425 F:      arch/arm/mach-s5p*/
1426 F:      arch/arm/mach-exynos*/
1427 F:      drivers/*/*s3c2410*
1428 F:      drivers/*/*/*s3c2410*
1429 F:      drivers/spi/spi-s3c*
1430 F:      sound/soc/samsung/*
1431 N:      exynos
1432
1433 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1434 M:      Kyungmin Park <kyungmin.park@samsung.com>
1435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 S:      Maintained
1437 F:      arch/arm/mach-s5pv210/
1438
1439 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1440 M:      Kyungmin Park <kyungmin.park@samsung.com>
1441 M:      Kamil Debski <k.debski@samsung.com>
1442 L:      linux-arm-kernel@lists.infradead.org
1443 L:      linux-media@vger.kernel.org
1444 S:      Maintained
1445 F:      drivers/media/platform/s5p-g2d/
1446
1447 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1448 M:      Kyungmin Park <kyungmin.park@samsung.com>
1449 M:      Kamil Debski <k.debski@samsung.com>
1450 M:      Jeongtae Park <jtp.park@samsung.com>
1451 L:      linux-arm-kernel@lists.infradead.org
1452 L:      linux-media@vger.kernel.org
1453 S:      Maintained
1454 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1455 F:      drivers/media/platform/s5p-mfc/
1456
1457 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1458 M:      Kyungmin Park <kyungmin.park@samsung.com>
1459 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org
1461 L:      linux-media@vger.kernel.org
1462 S:      Maintained
1463 F:      drivers/media/platform/s5p-tv/
1464
1465 ARM/SHMOBILE ARM ARCHITECTURE
1466 M:      Simon Horman <horms@verge.net.au>
1467 M:      Magnus Damm <magnus.damm@gmail.com>
1468 L:      linux-sh@vger.kernel.org
1469 W:      http://oss.renesas.com
1470 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1472 S:      Supported
1473 F:      arch/arm/boot/dts/emev2*
1474 F:      arch/arm/boot/dts/r7s*
1475 F:      arch/arm/boot/dts/r8a*
1476 F:      arch/arm/boot/dts/sh*
1477 F:      arch/arm/configs/bockw_defconfig
1478 F:      arch/arm/configs/marzen_defconfig
1479 F:      arch/arm/configs/shmobile_defconfig
1480 F:      arch/arm/include/debug/renesas-scif.S
1481 F:      arch/arm/mach-shmobile/
1482 F:      drivers/sh/
1483
1484 ARM/SOCFPGA ARCHITECTURE
1485 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1486 S:      Maintained
1487 F:      arch/arm/mach-socfpga/
1488 F:      arch/arm/boot/dts/socfpga*
1489 F:      arch/arm/configs/socfpga_defconfig
1490 W:      http://www.rocketboards.org
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1492
1493 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1494 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1495 S:      Maintained
1496 F:      drivers/clk/socfpga/
1497
1498 ARM/SOCFPGA EDAC SUPPORT
1499 M:      Thor Thayer <tthayer@opensource.altera.com>
1500 S:      Maintained
1501 F:      drivers/edac/altera_edac.
1502
1503 ARM/STI ARCHITECTURE
1504 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1505 M:      Maxime Coquelin <maxime.coquelin@st.com>
1506 M:      Patrice Chotard <patrice.chotard@st.com>
1507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 L:      kernel@stlinux.com
1509 W:      http://www.stlinux.com
1510 S:      Maintained
1511 F:      arch/arm/mach-sti/
1512 F:      arch/arm/boot/dts/sti*
1513 F:      drivers/clocksource/arm_global_timer.c
1514 F:      drivers/i2c/busses/i2c-st.c
1515 F:      drivers/media/rc/st_rc.c
1516 F:      drivers/mmc/host/sdhci-st.c
1517 F:      drivers/phy/phy-miphy28lp.c
1518 F:      drivers/phy/phy-miphy365x.c
1519 F:      drivers/phy/phy-stih407-usb.c
1520 F:      drivers/phy/phy-stih41x-usb.c
1521 F:      drivers/pinctrl/pinctrl-st.c
1522 F:      drivers/reset/sti/
1523 F:      drivers/rtc/rtc-st-lpc.c
1524 F:      drivers/tty/serial/st-asc.c
1525 F:      drivers/usb/dwc3/dwc3-st.c
1526 F:      drivers/usb/host/ehci-st.c
1527 F:      drivers/usb/host/ohci-st.c
1528 F:      drivers/watchdog/st_lpc_wdt.c
1529 F:      drivers/ata/ahci_st.c
1530
1531 ARM/STM32 ARCHITECTURE
1532 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 S:      Maintained
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1536 N:      stm32
1537 F:      drivers/clocksource/armv7m_systick.c
1538
1539 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1540 M:      Lennert Buytenhek <kernel@wantstofly.org>
1541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S:      Maintained
1543
1544 ARM/TETON BGA MACHINE SUPPORT
1545 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S:      Maintained
1548
1549 ARM/THECUS N2100 MACHINE SUPPORT
1550 M:      Lennert Buytenhek <kernel@wantstofly.org>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553
1554 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1555 M:      Wan ZongShun <mcuos.com@gmail.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 W:      http://www.mcuos.com
1558 S:      Maintained
1559 F:      arch/arm/mach-w90x900/
1560 F:      drivers/input/keyboard/w90p910_keypad.c
1561 F:      drivers/input/touchscreen/w90p910_ts.c
1562 F:      drivers/watchdog/nuc900_wdt.c
1563 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1564 F:      drivers/mtd/nand/nuc900_nand.c
1565 F:      drivers/rtc/rtc-nuc900.c
1566 F:      drivers/spi/spi-nuc900.c
1567 F:      drivers/usb/host/ehci-w90x900.c
1568 F:      drivers/video/fbdev/nuc900fb.c
1569
1570 ARM/U300 MACHINE SUPPORT
1571 M:      Linus Walleij <linus.walleij@linaro.org>
1572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 S:      Supported
1574 F:      arch/arm/mach-u300/
1575 F:      drivers/clocksource/timer-u300.c
1576 F:      drivers/i2c/busses/i2c-stu300.c
1577 F:      drivers/rtc/rtc-coh901331.c
1578 F:      drivers/watchdog/coh901327_wdt.c
1579 F:      drivers/dma/coh901318*
1580 F:      drivers/mfd/ab3100*
1581 F:      drivers/rtc/rtc-ab3100.c
1582 F:      drivers/rtc/rtc-coh901331.c
1583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1584
1585 ARM/UNIPHIER ARCHITECTURE
1586 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 S:      Maintained
1589 F:      arch/arm/boot/dts/uniphier*
1590 F:      arch/arm/mach-uniphier/
1591 F:      drivers/pinctrl/uniphier/
1592 F:      drivers/tty/serial/8250/8250_uniphier.c
1593 N:      uniphier
1594
1595 ARM/Ux500 ARM ARCHITECTURE
1596 M:      Linus Walleij <linus.walleij@linaro.org>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/mach-ux500/
1600 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1601 F:      drivers/dma/ste_dma40*
1602 F:      drivers/hwspinlock/u8500_hsem.c
1603 F:      drivers/mfd/abx500*
1604 F:      drivers/mfd/ab8500*
1605 F:      drivers/mfd/dbx500*
1606 F:      drivers/mfd/db8500*
1607 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1608 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1609 F:      drivers/rtc/rtc-ab8500.c
1610 F:      drivers/rtc/rtc-pl031.c
1611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1612
1613 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1614 M:      Ulf Hansson <ulf.hansson@linaro.org>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 T:      git git://git.linaro.org/people/ulfh/clk.git
1617 S:      Maintained
1618 F:      drivers/clk/ux500/
1619 F:      include/linux/platform_data/clk-ux500.h
1620
1621 ARM/VERSATILE EXPRESS PLATFORM
1622 M:      Liviu Dudau <liviu.dudau@arm.com>
1623 M:      Sudeep Holla <sudeep.holla@arm.com>
1624 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 S:      Maintained
1627 F:      arch/arm/boot/dts/vexpress*
1628 F:      arch/arm64/boot/dts/arm/vexpress*
1629 F:      arch/arm/mach-vexpress/
1630 F:      */*/vexpress*
1631 F:      */*/*/vexpress*
1632 F:      drivers/clk/versatile/clk-vexpress-osc.c
1633 F:      drivers/clocksource/versatile.c
1634
1635 ARM/VFP SUPPORT
1636 M:      Russell King <linux@arm.linux.org.uk>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 W:      http://www.arm.linux.org.uk/
1639 S:      Maintained
1640 F:      arch/arm/vfp/
1641
1642 ARM/VOIPAC PXA270 SUPPORT
1643 M:      Marek Vasut <marek.vasut@gmail.com>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S:      Maintained
1646 F:      arch/arm/mach-pxa/vpac270.c
1647 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1648
1649 ARM/VT8500 ARM ARCHITECTURE
1650 M:      Tony Prisk <linux@prisktech.co.nz>
1651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 S:      Maintained
1653 F:      arch/arm/mach-vt8500/
1654 F:      drivers/clocksource/vt8500_timer.c
1655 F:      drivers/i2c/busses/i2c-wmt.c
1656 F:      drivers/mmc/host/wmt-sdmmc.c
1657 F:      drivers/pwm/pwm-vt8500.c
1658 F:      drivers/rtc/rtc-vt8500.c
1659 F:      drivers/tty/serial/vt8500_serial.c
1660 F:      drivers/usb/host/ehci-platform.c
1661 F:      drivers/usb/host/uhci-platform.c
1662 F:      drivers/video/fbdev/vt8500lcdfb.*
1663 F:      drivers/video/fbdev/wm8505fb*
1664 F:      drivers/video/fbdev/wmt_ge_rops.*
1665
1666 ARM/ZIPIT Z2 SUPPORT
1667 M:      Marek Vasut <marek.vasut@gmail.com>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 S:      Maintained
1670 F:      arch/arm/mach-pxa/z2.c
1671 F:      arch/arm/mach-pxa/include/mach/z2.h
1672
1673 ARM/ZTE ARCHITECTURE
1674 M:      Jun Nie <jun.nie@linaro.org>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S:      Maintained
1677 F:      arch/arm/mach-zx/
1678 F:      drivers/clk/zte/
1679 F:      Documentation/devicetree/bindings/arm/zte.txt
1680 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1681
1682 ARM/ZYNQ ARCHITECTURE
1683 M:      Michal Simek <michal.simek@xilinx.com>
1684 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1686 W:      http://wiki.xilinx.com
1687 T:      git https://github.com/Xilinx/linux-xlnx.git
1688 S:      Supported
1689 F:      arch/arm/mach-zynq/
1690 F:      drivers/cpuidle/cpuidle-zynq.c
1691 F:      drivers/block/xsysace.c
1692 N:      zynq
1693 N:      xilinx
1694 F:      drivers/clocksource/cadence_ttc_timer.c
1695 F:      drivers/i2c/busses/i2c-cadence.c
1696 F:      drivers/mmc/host/sdhci-of-arasan.c
1697 F:      drivers/edac/synopsys_edac.c
1698
1699 ARM SMMU DRIVERS
1700 M:      Will Deacon <will.deacon@arm.com>
1701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1702 S:      Maintained
1703 F:      drivers/iommu/arm-smmu.c
1704 F:      drivers/iommu/arm-smmu-v3.c
1705 F:      drivers/iommu/io-pgtable-arm.c
1706
1707 ARM64 PORT (AARCH64 ARCHITECTURE)
1708 M:      Catalin Marinas <catalin.marinas@arm.com>
1709 M:      Will Deacon <will.deacon@arm.com>
1710 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711 S:      Maintained
1712 F:      arch/arm64/
1713 F:      Documentation/arm64/
1714
1715 AS3645A LED FLASH CONTROLLER DRIVER
1716 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1717 L:      linux-media@vger.kernel.org
1718 T:      git git://linuxtv.org/media_tree.git
1719 S:      Maintained
1720 F:      drivers/media/i2c/as3645a.c
1721 F:      include/media/as3645a.h
1722
1723 ASC7621 HARDWARE MONITOR DRIVER
1724 M:      George Joseph <george.joseph@fairview5.com>
1725 L:      lm-sensors@lm-sensors.org
1726 S:      Maintained
1727 F:      Documentation/hwmon/asc7621
1728 F:      drivers/hwmon/asc7621.c
1729
1730 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1731 M:      Corentin Chary <corentin.chary@gmail.com>
1732 L:      acpi4asus-user@lists.sourceforge.net
1733 L:      platform-driver-x86@vger.kernel.org
1734 W:      http://acpi4asus.sf.net
1735 S:      Maintained
1736 F:      drivers/platform/x86/asus*.c
1737 F:      drivers/platform/x86/eeepc*.c
1738
1739 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1740 R:      Dan Williams <dan.j.williams@intel.com>
1741 W:      http://sourceforge.net/projects/xscaleiop
1742 S:      Odd fixes
1743 F:      Documentation/crypto/async-tx-api.txt
1744 F:      crypto/async_tx/
1745 F:      drivers/dma/
1746 F:      include/linux/dmaengine.h
1747 F:      include/linux/async_tx.h
1748
1749 AT24 EEPROM DRIVER
1750 M:      Wolfram Sang <wsa@the-dreams.de>
1751 L:      linux-i2c@vger.kernel.org
1752 S:      Maintained
1753 F:      drivers/misc/eeprom/at24.c
1754 F:      include/linux/platform_data/at24.h
1755
1756 ATA OVER ETHERNET (AOE) DRIVER
1757 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1758 W:      http://www.openaoe.org/
1759 S:      Supported
1760 F:      Documentation/aoe/
1761 F:      drivers/block/aoe/
1762
1763 ATHEROS ATH GENERIC UTILITIES
1764 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1765 L:      linux-wireless@vger.kernel.org
1766 S:      Supported
1767 F:      drivers/net/wireless/ath/*
1768
1769 ATHEROS ATH5K WIRELESS DRIVER
1770 M:      Jiri Slaby <jirislaby@gmail.com>
1771 M:      Nick Kossifidis <mickflemm@gmail.com>
1772 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1773 L:      linux-wireless@vger.kernel.org
1774 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1775 S:      Maintained
1776 F:      drivers/net/wireless/ath/ath5k/
1777
1778 ATHEROS ATH6KL WIRELESS DRIVER
1779 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1780 L:      linux-wireless@vger.kernel.org
1781 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1782 T:      git git://github.com/kvalo/ath.git
1783 S:      Supported
1784 F:      drivers/net/wireless/ath/ath6kl/
1785
1786 WILOCITY WIL6210 WIRELESS DRIVER
1787 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1788 L:      linux-wireless@vger.kernel.org
1789 L:      wil6210@qca.qualcomm.com
1790 S:      Supported
1791 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1792 F:      drivers/net/wireless/ath/wil6210/
1793 F:      include/uapi/linux/wil6210_uapi.h
1794
1795 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1796 M:      Christian Lamparter <chunkeey@googlemail.com>
1797 L:      linux-wireless@vger.kernel.org
1798 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1799 S:      Maintained
1800 F:      drivers/net/wireless/ath/carl9170/
1801
1802 ATK0110 HWMON DRIVER
1803 M:      Luca Tettamanti <kronos.it@gmail.com>
1804 L:      lm-sensors@lm-sensors.org
1805 S:      Maintained
1806 F:      drivers/hwmon/asus_atk0110.c
1807
1808 ATI_REMOTE2 DRIVER
1809 M:      Ville Syrjala <syrjala@sci.fi>
1810 S:      Maintained
1811 F:      drivers/input/misc/ati_remote2.c
1812
1813 ATLX ETHERNET DRIVERS
1814 M:      Jay Cliburn <jcliburn@gmail.com>
1815 M:      Chris Snook <chris.snook@gmail.com>
1816 L:      netdev@vger.kernel.org
1817 W:      http://sourceforge.net/projects/atl1
1818 W:      http://atl1.sourceforge.net
1819 S:      Maintained
1820 F:      drivers/net/ethernet/atheros/
1821
1822 ATM
1823 M:      Chas Williams <3chas3@gmail.com>
1824 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1825 L:      netdev@vger.kernel.org
1826 W:      http://linux-atm.sourceforge.net
1827 S:      Maintained
1828 F:      drivers/atm/
1829 F:      include/linux/atm*
1830 F:      include/uapi/linux/atm*
1831
1832 ATMEL AT91 / AT32 MCI DRIVER
1833 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1834 S:      Maintained
1835 F:      drivers/mmc/host/atmel-mci.c
1836 F:      drivers/mmc/host/atmel-mci-regs.h
1837
1838 ATMEL AT91 / AT32 SERIAL DRIVER
1839 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1840 S:      Supported
1841 F:      drivers/tty/serial/atmel_serial.c
1842
1843 ATMEL Audio ALSA driver
1844 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1845 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1846 S:      Supported
1847 F:      sound/soc/atmel
1848
1849 ATMEL DMA DRIVER
1850 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 S:      Supported
1853 F:      drivers/dma/at_hdmac.c
1854 F:      drivers/dma/at_hdmac_regs.h
1855 F:      include/linux/platform_data/dma-atmel.h
1856
1857 ATMEL XDMA DRIVER
1858 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1859 L:      linux-arm-kernel@lists.infradead.org
1860 L:      dmaengine@vger.kernel.org
1861 S:      Supported
1862 F:      drivers/dma/at_xdmac.c
1863
1864 ATMEL I2C DRIVER
1865 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1866 L:      linux-i2c@vger.kernel.org
1867 S:      Supported
1868 F:      drivers/i2c/busses/i2c-at91.c
1869
1870 ATMEL ISI DRIVER
1871 M:      Josh Wu <josh.wu@atmel.com>
1872 L:      linux-media@vger.kernel.org
1873 S:      Supported
1874 F:      drivers/media/platform/soc_camera/atmel-isi.c
1875 F:      include/media/atmel-isi.h
1876
1877 ATMEL LCDFB DRIVER
1878 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1879 L:      linux-fbdev@vger.kernel.org
1880 S:      Maintained
1881 F:      drivers/video/fbdev/atmel_lcdfb.c
1882 F:      include/video/atmel_lcdc.h
1883
1884 ATMEL MACB ETHERNET DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 S:      Supported
1887 F:      drivers/net/ethernet/cadence/
1888
1889 ATMEL NAND DRIVER
1890 M:      Josh Wu <josh.wu@atmel.com>
1891 L:      linux-mtd@lists.infradead.org
1892 S:      Supported
1893 F:      drivers/mtd/nand/atmel_nand*
1894
1895 ATMEL SPI DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 S:      Supported
1898 F:      drivers/spi/spi-atmel.*
1899
1900 ATMEL SSC DRIVER
1901 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903 S:      Supported
1904 F:      drivers/misc/atmel-ssc.c
1905 F:      include/linux/atmel-ssc.h
1906
1907 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 S:      Supported
1911 F:      drivers/misc/atmel_tclib.c
1912 F:      drivers/clocksource/tcb_clksrc.c
1913
1914 ATMEL USBA UDC DRIVER
1915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Supported
1918 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1919
1920 ATMEL WIRELESS DRIVER
1921 M:      Simon Kelley <simon@thekelleys.org.uk>
1922 L:      linux-wireless@vger.kernel.org
1923 W:      http://www.thekelleys.org.uk/atmel
1924 W:      http://atmelwlandriver.sourceforge.net/
1925 S:      Maintained
1926 F:      drivers/net/wireless/atmel*
1927
1928 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1929 M:      Bradley Grove <linuxdrivers@attotech.com>
1930 L:      linux-scsi@vger.kernel.org
1931 W:      http://www.attotech.com
1932 S:      Supported
1933 F:      drivers/scsi/esas2r
1934
1935 ATUSB IEEE 802.15.4 RADIO DRIVER
1936 M:      Stefan Schmidt <stefan@osg.samsung.com>
1937 L:      linux-wpan@vger.kernel.org
1938 S:      Maintained
1939 F:      drivers/net/ieee802154/atusb.c
1940 F:      drivers/net/ieee802154/atusb.h
1941 F:      drivers/net/ieee802154/at86rf230.h
1942
1943 AUDIT SUBSYSTEM
1944 M:      Paul Moore <paul@paul-moore.com>
1945 M:      Eric Paris <eparis@redhat.com>
1946 L:      linux-audit@redhat.com (moderated for non-subscribers)
1947 W:      http://people.redhat.com/sgrubb/audit/
1948 T:      git git://git.infradead.org/users/pcmoore/audit
1949 S:      Maintained
1950 F:      include/linux/audit.h
1951 F:      include/uapi/linux/audit.h
1952 F:      kernel/audit*
1953
1954 AUXILIARY DISPLAY DRIVERS
1955 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1956 W:      http://miguelojeda.es/auxdisplay.htm
1957 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1958 S:      Maintained
1959 F:      drivers/auxdisplay/
1960 F:      include/linux/cfag12864b.h
1961
1962 AVR32 ARCHITECTURE
1963 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1964 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1965 W:      http://www.atmel.com/products/AVR32/
1966 W:      http://mirror.egtvedt.no/avr32linux.org/
1967 W:      http://avrfreaks.net/
1968 S:      Maintained
1969 F:      arch/avr32/
1970
1971 AVR32/AT32AP MACHINE SUPPORT
1972 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1973 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1974 S:      Maintained
1975 F:      arch/avr32/mach-at32ap/
1976
1977 AX.25 NETWORK LAYER
1978 M:      Ralf Baechle <ralf@linux-mips.org>
1979 L:      linux-hams@vger.kernel.org
1980 W:      http://www.linux-ax25.org/
1981 S:      Maintained
1982 F:      include/uapi/linux/ax25.h
1983 F:      include/net/ax25.h
1984 F:      net/ax25/
1985
1986 AZ6007 DVB DRIVER
1987 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1988 L:      linux-media@vger.kernel.org
1989 W:      http://linuxtv.org
1990 T:      git git://linuxtv.org/media_tree.git
1991 S:      Maintained
1992 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1993
1994 AZTECH FM RADIO RECEIVER DRIVER
1995 M:      Hans Verkuil <hverkuil@xs4all.nl>
1996 L:      linux-media@vger.kernel.org
1997 T:      git git://linuxtv.org/media_tree.git
1998 W:      http://linuxtv.org
1999 S:      Maintained
2000 F:      drivers/media/radio/radio-aztech*
2001
2002 B43 WIRELESS DRIVER
2003 L:      linux-wireless@vger.kernel.org
2004 L:      b43-dev@lists.infradead.org
2005 W:      http://wireless.kernel.org/en/users/Drivers/b43
2006 S:      Odd Fixes
2007 F:      drivers/net/wireless/b43/
2008
2009 B43LEGACY WIRELESS DRIVER
2010 M:      Larry Finger <Larry.Finger@lwfinger.net>
2011 L:      linux-wireless@vger.kernel.org
2012 L:      b43-dev@lists.infradead.org
2013 W:      http://wireless.kernel.org/en/users/Drivers/b43
2014 S:      Maintained
2015 F:      drivers/net/wireless/b43legacy/
2016
2017 BACKLIGHT CLASS/SUBSYSTEM
2018 M:      Jingoo Han <jingoohan1@gmail.com>
2019 M:      Lee Jones <lee.jones@linaro.org>
2020 S:      Maintained
2021 F:      drivers/video/backlight/
2022 F:      include/linux/backlight.h
2023
2024 BATMAN ADVANCED
2025 M:      Marek Lindner <mareklindner@neomailbox.ch>
2026 M:      Simon Wunderlich <sw@simonwunderlich.de>
2027 M:      Antonio Quartulli <antonio@meshcoding.com>
2028 L:      b.a.t.m.a.n@lists.open-mesh.org
2029 W:      http://www.open-mesh.org/
2030 S:      Maintained
2031 F:      net/batman-adv/
2032
2033 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2034 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2035 L:      linux-hams@vger.kernel.org
2036 W:      http://www.baycom.org/~tom/ham/ham.html
2037 S:      Maintained
2038 F:      drivers/net/hamradio/baycom*
2039
2040 BCACHE (BLOCK LAYER CACHE)
2041 M:      Kent Overstreet <kent.overstreet@gmail.com>
2042 L:      linux-bcache@vger.kernel.org
2043 W:      http://bcache.evilpiepirate.org
2044 S:      Maintained
2045 F:      drivers/md/bcache/
2046
2047 BDISP ST MEDIA DRIVER
2048 M:      Fabien Dessenne <fabien.dessenne@st.com>
2049 L:      linux-media@vger.kernel.org
2050 T:      git git://linuxtv.org/media_tree.git
2051 W:      http://linuxtv.org
2052 S:      Supported
2053 F:      drivers/media/platform/sti/bdisp
2054
2055 BEFS FILE SYSTEM
2056 S:      Orphan
2057 F:      Documentation/filesystems/befs.txt
2058 F:      fs/befs/
2059
2060 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2061 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2062 L:      netdev@vger.kernel.org
2063 S:      Maintained
2064 F:      drivers/net/ethernet/ec_bhf.c
2065
2066 BFS FILE SYSTEM
2067 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2068 S:      Maintained
2069 F:      Documentation/filesystems/bfs.txt
2070 F:      fs/bfs/
2071 F:      include/uapi/linux/bfs_fs.h
2072
2073 BLACKFIN ARCHITECTURE
2074 M:      Steven Miao <realmz6@gmail.com>
2075 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 T:      git git://git.code.sf.net/p/adi-linux/code
2077 W:      http://blackfin.uclinux.org
2078 S:      Supported
2079 F:      arch/blackfin/
2080
2081 BLACKFIN EMAC DRIVER
2082 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2083 W:      http://blackfin.uclinux.org
2084 S:      Supported
2085 F:      drivers/net/ethernet/adi/
2086
2087 BLACKFIN RTC DRIVER
2088 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2089 W:      http://blackfin.uclinux.org
2090 S:      Supported
2091 F:      drivers/rtc/rtc-bfin.c
2092
2093 BLACKFIN SDH DRIVER
2094 M:      Sonic Zhang <sonic.zhang@analog.com>
2095 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2096 W:      http://blackfin.uclinux.org
2097 S:      Supported
2098 F:      drivers/mmc/host/bfin_sdh.c
2099
2100 BLACKFIN SERIAL DRIVER
2101 M:      Sonic Zhang <sonic.zhang@analog.com>
2102 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2103 W:      http://blackfin.uclinux.org
2104 S:      Supported
2105 F:      drivers/tty/serial/bfin_uart.c
2106
2107 BLACKFIN WATCHDOG DRIVER
2108 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 W:      http://blackfin.uclinux.org
2110 S:      Supported
2111 F:      drivers/watchdog/bfin_wdt.c
2112
2113 BLACKFIN I2C TWI DRIVER
2114 M:      Sonic Zhang <sonic.zhang@analog.com>
2115 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org/
2117 S:      Supported
2118 F:      drivers/i2c/busses/i2c-bfin-twi.c
2119
2120 BLACKFIN MEDIA DRIVER
2121 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org/
2124 S:      Supported
2125 F:      drivers/media/platform/blackfin/
2126 F:      drivers/media/i2c/adv7183*
2127 F:      drivers/media/i2c/vs6624*
2128
2129 BLINKM RGB LED DRIVER
2130 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2131 S:      Maintained
2132 F:      drivers/leds/leds-blinkm.c
2133
2134 BLOCK LAYER
2135 M:      Jens Axboe <axboe@kernel.dk>
2136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2137 S:      Maintained
2138 F:      block/
2139 F:      kernel/trace/blktrace.c
2140
2141 BLOCK2MTD DRIVER
2142 M:      Joern Engel <joern@lazybastard.org>
2143 L:      linux-mtd@lists.infradead.org
2144 S:      Maintained
2145 F:      drivers/mtd/devices/block2mtd.c
2146
2147 BLUETOOTH DRIVERS
2148 M:      Marcel Holtmann <marcel@holtmann.org>
2149 M:      Gustavo Padovan <gustavo@padovan.org>
2150 M:      Johan Hedberg <johan.hedberg@gmail.com>
2151 L:      linux-bluetooth@vger.kernel.org
2152 W:      http://www.bluez.org/
2153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2155 S:      Maintained
2156 F:      drivers/bluetooth/
2157
2158 BLUETOOTH SUBSYSTEM
2159 M:      Marcel Holtmann <marcel@holtmann.org>
2160 M:      Gustavo Padovan <gustavo@padovan.org>
2161 M:      Johan Hedberg <johan.hedberg@gmail.com>
2162 L:      linux-bluetooth@vger.kernel.org
2163 W:      http://www.bluez.org/
2164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2166 S:      Maintained
2167 F:      net/bluetooth/
2168 F:      include/net/bluetooth/
2169
2170 BONDING DRIVER
2171 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2172 M:      Veaceslav Falico <vfalico@gmail.com>
2173 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2174 L:      netdev@vger.kernel.org
2175 W:      http://sourceforge.net/projects/bonding/
2176 S:      Supported
2177 F:      drivers/net/bonding/
2178 F:      include/uapi/linux/if_bonding.h
2179
2180 BPF (Safe dynamic programs and tools)
2181 M:      Alexei Starovoitov <ast@kernel.org>
2182 L:      netdev@vger.kernel.org
2183 L:      linux-kernel@vger.kernel.org
2184 S:      Supported
2185 F:      kernel/bpf/
2186
2187 BROADCOM B44 10/100 ETHERNET DRIVER
2188 M:      Gary Zambrano <zambrano@broadcom.com>
2189 L:      netdev@vger.kernel.org
2190 S:      Supported
2191 F:      drivers/net/ethernet/broadcom/b44.*
2192
2193 BROADCOM GENET ETHERNET DRIVER
2194 M:      Florian Fainelli <f.fainelli@gmail.com>
2195 L:      netdev@vger.kernel.org
2196 S:      Supported
2197 F:      drivers/net/ethernet/broadcom/genet/
2198
2199 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2200 M:      Sony Chacko <sony.chacko@qlogic.com>
2201 M:      Dept-HSGLinuxNICDev@qlogic.com
2202 L:      netdev@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/net/ethernet/broadcom/bnx2.*
2205 F:      drivers/net/ethernet/broadcom/bnx2_*
2206
2207 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2208 M:      Ariel Elior <ariel.elior@qlogic.com>
2209 L:      netdev@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/net/ethernet/broadcom/bnx2x/
2212
2213 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2214 M:      Florian Fainelli <f.fainelli@gmail.com>
2215 M:      Ray Jui <rjui@broadcom.com>
2216 M:      Scott Branden <sbranden@broadcom.com>
2217 L:      bcm-kernel-feedback-list@broadcom.com
2218 T:      git git://github.com/broadcom/mach-bcm
2219 S:      Maintained
2220 F:      arch/arm/mach-bcm/
2221 F:      arch/arm/boot/dts/bcm113*
2222 F:      arch/arm/boot/dts/bcm216*
2223 F:      arch/arm/boot/dts/bcm281*
2224 F:      arch/arm/configs/bcm_defconfig
2225 F:      drivers/mmc/host/sdhci-bcm-kona.c
2226 F:      drivers/clocksource/bcm_kona_timer.c
2227
2228 BROADCOM BCM2835 ARM ARCHITECTURE
2229 M:      Stephen Warren <swarren@wwwdotorg.org>
2230 M:      Lee Jones <lee@kernel.org>
2231 M:      Eric Anholt <eric@anholt.net>
2232 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2235 S:      Maintained
2236 N:      bcm2835
2237
2238 BROADCOM BCM33XX MIPS ARCHITECTURE
2239 M:      Kevin Cernekee <cernekee@gmail.com>
2240 L:      linux-mips@linux-mips.org
2241 S:      Maintained
2242 F:      arch/mips/bcm3384/*
2243 F:      arch/mips/include/asm/mach-bcm3384/*
2244 F:      arch/mips/kernel/*bmips*
2245
2246 BROADCOM BCM47XX MIPS ARCHITECTURE
2247 M:      Hauke Mehrtens <hauke@hauke-m.de>
2248 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2249 L:      linux-mips@linux-mips.org
2250 S:      Maintained
2251 F:      arch/mips/bcm47xx/*
2252 F:      arch/mips/include/asm/mach-bcm47xx/*
2253
2254 BROADCOM BCM5301X ARM ARCHITECTURE
2255 M:      Hauke Mehrtens <hauke@hauke-m.de>
2256 L:      linux-arm-kernel@lists.infradead.org
2257 S:      Maintained
2258 F:      arch/arm/mach-bcm/bcm_5301x.c
2259 F:      arch/arm/boot/dts/bcm5301x.dtsi
2260 F:      arch/arm/boot/dts/bcm470*
2261
2262 BROADCOM BCM63XX ARM ARCHITECTURE
2263 M:      Florian Fainelli <f.fainelli@gmail.com>
2264 L:      linux-arm-kernel@lists.infradead.org
2265 T:      git git://github.com/broadcom/arm-bcm63xx.git
2266 S:      Maintained
2267 F:      arch/arm/mach-bcm/bcm63xx.c
2268 F:      arch/arm/include/debug/bcm63xx.S
2269
2270 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2271 M:      Kevin Cernekee <cernekee@gmail.com>
2272 L:      linux-usb@vger.kernel.org
2273 S:      Maintained
2274 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2275
2276 BROADCOM BCM7XXX ARM ARCHITECTURE
2277 M:      Brian Norris <computersforpeace@gmail.com>
2278 M:      Gregory Fong <gregory.0xf0@gmail.com>
2279 M:      Florian Fainelli <f.fainelli@gmail.com>
2280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2281 T:      git git://github.com/broadcom/stblinux.git
2282 S:      Maintained
2283 F:      arch/arm/mach-bcm/*brcmstb*
2284 F:      arch/arm/boot/dts/bcm7*.dts*
2285 F:      drivers/bus/brcmstb_gisb.c
2286 N:      brcmstb
2287
2288 BROADCOM BMIPS MIPS ARCHITECTURE
2289 M:      Kevin Cernekee <cernekee@gmail.com>
2290 M:      Florian Fainelli <f.fainelli@gmail.com>
2291 L:      linux-mips@linux-mips.org
2292 T:      git git://github.com/broadcom/stblinux.git
2293 S:      Maintained
2294 F:      arch/mips/bmips/*
2295 F:      arch/mips/include/asm/mach-bmips/*
2296 F:      arch/mips/kernel/*bmips*
2297 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2298 F:      drivers/irqchip/irq-bcm7*
2299 F:      drivers/irqchip/irq-brcmstb*
2300
2301 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2302 M:      Prashant Sreedharan <prashant@broadcom.com>
2303 M:      Michael Chan <mchan@broadcom.com>
2304 L:      netdev@vger.kernel.org
2305 S:      Supported
2306 F:      drivers/net/ethernet/broadcom/tg3.*
2307
2308 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2309 M:      Brett Rudley <brudley@broadcom.com>
2310 M:      Arend van Spriel <arend@broadcom.com>
2311 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2312 M:      Hante Meuleman <meuleman@broadcom.com>
2313 L:      linux-wireless@vger.kernel.org
2314 L:      brcm80211-dev-list@broadcom.com
2315 S:      Supported
2316 F:      drivers/net/wireless/brcm80211/
2317
2318 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2319 M:      QLogic-Storage-Upstream@qlogic.com
2320 L:      linux-scsi@vger.kernel.org
2321 S:      Supported
2322 F:      drivers/scsi/bnx2fc/
2323
2324 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2325 M:      QLogic-Storage-Upstream@qlogic.com
2326 L:      linux-scsi@vger.kernel.org
2327 S:      Supported
2328 F:      drivers/scsi/bnx2i/
2329
2330 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2331 M:      Ray Jui <rjui@broadcom.com>
2332 M:      Scott Branden <sbranden@broadcom.com>
2333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2334 L:      bcm-kernel-feedback-list@broadcom.com
2335 T:      git git://github.com/broadcom/cygnus-linux.git
2336 S:      Maintained
2337 N:      iproc
2338 N:      cygnus
2339 N:      bcm9113*
2340 N:      bcm9583*
2341 N:      bcm583*
2342 N:      bcm113*
2343
2344 BROADCOM BRCMSTB GPIO DRIVER
2345 M:      Gregory Fong <gregory.0xf0@gmail.com>
2346 L:      bcm-kernel-feedback-list@broadcom.com>
2347 S:      Supported
2348 F:      drivers/gpio/gpio-brcmstb.c
2349 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2350
2351 BROADCOM KONA GPIO DRIVER
2352 M:      Ray Jui <rjui@broadcom.com>
2353 L:      bcm-kernel-feedback-list@broadcom.com
2354 S:      Supported
2355 F:      drivers/gpio/gpio-bcm-kona.c
2356 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2357
2358 BROADCOM NVRAM DRIVER
2359 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2360 L:      linux-mips@linux-mips.org
2361 S:      Maintained
2362 F:      drivers/firmware/broadcom/*
2363
2364 BROADCOM STB NAND FLASH DRIVER
2365 M:      Brian Norris <computersforpeace@gmail.com>
2366 L:      linux-mtd@lists.infradead.org
2367 S:      Maintained
2368 F:      drivers/mtd/nand/brcmnand/
2369
2370 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2371 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2372 L:      linux-wireless@vger.kernel.org
2373 S:      Maintained
2374 F:      drivers/bcma/
2375 F:      include/linux/bcma/
2376
2377 BROADCOM SYSTEMPORT ETHERNET DRIVER
2378 M:      Florian Fainelli <f.fainelli@gmail.com>
2379 L:      netdev@vger.kernel.org
2380 S:      Supported
2381 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2382
2383 BROCADE BFA FC SCSI DRIVER
2384 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2385 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/scsi/bfa/
2389
2390 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2391 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2392 L:      netdev@vger.kernel.org
2393 S:      Supported
2394 F:      drivers/net/ethernet/brocade/bna/
2395
2396 BSG (block layer generic sg v4 driver)
2397 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2398 L:      linux-scsi@vger.kernel.org
2399 S:      Supported
2400 F:      block/bsg.c
2401 F:      include/linux/bsg.h
2402 F:      include/uapi/linux/bsg.h
2403
2404 BT87X AUDIO DRIVER
2405 M:      Clemens Ladisch <clemens@ladisch.de>
2406 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2407 T:      git git://git.alsa-project.org/alsa-kernel.git
2408 S:      Maintained
2409 F:      Documentation/sound/alsa/Bt87x.txt
2410 F:      sound/pci/bt87x.c
2411
2412 BT8XXGPIO DRIVER
2413 M:      Michael Buesch <m@bues.ch>
2414 W:      http://bu3sch.de/btgpio.php
2415 S:      Maintained
2416 F:      drivers/gpio/gpio-bt8xx.c
2417
2418 BTRFS FILE SYSTEM
2419 M:      Chris Mason <clm@fb.com>
2420 M:      Josef Bacik <jbacik@fb.com>
2421 M:      David Sterba <dsterba@suse.com>
2422 L:      linux-btrfs@vger.kernel.org
2423 W:      http://btrfs.wiki.kernel.org/
2424 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2426 S:      Maintained
2427 F:      Documentation/filesystems/btrfs.txt
2428 F:      fs/btrfs/
2429
2430 BTTV VIDEO4LINUX DRIVER
2431 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2432 L:      linux-media@vger.kernel.org
2433 W:      http://linuxtv.org
2434 T:      git git://linuxtv.org/media_tree.git
2435 S:      Odd fixes
2436 F:      Documentation/video4linux/bttv/
2437 F:      drivers/media/pci/bt8xx/bttv*
2438
2439 BUSLOGIC SCSI DRIVER
2440 M:      Khalid Aziz <khalid@gonehiking.org>
2441 L:      linux-scsi@vger.kernel.org
2442 S:      Maintained
2443 F:      drivers/scsi/BusLogic.*
2444 F:      drivers/scsi/FlashPoint.*
2445
2446 C-MEDIA CMI8788 DRIVER
2447 M:      Clemens Ladisch <clemens@ladisch.de>
2448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2449 T:      git git://git.alsa-project.org/alsa-kernel.git
2450 S:      Maintained
2451 F:      sound/pci/oxygen/
2452
2453 C6X ARCHITECTURE
2454 M:      Mark Salter <msalter@redhat.com>
2455 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2456 L:      linux-c6x-dev@linux-c6x.org
2457 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2458 S:      Maintained
2459 F:      arch/c6x/
2460
2461 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2462 M:      David Howells <dhowells@redhat.com>
2463 L:      linux-cachefs@redhat.com
2464 S:      Supported
2465 F:      Documentation/filesystems/caching/cachefiles.txt
2466 F:      fs/cachefiles/
2467
2468 CADET FM/AM RADIO RECEIVER DRIVER
2469 M:      Hans Verkuil <hverkuil@xs4all.nl>
2470 L:      linux-media@vger.kernel.org
2471 T:      git git://linuxtv.org/media_tree.git
2472 W:      http://linuxtv.org
2473 S:      Maintained
2474 F:      drivers/media/radio/radio-cadet*
2475
2476 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2477 M:      Jonathan Corbet <corbet@lwn.net>
2478 L:      linux-media@vger.kernel.org
2479 T:      git git://linuxtv.org/media_tree.git
2480 S:      Maintained
2481 F:      Documentation/video4linux/cafe_ccic
2482 F:      drivers/media/platform/marvell-ccic/
2483
2484 CAIF NETWORK LAYER
2485 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2486 L:      netdev@vger.kernel.org
2487 S:      Supported
2488 F:      Documentation/networking/caif/
2489 F:      drivers/net/caif/
2490 F:      include/uapi/linux/caif/
2491 F:      include/net/caif/
2492 F:      net/caif/
2493
2494 CALGARY x86-64 IOMMU
2495 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2496 M:      "Jon D. Mason" <jdmason@kudzu.us>
2497 L:      discuss@x86-64.org
2498 S:      Maintained
2499 F:      arch/x86/kernel/pci-calgary_64.c
2500 F:      arch/x86/kernel/tce_64.c
2501 F:      arch/x86/include/asm/calgary.h
2502 F:      arch/x86/include/asm/tce.h
2503
2504 CAN NETWORK LAYER
2505 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2506 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2507 L:      linux-can@vger.kernel.org
2508 W:      https://github.com/linux-can
2509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2511 S:      Maintained
2512 F:      Documentation/networking/can.txt
2513 F:      net/can/
2514 F:      include/linux/can/core.h
2515 F:      include/uapi/linux/can.h
2516 F:      include/uapi/linux/can/bcm.h
2517 F:      include/uapi/linux/can/raw.h
2518 F:      include/uapi/linux/can/gw.h
2519
2520 CAN NETWORK DRIVERS
2521 M:      Wolfgang Grandegger <wg@grandegger.com>
2522 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2523 L:      linux-can@vger.kernel.org
2524 W:      https://github.com/linux-can
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2527 S:      Maintained
2528 F:      drivers/net/can/
2529 F:      include/linux/can/dev.h
2530 F:      include/linux/can/platform/
2531 F:      include/uapi/linux/can/error.h
2532 F:      include/uapi/linux/can/netlink.h
2533
2534 CAPABILITIES
2535 M:      Serge Hallyn <serge.hallyn@canonical.com>
2536 L:      linux-security-module@vger.kernel.org
2537 S:      Supported
2538 F:      include/linux/capability.h
2539 F:      include/uapi/linux/capability.h
2540 F:      security/commoncap.c
2541 F:      kernel/capability.c
2542
2543 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2544 M:      Kevin Tsai <ktsai@capellamicro.com>
2545 S:      Maintained
2546 F:      drivers/iio/light/cm*
2547 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2548
2549 CAVIUM LIQUIDIO NETWORK DRIVER
2550 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2551 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2552 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2553 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2554 L:     netdev@vger.kernel.org
2555 W:     http://www.cavium.com
2556 S:     Supported
2557 F:     drivers/net/ethernet/cavium/liquidio/
2558
2559 CC2520 IEEE-802.15.4 RADIO DRIVER
2560 M:      Varka Bhadram <varkabhadram@gmail.com>
2561 L:      linux-wpan@vger.kernel.org
2562 S:      Maintained
2563 F:      drivers/net/ieee802154/cc2520.c
2564 F:      include/linux/spi/cc2520.h
2565 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2566
2567 CELL BROADBAND ENGINE ARCHITECTURE
2568 M:      Arnd Bergmann <arnd@arndb.de>
2569 L:      linuxppc-dev@lists.ozlabs.org
2570 W:      http://www.ibm.com/developerworks/power/cell/
2571 S:      Supported
2572 F:      arch/powerpc/include/asm/cell*.h
2573 F:      arch/powerpc/include/asm/spu*.h
2574 F:      arch/powerpc/include/uapi/asm/spu*.h
2575 F:      arch/powerpc/oprofile/*cell*
2576 F:      arch/powerpc/platforms/cell/
2577
2578 CEPH COMMON CODE (LIBCEPH)
2579 M:      Ilya Dryomov <idryomov@gmail.com>
2580 M:      "Yan, Zheng" <zyan@redhat.com>
2581 M:      Sage Weil <sage@redhat.com>
2582 L:      ceph-devel@vger.kernel.org
2583 W:      http://ceph.com/
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2585 T:      git git://github.com/ceph/ceph-client.git
2586 S:      Supported
2587 F:      net/ceph/
2588 F:      include/linux/ceph/
2589 F:      include/linux/crush/
2590
2591 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2592 M:      "Yan, Zheng" <zyan@redhat.com>
2593 M:      Sage Weil <sage@redhat.com>
2594 M:      Ilya Dryomov <idryomov@gmail.com>
2595 L:      ceph-devel@vger.kernel.org
2596 W:      http://ceph.com/
2597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2598 T:      git git://github.com/ceph/ceph-client.git
2599 S:      Supported
2600 F:      Documentation/filesystems/ceph.txt
2601 F:      fs/ceph/
2602
2603 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2604 L:      linux-usb@vger.kernel.org
2605 S:      Orphan
2606 F:      Documentation/usb/WUSB-Design-overview.txt
2607 F:      Documentation/usb/wusb-cbaf
2608 F:      drivers/usb/host/hwa-hc.c
2609 F:      drivers/usb/host/whci/
2610 F:      drivers/usb/wusbcore/
2611 F:      include/linux/usb/wusb*
2612
2613 CFAG12864B LCD DRIVER
2614 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2615 W:      http://miguelojeda.es/auxdisplay.htm
2616 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2617 S:      Maintained
2618 F:      drivers/auxdisplay/cfag12864b.c
2619 F:      include/linux/cfag12864b.h
2620
2621 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2622 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2623 W:      http://miguelojeda.es/auxdisplay.htm
2624 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2625 S:      Maintained
2626 F:      drivers/auxdisplay/cfag12864bfb.c
2627 F:      include/linux/cfag12864b.h
2628
2629 CFG80211 and NL80211
2630 M:      Johannes Berg <johannes@sipsolutions.net>
2631 L:      linux-wireless@vger.kernel.org
2632 W:      http://wireless.kernel.org/
2633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2635 S:      Maintained
2636 F:      include/uapi/linux/nl80211.h
2637 F:      include/net/cfg80211.h
2638 F:      net/wireless/*
2639 X:      net/wireless/wext*
2640
2641 CHAR and MISC DRIVERS
2642 M:      Arnd Bergmann <arnd@arndb.de>
2643 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2645 S:      Supported
2646 F:      drivers/char/*
2647 F:      drivers/misc/*
2648 F:      include/linux/miscdevice.h
2649
2650 CHECKPATCH
2651 M:      Andy Whitcroft <apw@canonical.com>
2652 M:      Joe Perches <joe@perches.com>
2653 S:      Maintained
2654 F:      scripts/checkpatch.pl
2655
2656 CHINESE DOCUMENTATION
2657 M:      Harry Wei <harryxiyou@gmail.com>
2658 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2659 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2660 S:      Maintained
2661 F:      Documentation/zh_CN/
2662
2663 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2664 M:      Peter Chen <Peter.Chen@freescale.com>
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2666 L:      linux-usb@vger.kernel.org
2667 S:      Maintained
2668 F:      drivers/usb/chipidea/
2669
2670 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2671 M:      Hans de Goede <hdegoede@redhat.com>
2672 L:      linux-input@vger.kernel.org
2673 S:      Maintained
2674 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2675 F:      drivers/input/touchscreen/chipone_icn8318.c
2676
2677 CHROME HARDWARE PLATFORM SUPPORT
2678 M:      Olof Johansson <olof@lixom.net>
2679 S:      Maintained
2680 F:      drivers/platform/chrome/
2681
2682 CISCO VIC ETHERNET NIC DRIVER
2683 M:      Christian Benvenuti <benve@cisco.com>
2684 M:      Sujith Sankar <ssujith@cisco.com>
2685 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2686 M:      Neel Patel <neepatel@cisco.com>
2687 S:      Supported
2688 F:      drivers/net/ethernet/cisco/enic/
2689
2690 CISCO VIC LOW LATENCY NIC DRIVER
2691 M:      Upinder Malhi <umalhi@cisco.com>
2692 S:      Supported
2693 F:      drivers/infiniband/hw/usnic
2694
2695 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2696 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2697 L:      netdev@vger.kernel.org
2698 S:      Maintained
2699 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2700
2701 CIRRUS LOGIC AUDIO CODEC DRIVERS
2702 M:      Brian Austin <brian.austin@cirrus.com>
2703 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2705 S:      Maintained
2706 F:      sound/soc/codecs/cs*
2707
2708 CLEANCACHE API
2709 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2710 L:      linux-kernel@vger.kernel.org
2711 S:      Maintained
2712 F:      mm/cleancache.c
2713 F:      include/linux/cleancache.h
2714
2715 CLK API
2716 M:      Russell King <linux@arm.linux.org.uk>
2717 L:      linux-clk@vger.kernel.org
2718 S:      Maintained
2719 F:      include/linux/clk.h
2720
2721 CLOCKSOURCE, CLOCKEVENT DRIVERS
2722 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2723 M:      Thomas Gleixner <tglx@linutronix.de>
2724 L:      linux-kernel@vger.kernel.org
2725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2726 S:      Supported
2727 F:      drivers/clocksource
2728
2729 CISCO FCOE HBA DRIVER
2730 M:      Hiral Patel <hiralpat@cisco.com>
2731 M:      Suma Ramars <sramars@cisco.com>
2732 M:      Brian Uchino <buchino@cisco.com>
2733 L:      linux-scsi@vger.kernel.org
2734 S:      Supported
2735 F:      drivers/scsi/fnic/
2736
2737 CISCO SCSI HBA DRIVER
2738 M:      Narsimhulu Musini <nmusini@cisco.com>
2739 M:      Sesidhar Baddela <sebaddel@cisco.com>
2740 L:      linux-scsi@vger.kernel.org
2741 S:      Supported
2742 F:      drivers/scsi/snic/
2743
2744 CMPC ACPI DRIVER
2745 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2746 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2747 L:      platform-driver-x86@vger.kernel.org
2748 S:      Supported
2749 F:      drivers/platform/x86/classmate-laptop.c
2750
2751 COBALT MEDIA DRIVER
2752 M:      Hans Verkuil <hans.verkuil@cisco.com>
2753 L:      linux-media@vger.kernel.org
2754 T:      git git://linuxtv.org/media_tree.git
2755 W:      http://linuxtv.org
2756 S:      Supported
2757 F:      drivers/media/pci/cobalt/
2758
2759 COCCINELLE/Semantic Patches (SmPL)
2760 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2761 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2762 M:      Nicolas Palix <nicolas.palix@imag.fr>
2763 M:      Michal Marek <mmarek@suse.com>
2764 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2766 W:      http://coccinelle.lip6.fr/
2767 S:      Supported
2768 F:      Documentation/coccinelle.txt
2769 F:      scripts/coccinelle/
2770 F:      scripts/coccicheck
2771
2772 CODA FILE SYSTEM
2773 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2774 M:      coda@cs.cmu.edu
2775 L:      codalist@coda.cs.cmu.edu
2776 W:      http://www.coda.cs.cmu.edu/
2777 S:      Maintained
2778 F:      Documentation/filesystems/coda.txt
2779 F:      fs/coda/
2780 F:      include/linux/coda*.h
2781 F:      include/uapi/linux/coda*.h
2782
2783 CODA V4L2 MEM2MEM DRIVER
2784 M:      Philipp Zabel <p.zabel@pengutronix.de>
2785 L:      linux-media@vger.kernel.org
2786 S:      Maintained
2787 F:      Documentation/devicetree/bindings/media/coda.txt
2788 F:      drivers/media/platform/coda/
2789
2790 COMMON CLK FRAMEWORK
2791 M:      Michael Turquette <mturquette@baylibre.com>
2792 M:      Stephen Boyd <sboyd@codeaurora.org>
2793 L:      linux-clk@vger.kernel.org
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2795 S:      Maintained
2796 F:      drivers/clk/
2797 X:      drivers/clk/clkdev.c
2798 F:      include/linux/clk-pr*
2799 F:      include/linux/clk/
2800
2801 COMMON INTERNET FILE SYSTEM (CIFS)
2802 M:      Steve French <sfrench@samba.org>
2803 L:      linux-cifs@vger.kernel.org
2804 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2805 W:      http://linux-cifs.samba.org/
2806 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2807 S:      Supported
2808 F:      Documentation/filesystems/cifs/
2809 F:      fs/cifs/
2810
2811 COMPACTPCI HOTPLUG CORE
2812 M:      Scott Murray <scott@spiteful.org>
2813 L:      linux-pci@vger.kernel.org
2814 S:      Maintained
2815 F:      drivers/pci/hotplug/cpci_hotplug*
2816
2817 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2818 M:      Scott Murray <scott@spiteful.org>
2819 L:      linux-pci@vger.kernel.org
2820 S:      Maintained
2821 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2822
2823 COMPACTPCI HOTPLUG GENERIC DRIVER
2824 M:      Scott Murray <scott@spiteful.org>
2825 L:      linux-pci@vger.kernel.org
2826 S:      Maintained
2827 F:      drivers/pci/hotplug/cpcihp_generic.c
2828
2829 COMPAL LAPTOP SUPPORT
2830 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2831 L:      platform-driver-x86@vger.kernel.org
2832 S:      Maintained
2833 F:      drivers/platform/x86/compal-laptop.c
2834
2835 CONEXANT ACCESSRUNNER USB DRIVER
2836 M:      Simon Arlott <cxacru@fire.lp0.eu>
2837 L:      accessrunner-general@lists.sourceforge.net
2838 W:      http://accessrunner.sourceforge.net/
2839 S:      Maintained
2840 F:      drivers/usb/atm/cxacru.c
2841
2842 CONFIGFS
2843 M:      Joel Becker <jlbec@evilplan.org>
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2845 S:      Supported
2846 F:      fs/configfs/
2847 F:      include/linux/configfs.h
2848
2849 CONNECTOR
2850 M:      Evgeniy Polyakov <zbr@ioremap.net>
2851 L:      netdev@vger.kernel.org
2852 S:      Maintained
2853 F:      drivers/connector/
2854
2855 CONTROL GROUP (CGROUP)
2856 M:      Tejun Heo <tj@kernel.org>
2857 M:      Li Zefan <lizefan@huawei.com>
2858 M:      Johannes Weiner <hannes@cmpxchg.org>
2859 L:      cgroups@vger.kernel.org
2860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2861 S:      Maintained
2862 F:      Documentation/cgroups/
2863 F:      include/linux/cgroup*
2864 F:      kernel/cgroup*
2865
2866 CONTROL GROUP - CPUSET
2867 M:      Li Zefan <lizefan@huawei.com>
2868 L:      cgroups@vger.kernel.org
2869 W:      http://www.bullopensource.org/cpuset/
2870 W:      http://oss.sgi.com/projects/cpusets/
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2872 S:      Maintained
2873 F:      Documentation/cgroups/cpusets.txt
2874 F:      include/linux/cpuset.h
2875 F:      kernel/cpuset.c
2876
2877 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2878 M:      Johannes Weiner <hannes@cmpxchg.org>
2879 M:      Michal Hocko <mhocko@kernel.org>
2880 L:      cgroups@vger.kernel.org
2881 L:      linux-mm@kvack.org
2882 S:      Maintained
2883 F:      mm/memcontrol.c
2884 F:      mm/swap_cgroup.c
2885
2886 CORETEMP HARDWARE MONITORING DRIVER
2887 M:      Fenghua Yu <fenghua.yu@intel.com>
2888 L:      lm-sensors@lm-sensors.org
2889 S:      Maintained
2890 F:      Documentation/hwmon/coretemp
2891 F:      drivers/hwmon/coretemp.c
2892
2893 COSA/SRP SYNC SERIAL DRIVER
2894 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2895 W:      http://www.fi.muni.cz/~kas/cosa/
2896 S:      Maintained
2897 F:      drivers/net/wan/cosa*
2898
2899 CPMAC ETHERNET DRIVER
2900 M:      Florian Fainelli <florian@openwrt.org>
2901 L:      netdev@vger.kernel.org
2902 S:      Maintained
2903 F:      drivers/net/ethernet/ti/cpmac.c
2904
2905 CPU FREQUENCY DRIVERS
2906 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2907 M:      Viresh Kumar <viresh.kumar@linaro.org>
2908 L:      linux-pm@vger.kernel.org
2909 S:      Maintained
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2911 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2912 F:      drivers/cpufreq/
2913 F:      include/linux/cpufreq.h
2914
2915 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2916 M:      Viresh Kumar <viresh.kumar@linaro.org>
2917 M:      Sudeep Holla <sudeep.holla@arm.com>
2918 L:      linux-pm@vger.kernel.org
2919 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2920 S:      Maintained
2921 F:      drivers/cpufreq/arm_big_little.h
2922 F:      drivers/cpufreq/arm_big_little.c
2923 F:      drivers/cpufreq/arm_big_little_dt.c
2924
2925 CPUIDLE DRIVER - ARM BIG LITTLE
2926 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2927 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2928 L:      linux-pm@vger.kernel.org
2929 L:      linux-arm-kernel@lists.infradead.org
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2931 S:      Maintained
2932 F:      drivers/cpuidle/cpuidle-big_little.c
2933
2934 CPUIDLE DRIVER - ARM EXYNOS
2935 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2936 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2937 M:      Kukjin Kim <kgene@kernel.org>
2938 L:      linux-pm@vger.kernel.org
2939 L:      linux-samsung-soc@vger.kernel.org
2940 S:      Supported
2941 F:      drivers/cpuidle/cpuidle-exynos.c
2942 F:      arch/arm/mach-exynos/pm.c
2943
2944 CPUIDLE DRIVERS
2945 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2946 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2947 L:      linux-pm@vger.kernel.org
2948 S:      Maintained
2949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2950 F:      drivers/cpuidle/*
2951 F:      include/linux/cpuidle.h
2952
2953 CPUID/MSR DRIVER
2954 M:      "H. Peter Anvin" <hpa@zytor.com>
2955 S:      Maintained
2956 F:      arch/x86/kernel/cpuid.c
2957 F:      arch/x86/kernel/msr.c
2958
2959 CPU POWER MONITORING SUBSYSTEM
2960 M:      Thomas Renninger <trenn@suse.com>
2961 L:      linux-pm@vger.kernel.org
2962 S:      Maintained
2963 F:      tools/power/cpupower/
2964
2965 CRAMFS FILESYSTEM
2966 W:      http://sourceforge.net/projects/cramfs/
2967 S:      Orphan / Obsolete
2968 F:      Documentation/filesystems/cramfs.txt
2969 F:      fs/cramfs/
2970
2971 CRIS PORT
2972 M:      Mikael Starvik <starvik@axis.com>
2973 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2974 L:      linux-cris-kernel@axis.com
2975 W:      http://developer.axis.com
2976 S:      Maintained
2977 F:      arch/cris/
2978 F:      drivers/tty/serial/crisv10.*
2979
2980 CRYPTO API
2981 M:      Herbert Xu <herbert@gondor.apana.org.au>
2982 M:      "David S. Miller" <davem@davemloft.net>
2983 L:      linux-crypto@vger.kernel.org
2984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2985 S:      Maintained
2986 F:      Documentation/crypto/
2987 F:      Documentation/DocBook/crypto-API.tmpl
2988 F:      arch/*/crypto/
2989 F:      crypto/
2990 F:      drivers/crypto/
2991 F:      include/crypto/
2992
2993 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2994 M:      Neil Horman <nhorman@tuxdriver.com>
2995 L:      linux-crypto@vger.kernel.org
2996 S:      Maintained
2997 F:      crypto/ansi_cprng.c
2998 F:      crypto/rng.c
2999
3000 CS5535 Audio ALSA driver
3001 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3002 S:      Maintained
3003 F:      sound/pci/cs5535audio/
3004
3005 CW1200 WLAN driver
3006 M:      Solomon Peachy <pizza@shaftnet.org>
3007 S:      Maintained
3008 F:      drivers/net/wireless/cw1200/
3009
3010 CX18 VIDEO4LINUX DRIVER
3011 M:      Andy Walls <awalls@md.metrocast.net>
3012 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3013 L:      linux-media@vger.kernel.org
3014 T:      git git://linuxtv.org/media_tree.git
3015 W:      http://linuxtv.org
3016 W:      http://www.ivtvdriver.org/index.php/Cx18
3017 S:      Maintained
3018 F:      Documentation/video4linux/cx18.txt
3019 F:      drivers/media/pci/cx18/
3020 F:      include/uapi/linux/ivtv*
3021
3022 CX2341X MPEG ENCODER HELPER MODULE
3023 M:      Hans Verkuil <hverkuil@xs4all.nl>
3024 L:      linux-media@vger.kernel.org
3025 T:      git git://linuxtv.org/media_tree.git
3026 W:      http://linuxtv.org
3027 S:      Maintained
3028 F:      drivers/media/common/cx2341x*
3029 F:      include/media/cx2341x*
3030
3031 CX24120 MEDIA DRIVER
3032 M:      Jemma Denson <jdenson@gmail.com>
3033 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3034 L:      linux-media@vger.kernel.org
3035 W:      http://linuxtv.org/
3036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3037 S:      Maintained
3038 F:      drivers/media/dvb-frontends/cx24120*
3039
3040 CX88 VIDEO4LINUX DRIVER
3041 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3042 L:      linux-media@vger.kernel.org
3043 W:      http://linuxtv.org
3044 T:      git git://linuxtv.org/media_tree.git
3045 S:      Odd fixes
3046 F:      Documentation/video4linux/cx88/
3047 F:      drivers/media/pci/cx88/
3048
3049 CXD2820R MEDIA DRIVER
3050 M:      Antti Palosaari <crope@iki.fi>
3051 L:      linux-media@vger.kernel.org
3052 W:      http://linuxtv.org/
3053 W:      http://palosaari.fi/linux/
3054 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3055 T:      git git://linuxtv.org/anttip/media_tree.git
3056 S:      Maintained
3057 F:      drivers/media/dvb-frontends/cxd2820r*
3058
3059 CXGB3 ETHERNET DRIVER (CXGB3)
3060 M:      Santosh Raspatur <santosh@chelsio.com>
3061 L:      netdev@vger.kernel.org
3062 W:      http://www.chelsio.com
3063 S:      Supported
3064 F:      drivers/net/ethernet/chelsio/cxgb3/
3065
3066 CXGB3 ISCSI DRIVER (CXGB3I)
3067 M:      Karen Xie <kxie@chelsio.com>
3068 L:      linux-scsi@vger.kernel.org
3069 W:      http://www.chelsio.com
3070 S:      Supported
3071 F:      drivers/scsi/cxgbi/cxgb3i
3072
3073 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3074 M:      Steve Wise <swise@chelsio.com>
3075 L:      linux-rdma@vger.kernel.org
3076 W:      http://www.openfabrics.org
3077 S:      Supported
3078 F:      drivers/infiniband/hw/cxgb3/
3079
3080 CXGB4 ETHERNET DRIVER (CXGB4)
3081 M:      Hariprasad S <hariprasad@chelsio.com>
3082 L:      netdev@vger.kernel.org
3083 W:      http://www.chelsio.com
3084 S:      Supported
3085 F:      drivers/net/ethernet/chelsio/cxgb4/
3086
3087 CXGB4 ISCSI DRIVER (CXGB4I)
3088 M:      Karen Xie <kxie@chelsio.com>
3089 L:      linux-scsi@vger.kernel.org
3090 W:      http://www.chelsio.com
3091 S:      Supported
3092 F:      drivers/scsi/cxgbi/cxgb4i
3093
3094 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3095 M:      Steve Wise <swise@chelsio.com>
3096 L:      linux-rdma@vger.kernel.org
3097 W:      http://www.openfabrics.org
3098 S:      Supported
3099 F:      drivers/infiniband/hw/cxgb4/
3100
3101 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3102 M:      Casey Leedom <leedom@chelsio.com>
3103 L:      netdev@vger.kernel.org
3104 W:      http://www.chelsio.com
3105 S:      Supported
3106 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3107
3108 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3109 M:      Ian Munsie <imunsie@au1.ibm.com>
3110 M:      Michael Neuling <mikey@neuling.org>
3111 L:      linuxppc-dev@lists.ozlabs.org
3112 S:      Supported
3113 F:      drivers/misc/cxl/
3114 F:      include/misc/cxl*
3115 F:      include/uapi/misc/cxl.h
3116 F:      Documentation/powerpc/cxl.txt
3117 F:      Documentation/powerpc/cxl.txt
3118 F:      Documentation/ABI/testing/sysfs-class-cxl
3119
3120 STMMAC ETHERNET DRIVER
3121 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3122 L:      netdev@vger.kernel.org
3123 W:      http://www.stlinux.com
3124 S:      Supported
3125 F:      drivers/net/ethernet/stmicro/stmmac/
3126
3127 CYBERPRO FB DRIVER
3128 M:      Russell King <linux@arm.linux.org.uk>
3129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3130 W:      http://www.arm.linux.org.uk/
3131 S:      Maintained
3132 F:      drivers/video/fbdev/cyber2000fb.*
3133
3134 CYCLADES ASYNC MUX DRIVER
3135 W:      http://www.cyclades.com/
3136 S:      Orphan
3137 F:      drivers/tty/cyclades.c
3138 F:      include/linux/cyclades.h
3139 F:      include/uapi/linux/cyclades.h
3140
3141 CYCLADES PC300 DRIVER
3142 W:      http://www.cyclades.com/
3143 S:      Orphan
3144 F:      drivers/net/wan/pc300*
3145
3146 CYPRESS_FIRMWARE MEDIA DRIVER
3147 M:      Antti Palosaari <crope@iki.fi>
3148 L:      linux-media@vger.kernel.org
3149 W:      http://linuxtv.org/
3150 W:      http://palosaari.fi/linux/
3151 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3152 T:      git git://linuxtv.org/anttip/media_tree.git
3153 S:      Maintained
3154 F:      drivers/media/common/cypress_firmware*
3155
3156 CYTTSP TOUCHSCREEN DRIVER
3157 M:      Ferruh Yigit <fery@cypress.com>
3158 L:      linux-input@vger.kernel.org
3159 S:      Supported
3160 F:      drivers/input/touchscreen/cyttsp*
3161 F:      include/linux/input/cyttsp.h
3162
3163 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3164 M:      Joshua Kinard <kumba@gentoo.org>
3165 S:      Maintained
3166 F:      drivers/rtc/rtc-ds1685.c
3167 F:      include/linux/rtc/ds1685.h
3168
3169 DAMA SLAVE for AX.25
3170 M:      Joerg Reuter <jreuter@yaina.de>
3171 W:      http://yaina.de/jreuter/
3172 W:      http://www.qsl.net/dl1bke/
3173 L:      linux-hams@vger.kernel.org
3174 S:      Maintained
3175 F:      net/ax25/af_ax25.c
3176 F:      net/ax25/ax25_dev.c
3177 F:      net/ax25/ax25_ds_*
3178 F:      net/ax25/ax25_in.c
3179 F:      net/ax25/ax25_out.c
3180 F:      net/ax25/ax25_timer.c
3181 F:      net/ax25/sysctl_net_ax25.c
3182
3183 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3184 L:      netdev@vger.kernel.org
3185 S:      Orphan
3186 F:      Documentation/networking/dmfe.txt
3187 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3188
3189 DC390/AM53C974 SCSI driver
3190 M:      Hannes Reinecke <hare@suse.com>
3191 L:      linux-scsi@vger.kernel.org
3192 S:      Maintained
3193 F:      drivers/scsi/am53c974.c
3194
3195 DC395x SCSI driver
3196 M:      Oliver Neukum <oliver@neukum.org>
3197 M:      Ali Akcaagac <aliakc@web.de>
3198 M:      Jamie Lenehan <lenehan@twibble.org>
3199 L:      dc395x@twibble.org
3200 W:      http://twibble.org/dist/dc395x/
3201 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3202 S:      Maintained
3203 F:      Documentation/scsi/dc395x.txt
3204 F:      drivers/scsi/dc395x.*
3205
3206 DCCP PROTOCOL
3207 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3208 L:      dccp@vger.kernel.org
3209 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3210 S:      Maintained
3211 F:      include/linux/dccp.h
3212 F:      include/uapi/linux/dccp.h
3213 F:      include/linux/tfrc.h
3214 F:      net/dccp/
3215
3216 DECnet NETWORK LAYER
3217 W:      http://linux-decnet.sourceforge.net
3218 L:      linux-decnet-user@lists.sourceforge.net
3219 S:      Orphan
3220 F:      Documentation/networking/decnet.txt
3221 F:      net/decnet/
3222
3223 DECSTATION PLATFORM SUPPORT
3224 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3225 L:      linux-mips@linux-mips.org
3226 W:      http://www.linux-mips.org/wiki/DECstation
3227 S:      Maintained
3228 F:      arch/mips/dec/
3229 F:      arch/mips/include/asm/dec/
3230 F:      arch/mips/include/asm/mach-dec/
3231
3232 DEFXX FDDI NETWORK DRIVER
3233 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3234 S:      Maintained
3235 F:      drivers/net/fddi/defxx.*
3236
3237 DELL LAPTOP DRIVER
3238 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3239 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3240 L:      platform-driver-x86@vger.kernel.org
3241 S:      Maintained
3242 F:      drivers/platform/x86/dell-laptop.c
3243
3244 DELL LAPTOP RBTN DRIVER
3245 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3246 S:      Maintained
3247 F:      drivers/platform/x86/dell-rbtn.*
3248
3249 DELL LAPTOP FREEFALL DRIVER
3250 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3251 S:      Maintained
3252 F:      drivers/platform/x86/dell-smo8800.c
3253
3254 DELL LAPTOP SMM DRIVER
3255 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3256 S:      Maintained
3257 F:      drivers/hwmon/dell-smm-hwmon.c
3258 F:      include/uapi/linux/i8k.h
3259
3260 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3261 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3262 S:      Maintained
3263 F:      Documentation/dcdbas.txt
3264 F:      drivers/firmware/dcdbas.*
3265
3266 DELL WMI EXTRAS DRIVER
3267 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3268 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3269 S:      Maintained
3270 F:      drivers/platform/x86/dell-wmi.c
3271
3272 DESIGNWARE USB2 DRD IP DRIVER
3273 M:      John Youn <johnyoun@synopsys.com>
3274 L:      linux-usb@vger.kernel.org
3275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3276 S:      Maintained
3277 F:      drivers/usb/dwc2/
3278
3279 DESIGNWARE USB3 DRD IP DRIVER
3280 M:      Felipe Balbi <balbi@ti.com>
3281 L:      linux-usb@vger.kernel.org
3282 L:      linux-omap@vger.kernel.org
3283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3284 S:      Maintained
3285 F:      drivers/usb/dwc3/
3286
3287 DEVICE COREDUMP (DEV_COREDUMP)
3288 M:      Johannes Berg <johannes@sipsolutions.net>
3289 L:      linux-kernel@vger.kernel.org
3290 S:      Maintained
3291 F:      drivers/base/devcoredump.c
3292 F:      include/linux/devcoredump.h
3293
3294 DEVICE FREQUENCY (DEVFREQ)
3295 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3296 M:      Kyungmin Park <kyungmin.park@samsung.com>
3297 L:      linux-pm@vger.kernel.org
3298 S:      Maintained
3299 F:      drivers/devfreq/
3300
3301 DEVICE NUMBER REGISTRY
3302 M:      Torben Mathiasen <device@lanana.org>
3303 W:      http://lanana.org/docs/device-list/index.html
3304 S:      Maintained
3305
3306 DEVICE-MAPPER  (LVM)
3307 M:      Alasdair Kergon <agk@redhat.com>
3308 M:      Mike Snitzer <snitzer@redhat.com>
3309 M:      dm-devel@redhat.com
3310 L:      dm-devel@redhat.com
3311 W:      http://sources.redhat.com/dm
3312 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3314 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3315 S:      Maintained
3316 F:      Documentation/device-mapper/
3317 F:      drivers/md/dm*
3318 F:      drivers/md/persistent-data/
3319 F:      include/linux/device-mapper.h
3320 F:      include/linux/dm-*.h
3321 F:      include/uapi/linux/dm-*.h
3322
3323 DIALOG SEMICONDUCTOR DRIVERS
3324 M:      Support Opensource <support.opensource@diasemi.com>
3325 W:      http://www.dialog-semiconductor.com/products
3326 S:      Supported
3327 F:      Documentation/hwmon/da90??
3328 F:      drivers/gpio/gpio-da90??.c
3329 F:      drivers/hwmon/da90??-hwmon.c
3330 F:      drivers/iio/adc/da91??-*.c
3331 F:      drivers/input/misc/da90??_onkey.c
3332 F:      drivers/input/touchscreen/da9052_tsi.c
3333 F:      drivers/leds/leds-da90??.c
3334 F:      drivers/mfd/da903x.c
3335 F:      drivers/mfd/da90??-*.c
3336 F:      drivers/mfd/da91??-*.c
3337 F:      drivers/power/da9052-battery.c
3338 F:      drivers/power/da91??-*.c
3339 F:      drivers/regulator/da903x.c
3340 F:      drivers/regulator/da9???-regulator.[ch]
3341 F:      drivers/rtc/rtc-da90??.c
3342 F:      drivers/video/backlight/da90??_bl.c
3343 F:      drivers/watchdog/da90??_wdt.c
3344 F:      include/linux/mfd/da903x.h
3345 F:      include/linux/mfd/da9052/
3346 F:      include/linux/mfd/da9055/
3347 F:      include/linux/mfd/da9063/
3348 F:      include/linux/mfd/da9150/
3349 F:      include/sound/da[79]*.h
3350 F:      sound/soc/codecs/da[79]*.[ch]
3351
3352 DIGI NEO AND CLASSIC PCI PRODUCTS
3353 M:      Lidza Louina <lidza.louina@gmail.com>
3354 M:      Mark Hounschell <markh@compro.net>
3355 L:      driverdev-devel@linuxdriverproject.org
3356 S:      Maintained
3357 F:      drivers/staging/dgnc/
3358
3359 DIGI EPCA PCI PRODUCTS
3360 M:      Lidza Louina <lidza.louina@gmail.com>
3361 M:      Mark Hounschell <markh@compro.net>
3362 M:      Daeseok Youn <daeseok.youn@gmail.com>
3363 L:      driverdev-devel@linuxdriverproject.org
3364 S:      Maintained
3365 F:      drivers/staging/dgap/
3366
3367 DIOLAN U2C-12 I2C DRIVER
3368 M:      Guenter Roeck <linux@roeck-us.net>
3369 L:      linux-i2c@vger.kernel.org
3370 S:      Maintained
3371 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3372
3373 DIRECT ACCESS (DAX)
3374 M:      Matthew Wilcox <willy@linux.intel.com>
3375 L:      linux-fsdevel@vger.kernel.org
3376 S:      Supported
3377 F:      fs/dax.c
3378
3379 DIRECTORY NOTIFICATION (DNOTIFY)
3380 M:      Eric Paris <eparis@parisplace.org>
3381 S:      Maintained
3382 F:      Documentation/filesystems/dnotify.txt
3383 F:      fs/notify/dnotify/
3384 F:      include/linux/dnotify.h
3385
3386 DISK GEOMETRY AND PARTITION HANDLING
3387 M:      Andries Brouwer <aeb@cwi.nl>
3388 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3389 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3390 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3391 S:      Maintained
3392
3393 DISKQUOTA
3394 M:      Jan Kara <jack@suse.com>
3395 S:      Maintained
3396 F:      Documentation/filesystems/quota.txt
3397 F:      fs/quota/
3398 F:      include/linux/quota*.h
3399 F:      include/uapi/linux/quota*.h
3400
3401 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3402 M:      Bernie Thompson <bernie@plugable.com>
3403 L:      linux-fbdev@vger.kernel.org
3404 S:      Maintained
3405 W:      http://plugable.com/category/projects/udlfb/
3406 F:      drivers/video/fbdev/udlfb.c
3407 F:      include/video/udlfb.h
3408 F:      Documentation/fb/udlfb.txt
3409
3410 DISTRIBUTED LOCK MANAGER (DLM)
3411 M:      Christine Caulfield <ccaulfie@redhat.com>
3412 M:      David Teigland <teigland@redhat.com>
3413 L:      cluster-devel@redhat.com
3414 W:      http://sources.redhat.com/cluster/
3415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3416 S:      Supported
3417 F:      fs/dlm/
3418
3419 DMA BUFFER SHARING FRAMEWORK
3420 M:      Sumit Semwal <sumit.semwal@linaro.org>
3421 S:      Maintained
3422 L:      linux-media@vger.kernel.org
3423 L:      dri-devel@lists.freedesktop.org
3424 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3425 F:      drivers/dma-buf/
3426 F:      include/linux/dma-buf*
3427 F:      include/linux/reservation.h
3428 F:      include/linux/*fence.h
3429 F:      Documentation/dma-buf-sharing.txt
3430 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3431
3432 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3433 M:      Vinod Koul <vinod.koul@intel.com>
3434 L:      dmaengine@vger.kernel.org
3435 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3436 S:      Maintained
3437 F:      drivers/dma/
3438 F:      include/linux/dmaengine.h
3439 F:      Documentation/dmaengine/
3440 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3441
3442 DME1737 HARDWARE MONITOR DRIVER
3443 M:      Juerg Haefliger <juergh@gmail.com>
3444 L:      lm-sensors@lm-sensors.org
3445 S:      Maintained
3446 F:      Documentation/hwmon/dme1737
3447 F:      drivers/hwmon/dme1737.c
3448
3449 DMI/SMBIOS SUPPORT
3450 M:      Jean Delvare <jdelvare@suse.com>
3451 S:      Maintained
3452 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3453 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3454 F:      drivers/firmware/dmi-id.c
3455 F:      drivers/firmware/dmi_scan.c
3456 F:      include/linux/dmi.h
3457
3458 DOCUMENTATION
3459 M:      Jonathan Corbet <corbet@lwn.net>
3460 L:      linux-doc@vger.kernel.org
3461 S:      Maintained
3462 F:      Documentation/
3463 X:      Documentation/ABI/
3464 X:      Documentation/devicetree/
3465 X:      Documentation/acpi
3466 X:      Documentation/power
3467 X:      Documentation/spi
3468 X:      Documentation/DocBook/media
3469 T:      git git://git.lwn.net/linux-2.6.git docs-next
3470
3471 DOUBLETALK DRIVER
3472 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3473 L:      blinux-list@redhat.com
3474 S:      Maintained
3475 F:      drivers/char/dtlk.c
3476 F:      include/linux/dtlk.h
3477
3478 DPT_I2O SCSI RAID DRIVER
3479 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3480 L:      linux-scsi@vger.kernel.org
3481 W:      http://www.adaptec.com/
3482 S:      Maintained
3483 F:      drivers/scsi/dpt*
3484 F:      drivers/scsi/dpt/
3485
3486 DRBD DRIVER
3487 P:      Philipp Reisner
3488 P:      Lars Ellenberg
3489 M:      drbd-dev@lists.linbit.com
3490 L:      drbd-user@lists.linbit.com
3491 W:      http://www.drbd.org
3492 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3493 T:      git git://git.drbd.org/drbd-8.3.git
3494 S:      Supported
3495 F:      drivers/block/drbd/
3496 F:      lib/lru_cache.c
3497 F:      Documentation/blockdev/drbd/
3498
3499 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3500 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3502 S:      Supported
3503 F:      Documentation/kobject.txt
3504 F:      drivers/base/
3505 F:      fs/debugfs/
3506 F:      fs/kernfs/
3507 F:      fs/sysfs/
3508 F:      include/linux/debugfs.h
3509 F:      include/linux/kobj*
3510 F:      lib/kobj*
3511
3512 DRM DRIVERS
3513 M:      David Airlie <airlied@linux.ie>
3514 L:      dri-devel@lists.freedesktop.org
3515 T:      git git://people.freedesktop.org/~airlied/linux
3516 S:      Maintained
3517 F:      drivers/gpu/drm/
3518 F:      drivers/gpu/vga/
3519 F:      include/drm/
3520 F:      include/uapi/drm/
3521
3522 RADEON DRM DRIVERS
3523 M:      Alex Deucher <alexander.deucher@amd.com>
3524 M:      Christian König <christian.koenig@amd.com>
3525 L:      dri-devel@lists.freedesktop.org
3526 T:      git git://people.freedesktop.org/~agd5f/linux
3527 S:      Supported
3528 F:      drivers/gpu/drm/radeon/
3529 F:      include/uapi/drm/radeon*
3530
3531 DRM PANEL DRIVERS
3532 M:      Thierry Reding <thierry.reding@gmail.com>
3533 L:      dri-devel@lists.freedesktop.org
3534 T:      git git://anongit.freedesktop.org/tegra/linux.git
3535 S:      Maintained
3536 F:      drivers/gpu/drm/drm_panel.c
3537 F:      drivers/gpu/drm/panel/
3538 F:      include/drm/drm_panel.h
3539 F:      Documentation/devicetree/bindings/panel/
3540
3541 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3542 M:      Daniel Vetter <daniel.vetter@intel.com>
3543 M:      Jani Nikula <jani.nikula@linux.intel.com>
3544 L:      intel-gfx@lists.freedesktop.org
3545 L:      dri-devel@lists.freedesktop.org
3546 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3547 T:      git git://anongit.freedesktop.org/drm-intel
3548 S:      Supported
3549 F:      drivers/gpu/drm/i915/
3550 F:      include/drm/i915*
3551 F:      include/uapi/drm/i915*
3552
3553 DRM DRIVERS FOR EXYNOS
3554 M:      Inki Dae <inki.dae@samsung.com>
3555 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3556 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3557 M:      Kyungmin Park <kyungmin.park@samsung.com>
3558 L:      dri-devel@lists.freedesktop.org
3559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3560 S:      Supported
3561 F:      drivers/gpu/drm/exynos/
3562 F:      include/drm/exynos*
3563 F:      include/uapi/drm/exynos*
3564
3565 DRM DRIVERS FOR FREESCALE IMX
3566 M:      Philipp Zabel <p.zabel@pengutronix.de>
3567 L:      dri-devel@lists.freedesktop.org
3568 S:      Maintained
3569 F:      drivers/gpu/drm/imx/
3570 F:      Documentation/devicetree/bindings/drm/imx/
3571
3572 DRM DRIVERS FOR NVIDIA TEGRA
3573 M:      Thierry Reding <thierry.reding@gmail.com>
3574 M:      Terje Bergström <tbergstrom@nvidia.com>
3575 L:      dri-devel@lists.freedesktop.org
3576 L:      linux-tegra@vger.kernel.org
3577 T:      git git://anongit.freedesktop.org/tegra/linux.git
3578 S:      Supported
3579 F:      drivers/gpu/drm/tegra/
3580 F:      drivers/gpu/host1x/
3581 F:      include/linux/host1x.h
3582 F:      include/uapi/drm/tegra_drm.h
3583 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3584
3585 DRM DRIVERS FOR RENESAS
3586 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3587 L:      dri-devel@lists.freedesktop.org
3588 L:      linux-sh@vger.kernel.org
3589 T:      git git://people.freedesktop.org/~airlied/linux
3590 S:      Supported
3591 F:      drivers/gpu/drm/rcar-du/
3592 F:      drivers/gpu/drm/shmobile/
3593 F:      include/linux/platform_data/shmob_drm.h
3594
3595 DRM DRIVERS FOR ROCKCHIP
3596 M:      Mark Yao <mark.yao@rock-chips.com>
3597 L:      dri-devel@lists.freedesktop.org
3598 S:      Maintained
3599 F:      drivers/gpu/drm/rockchip/
3600 F:      Documentation/devicetree/bindings/video/rockchip*
3601
3602 DRM DRIVERS FOR STI
3603 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3604 M:      Vincent Abriou <vincent.abriou@st.com>
3605 L:      dri-devel@lists.freedesktop.org
3606 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3607 S:      Maintained
3608 F:      drivers/gpu/drm/sti
3609 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3610
3611 DSBR100 USB FM RADIO DRIVER
3612 M:      Alexey Klimov <klimov.linux@gmail.com>
3613 L:      linux-media@vger.kernel.org
3614 T:      git git://linuxtv.org/media_tree.git
3615 S:      Maintained
3616 F:      drivers/media/radio/dsbr100.c
3617
3618 DSCC4 DRIVER
3619 M:      Francois Romieu <romieu@fr.zoreil.com>
3620 L:      netdev@vger.kernel.org
3621 S:      Maintained
3622 F:      drivers/net/wan/dscc4.c
3623
3624 DT3155 MEDIA DRIVER
3625 M:      Hans Verkuil <hverkuil@xs4all.nl>
3626 L:      linux-media@vger.kernel.org
3627 T:      git git://linuxtv.org/media_tree.git
3628 W:      http://linuxtv.org
3629 S:      Odd Fixes
3630 F:      drivers/media/pci/dt3155/
3631
3632 DVB_USB_AF9015 MEDIA DRIVER
3633 M:      Antti Palosaari <crope@iki.fi>
3634 L:      linux-media@vger.kernel.org
3635 W:      http://linuxtv.org/
3636 W:      http://palosaari.fi/linux/
3637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3638 T:      git git://linuxtv.org/anttip/media_tree.git
3639 S:      Maintained
3640 F:      drivers/media/usb/dvb-usb-v2/af9015*
3641
3642 DVB_USB_AF9035 MEDIA DRIVER
3643 M:      Antti Palosaari <crope@iki.fi>
3644 L:      linux-media@vger.kernel.org
3645 W:      http://linuxtv.org/
3646 W:      http://palosaari.fi/linux/
3647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3648 T:      git git://linuxtv.org/anttip/media_tree.git
3649 S:      Maintained
3650 F:      drivers/media/usb/dvb-usb-v2/af9035*
3651
3652 DVB_USB_ANYSEE MEDIA DRIVER
3653 M:      Antti Palosaari <crope@iki.fi>
3654 L:      linux-media@vger.kernel.org
3655 W:      http://linuxtv.org/
3656 W:      http://palosaari.fi/linux/
3657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3658 T:      git git://linuxtv.org/anttip/media_tree.git
3659 S:      Maintained
3660 F:      drivers/media/usb/dvb-usb-v2/anysee*
3661
3662 DVB_USB_AU6610 MEDIA DRIVER
3663 M:      Antti Palosaari <crope@iki.fi>
3664 L:      linux-media@vger.kernel.org
3665 W:      http://linuxtv.org/
3666 W:      http://palosaari.fi/linux/
3667 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3668 T:      git git://linuxtv.org/anttip/media_tree.git
3669 S:      Maintained
3670 F:      drivers/media/usb/dvb-usb-v2/au6610*
3671
3672 DVB_USB_CE6230 MEDIA DRIVER
3673 M:      Antti Palosaari <crope@iki.fi>
3674 L:      linux-media@vger.kernel.org
3675 W:      http://linuxtv.org/
3676 W:      http://palosaari.fi/linux/
3677 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3678 T:      git git://linuxtv.org/anttip/media_tree.git
3679 S:      Maintained
3680 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3681
3682 DVB_USB_CXUSB MEDIA DRIVER
3683 M:      Michael Krufky <mkrufky@linuxtv.org>
3684 L:      linux-media@vger.kernel.org
3685 W:      http://linuxtv.org/
3686 W:      http://github.com/mkrufky
3687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3688 T:      git git://linuxtv.org/media_tree.git
3689 S:      Maintained
3690 F:      drivers/media/usb/dvb-usb/cxusb*
3691
3692 DVB_USB_EC168 MEDIA DRIVER
3693 M:      Antti Palosaari <crope@iki.fi>
3694 L:      linux-media@vger.kernel.org
3695 W:      http://linuxtv.org/
3696 W:      http://palosaari.fi/linux/
3697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3698 T:      git git://linuxtv.org/anttip/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/usb/dvb-usb-v2/ec168*
3701
3702 DVB_USB_GL861 MEDIA DRIVER
3703 M:      Antti Palosaari <crope@iki.fi>
3704 L:      linux-media@vger.kernel.org
3705 W:      http://linuxtv.org/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/gl861*
3710
3711 DVB_USB_MXL111SF MEDIA DRIVER
3712 M:      Michael Krufky <mkrufky@linuxtv.org>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://github.com/mkrufky
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3720
3721 DVB_USB_RTL28XXU MEDIA DRIVER
3722 M:      Antti Palosaari <crope@iki.fi>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://palosaari.fi/linux/
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/anttip/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3730
3731 DVB_USB_V2 MEDIA DRIVER
3732 M:      Antti Palosaari <crope@iki.fi>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 W:      http://palosaari.fi/linux/
3736 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3737 T:      git git://linuxtv.org/anttip/media_tree.git
3738 S:      Maintained
3739 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3740 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3741
3742 DYNAMIC DEBUG
3743 M:      Jason Baron <jbaron@akamai.com>
3744 S:      Maintained
3745 F:      lib/dynamic_debug.c
3746 F:      include/linux/dynamic_debug.h
3747
3748 DZ DECSTATION DZ11 SERIAL DRIVER
3749 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3750 S:      Maintained
3751 F:      drivers/tty/serial/dz.*
3752
3753 E3X0 POWER BUTTON DRIVER
3754 M:      Moritz Fischer <moritz.fischer@ettus.com>
3755 L:      usrp-users@lists.ettus.com
3756 W:      http://www.ettus.com
3757 S:      Supported
3758 F:      drivers/input/misc/e3x0-button.c
3759 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3760
3761 E4000 MEDIA DRIVER
3762 M:      Antti Palosaari <crope@iki.fi>
3763 L:      linux-media@vger.kernel.org
3764 W:      http://linuxtv.org/
3765 W:      http://palosaari.fi/linux/
3766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3767 T:      git git://linuxtv.org/anttip/media_tree.git
3768 S:      Maintained
3769 F:      drivers/media/tuners/e4000*
3770
3771 EATA ISA/EISA/PCI SCSI DRIVER
3772 M:      Dario Ballabio <ballabio_dario@emc.com>
3773 L:      linux-scsi@vger.kernel.org
3774 S:      Maintained
3775 F:      drivers/scsi/eata.c
3776
3777 EC100 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://palosaari.fi/linux/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/dvb-frontends/ec100*
3786
3787 ECRYPT FILE SYSTEM
3788 M:      Tyler Hicks <tyhicks@canonical.com>
3789 L:      ecryptfs@vger.kernel.org
3790 W:      http://ecryptfs.org
3791 W:      https://launchpad.net/ecryptfs
3792 S:      Supported
3793 F:      Documentation/filesystems/ecryptfs.txt
3794 F:      fs/ecryptfs/
3795
3796 EDAC-CORE
3797 M:      Doug Thompson <dougthompson@xmission.com>
3798 M:      Borislav Petkov <bp@alien8.de>
3799 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3800 L:      linux-edac@vger.kernel.org
3801 W:      bluesmoke.sourceforge.net
3802 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3803 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3804 S:      Supported
3805 F:      Documentation/edac.txt
3806 F:      drivers/edac/
3807 F:      include/linux/edac.h
3808
3809 EDAC-AMD64
3810 M:      Doug Thompson <dougthompson@xmission.com>
3811 M:      Borislav Petkov <bp@alien8.de>
3812 L:      linux-edac@vger.kernel.org
3813 W:      bluesmoke.sourceforge.net
3814 S:      Maintained
3815 F:      drivers/edac/amd64_edac*
3816
3817 EDAC-CALXEDA
3818 M:      Doug Thompson <dougthompson@xmission.com>
3819 M:      Robert Richter <rric@kernel.org>
3820 L:      linux-edac@vger.kernel.org
3821 W:      bluesmoke.sourceforge.net
3822 S:      Maintained
3823 F:      drivers/edac/highbank*
3824
3825 EDAC-CAVIUM
3826 M:      Ralf Baechle <ralf@linux-mips.org>
3827 M:      David Daney <david.daney@cavium.com>
3828 L:      linux-edac@vger.kernel.org
3829 L:      linux-mips@linux-mips.org
3830 W:      bluesmoke.sourceforge.net
3831 S:      Supported
3832 F:      drivers/edac/octeon_edac*
3833
3834 EDAC-E752X
3835 M:      Mark Gross <mark.gross@intel.com>
3836 M:      Doug Thompson <dougthompson@xmission.com>
3837 L:      linux-edac@vger.kernel.org
3838 W:      bluesmoke.sourceforge.net
3839 S:      Maintained
3840 F:      drivers/edac/e752x_edac.c
3841
3842 EDAC-E7XXX
3843 M:      Doug Thompson <dougthompson@xmission.com>
3844 L:      linux-edac@vger.kernel.org
3845 W:      bluesmoke.sourceforge.net
3846 S:      Maintained
3847 F:      drivers/edac/e7xxx_edac.c
3848
3849 EDAC-GHES
3850 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3851 L:      linux-edac@vger.kernel.org
3852 W:      bluesmoke.sourceforge.net
3853 S:      Maintained
3854 F:      drivers/edac/ghes_edac.c
3855
3856 EDAC-I82443BXGX
3857 M:      Tim Small <tim@buttersideup.com>
3858 L:      linux-edac@vger.kernel.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Maintained
3861 F:      drivers/edac/i82443bxgx_edac.c
3862
3863 EDAC-I3000
3864 M:      Jason Uhlenkott <juhlenko@akamai.com>
3865 L:      linux-edac@vger.kernel.org
3866 W:      bluesmoke.sourceforge.net
3867 S:      Maintained
3868 F:      drivers/edac/i3000_edac.c
3869
3870 EDAC-I5000
3871 M:      Doug Thompson <dougthompson@xmission.com>
3872 L:      linux-edac@vger.kernel.org
3873 W:      bluesmoke.sourceforge.net
3874 S:      Maintained
3875 F:      drivers/edac/i5000_edac.c
3876
3877 EDAC-I5400
3878 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3879 L:      linux-edac@vger.kernel.org
3880 W:      bluesmoke.sourceforge.net
3881 S:      Maintained
3882 F:      drivers/edac/i5400_edac.c
3883
3884 EDAC-I7300
3885 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3886 L:      linux-edac@vger.kernel.org
3887 W:      bluesmoke.sourceforge.net
3888 S:      Maintained
3889 F:      drivers/edac/i7300_edac.c
3890
3891 EDAC-I7CORE
3892 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/i7core_edac.c
3897
3898 EDAC-I82975X
3899 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3900 M:      "Arvind R." <arvino55@gmail.com>
3901 L:      linux-edac@vger.kernel.org
3902 W:      bluesmoke.sourceforge.net
3903 S:      Maintained
3904 F:      drivers/edac/i82975x_edac.c
3905
3906 EDAC-IE31200
3907 M:      Jason Baron <jbaron@akamai.com>
3908 L:      linux-edac@vger.kernel.org
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/ie31200_edac.c
3912
3913 EDAC-MPC85XX
3914 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/mpc85xx_edac.[ch]
3919
3920 EDAC-PASEMI
3921 M:      Egor Martovetsky <egor@pasemi.com>
3922 L:      linux-edac@vger.kernel.org
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/pasemi_edac.c
3926
3927 EDAC-R82600
3928 M:      Tim Small <tim@buttersideup.com>
3929 L:      linux-edac@vger.kernel.org
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/r82600_edac.c
3933
3934 EDAC-SBRIDGE
3935 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/sb_edac.c
3940
3941 EDAC-XGENE
3942 APPLIED MICRO (APM) X-GENE SOC EDAC
3943 M:     Loc Ho <lho@apm.com>
3944 S:     Supported
3945 F:     drivers/edac/xgene_edac.c
3946 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3947
3948 EDIROL UA-101/UA-1000 DRIVER
3949 M:      Clemens Ladisch <clemens@ladisch.de>
3950 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3951 T:      git git://git.alsa-project.org/alsa-kernel.git
3952 S:      Maintained
3953 F:      sound/usb/misc/ua101.c
3954
3955 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3956 M:      Matt Fleming <matt.fleming@intel.com>
3957 L:      linux-efi@vger.kernel.org
3958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3959 S:      Maintained
3960 F:      Documentation/efi-stub.txt
3961 F:      arch/ia64/kernel/efi.c
3962 F:      arch/x86/boot/compressed/eboot.[ch]
3963 F:      arch/x86/include/asm/efi.h
3964 F:      arch/x86/platform/efi/*
3965 F:      drivers/firmware/efi/*
3966 F:      include/linux/efi*.h
3967
3968 EFI VARIABLE FILESYSTEM
3969 M:      Matthew Garrett <matthew.garrett@nebula.com>
3970 M:      Jeremy Kerr <jk@ozlabs.org>
3971 M:      Matt Fleming <matt.fleming@intel.com>
3972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3973 L:      linux-efi@vger.kernel.org
3974 S:      Maintained
3975 F:      fs/efivarfs/
3976
3977 EFIFB FRAMEBUFFER DRIVER
3978 L:      linux-fbdev@vger.kernel.org
3979 M:      Peter Jones <pjones@redhat.com>
3980 S:      Maintained
3981 F:      drivers/video/fbdev/efifb.c
3982
3983 EFS FILESYSTEM
3984 W:      http://aeschi.ch.eu.org/efs/
3985 S:      Orphan
3986 F:      fs/efs/
3987
3988 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3989 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3990 M:      Christoph Raisch <raisch@de.ibm.com>
3991 L:      linux-rdma@vger.kernel.org
3992 S:      Supported
3993 F:      drivers/infiniband/hw/ehca/
3994
3995 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3996 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3997 L:      netdev@vger.kernel.org
3998 S:      Maintained
3999 F:      drivers/net/ethernet/ibm/ehea/
4000
4001 EM28XX VIDEO4LINUX DRIVER
4002 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4003 L:      linux-media@vger.kernel.org
4004 W:      http://linuxtv.org
4005 T:      git git://linuxtv.org/media_tree.git
4006 S:      Maintained
4007 F:      drivers/media/usb/em28xx/
4008
4009 EMBEDDED LINUX
4010 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4011 M:      Matt Mackall <mpm@selenic.com>
4012 M:      David Woodhouse <dwmw2@infradead.org>
4013 L:      linux-embedded@vger.kernel.org
4014 S:      Maintained
4015
4016 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4017 M:      James Smart <james.smart@avagotech.com>
4018 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4019 L:      linux-scsi@vger.kernel.org
4020 W:      http://www.avagotech.com
4021 S:      Supported
4022 F:      drivers/scsi/lpfc/
4023
4024 ENE CB710 FLASH CARD READER DRIVER
4025 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4026 S:      Maintained
4027 F:      drivers/misc/cb710/
4028 F:      drivers/mmc/host/cb710-mmc.*
4029 F:      include/linux/cb710.h
4030
4031 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4032 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4033 S:      Maintained
4034 F:      drivers/media/rc/ene_ir.*
4035
4036 ENHANCED ERROR HANDLING (EEH)
4037 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4038 L:      linuxppc-dev@lists.ozlabs.org
4039 S:      Supported
4040 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4041 F:      arch/powerpc/kernel/eeh*.c
4042
4043 EPSON S1D13XXX FRAMEBUFFER DRIVER
4044 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4045 S:      Maintained
4046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4047 F:      drivers/video/fbdev/s1d13xxxfb.c
4048 F:      include/video/s1d13xxxfb.h
4049
4050 ET131X NETWORK DRIVER
4051 M:      Mark Einon <mark.einon@gmail.com>
4052 S:      Odd Fixes
4053 F:      drivers/net/ethernet/agere/
4054
4055 ETHERNET BRIDGE
4056 M:      Stephen Hemminger <stephen@networkplumber.org>
4057 L:      bridge@lists.linux-foundation.org
4058 L:      netdev@vger.kernel.org
4059 W:      http://www.linuxfoundation.org/en/Net:Bridge
4060 S:      Maintained
4061 F:      include/linux/netfilter_bridge/
4062 F:      net/bridge/
4063
4064 ETHERNET PHY LIBRARY
4065 M:      Florian Fainelli <f.fainelli@gmail.com>
4066 L:      netdev@vger.kernel.org
4067 S:      Maintained
4068 F:      include/linux/phy.h
4069 F:      include/linux/phy_fixed.h
4070 F:      drivers/net/phy/
4071 F:      Documentation/networking/phy.txt
4072 F:      drivers/of/of_mdio.c
4073 F:      drivers/of/of_net.c
4074
4075 EXT2 FILE SYSTEM
4076 M:      Jan Kara <jack@suse.com>
4077 L:      linux-ext4@vger.kernel.org
4078 S:      Maintained
4079 F:      Documentation/filesystems/ext2.txt
4080 F:      fs/ext2/
4081 F:      include/linux/ext2*
4082
4083 EXT4 FILE SYSTEM
4084 M:      "Theodore Ts'o" <tytso@mit.edu>
4085 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4086 L:      linux-ext4@vger.kernel.org
4087 W:      http://ext4.wiki.kernel.org
4088 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4089 S:      Maintained
4090 F:      Documentation/filesystems/ext4.txt
4091 F:      fs/ext4/
4092
4093 Extended Verification Module (EVM)
4094 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4095 L:      linux-ima-devel@lists.sourceforge.net
4096 L:      linux-security-module@vger.kernel.org
4097 S:      Supported
4098 F:      security/integrity/evm/
4099
4100 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4101 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4102 M:      Chanwoo Choi <cw00.choi@samsung.com>
4103 L:      linux-kernel@vger.kernel.org
4104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4105 S:      Maintained
4106 F:      drivers/extcon/
4107 F:      Documentation/extcon/
4108
4109 EXYNOS DP DRIVER
4110 M:      Jingoo Han <jingoohan1@gmail.com>
4111 L:      dri-devel@lists.freedesktop.org
4112 S:      Maintained
4113 F:      drivers/gpu/drm/exynos/exynos_dp*
4114
4115 EXYNOS MIPI DISPLAY DRIVERS
4116 M:      Inki Dae <inki.dae@samsung.com>
4117 M:      Donghwa Lee <dh09.lee@samsung.com>
4118 M:      Kyungmin Park <kyungmin.park@samsung.com>
4119 L:      linux-fbdev@vger.kernel.org
4120 S:      Maintained
4121 F:      drivers/video/fbdev/exynos/exynos_mipi*
4122 F:      include/video/exynos_mipi*
4123
4124 F71805F HARDWARE MONITORING DRIVER
4125 M:      Jean Delvare <jdelvare@suse.com>
4126 L:      lm-sensors@lm-sensors.org
4127 S:      Maintained
4128 F:      Documentation/hwmon/f71805f
4129 F:      drivers/hwmon/f71805f.c
4130
4131 FC0011 TUNER DRIVER
4132 M:      Michael Buesch <m@bues.ch>
4133 L:      linux-media@vger.kernel.org
4134 S:      Maintained
4135 F:      drivers/media/tuners/fc0011.h
4136 F:      drivers/media/tuners/fc0011.c
4137
4138 FC2580 MEDIA DRIVER
4139 M:      Antti Palosaari <crope@iki.fi>
4140 L:      linux-media@vger.kernel.org
4141 W:      http://linuxtv.org/
4142 W:      http://palosaari.fi/linux/
4143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4144 T:      git git://linuxtv.org/anttip/media_tree.git
4145 S:      Maintained
4146 F:      drivers/media/tuners/fc2580*
4147
4148 FANOTIFY
4149 M:      Eric Paris <eparis@redhat.com>
4150 S:      Maintained
4151 F:      fs/notify/fanotify/
4152 F:      include/linux/fanotify.h
4153 F:      include/uapi/linux/fanotify.h
4154
4155 FARSYNC SYNCHRONOUS DRIVER
4156 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4157 W:      http://www.farsite.co.uk/
4158 S:      Supported
4159 F:      drivers/net/wan/farsync.*
4160
4161 FAULT INJECTION SUPPORT
4162 M:      Akinobu Mita <akinobu.mita@gmail.com>
4163 S:      Supported
4164 F:      Documentation/fault-injection/
4165 F:      lib/fault-inject.c
4166
4167 FBTFT Framebuffer drivers
4168 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4169 M:      Noralf Trønnes <noralf@tronnes.org>
4170 S:      Maintained
4171 F:      drivers/staging/fbtft/
4172
4173 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4174 M:      Vasu Dev <vasu.dev@intel.com>
4175 L:      fcoe-devel@open-fcoe.org
4176 W:      www.Open-FCoE.org
4177 S:      Supported
4178 F:      drivers/scsi/libfc/
4179 F:      drivers/scsi/fcoe/
4180 F:      include/scsi/fc/
4181 F:      include/scsi/libfc.h
4182 F:      include/scsi/libfcoe.h
4183 F:      include/uapi/scsi/fc/
4184
4185 FILE LOCKING (flock() and fcntl()/lockf())
4186 M:      Jeff Layton <jlayton@poochiereds.net>
4187 M:      "J. Bruce Fields" <bfields@fieldses.org>
4188 L:      linux-fsdevel@vger.kernel.org
4189 S:      Maintained
4190 F:      include/linux/fcntl.h
4191 F:      include/linux/fs.h
4192 F:      include/uapi/linux/fcntl.h
4193 F:      include/uapi/linux/fs.h
4194 F:      fs/fcntl.c
4195 F:      fs/locks.c
4196
4197 FILESYSTEMS (VFS and infrastructure)
4198 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4199 L:      linux-fsdevel@vger.kernel.org
4200 S:      Maintained
4201 F:      fs/*
4202
4203 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4204 M:      Riku Voipio <riku.voipio@iki.fi>
4205 L:      lm-sensors@lm-sensors.org
4206 S:      Maintained
4207 F:      drivers/hwmon/f75375s.c
4208 F:      include/linux/f75375s.h
4209
4210 FIREWIRE AUDIO DRIVERS
4211 M:      Clemens Ladisch <clemens@ladisch.de>
4212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4213 T:      git git://git.alsa-project.org/alsa-kernel.git
4214 S:      Maintained
4215 F:      sound/firewire/
4216
4217 FIREWIRE MEDIA DRIVERS (firedtv)
4218 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4219 L:      linux-media@vger.kernel.org
4220 L:      linux1394-devel@lists.sourceforge.net
4221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4222 S:      Maintained
4223 F:      drivers/media/firewire/
4224
4225 FIREWIRE SBP-2 TARGET
4226 M:      Chris Boot <bootc@bootc.net>
4227 L:      linux-scsi@vger.kernel.org
4228 L:      target-devel@vger.kernel.org
4229 L:      linux1394-devel@lists.sourceforge.net
4230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4231 S:      Maintained
4232 F:      drivers/target/sbp/
4233
4234 FIREWIRE SUBSYSTEM
4235 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4236 L:      linux1394-devel@lists.sourceforge.net
4237 W:      http://ieee1394.wiki.kernel.org/
4238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4239 S:      Maintained
4240 F:      drivers/firewire/
4241 F:      include/linux/firewire.h
4242 F:      include/uapi/linux/firewire*.h
4243 F:      tools/firewire/
4244
4245 FIRMWARE LOADER (request_firmware)
4246 M:      Ming Lei <ming.lei@canonical.com>
4247 L:      linux-kernel@vger.kernel.org
4248 S:      Maintained
4249 F:      Documentation/firmware_class/
4250 F:      drivers/base/firmware*.c
4251 F:      include/linux/firmware.h
4252
4253 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4254 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4255 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4256 S:      Maintained
4257 F:      drivers/block/rsxx/
4258
4259 FLOPPY DRIVER
4260 M:      Jiri Kosina <jikos@kernel.org>
4261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4262 S:      Odd fixes
4263 F:      drivers/block/floppy.c
4264
4265 FMC SUBSYSTEM
4266 M:      Alessandro Rubini <rubini@gnudd.com>
4267 W:      http://www.ohwr.org/projects/fmc-bus
4268 S:      Supported
4269 F:      drivers/fmc/
4270 F:      include/linux/fmc*.h
4271 F:      include/linux/ipmi-fru.h
4272 K:      fmc_d.*register
4273
4274 FPU EMULATOR
4275 M:      Bill Metzenthen <billm@melbpc.org.au>
4276 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4277 S:      Maintained
4278 F:      arch/x86/math-emu/
4279
4280 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4281 L:      netdev@vger.kernel.org
4282 S:      Orphan
4283 F:      drivers/net/wan/dlci.c
4284 F:      drivers/net/wan/sdla.c
4285
4286 FRAMEBUFFER LAYER
4287 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4288 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4289 L:      linux-fbdev@vger.kernel.org
4290 W:      http://linux-fbdev.sourceforge.net/
4291 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4293 S:      Maintained
4294 F:      Documentation/fb/
4295 F:      Documentation/devicetree/bindings/fb/
4296 F:      drivers/video/
4297 F:      include/video/
4298 F:      include/linux/fb.h
4299 F:      include/uapi/video/
4300 F:      include/uapi/linux/fb.h
4301
4302 FREESCALE DIU FRAMEBUFFER DRIVER
4303 M:      Timur Tabi <timur@tabi.org>
4304 L:      linux-fbdev@vger.kernel.org
4305 S:      Maintained
4306 F:      drivers/video/fbdev/fsl-diu-fb.*
4307
4308 FREESCALE DMA DRIVER
4309 M:      Li Yang <leoli@freescale.com>
4310 M:      Zhang Wei <zw@zh-kernel.org>
4311 L:      linuxppc-dev@lists.ozlabs.org
4312 S:      Maintained
4313 F:      drivers/dma/fsldma.*
4314
4315 FREESCALE I2C CPM DRIVER
4316 M:      Jochen Friedrich <jochen@scram.de>
4317 L:      linuxppc-dev@lists.ozlabs.org
4318 L:      linux-i2c@vger.kernel.org
4319 S:      Maintained
4320 F:      drivers/i2c/busses/i2c-cpm.c
4321
4322 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4323 M:      Sascha Hauer <kernel@pengutronix.de>
4324 L:      linux-fbdev@vger.kernel.org
4325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4326 S:      Maintained
4327 F:      include/linux/platform_data/video-imxfb.h
4328 F:      drivers/video/fbdev/imxfb.c
4329
4330 FREESCALE QUAD SPI DRIVER
4331 M:      Han Xu <han.xu@freescale.com>
4332 L:      linux-mtd@lists.infradead.org
4333 S:      Maintained
4334 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4335
4336 FREESCALE SOC FS_ENET DRIVER
4337 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4338 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4339 L:      linuxppc-dev@lists.ozlabs.org
4340 L:      netdev@vger.kernel.org
4341 S:      Maintained
4342 F:      drivers/net/ethernet/freescale/fs_enet/
4343 F:      include/linux/fs_enet_pd.h
4344
4345 FREESCALE QUICC ENGINE LIBRARY
4346 L:      linuxppc-dev@lists.ozlabs.org
4347 S:      Orphan
4348 F:      arch/powerpc/sysdev/qe_lib/
4349 F:      arch/powerpc/include/asm/*qe.h
4350
4351 FREESCALE USB PERIPHERAL DRIVERS
4352 M:      Li Yang <leoli@freescale.com>
4353 L:      linux-usb@vger.kernel.org
4354 L:      linuxppc-dev@lists.ozlabs.org
4355 S:      Maintained
4356 F:      drivers/usb/gadget/udc/fsl*
4357
4358 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4359 M:      Li Yang <leoli@freescale.com>
4360 L:      netdev@vger.kernel.org
4361 L:      linuxppc-dev@lists.ozlabs.org
4362 S:      Maintained
4363 F:      drivers/net/ethernet/freescale/ucc_geth*
4364
4365 FREESCALE QUICC ENGINE UCC UART DRIVER
4366 M:      Timur Tabi <timur@tabi.org>
4367 L:      linuxppc-dev@lists.ozlabs.org
4368 S:      Maintained
4369 F:      drivers/tty/serial/ucc_uart.c
4370
4371 FREESCALE SOC SOUND DRIVERS
4372 M:      Timur Tabi <timur@tabi.org>
4373 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4374 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4375 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4376 L:      linuxppc-dev@lists.ozlabs.org
4377 S:      Maintained
4378 F:      sound/soc/fsl/fsl*
4379 F:      sound/soc/fsl/imx*
4380 F:      sound/soc/fsl/mpc8610_hpcd.c
4381
4382 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4383 M:      "J. German Rivera" <German.Rivera@freescale.com>
4384 L:      linux-kernel@vger.kernel.org
4385 S:      Maintained
4386 F:      drivers/staging/fsl-mc/
4387
4388 FREEVXFS FILESYSTEM
4389 M:      Christoph Hellwig <hch@infradead.org>
4390 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4391 S:      Maintained
4392 F:      fs/freevxfs/
4393
4394 FREEZER
4395 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4396 M:      Pavel Machek <pavel@ucw.cz>
4397 L:      linux-pm@vger.kernel.org
4398 S:      Supported
4399 F:      Documentation/power/freezing-of-tasks.txt
4400 F:      include/linux/freezer.h
4401 F:      kernel/freezer.c
4402
4403 FRONTSWAP API
4404 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4405 L:      linux-kernel@vger.kernel.org
4406 S:      Maintained
4407 F:      mm/frontswap.c
4408 F:      include/linux/frontswap.h
4409
4410 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4411 M:      David Howells <dhowells@redhat.com>
4412 L:      linux-cachefs@redhat.com
4413 S:      Supported
4414 F:      Documentation/filesystems/caching/
4415 F:      fs/fscache/
4416 F:      include/linux/fscache*.h
4417
4418 F2FS FILE SYSTEM
4419 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4420 M:      Changman Lee <cm224.lee@samsung.com>
4421 R:      Chao Yu <chao2.yu@samsung.com>
4422 L:      linux-f2fs-devel@lists.sourceforge.net
4423 W:      http://en.wikipedia.org/wiki/F2FS
4424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4425 S:      Maintained
4426 F:      Documentation/filesystems/f2fs.txt
4427 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4428 F:      fs/f2fs/
4429 F:      include/linux/f2fs_fs.h
4430 F:      include/trace/events/f2fs.h
4431
4432 FUJITSU FR-V (FRV) PORT
4433 M:      David Howells <dhowells@redhat.com>
4434 S:      Maintained
4435 F:      arch/frv/
4436
4437 FUJITSU LAPTOP EXTRAS
4438 M:      Jonathan Woithe <jwoithe@just42.net>
4439 L:      platform-driver-x86@vger.kernel.org
4440 S:      Maintained
4441 F:      drivers/platform/x86/fujitsu-laptop.c
4442
4443 FUJITSU M-5MO LS CAMERA ISP DRIVER
4444 M:      Kyungmin Park <kyungmin.park@samsung.com>
4445 M:      Heungjun Kim <riverful.kim@samsung.com>
4446 L:      linux-media@vger.kernel.org
4447 S:      Maintained
4448 F:      drivers/media/i2c/m5mols/
4449 F:      include/media/m5mols.h
4450
4451 FUJITSU TABLET EXTRAS
4452 M:      Robert Gerlach <khnz@gmx.de>
4453 L:      platform-driver-x86@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/platform/x86/fujitsu-tablet.c
4456
4457 FUSE: FILESYSTEM IN USERSPACE
4458 M:      Miklos Szeredi <miklos@szeredi.hu>
4459 L:      fuse-devel@lists.sourceforge.net
4460 W:      http://fuse.sourceforge.net/
4461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4462 S:      Maintained
4463 F:      fs/fuse/
4464 F:      include/uapi/linux/fuse.h
4465 F:      Documentation/filesystems/fuse.txt
4466
4467 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4468 M:      Rik Faith <faith@cs.unc.edu>
4469 L:      linux-scsi@vger.kernel.org
4470 S:      Odd Fixes (e.g., new signatures)
4471 F:      drivers/scsi/fdomain.*
4472
4473 GCOV BASED KERNEL PROFILING
4474 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4475 S:      Maintained
4476 F:      kernel/gcov/
4477 F:      Documentation/gcov.txt
4478
4479 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4480 M:      Achim Leubner <achim_leubner@adaptec.com>
4481 L:      linux-scsi@vger.kernel.org
4482 W:      http://www.icp-vortex.com/
4483 S:      Supported
4484 F:      drivers/scsi/gdt*
4485
4486 GDB KERNEL DEBUGGING HELPER SCRIPTS
4487 M:      Jan Kiszka <jan.kiszka@siemens.com>
4488 S:      Supported
4489 F:      scripts/gdb/
4490
4491 GEMTEK FM RADIO RECEIVER DRIVER
4492 M:      Hans Verkuil <hverkuil@xs4all.nl>
4493 L:      linux-media@vger.kernel.org
4494 T:      git git://linuxtv.org/media_tree.git
4495 W:      http://linuxtv.org
4496 S:      Maintained
4497 F:      drivers/media/radio/radio-gemtek*
4498
4499 GENERIC GPIO I2C DRIVER
4500 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4501 S:      Supported
4502 F:      drivers/i2c/busses/i2c-gpio.c
4503 F:      include/linux/i2c-gpio.h
4504
4505 GENERIC GPIO I2C MULTIPLEXER DRIVER
4506 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4507 L:      linux-i2c@vger.kernel.org
4508 S:      Supported
4509 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4510 F:      include/linux/i2c-mux-gpio.h
4511 F:      Documentation/i2c/muxes/i2c-mux-gpio
4512
4513 GENERIC HDLC (WAN) DRIVERS
4514 M:      Krzysztof Halasa <khc@pm.waw.pl>
4515 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4516 S:      Maintained
4517 F:      drivers/net/wan/c101.c
4518 F:      drivers/net/wan/hd6457*
4519 F:      drivers/net/wan/hdlc*
4520 F:      drivers/net/wan/n2.c
4521 F:      drivers/net/wan/pc300too.c
4522 F:      drivers/net/wan/pci200syn.c
4523 F:      drivers/net/wan/wanxl*
4524
4525 GENERIC INCLUDE/ASM HEADER FILES
4526 M:      Arnd Bergmann <arnd@arndb.de>
4527 L:      linux-arch@vger.kernel.org
4528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4529 S:      Maintained
4530 F:      include/asm-generic/
4531 F:      include/uapi/asm-generic/
4532
4533 GENERIC PHY FRAMEWORK
4534 M:      Kishon Vijay Abraham I <kishon@ti.com>
4535 L:      linux-kernel@vger.kernel.org
4536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4537 S:      Supported
4538 F:      drivers/phy/
4539 F:      include/linux/phy/
4540
4541 GENERIC PM DOMAINS
4542 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4543 M:      Kevin Hilman <khilman@kernel.org>
4544 M:      Ulf Hansson <ulf.hansson@linaro.org>
4545 L:      linux-pm@vger.kernel.org
4546 S:      Supported
4547 F:      drivers/base/power/domain*.c
4548 F:      include/linux/pm_domain.h
4549
4550 GENERIC UIO DRIVER FOR PCI DEVICES
4551 M:      "Michael S. Tsirkin" <mst@redhat.com>
4552 L:      kvm@vger.kernel.org
4553 S:      Supported
4554 F:      drivers/uio/uio_pci_generic.c
4555
4556 GET_MAINTAINER SCRIPT
4557 M:      Joe Perches <joe@perches.com>
4558 S:      Maintained
4559 F:      scripts/get_maintainer.pl
4560
4561 GFS2 FILE SYSTEM
4562 M:      Steven Whitehouse <swhiteho@redhat.com>
4563 M:      Bob Peterson <rpeterso@redhat.com>
4564 L:      cluster-devel@redhat.com
4565 W:      http://sources.redhat.com/cluster/
4566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4567 S:      Supported
4568 F:      Documentation/filesystems/gfs2*.txt
4569 F:      fs/gfs2/
4570 F:      include/uapi/linux/gfs2_ondisk.h
4571
4572 GIGASET ISDN DRIVERS
4573 M:      Paul Bolle <pebolle@tiscali.nl>
4574 L:      gigaset307x-common@lists.sourceforge.net
4575 W:      http://gigaset307x.sourceforge.net/
4576 S:      Odd Fixes
4577 F:      Documentation/isdn/README.gigaset
4578 F:      drivers/isdn/gigaset/
4579 F:      include/uapi/linux/gigaset_dev.h
4580
4581 GO7007 MPEG CODEC
4582 M:      Hans Verkuil <hans.verkuil@cisco.com>
4583 L:      linux-media@vger.kernel.org
4584 S:      Maintained
4585 F:      drivers/media/usb/go7007/
4586
4587 GOODIX TOUCHSCREEN
4588 M:      Bastien Nocera <hadess@hadess.net>
4589 L:      linux-input@vger.kernel.org
4590 S:      Maintained
4591 F:      drivers/input/touchscreen/goodix.c
4592
4593 GPIO SUBSYSTEM
4594 M:      Linus Walleij <linus.walleij@linaro.org>
4595 M:      Alexandre Courbot <gnurou@gmail.com>
4596 L:      linux-gpio@vger.kernel.org
4597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4598 S:      Maintained
4599 F:      Documentation/gpio/
4600 F:      drivers/gpio/
4601 F:      include/linux/gpio/
4602 F:      include/linux/gpio.h
4603 F:      include/asm-generic/gpio.h
4604
4605 GRE DEMULTIPLEXER DRIVER
4606 M:      Dmitry Kozlov <xeb@mail.ru>
4607 L:      netdev@vger.kernel.org
4608 S:      Maintained
4609 F:      net/ipv4/gre_demux.c
4610 F:      net/ipv4/gre_offload.c
4611 F:      include/net/gre.h
4612
4613 GRETH 10/100/1G Ethernet MAC device driver
4614 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4615 L:      netdev@vger.kernel.org
4616 S:      Maintained
4617 F:      drivers/net/ethernet/aeroflex/
4618
4619 GSPCA FINEPIX SUBDRIVER
4620 M:      Frank Zago <frank@zago.net>
4621 L:      linux-media@vger.kernel.org
4622 T:      git git://linuxtv.org/media_tree.git
4623 S:      Maintained
4624 F:      drivers/media/usb/gspca/finepix.c
4625
4626 GSPCA GL860 SUBDRIVER
4627 M:      Olivier Lorin <o.lorin@laposte.net>
4628 L:      linux-media@vger.kernel.org
4629 T:      git git://linuxtv.org/media_tree.git
4630 S:      Maintained
4631 F:      drivers/media/usb/gspca/gl860/
4632
4633 GSPCA M5602 SUBDRIVER
4634 M:      Erik Andren <erik.andren@gmail.com>
4635 L:      linux-media@vger.kernel.org
4636 T:      git git://linuxtv.org/media_tree.git
4637 S:      Maintained
4638 F:      drivers/media/usb/gspca/m5602/
4639
4640 GSPCA PAC207 SONIXB SUBDRIVER
4641 M:      Hans de Goede <hdegoede@redhat.com>
4642 L:      linux-media@vger.kernel.org
4643 T:      git git://linuxtv.org/media_tree.git
4644 S:      Maintained
4645 F:      drivers/media/usb/gspca/pac207.c
4646
4647 GSPCA SN9C20X SUBDRIVER
4648 M:      Brian Johnson <brijohn@gmail.com>
4649 L:      linux-media@vger.kernel.org
4650 T:      git git://linuxtv.org/media_tree.git
4651 S:      Maintained
4652 F:      drivers/media/usb/gspca/sn9c20x.c
4653
4654 GSPCA T613 SUBDRIVER
4655 M:      Leandro Costantino <lcostantino@gmail.com>
4656 L:      linux-media@vger.kernel.org
4657 T:      git git://linuxtv.org/media_tree.git
4658 S:      Maintained
4659 F:      drivers/media/usb/gspca/t613.c
4660
4661 GSPCA USB WEBCAM DRIVER
4662 M:      Hans de Goede <hdegoede@redhat.com>
4663 L:      linux-media@vger.kernel.org
4664 T:      git git://linuxtv.org/media_tree.git
4665 S:      Maintained
4666 F:      drivers/media/usb/gspca/
4667
4668 GUID PARTITION TABLE (GPT)
4669 M:      Davidlohr Bueso <dave@stgolabs.net>
4670 L:      linux-efi@vger.kernel.org
4671 S:      Maintained
4672 F:      block/partitions/efi.*
4673
4674 STK1160 USB VIDEO CAPTURE DRIVER
4675 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4676 L:      linux-media@vger.kernel.org
4677 T:      git git://linuxtv.org/media_tree.git
4678 S:      Maintained
4679 F:      drivers/media/usb/stk1160/
4680
4681 H8/300 ARCHITECTURE
4682 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4683 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4684 W:      http://uclinux-h8.sourceforge.jp
4685 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4686 S:      Maintained
4687 F:      arch/h8300/
4688 F:      drivers/clocksource/h8300_*.c
4689 F:      drivers/clk/h8300/
4690 F:      drivers/irqchip/irq-renesas-h8*.c
4691
4692 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4693 M:      Frank Seidel <frank@f-seidel.de>
4694 L:      platform-driver-x86@vger.kernel.org
4695 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4696 S:      Maintained
4697 F:      drivers/platform/x86/hdaps.c
4698
4699 HDPVR USB VIDEO ENCODER DRIVER
4700 M:      Hans Verkuil <hverkuil@xs4all.nl>
4701 L:      linux-media@vger.kernel.org
4702 T:      git git://linuxtv.org/media_tree.git
4703 W:      http://linuxtv.org
4704 S:      Odd Fixes
4705 F:      drivers/media/usb/hdpvr/
4706
4707 HWPOISON MEMORY FAILURE HANDLING
4708 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4709 L:      linux-mm@kvack.org
4710 S:      Maintained
4711 F:      mm/memory-failure.c
4712 F:      mm/hwpoison-inject.c
4713
4714 HYPERVISOR VIRTUAL CONSOLE DRIVER
4715 L:      linuxppc-dev@lists.ozlabs.org
4716 S:      Odd Fixes
4717 F:      drivers/tty/hvc/
4718
4719 HACKRF MEDIA DRIVER
4720 M:      Antti Palosaari <crope@iki.fi>
4721 L:      linux-media@vger.kernel.org
4722 W:      http://linuxtv.org/
4723 W:      http://palosaari.fi/linux/
4724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4725 T:      git git://linuxtv.org/anttip/media_tree.git
4726 S:      Maintained
4727 F:      drivers/media/usb/hackrf/
4728
4729 HARDWARE MONITORING
4730 M:      Jean Delvare <jdelvare@suse.com>
4731 M:      Guenter Roeck <linux@roeck-us.net>
4732 L:      lm-sensors@lm-sensors.org
4733 W:      http://www.lm-sensors.org/
4734 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4736 S:      Maintained
4737 F:      Documentation/hwmon/
4738 F:      drivers/hwmon/
4739 F:      include/linux/hwmon*.h
4740
4741 HARDWARE RANDOM NUMBER GENERATOR CORE
4742 M:      Matt Mackall <mpm@selenic.com>
4743 M:      Herbert Xu <herbert@gondor.apana.org.au>
4744 L:      linux-crypto@vger.kernel.org
4745 S:      Odd fixes
4746 F:      Documentation/hw_random.txt
4747 F:      drivers/char/hw_random/
4748 F:      include/linux/hw_random.h
4749
4750 HARDWARE SPINLOCK CORE
4751 M:      Ohad Ben-Cohen <ohad@wizery.com>
4752 S:      Maintained
4753 F:      Documentation/hwspinlock.txt
4754 F:      drivers/hwspinlock/hwspinlock_*
4755 F:      include/linux/hwspinlock.h
4756
4757 HARMONY SOUND DRIVER
4758 L:      linux-parisc@vger.kernel.org
4759 S:      Maintained
4760 F:      sound/parisc/harmony.*
4761
4762 HD29L2 MEDIA DRIVER
4763 M:      Antti Palosaari <crope@iki.fi>
4764 L:      linux-media@vger.kernel.org
4765 W:      http://linuxtv.org/
4766 W:      http://palosaari.fi/linux/
4767 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4768 T:      git git://linuxtv.org/anttip/media_tree.git
4769 S:      Maintained
4770 F:      drivers/media/dvb-frontends/hd29l2*
4771
4772 HEWLETT-PACKARD SMART2 RAID DRIVER
4773 L:      iss_storagedev@hp.com
4774 S:      Orphan
4775 F:      Documentation/blockdev/cpqarray.txt
4776 F:      drivers/block/cpqarray.*
4777
4778 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4779 M:      Don Brace <don.brace@pmcs.com>
4780 L:      iss_storagedev@hp.com
4781 L:      storagedev@pmcs.com
4782 L:      linux-scsi@vger.kernel.org
4783 S:      Supported
4784 F:      Documentation/scsi/hpsa.txt
4785 F:      drivers/scsi/hpsa*.[ch]
4786 F:      include/linux/cciss*.h
4787 F:      include/uapi/linux/cciss*.h
4788
4789 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4790 M:      Don Brace <don.brace@pmcs.com>
4791 L:      iss_storagedev@hp.com
4792 L:      storagedev@pmcs.com
4793 L:      linux-scsi@vger.kernel.org
4794 S:      Supported
4795 F:      Documentation/blockdev/cciss.txt
4796 F:      drivers/block/cciss*
4797 F:      include/linux/cciss_ioctl.h
4798 F:      include/uapi/linux/cciss_ioctl.h
4799
4800 HFS FILESYSTEM
4801 L:      linux-fsdevel@vger.kernel.org
4802 S:      Orphan
4803 F:      Documentation/filesystems/hfs.txt
4804 F:      fs/hfs/
4805
4806 HFSPLUS FILESYSTEM
4807 L:      linux-fsdevel@vger.kernel.org
4808 S:      Orphan
4809 F:      Documentation/filesystems/hfsplus.txt
4810 F:      fs/hfsplus/
4811
4812 HGA FRAMEBUFFER DRIVER
4813 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4814 L:      linux-nvidia@lists.surfsouth.com
4815 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4816 S:      Maintained
4817 F:      drivers/video/fbdev/hgafb.c
4818
4819 HIBERNATION (aka Software Suspend, aka swsusp)
4820 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4821 M:      Pavel Machek <pavel@ucw.cz>
4822 L:      linux-pm@vger.kernel.org
4823 S:      Supported
4824 F:      arch/x86/power/
4825 F:      drivers/base/power/
4826 F:      kernel/power/
4827 F:      include/linux/suspend.h
4828 F:      include/linux/freezer.h
4829 F:      include/linux/pm.h
4830 F:      arch/*/include/asm/suspend*.h
4831
4832 HID CORE LAYER
4833 M:      Jiri Kosina <jikos@kernel.org>
4834 L:      linux-input@vger.kernel.org
4835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4836 S:      Maintained
4837 F:      drivers/hid/
4838 F:      include/linux/hid*
4839 F:      include/uapi/linux/hid*
4840
4841 HID SENSOR HUB DRIVERS
4842 M:      Jiri Kosina <jikos@kernel.org>
4843 M:      Jonathan Cameron <jic23@kernel.org>
4844 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4845 L:      linux-input@vger.kernel.org
4846 L:      linux-iio@vger.kernel.org
4847 S:      Maintained
4848 F:      Documentation/hid/hid-sensor*
4849 F:      drivers/hid/hid-sensor-*
4850 F:      drivers/iio/*/hid-*
4851 F:      include/linux/hid-sensor-*
4852
4853 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4854 M:      Thomas Gleixner <tglx@linutronix.de>
4855 L:      linux-kernel@vger.kernel.org
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4857 S:      Maintained
4858 F:      Documentation/timers/
4859 F:      kernel/time/hrtimer.c
4860 F:      kernel/time/clockevents.c
4861 F:      kernel/time/tick*.*
4862 F:      kernel/time/timer_*.c
4863 F:      include/linux/clockchips.h
4864 F:      include/linux/hrtimer.h
4865
4866 HIGH-SPEED SCC DRIVER FOR AX.25
4867 L:      linux-hams@vger.kernel.org
4868 S:      Orphan
4869 F:      drivers/net/hamradio/dmascc.c
4870 F:      drivers/net/hamradio/scc.c
4871
4872 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4873 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4874 W:      http://www.highpoint-tech.com
4875 S:      Supported
4876 F:      Documentation/scsi/hptiop.txt
4877 F:      drivers/scsi/hptiop.c
4878
4879 HIPPI
4880 M:      Jes Sorensen <jes@trained-monkey.org>
4881 L:      linux-hippi@sunsite.dk
4882 S:      Maintained
4883 F:      include/linux/hippidevice.h
4884 F:      include/uapi/linux/if_hippi.h
4885 F:      net/802/hippi.c
4886 F:      drivers/net/hippi/
4887
4888 HOST AP DRIVER
4889 M:      Jouni Malinen <j@w1.fi>
4890 L:      hostap@shmoo.com (subscribers-only)
4891 L:      linux-wireless@vger.kernel.org
4892 W:      http://hostap.epitest.fi/
4893 S:      Maintained
4894 F:      drivers/net/wireless/hostap/
4895
4896 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4897 L:      platform-driver-x86@vger.kernel.org
4898 S:      Orphan
4899 F:      drivers/platform/x86/tc1100-wmi.c
4900
4901 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4902 M:      Jaroslav Kysela <perex@perex.cz>
4903 S:      Maintained
4904 F:      drivers/net/ethernet/hp/hp100.*
4905
4906 HPET:   High Precision Event Timers driver
4907 M:      Clemens Ladisch <clemens@ladisch.de>
4908 S:      Maintained
4909 F:      Documentation/timers/hpet.txt
4910 F:      drivers/char/hpet.c
4911 F:      include/linux/hpet.h
4912 F:      include/uapi/linux/hpet.h
4913
4914 HPET:   x86
4915 S:      Orphan
4916 F:      arch/x86/kernel/hpet.c
4917 F:      arch/x86/include/asm/hpet.h
4918
4919 HPFS FILESYSTEM
4920 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4921 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4922 S:      Maintained
4923 F:      fs/hpfs/
4924
4925 HSI SUBSYSTEM
4926 M:      Sebastian Reichel <sre@kernel.org>
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4928 S:      Maintained
4929 F:      Documentation/ABI/testing/sysfs-bus-hsi
4930 F:      Documentation/hsi.txt
4931 F:      drivers/hsi/
4932 F:      include/linux/hsi/
4933 F:      include/uapi/linux/hsi/
4934
4935 HSO 3G MODEM DRIVER
4936 M:      Jan Dumon <j.dumon@option.com>
4937 W:      http://www.pharscape.org
4938 S:      Maintained
4939 F:      drivers/net/usb/hso.c
4940
4941 HSR NETWORK PROTOCOL
4942 M:      Arvid Brodin <arvid.brodin@alten.se>
4943 L:      netdev@vger.kernel.org
4944 S:      Maintained
4945 F:      net/hsr/
4946
4947 HTCPEN TOUCHSCREEN DRIVER
4948 M:      Pau Oliva Fora <pof@eslack.org>
4949 L:      linux-input@vger.kernel.org
4950 S:      Maintained
4951 F:      drivers/input/touchscreen/htcpen.c
4952
4953 HUGETLB FILESYSTEM
4954 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4955 S:      Maintained
4956 F:      fs/hugetlbfs/
4957
4958 Hyper-V CORE AND DRIVERS
4959 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4960 M:      Haiyang Zhang <haiyangz@microsoft.com>
4961 L:      devel@linuxdriverproject.org
4962 S:      Maintained
4963 F:      arch/x86/include/asm/mshyperv.h
4964 F:      arch/x86/include/uapi/asm/hyperv.h
4965 F:      arch/x86/kernel/cpu/mshyperv.c
4966 F:      drivers/hid/hid-hyperv.c
4967 F:      drivers/hv/
4968 F:      drivers/input/serio/hyperv-keyboard.c
4969 F:      drivers/net/hyperv/
4970 F:      drivers/scsi/storvsc_drv.c
4971 F:      drivers/video/fbdev/hyperv_fb.c
4972 F:      include/linux/hyperv.h
4973 F:      tools/hv/
4974 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4975
4976 I2C OVER PARALLEL PORT
4977 M:      Jean Delvare <jdelvare@suse.com>
4978 L:      linux-i2c@vger.kernel.org
4979 S:      Maintained
4980 F:      Documentation/i2c/busses/i2c-parport
4981 F:      Documentation/i2c/busses/i2c-parport-light
4982 F:      drivers/i2c/busses/i2c-parport.c
4983 F:      drivers/i2c/busses/i2c-parport-light.c
4984
4985 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4986 M:      Jean Delvare <jdelvare@suse.com>
4987 L:      linux-i2c@vger.kernel.org
4988 S:      Maintained
4989 F:      Documentation/i2c/busses/i2c-ali1535
4990 F:      Documentation/i2c/busses/i2c-ali1563
4991 F:      Documentation/i2c/busses/i2c-ali15x3
4992 F:      Documentation/i2c/busses/i2c-amd756
4993 F:      Documentation/i2c/busses/i2c-amd8111
4994 F:      Documentation/i2c/busses/i2c-i801
4995 F:      Documentation/i2c/busses/i2c-nforce2
4996 F:      Documentation/i2c/busses/i2c-piix4
4997 F:      Documentation/i2c/busses/i2c-sis5595
4998 F:      Documentation/i2c/busses/i2c-sis630
4999 F:      Documentation/i2c/busses/i2c-sis96x
5000 F:      Documentation/i2c/busses/i2c-via
5001 F:      Documentation/i2c/busses/i2c-viapro
5002 F:      drivers/i2c/busses/i2c-ali1535.c
5003 F:      drivers/i2c/busses/i2c-ali1563.c
5004 F:      drivers/i2c/busses/i2c-ali15x3.c
5005 F:      drivers/i2c/busses/i2c-amd756.c
5006 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5007 F:      drivers/i2c/busses/i2c-amd8111.c
5008 F:      drivers/i2c/busses/i2c-i801.c
5009 F:      drivers/i2c/busses/i2c-isch.c
5010 F:      drivers/i2c/busses/i2c-nforce2.c
5011 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5012 F:      drivers/i2c/busses/i2c-piix4.c
5013 F:      drivers/i2c/busses/i2c-sis5595.c
5014 F:      drivers/i2c/busses/i2c-sis630.c
5015 F:      drivers/i2c/busses/i2c-sis96x.c
5016 F:      drivers/i2c/busses/i2c-via.c
5017 F:      drivers/i2c/busses/i2c-viapro.c
5018
5019 I2C/SMBUS ISMT DRIVER
5020 M:      Seth Heasley <seth.heasley@intel.com>
5021 M:      Neil Horman <nhorman@tuxdriver.com>
5022 L:      linux-i2c@vger.kernel.org
5023 F:      drivers/i2c/busses/i2c-ismt.c
5024 F:      Documentation/i2c/busses/i2c-ismt
5025
5026 I2C/SMBUS STUB DRIVER
5027 M:      Jean Delvare <jdelvare@suse.com>
5028 L:      linux-i2c@vger.kernel.org
5029 S:      Maintained
5030 F:      drivers/i2c/i2c-stub.c
5031
5032 I2C SUBSYSTEM
5033 M:      Wolfram Sang <wsa@the-dreams.de>
5034 L:      linux-i2c@vger.kernel.org
5035 W:      https://i2c.wiki.kernel.org/
5036 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5038 S:      Maintained
5039 F:      Documentation/devicetree/bindings/i2c/
5040 F:      Documentation/i2c/
5041 F:      drivers/i2c/
5042 F:      include/linux/i2c.h
5043 F:      include/linux/i2c-*.h
5044 F:      include/uapi/linux/i2c.h
5045 F:      include/uapi/linux/i2c-*.h
5046
5047 I2C ACPI SUPPORT
5048 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5049 L:      linux-i2c@vger.kernel.org
5050 L:      linux-acpi@vger.kernel.org
5051 S:      Maintained
5052
5053 I2C-TAOS-EVM DRIVER
5054 M:      Jean Delvare <jdelvare@suse.com>
5055 L:      linux-i2c@vger.kernel.org
5056 S:      Maintained
5057 F:      Documentation/i2c/busses/i2c-taos-evm
5058 F:      drivers/i2c/busses/i2c-taos-evm.c
5059
5060 I2C-TINY-USB DRIVER
5061 M:      Till Harbaum <till@harbaum.org>
5062 L:      linux-i2c@vger.kernel.org
5063 W:      http://www.harbaum.org/till/i2c_tiny_usb
5064 S:      Maintained
5065 F:      drivers/i2c/busses/i2c-tiny-usb.c
5066
5067 i386 BOOT CODE
5068 M:      "H. Peter Anvin" <hpa@zytor.com>
5069 S:      Maintained
5070 F:      arch/x86/boot/
5071
5072 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5073 M:      "H. Peter Anvin" <hpa@zytor.com>
5074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5075 S:      Maintained
5076
5077 IA64 (Itanium) PLATFORM
5078 M:      Tony Luck <tony.luck@intel.com>
5079 M:      Fenghua Yu <fenghua.yu@intel.com>
5080 L:      linux-ia64@vger.kernel.org
5081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5082 S:      Maintained
5083 F:      arch/ia64/
5084
5085 IBM Power VMX Cryptographic instructions
5086 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5087 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5088 L:      linux-crypto@vger.kernel.org
5089 S:      Supported
5090 F:      drivers/crypto/vmx/Makefile
5091 F:      drivers/crypto/vmx/Kconfig
5092 F:      drivers/crypto/vmx/vmx.c
5093 F:      drivers/crypto/vmx/aes*
5094 F:      drivers/crypto/vmx/ghash*
5095 F:      drivers/crypto/vmx/ppc-xlate.pl
5096
5097 IBM Power in-Nest Crypto Acceleration
5098 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5099 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5100 L:      linux-crypto@vger.kernel.org
5101 S:      Supported
5102 F:      drivers/crypto/nx/Makefile
5103 F:      drivers/crypto/nx/Kconfig
5104 F:      drivers/crypto/nx/nx-aes*
5105 F:      drivers/crypto/nx/nx-sha*
5106 F:      drivers/crypto/nx/nx.*
5107 F:      drivers/crypto/nx/nx_csbcpb.h
5108 F:      drivers/crypto/nx/nx_debugfs.h
5109
5110 IBM Power 842 compression accelerator
5111 M:      Dan Streetman <ddstreet@ieee.org>
5112 S:      Supported
5113 F:      drivers/crypto/nx/Makefile
5114 F:      drivers/crypto/nx/Kconfig
5115 F:      drivers/crypto/nx/nx-842*
5116 F:      include/linux/sw842.h
5117 F:      crypto/842.c
5118 F:      lib/842/
5119
5120 IBM Power Linux RAID adapter
5121 M:      Brian King <brking@us.ibm.com>
5122 S:      Supported
5123 F:      drivers/scsi/ipr.*
5124
5125 IBM Power Virtual Ethernet Device Driver
5126 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5127 L:      netdev@vger.kernel.org
5128 S:      Supported
5129 F:      drivers/net/ethernet/ibm/ibmveth.*
5130
5131 IBM Power Virtual SCSI Device Drivers
5132 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5133 L:      linux-scsi@vger.kernel.org
5134 S:      Supported
5135 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5136 F:      drivers/scsi/ibmvscsi/viosrp.h
5137
5138 IBM Power Virtual FC Device Drivers
5139 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5140 L:      linux-scsi@vger.kernel.org
5141 S:      Supported
5142 F:      drivers/scsi/ibmvscsi/ibmvfc*
5143
5144 IBM ServeRAID RAID DRIVER
5145 S:      Orphan
5146 F:      drivers/scsi/ips.*
5147
5148 ICH LPC AND GPIO DRIVER
5149 M:      Peter Tyser <ptyser@xes-inc.com>
5150 S:      Maintained
5151 F:      drivers/mfd/lpc_ich.c
5152 F:      drivers/gpio/gpio-ich.c
5153
5154 IDE SUBSYSTEM
5155 M:      "David S. Miller" <davem@davemloft.net>
5156 L:      linux-ide@vger.kernel.org
5157 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5159 S:      Maintained
5160 F:      Documentation/ide/
5161 F:      drivers/ide/
5162 F:      include/linux/ide.h
5163
5164 IDEAPAD LAPTOP EXTRAS DRIVER
5165 M:      Ike Panhc <ike.pan@canonical.com>
5166 L:      platform-driver-x86@vger.kernel.org
5167 W:      http://launchpad.net/ideapad-laptop
5168 S:      Maintained
5169 F:      drivers/platform/x86/ideapad-laptop.c
5170
5171 IDEAPAD LAPTOP SLIDEBAR DRIVER
5172 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5173 L:      linux-input@vger.kernel.org
5174 W:      https://github.com/o2genum/ideapad-slidebar
5175 S:      Maintained
5176 F:      drivers/input/misc/ideapad_slidebar.c
5177
5178 IDE/ATAPI DRIVERS
5179 M:      Borislav Petkov <bp@alien8.de>
5180 L:      linux-ide@vger.kernel.org
5181 S:      Maintained
5182 F:      Documentation/cdrom/ide-cd
5183 F:      drivers/ide/ide-cd*
5184
5185 IDLE-I7300
5186 M:      Andy Henroid <andrew.d.henroid@intel.com>
5187 L:      linux-pm@vger.kernel.org
5188 S:      Supported
5189 F:      drivers/idle/i7300_idle.c
5190
5191 IEEE 802.15.4 SUBSYSTEM
5192 M:      Alexander Aring <alex.aring@gmail.com>
5193 L:      linux-wpan@vger.kernel.org
5194 W:      https://github.com/linux-wpan
5195 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5196 S:      Maintained
5197 F:      net/ieee802154/
5198 F:      net/mac802154/
5199 F:      drivers/net/ieee802154/
5200 F:      include/linux/nl802154.h
5201 F:      include/linux/ieee802154.h
5202 F:      include/net/nl802154.h
5203 F:      include/net/mac802154.h
5204 F:      include/net/af_ieee802154.h
5205 F:      include/net/cfg802154.h
5206 F:      include/net/ieee802154_netdev.h
5207 F:      Documentation/networking/ieee802154.txt
5208
5209 IGORPLUG-USB IR RECEIVER
5210 M:      Sean Young <sean@mess.org>
5211 L:      linux-media@vger.kernel.org
5212 S:      Maintained
5213 F:      drivers/media/rc/igorplugusb.c
5214
5215 IGUANAWORKS USB IR TRANSCEIVER
5216 M:      Sean Young <sean@mess.org>
5217 L:      linux-media@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/media/rc/iguanair.c
5220
5221 IIO SUBSYSTEM AND DRIVERS
5222 M:      Jonathan Cameron <jic23@kernel.org>
5223 R:      Hartmut Knaack <knaack.h@gmx.de>
5224 R:      Lars-Peter Clausen <lars@metafoo.de>
5225 R:      Peter Meerwald <pmeerw@pmeerw.net>
5226 L:      linux-iio@vger.kernel.org
5227 S:      Maintained
5228 F:      drivers/iio/
5229 F:      drivers/staging/iio/
5230 F:      include/linux/iio/
5231 F:      tools/iio/
5232
5233 IKANOS/ADI EAGLE ADSL USB DRIVER
5234 M:      Matthieu Castet <castet.matthieu@free.fr>
5235 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5236 S:      Maintained
5237 F:      drivers/usb/atm/ueagle-atm.c
5238
5239 INA209 HARDWARE MONITOR DRIVER
5240 M:      Guenter Roeck <linux@roeck-us.net>
5241 L:      lm-sensors@lm-sensors.org
5242 S:      Maintained
5243 F:      Documentation/hwmon/ina209
5244 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5245 F:      drivers/hwmon/ina209.c
5246
5247 INA2XX HARDWARE MONITOR DRIVER
5248 M:      Guenter Roeck <linux@roeck-us.net>
5249 L:      lm-sensors@lm-sensors.org
5250 S:      Maintained
5251 F:      Documentation/hwmon/ina2xx
5252 F:      drivers/hwmon/ina2xx.c
5253 F:      include/linux/platform_data/ina2xx.h
5254
5255 INDUSTRY PACK SUBSYSTEM (IPACK)
5256 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5257 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5258 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5259 L:      industrypack-devel@lists.sourceforge.net
5260 W:      http://industrypack.sourceforge.net
5261 S:      Maintained
5262 F:      drivers/ipack/
5263
5264 INGENIC JZ4780 DMA Driver
5265 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5266 S:      Maintained
5267 F:      drivers/dma/dma-jz4780.c
5268
5269 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5270 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5271 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5272 L:      linux-ima-devel@lists.sourceforge.net
5273 L:      linux-ima-user@lists.sourceforge.net
5274 L:      linux-security-module@vger.kernel.org
5275 S:      Supported
5276 F:      security/integrity/ima/
5277
5278 IMGTEC IR DECODER DRIVER
5279 M:      James Hogan <james.hogan@imgtec.com>
5280 S:      Maintained
5281 F:      drivers/media/rc/img-ir/
5282
5283 IMS TWINTURBO FRAMEBUFFER DRIVER
5284 L:      linux-fbdev@vger.kernel.org
5285 S:      Orphan
5286 F:      drivers/video/fbdev/imsttfb.c
5287
5288 INFINIBAND SUBSYSTEM
5289 M:      Doug Ledford <dledford@redhat.com>
5290 M:      Sean Hefty <sean.hefty@intel.com>
5291 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5292 L:      linux-rdma@vger.kernel.org
5293 W:      http://www.openfabrics.org/
5294 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5296 S:      Supported
5297 F:      Documentation/infiniband/
5298 F:      drivers/infiniband/
5299 F:      include/uapi/linux/if_infiniband.h
5300 F:      include/uapi/rdma/
5301 F:      include/rdma/
5302
5303 INOTIFY
5304 M:      John McCutchan <john@johnmccutchan.com>
5305 M:      Robert Love <rlove@rlove.org>
5306 M:      Eric Paris <eparis@parisplace.org>
5307 S:      Maintained
5308 F:      Documentation/filesystems/inotify.txt
5309 F:      fs/notify/inotify/
5310 F:      include/linux/inotify.h
5311 F:      include/uapi/linux/inotify.h
5312
5313 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5314 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5315 L:      linux-input@vger.kernel.org
5316 Q:      http://patchwork.kernel.org/project/linux-input/list/
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5318 S:      Maintained
5319 F:      drivers/input/
5320 F:      include/linux/input.h
5321 F:      include/uapi/linux/input.h
5322 F:      include/linux/input/
5323
5324 INPUT MULTITOUCH (MT) PROTOCOL
5325 M:      Henrik Rydberg <rydberg@bitmath.org>
5326 L:      linux-input@vger.kernel.org
5327 S:      Odd fixes
5328 F:      Documentation/input/multi-touch-protocol.txt
5329 F:      drivers/input/input-mt.c
5330 K:      \b(ABS|SYN)_MT_
5331
5332 INTEL ASoC BDW/HSW DRIVERS
5333 M:      Jie Yang <yang.jie@linux.intel.com>
5334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5335 S:      Supported
5336 F:      sound/soc/intel/common/sst-dsp*
5337 F:      sound/soc/intel/common/sst-firmware.c
5338 F:      sound/soc/intel/boards/broadwell.c
5339 F:      sound/soc/intel/haswell/
5340
5341 INTEL C600 SERIES SAS CONTROLLER DRIVER
5342 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5343 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5344 L:      linux-scsi@vger.kernel.org
5345 T:      git git://git.code.sf.net/p/intel-sas/isci
5346 S:      Supported
5347 F:      drivers/scsi/isci/
5348
5349 INTEL IDLE DRIVER
5350 M:      Len Brown <lenb@kernel.org>
5351 L:      linux-pm@vger.kernel.org
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5353 S:      Supported
5354 F:      drivers/idle/intel_idle.c
5355
5356 INTEL PSTATE DRIVER
5357 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5358 L:      linux-pm@vger.kernel.org
5359 S:      Supported
5360 F:      drivers/cpufreq/intel_pstate.c
5361
5362 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5363 M:      Maik Broemme <mbroemme@plusserver.de>
5364 L:      linux-fbdev@vger.kernel.org
5365 S:      Maintained
5366 F:      Documentation/fb/intelfb.txt
5367 F:      drivers/video/fbdev/intelfb/
5368
5369 INTEL 810/815 FRAMEBUFFER DRIVER
5370 M:      Antonino Daplas <adaplas@gmail.com>
5371 L:      linux-fbdev@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/video/fbdev/i810/
5374
5375 INTEL MENLOW THERMAL DRIVER
5376 M:      Sujith Thomas <sujith.thomas@intel.com>
5377 L:      platform-driver-x86@vger.kernel.org
5378 W:      https://01.org/linux-acpi
5379 S:      Supported
5380 F:      drivers/platform/x86/intel_menlow.c
5381
5382 INTEL IA32 MICROCODE UPDATE SUPPORT
5383 M:      Borislav Petkov <bp@alien8.de>
5384 S:      Maintained
5385 F:      arch/x86/kernel/cpu/microcode/core*
5386 F:      arch/x86/kernel/cpu/microcode/intel*
5387
5388 INTEL I/OAT DMA DRIVER
5389 M:      Dave Jiang <dave.jiang@intel.com>
5390 R:      Dan Williams <dan.j.williams@intel.com>
5391 L:      dmaengine@vger.kernel.org
5392 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5393 S:      Supported
5394 F:      drivers/dma/ioat*
5395
5396 INTEL IOMMU (VT-d)
5397 M:      David Woodhouse <dwmw2@infradead.org>
5398 L:      iommu@lists.linux-foundation.org
5399 T:      git git://git.infradead.org/iommu-2.6.git
5400 S:      Supported
5401 F:      drivers/iommu/intel-iommu.c
5402 F:      include/linux/intel-iommu.h
5403
5404 INTEL IOP-ADMA DMA DRIVER
5405 R:      Dan Williams <dan.j.williams@intel.com>
5406 S:      Odd fixes
5407 F:      drivers/dma/iop-adma.c
5408
5409 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5410 M:      Krzysztof Halasa <khalasa@piap.pl>
5411 S:      Maintained
5412 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5413 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5414 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5415 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5416 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5417 F:      drivers/net/wan/ixp4xx_hss.c
5418
5419 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5420 M:      Deepak Saxena <dsaxena@plexity.net>
5421 S:      Maintained
5422 F:      drivers/char/hw_random/ixp4xx-rng.c
5423
5424 INTEL ETHERNET DRIVERS
5425 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5426 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5427 R:      Shannon Nelson <shannon.nelson@intel.com>
5428 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5429 R:      Don Skidmore <donald.c.skidmore@intel.com>
5430 R:      Matthew Vick <matthew.vick@intel.com>
5431 R:      John Ronciak <john.ronciak@intel.com>
5432 R:      Mitch Williams <mitch.a.williams@intel.com>
5433 L:      intel-wired-lan@lists.osuosl.org
5434 W:      http://www.intel.com/support/feedback.htm
5435 W:      http://e1000.sourceforge.net/
5436 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5439 S:      Supported
5440 F:      Documentation/networking/e100.txt
5441 F:      Documentation/networking/e1000.txt
5442 F:      Documentation/networking/e1000e.txt
5443 F:      Documentation/networking/igb.txt
5444 F:      Documentation/networking/igbvf.txt
5445 F:      Documentation/networking/ixgb.txt
5446 F:      Documentation/networking/ixgbe.txt
5447 F:      Documentation/networking/ixgbevf.txt
5448 F:      Documentation/networking/i40e.txt
5449 F:      Documentation/networking/i40evf.txt
5450 F:      drivers/net/ethernet/intel/
5451 F:      drivers/net/ethernet/intel/*/
5452
5453 INTEL-MID GPIO DRIVER
5454 M:      David Cohen <david.a.cohen@linux.intel.com>
5455 L:      linux-gpio@vger.kernel.org
5456 S:      Maintained
5457 F:      drivers/gpio/gpio-intel-mid.c
5458
5459 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5460 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5461 L:      linux-wireless@vger.kernel.org
5462 S:      Maintained
5463 F:      Documentation/networking/README.ipw2100
5464 F:      Documentation/networking/README.ipw2200
5465 F:      drivers/net/wireless/ipw2x00/
5466
5467 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5468 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5469 M:      Gang Wei <gang.wei@intel.com>
5470 M:      Shane Wang <shane.wang@intel.com>
5471 L:      tboot-devel@lists.sourceforge.net
5472 W:      http://tboot.sourceforge.net
5473 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5474 S:      Supported
5475 F:      Documentation/intel_txt.txt
5476 F:      include/linux/tboot.h
5477 F:      arch/x86/kernel/tboot.c
5478
5479 INTEL WIRELESS WIMAX CONNECTION 2400
5480 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5481 M:      linux-wimax@intel.com
5482 L:      wimax@linuxwimax.org (subscribers-only)
5483 S:      Supported
5484 W:      http://linuxwimax.org
5485 F:      Documentation/wimax/README.i2400m
5486 F:      drivers/net/wimax/i2400m/
5487 F:      include/uapi/linux/wimax/i2400m.h
5488
5489 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5490 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5491 L:      linux-wireless@vger.kernel.org
5492 S:      Supported
5493 F:      drivers/net/wireless/iwlegacy/
5494
5495 INTEL WIRELESS WIFI LINK (iwlwifi)
5496 M:      Johannes Berg <johannes.berg@intel.com>
5497 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5498 M:      Intel Linux Wireless <ilw@linux.intel.com>
5499 L:      linux-wireless@vger.kernel.org
5500 W:      http://intellinuxwireless.org
5501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5502 S:      Supported
5503 F:      drivers/net/wireless/iwlwifi/
5504
5505 INTEL MANAGEMENT ENGINE (mei)
5506 M:      Tomas Winkler <tomas.winkler@intel.com>
5507 L:      linux-kernel@vger.kernel.org
5508 S:      Supported
5509 F:      include/uapi/linux/mei.h
5510 F:      include/linux/mei_cl_bus.h
5511 F:      drivers/misc/mei/*
5512 F:      Documentation/misc-devices/mei/*
5513
5514 INTEL PMC IPC DRIVER
5515 M:      Zha Qipeng<qipeng.zha@intel.com>
5516 L:      platform-driver-x86@vger.kernel.org
5517 S:      Maintained
5518 F:      drivers/platform/x86/intel_pmc_ipc.c
5519 F:      arch/x86/include/asm/intel_pmc_ipc.h
5520
5521 IOC3 ETHERNET DRIVER
5522 M:      Ralf Baechle <ralf@linux-mips.org>
5523 L:      linux-mips@linux-mips.org
5524 S:      Maintained
5525 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5526
5527 IOC3 SERIAL DRIVER
5528 M:      Pat Gefre <pfg@sgi.com>
5529 L:      linux-serial@vger.kernel.org
5530 S:      Maintained
5531 F:      drivers/tty/serial/ioc3_serial.c
5532
5533 IOMMU DRIVERS
5534 M:      Joerg Roedel <joro@8bytes.org>
5535 L:      iommu@lists.linux-foundation.org
5536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5537 S:      Maintained
5538 F:      drivers/iommu/
5539
5540 IP MASQUERADING
5541 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5542 S:      Maintained
5543 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5544
5545 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5546 M:      Francois Romieu <romieu@fr.zoreil.com>
5547 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5548 L:      netdev@vger.kernel.org
5549 S:      Maintained
5550 F:      drivers/net/ethernet/icplus/ipg.*
5551
5552 IPATH DRIVER
5553 M:      Mike Marciniszyn <infinipath@intel.com>
5554 L:      linux-rdma@vger.kernel.org
5555 S:      Maintained
5556 F:      drivers/infiniband/hw/ipath/
5557
5558 IPMI SUBSYSTEM
5559 M:      Corey Minyard <minyard@acm.org>
5560 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5561 W:      http://openipmi.sourceforge.net/
5562 S:      Supported
5563 F:      Documentation/IPMI.txt
5564 F:      drivers/char/ipmi/
5565 F:      include/linux/ipmi*
5566 F:      include/uapi/linux/ipmi*
5567
5568 QCOM AUDIO (ASoC) DRIVERS
5569 M:      Patrick Lai <plai@codeaurora.org>
5570 M:      Banajit Goswami <bgoswami@codeaurora.org>
5571 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5572 S:      Supported
5573 F:      sound/soc/qcom/
5574
5575 IPS SCSI RAID DRIVER
5576 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5577 L:      linux-scsi@vger.kernel.org
5578 W:      http://www.adaptec.com/
5579 S:      Maintained
5580 F:      drivers/scsi/ips*
5581
5582 IPVS
5583 M:      Wensong Zhang <wensong@linux-vs.org>
5584 M:      Simon Horman <horms@verge.net.au>
5585 M:      Julian Anastasov <ja@ssi.bg>
5586 L:      netdev@vger.kernel.org
5587 L:      lvs-devel@vger.kernel.org
5588 S:      Maintained
5589 F:      Documentation/networking/ipvs-sysctl.txt
5590 F:      include/net/ip_vs.h
5591 F:      include/uapi/linux/ip_vs.h
5592 F:      net/netfilter/ipvs/
5593
5594 IPWIRELESS DRIVER
5595 M:      Jiri Kosina <jikos@kernel.org>
5596 M:      David Sterba <dsterba@suse.com>
5597 S:      Odd Fixes
5598 F:      drivers/tty/ipwireless/
5599
5600 IPX NETWORK LAYER
5601 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5602 L:      netdev@vger.kernel.org
5603 S:      Maintained
5604 F:      include/net/ipx.h
5605 F:      include/uapi/linux/ipx.h
5606 F:      net/ipx/
5607
5608 IRDA SUBSYSTEM
5609 M:      Samuel Ortiz <samuel@sortiz.org>
5610 L:      irda-users@lists.sourceforge.net (subscribers-only)
5611 L:      netdev@vger.kernel.org
5612 W:      http://irda.sourceforge.net/
5613 S:      Maintained
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5615 F:      Documentation/networking/irda.txt
5616 F:      drivers/net/irda/
5617 F:      include/net/irda/
5618 F:      net/irda/
5619
5620 IRQ SUBSYSTEM
5621 M:      Thomas Gleixner <tglx@linutronix.de>
5622 L:      linux-kernel@vger.kernel.org
5623 S:      Maintained
5624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5625 F:      kernel/irq/
5626
5627 IRQCHIP DRIVERS
5628 M:      Thomas Gleixner <tglx@linutronix.de>
5629 M:      Jason Cooper <jason@lakedaemon.net>
5630 M:      Marc Zyngier <marc.zyngier@arm.com>
5631 L:      linux-kernel@vger.kernel.org
5632 S:      Maintained
5633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5634 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5635 F:      Documentation/devicetree/bindings/interrupt-controller/
5636 F:      drivers/irqchip/
5637
5638 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5639 M:      Jiang Liu <jiang.liu@linux.intel.com>
5640 M:      Marc Zyngier <marc.zyngier@arm.com>
5641 S:      Maintained
5642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5643 F:      Documentation/IRQ-domain.txt
5644 F:      include/linux/irqdomain.h
5645 F:      kernel/irq/irqdomain.c
5646 F:      kernel/irq/msi.c
5647
5648 ISAPNP
5649 M:      Jaroslav Kysela <perex@perex.cz>
5650 S:      Maintained
5651 F:      Documentation/isapnp.txt
5652 F:      drivers/pnp/isapnp/
5653 F:      include/linux/isapnp.h
5654
5655 ISA RADIO MODULE
5656 M:      Hans Verkuil <hverkuil@xs4all.nl>
5657 L:      linux-media@vger.kernel.org
5658 T:      git git://linuxtv.org/media_tree.git
5659 W:      http://linuxtv.org
5660 S:      Maintained
5661 F:      drivers/media/radio/radio-isa*
5662
5663 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5664 M:      Peter Jones <pjones@redhat.com>
5665 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5666 S:      Maintained
5667 F:      drivers/firmware/iscsi_ibft*
5668
5669 ISCSI
5670 M:      Mike Christie <michaelc@cs.wisc.edu>
5671 L:      open-iscsi@googlegroups.com
5672 W:      www.open-iscsi.org
5673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5674 S:      Maintained
5675 F:      drivers/scsi/*iscsi*
5676 F:      include/scsi/*iscsi*
5677
5678 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5679 M:      Or Gerlitz <ogerlitz@mellanox.com>
5680 M:      Sagi Grimberg <sagig@mellanox.com>
5681 M:      Roi Dayan <roid@mellanox.com>
5682 L:      linux-rdma@vger.kernel.org
5683 S:      Supported
5684 W:      http://www.openfabrics.org
5685 W:      www.open-iscsi.org
5686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5687 F:      drivers/infiniband/ulp/iser/
5688
5689 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5690 M:      Sagi Grimberg <sagig@mellanox.com>
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5692 L:      linux-rdma@vger.kernel.org
5693 L:      target-devel@vger.kernel.org
5694 S:      Supported
5695 W:      http://www.linux-iscsi.org
5696 F:      drivers/infiniband/ulp/isert
5697
5698 ISDN SUBSYSTEM
5699 M:      Karsten Keil <isdn@linux-pingi.de>
5700 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5701 L:      netdev@vger.kernel.org
5702 W:      http://www.isdn4linux.de
5703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5704 S:      Maintained
5705 F:      Documentation/isdn/
5706 F:      drivers/isdn/
5707 F:      include/linux/isdn.h
5708 F:      include/linux/isdn/
5709 F:      include/uapi/linux/isdn.h
5710 F:      include/uapi/linux/isdn/
5711
5712 ISDN SUBSYSTEM (Eicon active card driver)
5713 M:      Armin Schindler <mac@melware.de>
5714 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5715 W:      http://www.melware.de
5716 S:      Maintained
5717 F:      drivers/isdn/hardware/eicon/
5718
5719 IT87 HARDWARE MONITORING DRIVER
5720 M:      Jean Delvare <jdelvare@suse.com>
5721 L:      lm-sensors@lm-sensors.org
5722 S:      Maintained
5723 F:      Documentation/hwmon/it87
5724 F:      drivers/hwmon/it87.c
5725
5726 IT913X MEDIA DRIVER
5727 M:      Antti Palosaari <crope@iki.fi>
5728 L:      linux-media@vger.kernel.org
5729 W:      http://linuxtv.org/
5730 W:      http://palosaari.fi/linux/
5731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5732 T:      git git://linuxtv.org/anttip/media_tree.git
5733 S:      Maintained
5734 F:      drivers/media/tuners/it913x*
5735
5736 IVTV VIDEO4LINUX DRIVER
5737 M:      Andy Walls <awalls@md.metrocast.net>
5738 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5739 L:      linux-media@vger.kernel.org
5740 T:      git git://linuxtv.org/media_tree.git
5741 W:      http://www.ivtvdriver.org
5742 S:      Maintained
5743 F:      Documentation/video4linux/*.ivtv
5744 F:      drivers/media/pci/ivtv/
5745 F:      include/uapi/linux/ivtv*
5746
5747 IX2505V MEDIA DRIVER
5748 M:      Malcolm Priestley <tvboxspy@gmail.com>
5749 L:      linux-media@vger.kernel.org
5750 W:      http://linuxtv.org/
5751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5752 S:      Maintained
5753 F:      drivers/media/dvb-frontends/ix2505v*
5754
5755 JC42.4 TEMPERATURE SENSOR DRIVER
5756 M:      Guenter Roeck <linux@roeck-us.net>
5757 L:      lm-sensors@lm-sensors.org
5758 S:      Maintained
5759 F:      drivers/hwmon/jc42.c
5760 F:      Documentation/hwmon/jc42
5761
5762 JFS FILESYSTEM
5763 M:      Dave Kleikamp <shaggy@kernel.org>
5764 L:      jfs-discussion@lists.sourceforge.net
5765 W:      http://jfs.sourceforge.net/
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5767 S:      Maintained
5768 F:      Documentation/filesystems/jfs.txt
5769 F:      fs/jfs/
5770
5771 JME NETWORK DRIVER
5772 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5773 L:      netdev@vger.kernel.org
5774 S:      Maintained
5775 F:      drivers/net/ethernet/jme.*
5776
5777 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5778 M:      David Woodhouse <dwmw2@infradead.org>
5779 L:      linux-mtd@lists.infradead.org
5780 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5781 S:      Maintained
5782 F:      fs/jffs2/
5783 F:      include/uapi/linux/jffs2.h
5784
5785 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5786 M:      "Theodore Ts'o" <tytso@mit.edu>
5787 M:      Jan Kara <jack@suse.com>
5788 L:      linux-ext4@vger.kernel.org
5789 S:      Maintained
5790 F:      fs/jbd2/
5791 F:      include/linux/jbd2.h
5792
5793 JSM Neo PCI based serial card
5794 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5795 L:      linux-serial@vger.kernel.org
5796 S:      Maintained
5797 F:      drivers/tty/serial/jsm/
5798
5799 K10TEMP HARDWARE MONITORING DRIVER
5800 M:      Clemens Ladisch <clemens@ladisch.de>
5801 L:      lm-sensors@lm-sensors.org
5802 S:      Maintained
5803 F:      Documentation/hwmon/k10temp
5804 F:      drivers/hwmon/k10temp.c
5805
5806 K8TEMP HARDWARE MONITORING DRIVER
5807 M:      Rudolf Marek <r.marek@assembler.cz>
5808 L:      lm-sensors@lm-sensors.org
5809 S:      Maintained
5810 F:      Documentation/hwmon/k8temp
5811 F:      drivers/hwmon/k8temp.c
5812
5813 KCONFIG
5814 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5815 L:      linux-kbuild@vger.kernel.org
5816 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5817 S:      Maintained
5818 F:      Documentation/kbuild/kconfig-language.txt
5819 F:      scripts/kconfig/
5820
5821 KDUMP
5822 M:      Vivek Goyal <vgoyal@redhat.com>
5823 M:      Haren Myneni <hbabu@us.ibm.com>
5824 L:      kexec@lists.infradead.org
5825 W:      http://lse.sourceforge.net/kdump/
5826 S:      Maintained
5827 F:      Documentation/kdump/
5828
5829 KEENE FM RADIO TRANSMITTER DRIVER
5830 M:      Hans Verkuil <hverkuil@xs4all.nl>
5831 L:      linux-media@vger.kernel.org
5832 T:      git git://linuxtv.org/media_tree.git
5833 W:      http://linuxtv.org
5834 S:      Maintained
5835 F:      drivers/media/radio/radio-keene*
5836
5837 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5838 M:      Ian Kent <raven@themaw.net>
5839 L:      autofs@vger.kernel.org
5840 S:      Maintained
5841 F:      fs/autofs4/
5842
5843 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5844 M:      Michal Marek <mmarek@suse.com>
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5847 L:      linux-kbuild@vger.kernel.org
5848 S:      Maintained
5849 F:      Documentation/kbuild/
5850 F:      Makefile
5851 F:      scripts/Makefile.*
5852 F:      scripts/basic/
5853 F:      scripts/mk*
5854 F:      scripts/package/
5855
5856 KERNEL JANITORS
5857 L:      kernel-janitors@vger.kernel.org
5858 W:      http://kernelnewbies.org/KernelJanitors
5859 S:      Odd Fixes
5860
5861 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5862 M:      "J. Bruce Fields" <bfields@fieldses.org>
5863 M:      Jeff Layton <jlayton@poochiereds.net>
5864 L:      linux-nfs@vger.kernel.org
5865 W:      http://nfs.sourceforge.net/
5866 S:      Supported
5867 F:      fs/nfsd/
5868 F:      include/uapi/linux/nfsd/
5869 F:      fs/lockd/
5870 F:      fs/nfs_common/
5871 F:      net/sunrpc/
5872 F:      include/linux/lockd/
5873 F:      include/linux/sunrpc/
5874 F:      include/uapi/linux/sunrpc/
5875
5876 KERNEL SELFTEST FRAMEWORK
5877 M:      Shuah Khan <shuahkh@osg.samsung.com>
5878 L:      linux-api@vger.kernel.org
5879 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5880 S:      Maintained
5881 F:      tools/testing/selftests
5882
5883 KERNEL VIRTUAL MACHINE (KVM)
5884 M:      Gleb Natapov <gleb@kernel.org>
5885 M:      Paolo Bonzini <pbonzini@redhat.com>
5886 L:      kvm@vger.kernel.org
5887 W:      http://www.linux-kvm.org
5888 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5889 S:      Supported
5890 F:      Documentation/*/kvm*.txt
5891 F:      Documentation/virtual/kvm/
5892 F:      arch/*/kvm/
5893 F:      arch/x86/kernel/kvm.c
5894 F:      arch/x86/kernel/kvmclock.c
5895 F:      arch/*/include/asm/kvm*
5896 F:      include/linux/kvm*
5897 F:      include/uapi/linux/kvm*
5898 F:      virt/kvm/
5899
5900 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5901 M:      Joerg Roedel <joro@8bytes.org>
5902 L:      kvm@vger.kernel.org
5903 W:      http://kvm.qumranet.com
5904 S:      Maintained
5905 F:      arch/x86/include/asm/svm.h
5906 F:      arch/x86/kvm/svm.c
5907
5908 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5909 M:      Alexander Graf <agraf@suse.com>
5910 L:      kvm-ppc@vger.kernel.org
5911 W:      http://kvm.qumranet.com
5912 T:      git git://github.com/agraf/linux-2.6.git
5913 S:      Supported
5914 F:      arch/powerpc/include/asm/kvm*
5915 F:      arch/powerpc/kvm/
5916
5917 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5918 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5919 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5920 L:      linux-s390@vger.kernel.org
5921 W:      http://www.ibm.com/developerworks/linux/linux390/
5922 S:      Supported
5923 F:      Documentation/s390/kvm.txt
5924 F:      arch/s390/include/asm/kvm*
5925 F:      arch/s390/kvm/
5926
5927 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5928 M:      Christoffer Dall <christoffer.dall@linaro.org>
5929 M:      Marc Zyngier <marc.zyngier@arm.com>
5930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5931 L:      kvmarm@lists.cs.columbia.edu
5932 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5933 S:      Supported
5934 F:      arch/arm/include/uapi/asm/kvm*
5935 F:      arch/arm/include/asm/kvm*
5936 F:      arch/arm/kvm/
5937 F:      virt/kvm/arm/
5938 F:      include/kvm/arm_*
5939
5940 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5941 M:      Christoffer Dall <christoffer.dall@linaro.org>
5942 M:      Marc Zyngier <marc.zyngier@arm.com>
5943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5944 L:      kvmarm@lists.cs.columbia.edu
5945 S:      Maintained
5946 F:      arch/arm64/include/uapi/asm/kvm*
5947 F:      arch/arm64/include/asm/kvm*
5948 F:      arch/arm64/kvm/
5949
5950 KEXEC
5951 M:      Eric Biederman <ebiederm@xmission.com>
5952 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5953 L:      kexec@lists.infradead.org
5954 S:      Maintained
5955 F:      include/linux/kexec.h
5956 F:      include/uapi/linux/kexec.h
5957 F:      kernel/kexec.c
5958
5959 KEYS/KEYRINGS:
5960 M:      David Howells <dhowells@redhat.com>
5961 L:      keyrings@linux-nfs.org
5962 S:      Maintained
5963 F:      Documentation/security/keys.txt
5964 F:      include/linux/key.h
5965 F:      include/linux/key-type.h
5966 F:      include/keys/
5967 F:      security/keys/
5968
5969 KEYS-TRUSTED
5970 M:      David Safford <safford@us.ibm.com>
5971 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5972 L:      linux-security-module@vger.kernel.org
5973 L:      keyrings@linux-nfs.org
5974 S:      Supported
5975 F:      Documentation/security/keys-trusted-encrypted.txt
5976 F:      include/keys/trusted-type.h
5977 F:      security/keys/trusted.c
5978 F:      security/keys/trusted.h
5979
5980 KEYS-ENCRYPTED
5981 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5982 M:      David Safford <safford@us.ibm.com>
5983 L:      linux-security-module@vger.kernel.org
5984 L:      keyrings@linux-nfs.org
5985 S:      Supported
5986 F:      Documentation/security/keys-trusted-encrypted.txt
5987 F:      include/keys/encrypted-type.h
5988 F:      security/keys/encrypted-keys/
5989
5990 KGDB / KDB /debug_core
5991 M:      Jason Wessel <jason.wessel@windriver.com>
5992 W:      http://kgdb.wiki.kernel.org/
5993 L:      kgdb-bugreport@lists.sourceforge.net
5994 S:      Maintained
5995 F:      Documentation/DocBook/kgdb.tmpl
5996 F:      drivers/misc/kgdbts.c
5997 F:      drivers/tty/serial/kgdboc.c
5998 F:      include/linux/kdb.h
5999 F:      include/linux/kgdb.h
6000 F:      kernel/debug/
6001
6002 KMEMCHECK
6003 M:      Vegard Nossum <vegardno@ifi.uio.no>
6004 M:      Pekka Enberg <penberg@kernel.org>
6005 S:      Maintained
6006 F:      Documentation/kmemcheck.txt
6007 F:      arch/x86/include/asm/kmemcheck.h
6008 F:      arch/x86/mm/kmemcheck/
6009 F:      include/linux/kmemcheck.h
6010 F:      mm/kmemcheck.c
6011
6012 KMEMLEAK
6013 M:      Catalin Marinas <catalin.marinas@arm.com>
6014 S:      Maintained
6015 F:      Documentation/kmemleak.txt
6016 F:      include/linux/kmemleak.h
6017 F:      mm/kmemleak.c
6018 F:      mm/kmemleak-test.c
6019
6020 KPROBES
6021 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6022 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6023 M:      "David S. Miller" <davem@davemloft.net>
6024 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6025 S:      Maintained
6026 F:      Documentation/kprobes.txt
6027 F:      include/linux/kprobes.h
6028 F:      kernel/kprobes.c
6029
6030 KS0108 LCD CONTROLLER DRIVER
6031 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6032 W:      http://miguelojeda.es/auxdisplay.htm
6033 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6034 S:      Maintained
6035 F:      Documentation/auxdisplay/ks0108
6036 F:      drivers/auxdisplay/ks0108.c
6037 F:      include/linux/ks0108.h
6038
6039 LAPB module
6040 L:      linux-x25@vger.kernel.org
6041 S:      Orphan
6042 F:      Documentation/networking/lapb-module.txt
6043 F:      include/*/lapb.h
6044 F:      net/lapb/
6045
6046 LASI 53c700 driver for PARISC
6047 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6048 L:      linux-scsi@vger.kernel.org
6049 S:      Maintained
6050 F:      Documentation/scsi/53c700.txt
6051 F:      drivers/scsi/53c700*
6052
6053 LED SUBSYSTEM
6054 M:      Richard Purdie <rpurdie@rpsys.net>
6055 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6056 L:      linux-leds@vger.kernel.org
6057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6058 S:      Maintained
6059 F:      drivers/leds/
6060 F:      include/linux/leds.h
6061
6062 LEGACY EEPROM DRIVER
6063 M:      Jean Delvare <jdelvare@suse.com>
6064 S:      Maintained
6065 F:      Documentation/misc-devices/eeprom
6066 F:      drivers/misc/eeprom/eeprom.c
6067
6068 LEGO USB Tower driver
6069 M:      Juergen Stuber <starblue@users.sourceforge.net>
6070 L:      legousb-devel@lists.sourceforge.net
6071 W:      http://legousb.sourceforge.net/
6072 S:      Maintained
6073 F:      drivers/usb/misc/legousbtower.c
6074
6075 LG2160 MEDIA DRIVER
6076 M:      Michael Krufky <mkrufky@linuxtv.org>
6077 L:      linux-media@vger.kernel.org
6078 W:      http://linuxtv.org/
6079 W:      http://github.com/mkrufky
6080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6081 T:      git git://linuxtv.org/mkrufky/tuners.git
6082 S:      Maintained
6083 F:      drivers/media/dvb-frontends/lg2160.*
6084
6085 LGDT3305 MEDIA DRIVER
6086 M:      Michael Krufky <mkrufky@linuxtv.org>
6087 L:      linux-media@vger.kernel.org
6088 W:      http://linuxtv.org/
6089 W:      http://github.com/mkrufky
6090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6091 T:      git git://linuxtv.org/mkrufky/tuners.git
6092 S:      Maintained
6093 F:      drivers/media/dvb-frontends/lgdt3305.*
6094
6095 LGUEST
6096 M:      Rusty Russell <rusty@rustcorp.com.au>
6097 L:      lguest@lists.ozlabs.org
6098 W:      http://lguest.ozlabs.org/
6099 S:      Odd Fixes
6100 F:      arch/x86/include/asm/lguest*.h
6101 F:      arch/x86/lguest/
6102 F:      drivers/lguest/
6103 F:      include/linux/lguest*.h
6104 F:      tools/lguest/
6105
6106 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6107 M:      Tejun Heo <tj@kernel.org>
6108 L:      linux-ide@vger.kernel.org
6109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6110 S:      Maintained
6111 F:      drivers/ata/
6112 F:      include/linux/ata.h
6113 F:      include/linux/libata.h
6114
6115 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6116 M:      Viresh Kumar <vireshk@kernel.org>
6117 L:      linux-ide@vger.kernel.org
6118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6119 S:      Maintained
6120 F:      include/linux/pata_arasan_cf_data.h
6121 F:      drivers/ata/pata_arasan_cf.c
6122
6123 LIBATA PATA DRIVERS
6124 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6125 M:      Tejun Heo <tj@kernel.org>
6126 L:      linux-ide@vger.kernel.org
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6128 S:      Maintained
6129 F:      drivers/ata/pata_*.c
6130 F:      drivers/ata/ata_generic.c
6131
6132 LIBATA SATA AHCI PLATFORM devices support
6133 M:      Hans de Goede <hdegoede@redhat.com>
6134 M:      Tejun Heo <tj@kernel.org>
6135 L:      linux-ide@vger.kernel.org
6136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6137 S:      Maintained
6138 F:      drivers/ata/ahci_platform.c
6139 F:      drivers/ata/libahci_platform.c
6140 F:      include/linux/ahci_platform.h
6141
6142 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6143 M:      Mikael Pettersson <mikpelinux@gmail.com>
6144 L:      linux-ide@vger.kernel.org
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6146 S:      Maintained
6147 F:      drivers/ata/sata_promise.*
6148
6149 LIBLOCKDEP
6150 M:      Sasha Levin <sasha.levin@oracle.com>
6151 S:      Maintained
6152 F:      tools/lib/lockdep/
6153
6154 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6155 M:      Dan Williams <dan.j.williams@intel.com>
6156 L:      linux-nvdimm@lists.01.org
6157 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6158 S:      Supported
6159 F:      drivers/nvdimm/*
6160 F:      include/linux/nd.h
6161 F:      include/linux/libnvdimm.h
6162 F:      include/uapi/linux/ndctl.h
6163
6164 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6165 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6166 L:      linux-nvdimm@lists.01.org
6167 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6168 S:      Supported
6169 F:      drivers/nvdimm/blk.c
6170 F:      drivers/nvdimm/region_devs.c
6171 F:      drivers/acpi/nfit*
6172
6173 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6174 M:      Vishal Verma <vishal.l.verma@intel.com>
6175 L:      linux-nvdimm@lists.01.org
6176 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6177 S:      Supported
6178 F:      drivers/nvdimm/btt*
6179
6180 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6181 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6182 L:      linux-nvdimm@lists.01.org
6183 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6184 S:      Supported
6185 F:      drivers/nvdimm/pmem.c
6186 F:      include/linux/pmem.h
6187
6188 LINUX FOR IBM pSERIES (RS/6000)
6189 M:      Paul Mackerras <paulus@au.ibm.com>
6190 W:      http://www.ibm.com/linux/ltc/projects/ppc
6191 S:      Supported
6192 F:      arch/powerpc/boot/rs6000.h
6193
6194 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6195 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6196 M:      Paul Mackerras <paulus@samba.org>
6197 M:      Michael Ellerman <mpe@ellerman.id.au>
6198 W:      http://www.penguinppc.org/
6199 L:      linuxppc-dev@lists.ozlabs.org
6200 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6202 S:      Supported
6203 F:      Documentation/powerpc/
6204 F:      arch/powerpc/
6205
6206 LINUX FOR POWER MACINTOSH
6207 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6208 W:      http://www.penguinppc.org/
6209 L:      linuxppc-dev@lists.ozlabs.org
6210 S:      Maintained
6211 F:      arch/powerpc/platforms/powermac/
6212 F:      drivers/macintosh/
6213
6214 LINUX FOR POWERPC EMBEDDED MPC5XXX
6215 M:      Anatolij Gustschin <agust@denx.de>
6216 L:      linuxppc-dev@lists.ozlabs.org
6217 T:      git git://git.denx.de/linux-denx-agust.git
6218 S:      Maintained
6219 F:      arch/powerpc/platforms/512x/
6220 F:      arch/powerpc/platforms/52xx/
6221
6222 LINUX FOR POWERPC EMBEDDED PPC4XX
6223 M:      Alistair Popple <alistair@popple.id.au>
6224 M:      Matt Porter <mporter@kernel.crashing.org>
6225 W:      http://www.penguinppc.org/
6226 L:      linuxppc-dev@lists.ozlabs.org
6227 S:      Maintained
6228 F:      arch/powerpc/platforms/40x/
6229 F:      arch/powerpc/platforms/44x/
6230
6231 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6232 L:      linuxppc-dev@lists.ozlabs.org
6233 S:      Orphan
6234 F:      arch/powerpc/*/*virtex*
6235 F:      arch/powerpc/*/*/*virtex*
6236
6237 LINUX FOR POWERPC EMBEDDED PPC8XX
6238 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6239 W:      http://www.penguinppc.org/
6240 L:      linuxppc-dev@lists.ozlabs.org
6241 S:      Maintained
6242 F:      arch/powerpc/platforms/8xx/
6243
6244 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6245 M:      Scott Wood <scottwood@freescale.com>
6246 M:      Kumar Gala <galak@kernel.crashing.org>
6247 W:      http://www.penguinppc.org/
6248 L:      linuxppc-dev@lists.ozlabs.org
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6250 S:      Maintained
6251 F:      arch/powerpc/platforms/83xx/
6252 F:      arch/powerpc/platforms/85xx/
6253
6254 LINUX FOR POWERPC PA SEMI PWRFICIENT
6255 M:      Olof Johansson <olof@lixom.net>
6256 L:      linuxppc-dev@lists.ozlabs.org
6257 S:      Maintained
6258 F:      arch/powerpc/platforms/pasemi/
6259 F:      drivers/*/*pasemi*
6260 F:      drivers/*/*/*pasemi*
6261
6262 LINUX SECURITY MODULE (LSM) FRAMEWORK
6263 M:      Chris Wright <chrisw@sous-sol.org>
6264 L:      linux-security-module@vger.kernel.org
6265 S:      Supported
6266
6267 LIS3LV02D ACCELEROMETER DRIVER
6268 M:      Eric Piel <eric.piel@tremplin-utc.net>
6269 S:      Maintained
6270 F:      Documentation/misc-devices/lis3lv02d
6271 F:      drivers/misc/lis3lv02d/
6272 F:      drivers/platform/x86/hp_accel.c
6273
6274 LIVE PATCHING
6275 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6276 M:      Seth Jennings <sjenning@redhat.com>
6277 M:      Jiri Kosina <jikos@kernel.org>
6278 M:      Vojtech Pavlik <vojtech@suse.com>
6279 S:      Maintained
6280 F:      kernel/livepatch/
6281 F:      include/linux/livepatch.h
6282 F:      arch/x86/include/asm/livepatch.h
6283 F:      arch/x86/kernel/livepatch.c
6284 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6285 F:      samples/livepatch/
6286 L:      live-patching@vger.kernel.org
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6288
6289 LLC (802.2)
6290 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6291 S:      Maintained
6292 F:      include/linux/llc.h
6293 F:      include/uapi/linux/llc.h
6294 F:      include/net/llc*
6295 F:      net/llc/
6296
6297 LM73 HARDWARE MONITOR DRIVER
6298 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6299 L:      lm-sensors@lm-sensors.org
6300 S:      Maintained
6301 F:      drivers/hwmon/lm73.c
6302
6303 LM78 HARDWARE MONITOR DRIVER
6304 M:      Jean Delvare <jdelvare@suse.com>
6305 L:      lm-sensors@lm-sensors.org
6306 S:      Maintained
6307 F:      Documentation/hwmon/lm78
6308 F:      drivers/hwmon/lm78.c
6309
6310 LM83 HARDWARE MONITOR DRIVER
6311 M:      Jean Delvare <jdelvare@suse.com>
6312 L:      lm-sensors@lm-sensors.org
6313 S:      Maintained
6314 F:      Documentation/hwmon/lm83
6315 F:      drivers/hwmon/lm83.c
6316
6317 LM90 HARDWARE MONITOR DRIVER
6318 M:      Jean Delvare <jdelvare@suse.com>
6319 L:      lm-sensors@lm-sensors.org
6320 S:      Maintained
6321 F:      Documentation/hwmon/lm90
6322 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6323 F:      drivers/hwmon/lm90.c
6324
6325 LM95234 HARDWARE MONITOR DRIVER
6326 M:      Guenter Roeck <linux@roeck-us.net>
6327 L:      lm-sensors@lm-sensors.org
6328 S:      Maintained
6329 F:      Documentation/hwmon/lm95234
6330 F:      drivers/hwmon/lm95234.c
6331
6332 LME2510 MEDIA DRIVER
6333 M:      Malcolm Priestley <tvboxspy@gmail.com>
6334 L:      linux-media@vger.kernel.org
6335 W:      http://linuxtv.org/
6336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6337 S:      Maintained
6338 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6339
6340 LOCKDEP AND LOCKSTAT
6341 M:      Peter Zijlstra <peterz@infradead.org>
6342 M:      Ingo Molnar <mingo@redhat.com>
6343 L:      linux-kernel@vger.kernel.org
6344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6345 S:      Maintained
6346 F:      Documentation/locking/lockdep*.txt
6347 F:      Documentation/locking/lockstat.txt
6348 F:      include/linux/lockdep.h
6349 F:      kernel/locking/
6350
6351 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6352 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6353 L:      linux-ntfs-dev@lists.sourceforge.net
6354 W:      http://www.linux-ntfs.org/content/view/19/37/
6355 S:      Maintained
6356 F:      Documentation/ldm.txt
6357 F:      block/partitions/ldm.*
6358
6359 LogFS
6360 M:      Joern Engel <joern@logfs.org>
6361 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6362 L:      logfs@logfs.org
6363 W:      logfs.org
6364 S:      Maintained
6365 F:      fs/logfs/
6366
6367 LPC32XX MACHINE SUPPORT
6368 M:      Roland Stigge <stigge@antcom.de>
6369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6370 S:      Maintained
6371 F:      arch/arm/mach-lpc32xx/
6372
6373 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6374 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6375 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6376 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6377 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6378 L:      MPT-FusionLinux.pdl@avagotech.com
6379 L:      linux-scsi@vger.kernel.org
6380 W:      http://www.lsilogic.com/support
6381 S:      Supported
6382 F:      drivers/message/fusion/
6383 F:      drivers/scsi/mpt2sas/
6384 F:      drivers/scsi/mpt3sas/
6385
6386 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6387 M:      Matthew Wilcox <matthew@wil.cx>
6388 L:      linux-scsi@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/scsi/sym53c8xx_2/
6391
6392 LTC4261 HARDWARE MONITOR DRIVER
6393 M:      Guenter Roeck <linux@roeck-us.net>
6394 L:      lm-sensors@lm-sensors.org
6395 S:      Maintained
6396 F:      Documentation/hwmon/ltc4261
6397 F:      drivers/hwmon/ltc4261.c
6398
6399 LTP (Linux Test Project)
6400 M:      Mike Frysinger <vapier@gentoo.org>
6401 M:      Cyril Hrubis <chrubis@suse.cz>
6402 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6403 M:      Jan Stancek <jstancek@redhat.com>
6404 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6405 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6406 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6407 W:      http://linux-test-project.github.io/
6408 T:      git git://github.com/linux-test-project/ltp.git
6409 S:      Maintained
6410
6411 M32R ARCHITECTURE
6412 W:      http://www.linux-m32r.org/
6413 S:      Orphan
6414 F:      arch/m32r/
6415
6416 M68K ARCHITECTURE
6417 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6418 L:      linux-m68k@lists.linux-m68k.org
6419 W:      http://www.linux-m68k.org/
6420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6421 S:      Maintained
6422 F:      arch/m68k/
6423 F:      drivers/zorro/
6424
6425 M68K ON APPLE MACINTOSH
6426 M:      Joshua Thompson <funaho@jurai.org>
6427 W:      http://www.mac.linux-m68k.org/
6428 L:      linux-m68k@lists.linux-m68k.org
6429 S:      Maintained
6430 F:      arch/m68k/mac/
6431
6432 M68K ON HP9000/300
6433 M:      Philip Blundell <philb@gnu.org>
6434 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6435 S:      Maintained
6436 F:      arch/m68k/hp300/
6437
6438 M88DS3103 MEDIA DRIVER
6439 M:      Antti Palosaari <crope@iki.fi>
6440 L:      linux-media@vger.kernel.org
6441 W:      http://linuxtv.org/
6442 W:      http://palosaari.fi/linux/
6443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6444 T:      git git://linuxtv.org/anttip/media_tree.git
6445 S:      Maintained
6446 F:      drivers/media/dvb-frontends/m88ds3103*
6447
6448 M88RS2000 MEDIA DRIVER
6449 M:      Malcolm Priestley <tvboxspy@gmail.com>
6450 L:      linux-media@vger.kernel.org
6451 W:      http://linuxtv.org/
6452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6453 S:      Maintained
6454 F:      drivers/media/dvb-frontends/m88rs2000*
6455
6456 MA901 MASTERKIT USB FM RADIO DRIVER
6457 M:      Alexey Klimov <klimov.linux@gmail.com>
6458 L:      linux-media@vger.kernel.org
6459 T:      git git://linuxtv.org/media_tree.git
6460 S:      Maintained
6461 F:      drivers/media/radio/radio-ma901.c
6462
6463 MAC80211
6464 M:      Johannes Berg <johannes@sipsolutions.net>
6465 L:      linux-wireless@vger.kernel.org
6466 W:      http://wireless.kernel.org/
6467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6469 S:      Maintained
6470 F:      Documentation/networking/mac80211-injection.txt
6471 F:      include/net/mac80211.h
6472 F:      net/mac80211/
6473
6474 MACVLAN DRIVER
6475 M:      Patrick McHardy <kaber@trash.net>
6476 L:      netdev@vger.kernel.org
6477 S:      Maintained
6478 F:      drivers/net/macvlan.c
6479 F:      include/linux/if_macvlan.h
6480
6481 MAILBOX API
6482 M:      Jassi Brar <jassisinghbrar@gmail.com>
6483 L:      linux-kernel@vger.kernel.org
6484 S:      Maintained
6485 F:      drivers/mailbox/
6486 F:      include/linux/mailbox_client.h
6487 F:      include/linux/mailbox_controller.h
6488
6489 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6490 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6491 W:      http://www.kernel.org/doc/man-pages
6492 L:      linux-man@vger.kernel.org
6493 S:      Maintained
6494
6495 MARVELL ARMADA DRM SUPPORT
6496 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6497 S:      Maintained
6498 F:      drivers/gpu/drm/armada/
6499
6500 MARVELL 88E6352 DSA support
6501 M:      Guenter Roeck <linux@roeck-us.net>
6502 S:      Maintained
6503 F:      drivers/net/dsa/mv88e6352.c
6504
6505 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6506 M:      Mirko Lindner <mlindner@marvell.com>
6507 M:      Stephen Hemminger <stephen@networkplumber.org>
6508 L:      netdev@vger.kernel.org
6509 S:      Maintained
6510 F:      drivers/net/ethernet/marvell/sk*
6511
6512 MARVELL LIBERTAS WIRELESS DRIVER
6513 L:      libertas-dev@lists.infradead.org
6514 S:      Orphan
6515 F:      drivers/net/wireless/libertas/
6516
6517 MARVELL MV643XX ETHERNET DRIVER
6518 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6519 L:      netdev@vger.kernel.org
6520 S:      Maintained
6521 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6522 F:      include/linux/mv643xx.h
6523
6524 MARVELL MVNETA ETHERNET DRIVER
6525 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6526 L:      netdev@vger.kernel.org
6527 S:      Maintained
6528 F:      drivers/net/ethernet/marvell/mvneta.*
6529
6530 MARVELL MWIFIEX WIRELESS DRIVER
6531 M:      Amitkumar Karwar <akarwar@marvell.com>
6532 M:      Nishant Sarmukadam <nishants@marvell.com>
6533 L:      linux-wireless@vger.kernel.org
6534 S:      Maintained
6535 F:      drivers/net/wireless/mwifiex/
6536
6537 MARVELL MWL8K WIRELESS DRIVER
6538 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6539 L:      linux-wireless@vger.kernel.org
6540 S:      Odd Fixes
6541 F:      drivers/net/wireless/mwl8k.c
6542
6543 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6544 M:      Nicolas Pitre <nico@fluxnic.net>
6545 S:      Odd Fixes
6546 F:      drivers/mmc/host/mvsdio.*
6547
6548 MATROX FRAMEBUFFER DRIVER
6549 L:      linux-fbdev@vger.kernel.org
6550 S:      Orphan
6551 F:      drivers/video/fbdev/matrox/matroxfb_*
6552 F:      include/uapi/linux/matroxfb.h
6553
6554 MAX16065 HARDWARE MONITOR DRIVER
6555 M:      Guenter Roeck <linux@roeck-us.net>
6556 L:      lm-sensors@lm-sensors.org
6557 S:      Maintained
6558 F:      Documentation/hwmon/max16065
6559 F:      drivers/hwmon/max16065.c
6560
6561 MAX20751 HARDWARE MONITOR DRIVER
6562 M:      Guenter Roeck <linux@roeck-us.net>
6563 L:      lm-sensors@lm-sensors.org
6564 S:      Maintained
6565 F:      Documentation/hwmon/max20751
6566 F:      drivers/hwmon/max20751.c
6567
6568 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6569 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6570 L:      lm-sensors@lm-sensors.org
6571 S:      Maintained
6572 F:      Documentation/hwmon/max6650
6573 F:      drivers/hwmon/max6650.c
6574
6575 MAX6697 HARDWARE MONITOR DRIVER
6576 M:      Guenter Roeck <linux@roeck-us.net>
6577 L:      lm-sensors@lm-sensors.org
6578 S:      Maintained
6579 F:      Documentation/hwmon/max6697
6580 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6581 F:      drivers/hwmon/max6697.c
6582 F:      include/linux/platform_data/max6697.h
6583
6584 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6585 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6586 L:      linux-pm@vger.kernel.org
6587 S:      Supported
6588 F:      drivers/power/max14577_charger.c
6589 F:      drivers/power/max77693_charger.c
6590
6591 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6592 M:      Chanwoo Choi <cw00.choi@samsung.com>
6593 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6594 L:      linux-kernel@vger.kernel.org
6595 S:      Supported
6596 F:      drivers/*/max14577.c
6597 F:      drivers/*/max77686.c
6598 F:      drivers/*/max77693.c
6599 F:      drivers/extcon/extcon-max14577.c
6600 F:      drivers/extcon/extcon-max77693.c
6601 F:      drivers/rtc/rtc-max77686.c
6602 F:      drivers/clk/clk-max77686.c
6603 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6604 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6605 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6606 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6607 F:      include/linux/mfd/max14577*.h
6608 F:      include/linux/mfd/max77686*.h
6609 F:      include/linux/mfd/max77693*.h
6610
6611 MAXIRADIO FM RADIO RECEIVER DRIVER
6612 M:      Hans Verkuil <hverkuil@xs4all.nl>
6613 L:      linux-media@vger.kernel.org
6614 T:      git git://linuxtv.org/media_tree.git
6615 W:      http://linuxtv.org
6616 S:      Maintained
6617 F:      drivers/media/radio/radio-maxiradio*
6618
6619 MEDIA DRIVERS FOR RENESAS - VSP1
6620 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6621 L:      linux-media@vger.kernel.org
6622 L:      linux-sh@vger.kernel.org
6623 T:      git git://linuxtv.org/media_tree.git
6624 S:      Supported
6625 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6626 F:      drivers/media/platform/vsp1/
6627
6628 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6629 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6630 P:      LinuxTV.org Project
6631 L:      linux-media@vger.kernel.org
6632 W:      http://linuxtv.org
6633 Q:      http://patchwork.kernel.org/project/linux-media/list/
6634 T:      git git://linuxtv.org/media_tree.git
6635 S:      Maintained
6636 F:      Documentation/dvb/
6637 F:      Documentation/video4linux/
6638 F:      Documentation/DocBook/media/
6639 F:      drivers/media/
6640 F:      drivers/staging/media/
6641 F:      include/media/
6642 F:      include/uapi/linux/dvb/
6643 F:      include/uapi/linux/videodev2.h
6644 F:      include/uapi/linux/media.h
6645 F:      include/uapi/linux/v4l2-*
6646 F:      include/uapi/linux/meye.h
6647 F:      include/uapi/linux/ivtv*
6648 F:      include/uapi/linux/uvcvideo.h
6649
6650 MEDIATEK MT7601U WIRELESS LAN DRIVER
6651 M:      Jakub Kicinski <kubakici@wp.pl>
6652 L:      linux-wireless@vger.kernel.org
6653 S:      Maintained
6654 F:      drivers/net/wireless/mediatek/mt7601u/
6655
6656 MEGARAID SCSI/SAS DRIVERS
6657 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6658 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6659 M:      Uday Lingala <uday.lingala@avagotech.com>
6660 L:      megaraidlinux.pdl@avagotech.com
6661 L:      linux-scsi@vger.kernel.org
6662 W:      http://www.lsi.com
6663 S:      Maintained
6664 F:      Documentation/scsi/megaraid.txt
6665 F:      drivers/scsi/megaraid.*
6666 F:      drivers/scsi/megaraid/
6667
6668 MELLANOX ETHERNET DRIVER (mlx4_en)
6669 M:      Amir Vadai <amirv@mellanox.com>
6670 M:      Ido Shamay <idos@mellanox.com>
6671 L:      netdev@vger.kernel.org
6672 S:      Supported
6673 W:      http://www.mellanox.com
6674 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6675 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6676
6677 MELLANOX ETHERNET SWITCH DRIVERS
6678 M:      Jiri Pirko <jiri@mellanox.com>
6679 M:      Ido Schimmel <idosch@mellanox.com>
6680 L:      netdev@vger.kernel.org
6681 S:      Supported
6682 W:      http://www.mellanox.com
6683 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6684 F:      drivers/net/ethernet/mellanox/mlxsw/
6685
6686 MEMORY MANAGEMENT
6687 L:      linux-mm@kvack.org
6688 W:      http://www.linux-mm.org
6689 S:      Maintained
6690 F:      include/linux/mm.h
6691 F:      include/linux/gfp.h
6692 F:      include/linux/mmzone.h
6693 F:      include/linux/memory_hotplug.h
6694 F:      include/linux/vmalloc.h
6695 F:      mm/
6696
6697 MEMORY TECHNOLOGY DEVICES (MTD)
6698 M:      David Woodhouse <dwmw2@infradead.org>
6699 M:      Brian Norris <computersforpeace@gmail.com>
6700 L:      linux-mtd@lists.infradead.org
6701 W:      http://www.linux-mtd.infradead.org/
6702 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6703 T:      git git://git.infradead.org/linux-mtd.git
6704 T:      git git://git.infradead.org/l2-mtd.git
6705 S:      Maintained
6706 F:      drivers/mtd/
6707 F:      include/linux/mtd/
6708 F:      include/uapi/mtd/
6709
6710 MEN A21 WATCHDOG DRIVER
6711 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6712 L:      linux-watchdog@vger.kernel.org
6713 S:      Maintained
6714 F:      drivers/watchdog/mena21_wdt.c
6715
6716 MEN CHAMELEON BUS (mcb)
6717 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6718 S:      Maintained
6719 F:      drivers/mcb/
6720 F:      include/linux/mcb.h
6721 F:      Documentation/men-chameleon-bus.txt
6722
6723 MEN F21BMC (Board Management Controller)
6724 M:      Andreas Werner <andreas.werner@men.de>
6725 S:      Supported
6726 F:      drivers/mfd/menf21bmc.c
6727 F:      drivers/watchdog/menf21bmc_wdt.c
6728 F:      drivers/leds/leds-menf21bmc.c
6729 F:      drivers/hwmon/menf21bmc_hwmon.c
6730 F:      Documentation/hwmon/menf21bmc
6731
6732 METAG ARCHITECTURE
6733 M:      James Hogan <james.hogan@imgtec.com>
6734 L:      linux-metag@vger.kernel.org
6735 S:      Supported
6736 F:      arch/metag/
6737 F:      Documentation/metag/
6738 F:      Documentation/devicetree/bindings/metag/
6739 F:      drivers/clocksource/metag_generic.c
6740 F:      drivers/irqchip/irq-metag.c
6741 F:      drivers/irqchip/irq-metag-ext.c
6742 F:      drivers/tty/metag_da.c
6743
6744 MICROBLAZE ARCHITECTURE
6745 M:      Michal Simek <monstr@monstr.eu>
6746 W:      http://www.monstr.eu/fdt/
6747 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6748 S:      Supported
6749 F:      arch/microblaze/
6750
6751 MICROTEK X6 SCANNER
6752 M:      Oliver Neukum <oliver@neukum.org>
6753 S:      Maintained
6754 F:      drivers/usb/image/microtek.*
6755
6756 MIPS
6757 M:      Ralf Baechle <ralf@linux-mips.org>
6758 L:      linux-mips@linux-mips.org
6759 W:      http://www.linux-mips.org/
6760 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6761 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6762 S:      Supported
6763 F:      Documentation/mips/
6764 F:      arch/mips/
6765
6766 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6767 M:      Hans Verkuil <hverkuil@xs4all.nl>
6768 L:      linux-media@vger.kernel.org
6769 T:      git git://linuxtv.org/media_tree.git
6770 W:      http://linuxtv.org
6771 S:      Odd Fixes
6772 F:      drivers/media/radio/radio-miropcm20*
6773
6774 Mellanox MLX5 core VPI driver
6775 M:      Eli Cohen <eli@mellanox.com>
6776 L:      netdev@vger.kernel.org
6777 L:      linux-rdma@vger.kernel.org
6778 W:      http://www.mellanox.com
6779 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6780 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6781 T:      git git://openfabrics.org/~eli/connect-ib.git
6782 S:      Supported
6783 F:      drivers/net/ethernet/mellanox/mlx5/core/
6784 F:      include/linux/mlx5/
6785
6786 Mellanox MLX5 IB driver
6787 M:      Eli Cohen <eli@mellanox.com>
6788 L:      linux-rdma@vger.kernel.org
6789 W:      http://www.mellanox.com
6790 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6791 T:      git git://openfabrics.org/~eli/connect-ib.git
6792 S:      Supported
6793 F:      include/linux/mlx5/
6794 F:      drivers/infiniband/hw/mlx5/
6795
6796 MN88472 MEDIA DRIVER
6797 M:      Antti Palosaari <crope@iki.fi>
6798 L:      linux-media@vger.kernel.org
6799 W:      http://linuxtv.org/
6800 W:      http://palosaari.fi/linux/
6801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6802 T:      git git://linuxtv.org/anttip/media_tree.git
6803 S:      Maintained
6804 F:      drivers/staging/media/mn88472/
6805 F:      drivers/media/dvb-frontends/mn88472.h
6806
6807 MN88473 MEDIA DRIVER
6808 M:      Antti Palosaari <crope@iki.fi>
6809 L:      linux-media@vger.kernel.org
6810 W:      http://linuxtv.org/
6811 W:      http://palosaari.fi/linux/
6812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6813 T:      git git://linuxtv.org/anttip/media_tree.git
6814 S:      Maintained
6815 F:      drivers/staging/media/mn88473/
6816 F:      drivers/media/dvb-frontends/mn88473.h
6817
6818 MODULE SUPPORT
6819 M:      Rusty Russell <rusty@rustcorp.com.au>
6820 S:      Maintained
6821 F:      include/linux/module.h
6822 F:      kernel/module.c
6823
6824 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6825 W:      http://popies.net/meye/
6826 S:      Orphan
6827 F:      Documentation/video4linux/meye.txt
6828 F:      drivers/media/pci/meye/
6829 F:      include/uapi/linux/meye.h
6830
6831 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6832 M:      Jiri Slaby <jirislaby@gmail.com>
6833 S:      Maintained
6834 F:      Documentation/serial/moxa-smartio
6835 F:      drivers/tty/mxser.*
6836
6837 MR800 AVERMEDIA USB FM RADIO DRIVER
6838 M:      Alexey Klimov <klimov.linux@gmail.com>
6839 L:      linux-media@vger.kernel.org
6840 T:      git git://linuxtv.org/media_tree.git
6841 S:      Maintained
6842 F:      drivers/media/radio/radio-mr800.c
6843
6844 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6845 M:      Alan Ott <alan@signal11.us>
6846 L:      linux-wpan@vger.kernel.org
6847 S:      Maintained
6848 F:      drivers/net/ieee802154/mrf24j40.c
6849
6850 MSI LAPTOP SUPPORT
6851 M:      "Lee, Chun-Yi" <jlee@suse.com>
6852 L:      platform-driver-x86@vger.kernel.org
6853 S:      Maintained
6854 F:      drivers/platform/x86/msi-laptop.c
6855
6856 MSI WMI SUPPORT
6857 L:      platform-driver-x86@vger.kernel.org
6858 S:      Orphan
6859 F:      drivers/platform/x86/msi-wmi.c
6860
6861 MSI001 MEDIA DRIVER
6862 M:      Antti Palosaari <crope@iki.fi>
6863 L:      linux-media@vger.kernel.org
6864 W:      http://linuxtv.org/
6865 W:      http://palosaari.fi/linux/
6866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6867 T:      git git://linuxtv.org/anttip/media_tree.git
6868 S:      Maintained
6869 F:      drivers/media/tuners/msi001*
6870
6871 MSI2500 MEDIA DRIVER
6872 M:      Antti Palosaari <crope@iki.fi>
6873 L:      linux-media@vger.kernel.org
6874 W:      http://linuxtv.org/
6875 W:      http://palosaari.fi/linux/
6876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6877 T:      git git://linuxtv.org/anttip/media_tree.git
6878 S:      Maintained
6879 F:      drivers/media/usb/msi2500/
6880
6881 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6882 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6883 L:      linux-mtd@lists.infradead.org
6884 S:      Maintained
6885 F:      drivers/mtd/devices/docg3*
6886
6887 MT9M032 APTINA SENSOR DRIVER
6888 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6889 L:      linux-media@vger.kernel.org
6890 T:      git git://linuxtv.org/media_tree.git
6891 S:      Maintained
6892 F:      drivers/media/i2c/mt9m032.c
6893 F:      include/media/mt9m032.h
6894
6895 MT9P031 APTINA CAMERA SENSOR
6896 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6897 L:      linux-media@vger.kernel.org
6898 T:      git git://linuxtv.org/media_tree.git
6899 S:      Maintained
6900 F:      drivers/media/i2c/mt9p031.c
6901 F:      include/media/mt9p031.h
6902
6903 MT9T001 APTINA CAMERA SENSOR
6904 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6905 L:      linux-media@vger.kernel.org
6906 T:      git git://linuxtv.org/media_tree.git
6907 S:      Maintained
6908 F:      drivers/media/i2c/mt9t001.c
6909 F:      include/media/mt9t001.h
6910
6911 MT9V032 APTINA CAMERA SENSOR
6912 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6913 L:      linux-media@vger.kernel.org
6914 T:      git git://linuxtv.org/media_tree.git
6915 S:      Maintained
6916 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6917 F:      drivers/media/i2c/mt9v032.c
6918 F:      include/media/mt9v032.h
6919
6920 MULTIFUNCTION DEVICES (MFD)
6921 M:      Samuel Ortiz <sameo@linux.intel.com>
6922 M:      Lee Jones <lee.jones@linaro.org>
6923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6924 S:      Supported
6925 F:      drivers/mfd/
6926 F:      include/linux/mfd/
6927
6928 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6929 M:      Ulf Hansson <ulf.hansson@linaro.org>
6930 L:      linux-mmc@vger.kernel.org
6931 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6932 S:      Maintained
6933 F:      drivers/mmc/
6934 F:      include/linux/mmc/
6935 F:      include/uapi/linux/mmc/
6936
6937 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6938 S:      Orphan
6939 F:      drivers/mmc/host/mmc_spi.c
6940 F:      include/linux/spi/mmc_spi.h
6941
6942 MULTISOUND SOUND DRIVER
6943 M:      Andrew Veliath <andrewtv@usa.net>
6944 S:      Maintained
6945 F:      Documentation/sound/oss/MultiSound
6946 F:      sound/oss/msnd*
6947
6948 MULTITECH MULTIPORT CARD (ISICOM)
6949 S:      Orphan
6950 F:      drivers/tty/isicom.c
6951 F:      include/linux/isicom.h
6952
6953 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6954 M:      Felipe Balbi <balbi@ti.com>
6955 L:      linux-usb@vger.kernel.org
6956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6957 S:      Maintained
6958 F:      drivers/usb/musb/
6959
6960 MXL5007T MEDIA DRIVER
6961 M:      Michael Krufky <mkrufky@linuxtv.org>
6962 L:      linux-media@vger.kernel.org
6963 W:      http://linuxtv.org/
6964 W:      http://github.com/mkrufky
6965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6966 T:      git git://linuxtv.org/mkrufky/tuners.git
6967 S:      Maintained
6968 F:      drivers/media/tuners/mxl5007t.*
6969
6970 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6971 M:      Hyong-Youb Kim <hykim@myri.com>
6972 L:      netdev@vger.kernel.org
6973 W:      https://www.myricom.com/support/downloads/myri10ge.html
6974 S:      Supported
6975 F:      drivers/net/ethernet/myricom/myri10ge/
6976
6977 NATSEMI ETHERNET DRIVER (DP8381x)
6978 S:      Orphan
6979 F:      drivers/net/ethernet/natsemi/natsemi.c
6980
6981 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6982 M:      Daniel Mack <zonque@gmail.com>
6983 S:      Maintained
6984 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6985 W:      http://www.native-instruments.com
6986 F:      sound/usb/caiaq/
6987
6988 NCP FILESYSTEM
6989 M:      Petr Vandrovec <petr@vandrovec.name>
6990 S:      Odd Fixes
6991 F:      fs/ncpfs/
6992
6993 NCR 5380 SCSI DRIVERS
6994 M:      Finn Thain <fthain@telegraphics.com.au>
6995 M:      Michael Schmitz <schmitzmic@gmail.com>
6996 L:      linux-scsi@vger.kernel.org
6997 S:      Maintained
6998 F:      Documentation/scsi/g_NCR5380.txt
6999 F:      drivers/scsi/NCR5380.*
7000 F:      drivers/scsi/arm/cumana_1.c
7001 F:      drivers/scsi/arm/oak.c
7002 F:      drivers/scsi/atari_NCR5380.c
7003 F:      drivers/scsi/atari_scsi.*
7004 F:      drivers/scsi/dmx3191d.c
7005 F:      drivers/scsi/dtc.*
7006 F:      drivers/scsi/g_NCR5380.*
7007 F:      drivers/scsi/g_NCR5380_mmio.c
7008 F:      drivers/scsi/mac_scsi.*
7009 F:      drivers/scsi/pas16.*
7010 F:      drivers/scsi/sun3_scsi.*
7011 F:      drivers/scsi/sun3_scsi_vme.c
7012 F:      drivers/scsi/t128.*
7013
7014 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7015 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7016 L:      linux-scsi@vger.kernel.org
7017 S:      Maintained
7018 F:      drivers/scsi/NCR_D700.*
7019
7020 NCT6775 HARDWARE MONITOR DRIVER
7021 M:      Guenter Roeck <linux@roeck-us.net>
7022 L:      lm-sensors@lm-sensors.org
7023 S:      Maintained
7024 F:      Documentation/hwmon/nct6775
7025 F:      drivers/hwmon/nct6775.c
7026
7027 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7028 M:      Faisal Latif <faisal.latif@intel.com>
7029 L:      linux-rdma@vger.kernel.org
7030 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7031 S:      Supported
7032 F:      drivers/infiniband/hw/nes/
7033
7034 NETEM NETWORK EMULATOR
7035 M:      Stephen Hemminger <stephen@networkplumber.org>
7036 L:      netem@lists.linux-foundation.org
7037 S:      Maintained
7038 F:      net/sched/sch_netem.c
7039
7040 NETERION 10GbE DRIVERS (s2io/vxge)
7041 M:      Jon Mason <jdmason@kudzu.us>
7042 L:      netdev@vger.kernel.org
7043 S:      Supported
7044 F:      Documentation/networking/s2io.txt
7045 F:      Documentation/networking/vxge.txt
7046 F:      drivers/net/ethernet/neterion/
7047
7048 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7049 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7050 M:      Patrick McHardy <kaber@trash.net>
7051 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7052 L:      netfilter-devel@vger.kernel.org
7053 L:      coreteam@netfilter.org
7054 W:      http://www.netfilter.org/
7055 W:      http://www.iptables.org/
7056 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7059 S:      Supported
7060 F:      include/linux/netfilter*
7061 F:      include/linux/netfilter/
7062 F:      include/net/netfilter/
7063 F:      include/uapi/linux/netfilter*
7064 F:      include/uapi/linux/netfilter/
7065 F:      net/*/netfilter.c
7066 F:      net/*/netfilter/
7067 F:      net/netfilter/
7068 F:      net/bridge/br_netfilter*.c
7069
7070 NETLABEL
7071 M:      Paul Moore <paul@paul-moore.com>
7072 W:      http://netlabel.sf.net
7073 L:      netdev@vger.kernel.org
7074 S:      Maintained
7075 F:      Documentation/netlabel/
7076 F:      include/net/netlabel.h
7077 F:      net/netlabel/
7078
7079 NETROM NETWORK LAYER
7080 M:      Ralf Baechle <ralf@linux-mips.org>
7081 L:      linux-hams@vger.kernel.org
7082 W:      http://www.linux-ax25.org/
7083 S:      Maintained
7084 F:      include/net/netrom.h
7085 F:      include/uapi/linux/netrom.h
7086 F:      net/netrom/
7087
7088 NETWORK BLOCK DEVICE (NBD)
7089 M:      Markus Pargmann <mpa@pengutronix.de>
7090 S:      Maintained
7091 L:      nbd-general@lists.sourceforge.net
7092 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7093 F:      Documentation/blockdev/nbd.txt
7094 F:      drivers/block/nbd.c
7095 F:      include/uapi/linux/nbd.h
7096
7097 NETWORK DROP MONITOR
7098 M:      Neil Horman <nhorman@tuxdriver.com>
7099 L:      netdev@vger.kernel.org
7100 S:      Maintained
7101 W:      https://fedorahosted.org/dropwatch/
7102 F:      net/core/drop_monitor.c
7103
7104 NETWORKING [GENERAL]
7105 M:      "David S. Miller" <davem@davemloft.net>
7106 L:      netdev@vger.kernel.org
7107 W:      http://www.linuxfoundation.org/en/Net
7108 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7111 S:      Maintained
7112 F:      net/
7113 F:      include/net/
7114 F:      include/linux/in.h
7115 F:      include/linux/net.h
7116 F:      include/linux/netdevice.h
7117 F:      include/uapi/linux/in.h
7118 F:      include/uapi/linux/net.h
7119 F:      include/uapi/linux/netdevice.h
7120 F:      include/uapi/linux/net_namespace.h
7121 F:      tools/net/
7122 F:      tools/testing/selftests/net/
7123 F:      lib/random32.c
7124 F:      lib/test_bpf.c
7125
7126 NETWORKING [IPv4/IPv6]
7127 M:      "David S. Miller" <davem@davemloft.net>
7128 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7129 M:      James Morris <jmorris@namei.org>
7130 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7131 M:      Patrick McHardy <kaber@trash.net>
7132 L:      netdev@vger.kernel.org
7133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7134 S:      Maintained
7135 F:      net/ipv4/
7136 F:      net/ipv6/
7137 F:      include/net/ip*
7138 F:      arch/x86/net/*
7139
7140 NETWORKING [IPSEC]
7141 M:      Steffen Klassert <steffen.klassert@secunet.com>
7142 M:      Herbert Xu <herbert@gondor.apana.org.au>
7143 M:      "David S. Miller" <davem@davemloft.net>
7144 L:      netdev@vger.kernel.org
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7147 S:      Maintained
7148 F:      net/core/flow.c
7149 F:      net/xfrm/
7150 F:      net/key/
7151 F:      net/ipv4/xfrm*
7152 F:      net/ipv4/esp4.c
7153 F:      net/ipv4/ah4.c
7154 F:      net/ipv4/ipcomp.c
7155 F:      net/ipv4/ip_vti.c
7156 F:      net/ipv6/xfrm*
7157 F:      net/ipv6/esp6.c
7158 F:      net/ipv6/ah6.c
7159 F:      net/ipv6/ipcomp6.c
7160 F:      net/ipv6/ip6_vti.c
7161 F:      include/uapi/linux/xfrm.h
7162 F:      include/net/xfrm.h
7163
7164 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7165 M:      Paul Moore <paul@paul-moore.com>
7166 L:      netdev@vger.kernel.org
7167 S:      Maintained
7168
7169 NETWORKING [WIRELESS]
7170 L:      linux-wireless@vger.kernel.org
7171 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7172
7173 NETWORKING DRIVERS
7174 L:      netdev@vger.kernel.org
7175 W:      http://www.linuxfoundation.org/en/Net
7176 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7179 S:      Odd Fixes
7180 F:      drivers/net/
7181 F:      include/linux/if_*
7182 F:      include/linux/netdevice.h
7183 F:      include/linux/arcdevice.h
7184 F:      include/linux/etherdevice.h
7185 F:      include/linux/fcdevice.h
7186 F:      include/linux/fddidevice.h
7187 F:      include/linux/hippidevice.h
7188 F:      include/linux/inetdevice.h
7189 F:      include/uapi/linux/if_*
7190 F:      include/uapi/linux/netdevice.h
7191
7192 NETWORKING DRIVERS (WIRELESS)
7193 M:      Kalle Valo <kvalo@codeaurora.org>
7194 L:      linux-wireless@vger.kernel.org
7195 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7197 S:      Maintained
7198 F:      drivers/net/wireless/
7199
7200 NETXEN (1/10) GbE SUPPORT
7201 M:      Manish Chopra <manish.chopra@qlogic.com>
7202 M:      Sony Chacko <sony.chacko@qlogic.com>
7203 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7204 L:      netdev@vger.kernel.org
7205 W:      http://www.qlogic.com
7206 S:      Supported
7207 F:      drivers/net/ethernet/qlogic/netxen/
7208
7209 NFC SUBSYSTEM
7210 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7211 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7212 M:      Samuel Ortiz <sameo@linux.intel.com>
7213 L:      linux-wireless@vger.kernel.org
7214 L:      linux-nfc@lists.01.org (subscribers-only)
7215 S:      Supported
7216 F:      net/nfc/
7217 F:      include/net/nfc/
7218 F:      include/uapi/linux/nfc.h
7219 F:      drivers/nfc/
7220 F:      include/linux/platform_data/pn544.h
7221 F:      Documentation/devicetree/bindings/net/nfc/
7222
7223 NFS, SUNRPC, AND LOCKD CLIENTS
7224 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7225 M:      Anna Schumaker <anna.schumaker@netapp.com>
7226 L:      linux-nfs@vger.kernel.org
7227 W:      http://client.linux-nfs.org
7228 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7229 S:      Maintained
7230 F:      fs/lockd/
7231 F:      fs/nfs/
7232 F:      fs/nfs_common/
7233 F:      net/sunrpc/
7234 F:      include/linux/lockd/
7235 F:      include/linux/nfs*
7236 F:      include/linux/sunrpc/
7237 F:      include/uapi/linux/nfs*
7238 F:      include/uapi/linux/sunrpc/
7239
7240 NILFS2 FILESYSTEM
7241 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7242 L:      linux-nilfs@vger.kernel.org
7243 W:      http://nilfs.sourceforge.net/
7244 T:      git git://github.com/konis/nilfs2.git
7245 S:      Supported
7246 F:      Documentation/filesystems/nilfs2.txt
7247 F:      fs/nilfs2/
7248 F:      include/linux/nilfs2_fs.h
7249
7250 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7251 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7252 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7253 S:      Maintained
7254 F:      Documentation/scsi/NinjaSCSI.txt
7255 F:      drivers/scsi/pcmcia/nsp_*
7256
7257 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7258 M:      GOTO Masanori <gotom@debian.or.jp>
7259 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7260 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7261 S:      Maintained
7262 F:      Documentation/scsi/NinjaSCSI.txt
7263 F:      drivers/scsi/nsp32*
7264
7265 NIOS2 ARCHITECTURE
7266 M:      Ley Foon Tan <lftan@altera.com>
7267 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7268 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7269 S:      Maintained
7270 F:      arch/nios2/
7271
7272 NOKIA N900 POWER SUPPLY DRIVERS
7273 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7274 S:      Maintained
7275 F:      include/linux/power/bq2415x_charger.h
7276 F:      include/linux/power/bq27x00_battery.h
7277 F:      include/linux/power/isp1704_charger.h
7278 F:      drivers/power/bq2415x_charger.c
7279 F:      drivers/power/bq27x00_battery.c
7280 F:      drivers/power/isp1704_charger.c
7281 F:      drivers/power/rx51_battery.c
7282
7283 NTB DRIVER CORE
7284 M:      Jon Mason <jdmason@kudzu.us>
7285 M:      Dave Jiang <dave.jiang@intel.com>
7286 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7287 S:      Supported
7288 W:      https://github.com/jonmason/ntb/wiki
7289 T:      git git://github.com/jonmason/ntb.git
7290 F:      drivers/ntb/
7291 F:      drivers/net/ntb_netdev.c
7292 F:      include/linux/ntb.h
7293 F:      include/linux/ntb_transport.h
7294
7295 NTB INTEL DRIVER
7296 M:      Jon Mason <jdmason@kudzu.us>
7297 M:      Dave Jiang <dave.jiang@intel.com>
7298 S:      Supported
7299 W:      https://github.com/jonmason/ntb/wiki
7300 T:      git git://github.com/jonmason/ntb.git
7301 F:      drivers/ntb/hw/intel/
7302
7303 NTFS FILESYSTEM
7304 M:      Anton Altaparmakov <anton@tuxera.com>
7305 L:      linux-ntfs-dev@lists.sourceforge.net
7306 W:      http://www.tuxera.com/
7307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7308 S:      Supported
7309 F:      Documentation/filesystems/ntfs.txt
7310 F:      fs/ntfs/
7311
7312 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7313 M:      Antonino Daplas <adaplas@gmail.com>
7314 L:      linux-fbdev@vger.kernel.org
7315 S:      Maintained
7316 F:      drivers/video/fbdev/riva/
7317 F:      drivers/video/fbdev/nvidia/
7318
7319 NVM EXPRESS DRIVER
7320 M:      Matthew Wilcox <willy@linux.intel.com>
7321 L:      linux-nvme@lists.infradead.org
7322 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7323 S:      Supported
7324 F:      drivers/block/nvme*
7325 F:      include/linux/nvme.h
7326
7327 NVMEM FRAMEWORK
7328 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7329 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7330 S:      Maintained
7331 F:      drivers/nvmem/
7332 F:      Documentation/devicetree/bindings/nvmem/
7333 F:      include/linux/nvmem-consumer.h
7334 F:      include/linux/nvmem-provider.h
7335
7336 NXP-NCI NFC DRIVER
7337 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7338 R:      Charles Gorand <charles.gorand@effinnov.com>
7339 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7340 S:      Supported
7341 F:      drivers/nfc/nxp-nci
7342
7343 NXP TDA998X DRM DRIVER
7344 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7345 S:      Supported
7346 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7347 F:      include/drm/i2c/tda998x.h
7348
7349 NXP TFA9879 DRIVER
7350 M:      Peter Rosin <peda@axentia.se>
7351 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7352 S:      Maintained
7353 F:      sound/soc/codecs/tfa9879*
7354
7355 OMAP SUPPORT
7356 M:      Tony Lindgren <tony@atomide.com>
7357 L:      linux-omap@vger.kernel.org
7358 W:      http://www.muru.com/linux/omap/
7359 W:      http://linux.omap.com/
7360 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7362 S:      Maintained
7363 F:      arch/arm/*omap*/
7364 F:      arch/arm/configs/omap1_defconfig
7365 F:      arch/arm/configs/omap2plus_defconfig
7366 F:      drivers/i2c/busses/i2c-omap.c
7367 F:      drivers/irqchip/irq-omap-intc.c
7368 F:      drivers/mfd/*omap*.c
7369 F:      drivers/mfd/menelaus.c
7370 F:      drivers/mfd/palmas.c
7371 F:      drivers/mfd/tps65217.c
7372 F:      drivers/mfd/tps65218.c
7373 F:      drivers/mfd/tps65910.c
7374 F:      drivers/mfd/twl-core.[ch]
7375 F:      drivers/mfd/twl4030*.c
7376 F:      drivers/mfd/twl6030*.c
7377 F:      drivers/mfd/twl6040*.c
7378 F:      drivers/regulator/palmas-regulator*.c
7379 F:      drivers/regulator/pbias-regulator.c
7380 F:      drivers/regulator/tps65217-regulator.c
7381 F:      drivers/regulator/tps65218-regulator.c
7382 F:      drivers/regulator/tps65910-regulator.c
7383 F:      drivers/regulator/twl-regulator.c
7384 F:      include/linux/i2c-omap.h
7385
7386 OMAP DEVICE TREE SUPPORT
7387 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7388 M:      Tony Lindgren <tony@atomide.com>
7389 L:      linux-omap@vger.kernel.org
7390 L:      devicetree@vger.kernel.org
7391 S:      Maintained
7392 F:      arch/arm/boot/dts/*omap*
7393 F:      arch/arm/boot/dts/*am3*
7394 F:      arch/arm/boot/dts/*am4*
7395 F:      arch/arm/boot/dts/*am5*
7396 F:      arch/arm/boot/dts/*dra7*
7397
7398 OMAP CLOCK FRAMEWORK SUPPORT
7399 M:      Paul Walmsley <paul@pwsan.com>
7400 L:      linux-omap@vger.kernel.org
7401 S:      Maintained
7402 F:      arch/arm/*omap*/*clock*
7403
7404 OMAP POWER MANAGEMENT SUPPORT
7405 M:      Kevin Hilman <khilman@deeprootsystems.com>
7406 L:      linux-omap@vger.kernel.org
7407 S:      Maintained
7408 F:      arch/arm/*omap*/*pm*
7409 F:      drivers/cpufreq/omap-cpufreq.c
7410
7411 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7412 M:      Rajendra Nayak <rnayak@ti.com>
7413 M:      Paul Walmsley <paul@pwsan.com>
7414 L:      linux-omap@vger.kernel.org
7415 S:      Maintained
7416 F:      arch/arm/mach-omap2/prm*
7417
7418 OMAP AUDIO SUPPORT
7419 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7420 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7421 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7422 L:      linux-omap@vger.kernel.org
7423 S:      Maintained
7424 F:      sound/soc/omap/
7425
7426 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7427 M:      Roger Quadros <rogerq@ti.com>
7428 M:      Tony Lindgren <tony@atomide.com>
7429 L:      linux-omap@vger.kernel.org
7430 S:      Maintained
7431 F:      drivers/memory/omap-gpmc.c
7432 F:      arch/arm/mach-omap2/*gpmc*
7433
7434 OMAP FRAMEBUFFER SUPPORT
7435 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7436 L:      linux-fbdev@vger.kernel.org
7437 L:      linux-omap@vger.kernel.org
7438 S:      Maintained
7439 F:      drivers/video/fbdev/omap/
7440
7441 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7442 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7443 L:      linux-omap@vger.kernel.org
7444 L:      linux-fbdev@vger.kernel.org
7445 S:      Maintained
7446 F:      drivers/video/fbdev/omap2/
7447 F:      Documentation/arm/OMAP/DSS
7448
7449 OMAP HARDWARE SPINLOCK SUPPORT
7450 M:      Ohad Ben-Cohen <ohad@wizery.com>
7451 L:      linux-omap@vger.kernel.org
7452 S:      Maintained
7453 F:      drivers/hwspinlock/omap_hwspinlock.c
7454
7455 OMAP MMC SUPPORT
7456 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7457 L:      linux-omap@vger.kernel.org
7458 S:      Maintained
7459 F:      drivers/mmc/host/omap.c
7460
7461 OMAP HS MMC SUPPORT
7462 L:      linux-mmc@vger.kernel.org
7463 L:      linux-omap@vger.kernel.org
7464 S:      Orphan
7465 F:      drivers/mmc/host/omap_hsmmc.c
7466
7467 OMAP RANDOM NUMBER GENERATOR SUPPORT
7468 M:      Deepak Saxena <dsaxena@plexity.net>
7469 S:      Maintained
7470 F:      drivers/char/hw_random/omap-rng.c
7471
7472 OMAP HWMOD SUPPORT
7473 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7474 M:      Paul Walmsley <paul@pwsan.com>
7475 L:      linux-omap@vger.kernel.org
7476 S:      Maintained
7477 F:      arch/arm/mach-omap2/omap_hwmod.*
7478
7479 OMAP HWMOD DATA
7480 M:      Paul Walmsley <paul@pwsan.com>
7481 L:      linux-omap@vger.kernel.org
7482 S:      Maintained
7483 F:      arch/arm/mach-omap2/omap_hwmod*data*
7484
7485 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7486 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7487 L:      linux-omap@vger.kernel.org
7488 S:      Maintained
7489 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7490
7491 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7492 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7493 L:      linux-media@vger.kernel.org
7494 S:      Maintained
7495 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7496 F:      drivers/media/platform/omap3isp/
7497 F:      drivers/staging/media/omap4iss/
7498
7499 OMAP USB SUPPORT
7500 M:      Felipe Balbi <balbi@ti.com>
7501 L:      linux-usb@vger.kernel.org
7502 L:      linux-omap@vger.kernel.org
7503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7504 S:      Maintained
7505 F:      drivers/usb/*/*omap*
7506 F:      arch/arm/*omap*/usb*
7507
7508 OMAP GPIO DRIVER
7509 M:      Javier Martinez Canillas <javier@dowhile0.org>
7510 M:      Santosh Shilimkar <ssantosh@kernel.org>
7511 M:      Kevin Hilman <khilman@deeprootsystems.com>
7512 L:      linux-omap@vger.kernel.org
7513 S:      Maintained
7514 F:      drivers/gpio/gpio-omap.c
7515
7516 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7517 M:      Mark Jackson <mpfj@newflow.co.uk>
7518 L:      linux-omap@vger.kernel.org
7519 S:      Maintained
7520 F:      arch/arm/boot/dts/am335x-nano.dts
7521
7522 OMFS FILESYSTEM
7523 M:      Bob Copeland <me@bobcopeland.com>
7524 L:      linux-karma-devel@lists.sourceforge.net
7525 S:      Maintained
7526 F:      Documentation/filesystems/omfs.txt
7527 F:      fs/omfs/
7528
7529 OMNIKEY CARDMAN 4000 DRIVER
7530 M:      Harald Welte <laforge@gnumonks.org>
7531 S:      Maintained
7532 F:      drivers/char/pcmcia/cm4000_cs.c
7533 F:      include/linux/cm4000_cs.h
7534 F:      include/uapi/linux/cm4000_cs.h
7535
7536 OMNIKEY CARDMAN 4040 DRIVER
7537 M:      Harald Welte <laforge@gnumonks.org>
7538 S:      Maintained
7539 F:      drivers/char/pcmcia/cm4040_cs.*
7540
7541 OMNIVISION OV7670 SENSOR DRIVER
7542 M:      Jonathan Corbet <corbet@lwn.net>
7543 L:      linux-media@vger.kernel.org
7544 T:      git git://linuxtv.org/media_tree.git
7545 S:      Maintained
7546 F:      drivers/media/i2c/ov7670.c
7547
7548 ONENAND FLASH DRIVER
7549 M:      Kyungmin Park <kyungmin.park@samsung.com>
7550 L:      linux-mtd@lists.infradead.org
7551 S:      Maintained
7552 F:      drivers/mtd/onenand/
7553 F:      include/linux/mtd/onenand*.h
7554
7555 ONSTREAM SCSI TAPE DRIVER
7556 M:      Willem Riede <osst@riede.org>
7557 L:      osst-users@lists.sourceforge.net
7558 L:      linux-scsi@vger.kernel.org
7559 S:      Maintained
7560 F:      Documentation/scsi/osst.txt
7561 F:      drivers/scsi/osst.*
7562 F:      drivers/scsi/osst_*.h
7563 F:      drivers/scsi/st.h
7564
7565 OPENCORES I2C BUS DRIVER
7566 M:      Peter Korsgaard <jacmet@sunsite.dk>
7567 L:      linux-i2c@vger.kernel.org
7568 S:      Maintained
7569 F:      Documentation/i2c/busses/i2c-ocores
7570 F:      drivers/i2c/busses/i2c-ocores.c
7571
7572 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7573 M:      Rob Herring <robh+dt@kernel.org>
7574 M:      Frank Rowand <frowand.list@gmail.com>
7575 M:      Grant Likely <grant.likely@linaro.org>
7576 L:      devicetree@vger.kernel.org
7577 W:      http://www.devicetree.org/
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7579 S:      Maintained
7580 F:      drivers/of/
7581 F:      include/linux/of*.h
7582 F:      scripts/dtc/
7583
7584 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7585 M:      Rob Herring <robh+dt@kernel.org>
7586 M:      Pawel Moll <pawel.moll@arm.com>
7587 M:      Mark Rutland <mark.rutland@arm.com>
7588 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7589 M:      Kumar Gala <galak@codeaurora.org>
7590 L:      devicetree@vger.kernel.org
7591 S:      Maintained
7592 F:      Documentation/devicetree/
7593 F:      arch/*/boot/dts/
7594 F:      include/dt-bindings/
7595
7596 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7597 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7598 L:      devicetree@vger.kernel.org
7599 S:      Maintained
7600 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7601 F:      Documentation/devicetree/overlay-notes.txt
7602 F:      drivers/of/overlay.c
7603 F:      drivers/of/resolver.c
7604
7605 OPENRISC ARCHITECTURE
7606 M:      Jonas Bonn <jonas@southpole.se>
7607 W:      http://openrisc.net
7608 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7609 S:      Maintained
7610 T:      git git://openrisc.net/~jonas/linux
7611 F:      arch/openrisc/
7612
7613 OPENVSWITCH
7614 M:      Pravin Shelar <pshelar@nicira.com>
7615 L:      netdev@vger.kernel.org
7616 L:      dev@openvswitch.org
7617 W:      http://openvswitch.org
7618 S:      Maintained
7619 F:      net/openvswitch/
7620 F:      include/uapi/linux/openvswitch.h
7621
7622 OPL4 DRIVER
7623 M:      Clemens Ladisch <clemens@ladisch.de>
7624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7625 T:      git git://git.alsa-project.org/alsa-kernel.git
7626 S:      Maintained
7627 F:      sound/drivers/opl4/
7628
7629 OPROFILE
7630 M:      Robert Richter <rric@kernel.org>
7631 L:      oprofile-list@lists.sf.net
7632 S:      Maintained
7633 F:      arch/*/include/asm/oprofile*.h
7634 F:      arch/*/oprofile/
7635 F:      drivers/oprofile/
7636 F:      include/linux/oprofile.h
7637
7638 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7639 M:      Mark Fasheh <mfasheh@suse.com>
7640 M:      Joel Becker <jlbec@evilplan.org>
7641 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7642 W:      http://ocfs2.wiki.kernel.org
7643 S:      Supported
7644 F:      Documentation/filesystems/ocfs2.txt
7645 F:      Documentation/filesystems/dlmfs.txt
7646 F:      fs/ocfs2/
7647
7648 ORINOCO DRIVER
7649 L:      linux-wireless@vger.kernel.org
7650 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7651 W:      http://www.nongnu.org/orinoco/
7652 S:      Orphan
7653 F:      drivers/net/wireless/orinoco/
7654
7655 OSD LIBRARY and FILESYSTEM
7656 M:      Boaz Harrosh <ooo@electrozaur.com>
7657 M:      Benny Halevy <bhalevy@primarydata.com>
7658 L:      osd-dev@open-osd.org
7659 W:      http://open-osd.org
7660 T:      git git://git.open-osd.org/open-osd.git
7661 S:      Maintained
7662 F:      drivers/scsi/osd/
7663 F:      include/scsi/osd_*
7664 F:      fs/exofs/
7665
7666 OVERLAY FILESYSTEM
7667 M:      Miklos Szeredi <miklos@szeredi.hu>
7668 L:      linux-unionfs@vger.kernel.org
7669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7670 S:      Supported
7671 F:      fs/overlayfs/
7672 F:      Documentation/filesystems/overlayfs.txt
7673
7674 P54 WIRELESS DRIVER
7675 M:      Christian Lamparter <chunkeey@googlemail.com>
7676 L:      linux-wireless@vger.kernel.org
7677 W:      http://wireless.kernel.org/en/users/Drivers/p54
7678 S:      Maintained
7679 F:      drivers/net/wireless/p54/
7680
7681 PA SEMI ETHERNET DRIVER
7682 M:      Olof Johansson <olof@lixom.net>
7683 L:      netdev@vger.kernel.org
7684 S:      Maintained
7685 F:      drivers/net/ethernet/pasemi/*
7686
7687 PA SEMI SMBUS DRIVER
7688 M:      Olof Johansson <olof@lixom.net>
7689 L:      linux-i2c@vger.kernel.org
7690 S:      Maintained
7691 F:      drivers/i2c/busses/i2c-pasemi.c
7692
7693 PADATA PARALLEL EXECUTION MECHANISM
7694 M:      Steffen Klassert <steffen.klassert@secunet.com>
7695 L:      linux-crypto@vger.kernel.org
7696 S:      Maintained
7697 F:      kernel/padata.c
7698 F:      include/linux/padata.h
7699 F:      Documentation/padata.txt
7700
7701 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7702 M:      Harald Welte <laforge@gnumonks.org>
7703 L:      platform-driver-x86@vger.kernel.org
7704 S:      Maintained
7705 F:      drivers/platform/x86/panasonic-laptop.c
7706
7707 PANASONIC MN10300/AM33/AM34 PORT
7708 M:      David Howells <dhowells@redhat.com>
7709 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7710 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7711 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7712 S:      Maintained
7713 F:      Documentation/mn10300/
7714 F:      arch/mn10300/
7715
7716 PARALLEL PORT SUBSYSTEM
7717 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7718 M:      Sudip Mukherjee <sudip@vectorindia.org>
7719 L:      linux-parport@lists.infradead.org (subscribers-only)
7720 S:      Maintained
7721 F:      drivers/parport/
7722 F:      include/linux/parport*.h
7723 F:      drivers/char/ppdev.c
7724 F:      include/uapi/linux/ppdev.h
7725 F:      Documentation/parport*.txt
7726
7727 PARAVIRT_OPS INTERFACE
7728 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7729 M:      Chris Wright <chrisw@sous-sol.org>
7730 M:      Alok Kataria <akataria@vmware.com>
7731 M:      Rusty Russell <rusty@rustcorp.com.au>
7732 L:      virtualization@lists.linux-foundation.org
7733 S:      Supported
7734 F:      Documentation/virtual/paravirt_ops.txt
7735 F:      arch/*/kernel/paravirt*
7736 F:      arch/*/include/asm/paravirt.h
7737
7738 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7739 M:      Tim Waugh <tim@cyberelk.net>
7740 L:      linux-parport@lists.infradead.org (subscribers-only)
7741 S:      Maintained
7742 F:      Documentation/blockdev/paride.txt
7743 F:      drivers/block/paride/
7744
7745 PARISC ARCHITECTURE
7746 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7747 M:      Helge Deller <deller@gmx.de>
7748 L:      linux-parisc@vger.kernel.org
7749 W:      http://www.parisc-linux.org/
7750 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7753 S:      Maintained
7754 F:      arch/parisc/
7755 F:      Documentation/parisc/
7756 F:      drivers/parisc/
7757 F:      drivers/char/agp/parisc-agp.c
7758 F:      drivers/input/serio/gscps2.c
7759 F:      drivers/parport/parport_gsc.*
7760 F:      drivers/tty/serial/8250/8250_gsc.c
7761 F:      drivers/video/fbdev/sti*
7762 F:      drivers/video/console/sti*
7763 F:      drivers/video/logo/logo_parisc*
7764
7765 PC87360 HARDWARE MONITORING DRIVER
7766 M:      Jim Cromie <jim.cromie@gmail.com>
7767 L:      lm-sensors@lm-sensors.org
7768 S:      Maintained
7769 F:      Documentation/hwmon/pc87360
7770 F:      drivers/hwmon/pc87360.c
7771
7772 PC8736x GPIO DRIVER
7773 M:      Jim Cromie <jim.cromie@gmail.com>
7774 S:      Maintained
7775 F:      drivers/char/pc8736x_gpio.c
7776
7777 PC87427 HARDWARE MONITORING DRIVER
7778 M:      Jean Delvare <jdelvare@suse.com>
7779 L:      lm-sensors@lm-sensors.org
7780 S:      Maintained
7781 F:      Documentation/hwmon/pc87427
7782 F:      drivers/hwmon/pc87427.c
7783
7784 PCA9532 LED DRIVER
7785 M:      Riku Voipio <riku.voipio@iki.fi>
7786 S:      Maintained
7787 F:      drivers/leds/leds-pca9532.c
7788 F:      include/linux/leds-pca9532.h
7789
7790 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7791 M:      Guenter Roeck <linux@roeck-us.net>
7792 L:      linux-i2c@vger.kernel.org
7793 S:      Maintained
7794 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7795
7796 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7797 M:      Khalid Aziz <khalid@gonehiking.org>
7798 S:      Maintained
7799 F:      drivers/firmware/pcdp.*
7800
7801 PCI ERROR RECOVERY
7802 M:      Linas Vepstas <linasvepstas@gmail.com>
7803 L:      linux-pci@vger.kernel.org
7804 S:      Supported
7805 F:      Documentation/PCI/pci-error-recovery.txt
7806
7807 PCI SUBSYSTEM
7808 M:      Bjorn Helgaas <bhelgaas@google.com>
7809 L:      linux-pci@vger.kernel.org
7810 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7812 S:      Supported
7813 F:      Documentation/PCI/
7814 F:      drivers/pci/
7815 F:      include/linux/pci*
7816 F:      arch/x86/pci/
7817 F:      arch/x86/kernel/quirks.c
7818
7819 PCI DRIVER FOR ARM VERSATILE PLATFORM
7820 M:      Rob Herring <robh@kernel.org>
7821 L:      linux-pci@vger.kernel.org
7822 L:      linux-arm-kernel@lists.infradead.org
7823 S:      Maintained
7824 F:      Documentation/devicetree/bindings/pci/versatile.txt
7825 F:      drivers/pci/host/pci-versatile.c
7826
7827 PCI DRIVER FOR APPLIEDMICRO XGENE
7828 M:      Tanmay Inamdar <tinamdar@apm.com>
7829 L:      linux-pci@vger.kernel.org
7830 L:      linux-arm-kernel@lists.infradead.org
7831 S:      Maintained
7832 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7833 F:      drivers/pci/host/pci-xgene.c
7834
7835 PCI DRIVER FOR FREESCALE LAYERSCAPE
7836 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7837 M:      Mingkai Hu <mingkai.hu@freescale.com>
7838 M:      Roy Zang <tie-fei.zang@freescale.com>
7839 L:      linuxppc-dev@lists.ozlabs.org
7840 L:      linux-pci@vger.kernel.org
7841 L:      linux-arm-kernel@lists.infradead.org
7842 S:      Maintained
7843 F:      drivers/pci/host/*layerscape*
7844
7845 PCI DRIVER FOR IMX6
7846 M:      Richard Zhu <Richard.Zhu@freescale.com>
7847 M:      Lucas Stach <l.stach@pengutronix.de>
7848 L:      linux-pci@vger.kernel.org
7849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7850 S:      Maintained
7851 F:      drivers/pci/host/*imx6*
7852
7853 PCI DRIVER FOR TI KEYSTONE
7854 M:      Murali Karicheri <m-karicheri2@ti.com>
7855 L:      linux-pci@vger.kernel.org
7856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7857 S:      Maintained
7858 F:      drivers/pci/host/*keystone*
7859
7860 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7861 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7862 M:      Jason Cooper <jason@lakedaemon.net>
7863 L:      linux-pci@vger.kernel.org
7864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7865 S:      Maintained
7866 F:      drivers/pci/host/*mvebu*
7867
7868 PCI DRIVER FOR NVIDIA TEGRA
7869 M:      Thierry Reding <thierry.reding@gmail.com>
7870 L:      linux-tegra@vger.kernel.org
7871 L:      linux-pci@vger.kernel.org
7872 S:      Supported
7873 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7874 F:      drivers/pci/host/pci-tegra.c
7875
7876 PCI DRIVER FOR TI DRA7XX
7877 M:      Kishon Vijay Abraham I <kishon@ti.com>
7878 L:      linux-omap@vger.kernel.org
7879 L:      linux-pci@vger.kernel.org
7880 S:      Supported
7881 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7882 F:      drivers/pci/host/pci-dra7xx.c
7883
7884 PCI DRIVER FOR RENESAS R-CAR
7885 M:      Simon Horman <horms@verge.net.au>
7886 L:      linux-pci@vger.kernel.org
7887 L:      linux-sh@vger.kernel.org
7888 S:      Maintained
7889 F:      drivers/pci/host/*rcar*
7890
7891 PCI DRIVER FOR SAMSUNG EXYNOS
7892 M:      Jingoo Han <jingoohan1@gmail.com>
7893 L:      linux-pci@vger.kernel.org
7894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7895 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7896 S:      Maintained
7897 F:      drivers/pci/host/pci-exynos.c
7898
7899 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7900 M:      Jingoo Han <jingoohan1@gmail.com>
7901 M:      Pratyush Anand <pratyush.anand@gmail.com>
7902 L:      linux-pci@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/pci/host/*designware*
7905
7906 PCI DRIVER FOR GENERIC OF HOSTS
7907 M:      Will Deacon <will.deacon@arm.com>
7908 L:      linux-pci@vger.kernel.org
7909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7910 S:      Maintained
7911 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7912 F:      drivers/pci/host/pci-host-generic.c
7913
7914 PCIE DRIVER FOR ST SPEAR13XX
7915 M:      Pratyush Anand <pratyush.anand@gmail.com>
7916 L:      linux-pci@vger.kernel.org
7917 S:      Maintained
7918 F:      drivers/pci/host/*spear*
7919
7920 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7921 M:      Duc Dang <dhdang@apm.com>
7922 L:      linux-pci@vger.kernel.org
7923 L:      linux-arm-kernel@lists.infradead.org
7924 S:      Maintained
7925 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7926 F:      drivers/pci/host/pci-xgene-msi.c
7927
7928 PCMCIA SUBSYSTEM
7929 P:      Linux PCMCIA Team
7930 L:      linux-pcmcia@lists.infradead.org
7931 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7933 S:      Maintained
7934 F:      Documentation/pcmcia/
7935 F:      drivers/pcmcia/
7936 F:      include/pcmcia/
7937
7938 PCNET32 NETWORK DRIVER
7939 M:      Don Fry <pcnet32@frontier.com>
7940 L:      netdev@vger.kernel.org
7941 S:      Maintained
7942 F:      drivers/net/ethernet/amd/pcnet32.c
7943
7944 PCRYPT PARALLEL CRYPTO ENGINE
7945 M:      Steffen Klassert <steffen.klassert@secunet.com>
7946 L:      linux-crypto@vger.kernel.org
7947 S:      Maintained
7948 F:      crypto/pcrypt.c
7949 F:      include/crypto/pcrypt.h
7950
7951 PER-CPU MEMORY ALLOCATOR
7952 M:      Tejun Heo <tj@kernel.org>
7953 M:      Christoph Lameter <cl@linux-foundation.org>
7954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7955 S:      Maintained
7956 F:      include/linux/percpu*.h
7957 F:      mm/percpu*.c
7958 F:      arch/*/include/asm/percpu.h
7959
7960 PER-TASK DELAY ACCOUNTING
7961 M:      Balbir Singh <bsingharora@gmail.com>
7962 S:      Maintained
7963 F:      include/linux/delayacct.h
7964 F:      kernel/delayacct.c
7965
7966 PERFORMANCE EVENTS SUBSYSTEM
7967 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7968 M:      Ingo Molnar <mingo@redhat.com>
7969 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7970 L:      linux-kernel@vger.kernel.org
7971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7972 S:      Supported
7973 F:      kernel/events/*
7974 F:      include/linux/perf_event.h
7975 F:      include/uapi/linux/perf_event.h
7976 F:      arch/*/kernel/perf_event*.c
7977 F:      arch/*/kernel/*/perf_event*.c
7978 F:      arch/*/kernel/*/*/perf_event*.c
7979 F:      arch/*/include/asm/perf_event.h
7980 F:      arch/*/kernel/perf_callchain.c
7981 F:      tools/perf/
7982
7983 PERSONALITY HANDLING
7984 M:      Christoph Hellwig <hch@infradead.org>
7985 L:      linux-abi-devel@lists.sourceforge.net
7986 S:      Maintained
7987 F:      include/linux/personality.h
7988 F:      include/uapi/linux/personality.h
7989
7990 PHONET PROTOCOL
7991 M:      Remi Denis-Courmont <courmisch@gmail.com>
7992 S:      Supported
7993 F:      Documentation/networking/phonet.txt
7994 F:      include/linux/phonet.h
7995 F:      include/net/phonet/
7996 F:      include/uapi/linux/phonet.h
7997 F:      net/phonet/
7998
7999 PHRAM MTD DRIVER
8000 M:      Joern Engel <joern@lazybastard.org>
8001 L:      linux-mtd@lists.infradead.org
8002 S:      Maintained
8003 F:      drivers/mtd/devices/phram.c
8004
8005 PICOLCD HID DRIVER
8006 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8007 L:      linux-input@vger.kernel.org
8008 S:      Maintained
8009 F:      drivers/hid/hid-picolcd*
8010
8011 PICOXCELL SUPPORT
8012 M:      Jamie Iles <jamie@jamieiles.com>
8013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8014 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8015 S:      Supported
8016 F:      arch/arm/boot/dts/picoxcell*
8017 F:      arch/arm/mach-picoxcell/
8018 F:      drivers/crypto/picoxcell*
8019
8020 PIN CONTROL SUBSYSTEM
8021 M:      Linus Walleij <linus.walleij@linaro.org>
8022 L:      linux-gpio@vger.kernel.org
8023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8024 S:      Maintained
8025 F:      drivers/pinctrl/
8026 F:      include/linux/pinctrl/
8027
8028 PIN CONTROLLER - ATMEL AT91
8029 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8031 S:      Maintained
8032 F:      drivers/pinctrl/pinctrl-at91.*
8033
8034 PIN CONTROLLER - INTEL
8035 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8036 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8037 S:      Maintained
8038 F:      drivers/pinctrl/intel/
8039
8040 PIN CONTROLLER - RENESAS
8041 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8042 L:      linux-sh@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/pinctrl/sh-pfc/
8045
8046 PIN CONTROLLER - SAMSUNG
8047 M:      Tomasz Figa <tomasz.figa@gmail.com>
8048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8049 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8050 S:      Maintained
8051 F:      drivers/pinctrl/samsung/
8052
8053 PIN CONTROLLER - ST SPEAR
8054 M:      Viresh Kumar <vireshk@kernel.org>
8055 L:      spear-devel@list.st.com
8056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8057 W:      http://www.st.com/spear
8058 S:      Maintained
8059 F:      drivers/pinctrl/spear/
8060
8061 PKTCDVD DRIVER
8062 M:      Jiri Kosina <jikos@kernel.org>
8063 S:      Maintained
8064 F:      drivers/block/pktcdvd.c
8065 F:      include/linux/pktcdvd.h
8066 F:      include/uapi/linux/pktcdvd.h
8067
8068 PKUNITY SOC DRIVERS
8069 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8070 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8071 S:      Maintained
8072 T:      git git://github.com/gxt/linux.git
8073 F:      drivers/input/serio/i8042-unicore32io.h
8074 F:      drivers/i2c/busses/i2c-puv3.c
8075 F:      drivers/video/fbdev/fb-puv3.c
8076 F:      drivers/rtc/rtc-puv3.c
8077
8078 PMBUS HARDWARE MONITORING DRIVERS
8079 M:      Guenter Roeck <linux@roeck-us.net>
8080 L:      lm-sensors@lm-sensors.org
8081 W:      http://www.lm-sensors.org/
8082 W:      http://www.roeck-us.net/linux/drivers/
8083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8084 S:      Maintained
8085 F:      Documentation/hwmon/pmbus
8086 F:      drivers/hwmon/pmbus/
8087 F:      include/linux/i2c/pmbus.h
8088
8089 PMC SIERRA MaxRAID DRIVER
8090 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8091 L:      linux-scsi@vger.kernel.org
8092 W:      http://www.pmc-sierra.com/
8093 S:      Supported
8094 F:      drivers/scsi/pmcraid.*
8095
8096 PMC SIERRA PM8001 DRIVER
8097 M:      Jack Wang <jinpu.wang@profitbricks.com>
8098 M:      lindar_liu@usish.com
8099 L:      pmchba@pmcs.com
8100 L:      linux-scsi@vger.kernel.org
8101 S:      Supported
8102 F:      drivers/scsi/pm8001/
8103
8104 POSIX CLOCKS and TIMERS
8105 M:      Thomas Gleixner <tglx@linutronix.de>
8106 L:      linux-kernel@vger.kernel.org
8107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8108 S:      Maintained
8109 F:      fs/timerfd.c
8110 F:      include/linux/timer*
8111 F:      kernel/time/*timer*
8112
8113 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8114 M:      Sebastian Reichel <sre@kernel.org>
8115 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8116 M:      David Woodhouse <dwmw2@infradead.org>
8117 L:      linux-pm@vger.kernel.org
8118 T:      git git://git.infradead.org/battery-2.6.git
8119 S:      Maintained
8120 F:      include/linux/power_supply.h
8121 F:      drivers/power/
8122 X:      drivers/power/avs/
8123
8124 POWER STATE COORDINATION INTERFACE (PSCI)
8125 M:      Mark Rutland <mark.rutland@arm.com>
8126 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8127 L:      linux-arm-kernel@lists.infradead.org
8128 S:      Maintained
8129 F:      drivers/firmware/psci.c
8130 F:      include/linux/psci.h
8131 F:      include/uapi/linux/psci.h
8132
8133 PNP SUPPORT
8134 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8135 S:      Maintained
8136 F:      drivers/pnp/
8137
8138 PNXxxxx I2C DRIVER
8139 M:      Vitaly Wool <vitalywool@gmail.com>
8140 L:      linux-i2c@vger.kernel.org
8141 S:      Maintained
8142 F:      drivers/i2c/busses/i2c-pnx.c
8143
8144 PPP PROTOCOL DRIVERS AND COMPRESSORS
8145 M:      Paul Mackerras <paulus@samba.org>
8146 L:      linux-ppp@vger.kernel.org
8147 S:      Maintained
8148 F:      drivers/net/ppp/ppp_*
8149
8150 PPP OVER ATM (RFC 2364)
8151 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8152 S:      Maintained
8153 F:      net/atm/pppoatm.c
8154 F:      include/uapi/linux/atmppp.h
8155
8156 PPP OVER ETHERNET
8157 M:      Michal Ostrowski <mostrows@earthlink.net>
8158 S:      Maintained
8159 F:      drivers/net/ppp/pppoe.c
8160 F:      drivers/net/ppp/pppox.c
8161
8162 PPP OVER L2TP
8163 M:      James Chapman <jchapman@katalix.com>
8164 S:      Maintained
8165 F:      net/l2tp/l2tp_ppp.c
8166 F:      include/linux/if_pppol2tp.h
8167 F:      include/uapi/linux/if_pppol2tp.h
8168
8169 PPS SUPPORT
8170 M:      Rodolfo Giometti <giometti@enneenne.com>
8171 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8172 L:      linuxpps@ml.enneenne.com (subscribers-only)
8173 S:      Maintained
8174 F:      Documentation/pps/
8175 F:      drivers/pps/
8176 F:      include/linux/pps*.h
8177
8178 PPTP DRIVER
8179 M:      Dmitry Kozlov <xeb@mail.ru>
8180 L:      netdev@vger.kernel.org
8181 S:      Maintained
8182 F:      drivers/net/ppp/pptp.c
8183 W:      http://sourceforge.net/projects/accel-pptp
8184
8185 PREEMPTIBLE KERNEL
8186 M:      Robert Love <rml@tech9.net>
8187 L:      kpreempt-tech@lists.sourceforge.net
8188 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8189 S:      Supported
8190 F:      Documentation/preempt-locking.txt
8191 F:      include/linux/preempt.h
8192
8193 PRISM54 WIRELESS DRIVER
8194 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8195 L:      linux-wireless@vger.kernel.org
8196 W:      http://wireless.kernel.org/en/users/Drivers/p54
8197 S:      Obsolete
8198 F:      drivers/net/wireless/prism54/
8199
8200 PS3 NETWORK SUPPORT
8201 M:      Geoff Levand <geoff@infradead.org>
8202 L:      netdev@vger.kernel.org
8203 L:      linuxppc-dev@lists.ozlabs.org
8204 S:      Maintained
8205 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8206
8207 PS3 PLATFORM SUPPORT
8208 M:      Geoff Levand <geoff@infradead.org>
8209 L:      linuxppc-dev@lists.ozlabs.org
8210 S:      Maintained
8211 F:      arch/powerpc/boot/ps3*
8212 F:      arch/powerpc/include/asm/lv1call.h
8213 F:      arch/powerpc/include/asm/ps3*.h
8214 F:      arch/powerpc/platforms/ps3/
8215 F:      drivers/*/ps3*
8216 F:      drivers/ps3/
8217 F:      drivers/rtc/rtc-ps3.c
8218 F:      drivers/usb/host/*ps3.c
8219 F:      sound/ppc/snd_ps3*
8220
8221 PS3VRAM DRIVER
8222 M:      Jim Paris <jim@jtan.com>
8223 M:      Geoff Levand <geoff@infradead.org>
8224 L:      linuxppc-dev@lists.ozlabs.org
8225 S:      Maintained
8226 F:      drivers/block/ps3vram.c
8227
8228 PSTORE FILESYSTEM
8229 M:      Anton Vorontsov <anton@enomsg.org>
8230 M:      Colin Cross <ccross@android.com>
8231 M:      Kees Cook <keescook@chromium.org>
8232 M:      Tony Luck <tony.luck@intel.com>
8233 S:      Maintained
8234 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8235 F:      fs/pstore/
8236 F:      include/linux/pstore*
8237 F:      drivers/firmware/efi/efi-pstore.c
8238 F:      drivers/acpi/apei/erst.c
8239
8240 PTP HARDWARE CLOCK SUPPORT
8241 M:      Richard Cochran <richardcochran@gmail.com>
8242 L:      netdev@vger.kernel.org
8243 S:      Maintained
8244 W:      http://linuxptp.sourceforge.net/
8245 F:      Documentation/ABI/testing/sysfs-ptp
8246 F:      Documentation/ptp/*
8247 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8248 F:      drivers/net/phy/dp83640*
8249 F:      drivers/ptp/*
8250 F:      include/linux/ptp_cl*
8251
8252 PTRACE SUPPORT
8253 M:      Roland McGrath <roland@hack.frob.com>
8254 M:      Oleg Nesterov <oleg@redhat.com>
8255 S:      Maintained
8256 F:      include/asm-generic/syscall.h
8257 F:      include/linux/ptrace.h
8258 F:      include/linux/regset.h
8259 F:      include/linux/tracehook.h
8260 F:      include/uapi/linux/ptrace.h
8261 F:      kernel/ptrace.c
8262
8263 PVRUSB2 VIDEO4LINUX DRIVER
8264 M:      Mike Isely <isely@pobox.com>
8265 L:      pvrusb2@isely.net       (subscribers-only)
8266 L:      linux-media@vger.kernel.org
8267 W:      http://www.isely.net/pvrusb2/
8268 T:      git git://linuxtv.org/media_tree.git
8269 S:      Maintained
8270 F:      Documentation/video4linux/README.pvrusb2
8271 F:      drivers/media/usb/pvrusb2/
8272
8273 PWC WEBCAM DRIVER
8274 M:      Hans de Goede <hdegoede@redhat.com>
8275 L:      linux-media@vger.kernel.org
8276 T:      git git://linuxtv.org/media_tree.git
8277 S:      Maintained
8278 F:      drivers/media/usb/pwc/*
8279
8280 PWM FAN DRIVER
8281 M:      Kamil Debski <k.debski@samsung.com>
8282 L:      lm-sensors@lm-sensors.org
8283 S:      Supported
8284 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8285 F:      Documentation/hwmon/pwm-fan
8286 F:      drivers/hwmon/pwm-fan.c
8287
8288 PWM SUBSYSTEM
8289 M:      Thierry Reding <thierry.reding@gmail.com>
8290 L:      linux-pwm@vger.kernel.org
8291 S:      Maintained
8292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8293 F:      Documentation/pwm.txt
8294 F:      Documentation/devicetree/bindings/pwm/
8295 F:      include/linux/pwm.h
8296 F:      drivers/pwm/
8297 F:      drivers/video/backlight/pwm_bl.c
8298 F:      include/linux/pwm_backlight.h
8299
8300 PXA2xx/PXA3xx SUPPORT
8301 M:      Daniel Mack <daniel@zonque.org>
8302 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8303 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8305 T:      git git://github.com/hzhuang1/linux.git
8306 T:      git git://github.com/rjarzmik/linux.git
8307 S:      Maintained
8308 F:      arch/arm/mach-pxa/
8309 F:      drivers/dma/pxa*
8310 F:      drivers/pcmcia/pxa2xx*
8311 F:      drivers/spi/spi-pxa2xx*
8312 F:      drivers/usb/gadget/udc/pxa2*
8313 F:      include/sound/pxa2xx-lib.h
8314 F:      sound/arm/pxa*
8315 F:      sound/soc/pxa/
8316
8317 PXA3xx NAND FLASH DRIVER
8318 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8319 L:      linux-mtd@lists.infradead.org
8320 S:      Maintained
8321 F:      drivers/mtd/nand/pxa3xx_nand.c
8322
8323 MMP SUPPORT
8324 M:      Eric Miao <eric.y.miao@gmail.com>
8325 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8327 T:      git git://github.com/hzhuang1/linux.git
8328 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8329 S:      Maintained
8330 F:      arch/arm/mach-mmp/
8331
8332 PXA MMCI DRIVER
8333 S:      Orphan
8334
8335 PXA RTC DRIVER
8336 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8337 L:      rtc-linux@googlegroups.com
8338 S:      Maintained
8339
8340 QAT DRIVER
8341 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8342 L:      qat-linux@intel.com
8343 S:      Supported
8344 F:      drivers/crypto/qat/
8345
8346 QIB DRIVER
8347 M:      Mike Marciniszyn <infinipath@intel.com>
8348 L:      linux-rdma@vger.kernel.org
8349 S:      Supported
8350 F:      drivers/infiniband/hw/qib/
8351
8352 QLOGIC QLA1280 SCSI DRIVER
8353 M:      Michael Reed <mdr@sgi.com>
8354 L:      linux-scsi@vger.kernel.org
8355 S:      Maintained
8356 F:      drivers/scsi/qla1280.[ch]
8357
8358 QLOGIC QLA2XXX FC-SCSI DRIVER
8359 M:      qla2xxx-upstream@qlogic.com
8360 L:      linux-scsi@vger.kernel.org
8361 S:      Supported
8362 F:      Documentation/scsi/LICENSE.qla2xxx
8363 F:      drivers/scsi/qla2xxx/
8364
8365 QLOGIC QLA4XXX iSCSI DRIVER
8366 M:      QLogic-Storage-Upstream@qlogic.com
8367 L:      linux-scsi@vger.kernel.org
8368 S:      Supported
8369 F:      Documentation/scsi/LICENSE.qla4xxx
8370 F:      drivers/scsi/qla4xxx/
8371
8372 QLOGIC QLA3XXX NETWORK DRIVER
8373 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8374 M:      Ron Mercer <ron.mercer@qlogic.com>
8375 M:      linux-driver@qlogic.com
8376 L:      netdev@vger.kernel.org
8377 S:      Supported
8378 F:      Documentation/networking/LICENSE.qla3xxx
8379 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8380
8381 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8382 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8383 M:      Dept-GELinuxNICDev@qlogic.com
8384 L:      netdev@vger.kernel.org
8385 S:      Supported
8386 F:      drivers/net/ethernet/qlogic/qlcnic/
8387
8388 QLOGIC QLGE 10Gb ETHERNET DRIVER
8389 M:      Harish Patil <harish.patil@qlogic.com>
8390 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8391 M:      Dept-GELinuxNICDev@qlogic.com
8392 M:      linux-driver@qlogic.com
8393 L:      netdev@vger.kernel.org
8394 S:      Supported
8395 F:      drivers/net/ethernet/qlogic/qlge/
8396
8397 QNX4 FILESYSTEM
8398 M:      Anders Larsen <al@alarsen.net>
8399 W:      http://www.alarsen.net/linux/qnx4fs/
8400 S:      Maintained
8401 F:      fs/qnx4/
8402 F:      include/uapi/linux/qnx4_fs.h
8403 F:      include/uapi/linux/qnxtypes.h
8404
8405 QT1010 MEDIA DRIVER
8406 M:      Antti Palosaari <crope@iki.fi>
8407 L:      linux-media@vger.kernel.org
8408 W:      http://linuxtv.org/
8409 W:      http://palosaari.fi/linux/
8410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8411 T:      git git://linuxtv.org/anttip/media_tree.git
8412 S:      Maintained
8413 F:      drivers/media/tuners/qt1010*
8414
8415 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8416 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8417 L:      linux-wireless@vger.kernel.org
8418 L:      ath9k-devel@lists.ath9k.org
8419 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8420 S:      Supported
8421 F:      drivers/net/wireless/ath/ath9k/
8422
8423 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8424 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8425 L:      ath10k@lists.infradead.org
8426 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8427 T:      git git://github.com/kvalo/ath.git
8428 S:      Supported
8429 F:      drivers/net/wireless/ath/ath10k/
8430
8431 QUALCOMM HEXAGON ARCHITECTURE
8432 M:      Richard Kuo <rkuo@codeaurora.org>
8433 L:      linux-hexagon@vger.kernel.org
8434 S:      Supported
8435 F:      arch/hexagon/
8436
8437 QUALCOMM WCN36XX WIRELESS DRIVER
8438 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8439 L:      wcn36xx@lists.infradead.org
8440 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8441 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8442 S:      Supported
8443 F:      drivers/net/wireless/ath/wcn36xx/
8444
8445 RADOS BLOCK DEVICE (RBD)
8446 M:      Ilya Dryomov <idryomov@gmail.com>
8447 M:      Sage Weil <sage@redhat.com>
8448 M:      Alex Elder <elder@kernel.org>
8449 L:      ceph-devel@vger.kernel.org
8450 W:      http://ceph.com/
8451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8452 T:      git git://github.com/ceph/ceph-client.git
8453 S:      Supported
8454 F:      Documentation/ABI/testing/sysfs-bus-rbd
8455 F:      drivers/block/rbd.c
8456 F:      drivers/block/rbd_types.h
8457
8458 RADEON FRAMEBUFFER DISPLAY DRIVER
8459 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8460 L:      linux-fbdev@vger.kernel.org
8461 S:      Maintained
8462 F:      drivers/video/fbdev/aty/radeon*
8463 F:      include/uapi/linux/radeonfb.h
8464
8465 RADIOSHARK RADIO DRIVER
8466 M:      Hans de Goede <hdegoede@redhat.com>
8467 L:      linux-media@vger.kernel.org
8468 T:      git git://linuxtv.org/media_tree.git
8469 S:      Maintained
8470 F:      drivers/media/radio/radio-shark.c
8471
8472 RADIOSHARK2 RADIO DRIVER
8473 M:      Hans de Goede <hdegoede@redhat.com>
8474 L:      linux-media@vger.kernel.org
8475 T:      git git://linuxtv.org/media_tree.git
8476 S:      Maintained
8477 F:      drivers/media/radio/radio-shark2.c
8478 F:      drivers/media/radio/radio-tea5777.c
8479
8480 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8481 M:      Paul Mackerras <paulus@samba.org>
8482 L:      linux-fbdev@vger.kernel.org
8483 S:      Maintained
8484 F:      drivers/video/fbdev/aty/aty128fb.c
8485
8486 RALINK RT2X00 WIRELESS LAN DRIVER
8487 P:      rt2x00 project
8488 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8489 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8490 L:      linux-wireless@vger.kernel.org
8491 S:      Maintained
8492 F:      drivers/net/wireless/rt2x00/
8493
8494 RAMDISK RAM BLOCK DEVICE DRIVER
8495 M:      Jens Axboe <axboe@kernel.dk>
8496 S:      Maintained
8497 F:      Documentation/blockdev/ramdisk.txt
8498 F:      drivers/block/brd.c
8499
8500 RANDOM NUMBER DRIVER
8501 M:      "Theodore Ts'o" <tytso@mit.edu>
8502 S:      Maintained
8503 F:      drivers/char/random.c
8504
8505 RAPIDIO SUBSYSTEM
8506 M:      Matt Porter <mporter@kernel.crashing.org>
8507 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8508 S:      Maintained
8509 F:      drivers/rapidio/
8510
8511 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8512 L:      linux-wireless@vger.kernel.org
8513 S:      Orphan
8514 F:      drivers/net/wireless/ray*
8515
8516 RCUTORTURE MODULE
8517 M:      Josh Triplett <josh@joshtriplett.org>
8518 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8519 L:      linux-kernel@vger.kernel.org
8520 S:      Supported
8521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8522 F:      Documentation/RCU/torture.txt
8523 F:      kernel/rcu/rcutorture.c
8524
8525 RCUTORTURE TEST FRAMEWORK
8526 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8527 M:      Josh Triplett <josh@joshtriplett.org>
8528 R:      Steven Rostedt <rostedt@goodmis.org>
8529 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8530 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8531 L:      linux-kernel@vger.kernel.org
8532 S:      Supported
8533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8534 F:      tools/testing/selftests/rcutorture
8535
8536 RDC R-321X SoC
8537 M:      Florian Fainelli <florian@openwrt.org>
8538 S:      Maintained
8539
8540 RDC R6040 FAST ETHERNET DRIVER
8541 M:      Florian Fainelli <florian@openwrt.org>
8542 L:      netdev@vger.kernel.org
8543 S:      Maintained
8544 F:      drivers/net/ethernet/rdc/r6040.c
8545
8546 RDS - RELIABLE DATAGRAM SOCKETS
8547 M:      Chien Yen <chien.yen@oracle.com>
8548 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8549 S:      Supported
8550 F:      net/rds/
8551
8552 READ-COPY UPDATE (RCU)
8553 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8554 M:      Josh Triplett <josh@joshtriplett.org>
8555 R:      Steven Rostedt <rostedt@goodmis.org>
8556 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8557 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8558 L:      linux-kernel@vger.kernel.org
8559 W:      http://www.rdrop.com/users/paulmck/RCU/
8560 S:      Supported
8561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8562 F:      Documentation/RCU/
8563 X:      Documentation/RCU/torture.txt
8564 F:      include/linux/rcu*
8565 X:      include/linux/srcu.h
8566 F:      kernel/rcu/
8567 X:      kernel/torture.c
8568
8569 REAL TIME CLOCK (RTC) SUBSYSTEM
8570 M:      Alessandro Zummo <a.zummo@towertech.it>
8571 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8572 L:      rtc-linux@googlegroups.com
8573 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8575 S:      Maintained
8576 F:      Documentation/rtc.txt
8577 F:      drivers/rtc/
8578 F:      include/linux/rtc.h
8579 F:      include/uapi/linux/rtc.h
8580
8581 REALTEK AUDIO CODECS
8582 M:      Bard Liao <bardliao@realtek.com>
8583 M:      Oder Chiou <oder_chiou@realtek.com>
8584 S:      Maintained
8585 F:      sound/soc/codecs/rt*
8586 F:      include/sound/rt*.h
8587
8588 REISERFS FILE SYSTEM
8589 L:      reiserfs-devel@vger.kernel.org
8590 S:      Supported
8591 F:      fs/reiserfs/
8592
8593 REGISTER MAP ABSTRACTION
8594 M:      Mark Brown <broonie@kernel.org>
8595 L:      linux-kernel@vger.kernel.org
8596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8597 S:      Supported
8598 F:      drivers/base/regmap/
8599 F:      include/linux/regmap.h
8600
8601 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8602 M:      Ohad Ben-Cohen <ohad@wizery.com>
8603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8604 S:      Maintained
8605 F:      drivers/remoteproc/
8606 F:      Documentation/remoteproc.txt
8607 F:      include/linux/remoteproc.h
8608
8609 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8610 M:      Ohad Ben-Cohen <ohad@wizery.com>
8611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8612 S:      Maintained
8613 F:      drivers/rpmsg/
8614 F:      Documentation/rpmsg.txt
8615 F:      include/linux/rpmsg.h
8616
8617 RESET CONTROLLER FRAMEWORK
8618 M:      Philipp Zabel <p.zabel@pengutronix.de>
8619 S:      Maintained
8620 F:      drivers/reset/
8621 F:      Documentation/devicetree/bindings/reset/
8622 F:      include/dt-bindings/reset/
8623 F:      include/linux/reset.h
8624 F:      include/linux/reset-controller.h
8625
8626 RFKILL
8627 M:      Johannes Berg <johannes@sipsolutions.net>
8628 L:      linux-wireless@vger.kernel.org
8629 W:      http://wireless.kernel.org/
8630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8632 S:      Maintained
8633 F:      Documentation/rfkill.txt
8634 F:      net/rfkill/
8635
8636 RHASHTABLE
8637 M:      Thomas Graf <tgraf@suug.ch>
8638 L:      netdev@vger.kernel.org
8639 S:      Maintained
8640 F:      lib/rhashtable.c
8641 F:      include/linux/rhashtable.h
8642
8643 RICOH SMARTMEDIA/XD DRIVER
8644 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8645 S:      Maintained
8646 F:      drivers/mtd/nand/r852.c
8647 F:      drivers/mtd/nand/r852.h
8648
8649 RICOH R5C592 MEMORYSTICK DRIVER
8650 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8651 S:      Maintained
8652 F:      drivers/memstick/host/r592.*
8653
8654 ROCCAT DRIVERS
8655 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8656 W:      http://sourceforge.net/projects/roccat/
8657 S:      Maintained
8658 F:      drivers/hid/hid-roccat*
8659 F:      include/linux/hid-roccat*
8660 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8661
8662 ROCKER DRIVER
8663 M:      Jiri Pirko <jiri@resnulli.us>
8664 M:      Scott Feldman <sfeldma@gmail.com>
8665 L:      netdev@vger.kernel.org
8666 S:      Supported
8667 F:      drivers/net/ethernet/rocker/
8668
8669 ROCKETPORT DRIVER
8670 P:      Comtrol Corp.
8671 W:      http://www.comtrol.com
8672 S:      Maintained
8673 F:      Documentation/serial/rocket.txt
8674 F:      drivers/tty/rocket*
8675
8676 ROCKETPORT EXPRESS/INFINITY DRIVER
8677 M:      Kevin Cernekee <cernekee@gmail.com>
8678 L:      linux-serial@vger.kernel.org
8679 S:      Odd Fixes
8680 F:      drivers/tty/serial/rp2.*
8681
8682 ROSE NETWORK LAYER
8683 M:      Ralf Baechle <ralf@linux-mips.org>
8684 L:      linux-hams@vger.kernel.org
8685 W:      http://www.linux-ax25.org/
8686 S:      Maintained
8687 F:      include/net/rose.h
8688 F:      include/uapi/linux/rose.h
8689 F:      net/rose/
8690
8691 RTL2830 MEDIA DRIVER
8692 M:      Antti Palosaari <crope@iki.fi>
8693 L:      linux-media@vger.kernel.org
8694 W:      http://linuxtv.org/
8695 W:      http://palosaari.fi/linux/
8696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8697 T:      git git://linuxtv.org/anttip/media_tree.git
8698 S:      Maintained
8699 F:      drivers/media/dvb-frontends/rtl2830*
8700
8701 RTL2832 MEDIA DRIVER
8702 M:      Antti Palosaari <crope@iki.fi>
8703 L:      linux-media@vger.kernel.org
8704 W:      http://linuxtv.org/
8705 W:      http://palosaari.fi/linux/
8706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8707 T:      git git://linuxtv.org/anttip/media_tree.git
8708 S:      Maintained
8709 F:      drivers/media/dvb-frontends/rtl2832*
8710
8711 RTL2832_SDR MEDIA DRIVER
8712 M:      Antti Palosaari <crope@iki.fi>
8713 L:      linux-media@vger.kernel.org
8714 W:      http://linuxtv.org/
8715 W:      http://palosaari.fi/linux/
8716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8717 T:      git git://linuxtv.org/anttip/media_tree.git
8718 S:      Maintained
8719 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8720
8721 RTL8180 WIRELESS DRIVER
8722 L:      linux-wireless@vger.kernel.org
8723 W:      http://wireless.kernel.org/
8724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8725 S:      Orphan
8726 F:      drivers/net/wireless/rtl818x/rtl8180/
8727
8728 RTL8187 WIRELESS DRIVER
8729 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8730 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8731 M:      Larry Finger <Larry.Finger@lwfinger.net>
8732 L:      linux-wireless@vger.kernel.org
8733 W:      http://wireless.kernel.org/
8734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8735 S:      Maintained
8736 F:      drivers/net/wireless/rtl818x/rtl8187/
8737
8738 RTL8192CE WIRELESS DRIVER
8739 M:      Larry Finger <Larry.Finger@lwfinger.net>
8740 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8741 L:      linux-wireless@vger.kernel.org
8742 W:      http://wireless.kernel.org/
8743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8744 S:      Maintained
8745 F:      drivers/net/wireless/rtlwifi/
8746 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8747
8748 S3 SAVAGE FRAMEBUFFER DRIVER
8749 M:      Antonino Daplas <adaplas@gmail.com>
8750 L:      linux-fbdev@vger.kernel.org
8751 S:      Maintained
8752 F:      drivers/video/fbdev/savage/
8753
8754 S390
8755 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8756 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8757 L:      linux-s390@vger.kernel.org
8758 W:      http://www.ibm.com/developerworks/linux/linux390/
8759 S:      Supported
8760 F:      arch/s390/
8761 F:      drivers/s390/
8762 F:      Documentation/s390/
8763 F:      Documentation/DocBook/s390*
8764
8765 S390 COMMON I/O LAYER
8766 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8767 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8768 L:      linux-s390@vger.kernel.org
8769 W:      http://www.ibm.com/developerworks/linux/linux390/
8770 S:      Supported
8771 F:      drivers/s390/cio/
8772
8773 S390 DASD DRIVER
8774 M:      Stefan Weinhuber <wein@de.ibm.com>
8775 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8776 L:      linux-s390@vger.kernel.org
8777 W:      http://www.ibm.com/developerworks/linux/linux390/
8778 S:      Supported
8779 F:      drivers/s390/block/dasd*
8780 F:      block/partitions/ibm.c
8781
8782 S390 NETWORK DRIVERS
8783 M:      Ursula Braun <ursula.braun@de.ibm.com>
8784 L:      linux-s390@vger.kernel.org
8785 W:      http://www.ibm.com/developerworks/linux/linux390/
8786 S:      Supported
8787 F:      drivers/s390/net/
8788
8789 S390 PCI SUBSYSTEM
8790 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8791 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8792 L:      linux-s390@vger.kernel.org
8793 W:      http://www.ibm.com/developerworks/linux/linux390/
8794 S:      Supported
8795 F:      arch/s390/pci/
8796 F:      drivers/pci/hotplug/s390_pci_hpc.c
8797
8798 S390 ZCRYPT DRIVER
8799 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8800 L:      linux-s390@vger.kernel.org
8801 W:      http://www.ibm.com/developerworks/linux/linux390/
8802 S:      Supported
8803 F:      drivers/s390/crypto/
8804
8805 S390 ZFCP DRIVER
8806 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8807 L:      linux-s390@vger.kernel.org
8808 W:      http://www.ibm.com/developerworks/linux/linux390/
8809 S:      Supported
8810 F:      drivers/s390/scsi/zfcp_*
8811
8812 S390 IUCV NETWORK LAYER
8813 M:      Ursula Braun <ursula.braun@de.ibm.com>
8814 L:      linux-s390@vger.kernel.org
8815 W:      http://www.ibm.com/developerworks/linux/linux390/
8816 S:      Supported
8817 F:      drivers/s390/net/*iucv*
8818 F:      include/net/iucv/
8819 F:      net/iucv/
8820
8821 S3C24XX SD/MMC Driver
8822 M:      Ben Dooks <ben-linux@fluff.org>
8823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8824 S:      Supported
8825 F:      drivers/mmc/host/s3cmci.*
8826
8827 SAA6588 RDS RECEIVER DRIVER
8828 M:      Hans Verkuil <hverkuil@xs4all.nl>
8829 L:      linux-media@vger.kernel.org
8830 T:      git git://linuxtv.org/media_tree.git
8831 W:      http://linuxtv.org
8832 S:      Odd Fixes
8833 F:      drivers/media/i2c/saa6588*
8834
8835 SAA7134 VIDEO4LINUX DRIVER
8836 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8837 L:      linux-media@vger.kernel.org
8838 W:      http://linuxtv.org
8839 T:      git git://linuxtv.org/media_tree.git
8840 S:      Odd fixes
8841 F:      Documentation/video4linux/*.saa7134
8842 F:      drivers/media/pci/saa7134/
8843
8844 SAA7146 VIDEO4LINUX-2 DRIVER
8845 M:      Hans Verkuil <hverkuil@xs4all.nl>
8846 L:      linux-media@vger.kernel.org
8847 T:      git git://linuxtv.org/media_tree.git
8848 S:      Maintained
8849 F:      drivers/media/common/saa7146/
8850 F:      drivers/media/pci/saa7146/
8851 F:      include/media/saa7146*
8852
8853 SAMSUNG LAPTOP DRIVER
8854 M:      Corentin Chary <corentin.chary@gmail.com>
8855 L:      platform-driver-x86@vger.kernel.org
8856 S:      Maintained
8857 F:      drivers/platform/x86/samsung-laptop.c
8858
8859 SAMSUNG AUDIO (ASoC) DRIVERS
8860 M:      Sangbeom Kim <sbkim73@samsung.com>
8861 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8862 S:      Supported
8863 F:      sound/soc/samsung/
8864
8865 SAMSUNG FRAMEBUFFER DRIVER
8866 M:      Jingoo Han <jingoohan1@gmail.com>
8867 L:      linux-fbdev@vger.kernel.org
8868 S:      Maintained
8869 F:      drivers/video/fbdev/s3c-fb.c
8870
8871 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8872 M:      Sangbeom Kim <sbkim73@samsung.com>
8873 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8874 L:      linux-kernel@vger.kernel.org
8875 L:      linux-samsung-soc@vger.kernel.org
8876 S:      Supported
8877 F:      drivers/mfd/sec*.c
8878 F:      drivers/regulator/s2m*.c
8879 F:      drivers/regulator/s5m*.c
8880 F:      drivers/clk/clk-s2mps11.c
8881 F:      drivers/rtc/rtc-s5m.c
8882 F:      include/linux/mfd/samsung/
8883 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8884 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8885
8886 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8887 M:      Kyungmin Park <kyungmin.park@samsung.com>
8888 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8889 L:      linux-media@vger.kernel.org
8890 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8891 S:      Supported
8892 F:      drivers/media/platform/exynos4-is/
8893
8894 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8895 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8896 L:      linux-media@vger.kernel.org
8897 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8898 S:      Maintained
8899 F:      drivers/media/platform/s3c-camif/
8900 F:      include/media/s3c_camif.h
8901
8902 SAMSUNG S5C73M3 CAMERA DRIVER
8903 M:      Kyungmin Park <kyungmin.park@samsung.com>
8904 M:      Andrzej Hajda <a.hajda@samsung.com>
8905 L:      linux-media@vger.kernel.org
8906 S:      Supported
8907 F:      drivers/media/i2c/s5c73m3/*
8908
8909 SAMSUNG S5K5BAF CAMERA DRIVER
8910 M:      Kyungmin Park <kyungmin.park@samsung.com>
8911 M:      Andrzej Hajda <a.hajda@samsung.com>
8912 L:      linux-media@vger.kernel.org
8913 S:      Supported
8914 F:      drivers/media/i2c/s5k5baf.c
8915
8916 SAMSUNG S3FWRN5 NFC DRIVER
8917 M:      Robert Baldyga <r.baldyga@samsung.com>
8918 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8919 S:      Supported
8920 F:      drivers/nfc/s3fwrn5
8921
8922 SAMSUNG SOC CLOCK DRIVERS
8923 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8924 M:      Tomasz Figa <tomasz.figa@gmail.com>
8925 S:      Supported
8926 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8927 F:      drivers/clk/samsung/
8928
8929 SAMSUNG SXGBE DRIVERS
8930 M:      Byungho An <bh74.an@samsung.com>
8931 M:      Girish K S <ks.giri@samsung.com>
8932 M:      Vipul Pandya <vipul.pandya@samsung.com>
8933 S:      Supported
8934 L:      netdev@vger.kernel.org
8935 F:      drivers/net/ethernet/samsung/sxgbe/
8936
8937 SAMSUNG THERMAL DRIVER
8938 M:      Lukasz Majewski <l.majewski@samsung.com>
8939 L:      linux-pm@vger.kernel.org
8940 L:      linux-samsung-soc@vger.kernel.org
8941 S:      Supported
8942 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8943 F:      drivers/thermal/samsung/
8944
8945 SAMSUNG USB2 PHY DRIVER
8946 M:      Kamil Debski <k.debski@samsung.com>
8947 L:      linux-kernel@vger.kernel.org
8948 S:      Supported
8949 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8950 F:      Documentation/phy/samsung-usb2.txt
8951 F:      drivers/phy/phy-exynos4210-usb2.c
8952 F:      drivers/phy/phy-exynos4x12-usb2.c
8953 F:      drivers/phy/phy-exynos5250-usb2.c
8954 F:      drivers/phy/phy-s5pv210-usb2.c
8955 F:      drivers/phy/phy-samsung-usb2.c
8956 F:      drivers/phy/phy-samsung-usb2.h
8957
8958 SERIAL DRIVERS
8959 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8960 L:      linux-serial@vger.kernel.org
8961 S:      Maintained
8962 F:      drivers/tty/serial/
8963
8964 SYNOPSYS DESIGNWARE DMAC DRIVER
8965 M:      Viresh Kumar <vireshk@kernel.org>
8966 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8967 S:      Maintained
8968 F:      include/linux/dma/dw.h
8969 F:      include/linux/platform_data/dma-dw.h
8970 F:      drivers/dma/dw/
8971
8972 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8973 M: Lars Persson <lars.persson@axis.com>
8974 L: netdev@vger.kernel.org
8975 S: Supported
8976 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8977 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8978
8979 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8980 M:      Seungwon Jeon <tgih.jun@samsung.com>
8981 M:      Jaehoon Chung <jh80.chung@samsung.com>
8982 L:      linux-mmc@vger.kernel.org
8983 S:      Maintained
8984 F:      include/linux/mmc/dw_mmc.h
8985 F:      drivers/mmc/host/dw_mmc*
8986
8987 THUNDERBOLT DRIVER
8988 M:      Andreas Noever <andreas.noever@gmail.com>
8989 S:      Maintained
8990 F:      drivers/thunderbolt/
8991
8992 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8993 M:      John Stultz <john.stultz@linaro.org>
8994 M:      Thomas Gleixner <tglx@linutronix.de>
8995 L:      linux-kernel@vger.kernel.org
8996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8997 S:      Supported
8998 F:      include/linux/clocksource.h
8999 F:      include/linux/time.h
9000 F:      include/linux/timex.h
9001 F:      include/uapi/linux/time.h
9002 F:      include/uapi/linux/timex.h
9003 F:      kernel/time/clocksource.c
9004 F:      kernel/time/time*.c
9005 F:      kernel/time/ntp.c
9006 F:      tools/testing/selftests/timers/
9007
9008 SC1200 WDT DRIVER
9009 M:      Zwane Mwaikambo <zwanem@gmail.com>
9010 S:      Maintained
9011 F:      drivers/watchdog/sc1200wdt.c
9012
9013 SCHEDULER
9014 M:      Ingo Molnar <mingo@redhat.com>
9015 M:      Peter Zijlstra <peterz@infradead.org>
9016 L:      linux-kernel@vger.kernel.org
9017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9018 S:      Maintained
9019 F:      kernel/sched/
9020 F:      include/linux/sched.h
9021 F:      include/uapi/linux/sched.h
9022 F:      include/linux/wait.h
9023
9024 SCORE ARCHITECTURE
9025 M:      Chen Liqin <liqin.linux@gmail.com>
9026 M:      Lennox Wu <lennox.wu@gmail.com>
9027 W:      http://www.sunplus.com
9028 S:      Supported
9029 F:      arch/score/
9030
9031 SCSI CDROM DRIVER
9032 M:      Jens Axboe <axboe@kernel.dk>
9033 L:      linux-scsi@vger.kernel.org
9034 W:      http://www.kernel.dk
9035 S:      Maintained
9036 F:      drivers/scsi/sr*
9037
9038 SCSI RDMA PROTOCOL (SRP) INITIATOR
9039 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9040 L:      linux-rdma@vger.kernel.org
9041 S:      Supported
9042 W:      http://www.openfabrics.org
9043 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9045 F:      drivers/infiniband/ulp/srp/
9046 F:      include/scsi/srp.h
9047
9048 SCSI SG DRIVER
9049 M:      Doug Gilbert <dgilbert@interlog.com>
9050 L:      linux-scsi@vger.kernel.org
9051 W:      http://sg.danny.cz/sg
9052 S:      Maintained
9053 F:      Documentation/scsi/scsi-generic.txt
9054 F:      drivers/scsi/sg.c
9055 F:      include/scsi/sg.h
9056
9057 SCSI SUBSYSTEM
9058 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9059 L:      linux-scsi@vger.kernel.org
9060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9061 S:      Maintained
9062 F:      drivers/scsi/
9063 F:      include/scsi/
9064
9065 SCSI TAPE DRIVER
9066 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9067 L:      linux-scsi@vger.kernel.org
9068 S:      Maintained
9069 F:      Documentation/scsi/st.txt
9070 F:      drivers/scsi/st.*
9071 F:      drivers/scsi/st_*.h
9072
9073 SCTP PROTOCOL
9074 M:      Vlad Yasevich <vyasevich@gmail.com>
9075 M:      Neil Horman <nhorman@tuxdriver.com>
9076 L:      linux-sctp@vger.kernel.org
9077 W:      http://lksctp.sourceforge.net
9078 S:      Maintained
9079 F:      Documentation/networking/sctp.txt
9080 F:      include/linux/sctp.h
9081 F:      include/uapi/linux/sctp.h
9082 F:      include/net/sctp/
9083 F:      net/sctp/
9084
9085 SCx200 CPU SUPPORT
9086 M:      Jim Cromie <jim.cromie@gmail.com>
9087 S:      Odd Fixes
9088 F:      Documentation/i2c/busses/scx200_acb
9089 F:      arch/x86/platform/scx200/
9090 F:      drivers/watchdog/scx200_wdt.c
9091 F:      drivers/i2c/busses/scx200*
9092 F:      drivers/mtd/maps/scx200_docflash.c
9093 F:      include/linux/scx200.h
9094
9095 SCx200 GPIO DRIVER
9096 M:      Jim Cromie <jim.cromie@gmail.com>
9097 S:      Maintained
9098 F:      drivers/char/scx200_gpio.c
9099 F:      include/linux/scx200_gpio.h
9100
9101 SCx200 HRT CLOCKSOURCE DRIVER
9102 M:      Jim Cromie <jim.cromie@gmail.com>
9103 S:      Maintained
9104 F:      drivers/clocksource/scx200_hrt.c
9105
9106 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9107 M:      Sascha Sommer <saschasommer@freenet.de>
9108 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9109 S:      Maintained
9110 F:      drivers/mmc/host/sdricoh_cs.c
9111
9112 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9113 L:      linux-mmc@vger.kernel.org
9114 S:      Orphan
9115 F:      drivers/mmc/host/sdhci.*
9116 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9117
9118 SECURE COMPUTING
9119 M:      Kees Cook <keescook@chromium.org>
9120 R:      Andy Lutomirski <luto@amacapital.net>
9121 R:      Will Drewry <wad@chromium.org>
9122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9123 S:      Supported
9124 F:      kernel/seccomp.c
9125 F:      include/uapi/linux/seccomp.h
9126 F:      include/linux/seccomp.h
9127 F:      tools/testing/selftests/seccomp/*
9128 K:      \bsecure_computing
9129 K:      \bTIF_SECCOMP\b
9130
9131 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9132 M:      Ben Dooks <ben-linux@fluff.org>
9133 M:      Jaehoon Chung <jh80.chung@samsung.com>
9134 L:      linux-mmc@vger.kernel.org
9135 S:      Maintained
9136 F:      drivers/mmc/host/sdhci-s3c*
9137
9138 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9139 M:      Viresh Kumar <vireshk@kernel.org>
9140 L:      spear-devel@list.st.com
9141 L:      linux-mmc@vger.kernel.org
9142 S:      Maintained
9143 F:      drivers/mmc/host/sdhci-spear.c
9144
9145 SECURITY SUBSYSTEM
9146 M:      James Morris <james.l.morris@oracle.com>
9147 M:      "Serge E. Hallyn" <serge@hallyn.com>
9148 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9150 W:      http://kernsec.org/
9151 S:      Supported
9152 F:      security/
9153
9154 SECURITY CONTACT
9155 M:      Security Officers <security@kernel.org>
9156 S:      Supported
9157
9158 SELINUX SECURITY MODULE
9159 M:      Paul Moore <paul@paul-moore.com>
9160 M:      Stephen Smalley <sds@tycho.nsa.gov>
9161 M:      Eric Paris <eparis@parisplace.org>
9162 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9163 W:      http://selinuxproject.org
9164 T:      git git://git.infradead.org/users/pcmoore/selinux
9165 S:      Supported
9166 F:      include/linux/selinux*
9167 F:      security/selinux/
9168 F:      scripts/selinux/
9169
9170 APPARMOR SECURITY MODULE
9171 M:      John Johansen <john.johansen@canonical.com>
9172 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9173 W:      apparmor.wiki.kernel.org
9174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9175 S:      Supported
9176 F:      security/apparmor/
9177
9178 SENSABLE PHANTOM
9179 M:      Jiri Slaby <jirislaby@gmail.com>
9180 S:      Maintained
9181 F:      drivers/misc/phantom.c
9182 F:      include/uapi/linux/phantom.h
9183
9184 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9185 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9186 M:      Minh Tran <minh.tran@avagotech.com>
9187 M:      John Soni Jose <sony.john-n@avagotech.com>
9188 L:      linux-scsi@vger.kernel.org
9189 W:      http://www.avagotech.com
9190 S:      Supported
9191 F:      drivers/scsi/be2iscsi/
9192
9193 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9194 M:      Sathya Perla <sathya.perla@avagotech.com>
9195 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9196 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9197 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9198 L:      netdev@vger.kernel.org
9199 W:      http://www.emulex.com
9200 S:      Supported
9201 F:      drivers/net/ethernet/emulex/benet/
9202
9203 EMULEX ONECONNECT ROCE DRIVER
9204 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9205 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9206 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9207 L:      linux-rdma@vger.kernel.org
9208 W:      http://www.emulex.com
9209 S:      Supported
9210 F:      drivers/infiniband/hw/ocrdma/
9211
9212 SFC NETWORK DRIVER
9213 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9214 M:      Shradha Shah <sshah@solarflare.com>
9215 L:      netdev@vger.kernel.org
9216 S:      Supported
9217 F:      drivers/net/ethernet/sfc/
9218
9219 SGI GRU DRIVER
9220 M:      Dimitri Sivanich <sivanich@sgi.com>
9221 S:      Maintained
9222 F:      drivers/misc/sgi-gru/
9223
9224 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9225 M:      Pat Gefre <pfg@sgi.com>
9226 L:      linux-ia64@vger.kernel.org
9227 S:      Supported
9228 F:      Documentation/ia64/serial.txt
9229 F:      drivers/tty/serial/ioc?_serial.c
9230 F:      include/linux/ioc?.h
9231
9232 SGI XP/XPC/XPNET DRIVER
9233 M:      Cliff Whickman <cpw@sgi.com>
9234 M:      Robin Holt <robinmholt@gmail.com>
9235 S:      Maintained
9236 F:      drivers/misc/sgi-xp/
9237
9238 SI2157 MEDIA DRIVER
9239 M:      Antti Palosaari <crope@iki.fi>
9240 L:      linux-media@vger.kernel.org
9241 W:      http://linuxtv.org/
9242 W:      http://palosaari.fi/linux/
9243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9244 T:      git git://linuxtv.org/anttip/media_tree.git
9245 S:      Maintained
9246 F:      drivers/media/tuners/si2157*
9247
9248 SI2168 MEDIA DRIVER
9249 M:      Antti Palosaari <crope@iki.fi>
9250 L:      linux-media@vger.kernel.org
9251 W:      http://linuxtv.org/
9252 W:      http://palosaari.fi/linux/
9253 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9254 T:      git git://linuxtv.org/anttip/media_tree.git
9255 S:      Maintained
9256 F:      drivers/media/dvb-frontends/si2168*
9257
9258 SI470X FM RADIO RECEIVER I2C DRIVER
9259 M:      Hans Verkuil <hverkuil@xs4all.nl>
9260 L:      linux-media@vger.kernel.org
9261 T:      git git://linuxtv.org/media_tree.git
9262 W:      http://linuxtv.org
9263 S:      Odd Fixes
9264 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9265
9266 SI470X FM RADIO RECEIVER USB DRIVER
9267 M:      Hans Verkuil <hverkuil@xs4all.nl>
9268 L:      linux-media@vger.kernel.org
9269 T:      git git://linuxtv.org/media_tree.git
9270 W:      http://linuxtv.org
9271 S:      Maintained
9272 F:      drivers/media/radio/si470x/radio-si470x-common.c
9273 F:      drivers/media/radio/si470x/radio-si470x.h
9274 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9275
9276 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9277 M:      Eduardo Valentin <edubezval@gmail.com>
9278 L:      linux-media@vger.kernel.org
9279 T:      git git://linuxtv.org/media_tree.git
9280 W:      http://linuxtv.org
9281 S:      Odd Fixes
9282 F:      drivers/media/radio/si4713/si4713.?
9283
9284 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9285 M:      Eduardo Valentin <edubezval@gmail.com>
9286 L:      linux-media@vger.kernel.org
9287 T:      git git://linuxtv.org/media_tree.git
9288 W:      http://linuxtv.org
9289 S:      Odd Fixes
9290 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9291
9292 SI4713 FM RADIO TRANSMITTER USB DRIVER
9293 M:      Hans Verkuil <hverkuil@xs4all.nl>
9294 L:      linux-media@vger.kernel.org
9295 T:      git git://linuxtv.org/media_tree.git
9296 W:      http://linuxtv.org
9297 S:      Maintained
9298 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9299
9300 SIANO DVB DRIVER
9301 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9302 L:      linux-media@vger.kernel.org
9303 W:      http://linuxtv.org
9304 T:      git git://linuxtv.org/media_tree.git
9305 S:      Odd fixes
9306 F:      drivers/media/common/siano/
9307 F:      drivers/media/usb/siano/
9308 F:      drivers/media/usb/siano/
9309 F:      drivers/media/mmc/siano/
9310
9311 SIMPLEFB FB DRIVER
9312 M:      Hans de Goede <hdegoede@redhat.com>
9313 L:      linux-fbdev@vger.kernel.org
9314 S:      Maintained
9315 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9316 F:      drivers/video/fbdev/simplefb.c
9317 F:      include/linux/platform_data/simplefb.h
9318
9319 SH_VEU V4L2 MEM2MEM DRIVER
9320 L:      linux-media@vger.kernel.org
9321 S:      Orphan
9322 F:      drivers/media/platform/sh_veu.c
9323
9324 SH_VOU V4L2 OUTPUT DRIVER
9325 L:      linux-media@vger.kernel.org
9326 S:      Orphan
9327 F:      drivers/media/platform/sh_vou.c
9328 F:      include/media/sh_vou.h
9329
9330 SIMPLE FIRMWARE INTERFACE (SFI)
9331 M:      Len Brown <lenb@kernel.org>
9332 L:      sfi-devel@simplefirmware.org
9333 W:      http://simplefirmware.org/
9334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9335 S:      Supported
9336 F:      arch/x86/platform/sfi/
9337 F:      drivers/sfi/
9338 F:      include/linux/sfi*.h
9339
9340 SIMTEC EB110ATX (Chalice CATS)
9341 P:      Ben Dooks
9342 P:      Vincent Sanders <vince@simtec.co.uk>
9343 M:      Simtec Linux Team <linux@simtec.co.uk>
9344 W:      http://www.simtec.co.uk/products/EB110ATX/
9345 S:      Supported
9346
9347 SIMTEC EB2410ITX (BAST)
9348 P:      Ben Dooks
9349 P:      Vincent Sanders <vince@simtec.co.uk>
9350 M:      Simtec Linux Team <linux@simtec.co.uk>
9351 W:      http://www.simtec.co.uk/products/EB2410ITX/
9352 S:      Supported
9353 F:      arch/arm/mach-s3c24xx/mach-bast.c
9354 F:      arch/arm/mach-s3c24xx/bast-ide.c
9355 F:      arch/arm/mach-s3c24xx/bast-irq.c
9356
9357 TI DAVINCI MACHINE SUPPORT
9358 M:      Sekhar Nori <nsekhar@ti.com>
9359 M:      Kevin Hilman <khilman@deeprootsystems.com>
9360 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9361 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9362 S:      Supported
9363 F:      arch/arm/mach-davinci/
9364 F:      drivers/i2c/busses/i2c-davinci.c
9365
9366 TI DAVINCI SERIES MEDIA DRIVER
9367 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9368 L:      linux-media@vger.kernel.org
9369 W:      http://linuxtv.org/
9370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9371 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9372 S:      Maintained
9373 F:      drivers/media/platform/davinci/
9374 F:      include/media/davinci/
9375
9376 TI AM437X VPFE DRIVER
9377 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9378 L:      linux-media@vger.kernel.org
9379 W:      http://linuxtv.org/
9380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9381 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9382 S:      Maintained
9383 F:      drivers/media/platform/am437x/
9384
9385 OV2659 OMNIVISION SENSOR DRIVER
9386 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9387 L:      linux-media@vger.kernel.org
9388 W:      http://linuxtv.org/
9389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9390 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9391 S:      Maintained
9392 F:      drivers/media/i2c/ov2659.c
9393 F:      include/media/ov2659.h
9394
9395 SILICON MOTION SM712 FRAME BUFFER DRIVER
9396 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9397 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9398 M:      Sudip Mukherjee <sudip@vectorindia.org>
9399 L:      linux-fbdev@vger.kernel.org
9400 S:      Maintained
9401 F:      drivers/video/fbdev/sm712*
9402 F:      Documentation/fb/sm712fb.txt
9403
9404 SIS 190 ETHERNET DRIVER
9405 M:      Francois Romieu <romieu@fr.zoreil.com>
9406 L:      netdev@vger.kernel.org
9407 S:      Maintained
9408 F:      drivers/net/ethernet/sis/sis190.c
9409
9410 SIS 900/7016 FAST ETHERNET DRIVER
9411 M:      Daniele Venzano <venza@brownhat.org>
9412 W:      http://www.brownhat.org/sis900.html
9413 L:      netdev@vger.kernel.org
9414 S:      Maintained
9415 F:      drivers/net/ethernet/sis/sis900.*
9416
9417 SIS FRAMEBUFFER DRIVER
9418 M:      Thomas Winischhofer <thomas@winischhofer.net>
9419 W:      http://www.winischhofer.net/linuxsisvga.shtml
9420 S:      Maintained
9421 F:      Documentation/fb/sisfb.txt
9422 F:      drivers/video/fbdev/sis/
9423 F:      include/video/sisfb.h
9424
9425 SIS USB2VGA DRIVER
9426 M:      Thomas Winischhofer <thomas@winischhofer.net>
9427 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9428 S:      Maintained
9429 F:      drivers/usb/misc/sisusbvga/
9430
9431 SLAB ALLOCATOR
9432 M:      Christoph Lameter <cl@linux.com>
9433 M:      Pekka Enberg <penberg@kernel.org>
9434 M:      David Rientjes <rientjes@google.com>
9435 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9436 M:      Andrew Morton <akpm@linux-foundation.org>
9437 L:      linux-mm@kvack.org
9438 S:      Maintained
9439 F:      include/linux/sl?b*.h
9440 F:      mm/sl?b*
9441
9442 SLEEPABLE READ-COPY UPDATE (SRCU)
9443 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9444 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9445 M:      Josh Triplett <josh@joshtriplett.org>
9446 R:      Steven Rostedt <rostedt@goodmis.org>
9447 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9448 L:      linux-kernel@vger.kernel.org
9449 W:      http://www.rdrop.com/users/paulmck/RCU/
9450 S:      Supported
9451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9452 F:      include/linux/srcu.h
9453 F:      kernel/rcu/srcu.c
9454
9455 SMACK SECURITY MODULE
9456 M:      Casey Schaufler <casey@schaufler-ca.com>
9457 L:      linux-security-module@vger.kernel.org
9458 W:      http://schaufler-ca.com
9459 T:      git git://git.gitorious.org/smack-next/kernel.git
9460 S:      Maintained
9461 F:      Documentation/security/Smack.txt
9462 F:      security/smack/
9463
9464 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9465 M:      Kevin Hilman <khilman@kernel.org>
9466 M:      Nishanth Menon <nm@ti.com>
9467 S:      Maintained
9468 F:      drivers/power/avs/
9469 F:      include/linux/power/smartreflex.h
9470 L:      linux-pm@vger.kernel.org
9471
9472 SMC91x ETHERNET DRIVER
9473 M:      Nicolas Pitre <nico@fluxnic.net>
9474 S:      Odd Fixes
9475 F:      drivers/net/ethernet/smsc/smc91x.*
9476
9477 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9478 M:      Sakari Ailus <sakari.ailus@iki.fi>
9479 L:      linux-media@vger.kernel.org
9480 S:      Maintained
9481 F:      drivers/media/i2c/smiapp/
9482 F:      include/media/smiapp.h
9483 F:      drivers/media/i2c/smiapp-pll.c
9484 F:      drivers/media/i2c/smiapp-pll.h
9485 F:      include/uapi/linux/smiapp.h
9486 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9487
9488 SMM665 HARDWARE MONITOR DRIVER
9489 M:      Guenter Roeck <linux@roeck-us.net>
9490 L:      lm-sensors@lm-sensors.org
9491 S:      Maintained
9492 F:      Documentation/hwmon/smm665
9493 F:      drivers/hwmon/smm665.c
9494
9495 SMSC EMC2103 HARDWARE MONITOR DRIVER
9496 M:      Steve Glendinning <steve.glendinning@shawell.net>
9497 L:      lm-sensors@lm-sensors.org
9498 S:      Maintained
9499 F:      Documentation/hwmon/emc2103
9500 F:      drivers/hwmon/emc2103.c
9501
9502 SMSC SCH5627 HARDWARE MONITOR DRIVER
9503 M:      Hans de Goede <hdegoede@redhat.com>
9504 L:      lm-sensors@lm-sensors.org
9505 S:      Supported
9506 F:      Documentation/hwmon/sch5627
9507 F:      drivers/hwmon/sch5627.c
9508
9509 SMSC47B397 HARDWARE MONITOR DRIVER
9510 M:      Jean Delvare <jdelvare@suse.com>
9511 L:      lm-sensors@lm-sensors.org
9512 S:      Maintained
9513 F:      Documentation/hwmon/smsc47b397
9514 F:      drivers/hwmon/smsc47b397.c
9515
9516 SMSC911x ETHERNET DRIVER
9517 M:      Steve Glendinning <steve.glendinning@shawell.net>
9518 L:      netdev@vger.kernel.org
9519 S:      Maintained
9520 F:      include/linux/smsc911x.h
9521 F:      drivers/net/ethernet/smsc/smsc911x.*
9522
9523 SMSC9420 PCI ETHERNET DRIVER
9524 M:      Steve Glendinning <steve.glendinning@shawell.net>
9525 L:      netdev@vger.kernel.org
9526 S:      Maintained
9527 F:      drivers/net/ethernet/smsc/smsc9420.*
9528
9529 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9530 M:      Steve Glendinning <steve.glendinning@shawell.net>
9531 L:      linux-fbdev@vger.kernel.org
9532 S:      Maintained
9533 F:      drivers/video/fbdev/smscufx.c
9534
9535 SOC-CAMERA V4L2 SUBSYSTEM
9536 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9537 L:      linux-media@vger.kernel.org
9538 T:      git git://linuxtv.org/media_tree.git
9539 S:      Maintained
9540 F:      include/media/soc*
9541 F:      drivers/media/i2c/soc_camera/
9542 F:      drivers/media/platform/soc_camera/
9543
9544 SOEKRIS NET48XX LED SUPPORT
9545 M:      Chris Boot <bootc@bootc.net>
9546 S:      Maintained
9547 F:      drivers/leds/leds-net48xx.c
9548
9549 SOFTLOGIC 6x10 MPEG CODEC
9550 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9551 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9552 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9553 M:      Ismael Luceno <ismael@iodev.co.uk>
9554 L:      linux-media@vger.kernel.org
9555 S:      Supported
9556 F:      drivers/media/pci/solo6x10/
9557
9558 SOFTWARE RAID (Multiple Disks) SUPPORT
9559 M:      Neil Brown <neilb@suse.com>
9560 L:      linux-raid@vger.kernel.org
9561 S:      Supported
9562 F:      drivers/md/
9563 F:      include/linux/raid/
9564 F:      include/uapi/linux/raid/
9565
9566 SONIC NETWORK DRIVER
9567 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9568 L:      netdev@vger.kernel.org
9569 S:      Maintained
9570 F:      drivers/net/ethernet/natsemi/sonic.*
9571
9572 SONICS SILICON BACKPLANE DRIVER (SSB)
9573 M:      Michael Buesch <m@bues.ch>
9574 L:      netdev@vger.kernel.org
9575 S:      Maintained
9576 F:      drivers/ssb/
9577 F:      include/linux/ssb/
9578
9579 SONY VAIO CONTROL DEVICE DRIVER
9580 M:      Mattia Dongili <malattia@linux.it>
9581 L:      platform-driver-x86@vger.kernel.org
9582 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9583 S:      Maintained
9584 F:      Documentation/laptops/sony-laptop.txt
9585 F:      drivers/char/sonypi.c
9586 F:      drivers/platform/x86/sony-laptop.c
9587 F:      include/linux/sony-laptop.h
9588
9589 SONY MEMORYSTICK CARD SUPPORT
9590 M:      Alex Dubov <oakad@yahoo.com>
9591 W:      http://tifmxx.berlios.de/
9592 S:      Maintained
9593 F:      drivers/memstick/host/tifm_ms.c
9594
9595 SONY MEMORYSTICK STANDARD SUPPORT
9596 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9597 S:      Maintained
9598 F:      drivers/memstick/core/ms_block.*
9599
9600 SOUND
9601 M:      Jaroslav Kysela <perex@perex.cz>
9602 M:      Takashi Iwai <tiwai@suse.com>
9603 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9604 W:      http://www.alsa-project.org/
9605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9606 T:      git git://git.alsa-project.org/alsa-kernel.git
9607 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9608 S:      Maintained
9609 F:      Documentation/sound/
9610 F:      include/sound/
9611 F:      include/uapi/sound/
9612 F:      sound/
9613
9614 SOUND - COMPRESSED AUDIO
9615 M:      Vinod Koul <vinod.koul@intel.com>
9616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9618 S:      Supported
9619 F:      Documentation/sound/alsa/compress_offload.txt
9620 F:      include/sound/compress_driver.h
9621 F:      include/uapi/sound/compress_*
9622 F:      sound/core/compress_offload.c
9623 F:      sound/soc/soc-compress.c
9624
9625 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9626 M:      Liam Girdwood <lgirdwood@gmail.com>
9627 M:      Mark Brown <broonie@kernel.org>
9628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9629 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9630 W:      http://alsa-project.org/main/index.php/ASoC
9631 S:      Supported
9632 F:      Documentation/sound/alsa/soc/
9633 F:      sound/soc/
9634 F:      include/sound/soc*
9635
9636 SOUND - DMAENGINE HELPERS
9637 M:      Lars-Peter Clausen <lars@metafoo.de>
9638 S:      Supported
9639 F:      include/sound/dmaengine_pcm.h
9640 F:      sound/core/pcm_dmaengine.c
9641 F:      sound/soc/soc-generic-dmaengine-pcm.c
9642
9643 SP2 MEDIA DRIVER
9644 M:      Olli Salonen <olli.salonen@iki.fi>
9645 L:      linux-media@vger.kernel.org
9646 W:      http://linuxtv.org/
9647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9648 S:      Maintained
9649 F:      drivers/media/dvb-frontends/sp2*
9650
9651 SPARC + UltraSPARC (sparc/sparc64)
9652 M:      "David S. Miller" <davem@davemloft.net>
9653 L:      sparclinux@vger.kernel.org
9654 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9657 S:      Maintained
9658 F:      arch/sparc/
9659 F:      drivers/sbus/
9660
9661 SPARC SERIAL DRIVERS
9662 M:      "David S. Miller" <davem@davemloft.net>
9663 L:      sparclinux@vger.kernel.org
9664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9666 S:      Maintained
9667 F:      include/linux/sunserialcore.h
9668 F:      drivers/tty/serial/suncore.c
9669 F:      drivers/tty/serial/sunhv.c
9670 F:      drivers/tty/serial/sunsab.c
9671 F:      drivers/tty/serial/sunsab.h
9672 F:      drivers/tty/serial/sunsu.c
9673 F:      drivers/tty/serial/sunzilog.c
9674 F:      drivers/tty/serial/sunzilog.h
9675
9676 SPARSE CHECKER
9677 M:      "Christopher Li" <sparse@chrisli.org>
9678 L:      linux-sparse@vger.kernel.org
9679 W:      https://sparse.wiki.kernel.org/
9680 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9681 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9682 S:      Maintained
9683 F:      include/linux/compiler.h
9684
9685 SPEAR PLATFORM SUPPORT
9686 M:      Viresh Kumar <vireshk@kernel.org>
9687 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9688 L:      spear-devel@list.st.com
9689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9690 W:      http://www.st.com/spear
9691 S:      Maintained
9692 F:      arch/arm/mach-spear/
9693
9694 SPEAR CLOCK FRAMEWORK SUPPORT
9695 M:      Viresh Kumar <vireshk@kernel.org>
9696 L:      spear-devel@list.st.com
9697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9698 W:      http://www.st.com/spear
9699 S:      Maintained
9700 F:      drivers/clk/spear/
9701
9702 SPI SUBSYSTEM
9703 M:      Mark Brown <broonie@kernel.org>
9704 L:      linux-spi@vger.kernel.org
9705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9706 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9707 S:      Maintained
9708 F:      Documentation/spi/
9709 F:      drivers/spi/
9710 F:      include/linux/spi/
9711 F:      include/uapi/linux/spi/
9712
9713 SPIDERNET NETWORK DRIVER for CELL
9714 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9715 L:      netdev@vger.kernel.org
9716 S:      Supported
9717 F:      Documentation/networking/spider_net.txt
9718 F:      drivers/net/ethernet/toshiba/spider_net*
9719
9720 SPU FILE SYSTEM
9721 M:      Jeremy Kerr <jk@ozlabs.org>
9722 L:      linuxppc-dev@lists.ozlabs.org
9723 W:      http://www.ibm.com/developerworks/power/cell/
9724 S:      Supported
9725 F:      Documentation/filesystems/spufs.txt
9726 F:      arch/powerpc/platforms/cell/spufs/
9727
9728 SQUASHFS FILE SYSTEM
9729 M:      Phillip Lougher <phillip@squashfs.org.uk>
9730 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9731 W:      http://squashfs.org.uk
9732 S:      Maintained
9733 F:      Documentation/filesystems/squashfs.txt
9734 F:      fs/squashfs/
9735
9736 SRM (Alpha) environment access
9737 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9738 S:      Maintained
9739 F:      arch/alpha/kernel/srm_env.c
9740
9741 STABLE BRANCH
9742 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9743 L:      stable@vger.kernel.org
9744 S:      Supported
9745 F:      Documentation/stable_kernel_rules.txt
9746
9747 STAGING SUBSYSTEM
9748 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9750 L:      devel@driverdev.osuosl.org
9751 S:      Supported
9752 F:      drivers/staging/
9753
9754 STAGING - COMEDI
9755 M:      Ian Abbott <abbotti@mev.co.uk>
9756 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9757 S:      Odd Fixes
9758 F:      drivers/staging/comedi/
9759
9760 STAGING - FLARION FT1000 DRIVERS
9761 M:      Marek Belisko <marek.belisko@gmail.com>
9762 S:      Odd Fixes
9763 F:      drivers/staging/ft1000/
9764
9765 STAGING - INDUSTRIAL IO
9766 M:      Jonathan Cameron <jic23@kernel.org>
9767 L:      linux-iio@vger.kernel.org
9768 S:      Odd Fixes
9769 F:      drivers/staging/iio/
9770
9771 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9772 M:      Jarod Wilson <jarod@wilsonet.com>
9773 W:      http://www.lirc.org/
9774 S:      Odd Fixes
9775 F:      drivers/staging/media/lirc/
9776
9777 STAGING - LUSTRE PARALLEL FILESYSTEM
9778 M:      Oleg Drokin <oleg.drokin@intel.com>
9779 M:      Andreas Dilger <andreas.dilger@intel.com>
9780 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9781 W:      http://lustre.opensfs.org/
9782 S:      Maintained
9783 F:      drivers/staging/lustre
9784
9785 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9786 M:      Julian Andres Klode <jak@jak-linux.org>
9787 M:      Marc Dietrich <marvin24@gmx.de>
9788 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9789 L:      linux-tegra@vger.kernel.org
9790 S:      Maintained
9791 F:      drivers/staging/nvec/
9792
9793 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9794 M:      Jens Frederich <jfrederich@gmail.com>
9795 M:      Daniel Drake <dsd@laptop.org>
9796 M:      Jon Nettleton <jon.nettleton@gmail.com>
9797 W:      http://wiki.laptop.org/go/DCON
9798 S:      Maintained
9799 F:      drivers/staging/olpc_dcon/
9800
9801 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9802 M:      Willy Tarreau <willy@meta-x.org>
9803 S:      Odd Fixes
9804 F:      drivers/staging/panel/
9805
9806 STAGING - REALTEK RTL8712U DRIVERS
9807 M:      Larry Finger <Larry.Finger@lwfinger.net>
9808 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9809 S:      Odd Fixes
9810 F:      drivers/staging/rtl8712/
9811
9812 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9813 M:      Larry Finger <Larry.Finger@lwfinger.net>
9814 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9815 L:      linux-wireless@vger.kernel.org
9816 S:      Maintained
9817 F:      drivers/staging/rtl8723au/
9818
9819 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9820 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9821 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9822 M:      Sudip Mukherjee <sudip@vectorindia.org>
9823 L:      linux-fbdev@vger.kernel.org
9824 S:      Maintained
9825 F:      drivers/staging/sm750fb/
9826
9827 STAGING - SLICOSS
9828 M:      Lior Dotan <liodot@gmail.com>
9829 M:      Christopher Harrer <charrer@alacritech.com>
9830 S:      Odd Fixes
9831 F:      drivers/staging/slicoss/
9832
9833 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9834 M:      William Hubbs <w.d.hubbs@gmail.com>
9835 M:      Chris Brannon <chris@the-brannons.com>
9836 M:      Kirk Reiser <kirk@reisers.ca>
9837 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9838 L:      speakup@linux-speakup.org
9839 W:      http://www.linux-speakup.org/
9840 S:      Odd Fixes
9841 F:      drivers/staging/speakup/
9842
9843 STAGING - VIA VT665X DRIVERS
9844 M:      Forest Bond <forest@alittletooquiet.net>
9845 S:      Odd Fixes
9846 F:      drivers/staging/vt665?/
9847
9848 STAGING - WILC1000 WIFI DRIVER
9849 M:      Johnny Kim <johnny.kim@atmel.com>
9850 M:      Rachel Kim <rachel.kim@atmel.com>
9851 M:      Dean Lee <dean.lee@atmel.com>
9852 M:      Chris Park <chris.park@atmel.com>
9853 L:      linux-wireless@vger.kernel.org
9854 S:      Supported
9855 F:      drivers/staging/wilc1000/
9856
9857 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9858 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9859 S:      Odd Fixes
9860 F:      drivers/staging/xgifb/
9861
9862 STARFIRE/DURALAN NETWORK DRIVER
9863 M:      Ion Badulescu <ionut@badula.org>
9864 S:      Odd Fixes
9865 F:      drivers/net/ethernet/adaptec/starfire*
9866
9867 SUN3/3X
9868 M:      Sam Creasey <sammy@sammy.net>
9869 W:      http://sammy.net/sun3/
9870 S:      Maintained
9871 F:      arch/m68k/kernel/*sun3*
9872 F:      arch/m68k/sun3*/
9873 F:      arch/m68k/include/asm/sun3*
9874 F:      drivers/net/ethernet/i825xx/sun3*
9875
9876 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9877 M:      Hans de Goede <hdegoede@redhat.com>
9878 L:      linux-input@vger.kernel.org
9879 S:      Maintained
9880 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9881 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9882
9883 SUNDANCE NETWORK DRIVER
9884 M:      Denis Kirjanov <kda@linux-powerpc.org>
9885 L:      netdev@vger.kernel.org
9886 S:      Maintained
9887 F:      drivers/net/ethernet/dlink/sundance.c
9888
9889 SUPERH
9890 L:      linux-sh@vger.kernel.org
9891 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9892 S:      Orphan
9893 F:      Documentation/sh/
9894 F:      arch/sh/
9895 F:      drivers/sh/
9896
9897 SUSPEND TO RAM
9898 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9899 M:      Len Brown <len.brown@intel.com>
9900 M:      Pavel Machek <pavel@ucw.cz>
9901 L:      linux-pm@vger.kernel.org
9902 S:      Supported
9903 F:      Documentation/power/
9904 F:      arch/x86/kernel/acpi/
9905 F:      drivers/base/power/
9906 F:      kernel/power/
9907 F:      include/linux/suspend.h
9908 F:      include/linux/freezer.h
9909 F:      include/linux/pm.h
9910
9911 SVGA HANDLING
9912 M:      Martin Mares <mj@ucw.cz>
9913 L:      linux-video@atrey.karlin.mff.cuni.cz
9914 S:      Maintained
9915 F:      Documentation/svga.txt
9916 F:      arch/x86/boot/video*
9917
9918 SWIOTLB SUBSYSTEM
9919 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9920 L:      linux-kernel@vger.kernel.org
9921 S:      Supported
9922 F:      lib/swiotlb.c
9923 F:      arch/*/kernel/pci-swiotlb.c
9924 F:      include/linux/swiotlb.h
9925
9926 SWITCHDEV
9927 M:      Jiri Pirko <jiri@resnulli.us>
9928 L:      netdev@vger.kernel.org
9929 S:      Supported
9930 F:      net/switchdev/
9931 F:      include/net/switchdev.h
9932
9933 SYNOPSYS ARC ARCHITECTURE
9934 M:      Vineet Gupta <vgupta@synopsys.com>
9935 S:      Supported
9936 F:      arch/arc/
9937 F:      Documentation/devicetree/bindings/arc/*
9938 F:      drivers/tty/serial/arc_uart.c
9939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9940
9941 SYNOPSYS ARC SDP platform support
9942 M:      Alexey Brodkin <abrodkin@synopsys.com>
9943 S:      Supported
9944 F:      arch/arc/plat-axs10x
9945 F:      arch/arc/boot/dts/ax*
9946 F:      Documentation/devicetree/bindings/arc/axs10*
9947
9948 SYSTEM CONFIGURATION (SYSCON)
9949 M:      Lee Jones <lee.jones@linaro.org>
9950 M:      Arnd Bergmann <arnd@arndb.de>
9951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9952 S:      Supported
9953 F:      drivers/mfd/syscon.c
9954
9955 SYSV FILESYSTEM
9956 M:      Christoph Hellwig <hch@infradead.org>
9957 S:      Maintained
9958 F:      Documentation/filesystems/sysv-fs.txt
9959 F:      fs/sysv/
9960 F:      include/linux/sysv_fs.h
9961
9962 TARGET SUBSYSTEM
9963 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9964 L:      linux-scsi@vger.kernel.org
9965 L:      target-devel@vger.kernel.org
9966 W:      http://www.linux-iscsi.org
9967 W:      http://groups.google.com/group/linux-iscsi-target-dev
9968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9969 S:      Supported
9970 F:      drivers/target/
9971 F:      include/target/
9972 F:      Documentation/target/
9973
9974 TASKSTATS STATISTICS INTERFACE
9975 M:      Balbir Singh <bsingharora@gmail.com>
9976 S:      Maintained
9977 F:      Documentation/accounting/taskstats*
9978 F:      include/linux/taskstats*
9979 F:      kernel/taskstats.c
9980
9981 TC CLASSIFIER
9982 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9983 L:      netdev@vger.kernel.org
9984 S:      Maintained
9985 F:      include/net/pkt_cls.h
9986 F:      include/uapi/linux/pkt_cls.h
9987 F:      net/sched/
9988
9989 TCP LOW PRIORITY MODULE
9990 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9991 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9992 W:      http://tcp-lp-mod.sourceforge.net/
9993 S:      Maintained
9994 F:      net/ipv4/tcp_lp.c
9995
9996 TDA10071 MEDIA DRIVER
9997 M:      Antti Palosaari <crope@iki.fi>
9998 L:      linux-media@vger.kernel.org
9999 W:      http://linuxtv.org/
10000 W:      http://palosaari.fi/linux/
10001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10002 T:      git git://linuxtv.org/anttip/media_tree.git
10003 S:      Maintained
10004 F:      drivers/media/dvb-frontends/tda10071*
10005
10006 TDA18212 MEDIA DRIVER
10007 M:      Antti Palosaari <crope@iki.fi>
10008 L:      linux-media@vger.kernel.org
10009 W:      http://linuxtv.org/
10010 W:      http://palosaari.fi/linux/
10011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10012 T:      git git://linuxtv.org/anttip/media_tree.git
10013 S:      Maintained
10014 F:      drivers/media/tuners/tda18212*
10015
10016 TDA18218 MEDIA DRIVER
10017 M:      Antti Palosaari <crope@iki.fi>
10018 L:      linux-media@vger.kernel.org
10019 W:      http://linuxtv.org/
10020 W:      http://palosaari.fi/linux/
10021 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10022 T:      git git://linuxtv.org/anttip/media_tree.git
10023 S:      Maintained
10024 F:      drivers/media/tuners/tda18218*
10025
10026 TDA18271 MEDIA DRIVER
10027 M:      Michael Krufky <mkrufky@linuxtv.org>
10028 L:      linux-media@vger.kernel.org
10029 W:      http://linuxtv.org/
10030 W:      http://github.com/mkrufky
10031 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10032 T:      git git://linuxtv.org/mkrufky/tuners.git
10033 S:      Maintained
10034 F:      drivers/media/tuners/tda18271*
10035
10036 TDA827x MEDIA DRIVER
10037 M:      Michael Krufky <mkrufky@linuxtv.org>
10038 L:      linux-media@vger.kernel.org
10039 W:      http://linuxtv.org/
10040 W:      http://github.com/mkrufky
10041 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10042 T:      git git://linuxtv.org/mkrufky/tuners.git
10043 S:      Maintained
10044 F:      drivers/media/tuners/tda8290.*
10045
10046 TDA8290 MEDIA DRIVER
10047 M:      Michael Krufky <mkrufky@linuxtv.org>
10048 L:      linux-media@vger.kernel.org
10049 W:      http://linuxtv.org/
10050 W:      http://github.com/mkrufky
10051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10052 T:      git git://linuxtv.org/mkrufky/tuners.git
10053 S:      Maintained
10054 F:      drivers/media/tuners/tda8290.*
10055
10056 TDA9840 MEDIA DRIVER
10057 M:      Hans Verkuil <hverkuil@xs4all.nl>
10058 L:      linux-media@vger.kernel.org
10059 T:      git git://linuxtv.org/media_tree.git
10060 W:      http://linuxtv.org
10061 S:      Maintained
10062 F:      drivers/media/i2c/tda9840*
10063
10064 TEA5761 TUNER DRIVER
10065 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10066 L:      linux-media@vger.kernel.org
10067 W:      http://linuxtv.org
10068 T:      git git://linuxtv.org/media_tree.git
10069 S:      Odd fixes
10070 F:      drivers/media/tuners/tea5761.*
10071
10072 TEA5767 TUNER DRIVER
10073 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10074 L:      linux-media@vger.kernel.org
10075 W:      http://linuxtv.org
10076 T:      git git://linuxtv.org/media_tree.git
10077 S:      Maintained
10078 F:      drivers/media/tuners/tea5767.*
10079
10080 TEA6415C MEDIA DRIVER
10081 M:      Hans Verkuil <hverkuil@xs4all.nl>
10082 L:      linux-media@vger.kernel.org
10083 T:      git git://linuxtv.org/media_tree.git
10084 W:      http://linuxtv.org
10085 S:      Maintained
10086 F:      drivers/media/i2c/tea6415c*
10087
10088 TEA6420 MEDIA DRIVER
10089 M:      Hans Verkuil <hverkuil@xs4all.nl>
10090 L:      linux-media@vger.kernel.org
10091 T:      git git://linuxtv.org/media_tree.git
10092 W:      http://linuxtv.org
10093 S:      Maintained
10094 F:      drivers/media/i2c/tea6420*
10095
10096 TEAM DRIVER
10097 M:      Jiri Pirko <jiri@resnulli.us>
10098 L:      netdev@vger.kernel.org
10099 S:      Supported
10100 F:      drivers/net/team/
10101 F:      include/linux/if_team.h
10102 F:      include/uapi/linux/if_team.h
10103
10104 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10105 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10106 S:      Maintained
10107 F:      arch/x86/platform/ts5500/
10108
10109 TECHNOTREND USB IR RECEIVER
10110 M:      Sean Young <sean@mess.org>
10111 L:      linux-media@vger.kernel.org
10112 S:      Maintained
10113 F:      drivers/media/rc/ttusbir.c
10114
10115 TEGRA ARCHITECTURE SUPPORT
10116 M:      Stephen Warren <swarren@wwwdotorg.org>
10117 M:      Thierry Reding <thierry.reding@gmail.com>
10118 M:      Alexandre Courbot <gnurou@gmail.com>
10119 L:      linux-tegra@vger.kernel.org
10120 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10122 S:      Supported
10123 N:      [^a-z]tegra
10124
10125 TEGRA CLOCK DRIVER
10126 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10127 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10128 S:      Supported
10129 F:      drivers/clk/tegra/
10130
10131 TEGRA DMA DRIVER
10132 M:      Laxman Dewangan <ldewangan@nvidia.com>
10133 S:      Supported
10134 F:      drivers/dma/tegra20-apb-dma.c
10135
10136 TEGRA I2C DRIVER
10137 M:      Laxman Dewangan <ldewangan@nvidia.com>
10138 S:      Supported
10139 F:      drivers/i2c/busses/i2c-tegra.c
10140
10141 TEGRA IOMMU DRIVERS
10142 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10143 S:      Supported
10144 F:      drivers/iommu/tegra*
10145
10146 TEGRA KBC DRIVER
10147 M:      Rakesh Iyer <riyer@nvidia.com>
10148 M:      Laxman Dewangan <ldewangan@nvidia.com>
10149 S:      Supported
10150 F:      drivers/input/keyboard/tegra-kbc.c
10151
10152 TEGRA PWM DRIVER
10153 M:      Thierry Reding <thierry.reding@gmail.com>
10154 S:      Supported
10155 F:      drivers/pwm/pwm-tegra.c
10156
10157 TEGRA SERIAL DRIVER
10158 M:      Laxman Dewangan <ldewangan@nvidia.com>
10159 S:      Supported
10160 F:      drivers/tty/serial/serial-tegra.c
10161
10162 TEGRA SPI DRIVER
10163 M:      Laxman Dewangan <ldewangan@nvidia.com>
10164 S:      Supported
10165 F:      drivers/spi/spi-tegra*
10166
10167 TEHUTI ETHERNET DRIVER
10168 M:      Andy Gospodarek <andy@greyhouse.net>
10169 L:      netdev@vger.kernel.org
10170 S:      Supported
10171 F:      drivers/net/ethernet/tehuti/*
10172
10173 Telecom Clock Driver for MCPL0010
10174 M:      Mark Gross <mark.gross@intel.com>
10175 S:      Supported
10176 F:      drivers/char/tlclk.c
10177
10178 TENSILICA XTENSA PORT (xtensa)
10179 M:      Chris Zankel <chris@zankel.net>
10180 M:      Max Filippov <jcmvbkbc@gmail.com>
10181 L:      linux-xtensa@linux-xtensa.org
10182 S:      Maintained
10183 F:      arch/xtensa/
10184 F:      drivers/irqchip/irq-xtensa-*
10185
10186 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10187 M:      Hans Verkuil <hverkuil@xs4all.nl>
10188 L:      linux-media@vger.kernel.org
10189 T:      git git://linuxtv.org/media_tree.git
10190 W:      http://linuxtv.org
10191 S:      Maintained
10192 F:      drivers/media/radio/radio-raremono.c
10193
10194 THERMAL
10195 M:      Zhang Rui <rui.zhang@intel.com>
10196 M:      Eduardo Valentin <edubezval@gmail.com>
10197 L:      linux-pm@vger.kernel.org
10198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10200 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10201 S:      Supported
10202 F:      drivers/thermal/
10203 F:      include/linux/thermal.h
10204 F:      include/uapi/linux/thermal.h
10205 F:      include/linux/cpu_cooling.h
10206 F:      Documentation/devicetree/bindings/thermal/
10207
10208 THINGM BLINK(1) USB RGB LED DRIVER
10209 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10210 S:      Maintained
10211 F:      drivers/hid/hid-thingm.c
10212
10213 THINKPAD ACPI EXTRAS DRIVER
10214 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10215 L:      ibm-acpi-devel@lists.sourceforge.net
10216 L:      platform-driver-x86@vger.kernel.org
10217 W:      http://ibm-acpi.sourceforge.net
10218 W:      http://thinkwiki.org/wiki/Ibm-acpi
10219 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10220 S:      Maintained
10221 F:      drivers/platform/x86/thinkpad_acpi.c
10222
10223 TI BANDGAP AND THERMAL DRIVER
10224 M:      Eduardo Valentin <edubezval@gmail.com>
10225 L:      linux-pm@vger.kernel.org
10226 L:      linux-omap@vger.kernel.org
10227 S:      Maintained
10228 F:      drivers/thermal/ti-soc-thermal/
10229
10230 TI CDCE706 CLOCK DRIVER
10231 M:      Max Filippov <jcmvbkbc@gmail.com>
10232 S:      Maintained
10233 F:      drivers/clk/clk-cdce706.c
10234
10235 TI CLOCK DRIVER
10236 M:      Tero Kristo <t-kristo@ti.com>
10237 L:      linux-omap@vger.kernel.org
10238 S:      Maintained
10239 F:      drivers/clk/ti/
10240 F:      include/linux/clk/ti.h
10241
10242 TI FLASH MEDIA INTERFACE DRIVER
10243 M:      Alex Dubov <oakad@yahoo.com>
10244 S:      Maintained
10245 F:      drivers/misc/tifm*
10246 F:      drivers/mmc/host/tifm_sd.c
10247 F:      include/linux/tifm.h
10248
10249 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10250 M:      Santosh Shilimkar <ssantosh@kernel.org>
10251 L:      linux-kernel@vger.kernel.org
10252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10253 S:      Maintained
10254 F:      drivers/soc/ti/*
10255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10256
10257
10258 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10259 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10260 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10261 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10262 S:      Maintained
10263 F:      sound/soc/codecs/lm49453*
10264 F:      sound/soc/codecs/isabelle*
10265
10266 TI LP855x BACKLIGHT DRIVER
10267 M:      Milo Kim <milo.kim@ti.com>
10268 S:      Maintained
10269 F:      Documentation/backlight/lp855x-driver.txt
10270 F:      drivers/video/backlight/lp855x_bl.c
10271 F:      include/linux/platform_data/lp855x.h
10272
10273 TI LP8727 CHARGER DRIVER
10274 M:      Milo Kim <milo.kim@ti.com>
10275 S:      Maintained
10276 F:      drivers/power/lp8727_charger.c
10277 F:      include/linux/platform_data/lp8727.h
10278
10279 TI LP8788 MFD DRIVER
10280 M:      Milo Kim <milo.kim@ti.com>
10281 S:      Maintained
10282 F:      drivers/iio/adc/lp8788_adc.c
10283 F:      drivers/leds/leds-lp8788.c
10284 F:      drivers/mfd/lp8788*.c
10285 F:      drivers/power/lp8788-charger.c
10286 F:      drivers/regulator/lp8788-*.c
10287 F:      include/linux/mfd/lp8788*.h
10288
10289 TI NETCP ETHERNET DRIVER
10290 M:      Wingman Kwok <w-kwok2@ti.com>
10291 M:      Murali Karicheri <m-karicheri2@ti.com>
10292 L:      netdev@vger.kernel.org
10293 S:      Maintained
10294 F:      drivers/net/ethernet/ti/netcp*
10295
10296 TI TAS571X FAMILY ASoC CODEC DRIVER
10297 M:      Kevin Cernekee <cernekee@chromium.org>
10298 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10299 S:      Odd Fixes
10300 F:      sound/soc/codecs/tas571x*
10301
10302 TI TWL4030 SERIES SOC CODEC DRIVER
10303 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10304 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10305 S:      Maintained
10306 F:      sound/soc/codecs/twl4030*
10307
10308 TI WILINK WIRELESS DRIVERS
10309 L:      linux-wireless@vger.kernel.org
10310 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10311 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10313 S:      Orphan
10314 F:      drivers/net/wireless/ti/
10315 F:      include/linux/wl12xx.h
10316
10317 TIPC NETWORK LAYER
10318 M:      Jon Maloy <jon.maloy@ericsson.com>
10319 M:      Ying Xue <ying.xue@windriver.com>
10320 L:      netdev@vger.kernel.org (core kernel code)
10321 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10322 W:      http://tipc.sourceforge.net/
10323 S:      Maintained
10324 F:      include/uapi/linux/tipc*.h
10325 F:      net/tipc/
10326
10327 TILE ARCHITECTURE
10328 M:      Chris Metcalf <cmetcalf@ezchip.com>
10329 W:      http://www.ezchip.com/scm/
10330 S:      Supported
10331 F:      arch/tile/
10332 F:      drivers/char/tile-srom.c
10333 F:      drivers/edac/tile_edac.c
10334 F:      drivers/net/ethernet/tile/
10335 F:      drivers/rtc/rtc-tile.c
10336 F:      drivers/tty/hvc/hvc_tile.c
10337 F:      drivers/tty/serial/tilegx.c
10338 F:      drivers/usb/host/*-tilegx.c
10339 F:      include/linux/usb/tilegx.h
10340
10341 TLAN NETWORK DRIVER
10342 M:      Samuel Chessman <chessman@tux.org>
10343 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10344 W:      http://sourceforge.net/projects/tlan/
10345 S:      Maintained
10346 F:      Documentation/networking/tlan.txt
10347 F:      drivers/net/ethernet/ti/tlan.*
10348
10349 TOMOYO SECURITY MODULE
10350 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10351 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10352 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10353 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10354 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10355 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10356 W:      http://tomoyo.sourceforge.jp/
10357 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10358 S:      Maintained
10359 F:      security/tomoyo/
10360
10361 TOPSTAR LAPTOP EXTRAS DRIVER
10362 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10363 L:      platform-driver-x86@vger.kernel.org
10364 S:      Maintained
10365 F:      drivers/platform/x86/topstar-laptop.c
10366
10367 TOSHIBA ACPI EXTRAS DRIVER
10368 M:      Azael Avalos <coproscefalo@gmail.com>
10369 L:      platform-driver-x86@vger.kernel.org
10370 S:      Maintained
10371 F:      drivers/platform/x86/toshiba_acpi.c
10372
10373 TOSHIBA BLUETOOTH DRIVER
10374 M:      Azael Avalos <coproscefalo@gmail.com>
10375 L:      platform-driver-x86@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/platform/x86/toshiba_bluetooth.c
10378
10379 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10380 M:      Azael Avalos <coproscefalo@gmail.com>
10381 L:      platform-driver-x86@vger.kernel.org
10382 S:      Maintained
10383 F:      drivers/platform/x86/toshiba_haps.c
10384
10385 TOSHIBA SMM DRIVER
10386 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10387 L:      tlinux-users@tce.toshiba-dme.co.jp
10388 W:      http://www.buzzard.org.uk/toshiba/
10389 S:      Maintained
10390 F:      drivers/char/toshiba.c
10391 F:      include/linux/toshiba.h
10392 F:      include/uapi/linux/toshiba.h
10393
10394 TMIO MMC DRIVER
10395 M:      Ian Molton <ian@mnementh.co.uk>
10396 L:      linux-mmc@vger.kernel.org
10397 S:      Maintained
10398 F:      drivers/mmc/host/tmio_mmc*
10399 F:      drivers/mmc/host/sh_mobile_sdhi.c
10400 F:      include/linux/mmc/tmio.h
10401 F:      include/linux/mmc/sh_mobile_sdhi.h
10402
10403 TMP401 HARDWARE MONITOR DRIVER
10404 M:      Guenter Roeck <linux@roeck-us.net>
10405 L:      lm-sensors@lm-sensors.org
10406 S:      Maintained
10407 F:      Documentation/hwmon/tmp401
10408 F:      drivers/hwmon/tmp401.c
10409
10410 TMPFS (SHMEM FILESYSTEM)
10411 M:      Hugh Dickins <hughd@google.com>
10412 L:      linux-mm@kvack.org
10413 S:      Maintained
10414 F:      include/linux/shmem_fs.h
10415 F:      mm/shmem.c
10416
10417 TM6000 VIDEO4LINUX DRIVER
10418 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10419 L:      linux-media@vger.kernel.org
10420 W:      http://linuxtv.org
10421 T:      git git://linuxtv.org/media_tree.git
10422 S:      Odd fixes
10423 F:      drivers/media/usb/tm6000/
10424
10425 TW68 VIDEO4LINUX DRIVER
10426 M:      Hans Verkuil <hverkuil@xs4all.nl>
10427 L:      linux-media@vger.kernel.org
10428 T:      git git://linuxtv.org/media_tree.git
10429 W:      http://linuxtv.org
10430 S:      Odd Fixes
10431 F:      drivers/media/pci/tw68/
10432
10433 TPM DEVICE DRIVER
10434 M:      Peter Huewe <peterhuewe@gmx.de>
10435 M:      Marcel Selhorst <tpmdd@selhorst.net>
10436 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10437 W:      http://tpmdd.sourceforge.net
10438 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10439 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10440 T:      https://github.com/PeterHuewe/linux-tpmdd
10441 S:      Maintained
10442 F:      drivers/char/tpm/
10443
10444 TPM IBM_VTPM DEVICE DRIVER
10445 M:      Ashley Lai <ashleydlai@gmail.com>
10446 W:      http://tpmdd.sourceforge.net
10447 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10448 S:      Maintained
10449 F:      drivers/char/tpm/tpm_ibmvtpm*
10450
10451 TRACING
10452 M:      Steven Rostedt <rostedt@goodmis.org>
10453 M:      Ingo Molnar <mingo@redhat.com>
10454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10455 S:      Maintained
10456 F:      Documentation/trace/ftrace.txt
10457 F:      arch/*/*/*/ftrace.h
10458 F:      arch/*/kernel/ftrace.c
10459 F:      include/*/ftrace.h
10460 F:      include/linux/trace*.h
10461 F:      include/trace/
10462 F:      kernel/trace/
10463 F:      tools/testing/selftests/ftrace/
10464
10465 TRIVIAL PATCHES
10466 M:      Jiri Kosina <trivial@kernel.org>
10467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10468 S:      Maintained
10469 K:      ^Subject:.*(?i)trivial
10470
10471 TTY LAYER
10472 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10473 M:      Jiri Slaby <jslaby@suse.com>
10474 S:      Supported
10475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10476 F:      Documentation/serial/
10477 F:      drivers/tty/
10478 F:      drivers/tty/serial/serial_core.c
10479 F:      include/linux/serial_core.h
10480 F:      include/linux/serial.h
10481 F:      include/linux/tty.h
10482 F:      include/uapi/linux/serial_core.h
10483 F:      include/uapi/linux/serial.h
10484 F:      include/uapi/linux/tty.h
10485
10486 TUA9001 MEDIA DRIVER
10487 M:      Antti Palosaari <crope@iki.fi>
10488 L:      linux-media@vger.kernel.org
10489 W:      http://linuxtv.org/
10490 W:      http://palosaari.fi/linux/
10491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10492 T:      git git://linuxtv.org/anttip/media_tree.git
10493 S:      Maintained
10494 F:      drivers/media/tuners/tua9001*
10495
10496 TULIP NETWORK DRIVERS
10497 M:      Grant Grundler <grundler@parisc-linux.org>
10498 L:      netdev@vger.kernel.org
10499 S:      Maintained
10500 F:      drivers/net/ethernet/dec/tulip/
10501
10502 TUN/TAP driver
10503 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10504 W:      http://vtun.sourceforge.net/tun
10505 S:      Maintained
10506 F:      Documentation/networking/tuntap.txt
10507 F:      arch/um/os-Linux/drivers/
10508
10509 TURBOCHANNEL SUBSYSTEM
10510 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10511 M:      Ralf Baechle <ralf@linux-mips.org>
10512 L:      linux-mips@linux-mips.org
10513 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10514 S:      Maintained
10515 F:      drivers/tc/
10516 F:      include/linux/tc.h
10517
10518 U14-34F SCSI DRIVER
10519 M:      Dario Ballabio <ballabio_dario@emc.com>
10520 L:      linux-scsi@vger.kernel.org
10521 S:      Maintained
10522 F:      drivers/scsi/u14-34f.c
10523
10524 UBI FILE SYSTEM (UBIFS)
10525 M:      Artem Bityutskiy <dedekind1@gmail.com>
10526 M:      Adrian Hunter <adrian.hunter@intel.com>
10527 L:      linux-mtd@lists.infradead.org
10528 T:      git git://git.infradead.org/ubifs-2.6.git
10529 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10530 S:      Maintained
10531 F:      Documentation/filesystems/ubifs.txt
10532 F:      fs/ubifs/
10533
10534 UCLINUX (M68KNOMMU AND COLDFIRE)
10535 M:      Greg Ungerer <gerg@uclinux.org>
10536 W:      http://www.uclinux.org/
10537 L:      linux-m68k@lists.linux-m68k.org
10538 L:      uclinux-dev@uclinux.org  (subscribers-only)
10539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10540 S:      Maintained
10541 F:      arch/m68k/coldfire/
10542 F:      arch/m68k/68*/
10543 F:      arch/m68k/*/*_no.*
10544 F:      arch/m68k/include/asm/*_no.*
10545
10546 UDF FILESYSTEM
10547 M:      Jan Kara <jack@suse.com>
10548 S:      Maintained
10549 F:      Documentation/filesystems/udf.txt
10550 F:      fs/udf/
10551
10552 UFS FILESYSTEM
10553 M:      Evgeniy Dushistov <dushistov@mail.ru>
10554 S:      Maintained
10555 F:      Documentation/filesystems/ufs.txt
10556 F:      fs/ufs/
10557
10558 UHID USERSPACE HID IO DRIVER:
10559 M:      David Herrmann <dh.herrmann@googlemail.com>
10560 L:      linux-input@vger.kernel.org
10561 S:      Maintained
10562 F:      drivers/hid/uhid.c
10563 F:      include/uapi/linux/uhid.h
10564
10565 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10566 L:      linux-usb@vger.kernel.org
10567 S:      Orphan
10568 F:      drivers/uwb/
10569 F:      include/linux/uwb.h
10570 F:      include/linux/uwb/
10571
10572 UNICORE32 ARCHITECTURE:
10573 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10574 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10575 S:      Maintained
10576 T:      git git://github.com/gxt/linux.git
10577 F:      arch/unicore32/
10578
10579 UNIFDEF
10580 M:      Tony Finch <dot@dotat.at>
10581 W:      http://dotat.at/prog/unifdef
10582 S:      Maintained
10583 F:      scripts/unifdef.c
10584
10585 UNIFORM CDROM DRIVER
10586 M:      Jens Axboe <axboe@kernel.dk>
10587 W:      http://www.kernel.dk
10588 S:      Maintained
10589 F:      Documentation/cdrom/
10590 F:      drivers/cdrom/cdrom.c
10591 F:      include/linux/cdrom.h
10592 F:      include/uapi/linux/cdrom.h
10593
10594 UNISYS S-PAR DRIVERS
10595 M:      Benjamin Romer <benjamin.romer@unisys.com>
10596 M:      David Kershner <david.kershner@unisys.com>
10597 L:      sparmaintainer@unisys.com (Unisys internal)
10598 S:      Supported
10599 F:      drivers/staging/unisys/
10600
10601 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10602 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10603 L:      linux-scsi@vger.kernel.org
10604 S:      Supported
10605 F:      Documentation/scsi/ufs.txt
10606 F:      drivers/scsi/ufs/
10607
10608 UNSORTED BLOCK IMAGES (UBI)
10609 M:      Artem Bityutskiy <dedekind1@gmail.com>
10610 M:      Richard Weinberger <richard@nod.at>
10611 W:      http://www.linux-mtd.infradead.org/
10612 L:      linux-mtd@lists.infradead.org
10613 T:      git git://git.infradead.org/ubifs-2.6.git
10614 S:      Supported
10615 F:      drivers/mtd/ubi/
10616 F:      include/linux/mtd/ubi.h
10617 F:      include/uapi/mtd/ubi-user.h
10618
10619 USB ACM DRIVER
10620 M:      Oliver Neukum <oliver@neukum.org>
10621 L:      linux-usb@vger.kernel.org
10622 S:      Maintained
10623 F:      Documentation/usb/acm.txt
10624 F:      drivers/usb/class/cdc-acm.*
10625
10626 USB AR5523 WIRELESS DRIVER
10627 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10628 L:      linux-wireless@vger.kernel.org
10629 S:      Maintained
10630 F:      drivers/net/wireless/ath/ar5523/
10631
10632 USB ATTACHED SCSI
10633 M:      Hans de Goede <hdegoede@redhat.com>
10634 M:      Gerd Hoffmann <kraxel@redhat.com>
10635 L:      linux-usb@vger.kernel.org
10636 L:      linux-scsi@vger.kernel.org
10637 S:      Maintained
10638 F:      drivers/usb/storage/uas.c
10639
10640 USB CDC ETHERNET DRIVER
10641 M:      Oliver Neukum <oliver@neukum.org>
10642 L:      linux-usb@vger.kernel.org
10643 S:      Maintained
10644 F:      drivers/net/usb/cdc_*.c
10645 F:      include/uapi/linux/usb/cdc.h
10646
10647 USB CHAOSKEY DRIVER
10648 M:      Keith Packard <keithp@keithp.com>
10649 L:      linux-usb@vger.kernel.org
10650 S:      Maintained
10651 F:      drivers/usb/misc/chaoskey.c
10652
10653 USB CYPRESS C67X00 DRIVER
10654 M:      Peter Korsgaard <jacmet@sunsite.dk>
10655 L:      linux-usb@vger.kernel.org
10656 S:      Maintained
10657 F:      drivers/usb/c67x00/
10658
10659 USB DAVICOM DM9601 DRIVER
10660 M:      Peter Korsgaard <jacmet@sunsite.dk>
10661 L:      netdev@vger.kernel.org
10662 W:      http://www.linux-usb.org/usbnet
10663 S:      Maintained
10664 F:      drivers/net/usb/dm9601.c
10665
10666 USB DIAMOND RIO500 DRIVER
10667 M:      Cesar Miquel <miquel@df.uba.ar>
10668 L:      rio500-users@lists.sourceforge.net
10669 W:      http://rio500.sourceforge.net
10670 S:      Maintained
10671 F:      drivers/usb/misc/rio500*
10672
10673 USB EHCI DRIVER
10674 M:      Alan Stern <stern@rowland.harvard.edu>
10675 L:      linux-usb@vger.kernel.org
10676 S:      Maintained
10677 F:      Documentation/usb/ehci.txt
10678 F:      drivers/usb/host/ehci*
10679
10680 USB GADGET/PERIPHERAL SUBSYSTEM
10681 M:      Felipe Balbi <balbi@ti.com>
10682 L:      linux-usb@vger.kernel.org
10683 W:      http://www.linux-usb.org/gadget
10684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10685 S:      Maintained
10686 F:      drivers/usb/gadget/
10687 F:      include/linux/usb/gadget*
10688
10689 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10690 M:      Jiri Kosina <jikos@kernel.org>
10691 L:      linux-usb@vger.kernel.org
10692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10693 S:      Maintained
10694 F:      Documentation/hid/hiddev.txt
10695 F:      drivers/hid/usbhid/
10696
10697 USB ISP116X DRIVER
10698 M:      Olav Kongas <ok@artecdesign.ee>
10699 L:      linux-usb@vger.kernel.org
10700 S:      Maintained
10701 F:      drivers/usb/host/isp116x*
10702 F:      include/linux/usb/isp116x.h
10703
10704 USB MASS STORAGE DRIVER
10705 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10706 L:      linux-usb@vger.kernel.org
10707 L:      usb-storage@lists.one-eyed-alien.net
10708 S:      Maintained
10709 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10710 F:      drivers/usb/storage/
10711
10712 USB MIDI DRIVER
10713 M:      Clemens Ladisch <clemens@ladisch.de>
10714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10715 T:      git git://git.alsa-project.org/alsa-kernel.git
10716 S:      Maintained
10717 F:      sound/usb/midi.*
10718
10719 USB NETWORKING DRIVERS
10720 L:      linux-usb@vger.kernel.org
10721 S:      Odd Fixes
10722 F:      drivers/net/usb/
10723
10724 USB OHCI DRIVER
10725 M:      Alan Stern <stern@rowland.harvard.edu>
10726 L:      linux-usb@vger.kernel.org
10727 S:      Maintained
10728 F:      Documentation/usb/ohci.txt
10729 F:      drivers/usb/host/ohci*
10730
10731 USB OTG FSM (Finite State Machine)
10732 M:      Peter Chen <Peter.Chen@freescale.com>
10733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10734 L:      linux-usb@vger.kernel.org
10735 S:      Maintained
10736 F:      drivers/usb/common/usb-otg-fsm.c
10737
10738 USB OVER IP DRIVER
10739 M:      Valentina Manea <valentina.manea.m@gmail.com>
10740 M:      Shuah Khan <shuah.kh@samsung.com>
10741 L:      linux-usb@vger.kernel.org
10742 S:      Maintained
10743 F:      drivers/usb/usbip/
10744 F:      tools/usb/usbip/
10745
10746 USB PEGASUS DRIVER
10747 M:      Petko Manolov <petkan@nucleusys.com>
10748 L:      linux-usb@vger.kernel.org
10749 L:      netdev@vger.kernel.org
10750 T:      git git://github.com/petkan/pegasus.git
10751 W:      https://github.com/petkan/pegasus
10752 S:      Maintained
10753 F:      drivers/net/usb/pegasus.*
10754
10755 USB PHY LAYER
10756 M:      Felipe Balbi <balbi@ti.com>
10757 L:      linux-usb@vger.kernel.org
10758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10759 S:      Maintained
10760 F:      drivers/usb/phy/
10761
10762 USB PRINTER DRIVER (usblp)
10763 M:      Pete Zaitcev <zaitcev@redhat.com>
10764 L:      linux-usb@vger.kernel.org
10765 S:      Supported
10766 F:      drivers/usb/class/usblp.c
10767
10768 USB RTL8150 DRIVER
10769 M:      Petko Manolov <petkan@nucleusys.com>
10770 L:      linux-usb@vger.kernel.org
10771 L:      netdev@vger.kernel.org
10772 T:      git git://github.com/petkan/rtl8150.git
10773 W:      https://github.com/petkan/rtl8150
10774 S:      Maintained
10775 F:      drivers/net/usb/rtl8150.c
10776
10777 USB SERIAL SUBSYSTEM
10778 M:      Johan Hovold <johan@kernel.org>
10779 L:      linux-usb@vger.kernel.org
10780 S:      Maintained
10781 F:      Documentation/usb/usb-serial.txt
10782 F:      drivers/usb/serial/
10783 F:      include/linux/usb/serial.h
10784
10785 USB SMSC75XX ETHERNET DRIVER
10786 M:      Steve Glendinning <steve.glendinning@shawell.net>
10787 L:      netdev@vger.kernel.org
10788 S:      Maintained
10789 F:      drivers/net/usb/smsc75xx.*
10790
10791 USB SMSC95XX ETHERNET DRIVER
10792 M:      Steve Glendinning <steve.glendinning@shawell.net>
10793 L:      netdev@vger.kernel.org
10794 S:      Maintained
10795 F:      drivers/net/usb/smsc95xx.*
10796
10797 USB SUBSYSTEM
10798 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10799 L:      linux-usb@vger.kernel.org
10800 W:      http://www.linux-usb.org
10801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10802 S:      Supported
10803 F:      Documentation/usb/
10804 F:      drivers/usb/
10805 F:      include/linux/usb.h
10806 F:      include/linux/usb/
10807
10808 USB UHCI DRIVER
10809 M:      Alan Stern <stern@rowland.harvard.edu>
10810 L:      linux-usb@vger.kernel.org
10811 S:      Maintained
10812 F:      drivers/usb/host/uhci*
10813
10814 USB "USBNET" DRIVER FRAMEWORK
10815 M:      Oliver Neukum <oneukum@suse.com>
10816 L:      netdev@vger.kernel.org
10817 W:      http://www.linux-usb.org/usbnet
10818 S:      Maintained
10819 F:      drivers/net/usb/usbnet.c
10820 F:      include/linux/usb/usbnet.h
10821
10822 USB VIDEO CLASS
10823 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10824 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10825 L:      linux-media@vger.kernel.org
10826 T:      git git://linuxtv.org/media_tree.git
10827 W:      http://www.ideasonboard.org/uvc/
10828 S:      Maintained
10829 F:      drivers/media/usb/uvc/
10830 F:      include/uapi/linux/uvcvideo.h
10831
10832 USB VISION DRIVER
10833 M:      Hans Verkuil <hverkuil@xs4all.nl>
10834 L:      linux-media@vger.kernel.org
10835 T:      git git://linuxtv.org/media_tree.git
10836 W:      http://linuxtv.org
10837 S:      Odd Fixes
10838 F:      drivers/media/usb/usbvision/
10839
10840 USB WEBCAM GADGET
10841 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10842 L:      linux-usb@vger.kernel.org
10843 S:      Maintained
10844 F:      drivers/usb/gadget/function/*uvc*
10845 F:      drivers/usb/gadget/legacy/webcam.c
10846
10847 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10848 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10849 L:      linux-wireless@vger.kernel.org
10850 S:      Maintained
10851 F:      drivers/net/wireless/rndis_wlan.c
10852
10853 USB XHCI DRIVER
10854 M:      Mathias Nyman <mathias.nyman@intel.com>
10855 L:      linux-usb@vger.kernel.org
10856 S:      Supported
10857 F:      drivers/usb/host/xhci*
10858 F:      drivers/usb/host/pci-quirks*
10859
10860 USB ZD1201 DRIVER
10861 L:      linux-wireless@vger.kernel.org
10862 W:      http://linux-lc100020.sourceforge.net
10863 S:      Orphan
10864 F:      drivers/net/wireless/zd1201.*
10865
10866 USB ZR364XX DRIVER
10867 M:      Antoine Jacquet <royale@zerezo.com>
10868 L:      linux-usb@vger.kernel.org
10869 L:      linux-media@vger.kernel.org
10870 T:      git git://linuxtv.org/media_tree.git
10871 W:      http://royale.zerezo.com/zr364xx/
10872 S:      Maintained
10873 F:      Documentation/video4linux/zr364xx.txt
10874 F:      drivers/media/usb/zr364xx/
10875
10876 ULPI BUS
10877 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10878 L:      linux-usb@vger.kernel.org
10879 S:      Maintained
10880 F:      drivers/usb/common/ulpi.c
10881 F:      include/linux/ulpi/
10882
10883 USER-MODE LINUX (UML)
10884 M:      Jeff Dike <jdike@addtoit.com>
10885 M:      Richard Weinberger <richard@nod.at>
10886 L:      user-mode-linux-devel@lists.sourceforge.net
10887 L:      user-mode-linux-user@lists.sourceforge.net
10888 W:      http://user-mode-linux.sourceforge.net
10889 S:      Maintained
10890 F:      Documentation/virtual/uml/
10891 F:      arch/um/
10892 F:      arch/x86/um/
10893 F:      fs/hostfs/
10894 F:      fs/hppfs/
10895
10896 USERSPACE I/O (UIO)
10897 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10898 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10899 S:      Maintained
10900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10901 F:      Documentation/DocBook/uio-howto.tmpl
10902 F:      drivers/uio/
10903 F:      include/linux/uio*.h
10904
10905 UTIL-LINUX PACKAGE
10906 M:      Karel Zak <kzak@redhat.com>
10907 L:      util-linux@vger.kernel.org
10908 W:      http://en.wikipedia.org/wiki/Util-linux
10909 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10910 S:      Maintained
10911
10912 UVESAFB DRIVER
10913 M:      Michal Januszewski <spock@gentoo.org>
10914 L:      linux-fbdev@vger.kernel.org
10915 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10916 S:      Maintained
10917 F:      Documentation/fb/uvesafb.txt
10918 F:      drivers/video/fbdev/uvesafb.*
10919
10920 VFAT/FAT/MSDOS FILESYSTEM
10921 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10922 S:      Maintained
10923 F:      Documentation/filesystems/vfat.txt
10924 F:      fs/fat/
10925
10926 VFIO DRIVER
10927 M:      Alex Williamson <alex.williamson@redhat.com>
10928 L:      kvm@vger.kernel.org
10929 S:      Maintained
10930 F:      Documentation/vfio.txt
10931 F:      drivers/vfio/
10932 F:      include/linux/vfio.h
10933 F:      include/uapi/linux/vfio.h
10934
10935 VFIO PLATFORM DRIVER
10936 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10937 L:      kvm@vger.kernel.org
10938 S:      Maintained
10939 F:      drivers/vfio/platform/
10940
10941 VIDEOBUF2 FRAMEWORK
10942 M:      Pawel Osciak <pawel@osciak.com>
10943 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10944 M:      Kyungmin Park <kyungmin.park@samsung.com>
10945 L:      linux-media@vger.kernel.org
10946 S:      Maintained
10947 F:      drivers/media/v4l2-core/videobuf2-*
10948 F:      include/media/videobuf2-*
10949
10950 VIRTIO CONSOLE DRIVER
10951 M:      Amit Shah <amit.shah@redhat.com>
10952 L:      virtualization@lists.linux-foundation.org
10953 S:      Maintained
10954 F:      drivers/char/virtio_console.c
10955 F:      include/linux/virtio_console.h
10956 F:      include/uapi/linux/virtio_console.h
10957
10958 VIRTIO CORE, NET AND BLOCK DRIVERS
10959 M:      "Michael S. Tsirkin" <mst@redhat.com>
10960 L:      virtualization@lists.linux-foundation.org
10961 S:      Maintained
10962 F:      drivers/virtio/
10963 F:      tools/virtio/
10964 F:      drivers/net/virtio_net.c
10965 F:      drivers/block/virtio_blk.c
10966 F:      include/linux/virtio_*.h
10967 F:      include/uapi/linux/virtio_*.h
10968
10969 VIRTIO DRIVERS FOR S390
10970 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10971 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10972 L:      linux-s390@vger.kernel.org
10973 L:      virtualization@lists.linux-foundation.org
10974 L:      kvm@vger.kernel.org
10975 S:      Supported
10976 F:      drivers/s390/virtio/
10977
10978 VIRTIO GPU DRIVER
10979 M:      David Airlie <airlied@linux.ie>
10980 M:      Gerd Hoffmann <kraxel@redhat.com>
10981 L:      dri-devel@lists.freedesktop.org
10982 L:      virtualization@lists.linux-foundation.org
10983 S:      Maintained
10984 F:      drivers/gpu/drm/virtio/
10985 F:      include/uapi/linux/virtio_gpu.h
10986
10987 VIRTIO HOST (VHOST)
10988 M:      "Michael S. Tsirkin" <mst@redhat.com>
10989 L:      kvm@vger.kernel.org
10990 L:      virtualization@lists.linux-foundation.org
10991 L:      netdev@vger.kernel.org
10992 S:      Maintained
10993 F:      drivers/vhost/
10994 F:      include/uapi/linux/vhost.h
10995
10996 VIRTIO INPUT DRIVER
10997 M:      Gerd Hoffmann <kraxel@redhat.com>
10998 S:      Maintained
10999 F:      drivers/virtio/virtio_input.c
11000 F:      include/uapi/linux/virtio_input.h
11001
11002 VIA RHINE NETWORK DRIVER
11003 S:      Orphan
11004 F:      drivers/net/ethernet/via/via-rhine.c
11005
11006 VIA SD/MMC CARD CONTROLLER DRIVER
11007 M:      Bruce Chang <brucechang@via.com.tw>
11008 M:      Harald Welte <HaraldWelte@viatech.com>
11009 S:      Maintained
11010 F:      drivers/mmc/host/via-sdmmc.c
11011
11012 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11013 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11014 L:      linux-fbdev@vger.kernel.org
11015 S:      Maintained
11016 F:      include/linux/via-core.h
11017 F:      include/linux/via-gpio.h
11018 F:      include/linux/via_i2c.h
11019 F:      drivers/video/fbdev/via/
11020
11021 VIA VELOCITY NETWORK DRIVER
11022 M:      Francois Romieu <romieu@fr.zoreil.com>
11023 L:      netdev@vger.kernel.org
11024 S:      Maintained
11025 F:      drivers/net/ethernet/via/via-velocity.*
11026
11027 VIVID VIRTUAL VIDEO DRIVER
11028 M:      Hans Verkuil <hverkuil@xs4all.nl>
11029 L:      linux-media@vger.kernel.org
11030 T:      git git://linuxtv.org/media_tree.git
11031 W:      http://linuxtv.org
11032 S:      Maintained
11033 F:      drivers/media/platform/vivid/*
11034
11035 VLAN (802.1Q)
11036 M:      Patrick McHardy <kaber@trash.net>
11037 L:      netdev@vger.kernel.org
11038 S:      Maintained
11039 F:      drivers/net/macvlan.c
11040 F:      include/linux/if_*vlan.h
11041 F:      net/8021q/
11042
11043 VLYNQ BUS
11044 M:      Florian Fainelli <florian@openwrt.org>
11045 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11046 S:      Maintained
11047 F:      drivers/vlynq/vlynq.c
11048 F:      include/linux/vlynq.h
11049
11050 VME SUBSYSTEM
11051 M:      Martyn Welch <martyn.welch@ge.com>
11052 M:      Manohar Vanga <manohar.vanga@gmail.com>
11053 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11054 L:      devel@driverdev.osuosl.org
11055 S:      Maintained
11056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11057 F:      Documentation/vme_api.txt
11058 F:      drivers/staging/vme/
11059 F:      drivers/vme/
11060 F:      include/linux/vme*
11061
11062 VMWARE HYPERVISOR INTERFACE
11063 M:      Alok Kataria <akataria@vmware.com>
11064 L:      virtualization@lists.linux-foundation.org
11065 S:      Supported
11066 F:      arch/x86/kernel/cpu/vmware.c
11067
11068 VMWARE BALLOON DRIVER
11069 M:      Xavier Deguillard <xdeguillard@vmware.com>
11070 M:      Philip Moltmann <moltmann@vmware.com>
11071 M:      "VMware, Inc." <pv-drivers@vmware.com>
11072 L:      linux-kernel@vger.kernel.org
11073 S:      Maintained
11074 F:      drivers/misc/vmw_balloon.c
11075
11076 VMWARE VMMOUSE SUBDRIVER
11077 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11078 M:      "VMware, Inc." <pv-drivers@vmware.com>
11079 L:      linux-input@vger.kernel.org
11080 S:      Maintained
11081 F:      drivers/input/mouse/vmmouse.c
11082 F:      drivers/input/mouse/vmmouse.h
11083
11084 VMWARE VMXNET3 ETHERNET DRIVER
11085 M:      Shrikrishna Khare <skhare@vmware.com>
11086 M:      "VMware, Inc." <pv-drivers@vmware.com>
11087 L:      netdev@vger.kernel.org
11088 S:      Maintained
11089 F:      drivers/net/vmxnet3/
11090
11091 VMware PVSCSI driver
11092 M:      Arvind Kumar <arvindkumar@vmware.com>
11093 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11094 L:      linux-scsi@vger.kernel.org
11095 S:      Maintained
11096 F:      drivers/scsi/vmw_pvscsi.c
11097 F:      drivers/scsi/vmw_pvscsi.h
11098
11099 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11100 M:      Liam Girdwood <lgirdwood@gmail.com>
11101 M:      Mark Brown <broonie@kernel.org>
11102 L:      linux-kernel@vger.kernel.org
11103 W:      http://opensource.wolfsonmicro.com/node/15
11104 W:      http://www.slimlogic.co.uk/?p=48
11105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11106 S:      Supported
11107 F:      drivers/regulator/
11108 F:      include/linux/regulator/
11109
11110 VRF
11111 M:      David Ahern <dsa@cumulusnetworks.com>
11112 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11113 L:      netdev@vger.kernel.org
11114 S:      Maintained
11115 F:      drivers/net/vrf.c
11116 F:      include/net/vrf.h
11117
11118 VT1211 HARDWARE MONITOR DRIVER
11119 M:      Juerg Haefliger <juergh@gmail.com>
11120 L:      lm-sensors@lm-sensors.org
11121 S:      Maintained
11122 F:      Documentation/hwmon/vt1211
11123 F:      drivers/hwmon/vt1211.c
11124
11125 VT8231 HARDWARE MONITOR DRIVER
11126 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11127 L:      lm-sensors@lm-sensors.org
11128 S:      Maintained
11129 F:      drivers/hwmon/vt8231.c
11130
11131 VUB300 USB to SDIO/SD/MMC bridge chip
11132 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11133 L:      linux-mmc@vger.kernel.org
11134 L:      linux-usb@vger.kernel.org
11135 S:      Supported
11136 F:      drivers/mmc/host/vub300.c
11137
11138 W1 DALLAS'S 1-WIRE BUS
11139 M:      Evgeniy Polyakov <zbr@ioremap.net>
11140 S:      Maintained
11141 F:      Documentation/w1/
11142 F:      drivers/w1/
11143
11144 W83791D HARDWARE MONITORING DRIVER
11145 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11146 L:      lm-sensors@lm-sensors.org
11147 S:      Maintained
11148 F:      Documentation/hwmon/w83791d
11149 F:      drivers/hwmon/w83791d.c
11150
11151 W83793 HARDWARE MONITORING DRIVER
11152 M:      Rudolf Marek <r.marek@assembler.cz>
11153 L:      lm-sensors@lm-sensors.org
11154 S:      Maintained
11155 F:      Documentation/hwmon/w83793
11156 F:      drivers/hwmon/w83793.c
11157
11158 W83795 HARDWARE MONITORING DRIVER
11159 M:      Jean Delvare <jdelvare@suse.com>
11160 L:      lm-sensors@lm-sensors.org
11161 S:      Maintained
11162 F:      drivers/hwmon/w83795.c
11163
11164 W83L51xD SD/MMC CARD INTERFACE DRIVER
11165 M:      Pierre Ossman <pierre@ossman.eu>
11166 S:      Maintained
11167 F:      drivers/mmc/host/wbsd.*
11168
11169 WACOM PROTOCOL 4 SERIAL TABLETS
11170 M:      Julian Squires <julian@cipht.net>
11171 M:      Hans de Goede <hdegoede@redhat.com>
11172 L:      linux-input@vger.kernel.org
11173 S:      Maintained
11174 F:      drivers/input/tablet/wacom_serial4.c
11175
11176 WATCHDOG DEVICE DRIVERS
11177 M:      Wim Van Sebroeck <wim@iguana.be>
11178 L:      linux-watchdog@vger.kernel.org
11179 W:      http://www.linux-watchdog.org/
11180 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11181 S:      Maintained
11182 F:      Documentation/watchdog/
11183 F:      drivers/watchdog/
11184 F:      include/linux/watchdog.h
11185 F:      include/uapi/linux/watchdog.h
11186
11187 WD7000 SCSI DRIVER
11188 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11189 L:      linux-scsi@vger.kernel.org
11190 S:      Maintained
11191 F:      drivers/scsi/wd7000.c
11192
11193 WIIMOTE HID DRIVER
11194 M:      David Herrmann <dh.herrmann@googlemail.com>
11195 L:      linux-input@vger.kernel.org
11196 S:      Maintained
11197 F:      drivers/hid/hid-wiimote*
11198
11199 WINBOND CIR DRIVER
11200 M:      David Härdeman <david@hardeman.nu>
11201 S:      Maintained
11202 F:      drivers/media/rc/winbond-cir.c
11203
11204 WIMAX STACK
11205 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11206 M:      linux-wimax@intel.com
11207 L:      wimax@linuxwimax.org (subscribers-only)
11208 S:      Supported
11209 W:      http://linuxwimax.org
11210 F:      Documentation/wimax/README.wimax
11211 F:      include/linux/wimax/debug.h
11212 F:      include/net/wimax.h
11213 F:      include/uapi/linux/wimax.h
11214 F:      net/wimax/
11215
11216 WISTRON LAPTOP BUTTON DRIVER
11217 M:      Miloslav Trmac <mitr@volny.cz>
11218 S:      Maintained
11219 F:      drivers/input/misc/wistron_btns.c
11220
11221 WL3501 WIRELESS PCMCIA CARD DRIVER
11222 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11223 L:      linux-wireless@vger.kernel.org
11224 W:      http://oops.ghostprotocols.net:81/blog
11225 S:      Maintained
11226 F:      drivers/net/wireless/wl3501*
11227
11228 WM97XX TOUCHSCREEN DRIVERS
11229 M:      Mark Brown <broonie@kernel.org>
11230 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11231 L:      linux-input@vger.kernel.org
11232 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11233 W:      http://opensource.wolfsonmicro.com/node/7
11234 S:      Supported
11235 F:      drivers/input/touchscreen/*wm97*
11236 F:      include/linux/wm97xx.h
11237
11238 WOLFSON MICROELECTRONICS DRIVERS
11239 L:      patches@opensource.wolfsonmicro.com
11240 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11241 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11242 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11243 S:      Supported
11244 F:      Documentation/hwmon/wm83??
11245 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11246 F:      drivers/clk/clk-wm83*.c
11247 F:      drivers/extcon/extcon-arizona.c
11248 F:      drivers/leds/leds-wm83*.c
11249 F:      drivers/gpio/gpio-*wm*.c
11250 F:      drivers/gpio/gpio-arizona.c
11251 F:      drivers/hwmon/wm83??-hwmon.c
11252 F:      drivers/input/misc/wm831x-on.c
11253 F:      drivers/input/touchscreen/wm831x-ts.c
11254 F:      drivers/input/touchscreen/wm97*.c
11255 F:      drivers/mfd/arizona*
11256 F:      drivers/mfd/wm*.c
11257 F:      drivers/power/wm83*.c
11258 F:      drivers/rtc/rtc-wm83*.c
11259 F:      drivers/regulator/wm8*.c
11260 F:      drivers/video/backlight/wm83*_bl.c
11261 F:      drivers/watchdog/wm83*_wdt.c
11262 F:      include/linux/mfd/arizona/
11263 F:      include/linux/mfd/wm831x/
11264 F:      include/linux/mfd/wm8350/
11265 F:      include/linux/mfd/wm8400*
11266 F:      include/linux/wm97xx.h
11267 F:      include/sound/wm????.h
11268 F:      sound/soc/codecs/arizona.?
11269 F:      sound/soc/codecs/wm*
11270
11271 WORKQUEUE
11272 M:      Tejun Heo <tj@kernel.org>
11273 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11275 S:      Maintained
11276 F:      include/linux/workqueue.h
11277 F:      kernel/workqueue.c
11278 F:      Documentation/workqueue.txt
11279
11280 X.25 NETWORK LAYER
11281 M:      Andrew Hendry <andrew.hendry@gmail.com>
11282 L:      linux-x25@vger.kernel.org
11283 S:      Odd Fixes
11284 F:      Documentation/networking/x25*
11285 F:      include/net/x25*
11286 F:      net/x25/
11287
11288 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11289 M:      Thomas Gleixner <tglx@linutronix.de>
11290 M:      Ingo Molnar <mingo@redhat.com>
11291 M:      "H. Peter Anvin" <hpa@zytor.com>
11292 M:      x86@kernel.org
11293 L:      linux-kernel@vger.kernel.org
11294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11295 S:      Maintained
11296 F:      Documentation/x86/
11297 F:      arch/x86/
11298
11299 X86 PLATFORM DRIVERS
11300 M:      Darren Hart <dvhart@infradead.org>
11301 L:      platform-driver-x86@vger.kernel.org
11302 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11303 S:      Maintained
11304 F:      drivers/platform/x86/
11305
11306 X86 MCE INFRASTRUCTURE
11307 M:      Tony Luck <tony.luck@intel.com>
11308 M:      Borislav Petkov <bp@alien8.de>
11309 L:      linux-edac@vger.kernel.org
11310 S:      Maintained
11311 F:      arch/x86/kernel/cpu/mcheck/*
11312
11313 X86 VDSO
11314 M:      Andy Lutomirski <luto@amacapital.net>
11315 L:      linux-kernel@vger.kernel.org
11316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11317 S:      Maintained
11318 F:      arch/x86/entry/vdso/
11319
11320 XC2028/3028 TUNER DRIVER
11321 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11322 L:      linux-media@vger.kernel.org
11323 W:      http://linuxtv.org
11324 T:      git git://linuxtv.org/media_tree.git
11325 S:      Maintained
11326 F:      drivers/media/tuners/tuner-xc2028.*
11327
11328 XEN HYPERVISOR INTERFACE
11329 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11330 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11331 M:      David Vrabel <david.vrabel@citrix.com>
11332 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11334 S:      Supported
11335 F:      arch/x86/xen/
11336 F:      drivers/*/xen-*front.c
11337 F:      drivers/xen/
11338 F:      arch/x86/include/asm/xen/
11339 F:      include/xen/
11340 F:      include/uapi/xen/
11341
11342 XEN HYPERVISOR ARM
11343 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11344 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11345 S:      Supported
11346 F:      arch/arm/xen/
11347 F:      arch/arm/include/asm/xen/
11348
11349 XEN HYPERVISOR ARM64
11350 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11351 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11352 S:      Supported
11353 F:      arch/arm64/xen/
11354 F:      arch/arm64/include/asm/xen/
11355
11356 XEN NETWORK BACKEND DRIVER
11357 M:      Ian Campbell <ian.campbell@citrix.com>
11358 M:      Wei Liu <wei.liu2@citrix.com>
11359 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11360 L:      netdev@vger.kernel.org
11361 S:      Supported
11362 F:      drivers/net/xen-netback/*
11363
11364 XEN PCI SUBSYSTEM
11365 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11366 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11367 S:      Supported
11368 F:      arch/x86/pci/*xen*
11369 F:      drivers/pci/*xen*
11370
11371 XEN BLOCK SUBSYSTEM
11372 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11373 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11374 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11375 S:      Supported
11376 F:      drivers/block/xen-blkback/*
11377 F:      drivers/block/xen*
11378
11379 XEN PVSCSI DRIVERS
11380 M:      Juergen Gross <jgross@suse.com>
11381 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11382 L:      linux-scsi@vger.kernel.org
11383 S:      Supported
11384 F:      drivers/scsi/xen-scsifront.c
11385 F:      drivers/xen/xen-scsiback.c
11386 F:      include/xen/interface/io/vscsiif.h
11387
11388 XEN SWIOTLB SUBSYSTEM
11389 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11390 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11391 S:      Supported
11392 F:      arch/x86/xen/*swiotlb*
11393 F:      drivers/xen/*swiotlb*
11394
11395 XFS FILESYSTEM
11396 P:      Silicon Graphics Inc
11397 M:      Dave Chinner <david@fromorbit.com>
11398 M:      xfs@oss.sgi.com
11399 L:      xfs@oss.sgi.com
11400 W:      http://oss.sgi.com/projects/xfs
11401 T:      git git://oss.sgi.com/xfs/xfs.git
11402 S:      Supported
11403 F:      Documentation/filesystems/xfs.txt
11404 F:      fs/xfs/
11405
11406 XILINX AXI ETHERNET DRIVER
11407 M:      Anirudha Sarangi <anirudh@xilinx.com>
11408 M:      John Linn <John.Linn@xilinx.com>
11409 S:      Maintained
11410 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11411
11412 XILINX UARTLITE SERIAL DRIVER
11413 M:      Peter Korsgaard <jacmet@sunsite.dk>
11414 L:      linux-serial@vger.kernel.org
11415 S:      Maintained
11416 F:      drivers/tty/serial/uartlite.c
11417
11418 XILINX VIDEO IP CORES
11419 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11420 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11421 L:      linux-media@vger.kernel.org
11422 T:      git git://linuxtv.org/media_tree.git
11423 S:      Supported
11424 F:      Documentation/devicetree/bindings/media/xilinx/
11425 F:      drivers/media/platform/xilinx/
11426 F:      include/uapi/linux/xilinx-v4l2-controls.h
11427
11428 XILLYBUS DRIVER
11429 M:      Eli Billauer <eli.billauer@gmail.com>
11430 L:      linux-kernel@vger.kernel.org
11431 S:      Supported
11432 F:      drivers/char/xillybus/
11433
11434 XTENSA XTFPGA PLATFORM SUPPORT
11435 M:      Max Filippov <jcmvbkbc@gmail.com>
11436 L:      linux-xtensa@linux-xtensa.org
11437 S:      Maintained
11438 F:      drivers/spi/spi-xtensa-xtfpga.c
11439 F:      sound/soc/xtensa/xtfpga-i2s.c
11440
11441 YAM DRIVER FOR AX.25
11442 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11443 L:      linux-hams@vger.kernel.org
11444 S:      Maintained
11445 F:      drivers/net/hamradio/yam*
11446 F:      include/linux/yam.h
11447
11448 YEALINK PHONE DRIVER
11449 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11450 L:      usbb2k-api-dev@nongnu.org
11451 S:      Maintained
11452 F:      Documentation/input/yealink.txt
11453 F:      drivers/input/misc/yealink.*
11454
11455 Z8530 DRIVER FOR AX.25
11456 M:      Joerg Reuter <jreuter@yaina.de>
11457 W:      http://yaina.de/jreuter/
11458 W:      http://www.qsl.net/dl1bke/
11459 L:      linux-hams@vger.kernel.org
11460 S:      Maintained
11461 F:      Documentation/networking/z8530drv.txt
11462 F:      drivers/net/hamradio/*scc.c
11463 F:      drivers/net/hamradio/z8530.h
11464
11465 ZBUD COMPRESSED PAGE ALLOCATOR
11466 M:      Seth Jennings <sjennings@variantweb.net>
11467 L:      linux-mm@kvack.org
11468 S:      Maintained
11469 F:      mm/zbud.c
11470 F:      include/linux/zbud.h
11471
11472 ZD1211RW WIRELESS DRIVER
11473 M:      Daniel Drake <dsd@gentoo.org>
11474 M:      Ulrich Kunitz <kune@deine-taler.de>
11475 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11476 L:      linux-wireless@vger.kernel.org
11477 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11478 S:      Maintained
11479 F:      drivers/net/wireless/zd1211rw/
11480
11481 ZPOOL COMPRESSED PAGE STORAGE API
11482 M:      Dan Streetman <ddstreet@ieee.org>
11483 L:      linux-mm@kvack.org
11484 S:      Maintained
11485 F:      mm/zpool.c
11486 F:      include/linux/zpool.h
11487
11488 ZR36067 VIDEO FOR LINUX DRIVER
11489 L:      mjpeg-users@lists.sourceforge.net
11490 L:      linux-media@vger.kernel.org
11491 W:      http://mjpeg.sourceforge.net/driver-zoran/
11492 T:      hg http://linuxtv.org/hg/v4l-dvb
11493 S:      Odd Fixes
11494 F:      drivers/media/pci/zoran/
11495
11496 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11497 M:      Minchan Kim <minchan@kernel.org>
11498 M:      Nitin Gupta <ngupta@vflare.org>
11499 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11500 L:      linux-kernel@vger.kernel.org
11501 S:      Maintained
11502 F:      drivers/block/zram/
11503 F:      Documentation/blockdev/zram.txt
11504
11505 ZS DECSTATION Z85C30 SERIAL DRIVER
11506 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11507 S:      Maintained
11508 F:      drivers/tty/serial/zs.*
11509
11510 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11511 M:      Minchan Kim <minchan@kernel.org>
11512 M:      Nitin Gupta <ngupta@vflare.org>
11513 L:      linux-mm@kvack.org
11514 S:      Maintained
11515 F:      mm/zsmalloc.c
11516 F:      include/linux/zsmalloc.h
11517 F:      Documentation/vm/zsmalloc.txt
11518
11519 ZSWAP COMPRESSED SWAP CACHING
11520 M:      Seth Jennings <sjennings@variantweb.net>
11521 L:      linux-mm@kvack.org
11522 S:      Maintained
11523 F:      mm/zswap.c
11524
11525 THE REST
11526 M:      Linus Torvalds <torvalds@linux-foundation.org>
11527 L:      linux-kernel@vger.kernel.org
11528 Q:      http://patchwork.kernel.org/project/LKML/list/
11529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11530 S:      Buried alive in reporters
11531 F:      *
11532 F:      */