]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch 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_event*
810 F:      arch/arm/oprofile/common.c
811 F:      arch/arm/include/asm/pmu.h
812 F:      arch/arm/kernel/hw_breakpoint.c
813 F:      arch/arm/include/asm/hw_breakpoint.h
814
815 ARM PORT
816 M:      Russell King <linux@arm.linux.org.uk>
817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818 W:      http://www.arm.linux.org.uk/
819 S:      Maintained
820 F:      arch/arm/
821
822 ARM SUB-ARCHITECTURES
823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
824 S:      Maintained
825 F:      arch/arm/mach-*/
826 F:      arch/arm/plat-*/
827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
828
829 ARM PRIMECELL AACI PL041 DRIVER
830 M:      Russell King <linux@arm.linux.org.uk>
831 S:      Maintained
832 F:      sound/arm/aaci.*
833
834 ARM PRIMECELL CLCD PL110 DRIVER
835 M:      Russell King <linux@arm.linux.org.uk>
836 S:      Maintained
837 F:      drivers/video/fbdev/amba-clcd.*
838
839 ARM PRIMECELL KMI PL050 DRIVER
840 M:      Russell King <linux@arm.linux.org.uk>
841 S:      Maintained
842 F:      drivers/input/serio/ambakmi.*
843 F:      include/linux/amba/kmi.h
844
845 ARM PRIMECELL MMCI PL180/1 DRIVER
846 M:      Russell King <linux@arm.linux.org.uk>
847 S:      Maintained
848 F:      drivers/mmc/host/mmci.*
849 F:      include/linux/amba/mmci.h
850
851 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
852 M:      Russell King <linux@arm.linux.org.uk>
853 S:      Maintained
854 F:      drivers/tty/serial/amba-pl01*.c
855 F:      include/linux/amba/serial.h
856
857 ARM PRIMECELL BUS SUPPORT
858 M:      Russell King <linux@arm.linux.org.uk>
859 S:      Maintained
860 F:      drivers/amba/
861 F:      include/linux/amba/bus.h
862
863 ARM/ADS SPHERE MACHINE SUPPORT
864 M:      Lennert Buytenhek <kernel@wantstofly.org>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 S:      Maintained
867
868 ARM/AFEB9260 MACHINE SUPPORT
869 M:      Sergey Lapin <slapin@ossfans.org>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 S:      Maintained
872
873 ARM/AJECO 1ARM MACHINE SUPPORT
874 M:      Lennert Buytenhek <kernel@wantstofly.org>
875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
876 S:      Maintained
877
878 ARM/Allwinner A1X SoC support
879 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
882 N:      sun[x4567]i
883
884 ARM/Allwinner SoC Clock Support
885 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
886 S:      Maintained
887 F:      drivers/clk/sunxi/
888
889 ARM/Amlogic MesonX SoC support
890 M:      Carlo Caione <carlo@caione.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893 F:      drivers/media/rc/meson-ir.c
894 N:      meson[x68]
895
896 ARM/Annapurna Labs ALPINE ARCHITECTURE
897 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
898 S:      Maintained
899 F:      arch/arm/mach-alpine/
900
901 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
902 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
903 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
904 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 W:      http://www.linux4sam.org
907 S:      Supported
908 F:      arch/arm/mach-at91/
909 F:      include/soc/at91/
910 F:      arch/arm/boot/dts/at91*.dts
911 F:      arch/arm/boot/dts/at91*.dtsi
912 F:      arch/arm/boot/dts/sama*.dts
913 F:      arch/arm/boot/dts/sama*.dtsi
914 F:      arch/arm/include/debug/at91.S
915
916 ARM/ATMEL AT91 Clock Support
917 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
918 S:      Maintained
919 F:      drivers/clk/at91
920
921 ARM/CALXEDA HIGHBANK ARCHITECTURE
922 M:      Rob Herring <robh@kernel.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925 F:      arch/arm/mach-highbank/
926
927 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
928 M:      Krzysztof Halasa <khalasa@piap.pl>
929 S:      Maintained
930 F:      arch/arm/mach-cns3xxx/
931
932 ARM/CAVIUM THUNDER NETWORK DRIVER
933 M:      Sunil Goutham <sgoutham@cavium.com>
934 M:      Robert Richter <rric@kernel.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Supported
937 F:      drivers/net/ethernet/cavium/thunder/
938
939 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
940 M:      Alexander Shiyan <shc_work@mail.ru>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Odd Fixes
943 N:      clps711x
944
945 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
946 M:      Hartley Sweeten <hsweeten@visionengravers.com>
947 M:      Ryan Mallon <rmallon@gmail.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950 F:      arch/arm/mach-ep93xx/
951 F:      arch/arm/mach-ep93xx/include/mach/
952
953 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
954 M:      Lennert Buytenhek <kernel@wantstofly.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Maintained
957
958 ARM/CLKDEV SUPPORT
959 M:      Russell King <linux@arm.linux.org.uk>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Maintained
962 F:      arch/arm/include/asm/clkdev.h
963 F:      drivers/clk/clkdev.c
964
965 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
966 M:      Mike Rapoport <mike@compulab.co.il>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969
970 ARM/CONTEC MICRO9 MACHINE SUPPORT
971 M:      Hubert Feurstein <hubert.feurstein@contec.at>
972 S:      Maintained
973 F:      arch/arm/mach-ep93xx/micro9.c
974
975 ARM/CORESIGHT FRAMEWORK AND DRIVERS
976 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979 F:      drivers/hwtracing/coresight/*
980 F:      Documentation/trace/coresight.txt
981 F:      Documentation/devicetree/bindings/arm/coresight.txt
982 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
983
984 ARM/CORGI MACHINE SUPPORT
985 M:      Richard Purdie <rpurdie@rpsys.net>
986 S:      Maintained
987
988 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
989 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 T:      git git://github.com/ulli-kroll/linux.git
992 S:      Maintained
993 F:      arch/arm/mach-gemini/
994 F:      drivers/rtc/rtc-gemini.c
995
996 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
997 M:      Barry Song <baohua@kernel.org>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1000 S:      Maintained
1001 F:      arch/arm/mach-prima2/
1002 F:      drivers/clk/sirf/
1003 F:      drivers/clocksource/timer-prima2.c
1004 F:      drivers/clocksource/timer-atlas7.c
1005 N:      [^a-z]sirf
1006
1007 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1008 M:      Baruch Siach <baruch@tkos.co.il>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011 F:      arch/arm/boot/dts/cx92755*
1012 N:      digicolor
1013
1014 ARM/EBSA110 MACHINE SUPPORT
1015 M:      Russell King <linux@arm.linux.org.uk>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 W:      http://www.arm.linux.org.uk/
1018 S:      Maintained
1019 F:      arch/arm/mach-ebsa110/
1020 F:      drivers/net/ethernet/amd/am79c961a.*
1021
1022 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1023 M:      Uwe Kleine-König <kernel@pengutronix.de>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 N:      efm32
1027
1028 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1029 M:      Daniel Ribeiro <drwyrm@gmail.com>
1030 M:      Stefan Schmidt <stefan@openezx.org>
1031 M:      Harald Welte <laforge@openezx.org>
1032 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1033 W:      http://www.openezx.org/
1034 S:      Maintained
1035 T:      topgit git://git.openezx.org/openezx.git
1036 F:      arch/arm/mach-pxa/ezx.c
1037
1038 ARM/FARADAY FA526 PORT
1039 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 T:      git git://git.berlios.de/gemini-board
1043 F:      arch/arm/mm/*-fa*
1044
1045 ARM/FOOTBRIDGE ARCHITECTURE
1046 M:      Russell King <linux@arm.linux.org.uk>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 W:      http://www.arm.linux.org.uk/
1049 S:      Maintained
1050 F:      arch/arm/include/asm/hardware/dec21285.h
1051 F:      arch/arm/mach-footbridge/
1052
1053 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1054 M:      Shawn Guo <shawnguo@kernel.org>
1055 M:      Sascha Hauer <kernel@pengutronix.de>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 S:      Maintained
1058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1059 F:      arch/arm/mach-imx/
1060 F:      arch/arm/mach-mxs/
1061 F:      arch/arm/boot/dts/imx*
1062 F:      arch/arm/configs/imx*_defconfig
1063 F:      drivers/clk/imx/
1064 F:      include/soc/imx/
1065
1066 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 R:      Stefan Agner <stefan@agner.ch>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 S:      Maintained
1072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1073 F:      arch/arm/mach-imx/*vf610*
1074 F:      arch/arm/boot/dts/vf*
1075
1076 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1077 M:      Lennert Buytenhek <kernel@wantstofly.org>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080
1081 ARM/GUMSTIX MACHINE SUPPORT
1082 M:      Steve Sakoman <sakoman@gmail.com>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085
1086 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1087 M:      Philipp Zabel <philipp.zabel@gmail.com>
1088 M:      Paul Parsons <lost.distance@yahoo.com>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091 F:      arch/arm/mach-pxa/hx4700.c
1092 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1093 F:      sound/soc/pxa/hx4700.c
1094
1095 ARM/HISILICON SOC SUPPORT
1096 M:      Wei Xu <xuwei5@hisilicon.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 W:      http://www.hisilicon.com
1099 S:      Supported
1100 T:      git git://github.com/hisilicon/linux-hisi.git
1101 F:      arch/arm/mach-hisi/
1102
1103 ARM/HP JORNADA 7XX MACHINE SUPPORT
1104 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1105 W:      www.jlime.com
1106 S:      Maintained
1107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1108 F:      arch/arm/mach-sa1100/jornada720.c
1109 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1110
1111 ARM/IGEP MACHINE SUPPORT
1112 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1113 M:      Javier Martinez Canillas <javier@dowhile0.org>
1114 L:      linux-omap@vger.kernel.org
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117 F:      arch/arm/boot/dts/omap3-igep*
1118
1119 ARM/INCOME PXA270 SUPPORT
1120 M:      Marek Vasut <marek.vasut@gmail.com>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1124
1125 ARM/INTEL IOP32X ARM ARCHITECTURE
1126 M:      Lennert Buytenhek <kernel@wantstofly.org>
1127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S:      Maintained
1129
1130 ARM/INTEL IOP33X ARM ARCHITECTURE
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Orphan
1133
1134 ARM/INTEL IOP13XX ARM ARCHITECTURE
1135 M:      Lennert Buytenhek <kernel@wantstofly.org>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138
1139 ARM/INTEL IQ81342EX MACHINE SUPPORT
1140 M:      Lennert Buytenhek <kernel@wantstofly.org>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143
1144 ARM/INTEL IXDP2850 MACHINE SUPPORT
1145 M:      Lennert Buytenhek <kernel@wantstofly.org>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148
1149 ARM/INTEL IXP4XX ARM ARCHITECTURE
1150 M:      Imre Kaloz <kaloz@openwrt.org>
1151 M:      Krzysztof Halasa <khalasa@piap.pl>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 F:      arch/arm/mach-ixp4xx/
1155
1156 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1157 M:      Jonathan Cameron <jic23@cam.ac.uk>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160 F:      arch/arm/mach-pxa/stargate2.c
1161 F:      drivers/pcmcia/pxa2xx_stargate2.c
1162
1163 ARM/INTEL XSC3 (MANZANO) ARM CORE
1164 M:      Lennert Buytenhek <kernel@wantstofly.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167
1168 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1169 M:      Lennert Buytenhek <kernel@wantstofly.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1174 M:      Santosh Shilimkar <ssantosh@kernel.org>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177 F:      arch/arm/mach-keystone/
1178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1179
1180 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1181 M:      Santosh Shilimkar <ssantosh@kernel.org>
1182 L:      linux-kernel@vger.kernel.org
1183 S:      Maintained
1184 F:      drivers/clk/keystone/
1185
1186 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 L:      linux-kernel@vger.kernel.org
1190 S:      Maintained
1191 F:      drivers/clocksource/timer-keystone.c
1192
1193 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/power/reset/keystone-reset.c
1198
1199 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-kernel@vger.kernel.org
1202 S:      Maintained
1203 F:      drivers/memory/*emif*
1204
1205 ARM/LOGICPD PXA270 MACHINE SUPPORT
1206 M:      Lennert Buytenhek <kernel@wantstofly.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209
1210 ARM/LPC18XX ARCHITECTURE
1211 M:      Joachim Eastwood <manabian@gmail.com>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214 N:      lpc18xx
1215
1216 ARM/MAGICIAN MACHINE SUPPORT
1217 M:      Philipp Zabel <philipp.zabel@gmail.com>
1218 S:      Maintained
1219
1220 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1221 M:      Jason Cooper <jason@lakedaemon.net>
1222 M:      Andrew Lunn <andrew@lunn.ch>
1223 M:      Gregory Clement <gregory.clement@free-electrons.com>
1224 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 F:      arch/arm/mach-mvebu/
1228 F:      drivers/rtc/rtc-armada38x.c
1229 F:      arch/arm/boot/dts/armada*
1230 F:      arch/arm/boot/dts/kirkwood*
1231
1232
1233 ARM/Marvell Berlin SoC support
1234 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 S:      Maintained
1237 F:      arch/arm/mach-berlin/
1238 F:      arch/arm/boot/dts/berlin*
1239
1240
1241 ARM/Marvell Dove/MV78xx0/Orion SOC support
1242 M:      Jason Cooper <jason@lakedaemon.net>
1243 M:      Andrew Lunn <andrew@lunn.ch>
1244 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S:      Maintained
1248 F:      arch/arm/mach-dove/
1249 F:      arch/arm/mach-mv78xx0/
1250 F:      arch/arm/mach-orion5x/
1251 F:      arch/arm/plat-orion/
1252 F:      arch/arm/boot/dts/dove*
1253 F:      arch/arm/boot/dts/orion5x*
1254
1255
1256 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1257 M:      Alexander Clouter <alex@digriz.org.uk>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 W:      http://www.digriz.org.uk/ts78xx/kernel
1260 S:      Maintained
1261 F:      arch/arm/mach-orion5x/ts78xx-*
1262
1263 ARM/Mediatek RTC DRIVER
1264 M:      Eddie Huang <eddie.huang@mediatek.com>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      drivers/rtc/rtc-mt6397.c
1269
1270 ARM/Mediatek SoC support
1271 M:      Matthias Brugger <matthias.bgg@gmail.com>
1272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1274 S:      Maintained
1275 F:      arch/arm/boot/dts/mt6*
1276 F:      arch/arm/boot/dts/mt8*
1277 F:      arch/arm/mach-mediatek/
1278 N:      mtk
1279 K:      mediatek
1280
1281 ARM/MICREL KS8695 ARCHITECTURE
1282 M:      Greg Ungerer <gerg@uclinux.org>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 F:      arch/arm/mach-ks8695/
1285 S:      Odd Fixes
1286
1287 ARM/MIOA701 MACHINE SUPPORT
1288 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 F:      arch/arm/mach-pxa/mioa701.c
1291 S:      Maintained
1292
1293 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1294 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1295 S:      Maintained
1296
1297 ARM/NOMADIK ARCHITECTURE
1298 M:      Alessandro Rubini <rubini@unipv.it>
1299 M:      Linus Walleij <linus.walleij@linaro.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302 F:      arch/arm/mach-nomadik/
1303 F:      drivers/pinctrl/nomadik/
1304 F:      drivers/i2c/busses/i2c-nomadik.c
1305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1306
1307 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1308 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1309 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1310 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1311 S:      Supported
1312
1313 ARM/TOSA MACHINE SUPPORT
1314 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1315 M:      Dirk Opfer <dirk@opfer-online.de>
1316 S:      Maintained
1317
1318 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1319 M:      Marek Vasut <marek.vasut@gmail.com>
1320 L:      linux-arm-kernel@lists.infradead.org
1321 W:      http://hackndev.com
1322 S:      Maintained
1323 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1324 F:      arch/arm/mach-pxa/palmtx.c
1325 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1326 F:      arch/arm/mach-pxa/palmt5.c
1327 F:      arch/arm/mach-pxa/include/mach/palmld.h
1328 F:      arch/arm/mach-pxa/palmld.c
1329 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1330 F:      arch/arm/mach-pxa/palmte2.c
1331 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1332 F:      arch/arm/mach-pxa/palmtc.c
1333
1334 ARM/PALM TREO SUPPORT
1335 M:      Tomas Cech <sleep_walker@suse.com>
1336 L:      linux-arm-kernel@lists.infradead.org
1337 W:      http://hackndev.com
1338 S:      Maintained
1339 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1340 F:      arch/arm/mach-pxa/palmtreo.c
1341
1342 ARM/PALMZ72 SUPPORT
1343 M:      Sergey Lapin <slapin@ossfans.org>
1344 L:      linux-arm-kernel@lists.infradead.org
1345 W:      http://hackndev.com
1346 S:      Maintained
1347 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1348 F:      arch/arm/mach-pxa/palmz72.c
1349
1350 ARM/PLEB SUPPORT
1351 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1352 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1353 S:      Maintained
1354
1355 ARM/PT DIGITAL BOARD PORT
1356 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 W:      http://www.arm.linux.org.uk/
1359 S:      Maintained
1360
1361 ARM/QUALCOMM SUPPORT
1362 M:      Kumar Gala <galak@codeaurora.org>
1363 M:      Andy Gross <agross@codeaurora.org>
1364 M:      David Brown <davidb@codeaurora.org>
1365 L:      linux-arm-msm@vger.kernel.org
1366 L:      linux-soc@vger.kernel.org
1367 S:      Maintained
1368 F:      arch/arm/mach-qcom/
1369 F:      drivers/soc/qcom/
1370 F:      drivers/tty/serial/msm_serial.h
1371 F:      drivers/tty/serial/msm_serial.c
1372 F:      drivers/*/pm8???-*
1373 F:      drivers/mfd/ssbi.c
1374 F:      drivers/firmware/qcom_scm.c
1375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1376
1377 ARM/RADISYS ENP2611 MACHINE SUPPORT
1378 M:      Lennert Buytenhek <kernel@wantstofly.org>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381
1382 ARM/RISCPC ARCHITECTURE
1383 M:      Russell King <linux@arm.linux.org.uk>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 W:      http://www.arm.linux.org.uk/
1386 S:      Maintained
1387 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1388 F:      arch/arm/include/asm/hardware/ioc.h
1389 F:      arch/arm/include/asm/hardware/iomd.h
1390 F:      arch/arm/include/asm/hardware/memc.h
1391 F:      arch/arm/mach-rpc/
1392 F:      drivers/net/ethernet/8390/etherh.c
1393 F:      drivers/net/ethernet/i825xx/ether1*
1394 F:      drivers/net/ethernet/seeq/ether3*
1395 F:      drivers/scsi/arm/
1396
1397 ARM/Rockchip SoC support
1398 M:      Heiko Stuebner <heiko@sntech.de>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 L:      linux-rockchip@lists.infradead.org
1401 S:      Maintained
1402 F:      arch/arm/boot/dts/rk3*
1403 F:      arch/arm/mach-rockchip/
1404 F:      drivers/clk/rockchip/
1405 F:      drivers/i2c/busses/i2c-rk3x.c
1406 F:      drivers/*/*rockchip*
1407 F:      drivers/*/*/*rockchip*
1408 F:      sound/soc/rockchip/
1409 N:      rockchip
1410
1411 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1412 M:      Kukjin Kim <kgene@kernel.org>
1413 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1416 S:      Maintained
1417 F:      arch/arm/boot/dts/s3c*
1418 F:      arch/arm/boot/dts/exynos*
1419 F:      arch/arm64/boot/dts/exynos/
1420 F:      arch/arm/plat-samsung/
1421 F:      arch/arm/mach-s3c24*/
1422 F:      arch/arm/mach-s3c64xx/
1423 F:      arch/arm/mach-s5p*/
1424 F:      arch/arm/mach-exynos*/
1425 F:      drivers/*/*s3c2410*
1426 F:      drivers/*/*/*s3c2410*
1427 F:      drivers/spi/spi-s3c*
1428 F:      sound/soc/samsung/*
1429 N:      exynos
1430
1431 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1432 M:      Kyungmin Park <kyungmin.park@samsung.com>
1433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 S:      Maintained
1435 F:      arch/arm/mach-s5pv210/
1436
1437 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1438 M:      Kyungmin Park <kyungmin.park@samsung.com>
1439 M:      Kamil Debski <k.debski@samsung.com>
1440 L:      linux-arm-kernel@lists.infradead.org
1441 L:      linux-media@vger.kernel.org
1442 S:      Maintained
1443 F:      drivers/media/platform/s5p-g2d/
1444
1445 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1446 M:      Kyungmin Park <kyungmin.park@samsung.com>
1447 M:      Kamil Debski <k.debski@samsung.com>
1448 M:      Jeongtae Park <jtp.park@samsung.com>
1449 L:      linux-arm-kernel@lists.infradead.org
1450 L:      linux-media@vger.kernel.org
1451 S:      Maintained
1452 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1453 F:      drivers/media/platform/s5p-mfc/
1454
1455 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1456 M:      Kyungmin Park <kyungmin.park@samsung.com>
1457 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1458 L:      linux-arm-kernel@lists.infradead.org
1459 L:      linux-media@vger.kernel.org
1460 S:      Maintained
1461 F:      drivers/media/platform/s5p-tv/
1462
1463 ARM/SHMOBILE ARM ARCHITECTURE
1464 M:      Simon Horman <horms@verge.net.au>
1465 M:      Magnus Damm <magnus.damm@gmail.com>
1466 L:      linux-sh@vger.kernel.org
1467 W:      http://oss.renesas.com
1468 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1470 S:      Supported
1471 F:      arch/arm/boot/dts/emev2*
1472 F:      arch/arm/boot/dts/r7s*
1473 F:      arch/arm/boot/dts/r8a*
1474 F:      arch/arm/boot/dts/sh*
1475 F:      arch/arm/configs/bockw_defconfig
1476 F:      arch/arm/configs/marzen_defconfig
1477 F:      arch/arm/configs/shmobile_defconfig
1478 F:      arch/arm/include/debug/renesas-scif.S
1479 F:      arch/arm/mach-shmobile/
1480 F:      drivers/sh/
1481
1482 ARM/SOCFPGA ARCHITECTURE
1483 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1484 S:      Maintained
1485 F:      arch/arm/mach-socfpga/
1486 F:      arch/arm/boot/dts/socfpga*
1487 F:      arch/arm/configs/socfpga_defconfig
1488 W:      http://www.rocketboards.org
1489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1490
1491 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1492 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1493 S:      Maintained
1494 F:      drivers/clk/socfpga/
1495
1496 ARM/SOCFPGA EDAC SUPPORT
1497 M:      Thor Thayer <tthayer@opensource.altera.com>
1498 S:      Maintained
1499 F:      drivers/edac/altera_edac.
1500
1501 ARM/STI ARCHITECTURE
1502 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1503 M:      Maxime Coquelin <maxime.coquelin@st.com>
1504 M:      Patrice Chotard <patrice.chotard@st.com>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 L:      kernel@stlinux.com
1507 W:      http://www.stlinux.com
1508 S:      Maintained
1509 F:      arch/arm/mach-sti/
1510 F:      arch/arm/boot/dts/sti*
1511 F:      drivers/clocksource/arm_global_timer.c
1512 F:      drivers/i2c/busses/i2c-st.c
1513 F:      drivers/media/rc/st_rc.c
1514 F:      drivers/mmc/host/sdhci-st.c
1515 F:      drivers/phy/phy-miphy28lp.c
1516 F:      drivers/phy/phy-miphy365x.c
1517 F:      drivers/phy/phy-stih407-usb.c
1518 F:      drivers/phy/phy-stih41x-usb.c
1519 F:      drivers/pinctrl/pinctrl-st.c
1520 F:      drivers/reset/sti/
1521 F:      drivers/rtc/rtc-st-lpc.c
1522 F:      drivers/tty/serial/st-asc.c
1523 F:      drivers/usb/dwc3/dwc3-st.c
1524 F:      drivers/usb/host/ehci-st.c
1525 F:      drivers/usb/host/ohci-st.c
1526 F:      drivers/watchdog/st_lpc_wdt.c
1527 F:      drivers/ata/ahci_st.c
1528
1529 ARM/STM32 ARCHITECTURE
1530 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 S:      Maintained
1533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1534 N:      stm32
1535 F:      drivers/clocksource/armv7m_systick.c
1536
1537 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1538 M:      Lennert Buytenhek <kernel@wantstofly.org>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 S:      Maintained
1541
1542 ARM/TETON BGA MACHINE SUPPORT
1543 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 S:      Maintained
1546
1547 ARM/THECUS N2100 MACHINE SUPPORT
1548 M:      Lennert Buytenhek <kernel@wantstofly.org>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551
1552 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1553 M:      Wan ZongShun <mcuos.com@gmail.com>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 W:      http://www.mcuos.com
1556 S:      Maintained
1557 F:      arch/arm/mach-w90x900/
1558 F:      drivers/input/keyboard/w90p910_keypad.c
1559 F:      drivers/input/touchscreen/w90p910_ts.c
1560 F:      drivers/watchdog/nuc900_wdt.c
1561 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1562 F:      drivers/mtd/nand/nuc900_nand.c
1563 F:      drivers/rtc/rtc-nuc900.c
1564 F:      drivers/spi/spi-nuc900.c
1565 F:      drivers/usb/host/ehci-w90x900.c
1566 F:      drivers/video/fbdev/nuc900fb.c
1567
1568 ARM/U300 MACHINE SUPPORT
1569 M:      Linus Walleij <linus.walleij@linaro.org>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 S:      Supported
1572 F:      arch/arm/mach-u300/
1573 F:      drivers/clocksource/timer-u300.c
1574 F:      drivers/i2c/busses/i2c-stu300.c
1575 F:      drivers/rtc/rtc-coh901331.c
1576 F:      drivers/watchdog/coh901327_wdt.c
1577 F:      drivers/dma/coh901318*
1578 F:      drivers/mfd/ab3100*
1579 F:      drivers/rtc/rtc-ab3100.c
1580 F:      drivers/rtc/rtc-coh901331.c
1581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1582
1583 ARM/UNIPHIER ARCHITECTURE
1584 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 S:      Maintained
1587 F:      arch/arm/boot/dts/uniphier*
1588 F:      arch/arm/mach-uniphier/
1589 F:      drivers/pinctrl/uniphier/
1590 F:      drivers/tty/serial/8250/8250_uniphier.c
1591 N:      uniphier
1592
1593 ARM/Ux500 ARM ARCHITECTURE
1594 M:      Linus Walleij <linus.walleij@linaro.org>
1595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 S:      Maintained
1597 F:      arch/arm/mach-ux500/
1598 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1599 F:      drivers/dma/ste_dma40*
1600 F:      drivers/hwspinlock/u8500_hsem.c
1601 F:      drivers/mfd/abx500*
1602 F:      drivers/mfd/ab8500*
1603 F:      drivers/mfd/dbx500*
1604 F:      drivers/mfd/db8500*
1605 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1606 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1607 F:      drivers/rtc/rtc-ab8500.c
1608 F:      drivers/rtc/rtc-pl031.c
1609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1610
1611 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1612 M:      Ulf Hansson <ulf.hansson@linaro.org>
1613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1614 T:      git git://git.linaro.org/people/ulfh/clk.git
1615 S:      Maintained
1616 F:      drivers/clk/ux500/
1617 F:      include/linux/platform_data/clk-ux500.h
1618
1619 ARM/VERSATILE EXPRESS PLATFORM
1620 M:      Liviu Dudau <liviu.dudau@arm.com>
1621 M:      Sudeep Holla <sudeep.holla@arm.com>
1622 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 S:      Maintained
1625 F:      arch/arm/boot/dts/vexpress*
1626 F:      arch/arm64/boot/dts/arm/vexpress*
1627 F:      arch/arm/mach-vexpress/
1628 F:      */*/vexpress*
1629 F:      */*/*/vexpress*
1630 F:      drivers/clk/versatile/clk-vexpress-osc.c
1631 F:      drivers/clocksource/versatile.c
1632
1633 ARM/VFP SUPPORT
1634 M:      Russell King <linux@arm.linux.org.uk>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 W:      http://www.arm.linux.org.uk/
1637 S:      Maintained
1638 F:      arch/arm/vfp/
1639
1640 ARM/VOIPAC PXA270 SUPPORT
1641 M:      Marek Vasut <marek.vasut@gmail.com>
1642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 S:      Maintained
1644 F:      arch/arm/mach-pxa/vpac270.c
1645 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1646
1647 ARM/VT8500 ARM ARCHITECTURE
1648 M:      Tony Prisk <linux@prisktech.co.nz>
1649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 S:      Maintained
1651 F:      arch/arm/mach-vt8500/
1652 F:      drivers/clocksource/vt8500_timer.c
1653 F:      drivers/i2c/busses/i2c-wmt.c
1654 F:      drivers/mmc/host/wmt-sdmmc.c
1655 F:      drivers/pwm/pwm-vt8500.c
1656 F:      drivers/rtc/rtc-vt8500.c
1657 F:      drivers/tty/serial/vt8500_serial.c
1658 F:      drivers/usb/host/ehci-platform.c
1659 F:      drivers/usb/host/uhci-platform.c
1660 F:      drivers/video/fbdev/vt8500lcdfb.*
1661 F:      drivers/video/fbdev/wm8505fb*
1662 F:      drivers/video/fbdev/wmt_ge_rops.*
1663
1664 ARM/ZIPIT Z2 SUPPORT
1665 M:      Marek Vasut <marek.vasut@gmail.com>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S:      Maintained
1668 F:      arch/arm/mach-pxa/z2.c
1669 F:      arch/arm/mach-pxa/include/mach/z2.h
1670
1671 ARM/ZTE ARCHITECTURE
1672 M:      Jun Nie <jun.nie@linaro.org>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/mach-zx/
1676 F:      drivers/clk/zte/
1677 F:      Documentation/devicetree/bindings/arm/zte.txt
1678 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1679
1680 ARM/ZYNQ ARCHITECTURE
1681 M:      Michal Simek <michal.simek@xilinx.com>
1682 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1684 W:      http://wiki.xilinx.com
1685 T:      git https://github.com/Xilinx/linux-xlnx.git
1686 S:      Supported
1687 F:      arch/arm/mach-zynq/
1688 F:      drivers/cpuidle/cpuidle-zynq.c
1689 F:      drivers/block/xsysace.c
1690 N:      zynq
1691 N:      xilinx
1692 F:      drivers/clocksource/cadence_ttc_timer.c
1693 F:      drivers/i2c/busses/i2c-cadence.c
1694 F:      drivers/mmc/host/sdhci-of-arasan.c
1695 F:      drivers/edac/synopsys_edac.c
1696
1697 ARM SMMU DRIVERS
1698 M:      Will Deacon <will.deacon@arm.com>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 S:      Maintained
1701 F:      drivers/iommu/arm-smmu.c
1702 F:      drivers/iommu/arm-smmu-v3.c
1703 F:      drivers/iommu/io-pgtable-arm.c
1704
1705 ARM64 PORT (AARCH64 ARCHITECTURE)
1706 M:      Catalin Marinas <catalin.marinas@arm.com>
1707 M:      Will Deacon <will.deacon@arm.com>
1708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 S:      Maintained
1710 F:      arch/arm64/
1711 F:      Documentation/arm64/
1712
1713 AS3645A LED FLASH CONTROLLER DRIVER
1714 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1715 L:      linux-media@vger.kernel.org
1716 T:      git git://linuxtv.org/media_tree.git
1717 S:      Maintained
1718 F:      drivers/media/i2c/as3645a.c
1719 F:      include/media/as3645a.h
1720
1721 ASC7621 HARDWARE MONITOR DRIVER
1722 M:      George Joseph <george.joseph@fairview5.com>
1723 L:      lm-sensors@lm-sensors.org
1724 S:      Maintained
1725 F:      Documentation/hwmon/asc7621
1726 F:      drivers/hwmon/asc7621.c
1727
1728 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1729 M:      Corentin Chary <corentin.chary@gmail.com>
1730 L:      acpi4asus-user@lists.sourceforge.net
1731 L:      platform-driver-x86@vger.kernel.org
1732 W:      http://acpi4asus.sf.net
1733 S:      Maintained
1734 F:      drivers/platform/x86/asus*.c
1735 F:      drivers/platform/x86/eeepc*.c
1736
1737 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1738 R:      Dan Williams <dan.j.williams@intel.com>
1739 W:      http://sourceforge.net/projects/xscaleiop
1740 S:      Odd fixes
1741 F:      Documentation/crypto/async-tx-api.txt
1742 F:      crypto/async_tx/
1743 F:      drivers/dma/
1744 F:      include/linux/dmaengine.h
1745 F:      include/linux/async_tx.h
1746
1747 AT24 EEPROM DRIVER
1748 M:      Wolfram Sang <wsa@the-dreams.de>
1749 L:      linux-i2c@vger.kernel.org
1750 S:      Maintained
1751 F:      drivers/misc/eeprom/at24.c
1752 F:      include/linux/platform_data/at24.h
1753
1754 ATA OVER ETHERNET (AOE) DRIVER
1755 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1756 W:      http://www.openaoe.org/
1757 S:      Supported
1758 F:      Documentation/aoe/
1759 F:      drivers/block/aoe/
1760
1761 ATHEROS ATH GENERIC UTILITIES
1762 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1763 L:      linux-wireless@vger.kernel.org
1764 S:      Supported
1765 F:      drivers/net/wireless/ath/*
1766
1767 ATHEROS ATH5K WIRELESS DRIVER
1768 M:      Jiri Slaby <jirislaby@gmail.com>
1769 M:      Nick Kossifidis <mickflemm@gmail.com>
1770 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1771 L:      linux-wireless@vger.kernel.org
1772 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1773 S:      Maintained
1774 F:      drivers/net/wireless/ath/ath5k/
1775
1776 ATHEROS ATH6KL WIRELESS DRIVER
1777 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1778 L:      linux-wireless@vger.kernel.org
1779 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1780 T:      git git://github.com/kvalo/ath.git
1781 S:      Supported
1782 F:      drivers/net/wireless/ath/ath6kl/
1783
1784 WILOCITY WIL6210 WIRELESS DRIVER
1785 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1786 L:      linux-wireless@vger.kernel.org
1787 L:      wil6210@qca.qualcomm.com
1788 S:      Supported
1789 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1790 F:      drivers/net/wireless/ath/wil6210/
1791 F:      include/uapi/linux/wil6210_uapi.h
1792
1793 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1794 M:      Christian Lamparter <chunkeey@googlemail.com>
1795 L:      linux-wireless@vger.kernel.org
1796 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1797 S:      Maintained
1798 F:      drivers/net/wireless/ath/carl9170/
1799
1800 ATK0110 HWMON DRIVER
1801 M:      Luca Tettamanti <kronos.it@gmail.com>
1802 L:      lm-sensors@lm-sensors.org
1803 S:      Maintained
1804 F:      drivers/hwmon/asus_atk0110.c
1805
1806 ATI_REMOTE2 DRIVER
1807 M:      Ville Syrjala <syrjala@sci.fi>
1808 S:      Maintained
1809 F:      drivers/input/misc/ati_remote2.c
1810
1811 ATLX ETHERNET DRIVERS
1812 M:      Jay Cliburn <jcliburn@gmail.com>
1813 M:      Chris Snook <chris.snook@gmail.com>
1814 L:      netdev@vger.kernel.org
1815 W:      http://sourceforge.net/projects/atl1
1816 W:      http://atl1.sourceforge.net
1817 S:      Maintained
1818 F:      drivers/net/ethernet/atheros/
1819
1820 ATM
1821 M:      Chas Williams <3chas3@gmail.com>
1822 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1823 L:      netdev@vger.kernel.org
1824 W:      http://linux-atm.sourceforge.net
1825 S:      Maintained
1826 F:      drivers/atm/
1827 F:      include/linux/atm*
1828 F:      include/uapi/linux/atm*
1829
1830 ATMEL AT91 / AT32 MCI DRIVER
1831 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1832 S:      Maintained
1833 F:      drivers/mmc/host/atmel-mci.c
1834 F:      drivers/mmc/host/atmel-mci-regs.h
1835
1836 ATMEL AT91 / AT32 SERIAL DRIVER
1837 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1838 S:      Supported
1839 F:      drivers/tty/serial/atmel_serial.c
1840
1841 ATMEL Audio ALSA driver
1842 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1843 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1844 S:      Supported
1845 F:      sound/soc/atmel
1846
1847 ATMEL DMA DRIVER
1848 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Supported
1851 F:      drivers/dma/at_hdmac.c
1852 F:      drivers/dma/at_hdmac_regs.h
1853 F:      include/linux/platform_data/dma-atmel.h
1854
1855 ATMEL XDMA DRIVER
1856 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1857 L:      linux-arm-kernel@lists.infradead.org
1858 L:      dmaengine@vger.kernel.org
1859 S:      Supported
1860 F:      drivers/dma/at_xdmac.c
1861
1862 ATMEL I2C DRIVER
1863 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1864 L:      linux-i2c@vger.kernel.org
1865 S:      Supported
1866 F:      drivers/i2c/busses/i2c-at91.c
1867
1868 ATMEL ISI DRIVER
1869 M:      Josh Wu <josh.wu@atmel.com>
1870 L:      linux-media@vger.kernel.org
1871 S:      Supported
1872 F:      drivers/media/platform/soc_camera/atmel-isi.c
1873 F:      include/media/atmel-isi.h
1874
1875 ATMEL LCDFB DRIVER
1876 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1877 L:      linux-fbdev@vger.kernel.org
1878 S:      Maintained
1879 F:      drivers/video/fbdev/atmel_lcdfb.c
1880 F:      include/video/atmel_lcdc.h
1881
1882 ATMEL MACB ETHERNET DRIVER
1883 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1884 S:      Supported
1885 F:      drivers/net/ethernet/cadence/
1886
1887 ATMEL NAND DRIVER
1888 M:      Josh Wu <josh.wu@atmel.com>
1889 L:      linux-mtd@lists.infradead.org
1890 S:      Supported
1891 F:      drivers/mtd/nand/atmel_nand*
1892
1893 ATMEL SPI DRIVER
1894 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1895 S:      Supported
1896 F:      drivers/spi/spi-atmel.*
1897
1898 ATMEL SSC DRIVER
1899 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1901 S:      Supported
1902 F:      drivers/misc/atmel-ssc.c
1903 F:      include/linux/atmel-ssc.h
1904
1905 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1906 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 S:      Supported
1909 F:      drivers/misc/atmel_tclib.c
1910 F:      drivers/clocksource/tcb_clksrc.c
1911
1912 ATMEL USBA UDC DRIVER
1913 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S:      Supported
1916 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1917
1918 ATMEL WIRELESS DRIVER
1919 M:      Simon Kelley <simon@thekelleys.org.uk>
1920 L:      linux-wireless@vger.kernel.org
1921 W:      http://www.thekelleys.org.uk/atmel
1922 W:      http://atmelwlandriver.sourceforge.net/
1923 S:      Maintained
1924 F:      drivers/net/wireless/atmel*
1925
1926 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1927 M:      Bradley Grove <linuxdrivers@attotech.com>
1928 L:      linux-scsi@vger.kernel.org
1929 W:      http://www.attotech.com
1930 S:      Supported
1931 F:      drivers/scsi/esas2r
1932
1933 ATUSB IEEE 802.15.4 RADIO DRIVER
1934 M:      Stefan Schmidt <stefan@osg.samsung.com>
1935 L:      linux-wpan@vger.kernel.org
1936 S:      Maintained
1937 F:      drivers/net/ieee802154/atusb.c
1938 F:      drivers/net/ieee802154/atusb.h
1939 F:      drivers/net/ieee802154/at86rf230.h
1940
1941 AUDIT SUBSYSTEM
1942 M:      Paul Moore <paul@paul-moore.com>
1943 M:      Eric Paris <eparis@redhat.com>
1944 L:      linux-audit@redhat.com (moderated for non-subscribers)
1945 W:      http://people.redhat.com/sgrubb/audit/
1946 T:      git git://git.infradead.org/users/pcmoore/audit
1947 S:      Maintained
1948 F:      include/linux/audit.h
1949 F:      include/uapi/linux/audit.h
1950 F:      kernel/audit*
1951
1952 AUXILIARY DISPLAY DRIVERS
1953 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1954 W:      http://miguelojeda.es/auxdisplay.htm
1955 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1956 S:      Maintained
1957 F:      drivers/auxdisplay/
1958 F:      include/linux/cfag12864b.h
1959
1960 AVR32 ARCHITECTURE
1961 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1962 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1963 W:      http://www.atmel.com/products/AVR32/
1964 W:      http://mirror.egtvedt.no/avr32linux.org/
1965 W:      http://avrfreaks.net/
1966 S:      Maintained
1967 F:      arch/avr32/
1968
1969 AVR32/AT32AP MACHINE SUPPORT
1970 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1971 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1972 S:      Maintained
1973 F:      arch/avr32/mach-at32ap/
1974
1975 AX.25 NETWORK LAYER
1976 M:      Ralf Baechle <ralf@linux-mips.org>
1977 L:      linux-hams@vger.kernel.org
1978 W:      http://www.linux-ax25.org/
1979 S:      Maintained
1980 F:      include/uapi/linux/ax25.h
1981 F:      include/net/ax25.h
1982 F:      net/ax25/
1983
1984 AZ6007 DVB DRIVER
1985 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1986 L:      linux-media@vger.kernel.org
1987 W:      http://linuxtv.org
1988 T:      git git://linuxtv.org/media_tree.git
1989 S:      Maintained
1990 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1991
1992 AZTECH FM RADIO RECEIVER DRIVER
1993 M:      Hans Verkuil <hverkuil@xs4all.nl>
1994 L:      linux-media@vger.kernel.org
1995 T:      git git://linuxtv.org/media_tree.git
1996 W:      http://linuxtv.org
1997 S:      Maintained
1998 F:      drivers/media/radio/radio-aztech*
1999
2000 B43 WIRELESS DRIVER
2001 L:      linux-wireless@vger.kernel.org
2002 L:      b43-dev@lists.infradead.org
2003 W:      http://wireless.kernel.org/en/users/Drivers/b43
2004 S:      Odd Fixes
2005 F:      drivers/net/wireless/b43/
2006
2007 B43LEGACY WIRELESS DRIVER
2008 M:      Larry Finger <Larry.Finger@lwfinger.net>
2009 L:      linux-wireless@vger.kernel.org
2010 L:      b43-dev@lists.infradead.org
2011 W:      http://wireless.kernel.org/en/users/Drivers/b43
2012 S:      Maintained
2013 F:      drivers/net/wireless/b43legacy/
2014
2015 BACKLIGHT CLASS/SUBSYSTEM
2016 M:      Jingoo Han <jingoohan1@gmail.com>
2017 M:      Lee Jones <lee.jones@linaro.org>
2018 S:      Maintained
2019 F:      drivers/video/backlight/
2020 F:      include/linux/backlight.h
2021
2022 BATMAN ADVANCED
2023 M:      Marek Lindner <mareklindner@neomailbox.ch>
2024 M:      Simon Wunderlich <sw@simonwunderlich.de>
2025 M:      Antonio Quartulli <antonio@meshcoding.com>
2026 L:      b.a.t.m.a.n@lists.open-mesh.org
2027 W:      http://www.open-mesh.org/
2028 S:      Maintained
2029 F:      net/batman-adv/
2030
2031 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2032 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2033 L:      linux-hams@vger.kernel.org
2034 W:      http://www.baycom.org/~tom/ham/ham.html
2035 S:      Maintained
2036 F:      drivers/net/hamradio/baycom*
2037
2038 BCACHE (BLOCK LAYER CACHE)
2039 M:      Kent Overstreet <kent.overstreet@gmail.com>
2040 L:      linux-bcache@vger.kernel.org
2041 W:      http://bcache.evilpiepirate.org
2042 S:      Maintained
2043 F:      drivers/md/bcache/
2044
2045 BDISP ST MEDIA DRIVER
2046 M:      Fabien Dessenne <fabien.dessenne@st.com>
2047 L:      linux-media@vger.kernel.org
2048 T:      git git://linuxtv.org/media_tree.git
2049 W:      http://linuxtv.org
2050 S:      Supported
2051 F:      drivers/media/platform/sti/bdisp
2052
2053 BEFS FILE SYSTEM
2054 S:      Orphan
2055 F:      Documentation/filesystems/befs.txt
2056 F:      fs/befs/
2057
2058 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2059 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2060 L:      netdev@vger.kernel.org
2061 S:      Maintained
2062 F:      drivers/net/ethernet/ec_bhf.c
2063
2064 BFS FILE SYSTEM
2065 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2066 S:      Maintained
2067 F:      Documentation/filesystems/bfs.txt
2068 F:      fs/bfs/
2069 F:      include/uapi/linux/bfs_fs.h
2070
2071 BLACKFIN ARCHITECTURE
2072 M:      Steven Miao <realmz6@gmail.com>
2073 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2074 T:      git git://git.code.sf.net/p/adi-linux/code
2075 W:      http://blackfin.uclinux.org
2076 S:      Supported
2077 F:      arch/blackfin/
2078
2079 BLACKFIN EMAC DRIVER
2080 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2081 W:      http://blackfin.uclinux.org
2082 S:      Supported
2083 F:      drivers/net/ethernet/adi/
2084
2085 BLACKFIN RTC DRIVER
2086 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2087 W:      http://blackfin.uclinux.org
2088 S:      Supported
2089 F:      drivers/rtc/rtc-bfin.c
2090
2091 BLACKFIN SDH DRIVER
2092 M:      Sonic Zhang <sonic.zhang@analog.com>
2093 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2094 W:      http://blackfin.uclinux.org
2095 S:      Supported
2096 F:      drivers/mmc/host/bfin_sdh.c
2097
2098 BLACKFIN SERIAL DRIVER
2099 M:      Sonic Zhang <sonic.zhang@analog.com>
2100 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2101 W:      http://blackfin.uclinux.org
2102 S:      Supported
2103 F:      drivers/tty/serial/bfin_uart.c
2104
2105 BLACKFIN WATCHDOG DRIVER
2106 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2107 W:      http://blackfin.uclinux.org
2108 S:      Supported
2109 F:      drivers/watchdog/bfin_wdt.c
2110
2111 BLACKFIN I2C TWI DRIVER
2112 M:      Sonic Zhang <sonic.zhang@analog.com>
2113 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2114 W:      http://blackfin.uclinux.org/
2115 S:      Supported
2116 F:      drivers/i2c/busses/i2c-bfin-twi.c
2117
2118 BLACKFIN MEDIA DRIVER
2119 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2120 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2121 W:      http://blackfin.uclinux.org/
2122 S:      Supported
2123 F:      drivers/media/platform/blackfin/
2124 F:      drivers/media/i2c/adv7183*
2125 F:      drivers/media/i2c/vs6624*
2126
2127 BLINKM RGB LED DRIVER
2128 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2129 S:      Maintained
2130 F:      drivers/leds/leds-blinkm.c
2131
2132 BLOCK LAYER
2133 M:      Jens Axboe <axboe@kernel.dk>
2134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2135 S:      Maintained
2136 F:      block/
2137 F:      kernel/trace/blktrace.c
2138
2139 BLOCK2MTD DRIVER
2140 M:      Joern Engel <joern@lazybastard.org>
2141 L:      linux-mtd@lists.infradead.org
2142 S:      Maintained
2143 F:      drivers/mtd/devices/block2mtd.c
2144
2145 BLUETOOTH DRIVERS
2146 M:      Marcel Holtmann <marcel@holtmann.org>
2147 M:      Gustavo Padovan <gustavo@padovan.org>
2148 M:      Johan Hedberg <johan.hedberg@gmail.com>
2149 L:      linux-bluetooth@vger.kernel.org
2150 W:      http://www.bluez.org/
2151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2153 S:      Maintained
2154 F:      drivers/bluetooth/
2155
2156 BLUETOOTH SUBSYSTEM
2157 M:      Marcel Holtmann <marcel@holtmann.org>
2158 M:      Gustavo Padovan <gustavo@padovan.org>
2159 M:      Johan Hedberg <johan.hedberg@gmail.com>
2160 L:      linux-bluetooth@vger.kernel.org
2161 W:      http://www.bluez.org/
2162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2164 S:      Maintained
2165 F:      net/bluetooth/
2166 F:      include/net/bluetooth/
2167
2168 BONDING DRIVER
2169 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2170 M:      Veaceslav Falico <vfalico@gmail.com>
2171 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2172 L:      netdev@vger.kernel.org
2173 W:      http://sourceforge.net/projects/bonding/
2174 S:      Supported
2175 F:      drivers/net/bonding/
2176 F:      include/uapi/linux/if_bonding.h
2177
2178 BPF (Safe dynamic programs and tools)
2179 M:      Alexei Starovoitov <ast@kernel.org>
2180 L:      netdev@vger.kernel.org
2181 L:      linux-kernel@vger.kernel.org
2182 S:      Supported
2183 F:      kernel/bpf/
2184
2185 BROADCOM B44 10/100 ETHERNET DRIVER
2186 M:      Gary Zambrano <zambrano@broadcom.com>
2187 L:      netdev@vger.kernel.org
2188 S:      Supported
2189 F:      drivers/net/ethernet/broadcom/b44.*
2190
2191 BROADCOM GENET ETHERNET DRIVER
2192 M:      Florian Fainelli <f.fainelli@gmail.com>
2193 L:      netdev@vger.kernel.org
2194 S:      Supported
2195 F:      drivers/net/ethernet/broadcom/genet/
2196
2197 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2198 M:      Sony Chacko <sony.chacko@qlogic.com>
2199 M:      Dept-HSGLinuxNICDev@qlogic.com
2200 L:      netdev@vger.kernel.org
2201 S:      Supported
2202 F:      drivers/net/ethernet/broadcom/bnx2.*
2203 F:      drivers/net/ethernet/broadcom/bnx2_*
2204
2205 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2206 M:      Ariel Elior <ariel.elior@qlogic.com>
2207 L:      netdev@vger.kernel.org
2208 S:      Supported
2209 F:      drivers/net/ethernet/broadcom/bnx2x/
2210
2211 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2212 M:      Florian Fainelli <f.fainelli@gmail.com>
2213 M:      Ray Jui <rjui@broadcom.com>
2214 M:      Scott Branden <sbranden@broadcom.com>
2215 L:      bcm-kernel-feedback-list@broadcom.com
2216 T:      git git://github.com/broadcom/mach-bcm
2217 S:      Maintained
2218 F:      arch/arm/mach-bcm/
2219 F:      arch/arm/boot/dts/bcm113*
2220 F:      arch/arm/boot/dts/bcm216*
2221 F:      arch/arm/boot/dts/bcm281*
2222 F:      arch/arm/configs/bcm_defconfig
2223 F:      drivers/mmc/host/sdhci-bcm-kona.c
2224 F:      drivers/clocksource/bcm_kona_timer.c
2225
2226 BROADCOM BCM2835 ARM ARCHITECTURE
2227 M:      Stephen Warren <swarren@wwwdotorg.org>
2228 M:      Lee Jones <lee@kernel.org>
2229 M:      Eric Anholt <eric@anholt.net>
2230 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2233 S:      Maintained
2234 N:      bcm2835
2235
2236 BROADCOM BCM33XX MIPS ARCHITECTURE
2237 M:      Kevin Cernekee <cernekee@gmail.com>
2238 L:      linux-mips@linux-mips.org
2239 S:      Maintained
2240 F:      arch/mips/bcm3384/*
2241 F:      arch/mips/include/asm/mach-bcm3384/*
2242 F:      arch/mips/kernel/*bmips*
2243
2244 BROADCOM BCM47XX MIPS ARCHITECTURE
2245 M:      Hauke Mehrtens <hauke@hauke-m.de>
2246 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2247 L:      linux-mips@linux-mips.org
2248 S:      Maintained
2249 F:      arch/mips/bcm47xx/*
2250 F:      arch/mips/include/asm/mach-bcm47xx/*
2251
2252 BROADCOM BCM5301X ARM ARCHITECTURE
2253 M:      Hauke Mehrtens <hauke@hauke-m.de>
2254 L:      linux-arm-kernel@lists.infradead.org
2255 S:      Maintained
2256 F:      arch/arm/mach-bcm/bcm_5301x.c
2257 F:      arch/arm/boot/dts/bcm5301x.dtsi
2258 F:      arch/arm/boot/dts/bcm470*
2259
2260 BROADCOM BCM63XX ARM ARCHITECTURE
2261 M:      Florian Fainelli <f.fainelli@gmail.com>
2262 L:      linux-arm-kernel@lists.infradead.org
2263 T:      git git://github.com/broadcom/arm-bcm63xx.git
2264 S:      Maintained
2265 F:      arch/arm/mach-bcm/bcm63xx.c
2266 F:      arch/arm/include/debug/bcm63xx.S
2267
2268 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2269 M:      Kevin Cernekee <cernekee@gmail.com>
2270 L:      linux-usb@vger.kernel.org
2271 S:      Maintained
2272 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2273
2274 BROADCOM BCM7XXX ARM ARCHITECTURE
2275 M:      Brian Norris <computersforpeace@gmail.com>
2276 M:      Gregory Fong <gregory.0xf0@gmail.com>
2277 M:      Florian Fainelli <f.fainelli@gmail.com>
2278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2279 T:      git git://github.com/broadcom/stblinux.git
2280 S:      Maintained
2281 F:      arch/arm/mach-bcm/*brcmstb*
2282 F:      arch/arm/boot/dts/bcm7*.dts*
2283 F:      drivers/bus/brcmstb_gisb.c
2284 N:      brcmstb
2285
2286 BROADCOM BMIPS MIPS ARCHITECTURE
2287 M:      Kevin Cernekee <cernekee@gmail.com>
2288 M:      Florian Fainelli <f.fainelli@gmail.com>
2289 L:      linux-mips@linux-mips.org
2290 T:      git git://github.com/broadcom/stblinux.git
2291 S:      Maintained
2292 F:      arch/mips/bmips/*
2293 F:      arch/mips/include/asm/mach-bmips/*
2294 F:      arch/mips/kernel/*bmips*
2295 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2296 F:      drivers/irqchip/irq-bcm7*
2297 F:      drivers/irqchip/irq-brcmstb*
2298
2299 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2300 M:      Prashant Sreedharan <prashant@broadcom.com>
2301 M:      Michael Chan <mchan@broadcom.com>
2302 L:      netdev@vger.kernel.org
2303 S:      Supported
2304 F:      drivers/net/ethernet/broadcom/tg3.*
2305
2306 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2307 M:      Brett Rudley <brudley@broadcom.com>
2308 M:      Arend van Spriel <arend@broadcom.com>
2309 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2310 M:      Hante Meuleman <meuleman@broadcom.com>
2311 L:      linux-wireless@vger.kernel.org
2312 L:      brcm80211-dev-list@broadcom.com
2313 S:      Supported
2314 F:      drivers/net/wireless/brcm80211/
2315
2316 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2317 M:      QLogic-Storage-Upstream@qlogic.com
2318 L:      linux-scsi@vger.kernel.org
2319 S:      Supported
2320 F:      drivers/scsi/bnx2fc/
2321
2322 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2323 M:      QLogic-Storage-Upstream@qlogic.com
2324 L:      linux-scsi@vger.kernel.org
2325 S:      Supported
2326 F:      drivers/scsi/bnx2i/
2327
2328 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2329 M:      Ray Jui <rjui@broadcom.com>
2330 M:      Scott Branden <sbranden@broadcom.com>
2331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2332 L:      bcm-kernel-feedback-list@broadcom.com
2333 T:      git git://github.com/broadcom/cygnus-linux.git
2334 S:      Maintained
2335 N:      iproc
2336 N:      cygnus
2337 N:      bcm9113*
2338 N:      bcm9583*
2339 N:      bcm583*
2340 N:      bcm113*
2341
2342 BROADCOM BRCMSTB GPIO DRIVER
2343 M:      Gregory Fong <gregory.0xf0@gmail.com>
2344 L:      bcm-kernel-feedback-list@broadcom.com>
2345 S:      Supported
2346 F:      drivers/gpio/gpio-brcmstb.c
2347 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2348
2349 BROADCOM KONA GPIO DRIVER
2350 M:      Ray Jui <rjui@broadcom.com>
2351 L:      bcm-kernel-feedback-list@broadcom.com
2352 S:      Supported
2353 F:      drivers/gpio/gpio-bcm-kona.c
2354 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2355
2356 BROADCOM NVRAM DRIVER
2357 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2358 L:      linux-mips@linux-mips.org
2359 S:      Maintained
2360 F:      drivers/firmware/broadcom/*
2361
2362 BROADCOM STB NAND FLASH DRIVER
2363 M:      Brian Norris <computersforpeace@gmail.com>
2364 L:      linux-mtd@lists.infradead.org
2365 S:      Maintained
2366 F:      drivers/mtd/nand/brcmnand/
2367
2368 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2369 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2370 L:      linux-wireless@vger.kernel.org
2371 S:      Maintained
2372 F:      drivers/bcma/
2373 F:      include/linux/bcma/
2374
2375 BROADCOM SYSTEMPORT ETHERNET DRIVER
2376 M:      Florian Fainelli <f.fainelli@gmail.com>
2377 L:      netdev@vger.kernel.org
2378 S:      Supported
2379 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2380
2381 BROCADE BFA FC SCSI DRIVER
2382 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2383 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2384 L:      linux-scsi@vger.kernel.org
2385 S:      Supported
2386 F:      drivers/scsi/bfa/
2387
2388 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2389 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2390 L:      netdev@vger.kernel.org
2391 S:      Supported
2392 F:      drivers/net/ethernet/brocade/bna/
2393
2394 BSG (block layer generic sg v4 driver)
2395 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2396 L:      linux-scsi@vger.kernel.org
2397 S:      Supported
2398 F:      block/bsg.c
2399 F:      include/linux/bsg.h
2400 F:      include/uapi/linux/bsg.h
2401
2402 BT87X AUDIO DRIVER
2403 M:      Clemens Ladisch <clemens@ladisch.de>
2404 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2405 T:      git git://git.alsa-project.org/alsa-kernel.git
2406 S:      Maintained
2407 F:      Documentation/sound/alsa/Bt87x.txt
2408 F:      sound/pci/bt87x.c
2409
2410 BT8XXGPIO DRIVER
2411 M:      Michael Buesch <m@bues.ch>
2412 W:      http://bu3sch.de/btgpio.php
2413 S:      Maintained
2414 F:      drivers/gpio/gpio-bt8xx.c
2415
2416 BTRFS FILE SYSTEM
2417 M:      Chris Mason <clm@fb.com>
2418 M:      Josef Bacik <jbacik@fb.com>
2419 M:      David Sterba <dsterba@suse.com>
2420 L:      linux-btrfs@vger.kernel.org
2421 W:      http://btrfs.wiki.kernel.org/
2422 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2424 S:      Maintained
2425 F:      Documentation/filesystems/btrfs.txt
2426 F:      fs/btrfs/
2427
2428 BTTV VIDEO4LINUX DRIVER
2429 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2430 L:      linux-media@vger.kernel.org
2431 W:      http://linuxtv.org
2432 T:      git git://linuxtv.org/media_tree.git
2433 S:      Odd fixes
2434 F:      Documentation/video4linux/bttv/
2435 F:      drivers/media/pci/bt8xx/bttv*
2436
2437 BUSLOGIC SCSI DRIVER
2438 M:      Khalid Aziz <khalid@gonehiking.org>
2439 L:      linux-scsi@vger.kernel.org
2440 S:      Maintained
2441 F:      drivers/scsi/BusLogic.*
2442 F:      drivers/scsi/FlashPoint.*
2443
2444 C-MEDIA CMI8788 DRIVER
2445 M:      Clemens Ladisch <clemens@ladisch.de>
2446 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2447 T:      git git://git.alsa-project.org/alsa-kernel.git
2448 S:      Maintained
2449 F:      sound/pci/oxygen/
2450
2451 C6X ARCHITECTURE
2452 M:      Mark Salter <msalter@redhat.com>
2453 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2454 L:      linux-c6x-dev@linux-c6x.org
2455 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2456 S:      Maintained
2457 F:      arch/c6x/
2458
2459 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2460 M:      David Howells <dhowells@redhat.com>
2461 L:      linux-cachefs@redhat.com
2462 S:      Supported
2463 F:      Documentation/filesystems/caching/cachefiles.txt
2464 F:      fs/cachefiles/
2465
2466 CADET FM/AM RADIO RECEIVER DRIVER
2467 M:      Hans Verkuil <hverkuil@xs4all.nl>
2468 L:      linux-media@vger.kernel.org
2469 T:      git git://linuxtv.org/media_tree.git
2470 W:      http://linuxtv.org
2471 S:      Maintained
2472 F:      drivers/media/radio/radio-cadet*
2473
2474 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2475 M:      Jonathan Corbet <corbet@lwn.net>
2476 L:      linux-media@vger.kernel.org
2477 T:      git git://linuxtv.org/media_tree.git
2478 S:      Maintained
2479 F:      Documentation/video4linux/cafe_ccic
2480 F:      drivers/media/platform/marvell-ccic/
2481
2482 CAIF NETWORK LAYER
2483 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2484 L:      netdev@vger.kernel.org
2485 S:      Supported
2486 F:      Documentation/networking/caif/
2487 F:      drivers/net/caif/
2488 F:      include/uapi/linux/caif/
2489 F:      include/net/caif/
2490 F:      net/caif/
2491
2492 CALGARY x86-64 IOMMU
2493 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2494 M:      "Jon D. Mason" <jdmason@kudzu.us>
2495 L:      discuss@x86-64.org
2496 S:      Maintained
2497 F:      arch/x86/kernel/pci-calgary_64.c
2498 F:      arch/x86/kernel/tce_64.c
2499 F:      arch/x86/include/asm/calgary.h
2500 F:      arch/x86/include/asm/tce.h
2501
2502 CAN NETWORK LAYER
2503 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2504 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2505 L:      linux-can@vger.kernel.org
2506 W:      https://github.com/linux-can
2507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2509 S:      Maintained
2510 F:      Documentation/networking/can.txt
2511 F:      net/can/
2512 F:      include/linux/can/core.h
2513 F:      include/uapi/linux/can.h
2514 F:      include/uapi/linux/can/bcm.h
2515 F:      include/uapi/linux/can/raw.h
2516 F:      include/uapi/linux/can/gw.h
2517
2518 CAN NETWORK DRIVERS
2519 M:      Wolfgang Grandegger <wg@grandegger.com>
2520 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2521 L:      linux-can@vger.kernel.org
2522 W:      https://github.com/linux-can
2523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2525 S:      Maintained
2526 F:      drivers/net/can/
2527 F:      include/linux/can/dev.h
2528 F:      include/linux/can/platform/
2529 F:      include/uapi/linux/can/error.h
2530 F:      include/uapi/linux/can/netlink.h
2531
2532 CAPABILITIES
2533 M:      Serge Hallyn <serge.hallyn@canonical.com>
2534 L:      linux-security-module@vger.kernel.org
2535 S:      Supported
2536 F:      include/linux/capability.h
2537 F:      include/uapi/linux/capability.h
2538 F:      security/commoncap.c
2539 F:      kernel/capability.c
2540
2541 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2542 M:      Kevin Tsai <ktsai@capellamicro.com>
2543 S:      Maintained
2544 F:      drivers/iio/light/cm*
2545 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2546
2547 CAVIUM LIQUIDIO NETWORK DRIVER
2548 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2549 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2550 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2551 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2552 L:     netdev@vger.kernel.org
2553 W:     http://www.cavium.com
2554 S:     Supported
2555 F:     drivers/net/ethernet/cavium/liquidio/
2556
2557 CC2520 IEEE-802.15.4 RADIO DRIVER
2558 M:      Varka Bhadram <varkabhadram@gmail.com>
2559 L:      linux-wpan@vger.kernel.org
2560 S:      Maintained
2561 F:      drivers/net/ieee802154/cc2520.c
2562 F:      include/linux/spi/cc2520.h
2563 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2564
2565 CELL BROADBAND ENGINE ARCHITECTURE
2566 M:      Arnd Bergmann <arnd@arndb.de>
2567 L:      linuxppc-dev@lists.ozlabs.org
2568 W:      http://www.ibm.com/developerworks/power/cell/
2569 S:      Supported
2570 F:      arch/powerpc/include/asm/cell*.h
2571 F:      arch/powerpc/include/asm/spu*.h
2572 F:      arch/powerpc/include/uapi/asm/spu*.h
2573 F:      arch/powerpc/oprofile/*cell*
2574 F:      arch/powerpc/platforms/cell/
2575
2576 CEPH COMMON CODE (LIBCEPH)
2577 M:      Ilya Dryomov <idryomov@gmail.com>
2578 M:      "Yan, Zheng" <zyan@redhat.com>
2579 M:      Sage Weil <sage@redhat.com>
2580 L:      ceph-devel@vger.kernel.org
2581 W:      http://ceph.com/
2582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2583 T:      git git://github.com/ceph/ceph-client.git
2584 S:      Supported
2585 F:      net/ceph/
2586 F:      include/linux/ceph/
2587 F:      include/linux/crush/
2588
2589 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2590 M:      "Yan, Zheng" <zyan@redhat.com>
2591 M:      Sage Weil <sage@redhat.com>
2592 M:      Ilya Dryomov <idryomov@gmail.com>
2593 L:      ceph-devel@vger.kernel.org
2594 W:      http://ceph.com/
2595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2596 T:      git git://github.com/ceph/ceph-client.git
2597 S:      Supported
2598 F:      Documentation/filesystems/ceph.txt
2599 F:      fs/ceph/
2600
2601 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2602 L:      linux-usb@vger.kernel.org
2603 S:      Orphan
2604 F:      Documentation/usb/WUSB-Design-overview.txt
2605 F:      Documentation/usb/wusb-cbaf
2606 F:      drivers/usb/host/hwa-hc.c
2607 F:      drivers/usb/host/whci/
2608 F:      drivers/usb/wusbcore/
2609 F:      include/linux/usb/wusb*
2610
2611 CFAG12864B LCD DRIVER
2612 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2613 W:      http://miguelojeda.es/auxdisplay.htm
2614 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2615 S:      Maintained
2616 F:      drivers/auxdisplay/cfag12864b.c
2617 F:      include/linux/cfag12864b.h
2618
2619 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2620 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2621 W:      http://miguelojeda.es/auxdisplay.htm
2622 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2623 S:      Maintained
2624 F:      drivers/auxdisplay/cfag12864bfb.c
2625 F:      include/linux/cfag12864b.h
2626
2627 CFG80211 and NL80211
2628 M:      Johannes Berg <johannes@sipsolutions.net>
2629 L:      linux-wireless@vger.kernel.org
2630 W:      http://wireless.kernel.org/
2631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2633 S:      Maintained
2634 F:      include/uapi/linux/nl80211.h
2635 F:      include/net/cfg80211.h
2636 F:      net/wireless/*
2637 X:      net/wireless/wext*
2638
2639 CHAR and MISC DRIVERS
2640 M:      Arnd Bergmann <arnd@arndb.de>
2641 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2643 S:      Supported
2644 F:      drivers/char/*
2645 F:      drivers/misc/*
2646 F:      include/linux/miscdevice.h
2647
2648 CHECKPATCH
2649 M:      Andy Whitcroft <apw@canonical.com>
2650 M:      Joe Perches <joe@perches.com>
2651 S:      Maintained
2652 F:      scripts/checkpatch.pl
2653
2654 CHINESE DOCUMENTATION
2655 M:      Harry Wei <harryxiyou@gmail.com>
2656 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2657 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2658 S:      Maintained
2659 F:      Documentation/zh_CN/
2660
2661 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2662 M:      Peter Chen <Peter.Chen@freescale.com>
2663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2664 L:      linux-usb@vger.kernel.org
2665 S:      Maintained
2666 F:      drivers/usb/chipidea/
2667
2668 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2669 M:      Hans de Goede <hdegoede@redhat.com>
2670 L:      linux-input@vger.kernel.org
2671 S:      Maintained
2672 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2673 F:      drivers/input/touchscreen/chipone_icn8318.c
2674
2675 CHROME HARDWARE PLATFORM SUPPORT
2676 M:      Olof Johansson <olof@lixom.net>
2677 S:      Maintained
2678 F:      drivers/platform/chrome/
2679
2680 CISCO VIC ETHERNET NIC DRIVER
2681 M:      Christian Benvenuti <benve@cisco.com>
2682 M:      Sujith Sankar <ssujith@cisco.com>
2683 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2684 M:      Neel Patel <neepatel@cisco.com>
2685 S:      Supported
2686 F:      drivers/net/ethernet/cisco/enic/
2687
2688 CISCO VIC LOW LATENCY NIC DRIVER
2689 M:      Upinder Malhi <umalhi@cisco.com>
2690 S:      Supported
2691 F:      drivers/infiniband/hw/usnic
2692
2693 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2694 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2695 L:      netdev@vger.kernel.org
2696 S:      Maintained
2697 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2698
2699 CIRRUS LOGIC AUDIO CODEC DRIVERS
2700 M:      Brian Austin <brian.austin@cirrus.com>
2701 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2703 S:      Maintained
2704 F:      sound/soc/codecs/cs*
2705
2706 CLEANCACHE API
2707 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2708 L:      linux-kernel@vger.kernel.org
2709 S:      Maintained
2710 F:      mm/cleancache.c
2711 F:      include/linux/cleancache.h
2712
2713 CLK API
2714 M:      Russell King <linux@arm.linux.org.uk>
2715 L:      linux-clk@vger.kernel.org
2716 S:      Maintained
2717 F:      include/linux/clk.h
2718
2719 CLOCKSOURCE, CLOCKEVENT DRIVERS
2720 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2721 M:      Thomas Gleixner <tglx@linutronix.de>
2722 L:      linux-kernel@vger.kernel.org
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2724 S:      Supported
2725 F:      drivers/clocksource
2726
2727 CISCO FCOE HBA DRIVER
2728 M:      Hiral Patel <hiralpat@cisco.com>
2729 M:      Suma Ramars <sramars@cisco.com>
2730 M:      Brian Uchino <buchino@cisco.com>
2731 L:      linux-scsi@vger.kernel.org
2732 S:      Supported
2733 F:      drivers/scsi/fnic/
2734
2735 CISCO SCSI HBA DRIVER
2736 M:      Narsimhulu Musini <nmusini@cisco.com>
2737 M:      Sesidhar Baddela <sebaddel@cisco.com>
2738 L:      linux-scsi@vger.kernel.org
2739 S:      Supported
2740 F:      drivers/scsi/snic/
2741
2742 CMPC ACPI DRIVER
2743 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2744 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2745 L:      platform-driver-x86@vger.kernel.org
2746 S:      Supported
2747 F:      drivers/platform/x86/classmate-laptop.c
2748
2749 COBALT MEDIA DRIVER
2750 M:      Hans Verkuil <hans.verkuil@cisco.com>
2751 L:      linux-media@vger.kernel.org
2752 T:      git git://linuxtv.org/media_tree.git
2753 W:      http://linuxtv.org
2754 S:      Supported
2755 F:      drivers/media/pci/cobalt/
2756
2757 COCCINELLE/Semantic Patches (SmPL)
2758 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2759 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2760 M:      Nicolas Palix <nicolas.palix@imag.fr>
2761 M:      Michal Marek <mmarek@suse.com>
2762 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2764 W:      http://coccinelle.lip6.fr/
2765 S:      Supported
2766 F:      Documentation/coccinelle.txt
2767 F:      scripts/coccinelle/
2768 F:      scripts/coccicheck
2769
2770 CODA FILE SYSTEM
2771 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2772 M:      coda@cs.cmu.edu
2773 L:      codalist@coda.cs.cmu.edu
2774 W:      http://www.coda.cs.cmu.edu/
2775 S:      Maintained
2776 F:      Documentation/filesystems/coda.txt
2777 F:      fs/coda/
2778 F:      include/linux/coda*.h
2779 F:      include/uapi/linux/coda*.h
2780
2781 CODA V4L2 MEM2MEM DRIVER
2782 M:      Philipp Zabel <p.zabel@pengutronix.de>
2783 L:      linux-media@vger.kernel.org
2784 S:      Maintained
2785 F:      Documentation/devicetree/bindings/media/coda.txt
2786 F:      drivers/media/platform/coda/
2787
2788 COMMON CLK FRAMEWORK
2789 M:      Michael Turquette <mturquette@baylibre.com>
2790 M:      Stephen Boyd <sboyd@codeaurora.org>
2791 L:      linux-clk@vger.kernel.org
2792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2793 S:      Maintained
2794 F:      drivers/clk/
2795 X:      drivers/clk/clkdev.c
2796 F:      include/linux/clk-pr*
2797 F:      include/linux/clk/
2798
2799 COMMON INTERNET FILE SYSTEM (CIFS)
2800 M:      Steve French <sfrench@samba.org>
2801 L:      linux-cifs@vger.kernel.org
2802 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2803 W:      http://linux-cifs.samba.org/
2804 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2805 S:      Supported
2806 F:      Documentation/filesystems/cifs/
2807 F:      fs/cifs/
2808
2809 COMPACTPCI HOTPLUG CORE
2810 M:      Scott Murray <scott@spiteful.org>
2811 L:      linux-pci@vger.kernel.org
2812 S:      Maintained
2813 F:      drivers/pci/hotplug/cpci_hotplug*
2814
2815 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2816 M:      Scott Murray <scott@spiteful.org>
2817 L:      linux-pci@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2820
2821 COMPACTPCI HOTPLUG GENERIC DRIVER
2822 M:      Scott Murray <scott@spiteful.org>
2823 L:      linux-pci@vger.kernel.org
2824 S:      Maintained
2825 F:      drivers/pci/hotplug/cpcihp_generic.c
2826
2827 COMPAL LAPTOP SUPPORT
2828 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2829 L:      platform-driver-x86@vger.kernel.org
2830 S:      Maintained
2831 F:      drivers/platform/x86/compal-laptop.c
2832
2833 CONEXANT ACCESSRUNNER USB DRIVER
2834 M:      Simon Arlott <cxacru@fire.lp0.eu>
2835 L:      accessrunner-general@lists.sourceforge.net
2836 W:      http://accessrunner.sourceforge.net/
2837 S:      Maintained
2838 F:      drivers/usb/atm/cxacru.c
2839
2840 CONFIGFS
2841 M:      Joel Becker <jlbec@evilplan.org>
2842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2843 S:      Supported
2844 F:      fs/configfs/
2845 F:      include/linux/configfs.h
2846
2847 CONNECTOR
2848 M:      Evgeniy Polyakov <zbr@ioremap.net>
2849 L:      netdev@vger.kernel.org
2850 S:      Maintained
2851 F:      drivers/connector/
2852
2853 CONTROL GROUP (CGROUP)
2854 M:      Tejun Heo <tj@kernel.org>
2855 M:      Li Zefan <lizefan@huawei.com>
2856 M:      Johannes Weiner <hannes@cmpxchg.org>
2857 L:      cgroups@vger.kernel.org
2858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2859 S:      Maintained
2860 F:      Documentation/cgroups/
2861 F:      include/linux/cgroup*
2862 F:      kernel/cgroup*
2863
2864 CONTROL GROUP - CPUSET
2865 M:      Li Zefan <lizefan@huawei.com>
2866 L:      cgroups@vger.kernel.org
2867 W:      http://www.bullopensource.org/cpuset/
2868 W:      http://oss.sgi.com/projects/cpusets/
2869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2870 S:      Maintained
2871 F:      Documentation/cgroups/cpusets.txt
2872 F:      include/linux/cpuset.h
2873 F:      kernel/cpuset.c
2874
2875 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2876 M:      Johannes Weiner <hannes@cmpxchg.org>
2877 M:      Michal Hocko <mhocko@kernel.org>
2878 L:      cgroups@vger.kernel.org
2879 L:      linux-mm@kvack.org
2880 S:      Maintained
2881 F:      mm/memcontrol.c
2882 F:      mm/swap_cgroup.c
2883
2884 CORETEMP HARDWARE MONITORING DRIVER
2885 M:      Fenghua Yu <fenghua.yu@intel.com>
2886 L:      lm-sensors@lm-sensors.org
2887 S:      Maintained
2888 F:      Documentation/hwmon/coretemp
2889 F:      drivers/hwmon/coretemp.c
2890
2891 COSA/SRP SYNC SERIAL DRIVER
2892 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2893 W:      http://www.fi.muni.cz/~kas/cosa/
2894 S:      Maintained
2895 F:      drivers/net/wan/cosa*
2896
2897 CPMAC ETHERNET DRIVER
2898 M:      Florian Fainelli <florian@openwrt.org>
2899 L:      netdev@vger.kernel.org
2900 S:      Maintained
2901 F:      drivers/net/ethernet/ti/cpmac.c
2902
2903 CPU FREQUENCY DRIVERS
2904 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2905 M:      Viresh Kumar <viresh.kumar@linaro.org>
2906 L:      linux-pm@vger.kernel.org
2907 S:      Maintained
2908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2909 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2910 F:      drivers/cpufreq/
2911 F:      include/linux/cpufreq.h
2912
2913 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2914 M:      Viresh Kumar <viresh.kumar@linaro.org>
2915 M:      Sudeep Holla <sudeep.holla@arm.com>
2916 L:      linux-pm@vger.kernel.org
2917 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2918 S:      Maintained
2919 F:      drivers/cpufreq/arm_big_little.h
2920 F:      drivers/cpufreq/arm_big_little.c
2921 F:      drivers/cpufreq/arm_big_little_dt.c
2922
2923 CPUIDLE DRIVER - ARM BIG LITTLE
2924 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2925 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2926 L:      linux-pm@vger.kernel.org
2927 L:      linux-arm-kernel@lists.infradead.org
2928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2929 S:      Maintained
2930 F:      drivers/cpuidle/cpuidle-big_little.c
2931
2932 CPUIDLE DRIVER - ARM EXYNOS
2933 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2934 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2935 M:      Kukjin Kim <kgene@kernel.org>
2936 L:      linux-pm@vger.kernel.org
2937 L:      linux-samsung-soc@vger.kernel.org
2938 S:      Supported
2939 F:      drivers/cpuidle/cpuidle-exynos.c
2940 F:      arch/arm/mach-exynos/pm.c
2941
2942 CPUIDLE DRIVERS
2943 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2944 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2945 L:      linux-pm@vger.kernel.org
2946 S:      Maintained
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2948 F:      drivers/cpuidle/*
2949 F:      include/linux/cpuidle.h
2950
2951 CPUID/MSR DRIVER
2952 M:      "H. Peter Anvin" <hpa@zytor.com>
2953 S:      Maintained
2954 F:      arch/x86/kernel/cpuid.c
2955 F:      arch/x86/kernel/msr.c
2956
2957 CPU POWER MONITORING SUBSYSTEM
2958 M:      Thomas Renninger <trenn@suse.com>
2959 L:      linux-pm@vger.kernel.org
2960 S:      Maintained
2961 F:      tools/power/cpupower/
2962
2963 CRAMFS FILESYSTEM
2964 W:      http://sourceforge.net/projects/cramfs/
2965 S:      Orphan / Obsolete
2966 F:      Documentation/filesystems/cramfs.txt
2967 F:      fs/cramfs/
2968
2969 CRIS PORT
2970 M:      Mikael Starvik <starvik@axis.com>
2971 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2972 L:      linux-cris-kernel@axis.com
2973 W:      http://developer.axis.com
2974 S:      Maintained
2975 F:      arch/cris/
2976 F:      drivers/tty/serial/crisv10.*
2977
2978 CRYPTO API
2979 M:      Herbert Xu <herbert@gondor.apana.org.au>
2980 M:      "David S. Miller" <davem@davemloft.net>
2981 L:      linux-crypto@vger.kernel.org
2982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2983 S:      Maintained
2984 F:      Documentation/crypto/
2985 F:      Documentation/DocBook/crypto-API.tmpl
2986 F:      arch/*/crypto/
2987 F:      crypto/
2988 F:      drivers/crypto/
2989 F:      include/crypto/
2990
2991 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2992 M:      Neil Horman <nhorman@tuxdriver.com>
2993 L:      linux-crypto@vger.kernel.org
2994 S:      Maintained
2995 F:      crypto/ansi_cprng.c
2996 F:      crypto/rng.c
2997
2998 CS5535 Audio ALSA driver
2999 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3000 S:      Maintained
3001 F:      sound/pci/cs5535audio/
3002
3003 CW1200 WLAN driver
3004 M:      Solomon Peachy <pizza@shaftnet.org>
3005 S:      Maintained
3006 F:      drivers/net/wireless/cw1200/
3007
3008 CX18 VIDEO4LINUX DRIVER
3009 M:      Andy Walls <awalls@md.metrocast.net>
3010 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3011 L:      linux-media@vger.kernel.org
3012 T:      git git://linuxtv.org/media_tree.git
3013 W:      http://linuxtv.org
3014 W:      http://www.ivtvdriver.org/index.php/Cx18
3015 S:      Maintained
3016 F:      Documentation/video4linux/cx18.txt
3017 F:      drivers/media/pci/cx18/
3018 F:      include/uapi/linux/ivtv*
3019
3020 CX2341X MPEG ENCODER HELPER MODULE
3021 M:      Hans Verkuil <hverkuil@xs4all.nl>
3022 L:      linux-media@vger.kernel.org
3023 T:      git git://linuxtv.org/media_tree.git
3024 W:      http://linuxtv.org
3025 S:      Maintained
3026 F:      drivers/media/common/cx2341x*
3027 F:      include/media/cx2341x*
3028
3029 CX24120 MEDIA DRIVER
3030 M:      Jemma Denson <jdenson@gmail.com>
3031 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3032 L:      linux-media@vger.kernel.org
3033 W:      http://linuxtv.org/
3034 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3035 S:      Maintained
3036 F:      drivers/media/dvb-frontends/cx24120*
3037
3038 CX88 VIDEO4LINUX DRIVER
3039 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3040 L:      linux-media@vger.kernel.org
3041 W:      http://linuxtv.org
3042 T:      git git://linuxtv.org/media_tree.git
3043 S:      Odd fixes
3044 F:      Documentation/video4linux/cx88/
3045 F:      drivers/media/pci/cx88/
3046
3047 CXD2820R MEDIA DRIVER
3048 M:      Antti Palosaari <crope@iki.fi>
3049 L:      linux-media@vger.kernel.org
3050 W:      http://linuxtv.org/
3051 W:      http://palosaari.fi/linux/
3052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3053 T:      git git://linuxtv.org/anttip/media_tree.git
3054 S:      Maintained
3055 F:      drivers/media/dvb-frontends/cxd2820r*
3056
3057 CXGB3 ETHERNET DRIVER (CXGB3)
3058 M:      Santosh Raspatur <santosh@chelsio.com>
3059 L:      netdev@vger.kernel.org
3060 W:      http://www.chelsio.com
3061 S:      Supported
3062 F:      drivers/net/ethernet/chelsio/cxgb3/
3063
3064 CXGB3 ISCSI DRIVER (CXGB3I)
3065 M:      Karen Xie <kxie@chelsio.com>
3066 L:      linux-scsi@vger.kernel.org
3067 W:      http://www.chelsio.com
3068 S:      Supported
3069 F:      drivers/scsi/cxgbi/cxgb3i
3070
3071 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3072 M:      Steve Wise <swise@chelsio.com>
3073 L:      linux-rdma@vger.kernel.org
3074 W:      http://www.openfabrics.org
3075 S:      Supported
3076 F:      drivers/infiniband/hw/cxgb3/
3077
3078 CXGB4 ETHERNET DRIVER (CXGB4)
3079 M:      Hariprasad S <hariprasad@chelsio.com>
3080 L:      netdev@vger.kernel.org
3081 W:      http://www.chelsio.com
3082 S:      Supported
3083 F:      drivers/net/ethernet/chelsio/cxgb4/
3084
3085 CXGB4 ISCSI DRIVER (CXGB4I)
3086 M:      Karen Xie <kxie@chelsio.com>
3087 L:      linux-scsi@vger.kernel.org
3088 W:      http://www.chelsio.com
3089 S:      Supported
3090 F:      drivers/scsi/cxgbi/cxgb4i
3091
3092 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3093 M:      Steve Wise <swise@chelsio.com>
3094 L:      linux-rdma@vger.kernel.org
3095 W:      http://www.openfabrics.org
3096 S:      Supported
3097 F:      drivers/infiniband/hw/cxgb4/
3098
3099 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3100 M:      Casey Leedom <leedom@chelsio.com>
3101 L:      netdev@vger.kernel.org
3102 W:      http://www.chelsio.com
3103 S:      Supported
3104 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3105
3106 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3107 M:      Ian Munsie <imunsie@au1.ibm.com>
3108 M:      Michael Neuling <mikey@neuling.org>
3109 L:      linuxppc-dev@lists.ozlabs.org
3110 S:      Supported
3111 F:      drivers/misc/cxl/
3112 F:      include/misc/cxl*
3113 F:      include/uapi/misc/cxl.h
3114 F:      Documentation/powerpc/cxl.txt
3115 F:      Documentation/powerpc/cxl.txt
3116 F:      Documentation/ABI/testing/sysfs-class-cxl
3117
3118 STMMAC ETHERNET DRIVER
3119 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3120 L:      netdev@vger.kernel.org
3121 W:      http://www.stlinux.com
3122 S:      Supported
3123 F:      drivers/net/ethernet/stmicro/stmmac/
3124
3125 CYBERPRO FB DRIVER
3126 M:      Russell King <linux@arm.linux.org.uk>
3127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3128 W:      http://www.arm.linux.org.uk/
3129 S:      Maintained
3130 F:      drivers/video/fbdev/cyber2000fb.*
3131
3132 CYCLADES ASYNC MUX DRIVER
3133 W:      http://www.cyclades.com/
3134 S:      Orphan
3135 F:      drivers/tty/cyclades.c
3136 F:      include/linux/cyclades.h
3137 F:      include/uapi/linux/cyclades.h
3138
3139 CYCLADES PC300 DRIVER
3140 W:      http://www.cyclades.com/
3141 S:      Orphan
3142 F:      drivers/net/wan/pc300*
3143
3144 CYPRESS_FIRMWARE MEDIA DRIVER
3145 M:      Antti Palosaari <crope@iki.fi>
3146 L:      linux-media@vger.kernel.org
3147 W:      http://linuxtv.org/
3148 W:      http://palosaari.fi/linux/
3149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3150 T:      git git://linuxtv.org/anttip/media_tree.git
3151 S:      Maintained
3152 F:      drivers/media/common/cypress_firmware*
3153
3154 CYTTSP TOUCHSCREEN DRIVER
3155 M:      Ferruh Yigit <fery@cypress.com>
3156 L:      linux-input@vger.kernel.org
3157 S:      Supported
3158 F:      drivers/input/touchscreen/cyttsp*
3159 F:      include/linux/input/cyttsp.h
3160
3161 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3162 M:      Joshua Kinard <kumba@gentoo.org>
3163 S:      Maintained
3164 F:      drivers/rtc/rtc-ds1685.c
3165 F:      include/linux/rtc/ds1685.h
3166
3167 DAMA SLAVE for AX.25
3168 M:      Joerg Reuter <jreuter@yaina.de>
3169 W:      http://yaina.de/jreuter/
3170 W:      http://www.qsl.net/dl1bke/
3171 L:      linux-hams@vger.kernel.org
3172 S:      Maintained
3173 F:      net/ax25/af_ax25.c
3174 F:      net/ax25/ax25_dev.c
3175 F:      net/ax25/ax25_ds_*
3176 F:      net/ax25/ax25_in.c
3177 F:      net/ax25/ax25_out.c
3178 F:      net/ax25/ax25_timer.c
3179 F:      net/ax25/sysctl_net_ax25.c
3180
3181 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3182 L:      netdev@vger.kernel.org
3183 S:      Orphan
3184 F:      Documentation/networking/dmfe.txt
3185 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3186
3187 DC390/AM53C974 SCSI driver
3188 M:      Hannes Reinecke <hare@suse.com>
3189 L:      linux-scsi@vger.kernel.org
3190 S:      Maintained
3191 F:      drivers/scsi/am53c974.c
3192
3193 DC395x SCSI driver
3194 M:      Oliver Neukum <oliver@neukum.org>
3195 M:      Ali Akcaagac <aliakc@web.de>
3196 M:      Jamie Lenehan <lenehan@twibble.org>
3197 L:      dc395x@twibble.org
3198 W:      http://twibble.org/dist/dc395x/
3199 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3200 S:      Maintained
3201 F:      Documentation/scsi/dc395x.txt
3202 F:      drivers/scsi/dc395x.*
3203
3204 DCCP PROTOCOL
3205 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3206 L:      dccp@vger.kernel.org
3207 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3208 S:      Maintained
3209 F:      include/linux/dccp.h
3210 F:      include/uapi/linux/dccp.h
3211 F:      include/linux/tfrc.h
3212 F:      net/dccp/
3213
3214 DECnet NETWORK LAYER
3215 W:      http://linux-decnet.sourceforge.net
3216 L:      linux-decnet-user@lists.sourceforge.net
3217 S:      Orphan
3218 F:      Documentation/networking/decnet.txt
3219 F:      net/decnet/
3220
3221 DECSTATION PLATFORM SUPPORT
3222 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3223 L:      linux-mips@linux-mips.org
3224 W:      http://www.linux-mips.org/wiki/DECstation
3225 S:      Maintained
3226 F:      arch/mips/dec/
3227 F:      arch/mips/include/asm/dec/
3228 F:      arch/mips/include/asm/mach-dec/
3229
3230 DEFXX FDDI NETWORK DRIVER
3231 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3232 S:      Maintained
3233 F:      drivers/net/fddi/defxx.*
3234
3235 DELL LAPTOP DRIVER
3236 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3237 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3238 L:      platform-driver-x86@vger.kernel.org
3239 S:      Maintained
3240 F:      drivers/platform/x86/dell-laptop.c
3241
3242 DELL LAPTOP RBTN DRIVER
3243 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3244 S:      Maintained
3245 F:      drivers/platform/x86/dell-rbtn.*
3246
3247 DELL LAPTOP FREEFALL DRIVER
3248 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3249 S:      Maintained
3250 F:      drivers/platform/x86/dell-smo8800.c
3251
3252 DELL LAPTOP SMM DRIVER
3253 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3254 S:      Maintained
3255 F:      drivers/hwmon/dell-smm-hwmon.c
3256 F:      include/uapi/linux/i8k.h
3257
3258 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3259 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3260 S:      Maintained
3261 F:      Documentation/dcdbas.txt
3262 F:      drivers/firmware/dcdbas.*
3263
3264 DELL WMI EXTRAS DRIVER
3265 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3266 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3267 S:      Maintained
3268 F:      drivers/platform/x86/dell-wmi.c
3269
3270 DESIGNWARE USB2 DRD IP DRIVER
3271 M:      John Youn <johnyoun@synopsys.com>
3272 L:      linux-usb@vger.kernel.org
3273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3274 S:      Maintained
3275 F:      drivers/usb/dwc2/
3276
3277 DESIGNWARE USB3 DRD IP DRIVER
3278 M:      Felipe Balbi <balbi@ti.com>
3279 L:      linux-usb@vger.kernel.org
3280 L:      linux-omap@vger.kernel.org
3281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3282 S:      Maintained
3283 F:      drivers/usb/dwc3/
3284
3285 DEVICE COREDUMP (DEV_COREDUMP)
3286 M:      Johannes Berg <johannes@sipsolutions.net>
3287 L:      linux-kernel@vger.kernel.org
3288 S:      Maintained
3289 F:      drivers/base/devcoredump.c
3290 F:      include/linux/devcoredump.h
3291
3292 DEVICE FREQUENCY (DEVFREQ)
3293 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3294 M:      Kyungmin Park <kyungmin.park@samsung.com>
3295 L:      linux-pm@vger.kernel.org
3296 S:      Maintained
3297 F:      drivers/devfreq/
3298
3299 DEVICE NUMBER REGISTRY
3300 M:      Torben Mathiasen <device@lanana.org>
3301 W:      http://lanana.org/docs/device-list/index.html
3302 S:      Maintained
3303
3304 DEVICE-MAPPER  (LVM)
3305 M:      Alasdair Kergon <agk@redhat.com>
3306 M:      Mike Snitzer <snitzer@redhat.com>
3307 M:      dm-devel@redhat.com
3308 L:      dm-devel@redhat.com
3309 W:      http://sources.redhat.com/dm
3310 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3312 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3313 S:      Maintained
3314 F:      Documentation/device-mapper/
3315 F:      drivers/md/dm*
3316 F:      drivers/md/persistent-data/
3317 F:      include/linux/device-mapper.h
3318 F:      include/linux/dm-*.h
3319 F:      include/uapi/linux/dm-*.h
3320
3321 DIALOG SEMICONDUCTOR DRIVERS
3322 M:      Support Opensource <support.opensource@diasemi.com>
3323 W:      http://www.dialog-semiconductor.com/products
3324 S:      Supported
3325 F:      Documentation/hwmon/da90??
3326 F:      drivers/gpio/gpio-da90??.c
3327 F:      drivers/hwmon/da90??-hwmon.c
3328 F:      drivers/iio/adc/da91??-*.c
3329 F:      drivers/input/misc/da90??_onkey.c
3330 F:      drivers/input/touchscreen/da9052_tsi.c
3331 F:      drivers/leds/leds-da90??.c
3332 F:      drivers/mfd/da903x.c
3333 F:      drivers/mfd/da90??-*.c
3334 F:      drivers/mfd/da91??-*.c
3335 F:      drivers/power/da9052-battery.c
3336 F:      drivers/power/da91??-*.c
3337 F:      drivers/regulator/da903x.c
3338 F:      drivers/regulator/da9???-regulator.[ch]
3339 F:      drivers/rtc/rtc-da90??.c
3340 F:      drivers/video/backlight/da90??_bl.c
3341 F:      drivers/watchdog/da90??_wdt.c
3342 F:      include/linux/mfd/da903x.h
3343 F:      include/linux/mfd/da9052/
3344 F:      include/linux/mfd/da9055/
3345 F:      include/linux/mfd/da9063/
3346 F:      include/linux/mfd/da9150/
3347 F:      include/sound/da[79]*.h
3348 F:      sound/soc/codecs/da[79]*.[ch]
3349
3350 DIGI NEO AND CLASSIC PCI PRODUCTS
3351 M:      Lidza Louina <lidza.louina@gmail.com>
3352 M:      Mark Hounschell <markh@compro.net>
3353 L:      driverdev-devel@linuxdriverproject.org
3354 S:      Maintained
3355 F:      drivers/staging/dgnc/
3356
3357 DIGI EPCA PCI PRODUCTS
3358 M:      Lidza Louina <lidza.louina@gmail.com>
3359 M:      Mark Hounschell <markh@compro.net>
3360 M:      Daeseok Youn <daeseok.youn@gmail.com>
3361 L:      driverdev-devel@linuxdriverproject.org
3362 S:      Maintained
3363 F:      drivers/staging/dgap/
3364
3365 DIOLAN U2C-12 I2C DRIVER
3366 M:      Guenter Roeck <linux@roeck-us.net>
3367 L:      linux-i2c@vger.kernel.org
3368 S:      Maintained
3369 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3370
3371 DIRECT ACCESS (DAX)
3372 M:      Matthew Wilcox <willy@linux.intel.com>
3373 L:      linux-fsdevel@vger.kernel.org
3374 S:      Supported
3375 F:      fs/dax.c
3376
3377 DIRECTORY NOTIFICATION (DNOTIFY)
3378 M:      Eric Paris <eparis@parisplace.org>
3379 S:      Maintained
3380 F:      Documentation/filesystems/dnotify.txt
3381 F:      fs/notify/dnotify/
3382 F:      include/linux/dnotify.h
3383
3384 DISK GEOMETRY AND PARTITION HANDLING
3385 M:      Andries Brouwer <aeb@cwi.nl>
3386 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3387 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3388 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3389 S:      Maintained
3390
3391 DISKQUOTA
3392 M:      Jan Kara <jack@suse.com>
3393 S:      Maintained
3394 F:      Documentation/filesystems/quota.txt
3395 F:      fs/quota/
3396 F:      include/linux/quota*.h
3397 F:      include/uapi/linux/quota*.h
3398
3399 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3400 M:      Bernie Thompson <bernie@plugable.com>
3401 L:      linux-fbdev@vger.kernel.org
3402 S:      Maintained
3403 W:      http://plugable.com/category/projects/udlfb/
3404 F:      drivers/video/fbdev/udlfb.c
3405 F:      include/video/udlfb.h
3406 F:      Documentation/fb/udlfb.txt
3407
3408 DISTRIBUTED LOCK MANAGER (DLM)
3409 M:      Christine Caulfield <ccaulfie@redhat.com>
3410 M:      David Teigland <teigland@redhat.com>
3411 L:      cluster-devel@redhat.com
3412 W:      http://sources.redhat.com/cluster/
3413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3414 S:      Supported
3415 F:      fs/dlm/
3416
3417 DMA BUFFER SHARING FRAMEWORK
3418 M:      Sumit Semwal <sumit.semwal@linaro.org>
3419 S:      Maintained
3420 L:      linux-media@vger.kernel.org
3421 L:      dri-devel@lists.freedesktop.org
3422 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3423 F:      drivers/dma-buf/
3424 F:      include/linux/dma-buf*
3425 F:      include/linux/reservation.h
3426 F:      include/linux/*fence.h
3427 F:      Documentation/dma-buf-sharing.txt
3428 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3429
3430 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3431 M:      Vinod Koul <vinod.koul@intel.com>
3432 L:      dmaengine@vger.kernel.org
3433 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3434 S:      Maintained
3435 F:      drivers/dma/
3436 F:      include/linux/dmaengine.h
3437 F:      Documentation/dmaengine/
3438 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3439
3440 DME1737 HARDWARE MONITOR DRIVER
3441 M:      Juerg Haefliger <juergh@gmail.com>
3442 L:      lm-sensors@lm-sensors.org
3443 S:      Maintained
3444 F:      Documentation/hwmon/dme1737
3445 F:      drivers/hwmon/dme1737.c
3446
3447 DMI/SMBIOS SUPPORT
3448 M:      Jean Delvare <jdelvare@suse.com>
3449 S:      Maintained
3450 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3451 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3452 F:      drivers/firmware/dmi-id.c
3453 F:      drivers/firmware/dmi_scan.c
3454 F:      include/linux/dmi.h
3455
3456 DOCUMENTATION
3457 M:      Jonathan Corbet <corbet@lwn.net>
3458 L:      linux-doc@vger.kernel.org
3459 S:      Maintained
3460 F:      Documentation/
3461 X:      Documentation/ABI/
3462 X:      Documentation/devicetree/
3463 X:      Documentation/acpi
3464 X:      Documentation/power
3465 X:      Documentation/spi
3466 X:      Documentation/DocBook/media
3467 T:      git git://git.lwn.net/linux-2.6.git docs-next
3468
3469 DOUBLETALK DRIVER
3470 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3471 L:      blinux-list@redhat.com
3472 S:      Maintained
3473 F:      drivers/char/dtlk.c
3474 F:      include/linux/dtlk.h
3475
3476 DPT_I2O SCSI RAID DRIVER
3477 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3478 L:      linux-scsi@vger.kernel.org
3479 W:      http://www.adaptec.com/
3480 S:      Maintained
3481 F:      drivers/scsi/dpt*
3482 F:      drivers/scsi/dpt/
3483
3484 DRBD DRIVER
3485 P:      Philipp Reisner
3486 P:      Lars Ellenberg
3487 M:      drbd-dev@lists.linbit.com
3488 L:      drbd-user@lists.linbit.com
3489 W:      http://www.drbd.org
3490 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3491 T:      git git://git.drbd.org/drbd-8.3.git
3492 S:      Supported
3493 F:      drivers/block/drbd/
3494 F:      lib/lru_cache.c
3495 F:      Documentation/blockdev/drbd/
3496
3497 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3498 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3500 S:      Supported
3501 F:      Documentation/kobject.txt
3502 F:      drivers/base/
3503 F:      fs/debugfs/
3504 F:      fs/kernfs/
3505 F:      fs/sysfs/
3506 F:      include/linux/debugfs.h
3507 F:      include/linux/kobj*
3508 F:      lib/kobj*
3509
3510 DRM DRIVERS
3511 M:      David Airlie <airlied@linux.ie>
3512 L:      dri-devel@lists.freedesktop.org
3513 T:      git git://people.freedesktop.org/~airlied/linux
3514 S:      Maintained
3515 F:      drivers/gpu/drm/
3516 F:      drivers/gpu/vga/
3517 F:      include/drm/
3518 F:      include/uapi/drm/
3519
3520 RADEON DRM DRIVERS
3521 M:      Alex Deucher <alexander.deucher@amd.com>
3522 M:      Christian König <christian.koenig@amd.com>
3523 L:      dri-devel@lists.freedesktop.org
3524 T:      git git://people.freedesktop.org/~agd5f/linux
3525 S:      Supported
3526 F:      drivers/gpu/drm/radeon/
3527 F:      include/uapi/drm/radeon*
3528
3529 DRM PANEL DRIVERS
3530 M:      Thierry Reding <thierry.reding@gmail.com>
3531 L:      dri-devel@lists.freedesktop.org
3532 T:      git git://anongit.freedesktop.org/tegra/linux.git
3533 S:      Maintained
3534 F:      drivers/gpu/drm/drm_panel.c
3535 F:      drivers/gpu/drm/panel/
3536 F:      include/drm/drm_panel.h
3537 F:      Documentation/devicetree/bindings/panel/
3538
3539 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3540 M:      Daniel Vetter <daniel.vetter@intel.com>
3541 M:      Jani Nikula <jani.nikula@linux.intel.com>
3542 L:      intel-gfx@lists.freedesktop.org
3543 L:      dri-devel@lists.freedesktop.org
3544 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3545 T:      git git://anongit.freedesktop.org/drm-intel
3546 S:      Supported
3547 F:      drivers/gpu/drm/i915/
3548 F:      include/drm/i915*
3549 F:      include/uapi/drm/i915*
3550
3551 DRM DRIVERS FOR EXYNOS
3552 M:      Inki Dae <inki.dae@samsung.com>
3553 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3554 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3555 M:      Kyungmin Park <kyungmin.park@samsung.com>
3556 L:      dri-devel@lists.freedesktop.org
3557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3558 S:      Supported
3559 F:      drivers/gpu/drm/exynos/
3560 F:      include/drm/exynos*
3561 F:      include/uapi/drm/exynos*
3562
3563 DRM DRIVERS FOR FREESCALE IMX
3564 M:      Philipp Zabel <p.zabel@pengutronix.de>
3565 L:      dri-devel@lists.freedesktop.org
3566 S:      Maintained
3567 F:      drivers/gpu/drm/imx/
3568 F:      Documentation/devicetree/bindings/drm/imx/
3569
3570 DRM DRIVERS FOR NVIDIA TEGRA
3571 M:      Thierry Reding <thierry.reding@gmail.com>
3572 M:      Terje Bergström <tbergstrom@nvidia.com>
3573 L:      dri-devel@lists.freedesktop.org
3574 L:      linux-tegra@vger.kernel.org
3575 T:      git git://anongit.freedesktop.org/tegra/linux.git
3576 S:      Supported
3577 F:      drivers/gpu/drm/tegra/
3578 F:      drivers/gpu/host1x/
3579 F:      include/linux/host1x.h
3580 F:      include/uapi/drm/tegra_drm.h
3581 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3582
3583 DRM DRIVERS FOR RENESAS
3584 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3585 L:      dri-devel@lists.freedesktop.org
3586 L:      linux-sh@vger.kernel.org
3587 T:      git git://people.freedesktop.org/~airlied/linux
3588 S:      Supported
3589 F:      drivers/gpu/drm/rcar-du/
3590 F:      drivers/gpu/drm/shmobile/
3591 F:      include/linux/platform_data/shmob_drm.h
3592
3593 DRM DRIVERS FOR ROCKCHIP
3594 M:      Mark Yao <mark.yao@rock-chips.com>
3595 L:      dri-devel@lists.freedesktop.org
3596 S:      Maintained
3597 F:      drivers/gpu/drm/rockchip/
3598 F:      Documentation/devicetree/bindings/video/rockchip*
3599
3600 DRM DRIVERS FOR STI
3601 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3602 M:      Vincent Abriou <vincent.abriou@st.com>
3603 L:      dri-devel@lists.freedesktop.org
3604 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3605 S:      Maintained
3606 F:      drivers/gpu/drm/sti
3607 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3608
3609 DSBR100 USB FM RADIO DRIVER
3610 M:      Alexey Klimov <klimov.linux@gmail.com>
3611 L:      linux-media@vger.kernel.org
3612 T:      git git://linuxtv.org/media_tree.git
3613 S:      Maintained
3614 F:      drivers/media/radio/dsbr100.c
3615
3616 DSCC4 DRIVER
3617 M:      Francois Romieu <romieu@fr.zoreil.com>
3618 L:      netdev@vger.kernel.org
3619 S:      Maintained
3620 F:      drivers/net/wan/dscc4.c
3621
3622 DT3155 MEDIA DRIVER
3623 M:      Hans Verkuil <hverkuil@xs4all.nl>
3624 L:      linux-media@vger.kernel.org
3625 T:      git git://linuxtv.org/media_tree.git
3626 W:      http://linuxtv.org
3627 S:      Odd Fixes
3628 F:      drivers/media/pci/dt3155/
3629
3630 DVB_USB_AF9015 MEDIA DRIVER
3631 M:      Antti Palosaari <crope@iki.fi>
3632 L:      linux-media@vger.kernel.org
3633 W:      http://linuxtv.org/
3634 W:      http://palosaari.fi/linux/
3635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3636 T:      git git://linuxtv.org/anttip/media_tree.git
3637 S:      Maintained
3638 F:      drivers/media/usb/dvb-usb-v2/af9015*
3639
3640 DVB_USB_AF9035 MEDIA DRIVER
3641 M:      Antti Palosaari <crope@iki.fi>
3642 L:      linux-media@vger.kernel.org
3643 W:      http://linuxtv.org/
3644 W:      http://palosaari.fi/linux/
3645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3646 T:      git git://linuxtv.org/anttip/media_tree.git
3647 S:      Maintained
3648 F:      drivers/media/usb/dvb-usb-v2/af9035*
3649
3650 DVB_USB_ANYSEE MEDIA DRIVER
3651 M:      Antti Palosaari <crope@iki.fi>
3652 L:      linux-media@vger.kernel.org
3653 W:      http://linuxtv.org/
3654 W:      http://palosaari.fi/linux/
3655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3656 T:      git git://linuxtv.org/anttip/media_tree.git
3657 S:      Maintained
3658 F:      drivers/media/usb/dvb-usb-v2/anysee*
3659
3660 DVB_USB_AU6610 MEDIA DRIVER
3661 M:      Antti Palosaari <crope@iki.fi>
3662 L:      linux-media@vger.kernel.org
3663 W:      http://linuxtv.org/
3664 W:      http://palosaari.fi/linux/
3665 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3666 T:      git git://linuxtv.org/anttip/media_tree.git
3667 S:      Maintained
3668 F:      drivers/media/usb/dvb-usb-v2/au6610*
3669
3670 DVB_USB_CE6230 MEDIA DRIVER
3671 M:      Antti Palosaari <crope@iki.fi>
3672 L:      linux-media@vger.kernel.org
3673 W:      http://linuxtv.org/
3674 W:      http://palosaari.fi/linux/
3675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3676 T:      git git://linuxtv.org/anttip/media_tree.git
3677 S:      Maintained
3678 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3679
3680 DVB_USB_CXUSB MEDIA DRIVER
3681 M:      Michael Krufky <mkrufky@linuxtv.org>
3682 L:      linux-media@vger.kernel.org
3683 W:      http://linuxtv.org/
3684 W:      http://github.com/mkrufky
3685 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3686 T:      git git://linuxtv.org/media_tree.git
3687 S:      Maintained
3688 F:      drivers/media/usb/dvb-usb/cxusb*
3689
3690 DVB_USB_EC168 MEDIA DRIVER
3691 M:      Antti Palosaari <crope@iki.fi>
3692 L:      linux-media@vger.kernel.org
3693 W:      http://linuxtv.org/
3694 W:      http://palosaari.fi/linux/
3695 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3696 T:      git git://linuxtv.org/anttip/media_tree.git
3697 S:      Maintained
3698 F:      drivers/media/usb/dvb-usb-v2/ec168*
3699
3700 DVB_USB_GL861 MEDIA DRIVER
3701 M:      Antti Palosaari <crope@iki.fi>
3702 L:      linux-media@vger.kernel.org
3703 W:      http://linuxtv.org/
3704 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3705 T:      git git://linuxtv.org/anttip/media_tree.git
3706 S:      Maintained
3707 F:      drivers/media/usb/dvb-usb-v2/gl861*
3708
3709 DVB_USB_MXL111SF MEDIA DRIVER
3710 M:      Michael Krufky <mkrufky@linuxtv.org>
3711 L:      linux-media@vger.kernel.org
3712 W:      http://linuxtv.org/
3713 W:      http://github.com/mkrufky
3714 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3715 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3716 S:      Maintained
3717 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3718
3719 DVB_USB_RTL28XXU MEDIA DRIVER
3720 M:      Antti Palosaari <crope@iki.fi>
3721 L:      linux-media@vger.kernel.org
3722 W:      http://linuxtv.org/
3723 W:      http://palosaari.fi/linux/
3724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3725 T:      git git://linuxtv.org/anttip/media_tree.git
3726 S:      Maintained
3727 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3728
3729 DVB_USB_V2 MEDIA DRIVER
3730 M:      Antti Palosaari <crope@iki.fi>
3731 L:      linux-media@vger.kernel.org
3732 W:      http://linuxtv.org/
3733 W:      http://palosaari.fi/linux/
3734 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3735 T:      git git://linuxtv.org/anttip/media_tree.git
3736 S:      Maintained
3737 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3738 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3739
3740 DYNAMIC DEBUG
3741 M:      Jason Baron <jbaron@akamai.com>
3742 S:      Maintained
3743 F:      lib/dynamic_debug.c
3744 F:      include/linux/dynamic_debug.h
3745
3746 DZ DECSTATION DZ11 SERIAL DRIVER
3747 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3748 S:      Maintained
3749 F:      drivers/tty/serial/dz.*
3750
3751 E3X0 POWER BUTTON DRIVER
3752 M:      Moritz Fischer <moritz.fischer@ettus.com>
3753 L:      usrp-users@lists.ettus.com
3754 W:      http://www.ettus.com
3755 S:      Supported
3756 F:      drivers/input/misc/e3x0-button.c
3757 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3758
3759 E4000 MEDIA DRIVER
3760 M:      Antti Palosaari <crope@iki.fi>
3761 L:      linux-media@vger.kernel.org
3762 W:      http://linuxtv.org/
3763 W:      http://palosaari.fi/linux/
3764 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3765 T:      git git://linuxtv.org/anttip/media_tree.git
3766 S:      Maintained
3767 F:      drivers/media/tuners/e4000*
3768
3769 EATA ISA/EISA/PCI SCSI DRIVER
3770 M:      Dario Ballabio <ballabio_dario@emc.com>
3771 L:      linux-scsi@vger.kernel.org
3772 S:      Maintained
3773 F:      drivers/scsi/eata.c
3774
3775 EC100 MEDIA DRIVER
3776 M:      Antti Palosaari <crope@iki.fi>
3777 L:      linux-media@vger.kernel.org
3778 W:      http://linuxtv.org/
3779 W:      http://palosaari.fi/linux/
3780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3781 T:      git git://linuxtv.org/anttip/media_tree.git
3782 S:      Maintained
3783 F:      drivers/media/dvb-frontends/ec100*
3784
3785 ECRYPT FILE SYSTEM
3786 M:      Tyler Hicks <tyhicks@canonical.com>
3787 L:      ecryptfs@vger.kernel.org
3788 W:      http://ecryptfs.org
3789 W:      https://launchpad.net/ecryptfs
3790 S:      Supported
3791 F:      Documentation/filesystems/ecryptfs.txt
3792 F:      fs/ecryptfs/
3793
3794 EDAC-CORE
3795 M:      Doug Thompson <dougthompson@xmission.com>
3796 M:      Borislav Petkov <bp@alien8.de>
3797 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3798 L:      linux-edac@vger.kernel.org
3799 W:      bluesmoke.sourceforge.net
3800 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3801 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3802 S:      Supported
3803 F:      Documentation/edac.txt
3804 F:      drivers/edac/
3805 F:      include/linux/edac.h
3806
3807 EDAC-AMD64
3808 M:      Doug Thompson <dougthompson@xmission.com>
3809 M:      Borislav Petkov <bp@alien8.de>
3810 L:      linux-edac@vger.kernel.org
3811 W:      bluesmoke.sourceforge.net
3812 S:      Maintained
3813 F:      drivers/edac/amd64_edac*
3814
3815 EDAC-CALXEDA
3816 M:      Doug Thompson <dougthompson@xmission.com>
3817 M:      Robert Richter <rric@kernel.org>
3818 L:      linux-edac@vger.kernel.org
3819 W:      bluesmoke.sourceforge.net
3820 S:      Maintained
3821 F:      drivers/edac/highbank*
3822
3823 EDAC-CAVIUM
3824 M:      Ralf Baechle <ralf@linux-mips.org>
3825 M:      David Daney <david.daney@cavium.com>
3826 L:      linux-edac@vger.kernel.org
3827 L:      linux-mips@linux-mips.org
3828 W:      bluesmoke.sourceforge.net
3829 S:      Supported
3830 F:      drivers/edac/octeon_edac*
3831
3832 EDAC-E752X
3833 M:      Mark Gross <mark.gross@intel.com>
3834 M:      Doug Thompson <dougthompson@xmission.com>
3835 L:      linux-edac@vger.kernel.org
3836 W:      bluesmoke.sourceforge.net
3837 S:      Maintained
3838 F:      drivers/edac/e752x_edac.c
3839
3840 EDAC-E7XXX
3841 M:      Doug Thompson <dougthompson@xmission.com>
3842 L:      linux-edac@vger.kernel.org
3843 W:      bluesmoke.sourceforge.net
3844 S:      Maintained
3845 F:      drivers/edac/e7xxx_edac.c
3846
3847 EDAC-GHES
3848 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3849 L:      linux-edac@vger.kernel.org
3850 W:      bluesmoke.sourceforge.net
3851 S:      Maintained
3852 F:      drivers/edac/ghes_edac.c
3853
3854 EDAC-I82443BXGX
3855 M:      Tim Small <tim@buttersideup.com>
3856 L:      linux-edac@vger.kernel.org
3857 W:      bluesmoke.sourceforge.net
3858 S:      Maintained
3859 F:      drivers/edac/i82443bxgx_edac.c
3860
3861 EDAC-I3000
3862 M:      Jason Uhlenkott <juhlenko@akamai.com>
3863 L:      linux-edac@vger.kernel.org
3864 W:      bluesmoke.sourceforge.net
3865 S:      Maintained
3866 F:      drivers/edac/i3000_edac.c
3867
3868 EDAC-I5000
3869 M:      Doug Thompson <dougthompson@xmission.com>
3870 L:      linux-edac@vger.kernel.org
3871 W:      bluesmoke.sourceforge.net
3872 S:      Maintained
3873 F:      drivers/edac/i5000_edac.c
3874
3875 EDAC-I5400
3876 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3877 L:      linux-edac@vger.kernel.org
3878 W:      bluesmoke.sourceforge.net
3879 S:      Maintained
3880 F:      drivers/edac/i5400_edac.c
3881
3882 EDAC-I7300
3883 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3884 L:      linux-edac@vger.kernel.org
3885 W:      bluesmoke.sourceforge.net
3886 S:      Maintained
3887 F:      drivers/edac/i7300_edac.c
3888
3889 EDAC-I7CORE
3890 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3891 L:      linux-edac@vger.kernel.org
3892 W:      bluesmoke.sourceforge.net
3893 S:      Maintained
3894 F:      drivers/edac/i7core_edac.c
3895
3896 EDAC-I82975X
3897 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3898 M:      "Arvind R." <arvino55@gmail.com>
3899 L:      linux-edac@vger.kernel.org
3900 W:      bluesmoke.sourceforge.net
3901 S:      Maintained
3902 F:      drivers/edac/i82975x_edac.c
3903
3904 EDAC-IE31200
3905 M:      Jason Baron <jbaron@akamai.com>
3906 L:      linux-edac@vger.kernel.org
3907 W:      bluesmoke.sourceforge.net
3908 S:      Maintained
3909 F:      drivers/edac/ie31200_edac.c
3910
3911 EDAC-MPC85XX
3912 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3913 L:      linux-edac@vger.kernel.org
3914 W:      bluesmoke.sourceforge.net
3915 S:      Maintained
3916 F:      drivers/edac/mpc85xx_edac.[ch]
3917
3918 EDAC-PASEMI
3919 M:      Egor Martovetsky <egor@pasemi.com>
3920 L:      linux-edac@vger.kernel.org
3921 W:      bluesmoke.sourceforge.net
3922 S:      Maintained
3923 F:      drivers/edac/pasemi_edac.c
3924
3925 EDAC-R82600
3926 M:      Tim Small <tim@buttersideup.com>
3927 L:      linux-edac@vger.kernel.org
3928 W:      bluesmoke.sourceforge.net
3929 S:      Maintained
3930 F:      drivers/edac/r82600_edac.c
3931
3932 EDAC-SBRIDGE
3933 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3934 L:      linux-edac@vger.kernel.org
3935 W:      bluesmoke.sourceforge.net
3936 S:      Maintained
3937 F:      drivers/edac/sb_edac.c
3938
3939 EDAC-XGENE
3940 APPLIED MICRO (APM) X-GENE SOC EDAC
3941 M:     Loc Ho <lho@apm.com>
3942 S:     Supported
3943 F:     drivers/edac/xgene_edac.c
3944 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3945
3946 EDIROL UA-101/UA-1000 DRIVER
3947 M:      Clemens Ladisch <clemens@ladisch.de>
3948 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3949 T:      git git://git.alsa-project.org/alsa-kernel.git
3950 S:      Maintained
3951 F:      sound/usb/misc/ua101.c
3952
3953 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3954 M:      Matt Fleming <matt.fleming@intel.com>
3955 L:      linux-efi@vger.kernel.org
3956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3957 S:      Maintained
3958 F:      Documentation/efi-stub.txt
3959 F:      arch/ia64/kernel/efi.c
3960 F:      arch/x86/boot/compressed/eboot.[ch]
3961 F:      arch/x86/include/asm/efi.h
3962 F:      arch/x86/platform/efi/*
3963 F:      drivers/firmware/efi/*
3964 F:      include/linux/efi*.h
3965
3966 EFI VARIABLE FILESYSTEM
3967 M:      Matthew Garrett <matthew.garrett@nebula.com>
3968 M:      Jeremy Kerr <jk@ozlabs.org>
3969 M:      Matt Fleming <matt.fleming@intel.com>
3970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3971 L:      linux-efi@vger.kernel.org
3972 S:      Maintained
3973 F:      fs/efivarfs/
3974
3975 EFIFB FRAMEBUFFER DRIVER
3976 L:      linux-fbdev@vger.kernel.org
3977 M:      Peter Jones <pjones@redhat.com>
3978 S:      Maintained
3979 F:      drivers/video/fbdev/efifb.c
3980
3981 EFS FILESYSTEM
3982 W:      http://aeschi.ch.eu.org/efs/
3983 S:      Orphan
3984 F:      fs/efs/
3985
3986 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3987 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3988 M:      Christoph Raisch <raisch@de.ibm.com>
3989 L:      linux-rdma@vger.kernel.org
3990 S:      Supported
3991 F:      drivers/infiniband/hw/ehca/
3992
3993 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3994 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3995 L:      netdev@vger.kernel.org
3996 S:      Maintained
3997 F:      drivers/net/ethernet/ibm/ehea/
3998
3999 EM28XX VIDEO4LINUX DRIVER
4000 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4001 L:      linux-media@vger.kernel.org
4002 W:      http://linuxtv.org
4003 T:      git git://linuxtv.org/media_tree.git
4004 S:      Maintained
4005 F:      drivers/media/usb/em28xx/
4006
4007 EMBEDDED LINUX
4008 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4009 M:      Matt Mackall <mpm@selenic.com>
4010 M:      David Woodhouse <dwmw2@infradead.org>
4011 L:      linux-embedded@vger.kernel.org
4012 S:      Maintained
4013
4014 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4015 M:      James Smart <james.smart@avagotech.com>
4016 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4017 L:      linux-scsi@vger.kernel.org
4018 W:      http://www.avagotech.com
4019 S:      Supported
4020 F:      drivers/scsi/lpfc/
4021
4022 ENE CB710 FLASH CARD READER DRIVER
4023 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4024 S:      Maintained
4025 F:      drivers/misc/cb710/
4026 F:      drivers/mmc/host/cb710-mmc.*
4027 F:      include/linux/cb710.h
4028
4029 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4030 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4031 S:      Maintained
4032 F:      drivers/media/rc/ene_ir.*
4033
4034 ENHANCED ERROR HANDLING (EEH)
4035 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4036 L:      linuxppc-dev@lists.ozlabs.org
4037 S:      Supported
4038 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4039 F:      arch/powerpc/kernel/eeh*.c
4040
4041 EPSON S1D13XXX FRAMEBUFFER DRIVER
4042 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4043 S:      Maintained
4044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4045 F:      drivers/video/fbdev/s1d13xxxfb.c
4046 F:      include/video/s1d13xxxfb.h
4047
4048 ET131X NETWORK DRIVER
4049 M:      Mark Einon <mark.einon@gmail.com>
4050 S:      Odd Fixes
4051 F:      drivers/net/ethernet/agere/
4052
4053 ETHERNET BRIDGE
4054 M:      Stephen Hemminger <stephen@networkplumber.org>
4055 L:      bridge@lists.linux-foundation.org
4056 L:      netdev@vger.kernel.org
4057 W:      http://www.linuxfoundation.org/en/Net:Bridge
4058 S:      Maintained
4059 F:      include/linux/netfilter_bridge/
4060 F:      net/bridge/
4061
4062 ETHERNET PHY LIBRARY
4063 M:      Florian Fainelli <f.fainelli@gmail.com>
4064 L:      netdev@vger.kernel.org
4065 S:      Maintained
4066 F:      include/linux/phy.h
4067 F:      include/linux/phy_fixed.h
4068 F:      drivers/net/phy/
4069 F:      Documentation/networking/phy.txt
4070 F:      drivers/of/of_mdio.c
4071 F:      drivers/of/of_net.c
4072
4073 EXT2 FILE SYSTEM
4074 M:      Jan Kara <jack@suse.com>
4075 L:      linux-ext4@vger.kernel.org
4076 S:      Maintained
4077 F:      Documentation/filesystems/ext2.txt
4078 F:      fs/ext2/
4079 F:      include/linux/ext2*
4080
4081 EXT4 FILE SYSTEM
4082 M:      "Theodore Ts'o" <tytso@mit.edu>
4083 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4084 L:      linux-ext4@vger.kernel.org
4085 W:      http://ext4.wiki.kernel.org
4086 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4087 S:      Maintained
4088 F:      Documentation/filesystems/ext4.txt
4089 F:      fs/ext4/
4090
4091 Extended Verification Module (EVM)
4092 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4093 L:      linux-ima-devel@lists.sourceforge.net
4094 L:      linux-security-module@vger.kernel.org
4095 S:      Supported
4096 F:      security/integrity/evm/
4097
4098 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4099 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4100 M:      Chanwoo Choi <cw00.choi@samsung.com>
4101 L:      linux-kernel@vger.kernel.org
4102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4103 S:      Maintained
4104 F:      drivers/extcon/
4105 F:      Documentation/extcon/
4106
4107 EXYNOS DP DRIVER
4108 M:      Jingoo Han <jingoohan1@gmail.com>
4109 L:      dri-devel@lists.freedesktop.org
4110 S:      Maintained
4111 F:      drivers/gpu/drm/exynos/exynos_dp*
4112
4113 EXYNOS MIPI DISPLAY DRIVERS
4114 M:      Inki Dae <inki.dae@samsung.com>
4115 M:      Donghwa Lee <dh09.lee@samsung.com>
4116 M:      Kyungmin Park <kyungmin.park@samsung.com>
4117 L:      linux-fbdev@vger.kernel.org
4118 S:      Maintained
4119 F:      drivers/video/fbdev/exynos/exynos_mipi*
4120 F:      include/video/exynos_mipi*
4121
4122 F71805F HARDWARE MONITORING DRIVER
4123 M:      Jean Delvare <jdelvare@suse.com>
4124 L:      lm-sensors@lm-sensors.org
4125 S:      Maintained
4126 F:      Documentation/hwmon/f71805f
4127 F:      drivers/hwmon/f71805f.c
4128
4129 FC0011 TUNER DRIVER
4130 M:      Michael Buesch <m@bues.ch>
4131 L:      linux-media@vger.kernel.org
4132 S:      Maintained
4133 F:      drivers/media/tuners/fc0011.h
4134 F:      drivers/media/tuners/fc0011.c
4135
4136 FC2580 MEDIA DRIVER
4137 M:      Antti Palosaari <crope@iki.fi>
4138 L:      linux-media@vger.kernel.org
4139 W:      http://linuxtv.org/
4140 W:      http://palosaari.fi/linux/
4141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4142 T:      git git://linuxtv.org/anttip/media_tree.git
4143 S:      Maintained
4144 F:      drivers/media/tuners/fc2580*
4145
4146 FANOTIFY
4147 M:      Eric Paris <eparis@redhat.com>
4148 S:      Maintained
4149 F:      fs/notify/fanotify/
4150 F:      include/linux/fanotify.h
4151 F:      include/uapi/linux/fanotify.h
4152
4153 FARSYNC SYNCHRONOUS DRIVER
4154 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4155 W:      http://www.farsite.co.uk/
4156 S:      Supported
4157 F:      drivers/net/wan/farsync.*
4158
4159 FAULT INJECTION SUPPORT
4160 M:      Akinobu Mita <akinobu.mita@gmail.com>
4161 S:      Supported
4162 F:      Documentation/fault-injection/
4163 F:      lib/fault-inject.c
4164
4165 FBTFT Framebuffer drivers
4166 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4167 M:      Noralf Trønnes <noralf@tronnes.org>
4168 S:      Maintained
4169 F:      drivers/staging/fbtft/
4170
4171 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4172 M:      Vasu Dev <vasu.dev@intel.com>
4173 L:      fcoe-devel@open-fcoe.org
4174 W:      www.Open-FCoE.org
4175 S:      Supported
4176 F:      drivers/scsi/libfc/
4177 F:      drivers/scsi/fcoe/
4178 F:      include/scsi/fc/
4179 F:      include/scsi/libfc.h
4180 F:      include/scsi/libfcoe.h
4181 F:      include/uapi/scsi/fc/
4182
4183 FILE LOCKING (flock() and fcntl()/lockf())
4184 M:      Jeff Layton <jlayton@poochiereds.net>
4185 M:      "J. Bruce Fields" <bfields@fieldses.org>
4186 L:      linux-fsdevel@vger.kernel.org
4187 S:      Maintained
4188 F:      include/linux/fcntl.h
4189 F:      include/linux/fs.h
4190 F:      include/uapi/linux/fcntl.h
4191 F:      include/uapi/linux/fs.h
4192 F:      fs/fcntl.c
4193 F:      fs/locks.c
4194
4195 FILESYSTEMS (VFS and infrastructure)
4196 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4197 L:      linux-fsdevel@vger.kernel.org
4198 S:      Maintained
4199 F:      fs/*
4200
4201 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4202 M:      Riku Voipio <riku.voipio@iki.fi>
4203 L:      lm-sensors@lm-sensors.org
4204 S:      Maintained
4205 F:      drivers/hwmon/f75375s.c
4206 F:      include/linux/f75375s.h
4207
4208 FIREWIRE AUDIO DRIVERS
4209 M:      Clemens Ladisch <clemens@ladisch.de>
4210 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4211 T:      git git://git.alsa-project.org/alsa-kernel.git
4212 S:      Maintained
4213 F:      sound/firewire/
4214
4215 FIREWIRE MEDIA DRIVERS (firedtv)
4216 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4217 L:      linux-media@vger.kernel.org
4218 L:      linux1394-devel@lists.sourceforge.net
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4220 S:      Maintained
4221 F:      drivers/media/firewire/
4222
4223 FIREWIRE SBP-2 TARGET
4224 M:      Chris Boot <bootc@bootc.net>
4225 L:      linux-scsi@vger.kernel.org
4226 L:      target-devel@vger.kernel.org
4227 L:      linux1394-devel@lists.sourceforge.net
4228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4229 S:      Maintained
4230 F:      drivers/target/sbp/
4231
4232 FIREWIRE SUBSYSTEM
4233 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4234 L:      linux1394-devel@lists.sourceforge.net
4235 W:      http://ieee1394.wiki.kernel.org/
4236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4237 S:      Maintained
4238 F:      drivers/firewire/
4239 F:      include/linux/firewire.h
4240 F:      include/uapi/linux/firewire*.h
4241 F:      tools/firewire/
4242
4243 FIRMWARE LOADER (request_firmware)
4244 M:      Ming Lei <ming.lei@canonical.com>
4245 L:      linux-kernel@vger.kernel.org
4246 S:      Maintained
4247 F:      Documentation/firmware_class/
4248 F:      drivers/base/firmware*.c
4249 F:      include/linux/firmware.h
4250
4251 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4252 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4253 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4254 S:      Maintained
4255 F:      drivers/block/rsxx/
4256
4257 FLOPPY DRIVER
4258 M:      Jiri Kosina <jikos@kernel.org>
4259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4260 S:      Odd fixes
4261 F:      drivers/block/floppy.c
4262
4263 FMC SUBSYSTEM
4264 M:      Alessandro Rubini <rubini@gnudd.com>
4265 W:      http://www.ohwr.org/projects/fmc-bus
4266 S:      Supported
4267 F:      drivers/fmc/
4268 F:      include/linux/fmc*.h
4269 F:      include/linux/ipmi-fru.h
4270 K:      fmc_d.*register
4271
4272 FPU EMULATOR
4273 M:      Bill Metzenthen <billm@melbpc.org.au>
4274 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4275 S:      Maintained
4276 F:      arch/x86/math-emu/
4277
4278 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4279 L:      netdev@vger.kernel.org
4280 S:      Orphan
4281 F:      drivers/net/wan/dlci.c
4282 F:      drivers/net/wan/sdla.c
4283
4284 FRAMEBUFFER LAYER
4285 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4286 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4287 L:      linux-fbdev@vger.kernel.org
4288 W:      http://linux-fbdev.sourceforge.net/
4289 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4291 S:      Maintained
4292 F:      Documentation/fb/
4293 F:      Documentation/devicetree/bindings/fb/
4294 F:      drivers/video/
4295 F:      include/video/
4296 F:      include/linux/fb.h
4297 F:      include/uapi/video/
4298 F:      include/uapi/linux/fb.h
4299
4300 FREESCALE DIU FRAMEBUFFER DRIVER
4301 M:      Timur Tabi <timur@tabi.org>
4302 L:      linux-fbdev@vger.kernel.org
4303 S:      Maintained
4304 F:      drivers/video/fbdev/fsl-diu-fb.*
4305
4306 FREESCALE DMA DRIVER
4307 M:      Li Yang <leoli@freescale.com>
4308 M:      Zhang Wei <zw@zh-kernel.org>
4309 L:      linuxppc-dev@lists.ozlabs.org
4310 S:      Maintained
4311 F:      drivers/dma/fsldma.*
4312
4313 FREESCALE I2C CPM DRIVER
4314 M:      Jochen Friedrich <jochen@scram.de>
4315 L:      linuxppc-dev@lists.ozlabs.org
4316 L:      linux-i2c@vger.kernel.org
4317 S:      Maintained
4318 F:      drivers/i2c/busses/i2c-cpm.c
4319
4320 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4321 M:      Sascha Hauer <kernel@pengutronix.de>
4322 L:      linux-fbdev@vger.kernel.org
4323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4324 S:      Maintained
4325 F:      include/linux/platform_data/video-imxfb.h
4326 F:      drivers/video/fbdev/imxfb.c
4327
4328 FREESCALE QUAD SPI DRIVER
4329 M:      Han Xu <han.xu@freescale.com>
4330 L:      linux-mtd@lists.infradead.org
4331 S:      Maintained
4332 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4333
4334 FREESCALE SOC FS_ENET DRIVER
4335 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4336 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4337 L:      linuxppc-dev@lists.ozlabs.org
4338 L:      netdev@vger.kernel.org
4339 S:      Maintained
4340 F:      drivers/net/ethernet/freescale/fs_enet/
4341 F:      include/linux/fs_enet_pd.h
4342
4343 FREESCALE QUICC ENGINE LIBRARY
4344 L:      linuxppc-dev@lists.ozlabs.org
4345 S:      Orphan
4346 F:      arch/powerpc/sysdev/qe_lib/
4347 F:      arch/powerpc/include/asm/*qe.h
4348
4349 FREESCALE USB PERIPHERAL DRIVERS
4350 M:      Li Yang <leoli@freescale.com>
4351 L:      linux-usb@vger.kernel.org
4352 L:      linuxppc-dev@lists.ozlabs.org
4353 S:      Maintained
4354 F:      drivers/usb/gadget/udc/fsl*
4355
4356 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4357 M:      Li Yang <leoli@freescale.com>
4358 L:      netdev@vger.kernel.org
4359 L:      linuxppc-dev@lists.ozlabs.org
4360 S:      Maintained
4361 F:      drivers/net/ethernet/freescale/ucc_geth*
4362
4363 FREESCALE QUICC ENGINE UCC UART DRIVER
4364 M:      Timur Tabi <timur@tabi.org>
4365 L:      linuxppc-dev@lists.ozlabs.org
4366 S:      Maintained
4367 F:      drivers/tty/serial/ucc_uart.c
4368
4369 FREESCALE SOC SOUND DRIVERS
4370 M:      Timur Tabi <timur@tabi.org>
4371 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4372 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4373 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4374 L:      linuxppc-dev@lists.ozlabs.org
4375 S:      Maintained
4376 F:      sound/soc/fsl/fsl*
4377 F:      sound/soc/fsl/imx*
4378 F:      sound/soc/fsl/mpc8610_hpcd.c
4379
4380 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4381 M:      "J. German Rivera" <German.Rivera@freescale.com>
4382 L:      linux-kernel@vger.kernel.org
4383 S:      Maintained
4384 F:      drivers/staging/fsl-mc/
4385
4386 FREEVXFS FILESYSTEM
4387 M:      Christoph Hellwig <hch@infradead.org>
4388 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4389 S:      Maintained
4390 F:      fs/freevxfs/
4391
4392 FREEZER
4393 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4394 M:      Pavel Machek <pavel@ucw.cz>
4395 L:      linux-pm@vger.kernel.org
4396 S:      Supported
4397 F:      Documentation/power/freezing-of-tasks.txt
4398 F:      include/linux/freezer.h
4399 F:      kernel/freezer.c
4400
4401 FRONTSWAP API
4402 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4403 L:      linux-kernel@vger.kernel.org
4404 S:      Maintained
4405 F:      mm/frontswap.c
4406 F:      include/linux/frontswap.h
4407
4408 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4409 M:      David Howells <dhowells@redhat.com>
4410 L:      linux-cachefs@redhat.com
4411 S:      Supported
4412 F:      Documentation/filesystems/caching/
4413 F:      fs/fscache/
4414 F:      include/linux/fscache*.h
4415
4416 F2FS FILE SYSTEM
4417 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4418 M:      Changman Lee <cm224.lee@samsung.com>
4419 R:      Chao Yu <chao2.yu@samsung.com>
4420 L:      linux-f2fs-devel@lists.sourceforge.net
4421 W:      http://en.wikipedia.org/wiki/F2FS
4422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4423 S:      Maintained
4424 F:      Documentation/filesystems/f2fs.txt
4425 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4426 F:      fs/f2fs/
4427 F:      include/linux/f2fs_fs.h
4428 F:      include/trace/events/f2fs.h
4429
4430 FUJITSU FR-V (FRV) PORT
4431 M:      David Howells <dhowells@redhat.com>
4432 S:      Maintained
4433 F:      arch/frv/
4434
4435 FUJITSU LAPTOP EXTRAS
4436 M:      Jonathan Woithe <jwoithe@just42.net>
4437 L:      platform-driver-x86@vger.kernel.org
4438 S:      Maintained
4439 F:      drivers/platform/x86/fujitsu-laptop.c
4440
4441 FUJITSU M-5MO LS CAMERA ISP DRIVER
4442 M:      Kyungmin Park <kyungmin.park@samsung.com>
4443 M:      Heungjun Kim <riverful.kim@samsung.com>
4444 L:      linux-media@vger.kernel.org
4445 S:      Maintained
4446 F:      drivers/media/i2c/m5mols/
4447 F:      include/media/m5mols.h
4448
4449 FUJITSU TABLET EXTRAS
4450 M:      Robert Gerlach <khnz@gmx.de>
4451 L:      platform-driver-x86@vger.kernel.org
4452 S:      Maintained
4453 F:      drivers/platform/x86/fujitsu-tablet.c
4454
4455 FUSE: FILESYSTEM IN USERSPACE
4456 M:      Miklos Szeredi <miklos@szeredi.hu>
4457 L:      fuse-devel@lists.sourceforge.net
4458 W:      http://fuse.sourceforge.net/
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4460 S:      Maintained
4461 F:      fs/fuse/
4462 F:      include/uapi/linux/fuse.h
4463 F:      Documentation/filesystems/fuse.txt
4464
4465 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4466 M:      Rik Faith <faith@cs.unc.edu>
4467 L:      linux-scsi@vger.kernel.org
4468 S:      Odd Fixes (e.g., new signatures)
4469 F:      drivers/scsi/fdomain.*
4470
4471 GCOV BASED KERNEL PROFILING
4472 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4473 S:      Maintained
4474 F:      kernel/gcov/
4475 F:      Documentation/gcov.txt
4476
4477 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4478 M:      Achim Leubner <achim_leubner@adaptec.com>
4479 L:      linux-scsi@vger.kernel.org
4480 W:      http://www.icp-vortex.com/
4481 S:      Supported
4482 F:      drivers/scsi/gdt*
4483
4484 GDB KERNEL DEBUGGING HELPER SCRIPTS
4485 M:      Jan Kiszka <jan.kiszka@siemens.com>
4486 S:      Supported
4487 F:      scripts/gdb/
4488
4489 GEMTEK FM RADIO RECEIVER DRIVER
4490 M:      Hans Verkuil <hverkuil@xs4all.nl>
4491 L:      linux-media@vger.kernel.org
4492 T:      git git://linuxtv.org/media_tree.git
4493 W:      http://linuxtv.org
4494 S:      Maintained
4495 F:      drivers/media/radio/radio-gemtek*
4496
4497 GENERIC GPIO I2C DRIVER
4498 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4499 S:      Supported
4500 F:      drivers/i2c/busses/i2c-gpio.c
4501 F:      include/linux/i2c-gpio.h
4502
4503 GENERIC GPIO I2C MULTIPLEXER DRIVER
4504 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4505 L:      linux-i2c@vger.kernel.org
4506 S:      Supported
4507 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4508 F:      include/linux/i2c-mux-gpio.h
4509 F:      Documentation/i2c/muxes/i2c-mux-gpio
4510
4511 GENERIC HDLC (WAN) DRIVERS
4512 M:      Krzysztof Halasa <khc@pm.waw.pl>
4513 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4514 S:      Maintained
4515 F:      drivers/net/wan/c101.c
4516 F:      drivers/net/wan/hd6457*
4517 F:      drivers/net/wan/hdlc*
4518 F:      drivers/net/wan/n2.c
4519 F:      drivers/net/wan/pc300too.c
4520 F:      drivers/net/wan/pci200syn.c
4521 F:      drivers/net/wan/wanxl*
4522
4523 GENERIC INCLUDE/ASM HEADER FILES
4524 M:      Arnd Bergmann <arnd@arndb.de>
4525 L:      linux-arch@vger.kernel.org
4526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4527 S:      Maintained
4528 F:      include/asm-generic/
4529 F:      include/uapi/asm-generic/
4530
4531 GENERIC PHY FRAMEWORK
4532 M:      Kishon Vijay Abraham I <kishon@ti.com>
4533 L:      linux-kernel@vger.kernel.org
4534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4535 S:      Supported
4536 F:      drivers/phy/
4537 F:      include/linux/phy/
4538
4539 GENERIC PM DOMAINS
4540 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4541 M:      Kevin Hilman <khilman@kernel.org>
4542 M:      Ulf Hansson <ulf.hansson@linaro.org>
4543 L:      linux-pm@vger.kernel.org
4544 S:      Supported
4545 F:      drivers/base/power/domain*.c
4546 F:      include/linux/pm_domain.h
4547
4548 GENERIC UIO DRIVER FOR PCI DEVICES
4549 M:      "Michael S. Tsirkin" <mst@redhat.com>
4550 L:      kvm@vger.kernel.org
4551 S:      Supported
4552 F:      drivers/uio/uio_pci_generic.c
4553
4554 GET_MAINTAINER SCRIPT
4555 M:      Joe Perches <joe@perches.com>
4556 S:      Maintained
4557 F:      scripts/get_maintainer.pl
4558
4559 GFS2 FILE SYSTEM
4560 M:      Steven Whitehouse <swhiteho@redhat.com>
4561 M:      Bob Peterson <rpeterso@redhat.com>
4562 L:      cluster-devel@redhat.com
4563 W:      http://sources.redhat.com/cluster/
4564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4565 S:      Supported
4566 F:      Documentation/filesystems/gfs2*.txt
4567 F:      fs/gfs2/
4568 F:      include/uapi/linux/gfs2_ondisk.h
4569
4570 GIGASET ISDN DRIVERS
4571 M:      Paul Bolle <pebolle@tiscali.nl>
4572 L:      gigaset307x-common@lists.sourceforge.net
4573 W:      http://gigaset307x.sourceforge.net/
4574 S:      Odd Fixes
4575 F:      Documentation/isdn/README.gigaset
4576 F:      drivers/isdn/gigaset/
4577 F:      include/uapi/linux/gigaset_dev.h
4578
4579 GO7007 MPEG CODEC
4580 M:      Hans Verkuil <hans.verkuil@cisco.com>
4581 L:      linux-media@vger.kernel.org
4582 S:      Maintained
4583 F:      drivers/media/usb/go7007/
4584
4585 GOODIX TOUCHSCREEN
4586 M:      Bastien Nocera <hadess@hadess.net>
4587 L:      linux-input@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/input/touchscreen/goodix.c
4590
4591 GPIO SUBSYSTEM
4592 M:      Linus Walleij <linus.walleij@linaro.org>
4593 M:      Alexandre Courbot <gnurou@gmail.com>
4594 L:      linux-gpio@vger.kernel.org
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4596 S:      Maintained
4597 F:      Documentation/gpio/
4598 F:      drivers/gpio/
4599 F:      include/linux/gpio/
4600 F:      include/linux/gpio.h
4601 F:      include/asm-generic/gpio.h
4602
4603 GRE DEMULTIPLEXER DRIVER
4604 M:      Dmitry Kozlov <xeb@mail.ru>
4605 L:      netdev@vger.kernel.org
4606 S:      Maintained
4607 F:      net/ipv4/gre_demux.c
4608 F:      net/ipv4/gre_offload.c
4609 F:      include/net/gre.h
4610
4611 GRETH 10/100/1G Ethernet MAC device driver
4612 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4613 L:      netdev@vger.kernel.org
4614 S:      Maintained
4615 F:      drivers/net/ethernet/aeroflex/
4616
4617 GSPCA FINEPIX SUBDRIVER
4618 M:      Frank Zago <frank@zago.net>
4619 L:      linux-media@vger.kernel.org
4620 T:      git git://linuxtv.org/media_tree.git
4621 S:      Maintained
4622 F:      drivers/media/usb/gspca/finepix.c
4623
4624 GSPCA GL860 SUBDRIVER
4625 M:      Olivier Lorin <o.lorin@laposte.net>
4626 L:      linux-media@vger.kernel.org
4627 T:      git git://linuxtv.org/media_tree.git
4628 S:      Maintained
4629 F:      drivers/media/usb/gspca/gl860/
4630
4631 GSPCA M5602 SUBDRIVER
4632 M:      Erik Andren <erik.andren@gmail.com>
4633 L:      linux-media@vger.kernel.org
4634 T:      git git://linuxtv.org/media_tree.git
4635 S:      Maintained
4636 F:      drivers/media/usb/gspca/m5602/
4637
4638 GSPCA PAC207 SONIXB SUBDRIVER
4639 M:      Hans de Goede <hdegoede@redhat.com>
4640 L:      linux-media@vger.kernel.org
4641 T:      git git://linuxtv.org/media_tree.git
4642 S:      Maintained
4643 F:      drivers/media/usb/gspca/pac207.c
4644
4645 GSPCA SN9C20X SUBDRIVER
4646 M:      Brian Johnson <brijohn@gmail.com>
4647 L:      linux-media@vger.kernel.org
4648 T:      git git://linuxtv.org/media_tree.git
4649 S:      Maintained
4650 F:      drivers/media/usb/gspca/sn9c20x.c
4651
4652 GSPCA T613 SUBDRIVER
4653 M:      Leandro Costantino <lcostantino@gmail.com>
4654 L:      linux-media@vger.kernel.org
4655 T:      git git://linuxtv.org/media_tree.git
4656 S:      Maintained
4657 F:      drivers/media/usb/gspca/t613.c
4658
4659 GSPCA USB WEBCAM DRIVER
4660 M:      Hans de Goede <hdegoede@redhat.com>
4661 L:      linux-media@vger.kernel.org
4662 T:      git git://linuxtv.org/media_tree.git
4663 S:      Maintained
4664 F:      drivers/media/usb/gspca/
4665
4666 GUID PARTITION TABLE (GPT)
4667 M:      Davidlohr Bueso <dave@stgolabs.net>
4668 L:      linux-efi@vger.kernel.org
4669 S:      Maintained
4670 F:      block/partitions/efi.*
4671
4672 STK1160 USB VIDEO CAPTURE DRIVER
4673 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4674 L:      linux-media@vger.kernel.org
4675 T:      git git://linuxtv.org/media_tree.git
4676 S:      Maintained
4677 F:      drivers/media/usb/stk1160/
4678
4679 H8/300 ARCHITECTURE
4680 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4681 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4682 W:      http://uclinux-h8.sourceforge.jp
4683 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4684 S:      Maintained
4685 F:      arch/h8300/
4686 F:      drivers/clocksource/h8300_*.c
4687 F:      drivers/clk/h8300/
4688 F:      drivers/irqchip/irq-renesas-h8*.c
4689
4690 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4691 M:      Frank Seidel <frank@f-seidel.de>
4692 L:      platform-driver-x86@vger.kernel.org
4693 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4694 S:      Maintained
4695 F:      drivers/platform/x86/hdaps.c
4696
4697 HDPVR USB VIDEO ENCODER DRIVER
4698 M:      Hans Verkuil <hverkuil@xs4all.nl>
4699 L:      linux-media@vger.kernel.org
4700 T:      git git://linuxtv.org/media_tree.git
4701 W:      http://linuxtv.org
4702 S:      Odd Fixes
4703 F:      drivers/media/usb/hdpvr/
4704
4705 HWPOISON MEMORY FAILURE HANDLING
4706 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4707 L:      linux-mm@kvack.org
4708 S:      Maintained
4709 F:      mm/memory-failure.c
4710 F:      mm/hwpoison-inject.c
4711
4712 HYPERVISOR VIRTUAL CONSOLE DRIVER
4713 L:      linuxppc-dev@lists.ozlabs.org
4714 S:      Odd Fixes
4715 F:      drivers/tty/hvc/
4716
4717 HACKRF MEDIA DRIVER
4718 M:      Antti Palosaari <crope@iki.fi>
4719 L:      linux-media@vger.kernel.org
4720 W:      http://linuxtv.org/
4721 W:      http://palosaari.fi/linux/
4722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4723 T:      git git://linuxtv.org/anttip/media_tree.git
4724 S:      Maintained
4725 F:      drivers/media/usb/hackrf/
4726
4727 HARDWARE MONITORING
4728 M:      Jean Delvare <jdelvare@suse.com>
4729 M:      Guenter Roeck <linux@roeck-us.net>
4730 L:      lm-sensors@lm-sensors.org
4731 W:      http://www.lm-sensors.org/
4732 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4734 S:      Maintained
4735 F:      Documentation/hwmon/
4736 F:      drivers/hwmon/
4737 F:      include/linux/hwmon*.h
4738
4739 HARDWARE RANDOM NUMBER GENERATOR CORE
4740 M:      Matt Mackall <mpm@selenic.com>
4741 M:      Herbert Xu <herbert@gondor.apana.org.au>
4742 L:      linux-crypto@vger.kernel.org
4743 S:      Odd fixes
4744 F:      Documentation/hw_random.txt
4745 F:      drivers/char/hw_random/
4746 F:      include/linux/hw_random.h
4747
4748 HARDWARE SPINLOCK CORE
4749 M:      Ohad Ben-Cohen <ohad@wizery.com>
4750 S:      Maintained
4751 F:      Documentation/hwspinlock.txt
4752 F:      drivers/hwspinlock/hwspinlock_*
4753 F:      include/linux/hwspinlock.h
4754
4755 HARMONY SOUND DRIVER
4756 L:      linux-parisc@vger.kernel.org
4757 S:      Maintained
4758 F:      sound/parisc/harmony.*
4759
4760 HD29L2 MEDIA DRIVER
4761 M:      Antti Palosaari <crope@iki.fi>
4762 L:      linux-media@vger.kernel.org
4763 W:      http://linuxtv.org/
4764 W:      http://palosaari.fi/linux/
4765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4766 T:      git git://linuxtv.org/anttip/media_tree.git
4767 S:      Maintained
4768 F:      drivers/media/dvb-frontends/hd29l2*
4769
4770 HEWLETT-PACKARD SMART2 RAID DRIVER
4771 L:      iss_storagedev@hp.com
4772 S:      Orphan
4773 F:      Documentation/blockdev/cpqarray.txt
4774 F:      drivers/block/cpqarray.*
4775
4776 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4777 M:      Don Brace <don.brace@pmcs.com>
4778 L:      iss_storagedev@hp.com
4779 L:      storagedev@pmcs.com
4780 L:      linux-scsi@vger.kernel.org
4781 S:      Supported
4782 F:      Documentation/scsi/hpsa.txt
4783 F:      drivers/scsi/hpsa*.[ch]
4784 F:      include/linux/cciss*.h
4785 F:      include/uapi/linux/cciss*.h
4786
4787 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4788 M:      Don Brace <don.brace@pmcs.com>
4789 L:      iss_storagedev@hp.com
4790 L:      storagedev@pmcs.com
4791 L:      linux-scsi@vger.kernel.org
4792 S:      Supported
4793 F:      Documentation/blockdev/cciss.txt
4794 F:      drivers/block/cciss*
4795 F:      include/linux/cciss_ioctl.h
4796 F:      include/uapi/linux/cciss_ioctl.h
4797
4798 HFS FILESYSTEM
4799 L:      linux-fsdevel@vger.kernel.org
4800 S:      Orphan
4801 F:      Documentation/filesystems/hfs.txt
4802 F:      fs/hfs/
4803
4804 HFSPLUS FILESYSTEM
4805 L:      linux-fsdevel@vger.kernel.org
4806 S:      Orphan
4807 F:      Documentation/filesystems/hfsplus.txt
4808 F:      fs/hfsplus/
4809
4810 HGA FRAMEBUFFER DRIVER
4811 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4812 L:      linux-nvidia@lists.surfsouth.com
4813 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4814 S:      Maintained
4815 F:      drivers/video/fbdev/hgafb.c
4816
4817 HIBERNATION (aka Software Suspend, aka swsusp)
4818 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4819 M:      Pavel Machek <pavel@ucw.cz>
4820 L:      linux-pm@vger.kernel.org
4821 S:      Supported
4822 F:      arch/x86/power/
4823 F:      drivers/base/power/
4824 F:      kernel/power/
4825 F:      include/linux/suspend.h
4826 F:      include/linux/freezer.h
4827 F:      include/linux/pm.h
4828 F:      arch/*/include/asm/suspend*.h
4829
4830 HID CORE LAYER
4831 M:      Jiri Kosina <jikos@kernel.org>
4832 L:      linux-input@vger.kernel.org
4833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4834 S:      Maintained
4835 F:      drivers/hid/
4836 F:      include/linux/hid*
4837 F:      include/uapi/linux/hid*
4838
4839 HID SENSOR HUB DRIVERS
4840 M:      Jiri Kosina <jikos@kernel.org>
4841 M:      Jonathan Cameron <jic23@kernel.org>
4842 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4843 L:      linux-input@vger.kernel.org
4844 L:      linux-iio@vger.kernel.org
4845 S:      Maintained
4846 F:      Documentation/hid/hid-sensor*
4847 F:      drivers/hid/hid-sensor-*
4848 F:      drivers/iio/*/hid-*
4849 F:      include/linux/hid-sensor-*
4850
4851 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4852 M:      Thomas Gleixner <tglx@linutronix.de>
4853 L:      linux-kernel@vger.kernel.org
4854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4855 S:      Maintained
4856 F:      Documentation/timers/
4857 F:      kernel/time/hrtimer.c
4858 F:      kernel/time/clockevents.c
4859 F:      kernel/time/tick*.*
4860 F:      kernel/time/timer_*.c
4861 F:      include/linux/clockchips.h
4862 F:      include/linux/hrtimer.h
4863
4864 HIGH-SPEED SCC DRIVER FOR AX.25
4865 L:      linux-hams@vger.kernel.org
4866 S:      Orphan
4867 F:      drivers/net/hamradio/dmascc.c
4868 F:      drivers/net/hamradio/scc.c
4869
4870 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4871 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4872 W:      http://www.highpoint-tech.com
4873 S:      Supported
4874 F:      Documentation/scsi/hptiop.txt
4875 F:      drivers/scsi/hptiop.c
4876
4877 HIPPI
4878 M:      Jes Sorensen <jes@trained-monkey.org>
4879 L:      linux-hippi@sunsite.dk
4880 S:      Maintained
4881 F:      include/linux/hippidevice.h
4882 F:      include/uapi/linux/if_hippi.h
4883 F:      net/802/hippi.c
4884 F:      drivers/net/hippi/
4885
4886 HOST AP DRIVER
4887 M:      Jouni Malinen <j@w1.fi>
4888 L:      hostap@shmoo.com (subscribers-only)
4889 L:      linux-wireless@vger.kernel.org
4890 W:      http://hostap.epitest.fi/
4891 S:      Maintained
4892 F:      drivers/net/wireless/hostap/
4893
4894 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4895 L:      platform-driver-x86@vger.kernel.org
4896 S:      Orphan
4897 F:      drivers/platform/x86/tc1100-wmi.c
4898
4899 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4900 M:      Jaroslav Kysela <perex@perex.cz>
4901 S:      Maintained
4902 F:      drivers/net/ethernet/hp/hp100.*
4903
4904 HPET:   High Precision Event Timers driver
4905 M:      Clemens Ladisch <clemens@ladisch.de>
4906 S:      Maintained
4907 F:      Documentation/timers/hpet.txt
4908 F:      drivers/char/hpet.c
4909 F:      include/linux/hpet.h
4910 F:      include/uapi/linux/hpet.h
4911
4912 HPET:   x86
4913 S:      Orphan
4914 F:      arch/x86/kernel/hpet.c
4915 F:      arch/x86/include/asm/hpet.h
4916
4917 HPFS FILESYSTEM
4918 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4919 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4920 S:      Maintained
4921 F:      fs/hpfs/
4922
4923 HSI SUBSYSTEM
4924 M:      Sebastian Reichel <sre@kernel.org>
4925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4926 S:      Maintained
4927 F:      Documentation/ABI/testing/sysfs-bus-hsi
4928 F:      Documentation/hsi.txt
4929 F:      drivers/hsi/
4930 F:      include/linux/hsi/
4931 F:      include/uapi/linux/hsi/
4932
4933 HSO 3G MODEM DRIVER
4934 M:      Jan Dumon <j.dumon@option.com>
4935 W:      http://www.pharscape.org
4936 S:      Maintained
4937 F:      drivers/net/usb/hso.c
4938
4939 HSR NETWORK PROTOCOL
4940 M:      Arvid Brodin <arvid.brodin@alten.se>
4941 L:      netdev@vger.kernel.org
4942 S:      Maintained
4943 F:      net/hsr/
4944
4945 HTCPEN TOUCHSCREEN DRIVER
4946 M:      Pau Oliva Fora <pof@eslack.org>
4947 L:      linux-input@vger.kernel.org
4948 S:      Maintained
4949 F:      drivers/input/touchscreen/htcpen.c
4950
4951 HUGETLB FILESYSTEM
4952 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4953 S:      Maintained
4954 F:      fs/hugetlbfs/
4955
4956 Hyper-V CORE AND DRIVERS
4957 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4958 M:      Haiyang Zhang <haiyangz@microsoft.com>
4959 L:      devel@linuxdriverproject.org
4960 S:      Maintained
4961 F:      arch/x86/include/asm/mshyperv.h
4962 F:      arch/x86/include/uapi/asm/hyperv.h
4963 F:      arch/x86/kernel/cpu/mshyperv.c
4964 F:      drivers/hid/hid-hyperv.c
4965 F:      drivers/hv/
4966 F:      drivers/input/serio/hyperv-keyboard.c
4967 F:      drivers/net/hyperv/
4968 F:      drivers/scsi/storvsc_drv.c
4969 F:      drivers/video/fbdev/hyperv_fb.c
4970 F:      include/linux/hyperv.h
4971 F:      tools/hv/
4972 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4973
4974 I2C OVER PARALLEL PORT
4975 M:      Jean Delvare <jdelvare@suse.com>
4976 L:      linux-i2c@vger.kernel.org
4977 S:      Maintained
4978 F:      Documentation/i2c/busses/i2c-parport
4979 F:      Documentation/i2c/busses/i2c-parport-light
4980 F:      drivers/i2c/busses/i2c-parport.c
4981 F:      drivers/i2c/busses/i2c-parport-light.c
4982
4983 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4984 M:      Jean Delvare <jdelvare@suse.com>
4985 L:      linux-i2c@vger.kernel.org
4986 S:      Maintained
4987 F:      Documentation/i2c/busses/i2c-ali1535
4988 F:      Documentation/i2c/busses/i2c-ali1563
4989 F:      Documentation/i2c/busses/i2c-ali15x3
4990 F:      Documentation/i2c/busses/i2c-amd756
4991 F:      Documentation/i2c/busses/i2c-amd8111
4992 F:      Documentation/i2c/busses/i2c-i801
4993 F:      Documentation/i2c/busses/i2c-nforce2
4994 F:      Documentation/i2c/busses/i2c-piix4
4995 F:      Documentation/i2c/busses/i2c-sis5595
4996 F:      Documentation/i2c/busses/i2c-sis630
4997 F:      Documentation/i2c/busses/i2c-sis96x
4998 F:      Documentation/i2c/busses/i2c-via
4999 F:      Documentation/i2c/busses/i2c-viapro
5000 F:      drivers/i2c/busses/i2c-ali1535.c
5001 F:      drivers/i2c/busses/i2c-ali1563.c
5002 F:      drivers/i2c/busses/i2c-ali15x3.c
5003 F:      drivers/i2c/busses/i2c-amd756.c
5004 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5005 F:      drivers/i2c/busses/i2c-amd8111.c
5006 F:      drivers/i2c/busses/i2c-i801.c
5007 F:      drivers/i2c/busses/i2c-isch.c
5008 F:      drivers/i2c/busses/i2c-nforce2.c
5009 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5010 F:      drivers/i2c/busses/i2c-piix4.c
5011 F:      drivers/i2c/busses/i2c-sis5595.c
5012 F:      drivers/i2c/busses/i2c-sis630.c
5013 F:      drivers/i2c/busses/i2c-sis96x.c
5014 F:      drivers/i2c/busses/i2c-via.c
5015 F:      drivers/i2c/busses/i2c-viapro.c
5016
5017 I2C/SMBUS ISMT DRIVER
5018 M:      Seth Heasley <seth.heasley@intel.com>
5019 M:      Neil Horman <nhorman@tuxdriver.com>
5020 L:      linux-i2c@vger.kernel.org
5021 F:      drivers/i2c/busses/i2c-ismt.c
5022 F:      Documentation/i2c/busses/i2c-ismt
5023
5024 I2C/SMBUS STUB DRIVER
5025 M:      Jean Delvare <jdelvare@suse.com>
5026 L:      linux-i2c@vger.kernel.org
5027 S:      Maintained
5028 F:      drivers/i2c/i2c-stub.c
5029
5030 I2C SUBSYSTEM
5031 M:      Wolfram Sang <wsa@the-dreams.de>
5032 L:      linux-i2c@vger.kernel.org
5033 W:      https://i2c.wiki.kernel.org/
5034 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5036 S:      Maintained
5037 F:      Documentation/devicetree/bindings/i2c/
5038 F:      Documentation/i2c/
5039 F:      drivers/i2c/
5040 F:      include/linux/i2c.h
5041 F:      include/linux/i2c-*.h
5042 F:      include/uapi/linux/i2c.h
5043 F:      include/uapi/linux/i2c-*.h
5044
5045 I2C ACPI SUPPORT
5046 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5047 L:      linux-i2c@vger.kernel.org
5048 L:      linux-acpi@vger.kernel.org
5049 S:      Maintained
5050
5051 I2C-TAOS-EVM DRIVER
5052 M:      Jean Delvare <jdelvare@suse.com>
5053 L:      linux-i2c@vger.kernel.org
5054 S:      Maintained
5055 F:      Documentation/i2c/busses/i2c-taos-evm
5056 F:      drivers/i2c/busses/i2c-taos-evm.c
5057
5058 I2C-TINY-USB DRIVER
5059 M:      Till Harbaum <till@harbaum.org>
5060 L:      linux-i2c@vger.kernel.org
5061 W:      http://www.harbaum.org/till/i2c_tiny_usb
5062 S:      Maintained
5063 F:      drivers/i2c/busses/i2c-tiny-usb.c
5064
5065 i386 BOOT CODE
5066 M:      "H. Peter Anvin" <hpa@zytor.com>
5067 S:      Maintained
5068 F:      arch/x86/boot/
5069
5070 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5071 M:      "H. Peter Anvin" <hpa@zytor.com>
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5073 S:      Maintained
5074
5075 IA64 (Itanium) PLATFORM
5076 M:      Tony Luck <tony.luck@intel.com>
5077 M:      Fenghua Yu <fenghua.yu@intel.com>
5078 L:      linux-ia64@vger.kernel.org
5079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5080 S:      Maintained
5081 F:      arch/ia64/
5082
5083 IBM Power VMX Cryptographic instructions
5084 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5085 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5086 L:      linux-crypto@vger.kernel.org
5087 S:      Supported
5088 F:      drivers/crypto/vmx/Makefile
5089 F:      drivers/crypto/vmx/Kconfig
5090 F:      drivers/crypto/vmx/vmx.c
5091 F:      drivers/crypto/vmx/aes*
5092 F:      drivers/crypto/vmx/ghash*
5093 F:      drivers/crypto/vmx/ppc-xlate.pl
5094
5095 IBM Power in-Nest Crypto Acceleration
5096 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5097 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5098 L:      linux-crypto@vger.kernel.org
5099 S:      Supported
5100 F:      drivers/crypto/nx/Makefile
5101 F:      drivers/crypto/nx/Kconfig
5102 F:      drivers/crypto/nx/nx-aes*
5103 F:      drivers/crypto/nx/nx-sha*
5104 F:      drivers/crypto/nx/nx.*
5105 F:      drivers/crypto/nx/nx_csbcpb.h
5106 F:      drivers/crypto/nx/nx_debugfs.h
5107
5108 IBM Power 842 compression accelerator
5109 M:      Dan Streetman <ddstreet@ieee.org>
5110 S:      Supported
5111 F:      drivers/crypto/nx/Makefile
5112 F:      drivers/crypto/nx/Kconfig
5113 F:      drivers/crypto/nx/nx-842*
5114 F:      include/linux/sw842.h
5115 F:      crypto/842.c
5116 F:      lib/842/
5117
5118 IBM Power Linux RAID adapter
5119 M:      Brian King <brking@us.ibm.com>
5120 S:      Supported
5121 F:      drivers/scsi/ipr.*
5122
5123 IBM Power Virtual Ethernet Device Driver
5124 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5125 L:      netdev@vger.kernel.org
5126 S:      Supported
5127 F:      drivers/net/ethernet/ibm/ibmveth.*
5128
5129 IBM Power Virtual SCSI Device Drivers
5130 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5131 L:      linux-scsi@vger.kernel.org
5132 S:      Supported
5133 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5134 F:      drivers/scsi/ibmvscsi/viosrp.h
5135
5136 IBM Power Virtual FC Device Drivers
5137 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5138 L:      linux-scsi@vger.kernel.org
5139 S:      Supported
5140 F:      drivers/scsi/ibmvscsi/ibmvfc*
5141
5142 IBM ServeRAID RAID DRIVER
5143 S:      Orphan
5144 F:      drivers/scsi/ips.*
5145
5146 ICH LPC AND GPIO DRIVER
5147 M:      Peter Tyser <ptyser@xes-inc.com>
5148 S:      Maintained
5149 F:      drivers/mfd/lpc_ich.c
5150 F:      drivers/gpio/gpio-ich.c
5151
5152 IDE SUBSYSTEM
5153 M:      "David S. Miller" <davem@davemloft.net>
5154 L:      linux-ide@vger.kernel.org
5155 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5157 S:      Maintained
5158 F:      Documentation/ide/
5159 F:      drivers/ide/
5160 F:      include/linux/ide.h
5161
5162 IDEAPAD LAPTOP EXTRAS DRIVER
5163 M:      Ike Panhc <ike.pan@canonical.com>
5164 L:      platform-driver-x86@vger.kernel.org
5165 W:      http://launchpad.net/ideapad-laptop
5166 S:      Maintained
5167 F:      drivers/platform/x86/ideapad-laptop.c
5168
5169 IDEAPAD LAPTOP SLIDEBAR DRIVER
5170 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5171 L:      linux-input@vger.kernel.org
5172 W:      https://github.com/o2genum/ideapad-slidebar
5173 S:      Maintained
5174 F:      drivers/input/misc/ideapad_slidebar.c
5175
5176 IDE/ATAPI DRIVERS
5177 M:      Borislav Petkov <bp@alien8.de>
5178 L:      linux-ide@vger.kernel.org
5179 S:      Maintained
5180 F:      Documentation/cdrom/ide-cd
5181 F:      drivers/ide/ide-cd*
5182
5183 IDLE-I7300
5184 M:      Andy Henroid <andrew.d.henroid@intel.com>
5185 L:      linux-pm@vger.kernel.org
5186 S:      Supported
5187 F:      drivers/idle/i7300_idle.c
5188
5189 IEEE 802.15.4 SUBSYSTEM
5190 M:      Alexander Aring <alex.aring@gmail.com>
5191 L:      linux-wpan@vger.kernel.org
5192 W:      https://github.com/linux-wpan
5193 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5194 S:      Maintained
5195 F:      net/ieee802154/
5196 F:      net/mac802154/
5197 F:      drivers/net/ieee802154/
5198 F:      include/linux/nl802154.h
5199 F:      include/linux/ieee802154.h
5200 F:      include/net/nl802154.h
5201 F:      include/net/mac802154.h
5202 F:      include/net/af_ieee802154.h
5203 F:      include/net/cfg802154.h
5204 F:      include/net/ieee802154_netdev.h
5205 F:      Documentation/networking/ieee802154.txt
5206
5207 IGORPLUG-USB IR RECEIVER
5208 M:      Sean Young <sean@mess.org>
5209 L:      linux-media@vger.kernel.org
5210 S:      Maintained
5211 F:      drivers/media/rc/igorplugusb.c
5212
5213 IGUANAWORKS USB IR TRANSCEIVER
5214 M:      Sean Young <sean@mess.org>
5215 L:      linux-media@vger.kernel.org
5216 S:      Maintained
5217 F:      drivers/media/rc/iguanair.c
5218
5219 IIO SUBSYSTEM AND DRIVERS
5220 M:      Jonathan Cameron <jic23@kernel.org>
5221 R:      Hartmut Knaack <knaack.h@gmx.de>
5222 R:      Lars-Peter Clausen <lars@metafoo.de>
5223 R:      Peter Meerwald <pmeerw@pmeerw.net>
5224 L:      linux-iio@vger.kernel.org
5225 S:      Maintained
5226 F:      drivers/iio/
5227 F:      drivers/staging/iio/
5228 F:      include/linux/iio/
5229 F:      tools/iio/
5230
5231 IKANOS/ADI EAGLE ADSL USB DRIVER
5232 M:      Matthieu Castet <castet.matthieu@free.fr>
5233 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5234 S:      Maintained
5235 F:      drivers/usb/atm/ueagle-atm.c
5236
5237 INA209 HARDWARE MONITOR DRIVER
5238 M:      Guenter Roeck <linux@roeck-us.net>
5239 L:      lm-sensors@lm-sensors.org
5240 S:      Maintained
5241 F:      Documentation/hwmon/ina209
5242 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5243 F:      drivers/hwmon/ina209.c
5244
5245 INA2XX HARDWARE MONITOR DRIVER
5246 M:      Guenter Roeck <linux@roeck-us.net>
5247 L:      lm-sensors@lm-sensors.org
5248 S:      Maintained
5249 F:      Documentation/hwmon/ina2xx
5250 F:      drivers/hwmon/ina2xx.c
5251 F:      include/linux/platform_data/ina2xx.h
5252
5253 INDUSTRY PACK SUBSYSTEM (IPACK)
5254 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5255 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5256 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5257 L:      industrypack-devel@lists.sourceforge.net
5258 W:      http://industrypack.sourceforge.net
5259 S:      Maintained
5260 F:      drivers/ipack/
5261
5262 INGENIC JZ4780 DMA Driver
5263 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5264 S:      Maintained
5265 F:      drivers/dma/dma-jz4780.c
5266
5267 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5268 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5269 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5270 L:      linux-ima-devel@lists.sourceforge.net
5271 L:      linux-ima-user@lists.sourceforge.net
5272 L:      linux-security-module@vger.kernel.org
5273 S:      Supported
5274 F:      security/integrity/ima/
5275
5276 IMGTEC IR DECODER DRIVER
5277 M:      James Hogan <james.hogan@imgtec.com>
5278 S:      Maintained
5279 F:      drivers/media/rc/img-ir/
5280
5281 IMS TWINTURBO FRAMEBUFFER DRIVER
5282 L:      linux-fbdev@vger.kernel.org
5283 S:      Orphan
5284 F:      drivers/video/fbdev/imsttfb.c
5285
5286 INFINIBAND SUBSYSTEM
5287 M:      Doug Ledford <dledford@redhat.com>
5288 M:      Sean Hefty <sean.hefty@intel.com>
5289 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5290 L:      linux-rdma@vger.kernel.org
5291 W:      http://www.openfabrics.org/
5292 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5294 S:      Supported
5295 F:      Documentation/infiniband/
5296 F:      drivers/infiniband/
5297 F:      include/uapi/linux/if_infiniband.h
5298 F:      include/uapi/rdma/
5299 F:      include/rdma/
5300
5301 INOTIFY
5302 M:      John McCutchan <john@johnmccutchan.com>
5303 M:      Robert Love <rlove@rlove.org>
5304 M:      Eric Paris <eparis@parisplace.org>
5305 S:      Maintained
5306 F:      Documentation/filesystems/inotify.txt
5307 F:      fs/notify/inotify/
5308 F:      include/linux/inotify.h
5309 F:      include/uapi/linux/inotify.h
5310
5311 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5312 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5313 L:      linux-input@vger.kernel.org
5314 Q:      http://patchwork.kernel.org/project/linux-input/list/
5315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5316 S:      Maintained
5317 F:      drivers/input/
5318 F:      include/linux/input.h
5319 F:      include/uapi/linux/input.h
5320 F:      include/linux/input/
5321
5322 INPUT MULTITOUCH (MT) PROTOCOL
5323 M:      Henrik Rydberg <rydberg@bitmath.org>
5324 L:      linux-input@vger.kernel.org
5325 S:      Odd fixes
5326 F:      Documentation/input/multi-touch-protocol.txt
5327 F:      drivers/input/input-mt.c
5328 K:      \b(ABS|SYN)_MT_
5329
5330 INTEL ASoC BDW/HSW DRIVERS
5331 M:      Jie Yang <yang.jie@linux.intel.com>
5332 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5333 S:      Supported
5334 F:      sound/soc/intel/common/sst-dsp*
5335 F:      sound/soc/intel/common/sst-firmware.c
5336 F:      sound/soc/intel/boards/broadwell.c
5337 F:      sound/soc/intel/haswell/
5338
5339 INTEL C600 SERIES SAS CONTROLLER DRIVER
5340 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5341 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5342 L:      linux-scsi@vger.kernel.org
5343 T:      git git://git.code.sf.net/p/intel-sas/isci
5344 S:      Supported
5345 F:      drivers/scsi/isci/
5346
5347 INTEL IDLE DRIVER
5348 M:      Len Brown <lenb@kernel.org>
5349 L:      linux-pm@vger.kernel.org
5350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5351 S:      Supported
5352 F:      drivers/idle/intel_idle.c
5353
5354 INTEL PSTATE DRIVER
5355 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5356 L:      linux-pm@vger.kernel.org
5357 S:      Supported
5358 F:      drivers/cpufreq/intel_pstate.c
5359
5360 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5361 M:      Maik Broemme <mbroemme@plusserver.de>
5362 L:      linux-fbdev@vger.kernel.org
5363 S:      Maintained
5364 F:      Documentation/fb/intelfb.txt
5365 F:      drivers/video/fbdev/intelfb/
5366
5367 INTEL 810/815 FRAMEBUFFER DRIVER
5368 M:      Antonino Daplas <adaplas@gmail.com>
5369 L:      linux-fbdev@vger.kernel.org
5370 S:      Maintained
5371 F:      drivers/video/fbdev/i810/
5372
5373 INTEL MENLOW THERMAL DRIVER
5374 M:      Sujith Thomas <sujith.thomas@intel.com>
5375 L:      platform-driver-x86@vger.kernel.org
5376 W:      https://01.org/linux-acpi
5377 S:      Supported
5378 F:      drivers/platform/x86/intel_menlow.c
5379
5380 INTEL IA32 MICROCODE UPDATE SUPPORT
5381 M:      Borislav Petkov <bp@alien8.de>
5382 S:      Maintained
5383 F:      arch/x86/kernel/cpu/microcode/core*
5384 F:      arch/x86/kernel/cpu/microcode/intel*
5385
5386 INTEL I/OAT DMA DRIVER
5387 M:      Dave Jiang <dave.jiang@intel.com>
5388 R:      Dan Williams <dan.j.williams@intel.com>
5389 L:      dmaengine@vger.kernel.org
5390 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5391 S:      Supported
5392 F:      drivers/dma/ioat*
5393
5394 INTEL IOMMU (VT-d)
5395 M:      David Woodhouse <dwmw2@infradead.org>
5396 L:      iommu@lists.linux-foundation.org
5397 T:      git git://git.infradead.org/iommu-2.6.git
5398 S:      Supported
5399 F:      drivers/iommu/intel-iommu.c
5400 F:      include/linux/intel-iommu.h
5401
5402 INTEL IOP-ADMA DMA DRIVER
5403 R:      Dan Williams <dan.j.williams@intel.com>
5404 S:      Odd fixes
5405 F:      drivers/dma/iop-adma.c
5406
5407 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5408 M:      Krzysztof Halasa <khalasa@piap.pl>
5409 S:      Maintained
5410 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5411 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5412 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5413 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5414 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5415 F:      drivers/net/wan/ixp4xx_hss.c
5416
5417 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5418 M:      Deepak Saxena <dsaxena@plexity.net>
5419 S:      Maintained
5420 F:      drivers/char/hw_random/ixp4xx-rng.c
5421
5422 INTEL ETHERNET DRIVERS
5423 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5424 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5425 R:      Shannon Nelson <shannon.nelson@intel.com>
5426 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5427 R:      Don Skidmore <donald.c.skidmore@intel.com>
5428 R:      Matthew Vick <matthew.vick@intel.com>
5429 R:      John Ronciak <john.ronciak@intel.com>
5430 R:      Mitch Williams <mitch.a.williams@intel.com>
5431 L:      intel-wired-lan@lists.osuosl.org
5432 W:      http://www.intel.com/support/feedback.htm
5433 W:      http://e1000.sourceforge.net/
5434 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5437 S:      Supported
5438 F:      Documentation/networking/e100.txt
5439 F:      Documentation/networking/e1000.txt
5440 F:      Documentation/networking/e1000e.txt
5441 F:      Documentation/networking/igb.txt
5442 F:      Documentation/networking/igbvf.txt
5443 F:      Documentation/networking/ixgb.txt
5444 F:      Documentation/networking/ixgbe.txt
5445 F:      Documentation/networking/ixgbevf.txt
5446 F:      Documentation/networking/i40e.txt
5447 F:      Documentation/networking/i40evf.txt
5448 F:      drivers/net/ethernet/intel/
5449 F:      drivers/net/ethernet/intel/*/
5450
5451 INTEL-MID GPIO DRIVER
5452 M:      David Cohen <david.a.cohen@linux.intel.com>
5453 L:      linux-gpio@vger.kernel.org
5454 S:      Maintained
5455 F:      drivers/gpio/gpio-intel-mid.c
5456
5457 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5458 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5459 L:      linux-wireless@vger.kernel.org
5460 S:      Maintained
5461 F:      Documentation/networking/README.ipw2100
5462 F:      Documentation/networking/README.ipw2200
5463 F:      drivers/net/wireless/ipw2x00/
5464
5465 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5466 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5467 M:      Gang Wei <gang.wei@intel.com>
5468 M:      Shane Wang <shane.wang@intel.com>
5469 L:      tboot-devel@lists.sourceforge.net
5470 W:      http://tboot.sourceforge.net
5471 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5472 S:      Supported
5473 F:      Documentation/intel_txt.txt
5474 F:      include/linux/tboot.h
5475 F:      arch/x86/kernel/tboot.c
5476
5477 INTEL WIRELESS WIMAX CONNECTION 2400
5478 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5479 M:      linux-wimax@intel.com
5480 L:      wimax@linuxwimax.org (subscribers-only)
5481 S:      Supported
5482 W:      http://linuxwimax.org
5483 F:      Documentation/wimax/README.i2400m
5484 F:      drivers/net/wimax/i2400m/
5485 F:      include/uapi/linux/wimax/i2400m.h
5486
5487 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5488 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5489 L:      linux-wireless@vger.kernel.org
5490 S:      Supported
5491 F:      drivers/net/wireless/iwlegacy/
5492
5493 INTEL WIRELESS WIFI LINK (iwlwifi)
5494 M:      Johannes Berg <johannes.berg@intel.com>
5495 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5496 M:      Intel Linux Wireless <ilw@linux.intel.com>
5497 L:      linux-wireless@vger.kernel.org
5498 W:      http://intellinuxwireless.org
5499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5500 S:      Supported
5501 F:      drivers/net/wireless/iwlwifi/
5502
5503 INTEL MANAGEMENT ENGINE (mei)
5504 M:      Tomas Winkler <tomas.winkler@intel.com>
5505 L:      linux-kernel@vger.kernel.org
5506 S:      Supported
5507 F:      include/uapi/linux/mei.h
5508 F:      include/linux/mei_cl_bus.h
5509 F:      drivers/misc/mei/*
5510 F:      Documentation/misc-devices/mei/*
5511
5512 INTEL PMC IPC DRIVER
5513 M:      Zha Qipeng<qipeng.zha@intel.com>
5514 L:      platform-driver-x86@vger.kernel.org
5515 S:      Maintained
5516 F:      drivers/platform/x86/intel_pmc_ipc.c
5517 F:      arch/x86/include/asm/intel_pmc_ipc.h
5518
5519 IOC3 ETHERNET DRIVER
5520 M:      Ralf Baechle <ralf@linux-mips.org>
5521 L:      linux-mips@linux-mips.org
5522 S:      Maintained
5523 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5524
5525 IOC3 SERIAL DRIVER
5526 M:      Pat Gefre <pfg@sgi.com>
5527 L:      linux-serial@vger.kernel.org
5528 S:      Maintained
5529 F:      drivers/tty/serial/ioc3_serial.c
5530
5531 IOMMU DRIVERS
5532 M:      Joerg Roedel <joro@8bytes.org>
5533 L:      iommu@lists.linux-foundation.org
5534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5535 S:      Maintained
5536 F:      drivers/iommu/
5537
5538 IP MASQUERADING
5539 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5540 S:      Maintained
5541 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5542
5543 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5544 M:      Francois Romieu <romieu@fr.zoreil.com>
5545 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5546 L:      netdev@vger.kernel.org
5547 S:      Maintained
5548 F:      drivers/net/ethernet/icplus/ipg.*
5549
5550 IPATH DRIVER
5551 M:      Mike Marciniszyn <infinipath@intel.com>
5552 L:      linux-rdma@vger.kernel.org
5553 S:      Maintained
5554 F:      drivers/infiniband/hw/ipath/
5555
5556 IPMI SUBSYSTEM
5557 M:      Corey Minyard <minyard@acm.org>
5558 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5559 W:      http://openipmi.sourceforge.net/
5560 S:      Supported
5561 F:      Documentation/IPMI.txt
5562 F:      drivers/char/ipmi/
5563 F:      include/linux/ipmi*
5564 F:      include/uapi/linux/ipmi*
5565
5566 QCOM AUDIO (ASoC) DRIVERS
5567 M:      Patrick Lai <plai@codeaurora.org>
5568 M:      Banajit Goswami <bgoswami@codeaurora.org>
5569 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5570 S:      Supported
5571 F:      sound/soc/qcom/
5572
5573 IPS SCSI RAID DRIVER
5574 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5575 L:      linux-scsi@vger.kernel.org
5576 W:      http://www.adaptec.com/
5577 S:      Maintained
5578 F:      drivers/scsi/ips*
5579
5580 IPVS
5581 M:      Wensong Zhang <wensong@linux-vs.org>
5582 M:      Simon Horman <horms@verge.net.au>
5583 M:      Julian Anastasov <ja@ssi.bg>
5584 L:      netdev@vger.kernel.org
5585 L:      lvs-devel@vger.kernel.org
5586 S:      Maintained
5587 F:      Documentation/networking/ipvs-sysctl.txt
5588 F:      include/net/ip_vs.h
5589 F:      include/uapi/linux/ip_vs.h
5590 F:      net/netfilter/ipvs/
5591
5592 IPWIRELESS DRIVER
5593 M:      Jiri Kosina <jikos@kernel.org>
5594 M:      David Sterba <dsterba@suse.com>
5595 S:      Odd Fixes
5596 F:      drivers/tty/ipwireless/
5597
5598 IPX NETWORK LAYER
5599 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5600 L:      netdev@vger.kernel.org
5601 S:      Maintained
5602 F:      include/net/ipx.h
5603 F:      include/uapi/linux/ipx.h
5604 F:      net/ipx/
5605
5606 IRDA SUBSYSTEM
5607 M:      Samuel Ortiz <samuel@sortiz.org>
5608 L:      irda-users@lists.sourceforge.net (subscribers-only)
5609 L:      netdev@vger.kernel.org
5610 W:      http://irda.sourceforge.net/
5611 S:      Maintained
5612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5613 F:      Documentation/networking/irda.txt
5614 F:      drivers/net/irda/
5615 F:      include/net/irda/
5616 F:      net/irda/
5617
5618 IRQ SUBSYSTEM
5619 M:      Thomas Gleixner <tglx@linutronix.de>
5620 L:      linux-kernel@vger.kernel.org
5621 S:      Maintained
5622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5623 F:      kernel/irq/
5624
5625 IRQCHIP DRIVERS
5626 M:      Thomas Gleixner <tglx@linutronix.de>
5627 M:      Jason Cooper <jason@lakedaemon.net>
5628 M:      Marc Zyngier <marc.zyngier@arm.com>
5629 L:      linux-kernel@vger.kernel.org
5630 S:      Maintained
5631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5632 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5633 F:      Documentation/devicetree/bindings/interrupt-controller/
5634 F:      drivers/irqchip/
5635
5636 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5637 M:      Jiang Liu <jiang.liu@linux.intel.com>
5638 M:      Marc Zyngier <marc.zyngier@arm.com>
5639 S:      Maintained
5640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5641 F:      Documentation/IRQ-domain.txt
5642 F:      include/linux/irqdomain.h
5643 F:      kernel/irq/irqdomain.c
5644 F:      kernel/irq/msi.c
5645
5646 ISAPNP
5647 M:      Jaroslav Kysela <perex@perex.cz>
5648 S:      Maintained
5649 F:      Documentation/isapnp.txt
5650 F:      drivers/pnp/isapnp/
5651 F:      include/linux/isapnp.h
5652
5653 ISA RADIO MODULE
5654 M:      Hans Verkuil <hverkuil@xs4all.nl>
5655 L:      linux-media@vger.kernel.org
5656 T:      git git://linuxtv.org/media_tree.git
5657 W:      http://linuxtv.org
5658 S:      Maintained
5659 F:      drivers/media/radio/radio-isa*
5660
5661 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5662 M:      Peter Jones <pjones@redhat.com>
5663 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5664 S:      Maintained
5665 F:      drivers/firmware/iscsi_ibft*
5666
5667 ISCSI
5668 M:      Mike Christie <michaelc@cs.wisc.edu>
5669 L:      open-iscsi@googlegroups.com
5670 W:      www.open-iscsi.org
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5672 S:      Maintained
5673 F:      drivers/scsi/*iscsi*
5674 F:      include/scsi/*iscsi*
5675
5676 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5677 M:      Or Gerlitz <ogerlitz@mellanox.com>
5678 M:      Sagi Grimberg <sagig@mellanox.com>
5679 M:      Roi Dayan <roid@mellanox.com>
5680 L:      linux-rdma@vger.kernel.org
5681 S:      Supported
5682 W:      http://www.openfabrics.org
5683 W:      www.open-iscsi.org
5684 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5685 F:      drivers/infiniband/ulp/iser/
5686
5687 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5688 M:      Sagi Grimberg <sagig@mellanox.com>
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5690 L:      linux-rdma@vger.kernel.org
5691 L:      target-devel@vger.kernel.org
5692 S:      Supported
5693 W:      http://www.linux-iscsi.org
5694 F:      drivers/infiniband/ulp/isert
5695
5696 ISDN SUBSYSTEM
5697 M:      Karsten Keil <isdn@linux-pingi.de>
5698 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5699 L:      netdev@vger.kernel.org
5700 W:      http://www.isdn4linux.de
5701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5702 S:      Maintained
5703 F:      Documentation/isdn/
5704 F:      drivers/isdn/
5705 F:      include/linux/isdn.h
5706 F:      include/linux/isdn/
5707 F:      include/uapi/linux/isdn.h
5708 F:      include/uapi/linux/isdn/
5709
5710 ISDN SUBSYSTEM (Eicon active card driver)
5711 M:      Armin Schindler <mac@melware.de>
5712 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5713 W:      http://www.melware.de
5714 S:      Maintained
5715 F:      drivers/isdn/hardware/eicon/
5716
5717 IT87 HARDWARE MONITORING DRIVER
5718 M:      Jean Delvare <jdelvare@suse.com>
5719 L:      lm-sensors@lm-sensors.org
5720 S:      Maintained
5721 F:      Documentation/hwmon/it87
5722 F:      drivers/hwmon/it87.c
5723
5724 IT913X MEDIA DRIVER
5725 M:      Antti Palosaari <crope@iki.fi>
5726 L:      linux-media@vger.kernel.org
5727 W:      http://linuxtv.org/
5728 W:      http://palosaari.fi/linux/
5729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5730 T:      git git://linuxtv.org/anttip/media_tree.git
5731 S:      Maintained
5732 F:      drivers/media/tuners/it913x*
5733
5734 IVTV VIDEO4LINUX DRIVER
5735 M:      Andy Walls <awalls@md.metrocast.net>
5736 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5737 L:      linux-media@vger.kernel.org
5738 T:      git git://linuxtv.org/media_tree.git
5739 W:      http://www.ivtvdriver.org
5740 S:      Maintained
5741 F:      Documentation/video4linux/*.ivtv
5742 F:      drivers/media/pci/ivtv/
5743 F:      include/uapi/linux/ivtv*
5744
5745 IX2505V MEDIA DRIVER
5746 M:      Malcolm Priestley <tvboxspy@gmail.com>
5747 L:      linux-media@vger.kernel.org
5748 W:      http://linuxtv.org/
5749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5750 S:      Maintained
5751 F:      drivers/media/dvb-frontends/ix2505v*
5752
5753 JC42.4 TEMPERATURE SENSOR DRIVER
5754 M:      Guenter Roeck <linux@roeck-us.net>
5755 L:      lm-sensors@lm-sensors.org
5756 S:      Maintained
5757 F:      drivers/hwmon/jc42.c
5758 F:      Documentation/hwmon/jc42
5759
5760 JFS FILESYSTEM
5761 M:      Dave Kleikamp <shaggy@kernel.org>
5762 L:      jfs-discussion@lists.sourceforge.net
5763 W:      http://jfs.sourceforge.net/
5764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5765 S:      Maintained
5766 F:      Documentation/filesystems/jfs.txt
5767 F:      fs/jfs/
5768
5769 JME NETWORK DRIVER
5770 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5771 L:      netdev@vger.kernel.org
5772 S:      Maintained
5773 F:      drivers/net/ethernet/jme.*
5774
5775 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5776 M:      David Woodhouse <dwmw2@infradead.org>
5777 L:      linux-mtd@lists.infradead.org
5778 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5779 S:      Maintained
5780 F:      fs/jffs2/
5781 F:      include/uapi/linux/jffs2.h
5782
5783 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5784 M:      "Theodore Ts'o" <tytso@mit.edu>
5785 M:      Jan Kara <jack@suse.com>
5786 L:      linux-ext4@vger.kernel.org
5787 S:      Maintained
5788 F:      fs/jbd2/
5789 F:      include/linux/jbd2.h
5790
5791 JSM Neo PCI based serial card
5792 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5793 L:      linux-serial@vger.kernel.org
5794 S:      Maintained
5795 F:      drivers/tty/serial/jsm/
5796
5797 K10TEMP HARDWARE MONITORING DRIVER
5798 M:      Clemens Ladisch <clemens@ladisch.de>
5799 L:      lm-sensors@lm-sensors.org
5800 S:      Maintained
5801 F:      Documentation/hwmon/k10temp
5802 F:      drivers/hwmon/k10temp.c
5803
5804 K8TEMP HARDWARE MONITORING DRIVER
5805 M:      Rudolf Marek <r.marek@assembler.cz>
5806 L:      lm-sensors@lm-sensors.org
5807 S:      Maintained
5808 F:      Documentation/hwmon/k8temp
5809 F:      drivers/hwmon/k8temp.c
5810
5811 KCONFIG
5812 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5813 L:      linux-kbuild@vger.kernel.org
5814 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5815 S:      Maintained
5816 F:      Documentation/kbuild/kconfig-language.txt
5817 F:      scripts/kconfig/
5818
5819 KDUMP
5820 M:      Vivek Goyal <vgoyal@redhat.com>
5821 M:      Haren Myneni <hbabu@us.ibm.com>
5822 L:      kexec@lists.infradead.org
5823 W:      http://lse.sourceforge.net/kdump/
5824 S:      Maintained
5825 F:      Documentation/kdump/
5826
5827 KEENE FM RADIO TRANSMITTER DRIVER
5828 M:      Hans Verkuil <hverkuil@xs4all.nl>
5829 L:      linux-media@vger.kernel.org
5830 T:      git git://linuxtv.org/media_tree.git
5831 W:      http://linuxtv.org
5832 S:      Maintained
5833 F:      drivers/media/radio/radio-keene*
5834
5835 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5836 M:      Ian Kent <raven@themaw.net>
5837 L:      autofs@vger.kernel.org
5838 S:      Maintained
5839 F:      fs/autofs4/
5840
5841 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5842 M:      Michal Marek <mmarek@suse.com>
5843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5845 L:      linux-kbuild@vger.kernel.org
5846 S:      Maintained
5847 F:      Documentation/kbuild/
5848 F:      Makefile
5849 F:      scripts/Makefile.*
5850 F:      scripts/basic/
5851 F:      scripts/mk*
5852 F:      scripts/package/
5853
5854 KERNEL JANITORS
5855 L:      kernel-janitors@vger.kernel.org
5856 W:      http://kernelnewbies.org/KernelJanitors
5857 S:      Odd Fixes
5858
5859 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5860 M:      "J. Bruce Fields" <bfields@fieldses.org>
5861 M:      Jeff Layton <jlayton@poochiereds.net>
5862 L:      linux-nfs@vger.kernel.org
5863 W:      http://nfs.sourceforge.net/
5864 S:      Supported
5865 F:      fs/nfsd/
5866 F:      include/uapi/linux/nfsd/
5867 F:      fs/lockd/
5868 F:      fs/nfs_common/
5869 F:      net/sunrpc/
5870 F:      include/linux/lockd/
5871 F:      include/linux/sunrpc/
5872 F:      include/uapi/linux/sunrpc/
5873
5874 KERNEL SELFTEST FRAMEWORK
5875 M:      Shuah Khan <shuahkh@osg.samsung.com>
5876 L:      linux-api@vger.kernel.org
5877 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5878 S:      Maintained
5879 F:      tools/testing/selftests
5880
5881 KERNEL VIRTUAL MACHINE (KVM)
5882 M:      Gleb Natapov <gleb@kernel.org>
5883 M:      Paolo Bonzini <pbonzini@redhat.com>
5884 L:      kvm@vger.kernel.org
5885 W:      http://www.linux-kvm.org
5886 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5887 S:      Supported
5888 F:      Documentation/*/kvm*.txt
5889 F:      Documentation/virtual/kvm/
5890 F:      arch/*/kvm/
5891 F:      arch/x86/kernel/kvm.c
5892 F:      arch/x86/kernel/kvmclock.c
5893 F:      arch/*/include/asm/kvm*
5894 F:      include/linux/kvm*
5895 F:      include/uapi/linux/kvm*
5896 F:      virt/kvm/
5897
5898 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5899 M:      Joerg Roedel <joro@8bytes.org>
5900 L:      kvm@vger.kernel.org
5901 W:      http://kvm.qumranet.com
5902 S:      Maintained
5903 F:      arch/x86/include/asm/svm.h
5904 F:      arch/x86/kvm/svm.c
5905
5906 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5907 M:      Alexander Graf <agraf@suse.com>
5908 L:      kvm-ppc@vger.kernel.org
5909 W:      http://kvm.qumranet.com
5910 T:      git git://github.com/agraf/linux-2.6.git
5911 S:      Supported
5912 F:      arch/powerpc/include/asm/kvm*
5913 F:      arch/powerpc/kvm/
5914
5915 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5916 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5917 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5918 L:      linux-s390@vger.kernel.org
5919 W:      http://www.ibm.com/developerworks/linux/linux390/
5920 S:      Supported
5921 F:      Documentation/s390/kvm.txt
5922 F:      arch/s390/include/asm/kvm*
5923 F:      arch/s390/kvm/
5924
5925 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5926 M:      Christoffer Dall <christoffer.dall@linaro.org>
5927 M:      Marc Zyngier <marc.zyngier@arm.com>
5928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5929 L:      kvmarm@lists.cs.columbia.edu
5930 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5931 S:      Supported
5932 F:      arch/arm/include/uapi/asm/kvm*
5933 F:      arch/arm/include/asm/kvm*
5934 F:      arch/arm/kvm/
5935 F:      virt/kvm/arm/
5936 F:      include/kvm/arm_*
5937
5938 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5939 M:      Christoffer Dall <christoffer.dall@linaro.org>
5940 M:      Marc Zyngier <marc.zyngier@arm.com>
5941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5942 L:      kvmarm@lists.cs.columbia.edu
5943 S:      Maintained
5944 F:      arch/arm64/include/uapi/asm/kvm*
5945 F:      arch/arm64/include/asm/kvm*
5946 F:      arch/arm64/kvm/
5947
5948 KEXEC
5949 M:      Eric Biederman <ebiederm@xmission.com>
5950 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5951 L:      kexec@lists.infradead.org
5952 S:      Maintained
5953 F:      include/linux/kexec.h
5954 F:      include/uapi/linux/kexec.h
5955 F:      kernel/kexec.c
5956
5957 KEYS/KEYRINGS:
5958 M:      David Howells <dhowells@redhat.com>
5959 L:      keyrings@linux-nfs.org
5960 S:      Maintained
5961 F:      Documentation/security/keys.txt
5962 F:      include/linux/key.h
5963 F:      include/linux/key-type.h
5964 F:      include/keys/
5965 F:      security/keys/
5966
5967 KEYS-TRUSTED
5968 M:      David Safford <safford@us.ibm.com>
5969 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5970 L:      linux-security-module@vger.kernel.org
5971 L:      keyrings@linux-nfs.org
5972 S:      Supported
5973 F:      Documentation/security/keys-trusted-encrypted.txt
5974 F:      include/keys/trusted-type.h
5975 F:      security/keys/trusted.c
5976 F:      security/keys/trusted.h
5977
5978 KEYS-ENCRYPTED
5979 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5980 M:      David Safford <safford@us.ibm.com>
5981 L:      linux-security-module@vger.kernel.org
5982 L:      keyrings@linux-nfs.org
5983 S:      Supported
5984 F:      Documentation/security/keys-trusted-encrypted.txt
5985 F:      include/keys/encrypted-type.h
5986 F:      security/keys/encrypted-keys/
5987
5988 KGDB / KDB /debug_core
5989 M:      Jason Wessel <jason.wessel@windriver.com>
5990 W:      http://kgdb.wiki.kernel.org/
5991 L:      kgdb-bugreport@lists.sourceforge.net
5992 S:      Maintained
5993 F:      Documentation/DocBook/kgdb.tmpl
5994 F:      drivers/misc/kgdbts.c
5995 F:      drivers/tty/serial/kgdboc.c
5996 F:      include/linux/kdb.h
5997 F:      include/linux/kgdb.h
5998 F:      kernel/debug/
5999
6000 KMEMCHECK
6001 M:      Vegard Nossum <vegardno@ifi.uio.no>
6002 M:      Pekka Enberg <penberg@kernel.org>
6003 S:      Maintained
6004 F:      Documentation/kmemcheck.txt
6005 F:      arch/x86/include/asm/kmemcheck.h
6006 F:      arch/x86/mm/kmemcheck/
6007 F:      include/linux/kmemcheck.h
6008 F:      mm/kmemcheck.c
6009
6010 KMEMLEAK
6011 M:      Catalin Marinas <catalin.marinas@arm.com>
6012 S:      Maintained
6013 F:      Documentation/kmemleak.txt
6014 F:      include/linux/kmemleak.h
6015 F:      mm/kmemleak.c
6016 F:      mm/kmemleak-test.c
6017
6018 KPROBES
6019 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6020 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6021 M:      "David S. Miller" <davem@davemloft.net>
6022 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6023 S:      Maintained
6024 F:      Documentation/kprobes.txt
6025 F:      include/linux/kprobes.h
6026 F:      kernel/kprobes.c
6027
6028 KS0108 LCD CONTROLLER DRIVER
6029 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6030 W:      http://miguelojeda.es/auxdisplay.htm
6031 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6032 S:      Maintained
6033 F:      Documentation/auxdisplay/ks0108
6034 F:      drivers/auxdisplay/ks0108.c
6035 F:      include/linux/ks0108.h
6036
6037 LAPB module
6038 L:      linux-x25@vger.kernel.org
6039 S:      Orphan
6040 F:      Documentation/networking/lapb-module.txt
6041 F:      include/*/lapb.h
6042 F:      net/lapb/
6043
6044 LASI 53c700 driver for PARISC
6045 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6046 L:      linux-scsi@vger.kernel.org
6047 S:      Maintained
6048 F:      Documentation/scsi/53c700.txt
6049 F:      drivers/scsi/53c700*
6050
6051 LED SUBSYSTEM
6052 M:      Richard Purdie <rpurdie@rpsys.net>
6053 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6054 L:      linux-leds@vger.kernel.org
6055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6056 S:      Maintained
6057 F:      drivers/leds/
6058 F:      include/linux/leds.h
6059
6060 LEGACY EEPROM DRIVER
6061 M:      Jean Delvare <jdelvare@suse.com>
6062 S:      Maintained
6063 F:      Documentation/misc-devices/eeprom
6064 F:      drivers/misc/eeprom/eeprom.c
6065
6066 LEGO USB Tower driver
6067 M:      Juergen Stuber <starblue@users.sourceforge.net>
6068 L:      legousb-devel@lists.sourceforge.net
6069 W:      http://legousb.sourceforge.net/
6070 S:      Maintained
6071 F:      drivers/usb/misc/legousbtower.c
6072
6073 LG2160 MEDIA DRIVER
6074 M:      Michael Krufky <mkrufky@linuxtv.org>
6075 L:      linux-media@vger.kernel.org
6076 W:      http://linuxtv.org/
6077 W:      http://github.com/mkrufky
6078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6079 T:      git git://linuxtv.org/mkrufky/tuners.git
6080 S:      Maintained
6081 F:      drivers/media/dvb-frontends/lg2160.*
6082
6083 LGDT3305 MEDIA DRIVER
6084 M:      Michael Krufky <mkrufky@linuxtv.org>
6085 L:      linux-media@vger.kernel.org
6086 W:      http://linuxtv.org/
6087 W:      http://github.com/mkrufky
6088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6089 T:      git git://linuxtv.org/mkrufky/tuners.git
6090 S:      Maintained
6091 F:      drivers/media/dvb-frontends/lgdt3305.*
6092
6093 LGUEST
6094 M:      Rusty Russell <rusty@rustcorp.com.au>
6095 L:      lguest@lists.ozlabs.org
6096 W:      http://lguest.ozlabs.org/
6097 S:      Odd Fixes
6098 F:      arch/x86/include/asm/lguest*.h
6099 F:      arch/x86/lguest/
6100 F:      drivers/lguest/
6101 F:      include/linux/lguest*.h
6102 F:      tools/lguest/
6103
6104 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6105 M:      Tejun Heo <tj@kernel.org>
6106 L:      linux-ide@vger.kernel.org
6107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6108 S:      Maintained
6109 F:      drivers/ata/
6110 F:      include/linux/ata.h
6111 F:      include/linux/libata.h
6112
6113 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6114 M:      Viresh Kumar <vireshk@kernel.org>
6115 L:      linux-ide@vger.kernel.org
6116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6117 S:      Maintained
6118 F:      include/linux/pata_arasan_cf_data.h
6119 F:      drivers/ata/pata_arasan_cf.c
6120
6121 LIBATA PATA DRIVERS
6122 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6123 M:      Tejun Heo <tj@kernel.org>
6124 L:      linux-ide@vger.kernel.org
6125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6126 S:      Maintained
6127 F:      drivers/ata/pata_*.c
6128 F:      drivers/ata/ata_generic.c
6129
6130 LIBATA SATA AHCI PLATFORM devices support
6131 M:      Hans de Goede <hdegoede@redhat.com>
6132 M:      Tejun Heo <tj@kernel.org>
6133 L:      linux-ide@vger.kernel.org
6134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6135 S:      Maintained
6136 F:      drivers/ata/ahci_platform.c
6137 F:      drivers/ata/libahci_platform.c
6138 F:      include/linux/ahci_platform.h
6139
6140 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6141 M:      Mikael Pettersson <mikpelinux@gmail.com>
6142 L:      linux-ide@vger.kernel.org
6143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6144 S:      Maintained
6145 F:      drivers/ata/sata_promise.*
6146
6147 LIBLOCKDEP
6148 M:      Sasha Levin <sasha.levin@oracle.com>
6149 S:      Maintained
6150 F:      tools/lib/lockdep/
6151
6152 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6153 M:      Dan Williams <dan.j.williams@intel.com>
6154 L:      linux-nvdimm@lists.01.org
6155 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6156 S:      Supported
6157 F:      drivers/nvdimm/*
6158 F:      include/linux/nd.h
6159 F:      include/linux/libnvdimm.h
6160 F:      include/uapi/linux/ndctl.h
6161
6162 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6163 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6164 L:      linux-nvdimm@lists.01.org
6165 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6166 S:      Supported
6167 F:      drivers/nvdimm/blk.c
6168 F:      drivers/nvdimm/region_devs.c
6169 F:      drivers/acpi/nfit*
6170
6171 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6172 M:      Vishal Verma <vishal.l.verma@intel.com>
6173 L:      linux-nvdimm@lists.01.org
6174 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6175 S:      Supported
6176 F:      drivers/nvdimm/btt*
6177
6178 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6179 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6180 L:      linux-nvdimm@lists.01.org
6181 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6182 S:      Supported
6183 F:      drivers/nvdimm/pmem.c
6184 F:      include/linux/pmem.h
6185
6186 LINUX FOR IBM pSERIES (RS/6000)
6187 M:      Paul Mackerras <paulus@au.ibm.com>
6188 W:      http://www.ibm.com/linux/ltc/projects/ppc
6189 S:      Supported
6190 F:      arch/powerpc/boot/rs6000.h
6191
6192 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6193 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6194 M:      Paul Mackerras <paulus@samba.org>
6195 M:      Michael Ellerman <mpe@ellerman.id.au>
6196 W:      http://www.penguinppc.org/
6197 L:      linuxppc-dev@lists.ozlabs.org
6198 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6200 S:      Supported
6201 F:      Documentation/powerpc/
6202 F:      arch/powerpc/
6203
6204 LINUX FOR POWER MACINTOSH
6205 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6206 W:      http://www.penguinppc.org/
6207 L:      linuxppc-dev@lists.ozlabs.org
6208 S:      Maintained
6209 F:      arch/powerpc/platforms/powermac/
6210 F:      drivers/macintosh/
6211
6212 LINUX FOR POWERPC EMBEDDED MPC5XXX
6213 M:      Anatolij Gustschin <agust@denx.de>
6214 L:      linuxppc-dev@lists.ozlabs.org
6215 T:      git git://git.denx.de/linux-denx-agust.git
6216 S:      Maintained
6217 F:      arch/powerpc/platforms/512x/
6218 F:      arch/powerpc/platforms/52xx/
6219
6220 LINUX FOR POWERPC EMBEDDED PPC4XX
6221 M:      Alistair Popple <alistair@popple.id.au>
6222 M:      Matt Porter <mporter@kernel.crashing.org>
6223 W:      http://www.penguinppc.org/
6224 L:      linuxppc-dev@lists.ozlabs.org
6225 S:      Maintained
6226 F:      arch/powerpc/platforms/40x/
6227 F:      arch/powerpc/platforms/44x/
6228
6229 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6230 L:      linuxppc-dev@lists.ozlabs.org
6231 S:      Orphan
6232 F:      arch/powerpc/*/*virtex*
6233 F:      arch/powerpc/*/*/*virtex*
6234
6235 LINUX FOR POWERPC EMBEDDED PPC8XX
6236 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6237 W:      http://www.penguinppc.org/
6238 L:      linuxppc-dev@lists.ozlabs.org
6239 S:      Maintained
6240 F:      arch/powerpc/platforms/8xx/
6241
6242 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6243 M:      Scott Wood <scottwood@freescale.com>
6244 M:      Kumar Gala <galak@kernel.crashing.org>
6245 W:      http://www.penguinppc.org/
6246 L:      linuxppc-dev@lists.ozlabs.org
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6248 S:      Maintained
6249 F:      arch/powerpc/platforms/83xx/
6250 F:      arch/powerpc/platforms/85xx/
6251
6252 LINUX FOR POWERPC PA SEMI PWRFICIENT
6253 M:      Olof Johansson <olof@lixom.net>
6254 L:      linuxppc-dev@lists.ozlabs.org
6255 S:      Maintained
6256 F:      arch/powerpc/platforms/pasemi/
6257 F:      drivers/*/*pasemi*
6258 F:      drivers/*/*/*pasemi*
6259
6260 LINUX SECURITY MODULE (LSM) FRAMEWORK
6261 M:      Chris Wright <chrisw@sous-sol.org>
6262 L:      linux-security-module@vger.kernel.org
6263 S:      Supported
6264
6265 LIS3LV02D ACCELEROMETER DRIVER
6266 M:      Eric Piel <eric.piel@tremplin-utc.net>
6267 S:      Maintained
6268 F:      Documentation/misc-devices/lis3lv02d
6269 F:      drivers/misc/lis3lv02d/
6270 F:      drivers/platform/x86/hp_accel.c
6271
6272 LIVE PATCHING
6273 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6274 M:      Seth Jennings <sjenning@redhat.com>
6275 M:      Jiri Kosina <jikos@kernel.org>
6276 M:      Vojtech Pavlik <vojtech@suse.com>
6277 S:      Maintained
6278 F:      kernel/livepatch/
6279 F:      include/linux/livepatch.h
6280 F:      arch/x86/include/asm/livepatch.h
6281 F:      arch/x86/kernel/livepatch.c
6282 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6283 F:      samples/livepatch/
6284 L:      live-patching@vger.kernel.org
6285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6286
6287 LLC (802.2)
6288 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6289 S:      Maintained
6290 F:      include/linux/llc.h
6291 F:      include/uapi/linux/llc.h
6292 F:      include/net/llc*
6293 F:      net/llc/
6294
6295 LM73 HARDWARE MONITOR DRIVER
6296 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6297 L:      lm-sensors@lm-sensors.org
6298 S:      Maintained
6299 F:      drivers/hwmon/lm73.c
6300
6301 LM78 HARDWARE MONITOR DRIVER
6302 M:      Jean Delvare <jdelvare@suse.com>
6303 L:      lm-sensors@lm-sensors.org
6304 S:      Maintained
6305 F:      Documentation/hwmon/lm78
6306 F:      drivers/hwmon/lm78.c
6307
6308 LM83 HARDWARE MONITOR DRIVER
6309 M:      Jean Delvare <jdelvare@suse.com>
6310 L:      lm-sensors@lm-sensors.org
6311 S:      Maintained
6312 F:      Documentation/hwmon/lm83
6313 F:      drivers/hwmon/lm83.c
6314
6315 LM90 HARDWARE MONITOR DRIVER
6316 M:      Jean Delvare <jdelvare@suse.com>
6317 L:      lm-sensors@lm-sensors.org
6318 S:      Maintained
6319 F:      Documentation/hwmon/lm90
6320 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6321 F:      drivers/hwmon/lm90.c
6322
6323 LM95234 HARDWARE MONITOR DRIVER
6324 M:      Guenter Roeck <linux@roeck-us.net>
6325 L:      lm-sensors@lm-sensors.org
6326 S:      Maintained
6327 F:      Documentation/hwmon/lm95234
6328 F:      drivers/hwmon/lm95234.c
6329
6330 LME2510 MEDIA DRIVER
6331 M:      Malcolm Priestley <tvboxspy@gmail.com>
6332 L:      linux-media@vger.kernel.org
6333 W:      http://linuxtv.org/
6334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6335 S:      Maintained
6336 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6337
6338 LOCKDEP AND LOCKSTAT
6339 M:      Peter Zijlstra <peterz@infradead.org>
6340 M:      Ingo Molnar <mingo@redhat.com>
6341 L:      linux-kernel@vger.kernel.org
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6343 S:      Maintained
6344 F:      Documentation/locking/lockdep*.txt
6345 F:      Documentation/locking/lockstat.txt
6346 F:      include/linux/lockdep.h
6347 F:      kernel/locking/
6348
6349 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6350 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6351 L:      linux-ntfs-dev@lists.sourceforge.net
6352 W:      http://www.linux-ntfs.org/content/view/19/37/
6353 S:      Maintained
6354 F:      Documentation/ldm.txt
6355 F:      block/partitions/ldm.*
6356
6357 LogFS
6358 M:      Joern Engel <joern@logfs.org>
6359 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6360 L:      logfs@logfs.org
6361 W:      logfs.org
6362 S:      Maintained
6363 F:      fs/logfs/
6364
6365 LPC32XX MACHINE SUPPORT
6366 M:      Roland Stigge <stigge@antcom.de>
6367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6368 S:      Maintained
6369 F:      arch/arm/mach-lpc32xx/
6370
6371 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6372 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6373 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6374 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6375 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6376 L:      MPT-FusionLinux.pdl@avagotech.com
6377 L:      linux-scsi@vger.kernel.org
6378 W:      http://www.lsilogic.com/support
6379 S:      Supported
6380 F:      drivers/message/fusion/
6381 F:      drivers/scsi/mpt2sas/
6382 F:      drivers/scsi/mpt3sas/
6383
6384 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6385 M:      Matthew Wilcox <matthew@wil.cx>
6386 L:      linux-scsi@vger.kernel.org
6387 S:      Maintained
6388 F:      drivers/scsi/sym53c8xx_2/
6389
6390 LTC4261 HARDWARE MONITOR DRIVER
6391 M:      Guenter Roeck <linux@roeck-us.net>
6392 L:      lm-sensors@lm-sensors.org
6393 S:      Maintained
6394 F:      Documentation/hwmon/ltc4261
6395 F:      drivers/hwmon/ltc4261.c
6396
6397 LTP (Linux Test Project)
6398 M:      Mike Frysinger <vapier@gentoo.org>
6399 M:      Cyril Hrubis <chrubis@suse.cz>
6400 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6401 M:      Jan Stancek <jstancek@redhat.com>
6402 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6403 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6404 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6405 W:      http://linux-test-project.github.io/
6406 T:      git git://github.com/linux-test-project/ltp.git
6407 S:      Maintained
6408
6409 M32R ARCHITECTURE
6410 W:      http://www.linux-m32r.org/
6411 S:      Orphan
6412 F:      arch/m32r/
6413
6414 M68K ARCHITECTURE
6415 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6416 L:      linux-m68k@lists.linux-m68k.org
6417 W:      http://www.linux-m68k.org/
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6419 S:      Maintained
6420 F:      arch/m68k/
6421 F:      drivers/zorro/
6422
6423 M68K ON APPLE MACINTOSH
6424 M:      Joshua Thompson <funaho@jurai.org>
6425 W:      http://www.mac.linux-m68k.org/
6426 L:      linux-m68k@lists.linux-m68k.org
6427 S:      Maintained
6428 F:      arch/m68k/mac/
6429
6430 M68K ON HP9000/300
6431 M:      Philip Blundell <philb@gnu.org>
6432 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6433 S:      Maintained
6434 F:      arch/m68k/hp300/
6435
6436 M88DS3103 MEDIA DRIVER
6437 M:      Antti Palosaari <crope@iki.fi>
6438 L:      linux-media@vger.kernel.org
6439 W:      http://linuxtv.org/
6440 W:      http://palosaari.fi/linux/
6441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6442 T:      git git://linuxtv.org/anttip/media_tree.git
6443 S:      Maintained
6444 F:      drivers/media/dvb-frontends/m88ds3103*
6445
6446 M88RS2000 MEDIA DRIVER
6447 M:      Malcolm Priestley <tvboxspy@gmail.com>
6448 L:      linux-media@vger.kernel.org
6449 W:      http://linuxtv.org/
6450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6451 S:      Maintained
6452 F:      drivers/media/dvb-frontends/m88rs2000*
6453
6454 MA901 MASTERKIT USB FM RADIO DRIVER
6455 M:      Alexey Klimov <klimov.linux@gmail.com>
6456 L:      linux-media@vger.kernel.org
6457 T:      git git://linuxtv.org/media_tree.git
6458 S:      Maintained
6459 F:      drivers/media/radio/radio-ma901.c
6460
6461 MAC80211
6462 M:      Johannes Berg <johannes@sipsolutions.net>
6463 L:      linux-wireless@vger.kernel.org
6464 W:      http://wireless.kernel.org/
6465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6467 S:      Maintained
6468 F:      Documentation/networking/mac80211-injection.txt
6469 F:      include/net/mac80211.h
6470 F:      net/mac80211/
6471
6472 MACVLAN DRIVER
6473 M:      Patrick McHardy <kaber@trash.net>
6474 L:      netdev@vger.kernel.org
6475 S:      Maintained
6476 F:      drivers/net/macvlan.c
6477 F:      include/linux/if_macvlan.h
6478
6479 MAILBOX API
6480 M:      Jassi Brar <jassisinghbrar@gmail.com>
6481 L:      linux-kernel@vger.kernel.org
6482 S:      Maintained
6483 F:      drivers/mailbox/
6484 F:      include/linux/mailbox_client.h
6485 F:      include/linux/mailbox_controller.h
6486
6487 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6488 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6489 W:      http://www.kernel.org/doc/man-pages
6490 L:      linux-man@vger.kernel.org
6491 S:      Maintained
6492
6493 MARVELL ARMADA DRM SUPPORT
6494 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6495 S:      Maintained
6496 F:      drivers/gpu/drm/armada/
6497
6498 MARVELL 88E6352 DSA support
6499 M:      Guenter Roeck <linux@roeck-us.net>
6500 S:      Maintained
6501 F:      drivers/net/dsa/mv88e6352.c
6502
6503 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6504 M:      Mirko Lindner <mlindner@marvell.com>
6505 M:      Stephen Hemminger <stephen@networkplumber.org>
6506 L:      netdev@vger.kernel.org
6507 S:      Maintained
6508 F:      drivers/net/ethernet/marvell/sk*
6509
6510 MARVELL LIBERTAS WIRELESS DRIVER
6511 L:      libertas-dev@lists.infradead.org
6512 S:      Orphan
6513 F:      drivers/net/wireless/libertas/
6514
6515 MARVELL MV643XX ETHERNET DRIVER
6516 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6517 L:      netdev@vger.kernel.org
6518 S:      Maintained
6519 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6520 F:      include/linux/mv643xx.h
6521
6522 MARVELL MVNETA ETHERNET DRIVER
6523 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6524 L:      netdev@vger.kernel.org
6525 S:      Maintained
6526 F:      drivers/net/ethernet/marvell/mvneta.*
6527
6528 MARVELL MWIFIEX WIRELESS DRIVER
6529 M:      Amitkumar Karwar <akarwar@marvell.com>
6530 M:      Nishant Sarmukadam <nishants@marvell.com>
6531 L:      linux-wireless@vger.kernel.org
6532 S:      Maintained
6533 F:      drivers/net/wireless/mwifiex/
6534
6535 MARVELL MWL8K WIRELESS DRIVER
6536 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6537 L:      linux-wireless@vger.kernel.org
6538 S:      Odd Fixes
6539 F:      drivers/net/wireless/mwl8k.c
6540
6541 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6542 M:      Nicolas Pitre <nico@fluxnic.net>
6543 S:      Odd Fixes
6544 F:      drivers/mmc/host/mvsdio.*
6545
6546 MATROX FRAMEBUFFER DRIVER
6547 L:      linux-fbdev@vger.kernel.org
6548 S:      Orphan
6549 F:      drivers/video/fbdev/matrox/matroxfb_*
6550 F:      include/uapi/linux/matroxfb.h
6551
6552 MAX16065 HARDWARE MONITOR DRIVER
6553 M:      Guenter Roeck <linux@roeck-us.net>
6554 L:      lm-sensors@lm-sensors.org
6555 S:      Maintained
6556 F:      Documentation/hwmon/max16065
6557 F:      drivers/hwmon/max16065.c
6558
6559 MAX20751 HARDWARE MONITOR DRIVER
6560 M:      Guenter Roeck <linux@roeck-us.net>
6561 L:      lm-sensors@lm-sensors.org
6562 S:      Maintained
6563 F:      Documentation/hwmon/max20751
6564 F:      drivers/hwmon/max20751.c
6565
6566 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6567 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6568 L:      lm-sensors@lm-sensors.org
6569 S:      Maintained
6570 F:      Documentation/hwmon/max6650
6571 F:      drivers/hwmon/max6650.c
6572
6573 MAX6697 HARDWARE MONITOR DRIVER
6574 M:      Guenter Roeck <linux@roeck-us.net>
6575 L:      lm-sensors@lm-sensors.org
6576 S:      Maintained
6577 F:      Documentation/hwmon/max6697
6578 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6579 F:      drivers/hwmon/max6697.c
6580 F:      include/linux/platform_data/max6697.h
6581
6582 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6583 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6584 L:      linux-pm@vger.kernel.org
6585 S:      Supported
6586 F:      drivers/power/max14577_charger.c
6587 F:      drivers/power/max77693_charger.c
6588
6589 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6590 M:      Chanwoo Choi <cw00.choi@samsung.com>
6591 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6592 L:      linux-kernel@vger.kernel.org
6593 S:      Supported
6594 F:      drivers/*/max14577.c
6595 F:      drivers/*/max77686.c
6596 F:      drivers/*/max77693.c
6597 F:      drivers/extcon/extcon-max14577.c
6598 F:      drivers/extcon/extcon-max77693.c
6599 F:      drivers/rtc/rtc-max77686.c
6600 F:      drivers/clk/clk-max77686.c
6601 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6602 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6603 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6604 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6605 F:      include/linux/mfd/max14577*.h
6606 F:      include/linux/mfd/max77686*.h
6607 F:      include/linux/mfd/max77693*.h
6608
6609 MAXIRADIO FM RADIO RECEIVER DRIVER
6610 M:      Hans Verkuil <hverkuil@xs4all.nl>
6611 L:      linux-media@vger.kernel.org
6612 T:      git git://linuxtv.org/media_tree.git
6613 W:      http://linuxtv.org
6614 S:      Maintained
6615 F:      drivers/media/radio/radio-maxiradio*
6616
6617 MEDIA DRIVERS FOR RENESAS - VSP1
6618 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6619 L:      linux-media@vger.kernel.org
6620 L:      linux-sh@vger.kernel.org
6621 T:      git git://linuxtv.org/media_tree.git
6622 S:      Supported
6623 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6624 F:      drivers/media/platform/vsp1/
6625
6626 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6627 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6628 P:      LinuxTV.org Project
6629 L:      linux-media@vger.kernel.org
6630 W:      http://linuxtv.org
6631 Q:      http://patchwork.kernel.org/project/linux-media/list/
6632 T:      git git://linuxtv.org/media_tree.git
6633 S:      Maintained
6634 F:      Documentation/dvb/
6635 F:      Documentation/video4linux/
6636 F:      Documentation/DocBook/media/
6637 F:      drivers/media/
6638 F:      drivers/staging/media/
6639 F:      include/media/
6640 F:      include/uapi/linux/dvb/
6641 F:      include/uapi/linux/videodev2.h
6642 F:      include/uapi/linux/media.h
6643 F:      include/uapi/linux/v4l2-*
6644 F:      include/uapi/linux/meye.h
6645 F:      include/uapi/linux/ivtv*
6646 F:      include/uapi/linux/uvcvideo.h
6647
6648 MEDIATEK MT7601U WIRELESS LAN DRIVER
6649 M:      Jakub Kicinski <kubakici@wp.pl>
6650 L:      linux-wireless@vger.kernel.org
6651 S:      Maintained
6652 F:      drivers/net/wireless/mediatek/mt7601u/
6653
6654 MEGARAID SCSI/SAS DRIVERS
6655 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6656 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6657 M:      Uday Lingala <uday.lingala@avagotech.com>
6658 L:      megaraidlinux.pdl@avagotech.com
6659 L:      linux-scsi@vger.kernel.org
6660 W:      http://www.lsi.com
6661 S:      Maintained
6662 F:      Documentation/scsi/megaraid.txt
6663 F:      drivers/scsi/megaraid.*
6664 F:      drivers/scsi/megaraid/
6665
6666 MELLANOX ETHERNET DRIVER (mlx4_en)
6667 M:      Amir Vadai <amirv@mellanox.com>
6668 M:      Ido Shamay <idos@mellanox.com>
6669 L:      netdev@vger.kernel.org
6670 S:      Supported
6671 W:      http://www.mellanox.com
6672 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6673 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6674
6675 MELLANOX ETHERNET SWITCH DRIVERS
6676 M:      Jiri Pirko <jiri@mellanox.com>
6677 M:      Ido Schimmel <idosch@mellanox.com>
6678 L:      netdev@vger.kernel.org
6679 S:      Supported
6680 W:      http://www.mellanox.com
6681 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6682 F:      drivers/net/ethernet/mellanox/mlxsw/
6683
6684 MEMORY MANAGEMENT
6685 L:      linux-mm@kvack.org
6686 W:      http://www.linux-mm.org
6687 S:      Maintained
6688 F:      include/linux/mm.h
6689 F:      include/linux/gfp.h
6690 F:      include/linux/mmzone.h
6691 F:      include/linux/memory_hotplug.h
6692 F:      include/linux/vmalloc.h
6693 F:      mm/
6694
6695 MEMORY TECHNOLOGY DEVICES (MTD)
6696 M:      David Woodhouse <dwmw2@infradead.org>
6697 M:      Brian Norris <computersforpeace@gmail.com>
6698 L:      linux-mtd@lists.infradead.org
6699 W:      http://www.linux-mtd.infradead.org/
6700 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6701 T:      git git://git.infradead.org/linux-mtd.git
6702 T:      git git://git.infradead.org/l2-mtd.git
6703 S:      Maintained
6704 F:      drivers/mtd/
6705 F:      include/linux/mtd/
6706 F:      include/uapi/mtd/
6707
6708 MEN A21 WATCHDOG DRIVER
6709 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6710 L:      linux-watchdog@vger.kernel.org
6711 S:      Maintained
6712 F:      drivers/watchdog/mena21_wdt.c
6713
6714 MEN CHAMELEON BUS (mcb)
6715 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6716 S:      Maintained
6717 F:      drivers/mcb/
6718 F:      include/linux/mcb.h
6719 F:      Documentation/men-chameleon-bus.txt
6720
6721 MEN F21BMC (Board Management Controller)
6722 M:      Andreas Werner <andreas.werner@men.de>
6723 S:      Supported
6724 F:      drivers/mfd/menf21bmc.c
6725 F:      drivers/watchdog/menf21bmc_wdt.c
6726 F:      drivers/leds/leds-menf21bmc.c
6727 F:      drivers/hwmon/menf21bmc_hwmon.c
6728 F:      Documentation/hwmon/menf21bmc
6729
6730 METAG ARCHITECTURE
6731 M:      James Hogan <james.hogan@imgtec.com>
6732 L:      linux-metag@vger.kernel.org
6733 S:      Supported
6734 F:      arch/metag/
6735 F:      Documentation/metag/
6736 F:      Documentation/devicetree/bindings/metag/
6737 F:      drivers/clocksource/metag_generic.c
6738 F:      drivers/irqchip/irq-metag.c
6739 F:      drivers/irqchip/irq-metag-ext.c
6740 F:      drivers/tty/metag_da.c
6741
6742 MICROBLAZE ARCHITECTURE
6743 M:      Michal Simek <monstr@monstr.eu>
6744 W:      http://www.monstr.eu/fdt/
6745 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6746 S:      Supported
6747 F:      arch/microblaze/
6748
6749 MICROTEK X6 SCANNER
6750 M:      Oliver Neukum <oliver@neukum.org>
6751 S:      Maintained
6752 F:      drivers/usb/image/microtek.*
6753
6754 MIPS
6755 M:      Ralf Baechle <ralf@linux-mips.org>
6756 L:      linux-mips@linux-mips.org
6757 W:      http://www.linux-mips.org/
6758 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6759 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6760 S:      Supported
6761 F:      Documentation/mips/
6762 F:      arch/mips/
6763
6764 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6765 M:      Hans Verkuil <hverkuil@xs4all.nl>
6766 L:      linux-media@vger.kernel.org
6767 T:      git git://linuxtv.org/media_tree.git
6768 W:      http://linuxtv.org
6769 S:      Odd Fixes
6770 F:      drivers/media/radio/radio-miropcm20*
6771
6772 Mellanox MLX5 core VPI driver
6773 M:      Eli Cohen <eli@mellanox.com>
6774 L:      netdev@vger.kernel.org
6775 L:      linux-rdma@vger.kernel.org
6776 W:      http://www.mellanox.com
6777 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6778 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6779 T:      git git://openfabrics.org/~eli/connect-ib.git
6780 S:      Supported
6781 F:      drivers/net/ethernet/mellanox/mlx5/core/
6782 F:      include/linux/mlx5/
6783
6784 Mellanox MLX5 IB driver
6785 M:      Eli Cohen <eli@mellanox.com>
6786 L:      linux-rdma@vger.kernel.org
6787 W:      http://www.mellanox.com
6788 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6789 T:      git git://openfabrics.org/~eli/connect-ib.git
6790 S:      Supported
6791 F:      include/linux/mlx5/
6792 F:      drivers/infiniband/hw/mlx5/
6793
6794 MN88472 MEDIA DRIVER
6795 M:      Antti Palosaari <crope@iki.fi>
6796 L:      linux-media@vger.kernel.org
6797 W:      http://linuxtv.org/
6798 W:      http://palosaari.fi/linux/
6799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6800 T:      git git://linuxtv.org/anttip/media_tree.git
6801 S:      Maintained
6802 F:      drivers/staging/media/mn88472/
6803 F:      drivers/media/dvb-frontends/mn88472.h
6804
6805 MN88473 MEDIA DRIVER
6806 M:      Antti Palosaari <crope@iki.fi>
6807 L:      linux-media@vger.kernel.org
6808 W:      http://linuxtv.org/
6809 W:      http://palosaari.fi/linux/
6810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6811 T:      git git://linuxtv.org/anttip/media_tree.git
6812 S:      Maintained
6813 F:      drivers/staging/media/mn88473/
6814 F:      drivers/media/dvb-frontends/mn88473.h
6815
6816 MODULE SUPPORT
6817 M:      Rusty Russell <rusty@rustcorp.com.au>
6818 S:      Maintained
6819 F:      include/linux/module.h
6820 F:      kernel/module.c
6821
6822 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6823 W:      http://popies.net/meye/
6824 S:      Orphan
6825 F:      Documentation/video4linux/meye.txt
6826 F:      drivers/media/pci/meye/
6827 F:      include/uapi/linux/meye.h
6828
6829 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6830 M:      Jiri Slaby <jirislaby@gmail.com>
6831 S:      Maintained
6832 F:      Documentation/serial/moxa-smartio
6833 F:      drivers/tty/mxser.*
6834
6835 MR800 AVERMEDIA USB FM RADIO DRIVER
6836 M:      Alexey Klimov <klimov.linux@gmail.com>
6837 L:      linux-media@vger.kernel.org
6838 T:      git git://linuxtv.org/media_tree.git
6839 S:      Maintained
6840 F:      drivers/media/radio/radio-mr800.c
6841
6842 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6843 M:      Alan Ott <alan@signal11.us>
6844 L:      linux-wpan@vger.kernel.org
6845 S:      Maintained
6846 F:      drivers/net/ieee802154/mrf24j40.c
6847
6848 MSI LAPTOP SUPPORT
6849 M:      "Lee, Chun-Yi" <jlee@suse.com>
6850 L:      platform-driver-x86@vger.kernel.org
6851 S:      Maintained
6852 F:      drivers/platform/x86/msi-laptop.c
6853
6854 MSI WMI SUPPORT
6855 L:      platform-driver-x86@vger.kernel.org
6856 S:      Orphan
6857 F:      drivers/platform/x86/msi-wmi.c
6858
6859 MSI001 MEDIA DRIVER
6860 M:      Antti Palosaari <crope@iki.fi>
6861 L:      linux-media@vger.kernel.org
6862 W:      http://linuxtv.org/
6863 W:      http://palosaari.fi/linux/
6864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6865 T:      git git://linuxtv.org/anttip/media_tree.git
6866 S:      Maintained
6867 F:      drivers/media/tuners/msi001*
6868
6869 MSI2500 MEDIA DRIVER
6870 M:      Antti Palosaari <crope@iki.fi>
6871 L:      linux-media@vger.kernel.org
6872 W:      http://linuxtv.org/
6873 W:      http://palosaari.fi/linux/
6874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6875 T:      git git://linuxtv.org/anttip/media_tree.git
6876 S:      Maintained
6877 F:      drivers/media/usb/msi2500/
6878
6879 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6880 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6881 L:      linux-mtd@lists.infradead.org
6882 S:      Maintained
6883 F:      drivers/mtd/devices/docg3*
6884
6885 MT9M032 APTINA SENSOR DRIVER
6886 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6887 L:      linux-media@vger.kernel.org
6888 T:      git git://linuxtv.org/media_tree.git
6889 S:      Maintained
6890 F:      drivers/media/i2c/mt9m032.c
6891 F:      include/media/mt9m032.h
6892
6893 MT9P031 APTINA CAMERA SENSOR
6894 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6895 L:      linux-media@vger.kernel.org
6896 T:      git git://linuxtv.org/media_tree.git
6897 S:      Maintained
6898 F:      drivers/media/i2c/mt9p031.c
6899 F:      include/media/mt9p031.h
6900
6901 MT9T001 APTINA CAMERA SENSOR
6902 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6903 L:      linux-media@vger.kernel.org
6904 T:      git git://linuxtv.org/media_tree.git
6905 S:      Maintained
6906 F:      drivers/media/i2c/mt9t001.c
6907 F:      include/media/mt9t001.h
6908
6909 MT9V032 APTINA CAMERA SENSOR
6910 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6911 L:      linux-media@vger.kernel.org
6912 T:      git git://linuxtv.org/media_tree.git
6913 S:      Maintained
6914 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6915 F:      drivers/media/i2c/mt9v032.c
6916 F:      include/media/mt9v032.h
6917
6918 MULTIFUNCTION DEVICES (MFD)
6919 M:      Samuel Ortiz <sameo@linux.intel.com>
6920 M:      Lee Jones <lee.jones@linaro.org>
6921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6922 S:      Supported
6923 F:      drivers/mfd/
6924 F:      include/linux/mfd/
6925
6926 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6927 M:      Ulf Hansson <ulf.hansson@linaro.org>
6928 L:      linux-mmc@vger.kernel.org
6929 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6930 S:      Maintained
6931 F:      drivers/mmc/
6932 F:      include/linux/mmc/
6933 F:      include/uapi/linux/mmc/
6934
6935 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6936 S:      Orphan
6937 F:      drivers/mmc/host/mmc_spi.c
6938 F:      include/linux/spi/mmc_spi.h
6939
6940 MULTISOUND SOUND DRIVER
6941 M:      Andrew Veliath <andrewtv@usa.net>
6942 S:      Maintained
6943 F:      Documentation/sound/oss/MultiSound
6944 F:      sound/oss/msnd*
6945
6946 MULTITECH MULTIPORT CARD (ISICOM)
6947 S:      Orphan
6948 F:      drivers/tty/isicom.c
6949 F:      include/linux/isicom.h
6950
6951 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6952 M:      Felipe Balbi <balbi@ti.com>
6953 L:      linux-usb@vger.kernel.org
6954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6955 S:      Maintained
6956 F:      drivers/usb/musb/
6957
6958 MXL5007T MEDIA DRIVER
6959 M:      Michael Krufky <mkrufky@linuxtv.org>
6960 L:      linux-media@vger.kernel.org
6961 W:      http://linuxtv.org/
6962 W:      http://github.com/mkrufky
6963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6964 T:      git git://linuxtv.org/mkrufky/tuners.git
6965 S:      Maintained
6966 F:      drivers/media/tuners/mxl5007t.*
6967
6968 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6969 M:      Hyong-Youb Kim <hykim@myri.com>
6970 L:      netdev@vger.kernel.org
6971 W:      https://www.myricom.com/support/downloads/myri10ge.html
6972 S:      Supported
6973 F:      drivers/net/ethernet/myricom/myri10ge/
6974
6975 NATSEMI ETHERNET DRIVER (DP8381x)
6976 S:      Orphan
6977 F:      drivers/net/ethernet/natsemi/natsemi.c
6978
6979 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6980 M:      Daniel Mack <zonque@gmail.com>
6981 S:      Maintained
6982 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6983 W:      http://www.native-instruments.com
6984 F:      sound/usb/caiaq/
6985
6986 NCP FILESYSTEM
6987 M:      Petr Vandrovec <petr@vandrovec.name>
6988 S:      Odd Fixes
6989 F:      fs/ncpfs/
6990
6991 NCR 5380 SCSI DRIVERS
6992 M:      Finn Thain <fthain@telegraphics.com.au>
6993 M:      Michael Schmitz <schmitzmic@gmail.com>
6994 L:      linux-scsi@vger.kernel.org
6995 S:      Maintained
6996 F:      Documentation/scsi/g_NCR5380.txt
6997 F:      drivers/scsi/NCR5380.*
6998 F:      drivers/scsi/arm/cumana_1.c
6999 F:      drivers/scsi/arm/oak.c
7000 F:      drivers/scsi/atari_NCR5380.c
7001 F:      drivers/scsi/atari_scsi.*
7002 F:      drivers/scsi/dmx3191d.c
7003 F:      drivers/scsi/dtc.*
7004 F:      drivers/scsi/g_NCR5380.*
7005 F:      drivers/scsi/g_NCR5380_mmio.c
7006 F:      drivers/scsi/mac_scsi.*
7007 F:      drivers/scsi/pas16.*
7008 F:      drivers/scsi/sun3_scsi.*
7009 F:      drivers/scsi/sun3_scsi_vme.c
7010 F:      drivers/scsi/t128.*
7011
7012 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7013 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7014 L:      linux-scsi@vger.kernel.org
7015 S:      Maintained
7016 F:      drivers/scsi/NCR_D700.*
7017
7018 NCT6775 HARDWARE MONITOR DRIVER
7019 M:      Guenter Roeck <linux@roeck-us.net>
7020 L:      lm-sensors@lm-sensors.org
7021 S:      Maintained
7022 F:      Documentation/hwmon/nct6775
7023 F:      drivers/hwmon/nct6775.c
7024
7025 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7026 M:      Faisal Latif <faisal.latif@intel.com>
7027 L:      linux-rdma@vger.kernel.org
7028 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7029 S:      Supported
7030 F:      drivers/infiniband/hw/nes/
7031
7032 NETEM NETWORK EMULATOR
7033 M:      Stephen Hemminger <stephen@networkplumber.org>
7034 L:      netem@lists.linux-foundation.org
7035 S:      Maintained
7036 F:      net/sched/sch_netem.c
7037
7038 NETERION 10GbE DRIVERS (s2io/vxge)
7039 M:      Jon Mason <jdmason@kudzu.us>
7040 L:      netdev@vger.kernel.org
7041 S:      Supported
7042 F:      Documentation/networking/s2io.txt
7043 F:      Documentation/networking/vxge.txt
7044 F:      drivers/net/ethernet/neterion/
7045
7046 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7047 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7048 M:      Patrick McHardy <kaber@trash.net>
7049 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7050 L:      netfilter-devel@vger.kernel.org
7051 L:      coreteam@netfilter.org
7052 W:      http://www.netfilter.org/
7053 W:      http://www.iptables.org/
7054 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7057 S:      Supported
7058 F:      include/linux/netfilter*
7059 F:      include/linux/netfilter/
7060 F:      include/net/netfilter/
7061 F:      include/uapi/linux/netfilter*
7062 F:      include/uapi/linux/netfilter/
7063 F:      net/*/netfilter.c
7064 F:      net/*/netfilter/
7065 F:      net/netfilter/
7066 F:      net/bridge/br_netfilter*.c
7067
7068 NETLABEL
7069 M:      Paul Moore <paul@paul-moore.com>
7070 W:      http://netlabel.sf.net
7071 L:      netdev@vger.kernel.org
7072 S:      Maintained
7073 F:      Documentation/netlabel/
7074 F:      include/net/netlabel.h
7075 F:      net/netlabel/
7076
7077 NETROM NETWORK LAYER
7078 M:      Ralf Baechle <ralf@linux-mips.org>
7079 L:      linux-hams@vger.kernel.org
7080 W:      http://www.linux-ax25.org/
7081 S:      Maintained
7082 F:      include/net/netrom.h
7083 F:      include/uapi/linux/netrom.h
7084 F:      net/netrom/
7085
7086 NETWORK BLOCK DEVICE (NBD)
7087 M:      Markus Pargmann <mpa@pengutronix.de>
7088 S:      Maintained
7089 L:      nbd-general@lists.sourceforge.net
7090 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7091 F:      Documentation/blockdev/nbd.txt
7092 F:      drivers/block/nbd.c
7093 F:      include/uapi/linux/nbd.h
7094
7095 NETWORK DROP MONITOR
7096 M:      Neil Horman <nhorman@tuxdriver.com>
7097 L:      netdev@vger.kernel.org
7098 S:      Maintained
7099 W:      https://fedorahosted.org/dropwatch/
7100 F:      net/core/drop_monitor.c
7101
7102 NETWORKING [GENERAL]
7103 M:      "David S. Miller" <davem@davemloft.net>
7104 L:      netdev@vger.kernel.org
7105 W:      http://www.linuxfoundation.org/en/Net
7106 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7109 S:      Maintained
7110 F:      net/
7111 F:      include/net/
7112 F:      include/linux/in.h
7113 F:      include/linux/net.h
7114 F:      include/linux/netdevice.h
7115 F:      include/uapi/linux/in.h
7116 F:      include/uapi/linux/net.h
7117 F:      include/uapi/linux/netdevice.h
7118 F:      include/uapi/linux/net_namespace.h
7119 F:      tools/net/
7120 F:      tools/testing/selftests/net/
7121 F:      lib/random32.c
7122 F:      lib/test_bpf.c
7123
7124 NETWORKING [IPv4/IPv6]
7125 M:      "David S. Miller" <davem@davemloft.net>
7126 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7127 M:      James Morris <jmorris@namei.org>
7128 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7129 M:      Patrick McHardy <kaber@trash.net>
7130 L:      netdev@vger.kernel.org
7131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7132 S:      Maintained
7133 F:      net/ipv4/
7134 F:      net/ipv6/
7135 F:      include/net/ip*
7136 F:      arch/x86/net/*
7137
7138 NETWORKING [IPSEC]
7139 M:      Steffen Klassert <steffen.klassert@secunet.com>
7140 M:      Herbert Xu <herbert@gondor.apana.org.au>
7141 M:      "David S. Miller" <davem@davemloft.net>
7142 L:      netdev@vger.kernel.org
7143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7145 S:      Maintained
7146 F:      net/core/flow.c
7147 F:      net/xfrm/
7148 F:      net/key/
7149 F:      net/ipv4/xfrm*
7150 F:      net/ipv4/esp4.c
7151 F:      net/ipv4/ah4.c
7152 F:      net/ipv4/ipcomp.c
7153 F:      net/ipv4/ip_vti.c
7154 F:      net/ipv6/xfrm*
7155 F:      net/ipv6/esp6.c
7156 F:      net/ipv6/ah6.c
7157 F:      net/ipv6/ipcomp6.c
7158 F:      net/ipv6/ip6_vti.c
7159 F:      include/uapi/linux/xfrm.h
7160 F:      include/net/xfrm.h
7161
7162 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7163 M:      Paul Moore <paul@paul-moore.com>
7164 L:      netdev@vger.kernel.org
7165 S:      Maintained
7166
7167 NETWORKING [WIRELESS]
7168 L:      linux-wireless@vger.kernel.org
7169 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7170
7171 NETWORKING DRIVERS
7172 L:      netdev@vger.kernel.org
7173 W:      http://www.linuxfoundation.org/en/Net
7174 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7177 S:      Odd Fixes
7178 F:      drivers/net/
7179 F:      include/linux/if_*
7180 F:      include/linux/netdevice.h
7181 F:      include/linux/arcdevice.h
7182 F:      include/linux/etherdevice.h
7183 F:      include/linux/fcdevice.h
7184 F:      include/linux/fddidevice.h
7185 F:      include/linux/hippidevice.h
7186 F:      include/linux/inetdevice.h
7187 F:      include/uapi/linux/if_*
7188 F:      include/uapi/linux/netdevice.h
7189
7190 NETWORKING DRIVERS (WIRELESS)
7191 M:      Kalle Valo <kvalo@codeaurora.org>
7192 L:      linux-wireless@vger.kernel.org
7193 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7195 S:      Maintained
7196 F:      drivers/net/wireless/
7197
7198 NETXEN (1/10) GbE SUPPORT
7199 M:      Manish Chopra <manish.chopra@qlogic.com>
7200 M:      Sony Chacko <sony.chacko@qlogic.com>
7201 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7202 L:      netdev@vger.kernel.org
7203 W:      http://www.qlogic.com
7204 S:      Supported
7205 F:      drivers/net/ethernet/qlogic/netxen/
7206
7207 NFC SUBSYSTEM
7208 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7209 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7210 M:      Samuel Ortiz <sameo@linux.intel.com>
7211 L:      linux-wireless@vger.kernel.org
7212 L:      linux-nfc@lists.01.org (subscribers-only)
7213 S:      Supported
7214 F:      net/nfc/
7215 F:      include/net/nfc/
7216 F:      include/uapi/linux/nfc.h
7217 F:      drivers/nfc/
7218 F:      include/linux/platform_data/pn544.h
7219 F:      Documentation/devicetree/bindings/net/nfc/
7220
7221 NFS, SUNRPC, AND LOCKD CLIENTS
7222 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7223 M:      Anna Schumaker <anna.schumaker@netapp.com>
7224 L:      linux-nfs@vger.kernel.org
7225 W:      http://client.linux-nfs.org
7226 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7227 S:      Maintained
7228 F:      fs/lockd/
7229 F:      fs/nfs/
7230 F:      fs/nfs_common/
7231 F:      net/sunrpc/
7232 F:      include/linux/lockd/
7233 F:      include/linux/nfs*
7234 F:      include/linux/sunrpc/
7235 F:      include/uapi/linux/nfs*
7236 F:      include/uapi/linux/sunrpc/
7237
7238 NILFS2 FILESYSTEM
7239 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7240 L:      linux-nilfs@vger.kernel.org
7241 W:      http://nilfs.sourceforge.net/
7242 T:      git git://github.com/konis/nilfs2.git
7243 S:      Supported
7244 F:      Documentation/filesystems/nilfs2.txt
7245 F:      fs/nilfs2/
7246 F:      include/linux/nilfs2_fs.h
7247
7248 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7249 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7250 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7251 S:      Maintained
7252 F:      Documentation/scsi/NinjaSCSI.txt
7253 F:      drivers/scsi/pcmcia/nsp_*
7254
7255 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7256 M:      GOTO Masanori <gotom@debian.or.jp>
7257 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7258 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7259 S:      Maintained
7260 F:      Documentation/scsi/NinjaSCSI.txt
7261 F:      drivers/scsi/nsp32*
7262
7263 NIOS2 ARCHITECTURE
7264 M:      Ley Foon Tan <lftan@altera.com>
7265 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7266 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7267 S:      Maintained
7268 F:      arch/nios2/
7269
7270 NOKIA N900 POWER SUPPLY DRIVERS
7271 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7272 S:      Maintained
7273 F:      include/linux/power/bq2415x_charger.h
7274 F:      include/linux/power/bq27x00_battery.h
7275 F:      include/linux/power/isp1704_charger.h
7276 F:      drivers/power/bq2415x_charger.c
7277 F:      drivers/power/bq27x00_battery.c
7278 F:      drivers/power/isp1704_charger.c
7279 F:      drivers/power/rx51_battery.c
7280
7281 NTB DRIVER CORE
7282 M:      Jon Mason <jdmason@kudzu.us>
7283 M:      Dave Jiang <dave.jiang@intel.com>
7284 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7285 S:      Supported
7286 W:      https://github.com/jonmason/ntb/wiki
7287 T:      git git://github.com/jonmason/ntb.git
7288 F:      drivers/ntb/
7289 F:      drivers/net/ntb_netdev.c
7290 F:      include/linux/ntb.h
7291 F:      include/linux/ntb_transport.h
7292
7293 NTB INTEL DRIVER
7294 M:      Jon Mason <jdmason@kudzu.us>
7295 M:      Dave Jiang <dave.jiang@intel.com>
7296 S:      Supported
7297 W:      https://github.com/jonmason/ntb/wiki
7298 T:      git git://github.com/jonmason/ntb.git
7299 F:      drivers/ntb/hw/intel/
7300
7301 NTFS FILESYSTEM
7302 M:      Anton Altaparmakov <anton@tuxera.com>
7303 L:      linux-ntfs-dev@lists.sourceforge.net
7304 W:      http://www.tuxera.com/
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7306 S:      Supported
7307 F:      Documentation/filesystems/ntfs.txt
7308 F:      fs/ntfs/
7309
7310 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7311 M:      Antonino Daplas <adaplas@gmail.com>
7312 L:      linux-fbdev@vger.kernel.org
7313 S:      Maintained
7314 F:      drivers/video/fbdev/riva/
7315 F:      drivers/video/fbdev/nvidia/
7316
7317 NVM EXPRESS DRIVER
7318 M:      Matthew Wilcox <willy@linux.intel.com>
7319 L:      linux-nvme@lists.infradead.org
7320 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7321 S:      Supported
7322 F:      drivers/block/nvme*
7323 F:      include/linux/nvme.h
7324
7325 NVMEM FRAMEWORK
7326 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7327 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7328 S:      Maintained
7329 F:      drivers/nvmem/
7330 F:      Documentation/devicetree/bindings/nvmem/
7331 F:      include/linux/nvmem-consumer.h
7332 F:      include/linux/nvmem-provider.h
7333
7334 NXP-NCI NFC DRIVER
7335 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7336 R:      Charles Gorand <charles.gorand@effinnov.com>
7337 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7338 S:      Supported
7339 F:      drivers/nfc/nxp-nci
7340
7341 NXP TDA998X DRM DRIVER
7342 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7343 S:      Supported
7344 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7345 F:      include/drm/i2c/tda998x.h
7346
7347 NXP TFA9879 DRIVER
7348 M:      Peter Rosin <peda@axentia.se>
7349 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7350 S:      Maintained
7351 F:      sound/soc/codecs/tfa9879*
7352
7353 OMAP SUPPORT
7354 M:      Tony Lindgren <tony@atomide.com>
7355 L:      linux-omap@vger.kernel.org
7356 W:      http://www.muru.com/linux/omap/
7357 W:      http://linux.omap.com/
7358 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7360 S:      Maintained
7361 F:      arch/arm/*omap*/
7362 F:      arch/arm/configs/omap1_defconfig
7363 F:      arch/arm/configs/omap2plus_defconfig
7364 F:      drivers/i2c/busses/i2c-omap.c
7365 F:      drivers/irqchip/irq-omap-intc.c
7366 F:      drivers/mfd/*omap*.c
7367 F:      drivers/mfd/menelaus.c
7368 F:      drivers/mfd/palmas.c
7369 F:      drivers/mfd/tps65217.c
7370 F:      drivers/mfd/tps65218.c
7371 F:      drivers/mfd/tps65910.c
7372 F:      drivers/mfd/twl-core.[ch]
7373 F:      drivers/mfd/twl4030*.c
7374 F:      drivers/mfd/twl6030*.c
7375 F:      drivers/mfd/twl6040*.c
7376 F:      drivers/regulator/palmas-regulator*.c
7377 F:      drivers/regulator/pbias-regulator.c
7378 F:      drivers/regulator/tps65217-regulator.c
7379 F:      drivers/regulator/tps65218-regulator.c
7380 F:      drivers/regulator/tps65910-regulator.c
7381 F:      drivers/regulator/twl-regulator.c
7382 F:      include/linux/i2c-omap.h
7383
7384 OMAP DEVICE TREE SUPPORT
7385 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7386 M:      Tony Lindgren <tony@atomide.com>
7387 L:      linux-omap@vger.kernel.org
7388 L:      devicetree@vger.kernel.org
7389 S:      Maintained
7390 F:      arch/arm/boot/dts/*omap*
7391 F:      arch/arm/boot/dts/*am3*
7392 F:      arch/arm/boot/dts/*am4*
7393 F:      arch/arm/boot/dts/*am5*
7394 F:      arch/arm/boot/dts/*dra7*
7395
7396 OMAP CLOCK FRAMEWORK SUPPORT
7397 M:      Paul Walmsley <paul@pwsan.com>
7398 L:      linux-omap@vger.kernel.org
7399 S:      Maintained
7400 F:      arch/arm/*omap*/*clock*
7401
7402 OMAP POWER MANAGEMENT SUPPORT
7403 M:      Kevin Hilman <khilman@deeprootsystems.com>
7404 L:      linux-omap@vger.kernel.org
7405 S:      Maintained
7406 F:      arch/arm/*omap*/*pm*
7407 F:      drivers/cpufreq/omap-cpufreq.c
7408
7409 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7410 M:      Rajendra Nayak <rnayak@ti.com>
7411 M:      Paul Walmsley <paul@pwsan.com>
7412 L:      linux-omap@vger.kernel.org
7413 S:      Maintained
7414 F:      arch/arm/mach-omap2/prm*
7415
7416 OMAP AUDIO SUPPORT
7417 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7418 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7419 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7420 L:      linux-omap@vger.kernel.org
7421 S:      Maintained
7422 F:      sound/soc/omap/
7423
7424 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7425 M:      Roger Quadros <rogerq@ti.com>
7426 M:      Tony Lindgren <tony@atomide.com>
7427 L:      linux-omap@vger.kernel.org
7428 S:      Maintained
7429 F:      drivers/memory/omap-gpmc.c
7430 F:      arch/arm/mach-omap2/*gpmc*
7431
7432 OMAP FRAMEBUFFER SUPPORT
7433 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7434 L:      linux-fbdev@vger.kernel.org
7435 L:      linux-omap@vger.kernel.org
7436 S:      Maintained
7437 F:      drivers/video/fbdev/omap/
7438
7439 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7440 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7441 L:      linux-omap@vger.kernel.org
7442 L:      linux-fbdev@vger.kernel.org
7443 S:      Maintained
7444 F:      drivers/video/fbdev/omap2/
7445 F:      Documentation/arm/OMAP/DSS
7446
7447 OMAP HARDWARE SPINLOCK SUPPORT
7448 M:      Ohad Ben-Cohen <ohad@wizery.com>
7449 L:      linux-omap@vger.kernel.org
7450 S:      Maintained
7451 F:      drivers/hwspinlock/omap_hwspinlock.c
7452
7453 OMAP MMC SUPPORT
7454 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7455 L:      linux-omap@vger.kernel.org
7456 S:      Maintained
7457 F:      drivers/mmc/host/omap.c
7458
7459 OMAP HS MMC SUPPORT
7460 L:      linux-mmc@vger.kernel.org
7461 L:      linux-omap@vger.kernel.org
7462 S:      Orphan
7463 F:      drivers/mmc/host/omap_hsmmc.c
7464
7465 OMAP RANDOM NUMBER GENERATOR SUPPORT
7466 M:      Deepak Saxena <dsaxena@plexity.net>
7467 S:      Maintained
7468 F:      drivers/char/hw_random/omap-rng.c
7469
7470 OMAP HWMOD SUPPORT
7471 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7472 M:      Paul Walmsley <paul@pwsan.com>
7473 L:      linux-omap@vger.kernel.org
7474 S:      Maintained
7475 F:      arch/arm/mach-omap2/omap_hwmod.*
7476
7477 OMAP HWMOD DATA
7478 M:      Paul Walmsley <paul@pwsan.com>
7479 L:      linux-omap@vger.kernel.org
7480 S:      Maintained
7481 F:      arch/arm/mach-omap2/omap_hwmod*data*
7482
7483 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7484 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7485 L:      linux-omap@vger.kernel.org
7486 S:      Maintained
7487 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7488
7489 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7490 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7491 L:      linux-media@vger.kernel.org
7492 S:      Maintained
7493 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7494 F:      drivers/media/platform/omap3isp/
7495 F:      drivers/staging/media/omap4iss/
7496
7497 OMAP USB SUPPORT
7498 M:      Felipe Balbi <balbi@ti.com>
7499 L:      linux-usb@vger.kernel.org
7500 L:      linux-omap@vger.kernel.org
7501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7502 S:      Maintained
7503 F:      drivers/usb/*/*omap*
7504 F:      arch/arm/*omap*/usb*
7505
7506 OMAP GPIO DRIVER
7507 M:      Javier Martinez Canillas <javier@dowhile0.org>
7508 M:      Santosh Shilimkar <ssantosh@kernel.org>
7509 M:      Kevin Hilman <khilman@deeprootsystems.com>
7510 L:      linux-omap@vger.kernel.org
7511 S:      Maintained
7512 F:      drivers/gpio/gpio-omap.c
7513
7514 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7515 M:      Mark Jackson <mpfj@newflow.co.uk>
7516 L:      linux-omap@vger.kernel.org
7517 S:      Maintained
7518 F:      arch/arm/boot/dts/am335x-nano.dts
7519
7520 OMFS FILESYSTEM
7521 M:      Bob Copeland <me@bobcopeland.com>
7522 L:      linux-karma-devel@lists.sourceforge.net
7523 S:      Maintained
7524 F:      Documentation/filesystems/omfs.txt
7525 F:      fs/omfs/
7526
7527 OMNIKEY CARDMAN 4000 DRIVER
7528 M:      Harald Welte <laforge@gnumonks.org>
7529 S:      Maintained
7530 F:      drivers/char/pcmcia/cm4000_cs.c
7531 F:      include/linux/cm4000_cs.h
7532 F:      include/uapi/linux/cm4000_cs.h
7533
7534 OMNIKEY CARDMAN 4040 DRIVER
7535 M:      Harald Welte <laforge@gnumonks.org>
7536 S:      Maintained
7537 F:      drivers/char/pcmcia/cm4040_cs.*
7538
7539 OMNIVISION OV7670 SENSOR DRIVER
7540 M:      Jonathan Corbet <corbet@lwn.net>
7541 L:      linux-media@vger.kernel.org
7542 T:      git git://linuxtv.org/media_tree.git
7543 S:      Maintained
7544 F:      drivers/media/i2c/ov7670.c
7545
7546 ONENAND FLASH DRIVER
7547 M:      Kyungmin Park <kyungmin.park@samsung.com>
7548 L:      linux-mtd@lists.infradead.org
7549 S:      Maintained
7550 F:      drivers/mtd/onenand/
7551 F:      include/linux/mtd/onenand*.h
7552
7553 ONSTREAM SCSI TAPE DRIVER
7554 M:      Willem Riede <osst@riede.org>
7555 L:      osst-users@lists.sourceforge.net
7556 L:      linux-scsi@vger.kernel.org
7557 S:      Maintained
7558 F:      Documentation/scsi/osst.txt
7559 F:      drivers/scsi/osst.*
7560 F:      drivers/scsi/osst_*.h
7561 F:      drivers/scsi/st.h
7562
7563 OPENCORES I2C BUS DRIVER
7564 M:      Peter Korsgaard <jacmet@sunsite.dk>
7565 L:      linux-i2c@vger.kernel.org
7566 S:      Maintained
7567 F:      Documentation/i2c/busses/i2c-ocores
7568 F:      drivers/i2c/busses/i2c-ocores.c
7569
7570 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7571 M:      Rob Herring <robh+dt@kernel.org>
7572 M:      Frank Rowand <frowand.list@gmail.com>
7573 M:      Grant Likely <grant.likely@linaro.org>
7574 L:      devicetree@vger.kernel.org
7575 W:      http://www.devicetree.org/
7576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7577 S:      Maintained
7578 F:      drivers/of/
7579 F:      include/linux/of*.h
7580 F:      scripts/dtc/
7581
7582 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7583 M:      Rob Herring <robh+dt@kernel.org>
7584 M:      Pawel Moll <pawel.moll@arm.com>
7585 M:      Mark Rutland <mark.rutland@arm.com>
7586 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7587 M:      Kumar Gala <galak@codeaurora.org>
7588 L:      devicetree@vger.kernel.org
7589 S:      Maintained
7590 F:      Documentation/devicetree/
7591 F:      arch/*/boot/dts/
7592 F:      include/dt-bindings/
7593
7594 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7595 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7596 L:      devicetree@vger.kernel.org
7597 S:      Maintained
7598 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7599 F:      Documentation/devicetree/overlay-notes.txt
7600 F:      drivers/of/overlay.c
7601 F:      drivers/of/resolver.c
7602
7603 OPENRISC ARCHITECTURE
7604 M:      Jonas Bonn <jonas@southpole.se>
7605 W:      http://openrisc.net
7606 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7607 S:      Maintained
7608 T:      git git://openrisc.net/~jonas/linux
7609 F:      arch/openrisc/
7610
7611 OPENVSWITCH
7612 M:      Pravin Shelar <pshelar@nicira.com>
7613 L:      netdev@vger.kernel.org
7614 L:      dev@openvswitch.org
7615 W:      http://openvswitch.org
7616 S:      Maintained
7617 F:      net/openvswitch/
7618 F:      include/uapi/linux/openvswitch.h
7619
7620 OPL4 DRIVER
7621 M:      Clemens Ladisch <clemens@ladisch.de>
7622 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7623 T:      git git://git.alsa-project.org/alsa-kernel.git
7624 S:      Maintained
7625 F:      sound/drivers/opl4/
7626
7627 OPROFILE
7628 M:      Robert Richter <rric@kernel.org>
7629 L:      oprofile-list@lists.sf.net
7630 S:      Maintained
7631 F:      arch/*/include/asm/oprofile*.h
7632 F:      arch/*/oprofile/
7633 F:      drivers/oprofile/
7634 F:      include/linux/oprofile.h
7635
7636 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7637 M:      Mark Fasheh <mfasheh@suse.com>
7638 M:      Joel Becker <jlbec@evilplan.org>
7639 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7640 W:      http://ocfs2.wiki.kernel.org
7641 S:      Supported
7642 F:      Documentation/filesystems/ocfs2.txt
7643 F:      Documentation/filesystems/dlmfs.txt
7644 F:      fs/ocfs2/
7645
7646 ORINOCO DRIVER
7647 L:      linux-wireless@vger.kernel.org
7648 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7649 W:      http://www.nongnu.org/orinoco/
7650 S:      Orphan
7651 F:      drivers/net/wireless/orinoco/
7652
7653 OSD LIBRARY and FILESYSTEM
7654 M:      Boaz Harrosh <ooo@electrozaur.com>
7655 M:      Benny Halevy <bhalevy@primarydata.com>
7656 L:      osd-dev@open-osd.org
7657 W:      http://open-osd.org
7658 T:      git git://git.open-osd.org/open-osd.git
7659 S:      Maintained
7660 F:      drivers/scsi/osd/
7661 F:      include/scsi/osd_*
7662 F:      fs/exofs/
7663
7664 OVERLAY FILESYSTEM
7665 M:      Miklos Szeredi <miklos@szeredi.hu>
7666 L:      linux-unionfs@vger.kernel.org
7667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7668 S:      Supported
7669 F:      fs/overlayfs/
7670 F:      Documentation/filesystems/overlayfs.txt
7671
7672 P54 WIRELESS DRIVER
7673 M:      Christian Lamparter <chunkeey@googlemail.com>
7674 L:      linux-wireless@vger.kernel.org
7675 W:      http://wireless.kernel.org/en/users/Drivers/p54
7676 S:      Maintained
7677 F:      drivers/net/wireless/p54/
7678
7679 PA SEMI ETHERNET DRIVER
7680 M:      Olof Johansson <olof@lixom.net>
7681 L:      netdev@vger.kernel.org
7682 S:      Maintained
7683 F:      drivers/net/ethernet/pasemi/*
7684
7685 PA SEMI SMBUS DRIVER
7686 M:      Olof Johansson <olof@lixom.net>
7687 L:      linux-i2c@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/i2c/busses/i2c-pasemi.c
7690
7691 PADATA PARALLEL EXECUTION MECHANISM
7692 M:      Steffen Klassert <steffen.klassert@secunet.com>
7693 L:      linux-crypto@vger.kernel.org
7694 S:      Maintained
7695 F:      kernel/padata.c
7696 F:      include/linux/padata.h
7697 F:      Documentation/padata.txt
7698
7699 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7700 M:      Harald Welte <laforge@gnumonks.org>
7701 L:      platform-driver-x86@vger.kernel.org
7702 S:      Maintained
7703 F:      drivers/platform/x86/panasonic-laptop.c
7704
7705 PANASONIC MN10300/AM33/AM34 PORT
7706 M:      David Howells <dhowells@redhat.com>
7707 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7708 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7709 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7710 S:      Maintained
7711 F:      Documentation/mn10300/
7712 F:      arch/mn10300/
7713
7714 PARALLEL PORT SUBSYSTEM
7715 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7716 M:      Sudip Mukherjee <sudip@vectorindia.org>
7717 L:      linux-parport@lists.infradead.org (subscribers-only)
7718 S:      Maintained
7719 F:      drivers/parport/
7720 F:      include/linux/parport*.h
7721 F:      drivers/char/ppdev.c
7722 F:      include/uapi/linux/ppdev.h
7723 F:      Documentation/parport*.txt
7724
7725 PARAVIRT_OPS INTERFACE
7726 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7727 M:      Chris Wright <chrisw@sous-sol.org>
7728 M:      Alok Kataria <akataria@vmware.com>
7729 M:      Rusty Russell <rusty@rustcorp.com.au>
7730 L:      virtualization@lists.linux-foundation.org
7731 S:      Supported
7732 F:      Documentation/virtual/paravirt_ops.txt
7733 F:      arch/*/kernel/paravirt*
7734 F:      arch/*/include/asm/paravirt.h
7735
7736 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7737 M:      Tim Waugh <tim@cyberelk.net>
7738 L:      linux-parport@lists.infradead.org (subscribers-only)
7739 S:      Maintained
7740 F:      Documentation/blockdev/paride.txt
7741 F:      drivers/block/paride/
7742
7743 PARISC ARCHITECTURE
7744 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7745 M:      Helge Deller <deller@gmx.de>
7746 L:      linux-parisc@vger.kernel.org
7747 W:      http://www.parisc-linux.org/
7748 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7751 S:      Maintained
7752 F:      arch/parisc/
7753 F:      Documentation/parisc/
7754 F:      drivers/parisc/
7755 F:      drivers/char/agp/parisc-agp.c
7756 F:      drivers/input/serio/gscps2.c
7757 F:      drivers/parport/parport_gsc.*
7758 F:      drivers/tty/serial/8250/8250_gsc.c
7759 F:      drivers/video/fbdev/sti*
7760 F:      drivers/video/console/sti*
7761 F:      drivers/video/logo/logo_parisc*
7762
7763 PC87360 HARDWARE MONITORING DRIVER
7764 M:      Jim Cromie <jim.cromie@gmail.com>
7765 L:      lm-sensors@lm-sensors.org
7766 S:      Maintained
7767 F:      Documentation/hwmon/pc87360
7768 F:      drivers/hwmon/pc87360.c
7769
7770 PC8736x GPIO DRIVER
7771 M:      Jim Cromie <jim.cromie@gmail.com>
7772 S:      Maintained
7773 F:      drivers/char/pc8736x_gpio.c
7774
7775 PC87427 HARDWARE MONITORING DRIVER
7776 M:      Jean Delvare <jdelvare@suse.com>
7777 L:      lm-sensors@lm-sensors.org
7778 S:      Maintained
7779 F:      Documentation/hwmon/pc87427
7780 F:      drivers/hwmon/pc87427.c
7781
7782 PCA9532 LED DRIVER
7783 M:      Riku Voipio <riku.voipio@iki.fi>
7784 S:      Maintained
7785 F:      drivers/leds/leds-pca9532.c
7786 F:      include/linux/leds-pca9532.h
7787
7788 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7789 M:      Guenter Roeck <linux@roeck-us.net>
7790 L:      linux-i2c@vger.kernel.org
7791 S:      Maintained
7792 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7793
7794 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7795 M:      Khalid Aziz <khalid@gonehiking.org>
7796 S:      Maintained
7797 F:      drivers/firmware/pcdp.*
7798
7799 PCI ERROR RECOVERY
7800 M:      Linas Vepstas <linasvepstas@gmail.com>
7801 L:      linux-pci@vger.kernel.org
7802 S:      Supported
7803 F:      Documentation/PCI/pci-error-recovery.txt
7804
7805 PCI SUBSYSTEM
7806 M:      Bjorn Helgaas <bhelgaas@google.com>
7807 L:      linux-pci@vger.kernel.org
7808 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7810 S:      Supported
7811 F:      Documentation/PCI/
7812 F:      drivers/pci/
7813 F:      include/linux/pci*
7814 F:      arch/x86/pci/
7815 F:      arch/x86/kernel/quirks.c
7816
7817 PCI DRIVER FOR ARM VERSATILE PLATFORM
7818 M:      Rob Herring <robh@kernel.org>
7819 L:      linux-pci@vger.kernel.org
7820 L:      linux-arm-kernel@lists.infradead.org
7821 S:      Maintained
7822 F:      Documentation/devicetree/bindings/pci/versatile.txt
7823 F:      drivers/pci/host/pci-versatile.c
7824
7825 PCI DRIVER FOR APPLIEDMICRO XGENE
7826 M:      Tanmay Inamdar <tinamdar@apm.com>
7827 L:      linux-pci@vger.kernel.org
7828 L:      linux-arm-kernel@lists.infradead.org
7829 S:      Maintained
7830 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7831 F:      drivers/pci/host/pci-xgene.c
7832
7833 PCI DRIVER FOR FREESCALE LAYERSCAPE
7834 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7835 M:      Mingkai Hu <mingkai.hu@freescale.com>
7836 M:      Roy Zang <tie-fei.zang@freescale.com>
7837 L:      linuxppc-dev@lists.ozlabs.org
7838 L:      linux-pci@vger.kernel.org
7839 L:      linux-arm-kernel@lists.infradead.org
7840 S:      Maintained
7841 F:      drivers/pci/host/*layerscape*
7842
7843 PCI DRIVER FOR IMX6
7844 M:      Richard Zhu <Richard.Zhu@freescale.com>
7845 M:      Lucas Stach <l.stach@pengutronix.de>
7846 L:      linux-pci@vger.kernel.org
7847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7848 S:      Maintained
7849 F:      drivers/pci/host/*imx6*
7850
7851 PCI DRIVER FOR TI KEYSTONE
7852 M:      Murali Karicheri <m-karicheri2@ti.com>
7853 L:      linux-pci@vger.kernel.org
7854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7855 S:      Maintained
7856 F:      drivers/pci/host/*keystone*
7857
7858 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7859 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7860 M:      Jason Cooper <jason@lakedaemon.net>
7861 L:      linux-pci@vger.kernel.org
7862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7863 S:      Maintained
7864 F:      drivers/pci/host/*mvebu*
7865
7866 PCI DRIVER FOR NVIDIA TEGRA
7867 M:      Thierry Reding <thierry.reding@gmail.com>
7868 L:      linux-tegra@vger.kernel.org
7869 L:      linux-pci@vger.kernel.org
7870 S:      Supported
7871 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7872 F:      drivers/pci/host/pci-tegra.c
7873
7874 PCI DRIVER FOR TI DRA7XX
7875 M:      Kishon Vijay Abraham I <kishon@ti.com>
7876 L:      linux-omap@vger.kernel.org
7877 L:      linux-pci@vger.kernel.org
7878 S:      Supported
7879 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7880 F:      drivers/pci/host/pci-dra7xx.c
7881
7882 PCI DRIVER FOR RENESAS R-CAR
7883 M:      Simon Horman <horms@verge.net.au>
7884 L:      linux-pci@vger.kernel.org
7885 L:      linux-sh@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/pci/host/*rcar*
7888
7889 PCI DRIVER FOR SAMSUNG EXYNOS
7890 M:      Jingoo Han <jingoohan1@gmail.com>
7891 L:      linux-pci@vger.kernel.org
7892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7893 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7894 S:      Maintained
7895 F:      drivers/pci/host/pci-exynos.c
7896
7897 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7898 M:      Jingoo Han <jingoohan1@gmail.com>
7899 M:      Pratyush Anand <pratyush.anand@gmail.com>
7900 L:      linux-pci@vger.kernel.org
7901 S:      Maintained
7902 F:      drivers/pci/host/*designware*
7903
7904 PCI DRIVER FOR GENERIC OF HOSTS
7905 M:      Will Deacon <will.deacon@arm.com>
7906 L:      linux-pci@vger.kernel.org
7907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7908 S:      Maintained
7909 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7910 F:      drivers/pci/host/pci-host-generic.c
7911
7912 PCIE DRIVER FOR ST SPEAR13XX
7913 M:      Pratyush Anand <pratyush.anand@gmail.com>
7914 L:      linux-pci@vger.kernel.org
7915 S:      Maintained
7916 F:      drivers/pci/host/*spear*
7917
7918 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7919 M:      Duc Dang <dhdang@apm.com>
7920 L:      linux-pci@vger.kernel.org
7921 L:      linux-arm-kernel@lists.infradead.org
7922 S:      Maintained
7923 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7924 F:      drivers/pci/host/pci-xgene-msi.c
7925
7926 PCMCIA SUBSYSTEM
7927 P:      Linux PCMCIA Team
7928 L:      linux-pcmcia@lists.infradead.org
7929 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7931 S:      Maintained
7932 F:      Documentation/pcmcia/
7933 F:      drivers/pcmcia/
7934 F:      include/pcmcia/
7935
7936 PCNET32 NETWORK DRIVER
7937 M:      Don Fry <pcnet32@frontier.com>
7938 L:      netdev@vger.kernel.org
7939 S:      Maintained
7940 F:      drivers/net/ethernet/amd/pcnet32.c
7941
7942 PCRYPT PARALLEL CRYPTO ENGINE
7943 M:      Steffen Klassert <steffen.klassert@secunet.com>
7944 L:      linux-crypto@vger.kernel.org
7945 S:      Maintained
7946 F:      crypto/pcrypt.c
7947 F:      include/crypto/pcrypt.h
7948
7949 PER-CPU MEMORY ALLOCATOR
7950 M:      Tejun Heo <tj@kernel.org>
7951 M:      Christoph Lameter <cl@linux-foundation.org>
7952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7953 S:      Maintained
7954 F:      include/linux/percpu*.h
7955 F:      mm/percpu*.c
7956 F:      arch/*/include/asm/percpu.h
7957
7958 PER-TASK DELAY ACCOUNTING
7959 M:      Balbir Singh <bsingharora@gmail.com>
7960 S:      Maintained
7961 F:      include/linux/delayacct.h
7962 F:      kernel/delayacct.c
7963
7964 PERFORMANCE EVENTS SUBSYSTEM
7965 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7966 M:      Ingo Molnar <mingo@redhat.com>
7967 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7968 L:      linux-kernel@vger.kernel.org
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7970 S:      Supported
7971 F:      kernel/events/*
7972 F:      include/linux/perf_event.h
7973 F:      include/uapi/linux/perf_event.h
7974 F:      arch/*/kernel/perf_event*.c
7975 F:      arch/*/kernel/*/perf_event*.c
7976 F:      arch/*/kernel/*/*/perf_event*.c
7977 F:      arch/*/include/asm/perf_event.h
7978 F:      arch/*/kernel/perf_callchain.c
7979 F:      tools/perf/
7980
7981 PERSONALITY HANDLING
7982 M:      Christoph Hellwig <hch@infradead.org>
7983 L:      linux-abi-devel@lists.sourceforge.net
7984 S:      Maintained
7985 F:      include/linux/personality.h
7986 F:      include/uapi/linux/personality.h
7987
7988 PHONET PROTOCOL
7989 M:      Remi Denis-Courmont <courmisch@gmail.com>
7990 S:      Supported
7991 F:      Documentation/networking/phonet.txt
7992 F:      include/linux/phonet.h
7993 F:      include/net/phonet/
7994 F:      include/uapi/linux/phonet.h
7995 F:      net/phonet/
7996
7997 PHRAM MTD DRIVER
7998 M:      Joern Engel <joern@lazybastard.org>
7999 L:      linux-mtd@lists.infradead.org
8000 S:      Maintained
8001 F:      drivers/mtd/devices/phram.c
8002
8003 PICOLCD HID DRIVER
8004 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8005 L:      linux-input@vger.kernel.org
8006 S:      Maintained
8007 F:      drivers/hid/hid-picolcd*
8008
8009 PICOXCELL SUPPORT
8010 M:      Jamie Iles <jamie@jamieiles.com>
8011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8012 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8013 S:      Supported
8014 F:      arch/arm/boot/dts/picoxcell*
8015 F:      arch/arm/mach-picoxcell/
8016 F:      drivers/crypto/picoxcell*
8017
8018 PIN CONTROL SUBSYSTEM
8019 M:      Linus Walleij <linus.walleij@linaro.org>
8020 L:      linux-gpio@vger.kernel.org
8021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8022 S:      Maintained
8023 F:      drivers/pinctrl/
8024 F:      include/linux/pinctrl/
8025
8026 PIN CONTROLLER - ATMEL AT91
8027 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8029 S:      Maintained
8030 F:      drivers/pinctrl/pinctrl-at91.*
8031
8032 PIN CONTROLLER - INTEL
8033 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8034 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8035 S:      Maintained
8036 F:      drivers/pinctrl/intel/
8037
8038 PIN CONTROLLER - RENESAS
8039 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8040 L:      linux-sh@vger.kernel.org
8041 S:      Maintained
8042 F:      drivers/pinctrl/sh-pfc/
8043
8044 PIN CONTROLLER - SAMSUNG
8045 M:      Tomasz Figa <tomasz.figa@gmail.com>
8046 M:      Thomas Abraham <thomas.abraham@linaro.org>
8047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8048 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8049 S:      Maintained
8050 F:      drivers/pinctrl/samsung/
8051
8052 PIN CONTROLLER - ST SPEAR
8053 M:      Viresh Kumar <vireshk@kernel.org>
8054 L:      spear-devel@list.st.com
8055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8056 W:      http://www.st.com/spear
8057 S:      Maintained
8058 F:      drivers/pinctrl/spear/
8059
8060 PKTCDVD DRIVER
8061 M:      Jiri Kosina <jikos@kernel.org>
8062 S:      Maintained
8063 F:      drivers/block/pktcdvd.c
8064 F:      include/linux/pktcdvd.h
8065 F:      include/uapi/linux/pktcdvd.h
8066
8067 PKUNITY SOC DRIVERS
8068 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8069 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8070 S:      Maintained
8071 T:      git git://github.com/gxt/linux.git
8072 F:      drivers/input/serio/i8042-unicore32io.h
8073 F:      drivers/i2c/busses/i2c-puv3.c
8074 F:      drivers/video/fbdev/fb-puv3.c
8075 F:      drivers/rtc/rtc-puv3.c
8076
8077 PMBUS HARDWARE MONITORING DRIVERS
8078 M:      Guenter Roeck <linux@roeck-us.net>
8079 L:      lm-sensors@lm-sensors.org
8080 W:      http://www.lm-sensors.org/
8081 W:      http://www.roeck-us.net/linux/drivers/
8082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8083 S:      Maintained
8084 F:      Documentation/hwmon/pmbus
8085 F:      drivers/hwmon/pmbus/
8086 F:      include/linux/i2c/pmbus.h
8087
8088 PMC SIERRA MaxRAID DRIVER
8089 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8090 L:      linux-scsi@vger.kernel.org
8091 W:      http://www.pmc-sierra.com/
8092 S:      Supported
8093 F:      drivers/scsi/pmcraid.*
8094
8095 PMC SIERRA PM8001 DRIVER
8096 M:      Jack Wang <jinpu.wang@profitbricks.com>
8097 M:      lindar_liu@usish.com
8098 L:      pmchba@pmcs.com
8099 L:      linux-scsi@vger.kernel.org
8100 S:      Supported
8101 F:      drivers/scsi/pm8001/
8102
8103 POSIX CLOCKS and TIMERS
8104 M:      Thomas Gleixner <tglx@linutronix.de>
8105 L:      linux-kernel@vger.kernel.org
8106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8107 S:      Maintained
8108 F:      fs/timerfd.c
8109 F:      include/linux/timer*
8110 F:      kernel/time/*timer*
8111
8112 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8113 M:      Sebastian Reichel <sre@kernel.org>
8114 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8115 M:      David Woodhouse <dwmw2@infradead.org>
8116 L:      linux-pm@vger.kernel.org
8117 T:      git git://git.infradead.org/battery-2.6.git
8118 S:      Maintained
8119 F:      include/linux/power_supply.h
8120 F:      drivers/power/
8121 X:      drivers/power/avs/
8122
8123 PNP SUPPORT
8124 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8125 S:      Maintained
8126 F:      drivers/pnp/
8127
8128 PNXxxxx I2C DRIVER
8129 M:      Vitaly Wool <vitalywool@gmail.com>
8130 L:      linux-i2c@vger.kernel.org
8131 S:      Maintained
8132 F:      drivers/i2c/busses/i2c-pnx.c
8133
8134 PPP PROTOCOL DRIVERS AND COMPRESSORS
8135 M:      Paul Mackerras <paulus@samba.org>
8136 L:      linux-ppp@vger.kernel.org
8137 S:      Maintained
8138 F:      drivers/net/ppp/ppp_*
8139
8140 PPP OVER ATM (RFC 2364)
8141 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8142 S:      Maintained
8143 F:      net/atm/pppoatm.c
8144 F:      include/uapi/linux/atmppp.h
8145
8146 PPP OVER ETHERNET
8147 M:      Michal Ostrowski <mostrows@earthlink.net>
8148 S:      Maintained
8149 F:      drivers/net/ppp/pppoe.c
8150 F:      drivers/net/ppp/pppox.c
8151
8152 PPP OVER L2TP
8153 M:      James Chapman <jchapman@katalix.com>
8154 S:      Maintained
8155 F:      net/l2tp/l2tp_ppp.c
8156 F:      include/linux/if_pppol2tp.h
8157 F:      include/uapi/linux/if_pppol2tp.h
8158
8159 PPS SUPPORT
8160 M:      Rodolfo Giometti <giometti@enneenne.com>
8161 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8162 L:      linuxpps@ml.enneenne.com (subscribers-only)
8163 S:      Maintained
8164 F:      Documentation/pps/
8165 F:      drivers/pps/
8166 F:      include/linux/pps*.h
8167
8168 PPTP DRIVER
8169 M:      Dmitry Kozlov <xeb@mail.ru>
8170 L:      netdev@vger.kernel.org
8171 S:      Maintained
8172 F:      drivers/net/ppp/pptp.c
8173 W:      http://sourceforge.net/projects/accel-pptp
8174
8175 PREEMPTIBLE KERNEL
8176 M:      Robert Love <rml@tech9.net>
8177 L:      kpreempt-tech@lists.sourceforge.net
8178 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8179 S:      Supported
8180 F:      Documentation/preempt-locking.txt
8181 F:      include/linux/preempt.h
8182
8183 PRISM54 WIRELESS DRIVER
8184 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8185 L:      linux-wireless@vger.kernel.org
8186 W:      http://wireless.kernel.org/en/users/Drivers/p54
8187 S:      Obsolete
8188 F:      drivers/net/wireless/prism54/
8189
8190 PS3 NETWORK SUPPORT
8191 M:      Geoff Levand <geoff@infradead.org>
8192 L:      netdev@vger.kernel.org
8193 L:      linuxppc-dev@lists.ozlabs.org
8194 S:      Maintained
8195 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8196
8197 PS3 PLATFORM SUPPORT
8198 M:      Geoff Levand <geoff@infradead.org>
8199 L:      linuxppc-dev@lists.ozlabs.org
8200 S:      Maintained
8201 F:      arch/powerpc/boot/ps3*
8202 F:      arch/powerpc/include/asm/lv1call.h
8203 F:      arch/powerpc/include/asm/ps3*.h
8204 F:      arch/powerpc/platforms/ps3/
8205 F:      drivers/*/ps3*
8206 F:      drivers/ps3/
8207 F:      drivers/rtc/rtc-ps3.c
8208 F:      drivers/usb/host/*ps3.c
8209 F:      sound/ppc/snd_ps3*
8210
8211 PS3VRAM DRIVER
8212 M:      Jim Paris <jim@jtan.com>
8213 M:      Geoff Levand <geoff@infradead.org>
8214 L:      linuxppc-dev@lists.ozlabs.org
8215 S:      Maintained
8216 F:      drivers/block/ps3vram.c
8217
8218 PSTORE FILESYSTEM
8219 M:      Anton Vorontsov <anton@enomsg.org>
8220 M:      Colin Cross <ccross@android.com>
8221 M:      Kees Cook <keescook@chromium.org>
8222 M:      Tony Luck <tony.luck@intel.com>
8223 S:      Maintained
8224 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8225 F:      fs/pstore/
8226 F:      include/linux/pstore*
8227 F:      drivers/firmware/efi/efi-pstore.c
8228 F:      drivers/acpi/apei/erst.c
8229
8230 PTP HARDWARE CLOCK SUPPORT
8231 M:      Richard Cochran <richardcochran@gmail.com>
8232 L:      netdev@vger.kernel.org
8233 S:      Maintained
8234 W:      http://linuxptp.sourceforge.net/
8235 F:      Documentation/ABI/testing/sysfs-ptp
8236 F:      Documentation/ptp/*
8237 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8238 F:      drivers/net/phy/dp83640*
8239 F:      drivers/ptp/*
8240 F:      include/linux/ptp_cl*
8241
8242 PTRACE SUPPORT
8243 M:      Roland McGrath <roland@hack.frob.com>
8244 M:      Oleg Nesterov <oleg@redhat.com>
8245 S:      Maintained
8246 F:      include/asm-generic/syscall.h
8247 F:      include/linux/ptrace.h
8248 F:      include/linux/regset.h
8249 F:      include/linux/tracehook.h
8250 F:      include/uapi/linux/ptrace.h
8251 F:      kernel/ptrace.c
8252
8253 PVRUSB2 VIDEO4LINUX DRIVER
8254 M:      Mike Isely <isely@pobox.com>
8255 L:      pvrusb2@isely.net       (subscribers-only)
8256 L:      linux-media@vger.kernel.org
8257 W:      http://www.isely.net/pvrusb2/
8258 T:      git git://linuxtv.org/media_tree.git
8259 S:      Maintained
8260 F:      Documentation/video4linux/README.pvrusb2
8261 F:      drivers/media/usb/pvrusb2/
8262
8263 PWC WEBCAM DRIVER
8264 M:      Hans de Goede <hdegoede@redhat.com>
8265 L:      linux-media@vger.kernel.org
8266 T:      git git://linuxtv.org/media_tree.git
8267 S:      Maintained
8268 F:      drivers/media/usb/pwc/*
8269
8270 PWM FAN DRIVER
8271 M:      Kamil Debski <k.debski@samsung.com>
8272 L:      lm-sensors@lm-sensors.org
8273 S:      Supported
8274 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8275 F:      Documentation/hwmon/pwm-fan
8276 F:      drivers/hwmon/pwm-fan.c
8277
8278 PWM SUBSYSTEM
8279 M:      Thierry Reding <thierry.reding@gmail.com>
8280 L:      linux-pwm@vger.kernel.org
8281 S:      Maintained
8282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8283 F:      Documentation/pwm.txt
8284 F:      Documentation/devicetree/bindings/pwm/
8285 F:      include/linux/pwm.h
8286 F:      drivers/pwm/
8287 F:      drivers/video/backlight/pwm_bl.c
8288 F:      include/linux/pwm_backlight.h
8289
8290 PXA2xx/PXA3xx SUPPORT
8291 M:      Daniel Mack <daniel@zonque.org>
8292 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8293 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8295 T:      git git://github.com/hzhuang1/linux.git
8296 T:      git git://github.com/rjarzmik/linux.git
8297 S:      Maintained
8298 F:      arch/arm/mach-pxa/
8299 F:      drivers/dma/pxa*
8300 F:      drivers/pcmcia/pxa2xx*
8301 F:      drivers/spi/spi-pxa2xx*
8302 F:      drivers/usb/gadget/udc/pxa2*
8303 F:      include/sound/pxa2xx-lib.h
8304 F:      sound/arm/pxa*
8305 F:      sound/soc/pxa/
8306
8307 PXA3xx NAND FLASH DRIVER
8308 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8309 L:      linux-mtd@lists.infradead.org
8310 S:      Maintained
8311 F:      drivers/mtd/nand/pxa3xx_nand.c
8312
8313 MMP SUPPORT
8314 M:      Eric Miao <eric.y.miao@gmail.com>
8315 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8317 T:      git git://github.com/hzhuang1/linux.git
8318 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8319 S:      Maintained
8320 F:      arch/arm/mach-mmp/
8321
8322 PXA MMCI DRIVER
8323 S:      Orphan
8324
8325 PXA RTC DRIVER
8326 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8327 L:      rtc-linux@googlegroups.com
8328 S:      Maintained
8329
8330 QAT DRIVER
8331 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8332 L:      qat-linux@intel.com
8333 S:      Supported
8334 F:      drivers/crypto/qat/
8335
8336 QIB DRIVER
8337 M:      Mike Marciniszyn <infinipath@intel.com>
8338 L:      linux-rdma@vger.kernel.org
8339 S:      Supported
8340 F:      drivers/infiniband/hw/qib/
8341
8342 QLOGIC QLA1280 SCSI DRIVER
8343 M:      Michael Reed <mdr@sgi.com>
8344 L:      linux-scsi@vger.kernel.org
8345 S:      Maintained
8346 F:      drivers/scsi/qla1280.[ch]
8347
8348 QLOGIC QLA2XXX FC-SCSI DRIVER
8349 M:      qla2xxx-upstream@qlogic.com
8350 L:      linux-scsi@vger.kernel.org
8351 S:      Supported
8352 F:      Documentation/scsi/LICENSE.qla2xxx
8353 F:      drivers/scsi/qla2xxx/
8354
8355 QLOGIC QLA4XXX iSCSI DRIVER
8356 M:      QLogic-Storage-Upstream@qlogic.com
8357 L:      linux-scsi@vger.kernel.org
8358 S:      Supported
8359 F:      Documentation/scsi/LICENSE.qla4xxx
8360 F:      drivers/scsi/qla4xxx/
8361
8362 QLOGIC QLA3XXX NETWORK DRIVER
8363 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8364 M:      Ron Mercer <ron.mercer@qlogic.com>
8365 M:      linux-driver@qlogic.com
8366 L:      netdev@vger.kernel.org
8367 S:      Supported
8368 F:      Documentation/networking/LICENSE.qla3xxx
8369 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8370
8371 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8372 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8373 M:      Dept-GELinuxNICDev@qlogic.com
8374 L:      netdev@vger.kernel.org
8375 S:      Supported
8376 F:      drivers/net/ethernet/qlogic/qlcnic/
8377
8378 QLOGIC QLGE 10Gb ETHERNET DRIVER
8379 M:      Harish Patil <harish.patil@qlogic.com>
8380 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8381 M:      Dept-GELinuxNICDev@qlogic.com
8382 M:      linux-driver@qlogic.com
8383 L:      netdev@vger.kernel.org
8384 S:      Supported
8385 F:      drivers/net/ethernet/qlogic/qlge/
8386
8387 QNX4 FILESYSTEM
8388 M:      Anders Larsen <al@alarsen.net>
8389 W:      http://www.alarsen.net/linux/qnx4fs/
8390 S:      Maintained
8391 F:      fs/qnx4/
8392 F:      include/uapi/linux/qnx4_fs.h
8393 F:      include/uapi/linux/qnxtypes.h
8394
8395 QT1010 MEDIA DRIVER
8396 M:      Antti Palosaari <crope@iki.fi>
8397 L:      linux-media@vger.kernel.org
8398 W:      http://linuxtv.org/
8399 W:      http://palosaari.fi/linux/
8400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8401 T:      git git://linuxtv.org/anttip/media_tree.git
8402 S:      Maintained
8403 F:      drivers/media/tuners/qt1010*
8404
8405 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8406 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8407 L:      linux-wireless@vger.kernel.org
8408 L:      ath9k-devel@lists.ath9k.org
8409 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8410 S:      Supported
8411 F:      drivers/net/wireless/ath/ath9k/
8412
8413 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8414 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8415 L:      ath10k@lists.infradead.org
8416 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8417 T:      git git://github.com/kvalo/ath.git
8418 S:      Supported
8419 F:      drivers/net/wireless/ath/ath10k/
8420
8421 QUALCOMM HEXAGON ARCHITECTURE
8422 M:      Richard Kuo <rkuo@codeaurora.org>
8423 L:      linux-hexagon@vger.kernel.org
8424 S:      Supported
8425 F:      arch/hexagon/
8426
8427 QUALCOMM WCN36XX WIRELESS DRIVER
8428 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8429 L:      wcn36xx@lists.infradead.org
8430 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8431 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8432 S:      Supported
8433 F:      drivers/net/wireless/ath/wcn36xx/
8434
8435 RADOS BLOCK DEVICE (RBD)
8436 M:      Ilya Dryomov <idryomov@gmail.com>
8437 M:      Sage Weil <sage@redhat.com>
8438 M:      Alex Elder <elder@kernel.org>
8439 L:      ceph-devel@vger.kernel.org
8440 W:      http://ceph.com/
8441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8442 T:      git git://github.com/ceph/ceph-client.git
8443 S:      Supported
8444 F:      Documentation/ABI/testing/sysfs-bus-rbd
8445 F:      drivers/block/rbd.c
8446 F:      drivers/block/rbd_types.h
8447
8448 RADEON FRAMEBUFFER DISPLAY DRIVER
8449 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8450 L:      linux-fbdev@vger.kernel.org
8451 S:      Maintained
8452 F:      drivers/video/fbdev/aty/radeon*
8453 F:      include/uapi/linux/radeonfb.h
8454
8455 RADIOSHARK RADIO DRIVER
8456 M:      Hans de Goede <hdegoede@redhat.com>
8457 L:      linux-media@vger.kernel.org
8458 T:      git git://linuxtv.org/media_tree.git
8459 S:      Maintained
8460 F:      drivers/media/radio/radio-shark.c
8461
8462 RADIOSHARK2 RADIO DRIVER
8463 M:      Hans de Goede <hdegoede@redhat.com>
8464 L:      linux-media@vger.kernel.org
8465 T:      git git://linuxtv.org/media_tree.git
8466 S:      Maintained
8467 F:      drivers/media/radio/radio-shark2.c
8468 F:      drivers/media/radio/radio-tea5777.c
8469
8470 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8471 M:      Paul Mackerras <paulus@samba.org>
8472 L:      linux-fbdev@vger.kernel.org
8473 S:      Maintained
8474 F:      drivers/video/fbdev/aty/aty128fb.c
8475
8476 RALINK RT2X00 WIRELESS LAN DRIVER
8477 P:      rt2x00 project
8478 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8479 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8480 L:      linux-wireless@vger.kernel.org
8481 S:      Maintained
8482 F:      drivers/net/wireless/rt2x00/
8483
8484 RAMDISK RAM BLOCK DEVICE DRIVER
8485 M:      Jens Axboe <axboe@kernel.dk>
8486 S:      Maintained
8487 F:      Documentation/blockdev/ramdisk.txt
8488 F:      drivers/block/brd.c
8489
8490 RANDOM NUMBER DRIVER
8491 M:      "Theodore Ts'o" <tytso@mit.edu>
8492 S:      Maintained
8493 F:      drivers/char/random.c
8494
8495 RAPIDIO SUBSYSTEM
8496 M:      Matt Porter <mporter@kernel.crashing.org>
8497 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8498 S:      Maintained
8499 F:      drivers/rapidio/
8500
8501 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8502 L:      linux-wireless@vger.kernel.org
8503 S:      Orphan
8504 F:      drivers/net/wireless/ray*
8505
8506 RCUTORTURE MODULE
8507 M:      Josh Triplett <josh@joshtriplett.org>
8508 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8509 L:      linux-kernel@vger.kernel.org
8510 S:      Supported
8511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8512 F:      Documentation/RCU/torture.txt
8513 F:      kernel/rcu/rcutorture.c
8514
8515 RCUTORTURE TEST FRAMEWORK
8516 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8517 M:      Josh Triplett <josh@joshtriplett.org>
8518 R:      Steven Rostedt <rostedt@goodmis.org>
8519 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8520 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8521 L:      linux-kernel@vger.kernel.org
8522 S:      Supported
8523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8524 F:      tools/testing/selftests/rcutorture
8525
8526 RDC R-321X SoC
8527 M:      Florian Fainelli <florian@openwrt.org>
8528 S:      Maintained
8529
8530 RDC R6040 FAST ETHERNET DRIVER
8531 M:      Florian Fainelli <florian@openwrt.org>
8532 L:      netdev@vger.kernel.org
8533 S:      Maintained
8534 F:      drivers/net/ethernet/rdc/r6040.c
8535
8536 RDS - RELIABLE DATAGRAM SOCKETS
8537 M:      Chien Yen <chien.yen@oracle.com>
8538 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8539 S:      Supported
8540 F:      net/rds/
8541
8542 READ-COPY UPDATE (RCU)
8543 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8544 M:      Josh Triplett <josh@joshtriplett.org>
8545 R:      Steven Rostedt <rostedt@goodmis.org>
8546 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8547 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8548 L:      linux-kernel@vger.kernel.org
8549 W:      http://www.rdrop.com/users/paulmck/RCU/
8550 S:      Supported
8551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8552 F:      Documentation/RCU/
8553 X:      Documentation/RCU/torture.txt
8554 F:      include/linux/rcu*
8555 X:      include/linux/srcu.h
8556 F:      kernel/rcu/
8557 X:      kernel/torture.c
8558
8559 REAL TIME CLOCK (RTC) SUBSYSTEM
8560 M:      Alessandro Zummo <a.zummo@towertech.it>
8561 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8562 L:      rtc-linux@googlegroups.com
8563 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8565 S:      Maintained
8566 F:      Documentation/rtc.txt
8567 F:      drivers/rtc/
8568 F:      include/linux/rtc.h
8569 F:      include/uapi/linux/rtc.h
8570
8571 REALTEK AUDIO CODECS
8572 M:      Bard Liao <bardliao@realtek.com>
8573 M:      Oder Chiou <oder_chiou@realtek.com>
8574 S:      Maintained
8575 F:      sound/soc/codecs/rt*
8576 F:      include/sound/rt*.h
8577
8578 REISERFS FILE SYSTEM
8579 L:      reiserfs-devel@vger.kernel.org
8580 S:      Supported
8581 F:      fs/reiserfs/
8582
8583 REGISTER MAP ABSTRACTION
8584 M:      Mark Brown <broonie@kernel.org>
8585 L:      linux-kernel@vger.kernel.org
8586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8587 S:      Supported
8588 F:      drivers/base/regmap/
8589 F:      include/linux/regmap.h
8590
8591 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8592 M:      Ohad Ben-Cohen <ohad@wizery.com>
8593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8594 S:      Maintained
8595 F:      drivers/remoteproc/
8596 F:      Documentation/remoteproc.txt
8597 F:      include/linux/remoteproc.h
8598
8599 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8600 M:      Ohad Ben-Cohen <ohad@wizery.com>
8601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8602 S:      Maintained
8603 F:      drivers/rpmsg/
8604 F:      Documentation/rpmsg.txt
8605 F:      include/linux/rpmsg.h
8606
8607 RESET CONTROLLER FRAMEWORK
8608 M:      Philipp Zabel <p.zabel@pengutronix.de>
8609 S:      Maintained
8610 F:      drivers/reset/
8611 F:      Documentation/devicetree/bindings/reset/
8612 F:      include/dt-bindings/reset/
8613 F:      include/linux/reset.h
8614 F:      include/linux/reset-controller.h
8615
8616 RFKILL
8617 M:      Johannes Berg <johannes@sipsolutions.net>
8618 L:      linux-wireless@vger.kernel.org
8619 W:      http://wireless.kernel.org/
8620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8622 S:      Maintained
8623 F:      Documentation/rfkill.txt
8624 F:      net/rfkill/
8625
8626 RHASHTABLE
8627 M:      Thomas Graf <tgraf@suug.ch>
8628 L:      netdev@vger.kernel.org
8629 S:      Maintained
8630 F:      lib/rhashtable.c
8631 F:      include/linux/rhashtable.h
8632
8633 RICOH SMARTMEDIA/XD DRIVER
8634 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8635 S:      Maintained
8636 F:      drivers/mtd/nand/r852.c
8637 F:      drivers/mtd/nand/r852.h
8638
8639 RICOH R5C592 MEMORYSTICK DRIVER
8640 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8641 S:      Maintained
8642 F:      drivers/memstick/host/r592.*
8643
8644 ROCCAT DRIVERS
8645 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8646 W:      http://sourceforge.net/projects/roccat/
8647 S:      Maintained
8648 F:      drivers/hid/hid-roccat*
8649 F:      include/linux/hid-roccat*
8650 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8651
8652 ROCKER DRIVER
8653 M:      Jiri Pirko <jiri@resnulli.us>
8654 M:      Scott Feldman <sfeldma@gmail.com>
8655 L:      netdev@vger.kernel.org
8656 S:      Supported
8657 F:      drivers/net/ethernet/rocker/
8658
8659 ROCKETPORT DRIVER
8660 P:      Comtrol Corp.
8661 W:      http://www.comtrol.com
8662 S:      Maintained
8663 F:      Documentation/serial/rocket.txt
8664 F:      drivers/tty/rocket*
8665
8666 ROCKETPORT EXPRESS/INFINITY DRIVER
8667 M:      Kevin Cernekee <cernekee@gmail.com>
8668 L:      linux-serial@vger.kernel.org
8669 S:      Odd Fixes
8670 F:      drivers/tty/serial/rp2.*
8671
8672 ROSE NETWORK LAYER
8673 M:      Ralf Baechle <ralf@linux-mips.org>
8674 L:      linux-hams@vger.kernel.org
8675 W:      http://www.linux-ax25.org/
8676 S:      Maintained
8677 F:      include/net/rose.h
8678 F:      include/uapi/linux/rose.h
8679 F:      net/rose/
8680
8681 RTL2830 MEDIA DRIVER
8682 M:      Antti Palosaari <crope@iki.fi>
8683 L:      linux-media@vger.kernel.org
8684 W:      http://linuxtv.org/
8685 W:      http://palosaari.fi/linux/
8686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8687 T:      git git://linuxtv.org/anttip/media_tree.git
8688 S:      Maintained
8689 F:      drivers/media/dvb-frontends/rtl2830*
8690
8691 RTL2832 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/rtl2832*
8700
8701 RTL2832_SDR 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_sdr*
8710
8711 RTL8180 WIRELESS DRIVER
8712 L:      linux-wireless@vger.kernel.org
8713 W:      http://wireless.kernel.org/
8714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8715 S:      Orphan
8716 F:      drivers/net/wireless/rtl818x/rtl8180/
8717
8718 RTL8187 WIRELESS DRIVER
8719 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8720 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8721 M:      Larry Finger <Larry.Finger@lwfinger.net>
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:      Maintained
8726 F:      drivers/net/wireless/rtl818x/rtl8187/
8727
8728 RTL8192CE WIRELESS DRIVER
8729 M:      Larry Finger <Larry.Finger@lwfinger.net>
8730 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8731 L:      linux-wireless@vger.kernel.org
8732 W:      http://wireless.kernel.org/
8733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8734 S:      Maintained
8735 F:      drivers/net/wireless/rtlwifi/
8736 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8737
8738 S3 SAVAGE FRAMEBUFFER DRIVER
8739 M:      Antonino Daplas <adaplas@gmail.com>
8740 L:      linux-fbdev@vger.kernel.org
8741 S:      Maintained
8742 F:      drivers/video/fbdev/savage/
8743
8744 S390
8745 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8746 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8747 L:      linux-s390@vger.kernel.org
8748 W:      http://www.ibm.com/developerworks/linux/linux390/
8749 S:      Supported
8750 F:      arch/s390/
8751 F:      drivers/s390/
8752 F:      Documentation/s390/
8753 F:      Documentation/DocBook/s390*
8754
8755 S390 COMMON I/O LAYER
8756 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8757 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8758 L:      linux-s390@vger.kernel.org
8759 W:      http://www.ibm.com/developerworks/linux/linux390/
8760 S:      Supported
8761 F:      drivers/s390/cio/
8762
8763 S390 DASD DRIVER
8764 M:      Stefan Weinhuber <wein@de.ibm.com>
8765 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8766 L:      linux-s390@vger.kernel.org
8767 W:      http://www.ibm.com/developerworks/linux/linux390/
8768 S:      Supported
8769 F:      drivers/s390/block/dasd*
8770 F:      block/partitions/ibm.c
8771
8772 S390 NETWORK DRIVERS
8773 M:      Ursula Braun <ursula.braun@de.ibm.com>
8774 L:      linux-s390@vger.kernel.org
8775 W:      http://www.ibm.com/developerworks/linux/linux390/
8776 S:      Supported
8777 F:      drivers/s390/net/
8778
8779 S390 PCI SUBSYSTEM
8780 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8781 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8782 L:      linux-s390@vger.kernel.org
8783 W:      http://www.ibm.com/developerworks/linux/linux390/
8784 S:      Supported
8785 F:      arch/s390/pci/
8786 F:      drivers/pci/hotplug/s390_pci_hpc.c
8787
8788 S390 ZCRYPT DRIVER
8789 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8790 L:      linux-s390@vger.kernel.org
8791 W:      http://www.ibm.com/developerworks/linux/linux390/
8792 S:      Supported
8793 F:      drivers/s390/crypto/
8794
8795 S390 ZFCP DRIVER
8796 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8797 L:      linux-s390@vger.kernel.org
8798 W:      http://www.ibm.com/developerworks/linux/linux390/
8799 S:      Supported
8800 F:      drivers/s390/scsi/zfcp_*
8801
8802 S390 IUCV NETWORK LAYER
8803 M:      Ursula Braun <ursula.braun@de.ibm.com>
8804 L:      linux-s390@vger.kernel.org
8805 W:      http://www.ibm.com/developerworks/linux/linux390/
8806 S:      Supported
8807 F:      drivers/s390/net/*iucv*
8808 F:      include/net/iucv/
8809 F:      net/iucv/
8810
8811 S3C24XX SD/MMC Driver
8812 M:      Ben Dooks <ben-linux@fluff.org>
8813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8814 S:      Supported
8815 F:      drivers/mmc/host/s3cmci.*
8816
8817 SAA6588 RDS RECEIVER DRIVER
8818 M:      Hans Verkuil <hverkuil@xs4all.nl>
8819 L:      linux-media@vger.kernel.org
8820 T:      git git://linuxtv.org/media_tree.git
8821 W:      http://linuxtv.org
8822 S:      Odd Fixes
8823 F:      drivers/media/i2c/saa6588*
8824
8825 SAA7134 VIDEO4LINUX DRIVER
8826 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8827 L:      linux-media@vger.kernel.org
8828 W:      http://linuxtv.org
8829 T:      git git://linuxtv.org/media_tree.git
8830 S:      Odd fixes
8831 F:      Documentation/video4linux/*.saa7134
8832 F:      drivers/media/pci/saa7134/
8833
8834 SAA7146 VIDEO4LINUX-2 DRIVER
8835 M:      Hans Verkuil <hverkuil@xs4all.nl>
8836 L:      linux-media@vger.kernel.org
8837 T:      git git://linuxtv.org/media_tree.git
8838 S:      Maintained
8839 F:      drivers/media/common/saa7146/
8840 F:      drivers/media/pci/saa7146/
8841 F:      include/media/saa7146*
8842
8843 SAMSUNG LAPTOP DRIVER
8844 M:      Corentin Chary <corentin.chary@gmail.com>
8845 L:      platform-driver-x86@vger.kernel.org
8846 S:      Maintained
8847 F:      drivers/platform/x86/samsung-laptop.c
8848
8849 SAMSUNG AUDIO (ASoC) DRIVERS
8850 M:      Sangbeom Kim <sbkim73@samsung.com>
8851 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8852 S:      Supported
8853 F:      sound/soc/samsung/
8854
8855 SAMSUNG FRAMEBUFFER DRIVER
8856 M:      Jingoo Han <jingoohan1@gmail.com>
8857 L:      linux-fbdev@vger.kernel.org
8858 S:      Maintained
8859 F:      drivers/video/fbdev/s3c-fb.c
8860
8861 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8862 M:      Sangbeom Kim <sbkim73@samsung.com>
8863 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8864 L:      linux-kernel@vger.kernel.org
8865 L:      linux-samsung-soc@vger.kernel.org
8866 S:      Supported
8867 F:      drivers/mfd/sec*.c
8868 F:      drivers/regulator/s2m*.c
8869 F:      drivers/regulator/s5m*.c
8870 F:      drivers/clk/clk-s2mps11.c
8871 F:      drivers/rtc/rtc-s5m.c
8872 F:      include/linux/mfd/samsung/
8873 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8874 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8875
8876 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8877 M:      Kyungmin Park <kyungmin.park@samsung.com>
8878 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8879 L:      linux-media@vger.kernel.org
8880 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8881 S:      Supported
8882 F:      drivers/media/platform/exynos4-is/
8883
8884 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8885 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8886 L:      linux-media@vger.kernel.org
8887 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8888 S:      Maintained
8889 F:      drivers/media/platform/s3c-camif/
8890 F:      include/media/s3c_camif.h
8891
8892 SAMSUNG S5C73M3 CAMERA DRIVER
8893 M:      Kyungmin Park <kyungmin.park@samsung.com>
8894 M:      Andrzej Hajda <a.hajda@samsung.com>
8895 L:      linux-media@vger.kernel.org
8896 S:      Supported
8897 F:      drivers/media/i2c/s5c73m3/*
8898
8899 SAMSUNG S5K5BAF CAMERA DRIVER
8900 M:      Kyungmin Park <kyungmin.park@samsung.com>
8901 M:      Andrzej Hajda <a.hajda@samsung.com>
8902 L:      linux-media@vger.kernel.org
8903 S:      Supported
8904 F:      drivers/media/i2c/s5k5baf.c
8905
8906 SAMSUNG S3FWRN5 NFC DRIVER
8907 M:      Robert Baldyga <r.baldyga@samsung.com>
8908 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8909 S:      Supported
8910 F:      drivers/nfc/s3fwrn5
8911
8912 SAMSUNG SOC CLOCK DRIVERS
8913 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8914 M:      Tomasz Figa <tomasz.figa@gmail.com>
8915 S:      Supported
8916 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8917 F:      drivers/clk/samsung/
8918
8919 SAMSUNG SXGBE DRIVERS
8920 M:      Byungho An <bh74.an@samsung.com>
8921 M:      Girish K S <ks.giri@samsung.com>
8922 M:      Vipul Pandya <vipul.pandya@samsung.com>
8923 S:      Supported
8924 L:      netdev@vger.kernel.org
8925 F:      drivers/net/ethernet/samsung/sxgbe/
8926
8927 SAMSUNG THERMAL DRIVER
8928 M:      Lukasz Majewski <l.majewski@samsung.com>
8929 L:      linux-pm@vger.kernel.org
8930 L:      linux-samsung-soc@vger.kernel.org
8931 S:      Supported
8932 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8933 F:      drivers/thermal/samsung/
8934
8935 SAMSUNG USB2 PHY DRIVER
8936 M:      Kamil Debski <k.debski@samsung.com>
8937 L:      linux-kernel@vger.kernel.org
8938 S:      Supported
8939 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8940 F:      Documentation/phy/samsung-usb2.txt
8941 F:      drivers/phy/phy-exynos4210-usb2.c
8942 F:      drivers/phy/phy-exynos4x12-usb2.c
8943 F:      drivers/phy/phy-exynos5250-usb2.c
8944 F:      drivers/phy/phy-s5pv210-usb2.c
8945 F:      drivers/phy/phy-samsung-usb2.c
8946 F:      drivers/phy/phy-samsung-usb2.h
8947
8948 SERIAL DRIVERS
8949 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8950 L:      linux-serial@vger.kernel.org
8951 S:      Maintained
8952 F:      drivers/tty/serial/
8953
8954 SYNOPSYS DESIGNWARE DMAC DRIVER
8955 M:      Viresh Kumar <vireshk@kernel.org>
8956 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8957 S:      Maintained
8958 F:      include/linux/dma/dw.h
8959 F:      include/linux/platform_data/dma-dw.h
8960 F:      drivers/dma/dw/
8961
8962 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8963 M: Lars Persson <lars.persson@axis.com>
8964 L: netdev@vger.kernel.org
8965 S: Supported
8966 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8967 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8968
8969 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8970 M:      Seungwon Jeon <tgih.jun@samsung.com>
8971 M:      Jaehoon Chung <jh80.chung@samsung.com>
8972 L:      linux-mmc@vger.kernel.org
8973 S:      Maintained
8974 F:      include/linux/mmc/dw_mmc.h
8975 F:      drivers/mmc/host/dw_mmc*
8976
8977 THUNDERBOLT DRIVER
8978 M:      Andreas Noever <andreas.noever@gmail.com>
8979 S:      Maintained
8980 F:      drivers/thunderbolt/
8981
8982 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8983 M:      John Stultz <john.stultz@linaro.org>
8984 M:      Thomas Gleixner <tglx@linutronix.de>
8985 L:      linux-kernel@vger.kernel.org
8986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8987 S:      Supported
8988 F:      include/linux/clocksource.h
8989 F:      include/linux/time.h
8990 F:      include/linux/timex.h
8991 F:      include/uapi/linux/time.h
8992 F:      include/uapi/linux/timex.h
8993 F:      kernel/time/clocksource.c
8994 F:      kernel/time/time*.c
8995 F:      kernel/time/ntp.c
8996 F:      tools/testing/selftests/timers/
8997
8998 SC1200 WDT DRIVER
8999 M:      Zwane Mwaikambo <zwanem@gmail.com>
9000 S:      Maintained
9001 F:      drivers/watchdog/sc1200wdt.c
9002
9003 SCHEDULER
9004 M:      Ingo Molnar <mingo@redhat.com>
9005 M:      Peter Zijlstra <peterz@infradead.org>
9006 L:      linux-kernel@vger.kernel.org
9007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9008 S:      Maintained
9009 F:      kernel/sched/
9010 F:      include/linux/sched.h
9011 F:      include/uapi/linux/sched.h
9012 F:      include/linux/wait.h
9013
9014 SCORE ARCHITECTURE
9015 M:      Chen Liqin <liqin.linux@gmail.com>
9016 M:      Lennox Wu <lennox.wu@gmail.com>
9017 W:      http://www.sunplus.com
9018 S:      Supported
9019 F:      arch/score/
9020
9021 SCSI CDROM DRIVER
9022 M:      Jens Axboe <axboe@kernel.dk>
9023 L:      linux-scsi@vger.kernel.org
9024 W:      http://www.kernel.dk
9025 S:      Maintained
9026 F:      drivers/scsi/sr*
9027
9028 SCSI RDMA PROTOCOL (SRP) INITIATOR
9029 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9030 L:      linux-rdma@vger.kernel.org
9031 S:      Supported
9032 W:      http://www.openfabrics.org
9033 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9035 F:      drivers/infiniband/ulp/srp/
9036 F:      include/scsi/srp.h
9037
9038 SCSI SG DRIVER
9039 M:      Doug Gilbert <dgilbert@interlog.com>
9040 L:      linux-scsi@vger.kernel.org
9041 W:      http://sg.danny.cz/sg
9042 S:      Maintained
9043 F:      Documentation/scsi/scsi-generic.txt
9044 F:      drivers/scsi/sg.c
9045 F:      include/scsi/sg.h
9046
9047 SCSI SUBSYSTEM
9048 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9049 L:      linux-scsi@vger.kernel.org
9050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9051 S:      Maintained
9052 F:      drivers/scsi/
9053 F:      include/scsi/
9054
9055 SCSI TAPE DRIVER
9056 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9057 L:      linux-scsi@vger.kernel.org
9058 S:      Maintained
9059 F:      Documentation/scsi/st.txt
9060 F:      drivers/scsi/st.*
9061 F:      drivers/scsi/st_*.h
9062
9063 SCTP PROTOCOL
9064 M:      Vlad Yasevich <vyasevich@gmail.com>
9065 M:      Neil Horman <nhorman@tuxdriver.com>
9066 L:      linux-sctp@vger.kernel.org
9067 W:      http://lksctp.sourceforge.net
9068 S:      Maintained
9069 F:      Documentation/networking/sctp.txt
9070 F:      include/linux/sctp.h
9071 F:      include/uapi/linux/sctp.h
9072 F:      include/net/sctp/
9073 F:      net/sctp/
9074
9075 SCx200 CPU SUPPORT
9076 M:      Jim Cromie <jim.cromie@gmail.com>
9077 S:      Odd Fixes
9078 F:      Documentation/i2c/busses/scx200_acb
9079 F:      arch/x86/platform/scx200/
9080 F:      drivers/watchdog/scx200_wdt.c
9081 F:      drivers/i2c/busses/scx200*
9082 F:      drivers/mtd/maps/scx200_docflash.c
9083 F:      include/linux/scx200.h
9084
9085 SCx200 GPIO DRIVER
9086 M:      Jim Cromie <jim.cromie@gmail.com>
9087 S:      Maintained
9088 F:      drivers/char/scx200_gpio.c
9089 F:      include/linux/scx200_gpio.h
9090
9091 SCx200 HRT CLOCKSOURCE DRIVER
9092 M:      Jim Cromie <jim.cromie@gmail.com>
9093 S:      Maintained
9094 F:      drivers/clocksource/scx200_hrt.c
9095
9096 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9097 M:      Sascha Sommer <saschasommer@freenet.de>
9098 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9099 S:      Maintained
9100 F:      drivers/mmc/host/sdricoh_cs.c
9101
9102 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9103 L:      linux-mmc@vger.kernel.org
9104 S:      Orphan
9105 F:      drivers/mmc/host/sdhci.*
9106 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9107
9108 SECURE COMPUTING
9109 M:      Kees Cook <keescook@chromium.org>
9110 R:      Andy Lutomirski <luto@amacapital.net>
9111 R:      Will Drewry <wad@chromium.org>
9112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9113 S:      Supported
9114 F:      kernel/seccomp.c
9115 F:      include/uapi/linux/seccomp.h
9116 F:      include/linux/seccomp.h
9117 F:      tools/testing/selftests/seccomp/*
9118 K:      \bsecure_computing
9119 K:      \bTIF_SECCOMP\b
9120
9121 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9122 M:      Ben Dooks <ben-linux@fluff.org>
9123 M:      Jaehoon Chung <jh80.chung@samsung.com>
9124 L:      linux-mmc@vger.kernel.org
9125 S:      Maintained
9126 F:      drivers/mmc/host/sdhci-s3c*
9127
9128 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9129 M:      Viresh Kumar <vireshk@kernel.org>
9130 L:      spear-devel@list.st.com
9131 L:      linux-mmc@vger.kernel.org
9132 S:      Maintained
9133 F:      drivers/mmc/host/sdhci-spear.c
9134
9135 SECURITY SUBSYSTEM
9136 M:      James Morris <james.l.morris@oracle.com>
9137 M:      "Serge E. Hallyn" <serge@hallyn.com>
9138 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9140 W:      http://kernsec.org/
9141 S:      Supported
9142 F:      security/
9143
9144 SECURITY CONTACT
9145 M:      Security Officers <security@kernel.org>
9146 S:      Supported
9147
9148 SELINUX SECURITY MODULE
9149 M:      Paul Moore <paul@paul-moore.com>
9150 M:      Stephen Smalley <sds@tycho.nsa.gov>
9151 M:      Eric Paris <eparis@parisplace.org>
9152 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9153 W:      http://selinuxproject.org
9154 T:      git git://git.infradead.org/users/pcmoore/selinux
9155 S:      Supported
9156 F:      include/linux/selinux*
9157 F:      security/selinux/
9158 F:      scripts/selinux/
9159
9160 APPARMOR SECURITY MODULE
9161 M:      John Johansen <john.johansen@canonical.com>
9162 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9163 W:      apparmor.wiki.kernel.org
9164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9165 S:      Supported
9166 F:      security/apparmor/
9167
9168 SENSABLE PHANTOM
9169 M:      Jiri Slaby <jirislaby@gmail.com>
9170 S:      Maintained
9171 F:      drivers/misc/phantom.c
9172 F:      include/uapi/linux/phantom.h
9173
9174 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9175 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9176 M:      Minh Tran <minh.tran@avagotech.com>
9177 M:      John Soni Jose <sony.john-n@avagotech.com>
9178 L:      linux-scsi@vger.kernel.org
9179 W:      http://www.avagotech.com
9180 S:      Supported
9181 F:      drivers/scsi/be2iscsi/
9182
9183 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9184 M:      Sathya Perla <sathya.perla@avagotech.com>
9185 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9186 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9187 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9188 L:      netdev@vger.kernel.org
9189 W:      http://www.emulex.com
9190 S:      Supported
9191 F:      drivers/net/ethernet/emulex/benet/
9192
9193 EMULEX ONECONNECT ROCE DRIVER
9194 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9195 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9196 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9197 L:      linux-rdma@vger.kernel.org
9198 W:      http://www.emulex.com
9199 S:      Supported
9200 F:      drivers/infiniband/hw/ocrdma/
9201
9202 SFC NETWORK DRIVER
9203 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9204 M:      Shradha Shah <sshah@solarflare.com>
9205 L:      netdev@vger.kernel.org
9206 S:      Supported
9207 F:      drivers/net/ethernet/sfc/
9208
9209 SGI GRU DRIVER
9210 M:      Dimitri Sivanich <sivanich@sgi.com>
9211 S:      Maintained
9212 F:      drivers/misc/sgi-gru/
9213
9214 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9215 M:      Pat Gefre <pfg@sgi.com>
9216 L:      linux-ia64@vger.kernel.org
9217 S:      Supported
9218 F:      Documentation/ia64/serial.txt
9219 F:      drivers/tty/serial/ioc?_serial.c
9220 F:      include/linux/ioc?.h
9221
9222 SGI XP/XPC/XPNET DRIVER
9223 M:      Cliff Whickman <cpw@sgi.com>
9224 M:      Robin Holt <robinmholt@gmail.com>
9225 S:      Maintained
9226 F:      drivers/misc/sgi-xp/
9227
9228 SI2157 MEDIA DRIVER
9229 M:      Antti Palosaari <crope@iki.fi>
9230 L:      linux-media@vger.kernel.org
9231 W:      http://linuxtv.org/
9232 W:      http://palosaari.fi/linux/
9233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9234 T:      git git://linuxtv.org/anttip/media_tree.git
9235 S:      Maintained
9236 F:      drivers/media/tuners/si2157*
9237
9238 SI2168 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/dvb-frontends/si2168*
9247
9248 SI470X FM RADIO RECEIVER I2C DRIVER
9249 M:      Hans Verkuil <hverkuil@xs4all.nl>
9250 L:      linux-media@vger.kernel.org
9251 T:      git git://linuxtv.org/media_tree.git
9252 W:      http://linuxtv.org
9253 S:      Odd Fixes
9254 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9255
9256 SI470X FM RADIO RECEIVER USB DRIVER
9257 M:      Hans Verkuil <hverkuil@xs4all.nl>
9258 L:      linux-media@vger.kernel.org
9259 T:      git git://linuxtv.org/media_tree.git
9260 W:      http://linuxtv.org
9261 S:      Maintained
9262 F:      drivers/media/radio/si470x/radio-si470x-common.c
9263 F:      drivers/media/radio/si470x/radio-si470x.h
9264 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9265
9266 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9267 M:      Eduardo Valentin <edubezval@gmail.com>
9268 L:      linux-media@vger.kernel.org
9269 T:      git git://linuxtv.org/media_tree.git
9270 W:      http://linuxtv.org
9271 S:      Odd Fixes
9272 F:      drivers/media/radio/si4713/si4713.?
9273
9274 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9275 M:      Eduardo Valentin <edubezval@gmail.com>
9276 L:      linux-media@vger.kernel.org
9277 T:      git git://linuxtv.org/media_tree.git
9278 W:      http://linuxtv.org
9279 S:      Odd Fixes
9280 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9281
9282 SI4713 FM RADIO TRANSMITTER USB DRIVER
9283 M:      Hans Verkuil <hverkuil@xs4all.nl>
9284 L:      linux-media@vger.kernel.org
9285 T:      git git://linuxtv.org/media_tree.git
9286 W:      http://linuxtv.org
9287 S:      Maintained
9288 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9289
9290 SIANO DVB DRIVER
9291 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9292 L:      linux-media@vger.kernel.org
9293 W:      http://linuxtv.org
9294 T:      git git://linuxtv.org/media_tree.git
9295 S:      Odd fixes
9296 F:      drivers/media/common/siano/
9297 F:      drivers/media/usb/siano/
9298 F:      drivers/media/usb/siano/
9299 F:      drivers/media/mmc/siano/
9300
9301 SIMPLEFB FB DRIVER
9302 M:      Hans de Goede <hdegoede@redhat.com>
9303 L:      linux-fbdev@vger.kernel.org
9304 S:      Maintained
9305 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9306 F:      drivers/video/fbdev/simplefb.c
9307 F:      include/linux/platform_data/simplefb.h
9308
9309 SH_VEU V4L2 MEM2MEM DRIVER
9310 L:      linux-media@vger.kernel.org
9311 S:      Orphan
9312 F:      drivers/media/platform/sh_veu.c
9313
9314 SH_VOU V4L2 OUTPUT DRIVER
9315 L:      linux-media@vger.kernel.org
9316 S:      Orphan
9317 F:      drivers/media/platform/sh_vou.c
9318 F:      include/media/sh_vou.h
9319
9320 SIMPLE FIRMWARE INTERFACE (SFI)
9321 M:      Len Brown <lenb@kernel.org>
9322 L:      sfi-devel@simplefirmware.org
9323 W:      http://simplefirmware.org/
9324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9325 S:      Supported
9326 F:      arch/x86/platform/sfi/
9327 F:      drivers/sfi/
9328 F:      include/linux/sfi*.h
9329
9330 SIMTEC EB110ATX (Chalice CATS)
9331 P:      Ben Dooks
9332 P:      Vincent Sanders <vince@simtec.co.uk>
9333 M:      Simtec Linux Team <linux@simtec.co.uk>
9334 W:      http://www.simtec.co.uk/products/EB110ATX/
9335 S:      Supported
9336
9337 SIMTEC EB2410ITX (BAST)
9338 P:      Ben Dooks
9339 P:      Vincent Sanders <vince@simtec.co.uk>
9340 M:      Simtec Linux Team <linux@simtec.co.uk>
9341 W:      http://www.simtec.co.uk/products/EB2410ITX/
9342 S:      Supported
9343 F:      arch/arm/mach-s3c24xx/mach-bast.c
9344 F:      arch/arm/mach-s3c24xx/bast-ide.c
9345 F:      arch/arm/mach-s3c24xx/bast-irq.c
9346
9347 TI DAVINCI MACHINE SUPPORT
9348 M:      Sekhar Nori <nsekhar@ti.com>
9349 M:      Kevin Hilman <khilman@deeprootsystems.com>
9350 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9351 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9352 S:      Supported
9353 F:      arch/arm/mach-davinci/
9354 F:      drivers/i2c/busses/i2c-davinci.c
9355
9356 TI DAVINCI SERIES MEDIA DRIVER
9357 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9358 L:      linux-media@vger.kernel.org
9359 W:      http://linuxtv.org/
9360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9361 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9362 S:      Maintained
9363 F:      drivers/media/platform/davinci/
9364 F:      include/media/davinci/
9365
9366 TI AM437X VPFE 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/am437x/
9374
9375 OV2659 OMNIVISION SENSOR DRIVER
9376 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9377 L:      linux-media@vger.kernel.org
9378 W:      http://linuxtv.org/
9379 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9380 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9381 S:      Maintained
9382 F:      drivers/media/i2c/ov2659.c
9383 F:      include/media/ov2659.h
9384
9385 SILICON MOTION SM712 FRAME BUFFER DRIVER
9386 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9387 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9388 M:      Sudip Mukherjee <sudip@vectorindia.org>
9389 L:      linux-fbdev@vger.kernel.org
9390 S:      Maintained
9391 F:      drivers/video/fbdev/sm712*
9392 F:      Documentation/fb/sm712fb.txt
9393
9394 SIS 190 ETHERNET DRIVER
9395 M:      Francois Romieu <romieu@fr.zoreil.com>
9396 L:      netdev@vger.kernel.org
9397 S:      Maintained
9398 F:      drivers/net/ethernet/sis/sis190.c
9399
9400 SIS 900/7016 FAST ETHERNET DRIVER
9401 M:      Daniele Venzano <venza@brownhat.org>
9402 W:      http://www.brownhat.org/sis900.html
9403 L:      netdev@vger.kernel.org
9404 S:      Maintained
9405 F:      drivers/net/ethernet/sis/sis900.*
9406
9407 SIS FRAMEBUFFER DRIVER
9408 M:      Thomas Winischhofer <thomas@winischhofer.net>
9409 W:      http://www.winischhofer.net/linuxsisvga.shtml
9410 S:      Maintained
9411 F:      Documentation/fb/sisfb.txt
9412 F:      drivers/video/fbdev/sis/
9413 F:      include/video/sisfb.h
9414
9415 SIS USB2VGA DRIVER
9416 M:      Thomas Winischhofer <thomas@winischhofer.net>
9417 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9418 S:      Maintained
9419 F:      drivers/usb/misc/sisusbvga/
9420
9421 SLAB ALLOCATOR
9422 M:      Christoph Lameter <cl@linux.com>
9423 M:      Pekka Enberg <penberg@kernel.org>
9424 M:      David Rientjes <rientjes@google.com>
9425 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9426 M:      Andrew Morton <akpm@linux-foundation.org>
9427 L:      linux-mm@kvack.org
9428 S:      Maintained
9429 F:      include/linux/sl?b*.h
9430 F:      mm/sl?b*
9431
9432 SLEEPABLE READ-COPY UPDATE (SRCU)
9433 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9434 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9435 M:      Josh Triplett <josh@joshtriplett.org>
9436 R:      Steven Rostedt <rostedt@goodmis.org>
9437 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9438 L:      linux-kernel@vger.kernel.org
9439 W:      http://www.rdrop.com/users/paulmck/RCU/
9440 S:      Supported
9441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9442 F:      include/linux/srcu.h
9443 F:      kernel/rcu/srcu.c
9444
9445 SMACK SECURITY MODULE
9446 M:      Casey Schaufler <casey@schaufler-ca.com>
9447 L:      linux-security-module@vger.kernel.org
9448 W:      http://schaufler-ca.com
9449 T:      git git://git.gitorious.org/smack-next/kernel.git
9450 S:      Maintained
9451 F:      Documentation/security/Smack.txt
9452 F:      security/smack/
9453
9454 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9455 M:      Kevin Hilman <khilman@kernel.org>
9456 M:      Nishanth Menon <nm@ti.com>
9457 S:      Maintained
9458 F:      drivers/power/avs/
9459 F:      include/linux/power/smartreflex.h
9460 L:      linux-pm@vger.kernel.org
9461
9462 SMC91x ETHERNET DRIVER
9463 M:      Nicolas Pitre <nico@fluxnic.net>
9464 S:      Odd Fixes
9465 F:      drivers/net/ethernet/smsc/smc91x.*
9466
9467 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9468 M:      Sakari Ailus <sakari.ailus@iki.fi>
9469 L:      linux-media@vger.kernel.org
9470 S:      Maintained
9471 F:      drivers/media/i2c/smiapp/
9472 F:      include/media/smiapp.h
9473 F:      drivers/media/i2c/smiapp-pll.c
9474 F:      drivers/media/i2c/smiapp-pll.h
9475 F:      include/uapi/linux/smiapp.h
9476 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9477
9478 SMM665 HARDWARE MONITOR DRIVER
9479 M:      Guenter Roeck <linux@roeck-us.net>
9480 L:      lm-sensors@lm-sensors.org
9481 S:      Maintained
9482 F:      Documentation/hwmon/smm665
9483 F:      drivers/hwmon/smm665.c
9484
9485 SMSC EMC2103 HARDWARE MONITOR DRIVER
9486 M:      Steve Glendinning <steve.glendinning@shawell.net>
9487 L:      lm-sensors@lm-sensors.org
9488 S:      Maintained
9489 F:      Documentation/hwmon/emc2103
9490 F:      drivers/hwmon/emc2103.c
9491
9492 SMSC SCH5627 HARDWARE MONITOR DRIVER
9493 M:      Hans de Goede <hdegoede@redhat.com>
9494 L:      lm-sensors@lm-sensors.org
9495 S:      Supported
9496 F:      Documentation/hwmon/sch5627
9497 F:      drivers/hwmon/sch5627.c
9498
9499 SMSC47B397 HARDWARE MONITOR DRIVER
9500 M:      Jean Delvare <jdelvare@suse.com>
9501 L:      lm-sensors@lm-sensors.org
9502 S:      Maintained
9503 F:      Documentation/hwmon/smsc47b397
9504 F:      drivers/hwmon/smsc47b397.c
9505
9506 SMSC911x ETHERNET DRIVER
9507 M:      Steve Glendinning <steve.glendinning@shawell.net>
9508 L:      netdev@vger.kernel.org
9509 S:      Maintained
9510 F:      include/linux/smsc911x.h
9511 F:      drivers/net/ethernet/smsc/smsc911x.*
9512
9513 SMSC9420 PCI ETHERNET DRIVER
9514 M:      Steve Glendinning <steve.glendinning@shawell.net>
9515 L:      netdev@vger.kernel.org
9516 S:      Maintained
9517 F:      drivers/net/ethernet/smsc/smsc9420.*
9518
9519 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9520 M:      Steve Glendinning <steve.glendinning@shawell.net>
9521 L:      linux-fbdev@vger.kernel.org
9522 S:      Maintained
9523 F:      drivers/video/fbdev/smscufx.c
9524
9525 SOC-CAMERA V4L2 SUBSYSTEM
9526 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9527 L:      linux-media@vger.kernel.org
9528 T:      git git://linuxtv.org/media_tree.git
9529 S:      Maintained
9530 F:      include/media/soc*
9531 F:      drivers/media/i2c/soc_camera/
9532 F:      drivers/media/platform/soc_camera/
9533
9534 SOEKRIS NET48XX LED SUPPORT
9535 M:      Chris Boot <bootc@bootc.net>
9536 S:      Maintained
9537 F:      drivers/leds/leds-net48xx.c
9538
9539 SOFTLOGIC 6x10 MPEG CODEC
9540 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9541 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9542 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9543 M:      Ismael Luceno <ismael@iodev.co.uk>
9544 L:      linux-media@vger.kernel.org
9545 S:      Supported
9546 F:      drivers/media/pci/solo6x10/
9547
9548 SOFTWARE RAID (Multiple Disks) SUPPORT
9549 M:      Neil Brown <neilb@suse.com>
9550 L:      linux-raid@vger.kernel.org
9551 S:      Supported
9552 F:      drivers/md/
9553 F:      include/linux/raid/
9554 F:      include/uapi/linux/raid/
9555
9556 SONIC NETWORK DRIVER
9557 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9558 L:      netdev@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/net/ethernet/natsemi/sonic.*
9561
9562 SONICS SILICON BACKPLANE DRIVER (SSB)
9563 M:      Michael Buesch <m@bues.ch>
9564 L:      netdev@vger.kernel.org
9565 S:      Maintained
9566 F:      drivers/ssb/
9567 F:      include/linux/ssb/
9568
9569 SONY VAIO CONTROL DEVICE DRIVER
9570 M:      Mattia Dongili <malattia@linux.it>
9571 L:      platform-driver-x86@vger.kernel.org
9572 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9573 S:      Maintained
9574 F:      Documentation/laptops/sony-laptop.txt
9575 F:      drivers/char/sonypi.c
9576 F:      drivers/platform/x86/sony-laptop.c
9577 F:      include/linux/sony-laptop.h
9578
9579 SONY MEMORYSTICK CARD SUPPORT
9580 M:      Alex Dubov <oakad@yahoo.com>
9581 W:      http://tifmxx.berlios.de/
9582 S:      Maintained
9583 F:      drivers/memstick/host/tifm_ms.c
9584
9585 SONY MEMORYSTICK STANDARD SUPPORT
9586 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9587 S:      Maintained
9588 F:      drivers/memstick/core/ms_block.*
9589
9590 SOUND
9591 M:      Jaroslav Kysela <perex@perex.cz>
9592 M:      Takashi Iwai <tiwai@suse.com>
9593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9594 W:      http://www.alsa-project.org/
9595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9596 T:      git git://git.alsa-project.org/alsa-kernel.git
9597 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9598 S:      Maintained
9599 F:      Documentation/sound/
9600 F:      include/sound/
9601 F:      include/uapi/sound/
9602 F:      sound/
9603
9604 SOUND - COMPRESSED AUDIO
9605 M:      Vinod Koul <vinod.koul@intel.com>
9606 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9608 S:      Supported
9609 F:      Documentation/sound/alsa/compress_offload.txt
9610 F:      include/sound/compress_driver.h
9611 F:      include/uapi/sound/compress_*
9612 F:      sound/core/compress_offload.c
9613 F:      sound/soc/soc-compress.c
9614
9615 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9616 M:      Liam Girdwood <lgirdwood@gmail.com>
9617 M:      Mark Brown <broonie@kernel.org>
9618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9619 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9620 W:      http://alsa-project.org/main/index.php/ASoC
9621 S:      Supported
9622 F:      Documentation/sound/alsa/soc/
9623 F:      sound/soc/
9624 F:      include/sound/soc*
9625
9626 SOUND - DMAENGINE HELPERS
9627 M:      Lars-Peter Clausen <lars@metafoo.de>
9628 S:      Supported
9629 F:      include/sound/dmaengine_pcm.h
9630 F:      sound/core/pcm_dmaengine.c
9631 F:      sound/soc/soc-generic-dmaengine-pcm.c
9632
9633 SP2 MEDIA DRIVER
9634 M:      Olli Salonen <olli.salonen@iki.fi>
9635 L:      linux-media@vger.kernel.org
9636 W:      http://linuxtv.org/
9637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9638 S:      Maintained
9639 F:      drivers/media/dvb-frontends/sp2*
9640
9641 SPARC + UltraSPARC (sparc/sparc64)
9642 M:      "David S. Miller" <davem@davemloft.net>
9643 L:      sparclinux@vger.kernel.org
9644 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9647 S:      Maintained
9648 F:      arch/sparc/
9649 F:      drivers/sbus/
9650
9651 SPARC SERIAL DRIVERS
9652 M:      "David S. Miller" <davem@davemloft.net>
9653 L:      sparclinux@vger.kernel.org
9654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9656 S:      Maintained
9657 F:      include/linux/sunserialcore.h
9658 F:      drivers/tty/serial/suncore.c
9659 F:      drivers/tty/serial/sunhv.c
9660 F:      drivers/tty/serial/sunsab.c
9661 F:      drivers/tty/serial/sunsab.h
9662 F:      drivers/tty/serial/sunsu.c
9663 F:      drivers/tty/serial/sunzilog.c
9664 F:      drivers/tty/serial/sunzilog.h
9665
9666 SPARSE CHECKER
9667 M:      "Christopher Li" <sparse@chrisli.org>
9668 L:      linux-sparse@vger.kernel.org
9669 W:      https://sparse.wiki.kernel.org/
9670 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9671 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9672 S:      Maintained
9673 F:      include/linux/compiler.h
9674
9675 SPEAR PLATFORM SUPPORT
9676 M:      Viresh Kumar <vireshk@kernel.org>
9677 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9678 L:      spear-devel@list.st.com
9679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9680 W:      http://www.st.com/spear
9681 S:      Maintained
9682 F:      arch/arm/mach-spear/
9683
9684 SPEAR CLOCK FRAMEWORK SUPPORT
9685 M:      Viresh Kumar <vireshk@kernel.org>
9686 L:      spear-devel@list.st.com
9687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9688 W:      http://www.st.com/spear
9689 S:      Maintained
9690 F:      drivers/clk/spear/
9691
9692 SPI SUBSYSTEM
9693 M:      Mark Brown <broonie@kernel.org>
9694 L:      linux-spi@vger.kernel.org
9695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9696 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9697 S:      Maintained
9698 F:      Documentation/spi/
9699 F:      drivers/spi/
9700 F:      include/linux/spi/
9701 F:      include/uapi/linux/spi/
9702
9703 SPIDERNET NETWORK DRIVER for CELL
9704 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9705 L:      netdev@vger.kernel.org
9706 S:      Supported
9707 F:      Documentation/networking/spider_net.txt
9708 F:      drivers/net/ethernet/toshiba/spider_net*
9709
9710 SPU FILE SYSTEM
9711 M:      Jeremy Kerr <jk@ozlabs.org>
9712 L:      linuxppc-dev@lists.ozlabs.org
9713 W:      http://www.ibm.com/developerworks/power/cell/
9714 S:      Supported
9715 F:      Documentation/filesystems/spufs.txt
9716 F:      arch/powerpc/platforms/cell/spufs/
9717
9718 SQUASHFS FILE SYSTEM
9719 M:      Phillip Lougher <phillip@squashfs.org.uk>
9720 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9721 W:      http://squashfs.org.uk
9722 S:      Maintained
9723 F:      Documentation/filesystems/squashfs.txt
9724 F:      fs/squashfs/
9725
9726 SRM (Alpha) environment access
9727 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9728 S:      Maintained
9729 F:      arch/alpha/kernel/srm_env.c
9730
9731 STABLE BRANCH
9732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9733 L:      stable@vger.kernel.org
9734 S:      Supported
9735 F:      Documentation/stable_kernel_rules.txt
9736
9737 STAGING SUBSYSTEM
9738 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9740 L:      devel@driverdev.osuosl.org
9741 S:      Supported
9742 F:      drivers/staging/
9743
9744 STAGING - COMEDI
9745 M:      Ian Abbott <abbotti@mev.co.uk>
9746 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9747 S:      Odd Fixes
9748 F:      drivers/staging/comedi/
9749
9750 STAGING - FLARION FT1000 DRIVERS
9751 M:      Marek Belisko <marek.belisko@gmail.com>
9752 S:      Odd Fixes
9753 F:      drivers/staging/ft1000/
9754
9755 STAGING - INDUSTRIAL IO
9756 M:      Jonathan Cameron <jic23@kernel.org>
9757 L:      linux-iio@vger.kernel.org
9758 S:      Odd Fixes
9759 F:      drivers/staging/iio/
9760
9761 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9762 M:      Jarod Wilson <jarod@wilsonet.com>
9763 W:      http://www.lirc.org/
9764 S:      Odd Fixes
9765 F:      drivers/staging/media/lirc/
9766
9767 STAGING - LUSTRE PARALLEL FILESYSTEM
9768 M:      Oleg Drokin <oleg.drokin@intel.com>
9769 M:      Andreas Dilger <andreas.dilger@intel.com>
9770 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9771 W:      http://lustre.opensfs.org/
9772 S:      Maintained
9773 F:      drivers/staging/lustre
9774
9775 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9776 M:      Julian Andres Klode <jak@jak-linux.org>
9777 M:      Marc Dietrich <marvin24@gmx.de>
9778 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9779 L:      linux-tegra@vger.kernel.org
9780 S:      Maintained
9781 F:      drivers/staging/nvec/
9782
9783 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9784 M:      Jens Frederich <jfrederich@gmail.com>
9785 M:      Daniel Drake <dsd@laptop.org>
9786 M:      Jon Nettleton <jon.nettleton@gmail.com>
9787 W:      http://wiki.laptop.org/go/DCON
9788 S:      Maintained
9789 F:      drivers/staging/olpc_dcon/
9790
9791 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9792 M:      Willy Tarreau <willy@meta-x.org>
9793 S:      Odd Fixes
9794 F:      drivers/staging/panel/
9795
9796 STAGING - REALTEK RTL8712U DRIVERS
9797 M:      Larry Finger <Larry.Finger@lwfinger.net>
9798 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9799 S:      Odd Fixes
9800 F:      drivers/staging/rtl8712/
9801
9802 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9803 M:      Larry Finger <Larry.Finger@lwfinger.net>
9804 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9805 L:      linux-wireless@vger.kernel.org
9806 S:      Maintained
9807 F:      drivers/staging/rtl8723au/
9808
9809 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9810 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9811 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9812 M:      Sudip Mukherjee <sudip@vectorindia.org>
9813 L:      linux-fbdev@vger.kernel.org
9814 S:      Maintained
9815 F:      drivers/staging/sm750fb/
9816
9817 STAGING - SLICOSS
9818 M:      Lior Dotan <liodot@gmail.com>
9819 M:      Christopher Harrer <charrer@alacritech.com>
9820 S:      Odd Fixes
9821 F:      drivers/staging/slicoss/
9822
9823 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9824 M:      William Hubbs <w.d.hubbs@gmail.com>
9825 M:      Chris Brannon <chris@the-brannons.com>
9826 M:      Kirk Reiser <kirk@reisers.ca>
9827 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9828 L:      speakup@linux-speakup.org
9829 W:      http://www.linux-speakup.org/
9830 S:      Odd Fixes
9831 F:      drivers/staging/speakup/
9832
9833 STAGING - VIA VT665X DRIVERS
9834 M:      Forest Bond <forest@alittletooquiet.net>
9835 S:      Odd Fixes
9836 F:      drivers/staging/vt665?/
9837
9838 STAGING - WILC1000 WIFI DRIVER
9839 M:      Johnny Kim <johnny.kim@atmel.com>
9840 M:      Rachel Kim <rachel.kim@atmel.com>
9841 M:      Dean Lee <dean.lee@atmel.com>
9842 M:      Chris Park <chris.park@atmel.com>
9843 L:      linux-wireless@vger.kernel.org
9844 S:      Supported
9845 F:      drivers/staging/wilc1000/
9846
9847 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9848 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9849 S:      Odd Fixes
9850 F:      drivers/staging/xgifb/
9851
9852 STARFIRE/DURALAN NETWORK DRIVER
9853 M:      Ion Badulescu <ionut@badula.org>
9854 S:      Odd Fixes
9855 F:      drivers/net/ethernet/adaptec/starfire*
9856
9857 SUN3/3X
9858 M:      Sam Creasey <sammy@sammy.net>
9859 W:      http://sammy.net/sun3/
9860 S:      Maintained
9861 F:      arch/m68k/kernel/*sun3*
9862 F:      arch/m68k/sun3*/
9863 F:      arch/m68k/include/asm/sun3*
9864 F:      drivers/net/ethernet/i825xx/sun3*
9865
9866 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9867 M:      Hans de Goede <hdegoede@redhat.com>
9868 L:      linux-input@vger.kernel.org
9869 S:      Maintained
9870 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9871 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9872
9873 SUNDANCE NETWORK DRIVER
9874 M:      Denis Kirjanov <kda@linux-powerpc.org>
9875 L:      netdev@vger.kernel.org
9876 S:      Maintained
9877 F:      drivers/net/ethernet/dlink/sundance.c
9878
9879 SUPERH
9880 L:      linux-sh@vger.kernel.org
9881 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9882 S:      Orphan
9883 F:      Documentation/sh/
9884 F:      arch/sh/
9885 F:      drivers/sh/
9886
9887 SUSPEND TO RAM
9888 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9889 M:      Len Brown <len.brown@intel.com>
9890 M:      Pavel Machek <pavel@ucw.cz>
9891 L:      linux-pm@vger.kernel.org
9892 S:      Supported
9893 F:      Documentation/power/
9894 F:      arch/x86/kernel/acpi/
9895 F:      drivers/base/power/
9896 F:      kernel/power/
9897 F:      include/linux/suspend.h
9898 F:      include/linux/freezer.h
9899 F:      include/linux/pm.h
9900
9901 SVGA HANDLING
9902 M:      Martin Mares <mj@ucw.cz>
9903 L:      linux-video@atrey.karlin.mff.cuni.cz
9904 S:      Maintained
9905 F:      Documentation/svga.txt
9906 F:      arch/x86/boot/video*
9907
9908 SWIOTLB SUBSYSTEM
9909 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9910 L:      linux-kernel@vger.kernel.org
9911 S:      Supported
9912 F:      lib/swiotlb.c
9913 F:      arch/*/kernel/pci-swiotlb.c
9914 F:      include/linux/swiotlb.h
9915
9916 SWITCHDEV
9917 M:      Jiri Pirko <jiri@resnulli.us>
9918 L:      netdev@vger.kernel.org
9919 S:      Supported
9920 F:      net/switchdev/
9921 F:      include/net/switchdev.h
9922
9923 SYNOPSYS ARC ARCHITECTURE
9924 M:      Vineet Gupta <vgupta@synopsys.com>
9925 S:      Supported
9926 F:      arch/arc/
9927 F:      Documentation/devicetree/bindings/arc/*
9928 F:      drivers/tty/serial/arc_uart.c
9929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9930
9931 SYNOPSYS ARC SDP platform support
9932 M:      Alexey Brodkin <abrodkin@synopsys.com>
9933 S:      Supported
9934 F:      arch/arc/plat-axs10x
9935 F:      arch/arc/boot/dts/ax*
9936 F:      Documentation/devicetree/bindings/arc/axs10*
9937
9938 SYSTEM CONFIGURATION (SYSCON)
9939 M:      Lee Jones <lee.jones@linaro.org>
9940 M:      Arnd Bergmann <arnd@arndb.de>
9941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9942 S:      Supported
9943 F:      drivers/mfd/syscon.c
9944
9945 SYSV FILESYSTEM
9946 M:      Christoph Hellwig <hch@infradead.org>
9947 S:      Maintained
9948 F:      Documentation/filesystems/sysv-fs.txt
9949 F:      fs/sysv/
9950 F:      include/linux/sysv_fs.h
9951
9952 TARGET SUBSYSTEM
9953 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9954 L:      linux-scsi@vger.kernel.org
9955 L:      target-devel@vger.kernel.org
9956 W:      http://www.linux-iscsi.org
9957 W:      http://groups.google.com/group/linux-iscsi-target-dev
9958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9959 S:      Supported
9960 F:      drivers/target/
9961 F:      include/target/
9962 F:      Documentation/target/
9963
9964 TASKSTATS STATISTICS INTERFACE
9965 M:      Balbir Singh <bsingharora@gmail.com>
9966 S:      Maintained
9967 F:      Documentation/accounting/taskstats*
9968 F:      include/linux/taskstats*
9969 F:      kernel/taskstats.c
9970
9971 TC CLASSIFIER
9972 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9973 L:      netdev@vger.kernel.org
9974 S:      Maintained
9975 F:      include/net/pkt_cls.h
9976 F:      include/uapi/linux/pkt_cls.h
9977 F:      net/sched/
9978
9979 TCP LOW PRIORITY MODULE
9980 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9981 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9982 W:      http://tcp-lp-mod.sourceforge.net/
9983 S:      Maintained
9984 F:      net/ipv4/tcp_lp.c
9985
9986 TDA10071 MEDIA DRIVER
9987 M:      Antti Palosaari <crope@iki.fi>
9988 L:      linux-media@vger.kernel.org
9989 W:      http://linuxtv.org/
9990 W:      http://palosaari.fi/linux/
9991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9992 T:      git git://linuxtv.org/anttip/media_tree.git
9993 S:      Maintained
9994 F:      drivers/media/dvb-frontends/tda10071*
9995
9996 TDA18212 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/tuners/tda18212*
10005
10006 TDA18218 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/tda18218*
10015
10016 TDA18271 MEDIA DRIVER
10017 M:      Michael Krufky <mkrufky@linuxtv.org>
10018 L:      linux-media@vger.kernel.org
10019 W:      http://linuxtv.org/
10020 W:      http://github.com/mkrufky
10021 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10022 T:      git git://linuxtv.org/mkrufky/tuners.git
10023 S:      Maintained
10024 F:      drivers/media/tuners/tda18271*
10025
10026 TDA827x 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/tda8290.*
10035
10036 TDA8290 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 TDA9840 MEDIA DRIVER
10047 M:      Hans Verkuil <hverkuil@xs4all.nl>
10048 L:      linux-media@vger.kernel.org
10049 T:      git git://linuxtv.org/media_tree.git
10050 W:      http://linuxtv.org
10051 S:      Maintained
10052 F:      drivers/media/i2c/tda9840*
10053
10054 TEA5761 TUNER DRIVER
10055 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10056 L:      linux-media@vger.kernel.org
10057 W:      http://linuxtv.org
10058 T:      git git://linuxtv.org/media_tree.git
10059 S:      Odd fixes
10060 F:      drivers/media/tuners/tea5761.*
10061
10062 TEA5767 TUNER DRIVER
10063 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10064 L:      linux-media@vger.kernel.org
10065 W:      http://linuxtv.org
10066 T:      git git://linuxtv.org/media_tree.git
10067 S:      Maintained
10068 F:      drivers/media/tuners/tea5767.*
10069
10070 TEA6415C MEDIA DRIVER
10071 M:      Hans Verkuil <hverkuil@xs4all.nl>
10072 L:      linux-media@vger.kernel.org
10073 T:      git git://linuxtv.org/media_tree.git
10074 W:      http://linuxtv.org
10075 S:      Maintained
10076 F:      drivers/media/i2c/tea6415c*
10077
10078 TEA6420 MEDIA DRIVER
10079 M:      Hans Verkuil <hverkuil@xs4all.nl>
10080 L:      linux-media@vger.kernel.org
10081 T:      git git://linuxtv.org/media_tree.git
10082 W:      http://linuxtv.org
10083 S:      Maintained
10084 F:      drivers/media/i2c/tea6420*
10085
10086 TEAM DRIVER
10087 M:      Jiri Pirko <jiri@resnulli.us>
10088 L:      netdev@vger.kernel.org
10089 S:      Supported
10090 F:      drivers/net/team/
10091 F:      include/linux/if_team.h
10092 F:      include/uapi/linux/if_team.h
10093
10094 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10095 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10096 S:      Maintained
10097 F:      arch/x86/platform/ts5500/
10098
10099 TECHNOTREND USB IR RECEIVER
10100 M:      Sean Young <sean@mess.org>
10101 L:      linux-media@vger.kernel.org
10102 S:      Maintained
10103 F:      drivers/media/rc/ttusbir.c
10104
10105 TEGRA ARCHITECTURE SUPPORT
10106 M:      Stephen Warren <swarren@wwwdotorg.org>
10107 M:      Thierry Reding <thierry.reding@gmail.com>
10108 M:      Alexandre Courbot <gnurou@gmail.com>
10109 L:      linux-tegra@vger.kernel.org
10110 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10112 S:      Supported
10113 N:      [^a-z]tegra
10114
10115 TEGRA CLOCK DRIVER
10116 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10117 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10118 S:      Supported
10119 F:      drivers/clk/tegra/
10120
10121 TEGRA DMA DRIVER
10122 M:      Laxman Dewangan <ldewangan@nvidia.com>
10123 S:      Supported
10124 F:      drivers/dma/tegra20-apb-dma.c
10125
10126 TEGRA I2C DRIVER
10127 M:      Laxman Dewangan <ldewangan@nvidia.com>
10128 S:      Supported
10129 F:      drivers/i2c/busses/i2c-tegra.c
10130
10131 TEGRA IOMMU DRIVERS
10132 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10133 S:      Supported
10134 F:      drivers/iommu/tegra*
10135
10136 TEGRA KBC DRIVER
10137 M:      Rakesh Iyer <riyer@nvidia.com>
10138 M:      Laxman Dewangan <ldewangan@nvidia.com>
10139 S:      Supported
10140 F:      drivers/input/keyboard/tegra-kbc.c
10141
10142 TEGRA PWM DRIVER
10143 M:      Thierry Reding <thierry.reding@gmail.com>
10144 S:      Supported
10145 F:      drivers/pwm/pwm-tegra.c
10146
10147 TEGRA SERIAL DRIVER
10148 M:      Laxman Dewangan <ldewangan@nvidia.com>
10149 S:      Supported
10150 F:      drivers/tty/serial/serial-tegra.c
10151
10152 TEGRA SPI DRIVER
10153 M:      Laxman Dewangan <ldewangan@nvidia.com>
10154 S:      Supported
10155 F:      drivers/spi/spi-tegra*
10156
10157 TEHUTI ETHERNET DRIVER
10158 M:      Andy Gospodarek <andy@greyhouse.net>
10159 L:      netdev@vger.kernel.org
10160 S:      Supported
10161 F:      drivers/net/ethernet/tehuti/*
10162
10163 Telecom Clock Driver for MCPL0010
10164 M:      Mark Gross <mark.gross@intel.com>
10165 S:      Supported
10166 F:      drivers/char/tlclk.c
10167
10168 TENSILICA XTENSA PORT (xtensa)
10169 M:      Chris Zankel <chris@zankel.net>
10170 M:      Max Filippov <jcmvbkbc@gmail.com>
10171 L:      linux-xtensa@linux-xtensa.org
10172 S:      Maintained
10173 F:      arch/xtensa/
10174 F:      drivers/irqchip/irq-xtensa-*
10175
10176 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10177 M:      Hans Verkuil <hverkuil@xs4all.nl>
10178 L:      linux-media@vger.kernel.org
10179 T:      git git://linuxtv.org/media_tree.git
10180 W:      http://linuxtv.org
10181 S:      Maintained
10182 F:      drivers/media/radio/radio-raremono.c
10183
10184 THERMAL
10185 M:      Zhang Rui <rui.zhang@intel.com>
10186 M:      Eduardo Valentin <edubezval@gmail.com>
10187 L:      linux-pm@vger.kernel.org
10188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10190 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10191 S:      Supported
10192 F:      drivers/thermal/
10193 F:      include/linux/thermal.h
10194 F:      include/uapi/linux/thermal.h
10195 F:      include/linux/cpu_cooling.h
10196 F:      Documentation/devicetree/bindings/thermal/
10197
10198 THINGM BLINK(1) USB RGB LED DRIVER
10199 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10200 S:      Maintained
10201 F:      drivers/hid/hid-thingm.c
10202
10203 THINKPAD ACPI EXTRAS DRIVER
10204 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10205 L:      ibm-acpi-devel@lists.sourceforge.net
10206 L:      platform-driver-x86@vger.kernel.org
10207 W:      http://ibm-acpi.sourceforge.net
10208 W:      http://thinkwiki.org/wiki/Ibm-acpi
10209 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10210 S:      Maintained
10211 F:      drivers/platform/x86/thinkpad_acpi.c
10212
10213 TI BANDGAP AND THERMAL DRIVER
10214 M:      Eduardo Valentin <edubezval@gmail.com>
10215 L:      linux-pm@vger.kernel.org
10216 L:      linux-omap@vger.kernel.org
10217 S:      Maintained
10218 F:      drivers/thermal/ti-soc-thermal/
10219
10220 TI CDCE706 CLOCK DRIVER
10221 M:      Max Filippov <jcmvbkbc@gmail.com>
10222 S:      Maintained
10223 F:      drivers/clk/clk-cdce706.c
10224
10225 TI CLOCK DRIVER
10226 M:      Tero Kristo <t-kristo@ti.com>
10227 L:      linux-omap@vger.kernel.org
10228 S:      Maintained
10229 F:      drivers/clk/ti/
10230 F:      include/linux/clk/ti.h
10231
10232 TI FLASH MEDIA INTERFACE DRIVER
10233 M:      Alex Dubov <oakad@yahoo.com>
10234 S:      Maintained
10235 F:      drivers/misc/tifm*
10236 F:      drivers/mmc/host/tifm_sd.c
10237 F:      include/linux/tifm.h
10238
10239 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10240 M:      Santosh Shilimkar <ssantosh@kernel.org>
10241 L:      linux-kernel@vger.kernel.org
10242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10243 S:      Maintained
10244 F:      drivers/soc/ti/*
10245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10246
10247
10248 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10249 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10250 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10251 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10252 S:      Maintained
10253 F:      sound/soc/codecs/lm49453*
10254 F:      sound/soc/codecs/isabelle*
10255
10256 TI LP855x BACKLIGHT DRIVER
10257 M:      Milo Kim <milo.kim@ti.com>
10258 S:      Maintained
10259 F:      Documentation/backlight/lp855x-driver.txt
10260 F:      drivers/video/backlight/lp855x_bl.c
10261 F:      include/linux/platform_data/lp855x.h
10262
10263 TI LP8727 CHARGER DRIVER
10264 M:      Milo Kim <milo.kim@ti.com>
10265 S:      Maintained
10266 F:      drivers/power/lp8727_charger.c
10267 F:      include/linux/platform_data/lp8727.h
10268
10269 TI LP8788 MFD DRIVER
10270 M:      Milo Kim <milo.kim@ti.com>
10271 S:      Maintained
10272 F:      drivers/iio/adc/lp8788_adc.c
10273 F:      drivers/leds/leds-lp8788.c
10274 F:      drivers/mfd/lp8788*.c
10275 F:      drivers/power/lp8788-charger.c
10276 F:      drivers/regulator/lp8788-*.c
10277 F:      include/linux/mfd/lp8788*.h
10278
10279 TI NETCP ETHERNET DRIVER
10280 M:      Wingman Kwok <w-kwok2@ti.com>
10281 M:      Murali Karicheri <m-karicheri2@ti.com>
10282 L:      netdev@vger.kernel.org
10283 S:      Maintained
10284 F:      drivers/net/ethernet/ti/netcp*
10285
10286 TI TAS571X FAMILY ASoC CODEC DRIVER
10287 M:      Kevin Cernekee <cernekee@chromium.org>
10288 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10289 S:      Odd Fixes
10290 F:      sound/soc/codecs/tas571x*
10291
10292 TI TWL4030 SERIES SOC CODEC DRIVER
10293 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10294 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10295 S:      Maintained
10296 F:      sound/soc/codecs/twl4030*
10297
10298 TI WILINK WIRELESS DRIVERS
10299 L:      linux-wireless@vger.kernel.org
10300 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10301 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10303 S:      Orphan
10304 F:      drivers/net/wireless/ti/
10305 F:      include/linux/wl12xx.h
10306
10307 TIPC NETWORK LAYER
10308 M:      Jon Maloy <jon.maloy@ericsson.com>
10309 M:      Ying Xue <ying.xue@windriver.com>
10310 L:      netdev@vger.kernel.org (core kernel code)
10311 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10312 W:      http://tipc.sourceforge.net/
10313 S:      Maintained
10314 F:      include/uapi/linux/tipc*.h
10315 F:      net/tipc/
10316
10317 TILE ARCHITECTURE
10318 M:      Chris Metcalf <cmetcalf@ezchip.com>
10319 W:      http://www.ezchip.com/scm/
10320 S:      Supported
10321 F:      arch/tile/
10322 F:      drivers/char/tile-srom.c
10323 F:      drivers/edac/tile_edac.c
10324 F:      drivers/net/ethernet/tile/
10325 F:      drivers/rtc/rtc-tile.c
10326 F:      drivers/tty/hvc/hvc_tile.c
10327 F:      drivers/tty/serial/tilegx.c
10328 F:      drivers/usb/host/*-tilegx.c
10329 F:      include/linux/usb/tilegx.h
10330
10331 TLAN NETWORK DRIVER
10332 M:      Samuel Chessman <chessman@tux.org>
10333 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10334 W:      http://sourceforge.net/projects/tlan/
10335 S:      Maintained
10336 F:      Documentation/networking/tlan.txt
10337 F:      drivers/net/ethernet/ti/tlan.*
10338
10339 TOMOYO SECURITY MODULE
10340 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10341 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10342 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10343 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10344 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10345 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10346 W:      http://tomoyo.sourceforge.jp/
10347 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10348 S:      Maintained
10349 F:      security/tomoyo/
10350
10351 TOPSTAR LAPTOP EXTRAS DRIVER
10352 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10353 L:      platform-driver-x86@vger.kernel.org
10354 S:      Maintained
10355 F:      drivers/platform/x86/topstar-laptop.c
10356
10357 TOSHIBA ACPI EXTRAS DRIVER
10358 M:      Azael Avalos <coproscefalo@gmail.com>
10359 L:      platform-driver-x86@vger.kernel.org
10360 S:      Maintained
10361 F:      drivers/platform/x86/toshiba_acpi.c
10362
10363 TOSHIBA BLUETOOTH DRIVER
10364 M:      Azael Avalos <coproscefalo@gmail.com>
10365 L:      platform-driver-x86@vger.kernel.org
10366 S:      Maintained
10367 F:      drivers/platform/x86/toshiba_bluetooth.c
10368
10369 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10370 M:      Azael Avalos <coproscefalo@gmail.com>
10371 L:      platform-driver-x86@vger.kernel.org
10372 S:      Maintained
10373 F:      drivers/platform/x86/toshiba_haps.c
10374
10375 TOSHIBA SMM DRIVER
10376 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10377 L:      tlinux-users@tce.toshiba-dme.co.jp
10378 W:      http://www.buzzard.org.uk/toshiba/
10379 S:      Maintained
10380 F:      drivers/char/toshiba.c
10381 F:      include/linux/toshiba.h
10382 F:      include/uapi/linux/toshiba.h
10383
10384 TMIO MMC DRIVER
10385 M:      Ian Molton <ian@mnementh.co.uk>
10386 L:      linux-mmc@vger.kernel.org
10387 S:      Maintained
10388 F:      drivers/mmc/host/tmio_mmc*
10389 F:      drivers/mmc/host/sh_mobile_sdhi.c
10390 F:      include/linux/mmc/tmio.h
10391 F:      include/linux/mmc/sh_mobile_sdhi.h
10392
10393 TMP401 HARDWARE MONITOR DRIVER
10394 M:      Guenter Roeck <linux@roeck-us.net>
10395 L:      lm-sensors@lm-sensors.org
10396 S:      Maintained
10397 F:      Documentation/hwmon/tmp401
10398 F:      drivers/hwmon/tmp401.c
10399
10400 TMPFS (SHMEM FILESYSTEM)
10401 M:      Hugh Dickins <hughd@google.com>
10402 L:      linux-mm@kvack.org
10403 S:      Maintained
10404 F:      include/linux/shmem_fs.h
10405 F:      mm/shmem.c
10406
10407 TM6000 VIDEO4LINUX DRIVER
10408 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10409 L:      linux-media@vger.kernel.org
10410 W:      http://linuxtv.org
10411 T:      git git://linuxtv.org/media_tree.git
10412 S:      Odd fixes
10413 F:      drivers/media/usb/tm6000/
10414
10415 TW68 VIDEO4LINUX DRIVER
10416 M:      Hans Verkuil <hverkuil@xs4all.nl>
10417 L:      linux-media@vger.kernel.org
10418 T:      git git://linuxtv.org/media_tree.git
10419 W:      http://linuxtv.org
10420 S:      Odd Fixes
10421 F:      drivers/media/pci/tw68/
10422
10423 TPM DEVICE DRIVER
10424 M:      Peter Huewe <peterhuewe@gmx.de>
10425 M:      Marcel Selhorst <tpmdd@selhorst.net>
10426 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10427 W:      http://tpmdd.sourceforge.net
10428 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10429 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10430 T:      https://github.com/PeterHuewe/linux-tpmdd
10431 S:      Maintained
10432 F:      drivers/char/tpm/
10433
10434 TPM IBM_VTPM DEVICE DRIVER
10435 M:      Ashley Lai <ashleydlai@gmail.com>
10436 W:      http://tpmdd.sourceforge.net
10437 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10438 S:      Maintained
10439 F:      drivers/char/tpm/tpm_ibmvtpm*
10440
10441 TRACING
10442 M:      Steven Rostedt <rostedt@goodmis.org>
10443 M:      Ingo Molnar <mingo@redhat.com>
10444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10445 S:      Maintained
10446 F:      Documentation/trace/ftrace.txt
10447 F:      arch/*/*/*/ftrace.h
10448 F:      arch/*/kernel/ftrace.c
10449 F:      include/*/ftrace.h
10450 F:      include/linux/trace*.h
10451 F:      include/trace/
10452 F:      kernel/trace/
10453 F:      tools/testing/selftests/ftrace/
10454
10455 TRIVIAL PATCHES
10456 M:      Jiri Kosina <trivial@kernel.org>
10457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10458 S:      Maintained
10459 K:      ^Subject:.*(?i)trivial
10460
10461 TTY LAYER
10462 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10463 M:      Jiri Slaby <jslaby@suse.com>
10464 S:      Supported
10465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10466 F:      Documentation/serial/
10467 F:      drivers/tty/
10468 F:      drivers/tty/serial/serial_core.c
10469 F:      include/linux/serial_core.h
10470 F:      include/linux/serial.h
10471 F:      include/linux/tty.h
10472 F:      include/uapi/linux/serial_core.h
10473 F:      include/uapi/linux/serial.h
10474 F:      include/uapi/linux/tty.h
10475
10476 TUA9001 MEDIA DRIVER
10477 M:      Antti Palosaari <crope@iki.fi>
10478 L:      linux-media@vger.kernel.org
10479 W:      http://linuxtv.org/
10480 W:      http://palosaari.fi/linux/
10481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10482 T:      git git://linuxtv.org/anttip/media_tree.git
10483 S:      Maintained
10484 F:      drivers/media/tuners/tua9001*
10485
10486 TULIP NETWORK DRIVERS
10487 M:      Grant Grundler <grundler@parisc-linux.org>
10488 L:      netdev@vger.kernel.org
10489 S:      Maintained
10490 F:      drivers/net/ethernet/dec/tulip/
10491
10492 TUN/TAP driver
10493 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10494 W:      http://vtun.sourceforge.net/tun
10495 S:      Maintained
10496 F:      Documentation/networking/tuntap.txt
10497 F:      arch/um/os-Linux/drivers/
10498
10499 TURBOCHANNEL SUBSYSTEM
10500 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10501 M:      Ralf Baechle <ralf@linux-mips.org>
10502 L:      linux-mips@linux-mips.org
10503 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10504 S:      Maintained
10505 F:      drivers/tc/
10506 F:      include/linux/tc.h
10507
10508 U14-34F SCSI DRIVER
10509 M:      Dario Ballabio <ballabio_dario@emc.com>
10510 L:      linux-scsi@vger.kernel.org
10511 S:      Maintained
10512 F:      drivers/scsi/u14-34f.c
10513
10514 UBI FILE SYSTEM (UBIFS)
10515 M:      Artem Bityutskiy <dedekind1@gmail.com>
10516 M:      Adrian Hunter <adrian.hunter@intel.com>
10517 L:      linux-mtd@lists.infradead.org
10518 T:      git git://git.infradead.org/ubifs-2.6.git
10519 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10520 S:      Maintained
10521 F:      Documentation/filesystems/ubifs.txt
10522 F:      fs/ubifs/
10523
10524 UCLINUX (M68KNOMMU AND COLDFIRE)
10525 M:      Greg Ungerer <gerg@uclinux.org>
10526 W:      http://www.uclinux.org/
10527 L:      linux-m68k@lists.linux-m68k.org
10528 L:      uclinux-dev@uclinux.org  (subscribers-only)
10529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10530 S:      Maintained
10531 F:      arch/m68k/coldfire/
10532 F:      arch/m68k/68*/
10533 F:      arch/m68k/*/*_no.*
10534 F:      arch/m68k/include/asm/*_no.*
10535
10536 UDF FILESYSTEM
10537 M:      Jan Kara <jack@suse.com>
10538 S:      Maintained
10539 F:      Documentation/filesystems/udf.txt
10540 F:      fs/udf/
10541
10542 UFS FILESYSTEM
10543 M:      Evgeniy Dushistov <dushistov@mail.ru>
10544 S:      Maintained
10545 F:      Documentation/filesystems/ufs.txt
10546 F:      fs/ufs/
10547
10548 UHID USERSPACE HID IO DRIVER:
10549 M:      David Herrmann <dh.herrmann@googlemail.com>
10550 L:      linux-input@vger.kernel.org
10551 S:      Maintained
10552 F:      drivers/hid/uhid.c
10553 F:      include/uapi/linux/uhid.h
10554
10555 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10556 L:      linux-usb@vger.kernel.org
10557 S:      Orphan
10558 F:      drivers/uwb/
10559 F:      include/linux/uwb.h
10560 F:      include/linux/uwb/
10561
10562 UNICORE32 ARCHITECTURE:
10563 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10564 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10565 S:      Maintained
10566 T:      git git://github.com/gxt/linux.git
10567 F:      arch/unicore32/
10568
10569 UNIFDEF
10570 M:      Tony Finch <dot@dotat.at>
10571 W:      http://dotat.at/prog/unifdef
10572 S:      Maintained
10573 F:      scripts/unifdef.c
10574
10575 UNIFORM CDROM DRIVER
10576 M:      Jens Axboe <axboe@kernel.dk>
10577 W:      http://www.kernel.dk
10578 S:      Maintained
10579 F:      Documentation/cdrom/
10580 F:      drivers/cdrom/cdrom.c
10581 F:      include/linux/cdrom.h
10582 F:      include/uapi/linux/cdrom.h
10583
10584 UNISYS S-PAR DRIVERS
10585 M:      Benjamin Romer <benjamin.romer@unisys.com>
10586 M:      David Kershner <david.kershner@unisys.com>
10587 L:      sparmaintainer@unisys.com (Unisys internal)
10588 S:      Supported
10589 F:      drivers/staging/unisys/
10590
10591 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10592 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10593 L:      linux-scsi@vger.kernel.org
10594 S:      Supported
10595 F:      Documentation/scsi/ufs.txt
10596 F:      drivers/scsi/ufs/
10597
10598 UNSORTED BLOCK IMAGES (UBI)
10599 M:      Artem Bityutskiy <dedekind1@gmail.com>
10600 M:      Richard Weinberger <richard@nod.at>
10601 W:      http://www.linux-mtd.infradead.org/
10602 L:      linux-mtd@lists.infradead.org
10603 T:      git git://git.infradead.org/ubifs-2.6.git
10604 S:      Supported
10605 F:      drivers/mtd/ubi/
10606 F:      include/linux/mtd/ubi.h
10607 F:      include/uapi/mtd/ubi-user.h
10608
10609 USB ACM DRIVER
10610 M:      Oliver Neukum <oliver@neukum.org>
10611 L:      linux-usb@vger.kernel.org
10612 S:      Maintained
10613 F:      Documentation/usb/acm.txt
10614 F:      drivers/usb/class/cdc-acm.*
10615
10616 USB AR5523 WIRELESS DRIVER
10617 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10618 L:      linux-wireless@vger.kernel.org
10619 S:      Maintained
10620 F:      drivers/net/wireless/ath/ar5523/
10621
10622 USB ATTACHED SCSI
10623 M:      Hans de Goede <hdegoede@redhat.com>
10624 M:      Gerd Hoffmann <kraxel@redhat.com>
10625 L:      linux-usb@vger.kernel.org
10626 L:      linux-scsi@vger.kernel.org
10627 S:      Maintained
10628 F:      drivers/usb/storage/uas.c
10629
10630 USB CDC ETHERNET DRIVER
10631 M:      Oliver Neukum <oliver@neukum.org>
10632 L:      linux-usb@vger.kernel.org
10633 S:      Maintained
10634 F:      drivers/net/usb/cdc_*.c
10635 F:      include/uapi/linux/usb/cdc.h
10636
10637 USB CHAOSKEY DRIVER
10638 M:      Keith Packard <keithp@keithp.com>
10639 L:      linux-usb@vger.kernel.org
10640 S:      Maintained
10641 F:      drivers/usb/misc/chaoskey.c
10642
10643 USB CYPRESS C67X00 DRIVER
10644 M:      Peter Korsgaard <jacmet@sunsite.dk>
10645 L:      linux-usb@vger.kernel.org
10646 S:      Maintained
10647 F:      drivers/usb/c67x00/
10648
10649 USB DAVICOM DM9601 DRIVER
10650 M:      Peter Korsgaard <jacmet@sunsite.dk>
10651 L:      netdev@vger.kernel.org
10652 W:      http://www.linux-usb.org/usbnet
10653 S:      Maintained
10654 F:      drivers/net/usb/dm9601.c
10655
10656 USB DIAMOND RIO500 DRIVER
10657 M:      Cesar Miquel <miquel@df.uba.ar>
10658 L:      rio500-users@lists.sourceforge.net
10659 W:      http://rio500.sourceforge.net
10660 S:      Maintained
10661 F:      drivers/usb/misc/rio500*
10662
10663 USB EHCI DRIVER
10664 M:      Alan Stern <stern@rowland.harvard.edu>
10665 L:      linux-usb@vger.kernel.org
10666 S:      Maintained
10667 F:      Documentation/usb/ehci.txt
10668 F:      drivers/usb/host/ehci*
10669
10670 USB GADGET/PERIPHERAL SUBSYSTEM
10671 M:      Felipe Balbi <balbi@ti.com>
10672 L:      linux-usb@vger.kernel.org
10673 W:      http://www.linux-usb.org/gadget
10674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10675 S:      Maintained
10676 F:      drivers/usb/gadget/
10677 F:      include/linux/usb/gadget*
10678
10679 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10680 M:      Jiri Kosina <jikos@kernel.org>
10681 L:      linux-usb@vger.kernel.org
10682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10683 S:      Maintained
10684 F:      Documentation/hid/hiddev.txt
10685 F:      drivers/hid/usbhid/
10686
10687 USB ISP116X DRIVER
10688 M:      Olav Kongas <ok@artecdesign.ee>
10689 L:      linux-usb@vger.kernel.org
10690 S:      Maintained
10691 F:      drivers/usb/host/isp116x*
10692 F:      include/linux/usb/isp116x.h
10693
10694 USB MASS STORAGE DRIVER
10695 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10696 L:      linux-usb@vger.kernel.org
10697 L:      usb-storage@lists.one-eyed-alien.net
10698 S:      Maintained
10699 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10700 F:      drivers/usb/storage/
10701
10702 USB MIDI DRIVER
10703 M:      Clemens Ladisch <clemens@ladisch.de>
10704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10705 T:      git git://git.alsa-project.org/alsa-kernel.git
10706 S:      Maintained
10707 F:      sound/usb/midi.*
10708
10709 USB NETWORKING DRIVERS
10710 L:      linux-usb@vger.kernel.org
10711 S:      Odd Fixes
10712 F:      drivers/net/usb/
10713
10714 USB OHCI DRIVER
10715 M:      Alan Stern <stern@rowland.harvard.edu>
10716 L:      linux-usb@vger.kernel.org
10717 S:      Maintained
10718 F:      Documentation/usb/ohci.txt
10719 F:      drivers/usb/host/ohci*
10720
10721 USB OTG FSM (Finite State Machine)
10722 M:      Peter Chen <Peter.Chen@freescale.com>
10723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10724 L:      linux-usb@vger.kernel.org
10725 S:      Maintained
10726 F:      drivers/usb/common/usb-otg-fsm.c
10727
10728 USB OVER IP DRIVER
10729 M:      Valentina Manea <valentina.manea.m@gmail.com>
10730 M:      Shuah Khan <shuah.kh@samsung.com>
10731 L:      linux-usb@vger.kernel.org
10732 S:      Maintained
10733 F:      drivers/usb/usbip/
10734 F:      tools/usb/usbip/
10735
10736 USB PEGASUS DRIVER
10737 M:      Petko Manolov <petkan@nucleusys.com>
10738 L:      linux-usb@vger.kernel.org
10739 L:      netdev@vger.kernel.org
10740 T:      git git://github.com/petkan/pegasus.git
10741 W:      https://github.com/petkan/pegasus
10742 S:      Maintained
10743 F:      drivers/net/usb/pegasus.*
10744
10745 USB PHY LAYER
10746 M:      Felipe Balbi <balbi@ti.com>
10747 L:      linux-usb@vger.kernel.org
10748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10749 S:      Maintained
10750 F:      drivers/usb/phy/
10751
10752 USB PRINTER DRIVER (usblp)
10753 M:      Pete Zaitcev <zaitcev@redhat.com>
10754 L:      linux-usb@vger.kernel.org
10755 S:      Supported
10756 F:      drivers/usb/class/usblp.c
10757
10758 USB RTL8150 DRIVER
10759 M:      Petko Manolov <petkan@nucleusys.com>
10760 L:      linux-usb@vger.kernel.org
10761 L:      netdev@vger.kernel.org
10762 T:      git git://github.com/petkan/rtl8150.git
10763 W:      https://github.com/petkan/rtl8150
10764 S:      Maintained
10765 F:      drivers/net/usb/rtl8150.c
10766
10767 USB SERIAL SUBSYSTEM
10768 M:      Johan Hovold <johan@kernel.org>
10769 L:      linux-usb@vger.kernel.org
10770 S:      Maintained
10771 F:      Documentation/usb/usb-serial.txt
10772 F:      drivers/usb/serial/
10773 F:      include/linux/usb/serial.h
10774
10775 USB SMSC75XX ETHERNET DRIVER
10776 M:      Steve Glendinning <steve.glendinning@shawell.net>
10777 L:      netdev@vger.kernel.org
10778 S:      Maintained
10779 F:      drivers/net/usb/smsc75xx.*
10780
10781 USB SMSC95XX ETHERNET DRIVER
10782 M:      Steve Glendinning <steve.glendinning@shawell.net>
10783 L:      netdev@vger.kernel.org
10784 S:      Maintained
10785 F:      drivers/net/usb/smsc95xx.*
10786
10787 USB SUBSYSTEM
10788 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10789 L:      linux-usb@vger.kernel.org
10790 W:      http://www.linux-usb.org
10791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10792 S:      Supported
10793 F:      Documentation/usb/
10794 F:      drivers/usb/
10795 F:      include/linux/usb.h
10796 F:      include/linux/usb/
10797
10798 USB UHCI DRIVER
10799 M:      Alan Stern <stern@rowland.harvard.edu>
10800 L:      linux-usb@vger.kernel.org
10801 S:      Maintained
10802 F:      drivers/usb/host/uhci*
10803
10804 USB "USBNET" DRIVER FRAMEWORK
10805 M:      Oliver Neukum <oneukum@suse.com>
10806 L:      netdev@vger.kernel.org
10807 W:      http://www.linux-usb.org/usbnet
10808 S:      Maintained
10809 F:      drivers/net/usb/usbnet.c
10810 F:      include/linux/usb/usbnet.h
10811
10812 USB VIDEO CLASS
10813 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10814 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10815 L:      linux-media@vger.kernel.org
10816 T:      git git://linuxtv.org/media_tree.git
10817 W:      http://www.ideasonboard.org/uvc/
10818 S:      Maintained
10819 F:      drivers/media/usb/uvc/
10820 F:      include/uapi/linux/uvcvideo.h
10821
10822 USB VISION DRIVER
10823 M:      Hans Verkuil <hverkuil@xs4all.nl>
10824 L:      linux-media@vger.kernel.org
10825 T:      git git://linuxtv.org/media_tree.git
10826 W:      http://linuxtv.org
10827 S:      Odd Fixes
10828 F:      drivers/media/usb/usbvision/
10829
10830 USB WEBCAM GADGET
10831 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10832 L:      linux-usb@vger.kernel.org
10833 S:      Maintained
10834 F:      drivers/usb/gadget/function/*uvc*
10835 F:      drivers/usb/gadget/legacy/webcam.c
10836
10837 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10838 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10839 L:      linux-wireless@vger.kernel.org
10840 S:      Maintained
10841 F:      drivers/net/wireless/rndis_wlan.c
10842
10843 USB XHCI DRIVER
10844 M:      Mathias Nyman <mathias.nyman@intel.com>
10845 L:      linux-usb@vger.kernel.org
10846 S:      Supported
10847 F:      drivers/usb/host/xhci*
10848 F:      drivers/usb/host/pci-quirks*
10849
10850 USB ZD1201 DRIVER
10851 L:      linux-wireless@vger.kernel.org
10852 W:      http://linux-lc100020.sourceforge.net
10853 S:      Orphan
10854 F:      drivers/net/wireless/zd1201.*
10855
10856 USB ZR364XX DRIVER
10857 M:      Antoine Jacquet <royale@zerezo.com>
10858 L:      linux-usb@vger.kernel.org
10859 L:      linux-media@vger.kernel.org
10860 T:      git git://linuxtv.org/media_tree.git
10861 W:      http://royale.zerezo.com/zr364xx/
10862 S:      Maintained
10863 F:      Documentation/video4linux/zr364xx.txt
10864 F:      drivers/media/usb/zr364xx/
10865
10866 ULPI BUS
10867 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10868 L:      linux-usb@vger.kernel.org
10869 S:      Maintained
10870 F:      drivers/usb/common/ulpi.c
10871 F:      include/linux/ulpi/
10872
10873 USER-MODE LINUX (UML)
10874 M:      Jeff Dike <jdike@addtoit.com>
10875 M:      Richard Weinberger <richard@nod.at>
10876 L:      user-mode-linux-devel@lists.sourceforge.net
10877 L:      user-mode-linux-user@lists.sourceforge.net
10878 W:      http://user-mode-linux.sourceforge.net
10879 S:      Maintained
10880 F:      Documentation/virtual/uml/
10881 F:      arch/um/
10882 F:      arch/x86/um/
10883 F:      fs/hostfs/
10884 F:      fs/hppfs/
10885
10886 USERSPACE I/O (UIO)
10887 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10888 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10889 S:      Maintained
10890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10891 F:      Documentation/DocBook/uio-howto.tmpl
10892 F:      drivers/uio/
10893 F:      include/linux/uio*.h
10894
10895 UTIL-LINUX PACKAGE
10896 M:      Karel Zak <kzak@redhat.com>
10897 L:      util-linux@vger.kernel.org
10898 W:      http://en.wikipedia.org/wiki/Util-linux
10899 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10900 S:      Maintained
10901
10902 UVESAFB DRIVER
10903 M:      Michal Januszewski <spock@gentoo.org>
10904 L:      linux-fbdev@vger.kernel.org
10905 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10906 S:      Maintained
10907 F:      Documentation/fb/uvesafb.txt
10908 F:      drivers/video/fbdev/uvesafb.*
10909
10910 VFAT/FAT/MSDOS FILESYSTEM
10911 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10912 S:      Maintained
10913 F:      Documentation/filesystems/vfat.txt
10914 F:      fs/fat/
10915
10916 VFIO DRIVER
10917 M:      Alex Williamson <alex.williamson@redhat.com>
10918 L:      kvm@vger.kernel.org
10919 S:      Maintained
10920 F:      Documentation/vfio.txt
10921 F:      drivers/vfio/
10922 F:      include/linux/vfio.h
10923 F:      include/uapi/linux/vfio.h
10924
10925 VFIO PLATFORM DRIVER
10926 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10927 L:      kvm@vger.kernel.org
10928 S:      Maintained
10929 F:      drivers/vfio/platform/
10930
10931 VIDEOBUF2 FRAMEWORK
10932 M:      Pawel Osciak <pawel@osciak.com>
10933 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10934 M:      Kyungmin Park <kyungmin.park@samsung.com>
10935 L:      linux-media@vger.kernel.org
10936 S:      Maintained
10937 F:      drivers/media/v4l2-core/videobuf2-*
10938 F:      include/media/videobuf2-*
10939
10940 VIRTIO CONSOLE DRIVER
10941 M:      Amit Shah <amit.shah@redhat.com>
10942 L:      virtualization@lists.linux-foundation.org
10943 S:      Maintained
10944 F:      drivers/char/virtio_console.c
10945 F:      include/linux/virtio_console.h
10946 F:      include/uapi/linux/virtio_console.h
10947
10948 VIRTIO CORE, NET AND BLOCK DRIVERS
10949 M:      "Michael S. Tsirkin" <mst@redhat.com>
10950 L:      virtualization@lists.linux-foundation.org
10951 S:      Maintained
10952 F:      drivers/virtio/
10953 F:      tools/virtio/
10954 F:      drivers/net/virtio_net.c
10955 F:      drivers/block/virtio_blk.c
10956 F:      include/linux/virtio_*.h
10957 F:      include/uapi/linux/virtio_*.h
10958
10959 VIRTIO DRIVERS FOR S390
10960 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10961 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10962 L:      linux-s390@vger.kernel.org
10963 L:      virtualization@lists.linux-foundation.org
10964 L:      kvm@vger.kernel.org
10965 S:      Supported
10966 F:      drivers/s390/virtio/
10967
10968 VIRTIO GPU DRIVER
10969 M:      David Airlie <airlied@linux.ie>
10970 M:      Gerd Hoffmann <kraxel@redhat.com>
10971 L:      dri-devel@lists.freedesktop.org
10972 L:      virtualization@lists.linux-foundation.org
10973 S:      Maintained
10974 F:      drivers/gpu/drm/virtio/
10975 F:      include/uapi/linux/virtio_gpu.h
10976
10977 VIRTIO HOST (VHOST)
10978 M:      "Michael S. Tsirkin" <mst@redhat.com>
10979 L:      kvm@vger.kernel.org
10980 L:      virtualization@lists.linux-foundation.org
10981 L:      netdev@vger.kernel.org
10982 S:      Maintained
10983 F:      drivers/vhost/
10984 F:      include/uapi/linux/vhost.h
10985
10986 VIRTIO INPUT DRIVER
10987 M:      Gerd Hoffmann <kraxel@redhat.com>
10988 S:      Maintained
10989 F:      drivers/virtio/virtio_input.c
10990 F:      include/uapi/linux/virtio_input.h
10991
10992 VIA RHINE NETWORK DRIVER
10993 S:      Orphan
10994 F:      drivers/net/ethernet/via/via-rhine.c
10995
10996 VIA SD/MMC CARD CONTROLLER DRIVER
10997 M:      Bruce Chang <brucechang@via.com.tw>
10998 M:      Harald Welte <HaraldWelte@viatech.com>
10999 S:      Maintained
11000 F:      drivers/mmc/host/via-sdmmc.c
11001
11002 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11003 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11004 L:      linux-fbdev@vger.kernel.org
11005 S:      Maintained
11006 F:      include/linux/via-core.h
11007 F:      include/linux/via-gpio.h
11008 F:      include/linux/via_i2c.h
11009 F:      drivers/video/fbdev/via/
11010
11011 VIA VELOCITY NETWORK DRIVER
11012 M:      Francois Romieu <romieu@fr.zoreil.com>
11013 L:      netdev@vger.kernel.org
11014 S:      Maintained
11015 F:      drivers/net/ethernet/via/via-velocity.*
11016
11017 VIVID VIRTUAL VIDEO DRIVER
11018 M:      Hans Verkuil <hverkuil@xs4all.nl>
11019 L:      linux-media@vger.kernel.org
11020 T:      git git://linuxtv.org/media_tree.git
11021 W:      http://linuxtv.org
11022 S:      Maintained
11023 F:      drivers/media/platform/vivid/*
11024
11025 VLAN (802.1Q)
11026 M:      Patrick McHardy <kaber@trash.net>
11027 L:      netdev@vger.kernel.org
11028 S:      Maintained
11029 F:      drivers/net/macvlan.c
11030 F:      include/linux/if_*vlan.h
11031 F:      net/8021q/
11032
11033 VLYNQ BUS
11034 M:      Florian Fainelli <florian@openwrt.org>
11035 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11036 S:      Maintained
11037 F:      drivers/vlynq/vlynq.c
11038 F:      include/linux/vlynq.h
11039
11040 VME SUBSYSTEM
11041 M:      Martyn Welch <martyn.welch@ge.com>
11042 M:      Manohar Vanga <manohar.vanga@gmail.com>
11043 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11044 L:      devel@driverdev.osuosl.org
11045 S:      Maintained
11046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11047 F:      Documentation/vme_api.txt
11048 F:      drivers/staging/vme/
11049 F:      drivers/vme/
11050 F:      include/linux/vme*
11051
11052 VMWARE HYPERVISOR INTERFACE
11053 M:      Alok Kataria <akataria@vmware.com>
11054 L:      virtualization@lists.linux-foundation.org
11055 S:      Supported
11056 F:      arch/x86/kernel/cpu/vmware.c
11057
11058 VMWARE BALLOON DRIVER
11059 M:      Xavier Deguillard <xdeguillard@vmware.com>
11060 M:      Philip Moltmann <moltmann@vmware.com>
11061 M:      "VMware, Inc." <pv-drivers@vmware.com>
11062 L:      linux-kernel@vger.kernel.org
11063 S:      Maintained
11064 F:      drivers/misc/vmw_balloon.c
11065
11066 VMWARE VMMOUSE SUBDRIVER
11067 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11068 M:      "VMware, Inc." <pv-drivers@vmware.com>
11069 L:      linux-input@vger.kernel.org
11070 S:      Maintained
11071 F:      drivers/input/mouse/vmmouse.c
11072 F:      drivers/input/mouse/vmmouse.h
11073
11074 VMWARE VMXNET3 ETHERNET DRIVER
11075 M:      Shrikrishna Khare <skhare@vmware.com>
11076 M:      "VMware, Inc." <pv-drivers@vmware.com>
11077 L:      netdev@vger.kernel.org
11078 S:      Maintained
11079 F:      drivers/net/vmxnet3/
11080
11081 VMware PVSCSI driver
11082 M:      Arvind Kumar <arvindkumar@vmware.com>
11083 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11084 L:      linux-scsi@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/scsi/vmw_pvscsi.c
11087 F:      drivers/scsi/vmw_pvscsi.h
11088
11089 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11090 M:      Liam Girdwood <lgirdwood@gmail.com>
11091 M:      Mark Brown <broonie@kernel.org>
11092 L:      linux-kernel@vger.kernel.org
11093 W:      http://opensource.wolfsonmicro.com/node/15
11094 W:      http://www.slimlogic.co.uk/?p=48
11095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11096 S:      Supported
11097 F:      drivers/regulator/
11098 F:      include/linux/regulator/
11099
11100 VRF
11101 M:      David Ahern <dsa@cumulusnetworks.com>
11102 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11103 L:      netdev@vger.kernel.org
11104 S:      Maintained
11105 F:      drivers/net/vrf.c
11106 F:      include/net/vrf.h
11107
11108 VT1211 HARDWARE MONITOR DRIVER
11109 M:      Juerg Haefliger <juergh@gmail.com>
11110 L:      lm-sensors@lm-sensors.org
11111 S:      Maintained
11112 F:      Documentation/hwmon/vt1211
11113 F:      drivers/hwmon/vt1211.c
11114
11115 VT8231 HARDWARE MONITOR DRIVER
11116 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11117 L:      lm-sensors@lm-sensors.org
11118 S:      Maintained
11119 F:      drivers/hwmon/vt8231.c
11120
11121 VUB300 USB to SDIO/SD/MMC bridge chip
11122 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11123 L:      linux-mmc@vger.kernel.org
11124 L:      linux-usb@vger.kernel.org
11125 S:      Supported
11126 F:      drivers/mmc/host/vub300.c
11127
11128 W1 DALLAS'S 1-WIRE BUS
11129 M:      Evgeniy Polyakov <zbr@ioremap.net>
11130 S:      Maintained
11131 F:      Documentation/w1/
11132 F:      drivers/w1/
11133
11134 W83791D HARDWARE MONITORING DRIVER
11135 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11136 L:      lm-sensors@lm-sensors.org
11137 S:      Maintained
11138 F:      Documentation/hwmon/w83791d
11139 F:      drivers/hwmon/w83791d.c
11140
11141 W83793 HARDWARE MONITORING DRIVER
11142 M:      Rudolf Marek <r.marek@assembler.cz>
11143 L:      lm-sensors@lm-sensors.org
11144 S:      Maintained
11145 F:      Documentation/hwmon/w83793
11146 F:      drivers/hwmon/w83793.c
11147
11148 W83795 HARDWARE MONITORING DRIVER
11149 M:      Jean Delvare <jdelvare@suse.com>
11150 L:      lm-sensors@lm-sensors.org
11151 S:      Maintained
11152 F:      drivers/hwmon/w83795.c
11153
11154 W83L51xD SD/MMC CARD INTERFACE DRIVER
11155 M:      Pierre Ossman <pierre@ossman.eu>
11156 S:      Maintained
11157 F:      drivers/mmc/host/wbsd.*
11158
11159 WACOM PROTOCOL 4 SERIAL TABLETS
11160 M:      Julian Squires <julian@cipht.net>
11161 M:      Hans de Goede <hdegoede@redhat.com>
11162 L:      linux-input@vger.kernel.org
11163 S:      Maintained
11164 F:      drivers/input/tablet/wacom_serial4.c
11165
11166 WATCHDOG DEVICE DRIVERS
11167 M:      Wim Van Sebroeck <wim@iguana.be>
11168 L:      linux-watchdog@vger.kernel.org
11169 W:      http://www.linux-watchdog.org/
11170 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11171 S:      Maintained
11172 F:      Documentation/watchdog/
11173 F:      drivers/watchdog/
11174 F:      include/linux/watchdog.h
11175 F:      include/uapi/linux/watchdog.h
11176
11177 WD7000 SCSI DRIVER
11178 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11179 L:      linux-scsi@vger.kernel.org
11180 S:      Maintained
11181 F:      drivers/scsi/wd7000.c
11182
11183 WIIMOTE HID DRIVER
11184 M:      David Herrmann <dh.herrmann@googlemail.com>
11185 L:      linux-input@vger.kernel.org
11186 S:      Maintained
11187 F:      drivers/hid/hid-wiimote*
11188
11189 WINBOND CIR DRIVER
11190 M:      David Härdeman <david@hardeman.nu>
11191 S:      Maintained
11192 F:      drivers/media/rc/winbond-cir.c
11193
11194 WIMAX STACK
11195 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11196 M:      linux-wimax@intel.com
11197 L:      wimax@linuxwimax.org (subscribers-only)
11198 S:      Supported
11199 W:      http://linuxwimax.org
11200 F:      Documentation/wimax/README.wimax
11201 F:      include/linux/wimax/debug.h
11202 F:      include/net/wimax.h
11203 F:      include/uapi/linux/wimax.h
11204 F:      net/wimax/
11205
11206 WISTRON LAPTOP BUTTON DRIVER
11207 M:      Miloslav Trmac <mitr@volny.cz>
11208 S:      Maintained
11209 F:      drivers/input/misc/wistron_btns.c
11210
11211 WL3501 WIRELESS PCMCIA CARD DRIVER
11212 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11213 L:      linux-wireless@vger.kernel.org
11214 W:      http://oops.ghostprotocols.net:81/blog
11215 S:      Maintained
11216 F:      drivers/net/wireless/wl3501*
11217
11218 WM97XX TOUCHSCREEN DRIVERS
11219 M:      Mark Brown <broonie@kernel.org>
11220 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11221 L:      linux-input@vger.kernel.org
11222 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11223 W:      http://opensource.wolfsonmicro.com/node/7
11224 S:      Supported
11225 F:      drivers/input/touchscreen/*wm97*
11226 F:      include/linux/wm97xx.h
11227
11228 WOLFSON MICROELECTRONICS DRIVERS
11229 L:      patches@opensource.wolfsonmicro.com
11230 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11231 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11232 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11233 S:      Supported
11234 F:      Documentation/hwmon/wm83??
11235 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11236 F:      drivers/clk/clk-wm83*.c
11237 F:      drivers/extcon/extcon-arizona.c
11238 F:      drivers/leds/leds-wm83*.c
11239 F:      drivers/gpio/gpio-*wm*.c
11240 F:      drivers/gpio/gpio-arizona.c
11241 F:      drivers/hwmon/wm83??-hwmon.c
11242 F:      drivers/input/misc/wm831x-on.c
11243 F:      drivers/input/touchscreen/wm831x-ts.c
11244 F:      drivers/input/touchscreen/wm97*.c
11245 F:      drivers/mfd/arizona*
11246 F:      drivers/mfd/wm*.c
11247 F:      drivers/power/wm83*.c
11248 F:      drivers/rtc/rtc-wm83*.c
11249 F:      drivers/regulator/wm8*.c
11250 F:      drivers/video/backlight/wm83*_bl.c
11251 F:      drivers/watchdog/wm83*_wdt.c
11252 F:      include/linux/mfd/arizona/
11253 F:      include/linux/mfd/wm831x/
11254 F:      include/linux/mfd/wm8350/
11255 F:      include/linux/mfd/wm8400*
11256 F:      include/linux/wm97xx.h
11257 F:      include/sound/wm????.h
11258 F:      sound/soc/codecs/arizona.?
11259 F:      sound/soc/codecs/wm*
11260
11261 WORKQUEUE
11262 M:      Tejun Heo <tj@kernel.org>
11263 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11265 S:      Maintained
11266 F:      include/linux/workqueue.h
11267 F:      kernel/workqueue.c
11268 F:      Documentation/workqueue.txt
11269
11270 X.25 NETWORK LAYER
11271 M:      Andrew Hendry <andrew.hendry@gmail.com>
11272 L:      linux-x25@vger.kernel.org
11273 S:      Odd Fixes
11274 F:      Documentation/networking/x25*
11275 F:      include/net/x25*
11276 F:      net/x25/
11277
11278 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11279 M:      Thomas Gleixner <tglx@linutronix.de>
11280 M:      Ingo Molnar <mingo@redhat.com>
11281 M:      "H. Peter Anvin" <hpa@zytor.com>
11282 M:      x86@kernel.org
11283 L:      linux-kernel@vger.kernel.org
11284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11285 S:      Maintained
11286 F:      Documentation/x86/
11287 F:      arch/x86/
11288
11289 X86 PLATFORM DRIVERS
11290 M:      Darren Hart <dvhart@infradead.org>
11291 L:      platform-driver-x86@vger.kernel.org
11292 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11293 S:      Maintained
11294 F:      drivers/platform/x86/
11295
11296 X86 MCE INFRASTRUCTURE
11297 M:      Tony Luck <tony.luck@intel.com>
11298 M:      Borislav Petkov <bp@alien8.de>
11299 L:      linux-edac@vger.kernel.org
11300 S:      Maintained
11301 F:      arch/x86/kernel/cpu/mcheck/*
11302
11303 X86 VDSO
11304 M:      Andy Lutomirski <luto@amacapital.net>
11305 L:      linux-kernel@vger.kernel.org
11306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11307 S:      Maintained
11308 F:      arch/x86/entry/vdso/
11309
11310 XC2028/3028 TUNER DRIVER
11311 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11312 L:      linux-media@vger.kernel.org
11313 W:      http://linuxtv.org
11314 T:      git git://linuxtv.org/media_tree.git
11315 S:      Maintained
11316 F:      drivers/media/tuners/tuner-xc2028.*
11317
11318 XEN HYPERVISOR INTERFACE
11319 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11320 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11321 M:      David Vrabel <david.vrabel@citrix.com>
11322 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11324 S:      Supported
11325 F:      arch/x86/xen/
11326 F:      drivers/*/xen-*front.c
11327 F:      drivers/xen/
11328 F:      arch/x86/include/asm/xen/
11329 F:      include/xen/
11330 F:      include/uapi/xen/
11331
11332 XEN HYPERVISOR ARM
11333 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11334 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11335 S:      Supported
11336 F:      arch/arm/xen/
11337 F:      arch/arm/include/asm/xen/
11338
11339 XEN HYPERVISOR ARM64
11340 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11341 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11342 S:      Supported
11343 F:      arch/arm64/xen/
11344 F:      arch/arm64/include/asm/xen/
11345
11346 XEN NETWORK BACKEND DRIVER
11347 M:      Ian Campbell <ian.campbell@citrix.com>
11348 M:      Wei Liu <wei.liu2@citrix.com>
11349 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11350 L:      netdev@vger.kernel.org
11351 S:      Supported
11352 F:      drivers/net/xen-netback/*
11353
11354 XEN PCI SUBSYSTEM
11355 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11356 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11357 S:      Supported
11358 F:      arch/x86/pci/*xen*
11359 F:      drivers/pci/*xen*
11360
11361 XEN BLOCK SUBSYSTEM
11362 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11363 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11364 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11365 S:      Supported
11366 F:      drivers/block/xen-blkback/*
11367 F:      drivers/block/xen*
11368
11369 XEN PVSCSI DRIVERS
11370 M:      Juergen Gross <jgross@suse.com>
11371 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11372 L:      linux-scsi@vger.kernel.org
11373 S:      Supported
11374 F:      drivers/scsi/xen-scsifront.c
11375 F:      drivers/xen/xen-scsiback.c
11376 F:      include/xen/interface/io/vscsiif.h
11377
11378 XEN SWIOTLB SUBSYSTEM
11379 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11380 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11381 S:      Supported
11382 F:      arch/x86/xen/*swiotlb*
11383 F:      drivers/xen/*swiotlb*
11384
11385 XFS FILESYSTEM
11386 P:      Silicon Graphics Inc
11387 M:      Dave Chinner <david@fromorbit.com>
11388 M:      xfs@oss.sgi.com
11389 L:      xfs@oss.sgi.com
11390 W:      http://oss.sgi.com/projects/xfs
11391 T:      git git://oss.sgi.com/xfs/xfs.git
11392 S:      Supported
11393 F:      Documentation/filesystems/xfs.txt
11394 F:      fs/xfs/
11395
11396 XILINX AXI ETHERNET DRIVER
11397 M:      Anirudha Sarangi <anirudh@xilinx.com>
11398 M:      John Linn <John.Linn@xilinx.com>
11399 S:      Maintained
11400 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11401
11402 XILINX UARTLITE SERIAL DRIVER
11403 M:      Peter Korsgaard <jacmet@sunsite.dk>
11404 L:      linux-serial@vger.kernel.org
11405 S:      Maintained
11406 F:      drivers/tty/serial/uartlite.c
11407
11408 XILINX VIDEO IP CORES
11409 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11410 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11411 L:      linux-media@vger.kernel.org
11412 T:      git git://linuxtv.org/media_tree.git
11413 S:      Supported
11414 F:      Documentation/devicetree/bindings/media/xilinx/
11415 F:      drivers/media/platform/xilinx/
11416 F:      include/uapi/linux/xilinx-v4l2-controls.h
11417
11418 XILLYBUS DRIVER
11419 M:      Eli Billauer <eli.billauer@gmail.com>
11420 L:      linux-kernel@vger.kernel.org
11421 S:      Supported
11422 F:      drivers/char/xillybus/
11423
11424 XTENSA XTFPGA PLATFORM SUPPORT
11425 M:      Max Filippov <jcmvbkbc@gmail.com>
11426 L:      linux-xtensa@linux-xtensa.org
11427 S:      Maintained
11428 F:      drivers/spi/spi-xtensa-xtfpga.c
11429 F:      sound/soc/xtensa/xtfpga-i2s.c
11430
11431 YAM DRIVER FOR AX.25
11432 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11433 L:      linux-hams@vger.kernel.org
11434 S:      Maintained
11435 F:      drivers/net/hamradio/yam*
11436 F:      include/linux/yam.h
11437
11438 YEALINK PHONE DRIVER
11439 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11440 L:      usbb2k-api-dev@nongnu.org
11441 S:      Maintained
11442 F:      Documentation/input/yealink.txt
11443 F:      drivers/input/misc/yealink.*
11444
11445 Z8530 DRIVER FOR AX.25
11446 M:      Joerg Reuter <jreuter@yaina.de>
11447 W:      http://yaina.de/jreuter/
11448 W:      http://www.qsl.net/dl1bke/
11449 L:      linux-hams@vger.kernel.org
11450 S:      Maintained
11451 F:      Documentation/networking/z8530drv.txt
11452 F:      drivers/net/hamradio/*scc.c
11453 F:      drivers/net/hamradio/z8530.h
11454
11455 ZBUD COMPRESSED PAGE ALLOCATOR
11456 M:      Seth Jennings <sjennings@variantweb.net>
11457 L:      linux-mm@kvack.org
11458 S:      Maintained
11459 F:      mm/zbud.c
11460 F:      include/linux/zbud.h
11461
11462 ZD1211RW WIRELESS DRIVER
11463 M:      Daniel Drake <dsd@gentoo.org>
11464 M:      Ulrich Kunitz <kune@deine-taler.de>
11465 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11466 L:      linux-wireless@vger.kernel.org
11467 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11468 S:      Maintained
11469 F:      drivers/net/wireless/zd1211rw/
11470
11471 ZPOOL COMPRESSED PAGE STORAGE API
11472 M:      Dan Streetman <ddstreet@ieee.org>
11473 L:      linux-mm@kvack.org
11474 S:      Maintained
11475 F:      mm/zpool.c
11476 F:      include/linux/zpool.h
11477
11478 ZR36067 VIDEO FOR LINUX DRIVER
11479 L:      mjpeg-users@lists.sourceforge.net
11480 L:      linux-media@vger.kernel.org
11481 W:      http://mjpeg.sourceforge.net/driver-zoran/
11482 T:      hg http://linuxtv.org/hg/v4l-dvb
11483 S:      Odd Fixes
11484 F:      drivers/media/pci/zoran/
11485
11486 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11487 M:      Minchan Kim <minchan@kernel.org>
11488 M:      Nitin Gupta <ngupta@vflare.org>
11489 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11490 L:      linux-kernel@vger.kernel.org
11491 S:      Maintained
11492 F:      drivers/block/zram/
11493 F:      Documentation/blockdev/zram.txt
11494
11495 ZS DECSTATION Z85C30 SERIAL DRIVER
11496 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11497 S:      Maintained
11498 F:      drivers/tty/serial/zs.*
11499
11500 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11501 M:      Minchan Kim <minchan@kernel.org>
11502 M:      Nitin Gupta <ngupta@vflare.org>
11503 L:      linux-mm@kvack.org
11504 S:      Maintained
11505 F:      mm/zsmalloc.c
11506 F:      include/linux/zsmalloc.h
11507 F:      Documentation/vm/zsmalloc.txt
11508
11509 ZSWAP COMPRESSED SWAP CACHING
11510 M:      Seth Jennings <sjennings@variantweb.net>
11511 L:      linux-mm@kvack.org
11512 S:      Maintained
11513 F:      mm/zswap.c
11514
11515 THE REST
11516 M:      Linus Torvalds <torvalds@linux-foundation.org>
11517 L:      linux-kernel@vger.kernel.org
11518 Q:      http://patchwork.kernel.org/project/LKML/list/
11519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11520 S:      Buried alive in reporters
11521 F:      *
11522 F:      */